@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; }
.SpNo { 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: 30px;
	height: 30px;
	background: url(../../img/parts/pagetop.png) no-repeat left top;
	background-size: cover;
	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#InHeader {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 10px;
	overflow: hidden;
}
div#InHeader h1 {
	width: 70%;
	float: left;
}
div#InHeader h1 span {
	display: block;
	width: 100%;
}
div#InHeader 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;
}

/*------------HeaderTxt------------------------*/
div#InHeader div#HeaderTxt { display: none; }


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
}

/*------------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:before {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
div#Title div#InTitle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	z-index:5;
}
div#Title div#InTitle ul {
	width: 90%;
	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: 96%;
	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: 84%;
	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;
}
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: 90%;
	margin: 130px auto 0;
	overflow: hidden;
}
div#BtnList ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#BtnList ul li {
	width: 100%;
	padding-top: 70px;
}
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 + li { margin-top: 60px; }
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: 90%;
	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: 90%;
	margin: 35px auto 0;
	overflow: hidden;
	color: #fff;
}
div#InFooter h1 {
	width: 80%;
	margin: 0 auto 15px;
}
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: 100%;
	line-height: 1.2;
	text-align: center;
	font-size: 0.75em;
}
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---------------------------------------------------------------*/
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
	body {
		/* Safari用のハック */
		height: -webkit-fill-available;
	}
}
div#BurgerNav {
	position: fixed;
  width: 40px;
	height: 40px;
	padding: 5px;
	top: 20px;
	right: 10px;
	z-index: 9999;
}
div#BurgerNav .NavCheck { display:none; }
#NavOpen {
	position: relative;
  display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#NavOpen span#line,
#NavOpen span#line:before,
#NavOpen span#line:after {
	position: absolute;
	display: block;
	width: 30px;
	height: 3px;
	border-radius: 3px;
	background: #fff;
	content: "";
}
#NavOpen span#line:before { bottom: -8px; }
#NavOpen span#line:after { bottom: -16px; }
#NavClose {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*メニューの中身*/
#NavContent {
	overflow: auto;
	position: fixed;
	width: 90%;
	max-width: 310px;
	height: 100vh;
	background: #bf821b;
	padding: 10px;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	top: 0;
	left: 0;
	z-index: 99999;
}
#NavContent h2 {
	display: block;
	width: 80%;
	margin: 0 auto;
}
#NavContent h2 span {
	display: block;
	width: 100%;
}
#NavContent h2 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;
}
#NavContent div#contTel {
	margin: 30px;
	line-height: 1.4;
	text-align: center;
	font-size: 0.75em;
	color: #fff;
}
#NavContent div#contTel * { display: inline-block; }
#NavContent ul {
	list-style: none;
	margin: 30px;
}
#NavContent ul li {
	font-size: 1em;
	font-weight: lighter;
	color: #fff;
}
#NavContent ul li:before { content: "｜"; }
#NavContent ul li + li { margin-top: 5px; }
#NavContent ul ul li { margin-left: 1em; }
#NavContent ul li a { color: #fff; }
#NavContent ul li a:hover {
	text-decoration: none;
	color: #333;
}
#NavContent ul li:hover:before { color: #333; }

/*チェックがついたら表示させる*/
#NavInput:checked ~ #NavClose {
	display: block;
	opacity: .5;
}

#NavInput:checked ~ #NavContent {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
	height: 100vh;
}