@charset "UTF-8";
/*COMMON*/
/*@import url(http://fonts.googleapis.com/earlyaccess/sawarabimincho.css);*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");

body {
  padding-top: 50px !important;
}

/*DISPLAY*/
.pon {
  display: inline;
}
.son {
  display: none;
}
.ponb {
  display: block;
}
.ponb img {
  max-width: 100%;
}
.sonb {
  display: none;
}

.staynavi_header,
.staynavi_footer {
  font-feature-settings: normal;
  -webkit-font-smoothing: auto;
}

.staynavi_header .wf-sbm,
.staynavi_footer .wf-sbm {
  font-family: "Noto Serif JP", serif !important;
}

.staynavi_header .clearfix::after,
.staynavi_footer .clearfix::after {
  content: "";
}

/*HEADER*/
.staynavi_header {
  background-color: rgba(255, 255, 255, 0.95);
  height: 50px;
  width: 100%;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
}
.staynavi_header section {
  width: 1020px;
  height: 50px;
  margin: 0 auto;
  position: relative;
}
.staynavi_header section .maintitle {
  position: absolute;
  top: 0;
  left: 0;
}
.staynavi_header section .maintitle a {
  width: 50px;
  height: 50px;
  background: url("../images/logo.png") no-repeat center center;
  text-indent: 102%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.staynavi_header section .maintitle img.logo {
  display: inherit;
}
.staynavi_header section .maintitle img.logo-sp {
  display: none;
}
.staynavi_header section nav {
  position: absolute;
  top: 0px;
  left: 50px;
  font-size: 0;
}

.staynavi_header ul li a {
  color: #000;
}

.staynavi_header form {
  display: inline;
}

/*SEARCH*/
.searchform {
}
.searchform label {
  display: none;
}
.searchform input[type="text"] {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN",
    MyYuGothicM, Meiryo, sans-serif;
  float: left;
  width: 200px;
  height: 24px;
  padding: 0 30px 0 10px;
  background: #fff;
  border: 1px solid #999;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  margin-top: -2px;
  font-size: 13px;
}
.searchform input[type="submit"] {
  float: left;
  width: 20px;
  height: 20px;
  margin: 1px 0 0 -28px;
  padding: 0;
  background: url("../images/icon-search.png") no-repeat center 5px;
  background-size: 12px 12px;
  border: none;
  box-shadow: none;
  cursor: pointer;
  margin-top: -1px;
}
.searchform input[type="submit"]:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

/*NAVI*/
#main-nav ul {
  width: 970px;
}
#main-nav ul li a {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}
#main-nav ul li a:hover {
  background: #b4910c;
  color: #fff;
  text-decoration: none;
}
#main-nav ul li a.nav-line {
  background: url("../images/border-line.png") no-repeat left center;
}
#main-nav ul li a:hover.nav-line {
  background: #b4910c url("../images/border-line.png") no-repeat left center;
}
#main-nav ul li ul li a {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  border-left: 5px solid #b4910c;
  padding: 0 0 10px 10px;
  margin-bottom: 10px;
}
#main-nav ul li ul li a:hover {
  background: #fff;
  color: #b4910c;
  text-decoration: none;
}
#main-nav ul li.search {
  width: 210px;
  position: absolute;
  top: 15px;
  right: 0px;
}
span.main-menu_ttl {
  position: absolute;
  top: 34px;
  left: 10px;
  width: 28px;
  line-height: 1em;
}
span.main-menu_ttl img {
  width: 28px;
  height: 8px;
}
/* GUIDELINE*/
section.guideline {
  width: 100%;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 600;
  overflow: hidden;
  background: #efe7d2;
}
section.guideline::before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: relative;
  z-index: -1;
}
section.guideline h1 {
  width: 1020px;
  margin: 0 auto 10px;
  color: #000;
  font-size: 24px;
}
section.guideline p {
  display: block;
  width: 1020px;
  margin: 0 auto;
  color: #000;
  line-height: 1.2em;
}

