@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
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;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1100px;
  font-size: 18px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-display: swap;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.075em;
  color: #000;
  background: url(../img/common/bg.webp) center top, #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 2001px) {
  body {
    background-size: 100%;
  }
}
body.fixed {
  overflow: hidden;
}

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

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

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

img.max {
  width: 100%;
}

p {
  line-height: 2.2;
}

#svg_sprite {
  display: none;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
    background: url(../img/common/bg_sp.webp) center top 20vw, #fff;
    background-size: 100%;
    font-size: 16px;
    letter-spacing: 0.075em;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover {
    opacity: 1;
  }
  img:not(.sp_auto) {
    width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*loading
/*
/*-------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #0056b1;
  text-align: center;
  z-index: 999999;
}
#loading .loading_logo {
  width: 100%;
  animation: loadingAnime 1.5s infinite;
}
#loading .loading_logo img {
  max-width: 80%;
}
#loading #loading_bar_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 640px;
  height: 3px;
  margin: 80px auto 0;
  background: transparent;
  border-radius: 2px;
  overflow: hidden;
}
#loading #loading_bar {
  width: 0;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition-duration: 1s;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
#header_wrap {
  position: relative;
}
#header_wrap .header_reserve {
  position: absolute;
  right: 24px;
  bottom: 48px;
  z-index: 1;
}
#header_wrap .header_reserve .reserve_bestrate {
  margin-bottom: 10px;
  text-align: center;
}
#header_wrap .header_btn {
  display: block;
  width: 224px;
  max-width: 100%;
  padding: 9px 32px;
  background: #9e005d;
  border-color: #9e005d;
  border-radius: 100vmax;
  color: #fff;
  cursor: pointer;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
  transition: all 0.5s;
  z-index: 10;
}
@media (any-hover: hover) {
  #header_wrap .header_btn:hover {
    background: #fff;
    background: #fff;
    color: #9e005d;
    opacity: 1;
  }
}
#header_wrap .header_btn .en {
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  opacity: 0.8;
}

#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1100px;
  padding: 10px 20px;
  color: #fff;
  box-sizing: border-box;
  letter-spacing: 0;
  z-index: 2001;
}
#header .h_logo {
  line-height: 1;
}
#header .h_nav {
  max-width: calc(100% - 160px);
  margin: 20px 0 0 auto;
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
#header .h_nav li {
  position: relative;
}
#header .h_nav li.hide {
  display: none;
}
#header .h_nav li a {
  position: relative;
  display: block;
  color: currentColor;
}
@media (any-hover: hover) {
  #header .h_nav li a:hover {
    color: #80aad8;
    opacity: 1;
  }
}
#header .h_nav li + li {
  margin-left: 24px;
}
#header .h_reserve {
  width: 240px;
  margin-top: 10px;
  line-height: 1.2;
  text-align: center;
}
#header .h_reserve .reserve_txt {
  position: relative;
  margin-bottom: 10px;
  padding: 2px 0 0;
  background: #000;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0;
  text-align: center;
}
#header .h_reserve .reserve_txt:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000 transparent transparent transparent;
}
#header .h_reserve .reserve_txt .icon {
  margin: -8px 5px -8px 0;
}
#header .h_reserve .reserve_btn {
  display: block;
  padding: 12px 5px;
  background: #9e005d;
  font-size: 1.8rem;
}
#header .h_reserve .reserve_btn:hover {
  opacity: 0.7;
}
#header .h_reserve .reserve_btn .icon {
  margin-right: 8px;
}
#header .nav_open {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  height: 64px;
  margin-left: auto;
  padding-top: 30px;
}
#header .nav_open.active .bar {
  background: transparent;
}
#header .nav_open.active .bar:before {
  transform: rotate(45deg);
}
#header .nav_open.active .bar:after {
  transform: rotate(-45deg);
}
#header .nav_open .bar {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  margin: 0 auto;
  background: #fff;
}
#header .nav_open .bar:before, #header .nav_open .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
}
#header .nav_open .bar:before {
  top: -10px;
}
#header .nav_open .bar:after {
  top: 10px;
}
#header .nav_open .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@keyframes headerAnime {
  0% {
    opacity: 0;
    top: -80px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@media screen and (min-width: calc(810px + 1px)) {
  #header.active {
    position: fixed;
    top: 0;
    padding: 0 80px 0 10px;
    animation: headerAnime 0.4s ease;
    background: #0056b1;
    color: #fff;
  }
  #header.active > .flexbox {
    align-items: center;
    height: 64px;
  }
  #header.active .h_logo img {
    width: 138px;
    height: 50px;
  }
  #header.active .h_nav {
    margin-top: 0;
  }
  #header.active .nav_open {
    display: block;
  }
}
@media screen and (max-width: 1366px) {
  #header .h_nav {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1280px) {
  #header .h_nav {
    font-size: 1.6rem;
  }
  #header .h_nav li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1180px) {
  #header .h_nav {
    font-size: 1.5rem;
  }
  #header .h_nav li + li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 810px) {
  #header {
    position: absolute;
    top: 0;
    min-width: 0;
    height: auto;
    padding: 0 0;
  }
  #header .container {
    width: 100%;
  }
  #header .h_logo {
    margin-top: 16px;
    margin-left: 16px;
  }
  #header .h_logo img {
    width: 122px;
    height: auto;
  }
  #header .h_nav {
    display: none;
  }
  #header .nav_open {
    display: block;
    width: 60px;
    height: 60px;
  }
  #header .nav_open .bar {
    width: 28px;
  }
  #header .nav_open .bar::before, #header .nav_open .bar::after {
    width: 28px;
  }
}
/*  search
------------------------------------*/
#search {
  position: fixed;
  bottom: -102px;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid rgba(128, 170, 216, 0.95);
  min-width: 1100px;
  font-size: 1.6rem;
  line-height: 1.2;
  transition: all 0.4s;
  z-index: 2001;
	padding: 0 0 5px 0;
}
#search.active {
  bottom: 0;
}
#search.active .search_link {
  opacity: 1;
  visibility: visible;
}
#search .container {
  position: relative;
  display: flex;
	width: 980px;
  height: 64px;
  align-items: center;
}
#search .search_tit {
  color: #0056b1;
}
#search .search_tit::after {
  content: "｜";
}
#search .search_form {
  position: relative;
  width: calc(100% - 100px - 170px - 40px);
}
#search .search_form .form_box {
  flex-grow: 1;
}
#search .search_form .form_box .tit {
  display: block;
}
#search .search_form .form_box .border,
#search_489ban .stay_489ban dd,
#search_489ban .room_489ban dd,
#search_489ban .person_489ban dd {
  display: inline-block;
  border-bottom: 1px solid #99bbe0;
}
#search_489ban .room_489ban {
  margin-left: 40px;
}
#search form {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  background: none;
  box-shadow: none;
  line-height: 1.4;
}
#search form select,
#search form input[type=text],
#search form input[type=date] {
  height: auto;
  margin: 0;
  padding: 0 8px 0 8px;
  background: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #0056b1;
  font-size: 20px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.075em;
  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: 48px;
  padding: 0 8px 0 4px;
  background: url(../img/common/search_icon_02.svg) no-repeat right 5px center;
  background-size: 8px;
  line-height: 32px;
}
#search form input[type=checkbox] {
  width: 14px;
  height: 14px;
  margin: 0 4px 0 0;
  background: none;
  vertical-align: middle;
}
#search form input:disabled {
  opacity: 0.5;
  cursor: default;
}
#search form select:disabled {
  opacity: 0.5;
}
#search form option {
  padding: 5px;
  color: #000;
}
#search form label {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
#search form button {
  width: 88px;
  height: 44px;
  padding: 10px 5px;
  background: #6f4600;
  border: none;
  border-radius: 8px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-family: "Zen Old Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
}
#search form button .icon {
  margin-right: 5px;
}
@media (any-hover: hover) {
  #search form button:hover {
    background: rgba(111, 70, 0, 0.5);
  }
}
#search form button:focus {
  outline: none;
}
#search_489ban .hasDatepicker,
#search form #datepicker {
  width: 172px;
  margin-right: 8px! important;
  padding: 4px 8px! important;
  background: url(../img/common/search_icon_01.svg) no-repeat right 5px center! important;
  background-size: 18px! important;
  border-bottom: 1px solid #99bbe0! important;
}
#search_489ban .stay_489ban, #search_489ban .room_489ban {
  display: inline-block;
}
#search .search_link {
  position: relative;
  width: 170px;
  line-height: 1.2;
  text-align: center;
  transition: opacity 0.5s;
  opacity: 0;
  visibility: hidden;
}
#search .search_link .link_bestrate {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 5px;
}
#search .search_link .btn_reserve {
  position: relative;
  display: block;
  padding: 6px 5px;
  height: 40px;
}
#search .search_link .btn_reserve::after {
  content: none;
}
#search .disnon {
  display: none !important;
}

