@charset "UTF-8";
/* ============================================================
トップページ
============================================================ */
/* ------------------------------------
MV
------------------------------------ */
#sct_mv {
	position: relative;
	}
#sct_mv .sct_wrap {
	width: 100%;
	position: relative;
	overflow: hidden;
	}
#sct_mv .sct_wrap::before {
	width: 100%;
	margin: auto;
	display: block;
	z-index: 1;
	position: absolute;
	left: 0;
	right: 0;
	content: '';
	}

/* switch_img */
#sct_mv .switch_img {
	width: 100%;
	}
#sct_mv .switch_img .slide {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	}
#sct_mv .switch_img .slide img {
	width: 100%;
	margin: auto;
	display: block;
	object-fit: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	animation: mvPht_anime 30s infinite;
	}
#sct_mv .switch_img .slide:nth-of-type(1) img {
	animation-delay: 0s;
	}
#sct_mv .switch_img .slide:nth-of-type(2) img {
	animation-delay: 10s;
	}
#sct_mv .switch_img .slide:nth-of-type(3) img {
	animation-delay: 20s;
	}
@keyframes mvPht_anime {
	0% {
		opacity: 0;
		transform: scale(1);
		}
	6% {
		opacity: 1;
		}
	30% {
		opacity: 1;
		}
	42% {
		opacity: 0;
		}
	100% {
		opacity: 0;
		transform: scale(1.2);
		}
	}
#sct_mv .switch_img .slide .catch {
	width: 100%;
	max-width: 1260px;
	margin: auto;
	position: absolute;
	left: 0;
	right: 0;
	}
#sct_mv .switch_img .slide .catch p {
	margin: auto;
	z-index: 1;
	opacity: 0;
	position: absolute;
	animation: mvTxt_anime 30s infinite;
	writing-mode: vertical-rl;
	}
#sct_mv .switch_img .slide:nth-of-type(1) p {
	animation-delay: 0s;
	}
#sct_mv .switch_img .slide:nth-of-type(2) p {
	animation-delay: 10s;
	}
#sct_mv .switch_img .slide:nth-of-type(3) p {
	animation-delay: 20s;
	}
@keyframes mvTxt_anime {
	0% {
		opacity: 0;
		}
	6% {
		opacity: 1;
		}
	30% {
		opacity: 1;
		}
	36% {
		opacity: 0;
		}
	100% {
		opacity: 0;
		}
	}
#sct_mv .switch_img .slide p span {
	display: inline-block;
	background-color: #006788;
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	}
#sct_mv .switch_img .slide p span small {
	margin-right: -0.4rem;
	display: inline-block;
	writing-mode: horizontal-tb;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_mv {
		margin-top: -30px;
		}
	#sct_mv::before,
	#sct_mv::after {
		width: calc(50% - 1050px);
		height: 820px;
		display: block;
		z-index: 1;
		position: absolute;
		top: 0;
		bottom: 0;
		background-color: #fff;
		content: '';
		}
	#sct_mv::before {
		left: 0;
		}
	#sct_mv::after {
		right: 0;
		}
	#sct_mv .sct_wrap {
		height: 820px;
		}
	#sct_mv .sct_wrap::before {
		height: 820px;
		top: 0;
		background: url(../img/top/mv_frame.png) no-repeat center top;
		}

	/* switch_img */
	#sct_mv .switch_img {
		height: 820px;
		}
	#sct_mv .switch_img .slide {
		height: 820px;
		}
	#sct_mv .switch_img .slide img {
		min-height: 820px;
		}
	#sct_mv .switch_img .slide .catch {
		max-width: 1260px;
		height: 820px;
		top: 0;
		}
	#sct_mv .switch_img .slide .catch p {
		top: 15px;
		}
	#sct_mv .switch_img .slide01 .catch p {
		left: 45px;
		}
	#sct_mv .switch_img .slide02 .catch p {
		right: 160px;
		}
	#sct_mv .switch_img .slide03 .catch p {
		right: 45px;
		}
	#sct_mv .switch_img .slide p span {
		padding: 30px 21px 36px;
		margin: 0 6px;
		font-size: 3rem;
		letter-spacing: 0.6rem;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_mv {
		padding-top: 60px;
		}
	#sct_mv::before {
		width: 100%;
		height: 70px;
		display: block;
		z-index: 1;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		content: '';
		}
	#sct_mv .sct_wrap {
		height: 300px;
		}
	#sct_mv .sct_wrap::before {
		height: 290px;
		top: 10px;
		background: url(../img/top/mv_frame.png) no-repeat center top / cover;
		}

	/* switch_img */
	#sct_mv .switch_img {
		height: 300px;
		}
	#sct_mv .switch_img .slide {
		height: 300px;
		}
	#sct_mv .switch_img .slide img {
		min-height: 300px;
		}
	#sct_mv .switch_img .slide .catch {
		height: 300px;
		top: 6px;
		}
	#sct_mv .switch_img .slide .catch p {
		top: 0px;
		}
	#sct_mv .switch_img .slide01 .catch p {
		left: 4.5%;
		}
	#sct_mv .switch_img .slide02 .catch p {
		right: 4.5%;
		}
	#sct_mv .switch_img .slide03 .catch p {
		right: 4.5%;
		}
	#sct_mv .switch_img .slide p span {
		padding: 21px 15px 27px;
		margin: 0 3px;
		font-size: 1.6rem;
		letter-spacing: 0.3rem;
		}
	#sct_mv .switch_img .slide p span small {
		width: 1.6rem;
		height: 1.6rem;
		}

} /* end ＞767 */


