@charset "UTF-8";


/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/parts/space.gif);
}
table, caption, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(../../img/parts/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(../../img/parts/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.PcNo { display: none; }

* {
	-webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;
}


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/


/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.8;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 16px;
	color: #333;
}

div#PageTop a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../../img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 9999;
}


/*------------Header---------------------------------------------------------------*/
.IsFixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
div#Header {
	width: 100%;
	background-color: #bf821b;
}
div#Header:before {
    position: absolute;
    width: 50%;
    height: 100%;
    content: "";
    top: 0;
    left: 50%;
	background-color: #fff;
}
div#InHeader {
	position: relative;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
div#InHeader h1 {
	width: 115px;
	padding: 10px 0 0;
	float: left;
}
div#InHeader h1 span {
	display: block;
	width: 110px;
}
div#InHeader h1 a {
	display: block;
	height: 0;
	padding-top: 91.30434782608696%;
	background: url(../../img/parts/logo-icon.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------HeaderTxt------------------------*/
div#InHeader div#HeaderTxt {
	width: 845px;
	padding: 0.3em 0 0.3em 0.5em;
	float: right;
	background-color: #fff;
}

/*------------HCatchTel------------*/
div#InHeader div#HCatchTel {
	width: 100%;
	overflow: hidden;
	font-size: 0.75em;
}
div#InHeader div#HCatchTel h2 { float: left; }
div#InHeader div#HCatchTel div#HTel {
	width: 220px;
	float: right;
}
div#InHeader div#HCatchTel div#HTel p { text-align: right; }
div#InHeader div#HCatchTel div#HTel div {
	padding-left: 30px;
	background: url(../../img/parts/header_tel.png) no-repeat left center;
	float: right;
	text-align: right;
	line-height: 22px;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-weight: bold;
	font-size: 1.375rem;
	color: #c30d23;
}

/*------------HNav------------*/
div#InHeader div#HNav {
	width: 100%;
	padding-top: 15px;
	overflow: hidden;
	font-size: 0.875em;
}
div#InHeader div#HNav h2 {
	width: 212px;
	float: left;
}
div#InHeader div#HNav h2 a {
	display: block;
	height: 40px;
	background: url(../../img/parts/logo-txt.png) no-repeat left center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#InHeader div#HNav ul {
	width: auto;
	margin-top: 25px;
	float: right;
	text-align: right;
}
div#InHeader div#HNav ul li {
	display: inline-block;
	padding-left: 1.5em;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-weight: bold;
}
div#InHeader div#HNav ul li a:hover {
	text-decoration: none;
	color: #c30d23;
}


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
}


/*------------Main------------------------------------------------*/
div#Main {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/*------------Title------------------------*/
div#Title {
	position: relative;
	width: 100%;
	min-height: 300px;
	margin-bottom: 120px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index:5
}
div#Title div#InTitle {
	position: absolute;
	width: 960px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
}
div#Title div#InTitle ul {
	width: 250px;
	margin-left: auto;
	list-style: none;
}
div#Title div#InTitle ul li + li { margin-top: 1.2em; }
div#Title div#InTitle ul li a {
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 1.625em;
	font-weight: bold;
	color: #fff;
}
div#Title div#InTitle ul li a:hover {
	text-decoration: none;
	color: #c30d23;
}

