@charset "utf-8";
/* Author: Hosaka */
/* ---------------------------------------------------
	top共通
------------------------------------------------------ */

@media screen and (max-width: 767px) {
}
@media screen and (max-width: 844px) and (orientation: landscape) {
}

/* ---------------------------------------------------
	mainvisual
------------------------------------------------------ */
#mainvisual {position: relative;width: 100%;margin: 0 auto;overflow: hidden;}
#mainvisual .main-slide {font-size: 0;line-height: 1;display: none;}
#mainvisual .main-slide.slick-initialized {display: block;}
#mainvisual .main-slide.slick-slider {margin-bottom: 0; padding: 0;}
#mainvisual .main-slide .slide {overflow: hidden;}
#mainvisual .main-slide .slide img {width: 100%;}
#mainvisual .main-slide .slick-dots {bottom: 15px; right: 40px; width: auto;}
#mainvisual .main-slide .slick-dots li button:focus {border: none;}
#mainvisual .main-slide .slick-dots li button:before {}
#mainvisual .main-slide .slick-dots li.slick-active button {background: none;}
#mainvisual .main-slide .slick-dots li.slick-active button:before {color: #FFF;}
#mainvisual .main-tit {position: absolute;right: 7%; bottom: 6%;width: 100%;max-width: 552px;margin: 0;line-height: 1;text-align: left;z-index: 10;}
#mainvisual .main-tit img {max-width: 100%;}

@media screen and (max-width: 767px) {
	#mainvisual .main-tit {bottom: 20%;width: 65%;}
}


/* ---------------------------------------------------
	pickup
------------------------------------------------------ */
#pickup { background: #F6F6E9; margin: auto; padding: 85px 22.222% 75px 3.703%;}
#pickup h3 {margin-bottom: 30px;}
#pickup .img {width: 100%; height: 100%; max-height: 220px; overflow: hidden; position: relative; border-radius: 10px;}
#pickup .img img {width: 100%; height: auto;}
#pickup .pickup-slide {display: none;}
#pickup .pickup-slide.slick-initialized {display: block;}
#pickup .pickup-slide.slick-slider img {margin: 0;}
#pickup .pickup-slide .slick-list {width: calc(100% - 50px); margin: auto;}
#pickup .pickup-slide .slick-list .slick-slide {padding: 0 10px;}
#pickup .pickup-slide .slick-list .slick-slide p {margin-top: 10px;}
#pickup .pickup-slide .slick-prev {background: url("../img/home/ico-arrow-l.svg"); height: 40px; margin-top: -20px; top: 40%; left: 0;}
#pickup .pickup-slide .slick-next {background: url("../img/home/ico-arrow-r.svg"); height: 40px; margin-top: -20px; top: 40%; right: 0;}

#pickup .pickup-banner {max-width: 800px; margin: 0 auto;}
#pickup .pickup-banner p {margin-top: 5px; text-align: center;}

