﻿@charset "utf-8"

html,
button,
input,
select,
textarea{
	color: #84806d;
}

body {
	background: #e5cfd8;
	color: #84806d;
	font: 13.35px/1.5 "メイリオ",Meiryo,"ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",Verdana,Arial,sans-serif;
	position: relative;
	word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 1em;
	line-height: 1.1;
}

::-moz-selection {
	background: #e4dcdf;
	text-shadow: none;
}

::selection {
	background: #e4dcdf;
	text-shadow: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #84806d;
	margin: 1em 0;
	padding: 0;
}

img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}



fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

ul {
	margin: 0;
	padding: 0;
}

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}

a {
	color: #84806d;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:hover img,
.hover:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
}

.jisage{
	padding-left: 1em;
}

.f12{
	font-size: 0.7em;
}

.f21{
	font-size: 1.3em;
}

.f30{
	font-size: 1.8em;
}

.pagetop {
	max-width: 1092px;
	width: 90%;
	text-align: right;
}

.dsp-w {
	display: inline;
}
.dsp-s {
	display: none;
}



.wrapper{
	margin: 0 auto;
}

#zone1{
	background-color: #e4dcdf;
	height: 154px;
	width: 100%;
	position: relative;
}


#zone1 .logo{
	height: 98px;
	line-height: 1;
	margin: 0 auto;
	padding-top: 25px;
	text-align: center;
	width: 98px;
}

#zone1 .adress{
	height: 79px;
	width: 267px;
	right: 70px;
	top: 35px;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
}

#header-container {
	height: 50px;
	width: 100%;
}


#header{
	background-color: #d280a1;
	height: 100%;
	position: relative;
	width: 100%;
}
#header .wrapper {
	position: relative;
	max-width: 920px;
}


#header .logo{
	display: none;
	height: 40px;
	left: 50px;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 40px;
}


body.active #header .logo{
	display: inline;
	width: 40px;
	height: 40px;
}

body.active #header .logo img{
	width: 40px;
	height: 40px;
}



#header .adress {
	display: none;
	color: #937a61;
	height: 24px;
	left: 860px;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	top: 45px;
	width: 25px;
}


#header .fb,
body.active #header .fb{
	width: 50px;
	height: 50px;
	top: 0;
	left: 820px;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	padding-top: 12px;
}


#header .blog,
body.active #header .blog{
	width: 50px;
	height: 50px;
	top: 0;
	left: 870px;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	padding-top: 12px;
}


#gnav {
	font-size: 0;
	line-height: 0;
}
#gnav ul {
	display: table;
	table-layout: auto;
	height: 50px;
	margin: 0 auto;
	background-color: #d280a1;
}

#gnav li{
	display: table-cell;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.04em;
	line-height: 1.1;
	text-align: center;
	vertical-align: top;
}
#gnav li a,
body.active #gnav li a{
	color: #ffffff;
	display: block;
	height: 50px;
	padding: 20px 30px;
	white-space: nowrap;
	width: 100%;
}

#gnav li a:hover {
	background: #F2F2F2;
	text-decoration: none;
		background: url(../img/bar1.gif) repeat-x left bottom;
	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}


#gnav li span,
#gnav li#nav-contact,
#gnav li#nav-about {
	display: none;
}

body.active #header{
	/*box-shadow: 0 0 3px rgba(0,0,0,0.2);*/
	height: 50px;
	position: fixed;
	top: 0;
	z-index: 100;
/*	-webkit-transition: 0.3s;
	   -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	     -o-transition: 0.3s;
	        transition: 0.3s;*/
}

body.active #gnav ul {
	top: 0;
}


/* ==========================================================================
     フッターのスタイル
   ========================================================================== */
#footer-container {
	background-image: url("../img/footer-back.jpg");
	background-repeat: repeat-x;
	padding: 1em 0;
	text-align: center;
	height: 130px;
	width: 100%;
	position: relative;
	z-index: 2;
	/*margin-top: 200px;*/
}

#footer-container .copyright {
	color: #FFF;
	margin: 20px auto;
}


#footer-container .img3 {
	right: 70px;
	position: absolute;
	bottom: -3px;
	z-index:1;
}



.em {
	font-weight: bold;
}
.normal {
	font-weight: normal;
}



