@charset "UTF-8";
/* ------------------------
	reset
------------------------ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

html{
	height:100%;
}

img{vertical-align:bottom;}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

li{
    list-style-type:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

input, select {
    vertical-align:middle;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:active {color: #333;text-decoration: none;}
a:hover {color: #333;text-decoration: none;}

section {
	clear: both;
}

p{
	margin:0 0 10px 0;
}


.clear {clear: both;}

.mb0 {margin:0 0 0 0;}
.mb5 {margin:0 0 5px 0;}
.mb10 {margin:0 0 10px 0;}
.mb15 {margin:0 0 15px 0;}
.mb20 {margin:0 0 20px 0;}
.mb30 {margin:0 0 30px 0;}
.mb40 {margin:0 0 40px 0;}
.mb50 {margin:0 0 50px 0;}



/* ------------------------
	body & base setting
------------------------ */

body{
    -webkit-text-size-adjust:none;
	min-height:416px;
	line-height:1;
	font:11px/1.4 "Arial";
	color: #fff;
	background: #093151;
}

article{
	overflow:hidden;
	border-bottom:1px solid #000;
}

section{
	margin-bottom:30px;
}

article section{
	padding:0 10px;
}

.center{
	text-align:center;
}

h2{
	text-align:center;
	margin:0 0 20px;
}

h3{
	border-left:2px solid #8498a8;
	padding:5px 0 5px 10px;
	font-size:16px;
	margin:0 0 20px;
}

h3 span{
	font-size:12px;
	font-weight:normal;
	padding:0 0 0 15px;
}

.btn{
	width:146px;
	margin:0 auto;
	border:1px solid #bfbfbf;
	text-align:center;
	border-radius:3px;
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%);
}

.btn a{
	background:url(../img/common/arrow_01.png) no-repeat 95% center;
	background-size:9px;
	padding:10px 5px;
	display:block;
}

dl.left{
	overflow:hidden;
	margin-bottom:20px;
}

dl.left dt{
	float:left;
	margin-right:10px;
}

dl.left dd{
	overflow:hidden;
}


/* ------------------------
	popup_menu
------------------------ */
#pop ul li{
	border-bottom:1px solid #ccc;
	padding:8px 2px;
	background:url(../img/common/arrow_01.png) no-repeat 95% center;
	background-size:9px;
}

.jqmWindow .colse{
	text-align:right;
	padding-top:5px;
	font-size:12px;
	margin-bottom:5px;
}

/* ------------------------------------------------ */
.modal{
	display:none;
}

.modalBody{
	position: fixed;
	z-index:10000;
	width:255px;
	left:50%;
	top:50%;
	height: 215px;
	padding:12px;
	overflow:hidden;
	background:#fff;
	border-radius:5px;
	color:#333;
	box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}

.modalBK{
	position: fixed;
	top:0;
	z-index:9999;
	height:100%;
	width:100%;
	background-color: rgba(225,225,225,0.5);
}


.tel_box{
	border-bottom:1px solid #ccc;
	color:#333;
}

.text{
	margin-bottom:20px;
}

.gold{
	background:#967a52;
	padding:4px 5px 2px;
	color:#fff;
	text-align:center;
	font-size:12px;
}

.gray{
	background:#e6e6e6;
	padding:4px 5px 2px;
	text-align:center;
	margin-bottom:15px;
}

.tokuten{
	background:#093151;
	font-size:14px;
	font-weight:bold;
	border-radius:5px;
	padding:10px;
	margin-bottom:20px;
	color:#fff;
}

p.close{
	color:#093151;
	text-align:right;
	font-size:12px;
	padding:10px 0 0;
	margin:0;
}


/* ------------------------
	header
------------------------ */

header{
	overflow:hidden;
	padding-bottom:10px;
}


header h1{
	color:#8498a8;
	font-weight:normal;
	font-size:10px;
	padding:5px 10px;
}

header p{
	clear:both;
	float:left;
	margin:3px 10px 0;
}

header ul{
	float:right;
	overflow:hidden;
}

header li{
	float:left;	
	border-left:1px solid #bfbfbf;
}

header li a{
	padding:0 12px;
	display:block;
}

/* ------------------------
	footer
------------------------ */
footer{
	border-top:1px solid #42617a;
	padding:15px 0 5px;
}

address, footer p{
	text-align:center;
	font-style:normal;
}

/* ------------------------
	page-top
------------------------ */

