﻿@charset "UTF-8";

/* header-area
-------------------------------------------- */
header h1{
	float: left;
	width: 15%;
	margin: 10px 0 0 0;
}

header h1 img{
	height: 50px;
}


/* header-menu
-------------------------------------------- */
#header-menu{
	float: right;
	width: 15%;
	padding: 15px 0 0;
	text-align: right;
}


/* nav
-------------------------------------------- */
nav ul{
	padding: 0;
}

nav ul li{
	display: inline;
	margin: 0 50px 0 0;
	font-size: 1.0rem;
}

nav ul li:last-child{
	margin-right: 0;
}

nav ul li a{
	text-decoration: none;
	color: #fff !important;
}

nav ul li a:hover,
nav ul li a:active{
	color: #f28200 !important;
}


/* main
-------------------------------------------- */
#kv{
	clear: both;
	width: 1040px;
	height: 460px;
	margin: 10px auto 0;
	overflow: hidden;
}

#kv img{
	width: 100%;
}

main h2{
	clear: both;
	margin: 40px auto 30px;
	padding: 90px 0 0;
	text-align: center;
	background: url(../../commonimg/line.gif) no-repeat top;
}

main h2 img{
	width: 200px;
}

main h2 img.long-ttl{
	width: 300px;
}

.catch{
	clear: both;
	font-size: 1.5em;
	width: 100%;
	margin: 60px auto;
	line-height: 1.3em;
	text-align: center;
}

.contents-area{
	clear: both;
	width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}

.img-l{
	float: left;
	max-width: 500px;
	margin: 0 0 20px 0;
}

.img-l img{
	width: 100%;
}

.box-r{
	float: right;
	width: 500px;
	font-size: 1.05rem;
	line-height: 1.3em;
	text-align: left;
}

.box-r .txt-ttl{
	max-width: 440px;
	margin: 0 0 50px 0;
	line-height: 1.3em;
	font-size: 1.5rem !important;
}

.box-r .txt-ttl img{
	width: 100%;
}

.box-r .img-r{
	float: right;
	width: 180px;
	margin: 0 0 20px 20px;
}

.box-r .txt-sign{
	text-align: right;
}

.menu-box{
	width: 500px;
	overflow: hidden;
}

.menu-box h3{
	margin-top: 60px;
	text-align: center;
}

.menu-box dl{
	overflow: hidden;
}

.menu-box dl dt{
	float: left;
}

.menu-box dl dd{
	margin-bottom: 15px;
	padding-left: 360px;
}

.left-box{ float: left;}
.right-box{ float: right;}

.note-txt{
	clear: both;
	padding-top: 10px;
	color: #fff;
	font-size: 0.7em;
	text-align: center;
}

p.shopimg{
	float: left;
}

.shop-box{
	float: right;
	width: 500px;
	overflow: hidden;
}

.shop-box dl{
	margin-bottom: 40px;
}

.shop-box dl dt{
	float: left;
}

.shop-box dl dd{
	margin-bottom: 20px;
	padding-left: 80px;
}

.shop-box dl dd span.btn-map a{
	padding: 0 5px;
	color: #fff !important;
	text-decoration: none;
	background-color: #e56b07;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.btn{
	position: relative;
	width: 230px;
	margin: 25px auto 0;
	text-align: center;
}

.btn a{
	display: block;
	padding: 7px 5px;
	text-decoration: none;
	background-image: url(../../commonimg/ico_map.png);
	background-repeat: no-repeat;
	background-position: 50px 8px;
	border: 1px solid #fff;
}

.btn a:hover,
.btn a:active{
	color: #fff !important;
	background-color: #cf6f00;
	border: 1px solid #000;
}

.btn a:after{
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 3px;
	right: 3px;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent #fff transparent;
}

.btn a:hover:after,
.btn a:active:after{
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 3px;
	right: 3px;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent #fff transparent;
}

.btn-reserve{
	clear: both;
	position: relative;
	width: 460px;
	margin: 25px auto 0;
	text-align: center;
	font-size: 1.0em;
}

.btn-reserve a{
	display: block;
	padding: 20px 5px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #666;
	-webkit-box-shadow: 2px 2px 0 0 #666; /* Safari, Chrome用 */
	   -moz-box-shadow: 2px 2px 0 0 #666; /* Firefox用 */
	        box-shadow: 2px 2px 0 0 #666; /* CSS3 */
}

