@charset "UTF-8";
@import url("https: //fonts.googleapis.com/css2?family=Shippori+Mincho&family=Zen+Kaku+Gothic+New&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

#header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 900px;
  background-color: #fff;
  z-index: 9999999999;
}
#header nav.pc_menu {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #header nav.pc_menu {
    display: block;
  }
}
#header nav.pc_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  list-style: none;
}
#header nav.pc_menu ul li {
  width: calc(25% - 0.75px);
}
#header nav.pc_menu ul li a {
  color: #fff;
  text-align: center;
  background-color: #6bc2a9;
  padding: 1rem;
}
@media print, screen and (min-width: 1024px) {
  #header nav.pc_menu ul li a {
    font-size: min(1vw, 1.8rem);
  }
}
#header nav.pc_menu ul li a:hover, #header nav.pc_menu ul li a.current {
  opacity: 1;
  background-color: #007c59;
}
#header div.header {
  position: relative;
}
#header div.header button.hamburger {
  position: fixed;
  top: 22px;
  right: 20px;
  z-index: 100;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
  background-color: #6bc2a9;
}
@media print, screen and (min-width: 768px) {
  #header div.header button.hamburger {
    display: none;
  }
}
#header div.header button.hamburger .hamburger__line {
  position: absolute;
  left: 11px;
  width: 26px;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s;
}
#header div.header button.hamburger .hamburger__line:nth-of-type(1) {
  top: 14px;
}
#header div.header button.hamburger .hamburger__line:nth-of-type(2) {
  top: 23px;
}
#header div.header button.hamburger .hamburger__line:nth-of-type(3) {
  top: 32px;
}
#header div.header button.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
#header div.header button.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
#header div.header button.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}
#header .sp_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #6bc2a9;
  transform: translateX(-100vw);
  transition: transform 0.4s;
  z-index: 90;
}
#header .sp_menu.active {
  transform: translateX(0);
}
@media print, screen and (min-width: 768px) {
  #header .sp_menu {
    display: none;
  }
}
#header .sp_menu ul {
  padding-top: 65px;
  list-style: none;
}
#header .sp_menu ul .nav__item {
  padding: 0 20px;
}
#header .sp_menu ul .nav__item .nav__link {
  display: block;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#header .sp_menu ul .nav__item .nav__link.current {
  color: #007c59;
}
#header .sp_menu ul .nav__item .nav__link[target=_blank] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
}
#header .sp_menu ul .nav__item .nav__link[target=_blank]::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  mask: url(../img/icon_window.svg) center/contain no-repeat;
  background-color: #fff;
}
#header .sp_menu ul .nav__item a img {
  width: 100%;
  max-width: max-content;
  padding: 2rem;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #header .sp_menu ul .nav__item a img {
    width: 50%;
  }
}

* {
  color: #231815;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  font-size: 56.5%;
  line-height: 1.65;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 1024px) {
  html {
    font-size: 62.5%;
  }
}

