@charset "UTF-8";
* {
  box-sizing: border-box;
}

::before,
::after {
  background-repeat: no-repeat;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  line-height: 1.15;
  font-family: sans-serif;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 126px;
}

body {
  font-size: 16px;
  color: #231815;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "小塚ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-style: normal;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #fff;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  text-underline-offset: 0.2em;
}
a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
li {
  margin: 0;
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

figure {
  margin: 0;
}

figcaption,
figure,
main {
  display: block;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

code,
kbd,
samp {
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 100%;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

video,
iframe {
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  padding: 0;
}

progress {
  display: inline-block;
}

::-webkit-file-upload-button {
  -webkit-appearance: none;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

address {
  font-style: normal;
}

figure {
  margin: 0;
}

dl {
  margin-block-start: 0;
  margin-block-end: 0;
}

dd {
  margin-left: 0;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

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

form

----------------- */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}

button {
  width: auto;
  color: inherit;
}

::-moz-placeholder {
  color: #bfbdb7;
  font: inherit;
  margin: 0;
  padding: 0;
}

::placeholder {
  color: #bfbdb7;
  font: inherit;
  margin: 0;
  padding: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: none;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: transparent;
  outline: transparent;
  opacity: 0;
  background: #fff;
  cursor: pointer;
  display: block;
}

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

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select,
textarea {
  outline: none;
  width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #bfbdb7;
  max-width: 408px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: bottom;
  max-width: 490px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus,
textarea:focus {
  border-color: #231815;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/*////////////////////////

 user common css

////////////////////////*/
/* Grid System width Flex */
.flexbox {
  display: flex;
}

.flex-inline {
  display: inline-flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-rev {
  flex-direction: column-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

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

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

.flex-align-stretch {
  align-items: stretch;
}

.flex-content-start {
  justify-content: flex-start;
}

.flex-content-end {
  justify-content: flex-end;
}

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

.flex-content-between {
  justify-content: space-between;
}

.flex-content-around {
  justify-content: space-around;
}

.flex-content-around {
  justify-content: stretch;
}

.imgbox,
.videobox {
  line-height: 1;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

@media screen and (max-width: 1300px) {
  .min-xl {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .min-pc {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .min-tab {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .min-mid {
    display: none !important;
  }
}
@media screen and (max-width: 450px) {
  .min-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1301px) {
  .max-xl {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) {
  .max-pc {
    display: none !important;
  }
}
@media screen and (min-width: 901px) {
  .max-tab {
    display: none !important;
  }
}
@media screen and (min-width: 601px) {
  .max-mid {
    display: none !important;
  }
}
@media screen and (min-width: 451px) {
  .max-sp {
    display: none !important;
  }
}
/* ロゴ */
.logo {
  line-height: 1;
}

/* animation */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInTrigger {
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeUpTrigger {
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeLeftTrigger {
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* animation-delay */
.delay02s {
  animation-delay: 0.2s;
}

.delay04s {
  animation-delay: 0.4s;
}

.delay06s {
  animation-delay: 0.6s;
}

/***************************

_utility.scss

***************************/
/* ----- color ----- */
.base {
  color: #231815;
}

.white {
  color: #fff;
}

.pink {
  color: #ef6572;
}

.green {
  color: #388038;
}

/* ----- font ----- */
/* font-size */
.fz-9 {
  font-size: 9px;
}

.fz-10 {
  font-size: 10px;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-17 {
  font-size: 17px;
}

.fz-18 {
  font-size: 18px;
}

.fz-19 {
  font-size: 19px;
}

.fz-20 {
  font-size: 20px;
}

.fz-21 {
  font-size: 21px;
}

.fz-22 {
  font-size: 22px;
}

.fz-23 {
  font-size: 23px;
}

.fz-24 {
  font-size: 24px;
}

.fz-25 {
  font-size: 25px;
}

.fz-26 {
  font-size: 26px;
}

.fz-27 {
  font-size: 27px;
}

.fz-28 {
  font-size: 28px;
}

.fz-29 {
  font-size: 29px;
}

.fz-30 {
  font-size: 30px;
}

/* font-family */
.noto-sans-jp-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* font-weight */
.thin {
  font-weight: 100;
}

.extralight {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

/* font-style */
.italic {
  font-style: italic;
}

/* ----- margin ----- */
.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.m-0 {
  margin: 0 !important;
}

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

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

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

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-1em {
  margin-left: 1em;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

/* ----- text ----- */
/* line-height */
.lh-10 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-15 {
  line-height: 1.5;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-20 {
  line-height: 2;
}

.lh-21 {
  line-height: 2.1;
}

.lh-22 {
  line-height: 2.2;
}

/* letter-spacing */
.ls-0 {
  letter-spacing: 0;
}

.ls-10 {
  letter-spacing: 0.01em;
}

.ls-20 {
  letter-spacing: 0.02em;
}

.ls-30 {
  letter-spacing: 0.03em;
}

.ls-40 {
  letter-spacing: 0.04em;
}

.ls-50 {
  letter-spacing: 0.05em;
}

.ls-60 {
  letter-spacing: 0.06em;
}

.ls-70 {
  letter-spacing: 0.07em;
}

.ls-80 {
  letter-spacing: 0.08em;
}

.ls-90 {
  letter-spacing: 0.09em;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-1em {
  letter-spacing: 1.1em;
}

/* text-align */
.t-center {
  text-align: center;
}

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

.t-right {
  text-align: right;
}

@media screen and (min-width: 451px) {
  .t-center_min-sp {
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .t-center_max-sp {
    text-align: center;
  }
}
/* text-transform */
.uppercase {
  text-transform: uppercase;
}

/* text-decoration */
.underline {
  text-decoration-line: underline;
  text-decoration-color: inherit;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.1em;
}

/* writing-mode */
.ver-rl {
  writing-mode: vertical-rl;
}

/* vertical-align */
.ver-top {
  vertical-align: top;
}

.ver-mid {
  vertical-align: middle;
}

.ver-baseline {
  vertical-align: baseline;
}

.ver-bottom {
  vertical-align: bottom;
}

/* position */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

/* list */
.list-disc li {
  text-indent: -1em;
  margin-left: 1em;
}
.list-disc li::before {
  content: "・";
}

.list-count li {
  list-style-type: decimal;
  margin-left: 1em;
}
.list-count li::before {
  content: "　";
}

.list-slash {
  display: flex;
  flex-wrap: wrap;
}
.list-slash li:not(:first-child)::before {
  content: "／";
}

/* width */
.w50p {
  width: 50%;
}

.w100p {
  width: 100%;
}

/* max-width */
.maxw-300 {
  max-width: 300px;
}

/* min-width */
.min100 {
  min-width: 100px;
}

/* border-radius */
.round {
  border-radius: 50%;
}

/* white-space */
.nowrap {
  white-space: nowrap;
}

/* word-break */
.break-all {
  word-break: break-all;
}

/***************************

_layout.scss

***************************/
.container_m {
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 900px) {
  .container_m {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .container_m {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container_s {
  width: 100%;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 900px) {
  .container_s {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 450px) {
  .container_s {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.hdg-type01 {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.hdg-type01 span {
  display: inline-block;
  position: relative;
}
.hdg-type01 span::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #388038;
  position: absolute;
  left: 0;
  bottom: 0;
}

.btn-style01 {
  display: block;
  width: 100%;
  max-width: 276px;
  margin-left: auto;
  margin-right: auto;
  background-color: #388038;
  padding: 11px;
  border-radius: 28px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

/* ----- header ----- */
.header {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background-color: #fff;
  border-bottom: 6px solid #388038;
  padding: 25px 140px 25px 60px;
}
.header.scroll {
  position: fixed;
  transform: translateY(-125px);
}
.header.scroll.is-show {
  transition: transform 0.4s;
  transform: translateY(0);
}

.gnav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 45px;
  font-weight: 700;
}
.gnav-link {
  display: block;
  padding: 5px;
  position: relative;
}
.gnav-link::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #388038;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: transform 0.4s;
}
.gnav-link:hover {
  opacity: 1;
}
.gnav-link:hover::before {
  transform: scale(1);
}

/* ----- footer ----- */
.footer {
  margin-top: 90px;
  background-color: #e1f4e1;
  padding: 40px 0;
}
.footer .logo {
  text-align: center;
}
.footer-content {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  gap: 10px 40px;
}
.footer-tel {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 0 20px;
  font-size: 18px;
}

/* ----- main ----- */
.home-mv {
  border-top: 126px solid #388038;
  display: flex;
}
.home-mv-content {
  padding: 60px;
}
.home-mv-content {
  margin: auto;
}
.home-mv-lead {
  font-size: 33px;
  color: #388038;
  line-height: 1.3;
  margin-bottom: 40px;
}
.home-mv-contact {
  margin-top: 70px;
}
.home-mv-contact .contact-links {
  margin-top: 20px;
}
.home-mv-contact .contact-links-mail {
  margin-top: 15px;
}
.home-information {
  background-color: #e1f4e1;
  padding: 30px 0;
}
.home-information .container_m {
  display: flex;
  gap: 0 110px;
}
.home-information-title {
  color: #388038;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.home-information-list {
  margin-top: 5px;
}
.home-information-item + .home-information-item {
  margin-top: 15px;
}
.home-information-link {
  display: flex;
  gap: 0 15px;
}
.home-medical {
  margin-top: 90px;
}
.home-medical-block {
  border: 10px solid #bfbdb7;
  padding: 30px 70px;
}
.home-medical-block + .home-medical-block {
  margin-top: 50px;
}
.home-medical-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.home-medical-list.green .home-medical-item {
  border: 1px solid #388038;
}
.home-medical-list.pink .home-medical-item {
  border: 1px solid #ef6572;
}
.home-medical-list.pink .home-medical-item:nth-child(n+13) {
  min-width: 410px;
  background-color: #ef6572;
  color: #fff;
}
.home-medical-item {
  text-align: center;
  padding: 10px;
  min-width: 195px;
}
.home-order {
  margin-top: 90px;
  border: 7px solid #388038;
  padding: 28px 58px 29px;
  background-image: url(./img/top/order-bg.jpg);
  background-size: auto 100%;
}
.home-order-title {
  color: #388038;
  font-size: 24px;
  margin-bottom: 25px;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.home-order-text {
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.home-fa {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 50px;
  border: 7px solid #ef6572;
  border-radius: 18px;
  padding: 20px 40px;
}
.home-fa-title {
  line-height: 1;
}
.home-fa-title a {
  display: block;
  background-color: #fce8ea;
  text-align: center;
  padding: 14px;
}
.home-fa-qr {
  min-width: 113px;
}
.home-doctor {
  margin-top: 90px;
  background-color: #fce8ea;
  padding: 50px 0 60px;
}
.home-doctor-profile {
  margin-top: 40px;
  background-color: #fff;
  display: flex;
  align-items: center;
  gap: 0 40px;
  padding: 10px 60px;
}
.home-doctor-profile-imgbox {
  min-width: 89px;
}
.home-line {
  margin-top: 90px;
  border: 10px solid #388038;
  border-radius: 18px;
  padding: 40px 30px;
}
.home-line-top {
  display: flex;
  gap: 0 120px;
  align-items: center;
  justify-content: center;
}
.home-line-text {
  margin: 30px 0;
  font-weight: 700;
  color: #388038;
  border-top: 1px dotted #388038;
  border-bottom: 1px dotted #388038;
  padding: 11px 10px;
  line-height: 1.6;
}
.home-line-container {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}
.home-line-box {
  margin-top: 20px;
  background-color: #388038;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 0 50px;
  padding: 10px 30px;
}
.home-hours {
  margin: 90px auto 0;
  max-width: 768px;
}
.home-hours-table {
  text-align: center;
  font-size: 18px;
}
.home-hours-table tr {
  border-top: 1px solid #919191;
}
.home-hours-table tr:last-child {
  border-bottom: 1px solid #919191;
}
.home-hours-table th,
.home-hours-table td {
  padding: 16px 20px;
}
.home-hours-table th:nth-child(n+2):nth-child(-n+7),
.home-hours-table td:nth-child(n+2):nth-child(-n+7) {
  width: 60px;
}
.home-hours-note {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
}
.home-contact {
  text-align: center;
  margin-top: 50px;
  border: 10px solid #bfbdb7;
  padding: 20px 30px 30px;
}
.home-contact .contact-links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: center;
  margin-top: 20px;
}

.contact-note {
  font-size: 20px;
  color: #ef6572;
  font-weight: 700;
}
.contact-links-tel, .contact-links-mail {
  display: block;
  font-weight: 700;
  border: 1px solid #388038;
  line-height: 53px;
  border-radius: 27px;
  width: 100%;
  max-width: 276px;
}
.contact-links-tel {
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  color: #388038;
}
.contact-links-mail {
  font-size: 22px;
  color: #fff;
  background-color: #388038;
  text-align: center;
}

.child-mv {
  background-color: #388038;
  border-top: 126px solid #388038;
  padding: 40px 0;
  margin-bottom: 40px;
}

.order-top-list {
  margin-top: 40px;
  border: 7px solid #bfbdb7;
  padding: 20px;
}
.order-top-item {
  display: flex;
  align-items: flex-start;
  gap: 0 20px;
}
.order-top-item + .order-top-item {
  margin-top: 25px;
}
.order-top-item-num {
  background-color: #388038;
  display: inline-block;
  min-width: 33px;
  line-height: 33px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
.order-top-item-list {
  margin-top: 15px;
}
.order-top-item-item {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
}
.order-top-item-item + .order-top-item-item {
  margin-top: 5px;
}
.order-top-item-item-title {
  background-color: #e1f4e1;
  border: 1px solid #388038;
  min-width: 172px;
  text-align: center;
}
.order-block {
  border: 1px solid #be7780;
}
.order-block:first-child {
  margin-top: 70px;
}
.order-block + .order-block {
  margin-top: 50px;
}
.order-block-title {
  color: #fff;
  font-size: 18px;
  background-color: #ef6572;
  padding: 10px 25px;
}
.order-list {
  padding: 0 30px;
}
.order-item {
  display: flex;
  align-items: flex-start;
  gap: 0 40px;
  padding: 30px 0;
}
.order-item:not(:first-child) {
  border-top: 5px solid #bfbdb7;
}
.order-item-imgbox {
  min-width: 180px;
}
.order-item-content {
  width: 100%;
}
.order-item-content-inner {
  display: flex;
  gap: 0 40px;
  align-items: flex-start;
}
.order-item-content-inner + .order-item-content-inner {
  border-top: 5px solid #bfbdb7;
  padding-top: 30px;
  margin-top: 30px;
}
.order-item-cart {
  width: 100%;
  max-width: 145px;
  margin-left: auto;
}
.order-item-cart form {
  display: flex;
  flex-direction: column-reverse;
}
.order-item-cart-quant {
  display: flex;
  align-items: center;
  gap: 0 10px;
  position: relative;
}
.order-item-cart-quant::before, .order-item-cart-quant::after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
}
.order-item-cart-quant::before {
  background-color: #ef6572;
  width: 30px;
  height: 100%;
  right: 0;
  top: 0;
}
.order-item-cart-quant::after {
  width: 11px;
  height: 14px;
  background-image: url(./img/order/arrow-down.svg);
  right: 10px;
  top: 18px;
}
.order-item-cart-quant-text {
  min-width: 34px;
}
.order-item-cart .skuquantity {
  text-align: right;
  padding-right: 50px;
}
.order-item-cart .skubutton {
  background-color: #ef6572;
  padding: 10px;
  margin-top: 20px;
  color: #fff;
  border-radius: 5px;
}
.order-item-cart .error_message {
  margin-top: 10px;
}
.order-total {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border: 2px solid #ef6572;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
  padding: 15px 20px;
  background-color: #fff;
  width: 100%;
  max-width: 200px;
}
.order-total-btn {
  display: block;
  margin-top: 10px;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 26px;
  color: #fff;
  background-color: #ef6572;
  font-weight: 700;
  font-size: 18px;
  transition: opacity 0.4s;
}
.order-total-btn:hover {
  opacity: 0.7;
}
.order-form-title {
  color: #fff;
  background-color: #388038;
  font-size: 18px;
  text-align: center;
  padding: 10px;
}

.error_message {
  font-size: 15px !important;
  line-height: 1.6 !important;
  color: #ef6572 !important;
}

#cart .upbutton {
  text-align: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px 0;
  margin-bottom: 30px;
}

#cart input[name=upButton] {
  color: #fff;
  background-color: #ef6572;
  font-weight: 700;
  width: 100%;
  max-width: 140px;
  padding: 10px;
  border-radius: 5px;
}

#cart td.stock,
#cart td.num {
  display: none;
}

#cart .thumbnail {
  width: 110px !important;
}

#cart input.quantity {
  width: 100% !important;
  padding: 10px;
  font-size: 16px !important;
}

#cart input.delButton {
  color: #fff;
  background-color: #7e7e7e;
  border-radius: 5px;
  font-size: 15px;
}

#cart th {
  background-color: #e1f4e1 !important;
  color: #388038 !important;
  font-weight: 700 !important;
  padding: 10px !important;
  font-size: 1em !important;
}

#cart th,
#cart td {
  border-color: #bfbdb7 !important;
  padding: 10px !important;
}

em.tax {
  font-size: 1em !important;
}

#cart .amount {
  font-size: 20px !important;
}

#cart .subtotal {
  width: 150px !important;
}

#cart .price,
#cart .unitprice {
  width: 100px !important;
}

#cart .quantity {
  width: 80px !important;
}

#cart .action {
  width: 70px !important;
}

#cart table#cart_table {
  margin-bottom: 0 !important;
}

.send {
  /* max-width: 200px; */
  max-width: 350px;
  margin: 30px auto 0;
}

.continue_shopping_button,
.to_customerinfo_button,
.back_cart_button,
.to_deliveryinfo_button,
.back_to_customer_button,
.to_confirm_button,
.back_to_delivery_button,
.checkout_button,
.back_to_top_button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  border-radius: 26px;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: opacity 0.4s;
}
.continue_shopping_button:hover,
.to_customerinfo_button:hover,
.back_cart_button:hover,
.to_deliveryinfo_button:hover,
.back_to_customer_button:hover,
.to_confirm_button:hover,
.back_to_delivery_button:hover,
.checkout_button:hover,
.back_to_top_button:hover {
  opacity: 0.7;
}

.continue_shopping_button,
.back_cart_button,
.back_to_customer_button,
.back_to_delivery_button,
.back_to_top_button {
  background-color: #388038;
}

.to_customerinfo_button,
.to_deliveryinfo_button,
.to_confirm_button,
.checkout_button {
  background-color: #ef6572;
}

.checkout_button {
  margin-top: 30px;
}

#customer-info table {
  margin-top: 0 !important;
}

#customer-info tr,
#delivery-info tr {
  border-top: 1px solid #bfbdb7;
  border-bottom: 1px solid #bfbdb7;
}
#customer-info tr:last-child,
#delivery-info tr:last-child {
  border-bottom: none;
}

#customer-info th,
#delivery-info th {
  font-size: 16px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
  color: inherit !important;
  margin: 0 !important;
  border: none !important;
  background-color: #fff !important;
  padding: 30px 10px !important;
  width: 300px !important;
}

#customer-info td,
#delivery-info td {
  font-size: 100% !important;
  line-height: 1.8 !important;
  color: inherit !important;
  border: none !important;
  padding: 30px 10px 30px 0 !important;
  width: 100% !important;
}

#customer-info .customer_form tr.inp1 input,
#customer-info .customer_form input,
#customer-info .customer_form tr.inp2 input {
  width: 100% !important;
  margin: 0 !important;
}

#customer-info .name_td,
#customer-info #furikana_row td {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
#customer-info .name_td:nth-child(2),
#customer-info #furikana_row td:nth-child(2) {
  padding-bottom: 0 !important;
}

#customer-info .name_td:nth-child(2),
#customer-info #furikana_row td:nth-child(2) {
  padding-bottom: 0 !important;
}
#customer-info .name_td:last-child,
#customer-info #furikana_row td:last-child {
  padding-top: 0 !important;
  margin-top: 10px;
}

#customer-info .member_name,
#customer-info .member_furigana {
  min-width: 40px;
}

#customer-info td[colspan="2"] {
  color: #bfbdb7 !important;
  display: flex;
  gap: 10px;
  align-items: center;
}

#customer-info .send,
#delivery-info .send,
#info-confirm .send {
  margin-top: 30px !important;
  padding-top: 0 !important;
  border: none !important;
}

#info-confirm .send {
  max-width: 300px;
}