.separator1 {
	display: block;
	border: solid #E0D3CE;
	border-width:1px 0 0 0;
	height:1px;
	clear:both;
	margin: 10px 0;
	width: 100%;
}


.mximg {
	max-width: 100%;
}


#main-image-container,
#contents01 {
	position: relative;
}
#main-image-container {
	z-index: 10;
}

/* ==========================================================================
     コンテンツエリア　-> profileのスタイル
   ========================================================================== */
#contents01 {
	margin-top: 0;
	z-index: 5;
}

#sec-profile {
	margin-top: 6px;
	padding: 50px 120px 0;
	/*margin-bottom: -40px;*/
	position: relative;
	border-top: 3px solid #eddee5;
}

#sec-profile .wrapper {
	max-width: 1160px;
	min-height: 1116px;
	width: 100%;
	background-image: url(../img/back-profiletop.png),url(../img/back-profilebottom.png);
	background-position: center 20px,center bottom;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}

#sec-profile div.title {
	margin: -10px auto 0;
}

#sec-profile div.title h1 {}
	
#sec-profile div.title h1 span{
	display: none;
}

#sec-profile div.profile{
	width: 64%;
	margin: 0 auto;
	padding-top: 220px;
	padding-bottom: 40px;*/

}

#sec-profile div.profile .box1 {
	width: 100%;
	margin-top: 50px;
}

#sec-profile div.profile .box1 h1 {
	margin: 0 auto;
	display: none;
}

#sec-profile div.profile .box1 h1 span{
	display: none;
}

#sec-profile div.profile .box1 p {
	font-size: 1em;
	font-weight: normal;
	line-height: 2.6;
	text-align: left;
}


#sec-profile .img3 {
	right: 60px;
	position: absolute;
	/*z-index: 2;*/
	bottom: -160px;
	width: 200px;
}

/* ==========================================================================
     コンテンツエリア　-> chargeのスタイル
   ========================================================================== */

#sec-charge {
	margin-top: 25px;
	padding: 50px 120px 0;
}

#sec-charge .wrapper{
	margin: 50px auto 20px;
	padding-bottom: 280px;
	max-width: 1160px;
	/*min-height: 1800px;*/
	width: 100%;
	height: 100%;
	background-image: url(../img/back-chargetop.png),url(../img/back-bottom.png);
	
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}

#sec-charge div.title {
	margin: 170px auto 0;
}

#sec-charge div.title h1 {}

#sec-charge div.title h1 span{
	display: none;
}

#sec-charge div.title h2{
	margin: 20px auto 40px;
}

#sec-charge div.title h2 img{
	max-width: 561px;
	width: 70%;
}


#sec-charge div.title h2 span{
	display: none;
}


#sec-charge div.charge h3 {
	margin: 40px auto 15px;
}

#sec-charge div.charge h3 span{
	display: none;
}

#sec-charge div.charge p.comment{
	margin: 40px auto 20px;
}

#sec-charge div.charge p.comment span{
	display: none;
}

/* 2023/2/16　追加*/
#sec-charge div.charge .table_01_caption{
	display: block;
	margin: 0 auto -16px;
    padding: 0;
    line-height: 1.4em;
    text-align: right;
}

#sec-charge div.charge .table_01{
	width: 75%;
	margin: 0 auto;
	max-width: 600px;
}


#sec-charge .table_price{
	border-collapse: collapse;	
	border-spacing: 0;
	width: 100%;
	border: 1px solid #84806d;
	margin: 20px auto;
	color: #84806d;
}


#sec-charge .table_price th, 
#sec-charge .table_price td{
	 padding: 6px;
	 text-align: center;
	 vertical-align: top;
	 font-weight: normal;
	 color: #84806d;
	 border: 1px solid #84806d;
}


#sec-charge div.charge02{
	width: 75%;
	margin: 0 auto;
	padding: 10px 0 0 20px;
	/*background-color: #5500ff;*/
	overflow:hidden;
}

#sec-charge div.charge02 .img0{
	float: right;
	max-width: 378px;
	width: 49%;
	margin-right: 20px;
}

#sec-charge div.charge02 .img1{
	display: none;
}


#sec-charge div.charge02 .box01{
	width: 50%;
	padding-top: 30px; 
}

#sec-charge div.charge02 .box01 h2{
	margin: 0 auto 30px;
}

#sec-charge div.charge02 .box01 h2 img{
	width: 100%;
	max-width: 285px;
}

