.mv img, .area_recommend img, .area_spots img, .area_plan img, .area_flow img {
    width: 100%;
    margin: auto;
}
.h2_ja {
	    font-size: 1rem;
}

.bg-autumn {
    background-image: url(/campaign/img/s_autumn_cam2025/bg.jpg);
    background-size: cover;
    background-repeat: repeat;
}
/* .bg-top {
	    background-image: url(/campaign/img/s_autumn_cam2025/bg-top.png);
    background-size: contain;
    background-repeat: repeat;
    min-height: 200px;
    position: relative;
    top: -65px;
		opacity: .5;
}
.area_top .blo_toptext {
	margin-top: -100px;
}
.blo_topimg {
	position: relative;
	z-index: 1;
}
@media only screen and (min-width: 500px) {
		.bg-top {
			    min-height: 270px;
					top: -120px;
		}
		.area_top .blo_toptext {
	margin-top: -150px;
}
	}
	@media only screen and (min-width: 768px) {
		.bg-top {
			    min-height: 500px;
					top: -220px;
					 background-size: contain;
		}
		.area_top .blo_toptext  {
	margin-top: -280px;
}
	} */

.ribbon {
    display: block;
    position: relative;
    padding: 6px 16px;
    margin: 0 auto 30px;
    width: 50%;
    font-size: 1.6rem;
    color: #FFF;
    background: #c46b73;
  }
  .ribbon2 {
    width: 70%;
    margin: 0 auto;
  }
  .ribbon:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #e8afa8;
  }
  
  .ribbon:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-left: solid 20px #e8afa8;
  }
  .ribbon span {
    font-size: 1.8rem;
  }
  .ribbon1-wrapper {  
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 45px 16px 16px;
    background: #fff7f1;
}
  .ribbon1 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 5px;
    box-sizing: border-box;
    padding: 4px 12px;
    margin: 0;
    height: 36px;
    line-height: 30px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    color: white;
    background: #c46b73;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
  }
  .ribbon1:before {
    position: absolute;
    content: '';
    top: 0;
    left: -7px;
    border: none;
    height: 44px;
    width: 7px;
    background: #c46b73;
    border-radius: 5px 0 0 5px;
  }
  .ribbon1:after {
    position: absolute;
    content: '';
    bottom: -7px;
    left: -5px;
    border: none;
    height: 7px;
    width: 5px;
    background: #f2a89d;
    border-radius: 5px 0 0 5px;
  }
