@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..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: 1024px) {
  .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): 最大フォントサイズ
*/
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/*
@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: 1024px) {
  .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): 最大フォントサイズ
*/
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/*
@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 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
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;
}

.wrapper {
  max-width: calc(1186px);
  min-width: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
@media (max-width: 743px) {
  .wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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

.img-circle {
  border-radius: 50%;
  overflow: hidden;
}

.img-cover, .img-contain {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-cover.img-center-top, .img-contain.img-center-top {
  background-position: center top;
}
.img-cover.img-center-bottom, .img-contain.img-center-bottom {
  background-position: center bottom;
}

.img-cover {
  background-size: cover;
}

.img-contain {
  background-size: contain;
}

.txt {
  display: inline-block;
}
.txt span {
  display: inline-block;
}

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

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

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: 1024px) {
  .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): 最大フォントサイズ
*/
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/*
@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: 999999;
  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-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 {
  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(50% - 1px);
  left: 50%;
  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: rgb(46.75, 46.75, 46.75);
}
.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}
.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: rgb(46.75, 46.75, 46.75);
}

@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);
}

/*
@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: 1024px) {
  .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): 最大フォントサイズ
*/
.full-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/**
 * ホバーエフェクトの mixin<br>
 * 効果：中央からラインが伸びる（下）<br>
 * 参考：http://www.nxworld.net/tips/15-text-link-hover-effect-and-design.html
 *
 * @param {String} color ラインのカラー　デフォルトは #888
 * @param {String} border_height ラインの高さ　デフォルトは 1px
 * @param {String} transition トランジション　デフォルトは 0.3s
 */
/**
 * ホバーエフェクトの mixin で「中央からラインが伸びる（下）」のホバーじと同じ効果を上書きする<br>
 * 効果：中央からラインが伸びる（下）：ホバー<br>
 */
/**
 * ボックス型のボタン
 * ボタンのテキストにはクラスを設定したタグに data-button-text プロパティを設定して before と after にボタン名として入れられる
 * テキストは before に設定される。
 * ホバー時にはテキストがせり上がるようにしながら after が表示される。
 */
