@charset "UTF-8";
/*--------------------------------------

Theme Name: eggsnthings_store1
Template: eggsnthings1
Author: PPAW
Version:1.0

--------------------------------------*/
/***************************************

header

***************************************/
/* mainv */
@media screen and (min-width: 768px) {
  #page_mainv {
    position: relative;
    z-index: 10;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #page_mainv {
    position: static;
    height: auto;
  }
}

.slider {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slider {
    position: relative;
    z-index: 20;
    height: 100%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slider {
    height: 250px;
  }
}

.slider_item {
  width: 100%;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  .slider_item {
    height: 393px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .slider_item {
    height: 250px;
  }
}

.thumbnail_wrap {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .thumbnail_wrap {
    width: 1080px;
    position: relative;
    top: -110px;
    z-index: 30;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .thumbnail_wrap {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .thumbnails {
    width: 400px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .thumbnails {
    width: 100%;
  }
}

.thumbnails_item {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .thumbnails_item {
    margin-left: 5px;
    padding: 0 5px;
  }
}

.thumbnails_item img {
  border: 2px solid #fff;
}

.thumbnails .slick-current {
  opacity: 0.8;
}

/* main_content */
@media screen and (min-width: 0px) and (max-width: 767px) {
  #main_content {
    padding-top: 10px;
  }
}

/* breadcrumb */
#breadcrumb strong {
  font-weight: normal;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #breadcrumb {
    padding-top: 0;
  }
}

/***************************************

store_contents

***************************************/
#store_contents {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #store_contents {
    width: 1080px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_contents {
    width: 92%;
  }
}

/* store_ttl */
#store_ttl {
  border-bottom: 1px solid #682605;
  padding-bottom: 7px;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #store_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 45px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_ttl {
    margin-bottom: 30px;
  }
}

#store_ttl h1 {
  font-weight: bold;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  #store_ttl h1 {
    font-size: 27px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_ttl h1 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 10px;
  }
}

#store_ttl .store_tel {
  text-align: center;
  position: relative;
}

#store_ttl .store_tel p {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  #store_ttl .store_tel p {
    font-size: 16px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 108%;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_ttl .store_tel p {
    font-size: 13px;
    margin-bottom: 5px;
  }
}

#store_ttl .store_tel p:before {
  content: "　";
  background: url(assets/images/icn_book.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 4px;
}

@media screen and (min-width: 768px) {
  #store_ttl .store_tel p:before {
    width: 20px;
    height: 13px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_ttl .store_tel p:before {
    width: 14px;
    height: 9px;
  }
}

#store_ttl .store_tel a {
  display: inline-block;
  font-family: "Slabo 27px", serif;
  padding: 3px 40px;
  background: #eabd00;
  line-height: 1;
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  #store_ttl .store_tel a {
    font-size: 28px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_ttl .store_tel a {
    font-size: 20px;
  }
}

/* recommend */
@media screen and (min-width: 768px) {
  #recommend {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #recommend {
    margin-bottom: 40px;
  }
}

.recommend_list_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend_list {
  width: 48%;
  margin-top: 20px;
}

.recommend_list:first-child, .recommend_list:nth-child(2) {
  margin-top: 0;
}

.recommend_list h3 {
  font-weight: bold;
  padding-bottom: 7px;
  border-bottom: 1px dotted #805f46;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .recommend_list h3 {
    font-size: 16px;
    padding-left: 40px;
    line-height: 1.5;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .recommend_list h3 {
    font-size: 16px;
    line-height: 1.3;
  }
}

.recommend_list h3 span {
  font-family: "Slabo 27px", serif;
  color: #fff;
  background: #663d10;
  text-align: center;
  vertical-align: top;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .recommend_list h3 span {
    border-radius: 28px;
    position: absolute;
    top: -4px;
    left: 0;
    width: 28px;
    line-height: 28px;
    margin-right: 10px;
    display: inline-block;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .recommend_list h3 span {
    border-radius: 23px;
    width: 23px;
    line-height: 23px;
    display: block;
    margin: 0 auto 10px;
  }
}

.recommend_list img {
  margin-bottom: 20px;
}

@media all and (-ms-high-contrast: none) {
  #store_ttl h1 {
    padding-top: 0.3em;
  }
  .recommend_list h3 {
    padding-top: 0.13em;
  }
}