@media only screen and (min-width: 768px) {
	.ribbon {
        width: 25%;
    }
    .ribbon2 {
        width: 40%;
    }
    .ribbon1 {
        height: 38px;
    }
    .ribbon1-wrapper {
        width: fit-content;
        padding: 48px 40px 20px;
        border-radius: 5px;
    }}

		/*ボタンスタイル*/
		a.cv-btn {
			display: block;
			position: relative;
			width: 90%;
			max-width: 300px;
			text-align: center;
			padding: 8px 0;
			margin: 1em auto;
			border-radius: 2px;
			transition: .3s;
		}

		a.cv-btn::before {
			position: absolute;
			content: '';
			width: 5px;
			height: 5px;
			top: 45%;
			right: 5%;
		}

		/*予約*/
	a.cv-reserve {
			color: #fff;
			border: 1px solid #c46b73;
			background-color: #c46b73;
		}

		a.cv-reserve::before {
			border-right: 1px solid #fff;
			border-bottom: 1px solid #fff;
			transform: rotate(315deg);
		}
		a.cv-top {
    color: #c46b73;
    border: 1px solid #c46b73;
    background-color: #fff;
}
a.cv-top::before {
			border-right: 1px solid #c46b73;
			border-bottom: 1px solid #c46b73;
			transform: rotate(315deg);
		}

		@media (hover : hover) {
			a.cv-reserve:hover {
				color: #c46b73;
				background-color: #fff;
				opacity: 1;
			}

			a.cv-reserve:hover::before {
				border-right: 1px solid #c46b73;
				border-bottom: 1px solid #c46b73;
			}
			a.cv-top:hover {
    color: #fff;
    border: 1px solid #c46b73;
    background-color: #c46b73;
}
a.cv-top:hover::before {
				border-right: 1px solid #fff;
				border-bottom: 1px solid #fff;
			}
		}

		/*LINE*/
		a.cv-line {
			color: #06C755;
			border: 1px solid #06C755;
			background-color: #fff;
			max-width: 300px;
		}

		a.cv-line::before {
			border-right: 1px solid #06C755;
			border-bottom: 1px solid #06C755;
			transform: rotate(315deg);
		}

		@media (hover : hover) {
			a.cv-line:hover {
				color: #fff;
				background-color: #06C755;
			}

			a.cv-line:hover::before {
				border-right: 1px solid #fff;
				border-bottom: 1px solid #fff;
			}
		}

		/* スライダー */
		.wrap__box__sliderBox {
			margin: 5em 0 4em;
		}

		.wrap__box__sliderBox .slick-slide {
			padding: 0 10px;
		}

		.wrap__box__sliderBox .slick-slide img {
			width: 100%;
		}

		.wrap__box__sliderBox .slider_collection .slick-dots li {
			margin: 0 1px;
		}

		.wrap__box__sliderBox .slick-dots li button:before {
			width: 5px;
			height: 5px;
			background-color: unset;
			border: 1px solid #c46b73;
			opacity: 1;
		}

		.slick-dots li.slick-active button:before {
			background-color: #c46b73;
		}

		.non_top .main {
			padding-top: 60px;
		}

		.bg_color {
			background-color: #ffece300;
		}

		.cin {
			font-family: Lato, sans-serif;
		}
		.area_recommend .cin, .area_spots .cin, .area_qa .cin {
font-size: 1.4rem;
    line-height: 1;
}

		h3 {
			font-size: 1.4rem;
		}

		.text_h3 {
			font-size: 1rem;
		}

		.blo_toptext .text_h2 {
			font-family: Lato, sans-serif;
			font-weight: 600;
			font-style: normal;
			text-align: center;
			font-size: 1.2rem;
			margin: 20px 0 0;
			color: #c46b73;
			letter-spacing: 2px;
		}

		.blo_toptext h2 {
			color: #c46b73;
			font-size: 1.4rem;
			font-weight: 600;
			margin-top: 20px;
		}

		.area_top .blo_toptext {
			text-align: center;
		}

		.area_top .blo_toptext p {
			text-align: left;
			margin: 1.5em 0;
		}

		.area_top .blo_toptext .h3 {
			margin: 0 auto 15px;
		}

		.area_top .blo_content {
			padding: 0 0 50px 0;
		}

		#blo_content_standard01 .box_img img {
			width: 100%;
		}

		#blo_content_standard01 .box_right {
			margin-top: 20px;
		}

		#blo_content_standard01 .box_right p {
			text-align: left;
		}

		#blo_content_standard01 .box_right p.text {
			margin-top: 20px;
		}

		#blo_content_standard01 .box_right h3 {
			display: inline-block;
			color: #fff;
			margin: 1em 0 0;
			padding: 2px 0;
			width: 140px;
			text-align: center;
			background-color: #c46b73;
		}

		#blo_content_standard01 .box_right .gradeup,
		.gradeup {
			font-size: 1.2em;
			font-weight: 600;
			display: inline-block;
			padding: 0 1px 0px;
			margin-top: 1.2em;
		}

		#blo_content_standard01 .box_right .gradeup span,
		.gradeup span {
			background: linear-gradient(transparent 60%, #eabcc9 0%);
			display: inline;
		}

		.double_inner .contents_wrap {
			margin-top: 2em;
		}

		.double_inner .contents_wrap h4 {
			text-align: left;
			font-weight: 600;
			padding-left: 1em;
			background-color: #f0d8d6;
		}

		#blo_content_standard01 ul.contents_box {
			flex-wrap: wrap;
			flex-direction: row;
			align-items: stretch;
			justify-content: space-between;
			text-align: left;
			gap: 0 10px;
			width: 100%;
			margin: 1em auto;
		}

		#blo_content_standard01 ul.contents_box li:first-child {
			border-right: unset;
		}

		#blo_content_standard01 ul.contents_box li {
			width: 42%;
			text-align: left;
			font-weight: 600;
			padding: .8em 0em .8em 1.8em;
			align-items: center;
			line-height: 1.5;
			display: flex;
			flex-wrap: wrap;
			border-bottom: 1px dashed #b5aeaa;
			position: relative;
		}

		#blo_content_standard01 ul.contents_box li::before {
			content: '';
			display: inline-block;
			width: 5px;
			height: 5px;
			background-color: #b5aeaa;
			border-radius: 50px;
			position: absolute;
			top: 45%;
			left: 0.5em;
		}

		#blo_content_standard01 ul.contents_box .note {
			display: inline-block;
			font-size: 0.9rem;
			font-weight: normal;
		}

		/*備考*/
		.note_box {
			text-align: left;
			font-size: 0.9rem;
			padding-top: 1em;
		}

		.note_box h4 {
			font-weight: 600;
		}

		.note_box span.note {
			display: inline-block;
			font-size: .9rem;
			padding-top: 0;
		}

		#blo_content_standard01 .txt {
			margin: 20px 0 10px;
			text-align: left;
		}

		#blo_content_standard01 .box_add {
			margin-top: 20px;
			text-align: left;
			line-height: 1.5;
			border: 1px solid #fff;
			padding: 20px;
			box-sizing: border-box;
		}

		#blo_content_standard01 .slider_content_standard01 {
			margin-bottom: 40px;
		}

		.box_offer {
			margin: 0 auto;
			text-align: center;
		}

		.box_offer .item {
			font-size: 1.3em;
			line-height: 1.5em;
			border-bottom: 2px solid #c46b73;
			border-top: 2px solid #c46b73;
			margin: 0 auto;
			color: #4a4e69;
		}

		.box_offer h4 {
			font-size: 1.75em;
			font-weight: bold;
		}

		.box_offer .line {
			border-bottom: solid 1px #FFF;
			padding-bottom: 0.4em;
			line-height: 2em;
		}

		.box_offer .note {
			font-size: .6em;
			display: block;
			font-weight: 500;
			line-height: 1.5;
		}

		.sec_campaignpage .double_inner {
			padding-top: 50px;
			width: 90%;
		}

		.special_offer .double_inner {
			width: 100%;
		}

		/*価格*/
		.double_inner .box .off {
			position: relative;
			background-color: #c46b73;
			border-radius: 5px;
			width: 150px;
			padding: 7px 0;
			margin: 15px auto 10px;
			z-index: 1;
			color: #fff;
			text-align: center;
		}

		.double_inner .box .off::after {
			content: "";
			position: absolute;
			bottom: -21px;
			left: 50%;
			margin-left: -15px;
			border: 15px solid transparent;
			border-top: 15px solid #c46b73;
			z-index: -1;
		}

		.double_inner .price {
			font-size: 34px;
			letter-spacing: 1px;
			line-height: 1.3;
			color: #c46b73;
		}

		.double_inner .origin {
			display: flex;
			align-items: center;
			justify-content: center;
			flex-wrap: wrap;
		}

		.double_inner .origin .arrow {
			padding: 0 5px;
			margin-top: 0px;
		}

		.double_inner .origin .arrow img {
			width: 30px;
		}

		.double_inner .origin .number {
			background-color: #4a4e69;
			border-radius: 50px;
			color: #fff;
			padding: 4px 12px 4px 12px;
			margin-right: 10px;
		}

		.double_inner .origin .price_origin {
			font-size: 23px;
			margin-top: 5px;
		}

		.double_inner span.tax {
			font-size: 10px;
		}

		.double_inner .price span.tax {
			font-size: 12px;
		}

		.double_inner .sat-sun-holi_price {
			font-size: 12px;
			line-height: 1.5;
		}

		.box_plan .box_add img {
			width: 90%;
			margin: 0 auto;
			display: block;
		}

		.box_plan .box_add .flex {
			display: flex;
			flex-wrap: wrap;
			justify-content: center;
			margin: 10px 0;
		}

		.box_plan .box_add .flex::after {
			content: "";
			display: block;
			width: 49%;
		}

		.box_plan .box_add .flex p {
			width: 47%;
			padding: 8px 0px;
			margin: 0 5px 10px 5px;
			text-align: center;
			background-color: #ffffff;
		}

		.box_plan .box_add .flex p:nth-child(odd) {
			margin-left: 0;
		}

		.plan_inner .box_add .flex p:nth-child(even) {
			margin-right: 0;
		}

		#blo_content_standard01 .box_right span.note {
			font-size: .9em;
			display: inline-block;
		}

		/*限定オプション*/
		.double_inner .box_offer .flex {
			display: inline-grid;
		}

		.double_inner .box_offer .flex img {
			margin: 0 auto;
			width: 80px;
		}

		.flex2 .num {
			background-color: #c46b73;
			border-radius: 25px;
			display: inline-block;
			width: 25px;
			height: 25px;
			line-height: 25px;
			padding: 2px 0px 2px 4px;
			color: #fff;
			margin-right: 10px;
			text-align: center;
			font-size: 0.8em;
		}

		.sec_item .flex-box {
			display: flex;
			flex-wrap: wrap;
			row-gap: 20px;
			width: 90%;
			margin: 3em auto 0;
			justify-content: space-between;
			align-items: baseline;
		}

		.sec_item.flex-box h4 {
			font-size: 1.4em;
			text-align: center;
			margin: 0.5em 0 0 0;
		}

		.sec_item .flex2 {
			width: 47%;
		}

		.sec_item .flex2 img {
			width: 100%;
			margin: 0 auto;
			-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
			box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
			border-radius: 5px;
			aspect-ratio: 150/150;
			object-fit: cover;
		}

		.sec_item .flex2 h4 {
			line-height: 1.5;
			margin-top: 0.8em;
		}

		.sec_item .flex2 .note {
			font-size: .8em;
			display: inline-block;
			padding: 1% 2%;
			border: 2px solid #c46b73;
		}

		/*プラン名*/
		.recommend_plan {
			font-size: 0.9em;
			margin: 0 auto 20px;
			padding: 10px 0;
			border-top: 2px solid #c46b73;
			border-bottom: 2px solid #c46b73;
		}

		.recommend_plan h3 {
			line-height: 1.6em;
			margin-top: .3em;
		}

		.subtitle {
			margin: 0px 0 20px;
			font-size: 1.2rem;
			line-height: 1.8;
		}

		/* キャンペーン詳細 */
		.area_details {
			padding-bottom: 60px;
		}

		.area_details .blo_details {
			border-top: .5px solid #898989;
		}

		.area_details dl {
			border-bottom: .5px solid #898989;
		}

		.area_details dt {
			width: 20%;
			padding: 2% 5%;
		}

		.area_details dd {
			padding: 2% 5%;
		}

		.area_details .h3 {
			font-weight: normal;
		}

		.sec_item .lead {
			margin-top: 10px;
			font-size: 10px;
		}

		.flex-box::before,
		.flex-box::after {
			content: '';
			order: 1;
			width: 45%;
		}

		.sec_item .slider_item {
			margin: 10px auto 50px;
		}

		.sec_item .slider_item li {
			margin: 0 10px;
		}

		.sec_item .slider_item img {
			width: 100%;
			-webkit-backface-visibility: hidden;
			backface-visibility: hidden;
			box-sizing: border-box;
		}

		.sec_item .slider_item .slick-dots {
			bottom: -35px;
		}

		.sec_item .slider_item .slick-dots li {
			margin: 0 5px;
			border: none;
		}

		.flex-box .text {
			text-align: center;
			width: 90%;
			margin: 20px auto;
			font-size: 10px;
			line-height: 1.7;
		}

		.option h3 {
			margin: 2em auto 0;
			font-weight: 600;
			font-size: 1.2em;
		}

		.marker {
			align-items: center;
			display: flex;
			justify-content: center;
		}

		.marker::before,
		.marker::after {
			background-color: #c46b73;
			content: "";
			height: 2px;
			width: 20%;
		}

		.marker::before {
			margin-right: 15px;
		}

		.marker::after {
			margin-left: 15px;
		}

		.slider_container {
			margin: 0px auto 60px;
			position: relative;
			width: 100%;
		}

		.slider_container img {
			height: auto;
			width: 100%;
		}

		.slick-prev:before,
		.slick-prev:after,
		.slick-next:before,
		.slick-next:after {
			content: none;
		}

		.slider_container .slick-prev {
			z-index: 1;
			cursor: pointer;
			position: absolute;
			transition: 0.3s;
			display: inline-block;
			left: 38%;
			top: 107%;
			width: 8px;
			height: 8px;
			border-top: 1px solid #0a0909;
			border-left: 1px solid #0a0909;
			transform: rotate(-45deg);
		}

		.slider_container .slick-next {
			z-index: 1;
			cursor: pointer;
			position: absolute;
			transition: 0.3s;
			display: inline-block;
			right: 38%;
			top: 107%;
			width: 8px;
			height: 8px;
			border-top: 1px solid #0a0909;
			border-left: 1px solid #0a0909;
			transform: rotate(135deg);
		}

		.slider_container .slick-num {
			top: 103%;
			font-size: 1em;
			left: 0;
			line-height: 2;
			position: absolute;
			right: 0;
			text-align: center;
		}

		
