@charset "utf-8";
/* ===================================================
	Base CSS
====================================================== */
body {
	min-width: 1200px; min-height: 100vh; background: #fff; color: #000;
	font-size: 16px; font-weight: normal; line-height: 1.5;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック", sans-serif;
	-webkit-text-size-adjust: 100%; position: relative;

	font-feature-settings: "palt"; letter-spacing: 0.03em;
}
body.pos_fix { overflow: hidden; }

.v_rl { writing-mode: vertical-rl; font-feature-settings: "palt" 0; }

input,
select,
textarea { font-size: 13px;}

div { box-sizing: border-box;}

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

#lineup-font-size-sampler { bottom: 0; left: 0;}
.fixed { width: 100%; min-width: 1100px; position: fixed; top:0; left: 0; z-index: 999;}
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; width: 100%; height: 100%;}
.sp { display: none;}
.serif { font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif; }
.tel-link:hover { text-decoration: none; }
.tel .tel-link .num { font-size: 24px; }
.tel .tel-link .num::before { content: ''; display: inline-block; width: 20px; height: 24px; margin-right: 3px; background: url(../img/cmn/ico_tel.svg)no-repeat center/contain; vertical-align: text-bottom; }
.lang span::before { content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 6px; background: url(../img/cmn/ico_lang.svg)no-repeat center/contain; vertical-align: sub; }
.lang { text-decoration: underline; transition: opacity .5s; }
.sns_links { display: flex; }
.sns_links li:not(:last-child) { margin-right: 20px; }
.sns_links a { transition: opacity .5s; }

.inner_sm { width: 700px; max-width: 92%; margin: 0 auto; }
.inner_lg { width: 1400px; max-width: 92%; margin: 0 auto; }
.inner_md { width: 1200px; max-width: 92%; margin: 0 auto; }

@media screen and (hover: hover) {
	.lang:hover,
	.sns_links a:hover { opacity: .6; }
}
@media screen and (max-width: 600px) {
	input,
	select,
	textarea { font-size: 16px;}

	body { min-width: 0; font-size: 14px;}
	.sp { display: inline; }
	.pc { display: none; }
	.sns_links li:not(:last-child) { margin-right: 12px; }
	.sns_links a { display: inline-block; width: 22px; }
}


