@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, section,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: baseline;
	list-style:none;
	text-decoration:none;
}
header, nav, article, aside, section, footer {
    display:block;
}
img{
	border:none;}
.clear {
	clear:both;
}
.clearfix {zoom:1;}
.clearfix:after {
  content: ""; 
  display: block; 
  clear: both;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    }
html { font-size: 62.5%;
}
body{
	font-family: "游ゴシック体","Yu Gothic", YuGothic, "メイリオ", sans-serif;
  word-wrap:break-word;
/*文字サイズ自動調整OFF*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color:#000;

}
body{
	/*chrome fontが大きくなってしまう対策*/
	font-size:18px;
	font-size:1.8rem;

	background:#000;
}
table{word-break: break-all;}

/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
a:link, a:hover, a:active, a:visited {
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	outline: none;
	color: #000;
}

img{
	max-width:100%;
	height: auto;
}

.wrap{
	margin:0 auto;
	padding: 0px;
}
.main{
	background: #dfdfdf;
/*	background: url("../images/bg.png") repeat;*/
}


/*---------------ページトップへ戻る---------------*/
#page-top {
	position: fixed;
	z-index: 9999;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
}
#page-top a {
	text-decoration: none;
	background: #fff;
	color: #333;
	width: 60px;
	padding: 5px 0px;
	text-align: center;
	display: block;
	border-radius: 5px;
	border-radius: 2px;
	box-shadow: 3px 3px 2px rgba(0,0,0,0.4);
}
#page-top a:hover {
	text-decoration: none;
/*	background: #fda9a9;*/
	opacity:0.7;
	color: #333;
}

/*---------------ページトップへ戻る---------------*/

.box{
	text-align:center;
	margin:0 auto;
}
.inner{
	max-width:960px;
	margin:0 auto;
}

.box .L,
.box .R{
	display:table-cell;
	vertical-align:top;
}

.box p{
	line-height:1.8;
/*	margin-bottom:10px;*/
}

.box .text{
	padding:20px 30px;
	text-align:left;
}
.box .text .red{
	color:#F00;
	font-size:20px;
	font-weight:bold;
}
	
.box img{
	display:block;
	margin:0 auto;
background: #fff;
}


.footerWrp {
	width: 100%;
	background: #000;
}

.footer {
	max-width: 1000px;
	margin: 0px auto 0px auto;
	padding: 10px 10px;

}
.copy1 {
	font-size: 14px;
	text-align: left;
	font-weight:bold;
	color: #fff;
}
.copy2 {
	font-size: 12px;
	text-align: right;
	color: #fff;
}
.copy3 {
	font-size: 12px;
	text-align: center;
	color: #fff;
}



/*----- 追記 -----*/
h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
}

h3 {
font-size: 1.2em;
line-height: 1.5em;
font-weight: bold;
margin: 25px 0px 10px 0px;
border-left: solid 7px #313131;
padding: 5px 5px 5px 15px;
color: #313131;
}

h4 {
}

.header {
	width: 100%;
	margin: 0px auto;
	padding: 0px 0px;
background: none;
position: absolute;
top: 0px;
z-index: 999;
}