/* .staynavi_footer */
.staynavi_footer {
  background: #2f2725;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino kaku Gothic ProN",
    MyYuGothicM, Meiryo, sans-serif;
}
.footerwrap {
  width: 1020px;
  margin: 0 auto;
  color: #fff;
}
.footerwrap a {
  color: #fff;
  transition: 0s;
}
.footerwrap a:hover {
  color: #777;
  text-decoration: underline;
}
.footerwrap .footerlogo {
  width: 179px;
  height: auto;
  padding-top: 30px;
}
.footerwrap .footerlogo img {
  width: 179px;
  height: auto;
}
.footerwrap .footergnavwrap {
  margin-top: 30px;
  margin-bottom: 50px;
}
.footerwrap .footergnav {
  width: 225px;
  float: left;
  margin-right: 19px;
  padding-right: 20px;
  border-right: 1px solid #333;
}
.footerwrap .footergnavwrap div {
  font-size: 16px;
}
.footerwrap .footergnavwrap ul {
  font-size: 11.5px;
}
.footerwrap .footergnavwrap ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.footerwrap .footergnavwrap section:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.footerwrap .snsbtn {
  margin-top: 5px;
}
.footerwrap .snsbtn a {
  display: inline-block;
  margin-right: 10px;
}
.footerwrap .snsbtn a:last-of-type {
  margin-right: 0;
}
.footerwrap .snsbtn img {
  width: 30px;
  height: auto;
}
.footerwrap .footernav {
  font-size: 13px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
.footerwrap .footernav span {
  padding: 0 7px;
  border-right: 1px solid #fff;
  line-height: 14px;
}
.footerwrap .footernav span:last-child {
  border-right: none;
  width: 100%;
  display: block;
}
.footerwrap .footernav br {
  display: none;
}
address {
  background: #000;
}
.addresswrap {
  width: 1020px;
  margin: 0 auto;
  color: #777;
  font-size: 10px;
  padding: 5px 0;
}
.addresswrap .att {
  width: 600px;
  float: left;
}
.addresswrap .credit {
  width: 400px;
  float: right;
  text-align: right;
}

/* sp foot navi */
#smpmain {
  margin: 0;
  padding-bottom: 0;
}
#smpfooter {
  display: none;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 55px !important;
  }
  /*DISPLAY*/
  .pon {
    display: none;
  }
  .son {
    display: inline;
  }
  .ponb {
    display: none;
  }
  .sonb {
    display: block;
  }
  .inn-box {
    width: 94% !important;
    margin: 0 3% !important;
  }
  .inn-box img {
    width: 100%;
    height: auto;
  }

  .staynavi_header section {
    width: 100%;
  }
  .staynavi_header section .maintitle {
    right: 0;
    margin: auto;
  }
  .staynavi_header section .maintitle a {
    margin: auto;
    width: 120px;
    height: 50px;
    background: url("../images/logo-sp.png") no-repeat center center;
    background-size: 117px 21px;
  }
  .staynavi_header section nav {
    left: 0px;
    width: 100%;
  }
  nav ul {
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #b4910c;
    /*border-bottom: 1px solid #b4910c;*/
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
  nav ul li {
    position: relative;
    border-bottom: 1px solid #ddd;
    background: url(../images/arw-01.png) no-repeat right 10px center;
    background-size: 13px 11px;
  }
  nav ul li.narw {
    background: none;
  }
  nav ul li.narw.search {
    display: none;
  }
  nav ul li:last-child {
    /*border-bottom:none;*/
  }
  nav ul li.mail {
    border-bottom: 1px solid #b4910c;
  }
  nav ul li a {
    display: inline-block;
    padding: 15px 10px;
    line-height: 1em;
    height: auto;
  }
  nav ul li a:hover {
    background: none;
    color: #b4910c;
    text-decoration: none;
  }
  nav ul li a.nav-line {
    background: none;
  }
  nav ul li a:hover.nav-line {
    background: none;
  }
  nav ul li a:hover.bc-gold {
    color: #000;
  }
  nav ul li ul {
    border: none;
    background: none;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
  }
  nav ul li ul li {
    border-top: 1px dotted #ddd;
    border-bottom: none;
  }
  nav ul li ul li a {
    display: inline-block;
    height: auto;
    line-height: 1em;
    border-left: none;
    /*border-top:1px dotted #ddd;*/
    padding: 15px 15px;
    margin-bottom: 0;
  }
  nav ul li ul li a:hover {
    background: none;
  }
  .sm ul li ul {
    margin: 0;
  }

  .searchform {
  }
  .searchform input[type="text"] {
    width: 100%;
    font-size: 16px;
    padding: 5px 30px 5px 10px;
    height: 30px;
    margin: 0;
  }
  .searchform input[type="submit"] {
    height: 30px;
    background: url("../images/icon-search.png") no-repeat center center;
    margin: 0 0 0 -33px;
    background-size: 15px 15px;
  }

  .staynavi_footer {
  }
  .footerwrap {
    width: 100%;
  }
  .footerwrap .footerlogo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
  }
  .footerwrap .footergnavwrap {
    display: none;
  }
  .footerwrap .footernav span:nth-child(3) {
    border-right: none;
  }
  .footerwrap .footernav span:last-child {
    border-right: none;
  }
  .footerwrap .footernav br {
    display: inline;
  }
  .footerwrap .snsbtn {
    width: 80%;
    margin: 0 10%;
  }
  .footerwrap .snsbtn a {
    display: inline-block;
    margin-right: 2%;
  }
  .footerwrap .snsbtn a:last-of-type {
    margin-right: 0;
  }
  .footerwrap .snsbtn img {
    width: 32%;
    height: auto;
  }
  .addresswrap {
    width: 100%;
    padding: 10px 2% 70px;
  }
  .addresswrap .att {
    width: 100%;
    float: none;
    line-height: 14px;
  }
  .addresswrap .credit {
    width: 100%;
    float: none;
    text-align: center;
  }
  .biyori_responsive {
    width: 100%;
    height: auto;
  }
  #smpmain {
    margin: 0;
    padding-bottom: 51px;
  }
  #smpfooter {
    display: block;
    position: relative;
  }
  #smpfooternav_wrap {
    width: 100%;
    height: 51px;
    position: fixed;
    bottom: 0px;
    z-index: 8;
    background: #2f2725;
    text-align: center;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0;
    border-top: 1px solid #999;
  }
  #smpfooternav_wrap.__heightauto {
    height: auto;
  }
  .smpfooternav {
    padding-top: 6px;
    width: 20%;
    border-right: 1px solid #999;
  }
  .smpfooternav:last-of-type {
    border: none;
  }
  .smpfooternav a {
    width: 100%;
  }
  .smpfooternav img {
    width: 30px;
    height: auto;
    vertical-align: top;
  }
  .smpfooternav svg {
    width: 27px;
    height: auto;
    margin-top: 2px;
  }
  .footsearch_btn p,
  .smpfooternav.__text a {
    color: #fff;
    font-size: 11px;
    margin-top: 0.2em;
    line-height: 1.7;
  }
  .smpfooternav.__spot img {
    width: 26px;
    padding: 4px 0 1px;
  }
  .smpfooternav.__event img {
    width: 27px;
    padding: 2px 0;
  }
  .smpfooternav.__matome img {
    width: 27px;
    padding: 2px 0;
  }
  .footsearch_btn.__search img {
    width: 28px;
    padding-top: 1px;
    margin-bottom: -1px;
  }
  .footsearch_wrap {
  }
  .footsearch_wrap input#footsearch {
    display: none;
  }
  .footsearch_wrap .footsearch_show {
    position: absolute;
    top: -51px;
    right: 0;
    padding: 10px 3%;
    height: 50px;
    width: 100%;
    background: #2f2725;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  }
  .footsearch_wrap input:checked ~ .footsearch_show {
    opacity: 1;
    visibility: visible;
  }
  .footsearch_wrap label.footsearch_btn {
    cursor: pointer;
  }
  .footsearch_wrap label.footsearch_btn:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .footsearch_wrap input:checked ~ label.footsearch_btn {
    display: block;
    width: 100%;
    height: 35px;
    background: url("../images/navi/icon_search_c.png") no-repeat center center;
    background-size: 35px 35px;
  }
  .footsearch_wrap input:checked ~ label.footsearch_btn img {
    opacity: 0;
  }
  .footsns_wrap {
  }
  .footsns_wrap input#footsns {
    display: none;
  }
  .footsns_wrap .footsns_show {
    position: absolute;
    top: -51px;
    right: 0;
    padding: 10px 3%;
    height: 50px;
    width: 100%;
    background: #2f2725;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  }
  .footsns_wrap input:checked ~ .footsns_show {
    opacity: 1;
    visibility: visible;
  }
  .footsns_wrap label.footsns_btn {
    cursor: pointer;
  }
  .footsns_wrap label.footsns_btn:hover {
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: 0.75;
  }
  .footsns_wrap input:checked ~ label.footsns_btn {
    display: block;
    width: 100%;
    height: 35px;
    background: url("../images/navi/icon_sns_c.png") no-repeat center center;
    background-size: 35px 35px;
  }
  .footsns_wrap input:checked ~ label.footsns_btn img {
    opacity: 0;
  }
  .footsns_show ul {
    display: flex;
    justify-content: center;
  }
  .footsns_show ul li {
    margin: 0 0.5rem;

    width: 2rem;
  }

  .snswrap {
    font-size: 12px;
  }
  .snswrap span {
    display: none;
  }
  .snswrap3p {
    padding: 0 3%;
  }
  .btn_facebook {
    width: 33%;
    background-position: center center;
  }
  .btn_twitter {
    width: 34%;
    background-position: center center;
  }
  .btn_line {
    width: 33%;
    background-position: center center;
  }
  #btn_tel,
  #btn_app,
  #btn_exp,
  #btn_cpn {
    display: block;
    position: fixed;
    left: auto;
    right: 10px;
    bottom: 106px;
    z-index: 550;
    width: 70px;
    height: 70px;
  }
  #btn_tel img,
  #btn_app img,
  #btn_exp img,
  #btn_cpn img {
    width: 70px;
    height: 70px;
  }
  .backnumber_wrap {
    width: 94%;
    margin: 25px 3% 30px;
  }
  .backnumber_list {
    padding: 2%;
  }
  .backnumber_list ul {
  }
  .backnumber_list ul::before {
    content: none;
  }
  .backnumber_list ul::after {
    content: none;
  }
  .backnumber_list ul li {
    width: 48%;
  }
  .backnumber_list ul li img {
  }
  .adc {
    margin-top: 15px !important;
  }
  .COVID {
    font-size: 0.8em;
    width: 94%;
    margin: 10px 3% 10px;
  }
}