#sec-charge div.charge02 .box01 h2 span{
	display: none;
}


#sec-charge div.charge02 .box01 .price01{
   margin: 0 auto;
   width: 100%;
}


dl.list dt {
   float:left;
   width:1.5em;
   padding-top:10px;
   padding-bottom:0;
   padding-right:0;
}

dl.list dt span{
   position:relative;
}

dl.list dd {
   margin-left:2.2em;
   padding-top:12px;
   padding-bottom:10px;
   padding-right:10px;
   text-align: left;
   letter-spacing: 0.2em
}

dl.list dd span{
   font-size: 15px;
}

#sec-charge div.charge03{
	width: 60%;
	margin: 0 auto;
	/*padding: 10px 0 0 20px;*/
	padding: 0 0 0 20px;
	/*background-color: #0000ff;*/
}


#sec-charge div.charge03 ul.detail{
   list-style-type: none;
   /*margin-top: 15px;*/
   margin: 0;
   width: 100%;
   text-align: left;
   line-height: 2;
   /*background-color: #ff00ff;*/
}


/*#sec-charge div.charge02 li.detail {
padding-left: 18px;
padding-bottom: 2px;
}*/


#sec-charge div.charge03 li.detail{
padding-left: 18px;
background: url(../img/disc.png) no-repeat 0 0.5em; /* マーカー画像 */
padding-bottom: 2px;
}



/* ==========================================================================
     コンテンツエリア　-> option menuのスタイル
   ========================================================================== */
#sec-option {
	margin-top: 25px;
	padding: 50px 120px 0;
}

#sec-option .wrapper{
	margin: 50px auto 20px;
	padding-bottom: 280px;
	max-width: 1160px;
	min-height: 1000px;
	width: 100%;
	height: 100%;
	background-image: url(../img/back-optiontop.png),url(../img/back-bottom.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}

#sec-option div.title {
	margin: 170px auto 0;
}

#sec-option div.title h1 {}

#sec-option div.title h1 span{
	display: none;
}


#sec-option div.optionbox{
	width: 64%;
	max-width: 780px;
	margin: 0 auto;
}

#sec-option div.optionbox p.comment0{
	margin: 50px auto 20px;
	/*background-color: #3300dd;*/
	padding-left:1em;
	text-indent:-1em; 
}

#sec-option div.optionbox h2 {
	margin: 60px auto 20px;
}

#sec-option div.optionbox h2 img.img1{
	width: 100%;
	max-width: 316px;
}

#sec-option div.optionbox h2 img.img2{
	width: 100%;
	max-width: 428px;
}


#sec-option div.optionbox h2 span{
	display: none;
}

#sec-option div.optionbox p{
	text-align: left;
	line-height: 2.0;
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}

#sec-option div.optionbox .price01{
   width: 60%;
   margin-top: 40px;
   margin-left: 5em;
   margin-bottom: 60px;
}

dl.listOption {
	width: 100%;
}

dl.listOption dt {
   float:left;
   width:12em;
   padding-top:10px;
   padding-bottom: 0;
   padding-right: 0;
   text-align: left;
}

dl.listOption dt span{
   position:relative;
}

dl.listOption dd {
   margin-left:12.2em;
   padding-top:10px;
   padding-bottom: 0;
   padding-right:0;
   text-align: left;
}

dl.listOption dd span{
   font-size: 1em;
   color: #d280a1;
}

dl.listOption dd span.gray{
   color: #84806d;
   font-size: 0.7em !important;
}

.table_optionPhoto{
	width: 100%;
	margin: 0 auto;
	max-width: 780px;
}

.table_optionPhoto td{
	 padding: 0;
	 text-align: center;
	 vertical-align: center;
	width: 42.4%;
}


.table_optionPhoto td.td0{
	 padding: 0;
	 text-align: center;
	 vertical-align: center;
	width: 15%;
}

.table_optionPhoto td img,
.table_optionPhoto td.td0 img{
	width: 100%;
}

/* ==========================================================================
     コンテンツエリア　-> hotelのスタイル
   ========================================================================== */
#sec-hotel {
	margin-top: 25px;
	padding: 50px 120px 0;
}

#sec-hotel .wrapper{
	margin: 50px auto 20px;
	padding-bottom: 280px;
	max-width: 1160px;
	min-height: 1000px;
	width: 100%;
	height: 100%;
	background-image: url(../img/back-hoteltop.png),url(../img/back-bottom.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}


