@charset "UTF-8";
/*================================================
このCSSファイルはSassから生成されています。
編集しないようにご注意ください。
================================================*/
html {
  font-size: 62.5%;
  /* 10px */
  height: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: block;
}

#Header{
  z-index: 999;
  position: relative;
}

.head {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  /*border-bottom: 1px solid #000;*/
  /*box-shadow: 0px 2px #fff;*/
  z-index: 999;
  line-height: 1;
}

.head h1 a {
  display: block;
}

.sp_nav_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.menu {
  width: 28px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 101;
  padding-bottom: 6px;
}

.menu1 {
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 0px;
  position: absolute;
}

.menu2 {
  width: 80%;
  height: 2px;
  background-color: #333;
  top: 11px;
  right: 0;
  position: absolute;
}

.menu3 {
  width: 100%;
  height: 2px;
  background-color: #333;
  top: 22px;
  position: absolute;
}

.menu1, .menu2, .menu3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
}

.sp_menu_tex {
  font-family: sans-serif;
  font-size: 1rem;
  color: #333;
  font-weight: bold;
}

.rsv {
  font-family: sans-serif;
  font-size: 1rem;
  font-weight: bold;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  color: #333;
  padding-right: 16px;
}

#global-nav .gnav {
  box-sizing: border-box;
}

#global-nav .gnav li {
  font-family: sans-serif;
}

.nav_pl {
  position: relative;
}

.navi_outer {
  position: relative;
  display: block;
  color: #333;
}

.gnavi_inner li {
  line-height: 1.5;
}

.gnavi_inner li a {
  color: #333;
  /*padding-left: 3%;*/
}

.gnavi_inner li a:hover {
  opacity: 1;
}

.gnav > li {
  position: relative;
}

.gnavi_inner {
  display: block;
}

.gnav li:hover .navi_outer {
  /*color: #ff0000;*/
}

.navi_outer {
  display: block;
}

.pc_rsv {

  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  line-height: 1.3;
  position: relative;
}

.pc_rsv a {
  color: #333;
  z-index: 1;
  padding: 0 20px;
}

.gnavi_inner {
  font-size: 1.2rem;
}

.tel_box-header ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.tel_box-header-inner {
  margin-top: 5px;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  background-color: #837361;
  background: -webkit-gradient(linear, left top, left bottom, from(#af9a81), to(#603c23));
  background: linear-gradient(#af9a81, #603c23);
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.stoer-time {
  font-family: sans-serif;
}

.tel-no {
  font-family: 'Anton', sans-serif;
  font-size: 24px;
  letter-spacing: 0.3em;
  text-shadow: 2px 2px #000;
  margin-left: 2rem;
}

.bottom_navi_wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  display: -webkit-box;
  display: flex;
}

.bottom_navi_wrap li {
  width: 50%;
}

.bottom_navi {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  padding: 0.3rem;
  box-sizing: border-box;
}

.bottom_navi._contact {
  background-color: #5c5b5b;
}

.bottom_navi._fair {
  background-color: #b9a46f;
}

.bottom_navi .bottom_navi-inner {
  position: relative;
  display: block;
  border: solid 1px #fff;
  box-sizing: border-box;
  padding: .8rem 0;
}

.bottom_navi .icon_box-contact {
  position: relative;
  padding-left: 2.4rem;
}

.bottom_navi .icon_box-contact::after {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/icon_calendar-head.svg) center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}

.bottom_navi .icon_box-fair {
  position: relative;
  padding-left: 2.4rem;
}

.bottom_navi .icon_box-fair::after {
  position: absolute;
  content: '';
  display: block;
  background: url(../img/icon_heart-w.svg) center no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .telhref img {
    width: 354px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .tb {
    display: none;
  }
  .pc {
    display: none;
  }
  .head, .head_inner {
    height: 58px;
  }
  .head h1 a {
    font-size: 18px;
    width: 176px;
  }
  .icon_calendar {
    width: 16px;
    padding-bottom: 3px;
  }
  .navi_outer.navi_first {
    padding-bottom: 0.8rem;
  }
  .nav_pl {
    border-bottom: solid 1px #333;
  }
  .nav_pl::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/arrow-right_edg-short.svg) center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 8px;
  }
  .navi_outer {
    padding: 2.2rem 0 2.2rem 3%;
    font-size: 1.3rem;
  }
  .gnavi_inner li {
    position: relative;
    padding: 1rem 0 1rem 2rem;
  }
  .gnavi_inner li::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/arrow-right_edg-short.svg) center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 8px;
  }
  .navi_aco {
    border-bottom: solid 1px #333;
    padding-bottom: 1rem;
  }
  .pc_rsv::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/arrow-right_edg-short.svg) center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 8px;
  }

  .pc_rsv a {
    font-size: 1.3rem;
    width: 100%;
    /*height: 51px;*/
    /*text-align: center;*/
    padding: 2.2rem 0 2.2rem 3%;
    /*margin-top: 3.8rem;*/
  }
}