.ui-widget.ui-widget-content {
  letter-spacing: 0;
}

@keyframes -webkit-searchAnime {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes searchAnime {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
@media screen and (min-width: calc(810px + 1px)) {
  #search.active {
    position: fixed;
    animation: -webkit-searchAnime 0.4s ease;
    animation: searchAnime 0.4s ease;
  }
}
@media screen and (max-width: 810px) {
  #search {
    display: none;
    position: relative;
    left: 0;
    height: auto;
    width: 100%;
    min-width: 0;
    height: auto;
    padding: 0;
    bottom: 0;
    margin: 0 auto 0;
    padding: 20px 0 20px;
    border-top: none;
    font-size: 14px;
    z-index: 100;
    visibility: visible;
  }
  #search.active {
    position: relative;
    bottom: 0;
    animation: none;
  }
  #search .container {
    display: block;
	  width: 100%;
    max-width: 480px;
    height: auto;
    padding: 0;
    background: none;
  }
  #search .search_tit {
    width: 144px;
    margin: 0 auto 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #99bbe0;
    line-height: 1.2;
    text-align: center;
  }
  #search .search_tit::after {
    content: none;
  }
  #search .search_form {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    text-align: center;
  }
  #search .search_form .form_box,
  #search_489ban .date_489ban,
  #search_489ban .inbox_489ban {
    width: max-content;
    max-width: 100%;
    margin: 0 8px;
    padding: 8px 0;
    flex-grow: 0;
  }
  #search .search_form .form_box .tit {
    max-width: max-content;
    text-align: left;
  }
  #search .search_form .form_box.box_date {
    margin: 0 auto;
  }
  #search .search_form .form_box.box_btn {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding-bottom: 0;
  }
  #search_489ban button[name=searchButton489ban] {
    margin-top: 8px;
  }
  #search form {
    height: auto;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  #search form select,
  #search form input[type=text],
  #search form input[type=date] {
    width: 40px;
    height: auto;
    padding: 0px 10px 2px 2px;
    font-size: 18px;
    line-height: 1.2;
  }
  #search form select,
  #search form input[type=text] {
    max-width: 100%;
    flex-grow: 1;
  }
  #search #search_489ban form input[type=text].hasDatepicker,
  #search form #datepicker {
    width: 180px;
  }
  #search form button {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 12px 10px 10px;
    font-size: 14px;
  }
  #search .search_link {
    width: 100%;
    max-width: 340px;
    margin: 12px auto 0;
  }
  #search .search_link .btn_reserve {
    padding: 12px 10px;
    height: auto;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 560px;
  background: url(../img/common/pagetit_bg.jpg) center;
  background-size: cover;
}
#pagetit .pagetit_tit {
  margin: 0 auto;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: 0.095em;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
}
#pagetit .pagetit_tit .en {
  display: block;
  margin-bottom: -32px;
  color: #b8d0e9;
  font-size: 8.9rem;
  line-height: 1;
  letter-spacing: 0.12em;
  opacity: 0.8;
  text-shadow: none;
  text-transform: capitalize;
}
#pagetit .pagetit_tit .en + span {
  display: block;
  position: relative;
}

