@charset "UTF-8";
/* リセットcss */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

figure {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ブレイクポイント設定 */
/* 共通設定 */
body,
html {
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 999px) {
  body,
  html {
    overflow-x: hidden;
  }
}
body body,
html body {
  overflow-x: hidden;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1rem;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    line-height: 200%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 50%;
  }
}
.home > section {
  background-color: #fff;
}

#top-pc {
  background-color: rgba(255, 255, 255, 0);
}

body:not(.home) header {
  display: block;
  margin: 0;
}

.flex {
  display: flex;
}
@media only screen and (max-width: 999px) {
  .flex {
    display: block;
  }
}

.icon_blank {
  width: 16.5px !important;
  height: 15.5px !important;
  object-fit: contain !important;
  margin-left: 5px !important;
  margin-bottom: 3px !important;
}
@media only screen and (max-width: 999px) {
  .icon_blank {
    margin-bottom: 0px !important;
  }
}

.icon_blank_white {
  position: relative;
}
.icon_blank_white img {
  position: absolute;
  width: 15.5px !important;
  margin: 0 !important;
  top: 50%;
  transform: translate(0, -50%);
  right: -10px;
}

.pc-only {
  display: block;
}
@media only screen and (max-width: 999px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media only screen and (max-width: 999px) {
  .sp-only {
    display: block;
  }
}

.text-color {
  color: #01a29a;
}

.common-button01, .common-button02 {
  background-color: #01a29a;
  position: relative;
  padding: 12px 100px 12px 25px;
  border-radius: 90px;
  color: #fff;
  margin: 0 auto;
  display: block;
  font-weight: 700;
  transition: 0.3s all;
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  font-size: 15px;
  border: 3px solid #01a29a;
}
.common-button01:after, .common-button02:after {
  content: "";
  position: absolute;
  width: 54px;
  top: 50%;
  right: 20px;
  height: 14px;
  background-image: url(../images/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
.common-button01:hover, .common-button02:hover {
  background-color: #fff;
  color: #01a29a;
}
.common-button01:hover::after, .common-button02:hover::after {
  content: "";
  display: inline-block;
  background-image: url(../images/arrow-green.svg);
}
@media only screen and (max-width: 767px) {
  .common-button01, .common-button02 {
    padding: 15px 80px 15px 25px;
    font-size: 13px;
  }
}
.common-button01:lang(en-US), .common-button02:lang(en-US) {
  font-size: 13px;
}

.common-button02 {
  background-color: #fff;
  border: 3px solid #01a29a;
  color: #01a29a;
}
.common-button02::after {
  content: "";
  position: absolute;
  width: 54px;
  top: 50%;
  right: 20px;
  height: 14px;
  background-image: url(../images/arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
.common-button02:hover {
  background-color: #01a29a;
  color: #fff;
}
.common-button02:hover::after {
  background-image: url(../images/arrow-white.svg);
}

.common-title-01 {
  text-align: center;
  color: #01a29a;
  letter-spacing: 0.4rem;
}
.common-title-01 h1, .common-title-01 h2 {
  font-size: 2.6rem;
  padding: 10px 0;
  padding-bottom: 17px;
  font-weight: 700;
  letter-spacing: 0.7rem;
}
.common-title-01 span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  letter-spacing: 0.2rem;
}

.common-title-A {
  position: relative;
  background-color: #01a29a;
  border-top: 5px solid #221714;
  padding: 20px;
  margin-top: 110px;
}
.common-title-A .story-logo {
  position: absolute;
  max-width: 130px;
  margin: auto;
  right: 0;
  left: 0;
  bottom: 65px;
}
.common-title-A .title-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common-title-A .title-wrap img {
  width: 5px;
}
.common-title-A h2 {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .common-title-A h2 {
    font-size: 23px;
  }
}
.common-title-A:lang(en-US) h2 {
  font-size: 24px;
}

.headline-01 {
  background-color: #01a29a;
  position: relative;
  width: 100%;
  margin: 50px 0;
  background-image: url(../images/bg-logo.svg);
  background-repeat: no-repeat;
  background-position: left 50% bottom;
  background-size: 300px;
}
@media only screen and (max-width: 1199px) {
  .headline-01 {
    padding: 0;
    background-position: right bottom;
    background-size: 215px;
  }
}
.headline-01 img {
  height: 200px;
}
@media only screen and (max-width: 1199px) {
  .headline-01 img {
    width: 100%;
    height: auto;
    margin: 0;
  }
}
.headline-01 .wrap {
  max-width: 1920px;
  justify-content: center;
  align-items: center;
}
.headline-01 .title {
  color: #fff;
  width: 40%;
  margin-left: 35px;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .headline-01 .title {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
  }
}
.headline-01 .title h2 {
  display: inline-block;
  font-size: 3.2rem;
  padding-bottom: 28px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  letter-spacing: 0.3rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .headline-01 .title h2 {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.headline-01 .title span {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

.parallel-quadrangle-01 {
  position: absolute;
  width: 250px;
  padding: 20px 0;
  padding-left: 20px;
  transform: skewX(25deg);
  background: #006275;
  right: 10%;
  top: 0;
}
@media screen and (max-width: 1460px) {
  .parallel-quadrangle-01 {
    width: 140px;
    padding: 15px 0;
    padding-left: 20px;
    height: 50px;
    right: 0;
    top: auto;
    bottom: 0px;
  }
}
@media only screen and (max-width: 999px) {
  .parallel-quadrangle-01 {
    right: -50px;
    width: 150px;
    padding: 10px 0;
    padding-left: 20px;
    bottom: -22px;
    top: inherit;
    /*       transform: skewX(0deg) */
  }
}
.parallel-quadrangle-01 p {
  color: #fff;
  transform: skewX(-25deg);
  font-size: 41px;
  font-weight: 100;
  letter-spacing: 0.7rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .parallel-quadrangle-01 p {
    font-size: 28px;
  }
}

.headline-02 {
  background-color: #01a29a;
  position: relative;
  width: 100%;
  margin: 50px 0;
  margin-bottom: 80px;
  background-image: url(../images/bg-logo.svg);
  background-repeat: no-repeat;
  background-position: left 44% bottom;
  background-size: 300px;
}
@media only screen and (max-width: 1199px) {
  .headline-02 {
    padding: 0;
    background-position: right bottom;
    background-size: 215px;
  }
}
.headline-02 img {
  height: 200px;
  max-width: none;
}
@media only screen and (max-width: 1199px) {
  .headline-02 img {
    width: 100%;
    height: auto;
  }
}
.headline-02 .wrap {
  max-width: 1920px;
  justify-content: center;
  align-items: center;
}
.headline-02 figure {
  width: 25%;
}
@media only screen and (max-width: 1199px) {
  .headline-02 figure {
    width: 100%;
  }
}
.headline-02 .title {
  color: #fff;
  margin-right: 35px;
  text-align: right;
  padding: 10px 0;
}
@media only screen and (max-width: 1199px) {
  .headline-02 .title {
    width: 85%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
  }
}
.headline-02 .title h2 {
  font-size: 3.2rem;
  padding-bottom: 28px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  display: inline-block;
  letter-spacing: 0.3rem;
  font-weight: 700;
  white-space: nowrap;
}
@media only screen and (max-width: 999px) {
  .headline-02 .title h2 {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.headline-02 .title span {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.headline-02 .parallel-quadrangle-02 {
  position: absolute;
  width: 250px;
  padding: 20px 0;
  padding-left: 20px;
  transform: skewX(-25deg);
  background: #006275;
  left: 10%;
  height: 64px;
  top: 0;
}
@media screen and (max-width: 1460px) {
  .headline-02 .parallel-quadrangle-02 {
    width: 140px;
    padding: 15px 0;
    height: 50px;
    left: auto;
    top: auto;
    bottom: 0px;
  }
}
@media only screen and (max-width: 999px) {
  .headline-02 .parallel-quadrangle-02 {
    left: -50px;
    width: 150px;
    padding: 10px 0;
    padding-left: 20px;
    bottom: -22px;
    /*       transform: skewX(0deg) */
  }
}
.headline-02 .parallel-quadrangle-02 p {
  position: absolute;
  right: 0;
  color: #fff;
  transform: skewX(25deg);
  font-size: 41px;
  padding-right: 20px;
  font-weight: 100;
  letter-spacing: 0.7rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 1199px) {
  .headline-02 .parallel-quadrangle-02 p {
    font-size: 28px;
  }
}

.headline-A {
  background-color: #01a29a;
  position: relative;
  width: 100%;
  padding: 0;
  background-image: url(../images/bg-logo.svg);
  background-repeat: no-repeat;
  background-position: right 70px bottom;
  background-size: 300px;
}
@media only screen and (max-width: 767px) {
  .headline-A {
    background-size: 200px;
    background-position: right 10px bottom;
  }
}
.headline-A figure {
  height: 570px;
}
@media only screen and (max-width: 767px) {
  .headline-A figure {
    height: 410px;
  }
}
.headline-A img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: unset;
  background-size: cover;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .headline-A img {
    background-position: center;
  }
}
.headline-A .wrap {
  max-width: 1920px;
  justify-content: center;
  align-items: center;
}
.headline-A .title {
  color: #fff;
  padding: 45px 0;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  animation-delay: 0.2s;
}
.headline-A .title h2 {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 18px;
  border-bottom: 1px solid #fff;
  font-weight: 700;
  letter-spacing: 0.3rem;
  padding: 20px 40px;
  padding-bottom: 30px;
}
.headline-A .title span {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .headline-A .title {
    padding: 25px 0;
  }
  .headline-A .title h2 {
    font-size: 22px;
    padding: 12px 0px;
    margin-bottom: 12px;
    padding-top: 0;
  }
}
.headline-A .title:lang(en-US) h2 {
  font-size: 35px;
}
@media only screen and (max-width: 767px) {
  .headline-A .title:lang(en-US) h2 {
    font-size: 22px;
  }
}

.parallel-quadrangle-A {
  position: absolute;
  width: 250px;
  padding: 20px 0;
  padding-left: 20px;
  transform: skewX(25deg);
  background: #006275;
  left: 15%;
  bottom: 172px;
}
@media only screen and (max-width: 999px) {
  .parallel-quadrangle-A {
    left: auto;
    right: -70px;
    width: 150px;
    padding: 10px 0;
    padding-left: 20px;
    bottom: -22px;
    /*       transform: skewX(0deg) */
  }
}
.parallel-quadrangle-A p {
  color: #fff;
  transform: skewX(-25deg);
  font-size: 4.1rem;
  font-weight: 100;
  letter-spacing: 0.7rem;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 999px) {
  .parallel-quadrangle-A p {
    font-size: 3.1rem;
  }
}

.readWrap {
  margin: 0 auto;
}
.readWrap__text {
  padding: 50px 10px;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 970px;
  margin: 0 auto;
}
@media only screen and (max-width: 999px) {
  .readWrap__text {
    padding: 50px 20px;
  }
}

.animation, #education .arrow_box_B, #silk-road-story .arrow_box_B, .arrow_box_A, .arrow_box03, .arrow_box02, .arrow_box01 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}

.keyframe1, #education .arrow_box_B, #silk-road-story .arrow_box_B, .arrow_box_A, .arrow_box03, .arrow_box02, .arrow_box01 {
  animation-name: anim_v;
}

@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 7px);
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.top-fade, #top-pc .catchCopy img, #top-pc .firstView_globalMenu, #top-pc .firstView_logo, .scroll {
  opacity: 0;
  animation-name: fade;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.arrow_box01 {
  position: relative;
  margin: 0 auto;
  background: #01a29a;
  max-width: 210px;
  padding: 20px 0px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  letter-spacing: 0.2rem;
}
.arrow_box01:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 32px;
  border-left-width: 2px;
  border-right-width: 17px;
  margin-left: -17px;
  border-top-color: #01a29a;
  top: 97%;
  left: 22%;
}

.arrow_box02 {
  position: relative;
  margin: 0 auto;
  background: #01a29a;
  max-width: 210px;
  padding: 20px 0;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  letter-spacing: 0.2rem;
}
.arrow_box02:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 32px;
  border-left-width: 17px;
  border-right-width: 2px;
  margin-left: -17px;
  border-top-color: #01a29a;
  top: 97%;
  right: 22%;
}

.arrow_box03 {
  position: relative;
  margin: 0 auto;
  background: #01a29a;
  max-width: 260px;
  padding: 6px 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  letter-spacing: 0.2rem;
}
.arrow_box03:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 9px;
  border-right-width: 9px;
  margin: auto;
  right: 0;
  left: 0;
  border-top-color: #01a29a;
  top: 97%;
}

.arrow_box_A {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 240px;
  margin: auto;
  background: #01a29a;
  max-width: 170px;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 90px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  letter-spacing: 0.2rem;
}
.arrow_box_A:lang(en-US) {
  max-width: 300px;
}
.arrow_box_A:lang(ko-KR) {
  max-width: 300px;
}
.arrow_box_A:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 23px;
  border-bottom-width: 32px;
  border-left-width: 2px;
  border-right-width: 17px;
  margin-left: -17px;
  border-top-color: #01a29a;
  top: 97%;
  left: 22%;
}
@media only screen and (max-width: 767px) {
  .arrow_box_A {
    bottom: 170px;
  }
}

.arrow_box_B {
  position: absolute;
  font-weight: bold;
  color: #fff;
  border-radius: 90px;
  border: 2px solid #fff;
  display: block;
  width: 356px;
  padding: 15px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-color: #01a29a;
  text-align: center;
  left: 0;
  top: 320px;
  right: 0;
  margin: auto;
}
.arrow_box_B:before, .arrow_box_B:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-width: 20px 11.5px 0 12.5px;
  border-color: #fff transparent transparent transparent;
  top: 50px;
  left: 49%;
}
.arrow_box_B:after {
  border-width: 15px 8.5px 0 8.5px;
  border-color: #01a29a transparent transparent transparent;
  left: 50.2%;
}
.arrow_box_B:lang(en-US) {
  width: 515px;
  font-size: 14px;
}
.arrow_box_B:lang(en-US):before, .arrow_box_B:lang(en-US):after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .arrow_box_B:lang(en-US) {
    width: 270px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .arrow_box_B {
    width: 270px;
    padding: 10px;
    font-size: 13px;
    top: 155px;
  }
  .arrow_box_B:before, .arrow_box_B:after {
    top: 35px;
  }
}

.scroll {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 170px;
  z-index: 2;
  padding: 120px 10px 10px;
  overflow: hidden;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.2em;
  text-decoration: none;
  animation-delay: 0.8s;
}

.scroll::after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scroll::before {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
}

.scroll::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.arrow-bottom {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  bottom: 36px;
  right: 12.4px;
  margin: 0 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.arrow01, .arrow02 {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -90px;
  z-index: 2;
  padding: 120px 25px 10px;
  overflow: hidden;
  color: transparent;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 999px) {
  .arrow01, .arrow02 {
    bottom: -113px;
  }
}

.arrow01::after, .arrow02::after {
  content: "";
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}

.arrow-bottom01, .arrow-bottom02 {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 18px;
  bottom: 36px;
  left: 13%;
  margin: 0 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.arrow02::after {
  background: #01a29a;
}

.arrow-bottom02 {
  border-bottom: 1px solid #01a29a;
  border-right: 1px solid #01a29a;
}

.arrow-wrap-right {
  position: relative;
  top: 110px;
  left: 26px;
}

.arrow-right {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  bottom: 100px;
  z-index: 1;
}

.arrow-right:after {
  content: "";
  display: inline-block;
  left: -19px;
  bottom: -14px;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(0deg);
}

.arrow-wrap-left {
  position: relative;
  top: 110px;
  right: 36px;
}

.arrow-left {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(45deg);
}

.arrow-left:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: -19px;
  margin: 0 5px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(0deg);
}

.is-fixed {
  display: block;
  margin: 0;
}

.no-news {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border-right: 3px solid #01a29a;
  border-bottom: 3px solid #01a29a;
  background-color: #fff;
  padding: 20px;
}

/* ヘッダー */
.otgs-development-site-front-end {
  display: none;
}

.language-switcher .wpml-ls-legacy-dropdown {
  width: auto;
}
.language-switcher .wpml-ls-legacy-dropdown .wpml-ls-native {
  color: #006275;
}
.language-switcher .wpml-ls-legacy-dropdown a {
  width: 110px;
  padding: 0 10px;
  border: 0;
}
.language-switcher .wpml-ls-statics-shortcode_actions,
.language-switcher .wpml-ls-legacy-dropdown a {
  color: #006275;
}
@media only screen and (max-width: 999px) {
  .language-switcher {
    display: flex !important;
    justify-content: center;
  }
  .language-switcher .wpml-ls-legacy-dropdown {
    margin-top: 10px;
  }
  .language-switcher .wpml-ls-legacy-dropdown a {
    padding: 10px;
  }
}

.global_menu_pc_item.online-shop {
  position: relative;
}
.global_menu_pc_item.online-shop a {
  padding-left: 3em !important;
  color: #006275;
  font-weight: bold;
}
.global_menu_pc_item.online-shop img {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 1.3em;
  bottom: 5px;
}

.globalMenuSp_item.online-shop img {
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
  margin-right: 7px;
}

header {
  top: 0;
  display: none;
  width: 100%;
  padding: 14px 0;
  min-height: 80px;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  border-bottom: solid 2px #01a29a;
}
@media only screen and (max-width: 999px) {
  header {
    display: block;
  }
}
header #header {
  max-width: 1920px;
  margin: 0 auto;
}
header #header .global_menu_right {
  display: flex;
  align-items: center;
}
header #header .sns-header-pc {
  display: flex;
  padding-right: 20px;
}
header #header .sns-header-pc li {
  border: 0;
}
header #header .sns-header-pc li a {
  padding: 5px;
}
header #header .sns-header-pc img {
  height: 20px;
}
@media screen and (max-width: 1475px) {
  header #header .sns-header-pc {
    display: none;
  }
}
header #header .site_logo {
  height: 50px;
  object-fit: cover;
  padding-left: 20px;
}
header #header .site_logo img {
  height: 100%;
  width: 188px;
}
header #header .global_menu_pc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header #header .global_menu_pc .nihonishan_logo img {
  height: 50px;
  object-fit: cover;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  header #header .global_menu_pc .nihonishan_logo img {
    display: none;
  }
}
header #header .global_menu_pc .main-menu {
  display: flex;
  margin: 0 auto;
  align-items: center;
  /* padding-right: 103px; */
}
@media only screen and (max-width: 999px) {
  header #header .global_menu_pc .main-menu {
    display: none;
  }
}
header #header .global_menu_pc .main-menu .global_menu_pc_item {
  border-left: 1px solid #01a29a;
  padding: 4px 0;
}
header #header .global_menu_pc .main-menu .global_menu_pc_item.current a {
  position: relative;
}
header #header .global_menu_pc .main-menu .global_menu_pc_item.current a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 70%;
  border-bottom: 3px solid #01a29a;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 12px;
  margin: auto;
  transition: 0.4s all;
}
header #header .global_menu_pc .main-menu .global_menu_pc_item:first-child {
  border-left: 0;
}
header #header .global_menu_pc .main-menu .global_menu_pc_item a {
  padding: 17px 18px;
  transition: 0.3s all;
  font-size: 1.3rem;
}
header #header .global_menu_pc .main-menu .global_menu_pc_item a:hover {
  opacity: 0.7;
}
header #header .global_menu_pc .mega-menu {
  width: 200px;
  opacity: 0;
  position: absolute;
  z-index: -999;
  top: 110%;
  right: -83%;
  margin: auto;
  color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out;
}
header #header .global_menu_pc .mega-menu ul {
  list-style: none;
  z-index: -999;
  padding: 0;
  margin: 0;
}
header #header .global_menu_pc .mega-menu ul li {
  padding: 5px 15px;
  text-align: center;
  background: #006275;
}
header #header .global_menu_pc .mega-menu ul li:not(:last-child) {
  margin-bottom: 3px;
}
header #header .global_menu_pc .mega-menu ul li a {
  font-size: 12px;
}
header #header .global_menu_pc .mega-menu ul li:lang(en-US):nth-child(4) {
  display: none;
}
header #header .global_menu_pc .has-mega-menu {
  position: relative;
  padding: 4px 23px;
  border-left: 1px solid #01a29a;
}

