@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Yantramanav:wght@400;500;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
/*-------------------------------------------*/
/*
/*reset
/*
/*-------------------------------------------*/
#svg_sprite {
  display: none;
}

#header,
#footer {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 500;
  line-height: 2.5;
  color: #2e3826;
  background: #faf7f7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#header h1,
#header h2,
#header h3,
#header h4,
#header h5,
#header h6,
#header ul,
#header ol,
#header dl,
#header li,
#header dt,
#header dd,
#header p,
#header div,
#header span,
#header img,
#header a,
#header table,
#header tr,
#header th,
#header td,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer ul,
#footer ol,
#footer dl,
#footer li,
#footer dt,
#footer dd,
#footer p,
#footer div,
#footer span,
#footer img,
#footer a,
#footer table,
#footer tr,
#footer th,
#footer td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header article,
#header header,
#header footer,
#header aside,
#header figure,
#header figcaption,
#header nav,
#header section,
#footer article,
#footer header,
#footer footer,
#footer aside,
#footer figure,
#footer figcaption,
#footer nav,
#footer section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#header ol,
#header ul,
#footer ol,
#footer ul {
  list-style: none;
  list-style-type: none;
}
#header i,
#header cite,
#header em,
#header var,
#header address,
#header dfn,
#footer i,
#footer cite,
#footer em,
#footer var,
#footer address,
#footer dfn {
  font-style: normal;
}
#header table,
#footer table {
  width: 100%;
  border-collapse: collapse;
}
#header caption,
#header th,
#header td,
#footer caption,
#footer th,
#footer td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
#header,
#footer {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 500;
  line-height: 2.5;
  color: #2e3826;
  background: #faf7f7;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
#header a:link,
#header a:visited,
#footer a:link,
#footer a:visited {
  color: currentColor;
  text-decoration: none;
}
#header a,
#footer a {
  box-sizing: border-box;
  transition: all 0.3s;
}
#header a:hover,
#footer a:hover {
  opacity: 0.5;
}
#header a[href^="tel:"],
#footer a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}
#header img,
#footer img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}
#header p,
#footer p {
  line-height: 2.5;
}
#header .container,
#footer .container {
  width: 90%;
  max-width: 1056px;
  margin: 0 auto;
}
#header .wide_container,
#footer .wide_container {
  width: 90%;
  max-width: 1168px;
  margin: 0 auto;
}
#header .flexbox,
#footer .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#header .flexbox.mid,
#footer .flexbox.mid {
  align-items: center;
}
#header .flexbox.center,
#footer .flexbox.center {
  justify-content: center;
}
#header .flexbox.reverse,
#footer .flexbox.reverse {
  flex-direction: row-reverse;
}
#header .clear,
#footer .clear {
  clear: both;
}
#header .clearfix:after,
#footer .clearfix:after {
  content: "";
  clear: both;
  display: block;
}
#header .rel,
#footer .rel {
  position: relative;
}
#header .flL,
#footer .flL {
  float: left;
}
#header .flR,
#footer .flR {
  float: right;
}
#header .taL,
#footer .taL {
  text-align: left;
}
#header .taC,
#footer .taC {
  text-align: center;
}
#header .taR,
#footer .taR {
  text-align: right;
}
#header .mincho,
#footer .mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header .gothic,
#footer .gothic {
  font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#header .en,
