@charset "utf-8";


/*//////////////////////////////////////////////////
共通
//////////////////////////////////////////////////*/

::selection {color: #fff; background-color: #006980;}
::-moz-selection {color: #fff; background-color: #006980;}
html {width: 100%; height: 100%; font-size: 62.5%;}
body {width: 100%; height: 100%; min-width: 320px; position: relative; z-index: 1; left: 0; top: 0;}
body, input, textarea, select, button {
	font-size: 1.4rem; line-height: 1.7; color: #1c1c1c; font-weight: 400; letter-spacing: .08rem; -webkit-text-size-adjust: 100%; word-wrap: break-word; overflow-wrap: break-word; -webkit-hyphens: auto; -moz-hyphens: auto; hyphens: auto;
	font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    body, input, textarea, select, button {-webkit-font-smoothing: antialiased;}
}
header, main, footer {width: 100%; overflow: hidden;}
main, img {display: block;}
img {flex-shrink: 0;}
input[type="submit"], input[type="button"], input[type="radio"], input[type="checkbox"], select, button {cursor: pointer;}
input, textarea, select, button {outline: 0; -webkit-transition: all .4s; transition: all .4s;}
::-webkit-input-placeholder {color: #8a8a8a;}
:-ms-input-placeholder {color: #8a8a8a;}
::-moz-placeholder {color: #8a8a8a;}
a {text-decoration: none; -webkit-transition: all .4s; transition: all .4s;}
a:link, a:visited, a:hover {color: #1c1c1c;}
pre {white-space: pre-wrap;}
.gothic {font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;}
.min {font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, serif!important;}
.b {font-weight: 600;}
.it {font-style: italic;}
.underline {text-decoration: underline;}
.l-space-1 {letter-spacing: .1rem;}
.l-space-2 {letter-spacing: .2rem;}
.cf:after {content: ''; display: block; clear: both;}
.fit-img img {width: 100%; height: 100%; object-fit: cover; font-family: 'object-fit: cover;';}
.fit-img02 img {width: 50%; height: 100%; margin: 50px auto 50px auto; object-fit: cover; font-family: 'object-fit: cover;';}
.scroll-style {overflow: scroll; -ms-overflow-style: none; scrollbar-width: none;}
.scroll-style::-webkit-scrollbar {display: none;}
.vertical-txt {-webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; -o-writing-mode: vertical-rl; writing-mode: vertical-rl;}
.keep-txt {word-break: keep-all; white-space: nowrap;}
.margin-0 {margin: 0!important;}
.top-crop::before {content: ''; display: block; width: 0; height: 0; margin-top: -4px;}
.no-crop::before {content: none!important;}

.color-white {color: #fff!important;}
.color-back {color: #fafaf3!important;}
.color-black-back {color: #323334!important;}
.color-font {color: #1c1c1c!important;}
.color-font-2 {color: #4d4d4d!important;}
.color-subfont {color: #8a8a8a!important;}
.color-cyan {color: #006980!important;}
.color-lightcyan {color: #92b3bb!important;}

.color-white-a88 {color: rgba(255, 255, 255, .88)!important;}
.color-white-a64 {color: rgba(255, 255, 255, .64)!important;}
.color-white-a16 {color: rgba(255, 255, 255, .16)!important;}
.color-black-a64 {color: rgba(0, 0, 0, .64)!important;}
.color-black-a48 {color: rgba(0, 0, 0, .48)!important;}
.color-cyan-a64 {color: rgba(0, 105, 128, .64)!important;}

.xx-lg {font-size: 2.4rem!important;}
.x-lg {font-size: 2.0rem!important;}
.lg {font-size: 1.6rem!important;}
.md {font-size: 1.4rem!important;}
.sm {font-size: 1.2rem!important;}
.x-sm {font-size: 1.0rem!important;}

.spacer-10 {display: block; width: 100%; height: 12px!important;}
.spacer-20 {display: block; width: 100%; height: 16px!important;}
.spacer-30 {display: block; width: 100%; height: 20px!important;}
.spacer-40 {display: block; width: 100%; height: 24px!important;}
.spacer-60 {display: block; width: 100%; height: 32px!important;}
.spacer-80 {display: block; width: 100%; height: 44px!important;}
.spacer-120 {display: block; width: 100%; height: 60px!important;}
.spacer-160 {display: block; width: 100%; height: 80px!important;}

@media only screen and (min-width: 640px) {
	.top-crop::before {margin-top: -6px;}
	.xx-lg {font-size: 3.0rem!important;}
    .x-lg {font-size: 2.4rem!important;}	
	.spacer-10 {height: 14px!important;}
	.spacer-20 {height: 20px!important;}
	.spacer-30 {height: 26px!important;}
	.spacer-40 {height: 36px!important;}
	.spacer-60 {height: 48px!important;}
	.spacer-80 {height: 66px!important;}
	.spacer-120 {height: 90px!important;}
	.spacer-160 {height: 120px!important;}
 }

@media only screen and (min-width: 960px) {
	.top-crop::before {margin-top: -8px;}
	body, input, textarea, select, button {font-size: 1.5rem;}
    .xx-lg {font-size: 3.6rem!important;}
	.x-lg {font-size: 2.8rem!important;}
	.lg {font-size: 1.8rem!important;}
	.md {font-size: 1.5rem!important;}
	.sm {font-size: 1.3rem!important;}
	.x-sm {font-size: 1.1rem!important;}
	.spacer-10 {height: 16px!important;}
	.spacer-20 {height: 24px!important;}
	.spacer-30 {height: 32px!important;}
	.spacer-40 {height: 48px!important;}
	.spacer-60 {height: 64px!important;}
	.spacer-80 {height: 88px!important;}
	.spacer-120 {height: 120px!important;}
	.spacer-160 {height: 160px!important;}
	.hover-40, .hover-64 {-webkit-transition: all .4s; transition: all .4s;}
	.hover-40:hover {opacity: .4;}
	.hover-64:hover {opacity: .64;}
}


/*//////////////////////////////////////////////////
共通レイアウト
//////////////////////////////////////////////////*/

#plan_bnr_right {
	width: 30px; height: 120px; background-color: #005959; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; position: fixed; z-index: 90; right: -30px; top: 20%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%); -webkit-transition: all .4s; transition: all .4s;
}
#plan_bnr_right::after {
	content: ''; display: block; width: 30px; height: 118px; border: solid 1px rgba(255, 255, 255, .64); box-sizing: border-box; position: absolute; z-index: 1; left: 1px; top: 1px;
}
#plan_bnr_right .inner {
	height: 104px; text-align: center;
}
#plan_bnr_right .icon {
	display: block; background-image: url("../img/common/common_plan-bnr-right-icon.png"); background-size: cover; width: 12px; height: 10px; margin: 0 auto;
}
#plan_bnr_right .txt {
	display: inline-block; height: 90px; line-height: 1; margin: 4px 0 0;
}

#choubei_slider {
	margin: 60px 0 0; height: 160px; overflow: hidden;
}
#choubei_slider .swiper-swiper-container {
    width: 100%; height: 100%;
}
#choubei_slider .swiper-swiper-wrapper {
    width: 100%; height: 100%;
}
#choubei_slider .swiper-slide {
    display: block; width: 260px; height: 100%;
}

.title-layout-1 {
	text-align: center;
	margin-bottom: 10px;
}
.title-layout-1 span {
	display: inline-block;
}
.title-layout-1 span:nth-of-type(1) {
	border-bottom: solid 1px #8a8a8a; padding: 0 0 8px; margin: 0 0 8px; line-height: 1.5;
}
.title-layout-1 span:nth-of-type(2) {
	line-height: 1;
}

.measures {
	width: 84%; max-width: 1104px; margin: 60px auto 0; text-align: center;
}
.measures p {
	margin: 24px 0 0;
}
.measures .icon {
	background-image: url("../img/front/front_measure-icon.png"); background-size: cover; width: 104px; height: 30px; margin: 16px auto 0;
}
.measures a {
	margin: 24px auto 0;
}

.plan-bnr {
	width: 100%; background-image: url("../img/common/common_bnr-plan-back.jpg"); background-size: cover; background-position: center; text-align: center;
}
.plan-bnr .inner {
	display: inline-block; width: 100%; height: 100%; padding: 44px 0; background-color: rgba(0, 0, 0, .64);
}
.plan-bnr p {
	margin: 44px 0 0;
}
.plan-bnr a {
	margin: 24px auto 0;
}

.bnr-shop-line {
	width: 84%; margin: 60px auto 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}
.bnr-shop-line a {
	display: block; width: 100%; max-width: 480px; margin: 12px;
}
.bnr-shop-line img {
	width: 100%; height: auto;
}

.header-under {
	height: 160px; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
}
.header-under .img {
	height: 100%;
}
.header-under h1 {
	position: absolute; z-index: 3; right: 16px; bottom: 24px;
}
.header-under::after {
	content: ''; display: block; width: 160px; height: 160px; border-radius: 50%; background-color: rgba(0, 0, 0, .32); position: absolute; z-index: 2; right: -80px; bottom: -80px;
}

@media only screen and (min-width: 640px) {
	#plan_bnr_right {
		width: 40px; height: 135px; right: -40px;
	}
	#plan_bnr_right::after {
		width: 40px; height: 133px;
	}
	#plan_bnr_right .inner {
		height: 111px;
	}
	#plan_bnr_right .icon {
		width: 18px; height: 15px;
	}
	#plan_bnr_right .txt {
		margin: 6px 0 0;
	}
	
	#choubei_slider {
		margin: 90px 0 0;
	}
	
	.measures {
		width: 88%; margin: 90px auto 0;
	}
	.measures p {
		margin: 36px 0 0;
	}
	.measures .icon {
		margin: 24px auto 0;
	}
	.measures a {
		margin: 36px auto 0;
	}
	
	.plan-bnr .inner {
		padding: 66px 0;
	}
	.plan-bnr p {
		margin: 66px 0 0;
	}
	.plan-bnr a {
		margin: 36px auto 0;
	}
	
	.bnr-shop-line {
		width: 88%; margin: 90px auto 0;
	}
	.bnr-shop-line a {
		width: 42%; margin: 18px;
	}
	
	.header-under {
		height: 240px;
	}
	.header-under h1 {
		right: 24px; bottom: 36px;
	}
	.header-under::after {
		width: 240px; height: 240px; right: -120px; bottom: -120px;
	}
}

@media only screen and (min-width: 960px) {
	#plan_bnr_right {
		width: 50px; height: 156px; right: -50px;
	}
	#plan_bnr_right::after {
		width: 50px; height: 154px;
	}
	#plan_bnr_right .inner {
		height: 124px;
	}
	#plan_bnr_right .icon {
		width: 24px; height: 20px;
	}
	#plan_bnr_right .txt {
		margin: 8px 0 0;
	}
	
	#choubei_slider {
		margin: 120px 0 0;
	}
	
	.title-layout-1 span:nth-of-type(1) {
		word-break: keep-all; white-space: nowrap;
	}
	
	.measures {
		width: 92%; margin: 120px auto 0;
	}
	.measures p {
		margin: 48px 0 0;
	}
	.measures .icon {
		margin: 32px auto 0;
	}
	.measures a {
		margin: 48px auto 0;
	}
	
	.plan-bnr .inner {
		padding: 88px 0;
	}
	.plan-bnr p {
		margin: 88px 0 0;
	}
	.plan-bnr a {
		margin: 48px auto 0;
	}
	
	.bnr-shop-line {
		width: 92%; margin: 120px auto 0;
	}
	.bnr-shop-line a {
		margin: 24px;
	}
	
	.header-under {
		height: 320px;
	}
	.header-under h1 {
		right: 32px; bottom: 48px;
	}
	.header-under::after {
		width: 320px; height: 320px; right: -160px; bottom: -160px;
	}
}

@media only screen and (min-width: 1280px) {
	.header-under {
		width: 1104px; margin: 8px auto 0;
	}
}


/*//////////////////////////////////////////////////
アニメーション
//////////////////////////////////////////////////*/

@-webkit-keyframes logo {
    0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes logo {
	0% {
		opacity: 0;
	} 50% {
		opacity: 1;
	} 100% {
		opacity: 0;
	}
}
.loading-logo {
	-webkit-animation: logo 4s infinite; animation: logo 4s infinite;
}


/*//////////////////////////////////////////////////
ローディング
//////////////////////////////////////////////////*/

#loading_cover {
	position: fixed; z-index: 100; left: 0; top: 0; width: 100%; min-width: 320px; height: 100vh; background-color: #fff;
}
.loading-logo {
	width: 60px; height: auto; position: absolute; z-index: 1; left: 50%; top: 50%; -webkit-transform: translate(-50%, -100%); transform: translate(-50%, -100%);
}

@media only screen and (min-width: 640px) {
	.loading-logo {
		width: 70px;
	}
}

@media only screen and (min-width: 960px) {
	.loading-logo {
		width: 80px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
	}
}


/*//////////////////////////////////////////////////
ハンバーガーメニュー
//////////////////////////////////////////////////*/

#humb_wrap {
	width: 100%; height: 100%; line-height: 1; cursor: pointer; position: relative; z-index: 2; left: 0; top: 0; -webkit-transition: all .4s; transition: all .4s;
}
.humb {
	width: 24px; height: 16px; position: absolute; z-index: 1; left: 8%; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);
}
.humb span {
	display: block; width: 100%; height: 2px; position: absolute; z-index: 1; left: 0; background-color: #fff; -webkit-transition: all .4s; transition: all .4s;
}
.humb span:nth-of-type(1) {
	top: 0;
}
.humb span:nth-of-type(2) {
	top: 7px;
}
.humb span:nth-of-type(3) {
	bottom: 0;
}
.humb.active span:nth-of-type(1) {
	transform: rotate(45deg); top: 7px;
}
.humb.active span:nth-of-type(2) {
	display: none;
}
.humb.active span:nth-of-type(3) {
	transform: rotate(-45deg); bottom: 7px;
}
#humb_wrap .txt {
	display: inline-block; position: absolute; z-index: 1; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}

@media only screen and (min-width: 640px) {
	.humb {
		left: 6%;
	}
}

@media only screen and (min-width: 960px) {
	.humb {
		left: 4%;
	}
	#humb_wrap:hover {
		background-color: #92b3bb;
	}
	#humb_wrap:hover .humb span:nth-of-type(1) {
		top: 7px;
	}
	#humb_wrap:hover .humb span:nth-of-type(2) {
		display: none;
	}
	#humb_wrap:hover .humb span:nth-of-type(3) {
		bottom: 7px;
	}
}


/*//////////////////////////////////////////////////
ヘッダー
//////////////////////////////////////////////////*/

