@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　common
/*
/*-------------------------------------------*/
/*  reset
------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption, th, td {
  text-align: left;
}

/*  common
------------------------------------*/
html {
  position: relative;
}

body {
  position: relative;
  font-size: 16px;
  line-height: 1;
  color: #e8dbcb;
  background: #181922;
  font-display: swap;
}

a:link, a:visited {
  color: #e8dbcb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: .8;
}

a {
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
a.link {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }

  img:not(.sp_auto) {
    width: 100%;
  }

  p {
    line-height: 1.8;
  }
}
/*  header
------------------------------------*/
#header {
  position:static;
  width: 100%;
  min-width: 1060px;
  z-index: 2000;
  background: #181922;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
  #gnav-sp{
	display:none;  
  }
  
#header .h_logo {
  float: left;
  margin-bottom: 3px;
}
#header .h_info {
  float: right;
  align-items: flex-start;
  padding-top:35px;
}
#header .h_info .info_tel {
  margin-right: 10px;
  align-items: center;
  color: #e8dbcb;
  font-size: 10px;
  line-height: 1.6;
}
#header .h_info .info_tel .tel_txt {
  margin-top: 10px;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 6px #000, 0 0 6px #000;
}
#header .h_info .info_btn {
  width: 324px;
}
#header .h_info .info_btn .btn_reserve {
  width: 160px;
  margin-right: 4px;
}
#header .h_info .info_btn .btn_reserve a {
  display: block;
  height: 47px;
  padding: 15px 10px 10px;
  background-color: #829873;
  color: #fff;
  text-align: center;
}
#header .h_info .info_btn .btn_reserve a .icon {
  margin-right: 10px;
}
#header .h_info .info_btn .btn_lang {
  position: relative;
  width: 160px;
  margin-left:160px;
}
#header .h_info .info_btn .btn_lang .lang_tit {
  display: block;
  height: 47px;
  padding: 12px 10px 10px;
  background-color: #7D1A00;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
#header .h_info .info_btn .btn_lang .lang_tit .icon {
  margin-right: 10px;
}
#header .h_info .info_btn .btn_lang .lang_tit .arrow {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}
#header .h_info .info_btn .btn_lang .lang_nav {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: center;
}
#header .h_info .info_btn .btn_lang .lang_nav li {
  border-top: 1px solid #613942;
}
#header .h_info .info_btn .btn_lang .lang_nav li:first-child {
  border-top: none;
}
#header .h_info .info_btn .btn_lang .lang_nav li a {
  display: block;
  padding: 10px 10px 10px;
  background-color: #e8dbcb;
  color: #36374b;
}

@keyframes -webkit-headerAnime {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -100%;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  #header {
	display:block;
	width:100%;
  min-width: 100%;
  }
  
  #gnav-sp{
	display:block;
	font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;  
  }
  
  #gnav-sp ul{
	  letter-spacing:-.40em;
	  text-align:center;
	  padding:0 0 20px;
  }
  #gnav-sp ul li{
	  padding:.5em 1em;
	display:inline-block;
	letter-spacing:normal;
  }
	#header .h_logo {
	  float: none;
	  margin-bottom: 3px;
	  text-align:center;
	}
	#header .h_info {
	  display:none;
	}

  #sp_lang {
    position: relative;
    background: #e8dbcb;
    z-index: 3000;
  }
  #sp_lang .lang_tit {
    position: relative;
    display: block;
    height: 44px;
    padding: 10px 10px;
    background: #7D1A00;
    color: #e8dbcb;
    font-size: 20px;
    text-align: center;
  }
  #sp_lang .lang_tit .icon {
    margin-right: 15px;
  }
  #sp_lang .lang_tit .arrow {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 21px;
  }
  #sp_lang .lang_nav {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
  }
  #sp_lang .lang_nav li {
    border-top: 1px solid #613942;
    text-align: center;
  }
  #sp_lang .lang_nav li:first-child {
    border-top: none;
  }
  #sp_lang .lang_nav li a {
    display: block;
    padding: 12px 10px;
    background-color: #e8dbcb;
    color: #7D1A00;
  }

  #sp_header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 72px;
    background: #36374b;
    z-index: 100;
  }
  #sp_header .logo {
    float: left;
    max-width: 60%;
    padding: 0 5px;
  }
  #sp_header .h_btn {
    float: right;
    display: table;
    width: 156px;
    text-align: center;
    vertical-align: middle;
  }
  #sp_header .h_btn img {
    max-height: 100%;
  }
  #sp_header .h_btn #btn_menu {
    position: relative;
    display: table-cell;
    width: 50%;
    height: 72px;
    padding: 8px;
    background: #36374b;
    vertical-align: middle;
  }
  #sp_header .h_btn .btn_reserve {
    display: table-cell;
    width: 50%;
    height: 72px;
    padding: 6px;
    box-sizing: border-box;
    background: #829873;
    vertical-align: middle;
  }
}
@media screen and (max-width: 400px) {
  #sp_header .h_btn {
    width: 150px;
  }
}
@media screen and (max-width: 374px) {
  #sp_header {
    height: 60px;
  }
  #sp_header .h_btn {
    width: 124px;
  }
  #sp_header .h_btn #btn_menu {
    height: 60px;
  }
  #sp_header .h_btn .btn_reserve {
    height: 60px;
    padding: 5px;
  }
}
/*  gnav
------------------------------------*/
#gnav {
  position:static;
  /*
  left: 0;
  top: auto;
  bottom: 60px;
  */
  width: 100%;
  z-index: 2001;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#gnav.active {
	position:static;
	/*
  position:relative;
  bottom: auto;
  top: 0;
  */
  height: 45px;
  animation: -webkit-headerAnime .8s ease;
  animation: headerAnime .8s ease;
}
#gnav.active .gnav_main > li {
  width: auto;
}
#gnav.active .gnav_main > li.home {
  display: block;
}
#gnav.active .gnav_main > li:nth-of-type(2) {
  width: auto;
  border-left: 1px solid #a19a95;
}
#gnav.active .gnav_main > li:nth-of-type(2) > a {
  padding-left: 5px;
}
#gnav.active .gnav_main > li.reserve {
  display: block;
}
#gnav.active .gnav_sub {
  display: none;
}