#page-top {
    position: fixed;
    bottom: 5px;
    right: 10px;
}


/* ------------------------
	top_access
------------------------ */
section.border{
	border-top:1px solid #42617a;
	font-size:12px;
	margin-bottom:10px;
}

.border p{
	background:#385872;
	padding:4px 10px 2px;
	text-align:center;
	margin:8px 0;
}

ul.buttom{
	display: -webkit-box;
	display: -moz-box;
	width:100%;
    height:auto;
}

ul.buttom li{
	border:1px solid #bfbfbf;
	color:#b9b291;
	width:147px;
	-webkit-box-flex:1;
    -moz-box-flex:1;
	margin:0 5px 0 0;
	text-align:center;
	border-radius:3px;
	background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 100%); 
	background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 100%); 
}

ul.buttom li:last-child{
	margin:0;
}

ul.buttom li.here a{
	padding:10px 4px 10px 15px;
	display:block;
	background:url(../img/common/icon_here.png) no-repeat 10% center;
	background-size:17px;
}


ul.buttom li a{
	background:url(../img/common/arrow_01.png) no-repeat 95% center;
	background-size:9px;
	padding:10px 5px;
	display:block;
}

/* ------------------------
	top
------------------------ */
.tel{
	border-top:1px solid #42617a;
	border-bottom:1px solid #000;
	padding:15px 0 10px;
}

.tel p{
	text-align:center;
	color:#b5c1ca;
}

.sns{
	border-top:1px solid #42617a;
	border-bottom:1px solid #000;
	padding:15px 0 0px;
}

.sns p{
	text-align:center;
	color:#b5c1ca;
}

nav{
	margin-bottom:30px;
	font-size:12px;
}

nav dl{
	overflow:hidden;
	padding:10px;
	border-bottom:1px solid #000;
	border-top:1px solid #42617a;
	background: -moz-linear-gradient(top, #1b405e 0%, #093151 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1b405e), color-stop(100%,#093151)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1b405e 0%,#093151 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #1b405e 0%,#093151 100%); /* IE10+ */
	background: linear-gradient(to bottom, #1b405e 0%,#093151 100%); /* W3C */
}

nav dt{
	float:left;
	margin-right:10px;
}

nav dd{
	overflow:hidden;
	background:url(../img/common/arrow_01.png) no-repeat right center;
	background-size:9px;
	height:40px;
	line-height: 3.5;
}

nav dd p{
	line-height:1.5;
}

nav a{
	color:#fff !important;
}


/* ------------------------
	about
------------------------ */

.main{
	margin-bottom:30px;
}

.font{
	font-size:14px;
	text-align:center;
	margin:0 0 20px;
	line-height:1.7;
}

dl.detail{
	overflow:hidden;
}

dl.detail dt{
	float:left;
	clear:both;
	color:#cdd5dc;
	font-weight:bold;
	padding:10px 0;
}

dl.detail dd{
	padding:10px 0 10px 70px;
	border-top:1px dotted #6e8699;
}

dl.detail dd:last-child{
	border-bottom:1px dotted #6e8699;
}

dl.detail dd p a {
	color:#cdd5dc;
	position: relative;
	display: block;
	padding: 0 0 0 12px;
}
dl.detail dd p a::before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	content: '';
	width: 5px;
	height: 5px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

p.name{
	font-size:14px;
	font-weight:bold;
}

/* ------------------------
	price
------------------------ */
.kome{
	font-size:10px;
}

/* ------------------------
	access
------------------------ */
.map{
	margin:0 0 5px;
}

/* ------------------------
	coupon
------------------------ */
.coupon{
	background:#3a5a74;
	border-radius:5px;
}

.coupon p.title{
	border-bottom:1px dotted #8498a8;
	text-align:center;
	font-size:13px;
	padding:10px 0;
}

.coupon .font{
	margin-bottom:10px;
}

.yellow{
	text-align:center;
	color:#fcee8a;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

@media all and (min-width: 480px) {
	.modalBody{
		top: 50%;
		width: 360px;
		left: 50%;
	}
	
	.tel_box{
		overflow:hidden;
	}
	
	.text{
		margin:0;
		float:left;
		width:155px;
	}
	
	.gray{
		clear:both;
	}
	
	.tokuten{
		float:right;
		width:182px;
		margin:0 0 10px;
	}
	
	.jqmWindow{
		margin-left: -175px;
		width: 370px;
	}

}
