@charset "utf-8";
/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #444;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	/*min-width: 1200px;レスポンシブ時外す*/
}

body::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background: #fff;
	border-left: solid 1px #fff;
}

body::-webkit-scrollbar-thumb {
	background: #C6002F;
	border-radius: 8px;
}

body::-webkit-scrollbar-corner {
	background: #C6002F;
}

body::-webkit-scrollbar-button {
	border-radius: 8px;
	background: #333;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
	margin: 0px;
	padding: 0px;
}

ul {
	list-style-type: none;
}

img {
	border: none;
}

input, textarea, select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse: collapse;
	font-size: 100%;
	border-spacing: 0;
}

strong {
	font-weight: bold;
}

@media print {
	strong {
		font-weight: bold;
	}

}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #C6002F;
	text-decoration: none;
}

.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background-color: #FFF;
	position: relative;
	z-index: 10;
	min-width: 1200px;
}

/*ヘッダーブロックの中*/
header .inner {
	width: 1200px;
	height: 70px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.head_bg {
	background-color: #333;
}

/*h1*/
h1 {
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 97%;
	font-weight: 500;
}

.logo {
	position: absolute;
	left: 0px;
	top: 20%;
}

#head_logo {
	float: left;
}

header .inner address {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 11px;
	text-align: center;
	line-height: 1.0;
	top: 20%;
}

header .inner address .tel {
	font-size: 25px;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #333;
	font-weight: bold;
	display: block;
}

.logo.firstChild:after {
	content: "2025.4.1更新";
	font-size: 11px;
	line-height: 1.1;
	position: absolute;
	bottom: 8px;
	left: 280px;
	right: auto;
	text-align: center;
	width: 13em;
	margin: auto;
	padding: 2px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#menu-box {
	display: none;
}

#toggle {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
#nav {
	width: 1100px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	position: relative;
	top: 10%;
	left: 48%;
	margin-left: -47em;
	30 480 */
}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}

#nav li a {
	text-decoration: none;
	color: #333;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 120%;
	display: block;
}

#nav li a:active {
	background-color: #DDDDDD !important;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.4em solid transparent;
	border-bottom: none;
	border-top-color: #184894;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

#nav span.nosecond:after {
	width: 0;
	height: 0;
	border: 0em solid transparent;
	border-bottom: none;
	border-top-color: #184894;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em;
}

#nav ul li:first-child {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #888888;
}

/* first level */
#nav > ul {
	height: 50px; /* 60 */
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}

#nav > ul > li {
	height: 50px;
	width: 133.3px;
	float: left;
}

#nav > ul > li > a {
	height: 100%;
	font-size: 125%;
	line-height: 3.2em;
	text-align: center;
	display: block;
	color: #FFFFFF;
	font-weight: 500;
}

#nav ul li a.a2line {
	padding-top: 0.5em;
	line-height: 1.2em;
	box-sizing: border-box;
}

#nav > ul > li:not( :last-child) > a {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #888888;
}

#nav > ul > li:not( :first-child) > a {
	border-right: 0px solid #888888;
}

#nav > ul > li:hover > a, #nav > ul:not( :hover) > li.active > a {
	color: #fff;
	background-color: #C6002F;
}

/* second level */
#nav li ul {
	background-color: #EEEEEE;
	display: none;
	position: absolute;
	top: 100%;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

#nav li:not( :first-child):hover ul {
	left: -1px;
}

#nav li ul a {
	font-size: 120%;
	border-top: 0px solid #cccccc;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding: 0.75em;
	color: #222222;
	font-weight: 300;
}

#nav li ul li a:hover, #nav li ul:not( :hover) li.active a {
	background-color: #AAAAAA;
}

#nav ul li:last-child {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #222222;
}

#nav ul li.nav_sec_first {
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #222222;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 1200px;
	min-width: 1200px;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

#contents-in {
	float: left;
	width: 1200px;
	margin-bottom: 20px;
}

