/*
Theme Name:custom theme
Description:カスタムテーマ
Author: app_murata
Version:1.0.0
*/
/*こちらを消したら準備中が消えます*/
.case-slider .swiper-slide-active::before {
	content: "comingsoon";
	background: rgba(0, 0, 0, .8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	z-index: 3;
	padding-top: 40%;
	font-size: max(4.2083vw, 2.8rem);
	font-weight: 500;
	color: #fff;
	line-height: 1;
}

/*ここまで*/
html {
	font-size: 62.5%;
}

body {
	font-size: 1.8rem;
	font-family: "Noto Serif JP", serif;
	margin: 0 auto;
}

h1 {
	margin: 0;
}

a {
	text-decoration: none;
	color: #000;
}

img {
	max-width: 100%;
	vertical-align: middle;
	width: 100%;
}

* {
	box-sizing: border-box;
}

.font-notosans {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

p,
h1,
h2,
h3 {
	letter-spacing: 0.1em;
}

.sp-only {
	display: none;
}

@media screen and (max-width: 680px) {
	p {
		letter-spacing: 0;
	}

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}

/* =============================================
	mobile menu settings
=============================================　*/
#menu-button {
	visibility: visible;
	opacity: 1;
	z-index: 900;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	height: 100%;
	width: max(7.8125vw, 5.2rem);
}

#main-menu-container {
	position: fixed;
	z-index: 700;
	top: 0;
	left: 0;
	right: auto;
	bottom: auto;
	overflow-y: auto;
	background-color: rgba(255, 255, 255, 0.8);
	display: block;
	width: 100vw;
	height: 100vh;
	transition: opacity .3s linear;
	opacity: 0;
	pointer-events: none;
}

#main-menu-container.is-active {
	opacity: 1;
	pointer-events: auto;
}

#menu-button.nav-on {
	visibility: visible;
	opacity: 1;
}

#menu-button .ham-lines {
	position: relative;
	width: 110px;
	height: 40px;
}

#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	position: absolute;
	display: block;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: max(3.73vw, 3.8rem);
	height: 5px;
	background-color: #D9D9D9;
	border-radius: 1px;
}

#menu-button .ham-lines span {
	bottom: 50%;
	transform: translateY(50%);
	transition: all .25s .25s;
	opacity: 1;
}

#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
	content: "";
}

#menu-button .ham-lines::before {
	bottom: auto;
	top: 0;
	animation: menu-bar01 .75s forwards;
}

#menu-button .ham-lines::after {
	bottom: 0;
	animation: menu-bar03 .75s forwards;
}

#menu-button .ham-text {
	font-size: 12px;
	line-height: 1;
}

#menu-button.is-active .ham-lines span {
	opacity: 0;
}

#menu-button.is-active .ham-lines::before {
	animation: active-menu-bar01 .5s forwards;
}

#menu-button.is-active .ham-lines::after {
	animation: active-menu-bar03 .5s forwards;
}

@keyframes menu-bar01 {
	0% {
		transform: translateY(30px) rotate(45deg);
	}

	50% {
		transform: translateY(30px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@keyframes menu-bar03 {
	0% {
		transform: translateY(-30px) rotate(-45deg);
	}

	50% {
		transform: translateY(-30px) rotate(0);
	}

	100% {
		transform: translateY(0) rotate(0);
	}
}

@keyframes active-menu-bar01 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(30px) rotate(0);
	}

	100% {
		transform: translateY(15px) rotate(45deg);
	}
}

@keyframes active-menu-bar03 {
	0% {
		transform: translateY(0) rotate(0);
	}

	50% {
		transform: translateY(-20px) rotate(0);
	}

	100% {
		transform: translateY(-20px) rotate(-45deg);
	}
}

/* Mobile Menu Button end */
/*-------header------*/
header {
	background: rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}

.hdgroop {
	display: flex;
	align-items: center;
}

header .logo-wrap {
	width: auto;
	display: block;
	padding: 16px 0 16px 2.184%;
}

.hdadd {
	margin-left: 4.5%;
}

.hdadd span {
	display: block;
	color: #333;
	font-size: max(1.04vw, 1.5rem);
}

.hdadd span:first-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hdadd span:first-child::after {
	content: "";
	display: block;
	width: 3.91vw;
	background: #000;
	height: 1px;
}

.hdadd span:last-child {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	white-space: pre;
}

.linkbox {
	display: flex;
	height: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.telbox {
	background: #5A595A;
	color: #fff;
}

.telbox span:first-child {
	font-size: 1.04vw;
}

.telbox span:last-child {
	font-size: 1.77vw;
	display: flex;
	align-items: end;
	padding: 0 1.029em;
}

.telbox span:last-child::before {
	content: "";
	display: block;
	background: url(../../uploads/2025/11/phone-icon.png) no-repeat;
	background-size: contain;
	width: 1.67vw;
	height: 32px;
	margin-right: 0.625em;
}

.reservebox {
	background: #fff;
	color: #333;
}

.reservebox span {
	font-size: 2.45vw;
	line-height: 1;
	display: flex;
	justify-content: center;
	padding: 0 0.553em;
}

.reservebox span::before {
	content: "";
	display: block;
	background: url(../../uploads/2025/11/reserve-icon.png) no-repeat;
	background-size: contain;
	width: 3.18vw;
	height: 56px;
}

.main-menu {
	margin: 17rem 0;
	padding: 0;
	text-align: center;
}

li.menu-item {
	list-style: none;
	padding: 0;
	font-size: 3.2rem;
	margin-bottom: 1em;
}

@media screen and (max-width: 680px) {
	body header {
		background: none;
		align-items: flex-start;
	}

	header .hdfirst {
		flex-direction: column;
	}

	header .logo-wrap {
		padding: 1.3rem 2.184%;
		width: 193px;
		height: auto;
		background: rgba(0, 0, 0, .3);
	}

	.hdgroop .pc-only {
		display: none;
	}

	.main-menu {
		margin: 5rem 0;
	}

	li.menu-item {
		font-size: 2rem;
		margin-bottom: 1em;
	}

	header #menu-button {
		height: 52px;
	}

	body #menu-button .ham-lines {
		position: relative;
		width: 38px;
		height: 26px;
	}

	#menu-button .ham-lines span,
	#menu-button .ham-lines::before,
	#menu-button .ham-lines::after {
		height: 3px;
	}

	@keyframes active-menu-bar01 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(30px) rotate(0);
		}

		100% {
			transform: translateY(10px) rotate(45deg);
		}
	}

	@keyframes active-menu-bar03 {
		0% {
			transform: translateY(0) rotate(0);
		}

		50% {
			transform: translateY(-30px) rotate(0);
		}

		100% {
			transform: translateY(-12px) rotate(-45deg);
		}
	}
}

