﻿@charset "UTF-8";

/* --------------------------------------------------------
	Setting
-------------------------------------------------------- */

/*///// 共通設定 /////*/
* {
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.Clear {
	clear: both;
}

/*///// ボーダー /////*/
img {
	border-width: 0;
	line-height: 0;
	vertical-align: top;
}

/*///// リストスタイル /////*/
ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

/*---リスト(黒丸)---*/
.Disc {
	margin: 0px 0px 0px 20px;
}

.Disc li {
	list-style-type: disc;
	margin: 0px 0px 5px 0px;
}

/*---リスト(数字)---*/
.Decimal {
	margin: 0px 0px 0px 22px;
}

.Decimal li {
	list-style-type: decimal;
	margin: 0px 0px 0px 0px;
}

/*///// リンク /////*/
a {
	color: #FF2626;
	text-decoration: underline;
}

a:hover {
	color: #FF2626;
	text-decoration: none;
}

a:active {
	color: #FF2626;
}

a:visited {
	color: #FF2626;
}

/*///// テキスト /////*/
.Txt-Em {
	font-size: 20px;
	font-weight: bold;
	color: #ff3d5d;
}

.Txt-Blue {
	font-size: 18px;
	font-weight: bold;
	color: #377fa8;
}

/*///// レイアウト /////*/
body {
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.5em;
	font-size: 14px;
	color: #222;
}

#Wrapper {
	border-top: 3px solid #D90000;
}

#Container {
	width: 980px;
	margin: 0 auto;
}

/* --------------------------------------------------------
	Header
-------------------------------------------------------- */
#Header {
	width: 980px;
	height: 110px;
}

#Logo a {
	display: block;
	float: left;
	width: 500px;
	height: 65px;
	background: url(../img/logo.jpg) no-repeat left top;
	margin: 23px 0px 0px 0px;
	text-indent: -9999px;
}

#Tel {
	float: right;
	width: 305px;
	height: 65px;
	background: url(../img/tel.jpg) no-repeat left top;
	margin: 23px 0px 0px 0px;
	text-indent: -9999px;
}

.Btn_Mail a {
	float: right;
	display: block;
	width: 196px;
	height: 65px;
	background: url(../img/btn_mail_on.jpg) no-repeat left top;
	margin: 23px 0px 0px 10px;
}

.Btn_Mail a:hover {
	text-indent: -9999px;
}

/* --------------------------------------------------------
	Navigation
-------------------------------------------------------- */
#Navi {
	clear: both;
	height: 50px;
	width: 980px;
	margin: 0px 0px 20px 0px;
}

#Navi img {
	vertical-align: top;
}

#Navi ul {
	text-align: left;
	height: 50px;
	width: 980px;
	margin: 0 auto;
}

#Navi li {
	float: left;
	list-style: none;
	text-indent: -9999px;
}

#Navi a:hover {
	background-position: 0px -50px;
	text-decoration: none;
}

li.Navi-01 a {
	display: block;
	width: 195px;
	height: 50px;
	background: url(../img/navi_01.jpg) no-repeat left top;
	margin: 0px 1px 0px 0px;
}

li.Navi-02 a {
	display: block;
	width: 195px;
	height: 50px;
	background: url(../img/navi_02.jpg) no-repeat left top;
	margin: 0px 1px 0px 0px;
}

li.Navi-03 a {
	display: block;
	width: 195px;
	height: 50px;
	background: url(../img/navi_03.jpg) no-repeat left top;
	margin: 0px 1px 0px 0px;
}

li.Navi-04 a {
	display: block;
	width: 195px;
	height: 50px;
	background: url(../img/navi_04.jpg) no-repeat left top;
	margin: 0px 1px 0px 0px;
}

li.Navi-05 a {
	display: block;
	width: 196px;
	height: 50px;
	background: url(../img/navi_05.jpg) no-repeat left top;
	margin: 0px 0px 0px 0px;
}

/* --------------------------------------------------------
	Sitepath
-------------------------------------------------------- */
#Sitepath {
	width: 800px;
	height: 15px;
	margin: 0px 0px 18px 0px;
}

#Sitepath li {
	padding: 0px 15px 0px 5px;
	float: left;
	font-size: 12px;
	background: url(../img/icon_sitepath.jpg) no-repeat right center;
}