/* ------------------------------------
welcome
------------------------------------ */
#sct_welcome {
	width: 100%;
	position: relative;
	}
#sct_welcome::before {
	display: block;
	position: absolute;
	right: 0;
	content: '';
	}
#sct_welcome .sct_wrap {
	width: 100%;
	height: 635px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	}
#sct_welcome .sct_wrap::before {
	display: block;
	position: absolute;
	bottom: 0;
	content: '';
	}
#sct_welcome .sct_wrap::after {
	display: block;
	position: absolute;
	content: '';
	}
#sct_welcome h2 {
	position: relative;
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0.2rem;
	line-height: 1.4;
	text-align: center;
	}
#sct_welcome h2 small {
	font-size: clamp(1.6rem, 2.08vw, 2.4rem);
	}
#sct_welcome p {
	position: relative;
	font-weight: 500;
	letter-spacing: 0.1rem;
	text-align: center;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_welcome {
		background: url(../img/top/welcome_bg.jpg) repeat-x 50% calc(100% - 35px);
		}
	#sct_welcome::before {
		width: 826px;
		height: 258px;
		bottom: 0;
		background: url(../img/top/welcome_img03.png) no-repeat 0 0;
		}
	#sct_welcome .sct_wrap {
		max-width: 1260px;
		padding: 0 45px;
		}
	#sct_welcome .sct_wrap::before {
		width: 454px;
		height: 185px;
		left: 60px;
		background: url(../img/top/welcome_img01.png) no-repeat 0 0;
		}
	#sct_welcome .sct_wrap::after {
		width: 118px;
		height: 54px;
		top: 60px;
		right: 42px;
		background: url(../img/top/welcome_img02.png) no-repeat 0 0;
		}
	#sct_welcome h2 {
		top: -45px;
		font-size: 3.6rem;
		font-size: clamp(2.8rem, 3.64vw, 3.6rem);
		}
	#sct_welcome h2 small {
		font-size: 2.4rem;
		}
	#sct_welcome p {
		margin-top: 24px;
		top: -45px;
		font-size: 1.7rem;
		font-size: clamp(1.5rem, 1.95vw, 1.7rem);
		line-height: 2;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_welcome {
		background: url(../img/top/welcome_bg.jpg) repeat-x top center / auto 600px;
		}
	#sct_welcome::before {
		width: 240px;
		height: 75px;
		bottom: 25px;
		background: url(../img/top/welcome_img03.png) no-repeat 0 0 / contain;
		}
	#sct_welcome .sct_wrap {
		padding: 0 6%;
		}
	#sct_welcome .sct_wrap::before {
		width: 245px;
		height: 100px;
		bottom: 0;
		left: 6%;
		background: url(../img/top/welcome_img01.png) no-repeat 0 0 / contain;
		}
	#sct_welcome .sct_wrap::after {
		width: 66px;
		height: 30px;
		top: 36px;
		right: 6%;
		background: url(../img/top/welcome_img02.png) no-repeat 0 0 / contain;
		}
	#sct_welcome h2 {
		top: -30px;
		font-size: 2.1rem;
		font-size: clamp(2.1rem, 5.6vw, 2.4rem);
		}
	#sct_welcome h2 small {
		font-size: 1.6rem;
		}
	#sct_welcome p {
		padding: 0 4%;
		margin-top: 36px;
		top: -30px;
		font-size: 1.3rem;
		font-size: clamp(1.3rem, 3.46vw, 1.5rem);
		line-height: 1.8;
		}

} /* end ＞767 */