/*-------slider------*/

/*-------contacct------*/
.contact_inner {
	background: url(../../uploads/2025/11/bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 9.3rem 4.6875%;
	padding: 5.95% 5.5208% 5.28%;
}

.contact_inner h1 {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.2em;
	font-size: max(5.2083vw, 5rem);
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin: 0 0 1.2em;
}

.contact_inner_wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	padding: 50px 2.85%;
	background: #fff;
}

.contact_inner .inner-pt {
	border: 1px solid #E6E6E6;
	padding: 3.6rem 5.2%;
}

.contact_inner .inner-font {
	font-size: max(1.875vw, 1.9rem);
	text-align: center;
	margin: 0 0 3.6rem 0;
}

.contact_inner .inner-addbox {
	font-family: "Noto Sans JP", sans-serif;
	font-size: max(1.04vw, 2rem);
	color: #fff;
	background: #A17D27;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4rem;
}

.contact_inner .inner-addbox p:first-child {
	position: relative;
}

.contact_inner .inner-addbox p:first-child::after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	top: 0;
	right: -16%;
}

.contact_inner .inner-pt2 ul {
	margin: 0rem 0 0;
	padding: 0;
	height: 100%;
	margin: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact_inner .inner-pt2 ul li {
	font-size: 2rem;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 100;
	margin-bottom: 1.15em;
	list-style: none;
	display: flex;
	align-items: center;
}

.contact_inner .inner-pt2 ul li::before {
	content: "";
	display: block;
	background: url(../../uploads/2025/11/icon_ck.png) no-repeat;
	width: 2rem;
	height: 1.6rem;
	margin: 0 2.8rem 0 3.6rem;
}

.contact_inner .inner-pt2 ul li:last-child {
	margin-bottom: 0;
}

.inner-font span {
	font-size: 67%;
	display: block;
}

.contact_inner .inner-pt2 {
	border: 1px solid #E6E6E6;
}

.contact_inner .inner-pt3 {
	background: #F3F3F3;
	grid-column: 1 / span 2;
	width: 100%;
	padding: 3.2rem 0;
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
}

.contact_telbox {
	background: #333;
	width: 350px;
	padding: 5px;
}

.contact_telbox-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid #fff;
	padding: 0.7em 0;
}

.contact_telbox span {
	font-weight: bold;
	color: #fff;
}

.contact_telbox span:first-child {
	font-size: 2rem;
}

.contact_telbox span:last-child {
	font-size: 3.4rem;
	line-height: 1;
}

.contact_reservebox {
	width: 350px;
	background: #fff;
	border: 1px solid #000;
	display: flex;
	align-items: center;
	position: relative;
}

.contact_reservebox span {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 3.4rem;
	line-height: 1;
	width: 100%;
	gap: 1rem
}

.contact_reservebox span::before {
	content: "";
	display: block;
	background: url(../../uploads/2025/11/reserve-icon.png) no-repeat;
	background-size: contain;
	width: 31px;
	height: 30px;
}

.line_box .line_box_inner span::before {
	content: "";
	display: block;
	background: url(../../uploads/2025/11/line-icon.png) no-repeat;
	background-size: contain;
	width: 31px;
	height: 30px;
}

.contact_reservebox span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: #000;
	display: block;
	width: 38px;
	height: 1px;
}

.contact-txt {
	text-align: center;
	font-size: max(2.34375vw, 2.4rem);
}

.contact_inner .txt-in {
	margin: 0;
}

.line_box_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background: #06c755;
	position: relative;
}

.line_box_inner span {
	color: #fff;
	font-size: 3.4rem;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	gap: 1rem;
	line-height: 1;
}

.line_box {
	width: 350px;
}

.line_box_inner::after {
	content: "";
	background: #fff;
	display: block;
	width: 38px;
	height: 1px;
	position: absolute;
	right: 0;
	top: 50%;
}

@media screen and (max-width: 680px) {
	.contact_inner h1 {
		letter-spacing: 0.1em;
	}

	.contact_inner {
		margin: 3.5rem 4.6875%;
		padding: 5.95% 4.6875% 5.28%;
	}

	.contact_inner_wrap {
		display: flex;
		flex-direction: column;
	}

	.inner-pt3 {
		flex-direction: column;
	}

	.contact_telbox {
		width: 100%;
	}

	.contact_telbox span:last-child {
		font-size: 2.8rem;
		letter-spacing: .1em;
	}

	.contact_telbox span:first-child {
		font-size: 1.5rem;
	}

	.contact_inner .inner-font {
		margin: 0 0 1rem 0;
	}

	.contact_inner .inner-addbox {
		flex-direction: column;
		gap: 0rem;
	}

	.contact_inner .inner-addbox p:first-child {
		font-size: 2rem;
		border-bottom: 1px solid;
		width: 86%;
		margin: auto;
		text-align: center;
		padding: .5em 0;
	}

	.contact_inner .inner-addbox p:last-child {
		margin: 2rem 0;
	}

	.contact_inner .inner-pt {
		padding: 1.8rem 5.2%;
		border: 1px solid #000;
	}

	.contact_inner .inner-pt2 {
		border: 1px solid #000;
	}

	.contact_inner .inner-pt2 ul li {
		font-size: 1.5rem;
	}

	.contact_inner .inner-pt2 ul li::before {
		margin: 0 2rem;
	}

	.contact_inner .inner-pt2 ul {
		margin: 3rem 0;
	}

	.contact_reservebox span {
		font-size: 2.8rem;
	}

	.line_box_inner span {
		font-size: 2.8rem;
	}

	.contact_reservebox {
		width: 100%;
		padding: 1em 0;
	}

	.contact_inner .inner-pt3 {
		padding: 3rem 2.5%;
		gap: 2rem;
	}

	.contact_inner .inner-addbox p:first-child::after {
		content: none;
	}

	.line_box_inner {
		padding: 1em 0;
	}

	.line_box {
		width: 100%;
	}
}