#footer .en {
  font-family: "Yantramanav", sans-serif;
}
#header img.icon,
#header span.icon,
#footer img.icon,
#footer span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}
#header .icon_arrow,
#footer .icon_arrow {
  position: relative;
  width: 24px;
  height: 12px;
  fill: currentColor;
}
#header .icon_arrow_btm,
#footer .icon_arrow_btm {
  position: relative;
  width: 12px;
  height: 24px;
  fill: currentColor;
}
#header a.btn,
#header .btn_nolink,
#footer a.btn,
#footer .btn_nolink {
  position: relative;
  display: inline-block;
  width: 240px;
  max-width: 100%;
  padding: 15px 40px 15px 16px;
  border-bottom: 1px solid currentColor;
  color: #2e3826;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  #header a.btn:hover,
  #header .btn_nolink:hover,
  #footer a.btn:hover,
  #footer .btn_nolink:hover {
    background: #2e3826;
    color: #c7af87;
    opacity: 1;
  }
}
#header a.btn .icon_arrow,
#header .btn_nolink .icon_arrow,
#footer a.btn .icon_arrow,
#footer .btn_nolink .icon_arrow {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  fill: currentColor;
}
#header a.btn.en,
#header .btn_nolink.en,
#footer a.btn.en,
#footer .btn_nolink.en {
  font-size: 20px;
  line-height: 1.4;
}
#header a.btn.btn_reserve,
#header .btn_nolink.btn_reserve,
#footer a.btn.btn_reserve,
#footer .btn_nolink.btn_reserve {
  width: 240px;
  background: #a05c66;
  color: #faf7f7;
  border-bottom: none;
}
@media (any-hover: hover) {
  #header a.btn.btn_reserve:hover,
  #header .btn_nolink.btn_reserve:hover,
  #footer a.btn.btn_reserve:hover,
  #footer .btn_nolink.btn_reserve:hover {
    background: #9a6e24;
    opacity: 1;
  }
}
#header .break span,
#footer .break span {
  display: inline-block;
}
#header .kerning,
#footer .kerning {
  font-feature-settings: "palt";
}
#header .vertical,
#footer .vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1000px) {
  #header,
  #footer {
    font-size: 14px;
  }
}
@media screen and (max-width: 810px) {
  #header,
  #footer {
    min-width: 0;
    font-size: 12px;
  }
  #header a[href^="tel:"],
  #footer a[href^="tel:"] {
    pointer-events: auto;
  }
  #header a:hover,
  #footer a:hover {
    opacity: 1;
  }
  #header img:not(.sp_auto),
  #footer img:not(.sp_auto) {
    width: 100%;
  }
  #header .container,
  #footer .container {
    width: calc(100% - 32px);
  }
  #header .wide_container,
  #footer .wide_container {
    width: calc(100% - 32px);
  }
  #header .icon_arrow,
  #footer .icon_arrow {
    width: 18px;
    height: 9px;
  }
  #header .icon_arrow_btm,
  #footer .icon_arrow_btm {
    width: 9px;
    height: 18px;
  }
  #header a.btn,
  #header .btn_nolink,
  #footer a.btn,
  #footer .btn_nolink {
    width: 180px;
    padding: 10px 35px 10px 10px;
  }
  #header a.btn .icon_arrow,
  #header .btn_nolink .icon_arrow,
  #footer a.btn .icon_arrow,
  #footer .btn_nolink .icon_arrow {
    right: 10px;
  }
  #header a.btn.en,
  #header .btn_nolink.en,
  #footer a.btn.en,
  #footer .btn_nolink.en {
    font-size: 15px;
    line-height: 1.4;
  }
  #header a.btn.btn_reserve,
  #header .btn_nolink.btn_reserve,
  #footer a.btn.btn_reserve,
  #footer .btn_nolink.btn_reserve {
    width: 180px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
