<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */

/* :::::::::: cookie+CSS切り替え :::::::::: */
header.jumbotron {
      background: url("../image/keyvisual.png");
      background-position: center center;
      background-size: cover;
      color: #fff;
	  padding-bottom:43%;
    }
	
header.jumbotron404 {
      background: url("../image/404.png");
      background-position: center center;
      background-size: cover;
      color: #fff;
    }
	
    header .container {
      margin-top: 0;
    }
.bottommax{
	margin-bottom:900px;
}

/* :::::::::: メインナビ :::::::::: */
#menu-wrap {
  width: 100%;
  height: 65px;
  box-shadow: 0 1px 10px #FFF;
  background: #FFF;
  opacity:0.8;
}
#menu {
  list-style-type: none;
  width: 750px;
  margin: 0px auto 0px;
  padding: 0;
}
#menu li {
  width: 20%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#menu li a {
  display: block;
  width : 100%;
  padding: 13px 0;
  color: #fff;
  text-decoration: none;
}
#menu li a:hover {
	opacity:0.5;
}
.fixed{
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

/* :::::::::: キービジュアル :::::::::: */

.mainnavi {
	z-index:100;
	position: absolute;

}

/* -----------------------------------------------------------
　コンテンツラッパー
----------------------------------------------------------- */
.title{
	
}

.box{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.pc-cont { display: none; }
.sp-cont { display: block; }

@media screen and (min-width : 768px){
.box{
	margin-left:auto;
	margin-right:auto;
	width:80%;
}

.pc-cont { display: block; }
.sp-cont { display: none; }
}

.h4box{
	margin-bottom:40px;
}
@media screen and (min-width : 768px){
	.h4box{
		margin-left:25px;
		margin-bottom:40px;
	}
}
@media (min-width:980px) {

.h4box{
		margin-left:25px;
		margin-bottom:0px;
	}

}
@media screen and (min-width : 1200px) {

.h4box{
		margin-left:40px;
		margin-bottom:40px;
	}

}
.con{
	width:100%;
	margin-bottom:60px;
}
/* :::::::::: お知らせ欄 :::::::::: */

dl.accordion {
	width:100%;
	margin:0 auto 0px;
	padding:2px;
	font-size:16px;
}
dl.accordion dt {
  color:#6E461E;
	text-indent:0px;
	min-height:50px;
  font-weight:normal;
	cursor:pointer;
	border-radius: 6px;
	padding:13px 1em 13px 30px;
	margin:0 0 0.5em 0;
	background:url(../image/sita.png) 10px 20px no-repeat #ffe6c8;
}

dl.accordion dt.open {
	text-indent:0px;
	min-height:50px;
	color:#6E461E;
	/*font-size:16px;*/
	font-weight:normal;
	cursor:pointer;
	border-radius: 6px;
	padding:13px 1em 13px 30px;
	background:url(../image/ue.png) 10px 20px no-repeat #ffe6c8;
	}

dl.accordion dd {
	line-height:1.5;
	display:none;
	padding:13px 1em 13px 1em;
  margin-bottom: 0.5em;
	background-color:#fff2e3;
	border-radius: 6px;
}

dl.accordion dd p{
  margin-bottom: 0;
  font-size: 16px;
}

.title {
	font-size: 16px;
	color: #6E461E;
	margin-bottom: 10px;
}

.read {
	font-size: 16px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin: 0px;
}

@media screen and (max-width : 768px){
dl.accordion dt span.date{
  display: block;
  font-size: 72%;
}
dl.accordion dt span.date:after{
  display: block;
}
  
  dl.accordion dd{
    font-size: 90%;
  }  

}



@media screen and (min-width : 768px){
dl.accordion {
	width:100%;
	margin:0 auto 0px;
	padding:2px;
	font-size:18px;
}
dl.accordion dt {
	color:#6E461E;
	text-indent:0px;
	height:50px;
/*	font-size:13px;*/
	font-weight:normal;
	cursor:pointer;
	border-radius: 6px;
	padding:13px 30px;
	margin:10px;
	background:url(../image/sita.png) 10px 23px no-repeat #ffe6c8;
}
  
  dl.accordion dt span.date{
  font-size: 72%;}


  
dl.accordion dt.open {
  	color:#6E461E;
	text-indent:0px;
	height:50px;
	/*font-size:13px;*/
	font-weight:normal;
	cursor:pointer;
	border-radius: 6px;
	padding:13px 30px;
	margin:10px;
	background:url(../image/ue.png) 10px 23px no-repeat #ffe6c8;
	}
dl.accordion dd {
	line-height:1.5;
	display:none;
	padding:13px 30px;
	margin:10px;
	background-color:#fff2e3;
	border-radius: 6px;
}

.title {
	font-size: 16px;
	color: #6E461E;
	margin-bottom: 30px;
}

.read {
	font-size: 16px;
	line-height: 22px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	margin: 0px;
}
}


/* -----------------------------------------------------------
　メインコンテンツ
----------------------------------------------------------- */

.h4box2{
	margin-bottom:10px;
	background-color:#FFE6C8;
	border-radius: 6px;
	padding:25px 30px 30px 25px;
	background-image:url(../submain/image/bg_1.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	
}
@media screen and (min-width : 768px){
	.h4box2{
		margin-bottom:10px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:30px 10px 30px 25px;
	}
}
@media screen and (min-width : 980px){
	.h4box2{
		margin-bottom:10px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:20px 10px 30px 15px;
	}
}
@media screen and (min-width : 980px){
	.h4box2{
		margin-bottom:20px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:40px 35px 50px 40px;
	}
}

.h4box3{
	margin-bottom:10px;
	background-color:#FFE6C8;
	border-radius: 6px;
	padding:10px;
	
}
@media screen and (min-width : 768px){
	.h4box3{
		margin-bottom:10px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:20px 10px 15px 10px;
	}
}
@media screen and (min-width : 980px){
	.h4box3{
		margin-bottom:10px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:20px 10px 15px 10px;
	}
}
@media screen and (min-width : 980px){
	.h4box3{
		margin-bottom:20px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:15px 10px 15px 15px;
	}
}

.h4box4{
	margin-bottom:10px;
	background-color:#FFE6C8;
	border-radius: 6px;
	padding:25px 30px 30px 25px;
	background-image:url(../submain/image/bg_1.png);
	background-repeat:no-repeat;
	background-position: right bottom;
	
}
@media screen and (min-width : 768px){
	.h4box4{
		margin-bottom:10px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:30px 10px 30px 25px;
	}
}
@media screen and (min-width : 980px){
	.h4box4{
		margin-bottom:10px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:20px 10px 30px 15px;
	}
}
@media screen and (min-width : 980px){
	.h4box4{
		margin-bottom:20px;
		background-color:#FFE6C8;
		border-radius: 6px;
		padding:10px 25px 30px 10px;
	}
}

.bnr_reserve {
	text-align: center;
	padding: 10px 0 0 0;
}
.bnr_reserve li {
	padding: 10px 0 0 0;
}

@media screen and (min-width : 768px){
	.bnr_reserve {
		text-align: center;
		padding: 15px 0 0 0;
	}
	.bnr_reserve li {
		display: inline-block;
		padding: 0 15px;
	}
	.bnr_reserve li img {
		display: inline;
	}
	.bnr_reserve li:last-child img {
		border: 1px solid #ddd;
		box-sizing: border-box;
	}
}

.bnr_ubie img{
	max-width: 260px;
}
.bnr_ubie p{
	line-height: 1.25;
	margin-top: 0.5rem;
}
@media screen and (min-width : 768px){
	.bnr_ubie a{
		display: block;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
	.bnr_ubie img{
		max-width: inherit;
		width: auto;
		max-height: 100px;
	}
	.bnr_ubie p{
		text-align: center;
	}
}

/* -----------------------------------------------------------
　サブコンテンツ
----------------------------------------------------------- */

/* :::::::::: サブナビ :::::::::: */

@media screen and (min-width : 768px){
	.subnavi a{
		text-decoration:none;
		height:24px;
		margin-top:5px;
		padding:0px 0px 5px 10px;
		color:#6e461e;
		display:block;
		border-radius: 6px;
		vertical-align:central;
		margin-bottom:5px;
		margin-top:5px;
		font-size:13px;
	}
	.subnavi a:hover{
		text-decoration:none;
		height:24px;
		padding:0px 0px 5px 10px;
		color:#6e461e;
		background:#FFF;
		display:block;
		border-radius: 6px;
		vertical-align:central;
		margin-bottom:5px;
		margin-top:5px;
		font-size:13px;
	}
	
	.subnavi{
		margin-top:10px;
		margin-bottom:40px;
	}
}

@media (min-width:980px) {
	.subnavi a{
		text-decoration:none;
		height:27px;
		margin-top:5px;
		padding:2px 3px 3px 10px;
		color:#6e461e;
		display:block;
		border-radius: 6px;
		vertical-align:central;
		margin-bottom:5px;
		margin-top:5px;
		font-size:16px;
	}
	.subnavi a:hover{
		text-decoration:none;
		height:27px;
		padding:2px 3px 3px 10px;
		color:#6e461e;
		background:#FFF;
		display:block;
		border-radius: 6px;
		vertical-align:central;
		margin-bottom:5px;
		margin-top:5px;
		font-size:16px;
	}
	
	.subnavi{
		margin-top:15px;
		margin-bottom:40px;
	}
}

@media screen and (min-width : 1200px) {
	.subnavi a{
		text-decoration:none;
		height:32px;
		margin-top:5px;
		padding:3px 5px 3px 10px;
		color:#333;
		display:block;
		border-radius: 6px;
		vertical-align:central;
		margin-bottom:5px;
		margin-top:5px;
		margin-left: 30px;
		font-size:18px;
	}
	.subnavi a:hover {
		background: #fff none repeat scroll 0 0;
		border-radius: 6px;
		color: #333;
		display: block;
		font-size: 18px;
		height: 32px;
		margin-bottom: 5px;
		margin-left: 30px;
		margin-top: 5px;
		padding: 3px 5px 3px 10px;
		text-decoration: none;
	}
	
	.subnavi{
		margin-top:15px;
		margin-bottom:40px;
	}
}


/* :::::::::: map :::::::::: */
.scrolloff {
	pointer-events: none;
}


.week th{
	text-align:center;
	color:#6E461E;
	background-image:url(../image/time_bg.png)
}
.week{
	text-align:center;
	color:#6E461E;
	border-color:#6E461E;
}

.week td {
	vertical-align:middle  !important;
	text-align:center;
}

.okweek{
	background-color:#edfee7;
}



.map{
	margin-bottom:20px;
}
/* -----------------------------------------------------------
　フッタ
----------------------------------------------------------- */
.footer_navi {
	background:#ffb464;
	padding-top:30px;
	padding-bottom:50px;
	color:#6E461E;
	font-size:14px;
}

.footer_access{
	font-size:12.5px;
	padding-left:15px;
	line-height:1.6em;
}
.fotnavi{
	margin-left:30px;
	margin-bottom:35px;
	width:170px;
}

.fotnavi p{
	text-decoration:none;
	height:25px;
	margin-bottom:10px;
	text-align:center;
	font-size:14px;
	color:#6e461e;
	display:block;
	border-radius: 10px;
	background-color:#FFE6C8;
	width:170px;
}

.fotnavi a{
	text-decoration:underline;
	color:#6e461e;
}

.fotnavi a:hover{
	text-decoration:underline;
	color:#FFF;
}

.fotbox{
	margin-left:auto;
	margin-right:auto;
	width:145px;
}

footer{
	background-color:#6E461E;
	color:#FFF;
	text-align:center;
	font-size:10px;
}

.footerpad{
	padding-top:25px;
}
.footer_tel{
	margin-top:20px;
	margin-bottom:20px;
}</pre></body></html>