@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　common
/*
/*-------------------------------------------*/
.btn_goto{
display:none;
}
/*  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: 400;
  font-style: 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;
}

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;
  color: #fff;
  background: #1a1a1a;
  font-family: "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 18px;
  line-height: 1;
  font-display: swap;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: .7;
}

a {
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a.link {
  text-decoration: underline;
}
a.link:hover {
  text-decoration: none;
}

a[href^="tel"] {
  pointer-events: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 2.1;
}

ruby rt {
  font-size: 35%;
}

@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }

  a[href^="tel"] {
    pointer-events: auto;
  }

  img:not(.sp_auto) {
    width: 100%;
  }

  p {
    line-height: 1.84;
  }
}
/*  loading
------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  text-align: center;
  z-index: 99999;
}
#loading .loading_logo {
  padding-left: 15px;
}
#loading .loading_logo img {
  width: 260px;
  max-width: 80%;
}
#loading #loading_barWrap {
  width: 60vw;
  height: 140px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#loading #loading_bar {
  width: 0;
  height: 2px;
  margin-top: 30px;
  background: #fff;
  transition-duration: 1s;
}

@keyframes -webkit-loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
/*  header_wrap
------------------------------------*/
#header_wrap {
  position: relative;
}
#header_wrap .bnr_goto {
  position: absolute;
  right: 3%;
  bottom: 140px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  #header_wrap .bnr_goto {
    right: 10px;
    bottom: 10px;
    width: 77px;
  }
}
/*  ヘッダー
------------------------------------*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 1120px;
  z-index: 2001;
}
#header .logo {
  margin-right: auto;
  padding: 20px 0 0 20px;
}
#header .h_nav {
  max-width: 740px;
  margin-top: 27px;
  margin-right: 105px;
  font-size: 18px;
  line-height: 1.1;
  justify-content: flex-end;
}
#header .h_nav li {
  position: relative;
  flex-grow: 1;
}
#header .h_nav li:nth-child(4){
    display: none;
}
#header .h_nav li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 1.1em;
  margin: auto 0;
  border-left: 1px dashed #bfbfbf;
}
#header .h_nav li a {
  display: block;
  padding: 3px 15px;
  color: #fff;
}
#header .h_nav .list_child {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #fff;
}
#header .h_nav .list_child li + li {
  border-top: 1px dashed #333;
}
#header .h_nav .list_child li + li:before {
  content: none;
}
#header .h_nav .list_child li a {
  display: block;
  padding: 8px 3px;
  color: #000;
  text-align: center;
}
#header .h_nav .list_child li a:hover {
  background: #ccc;
  opacity: 1;
}
#header .btn_menu {
  position: absolute;
  right: 35px;
  top: 8px;
  width: 68px;
  height: 68px;
  padding-top: 15px;
  cursor: pointer;
  border: 1px solid #fff;
  text-align: center;
}

.h_btns {
  position: absolute;
  right: 35px;
  bottom: 70px;
  width: 68px;
  z-index: 1000;
}
.h_btns .btn_reserve {
  display: block;
  margin-top: 10px;
}
.h_btns .btn_reserve a {
  display: block;
  margin-top: 5px;
  padding: 5px 0 2px;
  background: #954039;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
.h_btns .btn_reserve a.btn02 {
  background: #dacfa8;
  color: #1a1a1a;
}
.h_btns .btn_reserve a .icon {
  display: inline-block;
  top: 0;
  margin: auto 3px;
  vertical-align: inherit;
}
.h_btns .btn_goto {
  width: 115px;
  margin: 3px -27px 0;
}
.h_btns .btn_chat{
margin-left: -80px;
    width: 170px;
margin-top: 10px;
}
.btn_flex{
display: flex;
    margin-right: -20px;
    margin-left: 30px;
}
.h_btns .btn_goto.notop {
    margin: 3px 0px 0 35px;
}
.h_btns .btn_chat.notop{
    margin-right: -13px;
    margin-left: -130px;
}

@keyframes -webkit-headerAnime {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -60px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: 769px) {
  #header.active {
    position: fixed;
    bottom: auto;
    top: 0;
    height: 86px;
    animation: -webkit-headerAnime .4s ease;
    animation: headerAnime .4s ease;
    background: rgba(0, 0, 0, 0.8);
  }
}
@media screen and (max-width: 768px) {
  #header {
    min-width: 0;
  }
  #header .logo img {
    width: 260px;
  }
  #header .h_nav {
    display: none;
  }
  #header .btn_menu {
    right: 6px;
    top: 6px;
    width: 68px;
    height: 68px;
    padding-top: 15px;
  }

  .h_btns {
    right: 6px;
    top: 70px;
    bottom: auto;
    width: 68px;
  }
  .h_btns .btn_reserve {
    display: block;
    margin-top: 10px;
  }
  .h_btns .btn_reserve a {
    width: 68px;
    height: 68px;
    margin-top: 5px;
    padding: 10px 0 2px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .h_btns .btn_reserve a .sp_inline {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .h_btns .btn_reserve a .sp_inline .icon {
    margin-bottom: 2px;
    max-width: 19px;
    width: 19px;
    height: auto;
  }
  .h_btns .btn_reserve a .sp_inline .sp_auto {
    max-width: 49px;
    height: auto;
  }
  .h_btns .btn_reserve a .sp_inline span {
    font-size: 15px;
    line-height: 1.2;
  }
  .h_btns .btn_reserve a.btn02 {
    padding-top: 15px;
  }
  .h_btns .btn_goto {
    width: 80px;
    margin: 3px -10px 0;
  }
  .h_btns .btn_chat{
    margin-left: -25px;
    width: 90px;
    display: none;
}
.btn_flex{
  margin-left: 0px;
}
.h_btns .btn_chat.notop{
  margin-left: -133px;
    width: 110px;
  display: none;
}
.h_btns .btn_goto.notop{
    margin: 3px 21px 0 0px;
}
  #blog .h_btns .btn_chat{
margin-top: 25px;
}
}
@media screen and (max-width: 320px) {
  #header .logo img {
    width: 220px;
  }
}
/*  search
------------------------------------*/
#search {
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 1120px;
  height: 60px;
  background: #dacfa8;
  color: #1a1a1a;
  transition: bottom 0.3s;
  z-index: 2001;
}
#search .search_wrap {
  height: 60px;
  flex-wrap: nowrap;
  align-items: center;
}
#search .search_tit {
  width: 100px;
  height: 60px;
  padding-top: 12px;
  background: url(../img/common_dev/search_bg.png) no-repeat right top;
  background-size: auto 100%;
}
#search .search_tit .en {
  font-size: 12px;
}
#search .search_form {
  width: calc(64.5% - 270px);
  padding: 0 10px 0 5px;
}
#search form {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  background: none;
  box-shadow: none;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
