@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;
	color: #6a6a6a;
}
a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
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; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------body---------------------------------------------------------------*/
body {
	background: #fff url(../../img/parts/main_bg.jpg) repeat center top;
	overflow-y: scroll;
	line-height: 1.6;
	letter-spacing: 0.035em;
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 16px;
	color: #2a2b2b;
}

/*IE6・7用*/
*body { overflow: auto; }

div#PageTop a {
	display: block;
	width: 80px;
	height: 80px;
	background: url(../../img/parts/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	outline: none;
	text-decoration: none;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------Container---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
}


/*------------Header---------------------------------------------------------------*/
div#Header {
	margin: 0 auto;
	padding: 0;
}
div#Header h1 {
	width: 980px;
	margin: 0 auto;
	padding-top: 0.3em;
	font-size: 0.75em;
}
div#Header h2 {
	width: 460px;
	margin: 50px auto 0;
}
div#Header h2 a {
	display: block;
	height: 0;
	padding-top: 22.82608695652174%;
	background: url(../../img/parts/header_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------menuHamb------------------------------------------------------------*/
div#Hamb { display: none; }

/*------------Global------------------------------------------------------------*/
div#Global {
	width: 100%;
	margin-top: 50px;
	background: #ff6b00;
	border-bottom: 5px solid #8fc21c;
}
div#Global ul {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	list-style: none;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
div#Global ul li { display: inline-block; }
div#Global ul li:after {
	padding-left:  0.55em;
	padding-right: 0.5em;
	content: "｜";
}
div#Global ul li:nth-last-of-type(1):after {
	padding-left:  0;
	padding-right: 0;
	content: "";
}
div#Global ul li a {
	display: inline-block;
	line-height: 1.2;
	letter-spacing: 0;
	font-family: "Rounded Mplus 1c";
	font-size: 0.93em;
	color: #fff;
}
div#Global ul li a:hover {
	text-decoration: none;
	color: #ff0;
}

/*------------Contents---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}


/*------------Title------------------------------------------------------------*/
div#Title {
	width: 100%;
	max-height: 200px;
	margin: 0 auto;
	padding: 70px 0;
	background: url(../../img/parts/title_bg.jpg) no-repeat center center;
	background-size: cover;
	overflow: hidden;
}
div#Title h2 {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	line-height: 1.2;
	letter-spacing: 0.15em;
	text-align: center;
	font-size: 3.12em;
	font-weight: bold;
	font-family: "Rounded Mplus 1c";
	text-shadow: 
		0px 3px 1px #fff, 0px 2px 1px #fff, 1px 2px 1px #fff, 2px 2px 1px #fff,
		2px 1px 1px #fff, 2px 0px 1px #fff, 3px 0px 1px #fff, 2px -1px 1px #fff,
		2px -2px 1px #fff, 2px -3px 1px #fff, 1px -3px 1px #fff, 0px -3px 1px #fff,
		-1px -3px 1px #fff, -2px -3px 1px #fff, -3px -3px 1px #fff, -3px -2px 1px #fff,
		-3px -1px 1px #fff, -3px 0px 1px #fff, -3px 1px 1px #fff, -3px 2px 1px #fff,
		-2px 2px 1px #fff, -1px 2px 1px #fff;
	color: #ff6b00;
}


/*------------Pan------------------------------------------------------------*/
div#Pan {
	width: 100%;
	margin: 0 auto;
	background: #49c5d4;
}
div#Pan ul {
	width: 980px;
	margin: 0 auto;
	list-style: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-size: 0.75em;
	color: #fff;
}
div#Pan ul li { display: inline-block; }
div#Pan ul li:after {
	padding-left: 0.35em;
	content: "\003e";
}
div#Pan ul li:nth-last-of-type(1):after {
	padding-left: 0;
	content: "";
}
div#Pan ul li a {
	display: inline-block;
	padding: 0.35em 0 0.15em;
	color: #ff0;
}
div#Pan ul li:nth-child(1) a {
	padding-left: 1.75em;
	background: url(../../img/parts/home.png) no-repeat left center;
}


/*------------Main------------------------------------------------------------*/
div#Main {
	width: 980px;
	margin: 60px auto 100px;
	overflow: hidden;
}

/*------------TopNav------------*/
div#TopNav { margin: 0 auto 60px; }
div#TopNav ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li {
	width: 230px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: #ff6b00;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	transition: opacity .3s;
	margin-right: 20px;
	float: left;
}
div#TopNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#TopNav ul li a {
	display: block;
	padding: 0.45em 1.5em 0.4em;
	background: url(../../img/parts/top_nav.png) no-repeat 0.75em center;
	line-height: 1.2;
	text-align: center;
	font-size: 1.12em;
	color: #fff;
	transition: opacity .3s;
}
div#TopNav ul li:hover,
div#TopNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
	color: #ff0;
}