/* 「知る」（main-menu の先頭の has-mega-menu）だけ左線を非表示。
   「巡る」など他の has-mega-menu の左線は残す */
header #header .global_menu_pc .main-menu .has-mega-menu:first-child {
  border-left: none;
}

header #header .global_menu_pc .has-mega-menu:before {
  content: "";
  opacity: 0;
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 20px;
  background-image: url("../images/header-hover-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 8px;
  transition: 0.2s all;
}
header #header .global_menu_pc .has-mega-menu:hover:before {
  opacity: 1;
}
header #header .global_menu_pc .has-mega-menu:hover .mega-menu {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: all;
  z-index: 0;
}
header #header .global_menu_pc .searchBar {
  display: flex;
  border: 2px solid #01a29a;
  border-radius: 90px;
  margin-right: 30px;
  padding: 4px 0;
  max-width: 190px;
  width: 100%;
}
header #header .global_menu_pc .searchBar [type=search] {
  font-size: 13px;
  padding: 5px 5px;
  width: 140px;
}
header #header .global_menu_pc .searchBar #s {
  max-width: 150px;
  width: 100%;
}
header #header .global_menu_pc .searchBar input {
  padding-left: 8px;
  width: 28px;
}
@media only screen and (max-width: 1199px) {
  header #header .global_menu_pc .searchBar {
    display: none;
  }
}

#header-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #header-sp {
    display: block;
  }
}

/*　ハンバーガーメニューボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 99;
  right: 20px;
  top: 20px;
  width: 42px;
  height: 42px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #01a29a;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* スマホメニューを開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #01a29a;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #01a29a;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* メニュー背景　*/
nav.globalMenuSp {
  position: fixed;
  z-index: 101;
  top: 79px;
  left: 0;
  color: #fff;
  background: #01a29a;
  width: 100%;
  transform: translateX(100%);
  transition: all 0.6s;
  font-size: 1.5rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
nav.globalMenuSp .copylight {
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
  margin-top: 30px;
  color: #000;
}

ul.globalButton {
  list-style-type: none;
  padding: 0;
}

ul.globalButton > li {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

li#about-dropdown,
li#touring-dropdown {
  width: 100%;
  padding: 2em 20px;
  border-bottom: 1px solid #fff;
}
li#about-dropdown::after,
li#touring-dropdown::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.2s all;
  right: 0;
  top: 25px;
}

li#about-dropdown.active::after,
li#touring-dropdown.active::after {
  transform: rotate(-135deg);
}

ul.dropdown {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
  transition: max-height 0.6s ease;
}

ul.dropdown.active {
  max-height: 500px;
  /* 十分な高さを指定 */
}

ul.dropdown > li {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px;
  transition: 0.2s all;
}
ul.dropdown > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  background-color: #fff;
}
ul.dropdown > li:first-child {
  padding-top: 2em;
}
ul.dropdown > li:last-child {
  padding-bottom: 0;
}

ul.dropdown > li:hover {
  color: #006275;
}

.humb-logo {
  padding-top: 30px;
  width: 30%;
  margin: 0 auto;
}
.humb-logo img {
  width: 100%;
}

.humb-wrap {
  padding: 0 20px;
  text-align: center;
  font-size: 1.5rem;
}
.humb-wrap h2 {
  font-weight: 700;
  padding: 20px 0;
  font-size: 1.5rem;
}
.humb-wrap p {
  padding: 20px 0;
  padding-top: 0;
  font-size: 1.5rem;
}

nav.globalMenuSp .globalButton {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

nav.globalMenuSp .globalButton .globalMenuSp_item {
  white-space: nowrap;
  list-style-type: none;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp .globalButton .globalMenuSp_item:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp .globalButton .globalMenuSp_item a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 1.5rem;
  padding: 2em 20px;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  transition: 0.4s all;
  /*   &::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    right: 0;
  } */
}
nav.globalMenuSp .globalButton .globalMenuSp_item a:hover {
  color: #006275;
}

.contact-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-wrap li {
  width: auto !important;
}
.contact-wrap li:nth-child(1)::after {
  content: "/";
  padding: 0 5px;
}
@media screen and (max-width: 338px) {
  .contact-wrap {
    display: inherit;
  }
  .contact-wrap li:nth-child(1)::after {
    display: none;
  }
}

/* クリックでjQueryで追加・削除 */
nav.globalMenuSp.active {
  opacity: 1;
  display: block;
  transform: translateX(0%);
}

/* ファーストビュー */
#top-pc {
  position: relative;
  height: 1000px;
}
#top-pc .firstView_logo {
  position: absolute;
  animation-delay: 0.4s;
  padding-top: 30px;
  padding-left: 30px;
  width: 335px;
}
#top-pc .firstView_globalMenu {
  max-width: 800px;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: auto;
  position: absolute;
  animation-delay: 0.8s;
}
#top-pc .firstView_globalMenu ul {
  display: flex;
  justify-content: center;
}
#top-pc .firstView_globalMenu li {
  padding: 20px 0;
  background-color: #ffffff;
  border: 2px solid #01a29a;
  border-right: 0;
  border-left: 0;
}
#top-pc .firstView_globalMenu li:first-child {
  border-radius: 60px 0 0 60px;
  border-left: 2px solid #01a29a;
}
#top-pc .firstView_globalMenu li:last-child {
  border-radius: 0 60px 60px 0;
  border-right: 2px solid #01a29a;
}
#top-pc .firstView_globalMenu li:last-child a {
  border-right: 0;
}
#top-pc .firstView_globalMenu a {
  padding: 10px 40px;
  border-right: 2px solid #01a29a;
  transition: 0.3s;
  white-space: nowrap;
}
#top-pc .firstView_globalMenu a:hover {
  color: #01a29a;
}
#top-pc .language-switcher {
  position: absolute;
  bottom: 30px;
  display: flex;
  justify-content: center;
  right: 0;
  left: 0;
}
#top-pc .language-switcher .wpml-ls-legacy-dropdown {
  width: fit-content;
}
#top-pc .language-switcher .wpml-ls-legacy-dropdown .wpml-ls-native {
  color: #006275;
}
#top-pc .language-switcher .wpml-ls-legacy-dropdown a {
  width: 110px;
  padding: 5px 10px;
  border: 0;
}
#top-pc .language-switcher .wpml-ls-statics-shortcode_actions,
#top-pc .language-switcher .wpml-ls-legacy-dropdown a {
  color: #006275;
}
@media only screen and (max-width: 999px) {
  #top-pc .language-switcher {
    display: flex !important;
    justify-content: center;
  }
  #top-pc .language-switcher .wpml-ls-legacy-dropdown {
    margin-top: 10px;
  }
  #top-pc .language-switcher .wpml-ls-legacy-dropdown a {
    padding: 10px;
  }
}
#top-pc .left-arrow-A,
#top-pc .right-arrow-A {
  width: 50px;
  height: 14px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  background-image: url(../images/arrow-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#top-pc .right-arrow-A {
  background-image: url(../images/arrow-green.svg);
}
#top-pc .left-arrow-B {
  position: relative;
  width: 50px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
#top-pc .left-arrow-B img {
  position: absolute;
  top: 185px;
}
#top-pc .filter {
  position: absolute;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgba(2, 0, 36, 0.7) 0%, rgba(0, 212, 255, 0) 100%);
  backdrop-filter: overlay;
  width: 100%;
  height: 1000px;
  z-index: 1;
}
#top-pc .catchCopy {
  position: relative;
}
#top-pc .catchCopy img {
  position: absolute;
  right: 40px;
  bottom: 90px;
  padding-top: 30px;
  padding-left: 30px;
  width: 335px;
  object-fit: contain;
  width: 140px;
  animation-delay: 0.6s;
  white-space: nowrap;
}
#top-pc .slideshow {
  width: 100%;
  list-style-type: none;
  position: relative;
}
#top-pc .slideshow > li {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: -1;
  transition: opacity 3s ease-in-out;
  height: 1000px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1920px) {
  #top-pc .slideshow > li {
    background-size: cover;
  }
}
#top-pc .slideshow > li img {
  width: 100%;
}
#top-pc .slideshow > li.showSlide {
  opacity: 1;
}
#top-pc .slideshow > li > img {
  width: 100%;
  height: auto;
}
#top-pc .slide01 {
  background-image: url(../images/top_slide_01.jpg?ver_02);
}
#top-pc .slide02 {
  background-image: url(../images/top_slide_02.jpg?ver_02);
}
#top-pc .slide03 {
  background-image: url(../images/top_slide_03.jpg?ver_02);
}
#top-pc .slide04 {
  background-image: url(../images/top_slide_04.jpg?ver_02);
}
#top-pc .slide05 {
  background-image: url(../images/top_slide_05.jpg?ver_02);
}
@media only screen and (max-width: 999px) {
  #top-pc {
    display: none;
  }
}

