@charset "UTF-8";
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

reset

-------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

dl, dt, dd, ul, ol {
  list-style: none;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

img, a {
  vertical-align: top;
}

a img {
  border: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a:hover img {
  opacity: 0.7;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* change colours to suit your needs */
ins {
  background: #ff9 repeat center center;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background: #ff9 repeat center center;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* --------------------------------------------------

base

-------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.5;
  min-width: 1200px;
  background: #000;
  letter-spacing: 0.1em;
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
}

a:link, a:visited {
  color: #FFF;
}

.inner-l {
  width: 1500px;
  margin: 0 auto;
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

br.pc-br {
  display: block;
}

br.sp-br {
  display: none;
}

.pct p {
  position: absolute;
}

svg {
  width: 100%;
  height: auto;
}

em, strong {
  font-weight: bold;
}

@media screen and (max-width: 1500px) {
  body {
    min-width: 0;
  }

  .inner-l {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 92%;
  }
}
@media screen and (max-width: 1200px) {
  .inner-m {
    width: 92%;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }

  .inner-m .inner-s {
    width: auto;
    margin: 0;
  }

  br.pc-br {
    display: none;
  }

  br.sp-br {
    display: block;
  }
}
/* --------------------------------------------------

extend

-------------------------------------------------- */
.list-download > div .download-link > a > .ph-d img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* --------------------------------------------------

mixin

-------------------------------------------------- */
.ph-block > div {
  width: 46%;
  margin: 0 8% 2em 0;
}
.ph-block > div:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .ph-block > div {
    width: 100%;
    margin: 0 NaN% 1em 0;
  }
  .ph-block > div:nth-child(1n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .sp-col01 > div {
    width: 100% !important;
    margin-right: 0;
  }

  .sp-col02 > div {
    width: 47% !important;
    margin: 0 6% 3% 0 !important;
  }
  .sp-col02 > div:nth-child(2n) {
    margin-right: 0 !important;
  }

  .sp-col03 > div {
    width: 31% !important;
    margin: 0 3.5% 3% 0 !important;
  }
  .sp-col03 > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}
/* --------------------------------------------------

header

-------------------------------------------------- */
#header {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
  position: fixed;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 40;
}
@media screen and (max-width: 768px) {
  #header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  #header h1 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  #header h1 img {
    width: 220px;
  }
}
#header .tel-no {
  font-size: 3.1rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  margin: 0 0.8em 0 auto;
  letter-spacing: 2px;
}
@media screen and (max-width: 900px) {
  #header .tel-no {
    font-size: 2.5rem;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  #header .tel-no {
    font-size: 1.6rem;
  }
}
#header .tel-no span {
  font-size: 2.1rem;
  margin-right: 0.2em;
}
@media screen and (max-width: 768px) {
  #header .tel-no span {
    font-size: 1.6rem;
  }
}
#header .btn-contact {
  font-size: 1.7rem;
  padding: 0.4em 2em 0.5em;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  background: #E67B10;
}
@media screen and (max-width: 768px) {
  #header .btn-contact {
    font-size: 1.5rem;
  }
}
#header .btn-contact a:hover {
  opacity: 0.7;
}

/* --------------------------------------------------

footer

-------------------------------------------------- */
#footer {
  color: #FFF;
  padding: 4em 0 1em;
  position: relative;
}
#footer .f-info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  #footer .f-info-block {
    display: block;
  }
}
#footer .f-info-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .f-info-block h1 {
  margin-right: 8em;
}
@media screen and (max-width: 1200px) {
  #footer .f-info-block h1 {
    margin-right: 2em;
  }
}
@media screen and (max-width: 900px) {
  #footer .f-info-block h1 {
    margin-bottom: 2em;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footer .f-info-block h1 {
    width: 250px;
    margin: 3em auto;
  }
}
@media screen and (max-width: 768px) {
  #footer .f-info-block ul {
    width: 94%;
    margin: 0 auto;
  }
}
#footer .f-info-block ul > li {
  font-size: 1.8rem;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 1200px) {
  #footer .f-info-block ul > li {
    font-size: 1.5rem;
  }
}
#footer .f-info-block ul > li a {
  text-decoration: underline;
}
#footer .f-info-block ul > li span {
  width: 6em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #footer .f-info-block ul > li span {
    width: auto;
    display: block;
  }
}
#footer .f-info-block ul > li:last-child {
  margin: 0;
}
#footer .page-top {
  position: absolute;
  right: 50px;
  bottom: 200px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center right;
          transform-origin: center right;
}
@media screen and (max-width: 768px) {
  #footer .page-top {
    right: 30px;
    bottom: 100px;
  }
}
#footer .page-top a {
  color: #FFF;
  font-style: italic;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  display: inline-block;
}
#footer .page-top a:hover {
  opacity: 0.7;
}
#footer .page-top a:before {
  content: "";
  width: 180px;
  height: 1px;
  margin-right: 20px;
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #footer .page-top a:before {
    width: 100px;
  }
}
#footer .copy {
  margin-top: 6em;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    margin-top: 2em;
  }
}

/* --------------------------------------------------

タイトル

-------------------------------------------------- */
/* ttl-large */
.ttl-large {
  color: #FFF;
  font-size: 5rem;
  letter-spacing: 0.3em;
  margin-bottom: 1.5em;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
@media screen and (max-width: 1500px) {
  .ttl-large {
    font-size: 4rem;
    position: relative;
    z-index: 10;
  }
}
.ttl-large.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-large {
    margin: 1em 0;
  }
}
.ttl-large.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.ttl-large.border:before, .ttl-large.border:after {
  content: "";
  display: block;
  -webkit-box-flex: 0.08;
      -ms-flex: 0.08;
          flex: 0.08;
  border-top: 1px solid #FFF;
}
.ttl-large.border:before {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .ttl-large.border:before {
    margin-right: 1em;
  }
}
.ttl-large.border:after {
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .ttl-large.border:after {
    margin-left: 1em;
  }
}
@media screen and (max-width: 768px) {
  .ttl-large {
    font-size: 2.1rem;
    letter-spacing: 0.1em;
  }
}

/* ttl-small */
.ttl-small {
  color: #FFF;
  font-size: 2.2rem;
  letter-spacing: 0.3em;
  margin-bottom: 1.5em;
}
.ttl-small.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl-small {
    margin: 1em 0 2em;
  }
}
.ttl-small.border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.ttl-small.border:before, .ttl-small.border:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #FFF;
}
.ttl-small.border:before {
  margin-right: 2em;
}
.ttl-small.border:after {
  margin-left: 2em;
}

.ttl-large.white {
  color: #FFF;
}

.ttl-large.center .ttl-jp,
.ttl-large.center .ttl-eng {
  text-align: center;
}

.ttl-large.left .ttl-jp,
.ttl-large.left .ttl-eng {
  text-align: left;
}

