@charset "UTF-8";
#contents {
	width:100%;
	display: block;
}
#main {
	width:100%;
    background-color: #624529;
}


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

.filter {
position:absolute;
top:0;
left:0;
width:100%;
height:100vh;
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: 450px;
    max-height: 750px;
    overflow: hidden;
    position: relative;
}

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

.index .indexModule01 .inner h1 {
        font-size: 12px;
        font-weight: normal;
        color:#FFF;
        position: absolute;
        top: 10px;
        left: 10px;
        text-align: center;
}
.index .indexModule01 .inner h2 {
        position: absolute;
        top: 20%;
        left: 50%;
        margin-left: -200px;
        width: 360px;
 }
.index .indexModule01 .inner p.logo {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 100%;
        max-width: 1000px;
        overflow: hidden;
 }
.index .indexModule01 .inner p.logo img {
        width: 60px;
        float: right;
 }
.index .indexModule01 .inner h2 img{
	width:100%;
}
.index .indexModule01 .inner .txtImg {
        position: absolute;
        right: 0px;
        top: 0px;
        margin: auto 0;
        width: 1000px;
}


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.1; }
  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: 24px;
	font-weight: 600;
	line-height: 1.0;
	letter-spacing: 5px;
	width: 100%;
	text-align: center;
	display: block;
	padding: 50px 0 50px 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;
}
.boxA ul {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: flex;
}
.boxA ul li.text {
	width: 63%;
	padding: 0px 9% 0 9%;
	background: url(../img/about_bg.png);
}
.boxA ul li.text p {
	width: 100%;
	display: block;
	padding: 10px 0 0 0;
}
.boxA ul li.text h3 {
}
.boxA ul li.photo {
	width: 37%;
}
.boxA ul li.photo img {
	width: 100%;
}


/***** boxB *******/
.boxB {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 0 0 80px 0;
	background-color: #FAF4BF;
	position: relative;
}
.boxB .newsBlock {
	width: 100%;
	max-width: 960px;
	margin: 0 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;
}
.boxB .newsBlock ul li.date {
	width: 100px;
	padding-right: 20px;
}
.boxB .newsBlock ul a {
	text-decoration: none;
	color: #C42027;
}
.boxB .newsBlock ul a:hover {
	text-decoration: underline;
	color: #000;
}



/***** 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: 1080px;
	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: flex;
	justify-content:space-between;
}
.boxC .menuBlock ul {
	width: 45%;
}
.boxC .menuBlock ul.drinks li.head {
	background: #164B83;
}
.boxC .menuBlock ul.foods li.head {
	background: #624529;
}
.boxC .menuBlock ul li.head {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	overflow: hidden;
	padding: 0px 0 0px 0;
	line-height: 60px;
	position: relative;
}
.boxC .menuBlock ul li.head img {
	height: 40px;
	position: absolute;
	top:10px;
	left: 10px;
}
.boxC .menuBlock ul li.list h4 {
	font-size: 18px;
	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;
}
.boxC .menuBlock ul li.list p span {
	float: right;
}

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

div.btnBlock {
	display:block;
	width: 100%;
	max-width:1080px;
	margin: 30px auto 0 auto;
	text-align: right;
	overflow: hidden;
}
div.btnBlock a {
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-algn: center;
	text-decoration: none;
	width: 350px;
	margin: auto;
	padding: 12px 30px ;
	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;
}

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





/***** 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: 24px;
	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: 100%;
	max-width: 400px;
	margin: 0 auto;
	overflow: auto;
	line-height: 2.0;
}
.boxE .logo {
	display: block;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 0 0;
}
.boxE .logo img{
	width: 20%;
	max-width: 200px;
	margin: 0 auto;
}
