@charset "utf-8";

/*--------------------------------------
  # Web Font
--------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&family=Noto+Sans+JP:wght@400..700&display=swap');

/*--------------------------------------
  # General
--------------------------------------*/
html {
  font-size: 62.5%;
  overflow-y: scroll !important;
  word-break: break-word;
  scroll-behavior: smooth;
  /* scroll-padding-top: 100px; */
}

body {
  margin: 0 !important;
  color: #333;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
}

@media (min-width: 950px) {
  html {
    /* scroll-padding-top: 100px; */
  }

  body {
    font-size: 1.6rem;
    /* line-height: 1.8; */
  }
}

/*--------------------------------------
  # Common
--------------------------------------*/

/* show-hide */

@media (max-width: 949px) {
  .hide-m {
    display: none !important;
  }
}

@media (min-width: 950px) {
  .hide-d {
    display: none !important;
  }
}

/* icon */

i[class*="x-twitter"] {
  display: flex;
  color: var(--x-icon-color);
}

i[class*="line"] {
  display: flex;
  color: var(--line-icon-color);
}

i[class*="facebook"] {
  display: flex;
  color: var(--facebook-icon-color);
}

i[class*="instagram"] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.01em;
  height: 1.01em;
  color: #FFF;
  background: var(--instagram-icon-color);
  border-radius: 18%;
}

i[class*="instagram"]::before {
  display: block;
  font-size: 84%;
  line-height: 0;
}

/* form input */

@media (max-width: 949px) {

  input,
  select,
  textarea {
    font-size: 16px;
  }
}

/*--------------------------------------
  # Header
--------------------------------------*/