#top-sp {
  position: relative;
  display: none;
}
@media only screen and (max-width: 999px) {
  #top-sp {
    display: inherit;
  }
}
#top-sp .searchBar {
  border: 2px solid #01a29a;
  background-color: #fff;
  border-radius: 90px;
  padding: 10px 0;
  max-width: 480px;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  color: #000000;
}
#top-sp .searchBar [type=search] {
  font-size: 13px;
  padding: 5px 5px;
  width: 140px;
}
#top-sp .searchBar #s {
  max-width: 150px;
  width: 100%;
}
#top-sp .searchBar input {
  padding-left: 8px;
  width: 28px;
}
#top-sp .sns-sp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 978px;
  margin: 0 auto;
  padding-top: 15px;
}
#top-sp .sns-sp img {
  width: 30px;
  margin: 15px;
}
#top-sp .firstView-sp {
  height: 489px;
  /* スライドショーここから*/
}
@media only screen and (max-width: 999px) {
  #top-sp .firstView-sp {
    display: inherit;
    /*   スライドショー画像 */
    /* 人々の祈りが紡ぐ */
  }
  #top-sp .firstView-sp .slideshow {
    width: 100%;
    list-style-type: none;
    position: relative;
  }
  #top-sp .firstView-sp .slideshow > li {
    width: 100%;
    opacity: 0;
    position: absolute;
    transition: opacity 3s ease-in-out;
    height: 489px;
    background-size: cover;
    background-position: center;
  }
  #top-sp .firstView-sp .slideshow > li img {
    width: 100%;
    background-size: cover;
  }
  #top-sp .firstView-sp .slideshow > li.showSlide {
    opacity: 1;
  }
  #top-sp .firstView-sp .slideshow > li > img {
    width: 100%;
    height: auto;
    background-size: cover;
  }
  #top-sp .firstView-sp .slide01 {
    background-image: url(../images/top_slide_01.jpg);
  }
  #top-sp .firstView-sp .slide02 {
    background-image: url(../images/top_slide_02.jpg);
  }
  #top-sp .firstView-sp .slide03 {
    background-image: url(../images/top_slide_03.jpg);
  }
  #top-sp .firstView-sp .slide04 {
    background-image: url(../images/top_slide_04.jpg);
  }
  #top-sp .firstView-sp .slide05 {
    background-image: url(../images/top_slide_05.jpg);
  }
  #top-sp .firstView-sp .catchCopy {
    position: relative;
  }
  #top-sp .firstView-sp .catchCopy img {
    position: absolute;
    right: 5%;
    top: 120px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    width: 85px;
    color: #fff;
    z-index: 2;
    animation-delay: 0.6s;
    opacity: 0;
    animation-name: fade;
    animation-duration: 1.4s;
    animation-fill-mode: forwards;
  }
}
#top-sp .top-logo {
  height: 150px;
  object-fit: contain;
  position: relative;
  z-index: 5;
}
@keyframes pulseMotion {
  0%, 30% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    background-color: rgba(170, 143, 123, 0);
  }
}
#top-sp .ripples {
  display: block;
  position: absolute;
  width: 150px;
  height: 150px;
  margin: auto;
  background-color: #fff;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  z-index: 100;
  left: 0;
  right: 0;
  /*   opacity: 0;
  animation-name: fade;
  animation-duration: 1.4s;
  animation-fill-mode:forwards;
    animation-delay: 0.4s; */
}
#top-sp .ripples.-active {
  background-color: #fff;
}
#top-sp .ripples:focus {
  outline: none;
}
#top-sp .ripples:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: "";
}
#top-sp .ripples.-active:after {
  animation: pulseMotion 1.7s linear infinite;
}

/* ページトップ*/
#top-news {
  border-top: 80px #fff solid;
  margin-bottom: 0;
  padding: 80px 0;
  background-color: #f2efe6;
}
#top-news .tab-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
}
#top-news .tab-link {
  padding: 7px 20px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #01a29a;
  color: #01a29a;
  cursor: pointer;
}
#top-news .tab-link.active {
  background-color: #01a29a;
  color: white;
}
#top-news .news-item {
  display: none;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #top-news .news-item {
      margin-bottom: 15px;
    }
  }
}
#top-news .news-item.active {
  display: block;
}
#top-news .top-news-contents {
  max-width: 1200px;
  width: 95%;
  display: flex;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  padding: 20px 0;
}
#top-news .top-news-contents__calendar {
  height: fit-content;
  flex: 1.5;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #top-news .top-news-contents__calendar {
      padding-right: 40px;
    }
  }
}
#top-news .top-news-contents__list {
  flex: 2;
}
#top-news .top-news-contents__list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  padding: 35px 0;
  padding-bottom: 40px;
}
#top-news .top-news-contents .container {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: content-box;
  gap: 5px;
  background-color: #fff;
  border-right: 3px solid #01a29a;
  border-bottom: 3px solid #01a29a;
  padding: 15px 20px;
}
#top-news .top-news-contents .container .category {
  background-color: #01a29a;
  color: #fff;
  padding: 0 5px;
  font-weight: 700;
  font-size: 11px;
  text-wrap: nowrap;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #top-news .top-news-contents .container .category {
      margin: 0 5px;
    }
  }
}
#top-news .top-news-contents .container .date {
  color: #01a29a;
  font-weight: 700;
  padding: 5px 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
#top-news .top-news-contents .container .text {
  font-size: 13px;
}
#top-news .fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
  padding-left: 5px !important;
}
#top-news .fc-basic-view tbody .fc-row {
  min-height: 70px;
  height: 100%;
}
#top-news .fc-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#top-news .fc-content {
  background-color: #01a29a;
  border-color: #01a29a;
}
#top-news .fc-unthemed .fc-popover,
#top-news .fc-unthemed .fc-row,
#top-news .fc-unthemed hr,
#top-news .fc-unthemed tbody,
#top-news .fc-unthemed td,
#top-news .fc-unthemed th {
  border-color: #01a29a;
}
#top-news .eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: rgba(252, 227, 236, 0.4705882353);
}
#top-news .fc-unthemed thead {
  border-color: #fff;
}
#top-news .eo-fullcalendar .fc-view > table > thead {
  color: #fff;
  background-color: #01a29a;
}
#top-news .eo-fullcalendar .fc-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 35px;
}
@media print, (min-width: 514px) {
  #top-news .fc .fc-toolbar > * > :first-child {
    font-size: 18px;
    font-weight: bold;
  }
}
#top-news .fc-toolbar h2 {
  display: flex;
  align-items: center;
  color: #01a29a;
  /* &:before{
      content: "";
      display: inline-block;
      width: 30px;
      background-color: $main-color;
      height: 2px;
      margin-right: 10px;
      margin-top: 2px;
  } */
}
#top-news .fc-state-default {
  background-color: #fff;
  box-shadow: none;
  border-color: #01a29a;
  color: #01a29a;
}
#top-news .fc button .fc-icon {
  top: 0;
}
#top-news .fc button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0 10px;
  height: 36px;
}
#top-news .common-button01, #top-news .common-button02 {
  max-width: 285px;
}
@media only screen and (max-width: 999px) {
  #top-news .top-news-contents {
    flex-direction: column;
  }
  #top-news .top-news-contents__calendar {
    margin: 0 auto;
    height: 300px;
    width: 100%;
  }
  #top-news .container .date {
    font-size: 11px;
  }
  #top-news .container .text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #top-news {
    margin: 20px 0;
  }
}
.locations-tour-inner{
  padding-top: 40px;
}
#top-about {
  padding-inline: 0;
  padding-bottom: 18rem;
}
#top-about .headline-01{
  margin-top: 0;
}
#top-about .contents-logo img {
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
#top-about .top-about-text,
#top-about .text-color {
  font-size: 1.8rem;
  line-height: 4.2rem;
  font-weight: 700;
  letter-spacing: 0rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
#top-about .top-about-text {
  max-width: 970px;
  margin: 0 auto;
  padding: 50px 10px;
}
@media only screen and (max-width: 767px) {
  #top-about .top-about-text {
    padding: 50px 20px;
  }
}
#top-about .about-button {
  justify-content: center;
}
#top-about .about-button .common-button02 {
  padding: 12px 170px 12px 25px;
}
#top-about .common-button02 {
  margin: 0 34px;
  width: 100%;
  max-width: 450px;
  justify-content: center;
}
@keyframes pulseMotion3 {
  0%, 30% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(1, 162, 154, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    background-color: rgba(1, 162, 154, 0);
  }
}
#top-about .inner {
  position: relative;
  width: 100%;
  margin: auto;
  left: 50%;
}
#top-about .playIcon {
  position: absolute;
  width: 95px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#top-about .ripples {
  display: block;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 150px;
  height: 150px;
  background-color: #01a29a;
  border-radius: 50%;
  transition: background-color cubic-bezier(1, 162, 154, 1) 0.8s;
  transition: 0.2s;
}
#top-about .ripples.-active {
  background-color: #01a29a;
}
#top-about .ripples:focus {
  outline: none;
}
#top-about .ripples:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: "";
}
#top-about .ripples.-active:after {
  animation: pulseMotion3 1.7s linear infinite;
}
@media only screen and (max-width: 1199px) {
  #top-about .playIcon {
    width: 70px;
  }
  #top-about .ripples {
    top: 15px;
    left: 15%;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 999px) {
  #top-about {
    padding-bottom: 10rem;
  }
  #top-about .common-button02 {
    width: 90%;
    margin: 0 auto !important;
  }
  #top-about .playIcon {
    width: 70px;
  }
  #top-about .ripples {
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #top-about .ripples {
    top: 25px;
    width: 90px;
    height: 90px;
  }
  #top-about .arrow_box_B {
    bottom: 170px;
  }
}
@media only screen and (max-width: 399px) {
  #top-about .ripples {
    top: 15px;
  }
}

#top-touring {
  padding-bottom: 18rem;
}
#top-touring .text {
  padding: 50px 10px;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 970px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #top-touring .text {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 999px) {
  #top-touring {
    padding-bottom: 10rem;
  }
}
#top-touring .touringArea_list {
  padding: 0 5px;
  padding-top: 50px;
  max-width: 1190px;
  width: 95%;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}
#top-touring .touringArea_list::-webkit-scrollbar {
  height: 15px;
  /* スクロールバーの高さ */
}
#top-touring .touringArea_list::-webkit-scrollbar-thumb {
  background: #cbc7b9;
  /* ツマミの色 */
  border-radius: 7px;
  /* ツマミ両端の丸み */
}
#top-touring .touringArea_list::-webkit-scrollbar-track {
  background: #f2efe6;
  /* トラックの色 */
  border-radius: 7px;
  /* トラック両端の丸み */
}
#top-touring .touringArea_list_tag {
  position: absolute;
  z-index: 1;
  top: -15px;
  left: 15px;
  background-color: #01a29a;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
}
#top-touring .touringArea_list_title {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #01a29a;
  padding-bottom: 10px;
  padding-right: 36px;
}
#top-touring .touringArea_list_title::after {
  content: "";
  position: absolute;
  width: 40px;
  top: 40%;
  right: 0;
  height: 14px;
  background-image: url(../images/arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
}
#top-touring .touringArea_list_details {
  border: 3px solid #01a29a;
  height: 200px;
  border-top: 0;
  padding: 20px 17px;
  border-radius: 0 0 10px 10px;
}
#top-touring .touringArea_list_text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  /* 行数を指定 */
  text-align: justify;
}
#top-touring .touringArea_item {
  position: relative;
  padding-bottom: 10px;
  transition: 0.3s all;
}
#top-touring .touringArea_item a {
  display: block;
  width: 280px;
}
#top-touring .touringArea_item img {
  width: 280px;
  height: 180px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
#top-touring .touringArea_item:hover {
  opacity: 0.8;
  transform: scale(1.01, 1.01);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #top-touring .touringArea_item:not(:last-child) {
      padding-right: 20px;
    }
  }
}
#top-touring .touring-button {
  margin-top: 80px;
}

.touringArea_topic {
  max-width: 1190px;
  width: 95%;
  max-height: 500px;
  margin: 0 auto;
  display: flex;
}
.touringArea_topic_left {
  flex: 1;
  padding: 30px 50px;
  border: 3px solid #01a29a;
  border-right: 0;
  border-radius: 10px 0 0 10px;
  background-color: #fff;
}
.touringArea_topic_tag {
  font-size: 12px;
  background-color: #01a29a;
  color: #fff;
  padding: 3px 8px;
}
.touringArea_topic_title {
  display: inherit;
  font-size: 24px;
  font-weight: bold;
  padding-top: 24px;
}
.touringArea_topic_subTitle {
  display: inherit;
  font-size: 18px;
  color: #01a29a;
  padding-top: 14px;
}
.touringArea_topic_text {
  padding: 24px 10px;
  padding-bottom: 27px;
  line-height: 1.6em;
}
.touringArea_topic_text p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  text-align: justify;
}
.touringArea_topic_right {
  flex: 1;
}
.touringArea_topic_right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0 10px 10px 0;
}
.touringArea_topic .common-button01, .touringArea_topic .common-button02 {
  max-width: none;
  width: 100%;
  margin: 0;
}
.touringArea_topic .common-button01:hover, .touringArea_topic .common-button02:hover {
  border: 3px solid #01a29a;
}

@media only screen and (max-width: 999px) {
  .touringArea_topic {
    flex-direction: column-reverse;
    max-height: none;
  }
  .touringArea_topic_left {
    padding: 15px 20px;
    border: 3px solid #01a29a;
    border-top: 0;
    border-radius: 0 0 10px 10px;
  }
  .touringArea_topic_title {
    font-size: 18px;
    padding-top: 15px;
  }
  .touringArea_topic_text {
    padding-top: 14px;
  }
  .touringArea_topic_subTitle {
    font-size: 14px;
    padding-top: 8px;
  }
  .touringArea_topic_right img {
    border-radius: 10px 10px 0 0;
  }
}
#top-eating {
  width: 100%;
  padding-bottom: 10rem;
}
#top-eating .common-button02 {
  margin-top: 70px;
}
#top-eating .top_eatingArea_item {
  display: flex;
  align-items: center;
  max-width: 1190px;
  width: 95%;
  margin: 0 auto;
  gap: 70px;
}
#top-eating .top_eatingArea_item_left h3 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
#top-eating .top_eatingArea_item_left .common-button02 {
  width: 100%;
}
#top-eating .top_eatingArea_item figure {
  width: 580px;
  height: 360px;
}
#top-eating .top_eatingArea_item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
@media only screen and (max-width: 999px) {
  #top-eating .top_eatingArea_item {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #top-eating .top_eatingArea_item figure {
    text-align: center;
  }
  #top-eating .top_eatingArea_item img {
    width: 95%;
  }
}