/*------------InBox------------------------*/
div.InBox {
	position: relative;
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
div.InBox h2 {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
	color: #c30d23;
}
div.InBox h2 span {
	display: inline-block;
	padding-left: 35px;
	background: url(../../img/parts/title_icon01.png) no-repeat left center;
}
div.InBox h3 {
	margin-bottom: 35px;
	text-align: center;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 1.75rem;
	font-weight: bold;
}

/*------------Inner------------------------*/
div.Inner {
	width: 800px;
	margin: 60px auto 70px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }
div.Inner p { line-height: 2; }

/*------------Bg01------------------------*/
div.Bg {
	position: relative;
	width: 100%;
	margin: -120px auto 120px;
	padding-top: 120px;
	font-size: 1.125em;
}
section:nth-last-of-type(1) div.Bg { margin-bottom: 0; }
div.Bg01 {
	width: 100%;
	padding: 40px 0;
	background-color: #333;
	color: #fff;
}
div.Bg02 {
	width: 100%;
	padding: 40px 0;
	background-color: #f0ebc8;
	font-size: 1rem;
}
div.Bg03 {
	margin: 40px auto 0;
	padding: 40px 0;
	background-color: #fff;
}
div.Bg03 div.Inner { margin-top: 0; }


/*------------BtnList---------------------------------------------------------------*/
div#BtnList {
	position: relative;
	width: 960px;
	margin: 130px auto 0;
	overflow: hidden;
}
div#BtnList ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#BtnList ul li {
	width: 280px;
	padding-top: 70px;
	float: left;
	margin-right: 60px;
}
div#BtnList ul li#icon01 { background: url(../../img/parts/footer_icon01.png) no-repeat center top; }
div#BtnList ul li#icon02 { background: url(../../img/parts/footer_icon02.png) no-repeat center top; }
div#BtnList ul li#icon03 { background: url(../../img/parts/footer_icon03.png) no-repeat center top; }
div#BtnList ul li:nth-last-of-type(1) { margin-right: 0; }
div#BtnList ul li dl {
	text-align: center;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
}
div#BtnList ul li dl dt {
	font-size: 1.875em;
	font-weight: bold;
}
div#BtnList ul li dl dd {
	font-size: 1.125em;
	font-weight: bold;
}
div#BtnList ul li div span,
div#BtnList ul li div a {
	display: block;
	background-color: #c30d23;
	text-align: center;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-weight: bold;
	color: #fff;
}
div#BtnList ul li div { margin: 15px 0; }
div#BtnList ul li div span {
	padding: 0.6em 0;
	font-size: 1.75em;
}
div#BtnList ul li div a {
	padding: 1.2em 0;
	font-size: 1.25em;
}
div#BtnList ul li div a:hover {
	background-color: #bf821b;
	text-decoration: none;
}
div#BtnList ul li p {
	text-align: center;
	line-height: 1.2;
	font-size: 0.875em;
}


/*------------Footer---------------------------------------------------------------*/
div#Footer {
	position: relative;
	width: 100%;
	margin: 120px auto 0;
	padding: 20px 0;
	background-color: #333;
	overflow: hidden;
}
div#Footer ul {
	width: 960px;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
div#Footer ul li {
	display: inline-block;
	padding: 0 0.7em;
}
div#Footer ul li a { color: #fff; }
div#Footer ul li a:hover {
	text-decoration: none;
	color: #bf821b;
}
div#Footer address {
	margin-top: 30px;
	text-align: center;
	font-size: 0.75rem;
	color: #fff;
}

/*------------InFooter------------------------*/
div#InFooter {
	width: 840px;
	margin: 35px auto 0;
	overflow: hidden;
	color: #fff;
}
div#InFooter h1 {
	width: 393px;
	float: left;
}
div#InFooter h1 a {
	display: block;
	height: 0;
	padding-top: 15.52162849872774%;
	background: url(../../img/parts/footer_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#InFooter div#FooterAdd {
	width: 420px;
	padding-top: 15px;
	float: right;
	line-height: 1.2;
	font-size: 1.125em;
}
div#InFooter div#FooterAdd dl { margin-top: 0.25em; }
div#InFooter div#FooterAdd dl * { display: inline-block; }
div#InFooter div#FooterAdd dl dt { margin-right: 0.5em; }
div#InFooter div#FooterAdd dl dd { margin-right: 1.5em; }
div#InFooter div#FooterAdd dl dd:nth-last-of-type(1) { margin-right: 0; }
div#InFooter div#FooterAdd dl dd a { color: #fff; }


/*------------BurgerNav------------------------*/
div#BurgerNav { display: none; }