@charset "utf-8";
/* CSS Document */
@media screen and (min-width:701px) and (max-width:1050px) {
/* -------------------- KV -------------------- */
#fermenting > section#kv {
	display: block;
	width: 100%;
	height: 1000px;
	margin: 0;
	background-image: url("../images/kv_pc.webp");
	background-size: cover;
	background-repeat: no-repeat;
	aspect-ratio: 1 / 0.95;
	position: relative;
}
@media only screen and (max-width: 900px) {
	#fermenting > section#kv {
		aspect-ratio: 1 / 1;
	}
}
@media only screen and (max-width: 800px) {
	#fermenting > section#kv {
		aspect-ratio: 1 / 1;
	}
}
#fermenting > section#kv > h2 {
	color: #fff;
	font-size: 7vw;
	font-weight: 400;
	text-align: center;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 60%;
}
#fermenting > section#kv > h2 > span {
	display: block;
	font-size: 4.5vw;
}
#fermenting > section#kv > h2 > span > span {
	display: inline-block;
	width: 7vw;
	color: #C1FFD7;
	background-color: rgba(255, 255, 255, .4);
	margin: 0 2px;
	position: relative;
}
#fermenting > section#kv > h2 > i {
	display: block;
	color: #C1FFD7;
	font-family: "Whisper", cursive;
	font-size: 3vw;
	font-style: normal;
}

#fermenting > section#kv > div {
	width: 90%;
	max-width: 90%;
	height: 500px;
	color: #fff;
	background-color: rgba(57, 72, 74, .7);
	border-radius: 50% / 100% 100% 0 0;
	text-align: center;
	margin: 0 auto;
	padding: 60px 0 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
@media only screen and (max-width: 800px) {
	#fermenting > section#kv > div {
		height: 500px;
	}
}
#fermenting > section#kv > div > h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}
#fermenting > section#kv > div > h3 > span {
	display: block;
	color: #C1FFD7;
	font-size: 16px;
	font-family: "Whisper", cursive;
}
#fermenting > section > div > div.lead {
	width: 70%;
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 200%;
	margin: 0 auto;
}

/* ----------- アンカー ---------- */
#fermenting > section#kv > div > div#anchor {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 50px auto 0;
}
#fermenting > section#kv > div > div#anchor > div {
	width: 31%;
	height: 60px;
	margin-right: 2%;
	background-color: #fff;
	border-radius: 4px;
	padding: 8px 0 10px;
	position: relative;
}
#fermenting > section#kv > div > div#anchor > div:after {
	content: "";
	display: inline-block;
	background-image: url(../images/common/anchor_arrow.png);
	width: 14px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto 0;
}
#fermenting > section#kv > div > div#anchor > div > a {
	display: flex;
	flex-wrap: wrap;
	justify-content: center; /*横*/
	align-items: center; /*縦*/
	font-size: 20px;
}
#fermenting > section#kv > div > div#anchor > div > a > span {
	display: block;
	width: 100%;
	font-size: 12px;
}

/* -------------------- 意識調査 -------------------- */
#fermenting > section#insights {
	width: 100%;
	margin: 0;
	background-image: url("../images/common/bg_insights.jpg");
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}
#fermenting > section#insights > div > h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 160%;
	text-align: center;
	margin: 0 auto 55px;
}
#fermenting > section#insights > div:nth-of-type(1) {
	width: 90%;
	max-width: 90%;
	background-color: #fff;
	margin: 0 auto;
	padding: 70px 40px 30px;
}

