@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* ====================================================================
   Common
   ==================================================================== */
html {font-size: 100%;}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	/font-family: 'ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	line-height: 1.8;
	letter-spacing: 0.15em;
	background: #FFF;
	color: #4B3225;
}

h1,h2,h3 {font-family: 'Hind', sans-serif; font-weight: 700;letter-spacing: 0.18em;}

input[type="submit"]::-moz-focus-inner{border :0px;}
input:focus,
textarea:focus {outline: 0; background: #d4ebed;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #f7f6f5 inset; color: #4B3225 !important;}

*::selection {background: #d4ebed;}
*::-moz-selection {background: #d4ebed;}

.blue {color: #208799;}
.brown {color: #4B3225;}
.brown2 {color: #5B3B29;}
.gray {color: #BCBCBC;}

.eng {font-family: 'Hind', Verdana, sans-serif; font-weight: 400;letter-spacing: 0.18em;}
.line1-2 {line-height: 1.2;}

@media only screen and (min-width: 801px) {
.sp {display: none;}
}
@media only screen and (max-width: 800px) {
.pc {display: none;}
}



/*------------------------------------------------------
Link
------------------------------------------------------*/
a  {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(112,189,201,0.6);
}
.link a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
a.inline-block {
	display: inline-block;
}



/* Fullscreen
   ========================================================================== */
#container {
	width: 100%;
	text-align: center;
	position: relative;
}

/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: absolute; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
	display: none;
/*   
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
*/
}
.fullSlideShow .btnNext {
	display: none;
/*   
	right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
*/
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	right: 20px;
	width: 100%;
	height: 8px;
	text-align: right;
	position: absolute; /* absolute or fixed */
	z-index: 110; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 4px;
	width: 8px;
	height: 8px;
	display: inline-block;
	overflow: hidden;
	border: solid 1px #238C9E;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
.pagiNation a.pnActive {
	background: #238C9E;
}
/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}

/*------------------------------------------------------
   fullSlideShow
------------------------------------------------------*/
@media only screen and (min-width: 801px) {
.fullSlideShow .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -14%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;
}
.fullSlideShow .logo img.logo-img {
	width: 230px;
	height: 230px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
}

@media only screen and (max-width: 800px) {
.fullSlideShow .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -22%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;
}
.fullSlideShow .logo img.logo-img {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
}

@media only screen and (min-width: 801px) {
.swing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
    left: 50%;
    top: 97%;
    margin-top: -3%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;

	-webkit-animation-name:swing; 
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:swing;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
}
@media only screen and (max-width: 800px) {
.swing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
    left: 50%;
    top: 95%;
    margin-top: -5%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;

	-webkit-animation-name:swing; 
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:swing;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
}

@-webkit-keyframes swing {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -4px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes swing {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -4px);}
	100% {-moz-transform:translate(0, 0);}
}


.swing:hover {
	-webkit-animation-name:stop; 
	-webkit-animation-duration:1s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease-in-out;
	
	-moz-animation-name:stop;
	-moz-animation-duration:1s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease-in-out;

	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}
@-webkit-keyframes stop {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, 0);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes stop {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, 0);}
	100% {-moz-transform:translate(0, 0);}
}

.swing a {
	display: inline-block;
	line-height: 1;
	padding: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.logo a {
	display: inline-block;
	line-height: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
@media only screen and (min-width: 801px) {
.attention {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
    left: 50%;
    top: 85%;
    margin-top: -3%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;
}

.attention p {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

	color: #208799;
	background: #FFF;
	margin: 20px;
	
	padding: 15px 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
}

@media only screen and (max-width: 800px) {
.attention {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
    left: 50%;
    top: 80%;
    margin-top: -7%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;

}
.attention p {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

	color: #208799;
	background: #FFF;
	margin: 20px;
	
	padding: 15px 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
}

a img.logo-img  {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
a:hover img.logo-img  {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}



/* Wrapper
   ========================================================================== */
@media only screen and (min-width: 801px) {
#wrapper {
	width: 100%;
	text-align: center;
	background: url("../images/bg_dot.png") center bottom / cover no-repeat fixed;
	position: relative;
	z-index: 120;
	padding-top: 100px;
}
}
@media only screen and (max-width: 800px) {
#wrapper {
	width: 100%;
	text-align: center;
	
	background: url("../images/bg_dot2.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: contain;

	position: relative;
	z-index: 120;
	padding-top: 60px;
}
}
/*------------------------------------------------------
   Contents
------------------------------------------------------*/
#wrapper .contents {
	max-width: 1000px;
	padding-bottom: 0px;
	margin: 0 auto;
}
@media only screen and (min-width: 801px) {
#wrapper .contents {
	padding-right: 30px;
	padding-left: 30px;
}
}
@media only screen and (max-width: 800px) {
#wrapper .contents {
	padding-right: 20px;
	padding-left: 20px;
}
}

#wrapper h1 {
	color: #208799;
	line-height: 1.4;
	margin-bottom: 40px;
}
#wrapper h2 {
	color: #208799;
	margin-top: 70px;
	margin-bottom: 20px;
	line-height: 1.4;
}
@media only screen and (min-width: 801px) {
#wrapper .line1 {
	background: #238C9E;
	height: 4px;
	width: 45%;
	margin: 6px auto 60px auto;
}
#wrapper .line2 {
	background: #238C9E;
	height: 4px;
	width: 15%;
	margin: 6px auto 60px auto;
}
}
@media only screen and (max-width: 800px) {
#wrapper .line1 {
	background: #238C9E;
	height: 4px;
	width: 45%;
	margin: 6px auto 60px auto;
}
#wrapper .line2 {
	background: #238C9E;
	height: 4px;
	width: 25%;
	margin: 6px auto 60px auto;
}
}