/* ------------------------------------
info
------------------------------------ */
#sct_info {
	width: 100%;
	}
#sct_info .sct_wrap {
	width: 100%;
	margin: 0 auto;
	}
#sct_info h2 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	text-align: center;
	}
#sct_info dl {
	display: flex;
	}
#sct_info dl+dl {
	margin-top: 18px;
	}
#sct_info dt {
	padding-left: 24px;
	}
#sct_info dt a {
	color: #464646;
	text-decoration: none;
	}
#sct_info dt a:hover {
	text-decoration: underline;
	}
#sct_info dd {
	letter-spacing: 0.2rem;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_info .sct_wrap {
		max-width: 840px;
		padding: 60px 45px 90px;
		}
	#sct_info h2 {
		margin-bottom: 45px;
		font-size: 3.6rem;
		font-size: clamp(3rem, 3.9vw, 3.6rem);
		}
	#sct_info dt {
		width: calc(100% - 10rem);
		font-size: 1.6rem;
		line-height: 1.6;
		}
	#sct_info dd {
		width: 10rem;
		font-size: 1.5rem;
		line-height: 1.8;
		}

	/* btn */
	#sct_info .btn {
		margin-top: 36px;
		text-align: right;
		}
	#sct_info .btn a {
		font-size: 1.6rem;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_info .sct_wrap {
		padding: 60px 6% 90px;
		}
	#sct_info h2 {
		margin-bottom: 33px;
		font-size: 2.4rem;
		}
	#sct_info dt {
		width: calc(100% - 8rem);
		font-size: 1.5rem;
		line-height: 1.5;
		}
	#sct_info dd {
		width: 8rem;
		font-size: 1.3rem;
		line-height: 1.7;
		}

	/* btn */
	#sct_info .btn {
		margin-top: 30px;
		font-size: 1.5rem;
		text-align: center;
		}

} /* end ＞767 */


/* ------------------------------------
layout
------------------------------------ */
#sct_layout {
	width: 100%;
	position: relative;
	background-color: #eceeee;
	}
#sct_layout::before {
	width: 100%;
	display: block;
	position: relative;
	content: '';
	}
#sct_layout::after {
	width: 100%;
	height: 150px;
	display: block;
	z-index: 0;
	position: absolute;
	bottom: 0;
	background-color: #fff;
	content: '';
	}
#sct_layout .sct_wrap {
	width: 100%;
	position: relative;
	}
#sct_layout h2 {
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	line-height: 1.4;
	letter-spacing: 0.2rem;
	text-align: center;
	}
#sct_layout .block p {
	width: 100%;
	line-height: 1.8;
	}
#sct_layout .block p+p {
	margin-top: 24px;
	}
#sct_layout figure.whole {
	z-index: 2;
	position: relative;
	background-color: #fff;
	}
