@charset "utf-8";
/*==================================================
  ヘッダ
--------------------------------------------------*/
#header {
	position: relative;
	height: 80px;
	padding: 15px;
	background: #fff;
	font-family: var(--font-sans);
	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;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#header {
		display: block;
		height: auto;
		padding: 0;
	}
	#header .contact {
		display: none;
	}
	#header h1.title img {
		position: absolute;
		width: auto;
		height: auto;
		z-index: 1;
		top: 377px;
		left: calc(50% -  476px);
	}
	#header h1.title_sub img {
		top: 200px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #df8f96; }
	#header .contact .tel a { background: #df8f96; }
	#header .contact .btn a { background: #df8f96; }

	/* ヘッダ */
	#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: 5px;
	}
	#header h1.title img {
		width: 180px;
	}
	/* お問い合わせ */
	#header .contact .tel:first-of-type {
		border-right: 1px solid #fff;
	}
	#header .contact .btn {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	#header .contact .tel a,
	#header .contact .btn a {
		width: 43px;
		height: 50px;
		padding: 0 10px;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .tel a {
		padding: 0 5px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
}
@media only screen and (max-width: 320px){ /* スマホ */
	#header h1.title img {
		width: 120px;
	}
}
/*--------------------------------------------------
  メニュー
--------------------------------------------------*/
#menu {
	clear: both;
	width: 950px;
	height: 61px;
	margin: 0 auto 30px;
	background: #FFFFFF;
}
#menu p {
	float: left;
	width: auto;
}
#menu ul {
	float: right;
	width: auto;
	padding-top: 20px;
}
#menu li {
	float: left;
	width: auto;
	height: 34px;
	list-style: none;
	border-right: 1px solid #D66D84;
	padding: 0 12px;
	line-height: 2;
	text-align: center;
}
#menu li:first-of-type{
	border-left: 1px solid #D66D84;
}
#menu li:nth-of-type(3),#menu li:nth-of-type(4),#menu li:nth-of-type(5){
	line-height: 1.1;
}
#menu li a{
	color: #4D4D4D;
	text-decoration: none;
	font-family: 'Noto Serif JP', serif;
}
#menu li.on, #menu li:hover{
	background: url("../img/menu/bg_menu.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: auto;
	height: 34px;
}
/*--------------------------------------------------
  ページタイトル
--------------------------------------------------*/
#page_title {
	clear: both;
	width: 100%;
	background: url(../img/bg.gif) repeat-x top;
}
#page_title_in {
	clear: both;
	width: 100%;
	text-align: center;
	background:url(../img/bg_title.png) no-repeat center bottom;
}
#page_title h2 {
	text-align: center;
}
#page_title p {
	text-align: center;
}
#sub_ttl img {
	width: 100%;
}
/*--------------------------------------------------
  コンテナ
--------------------------------------------------*/
#wrap {
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}
#container {
	text-align: left;
	line-height: 1.5;
}
#container p {
	margin-bottom: 1em;
}
#container h3.sub, #container h4.ttl {
	font-size: 25px;
	background : linear-gradient(90deg, rgba(247, 194, 193, 0) 0%, rgba(247, 194, 193, 1) 12.12%, rgba(247, 194, 193, 1) 88.48%, rgba(247, 194, 193, 0) 100%);
	text-align: center;
	padding: 15px 0;
	position: relative;
	color: #fff;
	font-family: var(--font-serif);
	text-shadow: 0 0 5px rgba(139, 0, 81, 0.5);
}
#container h3.sub::before, #container h3.sub::after,
#container h4.ttl::before, #container h4.ttl::after {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 100%;
	height: 1px;
	background: #fff;
}
#container h3.sub::after, #container h4.ttl::after {
	top: auto;
	bottom: 3px;
}
#navi_company {
	clear: both;
	width: 100%;
	margin-bottom:20px;
	padding: 0 10px 10px;
	background:url(../img/navi/bg_company.gif) no-repeat left bottom;
	border-right: 1px solid #fff;
	border-bottom-right-radius: 7px;
}
#top_company p {
	margin: 0;
	text-indent: -0.5em;
}
/* ���m�点 */
#top_info {
	clear: both;
	width: 100%;
	padding: 3px;
	margin-bottom: 20px;
	background: #FFFFFF;
}
#top_info .box {
	padding: 10px 10px 2px;
	border: solid 1px #F9D6D5;
}
#top_info dl {
	padding-bottom: 8px;
	margin-bottom:8px;
	border-bottom:dashed 1px #cfcfcf;
}
#top_info dt {
	color:#E7929A;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#wrap {
	}
	#container {
		width: 950px;
		margin: auto;
		position: relative;
	}
	#container::before {
		content: "";
		width: 950px;
		height: calc(100% + 30px);
		position: absolute;
		right: 0;
		top: 0;
		background: url(../img/bg_wrap.gif) repeat-y center;
		z-index: -1;
	}
	#main {
		float: left;
		width: 700px;
	}
	#navi {
		float: right;
		width: 220px;
		padding: 0 5px;
		background: url(../img/navi/bg.gif) no-repeat center top;
		box-sizing: border-box;
	}
	#navi h3 {
		width: 100%;
		margin-top: 5px;
	}
	#navi h3 img {
		width: 100%;
	}
	#wrap {
		min-width: 1150px;
	}
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#container h3.sub, #container h4.ttl {
		margin-bottom: 30px;
		font-size: 23px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	#page_title {
		padding-top: 50px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#wrap, #footer {
		min-width: 320px;
	}
	#container h3.sub, #container h4.ttl {
		margin-bottom: 20px;
		font-size: 20px;
	}
}
/*--------------------------------------------------
  メイン
--------------------------------------------------*/
.main {
	width: 1150px;
	max-width: 100%;
	margin: auto;
	padding: 0 25px;
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#main, #navi, .main {
		padding-left: 20px;
		padding-right: 20px;
	}
	#navi {
		padding-top: 15px;
		background: #FCE7E6;
	}
	#navi_contact, #navi_company {
		width: 220px;
		margin: 0 auto;
	}
	#navi_company {
		border-right: 0;
		margin-bottom: 20px;
	}
}
/*--------------------------------------------------
  フッタ
--------------------------------------------------*/
#footer {
	background: url(../img/bg_footer.png) repeat-x top;
	color: #F9D6D5;
	clear: both;
	width: 100%;
	margin-top: auto;
	font-size: 14px;
	line-height: 1.6;
	
}
#footer .box {
	clear: both;
	width: 950px;
	height: 30px;
	margin: auto;
	padding: 60px 0 70px;
	background: url(../img/btn_footer.png) no-repeat right bottom;
	text-align: left;
	font-size: 12px;
	line-height: 1;
}
#footer .box li {
	display: inline;
	margin-right: 20px;
	padding-left: 18px;
	background: url(../img/p.png) no-repeat left center;
	list-style: none;
}
#footer .box li a {
	color: #4F4239;
	text-decoration: none;
}
#footer .box li a:hover {
	text-decoration: underline;
}
/* �R�s�[���C�g */
#copyright {
	clear: both;
	width: 100%;
	padding: 4px 0;
	background: #e7929a;
	font-size: 11px;
	text-align: center;
}
@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 .contact li+li {
		margin-top: 15px;
	}
	#footer .contact li.tel a {
		font-size: 25px;
	}
	#copyright {
		padding: 5px 0;
	}
}
/*--------------------------------------------------
  共通
--------------------------------------------------*/
.top_shin {
	margin: 30px 0;
	padding: 2px;
	border: solid 2px #BF9831;
}
.top_shin .in {
	padding: 15px;
	border: solid 1px #BF9831;
}
.top_shin a, .note a, .btn01 a {
	padding: 5px 20px;
	background-color: #BF9831;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
}
.kouza {
	padding: 2px;
}
.kouza .in {
	padding: 15px;
	border: solid 1px #BF9831;
}
.kouza h3 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #0070c0;
}
.kouza .en {
	color: #4bacc6;
	font-size: 18px;
}
.kouza .en b {
	color: #333333;
	font-size: 24px;
}
.kouza .fm {
	font-size: 18px;
}
.kouza table  {
	border-collapse:  collapse; /* セルの線を重ねる */
	width: 100%;
}
.kouza tr:nth-child(odd) {
	background-color: #ddd;
}
.kouza th, .kouza td {
	padding: 5px 10px;
}
.kouza p.ttl {
	margin-bottom: 10px;
	color: #BF9831;
	font-size: 20px;
	text-align: center;
}
.top_shin li, .kouza li {
	float: left;
	margin-left: 45px;
	margin-bottom: 20px;
	color: #BF9831;
	font-size: 18px;
}
.kouza li:first-child {
	margin-left: 45px;
}
.kouza li:first-child {
	margin-left: 45px;
}
.kouza li+li {
	margin-left: 50px;
}
.top_shin p.txt, .kouza p.txt, .kouza p.plus {
	width: 400px;
	margin: 0 auto 35px;
}
.attention dt {
	float: left;
	width: 16px;
}
.attention dd {
	margin-left: 16px;
}
.mark {
	padding-left: 14px;
	background: url(../img/p.png) no-repeat 0px 0px;
}
/* 枠のマージン・パディング */
.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: 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 {
		width: 100% !important;
	}
	.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; }
}