body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メイン
---------------------------------------------------------------------------*/
#main {
	float: left;
	width: 900px;
	padding-bottom: 10px;
}

#main-top {
	float: left;
	width: 1200px;
	padding-bottom: 10px;
}

h2 {
	font-size: 300%;
	text-align: center;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 800;
	color: #C6002F;
	letter-spacing: 0.2em;
	clear: both;
	border-top: 3px solid #C6002F;
	border-right: 0px solid #1e234c;
	border-bottom: 3px solid #C6002F;
	border-left: 0px solid #C6002F;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

h3 {
	font-size: 150%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #fff;
	clear: both;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #C6002F;
	border-left: 0px solid #C6002F;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #333;
}

h4 {
	font-size: 150%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #333;
	clear: both;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 1px solid #C6002F;
	border-left: 6px solid #C6002F;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 12px;
}

h5 {
	font-size: 150%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 800;
	color: #333;
	clear: both;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 0px solid #C6002F;
	border-left: 0px solid #C6002F;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

h6 {
	font-size: 150%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	color: #333;
	clear: both;
	border-top: 0px solid #1e234c;
	border-right: 0px solid #1e234c;
	border-bottom: 1px dotted #C6002F;
	border-left: 0px solid #C6002F;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#main p {
	padding: 0.5em 10px 15px;
}

/*　コンテンツ用
---------------------------------------------------------------------------*/
#box_con {
	float: left;
	display: block;
	width: 1200px;
	height: 80px;
	margin-top: 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
}

#box_con ul li {
	width: 31%;
	height: 45px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid;
	background-color: #333;
	display: block;
	padding: 0px;
	background: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 42px;
	box-sizing: border-box;
	color: #fff;
	font-size: 140%;
	line-height: 1.2em;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	display: table;
	box-sizing: border-box;
}

#box_con ul li span {
	display: table-cell;
	vertical-align: middle;
}

#box_con ul li.contop {
	margin-left: 0px;
}

#box_con ul li:hover {
	background-color: #C6002F;
}

#box_con2 {
	float: left;
	display: block;
	width: 1200px;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

#box_con2 ul li {
	width: 31%;
	height: 70px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 42px;
	box-sizing: border-box;
	font-size: 170%;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	display: table;
}

#box_con2 ul li.con_cl {
	width: 23.2%;
	height: 50px;
	margin-left: 28px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 110%;
	font-weight: 500;
	line-height: 1.1em;
	letter-spacing: -0.01em;
	color: #fff;
	background-color: #333;
}

#box_con2 ul li span {
	display: table-cell;
	vertical-align: middle;
}

#box_con2 ul li.contop {
	margin-left: 0px;
}

#box_con2 ul li:hover {
	background-color: #C6002F;
}

#box_con2 h5 {
	width: 96.7%;
	padding-right: 10px;
	color: #444444;
	font-size: 185%;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 0px 0px rgba(000, 000, 000, 0.3);
	text-decoration: none;
}

.indent-1 {
	width: 100%;
	float: left;
	text-indent: -1em;
	padding-left: 2em;
}

.indent-2 {
	padding-left: 1em;
	text-indent: -1em;
	margin-top: 0;
}

.indent-3 {
	text-indent: -2em;
	padding-left: 1em;
}

.txtbox {
	float: left;
	padding: 0.1px 0.1em;
	margin: 0.2em 0;
	border: solid 0.5px #000000;
}

.txtbox span {
	margin: 0;
	padding: 0;
}

.txtbox p {
	margin: 0;
	padding: 0;
}

#box_block {
	float: left;
	display: block;
	width: 24.5%;
	height: 450px;
	margin-top: 30px;
	margin-left: 0.5%;
	margin-bottom: 30px;
	box-sizing: border-box;
}