/* .area_recommend {
    padding: 6em 0 0;
}

.area_recommend h2 {
    letter-spacing: 0.5px;
    position: relative;
}

.area_recommend h2:before {
    position: absolute;
    content: 'RECOMMEND';
    top: -2.5em;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 2.2rem;
}

.area_recommend .re-wrap {
    margin: 2em auto 4em;
}

.area_recommend .re-txt_box {
    width: 90%;
    margin: 0 auto 3em;
}

.area_recommend .re-wrap .re-txt_box h3 {
    font-size: 2rem;
    position: relative;
    color: #c46b73;
    margin-bottom: 1.2em;
}

.area_recommend .re-wrap:nth-of-type(1) h3::before {
    position: absolute;
    content: 'CHUO-PARK';
    top: 2.5em;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 1rem;
    color: #c46b73;
}

.area_recommend .re-wrap:nth-of-type(2) h3::before {
    position: absolute;
    content: 'YOYOGI-PARK';
    top: 2.5em;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 1rem;
    color: #c46b73;
    line-height: 1.5;
} */

		.area_recommend {
    padding: 2em 0 0;
}

.area_recommend .reco {
	font-size: 1.4em;
	line-height: 1.2;
}
.area_recommend .reco_ja {
	font-size: 1em;
	margin-bottom: 35px;
}