/*end*/
/*section1*/
.section_bg {
	background: #F4F2EE;
}

.section_inner1 {
	background: url(../../uploads/2025/11/bg2.png) no-repeat;
	padding: 6rem 15.1042% 12rem;
	background-size: cover;
}

.section_inner1 .inner-pt1 {
	font-size: 1.8rem;
	margin: 0 0 6rem;
	line-height: 2em;
}

.section_inner1 .inner-pt2 {
	border: 1px solid #000;
	border-width: 1px 0 1px 0;
	padding: 2rem 0;
	margin: 0 0 6rem;
}

.section_inner1 .inner-pt2 h2 {
	background: #926E55;
	color: #fff;
	font-size: 3rem;
	font-weight: bold;
	text-align: center;
	margin: 0;
	line-height: 2.5;
}

.section_inner1 .inner_wrap {
	display: flex;
	align-items: stretch;
	gap: 2.5rem;
}

.section_inner1 .inner_wrap {
	margin-bottom: 11rem;
}

.section_inner1 .co {
	font-family: "Noto Sans JP", sans-serif;
	display: flex;
	flex-direction: column;
	flex: 1;
	background: #fff;
}

.section_inner1 .co h3 {
	font-size: 2.2rem;
	margin: 0;
	background: #A17D27;
	color: #fff;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	padding: 3rem 0;
}

.section_inner1 .co p {
	font-size: 1.8rem;
	line-height: 2;
	font-weight: 400;
	margin: 0;
	padding: 3rem 4.5rem;
}

.section_inner1 .inner-pt4,
.inner_all {
	background: #F4F2EE;
	border: 1px solid #000;
	margin: 7rem 0 0;
}

.section_inner1 .inner-pt4 p,
.inner_all p {
	font-size: 2.8rem;
	text-align: center;
	line-height: 2.25;
}

.section_inner1 .inner-pt4 p span,
.inner_all p span {
	font-size: 120%;
	color: #A17D27;
	font-weight: 500;
}

.inner_all p small {
	font-size: 99.95%;
}

@media screen and (max-width: 680px) {
	.section_inner1 {
		padding: 3rem 1.7rem;
		background: none;
	}

	.section_inner1 .inner-pt2 h2 {
		font-size: 1.8rem;
		line-height: 1.5;
		padding: 1.2em 0;
	}

	.section_inner1 .inner-pt2 {
		padding: 1rem 0;
		margin: 0 0 3rem;
	}

	.section_inner1 .inner_wrap {
		flex-direction: column;
		margin-bottom: 2.5rem;
	}

	.section_inner1 .co h3 {
		font-size: 1.8rem;
		padding: 1em;
	}

	.section_inner1 .co p {
		padding: 1.7rem 3rem;
	}

	.section_inner1 .inner-pt4,
	.inner_all {
		margin: 2.5rem 0 0;
	}

	.section_inner1 .inner-pt4 p,
	.inner_all p {
		font-size: 2.2rem;
		text-align: center;
		line-height: 2;
	}
}

/*section2*/
.section_inner2 {
	padding: 10rem 7.0833% 20rem;
	background: url(../../uploads/2025/11/bg6-scaled.jpg) no-repeat;
	background-size: 100% 100%;
}

.section_inner2 h1 {
	font-size: 10rem;
	color: #B2A694;
	text-align: center;
	font-weight: 400;
	line-height: 1;
}

.section_inner2 .subtit {
	text-align: center;
	font-size: 4rem;
}

.section_inner2 .co {
	display: grid;
	grid-template-columns: 50% 45%;
	justify-content: space-between;
	margin-bottom: 220px;
}

.section_inner2 .co.colast {
	margin-bottom: 0;
}

a.btn-co {
	background: #A17D27;
	font-size: 1.6rem;
	padding: 10px 40px;
	position: absolute;
	right: -20px;
	bottom: -20px;
	border-radius: 50px;
	color: #fff;
	letter-spacing: .1em;
}

/* a.btn-co:before {
	content: "";
	background: url(../../uploads/2025/11/arrow.png) no-repeat right center;
	background-size: contain;
	width: 43px;
	height: 11px;
	display: block;
	position: absolute;
	right: -15px;
	top: 49%;
	transform: translateY(-50%);
} */

.section_inner2 .co.co__reverse {
	grid-template-columns: 45% 50%;
}

.section_inner2 .co h2 {
	font-size: max(1.875vw, 2.4rem);
	font-weight: 300;
	margin: 0;
	max-width: 7.29vw;
	position: relative;
}

.section_inner2 .co h2 span {
	color: #A17D27;
	font-size: 8rem;
}

.section_inner2 .co .txt-co {
	display: flex;
	border-top: 1px solid #000;
	justify-content: space-between;
	padding-top: 50px;
	transform: translateY(20px);
}

.section_inner2 .txt-co-wrap h3 {
	font-size: max(1.875vw, 1.8rem);
	font-weight: 400;
	line-height: 1.6;
	margin: 0 0 30px;
}

.section_inner2 .co h2::before {
	content: "";
	background: #000;
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
}

.section_inner2 .img-co {
	text-align: right;
}

.txt-co-wrap {
	max-width: 32.9vw;
}

.txt-co-wrap p {
	letter-spacing: 0.1em;
	line-height: 2;
	margin: 0;
}

.section_inner2 .co.co__reverse .img-co {
	text-align: left;
	order: -1;
}

@media screen and (max-width: 680px) {
	.section_inner2 h1 {
		font-size: 6rem;
	}

	.section_inner2 .subtit {
		font-size: 1.8rem;
	}

	.section_inner2 .co {
		grid-template-columns: 1fr;
	}

	.txt-co-wrap {
		max-width: 100%;
	}

	.txt-co-wrap p {
		font-size: 1.4rem;
	}

	.section_inner2 .co h2 span {
		font-size: 4.7rem;
	}

	.section_inner2 .co .txt-co {
		padding-top: 1.8rem;
		transform: none;
	}

	.section_inner2 .txt-co-wrap h3 {
		margin: 0 0 1em;
	}

	.section_inner2 {
		padding: 2rem 3.05% 0;
	}

	.section_inner2 .co h2 {
		padding: 0 .5em 0 0;
		margin: 0 .5em 0 0;
	}

	.section_inner2 .co.co__reverse {
		grid-template-columns: 1fr;
	}

	.section_inner2 .co {
		margin-bottom: 3rem;
	}

	.section_inner2 .co h2::before {
		top: 0px;
	}

	.section_inner2 .co.co__reverse .img-co {
		text-align: center;
		order: 1;
	}

	.section_inner2 .img-co {
		text-align: center;
		margin-top: 2rem;
	}

	a.btn-co:before {
		position: relative;
	}

	a.btn-co {
		position: relative;
		display: none;
	}

	.section_inner2 .co h2 {
		max-width: 30%;
		width: 100%;
	}
}