#box_block ul li.block_md {
	width: 100%;
	height: auto;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid;
	background-color: #333;
	display: block;
	padding: 0px;
	background: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	font-size: 120%;
	line-height: 1.2em;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	display: table;
	box-sizing: border-box;
	padding-left: 0.5em;
	text-indent: 0em;
}

#box_block ul li.block_md a:link {
	color: #fff;
}

#box_block ul li.block_md a:active {
	color: #fff;
}

#box_block ul li.block_md a:visited {
	color: #fff;
}

#box_block ul li.block_md a:hover {
	color: #fff;
}

block_md a:link {
	color: #fff;
}

block_md a:visited {
	color: #fff;
}

#box_block ul li {
	width: 100%;
	height: auto;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid;
	background-color: none;
	display: block;
	padding: 0px;
	background: ;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	box-sizing: border-box;
	color: #333;
	font-size: 125%;
	line-height: 1.5em;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	display: table;
	box-sizing: border-box;
	padding-left: 1em;
	text-indent: -1em;
}

#box_block ul li a {
	text-decoration: none;
}

.trr {
	color: #C6002F;
	font-size: 80%;
}

.lb {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	transition: .3s opacity ease;
	z-index: -1;
}

.lb img {
	width: auto !important;
	max-height: 100% !important;
	transform: scale(.7);
	transition: .4s transform ease;
	pointer-events: none;
}

.lb:target {
	opacity: 1;
	z-index: 103;
}

.lb:target img {
	transform: scale(1);
}

/* 閉じるボタン */
.lb::before, .lb::after {
	display: block;
	position: fixed;
	content: "";
	width: 24px;
	height: 3px;
	top: 24px;
	right: 12px;
	background: #fff;
	border-radius: 4px;
}

.lb::before {
	transform: rotate(-315deg);
}

.lb::after {
	transform: rotate(315deg);
}

.lb2 {
	display: flex;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	transition: .3s opacity ease;
	z-index: -1;
}

.lb2 img {
	width: auto !important;
	max-height: 100% !important;
	transform: scale(.7);
	transition: .4s transform ease;
	pointer-events: none;
}

.lb2:target {
	opacity: 1;
	z-index: 103;
}

.lb2:target img {
	transform: scale(1);
}

/* 閉じるボタン */
.lb2::before, .lb::after {
	display: block;
	position: fixed;
	content: "";
	width: 24px;
	height: 3px;
	top: 24px;
	right: 12px;
	background: #fff;
	border-radius: 4px;
}

.lb2::before {
	transform: rotate(-315deg);
}

.lb2::after {
	transform: rotate(315deg);
}

/*テキスト用*/
#box_con2c_t {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

/*テキスト用*/
/*テキスト用*/
#box_con2c {
	width: 100%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

/*テキスト用*/
/*テキスト用*/
#box_con2c_bdr {
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 18px;
	padding: 1em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
	border: solid 1.5px #333;
}

.text_cen_bg {
	font-size: 130%;
	font-weight: 700;
}

/*テキスト用*/
/*テキスト用*/
#box_con2c_50 {
	width: 50%;
	min-height: 80px;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

#box_con2c_51 {
	width: 50%;
	min-height: 80px;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

#box_con2c_501 img {
	float: right;
}

/*テキスト用*/
/*テキスト用*/
#box_con2c_501 {
	width: 50%;
	min-height: 250px;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

#box_con2c_501 img {
	float: right;
}

/*テキスト用*/
/*テキスト用*/
#box_con2c_502 {
	width: 50%;
	min-height: 400px;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

#box_con2c_502 img {
	float: right;
}

/*テキスト用*/
/*テキスト用*/
#box_con2c_70 {
	width: 68%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 0em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

#box_con2c_70 img {
	float: left;
	margin-left: auto;
	margin-right: auto;
}

/*テキスト用*/
/*テキスト用*/
#box_con2c_30 {
	width: 30%;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 10px;
	margin-bottom: 18px;
	padding-left: 1em;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2em;
	box-sizing: border-box;
}