/*------------InBox------------*/
div.InBox {
	width: 100%;
	margin: 0 auto 90px;
	overflow: hidden;
}
section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox h3 {
	margin-bottom: 30px;
	padding-bottom: 0.6em;
	background: url(../../img/parts/line01.png) no-repeat center bottom;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.035em;
	font-family: "Rounded Mplus 1c";
	font-size: 2.5em;
}
div.InBox h4 {
	margin-bottom: 20px;
	padding: 0 0.4em 0.4em;
	background: url(../../img/parts/line02.gif) no-repeat center bottom;
	line-height: 1.2;
	letter-spacing: 0.035em;
	font-family: "Rounded Mplus 1c";
	font-size: 1.87em;
}
div.Inner {
	width: 100%;
	margin: 30px auto 50px;
	overflow: hidden;
}
div.Inner:nth-last-of-type(1) { margin-bottom: 0; }


/*------------Footer---------------------------------------------------------------*/
div#Footer {}
div#Footer address {
	padding: 20px 0 90px;
	text-align: center;
	font-size: 0.75em;
}
/*------------FooterLogo------------*/
div#FooterLogo {
	width: 100%;
	padding-bottom: 35px;
}
div#FooterLogo h2 {
	width: 368px;
	margin: 0 auto;
}
div#FooterLogo h2 a {
	display: block;
	height: 0;
	padding-top: 22.82608695652174%;
	background: url(../../img/parts/header_logo.png) no-repeat left top;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
/*------------telTxt------------*/
div#FooterLogo div#telTxt {
	width: 980px;
	margin: 30px auto 0;
	overflow: hidden;
}
div#FooterLogo div#telTxt dl { width: 310px; }
div#FooterLogo div#telTxt dl#day,
div#FooterLogo div#telTxt dl#station01,
div#FooterLogo div#telTxt dl#station02 { float: left; }
div#FooterLogo div#telTxt dl#day,
div#FooterLogo div#telTxt dl#station01 { margin-right: 25px; }
div#FooterLogo div#telTxt dl dt {
	padding: 5px;
  box-sizing: border-box;
	border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	text-align: center;
	letter-spacing: -0.04em;
	font-family: "Rounded Mplus 1c";
	font-size: 1.15em;
	font-weight: bold;
	color: #fff;
}
div#FooterLogo div#telTxt dl#day dt { background: #8fc21c; }
div#FooterLogo div#telTxt dl.station dt { background: #00b3c9; }
div#FooterLogo div#telTxt dl dd {
	padding: 20px;
	background: rgba(255, 255, 255, 0.6);
	border-top: 0 none;
  box-sizing: border-box;
	-webkit-border-radius: 0 0 8px 8px;
	   -moz-border-radius: 0 0 8px 8px;
	        border-radius: 0 0 8px 8px;
	text-align: center;
	font-size: 1.12em;
}
div#FooterLogo div#telTxt dl#day dd { border: 3px solid #8fc21c; }
div#FooterLogo div#telTxt dl.station dd { border: 3px solid #00b3c9; }
div#FooterLogo div#telTxt dl dd div.TelNum {
	width: 268px;
	margin: 0 auto 10px;
}
div#FooterLogo div#telTxt dl dd div.TelNum span {
	display: block;
	height: 0;
	padding-top: 10.82089552238806%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#FooterLogo div#telTxt dl#day dd div.TelNum span { background-image: url(../../img/pc/inquiry/day_tel.png); }
div#FooterLogo div#telTxt dl#station01 dd div.TelNum span { background-image: url(../../img/pc/inquiry/sta_tel01.png); }
div#FooterLogo div#telTxt dl#station02 dd div.TelNum span { background-image: url(../../img/pc/inquiry/sta_tel02.png); }
/*------------FooterMenu------------*/
div#FooterMenu {
	width: 100%;
	padding-bottom: 15px;
	font-size: 0.75em;
}
div#FooterMenu table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
}
div#FooterMenu table tr td {
	width: auto;
	padding: 0 20px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}
div#Footer table tr td .FTopSp { margin-top: 1.5em; }
div#Footer table tr td ul { list-style: none; }
div#Footer table tr td ul li:before {
	padding-right: 0.2em;
	content: "\0025a0";
}
div#Footer table tr td ul li ul li:before {
	padding-right: 0.1em;
	padding-left: 0.8em;
	content: "\00ff5c";
}
/*------------FooterAdd------------*/
div#Footer div#FooterAdd {
	padding: 0.45em 0;
	background: #ff6b00;
	text-align: center;
	font-size: 0.75em;
	color: #fff;
}
div#Footer div#FooterAdd table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
}
div#Footer div#FooterAdd table tr th,
div#Footer div#FooterAdd table tr td {
	width: auto;
	padding: 0 0.5em;
	text-align: left;
	vertical-align: middle;
}
div#Footer div#FooterAdd table tr td dl {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}
div#Footer div#FooterAdd table tr td dl * { float: left; }
div#Footer div#FooterAdd table tr td dl dd { margin-right: 3em; }
div#Footer div#FooterAdd table tr td dl dd:nth-last-of-type(1) { margin-right: 0; }
div#Footer div#FooterAdd a { color: #fff; }