/*section3*/
.sec3 .inner-pt p {
	font-size: max(2.6042vw, 3.2rem);
	text-align: center;
	margin: 4rem 0 .5em;
}

.sec3 .inner-pt2 {
	text-align: center;
	margin-bottom: 4rem;
}

.sec3 .inner-pt2 p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	color: #fff;
	font-size: 2rem;
	line-height: 3em;
	padding: 0 2rem;
	text-align: center;
	background: #4AA34A;
	display: inline-block;
	margin: 0;
	letter-spacing: 0.25em;
}

.section_inner3 {
	background: url(../../uploads/2025/11/bg3.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 4rem 8.3333% 0;
}

.section_inner3 .co-item-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	gap: 7.25vw;
	margin-bottom: 6rem;
}

.section_inner3 .co {
	padding: 0 0 8rem;
}

.co-item.co-item-left {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 4rem;
}

.co-txt-block span {
	display: block;
}

.co-item.co-item-right {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 4rem;
	align-items: center;
}

.co-item.co-item-left .txt-m {
	font-size: 3.2rem;
}

.co-item.co-item-left .txt-l {
	font-size: 3.4rem;
}

.co-item.co-item-left .txt-s {
	font-size: 1.8rem;
}

span.co-period-txt {
	background: #d9d9d9;
	color: #fff;
	writing-mode: vertical-lr;
	text-orientation: upright;
	padding: 10px;
}

span.co-period-txt.periodblue {
	background: #9BA8ED;
}

span.co-period-txt.periodbpup {
	background: #E5DEFF;
}

.co-info-group {
	display: flex;
	flex-wrap: nowrap;
	gap: 3rem;
}

span.co-period-txt .txt-s {
	font-size: 1.2rem;
}

span.co-period-txt span:not(.txt-s) {
	writing-mode: rl-tb;
}

span.co-price-val {
	font-size: max(3.6458vw, 4rem);
	font-weight: 500;
	line-height: 1;
}

span.co-price-unit {
	font-size: 3rem;
}

span.co-price-note {
	font-size: max(1.0417vw, 2rem);
	text-align: right;
	margin-top: 0.5em;
}

.co-price-block {
	display: flex;
	flex-direction: column;
}

span.co-pay-desc {
	color: #FE4343;
	font-size: 2rem;
	display: block;
	text-align: center;
}

span.co-pay-label.bg-gray {
	background: #d9d9d9;
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	padding: 3px 15px 5px;
}

span.co-pay-val {
	font-size: 5rem;
}

span.co-pay-unit {
	font-size: 2rem;
}

.section_inner3 .inner-pt2 {
	text-align: center;
	margin: 0;
}

.section_inner3_1 {
	background: #F4F2F0;
	padding: 6.4rem 15.1042% 12rem;
}