#sct_layout figure.rooms {
	width: 100%;
	margin: 24px 0 0 auto;
	position: relative;
	z-index: 1;
	text-align: center;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_layout {
		margin-top: 70px;
		}
	#sct_layout::before {
		height: 70px;
		top: -70px;
		background: url(../img/top/layout_bg.png) repeat-x 0% 100%;
		}
	#sct_layout h2 {
		padding: 0 45px;
		font-size: 4.2rem;
		font-size: clamp(3rem, 3.9vw, 4.2rem);
		font-weight: 500;
		}
	#sct_layout h2 small {
		font-size: 2.4rem;
		font-size: clamp(1.6rem, 2.08vw, 2.4rem);
		}
	#sct_layout .bundle {
		margin-top: 36px;
		display: flex;
		}
	#sct_layout .block {
		width: 50%;
		}
	#sct_layout .block p {
		max-width: 630px;
		padding: 0 45px;
		margin-left: auto;
		font-size: 1.6rem;
		font-size: clamp(1.4rem, 1.82vw, 1.6rem);
		}
	#sct_layout figure.whole {
		width: 50%;
		padding: 45px 0 0 45px;
		border-radius: 36px 0 0 0;
		}
	#sct_layout figure.rooms {
		max-width: 630px;
		padding: 0 30px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_layout {
		margin-top: 18px;
		}
	#sct_layout::before {
		height: 18px;
		top: -18px;
		background: url(../img/top/layout_bg.png) repeat-x 0% 100% / auto 18px;
		}
	#sct_layout h2 {
		padding: 0 6%;
		margin-top: 36px;
		font-size: 2.4rem;
		font-size: clamp(2.4rem, 6.4vw, 2.8rem);
		font-weight: 700;
		}
	#sct_layout h2 small {
		font-size: 1.6rem;
		font-size: clamp(1.6rem, 2.08vw, 2.4rem);
		}
	#sct_layout .bundle {
		margin-top: 21px;
		}
	#sct_layout .block {
		width: 100%;
		}
	#sct_layout .block p {
		padding: 0 6%;
		font-size: 1.4rem;
		}
	#sct_layout figure.whole {
		width: 90%;
		padding: 30px 6%;
		margin: 24px auto 0;
		border-radius: 12px;
		text-align: center;
		}
	#sct_layout figure.rooms {
		padding: 0 4%;
		}

} /* end ＞767 */


/* ------------------------------------
about
------------------------------------ */
#sct_about .sct_wrap {
	width: 100%;
	overflow: hidden;
	}
#sct_about h2 {
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.2rem;
	text-align: center;
	}
#sct_about h2 span {
	font-weight: 700;
	}
#sct_about .bundle {
	position: relative;
	}

/* img */
#sct_about .bundle::after {
	margin: auto;
	display: block;
	position: absolute;
	content: '';
	}
#sct_about .bundle.about01::after {
	width: 162px;
	height: 202px;
	background: url(../img/top/about_img01.png) no-repeat 0 0 / contain;
	}
#sct_about .bundle.about02::after {
	width: 260px;
	height: 294px;
	background: url(../img/top/about_img02.png) no-repeat 0 0 / contain;
	}
#sct_about .bundle.about03::after {
	width: 356px;
	height: 164px;
	background: url(../img/top/about_img03.png) no-repeat 0 0 / contain;
	left: 0;
	}

/* pht */
#sct_about .bundle::before {
	display: block;
	background-color: #eee;
	content: '';
	}
#sct_about .bundle.about01::before {
	background: url(../img/top/about_pht01.jpg) no-repeat center center / cover;
	}
#sct_about .bundle.about02::before {
	background: url(../img/top/about_pht04.jpg) no-repeat center center / cover;
	}
#sct_about .bundle.about03::before {
	background: url(../img/top/about_pht03.jpg) no-repeat center center / cover;
	}

/* txt */
#sct_about .txt {
	margin-top: 36px;
	}
#sct_about .txt h3 {
	width: 100%;
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1rem;
	line-height: 1.5;
	}
#sct_about .txt p {
	width: 100%;
	letter-spacing: 0.1rem;
	}

/* btn */
#sct_about .btn {
	width: 100%;
	}
#sct_about .btn a {
	font-family: "Zen Maru Gothic", sans-serif;
	letter-spacing: 0.1rem;
	}

/* 2n */
#sct_about .bundle:nth-of-type(2n) {
	flex-direction: row-reverse;
	}