@media (max-width: 949px) {
  #header {
    position: fixed;
    z-index: 999;
    top: -60px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    transition: 0.2s;
  }

  body.scroll #header {
    top: 0;
  }

  #header .header-wrapper {
    padding: 0 60px 0 10px;
  }

  #header .site-title {
    display: flex;
    align-items: center;
  }

  #header .site-title a {
    display: block;
    text-decoration: none;
  }

  #header .site-title a img {
    display: block;
    max-width: 240px;
    height: 60px;
    padding: 8px 0;
    object-fit: contain;
  }



  #header .supplement-nav {
    padding: 20px;
  }

  #header .supplement-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  #header .supplement-nav .icon {
    margin: 7.5px;
  }

  #header .supplement-nav .icon a {
    display: block;
    font-size: 26px;
    text-decoration: none;
  }

  #header .supplement-nav .icon i {}

  #header .supplement-nav .btn {
    width: 100%;
    margin-bottom: 15px;
  }

  #header .supplement-nav .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    min-height: 50px;
    padding: 0 20px;
    color: var(--main-color-r);
    font-size: 1.6rem;
    font-weight: bold;
    background: var(--main-color);
    border-bottom: 3px solid rgb(0 0 0 / 20%);
    border-radius: 5px;
    text-decoration: none;
  }

  #header .supplement-nav .btn .btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .supplement-nav .btn i {
    margin: 0 10px -2px 0;
    font-size: 25px;
  }

  #header .supplement-nav .btn .btn-name {
    text-align: center;
  }

  #header .supplement-nav .btn .btn-name .tel-number {
    display: block;
    font-size: 125%;
  }

  #header .supplement-nav .btn .btn-name .tel-date {
    display: block;
    font-size: 1.0rem;
    font-weight: normal;
  }

  #header .global-nav-icon {
    position: absolute;
    z-index: 999;
    right: 0;
    top: 0;
  }

  #header .global-nav-icon a {
    align-items: center;
    color: #000;
    display: flex;
    flex-direction: column;
    font-size: 34px;
    height: 60px;
    justify-content: center;
    position: relative;
    text-decoration: none;
    transition: .2s;
    width: 60px;
  }

  body.scroll #header .global-nav-icon a {
    opacity: .6;
  }

  #header .global-nav-icon a .i {
    border-bottom: 1px solid;
    display: block;
    margin: 4px 0;
    transition: .2s;
    width: 30px;
  }

  body.open #header .global-nav-icon a {
    color: #fff;
    opacity: 1;
    transform: rotate(135deg);
  }

  body.open #header .global-nav-icon a .i {
    margin: 0;
  }

  body.open #header .global-nav-icon a .i.t {
    transform: rotate(90deg);
  }

  body.open #header .global-nav-icon a .i.m {
    border: none;
    opacity: 0;
  }

  body.open #header .global-nav-icon a .i.b {
    transform: translateY(-1px);
  }

  #header .global-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    overflow: auto;
    transition: 0.15s background, 0s 0s left;
  }

  body:not(.open) #header .global-nav {
    left: -100%;
    background: none;
    transition: 0.15s background, 0s 0.15s left;
  }

  #header .global-nav .global-nav-wrapper {
    min-height: 100%;
    margin-right: 20%;
    background: #FFF;
    box-shadow: 1px 0 4px rgb(0, 0, 0, 0.25);
    transition: 0.3s transform;
  }

  body:not(.open) #header .global-nav .global-nav-wrapper {
    transform: translateX(-100%);
  }

  #header .global-nav .nav-item {
    border-bottom: 1px solid #CCC;
  }

  #header .global-nav .nav-item-name {
    position: relative;
    display: block;
    padding: 15px 20px;
    font-family: "M PLUS 1p", sans-serif;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
  }

  #header .global-nav .nav-item-name:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 7px;
    height: 7px;
    border-top: 1px solid;
    border-right: 1px solid;
    opacity: 0.6;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.2s;
  }

  #header .global-nav .has-child .nav-item-name:after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }

  #header .global-nav .has-child:not(.open) .nav-item-name:after {
    transform: translate(-50%, -50%) rotate(135deg);
  }

  #header .global-nav .sns-link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
  }

  #header .global-nav .sns-link li {
    margin: 0 0.8em;
  }

  #header .global-nav .sns-link a {
    display: block;
    font-size: 140%;
  }

  #header .global-nav .inquiry-btn {
    margin: 20px;
  }

  #header .global-nav .inquiry-btn+.inquiry-btn {
    margin-top: -5px;
  }

  #header .global-nav .inquiry-btn a {
    display: block;
    color: #FFF;
    font-size: 115%;
    font-weight: bold;
    background: #000;
    text-decoration: none;
    text-align: center;
    padding: 0.8em;
  }

  #header .global-nav .child-nav {
    clear: both;
    padding: 10px 20px;
    background: rgb(0 0 0 / 8%);
    overflow: hidden;
    transition: 0.2s;
  }

  #header .global-nav .nav-item:not(.open) .child-nav {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    opacity: 0;
  }

  #header .global-nav .child-nav a {
    position: relative;
    display: block;
    padding: 0.5em 0 0.5em 1.2em;
  }

  #header .global-nav .child-nav a:before {
    content: '';
    position: absolute;
    top: 1.05em;
    left: 0.3em;
    width: 5px;
    height: 5px;
    border: 1px solid;
    border-radius: 100%;
    transform: translateY(-50%);
    opacity: 0.6;
  }
}