#delivery-info .customer_form em,
#customer-info .customer_form em {
  color: #ef6572 !important;
  font-weight: 900;
  margin-right: 5px;
}

#customer-info .customer_form input#search_zipcode,
#delivery-info #delivery_table input#search_zipcode {
  max-width: 110px;
  background-color: #ef6572;
  border-radius: 25px;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
}

#customer-info .customkey_contact td {
  display: flex;
  gap: 10px 50px;
}
#customer-info .customkey_contact td[colspan="2"] {
  color: #231815 !important;
}

#customer-info .customer_form label.iopt_label,
#delivery-info label[for=payment_name_0],
#delivery-info label[for=payment_name_1] {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
#customer-info .customer_form label.iopt_label::before,
#delivery-info label[for=payment_name_0]::before,
#delivery-info label[for=payment_name_1]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  border: 1px solid #bfbdb7;
}
#customer-info .customer_form label.iopt_label:has(input[type=radio]:checked)::after,
#delivery-info label[for=payment_name_0]:has(input[type=radio]:checked)::after,
#delivery-info label[for=payment_name_1]:has(input[type=radio]:checked)::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #388038;
  position: absolute;
  left: 4px;
  top: calc(50% - 6px);
}

#delivery-info label[for=payment_name_1] {
  margin-top: 10px;
}