#sct_about .bundle:nth-of-type(2n) h3,
#sct_about .bundle:nth-of-type(2n) p,
#sct_about .bundle:nth-of-type(2n) .btn {
	margin-left: auto;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_about .sct_wrap {
		padding: 90px 0;
		}
	#sct_about h2 {
		margin-bottom: 48px;
		font-size: 4.2rem;
		font-weight: 500;
		line-height: 1.1;
		}
	#sct_about h2 small {
		font-size: 2.4rem;
		}
	#sct_about h2 span {
		font-size: 2.7rem;
		}
	#sct_about .bundle {
		display: flex;
		}
	#sct_about .bundle+.bundle {
		margin-top: 30px;
		}

	/* img */
	#sct_about .bundle.about01::after {
		bottom: -50px;
		left: 0;
		right: -900px;
		}
	#sct_about .bundle.about02::after {
		z-index: 1;
		bottom: -50px;
		left: -500px;
		right: 0;
		}
	#sct_about .bundle.about03::after {
		z-index: 1;
		bottom: -90px;
		right: -900px;
		}

	/* pht */
	#sct_about .bundle::before {
		width: calc(50% + 60px);
		min-height: 480px;
		}
	#sct_about .bundle:nth-of-type(2n+1)::before {
		border-radius: 0 30px 30px 0;
		}
	#sct_about .bundle:nth-of-type(2n)::before {
		border-radius: 30px 0 0 30px;
		}

	/* txt */
	#sct_about .txt {
		width: calc(50% - 60px);
		}
	#sct_about .txt h3 {
		max-width: 570px;
		padding: 0 45px;
		font-size: 2.6rem;
		}
	#sct_about .txt p {
		max-width: 570px;
		padding: 0 45px;
		margin-top: 30px;
		font-size: 1.5rem;
		line-height: 1.8;
		}

	/* btn */
	#sct_about .btn {
		max-width: 570px;
		padding: 0 45px;
		margin-top: 45px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_about .sct_wrap {
		padding: 30px 0 60px;
		}
	#sct_about h2 {
		margin-bottom: 24px;
		font-size: 2.4rem;
		font-size: clamp(2.4rem, 6.4vw, 2.8rem);
		font-weight: 700;
		line-height: 1.2;
		}
	#sct_about h2 small {
		font-size: 1.6rem;
		font-size: clamp(1.6rem, 2.08vw, 2.4rem);
		}
	#sct_about h2 span {
		font-size: 1.9rem;
		font-size: clamp(1.9rem, 5.06vw, 2.4rem);
		}
	#sct_about .bundle+.bundle {
		margin-top: 66px;
		}

	/* img */
	#sct_about .bundle.about01::after {
		z-index: -1;
		bottom: -60px;
		left: 9%;
		}
	#sct_about .bundle.about02::after {
		z-index: -1;
		bottom: -15px;
		left: 6%;
		}
	#sct_about .bundle.about03::after {
		z-index: -1;
		bottom: -100px;
		right: 0;
		}

	/* pht */
	#sct_about .bundle::before {
		width: 93%;
		height: auto;
		aspect-ratio: 16 / 10;
		}
	#sct_about .bundle:nth-of-type(2n+1)::before {
		border-radius: 0 15px 15px 0;
		}
	#sct_about .bundle:nth-of-type(2n)::before {
		border-radius: 15px 0 0 15px;
		}
	#sct_about .bundle.about02::before {
		margin-left: auto;
		}

	/* txt */
	#sct_about .txt {
		width: 100%;
		}
	#sct_about .txt h3 {
		padding: 0 6%;
		font-size: 1.9rem;
		}
	#sct_about .txt p {
		padding: 0 6%;
		margin-top: 24px;
		font-size: 1.4rem;
		line-height: 1.6;
		}

	/* btn */
	#sct_about .btn {
		padding: 0 6%;
		margin-top: 12px;
		text-align: right;
		}

} /* end ＞767 */


/* ------------------------------------
rooms
------------------------------------ */
#sct_rooms {
	width: 100%;
	position: relative;
	background-color: #006788;
	}
#sct_rooms::after {
	width: 100%;
	display: block;
	position: absolute;
	content: '';
	}
#sct_rooms h2 {
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.6rem;
	text-align: center;
	}
#sct_rooms h2::before {
	width: 34px;
	height: 64px;
	display: inline-block;
	position: relative;
	background: url(../img/top/rooms_icn.png) no-repeat 0 0 / contain;
	content: '';
	}
#sct_rooms .bundle {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
#sct_rooms .block {
	position: relative;
	}
#sct_rooms .block figure {
	text-align: center;
	}
