@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-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
  line-height: 1;
  color: #333;
  background: #fff;
  font-display: swap;
}

a:link, a:visited {
  color: #333;
  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: 1.8;
}

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

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

  p {
    line-height: 1.675;
  }
}
/*  loader
------------------------------------*/
#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 2001;
  display: none;
}

#loader-bg #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff;
  transform: translate(-50%, -50%);
}

#loader {
  animation: loading 0.5s linear 0s infinite alternate;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@media screen and (max-width: 768px) {
  #loader-bg #loader {
    max-width: 80%;
  }
}
/*  header
------------------------------------*/
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1060px;
  height: 132px;
  z-index: 2000;
}
#header .h_top {
  position: relative;
  height: auto;
  background: rgba(58, 73, 87, 0.9);
  padding: 10px 0 0;
  color: #fff;
  z-index: 2000;
}
#header .h_logo {
  float: left;
  margin-bottom: 3px;
}
#header .h_info {
  float: right;
}
#header .h_info .info_tel {
  display: inline-block;
  margin-right: 10px;
  font-size: 12px;
  vertical-align: middle;
}
#header .h_info .info_tel .num {
  padding-left: 3px;
  font-size: 30px;
}
#header .h_info .info_lang {
  display: inline-block;
  vertical-align: middle;
}
#header .h_info .info_lang a {
  display: inline-block;
  padding: 5px 15px;
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 20px;
  letter-spacing: .1em;
}
#header .h_info .info_lang a:hover {
  background: #fff;
  color: #3a4957;
  opacity: 1;
}
#header .gnav {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 4px 0 0;
}
#header .gnav > li {
  position: relative;
  flex-grow: 1;
  border-left: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
#header .gnav > li:first-child {
  border-left: none;
}
#header .gnav > li:first-child a {
  padding-left: 0;
}
#header .gnav > li:nth-child(2) .nav_child li:nth-child(2){
  display: none;
}
#header .gnav > li.reserve,
#header .gnav > li.group {
  border-left: none;
  margin-left: 6px;
}
#header .gnav > li.reserve a {
  background: #fff;
  color: #3a4957;
  font-size: 18px;
}
#header .gnav > li.group a {
  background: #D7E0F1;
  color: #3a4957;
  font-size: 18px;
}
#header .gnav > li.reserve a:hover,
#header .gnav > li.group a:hover {
  background: #c08e47;
  color: #fff;
}
#header .gnav > li > a {
  display: block;
  width: 100%;
  padding: 2px 5px;
  color: #fff;
  font-size: 19px;
  line-height: 1.4;
  text-align: center;
}
#header .gnav > li > a:hover {
  color: #e3ab30;
  opacity: 1;
}
#header .gnav .nav_child {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
}
#header .gnav .nav_child > li {
  margin-bottom: -1px;
  white-space: nowrap;
}
#header .gnav .nav_child > li a {
  display: block;
  padding: 8px 15px;
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
  background: #3a4957;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}
#header .gnav .nav_child > li a:hover {
  background: #000;
  opacity: 1;
}

#header.is-animation {
  position: fixed;
  bottom: auto;
  top: 0;
  left: 0;
  height: 106px;
  animation: -webkit-headerAnime .8s ease;
  animation: headerAnime .8s ease;
}
#header.is-animation .h_top {
  padding: 10px 0;
}
#header.is-animation .h_logo {
  display: none;
}
#header.is-animation .h_info {
  display: none;
}

@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 {
    position: relative !important;
    min-width: 0;
    height: auto;
  }
  #header .h_top {
    display: none;
  }
  #header.is-animation {
    height: auto;
  }

  #sp_lang {
    background: #000;
  }
  #sp_lang a {
    display: block;
    padding: 10px 10px;
    background: #000;
    color: #fff;
    font-size: 20px;
    font-family: "Playfair Display SC", serif;
    letter-spacing: .1em;
    text-align: center;
  }

  #sp_header {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 72px;
    background: #3a4957;
    z-index: 10;
  }
  #sp_header .logo {
    float: left;
    display: flex;
    align-items: center;
    width: 60%;
    height: 72px;
    padding: 15px 10px 15px 15px;
  }
  #sp_header .h_btn {
    float: right;
    display: table;
    width: 40%;
    text-align: center;
    vertical-align: middle;
  }
  #sp_header .h_btn #btn_menu {
    position: relative;
    display: table-cell;
    height: 72px;
    vertical-align: middle;
  }
  #sp_header .h_btn #btn_menu:after {
    content: "";
    display: block;
    width: 1px;
    height: 84%;
    position: absolute;
    top: 8%;
    left: 0;
    background: #9ca4ab;
  }
  #sp_header .h_btn .btn_reserve {
    display: table-cell;
    height: 72px;
    background: #c08e47;
    vertical-align: middle;
  }
}
#fix_btn_menu {
  display: none;
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  background: rgba(204, 204, 204, 0.9);
  text-align: center;
  z-index: 3000;
}