/*.caution {margin: 30px auto 0;}*/
.caution h4 {font-weight: 500; font-style: normal; font-size: 24px; line-height: 1.4; color: #333; padding: 0 0 0 34px; margin: 40px auto 20px; position: relative;}
.caution h4::before {content: ""; display: inline-block; position: absolute; background: url(../images/common/ico-h4@2x.png) no-repeat; background-size: 100%; left: 0; top: 50%; transform: translateY(-60%); width: 24px; height: 25px; }
.caution h4.taC::before {position: relative;}
.caution p {line-height: 1.6; margin: -7px auto; padding: 0; font-size: 16px;}

/* 220617 */
.caution .column_standard {
	width: 48%;
	padding: 15px 20px;
  margin-bottom: 10px;
}
.caution .column_standard h4 {
	margin: 0 0 5px;
	font-size: 14px;
}
.caution .column_standard .btnlink.num-2 .row_col {
	width: 100%;
	max-width: 100%;
}
.caution .column_standard .btnlink .row_col a {
	font-size: 14px;
	padding: 10px 30px;
}

.partition {border-bottom: 2px dotted #82AE46; margin-bottom: 12px; margin-top: 2px;}

/*220928*/

.cancellation-charge {
	margin-top: 40px;
}


.caution .cancellation-charge.column_standard h2 {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#pickup {padding: 40px 10px}
	#pickup h3 {margin-bottom: 20px;}

	#pickup .pickup-banner p {text-align: left;}

	.caution {margin: 20px auto 0;}
	.caution h4 {padding-left: 44px; font-size: 22px; }
    .caution h4::before {left: 10px; transform: translateY(-55%);}
	.caution p {padding: 0 10px;}

	/* 220617 */
	.caution .column_standard {width: 95%; margin: 20px auto 0;}
}

/* ---------------------------------------------------
	sec01
------------------------------------------------------ */
#sec01 {margin: auto; padding: 85px 22.222% 75px 3.703%; background: url("../img/home/bg-sec01.png") no-repeat 0px 48% / 19%;}
#sec01 .container {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%;}
#sec01 .container h2 {margin: 60px 0 0 6.666%;}
#sec01 .container .sec-row {position: relative; margin-bottom: 120px; margin-left: auto; width: 81.666%; max-width: 980px;}
#sec01 .container .sec-row .row-pic {position: relative; text-align: right;}
#sec01 .container .sec-row .row-txt {position: absolute; left: 0; bottom: -30px; z-index: 10; width: 47%; max-width: 460px;}
#sec01 .container .sec-row .row-txt .txt-box {background: #FCFCEF; border-radius: 0 10px 0 0; padding: 35px 35px 35px 0;}
#sec01 .container .sec-row .row-txt .txt-box p {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; line-height: 2.2;}
#sec01 > ul li:first-child {
    flex: 2;
    margin-top: 8px;
}
#sec01 > ul {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; gap: 10px;}
/*#sec01 > ul {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%;}*/
#sec01 > ul li {width: 23.75%;}

@media screen and (max-width: 1350px) {
	#sec01 .container h2 {margin: 30px 10px 0 10px;}
	#sec01 .container .sec-row .row-txt {position: static; width: 100%; max-width: 100%;}
	#sec01 .container .sec-row .row-txt .txt-box {padding: 20px 0 0;}
}

@media screen and (max-width: 767px) {
	#sec01 {padding: 40px 10px;}
	#sec01 {margin-bottom: 20px;}
	#sec01 .container {width: 100%;}
	#sec01 .container h2 {margin: 30px 10px 0 10px;}
	#sec01 .container .sec-row {position: relative; margin-bottom: 70px; margin-left: auto; width: 81.666%; max-width: 980px;}
	#sec01 .container .sec-row .row-pic {position: relative; text-align: right;}
	#sec01 .container .sec-row .row-txt {position: relative; left: 0; bottom: 0; z-index: 10; width: 100%; max-width: 100%;}
	#sec01 .container .sec-row .row-txt .txt-box {padding: 10px;}
	#sec01 .container .sec-row .row-txt .txt-box p {line-height: 1.8;}
	/*#sec01 > ul {width: 100%; -ms-flex-wrap: wrap; flex-wrap: wrap;}*/
	#sec01 > ul {
        width: 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		gap: 10px 0;
    }
	#sec01 > ul li {width: 49%;}
	#sec01 > ul li:first-child {
        width: 100%; /* 1段目のbtn-05を全幅に */
		flex:auto;
    }
	
}

/* ---------------------------------------------------
	sec02
------------------------------------------------------ */
#sec02 {margin: -80px auto 155px; padding: 0 22.222% 0 3.703%; display: flex; flex-wrap: wrap; justify-content:space-between;}
#sec02 .container {flex-basis:calc((100% - 30px) / 2);  max-width:calc((100% - 30px) / 2); margin-top:110px; position: relative;}