.area_recommend .re-wrap {
    margin: 2em auto 6em;
}

.area_recommend .re-txt_box {
	position: relative;
    width: 90%;
    margin: 0 auto 3em;
}

.area_recommend .re-wrap .re-txt_box h3 {
	position: absolute;
    font-size: 2rem;
    color: #c46b73;
		line-height: 1.2;
		right: 0;
    left: 0;
		top: 11%;
}
.area_recommend .re-wrap .re-txt_box .name {
	margin-bottom: .6em;
    color: #c46b73;
		text-align: center;
		font-size: 3em;
		font-weight: 600;
		opacity: .2;
		line-height: 1;
		letter-spacing: 4px;
}
.area_recommend .re-txt_box p {
    text-align: left;
}

.area_recommend .re-txt_box p span.note {
    font-size: 1rem;
}

.area_recommend .re-wrap .re-slider img {
    width: 100%;
}

.area_recommend .re-wrap .re-thumbnail .thumbnail-img {
    margin: 6px 3px 0;
}

.area_recommend .re-wrap .re-thumbnail img {
    width: 100%;
}

/*各地のおすすめスポット*/
.area_spots {
    padding: 6em 0;
    margin: auto;
}

.area_spots h2 {
    letter-spacing: 0.5px;
    position: relative;
}