#delivery-info .customer_form dt {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #231815 !important;
  padding-top: 0 !important;
}

.customkey_contact th::after,
.customkey_note th::after {
  font-size: 14px;
  color: #ef6572;
  margin-left: 10px;
}

.customkey_contact th::after {
  content: "※こちらから折り返し確認のご連絡させていただきますので、どちらか選択してください。";
}

.customkey_note th::after {
  content: "※リスト以外のご希望商品があれば備考欄にご記載ください。";
}

td:has(#customer_pref) {
  position: relative;
}
td:has(#customer_pref)::before, td:has(#customer_pref)::after {
  content: "";
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: calc(100% - 60px);
  max-width: 408px;
  pointer-events: none;
  top: 30px;
  left: 0;
}
td:has(#customer_pref)::before {
  background: linear-gradient(to left, #ef6572 30px, transparent 30px);
}
td:has(#customer_pref)::after {
  background-image: url(./img/order/arrow-down.svg);
  background-position: right 10px top 18px;
}

#info-confirm #cart .action {
  display: none;
}

#info-confirm .order-form-title {
  margin-top: 50px;
}

#info-confirm #confirm_table {
  margin-top: 0 !important;
}

#confirm_table tr {
  border-top: 1px solid #bfbdb7;
}

#confirm_table th {
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #231815 !important;
  margin: 0 !important;
  padding: 30px 0 30px 10px !important;
  border: none !important;
  width: 300px !important;
}