.ttl-large.left .ttl-eng {
  padding-left: 0.1em;
}

.ttl-large .ttl-jp {
  font-size: 5.3rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.ttl-large .ttl-jp span {
  font-size: 4rem;
}

.ttl-large .ttl-eng {
  font-size: 2.2rem;
  margin-top: 0.3em;
}

/* ttl-small */
.ttl-small {
  color: #FFF;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ttl-small img {
  margin-right: 0.2em;
}
.ttl-small.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .ttl-small {
    margin: 1em 0 1.2em;
  }
}

.ttl-square {
  margin-bottom: 2.5em;
  text-align: center;
}
.ttl-square .ttl {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  padding: 0.5em 1.2em;
  border: 1px solid #FFF;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ttl-square .ttl {
    font-size: 1.8rem;
  }
}

/* ttl-vertical */
.ttl-vertical {
  color: #FFF;
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  position: relative;
}
.ttl-vertical.green {
  color: #FFF;
}

@media all and (-ms-high-contrast: none) {
  .ttl-vertical {
    width: 2.2em;
  }

  /* IE11 */
}
.ttl-vertical span {
  margin-top: 1em;
  display: block;
}

@media all and (-ms-high-contrast: none) {
  .ttl-vertical span {
    width: 2em;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: normal;
    left: -2em;
  }

  /* IE11 */
}
/* 2行 */
.ttl-vertical.line-two {
  margin: 0 0 2.6em 1.5em;
}

@media all and (-ms-high-contrast: none) {
  .ttl-vertical.line-two {
    width: 10em;
  }

  /* IE11 */
}
/* ttl-center */
.ttl-center {
  color: #FFF;
  font-size: 4rem;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 768px) {
  .ttl-center {
    font-size: 2.5rem;
  }
}

/* ttl-estab */
.ttl-estab {
  color: #FFF;
  font-size: 2.5rem;
  padding: 0.4em 0;
  text-align: center;
  letter-spacing: 0.15em;
  background: #FFF;
  position: relative;
}
.ttl-estab:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 0.7em solid #FFF;
  border-left: 1.3em solid transparent;
  border-right: 1.3em solid transparent;
  position: absolute;
  left: 50%;
  bottom: -0.25em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.ttl-column {
  text-align: center;
  border-bottom: 2px solid #FFF;
}
.ttl-column .ttl-sub-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}
.ttl-column .ttl-sub-col:before, .ttl-column .ttl-sub-col:after {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 2px solid #FFF;
}
.ttl-column .ttl-sub-col:before {
  margin-right: 2em;
}
.ttl-column .ttl-sub-col:after {
  margin-left: 2em;
}
.ttl-column .ttl-sub-col img {
  display: block;
}
.ttl-column .ttl-col {
  font-size: 3rem;
  margin: 0.6em 0 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ttl-column .ttl-col:before, .ttl-column .ttl-col:after {
  content: "";
  display: block;
  -webkit-box-flex: 0.05;
      -ms-flex: 0.05;
          flex: 0.05;
  border-top: 1px solid #FFF;
}
.ttl-column .ttl-col:before {
  margin-right: 1em;
}
.ttl-column .ttl-col:after {
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .ttl-large .ttl-jp {
    font-size: 2.5rem;
  }

  .ttl-large .ttl-jp span {
    font-size: 2rem;
  }

  .ttl-vertical {
    font-size: 2.5rem;
  }

  .ttl-vertical span {
    font-size: 2rem;
  }

  /* ttl-sub */
  .ttl-sub {
    font-size: 2.3rem;
  }
  .ttl-sub h3 {
    background-position: 10% center;
  }
}
/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-tolist a {
  font-weight: 600;
}
.btn-tolist a:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-right: 1em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  vertical-align: middle;
}
.btn-tolist a.red {
  color: #E67B10;
}
.btn-tolist a.red:before {
  color: #E67B10;
  border-top: 2px solid #E67B10;
  border-right: 2px solid #E67B10;
}

.btn-more a {
  color: #FFF;
  font-size: 1.8rem;
  padding: 0.7em 3em;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  letter-spacing: 0.1em;
}
.btn-more a:hover {
  opacity: 0.7;
}
.btn-more.map a:before {
  content: "";
  padding: 0 0.5em;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
}

.btn-more.payment a {
  color: #FFF;
  font-size: 2.4rem;
  padding: 0.7em 7em 0.8em 3em;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E67B10;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #E67B10));
  background-image: linear-gradient(to right, transparent 50%, #E67B10 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.btn-more.arrow a:after {
  content: "";
  width: 2.5em;
  height: 1em;
  background: url(../img/common/arrow-white.svg) no-repeat center right;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-more.line a {
  border: 1px solid #FFF;
  background-color: rgba(255, 255, 255, 0);
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, rgba(255, 255, 255, 0.1)));
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}

.btn-more.line a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  background-position: -100% 100%;
}