#sec-hotel div.title {
	margin: 170px auto 0;
}

#sec-hotel div.title h1 {}

#sec-hotel div.title h1 span{
	display: none;
}

#sec-hotel h2{
	margin: 20px auto 40px;
}


#sec-hotel div.title h2 img{
	max-width: 433px;
	width: 70%;
}
#sec-hotel div.title h2 span{
	display: none;
}


#sec-hotel div.hotelbox00{
	width: 70%;
	max-width: 780px;
	margin: 0 auto;
}


#sec-hotel div.hotelbox00 p{
	text-align: left;
	line-height: 2.0;
	width: 100%;
	margin: 0 auto;
	max-width: 780px;
}

#sec-hotel div.hotel h3 {
	margin: 100px auto 15px;
}

#sec-hotel div.hotel h3 span{
	display: none;
}

#sec-hotel div.hotel .comment{
	margin: 40px auto 20px;
}

#sec-hotel div.hotel .table_01_caption{
	display: block;
	margin: 0 auto -16px;
    padding: 0;
    line-height: 1.4em;
    text-align: right;
}

#sec-hotel div.hotel .table_01{
	width: 90%;
	margin: 0 auto;
	max-width: 600px;
}

#sec-hotel .table_price{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #84806d;
	margin: 20px auto;
	color: #84806d;
}

#sec-hotel .table_price th, 
#sec-hotel .table_price td{
	 padding: 6px;
	 text-align: center;
	 vertical-align: top;
	 font-weight: normal;
	 color: #84806d;
	 border: 1px solid #84806d;
}

#sec-hotel div.hotelbox01{
	width: 76%;
	max-width: 800px;
	margin: 100px auto 30px;
	padding-left: 12px;
}


#sec-hotel div.hotelbox01 ul.detail{
   float: left;
   list-style-type: none;
   margin: 0 auto 20px;
   text-align: left;
   line-height: 1.6;
   min-width: 320px;
   width: 40%;
   padding-top: 20px;
}

#sec-hotel div.hotelbox01 li.detail{
padding-left: 12px;
background: url(../img/disc.png) no-repeat 0 0.5em; /* マーカー画像 */
padding-bottom: 20px;
}

#sec-hotel div.hotelbox01 li.detail span,
#sec-hotel div.hotelbox01 li.detail span.pink{
font-size: 0.9em;
}

#sec-hotel div.hotelbox01 li.detail span.pink{
font-size: 1.2em;
font-weight: strong;
color: #d280a1;
}

#sec-hotel div.hotelbox01 .photobox{
   text-align: center;
   max-width: 250px;
   min-width: 200px;
   width: 28%;
}


/* ==========================================================================
     コンテンツエリア　-> serviceのスタイル
   ========================================================================== */
#sec-service {
	margin-top: 25px;
	padding: 50px 120px 0;
}


#sec-service .wrapper{
	margin: 50px auto 20px;
	max-width: 1160px;
	max-height: 1440px;
	width: 100%;
	height: 100%;
	background-image: url(../img/back-servicetop.png),url(../img/back-bottom.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat,no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}


#sec-service div.title {
	margin: 170px auto 0;
}

#sec-service div.title h1 {}

#sec-service div.title h1 span{
	display: none;
}

#sec-service div.servicebox01{
	width: 70%;
	padding: 60px 0 0;
	margin: 0 auto;
    background-color: yelow;
}

#sec-service div.servicebox01 h2{
	padding: 25px auto 0;
}

#sec-service div.servicebox01 h2 span{
	display: none;
}


#sec-service div.servicebox01 ul{
	display:table;
	table-layout: fixed;
	width: 80%;
	max-width: 400px;
	background-color: #ffffff;
	margin: 25px auto 10px;
}

#sec-service div.servicebox01 li{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border: #84806d 1px solid;
	padding: 5px;
}

#sec-service div.servicebox01 li.liLeft{
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	border-left: #84806d 1px solid;
	border-top: #84806d 1px solid;
	border-bottom: #84806d 1px solid;
	border-right: none;
	padding: 5px;
}


#sec-service div.servicebox01 ul.comment{
	display:table;
	table-layout: fixed;
	background-color: #e5cfd8;
	width: 80%;
	max-width: 400px;
	margin: -10px auto 0;
}