@media screen and (min-width: 769px) {
  #fix_btn_menu {
    display: none !important;
  }
}
/*  search
------------------------------------*/
.search {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  z-index: 1000;
  transition: top ease .4s;
}
.search .search_form {
  width: 100%;
}
.search form {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.search form select,
.search form input[type="text"] {
  width: auto;
  min-width: 80px;
  margin: 0 10px;
  padding: 0 15px 0 10px;
  background: none;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 24px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  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;
  margin: 0 15px 0 15px;
  padding: 0 10px 0 10px;
  background: url(../img/search_icon_01.png) no-repeat right 5px center;
  background-size: 10px;
}
.search form select {
  background: url(../img/search_icon_01.png) no-repeat right 5px center;
  background-size: 10px;
}
.search form option {
  padding: 10px;
  color: #333;
  font-size: 16px;
}
.search form input[type="checkbox"] {
  margin: 0 2px 0 5px;
  background-color: transparent;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
}
.search form button {
  display: block;
  width: 180px;
  padding: 8px 15px;
  background: #c08e47;
  border: 0;
  border-radius: 0;
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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;
  -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:before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-bottom: 2px;
  margin-right: 5px;
  background: url(../img/search_icon_02.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.search form button:hover {
  background: #e3ab30;
}
.search form .box {
  display: flex;
  align-items: center;
  height: 50px;
  padding-right: 50px;
  background: url(../img/search_icon_03.png) no-repeat right top;
  background-size: 34px 100%;
}
.search form .box:nth-last-of-type(1) {
  padding-right: 0;
  background: none;
}
.search form .box:nth-last-of-type(2) {
  padding-right: 20px;
  background: none;
}
.search form .disnon {
  display: none;
}
.search .search_tel {
  width: 28%;
  color: #000;
  text-align: right;
}
.search .search_tel .tel_num {
  margin-top: -8px;
  font-size: 18px;
}
.search .search_tel .tel_num .num {
  font-size: 42px;
  letter-spacing: 0;
}
.search .search_tel .tel_time {
  line-height: 1.2;
}
.search .disnon {
  display: none !important;
}

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

@media screen and (min-width: 769px) {
  .search .search_form {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  #search {
    display: none;
    height: auto;
    padding: 0;
    transition: none;
    overflow: hidden;
  }
  #search .container {
    width: 100%;
  }
  #search .search_tit {
    position: relative;
    width: 90%;
    margin: 0 auto 5px;
    padding: 10px 10px 4%;
    background: url(../img/search_icon_05.png) no-repeat center bottom;
    background-size: 100%;
    color: #cda56c;
    cursor: pointer;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
  }
  #search .search_tit .icon {
    margin-right: 10px;
  }
  #search .search_form {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
  }
  #search .search_form.active {
    display: block;
  }
  #search form {
    flex-wrap: wrap;
    justify-content: center;
  }
  #search form select,
  #search form input[type="text"] {
    margin: 0 5px;
  }
  #search form input.datepicker {
    margin: 0 10px 0 15px;
  }
  #search form .box {
    justify-content: center;
    text-align: center;
  }
  #search form .box:nth-of-type(1) {
    width: 100%;
    padding-right: 0;
    background: none;
  }
  #search form .box:nth-last-of-type(1) {
    width: 100%;
    padding-top: 10px;
  }
  #search form button {
    width: 80%;
    margin: 0 auto;
    padding: 12px 10px;
  }
  #search .search_tel {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  #search form select,
  #search form input[type="text"] {
    min-width: 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  #search form {
    font-size: 14px;
  }
  #search form select,
  #search form input[type="text"] {
    min-width: 50px;
    font-size: 21px;
  }
  #search form input.datepicker {
    width: 7em;
    margin: 0 8px;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: 132px;
  padding-top: 110px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 10px #031628, 0 0 10px #031628, 0 0 15px #031628, 0 0 15px #031628, 0 0 20px #031628, 0 0 20px #031628;
}
#pagetit .en {
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "Playfair Display SC", serif;
  line-height: 1.2;
  letter-spacing: .1em;
}
#pagetit .tit {
  font-size: 26px;
  line-height: 1.4;
}

#lead {
  position: relative;
  padding: 50px 0 95px;
  background: #f6f6f6;
  text-align: center;
}
#lead .lead_tit {
  margin-bottom: 20px;
  color: #3a4957;
  font-size: 26px;
  line-height: 1.4;
}
#lead .lead_tit span {
  display: inline-block;
}
#lead .lead_txt span {
  display: inline-block;
}
#lead + .nav_section {
  margin-top: -55px;
}

