@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/* normalize.css */
/* normalize.css */

img {
	vertical-align: bottom;
}

a {
	color: #0591BE;
}

/* Base
============================================================*/
html {
	font-size: 62.5%; /* 10px */
}

body {
	margin: 0;
	padding: 0;
	font: 140%/1.231 Helvetica,Arial,HiraKakuProN-W3,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  /* 14px */
	background: #fff;
	color: #333;
}

#wrapper {
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	transition: all .1s;
	z-index: 1;
}

.menu_open #wrapper {
	-moz-transform: translate3d(-249px, 0, 0);
	-webkit-transform: translate3d(-249px, 0, 0);
	transform: translate3d(-249px, 0, 0);
}

.menu_open #overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
}

/* #header */
#header {
	height: 48px;
	margin: 0;
	padding: 0;
	background: url(/s/common/img/_gen/header.png) repeat-x center center;
	background-size: 100% auto;
	border-bottom: solid 3px #FF3300;
	overflow: hidden;
}

#logo {
	margin: 0;
	padding: 5px;
	width: 155px;
	height: 37px;
	float: left;
}
#logo a {
	display: block;
	height: 0;
	padding: 37px 0 0;
	background: url(/s/common/img/_gen/image_set.png) no-repeat 0 0;
	background-size: 290px 126px;
	overflow: hidden;
}

#navHeader {
	display: block;
	margin: 0;
	padding: 5px;
	height: 36px;
	float: right;
}

#btn_register {
	display: block;
	padding: 0;
	width: 56px;
	float: left;
}
#btn_register a {
	display: block;
	height: 0;
	margin: 0;
	padding: 36px 0 0;
	background: url(/s/common/img/_gen/image_set.png) no-repeat -106px 0;
	background-size: 198px 86px;
	overflow: hidden;
}

#btn_menu {
	display: block;
	width: 36px;
	height: 0;
	margin: 0 0 0 7px;
	padding: 36px 0 0;
	background: url(/s/common/img/_gen/image_set.png) no-repeat -162px 0;
	background-size: 198px 86px;
	overflow: hidden;
	float: left;
}

/* #header */
/* Menu */
#menu {
	position: fixed;
	top: 0;
	right: -250px;
	width: 248px;
	height: 100%;
	border-left: solid #ABB4C0 2px;
	background: #fff;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	transition: all .1s;
	z-index: 2;
}

#btn_menu_close {
	position: relative;
	z-index: 3;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 35px;
	padding: 5px 7px;
	color: #fff;
	background: #1B385B;
	text-align: right;
}
#btn_menu_close span {
	display: inline-block;
	height: 24pxpx;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
}
#btn_menu_close i {
	display: inline-block;
	width: 24px;
	height: 0;
	margin: 0 0 0 8px;
	padding: 24px 0 0;
	vertical-align: middle;
	background: url(/s/common/img/_gen/image_set.png) no-repeat -150px -36px;
	background-size: 198px 86px;
	overflow: hidden;
}

#menu {
	height: 100%;
}
#menu .container {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	margin: -35px 0 0;
	padding: 35px 0 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#menu .container ul {
	margin: 0;
	padding: 0;
	display: block;
}
#menu .container ul li {
	display: block;
}
#menu .container ul li a {
	display: block;
	position: relative;
	height: 60px;
	line-height: 60px;
	padding: 0 15px 0 10px;
	border-bottom: solid #1B385B 1px;
	background: #FFF;
	color: #1A385A;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
#menu .container ul li a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1A385A;
	border-right: solid 2px #1A385A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#menu .container ul li.reserve a {
	color: #DE2A24;
}
#menu .container ul li.reserve a:after {
	border-color: #DE2A24;
}
#menu .container ul li.info a {
	height: 45px;
	line-height: 45px;
	background: #F3F6F6;
}

.menu_open #overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1;
}

.menu_open #menu {
	-moz-transform: translate3d(-249px, 0, 0);
	-webkit-transform: translate3d(-249px, 0, 0);
	transform: translate3d(-249px, 0, 0);
}

#main {
	width: 100%;
	min-width: 320px;
}
#main > h1 {
	height: 60px;
	line-height: 60px;
	margin: 7px 0 0;
	padding: 0 10px;
	font-size: 18px;
	font-weight: bold;
	color: #1B385B;
	border-top: solid #1B385B 2px;
	background: #EAEFFC;
}

#back_nav {
	overflow: hidden;
}
#back_nav ul {
	display: block;
	width: 280px;
	margin: 0 auto;
	padding: 0;
	background: #ccc;
}
#back_nav ul li {
	position: relative;
	display: block;
	margin: 20px 5px;
	padding: 0;
	width: 130px;
	float: left;
}
#back_nav ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #1A385A;
	background: #E7E7F9;
	border-radius: 3px;
	box-shadow: 0 1px 0 0 #D9D9D9;
}
#back_nav ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1A385A;
	border-right: solid 2px #1A385A;
}
#back_nav ul li.btn1 a {
	padding-left: 5px;
}
#back_nav ul li.btn1:after {
	left: 10px;
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
#back_nav ul li.btn2 a {
	padding-right: 5px;
}
#back_nav ul li.btn2:after {
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#foot_nav ul {
	display: block;
	margin: 0;
	padding: 10px 10px;
	border-style: solid;
	border-color: #CBD0DF;
	border-width: 1px 0;
}
#foot_nav ul li {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 30px;
}
#foot_nav ul li:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #1A385A;
	border-right: solid 2px #1A385A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#foot_nav ul li a {
	display: block;
	color: #0591BE;
	padding: 4px 0;
}

#gotop, .gotop {
	margin: 0;
	line-height: 45px;
	text-align: right;
}
#gotop span, .gotop span {
	position: relative;
	margin: 0 12px;
	padding: 0 0 0 15px;
}
#gotop span:after, .gotop span:after {
	display: block;
	content: "";
	position: absolute;
	top: 75%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: -5px 0 0 0;
	border-top: solid 2px #1A385A;
	border-right: solid 2px #1A385A;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
#gotop span a, .gotop span a {
	color: #0591BE;
}

.gotop {
	margin-top: 20px;
	line-height: 1;
}

#social_icons {
	background: #F3F6F6;
	padding: 20px 0;
	overflow: hidden;
}
#social_icons ul {
	display: block;
	width: 280px;
	margin: 0 auto;
}
#social_icons ul li {
	display: inline;
	float: left;
}
#social_icons ul li a {
	display: block;
	width: 50px;
	height: 0;
	margin: 0 15px;
	padding: 50px 0 0;
	vertical-align: middle;
	background: url(/s/common/img/_gen/image_set.png) no-repeat 0 -36px;
	background-size: 198px 86px;
	overflow: hidden;
}
#social_icons ul li.facebook a {
	background-position: -50px -36px;
}
#social_icons ul li.google a {
	background-position: -100px -36px;
}

#copyright {
	height: 60px;
	margin: 0;
	padding: 0;
	background: #1B385B;
	text-align: center;
}
#copyright img {
	width: 168px;
	height: auto;
	margin-top: 18px;
}

/* #footer */
/* その他汎用スタイル */
.headmark {
	margin: 0;
}
.headmark i {
	display: inline-block;
	font-style: normal;
	float: left;
}
.headmark span {
	display: block;
	overflow: hidden;
}

.imgFix {
	width: 100%;
}