.btn-more.line.blue a {
  color: #FFF;
  border: 1px solid #FFF;
  background-color: rgba(255, 255, 255, 0);
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), color-stop(50%, #FFF));
  background-image: linear-gradient(to right, transparent 50%, #FFF 50%);
  -webkit-transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
  transition: background-position 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s, color 0.5s ease 0s, background-color 0.5s ease;
}
.btn-more.line.blue a:after {
  content: "";
  width: 2.5em;
  height: 1em;
  background: url(../img/common/arrow-blue.svg) no-repeat center right;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn-more.line.blue a:hover {
  color: #FFF;
  background-color: #FFF;
  background-position: -100% 100%;
}
.btn-more.line.blue a:hover:after {
  background: url(../img/common/arrow-white.svg) no-repeat center right;
}

.btn-back a {
  color: #FFF;
  font-size: 1.8rem;
  padding: 0.7em 3em;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFF;
  letter-spacing: 0.1em;
}

.btn-back.arrow a:after {
  content: "";
  width: 2.5em;
  height: 1em;
  background: url(../img/common/arrow-white.svg) no-repeat center right;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}

.btn-more a.gray {
  background: #AAA;
}
.btn-more a.gray:hover {
  background: #AAA;
}

@media screen and (max-width: 768px) {
  .btn-more a,
.btn-back a {
    font-size: 1.6rem;
  }
}
/* --------------------------------------------------

背景

-------------------------------------------------- */
.bg-gray {
  padding: 5% 0;
  background: #EFEFEF;
  position: relative;
}
.bg-gray.wave-up {
  background: #EFEFEF url(../img/common/pattern_wave.svg) no-repeat top left;
  background-size: contain;
}
.bg-gray.center {
  text-align: center;
}
.bg-gray.center > p {
  line-height: 2;
}
.bg-gray::before {
  content: "";
  width: 170px;
  height: 280px;
  background: url(../img/common/deco_seams.svg) no-repeat bottom left;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .bg-gray::before {
    width: 15%;
  }
}

.bg-blue-l {
  padding: 2.5em 0;
  margin-bottom: 3em;
  background: #FFF;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bg-blue-l {
    padding: 1em 0 0;
  }
}
.bg-blue-l.wave::before, .bg-blue-l.wave::after {
  content: "";
  width: 370px;
  height: 200px;
  background: url(../img/common/pct_wave_blue.svg) no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 5%;
}
.bg-blue-l.wave::before {
  left: -5%;
}
.bg-blue-l.wave::after {
  right: -5%;
}

.bg-white {
  padding: 1em;
  position: relative;
  overflow: hidden;
  background: #FFF;
}
.bg-white.border {
  border: 1px solid #FFF;
}

/* --------------------------------------------------

アイコン

-------------------------------------------------- */
.icon-new {
  color: #FFF;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0 0.3em;
  margin: 0 0 0 0.5em;
  display: inline-block;
  position: relative;
  background: #E67B10;
}

.icon-e {
  color: #FFF;
  font-size: 0.8em;
  font-weight: 700;
  padding: 0 0.3em;
  margin: 0 0 0 0.5em;
  display: inline-block;
  position: relative;
  background: #C9491A;
  white-space: nowrap;
}
.icon-e.end {
  background: #C9491A;
}

.category {
  padding: 0 0.7em;
  background: none;
  border-radius: 2em;
  display: inline-block;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #999;
}
.category.gift {
  color: #2E3D60;
  border: 1px solid #2E3D60;
}
.category.experience {
  color: #44602E;
  border: 1px solid #44602E;
}
.category.sightseeing {
  color: #44602E;
  border: 1px solid #44602E;
}
.category.nature {
  color: #44602E;
  border: 1px solid #44602E;
}
.category.water {
  color: #44602E;
  border: 1px solid #44602E;
}
.category.festival {
  color: #44602E;
  border: 1px solid #44602E;
}
.category.hotspring {
  color: #44602E;
  border: 1px solid #44602E;
}
.category.food {
  color: #44602E;
  border: 1px solid #44602E;
}
.category.stay {
  color: #44602E;
  border: 1px solid #44602E;
}
.category.other {
  color: #2E3D60;
  border: 1px solid #2E3D60;
}

.time-required {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.time-required div, .time-required p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.time-required .way {
  color: #FFF;
  padding: 0.2em 2em;
  background: #000;
}
.time-required .way.car:before {
  content: "";
  font-weight: 900;
  margin-right: 0.3em;
  display: block;
  font-family: "Font Awesome 5 Pro";
}
.time-required .way.walk:before {
  content: "";
  font-weight: 900;
  margin-right: 0.3em;
  display: block;
  font-family: "Font Awesome 5 Pro";
}
.time-required .way.bus:before {
  content: "";
  font-weight: 900;
  margin-right: 0.3em;
  display: block;
  font-family: "Font Awesome 5 Pro";
}
.time-required .way.train:before {
  content: "";
  font-weight: 900;
  margin-right: 0.3em;
  display: block;
  font-family: "Font Awesome 5 Pro";
}
.time-required.orange .way {
  background: #E67B10;
}
.time-required .time {
  padding: 0.2em 1.5em;
  background: #FFF;
}
.time-required.orange .time {
  color: #E67B10;
}

/* --------------------------------------------------

テキスト

-------------------------------------------------- */
p.txt-sentence {
  font-size: 1.6rem;
  line-height: 2.3;
}
@media screen and (max-width: 768px) {
  p.txt-sentence {
    line-height: 1.7;
  }
}

p.txt-center {
  font-size: 2rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  line-height: 2.5;
  margin-bottom: 4em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  p.txt-center {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 2em;
  }
}

p.txt-large {
  font-size: 2.5rem;
  margin-bottom: 1em;
}

p.txt-middle {
  font-size: 2rem;
  margin-bottom: 1em;
}

/* --------------------------------------------------

main-area

-------------------------------------------------- */
/* --------------------------------------------------

carousel-area

-------------------------------------------------- */
.carousel-area {
  padding: 70px 0 60px;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 1200px) {
  .carousel-area {
    padding: 4em 0 2em;
  }
}
.carousel-area .slick-slider {
  position: static;
}
.carousel-area .slick-slider a {
  padding: 0 0.5em;
  display: block;
  text-align: center;
}
.carousel-area .slick-slider a img {
  margin: 0 auto;
}
.carousel-area .buttons div {
  width: 45px;
  height: 45px;
  position: absolute;
  background: #964A45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .carousel-area .buttons div {
    width: 35px;
    height: 35px;
  }
}
.carousel-area .buttons div.play-ca {
  top: 0;
  right: 0;
}
.carousel-area .buttons div.play-ca img {
  width: 10px;
}
.carousel-area .buttons div.stop-ca {
  top: 0;
  right: 45px;
}
@media screen and (max-width: 768px) {
  .carousel-area .buttons div.stop-ca {
    right: 35px;
  }
}
.carousel-area .buttons div.stop-ca img {
  width: 10px;
}
.carousel-area .slick-arrow {
  width: 45px;
  height: 45px;
  background: #8C302A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .carousel-area .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
.carousel-area .slick-arrow img {
  width: 10px;
}
.carousel-area .slick-arrow.prev {
  top: 0;
  right: 90px;
}
@media screen and (max-width: 768px) {
  .carousel-area .slick-arrow.prev {
    right: 70px;
  }
}
.carousel-area .slick-arrow.next {
  top: 0;
  right: 135px;
}
@media screen and (max-width: 768px) {
  .carousel-area .slick-arrow.next {
    right: 105px;
  }
}

/* --------------------------------------------------

ttl-ulayer

-------------------------------------------------- */
.ttl-ulayer {
  background: url(../img/common/bg_unavi.jpg) no-repeat top 30% right -60%;
  background-size: 70%;
  position: relative;
}
.ttl-ulayer.gallery {
  background: url(../img/common/bg_unavi_gallery.jpg) repeat-x center right;
  background-size: 60%;
}
@media screen and (max-width: 768px) {
  .ttl-ulayer.gallery {
    background-size: contain;
  }
}
.ttl-ulayer.gallery:after {
  content: "";
  width: 50%;
  height: 4.5em;
  display: block;
  background: url(../img/common/pct_gallery.svg) no-repeat center right;
  background-size: contain;
  opacity: 0.3;
  position: absolute;
  left: auto;
  right: 1%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .ttl-ulayer.gallery:after {
    height: 1.5em;
    right: 0;
    bottom: 0;
  }
}
.ttl-ulayer h2 {
  width: 30%;
  color: #FFF;
  font-size: 3rem;
  padding: 1.2em 0;
  text-align: left;
  background: #FFF url(../img/common/bg_uh_green.jpg) no-repeat center center;
  background-color: #FFF;
  background-size: cover;
  text-align: center;
  letter-spacing: 0.2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ttl-ulayer h2 {
    width: 50%;
    font-size: 2rem;
    padding: 0.8em 0;
  }
}
.ttl-ulayer.heritage h2 {
  height: 260px;
  font-size: 4rem;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.ttl-ulayer.heritage h2:before {
  content: "";
  width: 80%;
  height: 80%;
  display: block;
  background: url(../img/common/pct_wave.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ttl-ulayer.heritage.know {
  background: url(../img/common/ph_know.jpg) no-repeat top 25% right;
  background-size: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ttl-ulayer.heritage.know {
    background-size: contain;
  }
}
.ttl-ulayer.heritage.know:before {
  background: rgba(0, 51, 62, 0.6);
}
.ttl-ulayer.heritage.visit {
  background: url(../img/common/ph_visit.jpg) no-repeat center right;
  background-size: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ttl-ulayer.heritage.visit {
    background-size: contain;
  }
}
.ttl-ulayer.heritage.visit h2 {
  background: #FFF;
}
.ttl-ulayer.heritage.visit:before {
  background: rgba(0, 51, 62, 0.6);
}
.ttl-ulayer.heritage.save {
  background: url(../img/common/ph_save.jpg) no-repeat center right;
  background-size: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ttl-ulayer.heritage.save {
    background-size: contain;
  }
}
.ttl-ulayer.heritage.save h2 {
  background: #FFF;
}
.ttl-ulayer.heritage.save:before {
  background: rgba(0, 51, 62, 0.6);
}
.ttl-ulayer:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#14434D), color-stop(40%, #14434D), to(rgba(20, 67, 77, 0.5)));
  background: linear-gradient(to right, #14434D, #14434D 40%, rgba(20, 67, 77, 0.5));
  position: absolute;
  top: 0;
  right: 0;
}

/* --------------------------------------------------

sns-share

-------------------------------------------------- */
.sns-share {
  text-align: left;
  margin-bottom: 4em;
}

.sns-share li {
  font-size: 1.4rem;
  display: inline-block;
}

.sns-share li a {
  width: 150px;
  display: block;
  color: #FFF;
  text-align: center;
  padding: 3px 0;
  border-radius: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .sns-share li a {
    width: 80px;
  }
}

.sns-share li a:hover {
  opacity: 0.7;
}

.facebook-share a:before {
  content: "";
  font-family: FontAwesome;
}

.twitter-share a:before {
  content: "";
  font-family: FontAwesome;
}

.facebook-share a {
  background: #3B5A9A;
}

.facebook-share a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.twitter-share a {
  background: #2CA7E0;
}

.twitter-share a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

.line-share a {
  background: #28C00B;
}

.googleplus-share a {
  background: #DE4A36;
}

.googleplus-share a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .sns-share li a {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 0.9rem;
    padding: 5px 0;
    border-radius: 20px;
  }
}
/* --------------------------------------------------

ぱんくず

-------------------------------------------------- */
.breadCrumbs {
  margin: 1% 1% 3%;
}

.breadCrumbs li {
  font-size: 1.6rem;
  margin-right: 0.8em;
  display: inline-block;
  letter-spacing: 1px;
}

.breadCrumbs li a {
  text-decoration: underline;
  margin-right: 0.8em;
}

.breadCrumbs li:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  vertical-align: middle;
}

.breadCrumbs li:last-child:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .breadCrumbs {
    width: auto;
    padding: 0.3em 1em 0.7em;
    position: relative;
  }

  .breadCrumbs li {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}
/* --------------------------------------------------

ページング、検索結果、検索条件

-------------------------------------------------- */
/* conditions */
.conditions {
  margin: 0 auto 5%;
  padding: 2% 0;
}

.conditions .btn-delete {
  margin-left: auto;
}

.conditions .btn-delete a {
  color: #FFF;
  margin: 0;
  background: #000;
}

.conditions .paging-result {
  float: right;
  font-weight: bold;
}

.conditions dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1px;
}

.conditions dt:before {
  content: "";
  width: 1em;
  height: 3px;
  margin-right: 0.3em;
  display: inline-block;
  vertical-align: middle;
  background: #3CA4E2;
}

.conditions dt {
  color: #023F9A;
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 1em;
}

.conditions dd a,
.conditions dd span {
  color: #000;
  font-weight: bold;
  padding: 0.1em 1em;
  margin-right: 0.5em;
  display: inline-block;
  border: 1px solid #000;
  background: #EAECF1;
  border-radius: 0.5em;
  vertical-align: middle;
  cursor: pointer;
}

.conditions dd a:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  margin-right: 0.5rem;
}

.conditions a:hover {
  opacity: 0.7;
}

/* paging　*/
.paging {
  font-size: 1.4rem;
  margin-bottom: 2.8em;
  position: relative;
  overflow: hidden;
}
.paging .pagingIn {
  text-align: right;
}
.paging .pagingIn span {
  margin-bottom: 0.4em;
}

.paging .count {
  margin: 0 0 2em;
  text-align: left;
  letter-spacing: 1px;
}

.paging .paging-sort {
  float: left;
  margin-right: 1rem;
}

.paging .paging-sort select {
  padding: 5px 10px;
  line-height: 1;
  vertical-align: middle;
}

.paging .paging-result {
  display: block;
  line-height: 2;
  vertical-align: middle;
  text-align: left;
}

.paging .count span {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}

.paging .count span.orange {
  color: #E1690D;
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0 0.2em 0 0;
}

.paging a {
  color: #FFF;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.8em;
  border: 1px solid #FFF;
}

.paging .current {
  color: #FFF;
  display: inline-block;
  margin: 0 0.2em;
  padding: 0.4em 0.8em;
  background: #FFF;
  border: 1px solid #FFF;
}

.paging .prev a:before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-right: 0.5em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  vertical-align: middle;
}