header .wrap-1 {
	padding: 24px 0 12px; background-color: #fafaf3; line-height: 1; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
}
header .wrap-1::after {
	content: ''; display: block; width: 225px; height: 225px; border-radius: 50%; background-color: rgba(255, 255, 255, .88); position: absolute; z-index: 1; left: 50%; top: 100%; -webkit-transform: translate(-50%, -165px); transform: translate(-50%, -165px);
}
header .wrap-1 nav {
	width: 84%; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-end; position: relative; z-index: 2; left: 0; top: 0;
}
header .wrap-1 ul {
	display: none;
}
header .wrap-1 .logo {
	width: 60px;
}
header .wrap-1 .logo a {
	display: inline-block;
}
header .wrap-1 .logo img {
	width: 100%; height: auto;
}
header .wrap-2 {
	display: none;
}
header .wrap-3 {
	display: none;
}
header .wrap-4 {
	height: 32px; background-color: #006980; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
}
header .wrap-4::after {
	content: ''; display: block; width: 225px; height: 225px; border-radius: 50%; background-color: rgba(255, 255, 255, .16); position: absolute; z-index: 1; left: 50%; top: 0; -webkit-transform: translate(-50%, -165px); transform: translate(-50%, -165px);
}
header .wrap-5 {
	display: none; line-height: 1; position: relative; z-index: 2; left: 0; top: 0;
}
header .wrap-5 li a, header .wrap-5 li .active {
	display: block; padding: 12px 8%; border-bottom: solid 1px #92b3bb;
}
header .wrap-5 li .active {
	background-color: #92b3bb; color: #fff;
}

@media only screen and (min-width: 640px) {
	header .wrap-1 {
		padding: 28px 0 14px;
	}
	header .wrap-1::after {
		width: 338px; height: 338px; -webkit-transform: translate(-50%, -248px); transform: translate(-50%, -248px);
	}
	header .wrap-1 nav {
		width: 88%;
	}
	header .wrap-1 .logo {
		width: 70px;
	}
	header .wrap-4::after {
		width: 338px; height: 338px; -webkit-transform: translate(-50%, -248px); transform: translate(-50%, -248px);
	}
	header .wrap-5 li a, header .wrap-5 li .active {
		padding: 12px 6%;
	}
	
}

@media only screen and (min-width: 960px) {
	header .wrap-1 {
		padding: 32px 0 16px;
	}
	header .wrap-1::after {
		width: 450px; height: 450px; -webkit-transform: translate(-50%, -330px); transform: translate(-50%, -330px);
	}
	header .wrap-1 nav {
		width: 92%;
	}
	header .wrap-1 .logo {
		width: 80px;
	}
	header .wrap-4::after {
		width: 450px; height: 450px; -webkit-transform: translate(-50%, -330px); transform: translate(-50%, -330px);
	}
	header .wrap-5 li a, header .wrap-5 li .active {
		padding: 12px 4%;
	}
	header .wrap-5 li a:hover {
		background-color: #006980; color: #fff;
	}
}

@media only screen and (min-width: 1280px) {
	header .wrap-1 {
		padding: 32px 0 16px;
	}
	header .wrap-1 nav {
		width: 1150px; justify-content: space-between;
	}
	header .wrap-1 ul {
		width:  auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
	}
	header .wrap-1 ul .devider {
		width: 1px; height: 16px; background-color: #a8a8a8;
	}
	header .wrap-1 li a {
		display: inline-block; margin:0 1.5rem;
	}
	header .wrap-1 li a:hover {
		opacity: .4;
	}
	header .wrap-1 li .active {
		color: #006980; display:block; padding:0 10px;
	}
	header .wrap-2 {
		display: block; padding: 8px 0; background-color: #006980; line-height: 1; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
	}
	header .wrap-2::after {
		content: ''; display: block; width: 450px; height: 450px; border-radius: 50%; background-color: rgba(255, 255, 255, .16); position: absolute; z-index: 1; left: 50%; top: 0; -webkit-transform: translate(-50%, -330px); transform: translate(-50%, -330px);
	}
	header .wrap-2 nav {
		width: 1104px; margin: 0 auto; position: relative; z-index: 2; left: 0; top: 0;
	}
	header .wrap-2 ul {
		display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	}
	header .wrap-2 li {
		margin: 0 32px;
	}
	header .wrap-2 li a {
		display: inline-block; color: #fff;
	}
	header .wrap-2 li a:hover {
		opacity: .4;
	}
	header .wrap-2 li .active {
		color: #92b3bb;
	}
	header .wrap-3 {
		display: block; width: 100%; height: 12px; background-color: #92b3bb; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
	}
	header .wrap-3::after {
		content: ''; display: block; width: 450px; height: 450px; border-radius: 50%; background-color: rgba(255, 255, 255, .32); position: absolute; z-index: 1; left: 50%; top: -30px; -webkit-transform: translate(-50%, -330px); transform: translate(-50%, -330px);
	}
	.wrap-4 {
		display: none;
	}
}


/*//////////////////////////////////////////////////
フッター
//////////////////////////////////////////////////*/

footer {
	padding: 44px 0; background-color: #006980; position: relative; z-index: 1; left: 0; top: 0;
}
footer .inner {
	width: 84%; margin: 0 auto;
}
footer .wrap-1 {
	text-align: center;
}
footer .logo-wrap {
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}
footer .wrap-1 .logo {
	width: 60px; margin: 0 32px 0 0;
}
footer .wrap-1 .logo img {
	width: 100%; height: auto;
}
footer .wrap-1 .sns {
	width: 84px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
}
footer .wrap-1 .sns a {
	display: block; width: 28px; height: 28px; background-size: cover;
}
footer .wrap-1 .sns a.line {
	background-image: url("../img/common/common_icon-line.svg");
}
footer .wrap-1 .sns a.insta {
	background-image: url("../img/common/common_icon-insta.svg");
}
footer .wrap-1 p {
	display: inline-block; text-align: left; margin: 32px 0 0;
}
footer .wrap-1 .etxt {
	display: inline-block; background-image: url("../img/common/common_footer-etxt.png"); background-size: cover; width: 195px; height: 14px; position: relative; z-index: 1; left: 0; top: 4px;
}
footer .wrap-1 .only-pc {
	display: none;
}
footer .wrap-2 {
	line-height: 1; margin: 32px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
footer .wrap-2 li a {
	display: inline-block; width: 100%; padding: 6px 0; color: #fff; /*border-top: solid 1px rgba(255, 255, 255, .64); */
}
footer .wrap-2 ul:last-of-type li:last-of-type {
	/* border-bottom: solid 1px rgba(255, 255, 255, .64); */
}

#pagetop {
	width: 100px; height: 30px; line-height: 1; position: fixed; z-index: 90; right: 8%; bottom: -30px; background-color: #005959; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; cursor: pointer; -webkit-transition: all .4s; transition: all .4s;
}
#pagetop::after {
	content: ''; width: 98px; height: 30px; border: solid 1px rgba(255, 255, 255, .64); box-sizing: border-box; position: absolute; z-index: 1; left: 1px; top: 1px;
}
#pagetop .txt {
	display: inline-block; margin: 0 8px 0 0; position: relative; z-index: 1; left: 0; top: 1px;
}
#pagetop .icon {
	display: inline-block; background-image: url("../img/common/common_arrow-white.svg"); background-size: cover; width: 8px; height: 5px; -webkit-transform: scale(1, -1); transform: scale(1, -1);
}

@media only screen and (min-width: 640px) {
	footer {
		padding: 66px 0;
	}
	footer .inner {
		width: 88%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
	}
	footer .wrap-1 {
		width: 48%; text-align: left;
	}
	footer .logo-wrap {
		justify-content: flex-start;
	}
	footer .wrap-1 .logo {
		width: 70px; margin: 0 40px 0 0;
	}
	footer .wrap-1 .sns {
		width: 90px;
	}
	footer .wrap-1 .sns a {
		width: 30px; height: 30px;
	}
	footer .wrap-2 {
		width: 48%; margin: 0;
	}
	footer .wrap-2 li a {
		padding: 9px 0;
	}
	
	#pagetop {
		right: 6%;
	}
}

@media only screen and (min-width: 960px) {
	footer {
		padding: 88px 0;
	}
	footer .inner {
		width: 92%;
	}
	footer .wrap-1 {
		width: 38%;
	}
	footer .wrap-1 .logo {
		width: 80px; margin: 0 48px 0 0;
	}
	footer .wrap-1 .sns {
		width: 96px;
	}
	footer .wrap-1 .sns a {
		width: 32px; height: 32px;
	}
	footer .wrap-1 .etxt {
		width: 217px; height: 16px;
	}
	footer .wrap-2 {
		width: 58%; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start; position: relative; z-index: 1; left: 0; top: -8px;
	}
	footer .wrap-2 ul:nth-of-type(2) {
		padding: 0 0 0 64px;
	}
	footer .wrap-2 li a, footer .wrap-2 ul:last-of-type li:last-of-type {
		border: none;
	}
	footer .wrap-2 li a {
		padding: 12px 0;
	}
	footer .wrap-2 li a:hover {
		opacity: .4;
	}
	
	#pagetop {
		width: 	120px; height: 36px; right: 4%; bottom: -36px;
	}
	#pagetop::after {
		width: 118px; height: 40px;
	}
}

@media only screen and (min-width: 1280px) {
	footer {
		padding: 88px 0;
	}
	footer .inner {
		width: 1104px;
	}
	footer .wrap-1 {
		width: 58%;
	}
	footer .wrap-1 .only-sp {
		display: none;
	}
	footer .wrap-1 .only-pc {
		display: inline;
	}
	footer .wrap-2 {
		width: 38%;
	}
}

@media only screen and (max-width: 1280px) {
	footer {
		padding: 88px 0 400px 0;
	}
}

/*//////////////////////////////////////////////////
固定ページ
//////////////////////////////////////////////////*/

.page-general p::before {content: ''; display: block; width: 0; height: 0; margin-top: -4px;}

.page-general .intro {
	width: 84%; max-width: 800px; margin: 0 auto; padding: 60px 0 0;
}
.page-general .intro .wrap-1 .txt-wrap {
	margin: 24px 0 0;
}
.page-general .intro .wrap-1 .txt-wrap p {
	margin: 12px 0 0;
}
.page-general .intro .wrap-1 .txt-wrap p:first-of-type {
	margin: 0;
}
.page-general .intro .wrap-1 .img {
	margin: 16px 0 0;
}
.page-general .intro .wrap-2 {
	margin: 16px 0 0;
}
.page-general .intro .wrap-2 p {
	margin: 12px 0 0;
}
.page-general .intro .wrap-2 p:first-of-type {
	margin: 0;
}

.page-general .shuttle {
	width: 84%; max-width: 800px; margin: 0 auto;  padding: 60px 0 0;
}
.page-general .shuttle .wrap {
	margin: 16px 0 0;
}
.page-general .shuttle .wrap-1 {
	margin: 24px 0 0;
}
.page-general .shuttle .wrap h3 {
	background-color: #fafaf3; padding: 16px 32px 16px 16px; line-height: 1.5; position: relative; z-index: 1; left: 0; top: 0; cursor: pointer;
}
.page-general .shuttle .wrap h3::after {
	content: ''; display: inline-block; width: 13px; height: 8px; background-image: url("../img/common/common_arrow-black.svg"); background-size: cover; position: absolute; z-index: 1; right: 16px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);
}
.page-general .shuttle .wrap h3.active::after {
	-webkit-transform: translate(0, -50%) scale(1, -1); transform: translate(0, -50%) scale(1, -1);
}
.page-general .shuttle .wrap p, .page-general .wrap ul {
	margin: 8px 0 0;
}
.page-general .shuttle .wrap hr {
	margin: 8px 0;
}
.page-general .shuttle .wrap .shuttle-inner {
	display: none; padding: 12px 0 0;
}

.page-general .general-layout-1 .item {
	max-width: 1104px; margin: 24px auto 0; position: relative; z-index: 1; left: 0; top: 0;
}
.page-general .general-layout-1 .item:first-of-type {
	margin: 0 auto;
}
.page-general .general-layout-1 .item .img {
	height: 160px;
}
.page-general .general-layout-1 .item h3 {
	line-height: 1; position: absolute; z-index: 2; left: 0; top: 24px; background-color: rgba(0, 0, 0, .48); padding: 8px 12px;
}
.page-general .general-layout-1 .item h3 span {
	display: inline-block;
}
.page-general .general-layout-1 .item h3 span:nth-of-type(2) {
	margin: 4px 0 0; line-height: 1.5;
}
.page-general .general-layout-1 .item p {
	width: 84%; max-width: 800px; margin: 24px auto 0;
}
.page-general .general-layout-1 .item .only-pc {
	display: none;
}

.page-general a.btn-1,.page-posts a.btn-1,.single a.btn-1 {
	text-align: center; display: block; width: 250px; padding: 15px 0; line-height: 1; background-color: #fff; border: solid 1px #8a8a8a;
    font-size: 20px;
	font-weight: bold;
}

.page-general .table-1 {
	width: 100%;
}
.page-general .table-1 tr {
	border-top: dotted 1px #8a8a8a;
}
.page-general .table-1 tr:last-of-type {
	border-bottom: dotted 1px #8a8a8a;
}
.page-general .table-1 th {
	font-weight: 600; color: #4d4d4d; min-width: 70px;
}
.page-general .table-1 th, .table-1 td {
	padding: 8px 16px; vertical-align: middle; line-height: 1.5;
}

.page-general hr {
	border: none; border-top: solid 1px #8a8a8a;
}

.page-general .icon-1-s {
	display: inline-block; background-image: url("../img/common/common_icon-1.png"); background-size: cover; width: 8px; height: 8px; margin: 0 4px 0 0;
}

.page-general .ul-1 li {
	list-style: none; position: relative; z-index: 1; left: 0; top: 0; padding: 0 0 0 24px
}
.page-general .ul-1 li::before {
	position: absolute; z-index: 1; left: 0; top: 3px; content: ''; display: inline-block; background-image: url("../img/common/common_icon-1.png"); background-size: cover; width: 16px; height: 16px;
}

.page-general .ul-1-s li {
	list-style: none; position: relative; z-index: 1; left: 0; top: 0; padding: 0 0 0 12px
}
.page-general .ul-1-s li::before {
	position: absolute; z-index: 1; left: 0; top: 5px; content: ''; display: inline-block; background-image: url("../img/common/common_icon-1.png"); background-size: cover; width: 8px; height: 8px;
}

@media only screen and (min-width: 640px) {
	.page-general p::before {margin-top: -6px;}
	
	.page-general .intro {
		width: 88%; padding: 90px 0 0;
	}
	.page-general .intro .wrap-1 {
		margin: 36px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	}
	.page-general .intro .wrap-1 .txt-wrap {
		width: 50%; padding: 0 24px 0 0; box-sizing: border-box; margin: 6px 0 0;
	}
	.page-general .intro .wrap-1 .txt-wrap p {
		margin: 18px 0 0;
	}
	.page-general .intro .wrap-1 .img {
		margin: 0; width: 50%; max-width: 400px; height: 44vw; max-height: 300px;
	}
	.page-general .intro .wrap-2 {
		margin: 24px 0 0;
	}
	.page-general .intro .wrap-2 p {
		margin: 18px 0 0;
	}
	
	.page-general .shuttle {
		width: 88%; padding: 90px 0 0;
	}
	.page-general .shuttle .wrap {
		margin: 24px 0 0;
	}
	.page-general .shuttle .wrap-1 {
		margin: 36px 0 0;
	}
	.page-general .shuttle .wrap h3 {
		padding: 24px 48px 24px 24px;
	}
	.page-general .shuttle .wrap h3::after {
		width: 16px; height: 10px; right: 24px;
	}
	.page-general .shuttle .wrap p, .page-general .shuttle .wrap ul {
		margin: 12px 0 0;
	}
	.page-general .shuttle .wrap hr {
		margin: 12px 0;
	}
	.page-general .shuttle .wrap .shuttle-inner {
		padding: 18px 0 0;
	}
	
	.page-general .general-layout-1 .item {
		margin: 28px auto 0;
	}
	.page-general .general-layout-1 .item .img {
		height: 240px;
	}
	.page-general .general-layout-1 .item h3 {
		top: 36px; padding: 12px 18px;
	}
	.page-general .general-layout-1 .item h3 span:nth-of-type(2) {
		margin: 6px 0 0;
	}
	.page-general .general-layout-1 .item p {
		width: 88%;
	}
	
	.page-general .table-1 th, .table-1 td {
		padding: 10px 20px;
	}
}

