@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Zen+Maru+Gothic:wght@400;500&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

section {
  width: 100%;
}

span {
  display: block;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.lg-inner {
  width: 1200px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 800px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Responsive
======================================== */
@media (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
@media (max-width: 1250px) {
  ._xl {
    display: none !important;
  }
}
/* Setting
======================================== */
.space {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
@media (min-width: 1001px) {
  .space {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
}

body {
  font-size: 16px;
  color: #502e06;
  background-color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  max-width: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 180%;
  letter-spacing: 0.05em;
  word-break: break-all;
  overflow-x: hidden;
  background-image: url("../img/bg.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
}
@media (min-width: 1001px) {
  body {
    font-size: 18px;
  }
}

img,
a {
  display: block;
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden !important;
}

a {
  transition: 0.3s all;
}

._hover:hover {
  transform: translateY(-0.1875em);
}

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

.lg-text-center {
  text-align: left !important;
}
@media (min-width: 1001px) {
  .lg-text-center {
    text-align: center !important;
  }
}

.text-left {
  text-align: left;
}

._sm {
  font-size: 14px;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

/* Parts
======================================== */
.basic-ttl {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media (min-width: 1001px) {
  .basic-ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.basic-ttl.sm {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media (min-width: 1001px) {
  .basic-ttl.sm {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.basic-ttl.center {
  text-align: center;
}
.basic-ttl + .desc {
  text-align: center;
  margin: -20px 0 30px;
}

.ttl-flower {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .ttl-flower {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.ttl-flower:before, .ttl-flower:after {
  content: "";
  display: block;
  background-image: url(../img/icon-flower.png);
  background-size: cover;
  aspect-ratio: 44/41;
  width: 44px;
  height: auto;
}

.basic-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  min-height: 66px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-image: url("../img/bg-btn-orange.jpg");
  background-position: center center;
  background-repeat: repeat;
  background-size: contain;
  margin: 50px auto 0;
  outline: 1px solid #d06914;
  outline-offset: 3px;
  padding: 0 10px;
}
@media (min-width: 1001px) {
  .basic-btn {
    width: 400px;
    height: 65px;
    font-size: 18px;
  }
}
.basic-btn.grn {
  background-image: url("../img/bg-btn-grn.jpg");
  outline: 2px solid #4b795d;
}
@media (min-width: 1001px) {
  .basic-btn.lg {
    width: 500px;
    height: 80px;
    font-size: 22px;
  }
}
.basic-btn:hover {
  transform: translateY(-0.1875em);
}

iframe.youtube {
  aspect-ratio: 16/9;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: 50px auto 0;
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: end;
  gap: 20px;
  margin-top: 30px;
}
@media (min-width: 700px) {
  .btn-row {
    gap: 30px;
  }
}
.btn-row a {
  margin: 0;
}
@media (min-width: 700px) {
  .btn-row a {
    width: calc((100% - 60px) / 3);
  }
}

.anchor {
  position: relative;
}
.anchor span {
  position: absolute;
  top: -40px;
}
@media (min-width: 1001px) {
  .anchor span {
    top: -80px;
  }
}
.anchor #staff {
  top: -70px;
}
@media (min-width: 1001px) {
  .anchor #staff {
    top: -200px;
  }
}
.anchor #pillars,
.anchor #hydrogen {
  top: -100px;
}
@media (min-width: 1001px) {
  .anchor #pillars,
  .anchor #hydrogen {
    top: -200px;
  }
}

/* Header
======================================== */
header {
  height: 70px;
  background-color: #fff;
  width: 100%;
  position: relative;
  /* --- ハンバーガーメニュー --- */
}
@media (min-width: 1251px) {
  header {
    height: 150px;
  }
}
header .header-wrap {
  height: 70px;
  position: fixed;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1251px) {
  header .header-wrap {
    height: 150px;
  }
}
header .header-wrap .lg-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
header .header-wrap .lg-inner .intro {
  background-color: #01451e;
  color: #fff;
  font-size: 16px;
  margin: 0 calc(50% - 50vw) auto;
  padding: 5px calc(50vw - 50%);
  width: 100vw;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  line-height: 1.3;
  align-items: center;
}
@media (max-width: 1250px) {
  header .header-wrap .lg-inner .intro {
    display: none;
  }
}
header .header-wrap .lg-inner .intro .address {
  font-size: 14px;
}
header .header-wrap .lg-inner .intro .address span {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  line-height: 1;
}
header .header-wrap .lg-inner .contents {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
@media (max-width: 1250px) {
  header .header-wrap .lg-inner .contents {
    margin-right: calc(50% - 50vw);
    margin-left: auto;
  }
}
header .header-wrap .lg-inner .logo {
  height: auto;
  width: 200px;
  margin-right: auto;
}
@media (min-width: 700px) {
  header .header-wrap .lg-inner .logo {
    width: 210px;
  }
}
@media (min-width: 1001px) {
  header .header-wrap .lg-inner .logo {
    width: 220px;
  }
}
header .header-wrap nav ul.nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  font-size: 16px;
}
header .header-wrap nav.top {
  width: 100%;
}
header .header-wrap nav.top ul.nav {
  justify-content: center;
}
header .hamburger {
  display: block;
  margin: 0;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1251px) {
  header .hamburger {
    display: none !important;
  }
}
header .hamburger .bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto 0;
  transition: all 0.3s ease-in-out;
  background-color: #01451e;
}
header .hamburger .bar:nth-child(1) {
  margin-top: 0px;
}
header .hamburger.active .bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
header .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .hamburger.active .bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
header .nav-container {
  position: fixed;
  transition: 0.2s;
  top: 70px;
  right: -100%;
  background-color: rgba(255, 255, 255, 0.98);
  width: 100%;
  height: calc(100% - 70px);
  z-index: 1000;
  overflow-y: scroll;
  /* --- Menu --- */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
header .nav-container.nav-active {
  right: 0;
}
header .nav-container .inner_nav {
  width: 85%;
  font-size: 18px;
}
header .nav-container .inner_nav ul {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
header .nav-container .inner_nav ul li {
  padding: 10px 0;
  text-align: center;
  margin: 0 auto;
}
header .nav-container .inner_nav .sns {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}
header .nav-container .inner_nav .sns img {
  width: 50px;
  border-radius: 10px;
}

/* サイドCTA
======================================== */
aside {
  display: none;
  position: fixed;
  z-index: 500;
  right: 0;
  top: 170px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
@media (min-width: 1001px) {
  aside {
    display: flex;
  }
}
aside .basic-btn {
  writing-mode: vertical-rl;
  width: auto;
  height: auto;
  padding: 20px 20px;
  margin: 0;
  outline: none !important;
}
aside img {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  overflow: hidden;
}

/* Subpage MV
======================================== */
section.subpage-mv {
  position: relative;
  height: 300px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
}
@media (min-width: 1001px) {
  section.subpage-mv {
    height: 400px;
  }
}
section.subpage-mv:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  background-size: cover;
  height: 60%;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  z-index: 100;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
@media (min-width: 1001px) {
  section.subpage-mv:before {
    height: 40%;
  }
}
section.subpage-mv .text {
  margin-top: auto;
  position: relative;
  z-index: 150;
  padding-bottom: 25px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  section.subpage-mv .text {
    padding-bottom: 50px;
  }
}
section.subpage-mv .text h1 {
  font-size: 30px;
  margin-top: 20px;
}
@media (min-width: 1001px) {
  section.subpage-mv .text h1 {
    font-size: 40px;
  }
}
section.subpage-mv figure {
  height: auto;
  position: absolute;
  z-index: -10;
  width: 100vw;
  height: 100%;
  max-width: none;
  margin: 0 calc(50% - 50vw);
  top: 0;
  overflow: hidden;
}
section.subpage-mv img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  section.subpage-mv img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.subpage-mv img.top {
  top: 0;
  transform: none;
}

/* Footer
======================================== */
section.footer-news {
  position: relative;
}
section.footer-news:before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/top-news-bg.png);
  background-size: contain;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 1001px) {
  section.footer-news:before {
    height: 40%;
  }
}
@media (max-width: 1000px) {
  section.footer-news .basic-ttl {
    color: #fff;
  }
}
section.footer-news ul.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
@media (min-width: 700px) {
  section.footer-news ul.news-list {
    gap: 30px;
  }
}
section.footer-news ul.news-list li {
  width: 80%;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  transition: 0.3s all;
}
section.footer-news ul.news-list li:hover {
  transform: translateY(-0.1875em);
}
section.footer-news ul.news-list li a {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.footer-news ul.news-list li a .text {
  padding: 10px;
}
section.footer-news ul.news-list li a .text .time {
  margin-top: 30px;
  font-size: 14px;
}
@media (min-width: 700px) {
  section.footer-news ul.news-list li {
    width: calc((100% - 90px) / 4);
  }
}
section.footer-news ul.news-list li img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.footer-news ul.news-list li .ttl {
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 1001px) {
  section.footer-news ul.news-list li .ttl {
    font-size: 20px;
  }
}

footer .images-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
footer .images-list .item {
  width: 100%;
}
@media (min-width: 700px) {
  footer .images-list .item {
    width: calc((100% - 60px) / 3);
  }
}
footer .images-list .item img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
footer section.store-info {
  text-align: center;
}
footer section.store-info .store-info {
  display: grid;
  gap: 0.5rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1001px) {
  footer section.store-info .store-info {
    grid-template-columns: max-content 1fr;
  }
}
footer section.store-info .store-info dt,
footer section.store-info .store-info dd {
  border-bottom: 2px solid #ccc;
  padding: 8px 12px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer section.store-info .store-info dt {
  font-weight: 600;
  border-color: #a3d977;
  justify-content: center;
}
footer section.store-info .store-info dd {
  border-color: transparent;
  text-align: left;
}
@media (min-width: 1001px) {
  footer section.store-info .store-info dd {
    border-color: #ccc;
  }
}
footer section.gallery .images-list .item img {
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
}
footer section.gallery .images-list .item p {
  margin-top: 0.5rem;
}
footer section.gallery .images-list .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 70px);
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}
@media (min-width: 1001px) {
  footer section.gallery .images-list .modal {
    height: calc(100% - 150px);
  }
}
footer section.gallery .images-list .modal .modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
}
footer section.gallery .images-list .modal .close {
  position: absolute;
  top: 20px;
  right: 5%;
  color: white;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}
footer section.access iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
footer section.access .images-list {
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  footer section.access .images-list {
    margin-bottom: 35px;
  }
}
@media (min-width: 700px) {
  footer section.access .images-list li {
    width: calc((100% - 30px) / 2);
  }
}
footer section.cta {
  color: #fff;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-image: url("../img/cta-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
footer section.cta:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
footer section.cta .tel {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
@media (min-width: 1001px) {
  footer section.cta .tel {
    font-size: 42px;
  }
}
footer section.cta .tel:before {
  content: "";
  display: block;
  background-image: url(../img/icon-tel.png);
  background-size: cover;
  aspect-ratio: 1/1;
  width: 25px;
  height: auto;
}
@media (min-width: 1001px) {
  footer section.cta .tel:before {
    width: 35px;
  }
}
footer section.cta .tel + p {
  font-size: 16px;
  line-height: 1.6;
}
footer section.cta .tel + p span {
  margin-top: 20px;
}
footer section.cta .row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
}
footer section.cta .row a {
  width: 100%;
  height: 80px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.15);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  footer section.cta .row a {
    width: 420px;
    font-size: 22px;
  }
}
footer section.cta .row a:hover {
  transform: translateY(-0.1875em);
}
footer section.cta > * {
  position: relative;
  z-index: 50;
}
footer .footer-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f7f7;
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%) 0;
  width: 100vw;
  text-align: center;
}
footer .footer-info img {
  width: 225px;
}
footer .footer-info ul {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
}
@media (min-width: 1001px) {
  footer .footer-info ul {
    gap: 40px;
  }
}
@media (max-width: 1000px) {
  footer .footer-info ul li {
    width: calc((100% - 10px) / 2);
  }
}
footer .footer-info .copy {
  font-size: 14px;
  background: #01451e;
  color: #fff;
  margin: 20px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}

/* パンくずリスト
======================================== */
.aioseo-breadcrumbs {
  margin: 10px 0;
}
.aioseo-breadcrumbs span,
.aioseo-breadcrumbs a {
  display: inline;
  font-size: 14px;
}
@media (min-width: 1001px) {
  .aioseo-breadcrumbs span,
  .aioseo-breadcrumbs a {
    font-size: 16px;
  }
}

/* 初めての方へ
======================================== */
section.welcome .greeting img {
  width: 650px;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  max-width: 100%;
  margin: 0 auto 30px;
}
@media (min-width: 1001px) {
  section.welcome .greeting img {
    margin: 0 auto 50px;
  }
}
section.welcome .greeting .white-container {
  padding: 20px 15px;
  background-color: rgba(255, 255, 255, 0.4);
}
section.welcome .greeting .white-container .ttl {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 160%;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  section.welcome .greeting .white-container .ttl {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1001px) {
  section.welcome .greeting .white-container {
    padding: 50px;
  }
}
section.welcome .container {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  gap: 20px;
  margin: 40px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media (min-width: 1001px) {
  section.welcome .container {
    gap: 30px;
    margin-top: 80px;
  }
}
section.welcome .container .text {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%);
  width: 100vw;
  max-width: none;
}
@media (min-width: 1001px) {
  section.welcome .container .text {
    text-align: center;
  }
}
section.welcome .container .text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin: 50px 0 20px;
  text-align: center;
}
@media (min-width: 1001px) {
  section.welcome .container .text .ttl {
    margin: 65px 0 10px;
    font-size: 22px;
  }
}
section.welcome .container .text a {
  margin-top: 20px;
  max-width: 300px;
  min-height: 45px;
}
@media (min-width: 1001px) {
  section.welcome .container .text a {
    margin-top: 30px;
    height: 55px;
  }
}
section.welcome .container figure {
  width: 100%;
  max-width: 100%;
  margin-right: calc(50% - 50vw);
  margin-left: auto;
  padding-bottom: 50px;
}
@media (min-width: 1001px) {
  section.welcome .container figure {
    width: 55%;
  }
}
section.welcome .container figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.flows .step-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 900px;
  max-width: 100%;
  margin: 0 auto 20px;
}
@media (min-width: 1001px) {
  section.flows .step-list {
    margin: 0 auto 40px;
  }
}
section.flows .step-list .step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
}
@media (min-width: 1001px) {
  section.flows .step-list .step {
    gap: 30px;
  }
}
section.flows .step-list .step dt {
  height: auto;
  width: 80%;
  max-width: 400px;
  height: auto;
}
@media (min-width: 1001px) {
  section.flows .step-list .step dt {
    width: 40%;
  }
}
section.flows .step-list .step dd {
  flex: 100%;
}
@media (min-width: 1001px) {
  section.flows .step-list .step dd {
    flex: 1;
  }
}
section.flows .step-list .step dd h3 {
  font-size: 18px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  section.flows .step-list .step dd h3 {
    font-size: 24px;
  }
}
section.flows .step-list .step dd h3:after {
  content: "";
  display: block;
  height: 4px;
  background-color: #01451e;
  width: 90px;
  margin: 15px 0;
  border-radius: 10px;
}
@media (min-width: 1001px) {
  section.flows .step-list .step dd h3:after {
    margin: 25px 0;
  }
}
section.flows .step-list .chevron {
  position: relative;
}
section.flows .step-list .chevron::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  margin: 15px auto 25px;
}
@media (min-width: 1001px) {
  section.flows .step-list .chevron::after {
    width: 30px;
    height: 30px;
    margin: 15px auto 25px;
  }
}

section.staff .list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
section.staff .list li {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
@media (min-width: 700px) {
  section.staff .list li {
    width: calc((100% - 60px) / 3);
  }
}
section.staff .list li img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
section.staff .list li .ttl {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1001px) {
  section.staff .list li .ttl {
    font-size: 22px;
  }
}

/* 当院の特徴
======================================== */
section.features {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1001px) {
  section.features {
    gap: 60px;
  }
}
section.features .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
@media (min-width: 1001px) {
  section.features .container {
    gap: 30px;
  }
}
section.features .container .text {
  flex: 1;
}
section.features .container .text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  section.features .container .text .ttl {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 1.6;
  }
}
section.features .container img {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 1001px) {
  section.features .container img {
    width: 600px;
    max-width: 60%;
  }
}
section.features .container:nth-child(odd) img {
  margin-left: calc(50% - 50vw);
  margin-right: auto;
}
section.features .container:nth-child(even) {
  flex-direction: row-reverse;
}
section.features .container:nth-child(even) img {
  margin-right: calc(50% - 50vw);
  margin-left: auto;
}

@media (min-width: 1001px) {
  section.keys {
    padding-bottom: 0 !important;
  }
}
section.keys .wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin: 50px 0 40px;
}
section.keys .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.15);
  padding: 35px 20px;
  align-items: center;
  position: relative;
}
@media (min-width: 1001px) {
  section.keys .container {
    gap: 30px;
    padding: 20px 30px;
  }
}
section.keys .container .text {
  flex: 1;
}
section.keys .container .text span {
  position: absolute;
  top: -1em;
  background-color: #efcf4b;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
@media (min-width: 1001px) {
  section.keys .container .text span {
    width: 60px;
    height: 60px;
  }
}
section.keys .container .text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  section.keys .container .text .ttl {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
section.keys .container img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  section.keys .container img {
    width: 400px;
    max-width: 40%;
  }
}

/* 施術メニュー
======================================== */
section.menus iframe {
  margin: 0 auto 30px;
  display: block;
}
section.menus .tab-buttons {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1001px) {
  section.menus .tab-buttons {
    justify-content: center;
  }
}
section.menus .tab-buttons button {
  font-weight: 600;
  width: 50%;
  max-width: 300px;
  padding: 12px;
  cursor: pointer;
  text-align: center;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #979696;
  line-height: 1.3;
  color: #979696;
}
@media (min-width: 1001px) {
  section.menus .tab-buttons button {
    width: auto;
    flex: 1;
  }
}
section.menus .tab-buttons button:hover, section.menus .tab-buttons button.active {
  color: #2c7a4b;
  border-bottom: 2px solid #2c7a4b;
}
section.menus .tab-buttons button.active {
  background-image: url("../img/bg-btn-grn.jpg");
  color: #fff;
}
section.menus .tab-content {
  display: none;
  padding: 30px 0 0;
}
section.menus .tab-content.active {
  display: block;
}
section.menus .tab-content .heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
section.menus .tab-content .heading h2 {
  font-weight: 600;
  font-size: 20px;
}
@media (max-width: 1000px) {
  section.menus .tab-content .heading h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1001px) {
  section.menus .tab-content .heading h2 {
    font-size: 28px;
  }
}
section.menus .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
@media (min-width: 1001px) {
  section.menus .container {
    gap: 30px;
  }
}
section.menus .container .text {
  flex: 1;
}
section.menus .container .text .ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (min-width: 1001px) {
  section.menus .container .text .ttl {
    margin-bottom: 25px;
    font-size: 22px;
  }
}
section.menus .container .ttl._sm {
  margin: 40px 0 0 0;
  font-weight: 600;
  font-size: 20px;
}
section.menus .container dl {
  font-size: 16px;
  line-height: 150%;
}
section.menus .container dl dt {
  font-weight: 600;
  margin-top: 15px;
}
section.menus .container img {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1001px) {
  section.menus .container img {
    width: 450px;
    max-width: 45%;
  }
}
section.menus table {
  margin-top: 30px;
}
@media (min-width: 1001px) {
  section.menus table {
    margin-top: 50px;
  }
}
section.menus .alpha {
  margin: 10px 0 0;
}
@media (min-width: 1001px) {
  section.menus .alpha {
    text-align: center;
    margin: 10px 0 0;
  }
}

@media (max-width: 1000px) {
  .menus .scroll {
    display: block;
    border: none;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden !important;
  }
  .menus .scroll table {
    width: 150vw;
  }
}
.menus table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.menus table th,
.menus table td {
  border-bottom: 1px solid #ccc;
  padding: 12px;
  text-align: left;
  vertical-align: top;
}
.menus table thead {
  background-color: #619375;
  color: #fff;
}
.menus table thead th {
  font-weight: bold;
}
.menus table tbody {
  background-color: #fff;
}
.menus table.options {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.menus table.options tr td:nth-child(3) {
  white-space: nowrap;
}

@media (max-width: 1000px) {
  section.discount {
    padding-bottom: 40px;
  }
}
section.discount .wrap {
  background-color: rgba(255, 255, 255, 0.45);
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
section.discount .container {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
}
@media (min-width: 1001px) {
  section.discount .container {
    gap: 30px;
  }
}
section.discount .container .text {
  flex: 1;
}
section.discount .container .text .ttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 35px;
}
@media (min-width: 1001px) {
  section.discount .container .text .ttl {
    margin-bottom: 25px;
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  section.discount .container .text .ttl {
    text-align: center;
  }
}
section.discount .container table {
  width: 100%;
  max-width: 100%;
}
section.discount .container table th,
section.discount .container table td {
  border-bottom: 1px solid #ccc;
  padding: 12px 0;
  text-align: center;
  vertical-align: top;
  width: 20%;
}
@media (min-width: 1001px) {
  section.discount .container table {
    width: 600px;
  }
}
section.discount img {
  width: 700px;
  margin: 50px auto;
}
section.discount a:hover {
  transform: translateY(-0.1875em);
}

/* Contact
======================================== */
.mw_wp_form {
  width: 100% !important;
  /* ---  個人情報保護方針に同意 --- */
}
.mw_wp_form dl {
  width: 100% !important;
}
.mw_wp_form dl .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0px;
  gap: 0;
}
@media (min-width: 1001px) {
  .mw_wp_form dl .row {
    gap: 30px;
    padding: 20px 0px;
  }
}
.mw_wp_form dl dt {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 1001px) {
  .mw_wp_form dl dt {
    width: 28%;
    margin-bottom: 0px;
  }
}
.mw_wp_form dl dt .required {
  display: block;
  background-color: #aa1923;
  font-size: 12px;
  color: #fff;
  padding: 5px 10px;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
}
.mw_wp_form dl dt .required:before {
  content: "必須";
  display: inline-block;
}
.mw_wp_form dl dd {
  width: 100%;
  /* Radio Button*/
}
@media (min-width: 1001px) {
  .mw_wp_form dl dd {
    flex: 1;
  }
}
.mw_wp_form dl dd input[type=text] {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd textarea {
  width: 100% !important;
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
}
.mw_wp_form dl dd .mwform-radio-field-text {
  color: #fff;
}
.mw_wp_form .policy-box {
  background-color: #fff;
  padding: 3px 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  overflow-y: scroll;
  height: 250px;
  line-height: 1.7;
  margin: 30px 0 15px;
}
.mw_wp_form .policy-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.mw_wp_form .policy-check .mwform-checkbox-field {
  position: relative;
  aspect-ratio: 1/1;
  width: 25px;
  height: 100%;
}
.mw_wp_form .policy-check .mwform-checkbox-field input {
  display: none;
}
.mw_wp_form .policy-check .mwform-checkbox-field label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  height: 100%;
}
.mw_wp_form .policy-check .mwform-checkbox-field-text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  cursor: pointer;
  height: 100%;
  width: 100%;
}
.mw_wp_form .policy-check .mwform-checkbox-field-text:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  transition: 0.3 all;
  opacity: 0;
}
.mw_wp_form .policy-check label input[type=checkbox]:checked ~ .mwform-checkbox-field-text::after {
  background: orange;
  opacity: 1;
}
.mw_wp_form .policy-check p a {
  display: inline-block;
  text-decoration: underline;
}
.mw_wp_form button {
  transition: 0.3s all;
}