.area_spots .caption {
    margin: 10px auto 20px;
    line-height: 1.8;
}
.area_spots .caption p {
       border: 1px solid #c46b73;
    padding: 10px;
    text-align: left;
}


/*絞り込み*/
.filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 5px;
    margin: 3em auto;
}

.filter li {
    background-color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);

}

.filter li.is-active {
    color: #fff;
    background-color: #c46b73;
}

.category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    gap: 15px 2px;
}

.category::after {
    content: '';
    width: 48%;
}

.category li {
    display: none;
    width: 49%;
    margin: 0 auto;
    text-align: left;
    line-height: 1.7;
}

.category li.is-show {
    display: block;
}

.category li .prefecture {
    font-size: 1.4375rem;
    margin-bottom: 2px;
}

.category li h3 {
    font-size: 1rem;
		    font-weight: 600;
    margin-top: 5px;
}

.category li .address {
    color: #666;
}

.category li .exp {
    margin-top: 5px;
}

.category li .exp span {
    color: #fff;
    padding: 5px 5px;
    margin-right: 5px;
    background-color: #c46b73;
    border-radius: 2px;
}

/*おすすめプランリスト*/
/* .area_plan {
    margin-bottom: 2em;
    padding: 8em 0 3em;
    position: relative;
    z-index: 1;
}

.area_plan h2 {
    letter-spacing: 0.5px;
    position: relative;
    font-size: 1.4375rem;
}

.area_plan h2 span {
    color: #c46b73;
    font-size: 1.4rem;
}

.area_plan h2:before {
    position: absolute;
    content: 'PLAN';
    top: -2.5em;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 2.5rem;
}

.area_plan .caption {
    margin: 10px auto 20px;
    line-height: 1.5;
}


.area_navPlan {
    position: relative;
}

.area_navPlan .plan-box {
    margin: 0 auto 50px;
    width: 90%;
}

.area_navPlan .plan-box:last-of-type {
    margin-bottom: 0;
}

.area_navPlan .plan-box h3 {
    font-size: 1.4375rem;
    margin: 10px 0 5px;
    line-height: 1.5;
}

.area_navPlan .plan-box p {
    display: inline-block;
    text-align: left;
    line-height: 1.8;
}

.area_navPlan .plan-box a {
    display: block;
    margin: 20px auto 0;
    padding: 10px 0;
    border: 1px solid #333;
    width: 50%;
    position: relative;
    transition: .5s;
}

.area_navPlan .plan-box a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: -10%;
    left: 90%;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg);
}

.area_navPlan .plan-box a:hover {
    color: #fff;
    background-color: #333;
}

.area_navPlan .plan-box a:hover::before {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
} */

/*サービスの流れ*/
.area_flow {
    padding: 0;
    counter-reset: number;
}

.area_flow h2 {
    letter-spacing: 0.5px;
    position: relative;
}

.area_flow h2:before {
    position: absolute;
    content: 'FLOW';
    top: -2.5em;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 2.5rem;
}

.area_flow .flow-bg {
    background-color: #fff7f6;
}

.area_flow .flow-box {
    margin: 2em 0;
    padding: 3em 10px 2em;
}

.area_flow .flow-box h3 {
    color: #c46a7b;
    font-size: 1.4375rem;
    font-weight: bold;
}

.area_flow .flow-box h3::before {
    counter-increment: number 1;
    content: counter(number);
    color: #fff;
    background: #d3838b;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    line-height: 27px;
    display: inline-block;
    margin-right: 10px;
    font-weight: normal;
}

.area_flow .flow-box p.exp-01 {
    margin: 2em 0;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
}

.area_flow .flow-box p.exp {
    line-height: 1.8;
    text-align: left;
    display: inline-block;
}

.area_flow .flow-box .flow-btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.area_flow .flow-box .flow-btn a {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    width: 35%;
    background-color: #d3838b;
    border-radius: 5px;
    position: relative;
}

.area_flow .flow-box .flow-btn a::before {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 55%;
    right: 8%;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg) translate(50%, -50%);
}

.area_flow .flow-box .flow-btn a:last-child {
    color: #c46b73;
    background-color: #fff;
}

.area_flow .flow-box .flow-btn a:last-child:before {
    border-bottom: 1px solid #c46b73;
    border-right: 1px solid #c46b73;
}

.area_flow .flow-box .time {
    font-size: 1rem;
    margin-bottom: 1.5em;
}

.area_flow .flow-box p.pop {
    position: relative;
    width: 110px;
    margin: 1.5em auto 1em;
    color: #fff;
    background-color: #d3838b;
}

.area_flow .flow-box p.pop::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 12px solid #d3838b;
}

.area_flow .flow-box h4 {
    color: #c46a7b;
    font-size: 1.3125rem;
    font-weight: bold;
}

.area_flow .flow-box img {
    margin: 1em 0;
}

