@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/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/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/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
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
ページ共通部分
--------------------------------------------------------------------*/


/*------------font---------------------------------------------------------------*/
@font-face {
	font-family: 'LigatureSymbols';
	src: url('../font/LigatureSymbols-2.11.eot');
	src: url('../font/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
			 url('../font/LigatureSymbols-2.11.woff') format('woff'),
			 url('../font/LigatureSymbols-2.11.ttf') format('truetype'),
			 url('../font/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
	src: url('../font/LigatureSymbols-2.11.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
.lsf, .lsf-icon:before {
	font-family: 'LigatureSymbols';
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.lsf-icon:before {
	content:attr(title);
	margin: 0 0.3em;
	font-size:130%;
}
.lsf-icon.mobile:before {
	content: '\E078';
}


/*------------body---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background-color: #fff;
	overflow-y: scroll;
	line-height: 1.55;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, Arial, Roboto, Verdana, "Droid Sans",  sans-serif;
	font-size: 16px;
	color: #2a2b2b;
}

div#PageTop a {
	display: block;
	width: 47px;
	height: 64px;
	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: 200;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	width: 100%;
	position: fixed;
/*	overflow: hidden;*/
	background: #333 url(../../img/parts/bg_gr.png) repeat left top;
	top: 0;
	left: 0;
	z-index: 999;
}
div#Header h1 {
	width: 50%;
	padding: 0.5em;
	float: left;
}
div#Header h1 span {
	display: block;
	width: 100%;
}
div#Header h1 a {
	display: block;
	height: 0;
	padding-top: 15.66666666666667%;
	background: url(../../img/parts/logo.png) no-repeat center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/* Safari用のハックは、Chromeに適用されないようにする */
@supports (-webkit-touch-callout: none) {
	body {
		/* Safari用のハック */
		height: -webkit-fill-available;
	}
}
div#BurgerNav {
	position: relative;
  width: 30px;
	top: 10px;
	right: 10px;
	margin-left: auto;
}
div#BurgerNav .NavCheck { display:none; }
#NavOpen {
	position: relative;
  display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
#NavOpen span,
#NavOpen span:before,
#NavOpen span:after {
	position: absolute;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: #fff;
	display: block;
	content: "";
}
#NavOpen span:before { bottom: -8px; }
#NavOpen span: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: 330px;
	height: 100vh;
	background: #333 url(../../img/parts/bg_gr.png) repeat left top;
	padding: 20px;
	transition: .3s ease-in-out;
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	top: 0;
	left: 0;
	z-index: 99999;
}
#NavContent h2 {
	width: 80%;
	margin: 0 auto 30px;
}
#NavContent h2 span {
	display: block;
	width: 100%;
}
#NavContent h2 a {
	display: block;
	height: 0;
	padding-top: 15.66666666666667%;
	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 ul li {
	list-style: none;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 1.25em;
	font-weight: bolder;
	color: #fff;
}
#NavContent ul li + li { margin-top: 10px; }
#NavContent ul li:before { content: "｜"; }
#NavContent ul li a { color: #fff; }
#NavContent ul li a:hover {
	text-decoration: none;
	color: #d6b221;
}
#NavContent dl {
	width: 90%;
	margin: 0 auto 30px;
	color: #fff;
}
#NavContent dl * { display: inline-block; }
#NavContent dl a { color: #fff; }

/*チェックがついたら表示させる*/
#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;
}


/*------------Title---------------------------------------------------------------*/
div#Title {
	width: 100%;
	height: 320px;
	margin: 45px 0 120px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
div#Title h2 {
	position: relative;
	width: 100%;
	z-index: 10;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	text-align: center;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.5em;
	font-weight: bolder;
	color: #fff;
}
div#Title h2 span {
	margin-left: 1em;
	font-size: 1.87rem;
}


/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	padding: 0;
	overflow: hidden;
}

/*------------Main------------------------------------*/
div#Main {
	width: 100%;
	margin: 0 auto;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}

