@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: absolute;
	width: 100%;
	height: 80px;
	padding: 15px;
	font-family: var(--font-serif);
	text-align: left;
	z-index: 999;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#header h1.title a {
	width: 357px;
	height: 323px;
	position: absolute;
	top: 0;
	left: 0;
}
#header h1.title img {
	object-fit: contain;
	width: 100%;
	height: 100%;
	max-width: none;
}
/* お問い合わせ */
#header .contact a {
	display: block;
}
#header .contact a img {
	vertical-align: middle;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header .contact {
		display: none;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #386F34; }
	#header .contact .btn a { background: #CFA94D; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0 46px 0 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		width: calc(100% - 138px);
		height: 100%;
		padding: 10px;
	}
	#header h1.title a {
		width: 215px;
		height: 193px;
	}
	/* お問い合わせ */
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .txt,
	#header .contact .btn span {
		display: none;
	}
}
	@media only screen and (max-width: 640px) {
	#header h1.title a {
		width: 125px;
		height: 113px;
	}
	}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	margin-left: auto;
}
#menu ul {
	display: flex;
	column-gap: 30px;
	margin-right: 35px;
}
#menu li a {
	display: block;
	color: #3E373D;;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	letter-spacing : 3px;
}
#menu li.on a,
#menu li a:hover {
	color: var(--color-primary);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#menu ul li.dsp_tbs {
	display: none;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
	padding-bottom: 100px;
}
#page_title p {
	text-align: center;
}
#page_title .top_ttl_img img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc(100% - 200px);
	z-index: 2;
}
#sub_ttl img {
	width: 100%;
}
	@media only screen and (max-width: 768px) {
		#page_title {
			padding-bottom: 5%;
		}
		#page_title .top_ttl_img img {
			width: 90%;
		}
	}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	text-align: left;
	line-height: 1.8;
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub {
	font-size : 40px;
	letter-spacing : 8px;
	font-weight: 500;
	margin-bottom: 80px;
	text-align: center;
	color: #3e373d;
}
#container h3.sub span {
	color : #386F34;
}
#container h3.tate {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin: 0 auto 80px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap {
		min-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container {
		padding-top: 50px;
	}
	#container h3.sub {
		margin-bottom: 30px;
		font-size: 23px;
	}
	#container h3.tate {
		writing-mode: inherit;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 20px;
		font-size: 20px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
.btn01 a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	width: 530px;
	height: 76px;
	font-size : 25px;
	letter-spacing : 5px;
	color : #C39321;
	border-radius: 10px;
	box-sizing: border-box;
	vertical-align: middle;
	position: relative;
	border: 1px solid #c39321;
	padding: 15px 25px;
	box-shadow: 5px 5px 10px rgba(183,141,59,0.4);
}
.btn01 a:hover {
	opacity: 1;
	background: #c39321;
	color: #fff;
	box-shadow: none;
}
.btn01 a:hover::before {
	background: url("../img/arrow02-on.png") no-repeat top right/100%;
}
.btn01.span_txt a {
	align-items: flex-start;
	flex-direction: column;
	height: 100px;
	padding: 10px 25px;
}
.btn01 a span {
	font-size: 16px;
	letter-spacing : 3.2px;
	color : #645F64;
}
.btn01 a:hover span {
	color: #fff;
}
.btn01 a::before {
	content: "";
	background: url("../img/arrow02.png") no-repeat top right/100%;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn01 a,.btn01.span_txt a {
		width: 100%;
		height: auto;
		font-size: 130%;
	}
	.btn01 a span {
		font-size: 80%;
	}
}
@media only screen and (max-width: 640px) {
	.btn01 a,.btn01.span_txt a {
		font-size: 110%;
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	background: url("../img/bg-f.jpg") no-repeat center/cover;
	font-size: 14px;
	line-height: 1.6;
}
#footer .main {
	padding: 60px 0;
}
#footer p {
	text-align: center;
	color: #9E9B9E;
}
#footer p.ttl {
	margin-bottom: 40px;
}
#footer p.ttl img {
	width: 235px;
}
/* コピーライト */
#copyright {
	padding: 15px 0;
	color: #787378;
	font-size: 12px;
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#footer .contact li {
		width: 48%;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#footer .ttl {
		margin-bottom: 20px;
	}
	#copyright {
		padding: 10px 0;
		font-size: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer p.ttl img {
		width: 180px;
	}
	#footer .contact li+li {
		margin-top: 15px;
	}
	#footer .contact li.tel a {
		font-size: 25px;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 100px; }
.pb { padding-bottom: 100px; }
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
}
/*------------------------------------------------*/
/* パンくずリスト */
#page_navi {
	margin-bottom: 50px;
	padding-top: 30px;
	color: var(--color-thin);
	font-size: 12px;
	line-height: 1;
	/* フレックス */
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
}
#page_navi li+li:before {
	content: ">";
	margin-right: 0.5em;
}
#page_navi a {
	color: var(--color-thin);
	text-decoration: none;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#page_navi {
		margin-bottom: 30px;
		padding-top: 15px;
		font-size: 11px;
	}
}
/*------------------------------------------------*/
/* テーブル */
.tbl {
	width: 100%;
	background: #fff;
}
.tbl th,
.tbl td {
	padding: 14px;
	border: 1px solid var(--color-tbl-border);
}
.tbl th {
	white-space: nowrap;
	background: var(--color-tbl-th);
}
@media only screen and (max-width: 640px){ /* スマホ */
	.tbl {
		border-bottom: 1px solid var(--color-tbl-border);
	}
	.tbl th,
	.tbl td {
		display: block;
		width: auto;
		padding: 10px;
		border-bottom: none;
	}
}
/*------------------------------------------------*/
/* 注意書き */
p.attention {
	margin-left: 1em;
	text-indent: -1em;
}
/*------------------------------------------------*/
/* 横100％ */
.w100 {
	width: 100vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
}
/*------------------------------------------------*/
/* 横100％背景 */
.bg_wide {
	position: relative;
}
.bg_wide::before,
.bg_wide.bg_after::after {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	margin-right: calc(((100vw - 100%) / 2) * -1);
	content: "";
	z-index: -1;
}
@media only screen and (max-width: 1150px) {
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 50px);
		margin-left: -25px;
		margin-right: 0;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	.w100,
	.bg_wide::before,
	.bg_wide.bg_after::after {
		width: calc(100% + 40px);
		margin-left: -20px;
		margin-right: 0;
	}
}
/*------------------------------------------------*/
/* フレックスボックス */
.box_flex_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.box_flex_sp.rev { flex-direction: row-reverse; }
.box_flex_sp.vcen { align-items: center; }
.box_flex_sp.vtop { align-items: flex-start; }
.box_flex_sp.htop { justify-content: flex-start; }
.box_flex_sp.hcen { justify-content: center; }
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.box_flex.rev { flex-direction: row-reverse; }
	.box_flex.vcen { align-items: center; }
	.box_flex.vtop { align-items: flex-start; }
	.box_flex.htop { justify-content: flex-start; }
	.box_flex.hcen { justify-content: center; }
}
/*------------------------------------------------*/
/* 箱のパディング */
.box_pad {
	padding: 20px;
}
@media print, screen and (min-width: 641px){ /* PC用 */
	.box_pad { padding: 30px; }
}
