@charset "utf-8";
@import"https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&subset=japanese";
@media screen and (min-width: 751px) {

html, body {
	width: 100%;
	height: 100%;
	background: #fff;
	color: #333;
}
.sp {
	display: none !important;
}

/* img alphaOver */
.alphaOver a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
a {
	transition: 0.25s ease-out;
}
#overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(245,242,243,0.8); 
	z-index: 100;
	display: none;
}
main {
	position: relative;
	top: -150px;
	opacity: 0;
	display: block;
}


/* -----------------------------------------------------------------------------

	header
  
----------------------------------------------------------------------------- */
header {
	width: 1400px;
	margin: 0 auto;
	border-bottom: 1px solid #ddd;
	font-size: 1.1rem;
	padding: 14px 12px 14px;
	position: relative;
	background: #fff;
	z-index: 30;
	box-sizing: border-box;
}
header p:first-child {
	width: 161px;
	position: absolute;
	top: 5px;
	left: 12px;
}
header p:first-child img {
	width:100%;
	height:auto;
}
header p + p {
	padding: 0 0 0 183px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
header p.menu {
	width: 70px;
	height: 70px;
	position: absolute;
	text-align: center;
	cursor: pointer;
	right: 0;
	top: 40px;
	padding: 0;
}
header p.menu.fix {
	position: fixed;
	left: 50%;
	margin-left: 630px;
	top: 0;
}
header p.menu a {
	width: 70px;
	height: 70px;
	display: block;
	background: #9cc813;
}
header p.menu a:hover {
	background: #479e18;
}
header p.menu img {
	width: 22px;
	height: auto;
	padding-top: 24px;
}

/* fixHead
---------------------------------------------*/
header .fixHead {
	background: #fff;
	float: none;
	padding: 0;
	position: fixed;
	top: 0;
	height: 70px;
	width: 1400px;
	left: 50%;
	margin-left: -700px;
	display: none;
}
header .fixHead a {
	display: inline-block;
	padding: 10px 0 0 10px;
}


/* -----------------------------------------------------------------------------

	nav
  
----------------------------------------------------------------------------- */
#gnav {
	background: #fff;
	width: 500px;
	height: 100%;
	position: fixed;
	top: 0;
	right: -500px;
	z-index: 100;
	overflow-y: auto;
}
#gnav nav {
	padding: 50px 45px 0 45px;
}
#gnav h3 {
	font-size: 1.4rem;
	margin: 0 0 35px;
}
#gnav h3:nth-of-type(2) {
	font-size: 2rem;
	font-weight: normal;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 35px 0 45px;
}
#gnav ul.menu {
	margin-bottom: 30px;
}
#gnav ul.menu > li {
	margin-bottom: 10px;
	font-size: 1.6rem;
}
#gnav ul.menu > li a span.blank {
	padding-right: 20px;
}
#gnav ul.menu > li a span.blank:after {
	content: "";
	position: absolute;
	top: 7px;
	right: 0;
	background: url(../img/icon_blank.png) left center no-repeat;
	width: 12px;
	height: 12px;
	background-size: 12px auto;
}
#gnav ul.menu > li a:hover {
	color: #9cc813;
}
#gnav ul.menu > li > a,
#gnav ul.menu > li.menu_innerlist span {
	display: inline-block;
	padding: 5px 0 5px 30px;
	background: url(../img/img_balloon.png) left center no-repeat;
	position: relative;
	background-size: 16px;
}
#gnav ul.menu ul {
	margin: 20px 0 30px 42px;
}
#gnav ul.menu ul li {
	margin-bottom: 15px;
}
#gnav ul.menu ul li a {
    background: url(../img/icon_arw01.png) left 6px no-repeat;
    padding-left: 25px;
    background-size: 16px;
}
#gnav ul.menu > li.menu_innerlist span {
	font-size:1.6rem;
}
#gnav ul.shop {
	text-align: center;
}
#gnav ul.shop li {
	display: inline-block;
	margin: 0 12px;
	font-size: 1.5rem;
}
#gnav ul.shop li span {
	display: block;
    padding-top: 64px;
    background-size: 22px auto;
    background-position: center 23px;
    background-repeat: no-repeat;
    background-image: url(../img/icon_booking.png);
    padding-bottom: 5px;
}
#gnav ul.shop li:nth-child(2) span {
	background-image: url(../img/icon_request.png);
}
#gnav ul.shop li:nth-child(3) span {
	background-image: url(../img/icon_contact.png);
}
#gnav ul.shop li a {
	background: #f5f2f3;
	display: inline-block;
	width: 160px;
	height: 100px;
	color: #fff;
	border-radius: 5px;
	position: relative;
}
#gnav ul.shop li a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    width: 92%;
    height: 89%;
    border: 1px solid #ffffff;
    border-radius: 2px;
    pointer-events: none;
}
#gnav ul.shop li:nth-child(1) a {
	background: #ff79a5;
}
#gnav ul.shop li:nth-child(2) a {
	background: #72c4fe;
}
#gnav ul.shop li:nth-child(3) a {
	background: #9cc813;
}
#gnav ul.shop li a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
#gnav p.btn {
	margin: 28px auto;
	width: 350px;
}
#gnav p.btn a {
	border: none;
	padding: 0;
}
#gnav p.btn img {
	width: 100%;
}
#gnav p.close {
	width: 40px;
	height: 57px;
	position: absolute;
	top: 40px;
	right: 20px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#gnav p.close a {
	width: 40px;
	height: 57px;
	display: block;
	background: url(../img/btn_close.png) 3px 3px no-repeat;
}
#gnav p.btn a:hover,
#gnav p.close a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}