#lead {
  padding: 88px 0 92px;
}
#lead:has(.page_nav_wrap) {
  padding-bottom: 0;
}
#lead .lead_tit {
  margin: 0 0 24px;
  color: #0056b1;
  font-size: 2.8rem;
  letter-spacing: 0.095em;
  line-height: 1.75;
}
@media screen and (max-width: 810px) {
  #pagetit {
    height: 80vw;
    padding-top: 10vw;
    background: url(../img/common/pagetit_bg_sp.jpg) center;
    background-size: cover;
  }
  #pagetit .pagetit_tit {
    font-size: 2.35rem;
  }
  #pagetit .pagetit_tit .en {
    margin-bottom: -20px;
    font-size: 4rem;
  }
  #lead {
    padding: 40px 0;
  }
  #lead .lead_tit {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}

.wide_container {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

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

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

.en {
  font-family: "Prata", "Times New Roman", serif;
}

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

.arrow,
.arrow_b {
  position: relative;
}
.arrow::before, .arrow::after,
.arrow_b::before,
.arrow_b::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
}
.arrow::before,
.arrow_b::before {
  width: 12px;
  height: 1px;
  background: #fff;
}
.arrow::after,
.arrow_b::after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_b::before {
  background: #000;
}
.arrow_b::after {
  border-top-color: #000;
  border-right-color: #000;
}