.area_flow .flow-box a.shop-link {
    display: block;
    color: #c46a7b;
    position: relative;
    text-align: left;
}

.area_flow .flow-box a.shop-link::before {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 50%;
    left: 6.7em;
    width: 3px;
    height: 3px;
    border-bottom: 1px solid #c46b73;
    border-right: 1px solid #c46b73;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg) translate(50%, -50%);
}

.area_flow .flow-box a.shop-link::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 5.5em;
    width: 15px;
    height: 15px;
    border: 1px solid #c46b73;
    border-radius: 50px;
    transform: translate(50%, -50%);
}

.area_flow .flow-box .flow-note {
    margin: 1em 0;
    padding: 10px 20px;
    background-color: #fff7f6;
}

.area_flow .flow-box .flow-note:last-of-type {
    margin-bottom: 0;
}

.area_flow .flow-box .flow-note h4 {
    color: #333;
    text-align: left;
}

.area_flow .flow-box span.emphasis {
    color: #c46a7b;
}

span.note {
    font-size: 1rem;
}

p.separator {
    display: flex;
    align-items: center;
}

p.separator::before,
p.separator::after {
    content: '';
    height: 1px;
    flex-grow: 1;
    background-color: #545454;
}

p.separator::before {
    margin-right: 1em;
}

p.separator::after {
    margin-left: 1em;
}

.area_flow .flow-box:nth-of-type(5) .exp,
.area_flow .flow-box:nth-of-type(6) .exp {
    margin-top: 1em;
}

.btn-consultation a {
    display: block;
    width: 200px;
    margin: 3em auto 15px;
    padding: 10px 20px;
    line-height: 30px;
    color: #fff;
    background-color: #d3838b;
    position: relative;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: .3s;
}

.btn-consultation a span {
    font-weight: bold;
    position: absolute;
    top: -2rem;
    right: 85%;
    display: block;
    width: 50px;
    padding: 1rem 0;
    color: #c46b73;
    border: 2px solid #d3838b;
    border-radius: 100vh;
    background: #fff;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.btn-consultation a::after {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    top: 52%;
    right: 7.1%;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(315deg) translate(50%, -50%);
}


/*よくある質問*/
.area_qa {
	margin: 0 auto 60px;
}

.area_qa h2 {
    letter-spacing: 0.5px;
    position: relative;
}

.area_qa .blo_pricemenu {
    border-top: 1px solid #c46b73;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-flow: reverse wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.area_qa .blo_pricemenu .box_pricemenu {
    width: 50%;
    position: relative;
}

.area_qa .blo_pricemenu .box_pricemenu a {
    display: block;
    border-bottom: 1px solid #c46b73;
    padding: 10px 0 18px;
    position: relative;
}

.area_qa .blo_pricemenu .box_pricemenu a::after {
    display: inline-block;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #4c4948 transparent transparent transparent;
}

.area_qa .blo_pricemenu .box_pricemenu:nth-child(odd) a {
    border-right: 1px solid #c46b73;
}

.area_qa .blo_pricemenu .box_pricemenu:nth-child(odd) a {
    border-left: unset;
}

.area_qa .blo_pricemenu .box_pricemenu h3 {
    font-size: 11px;
}

.blo_box {
    padding-top: 30px;
}

.blo_box .h3 {
    margin-bottom: 20px;
}

.blo_box .txt_right img {
    width: 100%;
}

.area_qa .h3 {
    background-color: #d3838b;
    color: #fff;
    font-size: 12px;
    line-height: 2.4;
}

.area_qa .demo2 {
    margin: 0 auto 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    text-align: left;
    width: 90%;
}

.area_qa .toggle2 p,
.area_qa .box_child2 p {
    display: inline-block;
    float: left;
}

.area_qa .demo2 .cin {
    width: 5%;
    font-size: 22px;
    margin-right: 5%;
    color: #c46a7b;
}

.area_qa .txt_right {
    width: 80%;
    position: relative;
}

.area_qa .toggle2 {
    font-weight: bold;
    overflow: hidden;
    display: block;
}

.area_qa .child2 {
    display: none;
    overflow: hidden;
    clear: both;
    margin: 10px auto;
}

.area_qa .box_child2 {
    overflow: hidden;
}

.area_qa .child2 .cin {
    font-size: 24px;
}

.area_qa .child2 .txt_right {
    font-size: 90%;
    line-height: 1.6;
}

.area_qa .child2 .bold {
    font-weight: bold;
    font-size: 12px;
    line-height: 2;
}

.area_qa .check2 span {
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    right: -8%;
    width: 15px;
    background-color: #4c4948;
    height: 2px;
}

