@charset "utf-8";
/* ===================================================
	Base CSS
====================================================== */

/* Break Point
- pc*desktop / 1281px~
- laptop / 961px~1280px
- tablet / 769px~960px
- smartphone / ~768px
*/

:root {
	--f180: clamp(4rem, 14vw, 11rem);
	--f160: clamp(4rem, 12.5vw, 10rem);
	--f120: clamp(4rem, 9.375vw, 7.5rem);
	 /*1280px以上は120px、640px以下は72px、その間は可変*/
	--f100: clamp(3rem, 7.8vw, 6.25rem);
	 /*1280px以上は100px、640px以下は72px、その間は可変*/
	--f90: clamp(2.5rem, 7vw, 5.6rem);
	 /*1280px以上は90px、640px以下は72px、その間は可変*/
	--f66: clamp(2rem, 5.2vw, 4.1rem);
	 /*1280px以上は66px、640px以下は19px、その間は可変*/
	--f55: clamp(1.8rem, 4.3vw, 3.4rem);
	 /*1280px以上は44px、640px以下は19px、その間は可変*/
	--f44: clamp(1.8rem, 3.4vw, 2.8rem);
	 /*1280px以上は44px、640px以下は19px、その間は可変*/
	--f37: clamp(1.6rem, 2.9vw, 2.3rem);
	 /*1280px以上は33px、640px以下は24px、その間は可変*/
	--f33: clamp(1.18rem, 2.15vw, 2.06rem);
	 /*1280px以上は33px、640px以下は24px、その間は可変*/
	--f30: clamp(1.18rem, 2.15vw, 1.88rem);
	 /*1280px以上は30px、640px以下は24px、その間は可変*/
	--f27: clamp(1.18rem, 2.1vw, 1.67rem);
	 /*1280px以上は27px、640px以下は22px、その間は可変*/
	--f24: clamp(1.17rem, 1.87vw, 1.5rem);
	 /*1280px以上は24px、640px以下は19px、その間は可変*/
	--f21: clamp(1.06rem, 1.64vw, 1.3rem);
	 /*1280px以上は21px、640px以下は17px、その間は可変*/
	--f18: clamp(1.06rem, 1.4vw, 1.125rem);
	 /*1280px以上は18px、640px以下は17px、その間は可変*/
	--f17: clamp(1rem, 1.32vw, 1.06rem);
	 /*1280px以上は17px、640px以下は16px、その間は可変*/
	--f15: clamp(0.88rem, 1.171vw, 0.9375rem);
      /*1280px以上は15px、640px以下は14px、その間は可変*/
	--f14: clamp(0.81rem, 1.093vw, 0.875rem);
      /*1280px以上は14px、640px以下は13px、その間は可変*/
	--f13: clamp(0.75rem, 1.02vw, 0.812rem);
      /*1280px以上は13px、640px以下は12px、その間は可変*/
	--f11: clamp(0.63rem, 0.86vw, 0.69rem);
      /*1280px以上は11px、640px以下は10px、その間は可変*/
	--f10: clamp(0.56rem, 0.78vw, 0.625rem);
      /*1280px以上は10px、640px以下は9px、その間は可変*/

	/* 色指定 */
	--cl-point: #80a674;
	--cl-grad : #8aab83 35%, #c0d19b 100%;
	--cl-grad2 : #8aab83 35%, #99b46e 100%;
	--cl-grad3 : #709a67 55%, #99b46e 100%;
	--cl-01: #e4e8db;
}