.break span {
  display: inline-block;
}

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

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
.sec_tit {
  margin: 0 0 48px;
  color: #0056b1;
  font-size: 2.4rem;
  letter-spacing: 0.095em;
  line-height: 1.5;
  text-align: center;
}
.sec_tit .en {
  display: block;
  margin-bottom: 10px;
  font-size: 6.4rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  opacity: 0.8;
}

.sec_tit02 {
  margin: 0 0 48px;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
.sec_tit02 span {
  display: inline-block;
}
.sec_tit02 .en {
  margin-right: 40px;
  color: #99bbe0;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.caption {
  margin: 0 0 24px;
  color: #0056b1;
  font-size: 2.4rem;
  letter-spacing: 0.095em;
  line-height: 1.75;
}

a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  width: 280px;
  max-width: 100%;
  padding: 14px 32px;
  background: #3378c1;
  border-radius: 100vmax;
  border: 1px solid #3378c1;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  transition: all 0.5s;
}
@media (any-hover: hover) {
  a.btn:hover,
  .btn_nolink:hover {
    background: #fff;
    color: #3378c1;
    opacity: 1;
  }
  a.btn:hover::after,
  .btn_nolink:hover::after {
    border-color: #3378c1;
  }
}
a.btn::after,
.btn_nolink::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #80aad8;
  border-right: 1px solid #80aad8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transform: all 0.5s;
}
a.btn.btn_reserve,
.btn_nolink.btn_reserve {
  background: #9e005d;
  border-color: #9e005d;
}
@media (any-hover: hover) {
  a.btn.btn_reserve:hover,
  .btn_nolink.btn_reserve:hover {
    background: #fff;
    background: #fff;
    color: #9e005d;
  }
}
a.btn.btn_reserve::after,
.btn_nolink.btn_reserve::after {
  border-color: #d797bd;
}
a.btn.white,
.btn_nolink.white {
  background: #fff;
  color: #3378c1;
}
a.btn.white::after,
.btn_nolink.white::after {
  border-color: #3378c1;
}
@media (any-hover: hover) {
  a.btn.white:hover,
  .btn_nolink.white:hover {
    background: #0056b1;
    color: #fff;
    opacity: 1;
  }
  a.btn.white:hover::after,
  .btn_nolink.white:hover::after {
    border-color: #fff;
  }
}

/* 汎用テーブル */
.table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
}
.table caption {
  margin: 0 0 16px;
  line-height: 1.75;
}
.table th,
.table td {
  padding: 16px 24px;
  border-top: 1px solid #99bbe0;
  border-bottom: 1px solid #99bbe0;
  vertical-align: top;
}
.table th {
  position: relative;
  width: 28%;
  padding-left: 30px;
  background: #ccddef;
  color: #0056b1;
}
.table a:hover {
  opacity: 1;
  text-decoration: underline;
}
.table .table_list {
  justify-content: flex-start;
}
.table .table_list li:after {
  content: "／";
}
.table .table_list li:last-of-type:after {
  content: none;
}