@media only screen and (min-width: 960px) {
	.page-general::before {margin-top: -8px;}
	
	.page-general .intro {
		width: 92%; padding: 120px 0 0;
	}
	.page-general .intro .wrap-1 {
		margin: 48px 0 0;
	}
	.page-general .intro .wrap-1 .txt-wrap {
		padding: 0 32px 0 0; margin: 8px 0 0;
	}
	.page-general .intro .wrap-1 .txt-wrap p {
		margin: 24px 0 0;
	}
	.page-general .intro .wrap-1 .img {
		height: 34.5vw;
	}
	.page-general .intro .wrap-2 {
		margin: 32px 0 0;
	}
	.page-general .intro .wrap-2 p {
		margin: 24px 0 0;
	}
	
	.page-general .shuttle {
		width: 92%; padding: 120px 0 0;
	}
	.page-general .shuttle .wrap {
		margin: 32px 0 0;
	}
	.page-general .shuttle .wrap-1 {
		margin: 48px 0 0;
	}
	.page-general .shuttle .wrap h3 {
		padding: 32px 64px 32px 32px;
	}
	.page-general .shuttle .wrap h3::after {
		width: 19px; height: 12px; right: 32px;
	}
	.page-general .shuttle .wrap p, .page-general .shuttle .wrap ul {
		margin: 16px 0 0;
	}
	.page-general .shuttle .wrap hr {
		margin: 16px 0;
	}
	.page-general .shuttle .wrap .shuttle-inner {
		padding: 24px 0 0;
	}
	
	.page-general .general-layout-1 .item {
		width: 92%; margin: 32px auto 0;
	}
	.page-general .general-layout-1 .item .img {
		height: 320px;
	}
	.page-general .general-layout-1 .item h3 {
		top: 48px; padding: 16px 24px;
	}
	.page-general .general-layout-1 .item h3 span:nth-of-type(2) {
		margin: 8px 0 0;
	}
	.page-general .general-layout-1 .item p {
		width: 100%; max-width: 100%;
	}
	.page-general .general-layout-1 .item .only-pc {
		display: inline;
	}
	
	.page-general a.btn-1:hover,.page-posts a.btn-1:hover,.single a.btn-1:hover {
		color: #fff; background-color: #006980; border: solid 1px #006980;
	}
	
	.page-general .table-1 th, .table-1 td {
		padding: 12px 24px;
	}
	
	.page-general .ul-1 li::before {
		top: 4px;
	}
}


/*//////////////////////////////////////////////////
01.トップ
//////////////////////////////////////////////////*/

.front-page .front-slider {
	width: 100%; height: 50vw; position: relative; z-index: 1; left: 0; top: 0;
}
.front-page .front-slider .swiper-container {
	width: 100%; height: 100%;
}
.front-page .front-slider .swiper-slide {
	width: 100%; height: 100%;
}
.front-page .front-slider .swiper-pagination {
	position: absolute; z-index: 2; right: 16px; bottom: 8px;
}
.front-page .front-slider .swiper-pagination-bullet {
    display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0 0 0 8px; opacity: 1; background-color: #fff;
}
.front-page .front-slider .swiper-pagination-bullet-active {
    background-color: #1c1c1c;
}

.front-page .miryoku .item {
	max-width: 1104px; margin: 0 auto; line-height: 1;
}
.front-page .miryoku .item h3 {
	padding: 20px; background-color: #006980; text-align: center;
}
.front-page .miryoku .item h3 .txt-inner {
	/*display: inline-block;*/ 
	text-align: left;
	width: 350px;
    margin: auto;
    word-wrap: break-word;
}
.front-page .miryoku .item h3 span {
	display: block;
}
.front-page .miryoku .item h3 span:nth-of-type(2) {
	margin: 12px 0 0;
}
.front-page .miryoku .item .more {
    position: relative;
    z-index: 1;
    left: 0;
    top: 0;
    padding: 19px 0;
    cursor: pointer;
    background-color: rgb(0 105 128);
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #FFFFFF;
}




.front-page .miryoku .item .more::after {
	content: ''; display: inline-block; width: 13px; height: 8px; background-image: url("../img/common/common_arrow-white.svg"); background-size: cover; margin: 0 0 0 4px; position: relative; z-index: 1; left: 0; top: 8px;
}
.front-page .miryoku .item.active .more::after {
	-webkit-transform: scale(1, -1); transform: scale(1, -1);
}
.front-page .miryoku .item p {
	display: none; width: 84%; max-width: 800px; margin: 0 auto; padding: 24px 0; line-height: 1.7;
}
.front-page .miryoku .item .only-pc {
	display: none;
}
.front-page .miryoku .item .more:hover {
		background-color: rgb(0,105,128,0.7);
	}	


.front-page .front-info {
	width: 84%; max-width: 1104px; margin: 30px auto 30px;
}
.front-page .front-info .title-wrap {
	line-height: 1; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
}
.front-page .front-info .title-wrap a {
	display: block; width: 104px; padding: 4px 0; border: solid 1px #8a8a8a; text-align: center; position: relative; z-index: 1; left: 0; top: -1px;
}
.front-page .front-info .post {
	margin: 12px 0 0; background-color: #fafaf3;
}
.front-page .front-info .post:first-of-type {
	margin: 16px 0 0;
}
.front-page .front-info .post a {
	display: inline-block; width: 100%; padding: 12px; box-sizing: border-box;
}
.front-page .front-info .post h3 {
	line-height: 1.4; margin: 2px 0 0;
}

.front-page .clink {
	width: 100%; display: -ms-grid; display: grid; gap: 0;
	-ms-grid-columns: 1fr; grid-template-columns: 1fr;
	-ms-grid-rows: 37.5vw 37.5vw 37.5vw 37.5vw 37.5vw;
	grid-template-rows: 37.5vw 37.5vw 37.5vw 37.5vw 37.5vw;
}
.front-page .clink .item {
	display: block; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
}
.front-page .clink .item h2 {
	display: inline-block; line-height: 1; word-break: keep-all; white-space: nowrap;
}
.front-page .clink .item .img {
	width: 100%; height: 100%;
}
.front-page .clink .item-1 {
	display: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
}
.front-page .clink .item-1 h2 {
	position: absolute; z-index: 2; left: 0; bottom: 16px; background-color: rgba(0, 105, 128, .64); padding: 8px 16px; border-radius: 0 16px 16px 0;
}
.front-page .clink .item-2 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 1;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 1 / span 1;
	display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}
.front-page .clink .item-2 h2 {
	position: absolute; z-index: 3; right: 16px; top: 24px;
}
.front-page .clink .item-2::after {
	content: ''; display: block; width: 192px; height: 192px; border-radius: 50%; background-color: rgba(0, 0, 0, .48); position: absolute; z-index: 2; right: -96px; top: -96px;
}
.front-page .clink .item-3 {
	display: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 3 / span 1;
}
.front-page .clink .item-3 h2 {
	position: absolute; z-index: 2; left: 0; bottom: 16px; background-color: rgba(0, 105, 128, .64); padding: 8px 0; width: 100%; text-align: center;
}
.front-page .clink .item-4 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 2;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 2 / span 1;
}
.front-page .clink .item-4 h2 {
	position: absolute; z-index: 3; left: 16px; top: 24px;
}
.front-page .clink .item-4::after {
	content: ''; display: block; width: 192px; height: 192px; border-radius: 50%; background-color: rgba(0, 0, 0, .48); position: absolute; z-index: 2; left: -96px; top: -96px;
}
.front-page .clink .item-5 {
	display: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 5 / span 1;
}
.front-page .clink .item-5 h2 {
	position: absolute; z-index: 2; right: 0; bottom: 16px; background-color: rgba(0, 105, 128, .64); padding: 8px 4px 8px 12px; border-radius: 16px 0 0 16px;
}
.front-page .clink .item-6 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 3;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 3 / span 1;
}
.front-page .clink .item-6 h2 {
	position: absolute; z-index: 3; right: 16px; bottom: 24px;
}
.front-page .clink .item-6::after {
	content: ''; display: block; width: 192px; height: 192px; border-radius: 50%; background-color: rgba(0, 0, 0, .48); position: absolute; z-index: 2; right: -96px; bottom: -96px;
}
.front-page .clink .item-7 {
	display: none;
}
.front-page .clink .item-8 {
	display: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 7;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 7 / span 1;
}
.front-page .clink .item-8 h2 {
	position: absolute; z-index: 2; left: 0; top: 16px; background-color: rgba(0, 105, 128, .64); padding: 8px 16px; border-radius: 0 16px 16px 0;
}
.front-page .clink .item-9 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 4;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 4 / span 1;
}
.front-page .clink .item-9 h2 {
	position: absolute; z-index: 3; left: 16px; bottom: 24px;
}
.front-page .clink .item-9::after {
	content: ''; display: block; width: 192px; height: 192px; border-radius: 50%; background-color: rgba(0, 0, 0, .48); position: absolute; z-index: 2; left: -96px; bottom: -96px;
}
.front-page .clink .item-10 {
	display: none;
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 9;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 9 / span 1;
}
.front-page .clink .item-10 h2 {
	position: absolute; z-index: 2; right: 0; top: 16px; background-color: rgba(0, 105, 128, .64); padding: 8px 16px; border-radius: 16px 0 0 16px;
}
.front-page .clink .item-11 {
	-ms-grid-column: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row: 5;
	-ms-grid-row-span: 1;
	grid-column: 1 / span 1;
	grid-row: 5 / span 1;
}
.front-page .clink .item-11 h2 {
	position: absolute; z-index: 2; left: 0; bottom: 16px; width: 100%; background-color: rgba(0, 0, 0, .48); padding: 8px 0; text-align: center;
}

.front-page #choubei_slider {
	margin: 0;
}

@media only screen and (min-width: 640px) {
	.front-page .miryoku {
		margin: 0 0 8px;
	}
	.front-page .miryoku .item {
		width: 88%; margin: 8px auto 0;
	}
	.front-page .miryoku .item h3 {
		padding: 26px;
	}
	.front-page .miryoku .item h3 span:nth-of-type(2) {
		margin: 14px 0 0;
	}
	.front-page .miryoku .item .more {
		padding: 18px 0;
	}
	.front-page .miryoku .item p {
		padding: 32px 0 24px;
	}
	
	.front-page .front-info {
		width: 88%; margin: 45px auto 45px;
	}
	.front-page .front-info .title-wrap a {
		padding: 6px 2px;
	}
	.front-page .front-info .post {
		margin: 14px 0 0;
	}
	.front-page .front-info .post:first-of-type {
		margin: 20px 0 0;
	}
	.front-page .front-info .post a {
		padding: 14px;
	}
	.front-page .front-info .post h3 {
		margin: 3px 0 0;
	}
	
	.front-page .clink {
		-ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr;
		-ms-grid-rows: 37.5vw 37.5vw 37.5vw 37.5vw  37.5vw;
		grid-template-rows: 37.5vw 37.5vw 37.5vw 37.5vw  37.5vw;
	}
	.front-page .clink .item-1 {
		display: block;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-column: 1 / span 1;
		grid-row: 1 / span 1;
	}
	.front-page .clink .item-2 {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-column: 2 / span 1;
		grid-row: 1 / span 1;
	}
	.front-page .clink .item-3 {
		display: block;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-column: 1 / span 1;
		grid-row: 2 / span 1;
	}
	.front-page .clink .item-4 {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-column: 2 / span 1;
		grid-row: 2 / span 1;
	}
	.front-page .clink .item-5 {
		display: block;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-column: 1 / span 1;
		grid-row: 3 / span 1;
	}
	.front-page .clink .item-6 {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-column: 2 / span 1;
		grid-row: 3 / span 1;
	}
	.front-page .clink .item-8 {
		display: block;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-column: 1 / span 1;
		grid-row: 4 / span 1;
	}
	.front-page .clink .item-9 {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-column: 2 / span 1;
		grid-row: 4 / span 1;
	}
	.front-page .clink .item-10 {
		display: block;
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-column: 1 / span 1;
		grid-row: 5 / span 1;
	}
	.front-page .clink .item-11 {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-column: 2 / span 1;
		grid-row: 5 / span 1;
	}
}

@media only screen and (min-width: 960px) {	
	.front-page .miryoku .item {
		width: 92%;
	}
	.front-page .miryoku .item h3 {
		padding: 32px;
	}
	.front-page .miryoku .item h3 span:nth-of-type(2) {
		margin: 16px 0 0;
	}
	.front-page .miryoku .item .more {
		padding: 18px 0;
	}
	.front-page .miryoku .item .more:hover {
		background-color: rgb(0,105,128,0.7);
	}	
	
	.front-page .front-info {
		 margin: 60px auto 60px;
	}
	.front-page .front-info .title-wrap a {
		padding: 8px 4px;
	}
	.front-page .front-info .title-wrap a:hover {
		color: #fff; background-color: #006980; border: solid 1px #006980;
	}
	.front-page .front-info .posts-wrap {
		margin: 16px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;
	}
	.front-page .front-info .post {
		width: 32.3%; margin: 0;
	}
	.front-page .front-info .post:first-of-type {
		margin: 0;
	}
	.front-page .front-info .post a {
		padding: 16px;
	}
	.front-page .front-info .post a:hover {
		opacity: .4;
	}
	.front-page .front-info .post h3 {
		margin: 4px 0 0;
	}
	
	.front-page .clink {
		-ms-grid-columns: 1fr 1fr 1fr 1fr; grid-template-columns: 1fr 1fr 1fr 1fr;
		-ms-grid-rows: 240px 240px 240px 240px; grid-template-rows: 240px 240px 240px 240px;
	}
	.front-page .clink a.item .img {
		-webkit-transition: all .6s; transition: all .6s;
	}
	.front-page .clink a:hover.item .img {
		transform: scale(1.04);
	}
	.front-page .clink .item-1 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-column: 1 / span 2;
		grid-row: 1 / span 1;
	}
	.front-page .clink .item-2 {
		-ms-grid-column: 4;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-column: 4 / span 1;
		grid-row: 1 / span 1;
	}
	.front-page .clink .item-3 {
		-ms-grid-column: 3;
		-ms-grid-column-span: 1;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-column: 3 / span 1;
		grid-row: 1 / span 2;
	}
	.front-page .clink .item-4 {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-column: 2 / span 1;
		grid-row: 2 / span 1;
	}
	.front-page .clink .item-5 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 2;
		grid-column: 1 / span 1;
		grid-row: 2 / span 2;
	}
	.front-page .clink .item-6 {
		-ms-grid-column: 4;
		-ms-grid-column-span: 1;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-column: 4 / span 1;
		grid-row: 2 / span 1;
	}
	.front-page .clink .item-7 {
		display: block;
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-column: 2 / span 1;
		grid-row: 3 / span 1;
	}
	.front-page .clink .item-8 {
		-ms-grid-column: 3;
		-ms-grid-column-span: 2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-column: 3 / span 2;
		grid-row: 3 / span 1;
	}
	.front-page .clink .item-9 {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-column: 1 / span 1;
		grid-row: 4 / span 1;
	}
	.front-page .clink .item-10 {
		-ms-grid-column: 2;
		-ms-grid-column-span: 2;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-column: 2 / span 2;
		grid-row: 4 / span 1;
	}
	.front-page .clink .item-11 {
		-ms-grid-column: 4;
		-ms-grid-column-span: 1;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-column: 4 / span 1;
		grid-row: 4 / span 1;
	}
	
	.front-page #choubei_slider {
		top: -8px;
	}
	

}