#sec-service div.servicebox01 ul.comment li{
	display:table-cell;
	vertical-align: top;
	text-align: right;
	border: none;
	padding: 0;
}



#sec-service div.servicebox01 p{
	padding: 50px auto 0;
}


#sec-service div.servicebox01 .table_01{
	width: 80%;
	max-width: 400px;
	margin: 25px auto 10px;
}

#sec-service div.servicebox01 .table_01 .table_01_caption{
	display: block;
	margin: 0 auto -16px;
    padding: 0;
    line-height: 1.4em;
    text-align: right;
}

#sec-service div.servicebox01 .table_price{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #84806d;
	margin: 20px auto;
	color: #84806d;
	background-color: #ffffff;
}

#sec-service div.servicebox01 .table_price th, 
#sec-service div.servicebox01 .table_price td{
	 padding: 6px;
	 text-align: center;
	 vertical-align: top;
	 font-weight: normal;
	 color: #84806d;
	 border: 1px solid #84806d;
}







.bottomzone{
	text-align: right;
	width: 100%;
	padding-top: 180px;
	padding-bottom: 350px;
}


.bottomzone img{
	width: 40%;
	max-width: 296px;

}


/* ==========================================================================
     コンテンツエリア　-> accessのスタイル
   ========================================================================== */

#sec-access {
	margin: 25px auto 180px;
	padding: 50px 120px 0;
}

#sec-access .wrapper{
	margin: 50px auto 20px;
	padding-bottom: 350px;
	max-width: 1092px;
	width: 100%;
	height: 100%;
	background-image: url(../img/back-accesstop.png),url(../img/back-bottom.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
	/*background-color: #3333ff;*/
}

#sec-access div.title {
	margin: 170px auto 0;
}

#sec-access div.title h1 {}


#sec-access div.title h1 span{
	display: none;
}


#sec-access div.accessbox600{
	width: 70%;
	max-width: 600px;
	max-height: 300px;
	margin: 0 auto;
	/*background-color: #223344;*/
}

#sec-access div.accessbox600 h2{
	margin: 80px auto 10px;
}

#sec-access div.accessbox600 h2 img{
	width: 100%;
	max-width: 600px;
}


#sec-access div.accessbox600 h2 span{
	display: none;
}


#sec-access div.access .map_area {
	max-width: 600px;
	/*min-width: 280px;
	/*margin: 0 0 20px;*/
	margin: 0 auto;
	padding: 4px;
}


.google-maps {
        position: relative;
        padding-bottom: 45%;
        height: 0;
        overflow: hidden;
      }
.google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
}

#sec-access div.access .table_01{
	width: 75%;
	margin: 0 auto;
	max-width: 600px;
}

#sec-access .table_price{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #84806d;
	margin: 20px auto;
	color: #84806d;
	background-color: #ffffff;
}

#sec-access .table_price th, 
#sec-access .table_price td{
	 padding: 6px;
	 text-align: center;
	 vertical-align: top;
	 font-weight: normal;
	 color: #84806d;
	 border: 1px solid #84806d;
}


#sec-access hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #84806d;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}


#sec-access div.accessbox680{
	width: 80%;
	max-width: 680px;
	margin: 50px auto 0; 
}

#sec-access div.accessbox680 img{
	float: left;
	padding: 10px 40px 0 0;
}


#sec-access div.accessbox680 .guideArea{
	float: right;
	text-align: left;
	width: 400px;
}

#sec-access div.accessbox680 .guideArea p{
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}


#sec-access div.accessbox680 .guideArea p.adress{
	text-align: left;
	line-height: 1.5;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 936px) {

.dsp-w {
	display: none;
}
.dsp-s {
	display: inline;
}

body {
	padding-top: 61px;
}

#zone1{
	display: none;
}

#header-container {
	border-bottom: solid 1px #FFF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	height: 60px;
	left: 0;
	overflow: visible;
	position: fixed;
	top: 0;
	z-index: 100;
}

#header,
body.active #header {
	height: 60px;
	position: relative;
	top: auto;
	width: 100%;
}

