@charset "UTF-8";

/*************************************************************************
 サイト共通スタイル
 *************************************************************************/


/* YUI 3.4.0 (build 3928) http://yuilibrary.com/license/
=========================================================================*/

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,
h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,
td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,
var{font-style:normal;font-weight:normal}li{list-style:none}caption,
th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,
select{font-family:inherit;font-size:inherit;font-weight:inherit}input,
textarea,select{*font-size:100%}legend{color:#000}


/* HTML5リセット
=========================================================================*/

header,hgroup,section,article,aside,hgroup,footer,figure,
figcaption,nav{margin:0;padding:0;font-size:100%}
body{line-height: 1.0;-webkit-text-size-adjust: none}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,
nav,section,summary{display:block}


/* カスタムリセット
=========================================================================*/

html{background:transparent}
h1,h2,h3,h4,h5,h6,strong{font-weight:bold}
th,td{vertical-align:top}


/* 基本要素
=========================================================================*/

body {
	color: #333;
	font-family: Arial, san-serif;
	font-size: 87.5%;  /* 14px */
	line-height: 1.43; /* 20px */
}
a:link {
	color: #0772de;
	text-decoration: underline;
}
a:visited {
	color: #0772de;
	text-decoration: underline;
}
a:focus,
a:hover,
a:active {
	color: #0772de;
	text-decoration: underline;
}


/* 基本レイアウト
=========================================================================*/

#wrapper {}
#header {
	position: relative;
}
#content {}
#footer {}


/* ヘッダー
=========================================================================*/

#header #siteId {
	padding: 13px 0 12px 10px;
	line-height: 17px;
}
#header #siteId img {
	vertical-align: bottom;
}
#header .helpNav {
	position: absolute;
	right: 10px;
	top: 7px;
	font-size: 12px;
	line-height:  1.666;
	overflow: hidden;
}
#header .helpNav li {
	float: left;
	margin-left: 5px;
}
#header .helpNav li a {
	box-sizing: border-box;
	display: inline-block;
	width: 63px;
	height: 28px;
	line-height: 28px;
	padding-top: 1px;
	color: #333;
	font-size: 11px;
	text-decoration: none;
	padding-left: 26px;
	border-radius: 4px;
}
#header .helpNav li.btnToPC a {
	border: 1px solid #ccc;
	background: #fff url(../images/ico_spMenu_btn01.png) no-repeat 7px center;
	background-size: 14px auto;
}
#header .helpNav li.btnToMenu a {
	background: #3779b7 url(../images/ico_spMenu_btn02.png) no-repeat 6px center;
	background-size: 16px auto;
	color: #fff;
}
#header .helpNav li.btnToMenu.open a {
	background-color: #999;
}

/* スキップナビ
=========================================================================*/

#skipNav {
	position: absolute;
	overflow: hidden;
	top: -9999px;
	left: 0;
}


/* メニュー
=========================================================================*/

#spMenu {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 100;
	width: 100%;
}
#spMenu ul {
	position: relative;
	margin: 0 10px;
	padding: 0 15px;
	border-radius: 6px 6px 0 0;
	background: #3779b7;
}
#spMenu ul:before {
	position: absolute;
	top: -8px;
	right: 33px;
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-width: 0 4px 9px 4px;
	border-style: solid;
	border-color: transparent transparent #3779b7 transparent;
}
#spMenu li {
	border-bottom: 1px solid #739fc4;
}
#spMenu li a {
	display: block;
	height: 43px;
	line-height: 43px;
	padding: 1px 0 0 5px;
	background: url(../images/ico_spMenu_arw01.png) no-repeat right 5px center;
	background-size: 6px auto;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#spMenu_close {
	margin: 0 10px;
	padding-left: 15px;
	border-radius: 0 0 6px 6px;
	background: #3779b7;
	text-align: right;
}
#spMenu_close a {
	display: inline-block;
	height: 43px;
	line-height: 43px;
	padding-left: 15px;
	padding-right: 35px;
	background: url(../images/ico_spMenu_close01.png) no-repeat right 18px top 15px;
	background-size: 11px auto;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* ==============================================================================================
 予約リスト注釈
================================================================================================= */
.contents-reserve {
    margin: 10px;
}

.contents-reserve ~ #contentsarea {
    padding-top: 0;
}

.contents-reserve .contents-reserve-inner {
    background: #fffce6;
    border-radius: 5px;
    margin: 0 auto;
    padding: 10px;
    line-height: 1.5;
}

.contents-reserve .contents-reserve-inner p,
.contents-reserve .contents-reserve-inner .text-ques > a {
    font-size: 12px;
}

.contents-reserve .contents-reserve-inner .text-ques {
    margin-top: 5px;
}
.text-ques > a:before {
  content: "?";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  border-radius: 9px;
  background: #fff;
  color: #00aaeb;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin-right: 4px;
}