/* ----------- グラフ・説明 ---------- */
#fermenting > section#insights > div:nth-of-type(1) div.cont {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background-color: #F2F0EA;
	margin: 0 auto 32px;
	padding: 28px 40px;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont:nth-of-type(even) {
	flex-direction:row-reverse;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont div.qesbox {
	width: 69%;
	padding: 0 30px 0 0;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont:nth-of-type(even) div.qesbox {
	padding: 0 0 0 30px;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont div.qesbox div {
	background-color: #fff;
	margin-bottom: 18px;
	padding: 18px 18px 18px 13px;
	position: relative;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont div.qesbox div.qes {
	width: 100%;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont div.qesbox div.ans {
	width: 336px;
	margin: 0 0 0 auto;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont div.qesbox div > span {
	font-family: "Whisper", cursive;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	color: #E5C9BC;
	position: absolute;
    top: -15px;
    left: -25px;
    transform: rotate(-20deg);
}

#fermenting > section#insights > div:nth-of-type(1) div.cont div.qesbox div > p {
	line-height: 140%;
    text-indent: -2.4em;
    padding-left: 2.5em;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont div.qesbox div > p > span {
	color: #dd6a37;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont div.grp {
	width: 31%;
}
#fermenting > section#insights > div:nth-of-type(1) div.cont div.grp img {
	width: 100%;
	height: auto;
}

#fermenting > section#insights > div:nth-of-type(1) div.cont div.grp img.circle {
	width: 90%;
	height: auto;
}
#fermenting > section#insights > div:nth-of-type(2) {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 30px 0 70px;
}

/* ----------- 調査概要 ---------- */
#fermenting > section#insights > div > p.source {
	font-family: "Yu Gothic Pr6N R",sans-serif;
	font-size: 13px;
	color: #222;
	line-height: 140%;
	text-align: center;
}
#fermenting > section#insights > div > p.source > span {
	color: #777;
}
#fermenting > section#insights > div > p.source.sp {
	display: none;
}
/* ----------- まとめ ---------- */
#fermenting > section#insights > div > p.comment {
	display: block;
	line-height: 230%;
	text-align: center;
	border: #DD6A37 1px solid;
	background-color: rgba(255, 255, 255, 0.5);
	margin-top: 20px;
	padding: 33px 80px;
	position: relative;
}

#fermenting > section#insights > div > p.comment::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 20px 25px 20px;
  border-color: transparent transparent #dd6a37;
  translate: -50% -100%;
}
#fermenting > section#insights > div > p.comment::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 18.7px 23.4px 18.7px;
  border-color: transparent transparent rgba(255, 255, 255, 0.95);
  translate: -50% -100%;
}
#fermenting > section#insights > div > p.comment > span {
	border-bottom: #DD6A37 1px dashed;
	padding-bottom: 5px;
}


/* -------------------- 宿泊プラン -------------------- */
#fermenting > section#stayplan {
	color: #fff;
	background-color: #39484A;
}
#fermenting > section#stayplan > div {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding: 80px 0 0;
}
#fermenting > section#stayplan > div > h3 {
	font-size: 32px;
	font-weight: 400;
	line-height: 140%;
	text-align: center;
	margin-bottom: 48px;
}

/* ----------- アンカー ---------- */
#fermenting > section#stayplan > div > div#plan_anchor {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 48px;
}
#fermenting > section#stayplan > div > div#plan_anchor > a {
	width: 32%;
	background-color: #fff;
	margin-right: 2%;
}
#fermenting > section#stayplan > div > div#plan_anchor > a:last-of-type {
	margin-right: 0;
}

#fermenting > section#stayplan > div > div#plan_anchor > a > div:nth-of-type(1) {
	height: 60px;
	font-size: 15px;
	text-align: center;
	padding: 12px 0 12px;
	position: relative;
}
#fermenting > section#stayplan > div > div#plan_anchor > a > div:nth-of-type(1) > span {
	display: block;
	font-size: 12px;
}
#fermenting > section#stayplan > div > div#plan_anchor > a > div:nth-of-type(1):after {
	content: "";
	display: inline-block;
	background-image: url(../images/common/anchor_arrow.png);
	width: 14px;
	height: 12px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	margin: auto 0;
}
#fermenting > section#stayplan > div > div#plan_anchor > a > div:nth-of-type(2) {
	height: 211px;
	padding: 0;
	overflow: hidden;
}
#fermenting > section#stayplan > div > div#plan_anchor > a > div:nth-of-type(2) > img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

/* ----------- ボックス ---------- */
#fermenting > section#stayplan > div > div.box {
	width: 100%;
	color: #222222;
	background-color: #F2F0EA;
	margin: 48px 0 auto;
	padding: 52px 40px 57px;
}
#fermenting > section#stayplan > div > div.box > h4 {
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	line-height: 120%;
	margin-bottom: 57px;
}
#fermenting > section#stayplan > div > div.box > h4 > span {
	display: block;
	font-size: 12px;
}

