@charset "euc-jp";

/*----- JS -----*/
body{
  background:#000 url(../images/bg01.jpg) repeat;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
#bg0, #bg1, #bg2, #bg3, #bg4, #bg5, #bg6 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background-position: 50% 50% !important;
  background-size: cover !important;
  background-attachment: fixed !important;
}
#bg0 {
  background-image: url(../images/bg01.jpg);
}
#bg1 {
  background-image: url(../images/bg02.jpg);
}
#bg2 {
  background-image: url(../images/bg03.jpg);
}
#bg3 {
  background-image: url(../images/bg04.jpg);
}
#bg4 {
  background-image: url(../images/bg05.jpg);
}
#bg5 {
  background-image: url(../images/bg06.jpg);
}
#bg6 {
  background-image: url(../images/bg07.jpg);
}
@media (max-width : 768px) {
body{
  background: #000 url(../images/bg_index.png) repeat 0 0 !important;
}
#bg0, #bg1, #bg2, #bg3, #bg4, #bg5, #bg6{
  background-size: cover !important;
}
#bg0::before,
#bg1::before,
#bg2::before,
#bg3::before,
#bg4::before,
#bg5::before,
#bg6::before{
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  content: "";
  z-index: -1;
}
#bg0::before {
  background: url(../images/bg01.jpg) 75% 50%;
}
#bg1::before {
  background: url(../images/bg02.jpg) 50% 50%;
}
#bg2::before {
  background: url(../images/bg03.jpg) 50% 50%;
}
#bg3::before {
  background: url(../images/bg04.jpg) 50% 50%;
}
#bg4::before {
  background: url(../images/bg05.jpg) 50% 50%;
}
#bg5::before {
  background: url(../images/bg06.jpg) 50% 50%;
}
#bg6::before {
  background: url(../images/bg07.jpg) 50% 50%;
}
}



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

/*============================
header
============================*/
.header{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: rgba(74,63,63,.8);
  z-index: 1000;
}
.header__body{
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
.header__logo{
  float: left;
  width: 126px;
  height: 43px;
  margin: 3px 0 0;
  background: url(../images/logo_gomaya_nagara.png) no-repeat 0 0;
  background-size: 126px auto;
  text-indent: -9999px;
}
.header__logoLink{
  display: block;
  height: 40px;
}
.header__navigation{
  float: right;
  overflow: hidden;
}
.header__navigationList{
  float: left;
  margin: 15px 0 0 40px;
}
.header__navigationLink{
  font-size: 16px;
  text-decoration: none;
}
@media (max-width : 768px) {
.header{
  display: none !important;
}
}


/*============================
section
============================*/
.section{
  width: 960px;
  margin: 500px auto 0;
}
.section__wrap{
  width: 620px;
  margin-left: 220px;
  padding: 60px;
  background: url(../images/section_bg.png) repeat 0 0;
  color: #333;
}
.section__contents{
}
.section__title{
  line-height: 70px;
  margin: 0 0 60px -200px;
  padding: 0 40px;
  background: rgba(74,63,63,.8);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  font-family: "Sawarabi Mincho", serif;
}
@media (max-width : 768px) {
.section{
  width: 100%;
  margin: 500px 0 0;
}
.section__wrap{
  width: 100%;
  margin-left: 0;
  padding: 0 15px 20px;
  background-size: 100% auto;
  box-sizing: border-box;
}
.section__title{
  line-height: 50px;
  margin: 0 -15px 15px;
  padding: 0 15px;
  font-size: 20px;
}
}


/*============================
mainVisual
============================*/
.mainVisual{
  width: 960px;
  margin: 0 auto;
}
.mainVisual__title{
  width: 458px;
  height: 177px;
  margin: 245px 0 150px;
  background: url(../images/logo_gomaya_nagara.png) no-repeat 0 0;
  background-size: 458px auto;
  text-indent: -9999px;
}
.mainVisual__information{
  height: 200px;
  overflow-y: scroll;
  background: rgba(74,63,63,.8);
}
.mainVisual__informationBox{
  padding: 25px;
}
.mainVisual__informationBox > dl{
  overflow: hidden;
  padding: 0 0 20px;
}
.mainVisual__informationBox > dl dt{
  float: left;
  width: 150px;
}
.mainVisual__informationBox > dl dd{
  float: left;
  width: 700px;
}
@media (max-width : 768px) {
.mainVisual{
  width: 100%;
}
.mainVisual__title{
  width: 260px;
  height: 90px;
  margin: 150px auto;
  background-size: 260px auto;
}
.mainVisual__information{
  height: 200px;
}
.mainVisual__informationBox{
  padding: 20px;
}
.mainVisual__informationBox > dl{
  padding: 0 0 20px;
}
.mainVisual__informationBox > dl dt{
  float: none;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.mainVisual__informationBox > dl dd{
  float: none;
  width: 100%;
}
}


/*============================
concept
============================*/
.concept{
}
.concept__info{
  font-size: 18px;
}
@media (max-width : 768px) {
.concept__info{
  font-size: 16px;
}
}


/*============================
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{
  font-size: 24px;
  font-weight: bold;
}
.food__menuList{
}
.food__menuListItem{
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #4A3F3F;
}
.food__menuListName{
  float: left;
  width: 500px;
  font-size: 18px;
}
.food__menuListInfo{
  display: block;
  font-size: 14px;
}
.food__menuListPrice{
  float: right;
  width: 100px;
  font-size: 18px;
  text-align: right;
}
.food__memo{
  margin-top: 20px;
}
.food__memoList{
  font-size: 12px;
}
@media (max-width : 768px) {
.food__gallery{
  height: 180px !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: 30px;
}
.access__detailList{
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #4A3F3F;
}
.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: 180px !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: 200px;
}
.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 solid #4A3F3F;
}
.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{
  margin-top: 800px;
  padding: 40px 0;
  background: #2A2929;
  text-align: center;
}
.footer__logo{
  width: 200px;
  height: 65px;
  margin: 0 auto 10px;
  background: url(../images/logo_gomaya_nagara.png) no-repeat 0 0;
  background-size: 200px auto;
  text-indent: -9999px;
}
.footer__copyright{
  color: #707070;
  font-size: 12px;
}
@media (max-width : 768px) {
.footer{
  margin: 500px -15px 0;
}
}







/*============================
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(74,63,63,.9);
  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: #fff;
  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(74,63,63,1);
  text-align: center;
}
.navToggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #eee;
  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: #eee;
  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);
}
}