#Sitepath li a {
	color: #0083CA;
	text-decoration: underline;
}

#Sitepath li.noarrows {
	background: none;
}

#Sitepath li a:hover {
	color: #0083CA;
	text-decoration: none;
}

/* --------------------------------------------------------
	Main
-------------------------------------------------------- */
/*---メイン・イメージ画像---*/
#Gallery-Area {
	width: 980px;
	height: 360px;
}

/*---見だし---*/
h2 {
	font-size: 20px;
	color: #000;
	background: url(../img/h2_bg.jpg) no-repeat left top;
	height: 35px;
	margin: 0px 0px 20px 0px;
	padding: 15px 0px 0px 18px;
}

h3 {
	font-size: 16px;
	color: #FFF;
	background-color: #D90000;
	height: 27px;
	margin: 0px 0px 10px 0px;
	padding: 9px 0px 0px 14px;
}

/*---エリア分け---*/
.Left-Cont {
	float: left;
	width: 470px;
	margin: 0px 0px 0px 0px;
	display: inline;
}

.Right-Cont {
	float: left;
	width: 470px;
	margin: 0px 0px 0px 40px;
	display: inline;
}

/*---写真3枚フロート---*/
.Photo_3items {
	width: 980px;
}

.Photo_3items img {
	margin: 0px 0px 0px 0px;
}

.Photo_3items li {
	float: left;
}

.Photo_3items .Left {
	width: 318px;
	margin: 0px 13px 0px 0px;
}

.Photo_3items .Right {
	width: 318px;
	margin: 0px 0px 0px 0px;
}

/*---写真4枚フロート---*/
.Photo_4items {
	width: 980px;
}

.Photo_4items img {
	margin: 0px 0px 0px 0px;
}

.Photo_4items li {
	float: left;
}

.Photo_4items .Left {
	width: 236px;
	margin: 0px 12px 0px 0px;
}

.Photo_4items .Right {
	width: 236px;
	margin: 0px 0px 0px 0px;
}

/*行間マージン設定*/
.Space-Contour10 {
	height: 10px;
	margin: 0px 0px 0px 0px;
}

.Space-Contour20 {
	height: 20px;
	margin: 0px 0px 0px 0px;
}

.Space-Contour40 {
	height: 40px;
	margin: 0px 0px 0px 0px;
}

.Space-Contour80 {
	height: 80px;
	margin: 0px 0px 0px 0px;
}

.Contour {
	clear: both;
	height: 1px;
	border-top: 1px dotted #CCC;
}

/*---ページの先頭へ---*/
.PageTop {
	clear: both;
	float: right;
	margin: 0px 0px 10px 0px;
}

.PageTop a {
	display: block;
	height: 20px;
	background: url(../img/page-top.jpg) no-repeat left 4px;
	color: #222;
	text-decoration: none;
	padding: 0px 0px 0px 18px;
}

.PageTop a:hover {
	color: #FF2626;
	text-decoration: underline;
}

/*---テーブル---*/
.Table_Frame table {
	border-collapse: collapse;
}

.Table_Frame tr {
	border: 1px solid #CCC;
}

.Table_Frame th {
	vertical-align: top;
	font-weight: bold;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	color: #000;
	padding: 5px;
}

.Table_Frame td {
	padding: 5px;
	border: 1px solid #CCC;
}

/*---お知らせ---*/
#Area_News {
	width: 470px;
	margin: 0px 0px 10px 0px;
}

/*---記事一覧---*/
#List_Link {
	float: right;
	font-weight: normal;
	margin: 0px 10px 0px 0px;
	padding-top: 0px;
	font-size: 12px;
}

#List_Link a {
	color: #FFF;
	text-decoration: none;
}

#List_Link a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* --------------------------------------------------------
	Footer
-------------------------------------------------------- */
#Footer_Wrap {
	height: 60px;
	background-color: #F5F5F5;
	border-top: 1px solid #CCC;
}

#Footer {
	width: 980px;
	height: 60px;
	margin: 0 auto;
}

#Footer .Copy {
	height: 35px;
	text-align: center;
	padding: 20px 0px 0px 0px;
}


/* トップにバナー追加 */
.top_bn_wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}

.top_bn_wrap .col {
	width: 32%;
}

.top_bn_wrap .col img {
	width: 100%;
	height: auto;
}