#confirm_table td {
  font-size: 16px !important;
  color: #231815 !important;
  padding: 30px 10px 30px 0 !important;
  border: none !important;
}

#confirm_table .ttl,
.delivery-name-row,
.delivery-furikana-row,
.delivery-zipcode-row,
.delivery-states-row,
.delivery-address1-row,
.delivery-address2-row,
.delivery-address3-row,
.delivery-tel-row,
.delivery-fax-row {
  display: none;
}

.information {
  display: flex;
  gap: 0 80px;
  align-items: flex-start;
  justify-content: space-between;
}
.information-item + .information-item {
  margin-top: 80px;
}
.information-title {
  border-bottom: 1px dotted #bfbdb7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.information-date {
  color: #388038;
}
.information-archive {
  min-width: 180px;
  max-width: 180px;
}
.information-archive-block + .information-archive-block {
  margin-top: 40px;
}
.information-archive-title {
  font-size: 14px;
  color: #fff;
  background-color: #388038;
  font-weight: 500;
  line-height: 32px;
  border-radius: 5px;
  padding: 0 15px;
  max-width: 158px;
  margin-bottom: 10px;
}
.information-archive-item {
  font-size: 15px;
  line-height: 1.4;
}
.information-archive-item a {
  display: block;
  padding-left: 30px;
  position: relative;
}
.information-archive-item a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 6px;
  background-image: url(./img/information/arrow-archive.svg);
  position: absolute;
  top: 9px;
  left: 9px;
}
.information-archive-item + .information-archive-item {
  margin-top: 5px;
}

