@charset "utf-8";

.attention {
    display: block;
    font-size: 12px;
    margin-top: 24px;
    letter-spacing: normal;
}
.search  div.inner {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 48px auto;
    padding-bottom: 160px;
}
.search .searchbox {
    width: 500px;
    height: 35px;
    max-width: 100%;
    border: 1px solid #333333;
    border-radius: 6px;
    margin: 0 auto 60px;
}
.search .searchbox input[type="text"] {
    width: 89%;
    /*height: 26px;*/
    margin-left: 1%;
    border: none;
    font-size: 12px;
    outline: none;
}
.search .searchbox input[type="submit"] {
    float: right;
    width: 9%;
    height: 33px;
    border: none;
    border-radius: 0 5px 5px 0;
    background-color: #C83956;
    background-image: url(../images/common/rupe_w.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.search p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 23px;
}
.search .btn_1 {
    width: 420px;
    max-width: 100%;
    height: 40px;
    margin: 0 auto 56px;
    padding: 7px 30px 0 10px;
    border: 1px solid #c83956;
    border-radius: 8px;
    background-color: #ffffff;
    background-image: url(../images/common/arrow.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    text-align: center;
}
.search .btn_1 a {
    display: inline-block;
    width: 100%;
    height; 100%;
    font-size: 14px;
    color: #c83956;
}
.search .flexbox {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    padding-left: 7px;
}
.search .flexbox a {
    display: inline-block;
    width: 120px;
    line-height: 1;
    font-size: 14px;
    padding: 7px 6px 6px 6px;
    margin-bottom: 10px;
    margin-right: 7px;
    border-radius: 5px;
    background-color: #f2f2f2;
    background-image: url(../images/common/arrow.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: right  6px center;
}

.search .en_list {
    width: 700px;
    max-width: 100%;
    margin: 36px auto 0;
}
.search .en_list div {
    border-bottom: 1px dashed #333333;
    padding: 20px 0;
}
.search .en_list dt {
    margin-bottom: 14px;
}
.search .en_list dt a {
    font-size: 16px;
    color: #c83956;
    font-weight: bold;
}
.search .en_list dt span.tag {
    display: inline-block;
    margin-left: 1em;
    font-size: 12px;
    line-height: 1.2;
    padding:2px 2px 0 6px;
    background-color: #F4D7DD;
    vertical-align:text-top;
}
.search .en_list dd {
    display: inline-block;
    font-size: 14px;
    margin-right: 1em;
}

/*--園詳細ページ--*/

.detail_en #mainvisual {
    width: 100vw;
}
.detail_en #mainvisual img {
    width: 100%;
    height:450px;
    object-fit: cover;
}
.detail_en nav.bread {
    margin-top: 0;
}
.detail_en .inner {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 200px;
}
.detail_en section {
    margin-bottom: 54px;
}
.detail_en h2 {
    font-size: 24px;
    text-align: center;
    background-color: #ffffff;
    line-height: 1.7;
}
.detail_en h2 span {
    display: block;
    font-size: 14px;
}
.detail_en section h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    color: #C83956;
    letter-spacing: 0.1em;
}
.detail_en section h3 img {
    width: 44px;
    height: auto;
}
.detail_en .feature ul {
    width: 100%;
}
.detail_en .feature ul li {
    font-size: 14px;
    margin-bottom: 20px;
}
.detail_en .status {
    border: 1px solid #C83956;
    padding: 0 28px 28px 28px;
}
.detail_en .status li {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
}
.detail_en .status li:last-child{
    margin-right: 0;
}
.detail_en .status li .tag_0,
.detail_en .status li .tag_2{
    display: block;
    width: 70px;
    font-size: 12px;
    color: #ffffff;
    padding: 2px 6px 0 6px;
    background-color: #b3b3b3;
}
.detail_en .status li .tag_1 {
    display: block;
    width: 70px;
    font-size: 12px;
    color: #ffffff;
    padding: 2px 6px 0 6px;
    background-color: #c83956;
}
.detail_en section h4 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.detail_en table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000000;
    font-size: 13px;
}
.detail_en table th,.detail_en table td {
    font-size: 13px;
    padding: 24px 12px;
    border-bottom: 1px solid #000000;
}
.detail_en table th {
    background-color: #FCF5F7;
    width: 128px;
    font-weight: normal;
}
.detail_en table td iframe {
    max-width: 100%;
}
.detail_en .contact a {
    display: inline-block;
    width: 220px;
    height: 40px;
    border: 1px solid #000000;
    border-radius: 8px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 4px center;
    font-size: 14px;
    text-align: left;
    /*margin: 16px 10px;*/
    margin:16px 10px 16px 0;
    padding: 8px 0 0 10px;
}
.detail_en .contact a:nth-child(3n){
    margin-right:0;
}

.detail_en .contact a.toInq{
    color: #ffffff;
    border: 1px solid #c83956;
    background-color: #c83956;
    background-image: url(../images/search/arrow_white.png);
    background-size: 17px;
    background-position: right 10px center;
    text-align: left;
    padding: 7px 0 0 10px;

}

.detail_en .contact a.jouken {
    width: 420px;
    color: #ffffff;
    border: 1px solid #c83956;
    background-color: #c83956;
    background-image: url(../images/search/arrow_white.png);
    background-size: 17px;
    background-position: right 10px center;
    text-align: left;
    padding: 7px 0 0 10px;
}
.detail_en .contact a.bm {
    color: #c83956;
    border: 1px solid #c83956;
    background-image: url(../images/common/arrow.png);
    background-size: 17px;
    background-position: right 10px center;
    text-align: left; 
}
.detail_en .contact a.ig {
    color: #754C24;
    border: 1px solid #754C24;
    background-image: url(../images/search/arrow_brown.png);
    background-size: 17px;
    background-position: right 10px center;
    font-size: 16px;
    padding-left: 64px;
    padding-top: 4px;
}
.detail_en .contact a.tw {
    color: #4A8BCB;
    border: 1px solid #4A8BCB;
    background-image: url(../images/search/arrow_blue.png);
    background-size: 17px;
    background-position: right 10px center;
    font-size: 16px;
    padding-left: 80px;
    padding-top: 4px;
}