.top-other-list {
  display: flex;
}
.top-other-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
}
.top-other-item:first-child {
  background-image: url(../images/other/top_other01.jpg);
}
.top-other-item:nth-child(2) {
  background-image: url(../images/other/top_other02.jpg);
}
.top-other-item:nth-child(3) {
  background-image: url(../images/other/top_other03.jpg?ver_02);
}
.top-other-item:nth-child(4) {
  background-image: url(../images/other/top_other04.jpg?ver_02);
}
.top-other-button a {
  position: relative;
  display: inline-block;
  width: 20vw;
  height: 80px;
  color: #01a29a;
  padding: 25px;
  font-size: 21px;
  line-height: 1.3em;
  z-index: 0;
  text-decoration: none;
  transition: 0.2s all;
}
.top-other-button a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
  transform: skewX(-15deg);
  transition: 0.2s all;
}
.top-other-button a:after {
  content: "";
  position: absolute;
  width: 54px;
  top: 50%;
  right: 20px;
  height: 14px;
  background-image: url(../images/arrow-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.top-other-button:hover a {
  color: #fff;
}
.top-other-button:hover a:before {
  background-color: #01a29a;
}
.top-other-button:hover a:after {
  background-image: url(../images/arrow-white.svg);
}
@media only screen and (max-width: 999px) {
  .top-other-list {
    flex-direction: column;
  }
  .top-other-item {
    flex: auto;
    height: 200px;
  }
  .top-other-button a {
    width: 75vw;
    height: 70px;
    font-size: 18px;
  }
}

#top-contact {
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}
#top-contact .common-button02 {
  max-width: 520px;
  padding: 12px 80px 12px 25px;
}
#top-contact .contact-btn {
  margin-top: 40px;
}
@media only screen and (max-width: 999px) {
  #top-contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

/* お知らせ */
#news {
  width: 100%;
  padding-top: 70px;
  background-color: #f2efe6;
  margin-bottom: 78px;
}
#news .news__contents_wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding: 8rem 0;
}
#news .news__contents_wrap .common-title-01 {
  padding-bottom: 60px;
}
#news .news__contents_wrap .form-btn {
  background-color: #01a29a;
  color: #fff;
  border-radius: 90px;
  min-width: 190px;
  width: 100%;
  text-align: center;
  margin-bottom: 45px;
  padding: 8px;
  margin-top: 18px;
}
@media only screen and (max-width: 999px) {
  #news .news__contents_wrap .form-btn {
    margin-top: 0;
  }
}
#news .news__contents_wrap .category-wrap {
  width: 100%;
}
#news .news__contents_wrap .category-wrap select {
  width: 100%;
  background-color: #fff;
  border: 3px solid #01a29a;
  padding: 15px 5px;
  text-align: left;
  margin: 15px 0;
}
@media only screen and (max-width: 999px) {
  #news .news__contents_wrap .category-wrap {
    text-align: center;
  }
  #news .news__contents_wrap .category-wrap select {
    margin-top: 15px;
  }
}
#news .news__contents_wrap .after-wrap {
  position: relative;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
}
#news .news__contents_wrap .after-wrap:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/newslist-arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(-90deg);
  top: 30px;
  right: 7px;
  pointer-events: none;
}
#news .news__contents_wrap .category-menu {
  border-left: 1px solid #333;
  padding-left: 40px;
  min-width: 240px;
  font-weight: 700;
  color: #01a29a;
}
#news .news__contents_wrap .category-menu h2 {
  font-size: 14px;
  padding-bottom: 18px;
  border-bottom: 2px dotted #333;
}
#news .news__contents_wrap .category-menu ul li {
  font-size: 1.5rem;
  padding-top: 18px;
  width: 100%;
  position: relative;
}
#news .news__contents_wrap .category-menu ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: #01a29a;
  left: 33px;
  top: 27px;
}
#news .news__contents_wrap .category-menu ul li:not(:first-child) {
  padding-left: 50px;
}
#news .news__contents_wrap .category-menu ul li:first-child:before {
  display: none;
}
@media only screen and (max-width: 999px) {
  #news .news__contents_wrap .category-menu {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
    border-left: 0;
    justify-content: center;
  }
}
#news .news__contents_wrap .main-contents {
  width: 100%;
}
#news .news__contents_wrap .main-contents ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) {
  #news .news__contents_wrap .main-contents ul {
    justify-content: center;
  }
}
#news .news__contents_wrap .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
#news .news__contents_wrap .wp-pagenavi .pages {
  display: none;
  position: relative;
  z-index: -1;
}
#news .news__contents_wrap .wp-pagenavi a,
#news .news__contents_wrap .wp-pagenavi .current {
  font-size: 18px;
  font-weight: bold;
  color: #01a29a;
  transition: 0.2s;
  padding: 0 15px;
  transition: 0.2s;
  /* border-left: 1px solid $main-color; */
}
#news .news__contents_wrap .wp-pagenavi a:hover,
#news .news__contents_wrap .wp-pagenavi .current:hover {
  opacity: 0.5;
}
#news .news__contents_wrap .wp-pagenavi .current {
  color: rgba(1, 162, 154, 0.35);
}
#news .news__contents_wrap .wp-pagenavi .extend {
  font-size: 18px;
  font-weight: bold;
  color: #01a29a;
}
#news .news__contents_wrap .wp-pagenavi .previouspostslink,
#news .news__contents_wrap .wp-pagenavi .nextpostslink {
  width: 30px;
  height: 30px;
  border-right: 0;
  background-repeat: no-repeat;
  padding: 5px 8px;
  margin: 0 5px;
  transition: 0.2s;
  color: #01a29a;
  background-color: #01a29a;
  border-radius: 90px;
  font-size: 13px;
  font-weight: bold;
  background-image: url(../images/newslist-arrow.svg);
  text-indent: 100%;
  white-space: nowrap;
}
#news .news__contents_wrap .wp-pagenavi .previouspostslink:hover,
#news .news__contents_wrap .wp-pagenavi .nextpostslink:hover {
  opacity: 0.5;
}
#news .news__contents_wrap .wp-pagenavi .nextpostslink {
  transform: rotate(-180deg);
}
#news .news__contents_wrap .wp-pagenavi .first,
#news .news__contents_wrap .wp-pagenavi .last {
  width: 30px;
  height: 30px;
  margin: 0 5px;
  background-image: url(../images/newslist-arrow-last.svg);
  color: #01a29a;
  font-size: 1px;
  padding: 5px 8px;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
}
#news .news__contents_wrap .wp-pagenavi .last {
  transform: rotate(-180deg);
}
#news .news__contents_wrap .wp-pagenavi .active {
  background-color: #01a29a;
  color: #fff;
  border-radius: 90px;
}
#news .news__contents_wrap .wp-pagenavi .active:hover {
  opacity: 1;
}
#news .news__contents_wrap .category-check {
  width: 100%;
  display: block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
  /* テキストの選択を防ぐ */
}
#news .news__contents_wrap .category-check input {
  display: none;
}
#news .news__contents_wrap .checkmark {
  position: absolute;
  top: 0;
  /* 上からの位置 */
  left: 0;
  height: 17px;
  /* 大きさ */
  width: 17px;
  /* 大きさ */
  border: solid 2px #01a29a;
  /* 線 */
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
#news .news__contents_wrap .checkmark:after {
  content: "";
  position: absolute;
  left: 4px;
  /* チェックの位置 */
  top: 1px;
  /* チェックの位置 */
  width: 5px;
  /* チェックの大きさ */
  height: 9px;
  /* チェックの大きさ */
  border: solid #01a29a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  /* 透明にしておく */
}
#news .news__contents_wrap .category-check input:checked + .checkmark:after {
  opacity: 1;
  /* 透明を解除 */
}
#news .news__contents_wrap .container-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row-reverse;
}
@media only screen and (max-width: 999px) {
  #news .news__contents_wrap .container-wrap {
    flex-flow: inherit;
    display: block;
  }
}
#news .news__contents_wrap .container {
  display: block;
  position: relative;
  width: 275px;
  height: 240px;
  box-sizing: content-box;
  border: 3px solid #01a29a;
  margin: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #news .news__contents_wrap .container {
    width: 180px;
  }
}
@media only screen and (max-width: 399px) {
  #news .news__contents_wrap .container {
    width: 240px;
  }
}
#news .news__contents_wrap .container img {
  width: 275px;
  height: 145px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  #news .news__contents_wrap .container img {
    width: 180px;
  }
}
@media only screen and (max-width: 399px) {
  #news .news__contents_wrap .container img {
    width: 240px;
  }
}
#news .news__contents_wrap .container .category {
  position: absolute;
  background-color: #01a29a;
  color: #fff;
  padding: 10px 15px;
  left: 10px;
  top: -10px;
  font-weight: 700;
}
#news .news__contents_wrap .container .date {
  position: absolute;
  width: 60%;
  color: #01a29a;
  font-weight: 700;
  top: 130px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 90px;
  border: 2px solid #01a29a;
  background-color: #fff;
  padding: 5px 0;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}
@media only screen and (max-width: 999px) {
  #news .news__contents_wrap .container .date {
    font-size: 11px;
  }
}
#news .news__contents_wrap .container .text {
  padding: 0 10px;
  padding-top: 30px;
  font-size: 1.1rem;
}
#news .event-btn {
  padding-top: 40px;
}
#news .fc-ltr .fc-basic-view .fc-day-number {
  text-align: left;
  padding-left: 5px !important;
}
#news .fc-basic-view tbody .fc-row {
  min-height: 150px;
  height: 100%;
}
#news .fc-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
#news .fc-content {
  background-color: #01a29a;
  border-color: #01a29a;
}
#news .eo-fullcalendar-reset.fc-unthemed .fc-today {
  background: rgba(252, 227, 236, 0.4705882353);
}
#news .fc-unthemed .fc-popover,
#news .fc-unthemed .fc-row,
#news .fc-unthemed hr,
#news .fc-unthemed tbody,
#news .fc-unthemed td,
#news .fc-unthemed th {
  border-color: #01a29a;
}
#news .fc-unthemed thead {
  border-color: #fff;
}
#news .eo-fullcalendar .fc-view > table > thead {
  color: #fff;
  background-color: #01a29a;
}
#news .eo-fullcalendar .fc-toolbar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media print, (min-width: 514px) {
  #news .fc .fc-toolbar > * > :first-child {
    font-size: 18px;
    font-weight: bold;
  }
}
#news .fc-toolbar h2 {
  display: flex;
  align-items: center;
  color: #01a29a;
  /* &:before{
      content: "";
      display: inline-block;
      width: 30px;
      background-color: $main-color;
      height: 2px;
      margin-right: 10px;
      margin-top: 2px;
  } */
}
#news .fc-state-default {
  background-color: #fff;
  box-shadow: none;
  border-color: #01a29a;
  color: #01a29a;
}
#news .fc button .fc-icon {
  top: 0;
}
#news .fc button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-right: 10px;
  padding: 0 15px;
}

#page-news-contents {
  padding-top: 70px;
  background-color: #f2efe6;
  margin-bottom: 78px;
  width: 100%;
}
#page-news-contents .border {
  border-bottom: 2px solid #01a29a;
  padding: 5rem 0;
  margin-bottom: 1rem;
}
#page-news-contents .contents-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 7rem;
}
@media only screen and (max-width: 767px) {
  #page-news-contents .contents-wrap {
    padding: 2rem;
  }
}
#page-news-contents .contents-wrap .title {
  text-align: center;
  color: #01a29a;
  letter-spacing: 0.4rem;
}
#page-news-contents .contents-wrap .title h1 {
  font-size: 2rem;
  padding: 10px 0;
  font-weight: 700;
}
#page-news-contents .contents-wrap a {
  color: #01a29a;
  font-weight: bold;
  transition: 0.2s;
  border-bottom: 1px solid #01a29a;
}
#page-news-contents .contents-wrap a:hover {
  opacity: 0.5;
}
#page-news-contents .contents-wrap .main-title .date {
  padding: 3px 0;
  border-radius: 90px;
  border: solid 3px #01a29a;
  color: #01a29a;
  background-color: #fff;
  max-width: 147px;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  font-size: 13px;
}
@media only screen and (max-width: 999px) {
  #page-news-contents .contents-wrap .main-title .date {
    font-size: 11px;
  }
}
#page-news-contents .contents-wrap .main-title .date p {
  font-family: "Roboto", sans-serif;
}
#page-news-contents .contents-wrap .main-title h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.4rem;
  color: #006275;
  padding-bottom: 20px;
  border-bottom: 3px dotted #006275;
}
#page-news-contents .contents-wrap .main-title .catecory_wrap {
  display: flex;
  flex-wrap: wrap;
}
#page-news-contents .contents-wrap .main-title .catecory {
  padding: 10px 30px;
  margin-top: 20px;
  background-color: #01a29a;
  width: 15%;
  min-width: 155px;
  text-align: center;
  color: #fff;
  font-weight: 700;
}
#page-news-contents .contents-wrap .main-title .catecory:not(:first-child) {
  margin-left: 10px;
}
#page-news-contents .contents-wrap .text-content {
  padding: 2rem 0;
}
#page-news-contents .contents-wrap .text-content p {
  padding: 1rem 0;
  line-height: 3rem;
  font-size: 1.5rem;
}
#page-news-contents .contents-wrap .text-content h3 {
  padding-top: 2rem;
  font-size: 2.4rem;
  line-height: 4.4rem;
  font-weight: 700;
  color: #006275;
}
#page-news-contents .contents-wrap .text-content h4 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #006275;
}
#page-news-contents .contents-wrap .text-content h5 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006275;
}
#page-news-contents .contents-wrap .images {
  width: 100%;
  text-align: center;
}
#page-news-contents .contents-wrap .images img {
  width: 100%;
  max-height: 540px;
  margin: 20px 0;
  object-fit: contain;
  object-position: top;
}
#page-news-contents .contents-wrap .images figcaption {
  color: #01a29a;
}
#page-news-contents .contents-wrap .news-table {
  padding: 30px 0;
  line-height: 2rem;
}
#page-news-contents .contents-wrap .news-table h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #006275;
  margin: 20px 0;
  margin-top: 50px;
}
#page-news-contents .contents-wrap .news-table dl {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #01a29a;
  border-top: none;
  border-left: 0;
  border-right: 0;
}
#page-news-contents .contents-wrap .news-table dt {
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  border-top: 2px solid #01a29a;
  color: #01a29a;
}
#page-news-contents .contents-wrap .news-table dd {
  padding: 30px;
  margin: 0;
  border-left: 2px solid #01a29a;
  border-top: 2px solid #01a29a;
  width: 70%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #page-news-contents .contents-wrap .news-table dl {
    flex-flow: column nowrap;
  }
  #page-news-contents .contents-wrap .news-table dt,
  #page-news-contents .contents-wrap .news-table dd {
    width: 100%;
    border-left: 2px solid #01a29a;
    border-right: 2px solid #01a29a;
    padding: 20px;
  }
  #page-news-contents .contents-wrap .news-table dt {
    background: rgba(255, 255, 255, 0.7);
  }
  #page-news-contents .contents-wrap .news-table dd {
    background: rgba(255, 255, 255, 0.3);
  }
}
#page-news-contents .next-prev-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5rem;
}
#page-news-contents .next-prev-wrap p {
  display: flex;
}
#page-news-contents .next-prev-wrap p a {
  padding: 10px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  border: 0;
}
#page-news-contents .next-prev-wrap p .next {
  transform: rotate(-180deg);
}
#page-news-contents .next-prev-wrap p img {
  width: 30px;
}