#wrapper #food img {
	width: 100%;
	
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (min-width: 801px) {
#wrapper #food {
	padding: 10px 20px 0 20px;
}
#wrapper #food li {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 15px;
}
#wrapper #food img {
	padding: 20px;
	vertical-align: top;
}
#wrapper #food h3 {
	line-height: 1.2;
	margin-top: -10px;
	margin-bottom: -5px;
	font-size: 93.8%;
}
#wrapper #food p {
	line-height: 1.4;
	font-size: 81.3%;
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper .access p {
	font-size: 93.8%;
}
#wrapper .access p.eng {
	font-size: 106.7%;
	line-height: 1.4;
}
}
@media only screen and (max-width: 800px) {
#wrapper #food {
	padding: 10px 0 0 0;
}
#wrapper #food li {
	width: 42%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
#wrapper #food img {
	padding: 20px;
	vertical-align: top;
}
#wrapper #food h3 {
	line-height: 1.2;
	margin-top: -10px;
	margin-bottom: -5px;
	font-size: 93.8%;
}
#wrapper #food p {
	line-height: 1.4;
	font-size: 81.3%;
	padding-right: 5px;
	padding-left: 5px;
}
#wrapper .access p {
	font-size: 93.8%;
}
#wrapper .access p.eng {
	font-size: 106.7%;
	line-height: 1.4;
}

}
#link li {
	border: solid 1px #DDD;
	font-family: 'Hind', Verdana, sans-serif; font-weight: 400; letter-spacing: 0.3em;
	position: relative;
	width: 100%;
	background: #FFF;
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#link li.contact {
	border: solid 1px #208799;
	background: #208799;
	color: #FFF;
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px;  
}
@media only screen and (min-width: 801px) {
#wrapper #link {
	margin-top: 20px;
	margin-bottom: 45px;
}
#link li {
	margin-bottom: 10px;
	padding: 35px 30px;
}
#link li img {
	position: absolute;
	right: 35px;
	vertical-align: middle;
}
}
@media only screen and (max-width: 800px) {
#wrapper #link {
	margin-top: 15px;
	margin-bottom: 45px;
}
#link li {
	margin-bottom: 10px;
	padding: 20px 20px;
}
#link li img {
	position: absolute;
	right: 20px;
	vertical-align: middle;
}
}
#link li a {
	position:absolute;
	
	top:0;
    left:0;
    width:100%;
    height:100%;
}