.gnav {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 1060px;
  /*height: 70px;*/
  background: rgba(125, 26, 0, 0.94);
   font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.gnav .gnav_main {
  padding: 8px 0;
  width: calc(100% + 15px);
  margin-left: -15px;
}
.gnav .gnav_main > li {
  position: relative;
  width: 11%;
  flex-grow: 1;
  border-left: 1px solid #a19a95;
}
.gnav .gnav_main > li:nth-of-type(2) {
  width: 12%;
  border-left: none;
}
.gnav .gnav_main > li:nth-of-type(2) > a {
  padding-left: 0;
}
.gnav .gnav_main > li.home {
  display: none;
  border-left: none;
}
.gnav .gnav_main > li.home a {
  padding-left: 0;
}
.gnav .gnav_main > li.wedding {
  border-left: none;
}
.gnav .gnav_main > li.wedding a {
    background: #fff;
    color: #771902;
    font-weight: bold;
    font-size: 15px;
}
.gnav .gnav_main > li.wedding a:hover {
  background: #f8f3ee;
  opacity: 1;
}
.gnav .gnav_main > li.reserve {
  display: none;
  margin-left: 0.5%;
  border-left: none;
}
.gnav .gnav_main > li.reserve a {
  background: #829873;
}
.gnav .gnav_main > li.reserve a:hover {
  background: #a9b89f;
  opacity: 1;
}
.gnav .gnav_main > li.reserve.reserve_day a {
  background: #441913;
}
.gnav .gnav_main > li.reserve.reserve_day a:hover {
  background: #802f24;
  opacity: 1;
}
.gnav .gnav_main > li > a {
  display: block;
  width: 100%;
  padding: 4px 5px;
  color: #e8dbcb;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
}
.gnav .nav_child {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #36374b;
  z-index: 3000;
}
.gnav .nav_child > li {
  margin-bottom: -1px;
  white-space: nowrap;
}
.gnav .nav_child > li a {
  display: block;
  padding: 8px 15px;
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.gnav .nav_child > li a:hover {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.gnav .nav_child .child_child a {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.3);
}
.gnav .nav_child .child_child a:before {
  content: "・";
}
.gnav .nav_child .child_child a:hover {
  background: rgba(0, 0, 0, 0.5);
}
.gnav .gnav_sub {
  padding-bottom: 5px;
}
.gnav .gnav_sub > li a {
  color: #e8dbcb;
  font-size: 15px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  #gnav {
    display: none;
  }
}
/*  search
------------------------------------*/
#search {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#search.active {
  position: fixed;
}
#search.active .search_fix {
  display: block;
}

.search {
  min-width: 1060px;
  height: 60px;
  background: rgba(54, 55, 75, 0.94);
  color: #fff;
  z-index: 2000;
  transition: top ease .4s;
}
.search .search_bestrate {
  position: relative;
  left: -10px;
  display: block;
  width: 31%;
  height: 60px;
  padding: 1px 12px 4px;
  background: rgba(0, 0, 0, 0.25);
  font-size: 13px;
  line-height: 1.1;
  white-space: nowrap;
}
.search .search_bestrate .large {
  font-size: 19px;
  font-weight: bold;
}
.search .search_bestrate .large .num {
  font-size: 35px;
}
.search .search_bestrate .gothic {
  display: inline-block;
  margin-left: 10px;
  font-size: 10.5px;
  font-weight: bold;
}
.search .search_bestrate .arrow {
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 3px;
  vertical-align: middle;
}
.search .search_form {
  width: 69%;
}
.search form {
  position: relative;
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.search form select,
.search form input[type="text"] {
  display: inline-block;
  width: auto;
  min-width: 50px;
  margin: 3px 0 0;
  padding: 0 10px 0 5px;
  background: #fff;
  border: 1px solid #d0cdca;
  color: #44362c;
  cursor: pointer;
  font-size: 20px;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: middle;
  white-space: nowrap;
}
.search form select::-ms-expand,
.search form input[type="text"]::-ms-expand {
  display: none;
}
.search form select:focus,
.search form input[type="text"]:focus {
  outline: none;
}
.search form input:disabled {
  opacity: .7;
}
.search form #year,
.search form #month,
.search form #day {
  display: none;
}
.search form input.datepicker {
  width: 8em;
  height: 26px;
  padding: 0 30px 0 10px;
  background: url(../img/search_icon_01.png) no-repeat right 5px center, #fff;
  background-size: 16px;
}
.search form select {
  background: url(../img/search_icon_02.png) no-repeat right 5px center, #fff;
  background-size: 7px;
}
.search form option {
  padding: 10px;
  color: #44362c;
  font-size: 16px;
}
.search form input[type="checkbox"] {
  margin: 0 2px 0 3px;
  background-color: transparent;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
}
.search form button {
  display: inline-block;
  width: 100px;
  height: 44px;
  padding: 10px 5px 8px;
  background: none;
  border: 1px solid #829873;
  border-radius: 0;
  color: #e8dbcb;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 1;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: all ease 0.2s;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.search form button .icon {
  margin-right: 3px;
}
.search form button:hover {
  background: rgba(130, 152, 115, 0.4);
  color: #fff;
}
.search form .btn_reserve {
  display: inline-block;
  width: 100px;
  height: 44px;
  padding: 5px 5px 0;
  background: #829873;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.search form .btn_reserve.reserve_day {
  background: #7D1A00;
}
.search form .box {
  display: block;
  height: 60px;
  padding: 8px 0 0;
  color: #e8dbcb;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.search form .disnon {
  display: none;
}
.search .disnon {
  display: none !important;
}