.btn-reserve a:hover,
.btn-reserve a:active{
	color: #fff !important;
	background-color: #f28200;
	border: 1px solid #b26000;
	-webkit-box-shadow: 2px 2px 0 0 #b26000; /* Safari, Chrome用 */
	   -moz-box-shadow: 2px 2px 0 0 #b26000; /* Firefox用 */
	        box-shadow: 2px 2px 0 0 #b26000; /* CSS3 */
}

.btn-reserve a:after{
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #666 transparent;
}

.btn-reserve a:hover:after,
.btn-reserve a:active:after{
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 5px;
	right: 5px;
	border-style: solid;
	border-width: 0 0 8px 8px;
	border-color: transparent transparent #fff transparent;
}


/* map_canvas */
#map_canvas{
	width: 100%;
	height: 500px;
}

/* lang */
:lang(en) {
	font-family: 'Aparajita','Microsoft Himalaya';
}


/* booklist */
.booklist{
	width: 1040px;
	margin: 0;
	padding: 0;
}

.booklist li{
	float: left;
	width: 500px;
	margin: 0 0 40px 0;
	padding: 20px;
	list-style-type: none;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.booklist li:nth-child(even){
	margin-left: 40px;
}

.booklist li p.photo{
	float: left;
	margin: 0 20px 0 0;
}

.booklist li h3{
	float: left;
	width: 320px;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 0.9rem;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}

.booklist li dl{
	float: left;
	width: 320px;
}

.booklist li dl dt{
	float: left;
}

.booklist li dl dd{
	margin-bottom: 5px;
	padding: 0 0 0 20px;
}

.booklist .btn-book{
	float: left;
	position: relative;
	width: 200px;
	margin: 0 auto;
	text-align: center;
}

.booklist .btn-book a{
	display: block;
	padding: 3px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	background-image: url(../../commonimg/ico_link.png);
	background-repeat: no-repeat;
	background-position: bottom 5px right 5px;
	border: 1px solid #666;
}

.booklist .btn-book a:hover,
.booklist .btn-book a:active{
	color: #fff !important;
	background-color: #f28200;
	background-image: url(../../commonimg/ico_link_w.png);
	border: 1px solid #fff;
}


/* menu */
.menu-area{
	clear: both;
	margin: 40px auto 30px;
	padding: 90px 0 0;
	text-align: center;
	background: url(../../commonimg/line.gif) no-repeat top;
}

.menu-ol{
	margin: 0 !important;
	padding: 0 0 0 20px !important;
}

.menu-ol li{
	margin: 0 0 10px 0 !important;
}

.menu-box{
	width: 48%;
	margin-bottom: 60px;
	text-align: left;
}

/*
.menu-box:nth-child(even){
	clear: both;
	float: left;
}

.menu-box:nth-child(odd){
	float: right;
}
*/

.menu-box h3{
	margin-top: 20px;
	text-align: left;
	font-weight: bold;
	font-size: 1.0rem !important;
	line-height: 1.5em;
}

.menu-box p img{
	width: 100%;
	-webkit-box-shadow: 0 10px 6px -6px #999;
       -moz-box-shadow: 0 10px 6px -6px #999;
            box-shadow: 0 10px 6px -6px #999;
}


/* footer
-------------------------------------------- */
#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 0.7em;
}

#page-top a{
    display: block;
    width: 70px;
	height: 70px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
	background-color: #999;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	opacity: 0.85;
}

#page-top a:hover{
    text-decoration: none;
	color: #fff;
    background-color: #e56b07;
}

#footer-menu{
	width: 100%;
	margin: 0 auto 20px;
	padding: 13px 0 0;
	text-align: center;
}

#footer-menu li{
	display: inline;
	margin: 0 50px 0 0;
	font-size: 0.9rem;
}

#footer-menu li:last-child{
	margin-right: 0;
}

#footer-menu li a{
	text-decoration: none;
	color: #fff !important;
}

#footer-menu li a:hover,
#footer-menu li a:active{
	color: #f28200 !important;
}

#footer-logo{
	margin-bottom: 30px;
	text-align: center;
}

#footer-logo img{
	height: 75px;
}

#copyright{
	font-size: 0.7rem;
	text-align: center;
}


/* 汎用
-------------------------------------------- */
.mini-txt{
	font-size: 0.7em;
	line-height: 1.4em;
}

.sp-block{ display: none;}



@media screen and (max-width:420px){ /* 〜420px */

/* header-area
-------------------------------------------- */
header h1{
	width: 100px;
	margin-left: 10px;
}

header h1 img{
	height: 40px;
}


/* header-menu
-------------------------------------------- */
#header-menu{
	width: 150px;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
}