@media screen and (max-width: 768px) {
  #pagetit {
    width: 100%;
    height: 220px;
    margin-top: 0;
    padding-top: 80px;
  }
  #pagetit .en {
    margin-bottom: 10px;
    font-size: 32px;
  }
  #pagetit .tit {
    font-size: 23px;
  }

  #lead {
    padding: 40px 0 60px;
  }
  #lead .lead_tit {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1.65;
  }
  #lead + .nav_section {
    margin-top: -30px;
  }
}
/*  content
------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}

.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;
}

.column-gap15 {
  column-gap : 15px;
}

.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: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.play {
  font-family: "Playfair Display", serif;
}

.play_dc {
  font-family: "Playfair Display SC", serif;
}

.great {
  font-family: "Great Vibes", cursive;
}

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

.txt_break span {
  display: inline-block;
}

.sec_tit {
  margin-bottom: 20px;
  color: #3a4957;
  text-align: center;
}
.sec_tit .en {
  margin-bottom: 10px;
  font-size: 40px;
  font-family: "Playfair Display SC", serif;
  line-height: 1.2;
  letter-spacing: .05em;
}
.sec_tit .tit {
  display: inline-block;
  padding: 0 48px;
  background: url(../../img/tit_bg_02.png) no-repeat center left, url(../../img/tit_bg_02.png) no-repeat center right;
  background-size: 30px;
  font-size: 26px;
  line-height: 1.5;
}
.sec_tit.tit_white {
  color: #fff;
}
.sec_tit.tit_white .tit {
  background: url(../img/tit_bg_02.png) no-repeat center left, url(../img/tit_bg_02.png) no-repeat center right;
  background-size: 30px;
}

.caption {
  margin-bottom: 15px;
  color: #3a4957;
  font-size: 26px;
  line-height: 1.8;
}
.caption span {
  display: inline-block;
}

.red {
  color: #c80019;
}

.bg_gray {
  background: #f6f6f6;
}

.sec_line01 {
  position: relative;
}
.sec_line01:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 30px;
  background: #9ca4ab;
}

.sec_line02 {
  position: relative;
}
.sec_line02:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  display: block;
  width: 1px;
  height: 30px;
  background: #fff;
}

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

a.btn {
  position: relative;
  display: inline-block;
  min-width: 300px;
  max-width: 100%;
  padding: 10px 25px 8px 40px;
  border: 1px solid #3a4957;
  color: #3a4957;
  text-align: center;
  line-height: 1.4;
}
a.btn:hover {
  background: #3a4957;
  color: #fff;
  opacity: 1;
}
a.btn:hover > span:before {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
}
a.btn > span {
  display: inline-block;
  position: relative;
}
a.btn > span:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  display: inline-block;
  width: 8px;
  height: 12px;
  margin-top: -6px;
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: 100%;
}
a.btn .play_dc {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: .08em;
}
a.btn.btn_white {
  border-color: #fff;
  color: #fff;
}
a.btn.btn_white > span:before {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
}
a.btn.btn_white:hover {
  background: #fff;
  color: #3a4957;
}
a.btn.btn_white:hover > span:before {
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: 100%;
}

.info_table {
  width: 100%;
  empty-cells: show;
  table-layout: fixed;
}
.info_table caption {
  padding: 10px 15px;
  background: #c69a5a;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.info_table th,
.info_table td {
  padding: 18px 10px 14px;
  border-bottom: 1px solid #c08e47;
  line-height: 1.8;
  vertical-align: top;
}
.info_table th {
  position: relative;
  width: 22%;
  padding: 18px 28px 14px 10px;
  background: url(../img/bg_common.png) no-repeat right top 21px;
  background-size: 18px;
}

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

  .container {
    width: 90%;
  }

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

  .sec_tit {
    margin-bottom: 20px;
  }
  .sec_tit .en {
    margin-bottom: 10px;
    font-size: 35px;
    letter-spacing: .05em;
  }
  .sec_tit .tit {
    padding: 0 46px;
    background-size: 26px 1px;
    font-size: 23px;
    line-height: 1.5;
  }
  .sec_tit.tit_white {
    background-size: 26px 1px;
  }

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

  a.btn {
    position: relative;
    display: inline-block;
    min-width: 200px;
    width: 100%;
    max-width: 100%;
    padding: 10px 15px 8px 20px;
  }
  a.btn > span {
    max-width: 94%;
  }
  a.btn .play_dc {
    min-width: 160px;
    font-size: 20px;
  }

  .info_table {
    border-top: 1px solid #c08e47;
  }
  .info_table caption {
    padding: 10px 10px;
    font-size: 18px;
  }
  .info_table th,
  .info_table td {
    line-height: 1.6;
  }
  .info_table th {
    padding: 10px 22px 10px 0;
    background: url(../img/bg_common.png) no-repeat right top 13px;
    background-size: 18px;
  }
  .info_table td {
    padding: 10px 0 10px 10px;
  }
  .info_table:not(.sp_table) th,
  .info_table:not(.sp_table) td {
    line-height: 1.8;
  }
  .info_table:not(.sp_table) th {
    display: block;
    width: 100%;
    padding: 10px;
    background: rgba(192, 142, 71, 0.3);
  }
  .info_table:not(.sp_table) td {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 320px) {
  .sec_tit .en {
    font-size: 33px;
  }
  .sec_tit .tit {
    padding: 0 26px;
    background-size: 20px 1px;
    font-size: 21px;
  }
  .sec_tit.tit_white {
    background-size: 20px 1px;
  }

  .caption {
    font-size: 22px;
  }

  a.btn .play_dc {
    min-width: 140px;
  }
}
/*  ページ内nav
------------------------------------*/
.pagenav {
  position: relative;
  margin: 0 auto 40px;
  justify-content: center;
}
.pagenav li {
  position: relative;
  width: 200px;
  max-width: 19.24%;
  margin: 0 0.98% 10px 0;
}
.pagenav li:nth-of-type(4n) {
  margin-right: 0;
}
.pagenav li:last-child {
  margin-right: 0;
}
.pagenav li > a {
  position: relative;
  display: block;
  text-align: center;
}
.pagenav li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(58, 73, 87, 0.16);
  opacity: 0;
  z-index: 10;
  transition: opacity .2s;
}
.pagenav li > a .txt {
  padding: 5px 0;
  line-height: 1.6;
  font-size: 15px;
}
.pagenav li:hover > a {
  opacity: 1;
}
.pagenav li:hover > a:before {
  opacity: 1;
}
.pagenav.col02 li {
  width: 350px;
  max-width: 33.66%;
}
.pagenav.col03 li {
  width: 280px;
  max-width: 26.93%;
}
.pagenav.col06 li {
  width: 165px;
  max-width: 15.87%;
  margin-right: 0.95%;
}
.pagenav.col06 li:nth-of-type(4n) {
  margin-right: 0.95%;
}
.pagenav.col06 li:nth-of-type(6n) {
  margin-right: 0;
}