body {
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

li {
  list-style: none;
}

a {
  display: block;
  width: 100%;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  transition: 0.5s;
}
a *, a::before, a::after {
  transition: 0.5s;
}
@media print, screen and (min-width: 1024px) {
  a[href*=tel] {
    pointer-events: none;
  }
}
a:hover {
  opacity: 0.5;
}

br.over1024 {
  display: none;
}
@media print, screen and (min-width: 1024px) {
  br.over1024 {
    display: block;
  }
}

main {
  width: 90%;
  max-width: 900px;
  margin: 0 auto 3rem;
}
@media print, screen and (min-width: 768px) {
  main {
    margin-top: 11.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  main {
    margin-top: min(6.5vw, 11.5rem);
  }
}
main h2 {
  padding-top: 6rem;
}
main section {
  padding: 3rem 0;
}
main section dl dt,
main section dl dd {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  main section dl dt,
  main section dl dd {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  main section .font_s2 dt,
  main section .font_s2 dd {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  main section .font_s2 dt span,
  main section .font_s2 dd span {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 768px) {
  main section .font_s2 dt p,
  main section .font_s2 dd p {
    font-size: 2rem;
  }
}
main img {
  width: 100%;
  height: auto;
}

section:not(:last-child) {
  border-bottom: 2px solid #33a747;
}

h1.page_title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 200;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding-top: 6rem;
}
h1.page_title::after {
  content: "";
  width: 30rem;
  height: 6rem;
  display: block;
  margin: 0 auto;
  background-image: url("../img/soushoku01.webp");
  background-size: 30rem;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  h1.page_title::after {
    width: 50rem;
    background-size: 50rem;
  }
}

.soushoku0203 h3 {
  display: flex;
  font-size: 3rem;
  justify-content: center;
  align-items: center;
  padding-bottom: 3rem;
  color: #775c2f;
}
.soushoku0203 h3::before {
  content: "";
  width: 4rem;
  height: 2rem;
  display: flex;
  margin-right: 2rem;
  background-image: url("../img/soushoku02.webp");
  background-size: 4rem;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .soushoku0203 h3::before {
    width: 6rem;
    background-size: 6rem;
  }
}
.soushoku0203 h3::after {
  content: "";
  width: 4rem;
  height: 2rem;
  display: flex;
  margin-left: 2rem;
  background-image: url("../img/soushoku03.webp");
  background-size: 4rem;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .soushoku0203 h3::after {
    width: 6rem;
    background-size: 6rem;
  }
}

.footer_wrap {
  padding: 2rem 0 8rem;
  border-top: 2px solid #33a747;
}
@media print, screen and (min-width: 768px) {
  .footer_wrap {
    display: flex;
    gap: 2rem;
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
  }
}
@media print, screen and (min-width: 1280px) {
  .footer_wrap {
    padding-bottom: 2rem;
  }
}
.footer_wrap .footer_logo {
  width: 80%;
  max-width: 45rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .footer_wrap .footer_logo {
    width: 50%;
  }
}
.footer_wrap .footer_logo a {
  display: grid;
  place-items: center;
}
.footer_wrap .footer_logo a img {
  width: 100%;
  height: auto;
}
.footer_wrap nav {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .footer_wrap nav {
    display: block;
    width: 50%;
  }
}
.footer_wrap nav ul {
  display: flex;
  justify-content: space-between;
}
.footer_wrap nav ul li a:hover, .footer_wrap nav ul li a.current {
  opacity: 1;
  color: #6bc2a9;
}
.footer_wrap nav ul:not(:last-child) {
  border-bottom: 2px solid #000;
}
.footer_wrap .to_top {
  position: fixed;
  right: 2.5vw;
  bottom: -100%;
  z-index: 99999;
  opacity: 0;
  transition: 1s;
}
@media print, screen and (min-width: 1280px) {
  .footer_wrap .to_top {
    right: auto;
    left: calc(50% + 50rem);
    transform: translate(-50%);
  }
}
.footer_wrap .to_top.active {
  opacity: 1;
  bottom: 2.5vw;
}
.footer_wrap .to_top a {
  position: relative;
  width: 5rem;
  aspect-ratio: 1/1;
  background-color: #6bc2a9;
  border-radius: 50%;
  transition: 0.5s;
}
.footer_wrap .to_top a::before {
  content: "";
  width: 30%;
  aspect-ratio: 1/1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  animation: top 1.2s linear infinite;
}
@keyframes top {
  0% {
    opacity: 0;
    top: 70%;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 40%;
  }
}
.footer_wrap .to_top a:hover {
  opacity: 1;
  border-radius: 0;
}
.footer_wrap .to_top a:hover::before {
  animation: none;
  opacity: 1;
  top: 55%;
}

.small_wrap {
  display: flex;
  justify-content: center;
}

#top .section01 h1.invisible {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
#top .section01 .flex {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #top .section01 .flex {
    gap: 1rem;
    display: flex;
    width: 100%;
  }
}
#top .section01 .flex img {
  width: 100%;
  height: 100%;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 768px) {
  #top .section01 .flex img {
    width: 70%;
    height: 70%;
  }
}
#top .section01 .flex .wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media print, screen and (min-width: 768px) {
  #top .section01 .flex .wrap {
    width: 30%;
  }
}
#top .section01 .flex .wrap .news,
#top .section01 .flex .wrap .topics {
  border: 1px solid #bbd762;
  border-radius: 1rem;
}
#top .section01 .flex .wrap .news dt,
#top .section01 .flex .wrap .news dd:not(:last-child),
#top .section01 .flex .wrap .topics dt,
#top .section01 .flex .wrap .topics dd:not(:last-child) {
  border-bottom: 1px solid #bbd762;
}
#top .section01 .flex .wrap .news dt,
#top .section01 .flex .wrap .topics dt {
  display: flex;
  justify-content: center;
  margin: 1rem;
}
#top .section01 .flex .wrap .news dt p,
#top .section01 .flex .wrap .topics dt p {
  font-size: 1.6rem;
}
#top .section01 .flex .wrap .news dd,
#top .section01 .flex .wrap .topics dd {
  margin: 0 1rem;
  justify-content: left;
}
#top .section01 .flex .wrap .news dd p,
#top .section01 .flex .wrap .topics dd p {
  display: flex;
  flex-direction: column;
  line-height: 1;
  row-gap: 0;
  padding: 1rem;
  height: 100%;
}
#top .section01 .flex .wrap .news dd p time,
#top .section01 .flex .wrap .topics dd p time {
  margin: 0;
  font-size: 1.5rem;
}
#top .section01 .flex .wrap .news dd p span,
#top .section01 .flex .wrap .topics dd p span {
  display: block;
  line-height: 1;
  font-size: 1.6rem;
}
#top .section01 .flex .wrap .news dd .topics_span,
#top .section01 .flex .wrap .topics dd .topics_span {
  font-size: 1.6rem;
}
#top .section01 .flex .wrap .topics dd {
  margin: 1rem;
}
#top .section02 p {
  font-size: 2rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 1024px) {
  #top .section02 p {
    font-size: 2.65rem;
  }
}
#top article {
  position: relative;
  padding-top: 5rem;
}
#top article h3 {
  position: absolute;
  top: 2rem;
  left: 3%;
  background-color: #6bc2a9;
  border: 5px solid #fff;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 1rem;
  width: 200px;
}
#top article .wrapper {
  padding: 5rem min(2.5vw, 2rem) 2rem;
  border: 2px solid #33a747;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem 0;
}
@media print, screen and (min-width: 768px) {
  #top article .wrapper {
    flex-direction: row;
    gap: 0 min(2vw, 2rem);
  }
}
#top article .wrapper .image_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
}
#top article .wrapper .image_wrap.image_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #top article .wrapper .image_wrap.image_pc {
    display: flex;
  }
}
#top article .wrapper .image_wrap.image_sp {
  display: flex;
}
@media print, screen and (min-width: 768px) {
  #top article .wrapper .image_wrap.image_sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  #top article .wrapper .image_wrap {
    width: 40%;
  }
}
#top article .wrapper .image_wrap .img {
  width: 25rem;
  height: auto;
}
#top article .wrapper .inner_wrap .ul01 {
  display: flex;
  justify-content: center;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bbd762;
}
#top article .wrapper .inner_wrap .ul01 p {
  line-height: 1.5;
}
@media print, screen and (min-width: 1024px) {
  #top article .wrapper .inner_wrap .ul01 p {
    font-size: 2rem;
  }
}
#top article .wrapper .inner_wrap .ul02 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 1rem 0;
}
@media print, screen and (min-width: 768px) {
  #top article .wrapper .inner_wrap .ul02 {
    justify-content: left;
  }
}
#top article .wrapper .inner_wrap .ul02 li {
  width: calc((100% - 4rem) / 3);
}
@media print, screen and (min-width: 480px) {
  #top article .wrapper .inner_wrap .ul02 li {
    width: calc((100% - 10rem) / 6);
  }
}
#top article .wrapper .inner_wrap .ul02.column_2 {
  width: 65%;
  margin: 0 auto;
}
@media print, screen and (min-width: 480px) {
  #top article .wrapper .inner_wrap .ul02.column_2 {
    width: 100%;
  }
}
#top article .wrapper .inner_wrap .ul02.column_2 li {
  width: calc((100% - 2rem) / 2);
}
@media print, screen and (min-width: 480px) {
  #top article .wrapper .inner_wrap .ul02.column_2 li {
    width: calc((100% - 10rem) / 6);
  }
}
#top article .wrapper .inner_wrap dl {
  display: block;
  gap: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top article .wrapper .inner_wrap dl {
    display: flex;
    gap: 3rem;
  }
}
#top article .wrapper .inner_wrap dl dt,
#top article .wrapper .inner_wrap dl dd {
  font-size: 1.4rem;
}
#top article .wrapper .inner_wrap dl dt span,
#top article .wrapper .inner_wrap dl dd span {
  font-size: 1.4rem;
}
#top article .wrapper .inner_wrap dl dt p,
#top article .wrapper .inner_wrap dl dd p {
  font-size: 1.4rem;
}
#top article .wrapper .inner_wrap dl dt {
  padding-top: 2rem;
}
#top article .wrapper .inner_wrap dl dt span {
  background-image: url("../img/soushoku04.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  display: block;
  width: 8rem;
  text-align: justify;
  text-align-last: justify;
}
@media print, screen and (min-width: 768px) {
  #top article .wrapper .inner_wrap dl dt {
    padding-top: 0;
  }
}
#top article .wrapper .inner_wrap dl dd span {
  color: #775c2f;
}
#top .article02 h3 {
  left: 3%;
}
@media print, screen and (min-width: 768px) {
  #top .article02 h3 {
    left: 70%;
  }
}
#top .article04 h3 {
  left: 3%;
}
@media print, screen and (min-width: 1024px) {
  #top .article04 h3 {
    left: 38%;
  }
}
#top .article04 .wrapper .inner_wrap {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #top .article04 .wrapper .inner_wrap {
    width: 90%;
  }
}
#top .article04 .wrapper .inner_wrap .ul01 p {
  text-align: center;
  border-bottom: none;
  font-size: 1.6rem;
}
#top .article04 .wrapper .inner_wrap .ul01 p span {
  color: red;
  font-size: 2.5rem;
}
#top .article04 .wrapper .inner_wrap .div0302 .div03,
#top .article04 .wrapper .inner_wrap .div0302 .div02 {
  display: flex;
  justify-content: center;
}
#top .article04 .wrapper .inner_wrap .div0302 .div03 h4,
#top .article04 .wrapper .inner_wrap .div0302 .div02 h4 {
  background-color: #6bc2a9;
  border: 5px solid #fff;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  border-radius: 1rem;
  width: 130px;
}