#header_wrap {
  position: relative;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1000px;
  padding: 0 0 0 10px;
  background: #faf7f7;
  box-sizing: border-box;
  border-bottom: 2px solid #2e3826;
  letter-spacing: 0;
  z-index: 2001;
}
#header > .flexbox {
  height: 62px;
}
#header .h_logo {
  line-height: 1;
}
#header .h_nav {
  margin-left: auto;
  gap: 16px;
  line-height: 1.2;
}
#header .h_nav li.hide {
  display: none;
}
#header .h_nav li a {
  position: relative;
  display: block;
  padding: 10px;
  color: #2e3826;
  font-weight: bold;
}
@media (any-hover: hover) {
  #header .h_nav li a:hover {
    color: #9a6e24;
    opacity: 1;
  }
}
#header .h_nav li a.btn_reserve {
  width: 128px;
  height: 62px;
  padding: 20px 0;
  background: #a05c66;
  color: #fff;
  text-align: center;
}
#header .h_nav li.nav_parent {
  position: relative;
}
#header .h_nav .nav_child {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  padding-bottom: 8px;
  background: #fefafb;
  text-align: center;
  transform: translateX(-50%);
  white-space: nowrap;
}
#header .h_nav .nav_child li a {
  display: block;
  padding: 8px 16px;
}
#header .nav_open {
  position: fixed;
  right: 0;
  top: 0;
  width: 60px;
  height: 46px;
  margin-left: auto;
  padding-top: 22px;
  z-index: 9999;
}
#header .nav_open.active .bar {
  background: transparent;
}
#header .nav_open.active .bar:before {
  transform: rotate(35deg);
}
#header .nav_open.active .bar:after {
  transform: rotate(-35deg);
}
#header .nav_open .bar {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background: #2e3826;
}
#header .nav_open .bar:before, #header .nav_open .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #2e3826;
}
#header .nav_open .bar:before {
  top: -8px;
}
#header .nav_open .bar:after {
  top: 8px;
}
#header .nav_open .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}
#header details summary {
  list-style: none;
}
#header details summary::-webkit-details-marker {
  display: none;
}
#header details[open] .nav_open .bar {
  background: transparent;
}
#header details[open] .nav_open .bar:before {
  top: -8px;
  transform: rotate(45deg) translate(6px, 5px);
}
#header details[open] .nav_open .bar:after {
  top: 8px;
  transform: rotate(-45deg) translate(6px, -6px);
}
#header details[open] #nav_box {
  display: block;
}

@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: calc(810px + 1px)) {
  #header.active {
    position: fixed;
    top: 0;
    animation: headerAnime 0.4s ease;
  }
}
@media screen and (max-width: 1280px) {
  #header .h_nav {
    font-size: 15px;
    gap: 12px;
  }
  #header .h_nav li a.btn_reserve {
    width: 100px;
  }
}
@media screen and (max-width: 1180px) {
  #header .h_nav {
    font-size: 15px;
    gap: 4px;
  }
}
@media screen and (max-width: 1080px) {
  #header .h_nav {
    font-size: 13px;
  }
}
@media screen and (max-width: 810px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 0;
    height: 48px;
    padding: 0 0 0 10px;
  }
  #header > .flexbox {
    height: 46px;
  }
  #header .h_logo img {
    width: 120px;
    height: auto;
  }
  #header .h_nav {
    display: none;
  }
  #header .h_reserve {
    display: none;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  padding-top: 64px;
  text-align: center;
}
#pagetit::after {
  content: "";
  display: block;
  width: 100%;
  height: 400px;
  background: url(https://www.hoteleins.com/wp/wp-content/themes/hoteleins_theme/assets/img/489ban/pagetit_bg.jpg) no-repeat center;
  background-size: cover;
}
#pagetit .pagetit_tit {
  padding: 48px 0;
  color: #2e3826;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
#pagetit .pagetit_tit .en {
  display: block;
  margin-bottom: 8px;
  font-size: 80px;
  font-family: "Yantramanav", sans-serif;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 810px) {
  #pagetit {
    padding-top: 48px;
  }
  #pagetit:after {
    height: 50vw;
  }
  #pagetit .pagetit_tit {
    padding: 40px 0;
  }
  #pagetit .pagetit_tit .en {
    font-size: 48px;
    letter-spacing: 0.02em;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
/* 汎用見出し */
.sec_tit {
  position: relative;
  max-width: 100%;
  margin: 0 auto 40px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}