#sct_rooms .block h3 {
	margin-top: 18px;
	color: #f8ae73;
	font-weight: 500;
	text-align: center;
	}
#sct_rooms .block h3::before {
	display: block;
	color: #fff;
	font-family: "Antonio", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1rem;
	}
#sct_rooms .block.block01 h3::before { content: 'DOME HOUSE A'; }
#sct_rooms .block.block02 h3::before { content: 'DOME HOUSE B'; }
#sct_rooms .block.block03 h3::before { content: 'SAUNA'; }
#sct_rooms .block.block04 h3::before { content: 'BBQ'; }
#sct_rooms .block.block05 h3::before { content: 'KITCHEN'; }
#sct_rooms .block.block06 h3::before { content: 'WASHROOM'; }
#sct_rooms .block p {
	margin-top: 12px;
	color: #fff;
	}

/* btn */
#sct_rooms .btn {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	}
#sct_rooms .btn a {
	max-width: 108px;
	padding-right: 48px;
	margin: 0 auto;
	font-size: 1.5rem;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_rooms {
		padding: 78px 0 96px;
		margin-bottom: 36px;
		}
	#sct_rooms::after {
		height: 36px;
		background: url(../img/common/wave_01.png) repeat-x center top;
		bottom: -36px;
		}
	#sct_rooms h2 {
		font-size: 4.2rem;
		}
	#sct_rooms h2::before {
		margin-right: 28px;
		bottom: -18px;
		}
	#sct_rooms .bundle {
		max-width: 1260px;
		padding: 0 45px;
		}
	#sct_rooms .block {
		width: 32%;
		max-width: 320px;
		padding-bottom: 6rem;
		margin-top: 48px;
		}
	#sct_rooms .block figure a {
		display: inline-block;
		}
	#sct_rooms .block figure img {
		max-height: 270px;
		transition: 0.2s;
		}
	#sct_rooms .block figure a:hover img {
		filter: brightness(1.15) contrast(80%);
		}
	#sct_rooms .block h3 {
		font-size: 1.6rem;
		}
	#sct_rooms .block h3::before {
		margin-bottom: 9px;
		font-size: 3.4rem;
		}
	#sct_rooms .block p {
		padding: 0 15px;
		font-size: 1.4rem;
		line-height: 1.8;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_rooms {
		padding: 36px 0 96px;
		margin-bottom: 16px;
		}
	#sct_rooms::after {
		height: 16px;
		background: url(../img/common/wave_01.png) repeat-x center top / auto 16px;
		bottom: -16px;
		}
	#sct_rooms h2 {
		font-size: 2.7rem;
		}
	#sct_rooms h2::before {
		margin-right: 18px;
		bottom: -20px;
		}
	#sct_rooms .bundle {
		padding: 0 4%;
		}
	#sct_rooms .block {
		width: 49%;
		padding-bottom: 5.4rem;
		margin-top: 60px;
		}
	#sct_rooms .block figure img {
		max-width: none;
		height: 140px;
		}
	#sct_rooms .block h3 {
		font-size: 1.4rem;
		line-height: 1.3;
		}
	#sct_rooms .block h3::before {
		margin-bottom: 6px;
		font-size: 2.4rem;
		}
	#sct_rooms .block p {
		padding: 0 4%;
		font-size: 1.3rem;
		line-height: 1.6;
		}

	/* btn */
	#sct_rooms .btn a {
		font-size: 1.4rem;
		}

} /* end ＞767 */


/* ------------------------------------
reviews
------------------------------------ */
#sct_reviews {
	width: 100%;
	position: relative;
	background-color: #fff;
	}
#sct_reviews::after {
	width: 100%;
	display: block;
	position: absolute;
	content: '';
	}
#sct_reviews .sct_wrap {
	width: 100%;
	margin: 0 auto;
	}
#sct_reviews h2 {
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.3rem;
	text-align: center;
	}
#sct_reviews h2::before,
#sct_reviews h2::after {
	width: 2px;
	display: inline-block;
	position: relative;
	bottom: -12px;
	background-color: #006788;
	content: '';
	}
#sct_reviews h2::before {
	transform: rotate(-20deg);
	}