body {
	min-height: 100vh; background: #fff; color: #181818;
	font-size: var(--f14); font-weight: normal; line-height: 1.5;
	font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
	-webkit-text-size-adjust: 100%; position: relative;
	font-feature-settings: "palt"; letter-spacing: 0.08em;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
html.pos_fix {
	overflow: hidden;
}

header,
nav,
footer,
section,
h1,
h2,
h3,
h4,
h5,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
span,
em,
strong,
img,
a { box-sizing: border-box; }
a { color: #181818; text-decoration: none; transition: opacity 0.5s ease; }

#lineup-font-size-sampler { bottom: 0; left: 0;}
iframe[name="google_conversion_frame"] { position: absolute; bottom: 0; left: 0;}

.v_rl { writing-mode: vertical-rl; font-feature-settings: "palt" 0; }
.ofi { object-fit: cover; }
.tab, .sp { display: none;}
.inner_md { width: 1200px; max-width: 92%; margin: 0 auto; }
.inner_sm { width: 1100px; max-width: 92%; margin: 0 auto; }

@media screen and (hover: hover) and (min-width: 769px) {
	a:hover { opacity: 0.7; }
}
@media screen and (min-width: 961px) {
	body { font-size: var(--f15); letter-spacing: 0.15em; }
}
@media screen and (max-width: 960px) {
	.tab { display: block; }
	.pc { display: none !important;}
}
@media screen and (max-width: 768px) {
	.sp { display: block; }
}


/* ---------------------------------------------------
	Base Layout
------------------------------------------------------ */
#contents_wrap {
	display: flex;
    flex-direction: row-reverse;
}
main {
	width: calc(100% - max(40px, 5.2vw));
}
@media screen and (min-width: 961px) {
	main {
		width: calc(100% - 90px);
	}
}


/* ---------------------------------------------------
	Common Parts
------------------------------------------------------ */
.lang_menu {
	position: relative;
	letter-spacing: 0.1em;
}
.lang_menu .acc_tit {
	display: flex;
	align-items: center;
	gap: 0 3px;
	text-decoration: underline;
	text-decoration-thickness: 1px;
    text-underline-offset: 5px;
}
.lang_menu .acc_tit::before {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background: url(../img/icon_globe_wh.svg)no-repeat center/contain;
}
.lang_menu .acc_tit::after {
	content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(45deg) skew(12deg, 12deg);
}
.lang_menu .acc_contents {
	display: none;
	position: absolute;
	width: 100%;
	padding-top: 8px;
	text-align: center;
}
.lang_menu .acc_contents a {
	display: block;
	padding: 5px;
	font-size: var(--f14);
	background-color: #efefef;
	color: #888;
	transition: color 0.5s;
}
.lang_menu .acc_contents li+li {
	border-top: 2px solid #fff;
}
@media screen and (hover: hover) and (min-width: 769px) {
	.lang_menu .acc_tit:hover {
		cursor: pointer;
	}
	.lang_menu .acc_contents a:hover {
		opacity: 1;
		color: #181818;
	}
}

/* ___________

	Links
___________*/

.--line {
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.--line::before {
	position: absolute;
	top: 0.75em;
	left: 0;
	content: '';
	display: block;
	width: 5px;
	height: 1px;
	background-color: #181818;
}

.link_run {
	position: relative;
	display: inline-block;
	border-bottom: 1px solid #000;
}
.link_run::before {
	content: '';
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #8b8b8b;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.5s;
}

.cmn_btn_01 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 250px;
	gap: 0 8px;
    border: 1px solid rgba(24, 24, 24, 0.5);
    padding: 15px 0.5rem;
    transition: background-color 0.5s, color 0.5s;
}
.cmn_btn_01::after {
	content: '>';
	font-size: var(--f11);
	vertical-align: text-top;
}
.cmn_btn_02 {
	display: block;
	width: min(100%,480px);
	line-height: clamp(60px,6vw,75px);
	margin: 0 auto;
	font-size: var(--f18);
	color: #fff;
	background: linear-gradient(to top, var(--cl-grad));
	text-align: center;
}
@media screen and (hover: hover) and (min-width: 769px) {
	.link_run:hover::before {
		transform: scaleX(1);
	}
	.cmn_btn_01:hover {
		opacity: 1;
		color: #fff;
		background-color: #181818
	}
}
@media screen and (max-width: 768px) {
	.cmn_btn_02 {
		font-size: var(--f16);
	}
}


/* /// Animation /// */

@keyframes circle-out {
	0% { stroke-dashoffset: 308; stroke: rgba(255 255 255/50%); }
	100% { stroke-dashoffset: 0; stroke: #181818; }
}
.--circle {
	position: relative;
    display: inline-block;
	border-radius: 50%;
    font-size: var(--f14);
	transition: background-color 0.5s linear;
}
.--circle::before {
	content: '';
    display: block;
    width: 76px;
    height: 76px;
    /* border-radius: 50%; */
    background: url(../img/arrow_ccl_bk.svg) no-repeat center / 26px;
	transition: background 0.5s;
}
.--circle svg {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.--circle svg circle {
	stroke-dasharray: 308;
    stroke-dashoffset: 308;
    stroke-width: 1px;
}
.--circle svg.show circle {
	animation: circle-out 0.8s forwards 0.8s;
}
@media screen and (hover: hover) and (min-width: 769px) {
	.--circle:hover {
		opacity: 1;
		background-color: #181818;
	}
	.--circle:hover::before {
		background-image: url(../img/arrow_ccl_wh.svg);
	}
}
@media screen and (max-width: 768px) {
	.--circle::before {
		width: 60px;
		height: 60px;
	}	
}


/* ___________

	Title
___________*/
.cmn_tit_01 {
	position: relative;
	padding-top: clamp(40px,4.7vw,3.75rem);
	font-size: var(--f18);
	text-align: center;
}
.cmn_tit_01::before {
	position: absolute;
	top: -30%;
	left: 50%;
	content: '';
	display: block;
	width: 1px;
	height: clamp(60px,7.8vw,6.25rem);
	background-color: #181818;
	transition: transform 0.8s 0.3s ease-in-out;
	transform-origin: top;
	transform: scaleY(0);
}
.cmn_tit_01.show::before {
	transform: scaleY(1);
}
.cmn_tit_01 .en {
	font-size: var(--f55);
	text-transform: uppercase;
}

.cmn_tit_02 {
	text-align: center;
}
.cmn_tit_02 .cap {
	font-size: var(--f24);
}
.cmn_tit_02 .jp {
	margin-top: 10px;
	font-size: var(--f37);
}
.cmn_tit_02 .en {
	margin-top: 10px;
	text-transform: uppercase;
}

.cmn_tit_03 .jp {
	font-size: var(--f27);
}
.cmn_tit_03 .en {
	font-size: var(--f11);
	text-transform: uppercase;
}
@media screen and (min-width: 769px) {
	.cmn_tit_02 .jp {
		margin-top: 0;
	}
	.cmn_tit_03 {
		writing-mode: vertical-rl;
		font-feature-settings: "palt" 0;
	}
	.cmn_tit_03 .en {
		margin: 3px 15px 0 0;
	}
}


/* ___________

	Table
___________*/
.cmn_table_01 {
	border-top: 1px solid #d3d0bb;
	line-height: 1.8;
}
.cmn_table_01>div {
	display: flex;
	border-bottom: 1px solid #d3d0bb;
}
.cmn_table_01>div>dt {
	flex-shrink: 0;
	width: max(180px,18.7%);
	background-color: #f5f2ec;
}
.cmn_table_01>div>dd {
	flex: 1;
}
.bg_grad .cmn_table_01>div>dt {
	background-color: #e2e7d9;
}
.bg_grad .cmn_table_01>div>dd {
	background-color: #ecf3eb;
}
@media screen and (min-width: 769px) {
	.cmn_table_01>div>dt,
	.cmn_table_01>div>dd {
		padding: min(3vw, 40px) 1rem min(3vw, 40px) min(4.3vw,55px);
	}
}
@media screen and (max-width: 768px) {
	.cmn_table_01>div>dt,
	.cmn_table_01>div>dd {
		padding: 12px 4%;
	}
}
@media screen and (max-width: 600px) {
	.cmn_table_01>div {
		display: block;
	}
	.cmn_table_01>div>dt {
		width: 100%;
	}
}


/* ---------------------------------------------------
	Slick
------------------------------------------------------ */
.slick .slick-slide {
	line-height: 0;
}
.slick .ofi {
	width: 100%;
}

/* ___________

.slick_arrow
___________*/
.slick.slick_arrow .slick-prev,
.slick.slick_arrow .slick-next {
	z-index: 5;
}
.slick.slick_arrow .slick-prev::before,
.slick.slick_arrow .slick-next::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
}

/* ___________

.slick_dot
___________*/
@keyframes progress-bar {
	0% { transform: scaleX(0); }
	100% { transform: scaleX(1); }
}

.slick.slick_dot.slick-slider {
	margin-bottom: 0;
}
.slick .slick-dots {
    bottom: 15px;
	padding: 0 9px;
	text-align: left;
}
.slick .slick-dots li {
	width: 6px;
	height: 6px;
	margin: 0 9px;
}
.slick .slick-dots li button {
	width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    padding: 0;
	transition: transform 0.5s;
}
.slick .slick-dots li button:before,
.slick .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1;
}
.slick .slick-dots li.slick-active button {
	transform: scale(1.8);
}
.slick .slick-dots li button:before {
	top: calc(50% - 0.5px) !important;
	font-family: inherit;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 1px;
    content: '';
    opacity: 1;
    background-color: #fff;
	transform: scaleX(0);
	transform-origin: left;
}
.slick .slick-dots li.slick-active button::before {
	animation: progress-bar 5.5s;
}
.slick .slick-dots li:last-child button::before {
	content: none;
}
@media screen and (min-width: 769px) {
	.slick .slick-dots {
		text-align: right;
	}
}


/* ---------------------------------------------------
	Header
------------------------------------------------------ */
#g_header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	animation: h-show 1s;
	background-color: rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.25);
}
.hd_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 90px;
	padding: 20px clamp(140px, 12.6vw, 177px) 20px min(3vw, 30px);
}
.hd_l {
	display: flex;
	align-items: center;
	gap: 0 min(2vw, 40px);
	color: #fff;
}
.hd_l .tel-link {
	font-size: var(--f14);
	color: #fff;
}
.hd_l .tel-link span {
	font-size: var(--f18);
}
.h_logo {
	display: none;
	width: clamp(180px,16.5vw, 215px);
}
.h_nav {
	display: flex;
	gap: 0 min(1.8vw, 30px);
}
.h_nav a {
	position: relative;
	display: inline-block;
	padding: 15px 0;
	color: #fff;
}
.h_nav a::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	display: block;
	width: 5px;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background-color: var(--cl-point);
	opacity: 0;
	transition: width 0.5s, opacity 0.5s;
}
.h_nav a.active::before {
	width: 8px;
	opacity: 1;
}