#box_con2c_30 img {
	float: left;
	margin-left: auto;
	margin-right: auto;
}

/*テキスト用*/
/*写真+テキスト用*/
#box_con2c_inph {
	width: 190px;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 0px;
	margin-bottom: 18px;
	padding-left: 0px;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2.2em;
}

#box_con2c_intxt {
	width: 700px;
	height: auto;
	border: 0px solid #FFF;
	margin-top: 0px;
	margin-bottom: 18px;
	padding-left: 0px;
	font-size: 130%;
	float: left;
	background-repeat: no-repeat;
	line-height: 2.2em;
}

.con_img {
	float: left;
}

.con_img_wide {
	float: left;
	width: 100%;
}

/*写真+テキスト用*/
/*サイド
---------------------------------------------------------------------------*/
#side {
	float: right;
	width: 260px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
	box-sizing: border-box;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

body.c2 #side {
	display: none;
}

#side h2 {
	width: 262px;
	background-color: #555;
	color: #FFF;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 150%;
	clear: both;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	box-sizing: border-box;
}

#side .box1 h2 {
	border-radius: 0;
}

#side h2 + ul, #side h2 + .box1 {
	border-top: none;
}

#side .box1 > ul {
	margin-bottom: 0;
}

#smart_m {}

/*side
---------------------------------------------------------------------------*/
#hoge {
	float: right;
	width: 260px;
	max-height: 100vh;
	margin-top: 0px;
}

#hoge ul li {
	width: 260px;
	height: auto;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	font-weight: 500;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	background-color: none;
	box-sizing: border-box;
}

#hoge ul li:hover {
	color: #C6002F;
}

#hoge ul li a {
	width: 260px;
	text-decoration: none;
	display: block;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 110%;
	font-weight: 300;
	padding-left: 0px;
	color: #333;
	box-sizing: border-box;
	text-indent: -1em;
	padding-left: 1em;
}

#hoge ul li a:hover {
	color: #C6002F;
}

#hoge ul li.bn_midashi {
	width: 260px;
	list-style-type: none;
	background-color: #333;
	color: #fff;
	font-size: 125%;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	box-sizing: border-box;
	text-align: center;
}

#hoge ul li.bn_midashi a {
	color: #fff;
}

#hoge ul li.bn_top {
	width: 260px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	box-sizing: border-box;
}

#hoge ul li .bn_h {
	font-size: 115%;
	font-weight: 400;
}

#hoge ul li.bn_home {
	background-color: #DDD;
	font-size: 100%;
	float: left;
	border-radius: 0px;
	border: 1px solid #FFF;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	box-sizing: border-box;
	text-align: center;
	color: #FFF;
}

#hoge_mini_txt {
	font-size: 13px;
}

.submenu {
	text-decoration: none;
	color: #FFF;
}

.submenu:hover {
	color: #FFF;
}

/*フッター
---------------------------------------------------------------------------*/
footer {
	width: 100%;
	clear: both;
	text-align: center;
	padding-top: 13px;
	padding-bottom: 15px;
	color: #FFF;
	background-color: #444444;
	background-repeat: repeat;
	min-width: 1200px;
}

footer .pr {
	display: block;
	font-size: 80%;
}

footer a {
	text-decoration: none;
	color: #FFF;
}

footer a:hover {
	color: #FFF;
}

#ft_bg {
	background-repeat: repeat-x;
	height: 130px;
}

div#footer {
	width: 100%;
	height: 85px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
}

div#footer2 {
	width: 100%;
	height: 55px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
}

div#footerIn {
	width: 1200px;
	height: 35px;
	margin: 0 auto;
	position: relative;
	background-color: #;
}

div#footerIn .footerlogo {
	width: 400px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: ;
	font-size: 100%;
}

div#footerIn .footerlogo2 {
	width: 230px;
	position: absolute;
	float: right;
	top: 5px;
	right: 0px;
	line-height: 110%;
}