.paging .next a:after {
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.5em;
  border-top-width: 1px;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  vertical-align: middle;
}

.paging a:hover {
  color: #FFF;
  opacity: 1;
  background: #FFF;
}

@media screen and (max-width: 768px) {
  .conditions dd a,
.conditions dd span {
    font-size: 1.4rem;
  }
}
/* --------------------------------------------------

sentence

-------------------------------------------------- */
.sentence-part p {
  line-height: 3;
  margin-bottom: 2em;
}

/* --------------------------------------------------

タブ

-------------------------------------------------- */
.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.tab-list li {
  margin: 0 0.6em;
}
@media screen and (max-width: 768px) {
  .tab-list li {
    width: 46%;
    margin: 0 2% 1em;
  }
}
.tab-list li a {
  padding: 0.5em 1.3em;
  display: block;
  text-align: center;
  display: block;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tab-list li a:before {
  content: "";
  font-weight: 900;
  margin-right: 0.4em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
@media screen and (max-width: 768px) {
  .tab-list li a {
    font-size: 1.6rem;
  }
}
.tab-list li.active a,
.tab-list li a:hover {
  color: #FFF;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .tab-list.exp-tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.tab-list.exp-tab li {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .tab-list.exp-tab li {
    width: 48%;
    margin-bottom: 0.8em;
  }
  .tab-list.exp-tab li a {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}
.tab-list.exp-tab li:last-child {
  margin-right: 0;
}

/* --------------------------------------------------

バックナンバー

-------------------------------------------------- */
.back-number {
  text-align: center;
}
.back-number h3 {
  font-size: 2rem;
  margin-bottom: 1em;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .back-number h3:after {
    content: "+";
    font-style: normal;
    margin-left: 0.5em;
    display: inline-block;
  }
  .back-number h3.open:after {
    content: "-";
  }
}
@media screen and (max-width: 768px) {
  .back-number h3 {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .back-number .list-year-wrapper {
    display: none;
  }
}
.back-number .list-year li {
  margin-bottom: 0.7em;
}
.back-number .list-year li a {
  color: #FFF;
  padding: 0.8em 0;
  display: block;
  border: 1px solid #FFF;
}
.back-number .list-year li a:hover {
  color: #FFF;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .back-number .list-year li {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .back-number .list-year {
    margin-top: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .back-number {
    margin: 0 0 1em;
    padding: 2% 3%;
  }
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
/* block-lr */
.block-lr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-lr a {
  display: block;
}
.block-lr > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.block-lr.list-movie {
  margin: 3em 0 4em;
}
@media screen and (max-width: 768px) {
  .block-lr.list-movie {
    margin: 1em 0 2em;
  }
}
.block-lr.center > div {
  text-align: center;
}
.block-lr.col2 > div {
  width: 48%;
  margin: 0 4% 7em 0;
}
@media screen and (max-width: 768px) {
  .block-lr.col2 > div {
    margin-bottom: 3.5em;
  }
}
.block-lr.col2 > div:nth-child(2n) {
  margin-right: 0;
}
.block-lr.col2.w-l03 > div {
  width: 30%;
  margin: 0 3% 3% 0;
}
.block-lr.col2.w-l03 > div:nth-child(2n) {
  width: 67%;
  margin-right: 0;
}
.block-lr.col2.w-l04 > div {
  width: 40%;
  margin: 0 3% 3% 0;
}
.block-lr.col2.w-l04 > div:nth-child(2n) {
  width: 57%;
  margin-right: 0;
}
.block-lr.col3 > div {
  width: 31%;
  margin: 0 3.5% 3% 0;
}
.block-lr.col3 > div:nth-child(3n) {
  margin-right: 0;
}
.block-lr.col4 > div {
  width: 22%;
  margin: 0 4% 3% 0;
}
.block-lr.col4 > div:nth-child(4n) {
  margin-right: 0;
}
.block-lr.col5 > div {
  width: 18%;
  margin: 0 2.5% 3% 0;
}
.block-lr.col5 > div:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .block-lr.sp-col01 > div {
    width: 100% !important;
    margin-right: 0;
  }
  .block-lr.sp-col02 > div {
    width: 47% !important;
    margin: 0 6% 3% 0 !important;
  }
  .block-lr.sp-col02 > div:nth-child(2n) {
    margin-right: 0 !important;
  }
  .block-lr.sp-col03 > div {
    width: 31% !important;
    margin: 0 3.5% 3% 0 !important;
  }
  .block-lr.sp-col03 > div:nth-child(3n) {
    margin-right: 0 !important;
  }
}

.guide-line {
  padding: 2em;
  border: 1px solid #FFF;
}
.guide-line .block-lr.col2 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.guide-line .block-lr.col2 > div {
  margin: 0;
}

/* ul.list-link */
ul.list-link li {
  margin-bottom: 1em;
  line-height: 1;
  padding: 0 1em;
  display: inline-block;
  border-right: 1px solid #FFF;
}
ul.list-link li a {
  color: #FFF;
  letter-spacing: 0.2em;
}
ul.list-link li:first-child {
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  ul.list-link li {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    border: none !important;
  }
}

.estab-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.estab-block figure {
  width: 500px;
}
.estab-block .txt-es {
  margin: 3% 0 0 -3%;
  padding: 1em;
  background: #FFF;
}
.estab-block:before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: #FFF;
  position: absolute;
  left: 50%;
  z-index: -1;
}

/* link-block */
.link-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .link-block {
    display: block;
  }
}
.link-block.reverse .ph {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.link-block.reverse .link-part {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.link-block .ph {
  width: 40%;
  background-image: url(../img/common/ph_know.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .link-block .ph {
    width: 100%;
    padding-top: 50%;
  }
}
.link-block .ph:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(19, 99, 116, 0.6);
  position: absolute;
  top: 0;
  left: 0;
}
.link-block .ph:after {
  content: "";
  width: 60%;
  height: 40%;
  display: block;
  background: url(../img/common/pct_wave.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.25;
  position: absolute;
  top: 60%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .link-block .ph:after {
    width: 70%;
    height: 40%;
  }
}
.link-block .link-part {
  height: 380px;
  padding: 4em 3em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.link-block .link-part:before {
  content: "";
  width: 60%;
  height: 5em;
  display: block;
  background-image: url(../img/common/pct_know.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  opacity: 0.12;
  position: absolute;
  right: 5%;
  bottom: 12%;
}
@media screen and (max-width: 768px) {
  .link-block .link-part:before {
    width: 80%;
    bottom: 1%;
    left: 2%;
    right: auto;
  }
}
@media screen and (max-width: 1200px) {
  .link-block .link-part {
    height: auto;
    padding: 2em;
  }
}
.link-block .link-part .list-link {
  -webkit-box-flex: 0.95;
      -ms-flex: 0.95;
          flex: 0.95;
}

/* link-txt-block */
.link-txt-block {
  padding: 2em 0;
  line-height: 1;
  background: #44434A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .link-txt-block {
    line-height: 2.2;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.link-txt-block li {
  padding: 0 1em;
  border-right: 1px solid #FFF;
}
.link-txt-block li a {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .link-txt-block li a {
    text-decoration: underline;
  }
}
.link-txt-block li:first-child {
  border-left: 1px solid #FFF;
}
@media screen and (max-width: 768px) {
  .link-txt-block li {
    border: none !important;
  }
}

/* ul.list-ph */
ul.list-ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
ul.list-ph li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
ul.list-ph.col2 li {
  width: 48%;
  margin: 0 4% 3% 0;
}
ul.list-ph.col2 li .txt-part {
  padding: 0.5em 1em 0.8em;
}
ul.list-ph.col2 li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  ul.list-ph.w-ful li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
ul.list-ph.col3 li {
  width: 31%;
  margin: 0 3.5% 3% 0;
}
ul.list-ph.col3 li:nth-child(3n) {
  margin-right: 0;
}
ul.list-ph.col4 li {
  width: 23%;
  margin: 0 2.6666666667% 3% 0;
}
@media screen and (max-width: 768px) {
  ul.list-ph.col4 li {
    width: auto;
    margin: 0 0 5%;
  }
}
ul.list-ph.col4 li:nth-child(4n) {
  margin-right: 0;
}
ul.list-ph.border li a {
  border: 1px solid #BFBFBF;
}
ul.list-ph li a {
  width: 100%;
  background: #FFF;
  border-radius: 1em;
  position: relative;
}
ul.list-ph li a .ph-list {
  padding-top: 70%;
  background: #e2e5ec;
  border-radius: 1em 1em 0 0;
}
ul.list-ph li a .ph-list img {
  max-width: 120%;
  max-height: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
ul.list-ph li a:hover .ph-list img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
ul.list-ph li a .ph-list,
ul.list-ph li a .txt-part {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul.list-ph li a .txt-part {
  padding: 0.5em 0.5em 0.8em;
  border-radius: 0 0 1em 1em;
}
ul.list-ph li a .txt-part .txt-u {
  font-size: 2rem;
  margin: 0 0 0.5em;
  text-decoration: underline;
  letter-spacing: 0.1em;
}
ul.list-ph li a .txt-part .txt-e {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}
ul.list-ph li a .list-icon {
  margin-bottom: 0.5em;
}
ul.list-ph li a .list-icon p {
  font-size: 1.4rem;
}
ul.list-ph li a .list-category {
  text-align: right;
  margin-bottom: 0.8em;
}
ul.list-ph li a .list-category p {
  font-size: 1.4rem;
}
ul.list-ph li a .txt-part .date {
  color: #8F8F8F;
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  ul.list-ph {
    display: block;
  }
  ul.list-ph.col3 li {
    width: auto;
    margin: 0 auto 5%;
  }
  ul.list-ph.sp-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ul.list-ph.sp-2col li {
    width: 48%;
    margin: 0 0 5%;
  }
}

.list-ph-long {
  margin-bottom: 2em;
}
.list-ph-long li {
  margin-bottom: 2em;
}
.list-ph-long li:last-child {
  margin-bottom: 0;
}
.list-ph-long li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #707070;
  border-radius: 1.5em;
  padding: 2em;
  position: relative;
}
.list-ph-long li a .ph-list {
  width: 35%;
}
.list-ph-long li a .txt-part {
  width: 62%;
}
.list-ph-long li a .txt-part .txt-u {
  font-size: 3.6rem;
  margin-bottom: 1em;
}
.list-ph-long li a .txt-part .txt-notes {
  font-size: 1.6rem;
  margin-top: 1.5em;
}
.list-ph-long li a .txt-part .download-file {
  text-align: right;
  position: absolute;
  right: 1.5em;
  bottom: 1.5em;
}
@media screen and (max-width: 1200px) {
  .list-ph-long li a .txt-part .download-file {
    margin-top: 1em;
    position: static;
  }
}
.list-ph-long li a .txt-part .download-file span {
  background: #2C3E50;
  color: #fff;
  border-radius: 1.5em;
  padding: 0.4em 3em;
}
.list-ph-long li a .txt-part .download-file span:before {
  content: "";
  width: 1.1em;
  height: 1.1em;
  margin-right: 0.5em;
  background: url(../img/common/icon_download02.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .list-ph-long li {
    margin-bottom: 3%;
  }
  .list-ph-long li a {
    display: block;
    padding: 1em;
  }
  .list-ph-long li a .ph-list,
.list-ph-long li a .txt-part {
    width: 100%;
  }
  .list-ph-long li a .txt-part .txt-u {
    font-size: 2rem;
    line-height: 1.4;
    margin: 0.8em 0 0.5em;
    text-align: center;
  }
  .list-ph-long li a .txt-part .txt-notes {
    font-size: 1.5rem;
    margin-top: 1em;
  }
  .list-ph-long li a .txt-part .download-file {
    text-align: center;
    margin-top: 1em;
  }
}

/* --------------------------------------------------

ブロック

-------------------------------------------------- */
.block-s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .block-s {
    display: block;
  }
}
.block-s.col2 > div {
  width: 48%;
  margin: 0 4% 3% 0;
}
@media screen and (max-width: 768px) {
  .block-s.col2 > div {
    width: 100% !important;
    margin: 0 0 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.block-s.col2 > div .txt-part {
  padding: 0.5em 1em 0.8em;
}
.block-s.col2 > div:nth-child(2n) {
  margin-right: 0;
}

/* --------------------------------------------------

リスト

-------------------------------------------------- */
.sns-block {
  margin-bottom: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .sns-block {
    width: 80%;
    margin: 0 auto 2em;
  }
}
.sns-block li {
  margin: 0 2em;
}
@media screen and (max-width: 768px) {
  .sns-block li {
    margin: 0 1em;
  }
}

/* --------------------------------------------------

spot-data

-------------------------------------------------- */
.spot-data.fee {
  font-weight: bold;
  margin-bottom: 1em;
}
.spot-data.fee dl dt {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .spot-data.fee dl dt {
    font-size: 1.6rem;
  }
}
.spot-data.fee dl dd {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .spot-data.fee dl dd {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .spot-data.detail {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .spot-data.detail dl dt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .spot-data.detail dl dd {
    font-size: 1.6rem;
  }
}
.spot-data dl {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border-bottom: 1px solid #B1BCC7;
}
.spot-data dl:first-child {
  border-top: 1px solid #B1BCC7;
}
.spot-data dl dt {
  padding: 1.4em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0.3;
      -ms-flex: 0.3;
          flex: 0.3;
}
.spot-data dl dd {
  padding: 1.4em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.spot-data dl dd.wysiwyg {
  display: block;
  margin: 0;
}

/* --------------------------------------------------

list-search

-------------------------------------------------- */
ul.list-search {
  margin-bottom: 5%;
}
ul.list-search li {
  border-bottom: 1px solid #A4A4A4;
}
ul.list-search li a {
  padding: 2em 0;
  text-decoration: underline;
  display: block;
}
ul.list-search li a h4 {
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  ul.list-search li a h4 {
    font-size: 1.8rem;
  }
}

/* --------------------------------------------------

list-article

-------------------------------------------------- */
.list-article {
  margin-bottom: 3em;
}

.list-article li a {
  color: #FFF;
  font-weight: 600;
  width: 100%;
  padding: 1.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-article li a:hover {
  color: #E67B10;
}

.list-article li a:after {
  content: "";
  width: 5px;
  height: 5px;
  margin: 0 0.5em 0.2em auto;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  display: inline-block;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  vertical-align: middle;
}

.list-article li:first-child a {
  border-top: 1px solid #FFF;
}

#contents .list-article li p {
  margin: 0;
}

.list-article li .date-post {
  margin: 0 1em 0 0.5em;
}

@media screen and (max-width: 768px) {
  .list-article li a {
    padding: 1em 0.5em;
    display: block;
    position: relative;
  }

  .list-article li .date-post {
    margin: 0;
  }

  #contents .list-article li p {
    width: 90%;
  }

  .list-article li a:after {
    position: absolute;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%) rotateZ(45deg);
            transform: translateY(-50%) rotateZ(45deg);
  }
}
/* --------------------------------------------------

list-sitemap

-------------------------------------------------- */
ul.list-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.list-sitemap > li {
  width: 46%;
  border-top: 1px solid #A4A4A4;
}
ul.list-sitemap > li:last-child {
  border-bottom: 1px solid #A4A4A4;
}
ul.list-sitemap > li > a {
  padding: 2em 1em;
  position: relative;
  display: block;
}
ul.list-sitemap > li > a:after {
  content: "";
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.5em 0.2em auto;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
}
ul.list-sitemap > li > a + .u-layer {
  padding: 0 0 0.5em 1em;
}
ul.list-sitemap > li > a + .u-layer li {
  margin: 0.5em 0;
}
ul.list-sitemap > li > a + .u-layer li a {
  font-size: 1.6rem;
}
ul.list-sitemap > li > a + .u-layer li a:before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  margin: 0 0.8em 0 0;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

/* --------------------------------------------------

list-sitemap

-------------------------------------------------- */
.border-line {
  border: 1px solid #707070;
  padding: 5em 3em;
  text-align: center;
  line-height: 2;
}
.border-line p {
  font-size: 2rem;
  line-height: 3;
}
.border-line .btn-back {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .border-line {
    padding: 2em 1.4em;
    text-align: left;
  }
  .border-line p {
    font-size: 1.4rem;
    line-height: 2;
  }
  .border-line .btn-back {
    text-align: center;
    margin-top: 3em;
  }
}

/* --------------------------------------------------

ブロック

-------------------------------------------------- */
.list-download > div .download-link > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .list-download > div .download-link > a {
    display: block;
  }
}
.list-download > div .download-link > a:hover {
  opacity: 0.7;
}
.list-download > div .download-link > a > .ph-d {
  width: 42%;
  height: 300px;
  margin-right: 2em;
  position: relative;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .list-download > div .download-link > a > .ph-d {
    width: auto;
    margin: 0 0 0.5em;
    height: 160px;
  }
}
.list-download > div .download-link > a > .txt-part {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list-download > div .download-link > a > .txt-part p.txt-d {
  font-size: 1.4rem;
  line-height: 1.7;
}
.list-download > div .download-link > a > .txt-part .related-file {
  color: #FFF;
  padding: 0.7em 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
}
.list-download > div .download-link > a > .txt-part .related-file:before {
  content: "";
  margin: 0 1em 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
}

.list-event-reco > div > a {
  text-decoration: none;
  display: block;
}
.list-event-reco > div > a .ph-list {
  padding-top: 70%;
  margin-bottom: 0.8em;
  background: #e2e5ec;
  position: relative;
  overflow: hidden;
}
.list-event-reco > div > a .ph-list img {
  max-width: 110%;
  max-height: 110%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.list-event-reco > div > a:hover .ph-list img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
.list-event-reco > div > a .btn-more {
  color: #FFF;
  padding: 0.7em 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
}
.list-event-reco > div > a .txt-part p {
  margin: 0;
}
.list-event-reco > div > a .txt-part p.area {
  font-size: 1.4rem;
  margin-bottom: 0.5em;
}
.list-event-reco > div > a .txt-part p.txt-u {
  font-size: 1.8rem;
}
.list-event-reco > div > a .txt-part p.related-file {
  color: #FFF;
  padding: 0.7em 1.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
}
.list-event-reco > div > a .txt-part p.related-file:before {
  content: "";
  margin: 0 1em 0 0;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  display: inline-block;
}
.list-event-reco > div > a .txt-part p.size-f {
  margin-bottom: 0.5em;
}

.list-movie > div .iframe-area {
  margin-bottom: 1em;
}
.list-movie > div .txt-caption {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list-movie > div .txt-caption {
    font-size: 1.6rem;
  }
}
.list-movie > div .txt-caption + p {
  margin-top: 1.5em;
  line-height: 1.8;
}

/* --------------------------------------------------

ボタン

-------------------------------------------------- */
.btn-block {
  margin: 5% 0;
}
.btn-block.center {
  text-align: center;
}
.btn-block.two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-block.two .btn-more {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.btn-block.two .btn-more.payment {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.btn-block.two .btn-back {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.btn-block.two p {
  margin: 0 1em;
}
@media screen and (max-width: 768px) {
  .btn-block.two {
    display: block;
  }
  .btn-block.two .btn-more {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .btn-block {
    margin: 8% 0;
  }
}

.agree-part {
  text-align: center;
}
.agree-part .check-confirm {
  margin: 6% 0 0;
}
.agree-part .check-confirm input {
  margin: 0.1em 0.5em 0 0;
}
.agree-part .btn-block {
  margin-top: 3%;
}
.agree-part .btn-block table.paypal {
  width: auto;
  margin: 5% auto 0;
  border: none;
}
.agree-part .btn-block table.paypal td {
  padding: 0;
  border: none;
}
.agree-part .btn-block table.paypal td img {
  width: 280px;
}

/* --------------------------------------------------

検索

-------------------------------------------------- */
.search-select {
  margin-bottom: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.search-select select {
  padding: 1.2em;
  -webkit-box-flex: 0.26;
      -ms-flex: 0.26;
          flex: 0.26;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .search-select select {
    padding: 0.5em 1em;
    margin-bottom: 0.7em;
  }
}
.search-select .keyword {
  -webkit-box-flex: 0.44;
      -ms-flex: 0.44;
          flex: 0.44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .search-select .keyword {
    display: block;
  }
}
.search-select .keyword .input {
  -webkit-box-flex: 0.95;
      -ms-flex: 0.95;
          flex: 0.95;
}
.search-select .keyword input {
  padding: 1.2em;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 1em;
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .search-select .keyword input {
    padding: 0.5em 1em;
  }
}
.search-select .keyword a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-select .keyword a img {
  width: 1.2em;
}
.search-select .keyword button {
  color: #FFF;
  padding: 0 4em;
  border: none;
  background: #FFF;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-select .keyword button:hover {
  opacity: 0.7;
}
.search-select .keyword button img {
  width: 20px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .search-select .keyword button {
    margin: 1.5em auto;
    padding: 0.7em 2.5em;
    display: block;
  }
}
.search-select h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .search-select {
    display: block;
  }
}

.paging-sort {
  margin-bottom: 2%;
}
.paging-sort ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.paging-sort ul li {
  font-size: 1.7rem;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .paging-sort ul li {
    font-size: 1.4rem;
  }
}
.paging-sort ul li a {
  color: #FFF;
  padding: 0.1em 1.5em;
  border: 1px solid #FFF;
  background: none;
  border-radius: 1.5em;
  display: block;
}
.paging-sort ul li a.active {
  color: #FFF;
  background: #FFF;
}
.paging-sort ul li a:before {
  font-weight: 900;
  margin-right: 0.2em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
.paging-sort ul li.access-s a:before {
  content: "";
}
.paging-sort ul li.update-s a:before {
  content: "";
}
@media screen and (max-width: 768px) {
  .paging-sort {
    margin-bottom: 2em;
  }
}

.btn-confirm {
  margin-bottom: 2%;
}
.btn-confirm a {
  color: #FFF;
  padding: 0.1em 1.5em 0.2em;
  background: #E67B10;
  border-radius: 1.5em;
  display: inline-block;
  letter-spacing: 0.1em;
}
.btn-confirm a:hover {
  opacity: 0.7;
}
.btn-confirm a:before {
  content: "";
  font-weight: 900;
  margin-right: 0.4em;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
}
@media screen and (max-width: 768px) {
  .btn-confirm {
    text-align: center;
    margin-bottom: 5%;
  }
}

/* --------------------------------------------------

レコメンド

-------------------------------------------------- */
.recommend-block {
  margin: 5% 0 8%;
}
@media screen and (max-width: 768px) {
  .recommend-block ul.list-ph.col4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recommend-block ul.list-ph.col4 li {
    width: 48%;
    margin: 0 4% 3% 0;
  }
  .recommend-block ul.list-ph.col4 li a .txt-part .txt-u {
    font-size: 1.6rem;
  }
  .recommend-block ul.list-ph.col4 li a .list-icon p {
    font-size: 1.2rem;
  }
  .recommend-block ul.list-ph.col4 li a .list-category p {
    font-size: 1.2rem;
  }
  .recommend-block ul.list-ph.col4 li a .txt-part .date {
    font-size: 1.2rem;
  }
  .recommend-block ul.list-ph.col4 li:nth-child(2n) {
    margin-right: 0;
  }
}

/* --------------------------------------------------

モーダル

-------------------------------------------------- */
/* --------------------------------------------------

モーダル

-------------------------------------------------- */
#modal-area {
  width: 100%;
  height: 100%;
  padding: 3%;
  position: fixed;
  top: 0;
  left: 0;
  /* display: none; */
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  display: none;
}
#modal-area .modal-in {
  width: 700px;
  padding: 4em 3em;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  #modal-area .modal-in {
    width: 80%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  #modal-area .modal-in {
    padding: 1.3em 1em 1.5em 1em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 420px) {
  #modal-area .modal-in {
    width: 96%;
    padding-bottom: 1.5em;
  }
}
#modal-area .modal-in p.btn-close {
  position: absolute;
  top: -2.5em;
  right: 0;
}
#modal-area .modal-in p.btn-close:before {
  content: "";
  color: #FFF;
  font-size: 2.5rem;
  margin: 0 0 0 auto;
  font-weight: 900;
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  cursor: pointer;
}

/* --------------------------------------------------

スライダー

-------------------------------------------------- */
.slider-wide {
  padding: 70px 0 0;
  position: relative;
}
.slider-wide img {
  width: 100%;
}
.slider-wide .arrow-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 3%;
  z-index: 1;
}
.slider-wide .swiper-button-next, .slider-wide .swiper-button-prev {
  position: static;
}
.slider-wide .swiper-button-prev {
  margin-right: 2rem;
}
.slider-wide .swiper-container .swiper-slide {
  max-height: 1100px;
  overflow: hidden;
}
.slider-wide .swiper-container .swiper-slide > p {
  width: 97%;
  position: relative;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .slider-wide .swiper-container .swiper-slide > p {
    width: 100%;
  }
}
.slider-wide .swiper-container .swiper-slide > dl {
  width: 40%;
  padding: 3em;
  background: #202B36;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .slider-wide .swiper-container .swiper-slide > dl {
    width: auto;
    padding: 1em 0;
    position: static;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
}
.slider-wide .swiper-container .swiper-slide > dl dt {
  color: #FFF;
  font-size: 5.2rem;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
.slider-wide .swiper-container .swiper-slide > dl dt span {
  font-size: 3.6rem;
  display: block;
}
@media screen and (max-width: 768px) {
  .slider-wide .swiper-container .swiper-slide > dl dt span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .slider-wide .swiper-container .swiper-slide > dl dt {
    font-size: 2rem;
    margin: 0 0.5em 0.5em;
  }
}
.slider-wide .swiper-container .swiper-slide > dl dd .icon-m-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .slider-wide .swiper-container .swiper-slide > dl dd .icon-m-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.slider-wide .swiper-container .swiper-slide > dl dd .icon-m-block .list-category {
  margin-left: 0.5em;
}
.slider-wide .swiper-container .swiper-slide > dl dd .icon-m-block .list-category p {
  font-size: 1.6rem;
  background: #FFF;
}
.slider-wide .swiper-container .swiper-slide > dl dd .icon-m-block .list-icon {
  margin-bottom: 0.5em;
}
.slider-wide .swiper-container .swiper-slide > dl dd .icon-m-block .list-icon p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .slider-wide .swiper-container .swiper-slide > dl dd .icon-m-block .list-icon p {
    font-size: 1.4rem;
  }
}
.slider-wide .swiper-container .swiper-slide > dl dd .btn-more {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .slider-wide .swiper-container .swiper-slide > dl dd .btn-more {
    margin: 1.4em 0;
  }
}
.slider-wide .swiper-container .swiper-slide > dl dd .btn-more a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .slider-wide .swiper-container .swiper-slide > dl dd .btn-more a {
    font-size: 1.5rem;
  }
}

.slider-thumb {
  overflow: hidden;
}
.slider-thumb .gallery-top .swiper-slide {
  position: relative;
}
.slider-thumb .gallery-top .swiper-slide figure figcaption {
  font-size: 1.6rem;
  width: 100%;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1500px) {
  .slider-thumb .gallery-top .swiper-slide figure figcaption {
    font-size: 1.4rem;
  }
}
.slider-thumb .gallery-thumbs .swiper-slide {
  position: relative;
  padding-top: 18%;
}
.slider-thumb .gallery-thumbs .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: none;
  max-height: 100%;
  max-width: 100%;
}
.slider-thumb .gallery-thumbs .swiper-slide:after {
  display: none;
}

/* iframe-area */
.iframe-area {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 10em;
  padding-top: 40%;
}
@media screen and (max-width: 768px) {
  .iframe-area {
    padding-top: 56%;
    margin: 0 auto 4em;
  }
}
.iframe-area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*# sourceMappingURL=common.css.map */