@media screen and (min-width: calc(810px + 1px)) {
  .pc_vertical {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 810px) {
  .container {
    width: calc(100% - 48px);
  }
  .wide_container {
    width: calc(100% - 48px);
  }
  /* 汎用タイトル */
  .sec_tit {
    margin-bottom: 32px;
    font-size: 2rem;
    letter-spacing: 0.095em;
  }
  .sec_tit .en {
    margin-bottom: 8px;
    font-size: 3.6rem;
    letter-spacing: 0.12em;
  }
  .sec_tit02 {
    margin-bottom: 24px;
    font-size: 1.7rem;
    letter-spacing: 0.075em;
  }
  .sec_tit02 .en {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    font-size: 2.8rem;
    line-height: 1.2;
  }
  .caption {
    margin-bottom: 16px;
    font-size: 2.2rem;
  }
  a.btn,
  .btn_nolink {
    width: 100%;
  }
  /* 汎用テーブル */
  .table caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .table th,
  .table td {
    padding: 10px 12px;
    line-height: 1.75;
  }
  .table:not(.sp_table) {
    border-bottom: 1px solid #99bbe0;
  }
  .table:not(.sp_table) tr {
    display: block;
  }
  .table:not(.sp_table) th,
  .table:not(.sp_table) td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 10px 10px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .table a {
    word-break: break-all;
  }
}
/*-------------------------------------------*/
/*
/*page_nav
/*
/*-------------------------------------------*/
.page_nav_wrap {
  margin-top: 96px;
  padding: 64px 0;
  background: rgba(229, 238, 247, 0.7);
}

.page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px;
  line-height: 1.2;
  text-align: center;
}
.page_nav li {
  width: 344px;
}
.page_nav li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 22px 32px;
  background: #3378c1;
  border: 1px solid #3378c1;
  border-radius: 100vmax;
  color: #fff;
}
@media (any-hover: hover) {
  .page_nav li a:hover {
    background: #fff;
    color: #3378c1;
    opacity: 1;
  }
  .page_nav li a:hover:after {
    border-color: #3378c1;
  }
}
.page_nav li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 4px;
  margin: auto 0;
}
.page_nav + .page_nav {
  margin-top: 24px;
}
.page_nav + .page_subnav {
  margin-top: 40px;
}
.page_nav.col04 li {
  width: 252px;
}
.page_nav.col05 li {
  width: 196px;
}
.page_nav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

.page_subnav {
  display: flex;
  justify-content: center;
  gap: 24px 60px;
  flex-wrap: wrap;
  line-height: 1.2;
  text-align: center;
}
.page_subnav li a {
  position: relative;
  display: block;
  padding-right: 40px;
  color: #0056b1;
}
@media (any-hover: hover) {
  .page_subnav li a:hover {
    opacity: 0.5;
  }
}
.page_subnav li a::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 4px;
  margin: auto 0;
}
.page_subnav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 20px);
}
.page_subnav.col05 li {
  width: 196px;
  max-width: calc(20% - 20px);
}
.page_subnav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

@media screen and (max-width: 810px) {
  .page_nav_wrap {
    margin-top: 40px;
    padding: 32px 0;
  }
  .page_nav {
    width: 100%;
    gap: 0;
    border-top: 1px solid #80aad8;
    text-align: left;
  }
  .page_nav li {
    width: 100%;
    border-bottom: 1px solid #80aad8;
  }
  .page_nav li a {
    padding: 14px 40px 14px 14px;
    border-radius: 0;
  }
  .page_nav + .page_nav {
    margin-top: 0;
  }
  .page_nav + .page_subnav {
    margin-top: 8px;
  }
  .page_nav.col04 li {
    width: 100%;
  }
  .page_nav.col05 li {
    width: 100%;
  }
  .page_nav.col06 li {
    width: 100%;
  }
  .page_subnav {
    width: 100%;
    margin-bottom: -8px;
    gap: 0px 0px;
    font-size: 1.4rem;
    justify-content: space-around;
    text-align: left;
  }
  .page_subnav li {
    width: auto;
  }
  .page_subnav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 8px 8px;
  }
  .page_subnav li a::after {
    content: none;
  }
  .page_subnav li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col03 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col05 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col06 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*slider
/*
/*-------------------------------------------*/
.common_slide > .slide_item:not(:first-child) {
  display: none;
}