@media only screen and (min-width: 1280px) {	
	.front-page .front-slider {
		width: 1104px; height: 552px; margin: 8px auto 0;
	}
	
	.front-page .miryoku .item, .front-page .miryoku .item:first-of-type {
		margin: 8px auto 0;
	}
	.front-page .miryoku .item p {
		padding: 24 0 16px;
	}
	
	.front-page .clink {
		width: 1104px; margin: 8px auto 0;
		gap: 8px;
	}
	
	.front-page #choubei_slider {
		margin: 120px 0 0;;
	}	
	.front-page .clink .only-sp {
		display: none;
	}
}


/*//////////////////////////////////////////////////
02.ちょうべいとは
//////////////////////////////////////////////////*/

.page-about .intro .wrap-2 p:last-of-type {
	margin: 16px 0 0; text-align: right;
}

.page-about .stay {
	width: 84%; max-width: 800px; margin: 0 auto; padding: 60px 0 0;
}
.page-about .stay p, .page-about .stay .ul-1 {
	margin: 12px 0 0;
}
.page-about .stay p:first-of-type {
	margin: 24px 0 0;
}
.page-about .stay .ul-wrap {
	text-align: center;
}
.page-about .stay .ul-wrap ul {
	display: inline-block; text-align: left;
}
.page-about .stay .bnr {
	display: block; max-width: 320px; margin: 24px auto 0;
}
.page-about .stay .bnr img {
	width: 100%; height: auto;
}

.page-about .facility {
	width: 84%; max-width: 800px; margin: 0 auto;  padding: 60px 0 0;
}
.page-about .facility table {
	margin: 24px 0 0;
}

.page-about .hours {
	width: 84%; max-width: 800px; margin: 0 auto; padding: 60px 0 0;
}
.page-about .hours p {
	text-align: center; margin: 24px 0 0;
}
.page-about .hours table {
	margin: 16px 0 0;
}
.page-about .hours table th, .page-about .hours table td {
	width: 50%; text-align: center;
}

@media only screen and (min-width: 640px) {
	.page-about .intro .wrap-2 p:last-of-type {
		margin: 24px 0 0;
	}

	.page-about .stay {
		width: 88%; padding: 90px 0 0;
	}
	.page-about .stay p, .page-about .stay .ul-1 {
		margin: 18px 0 0;
	}
	.page-about .stay p:first-of-type {
		margin: 36px 0 0;
	}
	.page-about .stay .bnr {
		margin: 36px auto 0;
	}
	
	.page-about .facility {
		width: 88%; padding: 90px 0 0;
	}
	.page-about .facility table {
		margin: 36px 0 0;
	}
	.page-about .facility table .only-sp {
		display: none;
	}
	
	.page-about .hours {
		width: 88%; padding: 90px 0 0;
	}
	.page-about .hours p {
		margin: 36px 0 0;
	}
	.page-about .hours table {
		margin: 24px 0 0;
	}
}

@media only screen and (min-width: 960px) {
	.page-about .intro .wrap-2 p:last-of-type {
		margin: 32px 0 0;
	}
	
	.page-about .stay {
		width: 92%; padding: 120px 0 0;
	}
	.page-about .stay p, .page-about .stay .ul-1 {
		margin: 24px 0 0;
	}
	.page-about .stay p:first-of-type {
		margin: 48px 0 0;
	}
	.page-about .stay .bnr {
		margin: 48px auto 0;
	}
		
	.page-about .facility {
		width: 92%; padding: 120px 0 0;
	}
	.page-about .facility table {
		margin: 48px 0 0;
	}
	
	.page-about .hours {
		width: 92%; padding: 120px 0 0;
	}
	.page-about .hours p {
		margin: 48px 0 0;
	}
	.page-about .hours table {
		margin: 32px 0 0;
	}
}


/*//////////////////////////////////////////////////
03.ご宿泊
//////////////////////////////////////////////////*/

.page-facility .anchors {
	width: 84%; margin: 0 auto; padding: 60px 0 0;
}
.page-facility .anchors p {
	margin: 24px 0 0; text-align: center;
}
.page-facility .anchors .wrap {
	margin: 16px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}
.page-facility .anchors .wrap a {
	display: block; max-width: 320px; margin: 8px;
}
.page-facility .anchors .wrap a img {
	width: 100%; height: auto;
}

.page-facility .section-layout-1 {
	width: 84%; max-width: 1104px; margin: 0 auto; padding: 60px 0 0;
}
.page-facility #room1-2, .page-facility #room1-3, .page-facility #room2-2, .page-facility #room3-2, .page-facility #room3-3, .page-facility #room3-4, .page-facility #bath2 {
	padding: 0;
}
.page-facility .section-layout-1 h3 {
	line-height: 1; padding: 8px 12px; background-color: #fafaf3;
}
.page-facility .section-layout-1 h4 {
	line-height: 1; margin: 0 0 24px; text-align: center;
}
.page-facility .section-layout-1 .wrap-1, .page-facility .section-layout-1 .wrap-3 {
	margin: 44px 0 0;
}
.page-facility #bath .wrap-1, .page-facility #bath2 .wrap-3 {
	margin: 24px 0 0;
}
.page-facility .section-layout-1 .wrap-1 ul {
	margin: 8px 0 0;
}
.page-facility .section-layout-1 .wrap-2 .slider {
	width: 100%; height: 44vw; position: relative; z-index: 1; left: 0; top: 0; margin: 24px 0 0;
}
.page-facility .section-layout-1 .wrap-2 .slider .swiper-container {
	width: 100%; height: 100%;
}
.page-facility .section-layout-1 .wrap-2 .slider .swiper-slide {
	width: 100%; height: 100%;
}
.page-facility .section-layout-1 .wrap-2 .slider .swiper-pagination {
	position: absolute; z-index: 2; right: 16px; bottom: 8px;
}
.page-facility .section-layout-1 .wrap-2 .slider .swiper-pagination-bullet {
    display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0 0 0 8px; opacity: 1; background-color: #fff;
}
.page-facility .section-layout-1 .wrap-2 .slider .swiper-pagination-bullet-active {
    background-color: #1c1c1c;
}
.page-facility .section-layout-1 .wrap-2 .slider .caption {
	line-height: 1; background-color: rgba(0, 0, 0, .64); padding: 8px 16px; position: absolute; z-index: 2; left: 0; top: 0;
}

.page-facility .note {
	width: 84%; max-width: 800px; margin: 60px auto 0; padding: 16px; background-color: #006980; color: #fff; text-align: center;
}
.page-facility .note p {
	margin: 12px 0 0;
}
.page-facility .note .only-pc {
	display: none;
}

.page-facility .slider {
	margin: 60px 0 0;
}
.page-facility #choubei_slider {
	margin: 24px 0 0;
}

.page-facility .Bath_detail {
	margin: 24px 0 0;
}
.page-facility .Bath_detail p {
	margin: 0.4rem 0 0;
}
.page-facility .Bath_detail .flex {
    margin: 0.4rem 0 0;
    padding: 0.1em 0.3em;
    display: block;
    background: rgba(240,248,255,0.5);
}
.page-facility .Bath_detail .flex > div {
    display: inline-block;
}
.page-facility .Bath_detail .flex > div:first-child {
    margin-right: 1.6rem;
}


@media only screen and (min-width: 640px) {
	.page-facility .anchors {
		width: 88%; padding: 90px 0 0;
	}
	.page-facility .anchors p {
		margin: 36px 0 0;
	}
	.page-facility .anchors .wrap a {
		margin: 12px;
	}
	
	.page-facility .section-layout-1 {
		width: 88%; padding: 90px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	}
	.page-facility .section-layout-1.reverse {
		flex-direction: row-reverse;
	}
	.page-facility .section-layout-1 h2 {
		width: 100%; box-sizing: border-box;
	}
	.page-facility .section-layout-1 h3 {
		padding: 12px 18px; width: 100%; box-sizing: border-box;
	}
	.page-facility .section-layout-1 h4 {
		margin: 0 0 36px;
	}
	.page-facility .section-layout-1 .wrap-1, .page-facility .section-layout-1 .wrap-2 {
		margin: 66px 0 0; width: 50%;
	}
	.page-facility #bath .wrap-1, .page-facility #bath .wrap-2 {
		margin: 36px 0 0;
	}
	.page-facility .section-layout-1 .wrap-3 {
		margin: 66px 0 0;
	}
	.page-facility #bath2 .wrap-3 {
		margin: 36px 0 0;
	}
	.page-facility .section-layout-1 .wrap-1 .txt-wrap {
		padding: 0 48px 0 0; box-sizing: border-box;
	}
	.page-facility .section-layout-1.reverse .wrap-1 .txt-wrap {
		padding: 0 0 0 48px;
	}
	.page-facility .section-layout-1 .wrap-1 ul {
		margin: 12px 0 0;
	}
	.page-facility .section-layout-1 .wrap-2 .slider {
		height: 28.16vw; margin: 0;
	}
	
	.page-facility .note {
		width: 88%; padding: 24px; margin: 90px auto 0;
	}
	.page-facility .note p {
		margin: 18px 0 0;
	}
	
	.page-facility .slider {
		margin: 90px 0 0;
	}
	.page-facility #choubei_slider {
		margin: 36px 0 0;
	}
}

@media only screen and (min-width: 960px) {
	.page-facility .anchors {
		width: 92%; padding: 120px 0 0;
	}
	.page-facility .anchors p {
		margin: 48px 0 0;
	}
	.page-facility .anchors .wrap a {
		margin: 16px;
	}
	.page-facility .anchors .wrap a:hover {
		opacity: .64;
	}
	
	.page-facility .section-layout-1 {
		width: 92%; padding: 120px 0 0;
	}
	.page-facility .section-layout-1 h3 {
		padding: 16px 24px;
	}
	.page-facility .section-layout-1 h4 {
		margin: 0 0 48px;
	}
	.page-facility .section-layout-1 .wrap-1, .page-facility .section-layout-1 .wrap-2 {
		margin: 88px 0 0;
	}
	.page-facility #bath .wrap-1, .page-facility #bath .wrap-2 {
		margin: 48px 0 0;
	}
	.page-facility .section-layout-1 .wrap-3 {
		margin: 88px 0 0;
	}
	.page-facility #bath2 .wrap-3 {
		margin: 48px 0 0;
	}
	.page-facility .section-layout-1 .wrap-1 .txt-wrap {
		padding: 0 64px 0 0;
	}
	.page-facility .section-layout-1.reverse .wrap-1 .txt-wrap {
		padding: 0 0 0 64px;
	}
	.page-facility .section-layout-1 .wrap-1 ul {
		margin: 16px 0 0;
	}
	.page-facility .section-layout-1 .wrap-2 .slider {
		height: 29.44vw;
	}
	
	.page-facility .note {
		width: 92%; padding: 32px; margin: 120px auto 0;
	}
	.page-facility .note p {
		margin: 24px 0 0;
	}
	.page-facility .note .only-pc {
		display: inline;
	}
	
	.page-facility .slider {
		margin: 120px 0 0;
	}
	.page-facility #choubei_slider {
		margin: 48px 0 0;
	}
}

@media only screen and (min-width: 1280px) {
	.page-facility .section-layout-1 .wrap-2 .slider {
		height: 347px;
	}
    .page-facility .Bath_detail .flex {
        display: flex;
    }
}


/*//////////////////////////////////////////////////
04.お料理
//////////////////////////////////////////////////*/

.page-cuisine .anchors {
	width: 84%; max-width: 800px; margin: 0 auto; padding: 60px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;
}
.page-cuisine .anchors a {
	width: 49%; margin: 1% 0; padding: 12px; box-sizing: border-box; color: #006980; border: solid 1px #006980; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; line-height: 1.4;
}
.page-cuisine .anchors a span {
	display: inline-block; width: 100%; text-align: center; 
}

.page-cuisine .intro .ul-1 {
	margin: 12px 0 0;
}

.page-cuisine .dinner {
	width: 84%; max-width: 1104px; margin: 0 auto; padding: 60px 0 0;
}
.page-cuisine .dinner .intro-txt {
	margin: 24px 0 0; text-align: center;
}
.page-cuisine .dinner-wrap {
	margin: 44px 0 0;
}
.page-cuisine .dinner-wrap .title {
	background-color: #fafaf3; padding: 20px 24px 48px 24px; cursor: pointer; max-width: 800px; box-sizing: border-box; margin: 0 auto; position: relative; z-index: 1; left: 0; top: 0;
}
.page-cuisine .dinner-wrap .title h3 {
	line-height: 1.5; text-align: center;
}
.page-cuisine .dinner-wrap .title::after {
	content: ''; display: block; width: 13px; height: 8px; background-image: url("../img/common/common_arrow-black.svg"); background-size: cover; position: absolute; z-index: 1; left: 50%; bottom: 16px; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);
}
.page-cuisine .dinner-wrap .title.active::after {
	-webkit-transform: translate(-50%, -50%) scale(1, -1); transform: translate(-50%, -50%) scale(1, -1);
}
.page-cuisine .dinner-wrap .title p {
	margin: 16px 0 0;
}
.page-cuisine .dinner-wrap .title .img {
	width: 100%; height: 38vw; margin: 12px 0 0;
}
.page-cuisine .dinner .item {
	margin: 44px 0 0; display: none;
}
.page-cuisine .dinner .item-intro {
	text-align: center;
}
.page-cuisine .dinner .item h4 {
	text-align: center;
}
.page-cuisine .dinner .item-intro p {
	margin: 20px 0 0; display: inline-block;
}
.page-cuisine .dinner .item-inner {
	margin: 20px 0 0;
}
.page-cuisine .dinner .item-inner .table-1 {
	margin: 12px 0 0;
}
.page-cuisine .dinner .item-inner .img {
	width: 100%; height: 56vw; margin: 20px 0 0;
}
.page-cuisine .dinner .item-inner-2 {
	margin: 20px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
}
.page-cuisine .dinner .item-inner-2 .img {
	width: 49.5%; height: 28vw;
}
.page-cuisine .dinner .item-inner-2 a.img {
	display: block; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
}
.page-cuisine .dinner .item-inner-2 a.img::after {
	content: ''; display: block; width: 192px; height: 192px; border-radius: 50%; background-color: rgba(0, 0, 0, .48); position: absolute; z-index: 2; left: -96px; bottom: -96px;
}
.page-cuisine .dinner .item-inner-2 a.img .caption {
	position: absolute; z-index: 3; left: 16px; bottom: 24px;
}
.page-cuisine .dinner .item-inner-2 .img:nth-of-type(3), .page-cuisine .dinner .item-inner-2 a.img {
	width: 100%; height: 56vw; margin: 1% 0 0;
}
.page-cuisine .dinner .item-inner-3 {
	margin: 20px 0 0; display: flex; flex-wrap: wrap; justify-content: space-evenly; align-items: center;
}
.page-cuisine .dinner .item-inner-3 .img {
	width: 100%; height: 56vw;
}
.page-cuisine .dinner .item-inner-3 a.img {
	display: block; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
	width: 100%; height: 56vw; margin: 1% 0 0;
}
.page-cuisine .dinner .item-inner-3 a.img::after {
	content: ''; display: block; width: 192px; height: 192px; border-radius: 50%; background-color: rgba(0, 0, 0, .48); position: absolute; z-index: 2; left: -96px; bottom: -96px;
}
.page-cuisine .dinner .item-inner-3 a.img .caption {
	position: absolute; z-index: 3; left: 16px; bottom: 24px;
}
.page-cuisine .dinner .item-txt {
	margin: 20px 0 0;
}
.page-cuisine .dinner-wrap.kids .item {
	margin: 0;
}
.page-cuisine .dinner-wrap.kids .item-intro {
	margin: 24px 0 0;
}