/* Animation */
@keyframes h-top {
	0% { transform: translateY(0); }
	50% { opacity: 0; }
	80% { transform: translateY(-100%); }
}
@keyframes h-fixed {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(0); }
}
@keyframes h-show {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
#g_header.fixed {
	position: fixed;
    background: #fff;
    animation: h-fixed 1s;
}
#g_header.fixed .hd_l {
	opacity: 1;
	pointer-events: auto;
	color: #181818;
}
#g_header.fixed .hd_l a,
#g_header.fixed .hd_l .tel-link {
	color: #181818;
}
#g_header.fixed .h_logo {
	display: block;
}
#g_header.fixed .lang_menu .acc_tit::before{
	background-image: url(../img/icon_globe.svg);
}
#g_header.fixed .lang_menu .acc_contents a {
	color: #888;
}
#g_header.fixed .h_nav a {
	color: #181818;
}
#g_header.top {
	transition: opacity 0.7s;
	animation: h-top 1s;
}

@media screen and (hover: hover) and (min-width: 769px) {
	#g_header.fixed .lang_menu .acc_contents a:hover {
		color: #181818;
	}
	.h_nav a:hover {
		opacity: 1;
	}
	.h_nav a:hover::before {
		width: 8px;
		opacity: 1;
	}
}
@media screen and (max-width: 1200px) {
	#g_header.fixed .hd_l .tel-link {
		display: none;
	}
}
@media screen and (min-width: 961px) {
	#g_header.fixed .hd_inner {
		padding-right: 120px;
	}
}
@media screen and (max-width: 960px) {
	.hd_inner {
		height: 55px;
		padding: 14px 80px 14px 3vw;
	}
	.hd_l {
		gap: 0 5vw;
	}
	.h_logo {
		width: min(37.5vw, 180px);
	}
	.hd_l .tel-link {
		display: none;
	}
	.lang_menu {
		letter-spacing: 0.05em;
	}
	.lang_menu .acc_tit::before {
		width: 15px;
		height: 15px;
	}
}