.wp-pagenavi {
  margin: 80px auto 0;
  padding: 0 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.wp-pagenavi a:not(.previouspostslink, .nextpostslink),
.wp-pagenavi span {
  color: #8f9dac;
  font-weight: 400;
}
.wp-pagenavi a:not(.previouspostslink, .nextpostslink),
.wp-pagenavi span:not(.extend) {
  font-size: 28px;
}
.wp-pagenavi span.current {
  color: #388038;
}

.previouspostslink,
.nextpostslink {
  position: absolute;
  display: inline-block;
  width: 57px;
  height: 57px;
}

.previouspostslink {
  left: 0;
  background-image: url(./img/information/arrow-prev.svg);
}

.nextpostslink {
  right: 0;
  background-image: url(./img/information/arrow-next.svg);
}

@media screen and (max-width: 1660px) {
  .home-mv-imgbox {
    width: 60%;
  }
  .home-mv-imgbox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-mv-content {
    min-width: 506px;
  }
}
@media screen and (min-width: 1101px) {
  .gnavBtn,
  .gnav-contact {
    display: none;
  }
}
@media screen and (max-width: 1340px) {
  .order-total {
    position: sticky;
    right: 0;
    margin-top: 30px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .gnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.4s;
    background-color: #388038;
    padding: 15px;
    z-index: 10;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
  }
  .gnav.open {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
  }
  .gnav-list {
    display: block;
    text-align: center;
    padding: 0;
    color: #fff;
  }
  .gnav-item {
    border-bottom: 1px solid #fff;
  }
  .gnav-link {
    padding: 10px;
  }
  .gnav-link::before {
    display: none;
  }
  .gnavBtn {
    width: 70px;
    min-width: 70px;
    height: 70px;
    cursor: pointer;
    display: inline-block;
    border: none;
    outline: none;
    text-align: center;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 11;
    background-color: #388038;
  }
  .gnavBtn-bar {
    position: relative;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .gnavBtn-bar::before, .gnavBtn-bar::after {
    content: "";
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    transition-property: background-color, transform;
    transition-duration: 0.4s;
  }
  .gnavBtn-bar::before {
    top: -9px;
  }
  .gnavBtn-bar::after {
    width: 20px;
    top: 9px;
  }
  .gnavBtn.active .gnavBtn-bar {
    background-color: transparent;
  }
  .gnavBtn.active .gnavBtn-bar::before {
    transform: translateY(9px) rotate(45deg);
  }
  .gnavBtn.active .gnavBtn-bar::after {
    width: 30px;
    transform: translateY(-9px) rotate(-45deg);
  }
  .nav_open {
    overflow: hidden;
  }
  .gnav-contact {
    margin-top: 50px;
    width: 100%;
  }
  .gnav-contact .contact-note {
    text-align: center;
    color: #fff;
  }
  .gnav-contact .contact-links-tel,
  .gnav-contact .contact-links-mail {
    color: #388038;
    background-color: #fff;
    margin: 10px auto 0;
  }
  .home-mv {
    display: block;
  }
  .home-mv-imgbox {
    width: auto;
  }
  .home-mv-imgbox img {
    height: auto;
    -o-object-fit: fill;
       object-fit: fill;
  }
  .home-mv-content {
    display: flex;
    gap: 0 70px;
  }
  .home-mv-contact {
    margin-top: 0;
  }
  #customer-info td[colspan="2"] {
    flex-direction: column;
    align-items: stretch;
  }
}
@media screen and (max-width: 900px) {
  .home-mv-content {
    display: block;
    max-width: 446px;
    min-width: 0;
    padding: 60px 30px;
  }
  .home-mv-contact {
    margin-top: 50px;
  }
  .home-information .container_m {
    gap: 0 50px;
  }
  .home-line-top {
    gap: 0 70px;
  }
  .information {
    display: block;
  }
  .information-archive {
    min-width: 0;
    max-width: none;
    margin-top: 90px;
  }
}
@media screen and (max-width: 768px) {
  .order-top-item-item {
    display: block;
  }
  .order-top-item-item + .order-top-item-item {
    margin-top: 10px;
  }
  .order-top-item-item-title {
    min-width: 0;
    max-width: 172px;
    margin-bottom: 5px;
  }
  .order-item,
  .order-item-content-inner {
    display: block;
  }
  .order-item-imgbox {
    text-align: center;
    margin-bottom: 20px;
  }
  .order-item-cart {
    margin: 20px auto 0;
  }
  .cart_table-wrapper {
    overflow-x: scroll;
  }
  #cart_table {
    max-width: none;
    width: 708px;
  }
  #customer-info th,
  #customer-info td,
  #delivery-info th,
  #delivery-info td,
  #confirm_table th,
  #confirm_table td {
    display: block;
  }
  #customer-info th,
  #delivery-info th,
  #confirm_table th {
    padding: 30px 10px 0 !important;
    margin-bottom: 10px !important;
    width: auto !important;
  }
  #customer-info td,
  #delivery-info td,
  #confirm_table td {
    padding: 0 10px 30px !important;
  }
  td:has(#customer_pref)::before,
  td:has(#customer_pref)::after {
    width: calc(100% - 20px);
    height: calc(100% - 30px);
    top: 0;
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 600px) {
  .header {
    padding: 25px 120px 25px 30px;
  }
  .home-mv-content {
    margin: 0;
  }
  .home-information .container_m {
    display: block;
  }
  .home-information-title {
    margin-bottom: 20px;
  }
  .home-medical-block {
    padding: 30px 40px;
  }
  .home-medical-list.pink .home-medical-item:nth-child(n+13),
  .home-medical-item {
    min-width: 0;
    width: 100%;
  }
  .home-line-top {
    justify-content: center;
    gap: 0 30px;
  }
  .home-fa {
    display: block;
  }
  .home-fa-qr {
    margin-top: 10px;
    text-align: center;
  }
  .home-doctor-profile {
    gap: 0 20px;
    padding: 20px 30px;
  }
  .home-line-box {
    gap: 0 30px;
  }
  .home-order {
    padding: 30px 35px;
  }
  .footer-content {
    margin-top: 20px;
  }
  .home-hours-table {
    font-size: 16px;
  }
  .home-hours-table th,
  .home-hours-table td {
    padding: 5px 0;
  }
  .home-hours-table th:nth-child(n+2):nth-child(-n+7),
  .home-hours-table td:nth-child(n+2):nth-child(-n+7) {
    width: 35px;
  }
  .home-hours-table td:last-child {
    font-size: 14px;
    line-height: 1.6;
  }
  .home-hours-table tr:nth-child(n+2) th {
    line-height: 1.6;
  }
  .child-mv {
    padding: 30px 0;
  }
  .wp-pagenavi {
    padding: 0 60px;
    gap: 0 15px;
  }
  .previouspostslink,
  .nextpostslink {
    background-size: contain;
    width: 40px;
    height: 40px;
  }
  .order-total {
    max-width: none;
    bottom: 0;
  }
  .order-total-content {
    display: flex;
    justify-content: center;
    gap: 0 30px;
  }
  .order-total-content .mt-10 {
    margin-top: 0;
  }
  .order-total-sp_flex {
    display: flex;
    gap: 0 10px;
    align-items: center;
  }
  .order-total-btn {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .home-mv-content {
    padding: 60px 15px;
  }
  .home-medical-block {
    padding: 20px 30px;
  }
  .home-doctor-profile {
    display: block;
  }
  .home-doctor-profile-imgbox {
    text-align: center;
    margin-bottom: 10px;
  }
  .home-line-box {
    display: block;
  }
  .home-line-box {
    padding: 15px 20px;
  }
  .home-line-box .fz-20 {
    text-align: center;
    margin-bottom: 5px;
  }
}