/* ----------- ツアー ---------- */
#fermenting > section#stayplan > div > div#tour > div {
	display: flex;
	flex-wrap: wrap;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(1) {
	width: 48%;
	height: auto;
	margin-right: 2%;
	overflow: hidden;
	position:relative;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(1) img {
	width: 100%;
	overflow: hidden;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(2) {
	width: 48%;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(2) > h5 {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 20px;
	text-align: center;
	line-height: 160%;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(2) > h5:after {
	content: "";
	display: block;
	background-image: url(mages/h5_line.png);
	width: 200px;
	height: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 24px auto;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(2) > p {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-weight: 400;
	line-height: 160%;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(3) {
	width: 100%;
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 160%;
	border: #687272 1px solid;
	margin-top: 56px;
	padding: 35px 40px;
	position: relative;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(3) > span {
	display: inline;
	width: fit-content;
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 18px;
	font-weight: 700;
	background-color: #F2F0EA;
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	margin: 0 auto;
	padding: 0 16px;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(3) > dl {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 14px;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(3) > dl > dt {
	font-weight: 700;
	line-height: 160%;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(3) > dl > dd {
	line-height: 160%;
	margin: 0 0 20px;
}
#fermenting > section#stayplan > div > div#tour > div > div:nth-of-type(3) > dl > dd:last-of-type {
	margin: 0;
}
/* ----------- ディナー ---------- */
#fermenting > section#stayplan > div > div#dinner > div {
	display: flex;
	flex-wrap: wrap;
}
#fermenting > section#stayplan > div > div#dinner > div > div:nth-of-type(1) {
	width: 48%;
	height: 325px;
	margin-right: 4%;
	overflow: hidden;
	position:relative;
}
#fermenting > section#stayplan > div > div#dinner > div > div:nth-of-type(1) img {
	width: 100%;
	overflow: hidden;
}
#fermenting > section#stayplan > div > div#dinner > div > div:nth-of-type(2) {
	width: 48%;
}
#fermenting > section#stayplan > div > div#dinner > div > div:nth-of-type(2) > h5 {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 20px;
	text-align: center;
	line-height: 160%;
}
#fermenting > section#stayplan > div > div#dinner > div > div:nth-of-type(2) > h5:after {
	content: "";
	display: block;
	background-image: url(mages/h5_line.png);
	width: 200px;
	height: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 24px auto;
}
#fermenting > section#stayplan > div > div#dinner > div > div:nth-of-type(2) > p {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-weight: 400;
	line-height: 160%;
}
#fermenting > section#stayplan > div > div#dinner > div > div:nth-of-type(3) {
	width: 100%;
	padding: 45px 0 0;
}

#fermenting .acd-check {
    display: none;
}
#fermenting .acd-label {
	display: block;
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 18px;
    color: #fff;
	text-align: center;
	line-height: 160%;
	border-bottom: #666 1px solid;
	background-color: #39484A;
	margin-bottom: 0;
    padding: 16px 0;
    position: relative;
}

#fermenting .acd-label::after {
	content: "＋";
	color:#fff;
	padding: 0 0 0 18px;
}
#fermenting .acd-check:checked + .acd-label:after {
    content: '－';
	color:#fff;
	padding: 0 0 0 18px;
}
#fermenting .acd-content {
	height: 0;
    display: block;
	border: #39484A 1px solid;
    opacity: 0;
	margin: 0;
    padding: 0px;
    transition: .8s;
    visibility: hidden;
}
#fermenting .acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 40px;
    visibility: visible;
}
#fermenting .acd-content > dl {
	font-family: "游明朝体", "Yu Mincho", serif;
}
#fermenting .acd-content > dl dt {
	font-size: 14px;
	line-height: 160%;
}
#fermenting .acd-content > dl dd {
	font-size: 14px;
	line-height: 160%;
	margin: 0 0 20px;
}
#fermenting .acd-content > dl dd > ul > li {
	line-height: 160%;
}

#fermenting ul.notes li {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 14px;
	line-height: 160%;
	text-indent:-1em;
	padding-left:1em;
}

