@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;400;500;600;700&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。
 *
 * @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 .btn_area {
  display: flex;
  justify-content: center;
}
.modaal-content-container .btn_area a {
  width: 400px;
  height: 80px;
  font-size: 1.25rem;
  color: white;
  background: rgb(87, 104, 78);
  border: 4px solid rgb(87, 104, 78);
  position: relative;
  transition: 0.5s;
}
@media screen and (max-width: 1023px) {
  .modaal-content-container .btn_area a {
    min-width: inherit;
  }
}
.modaal-content-container .btn_area a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  color: white;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.modaal-content-container .btn_area a:hover {
  color: rgb(87, 104, 78);
  background: white;
}
.modaal-content-container .btn_area a:hover > span {
  color: inherit;
}
@media all and (max-width: 1200px) {
  .modaal-content-container .btn_area a:after {
    content: none;
  }
  .modaal-content-container .btn_area a:hover:after {
    content: none;
  }
}

html {
  -webkit-overflow-scrolling: touch;
}

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

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

small {
  font-size: 1em;
}

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

img {
  max-width: 100%;
}

address {
  font-style: normal;
}

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

.hidden {
  display: none !important;
}

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

.events__single .main_contents .size-auto, .report_info__single .main_contents .size-auto,
.events__single .main_contents .size-full,
.report_info__single .main_contents .size-full,
.events__single .main_contents .size-large,
.report_info__single .main_contents .size-large,
.events__single .main_contents .size-medium,
.report_info__single .main_contents .size-medium,
.events__single .main_contents .size-thumbnail,
.report_info__single .main_contents .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.events__single .main_contents .alignleft, .report_info__single .main_contents .alignleft {
  float: left;
  margin: 0 1.5em 0.8em 0;
}
.events__single .main_contents .alignright, .report_info__single .main_contents .alignright {
  float: right;
  margin: 0 0 0.8em 1.5em;
}
.events__single .main_contents .aligncenter, .report_info__single .main_contents .aligncenter {
  display: block;
  margin: 2em auto;
}
.events__single .main_contents .alignnone, .report_info__single .main_contents .alignnone {
  max-width: 100%;
}
.events__single .main_contents .more-link, .report_info__single .main_contents .more-link {
  display: inline-block;
  margin-top: 0.8em;
}
.events__single .main_contents .clear-float, .report_info__single .main_contents .clear-float {
  clear: both;
}
.events__single .main_contents .wp-caption, .report_info__single .main_contents .wp-caption {
  max-width: 100%;
}
.events__single .main_contents .wp-caption .wp-caption-text, .report_info__single .main_contents .wp-caption .wp-caption-text {
  max-width: 100%;
}
.events__single .main_contents h1, .report_info__single .main_contents h1, .events__single .main_contents h2, .report_info__single .main_contents h2, .events__single .main_contents h3, .report_info__single .main_contents h3, .events__single .main_contents h4, .report_info__single .main_contents h4 {
  position: relative;
  font-weight: bold;
}
.events__single .main_contents h1, .report_info__single .main_contents h1 {
  font-size: 1.9285714286vw;
}
@media screen and (max-width: 1365px) {
  .events__single .main_contents h1, .report_info__single .main_contents h1 {
    font-size: 22.6px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .main_contents h1, .report_info__single .main_contents h1 {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .events__single .main_contents h1, .report_info__single .main_contents h1 {
    font-size: 6.5217391304vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .main_contents h1, .report_info__single .main_contents h1 {
    font-size: 22.6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .main_contents h1, .report_info__single .main_contents h1 {
    font-size: 27px;
  }
}
.events__single .main_contents h1 span, .report_info__single .main_contents h1 span {
  display: block;
  font-size: 1.5vw;
}
@media screen and (max-width: 1365px) {
  .events__single .main_contents h1 span, .report_info__single .main_contents h1 span {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .main_contents h1 span, .report_info__single .main_contents h1 span {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .events__single .main_contents h1 span, .report_info__single .main_contents h1 span {
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .main_contents h1 span, .report_info__single .main_contents h1 span {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .main_contents h1 span, .report_info__single .main_contents h1 span {
    font-size: 21px;
  }
}
.events__single .main_contents h3, .report_info__single .main_contents h3 {
  font-size: 1.5vw;
}
@media screen and (max-width: 1365px) {
  .events__single .main_contents h3, .report_info__single .main_contents h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .main_contents h3, .report_info__single .main_contents h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .events__single .main_contents h3, .report_info__single .main_contents h3 {
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .main_contents h3, .report_info__single .main_contents h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .main_contents h3, .report_info__single .main_contents h3 {
    font-size: 21px;
  }
}
.events__single .main_contents h2, .report_info__single .main_contents h2 {
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 1365px) {
  .events__single .main_contents h2, .report_info__single .main_contents h2 {
    font-size: 20.2px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .main_contents h2, .report_info__single .main_contents h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .events__single .main_contents h2, .report_info__single .main_contents h2 {
    line-height: 1.45;
  }
}
.events__single .main_contents h4, .report_info__single .main_contents h4 {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  .events__single .main_contents h4, .report_info__single .main_contents h4 {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .main_contents h4, .report_info__single .main_contents h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .events__single .main_contents h4, .report_info__single .main_contents h4 {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .main_contents h4, .report_info__single .main_contents h4 {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .main_contents h4, .report_info__single .main_contents h4 {
    font-size: 16px;
  }
}
.events__single .main_contents p, .report_info__single .main_contents p, .events__single .main_contents li, .report_info__single .main_contents li {
  margin-top: 1.2857142857vw;
  margin-bottom: 1.1428571429vw;
  line-height: 1.78;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  .events__single .main_contents p, .report_info__single .main_contents p, .events__single .main_contents li, .report_info__single .main_contents li {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .main_contents p, .report_info__single .main_contents p, .events__single .main_contents li, .report_info__single .main_contents li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .events__single .main_contents p, .report_info__single .main_contents p, .events__single .main_contents li, .report_info__single .main_contents li {
    margin-top: 4.347826087vw;
    margin-bottom: 3.8647342995vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .main_contents p, .report_info__single .main_contents p, .events__single .main_contents li, .report_info__single .main_contents li {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .main_contents p, .report_info__single .main_contents p, .events__single .main_contents li, .report_info__single .main_contents li {
    font-size: 16px;
  }
}
.events__single .main_contents p ~ h2, .report_info__single .main_contents p ~ h2, .events__single .main_contents p ~ h3, .report_info__single .main_contents p ~ h3, .events__single .main_contents p ~ h4, .report_info__single .main_contents p ~ h4, .events__single .main_contents li ~ h2, .report_info__single .main_contents li ~ h2, .events__single .main_contents li ~ h3, .report_info__single .main_contents li ~ h3, .events__single .main_contents li ~ h4, .report_info__single .main_contents li ~ h4 {
  margin-top: 3.4285714286vw;
}
@media (max-width: 767px) {
  .events__single .main_contents p ~ h2, .report_info__single .main_contents p ~ h2, .events__single .main_contents p ~ h3, .report_info__single .main_contents p ~ h3, .events__single .main_contents p ~ h4, .report_info__single .main_contents p ~ h4, .events__single .main_contents li ~ h2, .report_info__single .main_contents li ~ h2, .events__single .main_contents li ~ h3, .report_info__single .main_contents li ~ h3, .events__single .main_contents li ~ h4, .report_info__single .main_contents li ~ h4 {
    margin-top: 7.729468599vw;
  }
}
.events__single .main_contents small, .report_info__single .main_contents small {
  font-style: normal;
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .events__single .main_contents small, .report_info__single .main_contents small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .main_contents small, .report_info__single .main_contents small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .events__single .main_contents small, .report_info__single .main_contents small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .main_contents small, .report_info__single .main_contents small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .main_contents small, .report_info__single .main_contents small {
    font-size: 14px;
  }
}
.events__single .main_contents a, .report_info__single .main_contents a {
  word-break: break-all;
  display: inline;
  width: 100%;
  line-height: 2;
}
.events__single .main_contents ol li, .report_info__single .main_contents ol li {
  margin-left: 18.4px;
}
.events__single .main_contents .table, .report_info__single .main_contents .table, .events__single .main_contents table, .report_info__single .main_contents table {
  width: 100%;
  overflow-x: scroll;
  display: block;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.events__single .main_contents .table tr, .report_info__single .main_contents .table tr, .events__single .main_contents table tr, .report_info__single .main_contents table tr {
  border: 1px solid #343434;
}
.events__single .main_contents .table tr th, .report_info__single .main_contents .table tr th, .events__single .main_contents table tr th, .report_info__single .main_contents table tr th {
  background-color: #343434;
  color: rgb(59, 88, 1);
  padding: 8px 24px;
  white-space: nowrap;
}
.events__single .main_contents .table tr td, .report_info__single .main_contents .table tr td, .events__single .main_contents table tr td, .report_info__single .main_contents table tr td {
  padding: 8px 24px;
  border-right: 1px solid #343434;
}
.events__single .main_contents .table tr .guide_table_wrapper_left, .report_info__single .main_contents .table tr .guide_table_wrapper_left, .events__single .main_contents table tr .guide_table_wrapper_left, .report_info__single .main_contents table tr .guide_table_wrapper_left {
  width: 270px;
}
.events__single .main_contents .table tr .guide_table_wrapper_right, .report_info__single .main_contents .table tr .guide_table_wrapper_right, .events__single .main_contents table tr .guide_table_wrapper_right, .report_info__single .main_contents table tr .guide_table_wrapper_right {
  width: calc(100% - 270px);
}
.events__single .main_contents .scroll-hint-icon-wrap, .report_info__single .main_contents .scroll-hint-icon-wrap {
  background-color: rgba(0, 0, 0, 0.45);
}
.events__single .main_contents .scroll-hint-icon-wrap .scroll-hint-icon, .report_info__single .main_contents .scroll-hint-icon-wrap .scroll-hint-icon {
  opacity: 1;
}
.events__single .main_contents figure, .report_info__single .main_contents figure {
  width: 100% !important;
}
.events__single .main_contents figure img, .report_info__single .main_contents figure img {
  width: 100%;
  border-radius: 1.1428571429vw;
}
.events__single .main_contents figcaption, .report_info__single .main_contents figcaption {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .events__single .main_contents figcaption, .report_info__single .main_contents figcaption {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .main_contents figcaption, .report_info__single .main_contents figcaption {
    font-size: 14px;
  }
}
.events__single .main_contents figcaption, .report_info__single .main_contents figcaption {
  color: #a6a6a6;
}
.events__single .main_contents blockquote, .report_info__single .main_contents blockquote {
  background-color: #EBF5E5;
  border-radius: 2.2857142857vw;
  padding: 2.2857142857vw;
}
.events__single .main_contents a, .report_info__single .main_contents a {
  background: linear-gradient(transparent 70%, rgba(74, 145, 35, 0.3) 0%);
}
.events__single .main_contents .iframe-wrapper, .report_info__single .main_contents .iframe-wrapper {
  position: relative;
  padding-bottom: 57.25%;
  height: 0;
  overflow: hidden;
}
.events__single .main_contents .iframe-wrapper iframe, .report_info__single .main_contents .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.1428571429vw;
}

.modaal-noscroll {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}
.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}
.modaal-confirm-btn.modaal-ok:hover {
  background: 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);
}

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

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

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

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

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

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

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

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

@include resp-pc {
	@include rebuild-grid-columns((lg md sm xs), rm2px(2em, $font-size-md));
}
@include resp-mobile {
	@include rebuild-grid-columns((sm xs), rm2px(1.5em, $font-size-sm));
}
@include resp-sp {
	@include rebuild-grid-columns(xs, rm2px(1em, $font-size-xs));
}
*/
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  background-image: url(/wp-content/themes/hiagari/asset/images/common/bg.jpg);
  background-repeat: repeat;
}
html.kids-pages {
  background-image: none;
}
html.wf-active {
  visibility: visible;
}
html body figure {
  margin: initial;
}

:root {
  color: #204B09;
  font-weight: 400;
}

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

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

body {
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 2;
  overflow-x: hidden;
  font-family: YakuHanHP, "IBM Plex Sans JP", serif;
  font-weight: 400;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  body {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  body {
    font-size: 16px;
  }
}
body {
  letter-spacing: 0.05rem;
}
@media all and (-ms-high-contrast: none\0 ) {
  body *::-ms-backdrop, body {
    overflow-x: hidden;
  }
}

#container {
  position: relative;
}

.icon {
  position: absolute;
}

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

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

input, textarea, select {
  background-color: #FFFFFF;
  border: 1px solid #bbb;
  border-radius: 4px;
  padding: 0.2857142857vw 0.8571428571vw;
}
@media (max-width: 767px) {
  input, textarea, select {
    width: 100%;
  }
}

textarea {
  max-height: 192px;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.85;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form .wpcf7-response-output {
  max-width: 650px;
  margin: 32px 16px;
  padding: 8px 16px;
  border: 1px solid #204B09;
}

.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;
  border: none;
  font-size: 14px;
}

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

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

.wpcf7-not-valid-tip {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: red;
}

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

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

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

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

small {
  font-size: 0.75rem;
}

#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: 440px;
}
@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;
}

.wrapper {
  max-width: 1366px;
  padding-left: 2.1428571429vw;
  padding-right: 2.1428571429vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.siteheader {
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 32px;
  position: fixed;
  z-index: 1001;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .siteheader {
    margin-top: 16px;
  }
}
.siteheader .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.7142857143vw;
  max-height: 80px;
  width: 100vw;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .siteheader .wrapper {
    height: 13.5265700483vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .wrapper .logo {
    width: 50%;
  }
}
.siteheader .wrapper .logo h1 svg {
  height: 2.6428571429vw;
}
@media (max-width: 767px) {
  .siteheader .wrapper .logo h1 svg {
    height: initial;
    width: 48.309178744vw;
  }
}
.siteheader .wrapper .logo h1 svg g path {
  fill: #204B09;
}
.siteheader .wrapper .links .pc_menu {
  background-color: #204B09;
  color: white;
  border-radius: 4.5714285714vw;
  width: 43.8571428571vw;
  padding: 1.1428571429vw 3.4285714286vw;
}
@media (max-width: 767px) {
  .siteheader .wrapper .links .pc_menu {
    display: none;
  }
}
.siteheader .wrapper .links .pc_menu .header_menu {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.siteheader .wrapper .links .pc_menu .header_menu li {
  text-align: center;
}
.siteheader .gbtn {
  z-index: 9999;
  padding-right: 0.8571428571vw;
  display: block;
}
.siteheader .gbtn input {
  display: none;
}
@media (min-width: 1024px) {
  .siteheader .gbtn {
    display: none;
  }
}
@media (max-width: 767px) {
  .siteheader .gbtn {
    width: 100%;
    display: block;
    height: 9.6618357488vw;
  }
}
.siteheader .gbtn label, .siteheader .gbtn a {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  width: 2.8571428571vw;
  height: initial;
  top: 2.1428571429vw;
  right: 2.8571428571vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .gbtn label, .siteheader .gbtn a {
    width: 5.2083333333vw;
    height: initial;
    top: 2.0833333333vw;
  }
}
@media (max-width: 767px) {
  .siteheader .gbtn label, .siteheader .gbtn a {
    width: 9.6618357488vw;
    height: initial;
    top: 3.3816425121vw;
  }
}
.siteheader .gbtn label span, .siteheader .gbtn a span {
  background-color: #204B09;
  display: block;
  width: 2.8571428571vw;
  height: 0.1428571429vw;
  margin-bottom: 0.7142857143vw;
}
.siteheader .gbtn label span:nth-last-of-type(1), .siteheader .gbtn a span:nth-last-of-type(1) {
  margin-bottom: initial;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .gbtn label span, .siteheader .gbtn a span {
    width: 5.2083333333vw;
    height: 0.2604166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
@media (max-width: 767px) {
  .siteheader .gbtn label span, .siteheader .gbtn a span {
    width: 9.6618357488vw;
    height: 0.4830917874vw;
    margin-bottom: 1.690821256vw;
  }
}
.siteheader .gbtn input.active + label, .siteheader .gbtn .active {
  position: fixed;
  top: 1.7142857143vw;
  right: 2.8571428571vw;
  width: 2.8571428571vw;
  height: 2.8571428571vw;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .siteheader .gbtn input.active + label, .siteheader .gbtn .active {
    top: 0.78125vw;
    width: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .siteheader .gbtn input.active + label, .siteheader .gbtn .active {
    top: 1.9323671498vw;
    right: 3.8647342995vw;
    width: 9.6618357488vw;
    height: 9.6618357488vw;
  }
}
.siteheader .gbtn input.active + label span:nth-of-type(1), .siteheader .gbtn .active span:nth-of-type(1) {
  transform: rotate(135deg);
  margin-bottom: 0;
  margin-top: 0px;
  position: absolute;
}
.siteheader .gbtn input.active + label span:nth-of-type(2), .siteheader .gbtn .active span:nth-of-type(2) {
  display: none;
}
.siteheader .gbtn input.active + label span:nth-last-of-type(1), .siteheader .gbtn .active span:nth-last-of-type(1) {
  transform: rotate(-135deg);
  margin-top: 0px;
  position: absolute;
}
.siteheader .headwrap {
  position: fixed;
  right: 2.2142857143vw;
  top: 3vw;
  z-index: 10000;
}
@media (max-width: 767px) {
  .siteheader .headwrap {
    width: 40px;
    height: 40px;
  }
}
.siteheader.teppen {
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0);
}

.gn-wrap {
  position: fixed;
  margin-top: -2px;
  width: 100%;
  height: 0vh;
  z-index: 100;
  display: none;
  padding: 18.5714285714vw 2.1428571429vw 4.2857142857vw;
}
@media (max-width: 767px) {
  .gn-wrap {
    padding: 43.4782608696vw 7.2463768116vw 14.4927536232vw;
  }
  .gn-wrap.active {
    display: block;
    height: 100svh;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.gn-wrap .header_menu li {
  margin-bottom: 3.8647342995vw;
  text-align: center;
}
.gn-wrap .header_menu li a {
  color: white;
  font-weight: 600;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .gn-wrap .header_menu li a {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .gn-wrap .header_menu li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .gn-wrap .header_menu li a {
    color: #204b09;
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .gn-wrap .header_menu li a {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .gn-wrap .header_menu li a {
    font-size: 18px;
  }
}

.mainvisual {
  position: relative;
  aspect-ratio: 1770/921;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vw;
}
.mainvisual .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.mainvisual .image_area:before {
  content: "";
  display: block;
  padding-top: 52%;
}
.mainvisual .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mainvisual .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .mainvisual {
    aspect-ratio: initial;
    padding-bottom: 10.1449275362vw;
  }
  .mainvisual .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .mainvisual .image_area:before {
    content: "";
    display: block;
    padding-top: 115%;
  }
  .mainvisual .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .mainvisual .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}
.mainvisual {
  position: relative;
}
.mainvisual:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12.6428571429vw;
  background: url(/wp-content/themes/taniyatsu/asset/images/common/carb.svg);
  background-size: cover;
  z-index: 2;
  bottom: 0;
}
@media (max-width: 767px) {
  .mainvisual:before {
    height: 42.7536231884vw;
  }
}

.nomv {
  margin-top: 5.1428571429vw;
  padding-top: 10.2857142857vw;
}
@media (max-width: 767px) {
  .nomv {
    margin-top: 31.4009661836vw;
    padding-top: 0vw;
  }
}

.information.home .information__area {
  display: grid;
  grid-template-columns: 14.5714285714vw 1fr;
  gap: 2.8571428571vw;
  max-width: 52.6428571429vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .information.home .information__area {
    max-width: initial;
  }
}
.information.home .information__area--head {
  width: 100%;
  aspect-ratio: 204/189;
  position: relative;
  color: white;
}
@media (max-width: 767px) {
  .information.home .information__area--head {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.information.home .information__area--head h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 400;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 1365px) {
  .information.home .information__area--head h2 {
    font-size: 20.2px;
  }
}
@media screen and (min-width: 1186px) {
  .information.home .information__area--head h2 {
    font-size: 24px;
  }
}
.information.home .information__area--head:before {
  content: "";
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/info_bg.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.information.home .information__area__list .list_all {
  width: 100%;
  text-align: right;
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .information.home .information__area__list .list_all {
    margin-top: 7.2463768116vw;
  }
}
.information.home .information__area__list .list_all .all {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, rgba(74, 145, 35, 0.3) 0%);
}

#info .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
#info .information__area {
  display: grid;
  grid-template-columns: 14.5714285714vw 1fr;
  gap: 2.8571428571vw;
  max-width: 52.6428571429vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #info .information__area {
    max-width: initial;
  }
}
#info .information__area--head {
  width: 100%;
  aspect-ratio: 204/189;
  position: relative;
  color: white;
}
@media (max-width: 767px) {
  #info .information__area--head {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
#info .information__area--head h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 400;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 1365px) {
  #info .information__area--head h2 {
    font-size: 20.2px;
  }
}
@media screen and (min-width: 1186px) {
  #info .information__area--head h2 {
    font-size: 24px;
  }
}
#info .information__area--head:before {
  content: "";
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/info_bg.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}
#info .information__area__list .list_all {
  width: 100%;
  text-align: right;
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  #info .information__area__list .list_all {
    margin-top: 7.2463768116vw;
  }
}
#info .information__area__list .list_all .all {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, rgba(74, 145, 35, 0.3) 0%);
}
#info .information__area {
  width: 75.4285714286vw;
  align-items: flex-start;
  grid-template-columns: 14.5714285714vw calc(100% - 14.5714285714vw);
}
@media (max-width: 767px) {
  #info .information__area {
    width: 100%;
    grid-template-columns: initial;
    gap: 5.7971014493vw;
  }
}
#info .information__area .list-item {
  margin-bottom: 0.8571428571vw;
}
@media (max-width: 767px) {
  #info .information__area .list-item {
    margin-bottom: 2.8985507246vw;
  }
}
#info .information__area .info-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, opacity 0.3s ease-out;
  opacity: 0;
}
#info .information__area .info-content.active {
  max-height: 3000px;
  opacity: 1;
}
#info .information__area .info-content .info-content-inner {
  padding: 1.1428571429vw 0;
  margin: 0.5714285714vw 0 4.5714285714vw;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
#info .information__area .info-toggle {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  #info .information__area .info-toggle {
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 5.7971014493vw;
    align-items: flex-start;
  }
  #info .information__area .info-toggle > span:first-child {
    width: 100%;
  }
}
#info .information__area .toggle-icon {
  margin-left: 0.8571428571vw;
  transition: transform 0.3s ease;
  display: inline-block;
  font-size: 0.7142857143vw;
}
@media screen and (max-width: 1365px) {
  #info .information__area .toggle-icon {
    font-size: 9px;
  }
}
@media screen and (min-width: 1186px) {
  #info .information__area .toggle-icon {
    font-size: 10px;
  }
}
#info .information__area .info-toggle.active {
  font-weight: 600;
}
#info .information__area .info-toggle.active .toggle-icon {
  content: "▲";
}