/*-- contact --*/

.contact .inner ul {
    width: 700px;
    max-width: 100%;
    margin: 0 auto 50px;
    font-size: 15px;
}
.contact .inner ul li {
    margin-bottom: 10px;
}
.contact .inner form {
    font-size: 14px;
}
.contact .inner form dl {
    width: 700px;
    max-width: 100%;
    height: auto;
    background-color: #FCF5F7;
    margin: 0 auto;
    padding: 30px;
}
.contact form dt {
    display: inline-block;
    width: 29%;
    font-size: 14px;
    margin-bottom: 24px;
}
.contact form dd {
    display: inline-block;
    width: 70%;
    margin-bottom: 24px;
    vertical-align: top;
}
.contact form dd input[type="text"],.contact form dd input[type="tel"] {
    width: 100%;
    height: 26px;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
    font-size: 15px;
}
.contact form input[type="checkbox"] {
    margin-right: 8px;
    margin-bottom: 18px;
    vertical-align:text-top;
}
.contact form textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #999999;
    border-radius: 6px;
    padding: 10px;
}
.contact form p {
    font-size: 14px;
    text-align: center;
    margin-top: 46px;
}
.contact form p a {
    text-decoration: underline;
}
.submitArea{
    text-align:center;
}
.contact form .contactbtn {
    display: inline-block;
    width: 160px;
    height: 29px;
    margin: 46px 10px 0;
    padding: 8px;
    font-size: 12px;
    color: #C83956;
    background-image: url(../images/common/arrow.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 14px;
    background-color: #ffffff;
    border: 1px solid #C83956;
    border-radius: 8px;
}
.contact form .contactbtn:hover {
    background-color: #c83956;
    color: #ffffff;
    background-image: none;
    cursor: pointer;
}

/*--イベント概要ページ--*/

.detail_event h2{
    height:auto;
    line-height:1.3;
}
.detail_event h2 div{
    width:900px;
    margin:0 auto;
}
.detail_event .inner {
    width: 700px;
    max-width: 100%;
    margin: 40px auto;
    padding-bottom: 160px;
}
.datail_event .mv_event {
    width: 100%;
    height: auto;
}
.detail_event img {
    width: 100%;
    height: auto;
}
.detail_event section {
    margin-bottom: 80px;
}
.detail_event .overview {
    width: 100%;
    font-size: 14px;
    line-height: 2;
}
.detail_event .overview h5 {
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 50px;
}
.detail_event section h4 {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
}

.detail_event table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000000;
    font-size: 12px;
}
.detail_event table th,.detail_event table td {
    font-size: 14px;
    padding: 24px 12px;
    border-bottom: 1px solid #000000;
}
.detail_event table th {
    background-color: #FCF5F7;
    width: 128px;
    font-weight: normal;
}
.detail_event table td a.line {
    display: inline-block;
    width: 190px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;
    color: #ffffff;
    background-color: #70C55E;
    background-image: url(../images/search/arrow_white.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-top: 8px;
    padding-left: 20px;
    margin-left: 20px;
}
.detail_event a.joinbtn {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 40px;
    border-radius: 8px;
    color: #c83956;
    border: 1px solid #c83956;
    background-color: #ffffff;
    background-image: url(../images/common/arrow.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: right 4px center;
    font-size: 14px;
    text-align: left;
    padding: 7px 0 0 40px;
}

@media screen and (max-width:750px) {
    
    .search .wrap {
        width: 92%;
        margin: 0 auto;
        padding: 0;
    }
    .search .searchbox {
        margin: 0 auto 20px;
    }
    .search .btn_1 {
        height: 60px;
        }
    .search .btn_1 a {
        display: inline-block;
        width: 100%;
        height; 100%;
        font-size: 13px;
        color: #c83956;
    }
    .search .flexbox a{
	width:30%;
    }
    .search .en_list dt{
	margin-bottom:8px;
    }
    .search .en_list dd{
	font-size:12px;
    }

    /*--sp 園詳細ページ--*/

    .detail_event h2 div{
	width:90%;
    }
    .detail_en #mainvisual img {
	height:200px;
    }
    .detail_en h2{
	font-size:20px;
    }
    .detail_en section h3{
	font-size:16px;
    }
    .detail_en .contact a {
        width: 100%;
        height: auto;
        min-height: 40px;
        margin: 10px 0;
        padding: 8px 0 0 10px;
    }
    .detail_en table th, .detail_en table td,
    .detail_event table th, .detail_event table td{
	font-size:13px;
	padding:12px;
    }
    .detail_en .contact a.jouken {
        width: 100%;
        text-align: center;
        line-height: 1.2;
    }
    .detail_en .contact a.ig {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .detail_en .contact a.tw {
        width: 100%;
        text-align: center;
        padding-left: 0;
    }
    .detail_en .contact a.bm {
        text-align: center; 
    }
    
    /*--sp contact--*/
    
    .contact h2 {
        padding-top: 32px;
    }
    .contact form dt {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact form dd {
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }

}

@media screen and (max-width:421px) {
    
    .search .flexbox {
        /*width: 80%;*/
        margin: 0 auto;
    }
}