.sec_tit .en {
  display: block;
  margin: 4px auto 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 810px) {
  /* 汎用見出し */
  .sec_tit {
    margin: 0 auto 30px;
    font-size: 26px;
  }
  .sec_tit .en {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#icon_pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  line-height: 1;
  text-align: center;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#icon_pagetop.active {
  visibility: visible;
  opacity: 1;
}
#icon_pagetop a {
  display: block;
}
#footer {
  position: relative;
  padding: 56px 0 112px;
  background: url(https://www.hoteleins.com/wp/wp-content/themes/hoteleins_theme/assets/img/common/footer_bg.webp) no-repeat center;
  background-size: cover;
  color: #faf7f7;
}
#footer .container {
  max-width: none;
}
#footer a {
  color: currentColor;
}
#footer .f_info {
  width: 40%;
}
#footer .f_info .info_logo {
  margin-bottom: 40px;
  line-height: 1;
}
#footer .f_info .info_logo a {
  display: inline-block;
}
#footer .f_info .info_address {
  line-height: 2;
}
#footer .f_info .info_address a {
  color: currentColor;
}
#footer .f_info .info_sns {
  margin-top: 16px;
  line-height: 1;
}
#footer .f_nav {
  width: 60%;
}
#footer .f_nav .nav_list {
  margin-bottom: 32px;
  justify-content: flex-end;
  gap: 36px;
  line-height: 1.5;
}
#footer .f_nav .nav_list li a {
  position: relative;
  display: inline-block;
  color: currentColor;
  font-weight: bold;
}
#footer .f_group {
  margin-top: 96px;
  order: 10;
}
#footer .f_group .group_tit {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: right;
}
#footer .f_copyright {
  margin-top: auto;
  font-size: 16px;
  line-height: 1.8;
}
#footer .f_copyright small {
  font-size: 16px;
}

@media screen and (max-width: 810px) {
  #footer {
    padding: 42px 0 88px;
    background: url(https://www.hoteleins.com/wp/wp-content/themes/hoteleins_theme/assets/img/common/footer_bg_sp.webp) no-repeat center;
    background-size: cover;
    text-align: center;
  }
  #footer .f_info {
    width: 100%;
  }
  #footer .f_info .info_logo {
    margin-bottom: 28px;
  }
  #footer .f_info .info_logo img {
    width: 239px;
    height: auto;
  }
  #footer .f_info .info_sns {
    margin-top: 12px;
  }
  #footer .f_info .info_sns img {
    width: 19px;
    height: 19px;
  }
  #footer .f_group {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 84px;
    order: 0;
  }
  #footer .f_group .group_tit {
    margin-right: 16px;
    margin-bottom: 0;
    font-size: 22.5px;
    letter-spacing: 0.02em;
  }
  #footer .f_group .group_logo img {
    width: 174px;
    height: auto;
  }
  #footer .f_copyright {
    width: 100%;
    margin-top: 80px;
    font-size: 12px;
  }
  #footer .f_copyright small {
    font-size: 12px;
  }
}
/*  sp_footer
------------------------------------*/
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 10px 16px;
  background: #2e3826;
  gap: 20px;
  justify-content: space-around;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  z-index: 2000;
  transition: bottom 0.4s;
}
#sp_footer.active {
  bottom: 0;
}
#sp_footer a,
#sp_footer div {
  display: block;
  box-sizing: border-box;
  width: 50%;
  padding: 14px 0;
  color: #c7af87;
  border: 1px solid #c7af87;
  text-align: center;
}
#sp_footer .search_open .en {
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  line-height: 1;
}
#sp_footer .btn_reserve {
  width: 50%;
  background: #a05c66;
  border-color: #a05c66;
  color: #faf7f7;
  font-weight: bold;
}

@media screen and (max-width: 810px) {
  #sp_footer {
    display: flex;
  }
}
/*  nav_box
------------------------------------*/
#nav_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #faf7f7;
  box-sizing: border-box;
  letter-spacing: 0;
  z-index: 9998;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#nav_box .nav_logo {
  padding-top: 8px;
  padding-left: 10px;
  line-height: 1;
}
#nav_box .nav_nav {
  max-width: 280px;
  margin: 0 auto;
  padding: 40px 0;
}
#nav_box .nav_nav .nav_list {
  width: 50%;
  font-size: 16px;
  line-height: 1.5;
}
#nav_box .nav_nav .nav_list li {
  margin-bottom: 24px;
}
#nav_box .nav_nav .nav_list li a,
#nav_box .nav_nav .nav_list li > span {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
}
#nav_box .nav_nav .nav_list li details[open] .nav_parent_btn::after {
  opacity: 0;
}
#nav_box .nav_nav .nav_list li .nav_parent_btn {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-weight: bold;
  max-width: 110px;
  padding-right: 40px;
}
#nav_box .nav_nav .nav_list li .nav_parent_btn:before, #nav_box .nav_nav .nav_list li .nav_parent_btn::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 10px;
  height: 2px;
  background: #2e3826;
}
#nav_box .nav_nav .nav_list li .nav_parent_btn::after {
  transform: rotate(90deg);
}
#nav_box .nav_nav .nav_list li.nav_sub {
  margin-bottom: 20px;
  font-size: 12px;
}
#nav_box .nav_nav .nav_list li.nav_sub a,
#nav_box .nav_nav .nav_list li.nav_sub > span {
  font-weight: 400;
}
#nav_box .nav_nav .nav_list .nav_child {
  margin-top: 16px;
  font-size: 12px;
}
#nav_box .nav_nav .nav_list .nav_child li a {
  font-weight: 400;
}
#nav_box .nav_nav .nav_reserve {
  margin-top: 12px;
  width: 100%;
  line-height: 1.5;
  text-align: center;
}
#nav_box .nav_nav .nav_reserve a {
  position: relative;
  display: block;
  padding: 16px;
  background: #a05c66;
  color: #faf7f7;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