/*-------------------------------------------*/
/*
/*reserve_box
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#icon_pagetop {
  position: fixed;
  right: 0;
  bottom: 72px;
  line-height: 1;
  text-align: center;
  z-index: 5000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}
#icon_pagetop.active {
  visibility: visible;
  opacity: 1;
}
#icon_pagetop a {
  display: block;
}
#f_reserve {
  padding: 96px 0 64px;
  background: url(../img/common/f_bg_01.webp) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
#f_reserve .reserve_tit {
  margin-bottom: 32px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
}
#f_reserve .reserve_tit .en {
  display: block;
  margin-bottom: 12px;
  font-size: 5.6rem;
  letter-spacing: 0.12em;
  line-height: 1;
  opacity: 0.6;
}
#f_reserve .reserve_bestrate {
  margin-right: 32px;
}
#f_reserve .btn_reserve {
  border-color: #fff;
}

#footer {
  position: relative;
  background: #0056b1;
  color: #fff;
}
#footer .f_col {
  padding: 96px 0 40px;
}
#footer .f_info {
  width: 44%;
}
#footer .f_info .info_logo {
  margin-bottom: 50px;
  line-height: 1;
}
#footer .f_info .info_logo a {
  display: inline-block;
}
#footer .f_info .info_address {
  line-height: 1.8;
}
#footer .f_info .info_address a {
  color: currentColor;
}
#footer .f_info .info_address .tel {
  display: inline-block;
  margin: 8px 0;
}
#footer .f_info .info_address .tel .sp_tel {
  display: inline-block;
  font-size: 3.2rem;
  letter-spacing: 0.075em;
  line-height: 1.2;
}
#footer .f_info .info_sns {
  margin-top: 64px;
  line-height: 1;
  justify-content: flex-start;
}
#footer .f_info .info_sns li + li {
  margin-left: 28px;
}
#footer .f_nav {
  width: 50%;
  max-width: 488px;
}
#footer .f_nav .nav_list {
  width: 50%;
  margin-bottom: 40px;
  line-height: 1.5;
}
#footer .f_nav .nav_list li {
  margin-bottom: 24px;
}
#footer .f_nav .nav_list li a {
  position: relative;
  display: inline-block;
  color: currentColor;
}
#footer .f_nav .nav_list li .arrow {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
}
#footer .f_nav .nav_list li .arrow:before, #footer .f_nav .nav_list li .arrow:after {
  right: 10px;
}
#footer .f_nav .nav_list li .arrow:after {
  width: 6px;
  height: 6px;
  margin-top: -3px;
}
#footer .f_nav .nav_bnr a {
  display: inline-block;
}
#footer .f_nav .nav_bnr a + a {
  margin-top: 16px;
}
#footer .f_copyright {
  padding: 28px 0 96px;
  background: url(../img/common/bg.webp) center top, #fff;
  color: #0056b1;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (min-width: 2001px) {
  #footer .f_copyright {
    background-size: 100%;
  }
}
#footer .f_copyright small {
  font-size: 1.6rem;
}

@media screen and (max-width: 810px) {
  #icon_pagetop {
    bottom: 68px;
  }
  #icon_pagetop a img {
    width: 42px;
  }
  #f_reserve {
    padding: 48px 0 48px;
    background: url(../img/common/f_bg_01_sp.webp) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
  }
  #f_reserve .reserve_tit {
    margin-bottom: 20px;
    font-size: 1.6rem;
    letter-spacing: 0.075em;
    text-align: center;
  }
  #f_reserve .reserve_tit .en {
    margin-bottom: 8px;
    font-size: 4.4rem;
    letter-spacing: 0.12em;
  }
  #f_reserve .reserve_bestrate {
    max-width: 39%;
    margin-right: 3%;
  }
  #f_reserve .btn_reserve {
    width: 263px;
    max-width: 58%;
    padding-left: 10px;
    padding-right: 24px;
  }
  #f_reserve .btn_reserve::after {
    right: 8%;
  }
  #footer .f_col {
    padding: 48px 0 32px;
  }
  #footer .f_info {
    width: 100%;
    text-align: center;
  }
  #footer .f_info .info_logo {
    margin-bottom: 24px;
  }
  #footer .f_info .info_logo img {
    width: 245px;
    height: auto;
    text-align: center;
  }
  #footer .f_info .info_address {
    display: inline-block;
    line-height: 1.8;
    text-align: left;
  }
  #footer .f_info .info_address .tel {
    display: inline-block;
    margin: 4px 0;
  }
  #footer .f_info .info_address .tel .sp_tel {
    font-size: 3rem;
    letter-spacing: 0.075em;
  }
  #footer .f_info .info_sns {
    max-width: 245px;
    margin: 8px auto 0;
    justify-content: center;
  }
  #footer .f_info .info_sns li + li {
    margin-left: 24px;
  }
  #footer .f_nav {
    width: 100%;
    max-width: 100%;
    margin-top: 32px;
  }
  #footer .f_nav .nav_list {
    display: none;
  }
  #footer .f_nav .nav_bnr {
    max-width: 488px;
    margin: 0 auto;
  }
  #footer .f_nav .nav_bnr a + a {
    margin-top: 8px;
  }
  #footer .f_copyright {
    padding: 16px 0 120px;
    font-size: 1.15rem;
    letter-spacing: 0.075em;
  }
  #footer .f_copyright small {
    font-size: 1.15rem;
  }
}
@media screen and (max-width: 640px) {
  #footer .f_info .info_sns {
    justify-content: flex-start;
  }
}
/*  sp_footer
------------------------------------*/
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -60px;
  width: 100%;
  background: #0056b1;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  z-index: 2000;
  transition: bottom 0.4s;
}
#sp_footer.active {
  bottom: 0;
}
#sp_footer a,
#sp_footer div {
  display: table-cell;
  box-sizing: border-box;
  width: 25%;
  height: 60px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
}
#sp_footer img {
  display: block;
  margin: 0 auto 6px;
}
#sp_footer .txt {
  display: block;
}
#sp_footer .btn_reserve {
  width: 50%;
  background: #9e005d;
}
#sp_footer .nav_open {
  position: static;
  height: 60px;
  padding: 0 0 10px;
  font-size: 1.4rem;
  letter-spacing: 0;
  letter-spacing: 0.05em;
}
#sp_footer .nav_open img {
  margin-bottom: 10px;
}
#sp_footer .nav_open .txt {
  text-indent: 0;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #sp_footer {
    display: table;
  }
}
/*  nav_box
------------------------------------*/
#nav_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0056b1;
  box-sizing: border-box;
  color: #fff;
  letter-spacing: 0;
  z-index: 9998;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#nav_box .nav_container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 48px);
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  padding: 48px 0 48px;
}
#nav_box .nav_logo {
  width: 220px;
}
#nav_box .nav_nav {
  width: 66%;
  max-width: 670px;
}
#nav_box .nav_nav .nav_list {
  margin: 0 auto;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
}
#nav_box .nav_nav .nav_list li {
  margin-bottom: 32px;
}
#nav_box .nav_nav .nav_list li a,
#nav_box .nav_nav .nav_list li > span {
  position: relative;
  display: inline-block;
  color: currentColor;
  cursor: pointer;
}
#nav_box .nav_reserve {
  position: relative;
  margin-top: 32px;
  padding: 24px 40px 16px;
  background: #fff;
  border: 4px solid #b2cce8;
  border-radius: 40px;
  color: #000;
  text-align: center;
}
#nav_box .nav_reserve .reserve_bestrate {
  position: absolute;
  left: 40px;
  top: -62px;
}
#nav_box .nav_reserve .reserve_tit {
  margin: 0;
  padding-top: 10px;
  color: #0056b1;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