.page-cuisine .info {
	width: 84%; max-width: 800px; margin: 0 auto; padding: 60px 0 0;
}
.page-cuisine .info .intro-txt {
	margin: 24px 0 0; text-align: center;
}
.page-cuisine .info table {
	margin: 16px 0 0;
}
.page-cuisine .info table th, .page-cuisine .info table td {
	width: 50%; text-align: center;
}
.page-cuisine .info .note {
	margin: 24px 0 0; text-align: center; background-color: #006980; padding: 16px;
}

.page-cuisine .cuisine-item-wrap {
	width: 84%; max-width: 1104px; margin: 24px auto 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;
}
.page-cuisine .cuisine-item-wrap .cuisine-item {
	position: relative; z-index: 1; left: 0; top: 0; margin: 12px; max-width: 300px; 
}
.page-cuisine .cuisine-item-wrap .cuisine-item h3 {
	position: absolute; z-index: 2; left: 0; top: 16px; background-color: rgba(0, 0, 0, .64); padding: 2px 8px; word-break: keep-all; white-space: nowrap;
}
.page-cuisine .cuisine-item-wrap .cuisine-item .img {
	width: 100%; height: 56vw; max-height: 200px;
}
.page-cuisine .cuisine-item-wrap .cuisine-item p {
	margin: 12px 0 0; line-height: 1.5;
}
.page-cuisine .cuisine-item-wrap .cuisine-item p:nth-of-type(2) {
	text-align: right;
}

.page-cuisine .option {
	padding: 60px 0 0;
}
.page-cuisine .option .title {
	width: 100%;max-width: 800px; margin: 0 auto 12px; background-color: #fafaf3; padding: 16px 32px 16px 16px; box-sizing: border-box; line-height: 1.5; position: relative; z-index: 1; left: 0; top: 0; cursor: pointer;
}
.page-cuisine .option .title::after {
	content: ''; display: inline-block; width: 13px; height: 8px; background-image: url("../img/common/common_arrow-black.svg"); background-size: cover; position: absolute; z-index: 1; right: 16px; top: 50%; -webkit-transform: translate(0, -50%); transform: translate(0, -50%);
}
.page-cuisine .option .title.active::after {
	-webkit-transform: translate(0, -50%) scale(1, -1); transform: translate(0, -50%) scale(1, -1);
}
.page-cuisine .option .cuisine-item-wrap .cuisine-item {
	display: none;
} 

.page-cuisine .ingredients {
	padding: 60px 0 0;
}
.page-cuisine .ingredients .intro-txt {
	width: 84%; margin: 24px auto 0; text-align: center;
}
.page-cuisine .ingredients .general-layout-1 {
	padding: 24px 0 0;
}
.page-cuisine .ingredients .shop-bnr {
	width: 84%; margin: 16px auto 0;
}
.page-cuisine .ingredients .shop-bnr a {
	display: block; width: 100%; max-width: 360px;
}
.page-cuisine .ingredients .shop-bnr img {
	width: 100%; height: auto;
}

.page-cuisine #choubei_slider {
	margin: 60px 0;
}

.page-cuisine .dinner .wrap-2 .slider {
	width: 100%; height: 44vw; position: relative; z-index: 1; left: 0; top: 0; margin: 24px 0 0;
}
.page-cuisine .dinner .wrap-2 .slider .swiper-container {
	width: 100%; height: 100%;
}
.page-cuisine .dinner .wrap-2 .slider .swiper-slide {
	width: 100%; height: 100%;
}
.page-cuisine .dinner .wrap-2 .slider .swiper-pagination {
	position: absolute; z-index: 2; right: 16px; bottom: 8px;
}
.page-cuisine .dinner .wrap-2 .slider .swiper-pagination-bullet {
    display: inline-block; width: 4px; height: 4px; border-radius: 50%; margin: 0 0 0 8px; opacity: 1; background-color: #fff;
}
.page-cuisine .dinner .wrap-2 .slider .swiper-pagination-bullet-active {
    background-color: #1c1c1c;
}
.page-cuisine .dinner .wrap-2 .slider .caption {
	line-height: 1; background-color: rgba(0, 0, 0, .64); padding: 8px 16px; position: absolute; z-index: 2; left: 0; top: 0;
}















@media only screen and (min-width: 640px) {
	.page-cuisine .anchors {
		width: 88%; padding: 90px 0 0;
	}
	.page-cuisine .anchors a {
		width: 49.25%; margin: .75% 0; padding: 14px;
	}
	.page-cuisine .anchors a .only-sp {
		display: none;
	}
	
	.page-cuisine .intro .ul-1 {
		margin: 18px 0 0;
	}
	
	.page-cuisine .dinner {
		width: 88%; padding: 90px 0 0;
	}
	.page-cuisine .dinner .intro-txt {
		margin: 36px 0 0;
	}
	.page-cuisine .dinner-wrap {
		margin: 66px 0 0;
	}
	.page-cuisine .dinner-wrap .title {
		padding: 30px 36px 72px 36px;
	}
	.page-cuisine .dinner-wrap .title::after {
		width: 16px; height: 10px; bottom: 26px;
	}
	.page-cuisine .dinner-wrap .title-inner {
		margin: 20px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	}
	.page-cuisine .dinner-wrap .title p {
		width: 50%; padding: 0 14px 0 0; box-sizing: border-box; margin: 0;
	}
	.page-cuisine .dinner-wrap .title .img {
		width: 50%; height: 20vw; margin: 0;
	}
	.page-cuisine .dinner .item {
		margin: 66px 0 0;
	}
	.page-cuisine .dinner .item-intro p {
		margin: 26px 0 0;
	}
	.page-cuisine .dinner .item-inner {
		margin: 26px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	}
	.page-cuisine .dinner .item.reverse .item-inner {
		flex-direction: row-reverse;
	}
	.page-cuisine .dinner .item-inner .table-1 {
		margin: 14px 0 0;
	}
	.page-cuisine .dinner .item-inner .txt-wrap {
		width: 50%; padding: 0 26px 0 0; box-sizing: border-box;
	}
	.page-cuisine .dinner .item.reverse .item-inner .txt-wrap {
		padding: 0 0 0 26px;
	}
	.page-cuisine .dinner .item-inner .img {
		width: 50%; height: 29.33vw; margin: 0;
	}
	.page-cuisine .dinner .item-inner-2 {
		margin: 26px 0 0;
	}
	.page-cuisine .dinner .item-inner-2 .img {
		height: 29.33vw;
	}
	.page-cuisine .dinner .item-inner-2 .img:nth-of-type(3), .page-cuisine .dinner .item-inner-2 a.img {
		height: 58.67vw;
	}
	.page-cuisine .dinner .item-inner-3 {
		margin: 26px 0 0;
	}
	.page-cuisine .dinner .item-inner-3 .img {
		height: 58.67vw;
	}
	.page-cuisine .dinner .item-inner-3 a.img {
		height: 58.67vw;
	}
	.page-cuisine .dinner .item-txt {
		margin: 26px 0 0;
	}
	.page-cuisine .dinner-wrap.kids .item-inner-3 {
		display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	}
	.page-cuisine .dinner-wrap.kids .item-intro {
		margin: 36px 18px 0;
	}
	
	.page-cuisine .info {
		width: 88%; padding: 90px 0 0;
	}
	.page-cuisine .info .intro-txt {
		margin: 36px 0 0;
	}
	.page-cuisine .info table {
		margin: 24px 0 0;
	}
	.page-cuisine .info .note {
		margin: 36px 0 0; padding: 24px;
	}
	
	.page-cuisine .cuisine-item-wrap {
		width: 88%; margin: 36px auto 0;
	}
	.page-cuisine .cuisine-item-wrap .cuisine-item {
		margin: 14px;
	}
	.page-cuisine .cuisine-item-wrap .cuisine-item p {
		margin: 14px 0 0;
	}
	
	.page-cuisine .option {
		padding: 90px 0 0;
	}
	.page-cuisine .option .title {
		margin: 0 auto 14px; padding: 24px 48px 24px 24px;
	}
	.page-cuisine .option .title::after {
		width: 16px; height: 10px; right: 24px;
	}
	
	.page-cuisine .ingredients {
		padding: 90px 0 0;
	}
	.page-cuisine .ingredients .intro-txt {
		width: 88%; margin: 36px auto 0;
	}
	.page-cuisine .ingredients .general-layout-1 {
		padding: 36px 0 0;
	}
	.page-cuisine .ingredients .shop-bnr {
		width: 88%; margin: 20px auto 0;
	}
	
	.page-cuisine #choubei_slider {
		margin: 90px 0;
	}
	
	
	.page-cuisine .dinner .wrap-2 .slider {
		height: 28.16vw; margin: 0;
	}
}

@media only screen and (min-width: 960px) {
	.page-cuisine .anchors {
		width: 92%; padding: 120px 0 0;
	}
	.page-cuisine .anchors a {
		width: 24.5%; margin: .5% 0; padding: 16px;
	}
	.page-cuisine .anchors a:hover {
		background-color: #006980; color: #fff;
	}
	
	.page-cuisine .intro .ul-1 {
		margin: 24px 0 0;
	}
	
	.page-cuisine .dinner {
		width: 92%; padding: 120px 0 0;
	}
	.page-cuisine .dinner .intro-txt {
		margin: 48px 0 0;
	}
	.page-cuisine .dinner-wrap {
		margin: 88px 0 0;
	}
	.page-cuisine .dinner-wrap .title {
		padding: 40px 48px 96px 48px;
	}
	.page-cuisine .dinner-wrap .title::after {
		width: 19px; height: 12px; bottom: 36px;
	}
	.page-cuisine .dinner-wrap .title-inner {
		margin: 24px 0 0;
	}
	.page-cuisine .dinner-wrap .title p {
		padding: 0 16px 0 0;
	}
	.page-cuisine .dinner-wrap .title .img {
		height: 22vw;
	}
	.page-cuisine .dinner .item {
		margin: 88px 0 0;
	}
	.page-cuisine .dinner .item-intro p {
		margin: 32px 0 0;
	}
	.page-cuisine .dinner .item-inner {
		margin: 32px 0 0;
	}
	.page-cuisine .dinner .item-inner .table-1 {
		margin: 16px 0 0;
	}
	.page-cuisine .dinner .item-inner .txt-wrap {
		padding: 0 32px 0 0;
	}
	.page-cuisine .dinner .item.reverse .item-inner .txt-wrap {
		padding: 0 0 0 32px;
	}
	.page-cuisine .dinner .item-inner .img {
		height: 30.67vw;
	}
	.page-cuisine .dinner .item-inner-2 {
		margin: 32px 0 0;
	}
	.page-cuisine .dinner .item-inner-2 .img {
		width: 33%; height: 20.44vw;
	}
	.page-cuisine .dinner .item-inner-2 .img:nth-of-type(3), .page-cuisine .dinner .item-inner-2 a.img {
		width: 33%; height: 20.44vw; margin: 0;
	}
	.page-cuisine .dinner .item-inner-3 {
		margin: 32px 0 0;
	}
	.page-cuisine .dinner .item-inner-3 .img {
		width: 80%; height: 47vw;
	}
	.page-cuisine .dinner .item-inner-3 a.img {
		width: 80%; height: 47vw; margin: 0;
	}
	.page-cuisine .dinner .item-txt {
		margin: 32px 0 0;
	}
	.page-cuisine .dinner-wrap.kids .item-intro {
		margin: 48px 24px 0;
	}
	
	.page-cuisine .info {
		width: 92%; padding: 120px 0 0;
	}
	.page-cuisine .info .intro-txt {
		margin: 48px 0 0;
	}
	.page-cuisine .info table {
		margin: 32px 0 0;
	}
	.page-cuisine .info .note {
		margin: 48px 0 0; padding: 32px;
	}
	
	.page-cuisine .cuisine-item-wrap {
		width: 92%; margin: 48px auto 0;
	}
	.page-cuisine .cuisine-item-wrap .cuisine-item {
		margin: 16px;
	}
	.page-cuisine .cuisine-item-wrap .cuisine-item p {
		margin: 16px 0 0;
	}
	
	.page-cuisine .option {
		padding: 120px 0 0;
	}
	.page-cuisine .option .title {
		margin: 0 auto 16px; padding: 32px 64px 32px 32px;
	}
	.page-cuisine .option .title::after {
		width: 19px; height: 12px; right: 32px;
	}
	
	.page-cuisine .ingredients {
		padding: 120px 0 0;
	}
	.page-cuisine .ingredients .intro-txt {
		width: 92%; margin: 48px auto 0;
	}
	.page-cuisine .ingredients .general-layout-1 {
		padding: 48px 0 0;
	}
	.page-cuisine .ingredients .shop-bnr {
		width: 100%; margin: 24px auto 0;
	}
	
	.page-cuisine #choubei_slider {
		margin: 120px 0;
	}
	

	.page-cuisine .dinner .wrap-2 .slider {
		height: 29.44vw;
	}
	
}

@media only screen and (min-width: 1280px) {
	.page-cuisine .dinner-wrap .title .img {
		height: 176px;
	}
	.page-cuisine .dinner .item-inner .img {
		height: 368px;
	}
	.page-cuisine .dinner .item-inner-2 .img {
		height: 245px;
	}
	.page-cuisine .dinner .item-inner-2 .img:nth-of-type(3), .page-cuisine .dinner .item-inner-2 a.img {
		height: 245px;
	}
	.page-cuisine .dinner .item-inner-3 .img {
		height: 568px;
	}
    .page-cuisine .dinner .item-inner-2 a.img {
		height: 568px;
	}
	.page-cuisine .dinner .wrap-2 .slider {
		height: 347px;
	}
}




/*//////////////////////////////////////////////////
05.ご予約・お問い合わせ
//////////////////////////////////////////////////*/

.page-reservation .reservation-pre {
	width: 84%; max-width: 800px; margin: 0 auto; padding: 60px 0 0;
}
.page-reservation .reservation-pre p {
	margin: 24px 0 0; text-align: center;
}
.page-reservation .reservation-pre .links {
	margin: 16px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
}
.page-reservation .reservation-pre .links a {
	width: 100%; margin: 1% 0; padding: 20px; box-sizing: border-box; color: #006980; border: solid 1px #006980; line-height: 1; text-align: center;
}
.page-reservation .reservation-pre .links a.sm-bnr {
	width: 49%;
}