#kobe_minami img {
  padding-top: 3rem;
}
#kobe_minami .section01 dl {
  display: block;
  gap: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #kobe_minami .section01 dl {
    display: flex;
    gap: 5rem;
  }
}
#kobe_minami .section01 dl dt {
  padding-top: 2rem;
}
#kobe_minami .section01 dl dt span {
  background-image: url("../img/soushoku04.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  display: block;
  width: 10rem;
  text-align: justify;
  text-align-last: justify;
}
@media print, screen and (min-width: 768px) {
  #kobe_minami .section01 dl dt {
    padding-top: 0;
  }
}
#kobe_minami .section01 dl dd a {
  color: #775c2f;
  text-align: center;
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  #kobe_minami .section01 dl dd a {
    pointer-events: none;
    cursor: default;
  }
}
#kobe_minami .section01 dl dd p span {
  color: #775c2f;
  line-height: 1.5;
  display: block;
}
#kobe_minami .section01 .flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 3rem;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 480px) {
  #kobe_minami .section01 .flex {
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
}
#kobe_minami .section01 .flex li {
  width: 25%;
}
@media print, screen and (min-width: 480px) {
  #kobe_minami .section01 .flex li {
    width: 12%;
  }
}
#kobe_minami .section02 .map {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  gap: 5rem;
}
@media print, screen and (min-width: 768px) {
  #kobe_minami .section02 .map {
    display: flex;
    justify-content: center;
    gap: 0 min(5vw, 8rem);
  }
}
#kobe_minami .section02 .map dl {
  padding-bottom: 3rem;
}
#kobe_minami .section02 .map dl dt,
#kobe_minami .section02 .map dl dd {
  font-size: clamp(2rem, 5vw, 2.1rem);
  text-align: center;
  line-height: 1.6;
}
#kobe_minami .section02 .map dl dt {
  color: #a08266;
  white-space: nowrap;
}
#kobe_minami .section02 .map iframe {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #kobe_minami .section02 .map iframe {
    width: 500px;
  }
}