@media screen and (min-width: 1024px) {
  .tb {
    display: none;
  }
  .head {
    width: 100%;
    display: -webkit-box;
    display: flex;
    /*-webkit-box-align: center;
    align-items: center;*/
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    background-color: #fff;
    height: 75px;
  }
  .pc_header_inner {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 95%;
    max-width: 1240px;
    min-width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .head h1 a {
    width: 212px;
  }
  .sp_nav_wrap {
    display: none;
  }
  #global-nav {
    position: absolute;
    top: 0;
    right: 0;
  }
  #global-nav .gnav {
    display: -webkit-box;
    display: flex;
    /*-webkit-box-align: center;
    align-items: center;*/
    -webkit-box-pack: justify;
    justify-content: space-between;
    font-size: 16px;
  }
  #global-nav .gnav a {
    /*display: block;*/
  }
  .navi_outer {
    height: 55px;
    line-height: 55px;
    color: #333;
  }
  .nav_pl a {
    padding-left: 13px;
    padding-right: 13px;
    box-sizing: border-box;
  }
  .navi_outer {
    color: #333;
  }
  .gnavi_inner li {
    /*line-height: 0;*/
  }
  .gnavi_inner li a {
    height: 0;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
  }
  .gnav li:hover > ul > li a {
    padding: 42px 0;
    overflow: visible;
    background-color: #fff;
  }
  .gnav li:hover > ul > li a:first-of-type {
    border-top: solid 1px #333;
  }
  .navi_outer {
    font-size: 13px;
    font-weight: bold;
    height: 75px;
    line-height: 75px;
    position: relative;
  }
  .navi_outer::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-color: #333;
    width: 2px;
    height: 20px;
  }
  .navi_aco {
    width: 144px;
  }
  .gnavi_inner {
    font-size: 11px;
    letter-spacing: .05em;
  }
  .gnavi_inner a {
    color: #fff;
  }
  .pc_rsv {
    margin-top: 7px;
    height: 61px;
    border: solid 1px #fff;
    background-color: #ff9c41;
  }
  .pc_rsv::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    display: block;
    border: 1px solid #fff;
  }
  .pc_rsv a {
    font-size: 13px;
    color: #fff;
  }
  .tel_box-header {
    background-color: #af9a81;
    border-top: solid 1px #fff;
    border-bottom: solid 5px #603c23;
    width: 100%;
    position: fixed;
    left: 0;
    top: 75px;
    z-index: 777;
    line-height: 1;
  }
  .tel_box-header li {
    color: #fff;
  }
  .bottom_navi_wrap {
    width: 60%;
    background-color: #fff;
  }
  .bottom_navi {
    font-size: 14px;
  }
  .bottom_navi .icon_box-contact {
    padding-left: 32px;
  }
  .bottom_navi .icon_box-fair {
    padding-left: 32px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .pc {
    display: none;
  }
  .head_inner {
    height: 63px;
  }
  .head h1 a {
    width: 200px;
  }
  .btn_wrap {
    padding-top: 9px;
  }
  .menu {
    width: 39px;
    height: 29px;
  }
  .menu2 {
    top: 12px;
  }
  .menu3 {
    top: 24px;
  }
  .sp_menu_tex {
    font-size: 1.2rem;
    padding-top: 3px;
  }
  .rsv {
    font-size: 1.2rem;
    padding-top: 3px;
  }
  .icon_calendar {
    width: 18px;
    padding-bottom: 6px;
  }
  #global-nav .gnav {
    font-size: 21px;
    padding-top: 6%;
  }
  .nav_pl {
    border-bottom: solid 1px #333;
  }
  .nav_pl::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/arrow-right_edg-short.svg) center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 8px;
  }
  .navi_outer {
    font-size: 1.6rem;
    padding: 2.4rem 0 2.4rem 5%;
  }
  .gnavi_inner li {
    position: relative;
    padding: 1rem 0;
  }
  .gnavi_inner li::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/arrow-right_edg-short.svg) center no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    width: 20px;
    height: 8px;
  }
  .gnavi_inner li a {
    padding-left: 7%;
    font-size: 1.4rem;
    letter-spacing: .05em;
  }
  .navi_aco {
    border-bottom: solid 1px #333;
    padding-bottom: 2rem;
  }
  .pc_rsv a {
    font-size: 1.7rem;
    width: 53%;
    height: 51px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.8rem;
  }
}