#sec02 .container_3 {flex-basis:calc((100% - 60px) / 3);  max-width:calc((100% - 60px) / 3); margin-top:110px; position: relative;}

#sec02 .sec-row {width: 100%; max-width: 100%; background: url("../img/home/bg-sec02.png") no-repeat top left; background-size: cover; padding: 2vw 2vw 4.4vw; min-height: auto; border-radius: 10px;}
#sec02 .plan_box {padding: 2vw 2vw 9vw; background-size: auto !important;}
#sec02 .container_3 .plan_box {padding: 2vw 2vw 3vw;}
#sec02 .plan_box .row-txt {height: 90px;}
#sec02 .sec-row .row-txt {width: 100%; max-width: 100%;}
#sec02 .sec-row .row-txt h3 {text-align: center; margin-bottom: 30px; }
#sec02 .sec-row .row-txt h3 img.pc-only {display: inline-block;}
#sec02 .sec-row .row-txt .plan_title {font-size: 29px; color: #ffffff;}
#sec02 .container_3 .sec-row .row-txt .plan_title {font-size: 27px;}

#sec02 .sec-row .row-txt .txt-box {background: #FCFCEF; padding: 30px 20px;}
#sec02 .sec-row .row-txt .txt-box p {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; text-align: center;}
#sec02 .sec-row .row-pic {position: absolute; top: auto; left: 50%; bottom: -4vw; transform: translateX(-50%); width: 80%; max-width: 80%;}
#sec02 .sec-row.nagomian {background: url("../img/home/bg-sec02-02.png") no-repeat top left; background-size: cover;}
#sec02 .sec-row.roomplan_a {background: url("../img/home/bg-sec02-03.png") no-repeat top left; background-size: cover;}
#sec02 .sec-row.roomplan_b {background: url("../img/home/bg-sec02-04.png") no-repeat top left; background-size: cover;}
#sec02 .container:nth-of-type(1),#sec02 .container:nth-of-type(2){ margin-top:0;}

@media screen and (max-width: 1536px) {/*1920px の 125%表示*/
	#sec02 .sec-row .row-txt .txt-box {padding: 30px 15px;}
	#sec02 .sec-row .row-txt .txt-box p {font-size: 0.8125em;}
}

@media screen and (max-width: 767px) {
	#sec02 {margin: 0 auto 140px; padding: 0 10px; display: block;}
	#sec02 .container {flex-basis:0;  max-width:100%; margin-top:0;}
  #sec02 .container_3 {flex-basis:0;  max-width:100%; margin-top:0;}
  
	#sec02 .sec-row {width: 100%; max-width: 100%; padding: 20px 15px 100px; min-height: auto;}

	#sec02 .sec-row .row-txt {width: 100%; max-width: 100%;}
	#sec02 .sec-row .row-txt h3 {margin-bottom: 20px; }
	#sec02 .sec-row .row-txt h3 img.sp-only {display: inline-block;}
	#sec02 .sec-row .row-txt .txt-box {padding: 10px;}
	#sec02 .sec-row .row-txt .txt-box p {font-size: 1em;}
	#sec02 .sec-row .row-pic {position: absolute; top: auto; bottom: -80px; right: auto; left: 50%; transform: translateY(0); transform: translateX(-50%); width: 80%; max-width: 80%;}
	#sec02 .container + .container {margin-top: 120px;}
	#sec02 .container_3 {margin-top: 120px;}
	#sec02 .container_3:first-child {margin-top: 30px;}	
  #sec02 .container_3 .plan_box {padding: 8vw 2vw 10vw;}
	
}