#nanba img {
  padding-top: 3rem;
}
#nanba .section01 dl {
  display: block;
  gap: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #nanba .section01 dl {
    display: flex;
    gap: 5rem;
  }
}
#nanba .section01 dl dt {
  padding-top: 2rem;
}
#nanba .section01 dl dt span {
  background-image: url("../img/soushoku04.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  display: block;
  width: 10rem;
  text-align: justify;
  text-align-last: justify;
}
@media print, screen and (min-width: 768px) {
  #nanba .section01 dl dt {
    padding-top: 0;
  }
}
#nanba .section01 dl dd a {
  color: #775c2f;
  text-align: center;
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  #nanba .section01 dl dd a {
    pointer-events: none;
    cursor: default;
  }
}
#nanba .section01 .flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 3rem;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 480px) {
  #nanba .section01 .flex {
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
}
#nanba .section01 .flex li {
  width: 25%;
}
@media print, screen and (min-width: 480px) {
  #nanba .section01 .flex li {
    width: 12%;
  }
}
#nanba .section02 .map {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  gap: 5rem;
}
@media print, screen and (min-width: 768px) {
  #nanba .section02 .map {
    display: flex;
    justify-content: center;
    gap: 0 min(5vw, 8rem);
  }
}
#nanba .section02 .map dl {
  padding-bottom: 3rem;
}
#nanba .section02 .map dl dt,
#nanba .section02 .map dl dd {
  font-size: clamp(2rem, 5vw, 2.1rem);
  text-align: center;
  line-height: 1.6;
}
#nanba .section02 .map dl dt {
  color: #a08266;
  white-space: nowrap;
}
#nanba .section02 .map iframe {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #nanba .section02 .map iframe {
    width: 500px;
  }
}
#nanba .section03 .flex {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #nanba .section03 .flex {
    display: flex;
    gap: 2rem;
  }
}
#nanba .section03 .flex figcaption {
  text-align: center;
}
#nanba .section03 .flex img {
  padding: 0;
}