/* 概要 */
#about {
  padding-top: 80px;
}
#about .about_wrapper {
  padding-top: 20px;
}
#about .soto-title {
  display: block;
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
}
#about .about-text,
#about .text-color {
  font-size: 1.8rem;
  line-height: 4.2rem;
  font-weight: 700;
  letter-spacing: -0.12rem;
}
#about .about-text:lang(en-US),
#about .text-color:lang(en-US) {
  font-size: 1.6rem;
}
#about .about-text {
  max-width: 970px;
  margin: 0 auto;
  padding: 50px 10px;
}
@media only screen and (max-width: 767px) {
  #about .about-text {
    padding: 50px 20px;
  }
}
#about .has-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 55px;
}
#about .has-lines .arrow_box01 {
  max-width: 300px;
  padding: 15px 20px;
}
#about .has-lines .arrow_box01:lang(en-US) {
  max-width: 340px;
}
#about .has-lines:before,
#about .has-lines:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #01a29a;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
}
#about .has-lines:before {
  margin-right: 20px;
}
#about .has-lines:after {
  margin-left: 20px;
}
#about .story-title {
  padding-bottom: 70px;
  padding-top: 90px;
}
#about .story-title figure {
  position: relative;
  text-align: center;
  max-width: 775px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .story-title figure .title01 {
  width: 39%;
}
#about .story-title figure .title02 {
  width: 59%;
}
@media only screen and (max-width: 767px) {
  #about .story-title figure {
    justify-content: center;
  }
  #about .story-title figure .title01 {
    width: 60%;
  }
  #about .story-title figure .title02 {
    width: 75%;
    margin-top: 20px;
  }
}
#about .content01 figure,
#about .content02 figure,
#about .content03 figure,
#about .content04 figure {
  position: relative;
}
#about .content01 figcaption,
#about .content02 figcaption,
#about .content03 figcaption,
#about .content04 figcaption {
  display: inline-block;
  width: fit-content;
  position: absolute;
  bottom: 15px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 1199px) {
  #about .content01 figcaption,
  #about .content02 figcaption,
  #about .content03 figcaption,
  #about .content04 figcaption {
    font-size: 14px;
    bottom: 6px;
  }
}
@media only screen and (max-width: 999px) {
  #about .content01 figcaption,
  #about .content02 figcaption,
  #about .content03 figcaption,
  #about .content04 figcaption {
    font-size: 18px;
    bottom: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #about .content01 figcaption,
  #about .content02 figcaption,
  #about .content03 figcaption,
  #about .content04 figcaption {
    font-size: 16px;
    bottom: 10px;
  }
}
#about .content01 .common-title-A {
  margin-top: 180px;
}
#about .content02,
#about .content03,
#about .content04 {
  padding-top: 100px;
}
#about .content04 {
  padding-bottom: 250px;
}
#about .container01, #about .container02 {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  align-items: center;
  width: 95%;
}
#about .container01 p, #about .container02 p {
  width: 95%;
  max-width: 656px;
  font-size: 15px;
  line-height: 34px;
  font-weight: bold;
  margin: 0 auto;
  padding: 10px;
  margin-right: 60px;
}
#about .container01 img, #about .container02 img {
  display: block;
  margin: 0 auto;
  max-width: 480px;
  width: 100%;
  border-radius: 13%;
}
@media only screen and (max-width: 999px) {
  #about .container01, #about .container02 {
    width: 100%;
  }
  #about .container01 p, #about .container02 p {
    margin: 0 auto;
    padding-bottom: 20px;
  }
  #about .container01 img, #about .container02 img {
    width: 80%;
  }
}
#about .container01:lang(en-US) p, #about .container02:lang(en-US) p {
  font-size: 13px;
  line-height: 30px;
}
#about .container02 {
  flex-flow: row-reverse;
  margin-bottom: 50px;
}
#about .container02 p {
  margin-right: 0;
  margin-left: 60px;
}
@media only screen and (max-width: 999px) {
  #about .container02 {
    padding-top: 70px;
  }
  #about .container02 p {
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
#about .contents-wrap {
  background-image: url(../images/about/about-bgi.jpg);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 999px) {
  #about .contents-wrap {
    background-position: bottom;
    background-image: none;
  }
  #about .contents-wrap figure {
    background-image: url(../images/about/about-bgi-sp.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 365%;
  }
}

/* 29の構成文化財 */
/* 30の構成文化財 */
#cultural {
  padding-top: 80px;
  overflow-x: hidden;
  margin: 0 auto;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 999px) {
  #cultural {
    padding-bottom: 10rem;
  }
}
#cultural .text {
  padding: 50px 10px;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 970px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #cultural .text {
    padding: 50px 20px;
  }
}
#cultural ul {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-decoration: none;
  margin: 0 auto;
  gap: 0px 29px;
}
@media only screen and (max-width: 1199px) {
  #cultural ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 999px) {
  #cultural ul {
    gap: 0px 15px;
  }
}
#cultural ul a {
  max-width: 250px;
  margin: 10px;
  transition: 0.3s all;
}
#cultural ul a:hover {
  opacity: 0.7;
}
#cultural ul img {
  max-width: 278px;
}
@media only screen and (max-width: 999px) {
  #cultural ul img {
    max-width: 170px;
  }
}
@media only screen and (max-width: 399px) {
  #cultural ul img {
    max-width: 130px;
  }
}
#cultural ul .details-open figure {
  position: relative;
}
#cultural ul .details-open figcaption {
  display: inline-block;
  width: fit-content;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 315px;
  text-align: center;
  margin: auto;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
#cultural ul .details-open figcaption:lang(en-US) {
  top: 320px;
  font-size: 14px;
  padding: 0 10px;
}
#cultural ul .details-open p {
  font-size: 11px;
}
@media only screen and (max-width: 999px) {
  #cultural ul .details-open figcaption {
    top: 192px;
    font-size: 12px;
    line-height: 14px;
  }
  #cultural ul .details-open p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 399px) {
  #cultural ul .details-open figcaption {
    top: 145px;
    font-size: 11px;
    line-height: 13px;
  }
  #cultural ul .details-open p {
    font-size: 9px;
  }
}
#cultural ul .wrap {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#cultural ul .wrap img {
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  #cultural ul .wrap img {
    width: 105px;
  }
}
@media only screen and (max-width: 399px) {
  #cultural ul .wrap img {
    margin: 5px;
    width: 105px;
  }
}
#cultural ul .common-button02 {
  margin-top: 5rem;
}
#cultural ul .num-02 figcaption:lang(en-US),
#cultural ul .num-05 figcaption:lang(en-US),
#cultural ul .num-08 figcaption:lang(en-US),
#cultural ul .num-09 figcaption:lang(en-US),
#cultural ul .num-11 figcaption:lang(en-US),
#cultural ul .num-12 figcaption:lang(en-US),
#cultural ul .num-14 figcaption:lang(en-US),
#cultural ul .num-17 figcaption:lang(en-US),
#cultural ul .num-20 figcaption:lang(en-US),
#cultural ul .num-25 figcaption:lang(en-US),
#cultural ul .num-30 figcaption:lang(en-US) {
  top: 310px;
}
#cultural ul .num-21 figcaption:lang(en-US),
#cultural ul .num-26 figcaption:lang(en-US),
#cultural ul .num-27 figcaption:lang(en-US) {
  top: 302px;
}
#cultural ul .num-02,
#cultural ul .num-06,
#cultural ul .num-10,
#cultural ul .num-14,
#cultural ul .num-18,
#cultural ul .num-22,
#cultural ul .num-26,
#cultural ul .num-30 {
  margin-top: 20px;
  /*           @include media (l){
  margin-top: 0;
  } */
}
#cultural ul .num-03,
#cultural ul .num-07,
#cultural ul .num-11,
#cultural ul .num-15,
#cultural ul .num-19,
#cultural ul .num-23,
#cultural ul .num-27 {
  margin-top: 40px;
  /*           @include media (l){
      margin-top: 0;
  } */
}
#cultural ul .num-04,
#cultural ul .num-08,
#cultural ul .num-12,
#cultural ul .num-16,
#cultural ul .num-20,
#cultural ul .num-24,
#cultural ul .num-28 {
  margin-top: 60px;
  /*           @include media (l){
      margin-top: 0;
  } */
}
@media only screen and (max-width: 999px) {
  #cultural ul .num-02,
  #cultural ul .num-06,
  #cultural ul .num-10,
  #cultural ul .num-14,
  #cultural ul .num-18,
  #cultural ul .num-22,
  #cultural ul .num-26,
  #cultural ul .num-30,
  #cultural ul .num-04,
  #cultural ul .num-08,
  #cultural ul .num-12,
  #cultural ul .num-16,
  #cultural ul .num-20,
  #cultural ul .num-24,
  #cultural ul .num-28 {
    margin-top: 20px;
  }
  #cultural ul .num-03,
  #cultural ul .num-07,
  #cultural ul .num-11,
  #cultural ul .num-15,
  #cultural ul .num-19,
  #cultural ul .num-23,
  #cultural ul .num-27 {
    margin-top: 0;
  }
}

#cultural-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 150px 0;
  background: rgba(228, 221, 205, 0.8);
}
@media only screen and (max-width: 767px) {
  #cultural-details {
    padding: 90px 0;
  }
}

.cultural-button {
  padding-top: 30px;
}
.cultural-button .common-button02 {
  white-space: nowrap;
  max-width: 880px;
  width: auto;
}

/* モーダル本体 */
.modal-content {
  min-width: 960px;
  padding-top: 55px;
  width: 50%;
  background: white;
  outline: 3px solid #01a29a;
}
@media only screen and (max-width: 1199px) {
  .modal-content {
    min-width: auto;
    width: 80%;
    max-height: 90%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .modal-content {
    width: 95%;
    max-height: 55%;
    padding-top: 30px;
  }
}
.modal-content .modal-head {
  display: block;
  position: sticky;
  top: 0;
  height: 55px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-head {
    height: 30px;
  }
}
.modal-content .modal-head .modal-close-btn {
  width: 55px;
  height: 55px;
  margin: 0 0 0 auto;
  /* 右寄せ */
  background-color: #01a29a;
  /* 閉じるボタン バツ */
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-head .modal-close-btn {
    width: 30px;
    height: 30px;
  }
}
.modal-content .modal-head .modal-close-btn span {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
}
.modal-content .modal-head .modal-close-btn span::before,
.modal-content .modal-head .modal-close-btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
  /* バツ印の色 */
}
.modal-content .modal-head .modal-close-btn span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-content .modal-head .modal-close-btn span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-head .modal-close-btn span {
    width: 30px;
    height: 30px;
  }
  .modal-content .modal-head .modal-close-btn span::before,
  .modal-content .modal-head .modal-close-btn span::after {
    top: 48%;
    left: 55%;
    height: 25px;
  }
}
.modal-content .modal-body {
  padding: 0 55px;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-body {
    padding: 0 30px;
  }
}
.modal-content .modal-body figure {
  position: relative;
}
.modal-content .modal-body figcaption {
  display: inline-block;
  width: fit-content;
  position: absolute;
  bottom: 100px;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.modal-content .modal-body figcaption:lang(en-US) {
  font-size: 23px;
}
.modal-content .modal-body figcaption p {
  display: inline-block;
  padding-top: 5px;
  font-size: 23px;
}
@media only screen and (max-width: 999px) {
  .modal-content .modal-body figcaption {
    font-size: 25px;
    bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-body figcaption {
    font-size: 15px;
    bottom: 65px;
  }
}
.modal-content .modal-body img {
  height: auto;
  width: 100%;
  margin-bottom: 35px;
}
.modal-content .modal-body .cultural-about {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-bottom: 35px;
}
.modal-content .modal-body table {
  width: 100%;
}
.modal-content .modal-body table tr {
  border-top: 1px solid #01a29a;
}
.modal-content .modal-body table th,
.modal-content .modal-body table td {
  padding: 35px 0;
}
.modal-content .modal-body table th {
  width: 25%;
  color: #01a29a;
  font-size: 1.5rem;
}
.modal-content .modal-body table th span {
  color: #333;
  font-size: 1rem;
  font-weight: lighter;
}
.modal-content .modal-body table td {
  width: 75%;
  font-size: 1.25rem;
  line-height: 2;
}
.modal-content .modal-body table td a {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .modal-content .modal-body table th,
  .modal-content .modal-body table td {
    display: block;
    width: 100%;
  }
  .modal-content .modal-body table th {
    padding: 15px 0;
  }
  .modal-content .modal-body table td {
    padding: 0 0 15px;
  }
}

/* スクロールバーを隠す Chrome, Safari 対応 */
.modal-content::-webkit-scrollbar {
  display: none;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  /* height: 100%; */
  left: 0;
}

/* みんなの桑都物語 */
#future {
  background-color: #f2efe6;
  padding-top: 70px;
  margin-bottom: 60px;
  padding-bottom: 100px;
}
#future .headline-01 {
  margin-bottom: 0;
}
#future .common-button02 {
  position: relative;
  z-index: 1;
  max-width: 370px;
}
#future .future-wrap {
  margin-bottom: 70px;
}
#future .future-wrap .text {
  background-color: #fff;
}
#future .future-wrap .text p {
  max-width: 970px;
  width: 95%;
  margin: 0 auto;
  padding: 70px 0;
  padding-bottom: 120px;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
#future .contentBox {
  max-width: 1400px;
  width: 95%;
  background-color: #fff;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 150px;
  margin-top: 100px;
  border-bottom: 3px solid #006275;
}
#future .contentBox h3 {
  max-width: 340px;
  color: #006275;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #ffff00;
  text-align: center;
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
}
#future .contentBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#future .contentBox ul li {
  position: relative;
  background-color: #f2efe6;
  width: 620px;
  padding-bottom: 50px;
  margin: 15px;
  border-radius: 0 0 15px 0;
  box-shadow: #C9BC9C 10px 10px 0px;
  border-bottom: 16px solid #006275;
}
#future .contentBox ul li::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/future/future-bgi01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -47px;
  right: -50px;
  width: 222px;
  height: 252px;
}
#future .contentBox ul li .imageBox {
  max-width: 620px;
  width: 100%;
  background-color: #006275;
  overflow: hidden;
  position: relative;
}
#future .contentBox ul li .imageBox p {
  content: "もっと見る";
  position: absolute;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.6rem;
  color: #fff;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  opacity: 0;
}
#future .contentBox ul li .imageBox p:hover {
  opacity: 1;
}
#future .contentBox ul li .imageBox img {
  transition-duration: 0.3s;
}
#future .contentBox ul li .imageBox img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
  opacity: 0.6;
}
#future .contentBox .boxTitle {
  position: relative;
  color: #006275;
  max-width: 430px;
  width: 95%;
  margin: 0 auto;
  padding-top: 40px;
  text-align: center;
}
#future .contentBox .boxTitle h4 {
  position: relative;
  z-index: 1;
  font-size: 24px;
  padding: 25px 0;
  border-bottom: 3px solid #006275;
  font-weight: bold;
}
#future .contentBox .boxTitle span {
  position: absolute;
  color: #C9BC9C;
  opacity: 0.3;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 54px;
  left: 0;
  right: 0;
  margin: auto;
  top: 65px;
}
#future .contentBox .boxTitle p {
  padding: 10px 0;
}
#future .contentBox .boxTitle:lang(en-US) {
  max-width: 530px;
}
#future .contentBox .boxTitle:lang(en-US) h4 {
  line-height: normal;
  font-size: 20px;
}
#future .contentBox .contentText {
  max-width: 512px;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0;
  line-height: 26px;
}
#future .contentBox .formText {
  width: 85%;
  line-height: 31px;
  margin: 0 auto;
  text-align: center;
  color: #006275;
  font-size: 17px;
  padding-top: 140px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  #future .contentBox ul li {
    width: 100%;
  }
  #future .contentBox ul li img {
    width: 100%;
  }
  #future .contentBox .boxTitle {
    padding-top: 20px;
  }
  #future .contentBox .boxTitle h4 {
    font-size: 18px;
    padding: 20px 0;
  }
  #future .contentBox .boxTitle span {
    top: 20px;
  }
  #future .contentBox .formText {
    padding: 35px 0;
    font-size: 1.5rem;
    line-height: 3rem;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  #future .contentBox .contentText,
  #future .contentBox .boxTitle {
    width: 85%;
  }
  #future .future-wrap .text p {
    padding: 35px 0;
    font-size: 1.5rem;
    line-height: 3rem;
  }
}