#sct_reviews h2::after {
	transform: rotate(20deg);
	}
#sct_reviews .bundle {
	margin-top: 18px;
	}
#sct_reviews .block h3 {
	position: relative;
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.03rem;
	line-height: 1.4;
	text-align: center;
	}
#sct_reviews .block h3::before {
	width: 49%;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 11px;
	left: 0;
	background-color: #006788;
	content: '';
	}
#sct_reviews .block h3::after {
	width: 50%;
	height: 14px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	border-top: 2px solid #006788;
	border-left: 2px solid #006788;
	transform: skew(-45deg);
	content: '';
	}
#sct_reviews .block p {
	width: 100%;
	max-width: 450px;
	line-height: 1.8;
	text-align: center;
	}
#sct_reviews .block p.profile {
	margin-top: 12px;
	font-size: 1.5rem;
	}

/* btn */
#sct_reviews .btn {
	margin-top: 48px;
	text-align: center;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_reviews {
		padding: 78px 0 108px;
		margin-bottom: 36px;
		}
	#sct_reviews::after {
		height: 36px;
		background: #006788 url(../img/common/wave_02.png) repeat-x center top;
		bottom: -36px;
		}
	#sct_reviews .sct_wrap {
		max-width: 1090px;
		padding: 0 45px;
		}
	#sct_reviews h2 {
		font-size: 3.6rem;
		}
	#sct_reviews h2::before,
	#sct_reviews h2::after {
		height: 48px;
		}
	#sct_reviews h2::before {
		margin-right: 60px;
		}
	#sct_reviews h2::after {
		margin-left: 60px;
		}
	#sct_reviews .bundle {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		}
	#sct_reviews .block {
		width: 47%;
		margin-top: 60px;
		}
	#sct_reviews .block h3 {
		padding-bottom: 42px;
		font-size: 2.2rem;
		}
	#sct_reviews .block p {
		padding: 0 21px;
		margin: 18px auto 0;
		font-size: 1.4rem;
		}

	/* btn */
	#sct_reviews .btn a {
		padding-right: 90px;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_reviews {
		padding: 60px 0 75px;
		margin-bottom: 16px;
		}
	#sct_reviews::after {
		height: 16px;
		background: #006788 url(../img/common/wave_02.png) repeat-x center top / auto 16px;
		bottom: -16px;
		}
	#sct_reviews .sct_wrap {
		padding: 0 6%;
		}
	#sct_reviews h2 {
		font-size: 2.6rem;
		}
	#sct_reviews h2::before,
	#sct_reviews h2::after {
		height: 42px;
		}
	#sct_reviews h2::before {
		margin-right: 45px;
		}
	#sct_reviews h2::after {
		margin-left: 45px;
		}
	#sct_reviews .block {
		width: 100%;
		max-width: 420px;
		margin: 60px auto 0;
		}
	#sct_reviews .block h3 {
		padding-bottom: 30px;
		font-size: 1.9rem;
		line-height: 1.4;
		}
	#sct_reviews .block p {
		padding: 0 2%;
		margin: 15px auto 0;
		font-size: 1.3rem;
		}

} /* end ＞767 */


/* ------------------------------------
instagram
------------------------------------ */
#sct_instagram {
	width: 100%;
	position: relative;
	background-color: #006788;
	}
#sct_instagram .sct_wrap {
	width: 100%;
	margin: 0 auto;
	display: flex;
	}
#sct_instagram .txt h2 {
	color: #fff;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.2rem;
	}
#sct_instagram .txt h2::before {
	display: inline-block;
	position: relative;
	bottom: -12px;
	background: url(../img/common/icn_instagram.png) no-repeat 0 0 / contain;
	content: '';
	}
#sct_instagram .txt p {
	color: #fff;
	}