/* nav
-------------------------------------------- */
header nav{
	clear: both;
	width: 100%;
}

nav ul{
	width: 98%;
	margin: 1%;
}

nav ul li{
	position: relative;
	display: block;
	float: left;
	/*width: 24%;  4つの場合 */
	width: 48%;
	margin: 0 2% 0 0;
	font-size: 0.65rem;
}

nav ul li:last-child{
	margin-right: 0;
}

nav ul li a{
	display: block;
	padding: 7px 5px;
	color: #fff !important;
	background-color: #e56b07;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

nav ul li a:hover,
nav ul li a:active{
	color: #fff !important;
	background-color: #f28200;
}

nav ul li a:after{
	content: ' ';
	width: 0;
	height: 0;
	position: absolute;
	bottom: 3px;
	right: 3px;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent #fff transparent;
}


/* main
-------------------------------------------- */
#kv{
	min-width: 1px;
	width: 100%;
	height: auto;
	background-image: none;
}

main h2{
	margin: 40px auto 30px;
	padding: 70px 0 0;
	text-align: center;
	background: url(../../commonimg/line.png) no-repeat top;
}

.contents-area{
	width: 96%;
	margin: 2% auto;
}

.img-l{
	float: none;
}

.box-r{
	float: none;
	width: 100%;
	font-size: 1.05rem;
	line-height: 1.3em;
}

.box-r .txt-ttl{
	margin: 0 0 30px 0;
	font-size: 1.2rem !important;
}

.box-r .txt-ttl img{
	width: 100%;
}

.box-r .img-r{
	float: right;
	width: 130px;
	margin: 0 0 20px 20px;
}

.box-r .img-r img{
	width: 100%;
}

.box-r .txt-sign{
	float: right;
	width: 120px;
}

.box-r .txt-sign img{
	width: 100%;
}

.menu-box{
	width: 98%;
	margin: 0 auto;
}

.menu-box dl dd{
	margin-bottom: 10px;
	padding-left: 70%;
}

.left-box{ float: none;}
.right-box{ float: none;}

.note-txt{
	padding-top: 0;
	text-align: left;
}

.shop-box{
	width: 98%;
	margin: 0 auto;
}

.shop-box p.shopimg{
	float: none;
}

.shop-box dl{
	margin-bottom: 20px;
}


.shop-box dl dd{
	margin-bottom: 10px;
	padding-left: 18%;
}

.shop-box dl dd span.btn-map a{
	padding: 0 5px;
	color: #fff !important;
	text-decoration: none;
	background-color: #e56b07;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
}

.btn-reserve{
	clear: both;
	position: relative;
	width: 80%;
	margin: 20px auto 0;
	text-align: center;
	font-size: 0.9em;
}

.btn-reserve a{
	display: block;
	padding: 10px 5px;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #666;
}

.btn-reserve a:hover,
.btn-reserve a:active{
	color: #fff !important;
	background-color: #f28200;
	border: 1px solid #fff;
}


/* map_canvas */
#map_canvas{
	width: 100%;
	height: 300px;
}


/* booklist */
.booklist{
	width: 100%;
}

.booklist li{
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
	padding: 20px;
}

.booklist li:nth-child(even){
	margin-left: 0;
}

.booklist li p.photo{
	float: none;
	margin: 0 0 20px 0;
	text-align: center;
}

.booklist li h3{
	float: none;
	width: 100%;
}

.booklist li dl{
	float: none;
	width: 100%;
}

.booklist li dl dt{
	float: left;
}

.booklist li dl dd{
	margin-bottom: 0;
	padding: 0 0 0 20px;
}

.booklist .btn-book{
	clear: both;
	float: none;
}

.booklist .btn-book a{
	padding: 8px;
}


/* menu */
.menu-area{
	margin: 20px auto 30px;
	padding: 30px 0 0;
	text-align: center;
	background: none;
}

.menu-box{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dashed #efbd8f;
}

.menu-box:nth-child(2){
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.menu-box:nth-child(odd){
	float: none;
}

.menu-box:nth-child(even){
	float: none;
}



/* footer
-------------------------------------------- */
#page-top{
    position: fixed;
    bottom: -200;
    right: -200px;
}

#footer-menu{
	display: none;
}

#footer-logo img{
	height: 60px;
}


/* 汎用
-------------------------------------------- */
.sp-block{ display: block;}
.sp-none{ display: none;}
.w100{ width: 100%;}

}