/* ---------------------------------------------------
	sec03
------------------------------------------------------ */
#sec03 {background: #F6F6E9; margin: auto; padding: 0 22.222% 75px 3.703%; border-top: 6px solid #ECECDF; border-bottom: 6px solid #ECECDF;}
#sec03 h3 {text-align: center; margin-bottom: 30px; padding-top: 90px; background: url("../img/home/bg-sec03.png") no-repeat top center; background-position: 54%; background-size: contain;}
#sec03 .sec-list {display: -ms-flexbox; display: -webkit-box; display: flex;-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; width: 100%; margin-bottom: 40px;}
#sec03 .sec-list li {width: 23.75%; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; text-align: center;}
#sec03 .sec-list li a {display: block;}
#sec03 .sec-list li .eyecatch {position: relative; margin-bottom: 10px; border-radius: 5px;}
#sec03 .sec-list li .eyecatch img {width: 100%;}
#sec03 .sec-list li .eyecatch span {position: absolute; left: 0; bottom: 0; background: #7A9851; min-width: 80px; text-align: center; letter-spacing: 0.1em; font-size: 1.0625em; color: #FFF;}
#sec03 .sec-list li .txt {font-size: 1.125em; text-align: center;}
#sec03 .sec-btn a {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #82AE46; padding: 20px 0; border-radius: 30px; color: #FFF; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.125em; width: 30%; margin: auto;}
#sec03 .sec-btn a::before {content: ""; display: inline-block; width: 23px; height: 22px; background: url("../img/common/ico-calendar.svg") no-repeat center center; background-size: contain; margin-right: 10px;}
#sec03 .column_caution {margin-top: 40px; margin-bottom: 0;}
#sec03 .column_caution .txt-sub {display: block; margin-bottom: 10px;}

/*231107*/
/*.caution.container.flexbox {margin: 60px auto 0; max-width: 100%; padding: 0 22.222% 0 3.703%;}*/
.caution.container.flexbox {max-width: 100%;}

@media screen and (max-width: 767px) {
	#sec03 {margin: auto; padding: 0 10px 40px; border-top: 4px solid #ECECDF; border-bottom: 4px solid #ECECDF;}
	#sec03 h3 {text-align: center; margin-bottom: 20px; padding-top: 40px;}
	#sec03 .sec-list {margin-bottom: 20px;}
	#sec03 .sec-list li {width: 49%; margin-bottom: 10px;}
	#sec03 .sec-list li .txt {font-size: 1em; text-align: left;}
	#sec03 .sec-btn a {padding: 20px 0; border-radius: 30px; font-size: 1.125em; width: 80%;}
  
  /*231107*/
  .caution.container.flexbox {padding: 0;}
}

/* ---------------------------------------------------
	sec04
------------------------------------------------------ */
#sec04 { margin: auto; padding: 85px 22.222% 75px 3.703%;}
#sec04 .container {display: -ms-flexbox; display: -webkit-box; display: flex;-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
#sec04 h3 {text-align: right; width: 13.75%;}
#sec04 .calendar {width: 86.25%; padding: 0 12.560% 0 10.144%;}
#sec04 .calendar .move-month {text-align: center; margin-bottom: 10px;}
#sec04 .calendar .move-month > div {display: inline-block; padding: 0 40px;}
#sec04 .calendar .move-month > div:first-child {border-right: 1px dotted #333;}
#sec04 .calendar .month {margin-left: 1px; margin-right: 1px;}
#sec04 .calendar .weekname td {text-align: center; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight: 600;}
#sec04 .calendar .weekname td:first-child {color: #AF7525;}
#sec04 .calendar .weekname td:last-child {color: #5A85A8;}
#sec04 .calendar tr.week td {border: 1px solid #C8C8BC;}
#sec04 .calendar tr.week td.w0,
#sec04 .calendar tr.week td.w1,
#sec04 .calendar tr.week td.w2,
#sec04 .calendar tr.week td.w3,
#sec04 .calendar tr.week td.w4,
#sec04 .calendar tr.week td.w5,
#sec04 .calendar tr.week td.w6 {background: #F6F6E9;}
#sec04 .calendar tr.week td:first-child {background: #EBE2D7;}
#sec04 .calendar tr.week td:last-child {background: #EBEEF1;}
#sec04 .calendar span.week {display: block; text-align: center;}
#sec04 .calendar .day-class {display: block; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-weight: 600; font-size: 1.625em;}
#sec04 .calendar .daylabel-class {display: block; font-weight: 700; font-size: 1.4375em;}
#sec04 .calendar .cal_holiday .daylabel-class {color: #333;}
#sec04 .calendar .cal_business .daylabel-class {color: #82AE46; font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
#sec04 .calendar .cal_kashikiri .daylabel-class {color: #A50000; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 0.9375em; letter-spacing: 0.1em;}
#sec04 .calendar .dayitem-class {display: block;}
#sec04 .calendar .notice {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; margin-top: 20px;}
#sec04 .calendar .notice span {font-weight: bold; text-decoration: underline;}