@media (min-width: 950px) {
  #header {
    position: fixed;
    z-index: 999;
    top: -80px;
    left: 0;
    width: 100%;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    line-height: 1.2;
    transition: 0.2s;
  }

  body.scroll #header {
    top: 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.25);
  }

  #header .header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    padding: 0 40px;
  }

  #header .site-title {}

  #header .site-title a {
    display: block;
    text-decoration: none;
  }

  #header .site-title a img {
    display: block;
    width: auto;
    height: 52px;
  }

  #header .supplement-nav {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
  }

  #header .supplement-nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    margin-top: 2px;
  }

  #header .supplement-nav .icon {
    margin-left: 10px;
  }

  #header .supplement-nav .icon a {
    display: block;
    font-size: 22px;
    text-decoration: none;
    transition: 0.2s;
  }

  #header .supplement-nav .icon a:hover {
    opacity: 0.6;
  }

  #header .supplement-nav .icon i {}

  #header .supplement-nav .btn {
    margin-left: 15px;
  }

  #header .supplement-nav .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    min-height: 46px;
    padding: 0 20px;
    color: var(--main-color-r);
    font-weight: bold;
    background: var(--main-color);
    border-bottom: 3px solid rgb(0 0 0 / 20%);
    border-radius: 5px;
    text-decoration: none;
    transition: 0.15s;
  }

  #header .supplement-nav .btn a:hover {
    /* opacity: 0.6; */
    min-height: 44px;
    margin-top: 2px;
    border-bottom: none;
    filter: brightness(0.85);
  }

  #header .supplement-nav .btn .btn-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #header .supplement-nav .btn i {
    margin: 0 10px -2px 0;
    font-size: 25px;
  }

  #header .supplement-nav .btn .btn-name {
    text-align: center;
  }

  #header .supplement-nav .btn .btn-name .tel-number {
    display: block;
    font-size: 125%;
  }

  #header .supplement-nav .btn .btn-name .tel-date {
    display: block;
    font-size: 1.0rem;
    font-weight: normal;
  }

  #header .global-nav-icon {
    display: none;
  }

  #header .global-nav {
    flex: 1;
  }

  #header .global-nav ul.nav-wrapper {
    display: flex;
    justify-content: right;
  }

  #header .global-nav .nav-item {
    position: relative;
  }

  #header .global-nav .nav-item:not(:first-child) {
    margin-left: 3vw;
  }

  #header .global-nav .nav-item-name {
    display: block;
    padding: 10px;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 400;
    text-decoration: none;
    transform: rotate(0.05deg);
    transition: 0.2s;
  }

  #header .global-nav a.nav-item-name:hover {
    color: #61991e;
  }

  #header .global-nav .child-nav {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 15px;
    color: var(--main-color-r);
    font-size: 90%;
    background: var(--main-color);
    white-space: nowrap;
    /* box-shadow: 0 1px 4px rgb(0 0 0 / 25%); */
    overflow: hidden;
    transition: 0.2s;
  }

  #header .global-nav .nav-item:not(:hover) .child-nav {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 0;
    opacity: 0;
  }

  #header .global-nav .child-nav li:not(:last-child) {
    margin-bottom: 0.8em;
  }
}

/*--------------------------------------
  # Contents
--------------------------------------*/

#contents {}

/*--------------------------------------
  # main
--------------------------------------*/

#main {
  padding-bottom: 20px;
}

@media (min-width: 950px) {
  #main {
    padding-bottom: 40px;
  }
}

/*--------------------------------------
  # Footer
--------------------------------------*/

#footer {
  background: #FFF;
  border-top: 1px solid #CCC;
}

/*
#footer:before {
  content: '';
  display: block;
  width: 100%;
  height: calc(52px /2);
  margin-bottom: calc(-50px /2);
  background: url(../img/bg/footer_bg_sp.png) no-repeat;
  background-size: 100% 100%;
  transform: translateY(calc(-50px /2));
}
*/

#footer .footer-wrapper {
  padding: 40px 0;
}

#footer .information {
  margin-bottom: 35px;
  font-style: normal;
  text-align: center;
}

#footer .information .site-title {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

#footer .information .site-title a {
  display: block;
  transition: 0.2s;
}

#footer .information .site-title a:hover {}

#footer .information .site-title a img {
  display: block;
  width: 160px;
  object-fit: contain;
}

#footer .information p {
  font-size: 95%;
}

#footer .copylight {
  text-align: center;
  line-height: 1.2;
}