.page-reservation .reservation {
	width: 84%; max-width: 800px; margin: 0 auto; padding: 60px 0 0;
}
.page-reservation .reservation .intro-txt {
	margin: 24px 0 0; text-align: center;
}
.page-reservation .reservation .note {
	margin: 16px 0 0; text-align: center; background-color: #006980; padding: 16px;
}
.page-reservation .reservation .note .tel a {
	display: inline-block;
}
.page-reservation .reservation .note .fax-email {
	display: inline-block; margin: 8px 0 0;
}
.page-reservation .reservation .note .etxt {
	display: inline-block; background-image: url("../img/common/common_footer-etxt.png"); background-size: cover; width: 195px; height: 14px; position: relative; z-index: 1; left: 0; top: 4px;
}
.page-reservation .reservation .note .only-pc {
	display: none;
}
.page-reservation .reservation .cards {
	margin: 16px 0 0; text-align: center; border: solid 1px #4d4d4d; padding: 16px;
}
.page-reservation .reservation .cards img {
	width: 100%; max-width: 300px; height: auto; margin: 0 auto;
}
.page-reservation .reservation .cards p {
	text-align: center; margin: 8px 0 0; line-height: 1.5;
}
.page-reservation .reservation .others {
	margin: 16px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}
.page-reservation .reservation .others .line-area {
	margin: 8px;
}
.page-reservation .reservation .others .line-area a {
	display: block; max-width: 320px; margin: 0 auto;
}
.page-reservation .reservation .others .line-area a img {
	width: 100%; height: auto;
}
.page-reservation .reservation .others .faq-bnr {
	display: block; max-width: 320px; margin: 8px;
}
.page-reservation .reservation .others .faq-bnr img {
	width: 100%; height: auto;
}

@media only screen and (min-width: 640px) {
	.page-reservation .reservation-pre {
		width: 88%; padding: 90px 0 0;
	}
	.page-reservation .reservation-pre p {
		margin: 36px 0 0; text-align: center;
	}
	.page-reservation .reservation-pre .links {
		margin: 24px 0 0;
	}
	.page-reservation .reservation-pre .links a {
		width: 49.25%; padding: 26px; margin: .75% 0;
	}
	.page-reservation .reservation-pre .links a.sm-bnr {
		width: 23.875%;
	}
	
	.page-reservation .reservation {
		width: 88%; padding: 90px 0 0;
	}
	.page-reservation .reservation .intro-txt {
		margin: 36px 0 0;
	}
	.page-reservation .reservation .note {
		margin: 24px 0 0; padding: 24px;
	}
	.page-reservation .reservation .note .only-sp {
		display: none;
	}
	.page-reservation .reservation .note .only-pc {
		display: inline;
	}
	.page-reservation .reservation .cards {
		margin: 24px 0 0; padding: 24px;
	}
	.page-reservation .reservation .cards p {
		margin: 12px 0 0;
	}
	.page-reservation .reservation .others {
		margin: 24px 0 0;
	}
	.page-reservation .reservation .others .line-area {
		margin: 12px;
	}
	.page-reservation .reservation .others .faq-bnr {
		margin: 12px;
	}
}

@media only screen and (min-width: 960px) {
	.page-reservation .reservation-pre {
		width: 92%; padding: 120px 0 0;
	}
	.page-reservation .reservation-pre p {
		margin: 48px 0 0; text-align: center;
	}
	.page-reservation .reservation-pre .links {
		margin: 32px 0 0;
	}
	.page-reservation .reservation-pre .links a {
		padding: 32px;
	}
	.page-reservation .reservation-pre .links a:hover {
		background-color: #006980; color: #fff;
	}
	
	.page-reservation .reservation {
		width: 92%; padding: 120px 0 0;
	}
	.page-reservation .reservation .intro-txt {
		margin: 48px 0 0;
	}
	.page-reservation .reservation .note {
		margin: 32px 0 0; padding: 32px;
	}
	.page-reservation .reservation .note .etxt {
		width: 217px; height: 16px;
	}
	.page-reservation .reservation .cards {
		margin: 32px 0 0; padding: 32px;
	}
	.page-reservation .reservation .cards p {
		margin: 16px 0 0;
	}
	.page-reservation .reservation .others {
		margin: 32px 0 0;
	}
	.page-reservation .reservation .others .line-area {
		margin: 16px;
	}
	.page-reservation .reservation .others .faq-bnr {
		margin: 16px;
	}
}


/*//////////////////////////////////////////////////
06.アクセス
//////////////////////////////////////////////////*/

.page-access .access {
	padding: 60px 0 0;
}
.page-access .access {
	width: 92%; max-width: 1104px; margin: 0 auto;
}
.page-access .access .access-map {
	width: 100%; height: auto; margin: 24px 0 0;
}
.page-access .access .gmap {
	width: 100%; height: 215px; background-color: #eee; overflow: hidden; margin: 24px 0 0;
}
.page-access .access .route {
	width: 92%; max-width: 800px; margin: 24px auto 0;
}
.page-access .access .route h3 {
	line-height: 1; padding: 8px 12px; background-color: #fafaf3;
}
.page-access .access .route img {
	width: 100%; height: auto; margin: 16px 0 0;
}
.page-access .access .more {
	margin: 16px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}

@media only screen and (min-width: 640px) {
	.page-access .access {
		padding: 90px 0 0;
	}
	.page-access .access .access-map {
		margin: 36px 0 0;
	}
	.page-access .access .gmap {
		margin: 36px 0 0; height: 323px;
	}
	.page-access .access .route {
		margin: 36px auto 0;
	}
	.page-access .access .route h3 {
		padding: 12px 18px;
	}
	.page-access .access .route img {
		margin: 24px 0 0;
	}
	.page-access .access .more {
		margin: 24px 0 0; justify-content: flex-end
	}
}

@media only screen and (min-width: 960px) {
	.page-access .access {
		padding: 120px 0 0;
	}
	.page-access .access .access-map {
		margin: 48px 0 0;
	}
	.page-access .access .gmap {
		margin: 48px 0 0; height: 430px;
	}
	.page-access .access .route {
		margin: 48px auto 0;
	}
	.page-access .access .route h3 {
		padding: 16px 24px;
	}
	.page-access .access .route img {
		margin: 32px 0 0;
	}
	.page-access .access .more {
		margin: 32px 0 0;
	}
}


/*//////////////////////////////////////////////////
07.アクティビティ
//////////////////////////////////////////////////*/

.page-activity .intro .wrap-1 .txt-wrap p:first-of-type, .page-activity .intro .wrap-1 .txt-wrap p:nth-of-type(2) {
	text-align: center;
}