#search form select,
#search form input[type="text"],
#search form input[type="date"] {
  height: 40px;
  margin: 0 3px;
  padding: 0 5px 0 5px;
  background: #fff;
  border: 1px solid #808080;
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-size: 18px;
  font-family: "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 35px;
  box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: baseline;
  white-space: nowrap;
}
#search form select::-ms-expand,
#search form input[type="text"]::-ms-expand,
#search form input[type="date"]::-ms-expand {
  display: none;
}
#search form select:focus,
#search form input[type="text"]:focus,
#search form input[type="date"]:focus {
  outline: none;
}
#search form select {
  min-width: 50px;
  background: url(../img/common_dev/search_icon_02.png) no-repeat right 5px center, #fff;
  background-size: 14px;
}
#search form input:disabled {
  opacity: .7;
  cursor: default;
}
#search form select:disabled {
  opacity: .7;
}
#search form option {
  padding: 5px;
  color: #000;
}
#search form #datepicker {
  position: relative;
  width: 160px;
  padding-right: 50px;
  background: url(../img/common_dev/search_icon_01.png) no-repeat right 5px center, #fff;
  background-size: 19px;
}
#search form label {
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: middle;
}
#search form #btn_submit {
  width: 90px;
  height: 40px;
  padding: 6px 5px 0;
  background: #b59f51;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1;
  transition: all .2s;
  vertical-align: middle;
}
#search form #btn_submit .icon {
  margin-right: 3px;
}
#search form #btn_submit:hover {
  opacity: .7;
}
#search form #btn_submit:focus {
  outline: none;
}
#search .search_btn {
  width: 35.4%;
  display: flex;
  justify-content: space-between;
}
#search .search_btn a {
  display: block;
  height: 40px;
  padding: 8px 10px 7px;
  border-bottom: 1px solid #b59f51;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
#search .search_btn a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: 0 0 1px 7px;
  background: url(../img/common_dev/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
#search .search_btn a.btn01 {
  padding: 7px 10px 7px;
  background: #954039;
  border-bottom: none;
  color: #fff;
  font-size: 18px;
}
#search .search_btn a.btn01:after {
  background: url(../img/common_dev/icon_arrow_w.svg) no-repeat;
  background-size: 100%;
}
#search .search_tel {
  width: 160px;
  margin-left: 10px;
  font-size: 14px;
}
#search .search_tel .tel_tel {
  display: inline-block;
  margin-top: 2px;
  font-size: 13px;
  left: 1px;
  white-space: nowrap;
}
#search .search_tel .tel_tel .num {
  font-size: 21px;
}
#search .disnon {
  display: none !important;
}