/* 211129 */
#sec04 .calendar #calendar {/*max-height: 500px;*/}
#sec04 .calendar .slick-slider {margin-bottom: 0; padding: 0;}
#sec04 .calendar .notice {margin-top: 0;}
/* /211129 */

@media screen and (max-width: 767px) {
	#sec04 {padding: 40px 10px;}
	#sec04 .container {display: block;}
	#sec04 h3 {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.75em; text-align: left; width: 100%; margin-bottom: 20px; text-align: center;}
	#sec04 .calendar .day-class {font-size: 1.5em;}
	#sec04 .calendar .daylabel-class {font-size: 1.375em;}
	#sec04 .calendar {width: 100%; padding: 0; font-size: 0.6em;}
	#sec04 .calendar .notice {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; margin-top: 10px;}
	#sec04 .calendar .notice span {font-weight: bold; text-decoration: underline;}
}

/* ---------------------------------------------------
	news
------------------------------------------------------ */
#news { margin: auto; padding: 85px 22.222% 60px 3.703%; background: #F6F6E9;}
#news h3 {margin-bottom: 30px;}
#news .sec-list {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%;}
#news .sec-list li {width: 31%; max-width: 580px; margin-right: 3.334%; margin-bottom: 40px;}
#news .sec-list li:nth-child(3n) {margin-right: 0;}
#news .sec-list li a {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
#news .sec-list li .eyecatch {margin-right: 20px;}
#news .sec-list li .txt-box {width: calc(100% - 120px);}
#news .sec-list li .txt-box .date {color: #999; font-size: 1.125em; margin-right: 10px; display: inline-block; font-family: "Times New Roman", Times, "serif";}
#news .sec-list li .txt-box .category {color: #FFF; font-size: 0.875em; display: inline-block; background: #82AE46; min-width: 100px; text-align: center;}
#news .sec-list li .txt-box .tit {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.125em; font-weight: 600; margin: 10px 0; line-height: 1.4;}
#news .sec-list li .txt-box .txt {font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; line-height: 1.6;}
#news .sec-btn a {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background: #82AE46; padding: 10px 0; border-radius: 30px; color: #FFF; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.125em; width: 30%; margin: auto;}

@media screen and (max-width: 1610px) {
  #news .sec-list li .txt-box .tit {font-size: 0.8875em;}
}

@media screen and (max-width: 767px) {
	#news {padding: 40px 10px;}
	#news h3 {margin-bottom: 30px;}
	#news .sec-list {display: block; width: 100%;}
	#news .sec-list li {width: 100%; max-width: 100%; margin-right: 0; margin-bottom: 20px;}
  /*#news .sec-list li:last-child {margin-bottom: 0;}*/
  #news .sec-list li .txt-box .tit {font-size: 1.125em;}
	#news .sec-btn a {padding: 10px 0; border-radius: 30px; font-size: 1.125em; width: 80%;}
    
}