.page_subnav {
  justify-content: center;
}
.page_subnav > li {
  width: 23.55%;
  margin: 0 1.92% 10px 0;
}
.page_subnav > li:nth-of-type(4n) {
  margin-right: 0;
}
.page_subnav > li:last-child {
  margin-right: 0;
}
.page_subnav > li a {
  width: 100%;
  min-width: 0;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .pagenav {
    margin-bottom: 20px;
    justify-content: flex-start;
  }
    #restaurant .pagenav{
        justify-content: center;
    }
  .pagenav li {
    width: 49%;
    max-width: 49%;
    margin: 0 2% 10px 0;
  }
  .pagenav li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pagenav li > a:before {
    content: none;
  }
  .pagenav li > a .txt {
    padding: 5px 0;
    line-height: 1.4;
  }
  .pagenav.col02 li {
    width: 49%;
    max-width: 49%;
  }
  .pagenav.col03 li {
    width: 49%;
    max-width: 49%;
  }
  .pagenav.col06 li {
    width: 49%;
    max-width: 49%;
    margin-right: 2%;
  }
  .pagenav.col06 li:nth-of-type(2n) {
    margin-right: 0;
  }
  .pagenav.col06 li:nth-of-type(4n) {
    margin-right: 0;
  }
  .pagenav.col06 li:nth-of-type(6n) {
    margin-right: 0;
  }

  .page_subnav > li {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .page_subnav > li a {
    width: 100%;
    min-width: 0;
    padding-left: 35px;
  }
}
@media screen and (max-width: 320px) {
  .pagenav li {
    font-size: 15px;
  }
}
/*  汎用ブログ読み込み
------------------------------------*/
.newsbox_list {
  width: 100%;
  margin: 0 auto 0;
  justify-content: center;
}
.newsbox_list li {
  position: relative;
  width: 317px;
  max-width: 24.77%;
  margin-right: 0.3%;
}
.newsbox_list li img {
  width: 100%;
}
.newsbox_list li:last-child {
  margin-right: 0;
}
.newsbox_list li .list_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 8px 15px;
  background: rgba(0, 0, 0, 0.77);
  color: #fff;
  line-height: 1.4;
  z-index: 100;
}
.newsbox_list .notfound {
  width: 100%;
  max-width: 100%;
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .newsbox_list li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ced1d5;
  }
  .newsbox_list li:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .newsbox_list li:after {
    content: "";
    clear: both;
    display: block;
  }
  .newsbox_list li img {
    float: left;
    display: block;
    width: 46%;
  }
  .newsbox_list li .list_txt {
    position: static;
    width: 50%;
    margin-left: 50%;
    padding: 0;
    background: none;
    color: #333;
    line-height: 1.6;
  }
}
/*  汎用過ごし方ページリンク
------------------------------------*/
.staylink_section {
  padding: 70px 0 40px;
  background: #3a4957;
  color: #fff;
}
.staylink_section .stay_col {
  width: 100%;
  margin: 30px auto 0;
}
.staylink_section .stay_col .col_col {
  position: relative;
  width: 315px;
  max-width: 24.61%;
  background: #b64249;
  transition: all .4s;
}
.staylink_section .stay_col .col_col:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
  z-index: 100;
}
.staylink_section .stay_col .col_col:hover a {
  opacity: 1;
}
.staylink_section .stay_col .col_col:hover .col_pic:after {
  opacity: 1;
}
.staylink_section .stay_col .col_col a {
  display: block;
  height: 100%;
  color: #fff;
}
.staylink_section .stay_col .col_col .col_tit {
  padding: 0 5px 5px;
  text-align: center;
}
.staylink_section .stay_col .col_col .col_tit .play_dc {
  position: relative;
  margin: -18px 0 10px;
  font-size: 32px;
  text-shadow: 0 0 4px #000;
  letter-spacing: .1em;
}
.staylink_section .stay_col .col_col .col_tit .tit {
  font-size: 18px;
  line-height: 1.4;
}
.staylink_section .stay_col .col_col .col_tit .tit .large {
  font-size: 28px;
}
.staylink_section .stay_col .col_col .col_pic {
  position: relative;
}
.staylink_section .stay_col .col_col .col_pic:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 20px;
  height: 28px;
  margin: auto;
  background: url(../../img/sec6_icon_01.svg) no-repeat center;
  background-size: 100%;
  transition: all .4s;
  opacity: 0;
}
.staylink_section .stay_col .col_col.col02 {
  background: #397792;
}
.staylink_section .stay_col .col_col.col03 {
  background: #4a8012;
}
.staylink_section .stay_col .col_col.col04 {
  background: #1f2358;
}