#search.active {
  position: fixed;
  bottom: 0;
  animation: -webkit-searchAnime .4s ease;
  animation: searchAnime .4s ease;
}

@keyframes -webkit-searchAnime {
  0% {
    bottom: -60px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes searchAnime {
  0% {
    bottom: -60px;
  }
  100% {
    bottom: 0;
  }
}
/* datepicker */
#ui-datepicker-div {
  z-index: 9000 !important;
}

@media screen and (max-width: 768px) {
  #search {
    display: none;
    position: relative;
    height: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    bottom: 0;
    margin: 0 auto 0;
  }
  #search.active {
    position: relative;
    bottom: 0;
    animation: none;
  }
  #search .container {
    width: 100%;
  }
  #search .search_tit {
    width: 100%;
    height: 50px;
    padding-top: 15px;
    background: url(../img/common_dev/search_bg_sp.png) no-repeat center bottom;
    background-size: 100% 15px;
    text-align: center;
  }
  #search .search_tit .en {
    margin-left: 10px;
  }
  #search .search_wrap {
    height: auto;
    padding-bottom: 12px;
    flex-wrap: wrap;
  }
  #search .search_form {
    width: 100%;
    margin: 0 auto;
    padding: 8px 0 0;
  }
  #search form {
    justify-content: center;
    flex-wrap: wrap;
  }
  #search form select,
  #search form input[type="text"] {
    height: 40px;
    margin: 0;
    line-height: 40px;
    font-size: 18px;
    flex-grow: 1;
  }
  #search form #btn_submit {
    width: 100%;
    max-width: 296px;
    height: 40px;
  }
  #search form .box {
    margin-bottom: 8px;
  }
  #search form .box:nth-of-type(1) {
    margin-right: 10px;
  }
  #search form .box:last-of-type {
    width: 100%;
  }
  #search .search_btn {
    width: 100%;
    max-width: 296px;
    margin: 0 auto;
    display: block;
  }
  #search .search_btn a {
    display: block;
    font-size: 18px;
  }
  #search .search_btn a.btn01 {
    padding: 6px 10px;
  }
  #search .search_btn a.btn02:before, #search .search_btn a.btn02:after {
    right: 22%;
  }
  #search .search_tel {
    width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}

/*  search_bar
------------------------------------*/
#search_bar {
  display: flex;
  justify-content: center;
  /* transform: translate(0, 73px); */
}

@media screen and (max-width: 768px) {
  #search_bar {
    display: block;
    margin-top: 1rem;
    /* transform: translate(0, 20px); */
  }
}

/*  side_btns
------------------------------------*/
#side_btns {
  display: none;
  position: fixed;
  right: 35px;
  top: 50%;
  margin-top: -208px;
  width: 68px;
  z-index: 2002;
}
#side_btns .btn_reserve {
  display: block;
  margin-top: 10px;
}
#side_btns .btn_reserve a {
  display: block;
  margin-top: 5px;
  padding: 5px 0 2px;
  background: #954039;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
#side_btns .btn_reserve a.btn02 {
  background: #dacfa8;
  color: #1a1a1a;
}
#side_btns .btn_reserve a .icon {
  display: inline-block;
  top: 0;
  margin: auto 3px;
  vertical-align: inherit;
}
#side_btns .btn_goto {
  width: 115px;
  margin: 3px -27px 0;
}

@media screen and (max-width: 768px) {
  #side_btns {
    display: none !important;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  width: 100%;
  height: 560px;
  padding-top: 145px;
  background: #666;
}
#pagetit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
#pagetit:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.88) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.88) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.88) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 );
}
#pagetit .pagetit_tit {
  position: relative;
  color: #fff;
  font-size: 38px;
  line-height: 1.2;
  letter-spacing: .2em;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
}
#pagetit .pagetit_tit .en {
  display: block;
  margin-bottom: -15px;
  font-size: 80px;
  letter-spacing: 0;
  line-height: 1;
  opacity: .3;
}