/**
 * ボタンクラスの基本を作る mixin<br>
 *
 * @param {String} element ボタンにするエレメント　デフォルトは .btn
 * @param {Boolean} responsive レスポンシブにする場合に true　デフォルトは false
 */
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/**
 * スライドスイッチのクラスを構築 mixin<br>
 * 参考：https://proto.io/freebies/onoff/
 * こちらは ON, OFF のテキストがスイッチの右側に表示される
 *
 * @param {String} cl クラス名
 * @param {String} h 高さ
 * @param {String} w 幅
 * @param {String} b ボーダーの幅
 * @param {String} offBgClr OFF の時のボタン背景色
 * @param {String} onBgClr ON の時のボタン背景色
 * @param {String} offBdClr OFF の時のボーダー色
 * @param {String} onBdClr ON の時のボーダー色
 * @param {String} swClr スライドするボタンの色
*/
/*
@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-content-container .size-auto, .home-directin__process__content .size-auto, .home-directin__direct__box1 .size-auto, .post-content__area .size-auto,
.modaal-content-container .size-full,
.home-directin__process__content .size-full,
.home-directin__direct__box1 .size-full,
.post-content__area .size-full,
.modaal-content-container .size-large,
.home-directin__process__content .size-large,
.home-directin__direct__box1 .size-large,
.post-content__area .size-large,
.modaal-content-container .size-medium,
.home-directin__process__content .size-medium,
.home-directin__direct__box1 .size-medium,
.post-content__area .size-medium,
.modaal-content-container .size-thumbnail,
.home-directin__process__content .size-thumbnail,
.home-directin__direct__box1 .size-thumbnail,
.post-content__area .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.modaal-content-container .alignleft, .home-directin__process__content .alignleft, .home-directin__direct__box1 .alignleft, .post-content__area .alignleft {
  float: left;
  margin: 0 1.5em 0.8em 0;
}
.modaal-content-container .alignright, .home-directin__process__content .alignright, .home-directin__direct__box1 .alignright, .post-content__area .alignright {
  float: right;
  margin: 0 0 0.8em 1.5em;
}
.modaal-content-container .aligncenter, .home-directin__process__content .aligncenter, .home-directin__direct__box1 .aligncenter, .post-content__area .aligncenter {
  display: block;
  margin: 2em auto;
}
.modaal-content-container .alignnone, .home-directin__process__content .alignnone, .home-directin__direct__box1 .alignnone, .post-content__area .alignnone {
  max-width: 100%;
}
.modaal-content-container .more-link, .home-directin__process__content .more-link, .home-directin__direct__box1 .more-link, .post-content__area .more-link {
  display: inline-block;
  margin-top: 0.8em;
}
.modaal-content-container .clear-float, .home-directin__process__content .clear-float, .home-directin__direct__box1 .clear-float, .post-content__area .clear-float {
  clear: both;
}
.modaal-content-container .wp-caption, .home-directin__process__content .wp-caption, .home-directin__direct__box1 .wp-caption, .post-content__area .wp-caption {
  max-width: 100%;
}
.modaal-content-container .wp-caption .wp-caption-text, .home-directin__process__content .wp-caption .wp-caption-text, .home-directin__direct__box1 .wp-caption .wp-caption-text, .post-content__area .wp-caption .wp-caption-text {
  max-width: 100%;
}
.modaal-content-container h1, .home-directin__process__content h1, .home-directin__direct__box1 h1, .post-content__area h1 {
  font-size: 1.9285714286vw;
  font-weight: 700;
  margin-top: 2.2857142857vw;
  margin-bottom: 1.9285714286vw;
  color: #212121;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-content-container h1, .home-directin__process__content h1, .home-directin__direct__box1 h1, .post-content__area h1 {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-content-container h1, .home-directin__process__content h1, .home-directin__direct__box1 h1, .post-content__area h1 {
    font-size: 27px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-content-container h1, .home-directin__process__content h1, .home-directin__direct__box1 h1, .post-content__area h1 {
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .modaal-content-container h1, .home-directin__process__content h1, .home-directin__direct__box1 h1, .post-content__area h1 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .modaal-content-container h1, .home-directin__process__content h1, .home-directin__direct__box1 h1, .post-content__area h1 {
    font-size: 21px;
  }
}
.modaal-content-container h1 span, .home-directin__process__content h1 span, .home-directin__direct__box1 h1 span, .post-content__area h1 span {
  display: block;
  font-size: 1.4464285714vw;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-content-container h1 span, .home-directin__process__content h1 span, .home-directin__direct__box1 h1 span, .post-content__area h1 span {
    font-size: 16.2px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-content-container h1 span, .home-directin__process__content h1 span, .home-directin__direct__box1 h1 span, .post-content__area h1 span {
    font-size: 20.25px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-content-container h1 span, .home-directin__process__content h1 span, .home-directin__direct__box1 h1 span, .post-content__area h1 span {
    font-size: 2.1169354839vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .modaal-content-container h1 span, .home-directin__process__content h1 span, .home-directin__direct__box1 h1 span, .post-content__area h1 span {
    font-size: 12.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .modaal-content-container h1 span, .home-directin__process__content h1 span, .home-directin__direct__box1 h1 span, .post-content__area h1 span {
    font-size: 15.75px;
  }
}
.modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
  font-weight: bold;
  font-size: 1.5vw;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
    font-size: 21px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
    font-size: 2.1505376344vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .modaal-content-container h3, .home-directin__process__content h3, .home-directin__direct__box1 h3, .post-content__area h3 {
    font-size: 18px;
  }
}
.modaal-content-container h2, .home-directin__process__content h2, .home-directin__direct__box1 h2, .post-content__area h2 {
  position: relative;
  font-size: 1.7142857143vw;
  font-weight: bold;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-content-container h2, .home-directin__process__content h2, .home-directin__direct__box1 h2, .post-content__area h2 {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-content-container h2, .home-directin__process__content h2, .home-directin__direct__box1 h2, .post-content__area h2 {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-content-container h2, .home-directin__process__content h2, .home-directin__direct__box1 h2, .post-content__area h2 {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .modaal-content-container h2, .home-directin__process__content h2, .home-directin__direct__box1 h2, .post-content__area h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .modaal-content-container h2, .home-directin__process__content h2, .home-directin__direct__box1 h2, .post-content__area h2 {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .modaal-content-container h2, .home-directin__process__content h2, .home-directin__direct__box1 h2, .post-content__area h2 {
    line-height: 1.45;
  }
}
.modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
  font-size: 1.1428571429vw;
  font-weight: 700;
  margin-top: 1.5vw;
  margin-bottom: 1.2857142857vw;
  color: #212121;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
    font-size: 16px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
    font-size: 1.8817204301vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .modaal-content-container h4, .home-directin__process__content h4, .home-directin__direct__box1 h4, .post-content__area h4 {
    font-size: 16px;
  }
}
.modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
  font-size: 1.0714285714vw;
  margin-top: 1.2857142857vw;
  margin-bottom: 1.1428571429vw;
  line-height: 1.78;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
    font-size: 12px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .modaal-content-container p, .home-directin__process__content p, .home-directin__direct__box1 p, .post-content__area p, .modaal-content-container li, .home-directin__process__content li, .home-directin__direct__box1 li, .post-content__area li {
    font-size: 15px;
  }
}
.modaal-content-container p ~ h2, .home-directin__process__content p ~ h2, .home-directin__direct__box1 p ~ h2, .post-content__area p ~ h2, .modaal-content-container p ~ h3, .home-directin__process__content p ~ h3, .home-directin__direct__box1 p ~ h3, .post-content__area p ~ h3, .modaal-content-container p ~ h4, .home-directin__process__content p ~ h4, .home-directin__direct__box1 p ~ h4, .post-content__area p ~ h4, .modaal-content-container li ~ h2, .home-directin__process__content li ~ h2, .home-directin__direct__box1 li ~ h2, .post-content__area li ~ h2, .modaal-content-container li ~ h3, .home-directin__process__content li ~ h3, .home-directin__direct__box1 li ~ h3, .post-content__area li ~ h3, .modaal-content-container li ~ h4, .home-directin__process__content li ~ h4, .home-directin__direct__box1 li ~ h4, .post-content__area li ~ h4 {
  margin-top: 3.4285714286vw;
}
@media (max-width: 743px) {
  .modaal-content-container p ~ h2, .home-directin__process__content p ~ h2, .home-directin__direct__box1 p ~ h2, .post-content__area p ~ h2, .modaal-content-container p ~ h3, .home-directin__process__content p ~ h3, .home-directin__direct__box1 p ~ h3, .post-content__area p ~ h3, .modaal-content-container p ~ h4, .home-directin__process__content p ~ h4, .home-directin__direct__box1 p ~ h4, .post-content__area p ~ h4, .modaal-content-container li ~ h2, .home-directin__process__content li ~ h2, .home-directin__direct__box1 li ~ h2, .post-content__area li ~ h2, .modaal-content-container li ~ h3, .home-directin__process__content li ~ h3, .home-directin__direct__box1 li ~ h3, .post-content__area li ~ h3, .modaal-content-container li ~ h4, .home-directin__process__content li ~ h4, .home-directin__direct__box1 li ~ h4, .post-content__area li ~ h4 {
    margin-top: 7.4418604651vw;
  }
}
.modaal-content-container em, .home-directin__process__content em, .home-directin__direct__box1 em, .post-content__area em {
  font-size: 0.9285714286vw;
  font-style: normal;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-content-container em, .home-directin__process__content em, .home-directin__direct__box1 em, .post-content__area em {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-content-container em, .home-directin__process__content em, .home-directin__direct__box1 em, .post-content__area em {
    font-size: 13px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-content-container em, .home-directin__process__content em, .home-directin__direct__box1 em, .post-content__area em {
    font-size: 1.3440860215vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .modaal-content-container em, .home-directin__process__content em, .home-directin__direct__box1 em, .post-content__area em {
    font-size: 8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .modaal-content-container em, .home-directin__process__content em, .home-directin__direct__box1 em, .post-content__area em {
    font-size: 10px;
  }
}
.modaal-content-container a, .home-directin__process__content a, .home-directin__direct__box1 a, .post-content__area a {
  word-break: break-all;
  display: inline;
  width: 100%;
  line-height: 2;
}
.modaal-content-container ol li, .home-directin__process__content ol li, .home-directin__direct__box1 ol li, .post-content__area ol li {
  margin-left: 18.4px;
}
.modaal-content-container .table, .home-directin__process__content .table, .home-directin__direct__box1 .table, .post-content__area .table, .modaal-content-container table, .home-directin__process__content table, .home-directin__direct__box1 table, .post-content__area table {
  width: 100%;
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.modaal-content-container .table tr, .home-directin__process__content .table tr, .home-directin__direct__box1 .table tr, .post-content__area .table tr, .modaal-content-container table tr, .home-directin__process__content table tr, .home-directin__direct__box1 table tr, .post-content__area table tr {
  border: 1px solid #212121;
}
.modaal-content-container .table tr th, .home-directin__process__content .table tr th, .home-directin__direct__box1 .table tr th, .post-content__area .table tr th, .modaal-content-container table tr th, .home-directin__process__content table tr th, .home-directin__direct__box1 table tr th, .post-content__area table tr th {
  background-color: #212121;
  color: white;
  padding: 8px 24px;
  white-space: nowrap;
}
.modaal-content-container .table tr td, .home-directin__process__content .table tr td, .home-directin__direct__box1 .table tr td, .post-content__area .table tr td, .modaal-content-container table tr td, .home-directin__process__content table tr td, .home-directin__direct__box1 table tr td, .post-content__area table tr td {
  padding: 8px 24px;
  border-right: 1px solid #212121;
}
.modaal-content-container .table tr .guide_table_wrapper_left, .home-directin__process__content .table tr .guide_table_wrapper_left, .home-directin__direct__box1 .table tr .guide_table_wrapper_left, .post-content__area .table tr .guide_table_wrapper_left, .modaal-content-container table tr .guide_table_wrapper_left, .home-directin__process__content table tr .guide_table_wrapper_left, .home-directin__direct__box1 table tr .guide_table_wrapper_left, .post-content__area table tr .guide_table_wrapper_left {
  width: 270px;
}
.modaal-content-container .table tr .guide_table_wrapper_right, .home-directin__process__content .table tr .guide_table_wrapper_right, .home-directin__direct__box1 .table tr .guide_table_wrapper_right, .post-content__area .table tr .guide_table_wrapper_right, .modaal-content-container table tr .guide_table_wrapper_right, .home-directin__process__content table tr .guide_table_wrapper_right, .home-directin__direct__box1 table tr .guide_table_wrapper_right, .post-content__area table tr .guide_table_wrapper_right {
  width: calc(100% - 270px);
}
.modaal-content-container .scroll-hint-icon-wrap, .home-directin__process__content .scroll-hint-icon-wrap, .home-directin__direct__box1 .scroll-hint-icon-wrap, .post-content__area .scroll-hint-icon-wrap {
  background-color: rgba(0, 0, 0, 0.45);
}
.modaal-content-container .scroll-hint-icon-wrap .scroll-hint-icon, .home-directin__process__content .scroll-hint-icon-wrap .scroll-hint-icon, .home-directin__direct__box1 .scroll-hint-icon-wrap .scroll-hint-icon, .post-content__area .scroll-hint-icon-wrap .scroll-hint-icon {
  opacity: 1;
}

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

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

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

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

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

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

@media (min-width: 1025px) {
  .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: #212121;
  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: YakuHanJP, "Noto Sans JP", sans-serif;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 2;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/site_bg.jpg);
  background-repeat: repeat-y;
  font-size: 1.0714285714vw;
  overflow-x: hidden;
}
@media screen and (max-width: "1186px"-1) {
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 1186px) {
  body {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  body {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  body {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  body {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  body {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  body {
    font-size: 13px;
  }
}
body aside.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 3.7857142857vw;
  height: 100svh;
  z-index: 800;
  background-color: #256F6C;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 60px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  body aside.sidebar {
    z-index: 1000;
    width: 5.6451612903vw;
    padding-bottom: 40px;
  }
}
@media (max-width: 743px) {
  body aside.sidebar {
    display: none;
  }
}
body aside.sidebar figure img {
  width: 2.9285714286vw;
  height: 22.4285714286vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  body aside.sidebar figure img {
    width: 4.4086021505vw;
    height: 33.7634408602vw;
  }
}
body.scrollout #header .links {
  background: transparent;
  right: 15%;
}
body.scrollout #header .links .gbtn {
  border: 2px solid white;
}
body.scrollout #header .links .gbtn span {
  width: 3.7857142857vw;
  height: 0.0714285714vw;
  background-color: white;
}
body.scrollout #header .links .gbtn span:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media (max-width: 743px) {
  body.scrollout #header .links .gbtn span {
    width: 9.3023255814vw;
    height: 0.2325581395vw;
    margin-bottom: 1.8604651163vw;
  }
}
body.scrollin {
  height: auto;
}
body.scrollin #header {
  top: initial;
}
@media all and (-ms-high-contrast: none\0 ) {
  body *::-ms-backdrop, body {
    overflow-x: hidden;
  }
}

.wrapper {
  max-width: 1222px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 6.1428571429vw;
  padding-right: 4.2857142857vw;
}
@media (min-width: 1025px) {
  .wrapper {
    padding-left: 3.8571428571vw;
    padding-right: 2.8571428571vw;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .wrapper {
    padding-left: 7.2580645161vw;
    padding-right: 5.376344086vw;
  }
}
@media (max-width: 743px) {
  .wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 4.6511627907vw;
    padding-right: 4.6511627907vw;
  }
}

#container {
  height: 100%;
  position: relative;
}

.icon {
  position: absolute;
}

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

.gotop a {
  position: fixed;
  bottom: 4.2857142857vw;
  right: 4.2857142857vw;
  z-index: 900;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.gotop a figure img {
  width: 4.7857142857vw;
}
@media (max-width: 743px) {
  .gotop a figure img {
    width: 15.5813953488vw;
  }
}
.gotop a svg {
  margin-left: -1.7142857143vw;
  position: relative;
  z-index: -1;
}
@media (max-width: 743px) {
  .gotop a svg {
    margin-left: -5.5813953488vw;
  }
}
.gotop a:hover figure img {
  transform: rotate(-12deg);
}

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;
}
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 #212121;
}

.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: #212121 !important;
  border: none;
  font-size: 1vw;
}
@media screen and (max-width: "1186px"-1) {
  .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.2px;
  }
}
@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: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 1.747311828vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) 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: 13px;
  }
}
@media (max-width: 743px) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output, .wpcf7-not-valid-tip {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) 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: 13px;
  }
}

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

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

.post-content__area {
  padding-top: 5.7142857143vw;
  padding-bottom: 9.2857142857vw;
  background-color: #F5EFDE;
}
.post-content__area__head__category {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 14vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: "1186px"-1) {
  .post-content__area__head__category {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content__area__head__category {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .post-content__area__head__category {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 19.7580645161vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .post-content__area__head__category {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .post-content__area__head__category {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .post-content__area__head__category {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 29.6279069767vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .post-content__area__head__category {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .post-content__area__head__category {
    font-size: 15px;
  }
}
.post-content__area__head h1 {
  margin-top: 3.5714285714vw;
  max-width: 952px;
  text-align: center;
  font-size: 1.5vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: "1186px"-1) {
  .post-content__area__head h1 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content__area__head h1 {
    font-size: 21px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .post-content__area__head h1 {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .post-content__area__head h1 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .post-content__area__head h1 {
    font-size: 18px;
  }
}
.post-content__area__content {
  margin-top: 3.5714285714vw;
  background-color: #F0F0F0;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
  padding: 2.8571428571vw 5.7142857143vw;
  border-radius: 0.5714285714vw;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
  font-size: 1.0714285714vw;
}
@media screen and (max-width: "1186px"-1) {
  .post-content__area__content {
    font-size: 12px;
  }
}
@media screen and (min-width: 1186px) {
  .post-content__area__content {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .post-content__area__content {
    width: 75.2688172043vw;
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .post-content__area__content {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .post-content__area__content {
    font-size: 12px;
  }
}
.post-content__area__link {
  margin-top: 5.7142857143vw;
}
.post-content__area__link a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .post-content__area__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .post-content__area__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.post-content__area__link a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .post-content__area__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .post-content__area__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}

.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: "1186px"-1) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 12px;
  }
}
@media screen and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 1.3440860215vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 10px;
  }
}
@media (max-width: 743px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .infinite-scroll-last, .infinite-scroll-error, .infinite-scroll-request {
    font-size: 10px;
  }
}

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

#error404 {
  margin-top: 270px;
}

.siteheader {
  position: fixed !important;
  z-index: 10002;
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.siteheader .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  max-width: 1366px;
  width: 100%;
  padding: 30px 50px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .wrapper {
    padding: 30px;
  }
}
@media (max-width: 743px) {
  .siteheader .wrapper {
    padding: 30px;
  }
}
.siteheader .logo {
  padding: 8px 24px;
  border-radius: 24px;
  position: absolute;
  left: 50px;
  top: 0px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .logo {
    padding: 4px 16px 4px 40px;
    border-radius: 16px;
    left: 10px;
    top: 10px;
  }
}
@media (max-width: 743px) {
  .siteheader .logo {
    padding: 4px 16px;
    border-radius: 16px;
    left: 0px;
    top: 10px;
  }
}
.siteheader .logo figure img {
  height: 129px;
  width: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .logo figure img {
    height: 12.9032258065vw;
  }
}
@media (max-width: 743px) {
  .siteheader .logo figure img {
    height: 22.3255813953vw;
  }
}
.siteheader .gbtn {
  position: absolute;
  right: 50px;
  z-index: 9999;
  width: 4.5714285714vw;
  height: 4.5714285714vw;
  border: 2px solid #256F6C;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .gbtn {
    right: 30px;
    width: 6.9892473118vw;
    height: 6.9892473118vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn {
    right: 20px;
    z-index: 10002;
    width: 9.3023255814vw;
    height: 9.3023255814vw;
  }
}
.siteheader .gbtn input {
  display: none;
}
.siteheader .gbtn label, .siteheader .gbtn a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.3571428571vw;
}
@media (max-width: 743px) {
  .siteheader .gbtn label, .siteheader .gbtn a {
    padding-top: 1.1627906977vw;
  }
}
.siteheader .gbtn label span, .siteheader .gbtn a span {
  background-color: #256F6C;
  display: block;
  width: 2.5714285714vw;
  height: 0.2142857143vw;
  margin-bottom: 0.5vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .gbtn label span, .siteheader .gbtn a span {
    width: 3.3602150538vw;
    height: 0.4032258065vw;
    margin-bottom: 0.6720430108vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn label span, .siteheader .gbtn a span {
    width: 5.8139534884vw;
    height: 0.6976744186vw;
    margin-bottom: 1.1627906977vw;
  }
}
.siteheader .gbtn label span:nth-of-type(2), .siteheader .gbtn a span:nth-of-type(2) {
  width: 2.2142857143vw;
}
@media (max-width: 743px) {
  .siteheader .gbtn label span:nth-of-type(2), .siteheader .gbtn a span:nth-of-type(2) {
    width: 4.1860465116vw;
    height: 0.6976744186vw;
  }
}
.siteheader .gbtn label span:nth-last-of-type(1), .siteheader .gbtn a span:nth-last-of-type(1) {
  width: 1.7857142857vw;
}
@media (max-width: 743px) {
  .siteheader .gbtn label span:nth-last-of-type(1), .siteheader .gbtn a span:nth-last-of-type(1) {
    width: 3.023255814vw;
    height: 0.6976744186vw;
  }
}
.siteheader .gbtn input.active + label, .siteheader .gbtn .active {
  width: 4.5714285714vw;
  height: 4.5714285714vw;
  padding-top: 0px;
}
.siteheader .gbtn input.active + label span:nth-of-type(1), .siteheader .gbtn .active span:nth-of-type(1) {
  transform: rotate(40deg);
  width: 2.5714285714vw !important;
  height: 0.2142857143vw !important;
  margin-top: 1.9285714286vw;
  margin-left: 1vw;
  position: absolute;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .gbtn input.active + label span:nth-of-type(1), .siteheader .gbtn .active span:nth-of-type(1) {
    width: 3.3602150538vw !important;
    height: 0.2688172043vw !important;
    margin-top: 2.1505376344vw;
    margin-left: 0.6720430108vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn input.active + label span:nth-of-type(1), .siteheader .gbtn .active span:nth-of-type(1) {
    width: 5.8139534884vw !important;
    height: 0.4651162791vw !important;
    margin-top: 1.8604651163vw;
    margin-left: -0.6976744186vw;
    background-color: white;
  }
}
.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(-40deg);
  width: 2.5714285714vw !important;
  height: 0.2142857143vw !important;
  margin-top: 1.9285714286vw;
  margin-left: 1vw;
  position: absolute;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .gbtn input.active + label span:nth-last-of-type(1), .siteheader .gbtn .active span:nth-last-of-type(1) {
    width: 3.3602150538vw !important;
    height: 0.2688172043vw !important;
    margin-top: 2.1505376344vw;
    margin-left: 0.6720430108vw;
  }
}
@media (max-width: 743px) {
  .siteheader .gbtn input.active + label span:nth-last-of-type(1), .siteheader .gbtn .active span:nth-last-of-type(1) {
    width: 5.8139534884vw !important;
    height: 0.4651162791vw !important;
    margin-top: 1.8604651163vw;
    margin-left: -0.6976744186vw;
    background-color: white;
  }
}
.siteheader .headwrap {
  width: 60.0714285714vw;
  padding-top: 1.2857142857vw;
  padding-bottom: 1.2857142857vw;
  padding-left: 3.9285714286vw;
  padding-right: 11.4285714286vw;
  background-image: url("/wp-content/themes/nishiiburi/asset/images/common/menu_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  right: -0.7142857143vw;
  top: 2.8571428571vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .headwrap {
    right: -1.3440860215vw;
    top: 5.376344086vw;
    width: 67vw;
    padding-top: 1.3440860215vw;
    padding-bottom: 1.3440860215vw;
    padding-left: 4.8387096774vw;
    padding-right: 13.4408602151vw;
  }
}
@media (max-width: 743px) {
  .siteheader .headwrap {
    background-image: none;
    width: initial;
    padding-top: initial;
    padding-bottom: initial;
    padding-left: initial;
    padding-right: initial;
    position: initial;
  }
}
.siteheader .headwrap .links {
  position: relative;
}
@media (max-width: 743px) {
  .siteheader .headwrap .links {
    position: initial;
  }
}
.siteheader .headwrap .links .header_menu {
  display: flex;
  justify-content: space-between;
  gap: 2.8571428571vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .headwrap .links .header_menu {
    gap: 0vw;
  }
}
.siteheader .headwrap .links .header_menu .menu-item a {
  color: white;
  font-weight: 600;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .headwrap .links .header_menu .menu-item a {
    font-size: 1.8817204301vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .siteheader .headwrap .links .header_menu .menu-item a {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .siteheader .headwrap .links .header_menu .menu-item a {
    font-size: 14px;
  }
}
.siteheader .headwrap .links .header_menu .menu-item.menu-inquery {
  position: relative;
}
.siteheader .headwrap .links .header_menu .menu-item.menu-inquery a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/nishiiburi/asset/images/common/bg-round.png");
  background-size: contain;
  color: #256F6C;
  width: 9.6428571429vw;
  height: 10vw;
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-25%, -50%);
}
@media (min-width: 744px) and (max-width: 1024px) {
  .siteheader .headwrap .links .header_menu .menu-item.menu-inquery a {
    margin-left: 1.3440860215vw;
    width: 13.4408602151vw;
    height: 14.1129032258vw;
  }
}

.caption {
  margin-top: 0.5714285714vw;
  font-size: 1vw;
  line-height: 1.6;
}
@media screen and (max-width: "1186px"-1) {
  .caption {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .caption {
    font-size: 14px;
  }
}

#gnavi {
  width: 50vw;
  height: 100svh;
  position: fixed;
  z-index: 0;
  padding: 5vw 5vw;
  transition: all 0.5s ease-in 0s;
  right: -50vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  #gnavi {
    padding: 13.4408602151vw 9.4086021505vw;
  }
}
@media (max-width: 743px) {
  #gnavi {
    width: 100vw;
    right: -100vw;
    padding: 37.2093023256vw 13.023255814vw 13.9534883721vw;
  }
}
#gnavi.active {
  background-color: rgba(37, 111, 108, 0.8);
  z-index: 1001;
  right: 0;
  transition: all 0.5s ease-in 0s;
}
#gnavi ul.header_menu li {
  font-size: 1.7142857143vw;
  margin-bottom: 2.5vw;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li {
    font-size: 19.2px;
  }
}
@media screen and (min-width: 1186px) {
  #gnavi ul.header_menu li {
    font-size: 24px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  #gnavi ul.header_menu li {
    font-size: 2.8225806452vw;
    margin-bottom: 3.2258064516vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  #gnavi ul.header_menu li {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  #gnavi ul.header_menu li {
    font-size: 4.8837209302vw;
    margin-bottom: 6.2790697674vw;
    color: white;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li {
    font-size: 16.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  #gnavi ul.header_menu li {
    font-size: 21px;
  }
}
#gnavi ul.header_menu li .sub-menu li {
  font-size: 1.2857142857vw;
  margin-bottom: 0.5714285714vw;
  font-weight: 400;
}
@media screen and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 2.4193548387vw;
    margin-bottom: 1.0752688172vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 3.2558139535vw;
    color: white;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  #gnavi ul.header_menu li .sub-menu li {
    font-size: 14px;
  }
}

.page-outline #header.teppen .headwrap .links .gbtn, .home #header.teppen .headwrap .links .gbtn {
  border: 2px solid white;
}
.page-outline #header.teppen .headwrap .links .gbtn label span, .home #header.teppen .headwrap .links .gbtn label span {
  background-color: white;
}
.footer__copyright {
  margin-top: 4.2857142857vw;
  text-align: center;
  color: white;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: "1186px"-1) {
  .footer__copyright {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .footer__copyright {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .footer__copyright {
    margin-top: 6.976744186vw;
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .footer__copyright {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .footer__copyright {
    font-size: 14px;
  }
}

.home-mainvisual {
  position: relative;
  z-index: 801;
}
.home-mainvisual__logo {
  position: absolute;
  left: 3.4285714286vw;
  top: 5.7142857143vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__logo {
    left: 4.9731182796vw;
    top: 1.3440860215vw;
    position: fixed;
    z-index: 10001;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__logo {
    display: none;
  }
}
.home-mainvisual__logo figure img {
  width: 47vw;
  height: 23.1428571429vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__logo figure img {
    width: auto;
    height: 12.9032258065vw;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__logo figure img {
    width: 46.511627907vw;
    height: auto;
  }
}
.home-mainvisual__image {
  display: flex;
  justify-content: flex-end;
}
.home-mainvisual__image figure img {
  width: 71.3571428571vw;
  height: 50.4285714286vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__image figure img {
    width: 100vw;
    height: auto;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__image figure img {
    width: 100vw;
    height: auto;
  }
}
.home-mainvisual__scroll {
  display: flex;
  justify-content: center;
  padding: 1.4285714286vw 1.7142857143vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__scroll {
    padding: 12.0967741935vw 3.2258064516vw 5.376344086vw;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__scroll {
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.home-mainvisual__text {
  position: absolute;
  z-index: 0;
  left: 6.1428571429vw;
  top: 31.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/panel_bg.jpg);
  background-position: center;
  background-size: 100%;
  border-radius: 1.1428571429vw;
  padding: 2.2857142857vw 1.7142857143vw;
  width: 43.0714285714vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__text {
    width: 81.0483870968vw;
    border-radius: 2.1505376344vw;
    padding: 3.2258064516vw 3.2258064516vw;
    left: 11.5591397849vw;
    top: 44.3548387097vw;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__text {
    position: relative;
    top: initial;
    left: initial;
    margin-top: 0vw;
    margin-bottom: 9.3023255814vw;
    margin-left: 50%;
    transform: translateX(-50%);
    width: 85vw;
  }
}
.home-mainvisual__direct__box4 {
  margin-left: 15.2142857143vw;
  margin-top: -3.4285714286vw;
  padding-bottom: 2.1428571429vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__direct__box4 {
    margin-top: -10.752688172vw;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__direct__box4 {
    width: 55.8139534884vw;
  }
}
.home-mainvisual__direct__box4 a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__direct__box4 a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__direct__box4 a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.home-mainvisual__direct__box4 a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__direct__box4 a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__direct__box4 a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-mainvisual__direct__box4 a {
    max-width: 210px;
  }
}
.home-mainvisual__direct__box4 a + a {
  margin-top: 1.1428571429vw;
}
@media (max-width: 743px) {
  .home-mainvisual__direct__box4 a + a {
    margin-top: 3.7209302326vw;
  }
}
@media (max-width: 743px) {
  .home-mainvisual__direct__box4 {
    margin-left: auto;
    margin-right: auto;
  }
}

.home-info {
  background-color: #F5EFDE;
  padding: 5.7142857143vw 2.8571428571vw;
}
.home-info__area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.9285714286vw;
}
.home-info__area__title h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 14.0714285714vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .home-info__area__title h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .home-info__area__title h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-info__area__title h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 19.8588709677vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .home-info__area__title h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .home-info__area__title h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .home-info__area__title h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 29.7790697674vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-info__area__title h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-info__area__title h2 {
    font-size: 15px;
  }
}
.home-info__area__title a {
  text-align: center;
  margin-top: 2.1428571429vw;
  display: flex;
  justify-content: center;
  font-size: 0.9285714286vw;
}
@media screen and (max-width: "1186px"-1) {
  .home-info__area__title a {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 1186px) {
  .home-info__area__title a {
    font-size: 13px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-info__area__title a {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .home-info__area__title a {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .home-info__area__title a {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .home-info__area__title a {
    font-size: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-info__area__title a {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-info__area__title a {
    font-size: 12px;
  }
}
.home-info__area__title a:hover {
  text-decoration: underline;
}
.home-info__area__list ul {
  width: 48.4285714286vw;
}
.home-info__area__list ul li a {
  background-color: #F0F0F0;
  padding: 1.2857142857vw 2.1428571429vw;
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 743px) {
  .home-info__area__list ul li a {
    padding: 1.8604651163vw 2.7906976744vw;
  }
}
.home-info__area__list ul li a:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #584D44;
  position: absolute;
  left: 0;
  top: 0;
}
.home-info__area__list ul li a:hover {
  background-color: #e7e7e7;
}
.home-info__area__list ul li a span {
  display: inline-block;
  margin-right: 1.4285714286vw;
}
@media (max-width: 743px) {
  .home-info__area__list ul li a span {
    margin-right: 2.3255813953vw;
  }
}
.home-info__area__list ul li + li {
  margin-top: 1.4285714286vw;
}
@media (max-width: 743px) {
  .home-info__area__list ul li + li {
    margin-top: 4.6511627907vw;
  }
}

.home-directin {
  padding: 7.1428571429vw 2.8571428571vw 5.7142857143vw;
}
.home-directin__direct {
  display: flex;
  gap: 3.5714285714vw;
  align-items: end;
  width: 84.2857142857vw;
  margin-left: 2.1428571429vw;
}
@media (max-width: 743px) {
  .home-directin__direct {
    flex-direction: column;
    width: 85vw;
    margin-left: 0vw;
    margin-bottom: 7.4418604651vw;
  }
}
.home-directin__direct__box1 h3.ttl {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  margin-left: -2vw;
}
@media screen and (max-width: "1186px"-1) {
  .home-directin__direct__box1 h3.ttl {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .home-directin__direct__box1 h3.ttl {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__direct__box1 h3.ttl {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .home-directin__direct__box1 h3.ttl {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .home-directin__direct__box1 h3.ttl {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .home-directin__direct__box1 h3.ttl {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-directin__direct__box1 h3.ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-directin__direct__box1 h3.ttl {
    font-size: 15px;
  }
}
.home-directin__direct__box1__text {
  padding: 5.7142857143vw 4.2857142857vw;
  background-color: #F5EFDE;
  margin-top: -2vw;
  border-radius: 0.5714285714vw;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 743px) {
  .home-directin__direct__box1__text {
    border-radius: 1.8604651163vw;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__direct__box1 p {
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .home-directin__direct__box1 p {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .home-directin__direct__box1 p {
    font-size: 12px;
  }
}
.home-directin__direct__box2 {
  padding-bottom: 6.2857142857vw;
}
@media (max-width: 743px) {
  .home-directin__direct__box2 {
    width: 55.8139534884vw;
  }
}
.home-directin__direct__box2 a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__direct__box2 a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .home-directin__direct__box2 a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.home-directin__direct__box2 a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__direct__box2 a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .home-directin__direct__box2 a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
.home-directin__direct__box2 a + a {
  margin-top: 1.1428571429vw;
}
@media (max-width: 743px) {
  .home-directin__direct__box2 a + a {
    margin-top: 3.7209302326vw;
  }
}
@media (max-width: 743px) {
  .home-directin__direct__box2 {
    margin-left: auto;
    margin-right: auto;
  }
}
.home-directin__direct__box3 figure img {
  width: 15.8571428571vw;
}
.home-directin__process {
  background-color: #F0F0F0;
  border-radius: 0.5714285714vw;
  margin-top: -4.5714285714vw;
  width: 68.5714285714vw;
  margin-left: auto;
  margin-right: auto;
  padding: 7.7142857143vw 4.2857142857vw 4.2857142857vw;
  display: flex;
  justify-content: center;
  gap: 4.2857142857vw;
}
@media (max-width: 743px) {
  .home-directin__process {
    width: 85vw;
    border-radius: 1.8604651163vw;
    flex-direction: column;
  }
}
.home-directin__process__content {
  text-align: justify;
}
.home-directin__process div > a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  width: 17.5714285714vw;
  padding: 1.1428571429vw 2.1428571429vw;
  font-size: 1vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__process div > a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .home-directin__process div > a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.home-directin__process div > a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__process div > a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .home-directin__process div > a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media screen and (max-width: "1186px"-1) {
  .home-directin__process div > a {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .home-directin__process div > a {
    font-size: 14px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__process div > a {
    font-size: 1.4784946237vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .home-directin__process div > a {
    font-size: 8.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .home-directin__process div > a {
    font-size: 11px;
  }
}
@media (max-width: 743px) {
  .home-directin__process div > a {
    font-size: 2.7906976744vw;
    width: 57.2093023256vw;
    padding: 3.7209302326vw 6.976744186vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-directin__process div > a {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-directin__process div > a {
    font-size: 12px;
  }
}
.home-directin__process .caption a {
  color: #256F6C;
  font-weight: 600;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__process .caption a {
    font-size: 1.3440860215vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .home-directin__process .caption a {
    font-size: 8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .home-directin__process .caption a {
    font-size: 10px;
  }
}
@media (max-width: 743px) {
  .home-directin__process .caption a {
    font-size: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-directin__process .caption a {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-directin__process .caption a {
    font-size: 12px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .home-directin__process .caption {
    font-size: 1.3440860215vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .home-directin__process .caption {
    font-size: 8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .home-directin__process .caption {
    font-size: 10px;
  }
}
@media (max-width: 743px) {
  .home-directin__process .caption {
    text-align: center;
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .home-directin__process .caption {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .home-directin__process .caption {
    font-size: 13px;
  }
}

.mainarea {
  padding-top: 18vw;
}
@media (max-width: 743px) {
  .mainarea {
    padding-top: 37.2093023256vw;
  }
}

.tour {
  position: relative;
}
.tour__head {
  position: relative;
}
.tour__head__logo {
  position: absolute;
  left: 3.4285714286vw;
  top: 5.7142857143vw;
  z-index: 801;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__head__logo {
    left: 4.9731182796vw;
    top: 1.3440860215vw;
    position: fixed;
    z-index: 10001;
  }
}
@media (max-width: 743px) {
  .tour__head__logo {
    left: 4.6511627907vw;
    top: 2.3255813953vw;
    z-index: 1;
    display: none;
  }
}
.tour__head__logo figure img {
  width: 47vw;
  height: 23.1428571429vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__head__logo figure img {
    width: 22.1102150538vw;
    height: 10.8870967742vw;
  }
}
@media (max-width: 743px) {
  .tour__head__logo figure img {
    width: 46.511627907vw;
    height: auto;
  }
}
.tour__head__image {
  display: flex;
  justify-content: flex-end;
}
.tour__head__image figure img {
  width: 100vw;
}
.tour__head__text {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.5714285714vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/panel_bg.jpg);
  background-position: center;
  background-size: 100%;
  border-radius: 1.1428571429vw;
  padding: 2.2857142857vw 1.7142857143vw;
  width: 68.4285714286vw;
  font-weight: 600;
  text-align: center;
  font-size: 1.2142857143vw;
}
@media screen and (max-width: "1186px"-1) {
  .tour__head__text {
    font-size: 13.6px;
  }
}
@media screen and (min-width: 1186px) {
  .tour__head__text {
    font-size: 17px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__head__text {
    width: 81.0483870968vw;
    padding: 3.2258064516vw 2.1505376344vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8.6021505376vw;
  }
  .tour__head__text__bg {
    font-size: 1.747311828vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .tour__head__text__bg {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .tour__head__text__bg {
    font-size: 13px;
  }
}
@media (max-width: 743px) {
  .tour__head__text {
    position: initial;
    width: 85vw;
    padding: 5.5813953488vw 3.7209302326vw;
    left: initial;
    transform: none;
    bottom: initial;
    margin-top: 7.4418604651vw;
    margin-left: auto;
    margin-right: auto;
  }
  .tour__head__text__bg {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .tour__head__text__bg {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .tour__head__text__bg {
    font-size: 13px;
  }
}
.tour__about {
  padding-top: 12.2857142857vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__about {
    padding-top: 23.1182795699vw;
  }
}
@media (max-width: 743px) {
  .tour__about {
    padding-top: 11.1627906977vw;
  }
}
.tour__about__content {
  background-color: #F5EFDE;
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 6.1428571429vw 4vw;
  border-radius: 0.5714285714vw;
}
@media (max-width: 743px) {
  .tour__about__content {
    width: 85vw;
    border-radius: 1.8604651163vw;
    padding: 11.1627906977vw 6.976744186vw;
  }
}
.tour__about__content h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .tour__about__content h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .tour__about__content h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__about__content h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .tour__about__content h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .tour__about__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .tour__about__content h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .tour__about__content h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .tour__about__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .tour__about__content h2 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
  }
}
.tour__about__content__list ul {
  display: flex;
  justify-content: space-between;
  gap: 2.8571428571vw;
  flex-wrap: wrap;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__about__content__list ul {
    flex-direction: column;
  }
}
@media (max-width: 743px) {
  .tour__about__content__list ul {
    flex-direction: column;
  }
}
.tour__about__content__list ul li {
  width: calc(50% - 2.8571428571vw);
  display: flex;
  gap: 1.1428571429vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__about__content__list ul li {
    width: 100%;
  }
}
@media (max-width: 743px) {
  .tour__about__content__list ul li {
    width: 100%;
  }
}
.tour__about__content__list ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/nishiiburi/asset/images/common/bg-round.png");
  background-size: contain;
  color: #256F6C;
  width: 8.5714285714vw;
  height: 8.5714285714vw;
  font-size: 1.2142857143vw;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: "1186px"-1) {
  .tour__about__content__list ul li h3 {
    font-size: 13.6px;
  }
}
@media screen and (min-width: 1186px) {
  .tour__about__content__list ul li h3 {
    font-size: 17px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__about__content__list ul li h3 {
    font-size: 1.6129032258vw;
    width: 11.8279569892vw;
    height: 11.8279569892vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .tour__about__content__list ul li h3 {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .tour__about__content__list ul li h3 {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .tour__about__content__list ul li h3 {
    font-size: 2.7906976744vw;
    width: 20.4651162791vw;
    height: 20.4651162791vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .tour__about__content__list ul li h3 {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .tour__about__content__list ul li h3 {
    font-size: 12px;
  }
}
.tour__about__content__list ul li > div:nth-child(2) {
  width: calc(100% - 7.0714285714vw);
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__about__content__list ul li > div:nth-child(2) {
    font-size: 1.4784946237vw;
    width: calc(100% - 5.1428571429vw);
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .tour__about__content__list ul li > div:nth-child(2) {
    font-size: 8.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .tour__about__content__list ul li > div:nth-child(2) {
    font-size: 11px;
  }
}
@media (max-width: 743px) {
  .tour__about__content__list ul li > div:nth-child(2) {
    font-size: 2.5581395349vw;
    width: calc(100% - 16.7441860465vw);
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .tour__about__content__list ul li > div:nth-child(2) {
    font-size: 8.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .tour__about__content__list ul li > div:nth-child(2) {
    font-size: 11px;
  }
}
.tour__form {
  padding-top: 12.2857142857vw;
  padding-bottom: 9.2857142857vw;
}
@media (max-width: 743px) {
  .tour__form {
    padding-top: 13.023255814vw;
    padding-bottom: 13.023255814vw;
  }
}
.tour__form__content {
  background-color: #F0F0F0;
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 6.1428571429vw 4vw;
  border-radius: 0.5714285714vw;
}
@media (max-width: 743px) {
  .tour__form__content {
    width: 85vw;
    padding: 11.1627906977vw 6.976744186vw;
    border-radius: 1.8604651163vw;
  }
}
.tour__form__content h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .tour__form__content h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .tour__form__content h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__form__content h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .tour__form__content h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .tour__form__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .tour__form__content h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .tour__form__content h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .tour__form__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .tour__form__content h2 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
  }
}
.tour__form__content__list__form dl {
  display: flex;
  gap: 2.8571428571vw;
  margin-bottom: 0.5714285714vw;
}
@media (max-width: 743px) {
  .tour__form__content__list__form dl {
    flex-direction: column;
    gap: 3.7209302326vw 3.7209302326vw;
    margin-bottom: 3.7209302326vw;
  }
}
.tour__form__content__list__form dl dt {
  margin-top: 1.1428571429vw;
  width: 7.8571428571vw;
  white-space: nowrap;
}
@media (max-width: 743px) {
  .tour__form__content__list__form dl dt {
    margin-top: 0vw;
    width: 14.8837209302vw;
  }
}
.tour__form__content__list__form dl dd input, .tour__form__content__list__form dl dd select {
  margin-left: 1.1428571429vw;
  margin-right: 1.1428571429vw;
  margin-top: 0.5714285714vw;
  margin-bottom: 0.5714285714vw;
}
@media (max-width: 743px) {
  .tour__form__content__list__form dl dd input, .tour__form__content__list__form dl dd select {
    margin-top: 0vw;
    width: 23.2558139535vw;
  }
}
.tour__form__content__list__form dl dd input.date-time, .tour__form__content__list__form dl dd input.date-time2, .tour__form__content__list__form dl dd select.date-time, .tour__form__content__list__form dl dd select.date-time2 {
  max-width: 80px;
}
.tour__form__content__list__form dl dd input[type=checkbox] {
  margin-left: initial;
  margin-right: initial;
  width: initial;
}
.tour__form__content__list__form dl dd input[type=radio] {
  width: initial;
}
.tour__form__content__list__form dl.name dd p label, .tour__form__content__list__form dl.corporate dd p label, .tour__form__content__list__form dl.tel dd p label, .tour__form__content__list__form dl.email dd p label {
  display: flex;
  align-items: center;
}
.tour__form__content__list__form dl.name dd p label span, .tour__form__content__list__form dl.corporate dd p label span, .tour__form__content__list__form dl.tel dd p label span, .tour__form__content__list__form dl.email dd p label span {
  display: inline-block;
}
.tour__form__content__list__form dl.name dd p label span input, .tour__form__content__list__form dl.corporate dd p label span input, .tour__form__content__list__form dl.tel dd p label span input, .tour__form__content__list__form dl.email dd p label span input {
  width: 60%;
}
.tour__form__content__list__form dl.name dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.corporate dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.tel dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.email dd p label span.wpcf7-not-valid-tip {
  width: initial !important;
  font-size: 1vw;
}
@media screen and (max-width: "1186px"-1) {
  .tour__form__content__list__form dl.name dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.corporate dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.tel dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.email dd p label span.wpcf7-not-valid-tip {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 1186px) {
  .tour__form__content__list__form dl.name dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.corporate dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.tel dd p label span.wpcf7-not-valid-tip, .tour__form__content__list__form dl.email dd p label span.wpcf7-not-valid-tip {
    font-size: 14px;
  }
}
.tour__form__content__list__form dl.name dd p label span:nth-of-type(1), .tour__form__content__list__form dl.corporate dd p label span:nth-of-type(1), .tour__form__content__list__form dl.tel dd p label span:nth-of-type(1), .tour__form__content__list__form dl.email dd p label span:nth-of-type(1) {
  width: 80px;
}
@media (max-width: 743px) {
  .tour__form__content__list__form dl.visit {
    flex-direction: row;
    align-items: center;
  }
}
.tour__form__content__list__form dl.persons dd p label span input {
  width: 100%;
}
.tour__form__content__list__form dl.persons dd p label span:nth-of-type(1) input {
  width: 80px;
}
.tour__form__content__list__form dl.facility dd p label span input[type=checkbox] {
  margin-right: 8px;
}
.tour__form__content__list__form dl.facility dd p label span + span {
  margin-left: 40px;
}
@media (max-width: 743px) {
  .tour__form__content__list__form dl.facility dd p label span + span {
    margin-left: initial;
  }
}
.tour__form__content__list__form dl.public_trans dd p label span input[type=checkbox] {
  margin-right: 8px;
}
.tour__form__content__list__form dl .wpcf7-list-item {
  margin: 0;
}
.tour__form__content__list__form dl.facility dt, .tour__form__content__list__form dl.public_trans dt {
  margin-top: initial;
}
.tour__form__content__list__form dl.car dd p, .tour__form__content__list__form dl.bus dd p, .tour__form__content__list__form dl.bicycle dd p {
  display: flex;
  align-items: center;
}
.tour__form__content__list__form dl.car dd p label span input[type=checkbox], .tour__form__content__list__form dl.bus dd p label span input[type=checkbox], .tour__form__content__list__form dl.bicycle dd p label span input[type=checkbox] {
  margin-right: 8px;
}
.tour__form__content__list__form dl.car dd p input, .tour__form__content__list__form dl.bus dd p input, .tour__form__content__list__form dl.bicycle dd p input {
  width: 5.7142857143vw;
}
@media (max-width: 743px) {
  .tour__form__content__list__form dl.car dd p input, .tour__form__content__list__form dl.bus dd p input, .tour__form__content__list__form dl.bicycle dd p input {
    width: 18.6046511628vw;
  }
}
.tour__form__content__list__form dl.car dd p input[type=checkbox], .tour__form__content__list__form dl.bus dd p input[type=checkbox], .tour__form__content__list__form dl.bicycle dd p input[type=checkbox] {
  width: initial;
}
.tour__form__content__list__form dl.car dd p input[type=radio], .tour__form__content__list__form dl.bus dd p input[type=radio], .tour__form__content__list__form dl.bicycle dd p input[type=radio] {
  width: initial;
}
.tour__form__content__list__form dl.lunch > dd > p > label > span > span span label input[type=radio], .tour__form__content__list__form dl.rain > dd > p > label > span > span span label input[type=radio] {
  width: initial;
  margin-left: initial;
  margin-right: initial;
  margin-right: 8px;
}
.tour__form__content__list__form dl.lunch > dd > p > label > span > span span + span, .tour__form__content__list__form dl.rain > dd > p > label > span > span span + span {
  margin-left: 20px;
}
.tour__form__content__list__form dl.lunch dt, .tour__form__content__list__form dl.rain dt {
  margin-top: initial;
}
.tour__form__content__list__form input[type=submit] {
  margin-top: 4.2857142857vw;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  cursor: pointer;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__form__content__list__form input[type=submit] {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .tour__form__content__list__form input[type=submit] {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.tour__form__content__list__form input[type=submit]:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__form__content__list__form input[type=submit]:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .tour__form__content__list__form input[type=submit]:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
.tour__form__content__list__form .wpcf7-spinner {
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 8px;
}
.tour__form__content__list__download {
  position: absolute;
  right: 2.1428571429vw;
  top: 2.1428571429vw;
}
.tour__form__content__list__download a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 200px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__form__content__list__download a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .tour__form__content__list__download a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.tour__form__content__list__download a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .tour__form__content__list__download a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .tour__form__content__list__download a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media (max-width: 743px) {
  .tour__form__content__list__download a {
    border: 4px solid #256F6C;
    border-radius: 0.5714285714vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
    background-position: center;
    background-size: 100%;
    padding: 1.4285714286vw 3.4285714286vw;
    font-weight: 600;
    text-align: center;
    position: relative;
    line-height: 1.4;
    max-width: 160px;
    padding: 8px 12px !important;
  }
}
@media (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) {
  .tour__form__content__list__download a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) and (max-width: 743px) {
  .tour__form__content__list__download a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
@media (max-width: 743px) {
  .tour__form__content__list__download a:after {
    content: "";
    position: absolute;
    bottom: 0.7142857143vw;
    right: 0.7142857143vw;
    background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
    width: 2.5714285714vw;
    height: 2.2142857143vw;
    background-size: contain;
  }
}
@media (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) {
  .tour__form__content__list__download a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) and (max-width: 743px) {
  .tour__form__content__list__download a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media (max-width: 743px) {
  .tour__form__content__list__download a:after {
    display: none;
  }
}

.outline {
  position: relative;
}
.outline__head {
  position: relative;
}
.outline__head__logo {
  position: absolute;
  left: 1.2857142857vw;
  top: 9.1428571429vw;
  z-index: 801;
}
.outline__head__logo figure img {
  width: 52.7142857143vw;
  height: 25.8571428571vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__head__logo figure img {
    width: 39.6774193548vw;
    height: 19.4623655914vw;
  }
}
.outline__head__image {
  display: flex;
  justify-content: flex-end;
}
.outline__head__image figure img {
  width: 100vw;
}
.outline__head__text {
  position: relative;
  z-index: 0;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/panel_bg.jpg);
  background-position: center;
  background-size: 100%;
  border-radius: 1.1428571429vw;
  padding: 2.2857142857vw 1.7142857143vw;
  width: 68.4285714286vw;
  margin-top: 3.4285714286vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__head__text {
    margin-top: 4.3010752688vw;
    width: 81.0483870968vw;
    padding: 3.2258064516vw 2.1505376344vw;
  }
  .outline__head__text__bg {
    font-size: 1.747311828vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__head__text__bg {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__head__text__bg {
    font-size: 13px;
  }
}
@media (max-width: 743px) {
  .outline__head__text {
    margin-top: 7.4418604651vw;
    width: 85vw;
    padding: 5.5813953488vw 3.7209302326vw;
  }
  .outline__head__text__bg {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__head__text__bg {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__head__text__bg {
    font-size: 13px;
  }
}
.outline__head__text:after {
  content: "";
  position: absolute;
  right: -5.7142857143vw;
  bottom: -3.3571428571vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/outline/outline-text_fac.png);
  background-position: center;
  background-size: 100%;
  width: 10vw;
  height: 13.4285714286vw;
}
@media (max-width: 743px) {
  .outline__head__text:after {
    right: -9.3023255814vw;
    bottom: -5.5813953488vw;
    width: 16.2790697674vw;
    height: 21.8604651163vw;
  }
}
.outline__pamphlet__content {
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 6.1428571429vw 1.4285714286vw;
  border-radius: 0.5714285714vw;
}
@media (max-width: 743px) {
  .outline__pamphlet__content {
    width: 85vw;
    padding: 14.8837209302vw 4.6511627907vw 9.3023255814vw;
    border-radius: 1.8604651163vw;
  }
}
.outline__pamphlet__content h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: "1186px"-1) {
  .outline__pamphlet__content h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__pamphlet__content h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__pamphlet__content h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__pamphlet__content h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__pamphlet__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__pamphlet__content h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__pamphlet__content h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__pamphlet__content h2 {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__pamphlet__content h2 {
    top: -4.3010752688vw;
  }
}
@media (max-width: 743px) {
  .outline__pamphlet__content h2 {
    top: -3.7209302326vw;
  }
}
.outline__pamphlet__content__list {
  padding-top: 1.7142857143vw;
}
.outline__pamphlet__content__list ul {
  display: flex;
  justify-content: center;
  gap: 4.5714285714vw;
}
@media (max-width: 743px) {
  .outline__pamphlet__content__list ul {
    flex-direction: column;
  }
}
.outline__pamphlet__content__list ul li a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: initial;
  width: 17.1428571429vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__pamphlet__content__list ul li a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .outline__pamphlet__content__list ul li a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.outline__pamphlet__content__list ul li a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__pamphlet__content__list ul li a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .outline__pamphlet__content__list ul li a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__pamphlet__content__list ul li a {
    width: 26.8817204301vw;
  }
}
@media (max-width: 743px) {
  .outline__pamphlet__content__list ul li a {
    width: 55.8139534884vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.outline__about {
  margin-top: 18.8571428571vw;
  background-color: #F5EFDE;
}
@media (max-width: 743px) {
  .outline__about {
    margin-top: 18.6046511628vw;
  }
}
.outline__about__content {
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 6.1428571429vw 1.4285714286vw;
  border-radius: 0.5714285714vw;
}
@media (max-width: 743px) {
  .outline__about__content {
    width: 85vw;
    padding: 14.8837209302vw 4.6511627907vw 9.3023255814vw;
    border-radius: 1.8604651163vw;
  }
}
.outline__about__content h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .outline__about__content h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__about__content h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__about__content h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__about__content h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__about__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__about__content h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__about__content h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__about__content h2 {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__about__content h2 {
    top: -4.3010752688vw;
    left: -4.3010752688vw;
  }
}
@media (max-width: 743px) {
  .outline__about__content h2 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
  }
}
.outline__about__content__list ul {
  display: flex;
  justify-content: space-between;
  gap: 3.7142857143vw 2.8571428571vw;
  flex-wrap: wrap;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__about__content__list ul {
    flex-direction: column;
    gap: 6.9892473118vw 5.376344086vw;
  }
}
@media (max-width: 743px) {
  .outline__about__content__list ul {
    flex-direction: column;
    gap: 12.0930232558vw 9.3023255814vw 9.3023255814vw;
  }
}
.outline__about__content__list ul li {
  width: calc(50% - 2.8571428571vw);
  display: flex;
  gap: 0.8571428571vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__about__content__list ul li {
    align-items: center;
    width: 100%;
    gap: 1.6129032258vw;
  }
}
@media (max-width: 743px) {
  .outline__about__content__list ul li {
    align-items: center;
    width: 100%;
    gap: 2.7906976744vw;
  }
}
.outline__about__content__list ul li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/themes/nishiiburi/asset/images/common/bg-round.png");
  background-size: contain;
  color: #256F6C;
  width: 9.5vw;
  height: 9.5vw;
  font-size: 1.2142857143vw;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
}
@media screen and (max-width: "1186px"-1) {
  .outline__about__content__list ul li h3 {
    font-size: 13.6px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__about__content__list ul li h3 {
    font-size: 17px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__about__content__list ul li h3 {
    font-size: 1.8817204301vw;
    width: 14.7849462366vw;
    height: 14.7849462366vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__about__content__list ul li h3 {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__about__content__list ul li h3 {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .outline__about__content__list ul li h3 {
    font-size: 3.023255814vw;
    width: 30.2325581395vw;
    height: 30.2325581395vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__about__content__list ul li h3 {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__about__content__list ul li h3 {
    font-size: 13px;
  }
}
.outline__about__content__list ul li > div {
  width: calc(100% - 9.5vw);
  font-size: 1.0714285714vw;
  line-height: 1.6;
  letter-spacing: -0.045rem;
  text-align: justify;
}
@media screen and (max-width: "1186px"-1) {
  .outline__about__content__list ul li > div {
    font-size: 12px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__about__content__list ul li > div {
    font-size: 15px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__about__content__list ul li > div {
    width: calc(100% - 14.7849462366vw);
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__about__content__list ul li > div {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__about__content__list ul li > div {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .outline__about__content__list ul li > div {
    width: calc(100% - 30.2325581395vw);
    font-size: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__about__content__list ul li > div {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__about__content__list ul li > div {
    font-size: 12px;
  }
}
.outline__facili {
  margin-top: 4.5714285714vw;
}
@media (max-width: 743px) {
  .outline__facili {
    margin-top: 11.1627906977vw;
  }
}
.outline__facili__content {
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__facili__content {
    width: 85vw;
  }
}
@media (max-width: 743px) {
  .outline__facili__content {
    width: 95vw;
  }
}
.outline__facili__content h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: "1186px"-1) {
  .outline__facili__content h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__facili__content h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__facili__content h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__facili__content h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__facili__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__facili__content h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__facili__content h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__facili__content h2 {
    font-size: 15px;
  }
}
.outline__facili__content__list {
  padding: 6.1428571429vw 1.4285714286vw;
  border-radius: 0.5714285714vw;
  display: flex;
  gap: 2.8571428571vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__facili__content__list {
    padding: 11.5591397849vw 2.688172043vw;
    border-radius: 1.0752688172vw;
  }
}
@media (max-width: 743px) {
  .outline__facili__content__list {
    padding: 13.023255814vw 4.6511627907vw 9.3023255814vw;
    border-radius: 1.8604651163vw;
  }
}
.outline__facili__content__list h3 {
  color: #256F6C;
  font-weight: 600;
  margin-bottom: 0.5714285714vw;
  font-size: 1.5vw;
}
@media screen and (max-width: "1186px"-1) {
  .outline__facili__content__list h3 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__facili__content__list h3 {
    font-size: 21px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__facili__content__list h3 {
    margin-bottom: 1.0752688172vw;
    font-size: 2.2849462366vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__facili__content__list h3 {
    font-size: 13.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__facili__content__list h3 {
    font-size: 17px;
  }
}
@media (max-width: 743px) {
  .outline__facili__content__list h3 {
    margin-bottom: 1.8604651163vw;
    font-size: 3.9534883721vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__facili__content__list h3 {
    font-size: 13.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__facili__content__list h3 {
    font-size: 17px;
  }
}
.outline__facili__content__list table {
  border-collapse: collapse;
  border: solid 1px #989898;
}
.outline__facili__content__list table sup {
  font-size: 0.7142857143vw;
}
@media screen and (max-width: "1186px"-1) {
  .outline__facili__content__list table sup {
    font-size: 8px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__facili__content__list table sup {
    font-size: 10px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__facili__content__list table sup {
    font-size: 1.0752688172vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__facili__content__list table sup {
    font-size: 6.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__facili__content__list table sup {
    font-size: 8px;
  }
}
@media (max-width: 743px) {
  .outline__facili__content__list table sup {
    font-size: 1.8604651163vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__facili__content__list table sup {
    font-size: 6.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__facili__content__list table sup {
    font-size: 8px;
  }
}
.outline__facili__content__list table th {
  background-color: #256F6C;
  padding: 0.7142857143vw 1.0714285714vw;
  color: white;
  border: solid 1px #989898;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__facili__content__list table th {
    padding: 0.8064516129vw 1.3440860215vw;
  }
}
@media (max-width: 743px) {
  .outline__facili__content__list table th {
    padding: 1.3953488372vw 2.3255813953vw;
  }
}
.outline__facili__content__list table th h3 {
  font-weight: 600;
  color: white;
  font-size: 1.0714285714vw;
}
@media screen and (max-width: "1186px"-1) {
  .outline__facili__content__list table th h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__facili__content__list table th h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__facili__content__list table th h3 {
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__facili__content__list table th h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__facili__content__list table th h3 {
    font-size: 15px;
  }
}
.outline__facili__content__list table th h4 {
  font-weight: 400;
}
.outline__facili__content__list table td {
  background-color: #F0F0F0;
  padding: 0.7142857143vw 1.0714285714vw;
  border: solid 1px #989898;
}
@media (max-width: 743px) {
  .outline__facili__content__list table td {
    padding: 0vw 0.9302325581vw;
    line-height: 1.5;
  }
}
.outline__facili__content__list.outline__facili--content1 {
  margin-top: -1.7142857143vw;
  background-color: #F0F0F0;
  padding: 4.2857142857vw;
  position: relative;
  z-index: 2;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 743px) {
  .outline__facili__content__list.outline__facili--content1 {
    margin-top: -5.5813953488vw;
    background-color: #F0F0F0;
    padding: 9.3023255814vw 3.7209302326vw;
  }
}
.outline__facili__content__list.outline__facili--content1:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc((-1400 - 1246) / 100 * 1vw);
  width: 50vw;
  background-color: #F0F0F0;
  height: 100%;
  z-index: -1;
}
.outline__facili__content__list.outline__facili--content2 {
  background-color: #F5EFDE;
  margin-top: -11.4285714286vw;
  padding: 4.2857142857vw;
  padding-top: 15vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__facili__content__list.outline__facili--content2 {
    margin-top: -21.5053763441vw;
    padding: 5.376344086vw;
    padding-top: 28.2258064516vw;
  }
}
@media (max-width: 743px) {
  .outline__facili__content__list.outline__facili--content2 {
    width: 95vw;
    margin-top: -9.3023255814vw;
    padding: 4.6511627907vw;
    padding-top: 13.9534883721vw;
  }
}
.outline__facili__content__list.outline__facili--content2:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc((-1400 - 1246) / 100 * 1vw);
  width: 50vw;
  background-color: #F5EFDE;
  height: 100%;
  z-index: -1;
}
.outline__flow, .outline__flow2 {
  padding: 0.7142857143vw 4.2857142857vw 6.4285714286vw 6.9285714286vw;
}
.outline__flow__content, .outline__flow2__content {
  margin-top: 10.9285714286vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/panel_bg.jpg);
  background-position: center;
  background-size: 100%;
  border-radius: 1.1428571429vw;
  padding: 4.2857142857vw;
  width: 84.5vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__flow__content, .outline__flow2__content {
    margin-top: 20.564516129vw;
    border-radius: 2.1505376344vw;
    padding: 5.376344086vw;
    width: 85vw;
  }
}
@media (max-width: 743px) {
  .outline__flow__content, .outline__flow2__content {
    margin-top: 18.6046511628vw;
    border-radius: 1.8604651163vw;
    padding: 9.3023255814vw 4.6511627907vw 4.6511627907vw;
    width: 90vw;
  }
}
.outline__flow__content h2, .outline__flow2__content h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__flow__content h2, .outline__flow2__content h2 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
    z-index: 4;
  }
}
.outline__flow__content--bg, .outline__flow2__content--bg {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 3.7142857143vw 2.6428571429vw;
  border-radius: 1.1428571429vw;
  position: relative;
}
@media (max-width: 743px) {
  .outline__flow__content--bg, .outline__flow2__content--bg {
    padding: 6.511627907vw 3.7209302326vw;
    border-radius: 1.8604651163vw;
  }
}
.outline__flow__content--bg h4, .outline__flow2__content--bg h4 {
  font-size: 1.5vw;
  font-weight: 500;
  color: #256F6C;
  position: absolute;
  top: 3.3571428571vw;
  left: 2.5vw;
}
@media screen and (max-width: "1186px"-1) {
  .outline__flow__content--bg h4, .outline__flow2__content--bg h4 {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__flow__content--bg h4, .outline__flow2__content--bg h4 {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .outline__flow__content--bg h4, .outline__flow2__content--bg h4 {
    font-size: 3.488372093vw;
    top: 1.8604651163vw;
    left: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__flow__content--bg h4, .outline__flow2__content--bg h4 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__flow__content--bg h4, .outline__flow2__content--bg h4 {
    font-size: 15px;
  }
}
.outline__flow__list, .outline__flow2__list {
  border-radius: 1.1428571429vw;
  padding: 8.2142857143vw 3.7142857143vw 4.2857142857vw 2.2857142857vw;
  width: 79.6428571429vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #F5EFDE;
  margin-top: -4.2857142857vw;
  z-index: 1;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__flow__list, .outline__flow2__list {
    border-radius: 2.1505376344vw;
    padding: 15.4569892473vw 3.2258064516vw 8.064516129vw 4.3010752688vw;
    width: 80vw;
    margin-top: -8.064516129vw;
  }
}
@media (max-width: 743px) {
  .outline__flow__list, .outline__flow2__list {
    border-radius: 3.7209302326vw;
    padding: 26.7441860465vw 5.5813953488vw 13.9534883721vw 7.4418604651vw;
    width: 90vw;
    margin-top: -13.9534883721vw;
  }
}
.outline__flow__list ul, .outline__flow2__list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4.5714285714vw 2.2857142857vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__flow__list ul, .outline__flow2__list ul {
    gap: 8.6021505376vw 1.6129032258vw;
  }
}
@media (max-width: 743px) {
  .outline__flow__list ul, .outline__flow2__list ul {
    gap: 14.8837209302vw 2.7906976744vw;
  }
}
.outline__flow__list ul li, .outline__flow2__list ul li {
  position: relative;
  width: calc(33.333% - 2.1428571429vw);
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 0.5714285714vw;
  background-color: #F0F0F0;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__flow__list ul li, .outline__flow2__list ul li {
    border-radius: 1.0752688172vw;
    width: calc(33.333% - 1.6129032258vw);
  }
}
@media (max-width: 743px) {
  .outline__flow__list ul li, .outline__flow2__list ul li {
    border-radius: 1.8604651163vw;
    width: calc(50% - 2.7906976744vw);
  }
}
.outline__flow__list ul li > h4, .outline__flow2__list ul li > h4 {
  width: 15.5714285714vw;
  background-color: #256F6C;
  color: white;
  font-weight: 500;
  border-radius: 1.7142857143vw;
  position: absolute;
  top: -1.5vw;
  left: -1.1428571429vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__flow__list ul li > h4, .outline__flow2__list ul li > h4 {
    width: 22.8494623656vw;
    border-radius: 3.2258064516vw;
    top: -2.8225806452vw;
    left: -1.0752688172vw;
    font-size: 1.6129032258vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__flow__list ul li > h4, .outline__flow2__list ul li > h4 {
    font-size: 9.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__flow__list ul li > h4, .outline__flow2__list ul li > h4 {
    font-size: 12px;
  }
}
@media (max-width: 743px) {
  .outline__flow__list ul li > h4, .outline__flow2__list ul li > h4 {
    width: 100%;
    border-radius: 3.7209302326vw;
    top: -4.8837209302vw;
    left: 0vw;
    font-size: 3.023255814vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__flow__list ul li > h4, .outline__flow2__list ul li > h4 {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__flow__list ul li > h4, .outline__flow2__list ul li > h4 {
    font-size: 13px;
  }
}
.outline__flow__list ul li > h4 > p, .outline__flow2__list ul li > h4 > p {
  position: relative;
  padding: 4px 0.8571428571vw 4px 3.7142857143vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__flow__list ul li > h4 > p, .outline__flow2__list ul li > h4 > p {
    padding: 4px 1.6129032258vw 4px 5.6451612903vw;
  }
}
@media (max-width: 743px) {
  .outline__flow__list ul li > h4 > p, .outline__flow2__list ul li > h4 > p {
    padding: 4px 0.9302325581vw 4px 6.2790697674vw;
  }
}
.outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
  position: absolute;
  width: 3vw;
  height: 3vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 50%;
  background-color: #256F6C;
  font-size: 1.9285714286vw;
  left: -0.0714285714vw;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: "1186px"-1) {
  .outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
    font-size: 21.6px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
    font-size: 27px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
    width: 4.3010752688vw;
    height: 4.3010752688vw;
    font-size: 2.8225806452vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
    width: 5.5813953488vw;
    height: 5.5813953488vw;
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__flow__list ul li > h4 > p span, .outline__flow2__list ul li > h4 > p span {
    font-size: 18px;
  }
}
.outline__flow__list ul li figure img, .outline__flow2__list ul li figure img {
  border-radius: 0.5714285714vw 0.5714285714vw 0 0;
}
.outline__flow__list ul li .text, .outline__flow2__list ul li .text {
  padding: 1.4285714286vw;
  line-height: 1.7;
}
.outline__flow2 {
  background-color: #F5EFDE;
}
.outline__flow2__content--bg {
  padding: 8.5714285714vw 2.6428571429vw 3.7142857143vw;
}
.outline__flow2__list {
  background-color: #F0F0F0;
}
.outline__cycle {
  padding: 4.2857142857vw 4.2857142857vw 6.4285714286vw 6.9285714286vw;
}
@media (max-width: 743px) {
  .outline__cycle {
    padding: 6.976744186vw 6.976744186vw 6.976744186vw 2.1428571429vw;
  }
}
.outline__cycle__content {
  width: 84.5vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 743px) {
  .outline__cycle__content {
    width: 95vw;
  }
}
.outline__cycle__content h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 30.5vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .outline__cycle__content h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__cycle__content h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__cycle__content h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 43.0443548387vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__cycle__content h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__cycle__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__cycle__content h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 64.5465116279vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__cycle__content h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__cycle__content h2 {
    font-size: 15px;
  }
}
.outline__cycle__content__image {
  margin-top: -5.1428571429vw;
  position: relative;
}
@media (max-width: 743px) {
  .outline__cycle__content__image {
    margin-top: -5.5813953488vw;
  }
}
.outline__cycle__content__image__ttl {
  position: absolute;
  right: 0;
  top: 8.5714285714vw;
}
@media (max-width: 743px) {
  .outline__cycle__content__image__ttl {
    margin-top: 7.4418604651vw;
    position: initial;
  }
}
.outline__cycle__content__image__ttl h3 {
  background-color: #256F6C;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 30.5vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__cycle__content__image__ttl h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 43.0443548387vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__cycle__content__image__ttl h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 64.5465116279vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__cycle__content__image__ttl h3 {
    background-color: #256F6C;
    padding: 1.1428571429vw 2.2857142857vw;
    width: 34.2857142857vw;
    border-radius: 3.4285714286vw;
    filter: drop-shadow(0 0 4px #787878);
    font-size: 1.2857142857vw;
    color: white;
    text-align: center;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 18px;
  }
}
@media (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) {
  .outline__cycle__content__image__ttl h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 48.3870967742vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) and (max-width: 743px) {
  .outline__cycle__content__image__ttl h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 72.5581395349vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (max-width: 743px) and (min-width: 1186px) {
  .outline__cycle__content__image__ttl h3 {
    font-size: 15px;
  }
}
.outline__archive {
  padding: 4.2857142857vw 4.2857142857vw 6.4285714286vw 6.9285714286vw;
  background-color: #F5EFDE;
}
.outline__archive__content {
  width: 84.5vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.outline__archive__content h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: "1186px"-1) {
  .outline__archive__content h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .outline__archive__content h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__archive__content h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .outline__archive__content h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .outline__archive__content h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .outline__archive__content h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .outline__archive__content h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .outline__archive__content h2 {
    font-size: 15px;
  }
}
.outline__archive__content__link {
  margin-top: 7.1428571429vw;
}
.outline__archive__content__link a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__archive__content__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .outline__archive__content__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.outline__archive__content__link a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .outline__archive__content__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .outline__archive__content__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}

.records__about {
  padding-top: 12.2857142857vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .records__about {
    padding-top: 23.1182795699vw;
  }
}
@media (max-width: 743px) {
  .records__about {
    padding-top: 11.1627906977vw;
  }
}
.records__about__content {
  background-color: #F5EFDE;
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 6.1428571429vw 4vw;
  border-radius: 0.5714285714vw;
}
@media (max-width: 743px) {
  .records__about__content {
    width: 85vw;
    border-radius: 1.8604651163vw;
    padding: 11.1627906977vw 6.976744186vw;
  }
}
.records__about__content > h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .records__about__content > h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .records__about__content > h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .records__about__content > h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .records__about__content > h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .records__about__content > h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .records__about__content > h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .records__about__content > h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .records__about__content > h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .records__about__content > h2 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
  }
}
.records__about__content__list h2 {
  position: initial;
  background-image: none;
  background-position: center;
  background-size: 100%;
  padding: initial;
  width: initial;
  border-radius: initial;
  filter: none;
  font-size: initial;
  color: #256F6C;
  text-align: left;
  font-weight: 600;
  top: initial;
  left: initial;
}
.records__about__content__list h2 .sme-font-size {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: "1186px"-1) {
  .records__about__content__list h2 .sme-font-size {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .records__about__content__list h2 .sme-font-size {
    font-size: 16px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .records__about__content__list h2 .sme-font-size {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .records__about__content__list h2 .sme-font-size {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .records__about__content__list h2 .sme-font-size {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .records__about__content__list h2 .sme-font-size {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .records__about__content__list h2 .sme-font-size {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .records__about__content__list h2 .sme-font-size {
    font-size: 14px;
  }
}
.records__about__content__list h2 strong {
  font-size: 1.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .records__about__content__list h2 strong {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .records__about__content__list h2 strong {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .records__about__content__list h2 strong {
    font-size: 2.2849462366vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .records__about__content__list h2 strong {
    font-size: 13.6px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .records__about__content__list h2 strong {
    font-size: 17px;
  }
}
@media (max-width: 743px) {
  .records__about__content__list h2 strong {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .records__about__content__list h2 strong {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .records__about__content__list h2 strong {
    font-size: 16px;
  }
}
.records__about__content__list p + p {
  margin-top: 30px;
}
.records__about__content__list p + h2 {
  margin-top: 60px;
}
.records__about__content__list h2 + p {
  margin-top: 10px;
}

.dispose__outline {
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  border-radius: 0.5714285714vw;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 4.5714285714vw;
}
@media (max-width: 743px) {
  .dispose__outline {
    border-radius: 1.8604651163vw;
    width: 85vw;
  }
}
.dispose__outline > h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 25.5vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .dispose__outline > h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .dispose__outline > h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .dispose__outline > h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 35.9879032258vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .dispose__outline > h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .dispose__outline > h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .dispose__outline > h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 53.9651162791vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .dispose__outline > h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .dispose__outline > h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .dispose__outline > h2 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
  }
}
.dispose__outline__content {
  padding-top: 4vw;
  padding-bottom: 4vw;
  max-width: 716px;
  width: 51.1428571429vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 3vw;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 743px) {
  .dispose__outline__content {
    width: calc(100% - 13.9534883721vw);
    padding-top: 13.023255814vw;
    padding-bottom: 6.511627907vw;
  }
}
.dispose__outline__content > h3 {
  margin-top: 4.5714285714vw;
  background-color: #256F6C;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 25.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .dispose__outline__content > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .dispose__outline__content > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .dispose__outline__content > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 35.5846774194vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .dispose__outline__content > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .dispose__outline__content > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .dispose__outline__content > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 53.3604651163vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .dispose__outline__content > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .dispose__outline__content > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .dispose__outline__content > h3 {
    margin-top: 3.7209302326vw;
  }
}
@media (max-width: 743px) {
  .dispose__outline__content > div {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .dispose__outline__content > div {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .dispose__outline__content > div {
    font-size: 14px;
  }
}
.dispose__outline__content__list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1428571429vw;
}
@media (max-width: 743px) {
  .dispose__outline__content__list ul {
    gap: 3.7209302326vw 7.4418604651vw;
  }
}
.dispose__scroll {
  display: flex;
  justify-content: center;
  padding: 1.4285714286vw 1.7142857143vw;
}
@media (max-width: 743px) {
  .dispose__scroll {
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.dispose__info {
  background-color: #F5EFDE;
  padding-top: 5.7142857143vw;
  padding-bottom: 5.7142857143vw;
}
@media (max-width: 743px) {
  .dispose__info {
    padding-top: 13.023255814vw;
    padding-bottom: 13.023255814vw;
  }
}
.dispose__info > h3 {
  margin-bottom: 5.7142857143vw;
  background-color: #256F6C;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 30.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: "1186px"-1) {
  .dispose__info > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .dispose__info > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .dispose__info > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 42.6411290323vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .dispose__info > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .dispose__info > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .dispose__info > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 63.9418604651vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .dispose__info > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .dispose__info > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .dispose__info > h3 {
    background-color: #256F6C;
    padding: 1.1428571429vw 2.2857142857vw;
    width: 34.2857142857vw;
    border-radius: 3.4285714286vw;
    filter: drop-shadow(0 0 4px #787878);
    font-size: 1.2857142857vw;
    color: white;
    text-align: center;
    font-weight: 600;
    margin-bottom: 13.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .dispose__info > h3 {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .dispose__info > h3 {
    font-size: 18px;
  }
}
@media (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) {
  .dispose__info > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 48.3870967742vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .dispose__info > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .dispose__info > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) and (max-width: 743px) {
  .dispose__info > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 72.5581395349vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: 743px) and (max-width: "1186px"-1) {
  .dispose__info > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (max-width: 743px) and (min-width: 1186px) {
  .dispose__info > h3 {
    font-size: 15px;
  }
}
.dispose__info__image {
  width: 73.1428571429vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 743px) {
  .dispose__info__image {
    width: calc(100% - 4.2857142857vw);
    text-align: center;
  }
}
.dispose__info__image figure img {
  max-width: 1024px;
  width: 73.1428571429vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 743px) {
  .dispose__info__image figure img {
    width: calc(100% - 4.2857142857vw);
  }
}
.dispose__info__text {
  margin-top: 3.5714285714vw;
  width: 79vw;
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 743px) {
  .dispose__info__text {
    margin-top: 6.976744186vw;
  }
}
.dispose__sorting {
  padding-top: 5.7142857143vw;
  padding-bottom: 5.7142857143vw;
}
.dispose__sorting__link a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .dispose__sorting__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .dispose__sorting__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.dispose__sorting__link a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .dispose__sorting__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .dispose__sorting__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
.dispose .mw1013 {
  max-width: 1013px;
}
.dispose .pb48 {
  margin-bottom: 3.4285714286vw;
}
.dispose .mr0 a {
  margin-right: 0;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .dispose .mr0 a {
    margin-right: auto;
  }
}
@media (max-width: 743px) {
  .dispose .mr0 a {
    margin-right: auto;
  }
}

.sorting__head h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: "1186px"-1) {
  .sorting__head h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .sorting__head h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .sorting__head h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .sorting__head h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .sorting__head h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .sorting__head h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .sorting__head h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .sorting__head h2 {
    font-size: 15px;
  }
}
.sorting__head p {
  margin-top: 2.1428571429vw;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 743px) {
  .sorting__head p {
    margin-top: 6.976744186vw;
  }
}
.sorting__head__list {
  width: 40.9285714286vw;
  margin-top: 2.8571428571vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  display: flex;
  padding: 2.1428571429vw 3.7142857143vw;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 744px) and (max-width: 1024px) {
  .sorting__head__list {
    width: 100%;
  }
}
@media (max-width: 743px) {
  .sorting__head__list {
    width: 95%;
    padding: 6.976744186vw 12.0930232558vw;
    border-radius: 1.8604651163vw;
  }
}
.sorting__head__list ul {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #707070;
}
.sorting__head__list ul:nth-child(1) {
  border-left: 1px solid #707070;
}
.sorting__head__list ul li {
  padding: 0.5714285714vw 1.1428571429vw;
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
@media (max-width: 743px) {
  .sorting__head__list ul li {
    padding: 0.9302325581vw 2.5581395349vw;
  }
}
.sorting__head__list ul li a {
  color: #256F6C;
}
.sorting__head__link {
  position: fixed;
  right: 5vw;
  bottom: 12vw;
  z-index: 10;
}
@media (max-width: 743px) {
  .sorting__head__link {
    right: initial;
    left: 4vw;
    bottom: 3vh;
    padding-top: 4.6511627907vw;
    padding-top: 4.6511627907vw;
  }
}
.sorting__head__link a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .sorting__head__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .sorting__head__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.sorting__head__link a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .sorting__head__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .sorting__head__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
.sorting__list {
  background-color: #F5EFDE;
  position: relative;
}
.sorting__list__content {
  max-width: 960px;
  width: 68.5714285714vw;
  margin-top: 2.8571428571vw;
  margin-left: auto;
  margin-right: auto;
  padding: 2.1428571429vw 3.7142857143vw;
}
@media (max-width: 743px) {
  .sorting__list__content {
    width: 100%;
  }
}
.sorting__list__content__head h3 {
  background-color: #256F6C;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 7.1428571429vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 0.5714285714vw 1.7142857143vw;
  margin: 7.1428571429vw auto;
}
@media screen and (max-width: "1186px"-1) {
  .sorting__list__content__head h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .sorting__list__content__head h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .sorting__list__content__head h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 10.0806451613vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .sorting__list__content__head h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .sorting__list__content__head h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .sorting__list__content__head h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 15.1162790698vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .sorting__list__content__head h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .sorting__list__content__head h3 {
    font-size: 15px;
  }
}
.sorting__list__content__back {
  text-align: right;
}
.sorting__list__content__table table.tablepress {
  border-collapse: collapse;
  border: solid 1px #707070;
}
.sorting__list__content__table table.tablepress tbody {
  background-color: #F0F0F0;
}
.sorting__list__content__table table.tablepress tbody .row-1 {
  background-color: #256F6C;
  color: white;
  text-align: center;
  border-bottom: 1px solid white;
}
.sorting__list__content__table table.tablepress tbody .row-1 td {
  border-right: 1px solid white;
  text-align: center;
}
.sorting__list__content__table table.tablepress tbody .row-1 td:nth-last-child(1) {
  border: none;
}
.sorting__list__content__table table.tablepress tbody tr:not(.row-1) {
  text-align: center;
  border-bottom: 1px solid #707070;
}
.sorting__list__content__table table.tablepress tbody tr:not(.row-1) td {
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
}
.sorting__list__content__table table.tablepress tbody tr:not(.row-1) td:nth-last-child(1) {
  border: none;
}

.entry_form_select__outline {
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  border-radius: 0.5714285714vw;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 4.5714285714vw;
  margin-bottom: 9.2857142857vw;
}
@media (max-width: 743px) {
  .entry_form_select__outline {
    width: 85vw;
    border-radius: 1.8604651163vw;
    padding-bottom: 5.5813953488vw;
    margin-bottom: 18.6046511628vw;
  }
}
.entry_form_select__outline > h3 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 25.5vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: left;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .entry_form_select__outline > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .entry_form_select__outline > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 35.9879032258vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .entry_form_select__outline > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .entry_form_select__outline > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 53.9651162791vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .entry_form_select__outline > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .entry_form_select__outline > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline > h3 {
    top: -5.5813953488vw;
    left: -5.5813953488vw;
  }
}
.entry_form_select__outline__content {
  padding-top: 5.7142857143vw;
  padding-bottom: 3.4285714286vw;
  max-width: 716px;
  width: 51.1428571429vw;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content {
    padding-top: 6.4516129032vw;
    padding-bottom: 6.4516129032vw;
    width: 85%;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content {
    padding-top: 11.1627906977vw;
    padding-bottom: 11.1627906977vw;
    width: 90%;
  }
}
.entry_form_select__outline__content__detail {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2857142857vw;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__detail {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .entry_form_select__outline__content__detail {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__detail {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__detail {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .entry_form_select__outline__content__detail {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__detail {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__detail {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .entry_form_select__outline__content__detail {
    font-size: 18px;
  }
}
.entry_form_select__outline__content__detail__notice {
  font-size: 1.1428571429vw;
  margin-bottom: 4.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__detail__notice {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .entry_form_select__outline__content__detail__notice {
    font-size: 16px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__detail__notice {
    font-size: 2.1505376344vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__detail__notice {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .entry_form_select__outline__content__detail__notice {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__detail__notice {
    font-size: 3.2558139535vw;
    margin-bottom: 13.9534883721vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__detail__notice {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .entry_form_select__outline__content__detail__notice {
    font-size: 14px;
  }
}
.entry_form_select__outline__content__list {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4.5714285714vw;
  gap: 4.5714285714vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__list {
    flex-direction: column;
    gap: 4.3010752688vw;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__list {
    flex-direction: column;
    gap: 7.4418604651vw;
  }
}
.entry_form_select__outline__content__list__button a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__list__button a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__list__button a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.entry_form_select__outline__content__list__button a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__list__button a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__list__button a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__list__button a {
    width: 32.2580645161vw;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__list__button a {
    width: 55.8139534884vw;
  }
}
.entry_form_select__outline__content__form {
  margin-top: 4.5714285714vw;
}
.entry_form_select__outline__content__form form dl + dl {
  margin-top: 1.1428571429vw;
}
.entry_form_select__outline__content__form form dl.area, .entry_form_select__outline__content__form form dl.address {
  display: flex;
  gap: 30px;
}
.entry_form_select__outline__content__form form dl {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.entry_form_select__outline__content__form form dl label + label {
  margin-left: 1.1428571429vw;
}
.entry_form_select__outline__content__form form dl label input#address, .entry_form_select__outline__content__form form dl label input#hassei_address {
  width: 19.2857142857vw;
  max-width: 270px;
  min-width: 200px;
}
.entry_form_select__outline__content__form form dl label input#car1, .entry_form_select__outline__content__form form dl label input#car2, .entry_form_select__outline__content__form form dl label input#car3, .entry_form_select__outline__content__form form dl label input#car4 {
  width: 7.1428571429vw;
  max-width: 100px;
  min-width: 100px;
}
.entry_form_select__outline__content__form form dl.tel label input {
  max-width: initial;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__form form dl.carnum #car1, .entry_form_select__outline__content__form form dl.carnum #car2 {
    margin-bottom: 1.3440860215vw;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__form form dl.carnum #car1, .entry_form_select__outline__content__form form dl.carnum #car2 {
    margin-bottom: 2.3255813953vw;
  }
  .entry_form_select__outline__content__form form dl.carnum label:nth-child(3) {
    margin-left: 0vw;
  }
}
.entry_form_select__outline__content__form form dl dd p span.caption {
  font-size: 0.9285714286vw;
}
@media screen and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__form form dl dd p span.caption {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 1186px) {
  .entry_form_select__outline__content__form form dl dd p span.caption {
    font-size: 13px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__form form dl dd p span.caption {
    font-size: 1.747311828vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__form form dl dd p span.caption {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .entry_form_select__outline__content__form form dl dd p span.caption {
    font-size: 13px;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__form form dl dd p span.caption {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__form form dl dd p span.caption {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .entry_form_select__outline__content__form form dl dd p span.caption {
    font-size: 13px;
  }
}
.entry_form_select__outline__content__form form .message {
  font-size: 0.9285714286vw;
  color: #FF3333;
}
@media screen and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__form form .message {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 1186px) {
  .entry_form_select__outline__content__form form .message {
    font-size: 13px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__form form .message {
    font-size: 1.747311828vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__form form .message {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .entry_form_select__outline__content__form form .message {
    font-size: 13px;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__form form .message {
    font-size: 2.7906976744vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .entry_form_select__outline__content__form form .message {
    font-size: 9.6px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .entry_form_select__outline__content__form form .message {
    font-size: 12px;
  }
}
.entry_form_select__outline__content__form form input[type=radio] {
  margin-right: 4px;
}
.entry_form_select__outline__content__form form .submit {
  margin-top: 4.5714285714vw;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__form form .submit {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__form form .submit {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.entry_form_select__outline__content__form form .submit:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .entry_form_select__outline__content__form form .submit:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__form form .submit:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media (max-width: 743px) {
  .entry_form_select__outline__content__form form .submit {
    margin-top: 14.8837209302vw;
  }
}
.entry_form_select__outline__content__form form .submit input {
  background-color: transparent;
  border: none;
}
.entry_form_select__outline__content__form form .submit .wpcf7-spinner {
  display: none;
}

.operation__outline {
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  border-radius: 0.5714285714vw;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 4.5714285714vw;
}
@media (max-width: 743px) {
  .operation__outline {
    width: 85vw;
    border-radius: 1.8604651163vw;
    padding-bottom: 14.8837209302vw;
  }
}
.operation__outline > h3 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 25.5vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: left;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .operation__outline > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .operation__outline > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .operation__outline > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 35.9879032258vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .operation__outline > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .operation__outline > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .operation__outline > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 53.9651162791vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .operation__outline > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .operation__outline > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .operation__outline > h3 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
  }
}
.operation__outline__content {
  padding-top: 4.5714285714vw;
  padding-bottom: 4.5714285714vw;
  max-width: 716px;
  width: 51.1428571429vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 4.5714285714vw;
}
@media (max-width: 743px) {
  .operation__outline__content {
    flex-direction: column;
    width: 100%;
    padding-top: 14.8837209302vw;
    padding-bottom: 14.8837209302vw;
  }
}
.operation__outline__content > h3 {
  background-color: #256F6C;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 14.0714285714vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .operation__outline__content > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .operation__outline__content > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .operation__outline__content > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 19.8588709677vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .operation__outline__content > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .operation__outline__content > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .operation__outline__content > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 29.7790697674vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .operation__outline__content > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .operation__outline__content > h3 {
    font-size: 15px;
  }
}
.operation__outline__content__list {
  width: calc(100% - 18.6428571429vw);
}
.operation__outline__content__list ul li a {
  background-color: #F0F0F0;
  padding: 1.2857142857vw 2.1428571429vw;
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 743px) {
  .operation__outline__content__list ul li a {
    padding: 1.8604651163vw 2.7906976744vw;
  }
}
.operation__outline__content__list ul li a:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #584D44;
  position: absolute;
  left: 0;
  top: 0;
}
.operation__outline__content__list ul li a:hover {
  background-color: #e7e7e7;
}
.operation__outline__content__list ul li a span {
  display: inline-block;
  margin-right: 1.4285714286vw;
}
@media (max-width: 743px) {
  .operation__outline__content__list ul li a span {
    margin-right: 2.3255813953vw;
  }
}
.operation__outline__content__list ul li + li {
  margin-top: 1.4285714286vw;
}
@media (max-width: 743px) {
  .operation__outline__content__list ul li + li {
    margin-top: 4.6511627907vw;
  }
}
.operation__outline__link a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .operation__outline__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .operation__outline__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.operation__outline__link a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .operation__outline__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .operation__outline__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media (max-width: 743px) {
  .operation__outline__link a {
    border: 4px solid #256F6C;
    border-radius: 0.5714285714vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
    background-position: center;
    background-size: 100%;
    padding: 1.4285714286vw 3.4285714286vw;
    font-weight: 600;
    text-align: center;
    position: relative;
    line-height: 1.4;
    max-width: 200px;
  }
}
@media (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) {
  .operation__outline__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) and (max-width: 743px) {
  .operation__outline__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
@media (max-width: 743px) {
  .operation__outline__link a:after {
    content: "";
    position: absolute;
    bottom: 0.7142857143vw;
    right: 0.7142857143vw;
    background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
    width: 2.5714285714vw;
    height: 2.2142857143vw;
    background-size: contain;
  }
}
@media (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) {
  .operation__outline__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) and (max-width: 743px) {
  .operation__outline__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
.operation__scroll {
  display: flex;
  justify-content: center;
  padding: 1.4285714286vw 1.7142857143vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .operation__scroll {
    padding: 5.376344086vw 3.2258064516vw 2.688172043vw;
  }
}
@media (max-width: 743px) {
  .operation__scroll {
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.operation__safety_measures {
  background-color: #F5EFDE;
  padding-top: 5.7142857143vw;
  padding-bottom: 5.7142857143vw;
}
@media (max-width: 743px) {
  .operation__safety_measures {
    padding-top: 13.023255814vw;
    padding-bottom: 13.023255814vw;
  }
}
.operation__safety_measures__content {
  padding-top: 4.5714285714vw;
  padding-bottom: 4.5714285714vw;
  max-width: 960px;
  width: 68.5714285714vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 4.5714285714vw;
}
@media (max-width: 743px) {
  .operation__safety_measures__content {
    flex-direction: column;
    width: 100%;
    padding-top: 14.8837209302vw;
    padding-bottom: 14.8837209302vw;
    gap: 7.4418604651vw;
  }
}
.operation__safety_measures__content > h3 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 29.0714285714vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .operation__safety_measures__content > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .operation__safety_measures__content > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .operation__safety_measures__content > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 41.0282258065vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .operation__safety_measures__content > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .operation__safety_measures__content > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .operation__safety_measures__content > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 61.523255814vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .operation__safety_measures__content > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .operation__safety_measures__content > h3 {
    font-size: 15px;
  }
}
.operation__safety_measures__content__list {
  width: calc(100% - 29.0714285714vw);
}
.operation__safety_measures__content__list ul li a {
  background-color: #F0F0F0;
  padding: 1.2857142857vw 2.1428571429vw;
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 743px) {
  .operation__safety_measures__content__list ul li a {
    padding: 1.8604651163vw 2.7906976744vw;
  }
}
.operation__safety_measures__content__list ul li a:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #584D44;
  position: absolute;
  left: 0;
  top: 0;
}
.operation__safety_measures__content__list ul li a:hover {
  background-color: #e7e7e7;
}
.operation__safety_measures__content__list ul li a span {
  display: inline-block;
  margin-right: 1.4285714286vw;
}
@media (max-width: 743px) {
  .operation__safety_measures__content__list ul li a span {
    margin-right: 2.3255813953vw;
  }
}
.operation__safety_measures__content__list ul li + li {
  margin-top: 1.4285714286vw;
}
@media (max-width: 743px) {
  .operation__safety_measures__content__list ul li + li {
    margin-top: 4.6511627907vw;
  }
}

.conditions__outline {
  max-width: 952px;
  width: 68vw;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5EFDE;
  border-radius: 0.5714285714vw;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 4.5714285714vw;
}
@media (max-width: 743px) {
  .conditions__outline {
    width: 85vw;
    border-radius: 1.8604651163vw;
    padding-bottom: 14.8837209302vw;
  }
}
.conditions__outline > h3 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 25.5vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: left;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .conditions__outline > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .conditions__outline > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 35.9879032258vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .conditions__outline > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .conditions__outline > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .conditions__outline > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 53.9651162791vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .conditions__outline > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .conditions__outline > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .conditions__outline > h3 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
  }
}
.conditions__outline__content {
  padding-top: 4.5714285714vw;
  padding-bottom: 4.5714285714vw;
  max-width: 716px;
  width: 51.1428571429vw;
  margin-left: auto;
  margin-right: auto;
  gap: 4.5714285714vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content {
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8.6021505376vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content {
    flex-direction: column;
    width: 100%;
    padding-top: 14.8837209302vw;
  }
}
.conditions__outline__content > h3 {
  background-color: #256F6C;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 14.0714285714vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .conditions__outline__content > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .conditions__outline__content > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 19.8588709677vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .conditions__outline__content > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .conditions__outline__content > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 29.7790697674vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .conditions__outline__content > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .conditions__outline__content > h3 {
    font-size: 15px;
  }
}
.conditions__outline__content header {
  position: relative;
  display: flex;
  justify-content: flex-end;
  gap: 2.1428571429vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content header {
    gap: 4.0322580645vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content header {
    gap: 6.976744186vw;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
.conditions__outline__content header dl {
  display: flex;
  flex-direction: column;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/sis_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.4285714286vw;
  height: 6.7142857143vw;
  border-radius: 8px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.5), inset 0px -4px 8px -2px rgba(0, 0, 0, 0.3);
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content header dl {
    width: 17.7419354839vw;
    height: 12.6344086022vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content header dl {
    width: 30.6976744186vw;
    height: 21.8604651163vw;
  }
}
.conditions__outline__content header dl dt {
  padding: 1.2857142857vw 1.5vw 0.7142857143vw;
  line-height: 1;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content header dl dt {
    padding: 2.4193548387vw 2.8225806452vw 1.3440860215vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content header dl dt {
    padding: 4.1860465116vw 4.8837209302vw 2.3255813953vw;
  }
}
.conditions__outline__content header dl dd {
  padding: 0.7142857143vw 1.5vw 0.5vw;
  line-height: 1;
  color: white;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content header dl dd {
    padding: 1.3440860215vw 2.8225806452vw 0.9408602151vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content header dl dd {
    padding: 2.3255813953vw 4.8837209302vw 1.6279069767vw;
  }
}
.conditions__outline__content header dl dd span {
  font-size: 1.2857142857vw;
  letter-spacing: 0.025rem;
  padding: 4px 8px;
}
@media screen and (max-width: "1186px"-1) {
  .conditions__outline__content header dl dd span {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .conditions__outline__content header dl dd span {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content header dl dd span {
    font-size: 2.4193548387vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .conditions__outline__content header dl dd span {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .conditions__outline__content header dl dd span {
    font-size: 18px;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content header dl dd span {
    font-size: 4.1860465116vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .conditions__outline__content header dl dd span {
    font-size: 14.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .conditions__outline__content header dl dd span {
    font-size: 18px;
  }
}
.conditions__outline__content__table {
  margin-top: 2.2857142857vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table {
    margin-top: 4.3010752688vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table {
    margin-top: 7.4418604651vw;
  }
}
.conditions__outline__content__table__date {
  margin-bottom: 0.5714285714vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table__date {
    margin-bottom: 1.0752688172vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table__date {
    margin-bottom: 1.8604651163vw;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.conditions__outline__content__table__contents table {
  border: 1px solid #898989;
  width: 100%;
}
@media (max-width: 743px) {
  .conditions__outline__content__table__contents table {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.conditions__outline__content__table__contents table tr {
  border-bottom: 1px solid #898989;
}
.conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
  padding: 8px 18px;
  text-align: center;
  line-height: 1.6;
  border-right: 1px solid #898989;
  font-size: 0.9285714286vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    padding: 1.0752688172vw 1.6129032258vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    padding: 1.8604651163vw 2.7906976744vw;
  }
}
@media screen and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    font-size: 13px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    font-size: 1.747311828vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    font-size: 13px;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    font-size: 3.023255814vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    font-size: 10.4px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th, .conditions__outline__content__table__contents table tr td {
    font-size: 13px;
  }
}
.conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
  font-size: 0.7857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
    font-size: 8.8px;
  }
}
@media screen and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
    font-size: 11px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
    font-size: 1.4784946237vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
    font-size: 8.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
    font-size: 11px;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
    font-size: 2.5581395349vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
    font-size: 8.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th sup, .conditions__outline__content__table__contents table tr td sup {
    font-size: 11px;
  }
}
.conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
  font-size: 1.1428571429vw;
  line-height: 1.4;
}
@media screen and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
    font-size: 12.8px;
  }
}
@media screen and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
    font-size: 16px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
    font-size: 1.8817204301vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th strong, .conditions__outline__content__table__contents table tr td strong {
    font-size: 14px;
  }
}
.conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
  font-size: 0.7857142857vw;
  font-weight: 400;
}
@media screen and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
    font-size: 8.8px;
  }
}
@media screen and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
    font-size: 11px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
    font-size: 1.4784946237vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
    font-size: 8.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
    font-size: 11px;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
    font-size: 2.5581395349vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
    font-size: 8.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents table tr th small, .conditions__outline__content__table__contents table tr td small {
    font-size: 11px;
  }
}
.conditions__outline__content__table__contents table tr:nth-child(1) td {
  padding: 16px 18px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table__contents table tr:nth-child(1) td {
    padding: 1.0752688172vw 1.6129032258vw;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table__contents table tr:nth-child(1) td {
    padding: 1.8604651163vw 2.7906976744vw;
  }
}
.conditions__outline__content__table__contents .fn21 {
  font-size: 1.2857142857vw;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents .fn21 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .conditions__outline__content__table__contents .fn21 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__outline__content__table__contents .fn21 {
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents .fn21 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents .fn21 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .conditions__outline__content__table__contents .fn21 {
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .conditions__outline__content__table__contents .fn21 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .conditions__outline__content__table__contents .fn21 {
    font-size: 15px;
  }
}
.conditions__outline__content__table__contents .bg-g {
  background-color: #256F6C;
  color: white;
  width: 24%;
}
.conditions__outline__content__table__contents .bg-b {
  background-color: #584D44;
  color: white;
  width: 24%;
}
.conditions__outline__content__table__contents .bg-g2 {
  background-color: #408482;
  color: white;
  width: 20%;
}
.conditions__outline__content__table__contents .bg-y2 {
  background-color: #F5EFDE;
}
.conditions__outline__content__table__contents .bg-gr {
  background-color: #F0F0F0;
}
.conditions__outline__content__table__contents .txt-l {
  text-align: left;
}
.conditions__link {
  padding-top: 5.7142857143vw;
  padding-bottom: 5.7142857143vw;
}
.conditions__link a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .conditions__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.conditions__link a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .conditions__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .conditions__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
@media (max-width: 743px) {
  .conditions__link a {
    border: 4px solid #256F6C;
    border-radius: 0.5714285714vw;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
    background-position: center;
    background-size: 100%;
    padding: 1.4285714286vw 3.4285714286vw;
    font-weight: 600;
    text-align: center;
    position: relative;
    line-height: 1.4;
    max-width: 200px;
  }
}
@media (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) {
  .conditions__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) and (max-width: 743px) {
  .conditions__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
@media (max-width: 743px) {
  .conditions__link a:after {
    content: "";
    position: absolute;
    bottom: 0.7142857143vw;
    right: 0.7142857143vw;
    background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
    width: 2.5714285714vw;
    height: 2.2142857143vw;
    background-size: contain;
  }
}
@media (max-width: 743px) and (min-width: 744px) and (max-width: 1024px) {
  .conditions__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) and (max-width: 743px) {
  .conditions__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}

.inquiry {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1032px;
  padding-left: 2.1428571429vw;
  margin-bottom: 9.2857142857vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .inquiry {
    padding-top: 21vw;
    padding-left: 4.0322580645vw;
    margin-bottom: 17.4731182796vw;
    transform: translateX(10%);
  }
}
@media (max-width: 743px) {
  .inquiry {
    flex-direction: column;
    padding-top: 21vw;
    margin-top: 23.2558139535vw;
    padding-left: 0vw;
    margin-bottom: 30.2325581395vw;
    transform: translateX(0%);
  }
}
.inquiry__outline__box {
  max-width: 503px;
  width: 35.9285714286vw;
  margin-left: auto;
  margin-right: 0;
  background-color: #256F6C;
  border-radius: 0.5714285714vw;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  padding-bottom: 4.5714285714vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .inquiry__outline__box {
    padding-left: 4.0322580645vw;
    margin-bottom: 17.4731182796vw;
  }
}
@media (max-width: 743px) {
  .inquiry__outline__box {
    width: 85vw;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    border-radius: 1.8604651163vw;
  }
}
.inquiry__outline__box > h3 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 25.5vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: left;
  font-weight: 600;
  position: absolute;
  top: -2.2857142857vw;
  left: -2.2857142857vw;
}
@media screen and (max-width: "1186px"-1) {
  .inquiry__outline__box > h3 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .inquiry__outline__box > h3 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .inquiry__outline__box > h3 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 35.9879032258vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .inquiry__outline__box > h3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .inquiry__outline__box > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .inquiry__outline__box > h3 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 53.9651162791vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .inquiry__outline__box > h3 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .inquiry__outline__box > h3 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .inquiry__outline__box > h3 {
    top: -3.7209302326vw;
    left: -3.7209302326vw;
  }
}
.inquiry__outline__box__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6.5714285714vw 9.3571428571vw 4.5714285714vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .inquiry__outline__box__content {
    padding: 7.5268817204vw 6.7204301075vw 4.8387096774vw 4.0322580645vw;
  }
}
@media (max-width: 743px) {
  .inquiry__outline__box__content {
    padding: 13.023255814vw 13.023255814vw 13.023255814vw 13.023255814vw;
  }
}
.inquiry__info {
  max-width: 546px;
  width: 39vw;
  margin-left: -4.5714285714vw;
  margin-right: auto;
  background-color: #F0F0F0;
  border-radius: 0.5714285714vw;
  margin-top: 5.7142857143vw;
  padding: 4.2857142857vw 4.2857142857vw 4.2857142857vw 8.8571428571vw;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (min-width: 744px) and (max-width: 1024px) {
  .inquiry__info {
    width: initial;
    height: 100%;
    padding: 4.8387096774vw 6.7204301075vw 4.8387096774vw 8.064516129vw;
  }
}
@media (max-width: 743px) {
  .inquiry__info {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0vw;
    border-radius: 1.8604651163vw;
  }
}
.inquiry__info__list {
  line-height: 1.6;
}
.inquiry__info__list .category {
  font-size: 0.9285714286vw;
}
@media screen and (max-width: "1186px"-1) {
  .inquiry__info__list .category {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 1186px) {
  .inquiry__info__list .category {
    font-size: 13px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .inquiry__info__list .category {
    font-size: 1.4784946237vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .inquiry__info__list .category {
    font-size: 8.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .inquiry__info__list .category {
    font-size: 11px;
  }
}
@media (max-width: 743px) {
  .inquiry__info__list .category {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .inquiry__info__list .category {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .inquiry__info__list .category {
    font-size: 14px;
  }
}
.inquiry__info__list .name {
  font-size: 1.2142857143vw;
  font-weight: bold;
}
@media screen and (max-width: "1186px"-1) {
  .inquiry__info__list .name {
    font-size: 13.6px;
  }
}
@media screen and (min-width: 1186px) {
  .inquiry__info__list .name {
    font-size: 17px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .inquiry__info__list .name {
    font-size: 2.0161290323vw;
    line-height: 1.5;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .inquiry__info__list .name {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .inquiry__info__list .name {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .inquiry__info__list .name {
    font-size: 3.7209302326vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .inquiry__info__list .name {
    font-size: 12.8px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .inquiry__info__list .name {
    font-size: 16px;
  }
}
@media (max-width: 743px) {
  .inquiry__info__list {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .inquiry__info__list {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .inquiry__info__list {
    font-size: 14px;
  }
}
.inquiry__info__list + .inquiry__info__list {
  margin-top: 2.8571428571vw;
}
@media (max-width: 743px) {
  .inquiry__info__list + .inquiry__info__list {
    margin-top: 4.6511627907vw;
  }
}

.access__zone {
  padding-bottom: 5.7142857143vw;
}
@media (max-width: 743px) {
  .access__zone {
    padding-bottom: 18.6046511628vw;
  }
}
.access__zone__box {
  position: relative;
}
.access__zone__box__image {
  padding-left: 4.2857142857vw;
  padding-right: 4.2857142857vw;
}
@media (max-width: 743px) {
  .access__zone__box__image {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
.access__zone__box__ttl {
  position: absolute;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 19.4285714286vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .access__zone__box__ttl {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .access__zone__box__ttl {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .access__zone__box__ttl {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 27.4193548387vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .access__zone__box__ttl {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .access__zone__box__ttl {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .access__zone__box__ttl {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 41.1162790698vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .access__zone__box__ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .access__zone__box__ttl {
    font-size: 15px;
  }
}
.access__zone__box__link {
  position: absolute;
  bottom: 22.2857142857vw;
  right: 10.3571428571vw;
}
@media (max-width: 743px) {
  .access__zone__box__link {
    bottom: -13.023255814vw;
    right: 3.488372093vw;
  }
}
.access__zone__box__link a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .access__zone__box__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .access__zone__box__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.access__zone__box__link a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .access__zone__box__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .access__zone__box__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}
.access–-ttl1 {
  top: 2.3571428571vw;
  left: 17.5vw;
}
@media (max-width: 743px) {
  .access–-ttl1 {
    top: -4.6511627907vw;
    left: 18.6046511628vw;
  }
}
.access–-ttl2 {
  top: 37.8571428571vw;
  left: 10.7857142857vw;
}
@media (max-width: 743px) {
  .access–-ttl2 {
    top: 37.2093023256vw;
    left: 6.976744186vw;
  }
}
.access–-ttl3 {
  top: 9.7857142857vw;
  left: 13.3571428571vw;
}
@media (max-width: 743px) {
  .access–-ttl3 {
    top: 6.976744186vw;
    left: 4.6511627907vw;
  }
}
.access__info {
  background-color: #F5EFDE;
  padding-top: 11.9285714286vw;
  padding-bottom: 7.7857142857vw;
  position: relative;
}
.access__info__image {
  padding-left: 9.9285714286vw;
  padding-right: 4.2857142857vw;
}
.access__info__ttl {
  position: absolute;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 19.4285714286vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .access__info__ttl {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .access__info__ttl {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .access__info__ttl {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 27.4193548387vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .access__info__ttl {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .access__info__ttl {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .access__info__ttl {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 41.1162790698vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .access__info__ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .access__info__ttl {
    font-size: 15px;
  }
}
.access__map {
  position: relative;
}
.access__map__ttl {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 19.4285714286vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  position: absolute;
  top: -1.7142857143vw;
  left: 0vw;
  z-index: 10;
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: "1186px"-1) {
  .access__map__ttl {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .access__map__ttl {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .access__map__ttl {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 27.4193548387vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .access__map__ttl {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .access__map__ttl {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .access__map__ttl {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 41.1162790698vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .access__map__ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .access__map__ttl {
    font-size: 15px;
  }
}
.access__map__ttl:before {
  content: "";
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-bird.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 9.5vw;
  height: 10.4285714286vw;
  position: absolute;
  left: -6.4285714286vw;
  top: -60%;
}
.access__map__link {
  margin-top: 2.8571428571vw;
}
.access__map__link a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .access__map__link a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .access__map__link a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.access__map__link a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .access__map__link a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .access__map__link a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}

.information {
  padding-top: 0vw;
}
.information__area {
  background-color: #F5EFDE;
  padding: 5.7142857143vw 2.8571428571vw;
}
.information__area > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 3.9285714286vw;
}
.information__area__title h2 {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 14.0714285714vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .information__area__title h2 {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .information__area__title h2 {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .information__area__title h2 {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 19.8588709677vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .information__area__title h2 {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .information__area__title h2 {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .information__area__title h2 {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 29.7790697674vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .information__area__title h2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .information__area__title h2 {
    font-size: 15px;
  }
}
.information__area__title a {
  text-align: center;
  margin-top: 2.1428571429vw;
  display: flex;
  justify-content: center;
  font-size: 0.9285714286vw;
}
@media screen and (max-width: "1186px"-1) {
  .information__area__title a {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 1186px) {
  .information__area__title a {
    font-size: 13px;
  }
}
.information__area__title a:hover {
  text-decoration: underline;
}
.information__area__list ul {
  width: 48.4285714286vw;
}
.information__area__list ul li a {
  background-color: #F0F0F0;
  padding: 1.2857142857vw 2.1428571429vw;
  position: relative;
  width: 100%;
  display: block;
  box-shadow: 3px 3px 8px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 743px) {
  .information__area__list ul li a {
    padding: 1.8604651163vw 2.7906976744vw;
  }
}
.information__area__list ul li a:before {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #584D44;
  position: absolute;
  left: 0;
  top: 0;
}
.information__area__list ul li a:hover {
  background-color: #e7e7e7;
}
.information__area__list ul li a span {
  display: inline-block;
  margin-right: 1.4285714286vw;
}
@media (max-width: 743px) {
  .information__area__list ul li a span {
    margin-right: 2.3255813953vw;
  }
}
.information__area__list ul li + li {
  margin-top: 1.4285714286vw;
}
@media (max-width: 743px) {
  .information__area__list ul li + li {
    margin-top: 4.6511627907vw;
  }
}
.information__area .more {
  margin-top: 5.7142857143vw;
}
.information__area .more .btn a {
  border: 4px solid #256F6C;
  border-radius: 0.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.4285714286vw 3.4285714286vw;
  font-weight: 600;
  text-align: center;
  position: relative;
  line-height: 1.4;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .information__area .more .btn a {
    border-radius: 1.0752688172vw;
    padding: 1.6129032258vw 3.2258064516vw;
  }
}
@media (max-width: 743px) {
  .information__area .more .btn a {
    border-radius: 1.8604651163vw;
    padding: 4.6511627907vw 5.5813953488vw;
  }
}
.information__area .more .btn a:after {
  content: "";
  position: absolute;
  bottom: 0.7142857143vw;
  right: 0.7142857143vw;
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/icon-click.png);
  width: 2.5714285714vw;
  height: 2.2142857143vw;
  background-size: contain;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .information__area .more .btn a:after {
    bottom: 0.5376344086vw;
    right: 1.3440860215vw;
    width: 4.8387096774vw;
    height: 4.1666666667vw;
  }
}
@media (max-width: 743px) {
  .information__area .more .btn a:after {
    bottom: 2.3255813953vw;
    right: 2.3255813953vw;
    width: 8.3720930233vw;
    height: 7.2093023256vw;
  }
}

.footer {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/footer_bg.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
  color: white;
  position: relative;
}
.footer > .wrapper {
  max-width: 1366px;
  margin-left: 2.1428571429vw;
  padding-top: 3.5714285714vw;
  padding-bottom: 3.5714285714vw;
  display: flex;
  justify-content: space-between;
  gap: 4.2857142857vw;
}
@media (max-width: 743px) {
  .footer > .wrapper {
    flex-direction: column;
    gap: 9.3023255814vw;
    padding-top: 11.6279069767vw;
    padding-bottom: 11.6279069767vw;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .footer__left {
    width: 60%;
  }
}
@media (max-width: 743px) {
  .footer__left {
    width: 100%;
  }
}
.footer__left__logo__image figure img {
  max-width: 378px;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .footer__left__logo__image figure img {
    max-width: 320px;
  }
}
@media (max-width: 743px) {
  .footer__left__logo__image figure img {
    max-width: initial;
    width: 100%;
  }
}
.footer__left__logo__text {
  margin-top: 2.1428571429vw;
  display: flex;
  justify-content: flex-start;
  gap: 2.1428571429vw;
}
@media (max-width: 743px) {
  .footer__left__logo__text {
    margin-top: 6.976744186vw;
    gap: 6.976744186vw;
  }
}
.footer__left__logo__text__list h3.name {
  font-size: 1.2142857143vw;
  font-weight: 600;
}
@media screen and (max-width: "1186px"-1) {
  .footer__left__logo__text__list h3.name {
    font-size: 13.6px;
  }
}
@media screen and (min-width: 1186px) {
  .footer__left__logo__text__list h3.name {
    font-size: 17px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .footer__left__logo__text__list h3.name {
    font-size: 1.8817204301vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .footer__left__logo__text__list h3.name {
    font-size: 11.2px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .footer__left__logo__text__list h3.name {
    font-size: 14px;
  }
}
@media (max-width: 743px) {
  .footer__left__logo__text__list h3.name {
    font-size: 3.2558139535vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .footer__left__logo__text__list h3.name {
    font-size: 11.2px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .footer__left__logo__text__list h3.name {
    font-size: 14px;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .footer__right {
    width: 40%;
  }
}
@media (max-width: 743px) {
  .footer__right {
    width: 100%;
  }
}
.footer__right .header_menu {
  display: flex;
  gap: 2.1428571429vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .footer__right .header_menu {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.7142857143vw;
  }
}
@media (max-width: 743px) {
  .footer__right .header_menu {
    flex-wrap: wrap;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .footer__right .header_menu > li {
    width: calc(50% - 0.6720430108vw);
  }
}
.footer__right .header_menu > li > a {
  font-weight: 600;
  margin-bottom: 0.8571428571vw;
  display: inline-block;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .footer__right .header_menu > li > a {
    font-size: 1.747311828vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .footer__right .header_menu > li > a {
    font-size: 10.4px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .footer__right .header_menu > li > a {
    font-size: 13px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .footer__right .header_menu > li ul li {
    font-size: 1.4784946237vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .footer__right .header_menu > li ul li {
    font-size: 8.8px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .footer__right .header_menu > li ul li {
    font-size: 11px;
  }
}
.footer__right .header_menu > li a:hover {
  text-decoration: underline;
}

/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (max-width: 743px) {
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* モーダルがactiveの時 */
.modal.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modaal-outer-wrapper {
  position: absolute;
  width: 90%;
  height: 100%;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}