nav{
text-align: center;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav li{
list-style: none;
display: inline-block;
width: 14%;
min-width: 90px;
}
nav li:not(:last-child){
border-right:2px solid #ddd;
}
nav a{
text-decoration: none;
color: #333;
}
nav a.current{
color: #00B0F0;
border-bottom:2px solid #00B0F0;
}
nav a:hover{
color:#F7CB4D;
border-bottom:2px solid #F7CB4D;
}

/*---  ---*/
.TopTitle {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.TopTitle img{
	width: 100%;
}


/*----- top固定メニュー -----*/

.FixedTopBase {
	width: 100%;
	background: rgba(255,255,255,0.9);

	z-index: 999;
	position:fixed;
	top: 0px;
}

.FixedTop {
	MAX-width: 1000px;
	margin: 0px auto;
	padding: 10px 0px;
}

.FixedTop img{
	width: 1000px;
vertical-align: bottom;
}
.FixedTop a:hover{
	opacity:0.6;
	cursor:pointer;
}

.HeaderImg01 {
	width: 100px;
	float: left;
	margin-left: 5px;
}

.HeaderImg02 {
	width: 180px;
	float: right;
	background: #2db73e;
	margin: 0px 5px 5px 0px;
	padding: 3px 10px;
	border-radius: 4px;
}
.HeaderImg01 img{
	padding: 0px;
/*	vertical-align: middle;*/
}
.HeaderImg02 img{
	padding: 0px;
	vertical-align: middle;
}
/*----- top固定メニュー -----*/


.ShadowBox_top {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	overflow: hidden;
	height: 460px;
}

.ShadowBox_top .inner{
	margin: 0px auto;
	max-width: 1000px;
	padding: 0px 0px;
	position: relative;
}




.TopImg{
	width: 300px;
	opacity: 0.5;
	position: absolute;
	top: 280px;
	right: 10px;
}
.TopImg img{
	vertical-align: bottom;
}


.ShadowBox_top .inner img{
	vertical-align: bottom;
}

.ShadowBox {
	max-width: 1000px;
	margin: 0px auto;
	padding: 50px 30px;
background: #FFF;
}
.ShadowBox img {
	vertical-align: bottom;
}
.ShadowBox p{
font-size: 1.0em;
line-height: 1.5em;
margin: 10px 0px;
padding: 2px 0px;
}

.ShadowBox_calendar {
	max-width: 1000px;
	margin: 0px auto;
	padding: 50px 10px;
background: #FFF;
}

.calendar_text {
padding: 10px 10px;
margin: 0px 0px;
}
.calendar_text2 {
background: #ff8e8e;
}

.calendar_holiday_text {
	margin: 5px 0px;
	padding: 1px;
	border: 3px solid #f9be4d;
	display: inline-block;
}

.MapArea {
width: 90%;
margin: 0 auto;
display: block;
}
.MapArea p{
text-align:center;
font-size: 16px;
line-height: 18px;
margin: 5px;
padding: 5px;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.FormLinkArea {
	position: relative;
}



.WhiteBK{
	background: #fff;
}

.Area01 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
.Area02 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url("../images/AreaBKwater.jpg") center;
	overflow: hidden;
	background-attachment: fixed /* 背景固定 */
}
.Area03 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	background: url("../images/AreaBKwright.jpg") center;
/*	overflow: hidden;
	background-attachment: fixed /* 背景固定 */
	background-size: 100%;
}
.Area04 {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
/*	background: url("../images/AreaBKtile.png") ;
	background-size: 20px;
	display: inline-block;*/
background-image: linear-gradient( -45deg,
 #9ddcda 25%,
 #91d8d5 25%,
 #91d8d5 50%,
 #9ddcda 50%,
 #9ddcda 75%,
 #91d8d5 75%,
 #91d8d5 );
background-size: 20px 20px;
background-attachment: fixed;
}

/* index */

.IndexSliderArea{
background: #000;
padding: 50px 0px 0px 0px;
width: 100%;
}
.IndexSliderBox {
margin: 0px auto;
padding: 0%;
overflow: hidden;
position: relative;
max-width: 1000px;
}

.ItemPiece {
width: 300%;
display: inline-block;
background: #000;

	position:inherit;
	animation: ItemPieceMove 15s;
	animation-iteration-count: infinite;
	-webkit-animation:ItemPieceMove 15s; /*Safari and Chrome */
	-webkit-animation-iteration-count: infinite;
}

	@keyframes ItemPieceMove {
		from {left: -0%;}
		28% {left: -0%;}
		33% {left: -100%;}
		61% {left: -100%;}
		66% {left: -200%;}
		94% {left: -200%;}
		to {left: -0px;}
	}
	@-webkit-keyframes ItemPieceMove {
		from {left: -0%;}
		28% {left: -0%;}
		33% {left: -100%;}
		61% {left: -100%;}
		66% {left: -200%;}
		94% {left: -200%;}
		to {left: -0px;}
	}

.OnePiece {
width: 33.3%;
margin: 0;
	padding: 0px;
	float: left;
}

.OnePiece img{
	width: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}


.TopHeadArea {
	width: 100%;
	padding: 50px 0px 0px 0px;
	background: #000;
}
.TopHeadImg {
	MAX-width: 1000px;
	margin: 0 auto;
}
.TopHeadImg img{
	width: 100%;
	vertical-align: bottom;
}


/* お知らせ */
.news-list{
  list-style: none outside;
  padding: 0;
width: 98%;
margin: 30px auto;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
	font-size: 0.8em;
	line-height: 1.2em;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
font-size: 0.9em;
line-height: 1.5em;
}
.news-list .item a:hover .title{
  color: #00F;
}

/* index */
.topArea {
width: 100%;
}

.topArea h4{
	font-weight:bold;
}
.topArea p{
	font-size: 18px;
	line-height: 22px;
	margin: 0px;
	padding: 2px 0px;
}
table.TopOwner {
	width: 100%;
	font-size: 16px;
	padding: 10px 0px;
}
table.TopOwner tr{
}
table.TopOwner th{
	width: 200px;
	vertical-align: middle;
}
table.TopOwner td{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
.TopOwnerImg {
	margin:0px;
	float:none;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}

table.TopEve {
	width: 100%;
	font-size: 16px;
	padding: 10px 0px;
}
table.TopEve tr{
}
table.TopEve th{
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
}
table.TopEve td{
	width: 200px;
	vertical-align: middle;
}
.TopEveImg {
	margin:0px;
	float:none;
	position: relative;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.EveFade01 {
	margin:0px;
	position:absolute;
}
.EveFade02 {
	margin:0px;

	animation:EveFadeAni 10s;
	-webkit-animation:EveFadeAni 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}


@keyframes EveFadeAni
{
	0% { opacity: 0;}
	10% { opacity: 1;}
	50% { opacity: 1;}
	60% { opacity: 0;}
	100% { opacity: 0;}
}
@-webkit-keyframes EveFadeAni
{
	0% { opacity: 0;}
	10% { opacity: 1;}
	50% { opacity: 1;}
	60% { opacity: 0;}
	100% { opacity: 0;}
}


.TopBannerLink {
	width: 100%;
	margin: 10px auto;
	padding: 0px;
}
.TopBannerLink img{
	width: 100%;
	vertical-align: bottom;
}

/* 料金表 */

.priceArea {
	width:45%;
	margin: 20px 0px 0px 20px;
	padding: 10px;
	float:left;
}
.priceArea h4{
margin: 10px 0px;
padding: 10px;
border-left: solid 3px #999;
border-bottom: solid 1px #999;
font-size: 18px;
font-weight: bold;
}

.priceArea table{
width: 100%;
border-collapse: collapse;
border-spacing: 0;
font-size: 16px;
}

.priceArea table th{
text-align: left;
padding: 5px 5px 5px 10px;
}

.priceArea table td{
text-align: right;
padding: 5px 10px 5px 5px;
}

.priceArea table tr:nth-child(odd){
  background-color: #eee;
}


@media screen and (max-width: 810px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}

/* 新メニュー */

.new_menuStart {
	margin: 0px 10px;
	background: #fff4c9;
	padding: 10px;
	border-radius: 5px;
}
.new_menuStart p{
	text-align: center;
}
.supplement {
	font-size: 14px !important;
	color: #333;
}
.new_menuImg {
	width: 98%;
	margin: 0px auto;
	padding: 0px;
}
.new_menuImg img{
	width: 100%;
	padding: 0px;
	vertical-align: bottom;
}

/* お知らせ */

.news-list{
  list-style: none outside;
/*  margin: 0;
  padding: 0; */
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 80px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}

@media screen and (max-width: 767px){
.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}
}




/* 店内販売 */

.counter_sale {
}
.counter_sale p{
	font-size: 18px;
	line-height: 26px;
}
.counter_sale h4{
	font-weight:bold;
	font-size: 20px;
	line-height: 28px;
}

.counter_sale .OneColumn{
width: 100%;
font-size: 16px;
padding: 5px 5px;
}
.counter_sale .OneColumnImg{
	max-width: 660px;
	margin: 10px auto;
}
.counter_sale .OneColumnImg img{
	width: 100%;
}

table.counter_saleA {
width: 100%;
font-size: 16px;
padding: 10px 0px;
}
table.counter_saleA tr{
}
table.counter_saleA th{
width: 60%;
padding: 5px 10px;
text-align: left;
vertical-align: middle;
float: none;
}
table.counter_saleA td{
width: 40%;
padding: 5px 10px;
text-align: left;
vertical-align: middle;
float: none;
}
table.counter_saleA td img{
width: 100%;
margin: 0 auto;
display: block;
}

table.counter_saleB {
width: 100%;
font-size: 16px;
padding: 10px 0px;
}
table.counter_saleB tr{
}
table.counter_saleB th{
width: 40%;
padding: 5px 10px;
text-align: left;
vertical-align: middle;
float: none;
}
table.counter_saleB td{
width: 60%;
padding: 5px 10px;
text-align: left;
vertical-align: middle;
float: none;
}
table.counter_saleB td img{
width: 100%;
margin: 0 auto;
display: block;
}



 .counter_sale ul li{
    position: relative;
    padding-left: 15px;
	font-size: 17px;
	line-height: 22px;
  }
 .counter_sale ul li:before {
    content: "";
    position: absolute;
    top: .1em;
    left: 0;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 5px;
    height: 10px;
    border-right: 3px solid #8b6b4e;
    border-bottom: 3px solid #8b6b4e;
  }


.contactCard {
margin: 0px auto;
padding: 20px 10px;
background: #ddf9ff;
border-radius: 10px;
text-align: center;
}
.contactCard .contactText1 {
font-size: 30px;
line-height: 34px;
font-weight: bold;
}
.contactCard .contactText2 {
font-size: 20px;
line-height: 24px;
color: #3c3c3c;
}
.contactImg {
	width: 250px;
	margin-top: 30px;
	margin-right: 0px;
	text-align: right;
	margin-left: auto;
	opacity: 0.8;
}
.contactImg img{
	width: 100%;
}

.LongAreaContact {
	width: 100%;
	margin: 0px auto;
	padding: 60px 0px;
	background: url("../images/AreaBKcontact.jpg") center;
/*	overflow: hidden;
	background-attachment: fixed /* 背景固定 */
}
.LongAreaContact .contentBox {
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
.LongAreaContact img {
    vertical-align: bottom;
    margin: 0px auto;
    display: block;
}

.LongArea {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	background: #000;
}
.LongArea .contentBox {
	max-width: 1000px;
	margin: 0px auto;
	padding: 0px;
}
.LongArea img{
	vertical-align: bottom;
	margin: 0px auto;
	display: block;
}


.content_icon_tell {
	width: 27px;
	margin: 0px 10px 2px 0px;
	padding: 0px;
}
/*
.content_icon_tell img{
	width: 100%;
	vertical-align: center;
	margin: 0px auto;
	display: block;
}
*/
.QandA {
	margin: 0px auto;
	padding: 20px 0px;
}
.QandA img{
	padding: 0px 10px 10px 10px;
	vertical-align: bottom;
}
.Article {
	margin: 0px auto;
}
.Article img{
	padding: 0px;
	vertical-align: bottom;
}
.Commentary {
	margin: 0px auto;
	max-width: 900px;
	padding: 0px;
	background:#fff;
}

/* --- font color --- */
.bold_font{
	font-weight:bold;
}

.red_font{
	color:red;
	font-weight:bold;	
}
.blue_font{
	color:#3175ff;
	font-weight:bold;	
}

.pink_font{
	color:#ff006c;
	font-weight:bold;	
}

.under_blue {
	border-bottom: dotted 2px #2795ee;
}

.marker {
	background: linear-gradient(transparent 60%, #ffb9b9 0%);
}

.marker_holiday {
	background: linear-gradient(transparent 60%, #f9be4d 0%);
}


.square_enclosure {
	padding: 2px 5px;
	color: #fff;
	background: #fb4532;
	border-radius: 10px;
}

/* --- font color --- */


/* --- list デザイン --- */
.TagLine {}
.TagLine ul, ol {
  padding: 0;
}

.TagLine ul li {
  position: relative;
  list-style-type: none!important;/*ポチ消す*/
padding: 0.5em 0.5em 0.5em 0.5em;
margin-bottom: 5px;
background: #fdffc9;
vertical-align: middle;
border-radius: 20px;
font-size: 0.9em;
line-height: 1.3em;
}

.TagLine ul li:before{ 
  display:inline-block; 
  vertical-align: middle;
  /*以下白丸つくる*/
  content:'';
  width:1em;
  height: 1em;
  background: #fb4532;
  border-radius: 50%;
  margin-right: 8px;
}


/* --- list デザイン --- */




.Commentary img{
	width: 100%;
	padding: 0px 0px 0px 0px;
	vertical-align: bottom;
}
.Commentary_txtSP {
	margin: 0px auto;
	max-width: 900px;
	padding:10px 20px;
	font-size: 14px;
	line-height: 18px;
}


.contactBox {
	margin: 0px auto;
	position: relative;
	padding: 20px 10px;
}
.contactBK {
	MAX-width: 843px;
	margin: 0px auto;
}
.contactBox img{
	width: 100%;
}

.contact {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 26%;
}
.contact img{
	width: 100%;
}
.contact a:hover {
	opacity:0.7;
	cursor:pointer;
}


.SiteDataBox {
	width: 98%;
	margin: 10px auto 0px auto;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}

.SiteName {
	margin: 0px auto 10px auto;
	padding: 10px 0px;
	text-align: center;
	color: #009cff;
	font-size: 1.5em;
	line-height: 1.8em;
	font-weight: bold;
	border-bottom: solid 2px #009cff;
	text-shadow: 0px 0px 5px #fff;
background-image: linear-gradient( -45deg,
 #e6e6e6 25%,
 #efefef 25%,
 #efefef 50%,
 #e6e6e6 50%,
 #e6e6e6 75%,
 #efefef 75%,
 #efefef );
background-size: 5px 5px;
background-attachment: fixed;
}

.SiteEvaluation1 {
	width: 100%;
	margin: 5px 0px;
	display: inline-block;
}
.SiteEvaluation1 .Item {
	width: 30%;
	height: 40px;
	margin-left: 2%;
	padding: 0px 10px;
	text-align: left;
	font-size: 16px;
	line-height: 40px;
	background: #c5e3fc;
	border: solid 1px #009cff;
	overflow: hidden;
	border-radius: 2px;
	position: relative;
	float: left;
}

.SiteEvaluation1 .Number {
	width: 36%;
	margin: 0px 0px;
	padding: 5px 10px;
	background: #fff;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	border-radius: 0px 2px 2px 0px;
	position: absolute;
	top: 0;
	right: 0;
}

.SiteEvaluation2 {
	width: 98%;
}
.SiteEvaluation2 .SiteImg {
	width: 35%;
	margin: 0px 0px 0px 10px;
	border: solid 1px #009cff;
	float: left;
}
.SiteEvaluation2 .SiteImg img{
	width: 100%;
	vertical-align: bottom;
}
.SiteEvaluation2 .SiteInfo {
	margin-left: 38%;
	padding: 10px;
	font-size: 16px;
	line-height: 20px;
	color: #444;
	border: solid 1px #009cff;
}

.SiteEvaluation2 .Emphasis {
	margin: 0px 0px 10px 0px;
	padding: 0px 5px 5px 5px;
	font-size: 1.2em;
	font-weight: bold;
	color: #009cff;
	border-bottom: solid 1px #009cff;
}

/* ハンバーガーメニュー */

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: rgba(0,0,0,0.8);
	cursor:pointer;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 60%;
    height: 70%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: rgba(0,0,0,0.8);
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
/* ハンバーガーメニュー */


/* 矢印アイコン */
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #2795ee;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}
.dli-caret-circle-fill-right::before {
  content: '';
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* 矢印アイコン */

 
/* -- カレンダー -- */
 
 .calendar_float{
	margin: 30px 0px 0px 20px;
	float:left;
 }

.calendar-container {
  width: 460px;
  margin: 0 auto;
  border-radius: 5px;
  background: #f6f5f4;
  color: #1a1a1a;
  border: solid 1px #eee;
}
.calendar-container h4 {
  height: 70px;
  line-height: 75px;
  text-align: center;
  font-size: 24px;
  margin: 0;
}
.calendar {
  padding: 0 20px 20px 20px;
}
.calendar-container table {
  width: 100%;
}
.calendar-container th, td {
  text-align: center;
  padding: 10px;
}
.calendar-container th {
  font-weight: normal;
  font-size: 14px;
}
.calendar-container td {
  font-weight: bold;
}
.day *:first-child {
  color: #ff5071;
}
.day *:last-child {
  color: #0d6dd5;
}

.holiday {
background: #f9be4d;
color: #fff !important;
}
.reserve {
background: #eed46e;
}

/*  カレンダー  */



.Switching { display: block !important; }
.Switching_sp { display: none !important;}

@media screen and (max-width:810px) { 
	.Switching { display: none !important; }
	.Switching_sp { 
		position: relative;
		display: block !important;
	}
 
	 .ShadowBox_top {
		height: 180px;
	}

	.IndexSliderArea{
		padding: 0px 0px 0px 0px;
	}

	.TopHeadArea {
		padding: 0px 0px 0px 0px;
	}
	.TopImg{
		width: 180px;
		opacity: 0.5;
		position: absolute;
		top: 90px;
		right: 10px;
	 }
	 .ShadowBox {
		 padding: 20px 20px;
	 }
 
	 h3 {
		font-size: 1.0em;
	 }
	 .ShadowBox p{
		font-size: 0.9em;
		/*line-height: 1.3em;*/
	}
	 .calendar_float{
		margin: 20px 0px 0px 10px;
		float:none;
	 }	 
	 .calendar-container {
	  width: 98%;
	  margin: 0 auto;
	  border-radius: 5px;
	  background: #f6f5f4;
	  color: #1a1a1a;
	  border: solid 1px #eee;
	}
	.calendar-container h4 {
	height: 50px;
	line-height: 65px;
	font-size: 20px;
	}
	.calendar {
	  padding: 0 10px 10px 10px;
	}
	.calendar-container th {
		font-size: 11px;
	}
	.calendar-container td {
		font-size: 12px;
	}
	 .priceArea {
		width:100%;
		margin: 0px 0px 0px 0px;
		padding: 10px;
		float:none;
	}

	.topArea p{
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		padding: 0;
	}

	table.TopOwner th{
		width: 30%;
		padding: 0px;
		float: left;
	}
	table.TopOwner td{
		width: 65%;
		padding: 0px;
		margin-left: 4%;
		float: left;
	}
	.TopOwnerImg {
		margin:0px auto 30px auto;
		float:none;
	}

	table.TopEve th{
		width: 65%;
		padding: 0px;
		float: left;
	}
	table.TopEve td{
		width: 30%;
		padding: 0px;
		margin-left: 4%;
		float: left;
	}
	.TopEveImg {
		margin:0px auto 30px auto;
		float:none;
	}

	.counter_sale p{
		font-size: 18px;
		line-height: 26px;
	}
	table.counter_saleA th{
		width: 100%;
		padding:0;
		float: left;
	}
	table.counter_saleA td{
		width: 100%;
		padding:0;
		float: left;
	}

	table.counter_saleB th{
		width: 100%;
		padding:0;
		float: left;
	}
	table.counter_saleB td{
		width: 100%;
		padding:0;
		float: left;
	}

}

