@charset "UTF-8";
/*
CSSは「SCSS」で管理しているため、追加CSSは「customize.css」に記入すること！！！
*/
@font-face {
  font-family: "無心";
  src: url("../fonts/mushin.otf") format("truetype");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  color: #000;
  line-height: 1.6;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

.ff_bass {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.ff_manrope {
  font-family: "Manrope", sans-serif !important;
}

.ff_mushin {
  font-family: "無心", sans-serif !important;
}

html {
  scroll-behavior: auto !important;
}

.body_inner {
  overflow-x: hidden;
}

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

figure {
  margin: 0;
}
figure figcaption {
  margin-top: 5px;
}

a:hover {
  color: #0d6efd;
  text-decoration: none;
}

button {
  outline: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}
button.btn {
  outline: none;
}
button.btn:focus {
  outline: none;
  box-shadow: none;
}

.wow {
  visibility: visible !important;
}

body {
  background-color: transparent;
}

.container-fluid {
  max-width: 1200px;
}
.container-fluid.full_width {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0 15px;
  }
}

@media (min-width: 768px) {
  .block {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .block {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .block_middle {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .block_middle {
    margin-bottom: 30px;
  }
}

.row.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .row.sp_reverse {
    flex-direction: row-reverse;
  }
  .row.sp_column_reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .sp_only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}
@media (min-width: 1101px) {
  .sp_only_header {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .pc_only_header {
    display: none !important;
  }
}
.roll {
  display: inline-block;
}
@media (min-width: 768px) {
  .roll {
    transition: 0.3s;
  }
  .roll:hover {
    opacity: 0.7;
  }
}

.text_link {
  color: #0d6efd;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .text_link {
    transition: 0.2s;
  }
  .text_link:hover {
    color: #0d6efd;
    text-decoration: none;
  }
}

.zoom_link .zoom_link_img_wrap {
  display: inline-block;
  overflow: hidden;
}
.zoom_link .zoom_link_img_wrap img {
  transition: 0.3s;
}
@media (min-width: 768px) {
  .zoom_link:hover .zoom_link_img_wrap img {
    transform: scale(1.2);
  }
}

.list_style_none {
  list-style: none;
  padding-left: 0;
}

.text_indent_1 {
  text-indent: -1em;
  padding-left: 1em;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text-primary {
  color: #d40000 !important;
}

.text-secondary {
  color: #0d8502 !important;
}

.text-accent {
  color: #d40000 !important;
}

.text_red {
  color: #ff0000 !important;
}

.text_inversion {
  color: #fff !important;
}

.text_base_color {
  color: #000 !important;
}

.bg-primary {
  background-color: #d40000 !important;
}

.bg-secondary {
  background-color: #0d8502 !important;
}

.bg-accent {
  background-color: #d40000 !important;
}

.bg_highlight {
  background-color: rgba(255, 193, 135, 0.15) !important;
}

.border-color-primary {
  border-color: #d40000 !important;
}

.border-color-secondary {
  border-color: #0d8502 !important;
}

.border-color-accent {
  border-color: #d40000 !important;
}

.border_color_red {
  border-color: #c90000 !important;
}

.border_color_inversion {
  border-color: #fff !important;
}

.border_color_base_color {
  border-color: #000 !important;
}

.fs_1h {
  font-size: 2.6rem !important;
}
@media (max-width: 767px) {
  .fs_1h {
    font-size: 2.2rem !important;
  }
}

.fs_2h {
  font-size: 2.4rem !important;
}
@media (max-width: 767px) {
  .fs_2h {
    font-size: 2rem !important;
  }
}

.fs_3h {
  font-size: 2rem !important;
}
@media (max-width: 767px) {
  .fs_3h {
    font-size: 1.8rem !important;
  }
}

.fs_4h {
  font-size: 1.8rem !important;
}
@media (max-width: 767px) {
  .fs_4h {
    font-size: 1.6rem !important;
  }
}

.fs_5 {
  font-size: 0.5rem !important;
}

.fs_10 {
  font-size: 1rem !important;
}

.fs_15 {
  font-size: 1.5rem !important;
}

.fs_20 {
  font-size: 2rem !important;
}

.fs_25 {
  font-size: 2.5rem !important;
}

.fs_30 {
  font-size: 3rem !important;
}

.fs_35 {
  font-size: 3.5rem !important;
}

.fs_40 {
  font-size: 4rem !important;
}

.fs_45 {
  font-size: 4.5rem !important;
}

.fs_50 {
  font-size: 5rem !important;
}

.fs_5_em {
  font-size: 0.5em !important;
}

.fs_10_em {
  font-size: 1em !important;
}

.fs_15_em {
  font-size: 1.5em !important;
}

.fs_20_em {
  font-size: 2em !important;
}

.fs_25_em {
  font-size: 2.5em !important;
}

.fs_30_em {
  font-size: 3em !important;
}

.fs_35_em {
  font-size: 3.5em !important;
}

.fs_40_em {
  font-size: 4em !important;
}

.fs_45_em {
  font-size: 4.5em !important;
}

.fs_50_em {
  font-size: 5em !important;
}

.fs_50_percent {
  font-size: 50% !important;
}

.fs_55_percent {
  font-size: 55% !important;
}

.fs_60_percent {
  font-size: 60% !important;
}

.fs_65_percent {
  font-size: 65% !important;
}

.fs_70_percent {
  font-size: 70% !important;
}

.fs_75_percent {
  font-size: 75% !important;
}

.fs_80_percent {
  font-size: 80% !important;
}

.fs_85_percent {
  font-size: 85% !important;
}

.fs_90_percent {
  font-size: 90% !important;
}

.fs_95_percent {
  font-size: 95% !important;
}

.fs_100_percent {
  font-size: 100% !important;
}

.fs_105_percent {
  font-size: 105% !important;
}

.fs_110_percent {
  font-size: 110% !important;
}

.fs_115_percent {
  font-size: 115% !important;
}

.fs_120_percent {
  font-size: 120% !important;
}

.fs_125_percent {
  font-size: 125% !important;
}

.fs_130_percent {
  font-size: 130% !important;
}

.fs_135_percent {
  font-size: 135% !important;
}

.fs_140_percent {
  font-size: 140% !important;
}

.fs_145_percent {
  font-size: 145% !important;
}

.fs_150_percent {
  font-size: 150% !important;
}

.fs_155_percent {
  font-size: 155% !important;
}

.fs_160_percent {
  font-size: 160% !important;
}

.fs_165_percent {
  font-size: 165% !important;
}

.fs_170_percent {
  font-size: 170% !important;
}

.fs_175_percent {
  font-size: 175% !important;
}

.fs_180_percent {
  font-size: 180% !important;
}

.fs_185_percent {
  font-size: 185% !important;
}

.fs_190_percent {
  font-size: 190% !important;
}

.fs_195_percent {
  font-size: 195% !important;
}

.fs_200_percent {
  font-size: 200% !important;
}

.fs_205_percent {
  font-size: 205% !important;
}

.fs_210_percent {
  font-size: 210% !important;
}

.fs_215_percent {
  font-size: 215% !important;
}

.fs_220_percent {
  font-size: 220% !important;
}

.fs_225_percent {
  font-size: 225% !important;
}

.fs_230_percent {
  font-size: 230% !important;
}

.fs_235_percent {
  font-size: 235% !important;
}

.fs_240_percent {
  font-size: 240% !important;
}

.fs_245_percent {
  font-size: 245% !important;
}

.fs_250_percent {
  font-size: 250% !important;
}

.fs_255_percent {
  font-size: 255% !important;
}

.fs_260_percent {
  font-size: 260% !important;
}

.fs_265_percent {
  font-size: 265% !important;
}

.fs_270_percent {
  font-size: 270% !important;
}

.fs_275_percent {
  font-size: 275% !important;
}

.fs_280_percent {
  font-size: 280% !important;
}

.fs_285_percent {
  font-size: 285% !important;
}

.fs_290_percent {
  font-size: 290% !important;
}

.fs_295_percent {
  font-size: 295% !important;
}

.fs_300_percent {
  font-size: 300% !important;
}

@media (max-width: 767px) {
  .sp_fs_5 {
    font-size: 0.5rem !important;
  }
  .sp_fs_10 {
    font-size: 1rem !important;
  }
  .sp_fs_15 {
    font-size: 1.5rem !important;
  }
  .sp_fs_20 {
    font-size: 2rem !important;
  }
  .sp_fs_25 {
    font-size: 2.5rem !important;
  }
  .sp_fs_30 {
    font-size: 3rem !important;
  }
  .sp_fs_35 {
    font-size: 3.5rem !important;
  }
  .sp_fs_40 {
    font-size: 4rem !important;
  }
  .sp_fs_45 {
    font-size: 4.5rem !important;
  }
  .sp_fs_50 {
    font-size: 5rem !important;
  }
  .sp_fs_5_em {
    font-size: 0.5em !important;
  }
  .sp_fs_10_em {
    font-size: 1em !important;
  }
  .sp_fs_15_em {
    font-size: 1.5em !important;
  }
  .sp_fs_20_em {
    font-size: 2em !important;
  }
  .sp_fs_25_em {
    font-size: 2.5em !important;
  }
  .sp_fs_30_em {
    font-size: 3em !important;
  }
  .sp_fs_35_em {
    font-size: 3.5em !important;
  }
  .sp_fs_40_em {
    font-size: 4em !important;
  }
  .sp_fs_45_em {
    font-size: 4.5em !important;
  }
  .sp_fs_50_em {
    font-size: 5em !important;
  }
  .sp_fs_50_percent {
    font-size: 50% !important;
  }
  .sp_fs_55_percent {
    font-size: 55% !important;
  }
  .sp_fs_60_percent {
    font-size: 60% !important;
  }
  .sp_fs_65_percent {
    font-size: 65% !important;
  }
  .sp_fs_70_percent {
    font-size: 70% !important;
  }
  .sp_fs_75_percent {
    font-size: 75% !important;
  }
  .sp_fs_80_percent {
    font-size: 80% !important;
  }
  .sp_fs_85_percent {
    font-size: 85% !important;
  }
  .sp_fs_90_percent {
    font-size: 90% !important;
  }
  .sp_fs_95_percent {
    font-size: 95% !important;
  }
  .sp_fs_100_percent {
    font-size: 100% !important;
  }
  .sp_fs_105_percent {
    font-size: 105% !important;
  }
  .sp_fs_110_percent {
    font-size: 110% !important;
  }
  .sp_fs_115_percent {
    font-size: 115% !important;
  }
  .sp_fs_120_percent {
    font-size: 120% !important;
  }
  .sp_fs_125_percent {
    font-size: 125% !important;
  }
  .sp_fs_130_percent {
    font-size: 130% !important;
  }
  .sp_fs_135_percent {
    font-size: 135% !important;
  }
  .sp_fs_140_percent {
    font-size: 140% !important;
  }
  .sp_fs_145_percent {
    font-size: 145% !important;
  }
  .sp_fs_150_percent {
    font-size: 150% !important;
  }
  .sp_fs_155_percent {
    font-size: 155% !important;
  }
  .sp_fs_160_percent {
    font-size: 160% !important;
  }
  .sp_fs_165_percent {
    font-size: 165% !important;
  }
  .sp_fs_170_percent {
    font-size: 170% !important;
  }
  .sp_fs_175_percent {
    font-size: 175% !important;
  }
  .sp_fs_180_percent {
    font-size: 180% !important;
  }
  .sp_fs_185_percent {
    font-size: 185% !important;
  }
  .sp_fs_190_percent {
    font-size: 190% !important;
  }
  .sp_fs_195_percent {
    font-size: 195% !important;
  }
  .sp_fs_200_percent {
    font-size: 200% !important;
  }
  .sp_fs_205_percent {
    font-size: 205% !important;
  }
  .sp_fs_210_percent {
    font-size: 210% !important;
  }
  .sp_fs_215_percent {
    font-size: 215% !important;
  }
  .sp_fs_220_percent {
    font-size: 220% !important;
  }
  .sp_fs_225_percent {
    font-size: 225% !important;
  }
  .sp_fs_230_percent {
    font-size: 230% !important;
  }
  .sp_fs_235_percent {
    font-size: 235% !important;
  }
  .sp_fs_240_percent {
    font-size: 240% !important;
  }
  .sp_fs_245_percent {
    font-size: 245% !important;
  }
  .sp_fs_250_percent {
    font-size: 250% !important;
  }
  .sp_fs_255_percent {
    font-size: 255% !important;
  }
  .sp_fs_260_percent {
    font-size: 260% !important;
  }
  .sp_fs_265_percent {
    font-size: 265% !important;
  }
  .sp_fs_270_percent {
    font-size: 270% !important;
  }
  .sp_fs_275_percent {
    font-size: 275% !important;
  }
  .sp_fs_280_percent {
    font-size: 280% !important;
  }
  .sp_fs_285_percent {
    font-size: 285% !important;
  }
  .sp_fs_290_percent {
    font-size: 290% !important;
  }
  .sp_fs_295_percent {
    font-size: 295% !important;
  }
  .sp_fs_300_percent {
    font-size: 300% !important;
  }
}
.m_auto {
  margin: auto !important;
}

.mx_auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.ml_auto {
  margin-left: auto !important;
}

.mr_auto {
  margin-right: auto !important;
}

@media (max-width: 767px) {
  .sp_mx_auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.m_0 {
  margin: 0px !important;
}

.m_5 {
  margin: 5px !important;
}

.m_10 {
  margin: 10px !important;
}

.m_15 {
  margin: 15px !important;
}

.m_20 {
  margin: 20px !important;
}

.m_25 {
  margin: 25px !important;
}

.m_30 {
  margin: 30px !important;
}

.m_35 {
  margin: 35px !important;
}

.m_40 {
  margin: 40px !important;
}

.m_45 {
  margin: 45px !important;
}

.m_50 {
  margin: 50px !important;
}

.my_0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my_5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.my_10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my_15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.my_20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my_25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.my_30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my_35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.my_40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my_45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.my_50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx_0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mx_5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.mx_10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mx_15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.mx_20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mx_25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

.mx_30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx_35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

.mx_40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mx_45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

.mx_50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mt_5 {
  margin-top: 5px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_15 {
  margin-top: 15px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_25 {
  margin-top: 25px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mt_35 {
  margin-top: 35px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mt_45 {
  margin-top: 45px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.mb_5 {
  margin-bottom: 5px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.ml_5 {
  margin-left: 5px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.ml_15 {
  margin-left: 15px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.ml_25 {
  margin-left: 25px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.ml_35 {
  margin-left: 35px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.ml_45 {
  margin-left: 45px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mr_5 {
  margin-right: 5px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mr_15 {
  margin-right: 15px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mr_25 {
  margin-right: 25px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mr_35 {
  margin-right: 35px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mr_45 {
  margin-right: 45px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.m_0_em {
  margin: 0em !important;
}

.m_5_em {
  margin: 0.5em !important;
}

.m_10_em {
  margin: 1em !important;
}

.m_15_em {
  margin: 1.5em !important;
}

.m_20_em {
  margin: 2em !important;
}

.m_25_em {
  margin: 2.5em !important;
}

.m_30_em {
  margin: 3em !important;
}

.m_35_em {
  margin: 3.5em !important;
}

.m_40_em {
  margin: 4em !important;
}

.m_45_em {
  margin: 4.5em !important;
}

.m_50_em {
  margin: 5em !important;
}

.my_0_em {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

.my_5_em {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.my_10_em {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.my_15_em {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.my_20_em {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.my_25_em {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.my_30_em {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.my_35_em {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

.my_40_em {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.my_45_em {
  margin-top: 4.5em !important;
  margin-bottom: 4.5em !important;
}

.my_50_em {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.mx_0_em {
  margin-left: 0em !important;
  margin-right: 0em !important;
}

.mx_5_em {
  margin-left: 0.5em !important;
  margin-right: 0.5em !important;
}

.mx_10_em {
  margin-left: 1em !important;
  margin-right: 1em !important;
}

.mx_15_em {
  margin-left: 1.5em !important;
  margin-right: 1.5em !important;
}

.mx_20_em {
  margin-left: 2em !important;
  margin-right: 2em !important;
}

.mx_25_em {
  margin-left: 2.5em !important;
  margin-right: 2.5em !important;
}

.mx_30_em {
  margin-left: 3em !important;
  margin-right: 3em !important;
}

.mx_35_em {
  margin-left: 3.5em !important;
  margin-right: 3.5em !important;
}

.mx_40_em {
  margin-left: 4em !important;
  margin-right: 4em !important;
}

.mx_45_em {
  margin-left: 4.5em !important;
  margin-right: 4.5em !important;
}

.mx_50_em {
  margin-left: 5em !important;
  margin-right: 5em !important;
}

.mt_0_em {
  margin-top: 0em !important;
}

.mt_5_em {
  margin-top: 0.5em !important;
}

.mt_10_em {
  margin-top: 1em !important;
}

.mt_15_em {
  margin-top: 1.5em !important;
}

.mt_20_em {
  margin-top: 2em !important;
}

.mt_25_em {
  margin-top: 2.5em !important;
}

.mt_30_em {
  margin-top: 3em !important;
}

.mt_35_em {
  margin-top: 3.5em !important;
}

.mt_40_em {
  margin-top: 4em !important;
}

.mt_45_em {
  margin-top: 4.5em !important;
}

.mt_50_em {
  margin-top: 5em !important;
}

.mb_0_em {
  margin-bottom: 0em !important;
}

.mb_5_em {
  margin-bottom: 0.5em !important;
}

.mb_10_em {
  margin-bottom: 1em !important;
}

.mb_15_em {
  margin-bottom: 1.5em !important;
}

.mb_20_em {
  margin-bottom: 2em !important;
}

.mb_25_em {
  margin-bottom: 2.5em !important;
}

.mb_30_em {
  margin-bottom: 3em !important;
}

.mb_35_em {
  margin-bottom: 3.5em !important;
}

.mb_40_em {
  margin-bottom: 4em !important;
}

.mb_45_em {
  margin-bottom: 4.5em !important;
}

.mb_50_em {
  margin-bottom: 5em !important;
}

.ml_0_em {
  margin-left: 0em !important;
}

.ml_5_em {
  margin-left: 0.5em !important;
}

.ml_10_em {
  margin-left: 1em !important;
}

.ml_15_em {
  margin-left: 1.5em !important;
}

.ml_20_em {
  margin-left: 2em !important;
}

.ml_25_em {
  margin-left: 2.5em !important;
}

.ml_30_em {
  margin-left: 3em !important;
}

.ml_35_em {
  margin-left: 3.5em !important;
}

.ml_40_em {
  margin-left: 4em !important;
}

.ml_45_em {
  margin-left: 4.5em !important;
}

.ml_50_em {
  margin-left: 5em !important;
}

.mr_0_em {
  margin-right: 0em !important;
}

.mr_5_em {
  margin-right: 0.5em !important;
}

.mr_10_em {
  margin-right: 1em !important;
}

.mr_15_em {
  margin-right: 1.5em !important;
}

.mr_20_em {
  margin-right: 2em !important;
}

.mr_25_em {
  margin-right: 2.5em !important;
}

.mr_30_em {
  margin-right: 3em !important;
}

.mr_35_em {
  margin-right: 3.5em !important;
}

.mr_40_em {
  margin-right: 4em !important;
}

.mr_45_em {
  margin-right: 4.5em !important;
}

.mr_50_em {
  margin-right: 5em !important;
}

@media (max-width: 767px) {
  .sp_m_0 {
    margin: 0px !important;
  }
  .sp_m_5 {
    margin: 5px !important;
  }
  .sp_m_10 {
    margin: 10px !important;
  }
  .sp_m_15 {
    margin: 15px !important;
  }
  .sp_m_20 {
    margin: 20px !important;
  }
  .sp_m_25 {
    margin: 25px !important;
  }
  .sp_m_30 {
    margin: 30px !important;
  }
  .sp_m_35 {
    margin: 35px !important;
  }
  .sp_m_40 {
    margin: 40px !important;
  }
  .sp_m_45 {
    margin: 45px !important;
  }
  .sp_m_50 {
    margin: 50px !important;
  }
  .sp_my_0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .sp_my_5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  .sp_my_10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .sp_my_15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  .sp_my_20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .sp_my_25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  .sp_my_30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .sp_my_35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  .sp_my_40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  .sp_my_45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  .sp_my_50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .sp_mx_0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .sp_mx_5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  .sp_mx_10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .sp_mx_15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .sp_mx_20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .sp_mx_25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  .sp_mx_30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .sp_mx_35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  .sp_mx_40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  .sp_mx_45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  .sp_mx_50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  .sp_mt_0 {
    margin-top: 0px !important;
  }
  .sp_mt_5 {
    margin-top: 5px !important;
  }
  .sp_mt_10 {
    margin-top: 10px !important;
  }
  .sp_mt_15 {
    margin-top: 15px !important;
  }
  .sp_mt_20 {
    margin-top: 20px !important;
  }
  .sp_mt_25 {
    margin-top: 25px !important;
  }
  .sp_mt_30 {
    margin-top: 30px !important;
  }
  .sp_mt_35 {
    margin-top: 35px !important;
  }
  .sp_mt_40 {
    margin-top: 40px !important;
  }
  .sp_mt_45 {
    margin-top: 45px !important;
  }
  .sp_mt_50 {
    margin-top: 50px !important;
  }
  .sp_mb_0 {
    margin-bottom: 0px !important;
  }
  .sp_mb_5 {
    margin-bottom: 5px !important;
  }
  .sp_mb_10 {
    margin-bottom: 10px !important;
  }
  .sp_mb_15 {
    margin-bottom: 15px !important;
  }
  .sp_mb_20 {
    margin-bottom: 20px !important;
  }
  .sp_mb_25 {
    margin-bottom: 25px !important;
  }
  .sp_mb_30 {
    margin-bottom: 30px !important;
  }
  .sp_mb_35 {
    margin-bottom: 35px !important;
  }
  .sp_mb_40 {
    margin-bottom: 40px !important;
  }
  .sp_mb_45 {
    margin-bottom: 45px !important;
  }
  .sp_mb_50 {
    margin-bottom: 50px !important;
  }
  .sp_ml_0 {
    margin-left: 0px !important;
  }
  .sp_ml_5 {
    margin-left: 5px !important;
  }
  .sp_ml_10 {
    margin-left: 10px !important;
  }
  .sp_ml_15 {
    margin-left: 15px !important;
  }
  .sp_ml_20 {
    margin-left: 20px !important;
  }
  .sp_ml_25 {
    margin-left: 25px !important;
  }
  .sp_ml_30 {
    margin-left: 30px !important;
  }
  .sp_ml_35 {
    margin-left: 35px !important;
  }
  .sp_ml_40 {
    margin-left: 40px !important;
  }
  .sp_ml_45 {
    margin-left: 45px !important;
  }
  .sp_ml_50 {
    margin-left: 50px !important;
  }
  .sp_mr_0 {
    margin-right: 0px !important;
  }
  .sp_mr_5 {
    margin-right: 5px !important;
  }
  .sp_mr_10 {
    margin-right: 10px !important;
  }
  .sp_mr_15 {
    margin-right: 15px !important;
  }
  .sp_mr_20 {
    margin-right: 20px !important;
  }
  .sp_mr_25 {
    margin-right: 25px !important;
  }
  .sp_mr_30 {
    margin-right: 30px !important;
  }
  .sp_mr_35 {
    margin-right: 35px !important;
  }
  .sp_mr_40 {
    margin-right: 40px !important;
  }
  .sp_mr_45 {
    margin-right: 45px !important;
  }
  .sp_mr_50 {
    margin-right: 50px !important;
  }
  .sp_m_0_em {
    margin: 0em !important;
  }
  .sp_m_5_em {
    margin: 0.5em !important;
  }
  .sp_m_10_em {
    margin: 1em !important;
  }
  .sp_m_15_em {
    margin: 1.5em !important;
  }
  .sp_m_20_em {
    margin: 2em !important;
  }
  .sp_m_25_em {
    margin: 2.5em !important;
  }
  .sp_m_30_em {
    margin: 3em !important;
  }
  .sp_m_35_em {
    margin: 3.5em !important;
  }
  .sp_m_40_em {
    margin: 4em !important;
  }
  .sp_m_45_em {
    margin: 4.5em !important;
  }
  .sp_m_50_em {
    margin: 5em !important;
  }
  .sp_my_0_em {
    margin-top: 0em !important;
    margin-bottom: 0em !important;
  }
  .sp_my_5_em {
    margin-top: 0.5em !important;
    margin-bottom: 0.5em !important;
  }
  .sp_my_10_em {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
  }
  .sp_my_15_em {
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
  }
  .sp_my_20_em {
    margin-top: 2em !important;
    margin-bottom: 2em !important;
  }
  .sp_my_25_em {
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
  }
  .sp_my_30_em {
    margin-top: 3em !important;
    margin-bottom: 3em !important;
  }
  .sp_my_35_em {
    margin-top: 3.5em !important;
    margin-bottom: 3.5em !important;
  }
  .sp_my_40_em {
    margin-top: 4em !important;
    margin-bottom: 4em !important;
  }
  .sp_my_45_em {
    margin-top: 4.5em !important;
    margin-bottom: 4.5em !important;
  }
  .sp_my_50_em {
    margin-top: 5em !important;
    margin-bottom: 5em !important;
  }
  .sp_mx_0_em {
    margin-left: 0em !important;
    margin-right: 0em !important;
  }
  .sp_mx_5_em {
    margin-left: 0.5em !important;
    margin-right: 0.5em !important;
  }
  .sp_mx_10_em {
    margin-left: 1em !important;
    margin-right: 1em !important;
  }
  .sp_mx_15_em {
    margin-left: 1.5em !important;
    margin-right: 1.5em !important;
  }
  .sp_mx_20_em {
    margin-left: 2em !important;
    margin-right: 2em !important;
  }
  .sp_mx_25_em {
    margin-left: 2.5em !important;
    margin-right: 2.5em !important;
  }
  .sp_mx_30_em {
    margin-left: 3em !important;
    margin-right: 3em !important;
  }
  .sp_mx_35_em {
    margin-left: 3.5em !important;
    margin-right: 3.5em !important;
  }
  .sp_mx_40_em {
    margin-left: 4em !important;
    margin-right: 4em !important;
  }
  .sp_mx_45_em {
    margin-left: 4.5em !important;
    margin-right: 4.5em !important;
  }
  .sp_mx_50_em {
    margin-left: 5em !important;
    margin-right: 5em !important;
  }
  .sp_mt_0_em {
    margin-top: 0em !important;
  }
  .sp_mt_5_em {
    margin-top: 0.5em !important;
  }
  .sp_mt_10_em {
    margin-top: 1em !important;
  }
  .sp_mt_15_em {
    margin-top: 1.5em !important;
  }
  .sp_mt_20_em {
    margin-top: 2em !important;
  }
  .sp_mt_25_em {
    margin-top: 2.5em !important;
  }
  .sp_mt_30_em {
    margin-top: 3em !important;
  }
  .sp_mt_35_em {
    margin-top: 3.5em !important;
  }
  .sp_mt_40_em {
    margin-top: 4em !important;
  }
  .sp_mt_45_em {
    margin-top: 4.5em !important;
  }
  .sp_mt_50_em {
    margin-top: 5em !important;
  }
  .sp_mb_0_em {
    margin-bottom: 0em !important;
  }
  .sp_mb_5_em {
    margin-bottom: 0.5em !important;
  }
  .sp_mb_10_em {
    margin-bottom: 1em !important;
  }
  .sp_mb_15_em {
    margin-bottom: 1.5em !important;
  }
  .sp_mb_20_em {
    margin-bottom: 2em !important;
  }
  .sp_mb_25_em {
    margin-bottom: 2.5em !important;
  }
  .sp_mb_30_em {
    margin-bottom: 3em !important;
  }
  .sp_mb_35_em {
    margin-bottom: 3.5em !important;
  }
  .sp_mb_40_em {
    margin-bottom: 4em !important;
  }
  .sp_mb_45_em {
    margin-bottom: 4.5em !important;
  }
  .sp_mb_50_em {
    margin-bottom: 5em !important;
  }
  .sp_ml_0_em {
    margin-left: 0em !important;
  }
  .sp_ml_5_em {
    margin-left: 0.5em !important;
  }
  .sp_ml_10_em {
    margin-left: 1em !important;
  }
  .sp_ml_15_em {
    margin-left: 1.5em !important;
  }
  .sp_ml_20_em {
    margin-left: 2em !important;
  }
  .sp_ml_25_em {
    margin-left: 2.5em !important;
  }
  .sp_ml_30_em {
    margin-left: 3em !important;
  }
  .sp_ml_35_em {
    margin-left: 3.5em !important;
  }
  .sp_ml_40_em {
    margin-left: 4em !important;
  }
  .sp_ml_45_em {
    margin-left: 4.5em !important;
  }
  .sp_ml_50_em {
    margin-left: 5em !important;
  }
  .sp_mr_0_em {
    margin-right: 0em !important;
  }
  .sp_mr_5_em {
    margin-right: 0.5em !important;
  }
  .sp_mr_10_em {
    margin-right: 1em !important;
  }
  .sp_mr_15_em {
    margin-right: 1.5em !important;
  }
  .sp_mr_20_em {
    margin-right: 2em !important;
  }
  .sp_mr_25_em {
    margin-right: 2.5em !important;
  }
  .sp_mr_30_em {
    margin-right: 3em !important;
  }
  .sp_mr_35_em {
    margin-right: 3.5em !important;
  }
  .sp_mr_40_em {
    margin-right: 4em !important;
  }
  .sp_mr_45_em {
    margin-right: 4.5em !important;
  }
  .sp_mr_50_em {
    margin-right: 5em !important;
  }
}
.p_0 {
  padding: 0px !important;
}

.p_5 {
  padding: 5px !important;
}

.p_10 {
  padding: 10px !important;
}

.p_15 {
  padding: 15px !important;
}

.p_20 {
  padding: 20px !important;
}

.p_25 {
  padding: 25px !important;
}

.p_30 {
  padding: 30px !important;
}

.p_35 {
  padding: 35px !important;
}

.p_40 {
  padding: 40px !important;
}

.p_45 {
  padding: 45px !important;
}

.p_50 {
  padding: 50px !important;
}

.py_0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.py_5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.py_10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.py_15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.py_20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.py_25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.py_30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py_35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.py_40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.py_45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.py_50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px_0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px_5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.px_10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.px_15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.px_20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.px_25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.px_30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px_35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

.px_40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.px_45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

.px_50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pt_5 {
  padding-top: 5px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_15 {
  padding-top: 15px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pt_25 {
  padding-top: 25px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pt_45 {
  padding-top: 45px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pb_5 {
  padding-bottom: 5px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pb_15 {
  padding-bottom: 15px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pb_25 {
  padding-bottom: 25px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pb_35 {
  padding-bottom: 35px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pb_45 {
  padding-bottom: 45px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.pl_5 {
  padding-left: 5px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.pl_15 {
  padding-left: 15px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.pl_25 {
  padding-left: 25px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.pl_35 {
  padding-left: 35px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.pl_45 {
  padding-left: 45px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pr_5 {
  padding-right: 5px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pr_15 {
  padding-right: 15px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pr_25 {
  padding-right: 25px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pr_35 {
  padding-right: 35px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pr_45 {
  padding-right: 45px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.p_0_em {
  padding: 0em !important;
}

.p_5_em {
  padding: 0.5em !important;
}

.p_10_em {
  padding: 1em !important;
}

.p_15_em {
  padding: 1.5em !important;
}

.p_20_em {
  padding: 2em !important;
}

.p_25_em {
  padding: 2.5em !important;
}

.p_30_em {
  padding: 3em !important;
}

.p_35_em {
  padding: 3.5em !important;
}

.p_40_em {
  padding: 4em !important;
}

.p_45_em {
  padding: 4.5em !important;
}

.p_50_em {
  padding: 5em !important;
}

.py_0_em {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.py_5_em {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.py_10_em {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.py_15_em {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.py_20_em {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.py_25_em {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.py_30_em {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.py_35_em {
  padding-top: 3.5em !important;
  padding-bottom: 3.5em !important;
}

.py_40_em {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.py_45_em {
  padding-top: 4.5em !important;
  padding-bottom: 4.5em !important;
}

.py_50_em {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.px_0_em {
  padding-left: 0em !important;
  padding-right: 0em !important;
}

.px_5_em {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.px_10_em {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.px_15_em {
  padding-left: 1.5em !important;
  padding-right: 1.5em !important;
}

.px_20_em {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.px_25_em {
  padding-left: 2.5em !important;
  padding-right: 2.5em !important;
}

.px_30_em {
  padding-left: 3em !important;
  padding-right: 3em !important;
}

.px_35_em {
  padding-left: 3.5em !important;
  padding-right: 3.5em !important;
}

.px_40_em {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.px_45_em {
  padding-left: 4.5em !important;
  padding-right: 4.5em !important;
}

.px_50_em {
  padding-left: 5em !important;
  padding-right: 5em !important;
}

.pt_0_em {
  padding-top: 0em !important;
}

.pt_5_em {
  padding-top: 0.5em !important;
}

.pt_10_em {
  padding-top: 1em !important;
}

.pt_15_em {
  padding-top: 1.5em !important;
}

.pt_20_em {
  padding-top: 2em !important;
}

.pt_25_em {
  padding-top: 2.5em !important;
}

.pt_30_em {
  padding-top: 3em !important;
}

.pt_35_em {
  padding-top: 3.5em !important;
}

.pt_40_em {
  padding-top: 4em !important;
}

.pt_45_em {
  padding-top: 4.5em !important;
}

.pt_50_em {
  padding-top: 5em !important;
}

.pb_0_em {
  padding-bottom: 0em !important;
}

.pb_5_em {
  padding-bottom: 0.5em !important;
}

.pb_10_em {
  padding-bottom: 1em !important;
}

.pb_15_em {
  padding-bottom: 1.5em !important;
}

.pb_20_em {
  padding-bottom: 2em !important;
}

.pb_25_em {
  padding-bottom: 2.5em !important;
}

.pb_30_em {
  padding-bottom: 3em !important;
}

.pb_35_em {
  padding-bottom: 3.5em !important;
}

.pb_40_em {
  padding-bottom: 4em !important;
}

.pb_45_em {
  padding-bottom: 4.5em !important;
}

.pb_50_em {
  padding-bottom: 5em !important;
}

.pl_0_em {
  padding-left: 0em !important;
}

.pl_5_em {
  padding-left: 0.5em !important;
}

.pl_10_em {
  padding-left: 1em !important;
}

.pl_15_em {
  padding-left: 1.5em !important;
}

.pl_20_em {
  padding-left: 2em !important;
}

.pl_25_em {
  padding-left: 2.5em !important;
}

.pl_30_em {
  padding-left: 3em !important;
}

.pl_35_em {
  padding-left: 3.5em !important;
}

.pl_40_em {
  padding-left: 4em !important;
}

.pl_45_em {
  padding-left: 4.5em !important;
}

.pl_50_em {
  padding-left: 5em !important;
}

.pr_0_em {
  padding-right: 0em !important;
}

.pr_5_em {
  padding-right: 0.5em !important;
}

.pr_10_em {
  padding-right: 1em !important;
}

.pr_15_em {
  padding-right: 1.5em !important;
}

.pr_20_em {
  padding-right: 2em !important;
}

.pr_25_em {
  padding-right: 2.5em !important;
}

.pr_30_em {
  padding-right: 3em !important;
}

.pr_35_em {
  padding-right: 3.5em !important;
}

.pr_40_em {
  padding-right: 4em !important;
}

.pr_45_em {
  padding-right: 4.5em !important;
}

.pr_50_em {
  padding-right: 5em !important;
}

@media (max-width: 767px) {
  .sp_p_0 {
    padding: 0px !important;
  }
  .sp_p_5 {
    padding: 5px !important;
  }
  .sp_p_10 {
    padding: 10px !important;
  }
  .sp_p_15 {
    padding: 15px !important;
  }
  .sp_p_20 {
    padding: 20px !important;
  }
  .sp_p_25 {
    padding: 25px !important;
  }
  .sp_p_30 {
    padding: 30px !important;
  }
  .sp_p_35 {
    padding: 35px !important;
  }
  .sp_p_40 {
    padding: 40px !important;
  }
  .sp_p_45 {
    padding: 45px !important;
  }
  .sp_p_50 {
    padding: 50px !important;
  }
  .sp_py_0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .sp_py_5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  .sp_py_10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .sp_py_15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .sp_py_20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .sp_py_25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  .sp_py_30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .sp_py_35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  .sp_py_40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .sp_py_45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  .sp_py_50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .sp_px_0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .sp_px_5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .sp_px_10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .sp_px_15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .sp_px_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sp_px_25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  .sp_px_30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .sp_px_35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  .sp_px_40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .sp_px_45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  .sp_px_50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .sp_pt_0 {
    padding-top: 0px !important;
  }
  .sp_pt_5 {
    padding-top: 5px !important;
  }
  .sp_pt_10 {
    padding-top: 10px !important;
  }
  .sp_pt_15 {
    padding-top: 15px !important;
  }
  .sp_pt_20 {
    padding-top: 20px !important;
  }
  .sp_pt_25 {
    padding-top: 25px !important;
  }
  .sp_pt_30 {
    padding-top: 30px !important;
  }
  .sp_pt_35 {
    padding-top: 35px !important;
  }
  .sp_pt_40 {
    padding-top: 40px !important;
  }
  .sp_pt_45 {
    padding-top: 45px !important;
  }
  .sp_pt_50 {
    padding-top: 50px !important;
  }
  .sp_pb_0 {
    padding-bottom: 0px !important;
  }
  .sp_pb_5 {
    padding-bottom: 5px !important;
  }
  .sp_pb_10 {
    padding-bottom: 10px !important;
  }
  .sp_pb_15 {
    padding-bottom: 15px !important;
  }
  .sp_pb_20 {
    padding-bottom: 20px !important;
  }
  .sp_pb_25 {
    padding-bottom: 25px !important;
  }
  .sp_pb_30 {
    padding-bottom: 30px !important;
  }
  .sp_pb_35 {
    padding-bottom: 35px !important;
  }
  .sp_pb_40 {
    padding-bottom: 40px !important;
  }
  .sp_pb_45 {
    padding-bottom: 45px !important;
  }
  .sp_pb_50 {
    padding-bottom: 50px !important;
  }
  .sp_pl_0 {
    padding-left: 0px !important;
  }
  .sp_pl_5 {
    padding-left: 5px !important;
  }
  .sp_pl_10 {
    padding-left: 10px !important;
  }
  .sp_pl_15 {
    padding-left: 15px !important;
  }
  .sp_pl_20 {
    padding-left: 20px !important;
  }
  .sp_pl_25 {
    padding-left: 25px !important;
  }
  .sp_pl_30 {
    padding-left: 30px !important;
  }
  .sp_pl_35 {
    padding-left: 35px !important;
  }
  .sp_pl_40 {
    padding-left: 40px !important;
  }
  .sp_pl_45 {
    padding-left: 45px !important;
  }
  .sp_pl_50 {
    padding-left: 50px !important;
  }
  .sp_pr_0 {
    padding-right: 0px !important;
  }
  .sp_pr_5 {
    padding-right: 5px !important;
  }
  .sp_pr_10 {
    padding-right: 10px !important;
  }
  .sp_pr_15 {
    padding-right: 15px !important;
  }
  .sp_pr_20 {
    padding-right: 20px !important;
  }
  .sp_pr_25 {
    padding-right: 25px !important;
  }
  .sp_pr_30 {
    padding-right: 30px !important;
  }
  .sp_pr_35 {
    padding-right: 35px !important;
  }
  .sp_pr_40 {
    padding-right: 40px !important;
  }
  .sp_pr_45 {
    padding-right: 45px !important;
  }
  .sp_pr_50 {
    padding-right: 50px !important;
  }
  .sp_p_0_em {
    padding: 0em !important;
  }
  .sp_p_5_em {
    padding: 0.5em !important;
  }
  .sp_p_10_em {
    padding: 1em !important;
  }
  .sp_p_15_em {
    padding: 1.5em !important;
  }
  .sp_p_20_em {
    padding: 2em !important;
  }
  .sp_p_25_em {
    padding: 2.5em !important;
  }
  .sp_p_30_em {
    padding: 3em !important;
  }
  .sp_p_35_em {
    padding: 3.5em !important;
  }
  .sp_p_40_em {
    padding: 4em !important;
  }
  .sp_p_45_em {
    padding: 4.5em !important;
  }
  .sp_p_50_em {
    padding: 5em !important;
  }
  .sp_py_0_em {
    padding-top: 0em !important;
    padding-bottom: 0em !important;
  }
  .sp_py_5_em {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }
  .sp_py_10_em {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
  .sp_py_15_em {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
  }
  .sp_py_20_em {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
  .sp_py_25_em {
    padding-top: 2.5em !important;
    padding-bottom: 2.5em !important;
  }
  .sp_py_30_em {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .sp_py_35_em {
    padding-top: 3.5em !important;
    padding-bottom: 3.5em !important;
  }
  .sp_py_40_em {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }
  .sp_py_45_em {
    padding-top: 4.5em !important;
    padding-bottom: 4.5em !important;
  }
  .sp_py_50_em {
    padding-top: 5em !important;
    padding-bottom: 5em !important;
  }
  .sp_px_0_em {
    padding-left: 0em !important;
    padding-right: 0em !important;
  }
  .sp_px_5_em {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }
  .sp_px_10_em {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }
  .sp_px_15_em {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }
  .sp_px_20_em {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }
  .sp_px_25_em {
    padding-left: 2.5em !important;
    padding-right: 2.5em !important;
  }
  .sp_px_30_em {
    padding-left: 3em !important;
    padding-right: 3em !important;
  }
  .sp_px_35_em {
    padding-left: 3.5em !important;
    padding-right: 3.5em !important;
  }
  .sp_px_40_em {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }
  .sp_px_45_em {
    padding-left: 4.5em !important;
    padding-right: 4.5em !important;
  }
  .sp_px_50_em {
    padding-left: 5em !important;
    padding-right: 5em !important;
  }
  .sp_pt_0_em {
    padding-top: 0em !important;
  }
  .sp_pt_5_em {
    padding-top: 0.5em !important;
  }
  .sp_pt_10_em {
    padding-top: 1em !important;
  }
  .sp_pt_15_em {
    padding-top: 1.5em !important;
  }
  .sp_pt_20_em {
    padding-top: 2em !important;
  }
  .sp_pt_25_em {
    padding-top: 2.5em !important;
  }
  .sp_pt_30_em {
    padding-top: 3em !important;
  }
  .sp_pt_35_em {
    padding-top: 3.5em !important;
  }
  .sp_pt_40_em {
    padding-top: 4em !important;
  }
  .sp_pt_45_em {
    padding-top: 4.5em !important;
  }
  .sp_pt_50_em {
    padding-top: 5em !important;
  }
  .sp_pb_0_em {
    padding-bottom: 0em !important;
  }
  .sp_pb_5_em {
    padding-bottom: 0.5em !important;
  }
  .sp_pb_10_em {
    padding-bottom: 1em !important;
  }
  .sp_pb_15_em {
    padding-bottom: 1.5em !important;
  }
  .sp_pb_20_em {
    padding-bottom: 2em !important;
  }
  .sp_pb_25_em {
    padding-bottom: 2.5em !important;
  }
  .sp_pb_30_em {
    padding-bottom: 3em !important;
  }
  .sp_pb_35_em {
    padding-bottom: 3.5em !important;
  }
  .sp_pb_40_em {
    padding-bottom: 4em !important;
  }
  .sp_pb_45_em {
    padding-bottom: 4.5em !important;
  }
  .sp_pb_50_em {
    padding-bottom: 5em !important;
  }
  .sp_pl_0_em {
    padding-left: 0em !important;
  }
  .sp_pl_5_em {
    padding-left: 0.5em !important;
  }
  .sp_pl_10_em {
    padding-left: 1em !important;
  }
  .sp_pl_15_em {
    padding-left: 1.5em !important;
  }
  .sp_pl_20_em {
    padding-left: 2em !important;
  }
  .sp_pl_25_em {
    padding-left: 2.5em !important;
  }
  .sp_pl_30_em {
    padding-left: 3em !important;
  }
  .sp_pl_35_em {
    padding-left: 3.5em !important;
  }
  .sp_pl_40_em {
    padding-left: 4em !important;
  }
  .sp_pl_45_em {
    padding-left: 4.5em !important;
  }
  .sp_pl_50_em {
    padding-left: 5em !important;
  }
  .sp_pr_0_em {
    padding-right: 0em !important;
  }
  .sp_pr_5_em {
    padding-right: 0.5em !important;
  }
  .sp_pr_10_em {
    padding-right: 1em !important;
  }
  .sp_pr_15_em {
    padding-right: 1.5em !important;
  }
  .sp_pr_20_em {
    padding-right: 2em !important;
  }
  .sp_pr_25_em {
    padding-right: 2.5em !important;
  }
  .sp_pr_30_em {
    padding-right: 3em !important;
  }
  .sp_pr_35_em {
    padding-right: 3.5em !important;
  }
  .sp_pr_40_em {
    padding-right: 4em !important;
  }
  .sp_pr_45_em {
    padding-right: 4.5em !important;
  }
  .sp_pr_50_em {
    padding-right: 5em !important;
  }
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}

.alignleft {
  display: block;
  margin-left: 0;
  margin-right: auto;
}

.breadcrumbs_wrap {
  margin-bottom: 50px;
  padding: 5px 0;
}
.breadcrumbs_wrap .breadcrumbs span[property=itemListElement] {
  padding: 0 5px;
}
.breadcrumbs_wrap .breadcrumbs a {
  color: #0d6efd;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .breadcrumbs_wrap .breadcrumbs a {
    transition: 0.2s;
  }
  .breadcrumbs_wrap .breadcrumbs a:hover {
    color: #0d6efd;
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .breadcrumbs_wrap {
    margin-bottom: 30px;
  }
}

.wp_pagination {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  text-align: center;
}
.wp_pagination a {
  color: inherit;
  text-decoration: none;
}
.wp_pagination h2 {
  margin: 0;
  padding: 0;
}
.wp_pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wp_pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  margin: 3.5px;
  padding: 2.5px;
  background-color: #fff;
  border-radius: 3px;
  transition: 0.2s;
}
.wp_pagination .page-numbers:hover:not(.dots), .wp_pagination .page-numbers.current {
  color: #fff;
  background-color: #d40000;
}
@media (max-width: 767px) {
  .wp_pagination {
    margin-top: 50px;
  }
}

.search-form {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  overflow: hidden;
  border: solid 1px #000;
  border-radius: 2px;
  width: 260px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.search-form label {
  width: 100%;
  background-color: #fff;
}
.search-form .search-field {
  width: 100%;
  height: 30px;
  border: none;
  border-radius: 0;
  outline: none;
}
.search-form .search-submit {
  white-space: nowrap;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 0;
}
@media (max-width: 1100px) {
  .search-form {
    width: 100%;
    max-width: 100%;
  }
}

.main_slider .swiper-pagination .swiper-pagination-bullet-active,
.slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}
.main_slider .swiper-button-prev::after,
.main_slider .swiper-button-next::after,
.slider .swiper-button-prev::after,
.slider .swiper-button-next::after {
  color: #000;
}

.main_slider {
  width: 100%;
  max-width: 1700px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .main_slider {
    max-width: 100% !important;
  }
  .main_slider .swiper-slide {
    width: 100% !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .main_slider .swiper-slide img {
    width: 100%;
    max-width: none;
  }
}

.reserve_modal .modal-dialog {
  max-width: 650px;
}
@media (max-width: 680px) {
  .reserve_modal .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.reserve_modal .modal-content {
  padding-top: 2em;
  background-color: transparent;
  border: none;
}
.reserve_modal .modal_content_inner {
  border-radius: 26px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .reserve_modal .modal_content_inner {
    border-radius: 22px;
  }
}
.reserve_modal .btn-close {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  opacity: 0.8;
}
.reserve_modal .modal-header {
  padding: 20px 10px;
  background-color: #fff;
}
.reserve_modal .modal-header .reserve_modal_title {
  width: 100%;
}
.reserve_modal .modal-header .reserve_modal_title p {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .reserve_modal .modal-header .reserve_modal_title p {
    font-size: 2.2rem;
  }
}
.reserve_modal .modal-header .reserve_modal_title p span {
  display: block;
}
.reserve_modal .modal-header .reserve_modal_title p .small_text {
  margin-top: 6px;
  font-size: 60%;
}
@media (max-width: 767px) {
  .reserve_modal .modal-header .reserve_modal_title p .small_text {
    margin-top: 4px;
    font-size: 70%;
  }
}
.reserve_modal .modal-body {
  padding: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.reserve_modal .modal-body .btns {
  display: flex;
}
@media (max-width: 767px) {
  .reserve_modal .modal-body .btns {
    display: block;
  }
}
.reserve_modal .modal-body .item {
  width: 50%;
  padding: 30px 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .reserve_modal .modal-body .item {
    width: 100%;
    padding: 20px 15px;
  }
}
@media (min-width: 768px) {
  .reserve_modal .modal-body .item:nth-child(1) {
    border-right: solid 1px #fff;
  }
}
@media (max-width: 767px) {
  .reserve_modal .modal-body .item:nth-child(1) {
    border-bottom: solid 1px #fff;
  }
}
.reserve_modal .modal-body .item a {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 10px;
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  background-color: #d40000;
  border-radius: 6px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .reserve_modal .modal-body .item a {
    max-width: 240px;
    font-size: 1.8rem;
  }
}
.reserve_modal .modal-body .item a:hover {
  background-color: #ff4949;
}
.reserve_modal .modal-body .item p {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.route_modal .modal-dialog {
  max-width: 800px;
}
@media (max-width: 850px) {
  .route_modal .modal-dialog {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media (max-width: 850px) and (max-width: 767px) {
  .route_modal .modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.route_modal .modal-content {
  background-color: transparent;
  border: none;
}
.route_modal .btn-close {
  margin: 0;
  padding: 0;
  width: 1.5em;
  height: 1.5em;
  background-size: contain;
  opacity: 0.8;
}
.route_modal .modal-header {
  justify-content: flex-end;
  padding: 10px 0;
  border: none;
}
.route_modal .modal-body {
  padding: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .route_modal .modal-body .map iframe {
    height: 350px !important;
  }
}
.route_modal .modal-body .route_text_wrap {
  padding: 30px;
}
@media (max-width: 767px) {
  .route_modal .modal-body .route_text_wrap {
    padding: 20px 15px;
  }
}
.route_modal .modal-body .btn {
  padding: 8px 40px;
  font-size: inherit;
  color: #fff;
  background-color: #ffb400;
}

.table_1 {
  border-color: rgba(0, 0, 0, 0.8);
}
.table_1 th {
  color: #fff;
  background-color: rgba(212, 0, 0, 0.9);
}
@media (max-width: 767px) {
  .table_1.table_sp_stack th,
.table_1.table_sp_stack td {
    display: block;
    width: 100% !important;
  }
}

.table_2 th {
  padding: 10px 1em 10px 0;
  border-right: solid 1px #000;
}
.table_2 td {
  padding: 10px 0 10px 1em;
}

.table_3 {
  border-spacing: 0px 15px;
  border-collapse: separate;
}
.table_3 th {
  padding: 10px;
  color: #fff;
  background-color: rgba(212, 0, 0, 0.9);
  position: relative;
}
.table_3 th::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  height: 0;
  width: 0;
  border: solid 10px transparent;
  border-left-color: rgba(212, 0, 0, 0.9);
}
.table_3 td {
  padding: 10px;
  padding-left: 20px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .table_3.table_sp_stack th,
.table_3.table_sp_stack td {
    display: block;
    width: 100% !important;
  }
  .table_3.table_sp_stack th::after {
    left: 50%;
    top: 100%;
    margin-top: 0;
    margin-left: -10px;
    border: solid 10px transparent;
    border-top-color: rgba(212, 0, 0, 0.9);
  }
  .table_3.table_sp_stack td {
    padding: 10px;
    padding-top: 20px;
  }
}

.scroll_trigger .animated, .scroll_trigger.animated {
  opacity: 0;
  transform: translateY(50px);
}
.scroll_trigger .animated.animated_top, .scroll_trigger.animated.animated_top {
  transform: translateY(-50px);
}
.scroll_trigger .animated.animated_bottom, .scroll_trigger.animated.animated_bottom {
  transform: translateY(50px);
}
.scroll_trigger .animated.animated_left, .scroll_trigger.animated.animated_left {
  transform: translateX(-50px);
}
.scroll_trigger .animated.animated_right, .scroll_trigger.animated.animated_right {
  transform: translateX(50px);
}
.scroll_trigger.animateIn .animated, .scroll_trigger.animateIn.animated {
  opacity: 1;
  transform: translateY(0);
  transition: 1s;
}
.scroll_trigger.animateIn.done .animated_done, .scroll_trigger.animateIn.done.animated_done {
  transform: rotate(180deg);
}

.animated_delay_0 {
  transition-delay: 0s !important;
}

.animated_delay_custom_0 {
  transition-delay: 0s !important;
}

.animated_delay_1 {
  transition-delay: 0.1s !important;
}

.animated_delay_custom_1 {
  transition-delay: 0.3s !important;
}

.animated_delay_2 {
  transition-delay: 0.2s !important;
}

.animated_delay_custom_2 {
  transition-delay: 0.6s !important;
}

.animated_delay_3 {
  transition-delay: 0.3s !important;
}

.animated_delay_custom_3 {
  transition-delay: 0.9s !important;
}

.animated_delay_4 {
  transition-delay: 0.4s !important;
}

.animated_delay_custom_4 {
  transition-delay: 1.2s !important;
}

.animated_delay_5 {
  transition-delay: 0.5s !important;
}

.animated_delay_custom_5 {
  transition-delay: 1.5s !important;
}

.animated_delay_6 {
  transition-delay: 0.6s !important;
}

.animated_delay_custom_6 {
  transition-delay: 1.8s !important;
}

.animated_delay_7 {
  transition-delay: 0.7s !important;
}

.animated_delay_custom_7 {
  transition-delay: 2.1s !important;
}

.animated_delay_8 {
  transition-delay: 0.8s !important;
}

.animated_delay_custom_8 {
  transition-delay: 2.4s !important;
}

.animated_delay_9 {
  transition-delay: 0.9s !important;
}

.animated_delay_custom_9 {
  transition-delay: 2.7s !important;
}

.animated_delay_10 {
  transition-delay: 1s !important;
}

.animated_delay_custom_10 {
  transition-delay: 3s !important;
}

.animated_delay_11 {
  transition-delay: 1.1s !important;
}

.animated_delay_custom_11 {
  transition-delay: 3.3s !important;
}

.animated_delay_12 {
  transition-delay: 1.2s !important;
}

.animated_delay_custom_12 {
  transition-delay: 3.6s !important;
}

.animated_delay_13 {
  transition-delay: 1.3s !important;
}

.animated_delay_custom_13 {
  transition-delay: 3.9s !important;
}

.animated_delay_14 {
  transition-delay: 1.4s !important;
}

.animated_delay_custom_14 {
  transition-delay: 4.2s !important;
}

.animated_delay_15 {
  transition-delay: 1.5s !important;
}

.animated_delay_custom_15 {
  transition-delay: 4.5s !important;
}

.animated_delay_16 {
  transition-delay: 1.6s !important;
}

.animated_delay_custom_16 {
  transition-delay: 4.8s !important;
}

.animated_delay_17 {
  transition-delay: 1.7s !important;
}

.animated_delay_custom_17 {
  transition-delay: 5.1s !important;
}

.animated_delay_18 {
  transition-delay: 1.8s !important;
}

.animated_delay_custom_18 {
  transition-delay: 5.4s !important;
}

.animated_delay_19 {
  transition-delay: 1.9s !important;
}

.animated_delay_custom_19 {
  transition-delay: 5.7s !important;
}

.animated_delay_20 {
  transition-delay: 2s !important;
}

.animated_delay_custom_20 {
  transition-delay: 6s !important;
}

.animated_delay_21 {
  transition-delay: 2.1s !important;
}

.animated_delay_custom_21 {
  transition-delay: 6.3s !important;
}

.animated_delay_22 {
  transition-delay: 2.2s !important;
}

.animated_delay_custom_22 {
  transition-delay: 6.6s !important;
}

.animated_delay_23 {
  transition-delay: 2.3s !important;
}

.animated_delay_custom_23 {
  transition-delay: 6.9s !important;
}

.animated_delay_24 {
  transition-delay: 2.4s !important;
}

.animated_delay_custom_24 {
  transition-delay: 7.2s !important;
}

.animated_delay_25 {
  transition-delay: 2.5s !important;
}

.animated_delay_custom_25 {
  transition-delay: 7.5s !important;
}

.animated_delay_26 {
  transition-delay: 2.6s !important;
}

.animated_delay_custom_26 {
  transition-delay: 7.8s !important;
}

.animated_delay_27 {
  transition-delay: 2.7s !important;
}

.animated_delay_custom_27 {
  transition-delay: 8.1s !important;
}

.animated_delay_28 {
  transition-delay: 2.8s !important;
}

.animated_delay_custom_28 {
  transition-delay: 8.4s !important;
}

.animated_delay_29 {
  transition-delay: 2.9s !important;
}

.animated_delay_custom_29 {
  transition-delay: 8.7s !important;
}

.animated_delay_30 {
  transition-delay: 3s !important;
}

.animated_delay_custom_30 {
  transition-delay: 9s !important;
}

.animated_delay_31 {
  transition-delay: 3.1s !important;
}

.animated_delay_custom_31 {
  transition-delay: 9.3s !important;
}

.animated_delay_32 {
  transition-delay: 3.2s !important;
}

.animated_delay_custom_32 {
  transition-delay: 9.6s !important;
}

.animated_delay_33 {
  transition-delay: 3.3s !important;
}

.animated_delay_custom_33 {
  transition-delay: 9.9s !important;
}

.animated_delay_34 {
  transition-delay: 3.4s !important;
}

.animated_delay_custom_34 {
  transition-delay: 10.2s !important;
}

.animated_delay_35 {
  transition-delay: 3.5s !important;
}

.animated_delay_custom_35 {
  transition-delay: 10.5s !important;
}

.animated_delay_36 {
  transition-delay: 3.6s !important;
}

.animated_delay_custom_36 {
  transition-delay: 10.8s !important;
}

.animated_delay_37 {
  transition-delay: 3.7s !important;
}

.animated_delay_custom_37 {
  transition-delay: 11.1s !important;
}

.animated_delay_38 {
  transition-delay: 3.8s !important;
}

.animated_delay_custom_38 {
  transition-delay: 11.4s !important;
}

.animated_delay_39 {
  transition-delay: 3.9s !important;
}

.animated_delay_custom_39 {
  transition-delay: 11.7s !important;
}

.animated_delay_40 {
  transition-delay: 4s !important;
}

.animated_delay_custom_40 {
  transition-delay: 12s !important;
}

.animated_delay_41 {
  transition-delay: 4.1s !important;
}

.animated_delay_custom_41 {
  transition-delay: 12.3s !important;
}

.animated_delay_42 {
  transition-delay: 4.2s !important;
}

.animated_delay_custom_42 {
  transition-delay: 12.6s !important;
}

.animated_delay_43 {
  transition-delay: 4.3s !important;
}

.animated_delay_custom_43 {
  transition-delay: 12.9s !important;
}

.animated_delay_44 {
  transition-delay: 4.4s !important;
}

.animated_delay_custom_44 {
  transition-delay: 13.2s !important;
}

.animated_delay_45 {
  transition-delay: 4.5s !important;
}

.animated_delay_custom_45 {
  transition-delay: 13.5s !important;
}

.animated_delay_46 {
  transition-delay: 4.6s !important;
}

.animated_delay_custom_46 {
  transition-delay: 13.8s !important;
}

.animated_delay_47 {
  transition-delay: 4.7s !important;
}

.animated_delay_custom_47 {
  transition-delay: 14.1s !important;
}

.animated_delay_48 {
  transition-delay: 4.8s !important;
}

.animated_delay_custom_48 {
  transition-delay: 14.4s !important;
}

.animated_delay_49 {
  transition-delay: 4.9s !important;
}

.animated_delay_custom_49 {
  transition-delay: 14.7s !important;
}

.animated_delay_50 {
  transition-delay: 5s !important;
}

.animated_delay_custom_50 {
  transition-delay: 15s !important;
}

.animated_delay_51 {
  transition-delay: 5.1s !important;
}

.animated_delay_custom_51 {
  transition-delay: 15.3s !important;
}

.animated_delay_52 {
  transition-delay: 5.2s !important;
}

.animated_delay_custom_52 {
  transition-delay: 15.6s !important;
}

.animated_delay_53 {
  transition-delay: 5.3s !important;
}

.animated_delay_custom_53 {
  transition-delay: 15.9s !important;
}

.animated_delay_54 {
  transition-delay: 5.4s !important;
}

.animated_delay_custom_54 {
  transition-delay: 16.2s !important;
}

.animated_delay_55 {
  transition-delay: 5.5s !important;
}

.animated_delay_custom_55 {
  transition-delay: 16.5s !important;
}

.animated_delay_56 {
  transition-delay: 5.6s !important;
}

.animated_delay_custom_56 {
  transition-delay: 16.8s !important;
}

.animated_delay_57 {
  transition-delay: 5.7s !important;
}

.animated_delay_custom_57 {
  transition-delay: 17.1s !important;
}

.animated_delay_58 {
  transition-delay: 5.8s !important;
}

.animated_delay_custom_58 {
  transition-delay: 17.4s !important;
}

.animated_delay_59 {
  transition-delay: 5.9s !important;
}

.animated_delay_custom_59 {
  transition-delay: 17.7s !important;
}

.animated_delay_60 {
  transition-delay: 6s !important;
}

.animated_delay_custom_60 {
  transition-delay: 18s !important;
}

.animated_delay_61 {
  transition-delay: 6.1s !important;
}

.animated_delay_custom_61 {
  transition-delay: 18.3s !important;
}

.animated_delay_62 {
  transition-delay: 6.2s !important;
}

.animated_delay_custom_62 {
  transition-delay: 18.6s !important;
}

.animated_delay_63 {
  transition-delay: 6.3s !important;
}

.animated_delay_custom_63 {
  transition-delay: 18.9s !important;
}

.animated_delay_64 {
  transition-delay: 6.4s !important;
}

.animated_delay_custom_64 {
  transition-delay: 19.2s !important;
}

.animated_delay_65 {
  transition-delay: 6.5s !important;
}

.animated_delay_custom_65 {
  transition-delay: 19.5s !important;
}

.animated_delay_66 {
  transition-delay: 6.6s !important;
}

.animated_delay_custom_66 {
  transition-delay: 19.8s !important;
}

.animated_delay_67 {
  transition-delay: 6.7s !important;
}

.animated_delay_custom_67 {
  transition-delay: 20.1s !important;
}

.animated_delay_68 {
  transition-delay: 6.8s !important;
}

.animated_delay_custom_68 {
  transition-delay: 20.4s !important;
}

.animated_delay_69 {
  transition-delay: 6.9s !important;
}

.animated_delay_custom_69 {
  transition-delay: 20.7s !important;
}

.animated_delay_70 {
  transition-delay: 7s !important;
}

.animated_delay_custom_70 {
  transition-delay: 21s !important;
}

.animated_delay_71 {
  transition-delay: 7.1s !important;
}

.animated_delay_custom_71 {
  transition-delay: 21.3s !important;
}

.animated_delay_72 {
  transition-delay: 7.2s !important;
}

.animated_delay_custom_72 {
  transition-delay: 21.6s !important;
}

.animated_delay_73 {
  transition-delay: 7.3s !important;
}

.animated_delay_custom_73 {
  transition-delay: 21.9s !important;
}

.animated_delay_74 {
  transition-delay: 7.4s !important;
}

.animated_delay_custom_74 {
  transition-delay: 22.2s !important;
}

.animated_delay_75 {
  transition-delay: 7.5s !important;
}

.animated_delay_custom_75 {
  transition-delay: 22.5s !important;
}

.animated_delay_76 {
  transition-delay: 7.6s !important;
}

.animated_delay_custom_76 {
  transition-delay: 22.8s !important;
}

.animated_delay_77 {
  transition-delay: 7.7s !important;
}

.animated_delay_custom_77 {
  transition-delay: 23.1s !important;
}

.animated_delay_78 {
  transition-delay: 7.8s !important;
}

.animated_delay_custom_78 {
  transition-delay: 23.4s !important;
}

.animated_delay_79 {
  transition-delay: 7.9s !important;
}

.animated_delay_custom_79 {
  transition-delay: 23.7s !important;
}

.animated_delay_80 {
  transition-delay: 8s !important;
}

.animated_delay_custom_80 {
  transition-delay: 24s !important;
}

.animated_delay_81 {
  transition-delay: 8.1s !important;
}

.animated_delay_custom_81 {
  transition-delay: 24.3s !important;
}

.animated_delay_82 {
  transition-delay: 8.2s !important;
}

.animated_delay_custom_82 {
  transition-delay: 24.6s !important;
}

.animated_delay_83 {
  transition-delay: 8.3s !important;
}

.animated_delay_custom_83 {
  transition-delay: 24.9s !important;
}

.animated_delay_84 {
  transition-delay: 8.4s !important;
}

.animated_delay_custom_84 {
  transition-delay: 25.2s !important;
}

.animated_delay_85 {
  transition-delay: 8.5s !important;
}

.animated_delay_custom_85 {
  transition-delay: 25.5s !important;
}

.animated_delay_86 {
  transition-delay: 8.6s !important;
}

.animated_delay_custom_86 {
  transition-delay: 25.8s !important;
}

.animated_delay_87 {
  transition-delay: 8.7s !important;
}

.animated_delay_custom_87 {
  transition-delay: 26.1s !important;
}

.animated_delay_88 {
  transition-delay: 8.8s !important;
}

.animated_delay_custom_88 {
  transition-delay: 26.4s !important;
}

.animated_delay_89 {
  transition-delay: 8.9s !important;
}

.animated_delay_custom_89 {
  transition-delay: 26.7s !important;
}

.animated_delay_90 {
  transition-delay: 9s !important;
}

.animated_delay_custom_90 {
  transition-delay: 27s !important;
}

.animated_delay_91 {
  transition-delay: 9.1s !important;
}

.animated_delay_custom_91 {
  transition-delay: 27.3s !important;
}

.animated_delay_92 {
  transition-delay: 9.2s !important;
}

.animated_delay_custom_92 {
  transition-delay: 27.6s !important;
}

.animated_delay_93 {
  transition-delay: 9.3s !important;
}

.animated_delay_custom_93 {
  transition-delay: 27.9s !important;
}

.animated_delay_94 {
  transition-delay: 9.4s !important;
}

.animated_delay_custom_94 {
  transition-delay: 28.2s !important;
}

.animated_delay_95 {
  transition-delay: 9.5s !important;
}

.animated_delay_custom_95 {
  transition-delay: 28.5s !important;
}

.animated_delay_96 {
  transition-delay: 9.6s !important;
}

.animated_delay_custom_96 {
  transition-delay: 28.8s !important;
}

.animated_delay_97 {
  transition-delay: 9.7s !important;
}

.animated_delay_custom_97 {
  transition-delay: 29.1s !important;
}

.animated_delay_98 {
  transition-delay: 9.8s !important;
}

.animated_delay_custom_98 {
  transition-delay: 29.4s !important;
}

.animated_delay_99 {
  transition-delay: 9.9s !important;
}

.animated_delay_custom_99 {
  transition-delay: 29.7s !important;
}

.animated_delay_100 {
  transition-delay: 10s !important;
}

.animated_delay_custom_100 {
  transition-delay: 30s !important;
}

@keyframes shakeY {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.animate__shakeY {
  animation-name: shakeY;
  animation-duration: 4s;
}

.wow .ani, .wow.ani {
  opacity: 0;
  transform: translateY(60px);
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
}
.wow .ani_top, .wow.ani_top {
  transform: translateY(-60px);
}
.wow .ani_bottom, .wow.ani_bottom {
  transform: translateY(30px);
}
.wow .ani_left, .wow.ani_left {
  transform: translateX(-60px);
}
.wow .ani_right, .wow.ani_right {
  transform: translateX(60px);
}
.wow .ani_delay_0, .wow.ani_delay_0 {
  transition-delay: 0s;
}
.wow .ani_delay_1, .wow.ani_delay_1 {
  transition-delay: 0.3s;
}
.wow .ani_delay_2, .wow.ani_delay_2 {
  transition-delay: 0.6s;
}
.wow .ani_delay_3, .wow.ani_delay_3 {
  transition-delay: 0.9s;
}
.wow .ani_delay_4, .wow.ani_delay_4 {
  transition-delay: 1.2s;
}
.wow .ani_delay_5, .wow.ani_delay_5 {
  transition-delay: 1.5s;
}
.wow .ani_delay_6, .wow.ani_delay_6 {
  transition-delay: 1.8s;
}
.wow .ani_delay_7, .wow.ani_delay_7 {
  transition-delay: 2.1s;
}
.wow .ani_delay_8, .wow.ani_delay_8 {
  transition-delay: 2.4s;
}
.wow .ani_delay_9, .wow.ani_delay_9 {
  transition-delay: 2.7s;
}
.wow .ani_delay_10, .wow.ani_delay_10 {
  transition-delay: 3s;
}
.wow .ani_delay_11, .wow.ani_delay_11 {
  transition-delay: 3.3s;
}
.wow .ani_delay_12, .wow.ani_delay_12 {
  transition-delay: 3.6s;
}
.wow .ani_delay_13, .wow.ani_delay_13 {
  transition-delay: 3.9s;
}
.wow .ani_delay_14, .wow.ani_delay_14 {
  transition-delay: 4.2s;
}
.wow .ani_delay_15, .wow.ani_delay_15 {
  transition-delay: 4.5s;
}
.wow .ani_delay_16, .wow.ani_delay_16 {
  transition-delay: 4.8s;
}
.wow .ani_delay_17, .wow.ani_delay_17 {
  transition-delay: 5.1s;
}
.wow .ani_delay_18, .wow.ani_delay_18 {
  transition-delay: 5.4s;
}
.wow .ani_delay_19, .wow.ani_delay_19 {
  transition-delay: 5.7s;
}
.wow .ani_delay_20, .wow.ani_delay_20 {
  transition-delay: 6s;
}
.wow .ani_delay_21, .wow.ani_delay_21 {
  transition-delay: 6.3s;
}
.wow .ani_delay_22, .wow.ani_delay_22 {
  transition-delay: 6.6s;
}
.wow .ani_delay_23, .wow.ani_delay_23 {
  transition-delay: 6.9s;
}
.wow .ani_delay_24, .wow.ani_delay_24 {
  transition-delay: 7.2s;
}
.wow .ani_delay_25, .wow.ani_delay_25 {
  transition-delay: 7.5s;
}
.wow .ani_delay_26, .wow.ani_delay_26 {
  transition-delay: 7.8s;
}
.wow .ani_delay_27, .wow.ani_delay_27 {
  transition-delay: 8.1s;
}
.wow .ani_delay_28, .wow.ani_delay_28 {
  transition-delay: 8.4s;
}
.wow .ani_delay_29, .wow.ani_delay_29 {
  transition-delay: 8.7s;
}
.wow .ani_delay_30, .wow.ani_delay_30 {
  transition-delay: 9s;
}
.wow.animated .ani, .wow.animated.ani {
  opacity: 1;
  transform: none;
}

h1:not(.title):not(.not_headline_style),
.h1_style {
  margin-bottom: 30px;
  font-size: 2.6rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  h1:not(.title):not(.not_headline_style),
.h1_style {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

h2:not(.not_headline_style),
.h2_style {
  margin-bottom: 20px;
  padding: 0 10px 0.2em;
  font-size: 2.4rem;
  color: #000;
  position: relative;
}
h2:not(.not_headline_style)::before, h2:not(.not_headline_style)::after,
.h2_style::before,
.h2_style::after {
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
h2:not(.not_headline_style)::before,
.h2_style::before {
  width: 100%;
  background-color: #ccc;
}
h2:not(.not_headline_style)::after,
.h2_style::after {
  width: 20%;
  max-width: 80px;
  min-width: 60px;
  background-color: #d40000;
}
@media (max-width: 767px) {
  h2:not(.not_headline_style),
.h2_style {
    margin-bottom: 15px;
    font-size: 2rem;
  }
}

h3:not(.not_headline_style),
.h3_style {
  margin-bottom: 15px;
  padding: 0.1em 0 0.1em 0.5em;
  font-size: 2rem;
  color: #000;
  position: relative;
}
h3:not(.not_headline_style)::before,
.h3_style::before {
  content: "";
  display: block;
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #d40000;
}
@media (max-width: 767px) {
  h3:not(.not_headline_style),
.h3_style {
    font-size: 1.8rem;
  }
  h3:not(.not_headline_style)::before,
.h3_style::before {
    width: 4px;
  }
}

h4:not(.not_headline_style),
.h4_style {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 1.8rem;
  color: #000;
  position: relative;
}
h4:not(.not_headline_style)::before,
.h4_style::before {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  position: absolute;
  top: 0.5em;
  left: 0;
  background-color: #d40000;
}
@media (max-width: 767px) {
  h4:not(.not_headline_style),
.h4_style {
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  h4:not(.not_headline_style)::before,
.h4_style::before {
    height: 3px;
  }
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: transparent;
  color: #000;
  z-index: 100;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header a {
  color: inherit;
  text-decoration: none;
}
.header .header_inner {
  position: relative;
}
.header .container-fluid {
  max-width: 1450px;
  padding: 0;
}
.header .title {
  display: inline-block;
  margin-bottom: 0;
  padding: 30px 40px 40px 30px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  box-shadow: 0px 0px 6px -2px #000;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 0;
}
.header .title * {
  transition: 0.2s;
}
@media (max-width: 1450px) {
  .header .title {
    border-radius: 0 0 30px 0;
  }
}
@media (max-width: 1200px) {
  .header .title {
    padding: 15px 30px 20px 15px;
  }
  .header .title img {
    width: 140px;
  }
}
@media (max-width: 1100px) {
  .header .title {
    padding: 10px 20px 15px 10px;
    position: relative;
    z-index: 1060;
  }
  .header .title img {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .header .title {
    padding: 10px 15px 10px 8px;
    border-radius: 0 0 20px 0;
  }
  .header .title img {
    width: 80px;
  }
}
@media (min-width: 1101px) {
  .header .header_sp {
    display: none;
  }
  .header .header_pc {
    display: flex;
    align-items: flex-start;
  }
  .header .header_inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .header .reserve_btn {
    display: inline-block;
    padding: 30px 40px;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #fff;
    background-color: #ffb400;
    border-radius: 0 0 30px 30px;
    box-shadow: 0px 0px 6px -2px #000;
    transition: 0.2s;
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 1101px) and (max-width: 1450px) {
  .header .reserve_btn {
    padding: 30px;
    border-radius: 0 0 0 30px;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  .header .reserve_btn {
    font-size: 2.4rem;
  }
}
@media (min-width: 1101px) {
  .header .reserve_btn .small_text {
    display: block;
    margin-top: 6px;
    font-size: 60%;
  }
}
@media (min-width: 1101px) and (max-width: 767px) {
  .header .reserve_btn .small_text {
    font-size: 70%;
  }
}
@media (min-width: 1101px) {
  .header .reserve_btn:hover {
    color: #fff;
    background-color: #ffc843;
  }
}
@media (max-width: 1100px) {
  .header .header_pc {
    display: none;
  }
}

@media (min-width: 1101px) {
  .header .global_navi {
    margin-right: 235px;
  }
}
@media (min-width: 1101px) and (max-width: 1450px) {
  .header .global_navi {
    margin-right: 210px;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  .header .global_navi {
    margin-right: 190px;
  }
}
.header .global_navi .navi_list {
  display: flex;
  padding: 20px 0;
}
.header .global_navi .navi_list .menu-item {
  display: flex;
  align-items: center;
}
.header .global_navi .navi_list .menu-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 95%;
  margin-top: 6px;
  margin-left: 23px;
  margin-right: 23px;
  background-color: #000;
  transform: rotate(40deg);
}
@media (max-width: 1250px) {
  .header .global_navi .navi_list .menu-item:not(:last-child)::after {
    margin-left: 18px;
    margin-right: 18px;
  }
}
.header .global_navi .navi_list .menu-item a {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Manrope", sans-serif !important;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.01em;
  transition: 0.2s;
}
.header .global_navi .navi_list .menu-item a .sub_text {
  display: block;
  margin-top: 6px;
  font-size: 50%;
  letter-spacing: normal;
}
.header .global_navi .navi_list .menu-item a:hover {
  color: #d40000;
}
@media (max-width: 1100px) {
  .header .sp_header_navi {
    border: none;
    width: 100%;
    justify-content: space-between;
    overflow: auto;
    background-color: #FFF9E6;
  }
  .header .sp_header_navi .global_navi .navi_list {
    padding-top: 140px;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1100px) and (max-width: 767px) {
  .header .sp_header_navi .global_navi .navi_list {
    padding-top: 100px;
  }
}
@media (max-width: 1100px) {
  .header .sp_header_navi .global_navi .navi_list .menu-item {
    margin-bottom: 22px;
  }
  .header .sp_header_navi .global_navi .navi_list .menu-item::after {
    content: none;
  }
  .header .sp_header_navi .global_navi .navi_list .menu-item a {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .header .sp_header_navi .global_navi .navi_list .menu-item a:first-letter {
    color: #d40000;
  }
  .header .sp_header_navi .global_navi .navi_list .menu-item a .sub_text {
    margin-top: 3px;
  }
}
@media (max-width: 1100px) {
  .header .header_sp_navi_toggle_btn_wrap {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px;
    background-color: #ffb400;
    border-radius: 0 0 0 20px;
    box-shadow: 0px 0px 6px -2px #000;
    z-index: 1060;
  }
}
@media (max-width: 1100px) and (max-width: 767px) {
  .header .header_sp_navi_toggle_btn_wrap {
    padding: 7px;
    border-radius: 0 0 0 15px;
  }
}
@media (max-width: 1100px) {
  .header .header_sp_navi_toggle_btn {
    position: relative;
    width: 36px;
    height: 30px;
    cursor: pointer;
    transform: scale(1);
  }
}
@media (max-width: 1100px) and (max-width: 767px) {
  .header .header_sp_navi_toggle_btn {
    transform: scale(0.7);
  }
}
@media (max-width: 1100px) {
  .header .header_sp_navi_toggle_btn span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 4px;
    display: inline-block;
    transition: 0.3s;
    box-sizing: border-box;
  }
  .header .header_sp_navi_toggle_btn span:nth-of-type(1) {
    top: 0;
  }
  .header .header_sp_navi_toggle_btn span:nth-of-type(2) {
    top: 13px;
  }
  .header .header_sp_navi_toggle_btn span:nth-of-type(3) {
    bottom: 0;
  }
}
@media (max-width: 1100px) {
  .header .header_sp_navi_toggle_btn.active span:nth-of-type(1) {
    transform: translateY(13px) rotate(-45deg);
  }
  .header .header_sp_navi_toggle_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .header_sp_navi_toggle_btn.active span:nth-of-type(3) {
    transform: translateY(-13px) rotate(45deg);
  }
}

.sp_header_navi .sns_content p {
  font-size: 1.8rem;
}
@media (max-width: 1100px) {
  .sp_header_navi .sns_content p {
    font-size: 2rem;
    text-align: center;
  }
}
@media (max-width: 1100px) {
  .sp_header_navi .sns_content .sns_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .sp_header_navi .sns_content .sns_wrap a {
    display: inline-block;
  }
  .sp_header_navi .sns_content .sns_wrap a:not(:first-child) {
    margin-left: 15px;
  }
  .sp_header_navi .sns_content .sns_wrap a img {
    width: 30px;
  }
}

#loading {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 21474836460;
  transition: 0.8s;
}
#loading .loading_img {
  color: #f96600;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s 0.2s;
}
#loading.animated .loading_img {
  opacity: 1;
  transform: none;
}
#loading .spinner {
  width: 30px;
  height: 30px;
  color: #ffb400 !important;
  opacity: 0;
  transition: 0.8s;
}
#loading.animated .spinner {
  opacity: 1;
}
#loading.close {
  opacity: 0;
  z-index: -1;
}

.foot_reserve {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px;
  background-image: url("https://kinoka-land.jp/wp-content/uploads/foot_reserve_bg.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .foot_reserve {
    height: 450px;
  }
}
.foot_reserve .img_text img {
  width: 90%;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .foot_reserve .img_text img {
    max-width: 600px;
  }
}
.foot_reserve::before {
  content: "";
  position: absolute;
  right: calc(50% + 350px);
  bottom: -25px;
  width: 300px;
  height: 200px;
  background-image: url("https://kinoka-land.jp/wp-content/uploads/foot_reserve_decoration_1.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .foot_reserve::before {
    right: calc(50% + 80px);
    bottom: -20px;
    width: 260px;
    height: 174px;
  }
}
@media (max-width: 767px) {
  .foot_reserve::before {
    right: calc(50% + 60px);
    bottom: -20px;
    width: 200px;
    height: 143px;
  }
}
@media (max-width: 500px) {
  .foot_reserve::before {
    content: none;
  }
}
.foot_reserve::after {
  content: "";
  position: absolute;
  left: calc(50% + 300px);
  bottom: -25px;
  width: 370px;
  height: 217px;
  background-image: url("../../../../uploads/foot_reserve_decoration_2.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (max-width: 1200px) {
  .foot_reserve::after {
    left: 50%;
    bottom: -20px;
    width: 320px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  .foot_reserve::after {
    left: 50%;
    bottom: -20px;
    width: 260px;
    height: 160px;
  }
}
@media (max-width: 500px) {
  .foot_reserve::after {
    left: auto;
    right: 35px;
    margin: auto;
  }
}
.foot_reserve .btn_wrap {
  transform: translateY(20px);
}
@media (max-width: 1200px) {
  .foot_reserve .btn_wrap {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .foot_reserve .btn_wrap .button_2 {
    width: 90%;
  }
}

.footer {
  background-color: #fff;
  color: #000;
  padding: 40px 0 20px;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    padding: 50px 0 15px;
  }
}
.footer .container-fluid {
  max-width: none;
}
@media (max-width: 767px) {
  .footer .footer_logo img {
    width: 120px;
  }
}
.footer .copyright_wrap {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 1100px) {
  .footer .copyright_wrap {
    margin-top: 40px;
    position: static;
    text-align: center;
  }
}
.footer .page_top_btn_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 30px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  .footer .page_top_btn_wrap {
    left: 15px;
  }
}
.footer .page_top_btn_wrap .page_top_btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  position: relative;
}
@media (max-width: 767px) {
  .footer .page_top_btn_wrap .page_top_btn {
    width: 60px;
    height: 60px;
  }
}
.footer .page_top_btn_wrap .page_top_btn .page_top,
.footer .page_top_btn_wrap .page_top_btn .page_top_arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.footer .page_top_btn_wrap .page_top_btn .page_top {
  animation: 13s linear infinite rotation;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 767px) {
  .footer {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .page_reserve_form .footer,
.page_contact .footer {
    margin-bottom: 0;
  }
}

.sp_reserve_btn_wrap {
  display: none;
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
.sp_reserve_btn_wrap .sp_reserve_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.3;
  text-decoration: none;
  color: #fff;
  background-color: #ffb400;
  border: solid 2px #fff;
  border-radius: 50%;
}
.sp_reserve_btn_wrap .sp_reserve_btn:hover {
  color: #fff;
}

.button_1 {
  display: inline-block;
  padding: 0.8em 1.6em;
  min-width: 200px;
  text-align: center;
  font-size: 1.6rem;
  text-decoration: none;
  color: #fff;
  background-color: #d40000;
  border: solid 2px #d40000;
  position: relative;
  transition: 0.2s;
}
.button_1.btn_arrow::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  transition: 0.2s;
}
.button_1:hover {
  color: #fff;
  background-color: #0d8502;
  border-color: #0d8502;
}
.button_1:hover.btn_arrow::after {
  right: 7px;
  border-top-color: #fff;
  border-right-color: #fff;
}
.button_1.inversion {
  color: #000;
  background-color: #fff;
  border: solid 2px #000;
}
.button_1.inversion.btn_arrow::after {
  border-top-color: #000;
  border-right-color: #000;
}
.button_1.inversion:hover {
  color: #fff;
  background-color: #0d8502;
  border-color: #000;
}
.button_1.inversion:hover.btn_arrow::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
@media (max-width: 767px) {
  .button_1 {
    font-size: 1.4rem;
  }
}

.button_2 {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  padding: 8px;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background-color: #ffb400;
  border-radius: 50px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .button_2 {
    width: 100%;
    max-width: 350px;
    font-size: 2rem;
  }
}
.button_2 .small_text {
  display: block;
  margin-top: 4px;
  margin-bottom: 3px;
  font-size: 50%;
}
@media (max-width: 767px) {
  .button_2 .small_text {
    font-size: 70%;
  }
}
.button_2:hover {
  color: #fff;
  background-color: #ffc843;
}

.button_3 {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  padding: 12px 10px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  color: #fff;
  background-color: #d40000;
  border-radius: 50px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .button_3 {
    max-width: 300px;
    padding: 12px 10px;
    font-size: 1.6rem;
  }
}
.button_3:hover {
  color: #fff;
  background-color: #fd4949;
}

.main_visual {
  padding-top: 76px;
  background-image: url("https://kinoka-land.jp/wp-content/uploads/topics_main_visual_bg.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
@media (max-width: 1100px) {
  .main_visual {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .main_visual {
    padding-top: 15px;
  }
}
.main_visual .container-fluid {
  max-width: 1200px;
}
.main_visual img {
  border-radius: 30px;
}
@media (max-width: 1200px) {
  .main_visual img {
    border-radius: 3.4vw;
  }
}

.page_title_wrap {
  position: relative;
  z-index: 2;
}
.page_title_wrap.container-fluid {
  max-width: 1200px;
}
.page_title_wrap .page_title {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -85px;
  left: 80px;
}
@media (max-width: 1200px) {
  .page_title_wrap .page_title {
    top: -7.2vw;
    left: 7vw;
  }
}
@media (max-width: 1200px) {
  .page_title_wrap .page_title .en {
    width: 53vw;
  }
}
.page_title_wrap .page_title .jp {
  margin-left: 40px;
}
@media (max-width: 1200px) {
  .page_title_wrap .page_title .jp {
    width: 17.5vw;
    margin-left: 2.6vw;
  }
}

.content_title_2 {
  margin: 0 0 50px;
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .content_title_2 {
    margin: 0 0 30px;
    font-size: 3.4rem;
  }
}
.content_title_2 .small_text {
  display: block;
  margin-top: 6px;
  font-size: 32%;
}
@media (max-width: 767px) {
  .content_title_2 .small_text {
    font-size: 40%;
  }
}

.news_list_1 .news_content {
  display: flex;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: solid 1px #ccc;
}
.news_list_1 .news_content .news_data,
.news_list_1 .news_content .news_title {
  margin: 0;
  font-size: inherit;
  font-weight: normal;
  line-height: 1.5;
}
.news_list_1 .news_content .news_data {
  margin-right: 1.2em;
}
.news_list_1 .news_content a {
  text-decoration: underline;
}
.news_list_1 .news_content a:hover {
  color: #d40000;
}

@media (max-width: 767px) {
  .news_list_1 .news_content {
    display: block;
  }
  .news_list_1 .news_content .news_data {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
.news_list_2 .news_content a {
  display: block;
  padding: 24px 0;
  text-decoration: none;
  border-bottom: solid 1px #ccc;
}
.news_list_2 .news_content .news_content_inner {
  display: flex;
}
.news_list_2 .news_content .thumbnail {
  max-width: 240px;
  flex-shrink: 0;
}
.news_list_2 .news_content .news_content_text {
  margin-left: 30px;
}
.news_list_2 .news_content .news_content_text .news_data {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.3rem;
}
.news_list_2 .news_content .news_content_text .news_title {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
}
.news_list_2 .news_content .news_content_text .news_text {
  margin-bottom: 0;
}
@media (max-width: 800px) {
  .news_list_2 .news_content .news_content_text {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .news_list_2 .news_content a {
    padding: 12px 0;
  }
  .news_list_2 .news_content .thumbnail {
    width: 105px;
  }
  .news_list_2 .news_content .news_content_text {
    margin-left: 14px;
  }
  .news_list_2 .news_content .news_content_text .news_data {
    font-size: 1rem;
  }
  .news_list_2 .news_content .news_content_text .news_title {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .news_list_2 .news_content .news_content_text .news_text {
    display: none;
  }
}

.news_list_3 .news_content {
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.news_list_3 .news_content a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.news_list_3 .news_content .text_wrap {
  padding: 10px 20px 25px;
}
.news_list_3 .news_content .news_data {
  margin-bottom: 10px;
  color: #666;
  font-size: 1.4rem;
  line-height: 1;
}
.news_list_3 .news_content .news_title {
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
}
.news_list_3 .news_content .news_text {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .news_list_3 {
    border-radius: 15px;
  }
  .news_list_3 .news_content .text_wrap {
    padding: 10px 15px 30px;
  }
  .news_list_3 .news_content .news_data {
    font-size: 1.2rem;
  }
  .news_list_3 .news_content .news_title {
    font-size: 1.6rem;
  }
  .news_list_3 .news_content .news_text {
    font-size: 1.2rem;
  }
}

.gallery_slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #d40000;
}
.gallery_slider .swiper-button-prev::after,
.gallery_slider .swiper-button-next::after {
  color: #fff;
}

.gallery_slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.gallery_slider .swiper-slide {
  width: 100%;
}
.gallery_slider.pagination_frame_out {
  padding-bottom: 40px;
  box-sizing: content-box;
}

body.home .top_main_visual {
  padding-top: 76px;
  background-color: #c5c5a1;
  position: relative;
  z-index: 3;
}
@media (max-width: 1100px) {
  body.home .top_main_visual {
    padding-top: 0;
  }
}
body.home .top_main_visual .container-fluid {
  max-width: 1400px;
}
@media (min-width: 1101px) {
  body.home .top_main_visual .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1100px) {
  body.home .top_main_visual .container-fluid {
    padding: 0;
  }
}
body.home .top_main_visual .pc_sns_content_wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: 12%;
  right: 14px;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
@media (min-width: 1401px) {
  body.home .top_main_visual .pc_sns_content_wrap {
    right: calc(50% - 694px);
  }
}
body.home .top_main_visual .pc_sns_content_wrap .sns_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .top_main_visual .pc_sns_content_wrap .sns_content p {
  margin: 0 0 10px;
  writing-mode: vertical-rl;
}
body.home .top_main_visual .pc_sns_content_wrap .sns_content .sns_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.home .top_main_visual .pc_sns_content_wrap .sns_content .sns_wrap a {
  display: flex;
  margin: 5px;
}
body.home .top_main_visual .main_slider_wrap {
  position: relative;
}
body.home .top_main_visual .main_slider_wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}
body.home .top_main_visual .main_slider_wrap .main_view_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 3;
  opacity: 0;
  transform: translateY(10px);
  transition: 1s 2.2s;
}
@media (max-width: 767px) {
  body.home .top_main_visual .main_slider_wrap .main_view_logo {
    bottom: 0;
  }
}
body.home .top_main_visual .main_slider_wrap .main_view_logo.animated {
  opacity: 1;
  transform: none;
}
@media (max-width: 1400px) {
  body.home .top_main_visual .main_slider_wrap .main_view_logo img {
    width: 34vw;
  }
}
@media (max-width: 767px) {
  body.home .top_main_visual .main_slider_wrap .main_view_logo img {
    width: 50vw;
  }
}
body.home .top_main_visual .main_slider_wrap .main_view_text_wrap {
  position: absolute;
  left: -40px;
  bottom: 35px;
  z-index: 3;
  transition: 1s 0.3s;
}
@media (max-width: 1100px) {
  body.home .top_main_visual .main_slider_wrap .main_view_text_wrap {
    left: 0;
  }
}
@media (max-width: 1400px) {
  body.home .top_main_visual .main_slider_wrap .main_view_text_wrap {
    bottom: 3vw;
  }
}
@media (max-width: 767px) {
  body.home .top_main_visual .main_slider_wrap .main_view_text_wrap {
    bottom: 1vw;
  }
}
body.home .top_main_visual .main_slider_wrap .main_view_text_wrap .text {
  display: inline-block;
  width: 0;
  overflow: hidden;
  transition: 0.6s;
}
body.home .top_main_visual .main_slider_wrap .main_view_text_wrap .text span {
  display: inline-block;
  padding: 6px 15px 10px;
  font-size: 7.5rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  background-color: #fff;
}
@media (max-width: 1400px) {
  body.home .top_main_visual .main_slider_wrap .main_view_text_wrap .text span {
    padding: 1vw 1.4vw 1.1vw;
    font-size: 5.4vw;
  }
}
@media (max-width: 767px) {
  body.home .top_main_visual .main_slider_wrap .main_view_text_wrap .text span {
    padding: 4px 10px 5px;
    font-size: 9vw;
  }
}
body.home .top_main_visual .main_slider_wrap .main_view_text_wrap.animated .text_1 {
  width: 100%;
  transition: 0.8s 2.2s;
}
body.home .top_main_visual .main_slider_wrap .main_view_text_wrap.animated .text_2 {
  width: 100%;
  transition: 0.8s 2.6s;
}
body.home .top_topics {
  background-color: #c5c5a1;
}
@media (max-width: 767px) {
  body.home .top_topics {
    padding-bottom: 20px;
  }
}
body.home .top_topics .container-fluid {
  max-width: 1400px;
}
body.home .top_topics .content_wrap {
  display: flex;
  padding-left: 35px;
  padding-right: 35px;
}
@media (max-width: 1200px) {
  body.home .top_topics .content_wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  body.home .top_topics .content_wrap {
    display: block;
    padding-left: 0;
  }
}
body.home .top_topics .content_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  writing-mode: vertical-rl;
  width: 13%;
  margin: 0;
  padding-top: 100px;
  font-size: 7.4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1000px) {
  body.home .top_topics .content_title {
    width: 15%;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  body.home .top_topics .content_title {
    flex-direction: column-reverse;
    width: 100%;
    writing-mode: initial;
    padding-top: 30px;
    font-size: 4rem;
    position: relative;
    z-index: 1;
  }
}
body.home .top_topics .content_title .small_text {
  display: block;
  font-size: 30%;
}
@media (max-width: 767px) {
  body.home .top_topics .content_title .small_text {
    margin-top: 3px;
  }
}
body.home .top_topics .topics_slider {
  width: 87%;
  margin: auto;
  padding-top: 100px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1000px) {
  body.home .top_topics .topics_slider {
    width: 85%;
  }
}
@media (max-width: 767px) {
  body.home .top_topics .topics_slider {
    width: 100%;
    margin-top: -100px;
    padding-top: 130px;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  body.home .top_topics .topics_slider .swiper-button-prev,
body.home .top_topics .topics_slider .swiper-button-next {
    top: 65px;
    transform: scale(0.7);
  }
}
@media (max-width: 767px) {
  body.home .top_topics .topics_slider .swiper-button-prev,
body.home .top_topics .topics_slider .swiper-button-next {
    top: 75px;
    transform: scale(0.7);
  }
}
body.home .top_topics .topics_slider .swiper-button-prev {
  left: 20px;
  right: auto;
}
@media (max-width: 767px) {
  body.home .top_topics .topics_slider .swiper-button-prev {
    left: auto;
    right: 45px;
  }
}
body.home .top_topics .topics_slider .swiper-button-next {
  left: 70px;
  right: auto;
}
@media (max-width: 767px) {
  body.home .top_topics .topics_slider .swiper-button-next {
    left: auto;
    right: 0;
  }
}
body.home .top_topics .news_list_3 .news_content {
  border-radius: 30px;
}
body.home .top_decoration_1 {
  position: relative;
  z-index: -1;
}
body.home .top_decoration_1 .img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  body.home .top_decoration_1 {
    background-image: url("../../../../uploads/top_decoration_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
    transform: translateY(-2px);
  }
  body.home .top_decoration_1 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  body.home .top_decoration_1 {
    margin-bottom: -60px;
    background-position: center bottom;
    background-size: 2400px;
    transform: translateY(-60px) !important;
  }
  body.home .top_decoration_1 img {
    width: 2400px !important;
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  body.home .top_decoration_1 {
    margin-bottom: -100px;
    background-position: right 44% bottom;
    transform: translateY(-100px) !important;
  }
}
@media (max-width: 767px) {
  body.home .top_consept {
    padding-bottom: 40px;
  }
}
body.home .top_consept .tab_only {
  display: none;
}
@media (max-width: 1024px) and (min-width: 768px) {
  body.home .top_consept .tab_only {
    display: block;
  }
}
body.home .top_consept .content_title_2 {
  margin-top: 20px;
}
@media (max-width: 767px) {
  body.home .top_consept .content_title_2 {
    margin-top: 40px;
  }
}
body.home .top_consept .lead_text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2.6;
}
@media (max-width: 767px) {
  body.home .top_consept .lead_text {
    font-size: 1.5rem;
    line-height: 2.4;
  }
}
body.home .top_decoration_2 {
  position: relative;
  z-index: -1;
  margin-bottom: -1px;
}
body.home .top_decoration_2 .img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  body.home .top_decoration_2 {
    background-image: url("../../../../uploads/top_decoration_2.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 3000px;
  }
  body.home .top_decoration_2 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  body.home .top_decoration_2 {
    background-size: 2400px;
  }
  body.home .top_decoration_2 img {
    width: 2400px !important;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  body.home .top_decoration_2 {
    background-size: 1700px;
  }
  body.home .top_decoration_2 img {
    width: 1700px !important;
  }
}
body.home .top_service {
  background-color: #a8ca03;
}
@media (max-width: 767px) {
  body.home .top_service {
    padding-top: 40px;
  }
}
@media (min-width: 1921px) {
  body.home .top_service .top_stay .block_middle_inner {
    max-width: 1920px;
    margin: auto;
  }
}
body.home .top_service .top_stay .container-fluid {
  max-width: 1350px;
  margin-right: 0;
}
@media (max-width: 1800px) and (min-width: 1100px) {
  body.home .top_service .top_stay .container-fluid {
    max-width: 85vw;
  }
}
@media (max-width: 1800px) and (min-width: 1400px) {
  body.home .top_service .top_stay .container-fluid {
    max-width: 75vw;
  }
}
body.home .top_service .top_stay .content_wrap {
  max-width: 1000px;
}
@media (max-width: 1200px) {
  body.home .top_service .top_stay .content_wrap {
    margin-left: auto;
  }
}
body.home .top_service .top_stay .img {
  position: relative;
  z-index: 1;
}
body.home .top_service .top_stay .text {
  position: relative;
}
body.home .top_service .top_stay .text * {
  position: relative;
  z-index: 1;
}
body.home .top_service .top_stay .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 130px;
  left: -150px;
  right: -10000px;
  bottom: 0;
  background-color: #e0e0e0;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 767px) {
  body.home .top_service .top_stay .text::before {
    top: 60px;
    bottom: 0;
  }
}
body.home .top_service .top_stay .text .title {
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  body.home .top_service .top_stay .text .title img {
    width: 220px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_stay .text .title img {
    width: 120px;
  }
}
body.home .top_service .top_stay .text .btn_wrap {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  body.home .top_service .top_stay .text .btn_wrap {
    text-align: center;
  }
}
body.home .top_service .top_play {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  body.home .top_service .top_play {
    margin-top: 30px;
  }
}
body.home .top_service .top_play .top_play_decoration_1 {
  position: absolute;
  top: -270px;
  right: 50%;
  z-index: 1;
}
body.home .top_service .top_play .top_play_decoration_1 img {
  max-width: none !important;
}
@media (min-width: 768px) {
  body.home .top_service .top_play .top_play_decoration_1 img {
    width: 1800px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  body.home .top_service .top_play .top_play_decoration_1 {
    right: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .top_service .top_play .top_play_decoration_1 {
    top: -220px;
    right: 40%;
  }
  body.home .top_service .top_play .top_play_decoration_1 img {
    width: 1500px !important;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_play .top_play_decoration_1 {
    top: calc(-25px + 80vw) !important;
    left: 0;
    right: auto;
  }
  body.home .top_service .top_play .top_play_decoration_1 img {
    width: 320px !important;
  }
}
body.home .top_service .top_play .top_play_decoration_2 {
  position: absolute;
  top: -1vw;
  right: 100px;
  z-index: 2;
}
@media (min-width: 1601px) {
  body.home .top_service .top_play .top_play_decoration_2 {
    right: calc(50% - 780px);
  }
}
@media (max-width: 1600px) {
  body.home .top_service .top_play .top_play_decoration_2 {
    right: 20px;
  }
}
@media (max-width: 1400px) {
  body.home .top_service .top_play .top_play_decoration_2 img {
    width: 300px;
  }
}
@media (max-width: 1099px) {
  body.home .top_service .top_play .top_play_decoration_2 {
    display: none;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_play .top_play_decoration_2 {
    display: block;
    top: 70vw;
    right: 30px;
  }
  body.home .top_service .top_play .top_play_decoration_2 img {
    width: 206px;
  }
}
@media (max-width: 767px) and (max-width: 500px) {
  body.home .top_service .top_play .top_play_decoration_2 {
    top: 69vw;
    right: -15px;
  }
  body.home .top_service .top_play .top_play_decoration_2 img {
    width: 180px;
  }
}
@media (min-width: 1921px) {
  body.home .top_service .top_play .block_middle_inner {
    max-width: 1920px;
    margin: auto;
  }
}
body.home .top_service .top_play .container-fluid {
  max-width: 1350px;
  margin-left: 0;
}
@media (max-width: 1800px) and (min-width: 1100px) {
  body.home .top_service .top_play .container-fluid {
    max-width: 85vw;
  }
}
@media (max-width: 1800px) and (min-width: 1400px) {
  body.home .top_service .top_play .container-fluid {
    max-width: 75vw;
  }
}
body.home .top_service .top_play .content_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1200px) {
  body.home .top_service .top_play .content_wrap {
    margin-left: 0;
  }
}
body.home .top_service .top_play .img {
  position: relative;
  z-index: 1;
}
body.home .top_service .top_play .text {
  position: relative;
}
body.home .top_service .top_play .text * {
  position: relative;
  z-index: 1;
}
body.home .top_service .top_play .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  right: -150px;
  left: -10000px;
  bottom: 0;
  background-color: #e0e0e0;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 767px) {
  body.home .top_service .top_play .text::before {
    top: 60px;
    bottom: 0;
  }
}
body.home .top_service .top_play .text .title {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  body.home .top_service .top_play .text .title {
    text-align: right;
  }
}
@media (max-width: 1100px) {
  body.home .top_service .top_play .text .title img {
    width: 240px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_play .text .title {
    margin-bottom: 20px;
  }
  body.home .top_service .top_play .text .title img {
    width: 130px;
  }
}
body.home .top_service .top_play .text .btn_wrap {
  margin-top: 30px;
  padding-bottom: 30px;
  text-align: right;
}
@media (max-width: 767px) {
  body.home .top_service .top_play .text .btn_wrap {
    text-align: center;
  }
}
body.home .top_service .top_eat {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  body.home .top_service .top_eat {
    margin-top: 30px;
  }
}
body.home .top_service .top_eat .top_eat_decoration_1 {
  position: absolute;
  top: 50px;
  left: 130px;
  z-index: 3;
}
@media (min-width: 1601px) {
  body.home .top_service .top_eat .top_eat_decoration_1 {
    left: calc(50% - 700px);
  }
}
@media (max-width: 1600px) {
  body.home .top_service .top_eat .top_eat_decoration_1 {
    left: 60px;
  }
}
@media (max-width: 1400px) {
  body.home .top_service .top_eat .top_eat_decoration_1 {
    top: -20px;
    left: 30px;
  }
  body.home .top_service .top_eat .top_eat_decoration_1 img {
    width: 220px;
  }
}
@media (max-width: 1100px) {
  body.home .top_service .top_eat .top_eat_decoration_1 {
    display: none;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_eat .top_eat_decoration_1 {
    display: block;
    top: 72vw;
    left: auto;
    right: 30px;
  }
  body.home .top_service .top_eat .top_eat_decoration_1 img {
    width: 160px;
  }
}
@media (max-width: 600px) {
  body.home .top_service .top_eat .top_eat_decoration_1 {
    right: 10px;
  }
  body.home .top_service .top_eat .top_eat_decoration_1 img {
    width: 135px;
  }
}
body.home .top_service .top_eat .top_eat_decoration_2 {
  position: absolute;
  top: -220px;
  left: calc(50% + 425px);
  z-index: 2;
}
body.home .top_service .top_eat .top_eat_decoration_2 img {
  max-width: none !important;
}
@media (min-width: 768px) {
  body.home .top_service .top_eat .top_eat_decoration_2 img {
    width: 1800px !important;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  body.home .top_service .top_eat .top_eat_decoration_2 {
    left: 78%;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  body.home .top_service .top_eat .top_eat_decoration_2 {
    top: -176px;
    left: 74%;
  }
  body.home .top_service .top_eat .top_eat_decoration_2 img {
    width: 1500px !important;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_eat .top_eat_decoration_2 {
    top: calc(-112px + 80vw) !important;
    left: 44%;
  }
  body.home .top_service .top_eat .top_eat_decoration_2 img {
    width: 700px !important;
  }
}
@media (max-width: 600px) {
  body.home .top_service .top_eat .top_eat_decoration_2 {
    top: calc(-125px + 80vw) !important;
  }
}
@media (min-width: 1921px) {
  body.home .top_service .top_eat .block_middle_inner {
    max-width: 1920px;
    margin: auto;
  }
}
body.home .top_service .top_eat .container-fluid {
  max-width: 1350px;
  margin-right: 0;
}
@media (max-width: 1800px) and (min-width: 1100px) {
  body.home .top_service .top_eat .container-fluid {
    max-width: 85vw;
  }
}
@media (max-width: 1800px) and (min-width: 1400px) {
  body.home .top_service .top_eat .container-fluid {
    max-width: 75vw;
  }
}
body.home .top_service .top_eat .content_wrap {
  max-width: 1000px;
}
@media (max-width: 1200px) {
  body.home .top_service .top_eat .content_wrap {
    margin-left: auto;
  }
}
body.home .top_service .top_eat .img {
  position: relative;
  z-index: 1;
}
body.home .top_service .top_eat .text {
  position: relative;
}
body.home .top_service .top_eat .text * {
  position: relative;
  z-index: 1;
}
body.home .top_service .top_eat .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 135px;
  left: -150px;
  right: -10000px;
  bottom: 0;
  background-color: #e0e0e0;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 1100px) {
  body.home .top_service .top_eat .text::before {
    top: 120px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_eat .text::before {
    top: 60px;
    bottom: 0;
  }
}
body.home .top_service .top_eat .text .title {
  margin-bottom: 30px;
}
@media (max-width: 1100px) {
  body.home .top_service .top_eat .text .title img {
    width: 230px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_eat .text .title img {
    width: 125px;
  }
}
body.home .top_service .top_eat .text .btn_wrap {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  body.home .top_service .top_eat .text .btn_wrap {
    text-align: center;
  }
}
body.home .top_service .top_sauna {
  margin-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  body.home .top_service .top_sauna {
    margin-top: 30px;
  }
}
body.home .top_service .top_sauna .top_sauna_decoration_1 {
  position: absolute;
  top: 20px;
  right: 120px;
  z-index: 2;
}
@media (min-width: 1501px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 {
    right: calc(50% - 700px);
  }
}
@media (max-width: 1500px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 {
    right: 60px;
  }
}
@media (max-width: 1400px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 {
    top: -40px;
    right: 30px;
  }
  body.home .top_service .top_sauna .top_sauna_decoration_1 .img_1 {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 {
    top: -18vw;
    right: calc(50% - 9vw);
  }
}
@media (max-width: 1099px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 .img_1 {
    display: none;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 {
    top: 72vw;
    right: 30px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 {
    right: 10px;
  }
  body.home .top_service .top_sauna .top_sauna_decoration_1 .img_2 {
    width: 170px;
  }
}
@media (max-width: 420px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 .img_2 {
    width: 150px;
  }
}
@media (max-width: 368px) {
  body.home .top_service .top_sauna .top_sauna_decoration_1 {
    display: none;
  }
}
@media (min-width: 1921px) {
  body.home .top_service .top_sauna .block_middle_inner {
    max-width: 1920px;
    margin: auto;
  }
}
body.home .top_service .top_sauna .container-fluid {
  max-width: 1350px;
  margin-left: 0;
}
@media (max-width: 1800px) and (min-width: 1100px) {
  body.home .top_service .top_sauna .container-fluid {
    max-width: 85vw;
  }
}
@media (max-width: 1800px) and (min-width: 1400px) {
  body.home .top_service .top_sauna .container-fluid {
    max-width: 75vw;
  }
}
body.home .top_service .top_sauna .content_wrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: 0;
}
@media (max-width: 1200px) {
  body.home .top_service .top_sauna .content_wrap {
    margin-left: 0;
  }
}
body.home .top_service .top_sauna .img {
  position: relative;
  z-index: 1;
}
body.home .top_service .top_sauna .text {
  position: relative;
}
body.home .top_service .top_sauna .text * {
  position: relative;
  z-index: 1;
}
body.home .top_service .top_sauna .text::before {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  right: -150px;
  left: -10000px;
  bottom: 0;
  background-color: #e0e0e0;
  border-radius: 0 40px 40px 0;
}
@media (max-width: 1100px) {
  body.home .top_service .top_sauna .text::before {
    top: 110px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_sauna .text::before {
    top: 60px;
    bottom: 0;
  }
}
body.home .top_service .top_sauna .text .title {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  body.home .top_service .top_sauna .text .title {
    text-align: right;
  }
}
@media (max-width: 1100px) {
  body.home .top_service .top_sauna .text .title img {
    width: 320px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_sauna .text .title img {
    width: 180px;
  }
}
body.home .top_service .top_sauna .text .btn_wrap {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  body.home .top_service .top_sauna .text .btn_wrap {
    text-align: right;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_sauna .text .btn_wrap {
    text-align: center;
  }
}
body.home .top_service .animation_text_left {
  height: 240px;
  margin-top: -30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  body.home .top_service .animation_text_left {
    height: 200px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .animation_text_left {
    height: 30vw;
    margin-top: 0;
  }
}
body.home .top_service .animation_text_left strong {
  display: block;
  font-size: 24rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  position: absolute;
  left: 0;
  margin: auto;
  animation: motion_left 2000s linear infinite normal;
}
@media (max-width: 1200px) {
  body.home .top_service .animation_text_left strong {
    font-size: 20rem;
  }
}
@media (max-width: 767px) {
  body.home .top_service .animation_text_left strong {
    font-size: 30vw;
  }
}
@keyframes motion_left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
body.home .top_service .top_decoration_4 {
  margin-top: -90px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1921px) {
  body.home .top_service .top_decoration_4 {
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  body.home .top_service .top_decoration_4 {
    margin-top: -15vw;
  }
}
body.home .top_service .top_decoration_4 .img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  body.home .top_service .top_decoration_4 {
    background-image: url("../../../../uploads/top_decoration_4.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  body.home .top_service .top_decoration_4 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  body.home .top_service .top_decoration_4 {
    background-size: 2400px;
  }
  body.home .top_service .top_decoration_4 img {
    width: 2400px !important;
  }
}
@media (min-width: 768px) {
  body.home .top_service .facility_map {
    margin-top: -230px;
    transform: translateY(230px);
  }
}
body.home .top_decoration_5 {
  position: relative;
  z-index: -1;
  margin-top: -2px;
}
body.home .top_decoration_5 .img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  body.home .top_decoration_5 {
    background-image: url("../../../../uploads/top_decoration_5.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
    margin-bottom: -50px;
  }
  body.home .top_decoration_5 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  body.home .top_decoration_5 {
    background-size: 2400px;
    margin-bottom: -40px;
  }
  body.home .top_decoration_5 img {
    width: 2400px !important;
  }
}
@media (min-width: 768px) {
  body.home .top_instagram {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  body.home .top_instagram {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
body.home .top_instagram .container-fluid {
  max-width: 1000px;
}
body.home .top_decoration_3 {
  position: relative;
  z-index: -1;
}
body.home .top_decoration_3 .img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  body.home .top_decoration_3 {
    background-image: url("../../../../uploads/top_decoration_3.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  body.home .top_decoration_3 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  body.home .top_decoration_3 {
    background-size: 2400px;
    transform: translateY(15px) !important;
  }
  body.home .top_decoration_3 img {
    width: 2400px !important;
  }
}
body.home .top_access {
  background-color: #c5c5a1;
  margin-top: -2px;
  padding-top: 20px;
}
body.home .top_access .map iframe {
  width: 100%;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  body.home .top_access .map iframe {
    height: 400px;
  }
}
body.home .top_access .access_route {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  body.home .top_access .access_route {
    display: block;
  }
}
@media (max-width: 767px) {
  body.home .top_access .access_route {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
body.home .top_access .access_route.container-fluid {
  max-width: 1200px;
}
body.home .top_access .access_route .btns,
body.home .top_access .access_route .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767px) {
  body.home .top_access .access_route .btns,
body.home .top_access .access_route .text {
    padding: 15px 12px;
    border-radius: 14px;
  }
}
body.home .top_access .access_route .btns {
  width: 280px;
}
@media (max-width: 1200px) {
  body.home .top_access .access_route .btns {
    width: 35%;
  }
  body.home .top_access .access_route .btns img {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  body.home .top_access .access_route .btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  body.home .top_access .access_route .btns .btn_wrap {
    width: 49%;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.home .top_access .access_route .btns {
    margin-bottom: 12px;
  }
}
body.home .top_access .access_route .text {
  width: calc(98% - 280px);
  font-size: 1.4rem;
}
@media (max-width: 1200px) {
  body.home .top_access .access_route .text {
    width: 63%;
  }
}
@media (max-width: 1200px) {
  body.home .top_access .access_route .text .col_content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.home .top_access .access_route .text .col_content {
    margin-top: 12px;
  }
}
@media (max-width: 1000px) {
  body.home .top_access .access_route .text {
    width: 100%;
  }
}
body.home .top_access .access_route .text .item {
  padding: 12px 15px;
  background-color: #c5c5a1;
  border-radius: 10px;
}
@media (max-width: 767px) {
  body.home .top_access .access_route .text .item {
    padding: 8px 10px;
  }
}
body.home .top_access .access_route .text .item dl {
  display: flex;
  align-items: center;
  margin: 0;
}
body.home .top_access .access_route .text .item dl dt,
body.home .top_access .access_route .text .item dl dd {
  margin: 0;
  font-weight: normal;
}
body.home .top_access .access_route .text .item dl dt {
  width: 90px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  body.home .top_access .access_route .text .item dl dt {
    width: 90px !important;
  }
}
@media (max-width: 767px) {
  body.home .top_access .access_route .text .item dl dt {
    width: 26%;
  }
}
body.home .top_access .access_route .text .item dl dd {
  padding-left: 15px;
  border-left: solid 1px #000;
}

@media (min-width: 768px) {
  .page_eat main {
    line-height: 1.8;
  }
}
.page_eat .main_visual {
  background-image: url("https://kinoka-land.jp/wp-content/uploads/eat_main_visual_bg.svg");
}
.page_eat .page_title_wrap .page_title {
  top: -100px;
}
@media (max-width: 1200px) {
  .page_eat .page_title_wrap .page_title {
    top: -8.3vw;
  }
}
@media (max-width: 1200px) {
  .page_eat .page_title_wrap .page_title .en {
    width: 35vw;
  }
}
.page_eat .page_title_wrap .page_title .jp {
  margin-left: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .page_eat .page_title_wrap .page_title .jp {
    width: 10vw;
    margin-left: 2.6vw;
    margin-bottom: 0.5vw;
  }
}
.page_eat .section_1 {
  margin-top: 180px;
}
@media (max-width: 1200px) {
  .page_eat .section_1 {
    margin-top: 14vw;
  }
}
@media (max-width: 767px) {
  .page_eat .section_1 {
    margin-top: 17vw;
  }
}
.page_eat .section_1 .container-fluid {
  max-width: 1200px;
}
.page_eat .section_1 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_eat .section_1 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_eat .section_1 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_eat .section_1 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_eat .section_1 .content_1 .col-md-7,
.page_eat .section_1 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_eat .section_1 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
}
@media (max-width: 1200px) {
  .page_eat .section_1 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_eat .section_1 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page_eat .section_1 .content_2 {
    margin-top: -80px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_eat .section_1 .content_2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page_eat .section_1 .content_2 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_eat .section_1 .content_2 .col-md-7,
.page_eat .section_1 .content_2 .col-md-5 {
    width: 50%;
  }
}
.page_eat .section_1 .content_2 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_eat .section_1 .content_2 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_eat .sauna_decoration_1 {
  margin-top: -170px;
}
@media (max-width: 1500px) {
  .page_eat .sauna_decoration_1 {
    margin-top: -12vw;
  }
}
@media (max-width: 767px) {
  .page_eat .sauna_decoration_1 {
    margin-top: -7vw;
  }
}
.page_eat .sauna_decoration_1 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .page_eat .sauna_decoration_1 {
    background-image: url("https://kinoka-land.jp/wp-content/uploads/eat_decoration_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  .page_eat .sauna_decoration_1 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .page_eat .sauna_decoration_1 {
    background-size: 2200px;
  }
  .page_eat .sauna_decoration_1 img {
    width: 2200px !important;
  }
}
.page_eat .section_2 {
  background-color: #ffc187;
}
@media (max-width: 767px) {
  .page_eat .section_2 {
    padding-top: 10px;
  }
}
.page_eat .section_2 .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .page_eat .section_2 .block_inner {
    transform: translateY(-8vw);
  }
}
.page_eat .section_2 .row {
  margin-top: -2px;
}
.page_eat .section_2 .img img {
  border-radius: 35px;
}
@media (max-width: 1200px) {
  .page_eat .section_2 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_eat .section_2 .img img {
    border-radius: 25px;
  }
}
.page_eat .section_2 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
}
@media (max-width: 1200px) {
  .page_eat .section_2 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_eat .section_2 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.page_eat .section_3 {
  background-color: #ffc187;
}
@media (max-width: 767px) {
  .page_eat .section_3 {
    padding-top: 40px;
  }
}
.page_eat .section_3 .container-fluid {
  max-width: 1200px;
}
.page_eat .section_3 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_eat .section_3 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_eat .section_3 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_eat .section_3 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_eat .section_3 .content_1 .col-md-7,
.page_eat .section_3 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_eat .section_3 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
}
@media (max-width: 1200px) {
  .page_eat .section_3 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_eat .section_3 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page_eat .section_3 .content_2 {
    margin-top: -80px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_eat .section_3 .content_2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page_eat .section_3 .content_2 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_eat .section_3 .content_2 .col-md-7,
.page_eat .section_3 .content_2 .col-md-5 {
    width: 50%;
  }
}
.page_eat .section_3 .content_2 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_eat .section_3 .content_2 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_eat .section_4 {
  padding-top: 100px;
  padding-bottom: 180px;
  background-color: #ffc187;
}
@media (max-width: 1200px) {
  .page_eat .section_4 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page_eat .section_4 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.page_eat .section_4 .container-fluid {
  max-width: 1200px;
}
.page_eat .section_4 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_eat .section_4 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_eat .section_4 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_eat .section_4 .row {
    align-items: flex-start !important;
  }
}
.page_eat .section_4 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_eat .section_4 .text .middle_text {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .page_stay main {
    line-height: 1.8;
  }
}
.page_stay .main_visual {
  background-image: url("https://kinoka-land.jp/wp-content/uploads/stay_main_visual_bg.svg");
}
.page_stay .page_title_wrap .page_title {
  top: -100px;
}
@media (max-width: 1200px) {
  .page_stay .page_title_wrap .page_title {
    top: -8.3vw;
  }
}
@media (max-width: 1200px) {
  .page_stay .page_title_wrap .page_title .en {
    width: 42.3vw;
  }
}
.page_stay .page_title_wrap .page_title .jp {
  margin-left: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .page_stay .page_title_wrap .page_title .jp {
    width: 10vw;
    margin-left: 2.6vw;
    margin-bottom: 0.5vw;
  }
}
.page_stay .section_1 {
  margin-top: 180px;
}
@media (max-width: 1200px) {
  .page_stay .section_1 {
    margin-top: 14vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_1 {
    margin-top: 17vw;
  }
}
.page_stay .section_1 .container-fluid {
  max-width: 1200px;
}
.page_stay .section_1 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_stay .section_1 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_1 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_stay .section_1 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_stay .section_1 .content_1 .col-md-7,
.page_stay .section_1 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_stay .section_1 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
}
@media (max-width: 1200px) {
  .page_stay .section_1 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_1 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page_stay .section_1 .content_2 {
    margin-top: -80px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_stay .section_1 .content_2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page_stay .section_1 .content_2 {
    margin-top: 10px;
  }
}
.page_stay .section_1 .content_2 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_stay .section_1 .content_2 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_stay .section_1 .content_2 .text .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page_stay .section_1 .content_2 .text .btn_wrap {
    text-align: center;
  }
}
.page_stay .section_2 .container-fluid {
  max-width: 1200px;
}
.page_stay .section_2 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_stay .section_2 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_2 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_stay .section_2 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_stay .section_2 .content_1 .col-md-7,
.page_stay .section_2 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_stay .section_2 .content_1 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_stay .section_2 .content_1 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_stay .section_2 .content_1 .text .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page_stay .section_2 .content_1 .text .btn_wrap {
    text-align: center;
  }
}
.page_stay .stay_decoration_1 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .page_stay .stay_decoration_1 {
    background-image: url("https://kinoka-land.jp/wp-content/uploads/stay_decoration_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
    margin-top: -170px;
  }
  .page_stay .stay_decoration_1 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .page_stay .stay_decoration_1 {
    background-size: 2400px;
  }
  .page_stay .stay_decoration_1 img {
    width: 2400px !important;
  }
}
.page_stay .section_3 {
  background-color: #b6c1ff;
  padding-bottom: 140px;
}
@media (max-width: 1200px) {
  .page_stay .section_3 {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .page_stay .section_3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.page_stay .section_3 .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .page_stay .section_3 .block_inner {
    margin-bottom: -100px;
    transform: translateY(-100px);
  }
}
.page_stay .section_3 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_stay .section_3 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_3 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_stay .section_3 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_stay .section_3 .content_1 .col-md-7,
.page_stay .section_3 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_stay .section_3 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .page_stay .section_3 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_3 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page_stay .section_3 .content_2 {
    margin-top: -70px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_stay .section_3 .content_2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page_stay .section_3 .content_2 {
    margin-top: 10px;
  }
}
.page_stay .section_3 .content_2 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_stay .section_3 .content_2 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_stay .section_3 .content_2 .text .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page_stay .section_3 .content_2 .text .btn_wrap {
    text-align: center;
  }
}
.page_stay .section_4 {
  background-color: #b6c1ff;
  padding-bottom: 30px;
}
.page_stay .section_4 .container-fluid {
  max-width: 1200px;
}
.page_stay .section_4 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_stay .section_4 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_4 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_stay .section_4 .row {
    align-items: flex-start !important;
  }
}
.page_stay .section_4 .content_1 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_stay .section_4 .content_1 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_stay .stay_decoration_2 {
  margin-top: -1px;
}
.page_stay .stay_decoration_2 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .page_stay .stay_decoration_2 {
    background-image: url("https://kinoka-land.jp/wp-content/uploads/stay_decoration_2.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  .page_stay .stay_decoration_2 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .page_stay .stay_decoration_2 {
    background-size: 2400px;
  }
  .page_stay .stay_decoration_2 img {
    width: 2400px !important;
  }
}
@media (min-width: 768px) and (max-width: 1100px) {
  .page_stay .stay_decoration_2 {
    background-position: left 30% center;
  }
}
.page_stay .section_5 .container-fluid,
.page_stay .section_6 .container-fluid {
  max-width: 1200px;
}
.page_stay .section_5 .stay_slider,
.page_stay .section_6 .stay_slider {
  width: 100%;
  max-width: 643px;
  margin: auto;
  padding-right: 20px;
  padding-bottom: 45px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1500px) {
  .page_stay .section_5 .stay_slider,
.page_stay .section_6 .stay_slider {
    padding-right: 0;
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_5 .stay_slider,
.page_stay .section_6 .stay_slider {
    padding-bottom: 40px;
  }
}
.page_stay .section_5 .stay_slider img,
.page_stay .section_6 .stay_slider img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_stay .section_5 .stay_slider img,
.page_stay .section_6 .stay_slider img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_5 .stay_slider img,
.page_stay .section_6 .stay_slider img {
    border-radius: 25px;
  }
}
@media (min-width: 768px) {
  .page_stay .section_5 .stay_slider .swiper-pagination .swiper-pagination-bullet,
.page_stay .section_6 .stay_slider .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1200px) {
  .page_stay .section_5 .row,
.page_stay .section_6 .row {
    align-items: flex-start !important;
  }
}
.page_stay .section_5 .content_1 .text .middle_text,
.page_stay .section_6 .content_1 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_stay .section_5 .content_1 .text .middle_text,
.page_stay .section_6 .content_1 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_stay .section_5 .content_1 .text .btn_wrap,
.page_stay .section_6 .content_1 .text .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page_stay .section_5 .content_1 .text .btn_wrap,
.page_stay .section_6 .content_1 .text .btn_wrap {
    text-align: center;
  }
}
.page_stay .section_5 {
  margin-top: 120px;
}
@media (max-width: 1200px) {
  .page_stay .section_5 {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .page_stay .section_5 {
    margin-top: 60px;
  }
}
.page_stay .section_6 {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .page_stay .section_6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page_stay .section_6 {
    margin-bottom: 20px;
  }
}
.page_stay .stay_decoration_3 {
  margin-top: 40px;
}
.page_stay .stay_decoration_3 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .page_stay .stay_decoration_3 {
    background-image: url("https://kinoka-land.jp/wp-content/uploads/stay_decoration_3.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
    margin-bottom: -100px;
  }
  .page_stay .stay_decoration_3 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .page_stay .stay_decoration_3 {
    background-size: 2400px;
  }
  .page_stay .stay_decoration_3 img {
    width: 2400px !important;
  }
}
@media (min-width: 768px) and (max-width: 900px) {
  .page_stay .stay_decoration_3 {
    margin-bottom: -180px;
  }
}
.page_stay .section_7 {
  padding-top: 20px;
  background-image: url("https://kinoka-land.jp/wp-content/uploads/stay_decoration_4.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 3000px;
}
@media (max-width: 767px) {
  .page_stay .section_7 {
    background-size: 1500px;
  }
}
.page_stay .section_7 .container-fluid {
  max-width: 1200px;
}
.page_stay .section_7 .block_inner {
  padding-bottom: 60px;
}
.page_stay .section_7 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_stay .section_7 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_stay .section_7 .img img {
    border-radius: 25px;
  }
}
.page_stay .section_7 .content_1 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_stay .section_7 .content_1 .text .middle_text {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  .page_play main {
    line-height: 1.8;
  }
}
.page_play .main_visual {
  background-image: url("https://kinoka-land.jp/wp-content/uploads/play_main_visual_bg.svg");
}
.page_play .page_title_wrap .page_title {
  top: -100px;
}
@media (max-width: 1200px) {
  .page_play .page_title_wrap .page_title {
    top: -8.3vw;
  }
}
@media (max-width: 1200px) {
  .page_play .page_title_wrap .page_title .en {
    width: 40.9vw;
  }
}
.page_play .page_title_wrap .page_title .jp {
  margin-left: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .page_play .page_title_wrap .page_title .jp {
    width: 7vw;
    margin-left: 2.6vw;
    margin-bottom: 0.5vw;
  }
}
.page_play .section_1 {
  margin-top: 180px;
}
@media (max-width: 1200px) {
  .page_play .section_1 {
    margin-top: 14vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_1 {
    margin-top: 17vw;
  }
}
.page_play .section_1 .container-fluid {
  max-width: 1200px;
}
.page_play .section_1 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_play .section_1 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_1 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_play .section_1 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_play .section_1 .content_1 .col-md-7,
.page_play .section_1 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_play .section_1 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
}
@media (max-width: 1200px) {
  .page_play .section_1 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_1 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page_play .section_1 .content_2 {
    margin-top: -80px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_play .section_1 .content_2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page_play .section_1 .content_2 {
    margin-top: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_play .section_1 .content_2 .col-md-7,
.page_play .section_1 .content_2 .col-md-5 {
    width: 50%;
  }
}
.page_play .section_1 .content_2 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_play .section_1 .content_2 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_play .section_2 .container-fluid {
  max-width: 1200px;
}
.page_play .section_2 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_play .section_2 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_2 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_play .section_2 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_play .section_2 .content_1 .col-md-7,
.page_play .section_2 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_play .section_2 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .page_play .section_2 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_2 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.page_play .section_2 .content_1 .text .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page_play .section_2 .content_1 .text .btn_wrap {
    text-align: center;
  }
}
.page_play .section_3 .container-fluid {
  max-width: 1200px;
}
.page_play .section_3 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_play .section_3 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_3 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_play .section_3 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_play .section_3 .content_1 .col-md-7,
.page_play .section_3 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_play .section_3 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .page_play .section_3 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_3 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.page_play .section_3 .content_1 .text .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page_play .section_3 .content_1 .text .btn_wrap {
    text-align: center;
  }
}
.page_play .sauna_decoration_1 {
  margin-top: -5.5vw;
}
.page_play .sauna_decoration_1 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .page_play .sauna_decoration_1 {
    background-image: url("https://kinoka-land.jp/wp-content/uploads/play_decoration_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  .page_play .sauna_decoration_1 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .page_play .sauna_decoration_1 {
    background-size: 2400px;
  }
  .page_play .sauna_decoration_1 img {
    width: 2400px !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_play .sauna_decoration_1 {
    background-position: right 40% center;
  }
}
.page_play .section_4 {
  background-color: #cab8ff;
}
@media (max-width: 767px) {
  .page_play .section_4 {
    padding-top: 30px;
  }
}
.page_play .section_4 .container-fluid {
  max-width: 1200px;
}
.page_play .section_4 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_play .section_4 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_4 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_play .section_4 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_play .section_4 .content_1 .col-md-7,
.page_play .section_4 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_play .section_4 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .page_play .section_4 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_4 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
.page_play .section_5 {
  background-color: #cab8ff;
  padding-top: 100px;
  padding-bottom: 180px;
}
@media (max-width: 1200px) {
  .page_play .section_5 {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .page_play .section_5 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.page_play .section_5 .container-fluid {
  max-width: 1200px;
}
.page_play .section_5 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_play .section_5 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_5 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_play .section_5 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_play .section_5 .content_1 .col-md-7,
.page_play .section_5 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_play .section_5 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4rem;
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .page_play .section_5 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_play .section_5 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  .page_sauna main {
    line-height: 1.8;
  }
}
.page_sauna .main_visual {
  background-image: url("https://kinoka-land.jp/wp-content/uploads/sauna_main_visual_bg.svg");
}
@media (max-width: 1200px) {
  .page_sauna .page_title_wrap .page_title .en {
    width: 53vw;
  }
}
.page_sauna .page_title_wrap .page_title .jp {
  margin-left: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .page_sauna .page_title_wrap .page_title .jp {
    width: 10vw;
    margin-left: 2.6vw;
    margin-bottom: 0.5vw;
  }
}
.page_sauna .section_1 {
  margin-top: 180px;
}
@media (max-width: 1200px) {
  .page_sauna .section_1 {
    margin-top: 14vw;
  }
}
@media (max-width: 767px) {
  .page_sauna .section_1 {
    margin-top: 17vw;
  }
}
.page_sauna .section_1 .container-fluid {
  max-width: 1200px;
}
.page_sauna .section_1 .img img {
  border-radius: 40px;
}
@media (max-width: 1200px) {
  .page_sauna .section_1 .img img {
    border-radius: 2.8vw;
  }
}
@media (max-width: 767px) {
  .page_sauna .section_1 .img img {
    border-radius: 25px;
  }
}
@media (max-width: 1200px) {
  .page_sauna .section_1 .row {
    align-items: flex-start !important;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_sauna .section_1 .content_1 .col-md-7,
.page_sauna .section_1 .content_1 .col-md-5 {
    width: 50%;
  }
}
.page_sauna .section_1 .content_1 .text .large_trxt {
  margin-bottom: 15px;
  font-size: 4.2rem;
}
@media (max-width: 1200px) {
  .page_sauna .section_1 .content_1 .text .large_trxt {
    font-size: 3.8vw;
  }
}
@media (max-width: 767px) {
  .page_sauna .section_1 .content_1 .text .large_trxt {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }
}
@media (min-width: 768px) {
  .page_sauna .section_1 .content_2 {
    margin-top: -80px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .page_sauna .section_1 .content_2 {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .page_sauna .section_1 .content_2 {
    margin-top: 10px;
  }
}
.page_sauna .section_1 .content_2 .text .middle_text {
  margin-bottom: 10px;
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .page_sauna .section_1 .content_2 .text .middle_text {
    font-size: 1.8rem;
  }
}
.page_sauna .section_1 .content_2 .text .btn_wrap {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page_sauna .section_1 .content_2 .text .btn_wrap {
    text-align: center;
  }
}
.page_sauna .sauna_decoration_1 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .page_sauna .sauna_decoration_1 {
    background-image: url("https://kinoka-land.jp/wp-content/uploads/sauna_decoration_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  .page_sauna .sauna_decoration_1 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .page_sauna .sauna_decoration_1 {
    background-size: 2400px;
  }
  .page_sauna .sauna_decoration_1 img {
    width: 2400px !important;
  }
}

@media (min-width: 768px) {
  .page_price main {
    line-height: 1.8;
  }
}
.page_price .block_middle {
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .page_price .block_middle {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page_price .block_middle {
    margin-bottom: 50px;
  }
}
.page_price .main_visual {
  background-image: url("https://kinoka-land.jp/wp-content/uploads/price_main_visual_bg.svg");
}
.page_price .page_title_wrap .page_title {
  top: -99px;
}
@media (max-width: 1200px) {
  .page_price .page_title_wrap .page_title {
    top: -8.3vw;
  }
}
@media (max-width: 1200px) {
  .page_price .page_title_wrap .page_title .en {
    width: 46vw;
  }
}
.page_price .page_title_wrap .page_title .jp {
  margin-left: 40px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .page_price .page_title_wrap .page_title .jp {
    width: 6.8vw;
    margin-left: 2.6vw;
    margin-bottom: 0.5vw;
  }
}
.page_price .content_title_1_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .page_price .content_title_1_wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page_price .content_title_1_wrap .content_title {
  margin: 0;
  margin-right: 20px;
  padding: 0 20px;
  font-size: 2.4rem;
  font-weight: bold;
  border-left: solid 2px #000;
  border-right: solid 2px #000;
}
@media (max-width: 1200px) {
  .page_price .content_title_1_wrap .content_title {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .page_price .content_title_1_wrap .content_title {
    padding: 0 15px;
    font-size: 1.8rem;
  }
}
.page_price hr.dashed {
  margin: 15px 0;
  border: none;
  background-color: transparent;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .page_price hr.dashed {
    display: none;
  }
}
@media (max-width: 767px) {
  .page_price .price_list {
    margin-bottom: 5px;
    border: solid 1px #000;
  }
}
.page_price .price_list dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page_price .price_list dl {
    margin: 0;
  }
}
.page_price .price_list dl dt,
.page_price .price_list dl dd {
  flex-shrink: 0;
  margin: 0;
  padding: 0 15px;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page_price .price_list dl dt,
.page_price .price_list dl dd {
    padding: 4px 10px;
    font-size: 1.4rem;
  }
}
.page_price .price_list dl .title {
  width: 20%;
}
@media (max-width: 767px) {
  .page_price .price_list dl .title {
    width: 100%;
    background-color: #f9e1ec;
    border-bottom: solid 1px #000;
  }
}
.page_price .price_list dl .time {
  display: flex;
  align-items: center;
  width: 45%;
  border-left: solid 1px #000;
  border-right: solid 1px #000;
}
.page_price .price_list dl .time img {
  margin-right: 8px;
}
@media (max-width: 1000px) {
  .page_price .price_list dl .time img {
    width: 25px;
  }
}
@media (max-width: 767px) {
  .page_price .price_list dl .time img {
    width: 20px;
    margin-right: 5px;
  }
}
@media (max-width: 767px) {
  .page_price .price_list dl .time {
    width: 51%;
    font-weight: normal;
    border-left: none;
  }
}
.page_price .price_list dl .price {
  width: 35%;
  text-align: right;
}
@media (max-width: 767px) {
  .page_price .price_list dl .price {
    width: 49%;
    font-weight: normal;
  }
}
.page_price .section_1 {
  margin-top: 180px;
}
@media (max-width: 1200px) {
  .page_price .section_1 {
    margin-top: 14vw;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 {
    margin-top: 17vw;
  }
}
.page_price .section_1 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_1 .content_title_1_wrap .content_title {
    margin-bottom: 15px;
  }
}
.page_price .section_1 .content_3 .content_title {
  display: flex;
  align-items: center;
}
.page_price .section_1 .content_3 .content_title img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_3 .content_title img {
    width: 25px;
  }
}
.page_price .section_1 .content_4 .content_title {
  display: flex;
  align-items: center;
}
.page_price .section_1 .content_4 .content_title img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_4 .content_title img {
    width: 25px;
  }
}
.page_price .section_1 .content_4 hr.dashed {
  margin: 10px 0;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_4 .price_list .time {
    border: none;
  }
}
.page_price .section_1 .content_4 .price_list .price {
  line-height: 1.4;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_4 .price_list .price {
    border-left: solid 1px #000;
  }
}
.page_price .section_1 .content_4 .price_list .price span {
  display: inline-block;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_4 .price_list .price span {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_4 .price_list .price span {
    font-size: 1.4rem;
  }
}
.page_price .section_1 .content_5 {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_5 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 {
    margin-top: 50px;
  }
}
.page_price .section_1 .content_5 .content_title {
  display: flex;
  align-items: center;
}
.page_price .section_1 .content_5 .content_title img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 .content_title img {
    width: 25px;
  }
}
.page_price .section_1 .content_5 .text .price_list dl dt,
.page_price .section_1 .content_5 .text .price_list dl dd {
  line-height: 1.4;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_5 .text .price_list dl dt,
.page_price .section_1 .content_5 .text .price_list dl dd {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 .text .price_list dl dt,
.page_price .section_1 .content_5 .text .price_list dl dd {
    font-size: 1.4rem;
  }
}
.page_price .section_1 .content_5 .text .price_list dl .title {
  width: 34%;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 .text .price_list dl .title {
    width: 100%;
  }
}
.page_price .section_1 .content_5 .text .price_list dl .time {
  width: 48%;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 .text .price_list dl .time {
    width: 73%;
  }
}
.page_price .section_1 .content_5 .text .price_list dl .price {
  width: 18%;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 .text .price_list dl .price {
    width: 27%;
  }
}
.page_price .section_1 .content_5 .text .price_list.price_list_2 .title {
  display: flex;
  align-items: center;
  width: 82%;
  border-right: solid 1px #000;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 .text .price_list.price_list_2 .title {
    width: 100%;
    margin: 0;
    font-size: 1.4rem;
    border-right: none;
  }
}
.page_price .section_1 .content_5 .text .price_list.price_list_2 .title img {
  margin-right: 14px;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_5 .text .price_list.price_list_2 .title img {
    width: 20px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 .text .price_list.price_list_2 .title img {
    width: 16px;
    margin-right: 10px;
  }
}
.page_price .section_1 .content_5 .text .price_list.price_list_2 .price {
  width: 18%;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_5 .text .price_list.price_list_2 .price {
    width: 100%;
  }
}
.page_price .section_1 .content_6,
.page_price .section_1 .content_7,
.page_price .section_1 .content_8 {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_6,
.page_price .section_1 .content_7,
.page_price .section_1 .content_8 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6,
.page_price .section_1 .content_7,
.page_price .section_1 .content_8 {
    margin-top: 50px;
  }
}
.page_price .section_1 .content_6 .content_title,
.page_price .section_1 .content_7 .content_title,
.page_price .section_1 .content_8 .content_title {
  display: flex;
  align-items: center;
  align-self: flex-start;
}
.page_price .section_1 .content_6 .content_title img,
.page_price .section_1 .content_7 .content_title img,
.page_price .section_1 .content_8 .content_title img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6 .content_title img,
.page_price .section_1 .content_7 .content_title img,
.page_price .section_1 .content_8 .content_title img {
    width: 25px;
  }
}
.page_price .section_1 .content_6 .content_title_1_wrap,
.page_price .section_1 .content_7 .content_title_1_wrap,
.page_price .section_1 .content_8 .content_title_1_wrap {
  flex-direction: row;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6 .content_title_1_wrap,
.page_price .section_1 .content_7 .content_title_1_wrap,
.page_price .section_1 .content_8 .content_title_1_wrap {
    flex-direction: column;
    align-items: center;
  }
}
.page_price .section_1 .content_6 .content_title_1_wrap .price_list,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6 .content_title_1_wrap .price_list,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list {
    max-width: 371px;
    margin-top: 20px;
    border: solid 1px #000;
  }
}
.page_price .section_1 .content_6 .content_title_1_wrap .price_list dl,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl {
  margin: 0;
}
.page_price .section_1 .content_6 .content_title_1_wrap .price_list dl dt,
.page_price .section_1 .content_6 .content_title_1_wrap .price_list dl dd,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl dt,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl dd,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl dt,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl dd {
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6 .content_title_1_wrap .price_list dl dt,
.page_price .section_1 .content_6 .content_title_1_wrap .price_list dl dd,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl dt,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl dd,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl dt,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl dd {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 1.6rem;
  }
}
.page_price .section_1 .content_6 .content_title_1_wrap .price_list dl .title,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl .title,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl .title {
  width: 33.3333333333%;
  text-align: right;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6 .content_title_1_wrap .price_list dl .title,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl .title,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl .title {
    margin: 0;
    text-align: center;
    border: none;
  }
}
.page_price .section_1 .content_6 .content_title_1_wrap .price_list dl .time,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl .time,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl .time {
  width: 33.3333333333%;
  border-width: 2px;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6 .content_title_1_wrap .price_list dl .time,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl .time,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl .time {
    justify-content: center;
    border-left: solid 1px #000;
    border-width: 1px;
  }
}
.page_price .section_1 .content_6 .content_title_1_wrap .price_list dl .price,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl .price,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl .price {
  width: 33.3333333333%;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6 .content_title_1_wrap .price_list dl .price,
.page_price .section_1 .content_7 .content_title_1_wrap .price_list dl .price,
.page_price .section_1 .content_8 .content_title_1_wrap .price_list dl .price {
    text-align: center;
  }
}
.page_price .section_1 .content_6 .text {
  max-width: 95%;
  margin: auto;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_6 .text {
    max-width: 100%;
  }
}
.page_price .section_1 .content_9 {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_9 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_9 {
    margin-top: 50px;
  }
}
.page_price .section_1 .content_9 .content_title {
  display: flex;
  align-items: center;
}
.page_price .section_1 .content_9 .content_title img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_9 .content_title img {
    width: 25px;
  }
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_9 .price_list dl dt,
.page_price .section_1 .content_9 .price_list dl dd {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_9 .price_list dl dt,
.page_price .section_1 .content_9 .price_list dl dd {
    font-size: 1.4rem;
  }
}
.page_price .section_1 .content_9 .price_list dl .title {
  width: 35%;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_9 .price_list dl .title {
    width: 100%;
  }
}
.page_price .section_1 .content_9 .price_list dl .time {
  width: 45%;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_9 .price_list dl .time {
    display: block;
    width: 75%;
  }
}
.page_price .section_1 .content_9 .price_list dl .price {
  width: 20%;
}
@media (max-width: 767px) {
  .page_price .section_1 .content_9 .price_list dl .price {
    width: 25%;
  }
}
.page_price .section_1 .content_10,
.page_price .section_1 .content_11 {
  margin-top: 100px;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_10,
.page_price .section_1 .content_11 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_10,
.page_price .section_1 .content_11 {
    margin-top: 50px;
  }
}
.page_price .section_1 .content_10 .text,
.page_price .section_1 .content_11 .text {
  max-width: 95%;
  margin: 0 auto 100px;
}
@media (max-width: 1200px) {
  .page_price .section_1 .content_10 .text,
.page_price .section_1 .content_11 .text {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page_price .section_1 .content_10 .text,
.page_price .section_1 .content_11 .text {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.page_price .sauna_decoration_1 {
  margin-top: -6.5vw;
}
@media (max-width: 767px) {
  .page_price .sauna_decoration_1 {
    margin-top: 30px;
  }
}
.page_price .sauna_decoration_1 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .page_price .sauna_decoration_1 {
    background-image: url("../../../../uploads/price_decoration_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  .page_price .sauna_decoration_1 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .page_price .sauna_decoration_1 {
    background-size: 2400px;
  }
  .page_price .sauna_decoration_1 img {
    width: 2400px !important;
  }
}

body.page_contact,
body.page_reserve_form {
  margin-top: 200px;
}
@media (max-width: 1100px) {
  body.page_contact,
body.page_reserve_form {
    margin-top: 140px;
  }
}
@media (max-width: 1100px) and (max-width: 767px) {
  body.page_contact,
body.page_reserve_form {
    margin-top: 100px;
  }
}
body.page_contact main .container-fluid,
body.page_reserve_form main .container-fluid {
  max-width: 900px;
}
body.page_contact main .contact_form_wrap,
body.page_reserve_form main .contact_form_wrap {
  max-width: 700px;
  margin: auto;
  padding: 30px 30px 10px;
}
@media (max-width: 767px) {
  body.page_contact main .contact_form_wrap,
body.page_reserve_form main .contact_form_wrap {
    padding: 10px 15px 0;
  }
}
body.page_contact main .contact_form_wrap select,
body.page_contact main .contact_form_wrap input,
body.page_contact main .contact_form_wrap textarea,
body.page_reserve_form main .contact_form_wrap select,
body.page_reserve_form main .contact_form_wrap input,
body.page_reserve_form main .contact_form_wrap textarea {
  padding: 3px 8px;
}
body.page_contact main .contact_form_wrap input[type=date],
body.page_reserve_form main .contact_form_wrap input[type=date] {
  max-width: 150px;
}
body.page_contact main .contact_form_wrap select,
body.page_reserve_form main .contact_form_wrap select {
  line-height: 1;
}
body.page_contact main .contact_form_wrap .wpcf7,
body.page_reserve_form main .contact_form_wrap .wpcf7 {
  width: 100%;
}
body.page_contact main .contact_form_wrap .required,
body.page_reserve_form main .contact_form_wrap .required {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 15px;
  font-size: 70%;
  color: #fff;
  background-color: #d40000;
  border-radius: 50px;
}
body.page_contact main .contact_form_wrap label,
body.page_reserve_form main .contact_form_wrap label {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  body.page_contact main .contact_form_wrap label,
body.page_reserve_form main .contact_form_wrap label {
    margin-bottom: 10px;
  }
}
body.page_contact main .contact_form_wrap .label_text,
body.page_reserve_form main .contact_form_wrap .label_text {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
body.page_contact main .contact_form_wrap label,
body.page_contact main .contact_form_wrap .wpcf7-form-control:not(.wpcf7-submit),
body.page_reserve_form main .contact_form_wrap label,
body.page_reserve_form main .contact_form_wrap .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
}
body.page_contact main .contact_form_wrap .wpcf7-form-control.wpcf7-radio label,
body.page_contact main .contact_form_wrap .wpcf7-form-control.wpcf7-checkbox label,
body.page_reserve_form main .contact_form_wrap .wpcf7-form-control.wpcf7-radio label,
body.page_reserve_form main .contact_form_wrap .wpcf7-form-control.wpcf7-checkbox label {
  width: auto;
}
body.page_contact main .contact_form_wrap .wpcf7-radio .wpcf7-list-item,
body.page_contact main .contact_form_wrap .wpcf7-acceptance .wpcf7-list-item,
body.page_contact main .contact_form_wrap .wpcf7-checkbox .wpcf7-list-item,
body.page_reserve_form main .contact_form_wrap .wpcf7-radio .wpcf7-list-item,
body.page_reserve_form main .contact_form_wrap .wpcf7-acceptance .wpcf7-list-item,
body.page_reserve_form main .contact_form_wrap .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  margin-left: 0;
}
body.page_contact main .contact_form_wrap .wpcf7-submit,
body.page_reserve_form main .contact_form_wrap .wpcf7-submit {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 30px auto 0;
  padding: 10px;
  border: none;
  color: #fff;
  background-color: #d40000;
  border-radius: 6px;
}
body.page_contact main .contact_form_wrap .wpcf7-submit[disabled],
body.page_reserve_form main .contact_form_wrap .wpcf7-submit[disabled] {
  pointer-events: none;
  background-color: #aaa;
}
body.page_contact .tel_reservation .tel_header,
body.page_contact .tel_reservation .fax_header,
body.page_reserve_form .tel_reservation .tel_header,
body.page_reserve_form .tel_reservation .fax_header {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background-color: #dcdede;
  border-radius: 10px;
}
@media (max-width: 767px) {
  body.page_contact .tel_reservation .tel_header,
body.page_contact .tel_reservation .fax_header,
body.page_reserve_form .tel_reservation .tel_header,
body.page_reserve_form .tel_reservation .fax_header {
    display: block;
    padding: 20px 15px;
  }
}
body.page_contact .tel_reservation .tel_header p,
body.page_contact .tel_reservation .fax_header p,
body.page_reserve_form .tel_reservation .tel_header p,
body.page_reserve_form .tel_reservation .fax_header p {
  margin: 0;
}
body.page_contact .tel_reservation .tel_header a,
body.page_contact .tel_reservation .fax_header a,
body.page_reserve_form .tel_reservation .tel_header a,
body.page_reserve_form .tel_reservation .fax_header a {
  color: inherit;
  text-decoration: none;
}
body.page_contact .tel_reservation .tel_header .title,
body.page_contact .tel_reservation .fax_header .title,
body.page_reserve_form .tel_reservation .tel_header .title,
body.page_reserve_form .tel_reservation .fax_header .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35%;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  body.page_contact .tel_reservation .tel_header .title,
body.page_contact .tel_reservation .fax_header .title,
body.page_reserve_form .tel_reservation .tel_header .title,
body.page_reserve_form .tel_reservation .fax_header .title {
    width: 100%;
    font-size: 1.8rem;
  }
}
body.page_contact .tel_reservation .tel_header .title img,
body.page_contact .tel_reservation .fax_header .title img,
body.page_reserve_form .tel_reservation .tel_header .title img,
body.page_reserve_form .tel_reservation .fax_header .title img {
  margin-right: 8px;
}
@media (max-width: 767px) {
  body.page_contact .tel_reservation .tel_header .title img,
body.page_contact .tel_reservation .fax_header .title img,
body.page_reserve_form .tel_reservation .tel_header .title img,
body.page_reserve_form .tel_reservation .fax_header .title img {
    width: 26px;
    margin-right: 5px;
  }
}
body.page_contact .tel_reservation .tel_header .number,
body.page_contact .tel_reservation .fax_header .number,
body.page_reserve_form .tel_reservation .tel_header .number,
body.page_reserve_form .tel_reservation .fax_header .number {
  width: 65%;
  font-size: 4.2rem;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  body.page_contact .tel_reservation .tel_header .number,
body.page_contact .tel_reservation .fax_header .number,
body.page_reserve_form .tel_reservation .tel_header .number,
body.page_reserve_form .tel_reservation .fax_header .number {
    width: 100%;
    margin-top: 10px;
    font-size: 3rem;
    letter-spacing: 0.01em;
    line-height: 1;
  }
}
body.page_contact .tel_reservation .tel_header .number .small_text,
body.page_contact .tel_reservation .fax_header .number .small_text,
body.page_reserve_form .tel_reservation .tel_header .number .small_text,
body.page_reserve_form .tel_reservation .fax_header .number .small_text {
  font-size: 60%;
}
@media (max-width: 767px) {
  body.page_contact .tel_reservation .tel_header .number .small_text,
body.page_contact .tel_reservation .fax_header .number .small_text,
body.page_reserve_form .tel_reservation .tel_header .number .small_text,
body.page_reserve_form .tel_reservation .fax_header .number .small_text {
    font-size: 50%;
  }
}
body.page_contact .tel_reservation .tel_content,
body.page_reserve_form .tel_reservation .tel_content {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  body.page_contact .tel_reservation .tel_content,
body.page_reserve_form .tel_reservation .tel_content {
    margin-bottom: 20px;
  }
}
body.page_contact .tel_reservation .fax_content .fax_header,
body.page_reserve_form .tel_reservation .fax_content .fax_header {
  border-radius: 10px 10px 0 0;
}
body.page_contact .tel_reservation .fax_content .fax_body,
body.page_reserve_form .tel_reservation .fax_content .fax_body {
  padding: 30px 20px;
  background-color: #f5f5f5;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 767px) {
  body.page_contact .tel_reservation .fax_content .fax_body,
body.page_reserve_form .tel_reservation .fax_content .fax_body {
    padding: 20px 15px;
  }
}
body.page_contact .tel_reservation .fax_content .fax_body ol li:not(:last-child)::after,
body.page_reserve_form .tel_reservation .fax_content .fax_body ol li:not(:last-child)::after {
  content: "";
  display: block;
  background-image: url("https://kinoka-land.jp/wp-content/uploads/icon_down.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin: 15px auto 15px;
  transform: translateX(-1em);
}
@media (max-width: 767px) {
  body.page_contact .tel_reservation .fax_content .fax_body ol li:not(:last-child)::after,
body.page_reserve_form .tel_reservation .fax_content .fax_body ol li:not(:last-child)::after {
    width: 30px;
    height: 30px;
  }
}

.archive_page .archive_decoration_1 {
  margin-top: 40px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .archive_page .archive_decoration_1 {
    margin-top: 60px;
  }
}
.archive_page .archive_decoration_1 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .archive_page .archive_decoration_1 {
    background-image: url("https://kinoka-land.jp/wp-content/uploads/archive_decoration_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  .archive_page .archive_decoration_1 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .archive_page .archive_decoration_1 {
    background-size: 2400px;
  }
  .archive_page .archive_decoration_1 img {
    width: 2400px !important;
  }
}
.archive_page .news_list_contents {
  padding: 30px 0 150px;
  background-color: #dbdcdc;
}
@media (max-width: 767px) {
  .archive_page .news_list_contents {
    padding: 20px 0 80px;
  }
}
.archive_page .news_list_contents .container-fluid {
  max-width: 1400px;
}
@media (min-width: 768px) {
  .archive_page .news_list_contents .block_inner {
    margin-bottom: -40px;
    transform: translateY(-40px);
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .archive_page .news_list_contents .block_inner {
    margin-bottom: -80px;
    transform: translateY(-80px);
  }
}

.post_page .post_contents_wrap {
  margin-top: 180px;
}
@media (max-width: 1200px) {
  .post_page .post_contents_wrap {
    margin-top: 14vw;
  }
}
@media (max-width: 767px) {
  .post_page .post_contents_wrap {
    margin-top: 17vw;
  }
}
.post_page .post_contents_wrap.container-fluid {
  max-width: 1000px;
}
.post_page .post_content_field p {
  margin-bottom: 0;
}
.post_page .post_data_contents {
  margin-bottom: 20px;
}
.post_page .post_data_contents .post_categories {
  display: flex;
  flex-wrap: wrap;
}
.post_page .post_data_contents .post_categories a {
  text-decoration: none;
}
.post_page .post_data_contents .post_categories .category {
  margin-bottom: 5px;
  padding: 2px 7px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #d40000;
  border-radius: 3px;
}
.post_page .post_data_contents .post_categories .category:not(:last-child) {
  margin-right: 5px;
}
.post_page .nav-links {
  margin-top: 80px;
}
.post_page .nav-links::after {
  content: "";
  clear: both;
}
.post_page .nav-links a {
  text-decoration: none;
  transition: 0.2s;
}
.post_page .nav-links a:hover {
  opacity: 0.7;
}
.post_page .nav-links .nav-previous,
.post_page .nav-links .nav-next {
  max-width: 40%;
}
.post_page .nav-links .nav-previous a,
.post_page .nav-links .nav-next a {
  display: inline-block;
  max-width: 300px;
  padding: 5px 11px;
  font-size: 1.4rem;
  color: #fff;
  background-color: #d40000;
  border-radius: 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.post_page .nav-links .nav-previous {
  float: left;
}
.post_page .nav-links .nav-next {
  float: right;
}
@media (max-width: 767px) {
  .post_page .nav-links {
    margin-top: 50px;
  }
  .post_page .nav-links .nav-previous,
.post_page .nav-links .nav-next {
    width: auto;
  }
  .post_page .nav-links .nav-previous a span,
.post_page .nav-links .nav-next a span {
    display: none;
  }
  .post_page .nav-links .nav-next {
    text-align: left;
  }
}
.post_page .archive_decoration_1 {
  margin-top: 40px;
  margin-bottom: -1px;
}
@media (max-width: 767px) {
  .post_page .archive_decoration_1 {
    margin-top: 60px;
  }
}
.post_page .archive_decoration_1 img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .post_page .archive_decoration_1 {
    background-image: url("https://kinoka-land.jp/wp-content/uploads/archive_decoration_1.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 3000px;
  }
  .post_page .archive_decoration_1 img {
    width: 3000px !important;
    opacity: 0;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .post_page .archive_decoration_1 {
    background-size: 2400px;
  }
  .post_page .archive_decoration_1 img {
    width: 2400px !important;
  }
}

.page_404 {
  margin-top: 200px;
}
@media (max-width: 1100px) {
  .page_404 {
    margin-top: 140px;
  }
}
@media (max-width: 1100px) and (max-width: 767px) {
  .page_404 {
    margin-top: 140px;
    margin-bottom: 80px;
  }
}
.page_404 .search_form_404 {
  text-align: center;
}
@media (max-width: 767px) {
  .page_404 .search_form_404 .search-form {
    max-width: 300px;
  }
}