#amagasaki img {
  padding-top: 3rem;
}
#amagasaki .section01 dl {
  display: block;
  gap: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #amagasaki .section01 dl {
    display: flex;
    gap: 5rem;
  }
}
#amagasaki .section01 dl dt {
  padding-top: 2rem;
}
#amagasaki .section01 dl dt span {
  background-image: url("../img/soushoku04.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  display: block;
  width: 10rem;
  text-align: justify;
  text-align-last: justify;
}
@media print, screen and (min-width: 768px) {
  #amagasaki .section01 dl dt {
    padding-top: 0;
  }
}
#amagasaki .section01 dl dd span {
  color: red;
}
#amagasaki .section01 dl dd a {
  color: #775c2f;
  text-align: center;
  pointer-events: auto;
}
@media print, screen and (min-width: 768px) {
  #amagasaki .section01 dl dd a {
    pointer-events: none;
    cursor: default;
  }
}
#amagasaki .section01 .flex {
  width: 65%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 3rem;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 480px) {
  #amagasaki .section01 .flex {
    width: 100%;
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
    flex-wrap: nowrap;
  }
}
#amagasaki .section01 .flex li {
  width: calc((100% - 1rem) / 2);
}
@media print, screen and (min-width: 480px) {
  #amagasaki .section01 .flex li {
    width: calc((100% - 15rem) / 6);
  }
}
#amagasaki .section02 p {
  text-align: center;
  margin-bottom: 2rem;
}
#amagasaki .section02 .map {
  display: block;
  max-width: 900px;
  margin: 0 auto;
  gap: 5rem;
}
@media print, screen and (min-width: 768px) {
  #amagasaki .section02 .map {
    display: flex;
    justify-content: center;
    gap: 2rem;
  }
}
#amagasaki .section02 .map dl {
  padding-bottom: 3rem;
}
#amagasaki .section02 .map dl dt,
#amagasaki .section02 .map dl dd {
  font-size: clamp(2rem, 5vw, 2.1rem);
  text-align: center;
  line-height: 1.6;
}
#amagasaki .section02 .map dl dt {
  color: #a08266;
  white-space: nowrap;
}
#amagasaki .section02 .map iframe {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  #amagasaki .section02 .map iframe {
    width: 500px;
  }
}
#amagasaki .section03 .flex {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #amagasaki .section03 .flex {
    display: flex;
    gap: 2rem;
  }
}
#amagasaki .section03 .flex figcaption {
  text-align: center;
}
#amagasaki .section03 .flex img {
  padding: 0;
}

main img {
  text-align: center;
  width: 100%;
  display: block;
}

