@charset "euc-jp";

/*============================
body
============================*/
body{
  background: url(../images/seki/bg_body.jpg) 50% 0 fixed;
  color: #222;
}


/*============================
loader
============================*/
#loader {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 1000;
}
#loader__body {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 2000;
}
.loader__image{
  margin-bottom: 30px;
}
.loader__text{
  color: #fff;
}


/*============================
page
============================*/
.page{
  position: relative;
  overflow: hidden;
}
@media (max-width : 768px) {
  .page{
  }
}

/*============================
header
============================*/
.header{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(255,255,255,.8);
  z-index: 1000;
}
.header__body{
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.header__logo{
  float: left;
  width: 110px;
  height: 60px;
  margin: 5px 0 0 10px;
  background: url(../images/seki/logo_gomaya_seki.png) no-repeat 0 0;
  background-size: 110px auto;
  text-indent: -9999px;
}
.header__logoLink{
  display: block;
  height: 60px;
}
.header__navigation{
  float: right;
  overflow: hidden;
}
.header__navigationList{
  float: left;
  margin: 22px 0 0 30px;
}
.header__navigationLink{
  font-size: 16px;
  text-decoration: none;
}
.header__navigationLink:link{color:#222;}
.header__navigationLink:visited{color:#222;}
.header__navigationLink:hover{color:#9B7E62; text-decoration:none;}
.header__navigationLink:active{color:#222;}
.header__navigationLink:focus{color:#222;}

@media (max-width : 768px) {
  .header{
    display: none !important;
  }
}


/*============================
section
============================*/
.section{
  position: relative;
  width: 960px;
  margin: 0 auto 100px;
}
.section__wrap{
  width: 860px;
  padding: 50px;
  background: url(../images/seki/bg_content.png) repeat 0 0;
}
.section__contents{
  width: 620px;
  margin: 0 0 0 240px;
}
.section__title{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 260px;
  height: 260px;
  line-height: 260px;
  font-weight: normal;
  font-size: 32px;
  text-align: center;
  box-shadow: 3px 3px 8px #ccc;
}
.food   .section__title{background-color: #EDD1A4;}
.drink  .section__title{background-color: #D3B4B4;}
.access .section__title{background-color: #B4D3C9;}
.kyujin .section__title{background-color: #B4C3D3;}
.coupon .section__title{background-color: #B4B2B2;}
@media (max-width : 768px) {
  .section{
    width: 100%;
    margin: 0 0 60px;
  }
  .section__wrap{
    width: 100%;
    padding: 0 0 20px;
    background-size: 100% auto;
    box-sizing: border-box;
  }
  .section__contents{
    width: calc(100% - 30px);
    margin: 0;
    padding: 0 15px;
  }
  .section__title{
    position: static;
    width: calc(100% - 30px);
    height: 50px;
    margin-bottom: 20px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 20px;
    text-align: left;
  }
}


/*============================
mainVisual
============================*/
.mainVisual{
  margin-bottom: 100px;
}
@-webkit-keyframes zoomUp {
0% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
100% {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
}
@keyframes zoomUp {
0% {
  -webkit-transform: scale(1);
  transform: scale(1);
}
100% {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.slide-img {
  background-size: cover;
  background-position: center center;
  height: 700px;
}
.slide-text {
  position: absolute;
  top: 28%;
  right: 0;
  left: 0;
  width: 421px;
  height: 238px;
  margin: auto;
  background: url(../images/seki/logo_mainvisual.png) repeat 0 0;
  background-size: 421px 238px;
  color: #fff;
  text-indent: -9999px;
  z-index: 10;
}
@media (max-width : 768px) {
  .mainVisual{
    margin-bottom: 60px;
  }
  .slide-img {
    height: 600px;
  }
  .slide-text {
    top: 35%;
    width: 260px;
    height: 147px;
    background-size: 260px 147px;
  }
}


/*============================
information
============================*/
.information{
  height: 200px;
  overflow-y: scroll;
  background: rgba(255,255,255,.5);
}
.information__box{
  padding: 25px;
}
.information__box > dl{
  overflow: hidden;
  padding: 0 0 20px;
}
.information__box > dl dt{
  float: left;
  width: 150px;
}
.information__box > dl dd{
  float: left;
  width: 700px;
}
@media (max-width : 768px) {
.information{
  width: 100%;
  margin-bottom: 60px;
}
.information__box{
  padding: 20px;
}
.information__box > dl{
  padding: 0 0 20px;
}
.information__box > dl dt{
  float: none;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.information__box > dl dd{
  float: none;
  width: 100%;
}
}


/*============================
concept
============================*/
.concept{
  margin-bottom: 100px;
  padding: 100px 0;
  background: url(../images/seki/concept.jpg) repeat 50% 50% / cover;
}
.concept__body{
  width: 550px;
  height: 200px;
  margin: 0 auto;
  padding: 50px;
  background: rgba(255,255,255,.95);
}
.concept__title{
  width: 164px;
  height: 89px;
  margin: 0 auto 45px;
  background: url(../images/seki/logo_concept.png) repeat 0 0 / 164px auto;
  text-indent: -9999px;
}
.concept__info{
  font-size: 16px;
  text-align: center;
}
@media (max-width : 768px) {
  .concept{
    margin-bottom: 60px;
    padding: 100px 20px;
    background: url(../images/seki/concept_sp.jpg) repeat 50% 50% / cover;
  }
  .concept__body{
    width: calc(100% - 40px);
    height: auto;
    padding: 40px 20px;
  }
  .concept__info{
    font-size: 14px;
  }
}


/*============================
food
============================*/
.food{
}
.food__gallery{
  display:block;
}
.food__galleryList{
  position:absolute;
}
.food__galleryList .caption{
  display: none;
}
.food__gallery + .thumbs{
margin-left:-10px;
zoom:1;
}
.food__gallery + .thumbs:after{
content:".";
display:block;
clear:both;
height:0;
visibility:hidden;
}
.food__gallery + .thumbs li{
margin:10px 0 0 10px;
background-color:#000;
cursor:pointer;
float:left;
}
.food__menu{
  margin-top: 60px;
}
.food__menuTitle{
  margin-bottom: 10px;
  border-bottom: 1px solid #9B7E62;
  font-size: 24px;
  font-weight: normal;
}
.food__menuList{
}
.food__menuListItem{
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
}
.food__menuListName{
  float: left;
  width: 500px;
  font-size: 18px;
}
.food__menuListInfo{
  display: block;
  font-size: 14px;
}
.food__menuListPrice{
  float: right;
  width: 100px;
  margin: 2px 0 0;
  font-size: 16px;
  text-align: right;
}
.food__memo{
  margin-top: 20px;
}
.food__memoList{
  font-size: 12px;
}
@media (max-width : 768px) {
.food__gallery{
  height: 210px !important;
  margin: 0 auto;
}
.food__gallery + .thumbs{
  width: 100% !important;
  margin-left:-5px;
}
.food__gallery + .thumbs li{
margin:5px 0 0 5px;
}
.food__menu{
  margin-top: 30px;
}
.food__menuTitle{
  font-size: 18px;
}
.food__menuList{
}
.food__menuListItem{
  padding: 5px 0;
}
.food__menuListName{
  width: 76%;
  font-size: 14px;
}
.food__menuListInfo{
  font-size: 10px;
}
.food__menuListPrice{
  width: 22%;
  font-size: 14px;
}
.food__memo{
  margin-top: 10px;
}
.food__memoList{
  font-size: 10px;
}
}


/*============================
access
============================*/
.access{
}
.access__map{
  margin-top: 40px;
}
.access__mapLink:link,
.access__mapLink:visited,
.access__mapLink:hover{
  color: #000;
}
.access__pics{
  display:block;
}
.access__picsList{
  position:absolute;
}
.access__picsList .caption{
  display: none;
}
.access__pics + .thumbs{
  margin-left:-10px;
  zoom:1;
}
.access__pics + .thumbs:after{
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
.access__pics + .thumbs li{
  margin:10px 0 0 10px;
  background-color:#000;
  cursor:pointer;
  float:left;
}
.access__detail{ 
  margin-top: 70px;
}
.access__detailList{
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px dashed #CCC;
}
.access__detailListTitle{
  float: left;
  width: 140px;
  font-size: 18px;
  font-weight: bold;
}
.access__detailListData{
  float: right;
  width: 480px;
  font-size: 18px;
}
.access__detailListData a:link,
.access__detailListData a:visited,
.access__detailListData a:hover{
  color: #000;
}
@media (max-width : 768px) {
.access{
}
.access__pics{
  height: 210px !important;
  margin: 0 auto;
}
.access__pics + .thumbs{
  width: 100% !important;
  margin-left:-5px;
}
.access__pics + .thumbs li{
margin:5px 0 0 5px;
}
.access__map{
  margin-bottom: 20px;
}
.access__map iframe{
  width: 100%;
  height: 400px;
}
.access__detail{ 
  margin-top: 20px;
}
.access__detailList{
  padding: 5px 0;
}
.access__detailListTitle{
  width: 30%;
  margin-bottom: 5px;
  font-size: 14px;
}
.access__detailListData{
  width: 70%;
  font-size: 14px;
}
}


/*============================
kyujin
============================*/
.kyujin{
}
.kyujin__body{
}
.kyujin__copy{
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.kyujin__list{
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px dashed #CCC;
}
.kyujin__listTitle{
  float: left;
  width: 140px;
  font-size: 18px;
  font-weight: bold;
}
.kyujin__listData{
  float: right;
  width: 480px;
  font-size: 18px;
}
.kyujin__info{
  margin-top: 20px;
  font-size: 18px;
}
.kyujin__info a:link,
.kyujin__info a:visited,
.kyujin__info a:hover{
  color: #000;
}
@media (max-width : 768px) {
.kyujin{
}
.kyujin__body{
}
.kyujin__copy{
  font-size: 16px;
}
.kyujin__list{
  padding: 5px 0;
}
.kyujin__listTitle{
  width: 20%;
  margin-bottom: 5px;
  font-size: 14px;
}
.kyujin__listData{
  width: 80%;
  font-size: 14px;
}
.kyujin__info{
  font-size: 14px;
  color: #000;
}
}


/*============================
coupon
============================*/
.coupon{
}
.coupon__list{
}
.coupon__listItem{
  margin-bottom: 20px;
}
.coupon__unit{
  padding: 25px;
  background: rgba(74,63,63,.8);
  color: #fff;
}
.coupon__unitName{
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
.coupon__unitDetail{
  font-size: 16px;
}
.coupon__unitInfo{
  font-size: 16px;
}
@media (max-width : 768px) {
.coupon{
}
.coupon__list{
}
.coupon__listItem{
  margin-bottom: 15px;
}
.coupon__unit{
  padding: 20px;
}
.coupon__unitName{
  margin-bottom: 20px;
  font-size: 18px;
}
.coupon__unitDetail{
  font-size: 12px;
}
.coupon__unitInfo{
  font-size: 12px;
}
}


/*============================
footer
============================*/
.footer{
  text-align: center;
}
.footer__logo{
  width: 179px;
  height: 98px;
  margin: 0 auto 20px;
  background: url(../images/seki/logo_footer.png) no-repeat 0 0;
  background-size: 179px auto;
  text-indent: -9999px;
}
.footer__copyright{
  line-height: 50px;
  background: #2A2929;
  color: #FFF;
  font-size: 12px;
}
@media (max-width : 768px) {
  .footer__logo{
    width: 100px;
    height: 55px;
    background-size: 100px auto;
  }
  .footer__copyright{
    line-height: 30px;
    font-size: 10px;
  }
}







/*============================
globalMenuSp
============================*/
nav.globalMenuSp{
  display: none;
}
@media (max-width : 768px) {
nav.globalMenuSp {
  display: block;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  text-align: center;
  transform: translateY(-100%);
  transition: all 0.3s;
  width: 100%;
}
nav.globalMenuSp ul {
  background: rgba(255,255,255,.85);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  font-size: 1.1em;
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px dotted #ccc;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #222;
  padding: 12px 0;
}
nav.globalMenuSp.active {
  transform: translateY(0%);
}
}

/*============================
navToggle
============================*/
.navToggle{
  display: none;
}
@media (max-width : 768px) {
.navToggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 51px;
  cursor: pointer;
  z-index: 3;
  background: rgba(255,255,255,.7);
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #222;
  transition: .35s ease-in-out;
  left: 6px;
}
.navToggle span:nth-child(1) {
  top: 9px;
}
.navToggle span:nth-child(2) {
  top: 18px;
}
.navToggle span:nth-child(3) {
  top: 27px;
}
.navToggle span:nth-child(4) {
  border: none;
  color: #222;
  font-size: 9px;
  font-weight: bold;
  top: 34px;
}
.navToggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  transform: rotate(-45deg);
}
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
  top: 18px;
  transform: rotate(45deg);
}
}