@charset "utf-8";

/* ------------------------------
 リセット
------------------------------ */
* {
border:0;
margin:0;
/* outline:0; */
padding:0;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
-o-box-sizing:border-box;
box-sizing:border-box;
font:inherit;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
text-decoration:none;
vertical-align:baseline;
}
html {font-size:62.5%; width:100%; height:100%;}
body {
font-size:10px;
font-size:1.0rem;
line-height:1;
position:relative;
text-align:center;
-webkit-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale;
width:100%;
height:100%;
}
article, aside, dialog, figure, footer, header, main, menu, nav, section {display:block;}
audio, canvas, video {display:inline-block;}
hr {display:block;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:""; content:none;}
input, select {vertical-align:middle;}
table {border-collapse:collapse; border-spacing:0; empty-cells:show;}

/* input focus outline */
input:focus {
	outline: solid 2px var(--main-font-color);
}
:root {
	--main-font-color: #0a0703;
	--base-color: #f2f1f0;
	--red-color: #ab2e4b;
	--yellow-color: #99972e;
	--brown-color: #451722;
	--green-color: #204227;
	--gray-color: #cccac4;
	--gray-color-02: #99968a; /* 温かみのあるグレー */
	--font-min: "Noto Serif JP", sans-serif;
	--font-en-normal: "Arial", "Helvetica", sans-serif;
	--font-all: "Raleway", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	--font-en: "Raleway", sans-serif;
	--header-height-pc: 110px /* PC時のheaderの高さ */;
	--header-height-sp: 50px /* SP時のheaderの高さ */;
}
/* ------------------------------
 サイト全体
------------------------------ */
html, body {
	margin: 0 auto;
	color: var(--main-font-color);
	font-family: "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.75;
	font-weight: 500;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
.site {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.75;
	font-feature-settings: "palt";
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.cms_block img {
	vertical-align: middle;
}
.cf:after {
	content: "";
	clear: both;
	display: block;
}
.fl { float: left; }
.fr { float: right; }
.tal { text-align: left !important; }
.tac { text-align: center !important; }
.tar { text-align: right !important; }
.vat { vertical-align: top; }
.vam { vertical-align: middle; }
.vab { vertical-align: bottom; }
strong, .bold { font-weight: 600; }
.nobold { font-weight: 500 !important; }
.auto {
	margin-left: auto;
	margin-right: auto;
}
input.none { display:none; }
/* 行スペース */
.t1 { margin-top: 1.75em; }
.b1 { margin-bottom: 1.75em; }
.b2 { margin-bottom: 3.5em; }
.b3 { margin-bottom: 5.25em; }
/* スペース */
.mt5 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt80 { margin-top: 80px !important; }
.mb0 { margin-bottom: 0 !important; }
.mb5 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.ml0 { margin-left: 0 !important; }
.ml5 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml20 { margin-left: 20px !important; }
.ml50 { margin-left: 50px !important; }
.ml1em { margin-left: 1em !important; }
.ml2rem { margin-left: 2rem !important; }
.mr0 { margin-right: 0 !important; }
.mr5 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr20 { margin-right: 20px !important; }
.nopd { padding: 0 !important; }

/* リンク */
a {
	color: var(--main-font-color);
	text-decoration: none;
	transition: opacity 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.7;
	}
}
/* カラー */
.red { color: var(--red-color) !important; }
.yellow { color: var(--yellow-color) !important; }
.brown { color: var(--brown-color) !important; }
/* フォントサイズ */
.f11 { font-size: 1.1rem !important; }
.f12 { font-size: 1.2rem !important; }
.f13 { font-size: 1.3rem !important; }
.small, small,
.f14 { font-size: 1.4rem !important; }
.f15 { font-size: 1.5rem !important; }
.f16 { font-size: 1.6rem !important; }
.big,
.f18 { font-size: 1.8rem !important; }
.f19 { font-size: 1.9rem !important; }
.f20 { font-size: 2.0rem !important; }
.f21 { font-size: 2.1rem !important; }
.f22 { font-size: 2.2rem !important; }
.f26 { font-size: 2.6rem !important; }
.f28 { font-size: 2.8rem !important; }
.f30 { font-size: 3.0rem !important; }
.f32 { font-size: 3.2rem !important; }
.f44 { font-size: 4.4rem !important; }
.f19,.f20,.f21,.f22,.f26,.f28,.f30,.f32,.f44 { line-height: 1.4; }
/* 上付き */
sup {
	font-size: 80%;
	vertical-align:top;
}
/* 下付き */
sub {
	font-size: 80%;
	vertical-align:bottom;
}
/* 取り消し線 */
s { text-decoration: line-through;}
/* 強調 */
em { font-style: italic; }
/* 打消し */
del { text-decoration: line-through; }
/* 引用・転用 */
blockquote { margin: 1em 3em; }
/* ルビ */
ruby { ruby-position: over; }
/* 非表示 */
.hide { display: none; }
/* インラインブロック */
.inline-block {
	display: inline-block;
}
/* インデント */
.ti1c {
	padding-left: 1em;
	text-indent: -1em;
}
.ti1hc {
	padding-left: 1.6em;
	text-indent: -1.6em;
}
/* 文字間 */
.text-spacing-s { letter-spacing: 0.03em;}
.text-spacing-m { letter-spacing: 0.05em;}

/* 下線 */
u { text-decoration: underline; }
/* ルビ */
ruby rt { font-size: 50%; }
/* ------------------------------
 サイト全体（PC）
------------------------------ */
@media print, screen and (min-width: 768px) {
	.pc { display: block !important; }
	.sp { display: none !important;}
	.pc_tal { text-align: left !important; }
	.pc_tac { text-align: center !important; }
	.pc_tar { text-align: right !important; }
	.pc_bold { font-weight: bold;}
	.pc_nobr br { display: none; }
	/* スペース */
	.pc_mt20 { margin-top: 20px !important }
	.pc_mt10 { margin-top: 10px !important }
	.pc_mt5 { margin-top: 5px !important }
	.pc_mb0 { margin-bottom: 0 !important }
	.pc_mb10 { margin-bottom: 10px !important; }
	.pc_mb20 { margin-bottom: 20px !important; }
	.pc_mb25 { margin-bottom: 25px !important; }
	.pc_mb30 { margin-bottom: 30px !important; }
	.pc_mb40 { margin-bottom: 40px !important; }
	.pc_mb50 { margin-bottom: 50px !important; }
	.pc_mb60 { margin-bottom: 60px !important; }
	.pc_mb70 { margin-bottom: 70px !important; }
	.pc_mb80 { margin-bottom: 80px !important; }
	.pc_mr0 { margin-right: 0 !important; }
	.pc_mr10 { margin-right: 10px !important; }
	.pc_ml20 { margin-left: 20px !important; }
	/* TEL Link */
	a[href^="tel:"] {
		color: var(--main-font-color);
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
	/* PCのみブロック */
	.pc_block {
		display: block;
	}
	/* PCのみインラインブロック */
	.pc_inline-block {
		display: inline-block;
	}
	/* 別ページからのアンカーリンクの頭出し調整 */
	.contents [id] {
		scroll-margin-top: var(--header-height-pc);
	}
}
/* ------------------------------
 サイト全体（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	html, body {
		min-width: 100%;
		max-width: 100%;
	}
	.site { 
		min-width: 0;
		font-size: 1.5rem;
	}
	.pc { display: none !important; }
	.sp { display: block !important; }
	.sp_db { display: block !important; }
	.sp_tac { text-align: center !important; }
	.sp_tal { text-align: left !important; }
	.sp_nobr br { display: none; }
	.fl, .fr { float: none; }
	/* スペース */
	.mt80 { margin-top: 50px !important; }
	.mb15 { margin-bottom: 10px !important; }
	.mb20 { margin-bottom: 15px !important; }
	.mb25 { margin-bottom: 15px !important; }
	.mb30 { margin-bottom: 20px !important; }
	.mb35 { margin-bottom: 20px !important; }
	.mb40 { margin-bottom: 25px !important; }
	.mb50 { margin-bottom: 30px !important; }
	.mb60 { margin-bottom: 40px !important; }
	.mb70 { margin-bottom: 45px !important; }
	.mb80 { margin-bottom: 50px !important; }
	.sp_mt10 { margin-top: 10px !important; }
	.sb_mt-30 { margin-top: -30px !important; }
	.sp_mb0 { margin-bottom: 0 !important; }
	.sp_mb5 { margin-bottom: 5px !important; }
	.sp_mb10 { margin-bottom: 10px !important; }
	.sp_mb15 { margin-bottom: 15px !important; }
	.sp_mb20 { margin-bottom: 20px !important; }
	.sp_mb25 { margin-bottom: 25px !important; }
	.sp_mb30 { margin-bottom: 30px !important; }
	.sp_mb40 { margin-bottom: 40px !important; }
	.sp_mb50 { margin-bottom: 50px !important; }
	.sp_mb60 { margin-bottom: 60px !important; }
	.sp_ml2em { margin-left: 2rem !important; }
	.sp_mr0 { margin-right: 0 !important; }
	/* フォントサイズ */
	.f11 { font-size: 1rem !important; }
	.f12 { font-size: 1.1rem !important; }
	.f13 { font-size: 1.2rem !important; }
	.small, small,
	.f14 { font-size: 1.3rem !important; }
	.f15 { font-size: 1.4rem !important; }
	.f16 { font-size: 1.5rem !important; }
	.big,
	.f18 { font-size: 1.7rem !important; }
	.f19 { font-size: 1.8rem !important; }
	.f20 { font-size: 1.9rem !important; }
	.f21 { font-size: 2.0rem !important; }
	.f22 { font-size: 2.1rem !important; }
	.f26 { font-size: 2.4rem !important; }
	.f28 { font-size: 2.6rem !important; }
	.f30 { font-size: 2.7rem !important; }
	.f32 { font-size: 2.8rem !important; }
	.f44 { font-size: 3.2rem !important; }
	.nobr br { display: none; }
	/* PCのみインラインブロックのスマホ表示 */
	.pc_inline-block {
		display: block;
		margin-bottom: 5px;
	}
	/* spのみインラインブロック */
	.sp_inline-block {
		display: inline-block;
	}
	/* spのみ左右auto */
	.sp_auto {
		margin-left: auto;
		margin-right: auto;
	}
	/* 別ページからのアンカーリンクの頭出し調整 */
	.contents [id] {
		scroll-margin-top: var(--header-height-sp);
	}
}

/* ------------------------------
 ヘッダー
------------------------------ */
.header {
	display: block;
	position: fixed;
	z-index: 1000;
	width: 100%;
	margin: 0;
	padding: 0;
	color: var(--main-font-color);
	font-weight: 600;
	background-color: #fff;
	transition: background-color 0.2s ease-in-out;
}
.headerBlock {
	width: 100%;
	height: 100%;
	text-align: left;
	box-shadow: rgba(153, 150, 138, 0.3) 0 0 2px;
}
.header a {
	color: var(--main-font-color);
}
/* -- ロゴ -- */
.logoBox {
	display: flex;
	align-items: center;
	width: auto;
}
/* 言語切り替え */
.language {
	font-family: var(--font-en-normal);
	font-weight: 400;
	color: var(--gray-color-02);
	display: flex;
	gap: 14px;
	border-bottom: solid 1px var(--brown-color);
	padding-left: 27px;
	background: url(../img/icon_world.svg) no-repeat 0 center / 20px 20px;
}
.language li {
	position: relative;
}
.language li.ja a,
.language li.on a {
	color: var(--yellow-color);
	pointer-events: unset;
}
.language li:not(:last-child)::after {
	content: "/";
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% + 4px);
	margin: auto;
}
/* 電話 */
.header .telBox {
	height: 42px;
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding-left: 47px;
	background: url(../img/icon_tel.svg) no-repeat 0 center / 40px auto;
}
.header .telBox .title {
	font-size: 1.1rem;
	line-height: 14px;
	color: #fff;
	padding: 0 3px;
	display: inline-block;
	background-color: var(--brown-color);
}
.header .telBox .title {
	font-size: 1.1rem;
	line-height: 14px;
	color: #fff;
	padding: 0 3px;
	display: inline-block;
	background-color: var(--brown-color);
}
.telBox .telno {
	font-family: var(--font-en-normal);
	font-size: 3.3rem;
	font-weight: 600;
	color: var(--brown-color);
	line-height: 1;
}
.telBox .telno a {
	color: var(--brown-color);
}
/* お問い合わせ */
.header .contact a {
	line-height: 1.4;
	text-align: center;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--yellow-color);
}
/* 非表示 */
.gnav a[target="_blank"]::after {
	content: none;
}
.visually-hidden {
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	width: 0px !important;
	height: 0px !important;
	opacity: 0 !important;
	overflow: hidden !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	visibility: visible !important;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	.header {
		min-width: 1240px;
	}
    .headerBlock {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-left: 30px;
	}
	.slidemenu-btn,
	.btn-submenu-toggle {
		display: none !important;
	}
	/* -- ロゴ -- */
	.header .logoBox > a img {
		width: 380px;
		height: auto;
	}
	/*-- グローバルナビ --*/
	.headerBlock .gnav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
        justify-content: flex-end;
		width: auto;
		height: var(--header-height-pc);
		gap: 3px 35px;
		padding-top: 15px;
		padding-right: calc(var(--header-height-pc) + 20px);
	}
	/* グローバルナビメニュー */
	.headerBlock .gnav .headerMenu {
		width: 100%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		gap: 0 20px;
		visibility: visible;
	}
	.headerBlock .gnav .headerMenu > li {
		display: flex;
		align-items: center;
		height: 50px;
	}
	.headerBlock .gnav .headerMenu > li > p {
		font-size: 1.7rem;
		font-weight: 600;
		width: 100%;
		height: 100%;
	}
	.headerBlock .gnav .headerMenu > li > p a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
	}
	.headerBlock .gnav > ul > li > p > a:hover {
		opacity: 1;
	}
	.headerBlock .gnav > ul > li > p > a::before {
		content: "";
		position: absolute;
		left: 0;
		right: 100%;
		bottom: 0;
		width: 100%;
		height: 4px;
		background: var(--yellow-color);
		transform: scale(1, 0);
		transform-origin: center bottom;
		transition: transform 0.2s ease-in-out;
	}
	.headerBlock .gnav > ul > li.on > p > a::before,
	.headerBlock .gnav > ul > li:hover > p > a::before {
		transform: scale(1, 1);
	}
	.headerBlock .gnav > ul > li:not(:last-child) > p > a::after {
		content: "";
		position: absolute;
		width: 1px;
		height: 17px;
		border-right: solid 1px #dbdad6;
        top: 0;
		bottom: 0;
		right: -11px;
		margin: auto;
	}
	.pulldown.on {
		overflow-y: auto;
		max-height: calc(100vh - var(--header-height-pc));		
	}
	
	/* お問い合わせ */
	.header .contact {
		width: var(--header-height-pc);
		height: var(--header-height-pc);
		display: flex;
		position: absolute;
		top: 0;
		right: 0;
	}
}
@media print, screen and (min-width: 1400px) {
	.header .logoBox > a img {
		width: 350px;
	}
	.headerBlock .gnav {
		padding-right: calc(var(--header-height-pc) + 35px);
	}
	.headerBlock .gnav .headerMenu {
		gap: 0 32px;
	}
	.headerBlock .gnav > ul > li:not(:last-child) > p > a::after {
		right: -16px;
	}
	
}