/* お客様の声
======================================== */
section.voices {
  margin-top: 130px;
}
@media (max-width: 1000px) {
  section.voices {
    margin-bottom: 40px;
  }
}
section.voices ul.with-icon {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
}
@media (min-width: 1001px) {
  section.voices ul.with-icon {
    gap: 10px;
  }
}
section.voices ul.with-icon li {
  width: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 20px 10px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1001px) {
  section.voices ul.with-icon li {
    padding: 20px 20px;
    width: calc((100% - 20px) / 3);
  }
}
section.voices ul.with-icon li .icon {
  width: 120px;
  height: 120px;
  margin: -80px auto 0px;
}
@media (min-width: 1001px) {
  section.voices ul.with-icon li .icon {
    width: 155px;
    height: 155px;
    margin: -80px auto 0px;
  }
}
section.voices ul.with-icon li .ttl {
  font-size: 22px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  section.voices ul.with-icon li .ttl {
    font-size: 28px;
  }
}
section.voices ul.with-icon li .spec {
  font-size: 14px;
}
@media (min-width: 1001px) {
  section.voices ul.with-icon li .spec {
    font-size: 16px;
  }
}
section.voices ul.with-icon li .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 15px 0;
  font-size: 16px;
}
section.voices ul.with-icon li .stars img {
  height: 30px;
}
section.voices .bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 15px;
  margin: 80px 0 40px;
}
@media (min-width: 1001px) {
  section.voices .bubbles {
    margin: 80px 0 80px;
    gap: 90px 15px;
  }
}
section.voices .bubbles .testimonial {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 25px 5px 15px;
  width: 80%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1001px) {
  section.voices .bubbles .testimonial {
    padding: 25px 5px;
    width: calc((100% - 45px) / 4);
  }
}
section.voices .bubbles .testimonial::before {
  content: "❜❜";
  font-size: 60px;
  color: #f6a03e;
  position: absolute;
  top: -0.5em;
  right: 15%;
  line-height: 1;
}
@media (min-width: 1001px) {
  section.voices .bubbles .testimonial::before {
    font-size: 70px;
  }
}
section.voices .bubbles .testimonial .message {
  font-size: 14px;
  text-align: center;
  margin: 0;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1001px) {
  section.voices .bubbles .testimonial .message {
    font-size: 16px;
    height: 102.4px;
  }
}
section.voices .bubbles .testimonial .author {
  text-align: center;
  font-size: 14px;
  margin-top: 1em;
}
section.voices .bubbles .testimonial::after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 15%;
  border-width: 0px 40px 30px 0;
  border-style: solid;
  border-color: transparent white transparent transparent;
}
@media (min-width: 1001px) {
  section.voices .bubbles .testimonial::after {
    bottom: -40px;
    border-width: 0px 50px 40px 0;
  }
}
@media (max-width: 1000px) {
  section.voices .bubbles .testimonial:nth-child(even) {
    margin-left: auto;
  }
}

article.news-single .ttl {
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 1001px) {
  article.news-single .ttl {
    font-size: 32px;
  }
}
article.news-single .date {
  text-align: right;
  color: #af9c9c;
  font-size: 16px;
  margin-top: 10px;
}
article.news-single .ec {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
}
article.news-single img {
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

.archive ul {
  justify-content: start !important;
}

/* --- Pagination --- */
.pagination {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1001px) {
  .pagination {
    margin-top: 60px;
  }
}
.pagination ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
@media (min-width: 1001px) {
  .pagination ul {
    gap: 20px;
  }
}
.pagination ul a,
.pagination ul li {
  width: 35px;
  height: 35px;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 1001px) {
  .pagination ul a,
  .pagination ul li {
    width: 40px;
    height: 40px;
  }
}
.pagination ul li {
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #01451e;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #01451e;
}
@media (min-width: 1001px) {
  .pagination ul li {
    font-size: 18px;
    width: 40px;
  }
}
.pagination ul li.active {
  background-color: #01451e;
  color: #fff;
}
.pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}