#nav_box .nav_nav .nav_reserve a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  width: 24px;
  height: 12px;
  margin: auto 0;
  background: url(../img/common/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
}
#nav_box .nav_nav .nav_sns {
  width: 100%;
  margin-top: 36px;
  line-height: 1;
  text-align: center;
}
#nav_box .nav_nav .nav_tel {
  width: 100%;
  margin-top: 28px;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}
#nav_box .nav_nav .nav_tel .tit {
  display: inline-block;
  margin-bottom: 8px;
}
#nav_box .nav_nav .nav_tel .en {
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}
#nav_box .nav_nav .nav_tel .sp_tel {
  padding-left: 4px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
#nav_box .nav_nav .nav_tel .sp_tel a {
  font-weight: inherit;
}
#nav_box .nav_close {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 46px;
  margin-left: auto;
  padding-top: 22px;
}
#nav_box .nav_close .bar {
  position: relative;
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 auto;
  background: transparent;
}
#nav_box .nav_close .bar:before, #nav_box .nav_close .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 28px;
  height: 2px;
  background: #2e3826;
}
#nav_box .nav_close .bar:before {
  top: -8px;
  transform: rotate(45deg) translate(6px, 5px);
}
#nav_box .nav_close .bar:after {
  top: 8px;
  transform: rotate(-45deg) translate(6px, -6px);
}
#nav_box .nav_close .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@media screen and (max-width: 810px) {
  #nav_box {
    min-width: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
#header .tabsp_block,
#footer .tabsp_block {
  display: none;
}
#header .sp_block,
#footer .sp_block {
  display: none;
}
#header .sp_inline,
#footer .sp_inline {
  display: none;
}
#header .tabsp_inline,
#footer .tabsp_inline {
  display: none;
}
#header .pc_hidden,
#footer .pc_hidden {
  display: none !important;
}
#header .tab_block,
#footer .tab_block {
  display: none;
}
#header .tab_inline,
#footer .tab_inline {
  display: none;
}

@media screen and (max-width: 810px) {
  #header .pc_block,
  #footer .pc_block {
    display: none;
  }
  #header .tabsp_block,
  #footer .tabsp_block {
    display: block;
  }
  #header .tabsp_hidden,
  #footer .tabsp_hidden {
    display: none;
  }
  #header .pc_inline,
  #footer .pc_inline {
    display: none;
  }
  #header .tabsp_inline,
  #footer .tabsp_inline {
    display: inline;
  }
  #header .sp_hidden,
  #footer .sp_hidden {
    display: none !important;
  }
  #header .pc_hidden,
  #footer .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  #header .pctab_block,
  #footer .pctab_block {
    display: none;
  }
  #header .pctab_inline,
  #footer .pctab_inline {
    display: none;
  }
  #header .sp_block,
  #footer .sp_block {
    display: block;
  }
  #header .sp_inline,
  #footer .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  #header .tab_block,
  #footer .tab_block {
    display: block;
  }
  #header .tab_inline,
  #footer .tab_inline {
    display: inline;
  }
  #header .tab_hidden,
  #footer .tab_hidden {
    display: none;
  }
}