/* 「絹の道」ものがたり */
#silk-road-story {
  padding-top: 80px;
}
#silk-road-story .animation, #silk-road-story .arrow_box_B, #silk-road-story .arrow_box01, #silk-road-story .arrow_box02, #silk-road-story .arrow_box03, #silk-road-story .arrow_box_A {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
}
#silk-road-story .keyframe1, #silk-road-story .arrow_box_B, #silk-road-story .arrow_box01, #silk-road-story .arrow_box02, #silk-road-story .arrow_box03, #silk-road-story .arrow_box_A {
  animation-name: anim_v;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 7px);
  }
}
#silk-road-story .arrow_box_B {
  top: auto;
  bottom: 250px;
  background-color: #c69c6d;
}
#silk-road-story .arrow_box_B::after {
  border-color: #c69c6d transparent transparent transparent;
}
#silk-road-story .headline-A {
  background-image: url(../images/silk/silk-bg01.svg);
  background-color: #c69c6d;
}
#silk-road-story .headline-A figure {
  height: 320px;
}
#silk-road-story .silk-wrap {
  margin-bottom: 70px;
}
#silk-road-story .silk-wrap .text {
  background-color: #fff;
}
#silk-road-story .silk-wrap .text p {
  max-width: 970px;
  width: 95%;
  margin: 0 auto;
  padding: 70px 0;
  padding-bottom: 120px;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
#silk-road-story .silk-wrap .mapTitle {
  display: flex;
  width: 100%;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7rem;
  font-weight: lighter;
  background-color: #c69c6d;
  justify-content: center;
  align-items: center;
  color: #42210b;
  padding: 25px 0;
  background-image: url(../images/silk/silk-bg01.svg);
  background-repeat: no-repeat;
  background-position: center;
}
#silk-road-story .silk-wrap .mapTitle p {
  font-size: 19px;
}
#silk-road-story .silk-wrap .mapTitle span {
  font-size: 40px;
  font-weight: bold;
  padding-left: 20px;
}
#silk-road-story .silk-wrap .mapArea {
  background-color: gray;
  width: 100%;
  height: 710px;
}
#silk-road-story .silk-wrap .mainText p {
  max-width: 970px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 70px;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
#silk-road-story .silk-wrap .headline-01, #silk-road-story .silk-wrap .headline-02 {
  background-image: url(../images/silk/silk-bg01.svg);
  background-color: #c69c6d;
}
#silk-road-story .silk-wrap .headline-01 .title h2, #silk-road-story .silk-wrap .headline-02 .title h2 {
  width: 255px;
}
#silk-road-story .silk-wrap .headline-02 .ripples {
  left: 60%;
  right: 30%;
}
#silk-road-story .silk-wrap .parallel-quadrangle-01, #silk-road-story .silk-wrap .parallel-quadrangle-02 {
  background-color: #42210b;
}
@keyframes pulseMotion2 {
  0%, 30% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(198, 156, 109, 0.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.3, 1.3);
    background-color: rgba(170, 143, 123, 0);
  }
}
#silk-road-story .silk-wrap .inner {
  position: relative;
  display: block;
}
#silk-road-story .silk-wrap .playIcon {
  position: absolute;
  width: 95px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#silk-road-story .silk-wrap .ripples {
  display: block;
  position: absolute;
  z-index: 1;
  top: 25px;
  left: 25%;
  width: 150px;
  height: 150px;
  margin: 0 20px;
  background-color: #c69c6d;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.8s;
  transition: 0.2s;
}
#silk-road-story .silk-wrap .ripples.-active {
  background-color: #c69c6d;
}
#silk-road-story .silk-wrap .ripples:focus {
  outline: none;
}
#silk-road-story .silk-wrap .ripples:after {
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: "";
}
#silk-road-story .silk-wrap .ripples.-active:after {
  animation: pulseMotion2 1.7s linear infinite;
}
@media only screen and (max-width: 1199px) {
  #silk-road-story .silk-wrap .playIcon {
    width: 70px;
  }
  #silk-road-story .silk-wrap .ripples {
    top: 15px;
    left: 15%;
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 999px) {
  #silk-road-story .silk-wrap .playIcon {
    width: 90px;
  }
  #silk-road-story .silk-wrap .headline-02 .ripples {
    left: 0;
    right: 0;
    margin: auto;
  }
  #silk-road-story .silk-wrap .ripples {
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  #silk-road-story .silk-wrap .ripples {
    width: 120px;
    height: 120px;
  }
  #silk-road-story .arrow_box_B {
    bottom: 170px;
  }
}
@media only screen and (max-width: 399px) {
  #silk-road-story .silk-wrap .ripples {
    top: 15px;
  }
}

/* 桑都物語巡りサイクリング */
#cycling {
  padding-top: 80px;
  background-color: #ffc6c6;
  margin-bottom: 80px;
  width: 100%;
}
#cycling .common-button01, #cycling .common-button02 {
  background-color: #e85454;
}
#cycling .common-button01:hover, #cycling .common-button02:hover {
  background-color: #fff;
  color: #e85454;
}
#cycling .common-button01:hover:after, #cycling .common-button02:hover:after {
  background-image: url(../images/arrow-red.svg);
}
#cycling .common-button02 {
  background-color: #fff;
  border: 3px solid #e85454;
  color: #e85454;
}
#cycling .common-button02:after {
  background-image: url(../images/arrow-red.svg);
}
#cycling .common-button02:hover {
  background-color: #e85454;
  color: #fff;
}
#cycling .common-button02:hover:after {
  background-image: url(../images/arrow-white.svg);
}
#cycling .map-contents {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}
#cycling .map-contents .title {
  text-align: center;
  color: #e85454;
  letter-spacing: 0.4rem;
}
#cycling .map-contents .title h2 {
  font-size: 2rem;
  padding: 10px 0;
  font-weight: 700;
}
#cycling ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
#cycling .container {
  display: block;
  position: relative;
  width: 265px;
  height: 240px;
  box-sizing: content-box;
  border: 3px solid #e85454;
  margin: 10px;
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  #cycling .container {
    width: 170px;
    margin: 5px;
  }
}
@media only screen and (max-width: 399px) {
  #cycling .container {
    width: 150px;
  }
}
#cycling .container img {
  width: 265px;
  height: 145px;
  object-fit: cover;
  object-position: top;
  border-radius: 5px 5px 0 0;
}
@media only screen and (max-width: 767px) {
  #cycling .container img {
    width: 170px;
  }
}
@media only screen and (max-width: 399px) {
  #cycling .container img {
    width: 150px;
  }
}
#cycling .container .category {
  position: absolute;
  background-color: #e85454;
  color: #fff;
  padding: 10px 15px;
  left: 10px;
  top: -10px;
  font-weight: 700;
}
#cycling .container .text {
  padding: 0 10px;
  padding-top: 30px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 999px) {
  #cycling .container .text {
    font-size: 1.5rem;
  }
}
#cycling .map-table {
  padding: 30px 0;
  line-height: 2rem;
}
#cycling .map-table h6 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #e85454;
  margin: 20px 0;
  margin-top: 50px;
}
#cycling .map-table dl {
  display: flex;
  flex-wrap: wrap;
  border: 2px solid #e85454;
  border-top: none;
  border-left: 0;
  border-right: 0;
}
#cycling .map-table dt {
  width: 30%;
  padding: 30px;
  box-sizing: border-box;
  border-top: 2px solid #e85454;
  color: #e85454;
}
#cycling .map-table dd {
  padding: 30px;
  margin: 0;
  border-left: 2px solid #e85454;
  border-top: 2px solid #e85454;
  width: 70%;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #cycling .map-table dl {
    flex-flow: column nowrap;
  }
  #cycling .map-table dt,
  #cycling .map-table dd {
    width: 100%;
    border-left: 2px solid #e85454;
    border-right: 2px solid #e85454;
    padding: 20px;
  }
  #cycling .map-table dt {
    background: rgba(255, 255, 255, 0.7);
  }
  #cycling .map-table dd {
    background: rgba(255, 255, 255, 0.3);
  }
}
#cycling .contents-wrap {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  padding-top: 80px;
}
#cycling .contents-wrap .main-title h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 4.4rem;
  color: #e85454;
  padding-bottom: 20px;
  border-bottom: 3px dotted #e85454;
}
#cycling .contents-wrap .title {
  text-align: center;
}
#cycling .contents-wrap .title img {
  width: 20px;
}
#cycling .contents-wrap .images1 img {
  width: 100%;
  height: auto;
  margin: 20px 0;
}
#cycling .text-content {
  padding: 4rem 0;
}
#cycling .supplementText {
  max-width: 1200px;
  width: 85%;
  margin: 0 auto;
  padding-bottom: 7rem;
}
#cycling #cultural {
  padding-top: 0;
}
#cycling .modal-content {
  outline: 3px solid #e85454;
}
#cycling .modal-content .modal-head .modal-close-btn {
  background-color: #e85454;
}
#cycling .modal-content .modal-body table th {
  color: #e85454;
}
#cycling .modal-content .modal-body table tr {
  border-top: 1px solid #e85454;
}
#cycling #top-cultural ul img {
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  #cycling #top-cultural ul img {
    margin: 5px;
  }
}

/* 「郷土学習」から考えるみらい */
/* 「郷土学習」から考えるみらい */
#education {
  padding-top: 80px;
  overflow-x: hidden;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 7px);
  }
}
#education .arrow_box_B {
  top: auto;
  bottom: 250px;
  background-color: #0da0ba;
}
#education .arrow_box_B::after {
  border-color: #0da0ba transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  #education .arrow_box_B {
    bottom: 170px;
  }
}
#education .headline-A {
  background-image: url(../images/silk/silk-bg01.svg);
  background-color: #0da0ba;
}
@media only screen and (max-width: 767px) {
  #education .headline-A .title h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 400px) {
  #education .headline-A .title h2 {
    font-size: 16px;
  }
}
#education .headline-A figure {
  height: 320px;
}
#education .classTitle {
  width: 100%;
  height: 75px;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7rem;
  background-color: #f0e2d3;
  text-align: center;
  color: #42210b;
  padding: 25px 0;
  background-image: url(../images/silk/silk-bg01.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 70px 0;
}
#education .classTitle p {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  #education .classTitle {
    padding: 20px 0;
  }
  #education .classTitle p {
    font-size: 28px;
  }
}

#top-education {
  margin: 0 auto;
  padding-bottom: 20rem;
}
@media only screen and (max-width: 999px) {
  #top-education {
    padding-bottom: 10rem;
  }
}
#top-education .text {
  padding: 50px 10px;
  padding-bottom: 0;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 970px;
  margin: 0 auto;
}
#top-education .text a {
  color: #d61518;
  font-size: 1.5rem;
  border-bottom: 2px solid #d61518;
  transition: 0.2s;
}
#top-education .text a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #top-education .text {
    padding: 50px 20px;
  }
}
#top-education .cultural-wrap {
  position: relative;
  width: 100%;
  padding: 35px 0;
  margin: 0 auto;
  background-image: url(../images/about/about-bg-part02.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #top-education .cultural-wrap {
    background-image: url(../images/about/about-bg-part02-sp.png);
    background-size: cover;
  }
}
#top-education .cultural-wrap:before {
  content: "";
  display: inline-block;
  width: 230px;
  height: 90px;
  position: absolute;
  background-image: url(../images/about/about-bg-part01.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 30px;
  left: 15%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #top-education .cultural-wrap:before {
    left: -5%;
    width: 180px;
  }
}
@media only screen and (max-width: 399px) {
  #top-education .cultural-wrap:before {
    bottom: -15px;
    width: 165px;
  }
}
#top-education .wrap {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#top-education .wrap img {
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  #top-education .wrap img {
    width: 105px;
  }
}
@media only screen and (max-width: 399px) {
  #top-education .wrap img {
    margin: 5px;
    width: 105px;
  }
}
#top-education ul {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  text-decoration: none;
  margin: 0 auto;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  #top-education ul {
    justify-content: center;
  }
}
#top-education ul a {
  max-width: 250px;
  margin: 10px;
  transition: 0.3s all;
}
#top-education ul a:hover {
  opacity: 0.7;
}
#top-education ul img {
  max-width: 278px;
}
@media only screen and (max-width: 999px) {
  #top-education ul img {
    max-width: 170px;
  }
}
@media only screen and (max-width: 399px) {
  #top-education ul img {
    max-width: 130px;
  }
}
#top-education ul .num-2,
#top-education ul .num-6,
#top-education ul .num-10 {
  margin-top: 20px;
  /*           @include media (l){
      margin-top: 0;
      } */
}
#top-education ul .num-3,
#top-education ul .num-7 {
  margin-top: 40px;
  /*           @include media (l){
          margin-top: 0;
      } */
}
#top-education ul .num-4,
#top-education ul .num-8 {
  margin-top: 60px;
  /*           @include media (l){
          margin-top: 0;
      } */
}
@media only screen and (max-width: 999px) {
  #top-education ul .num-2,
  #top-education ul .num-4,
  #top-education ul .num-6,
  #top-education ul .num-8,
  #top-education ul .num-10 {
    margin-top: 20px;
  }
  #top-education ul .num-3,
  #top-education ul .num-7 {
    margin-top: 0;
  }
}
#top-education .common-button02 {
  margin-top: 5rem;
}

.eduWrap .modal-content {
  outline: 3px solid #0da0ba;
}
.eduWrap .modal-head .modal-close-btn {
  background-color: #0da0ba;
}

.nullBox {
  display: none;
  width: 170px;
  height: 2px;
  margin: 10px;
  background-color: rgba(255, 255, 255, 0);
}
@media only screen and (max-width: 767px) {
  .nullBox {
    display: block;
  }
}
@media only screen and (max-width: 399px) {
  .nullBox {
    width: 130px;
  }
}

#top-education .dollImage-area {
  max-width: 1150px;
  width: 90%;
  margin-top: 5px;
}
#top-education .dollImage-area .doll-image {
  margin-top: 55px;
}
#top-education .dollImage-area .doll-image img {
  max-width: 100%;
  box-shadow: 10px 15px #0da0ba;
}