#header .logo,
body.active #header .logo {
	display: inline-block;
	height: 48px;
	left: 10px;
	overflow: hidden;
	text-align: center;
	top: 6px;
	width: 48px;
}
#header .logo a,
body.active #header .logo a {
	height: auto;
	padding-top: 0;
}
#header .logo img,
body.active #header .logo img {
	height: 48px;
	min-width: 48px !important;
	width: 48px !important;
	transition: none;
}

#header .fb,
body.active #header .fb{
	width: 40px;
	height: 40px;
	top: 20px;
	left: 60px;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	padding-top: 0;
}


#header .blog,
body.active #header .blog{
	width: 40px;
	height: 40px;
	top: 20px;
	left: 100px;
	line-height: 1;
	margin: 0;
	position: absolute;
	text-align: center;
	padding-top: 0;
}


#gnav{
	padding: 60px 0 0 0;
	top: 0;
}

#gnav .menu {
	color: #f8f4f3;
	cursor: pointer;
	display: block;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.1;
	padding-top: 38px;
	position: absolute;
	right: 10px;
	text-align: center;
	top: 7px;
	width: 42px;
}
#gnav .menu:after {
	box-shadow: 0 3px 0 2px #f8f4f3, 0 12px 0 2px #f8f4f3, 0 21px 0 2px #f8f4f3;
	content: "";
	display: block;
	height: 0;
	left: 7px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	width: 28px;
}

#gnav ul {
	border-top: 1px solid #d280a1;
	display: none;
	left: auto;
	position: relative;
	top: auto;
	width: 100%;
}

#gnav li {
	display: block;
	font-size: 18px;
	font-weight: normal;
	width: 100%;
}

#gnav li span {
	display: none;
}


#gnav li a,
#gnav li a:hover{
	border: solid #DDD;
	border-width: 0 0 1px 0;
	height: auto !important;
	padding: 12px 10px 10px !important;
	background-color: #ffffff;
	color: #84806d !important;
	filter: alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}


/* ==========================================================================
     コンテンツエリア　-> profileのスタイル   936px以上では固定レイアウト
   ========================================================================== */
#sec-profile {
	margin-top: 6px;
	/*padding: 0 120px;*/
	padding: 60px 20px 0;
	/*margin-bottom: -40px;*/
	position: relative;
	border-top: 3px solid #eddee5;
}

#sec-profile .wrapper {
	width: 100%;
	min-height: 600px;
	background-image: none;
	/*background-color: #225566;*/
	padding: 30px 0; 
	margin-bottom: 200px;
}


#sec-profile div.profile{
	width: 90%;
	margin: 0 auto;
	padding: 0;
}

#sec-profile div.profile .box1 {
	width: 100%;
	margin-top: 0;
}

#sec-profile div.profile .box1 h1{
	margin: 0 auto;
	display: inline;
}

#sec-profile div.profile .box1 h1 img{
	width: 40%;
	min-width: 200px;
}


#sec-profile div.profile .box1 h1 span{
	display: none;
}

#sec-profile div.profile .box1 p {
	font-size: 1em;
	font-weight: normal;
	line-height: 2.6;
	text-align: left;
	/*background-color: #fff;*/
	width: 100%;
}


/* ==========================================================================
     コンテンツエリア　-> chargeのスタイル  936px以上では固定レイアウト
   ========================================================================== */#sec-charge {
	margin-top: 25px;
	/*padding: 0 120px;*/
	padding: 60px 20px 0;
}


#sec-charge .wrapper{
	margin: 50px auto 120px;
	/*padding-bottom: 200px;*/
	padding-bottom: 160px;
	max-width: 1160px;
	/*min-height: 1800px;*/
	width: 100%;
	height: 100%;
	background-image: url(../img/back-chargetop.png),url(../img/back-bottom-s.png);
	background-image: url(../img/back-chargetop.png),url(../img/back-bottom-s.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
	/*background-color: #3300ff;*/
}


#sec-charge div.title h1 img{
	width: 50%;
	min-width: 200px;
}

#sec-charge div.title h2{
	margin: 20px auto;
}

#sec-charge div.title h2 img{
	max-width: 400px;
	/*max-width: 561px;*/
	width: 90%;
}

#sec-charge div.charge h3 img{
	/*max-width: 561px;*/
	width: 30%;
	max-width: 95px;
}



#sec-charge div.charge02{
	width: 90%;
	margin: 0 auto;
	padding: 10px 0 0 20px;
	/*background-color: #330000;*/
}


