﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
}
a img {
  backface-visibility: hidden;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select {
  vertical-align: middle;
}
strong {
  font-weight: bold;
}
ul,
li {
  list-style: none;
}
.content,
.content_inner,
.btn_container,
.form_content,
.form_btn_container {
  margin-left: auto;
  margin-right: auto;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
html {
  height: 100%;
  font-size: 62.5%;
  font-size: 10px;
  line-height: 62.5%;
  line-height: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 896px) {
  html {
    line-height: 9px;
  }
}
body {
  -webkit-text-size-adjust: 100%;
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic,
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo,
    sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.03em;
  color: #333;
}
@media screen and (max-width: 896px) {
  body {
    line-height: 1.5;
  }
}
a {
  text-decoration: none;
  outline: none;
  transition: 0.2s;
}
a:link,
a:visited {
  color: #333;
}
a:hover,
a:active {
  color: #1D2667;
}
a.link_white:link,
a.link_white:visited {
  color: #fff;
}
a.link_color:link,
a.link_color:visited {
  color: #1D2667;
}
a.link_color:hover,
a.link_color:active {
  opacity: 0.8;
}
a.img_hover:hover img {
  opacity: 0.8;
  transition: 0.2s;
}
.mar_t_10 {
  margin-top: 1rem;
}
@media screen and (max-width: 896px) {
  .mar_t_10 {
    margin-top: 0.5rem;
  }
}
.mar_b_10 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 896px) {
  .mar_b_10 {
    margin-bottom: 0.5rem;
  }
}
.pad_t_10 {
  padding-top: 1rem;
}
@media screen and (max-width: 896px) {
  .pad_t_10 {
    padding-top: 0.5rem;
  }
}
.pad_b_10 {
  padding-bottom: 1rem;
}
@media screen and (max-width: 896px) {
  .pad_b_10 {
    padding-bottom: 0.5rem;
  }
}
.pad_10 {
  padding: 1rem;
}
@media screen and (max-width: 896px) {
  .pad_10 {
    padding: 0.5rem;
  }
}
.mar_t_20 {
  margin-top: 2rem;
}
@media screen and (max-width: 896px) {
  .mar_t_20 {
    margin-top: 1rem;
  }
}
.mar_b_20 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 896px) {
  .mar_b_20 {
    margin-bottom: 1rem;
  }
}
.pad_t_20 {
  padding-top: 2rem;
}
@media screen and (max-width: 896px) {
  .pad_t_20 {
    padding-top: 1rem;
  }
}
.pad_b_20 {
  padding-bottom: 2rem;
}
@media screen and (max-width: 896px) {
  .pad_b_20 {
    padding-bottom: 1rem;
  }
}
.pad_20 {
  padding: 2rem;
}
@media screen and (max-width: 896px) {
  .pad_20 {
    padding: 1rem;
  }
}
.mar_t_30 {
  margin-top: 3rem;
}
@media screen and (max-width: 896px) {
  .mar_t_30 {
    margin-top: 1.5rem;
  }
}
.mar_b_30 {
  margin-bottom: 3rem;
}
@media screen and (max-width: 896px) {
  .mar_b_30 {
    margin-bottom: 1.5rem;
  }
}
.pad_t_30 {
  padding-top: 3rem;
}
@media screen and (max-width: 896px) {
  .pad_t_30 {
    padding-top: 1.5rem;
  }
}
.pad_b_30 {
  padding-bottom: 3rem;
}
@media screen and (max-width: 896px) {
  .pad_b_30 {
    padding-bottom: 1.5rem;
  }
}
.pad_30 {
  padding: 3rem;
}
@media screen and (max-width: 896px) {
  .pad_30 {
    padding: 1.5rem;
  }
}
.mar_t_40 {
  margin-top: 4rem;
}
@media screen and (max-width: 896px) {
  .mar_t_40 {
    margin-top: 2rem;
  }
}
.mar_b_40 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 896px) {
  .mar_b_40 {
    margin-bottom: 2rem;
  }
}
.pad_t_40 {
  padding-top: 4rem;
}
@media screen and (max-width: 896px) {
  .pad_t_40 {
    padding-top: 2rem;
  }
}
.pad_b_40 {
  padding-bottom: 4rem;
}
@media screen and (max-width: 896px) {
  .pad_b_40 {
    padding-bottom: 2rem;
  }
}
.pad_40 {
  padding: 4rem;
}
@media screen and (max-width: 896px) {
  .pad_40 {
    padding: 2rem;
  }
}
.mar_t_50 {
  margin-top: 5rem;
}
@media screen and (max-width: 896px) {
  .mar_t_50 {
    margin-top: 2.5rem;
  }
}
.mar_b_50 {
  margin-bottom: 5rem;
}
@media screen and (max-width: 896px) {
  .mar_b_50 {
    margin-bottom: 2.5rem;
  }
}
.pad_t_50 {
  padding-top: 5rem;
}
@media screen and (max-width: 896px) {
  .pad_t_50 {
    padding-top: 2.5rem;
  }
}
.pad_b_50 {
  padding-bottom: 5rem;
}
@media screen and (max-width: 896px) {
  .pad_b_50 {
    padding-bottom: 2.5rem;
  }
}
.pad_50 {
  padding: 5rem;
}
@media screen and (max-width: 896px) {
  .pad_50 {
    padding: 2.5rem;
  }
}
.mar_t_60 {
  margin-top: 6rem;
}
@media screen and (max-width: 896px) {
  .mar_t_60 {
    margin-top: 3rem;
  }
}
.mar_b_60 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 896px) {
  .mar_b_60 {
    margin-bottom: 3rem;
  }
}
.pad_t_60 {
  padding-top: 6rem;
}
@media screen and (max-width: 896px) {
  .pad_t_60 {
    padding-top: 3rem;
  }
}
.pad_b_60 {
  padding-bottom: 6rem;
}
@media screen and (max-width: 896px) {
  .pad_b_60 {
    padding-bottom: 3rem;
  }
}
.pad_60 {
  padding: 6rem;
}
@media screen and (max-width: 896px) {
  .pad_60 {
    padding: 3rem;
  }
}
.mar_t_70 {
  margin-top: 7rem;
}
@media screen and (max-width: 896px) {
  .mar_t_70 {
    margin-top: 3.5rem;
  }
}
.mar_b_70 {
  margin-bottom: 7rem;
}
@media screen and (max-width: 896px) {
  .mar_b_70 {
    margin-bottom: 3.5rem;
  }
}
.pad_t_70 {
  padding-top: 7rem;
}
@media screen and (max-width: 896px) {
  .pad_t_70 {
    padding-top: 3.5rem;
  }
}
.pad_b_70 {
  padding-bottom: 7rem;
}
@media screen and (max-width: 896px) {
  .pad_b_70 {
    padding-bottom: 3.5rem;
  }
}
.pad_70 {
  padding: 7rem;
}
@media screen and (max-width: 896px) {
  .pad_70 {
    padding: 3.5rem;
  }
}
.mar_t_80 {
  margin-top: 8rem;
}
@media screen and (max-width: 896px) {
  .mar_t_80 {
    margin-top: 4rem;
  }
}
.mar_b_80 {
  margin-bottom: 8rem;
}
@media screen and (max-width: 896px) {
  .mar_b_80 {
    margin-bottom: 4rem;
  }
}
.pad_t_80 {
  padding-top: 8rem;
}
@media screen and (max-width: 896px) {
  .pad_t_80 {
    padding-top: 4rem;
  }
}
.pad_b_80 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 896px) {
  .pad_b_80 {
    padding-bottom: 4rem;
  }
}
.pad_80 {
  padding: 8rem;
}
@media screen and (max-width: 896px) {
  .pad_80 {
    padding: 4rem;
  }
}
.mar_t_90 {
  margin-top: 9rem;
}
@media screen and (max-width: 896px) {
  .mar_t_90 {
    margin-top: 4.5rem;
  }
}
.mar_b_90 {
  margin-bottom: 9rem;
}
@media screen and (max-width: 896px) {
  .mar_b_90 {
    margin-bottom: 4.5rem;
  }
}
.pad_t_90 {
  padding-top: 9rem;
}
@media screen and (max-width: 896px) {
  .pad_t_90 {
    padding-top: 4.5rem;
  }
}
.pad_b_90 {
  padding-bottom: 9rem;
}
@media screen and (max-width: 896px) {
  .pad_b_90 {
    padding-bottom: 4.5rem;
  }
}
.pad_90 {
  padding: 9rem;
}
@media screen and (max-width: 896px) {
  .pad_90 {
    padding: 4.5rem;
  }
}
.mar_t_100 {
  margin-top: 10rem;
}
@media screen and (max-width: 896px) {
  .mar_t_100 {
    margin-top: 5rem;
  }
}
.mar_b_100 {
  margin-bottom: 10rem;
}
@media screen and (max-width: 896px) {
  .mar_b_100 {
    margin-bottom: 5rem;
  }
}
.pad_t_100 {
  padding-top: 10rem;
}
@media screen and (max-width: 896px) {
  .pad_t_100 {
    padding-top: 5rem;
  }
}
.pad_b_100 {
  padding-bottom: 10rem;
}
@media screen and (max-width: 896px) {
  .pad_b_100 {
    padding-bottom: 5rem;
  }
}
.pad_100 {
  padding: 10rem;
}
@media screen and (max-width: 896px) {
  .pad_100 {
    padding: 5rem;
  }
}
.mar_t_110 {
  margin-top: 11rem;
}
@media screen and (max-width: 896px) {
  .mar_t_110 {
    margin-top: 5.5rem;
  }
}
.mar_b_110 {
  margin-bottom: 11rem;
}
@media screen and (max-width: 896px) {
  .mar_b_110 {
    margin-bottom: 5.5rem;
  }
}
.pad_t_110 {
  padding-top: 11rem;
}
@media screen and (max-width: 896px) {
  .pad_t_110 {
    padding-top: 5.5rem;
  }
}
.pad_b_110 {
  padding-bottom: 11rem;
}
@media screen and (max-width: 896px) {
  .pad_b_110 {
    padding-bottom: 5.5rem;
  }
}
.pad_110 {
  padding: 11rem;
}
@media screen and (max-width: 896px) {
  .pad_110 {
    padding: 5.5rem;
  }
}
.mar_t_120 {
  margin-top: 12rem;
}
@media screen and (max-width: 896px) {
  .mar_t_120 {
    margin-top: 6rem;
  }
}
.mar_b_120 {
  margin-bottom: 12rem;
}
@media screen and (max-width: 896px) {
  .mar_b_120 {
    margin-bottom: 6rem;
  }
}
.pad_t_120 {
  padding-top: 12rem;
}
@media screen and (max-width: 896px) {
  .pad_t_120 {
    padding-top: 6rem;
  }
}
.pad_b_120 {
  padding-bottom: 12rem;
}
@media screen and (max-width: 896px) {
  .pad_b_120 {
    padding-bottom: 6rem;
  }
}
.pad_120 {
  padding: 12rem;
}
@media screen and (max-width: 896px) {
  .pad_120 {
    padding: 6rem;
  }
}
.mar_t_130 {
  margin-top: 13rem;
}
@media screen and (max-width: 896px) {
  .mar_t_130 {
    margin-top: 6.5rem;
  }
}
.mar_b_130 {
  margin-bottom: 13rem;
}
@media screen and (max-width: 896px) {
  .mar_b_130 {
    margin-bottom: 6.5rem;
  }
}
.pad_t_130 {
  padding-top: 13rem;
}
@media screen and (max-width: 896px) {
  .pad_t_130 {
    padding-top: 6.5rem;
  }
}
.pad_b_130 {
  padding-bottom: 13rem;
}
@media screen and (max-width: 896px) {
  .pad_b_130 {
    padding-bottom: 6.5rem;
  }
}
.pad_130 {
  padding: 13rem;
}
@media screen and (max-width: 896px) {
  .pad_130 {
    padding: 6.5rem;
  }
}
.mar_t_140 {
  margin-top: 14rem;
}
@media screen and (max-width: 896px) {
  .mar_t_140 {
    margin-top: 7rem;
  }
}
.mar_b_140 {
  margin-bottom: 14rem;
}
@media screen and (max-width: 896px) {
  .mar_b_140 {
    margin-bottom: 7rem;
  }
}
.pad_t_140 {
  padding-top: 14rem;
}
@media screen and (max-width: 896px) {
  .pad_t_140 {
    padding-top: 7rem;
  }
}
.pad_b_140 {
  padding-bottom: 14rem;
}
@media screen and (max-width: 896px) {
  .pad_b_140 {
    padding-bottom: 7rem;
  }
}
.pad_140 {
  padding: 14rem;
}
@media screen and (max-width: 896px) {
  .pad_140 {
    padding: 7rem;
  }
}
.mar_t_150 {
  margin-top: 15rem;
}
@media screen and (max-width: 896px) {
  .mar_t_150 {
    margin-top: 7.5rem;
  }
}
.mar_b_150 {
  margin-bottom: 15rem;
}
@media screen and (max-width: 896px) {
  .mar_b_150 {
    margin-bottom: 7.5rem;
  }
}
.pad_t_150 {
  padding-top: 15rem;
}
@media screen and (max-width: 896px) {
  .pad_t_150 {
    padding-top: 7.5rem;
  }
}
.pad_b_150 {
  padding-bottom: 15rem;
}
@media screen and (max-width: 896px) {
  .pad_b_150 {
    padding-bottom: 7.5rem;
  }
}
.pad_150 {
  padding: 15rem;
}
@media screen and (max-width: 896px) {
  .pad_150 {
    padding: 7.5rem;
  }
}
.mar_t_160 {
  margin-top: 16rem;
}
@media screen and (max-width: 896px) {
  .mar_t_160 {
    margin-top: 8rem;
  }
}
.mar_b_160 {
  margin-bottom: 16rem;
}
@media screen and (max-width: 896px) {
  .mar_b_160 {
    margin-bottom: 8rem;
  }
}
.pad_t_160 {
  padding-top: 16rem;
}
@media screen and (max-width: 896px) {
  .pad_t_160 {
    padding-top: 8rem;
  }
}
.pad_b_160 {
  padding-bottom: 16rem;
}
@media screen and (max-width: 896px) {
  .pad_b_160 {
    padding-bottom: 8rem;
  }
}
.pad_160 {
  padding: 16rem;
}
@media screen and (max-width: 896px) {
  .pad_160 {
    padding: 8rem;
  }
}
.mar_auto {
  margin-left: auto;
  margin-right: auto;
}
.txt_bold {
  font-weight: bold;
}
.txt_lighter {
  font-weight: lighter;
}
.txt_center {
  text-align: center;
}
.txt_right {
  text-align: right;
}
.txt_left {
  text-align: left;
}
.txt_en {
  font-family: "Montserrat", sans-serif;
}
.txt_ja {
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic,
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo,
    sans-serif;
}
.txt_red {
  color: #f00;
}
.txt_white {
  color: #fff;
}
.txt_color {
  color: #1D2667;
}
.txt_small {
  font-size: 1.2rem;
}
.txt_x-large {
  font-size: 2rem;
}
.txt_xx-large {
  font-size: 2.8rem;
}
.bor_b_color {
  border-bottom: 1px solid #1D2667;
}
@media screen and (max-width: 896px) {
  .brpc {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .brsp {
    display: none;
  }
}
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
}
.image {
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 896px) {
  .image {
    max-width: 100%;
  }
}
.flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
}
.flex-start {
  justify-content: flex-start;
}
.flex-sb {
  justify-content: space-between;
}
.flex-align-center {
  align-items: center;
}
.flex-align-top {
  align-items: flex-start;
}
.flex-align-bottom {
  align-items: flex-end;
}
@media screen and (max-width: 896px) {
  .flex-sp-rev {
    flex-direction: column-reverse;
  }
}
.bg1 {
  background: #f5f5f5;
}
.bg2 {
  background: rgba(29, 38, 103, 0.06);
}
.bg3 {
  background: #1D2667;
}
.bg4 {
  background: #f7f7f7;
}
.bg_w {
  background: #fff;
}
.hide_pc {
  display: none !important;
  overflow: hidden !important;
  visibility: hidden !important;
}
@media screen and (max-width: 896px) {
  .hide_pc {
    display: block !important;
    visibility: visible !important;
  }
}
@media screen and (max-width: 896px) {
  .hide_sp {
    display: none !important;
    overflow: hidden !important;
  }
}
header .hide_header {
  display: none;
}
header {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 896px) {
  header {
    height: 5rem;
  }
}
header h1 {
  padding: 0.5rem 0 0.5rem 1.4rem;
}
@media screen and (max-width: 896px) {
  header h1 {
    padding: 0.2rem 0 0.2rem 1rem;
  }
}
header h1 img {
  max-height: 5rem;
  width: auto;
  display: block;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  header h1 img {
    max-height: 3.8rem;
  }
}
@media screen and (max-width: 896px) {
  header h1 img {
    max-height: 3.6rem;
  }
}
header .head_nav_content {
  display: flex;
  align-items: center;
}
header nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  header nav {
    background: rgba(191, 152, 193, 0.9);
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
    opacity: 0;
    line-height: 4rem;
    display: block;
  }
}
header nav ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  header nav ul {
    padding: 6rem 0 0;
    display: block;
  }
}
header nav ul li {
  font-size: 1.4rem;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1300px) {
  header nav ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 896px) {
  header nav ul li {
    border-bottom: 2px solid #fff;
    max-width: 68rem;
  }
  header nav ul li:first-child {
    border-top: 2px solid #fff;
  }
}
header nav ul li a {
  display: block;
  text-decoration: none;
  line-height: 2rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1300px) {
  header nav ul li a {
    letter-spacing: -0.08em;
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 896px) {
  header nav ul li a {
    color: #fff;
    line-height: 4rem;
  }
}
@media screen and (max-width: 896px) {
  header nav ul li a:link,
  header nav ul li a:hover,
  header nav ul li a:active,
  header nav ul li a:visited {
    color: #fff;
  }
}
@media screen and (max-width: 896px) {
  header nav ul li a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: inline-block;
    font-size: 1.3rem;
    position: absolute;
    right: 1rem;
    vertical-align: middle;
  }
}
header nav ul li a span {
  display: block;
  text-align: center;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 896px) {
  header nav ul li a span {
    display: inline-block;
    padding-left: 1rem;
  }
}
header nav.active {
  transform: translateY(0%);
  opacity: 10;
}
@media screen and (max-width: 896px) {
  header nav ul.nav_snsicon {
    padding: 0 0 1rem;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  header nav ul.nav_snsicon li {
    border-bottom: 0;
    max-width: 6rem;
    width: auto;
    font-size: 2.6rem;
    display: inline-block;
    margin: 0;
  }
}
header nav ul.nav_snsicon li:first-child {
  border-top: 0;
}
header nav ul.nav_snsicon li a {
  padding: 0 1rem;
}
@media screen and (max-width: 1300px) {
  header nav ul.nav_snsicon li a {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 896px) {
  header nav ul.nav_snsicon li a {
    line-height: 5rem;
    width: 4rem;
    max-width: 4rem;
  }
}
@media screen and (max-width: 896px) {
  header nav ul.nav_snsicon li a:after {
    display: none;
  }
}
header nav ul.nav_snsicon li a i {
  font-size: 2.6rem;
}
header .toggle {
  display: none;
}
@media screen and (max-width: 896px) {
  header .toggle {
    width: 5rem;
    height: 5rem;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 3;
    background: #333;
    text-align: center;
  }
}
header .toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 3px #fff;
  transition: 0.35s ease-in-out;
  display: block;
  position: absolute;
  width: 3rem;
  left: 1rem;
}
header .toggle span:nth-child(1) {
  top: 1rem;
}
header .toggle span:nth-child(2) {
  top: 1.8rem;
}
header .toggle span:nth-child(3) {
  top: 2.6rem;
}
header .toggle span:nth-child(4) {
  border: none;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  top: 3.1rem;
}
header .toggle.active span:nth-child(1) {
  top: 1.6rem;
  left: 1rem;
  transform: rotate(-45deg);
}
header .toggle.active span:nth-child(2),
header .toggle.active span:nth-child(3) {
  top: 1.6rem;
  transform: rotate(45deg);
}
header .head_tel {
  line-height: 7rem;
  padding: 0 2rem 0 1rem;
}
@media screen and (max-width: 896px) {
  header .head_tel {
    line-height: 5rem;
    padding: 0;
    position: fixed;
    right: 7rem;
    top: 0;
  }
}
header .head_tel i {
  color: #333;
  font-size: 2rem;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  header .head_tel i {
    font-size: 3rem;
    line-height: 5rem;
  }
}
header .head_tel span {
  font-size: 2rem;
  font-weight: 400;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  header .head_tel span {
    display: none;
  }
}
header .head_contact {
  background: #1D2667;
  letter-spacing: 0.1em;
  vertical-align: top;
  font-weight: bold;
  text-align: center;
  padding: 2rem 2rem;
}
@media screen and (max-width: 896px) {
  header .head_contact {
    display: none;
  }
}
header .head_contact:link,
header .head_contact:visited,
header .head_contact:hover,
header .head_contact:active {
  color: #fff;
}
header .head_contact i {
  font-size: 2.2rem;
  line-height: 3rem;
  display: block;
}
header .head_contact span {
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: bold;
  display: block;
}
h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.8rem;
  color: #1D2667;
  letter-spacing: 0em;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  h2 {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 896px) {
  h2 {
    font-size: 3rem;
  }
}
h2 span {
  font-size: 1.3rem;
  font-weight: normal;
  display: block;
}
h3,
h3 a {
  color: #1D2667;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  h3,
  h3 a {
    font-size: 2rem;
  }
}
h4 {
  font-size: 1.8rem;
}
h4 span {
  font-size: 1.7rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 896px) {
  h4 span {
    font-size: 1.4rem;
  }
}
h5 {
  font-size: 1.6rem;
}
h6 {
  font-size: 1.4rem;
}
@media screen and (max-width: 896px) {
  h6 {
    font-size: 1.2rem;
  }
}
.content {
  max-width: 120rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .content {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}
@media screen and (max-width: 896px) {
  .content {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.content_inner {
  max-width: 84rem;
}
.col_2 > li,
.col_2 > div,
.col_2 > img {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .col_2 > li,
  .col_2 > div,
  .col_2 > img {
    width: 100%;
  }
}
.col_2_m0 > li,
.col_2_m0 > div,
.col_2_m0 > img {
  width: 50%;
}
@media screen and (max-width: 896px) {
  .col2_rev {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 896px) {
  .col2_sp > div,
  .col2_sp > li,
  .col2_sp > img {
    width: 48%;
    margin-bottom: 3%;
  }
}
.col_3 > li,
.col_3 > div,
.col_3 > img {
  width: 31%;
}
@media screen and (max-width: 896px) {
  .col_3 > li,
  .col_3 > div,
  .col_3 > img {
    width: 48%;
  }
}
.col_3_m0 > li,
.col_3_m0 > div,
.col_3_m0 > img {
  width: 33%;
}
.col_3_m0 > li:nth-child(3n),
.col_3_m0 > div:nth-child(3n),
.col_3_m0 > img:nth-child(3n) {
  width: 34%;
}
.col_4 > li,
.col_4 > div,
.col_4 > img {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
}
@media screen and (max-width: 896px) {
  .col_4 > li,
  .col_4 > div,
  .col_4 > img {
    width: 48%;
  }
}
.col_4_m0 > li,
.col_4_m0 > div,
.col_4_m0 > img {
  width: 25%;
}
.col_5 > li,
.col_5 > div,
.col_5 > img {
  width: 17%;
}
.col_5_m0 > li,
.col_5_m0 > div,
.col_5_m0 > img {
  width: 20%;
}
.col_6 > li,
.col_6 > div,
.col_6 > img {
  width: 15%;
}
.self_center {
  align-self: center;
}
@media screen and (max-width: 896px) {
  .self_center {
    align-self: flex-start;
  }
}
.btn_container {
  width: 34rem;
}
@media screen and (max-width: 896px) {
  .btn_container {
    width: auto;
  }
}
.btn,
.btn_sub {
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  line-height: 3.6rem;
  text-align: center;
  padding: 0.5rem 0;
  position: relative;
  box-sizing: border-box;
  z-index: 99;
  position: relative;
  display: block;
}
@media screen and (max-width: 896px) {
  .btn,
  .btn_sub {
    padding: 0.4rem 0;
  }
}
.btn:link,
.btn:visited,
.btn_sub:link,
.btn_sub:visited {
  background: #fff;
  border: 1px solid #1D2667;
  color: #1D2667;
}
.btn:hover,
.btn:active,
.btn_sub:hover,
.btn_sub:active {
  background: #1D2667;
  border: 1px solid #1D2667;
  color: #fff;
  opacity: 1;
}
.btn:hover:after,
.btn:active:after,
.btn_sub:hover:after,
.btn_sub:active:after {
  right: 1rem;
}
.btn:after,
.btn_sub:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 2rem;
  font-size: 1.3rem;
  transition: all 0.3s ease-in-out;
}
footer {
  background: #f5f5f5;
  padding: 6rem 0;
}
@media screen and (max-width: 896px) {
  footer {
    display: block;
    padding: 2rem 0;
  }
}
@media screen and (max-width: 896px) {
  footer .content {
    width: auto;
    margin: 0;
  }
}
footer h1 {
  max-height: 70px;
  padding: 0;
}
@media screen and (max-width: 896px) {
  footer h1 {
    max-height: 40px;
    padding: 0 0 0 1rem;
  }
}
footer h1 img {
  max-height: 9rem;
  width: auto;
  display: block;
}
@media screen and (max-width: 896px) {
  footer h1 img {
    max-height: 4rem;
  }
}
footer nav {
  display: flex;
}
@media screen and (max-width: 896px) {
  footer nav {
    display: block;
  }
}
footer nav ul {
  margin-bottom: 4rem;
  display: flex;
}
@media screen and (max-width: 896px) {
  footer nav ul {
    margin-bottom: 0;
    display: block;
  }
}
footer nav ul li {
  line-height: 1.8rem;
}
@media screen and (max-width: 896px) {
  footer nav ul li {
    border-bottom: 1px solid #999;
    font-size: 1.4rem;
    line-height: 4.2rem;
  }
}
footer nav ul li a {
  display: block;
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 896px) {
  footer nav ul li a {
    padding: 0 1rem;
  }
}
footer nav ul li a span {
  display: none;
}
footer nav ul li a:link,
footer nav ul li a:visited {
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  footer nav ul.nav_snsicon {
    padding: 0 0 1rem;
    display: flex;
    justify-content: center;
  }
}
footer nav ul.nav_snsicon li {
  font-size: 1.8rem;
}
@media screen and (max-width: 896px) {
  footer nav ul.nav_snsicon li {
    border-bottom: 0;
    max-width: 6rem;
    width: auto;
    font-size: 2.4rem;
    display: inline-block;
    margin: 0;
  }
}
footer nav ul.nav_snsicon li:first-child {
  border-top: 0;
}
footer nav ul.nav_snsicon li a {
  padding: 0 1rem;
}
@media screen and (max-width: 896px) {
  footer nav ul.nav_snsicon li a {
    line-height: 5rem;
    width: 4rem;
    max-width: 4rem;
  }
}
@media screen and (max-width: 896px) {
  footer nav ul.nav_snsicon li a:after {
    display: none;
  }
}
footer .copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
}
@media screen and (max-width: 896px) {
  footer .copyright {
    padding: 0;
    text-align: center;
  }
}
.mainimg {
  /* background-image: url(../images/mainimg.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: block;
  height: 80vh;
}
@media screen and (max-width: 896px) {
  .mainimg {
    height: calc(100vh - 5rem);
    margin-top: 5rem;
    background-position: right;
  }
}
.mainimg_catch {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .mainimg_catch {
    align-items: start;
  }
}
.mainimg_catch p {
  position: absolute;
  left: 10rem;
  color: #fff;
  font-size: 1.8rem;
  line-height: 2.4rem;
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  width: 40%;
}
@media screen and (max-width: 896px) {
  .mainimg_catch p {
    position: static;
    font-size: 1.4rem;
    width: 90%;
    line-height: 1.8rem;
    padding-top: 5rem;
  }
}
.top_news_content {
  width: 88%;
}
@media screen and (max-width: 896px) {
  .top_news_content {
    width: 100%;
  }
}
.newslist {
  border-top: 1px solid #ddd;
  line-height: 4rem;
}
@media screen and (max-width: 896px) {
  .newslist {
    line-height: 2rem;
  }
}
.newslist dt {
  max-width: 12rem;
  min-width: 12rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 896px) {
  .newslist dt {
    max-width: 9rem;
    min-width: 9rem;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.newslist dd {
  width: calc(100% - 13.5rem);
  max-width: calc(100% - 13.5rem);
  min-width: calc(100% - 13.5rem);
  padding: 1.5rem 1.5rem 1.5rem 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
@media screen and (max-width: 896px) {
  .newslist dd {
    width: calc(100% - 9rem);
    max-width: calc(100% - 10.5rem);
    min-width: calc(100% - 10.5rem);
  }
}
.newslist dd:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  color: rgba(221, 221, 221, 0.8);
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  .newslist dd:before {
    right: 0.5rem;
  }
}
.newslist li {
  border-bottom: 1px solid #ddd;
  width: 100%;
}
.newslist li a {
  display: block;
  padding: 1.5rem;
}
@media screen and (max-width: 896px) {
  .newslist li a {
    padding: 1rem;
  }
}
.newslist li a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  display: inline-block;
  font-size: 1.2rem;
  position: absolute;
  right: 1rem;
  vertical-align: middle;
}
.cattag {
  font-size: 1.2rem;
  color: #ddd;
  border: 1px solid #ddd;
  padding: 1rem 1.5rem;
  margin-right: 2rem;
  text-decoration: none;
}
@media screen and (max-width: 896px) {
  .cattag {
    font-size: 1.1rem;
    padding: 0.4rem;
    margin-right: 0.5rem;
  }
}
.news_ttl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.top_about_img {
  width: 55%;
  position: relative;
  z-index: 0;
  align-self: center;
}
@media screen and (max-width: 1300px) {
  .top_about_img {
    width: 50%;
  }
}
@media screen and (max-width: 896px) {
  .top_about_img {
    width: 100%;
    height: auto;
    display: block;
    align-self: flex-start;
    margin-bottom: 2rem;
  }
}
.about_room_content:nth-child(odd) .top_about_img {
  order: 1;
}
.about_room_content:nth-child(odd) .top_about_txt {
  order: 2;
}
.top_menu_wrap .menu_text_content{
    width: 58%;
}
@media screen and (max-width: 896px) {
    .top_menu_wrap .menu_text_content{
        width: 100%;
    }
}
.top_menu_wrap .menu_image_content{
    width: 38%;
}
@media screen and (max-width: 896px) {
    .top_menu_wrap .menu_image_content{
        width: 100%;
    }
}
.menu_text_content .menulist li{
    line-height: 3rem;
    border-bottom: 1px solid #eee;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.top_menuimg {
  max-height: 8rem;
}
.top_menuimg img {
  object-fit: cover;
}
.top_menulist > li {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .top_menulist > li {
    width: 100%;
  }
}
.top_menulist > li .menulist {
  width: 100%;
}
.top_menulist > li .menulist li {
  display: flex;
  justify-content: space-between;
  line-height: 3rem;
  border-bottom: 1px solid #eee;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.top_menulist > li .menulist li span.name {
  min-width: 7.5rem;
  font-weight: bold;
}
.menulist_name{
    flex: auto;
}
@media screen and (max-width: 896px) {
    .menulist_name{
        width: 60%;
    }
}
.menulist_price, .menulist_time{
    width: 20%;
}

.map iframe {
  width: 100%;
  height: 40rem;
}
@media screen and (max-width: 896px) {
  .map iframe {
    height: 20rem;
  }
}
.map_small {
  width: 100%;
  height: 12rem;
}
.access {
  line-height: 2.8rem;
}
@media screen and (max-width: 896px) {
  .access {
    line-height: 1.6rem;
  }
}
.access dt {
  max-width: 14rem;
  min-width: 14rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 896px) {
  .access dt {
    max-width: 8rem;
    min-width: 8rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.access dd {
  width: calc(100% - 14rem);
  max-width: calc(100% - 14rem);
  min-width: calc(100% - 14rem);
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (max-width: 896px) {
  .access dd {
    width: calc(100% - 8rem);
    max-width: calc(100% - 8rem);
    min-width: calc(100% - 8rem);
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}
.post_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 896px) {
  .post_container {
    display: block;
  }
}
.post {
  max-width: 84rem;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .post {
    width: 70%;
  }
}
@media screen and (max-width: 896px) {
  .post {
    width: 100%;
  }
}
.postcontent h3,
.postcontent h3 a {
  font-size: 2.2rem;
}
.sidebar {
  width: 32rem;
}
@media screen and (max-width: 1300px) {
  .sidebar {
    width: 26%;
  }
}
@media screen and (max-width: 896px) {
  .sidebar {
    width: auto;
  }
}
.sidecontent {
  margin-bottom: 4rem;
}
@media screen and (max-width: 896px) {
  .sidecontent {
    margin-bottom: 2rem;
  }
}
.sidecontent h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  display: block;
  padding: 1.5rem 0;
}
@media screen and (max-width: 1300px) {
  .sidecontent h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  .sidecontent h4 {
    margin-bottom: 1rem;
  }
}
.sidecontent ul {
  border-top: 1px solid #ddd;
}
.sidecontent ul li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.sidecontent ul li span.post-date {
  font-size: 1.3rem;
  margin: -1rem 0 0.5rem;
  zoom: 0;
  display: block;
}
.sidecontent ul li a {
  display: block;
  padding: 1.5rem 1.5rem 1.5rem 0.5rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 896px) {
  .sidecontent ul li a {
    padding: 1rem 1.5rem 1rem 0.5rem;
  }
}
.sidecontent ul li a:hover {
  background-color: #f5f5f5;
}
.sidecontent ul li a:before,
.sidecontent ul li a:hover:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 1.1rem;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  margin-top: -0.6rem;
}
.sidearchivelist {
  display: block;
  border-top: 1px solid #ddd;
}
.sidearchivelist li {
  display: block;
  position: relative;
  line-height: 4.5rem;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.sidearchivelist > li:not(.acv_open) > ul {
  display: none;
}
.sidearchivelist > li.acv_open::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 1.1rem;
  margin-right: 0.5em;
  position: absolute;
  right: 0.8rem;
}
.sidearchivelist > li:not(.acv_open)::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  font-size: 1.1rem;
  margin-right: 0.5em;
  position: absolute;
  right: 0.8rem;
}
.month-archive {
  border-top: 1px solid #ddd;
}
.month-archive li a {
  line-height: 2rem;
  display: block;
}
.month-archive li:last-child {
  border-bottom: none;
}
.search_box {
  max-width: 68rem;
  position: relative;
  border: 1px solid #ddd;
}
.search_box #search {
  background: transparent;
  border: 0;
  font-size: 1.4rem;
  line-height: 1.8;
  width: calc(100% - 5rem);
  padding: 0.5rem 0 0.5rem 3rem;
  outline: 0;
  appearance: none;
  z-index: 2;
}
.search_box #search::placeholder {
  color: #999;
}
.search_box #search_btn {
  position: absolute;
  color: #333;
  top: 0.3rem;
  left: 1rem;
  line-height: 2;
  outline: 0;
  transition: 0.3s;
  display: block;
}
.page-numbers {
  line-height: 2.2;
  margin: 0 auto 4rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers a,
.page-numbers span {
  background: #fff;
  text-decoration: none;
  padding: 0 1rem;
  margin: 0.5rem;
  border: 1px solid #ddd;
}
.page-numbers a:hover {
  background: #1D2667;
  color: #fff;
  text-decoration: none;
}
.page-numbers span.current {
  background: #f5f5f5;
}
.fqa_list dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fqa_list dl dt,
.fqa_list dl dd {
  padding: 2rem 0;
  border-bottom: 1px solid #eee;
}
.fqa_list dl dt {
  width: 4rem;
}
.fqa_list dl dd {
  width: calc(100% - 4rem);
}
.fqa_list dl:last-child dt,
.fqa_list dl:last-child dd {
  border-bottom: none;
}
dl.olc_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eee;
}
@media screen and (max-width: 896px) {
  dl.olc_menu {
    display: block;
    width: 100%;
  }
}
dl.olc_menu dt {
  background: #f5f5f5;
  width: 20rem;
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #eee;
}
dl.olc_menu dt:last-child {
  border-bottom: none;
}
@media screen and (max-width: 896px) {
  dl.olc_menu dt {
    width: calc(100% - 2rem);
    border-bottom: none;
  }
}
dl.olc_menu dd {
  width: calc(80rem - 24rem);
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #eee;
}
dl.olc_menu dd:last-child {
  border-bottom: none;
}
@media screen and (max-width: 896px) {
  dl.olc_menu dd {
    width: calc(100% - 2rem);
    border-bottom: none;
  }
}
.olc_flow {
  width: 80rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 896px) {
  .olc_flow {
    width: 100%;
  }
}
.form_content {
  max-width: 900px;
}
.formarea {
  border-top: 1px solid #ddd;
  vertical-align: middle;
}
@media screen and (max-width: 896px) {
  .formarea {
    display: block;
    border-bottom: 0;
  }
}
.formarea dt,
.formarea dd {
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0;
  line-height: 4rem;
  word-break: break-all;
}
@media screen and (max-width: 896px) {
  .formarea dt,
  .formarea dd {
    padding: 1rem 0;
  }
}
.formarea dt p,
.formarea dd p {
  line-height: 1.8;
}
.formarea dt {
  font-weight: bold;
  padding: 1.5rem;
  width: 15rem;
}
@media screen and (max-width: 896px) {
  .formarea dt {
    padding: 1rem 0 0;
    width: 100%;
    border-bottom: 0;
    line-height: 2rem;
  }
}
.formarea dd {
  width: calc(100% - 18rem);
}
@media screen and (max-width: 896px) {
  .formarea dd {
    width: 100%;
  }
}
.formarea input[type="text"],
.formarea input[type="tel"],
.formarea input[type="email"],
.formarea textarea,
.formarea select {
  background: #f0f0f0;
  border: 0;
  font-size: 1.4rem;
  height: 4rem;
  padding: 0 1%;
  box-shadow: 0;
  width: 98%;
}
@media screen and (max-width: 896px) {
  .formarea input[type="text"],
  .formarea input[type="tel"],
  .formarea input[type="email"],
  .formarea textarea,
  .formarea select {
    font-size: 16px;
  }
}
.formarea input[type="text"]:hover,
.formarea input[type="tel"]:hover,
.formarea input[type="email"]:hover,
.formarea textarea:hover,
.formarea select:hover {
  background: #f7f7f7;
}
.formarea .textarea_short input[type="text"],
.formarea input[type="text"].textarea_short {
  width: 40%;
}
.formarea .mwform-radio-field {
  line-height: 4rem;
}
.formarea .mwform-zip-field input {
  margin: 0 0.5rem;
}
.formarea .form_select,
.formarea .form_select_100 {
  width: 30%;
  position: relative;
  z-index: 0;
}
.formarea .form_select:before,
.formarea .form_select_100:before {
  z-index: 2;
  position: absolute;
  right: 1.5rem;
  top: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 4rem;
  font-size: 2rem;
  color: #333;
  pointer-events: none;
}
.formarea .form_select_100 {
  width: 97%;
}
.formarea textarea {
  height: 12rem;
  padding: 1%;
  line-height: 1.5;
}
.formarea input[type="radio"] {
  padding-right: 0.5rem;
}
.formarea label {
  padding-right: 1.5rem;
  cursor: pointer;
  display: inline-block;
  text-align: left;
}
.formarea .horizontal-item {
  margin-left: 0 !important;
}
select {
  background: #fff;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  appearance: none;
  height: 4rem;
  padding: 0 2.5rem 0 1rem;
  width: 97%;
}
select option {
  color: #333;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #f6f6f6;
}
.mw_wp_form_confirm .text_input,
.mw_wp_form_complete .text_input,
.mw_wp_form_confirm .notes,
.mw_wp_form_confirm .red,
.mw_wp_form_confirm .formarea .form_select:before,
.mw_wp_form_confirm .formarea .form_select_100:before {
  display: none;
}
.mw_wp_form_input .text_confirm,
.mw_wp_form_complete .text_confirm {
  display: none;
}
.form_btn_container {
  width: 420px;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .form_btn_container {
    width: 100%;
  }
}
input[type="submit"] {
  appearance: none;
  background: #1D2667;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  width: 20rem;
  padding: 1.5rem;
}
@media screen and (max-width: 896px) {
  input[type="submit"] {
    width: 100%;
    margin-bottom: 1rem;
  }
}
input[type="submit"]:hover,
input[type="submit"]:active {
  opacity: 0.8;
  transition: all 0.4s ease-in-out;
}
.btn_back {
  margin-left: 1rem;
}
@media screen and (max-width: 896px) {
  .btn_back {
    margin-left: auto;
  }
}
.btn_back input[type="submit"] {
  background: #ddd;
}
.notes {
  color: #999;
  font-size: 1.2rem;
}
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__img,
.fotorama__html,
.fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.fotorama--fullscreen,
.fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
}
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__video-play,
.fotorama__wrap--css3 .fotorama__video-close {
  transform: translate3d(0, 0, 0);
}
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__stage:after,
.fotorama__nav:before,
.fotorama__nav:after {
  transform: translateZ(0);
}
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__arr:focus {
  outline: 0;
}
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__arr:focus:after {
  content: "";
  border-radius: inherit;
  background-color: rgba(191, 152, 193, 0.5);
}
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  transition-duration: 0ms;
}
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
  user-select: none;
}
.fotorama__select {
  user-select: text;
}
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
.fotorama__nav__frame,
.fotorama__thumb-border {
  box-sizing: content-box;
}
.fotorama__caption__wrap {
  box-sizing: border-box;
}
.fotorama--hidden,
.fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1;
}
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
  background: url("fotorama.png") no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__video-close {
    background: url("fotorama@2x.png") no-repeat;
    background-size: 96px 160px;
  }
}
.fotorama__thumb {
  background-color: gray;
  background-color: rgba(128, 128, 128, 0.2);
}
@media print {
  .fotorama__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__video-close,
  .fotorama__thumb-border {
    background: none !important;
  }
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none;
}
.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000;
}
.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.fotorama--fullscreen .fotorama__stage,
.fotorama--fullscreen .fotorama__nav {
  background: #000;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left;
}
.fotorama__nav__frame {
  position: relative;
  cursor: pointer;
}
.fotorama__nav--dots {
  display: block;
}
.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid gray;
}
.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px;
}
.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px;
}
.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #1D2667;
  background-image: linear-gradient(
    to bottom right,
    rgba(255, 255, 255, 0.25),
    rgba(64, 64, 64, 0.1)
  );
}
.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}
.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5);
}
.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5);
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__html {
  transition-property: opacity;
  transition-timing-function: linear;
  transition-duration: 0.3s;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
  position: absolute;
  z-index: 11;
  cursor: pointer;
}
.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}
.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0;
}
.fotorama__arr--prev:before {
  content: "\f30a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.2rem;
  color: #ddd;
}
.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0;
}
.fotorama__arr--next:before {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2.2rem;
  color: #ddd;
}
.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: 0.1;
}
.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20;
}
.fotorama__fullscreen-icon:focus,
.fotorama__arr:focus {
  border-radius: 50%;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px;
}
.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block;
}
.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px;
}
.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0;
}
.fotorama__wrap--css2 .fotorama__video-close {
  display: none;
}
.fotorama__wrap--css3 .fotorama__video-close {
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  transform: translate3d(0, 0, 0);
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__fullscreen-icon:not(:focus) {
  transform: translate3d(32px, -32px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--prev:not(:focus) {
  transform: translate3d(-48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows
  .fotorama__arr--next:not(:focus) {
  transform: translate3d(48px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  transform: translate3d(32px, -32px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  transform: translate3d(-48px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  transform: translate3d(48px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
}
.fotorama__stage:before,
.fotorama__stage:after,
.fotorama__nav:before,
.fotorama__nav:after {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: 1px 100%, 5px 100%;
}
.fotorama__stage:before,
.fotorama__nav:before {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  left: 0;
}
.fotorama__stage:after,
.fotorama__nav:after {
  background-image: linear-gradient(
      transparent,
      rgba(0, 0, 0, 0.2) 25%,
      rgba(0, 0, 0, 0.3) 75%,
      transparent
    ),
    radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  right: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.posttxt p {
  margin-bottom: 3rem;
}
.posttxt a:link,
.posttxt a:visited {
  color: #1D2667;
}
.posttxt h2 {
  font-size: 2.8rem;
  text-align: left;
  line-height: 2;
}
.posttxt h3 {
  font-size: 2.3rem;
  text-align: left;
  line-height: 2;
  margin-bottom: 1rem;
  color: #333;
  border-bottom: 1px solid #ccc;
}
.posttxt h4 {
  font-size: 2rem;
  text-align: left;
}
.posttxt h5 {
  font-size: 1.8rem;
  text-align: left;
}
.posttxt h6 {
  font-size: 1.6rem;
  text-align: left;
}
.posttxt img {
  height: auto;
  max-width: 100%;
}
.wp-block-image img {
  height: auto;
  width: auto;
}
.wp-block-preformatted {
  color: #23282d;
}
.wp-block-quote cite,
.wp-block-quote footer {
  color: #666;
  font-size: 1.3rem;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #ddd;
  padding-left: 1em;
}
.wp-block-embed__wrapper iframe {
  margin-left: auto;
  margin-right: auto;
}
.is-type-video .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 auto 1rem;
  text-align: center;
}
.is-type-video .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.is-type-video .wp-block-embed figcaption {
  margin-bottom: 2rem;
}
.wp-block-file__button {
  background: #1D2667 !important;
  color: #fff !important;
}
.wp-block-table {
  box-sizing: border-box;
  margin-bottom: 4rem;
}
.wp-block-table table {
  display: table !important;
  width: 100%;
}
.wp-block-table table thead th,
.wp-block-table table thead td {
  background: rgba(191, 152, 193, 0.2);
}
.wp-block-table table th,
.wp-block-table table td {
  padding: 0.5rem;
  border: 1px solid #ddd;
  box-sizing: border-box !important;
}
.sln-datalist--styled > div {
  width: 48%;
}
@media screen and (max-width: 896px) {
  .sln-datalist--styled > div {
    width: 100%;
  }
}
.sln-datalist--styled {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sln-datalist--styled .sln-datalist__item {
  margin-bottom: 4rem;
}
.sln-datalist--styled h3.sln-datalist__item__name {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #333;
}
.sln-datalist--styled .sln-datalist__item__description {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}
.sln-datalist--styled .sln-datalist__item__info .sln-datalist__item__duration,
.sln-datalist--styled .sln-datalist__item__info .sln-datalist__item__price {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.sln-datalist--styled a.sln-datalist__item__cta {
  display: block;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  color: #1D2667;
  border: 1px solid #1D2667;
  margin-top: 4rem;
}
.sln-datalist--styled a.sln-datalist__item__cta:hover {
  color: #fff;
  background: #1D2667;
}
#sln-salon {
  margin: 0 auto;
}
#sln-salon h2.sln-salon-title {
  display: none;
  visibility: hidden;
  overflow: hidden;
}
#sln-salon .sln-service__header .sln-service-info {
  display: flex;
  align-items: center;
  vertical-align: middle;
  clear: both;
}
#sln-salon .sln-service__header h3.sln-service-name {
  font-size: 2rem;
}
#sln-salon .sln-service__header h3.sln-service-price {
  font-size: 1.7rem;
}
.olb_cal .list_pagenavi {
  display: block;
  height: auto;
  padding: 2rem 0;
}
@media screen and (max-width: 896px) {
  .olb_cal .list_pagenavi {
    padding: 1rem 0;
  }
}
.olb_cal .list_pagenavi .prev_page,
.olb_cal .list_pagenavi .next_page {
  display: none;
}
.olb_cal .list_pagenavi a {
  padding: 1rem 2rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
  .olb_cal .list_pagenavi a {
    padding: 1rem;
  }
}
.olb_cal .list_pagenavi .list_datenavi {
  width: 100%;
}
.olb_cal .weekly_schedule {
  margin: 3rem 0 1rem;
  border: none;
}
.olb_cal .weekly_schedule tr {
  border-bottom: 1px solid #ccc !important;
}
.olb_cal .weekly_schedule tr th,
.olb_cal .weekly_schedule tr td {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background-color: transparent;
  line-height: 3rem !important;
  font-size: 1.6rem;
}
@media screen and (max-width: 896px) {
  .olb_cal .weekly_schedule tr th,
  .olb_cal .weekly_schedule tr td {
    font-size: 1.3rem;
  }
}
.olb_cal .weekly_schedule tr th.saturday {
  background-color: transparent;
}
.olb_cal .weekly_schedule tr th.sunday {
  background-color: transparent;
}
.olb_cal .weekly_schedule tr td.past {
  background: #eee;
}
.olb_cal .weekly_schedule tr td.open {
  background-color: transparent;
  color: #333;
}
.olb_cal .weekly_schedule tr td.open:after {
  content: "×";
  color: #333;
}
.olb_cal .weekly_schedule tr td.open a {
  display: none;
}
.olb_cal div:last-child {
  display: none;
}
.edit_schedule th,
.edit_schedule td {
  font-size: 1.3rem;
}
.airreserve_cal {
  margin-left: 10rem;
  margin-right: 10rem;
}
.airreserve_cal .monthly-calendar table caption {
  font-size: 1.8rem;
  padding: 1rem 0;
  color: #222;
}
.airreserve_cal .monthly-calendar table tr {
  border-bottom: 1px solid #eee;
}
.airreserve_cal .monthly-calendar table tr:first-child {
  border-top: 1px solid #eee;
}
.airreserve_cal .monthly-calendar table th {
  font-size: 1.4rem;
  padding: 1rem 0;
}
.airreserve_cal .monthly-calendar .monthly-prev-next .monthly-prev {
  margin-top: 1rem;
}
.airreserve_cal .monthly-calendar .monthly-prev-next .monthly-prev .no-link {
  color: #888;
}
.airreserve_cal .monthly-calendar .monthly-prev-next .monthly-next {
  margin-top: 1rem;
}
.airreserve_cal .day-calendar table {
  width: 100%;
}
.airreserve_cal .day-calendar table tr th,
.airreserve_cal .day-calendar table tr td {
  font-size: 1.4rem;
  padding: 0.4rem 0;
}
.content-form {
  max-width: 100rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20rem;
  padding-bottom: 10rem;
}
.content-form fieldset {
  border: none !important;
  margin-bottom: 4rem !important;
}
.content-form fieldset legend {
  font-size: 1.6rem;
  color: #1D2667;
}
.content-form table tr {
  border-bottom: 1px solid #eee;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.content-form table tr th,
.content-form table tr td {
  font-size: 1.4rem;
  padding: 0.8rem 1rem;
  border: none;
  border-bottom: 1px solid #eee !important;
}
.content-form table tr th {
  width: 14rem;
  text-align: left;
  align-items: center;
  vertical-align: middle;
}
.content-form input {
  padding: 0.6rem 0.3rem !important;
  font-size: 1.3rem !important;
}
.content-form textarea {
  padding: 0.6rem 0.3rem !important;
  font-size: 1.3rem !important;
  margin-bottom: 0 !important;
}
.content-form #action-button button {
  font-family: YakuHanJP_Narrow, "Yu Gothic Medium", "Yu Gothic", YuGothic,
    "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo,
    sans-serif;
  background-color: transparent;
  border: 1px solid #1D2667;
  color: #1D2667;
  cursor: pointer;
  font-size: 1.7rem;
  line-height: 3.6rem;
  text-align: center;
  padding: 0.5rem 8rem;
  position: relative;
  box-sizing: border-box;
  z-index: 99;
  position: relative;
  transition: 0.3s ease;
}
.content-form #action-button button:hover {
  background: #1D2667;
  color: #fff;
}
@media screen and (max-width: 896px) {
  .content-form #action-button button {
    padding: 0.4rem 0;
  }
}
.error-message {
  margin: 20rem 10rem;
}
.wpsbc-container {
  margin-bottom: 4rem;
}
.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
  background: transparent !important;
}
.wpsbc-container
  .wpsbc-calendars
  .wpsbc-calendar
  .wpsbc-calendar-header
  .wpsbc-select-container
  select {
  border: none !important;
  height: inherit !important;
  background: transparent !important;
  text-align: center;
}