/* btn */
#sct_instagram .btn a {
	font-weight: 500;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_instagram {
		padding: 90px 0 105px;
		}
	#sct_instagram .sct_wrap {
		max-width: 840px;
		padding: 0 30px;
		align-items: center;
		}
	#sct_instagram .txt {
		padding-left: 75px;
		}
	#sct_instagram .txt h2 {
		font-size: 3.6rem;
		}
	#sct_instagram .txt h2::before {
		width: 50px;
		height: 50px;
		margin-right: 21px;
		}
	#sct_instagram .txt p {
		margin-top: 24px;
		font-size: 1.6rem;
		line-height: 1.8;
		}

	/* btn */
	#sct_instagram .btn {
		margin-top: 30px;
		}
	#sct_instagram .btn a {
		font-size: 1.8rem;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_instagram {
		padding: 60px 0;
		}
	#sct_instagram .sct_wrap {
		padding: 0 6%;
		flex-direction: column-reverse;;
		}
	#sct_instagram figure {
		margin-top: 36px;
		text-align: center;
		}
	#sct_instagram .txt h2 {
		font-size: 2.6rem;
		text-align: center;
		}
	#sct_instagram .txt h2::before {
		width: 42px;
		height: 42px;
		margin-right: 15px;
		}
	#sct_instagram .txt p {
		margin-top: 36px;
		font-size: 1.4rem;
		line-height: 1.6;
		text-align: center;
		}

	/* btn */
	#sct_instagram .btn {
		margin-top: 15px;
		text-align: center;
		}
	#sct_instagram .btn a {
		font-size: 1.7rem;
		}

} /* end ＞767 */


/* ------------------------------------
access
------------------------------------ */
#sct_access {
	width: 100%;
	}
#sct_access .sct_wrap {
	width: 100%;
	margin: 0 auto;
	}
#sct_access .map {
	background-color: #fff;
	}
#sct_access .map iframe {
	width: 100%;
	height: 480px;
	}
#sct_access .txt {
	min-height: 480px;
	padding: 60px 0;
	display: flex;
	align-items: center;
	background-color: #fff;
	}
#sct_access .txt .bundle {
	width: 100%;
	}
#sct_access .txt h2 {
	color: #006788;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	text-align: center;
	}
#sct_access .txt h2::before {
	margin: 0 auto 18px;
	display: block;
	background: url(../img/common/logo_ccdh.png) no-repeat 0 0 / contain;
	content: '';
	}
#sct_access .txt p {
	margin-top: 15px;
	font-weight: 500;
	letter-spacing: 0.1rem;
	text-align: center;
	}
#sct_access .txt .btn {
	margin-top: 15px;
	text-align: center;
	}
#sct_access .txt .btn a {
	font-weight: 700;
	letter-spacing: 0.03rem;
	}

/* 768＜ --------------------------- */
@media (min-width: 768px) {

	#sct_access {
		padding-bottom: 120px;
		background-color: #07769a;
		}
	#sct_access .sct_wrap {
		display: flex;
		}
	#sct_access .map {
		width: 50%;
		}
	#sct_access .txt {
		width: 50%;
		}
	#sct_access .txt .bundle {
		max-width: 630px;
		padding: 0 45px;
		}
	#sct_access .txt h2 {
		font-size: 2.4rem;
		}
	#sct_access .txt h2 small {
		font-size: 1.5rem;
		}
	#sct_access .txt h2::before {
		width: 156px;
		height: 124px;
		}
	#sct_access .txt p {
		font-size: 1.9rem;
		line-height: 1.4;
		}
	#sct_access .txt p span {
		font-size: 1.7rem;
		}
	#sct_access .txt .btn a {
		font-size: 1.8rem;
		}

} /* end 768＜ */
/* ＞767 --------------------------- */
@media (max-width: 767px) {

	#sct_access .map {
		width: 100%;
		}
	#sct_access .txt {
		width: 100%;
		}
	#sct_access .txt .bundle {
		padding: 0 6%;
		}
	#sct_access .txt h2 {
		font-size: 2.2rem;
		line-height: 1.2;
		}
	#sct_access .txt h2 small {
		font-size: 1.4rem;
		}
	#sct_access .txt h2::before {
		width: 151px;
		height: 120px;
		}
	#sct_access .txt p {
		font-size: 1.6rem;
		line-height: 1.5;
		}
	#sct_access .txt p span {
		font-size: 1.3rem;
		}
	#sct_access .txt .btn a {
		font-size: 1.6rem;
		}

	/* Footer装飾 */
	#pg_home footer .footer_wrap::before,
	#pg_home footer .footer_wrap::after {
		display: none;
		}

} /* end ＞767 */