/* 桑都・八王子 ふるさと料理 */
.cuisine_area {
  margin: 60px 0;
}
@media only screen and (max-width: 767px) {
  .cuisine_area {
    margin: 40px 0;
  }
}
.cuisine .common-button02 {
  max-width: 550px;
  position: relative;
  padding-left: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cuisine .pdf-icon {
  position: absolute;
  left: 15px;
  bottom: 8px;
  width: 23px;
}
.cuisine_title {
  text-align: center;
  color: #01a29a;
  letter-spacing: 0.4rem;
}
.cuisine_title h3 {
  font-size: 31px;
  padding: 10px 0;
  padding-bottom: 20px;
  font-weight: 700;
}
.cuisine_title p {
  font-size: 1.8rem;
  line-height: 4.2rem;
  font-weight: 700;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .cuisine_title h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .cuisine_title p {
    font-size: 1.12rem;
  }
}
.cuisine .text {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 970px;
  width: 95%;
  margin: 0 auto;
}
.cuisine .text a {
  color: #d61518;
  font-size: 1.5rem;
  border-bottom: 2px solid #d61518;
  transition: 0.2s;
}
.cuisine .text a:hover {
  opacity: 0.7;
}
.cuisine .imageList {
  display: flex;
  max-width: 1300px;
  width: 95%;
  margin: 20px auto;
  flex-wrap: wrap;
  gap: 10px;
}
.cuisine .imageList li {
  width: calc(50% - 10px);
  transition: 0.2s all;
}
.cuisine .imageList li:hover {
  opacity: 0.7;
}
.cuisine .imageList li img {
  width: 100%;
  height: 100%;
  border: 1px solid #b0b0b0;
}
.cuisine .recipeList {
  max-width: 970px;
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}
.cuisine .recipeList_item {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
}
.cuisine .recipeList_item:before {
  content: "";
  display: inline-block;
  border-radius: 900px;
  background-color: #01a29a;
  width: 10px;
  height: 10px;
  margin-right: 3px;
}
.cuisine .recipeList_item rt {
  font-size: 1.1rem;
  line-height: 3rem;
}
.cuisine .recipeList_title {
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 700;
  color: #01a29a;
}
.cuisine .recipeList_title:before {
  display: none !important;
}

/* “桑都物語”推進協議会について */
#council {
  padding: 20px 0;
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199px) {
  #council .headline-A .title h2 {
    font-size: 21px;
  }
}
#council .common-button02::after {
  display: none;
}
#council .text {
  padding-bottom: 30px;
}
#council .text p {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 4.2rem;
}
#council .common-button02 {
  position: relative;
  padding-left: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#council .sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  #council .sp-only {
    display: block;
  }
}
#council .word-icon {
  position: absolute;
  left: 15px;
  bottom: 8px;
  width: 27px;
}
@media only screen and (max-width: 767px) {
  #council .word-icon {
    bottom: auto;
  }
}
#council .pdf-icon {
  position: absolute;
  left: 15px;
  bottom: 8px;
  width: 23px;
}
#council .council-wrap01 .title,
#council .council-wrap02 .title,
#council .council-wrap03 .title,
#council .council-wrap04 .title,
#council .council-wrap05 .title {
  text-align: center;
  color: #01a29a;
  letter-spacing: 0.4rem;
  padding: 60px 0;
}
#council .council-wrap01 .title h3,
#council .council-wrap02 .title h3,
#council .council-wrap03 .title h3,
#council .council-wrap04 .title h3,
#council .council-wrap05 .title h3 {
  font-size: 31px;
  padding: 10px 0;
  padding-bottom: 20px;
  font-weight: 700;
}
#council .council-wrap01 .title h4,
#council .council-wrap02 .title h4,
#council .council-wrap03 .title h4,
#council .council-wrap04 .title h4,
#council .council-wrap05 .title h4 {
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
}
#council .council-wrap01 .title p,
#council .council-wrap02 .title p,
#council .council-wrap03 .title p,
#council .council-wrap04 .title p,
#council .council-wrap05 .title p {
  font-size: 1.8rem;
  line-height: 4.2rem;
  font-weight: 700;
  color: #000;
}
#council .council-wrap01 {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
}
#council .council-wrap02 {
  max-width: 690px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
}
#council .council-wrap03 {
  background-color: #f2efe6;
}
#council .council-wrap03 .contents-wrap {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}
#council .council-wrap03 .sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 978px;
  margin: 0 auto;
  padding-bottom: 15px;
}
#council .council-wrap03 .sns img {
  width: 80px;
  margin: 15px;
  background-color: #01a29a;
  border-radius: 5px;
  padding: 10px;
  transition: 0.2s;
}
#council .council-wrap03 .sns img:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #council .council-wrap03 .pdf-icon {
    bottom: auto;
  }
}
#council .council-wrap04 {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 80px;
}
#council .council-wrap04 .common-button02 {
  margin: 10px;
}
#council .council-wrap04 .sample_logo {
  width: 100%;
}
#council .council-wrap05 {
  background-color: #f2efe6;
}
#council .council-wrap05 .contents-wrap {
  max-width: 970px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 60px;
}

/* “桑都物語”推進協議会について */
#Ing {
  padding-top: 80px;
  /* 各ページネーションリンクのスタイル */
  /* ホバー時のスタイル */
  /* 現在のページのスタイル */
  /* 非アクティブなリンクのスタイル（前後のリンク用） */
}
#Ing .parallel-quadrangle-A {
  bottom: 139px;
}
#Ing .text {
  padding: 50px 10px;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 700;
  max-width: 970px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #Ing .text {
    padding: 50px 20px;
  }
}
#Ing .IngArea {
  display: flex;
  max-width: 1120px;
  width: 95%;
  padding: 80px 0;
  margin: 0 auto;
  gap: 40px;
}
#Ing .IngArea_readText {
  padding-bottom: 30px;
}
#Ing .IngArea_contents {
  max-width: 840px;
  width: 100%;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Ing .IngArea_contents {
      margin-right: 40px;
    }
  }
}
#Ing .IngArea_display {
  display: flex;
  gap: 130px;
  font-size: 16px;
  border-bottom: 1px solid #646464;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
#Ing .IngArea_img {
  border-radius: 5px;
  width: 100%;
  max-height: 240px;
  height: 100%;
  object-fit: cover;
}
#Ing .IngArea_title {
  font-size: 18px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 13px;
}
#Ing .IngArea_text {
  width: 100%;
  padding-bottom: 15px;
  line-height: 2.3rem;
}
#Ing .IngArea_list {
  display: flex;
  width: 100%;
  min-width: 840px;
  flex-wrap: wrap;
  gap: 40px;
}
#Ing .IngArea_item {
  width: calc(50% - 20px);
  min-width: 400px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Ing .IngArea_item {
      margin-bottom: 40px;
    }
    #Ing .IngArea_item:nth-child(2n+1) {
      margin-right: 40px;
    }
  }
}
#Ing .IngArea_item_tag {
  display: flex;
  gap: 15px;
  padding-top: 15px;
}
#Ing .IngArea_item_tag li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
  font-size: 12px;
}
#Ing .IngArea_item_tag li:nth-child(2n+1) {
  background-color: #01a29a;
  color: #fff;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Ing .IngArea_item_tag li:nth-child(2n+1) {
      margin-right: 15px;
    }
  }
}
#Ing .IngArea_item_tag li:nth-child(2n) {
  border: 2px solid #01a29a;
  color: #01a29a;
}
#Ing .IngArea_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}
#Ing .IngArea_wrapper_link {
  display: flex;
}
#Ing .IngArea_wrapper_link a {
  display: block;
  border: 1.5px solid #01a29a;
  color: #01a29a;
  border-radius: 90px;
  font-weight: bold;
  padding: 5px 12px;
  transition: 0.2s all;
  margin-right: 5px;
}
#Ing .IngArea_wrapper_link a:hover {
  background-color: #01a29a;
  color: #fff;
}
#Ing .IngArea_wrapper_icon {
  display: flex;
  gap: 5px;
}
#Ing .IngArea_wrapper_icon img {
  width: 32px;
  height: 32px;
  border-radius: 90px;
  transition: 0.2s all;
}
#Ing .IngArea_wrapper_icon img:hover {
  background-color: #f2efe6;
}
#Ing .IngArea_details {
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #f5f5f5;
  padding: 15px;
}
#Ing .IngArea_details li {
  display: flex;
  gap: 10px;
  align-items: baseline;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Ing .IngArea_details li {
      margin-bottom: 5px;
    }
  }
}
#Ing .IngArea_details span {
  flex: 1;
  display: block;
  text-align: center;
  min-width: 75px;
  max-width: 90px;
  white-space: nowrap;
  background-color: #01a29a;
  color: #fff;
  font-size: 12px;
}
#Ing .IngArea_details span:lang(en-US) {
  padding: 3px 5px;
  line-height: 15px;
  white-space: normal;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Ing .IngArea_details span {
      margin-right: 10px;
    }
  }
}
#Ing .IngArea_details p {
  flex: 1;
}
#Ing .IngArea_checkbox {
  background-color: #01a29a;
  width: 100%;
  height: fit-content;
  padding: 40px 20px;
}
#Ing .IngArea_checkbox_title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
}
#Ing .IngArea_checkbox_region, #Ing .IngArea_checkbox_category {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-left: 10px;
  padding-bottom: 40px;
  color: #fff;
  font-weight: bold;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Ing .IngArea_checkbox_region li:not(li:last-child), #Ing .IngArea_checkbox_category li:not(li:last-child) {
      margin-bottom: 5px;
    }
  }
}
#Ing .IngArea_checkbox_region input[type=checkbox], #Ing .IngArea_checkbox_category input[type=checkbox] {
  display: none;
}
#Ing .IngArea_checkbox_region input[type=checkbox] + label, #Ing .IngArea_checkbox_category input[type=checkbox] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s all;
  line-height: 15px;
  font-weight: 400;
}
#Ing .IngArea_checkbox_region input[type=checkbox] + label:before, #Ing .IngArea_checkbox_category input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #006275;
  background-color: #fff;
  transition: 0.3s all;
}
#Ing .IngArea_checkbox_region input[type=checkbox]:checked + label:after, #Ing .IngArea_checkbox_category input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 5.9px;
  top: 2.4px;
  width: 5px;
  height: 9px;
  border: solid #01a29a;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#Ing .IngArea_checkbox_region input[type=checkbox]:checked + label:before, #Ing .IngArea_checkbox_category input[type=checkbox]:checked + label:before {
  background-color: #fff;
  border-color: #006275;
}
#Ing .IngArea_checkbox_region input[type=checkbox] + label:hover, #Ing .IngArea_checkbox_category input[type=checkbox] + label:hover {
  opacity: 0.9;
}
#Ing .IngArea_checkbox_region input[type=checkbox] + label:hover:before, #Ing .IngArea_checkbox_category input[type=checkbox] + label:hover:before {
  border-color: #248d9b;
  background-color: #ddd;
}
#Ing .IngArea_checkbox .common-button02 {
  width: 100%;
  text-align: center;
  padding: 12px 15px;
  border: 2px solid #01a29a;
}
#Ing .IngArea_checkbox .common-button02::after {
  display: none;
}
#Ing .IngArea_checkbox .common-button02:hover {
  border: 2px solid #fff;
}
#Ing .pagination {
  display: flex;
  list-style-type: none;
  padding: 0;
  justify-content: center;
  margin: 80px 0;
}
#Ing .pagination a {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 5px;
  width: 32px;
  height: 32px;
  text-align: center;
  text-decoration: none;
  color: #808080;
  border-radius: 90px;
  font-size: 15px;
  transition: background-color 0.3s, color 0.3s;
  font-family: "Roboto", sans-serif;
}
#Ing .pagination a:hover {
  background-color: #f2efe6;
}
#Ing .pagination .current {
  padding: 6px 12px;
  width: 32px;
  height: 32px;
  background-color: #01a29a;
  color: white;
  border-color: #01a29a;
  border-radius: 90px;
  font-size: 15px;
}
#Ing .pagination .disabled a {
  color: #ccc;
  pointer-events: none;
  border-color: #ddd;
}
@media only screen and (max-width: 999px) {
  #Ing .IngArea {
    flex-direction: column-reverse;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      #Ing .IngArea_contents {
        margin-right: 0;
        margin-top: 40px;
      }
    }
  }
  #Ing .IngArea_list {
    min-width: auto;
  }
  #Ing .IngArea_item {
    min-width: auto;
    width: 100%;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      #Ing .IngArea_item:nth-child(2n+1) {
        margin-right: 0;
      }
    }
  }
  #Ing .IngArea_checkbox {
    padding: 20px;
  }
  #Ing .IngArea_checkbox_region, #Ing .IngArea_checkbox_category {
    padding-bottom: 15px;
  }
  #Ing .IngArea_checkbox_region li, #Ing .IngArea_checkbox_category li {
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  #Ing .IngArea {
    padding: 40px 0;
  }
  #Ing .pagination {
    margin-bottom: 40px;
  }
}

#Touring {
  padding-top: 80px;
  background-color: #f2efe6;
}
#Touring .parallel-quadrangle-A {
  bottom: 135px;
}
#Touring .touringArea {
  max-width: 1000px;
  width: 95%;
  padding: 80px 0;
  margin: 0 auto;
}
#Touring .touringArea_wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
#Touring .touringArea_wrapper_left {
  width: 420px;
  height: 260px;
}
#Touring .touringArea_wrapper_left img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Touring .touringArea_wrapper_right {
  flex: 1;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Touring .touringArea_wrapper_right {
      margin-left: 30px;
    }
  }
}
#Touring .touringArea_category {
  display: flex;
  gap: 10px;
}
#Touring .touringArea_category li {
  display: flex;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Touring .touringArea_category li {
      margin-right: 10px;
    }
  }
}
#Touring .touringArea_category .greenTag {
  background-color: #01a29a;
  padding: 5px 10px;
  color: #fff;
}
#Touring .touringArea_category .whiteTag {
  background-color: #fff;
  color: #01a29a;
  padding: 5px 10px;
}
#Touring .touringArea_text p {
  font-size: 16px;
  font-weight: bold;
  padding-top: 30px;
}
#Touring .touringArea_map {
  height: 400px;
  overflow: hidden;
  margin-top: 40px;
}
#Touring .touringArea_map iframe {
  margin-top: -67px;
  width: 100% !important;
  height: 600px !important;
}
#Touring .touringArea_route {
  margin-top: 80px;
}
#Touring .touringArea_route_start, #Touring .touringArea_route_goal {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
  padding-left: 5px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  font-size: 18px;
  color: #fff;
  background-color: #01a29a;
  letter-spacing: 6px;
}
#Touring .touringArea_route_walking, #Touring .touringArea_route_bus, #Touring .touringArea_route_train, #Touring .touringArea_route_cable, #Touring .touringArea_route_car {
  display: flex;
  position: relative;
  gap: 10px;
  align-items: center;
  width: 100%;
  border-left: 3px solid #01a29a;
  margin-left: 60px;
  padding: 50px 0;
}
#Touring .touringArea_route_walking .icon, #Touring .touringArea_route_bus .icon, #Touring .touringArea_route_train .icon, #Touring .touringArea_route_cable .icon, #Touring .touringArea_route_car .icon {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
  width: 80px;
  height: 80px;
  left: -40px;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 90px;
  border: 3px solid #01a29a;
}
#Touring .touringArea_route_walking .text, #Touring .touringArea_route_bus .text, #Touring .touringArea_route_train .text, #Touring .touringArea_route_cable .text, #Touring .touringArea_route_car .text {
  font-size: 16px;
  font-weight: bold;
  padding-left: 60px;
}
#Touring .touringArea_route_walking .icon {
  background-size: 30px;
  background-image: url(../images/ing/icon_walking.svg);
}
#Touring .touringArea_route_bus .icon {
  background-image: url(../images/ing/icon_bus.svg);
}
#Touring .touringArea_route_train .icon {
  background-image: url(../images/ing/icon_train.svg);
}
#Touring .touringArea_route_cable .icon {
  background-size: 45px;
  background-image: url(../images/ing/icon_cable.svg);
}
#Touring .touringArea_route_car .icon {
  background-image: url(../images/ing/icon_car.svg);
}
#Touring .touringArea_route_spot {
  margin-left: 60px;
  padding: 30px 0;
  padding-left: 15px;
  padding-bottom: 30px !important;
  border-left: 3px solid #01a29a;
  position: relative;
}
#Touring .touringArea_route_spot a {
  color: #01a29a;
  text-decoration: underline;
}
#Touring .touringArea_route_spot .number {
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #01a29a;
  background-color: #fff;
  border: 3px solid #01a29a;
  width: 64px;
  height: 64px;
  left: -40px;
  z-index: 1;
  top: 0;
  bottom: 0;
  margin: auto;
}
#Touring .touringArea_route_spot_area {
  background-color: #fff;
  padding: 40px 60px;
  border-bottom: 3px solid #01a29a;
  border-right: 3px solid #01a29a;
}
#Touring .touringArea_route_spot_time {
  color: #01a29a;
  font-size: 16px;
  padding-bottom: 5px;
}
#Touring .touringArea_route_spot_title {
  font-size: 18px;
  font-weight: bold;
}
#Touring .touringArea_route_spot_subTitle {
  display: block;
  color: #01a29a;
  font-weight: bold;
  padding-top: 10px;
}
#Touring .touringArea_route_spot_wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-top: 10px;
}
#Touring .touringArea_route_spot_wrapper img {
  border-radius: 5px;
  width: 280px;
  height: 190px;
  object-fit: cover;
}
#Touring .touringArea_route_spot_wrapper .text {
  font-weight: bold;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Touring .touringArea_route_spot_wrapper .text {
      margin-left: 40px;
    }
  }
}
#Touring .main-contents {
  max-width: 1190px;
  margin: 0 auto;
  width: 95%;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