#sec-charge div.charge02 .box01{
	width: 50%;
	padding-top: 30px; 
}

#sec-charge div.charge02 .img0{
	margin-top: 50px;
	max-width: 320px;
	/*max-width: 378px;*/
}


#sec-charge div.charge p.comment{
	margin: 20px auto;
	width: 90%;
}

#sec-charge div.charge p.comment img{
	width: 100%;
	/*max-width: 600px;*/
	max-width: 490px;
}

#sec-charge div.charge p.comment span{
	display: none;
}


#sec-charge div.charge02 .img0{
	display: none;
}

#sec-charge div.charge02 .img100{
	margin-top: 30px;
	width: 100%;
}



#sec-charge div.charge02 .box01{
	width: 100%;
	padding: 0; 
	/*background-color: #5555ff;*/

}

#sec-charge div.charge02 .box01 h2{
	margin: 30px auto 0;
}

#sec-charge div.charge02 .box01 h2 img{
	width: 100%;
	max-width: 285px;
}

#sec-charge div.charge02 .box01 h2 span{
	display: none;
}

#sec-charge div.charge02 .box01 img{
	padding: 10px auto;
	width: 80%;
	max-width: 396px;
	
}


#sec-charge div.charge02 .box01 .price01{
   clear: both;
   margin: 0 auto;
   width: 70%;
   /*background-color: #ff0033;*/
}

dl.list dt {
   float:left;
   width:1.5em;
   padding-top:10px;
   padding-bottom:0;
   padding-right:0;
}

dl.list dt span{
   position:relative;
}

dl.list dd {
   margin-left:2.2em;
   padding-top:12px;
   padding-bottom:0;
   padding-right:10px;
   text-align: left;
   letter-spacing: 0.2em
}

dl.list dd span{
   font-size: 15px;
}


#sec-charge div.charge03 ul.detail{
   list-style-type: none;
   margin-top: 10px;
   width: 100%;
   text-align: left;
   line-height: 2;
}

#sec-charge div.charge03 li.detail{
padding-left: 18px;
background: url(../img/disc.png) no-repeat 0 0.5em; /* マーカー画像 */
padding-bottom: 2px;
	font-size: 0.9em;
}

/* ==========================================================================
     コンテンツエリア　-> option menuのスタイル 936px以上では固定レイアウト
   ========================================================================== */
#sec-option {
	margin-top: 25px;
	padding: 60px 20px 0;
}

#sec-option .wrapper{
	margin: 50px auto 0;
	padding-bottom: 150px;
	max-width: 1160px;
	/*min-height: 1000px;*/
	width: 100%;
	height: 100%;
	background-image: url(../img/back-optiontop.png),url(../img/back-bottom-s.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}

#sec-option div.title h1 img{
	width: 50%;
	min-width: 200px;
}


#sec-option div.optionbox{
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
}


#sec-option div.optionbox p.comment0{
	margin: 50px auto 0;
	width: 90%;
	/*background-color: #3300dd;*/
	padding-left:1em;
	text-indent:-1em; 
}


#sec-option div.optionbox h2 {
	margin: 60px auto 20px;
}


#sec-option div.optionbox h2 img{
	/*margin: 60px auto 20px;*/
}



#sec-option div.optionbox p{
	text-align: left;
	line-height: 2.0;
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}

#sec-option div.optionbox .price01{
   width: 60%;
   margin-top: 40px;
   margin-left: 0;
   margin-bottom: 60px;
}

dl.listOption {
	width: 24em;
	/*background-color: #555500;*/
}

dl.listOption dt {
   float:left;
   width:12em;
   padding-top:10px;
   padding-bottom: 0;
   padding-right: 0;
   text-align: left;
}

dl.listOption dt span{
   position:relative;
}

dl.listOption dd {
   margin-left:12.2em;
   padding-top:10px;
   padding-bottom: 0;
   padding-right:0;
   text-align: left;
   width:12em;
 }

dl.listOption dd span{
   font-size: 1em;
   color: #d280a1;
}

.table_optionPhoto{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

.table_optionPhoto td{
	 padding: 0;
	 text-align: center;
	 vertical-align: center;
	width: 42.4%;
}


.table_optionPhoto td.td0{
	 padding: 0;
	 text-align: center;
	 vertical-align: center;
	width: 15%;
}

.table_optionPhoto td img,
.table_optionPhoto td.td0 img{
	width: 100%;
}

/* ==========================================================================
     コンテンツエリア　-> hotelのスタイル 936px以上では固定レイアウト
   ========================================================================== */
#sec-hotel {
	margin-top: 25px;
	padding: 60px 20px 0;
}