@media screen and (max-width: 1300px) {
  .staylink_section .stay_col .col_col .col_tit .tit {
    font-size: 16px;
  }
  .staylink_section .stay_col .col_col .col_tit .tit .large {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .staylink_section {
    padding: 50px 0 40px;
  }
  .staylink_section .stay_col {
    margin-top: 20px;
  }
  .staylink_section .stay_col .col_col {
    position: relative;
    width: 49%;
    max-width: 49%;
    margin-bottom: 2%;
  }
  .staylink_section .stay_col .col_col:hover {
    transform: scale(1);
  }
  .staylink_section .stay_col .col_col:hover .col_pic:after {
    opacity: 0;
  }
  .staylink_section .stay_col .col_col .col_tit {
    padding: 0 5px 10px;
    text-align: center;
  }
  .staylink_section .stay_col .col_col .col_tit .play_dc {
    position: relative;
    margin: -18px 0 10px;
    font-size: 32px;
    text-shadow: 0 0 4px #000;
    letter-spacing: .05em;
  }
  .staylink_section .stay_col .col_col .col_tit .tit {
    font-size: 18px;
    line-height: 1.4;
  }
  .staylink_section .stay_col .col_col .col_pic:after {
    content: none;
  }
}
@media screen and (max-width: 375px) {
  .staylink_section .stay_col .col_col .col_tit .play_dc {
    font-size: 7.5vw;
  }
  .staylink_section .stay_col .col_col .col_tit .tit {
    font-size: 4vw;
  }
  .staylink_section .stay_col .col_col .col_tit .tit .large {
    font-size: 5.375vw;
  }
}
/*  reserve
------------------------------------*/
.reserve_box_wrap {
  margin-top: 160px;
  background: #000;
  color: #fff;
}

.reserve_box {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 0 20px;
  align-items: center;
}
.reserve_box .reserve_logo {
  width: 28.47%;
}
.reserve_box .reserve_btn {
  width: 48%;
}
.reserve_box.f_reserve .reserve_btn {
  width: 75%;
}
.reserve_box .reserve_tel {
  width: 20%;
  font-size: 12px;
  white-space: nowrap;
}
.reserve_box .reserve_tel .num {
  font-size: 30px;
}

.reserve_btn {
  text-align: center;
}
.reserve_btn a {
  position: relative;
  display: block;
  width: 244px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}
.reserve_btn a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: 0 10px 2px 0;
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.reserve_btn a:hover {
  opacity: 1;
}
.reserve_btn a.btn01 {
  background: #fff;
  color: #3a4957;
  font-size: 18px;
}
.reserve_btn a.btn01:before {
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: 100%;
}
.reserve_btn a.btn01:hover {
  background: #c08e47;
  color: #fff;
}
.reserve_btn a.btn01:hover:before {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
}
.reserve_btn a.btn04 {
  background: #D7E0F1;
  color: #3A4957;
  font-size: 18px;
}
.reserve_btn a.btn04:before {
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: 100%;
}
.reserve_btn a.btn04:hover {
  background: #c08e47;
  color: #fff;
}
.reserve_btn a.btn04:hover:before {
  background: url(../img/arrow_white.svg) no-repeat;
  background-size: 100%;
}
.reserve_btn a.btn02 {
  background: #c08e47;
  font-size: 18px;
}
.reserve_btn a.btn02:hover {
  background: #fff;
  color: #3a4957;
}
.reserve_btn a.btn02:hover:before {
  background: url(../img/arrow_blue.svg) no-repeat;
  background-size: 100%;
}
.reserve_btn a.btn03 {
  padding: 16px 10px;
}
.reserve_btn a.btn03:hover {
  background: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 768px) {
  .reserve_box_wrap {
    margin-top: 80px;
  }

  .reserve_box {
    padding: 20px 20px 5px;
  }
  .reserve_box .reserve_logo {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .reserve_box .reserve_btn {
    width: 100%;
  }
  .reserve_box .reserve_tel {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
  }
  .reserve_box .reserve_tel a {
    color: #fff;
  }
  .reserve_box .reserve_tel .num {
    font-size: 36px;
  }

  .reserve_btn {
    max-width: 300px;
    margin: 0 auto;
  }
  .reserve_btn a {
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
  }
  .reserve_btn a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 12px;
    margin: 0 10px 2px 0;
    background: url(../img/arrow_white.svg) no-repeat;
    background-size: 100%;
    vertical-align: middle;
  }
  .reserve_btn a > span {
    display: inline-block;
    min-width: 194px;
  }
  .reserve_btn a.btn01 {
    background: #fff;
    color: #3a4957;
    font-size: 18px;
  }
  .reserve_btn a.btn01:hover {
    background: #fff;
    color: #3a4957;
  }
  .reserve_btn a.btn01:hover:before {
    background: url(../img/arrow_blue.svg) no-repeat;
    background-size: 100%;
  }
  .reserve_btn a.btn04 {
    background: #D7E0F1;
    color: #3A4957;
    font-size: 18px;
  }
  .reserve_btn a.btn04:hover {
    background: #D7E0F1;
    color: #3A4957;
  }
  .reserve_btn a.btn04:hover:before {
    background: url(../img/arrow_blue.svg) no-repeat;
    background-size: 100%;
  }
  .reserve_btn a.btn01,
  .reserve_btn a.btn04,
  .reserve_btn a.btn02 {
    margin-top: 10px;
  }
  .reserve_btn a.btn02 {
    background: #c08e47;
    font-size: 18px;
  }
  .reserve_btn a.btn02:hover {
    background: #c08e47;
    color: #fff;
  }
  .reserve_btn a.btn02:hover:before {
    background: url(../img/arrow_white.svg) no-repeat;
    background-size: 100%;
  }
  .reserve_btn a.btn03 {
    padding: 16px 10px;
  }
  .reserve_btn a.btn03:hover {
    background: none;
  }
}
/*  footer
------------------------------------*/
#footer {
  position: relative;
  margin-top: 135px;
  background: #000;
  color: #fff;
}
#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_bg {
  padding: 55px 0 40px;
  background: url(../img/f_bg.jpg) no-repeat center top;
  background-size: cover;
}
#footer .f_logo {
  margin-bottom: 30px;
  text-align: center;
}
#footer .f_address {
  width: 100%;
  margin: 20px 0 30px;
  font-size: 15px;
  line-height: 1.875;
  text-align: center;
}
#footer .f_nav {
  padding-top: 30px;
  border-top: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.25);
}
#footer .f_nav .nav_main li {
  margin-bottom: 20px;
}
#footer .f_nav .nav_main li a {
  color: #fff;
  line-height: 1.6;
}
#footer .f_nav .nav_main li a:hover {
  opacity: 1;
  text-decoration: underline;
}
#footer .f_nav .nav_main li.home {
  width: 100%;
}
#footer .f_nav .nav_main li:nth-child(3) .main_child li:nth-child(2){
    display: none;
}
#footer .f_nav .nav_main .main_child {
  margin-top: 20px;
}
#footer .f_nav .nav_main .main_child li {
  margin-bottom: 15px;
}
#footer .f_nav .nav_main .main_child li a {
  font-size: 14px;
  text-decoration: underline;
}
#footer .f_nav .nav_main .main_child li a:hover {
  text-decoration: none;
}
#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_reserve {
  margin: 40px 0 30px;
  padding: 20px 0 0;
  background: #000;
  justify-content: center;
}
#footer .f_reserve .reserve_logo {
  width: 35%;
  margin-right: 20px;
  text-align: right;
}
#footer .f_reserve .reserve_logo img {
  max-width: 270px;
}
#footer .f_reserve .reserve_btn {
  margin-top: 20px;
}
#footer .f_reserve .reserve_tel {
  width: 29%;
  color: #e1be00;
}
#footer .f_bnr {
  width: 100%;
}
#footer .f_bnr::after {
  content: "";
  display: block;
  width: 340px;
}
#footer .f_bnr li {
  width: 340px;
  max-width: 32.7%;
  margin-bottom: 10px;
}
#footer .f_copy {
  width: 100%;
  padding: 30px 0 80px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: .15em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer {
    margin-top: 80px;
  }
  #footer .pagetop {
    right: 10px;
    bottom: 80px;
  }
  #footer .pagetop a:hover {
    transform: translateY(0);
  }
  #footer .f_bg {
    padding: 30px 0 30px;
    background: url(../img/f_bg_sp.jpg) no-repeat center top, #212931;
    background-size: 100%;
  }
  #footer .f_logo {
    margin-bottom: 20px;
  }
  #footer .f_address {
    width: 100%;
    margin: 20px 0 30px;
    font-size: 15px;
    line-height: 1.875;
  }
  #footer .f_nav {
    display: none;
  }
  #footer .f_reserve {
    margin: 70px 0 20px;
    padding: 20px 15px 0;
  }
  #footer .f_reserve .reserve_logo {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  #footer .f_reserve .reserve_logo img {
    width: 270px;
    max-width: 100%;
  }
  #footer .f_reserve .reserve_btn {
    margin-top: 0;
    max-width: 314px;
  }
  #footer .f_reserve .reserve_tel {
    width: 100%;
  }
  #footer .f_reserve .reserve_tel a {
    color: #e1be00;
  }
  #footer .f_reserve .reserve_tel .num {
    font-size: 30px;
  }
  #footer .f_bnr {
    width: 100%;
  }
  #footer .f_bnr li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
  }
  #footer .f_bnr li img {
    width: 100%;
  }
  #footer .f_copy {
    width: 100%;
    padding: 15px 10px 90px;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .2em;
    text-align: center;
  }
}
/* pc footer */
#pc_footer {
  position: fixed;
  right: 15px;
  bottom: -80px;
  transition: all .4s;
  z-index: 2000;
}
#pc_footer.active {
  bottom: 10px;
}
#pc_footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pc_footer ul li {
  margin: 0 3px;
}
#pc_footer ul li:not(:last-child) a {
  display: block;
  padding: 8px 15px 8px 10px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #9ca4ab;
  color: #3a4957;
  line-height: 1.4;
}
#pc_footer ul li:not(:last-child) a:hover {
  background: #fff;
  opacity: 1;
}
#pc_footer ul li:not(:last-child) a .icon {
  margin-right: 5px;
  line-height: 18px;
}
#pc_footer ul li:not(:last-child) a .icon img {
  vertical-align: middle;
}
#pc_footer ul li:last-child {
  margin-left: 17px;
  padding-bottom: 5px;
}