#lead {
  padding: 48px 0 48px;
}
#lead .sec_tit {
  margin-bottom: 40px;
  font-size: 24px;
  text-shadow: 0 0 4px #000;
}
#lead .sec_tit .en {
  text-shadow: none;
}
#lead .lead_txt {
  line-height: 2.1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #pagetit {
    height: 320px;
    padding-top: 105px;
  }
  #pagetit:before {
    height: 100px;
  }
  #pagetit:after {
    height: 100px;
  }
  #pagetit .pagetit_tit {
    font-size: 32px;
  }
  #pagetit .pagetit_tit .en {
    margin-bottom: -10px;
    font-size: 56px;
  }

  #lead {
    padding: 44px 0 48px;
  }
  #lead .lead_tit .pr {
    padding-right: 0;
  }
  #lead .lead_txt {
    text-align: left;
  }
}
@media screen and (max-width: 375px) {
  #lead .lead_tit {
    font-size: 26px;
  }
}
@media screen and (max-width: 320px) {
  #lead .lead_tit {
    font-size: 24px;
  }
}
/*  content
------------------------------------*/
#wrapper {
  width: 100%;
  min-width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}

#content {
  display: block;
  width: 100%;
}

.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

.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: "Shippori Mincho", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.gothic {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

/* 汎用背景 */
.bg {
  background: #333333;
}

/* 汎用アイコン */
.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

/* 改行調整 */
.break span {
  display: inline-block;
}

/* 汎用タブ */
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}

/* 汎用タイトル */
.sec_tit {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .2em;
  text-align: center;
}
.sec_tit .en {
  display: block;
  margin-bottom: 10px;
  color: #b59f51;
  font-size: 18px;
  letter-spacing: .1em;
  line-height: 1.4;
}
.sec_tit .en .icon {
  top: 0;
  display: block;
  width: 28px;
  margin: 0 auto 5px;
}

.sec_tit02 {
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: .2em;
  text-align: center;
}
.sec_tit02:after {
  content: "";
  display: block;
  width: 78px;
  height: 0;
  margin: 18px auto 0;
  border-top: 1px solid #b59f51;
}
.sec_tit02 .en {
  display: block;
  margin-bottom: 10px;
  color: #b59f51;
  letter-spacing: .1em;
  line-height: 1.4;
}

.en_tit {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
}
.en_tit .en {
  display: block;
  margin-bottom: 5px;
  font-size: 80px;
  line-height: 1;
  opacity: .25;
}
.en_tit .main {
  display: block;
  line-height: 1.55;
}

.caption {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: .2em;
}

/* 汎用パーツ */
.bold {
  font-weight: bold;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.ls00 {
  letter-spacing: 0;
}

.ls01 {
  letter-spacing: 1px;
}

.ls02 {
  letter-spacing: 2px;
}

.ls-1 {
  letter-spacing: -1px;
}

.ls-2 {
  letter-spacing: -2px;
}

@media screen and (min-width: 769px) {
  .pc_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
/* 汎用ボタン */
a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  width: 480px;
  max-width: 100%;
  padding: 25px 40px 25px;
  background: #000;
  box-sizing: border-box;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  line-height: 1.5;
  text-align: center;
  transition: all .3s;
}
a.btn:after,
.btn_nolink:after {
  content: "";
  position: absolute;
  right: 28px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: auto 0;
  background: url(../img/common_dev/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
a.btn.btn_pdf:before,
.btn_nolink.btn_pdf:before {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 21px;
  height: 24px;
  margin: 0 12px 0 0;
  background: url(../img/common_dev/icon_pdf.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
  transform: all .3s;
}

/* 汎用テーブル */
.table {
  width: 100%;
  table-layout: fixed;
}
.table th,
.table td {
  padding: 10px 10px 10px 30px;
  border-bottom: 1px solid #1a1a1a;
  line-height: 1.55;
  vertical-align: top;
}
.table th {
  width: 26%;
  padding-left: 15px;
  border-bottom-width: 3px;
}
.table a:hover {
  opacity: 1;
  text-decoration: underline;
}

@media screen and (max-width: 1320px) {
  .wide_container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  /* 汎用ボタン */
  a.btn:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
  a.btn.btn_pdf:hover:before {
    background: url(../img/common_dev/icon_pdf_b.svg) no-repeat;
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 0;
  }

  .container {
    width: 90.4%;
  }

  .wide_container {
    width: 90.4%;
    padding: 0;
  }

  /* 汎用タイトル */
  .en_tit {
    margin-bottom: 30px;
  }
  .en_tit .en {
    font-size: 64px;
  }

  /* 汎用ボタン */
  /* 汎用テーブル */
  .table:not(.sp_table) th,
  .table:not(.sp_table) td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 8px 12px;
  }
  .table:not(.sp_table) th {
    background: rgba(255, 255, 255, 0.1);
  }
  .table a {
    word-break: break-all;
  }
}
/*  ページ内nav
------------------------------------*/
.page_nav {
  width: calc(100% + 6px);
  margin: 24px -3px -24px;
  justify-content: center;
}
.page_nav li {
  width: 310px;
  margin: 0 3px 24px;
}
.page_nav li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 20px 10px 30px;
  background: #000;
  border-bottom: 1px solid #fff;
  line-height: 1.675;
  text-align: center;
}
.page_nav li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 14px;
  height: 10px;
  margin: 0 auto;
  background: url(../img/common_dev/icon_arrow_btm.svg) no-repeat;
  background-size: 100%;
}
.page_nav li a:hover {
  background: #333;
  opacity: 1;
}

.pic_nav {
  width: calc(100% + 6px);
  margin: 40px -3px -24px;
  justify-content: center;
}
.pic_nav li {
  width: 210px;
  margin: 0 3px 24px;
  text-align: center;
}
.pic_nav li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 12px 10px 20px;
  background: #333;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
}
.pic_nav li a:hover {
  background: #666;
  opacity: 1;
}
.pic_nav li a:hover .pic img:not([class]) {
  transform: scale(1.06);
}
.pic_nav li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 14px;
  height: 10px;
  margin: 0 auto;
  background: url(../img/common_dev/icon_arrow_btm.svg) no-repeat;
  background-size: 100%;
}
.pic_nav li a .pic {
  display: block;
  overflow: hidden;
}
.pic_nav li a .pic img {
  transition: all 0.3s ease;
}
.pic_nav li a .txt {
  display: block;
  margin-top: 8px;
}
.pic_nav.col04 {
  width: calc(100% + 16px);
  margin-left: -8px;
  margin-right: -8px;
}
.pic_nav.col04 li {
  width: 257px;
  margin-left: 8px;
  margin-right: 8px;
}
.pic_nav.col03 {
  width: calc(100% + 14px);
  margin-left: -7px;
  margin-right: -7px;
}
.pic_nav.col03 li {
  width: 350px;
  margin-left: 7px;
  margin-right: 7px;
}
.pic_nav.col02 {
  width: 100%;
  justify-content: space-between;
}
.pic_nav.col02 li {
  width: 49.5%;
  margin-left: 0;
  margin-right: 0;
}
.pic_nav + .page_nav {
  margin-top: 24px;
}