#sec-hotel .wrapper{
	margin: 50px auto 0;
	padding-bottom: 150px;
	max-width: 1092px;
	min-height: 1000px;
	width: 100%;
	height: 100%;
	background-image: url(../img/back-hoteltop.png),url(../img/back-bottom-s.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}

#sec-hotel div.title h1 img{
	width: 50%;
	min-width: 200px;
}

#sec-hotel div.title h2 img{
	max-width: 400px;
	/*max-width: 561px;*/
	width: 80%;
}

#sec-hotel div.hotel .table_01{
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}


#sec-hotel div.hotelbox01{
	width: 90%;
	margin: 0 auto 0;
	padding-left: 0;
	max-width: 540px;
}

#sec-hotel div.hotelbox01 ul.detail{
   clear:both;
   list-style-type: none;
   margin: 0 auto 20px;
   text-align: left;
   line-height: 1.6;
   min-width: 240px;
   width: 100%;
   padding-top: 20px;
}

#sec-hotel div.hotelbox01 li.detail{
padding-left: 12px;
background: url(../img/disc.png) no-repeat 0 0.5em;
padding-bottom: 10px;
}

#sec-hotel div.hotelbox01 li.detail span{
font-size: 0.9em;
}

#sec-hotel div.hotelbox01 .photobox{
   text-align: center;
   max-width: 250px;
   width: 100%;
}


/* ==========================================================================
     コンテンツエリア　-> serviceのスタイル 936px以上では固定レイアウト
   ========================================================================== */
#sec-service {
	margin-top: 25px;
	padding: 60px 20px 0;
}


#sec-service .wrapper{
	margin: 50px auto 0;
	padding-bottom: 150px;
	max-width: 1092px;
	/*min-height: 1000px;*/
	width: 100%;
	height: 100%;
	background-image: url(../img/back-servicetop.png),url(../img/back-bottom-s.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}


#sec-service div.title h1 img{
	width: 50%;
	min-width: 200px;
}

.bottomzone{
	text-align: right;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 0;
}


.bottomzone img{
	width: 40%;
	max-width: 296px;

}

/* ==========================================================================
     コンテンツエリア　-> accessのスタイル 936px以上では固定レイアウト
   ========================================================================== */


#sec-access {
	margin-top: 25px;
	padding: 60px 20px 0;
}


#sec-access .wrapper{
	margin: 50px auto 0;
	padding-bottom: 150px;
	max-width: 1092px;
	/*min-height: 1000px;*/
	width: 100%;
	height: 100%;
	background-image: url(../img/back-accesstop.png),url(../img/back-bottom-s.png);
	background-position: top center,bottom center;
	background-repeat: no-repeat, no-repeat;
	background-size: 100%, 100%;
	text-align: center;
}

#sec-access div.title h1 img{
	width: 50%;
	min-width: 200px;
}

#sec-access div.accessbox680-s{
	clear: both;
	width: 80%;
	max-width: 680px;
	text-align: center;
	margin: 0 auto; 
}


#sec-access div.accessbox680-s img{
	float: none;
	padding: 0;
	width: 60%;
	max-width: 230px;
	margin: 20px auto;
}


#sec-access div.accessbox680-s .guideArea{
	float: none;
	text-align: left;
	width: 100%;
	margin: 20px auto;
}

#sec-access div.accessbox680-s .guideArea p{
	font-size: 16px;
	text-align: left;
	line-height: 1.5;
}


#sec-access div.accessbox680-s .guideArea p.adress{
	text-align: left;
	line-height: 1.5;
}

#sec-access div.access .table_01{
	width: 100%;
	margin: 0 auto;
	max-width: 600px;
}


/* ==========================================================================
     フッターのスタイル- Media Queriesによる切り替え
   ========================================================================== */

#footer-container .copyright {
	font-size: 0.8em;

}

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
	*text-indent: -9999px;
}

.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 150%;
}

.hidden {
	display: none !important;
	visibility: hidden;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.invisible {
	visibility: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
			box-sizing: border-box;
}
.container:after,
.row:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