/* sp footer */
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -72px;
  width: 100%;
  height: 72px;
  background: #3a4957;
  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: 72px;
  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(1):after, #sp_footer a:nth-of-type(2):after, #sp_footer a:nth-of-type(3):after {
  content: "";
  display: block;
  width: 1px;
  height: 84%;
  position: absolute;
  top: 8%;
  right: 0;
  background: #9ca4ab;
}
#sp_footer a:nth-of-type(4) {
  background: #c08e47;
}
#sp_footer #sp_fix_menu {
  padding-top: 7px;
}

#nav_box {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a4957;
  box-sizing: border-box;
  color: #fff;
  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;
  padding: 0 20px 25px;
  overflow: hidden;
}
#nav_box .nav_logo {
  max-width: 72%;
  height: 72px;
  padding: 15px 0;
}
#nav_box #btn_close {
  position: absolute;
  top: 8px;
  right: 0;
  width: 83px;
  padding: 15px;
  border-left: 1px solid #9ca4ab;
  cursor: pointer;
  text-align: center;
  line-height: 1;
}
#nav_box .nav_wrap .nav_main {
  border-top: 1px solid #9ca4ab;
}
#nav_box .nav_wrap .nav_main li {
  border-bottom: 1px solid #9ca4ab;
}
#nav_box .nav_wrap .nav_main li a {
  position: relative;
  display: block;
  padding: 8px 30px 7px;
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  white-space: nowrap;
}
#nav_box .nav_wrap .nav_main li a:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 9px;
  height: 13px;
  margin-top: -6px;
  background: url(../img/nav_icon_01.png) no-repeat;
  background-size: 100%;
}
#nav_box .nav_wrap .nav_main li .no_link {
  position: relative;
  display: block;
  padding: 7px 30px 5px;
  color: #fff;
  font-size: 21px;
  line-height: 1.4;
  white-space: nowrap;
}
#nav_box .nav_wrap .nav_main li .no_link:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 13px;
  height: 13px;
  margin-top: -6px;
  background: url(../img/nav_icon_02.png) no-repeat;
  background-size: 100%;
}
#nav_box .nav_wrap .nav_main .nav_child {
  display: none;
  border-top: 1px solid #9ca4ab;
}
#nav_box .nav_wrap .nav_main .nav_child li {
  margin-left: 30px;
  border-bottom: 1px dashed #9ca4ab;
}
#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: 13px;
  width: 6px;
  height: 8px;
  margin-top: -4px;
}
#nav_box .nav_wrap .nav_sub {
  margin: 20px 0 15px;
}
#nav_box .nav_wrap .nav_sub li {
  margin-bottom: 10px;
}
#nav_box .nav_wrap .nav_sub li a {
  display: block;
  padding: 9px 30px;
  background: #ced1d5;
  color: #3a4957;
  line-height: 1.4;
}
#nav_box .nav_wrap .nav_sub li a .icon {
  width: 22px;
  margin-right: 20px;
  line-height: 18px;
  text-align: center;
}
#nav_box .nav_wrap .nav_sub li a .icon img {
  vertical-align: middle;
}
#nav_box .nav_reserve {
  margin: 0 auto;
  background: #000;
}
#nav_box .nav_reserve .reserve_logo img {
  width: 270px;
  max-width: 100%;
}
#nav_box .nav_reserve .reserve_tel a {
  color: #e1be00;
}
#nav_box .nav_reserve .reserve_tel .num {
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  #pc_footer {
    display: none !important;
  }

  #sp_footer {
    display: table;
  }
}
@media screen and (max-width: 375px) {
  #nav_box .nav_wrap .nav_main li a {
    padding: 8px 20px 7px;
  }
  #nav_box .nav_wrap .nav_main li .no_link {
    padding: 8px 20px 7px;
  }
  #nav_box .nav_wrap .nav_sub li a {
    padding: 9px 20px 9px 15px;
  }
  #nav_box .nav_wrap .nav_sub li a .icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 320px) {
  #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;
  }
}