/* ---------------------------------------------------
	Side Menu
------------------------------------------------------ */
#side_menu {
	position: sticky;
	top: 0;
	right: 0;
	z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: center;
	width: max(40px, 5.2vw);
    height: 100vh;
	min-height: 100%;
	padding-top: 90px;
	background-color: #fff;
}
#side_menu .open_menu {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	width: 120px;
	height: 90px;
	background: linear-gradient(to top, var(--cl-grad));
	transition: width 0.4s, opacity 0.5s, background 0.3s;
}
#side_menu .open_menu .bar {
	font-size: 0;
}
#side_menu .open_menu::before,
#side_menu .open_menu .bar::before,
#side_menu .open_menu .bar::after {
	content: '';
	display: block;
	height: 1px;
	background-color: #fff;
	transition: opacity 0.5s, width 0.5s, transform 0.3s;
}
#side_menu .open_menu.active {
	background: transparent;
}
#side_menu .open_menu.active .bar::before {
	transform: scaleX(0);
}
#side_menu .open_menu.active .bar::after {
	width: 100%;
}
#side_menu .open_menu .bar::after {
	width: 51%;
	margin-left: auto !important;
}
#side_menu .open_menu.active::before {
	transform: rotate(30deg) translate(6px, 6px);
}
#side_menu .open_menu.active .bar::after {
	transform: rotate(-30deg) translate(6px, -6px);
}
#side_menu .txt {
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#side_menu .txt a {
	line-height: 1;
    margin-top: 15px;
}
#side_menu .btns {
	width: 100%;
	border-top: 1px solid #cdcdcd;
}
#side_menu .btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 169px;
	color: var(--cl-point);
	text-align: center;
}
#side_menu .btns .plan {
	color: #fff;
	background: linear-gradient(to top, var(--cl-grad));
}
#side_menu .copy {
	writing-mode: vertical-rl;
	font-size: var(--f10);
	color: #7b7b7b;
	line-height: 2.2;
}
#side_menu .copy span {
	display: inline-block;
	transform: rotate(90deg);
}