/* ----------- 温泉＆スパ ---------- */
#fermenting > section#stayplan > div > div#onsen > div {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}
#fermenting > section#stayplan > div > div#onsen > div:nth-of-type(even) {
	flex-direction: row-reverse;
}
#fermenting > section#stayplan > div > div#onsen > div:last-of-type {
	margin: 0;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(1) {
	width: 48%;
	height: 325px;
	overflow: hidden;
	position:relative;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(1) img {
	width: 100%;
	overflow: hidden;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(2) {
	width: 4%;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(3) {
	width: 48%;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(3) > h5 {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 20px;
	text-align: center;
	line-height: 160%;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(3) > h5 > span {
	display: block;
	font-size: 15px;
}

#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(3) > h5:after {
	content: "";
	display: block;
	background-image: url(../images/common/h5_line.png);
	width: 200px;
	height: 5px;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 24px auto;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(3) > p {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-weight: 400;
	line-height: 160%;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(3) > p.details {
	font-size: 15px;
	margin: 24px 0 0;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(3) > a {
	display: inline-block;
	color: #1E4A50;
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 15px;
	font-weight: 700;
	border-bottom: #1E4A50 1px solid;
	margin: 24px 0;
}
#fermenting > section#stayplan > div > div#onsen > div > div:nth-of-type(3) > ul.caution li {
	font-family: "游明朝体", "Yu Mincho", serif;
	font-size: 13px;
	line-height: 160%;
}

/* ----------- Swiper ---------- */
#fermenting .swiper-pagination {
	width: 100%;
	margin: 5px 0 0;
	bottom: 20%;
}
#fermenting .swiper-pagination-bullet {
	margin: 0 10px;
}
#fermenting .swiper-pagination-bullet-active {
	background-color: #E28F6A;
}

/* -------------------- 宿泊プラン概要 -------------------- */
#fermenting > section#reservation {
	width: 100%;
	background-color: #39484A;
	background-image: url("../images/common/bg_reservation.jpg");
	background-size: auto 60%;
	background-position: 80% bottom;
    background-repeat: no-repeat;;
	margin: 0;
	padding: 80px 0;
}
#fermenting > section#reservation > div {
	width: 90%;
	max-width: 90%;
	font-family: "Yu Gothic Pr6N D",sans-serif;
	color: #fff;
	letter-spacing: 0;
	background-color: rgba(66, 55, 49, .55);
	margin: 0 auto;
	padding: 47px 60px;
}
#fermenting > section#reservation > div > h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 140%;
	text-align: center;
	margin-bottom: 32px;
}
#fermenting > section#reservation > div > div.plan_pict {
	display: none;
}
#fermenting > section#reservation > div > dl {
	display: flex;
	flex-wrap: wrap;
}
#fermenting > section#reservation > div > dl > dt {
	width: 150px;
	font-size: 14px;
	text-align: left;
	line-height: 190%;
	padding: 8px 0;
}
#fermenting > section#reservation > div > dl > dt:after {
	content: "　：";
}
#fermenting > section#reservation > div > dl > dd {
	width: 630px;
	font-size: 14px;
	line-height: 190%;
	padding: 8px 0 8px 16px;
}
#fermenting > section#reservation > div > dl > dd > ul > li{
	text-indent:-1em;
	padding-left:1em;
	line-height: 190%;
}
#fermenting > section#reservation > div > a.reserve {
	display: block;
	width: 400px;
	height: auto;
	color: #222;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	background-color: #C1FFD7;
	border-radius: 80px;
	margin: 24px auto 0;
	padding: 23px 0;
	position: relative;
}
#fermenting > section#reservation > div > a.reserve:after {
	content: "";
	display: inline-block;
	background-image: url(../images/common/reserve_arrow.png);
	width: 12px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto 0;
}
#fermenting > section#reservation > div > ul.caution {
	margin: 24px auto 45px;
}
#fermenting > section#reservation > div > ul.caution > li {
	font-family: "Yu Gothic Pr6N M",sans-serif;
	font-size: 13px;
	text-align: center;
	line-height: 160%;
}

#fermenting .floating-banner {
  position: fixed;
  z-index:98;
    display: inline-block;
    top: unset;
    right: 0;
    bottom: 30%;
  }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

#fermenting {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#fermenting .banner {
    width: auto;

}
#fermenting a.btn--red {
  background-color: #C1FFD7;
}

#fermenting a.btn-c {
	font-family: "Yu Gothic Pr6N M",sans-serif;
  font-size: 20px;
  font-weight: 500;
  writing-mode: vertical-rl; 
  position: relative;
  padding: 33px 30px 77px;
  color: #222222;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
  box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
}

#fermenting a.btn-c:before {
content: "";
	display: inline-block;
	background-image: url(../images/common/reserve_arrow_ban.png);
	width: 28px;
	height: 28px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: unset;
	left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
	bottom: 28px;
	margin: auto 0;
}
.footerFix_M {
	display: none;
}

}