/* Footer
   ========================================================================== */
#footer {
	text-align: center; 
	margin-top: 30px;
}
#footer .copy {
	color: #5F5650;
	font-size: 80%;
	padding-bottom: 30px;
	font-family: 'Hind', Verdana, sans-serif; font-weight: 600; letter-spacing: 0.2em;
	line-height: 1.4;
}

/*------------------------------------------------------
   Map
------------------------------------------------------*/
#map {
	position: relative;
}
#map span {
	position: absolute;
	top: 20px;
	right: 10px;
	font-size: 75%;
	min-height: 14px;
	font-family: 'Hind', Verdana, sans-serif; font-weight: 400; letter-spacing: 0.18em;
}
#map a {
	color: #a7a5a2;
	background: #FFF;
	padding: 10px 15px;

	border-radius: 5%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	
	box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.2);
}
#map a:hover {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	color: #6c6863;
	background: #f5f3f1;
}


/*------------------------------------------------------
   Insta
------------------------------------------------------*/
.insta {
	opacity: 0.9;
	filter: alpha(opacity=90);
	-ms-filter: "alpha( opacity=90 )";
	position: relative;
	font-size: 50%;
	color: #208799;
}
@media only screen and (min-width: 801px) {
.insta a.insta-icon {
	position: absolute;
	display: inline-block;
	left: 20px;
	bottom: 20px;
}
}
@media only screen and (max-width: 800px) {
.insta a.insta-icon {
	position: absolute;
	display: inline-block;
	left: 10px;
	bottom: 10px;
}
}


/* Pagetop
   ========================================================================== */
#pagetop {
	position: fixed;
	bottom: 4px;
	right: 18px;
}
#pagetop a {
	display: inline-block;
	line-height: 1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
#pagetop img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}




/* 休業案内が長文になるとき用
   ========================================================================== */

@media only screen and (min-width: 801px) {
.fullSlideShow .logo2 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -16%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;
}
.fullSlideShow .logo2 img.logo-img {
	width: 230px;
	height: 230px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
}

@media only screen and (max-width: 800px) {
.fullSlideShow .logo2 {
    position: absolute;
    left: 50%;
    top: 20%;
    margin-top: -14%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;
}
.fullSlideShow .logo2 img.logo-img {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
}

@media only screen and (min-width: 801px) {
.attention2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
    left: 50%;
    top: 75%;
    margin-top: -3%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;
}

.attention2 p {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

	color: #208799;
	background: #FFF;
	margin: 20px;
	
	padding: 15px 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
}

@media only screen and (max-width: 800px) {
.attention2 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;

}
.attention2 p {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

	color: #208799;
	background: #FFF;
	margin: 20px;
	
	padding: 15px 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
}

.open {
	font-size: 75%;
	color: #fff;
	background: #208799;
	padding: 3px;
	border-radius: 5px;
}

.close {
	font-size: 75%;
	color: #fff;
	background: #99821F;
	padding: 3px;
	border-radius: 5px;
}

.vacation {
	font-size: 75%;
	color: #fff;
	background: #DA5050;
	padding: 3px;
	border-radius: 5px;
}


@media only screen and (min-width: 801px) {
.attention3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
    left: 50%;
    top: 65%;
    margin-top: -3%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;
}

.attention3 p {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

	color: #208799;
	background: #FFF;
	margin: 20px;
	
	padding: 15px 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
}

@media only screen and (max-width: 800px) {
.attention3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;

	position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -7%;
    margin-left: -50%;
	width: 100%;
	height: 100%;
    will-change: transform;
    max-width: 100%;
	z-index: 1000;

}
.attention3 p {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";

	color: #208799;
	background: #FFF;
	margin: 20px;
	font-size: 90%;
	
	padding: 15px 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
}

.copy3 {
	color: #5F5650;
	font-size: 80%;
	padding-bottom: 30px;
	font-family: 'Hind', Verdana, sans-serif; font-weight: 600; letter-spacing: 0.2em;
	line-height: 1.4;
}