.section_inner3_1 h2 {
	margin: 0 0 1em;
	line-height: 1.6;
	text-align: center;
	font-weight: 400;
	font-size: max(1.875vw, 1.9rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section_inner3_1 h2::before,
.section_inner3_1 h2::after {
	content: "";
	background: #000;
	width: 11.71875vw;
	height: 1px;
	display: block;
}

.section_inner3_1 p:not(.inner_all p) {
	letter-spacing: 0.1em;
	line-height: 2.25em;
	margin: 0 0 8rem;
}

.section_inner3_1 .co {
	background: #fff;
	border: 1px solid #562E19;
}

.section_inner3_1 .co h3 {
	margin: 0;
	background: #562E19;
	color: #fff;
	text-align: center;
	font-size: max(1.4583vw, 1.8rem);
	line-height: 2;
	font-weight: 300;
}

.section_inner3_1 .co-item {
	display: flex;
	align-items: flex-start;
	padding: 4rem 0 6rem 5.2083%;
}

.section_inner3_1 .co-item ul {
	margin: 0;
	padding: 0;
}

.section_inner3_1 .co-item ul li {
	margin: 0 0 4rem;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	font-weight: 300;
}

.section_inner3_1 .co-item ul li:last-child {
	margin: 0;
}

.section_inner3_1 .co-item ul li::before {
	content: "";
	display: block;
	background: url(../../uploads/2025/11/icon_ck_pink.png) no-repeat;
	width: 1.8rem;
	height: 1.8rem;
	margin: 0 2.8rem 0 3.6rem;
}

@media screen and (max-width: 680px) {
	.section_inner3 {
		padding: 2rem 3% 0;
		background: none;
	}

	.section_inner3 .co {
		padding: 0;
	}

	.sec3 .inner-pt p {
		margin: 0 3% .5em;
	}

	.sec3 .inner-pt2 p {
		font-size: 1.8rem;
		letter-spacing: 0;
		line-height: 2em;
		padding: 0 3%;
		margin: 0 3%;
	}

	.co-item.co-item-left .txt-m {
		font-size: 2rem;
	}

	.co-item.co-item-left .txt-l {
		font-size: 2.4rem;
	}

	.co-info-group {
		gap: 2rem;
		flex-direction: column;
	}

	span.co-period-txt {
		writing-mode: unset;
		display: block;
		text-orientation: unset;
		display: inline-block;
	}

	.co-payment-group {
		margin: auto;
	}

	.co-item.co-item-right {
		gap: 2rem;
		flex-direction: column;
	}

	.section_inner3_1 {
		background: #F4F2F0;
		padding: 2rem 3%;
	}

	.section_inner3_1 h2::before,
	.section_inner3_1 h2::after {
		width: 3rem;
	}

	.section_inner3_1 p:not(.inner_all p) {
		line-height: 2em;
		margin: 0 0 5rem;
	}

	.section_inner3_1 .co-item {
		display: block;
		padding: 3rem 0;
	}

	.section_inner3_1 .co-item ul li::before {
		margin: 0 1em;
		position: absolute;
		left: 0;
	}

	.section_inner3_1 .co-item ul li {
		margin: 0 0 4rem;
		padding: 0 0 0 54px;
		position: relative;
	}

	.section_inner3_1 .co-item ul li:last-child {
		margin: 0 0 4rem;
	}

	body .section_inner3 .co-item-wrap {
		gap: 2rem;
		flex-direction: column;
	}
}

/*section4*/
.section_inner4 {
	background: url(../../uploads/2025/11/bg4.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 10rem 15.1042% 16rem;
}

.section_inner4 h1 {
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.2em;
	font-size: max(5.2083vw, 4.2rem);
	font-weight: 400;
	text-align: center;
	line-height: 1;
	margin: 0 0 .4em;
	color: #525252;
}

.section_inner4 .subtit {
	color: #fff;
	font-size: max(2.0833vw, 3rem);
	text-align: center;
	margin: 0 0 1.5em;
	font-weight: 500;
}

.section_inner4 h2 {
	font-size: max(2.0833vw, 2rem);
	color: #fff;
	background: #926E55;
	text-align: center;
	margin: 0 0 1em;
	padding: 0.75em 0;
}

.section_inner4 table {
	background: #fff;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.section_inner4 table th {
	background: #333;
	color: #fff;
	font-weight: 300;
}

.section_inner4 table tr {
	border-bottom: 1px solid #8E98A1;
}

.section_inner4 table td p {
	font-size: 1.8rem;
	color: #000;
}

.section_inner4 table tr .bg-ch {
	background: #F3F3F3;
	border: solid #8E98A1;
	border-width: 0 1px 0 0;
}

.section_inner4 .img-on {
	text-align: center;
	vertical-align: top;
}

.section_inner4 .img-on img {
	margin: 1.7em 0;
	width: auto;
}

.section_inner4 .img-on p {
	margin: 0.5em 0 0;
	font-size: 2.4rem;
}

.section_inner4 table td:not(.img-on) {
	line-height: 3.2em;
	padding-left: 1em;
}

.section_inner4 table td:last-child {
	border: solid #8E98A1;
	border-width: 0 0 0 1px;
}

.td-fix {
	vertical-align: top;
	padding: 1em 0 0;
}

@media screen and (max-width: 680px) {
	.section_inner4 {
		padding: 7rem 3% 7rem;
	}

	.section_inner4 h1 {
		letter-spacing: 0.1em;
	}

	.section_inner4 table {
		white-space: nowrap;
		width: auto;
	}

	.table_scrolwrap {
		overflow: auto;
	}
}

/*section5*/
.section_inner5 h1 {
	font-size: 10rem;
	color: #B2A694;
	text-align: center;
	font-weight: 400;
	line-height: 1;
}

.section_inner5 .subtit {
	text-align: center;
	font-size: 4rem;
}

.section_inner5 .co-bg {
	background: url(../../uploads/2025/11/bg5.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 8rem 15.1042% 12.8rem;
	margin: 0 0 4rem;
}

.section_inner5 .co {
	background: #fff;
	display: flex;
	gap: 3.3em;
	padding: 6.2rem 3.6458% 7.8rem;
	position: relative;
}

.section_inner5 .co:not(.last-co)::after {
	content: "";
	background: url(../../uploads/2025/11/arrow_2.png) no-repeat;
	display: block;
	position: absolute;
	width: 30px;
	height: 93px;
	bottom: 0;
	right: 50%;
	transform: translate(50%, 80%);
}

.section_inner5 .txt-co {
	width: 55%;
}

.section_inner5 .txt-co h2 {
	font-size: max(1.875vw, 2.6rem);
	font-weight: 400;
}

.section_inner5 .txt-co h2 span {
	font-size: max(4.1667vw, 3.5rem);
	color: #A17D27;
	margin-right: 0.35em;
	letter-spacing: 0.1em;
}

.section_inner5 .txt-co p {
	letter-spacing: 0.1em;
	line-height: 1.4;
}

@media screen and (max-width: 680px) {
	.section_inner5 .subtit {
		font-size: 1.9rem;
	}

	.section_inner5 .co-bg {
		padding: 0rem 3% 2rem;
		margin: 0 0 4rem;
	}

	.section_inner5 .co {
		flex-direction: column;
		gap: 1em;
		padding: 0rem 3.6458% 4rem;
	}

	.section_inner5 .txt-co {
		width: 100%;
	}

	.section_inner5 .co:not(.last-co)::after {
		background-size: 100% 100%;
		display: block;
		position: absolute;
		width: 8px;
		height: 45px;
		transform: translate(50%, 30%);
	}
}

/*section6*/
.section_inner6 {
	padding: 8rem 17.708%;
}

.section_inner6 h1 {
	font-size: 10rem;
	color: #B2A694;
	text-align: center;
	font-weight: 400;
	line-height: 1;
}

.section_inner6 .subtit {
	text-align: center;
	font-size: 4rem;
}

@media screen and (max-width: 680px) {
	.section_inner6 h1 {
		font-size: 4.2rem;
	}

	.section_inner6 .subtit {
		font-size: 1.9rem;
	}

	.section_inner6 {
		padding: 0rem 3%;
	}

	body .case-slider .swiper-slide {
		padding: 0 3% 2rem;
	}

	body .case-slider .swiper-slide h2 {
		font-size: 2rem;
	}

	body .sliderwrap h3 {
		font-size: 1.4rem;
		line-height: 2;
	}

	.swiper-slide table th {
		font-size: 1.2rem;
		line-height: 1;
	}

	.swiper-slide table td {
		font-size: 1.2rem;
	}

	body .sliderwrap {
		margin: 0 0 2rem;
	}

	.section_inner5 h1 {
		font-size: 4.2rem;
	}
}

/*section6 slider*/
.case-slider .swiper-slide {
	background: #F3F3F3;
	padding: 0 5.7292vw 10rem;
}

.case-slider .swiper-slide h2 {
	text-align: center;
	font-size: 4rem;
	font-weight: 400;
}

.sliderwrap {
	display: flex;
	justify-content: space-between;
	margin: 0 0 4.5rem;
	position: relative;
}

.sliderwrap h3 {
	background: #fff;
	font-weight: 400;
	font-size: 2.4rem;
	text-align: center;
	border: 1px solid #000;
	line-height: 2;
	margin: 0 0 1em;
}

.sliderbefor:after {
	content: "";
	background: #E67A7A;
	display: block;
	width: 15px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(50% 50%);
	clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.swiper-slide table {
	width: 100%;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.1em;
}

.swiper-slide table th {
	background: #8E98A1;
	color: #fff;
	font-weight: 400;
	line-height: 3;
	text-align: left;
	padding: 0 0 0 1em;
}

.swiper-slide table td {
	border: solid #8E98A1;
	border-width: 1px 1px 0 0;
	text-align: left;
	padding: 0 0 0 1em;
}

.swiper-slide table tr:last-child td {
	border-width: 1px 1px 1px 0;
}

.case-slider .swiper-button-next,
.case-slider .swiper-button-prev {
	color: #A17D27;
}

/*section7*/
.section_inner7 {
	background: #F4F2F0;
	padding: 18rem 15.1042%;
}

.section_inner7 h1 {
	font-size: 10rem;
	color: #B2A694;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}

.section_inner7 .subtit {
	text-align: center;
	font-size: 4rem;
}

.section_inner7 .table-box {
	background: #fff;
	padding: 4rem 8rem;
	margin: 0 auto 4rem;
	width: 85%;
}

.section_inner7 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

.section_inner7 table th {
	color: #000;
	line-height: 3;
	font-weight: 300;
	text-align: left;
	padding-left: 2em;
	border-top: 1px solid #000;
}

.section_inner7 table td {
	border-top: 1px solid #000;
}

.section_inner7 table tr:last-child td,
.section_inner7 table tr:last-child th {
	border-bottom: 1px solid #000;
}

.section_inner7 .img-co {
	text-align: center;
	margin-bottom: 6rem;
}

.section_inner7 table caption {
	caption-side: bottom;
	text-align: center;
	line-height: 3;
}

.section_inner7 h2 {
	border: solid #926E55;
	border-width: 1px 0 1px 0;
	text-align: center;
}

.section_inner7 h2 span {
	background: #926E55;
	font-size: 3rem;
	display: block;
	color: #fff;
	margin: .5em 0;
	line-height: 3;
}

.section_inner7 .font-ch {
	font-size: 2.4rem;
	text-align: center;
}

.section_inner7 .font-ch2 {
	font-size: 2.4rem;
	text-align: left;
	margin: 0 0 15rem;
	letter-spacing: 0.1em;
	font-weight: 300;
	line-height: 2;
}

.section_inner7 .icon-wrap {
	display: flex;
	justify-content: space-evenly;
	align-items: stretch;
	margin: 10rem 0 6rem;
}

.section_inner7 .icon-inner {
	background: #fff;
	max-width: 300px;
	width: 100%;
	height: 300px;
	border-radius: 100%;
}

.section_inner7 .icon-inner img {
	display: block;
	margin: 2em auto;
	width: auto;
}

.section_inner7 .icon-inner.icon-inner-fix img {
	display: block;
	margin: 3em auto;
}

.section_inner7 .co {
	border: 1px solid #000;
	margin: 0 auto 6rem;
	padding: 6rem 4rem 4.3rem;
	width: 80%;
}

.section_inner7 .co.co-last {
	background: #fff;
	border: none;
	margin: 0 auto;
	padding: 6rem 4rem 4.3rem;
	width: 80%;
}

.section_inner7 .co.co-last {
	text-align: center;
}

.section_inner7 .co h3 {
	text-align: center;
	font-weight: 300;
	font-size: 3rem;
	margin: 0;
}

.section_inner7 .co p {
	letter-spacing: 0.1em;
	line-height: 3;
}

@media screen and (max-width: 680px) {
	.section_inner7 {
		padding: 2rem 3%;
	}

	.section_inner7 h1 {
		font-size: 4.2rem;
	}

	.section_inner7 .subtit {
		font-size: 1.9rem;
	}

	.section_inner7 table {
		width: 100%;
		margin: 0;
	}

	.section_inner7 .table-box {
		background: #fff;
		padding: 2rem 1rem;
		margin: 0 auto 2rem;
		width: 98%;
	}

	.section_inner7 table th {
		padding-left: 1em;
		line-height: 2;
	}

	.section_inner7 table td {
		padding-left: 1em;
	}

	.section_inner7 h2 span {
		font-size: 1.8rem;
	}

	.section_inner7 .font-ch {
		font-size: 1.8rem;
	}

	.section_inner7 .icon-wrap {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
	}

	.section_inner7 .icon-inner {
		max-width: 177px;
		width: 100%;
		height: 177px;
	}

	.section_inner7 .icon-wrap .icon-inner:first-child {
		grid-row: 1;
		grid-column: 1 / 3;
		margin: auto;
	}

	.section_inner7 .icon-wrap .icon-inner:nth-child(2) {
		grid-row: 2;
		grid-column: 1;
	}

	.section_inner7 .icon-inner img {
		width: 58px;
		height: auto;
		margin: 1em auto;
	}

	.section_inner7 .icon-inner.icon-inner-fix img {
		margin: 2em auto;
	}

	.section_inner7 .font-ch2 {
		font-size: 1.6rem;
		margin: 0 0 2rem;
	}

	.section_inner7 .co,
	.section_inner7 .co.co-last {
		padding: 2rem 2rem;
		width: 100%;
		text-align: left;
		margin: 0 0 3rem;
	}

	.section_inner7 .co h3 {
		font-size: 1.8rem;
	}

	.section_inner7 .co p {
		font-size: 1.6rem;
		line-height: 2;
	}
}

/*section8*/
.section_inner8 {
	padding: 10rem 17.7083% 14rem;
}

.section_inner8 h1 {
	font-size: 10rem;
	color: #B2A694;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}

.section_inner8 .subtit {
	text-align: center;
	font-size: 4rem;
}

/*section8--acc*/
.accordion {
	max-width: 100%;
	margin: 0 auto 60px;
	padding: 0;
}

.accordion li {
	margin-bottom: 15px;
	padding: 0 0 20px;
	list-style: none;
}

.accordion li.is-open .hide {
	display: none;
}

.accordion .accordion-a-inner {
	padding: 4rem;
	background: #F4F2F0;
}

.accordion .accordion-a {
	display: none;
	overflow: hidden;
}

.accordion .accordion-q-content {
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	text-align: left;
	line-height: 3;
	color: #fff;
	padding: 0 0 0 3rem;
}

.accordion-icon {
	font-size: 2.4rem;
	font-family: "Noto Serif JP", serif;
	background: #562E19;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	line-height: 1;
	height: 100%;
}

.accordion .accordion-a {
	font-family: "Noto Sans JP", sans-serif;
}

.accordion .accordion-q button {
	cursor: pointer;
	display: grid;
	grid-template-columns: 60px auto auto;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #926E55;
	border: none;

}

.accordion .accordion-q .accordion-q-icon {
	position: relative;
	text-align: right;
	height: 100%;
}

.accordion .accordion-q .accordion-q-icon svg {
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

@media screen and (max-width: 680px) {
	.section_inner8 {
		padding: 2rem 3%;
	}

	.section_inner8 h1 {
		font-size: 4.2rem;
	}

	.section_inner8 .subtit {
		font-size: 1.9rem;
	}

	.accordion .accordion-q-content {
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 1em 0 1em .5em;
	}

	.accordion .accordion-q button {
		grid-template-columns: 40px auto 40px;
	}

	.accordion .accordion-a-inner {
		padding: 2rem;
		font-size: 1.6rem;
	}
}

/*section9*/
.section_inner9 {
	padding: 0 0 13rem;
}

.section_inner9 h1 {
	font-size: 10rem;
	color: #B2A694;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}

.section_inner9 .subtit {
	text-align: center;
	font-size: 4rem;
}

.section_inner9 .cotit {
	background: url(../../uploads/2025/11/sec9-co.jpg) no-repeat right top;
	background-size: auto;
	padding: 120px 0;
}

.section_inner9 h2 {
	background-color: #A17D27;
	margin: 0;
	color: #fff;
	font-size: max(1.5625vw, 1.8rem);
	width: 71.2917%;
	line-height: 5em;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 1.5em;
	letter-spacing: 0.1em;
}

.section_inner9 h2::before {
	content: "";
	background: #fff;
	display: block;
	width: 15.1042%;
	height: 1px;
}

.section_inner9 .co-wrap {
	display: flex;
	align-items: flex-start;
}

.section_inner9 .co-wrap .co-tit {
	font-size: 5.2083vw;
	writing-mode: vertical-lr;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin: 0 1.5em;
}

.section_inner9 .co-desc {
	font-weight: 300;
	letter-spacing: 0.1em;
	padding: 0 8rem 0 0;
}

.section_inner9 .co-desc-wrap {
	display: flex;
}

.section_inner9 .co-desc-wrap p {
	font-size: 2.4rem;
	font-weight: 400;
	font-family: "Noto Serif JP", serif;
	margin: 0;
}

.co-desc .co-desctxt {
	line-height: 2;
}

.section_inner9 .co-img {
	width: 100%;
}

.section_inner9 .co-img img {
	width: auto;
}

.section_inner9 ul {
	margin: 0;
}

.section_inner9 ul li {
	list-style: none;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 2em;
}

.section_inner9 ul li::before {
	content: "●";
	font-size: 30%;
	vertical-align: middle;
	margin: 0 1em 0 0;
}

.section_inner9 ul li:first-child:before {
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
}

.section_inner9 ul .s_stile:before {
	font-size: 15%;
}

.section_inner9 .docter-name {
	font-family: "Noto Serif JP", serif;
	font-size: 5rem;
	margin: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.section_inner9 .docter-name span:first-child {
	font-size: 40%;
	border: 1px solid #000;
	padding: .3em;
	vertical-align: middle;
}

.docter-name span:last-child {
	display: flex;
	align-items: center;
}

.docter-name span:last-child::before {
	content: "";
	background: #000;
	display: block;
	width: 9.0625vw;
	margin: 0 0.5em 0 -0.1em;
	height: 1px;
}

.section_inner9 .docter-name.sp-only {
	display: none;
}

@media screen and (max-width: 680px) {
	.section_inner9 h1 {
		font-size: 4.2rem;
	}

	.section_inner9 .subtit {
		font-size: 1.9rem;
	}

	.section_inner9 h2::before {
		content: none;
	}

	.section_inner9 h2 {
		width: 100%;
		line-height: 2;
		justify-content: center;
		text-align: center;
		padding: 1em 0;
		margin: 0 0 1em 0;
	}

	.section_inner9 .cotit {
		background: none;
		padding: 0;
	}

	.co-desc .co-desctxt {
		font-size: 1.6rem;
		border-left: 1px solid #000;
		margin: 0 0 2.8rem 0;
		padding: 0 0 0 0.5em;
	}

	.section_inner9 .co-desc {
		padding: 0;
	}

	.section_inner9 .co-desc-wrap {
		flex-direction: column;
	}

	.section_inner9 ul li {
		font-size: 1.6rem;
	}

	.section_inner9 ul {
		padding: 0;
	}

	.section_inner9 .co-wrap .co-tit {
		margin: 0 .5em;
	}

	.section_inner9 .docter-name.pc-only {
		display: none;
	}

	.section_inner9 .docter-name {
		font-size: 3rem;
		justify-content: center;
		padding: 1em 0;
	}

	.section_inner9 .co-img {
		width: 90%;
		margin: auto;
	}

	.section_inner9 .co-desc-wrap p {
		font-size: 2rem;
	}

	.section_inner9 {
		padding: 0 0 6rem;
	}
}

/*section10*/
.section_inner10 {
	padding: 0 6rem 9rem;
}

.section_inner10 h1 {
	font-size: 10rem;
	color: #B2A694;
	text-align: center;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}

.section_inner10 .subtit {
	text-align: center;
	font-size: 4rem;
}

.section_inner10 .co-img img {
	border-radius: 60px;
}

@media screen and (max-width: 680px) {
	.section_inner10 h1 {
		font-size: 4.2rem;
	}

	.section_inner10 .subtit {
		font-size: 1.9rem;
	}

	.section_inner10 {
		padding: 0 3% 9rem;
	}

	.section_inner10 .co-img img {
		border-radius: 30px;
	}
}

/*section11*/
.section_inner11 {
	background: #EEEEEE;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 13rem 4.1667% 6rem;
}

.section_inner11 .co-inner {
	display: flex;
	align-items: flex-start;
}

.section_inner11 .inner-right h2 {
	font-size: 6rem;
	border-left: 1px solid #000;
	writing-mode: vertical-lr;
	font-weight: 400;
	margin: 0 0 0 9rem;
	padding: 0 0 0 4.5rem;
}

.section_inner11 .inner-pt3 {
	display: flex;
	align-items: flex-start;
}

.inner-left .co-add,
.footerwrap .co-add {
	border: solid #000;
	border-width: 1px 1px 1px 0;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	margin: 5rem 0 4.3rem 0;
}

.inner-left .co-add span:first-child,
.footerwrap .co-add span:first-child {
	margin-top: -15px;
	background: #eee;
	width: 30%;
}

.inner-left .co-add span:last-child,
.footerwrap .co-add span:last-child {
	padding: 0 0 0 1em;
	line-height: 3em;
}

.time-table {
	font-family: "Noto Sans JP", sans-serif;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1.6rem;
	width: 100%;
	border: 1px solid #A17D27;
}

.time-table thead th {
	font-weight: 300;
	line-height: 3;
	text-align: left;
}

.time-table thead tr th:first-child {
	padding: 0 1em;
}

.time-table thead {
	background: #A17D27;
	color: #fff;
	font-size: 1.8rem;
}

.time-table td {
	line-height: 3;
	text-align: left;
}

.time-table tbody tr:first-child td {
	border-bottom: 1px solid #A17D27;
}

.time-table tbody tr td:first-child {
	padding: 0 1em;
}

.section_inner11 .linkwrap .inner-pt3 {
	align-items: stretch;
	justify-content: space-between;
}

.section_inner11 .innertxtleft {
	margin: 3rem 0;
}

.section-inner12 {
	padding: 5.7rem 0 0;
}

@media screen and (max-width: 680px) {
	.inner-left .co-add.pc-only {
		display: none;
	}

	.section_inner11 {
		flex-direction: column;
		padding: 2rem 3% 6.7rem;
		gap: 2rem;
	}

	.section_inner11 .linkwrap {
		width: 80%;
		margin: auto;
	}

	.section_inner11 .linkwrap .inner-pt3 {
		gap: 2rem
	}

	.section_inner11 .innertxtleft {
		font-size: 1.2rem;
	}

	.section_inner11 .inner-left {
		width: 100%;
	}

	.section_inner11 .co-table {
		width: 100%;
	}
}

/*section12*/
.section-inner12 .sectxt {
	padding: 10rem 15.1042%;
}

.section-inner12 .sectxt p {
	text-align: center;
	font-size: 3rem;
	font-weight: bold;
}

.section-inner12 h2 {
	border: solid #926E55;
	border-width: 1px 0 1px 0;
	text-align: center;
}

.section-inner12 h2 span {
	background: #926E55;
	font-size: 3rem;
	display: block;
	color: #fff;
	margin: .5em 0;
	line-height: 3;
}

@media screen and (max-width: 680px) {
	.section-inner12 .sectxt {
		padding: 10rem 3% 3rem;
	}

	.section-inner12 .sectxt p {
		font-size: 2rem;
	}
}

/*footer*/
.footerwrap {
	background: #EEEEEE;
	padding: 6rem 0 11rem;
}

.footer-inner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 7.2917vw;
	margin-bottom: 7rem;
}

.footerwrap .linkwrap {
	display: flex;
	justify-content: center;
}

.footerwrap .linkwrap .inner-pt3 {
	display: flex;
	justify-content: center;
	gap: 2rem;
	align-items: stretch;
}

.copyright-container {
	text-align: center;
	font-size: 1.4rem;
	background: #EEEEEE;
}

@media screen and (max-width: 680px) {
	.footer-inner {
		flex-direction: column;
		margin: 0 0 2rem;
	}

	.footerwrap {
		padding: 6rem 3% 11rem;
	}

	.inner-left .co-add span:first-child,
	.footerwrap .co-add span:first-child {
		margin-top: -15px;
		background: #eee;
		width: 32%;
	}

	.inner-left .co-add,
	.footerwrap .co-add {
		border-width: 1px 0px 1px 0;
	}

	.time-table tbody tr td:first-child {
		padding: 0 0 0 10px;
		font-size: 10px;
		text-align: left;
	}

	.time-table thead tr th:first-child {
		padding: 0 0 0 10px;
		text-align: left;
	}

	.time-table thead th {
		line-height: 2;
		text-align: center;
	}

	.time-table tbody tr td {
		text-align: center;
	}

	.footerwrap .linkwrap .inner-pt3 {
		gap: 2rem;
		width: 100%;
	}

	.footerwrap .co-add {
		margin: 5rem 0 0;
	}
}

@media screen and (max-width: 1600px) {
	.section_inner3 .co-item-wrap {
		gap: 2.25vw;
	}

	.section_inner11 {
		gap: 2.25vw;
	}
}
.chcolor{
	color:#A17D27;
}
.footer-left img{
	background: rgba(0, 0, 0, 0.2);
	padding:1em;
}
.sp-footer-icons-container {
	display: none;
	justify-content: space-around;
	align-items: center;
	position: fixed;
	z-index: 701;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-bottom: calc( env(safe-area-inset-bottom) / 2 );
	background: #4f4f4f;
}

.sp-footer-icons-container a span{
	display: block;
	font-size: 20px;
}
.sp-footer-icons-container a {
	display: block;
	width: 100%;
	line-height: 1;
	text-align: center;
	background-color: #fafafa;
	text-decoration: none;
	font-size:10px;
	padding: 2rem 0 2rem;
	border-left:1px solid #1f7bb6;
}
.sp-footer-icons-container .contact_reservebox span::before {
	content:none;
}
.sp-footer-icons-container .line_box_inner::after {
	content:none;
}
.sp-footer-icons-container .contact_reservebox span::after {
	content: none;
}
.sp-footer-icons-container a:first-child{
	border-left:0;
}
.sp-footer-icons-container .contact_telbox-inner{
	background:#333;
}
.sp-footer-icons-container .contact_reservebox {
	background:#fff;
}
.sp-footer-icons-container .contact_reservebox span{
	color:#000;
}
.sp-footer-icons-container .line_box_inner{
	background:#06c755;
}
@media screen and (max-width: 680px) { /* for tablet landscapes */
	.sp-footer-icons-container a {
/* 		border-color: #c9a66d; */
		color: #fff;
		border: none;
	}
	.sp-footer-icons-container{
		display:flex;
	}
}