#footer .copylight small {
  font-size: 1.2rem;
}

@media (min-width: 950px) {
  #footer {}

  #footer:before {
    height: 93px;
    margin-bottom: -93px;
    background: url(../img/bg/footer_bg_pc.png) no-repeat;
    background-size: 100% 100%;
    transform: translateY(-93px);
  }

  #footer .footer-wrapper {
    padding: 60px 0;
  }

  #footer .information {
    margin-bottom: 60px;
  }

  #footer .information .site-title {
    margin-bottom: 60px;
  }

  #footer .information .site-title a {}

  #footer .information .site-title a:hover {}

  #footer .information .site-title a img {
    width: 229px;
  }

  #footer .information p {}

  #footer .copylight {}

  #footer .copylight small {}
}

/*--------------------------------------
  # pagetop
--------------------------------------*/

#fixed-nav {
  position: fixed;
  z-index: 990;
  right: 0;
  bottom: 0;
  width: 100%;
}

#fixed-nav .pagetop {
  position: absolute;
  right: 0;
  bottom: 100%;
  margin: 0 10px 10px 0;
  transition: 0.2s 0.2s opacity, 0.2s transform;
}

body:not(.scroll) #fixed-nav .pagetop {
  transform: translateX(999%);
  opacity: 0;
  transition: 0.2s opacity, 0.2s 0.2s transform;
}

#fixed-nav .pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: var(--eyecatch-text-color);
  background: var(--eyecatch-background-color);
  border-radius: 100%;
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s;
}

#fixed-nav .pagetop a:hover {}

#fixed-nav .pagetop a i {
  font-size: 30px;
}

#fixed-nav .banner {
  position: relative;
  display: none;
  max-width: 380px;
  margin-left: auto;
  padding: 0 10px 10px;
}

#fixed-nav .banner a {
  display: block;
}

#fixed-nav .banner a:hover {}

#fixed-nav .banner a img {
  display: block;
  width: 100%;
}

#fixed-nav .banner .close {
  position: absolute;
  top: 0;
  /* left: 0; */
  margin-top: -12px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  color: #FFF;
  background: #999;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s;
}

#fixed-nav .banner .close i {}

#fixed-nav ul.inquiry-btn {
  display: flex;
  border-radius: 10px 10px 0 0;
  color: var(--main-color-r);
  background: var(--main-color);
  line-height: 1.2;
}

#fixed-nav ul.inquiry-btn .btn {
  flex: 1;
}

#fixed-nav ul.inquiry-btn .btn:not(:last-child) {
  border-right: 1px solid;
}

#fixed-nav ul.inquiry-btn .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 0;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s;
}

#fixed-nav ul.inquiry-btn .btn a:hover {
  opacity: 0.6;
}

#fixed-nav ul.inquiry-btn .btn .btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

#fixed-nav ul.inquiry-btn .btn i {
  margin-right: 8px;
  font-size: 22px;
}

#fixed-nav ul.inquiry-btn .btn .btn-name {
  text-align: center;
}

#fixed-nav ul.inquiry-btn .btn .btn-name .tel-number {
  display: block;
  font-size: 125%;
}

#fixed-nav ul.inquiry-btn .btn .btn-name .tel-date {
  display: block;
  font-size: 1.0rem;
  font-weight: normal;
}