/* -----------------------------------------------------------------------------

	footer
  
----------------------------------------------------------------------------- */
footer {
	width: 1400px;
	margin: 0 auto;
	position: relative;
	padding: 17px 0;
}
footer small {
	color: #999;
}
footer ul {
	float: right;
}
footer ul li {
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 15px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
footer ul li:first-child {
	border: none;
}
footer ul li a {
	color: #999 !important;
	background: url(../img/icon_blank.png) right center no-repeat;
	background-size: 10px auto;
	padding-right: 15px;
}
footer ul li a:hover {
	text-decoration: underline;
}

/* pagetop
---------------------------------------------*/
.pagetop {
	position: absolute;
	top: -50px;
	right: 0;
	cursor: pointer;
	width: 50px;
	height: 50px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.pagetop a {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/icon_pagetop.png) center center no-repeat #9cc813;
	background-size: 11px auto;
}
.pagetop a:hover {
	background-color: #479e18;
}


/* -----------------------------------------------------------------------------

	#conversionArea
  
----------------------------------------------------------------------------- */
#conversionArea {
	padding:0 0 55px 0;
	background:#f5f2f3;
}
#conversionArea .reserve {
	height:320px;
	background: url(../img/bg_reserve.jpg) repeat-x center #fff;
	position: relative;
	margin: 0 auto;
}
#conversionArea .reserve .btnArea {
	width:464px;
	height:200px;
	padding:10px;
	box-sizing : border-box;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -232px;
}
#conversionArea .reserve .btnArea dl {
	border:1px solid #dddddd;
	padding-top: 10px;
	text-align:center;
	height: 180px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#conversionArea .reserve .btnArea dt {
	font-size:2.6rem;
	margin-bottom: 12px;
}
#conversionArea .reserve .btnArea dt span {
	display:block;
	margin-bottom:15px;
	font-size:1.4rem;
}
#conversionArea .reserve .btnArea dd {
	width:380px;
	margin: 0 auto;
}
#conversionArea .reserve .btnArea dd a {
	display:block;
	padding: 18px 0;
	background-color:#dd4b5f;
	color:#fff;
	font-size: 2.0rem;
	line-height: 1;
}
#conversionArea .reserve .btnArea dd a span {
	padding-left: 35px;
	background:url(../img/icon_reserve.png) no-repeat left center;
	position:relative;
}
#conversionArea .reserve .btnArea dd a:hover {
	opacity:0.7;
}
#conversionArea .panel {
	text-align:center;
	margin-top:55px;
	overflow: hidden;
	width: 960px;
	margin: 55px auto 0;
}
#conversionArea .panel li {
	width:280px;
	padding:10px;
	display: inline-block;
	margin: 0 30px 0 0;
	background:#fff;
	text-align:center;
}
#conversionArea .panel li:last-child {
	margin-right:0;
}
#conversionArea .panel li a {
	display:block;
	border:1px solid #dddddd;
	padding:30px 0 25px;
}
#conversionArea .panel li dt {
	width:210px;
	height:110px;
	overflow:hidden;
	margin: 0 auto;
}
#conversionArea .panel li dt img {
	width:100%;
	height:auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#conversionArea .panel li dd {
	margin-top:20px;
	font-size:2.0rem;
}
#conversionArea .panel li dd small {
	display:block;
	font-size:1.2rem;
	margin-bottom: 5px;
	min-height:38px;
}
#conversionArea .panel li dd .blank {
	display:inline-block;
	position:relative;
	padding-right: 20px;
}
#conversionArea .panel li dd .blank:after {
	content:"";
	width:11px;
	height:10px;
	position:absolute;
	top: 9px;
	right: 0;
	background:url(../img/icon_blank.png) no-repeat 0 0;
	background-size:11px auto;
}
#conversionArea .panel li a:hover dt img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
#conversionArea .bnr {
	text-align:center;
	margin-top:40px;
}
#conversionArea .bnr li {
	width:330px;
	margin:0 15px;
	display:inline-block;
}
#conversionArea .bnr li img {
	width:100%;
	height:auto;
}
#conversionArea .bnr li a:hover {
	opacity:0.7;
}