.page-activity .recommended {
	width: 84%; max-width: 1104px; margin: 0 auto; padding: 60px 0 0;
}
.page-activity .recommended .activity-layout-1 {
	margin: 24px 0 0;
}
.page-activity .recommended .activity-layout-1 h3 {
	line-height: 1; padding: 8px 12px; background-color: #fafaf3;
}
.page-activity .recommended .activity-layout-1 .wrap-1 {
	margin: 16px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-1 .img {
	margin: 8px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-2 .txt-wrap {
	margin: 16px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-2 p:not(.stitle) {
	margin: 8px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-2 ul {
	margin: 8px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-2 table {
	margin: 8px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-3 {
	margin: 16px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-3 p:not(.stitle) {
	margin: 8px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-3 .imgs {
	margin: 8px 0 0;
}
.page-activity .recommended .activity-layout-1 .wrap-3 .img {
	padding: 1px; box-sizing: border-box;
}
.page-activity .recommended .activity-layout-1  .stitle {
	display: inline-block; line-height: 1; background-color: #006980; padding: 3px 6px;
}

.page-activity .information {
	width: 84%; max-width: 800px; margin: 0 auto; padding: 60px 0 0;
}
.page-activity .information .links {
	margin: 24px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
}
.page-activity .information .links a {
	display: block; max-width: 120px; margin: 8px;
}
.page-activity .information .links a img {
	width: 100%; height: auto;
}

.page-activity .spot {
	width: 92%; max-width: 1104px; margin: 0 auto; padding: 60px 0 0;
}
.page-activity .spot .intro-txt {
	margin: 24px 0 0; text-align: center; position: relative; z-index: 1; left: 0; top: 0;
}
.page-activity .spot .intro-txt::before {
	content: ''; display: inline-block; background-image: url("../img/activity/activity_spot-icon.png"); background-size: cover; width: 16px; height: 22px; margin: 0 8px 0 0; position: relative; z-index: 1; left: 0; top: 6px;
}
.page-activity .spot .gmap {
	width: 100%; height: 215px; background-color: #eee; overflow: hidden; margin: 24px 0 0;
}

@media only screen and (min-width: 640px) {
	.page-activity .recommended {
		width: 88%; padding: 90px 0 0;
	}
	.page-activity .recommended .activity-layout-1 {
		margin: 36px 0 0;
	}
	.page-activity .recommended .activity-layout-1 h3 {
		padding: 12px 18px;
	}
	.page-activity .recommended .activity-layout-1 .wrap-1 {
		margin: 24px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
	}
	.page-activity .recommended .activity-layout-1 .wrap-1 p {
		width: 50%; padding: 0 24px 0 0; box-sizing: border-box;
	}
	.page-activity .recommended .activity-layout-1 .wrap-1 .img {
		width: 50%; margin: 0; 
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 {
		display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 .inner {
		width: 48%;
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 .txt-wrap {
		margin: 24px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 p:not(.stitle) {
		margin: 12px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 table {
		margin: 12px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-3 p:not(.stitle) {
		margin: 12px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-3 .imgs {
		margin: 12px 0 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center;
	}
	.page-activity .recommended .activity-layout-1 .wrap-3 .img {
		width: 33.3%; height: 19.54vw;
	}
	
	.page-activity .information {
		width: 88%; padding: 90px 0 0;
	}
	.page-activity .information .links {
		margin: 36px 0 0;
	}
	.page-activity .information .links a {
		margin: 12px;
	}
	
	.page-activity .spot {
		padding: 90px 0 0;
	}
	.page-activity .spot .intro-txt {
		margin: 36px 0 0;
	}
	.page-activity .spot .gmap {
		height: 323px; margin: 36px 0 0;
	}
}

@media only screen and (min-width: 960px) {
	.page-activity .recommended {
		width: 92%; padding: 120px 0 0;
	}
	.page-activity .recommended .activity-layout-1 {
		margin: 48px 0 0;
	}
	.page-activity .recommended .activity-layout-1 h3 {
		padding: 16px 24px;
	}
	.page-activity .recommended .activity-layout-1 .wrap-1 {
		margin: 32px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-1 p {
		padding: 0 32px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 .inner {
		width: 49%;
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 .txt-wrap {
		margin: 32px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 p:not(.stitle) {
		margin: 16px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-2 table {
		margin: 16px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-3 p:not(.stitle) {
		margin: 16px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-3 .imgs {
		margin: 16px 0 0;
	}
	.page-activity .recommended .activity-layout-1 .wrap-3 .img {
		height: 20.42vw; max-width: 368px; max-height: 246px;
	}
	
	.page-activity .information {
		width: 92%; padding: 120px 0 0;
	}
	.page-activity .information .links {
		margin: 48px 0 0;
	}
	.page-activity .information .links a {
		margin: 16px;
	}
	
	.page-activity .spot {
		padding: 120px 0 0;
	}
	.page-activity .spot .intro-txt {
		margin: 48px 0 0;
	}
	.page-activity .spot .gmap {
		height: 430px; margin: 48px 0 0;
	}
}


/*//////////////////////////////////////////////////
08.インフォメーション・キャンペーン・感染症予防対策・ブログ
//////////////////////////////////////////////////*/

.page-posts .contents-wrap select {
	-webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none;
}
.page-posts .contents-wrap .sidebar {
	width: 246px; margin: 0 auto;
}
.page-posts .contents-wrap .all-posts {
	display: block; padding: 8px 16px; border: solid 1px #4d4d4d; margin: 0 0 12px;
}
.page-posts .contents-wrap .sidebar select {
	display: block; width: 100%; padding: 4px 16px; border: solid 1px #4d4d4d;
}
.page-posts .contents-wrap {
	width: 84%; max-width: 1104px; margin: 0 auto; padding: 44px 0 0;
}
.page-posts .contents-wrap .posts-wrap {
	margin: 24px 0 0;
}
.page-posts .contents-wrap .post {
	background-color: #fafaf3; margin: 0 0 12px;
}
.page-posts .contents-wrap .post .post_cont{
	display:flex;
	gap:10px;
}
.page-posts .contents-wrap .post .post_cont img{
	width:min(30%,260px);
	height:100%;
	object-fit: cover;
}
@media screen and (max-width:639px){
.page-posts .contents-wrap .post .post_cont{
	flex-wrap: wrap;
}
	.page-posts .contents-wrap .post .post_cont img{
	width:100%;
	height:100%;
	object-fit: cover;
}
}
.page-posts .contents-wrap .post a {
	display: inline-block; width: 100%; padding: 20px; box-sizing: border-box;
}
.page-posts .contents-wrap .with-thumb .post a {
	padding: 0;
}
.page-posts .contents-wrap .post .txt-wrap {
	line-height: 1.5;
}
.page-posts .contents-wrap .with-thumb .post .txt-wrap {
	padding: 16px; box-sizing: border-box;
}
.page-posts .contents-wrap .post h3 {
	margin: 8px 0; line-height: 1.4;
}
.page-posts .contents-wrap .with-thumb .post .img {
	width: 100%; height: 42vw;
}
.page-posts .contents-wrap .pager {
	margin: 24px 0 0; width: 100%; text-align: center;
}
.page-posts .contents-wrap .pager h2 {
	display: none;
}
.page-posts .contents-wrap .pager a {
	display: inline-block; padding: 8px; color: #4d4d4d; font-size: 1.4rem; line-height: 1;
}
.page-posts .contents-wrap .pager .current {
	display: inline-block; padding: 8px; color: #006980; font-size: 1.6rem; line-height: 1;
}

@media only screen and (min-width: 640px) {
	.page-posts .contents-wrap .all-posts {
		margin: 0 0 14px;
	}
	.page-posts .contents-wrap {
		width: 88%; padding: 66px 0 0;
	}
	.page-posts .contents-wrap .posts-wrap {
		margin: 36px 0 0;
	}
	.page-posts .contents-wrap .with-thumb {
		display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start;
	}
	.page-posts .contents-wrap .post {
		margin: 0 0 14px;
	}
	.page-posts .contents-wrap .with-thumb .post {
		width: 48%; margin: 0 0 4%
	}
	.page-posts .contents-wrap .post a {
		padding: 26px;
	}
	.page-posts .contents-wrap .with-thumb .post .txt-wrap {
		padding: 20px;
	}
	.page-posts .contents-wrap .with-thumb .post .img {
		height: 21.12vw;
	}
	.page-posts .contents-wrap .pager {
		margin: 36px 0 0;
	}
	.page-posts .contents-wrap .pager a {
		font-size: 1.5rem;
	}
	.page-posts .contents-wrap .pager .current {
		font-size: 1.8rem;
	}
}

@media only screen and (min-width: 768px) {
	.page-posts .contents-wrap .all-posts {
		padding: 4px 16px;
	}
}

@media only screen and (min-width: 960px) {
	.page-posts {
		overflow: visible;
	}
	.page-posts .contents-wrap .all-posts {
		margin: 0 0 16px;
	}
	.page-posts .contents-wrap .all-posts:hover {
		background-color: #006980; border: solid 1px #006980; color: #fff;
	}
	.page-posts .contents-wrap {
		width: 92%; padding: 88px 0 0;
	}
	.page-posts .contents-wrap .sidebar {
		width: 22%; float: right; position: -webkit-sticky; position: sticky; z-index: 1; left: 0; top: 16px;
	}
	.page-posts .contents-wrap .posts-wrap {
		width:  100%; 
		/*width:  76%;*/ 
		float: left; margin: 0;
	}
	.page-posts .contents-wrap .post {
		margin: 0 0 16px;
	}
	.page-posts .contents-wrap .with-thumb .post {
		width: 49%; margin: 0 0 2%;
	}
	.page-posts .contents-wrap .post a {
		padding: 32px;
	}
	.page-posts .contents-wrap .post a:hover {
		opacity: .4;
	}
	.page-posts .contents-wrap .with-thumb .post .txt-wrap {
		padding: 24px;
	}
	.page-posts .contents-wrap .with-thumb .post .img {
		height: 17.1304vw;
	}
	.page-posts .contents-wrap .pager {
		margin: 48px 0 0;
	}
	.page-posts .contents-wrap .pager a {
		font-size: 1.6rem;
	}
	.page-posts .contents-wrap .pager a:hover {
		color: #006980;
	}
	.page-posts .contents-wrap .pager .current {
		font-size: 2.0rem;
	}
}

@media only screen and (min-width: 1280px) {
	.page-posts .contents-wrap .with-thumb .post {
		margin: 0 0 18px
	}
	.page-posts .contents-wrap .with-thumb .post .img {
		height: 206px;
	}
}


/*//////////////////////////////////////////////////
09.記事ページ
//////////////////////////////////////////////////*/

.single .contents-wrap {
	width: 84%; max-width: 1104px; margin: 0 auto; padding: 44px 0 0;
}
.single .contents-wrap .post-wrap .date {
	display: inline-block; line-height: 1; width: 100%; text-align: right;
}
.single .contents-wrap .post-wrap .title {
	line-height: 1.4; margin: 8px 0 20px; padding: 0 0 20px; border-bottom: solid 1px #bdbdbd;
}
.single .contents-wrap .pager {
	margin: 44px 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
}
.single .contents-wrap .pager .prev {
	width: 50%;
}
.single .contents-wrap .pager .next {
	width: 50%; text-align: right;
}
.single .contents-wrap .pager a {
	display: inline-block;
}
.single .contents-wrap .pager .prev a::before {
	content: ''; display: inline-block; background-image: url("../img/common/common_arrow-black.svg"); width: 12px; height: 8px; background-size: cover; margin: 0 4px 0 0; position: relative; left: 0; top: -1px; transform: rotate(90deg);
}
.single .contents-wrap .pager .next a::after {
	content: ''; display: inline-block; background-image: url("../img/common/common_arrow-black.svg"); width: 12px; height: 8px; background-size: cover; margin: 0 0 0 4px; position: relative; left: 0; top: -1px; transform: rotate(-90deg);
}
.single .contents-wrap .sidebar {
	width: 246px; margin: 24px auto 0;
}
.single .contents-wrap .all-posts {
	display: block; padding: 8px 16px; border: solid 1px #4d4d4d; text-align: center;
}

.single .content h2{font-size: 24px; font-weight: 500;}
.single .content h3{font-size: 18px; font-weight: 500;}
.single .content h4{font-size: 16px; font-weight: 500;}
.single .content p{font-size:15px;}

.single .content strong {
	font-weight: 500;
}
.single .content em {
	font-style: italic
}
.single .content figcaption {
	font-size: 1.0rem; text-align: right; margin: 0;
}
.single .content ul {
	list-style: disc;
}
.single .content ul ul, .single .content ul ol {
	padding: 8px 0 0 16px;
}
.single .content ol {
	list-style: decimal-leading-zero;
}
.single .content ol ul, .single .content ol ol {
	padding: 8px 0 0 16px;
}
.single .content li {
	margin: 0 0 8px; list-style-position: inside;
}
.single .content li:last-of-type {
	margin: 0;
}
.single .content p a, .single .content li a, .single .content table a {
	text-decoration: underline; word-break: break-all;
}
.single .content a img {
	display: inline-block;
}
.single .content hr {
	width: 100%; border: none; border-top: solid 1px #bdbdbd;
}
.single .content hr.half {
	width: 50%; margin: 0 auto;
}
.single .content .wp-block-image {
	max-width: 100%; height: auto;
}
.single .content .wp-block-image img {
	max-width: 100%; height: auto;
}
.single .content .size-thumbnail {
	max-width: 25%!important;
}
.single .content .size-medium {
	max-width: 50%!important;
}
.single .content .wp-block-gallery .blocks-gallery-grid {
	padding: 0; margin: 0;
}
.single .content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
	margin: 1px;
}
.single .content .wp-block-columns .wp-block-column {
	padding: 16px; margin: 0 auto;
}
.single .content .wp-block-table {
	width: 100%;
}
.single .content .wp-block-table tr {
		line-height: 1.5;
}
.single .content .wp-block-table td {
	vertical-align: middle; padding: 12px 20px; border: solid 1px #bdbdbd;
}
.single .content .wp-block-video {
	width: 100%;
}
.single .content .wp-block-video video {
	outline: none
}
.single .content .wrap-youtube {
	position: relative; z-index: 1; left: 0; top: 0; padding: 0 0 56.25%; height: 0; overflow: hidden;
}
.single .content .wrap-youtube iframe {
	position: absolute; z-index: 1; left: 0; top: 0; width: 100%; height: 100%;
}

.single-only .contents-wrap .post-wrap {
	max-width: 800px; margin: 0 auto;
}

@media only screen and (min-width: 640px) {
	.single .contents-wrap {
		width: 88%; padding: 66px 0 0;
	}
	.single .contents-wrap .post-wrap .title {
		margin: 8px 0 26px; padding: 0 0 26px;
	}
	.single .contents-wrap .sidebar {
		margin: 66px auto 0;
	}
	.single .contents-wrap .pager {
		margin: 66px 0 0;
	}
	.single .contents-wrap .sidebar {
		margin: 36px auto 0;
	}
	
/*	.single .content h2, h3 {
		font-size: 1.8rem;
	}*/
	.single .content figcaption {
		font-size: 1.1rem;
	}
	.single .content .wp-block-table tr td:first-of-type {
		padding: 14px 26px;
	}
}

@media only screen and (min-width: 768px) {
	.single .contents-wrap .all-posts {
		padding: 4px 16px;
	}
}

@media only screen and (min-width: 960px) {
	.single {
		overflow: visible;
	}
	.single .contents-wrap {
		width: 92%; padding: 88px 0 0;
	}
	.single .contents-wrap .post-wrap {
		width:  72%; float: left;
	}
	.single .contents-wrap .post-wrap .title {
		margin: 8px 0 32px; padding: 0 0 32px;
	}
	.single .contents-wrap .pager {
		margin: 88px 0 0;
	}
	.single .contents-wrap .pager a:hover {
		opacity: .4;
	}
	.single .contents-wrap .sidebar {
		width: 22%; margin: 0; float: right; position: -webkit-sticky; position: sticky; z-index: 1; left: 0; top: 16px;
	}
	.single .contents-wrap .all-posts:hover {
		background-color: #006980; border: solid 1px #006980; color: #fff;
	}
	
/*	.single .content h2, h3 {
		font-size: 2.0rem;
	}*/
	.single .content figcaption {
		font-size: 1.2rem;
	}
	
	.single .content img.aligncenter{margin:0 auto;}
	.single .content img.alignright{margin: 0 0 0 auto;}
	

	.single .content p a:hover, .single .content li a:hover, .single .content table a:hover {
		opacity: .4;
	}
	.single .content .wp-block-table tr td:first-of-type {
		padding: 16px 32px;
	}
	
	.single-only .contents-wrap .post-wrap {
		float: none;
	}
	
}


/*//////////////////////////////////////////////////
10.Q & A
//////////////////////////////////////////////////*/

.page-faq .intro-txt {
	width: 84%; margin: 0 auto; text-align: center; padding: 60px 0 0;
}
.page-faq .contents-wrap {
	width: 84%; max-width: 1104px; margin: 44px auto 0;
}
.page-faq .contents-wrap .sidebar {
	text-align: center;
}
.page-faq .contents-wrap .sidebar a {
	display: inline-block; border: solid 1px #006980; color: #006980; box-sizing: border-box; text-align: center; line-height: 1; padding: 4px; margin: 4px;
}
.page-faq .contents-wrap .float-wrap {
	margin: 44px 0 0;
}
.page-faq .contents-wrap .item-wrap {
	margin: 24px 0 0;
}
.page-faq .contents-wrap .item-wrap:first-of-type {
	margin: 0;
}
.page-faq .contents-wrap .item-wrap h2 {
	width: 100%; line-height: 1; padding: 8px 12px; box-sizing: border-box; background-color: #fafaf3;
}
.page-faq .contents-wrap .item {
	padding: 8px 8px 16px; position: relative; z-index: 1; left: 0; top: 0; cursor: pointer; line-height: 1.5; border: solid 1px #4d4d4d; margin: 12px 0 0;
}
.page-faq .contents-wrap .item .que {
	padding: 0 0 8px;
}
.page-faq .contents-wrap .item .ans {
	display: none; padding: 8px 0; border-top: dotted 1px #1c1c1c;
}
.page-faq .contents-wrap .item .ans p {
	margin: 8px 0 0;
}
.page-faq .contents-wrap .item .ans ul {
	margin: 8px 0 0;
}
.page-faq .contents-wrap .item .ans .img {
	display: block; max-width: 240px; margin: 8px 0 0;
}
.page-faq .contents-wrap .item::after {
	content: ''; display: block; background-image: url("../img/common/common_arrow-black.svg"); width: 16px; height: 10px; background-size: cover; position: absolute; z-index: 1; left: 50%; bottom: 8px; -webkit-transform: translate(-50%, 0); transform: translate(-50%, 0);
}
.page-faq .contents-wrap .item.active::after {
	-webkit-transform: translate(-50%, 0) scale(1, -1); transform: translate(-50%, 0) scale(1, -1);
}

@media only screen and (min-width: 640px) {
	.page-faq .intro-txt {
		width: 88%; padding: 90px 0 0;
	}
	.page-faq .contents-wrap {
		width: 88%; margin: 66px auto 0;
	}
	.page-faq .contents-wrap .float-wrap {
		margin: 66px 0 0;
	}
	.page-faq .contents-wrap .item-wrap {
		margin: 36px 0 0;
	}
	.page-faq .contents-wrap .item-wrap h2 {
		padding: 12px 18px;
	}
	.page-faq .contents-wrap .item {
		padding: 12px 24px 12px 12px; margin: 18px 0 0;
	}
	.page-faq .contents-wrap .item .que {
		padding: 0;
	}
	.page-faq .contents-wrap .item .ans {
		padding: 12px 0 0; margin: 12px 0 0;
	}
	.page-faq .contents-wrap .item::after {
		left: auto; right: 12px; bottom: auto; top: 19px; -webkit-transform: translate(0, 0); transform: translate(0, 0);
	}
	.page-faq .contents-wrap .item::after {
		bottom: 12px;
	}
	.page-faq .contents-wrap .item.active::after {
		-webkit-transform: translate(0, 0) scale(1, -1); transform: translate(0, 0) scale(1, -1);
	}
}

@media only screen and (min-width: 960px) {
	.page-faq {
		overflow: visible;
	}
	.page-faq .intro-txt {
		width: 92%; padding: 120px 0 0;
	}
	.page-faq .contents-wrap {
		width: 92%; margin: 88px auto 0;
	}
	.page-faq .contents-wrap .sidebar {
		width: 22%; float: right; position: -webkit-sticky; position: sticky; z-index: 1; left: 0; top: 32px;
	}
	.page-faq .contents-wrap .sidebar a {
		width: 100%; box-sizing: border-box; padding: 8px; margin: 8px 0 0;
	}
	.page-faq .contents-wrap .sidebar a:first-of-type {
		margin: 0;
	}
	.page-faq .contents-wrap .sidebar a:hover {
		background-color: #006980; color: #fff;
	}
	.page-faq .contents-wrap .float-wrap {
		width: 72%; float: left; margin: 0;
	}
	.page-faq .contents-wrap .item-wrap {
		margin: 48px 0 0;
	}
	.page-faq .contents-wrap .item-wrap h2 {
		padding: 16px 24px;
	}
	.page-faq .contents-wrap .item {
		padding: 16px 32px 16px 16px; margin: 24px 0 0;
	}
	.page-faq .contents-wrap .item .ans {
		padding: 16px 0 0; margin: 16px 0 0;
	}
	.page-faq .contents-wrap .item::after {
		right: 16px; top: 25px;
	}
}


/*//////////////////////////////////////////////////
宿泊プラン（rss.cssはそのままで以下で上書き）
//////////////////////////////////////////////////*/

.rss-contents {
	position: relative; z-index: 2; left: 0; top: 0; margin: 60px 0 0;
}
.rss-contents .plan_rss {
	width: 84%; padding: 0; margin: 24px auto 0;
}
.rss-contents .plan_rss .mini {
	padding: 0; margin: 0 0 16px; background-color: #323334; position: relative; z-index: 1; left: 0; top: 0; overflow: hidden;
}
.rss-contents .plan_rss .mini::before {
	content: ''; display: block; width: 192px; height: 192px; border-radius: 50%; background-color: rgba(255, 255, 255, .16); position: absolute; z-index: 1; left: -96px; top: -96px;
}
.rss-contents .plan_rss .mini::after {
	content: ''; display: block; width: 192px; height: 192px; border-radius: 50%; background-color: rgba(255, 255, 255, .16); position: absolute; z-index: 1; right: -96px; bottom: -96px;
}
.rss-contents .plan_rss .mini h4 {
	text-align: center; width: 88%; margin: 0 auto; padding: 16px 0 8px; font-size: 1.6rem; line-height: 1.5; position: relative; z-index: 2; left: 0; top: 0;
}
.rss-contents .plan_rss .mini h4 a {
	 color: #fff;
}
.rss-contents .plan_rss .mini .plan_img {
	width: 88%; margin: 0 auto; position: relative; z-index: 2; left: 0; top: 0;
}
.rss-contents .plan_rss .mini .plan_text {
	width: 88%; margin: 0 auto; padding: 12px 0 24px; box-sizing: border-box; line-height: 1.5; color: #fff; font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; position: relative; z-index: 2; left: 0; top: 0;
}

.search-contents {
	position: relative; z-index: 2; left: 0; top: 0; background-color: #005959; padding: 48px 0; margin: 60px 0 0;
}
.page-cuisine .search-contents {
	margin: 0;
}
.search-contents .wrap {
	width: 84%; margin: 0 auto; color: #fff; font-weight: 600; text-align: center;
}
.search-contents h2 {
	width: 100%; padding: 16px 0; border: solid 1px rgba(255, 255, 255, .64); box-sizing: border-box; line-height: 1; 
}
.search-contents .plan_form {
	width: 100%; margin: 32px 0 0; padding: 0;
}
.search-contents .plan_form .search_btn {
	margin: 32px 0 0; padding: 0; background-color: #fff; border-radius: 8px; position: relative; z-index: 1; left: 0; top: 0; box-shadow: 0 2px 0 0 rgba(255, 255, 255, .64);
}
.search-contents .plan_form .search_btn .btn {
	 width: 100%; height: 100%; padding: 9px 0 29px; margin: 0; background: none; color: #005959; font-size: 1.6rem; font-weight: 600; line-height: 1; position: relative; z-index: 2; left: 0; top: 0;
}
.search-contents .plan_form .search_btn .en {
	display: inline-block; width: 100%; text-align: center; color: #005959; line-height: 1;position: absolute; z-index: 1; left: 0; bottom: 6px; border-top: solid 1px #005959; padding: 4px 0 0;
}

@media only screen and (min-width: 640px) {
	.rss-contents {
		margin: 90px 0 0;
	}
	.rss-contents .plan_rss {
		width: 88%; margin: 36px auto 0;
	}
	.rss-contents .plan_rss .mini {
		margin: 0 0 24px;
	}

	.search-contents {
		margin: 90px 0 0;
	}
	.search-contents .wrap {
		width: 88%;
	}
}

@media only screen and (min-width: 768px) {
	.rss-contents .plan_rss {
		min-width: 768px;
	}
	.rss-contents .plan_rss .mini {
		width: 32%; margin: 0;
	}
	.rss-contents .plan_rss .mini:nth-of-type(2) {
		margin: 0 2%;
	}
	
	.search-contents .wrap {
		min-width: 768px;
	}
	.search-contents .plan_form .search_btn {
		 margin: 12px 0 0; height: 56px;
	}
	.search-contents .plan_form .search_btn .btn {
		padding: 9px 40px 29px;
	}
}

@media only screen and (min-width: 960px) {
	.rss-contents {
		margin: 120px 0 0;
	}
	.rss-contents h2 span {
		width: auto;
	}
	.rss-contents .plan_rss {
		width: 92%; margin: 48px auto 0;
	}
	.rss-contents .plan_rss .mini a img {
		-webkit-transition: all .4s; transition: all .4s;
	}
	.rss-contents .plan_rss .mini a:hover img {
		opacity: .64;
	}
	.rss-contents .plan_rss .mini a:hover {
		opacity: .4;
	}

	.search-contents {
		margin: 120px 0 0;
	}
	.search-contents .wrap {
		width: 92%;
	}
	.search-contents .plan_form .search_btn {
		-webkit-transition: all .4s; transition: all .4s;
	}
	.search-contents .plan_form .search_btn:hover {
		opacity: .64; box-shadow: none;
	}
}

@media only screen and (min-width: 1280px) {
	.rss-contents .plan_rss {
		width: 1104px;
	}

	.search-contents {
		padding: 24px 0;
	}
	.search-contents .wrap {
		width: 1104px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
	}
	.search-contents h2 {
		width: 160px; margin: 0 64px 0 0;
	}
	.search-contents .plan_form {
		width: 880px; margin: 0;
	}
}






.speech-bubble {
    position: relative;
    display: inline-block;
    margin-bottom: 13px;
    padding: 1rem 1rem;
    /*min-width: 60px;*/
    /*max-width: 13rem;*/
    width: 45px;
	text-align: center;
    color: #000;
    font-size: 16px;
    background: #fff;
	border-radius: 10px;
}

.speech-bubble:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
margin-left: 5px;
    border: 8px solid transparent;
    border-top-color: #fff;
}

.speech-bubble p {
    margin: 0;
    padding: 0;
}
.miryoku{
	margin-top: 25px!important;
}


.category_name{text-align:left;}
.category_name a{display: inline-block; margin:0 0 0 10px; padding: 5px 10px; border: #92b3bb 1px solid; color:#006980;}

/*.category_blog{margin:120px auto 60px auto; max-width: 1104px;}*/
.category_blog{margin:0px auto 50px auto; max-width: 1104px;}
.category_name_blog{text-align:left;}
.category_name_blog a{display: inline-block; margin:0 5px 5px 5px; padding: 5px 10px; border: #92b3bb 1px solid; color:#006980;}
.cat_title{border-bottom: solid 1px #8a8a8a; padding: 0 0 8px; margin:0 0 20px 0; line-height: 1.5; display: block;}

.category_name_blog_menu{text-align:left; display:flex; flex-wrap: wrap; justify-content:space-between;}
.category_name_blog_menu .list_box{display: inline-block; margin:0 0 10px 0; padding: 5px 10px; border: #92b3bb 1px solid; width:30%; }
.category_name_blog_menu .list_box a{display:block; color:#006980; padding:0 0 2px 0; margin:0 0 5px 0; border-bottom:#006980 1px dotted; font-size:18px;}
.category_name_blog_menu .list_box p{margin:0 0 5px 0;}

.cat_title_menu{border-bottom: solid 1px #8a8a8a; padding: 0 0 8px; margin:0 0 20px 0; line-height: 1.5; display: block;}

.blog_header{max-width:1100px; margin:40px auto 40px auto;}
.blog_header h2{text-align: center; border-bottom:#b5cbd1 2px solid; padding: 20px 0 10px 0; font-size:32px; color:#006980;}

.blog_category_wrap{max-width:1100px; margin:40px auto 40px auto;}

@media only screen and (max-width: 1280px){
.blog_category_wrap{padding: 0 20px;}	
}

@media only screen and (max-width: 767px){
.category_name_blog_menu a{width:100%;}
.blog_category_wrap{max-width:auto;}
.category_name_blog_menu .list_box{width:100%; }
	
}

.room_caption{margin:1rem 0 0 0; padding:1rem; border:#000 1px solid; display:inline-block; font-size:1.5rem; }

.page-special_room p{font-size:15px;}
.page-special_room h2{line-height:1.4em; }

.page-special_room .header-under h1{right:inherit; left:32px; bottom: 20px;} 
.page-special_room .header-under::after{right:inherit; left:-160px;}

.page-special_room .special_box01{max-width:1100px; margin:4rem auto 0rem auto; display:flex; flex-wrap: wrap; justify-content:space-between; align-items:center; }
.page-special_room .special_box01 .img_box{max-width:50%;}
.page-special_room .special_box01 .img_box img{width:100%; height:auto;}
.page-special_room .special_box01 .text_box{max-width:45%;}
.page-special_room .special_box01 h3{font-size:21px; margin:0 0 1rem 0; line-height:1.4em; font-weight:bold}
.page-special_room .special_box01 p{margin:0 0 1.5rem 0;}

.page-special_room .link_btn_banner{padding:1rem 2rem; margin:1rem 0; color:#008093; border:#008093 1px solid; display:inline-block;}

.page-special_room .special_intro {text-align:center;}
.page-special_room .special_intro h2{max-width:800px; margin:0 auto; padding:12rem 2rem; font-size:28px; line-height:2.5rem; text-align:center; display:inline-block; background:url("../img/specialroom/special_room_title_bg01.png") no-repeat right;}
.page-special_room .special_intro h2 span{padding:2rem 0; border-bottom:#000 1px solid; display: block;}
.page-special_room .special_point .box{max-width:800px; margin:0 auto 4rem auto; display:flex; flex-wrap: wrap; justify-content:space-between; align-items:center; }
.page-special_room .special_point h4{margin:0 0 2rem 0; padding:0 0 0 4rem; font-size:18px; background:url("../img/specialroom/special_room_list_icon.png") no-repeat left;}
.page-special_room .special_point .box .img_box{width:210px;}
.page-special_room .special_point .box .text_box{width:550px;}

.page-special_room .special_room{max-width:1100px; margin:0 auto 10rem auto;}
.page-special_room .special_room .img_box{margin:0 0 4rem 0;}
.page-special_room .special_room .text_box{margin:0 auto; max-width:800px;}

.page-special_room .special_detail{max-width:1100px; margin:0 auto 10rem auto;}
.page-special_room .special_detail h3{margin:0 0 2rem 0; padding:0 0 0 4rem; font-size:18px; background:url("../img/specialroom/special_room_list_icon.png") no-repeat left;}
.page-special_room .special_detail .table_box table{border-top:#000 1px dashed;}
.page-special_room .special_detail .table_box table th{width:20%; text-align: left; padding:2rem 2rem; border-bottom:#000 1px dashed; vertical-align: middle;}
.page-special_room .special_detail .table_box table td{width:80%; text-align: left; padding:2rem 2rem; border-bottom:#000 1px dashed; vertical-align: middle;}

.page-special_room .special_cycle_wakasa{max-width:1100px; margin:0 auto 10rem auto; text-align:center;}
.page-special_room .special_cycle_wakasa .text_box{margin:0 0 6rem 0;}
.page-special_room .special_cycle_wakasa .wakasa_logo{text-align:center; margin:0 0 2rem 0;}
.page-special_room .special_cycle_wakasa .wakasa_logo img{display:inline-block;}
.page-special_room .special_cycle_wakasa h3{text-align:center; margin:0 0 2rem 0; font-size:21px;}
.page-special_room .special_cycle_wakasa .text_box p{text-align:center; margin:0 0 2rem 0;}

.page-special_room .special_cycle_wakasa .map_box{margin:0 auto 5rem auto;}

.page-special_room .special_cycle_wakasa .list_box{margin:0 auto 5rem auto; display:flex; flex-wrap: wrap; justify-content:space-between; }
.page-special_room .special_cycle_wakasa .list_box .box{width:350px; margin:0 0 2rem 0;}
.page-special_room .special_cycle_wakasa .list_box .text{margin:2rem 0 0 0;}

.page-special_room .special_cycle_wakasa .link_list{display:flex; flex-wrap: wrap; justify-content:center; align-items:center;}
.page-special_room .special_cycle_wakasa .link_list a{margin:1rem; padding:1rem 2rem;color:#008093; border:#008093 1px solid; display:inline-block;}

.sp_on{display: none;}
.pc_on{display: inline;}

.special_slider_wrap{background:#92b3bb; padding:80px 0 50px 0; margin:0 0 10rem 0;}

.swiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin:0 0 5rem 0;
  }

.swiper-wrapper{width:800px!important;}
.swiper-slide img {display: block;width: 100%; }

.special_room_menu{margin:0 0 5rem 0; display:block;}
.special_room_menu .room_menu{display:flex; flex-wrap: wrap; justify-content:center; }
.special_room_menu .room_menu a{border:#006980 1px solid; color:#006980; padding:1rem 2rem; display: inline-block; margin: 0 1rem;}

.activity_banner{position:fixed; left:20px; bottom:200px; z-index:1000; transition: opacity 0.5s ease-out;}
.activity_banner:hover{opacity: .6;}

.activity_booking{max-width:700px; margin:4rem auto 2rem auto; padding:0 1rem;}
.activity_booking a{display:block; transition: opacity 0.5s ease-out;}
.activity_booking a:hover{opacity: .6;}

.tokuten_box{margin:4rem auto 6rem auto; padding:2rem 3rem; box-sizing:border-box; max-width:1104px; border:#006980 1px solid; background:url(../img/front/tokuten_bg.jpg) no-repeat bottom center / cover,#e5f2f4;}
.tokuten_box p{text-align:center; color:#006980; font-size:18px;}
.tokuten_box h3{text-align:center; color:#006980; font-size:24px; margin:0 0 1rem 0; font-weight:bold;}
.tokuten_box h3 img{display:block; margin:0 auto;}
.tokuten_box .tokuten_list{display:flex; flex-wrap: wrap; justify-content:center;}
.tokuten_box .tokuten_list .box{width:40%; margin:0 1rem;  background:rgba(255, 255, 255, .88); padding:2rem 1rem; box-sizing: border-box; display:flex;  justify-content:center; align-items: center;}
.tokuten_box .tokuten_list .box p{text-align:center; line-height:1.5em;}
.tokuten_box .tokuten_list .box span{background:#006980; color:#fff; padding:0.5rem 2rem;}

.tokuten_banner{position: fixed; left: 20px; bottom: 40px; z-index: 1000; transition: opacity 0.5s ease-out;}

@media only screen and (max-width: 1100px){

	.page-special_room {padding:0 2rem; width:auto;}
	.page-special_room .special_box01{max-width:80%; width:auto; display:block; }
	.page-special_room .special_box01 .img_box{max-width:100%; margin:0 auto 2rem auto;}
	.page-special_room .special_box01 .text_box{max-width:100%; margin:0 auto 2rem auto;}

	.page-special_room .special_cycle_wakasa .list_box .box{width:48%; margin:0 0 2rem 0;}
	.page-special_room .special_cycle_wakasa .list_box .box img{width:100%; height:auto;}

	.swiper-wrapper{width:80%!important;}
	.special_slider_wrap{padding:50px 0 10px 0;}

	.special_room_menu{margin:0 0 5rem 0; display:block;}

	.special_room_menu .room_menu{display:flex; flex-wrap: wrap; justify-content:space-between; }
	.special_room_menu .room_menu a{display:block; width:44%; margin: 0 0 2rem 0; text-align: center;}

	.tokuten_box{max-width:80%; width:auto; display:block;}

}

@media only screen and (max-width: 1220px){
	.tokuten_box{max-width:88%; width:auto; display:block;}

}


@media only screen and (max-width: 767px){


	
	.page-special_room .special_box01{max-width:100%;}
	.page-special_room .special_box01 h3{font-size:21px; }

	.page-special_room .special_intro h2{padding:8rem 2rem; font-size:min(8vw,5vw);}

	.page-special_room .special_point .box{width:auto; margin:0 auto 4rem auto; display:block; box-sizing: border-box; }
	.page-special_room .special_point .box .img_box{width:60%; margin:0 auto; text-align:center;}
	.page-special_room .special_point .box .img_box img{margin:0 auto;}
	.page-special_room .special_point .box .text_box{width:100%; margin:0 0 2rem}

	.page-special_room .special_room{width:auto; margin:0 auto 10rem auto;}
	.page-special_room .special_room .img_box{margin:0 0 4rem 0;}
	.page-special_room .special_room .img_box img{max-width:100%;}

	.page-special_room .special_detail{width:auto;}
	.page-special_room .special_detail .table_box table{border-top:#000 1px dashed;}
	.page-special_room .special_detail .table_box table th{width:auto; display:block; font-weight:bold; background:#e5f2f4;}
	.page-special_room .special_detail .table_box table td{width:auto; display:block;}
	.page-special_room .special_detail h3{font-size:18px;}
	
	.page-special_room .special_cycle_wakasa{width:auto; margin:0 auto 10rem auto; text-align:center;}
	.page-special_room .special_cycle_wakasa .list_box{margin:0 auto 5rem auto; display:flex; flex-wrap: wrap; justify-content:space-between; }

	.page-special_room .special_cycle_wakasa .list_box .text{margin:2rem 0 0 0;}
	.page-special_room .special_cycle_wakasa .text_box p{text-align: left;}

	.special_room_menu .room_menu a{display:block; width:100%; margin: 0 0 2rem 0;}

	.activity_banner{position:static; z-index:1000; transition: opacity 0.5s ease-out; text-align: center; margin:3rem 0 0 0; display:inherit;}
	.activity_banner a{display:block; margin:0 auto; text-align: center;}
	.activity_banner img{display:inline-block!important;}

.tokuten_box p{font-size:3vw;}
.tokuten_box h3{font-size:4.5vw;}
.tokuten_box h3 img{width:80%;}

.tokuten_banner{position: static; display:block; width:154px; margin:2rem auto 0 auto;}
.tokuten_banner img{width:100%; height:auto;}

.tokuten_box .tokuten_list .box{width:100%; margin:0 0 2rem 0;}

	.sp_on{display: inline;}	
	.pc_on{display: none;}

	}