@media screen and (max-width: 768px) {
  .page_nav {
    width: 100%;
    margin: 30px auto 0;
  }
  .page_nav li {
    width: 100%;
    max-width: 100%;
    margin: 0 0 5px;
    font-size: 16px;
  }
  .page_nav li a {
    padding: 8px 5px 22px;
  }
  .page_nav li a:hover {
    background: none;
  }

  .pic_nav {
    width: 100%;
    margin: 30px auto 0;
    justify-content: space-between;
  }
  .pic_nav li {
    width: calc(50% - 5px);
    margin: 0 0 10px;
    font-size: 17px;
  }
  .pic_nav li a {
    display: block;
    padding-bottom: 28px;
  }
  .pic_nav li a:before {
    bottom: 7px;
  }
  .pic_nav li a:hover {
    background: none;
  }
  .pic_nav li a:hover::before, .pic_nav li a:hover::after {
    bottom: 15px;
  }
  .pic_nav li a .txt {
    margin-top: 10px;
    line-height: 1.3;
  }
  .pic_nav.col04 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pic_nav.col04 li {
    width: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .pic_nav.col04 li .pic img {
    width: 122%;
    max-width: 122%;
    margin: 0 -11%;
  }
  .pic_nav.col03 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .pic_nav.col03 li {
    width: calc(50% - 5px);
    margin-left: 0;
    margin-right: 0;
  }
  .pic_nav.col03 li .pic img {
    width: 172%;
    max-width: 172%;
    margin: 0 -36%;
  }
  .pic_nav.col02 li {
    width: calc(50% - 5px);
  }
  .pic_nav.col02 li .pic img {
    width: 280%;
    max-width: 280%;
    margin: 0 -90%;
  }
  .pic_nav + .page_nav {
    margin-top: 10px;
  }
}
/*  reserve_box
------------------------------------*/
.reserve_box {
  text-align: center;
}
.reserve_box .reserve_tel {
  width: 340px;
  margin-right: 35px;
  padding: 10px;
  background: #172852;
  color: #fff;
  letter-spacing: .08em;
}
.reserve_box .reserve_tel a {
  display: block;
}
.reserve_box .reserve_tel .tel_tit {
  margin-bottom: 2px;
  line-height: 1.5;
}
.reserve_box .reserve_tel .tel_tel {
  font-size: 16px;
  line-height: 1;
}
.reserve_box .reserve_tel .tel_tel .num {
  font-size: 28px;
}
.reserve_box .reserve_btn {
  width: 340px;
}
.reserve_box .reserve_btn a {
  position: relative;
  display: block;
  padding: 25px 10px;
  background: #d06d43;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.reserve_box .reserve_btn a::before, .reserve_box .reserve_btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: translateY(-3px) rotate(35deg);
  transition: all 0.2s ease;
}
.reserve_box .reserve_btn a::after {
  transform: translateY(2px) rotate(-35deg);
}
.reserve_box .reserve_btn a .icon {
  margin: 0 10px 2px 0;
}
.reserve_box .reserve_btn a:hover {
  background: #da8d6c;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .reserve_box .reserve_tel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
    padding: 10px;
  }
  .reserve_box .reserve_btn {
    width: 100%;
  }
}
/*  page_footer
------------------------------------*/
#page_footer {
  padding: 96px 0 192px;
}
#page_footer .f_list {
  justify-content: space-around;
}
#page_footer .f_list .list_item {
  position: relative;
  display: block;
  width: 520px;
  max-width: 48.2%;
  padding: 5px 5px 20px;
  background: #dacfa8;
}
#page_footer .f_list .list_item .nolink {
  position: relative;
  display: block;
  width: calc(100% - 30px);
  margin: -35px auto 0;
  padding: 24px 30px;
  background: #954039;
  border: 1px solid #954039;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
