@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

a {
  cursor: pointer;
}

figure {
  display: block;
}

picture {
  display: block;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

p {
  color: #3D3D3D;
  font-family: "Noto Serif JP", serif;
}

.clr-grn {
  color: #69A596;
}

.clr-brn {
  color: #C6A98F;
}

section {
  background-color: #fff;
}

.u__pc-only {
  display: none;
}

@media screen and (min-width: 1024px) {
  .u__pc-only {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u__sp-only {
    display: none;
  }
}

.u__tab-only {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u__tab-only {
    display: block;
  }
}

.sc-wrap {
  padding: 56px 0 80px;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  .sc-wrap {
    padding: 72px 0 150px;
    overflow-x: hidden;
  }
}

.sc_wrap {
  padding: 64px 0;
}

@media screen and (min-width: 768px) {
  .sc_wrap {
    padding: 88px 0;
  }
}

@media screen and (min-width: 1024px) {
  .sc_wrap {
    padding: 120px 0;
  }
}

.sc_in {
  padding: 0 16px;
  width: 390px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .sc_in {
    padding: 0 40px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sc_in {
    width: calc(1280px + 32px);
    padding: 0 16px;
  }
}

.sc_ttl {
  font-size: 28px;
  line-height: 1.36;
  font-weight: 500;
  color: #685238;
  font-family: "Zen Maru Gothic", serif;
}

@media screen and (min-width: 768px) {
  .sc_ttl {
    font-size: 48px;
  }
}

@media screen and (max-width: 389px) {
  .sc_ttl {
    font-size: 24px;
  }
}

.sc_ttl-s {
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .sc_ttl-s {
    font-size: 40px;
  }
}

@media screen and (max-width: 389px) {
  .sc_ttl-s {
    font-size: 18px;
  }
}

.sc_txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: .08em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.hdrsub-wrap {
  padding: 16px 0;
}

.hdrsub-in {
  padding: 0 16px;
}

@media screen and (min-width: 1024px) {
  .hdrsub-in {
    width: calc(1280px + 32px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px;
  }
}

.hdrsub-bk {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.hdrsub-bk__ttl {
  width: 260px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .hdrsub-bk__ttl {
    width: 392px;
  }
}

@media screen and (min-width: 1024px) {
  .hdrsub-bk__ttl {
    width: 445px;
  }
}

.hdrsub-bk__ttl a {
  display: block;
}

@media screen and (min-width: 1024px) {
  .hdrsub-btns {
    display: flex;
    gap: 8px;
    width: 616px;
    max-width: 100%;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .hdrsub-btn {
    flex: 1;
  }
}

@media screen and (min-width: 1024px) {
  .hdrsub-btn__link {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .hdrsub-box {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .hdrsub-box__cont {
    font-size: 15px;
    line-height: 1;
    font-weight: 200;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .hdrsub-box__conthead {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 24px;
    background-color: #A8C56D;
    color: #fff;
  }
}

.sc-mv {
  padding: 16px 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sc-mv {
    padding: 40px 0;
  }
}

.sc-mv02 {
  padding: 0;
}

.sc-mv__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.sc-mv__bg img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .sc-mv__bg img {
    object-position: 0 30%;
  }
}

.sc-mv02__bg {
  height: auto;
}

.sc-mv02__bg img {
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  .sc-mv02__bg img {
    object-fit: contain;
  }
}

.sc-mv__in {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 390px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .sc-mv__in {
    gap: 16px;
    flex-direction: column-reverse;
    width: 490px;
    max-width: 100%;
    margin-right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sc-mv__in {
    width: 744px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-mv__wrap {
    width: calc(1280px + 32px);
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}



.sc-mv__bk {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .sc-mv__bk {
    justify-content: normal;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .sc-mv__bk {
    flex-direction: row;
    gap: 8px;
  }
}

.sc-mv__bk-list {
  width: 120px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .sc-mv__bk-list {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
  }
}

.sc-mv__bk-list:last-of-type {
  justify-content: flex-end;
  position: relative;
  top: calc(120px - 16px);
}

@media screen and (min-width: 768px) {
  .sc-mv__bk-list:last-of-type {
    justify-content: center;
    top: auto;
  }
}

@media screen and (min-width: 1024px) {
  .sc-mv__bk-list:last-of-type .sc-mv__bk-item:nth-child(odd) {
    background-color: #fff;
  }

  .sc-mv__bk-list:last-of-type .sc-mv__bk-item:nth-child(even) {
    background-color: rgba(254, 255, 226, .97);
  }
}

.sc-mv__bk-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.28;
  letter-spacing: .08em;
  color: #E5780D;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  text-shadow:
    2px 0 0 #fff,
    0 2px 0 #fff,
    -2px 0 0 #fff,
    0 -2px 0 #fff;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sc-mv__bk-item {
    font-size: 21px;
    width: 142px;
    height: 142px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-mv__bk-item {
    max-width: 100%;
    width: 136px;
    height: 136px;
    font-size: 18px;
  }
}

@media screen and (max-width: 389px) {
  .sc-mv__bk-item {
    width: 100px;
    height: 100px;
    font-size: 14px;
  }
}

.sc-mv__bk-item:nth-child(odd) {
  background-color: rgba(254, 255, 226, .97);
}

.sc-mv__bk-item:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.97);
}

.sc-mv__bk-item:nth-child(2) {
  position: relative;
  top: -16px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sc-mv__bk-item:nth-child(2) {
    top: auto;
  }
}

.sc-mv__bk-item:nth-child(3) {
  position: relative;
  top: -32px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sc-mv__bk-item:nth-child(3) {
    top: auto;
  }
}

.sc-mv__bk-itemline {
  position: relative;
  z-index: 1;
}

.sc-mv__bk-itemline::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 12px;
  bottom: -2px;
  left: 0;
  background-color: #FFED00;
}

.sc-mv__ttl {
  font-size: 56px;
  line-height: 1.54;
  letter-spacing: .57em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  position: relative;
  right: -13px;
  text-align: right;
  top: 84px;
}

@media screen and (min-width: 768px) {
  .sc-mv__ttl {
    top: auto;
    font-size: 72px;
    right: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sc-mv__ttl {
    right: -15px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 389px) {
  .sc-mv__ttl {
    font-size: 52px;
  }
}

.sc-mv__ttlgrn {
  position: relative;
  color: #fff;
  z-index: 1;
}

.sc-mv__ttlgrn::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 8px;
  mix-blend-mode: multiply;
  background-color: #1f9334;
  top: 50%;
  left: -13px;
  transform: translateY(-50%);
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .sc-mv__ttlgrn::after {
    width: 104px;
    height: 104px;
    left: -15px;
  }
}

@media screen and (max-width: 389px) {
  .sc-mv__ttlgrn::after {
    width: 72px;
    height: 72px;
    left: -9px;
  }
}

.sc-mv__ttlgrn-02 {
  color: #1F9334;
}

.sc-mv__ttlgrn-02::after {
  background-color: #DDF8C7;
}

.sc-mv__ttlorg::after {
  background-color: #FFA058;
}

.sc-mv__ttlorg-02 {
  color: #F08848;
}

.sc-mv__ttlorg-02::after {
  background-color: #FFE8C8;
}

.sc-mv__subttl {
  font-size: 28px;
  line-height: 1.28;
  letter-spacing: .08em;
  font-weight: 500;
  color: #685238;
  text-shadow:
    2px 0 0 #fff,
    0 2px 0 #fff,
    -2px 0 0 #fff,
    0 -2px 0 #fff;
  text-align: center;
  position: relative;
  left: 0;
  width: 200px;
  max-width: 100%;
  white-space: nowrap;
  rotate: -10deg;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .sc-mv__ttl-wrap {
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .sc-mv__subttl {
    position: absolute;
    bottom: 15px;
    font-size: 32px;
    width: 216px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-mv__subttl {
    position: static;
    bottom: auto;
    left: auto;
    rotate: none;
    text-align: center;
    width: 100%;
  }
}

.sc-mv__subttl-line {
  position: relative;
}

.sc-mv__subttl-line::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 24px;
  bottom: 0;
  left: 0;
  background-color: #FFF280;
}

.g_nav {
  position: sticky;
  top: 0;
  z-index: 999;
  padding: 16px 0;
  border-bottom: 1px solid #8DC21F;
  background-color: #fff;
}
.g_nav .nav_list {
  width: 1275px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .g_nav {
  display: none;
  }
}
@media screen and (max-width: 1340px) {
  .g_nav .nav_list {
  justify-content: center;
  }
}
.g_nav .nav_list a {
  color: #555;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5px 0;
  font-size: 15px;
  transition: .3s;
}
.g_nav .nav_list a .dec01 {
  font-size: .933em;
  color: #6EBB3D;
  font-family: "Jost", sans-serif;
}
.g_nav .nav_list a:nth-of-type(n+2) {
  margin-left: 8px;
}
@media screen and (min-width: 1248px) and (max-width: 1340px) {
  .g_nav .nav_list a:nth-of-type(n+2) {
    margin-left: 16px;
  }
}

.g_nav .nav_list > a {
  position: relative;
}
.g_nav .nav_list > a::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #386D3D;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  aspect-ratio: 1/.5;
  z-index: -1;
  opacity: 0;
  transition: .3s;
}
.g_nav .nav_list > a:hover::after {
  opacity: 1;
}
.g_nav .nav_list > a.is_page::after {
  opacity: 1;
}
.g_nav .nav_list > a.line::after {
  display: none;
}
.g_nav .nav_list > a.line:hover {
  opacity: .6;
}
.g_nav .nav_list .home img {
  width: 20px;
}
.g_nav .nav_list .newspaper {
  margin-left: 0 !important;
}

.g_nav .nav_list .insuta {
  gap: 0;
  margin-left: 19.5px !important;
}
.g_nav .nav_list .insuta img {
  width: 34.7px;
}
.g_nav .nav_list .insuta .dec01 {
  color: #1E1E1E;
  white-space: nowrap
}

.g_nav .nav_list .tel {
  margin-left: 9px;
}

.g_nav .nav_list .reservation {
  margin-left: 9px !important;
}

.g_nav .nav_list .line {
  margin-left: 0 !important;
  position: absolute;
  right: 1.25%;
  top: 50%;
  transform: translateY(-50%);
}

.g_nav .nav_list .box_icon {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1340px) {
  .g_nav .nav_list .box_icon {
  margin-left: 2.8%;
  }
}
.g_nav .nav_list .box_icon a:hover {
  opacity: .6;
}

.tab {
  padding-top: 64px;
}

@media screen and (min-width: 768px) {
  .tab {
    padding-top: 88px;
  }
}

@media screen and (min-width: 1024px) {
  .tab {
    padding-top: 120px;
  }
}

.sc-01_body {
  margin-bottom: 64px;
}

@media screen and (min-width: 768px) {
  .sc-01_body {
    margin-bottom: 88px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_body {
    width: 832px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 104px;
  }
}

.sc-01_head {
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .sc-01_head {
    gap: 32px;
  }
}

.sc-01_head-wrap {
  flex: 1;
  position: relative;
  cursor: pointer;
}

.sc-01_head-img {
  height: 128px;
}

.sc-01_head-wrap.js__tab-active .sc-01_head-doc {
  background: url(../img/sc-01-01-sp.webp) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
  .sc-01_head-wrap.js__tab-active .sc-01_head-doc {
    background: url(../img/sc-01-01-tab.webp) no-repeat center center / contain;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_head-wrap.js__tab-active .sc-01_head-doc {
    background: url(../img/sc-01-01.webp) no-repeat center center / contain;
  }
}

.sc-01_head-doc {
  background: none;
  background: url(../img/dr-sc-01-01-sp.webp) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
  .sc-01_head-doc {
    background: none;
    background: url(../img/dr-sc-01-01-tab.webp) no-repeat center center / contain;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_head-doc {
    background: none;
    background: url(../img/dr-sc-01-01.webp) no-repeat center center / contain;
  }
}

.sc-01_head-hyg {
  background: url(../img/sc-01-02-sp.webp) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
  .sc-01_head-hyg {
    background: url(../img/sc-01-02-tab.webp) no-repeat center center / contain;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_head-hyg {
    background: url(../img/sc-01-02.webp) no-repeat center center / contain;
  }
}

.sc-01_head-wrap.js__tab-active .sc-01_head-hyg {
  background: none;
  background: url(../img/dh-sc-01-02-sp.webp) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
  .sc-01_head-wrap.js__tab-active .sc-01_head-hyg {
    background: none;
    background: url(../img/dh-sc-01-02-tab.webp) no-repeat center center / contain;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_head-wrap.js__tab-active .sc-01_head-hyg {
    background: none;
    background: url(../img/dh-sc-01-02.webp) no-repeat center center / contain;
  }
}

.sc-01_head-ttl {
  font-size: 24px;
  line-height: 1.36;
  font-weight: 700;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sc-01_head-ttl {
    font-size: 32px;
  }
}

.sc-01_ttl {
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sc-01_ttl {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_ttl {
    margin-bottom: 80px;
  }
}

.sc-01_bk {
  padding: 64px 0;
  background: repeating-linear-gradient(90deg, rgb(222, 234, 234), rgb(222, 234, 234) 16px, rgb(229, 238, 238) 16px, rgb(229, 238, 238) 32px);
}

@media screen and (min-width: 768px) {
  .sc-01_bk {
    padding: 88px 0;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_bk {
    padding: 104px 0;
  }
}

@media screen and (min-width: 768px) {
  .sc-01_bk-in {
    width: calc(554px + 80px);
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-in {
    width: calc(1024px + 32px);
  }
}

.sc-01_bk-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (min-width: 768px) {
  .sc-01_bk-list {
    gap: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px 32px;
  }
}

.sc-01_bk-item {
  height: 176px;
  width: calc(100% - 16px);
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .sc-01_bk-item {
    height: 176px;
    width: calc(100% - 56px);
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-item {
    width: calc(100% / 2 - 32px * 1 / 2);
  }
}

.sc-01_bk-item::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sc-01_bk-item:nth-child(odd) {
  margin-left: auto;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-item:nth-child(odd) {
    margin-left: 0;
  }
}

.sc-01_bk-item:nth-child(even) {
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-item:nth-child(even) {
    margin-right: 0;
  }
}

.sc-01_bk-item:nth-child(1)::after,
.sc-01_bk-item:nth-child(4)::after
 {
  background: url(../img/sc-01-07-sp.webp) no-repeat center center / cover;
}

@media screen and (min-width: 768px) {
  .sc-01_bk-item:nth-child(1)::after,
  .sc-01_bk-item:nth-child(4)::after
   {
    background: url(../img/sc-01-07.webp) no-repeat center center / cover;
  }
}

.sc-01_bk-item:nth-child(2)::after,
.sc-01_bk-item:nth-child(3)::after {
  background: url(../img/sc-01-08-sp.webp) no-repeat center center / cover;
}

@media screen and (min-width: 768px) {
  .sc-01_bk-item:nth-child(2)::after,
  .sc-01_bk-item:nth-child(3)::after {
    background: url(../img/sc-01-08.webp) no-repeat center center / cover;
  }
}

.sc-01_bk-item:nth-child(1) .sc-01_bk-itemicon {
  width: 48px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-item:nth-child(1) .sc-01_bk-itemicon  {
    width: 56px;
  }
}

.sc-01_bk-item:nth-child(2) .sc-01_bk-itemicon {
  width: 48px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-item:nth-child(2) .sc-01_bk-itemicon {
    width: 56px;
  }
}

.sc-01_bk-item:nth-child(3) .sc-01_bk-itemicon {
  width: 84px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-item:nth-child(3) .sc-01_bk-itemicon {
    width: 100px;
    margin-bottom: -10px;
  }
}

.sc-01_bk-item:nth-child(4) .sc-01_bk-itemicon {
  width: 224px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2px;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-item:nth-child(4) .sc-01_bk-itemicon {
    margin-bottom: -15px;
  }
}

.sc-01_bk-itemttl {
  font-size: 20px;
  line-height: 1;
  letter-spacing: .08em;
  font-weight: 500;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-itemttl {
    font-size: 22px;
  }
}

.sc-01_bk-itemttl-l {
  font-size: 64px;
  font-weight: 600;
  font-family: "Advent Pro", sans-serif;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-itemttl-l {
    font-size: 72px;
  }
}

.sc-01_bk-itemttl-m {
  font-size: 24px;
  font-weight: 700;
  font-family: "Advent Pro", sans-serif;
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-itemttl-m {
    font-size: 24px;
  }
}

.sc-01_bk-itemtxt {
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: .04em;
  font-weight: 500;
  text-align: center;
  margin-top: 4px;
}

@media screen and (min-width: 768px) {
  .sc-01_bk-itemtxt {
    font-size: 16px;
  }
}

.sc-01_bk-itemttl-line {
  position: relative;
  z-index: 1;
}

.sc-01_bk-itemttl-line::after {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100%;
  height: 12px;
  bottom: 0;
  left: 0;
  background-color: #FFE808;
}

.sc-01_bk-itemttl-space {
  display: none;
}

@media screen and (min-width: 768px) {
  .sc-01_bk-itemttl-space {
    display: inline-block;
    padding-left: 20px;
  }
}

.sc-02_bk {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .sc-02_bk {
    display: flex;
    gap: 64px;
    width: 1152px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sc-02_bk02:first-of-type {
  margin-bottom: 72px;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .sc-02_bk02 {
    width: 608px;
    max-width: 100%;
    margin-left: auto;
  }
}

@media screen and (min-width: 1024px) {
  .sc-02_bk02 {
    width: 1280px;
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-02_bk02 .sc-02_bk02-in {
    width: 1144px;
    max-width: 100%;
    display: flex;
    gap: 104px;
  }

  .sc-02_bk02:last-of-type .sc-02_bk02-in {
    margin-left: auto;
    flex-direction: row-reverse;
  }
}

.sc-02_bk_ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #685238;
  text-shadow: 0.5px 0 0 #fff, 0 0.5px 0 #fff, -0.5px 0 0 #fff, 0 -0.5px 0 #fff;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .sc-02_bk_ttl {
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .sc-02_bk_ttl {
    position: static;
    top: auto;
    right: auto;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    margin-bottom: 72px;
  }
}

.sc-02_bk_ttl02 {
  color: #685238;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .sc-02_bk_ttl02 {
    font-size: 40px;
  }
}

.sc-01_bk-img {
  margin-bottom: 48px;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sc-01_bk-img {
    margin-bottom: 64px;
    width: calc(100% - 211px);
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-img {
    margin-bottom: 0;
    width: calc(100% - 72px - 504px);
  }
}

@media screen and (min-width: 768px) {
  .sc-01_bk-img.sc-01_bk-img02 {
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sc-01_bk-img.sc-01_bk-img02 {
    width: calc(100% - 104px - 504px);
  }
}

@media screen and (min-width: 768px) {
  .sc-02_bk_ttl-space-sp {
    display: none;
  }
}

.sc-02_bk_ttl-space-tab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .sc-02_bk_ttl-space-tab {
    display: inline;
  }
}

@media screen and (min-width: 1024px) {
  .sc-02_bk-txtwrap {
    width: 504px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sc-02_bk02 .sc-02_bk-txtwrap {
    margin-top: 32px;
  }
}

.sc-03_wrap {
  background: url(../img/sc-03-01-sp.webp) no-repeat center center / cover;
  position: relative;
}

.sc-03_wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 768px) {
  .sc-03_wrap {
    background: url(../img/sc-03-01-tab.webp) no-repeat center center / cover;
  }
}

@media screen and (min-width: 1024px) {
  .sc-03_wrap {
    background: url(../img/sc-03-01.webp) no-repeat center center / cover;
  }
}

.sc-03_in {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .sc-03_bk {
    width: 832px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sc-03_ttl {
  color: #E5780D;
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (min-width: 768px) {
  .sc-03_ttl {
    margin-bottom: 64px;
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-03_ttl {
    margin-bottom: 96px;
  }
}

.sc-03_list-wrap {
  padding: 36px 0 44px;
  background-color: rgba(253, 255, 233, .9);
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .sc-03_list-wrap {
    padding: 40px 0 44px;
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-03_list-wrap {
    padding: 33px 0 35px;
    margin-bottom: 56px;
  }
}

.sc-03_list {
  padding: 0 40px;
}

.sc-03_item {
  font-size: 18px;
  line-height: 2;
  letter-spacing: .04em;
  font-weight: 500;
  text-align: center;
  color: #685238;
  font-family: "Zen Maru Gothic", serif;
}

.sc-04_wrap {
  background: repeating-linear-gradient(90deg, rgb(222, 234, 234), rgb(222, 234, 234) 8px, rgb(229, 238, 238) 8px, rgb(229, 238, 238) 16px);
}

@media screen and (min-width: 1024px) {
  .sc-04_wrap {
    background: repeating-linear-gradient(90deg, rgb(222, 234, 234), rgb(222, 234, 234) 16px, rgb(229, 238, 238) 16px, rgb(229, 238, 238) 32px);
  }
}

.sc-04_in {
  padding: 0 4px;
}

@media screen and (min-width: 768px) {
  .sc-04_in {
    padding: 0 28px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_in {
    width: calc(100% - 32px);
    padding: 0 16px;
  }
}

.sc-04_subttl {
  font-size: 22px;
  line-height: 1;
  letter-spacing: .04em;
  font-weight: 500;
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  height: 48px;
  background-color: #69A596;
  border-radius: 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
  width: 342px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .sc-04_subttl {
    font-size: 32px;
    height: 56px;
    border-radius: 28px;
    width: 512px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 48px;
  }
}

.sc-04_subttl::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 12px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #69A596;
}

@media screen and (min-width: 768px) {
  .sc-04_subttl::after {
    width: 30px;
    height: 15px;
  }
}

.sc-04_ttl {
  text-align: center;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .sc-04_ttl {
    margin-bottom: 72px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_ttl {
    margin-bottom: 80px;
  }
}

.sc-04_bk {
  border: 5px solid #69A596;
  padding: 48px 0 72px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sc-04_bk {
    padding: 64px 0 104px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_bk {
    padding: 104px 0;
  }
}

.sc-04_bk-swiper {
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  .sc-04_bk-swiper {
    padding: 0 44px;
  }
}

@media screen and (min-width: 1424px) {
  .sc-04_bk-swiper {
    width: calc(1120px + 240px);
    max-width: 100%;
    padding: 0 120px;
  }
}

.swiper-button-next {
  width: 26px;
  right: 4px;
  height: 52px;
  background: url(../img/sc-04-right-sp.webp) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    width: 45px;
    right: 8px;
    height: 80px;
  }
}

@media screen and (min-width: 1424px) {
  .swiper-button-next {
    width: 72px;
    right: 0;
    height: 72px;
    background: url(../img/sc-04-right.webp) no-repeat center center / contain;
  }
}

.swiper-button-prev {
  width: 26px;
  left: 4px;
  height: 52px;
  background: url(../img/sc-04-left-sp.webp) no-repeat center center / contain;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev {
    width: 45px;
    left: 8px;
    height: 80px;
  }
}

@media screen and (min-width: 1424px) {
  .swiper-button-prev {
    width: 72px;
    left: 0;
    height: 72px;
    background: url(../img/sc-04-left.webp) no-repeat center center / contain;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}

.sc-04_bk-in {
  padding: 0 40px;
}

@media screen and (min-width: 1024px) {
  .sc-04_bk-in {
    display: flex;
    gap: 72px;
    align-items: center;
    justify-content: center;
  }
}

.sc-04_bk-subttl {
  font-size: 32px;
  font-weight: 500;
  font-family: "Advent Pro", sans-serif;
  color: #fff;
  line-height: 1;
  letter-spacing: .11em;
  height: 48px;
  padding-left: 20px;
  background-color: #69A596;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.hdr__kome-time {
  display: block;
  margin: 2px auto;
  text-indent: -1em;
  padding-left: 1em;
  width: 33.3em;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .sc-04_bk-subttl {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_bk-subttl {
    margin-bottom: 28px;
  }
}

.sc-04_bk-ttl {
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.2;
  letter-spacing: .11em;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .sc-04_bk-ttl {
    font-size: 32px;
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_bk-ttl {
    font-size: 24px;
    margin-bottom: 40px;
  }
}

.sc-04_bk-ttl-l {
  color: #69A596;
  font-size: 24px;
}

@media screen and (min-width: 768px) {
  .sc-04_bk-ttl-l {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_bk-ttl-l {
    font-size: 32px;
  }
}

.sc-04_bk-img {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .sc-04_bk-img {
    margin-bottom: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_bk-img-min {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_bk-txtwrap {
    width: 384px;
    max-width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .sc-04_bk-img-l {
    width: calc(888px - 72px - 384px);
    max-width: 100%;
  }
}

.sc-05_ttl {
  color: #fff;
}

.sc-05_wrap {
  position: relative;
  z-index: 1;
  padding: 72px 0 80px;
}

@media screen and (min-width: 768px) {
  .sc-05_wrap {
    padding: 56px 0 64px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-05_wrap {
    background-color: rgba(165, 141, 113, 1);
  }
}

.sc-05_bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .sc-05_bg-wrap {
    width: 1920px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.sc-05_bg {
  position: relative;
  height: 100%;
}

.sc-05_bg::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50% , -50%);
  width: calc(100% - 32px);
  height: calc(100% - 32px);
  border: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .sc-05_bg::after {
    width: calc(100% - 80px);
    height: calc(100% - 32px);
  }
}

@media screen and (min-width: 1280px) {
  .sc-05_bg::after {
    width: 1280px;
    max-width: 100%;
  }
}

.sc-05_bg img {
  height: 100%;
  object-fit: cover;
}

.sc-05_ttl {
  text-align: center;
  font-size: 38px;
  line-height: 1.34;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .sc-05_ttl {
    padding-bottom: 24px;
    margin-bottom: 40px;
    font-size: 52px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-05_ttl {
    padding-bottom: 20px;
    margin-bottom: 12px;
    text-align: left;
  }
}

.sc-05_ttl::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 256px;
  height: 1px;
  background-color: #fff;
}

@media screen and (min-width: 768px) {
  .sc-05_ttl::after {
    width: 536px;
  }
}

.sc-05_ttl-s {
  font-size: 36px;
}

@media screen and (min-width: 768px) {
  .sc-05_ttl-s {
    font-size: 48px;
  }
}

.sc-05_txt {
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.5;
  letter-spacing: .08em;
  color: #fff;
  margin-bottom: 64px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sc-05_txt {
    margin-bottom: 48px;
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-05_txt {
    font-size: 26px;
    text-align: left;
  }
}

.sc-05_link {
  font-size: 24px;
  font-weight: 500;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1;
  letter-spacing: .08em;
  color: #fff;
  background-color: #ffb930;
  height: 56px;
  width: 288px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
}

@media screen and (min-width: 768px) {
  .sc-05_link {
    font-size: 26px;
    width: 432px;
    height: 72px;
    border-radius: 36px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-05_bk {
    width: calc(540px + 104px);
    max-width: 100%;
    margin-left: auto;
    padding-right: 104px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-06_in {
    width: calc(1024px + 32px);
    max-width: 100%;
  }
}

.sc-06_ttl {
  color: #685238;
  text-align: center;
  margin-bottom: 48px;
}

.sc-06_item-ttl {
  font-size: 16px;
  color: #685238;
  line-height: 2;
  letter-spacing: .04em;
  font-weight: 400;
  font-family: "Zen Maru Gothic", serif;
  width: 120px;
  max-width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sc-06_item-ttl {
    font-size: 20px;
    letter-spacing: .08em;
    width: 160px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-06_item-ttl {
    width: 300px;
  }
}

.sc-06_item {
  padding: 18px 12px;
  border-bottom: 1px solid #685238;
}

@media screen and (min-width: 768px) {
  .sc-06_item {
    padding: 18px 40px 24px 0;
  }
}

.sc-06_item-wrap {
  display: flex;
  align-items: center;
}

.sc-06_item-txtwrap {
  width: calc(100% - 120px);
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sc-06_item-txtwrap {
    width: calc(100% - 160px);
  }
}

@media screen and (min-width: 1024px) {
  .sc-06_item-txtwrap {
    width: calc(100% - 300px);
  }
}

.sc-06_item-txt {
  line-height: 1.5;
}

.sc-06_item-txt:not(:first-of-type) {
  margin-top: 14px;
}

.sc-06_item-txtcont {
  position: relative;
  padding-left: 80px;
}

.sc-06_item-txtspan {
  position: absolute;
  top: 0;
  left: 0;
}

.sc-06_item-txt-01 {
  padding-left: 15px;
  position: relative;
}

.sc-06_item-txtspan-wrap {
  padding-left: 15px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .sc-07_in {
    width: calc(1024px + 32px);
    max-width: 100%;
  }
}

.sc-07_ttl {
  color: #685238;
  text-align: center;
  margin-bottom: 56px;
}

@media screen and (min-width: 768px) {
  .sc-07_ttl {
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-07_ttl {
    margin-bottom: 80px;
  }
}

.sc-07_list-wrap {
  border: 1px solid #69A596;
  border-radius: 8px;
  padding: 40px 32px 48px;
}

@media screen and (min-width: 768px) {
  .sc-07_list-wrap {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 1024px) {
  .sc-07_list-wrap {
    padding: 40px 80px;
  }
}

.sc-07_item-span {
  display: inline-block;
  margin-right: 20px;
}

.sc-07_item {
  color: #685238;
  position: relative;
  padding-left: 24px;
}

.sc-07_item::after {
  width: 7px;
  max-width: 100%;
  height: 14px;
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  background: url(/assets/img/sc-06-arw-02.webp) no-repeat center center / contain;
}
.ftr-sitemap-items li {
  margin-bottom: 15px !important;
}
.ftr-sitemap-items.param--nest {
  margin-top: 14px !important;
  margin-right: 0 !important;
  margin-left: 3px !important;
}
.sc-07_txt {
  margin-bottom: 72px;
}

#oshi-right p {
  line-height: 1.5;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", meiryo, sans-serif;
  line-height: 150%;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  .sc-07_txt {
    margin-bottom: 64px;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .sc-07_txt {
    margin-bottom: 80px;
  }
}

/** renew sp nav**/

.sp_nav {
  display: none;
  background-color: rgba(255, 255, 255, .8);
  position: fixed;
  top: 0;
  left: 0;
  padding: 110px 8px 16px;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0;
  transition: .3s ease opacity;
  overflow: scroll;
}
@media screen and (min-width: 1024px) {
  .sp_nav {
  display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_nav {
  padding: 70px 8px 16px;
  }
}
.sp_nav nav {
  padding: 20px 16px;
  background-color: #fff;
  border: 1px solid #89BB4A;
  border-radius: 16px;
  display: flex;
  flex-flow: wrap;
  gap: 8px;
}
.sp_nav nav > a {
background: linear-gradient(#fff 0%, rgba(137, 187, 74, .1) 100%);
width: 100%;
padding: 20px 1%;
border: 1px solid #89BB4A;
border-radius: 5px;
font-size: 14px;
color: #386D3D;
display: flex;
flex-flow: column;
align-items: center;
justify-content: center;
line-height: 1;
letter-spacing: -.08em;
transition: .3s;
position: relative;
z-index: 0;
overflow: hidden;
}
.sp_nav nav > a:hover, .sp_nav nav > a:active {
border-radius: 20px 5px 20px 0;
background: linear-gradient(#fff 0%, rgba(137, 187, 74, .4) 100%);
}
.sp_nav nav > a img {
margin-bottom: 15px;
width: 32px;
}
.sp_nav nav > a.home img {
width: 36px;
}
.sp_nav nav > a.access img {
  width: 37px;
}
.sp_nav nav > a.guidance img {
  width: 36px;
}
.sp_nav nav > a.newspaper img {
  width: 160px;
  margin-bottom: 0;
}
.sp_nav nav > a.two {
width: calc((100% - 32px) / 5);
}
@media screen and (max-width: 767px) {
.sp_nav nav > a.two {
width: calc(50% - 4px);
}
}
.sp_nav nav > a.three {
width: calc((100% - 32px) / 5);
}
@media screen and (max-width: 767px) {
.sp_nav nav > a.three {
width: calc((100% - 16px) / 3);
}
}
.sp_nav nav > a.four {
width: calc((100% - 24px) / 4);
}
@media screen and (max-width: 767px) {
.sp_nav nav > a.four {
width: 100%;
}
}
.sp_nav nav > a.sns {
width: calc(50% - 4px);
}
@media screen and (max-width: 767px) {
.sp_nav nav > a.sns {
width: 100%;
}
}
@media screen and (max-width: 375px) {
.sp_nav nav > a {
font-size: 12px;
}
}
.sp_nav .box_link {
  width: 100%;
  display: flex;
  gap: 8px;
}
.sp_nav .top__hdrsub-btn {
  width: calc(50% - 4px);
  min-height: 72px;
}
.sp_nav .top__hdrsub-btn:hover .top__hdrsub-tel {
  background: #fff;
  color: #A4CD4C;
}
.sp_nav .top__hdrsub-btn:hover .top__hdrsub-tel .top__hdrsub-small {
  color: #A4CD4C;
}
.sp_nav .top__hdrsub-btn:hover .top__hdrsub-tel .top__hdrsub-large > img {
  filter: invert(7%) sepia(19%) saturate(1189%) hue-rotate(28deg) brightness(87%) contrast(97%);
}
.sp_nav .top__hdrsub-btn:hover .top__hdrsub-web {
  background: #fff;
  color: #EFB545;
}
.sp_nav .top__hdrsub-btn:hover .top__hdrsub-web .top__hdrsub-small {
  color: #EFB545;
}
.sp_nav .top__hdrsub-btn:hover .top__hdrsub-web .top__hdrsub-large > img {
  filter: invert(9%) sepia(91%) saturate(5585%) hue-rotate(316deg) brightness(92%) contrast(104%);
}
.sp_nav .top__hdrsub-tel, .sp_nav .top__hdrsub-web {
  padding: 14px 4px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  gap: 10px;
  transition: .3s;
}
.sp_nav .top__hdrsub-tel {
  background: #A4CD4C;
  color: #fff;
  border: 2px solid #A4CD4C;
}
.sp_nav .top__hdrsub-web {
  background: #EFB545;
  color: #fff;
  border: 2px solid #EFB545;
}
.sp_nav .top__hdrsub-small {
  line-height: 1;
  width: 160px;
  font-size: 12px;
  padding-bottom: 2px;
  letter-spacing: 0.06em;
  height: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: fit-content;
}
.sp_nav .top__hdrsub-large {
  width: 100%;
  display: flex;
  height: 24px;
  width: 200px;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.sp_nav .top__hdrsub-tel .top__hdrsub-large > span {
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 1;
}
.sp_nav .top__hdrsub-tel .top__hdrsub-large > img {
  width: 14px;
  margin-right: 0;
}
@media screen and (max-width: 374px) {
  .sp_nav .top__hdrsub-tel .top__hdrsub-large > img {
  display: none;
  }
}
.sp_nav .top__hdrsub-web .top__hdrsub-large > span {
  font-size: 18px;
  line-height: 1;
  padding-bottom: 3px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.sp_nav .top__hdrsub-web .top__hdrsub-large > span em {
  font-size: 18px;
  vertical-align: -0.02em;
}
.sp_nav .top__hdrsub-web .top__hdrsub-large > img {
  width: 27px;
  margin-right: 2px;
}
@media screen and (max-width: 374px) {
  .sp_nav .top__hdrsub-web .top__hdrsub-large > img {
  display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sp_nav.menu_open {
    opacity: 1;
    display: block;
  }
}

.hdrsub-hum-wrap {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  padding: 16px;
  background-color: rgba(255, 255, 255, .5);
}

@media screen and (min-width: 1024px) {
  .hdrsub-hum-wrap {
    display: none;
  }
}

.hdrsub-hum {
  pointer-events: auto;
  filter: drop-shadow(0 0 2px rgba(255, 255, 255, .6));
}

/*ヘッダー ハンバーガーメニュー ボタン*/
.hdrsub-hum {
    position: relative;
    cursor: pointer;
    width: 40px;
    height: 33px;
}
@media screen and (min-width:1024px) {
    .hdrsub-hum {
      display: none;
    }
}
.hdrsub-hum span {
    display: inline-block;
    transition: all .4s; /*アニメーションの設定*/
    position: absolute;
    left: 0;
    height: 3px;
    border-radius: 2px;
    background: #89BB4A;
    width: 100%;
}
.hdrsub-hum span:nth-of-type(1) {
    top: 0;
}
.hdrsub-hum span:nth-of-type(2) {
    top: 15px;
}
.hdrsub-hum span:nth-of-type(3) {
    top: 30px;
}
.hdrsub-hum.open span:nth-of-type(1) {
    top: 10.5px;
    left: 0px;
    transform: translateY(6px) rotate(-45deg);
    /* width: 30%;*/
}
.hdrsub-hum.open span:nth-of-type(2) {
    opacity: 0; /*真ん中の線は透過*/
}
.hdrsub-hum.open span:nth-of-type(3) {
    top: 22.5px;
    left: 0px;
    transform: translateY(-6px) rotate(45deg);
    /*width: 30%;*/
}

.doctor_wrap, .hyginest_wrap {
  display: none;
}

.doctor_wrap.js__tab-active, .hyginest_wrap.js__tab-active {
  display: block;
}