/* -----------------------------------------------------------------------------

	共通
  
----------------------------------------------------------------------------- */

/* -----------------------
	btn
-------------------------*/
.btn a {
	display:block;
	padding: 18px 0;
	text-align:center;
	border:1px solid;
	line-height: 1;
	font-size: 1.4rem;
}
.btn a span {
	display:inline-block;
	padding-left: 23px;
	background-repeat:no-repeat;
	background-position:left center;
	position:relative;
}
/*blank*/
.btn.blank a {
	padding-right:20px;
}
.btn.blank span:after {
	content:"";
	width:11px;
	height:11px;
	background-repeat: no-repeat;
	background-position:0 0;
	position:absolute;
	top: 1px;
	right: -18px;
}
/*type01*/
.btn.type01 a {
	border-color:#483538;
}
.btn.type01 a span {
	background-image: url(../img/icon_arw01.png);
	background-size: 12px auto;
}
.btn.type01 a:hover {
	border-color:#9cc813;
	background-color:#9cc813;
	color:#fff;
}
.btn.type01 a:hover span {
	background-image: url(../img/btn_arw02.png);
}
.btn.type01.blank span:after {
	background-image:url(../img/icon_blank01.png);
	background-size:11px auto;
}
.btn.type01.blank a:hover span:after {
	background-image:url(../img/icon_blank02.png);
}
/*type02*/
.btn.type02 a {
	border-color:#fff;
	color:#fff;
}
.btn.type02 a span {
	background-image:url(../img/btn_arw02.png);
	background-size: 12px auto;
}
.btn.type02 a:hover {
	border-color:#9cc813;
	background-color:#9cc813;
}



}



@media screen and (min-width: 751px) and (max-width: 1420px) {
header,
footer {
	width: 100%;
}
header p.menu.fix {
	position: fixed;
	left:inherit;
	right: 0;
	margin-left: 0;
}
header .fixHead {
	width: 100%;
	margin: 0;
	left: 0;
}


}