.ui-widget.ui-widget-content {
  z-index: 3000 !important;
}

.search_fix {
  display: none;
  position: absolute;
  right: 0;
  bottom: 60px;
  padding: 8px 0;
  width: 100%;
  text-align: right;
}
.search_fix > span {
  display: inline-block;
  vertical-align: top;
}
.search_fix > span + span {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  .search .search_form {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #search {
    display: none;
    position: relative;
    height: auto;
  }
  #search.active {
    position: relative;
  }

  .search {
    min-width: 0;
    background: #36374b;
  }
  .search .container {
    width: 100%;
  }
  .search .search_bestrate {
    left: 0;
    display: block;
    width: 100%;
    height: auto;
    padding: 2px 8px 10px;
    background: rgba(0, 0, 0, 0.25);
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    white-space: normal;
  }
  .search .search_bestrate .large {
    font-size: 20px;
  }
  .search .search_bestrate .large .num {
    font-size: 32px;
  }
  .search .search_bestrate .gothic {
    display: inline-block;
    margin-left: 10px;
    font-size: 10.5px;
    font-weight: bold;
  }
  .search .search_bestrate .arrow {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 3px;
    vertical-align: middle;
  }
  .search .search_form {
    width: 100%;
    padding: 0 10px 20px;
    text-align: center;
  }
  .search .search_form.active {
    display: block;
  }
  .search .search_form .btn_reserve {
    width: 80%;
    margin-top: 10px;
    padding: 15px 10px 5px;
  }
  .search .search_form .btn_reserve .icon {
    margin-right: 10px;
  }
  .search form {
    flex-wrap: wrap;
    justify-content: center;
  }
  .search form select,
  .search form input[type="text"] {
    margin: 5px 5px 5px 0;
  }
  .search form input.datepicker {
    height: auto;
    margin: 5px 10px 0 15px;
  }
  .search form .box {
    height: auto;
    margin: 0 5px;
    justify-content: center;
    text-align: left;
    white-space: normal;
  }
  .search form .box:nth-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .search form .box:nth-last-of-type(1) {
    width: 100%;
    text-align: center;
  }
  .search form button {
    width: 80%;
    margin: 0 auto;
    padding: 15px 10px;
  }
  .search form button .icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 374px) {
  .search .search_bestrate .large {
    font-size: 18px;
  }
  .search .search_bestrate .large .num {
    font-size: 30px;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  width: 100%;
  height: 450px;
  padding-top: 170px;
  color: #e8dbcb;
  text-align: center;
}
#pagetit:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 56%;
  height: 100%;
}
#pagetit .tit {
  position: relative;
  width: 350px;
  color: #e7daca;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 1.4;
  z-index: 10;
}
#pagetit .en {
  position: relative;
  width: 350px;
  margin-top: 10px;
  letter-spacing: .2em;
  line-height: 1.2;
  z-index: 10;
}

#lead {
  position: relative;
  margin-bottom: 50px;
  padding: 95px 0 40px;
  text-align: center;
}
#lead .lead_tit {
  position: relative;
  margin-bottom: 20px;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 1.6;
  z-index: 10;
}
#lead .lead_tit span {
  display: inline-block;
}
#lead .lead_txt {
  position: relative;
  z-index: 10;
}
#lead .lead_txt .pc_block {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: inline-block;
  height: 360px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 3.7;
  text-align: left;
  white-space: nowrap;
}
#lead + .nav_section {
  margin-top: -55px;
}

