@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Noto+Serif+JP:wght@200..900&display=swap");
audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

a, button {
  outline: 0;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

body {
  -webkit-font-smoothing: antialiased;
}

ul li {
  list-style-type: none;
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

button {
  cursor: pointer;
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
html {
  -webkit-overflow-scrolling: touch;
}

body a:focus, body button:focus {
  outline: none;
}

a:focus, button:focus {
  outline: none;
}

small {
  font-size: 1em;
}

span.ib-text span {
  display: inline-block;
}

img {
  max-width: 100%;
}

address {
  font-style: normal;
}

.nopadding {
  padding-left: inherit;
  padding-right: inherit;
}

.hidden {
  display: none !important;
}

.youtube, .googlemap, .if-resp {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube iframe, .googlemap iframe, .if-resp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
.post-content .content_area .size-auto,
.post-content .content_area .size-full,
.post-content .content_area .size-large,
.post-content .content_area .size-medium,
.post-content .content_area .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.post-content .content_area .alignleft {
  float: left;
  margin: 0 1.5em 0.8em 0;
}
.post-content .content_area .alignright {
  float: right;
  margin: 0 0 0.8em 1.5em;
}
.post-content .content_area .aligncenter {
  display: block;
  margin: 2em auto;
}
.post-content .content_area .alignnone {
  max-width: 100%;
}
.post-content .content_area .more-link {
  display: inline-block;
  margin-top: 0.8em;
}
.post-content .content_area .clear-float {
  clear: both;
}
.post-content .content_area .wp-caption {
  max-width: 100%;
}
.post-content .content_area .wp-caption .wp-caption-text {
  max-width: 100%;
}
.post-content .content_area h1 {
  font-size: 1.9285714286vw;
  font-weight: 700;
  margin-top: 2.2857142857vw;
  margin-bottom: 1.9285714286vw;
  color: #343434;
}
@media screen and (max-width: 1365px) {
  .post-content .content_area h1 {
    font-size: 22.6px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .content_area h1 {
    font-size: 27px;
  }
}
.post-content .content_area h1 span {
  display: block;
  font-size: 1.4464285714vw;
}
@media screen and (max-width: 1365px) {
  .post-content .content_area h1 span {
    font-size: 17.2px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .content_area h1 span {
    font-size: 20.25px;
  }
}
.post-content .content_area h3 {
  background-image: url(/wp-content/themes/clean/asset/images/common/h3_header.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  height: 3.8571428571vw;
  background-size: cover;
  color: white;
  padding-left: 1.1428571429vw;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media (max-width: 767px) {
  .post-content .content_area h3 {
    font-size: 4.347826087vw;
    height: 11.5942028986vw;
    padding-left: 3.8647342995vw;
    margin-top: 3.8647342995vw;
    margin-bottom: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .post-content .content_area h3 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .post-content .content_area h3 {
    font-size: 18px;
  }
}
.post-content .content_area h2 {
  position: relative;
  font-size: 2.5714285714vw;
  font-weight: bold;
  color: white;
  text-align: center;
  margin-bottom: 6.8571428571vw;
}
@media screen and (max-width: 1365px) {
  .post-content .content_area h2 {
    font-size: 29.8px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .content_area h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .post-content .content_area h2 {
    line-height: 1.45;
  }
}
.post-content .content_area h4 {
  font-size: 1.1428571429vw;
  font-weight: 700;
  margin-top: 1.5vw;
  margin-bottom: 1.2857142857vw;
  color: #343434;
}
@media screen and (max-width: 1365px) {
  .post-content .content_area h4 {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .content_area h4 {
    font-size: 16pxpx;
  }
}
.post-content .content_area p, .post-content .content_area li {
  font-size: 1.1428571429vw;
  margin-top: 1.2857142857vw;
  margin-bottom: 1.1428571429vw;
  line-height: 1.78;
}
@media screen and (max-width: 1365px) {
  .post-content .content_area p, .post-content .content_area li {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .content_area p, .post-content .content_area li {
    font-size: 16pxpx;
  }
}
.post-content .content_area p ~ h2, .post-content .content_area p ~ h3, .post-content .content_area p ~ h4, .post-content .content_area li ~ h2, .post-content .content_area li ~ h3, .post-content .content_area li ~ h4 {
  margin-top: 3.4285714286vw;
}
@media (max-width: 767px) {
  .post-content .content_area p ~ h2, .post-content .content_area p ~ h3, .post-content .content_area p ~ h4, .post-content .content_area li ~ h2, .post-content .content_area li ~ h3, .post-content .content_area li ~ h4 {
    margin-top: 7.729468599vw;
  }
}
.post-content .content_area em {
  font-size: 0.9285714286vw;
  font-style: normal;
}
@media screen and (max-width: 1365px) {
  .post-content .content_area em {
    font-size: 11.4px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .content_area em {
    font-size: 13pxpx;
  }
}
.post-content .content_area a {
  word-break: break-all;
  display: inline;
  width: 100%;
  line-height: 2;
}
.post-content .content_area ol li {
  margin-left: 18.4px;
}
.post-content .content_area .table, .post-content .content_area table {
  width: 100%;
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.post-content .content_area .table tr, .post-content .content_area table tr {
  border: 1px solid #343434;
}
.post-content .content_area .table tr th, .post-content .content_area table tr th {
  background-color: #343434;
  color: white;
  padding: 8px 24px;
  white-space: nowrap;
}
.post-content .content_area .table tr td, .post-content .content_area table tr td {
  padding: 8px 24px;
  border-right: 1px solid #343434;
}
.post-content .content_area .table tr .guide_table_wrapper_left, .post-content .content_area table tr .guide_table_wrapper_left {
  width: 270px;
}
.post-content .content_area .table tr .guide_table_wrapper_right, .post-content .content_area table tr .guide_table_wrapper_right {
  width: calc(100% - 270px);
}
.post-content .content_area .scroll-hint-icon-wrap {
  background-color: rgba(0, 0, 0, 0.45);
}
.post-content .content_area .scroll-hint-icon-wrap .scroll-hint-icon {
  opacity: 1;
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tb {
    display: none !important;
  }
}

@media (max-width: 1023px) {
  .hidden-mb {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-no-sp {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1365px) {
  .hidden-spc {
    display: none !important;
  }
}

@media (min-width: 1366px) {
  .hidden-lpc {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-pc {
    display: none !important;
  }
}

/*
.row {
	@include rebuild-grid-row(rm2px(2em, $font-size-md));
	@include resp-sp {
		@include rebuild-grid-row(rm2px(1em, $font-size-xs));
	}
	@include resp-tablet {
		@include rebuild-grid-row(rm2px(1.5em, $font-size-sm));
	}
}

@include resp-pc {
	@include rebuild-grid-columns((lg md sm xs), rm2px(2em, $font-size-md));
}
@include resp-mobile {
	@include rebuild-grid-columns((sm xs), rm2px(1.5em, $font-size-sm));
}
@include resp-sp {
	@include rebuild-grid-columns(xs, rm2px(1em, $font-size-xs));
}
*/
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
html.wf-active {
  visibility: visible;
}
html body figure {
  margin: initial;
}

:root {
  color: #343434;
  font-weight: 300;
}

.visible-xxs {
  display: none;
}
@media all and (max-width: 320px) {
  .visible-xxs {
    display: inline-block;
  }
}

.visible-xs {
  display: none;
}
@media all and (max-width: 414px) and (min-width: 321px) {
  .visible-xs {
    display: inline-block;
  }
}

.eng {
  font-family: YakuHanMP, "Baskervville", "Noto Serif JP", sans-serif;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 2;
  font-size: 1.2857142857vw;
  overflow-x: hidden;
}
@media screen and (max-width: 1365px) {
  body {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  body {
    font-size: 18px;
  }
}
@media all and (-ms-high-contrast: none\0 ) {
  body *::-ms-backdrop, body {
    overflow-x: hidden;
  }
}

#container {
  position: relative;
}

.icon {
  position: absolute;
}

.uppercase {
  text-transform: uppercase;
  font-style: normal;
}

.gotop {
  position: fixed;
  right: 2.8571428571vw;
  bottom: 2.8571428571vw;
  z-index: 999;
}
.gotop a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(34, 34, 34, 0.8);
  color: white;
  padding-top: 0.5714285714vw;
  padding-bottom: 7px;
  border-radius: 50%;
  width: 4.2857142857vw;
  height: 4.2857142857vw;
  filter: drop-shadow(0px 0px 10px white);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .gotop a {
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .gotop a {
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
}
.gotop.overfirst {
  display: none;
}

input, textarea, select {
  background-color: #FFFFFF;
  padding: 0.375rem 0.75rem;
}
@media (max-width: 767px) {
  input, textarea, select {
    width: 100%;
  }
}

a, button {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}
a img, button img {
  transition: 0.3s;
}
a:hover, button:hover {
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
  opacity: 0.65;
}
a:hover img, button:hover img {
  transition: 0.3s;
}
a svg > *, button svg > * {
  transition: 0.3s;
}
a:after, button:after {
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.85;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  max-width: 40.625rem;
  margin: 2rem auto 1rem;
  padding: 0.5rem 1rem;
  border: 1px solid #343434;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
  margin-left: auto;
  margin-right: auto;
  color: #343434 !important;
  border: none;
  font-size: 0.9285714286vw;
}
@media screen and (max-width: 1365px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 11.4px;
  }
}
@media screen and (min-width: 1186px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 13pxpx;
  }
}

.wpcf7-form.sent .wpcf7-response-output {
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output {
  border: none;
  padding: initial;
  text-align: center;
}

.anime-slideup {
  position: relative;
}
.anime-slideup.anime-ready {
  transform: translateY(2em);
  opacity: 0;
}
.anime-slideup.anime-end {
  transition: all ease 0.75s;
  transform: translateY(0);
  opacity: 1;
}

.anime-slideleft {
  position: relative;
}
.anime-slideleft.anime-ready {
  transform: translateX(-2em);
  opacity: 0;
}
.anime-slideleft.anime-end {
  transition: all ease 0.75s;
  transform: translateX(0);
  opacity: 1;
}

.anime-slideright {
  position: relative;
}
.anime-slideright.anime-ready {
  transform: translateX(2em);
  opacity: 0;
}
.anime-slideright.anime-end {
  transition: all ease 0.75s;
  transform: translateX(0);
  opacity: 1;
}

@keyframes link_animate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
  text-align: center;
  font-size: 1.0714285714vw;
}
@media screen and (max-width: 1365px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 13px;
  }
}
@media screen and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 3.1400966184vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 11.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 13px;
  }
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  background: white;
}
#loader figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
#loader figure img {
  height: auto;
  width: 70%;
  max-width: 27.5rem;
}
@media all and (-ms-high-contrast: none\0 ) {
  #loader figure img *::-ms-backdrop, #loader figure img {
    width: 70%;
  }
}

#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1001;
  background: #FFFFFF;
}

.post-content {
  margin-bottom: 7.8571428571vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-content {
    margin-bottom: 10.4166666667vw;
  }
}
@media (max-width: 767px) {
  .post-content {
    margin-bottom: 14.4927536232vw;
  }
}
.post-content .thumbnail {
  margin-bottom: 4.2857142857vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-content .thumbnail {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .post-content .thumbnail {
    margin-bottom: 9.6618357488vw;
  }
}
.post-content .thumbnail figure img {
  width: 100%;
}
.post-content .head h2 {
  font-size: 1.0714285714vw;
  font-weight: 600;
}
@media screen and (max-width: 1365px) {
  .post-content .head h2 {
    font-size: 13px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content .head h2 {
    font-size: 15px;
  }
}
.post-content .content_area .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.post-content .content_area .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.post-content .singlepage-footer {
  text-align: center;
  margin-top: 4.2857142857vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-content .singlepage-footer {
    margin-top: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .post-content .singlepage-footer {
    margin-top: 9.6618357488vw;
  }
}
.post-content.information {
  padding-top: 5.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-content.information {
    padding-top: 7.8125vw;
  }
}
@media (max-width: 767px) {
  .post-content.information {
    padding-top: 14.4927536232vw;
  }
}
.post-content.information h1 {
  font-size: 1.5vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 1365px) {
  .post-content.information h1 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content.information h1 {
    font-size: 21px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-content.information h1 {
    font-size: 2.734375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .post-content.information h1 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .post-content.information h1 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .post-content.information h1 {
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .post-content.information h1 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .post-content.information h1 {
    font-size: 21px;
  }
}
.post-content.information .post-list {
  margin-top: 4.2857142857vw;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-content.information .post-list {
    margin-top: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .post-content.information .post-list {
    margin-top: 9.6618357488vw;
  }
}
@media (max-width: 767px) {
  .post-content.information .post-list {
    width: 90vw;
  }
}
.post-content.information .post-list li a span:nth-child(1) {
  margin-right: 10px;
  display: inline-block;
}
.post-content.information .more {
  margin-top: 2.1428571429vw;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .post-content.information .more {
    margin-top: 3.90625vw;
  }
}
@media (max-width: 767px) {
  .post-content.information .more {
    margin-top: 7.2463768116vw;
  }
}

.siteheader {
  position: fixed;
  z-index: 9999;
  background-color: rgba(35, 88, 148, 0.6);
  width: 100vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader {
    padding: 0px 20px 0px;
  }
}
@media (max-width: 767px) {
  .siteheader {
    z-index: 998;
    opacity: 1 !important;
    top: initial;
    transform: initial;
  }
}
.siteheader .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.7142857143vw;
  max-height: 80px;
  gap: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .wrapper {
    height: initial;
    padding: 20px 0px;
    max-height: initial;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .siteheader .wrapper {
    height: initial;
    flex-direction: column-reverse;
    padding: 20px 30px 10px;
    max-height: initial;
    gap: 10px;
  }
}
.siteheader .logo {
  margin-left: 6.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .logo {
    margin-left: 0vw;
  }
}
@media (max-width: 767px) {
  .siteheader .logo {
    margin-left: 0vw;
  }
}
.siteheader .logo figure img {
  height: 34px;
  width: auto;
}
.siteheader .logo h1 {
  font-size: 2.5714285714vw;
  color: white;
  font-weight: bold;
}
@media screen and (max-width: 1365px) {
  .siteheader .logo h1 {
    font-size: 29.8px;
  }
}
@media screen and (min-width: 1186px) {
  .siteheader .logo h1 {
    font-size: 36px;
  }
}
.siteheader .logo h1 span {
  font-size: 2.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .siteheader .logo h1 span {
    font-size: 26.6px;
  }
}
@media screen and (min-width: 1186px) {
  .siteheader .logo h1 span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .siteheader .logo h1 {
    font-size: 7.729468599vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .siteheader .logo h1 {
    font-size: 26.6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .siteheader .logo h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .siteheader .logo h1 span {
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .siteheader .logo h1 span {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .siteheader .logo h1 span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .siteheader .langbox {
    margin-bottom: 10px;
    display: none;
  }
}
.siteheader .gbtn {
  z-index: 9999;
  .
		//display: none;
		padding-right: 0.8571428571vw;
  display: block;
}
@media (max-width: 767px) {
  .siteheader .gbtn {
    width: 100%;
    padding-right: 2.8985507246vw;
    display: block;
  }
}
.siteheader .gbtn input {
  display: none;
}
.siteheader .gbtn label, .siteheader .gbtn a {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  width: 2.8571428571vw;
  height: initial;
  top: 2.1428571429vw;
  right: 2.8571428571vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .gbtn label, .siteheader .gbtn a {
    width: 5.2083333333vw;
    height: initial;
    top: 3.90625vw;
    right: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .siteheader .gbtn label, .siteheader .gbtn a {
    width: 9.6618357488vw;
    height: initial;
    top: 3.3816425121vw;
    right: 4.8309178744vw;
  }
}
.siteheader .gbtn label span, .siteheader .gbtn a span {
  background-color: white;
  display: block;
  width: 2.8571428571vw;
  height: 0.0714285714vw;
  margin-bottom: 0.7142857143vw;
}
.siteheader .gbtn label span:nth-last-of-type(1), .siteheader .gbtn a span:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .gbtn label span, .siteheader .gbtn a span {
    width: 5.2083333333vw;
    height: 0.1302083333vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  .siteheader .gbtn label span, .siteheader .gbtn a span {
    width: 9.6618357488vw;
    height: 0.2415458937vw;
    margin-bottom: 1.690821256vw;
  }
}
.siteheader .gbtn input.active + label, .siteheader .gbtn .active {
  position: fixed;
  top: 1.7142857143vw;
  right: 2.8571428571vw;
  width: 2.8571428571vw;
  height: 2.8571428571vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .gbtn input.active + label, .siteheader .gbtn .active {
    top: 3.90625vw;
    right: 5.2083333333vw;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .siteheader .gbtn input.active + label, .siteheader .gbtn .active {
    top: 3.3816425121vw;
    right: 4.8309178744vw;
  }
}
.siteheader .gbtn input.active + label span:nth-of-type(1), .siteheader .gbtn .active span:nth-of-type(1) {
  transform: rotate(45deg);
  margin-bottom: 0;
  margin-top: 0px;
  position: absolute;
}
.siteheader .gbtn input.active + label span:nth-of-type(2), .siteheader .gbtn .active span:nth-of-type(2) {
  display: none;
}
.siteheader .gbtn input.active + label span:nth-last-of-type(1), .siteheader .gbtn .active span:nth-last-of-type(1) {
  transform: rotate(-45deg);
  margin-top: 0px;
  position: absolute;
}
.siteheader .headwrap {
  position: fixed;
  right: 2.2142857143vw;
  top: 3vw;
  z-index: 10000;
}
@media (max-width: 767px) {
  .siteheader .headwrap {
    width: 40px;
    height: 40px;
  }
}
.siteheader .bogo-language-switcher {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 10px;
  margin-right: 6.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .bogo-language-switcher {
    margin-right: initial;
  }
}
@media (max-width: 767px) {
  .siteheader .bogo-language-switcher {
    margin-right: initial;
  }
}
.siteheader .bogo-language-switcher li {
  border: 1px solid white;
  padding: 0px 20px;
}
.siteheader .bogo-language-switcher li span a {
  color: white;
  font-size: 1.4285714286vw;
  white-space: nowrap;
}
@media screen and (max-width: 1365px) {
  .siteheader .bogo-language-switcher li span a {
    font-size: 17px;
  }
}
@media screen and (min-width: 1186px) {
  .siteheader .bogo-language-switcher li span a {
    font-size: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .bogo-language-switcher li span a {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .siteheader .bogo-language-switcher li span a {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .siteheader .bogo-language-switcher li span a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .siteheader .bogo-language-switcher li span a {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .siteheader .bogo-language-switcher li span a {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .siteheader .bogo-language-switcher li span a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .siteheader .links {
    position: fixed;
    top: 5.3140096618vw;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
.siteheader .links .header_menu .menu-item {
  margin-bottom: 2.1428571429vw;
}
.siteheader .links .header_menu .menu-item a {
  font-family: YakuHanMP, "Baskervville", "Noto Serif JP", sans-serif;
  text-align: right;
  color: #343434;
  display: block;
}
.siteheader.teppen {
  top: initial;
  transform: initial;
}
.siteheader.teppen .langbox {
  display: block;
}

.gn-wrap {
  position: fixed;
  margin-top: -2px;
  width: 100%;
  height: 0vh;
  z-index: 100;
  padding: 31.4009661836vw 7.2463768116vw 14.4927536232vw;
  z-index: 100;
  display: none;
}
.gn-wrap .header_menu li {
  margin-bottom: 1.9323671498vw;
  text-align: center;
}
.gn-wrap .header_menu li a {
  color: white;
  font-weight: 600;
}

@media (max-width: 767px) {
  .scrollout .siteheader .links {
    top: 1.9323671498vw;
  }
}
.scrollout .gn-wrap.active {
  height: calc(100vh + 2px);
  display: block;
}

.main {
  margin-top: 5.7142857143vw;
}
.main section + section {
  margin-top: -5.7142857143vw;
  padding-top: 5.7142857143vw;
}
.main section:nth-child(2) {
  margin-top: -2.1428571429vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main {
    margin-top: 10.4166666667vw;
  }
  .main section + section {
    margin-top: -10.4166666667vw;
    padding-top: 10.4166666667vw;
  }
  .main section:nth-child(2) {
    margin-top: -3.90625vw;
  }
}
@media (max-width: 767px) {
  .main {
    margin-top: 19.3236714976vw;
  }
  .main section + section {
    margin-top: -19.3236714976vw;
    padding-top: 19.3236714976vw;
  }
  .main section:nth-child(2) {
    margin-top: -7.2463768116vw;
  }
}

.mainvisual {
  position: relative;
}
.mainvisual .swiper-wrapper {
  width: 100%;
  position: relative;
}
.mainvisual .swiper-wrapper .swiper-slide {
  position: relative;
}
.mainvisual .swiper-wrapper .swiper-slide figure img {
  width: 100vw;
  object-fit: cover;
}
.mainvisual .swiper-wrapper .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.mainvisual .swiper-pagination {
  bottom: 1.4285714286vw;
}
@media (max-width: 767px) {
  .mainvisual .swiper-pagination {
    bottom: 1.9323671498vw;
  }
}
.mainvisual .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0px 10px;
  background: white;
  opacity: 0.5;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .mainvisual .swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0px 8px;
  }
}
@media (max-width: 767px) {
  .mainvisual .swiper-pagination .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    margin: 0px 8px;
  }
}
.mainvisual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.under_margin {
  margin-bottom: 3.5714285714vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .under_margin {
    margin-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .under_margin {
    margin-bottom: 7.2463768116vw;
  }
}

header.head h1 {
  font-size: 2.2857142857vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.8571428571vw;
}
@media screen and (max-width: 1365px) {
  header.head h1 {
    font-size: 26.6px;
  }
}
@media screen and (min-width: 1186px) {
  header.head h1 {
    font-size: 32px;
  }
}
header.head h2 {
  font-size: 2.2857142857vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 2.8571428571vw;
}
@media screen and (max-width: 1365px) {
  header.head h2 {
    font-size: 26.6px;
  }
}
@media screen and (min-width: 1186px) {
  header.head h2 {
    font-size: 32px;
  }
}

.notice {
  padding-left: 5.7142857143vw;
  padding-right: 5.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .notice {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .notice {
    padding-left: initial;
    padding-right: initial;
  }
}
@media (max-width: 767px) {
  .notice__area .notice_swiper .swiper-wrapper {
    flex-direction: column;
  }
}
.notice__area .notice_swiper .swiper-wrapper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .notice__area .notice_swiper .swiper-wrapper .swiper-slide {
    margin-top: 9.6618357488vw;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
  }
  .notice__area .notice_swiper .swiper-wrapper .swiper-slide figure img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

.information .information__area ul {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.information .information__area ul li {
  margin-bottom: 10px;
}

.access__contents__googlemap .iframe-wrapper {
  position: relative;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}
.access__contents__googlemap .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .access__contents__googlemap .iframe-wrapper {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
  }
  .access__contents__googlemap .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

section + section {
  margin-top: -3.5714285714vw;
  margin-bottom: -3.5714285714vw;
  padding-top: 5.7142857143vw;
  padding-bottom: 5.7142857143vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section + section {
    margin-top: -6.5104166667vw;
    margin-bottom: -6.5104166667vw;
    padding-top: 10.4166666667vw;
    padding-bottom: 10.4166666667vw;
  }
}
@media (max-width: 767px) {
  section + section {
    margin-top: -7.2463768116vw;
    margin-bottom: -7.2463768116vw;
    padding-top: 14.4927536232vw;
    padding-bottom: 14.4927536232vw;
  }
}

.pv {
  margin-top: 11vw;
  text-align: center;
  position: relative;
  padding-bottom: 12.8571428571vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pv {
    margin-top: initial;
    padding-bottom: 15.625vw;
  }
}
@media (max-width: 767px) {
  .pv {
    margin-top: initial;
    padding-bottom: 28.9855072464vw;
  }
}
.pv h2 {
  position: relative;
  font-size: 2.1428571429vw;
  background: linear-gradient(90deg, #4664AA 0%, #46AAB5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1365px) {
  .pv h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 1186px) {
  .pv h2 {
    font-size: 30px;
  }
}
.pv h2:before {
  content: "";
  position: absolute;
  top: -30px;
  width: 60px;
  height: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, #4664AA 0%, #46AAB5 100%);
}
.pv .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.pv .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pv__movie {
  margin-top: 5vw;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pv__movie {
    margin-top: 4.1666666667vw;
  }
}
@media (max-width: 767px) {
  .pv__movie {
    margin-top: 7.729468599vw;
  }
}
.pv__movie .iframe-wrapper {
  border-radius: 4px;
}
.pv__movie__head {
  margin-top: 1.5714285714vw;
  font-size: 1.5714285714vw;
}
@media screen and (max-width: 1365px) {
  .pv__movie__head {
    font-size: 18.6px;
  }
}
@media screen and (min-width: 1186px) {
  .pv__movie__head {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pv__movie__head {
    margin-top: 2.8645833333vw;
    font-size: 2.34375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (max-width: 1365px) {
  .pv__movie__head {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) and (min-width: 1186px) {
  .pv__movie__head {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .pv__movie__head {
    margin-top: 5.3140096618vw;
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .pv__movie__head {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .pv__movie__head {
    font-size: 18px;
  }
}

.sns {
  padding-bottom: 12.8571428571vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sns {
    padding-bottom: 15.625vw;
  }
}
@media (max-width: 767px) {
  .sns {
    padding-bottom: 28.9855072464vw;
  }
}
.sns ul {
  display: flex;
  justify-content: center;
  gap: 5.7142857143vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sns ul {
    gap: 8.3333333333vw;
  }
}
@media (max-width: 767px) {
  .sns ul {
    gap: 9.6618357488vw;
  }
}
.sns ul li a figure img {
  height: 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sns ul li a figure img {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .sns ul li a figure img {
    height: 40px;
  }
}

.footer {
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer__left__logo {
  margin-bottom: 30px;
}
.footer__left__basic .item {
  line-height: 1.6;
}
.footer__copyright {
  text-align: center;
  line-height: 1.6;
  padding-top: 3.4285714286vw;
  padding-bottom: 3.4285714286vw;
  font-size: 0.9285714286vw;
}
@media screen and (max-width: 1365px) {
  .footer__copyright {
    font-size: 11.4px;
  }
}
@media screen and (min-width: 1186px) {
  .footer__copyright {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer__copyright {
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    padding-top: 11.5942028986vw;
    padding-bottom: 8.6956521739vw;
    font-size: 3.1400966184vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .footer__copyright {
    font-size: 11.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .footer__copyright {
    font-size: 13px;
  }
}

audio:not([controls]) {
  display: none;
}

button {
  overflow: visible;
  -webkit-appearance: button;
}

a, button {
  outline: 0;
}

details {
  display: block;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
}
input[type=number] {
  width: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

summary {
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

*,
::before,
::after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}
*:before, *:after {
  box-sizing: border-box;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
}

* {
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

:root {
  background-color: #FFFFFF;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100%/1.5 sans-serif;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

button,
input,
select,
textarea {
  background-color: transparent;
}

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

nav ol,
nav ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

body {
  -webkit-font-smoothing: antialiased;
}

ul li {
  list-style-type: none;
}

figure {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

button {
  cursor: pointer;
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
.modaal-content-container .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/*
@mixin clamp-font-size ($min_font_size, $font_size, $basewidth, $max_font_size);

$min_font_size (px): 最小フォントサイズ
$font_size (vw):     可変フォントサイズ
$max_font_size (px): 最大フォントサイズ
*/
/**
 * 指定されたプロパティに決められた基準のスペースを入れる mixin。
 *
 * @param {String} property name
 * @param {Number} 係数
 */
/**
 * コンテンツのプロパティ設定用 mixin。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} 配列での設定か、Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツスペース設定用 mixin。contents-space-XX にしたがって指定する。各サイズ設定に notset を入れるとそのサイズは設定されない。
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * wrapper 用のサイドスペース設定 mixin。contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {String} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空。例外的に vertical か side で左右、horizonal で上下の指定ができる。
 * @param {String} Large の指定
 * @param {String} Midium の指定
 * @param {String} Small の指定
 * @param {String} Extra small の指定
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-subspace-XX にしたがって指定する
 *
 * @param {String} property margin か padding　デフォルトは padding
 * @param {Array} position top, bottom などの場所の指定。空の場合は全体の指定　デフォルトは空
*/
/**
 * コンテンツの指定したプロパティを設定されている contents-space-XX にしたがって指定する
 *
 * @param {Map} サイズを指定　デフォルトは空
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}
.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}
.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}
.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}
.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}
.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}
.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}
.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 619px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}
.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}
.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10%;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-close:focus, .modaal-close:hover {
  outline: none;
}
.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: rgb(170, 185, 125);
}
.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: calc(25% - 1px);
  left: calc(50% - 1px);
  width: 2px;
  height: 28px;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  background: #fff;
  transition: background 0.2s ease-in-out;
  background: rgb(170, 185, 125);
}
.modaal-close:before {
  transform: rotate(-45deg);
}
.modaal-close:after {
  transform: rotate(45deg);
}
.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container .dlbtn {
  display: block;
}
.modaal-content-container .map_link {
  margin-top: 3rem;
}
.modaal-content-container .map_link a {
  width: 14.75rem;
  height: 2.9375rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}
.modaal-gallery-item img {
  display: block;
}
.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}
.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}
.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}
.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}
.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}
.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}
.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}
.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}
.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}
.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: 0.1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.12s;
  -moz-animation-delay: 0.12s;
  -webkit-animation-delay: 0.12s;
  -o-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.37s;
  -moz-animation-delay: 0.37s;
  -webkit-animation-delay: 0.37s;
  -o-animation-delay: 0.37s;
  animation-delay: 0.37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.62s;
  -moz-animation-delay: 0.62s;
  -webkit-animation-delay: 0.62s;
  -o-animation-delay: 0.62s;
  animation-delay: 0.62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0.87s;
  -moz-animation-delay: 0.87s;
  -webkit-animation-delay: 0.87s;
  -o-animation-delay: 0.87s;
  animation-delay: 0.87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}