#side_menu.scroll .open_menu {
	width: 90px;
}

@media screen and (hover: hover) and (min-width: 769px) {
	#side_menu .open_menu:hover {
		opacity: 1;
	}
	#side_menu .open_menu:hover .bar::after {
		width: 100%;
	}
}
@media screen and (min-width: 961px) {
	#side_menu {
		width: 90px;
	}
	#side_menu .open_menu::before,
	#side_menu .open_menu .bar::before {
		width: 52px;
		margin: 5px 0;
	}
	#side_menu .open_menu .bar::after {
		margin: 5px 0 5px auto;
	}
	#side_menu .open_menu.active::before {
		transform: rotate(30deg) translate(0, 15px);
	}
	#side_menu .open_menu.active .bar::after {
		transform: rotate(-30deg) translate(-2px, -12px);
	}
	#side_menu .btns a {
		font-size: var(--f17);
	}
}
@media screen and (max-width: 960px) {
	#side_menu {
		height: 100dvh;
		padding-top: 60px;
	}
	#side_menu .open_menu {
		width: 70px;
		height: 55px;
		padding: 0 20px;
	}
	#side_menu.scroll .open_menu {
		width: max(40px, 5.2vw);
	}
	#side_menu .open_menu::before,
	#side_menu .open_menu .bar::before {
		width: 30px;
	}
	#side_menu .open_menu::before,
	#side_menu .open_menu .bar::before,
	#side_menu .open_menu .bar::after {
		margin: 3.5px 0;
	}
	#side_menu .btns a {
		height: auto;
		padding: 2rem 0;
	}
}
@media screen and (min-width: 769px) {
	#side_menu .copy span {
		transform: rotate(90deg) translate(0,1px);
	}
}


/* ---------------------------------------------------
	G_nav
------------------------------------------------------ */
#gnav_wrap {
	opacity: 0;
	pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    width: 370px;
    height: 100svh;
	min-height: 100%;
	padding: 90px 45px 30px;
	background: #8AAB83;
	background: linear-gradient(to top, var(--cl-grad));
	transition: opacity 0.5s;
	overflow-y: auto;
}
#gnav_wrap.active {
	opacity: 1;
	pointer-events: auto;
}
#gnav li {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
#gnav li:has(.gnav_reserve) {
	margin-bottom: 15px;
}
#gnav li a {
	display: block;
	padding: 14px 14px 14px 0;
}
#gnav li a:not(.gnav_reserve) {
	display: flex;
	justify-content: space-between;
	color: #fff;
}
#gnav li a:not(.gnav_reserve)::after {
	content: '>';
}
#gnav li a:not(.lang) {
	letter-spacing: 0.2em;
}
#gnav .gnav_reserve {
	display: block;
	padding: 10px;
	font-size: var(--f17);
	background-color: #fff;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#gnav_wrap {
		width: 100%;
		padding-bottom: calc(100px + env(safe-area-inset-bottom));
	}
}


/* ---------------------------------------------------
	Main img
------------------------------------------------------ */
#main_img {
	position: relative;
	background: #f5f5f5;
}
#main_img h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}

@media screen and (min-width: 961px) {
	#main_img.cmn .ofi {
		height: calc(100vh - 169px);
	}
}
@media screen and (min-width: 769px) {
	#main_img .ofi {
		width: 100%;
		min-height: 240px;
	}
}


