@charset "UTF-8";

/* ==========================================================================
   Sections
========================================================================== */
.section {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.section_L {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}
.section_XL {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.section-padding {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.content {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media (min-width: 992px) {
  .section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .section_L {
    margin-top: 7.5rem;
    margin-bottom: 7.5rem;
  }
  .section_XL {
    margin-top: 15rem;
    margin-bottom: 15rem;
  }
  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .content {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 992px) {
  #page-item #intro .row.section.mb-0 {
    margin-bottom: 10rem !important;
  }
}



.container-fluid,
.container {
  --gap: 25px;
  padding-right: var(--gap);
  padding-left: var(--gap);
}
.container.container_XL {
  max-width: 100vw;
}
.row {
  margin-right: calc(var(--gap)*-1);
  margin-left: calc(var(--gap)*-1);
  row-gap: 2rem;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  padding-right: var(--gap);
  padding-left: var(--gap);
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}


@media (min-width: 992px) {
  .container-fluid {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .container {
    --gap: 25px;
    max-width: min(calc(101.5rem + var(--gap)*2), calc(92% + var(--gap)*2));
  }
  .container.container_M {
    max-width: min(calc(84.4rem + var(--gap)*2), calc(88% + var(--gap)*2));
  }
  .container.container_S {
    max-width: min(calc(67.4rem + var(--gap)*2), calc(75% + var(--gap)*2));
  }

  .gap_M {
    --gap: 24px;
  }
  .gap_L {
    --gap: 36px;
  }
  .gap_XL {
    --gap: 36px;
  }
  .gap_XXL {
    --gap: 36px;
  }

}
@media (min-width: 1200px) {
  .gap_XL {
    --gap: 48px;
  }
  .gap_XXL {
    --gap: 56px;
  }
  .row.no-gutters-xl {
    margin-right: 0;
    margin-left: 0;
    --gap: 0;
  }
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}



.over-right {
  margin-right: calc(var(--container-right-gap,0px) * -1);
}
.over-left {
  margin-left: calc(var(--container-left-gap,0px) * -1);
}
@media (max-width: 575px) {
  .over-right_sp {
    margin-right: calc(var(--container-right-gap,0px) * -1);
  }
  .over-left_sp {
    margin-right: calc(var(--container-left-gap,0px) * -1);
  }
}



.full {
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  padding-right: 0;
  padding-left: 0;
}
@media (max-width: 575px) {
  .full_sp {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
    padding-right: 0;
    padding-left: 0;
  }
}

hr {
  border-top: 1px solid var(--border2);
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.of-hidden {
  overflow: hidden;
}

/* ==========================================================================
   Links
========================================================================== */
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.underline {
  display: inline-block;
  line-height: 1.5;
  border-bottom: 1px solid currentColor;
}
a.underline:hover {
  border-color: var(--gray);
}

.icon-link {
  display: flex;
  align-items: center;
}
.icon-link svg {
  margin-right: .5em;
}
.icon-link span {
  display: inline-block;
}

/* ==========================================================================
   Image
========================================================================== */
figure,
picture {
  display: block;
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.no-image {
  background: var(--l-gray) url(../img/logo-w.svg) no-repeat center;
  background-size: 20%;
}


/* ==========================================================================
   Typography
========================================================================== */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: 400; position: relative; }
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a { text-decoration: none; }

h1, .h1 { font-size: 2em; line-height: 1.375; }
h2, .h2 { font-size: 1.846em; line-height: 1.375; }
h3, .h3 { font-size: 1.538em; line-height: 1.5; }
h4, .h4 { font-size: 1.385em; line-height: 1.5; }
h5, .h5 { font-size: 1.231em; line-height: 1.75; }
h6, .h6 { font-size: 1.077em; line-height: 1.75; }

.fw-400,
.text-normal { font-weight: 400 !important; }
.fw-500,
.text-medium { font-weight: 500 !important; }
.fw-600,
.text-semibold { font-weight: 600 !important; }
.fw-700,
.text-bold { font-weight: 700 !important; }
.text-italic { font-style: italic; }
.text-justify { text-align: justify; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left { text-align: left !important; }
  .text-sm-right { text-align: right !important; }
  .text-sm-center { text-align: center !important; }
}
@media (min-width: 768px) {
  .text-md-left { text-align: left !important; }
  .text-md-right { text-align: right !important; }
  .text-md-center { text-align: center !important; }
}
@media (min-width: 992px) {
  .text-lg-left { text-align: left !important; }
  .text-lg-right { text-align: right !important; }
  .text-lg-center { text-align: center !important; }
}
@media (min-width: 1200px) {
  .text-xl-left { text-align: left !important; }
  .text-xl-right { text-align: right !important; }
  .text-xl-center { text-align: center !important; }
}

p {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  letter-spacing: 0.04em;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

small {
  font-size: .846rem;
  display: inline-block;
  line-height: 1.5;
}
.small {
  font-size: .846em;
  display: inline-block;
}
.xsmall {
  font-size: .692em;
  display: inline-block;
}

.en_ttl {
  font-family: var(--font1);
  font-weight: 400;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.font1 {
  font-family: var(--font1) !important;
  font-weight: 400;
  letter-spacing: .04em;
}

.Gothic {
  font-family: var(--gothic) !important;
}
.Mincho {
  font-family: var(--mincho) !important;
  font-weight: 400 !important;
}
.copy {
  font-family: var(--mincho-m) !important;
  letter-spacing: .08em;
  margin-bottom: 1.75rem;
}
.copy + p {
  margin-top: 0;
}
.en_ttl .ttl {
  font-family: revert;
  font-size: 1rem;
}



@media (max-width: 575px) {
  .vertical-writing {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .vertical-writing > * {
    writing-mode: vertical-rl;
  }
  .vertical-writing .copy {
    line-height: 2.25;
    letter-spacing: .2em;
    margin: 0 0 2em;
  }
  .vertical-writing p {
    line-height: 2.25;
    letter-spacing: .2em;
  }
}
@media (min-width: 576px) {
  .vertical-writing {
    writing-mode: vertical-rl;
  }
  .vertical-writing .copy {
    line-height: 2;
    letter-spacing: .2em;
    margin: 0 0 0 1.25em;
  }
  .vertical-writing p {
    line-height: 2.75;
    letter-spacing: .2em;
  }
}

/* ==========================================================================
   Button
========================================================================== */
.btn {
  display: inline-block;
  text-align: center;
  font-family: inherit;
  font-size: 1rem;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-family: var(--mincho-m);
  font-weight: 600;
  padding: 1.5em 1.5em;
  width: 100%;
  max-width: 100%;
  background: var(--color2);
  color: var(--white);
  border: 1px solid transparent;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
}
.btn.btn-white {
  background: var(--white) !important;
  color: var(--color2);
}

.btn:hover {
  background: var(--color2-h);
}


.txtBox .btn {
  margin-top: 1em;
}
.button-list .btn {
  margin-top: .5em;
}

@media (min-width: 576px) {
  .btn {
    width: 22.6em;
  }
  .btn.btn_M {
    width: 24em;
  }
  .btn.btn_L {
    width: 28em;
  }
}

.more-btn {
  display: inline-block;
  text-align: left;
  font-size: 1.077rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  font-family: var(--mincho-m);
  font-weight: 600;
  padding: .5em 0;
  width: auto;
  max-width: 28em;
  background: transparent;
  color: var(--color3);
  text-decoration: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  position: relative;
}
.more-btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  position: absolute;
  bottom: .45em;
  left: 0;
}



.buttons.row {
  margin-right: -5px;
  margin-left: -5px;
}
.buttons.row > .col, .buttons.row > [class*="col-"] {
  padding: 5px;
}

/* ==========================================================================
   Badge
========================================================================== */
.badge {
  display: inline-block;
  background: var(--color2);
  color: var(--white) !important;
  font-size: 0.923rem;
  line-height: 1.5;
  padding: 0.25em 0.75em;
}

/* ==========================================================================
   Border
========================================================================== */
.border-t {
  border-top: 1px solid var(--gray);
}
.border-b {
  border-bottom: 1px solid var(--gray);
}
.border-r {
  border-right: 1px solid var(--gray);
}
.border-l {
  border-left: 1px solid var(--gray);
}

/* ==========================================================================
   Page header
========================================================================== */
@media (min-width: 576px) and (max-width: 991px) {
  .page__thumbnail .main-img {
    aspect-ratio: 7/5;
  }
}
 
.page__header {
  width: 100%;
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
  padding-top: 80px;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.page__header .en_ttl {
  color: var(--color1);
  display: block;
  letter-spacing: .05em;
}
.page__header .ttl {
  font-size: 1.077rem;
  font-weight: 400;
  letter-spacing: 0.12em;
}
.page__header .en_ttl + .ttl {
  margin-top: .25em;
}

@media (min-width: 992px) {
  .page__header {
    padding-top: 100px;
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}


.section__header {
  margin-top: 1.75rem;
  margin-bottom: 3.5rem;
  text-align: center;
}
.section__header .en_ttl {
  position: relative;
}
.section__header .en_ttl + .ttl {
  margin-top: .25em;
}
.section__header p {
  margin: 1em 0 1em;
}
@media (min-width: 992px) {
  .section__header {
    margin-top: 2.5rem;
    margin-bottom: 5rem;
  }
}



.headline {
  display: flex;
  flex-direction: column;
}
.headline span {
  display: block;
}
.headline .en_ttl {
  color: var(--color1);
}
.headline span.ttl {
  font-size: 1.077rem;
}
.headline .ttl {
  font-weight: 400;
}


.sect-ttl[data-label] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 3.5rem;
  margin-bottom: 2rem;
  position: relative;
}
.sect-ttl[data-label]::before {
  display: block;
  content: attr(data-label);
  font-family: var(--font1);
  font-size: 1.538em;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.25;
  text-transform: uppercase;
  white-space: nowrap;
  color: var(--color1);
  margin-bottom: 1em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sect-ttl[data-label] .ttl {
  line-height: 1.75;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-orientation: upright;
}
.sect-ttl[data-label] .ttl > span {
  display: block;
}


@media (min-width: 768px) {
  .d-md-flex .sect-ttl[data-label],
  [class*="col-md"] .sect-ttl[data-label] {
    display: inline-flex;
    padding-right: 3.5em;
    margin-bottom: 0;
  }
  .d-md-flex .sect-ttl[data-label]::before,
  [class*="col-md"] .sect-ttl[data-label]::before {
    left: 0;
    transform: translateX(0);
  }
  .d-md-flex .sect-ttl[data-label] .ttl > span,
  [class*="col-md"] .sect-ttl[data-label] .ttl > span {
    transform: translateX(-.4em);
  }
}
@media (min-width: 992px) {
  .sect-ttl[data-label]:not(._center) {
    display: inline-flex;
    padding-right: 3.5em;
    margin-bottom: 0;
  }
  .sect-ttl[data-label]:not(._center)::before {
    left: 0;
    transform: translateX(0);
  }
  .sect-ttl[data-label]:not(._center) .ttl > span {
    transform: translateX(-.4em);
  }
}



.cont-ttl {
  line-height: 1.5;
  letter-spacing: .06em;
  padding-left: 30px;
  position: relative;
}
.cont-ttl::before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: var(--border1);
  position: absolute;
  top: .7em;
  left: 0;
}



/* ==========================================================================
   MV
========================================================================== */

#mv {
  position: relative;
}


.line {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
}
.line::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 112px;
  height: 1px;
  background: var(--border1);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: rotate(90deg);
}
.section__header + .line {
  margin-top: 2em;
}



/* ==========================================================================
   alert
========================================================================== */
.alert {
  border: 1px solid var(--d-gray);
  padding: 1.5em 1.75em;
}
.alert > *:first-child {
  margin-top: 0;
}
.alert p {
  line-height: 2;
}
@media (min-width: 768px) {
  .alert {
    padding: 2em 2.25em;
  }
}

/* ==========================================================================
   Slick.js
========================================================================== */
.slick-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-dotted.slick-slider {
  margin-bottom: 42px;
}

/* Dots */
.slick-dots {
  bottom: -42px;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before {
  font-size: 9px;
  color: var(--black);
  opacity: .125;
}
.slick-dots li.slick-active button:before {
  color: var(--color3);
  opacity: 1;
}

/* ------------------
   Slider
------------------ */
.slider-wrapper {
  overflow: hidden;
}

.slider-wrapper .slick-list {
  overflow: visible;
}
.slider-wrapper .slick-slide {
  padding: 0 3px;
}



@media (min-width: 576px){
  .over-right .slider-wrapper .slick-list {
    padding-right: var(--container-right-gap,0px)!important;
  }
  .over-left .slider-wrapper .slick-list {
    padding-left: var(--container-left-gap,0px)!important;
  }

  .over-right .slider-wrapper .slick-slide {
    padding: 0 6px 0 0;
  }
  .over-left .slider-wrapper .slick-slide {
    padding: 0 0 0 6px;
  }

  .over-right .slider-wrapper .slick-dots {
    text-align: left;
  }
  .over-left .slider-wrapper .slick-dots {
    text-align: right;
  }
}



/* ==========================================================================
   Responsive iframe
========================================================================== */
.iframeBox {
  width: 100%;
  aspect-ratio: 7 / 5;
  position: relative;
}
.iframeBox iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* ==========================================================================
   Table of contents
========================================================================== */
.toc li a {
  display: flex;
  flex-direction: column;
  row-gap: .5rem;
  padding: 1.5em 0;
  letter-spacing: .1em;
  position: relative;
}
.toc span {
  display: block;
}
.toc .en_ttl {
  color: var(--color1);
  font-size: 1.231em;
  line-height: 1;
}
.toc .ttl {
  font-size: 1.077em;
}
.toc .desc {
  font-size: 0.923em;
}
.toc li a::before {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: var(--color3);
  border: 1px solid var(--color3);
  position: absolute;
  top: 50%;
  right: 0;
  transition: background .2s;
  transform: translateY(-50%);
}
.toc li a::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--white);
  border-right: 3px solid currentColor;
  border-bottom: 3px solid currentColor;
  position: absolute;
  top: 50%;
  right: 0;
  transition: color .2s;
  transform: translate(0, -55%) rotate(45deg) scale(0.3);
}
@media (max-width: 575px) {
  .toc ul {
    row-gap: 0;
  }
  .toc li a {
    border-top: 1px solid var(--border2);
  }
  .toc li:last-child a {
    border-bottom: 1px solid var(--border2);
  }
}
@media (min-width: 576px) {
  .toc {
    text-align: center;
  }
  .toc ul.row {
    --gap: 12px;
  }
  .toc .desc {
    border-top: 1px solid var(--border2);
    margin-top: 1em;
    padding-top: 1.25em;
  }
  .toc li a {
    padding-bottom: 3rem;
  }
  .toc li a::before {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, -50%);
  }
  .toc li a::after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translate(50%, -55%) rotate(45deg) scale(0.3);
  }
}

/* ==========================================================================
   List
========================================================================== */
ul.row,
ol.row {
  list-style-type: none;
}

/* ==========================================================================
   Card
========================================================================== */
.cards {
  list-style-type: none;
}
.cards.row {
  row-gap: 3.5rem;
}
.card {
  display: block;
  color: var(--black);
  line-height: 1.75;
  position: relative;
}
.card > a {
  display: block;
}
.card .imgBox,
.card .imgBox_wide {
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
.card .imgBox_wide {
  aspect-ratio: 334 / 136;
}
.card .imgBox img,
.card .imgBox_wide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s cubic-bezier(.39, .575, .565, 1);
}
.card > a:hover .imgBox img,
.card > a:hover .imgBox_wide img {
  transform: scale(1.1);
}
.card .tax_list {
  display: flex;
  gap: .75em;
  font-size: .929em;
  line-height: 2;
  margin-top: .5em;
}
.card .tax_list .tax_ttl {
  background: var(--l-gray2);
  min-width: 6em;
  text-align: center;
  position: relative;
}
.card .en_ttl {
  display: block;
  margin-top: 1.75rem;
  color: var(--color1);
}
.card .ttl {
  margin-top: 1.75rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}
.card .en_ttl + .ttl {
  margin-top: .125em;
}
.card p {
  margin-top: .5em;
  margin-bottom: .75em;
}
.card p:last-child {
  margin-bottom: 0;
}
.card .more {
  margin-top: .75em;
}

@media (max-width: 575px){
  .cards.row .card {
    max-width: 32rem;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ==========================================================================
   Access - shuttle bus table
========================================================================== */
.click_shuttlebus_link {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .5rem;
    }
    .click_shuttlebus_link svg {
        width: .8em;
        height: .8em;
        order: 2;
    }
    
/* table.shuttle-table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
  margin-bottom: 1em;
}
table.shuttle-table thead th {
  background: #5b7a8c;
  color: #fff;
  padding: 1em .5em;
  border: 1px solid var(--border1);
  line-height: 1.5;
  vertical-align: middle;
}
table.shuttle-table td {
  padding: 1em .5em;
  border: 1px solid var(--border1);
  line-height: 1;
}

@media (max-width: 575px){
  table.shuttle-table {
    font-size: 0.769em;
  }
} */

/* ==========================================================================
   dl
========================================================================== */
dl.pattern dt {
  border-bottom: 1px solid var(--border1);
  font-size: 1.077em;
  padding-bottom: 1em;
  margin-bottom: 1.25em;
}

dl.pattern dt.h5 {
  font-size: 1.231em;
  padding-bottom: 1.5em;
  margin-bottom: 1.75em;
}

dl.pattern dt:nth-of-type(n+2) {
  margin-top: 2rem;
}


dl.outline {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: .06em;
}
dl.outline dt {
  flex: 0 0 6em;
}
dl.outline dd {
  flex: 0 0 calc(100% - 6em);
  margin-bottom: 1.75em;
}

@media (min-width: 1200px){
  dl.outline {
    letter-spacing: .1em;
  }
  dl.outline dt {
    flex: 0 0 8em;
  }
  dl.outline dd {
    flex: 0 0 calc(100% - 8em);
  }
}

/* ==========================================================================
   Color
========================================================================== */
.bg-white {
  background-color: var(--white);
  overflow: hidden;
}
.bg-l-gray {
  background-color: var(--l-gray);
  overflow: hidden;
}
.bg-l-gray2 {
  background-color: var(--l-gray2);
  overflow: hidden;
}
.bg-color1 {
  background-color: var(--color1);
  overflow: hidden;
  color: var(--white);
}
.black { color: var(--black); }
.color1 { color: var(--color1); }
.color2 { color: var(--color2); }
.color3 { color: var(--color3); }
.gray { color: var(--gray);}
.red { color: var(--red); }



/* ==========================================================================
   WP Post
========================================================================== */
#post-not-found {
  text-align: center;
  margin: 0 auto;
  padding: 1em 0;
}

/* ==========================================================================
   Single Page
========================================================================== */
.single-page-header {
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}
.single-page-header picture {
  aspect-ratio: 71/29;
}
.single-page-header picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tax_listBlock .tax_list {
  line-height: 2.4;
}
.tax_listBlock .tax_ttl {
  letter-spacing: .08em;
  border-bottom: 1px solid var(--border1);
}
@media (max-width: 767px) {
  .tax_listBlock {
    margin: 0 auto 0.5em;
    max-width: 24em;
    row-gap: 0;
  }
  .tax_listBlock .tax_list {
    padding: 1em 0;
    display: flex;
    border-bottom: 1px solid var(--border2);
  }
  .tax_listBlock .tax_list:last-child {
    border-bottom: none;
  }
  .tax_listBlock .tax_ttl {
    flex: 0 0 40%;
    border-bottom: 0;
  }
}

@media (min-width: 576px) {
  .single-page-header .thumbnail {
    margin-top: 4em;
  }
}
@media (min-width: 992px) {
  .single-page-header {
    padding-top: 110px;
  }
  .tax_listBlock .tax_ttl {
    padding-bottom: .5em;
    margin-bottom: .5em;
  }
}

/* ==========================================================================
   Archive menu
========================================================================== */
.archive-menu-wrapper {
  text-align: center;
}

.category-search-ttl {
  display: inline-block;
  margin-bottom: 1em;
  letter-spacing: .12em;
}
.category-search-list {
  margin-right: -3px;
  margin-left: -3px;
  row-gap: 0;
}
.category-search-list li {
  padding: 3px;
}
.category-search-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
  height: calc(3.5em + 2px);
  letter-spacing: 0.08em;
  padding: 1em 0;
  border-radius: 0;
  border: 1px solid var(--border1);
}
.category-search-list li a:hover {
  border-color: var(--border1);
  background-color: var(--l-gray);
  color: inherit;
}
.category-search-list li.current a {
  border-color: var(--color1);
  background-color: var(--color1);
  color: var(--white);
}

.category-search-list li select {
  appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;

  width: 100%;
  height: calc(3.5rem + 2px);
  padding: 0 2em;
  border-radius: 0;
  border: 1px solid var(--border1);
  color: var(--black);
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.3535%200.353516L5.35352%205.35352L0.353516%200.353515%22%20stroke%3D%22%23333333%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center right 1em;
  background-size: 11px 7px;
  font-family: inherit;
  font-size: 14px;
  text-align: center;
  text-align-last: center;
}
.category-search-list li select:focus {
  background-color: var(--l-gray);
}
.category-search-list li select.selected {
  border-color: var(--color1);
  background: var(--color1);
  color: var(--white);
}
@media (min-width: 575px) {
  .category-search-ttl {
    margin-bottom: .75em;
  }
  .category-search-list {
    margin-right: -6px;
    margin-left: -6px;
  }
  .category-search-list li {
    padding: 6px;
  }
}

/* ==========================================================================
   Pagination - Archive
========================================================================== */
.pagination {
  text-align: center;
}
.pagination ul {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  padding: 0;
}
.pagination li {
  padding: 0 .125em;
  margin: 0;
  overflow: hidden;
}
.pagination li .page-numbers {
  font-family: var(--font1);
  margin: 0 0.5em;
  padding: 0 .125em;
  line-height: 2rem;
  font-size: 1.231rem;
  font-weight: normal;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid transparent;
}
.pagination li .page-numbers:hover {
  opacity: .5;
}
.pagination li .page-numbers.current {
  cursor: default;
  border-bottom-color: currentColor;
}

.pagination li .page-numbers.next,
.pagination li .page-numbers.prev {
  width: auto;
  font-size: 1rem;
  letter-spacing: .05em;
  margin: 0 0 0 1em;
  position: relative;
}
.pagination li .page-numbers.prev {
  margin: 0 1em 0 0;
}

/* ==========================================================================
   Pagination - Single
========================================================================== */
.paginav {
  color: var(--d-gray);
  border-top: 1px solid var(--gray);
  padding-top: 3rem;
}
.paginav a:not(.btn) {
  display: inline-block;
  margin: 1em 0;
}

.paginav .row {
  margin-right: -0.5em;
  margin-left: -0.5em;
}
.paginav .next {
  padding: 0 0.5em;
  text-align: right;
}
.paginav .prev {
  padding: 0 0.5em;
}
.paginav .back {
  padding: 0 0.5em;
}


@media (max-width: 991px) {
  .paginav {
    padding-top: 1.5rem;
  }
}


/****************************************************************************
   PRINT STYLE
****************************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .sidebar, .page-navigation, .wp-prev-next, .respond-form,
  nav {
    display: none;
  }
}
