@charset "UTF-8";
@media screen and (max-width:768px) {
#contents {
	width:100%;
}
#main {
	width:100%;
	display: block;
}
/*--------------------------------------------------------
　header
--------------------------------------------------------*/
header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
header .inner {
/*	display: flex;*/
    justify-content: center;
    padding: 30px 0 0 0;
    width: 100% !important;
}



.index {
	min-width: 100%;
	width:100%;
}


.index .indexModule01 .inner p.logo {
        position: absolute;
        top: 65px;
        right: 5px;
        width: 100%;
        overflow: hidden;
 }
.index .indexModule01 .inner p.logo img {
        width: 50px;
        float: right;
 }



	.filter {
	position:absolute;
	top:0;
	left:0;
	width:100%;
    height: 100vh !important;
    min-height: 200px;
    background-size: cover;
	background-color:rgba(0,0,0,0.3);
	z-index:10;
	}
  .index .indexModule01 {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 100vh !important;
    min-height: 200px;
    max-height: 600px;
    overflow: hidden;
    position: relative; }

    .index .indexModule01 .inner {
      align-items: center;
      display: block;
      height: 100%;
      justify-content: center;
      position: relative;
      margin: 0 auto;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      z-index: 200; }

      .index .indexModule01 .inner h1 {
        font-size: 10px;
        font-weight: normal;
        color:#FFF;
        position: relative;
        width: 100%;
        display: block;
        top: 0;
        left: 0;
        text-align: left;
       padding: 10px 0 0px 10px;
        }
       .index .indexModule01 .inner h2 {
         position: absolute;
		top:20%;
		left:25%;
      display: block;
	        margin: 0 0 0 0;
		padding:0;
        width: 50%;
        text-align:center;
         }
        .index .indexModule01 .inner h2 img {
	        width: 100%;
	        margin: 0 0 0 0%;
        }
     .index .indexModule01 .inner .txtImg {
        position: absolute;
        right: 0px;
        top: 0px;
        margin: auto 0;
        width: 100%; }


    .index .indexModule01 .bgiSlider {
      height: 100%;
      width: 100%;
      overflow: hidden;
      position: absolute;
      top: 0;
      left: 0;
		}
    .index .indexModule01 .main_img {
      z-index: 1;
      opacity: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-animation: anime 30s 0s infinite;
      animation: anime 30s 0s infinite; }
    .index .indexModule01 .main_img:nth-of-type(1) {
      background-image: url(../img/slide01.png); }
    .index .indexModule01 .main_img:nth-of-type(2) {
      background-image: url(../img/slide02.png);
      -webkit-animation-delay: 6s;
      animation-delay: 6s; }
    .index .indexModule01 .main_img:nth-of-type(3) {
      background-image: url(../img/slide03.png);
      -webkit-animation-delay: 12s;
      animation-delay: 12s; }
    .index .indexModule01 .main_img:nth-of-type(4) {
      background-image: url(../img/slide04.png);
      -webkit-animation-delay: 18s;
      animation-delay: 18s; }
    .index .indexModule01 .main_img:nth-of-type(5) {
      background-image: url(../img/slide05.png);
      -webkit-animation-delay: 24s;
      animation-delay: 24s; }
@keyframes anime {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 0; }
  100% {
    opacity: 0; } }

@keyframes dotanime {
  0% {
    opacity: 0.6; }
  10% {
    opacity: 1; }
  20% {
    opacity: 1; }
  30% {
    opacity: 0.6; }
  100% {
    opacity: 0.6; } }

#contents h3{
	color: #C42027;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.0;
	letter-spacing: 5px;
	width: 100%;
	text-align: center;
	display: block;
	padding: 30px 0 30px 0;
}