/* promotion */
@media screen and (min-width: 768px) {
  #promotion {
    padding-top: 0;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #promotion {
    margin-bottom: 30px;
    width: 100%;
  }
}

/* pdf_link */
#pdf_link {
  text-align: center;
  margin: 40px auto 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#pdf_link .btn_y {
  margin: 0 5px;
  width: 125px;
}

@media screen and (min-width: 768px) {
  #pdf_link .btn_y {
    width: 275px;
    margin: 0 10px;
    font-size: 23px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #pdf_link .btn_y {
    width: 80%;
    margin: 10px auto;
    font-size: 20px;
  }
}

/* store_course */
@media screen and (min-width: 768px) {
  #store_course {
    margin-bottom: 167px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_course {
    margin-bottom: 50px;
  }
}

/* info_contents */
@media screen and (min-width: 0px) and (max-width: 767px) {
  #info_contents {
    width: 100%;
  }
}

/* sns */
@media screen and (min-width: 0px) and (max-width: 767px) {
  #sns {
    width: 100%;
  }
}

/* store_info */
#store_info {
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}

#store_info:before {
  background-color: rgba(0, 0, 0, 0.29);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
  z-index: 20;
}

@media screen and (min-width: 768px) {
  #store_info {
    padding: 53px 0 62px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_info {
    padding: 40px 0;
  }
}

#store_info * {
  color: #fff;
}

#store_info h2 {
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 30;
}

@media screen and (min-width: 768px) {
  #store_info h2 {
    font-size: 27px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  #store_info h2 {
    font-size: 23px;
    margin-bottom: 30px;
    width: 92%;
    margin-inline: auto;
  }
}

.store_info_content {
  position: relative;
  z-index: 30;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .store_info_content {
    width: 1080px;
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_info_content {
    width: 92%;
  }
}

@media screen and (min-width: 768px) {
  .store_info_left {
    width: 507px;
    height: 341px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_info_left {
    width: 100%;
    height: 250px;
  }
}

.store_info_left iframe {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .store_info_right {
    width: 543px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_info_right {
    width: 100%;
    margin-top: 20px;
  }
}

.store_info_right table {
  width: 100%;
}

.store_info_right table th {
  width: 27%;
  padding: 3px 10px 3px 0;
  border-right: 1px dotted #fff;
  vertical-align: top;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .store_info_right table th {
    font-size: 15px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_info_right table th {
    font-size: 12px;
  }
}

.store_info_right table td {
  letter-spacing: normal;
  width: 73%;
  padding: 3px 10px 3px 15px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .store_info_right table td {
    font-size: 14px;
  }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .store_info_right table td {
    font-size: 11px;
  }
}

/* guide map 追記 */
@media screen and (min-width: 768px) {
    #guide_map {
        padding:40px 0 100px;
    }
    .guide_map_list_wrap {
        text-align: center;
    }
    .guide_map_list_wrap a {
        text-align: center;
        width: 185px;
        display: inline-block;
        border-radius: 20px;
        line-height: normal !important;
        padding: 8px;
        background-color: #eabd00;
        border: none;
        text-decoration: none !important;
        font-weight: bold;
        font-family: "Slabo 27px", serif;
        font-size: 18px;
        margin:0 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    #guide_map {
        padding:30px 0 70px;
    }
    .guide_map_list_wrap {
        text-align: center;
        overflow: hidden;
    }
    .guide_map_list_wrap a {
        text-align: center;
        display: block;
        float: left;
        border-radius: 20px;
        line-height: normal !important;
        padding: 8px;
        width: 48%;
        background-color: #eabd00;
        border: none;
        text-decoration: none !important;
        font-weight: bold;
        font-family: "Slabo 27px", serif;
        font-size: 18px;
        margin:0 4% 10px 0;
    }
    .guide_map_list_wrap a:nth-child(2n) {
        margin:0 0 10px 0;
    }
}


/* original_menu 追記 */
@media screen and (min-width: 768px) {
    #original_menu {
        padding:0 0 100px;
    }
    .original_menu_list_wrap {
        text-align: center;
        margin-bottom: 40px;
    }
    .original_menu_list_wrap a {
        text-align: center;
        width: 240px;
        display: inline-block;
        border-radius: 20px;
        line-height: normal !important;
        padding: 8px;
        background-color: #eabd00;
        border: none;
        text-decoration: none !important;
        font-weight: bold;
        font-family: "Slabo 27px", serif;
        font-size: 18px;
        margin:0 10px;
    }
}

@media screen and (min-width: 0px) and (max-width: 767px) {
    #original_menu {
        padding:30px 0 70px;
    }
    .original_menu_list_wrap {
        text-align: center;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .original_menu_list_wrap a {
        text-align: center;
        display: block;
        border-radius: 20px;
        line-height: normal !important;
        padding: 8px;
        width: 80%;
        background-color: #eabd00;
        border: none;
        text-decoration: none !important;
        font-weight: bold;
        font-family: "Slabo 27px", serif;
        font-size: 18px;
        margin:0 auto 10px ;
    }
}

/* 上部予約ボタン 追記 */
#store_ttl .store_tel a {
    padding: 4px 10px 2px;
    text-align: center;
    line-height: 34px;
}
#store_ttl a.store_rsv_btn {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 39px;
}
@media screen and (min-width: 768px) {
    #store_ttl .store_tel p {
        text-align: left;
    }
    #store_ttl .store_tel a {
        width: 250px;
        height: 45px;
        vertical-align: top;
    }
    #store_ttl a.store_rsv_btn {
        font-size: 20px;
        margin-right: 0.5em;
    }
    #store_ttl .store_tel a span {
        font-size: 14px;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    #store_ttl h1 {
        margin-right: 0;
        line-height: 1.4;
    }
    #store_ttl .store_tel {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #store_ttl .store_tel p {
        margin-bottom: 10px;
    }
    #store_ttl .store_tel a {
        width: 240px;
    }
    #store_ttl a.store_rsv_btn {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 36px;
    }
    #store_ttl .store_tel a span {
        font-size: 14px;
    }
}