.sec1_oshirase_inner{
    width: 900px;
    margin: 0 auto;
    border: 1px solid #000;
    padding: 15px 80px;
}
.sec1_oshirase_inner h3{
    color: #B62E3E;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.sec1_oshirase_inner p{
    margin-bottom: 10px;
}
.sec1_oshirase_inner p.sec1_oshirase_red{
    color: #B62E3E;
}
.sec1_oshirase_inner p.sec1_oshirase_red span{
    font-size: 20px;
}
.sec1_oshirase_inner p.sec1_oshirase_red br.sec1_oshirase_br{
    display: none;
}
@media screen and (max-width: 768px) {
    .sec1_oshirase_inner{
        width: 100%;
        padding: 10px;
    }
    .sec1_oshirase_inner p.sec1_oshirase_red br.sec1_oshirase_br{
        display: block;
    }
}


#oshirase2004{
	text-align: center;
	padding: 40px 0 20px;
}
#oshirase2004 a,#oshirase2004 .a{
	max-width: 918px;
	margin: 0 auto 10px;
	display: block;
	padding: 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #B12B2A;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #B12B2A;
	background: #FFF;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
	transition: 0.3s all ease-in;
}
#oshirase2004 a{
    font-size: 120%;
}
#oshirase2004 a:hover,,#oshirase2004 .a:hover{
	color: #FFF;
	background: #B12B2A;
}
#oshirase2004 .a{
    text-align: left;
    font-size: 100%;
    line-height: 1.3;
}
#oshirase2004 .a .tit{
    text-align: center;
    font-size: 24px;
    margin-bottom: 25px;
}
#oshirase2004 .a .txt{
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 0 auto;
}
#oshirase2004 .a .txt.txt_flex{
    display: flex;
    justify-content: space-around;
}
#oshirase2004 .a .txt.txt_flex .left{
    border-right: 1px solid;
    padding: 0 10px;
}
#oshirase2004 .a .txt.txt_flex .right{
    margin: 0 10px;
}