#page_footer .f_list .list_item:nth-of-type(2) {
  background: #333333;
}
#page_footer .f_list .list_item:nth-of-type(2) .nolink {
  border-color: #fff;
  background: #000;
}

@media screen and (max-width: 768px) {
  #page_footer {
    padding-bottom: 0;
  }
  #page_footer .f_list .list_item {
    width: 100%;
    max-width: 100%;
  }
  #page_footer .f_list .list_item + .list_item {
    margin-top: 24px;
  }
}
/*  footer
------------------------------------*/
.icon_pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 80px;
  width: 69px;
  white-space: nowrap;
  z-index: 2000;
}
.icon_pagetop a {
  display: inline-block;
  vertical-align: bottom;
}
.icon_pagetop a img {
  width: 100%;
}
.chatbot_fix{
  display: none;
position: fixed;
    right: 135px;
    bottom: 80px;
    width: 170px;
    white-space: nowrap;
    z-index: 2000;
}

#footer {
  position: relative;
}
#footer .f_top {
  padding: 96px 0 570px;
  background: url(../img/common_dev/f_bg.jpg) no-repeat center bottom;
}
@media (min-width: 2001px) {
  #footer .f_top {
    background-size: 100%;
  }
}
#footer .f_nav {
  margin-bottom: 48px;
  line-height: 1;
}
#footer .f_nav li {
  padding: 0 7px 0 14px;
}
#footer .f_nav li:nth-child(4){
    display: none;
}
#footer .f_nav li + li {
  border-left: 1px solid #fff;
}
#footer .f_nav li a {
  color: #fff;
}
#footer .f_nav li a:hover {
  text-decoration: underline;
  opacity: 1;
}
#footer .f_sns li {
  margin: 0 30px;
  font-size: 20px;
  line-height: 1;
}
#footer .f_sns li .icon {
  margin-right: 15px;
}
#footer .f_info {
  width: 50%;
  padding: 48px 62px 108px;
  background: #dacfa8;
  color: #1a1a1a;
}
#footer .f_info .f_container {
  float: right;
  width: 316px;
  max-width: 100%;
}
#footer .f_info .f_logo {
  margin-bottom: 40px;
}
#footer .f_info .f_address {
  line-height: 2.1;
}
#footer .f_reserve {
  width: 50%;
  padding: 64px 62px 108px;
  order: 10;
}
#footer .f_reserve .f_container {
  width: 280px;
  max-width: 100%;
}
#footer .f_reserve .reserve_btn a {
  position: relative;
  display: block;
  padding: 20px 10px 16px;
  color: #fff;
  border-bottom: 1px solid #b59f51;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
#footer .f_reserve .reserve_btn a::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: auto 0;
  background: url(../img/common_dev/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
#footer .f_reserve .reserve_btn a.btn01 {
  background: #954039;
  border-bottom: none;
  font-size: 18px;
}
#footer .f_reserve .reserve_btn a.btn01:after {
  background: url(../img/common_dev/icon_arrow_w.svg) no-repeat;
  background-size: 100%;
}
#footer .f_reserve .reserve_btn a.btn02 {
  margin-top: 10px;
}
#footer .f_reserve .reserve_tel {
  margin-top: 10px;
  padding: 15px 10px;
  border: 1px solid #b59f51;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