div#footerIn .footerlogo3 {
	display: block;
	width: 500px;
	height: 75px;
	float: left;
	position: ;
	margin-top: 5px;
	left: 0px;
	line-height: 1.8em;
	padding-top: 0px;
}

div#footerIn li {
	margin-bottom: 5px;
}

div#footerIn a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 125%;
}

div#footerIn a:hover {
	text-decoration: underline;
}

div#footerIn ul.foot_menu01 {
	position: absolute;
	left: 700px;
	top: 0px;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 100%;
}

div#footerIn ul.foot_menu02 {
	position: absolute;
	left: 900px;
	top: 0px;
	color: #FFFFFF;
	line-height: 1.4em;
	font-size: 100%;
}

div#footerIn .telnumber {
	position: absolute;
	top: 45px;
	right: 0;
	width: 277px;
	height: 104px;
	text-indent: -9999em;
}

div#footerIn .submenu {
	position: absolute;
	overflow: hidden;
	top: 233px;
	left: 0;
	width: 980px;
}

div#footerIn .submenu ul {
	float: left;
	padding-top: 8px;
}

div#footerIn .submenu ul li {
	float: left;
	margin-right: 17px;
}

div#footerIn .submenu address {
	width: 219px;
	height: 30px;
	float: right;
	text-indent: -9999em;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
	background-color: #fff;
	font-size: 100%;
}

.ta1, .ta1 td, .ta1 th {
	border: 0.5px solid #CCC;
	line-height: 1.8;
	font-size: 100%;
}

.ta1 td {
	padding: 2px;
	line-height: 1.5em;
}

.ta1 th {
	width: 30%;
	padding: 2px;
	text-align: center;
	font-weight: 500;
	background-color: #f1f1f1;
	line-height: 1.5em;
}

/*テーブル(大)
---------------------------------------------------------------------------*/
table.ta2 {
	width: 100%;
	background-color: #fff;
}

table.ta2, table.ta2 td, table.ta2 th {
	border: 0.5px solid #CCC;
	line-height: 1.8;
	font-size: 95%;
	box-sizing: border-box;
}

table.ta2 td {
	width: auto;
	padding: 5px;
	line-height: 1.5em;
	text-align: center;
}

table.ta2 th {
	width: 100px;
	padding: 5px;
	text-align: center;
	font-weight: 500;
	background-color: #f1f1f1;
	line-height: 1em;
}

table.ta2 td p.txt_left {
	text-align: left;
}

.txt_min {
	display: none;
}

table.ta2-5 {
	width: 100%;
	background-color: #fff;
	table-layout: fixed;
}

table.ta2-5, table.ta2-5 td, table.ta2-5 th {
	border: 0.5px solid #CCC;
	line-height: 1.8;
	font-size: 95%;
	box-sizing: border-box;
}

table.ta2-5 td {
	width: 20%;
	padding: 5px;
	line-height: 1.5em;
	text-align: center;
	table-layout: fixed;
	word-wrap: break-word;
}

table.ta2-5 th {
	width: 20%;
	padding: 5px;
	text-align: center;
	font-weight: 500;
	background-color: #f1f1f1;
	line-height: 1em;
	table-layout: fixed;
}

table.ta2-5 th.contta {
	width: 30%;
}

table.ta2-5 td p.txt_left {
	text-align: left;
}

/*テーブル
---------------------------------------------------------------------------*/
.ta3 {
	width: 50%;
	background-color: #fff;
	font-size: 100%;
	margin-top: 10px;
}

.ta3, .ta3 td, .ta3 th {
	border: 0.5px solid #CCC;
	line-height: 1.8;
	font-size: 100%;
}

.ta3 td {
	padding: 5px;
	line-height: 1.5em;
}