/* ---------------------------------------------------
	Contents
------------------------------------------------------ */
/* .cmn_lead */
.cmn_lead {
	position: relative;
	padding-bottom: clamp(50px,6.25vw,5rem);
	background: url(../img/point_flower.webp) no-repeat top min(-2rem, -4vw) left -2rem/ min(20vw, 320px);
}
.cmn_lead::after {
	position: absolute;
	right: 0;
	bottom: -43%;
	z-index: -1;
	content: '';
	display: block;
	width: clamp(13vw, 29vw, 23.3rem);
	height: clamp(10.1vw, 23.4vw, 18.8rem);
	background: url(../img/point_leaf_03.webp) no-repeat center/contain;
}
.cmn_lead .desc {
	margin-top: clamp(40px, 6.25vw, 5rem);;
	line-height: 2;
	text-align: center;
}
.cmn_lead .desc .tit {
	font-size: var(--f24);
}
.cmn_lead .desc .tit+p {
	margin-top: 2rem;
}
.cmn_lead .desc p:not(.tit)+p {
	margin-top: 1rem;
}
.spacing {
	letter-spacing: 0.25em;
}

/* breadcrumb */
#breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.75rem; padding: 1rem min(4%,1.5rem); font-size: var(--f13); }
#breadcrumb li { position: relative; line-height: 1.5; }
#breadcrumb li a { color: #7f7f7f; }
#breadcrumb li+li { padding-left: var(--f27); }
#breadcrumb li+li:before { position: absolute; top: 0.55rem; left: 0; content: ''; display: block; width: var(--f13); height: 1px; background-color: #7f7f7f; }
#breadcrumb li:last-child a { text-decoration: underline; }

@media screen and (max-width: 768px) {
}


/* ---------------------------------------------------
	.cmn_layout_01
------------------------------------------------------ */
.cmn_layout_01 .layout {
	position: relative;
    display: flex;
    flex-direction: row-reverse;
}
.cmn_layout_01 .layout p {
	line-height: 2.2;
}
.cmn_layout_01 .layout .slick,
.cmn_layout_01 .layout .other {
	margin-bottom: 0;
}
.cmn_layout_01 .layout .slick .ofi {
	width: 100%;
}
.cmn_layout_01 .layout .photo_col .ofi {
	width: 100%;
}
.cmn_layout_01 .layout .inner>p,
.cmn_layout_01 .layout .--circle,
.cmn_layout_01 .layout .cmn_btn_01 {
	margin-top: 25px;
}
.cmn_layout_01 .layout.row {
	flex-direction: row;
}
.cmn_layout_01 .layout.row .slick-dots {
	text-align: left;
}
.cmn_layout_01 .layout.row .cmn_tit::before {
    left: auto;
    right: 105%;
	transform-origin: right;
}
.cmn_layout_01 .layout.row .cmn_tit.show::before {
    transform: scaleX(1);
}

@media screen and (min-width: 769px) {
	.cmn_layout_01 .layout .txt_wrap {
		align-self: center;
		width: 38.1%;
		padding: 60px 4% 60px 5%;
	}
	.cmn_layout_01 .layout.row .txt_wrap {
		padding: 60px 5% 60px 4%;
	}
	.cmn_layout_01 .layout .inner {
		width: min(100%, 335px);
		margin: 0 auto;
	}
	.cmn_layout_01 .layout .slick,
	.cmn_layout_01 .layout .other,
	.cmn_layout_01 .layout .photo_col {
		align-self: flex-start;
		width: 61.9%;
	}
	.cmn_layout_01 .layout .slick .ofi {
		min-height: 500px;
	}
}
@media screen and (max-width: 768px) {
	.cmn_layout_01 .layout,
	.cmn_layout_01 .layout.row {
		flex-direction: column;
	}
	.cmn_layout_01 .layout .slick,
	.cmn_layout_01 .layout .other,
	.cmn_layout_01 .layout .txt_wrap {
		width: 100%;
	}
	.cmn_layout_01 .layout .inner {
		padding: 30px 5%;
	}
	.cmn_layout_01 .layout .inner>p {
		margin-top: 1rem;
	}
	.cmn_layout_01 .layout .inner>div:has(.--circle) {
		text-align: center;
	}
	.cmn_layout_01 .layout .slick .ofi {
		aspect-ratio: 20/21;
	}
	.cmn_layout_01 .layout .--circle {
		margin-top: 15px;
	}
}


