@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.4;
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 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---------------------------------------------------------------*/
div#Header {
	position: relative;
	width: 100%;
	background-image: url(../../img/parts/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div#InHeader {
	width: 100%;
	min-height: 300px;
	margin: 0 auto;
}
div#InHeader h1 {
	position: relative;
	width: 100%;
	width: 90%;
	margin: 0 auto;
	padding-top: 0.25em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
	font-size: 0.75em;
	color: #fff;
}
div#InHeader h2 {
	position: absolute;
	width: 80%;
	margin: 0 auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50% , -50%);
	    -ms-transform: translate(-50% , -50%);
	        transform: translate(-50% , -50%);
	z-index: 2;
}
div#InHeader h2 span {
	display: block;
	width: 100%;
}
div#InHeader h2 a {
	display: block;
	height: 0;
	padding-top: 32.18181818181818%;
	background: url(../../img/parts/logo.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}


/*------------Global---------------------------------------------------------------*/
.IsFixed,
div#InGNav { display: none; }


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	position: relative;
	width: 100%;
}


/*------------Main------------------------------------------------*/
div#Main {
	position: relative;
	width: 100%;
	padding-top: 55px;
	overflow: hidden;
}

/*------------Title------------------------*/
div#Title h2 {
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.2;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.375em;
	color: #24b300;
}

/*------------InBox------------------------*/
div.InBox {
	position: relative;
	width: 94%;
	margin: -50px auto 80px;
	padding: 50px 0 80px;
	overflow: hidden;
}
div.InBox:before {
	position: absolute;
	width: 75%;
	height: 0;
	border-bottom: 1px dashed #bfbfbf;
	content: "";
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox {
	margin-bottom: 0;
	overflow: hidden;
}
div.InBox h3 {
	margin-bottom: 40px;
	padding-bottom: 0.55em;
	background: url(../../img/parts/title_line01.png) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 2.06em;
}
div.InBox h4 {
	margin-bottom: 20px;
	padding-left: 0.25em;
	padding-bottom: 0.25em;
	background: url(../../img/parts/title_line02.png) no-repeat right bottom;
	line-height: 1.2;
	font-size: 1.5em;
}
div.InBox p + p { margin-top: 0.8em; }
div.InBox table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div.InBox table tr th {
	display: block;
	width: auto;
	padding: 5px 10px;
	background: #eaeaea;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}
div.InBox table tr td {
	display: block;
	width: auto;
	padding: 10px 20px;
	border-bottom: 1px solid #bfbfbf;
	text-align: left;
	vertical-align: top;
}

/*------------Inner------------------------*/
div.Inner {
	width: 100%;
	margin: 20px auto 30px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }


/*------------Footer---------------------------------------------------------------*/
div#Footer {
	position: relative;
	width: 100%;
	margin: 80px auto 0;
	overflow: hidden;
	font-size: 0.75em;
}

/*------------LogoBlog------------------------*/
div#Footer div#LogoBlog {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/*------------FooterLogo------------------------*/
div#Footer div#FooterLogo h1 {
	width: 70%;
	margin: 0 auto;
}
div#Footer div#FooterLogo h1 a {
	display: block;
	height: 0;
	padding-top: 32.18181818181818%;
	background: url(../../img/parts/logo.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Footer div#FooterTel {
	width: 282px;
	margin: 10px auto 0;
}
div#Footer div#FooterTel p,
div#Footer div#FooterTel dl dt { display: none; }
div#Footer div#FooterTel dl dd span,
div#Footer div#FooterTel dl dd a {
	display: block;
	height: 60px;
	background: url(../../img/parts/tel.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------BlogBtn------------------------*/
div#BlogBtn {
	position: relative;
	width: 96%;
	max-width: 310px;
	margin: 50px auto 0;
}
div#BlogBtn div.Img {
	width: 100%;
	height: 165px;
	background: url(../../img/parts/blog_p.jpg) no-repeat center center;
	overflow: hidden;
	transition: opacity .3s;
}
div#BlogBtn img { display: none; }
div#BlogBtn a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0);
	z-index: 10;
	transition: opacity .3s;
}
div#BlogBtn h3 {
	position: absolute;
	width: 210px;
	height: 79px;
	background-image: url(../../img/parts/blog_t.png);
	background-position: center center;
	background-repeat: no-repeat;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	bottom: 10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 3;
}
div#BlogBtn p {
	position: absolute;
	width: 100%;
	height: 65px;
	background-color: rgba(255, 102, 0, 0.9);
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}
div#BlogBtn:hover a { background-color: rgba(255, 255, 255, 0.3); }

/*------------FooterNav------------------------*/
div#Footer div#FooterNav {
	width: 100%;
	margin-top: 65px;
	padding: 15px 0;
	background-color: #ae967f;
}
div#Footer div#FooterNav table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
	color: #fff;
}
div#Footer div#FooterNav table tr td {
	display: block;
	width: auto;
	padding: 0 30px;
	float: left;
	text-align: left;
	vertical-align: top;
}
div#Footer div#FooterNav table ul { list-style: none; }
div#Footer div#FooterNav table ul li a { font-weight: bolder; }
div#Footer div#FooterNav table ul ul li a { font-weight: normal; }
div#Footer div#FooterNav table ul ul li:before {
	content: "\00ff5c";
}
div#Footer div#FooterNav table .FNavSp { margin-top: 1.5em; }
div#Footer div#FooterNav table a { color: #fff; }

/*------------FooterAdd------------------------*/
div#FooterAdd {
	margin: 20px auto 0;
	overflow: hidden;
	text-align: center;
}
div#FooterAdd dl * { display: inline-block; }
div#FooterAdd dl dd { margin-right: 1em; }
div#FooterAdd dl dd:nth-last-of-type(1) { margin-right: 0; }
div#Footer address {
	margin-top: 0.25em;
	padding-bottom: 40px;
	text-align: center;
}

/*------------BurgerNav---------------------------------------------------------------*/
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
	body {
		/* Safari用のハック */
		height: -webkit-fill-available;
	}
}
div#BurgerNav {
	position: fixed;
  width: 40px;
	height: 35px;
	padding: 0 5px;
	background-color: rgba(255, 255, 255, 0.55);
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	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: #00368f;
	content: "";
}
#NavOpen span#line { top: 8px; }
#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: #ae967f;
	padding: 10px;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	top: 0;
	left: 0;
	z-index: 99999;
}
#NavContent #NavLogo { padding-top: 20px; }
#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: 32.18181818181818%;
	background: url(../../img/parts/logo.png) no-repeat center center;
	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 ul { margin: 5px 0 0; }
#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: #3966b5;
}
#NavContent ul li:hover:before { color: #3966b5; }

#NavContent div#NavTel {
	width: 90%;
	margin: 30px auto 0;
	padding: 10px;
	background-color: #fff;
}
#NavContent div#NavTel p,
#NavContent div#NavTel dl dt { display: none; }
#NavContent div#NavTel dl dd { width: 100%; }
#NavContent div#NavTel dl dd span,
#NavContent div#NavTel dl dd a {
	display: block;
	height: 0;
	padding-top: 21.27659574468085%;
	background: url(../../img/parts/tel.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*チェックがついたら表示させる*/
#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;
}