/***** boxA *******/
.boxA {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	background-color: #EBEBEB;
	background:#EBEBEB url(../img/menu_bg.png);
	position: relative;
	overflow: hidden;
	z-index: 0;
}
.boxA ul {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.boxA ul li.text {
	width: 100%;
	padding: 0px 9% 30px 9%;
	background: url(../img/about_bg.png);
}
.boxA ul li.text p {
	width: 100%;
	display: block;
	padding: 10px 0 0 0;
	font-size: 14px;
}
.boxA ul li.text h3 {
}
.boxA ul li.photo {
	width: 100%;
	height: 150px;
	overflow: hidden;
}
.boxA ul li.photo img {
	width: 100%;
}




/***** boxB *******/
.boxB {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 30px 0;
	background-color: #FAF4BF;
	position: relative;
}
.boxB .newsBlock {
	width: 90%;
	margin: 0 auto;
	height: auto;
	max-height: 300px;
	overflow: auto;
}
.boxB .newsBlock ul {
	width: 100%;
	overflow: hidden;
	display: flex;
	border-bottom: 1px solid #999;
	padding: 20px 0 20px 0;
	font-size: 14px;
}
.boxB .newsBlock ul li.date {
	width: 100px;
	padding-right: 20px;
}



/***** boxC *******/
.boxC {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 0 0;
	background:#EBEBEB url(../img/menu_bg.png);
}
.boxC ul.imgBlock1 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.boxC ul.imgBlock1 li {
	width: 33.3333333333%
}
.boxC ul.imgBlock1 li img {
	width: 100%;
}

.boxC .menuBlock {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: block;
	justify-content:space-between;
}
.boxC .menuBlock ul {
	width: 90%;
	margin: 0 auto;
}
.boxC .menuBlock ul.drinks {
	margin-bottom: 50px;
}
.boxC .menuBlock ul.drinks li.head {
	background: #164B83;
}
.boxC .menuBlock ul.foods {
	margin-bottom: 20px;
}
.boxC .menuBlock ul.foods li.head {
	background: #624529;
}
.boxC .menuBlock ul li.head {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	overflow: hidden;
	padding: 0px 0 0px 0;
	line-height: 50px;
	position: relative;
}
.boxC .menuBlock ul li.head img {
	height: 30px;
	position: absolute;
	top:10px;
	left: 10px;
}
.boxC .menuBlock ul li.list h4 {
	font-size: 16px;
	display: block;
	margin: 10px 0 5px 0;
}
.boxC .menuBlock ul.drinks li.list h4 {
	color: #164B83;
	border-bottom: solid 1px #164B83;
}
.boxC .menuBlock ul.foods li.list h4 {
	color: #624529;
	border-bottom: solid 1px #624529;
}
.boxC .menuBlock ul li.list p {
	display: block;
	width: 98%;
	margin: 0 auto;
	overflow: hidden;
	padding: 5px 0 5px 0;
	border-bottom: 1px dotted #CCC;
	font-size: 14px;
}
.boxC .menuBlock ul li.list p span {
	float: right;
}

.boxC ul.imgBlock2 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.boxC ul.imgBlock2 li {
	width: 50%
}
.boxC ul.imgBlock1 li img {
	width: 100%;
}

div.cap {
	width: 100%;
	margin: 0px auto 10px auto;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
}

div.btnBlock {
	display:block;
	width: 80%;
	max-width: 400px;
	margin: 20px auto 30px auto;
	text-align: center;
	overflow: hidden;
}
div.btnBlock a {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-algn: center;
	text-decoration: none;
	width: 100%;
	margin: 0 auto;
	padding: 20px 50px ;
	font-weight: bold;
	background: #C42027;
	color: #fff;
	border-radius: 5px;
	position: relative;
	transition: 0.5s;
}
div.btnBlock a::before {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-right: 30px;
	margin-left: -20px;
}
div.btnBlock a:hover {
	background: #624529;
	color: #fff;
}



/***** boxD *******/
.boxD {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 0px 0;
	background-color: #000;
	position: relative;
}
#contents .boxD h3{
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.0;
	letter-spacing: 5px;
	width: 100%;
	text-align: center;
	display: block;
	padding: 20px 0 20px 0;
	background: #624529
}
#contents .mapBlock {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}
#contents .mapBlock iframe {
	display: block;
	margin: 0;
	padding: 0;
}

/***** boxE *******/
.boxE {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 15px 0;
	background-color: #FAF4BF;
	position: relative;
}
.boxE .infoBlock {
	width: 90%;
	max-width: 340px;
	margin: 0 auto;
	overflow: auto;
	line-height: 2.0;
	font-size: 12px;
}
.boxE .logo {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0 0;
}
.boxE .logo img{
	width: 30%;
	max-width: 300px;
	margin: 0 auto;
}

} /**** END media screen *****/