@media screen and (max-width: 2000px) {
  #pagetit:before {
    width: 58.5%;
  }
}
@media screen and (max-width: 1320px) {
  #pagetit:before {
    width: 62%;
  }
}
@media screen and (max-width: 768px) {
  #pagetit {
    width: 100%;
    height: 220px;
    padding-top: 90px;
  }
  #pagetit:before {
    width: 100%;
  }
  #pagetit .tit {
    width: 100%;
    font-size: 24px;
    text-shadow: 0 0 6px #000, 0 0 6px #000, 0 0 10px #000, 0 0 10px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
  }
  #pagetit .en {
    width: 100%;
    margin-top: 5px;
    text-shadow: 0 0 6px #000, 0 0 6px #000, 0 0 6px #000, 0 0 6px #000;
  }

  #lead {
    margin-bottom: 40px;
    padding: 50px 0 50px;
  }
  #lead:before {
    background-size: 1500px;
  }
  #lead .lead_tit {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 1.65;
  }
  #lead .lead_txt .pc_block {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  #lead .lead_tit {
    margin-bottom: 30px;
    font-size: 22px;
  }
}
/*  content
------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

#content {
  padding-bottom: 150px;
}

.container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
.container:after {
  content: "";
  clear: both;
  display: block;
}

.wide_container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.wide_container:after {
  content: "";
  clear: both;
  display: block;
}

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

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -3px;
}

.bg {
  background: #36374b;
}

.arrow {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}

.txt_break span {
  display: inline-block;
}

.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

.sec_tit {
  position: relative;
  padding: 45px 0 30px;
  background: url(../img/tit_bg_01.png) no-repeat center top, url(../img/tit_bg_01.png) no-repeat center bottom, rgba(125, 26, 0, 0.77);
  background-size: 100% 1px;
  color: #e8dbcb;
  text-align: center;
}
.sec_tit:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: -28px;
  margin: auto;
  width: 60px;
  height: 53px;
  background: url(../img/tit_bg_02.png) no-repeat;
  background-size: 100%;
}
.sec_tit .tit {
  display: inline-block;
  padding: 5px 15px;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 1.5;
}
.sec_tit.no_icon:before {
  content: none;
}

.caption {
  margin-bottom: 25px;
  color: #e8dbcb;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 1.6;
}
.caption span {
  display: inline-block;
}

.red {
  color: #c80019;
}

.kerning {
  font-feature-settings: "palt";
}

a.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 224px;
  max-width: 100%;
  margin: 0 38px;
  height: 80px;
  background: url(../img/btn_bg_01.png) repeat-x;
  background-size: auto 100%;
  color: #e8dbcb;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
a.btn:before, a.btn:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 38px;
  height: 100%;
}
a.btn:before {
  left: -38px;
  background: url(../img/btn_bg_02.png) no-repeat right;
  background-size: 100% 100%;
}
a.btn:after {
  right: -38px;
  background: url(../img/btn_bg_03.png) no-repeat left;
  background-size: 100% 100%;
}
a.btn > span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}
a.btn > span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/arrow_beige.svg) no-repeat;
  background-size: 100%;
}

a.btn_more {
  position: relative;
  display: inline-block;
  padding: 5px 35px 5px 20px;
  border-bottom: 1px solid #e8dbcb;
  font-size: 18px;
  line-height: 1.4;
  vertical-align: middle;
}
a.btn_more:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: inline-block;
  width: 8px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/arrow_beige.svg) no-repeat;
  background-size: 100%;
  transition: all .2s;
}
a.btn_more:hover:after {
  transform: translateX(3px);
}

table.table {
  width: 100%;
  empty-cells: show;
  table-layout: fixed;
}
table.table caption {
  margin-bottom: 10px;
  line-height: 1.6;
}
table.table th,
table.table td {
  padding: 8px 20px 5px;
  border: 1px solid #707070;
  line-height: 2.25;
  vertical-align: middle;
}
table.table th {
  width: 22%;
  padding: 8px 5px 5px;
  background: #36374b;
  text-align: center;
}
table.table .thead {
  background: #181922;
}

table.table02 caption {
  margin-bottom: 5px;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.55);
  font-size: 18px;
  line-height: 1.5;
}
table.table02 th,
table.table02 td {
  padding: 15px 10px 12px;
  border-bottom: 1px solid #e8dbcb;
  line-height: 2;
  vertical-align: top;
}
table.table02 th {
  width: 28%;
}
table.table02 a {
  word-break: break-all;
}
table.table02 a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 1320px) {
  .wide_container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 0;
  }

  #content {
    padding-bottom: 60px;
  }

  .container {
    width: 90%;
  }

  .wide_container {
    width: 90%;
    padding: 0;
  }

  .sec_tit {
    padding: 35px 0 22px;
  }
  .sec_tit .tit {
    padding: 5px 10px;
    font-size: 24px;
    letter-spacing: .15em;
    line-height: 1.5;
  }
  .sec_tit.no_bg {
    padding: 35px 10px 20px;
    background: url(../img/tit_bg_01.png) center top;
    background-size: 1500px;
  }

  .caption {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.6;
  }

  a.btn {
    height: 70px;
    margin: 0 34px;
    background-size: auto 100%;
    font-size: 16px;
  }
  a.btn:before, a.btn:after {
    width: 34px;
  }
  a.btn:before {
    left: -34px;
  }
  a.btn:after {
    right: -34px;
  }

  table.table th,
  table.table td {
    padding: 10px 10px;
    line-height: 1.8;
  }
  table.table:not(.sp_table) th,
  table.table:not(.sp_table) td {
    margin-top: -1px;
    line-height: 1.8;
  }
  table.table:not(.sp_table) th {
    display: block;
    width: 100%;
    padding: 10px;
  }
  table.table:not(.sp_table) td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  table.table02 caption {
    margin-bottom: 10px;
    padding: 10px 10px;
    font-size: 18px;
  }
  table.table02 th,
  table.table02 td {
    display: block;
    width: 100%;
    padding: 10px 10px;
    border-color: rgba(232, 219, 203, 0.5);
    line-height: 1.8;
  }
  table.table02 th {
    width: 100%;
    background: #252633;
  }
  table.table02 a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 375px) {
  .sec_tit .tit {
    padding: 5px 32px 5px 35px;
    background-size: 24px;
    font-size: 23px;
  }
}
@media screen and (max-width: 320px) {
  .sec_tit .tit {
    font-size: 22px;
  }

  .caption {
    font-size: 22px;
  }

  a.btn .play_dc {
    min-width: 140px;
  }
}
/*  ページ内nav
------------------------------------*/
.page_nav {
  position: relative;
  margin: 35px auto 25px;
  justify-content: center;
  z-index: 5;
}
.page_nav li {
  position: relative;
  width: 330px;
  max-width: 31.8%;
  margin: 0 2.4% 20px 0;
}
.page_nav li:nth-of-type(3n) {
  margin-right: 0;
}
.page_nav li:last-child {
  margin-right: 0;
}
.page_nav li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  background: #7D1A00;
  color: #e8dbcb;
  line-height: 1.4;
  text-align: center;
}
.page_nav li > a > span {
  position: relative;
  display: inline-block;
  padding: 3px 30px 3px 10px;
  border-bottom: 1px solid #e8dbcb;
  font-size: 18px;
  line-height: 1.3;
}
.page_nav li > a > span:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
  display: block;
  width: 10px;
  height: 8px;
  background: url(../img/arrow_btm.svg) no-repeat;
  background-size: 100%;
}
.page_nav li > a:hover {
  background: #b02500;
  opacity: 1;
}
.page_nav.col04 li {
  width: 250px;
  max-width: 24%;
  margin-bottom: 1.3%;
  margin-right: 1.3%;
}
.page_nav.col04 li:nth-of-type(3n) {
  margin-right: 1.3%;
}
.page_nav.col04 li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .page_nav {
    margin: 30px auto 30px;
  }
  .page_nav li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
  .page_nav li > a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 12px 10px;
    background: #7D1A00;
    color: #e8dbcb;
    line-height: 1.4;
    text-align: center;
  }
  .page_nav li > a > span {
    padding: 3px 20px 3px 5px;
    font-size: 16px;
  }
  .page_nav li > a > span:after {
    right: 3px;
  }
  .page_nav li > a:hover {
    background: #7D1A00;
  }
  .page_nav.col04 li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