.ta3 th {
	width: 30%;
	padding: 2px;
	text-align: center;
	font-weight: 500;
	background-color: #f1f1f1;
	line-height: 1.5em;
}

#contents_top {
	float: left;
	width: 69%;
	height: auto;
	display: block;
	line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 100%;
}

#contents_top_full {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 1.8em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-right: px;
	font-size: 100%;
}

/* PAGE TOP 設定
---------------------------------------------------------------------------*/
.pagetop {
	display: block;
	position: fixed;
	bottom: 50px;
	right: 69px;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #333;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

/*その他
---------------------------------------------------------------------------*/
#center {
	text-align: center;
}

/*レスポンシブ
---------------------------------------------------------------------------*/
#smart {
	display: none;
}

#hp {
	display: block;
}

.img_s {
	width: auto;
}

.img_s2 {
	width: auto;
}

.img_100 {
	width: 100%;
	height: auto;
}

.img_70 {
	width: 70%;
	display: block;
	height: auto;
}

.img_100map {
	width: auto;
	height: auto;
	text-align: center;
}

.img_50 {
	width: 49%;
	float: left;
}

.img_50-100 {
	width: 49.5%;
}

.img_100-50 {
	width: 48.0%;
	height: auto;
	margin-top: 5px;
	margin-left: 10px;
}

.img_auto {
	width: auto;
	height: auto;
}

.fixed {
	position: fixed;
	top: 10px;
}

#text_red {
	font-family: 'Noto Sans Japanese', sans-serif;
	line-height: 1.2em;
	color: #DD0000;
}

#menu-box {
	display: none;
}

#toggle {
	display: none;
}

/*改行*/
.br-sp {
	display: none;
}

.br-hp {
	display: block;
}

/*文字
---------------------------------------------------------------------------*/
.fl_right {
	float: right;
}

.fl_left {
	float: left;
}

.txt_big_b {
	font-size: 195%;
	line-height: 1.5em;
	font-weight: 800;
	padding-left: 5px;
}

.txt_mark {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.txt_big {
	font-size: 185%;
	line-height: 1.5em;
	font-weight: 300;
	padding-left: 5px;
}

.text_middle {
	font-size: 140%;
	line-height: 1.2em;
	font-weight: 500;
}

.text_tel {
	font-size: 160%;
	line-height: 1.0em;
	font-weight: 500;
}

.text_mail {
	font-size: 150%;
	line-height: 1.0em;
	font-weight: 500;
}

.mail_link {
	text-decoration: none;
}

.txt280big {
	font-size: 280%;
}

.txt_gr {
	font-size: 220%;
	line-height: 1.5em;
	font-weight: 800;
	color: #005500;
	padding-left: 5px;
}

.txt_big_gr {
	font-size: 120%;
	line-height: 1.2em;
	font-weight: 800;
}

.txt_ora {
	font-size: ;
	line-height: 1.5em;
	font-weight: 600;
	color: #FF6600;
}

.txt_red {
	font-size: 100%;
	line-height: 1.5em;
	font-weight: 600;
	color: #FF0000;
}

.txt_big_red {
	font-size: 300%;
	line-height: 1.2em;
	font-weight: 800;
	color: #FF0000;
}

.txt_ora {
	font-size: ;
	line-height: 1.5em;
	font-weight: 600;
	color: #FF6600;
}

#page-top {
	position: fixed;
	bottom: 90px;
	right: 50px;
	font-size: 180%;
}

#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 8px 0;
	text-align: center;
	display: block;
	border-radius: 0px;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}

/*リンク先ズレ修正
---------------------------------------------------------------------------
#s_001, #s_002, #s_003, #s_004, #s_005, #s_006, #s_007, #s_008, #s_009, #s_010, #s_011, #s_012, 
#m_001, #m_002, #m_003, #m_004, #m_005, #m_006, #m_007, #m_008, #m_009, #m_010, #m_011, #m_012 {
		margin-top: -40px;
		padding-top: 40px;
}*/