/*------------InBox------------------------------------*/
div.InBox {
	width: 100%;
	margin: -100px auto 120px;
	padding-top: 100px;
	overflow: hidden;
}
div.InBox h3 {
	margin-bottom: 40px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.04em;
	font-size: 1.5em;
	font-weight: bolder;
}
div.InBox p + p { margin-top: 0.6em; }
div.Inner {
	width: 100%;
	margin: 20px 0 40px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }


/*------------DetailBtn---------------------------------------------------------------*/
div.DetailBtn {
	width: 100%;
	margin-top: 30px;
	background: url(../../img/parts/bg_det01.png) repeat left top;
	text-align: center;
}
div.DetailBtn a {
	display: block;
	padding: 0.55em 1em;
	line-height: 1.2;
	font-size: 1.33em;
	font-weight: bolder;
}
div.DetailBtn:hover,
div.DetailBtn a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/*------------outLink---------------------------------------------------------------*/
div#outLink {
	width: 96%;
	margin: 0 auto 120px;
}
div#outLink ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#outLink ul li {
	text-align: center;
	line-height: 1.2;
	font-size: 1.5em;
}
div#outLink ul li + li { margin-top: 20px; }
div#outLink ul li span {
	display: block;
	font-size: 1.25rem;
}
div#outLink ul li a {
	display: block;
	padding: 15px 0;
	border: 1px solid #d0801e;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-weight: bolder;
	color: #d0801e;
}
div#outLink ul li a:hover {
	background: #fff4d5 url(../../img/parts/bg_be.png) repeat left top;
	text-decoration: none;
}

/*------------Footer---------------------------------------------------------------*/
div#Footer {
	padding: 30px 0;
	background: #333 url(../../img/parts/bg_gr.png) repeat left top;
	color: #fff;
}
/*------------FooterAddNav------------------------*/
div#FooterAddNav {
	width: 98%;
	margin: 0 auto 25px;
	overflow: hidden;
}
/*------------FooterAdd------------------------*/
div#FooterAdd {
	width: 90%;
	margin: 0 auto;
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , Garamond , "Times New Roman" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "Sawarabi Mincho" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
div#FooterAdd h2 {
	width: 70%;
	margin: 0 auto;
}
div#FooterAdd h2 span {
	display: block;
	width: 100%;
}
div#FooterAdd h2 a {
	display: block;
	height: 0;
	padding-top: 15.66666666666667%;
	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#FooterAdd p,
div#FooterAdd p + dl {
	margin-top: 10px;
	line-height: 1.2;
	text-align: center;
}
div#FooterAdd dl a { color: #fff; }
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#FooterAdd div#FooterTel {
	width: 100%;
	margin-top: 30px;
	padding: 0.35em 0;
	background-color: #fff;
	text-align: center;
	font-size: 1.25em;
	font-weight: bolder;
	color: #d1801e;
}
div#FooterAdd div#FooterTel a { color: #d1801e; }

/*------------FooterNav------------------------*/
div#FooterNav {
	width: 100%;
	margin-top: 1em;
	font-size: 0.87em;
	font-weight: normal;
	
}
div#FooterNav table {
	width: auto;
	margin-left: auto;
	border-collapse: collapse;
}
div#FooterNav table tr td {
	padding-left: 0.8em;
	text-align: left;
	vertical-align: top;
}
div#FooterNav table tr td:nth-child(1) { padding-left: 0; }
div#FooterNav ul {
	width: auto;
	list-style: none;
}
div#FooterNav ul + ul { margin-top: 1.5em; }
div#FooterNav ul li:before {
	padding-right: 0.8em;
	content: "\00ff5c";
}
div#FooterNav ul ul li {
	margin-top: 0.15em;
	padding-left: 2.3em;
	font-size: 0.75rem;
}
div#FooterNav ul ul li:before {
	padding: 0;
	content: "";
}
div#FooterNav ul li a { color: #fff; }
div#FooterNav ul li a:hover {
	text-decoration: none;
	color: #d6b221;
}
/*------------address------------------------*/
div#Footer address {
	padding: 0.4em 0 20px;
	text-align: center;
	font-size: 0.87em;
}