/* ---------------------------------------------------
	Links
------------------------------------------------------ */
.logo { transition: opacity .5s; }
.link_run { position: relative; display: inline-block; }
.link_run::before { position: absolute; bottom: -1px; left: 0; content: ''; width: 0; height: 1px; background: #222; transition: width .5s ease; }
.ssl_arrow { transition: opacity .5s; }
.ssl_arrow:hover { text-decoration: none;}
.ssl_arrow::after { content: ''; display: inline-block; width: 23px; height: 23px; margin-left: 13px; border-radius: 50%; background: url(../img/cmn/arrow_w.svg)no-repeat center/6px #bcb191; vertical-align: bottom; }
.cmn_btn_01 { position: relative; display: inline-block; width: 300px; padding: 23px 30px 23px 20px; border-radius: 35px; box-sizing: border-box; background: #000; color: #fff; text-align: center; transition: opacity .5s; }
.cmn_btn_01:hover { color: #fff; text-decoration: none; }
.cmn_btn_01::after { position: absolute; top: 50%; right: 24px; transform: translateY(-50%); content: ''; display: block; width: 6px; height: 10px; margin-left: 15px; background: url(../img/cmn/arrow_gnav.svg)no-repeat center/contain; transition: right .3s linear; }
.cmn_btn_02 { display: block; width: 100%; max-width: 100%; line-height: max(35px, 8vw); padding: 20px 0; transition: opacity .5s; color: #fff; background-color: #4c2e71; font-size: 16px; text-align: center; }
.cmn_btn_02:hover { color: #fff; text-decoration: none; opacity: .7; }


@media screen and (hover: hover) {
	.logo:hover { opacity: .6; }
	.link_run:hover::before { width: 100%; }
	.ssl_arrow:hover { opacity: .6; }
	.cmn_btn_01:hover { opacity: .6; }
	.cmn_btn_01:hover::after { right: 19px; }
}
@media screen and (min-width: 601px) {
	.cmn_btn_02 { width: 580px; line-height: 50px; font-size: 18px; }
}
@media screen and (max-width: 600px) {
	.ssl_arrow::after { width: 16px; height: 16px; margin-left: 10px; background-size: 5px;}
	.cmn_btn_01 { padding: 18px 30px 18px 20px; }
}


/* ---------------------------------------------------
	Base Layout
------------------------------------------------------ */


/* ---------------------------------------------------
	Header
------------------------------------------------------ */
/* animation */
@keyframes h-fixed {
	0% { transform: translateY(-100%); }
	100% { transform: translateY(0); }
}
@keyframes h-top {
	0% { transform: translateY(0); background: #fff; position: fixed;}
	50% { transform: translateY(-100%); background: none; position: fixed; opacity: 0;}
	51% { transform: translateY(0);}
	100% { opacity: 1; position: absolute;}
}
#g_header.top { animation: h-top 1.5s; left: 0!important; }
#g_header.fixed { animation: h-fixed 1s; position: fixed; top:0; left: 0; padding: 0 0 0 45px; background:rgba(0 0 0/90%); color: #c6c6c6; }
#g_header:not(.fixed)::before { position: absolute; left: 0; top: 0; z-index: -1; content: ''; display: block; width: 100%; height: 250px; background: linear-gradient(0deg, transparent 0 0, rgba(0 0 0 /42%) 68% 0); }
#g_header.fixed>.logo .wh { opacity: 0; }
#g_header.fixed>.logo .gry { opacity: 1; }
#g_header.fixed>.logo img { max-width: 170px; }
#g_header.fixed>.lang { opacity: 0; pointer-events: none; }
#g_header.fixed #h_nav a { color: #c6c6c6; }
#g_header.fixed .h_btn .tel-link span:not(.num) { display: none; }
#g_header.fixed .h_btn>.btn a { line-height: 60px; font-size: 16px; }

#g_header { position: absolute; z-index: 10; width: 100%; min-width: 1200px; padding: 40px 25px 0 35px; box-sizing: border-box;
	display: flex; align-items: center; justify-content: space-between; color: #fff; }

#g_header>.logo { position: relative; max-width: 18.5%; }
#g_header>.logo .gry { position: absolute; top: 0; left: 0; opacity: 0; }
#g_header>.lang { position: absolute; z-index: 1; right: 25px; bottom: -15px; transform: translateY(100%); padding: 0 5px 2px; font-size: 14px; color: #fff; text-decoration: none; }
#g_header>.lang:before { left: auto; right: 0; width: 100%; background: #fff; }
#g_header>.lang span::before { background-image: url(../img/cmn/ico_lang_w.svg); }
#gnav_wrap { flex-grow: 1; width: calc(82% - 400px); }
#gnav #h_nav { display: flex; align-items: center; justify-content: flex-end; }
#gnav #h_nav li { margin: 0 1.3%; }
#gnav #h_nav a { position: relative; padding: 0 0 10px; font-size: clamp(16px, 1.2vw, 18px); color: #fff; text-decoration: none;}
#gnav #h_nav a::after { content: ''; width: 100%; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; transform: scaleX(0); transition: transform .5s; }
#gnav #h_nav .tel { margin-left: 20px; padding-left: 23px; text-indent: -23px; font-size: 13px; line-height: 1.3;}
#gnav #h_nav .tel .num { font-size: 24px;}
#g_header .h_btn { display: flex; align-items: center; }
#g_header .h_btn>.btn a {
	display: block; width: 160px; line-height: 50px; margin-left: 10px; padding: 10px 20px;
	background: #4c2e71; color: #fff; font-size: 18px; text-align: center; transition: background-color .5s;}
#g_header .h_btn>.btn a:hover { background: #555; text-decoration: none;}
#g_header .h_btn .tel-link { color: #fff; }
#g_header .h_btn #open_menu { text-decoration: none; }

@media screen and (hover: hover) {
	#g_header>.lang:hover:before { width: 0; }
	#gnav #h_nav a:hover::after { transform: scaleX(1); }
	#g_header .h_btn>.btn a:hover { background: #6e5390; }
}
@media screen and (min-width: 601px) {
	#gnav>.sns_links { display: none; }
}
@media screen and (max-width: 600px) {
	#g_header.fixed { padding: 0 0 0 15px; }
	#g_header:not(.fixed)::before { height: 200%; background: linear-gradient(0deg, transparent 0 0, rgba(0 0 0 /52%) 68% 0); }
	#g_header.fixed>.logo img { max-width: 100%; }
	.pos_fix #g_header.fixed { background: none; }
	.pos_fix #g_header>.logo .wh { opacity: 0; }
	.pos_fix #g_header>.logo .gry { opacity: 1; }
	.pos_fix #g_header .h_btn li { transition: opacity .5s; }
	.pos_fix #g_header .h_btn li:not(:last-child) { opacity: 0; pointer-events: none;}
	.pos_fix #g_header .h_btn li:last-child { z-index: 100; }
	.pos_fix #g_header .h_btn #open_menu .line::before { opacity: 0; }
	.pos_fix #g_header .h_btn #open_menu::before { transform: rotate(45deg) translate(3px, 3px); }
	.pos_fix #g_header .h_btn #open_menu .line::after { transform: rotate(-45deg) translate(4px, -4px); }

	#g_header { min-width: 0; padding: 0 0 0 15px; transition: background-color .5s; }
	#g_header>.logo { width: 36%; max-width: 140px; }
	#g_header>.lang { opacity: 0; pointer-events: none; }
	#g_header>.lang a { color: #c6c6c6; }
	#gnav_wrap { position: fixed; top: 0; left: 0; z-index: 99; opacity: 0; width: 100%; height: 100%; pointer-events: none; overflow: scroll; background: rgba(0 0 0/90%); transition: opacity .5s, background-color .5s; }
	#gnav_wrap.active { opacity: 1; pointer-events: auto; }
	#gnav { padding: 0 15px 100px; }
	#gnav #h_nav { flex-direction: column; align-items: flex-start; border-top: 1px solid #3f3f3f; font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka","Verdana","Helvetica","Arial","ＭＳ Ｐゴシック", sans-serif; }
	#gnav #h_nav li { width: 100%; margin: 0; border-bottom: 1px solid #3f3f3f; }
	#gnav #h_nav a { position: relative; display: block; padding: 10px 2em 10px 8px; box-sizing: border-box; }
	#gnav #h_nav a::after { position: absolute; top: 50%; right: .5em; left: auto; transform: translateY(-50%); content: ''; display: inline-block; width: 8px; height: 10px; background: url(../img/cmn/arrow_gnav.svg)no-repeat center/contain; }
	#gnav .links { display: flex; justify-content: space-between; align-items: center; height: 56.5px; margin-bottom: 20px; padding-right: 45px; }
	#gnav .links>.lang { text-decoration: none; border-bottom: 1px solid rgba(255 255 255/75%); color: #fff; font-size: 12px; }
	#gnav .links>.lang span::before { background-image: url("../img/cmn/ico_lang_w.svg"); }
	#gnav .links>.logo { width: 44.1%; max-width: 140px; }
	#gnav .sub_menu { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 15px; padding: 0 8px; box-sizing: border-box; }
	#gnav .sub_menu li { width: 49%; }
	#gnav .sub_menu a { display: block; padding: 5px 0; color: #c6c6c6; }
	#gnav .sub_menu .btn { width: 100%; text-align: center; color: #fff; }
	#gnav .sub_menu .btn a { padding: 15px 10px; font-size: 16px; background: #282828; }
	#gnav .sub_menu li:nth-last-child(2) { margin-top: 25px; }
	#gnav .sub_menu li:nth-last-child(2) a { background: #3e265c; }
	#gnav .sub_menu li:last-child { margin-top: 8px; }
	#gnav .sub_menu+p { display: block; margin-top: 20px; text-align: center; }
	#gnav .tel-link { color: #c6c6c6; }
	#gnav .tel-link span { display: inline-block; }
	#gnav .tel-link .num { margin: 0 .5em 0 3px; font-size: 24px; }
	#gnav>.sns_links { display: flex; justify-content: center; margin-top: 20px; }
	#g_header .h_btn { align-items: stretch; }
	#g_header .h_btn li { width: 60px; }
	#g_header .h_btn li a { display: flex!important; flex-direction: column; align-items: center; justify-content: center; height: 100%; padding: 10px 5px; box-sizing: border-box; font-size: 12px; color: #fff; text-align: center; }
	#g_header .h_btn .tel .tel-link { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; background: rgba(255 255 255/20%); }
	#g_header.fixed .h_btn .tel .tel-link { background: rgba(255 255 255/15%); }
	#g_header .h_btn .tel .tel-link .num { font-size: 11px; }
	#g_header .h_btn .tel .tel-link .num::before { display: block; width: 17px; height: 17px; margin: 0 auto 3px; }
	#g_header .h_btn .tel .tel-link br { display: none; }
	#g_header .h_btn>.btn,
	#g_header.fixed .h_btn>.btn { width: auto; }
	#g_header .h_btn>.btn a,
	#g_header.fixed .h_btn>.btn a { width: auto; line-height: inherit; margin-left: 0; padding: 10px; font-size: 11px; }
	#g_header .h_btn>.btn a { background: rgb(76 46 113/60%); }
	#g_header.fixed .h_btn>.btn a { background: #4c2e71; }
	#g_header .h_btn>.btn a::before { content: ''; display: block; width: 17px; height: 17px; margin-bottom: 3px; background: url(../img/cmn/ico_cal.svg)no-repeat center/contain; }
	#g_header .h_btn #open_menu { display: flex; flex-direction: column; align-items: center; justify-content: center; background: rgba(0 0 0/90%); }
	#g_header.fixed .h_btn #open_menu { background: none; }
	#g_header .h_btn #open_menu .line { width: 100%; font-size: 0; }
	#g_header .h_btn #open_menu::before,
	#g_header .h_btn #open_menu .line::before,
	#g_header .h_btn #open_menu .line::after { content: ''; display: block; width: 35.5%; height: 1px; margin: 0 auto; background: #c6c6c6; transition: opacity .5s, transform .5s; }
	#g_header .h_btn #open_menu::before,
	#g_header .h_btn #open_menu .line::before { margin-bottom: 4px; }
}



/* ---------------------------------------------------
	Main img
------------------------------------------------------ */
#main_img { position: relative; width: 100%; margin: 0 auto; background: #000; text-align: center;}
body:not(#home) #main_img h1 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 80px; color: #fff; letter-spacing: 0.05em; }
#main_img>picture img,
#main_img>.flex li img { min-height: 270px; }
#main_img>.flex { display: flex; }
#main_img>.flex li { width: 33.3333%; }

@media screen and (min-width: 601px) {
	#main_img>picture img,
	#main_img>.flex li img { height: max(600px, 38vw); }
}
@media screen and (max-width: 600px) {
	body:not(#home) #main_img::before { position: absolute; top: 0; left: 0; z-index: 0; content: ''; display: block; width: 100%; height: 100%; background: rgba(0 0 0/20%); }
	body:not(#home) #main_img h1 { font-size: max(34px, 6.5vw); line-height: 1.2; }
}


/* ---------------------------------------------------
	Contents
------------------------------------------------------ */

/* title */
:root {
	--tit-font-01: 70px;
	--tit-font-02: 55px;
}
@media screen and (max-width: 600px) {
	:root {
		--tit-font-01: max(28px, 8.2vw);
		--tit-font-02: 25px;
	}
}

[class^="cmn_tit_"] { letter-spacing: 0.05em; }
.cmn_tit_01 { font-size: var(--tit-font-01); }
.cmn_tit_02 { font-size: var(--tit-font-02); }

@media screen and (max-width: 600px) {
	[class^="cmn_tit_"] { line-height: 1.1; }
}

/* #lead_col */
#lead_col { background: url(../img/cmn/bg_w.gif) }
#lead_col .tit { font-size: 40px; color: #988d6e; letter-spacing: .15em; }
#lead_col .tit+p { margin-top: 1.5em; line-height: 1.8; }

#lead_col:not(.image) { padding: 9vw 0 12vw; }
#lead_col.image { padding: 12vw 0 13vw; }
#lead_col.image .inner_lg { align-items: center; }
#lead_col.image .img { display: flex; justify-content: space-between; }
#lead_col.image .img li { width: calc(94% / 3); }
#lead_col.image .txt a { color: #847752; text-decoration: underline; }
#lead_col.image .txt a:hover { text-decoration: none; }

@media screen and (min-width: 601px) {
	#lead_col { padding: 135px 0 145px; }
	#lead_col .inner_lg { display: flex; }
	#lead_col:not(.image) { padding: 135px 0 125px; }
	#lead_col:not(.image) .tit { flex-shrink: 0; padding-right: 6%; }
	#lead_col:not(.image) .tit+p { margin-top: .5em; }
	#lead_col.image { padding: 135px 0 120px; }
	#lead_col.image .txt { padding-right: 4% }
	#lead_col.image .img { flex-shrink: 0; width: 57.1%; }
}
@media screen and (max-width: 600px) {
	#lead_col { background-size: 75%; }
	#lead_col .tit { font-size: 24px; }
	#lead_col .img { margin-top: 30px; }
}

/* .cmn_cnav */
.cmn_cnav { display: flex; }
.cmn_cnav li { width: 100%; }
.cmn_cnav a { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; padding: 38px 3% 38px 8%; font-size: 16px; color: #847752; text-decoration: none; }
.cmn_cnav a::after { content: ''; display: block; width: 12px; height: 8px; margin-left: 15px; background: url(../img/cmn_cnav_arrow.svg)no-repeat center/contain; }
.cmn_cnav a::before { left: auto; right: 0; width: 100%; height: 2px; background: #c1baa5; }
.cmn_cnav .cap { position: absolute; left: 50%; transform: translate(-50%, -120%); padding: 3px 22px; font-size: 14px; border-radius: 15px; color: #fff; background: #af9c66; white-space: nowrap;}
@media screen and (hover: hover) {
	.cmn_cnav a:hover::before { width: 0; }
}
@media screen and (min-width: 601px) {
	.cmn_cnav li:not(:last-child) { margin-right: 1.8%; }
	.cmn_cnav a { font-size: 18px; }
}
@media screen and (max-width: 600px) {
	.cmn_cnav { flex-wrap: wrap; justify-content: space-between; }
	.cmn_cnav li { width: 49%; }
	.cmn_cnav a { gap: 3px; justify-content: flex-start; padding: 7px 0 7px 22px; font-size: 14px; }
	.cmn_cnav a::before { content: none; }
	.cmn_cnav a::after { margin: 0; position: absolute; top: calc(50% - 8px); left: 0; width: 15px; height: 15px; border-radius: 50%; background: url(../img/cmn_cnav_arrow_w.svg)no-repeat center top 58%/8px #bcb191; }
	.cmn_cnav .cap { position: static; transform: none; margin-right: 5px; padding: 2px 15px; font-size: 12px; }
}
@media screen and (max-width: 359px) {
	.cmn_cnav li { width: 100%; }
}


/* breadcrumb */
#contents_wrap #breadcrumb { padding: 5vw 4%; box-sizing: border-box; width: 100%; font-size: 14px; color: #847752; background: url(../img/cmn/bg_w.gif)top left;}
#contents_wrap #breadcrumb li { display: inline-block; line-height: 1.6; }
#contents_wrap #breadcrumb li:before { content: '>'; margin: 0 5px 0 3px; }
#contents_wrap #breadcrumb a { color: #847752; transition: opacity .5s; }
#contents_wrap #breadcrumb li:first-child:before { display: none; }
#contents_wrap #breadcrumb li:first-child a { text-decoration: underline; }

@media screen and (hover: hover) {
	#contents_wrap #breadcrumb a:hover { text-decoration: none; opacity: .6; }
}
@media screen and (min-width: 601px) {
	#contents_wrap #breadcrumb { padding: 47px 40px; }
}
@media screen and (max-width: 600px) {}


/* Table */
.cmn_table { display: flex; flex-wrap: wrap; border-top: 1px solid #c4bcaa; }
.cmn_table>dt,
.cmn_table>dd { width: 100%; padding: 12px 4vw; box-sizing: border-box; border-bottom: 1px solid #c4bcaa; }
.cmn_table>dt { background: #e9e4d5; }
.cmn_table>dd li { padding-left: 1em; text-indent: -0.85em; }
.cmn_table>dd li::before { content: '・'; margin-right: .25em; }

@media screen and (min-width: 601px) {
	.cmn_table>dt { width: 180px; padding: 25px 10px; text-align: center;}
	.cmn_table>dd { width: calc(100% - 180px); padding: 25px 30px; }
}
@media screen and (max-width: 600px) {
}


/* section */
@media screen and (max-width: 600px) {
	section { background-size: 75% !important; }
}


/* ---------------------------------------------------
	Footer
------------------------------------------------------ */
#footer_wrap { background: #000; }
#footer { color: #fff; line-height: 1.8; }
#footer a { color: #fff;}
#f_logo { padding: 80px 0 30px; text-align: center; }
#f_logo address { margin-top: 20px;}
#f_logo .tel span:not(.tel-link)  { font-size: 24px; }
#f_logo>div,
#f_logo>div a { font-size: 14px; color: #acacac; }
#f_logo>div { margin-top: 7px; }
#f_logo>div>p:not([id])::before { content: ''; display: inline-block; width: 18px; height: 18px; margin-right: 6px; vertical-align: sub; }
#f_logo>div .clock::before { background: url(../img/cmn/ico_clock.svg)no-repeat; }
#f_logo .sns_links { justify-content: center; margin-top: 40px; }
#fnav { position: relative; padding: 36px 0; background: #252525; }
#fnav>ul { display: flex; justify-content: center; }
#fnav a { position: relative; padding-bottom: 5px; text-decoration: none; }
#fnav a::after { content: ''; width: 100%; height: 1px; background: #fff; position: absolute; bottom: 0; left: 0; transform: scaleX(0); transition: transform .5s; }
#copyright { width: 100%; margin-top: 20px; font-size: 12px;}

#chat_bot {
	position: fixed; bottom: 40px; right: 30px; z-index: 9; 
	width: 117px; height: 117px; font-size: 13px;
}
#chat_bot p { display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; border-radius: 50%; box-sizing: border-box;
	background: url(../img/cmn/chat_bg.gif); color: #fff; text-align: center; transition: opacity .5s; line-height: 1.3; }
#chat_bot:hover p { cursor: pointer; opacity: .75; }
#chat_bot p::before { content: ''; display: block; width: 42px; height: 36px; margin: 0 auto 2px; background: url(../img/cmn/ico_chat.svg)no-repeat center/contain; }

@media screen and (hover: hover) {
	#fnav a:hover::after { transform: scaleX(1); }
}
@media screen and (min-width: 601px) {
	#fnav>ul li+li { margin-left: 1.85em; }
	#chat_bot p .pc { display: block; }
}
@media screen and (max-width: 600px) {
	#f_logo { width: 100%; text-align: center; }
	#f_logo .logo { display: inline-block; width: 38vw; }
	#f_logo>div>p:not([id])::before { width: 14px; height: 15px; }
	#f_logo .sns_links { justify-content: center; margin-top: 20px; }
	#fnav>ul { flex-wrap: wrap; width: 330px; }
	#fnav li { margin: 0 .75em; line-height: 1.3; }
	#fnav li:not(:last-child) { margin-bottom: 10px; }
	#copyright { font-size: 10px; }
	#chat_bot { width: 18vw; height: 18vw; bottom: 1%; right: 2%; }
	#chat_bot p { font-size: 11px; }
	#chat_bot p::before { width: 32px; height: 28px; }
}


/* ---------------------------------------------------
	clear
------------------------------------------------------ */

