@charset "utf-8";

/*-------------- 共通 --------------*/
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html,body{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0px;
    padding: 0;
}

body {
    width: 100%;
    font-size: 100%;
    color: #333;
    line-height: 1.75;
    text-align: center;
    -webkit-text-size-adjust: 100%;
}

a {
    text-decoration: none;
    display: block;
    color: #333;
}

a:hover{
    opacity: 0.7;
    -webkit-transition: ease 0.6s;
    -moz-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
}

ul {
    list-style: none;
}

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

iframe {
  vertical-align: bottom;
}

figure {
  margin-bottom: 24px;
}
figcaption {
  padding-top: 8px;
}

.hover_img {
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}
.hover_img img {
  height: auto;
  transition: transform .6s ease;
}
.hover_img:hover img {
  transform: scale(1.1);
}
/* title */
.heading {
  position: relative;
  padding-bottom: 24px;
  font-size: 24px;
}
.heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  background-color: #b3dcff;
  background-color: var(--accent-color);
  border-radius: 16px;
}
.title01 {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}
.title02 {
  position: relative;
  text-align: center;
  font-size: 1.75rem;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 500;
}
.title02::before {
  border-bottom: 8px solid #5ecc62;
  bottom: -20px;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
}
.title02::after {
  border-bottom: 8px solid #0085f7;
  bottom: -20px;
  content: "";
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  left: 100px;
  width: 100px;
}
.title03 {
  font-size: 1.5em;
  margin-bottom: 8px;
}
.title_uline {
  font-size: 1.25rem;
  display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(171,229,174) 70%);
  margin-bottom: 24px;
}
.title_uline02 {
  border-bottom: 1px solid #00ad45;
  margin-bottom: 16px;
}
.title_bl {
  color: #00ad45;
  color: var(--main-color-deep);
  font-size: 2rem;
}
.ttl_s {
  font-size: 1.25rem;
  font-weight: normal;
}

/* text */
.ta_l {
  text-align: left;
}
.ta_just {
  text-align: justify;
}
.st_txt_b {
  font-weight: bold;
}
.st_txt_red {
  color: #fc636b;
  font-size: 1.25rem;
  font-weight: 600;
}

/* margin */
.mb8 { margin-bottom: 8px; }
.mb16 { margin-bottom: 16px; }
.mb24 { margin-bottom: 24px; }
.mb32 { margin-bottom: 32px; }
.mb40 { margin-bottom: 40px; }
.mb48 { margin-bottom: 48px; }
.mb56 { margin-bottom: 56px; }
.mb80 { margin-bottom: 80px; }

/* padding */
.pb40 { padding-bottom: 40px; }
.pt16 { padding-top: 16px; }
.pt24 { padding-top: 24px; }
.pt80 { padding-top: 80px; }
.pb80 { padding-bottom: 80px; }
.pd_tb56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
.ptb80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pl16 { padding-left: 1rem; }

/* color */
:root {
    --main-color: #5ecc62;
    --main-color-deep: #00ad45;
    --main-color-light: #dff5e0;
    --accent-color: #b3dcff;
    --text-color: #333;
    --gray: #999;
    --white: #fff;
}

.c_grn {
  color: #00ad45;
  color: var(--main-color-deep);
}

/* bg */
.bg_green {
    background-color: #dff5e0;
    background-color: var(--main-color-light);
}

/* border */
.sec_border {
  border: 1px solid #dff5e0;
}

/* button */
.more_btn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 2px;
}
.more_btn:hover {
  border-color: #00ad45;
  border-color: var(--main-color-deep);
  background-color: #00ad45;
  background-color: var(--main-color-deep);
  color: #fff;
  color: var(--white);
  transition: all .6s ease;
}
  #aside .rarea {
    position: fixed;
    bottom: 15%;
    right: 3%;
    width: 168px;
    z-index: 10;
  }
  .resv_btn {
    width: 152px;
    height: 152px;
    margin: 0 auto;
    background-color: #b3dcff;
    background-color: var(--accent-color);
    border-radius: 50%;
    padding: 2rem 1.5rem 1.5rem;
    line-height: 1.2;
    font-weight: 600;
  }
  .resv_btn i {
    font-size: 40px;
    color: #0085f7;
    margin-bottom: .75rem;
  }
  #about #aside .rarea,
  #treatment #aside .rarea,
  #plan #aside .rarea,
  #contact #aside .rarea,
  #thanks #aside .rarea,
  #news_detail #aside .rarea,
  #news_list #aside .rarea {
    top: 30%;
  }