@media (min-width: 950px) {
  #fixed-nav {
    width: auto;
  }

  #fixed-nav .pagetop {}

  body:not(.scroll) #fixed-nav .pagetop {}

  #fixed-nav .pagetop a {}

  #fixed-nav .pagetop a:hover {
    opacity: 0.4;
  }

  #fixed-nav .pagetop a i {}

  #fixed-nav .banner {}

  #fixed-nav .banner a {
    transition: 0.2s;
  }

  #fixed-nav .banner a:hover {
    filter: contrast(0.8) brightness(1.4);
  }

  #fixed-nav .banner a img {}

  #fixed-nav .banner .close:hover {
    filter: contrast(0.8) brightness(1.4);
  }

  #fixed-nav .banner .close i {}

  #fixed-nav ul.inquiry-btn {}

  #fixed-nav ul.inquiry-btn .btn {}

  #fixed-nav ul.inquiry-btn .btn:not(:last-child) {}

  #fixed-nav ul.inquiry-btn .btn a {}

  #fixed-nav ul.inquiry-btn .btn a:hover {}

  #fixed-nav ul.inquiry-btn .btn .btn-inner {}

  #fixed-nav ul.inquiry-btn .btn i {}

  #fixed-nav ul.inquiry-btn .btn .btn-name {}

  #fixed-nav ul.inquiry-btn .btn .btn-name .tel-number {}

  #fixed-nav ul.inquiry-btn .btn .btn-name .tel-date {}

}































/*--------------------------------------
  # Common
--------------------------------------*/

/* Font size */
.mini {
  font-size: 87.5%;
}

.small {
  font-size: 87.5%;
}

.big {
  font-size: 118%;
}

.large {
  font-size: 138%;
}

/* Color */
.fc-red {
  color: #F00;
}

/* Space */
.mb0 {
  margin-bottom: 0;
}

/* link */
a {
  color: inherit;
  text-decoration: underline;
}

@media (min-width: 950px) {

  a[href^="tel:"],
  a:hover {
    text-decoration: none;
  }
}

/* text */
p {
  margin-bottom: 1.4em;
}

p.aligncenter {
  text-align: center;
}

p.alignleft {
  text-align: left;
}

p.alignright {
  text-align: right;
}

/* align */
img.aligncenter,
img.alignleft,
img.alignright,
div.aligncenter,
div.alignleft,
div.alignright {
  display: block;
  margin: 1.5em auto;
  text-align: center;
}

div.aligncenter img,
div.alignleft img,
div.alignright img {
  display: block;
  margin-bottom: 0.2em;
}

@media (min-width: 950px) {

  img.aligncenter,
  img.alignleft,
  div.alignleft {
    float: left;
    clear: left;
    max-width: 35%;
    margin: 0 60px 60px 0;
  }

  img.alignright,
  div.alignright {
    float: right;
    clear: right;
    max-width: 35%;
    margin: 0 0 60px 60px;
  }
}

/* List */
ul.reset,
ol.reset {
  list-style: none;
}

ul:not(.reset) {
  list-style: disc;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

ol:not(.reset) {
  list-style: decimal;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  overflow: hidden;
}

ul:not(.reset)>li,
ol:not(.reset)>li {
  margin: 0.1em 0;
}

ul:not(.reset) ul:not(.reset),
ol:not(.reset) ul:not(.reset) {
  list-style: circle;
  margin-bottom: 0;
}

/* Table */
table {
  width: 100%;
  margin: 2em 0;
  font-size: 94%;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-left: 1px solid #CCC;
}

table caption {
  margin-bottom: 0.25em;
  font-weight: bold;
  text-align: left;
}

table th,
table td {
  padding: 5px 10px;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

table th {
  font-weight: bold;
  background: #EEE;
}

@media (max-width: 949px) {
  .table-slider {
    margin: 2em 0;
    overflow: auto;
  }

  .table-slider>table {
    margin: 0;
    min-width: 200vw;
  }
}

.clear {
  clear: both;
}

.anchor {
  display: block;
  transform: translateY(-30px);
}

a.link-mark {
  position: relative;
  display: inline-flex;
  justify-content: left;
  align-items: center;
  text-decoration: none;
  line-height: 1.2;
}

a.link-mark::before {
  content: '\f054';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  color: #FFF;
  font-size: 11px;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  background: #61991e;
  border-radius: 100%;
}

a.link-mark span {
  display: block;
  text-decoration: underline;
}

a.link-mark:hover span {
  text-decoration: none;
}