@media screen and (max-width: 768px){
	#oshirase2004{
		padding: 0 20px 0px;
		line-height: 180%;
	}
    #oshirase2004 .a .txt.txt_flex{
        display: block;
        margin: 0;
    }
    #oshirase2004 .a .txt.txt_flex .left{
        margin-bottom: 15px;
        margin: 0 0 15px;
        border: none;
        padding: 0;
    }
    #oshirase2004 .a .txt.txt_flex .right{
    margin: 0 0px;
}
}

@media screen and (min-width: 768px){
	#oshirase2004 a br.sp,#oshirase2004 .a br.sp{
		display: none;
	}
}




.top_lead_banner{
    margin: 30px auto 60px auto;
    width: 1046px;
}
.top_lead_banner a{
    display: inline-block;
    margin: 0 10px;
}
.top_lead_banner img{
    width: 500px;
    height: auto;
}
@media screen and (max-width: 768px){
    .top_lead_banner{
        display: none;
    }
}
.top_lead_banner_sp{
    display: none;
}
@media screen and (max-width: 768px){
    #sec_wrap1 .top_lead_banner{
        display: none;
    }
    .top_lead_banner,
    .top_lead_banner_sp{
        display: block;
        margin: 0 auto 20px auto;
        width: 95%;
    }
    .top_lead_banner img,
    .top_lead_banner_sp img{
        width: 100%;
        height: auto;
        margin: 5px 0;
    }
}

.pc_topbnr {
	display: block;
}
.sp_topbnr {
	display: none;
}
@media screen and (max-width: 768px){
	.pc_topbnr {
		display: none;
	}
	.sp_topbnr {
		display: block;
		padding: 0 20px 40px;
	}
}

/* bxslider と flexSlider の aria-hiddenでのLighthouseのエラー対策 */
.bx-wrapper [aria-hidden=true] a[href],
.bx-wrapper [aria-hidden=true] area[href],
.bx-wrapper [aria-hidden=true] input:not([disabled]),
.bx-wrapper [aria-hidden=true] select:not([disabled]),
.bx-wrapper [aria-hidden=true] textarea:not([disabled]),
.bx-wrapper [aria-hidden=true] button:not([disabled]),
.bx-wrapper [aria-hidden=true] [tabindex]:not([disabled]),
.bx-wrapper [aria-hidden=true] [contenteditable=true]:not([disabled]),

.flex-viewport [aria-hidden=true] a[href],
.flex-viewport [aria-hidden=true] area[href],
.flex-viewport [aria-hidden=true] input:not([disabled]),
.flex-viewport [aria-hidden=true] select:not([disabled]),
.flex-viewport [aria-hidden=true] textarea:not([disabled]),
.flex-viewport [aria-hidden=true] button:not([disabled]),
.flex-viewport [aria-hidden=true] [tabindex]:not([disabled]),
.flex-viewport [aria-hidden=true] [contenteditable=true]:not([disabled]){
  visibility: hidden;
}