/* NAVI ADD CSS START*/
.navi-spnone {
  display: block !important;
}
.navi-spblock {
  display: none !important;
}
.navi_pc_wrap {
  width: 330px;
  margin-right: 15px;
  float: left;
  box-sizing: border-box;
}
.navi_pc_wrap:nth-of-type(3) {
  margin-right: 0;
}
.cate_gift,
.cate_season {
  margin-top: 15px;
}
.navi_pc_wrap .navi_cate a {
  color: #fff;
  height: 25px;
  line-height: 25px;
  border-left: none;
  padding: 0 0 0 10px;
}
.navi_pc_wrap .navi_cate a:hover {
  color: #fff !important;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.cate_trip .navi_cate a {
  background: #0e994a;
}
.cate_trip li a {
  border-left: 5px solid #0e994a;
}
.cate_trip li a:hover {
  color: #0e994a;
}
.cate_gourmet .navi_cate a {
  background: #e5021f;
}
.cate_gourmet li a {
  border-left: 5px solid #e5021f;
}
.cate_gourmet li a:hover {
  color: #e5021f;
}
.cate_gift .navi_cate a {
  background: #e29328;
}
.cate_gift li a {
  border-left: 5px solid #e29328;
}
.cate_gift li a:hover {
  color: #e29328;
}
.cate_season .navi_cate a,
.cate_other .navi_cate a {
  background: #b4910c;
}
@media (max-width: 767px) {
  .sm-simple ul ul a,
  .sm-simple ul ul a:hover,
  .sm-simple ul ul a:focus,
  .sm-simple ul ul a:active {
    border-left: 8px solid transparent;
  }
  .sm-simple li ul li ul li {
    width: 98%;
  }
  nav ul li a {
    padding: 10px 10px;
  }
  nav ul li ul li a {
    padding: 10px 10px;
  }
  nav ul {
    background: rgba(255, 255, 255, 0.95);
  }
  .overarea {
    height: 100vh;
  }
  /* NAVI ADD CSS START*/
  .navi-spnone {
    display: none !important;
  }
  .navi-spblock {
    display: block !important;
  }
  .navi_pc_wrap {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .navi_pc_wrap .navi_cate a {
    color: #000;
    height: auto;
    line-height: 14px;
    border-left: none;
    padding: 10px;
  }
  .cate_trip .navi_cate a {
    background: none;
  }
  .cate_trip li a {
    border-left: none;
  }
  .cate_trip li a:hover {
    color: #b4910c;
  }
  .cate_gourmet .navi_cate a {
    background: none;
  }
  .cate_gourmet li a {
    border-left: none;
  }
  .cate_gourmet li a:hover {
    color: #b4910c;
  }
  .cate_gift .navi_cate a {
    background: none;
  }
  .cate_gift li a {
    border-left: none;
  }
  .cate_gift li a:hover {
    color: #b4910c;
  }
  .cate_season .navi_cate a,
  .cate_other .navi_cate a {
    background: none;
  }
}
/* NAVI ADD CSS END*/
