@charset "UTF-8";
/* HEADER FOOTER CSS*/
/* -----------------------------------------------
 HEADER
-------------------------------------------------- */
header {
  position: fixed;
  will-change: transform;
  top: 0;
  left: 0;
  height: 130px;
  width: 100%;
  z-index: 100;
  background-color: white;
}
.scrolled {
  background-color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.h_logo_1st{
  position: fixed;
  will-change: transform;
  z-index: 101;
  left: 40px;
  top: 0;
}
.h_logo_2nd{
  position: fixed;
  will-change: transform;
  z-index: 101;
  left: 80px;
  top: 15px;
}
.h_logo_1st a {
  display: block;
  z-index: 9999;
  background-image: url("../images/logo_ve.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 230px auto;
  width: 230px;
  height: 230px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.h_logo_2nd a {
  display: block;
  z-index: 9999;
  background-image: url("../images/logo_ho.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 180px auto;
  width: 180px;
  height: 100px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.headerLogoScroll.-before {
  display : none;
}
.-after {
  display : none;
}
.headerLogoScroll.-after {
  display : block; 
}
/*headerLinks*/
#h-links {
  position: absolute;
  top: 30px;
  right: 20px;
  width: auto;
  display: flex;
  align-items: center;
  z-index: 3
}
#h-links a {
  display: block;
  padding: 4px 18px;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 50px;
  font-family: var(--zen);
  transition: .3s; /*変形の時間*/
}
#h-links a.btn_h_rec {
  background-color: var(--bg);
    margin-right: 15px;
	  letter-spacing: .5px;
}
#h-links a.btn_h_con {
  background-color: var(--bg);
    margin-right: 15px;
	letter-spacing: .5px;
}
#h-links a.btn_h_shop {
  background-color: var(--red);
  color: #fff;
}
#h-links a.btn_h_rec::before{
content: url("../images/icon_b_rec.svg");
height: 1.1rem;
  width: 1.1rem;
  display: inline-block;
  margin-right: 5px;
}
#h-links a.btn_h_con::before{
content: url("../images/icon_b_con.svg");
height: 1.4rem;
  width: 1.4rem;
  display: inline-block;
  margin-right: 5px;
}
#h-links a.btn_h_shop::before{
content: url("../images/icon_w_shop.svg");
height: 1.3rem;
  width: 1.3rem;
  display: inline-block;
  margin-right: 5px;
}
/*--- 1024以上pcのみ適応 --- */
@media screen and (min-width: 992px) {
  /* メニュー */
  .global-nav {
    position: relative;
    top: 0px;
	right: 30px;
    width: 100%;
    z-index: 1;
	  font-family: var(--zen);
  }
  /* 親メニュー*/
  .global-nav .nav-list {
    position: relative;
    top: 70px;
    list-style: none;
    width: 100%;
    display: flex;
    justify-content: flex-end
  }
  .global-nav > .nav-list > .nav-item {
    position: relative;
    display: block;
    color: var(--bk);
	font-size: 1.7rem;
    padding: 12px 0.5em 17px;
    line-height: 1;
    z-index: 3;
    cursor: pointer;
  }
.global-nav > .nav-list > .nav-item a{
font-size: 1.7rem;
margin-right: 15px;
}

  .global-nav > .nav-list > .nav-item > a:hover {
    color: var(--red);
	  opacity: 1
  }

  /* 子メニュー（通常非表示クリックで表示) */
  .nav-item_sub {
    display: none;
    width: 100%;
    height: auto;
    background-color: rgba(241, 245, 251, 1);
    position: absolute;
    left: 0;
    top: 40px;
    padding: 20px 20px 40px 20px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  }
  .nav-item_sub .inner {
    margin: 0 auto;
    width: 1000px;
    display: flex
  }
  .nav-item_sub .inner .nav-photo {
    width: 30%;
    margin-right: 2em;
  }
  .nav-item_sub .inner .nav-photo img {
    border-radius: 5px
  }
  .nav-item_sub .inner ul {
    width: 70%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start /*liの高さ上揃え*/
  }
  .nav-item_sub .inner ul li {
    list-style: none;
    width: 50%
  }
  .nav-item_sub .inner ul li a {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: normal;
    padding: .2em 1em .2em 1.3em;
  }
  .nav-item_sub .inner ul li a::before {
    position: absolute;
    top: 7px;
    left: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    color: var(--main);
    font-size: 10px
  }
  .nav-item_sub .inner ul li a:hover {
    color: var(--main);
    border-radius: 10px;
    opacity: 1;
    margin-left: 2px
  }
}
  
/*ロゴとの被り調整 ----------------------*/
@media screen and (max-width: 1400px) {
.h_logo_1st{
  left: 0px;
  top: 0;
}
.h_logo_2nd{
  left: 40px;
  top: 15px;
}
#h-links {
  top: 35px;
  right: 0;
}
  .global-nav > .nav-list > .nav-item {
	font-size: 1.5rem;
    padding: 15px 0.25em 17px;
  }