.modaal-inner-wrapper {
  padding-top: 14.2857142857vw;
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-inner-wrapper {
    padding-top: 21.5053763441vw;
  }
}
@media (max-width: 743px) {
  .modaal-inner-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* モーダルのコンテンツ */
.modaal-wrapper {
  background: rgba(245, 239, 222, 0.8) !important;
}

.modaal-container {
  background: transparent !important;
  box-shadow: none !important;
  max-width: 960px !important;
}
.modaal-container .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.modaal-container .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modaal-container .route_content {
  border: 2px solid #256F6C;
  border-radius: 16px;
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
  padding: 0 40px 40px;
}
.modaal-container .route_content h3.ttl {
  background-image: url(/wp-content/themes/nishiiburi/asset/images/common/ttl_bg.png);
  background-position: center;
  background-size: 100%;
  padding: 1.1428571429vw 2.2857142857vw;
  width: 26.2142857143vw;
  border-radius: 3.4285714286vw;
  filter: drop-shadow(0 0 4px #787878);
  font-size: 1.2857142857vw;
  color: white;
  text-align: center;
  font-weight: 600;
  margin-top: -28px;
  margin-left: -68px;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-container .route_content h3.ttl {
    font-size: 14.4px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-container .route_content h3.ttl {
    font-size: 18px;
  }
}
@media (min-width: 744px) and (max-width: 1024px) {
  .modaal-container .route_content h3.ttl {
    padding: 1.0752688172vw 2.1505376344vw;
    width: 36.9959677419vw;
    border-radius: 4.8387096774vw;
    font-size: 2.0161290323vw;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (max-width: "1186px"-1) {
  .modaal-container .route_content h3.ttl {
    font-size: 12px;
  }
}
@media screen and (min-width: 744px) and (max-width: 1024px) and (min-width: 1186px) {
  .modaal-container .route_content h3.ttl {
    font-size: 15px;
  }
}
@media (max-width: 743px) {
  .modaal-container .route_content h3.ttl {
    padding: 1.8604651163vw 3.7209302326vw;
    width: 55.476744186vw;
    border-radius: 7.2558139535vw;
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 743px) and (max-width: "1186px"-1) {
  .modaal-container .route_content h3.ttl {
    font-size: 12px;
  }
}
@media screen and (max-width: 743px) and (min-width: 1186px) {
  .modaal-container .route_content h3.ttl {
    font-size: 15px;
  }
}

/* モーダルを閉じるボタン */
.modaal-wrapper .modaal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #256F6C;
  transform: initial;
  cursor: pointer;
  z-index: 10;
  background-color: #256F6C;
  font-size: 1.5vw;
}
@media screen and (max-width: "1186px"-1) {
  .modaal-wrapper .modaal-close {
    font-size: 16.8px;
  }
}
@media screen and (min-width: 1186px) {
  .modaal-wrapper .modaal-close {
    font-size: 21px;
  }
}
@media (max-width: 743px) {
  .modaal-wrapper .modaal-close {
    width: 40px;
    height: 40px;
    right: 0vw;
    top: 4.6511627907vw;
  }
}
.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  background: #FFFFFF;
  width: 40px;
  height: 1px;
}
@media (max-width: 743px) {
  .modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
    width: 36px;
  }
}
.modaal-wrapper .modaal-close:before {
  transform: translateX(-50%) rotate(45deg);
}
.modaal-wrapper .modaal-close:after {
  transform: translateX(-50%) rotate(-45deg);
}
.modaal-wrapper .modaal-close:hover {
  color: #FFFFFF;
}
.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after {
  background: #FFFFFF;
}

input, textarea, select {
  background-color: #FFFFFF;
  padding: 0.375rem 0.75rem;
  border: 1px solid #707070;
}