#footer .f_reserve .reserve_tel .tel_tel {
  font-size: 13px;
  line-height: 1;
}
#footer .f_reserve .reserve_tel .tel_tel .num {
  display: inline-block;
  font-size: 21px;
}
#footer .f_reserve .reserve_link a {
  display: block;
  margin-top: 10px;
  padding: 12px 10px;
  border: 1px solid #b59f51;
  line-height: 1.5;
  text-align: center;
}
#footer .f_reserve .reserve_link a .icon {
  margin-right: 10px;
}
#footer .f_copy small {
  display: block;
  font-size: 14px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  .icon_pagetop {
    right: 8px;
    bottom: 60px;
    width: 40px;
  }
  .chatbot_fix{
    right: 65px;
    bottom: 60px;
    width: 180px;
}

  #footer {
    position: relative;
  }
  #footer .f_top {
    padding: 0 0 92vw;
    background: url(../img/common_dev/f_bg.jpg) no-repeat center bottom;
    background-size: 200%;
  }
  #footer .f_nav {
    display: none;
  }
  #footer .f_sns {
    display: none;
  }
  #footer .f_info {
    width: 100%;
    padding: 48px 0 108px;
    text-align: center;
  }
  #footer .f_info .f_container {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  #footer .f_info .f_logo {
    margin-bottom: 40px;
  }
  #footer .f_info .f_address {
    display: inline-block;
    line-height: 2.1;
    text-align: left;
  }
  #footer .f_reserve {
    width: 100%;
    padding: 64px 0 98px;
    order: 0;
  }
  #footer .f_reserve .f_container {
    width: 280px;
    max-width: 100%;
    margin: 0 auto;
  }
  #footer .f_copy {
    margin-top: 12px;
  }
}
/*  sp_footer
------------------------------------*/
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 50px;
  background: #dacfa8;
  border-top: 1px solid #b59f51;
  table-layout: fixed;
  transition: all .4s;
  transition-delay: .4s;
  z-index: 4000;
}
#sp_footer.active {
  bottom: 0;
}
#sp_footer a, #sp_footer div {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 25%;
  height: 49px;
  text-align: center;
  color: #1a1a1a;
  text-decoration: none;
}
#sp_footer a .icon, #sp_footer div .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto 3px;
  filter: none;
}
#sp_footer a .text, #sp_footer div .text {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  font-weight: normal;
}
#sp_footer a:nth-of-type(2) .icon {
  filter: brightness(0) invert(1);
}
#sp_footer a {
  width: 25%;
  cursor: pointer;
}
#sp_footer a:nth-of-type(2) {
  background: #954039;
  color: #fff;
}
#sp_footer .btn_menu {
  border-left: 1px solid #b59f51;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #sp_footer {
    display: table;
  }
}
@media screen and (max-width: 374px) {
  #sp_footer a,
  #sp_footer div {
    padding-bottom: 10px;
  }
}
/*  nav_box
------------------------------------*/
#nav_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.88);
  color: #fff;
  box-sizing: border-box;
  z-index: 999999999;
  text-align: left;
  -webkit-overflow-scrolling: touch;
}
#nav_box .nav_container {
  position: static;
  width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 90px 0 90px;
}
#nav_box .btn_menu_close {
  position: absolute;
  right: 35px;
  top: 8px;
  width: 68px;
  height: 68px;
  padding-top: 14px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
}
#nav_box .nav_logo {
  text-align: center;
}
#nav_box .nav_wrap {
  margin: 60px 0;
}
#nav_box .nav_wrap .nav_main {
  width: calc(100% + 30px);
  margin: 0 -15px;
  justify-content: center;
}
#nav_box .nav_wrap .nav_main li {
  line-height: 1.1;
}
#nav_box .nav_wrap .nav_main li:nth-child(4){
    display: none;
}
#nav_box .nav_wrap .nav_main li + li {
  border-left: 1px solid #fff;
}
#nav_box .nav_wrap .nav_main li a {
  padding: 0 14px;
}
#nav_box .nav_sns {
  margin-bottom: 32px;
}
#nav_box .nav_sns li {
  margin: 0 30px;
  font-size: 20px;
  line-height: 1;
}
#nav_box .nav_sns li .icon {
  margin-right: 15px;
}
#nav_box .nav_reserve {
  padding: 25px;
  background: #dacfa8;
  color: #000;
  text-align: center;
}
#nav_box .nav_reserve .reserve_tit {
  margin-bottom: 15px;
  line-height: 1.5;
}
#nav_box .nav_reserve .reserve_tit .en {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
#nav_box .nav_reserve .reserve_btn a {
  position: relative;
  display: block;
  width: 280px;
  margin: 0 6px;
  padding: 17px 20px 14px;
  border-bottom: 1px solid #b59f51;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
