@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------
Box Thumbnails
------------------------------------------------------ */
.box_thumbs{ display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; padding: 100px 0 70px;}
.box_thumbs > div{ width: 30%; max-width: 370px; margin: 0 0 30px;}
.box_thumbs > div img{ width: 100%; height: auto;}
.box_thumbs > div .cap{ display: block; font-size: 16px; line-height: 1.4; color: #957d73; padding: 10px 0 0;}
.box_thumbs > div a:hover{ text-decoration: none;}

@media screen and (max-width: 600px) {
.box_thumbs{ padding: 50px 0 30px;}
.box_thumbs > div{ width: 48%; max-width: 48%; margin: 0 0 30px;}
.box_thumbs > div .cap{ font-size: 15px; line-height: 1.4; padding: 10px 0 0;}
}

/* ---------------------------------------------------
Box Data
------------------------------------------------------ */
.box_data{ border-top: solid 1px #d6c9bf; margin: 0 auto 100px;}
.box_data .list_01 > div{ border-bottom: solid 1px #d6c9bf; display: flex; width: 100%;}
.box_data .list_01 dt,
.box_data .list_01 dd{ padding: 20px 40px; box-sizing: border-box;}
.box_data .list_01 dt{ width: 20%; color: #603219; background: #f8f5f2; font-weight: bold;}
.box_data .list_01 dd{ width: 80%;}
.box_data .list_01 dd .open{ color: #a4938c;}
.box_data .list_01 dd ul{}
.box_data .list_01 dd ul li{ padding: 0 0 0 0.5em; text-indent: -0.5em;}
.box_data .list_01 dd ul li::before{ content: "・";}

@media screen and (max-width: 600px) {
.box_data{ margin: 0 auto 50px;}
.box_data .list_01 > div{ flex-direction: column; width: 100%;}
.box_data .list_01 dt,
.box_data .list_01 dd{ padding: 10px 10px 5px; font-size: 15px; line-height: 1.5;}
.box_data .list_01 dt{ width: 100%;}
.box_data .list_01 dd{ width: 100%; padding: 10px;}
}

/* ---------------------------------------------------
Box Modal
------------------------------------------------------ */
.box_modal{ position: relative; margin: 0 auto; padding: 100px 0; width: 100%; max-width: 1400px; background: #fff; }
.box_modal .inner_md{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.box_modal .tit_01{ width: 100%; text-align: center; display: flex; flex-direction: column; padding: 0 0 30px;}
.box_modal .tit_01 .main{ font-size: 35px; color: #603219;}
.box_modal .tit_01 .sub{ font-size: 13px; color: #e78c67; background: #E78C67; background: linear-gradient(to right, #E78C67 0%, #C88BCA 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.box_modal .box_imgs{ width: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.box_modal .box_imgs.center{}
.box_modal .box_imgs img{ width: calc( 33.3% - 16px ); height: auto; margin: 0 8px 16px;}
.box_modal .box_imgs img.c4{ width: calc( 25% - 16px );}
.box_modal .txt{ width: 100%; text-align: center; padding: 30px 0 0; font-size: 16px; line-height: 1.7; box-sizing: border-box;}
.box_modal .close_btn{ text-indent: 100%; white-space: nowrap; overflow: hidden; background: url("../../facility/img/close_btn_01.svg") no-repeat 0 0; background-size: 29px; top: 40px !important; right: 40px !important; width: 29px; height: 29px; z-index: 10; font-size: 0;}

@media screen and (max-width: 600px) {
.box_modal { margin: 2% auto; padding: 50px 0; }
.box_modal .inner_md{ flex-direction: column;}
.box_modal .tit_01 .main{ font-size: 24px;}
.box_modal .tit_01 .sub{ font-size: 10px; padding: 0;}
.box_modal .box_imgs{ width: 100%; justify-content: space-between;}
.box_modal .box_imgs.center{ justify-content: center;}
.box_modal .box_imgs img{ width: 48%; margin: 0 0 4vw;}
.box_modal .box_imgs img.c4{ width: 48%;}
.box_modal .txt{ width: 100%; text-align: left; padding: 0; font-size: 14px; line-height: 1.7;}
.box_modal .close_btn{ top: 20px !important; right: 20px !important; width: 30px; height: 30px;}
}