.more .btn {
  text-align: center;
}

.page-load-status {
  display: none;
  text-align: center;
  padding: 20px;
}

.page-load-status.is-loading {
  display: block !important;
}

.page-load-status .loading-message,
.page-load-status .last-message {
  display: none;
}

.page-load-status.is-loading .loading-message {
  display: block;
}

.page-load-status.is-last .last-message {
  display: block;
}

.events .tab-content, .report_info .tab-content {
  display: none;
}
.events .tab-content.active, .report_info .tab-content.active {
  display: block;
}
.events .page-load-status.is-loading, .report_info .page-load-status.is-loading {
  display: block;
}
.events .page-load-status.is-last, .report_info .page-load-status.is-last {
  display: block;
}
.events .page-load-status.is-loading .loading-message, .report_info .page-load-status.is-loading .loading-message {
  display: block;
}
.events .page-load-status.is-loading .last-message, .report_info .page-load-status.is-loading .last-message {
  display: none;
}
.events .page-load-status.is-last .loading-message, .report_info .page-load-status.is-last .loading-message {
  display: none;
}
.events .page-load-status.is-last .last-message, .report_info .page-load-status.is-last .last-message {
  display: block;
}
.events .flex, .report_info .flex {
  display: grid;
  grid-template-columns: 59.1428571429vw 26.5vw;
  justify-content: center;
  gap: 4vw;
}
@media (max-width: 767px) {
  .events .flex, .report_info .flex {
    grid-template-columns: 1fr;
    gap: 13.5265700483vw;
  }
}
.events header, .report_info header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .events header, .report_info header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.events header, .report_info header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .events header, .report_info header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.events header:before, .report_info header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.events header h2, .report_info header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .events header h2, .report_info header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .events header h2, .report_info header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .events header h2, .report_info header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events header h2, .report_info header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events header h2, .report_info header h2 {
    font-size: 24px;
  }
}
.events--textarea, .report_info--textarea {
  margin-top: 5vw;
  width: 45.0714285714vw;
}
@media (max-width: 767px) {
  .events--textarea, .report_info--textarea {
    margin-top: 16.9082125604vw;
    width: 100%;
  }
}
.events--list, .report_info--list {
  margin-top: 5.7142857143vw;
}
@media (max-width: 767px) {
  .events--list, .report_info--list {
    margin-top: 19.3236714976vw;
  }
}
.events__tabs, .report_info__tabs {
  display: grid;
  grid-template-columns: 19.7142857143vw 17.5714285714vw;
  gap: 2.8571428571vw;
}
@media (max-width: 767px) {
  .events__tabs, .report_info__tabs {
    grid-template-columns: 1fr 1fr;
    gap: 9.6618357488vw;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.events__tabs .tab-button, .report_info__tabs .tab-button {
  height: 3.4285714286vw;
  border-radius: 1.7142857143vw;
  color: white;
}
@media (max-width: 767px) {
  .events__tabs .tab-button, .report_info__tabs .tab-button {
    height: 11.5942028986vw;
    border-radius: 5.7971014493vw;
  }
}
.events__tabs .tab-button.upcoming-event, .report_info__tabs .tab-button.upcoming-event {
  background-color: #4a9123;
}
.events__tabs .tab-button.past-event, .report_info__tabs .tab-button.past-event {
  background-color: #AFAFAF;
}
.events__area, .report_info__area {
  width: 100%;
}
.events__area .post-list, .events__single .post-list, .report_info__area .post-list, .report_info__single .post-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5714285714vw;
  margin-top: 3.8571428571vw;
}
@media (max-width: 767px) {
  .events__area .post-list, .events__single .post-list, .report_info__area .post-list, .report_info__single .post-list {
    gap: 15.4589371981vw;
    grid-template-columns: 1fr;
    margin-top: 13.0434782609vw;
  }
}
.events__area .post-list .list-item, .events__single .post-list .list-item, .report_info__area .post-list .list-item, .report_info__single .post-list .list-item {
  border: 2px solid #AFAFAF;
  border-radius: 1.1428571429vw;
}
@media (max-width: 767px) {
  .events__area .post-list .list-item, .events__single .post-list .list-item, .report_info__area .post-list .list-item, .report_info__single .post-list .list-item {
    border-radius: 3.8647342995vw;
  }
}
.events__area .post-list .list-item .image_area, .events__single .post-list .list-item .image_area, .report_info__area .post-list .list-item .image_area, .report_info__single .post-list .list-item .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.events__area .post-list .list-item .image_area:before, .events__single .post-list .list-item .image_area:before, .report_info__area .post-list .list-item .image_area:before, .report_info__single .post-list .list-item .image_area:before {
  content: "";
  display: block;
  padding-top: 67.67%;
}
.events__area .post-list .list-item .image_area figure, .events__single .post-list .list-item .image_area figure, .report_info__area .post-list .list-item .image_area figure, .report_info__single .post-list .list-item .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.events__area .post-list .list-item .image_area figure img, .events__single .post-list .list-item .image_area figure img, .report_info__area .post-list .list-item .image_area figure img, .report_info__single .post-list .list-item .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.events__area .post-list .list-item .image_area figure img, .events__single .post-list .list-item .image_area figure img, .report_info__area .post-list .list-item .image_area figure img, .report_info__single .post-list .list-item .image_area figure img {
  border-radius: 1.1428571429vw 1.1428571429vw 0 0;
}
@media (max-width: 767px) {
  .events__area .post-list .list-item .image_area figure img, .events__single .post-list .list-item .image_area figure img, .report_info__area .post-list .list-item .image_area figure img, .report_info__single .post-list .list-item .image_area figure img {
    border-radius: 3.8647342995vw 3.8647342995vw 0 0;
  }
}
.events__area .post-list .list-item .event-date, .events__single .post-list .list-item .event-date, .report_info__area .post-list .list-item .event-date, .report_info__single .post-list .list-item .event-date {
  margin-top: -4.5714285714vw;
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .events__area .post-list .list-item .event-date, .events__single .post-list .list-item .event-date, .report_info__area .post-list .list-item .event-date, .report_info__single .post-list .list-item .event-date {
    margin-top: -15.4589371981vw;
  }
}
.events__area .post-list .list-item .event-date span, .events__single .post-list .list-item .event-date span, .report_info__area .post-list .list-item .event-date span, .report_info__single .post-list .list-item .event-date span {
  display: inline-block;
  padding: 0.2857142857vw 1.1428571429vw;
  color: white;
  background-color: #AFAFAF;
  border-radius: 0 0.2857142857vw 0.2857142857vw 0;
}
@media (max-width: 767px) {
  .events__area .post-list .list-item .event-date span, .events__single .post-list .list-item .event-date span, .report_info__area .post-list .list-item .event-date span, .report_info__single .post-list .list-item .event-date span {
    padding: 0.9661835749vw 3.8647342995vw;
    border-radius: 0 0.9661835749vw 0.9661835749vw 0;
  }
}
.events__area .post-list .list-item .event-date br + span, .events__single .post-list .list-item .event-date br + span, .report_info__area .post-list .list-item .event-date br + span, .report_info__single .post-list .list-item .event-date br + span {
  margin-top: 0.5714285714vw;
}
@media (max-width: 767px) {
  .events__area .post-list .list-item .event-date br + span, .events__single .post-list .list-item .event-date br + span, .report_info__area .post-list .list-item .event-date br + span, .report_info__single .post-list .list-item .event-date br + span {
    margin-top: 1.9323671498vw;
  }
}
.events__area .post-list .list-item .title, .events__single .post-list .list-item .title, .report_info__area .post-list .list-item .title, .report_info__single .post-list .list-item .title {
  padding-left: 1.7142857143vw;
  padding-right: 1.7142857143vw;
  font-weight: 600;
  color: #AFAFAF;
}
@media (max-width: 767px) {
  .events__area .post-list .list-item .title, .events__single .post-list .list-item .title, .report_info__area .post-list .list-item .title, .report_info__single .post-list .list-item .title {
    padding-left: 5.7971014493vw;
    padding-right: 5.7971014493vw;
  }
}
.events__area .post-list .list-item .info-content, .events__single .post-list .list-item .info-content, .report_info__area .post-list .list-item .info-content, .report_info__single .post-list .list-item .info-content {
  margin-top: 0.5714285714vw;
  padding-left: 1.7142857143vw;
  padding-right: 1.7142857143vw;
  padding-bottom: 2.8571428571vw;
}
@media (max-width: 767px) {
  .events__area .post-list .list-item .info-content, .events__single .post-list .list-item .info-content, .report_info__area .post-list .list-item .info-content, .report_info__single .post-list .list-item .info-content {
    margin-top: 1.9323671498vw;
    padding-left: 5.7971014493vw;
    padding-right: 5.7971014493vw;
    padding-bottom: 9.6618357488vw;
  }
}
.events__area .post-list .list-item .info-content .info-content-inner figure, .events__single .post-list .list-item .info-content .info-content-inner figure, .report_info__area .post-list .list-item .info-content .info-content-inner figure, .report_info__single .post-list .list-item .info-content .info-content-inner figure {
  width: 100% !important;
}
.events__area .post-list .list-item .info-footer, .events__single .post-list .list-item .info-footer, .report_info__area .post-list .list-item .info-footer, .report_info__single .post-list .list-item .info-footer {
  background-color: #AFAFAF;
  color: white;
  padding: 1.7142857143vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8571428571vw;
  border-radius: 0 0 1vw 1vw;
}
@media (max-width: 767px) {
  .events__area .post-list .list-item .info-footer, .events__single .post-list .list-item .info-footer, .report_info__area .post-list .list-item .info-footer, .report_info__single .post-list .list-item .info-footer {
    padding: 3.8647342995vw;
    gap: 2.8985507246vw;
    border-radius: 0 0 3.3816425121vw 3.3816425121vw;
  }
}
.events__area .post-list .list-item .info-footer .btn, .events__single .post-list .list-item .info-footer .btn, .report_info__area .post-list .list-item .info-footer .btn, .report_info__single .post-list .list-item .info-footer .btn {
  display: none;
}
.events__area .upcoming .post-list .list-item, .events__single .upcoming .post-list .list-item, .report_info__area .upcoming .post-list .list-item, .report_info__single .upcoming .post-list .list-item {
  border: 2px solid #4A9123;
}
.events__area .upcoming .post-list .list-item .event-date span, .events__single .upcoming .post-list .list-item .event-date span, .report_info__area .upcoming .post-list .list-item .event-date span, .report_info__single .upcoming .post-list .list-item .event-date span {
  background-color: #4A9123;
}
.events__area .upcoming .post-list .list-item .title, .events__single .upcoming .post-list .list-item .title, .report_info__area .upcoming .post-list .list-item .title, .report_info__single .upcoming .post-list .list-item .title {
  color: #4a9123;
}
.events__area .upcoming .post-list .list-item .info-footer, .events__single .upcoming .post-list .list-item .info-footer, .report_info__area .upcoming .post-list .list-item .info-footer, .report_info__single .upcoming .post-list .list-item .info-footer {
  background-color: #4a9123;
}
.events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
  border: 4px solid white;
  border-radius: 2.2857142857vw;
  background-color: #C6AB5F;
  color: #4A3008;
  width: 7.8571428571vw;
  height: 3.4285714286vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 1.3;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 18px;
  }
}
.events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 14px;
  }
}
.events__area .upcoming .post-list .list-item .info-footer .btn .icon-link, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-link, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-link, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-link {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-link, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-link, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-link, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
.events__area .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-link:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.events__area .upcoming .post-list .list-item .info-footer .btn .icon-download, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-download, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-download, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-download {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-download, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-download, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-download, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
.events__area .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-download:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    border: 4px solid white;
    border-radius: 7.729468599vw;
    background-color: #C6AB5F;
    color: #4A3008;
    width: 26.5700483092vw;
    height: 11.5942028986vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    line-height: 1.3;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn, .events__single .upcoming .post-list .list-item .info-footer .btn, .report_info__area .upcoming .post-list .list-item .info-footer .btn, .report_info__single .upcoming .post-list .list-item .info-footer .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn small, .events__single .upcoming .post-list .list-item .info-footer .btn small, .report_info__area .upcoming .post-list .list-item .info-footer .btn small, .report_info__single .upcoming .post-list .list-item .info-footer .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-link, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-link, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-link, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-link {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-link, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-link, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-link, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-link:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-link:after, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-download, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-download, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-download, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-download {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-download, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-download, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-download, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-download:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__area .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .events__single .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .report_info__area .upcoming .post-list .list-item .info-footer .btn .icon-download:after, .report_info__single .upcoming .post-list .list-item .info-footer .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.events__single .title, .report_info__single .title {
  margin-top: 5.1428571429vw;
  font-weight: 600;
  line-height: 1.65;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 1365px) {
  .events__single .title, .report_info__single .title {
    font-size: 20.2px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .title, .report_info__single .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .events__single .title, .report_info__single .title {
    margin-top: 17.3913043478vw;
    font-size: 5.3140096618vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .title, .report_info__single .title {
    font-size: 18.6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .title, .report_info__single .title {
    font-size: 22px;
  }
}
.events__single .item_content, .report_info__single .item_content {
  display: flex;
  justify-content: flex-start;
  gap: 3.4285714286vw;
  margin-top: 2.2857142857vw;
}
@media (max-width: 767px) {
  .events__single .item_content, .report_info__single .item_content {
    flex-direction: column;
    gap: 5.7971014493vw;
    margin-top: 7.729468599vw;
  }
}
.events__single .item_content .event-date span, .report_info__single .item_content .event-date span {
  display: inline-flex;
  padding: 0.2857142857vw 1.1428571429vw;
  color: white;
  background-color: #4A9123;
  border-radius: 0.5714285714vw;
}
@media (max-width: 767px) {
  .events__single .item_content .event-date span, .report_info__single .item_content .event-date span {
    padding: 0.9661835749vw 1.9323671498vw;
    border-radius: 1.9323671498vw;
  }
}
.events__single .item_content .event-date br + span, .report_info__single .item_content .event-date br + span {
  margin-top: 0.2857142857vw;
}
@media (max-width: 767px) {
  .events__single .item_content .event-date br + span, .report_info__single .item_content .event-date br + span {
    margin-top: 0.9661835749vw;
    margin-left: 1.9323671498vw;
  }
}
.events__single .main_contents, .report_info__single .main_contents {
  margin-top: 5.1428571429vw;
}
@media (max-width: 767px) {
  .events__single .main_contents, .report_info__single .main_contents {
    margin-top: 11.5942028986vw;
  }
}
.events__single .btn, .report_info__single .btn {
  border: 4px solid white;
  border-radius: 2.2857142857vw;
  background-color: #0089C9;
  color: white;
  width: 12.8571428571vw;
  height: 3.4285714286vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 1.3;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 18px;
  }
}
.events__single .btn small, .report_info__single .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 14px;
  }
}
.events__single .btn .icon-link, .report_info__single .btn .icon-link {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .events__single .btn .icon-link, .report_info__single .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
.events__single .btn .icon-link:after, .report_info__single .btn .icon-link:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .events__single .btn .icon-link:after, .report_info__single .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.events__single .btn .icon-download, .report_info__single .btn .icon-download {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .events__single .btn .icon-download, .report_info__single .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
.events__single .btn .icon-download:after, .report_info__single .btn .icon-download:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .events__single .btn .icon-download:after, .report_info__single .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .events__single .btn, .report_info__single .btn {
    border: 4px solid white;
    border-radius: 7.729468599vw;
    background-color: #0089C9;
    color: white;
    width: 43.4782608696vw;
    height: 11.5942028986vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    line-height: 1.3;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .events__single .btn, .report_info__single .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .events__single .btn small, .report_info__single .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .events__single .btn .icon-link, .report_info__single .btn .icon-link {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__single .btn .icon-link, .report_info__single .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .events__single .btn .icon-link:after, .report_info__single .btn .icon-link:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__single .btn .icon-link:after, .report_info__single .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .events__single .btn .icon-download, .report_info__single .btn .icon-download {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__single .btn .icon-download, .report_info__single .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .events__single .btn .icon-download:after, .report_info__single .btn .icon-download:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .events__single .btn .icon-download:after, .report_info__single .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.events__single .btn, .report_info__single .btn {
  margin-top: 4.5714285714vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .events__single .btn, .report_info__single .btn {
    margin-top: 15.4589371981vw;
    font-weight: 400;
  }
}
.events__report, .report_info__report {
  border-left: 2px dotted #4A3008;
  border-bottom: 2px dotted #4A3008;
  height: fit-content;
}
.events__report .tab-button, .report_info__report .tab-button {
  width: 17.7857142857vw;
  height: 3.4285714286vw;
  border-radius: 1.7142857143vw;
  margin-left: -1.7142857143vw;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .events__report .tab-button, .report_info__report .tab-button {
    width: 60.1449275362vw;
    height: 11.5942028986vw;
    border-radius: 5.7971014493vw;
    margin-left: -5.7971014493vw;
  }
}
.events__report .tab-button.event-report, .report_info__report .tab-button.event-report {
  background-color: #4A3008;
}
.events__report .list_all, .report_info__report .list_all {
  text-align: right;
  color: #4A3008;
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .events__report .list_all, .report_info__report .list_all {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .events__report .list_all, .report_info__report .list_all {
    font-size: 14px;
  }
}
.events__report .list_all .all, .report_info__report .list_all .all {
  display: inline;
  padding: 0 4px 2px 4px;
  background: linear-gradient(transparent 70%, rgba(74, 48, 8, 0.3) 0%);
}
.events__report .report-list, .report_info__report .report-list {
  margin-top: 2.8571428571vw;
  color: #4A3008;
}
.events__report .report-list .list-item .item_content, .report_info__report .report-list .list-item .item_content {
  padding: 2.4285714286vw 0vw 2.4285714286vw 1.9285714286vw;
}
.events__report .report-list .list-item + .list-item, .report_info__report .report-list .list-item + .list-item {
  border-top: 2px dotted #4A3008;
}

.report header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .report header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.report header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .report header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.report header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.report header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .report header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .report header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .report header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .report header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .report header h2 {
    font-size: 24px;
  }
}
.report #scroll-message {
  text-align: center;
  margin-top: 3.4285714286vw;
  opacity: 0.7;
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .report #scroll-message {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .report #scroll-message {
    font-size: 14px;
  }
}
.report #loading-message {
  text-align: center;
  margin-top: 1.7142857143vw;
  text-align: center;
  padding: 1.4285714286vw;
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .report #loading-message {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .report #loading-message {
    font-size: 14px;
  }
}
.report .pagination {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
.report .list-item.is-loading {
  opacity: 0;
  animation: fadeIn 0.3s forwards;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.report .list-item {
  opacity: 1;
  transform: translateY(0);
  transition: 0.4s ease;
}
.report .list-item.is-loading {
  opacity: 0;
  transform: translateY(1.7142857143vw);
}
.report .report-list {
  margin-top: 2.5714285714vw;
}
.report .report-list .list-item {
  padding-top: 1.7142857143vw;
  padding-bottom: 1.7142857143vw;
}
.report .report-list .list-item .item_content {
  display: grid;
  grid-template-columns: 1fr 3fr 15.9285714286vw 2fr;
  gap: 2.5714285714vw;
}
.report .report-list .list-item .item_content .title {
  font-weight: 600;
  line-height: 1.6;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .report .report-list .list-item .item_content .title {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .report .report-list .list-item .item_content .title {
    font-size: 18px;
  }
}
.report .report-list .list-item .item_content .event-date span {
  display: inline-flex;
  padding: 0.2857142857vw 1.1428571429vw;
  color: white;
  background-color: #4A9123;
  border-radius: 0.5714285714vw;
}
.report .report-list .list-item .item_content .event-date br + span {
  margin-top: 0.2857142857vw;
}
.report .report-list .list-item + .list-item {
  border-top: 2px dotted #4A3008;
}

.self_delivery {
  margin-top: 9.7857142857vw;
}
@media (max-width: 767px) {
  .self_delivery {
    margin-top: 33.0917874396vw;
  }
}
.self_delivery .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media (max-width: 767px) {
  .self_delivery .wrapper {
    flex-direction: column;
    margin-top: 33.0917874396vw;
  }
}
.self_delivery__content header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .self_delivery__content header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.self_delivery__content header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .self_delivery__content header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.self_delivery__content header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.self_delivery__content header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__content header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__content header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .self_delivery__content header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content header h2 {
    font-size: 24px;
  }
}
.self_delivery__content .textarea {
  margin-top: 6.9285714286vw;
  width: 48.7857142857vw;
}
@media (max-width: 767px) {
  .self_delivery__content .textarea {
    width: 100%;
  }
}
.self_delivery__content .textarea a {
  color: #0089C9;
}
.self_delivery__content .info {
  margin-top: 8.0714285714vw;
  background-color: #0089C9;
  width: 48.7857142857vw;
  height: 14.2857142857vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  border-radius: 0 2.2857142857vw 2.2857142857vw 0;
  position: relative;
  color: white;
}
@media (max-width: 767px) {
  .self_delivery__content .info {
    width: 100%;
    height: initial;
    flex-direction: column;
    padding-left: 0vw;
    padding-bottom: 9.6618357488vw;
    border-radius: 0 7.729468599vw 7.729468599vw 0;
  }
}
.self_delivery__content .info:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #0089C9;
}
.self_delivery__content .info--area {
  height: 10.5714285714vw;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .self_delivery__content .info--area {
    flex-direction: column;
    height: initial;
    padding: 5.7971014493vw 0;
    align-items: flex-start;
  }
}
.self_delivery__content .info--area h3 {
  position: relative;
  width: 17.1428571429vw;
  font-weight: 500;
  font-size: 1.5vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__content .info--area h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__content .info--area h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--area h3 {
    width: 57.9710144928vw;
    margin-bottom: 1.9323671498vw;
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--area h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--area h3 {
    font-size: 21px;
  }
}
.self_delivery__content .info--area .cap {
  position: relative;
  padding-left: 1.4285714286vw;
  padding-right: 2.1428571429vw;
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__content .info--area .cap {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__content .info--area .cap {
    font-size: 14px;
  }
}
.self_delivery__content .info--area .cap {
  font-weight: 400;
}
@media (max-width: 767px) {
  .self_delivery__content .info--area .cap {
    padding-top: 4.8309178744vw;
    padding-left: 0vw;
    padding-right: 7.2463768116vw;
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--area .cap {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--area .cap {
    font-size: 14px;
  }
}
.self_delivery__content .info--area .cap strong {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__content .info--area .cap strong {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__content .info--area .cap strong {
    font-size: 16px;
  }
}
.self_delivery__content .info--area .cap strong {
  font-weight: 400;
}
@media (max-width: 767px) {
  .self_delivery__content .info--area .cap strong {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--area .cap strong {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--area .cap strong {
    font-size: 16px;
  }
}
.self_delivery__content .info--area .cap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: white;
  left: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .self_delivery__content .info--area .cap:after {
    width: 90%;
    height: 1px;
    right: 0;
    bottom: initial;
  }
}
.self_delivery__content .info--btn {
  position: absolute;
  top: -5.1428571429vw;
  right: 2.1428571429vw;
}
.self_delivery__content .info--btn .btn {
  border: 4px solid white;
  border-radius: 2.2857142857vw;
  background-color: #C6AB5F;
  color: #4A3008;
  width: 19.7142857143vw;
  height: 6.2142857143vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 1.3;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__content .info--btn .btn {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__content .info--btn .btn {
    font-size: 18px;
  }
}
.self_delivery__content .info--btn .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--btn .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--btn .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 14px;
  }
}
.self_delivery__content .info--btn .btn .icon-link {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
.self_delivery__content .info--btn .btn .icon-link:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.self_delivery__content .info--btn .btn .icon-download {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
.self_delivery__content .info--btn .btn .icon-download:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn {
    position: initial;
    top: initial;
    right: initial;
  }
  .self_delivery__content .info--btn .btn {
    border: 4px solid white;
    border-radius: 7.729468599vw;
    background-color: #C6AB5F;
    color: #4A3008;
    width: 66.6666666667vw;
    height: 15.4589371981vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    line-height: 1.3;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--btn .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--btn .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__content .info--btn .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--btn .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--btn .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__content .info--btn .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-link {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-link:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-download {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-download:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__content .info--btn .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.self_delivery__appli {
  width: 47.1428571429vw;
  background-color: #EBF5E5;
  padding: 3vw 0vw 4.2857142857vw 2.8571428571vw;
  border-radius: 3.4285714286vw 0 0 3.4285714286vw;
  height: 25.5714285714vw;
  position: relative;
}
@media (max-width: 767px) {
  .self_delivery__appli {
    margin-top: 9.6618357488vw;
    width: 100%;
    background-color: #EBF5E5;
    padding: 10.1449275362vw 0vw 14.4927536232vw 5.7971014493vw;
    border-radius: 11.5942028986vw 0 0 11.5942028986vw;
    height: initial;
  }
}
.self_delivery__appli:before {
  content: "";
  position: absolute;
  width: 50vw;
  right: -50vw;
  background-color: #EBF5E5;
  bottom: 0;
  top: 0;
}
@media (max-width: 767px) {
  .self_delivery__appli:before {
    z-index: -1;
  }
}
.self_delivery__appli h4 {
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__appli h4 {
    font-size: 20.2px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__appli h4 {
    font-size: 24px;
  }
}
.self_delivery__appli h4 {
  color: #000000;
  font-weight: 500;
}
@media (max-width: 767px) {
  .self_delivery__appli h4 {
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__appli h4 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__appli h4 {
    font-size: 24px;
  }
}
.self_delivery__appli .textarea {
  margin-top: 2.1428571429vw;
  width: 37.7142857143vw;
}
@media (max-width: 767px) {
  .self_delivery__appli .textarea {
    margin-top: 7.2463768116vw;
    width: 100%;
  }
}
.self_delivery__appli .appli--btn {
  margin-top: 2.8571428571vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.self_delivery__appli .appli--btn .btn {
  border: 4px solid white;
  border-radius: 2.2857142857vw;
  background-color: #C6AB5F;
  color: #4A3008;
  width: 11.5vw;
  height: 3.8571428571vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 1.3;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 18px;
  }
}
.self_delivery__appli .appli--btn .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 14px;
  }
}
.self_delivery__appli .appli--btn .btn .icon-link {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
.self_delivery__appli .appli--btn .btn .icon-link:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.self_delivery__appli .appli--btn .btn .icon-download {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
.self_delivery__appli .appli--btn .btn .icon-download:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 3.8647342995vw;
  }
  .self_delivery__appli .appli--btn .btn {
    border: 4px solid white;
    border-radius: 7.729468599vw;
    background-color: #C6AB5F;
    color: #4A3008;
    width: 38.8888888889vw;
    height: 13.0434782609vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    line-height: 1.3;
    font-size: 1.2857142857vw;
  }
  .self_delivery__appli .appli--btn {
    margin-top: 9.6618357488vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__appli .appli--btn .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .self_delivery__appli .appli--btn .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-link {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-link:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-download {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-download:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .self_delivery__appli .appli--btn .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}

.recycle_paper {
  margin-top: 9.7857142857vw;
}
@media (max-width: 767px) {
  .recycle_paper {
    margin-top: 33.0917874396vw;
  }
}
.recycle_paper .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media (max-width: 767px) {
  .recycle_paper .wrapper {
    gap: 13.5265700483vw;
    flex-direction: column-reverse;
  }
}
.recycle_paper__content header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .recycle_paper__content header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.recycle_paper__content header {
  border-radius: 4.5714285714vw 0 0 4.5714285714vw;
}
@media (max-width: 767px) {
  .recycle_paper__content header {
    padding-left: 9.6618357488vw;
    border-radius: 15.4589371981vw 0 0 15.4589371981vw;
  }
}
.recycle_paper__content header {
  margin-right: 0;
  margin-left: auto;
}
.recycle_paper__content header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: initial;
  right: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.recycle_paper__content header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .recycle_paper__content header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .recycle_paper__content header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .recycle_paper__content header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .recycle_paper__content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .recycle_paper__content header h2 {
    font-size: 24px;
  }
}
.recycle_paper__content {
  width: 44.5vw;
}
@media (max-width: 767px) {
  .recycle_paper__content {
    width: 100%;
  }
}
.recycle_paper__content .registration {
  margin-top: 6.2142857143vw;
  background-color: #0089C9;
  padding: 3.2857142857vw 4.7142857143vw;
  border-radius: 3.4285714286vw;
  color: white;
  position: relative;
}
@media (max-width: 767px) {
  .recycle_paper__content .registration {
    margin-top: 13.5265700483vw;
    padding: 11.1111111111vw 7.729468599vw;
    border-radius: 7.729468599vw;
  }
}
.recycle_paper__content .registration h3 {
  font-weight: 500;
  font-size: 1.5vw;
}
@media screen and (max-width: 1365px) {
  .recycle_paper__content .registration h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .recycle_paper__content .registration h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .recycle_paper__content .registration h3 {
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .recycle_paper__content .registration h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .recycle_paper__content .registration h3 {
    font-size: 21px;
  }
}
.recycle_paper__content .registration > .textarea {
  margin-top: 1.4285714286vw;
  padding-top: 1.4285714286vw;
  border-top: 1px solid white;
  font-weight: 400;
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .recycle_paper__content .registration > .textarea {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .recycle_paper__content .registration > .textarea {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .recycle_paper__content .registration > .textarea {
    margin-top: 4.8309178744vw;
    padding-top: 4.8309178744vw;
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .recycle_paper__content .registration > .textarea {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .recycle_paper__content .registration > .textarea {
    font-size: 14px;
  }
}
.recycle_paper__content .registration > .textarea h4 {
  font-weight: 400;
  margin-bottom: 1.1428571429vw;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  .recycle_paper__content .registration > .textarea h4 {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .recycle_paper__content .registration > .textarea h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .recycle_paper__content .registration > .textarea h4 {
    margin-bottom: 3.8647342995vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .recycle_paper__content .registration > .textarea h4 {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .recycle_paper__content .registration > .textarea h4 {
    font-size: 16px;
  }
}
.recycle_paper__textarea {
  width: 40.2142857143vw;
  padding: 6.7857142857vw 0;
  background-color: #EBF5E5;
  position: relative;
}
@media (max-width: 767px) {
  .recycle_paper__textarea {
    width: 100%;
    padding: 11.5942028986vw 7.729468599vw 11.5942028986vw 0;
    border-radius: 0 7.729468599vw 7.729468599vw 0;
  }
}
.recycle_paper__textarea:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  background-color: #EBF5E5;
  top: 0;
  bottom: 0;
}
.recycle_paper__textarea:after {
  content: "";
  position: absolute;
  width: 21.4285714286vw;
  right: -21.4285714286vw;
  background-color: #EBF5E5;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .recycle_paper__textarea:after {
    display: none;
  }
}

.facility_info, .leaflet {
  margin-top: 9.7857142857vw;
}
@media (max-width: 767px) {
  .facility_info, .leaflet {
    margin-top: 26.0869565217vw;
  }
}
.facility_info__content header, .leaflet__content header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .facility_info__content header, .leaflet__content header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.facility_info__content header, .leaflet__content header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .facility_info__content header, .leaflet__content header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.facility_info__content header:before, .leaflet__content header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.facility_info__content header h2, .leaflet__content header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .facility_info__content header h2, .leaflet__content header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .facility_info__content header h2, .leaflet__content header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .facility_info__content header h2, .leaflet__content header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content header h2, .leaflet__content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content header h2, .leaflet__content header h2 {
    font-size: 24px;
  }
}
.facility_info__content .facility_info__btns, .facility_info__content .leaflet__btns, .leaflet__content .facility_info__btns, .leaflet__content .leaflet__btns {
  border: 4px solid #4A9123;
  border-radius: 2.8571428571vw;
  padding-top: 8.9285714286vw;
  padding-bottom: 4.2857142857vw;
  margin-top: -4.2857142857vw;
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns, .facility_info__content .leaflet__btns, .leaflet__content .facility_info__btns, .leaflet__content .leaflet__btns {
    border-radius: 7.729468599vw;
    padding-top: 15.4589371981vw;
    padding-bottom: 7.729468599vw;
    margin-top: -7.729468599vw;
  }
}
.facility_info__content .facility_info__btns ul, .facility_info__content .leaflet__btns ul, .leaflet__content .facility_info__btns ul, .leaflet__content .leaflet__btns ul {
  gap: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
  border: 4px solid white;
  border-radius: 1.7142857143vw;
  background-color: #C6AB5F;
  color: #4A3008;
  width: 21.1428571429vw;
  height: 4.5714285714vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 1.3;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 18px;
  }
}
.facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 14px;
  }
}
.facility_info__content .facility_info__btns ul .btn .icon-link, .facility_info__content .leaflet__btns ul .btn .icon-link, .leaflet__content .facility_info__btns ul .btn .icon-link, .leaflet__content .leaflet__btns ul .btn .icon-link {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-link, .facility_info__content .leaflet__btns ul .btn .icon-link, .leaflet__content .facility_info__btns ul .btn .icon-link, .leaflet__content .leaflet__btns ul .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
.facility_info__content .facility_info__btns ul .btn .icon-link:after, .facility_info__content .leaflet__btns ul .btn .icon-link:after, .leaflet__content .facility_info__btns ul .btn .icon-link:after, .leaflet__content .leaflet__btns ul .btn .icon-link:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-link:after, .facility_info__content .leaflet__btns ul .btn .icon-link:after, .leaflet__content .facility_info__btns ul .btn .icon-link:after, .leaflet__content .leaflet__btns ul .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.facility_info__content .facility_info__btns ul .btn .icon-download, .facility_info__content .leaflet__btns ul .btn .icon-download, .leaflet__content .facility_info__btns ul .btn .icon-download, .leaflet__content .leaflet__btns ul .btn .icon-download {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-download, .facility_info__content .leaflet__btns ul .btn .icon-download, .leaflet__content .facility_info__btns ul .btn .icon-download, .leaflet__content .leaflet__btns ul .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
.facility_info__content .facility_info__btns ul .btn .icon-download:after, .facility_info__content .leaflet__btns ul .btn .icon-download:after, .leaflet__content .facility_info__btns ul .btn .icon-download:after, .leaflet__content .leaflet__btns ul .btn .icon-download:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-download:after, .facility_info__content .leaflet__btns ul .btn .icon-download:after, .leaflet__content .facility_info__btns ul .btn .icon-download:after, .leaflet__content .leaflet__btns ul .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul, .facility_info__content .leaflet__btns ul, .leaflet__content .facility_info__btns ul, .leaflet__content .leaflet__btns ul {
    flex-direction: column;
    gap: 5.7971014493vw;
  }
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    border: 4px solid white;
    border-radius: 5.7971014493vw;
    background-color: #C6AB5F;
    color: #4A3008;
    width: 71.4975845411vw;
    height: 15.4589371981vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    line-height: 1.3;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-link, .facility_info__content .leaflet__btns ul .btn .icon-link, .leaflet__content .facility_info__btns ul .btn .icon-link, .leaflet__content .leaflet__btns ul .btn .icon-link {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-link, .facility_info__content .leaflet__btns ul .btn .icon-link, .leaflet__content .facility_info__btns ul .btn .icon-link, .leaflet__content .leaflet__btns ul .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-link:after, .facility_info__content .leaflet__btns ul .btn .icon-link:after, .leaflet__content .facility_info__btns ul .btn .icon-link:after, .leaflet__content .leaflet__btns ul .btn .icon-link:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-link:after, .facility_info__content .leaflet__btns ul .btn .icon-link:after, .leaflet__content .facility_info__btns ul .btn .icon-link:after, .leaflet__content .leaflet__btns ul .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-download, .facility_info__content .leaflet__btns ul .btn .icon-download, .leaflet__content .facility_info__btns ul .btn .icon-download, .leaflet__content .leaflet__btns ul .btn .icon-download {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-download, .facility_info__content .leaflet__btns ul .btn .icon-download, .leaflet__content .facility_info__btns ul .btn .icon-download, .leaflet__content .leaflet__btns ul .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-download:after, .facility_info__content .leaflet__btns ul .btn .icon-download:after, .leaflet__content .facility_info__btns ul .btn .icon-download:after, .leaflet__content .leaflet__btns ul .btn .icon-download:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn .icon-download:after, .facility_info__content .leaflet__btns ul .btn .icon-download:after, .leaflet__content .facility_info__btns ul .btn .icon-download:after, .leaflet__content .leaflet__btns ul .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 16px;
  }
}
.facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
  font-size: 0.8571428571vw;
}
@media screen and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 10.6px;
  }
}
@media screen and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn, .facility_info__content .leaflet__btns ul .btn, .leaflet__content .facility_info__btns ul .btn, .leaflet__content .leaflet__btns ul .btn {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 2.8985507246vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 10.6px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .facility_info__content .facility_info__btns ul .btn small, .facility_info__content .leaflet__btns ul .btn small, .leaflet__content .facility_info__btns ul .btn small, .leaflet__content .leaflet__btns ul .btn small {
    font-size: 12px;
  }
}

.leaflet__content header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .leaflet__content header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.leaflet__content header {
  border-radius: 4.5714285714vw 0 0 4.5714285714vw;
}
@media (max-width: 767px) {
  .leaflet__content header {
    padding-left: 9.6618357488vw;
    border-radius: 15.4589371981vw 0 0 15.4589371981vw;
  }
}
.leaflet__content header {
  margin-right: 0;
  margin-left: auto;
}
.leaflet__content header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: initial;
  right: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.leaflet__content header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .leaflet__content header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .leaflet__content header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .leaflet__content header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .leaflet__content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .leaflet__content header h2 {
    font-size: 24px;
  }
}

.overview .facility .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
@media (max-width: 767px) {
  .overview .facility .wrapper {
    flex-direction: column;
    gap: 5.7971014493vw;
  }
}
.overview .facility__content header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .overview .facility__content header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.overview .facility__content header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .overview .facility__content header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.overview .facility__content header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.overview .facility__content header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .overview .facility__content header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .facility__content header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .overview .facility__content header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .facility__content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .facility__content header h2 {
    font-size: 24px;
  }
}
.overview .facility__content header {
  width: 48.8571428571vw;
}
@media (max-width: 767px) {
  .overview .facility__content header {
    width: 90vw;
  }
}
.overview .facility__content .textarea {
  margin-top: 3.9285714286vw;
  width: 41.7142857143vw;
}
.overview .facility__content .textarea a {
  color: #0089C9;
}
@media (max-width: 767px) {
  .overview .facility__content .textarea {
    width: 100%;
  }
}
.overview .facility__content .facility__info {
  margin-top: 4.5714285714vw;
  background-color: #EBF5E5;
  padding: 3.4285714286vw 2.8571428571vw 2.8571428571vw 2.8571428571vw;
  border-radius: 2.8571428571vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0vw 3.4285714286vw;
  color: #000000;
  width: 60.5714285714vw;
  font-size: 1.0714285714vw;
}
@media screen and (max-width: 1365px) {
  .overview .facility__content .facility__info {
    font-size: 13px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .facility__content .facility__info {
    font-size: 15px;
  }
}
.overview .facility__content .facility__info h4 {
  flex-basis: 100%;
  margin-bottom: 1.1428571429vw;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 1365px) {
  .overview .facility__content .facility__info h4 {
    font-size: 20.2px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .facility__content .facility__info h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .overview .facility__content .facility__info {
    margin-top: 15.4589371981vw;
    padding: 7.729468599vw 5.7971014493vw 7.729468599vw 5.7971014493vw;
    border-radius: 9.6618357488vw;
    gap: 0vw 11.5942028986vw;
    width: 100%;
  }
}
.overview .facility__concept {
  width: 23.3571428571vw;
  background-color: #0089C9;
  color: white;
  position: relative;
  border-radius: 1.1428571429vw;
  padding: 2.2857142857vw 1.1428571429vw 1.7142857143vw;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  .overview .facility__concept {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .facility__concept {
    font-size: 16px;
  }
}
.overview .facility__concept h4 {
  background-color: #000000;
  padding: 0.2857142857vw 1.1428571429vw;
  display: inline-block;
  border-radius: 0.8571428571vw;
  margin-left: 0vw;
  position: absolute;
  top: -1.1428571429vw;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  .overview .facility__concept h4 {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .facility__concept h4 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .overview .facility__concept {
    margin-top: 4.5714285714vw;
    width: 100%;
    border-radius: 5.7971014493vw;
    padding: 7.729468599vw 3.8647342995vw 5.7971014493vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .facility__concept {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .facility__concept {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .overview .facility__concept h4 {
    padding: 0.9661835749vw 3.8647342995vw;
    border-radius: 2.8985507246vw;
    margin-left: 0vw;
    top: -3.8647342995vw;
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .facility__concept h4 {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .facility__concept h4 {
    font-size: 16px;
  }
}
.overview .flow {
  margin-top: 13.3571428571vw;
}
@media (max-width: 767px) {
  .overview .flow {
    margin-top: 33.0917874396vw;
  }
}
.overview .flow__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.9285714286vw;
}
.overview .flow__header header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .overview .flow__header header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.overview .flow__header header {
  border-radius: 4.5714285714vw 0 0 4.5714285714vw;
}
@media (max-width: 767px) {
  .overview .flow__header header {
    padding-left: 9.6618357488vw;
    border-radius: 15.4589371981vw 0 0 15.4589371981vw;
  }
}
.overview .flow__header header {
  margin-right: 0;
  margin-left: auto;
}
.overview .flow__header header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: initial;
  right: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.overview .flow__header header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .overview .flow__header header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .flow__header header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .overview .flow__header header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .flow__header header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .flow__header header h2 {
    font-size: 24px;
  }
}
.overview .flow__header header {
  width: 48.8571428571vw;
  margin-left: initial;
}
.overview .flow__header .textarea {
  width: 38.2142857143vw;
}
@media (max-width: 767px) {
  .overview .flow__header {
    flex-direction: column-reverse;
    gap: 11.5942028986vw;
  }
  .overview .flow__header header {
    width: 90vw;
  }
  .overview .flow__header .textarea {
    width: 100%;
  }
}
.overview .flow__map {
  background-color: #EBF5E5;
  margin-top: 2.1428571429vw;
  position: relative;
}
@media (max-width: 767px) {
  .overview .flow__map {
    margin-top: 26.0869565217vw;
  }
}
.overview .flow__map:before {
  content: "";
  position: absolute;
  top: -4.5714285714vw;
  right: 0;
  display: block;
  width: 50.7857142857vw;
  height: 6.5vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/flow-tree.png);
  background-size: contain;
  z-index: -1;
}
@media (max-width: 767px) {
  .overview .flow__map:before {
    top: -15.4589371981vw;
    width: 171.7391304348vw;
    height: 21.9806763285vw;
  }
}
.overview .flow__map figure {
  margin-top: 6.5vw;
}
@media (max-width: 767px) {
  .overview .flow__map figure {
    margin-top: 19.3236714976vw;
  }
}
.overview .flow__part {
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .overview .flow__part {
    margin-top: 7.2463768116vw;
  }
}
.overview .flow__part__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.7142857143vw;
}
@media (max-width: 767px) {
  .overview .flow__part__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 9.1787439614vw;
  }
}
.overview .flow__part__list .item {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 1.1428571429vw;
}
.overview .flow__part__list .item .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.overview .flow__part__list .item .image_area:before {
  content: "";
  display: block;
  padding-top: 66.67%;
}
.overview .flow__part__list .item .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.overview .flow__part__list .item .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
.overview .flow__part__list .item figure img {
  border-radius: 1.1428571429vw 1.1428571429vw 0 0;
}
.overview .flow__part__list .item .title {
  position: relative;
  margin-top: -1.7142857143vw;
  z-index: 2;
}
@media (max-width: 767px) {
  .overview .flow__part__list .item .title {
    margin-top: -5.7971014493vw;
  }
}
.overview .flow__part__list .item .title h4 {
  color: white;
  display: inline-block;
  font-weight: 500;
  padding: 0.5714285714vw 1.7142857143vw;
  position: relative;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .overview .flow__part__list .item .title h4 {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .flow__part__list .item .title h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .overview .flow__part__list .item .title h4 {
    padding: 1.9323671498vw 5.7971014493vw;
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .flow__part__list .item .title h4 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .flow__part__list .item .title h4 {
    font-size: 18px;
  }
}
.overview .flow__part__list .item .title h4 .triangle {
  width: 2.8571428571vw;
  position: absolute;
  right: -2.8571428571vw;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .overview .flow__part__list .item .title h4 .triangle {
    width: 9.6618357488vw;
    right: -9.6618357488vw;
  }
}
.overview .flow__part__list .item .detail {
  line-height: 1.6;
  color: #000000;
  text-align: justify;
  padding: 1.7142857143vw 1.7142857143vw 2.2857142857vw 1.7142857143vw;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 1365px) {
  .overview .flow__part__list .item .detail {
    font-size: 13.8px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .flow__part__list .item .detail {
    font-size: 16px;
  }
}
.overview .factory {
  margin-top: 9.7857142857vw;
}
@media (max-width: 767px) {
  .overview .factory {
    margin-top: 33.0917874396vw;
  }
}
.overview .factory__content header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .overview .factory__content header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.overview .factory__content header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .overview .factory__content header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.overview .factory__content header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.overview .factory__content header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .overview .factory__content header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .overview .factory__content header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .overview .factory__content header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .overview .factory__content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .overview .factory__content header h2 {
    font-size: 24px;
  }
}
.overview .factory__content header {
  width: 48.8571428571vw;
}
@media (max-width: 767px) {
  .overview .factory__content header {
    width: 90vw;
  }
}
.overview .factory__content .image_area {
  margin-top: 4.2857142857vw;
}
@media (max-width: 767px) {
  .overview .factory__content .image_area {
    margin-top: 14.4927536232vw;
  }
}

.access {
  position: relative;
  aspect-ratio: 1770/921;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vw;
}
.access .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.access .image_area:before {
  content: "";
  display: block;
  padding-top: 52%;
}
.access .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.access .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .access {
    aspect-ratio: initial;
    padding-bottom: 10.1449275362vw;
  }
  .access .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .access .image_area:before {
    content: "";
    display: block;
    padding-top: 115%;
  }
  .access .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .access .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}
.access .mainvisual {
  aspect-ratio: 1366/620;
  padding-bottom: initial;
}
.access header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .access header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.access header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .access header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.access header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.access header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .access header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .access header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .access header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .access header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .access header h2 {
    font-size: 24px;
  }
}
.access header {
  width: 48.8571428571vw;
}
@media (max-width: 767px) {
  .access header {
    width: 90vw;
  }
}
@media (max-width: 767px) {
  .access .access_guide {
    margin-top: 18.5990338164vw;
  }
}
.access .access_guide .title {
  margin-top: 7.6428571429vw;
}
.access .access_guide .title h3 {
  padding: 0.5714285714vw 4.5714285714vw 0.5714285714vw;
  background-color: #4a9123;
  color: white;
  border-radius: 3.4285714286vw;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.5vw;
}
@media screen and (max-width: 1365px) {
  .access .access_guide .title h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .access .access_guide .title h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .access .access_guide .title h3 {
    padding: 1.9323671498vw 15.4589371981vw 1.9323671498vw;
    border-radius: 11.5942028986vw;
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .title h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .title h3 {
    font-size: 21px;
  }
}
.access .access_guide .iframe-wrapper {
  position: relative;
  padding-bottom: 52.25%;
  height: 0;
  overflow: hidden;
}
.access .access_guide .iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.1428571429vw;
}
@media (max-width: 767px) {
  .access .access_guide .iframe-wrapper {
    position: relative;
    padding-bottom: 125%;
    height: 0;
    overflow: hidden;
  }
  .access .access_guide .iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 1.1428571429vw;
  }
}
.access .access_guide .map {
  border-radius: 1.1428571429vw;
  margin-top: 1.7142857143vw;
}
@media (max-width: 767px) {
  .access .access_guide .map {
    border-radius: 3.8647342995vw;
    margin-top: 5.7971014493vw;
  }
}
.access .access_guide .around {
  margin-top: 3.4285714286vw;
  position: relative;
}
@media (max-width: 767px) {
  .access .access_guide .around {
    margin-top: 3.8647342995vw;
  }
}
.access .access_guide .around .map_info {
  width: 34.2857142857vw;
  max-width: 480px;
  position: absolute;
  bottom: 0vw;
  right: 0;
  padding: 1vw 1.7142857143vw;
  border-radius: 0 0 1.1428571429vw 1.1428571429vw;
  background-color: #204B09;
  color: white;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info {
    width: 100%;
    position: initial;
    grid-template-columns: 1fr;
    gap: 5.7971014493vw;
    padding: 3.3816425121vw 5.7971014493vw;
    border-radius: 0 0 3.8647342995vw 3.8647342995vw;
  }
}
.access .access_guide .around .map_info__box {
  position: relative;
  padding-right: 0.7142857143vw;
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__box {
    padding-right: 2.4154589372vw;
  }
}
.access .access_guide .around .map_info__box h4 {
  font-weight: 500;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .access .access_guide .around .map_info__box h4 {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .access .access_guide .around .map_info__box h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__box h4 {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .around .map_info__box h4 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .around .map_info__box h4 {
    font-size: 18px;
  }
}
.access .access_guide .around .map_info__box:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: white;
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__box:after {
    display: none;
  }
}
.access .access_guide .around .map_info__box {
  line-height: 1.7;
}
.access .access_guide .around .map_info__link {
  padding-left: 0.7142857143vw;
  margin-left: auto;
  margin-right: auto;
}
.access .access_guide .around .map_info__link .btn {
  border: 4px solid white;
  border-radius: 1.7142857143vw;
  background-color: #C6AB5F;
  color: #4A3008;
  width: 11.4285714286vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 1.3;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 18px;
  }
}
.access .access_guide .around .map_info__link .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 14px;
  }
}
.access .access_guide .around .map_info__link .btn .icon-link {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
.access .access_guide .around .map_info__link .btn .icon-link:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.access .access_guide .around .map_info__link .btn .icon-download {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
.access .access_guide .around .map_info__link .btn .icon-download:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn {
    border: 4px solid white;
    border-radius: 5.7971014493vw;
    background-color: #C6AB5F;
    color: #4A3008;
    width: 38.6473429952vw;
    height: 10.1449275362vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    line-height: 1.3;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .around .map_info__link .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .around .map_info__link .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-link {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-link:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-download {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-download:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .access .access_guide .around .map_info__link .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.access .access_guide .around .map_info__link .btn {
  max-width: 240px;
}
.access .access_guide .around .map_info__link .btn a {
  letter-spacing: initial;
}
.access .access_guide .info {
  margin-top: 0vw;
  width: 73.1428571429vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .access .access_guide .info {
    width: 100%;
  }
}
.access .access_guide .info .caption .color-blue, .access .access_guide .info .caption .color-orange {
  padding: 0.2857142857vw 1.1428571429vw;
  color: white;
  display: inline-block;
  border-radius: 0.5714285714vw;
  line-height: 1.3;
  padding-top: 0.4285714286vw;
}
@media (max-width: 767px) {
  .access .access_guide .info .caption .color-blue, .access .access_guide .info .caption .color-orange {
    padding: 0.9661835749vw 3.8647342995vw;
    border-radius: 1.9323671498vw;
    padding-top: 1.4492753623vw;
  }
}
.access .access_guide .info .caption .color-blue {
  background-color: #0089C9;
}
.access .access_guide .info .caption .color-orange {
  background-color: #EC6A0F;
}
.access .access_guide .info .caption ul {
  margin-top: 0.5714285714vw;
}
@media (max-width: 767px) {
  .access .access_guide .info .caption ul {
    margin-top: 1.9323671498vw;
  }
}
.access .access_guide .info .caption ul li span {
  padding: 0.2857142857vw;
  line-height: 1.3;
  margin-right: 0.5714285714vw;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #0089C9;
  aspect-ratio: 1/1;
  width: 1.7142857143vw;
  border-radius: 0.4285714286vw;
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .access .access_guide .info .caption ul li span {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .access .access_guide .info .caption ul li span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .access .access_guide .info .caption ul li span {
    padding: 0.9661835749vw;
    margin-right: 1.9323671498vw;
    width: 5.7971014493vw;
    border-radius: 1.4492753623vw;
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .access .access_guide .info .caption ul li span {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .access .access_guide .info .caption ul li span {
    font-size: 14px;
  }
}
.access .access_guide .info .caption ul li {
  color: #000000;
}
.access .access_guide .info .caption ul li + li {
  margin-top: 0.2857142857vw;
}
@media (max-width: 767px) {
  .access .access_guide .info .caption ul li + li {
    margin-top: 0.9661835749vw;
  }
}
.access .access_guide .info .caption + .caption {
  margin-top: 2.1428571429vw;
}
@media (max-width: 767px) {
  .access .access_guide .info .caption + .caption {
    margin-top: 7.2463768116vw;
  }
}

.tour {
  position: relative;
  aspect-ratio: 1770/921;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3vw;
}
.tour .image_area {
  width: 100%;
  position: relative;
  display: block;
}
.tour .image_area:before {
  content: "";
  display: block;
  padding-top: 52%;
}
.tour .image_area figure {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.tour .image_area figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .tour {
    aspect-ratio: initial;
    padding-bottom: 10.1449275362vw;
  }
  .tour .image_area {
    width: 100%;
    position: relative;
    display: block;
  }
  .tour .image_area:before {
    content: "";
    display: block;
    padding-top: 115%;
  }
  .tour .image_area figure {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .tour .image_area figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    display: block;
  }
}
.tour .mainvisual {
  aspect-ratio: 1366/620;
  padding-bottom: initial;
}
.tour header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .tour header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.tour header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .tour header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.tour header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.tour header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .tour header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .tour header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .tour header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .tour header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .tour header h2 {
    font-size: 24px;
  }
}
.tour header {
  width: 48.8571428571vw;
}
@media (max-width: 767px) {
  .tour header {
    width: 90vw;
  }
}
.tour .caption {
  margin-top: 4.5714285714vw;
}
@media (max-width: 767px) {
  .tour .caption {
    margin-top: 15.4589371981vw;
  }
}
.tour .tour__content .tour_guide, .tour .tour__content2 .tour_guide, .tour .tour__content3 .tour_guide {
  margin-top: 6.2857142857vw;
  border: 3px solid #4A9123;
  border-radius: 3.4285714286vw;
  padding: 2.8571428571vw 4.2857142857vw 4.2857142857vw;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide, .tour .tour__content2 .tour_guide, .tour .tour__content3 .tour_guide {
    margin-top: 15.4589371981vw;
    border-radius: 5.7971014493vw;
    padding: 9.6618357488vw 3.8647342995vw 14.4927536232vw;
  }
}
.tour .tour__content .tour_guide .title, .tour .tour__content2 .tour_guide .title, .tour .tour__content3 .tour_guide .title {
  margin-top: -5.1428571429vw;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .title, .tour .tour__content2 .tour_guide .title, .tour .tour__content3 .tour_guide .title {
    margin-top: -17.3913043478vw;
  }
}
.tour .tour__content .tour_guide .title h3, .tour .tour__content2 .tour_guide .title h3, .tour .tour__content3 .tour_guide .title h3 {
  padding: 0.5714285714vw 4.5714285714vw 0.5714285714vw;
  background-color: #4a9123;
  color: white;
  border-radius: 3.4285714286vw;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.5vw;
}
@media screen and (max-width: 1365px) {
  .tour .tour__content .tour_guide .title h3, .tour .tour__content2 .tour_guide .title h3, .tour .tour__content3 .tour_guide .title h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .tour .tour__content .tour_guide .title h3, .tour .tour__content2 .tour_guide .title h3, .tour .tour__content3 .tour_guide .title h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .title h3, .tour .tour__content2 .tour_guide .title h3, .tour .tour__content3 .tour_guide .title h3 {
    padding: 1.9323671498vw 15.4589371981vw 1.9323671498vw;
    border-radius: 5.7971014493vw;
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .tour .tour__content .tour_guide .title h3, .tour .tour__content2 .tour_guide .title h3, .tour .tour__content3 .tour_guide .title h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .tour .tour__content .tour_guide .title h3, .tour .tour__content2 .tour_guide .title h3, .tour .tour__content3 .tour_guide .title h3 {
    font-size: 21px;
  }
}
.tour .tour__content .tour_guide ul, .tour .tour__content2 .tour_guide ul, .tour .tour__content3 .tour_guide ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2.7142857143vw;
  margin-bottom: 3.4285714286vw;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide ul, .tour .tour__content2 .tour_guide ul, .tour .tour__content3 .tour_guide ul {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 9.1787439614vw;
    margin-bottom: 11.5942028986vw;
  }
}
.tour .tour__content .tour_guide ul li, .tour .tour__content2 .tour_guide ul li, .tour .tour__content3 .tour_guide ul li {
  position: relative;
  padding: 0.5714285714vw 3.4285714286vw;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide ul li, .tour .tour__content2 .tour_guide ul li, .tour .tour__content3 .tour_guide ul li {
    padding: 1.9323671498vw 3.8647342995vw;
  }
}
.tour .tour__content .tour_guide ul li h4, .tour .tour__content2 .tour_guide ul li h4, .tour .tour__content3 .tour_guide ul li h4 {
  text-align: center;
  font-size: 1.7142857143vw;
}
@media screen and (max-width: 1365px) {
  .tour .tour__content .tour_guide ul li h4, .tour .tour__content2 .tour_guide ul li h4, .tour .tour__content3 .tour_guide ul li h4 {
    font-size: 20.2px;
  }
}
@media screen and (min-width: 1186px) {
  .tour .tour__content .tour_guide ul li h4, .tour .tour__content2 .tour_guide ul li h4, .tour .tour__content3 .tour_guide ul li h4 {
    font-size: 24px;
  }
}
.tour .tour__content .tour_guide ul li h4, .tour .tour__content2 .tour_guide ul li h4, .tour .tour__content3 .tour_guide ul li h4 {
  color: #4A9123;
  font-weight: 500;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide ul li h4, .tour .tour__content2 .tour_guide ul li h4, .tour .tour__content3 .tour_guide ul li h4 {
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .tour .tour__content .tour_guide ul li h4, .tour .tour__content2 .tour_guide ul li h4, .tour .tour__content3 .tour_guide ul li h4 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .tour .tour__content .tour_guide ul li h4, .tour .tour__content2 .tour_guide ul li h4, .tour .tour__content3 .tour_guide ul li h4 {
    font-size: 24px;
  }
}
.tour .tour__content .tour_guide ul li > div, .tour .tour__content2 .tour_guide ul li > div, .tour .tour__content3 .tour_guide ul li > div {
  margin-top: 1.7142857143vw;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide ul li > div, .tour .tour__content2 .tour_guide ul li > div, .tour .tour__content3 .tour_guide ul li > div {
    margin-top: 5.7971014493vw;
    margin-bottom: 5.7971014493vw;
  }
}
.tour .tour__content .tour_guide ul li > div strong, .tour .tour__content2 .tour_guide ul li > div strong, .tour .tour__content3 .tour_guide ul li > div strong {
  font-weight: 500;
}
.tour .tour__content .tour_guide ul li:before, .tour .tour__content2 .tour_guide ul li:before, .tour .tour__content3 .tour_guide ul li:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #4A9123;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide ul li:before, .tour .tour__content2 .tour_guide ul li:before, .tour .tour__content3 .tour_guide ul li:before {
    width: 100%;
    height: 1px;
  }
}
.tour .tour__content .tour_guide ul li:first-child:before, .tour .tour__content2 .tour_guide ul li:first-child:before, .tour .tour__content3 .tour_guide ul li:first-child:before {
  display: none;
}
.tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
  border: 4px solid white;
  border-radius: 2.2857142857vw;
  background-color: #C6AB5F;
  color: #4A3008;
  width: 33.7142857143vw;
  height: 5.1428571429vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 1.3;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 18px;
  }
}
.tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 14px;
  }
}
.tour .tour__content .tour_guide .btn .icon-link, .tour .tour__content2 .tour_guide .btn .icon-link, .tour .tour__content3 .tour_guide .btn .icon-link {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-link, .tour .tour__content2 .tour_guide .btn .icon-link, .tour .tour__content3 .tour_guide .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
.tour .tour__content .tour_guide .btn .icon-link:after, .tour .tour__content2 .tour_guide .btn .icon-link:after, .tour .tour__content3 .tour_guide .btn .icon-link:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-link:after, .tour .tour__content2 .tour_guide .btn .icon-link:after, .tour .tour__content3 .tour_guide .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.tour .tour__content .tour_guide .btn .icon-download, .tour .tour__content2 .tour_guide .btn .icon-download, .tour .tour__content3 .tour_guide .btn .icon-download {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-download, .tour .tour__content2 .tour_guide .btn .icon-download, .tour .tour__content3 .tour_guide .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
.tour .tour__content .tour_guide .btn .icon-download:after, .tour .tour__content2 .tour_guide .btn .icon-download:after, .tour .tour__content3 .tour_guide .btn .icon-download:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-download:after, .tour .tour__content2 .tour_guide .btn .icon-download:after, .tour .tour__content3 .tour_guide .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    border: 4px solid white;
    border-radius: 7.729468599vw;
    background-color: #C6AB5F;
    color: #4A3008;
    width: 57.9710144928vw;
    height: 11.5942028986vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    line-height: 1.3;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .tour .tour__content .tour_guide .btn small, .tour .tour__content2 .tour_guide .btn small, .tour .tour__content3 .tour_guide .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-link, .tour .tour__content2 .tour_guide .btn .icon-link, .tour .tour__content3 .tour_guide .btn .icon-link {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-link, .tour .tour__content2 .tour_guide .btn .icon-link, .tour .tour__content3 .tour_guide .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-link:after, .tour .tour__content2 .tour_guide .btn .icon-link:after, .tour .tour__content3 .tour_guide .btn .icon-link:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-link:after, .tour .tour__content2 .tour_guide .btn .icon-link:after, .tour .tour__content3 .tour_guide .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-download, .tour .tour__content2 .tour_guide .btn .icon-download, .tour .tour__content3 .tour_guide .btn .icon-download {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-download, .tour .tour__content2 .tour_guide .btn .icon-download, .tour .tour__content3 .tour_guide .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-download:after, .tour .tour__content2 .tour_guide .btn .icon-download:after, .tour .tour__content3 .tour_guide .btn .icon-download:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .tour .tour__content .tour_guide .btn .icon-download:after, .tour .tour__content2 .tour_guide .btn .icon-download:after, .tour .tour__content3 .tour_guide .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.tour .tour__content .tour_guide .btn, .tour .tour__content2 .tour_guide .btn, .tour .tour__content3 .tour_guide .btn {
  margin-left: auto;
  margin-right: auto;
}
.tour .tour__content2 .tour_guide, .tour .tour__content3 .tour_guide {
  border: 3px solid #204B09;
}
.tour .tour__content2 .tour_guide .title h3, .tour .tour__content3 .tour_guide .title h3 {
  background-color: #204B09;
}
.tour .tour__content2 .tour_guide .list, .tour .tour__content3 .tour_guide .list {
  margin-top: 2.2857142857vw;
}
@media (max-width: 767px) {
  .tour .tour__content2 .tour_guide .list, .tour .tour__content3 .tour_guide .list {
    margin-top: 7.729468599vw;
  }
}
.tour .tour__content2 .tour_guide ul, .tour .tour__content3 .tour_guide ul {
  display: initial;
}
.tour .tour__content2 .tour_guide ul li, .tour .tour__content3 .tour_guide ul li {
  position: relative;
  padding: initial;
  padding-left: 1.4285714286vw;
}
@media (max-width: 767px) {
  .tour .tour__content2 .tour_guide ul li, .tour .tour__content3 .tour_guide ul li {
    padding-left: 4.8309178744vw;
  }
}
.tour .tour__content2 .tour_guide ul li:before, .tour .tour__content3 .tour_guide ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  background-color: transparent;
}
.tour .tour__content2 .tour_guide ul li:first-child:before, .tour .tour__content3 .tour_guide ul li:first-child:before {
  display: initial;
}

.maintenance__content header {
  background-color: #4A9123;
  width: 48.7857142857vw;
  height: 7.1428571429vw;
  display: flex;
  align-items: center;
  padding-left: 2.8571428571vw;
  position: relative;
}
@media (max-width: 767px) {
  .maintenance__content header {
    width: 90vw;
    height: 17.3913043478vw;
    padding-left: 3.8647342995vw;
  }
}
.maintenance__content header {
  border-radius: 0 4.5714285714vw 4.5714285714vw 0;
}
@media (max-width: 767px) {
  .maintenance__content header {
    border-radius: 0 15.4589371981vw 15.4589371981vw 0;
  }
}
.maintenance__content header:before {
  content: "";
  position: absolute;
  width: 50vw;
  left: -50vw;
  bottom: 0;
  top: 0;
  background-color: #4A9123;
}
.maintenance__content header h2 {
  color: white;
  font-weight: 600;
  font-size: 2vw;
}
@media screen and (max-width: 1365px) {
  .maintenance__content header h2 {
    font-size: 23.4px;
  }
}
@media screen and (min-width: 1186px) {
  .maintenance__content header h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .maintenance__content header h2 {
    font-weight: 500;
    line-height: 1.6;
    padding-right: 5.7971014493vw;
    font-size: 5.7971014493vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content header h2 {
    font-size: 20.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content header h2 {
    font-size: 24px;
  }
}
.maintenance__content header {
  width: 48.8571428571vw;
}
@media (max-width: 767px) {
  .maintenance__content header {
    width: 90vw;
  }
}
.maintenance__content .caption {
  margin-top: 3.8571428571vw;
}
@media (max-width: 767px) {
  .maintenance__content .caption {
    margin-top: 13.0434782609vw;
  }
}
.maintenance__content .date_keep {
  margin-top: 6.2857142857vw;
  border: 3px solid #4A9123;
  border-radius: 3.4285714286vw;
  padding: 2.8571428571vw 4.2857142857vw 4.2857142857vw;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep {
    margin-top: 21.2560386473vw;
    border-radius: 5.7971014493vw;
    padding: 5.7971014493vw 5.7971014493vw 7.729468599vw;
  }
}
.maintenance__content .date_keep .title {
  margin-top: -5.7142857143vw;
  margin-left: 1.1428571429vw;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .title {
    margin-top: -11.5942028986vw;
    margin-left: 3.8647342995vw;
  }
}
.maintenance__content .date_keep .title h3 {
  padding: 1.1428571429vw 1.7142857143vw 0.5714285714vw;
  background-color: #4a9123;
  color: white;
  border-radius: 3.4285714286vw;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.5vw;
}
@media screen and (max-width: 1365px) {
  .maintenance__content .date_keep .title h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .maintenance__content .date_keep .title h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .title h3 {
    padding: 3.8647342995vw 5.7971014493vw 1.9323671498vw;
    border-radius: 5.7971014493vw;
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .title h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .title h3 {
    font-size: 21px;
  }
}
.maintenance__content .date_keep .caption2 {
  margin-top: 2.2857142857vw;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .caption2 {
    margin-top: 7.729468599vw;
  }
}
.maintenance__content .date_keep .list {
  margin-top: 1.7142857143vw;
}
.maintenance__content .date_keep .list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.2857142857vw 2.2857142857vw;
}
.maintenance__content .date_keep .list ul .btn {
  border: 4px solid white;
  border-radius: 2.2857142857vw;
  background-color: #C6AB5F;
  color: #4A3008;
  width: 15.7142857143vw;
  height: 4.2857142857vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  line-height: 1.3;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 18px;
  }
}
.maintenance__content .date_keep .list ul .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 14px;
  }
}
.maintenance__content .date_keep .list ul .btn .icon-link {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
.maintenance__content .date_keep .list ul .btn .icon-link:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.maintenance__content .date_keep .list ul .btn .icon-download {
  position: relative;
  padding-right: 1.7142857143vw;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
.maintenance__content .date_keep .list ul .btn .icon-download:after {
  position: absolute;
  content: "";
  width: 1.1428571429vw;
  height: 1.1428571429vw;
  background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 5.7971014493vw 3.8647342995vw;
  }
  .maintenance__content .date_keep .list ul .btn {
    border: 4px solid white;
    border-radius: 11.5942028986vw;
    background-color: #C6AB5F;
    color: #4A3008;
    width: 33.8164251208vw;
    height: 13.5265700483vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    line-height: 1.3;
    font-size: 1.2857142857vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 18px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-link {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-link {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-link:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-link:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-download {
    position: relative;
    padding-right: 1.7142857143vw;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-download {
    padding-right: 5.7971014493vw;
  }
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-download:after {
    position: absolute;
    content: "";
    width: 1.1428571429vw;
    height: 1.1428571429vw;
    background-image: url(/wp-content/themes/taniyatsu/asset/images/common/icon-link.svg);
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn .icon-download:after {
    width: 3.8647342995vw;
    height: 3.8647342995vw;
  }
}
.maintenance__content .date_keep .list ul .btn {
  font-weight: 500;
  line-height: 1;
  padding-top: 0.5714285714vw;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn {
    padding-top: 1.9323671498vw;
    font-size: 3.6231884058vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn {
    font-size: 15px;
  }
}
.maintenance__content .date_keep .list ul .btn small {
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 14px;
  }
}
.maintenance__content .date_keep .list ul .btn small {
  font-weight: 300;
}
@media (max-width: 767px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 3.1400966184vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 11.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content .date_keep .list ul .btn small {
    font-size: 13px;
  }
}
.maintenance__content2, .maintenance__content3 {
  margin-top: 9.7857142857vw;
}
@media (max-width: 767px) {
  .maintenance__content2, .maintenance__content3 {
    margin-top: 25.845410628vw;
  }
}
.maintenance__content2 .title h3, .maintenance__content3 .title h3 {
  padding: 1.1428571429vw 2.2857142857vw 0.5714285714vw;
  background-color: #4a9123;
  color: white;
  border-radius: 3.4285714286vw;
  display: inline-flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.5vw;
}
@media screen and (max-width: 1365px) {
  .maintenance__content2 .title h3, .maintenance__content3 .title h3 {
    font-size: 17.8px;
  }
}
@media screen and (min-width: 1186px) {
  .maintenance__content2 .title h3, .maintenance__content3 .title h3 {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .maintenance__content2 .title h3, .maintenance__content3 .title h3 {
    padding: 3.8647342995vw 7.729468599vw 1.9323671498vw;
    border-radius: 11.5942028986vw;
    font-size: 5.0724637681vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content2 .title h3, .maintenance__content3 .title h3 {
    font-size: 17.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content2 .title h3, .maintenance__content3 .title h3 {
    font-size: 21px;
  }
}
.maintenance__content2 .contents, .maintenance__content3 .contents {
  margin-top: 2.8571428571vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  gap: 3.4285714286vw;
}
@media (max-width: 767px) {
  .maintenance__content2 .contents, .maintenance__content3 .contents {
    grid-template-columns: 1fr;
    margin-top: 9.6618357488vw;
    gap: 7.729468599vw;
  }
}
.maintenance__content2 .contents__right h4, .maintenance__content3 .contents__right h4 {
  font-weight: 500;
  font-size: 1.2857142857vw;
}
@media screen and (max-width: 1365px) {
  .maintenance__content2 .contents__right h4, .maintenance__content3 .contents__right h4 {
    font-size: 15.4px;
  }
}
@media screen and (min-width: 1186px) {
  .maintenance__content2 .contents__right h4, .maintenance__content3 .contents__right h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .maintenance__content2 .contents__right h4, .maintenance__content3 .contents__right h4 {
    font-size: 4.347826087vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .maintenance__content2 .contents__right h4, .maintenance__content3 .contents__right h4 {
    font-size: 15.4px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .maintenance__content2 .contents__right h4, .maintenance__content3 .contents__right h4 {
    font-size: 18px;
  }
}
.maintenance__content2 .contents__right .result, .maintenance__content3 .contents__right .result {
  margin-top: 1.1428571429vw;
  padding: 1.7142857143vw;
  border: 1px solid #707070;
}
@media (max-width: 767px) {
  .maintenance__content2 .contents__right .result, .maintenance__content3 .contents__right .result {
    margin-top: 3.8647342995vw;
    padding: 5.7971014493vw;
  }
}

.footer {
  margin-top: 30.2142857143vw;
  background-color: #4a9123;
  position: relative;
}
@media (max-width: 767px) {
  .footer {
    margin-top: 43.4782608696vw;
  }
}
.footer:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 22.5vw;
  background: url(/wp-content/themes/taniyatsu/asset/images/common/foot_tree.png);
  background-size: cover;
  z-index: 3;
  top: -21.4285714286vw;
}
.footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 12.6428571429vw;
  background: url(/wp-content/themes/taniyatsu/asset/images/common/carb-g.svg);
  background-size: cover;
  z-index: 2;
  top: -10.5vw;
  z-index: -1;
}
.footer .content {
  padding-top: 3.5714285714vw;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer .content {
    flex-direction: column;
    padding-top: 12.077294686vw;
  }
}
.footer .content .left h1 a svg path {
  fill: white;
}
.footer .content .left .address {
  margin-top: 2.1428571429vw;
  color: white;
  font-size: 1vw;
}
@media screen and (max-width: 1365px) {
  .footer .content .left .address {
    font-size: 12.2px;
  }
}
@media screen and (min-width: 1186px) {
  .footer .content .left .address {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer .content .left .address {
    margin-top: 7.2463768116vw;
    line-height: 1.7;
    font-size: 3.8647342995vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .footer .content .left .address {
    font-size: 13.8px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .footer .content .left .address {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer .content .right {
    margin-top: 7.2463768116vw;
  }
}
.footer .content .right ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.4285714286vw 1.4285714286vw;
}
@media (max-width: 767px) {
  .footer .content .right ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.4154589372vw;
  }
}
.footer .content .right ul li {
  text-align: center;
}
.footer .content .right ul li a {
  color: white;
}
.footer .content .right .admenu {
  color: white;
  font-weight: 500;
  margin-top: 1.4285714286vw;
}
@media (max-width: 767px) {
  .footer .content .right .admenu {
    margin-top: 7.2463768116vw;
    text-align: center;
  }
}
.footer .copyright {
  text-align: center;
  color: white;
  margin-top: 8.2142857143vw;
}
@media (max-width: 767px) {
  .footer .copyright {
    margin-top: 15.4589371981vw;
    padding-bottom: 3.8647342995vw;
    font-size: 3.3816425121vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1365px) {
  .footer .copyright {
    font-size: 12.2px;
  }
}
@media screen and (max-width: 767px) and (min-width: 1186px) {
  .footer .copyright {
    font-size: 14px;
  }
}