.area_qa .check2 span:nth-of-type(1) {
    top: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.area_qa .check2 span:nth-of-type(2) {
    top: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.area_qa .check2.active2 span:nth-of-type(1) {
    display: none;
}

.area_qa .check2.active2 span:nth-of-type(2) {
    top: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.area_qa .btn_more a {
    width: 90%;
    text-align: center;
    margin: 10px 0 20px auto;
}

/*おすすめプラン*/
.btn-detail a {
    display: block;
    width: 200px;
    margin: 3em auto 15px;
    padding: 10px 20px;
    line-height: 30px;
    color: #fff;
    background-color: #c46b73;
    position: relative;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    transition: .3s;
}

.area_cam {
    padding: 8em 0;
    background: linear-gradient(160deg, #FFF 0%, #FFF 50%, #fff7f6 50%, #fff7f6 100%) 0% 0% no-repeat;
}

.area_cam .campaign-box {
    padding: 0 10px 20px;
    margin: 0 30px;
    background-color: #fff;
}

.area_cam h2 {
    letter-spacing: 0.5px;
    position: relative;
}

.area_cam h2:before {
    position: absolute;
    content: 'CAMPAIGN';
    top: -2.5em;
    left: 50%;
    transform: translate(-50%, 50%);
    font-size: 2.5rem;
}

.area_cam .campaign-wrap {
    margin-top: 2em;
}

.area_cam .limited {
    width: 100px;
    margin: 2em auto 1em;
    color: #fff;
    background-color: #D1CFC2;
}

.area_cam .period-box {
    text-align: center;
}

.area_cam .period-box div {
    text-align: left;
    display: inline-block;
}

.area_cam .period-box div .period {
    padding: 0px 10px;
    border-bottom: 1px solid #D1CFC2;
}

.area_cam h3 {
    font-size: 1.625rem;
    font-weight: bold;
    margin-top: 2em;
}

.marker {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.marker::before,
.marker::after {
    background-color: #c46b73;
    content: "";
    height: 1px;
    width: 90px;
}

.marker::before {
    margin-right: 15px;
}

.marker::after {
    margin-left: 15px;
}

@media only screen and (min-width: 768px) {
			.wrap__box__sliderBox {
				margin: 5em 0;
			}

			.sec_campaignpage .blo_topimg {
				background: none;
			}

			.slick-dots {
				bottom: -40px;
			}

			/*ボタン*/
			.wrap__box__cv-btn {
				display: flex;
				justify-content: center;
				align-items: center;
			}

			.wrap__box__cv-btn div {
				width: 350px;
			}

			a.cv-btn {
				max-width: 350px;
			}

			.benefits .wrap__box:not(:last-child) img {
				max-width: 980px;
			}

			.non_top .main {
				padding-top: 0;
			}

			.blo_toptext .text_h2 {
				margin-top: 50px;
			}

			/* .blo_toptext h2 {
				margin-top: 50px;
			} */

			.area_top .blo_content {
				    margin-bottom: 60px;
			}

			/* .area_top .blo_toptext {
				margin-top: 30px;
			} */

			.area_top .blo_toptext .h3 {
				margin: 30px auto;
			}

			.area_top .blo_toptext p {
				text-align: center;
			}

			#blo_content_standard01 .double_inner {
				overflow: hidden;
				width: 80%;
			}

			#blo_content_standard01 .box_left {
				float: left;
				width: 55%;
				margin-right: 5%;
			}

			#blo_content_standard01 .box_right {
				float: left;
				width: 40%;
				margin-top: 0px;
			}

			#blo_content_standard01 .box_right h3 {
				width: 190px;
				font-size: 1rem;
			}

			#blo_content_standard01 .box_plan {
				margin: 20px auto 0;
				width: 60%;
			}

			.box_offer {
				width: 75%;
			}

			#blo_content_standard01 .exp__wrap {
				display: flex;
				gap: 20px;
			}

			.double_inner .contents_wrap {
				margin-top: 4em;
			}

			/*価格*/
			.double_inner .box .off {
				position: relative;
				background-color: #c46b73;
				border-radius: 5px;
				width: 150px;
				padding: 7px 0;
				margin: 15px 0 10px 20%;
				z-index: 1;
				color: #fff;
				text-align: center;
			}

			.double_inner .origin {
				display: flex;
				align-items: center;
				justify-content: flex-start;
				flex-wrap: wrap;
			}

			#blo_content_standard02 .box_offer .flex2 .num {
				width: 30px;
				height: 30px;
				line-height: 30px;
				padding: 3px 0px 2px 4px;
				margin-bottom: 10px;
			}

			.flex2 img {
				width: 250px;
			}

			.box_offer .item {
				font-size: 1.5em;
				width: 80%;
			}

			.box_plan .box_add img {
				width: 450px;
				margin: 0 auto;
				display: block;
			}

			/*限定オプション*/
			.double_inner .box_offer .flex {
				display: inline-grid;
				margin-right: 20px;
			}

			.double_inner .box_offer .flex img {
				margin: 0 auto;
				width: 100px;
			}

			.double_inner .box_item .flex img {
				margin: 0 auto;
				width: 95%;
			}

			.recommend_plan {
				font-size: 1.1em;
				margin: 0 auto 30px;
			}

			.recommend_plan .text_h3 {
				letter-spacing: 4px;
			}
			.area_details {
padding-top: 0;
}
			.area_details .h3 {
				margin: 50px 0;
			}

			.area_details .blo_details {
				max-width: 600px;
			}

			.area_details dl {
				border-left: none;
				border-right: none;
			}

			.option h3 {
				font-size: 1.4rem;
			}

			.sec_item .flex2 {
				display: inline-grid;
				margin-right: 10px;
				justify-content: center;
				width: 22%;
			}

			/* sec_item */
			.sec_item {
				max-width: 1000px;
				margin: 0 auto;
			}

			.marker::before,
			.marker::after {
				background-color: #c46b73;
				content: "";
				height: 2px;
				width: 37%;
			}

			.slider_container {
				margin: 0 auto;
			}
            
    /* .area_recommend {
        max-width: 1200px;
        margin: 0 auto;
        padding: 8em 0 0;
    }

    .area_recommend .re-wrap {
        display: flex;
        margin: 4em auto 8em;
    }

    .area_recommend .re-wrap:nth-of-type(1) {
        justify-content: end;
    }

    .area_recommend .re-wrap .container {
        width: 65%;
    }

    .area_recommend .re-wrap .re-txt_box {
        margin: 0 2em;
    }

    .area_recommend .re-txt_box p span.note {
        font-size: 1.2rem;
    }

    .area_recommend .re-wrap .re-txt_box h3 {
        text-align: left;
    }

    .area_recommend .re-wrap:nth-of-type(1) h3::before {
        left: 4em;
    }

    .area_recommend .re-wrap:nth-of-type(2) {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .area_recommend .re-wrap:nth-of-type(2) h3::before {
        left: 4em;
    } */

					.area_recommend {
        max-width: 1000px;
        margin: 0 auto;
    }

    .area_recommend .re-wrap {
        display: flex;
        margin: 4em auto 8em;
    }

    .area_recommend .re-wrap:nth-of-type(1) {
        justify-content: center;
    }

    .area_recommend .re-wrap .container {
        width: 65%;
    }

    .area_recommend .re-wrap .re-txt_box {
        margin: 0 2em;
    }

    .area_recommend .re-txt_box p span.note {
        font-size: 1.2rem;
    }

    .area_recommend .re-wrap .re-txt_box h3 {
        text-align: left;
				top: 4%;
    }
		.area_recommend .re-wrap .re-txt_box .name {
		text-align: left;
		margin-bottom: 1em;
}

    .area_recommend .re-wrap:nth-of-type(2) {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    /*スポット*/
    .area_spots .category {
       gap: 30px 6px;
    }
.area_spots .caption p {
	display: inline-block;
}

    .category li {
        width: 24%;
    }

    .filter li {
        width: 12%;
    }

    .area_plan .blo_content {
        max-width: 1200px;
        margin: auto;
    }

    .flow-box:nth-of-type(2) .flex {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    .flow-box .flex:nth-of-type(1) div {
        width: 40%;
    }

    .area_flow .flow-box p.pop {
        margin-top: 0;
    }

    .flow-box .flex div h4 {
        margin-top: 20px;
    }

    .flow-box .flex img,
    .flow-box .flex-02 img {
        width: 50%;
    }

    .area_flow .flow-box:nth-of-type(2) .exp-sp {
        margin: 2em 0;
    }

    .flow-box .flex-02 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        column-gap: 10px;
    }

    .flow-box .flex {
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }

    .area_flow .flow-box:nth-of-type(5) .exp,
    .area_flow .flow-box:nth-of-type(6) .exp {
        margin-top: 0;
    }

    .flow-box:nth-of-type(2n+1) .flex {
        flex-direction: row-reverse;
    }

    .flow-box:nth-of-type(n+5) .flex {
        margin-top: 2em;
    }

    .area_qa {
        max-width: 700px;
    }


    .area_qa .blo_pricebox {
        padding-top: 80px;
    }

    .area_qa .blo_pricemenu .box_pricemenu {
        width: 25%;
        position: relative;
    }

    .area_qa .blo_pricemenu .box_pricemenu {
        width: 50%;
    }

    .area_qa .blo_pricemenu .box_pricemenu a {
        border-right: 1px solid #c46b73;
    }

    .area_qa .blo_pricemenu .box_pricemenu:first-child a {
        border-left: 1px solid #c46b73;
    }

    .area_qa .blo_pricemenu .box_pricemenu:nth-child(odd) a {
        border-left: 1px solid #c46b73;
    }

    
    .area_qa .blo_pricemenu .box_pricemenu h3 {
        font-size: 14px;
        margin-top: 0;
    }

    .blo_box {
        padding-top: 50px;
    }

    .blo_box .txt_right {
        text-align: left;
    }

    .blo_box .txt_right img {
        width: 80%;
    }

    .area_qa .txt_right {
        text-align: left;
    }

    .area_qa .child2 .bold {
        font-weight: bold;
        font-size: 14px;
        line-height: 2;
    }

    .area_qa .btn_more a {
        max-width: 300px;
    }

    .area_cam .campaign-box {
        margin: 0 20px;
    }

}