/* to top btn */
.top_btn{
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 10;
  background: #333;
  opacity: 0.8;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top_btn.open{
  display: none;
}

.fa-angle-up{
  font-size: 28px;
  color: #fff;
  text-align: center;
  margin-bottom: 2px;
 position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*-------------- header --------------*/
#header {
  width: 100%;
  height: 132px;
  position: fixed;
  background-color: rgba(255,255,255,.8);
  box-shadow: rgba(111, 111, 111, 0.2) 0 2px 2px;
  z-index: 50;
}
.header_inner {
  /*padding: 0 16px;*/
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}
/* PC header */
.main_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.h_left {
  width: 30%;
  padding-top: 12px;
  /*padding-bottom: 12px;*/
}
.site_name {
  text-align: left;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  line-height: normal;
}
.site_name a {
  display: inline-block;
}
.h_right {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.h_info {
  margin-top: 12px;
  margin-right: 1rem;
  margin-left: 1rem;
}
.h_info_box {
  background-color: #00ad45;
  background-color: var(--main-color-deep);
  color: #fff;
  color: var(--white);
  font-size: .875rem;
  padding-right: 20px;
  padding-left: 20px;
  margin-bottom: 8px;
}
.h_info_phone {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: normal;
}
.h_info_phone i {
  margin-right: .25rem;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}
.panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.panel i {
  font-size: 32px;
  padding-top: 8px;
  padding-bottom: 4px;
}
.to_contact,
.to_reserve {
  width: 80px;
  height: 72px;
  color: #fff;
  color: var(--white);
  font-size: .75rem;
}
.to_contact {
  background-color: #5ecc62;
  background-color: var(--main-color);
}
.to_reserve {
  background-color: #0085f7;
}
#gnav ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#gnav {
  padding-top: 16px;
  padding-bottom: 16px;
}
#gnav li {
  width: 185px;
  border-left: 1px solid #999;
}
#gnav li:last-child {
  border-right: 1px solid #999;
}
#gnav li a {
  padding: 0 16px;
  position: relative;
}
#gnav li a::before,
#gnav li a::after {
  border-bottom: solid 2px #5ecc62;
  bottom: -1rem;
  content: "";
  display: block;
  position: absolute;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}
#gnav li a::before {
  left: 50%;
}
#gnav li a::after {
  right: 50%;
}
#gnav li a:hover {
  color: #5ecc62;
  color: var(--main-color);
  opacity: 1;
}
#gnav li a:hover::before,
#gnav li a:hover::after {
  width: 50%;
}
/* PC scroll down header */
.down_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-------------- footer --------------*/
.time_table {
    display: block;
    border-collapse: collapse;
    /* overflow-x: scroll;で、
      スマホ画面幅に表が入りきらない場合は
      横スクロールしてくれます */
    overflow-x: scroll;
    font-size: 18px;
  }
  
  .time_table th {
    /* １番上の線 */
    /* #A28C63っていうのが色の名前なので、ここをお好みで */
    border-top: 1px solid #00ad45;
    background-color: #dff5e0;
    background-color: var(--main-color-light);
  }
  
  .time_table th, .time_table td {
    padding: 10px 16px;
    text-align: center;
    /* ２番目以降の線 */
    /* 色はお好みで */
    border-bottom: 1px solid #00ad45;
  }
  caption {
    caption-side: bottom;
    text-align: left;
    margin-top: 8px;
  }
  
  /* スマホ時に横スクロールしないよう、横の余白（padding）を20px→10pxに */
  @media screen and (max-width: 559px) {
    .time_table th, .time_table td {
      padding: 10px 8px;
    }
  }
  
  .time_table th {
    font-weight: normal;
  }

.f_add {
  text-align: left;
}
.f_add .site_name {
  font-size: 2rem;
  line-height: normal;
}
.f_add a {
  display: inline;
}

.fl_box01 {
  margin-bottom: 32px;
}
.fl_box01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.fl_box01 dt {
  width: 25%;
  padding: .6rem .5rem .5rem .5rem;
  text-align: center;
  background-color: #5ecc62;
  background-color: var(--main-color);
  border-radius: 2px;
}
.fl_box01 dt span {
  vertical-align: middle;
}
.fl_box01 dd {
  width: 75%;
  margin-right: 1em;
  margin-left: 1em;
  font-size: 14px;
}

.footer {
    width: 100%;
    padding: 13px 0;
    background-color: #00ad45;
    background-color: var(--main-color-deep);
}
.footer small {
    color: #fff;
}

/*- animate調整用 -*/
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
  