/* ---------------------------------------------------
	sec05
------------------------------------------------------ */
#sec05 {margin: auto; padding: 85px 22.222% 100px 3.703%;}
/*#sec05 .container {display: -ms-flexbox; display: -webkit-box; display: flex;-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%}*/
#sec05 .container {display: flex;-webkit-box-pack: justify; justify-content: space-between; width: 100%;}
#sec05 .facebook {width: 41.667%; max-width: 500px;}
#sec05 .links {width: 53.334%; max-width: 640px;}
#sec05 .links .sec-list {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-bottom: 20px;}
#sec05 .links .sec-list li {width: 31.25%;}
#sec05 .links .sec-list li img {}
#sec05 .links .bnr-links {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%;}
#sec05 .links .bnr-links .bnr-01 {background: #F6F6E9; border: 1px solid #ECECDF; width: 48.4375%;}
#sec05 .links .bnr-links .bnr-02 {background: #F6F6E9; border: 1px solid #ECECDF; width: 48.4375%;}
#sec05 .links .bnr-links h4 {text-align: center; padding: 20px 0 5px; font-weight: bold;}
#sec05 .links .bnr-links .bnr-01 p {background: #524B9C; text-align: center; color: #FFF; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.25em; padding: 15px 0;}
#sec05 .links .bnr-links .bnr-02 p {background: #C49E24; text-align: center; color: #FFF; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.25em; padding: 15px 0;}
#sec05 .links .bnr-links .img {text-align: center; margin-top: -10px; margin-bottom: 10px;}

.caution .cancellation-charge.column_standard h2 {
	font-size: 19px;
	text-align: center;
	font-weight: bold;
}

.caution .cancellation-charge.column_standard p {
	margin-bottom: 0;
  font-size: 15px;
}


.caution .cancellation-charge.column_standard {
	background: #FCE1E1;
	border: inherit;
	width: 800px;
	max-width: 100%;
	padding: 22px;
  margin: 30px auto 0;
}


@media screen and (max-width: 767px) {
	#sec05 {padding: 40px 10px;}
	#sec05 .container {display: block; width: 100%}
	#sec05 .facebook {width: 100%; max-width: 500px; margin: 0 auto 40px;}
	#sec05 .links {width: 100%; max-width: 100%;}
	#sec05 .links .sec-list { width: 100%; margin-bottom: 20px;}
	#sec05 .links .sec-list li {width: 31.25%;}
	#sec05 .links .sec-list li img {}
	#sec05 .links .bnr-links {display: block; width: 100%;}
	#sec05 .links .bnr-links .bnr-01 {width: 100%; margin-bottom: 10px;}
	#sec05 .links .bnr-links .bnr-02 {width: 100%;}
	#sec05 .links .bnr-links h4 {padding: 15px 0 5px;}
	#sec05 .links .bnr-links .bnr-01 p {font-size: 1.125em; padding: 10px 0;}
	#sec05 .links .bnr-links .bnr-02 p {font-size: 1.125em; padding: 10px 0;}
	#sec05 .links .bnr-links .img {text-align: center; margin-top: -10px; margin-bottom: 10px;}
}

/* ---------------------------------------------------
	sec06
------------------------------------------------------ */
/*#sec06 {margin: auto; padding: 0px 22.222% 55px 3.703%;}*/
#sec06 .container {display: -ms-flexbox; display: -webkit-box; display: flex;-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 100%}
#sec06 .facebook {width: 41.667%; max-width: 500px;}
#sec06 .links {width: 53.334%; max-width: 640px;}
#sec06 .links .sec-list {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; margin-bottom: 20px;}
#sec06 .links .sec-list li {width: 31.25%;}
#sec06 .links .sec-list li img {}
#sec06 .links .bnr-links {display: -ms-flexbox; display: -webkit-box; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%;}
#sec06 .links .bnr-links .bnr-01 {background: #F6F6E9; border: 1px solid #ECECDF; width: 48.4375%;}
#sec06 .links .bnr-links .bnr-02 {background: #F6F6E9; border: 1px solid #ECECDF; width: 48.4375%;}
#sec06 .links .bnr-links h4 {text-align: center; padding: 20px 0 5px; font-weight: bold;}
#sec06 .links .bnr-links .bnr-01 p {background: #524B9C; text-align: center; color: #FFF; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.25em; padding: 15px 0;}
#sec06 .links .bnr-links .bnr-02 p {background: #C49E24; text-align: center; color: #FFF; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size: 1.25em; padding: 15px 0;}
#sec06 .links .bnr-links .img {text-align: center; margin-top: -10px; margin-bottom: 10px;}
#sec06 h3 {text-align: center; margin-bottom: 30px;}
#sec06 h4 {margin-bottom: 10px;}