#Spayingandneutering main * {
  font-feature-settings: normal;
}
#Spayingandneutering main .section01 img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#Spayingandneutering main .section01 p {
  font-family: "Shippori Mincho", serif, serif;
}
@media print, screen and (min-width: 1024px) {
  #Spayingandneutering main .section01 p {
    font-size: 2.15rem;
  }
}
#Spayingandneutering main .section02 dl,
#Spayingandneutering main .section03 dl {
  display: flex;
}
#Spayingandneutering main .section02 dl dt,
#Spayingandneutering main .section02 dl dd,
#Spayingandneutering main .section03 dl dt,
#Spayingandneutering main .section03 dl dd {
  font-family: "Shippori Mincho", serif, serif;
}
@media print, screen and (min-width: 1024px) {
  #Spayingandneutering main .section02 dl dt,
  #Spayingandneutering main .section02 dl dd,
  #Spayingandneutering main .section03 dl dt,
  #Spayingandneutering main .section03 dl dd {
    font-size: 1.95rem;
  }
}
#Spayingandneutering main .section02 dl dt,
#Spayingandneutering main .section03 dl dt {
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 1024px) {
  #Spayingandneutering main .section02 dl dd span.space,
  #Spayingandneutering main .section03 dl dd span.space {
    display: inline-block;
    width: 1em;
  }
}
#Spayingandneutering main .section02 p,
#Spayingandneutering main .section03 p {
  font-family: "Shippori Mincho", serif, serif;
  margin: 3rem 0 3rem 1.5rem;
}
@media print, screen and (min-width: 1024px) {
  #Spayingandneutering main .section02 p,
  #Spayingandneutering main .section03 p {
    font-size: 1.95rem;
  }
}
#Spayingandneutering main .section02 p span,
#Spayingandneutering main .section03 p span {
  font-family: "Shippori Mincho", serif, serif;
  color: red;
}
#Spayingandneutering main .section04 img {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
#Spayingandneutering main .section04 h4,
#Spayingandneutering main .section04 p,
#Spayingandneutering main .section04 h5 {
  font-family: "Shippori Mincho", serif, serif;
}
@media print, screen and (min-width: 1024px) {
  #Spayingandneutering main .section04 h4,
  #Spayingandneutering main .section04 p,
  #Spayingandneutering main .section04 h5 {
    font-size: 2rem;
  }
}
#Spayingandneutering main .section04 h4 span,
#Spayingandneutering main .section04 p span,
#Spayingandneutering main .section04 h5 span {
  font-family: "Shippori Mincho", serif, serif;
  color: red;
}
#Spayingandneutering main .section04 h4 {
  margin-top: 2.5rem;
}
#Spayingandneutering main .section04 h4 + p {
  margin-top: 2rem;
}
#Spayingandneutering main .section04 h4 + p + a {
  margin-top: 2rem;
  width: fit-content;
}
#Spayingandneutering main .section04 h5 {
  margin-top: 1rem;
}
#Spayingandneutering main .section04 .yellow_box {
  background-color: #fed400;
  border-radius: 5px;
  text-align: left;
  padding: 0 3rem;
  display: inline-block;
}
#Spayingandneutering main .section04 .green_box {
  background-color: #e9edae;
  border-radius: 5px;
  text-align: left;
  padding: 0 3rem;
  display: inline-block;
}
#Spayingandneutering main .section04 .w50rem {
  width: 20rem;
  padding-left: 1.5em;
}
#Spayingandneutering main .section04 .class06 img {
  width: 30rem;
}

#index_time .section01 .red_box {
  border: 2px solid #e60012;
  border-radius: 2rem;
  padding: 2rem 1rem;
}
#index_time .section01 .red_box h3,
#index_time .section01 .red_box p {
  color: #e60012;
  text-align: center;
}
#index_time .section01 .red_box h3 {
  font-size: clamp(2.5rem, 5vw, 4rem);
  line-height: 1.6;
}
#index_time .section01 .red_box p {
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  #index_time .section01 .red_box p {
    font-size: 2.5rem;
  }
}
#index_time .section01 .red_box .inner {
  width: fit-content;
  margin: 0 auto;
}
#index_time .section01 .red_box .inner ul {
  display: flex;
}
#index_time .section02 .flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding-bottom: 3rem;
}
@media print, screen and (min-width: 1024px) {
  #index_time .section02 .flex {
    gap: 7rem;
    max-width: 800px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  #index_time .section02 .flex img {
    width: 20%;
  }
}
#index_time .section02 .flex img {
  width: 25%;
}
#index_time .section03 ul {
  max-width: 800px;
  margin: 0 auto;
}
#index_time .section03 .map {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media print, screen and (min-width: 768px) {
  #index_time .section03 .map {
    margin-top: 10rem;
  }
}
#index_time .section03 .map iframe {
  margin: 2rem auto;
}
@media print, screen and (min-width: 768px) {
  #index_time .section03 .map iframe {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  #index_time .section03 .map {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
#index_time .section03 .map h4 {
  color: #775c2f;
  font-size: clamp(2.5rem, 5vw, 4rem);
  font-weight: 400;
}
#index_time .section03 .map p a {
  pointer-events: auto;
  display: inline-block;
  width: fit-content;
}
@media print, screen and (min-width: 768px) {
  #index_time .section03 .map p a {
    pointer-events: none;
    cursor: default;
  }
}/*# sourceMappingURL=style.css.map */