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

/* common
----------------------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-size: 87.5%;
	font-family: Verdana,Arial,"メイリオ",Meiryo,"Osaka","ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.8;
	color: #333;
	vertical-align: top;
	-webkit-text-size-adjust: 100%;
}
body:before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background: url(../img/main.jpg?210727) no-repeat center top;
	-webkit-background-size: cover!important;
	background-size: cover!important;
}
a{
	outline: none!important;
}
a:link   {color: #333;text-decoration: underline;}
a:visited{color: #333;text-decoration: underline;}
a:hover  {color: #333;text-decoration: none;}
a:active {color: #333;text-decoration: none;}

.glyphicon{margin-right: 3px;}


/* structure
----------------------------------------------------------------------------------*/
#container{
	position: relative;
	overflow: hidden;
}
.inner{
	width: 960px;
	margin: 0 auto;
	padding: 100px 0;
}
.bgb{color: #333;background: rgba(129,216,208,0.9);}
.bgw{color: #333;background: rgba(255,255,255,0.9);}
.bgww{color: #333;background: #fff;}
#article strong{font-weight: bold;}
#article h1{
	margin: 0 0 30px;
	font-size: 28px;
	text-align: center;
}
#article h1 span{
	position: relative;
	display: block;
	margin: 0 0 10px;
	z-index: 1;
}
#article h2{
	margin: 30px 0 10px;
	font-family: "Scada","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 18px;
}
/*.bgb a,
.bgb h2{color: #fff;}*/
.bgw a,
.bgw h2{color: #333;}
#article table{
	width: 100%;
}
#article table th,
#article table td{
	padding: 2px 5px;
}
.btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff!important;
  text-decoration: none!important;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
  background: #999;
}
.btn:hover {
  background: #666;
}
@media only screen and (max-width: 960px){
.inner{
	width: auto;
	padding: 80px 15px;
}
}


/* column
----------------------------------------------------------------------------------*/
.col2{
	margin: 0 -20px;
	overflow: hidden;
}
.col2 li{
	width: 50%;
	margin: 0 0 40px;
	padding: 0 20px;
	vertical-align: top;
}
.col3{
	margin: 0 -10px;
	overflow: hidden;
}
.col3 li{
	width: 33.333%;
	margin: 0 0 20px;
	padding: 0 10px;
	vertical-align: top;
}
.col4{
	margin: 0 -20px;
	overflow: hidden;
}
.col4 li{
	width: 25%;
	margin: 0 0 40px;
	padding: 0 20px;
	vertical-align: top;
}
.photo figure{
	margin: 0 0 10px;
	text-align: center;
}
.photo figure img{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
@media only screen and (max-width: 640px){
.col2{
	margin: 0;
}
.col2 li{
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
}
.col3,
.col4{
	margin: 0 -10px;
}
.col3 li,
.col4 li{
	width: 50%;
	margin: 0 0 20px;
	padding: 0 10px;
}
}
@media only screen and (max-width: 640px){
.col3{
	margin: 0 -5px;
}
.col3 li{
	width: 100%;
	margin: 0 0 40px;
	padding: 0 5px;
}
}

/* header
----------------------------------------------------------------------------------*/
#header{
	position: fixed;
	width: 100%;
	padding: 10px;
	background: #fff;
	z-index: 10000;
}
#header .h-logo{
	float: left;
	font-size: 18px;
	font-weight: bold;
}
#header .h-logo a{
	text-decoration: none;
	transition: 0.3s;
}
#header .h-logo a:hover{
	opacity: 0.5;
}
#header .btn-menu{display: none;}
@media only screen and (max-width: 640px){
#header .btn-menu{
	display: block;
	position: fixed;
	top: 0px;
	right: 10px;
	text-align: right;
	font-size: 40px;
	line-height: 1;
}
#header .btn-menu span{
	color: #333;
	cursor: pointer;
}
}

/*********************************
 * btn-menu
 *********************************/

.btn-menu .menu-trigger,
.btn-menu .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.btn-menu .menu-trigger {
  position: relative;
  width: 34px;
  height: 24px;
  outline: none;
}

.btn-menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: rgb(129,216,208);
  border-radius: 4px;
}

.btn-menu .menu-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-menu .menu-trigger span:nth-of-type(2) {
  top: 10px;
}

.btn-menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.btn-menu .menu-trigger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.btn-menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}

.btn-menu .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}

.btn-menu .menu-trigger.active span:nth-of-type(3) {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .btn-menu {
    display: inline-block;
  }
}

.btn-menu i {
  font-size: 40px;
  font-size: 4rem;
}

.btn-menu .menu {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

/* globalnavi
----------------------------------------------------------------------------------*/
#gnavi{
	text-align: right;
	font-family: "Scada","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#gnavi li{
}
#gnavi li a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
}
#gnavi li a:hover{
	text-decoration: underline;
}
@media only screen and (max-width: 640px){
#gnavi{
	display: none;
	position: fixed;
	top: 50px;
	left: 0;
	width: 100%;
	margin: 0;
	text-align: left;
	border-top: 1px solid #999;
	background: rgba(0,0,0,0.8);
	z-index: 100;
}
#gnavi li{
	display: block;
	padding: 0;
}
#gnavi li a{
	position: relative;
	display: block;
	padding: 15px 10px;
	color: #ebebeb;
	text-decoration: none;
	border-bottom: 1px solid #999;
}
#gnavi li a:hover{
	text-decoration: none;
}
#gnavi li a:before {
	position: absolute;
	right: 10px;
	top: 16px;
	color: #ebebeb;
	font-family: 'Glyphicons Halflings';
	content:"\e080";
}
}
@media only screen and (min-width: 641px){
#gnavi{display: block!important;}
}