#nav_box .nav_reserve .reserve_tit .en {
  display: block;
  margin-bottom: 4px;
  font-size: 3.6rem;
  letter-spacing: 0.12em;
  line-height: 1;
  opacity: 0.6;
}
#nav_box .nav_reserve .reserve_btns {
  width: 280px;
  text-align: left;
}
#nav_box .nav_reserve .reserve_btns .btn_cancel {
  position: relative;
  display: inline-block;
  margin-top: 12px;
  padding-right: 32px;
  line-height: 1.5;
}
#nav_box .nav_reserve .reserve_btns .btn_cancel::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #80aad8;
  border-right: 1px solid #80aad8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#nav_box .nav_reserve .reserve_tel {
  line-height: 1;
}
#nav_box .nav_reserve .reserve_tel span {
  display: inline-block;
}
#nav_box .nav_reserve .reserve_tel .tel {
  display: inline-block;
  margin-top: 5px;
  font-size: 3.2rem;
}
#nav_box .nav_reserve .reserve_tel .tel .icon {
  margin-right: 8px;
}
#nav_box .nav_close {
  position: absolute;
  right: -8px;
  top: 0;
  width: 72px;
  height: 64px;
  padding-top: 30px;
  line-height: 1;
  text-align: center;
}
#nav_box .nav_close .bar {
  position: relative;
  display: block;
  width: 32px;
  height: 1px;
  margin: 0 auto;
  background: transparent;
}
#nav_box .nav_close .bar:before, #nav_box .nav_close .bar:after {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 32px;
  height: 1px;
  background: #fff;
}
#nav_box .nav_close .bar:before {
  top: -10px;
  transform: translate(1px, 10px) rotate(45deg);
}
#nav_box .nav_close .bar:after {
  top: 10px;
  transform: translate(1px, -10px) rotate(-45deg);
}
#nav_box .nav_close .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@media screen and (max-height: 640px) {
  #nav_box {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav_box .nav_container {
    height: auto;
  }
}
@media screen and (max-width: 1000px) {
  #nav_box .nav_logo {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  #nav_box .nav_nav {
    width: 100%;
    margin: 0 auto;
  }
  #nav_box .nav_reserve {
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 810px) {
  #nav_box {
    min-width: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav_box .nav_container {
    display: block;
    width: calc(100% - 48px);
    padding: 16px 0 48px;
  }
  #nav_box .nav_logo {
    width: 198px;
    margin-bottom: 16px;
  }
  #nav_box .nav_nav {
    width: 100%;
    max-width: 670px;
    margin: 0 auto;
  }
  #nav_box .nav_nav .nav_list {
    margin: 0 auto;
    padding: 0 16px;
    font-size: 1.6rem;
  }
  #nav_box .nav_nav .nav_list ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #nav_box .nav_nav .nav_list li {
    width: 50%;
    margin-bottom: 20px;
  }
  #nav_box .nav_reserve {
    display: block;
    margin-top: 56px;
    padding: 56px 16px 8px;
    border: 4px solid #b2cce8;
    border-radius: 30px;
    text-align: center;
  }
  #nav_box .nav_reserve .reserve_bestrate {
    left: 0;
    right: 0;
    top: -60px;
    margin: 0 auto;
    max-width: 251px;
  }
  #nav_box .nav_reserve .reserve_tit {
    padding-top: 0;
    color: #0056b1;
    letter-spacing: 0.075em;
  }
  #nav_box .nav_reserve .reserve_tit .en {
    margin-bottom: 2px;
    font-size: 2.4rem;
    letter-spacing: 0.12em;
  }
  #nav_box .nav_reserve .reserve_btns {
    width: 263px;
    margin: 8px auto 0;
    text-align: center;
  }
  #nav_box .nav_reserve .reserve_btns .btn_cancel {
    margin-top: 8px;
    padding-right: 24px;
    font-size: 1.4rem;
  }
  #nav_box .nav_close {
    position: absolute;
    right: -8px;
    top: 0;
    width: 72px;
    height: 64px;
    padding-top: 30px;
    line-height: 1;
    text-align: center;
  }
  #nav_box .nav_close .bar {
    position: relative;
    display: block;
    width: 32px;
    height: 1px;
    margin: 0 auto;
    background: transparent;
  }
  #nav_box .nav_close .bar:before, #nav_box .nav_close .bar:after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 32px;
    height: 1px;
    background: #fff;
  }
  #nav_box .nav_close .bar:before {
    top: -10px;
    transform: translate(1px, 10px) rotate(45deg);
  }
  #nav_box .nav_close .bar:after {
    top: 10px;
    transform: translate(1px, -10px) rotate(-45deg);
  }
  #nav_box .nav_close .txt {
    display: block;
    text-align: left;
    text-indent: -9999px;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.ani {
  opacity: 0;
  transition-delay: 200ms;
  transition-duration: 600ms;
  transition-property: opacity, transform;
}
.ani.scroll {
  transform: translate(0, 0);
  opacity: 1;
}

.ani_fadeup {
  transform: translate(0, 30px);
}

.ani_fadefown {
  transform: translate(0, -30px);
}

.ani_fadeleft {
  transform: translate(-30px, 0);
}

.ani_faderight {
  transform: translate(30px, 0);
}

@media screen and (max-width: 810px) {
  .inview {
    transition-delay: 600ms;
  }
}
/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1080px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_tit {
  margin: 0;
  padding: 12px 60px 12px;
  background: #0056b1;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 64px;
}

.modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #000;
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 810px) {
  #modal_section .modal_tit {
    padding: 10px 60px 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is_tablet {
  min-width: 1300px;
  font-size: 18px;
}
body.is_tablet #header {
  font-size: 16px;
}

/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

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