@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: relative;
	height: 80px;
	padding: 15px;
	text-align: left;
}
/* タイトル */
#header h1.title {
	height: 100%;
	/* 縦方向中央揃え */
	display: flex;
	align-items: center;
}
#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 {
		position: fixed;
		padding: 0;
		top: 30px;
		left: 20px;
		z-index: 999;
	}
	#header h1.title {
		display: block;
	}
	#header h1.title img {
		width: 60px;
		height: auto;
	}
	#header .contact {
		position: fixed;
		left: 20px;
		bottom: 30px;
		display: block;
		font-family: var(--font-sans);
	}
	#header .contact .tel {
		margin-bottom: 20px;
	}
	#header .contact a {
		color: #fff;
		font-size: 14px;
		line-height: 30px;
		border: 1px solid #fff;
		display: inline-block;
		padding: 0 10px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: var(--color-secondary); }
	#header .contact .tel a { background: var(--color-secondary); }
	#header .contact .btn a { background: var(--color-secondary); }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0 46px 0 0;
		background: rgba(51, 51, 51, 0.7);
		z-index: 9997;
	}
	#header h1.title {
		width: calc(100% - 138px);
		height: 100%;
		padding: 10px;
	}
	#header h1.title img {
		width: auto;
		height: 40px;
	}
	/* お問い合わせ */
	#header .contact p {
		margin-right: 1px;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 46px;
		height: 50px;
		padding: 0 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	position: fixed;
	left: 20px;
	bottom: 200px;
	margin-left: auto;
}
#menu li {
	margin-bottom: 20px;
}
#menu li a {
	display: block;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
#menu li.on a,
#menu li a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	color: #ccc;
}
#menu ul li.dsp_tbs {
	display: none;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	overflow: hidden;
	position: relative;
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl {
	position: relative;
	margin-top: 80px;
}
#sub_ttl img {
	width: 100%;
}
#sub_ttl .waku {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	font-size : 40px;
	color : #000;
	text-align: left;
	font-weight: 400;
	padding: 15px 15px 0 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#page_title:before {
		content: "";
		position: absolute;
		background: rgba(51, 51, 51, 0.7);
		width: 270px !important;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 1;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#sub_ttl {
		margin-top: 30px;
	}
	#sub_ttl .waku {
		left: 15px;
		font-size: 25px;	}
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#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 {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-size: 40px;
	color: var(--color-primary);
	font-weight: normal;
}
#container h3.sub::after {
	display: block;
	width: 300px;
	height: 1px;
	margin-top: 15px;
	background: #000;
	content: "";
}
#container h3.sub02 {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px;
	font-size: 40px;
	color: var(--color-primary);
	font-weight: normal;
}
#container h3.sub02 span {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
}
#container h3.sub02 span::before {
	width: 100%;
	height: 1px;
	margin-top: 15px;
	background: #000;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
#container h3.sub03 {
	position: relative;
	margin-bottom: 50px;
	font-size : 32px;
	line-height : 55px;
	color : #28283B;
	font-weight: normal;
}
@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: 25px;
	}
	#container h3.sub::after {
		width: 200px;
	}
	#container h3.sub02 {
		font-size: 25px;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	#container h3.sub03 {
		font-size: 22px;
		margin-bottom: 30px;
		line-height: 1.8em;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub {
		margin-bottom: 10px;
		font-size: 23px;
	}
	#container h3.sub::after {
		width: 150px;
	}
	#container h3.sub02 {
		font-size: 23px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.main {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	margin-top: auto;
	background: var(--footer-bg);
	color: var(--footer-font);
	font-size: 14px;
	line-height: 1.6;
	position: relative;
}
#footer #back_top a img {
	width: 70px;
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/* コピーライト */
#copyright {
	height: 92px;
	padding-top: 50px;
	box-sizing: border-box;
	font-size: 12px;
	text-align: center;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#copyright {
		font-size: 10px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#footer #back_top a img {
		width: 50px;
	}
	#copyright {
		padding-top: 20px;
		height: 50px;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
/* 枠のマージン・パディング */
.mt { margin-top: 100px; }
.mb { margin-bottom: 100px; }
.pt { padding-top: 100px; }
.pb { padding-bottom: 100px; }
.btn02 a {
	font-size: 16px;
	line-height: 60px;
	border: 1px solid #000;
	display: inline-block;
	text-align: center;
	width: 300px;
	color: #000;
	position: relative;
}
.btn02 a:before, .btn02 a:after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-bottom: 15px solid #28283b;
	border-top: 0;
	transform: rotate(315deg);
	position: absolute;
	top: -2px;
	left: -10px;
}
.btn02 a:after {
	border-bottom: 0;
	border-top: 15px solid #28283b;
	top: auto;
	left: auto;
	bottom:  -2px;
	right: -10px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	.bg_lft::before {
		background: #333;
		width: 270px !important;
		left: 0  !important;
		margin-left: 0 !important;
		margin-right: auto !important;
		z-index: -1;
	}
	.main_s { margin-left: 270px; }
	.main_cen {
		width: 870px;
		margin: 0 auto;
		position: relative;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	.mb { margin-bottom: 50px; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
	.main_cen { padding-left: 15px; padding-right: 15px; }
}
@media only screen and (max-width: 640px){ /* スマホ */
	.mb { margin-bottom: 40px; }
	.pt { padding-top: 40px; }
	.pb { padding-bottom: 40px; }
	.btn02 a {
		width: 250px;
		line-height: 50px;
	}
}
/*------------------------------------------------*/
/* パンくずリスト */
#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; }
}