/*kitchhike*/
.kitchhike a,
.kitchhike img {
    display: block;
}
@media screen and (min-width: 768px) {
    .kitchhike {
        padding:0 0 60px;
        text-align:center;
    }
    .wImg > * {
        width: 49%;
    }
    .wImg {
        display: flex;
        justify-content: space-between;
    }
    .sImg a,
    .sImg img {
        margin: 0 auto;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .kitchhike {
        padding:0 0 30px;
        text-align:center;
        border-bottom: 1px solid #682605;
    }
    .wImg > * {
        margin-bottom: 20px;
    }
    .wImg > *:last-child {
        margin-bottom: 0;
    }
}

/*payment*/
.paymentIcn {
    display: flex;
    flex-wrap: wrap;
}
.paymentIcn li {
    padding:5px 0;
}
.paymentTxt a {
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .payment {
        padding-bottom: 45px;
        border-bottom: 1px solid #682605;
        margin-bottom: 50px;
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        align-items: flex-start;
    }
    .paymentIconWrap {
        padding-right: 30px;
    }
    .paymentIcn {
        /*max-width: 330px;*/
        flex-shrink: 0;
    }
    .paymentIcn li {
        margin-right: 10px;
    }
    .paymentTxt {
    }
    .paymentIcnsL li {
        width: 50px;
    }
    .paymentIcnsS li {
        width: 30px;
    }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
    .payment {
        text-align: center;
        padding: 0 5% 30px;
        border-bottom: 1px solid #682605;
        margin-bottom: 30px;
    }
    .paymentIcn {
    }
    .paymentIcn li {
        width: 16.6666%;
        padding: 5px;
    }
    img {
        width: 100%;
        height: auto;
    }
    .paymentTxt {
        margin-top: 15px;
        /*text-align: left;*/
        padding: 5px;
    }
    .paymentTxt p {
        font-size: 12px;
        letter-spacing: 0;
    }
    .paymentIcnsL li {
        width: 25%;
    }
}