/* top
----------------------------------------------------------------------------------*/
#top{
	min-height: 680px;
}
#top .top-logo{
	padding: 360px 0 40px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
#top .description{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
@media only screen and (max-width: 960px){
#top{min-height: 500px;}
#top .top-logo{padding: 260px 0 40px;}
}
@media only screen and (max-width: 640px){
#top{min-height: 400px;}
#top .top-logo{
	margin: 0 auto;
	padding: 210px 0 20px;
	font-size: 18px;
}
#top .description{display: none;}
}

/* pickup
----------------------------------------------------------------------------------*/
#menu2 .photo li a{
	display: block;
	text-decoration: none;
}

/* menu
----------------------------------------------------------------------------------*/
.coupon{
	margin: 0 0 40px;
	padding: 20px;
	border-radius: 10px;
	background: rgba(255,255,255,0.7);
}
.coupon strong{
	color: #f00;
	font-size: 18px;
	font-weight: bold;
}

/* faq
----------------------------------------------------------------------------------*/
.faq_section dt{
	margin-top:20px;
	padding-top: 20px;
	border-top:1px #333 dotted;
}
.faq_section dt:before{
	content:"Q";
	color:#55321f;
	margin-right:10px;
	font-size:28px;
	font-family:sans-serif;
	text-decoration:none;
}
.faq_section dt:nth-child(1){
	border-top:none;
}
.faq_section dd{
	position: relative;
	padding-top:10px;
	padding-left:50px;
}

.faq_section dd:before{
	position: absolute;
	left: 20px;
	top: 15px;
	content:"A";
	color:#ff6464;
	margin-right:10px;
	font-size:28px;
	font-family:sans-serif;
	line-height:0.5;
}
.faq_section dd ul{
	padding-left: 1em;
	text-indent: -1em;
}
.faq_section dd ul li{
	margin-bottom: 10px;
}


/* access
----------------------------------------------------------------------------------*/
.inquiry{
	margin: 20px 0 0;
	text-align: center;
}
.inquiry p{
	display: inline-block;
}
.inquiry p span,
.inquiry p a{
	display: block;
	margin: 0 10px;
	padding: 10px 100px;
	color: #fff;
	text-align: center;
	line-height: 1;
	background: #333;
	font-size: 20px;
}
#map,
#map iframe{width: 100%;height: 500px;}
.inquiry p{line-height: 1.5;}
.line{
	margin-top: 30px;
	text-align: center;
}
.line a{
	display: inline-block;
	padding: 20px 40px;
	border-radius: 10px;
	background: #fff;
}
@media only screen and (max-width: 640px){
.inquiry p{display: block;padding: 10px 0;line-height: 1.5;}
.inquiry p span,
.inquiry p a{padding: 10px;}
#map,
#map iframe{height: 250px;}
}


/* decoration
----------------------------------------------------------------------------------*/
#article h2{
	margin: 0 0 30px;
	padding: 0 0 10px;
	font-size: 24px;
	line-height: 1.5;
	border-bottom: 1px dotted #666;
}
#article h2 span{
	display: block;
	margin: 0 0 5px;
	font-size: 14px;
}
#article h2 span .cat{
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 10px;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #333;
}
#article h3{
	margin: 0 0 20px;
	padding: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #666;
	background: rgba(255,255,255,0.5);
}
#article h4{
	margin: 30px 0 15px;
	padding: 8px 0 8px 8px;
	font-size: 18px;
	font-weight: bold;
	border-left: 5px solid #666;
}
#article h5{
	position: relative;
	margin: 0 0 5px;
	padding: 10px 0 10px 20px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}
#article h5:after {
	position: absolute;
	top: 13px;
	left: 0;
	z-index: 2;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#article p{
	overflow: hidden;
}
/* footer
----------------------------------------------------------------------------------*/
#footer{background: #fff;}
#footer p{text-align: center;}
#footer .f-logo{margin: 0 0 20px;font-size: 18px;font-weight: bold;}
#footer .f-logo a{
	text-decoration: none;
	transition: 0.3s;
}
#footer .f-logo a:hover{
	opacity: 0.5;
}
#footer .copyright{font-size: 12px;}
.pagetop{
	position: fixed;
	right: 30px;
	bottom: 15px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 20px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(158,158,158,0.5);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.pagetop:hover{
	background: rgb(158,158,158);
}
.pagetop .glyphicon{
	margin: 9px 0 0;
	color: #fff;
	line-height: 1;
}
.snsbtn{
	margin: 0 0 30px;
	text-align: center;
}
.snsbtn li{
	margin: 0 5px;
}
.snsbtn li a{
	display: block;
	width: 34px;
	height: 34px;
	text-indent: 100%;
	white-space: nowrap;
	background: url(img/snsbtn.png) no-repeat;
	overflow: hidden;
}
.snsbtn li.fb a   {background-position: 0 bottom;}
.snsbtn li.tw a   {background-position: -34px bottom;}
.snsbtn li.line a {background-position: -68px bottom;}
.snsbtn li.insta a{background-position: -102px bottom;}
.snsbtn li.tn a   {background-position: right bottom;}
.snsbtn li.fb a:hover   {background-position: 0 0;}
.snsbtn li.tw a:hover   {background-position: -34px 0;}
.snsbtn li.line a:hover {background-position: -68px 0;}
.snsbtn li.insta a:hover{background-position: -102px 0;}
.snsbtn li.tn a:hover   {background-position: right 0;}


/* print
----------------------------------------------------------------------------------*/
@media print{
#container{min-width: 1020px;}
#header{
	position: relative;
}
}</pre></body></html>