@media screen and (max-width: 1023px) {
  .head_inner {
    z-index: 99;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #fff;
    padding: 0 4%;
  }
  .sp_nav_wrap {
    display: -webkit-box;
    display: flex;
  }
  .btn_wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .open .menu1 {
    top: 10px;
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  .open .menu2 {
    opacity: 0;
  }
  .open .menu3 {
    top: 10px;
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  #global-nav {
    position: absolute;
    background: rgba(255, 255, 255, 0.94);
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  .open #global-nav {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    height: 100vh;
  }
  #global-nav .gnav {
    height: 100vh;
    padding-left: 8%;
    padding-right: 8%;
    padding-top: 1rem;
  }
}

@media screen and (max-width: 320px) {
  #global-nav .gnav {
    padding-left: 5%;
    padding-right: 5%;
  }
  .navi_outer {
    padding: 1.4rem 0 1.4rem 3%;
    font-size: 1.2rem;
  }
  .gnavi_inner {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1024px) and (min-width: 1024px) {
  #global-nav .gnav li {
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (min-width: 1024px) {
  .gnavi_inner li:not(:first-of-type) {
    padding-top: 1rem;
  }
  .gnavi_inner li:last-of-type {
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1180px) {

}

@media screen and (min-width: 1180px) {
  .nav_pl a {
    padding-left: 17px;
    padding-right: 17px;
  }
  .navi_aco {
    padding-left: 3px;
    padding-right: 3px;
    width: 144px;
  }
  .gnavi_inner {
    font-size: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .navi_aco {
    width: 156px;
  }
  .gnavi_inner {
    font-size: 11px;
  }
}

@media screen and (min-width: 1280px) {
  .navi_aco {
    width: 166px;
  }
  .gnavi_inner {
    font-size: 12px;
  }
}


.new_icon {
  position: relative;
}

.new_icon::before {
  position: absolute;
  display: block;
  content: '新着!!';
  font-size: 10px;
  color: #fff;
  background-color: #ff4141;
  line-height: 1.8;
  padding: 0 6px;
  box-sizing: border-box;
  top: 8px;
  left: 2px;
  letter-spacing: 0.1em;
  transform: rotate(-10deg);
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .new_icon {
    position: relative;
  }

  .new_icon::before {
    position: absolute;
    display: block;
    content: '新着!!';
    font-size: 10px;
    color: #fff;
    background-color: #ff4141;
    line-height: 1.8;
    padding: 0 6px;
    box-sizing: border-box;
    top: 50%;
    transform: translateY(-50%);
    left: 62px;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
}