#Touring .main-contents .common-title-01 {
  margin-bottom: 30px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Touring .touringArea_topic {
      margin-bottom: 60px;
    }
  }
}
@media only screen and (max-width: 999px) {
  #Touring .touringArea_text {
    padding-top: 15px;
  }
  #Touring .touringArea_wrapper {
    flex-direction: column;
  }
  #Touring .touringArea_wrapper_left {
    width: 100%;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      #Touring .touringArea_wrapper_right {
        margin-top: 30px;
      }
    }
  }
  #Touring .touringArea_map {
    height: 250px;
    margin-top: 25px;
  }
  #Touring .touringArea_route {
    margin-top: 40px;
  }
  #Touring .touringArea_route_walking, #Touring .touringArea_route_bus, #Touring .touringArea_route_train, #Touring .touringArea_route_cable, #Touring .touringArea_route_car {
    margin-left: 10px;
    padding: 30px 20px;
  }
  #Touring .touringArea_route_walking .icon, #Touring .touringArea_route_bus .icon, #Touring .touringArea_route_train .icon, #Touring .touringArea_route_cable .icon, #Touring .touringArea_route_car .icon {
    left: -15px;
    width: 50px;
    height: 50px;
    background-size: 30px;
  }
  #Touring .touringArea_route_walking .text, #Touring .touringArea_route_bus .text, #Touring .touringArea_route_train .text, #Touring .touringArea_route_cable .text, #Touring .touringArea_route_car .text {
    padding-left: 45px;
  }
  #Touring .touringArea_route_walking .icon {
    background-size: 20px;
  }
  #Touring .touringArea_route_spot {
    margin-left: 10px;
  }
  #Touring .touringArea_route_spot .number {
    font-size: 24px;
    width: 40px;
    height: 40px;
    left: -17px;
  }
  #Touring .touringArea_route_spot_area {
    padding: 25px 15px;
  }
  #Touring .touringArea_route_spot_wrapper {
    flex-direction: column;
    gap: 20px;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      #Touring .touringArea_route_spot_wrapper .text {
        margin-top: 20px;
      }
    }
  }
}
#Touring .Tour_supplement {
  background-color: #fff;
  padding: 100px 0;
  padding-bottom: 120px;
}
#Touring .Tour_supplement .review-item {
  text-align: justify;
  font-size: 14px;
  border: 3px dotted #01a29a;
  border-radius: 10px;
  max-width: 1000px;
  width: 100%;
  padding: 20px;
  margin-bottom: 30px;
  line-height: 2;
}
#Touring .Tour_supplement .review-item .user-info {
  display: flex;
  gap: 10px;
  color: #01a29a;
}
#Touring .Tour_supplement_title {
  text-align: center;
  font-size: 24px;
  color: #01a29a;
}
#Touring .Tour_supplement_title h2 {
  background-color: #fff;
  padding: 25px;
  border-radius: 90px;
  font-weight: bold;
  border: 3px solid #01a29a;
}
#Touring .Tour_supplement_outer {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 80px;
}
#Touring .Tour_supplement_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
}
#Touring .Tour_supplement_inner li {
  width: calc(33.3333333333% - 14px);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Touring .Tour_supplement_inner li {
      margin-bottom: 30px;
    }
    #Touring .Tour_supplement_inner li:not(#Touring .Tour_supplement_inner li:nth-child(3n)) {
      margin-right: 20px;
    }
  }
}
#Touring .Tour_supplement_inner img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
}
#Touring .Tour_supplement_inner h3 {
  flex: 16;
  font-weight: bold;
  padding-top: 5px;
}
#Touring .Tour_supplement_inner a {
  display: block;
  transition: 0.2s all;
}
#Touring .Tour_supplement_inner a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 999px) {
  #Touring .Tour_supplement_inner li {
    width: calc(50% - 14px);
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      #Touring .Tour_supplement_inner li:not(#Touring .Tour_supplement_inner li:nth-child(3n)):nth-child(2n) {
        margin-right: 0 !important;
      }
      #Touring .Tour_supplement_inner li:not(#Touring .Tour_supplement_inner li:nth-child(3n)):not(#Touring .Tour_supplement_inner li:not(#Touring .Tour_supplement_inner li:nth-child(3n)):nth-child(2n)) {
        margin-right: 20px;
      }
    }
  }
}
@media only screen and (max-width: 767px) {
  #Touring .Tour_supplement_inner li {
    width: 100%;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      #Touring .Tour_supplement_inner li {
        margin-right: 0;
      }
      #Touring .Tour_supplement_inner li:nth-child(2n), #Touring .Tour_supplement_inner li:not(#Touring .Tour_supplement_inner li:nth-child(2n)) {
        margin-right: 0 !important;
      }
    }
  }
}
#Touring .Tour_best {
  padding-bottom: 100px;
}
#Touring .Tour_best_title {
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  top: -40px;
  color: #ffffff;
  background-color: #01a29a;
  transform: skewX(150deg);
  text-align: center;
  padding: 30px 0;
}
#Touring .Tour_best_title span {
  display: block;
  font-weight: bold;
  transform: skewX(-150deg);
  font-size: 24px;
}
#Touring .Tour_best_title:after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(0, 153, 255, 0);
  border-top-width: 15px;
  border-bottom-width: 15px;
  border-left-width: 19px;
  border-right-width: 1px;
  margin: auto;
  right: 0;
  left: 0;
  border-top-color: #01a29a;
  top: 97%;
}
#Touring .Tour_best_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 30px;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 80px;
}
#Touring .Tour_best_inner li {
  width: calc(33.3333333333% - 14px);
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports not (translate: none) {
    #Touring .Tour_best_inner li {
      margin-bottom: 30px;
    }
    #Touring .Tour_best_inner li:not(#Touring .Tour_best_inner li:nth-child(3n)) {
      margin-right: 20px;
    }
  }
}
#Touring .Tour_best_inner img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 5px;
}
#Touring .Tour_best_inner h3 {
  flex: 16;
  font-weight: bold;
  padding-top: 5px;
}
#Touring .Tour_best_inner a {
  display: block;
  transition: 0.2s all;
}
#Touring .Tour_best_inner a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 999px) {
  #Touring .Tour_best_title {
    width: 80%;
    padding: 20px 0;
    top: -20px;
  }
  #Touring .Tour_best_title span {
    font-size: 18px;
  }
  #Touring .Tour_best_inner li {
    width: calc(50% - 14px);
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      #Touring .Tour_best_inner li:not(#Touring .Tour_best_inner li:nth-child(3n)):nth-child(2n) {
        margin-right: 0 !important;
      }
      #Touring .Tour_best_inner li:not(#Touring .Tour_best_inner li:nth-child(3n)):not(#Touring .Tour_best_inner li:not(#Touring .Tour_best_inner li:nth-child(3n)):nth-child(2n)) {
        margin-right: 20px;
      }
    }
  }
}
@media only screen and (max-width: 767px) {
  #Touring .Tour_best_inner li {
    width: 100%;
  }
  @media not all and (min-resolution: 0.001dpcm) {
    @supports not (translate: none) {
      #Touring .Tour_best_inner li {
        margin-right: 0;
      }
      #Touring .Tour_best_inner li:nth-child(2n), #Touring .Tour_best_inner li:not(#Touring .Tour_best_inner li:nth-child(2n)) {
        margin-right: 0 !important;
      }
    }
  }
}
#Touring .Tour_best .tour-button {
  padding-top: 80px;
}

/* 検索バー */
#search {
  background-color: #f2efe6;
  padding-top: 150px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 150px;
}
#search .wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#search .alert {
  padding: 20px 0;
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
#search .page-title {
  color: #01a29a;
  letter-spacing: 0.4rem;
  font-size: 30px;
  padding: 20px 0;
  padding-bottom: 0;
  font-weight: 700;
  margin-bottom: 50px;
}
#search .common-button01, #search .common-button02 {
  margin-top: 50px;
  text-align: left;
  max-width: 350px;
}
#search .arrow_box01 {
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 155px;
  padding: 15px 0px;
  font-size: 2.5rem;
}
#search .article-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
#search .article-wrap li {
  background-color: #fff;
  margin: 10px;
  padding: 20px;
  width: 480px;
}
#search .article-title {
  color: #01a29a;
}
#search .article-title a {
  font-size: 20px;
  font-weight: bold;
}
#search .searchBar {
  background-color: #fff;
  border: 2px solid #01a29a;
  border-radius: 90px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 9px 0;
  max-width: 500px;
  width: 100%;
  text-align: left;
}
#search .searchBar [type=search] {
  font-size: 13px;
  padding: 5px 5px;
  width: 140px;
}
#search .searchBar #s {
  max-width: 450px;
  width: 100%;
}
#search .searchBar input {
  padding-left: 8px;
  width: 28px;
}
@media only screen and (max-width: 1199px) {
  #search .searchBar {
    display: none;
  }
}

/* お問い合わせ */
#contact {
  padding-top: 80px;
  background-color: #f2efe6;
}
#contact table {
  width: 100%;
}
#contact .contact-wrap2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 75px;
  padding-bottom: 170px;
}
#contact .title {
  text-align: center;
  color: #01a29a;
  letter-spacing: 0.4rem;
}
#contact .title h1 {
  font-size: 26px;
  padding: 10px 0;
  font-weight: 700;
}
#contact .text {
  padding: 85px 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
}
#contact .contact-box label, #contact .contact-box .reply-choice, #contact .contact-box .policy {
  font-size: 16px;
  font-weight: normal;
  color: #006275;
}
#contact .contact-box .required {
  background-color: #006275;
  color: #fff;
  font-weight: normal;
  padding: 3px 5px;
  border-radius: 5px;
  margin: 5px;
}
#contact .contact-box textarea {
  resize: vertical;
  min-height: 140px;
}
#contact .contact-box tr {
  border-bottom: 1px solid #cbcbcb;
}
#contact .contact-box tr:last-child, #contact .contact-box tr:nth-last-child(3), #contact .contact-box tr:nth-last-child(2) {
  border-bottom: none;
}
#contact .contact-box tr:last-child {
  border-top: 1px solid #cbcbcb;
}
#contact .contact-box th {
  width: 30%;
  padding: 30px 0;
}
#contact .contact-box td {
  width: 70%;
  padding: 20px 0;
  color: #006275;
  font-size: 16px;
}
#contact #name, #contact #kana, #contact #postno, #contact #add, #contact #tel, #contact #subject, #contact #age, #contact .mail, #contact textarea {
  background-color: #fff;
  border: 1px solid #01a29a;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  color: #006275;
}
#contact #name::placeholder, #contact #kana::placeholder, #contact #postno::placeholder, #contact #add::placeholder, #contact #tel::placeholder, #contact #subject::placeholder, #contact #age::placeholder, #contact .mail::placeholder, #contact textarea::placeholder {
  color: #cbcbcb;
}
#contact .add-p, #contact .reply-p {
  color: #006275;
  padding-top: 10px;
}
#contact .textPolicy p {
  font-size: 15px;
  line-height: 30px;
}
#contact .textPolicy p strong {
  font-size: 15px;
  line-height: 36px;
}
#contact .textPolicy .flex {
  padding: 15px 0;
}
#contact .textPolicy .flex span {
  width: 3%;
  font-size: 15px;
  line-height: 30px;
}
#contact .boxInput {
  padding: 10px;
  font-size: 16px;
  color: #006275;
}
#contact .boxInput label {
  position: relative;
  padding-left: 35px;
  padding-right: 30px;
}
#contact .boxInput span {
  font-size: 15px;
  line-height: 30px;
}
#contact .boxInput input[type=radio] {
  display: none;
}
#contact .boxInput input[type=radio] + span::before {
  position: absolute;
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #01a29a;
  left: 0;
  top: 0;
}
#contact .boxInput input[type=radio] + span::after {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #01a29a;
  left: 3px;
  top: 3px;
  opacity: 0;
  transition: 0.2s;
}
#contact .boxInput input[type=radio]:checked + span::after {
  opacity: 1;
}
#contact .contact-btn {
  color: #fff;
  max-width: 340px;
  padding: 30px;
  background-color: #006275;
}
#contact .contact-btn:hover {
  color: #fff;
}
@media only screen and (max-width: 999px) {
  #contact .textPolicy .flex {
    display: flex;
  }
  #contact .textPolicy .flex span {
    width: 5%;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  #contact .title {
    text-align: center;
    color: #01a29a;
    letter-spacing: 0.4rem;
  }
  #contact .title h1 {
    font-size: 2rem;
    padding: 10px 0;
    font-weight: 700;
  }
  #contact .contact-wrap2 {
    padding: 50px 10px;
  }
  #contact .text {
    padding: 35px 0;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  #contact .contact-box th, #contact .contact-box td {
    width: 100%;
    display: block;
  }
}

/* フッター */
footer #footer {
  background-color: #01a29a;
  text-align: center;
  color: #fff;
}
footer #footer .footer_logo {
  width: 236px;
  margin: 30px;
}
footer #footer .footer_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 20px;
  flex-grow: 2;
}
footer #footer .footer_menu li {
  border-left: 1px solid #fff;
  padding: 4px 0;
}
footer #footer .footer_menu li:first-child {
  border-left: 0;
}
footer #footer .footer_menu a {
  display: block;
  padding: 0 10px;
}
footer #footer .sns-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 978px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
}
footer #footer .sns-footer img {
  width: 30px;
  margin: 15px;
}
footer #footer h2 {
  padding: 20px 0;
  padding-bottom: 10px;
}
footer #footer h2 a {
  font-size: 1.7rem;
  font-weight: 700;
}
footer #footer p {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
footer #footer .footer_contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.2rem;
}
footer #footer .footer_contact li {
  padding: 10px;
  letter-spacing: normal;
  padding-bottom: 30px;
}
@media only screen and (max-width: 999px) {
  footer #footer .footer_contact li {
    padding-bottom: 10px;
  }
  footer #footer .footer_contact li:last-child {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
footer #footer .common-button02 {
  max-width: 300px;
  padding: 12px 25px;
  margin-top: 15px;
}
footer #footer .common-button02:after {
  display: none;
}
footer #footer .common-button02:hover {
  border: 3px solid #ffffff;
}
footer .copylight {
  height: 78px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copylight p {
  font-size: 1.1rem;
}/*# sourceMappingURL=style.css.map */