/* ------------------------------
 PC用限定CSS プルダウンメニュー部分
------------------------------ */
@media print, screen and (min-width: 768px) {
	.headerBlock .gnav .headerMenu > li > .pulldown {
		display: block !important;
        width: 100%;
		background-color: var(--base-color);
		padding: 5% 0;
        position: absolute;
        top: var(--header-height-pc);
        left: 0;
		right: 0;
        transition-duration: 0.4s;
		transition-timing-function: ease-in-out;
		transition-delay: 0.3s;
		visibility: hidden;
        opacity: 0;
	}
	/* プルダウン表示 */
	.headerBlock .gnav .headerMenu > li > .pulldown.on {
		opacity: 1;
		top: calc(100%);
		height: auto;
		visibility: visible;
	}
	/* -- 下層メニュー -- */
	.headerBlock .gnav .headerMenu > li > .pulldown .title {
		font-family: var(--font-min);
		font-size: 2.8rem;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1.2;
		margin-bottom: 40px;
		padding-bottom: 10px;
		border-bottom: 3px solid;
  		border-image: linear-gradient(to right, var(--yellow-color) 0%, var(--yellow-color) 60px, transparent 60px) 1;
	}
	/* 第3階層 */
	.headerBlock .gnav .headerMenu > li > .pulldown ul {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
		gap: 0 36px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li {
		width: 258px;
		border-bottom: dotted 1px #b8b5ad;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li a {
		position: relative;
		display: flex;
		align-items: center;
		width: 100%;
		height: 100%;
		padding: 15px 0 15px 15px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul li a::before {
		content: "";
        width: 6px;
        height: 6px;
        display: block;
        position: absolute;
        top: calc(15px + .6em);
        left: 0;
        background-color: var(--brown-color);
	}
}

/* ------------------------------
 スマホ用コード（ヘッダ）
------------------------------ */
@media screen and (max-width: 767px) {
	.header {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: var(--header-height-sp);
		min-width: 100%;
		z-index: 1000;
	}
	.headerBlock  {
		width: 100%;
		margin: 0 auto;
	}
	/* ロゴ */
	.header .logoBlock {
		z-index: 1000;
		width: 100%;
		top: 0;
		position: relative;
	}
	.header .logoBox {
		position: relative;
		display: flex;
		align-items: center;
		background-color: transparent;
		padding-left: 3%;
		height: var(--header-height-sp);
		z-index: 1000;
	}
	.header .logoBox > a img {
		width: 216px;
		height: auto;
	}
	.page-open-slidemenu .header .logoBox {
		background-color: #fff;
	}
	/* 開閉メニューボタン */
	.slidemenu-btn {
		display: block;
		width: var(--header-height-sp);
		height: var(--header-height-sp);
		background-color: var(--brown-color);
		position: absolute;
		top: 0;
		right: 0;
		transition: 0.2s ease-in-out;
		cursor: pointer;
		z-index: 1100;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		display: block;
		position: absolute;
	}
	.header .menu-icon,
	.header .menu-icon:before,
	.header .menu-icon:after {
		width: 16px;
		height: 2px;
		background-color: #adaa7d;
		border-radius: 1px;
		-webkit-transition: color .25s ease;
		transition: color .25s ease;
	}
	body.page-open-slidemenu {
		height: 100%;
		overflow: hidden;
	}
	.page-open-slidemenu .header .menu-icon:before,
	.page-open-slidemenu .header .menu-icon:after {
		background-color: #adaa7d;
	}
	.header .menu-icon:before,
	.header .menu-icon:after {
		content: "";
		-webkit-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.header .menu-icon {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: transparent;
	}
	.header .menu-icon:before {
		top: -3px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.header .menu-icon:after {
		bottom: -3px;
		-webkit-transition: -webkit-transform .1s ease-out;
		transition: -webkit-transform .1s ease-out;
		transition: transform .1s ease-out;
		transition: transform .1s ease-out, -webkit-transform .1s ease-out;
	}
	.page-open-slidemenu .header .menu-icon {
		background-color: transparent;
	}
	.page-open-slidemenu .header .menu-icon:before {
		-webkit-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	.page-open-slidemenu .header .menu-icon:after {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg);
		-webkit-transition: -webkit-transform .1s ease-out .25s;
		transition: -webkit-transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s;
		transition: transform .1s ease-out .25s, -webkit-transform .1s ease-out .25s;
	}
	
	/* グローバルナビ */
	.headerBlock .gnav {
		-webkit-transition: opacity .15s ease-in-out, visibility 0s step-start 0.2s;
		transition: opacity .15s ease-in-out, visibility 0s step-start 0.2s;
		position: fixed;
		top: 0;
		z-index: 999;
		width: 100%;
		padding: calc(var(--header-height-sp) + 30px) 0 40px;
		background: var(--base-color);
		opacity: 0;
		visibility: hidden;
		display: flex;
		flex-flow: column;
	}
	
	/* 開いたら固定 */
	.page-open-slidemenu .headerBlock {
		position: fixed;
		top: 0;
	}
	.page-open-slidemenu .headerBlock .gnav {
		height: 100dvh;
		max-height: 100dvh;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		visibility: visible;
		opacity: 1;
		transition: opacity 0.2s ease-in-out;
	}
	.headerBlock .gnav .headerMenu {
		margin-bottom: 20px;
		border-top: solid 1px var(--gray-color);
	}
	.page-open-slidemenu .headerBlock .gnav .headerMenu > li {
		position: relative;
		text-align: left;
		z-index: 1;
	}
	.headerBlock .gnav .headerMenu > li > p {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li a {
		padding: 20px 5%;
		display: block;
		line-height: 1.3;
	}
	.headerBlock .gnav .headerMenu > li:has(.visually-hidden) p a {
		padding-right: 60px;
	}
	.headerBlock .gnav .headerMenu > li  {
		border-bottom: 1px solid var(--gray-color);
	}
	.headerBlock .gnav .headerMenu > li:last-child {
		border-bottom: solid 1px var(--gray-color);
	}
	/* ------------------------------
	 プルダウンメニュー部分
	------------------------------ */
	.headerBlock .gnav .headerMenu > li > .pulldown {
		position: relative;
		display: none;
		background-color: #fff;
		border-top: 1px solid var(--gray-color);
		overflow: hidden;
		transition: none;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown .title {
		display: none;
	}
	.header-menuItems {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul {
		margin-bottom: -1px;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li {
		border-bottom: 1px dotted var(--gray-color);
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > a {
		position: relative;
	}
	.headerBlock .gnav .headerMenu > li > .pulldown ul > li > a::before {
		content: "";
		width: 6px;
		height: 6px;
		display: block;
		position: absolute;
		top: calc(20px + .5em);
		left: 0;
		background-color: var(--brown-color);
	}
	
	/* トグルボタン */
	.btn-submenu-toggle {
		display: block;
		width: 60px;
		height: 60px;
		background: url(../img/icon_gnav_open.svg) no-repeat center;
		background-size: 22px 22px;
		border-radius: 100%;
		position: absolute;
		top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
		z-index: 10;
		transition: 0.2s ease-in-out;
		cursor: pointer;
	}
	.is-open .btn-submenu-toggle::after {
		content: "";
		width: 22px;
		height: 22px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background: url(../img/icon_gnav_close.svg) no-repeat 0 0;
	}
	.headerBlock .gnav .headerMenu > li.is-open > .pulldown {
		display: block;
		overflow: visible;
	}
	
	/* 言語切り替え */
	.language {
		margin-left: auto;
		margin-right: auto;
	}
	
	/* 電話 */
	.header .telBox {
		margin-left: auto;
		margin-right: auto;
		height: auto;
		padding-left: 57px;
		background-size: 50px auto;
		margin-bottom: 15px;
	}
	.header .telBox .title {
		font-size: 1.3rem;
		line-height: 17px;
	}
	.telBox .telno {
		font-size: 3.9rem;
		letter-spacing: -0.02em;
	}
	/* お問い合わせ */
	.header .contact a {
		width: 270px;
		height: 46px;
		margin: 0 auto 35px;
	}

}
/* ------------------------------
 コンテンツ（PC）
------------------------------ */
.contentsHome,
.contents {
	position: relative;
	width: 100%;
	text-align: left;
}
.inBlock {
	text-align: left;
}
.mainContents,
.sideContents {
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.site {
		min-width: 1240px;
	}
	.contentsHome,
	.contents {
		min-width: 1240px;
	}
	.contentsHome {
		margin: var(--header-height-pc) auto 0;
	}
	.contents {
		margin: var(--header-height-pc) auto 0;
		padding-bottom: 135px;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		width: 820px;
		float: left;
	}
	.sideContents {
		width: 270px;
		float: right;
	}
	.inBlock .mainContents .cms_block:not(.w1-2) {
		width: 100%;
	}
	/* 横幅1140px */
	.inBlock {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.contents .inBlock::after {
		content: "";
		display: block;
		clear: both;
	}
	/* 横幅1920px */
	.cms_block {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
	.cms_block.wide {
		width: 100%;
	}
	.wide > * {
		width: 1140px;
		margin-left: auto;
		margin-right: auto;
	}
}
/* ------------------------------
 コンテンツ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.site {
		min-width: 320px;
		position: relative;
        bottom: 0;
	}
	.page-open-slidemenu {
		overflow: hidden;
	}
	.contentsHome,
	.contents {
		min-width: 320px;
	}
	.contentsHome {
		margin-top: var(--header-height-sp);
		padding-bottom: 30px;
	}
	.contents {
		padding: var(--header-height-sp) 0;
		padding-bottom: 60px;
	}
	/* サイドコンテンツ有り */
	.mainContents {
		margin-bottom: 50px;
	}
	.inBlock .mainContents .cms_block {
		width: 100%;
		margin-left: 0;
        margin-right: 0;
	}
	/* 入力 */
	.inBlock {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
	/* .cms_block {
		margin-left: 5%;
		margin-right: 5%;
	} */
	/* Wideの場合 */
	.cms_block.wide {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	.cms_block.wide > *:not(.wide) {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}

/* ------------------------------
 サイドナビ（PC）
------------------------------ */
/* -- 見出し -- */
.localnavi .title {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 68px;
	padding: 10px;
	border-bottom: solid 2px var(--yellow-color);
	background-color: var(--brown-color);
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
}
/* -- 下層ページリンク -- */
.localnavi ul > li,
.localnavi ul > li > p {
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
}
.localnavi:not(.latestList) ul > li {
	border-bottom: solid 1px #cccac4;
}
.localnavi ul li a {
	position: relative;
	display: block;
	line-height: 1.5;
	background-color: transparent;
	padding: 13px 15px;
	transition: 0.3s ease-in-out;
}
.localnavi ul > li > p:not(:has(.btn-submenu-toggle)) > a {
	padding: 10px 15px;
}

/* -- プルダウン -- */
.localnavi ul > li > .pulldown {
	position: relative;
	display: none;
	overflow: hidden;
}
.localnavi ul > li > .pulldown li {
	border-bottom: none;
}
.localnavi ul > li > .pulldown > ul > li::before {
	content: "";
	position: absolute;
	height: 0;
	left: 15px;
	right: 15px;
    top: 0;
	border-top: dotted 1px #d6d5d0;
	margin: auto;
}
.localnavi ul > li > .pulldown li p a {
	color: var(--yellow-color);
}
/* 最下層 */
.localnavi ul > li > .pulldown li .pulldown li::before {
	content: none;
}
.localnavi ul > li > .pulldown li .pulldown li a {
	padding: 5px 0 5px 25px;
	font-weight: 500;
}
.localnavi ul > li > .pulldown li .pulldown li a::after {
	content: "";
	position: absolute;
	left: 15px;
	top: calc(5px + .7em);
	width: 6px;
	height: 1px;
	background-color: var(--yellow-color);
}
/* -- トグルボタン -- */
.localnavi ul > li > p .btn-submenu-toggle {
	display: block !important;
	position: absolute;
	width: 43px;
	height: 100%;
	background: none;
	background-color: transparent;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	cursor: pointer;
	box-shadow: none;
	border-radius: 0;
}
.localnavi ul > li > p .btn-submenu-toggle span {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	width: 17px;
	height: 17px;
	background-color: var(--yellow-color);
	border-radius: 100%;
	transition: 0.3s ease-in-out;
}
.localnavi ul > li > p .btn-submenu-toggle::before,
.localnavi ul > li > p .btn-submenu-toggle::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	transition: 0.3s ease-in-out;
	z-index: 1;
}
.localnavi ul > li > p .btn-submenu-toggle::before {
	width: 5px;
	height: 1px;
}
.localnavi ul > li > p .btn-submenu-toggle::after {
	width: 1px;
	height: 5px;
}
.localnavi ul > li > p.is-open .btn-submenu-toggle::after {
	opacity: 0;
}

/* 現在表示しているページ */
.localnavi ul > li.on > p > a,
.localnavi ul > li.on > a {
	color: #fff;
	background-color: var(--yellow-color);
}
.localnavi ul > li > .pulldown > li.on a::before {
	background-color: #fff;
}
.localnavi ul > li:not(:last-child).on::after {
	opacity: 0;
}
/* 現在表示しているページ */
.localnavi ul > li.on > p .btn-submenu-toggle::before {
	background-image: url(../img/icon_gnav_open_w.svg);
}
.localnavi ul > li.on > p .btn-submenu-toggle::after {
	background-image: url(../img/icon_gnav_close_w.svg);
}
@media print, screen and (min-width: 768px) {
    /* マウスオーバー */
	.localnavi ul > li:not(.on) > p:hover > a,
	.localnavi ul > li:not(.on) > a:hover {
		color: #fff;
		opacity: 1;
		background-color: var(--yellow-color);
	}
	.localnavi ul > li > p:hover .btn-submenu-toggle span {
		background-color: #fff;
	}
	.localnavi ul > li > p:hover .btn-submenu-toggle::before,
	.localnavi ul > li > p:hover .btn-submenu-toggle::after {
		background-color: var(--yellow-color);
	}
}
/* ------------------------------
 サイドナビ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	/* -- 見出し -- */
	.localnavi .title {
		font-size: 1.8rem;
		padding: 12px 15px;
		min-height: auto;
	}
	.localnavi ul li a {
		padding: 10px 15px;
	}
}

/* ------------------------------
 下層ページヘッダー（PC）
------------------------------ */
.heading {
	position: relative;
	z-index: 1;
	background-color: var(--brown-color);
	margin-bottom: 85px;
}

.heading .headImg {
	margin-left: 55px;
	border-top: solid 3px var(--yellow-color);
}
.heading .headImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 画像ない場合 */
.pageTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 5%;	
}
.heading:has(.headImg) {
	background: 
        linear-gradient(transparent 63% , #fff 0),
        linear-gradient(45deg, var(--brown-color) , #33161e);
}
.heading:not(:has(.headImg)) .pageTitle {
	background: linear-gradient(45deg, var(--brown-color) , #33161e);
	border-bottom: solid 3px var(--yellow-color);
}
@media print, screen and (min-width: 768px) {
	/* heading h1 */
	.pageTitle {
		min-height: 260px;
	}
	.pageTitle h1 {
		margin-bottom: 0px;
	}
	/* メイン画像無し */
	.heading:has(.headImg) .pageTitle {
		min-height: 245px;
	}
	.heading .headImg img {
		aspect-ratio: 373 / 128;
		object-position: 50% top;
	}
}
/* ------------------------------
 下層ページヘッダー（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.heading {
		margin-bottom: 35px;
	}
	.heading .headImg {
		aspect-ratio: 71 / 66;
		margin-left: 5%;
	}
	.heading .headImg img {
		aspect-ratio: 750 / 739;
		object-position: 50% top;
	}
	.pageTitle {
		min-height: 130px;
	}
}

/* ------------------------------
 フッター（PC）
------------------------------ */
.footer {
	position: relative;
	width: 100%;
	text-align: center;
	color: #fff;
	background-color: var(--brown-color);
	margin: 0 auto;
	z-index: 1;
}
.footer .inBlock {
	padding: 85px 0;
}
/* ロゴ */
.footer .logoBox {
	margin-bottom: 30px;
}
.footer .logoBox img {
	width: 140px;
}
/* メニューリンク */
.footerMenu p {
	font-weight: bold;
}
.footerMenu a {
	color: #fff;
	position: relative;
}
.footerMenu a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 5px;
	background: url(../img/icon_blank.svg) no-repeat center / cover;
	transition: .3s ease-in-out;
}
.footer .email img {
	width: 207px;
	vertical-align: middle;
}
/* -- コピーライト -- */
.copyright {
	font-family: "Arial Narrow", Arial, sans-serif;
	font-size: 1.4rem;
	line-height: 1;
	color: #b5a2a7;
}
/* ------------------------------
 PC用限定CSS
------------------------------ */
@media print, screen and (min-width: 768px) {
	/* メニューリンク */
	.footerMenu {
		max-width: 600px;
		display: flex;
		justify-content: space-between;
		gap: 0 40px;
	}
	.footerMenu ul {
		line-height: 1.5;
	}
	.footerMenu ul li {
		padding-left: 12px;
		position: relative;
	}
	.footerMenu ul li::before {
		content: "";
		width: 6px;
		height: 1px;
		background-color: #adaa7d;
		position: absolute;
		left: 0;
		top: .7em;
	}
	.footerMenu ul + p {
		margin-top: 5px;
	}
}
/* ------------------------------
 スマホ用コード（フッタ）
------------------------------ */
@media screen and (max-width: 767px) {
	/* 電話 */
	.footer .contactBox {
		min-height: 54px;
		padding-left: 8px;
		display: flex !important;
		text-align: left;
		background-color: var(--base-color);
	}
	.footer .contactBox .telBox {
		width: calc(100% - 80px);
		display: flex;
		align-items: center;
		gap: 3px;
	}
	.footer .contactBox .title {
		font-size: 1rem;
		font-weight: 600;
		color: var(--brown-color);
		line-height: 1.2;
		display: flex;
		flex-flow: column;
		justify-content: center;
		min-height: 32px;
		padding-left: 36px;
		background: url(../img/icon_tel.svg) no-repeat 0 center / 32px auto;
	}
	.footer .contactBox .telno {
		font-size: 2.8rem;
	}
	.footer .contactBox .contact {
		display: flex;
		width: 80px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
	}
	.footer .contactBox .contact a {
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		width: 100%;
		height: 100%;
		background-color: var(--yellow-color);
	}
	/* footer contents */
	.footer .inBlock {
		padding: 50px 0;
	}
	.footer .logoBox img {
		width: 126px;
    }
	.footer address {
		margin-bottom: 35px;
	}
	/* メニューリンク */
	.footerMenu,
	.footerMenu .box {
		display: flex;
		flex-wrap: wrap;
		gap: 2px 30px;
	}
	.footerMenu .box p {
		display: inline-block;
		position: relative;
	}
	.footerMenu p:not(:last-child)::after {
		content: "";
		width: 1px;
		height: 14px;
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -15px;
		margin: auto;
		border-right: solid 1px #6a454e;
	}
	/* -- コピーライト -- */
	.copyright {
		margin-top: 30px;
	}
}

/* ------------------------------
 ページトップ（PC）
------------------------------ */
.js-btn-pagetop {
	display: block;
	width: 48px;
    height: auto;
	position: fixed;
	bottom: 50px;
	right: 3%;
	z-index: 10;
	cursor: pointer;
	transition: none;
}

/* ------------------------------
 ページトップ（SP）
------------------------------ */
@media screen and (max-width: 767px) {
	.js-btn-pagetop {
		width: 34px;
		bottom: 10px;
    	right: 3%;
	}
}

/* ------------------------------
 印刷用コード
------------------------------ */
@media print {
	html, 
	body {
		background: none;
	}
	.header {
		position: absolute;
	}
	.header .logoBox > a img {
		width: 360px;
	}
	.headerSubMenu ul > li {
		font-size: 1.5rem;
	}
	.headerBlock .gnav .headerMenu {
		gap: 0 20px;
	}
}

 /* -- 余白 -- */
@page {
	margin: 9.7mm 9.7mm;
}