.global-nav > .nav-list > .nav-item a{
font-size: 1.5rem;
margin-right: 8px;
}
}
/*SP&Tablet ----------------------*/
@media screen and (max-width: 992px) {
  /* header_menu */
  #index header {
    position: fixed;
	will-change: transform;
    display: block; /*トップのみ初めは非表示*/
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.70);
    border-radius: 0
  }
  header {
    position: fixed;
	will-change: transform;
    display: block; /*トップのみ初めは非表示*/
    left: 0;
    top: 0;
    height: 60px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, 0.70);
    border-radius: 0
  }
 .h_logo_1st,
 .h_logo_2nd{
  position: fixed;
  will-change: transform;
  z-index: 101;
  left: 20px;
  top: 6px;
}
.h_logo_1st a,
.h_logo_2nd a{
  display: block;
  z-index: 9999;
  background-image: url("../images/logo_ho.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
  /** btn-trigger **/
  .btn-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 100;
	background-color: var(--red);
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 1px;
    background-color: #fff;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 20px;
	left: 15px;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 30px;
	left: 15px;
  }
  .btn-trigger span:nth-of-type(3) {
    top: 40px;
	left: 15px;
  }
  /** #btn01 **/
  #btn01.active span {
    background-color: #fff;
    padding-right: 10px
  }
  #btn01.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #btn01.active span:nth-of-type(2) {
    opacity: 0;
  }
  #btn01.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /* HM */
  .global-nav {
    width: 100%;
    height: 100vh;
    position: fixed;
	will-change: transform;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    text-align: left;
    align-items: center;
    transform: translateX(100%);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; /*慣性スクロールを追加*/
/*    padding-bottom: 8em;*/
    background-color: white;
  }
  /* HM-open*/
  .open .global-nav {
    transform: translateX(0);
  }
  .open {
    overflow: hidden;
  }
  .open .global-nav {
    visibility: visible;
    opacity: 1;
  }
  .open .global-nav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  /* 親メニュー*/
  .global-nav .nav-list {
    position: relative;
    top:80px;
    width: 80%;
    height: auto; /*必須*/
    display: block;
    margin: 0 auto;
    list-style: none;
    align-items: center;
    padding-right: 0;
	padding: 0;
  }
  .global-nav > .nav-list > .nav-item > a { /*表示されているメニュー*/
    position: relative;
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: left;
    font-size: 1.6rem;
    height: auto;
	line-height: 1;
    padding: 0 0 1.2em;
	margin-bottom: -1em;
    font-weight: 400;
    border-bottom: 1px solid var(--line);
  }
  .nav-item span{
  display: none;
  }
  /* Accordion_arrow_change */
  .global-nav > .nav-list > .nav-item > a.nav-item_a:before, .global-nav > .nav-list > .nav-item > a.nav-item_a:after {
    position: absolute;
    width: 15px;
    height: 2px;
    top: 50%;
    right: 15px;
    content: '';
    font-weight: 500;
    font-size: 15px;
    background-color: var(--bk);
    transition: .2s
  }
  .global-nav > .nav-list > .nav-item > a.nav-item_a:before {
    transform: translateY(-50%) rotate(90deg);
    top: 52%;
  }
  .global-nav > .nav-list > .nav-item > a.nav-item_a.active:before {
    transform: rotate(180deg);
    transition: .2s
  }
  .global-nav > .nav-list > .nav-item > a.nav-item_a.active:after {
    opacity: 0;
    transition: .1s
  }
  /*子メニュー*/
  .nav-item_sub {
    display: none;
    padding: 0;
    margin: 0;
  }
  .nav-list {
    height: 100%;
  }
  .inner {
    margin: 1em
  }
  .inner ul {
    padding: 0;
    margin: 0 0 0 1em
  }
  .inner ul li {
    margin: 0;
    list-style: none
  }
  .nav-item_sub .inner .nav-photo, .inner ul li.gn-photo, .inner ul li.title {
    display: none;
  }
  .inner ul li a {
    display: block;
    font-size: 14px;
    padding-bottom: .8em
  }
  .inner ul li a:hover {
    color: var(--main);
    opacity: 1
  }
  .inner ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: '\f105';
    color: var(--main);
    font-size: 10px;
    padding-right: 1em
  }
  /*headerLinks*/
  #h-links {
    position: relative;
    width: 80%;
    left: 0;
    top: 90px;
    right: 0;
    margin: 0 auto;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 3
  }
  #h-links a {
    display: block;
    width: 100%;
    padding: 1em;
    text-align: center;
    font-size: 15px;
    color: var(--bk);
    border-radius: 50px;
    transition: .3s; /*変形の時間*/
    margin: 10px 0
  }
}
@media (max-width: 576px) {
  .medical-subject {
    display: none
  }
}
/* -----------------------------------------------
 FOOTER
-------------------------------------------------- */
footer {
  width: 100%;
  margin: 0px;
  padding: 0;
  position: relative;
  clear: both;
  float: none;
  z-index: 20;
  background-color: white;
}
footer .container-fluid {
  font-size: 1.7rem;
  position: relative;
}
ul.f_list li{
  line-height: 2.2;
}
ul.f_list li a{
font-size: 1.5rem!important;
  font-family: var(--zen);
}
ul.f_list li.link::after{
  content: "";
  display: inline-block;
  height: 1.3rem;
  width: 1.3rem;
  margin: -10px 5px 0 0;
  background-image: url("../images/icon_r_link.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
}
.f_logo img{
width: 50%;
}
.address {
  font-size: 1.6rem!important;
    font-family: var(--zen);
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.6;
}
.address span {
  padding-right: 1em
}
.copy{
font-family: var(--gara);
font-size: 1.4rem!important;
color: #d0c480;
}
footer .container-fluid:first-child{
padding-bottom: 3.5em;
}
footer .container-fluid:last-child{
padding: 2em 0 1.5em;
}
.f_field {
display: flex;
width: 100%;
}
.f_sns{
margin: 15px 2% 0 0;
}
/*
.f_btn01{
width: 21%;
margin-right: 1%;
}
.f_btn02{
width: 19%;
margin-right: 1%;
}
.f_btn03{
width: 27%;
}
*/
.btn_f_rec,
.btn_f_con,
.btn_f_shop{
background: var(--red);
padding: 12px;
border-radius: 50px;
text-align: center;
float: left;
  font-family: var(--zen);
}
.btn_f_rec{
width: 31%;
margin-right: 1%;
}
.btn_f_con{
/*width: 27%;*/
width: 48%;
margin-right: 1%;
}
.btn_f_shop{
width: 49%;
/*width: 40%;*/
}
.btn_f_rec a,
.btn_f_con a,
.btn_f_shop a {
  position: relative;
  text-align: left;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-size: 1.7rem;
  text-decoration: none !important;
}
.btn_f_rec a::before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin: -5px 5px 0 0;
  background-image: url("../images/icon_w_rec.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  }
  .btn_f_con a::before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin: -5px 5px 0 0;
  background-image: url("../images/icon_w_con.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  }
.btn_f_shop a::before {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  margin: -5px 5px 0 0;
  background-image: url("../images/icon_w_shop.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  }
  .f_sns img{
float: left;
}
.f_fb {
width:8%;
margin-right: 10%;
}
.f_x {
width: 6.5%;
margin-right: 10%;
margin-top: 3px;
}
.f_ig {
width: 7.5%;
margin-right: 10%;
margin-top: 2px;
}
.f_line {
width: 8.5%;
margin-right: 10%;
margin-top: 1px;
}
.f_yt {
width: 8%;
margin-right: 10%;
margin-top: 3px;
}
.f_note {
width: 6%;
margin-top: 3px;
}


@media screen and (max-width: 1200px) {
}
/*Tablet以下*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 992px) {
.f_logo img{
width: 75%;
}
#index footer .container-fluid:first-child{
padding-top: 4em;
margin-top: -20px;
}
#f_bottom{
padding-top: 0;
padding-bottom: .5em;
}
#f_bottom .col-8{
margin: 0 auto;
padding-bottom: 5em;
}
.f_fb {
width:7%;
margin-right: 12%;
}
.f_x {
width: 5.5%;
margin-right: 12%;
margin-top: 3px;
}
.f_ig {
width: 6%;
margin-right: 12%;
margin-top: 2px;
}
.f_line {
width: 7%;
margin-right: 12%;
margin-top: 1px;
}
.f_yt {
width: 7%;
margin-right: 12%;
margin-top: 4px;
}
.f_note {
width: 5.5%;
margin-top: 3px;
}
.btn_f_rec,
.btn_f_con,
.btn_f_shop{
padding: 8px;
}
.btn_f_rec a,
.btn_f_con a,
.btn_f_shop a {
  font-size: 1.5rem;
}
.btn_f_rec{
width: 47%;
margin-right: 2%;
margin-left: 2%;
}
.btn_f_con{
/*
width: 47%;
margin-right: 0%;
*/
width: 96%;
margin-left: 2%;
margin-top:-10px;
}
.btn_f_shop{
width: 96%;
margin-left: 2%;
margin-top:-10px;
}
}
@media screen and (max-width: 768px) {
#index footer .container-fluid:first-child{
margin-top: -50px;
margin-bottom: 1em;
}
.f_logo img{
width: 50%;
}
}
/* -----------------------------------------------
smartPhone 576以下
-------------------------------------------------- */
@media (max-width: 576px) {
#index footer .container-fluid:first-child{
margin-top: -125px;
margin-bottom: .5em;
padding-top: 2em;
padding-bottom: 2em;
}
.f_logo img{
width: 70%;
margin: 0 auto;
}
.copy{
font-size: 1.2rem!important;
line-height: 1.4!important;
}
ul.f_list li{
  line-height: 2;
}
ul.f_list li a{
font-size: 1.4rem!important;
}
.address i{
font-size: 1.3rem!important;
}
.address {
  font-size: 1.4rem!important;
  line-height: 1.5!important;
}
}