/* 211125 */
#sec06 center + center {margin-top: 60px;}
#sec06 .recommended-links {max-width: 860px;}
#sec06 .recommended-links a {width: 32%; max-width: 200px; margin-bottom: 11px;}
/* /211125 */

@media screen and (max-width: 767px) {
	#sec06 {padding: 10px 10px; margin-bottom: -5px;}
	#sec06 .container {display: block; width: 100%}
	#sec06 .facebook {width: 100%; max-width: 500px; margin: 0 auto 40px;}
	#sec06 .links {width: 100%; max-width: 100%;}
	#sec06 .links .sec-list { width: 100%; margin-bottom: 20px;}
	#sec06 .links .sec-list li {width: 31.25%;}
	#sec06 .links .sec-list li img {}
	#sec06 .links .bnr-links {display: block; width: 100%;}
	#sec06 .links .bnr-links .bnr-01 {width: 100%; margin-bottom: 10px;}
	#sec06 .links .bnr-links .bnr-02 {width: 100%;}
	#sec06 .links .bnr-links h4 {padding: 15px 0 5px;}
	#sec06 .links .bnr-links .bnr-01 p {font-size: 1.125em; padding: 10px 0;}
	#sec06 .links .bnr-links .bnr-02 p {font-size: 1.125em; padding: 10px 0;}
	#sec06 .links .bnr-links .img {text-align: center; margin-top: -10px; margin-bottom: 10px;}
	#sec06 h3 {text-align: center; margin-bottom: 20px;}

	/* 211125 */
	#sec06 center + center {margin-top: 40px;}
	#sec06 .recommended-links {max-width: 420px;}
	#sec06 .recommended-links a {width: 48%; margin-bottom: 4%;}
	/* /211125 */
}

/* ---------------------------------------------------
	embedFeed
------------------------------------------------------ */
#embedFeed {margin: auto; padding: 0 calc(22.222% - 30px) 75px calc(3.703% - 30px);}
#embedFeed p {padding: 0 30px; margin: -30px 0 0;}

@media screen and (max-width: 767px) {
  #embedFeed {padding: 0 0 40px;}
  #embedFeed p {padding: 0 10px;}
}

/* ---------------------------------------------------
	embedReview
------------------------------------------------------ */
#embedReview {background: #F6F6E9; margin: auto; padding: 75px calc(22.222% - 30px) 75px calc(3.703% - 30px); border-bottom: 6px solid #ECECDF;}
#embedReview h3 {text-align: center;}

@media screen and (max-width: 767px) {
  #embedReview {padding: 0 0 40px; border-top: 4px solid #ECECDF; border-bottom: 4px solid #ECECDF;}
}


/*220726バナー追加*/
#sec01 .bnr-sightseeing{margin: 0 auto 100px; width: 100%; max-width: 800px;}

@media screen and (max-width: 767px) {
  #sec01 .bnr-sightseeing {margin: 0 auto 30px; max-width: 100%;}
}


/*220805見出し追加*/

.center_title {padding: 0 22.222% 0 3.703%; text-align: center; /*margin-bottom: 30px;*/}
/*230809お勧めリンクレイアウト調整*/
#sec06 .flexbox::before,#sec06 .flexbox::after {content: ""; display: inline-block; height: 0; width: 200px;/* padding: 子要素と同じ指定;*//* margin-bottom: 20px;*/ order: 2;}

@media screen and (max-width: 767px) {
  .center_title {padding: 0 10px; text-align: center; margin-bottom: 15px;}
}