/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
@keyframes pagetop-anim {
	0%{ height:0; }
	45%{ height:100%; }
	55%{ height:100%; bottom: 0; }
	100%{ height:0; bottom: 100%; }
}

#footer_wrap {
	color: #fff;
	background: url(/common/img/bg_pattern_bk.webp);
}
#footer_wrap>picture .ofi {
	width: 100%;
	min-height: 380px;
}
#footer {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 0 5%;
	padding: 45px 0 75px;
}
#pagetop {
	position: absolute;
	top: 30px;
    left: 50%;
    transform: translate(-50%, -100%);
	display: flex;
    flex-direction: column;
    gap: 10px 0;
	color: #fff;
}
#pagetop span {
	position: relative;
	display: block;
	height: 65px;
}
#pagetop span::after {
	position: absolute;
	bottom: 0;
	left: 50%;
    content: '';
    display: block;
    width: 1px;
    background-color: rgba(255,255,255,0.5);
	animation: pagetop-anim 2s infinite cubic-bezier(0.77, 0, 0.18, 1);
}
#f_logo a {
	color: #fff;
}
#f_logo .logo img {
	max-width: 86%;
}
#f_logo .logo span {
	display: block;
	margin-bottom: 10px;
}
address {
	margin-top: 30px;
}
#f_logo .copy {
	margin-top: 25px;
	font-size: var(--f10);
	opacity: 0.5;
}
#f_logo .btn_inq {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 13px;
	width: 214px;
	margin-top: 30px;
	padding: 10px;
	color: rgba(255,255,255,0.5);
	background-color: rgba(255,255,255,0.15);
	transition: background-color 0.5s;
}
#f_logo .btn_inq::before {
	content: '';
	display: block;
	width: 19px;
	height: 13px;
	background: url(/common/img/icon_mail.svg)no-repeat center/contain;
}
#fnav_wrap .sns {
	margin-top: 35px;
	text-align: right;
}
#fnav_wrap .sns a {
	color: #fff;
}
#fnav_wrap .sns a img {
	margin-right: 10px;
}
#fnav {
	display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
	padding-top: 40px;
}
#fnav li:has(.ft_reserve) {
	width: 100%;
	margin-top: 15px;
}
#fnav a {
	position: relative;
	display: block;
	padding-left: 8px;
	color: #fff;
}
#fnav a:not(.ft_reserve)::before {
	position: absolute;
	top: 0.75em;
	left: 0;
	content: '';
	display: block;
	width: 4px;
	height: 1px;
	background-color: #fff;
	transition: left 0.4s;
}
#fnav .ft_reserve {
    line-height: 100px;
    border: 1px solid #848484;
	padding-left: 6%;
	font-size: var(--f18);
    text-align: center;
	letter-spacing: 0.2em;
	transition: background-color 0.5s;
}
#fnav .ft_reserve .en {
	margin-left: 30px;
	font-size: var(--f13);
	opacity: 0.3;
}

@media screen and (hover: hover) and (min-width: 769px) {
	#f_logo .btn_inq:hover {
		opacity: 1;
		background-color: rgba(255,255,255,0.25);
	}
	#fnav a:not(.ft_reserve):hover::before {
		left: -5px;
	}
	#fnav .ft_reserve:hover {
		opacity: 1;
		background-color: rgba(255,255,255,0.15);
	}
}
@media screen and (min-width: 961px) {
	#fnav_wrap {
		flex-shrink: 0;
		width: min(56%, 640px);
	}
	#fnav li {
		width: 18.4%;
	}
}
@media screen and (max-width: 960px) {
	#footer {
		flex-direction: column;
		width: min(86%, 600px);
		padding: 50px 0;
	}
	#fnav {
		/* justify-content: space-around; */
		justify-content: space-between;
	}
	#fnav li {
		width: 48%;
	}
	#fnav .ft_reserve {
		line-height: max(70px, 10.4vw);
	}
	#fnav .ft_reserve .en {
		margin-left: 1.5em;
	}
	#fnav_wrap .sns {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	#footer_wrap>picture .ofi {
		aspect-ratio: 134 / 87;
		object-position: 64% 50%;
		min-height: 0;
	}
	#pagetop {
		top: 20px;
	}
	#pagetop span {
		height: 40px;
	}
	#fnav .ft_reserve {
		font-size: var(--f17);
	}
}