#nav_box .nav_reserve .reserve_btn a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 2px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 14px;
  margin: auto 0;
  background: url(../img/common_dev/icon_arrow.svg) no-repeat;
  background-size: 100%;
}
#nav_box .nav_reserve .reserve_btn a.btn01 {
  padding: 18px 20px 16px;
  background: #954039;
  border-bottom-color: #954039;
  color: #fff;
  font-size: 18px;
}
#nav_box .nav_reserve .reserve_btn a.btn01:after {
  background: url(../img/common_dev/icon_arrow_w.svg) no-repeat;
  background-size: 100%;
}
#nav_box .nav_reserve .reserve_tel {
  margin-top: 20px;
  text-align: center;
}
#nav_box .nav_reserve .reserve_tel .tel_tit {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.5;
}
#nav_box .nav_reserve .reserve_tel .tel_tel {
  display: inline-block;
  font-size: 16px;
}
#nav_box .nav_reserve .reserve_tel .tel_tel .num {
  padding-left: 5px;
  font-size: 25px;
}
#nav_box .nav_link {
  margin-top: 30px;
  font-size: 16px;
}
#nav_box .nav_link a {
  display: block;
  width: 280px;
  margin: 0 4px;
  padding: 12px 10px;
  border: 1px solid #b59f51;
  line-height: 1.5;
  text-align: center;
}
#nav_box .nav_link a .icon {
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  #nav_box {
    overflow-y: scroll;
  }
  #nav_box .btn_menu_close {
    right: 8px;
    top: 8px;
    width: 68px;
    height: 68px;
  }
  #nav_box .nav_container {
    width: 90.4%;
    height: auto;
    padding: 15px 0 48px;
  }
  #nav_box .nav_logo {
    text-align: left;
  }
  #nav_box .nav_logo img {
    width: 260px;
  }
  #nav_box .nav_wrap {
    margin: 44px 0 0;
  }
  #nav_box .nav_wrap .nav_main {
    display: block;
    width: 100%;
    margin: 0;
    font-size: 23px;
    line-height: 1.5;
  }
  #nav_box .nav_wrap .nav_main li {
    border-bottom: 1px solid #b59f51;
  }
  #nav_box .nav_wrap .nav_main li + li {
    border-left: none;
  }
  #nav_box .nav_wrap .nav_main li a {
    position: relative;
    display: block;
    padding: 14px 20px 13px 10vw;
  }
  #nav_box .nav_wrap .nav_main li a:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    display: inline-block;
    width: 10px;
    height: 14px;
    margin-top: -6px;
    background: url(../img/common_dev/icon_arrow.svg) no-repeat;
    background-size: 100%;
  }
  #nav_box .nav_sns {
    display: block;
    margin-bottom: 24px;
  }
  #nav_box .nav_sns li {
    margin: 24px 0 0;
  }
  #nav_box .nav_reserve {
    padding: 25px;
  }
  #nav_box .nav_reserve .reserve_btn {
    display: block;
  }
  #nav_box .nav_reserve .reserve_btn a {
    max-width: 100%;
    margin: 0 auto;
    padding: 17px 20px 14px;
  }
  #nav_box .nav_reserve .reserve_tel {
    margin-top: 20px;
    text-align: center;
  }
  #nav_box .nav_reserve .reserve_tel .tel_tit {
    display: inline-block;
    margin-right: 10px;
    line-height: 1.5;
  }
  #nav_box .nav_reserve .reserve_tel .tel_tel {
    display: inline-block;
    font-size: 19px;
  }
  #nav_box .nav_reserve .reserve_tel .tel_tel .num {
    padding-left: 5px;
    font-size: 31px;
  }
  #nav_box .nav_link {
    display: block;
    margin-top: 24px;
    font-size: 16px;
  }
  #nav_box .nav_link a {
    display: block;
    width: 280px;
    margin: 16px auto 0;
  }
}
@media screen and (max-width: 320px) {
  #nav_box .nav_logo img {
    width: 210px;
  }
}
/*  responsive 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-height: 780px) {
  #nav_box {
    overflow-y: scroll;
  }
}
@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;
  }
}
@media screen and (max-width: 768px) and (max-width: 568px) {
  .tab_inline {
    display: inline;
  }

  .tab_hiddden {
    display: none;
  }
}
/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
  }

  img {
    max-width: 100%;
  }

  #wrapper {
    min-width: 0;
  }

  #header {
    position: absolute !important;
    min-width: 0;
    width: 100%;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