/*  reserve
------------------------------------*/
.reserve_box_wrap {
  background: #36374b;
}

.reserve_box {
  max-width: 1040px;
  margin: 0 auto;
  padding: 30px 0;
  align-items: flex-end;
}
.reserve_box .reserve_tit {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  color: #e8dbcb;
  font-size: 28px;
  letter-spacing: .2em;
  line-height: 1.5;
  text-align: center;
}
.reserve_box .reserve_tit:before, .reserve_box .reserve_tit:after {
  content: "";
  position: absolute;
  top: 42%;
  display: block;
  width: 341px;
  height: 18px;
}
.reserve_box .reserve_tit:before {
  left: 0;
  background: url(../img/reserve_bg_01.png) no-repeat;
  background-size: 100%;
}
.reserve_box .reserve_tit:after {
  right: 0;
  background: url(../img/reserve_bg_02.png) no-repeat;
  background-size: 100%;
}
.reserve_box .reserve_btn {
  width: 70%;
}
.reserve_box .reserve_tel {
  width: 28%;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  line-height: 1.6;
}
.reserve_box .reserve_tel img {
  margin-bottom: 5px;
}

.reserve_btn {
  text-align: center;
}
.reserve_btn a {
  position: relative;
  display: block;
  width: 32%;
  max-width: 100%;
  margin: 0 auto;
  padding: 22px 10px;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.reserve_btn a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 10px;
  margin: 0 0 2px 10px;
  background: url(../img/arrow_beige.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.reserve_btn a:hover {
  opacity: 1;
}
.reserve_btn a .icon {
  margin-right: 10px;
}
.reserve_btn a.btn01 {
  background: #829873;
  color: #fff;
}
.reserve_btn a.btn01:hover {
  background: #a9b89f;
}
.reserve_btn a.btn02 {
  background: #7D1A00;
}
.reserve_btn a.btn02:hover {
  background: #b02500;
}
.reserve_btn a.btn03 {
  background: #4A4B5D;
}
.reserve_btn a.btn03:hover {
  background: #616279;
}

@media screen and (max-width: 768px) {
  .reserve_box {
    display: block;
    width: 100%;
    padding: 30px 0 40px;
    text-align: center;
  }
  .reserve_box .reserve_tit {
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
    padding: 0 10px 5px;
    border-bottom: 3px double #e8dbcb;
    color: #e8dbcb;
    font-size: 22px;
    letter-spacing: .2em;
  }
  .reserve_box .reserve_tit:before, .reserve_box .reserve_tit:after {
    content: none;
  }
  .reserve_box .reserve_btn {
    width: 100%;
  }
  .reserve_box .reserve_tel {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .reserve_box .reserve_tel img {
    margin-bottom: 5px;
  }

  .reserve_btn a {
    width: 100%;
    max-width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }
  .reserve_btn a:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    margin: 0 0 2px 10px;
    background: url(../img/arrow_beige.svg) no-repeat;
    background-size: 100%;
    vertical-align: middle;
  }
  .reserve_btn a:hover {
    opacity: 1;
  }
  .reserve_btn a + a {
    margin-top: 5px;
  }
  .reserve_btn a .icon {
    margin-right: 10px;
  }
}
/*  page_footer
------------------------------------*/
#page_footer {
  padding: 60px 0 40px;
}
#page_footer .pagef_list .list_box {
  display: block;
  width: 31.7%;
  margin-bottom: 20px;
  padding: 30px 20px 25px;
  background: #000;
  color: #9a9ba5;
  text-align: center;
}
#page_footer .pagef_list .list_box .box_txt {
  flex-grow: 1;
}
#page_footer .pagef_list .list_box .box_en {
  font-size: 26px;
  line-height: 1.4;
}
#page_footer .pagef_list .list_box .box_label {
  display: inline-block;
  min-width: 122px;
  padding: 5px 20px;
  background: #36374b;
  color: #e8dbcb;
  text-align: center;
}
#page_footer .pagef_list .list_box .box_account {
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4;
}
#page_footer .pagef_list .list_box .icon {
  margin-right: 20px;
}
#page_footer .pagef_list .list_box .arrow {
  margin-left: 20px;
}
#page_footer .pagef_list .list_box.box_wide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 49.24%;
  padding: 10px;
  border: 1px solid #5e5f6f;
}
#page_footer .pagef_list .list_box.box_wide .box_en {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  #page_footer {
    padding: 40px 0 30px;
  }
  #page_footer .pagef_list .list_box {
    width: 31.7%;
    margin-bottom: 10px;
    padding: 30px 20px 25px;
  }
  #page_footer .pagef_list .list_box.pc_block {
    display: none;
  }
  #page_footer .pagef_list .list_box .box_txt {
    margin-bottom: 15px;
  }
  #page_footer .pagef_list .list_box .box_en {
    font-size: 26px;
    line-height: 1.4;
  }
  #page_footer .pagef_list .list_box .box_label {
    width: 100%;
    padding: 5px;
  }
  #page_footer .pagef_list .list_box .box_account {
    margin-top: 5px;
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  #page_footer .pagef_list .list_box .icon {
    margin-right: 20px;
  }
  #page_footer .pagef_list .list_box .arrow {
    margin-left: 20px;
  }
  #page_footer .pagef_list .list_box.box_wide {
    display: block;
    width: 49%;
    padding: 10px;
  }
  #page_footer .pagef_list .list_box.box_wide .box_en {
    font-size: 32px;
  }
}
/*  footer_bnr
------------------------------------*/
#footer_bnr {
  padding: 40px 0;
  background: #36374b;
}
#footer_bnr .container {
  width: 100%;
  max-width: 1140px;
}
#footer_bnr .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
#footer_bnr .bx-wrapper .bx-controls .bx-prev,
#footer_bnr .bx-wrapper .bx-controls .bx-next {
  width: 40px;
  height: 46px;
  margin-top: -23px;
}
#footer_bnr .bx-wrapper .bx-controls .bx-prev {
  left: 3%;
  background: url(../img/pagef_slider_prev.svg) no-repeat;
  background-size: 100%;
}
#footer_bnr .bx-wrapper .bx-controls .bx-next {
  right: 3%;
  background: url(../img/pagef_slider_next.svg) no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  #footer_bnr {
    padding: 30px 0;
  }
  #footer_bnr .container {
    width: 100%;
    max-width: 210px;
  }
  #footer_bnr .bx-wrapper .bx-controls .bx-prev,
  #footer_bnr .bx-wrapper .bx-controls .bx-next {
    width: 40px;
    height: 46px;
    margin-top: -23px;
  }
  #footer_bnr .bx-wrapper .bx-controls .bx-prev {
    left: -50px;
  }
  #footer_bnr .bx-wrapper .bx-controls .bx-next {
    right: -50px;
  }
}
/*  footer
------------------------------------*/
#footer {
  position: relative;
  padding: 60px 0 60px;
  background: url(../img/f_bg_03.png) no-repeat center top, url(../img/f_bg_01.jpg) no-repeat center top;
  background-size: auto, cover;
  color: #e8dbcb;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
#footer .pagetop {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2000;
}
#footer .pagetop a {
  display: block;
}
#footer .pagetop a:hover {
  transform: translateY(-3px);
  opacity: 1;
}
#footer .f_address {
  margin-left: 30px;
  line-height: 1.875;
}
#footer .f_reserve {
  padding: 20px 0 20px;
}
#footer .f_reserve .reserve_btn a.btn03 {
  background: #36374B;
}
#footer .f_reserve .reserve_btn a.btn03:hover {
  background: #4b4d69;
}
#footer .f_bestrate {
  position: relative;
  background: #e1e1e4;
  color: #36374b;
}
#footer .f_bestrate .bestrate_tit {
  padding: 12px 10px;
  background: #36374b;
  color: #e8dbcb;
  font-size: 20px;
  text-align: center;
}
#footer .f_bestrate .bestrate_tit .num {
  font-size: 34px;
}
#footer .f_bestrate .bestrate_box {
  padding: 10px 10px 15px;
}
#footer .f_bestrate .bestrate_box .box_list {
  color: #36374b;
  justify-content: center;
  line-height: 1.3;
}
#footer .f_bestrate .bestrate_box .box_list li {
  position: relative;
  padding: 5px 20px 0 55px;
  border-right: 2px dotted #9a9ba5;
  font-weight: bold;
}
#footer .f_bestrate .bestrate_box .box_list li:last-child {
  border-right: none;
}
#footer .f_bestrate .bestrate_box .box_list .num {
  position: absolute;
  left: 15px;
  top: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding-top: 4px;
  background: #829873;
  border-radius: 50%;
  color: #e8dbcb;
  font-size: 26px;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  text-align: center;
}
#footer .f_bestrate .bestrate_box .box_txt {
  max-width: 702px;
  margin: 10px auto 0;
  padding: 10px 15px;
  background: #36374b;
  border-radius: 10px;
  color: #e8dbcb;
  text-align: center;
}
#footer .f_bestrate .bestrate_box .box_txt .label {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
#footer .f_bestrate .bestrate_box .box_txt .gothic {
  font-weight: bold;
}
#footer .f_bestrate .bestrate_box .box_txt .small {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
#footer .f_bestrate .bestrate_box .box_btn {
  position: absolute;
  right: 20px;
  top: 15px;
  padding: 5px;
  border-bottom: 1px solid #e8dbcb;
  font-size: 18px;
}
#footer .f_bestrate .bestrate_box .box_btn .arrow {
  margin-left: 10px;
}
#footer .f_nav {
  margin-top: 30px;
  padding: 0 20px;
}
#footer .f_nav a {
  color: #e8dbcb;
}
#footer .f_nav .nav_tit {
  width: 100%;
  font-size: 20px;
  line-height: 1.4;
}
#footer .f_nav .nav_col {
	width: 250px;
  padding: 5px 20px;
  border-left: 1px solid #9a9ba5;
}
#footer .f_nav .nav_col .col_tit {
  margin-bottom: 5px;
  line-height: 1.6;
}
#footer .f_nav .nav_col .col_nav li a {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.6;
}
#footer .f_nav .nav_col .col_nav li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer .f_nav .nav_col .col_nav .nav_child li {
  padding-left: 1em;
}
#footer .f_nav .nav_col .col_nav .nav_child .child_child {
  font-size: 13px;
}
#footer .f_nav .nav_col .col_nav .nav_child .child_child:before {
  content: " - ";
  color: #aaa;
  padding: 0 8px 0 8px;
}
#footer .f_nav .nav_col .col_nav + .col_tit {
  margin-top: 1.6em;
}
#footer .f_nav .nav_sub {
  margin-top: 30px;
  justify-content: flex-start;
}
#footer .f_nav .nav_sub li {
  margin-right: 1.5em;
  padding-right: 1.5em;
  border-right: 1px solid #fff;
}
#footer .f_nav .nav_sub li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#footer .f_nav .nav_sub li a {
  color: #fff;
  line-height: 1.2;
}
#footer .f_nav .nav_sub li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer .f_bnr {
  width: 100%;
}
#footer .f_bnr li {
  width: 340px;
  max-width: 32.7%;
  margin-bottom: 10px;
}
#footer .f_btm {
  margin-top: 60px;
}
#footer .f_sns {
  margin-right: 15px;
}
#footer .f_sns li {
  margin: 0 10px;
}
#footer .f_copy {
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: .15em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer {
    padding: 30px 0 60px;
    background: url(../img/f_bg_01.jpg) no-repeat center bottom;
    background-size: cover;
  }
  #footer .pagetop {
    right: 10px;
    bottom: 100px;
  }
  #footer .pagetop a:hover {
    transform: translateY(0);
  }
  #footer .f_logo img {
    width: 224px;
  }
  #footer .f_address {
    margin: 20px 0 5px;
    line-height: 1.625;
    text-align: center;
  }
  #footer .f_reserve {
    padding: 20px 0 20px;
  }
  #footer .f_bestrate {
    margin-top: 10px;
  }
  #footer .f_bestrate .bestrate_tit {
    padding: 10px 5px;
    font-size: 17px;
  }
  #footer .f_bestrate .bestrate_tit .num {
    font-size: 26px;
  }
  #footer .f_bestrate .bestrate_box {
    padding: 10px 10px 20px;
  }
  #footer .f_bestrate .bestrate_box .box_list {
    justify-content: center;
  }
  #footer .f_bestrate .bestrate_box .box_list li {
    width: 100%;
    padding: 10px 0 10px 50px;
    border-right: none;
    border-bottom: 2px dotted #9a9ba5;
  }
  #footer .f_bestrate .bestrate_box .box_list li:last-child {
    border-bottom: none;
  }
  #footer .f_bestrate .bestrate_box .box_list .num {
    position: absolute;
    left: 10px;
    top: 5px;
    display: inline-block;
    width: 32px;
    height: 32px;
    padding-top: 4px;
    background: #829873;
    border-radius: 50%;
    color: #e8dbcb;
    font-size: 26px;
    font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 1;
    text-align: center;
  }
  #footer .f_bestrate .bestrate_box .box_txt {
    margin: 5px auto 0;
    padding: 10px 15px;
    line-height: 1.4;
  }
  #footer .f_bestrate .bestrate_box .box_txt .label {
    display: block;
    margin-right: 0;
  }
  #footer .f_bestrate .bestrate_box .box_btn {
    position: static;
    display: block;
    width: 100px;
    margin: 10px auto 0;
    padding: 5px;
    border-color: #829873;
    color: #829873;
    text-align: center;
  }
  #footer .f_bestrate .bestrate_box .box_btn .arrow {
    margin-left: 10px;
  }
  #footer .f_nav {
    display: none;
  }
  #footer .f_bnr {
    width: 100%;
  }
  #footer .f_bnr li {
    width: 340px;
    max-width: 32.7%;
    margin-bottom: 10px;
  }
  #footer .f_btm {
    margin-top:30px;
  }
  #footer .f_sns {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #footer .f_sns li {
    margin: 0 10px;
  }
  #footer .f_copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  #footer .f_address {
    font-size: 14px;
  }
}
/* sp footer */
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -90px;
  width: 100%;
  height: 90px;
  background: #7D1A00;
  table-layout: fixed;
  transition: all .4s;
  z-index: 2000;
}
#sp_footer.active {
  bottom: 0;
}
#sp_footer a, #sp_footer div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 20%;
  height: 90px;
  text-align: center;
}
@media (max-width: 375px) {
  #sp_footer a img, #sp_footer div img {
    zoom: .9;
  }
}
@media (max-width: 320px) {
  #sp_footer a img, #sp_footer div img {
    zoom: .8;
  }
}
#sp_footer a:nth-of-type(3):after {
  content: "";
  display: block;
  width: 0;
  height: 84%;
  position: absolute;
  top: 8%;
  right: 0;
  border-left: 1px solid #B27B66;
}
#sp_footer a:nth-of-type(2) {
  background: #829873;
}
#sp_footer #sp_fix_menu {
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  #sp_footer {
    display: table;
  }
}
@media screen and (max-width: 375px) {
  #sp_footer {
    height: 80px;
  }
  #sp_footer a, #sp_footer div {
    height: 80px;
  }
}
#nav_box {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #36374b;
  box-sizing: border-box;
  z-index: 9999;
  overflow-y: scroll;
  text-align: left;
  -webkit-transition: all ease 0.6s;
  -moz-transition: all ease 0.6s;
  -o-transition: all ease 0.6s;
  transition: all ease 0.6s;
  -webkit-overflow-scrolling: touch;
}
#nav_box .nav_box_area {
  position: relative;
  overflow: hidden;
}
#nav_box .nav_logo {
  max-width: 72%;
  padding: 0 5px;
}
#nav_box #btn_close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
#nav_box .nav_wrap .nav_main li {
  border-bottom: 1px solid #e8dbcb;
}
#nav_box .nav_wrap .nav_main li a,
#nav_box .nav_wrap .nav_main li .no_link {
  position: relative;
  display: block;
  padding: 8px 30px 7px 20px;
  font-size: 21px;
  line-height: 1.4;
  white-space: nowrap;
}
#nav_box .nav_wrap .nav_main li a:after,
#nav_box .nav_wrap .nav_main li .no_link:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  display: block;
  width: 8px;
  height: 10px;
  margin-top: -5px;
  background: url(../img/arrow_beige.svg) no-repeat;
  background-size: 100%;
}
#nav_box .nav_wrap .nav_main li .no_link:after {
  right: 14px;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/nav_icon_01.png) no-repeat;
  background-size: 100%;
}
#nav_box .nav_wrap .nav_main .nav_child {
  display: none;
  border-top: 1px solid #e8dbcb;
}
#nav_box .nav_wrap .nav_main .nav_child li {
  margin-left: 30px;
  border-bottom: 1px dashed #e8dbcb;
}
#nav_box .nav_wrap .nav_main .nav_child li:last-child {
  border-bottom: none;
}
#nav_box .nav_wrap .nav_main .nav_child li a {
  padding: 12px 25px;
  font-size: 16px;
}
#nav_box .nav_wrap .nav_main .nav_child li a:after {
  right: 16px;
  width: 6px;
  height: 8px;
  margin-top: -4px;
}
#nav_box .nav_wrap .nav_main .nav_child .child_child {
  background: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(232, 219, 203, 0.5);
}
#nav_box .nav_wrap .nav_main .nav_child .child_child a {
  padding: 10px 25px;
  font-size: 14px;
}
#nav_box .nav_wrap .nav_main .nav_child .child_child a:before {
  content: "・";
}
#nav_box .nav_wrap .nav_sub {
  padding: 20px 15px;
}
#nav_box .nav_wrap .nav_sub li {
  width: 49%;
  margin-bottom: 8px;
}
#nav_box .nav_wrap .nav_sub li.wide {
  width: 100%;
}
#nav_box .nav_wrap .nav_sub li a {
  display: block;
  font-size: 15px;
  line-height: 1.4;
}
#nav_box .nav_wrap .nav_sub li a:before {
  content: "・";
}
#nav_box .nav_sns {
  margin-bottom: 30px;
}
#nav_box .nav_sns li {
  margin: 0 10px;
  line-height: 23px;
}
#nav_box .nav_reserve {
  padding: 20px 0 30px;
  background: rgba(0, 0, 0, 0.25);
}
#nav_box .nav_reserve .reserve_tel {
  width: 90%;
  margin: 0 auto 20px;
}
#nav_box .nav_reserve .reserve_btn {
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 375px) {
  #nav_box .nav_wrap .nav_sub li a {
    font-size: 14px;
  }
}
/* common */
.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

.pc_inline {
  display: inline;
}

.sp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

@media screen and (max-width: 768px) {
  /* common */
  .pc_block {
    display: none;
  }

  .sp_block {
    display: block;
  }

  .pc_inline {
    display: none;
  }

  .sp_inline {
    display: inline;
  }

  .sp_hidden {
    display: none !important;
  }

  .pc_hidden {
    display: block !important;
  }
}
