@charset "UTF-8";

/*
Theme Name: evichu
*/


:root { 
  --key-Color: #1a2254;
  --blue: #022e78;
  --red: #b30000;
  --row-space : 4.69vw;
  --col-space : 11.2vh;
  --h1 :1.910vw;
  --h2 :3.229166666666667vw;
  --h3 : 3.7rem;
  --h4 : 1.25rem;
  --flex_hurf : calc(96% / 2);
  --flex_third : calc((100% - 5vw) / 3);
  --flex_third_space : calc((100% - 6%) / 3);
  --flex_fourth : calc((100% - 6%) / 4);
  --flex_five : calc((100% - 5vw) / 5);
  --flex_six : calc(100% / 3);
  --Baskerville: "Libre Baskerville";
  }

  @media screen and (min-width: 768px) and (max-width: 1150px) {
    :root { 
      --row-space : 2.6vw;
    }
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --row-space : 4vw;
      --col-space : 5vh;
      --h2 :1.75rem;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_fourth : calc((100% - 6%) / 2);
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      }
  
  }
  
  
  
  @media screen and (min-width: 768px) {
    .pc{
    display:none;
    }
  }

  @media screen and (max-width: 767px) {
    .sp{
    display:none;
    }
  }
  
  form a{
    color: var(--key-Color);
  }
  

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html *{
  box-sizing: border-box;
}

html, body{
  margin: 0;
}

body {
  overflow: hidden;
  width: 100%;
  font-family: "Noto Sans CJK JP";
  font-size: 1vw;
  letter-spacing: 0.05em;
  color: #010101;
  background:#fff;
}

body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

body{
  --sb-track-color: #e9e9e9;
  --sb-thumb-color: #000000;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size) 
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  }
img{
  max-width: 100%;
}

  p{
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color:#625252;
    line-height: 2.0;
    font-size: 1.0rem;
    margin-top: 0;
  }

  p.right{
    text-align: right;
  }

p.tl{
  font-family: "Shippori Mincho", serif;
  color:#635353;
  margin-top: .5em;
}

header{
  position: relative;
  height: 100vh;
  max-height: 100vh;
}

header::before{
  content: '';
  background: linear-gradient(to bottom,  rgba(252,252,252,1) 22%,rgba(233,229,228,1) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(var(--row-space) / 2);
  height: 100%;
  z-index: -1;
}

header .logo-wrap img{
  max-width:340px;
}

.header__inner{
  display: flex;
  padding: 1.204166666666667vw var(--row-space);
  justify-content: space-between;
  align-items: center;
  background: url(../images/header__bg.png)no-repeat left center;
  background-size: cover;
  position: absolute;
  width: 100%;
  top:0;
  left:0;
  z-index: 2;
}


.page__header{
  padding: var(--col-space) var(--row-space);
  z-index: 2;
  min-height: 50vh;
  max-height: 50vh;
  overflow: hidden;
}
.page__header.menu{
  background: url(../images/menu/menu__bg.jpg)no-repeat center;
  background-size: cover;
}
.page__header.about{
  background: url(../images/about/concept__bg.jpg)no-repeat center;
  background-size: cover;
}
.page__header.access{
  background: url(../images/access/access__bg.jpg)no-repeat center;
  background-size: cover;
}
.page__header.gallery, .page__header.news{
  background: url(../images/gallery/gallery__bg.jpg)no-repeat center;
  background-size: cover;
}
.page__header.contact, .page__header.privacy-policy, .page__header.thanks{
  background: url(../images/contact/contact__bg.jpg)no-repeat center;
  background-size: cover;
}
.page__header.staff{
  background: url(../images/staff/staff__header.jpg)no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {

  .page__header.menu{
    background: url(../images/menu/menu__bg.jpg)no-repeat left center;
    background-size: cover;
  }
  .page__header.about{
    background: url(../images/about/concept__bg.jpg)no-repeat left center;
    background-size: cover;
  }
  .page__header.access{
    background: url(../images/access/access__bg.jpg)no-repeat left center;
    background-size: cover;
  }
  .page__header.gallery, .page__header.news{
    background: url(../images/gallery/gallery__bg.jpg)no-repeat left center;
    background-size: cover;
  }
  .page__header.contact, .page__header.privacy-policy{
    background: url(../images/contact/contact__bg.jpg)no-repeat left center;
    background-size: cover;
  }
}

.page__header h1{
  text-align: center;
  font-size: clamp(40px,2.197395833333333vw,42px);
  line-height: 1.555;
  font-family: "Shippori Mincho", serif;
  color:#635353;
  margin-bottom: .5em;
  margin-top: 0;
}
.page__header h1 span{
  display: block;
  max-width: 22.916666666666664vw;
}

.page__header p{
  margin: auto;
  text-align: center;
  font-size: clamp(26px,1.5625vw,30px);
  color:#fff;
  line-height: 1.55;
}

.caption.page{
  background: linear-gradient(to right,  rgba(255,255,255,1) 48%,rgba(255,255,255,0.92) 52%,rgba(255,255,255,0) 100%);
  padding: .5em;
}

.slick-slider{
  margin: 0;
  padding: 0;
}

.slick-slide img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.top_slide_main{
  width:81.25vw;
  margin-left: auto;
  max-height:100vh;
  overflow-y: hidden;
  overflow-x: hidden;
  z-index: 1;
}

h1.caption{
  position: absolute;
  top:calc(100% - 50%);
  left:var(--row-space);
  font-size: clamp(30px,1.897395833333333vw,42px);
  max-width: 50%;
  display: flex;
  flex-direction: column;
  font-family: "Shippori Mincho", serif;
  color:#635353;
  z-index: 2;
}

.header__inner .g-nav{
  font-family: var(--Baskerville), sans-serif;
  color: #625252;
}

.header__inner .g-nav ul{
  list-style: none;
  display: flex;
  column-gap: 1.5416666666666665vw;
  padding-left: 0;
}

.header__inner .g-nav ul li *{
  font-family: "Libre Baskerville", serif;
  color: #625252;
  text-decoration: none;
  font-weight: 700;
}

.header__inner .g-nav ul li a{
  transition: all .3s;
}

.header__inner .g-nav ul li a:hover{
  color: #539c9a;
}

.header__inner .g-nav ul li.reserve a{
  background: #eeeaeb;
  padding: .5em;
  text-align: center;
}


@media screen and (min-width: 768px) and (max-width: 1150px) {
  .header__inner .g-nav ul li a{
      font-size: 12.5px;
  }
}

.scroll_down{
  position:absolute;
  bottom:1%;
  right:50%;
  animation: arrowmove 1s ease-in-out infinite;
  z-index: 3;
}

.scroll_down a{
  position: absolute;
  left: -24px;
  bottom: 17px;
  color: #fff;
  font-size: 11px;
  font-family: "Libre Baskerville", serif;
  letter-spacing: .2em;
  writing-mode: vertical-rl;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -6px;
    width: 1px;
    height: 20px;
    background: #fff;
    transform: skewX(-31deg);
}

.scroll_down:after{
  content:"";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: .5px;
  height: 45px;
  background:#fff;
}

@keyframes arrowmove{
   0%{bottom:1%;}
   50%{bottom:2%;}
   00%{bottom:1%;}
}


@media screen and (max-width: 767px) {

  .header__inner .g-nav{
    display: none;
  }

  .page__header{
    padding-top: 90px;
  }

  h1.caption{
    font-size: 1.2rem;
    bottom:0;
    max-width: 90%;
    text-shadow: 
    white 1px 1px 10px, white -1px 1px 10px,
    white 1px -1px 10px, white -1px -1px 10px;
  }

  h1.caption.top{
    top:calc(100% - 45%);
  }

  .top_slide_main{
    width: 100vw;
  }

  .top_slide_main img{
    height: 100vh;
    object-fit: cover;
  }

  .page__header h1{
    font-size: 24px;
    border: inherit;
    left:0;
  }
  .page__header h1 span{
    font-size: 30px;
  }
  header::before {
    content: '';
    background: linear-gradient(to bottom, rgba(252, 252, 252, 1) 22%, rgba(233, 229, 228, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 2.6vw;
    height: 100%;
    z-index: -1;
    opacity: 0.9;
}
}

/**********************  Section ******************************/

section{
  padding: var(--col-space) var(--row-space);
  position: relative;
}

.Inner__wrap{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;  
}

section#sec__01{
  padding-right: 0;
  margin-top: 20vh;
}

section#sec__01 .Inner__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}

section#sec__01 .Inner__wrap picture{
  max-width: 40%;
}

section#sec__02 .Inner__wrap{
  flex-direction: row;
}

section#sec__01 .Inner__wrap picture img{
  width: 100%;
  object-fit: cover;
}

section#sec__01 .Inner__wrap picture{
  width: 100%;
}

section#sec__01 .Inner__wrap .contents{
  width:55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section#menu{
  background: url(../images/menu__bg.jpg)no-repeat;
  background-size: cover;
  padding: var(--col-space) var(--row-space);
}

@keyframes bg {
  100% {
    height:100%;
    width: 100%;
    opacity:1;
    filter: blur(0px);
  }
  50% {
  }
  0% {
      height:0;
      width: 0;
      opacity:0;
      filter: blur(10px);
  }
}

section#sec__02{
  padding-left: 0;
  position: relative;
}

section#sec__02 .Inner__wrap + .Inner__wrap{
  margin-top: var(--col-space);
  justify-content: flex-end;
  margin-right: -4.69vw;
}

section#sec__03{
  padding-right: var(--row-space);
  padding-left: 0;
}

section#sec__04{
  padding-right: 0;
  padding-left: 0;
}

section#sec__04 .Inner__wrap{
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-left: var(--row-space);
}

section#sec__04 .Inner__wrap:nth-of-type(even){
  margin-right: var(--row-space);
  margin-left: 0;
  flex-direction: row;
  margin-top: var(--col-space);
}

section#sec__04 .Inner__wrap picture{
  width:34.89583333333333vw;
}

section#sec__04 .Inner__wrap .contents{
  width:60vw;
}

section#sec__04 .Inner__wrap:last-of-type{
  max-width: 1048px;
  display: block;
  margin:var(--col-space) auto 0;
}

section#sec__05{
  padding-left: var(--row-space);
  padding-right: var(--row-space);
}

section#sec__05 .Inner__wrap{
  max-width: 1000px;
  margin: auto;
}

section#sec__05::after{
  content:'';
  background: url(../images/info__bg.jpg)no-repeat center top;
  background-size: cover;
  height:50vh;
  width: 100vw;
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.Center{
  text-align: center;
}

section#sec__06{
  padding: var(--row-space);
  background: url(../images/sec__img08.jpg)no-repeat center;
  background-size: cover;
}

section#sec__05 picture img{
  display: block;
  margin: auto;
}

@media screen and (max-width: 767px) {

  section#sec__01{
    margin-top: 0;
    padding: 0;
  }

  section#sec__01 .Inner__wrap, section#sec__02 .Inner__wrap{
    flex-direction: column;
    width: 100%;
  }
  section#sec__01 .Inner__wrap .contents, section#sec__02 .Inner__wrap .contents{
    width: 100%;
  }
  section#sec__01 .Inner__wrap picture{
    max-width: 100%;
    margin-bottom: 1em;
  }
  section#sec__01 .Inner__wrap .contents, section#sec__02 .Inner__wrap .contents{
    padding-left: var(--row-space);
    padding-right: var(--row-space);
  }
  h2.vertical{
    margin-bottom: 0 !important;
    margin-top: var(--row-space);
  }
  section#sec__01 .Inner__wrap picture{
    width: 100vw;
  }

 section#sec__02 .Inner__wrap picture{
    width: 80vw;
  }
  section#sec__02 .Inner__wrap picture{
    margin-left: auto;
  }
  section#sec__02 .Inner__wrap:first-of-type picture{
    margin-left: 0;
    margin-right: auto;
  }
  section#sec__02 .Inner__wrap:last-of-type picture{
    margin-left: auto;
    margin-right: -4vw;
  }
  section#sec__02 .Inner__wrap + .Inner__wrap{
    margin-right: 0;
  }
  section#sec__04 .Inner__wrap .contents{
    width: 100%;
  }
  section#sec__04 .Inner__wrap{
    flex-wrap: wrap;
  }
  section#sec__04 .Inner__wrap picture{
    width: 100%;
  }
  section#sec__04 .Inner__wrap .contents{
    padding-left: var(--row-space);
  }
  section#sec__04 .Inner__wrap:first-of-type .contents{
    padding-right: var(--row-space);
    padding-left: 0;
  }

  section#sec__04 .Inner__wrap:last-of-type{
    padding-left: var(--row-space);
    margin-top: 0;
    padding-right: var(--row-space);
  }
}


ul.news{
  border-top: 1px solid #ddd;
  font-family: "Shippori Mincho", serif;
  padding-left: 0;
}

ul.news li{
  display: flex;
  padding:1.25em .75em;
  border-bottom: 1px solid #ddd;
  align-items: center;
  position: relative;
  transition: all .3s;
}

ul.news li:hover{
  background: #f8f4e6;
}

ul.news li .days{
  width:15%;
  font-size: 0.9rem;
  font-style: italic;
  margin-bottom: -.5em;
  line-height: 1.1;
}
ul.news li h3 {
  margin: 0;
  line-height: 1.1;
  text-align: left;
  font-size: 1.0rem;
	font-weight:400;
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

ul.news li a{
  color:#202020;
  text-decoration: none;
  font-size: 1.0rem;
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

ul.news li::after{
  content: '';
  background: url(../images/arrow.svg)no-repeat center;
  position: absolute;
  top:calc(100% - 70%);
  right:.5em;
  width: 25px;
  height: 25px;
  background-size: contain;
}

@media screen and (max-width: 767px) {

  ul.news{
    padding-left: 0;
  }
  ul.news li{
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 10px;
    align-items: flex-start;
    padding: 10px;
  }
}

/***************** インフォメーション *******************/

section#information{
  background: url(../images/information__bg.jpg)no-repeat center;
  padding: var(--row-space);
  background-size: cover;
}

.contact__btn{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.546vw;
}

.contact__btn .Item{
  width: var(--flex_third_space);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contact__btn .Item a.tel{
  color:#3b3b3b;
  font-size: calc(var(--h3) / 1.5);
  font-family: "Shippori Mincho", serif;
  text-decoration: none;
  line-height: 1.25;

}

.contact__btn .Item a.tel span{
  display: block;
  font-size: 13px;
}

.contact__btn .Item h3{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-size: 20px;
}

a{
  transition: all .3s;
}

.contact__btn .Item h3 i{
  font-weight: normal;
}

.contact__btn .Item a.reserve{
  background: #0da9a3;
  border: 1px solid #0da9a3;
  color:#fff;
}

.contact__btn .Item a.reserve:hover{
  background: #fff;
  color:#0da9a3;
}

.contact__btn .Item a.contact:hover{
  background: #0da9a3;
  color:#fff;
}

.contact__btn .Item a.reserve span.dli-chevron-round-right{
  color:#fff !important;
}
.contact__btn .Item a.contact{
  background: #fff;
  border: 1px solid #0da9a3;
  color:#0da9a3;
}

.contact__btn .Item a.contact span.dli-chevron-round-right{
  color:#0da9a3 !important;
}

footer{
 background: #292127;
  padding: var(--row-space) var(--row-space) calc( var(--row-space) / 2) ;
  margin-top: 7.5vh;
}

footer .page__top{
  width:6.510416666666667vw;
  margin: -12.5vh auto 0;
  position: relative;
  z-index: 2;
}

footer .Inner__wrap{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  row-gap: 2vh;
}

footer .Inner__wrap .Left{
  font-family: "Shippori Mincho", serif;
  background: #a69591;
  padding: .25em;
  margin-top: 2.5vh;
}

footer .Inner__wrap .Left ul{
  display: flex;
  column-gap: 1.5em;
  justify-content: center;
  padding: 0;
}

footer .Inner__wrap .Left ul li{
  padding: 0;
  margin: 0;
}

footer .Inner__wrap .Left ul a{
  color:#fff;
  transition: all .3s;
}

footer .Inner__wrap .Left ul a:hover{
  opacity: 0.5;
}

footer .Inner__wrap .Left a{
  color:#060606;
  text-decoration: none;
}

footer .Inner__wrap .Right{
  display: flex;
  justify-content: center;
  margin-top: 2.5vh;
  flex-direction: column;
  color:#fff;
  align-items: center;
}

footer .Inner__wrap .Right p{
  color:#fff;
  margin-top: 1em;
}

footer .Inner__wrap .Right picture{
  width:150px;
}

footer .Inner__wrap .Left ul li{
  display: flex;
  flex-direction: column;
  font-size: 1.1rem;
  align-items: center;
}

footer .Inner__wrap .Right a{
  color:#c6c0b7;
  font-size: 43px;
  text-decoration: none;
}


.copy{
  background: #fff;
  padding:1em var(--row-space);
  position: relative;
  text-align: center;
  color:#060606;
  font-size: 10px;
  font-family: "Shippori Mincho", serif;
}

.page_top{
  width: 185px;
  position: absolute;
  top:-40px;
  z-index: 2;
  margin-left: var(--row-space);
}
@media screen and (max-width: 767px) {

  footer .Inner__wrap .Right p{
    font-size:0.9rem;  }

  footer .page__top{
    margin-top: -30px;
    width: 90px;
  }

  footer .Inner__wrap .Right picture {
    width: 200px;
  }

  footer .Inner__wrap .Right{
    margin: auto;
  }

  .page_top{
    width: 90px;
  }

  footer .Inner__wrap .Left ul{
    padding-left: 0;
    font-size: 0.8rem;
    margin: 0 auto 0;
    flex-wrap: wrap;
    row-gap: 3px;
    column-gap: 1%;
  }

  footer .Inner__wrap .Left ul li{
    font-size: 0.8rem;
    width: calc(98% / 2);
    border: 1px solid #fff;
    padding: .75em;
  }

  footer .Inner__wrap .Left{
    font-size: 0.8rem;
    margin-bottom:1em;
  }

  .copy{
    font-size: 10px;
    text-align: center;
  }

  footer .Inner__wrap{
    justify-content: center;
}

}

/**********************  //Section ******************************/

/**********************  見出し ******************************/

h2{
  font-size: var(--h2);
  font-family: "Libre Baskerville", serif;
  color:#625252;
  font-weight: bold;
  letter-spacing: 0.15em;
  margin: 0 0 .5em;
}

@media screen and (max-width: 767px) {
  h2{
    margin-top: .5em;
  }
}

h2.vertical{
  color:#50882a;
  writing-mode: vertical-rl;
  text-align: left;
  margin-bottom: var(--row-space);
}

h2.Center{
  text-align: center;
}
h2.horizontal-center{
  text-align: center;
}

.title__wrap__border{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding:calc(var(--row-space) / 4) var(--row-space);
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

/****************　ハンバーガーメニュー　*****************/

.menu_btn {
	position: fixed;
	background: none;
  top:50px;
  right:1vw;
	border: none;
	appearance: none;
	cursor: pointer;
	width: 85px;
	height: 85px;
  z-index: 6;
  background: #625252;
  border-radius: 50%;
  font-family: "Shippori Mincho", serif;
  transition: all .3s;
}

.menu_btn:before{
  content: 'MENU';
  display: block;
  position: relative;
  font-size: 12px;
  text-align: center;
  top:12px;
  color:#fff;
}

.menu_btn.active:before{
  content:'CLOSE';
  color:#fff;
  top:0;
}

.menu_btn span {
	display: inline-block;
	position: absolute;
	left: 10%;
	width: 80%;
	height: 1px;
	background: #fff;
	transition: all .4s;
}

.menu_btn span:nth-of-type(1) {
	top: 40px;
}
.menu_btn span:nth-of-type(2) {
    display: none;
}
.menu_btn span:nth-of-type(3) {
	top: 57px;
}

.menu_btn.active span:nth-of-type(1) {
	animation: anime3-1 .75s forwards;
}
.menu_btn.active span{background: #fff;}

@keyframes anime3-1 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(20px) rotate(0);
	}
	100% {
		transform: translateY(10px) rotate(45deg);
	}
}
.menu_btn.active span:nth-of-type(2) {
	display: none;
}
.menu_btn.active span:nth-of-type(3) {
	animation: anime3-3 .75s forwards;
	
}
@keyframes anime3-3 {
	0% {
		transform: translateY(0) rotate(0);
	}
	50% {
		transform: translateY(-20px) rotate(0);
	}
	100% {
		transform: translateY(-9px) rotate(-45deg);
	}
}

.menu_btn.completed span:nth-of-type(1) {
  animation: completed-move-1 .75s forwards;
}
@keyframes completed-move-1 {
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  0% {
    transform: translateY(20px) rotate(45deg);
    top: -10px;
  }
}

.menu_btn.completed span:nth-of-type(3) {
  animation: completed-move-3 .75s forwards;
  
}
@keyframes completed-move-3 {
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  0% {
    transform: translateY(-20px) rotate(-45deg);
    bottom: -11px;
  }
}

html.appear .overlay{
  width: 100vw;
  height:0;
  opacity:0;
  animation: drawer .75s forwards;
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  position: fixed;
  display: block;
  z-index: 5;  
}

@keyframes drawer {
  100% {
    height:100%;
    opacity:1;
  }
  50% {
  }
  0% {
      height:0;
      opacity:0;
  }
}

.overlay .menu__wrap{
  display: flex;
  justify-content: space-between;
}

.overlay .menu__wrap .Left{
   width:100vw;
   height: 100vh;
   display: flex;
   justify-content: center;
   flex-direction: row;
   align-items: center;
   padding-left: 4vw;
   padding-right: 4vw;
   overflow-y: auto;
   column-gap: 2.6vw;
}

.overlay .menu__wrap .Left ul{
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap:2.546vw;
  list-style: none;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  
}

.overlay .menu__wrap .Left ul li{
  font-size: clamp(17px,1.24vw,22px);
  font-family: var(--Marcellus), sans-serif;
}

.overlay .menu__wrap .Left .logo a{
  max-width: 150px;
  margin: 0 auto 1.546vw;
  display: block;
}

.overlay .menu__wrap .Left .menu-global-nav-right-container{
  margin-top: 1.546vw;
}

.overlay .menu__wrap .Left ul li a{
  color:#a69591;
  text-decoration: none;
}

header nav a:hover, .overlay .menu__wrap .Left ul li a:hover{
  color:#a69591;
}

.overlay .menu__wrap .Right{
  display: none;
}

.menu__wrap .Left:after{
  content: '';
  background: linear-gradient(to bottom,  rgba(252,252,252,1) 22%,rgba(248,247,247,1) 100%,rgba(233,229,228,1) 100%);

  width:2.5vw;
  height: 100vh;
  position: absolute;
  right:0;
  top:0;
}

@media screen and (max-width: 767px) {

  header{
    height: auto;
  }

  .menu_btn:before{
    font-size: 10px
  }

  header .logo-wrap{
    width: 90vw;
    background: url(../images/logo-bg.png) no-repeat right bottom;
    background-size: cover;
    padding:1em 4em 1em 2em;
    top:0;
  }

  header .logo-wrap img {
    max-width: 150px;
}
  .overlay .menu__wrap .Left ul li{
    margin-bottom: 1em;
  }

  .overlay .menu__wrap .Left .logo{
    margin-bottom:2.5vh;
  }

  .menu_btn.active span {
    background: #fff;
  }

  header#kv__wrap{
    height: 95vh;
  }

  .overlay .menu__wrap .Left .logo a{
    margin-bottom: 2em;
  }

  .overlay .menu__wrap .Left{
    width:100vw;
    position: relative;
    flex-direction: column;
  }
  .overlay .menu__wrap .Left:after{
    display: none;
  }
  .overlay .menu__wrap .Right{
    display: none;
  }

  .menu_btn{
    right:2vw;
    top:5px;
    width: 55px;
    height: 55px;
  }

  .menu_btn span:nth-of-type(1) {
    top: 25px;
}

  .menu_btn.active:before{
    color:#fff;
  }

  .menu_btn:before{
    font-size: 10px;
    top:7px;
  }
  .menu_btn span:nth-of-type(3) {
    top: 35px;
  }

  .menu_btn span:nth-of-type(2){
    left:10px;
    bottom: -5px;
  }
  .menu_btn.active span:nth-of-type(1){
    top:21px;
  }

  .menu_btn.active span:nth-of-type(3){
    top:39px;
  }

}

html .overlay{
  display: none;
  opacity: 0;
}

/****************************追従メニュー**********************************/

.fixed__menu{
  position: fixed;
  top:calc(100vh - 60vh);
  right:0;
  width: clamp(50px,4.16vw,70px);
  display: flex;
  flex-direction: column;
  row-gap: 0;
  font-family: "Shippori Mincho", serif;
  z-index: 2;
}

.fixed__menu a{
  display: flex;
  flex-direction: column;
  font-size: clamp(11px,12px,12px);
  justify-content: center;
  align-items: center;
  color:#fff;
  background: #6e7683;
  padding: 10px 5px;
  text-decoration: none;
  text-align: center;
}

.fixed__menu a i{
  font-size: clamp(20px,40px,50px);
  color:#fff;
}

.fixed__menu a.contact{
  background: #ccccbd;
  color:#413c3c;
}

.fixed__menu a.line{
  background: #8ea59d;
  color:#413c3c;
}

.fixed__menu a.line i{
  color:#fff;
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .fixed__menu a{
    min-width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fixed__menu a{
    font-size: 0px;
  }
  .fixed__menu a i{
    font-size: 22px;
  }
  .fixed__menu{
    top:inherit;
    bottom: 0;
  }
}

/****************************メニュー**********************************/

.na__menu__wrap{
  display: flex;
  background: #e9e5e4;
  position: relative;
}

.na__menu__wrap a{
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.na__menu__wrap:hover{
  opacity:0.7;
}

.na__menu__wrap picture{
  width: 50%;
}

.na__menu__wrap:nth-of-type(even){
  flex-direction: row-reverse;
}

.na__menu__wrap:nth-of-type(2), .na__menu__wrap.menu02{
  background: #f6f5eb;
}
.na__menu__wrap:nth-of-type(3), .na__menu__wrap.menu03{
  background: #f1e8e8;
}
.na__menu__wrap:nth-of-type(4), .na__menu__wrap.menu04{
  background: #f4f1e9;
}
.na__menu__wrap picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.na__menu__wrap .Text{
  display: flex;
  padding: calc(var(--row-space) / 2);
  flex-direction: column;
  width: 50%;
  justify-content: center;
}

.na__menu__wrap + .na__menu__wrap{
  margin-top: var(--col-space);
}

.na__menu__wrap p{
  font-size: 0.8rem;
  font-family: 300;
}

@media screen and (max-width: 767px) {
  .na__menu__wrap, .na__menu__wrap:nth-of-type(even){
    flex-direction: column;
  }
  .na__menu__wrap .Text, .na__menu__wrap picture{
    width: 100%;
  }
  .na__menu__wrap picture{
    margin-bottom: .5em;
  }
  .na__menu__wrap .Text{
    padding: var(--row-space);
  }
}

/****************************ギャラリー**********************************/

.gallery__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 2%;
  row-gap: 2vh;
}

.gallery__wrap .Item{
  width: var(--flex_fourth);
}

.gallery__wrap + a.btn{
  margin: 2em auto 0;
}

@media screen and (max-width: 767px) {
  .gallery__wrap{
    row-gap: 0.7vh;
  }
}

/****************************access**********************************/

.access__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.access__wrap .Item{
  width: 55%;
}

.access__wrap .Text{
  width: 45%;
  padding: 2.6vw;
}

section#access{
  border-top: 1px solid #e9e9e9;
}

section#access::after{
  content: '';
  background: linear-gradient(to right,  rgba(233,229,228,1) 0%,rgba(248,247,247,1) 0%,rgba(252,252,252,1) 78%);
  position: absolute;
  bottom:0;
  left:0;
  width: 100%;
  height: 70%;
  z-index: -1;
}
.google-map {
  margin-top: 2em;
}
.google-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (max-width: 767px) {

  .access__wrap .Item, .access__wrap .Text{
    width: 100%;
  }
  .access__wrap .Text{
    padding-left:0;
    padding-right: 0;
  }
}

/*********************　下層ページ　**************************/

.comm__inner{
  max-width:1200px;
  margin: auto;
}

.comm__inner.single{
  max-width:1000px;
  margin: auto;
  background: #fff;
  padding: 2.6vw;
}


.Inner__wrap + .comm__inner{
  margin-top: var(--col-space);
}
.Inner__wrap + .Inner__wrap{
  margin-top: var(--col-space);
}

.flex__wrap{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex__wrap .Hurf{
  width: var(--flex_hurf);
}

dl.border{
  display: flex;
  margin: auto;
  padding:.75em 0;
  border-top: 1px solid #ddd;
}

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

dl.border:last-of-type{
  border-bottom: 1px solid #ddd;
}

dl.border dt{
  padding: .75em;
  width: 45%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #ddd;
  font-family: "Shippori Mincho", serif;
}
dl.border dt span{
  display: block;
  font-size: 0.9rem;
}

dl.border dd{
  padding: .75em;
  width: 55%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
  margin-left: 0;
}

#menu dl.border, #menu p.tl{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#menu dl.border dt{
  width: 70%;
}
@media screen and (min-width: 768px) {
  #menu dl.border dt br{
    display: none;
  }
}
#menu dl.border dd{
  width: 30%;
  align-items: flex-end;
}

#menu dl.border.bt__border{
  border-bottom: 1px solid #ddd;
}

p.gray{
  padding: 1.6vw;
  background: #f1e8e8;
  margin: 0 auto 2em;
  text-align: left;
  line-height: 1.55;
}

.single{
  max-width: 1000px;
  margin: auto;
}

dl.border dd p{
  font-size: 18px;
}

section.sec__part02{
  padding-left: 0;
}

section.sec__part02::after{
  content: '';
  position: absolute;
  top:20vh;
  left: 0;
  background: url(../images/sec__02__bg.jpg)no-repeat;
  background-size: cover;
  padding-right: 0;
  z-index: -1;
  height: 100%;
  width: 100vw;
}

.schedule__days__wrap{
  display: flex;
  justify-content: space-between;
  gap: 2.46vw;
  align-items: center;
}

.schedule__days{
  font-size: clamp(46px,4.5833vw,68px);
  color:#3a3b3a;
  font-family: "Shippori Mincho", serif;
}

.schedule__days span.count{
  font-size: clamp(68px,53833vw,92px);
  color: #50882a;
}

.schedule__days span.min{
  font-size: clamp(28px,23833vw,40px);
}

a.btn{
  display: flex;
  justify-content: center;
  padding:1em .3em;
  text-align: center;
  color: #3d1314;
  border-radius: 0;
  max-width: 300px;
  width: 100%;
  font-size: 16px;
  font-family: "Shippori Mincho", serif;
  background: #edeaea;
  text-decoration: none;
  align-items: center;
  column-gap: 1em;
}

a.btn:hover{
  background: #a69591;
  color:#fff;
}


p + a.btn{
  margin-top: 2em;
}

h3{
  color:#625252;
  text-align: center;
  margin-bottom: .5em;
  font-size: clamp(28px,2.3833vw,40px);
  width: 100%;
  font-family: "Shippori Mincho", serif;
  display: block;
}

h3.border__bottom{
  padding-bottom: .25em;
  line-height: 1.455;
  border-bottom: 1px solid #625252;
  text-align: left;
  margin-top: 0;
}

span.jan{
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  display: block;
}

dl.border a{
word-break: break-all;
}
@media screen and (max-width: 767px) {

  p.gray{
    text-align: left;
  }
  

  p + a.btn {
    margin-left: auto;
    margin-right: auto;
}

  section.sec__part02{
    padding-right: 0;
  }

  section.sec__part02 .comm__inner{
    padding-left: var(--row-space);
    padding-right: var(--row-space);
  }

  dl.border dt, dl.border dd, dl.border dd p{
    font-size: 14px;
  }

  dl.border dt{
    width: 35%;
  }

  dl.border dd{
    margin-left: 0;
    width: 65%;
    line-height: 1.55;
  }

  .schedule__days span.count{
    font-size: 36px;
  }

  .schedule__days{
    font-size: 24px;
  }
  .schedule__days span.min{
    font-size: 20px;
  }
  a.app{
    font-size: 17px;
    padding: .55em .3em;
  }
}

/****************************スタッフ紹介**********************************/

.staff__wrap{
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  max-width: 1000px;
  margin: auto;
}

.staff__wrap + .staff__wrap{
  margin-top: var(--col-space);
}

.staff__wrap .Image{
  width: 30%;
}

.staff__wrap .Image img{
  padding: 8px;
  border: 1px solid #f5eeee;
}

.staff__wrap .Text{
  width: 65%;
}

.staff__wrap .Text h3{
  text-align: left;
}

.staff__wrap .Text p{
  padding: 2vw;
  border: 1px solid #f8f4e6;
  background:#fbf9ef;
}


@media screen and (max-width: 767px) {
  .staff__wrap .Image{
    width: 50%;
    margin: 0 auto 1em;
  }
  
  .staff__wrap .Text{
    width: 100%;
  }
}

/******************* メールフォーム *******************/

input[type="radio"]{
  width:25px;
  height:25px;
  vertical-align:top;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
select,
textarea {
border-radius: 3px;
padding:1em .5em;
box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.1);
border:solid 1px #a7a7a7;
margin:auto;
width:100%;
display:block;
line-height:1.4;
font-size: 16px;
font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.wpcf7-not-valid-tip{
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 14px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
border:solid 1px #d00249;
background-color: #f2f2f2;
}

input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="date"] {
    background-color: #fafafa;
    width: 100%;
}

input[type="date" i] {
  padding: .75em;
  margin-bottom: 1em;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], select, textarea{
  width: 100%;
  color:#010101;
}

input[type="reset"],
input[type="button"],
input[type="submit"],
button {
   color: #FFFFFF;
    display:block;
   margin:1em auto 0 auto;
   padding:25px;
   -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #1ea27b;
    border: 0px;
     -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width:100%;
    box-sizing:broder-box;
    font-size:1.4rem;
    font-weight:400;
    letter-spacing:1px;
    max-width: 500px;
    font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.0);
    background:#ea1f0f;
}


select{
 font-size:1.0rem;
 }

 dl.form dt p, dl.form dd p{
  margin-bottom: 0;
 }

 span.text_red{
  background:#fe0000;
  text-align:center;
  color:#fff;
  margin-left:5px;
  display:inline-block;
  line-height:1.0;
  font-size:0.85rem;
  padding:3px;
  font-weight:normal;
  } 
  
hr{position: relative;background: #ddd;opacity: 1;margin: var(--col-space) auto;}

h2.bk{
  color:#000 !important;
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #000;
}

dl.privacy {
  font-family:'Noto Sans JP',游ゴシック体, 'Yu Gothic', YuGothic,'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

dl.privacy dt{
  font-weight: bold;
  font-size: 1.1rem;
  padding: 1em;
  background: #f2f2fa;
  margin-bottom: .5em;
}

dl.privacy dd{
  margin-bottom: 2em;
}

.contact dl.border dt p{
  margin-bottom: 0;
  display: flex;
  align-items: center;
}

.contact dl.border dd p{
  margin-bottom: 0;
	width:100%;
}

.contact dl.border dt, .contact dl.border dd{
  border-bottom: 1px solid #ddd;
}

.contact dl.border:last-of-type{
  border-bottom: none;
}

.contact dl.border dd p{
  font-size: 15px;
}

.contact dl.border{
  padding-top: 0;
}

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

.page_navi .wp-pagenavi{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.5vh;
}

.page_navi{
  margin-top: 5vh;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
  justify-content: center;
}

.page_navi a{
  color:#292127;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  padding: 10px;
  border:1px solid #292127;
}

.wp-pagenavi a{
  border: 1px solid #BFBFBF;
    padding: 3px 5px;
    margin: 2px;
    min-width: 30px;
    min-height: 30px;
    font-size: 15px;
    text-align: center;
    line-height: 1.55;
    color:#000;
    font-family: Arial, Helvetica, sans-serif;
}

.wp-pagenavi span{
  text-align: center;
  font-size: 15px;
  min-width: 30px;
  min-height: 30px;
  line-height: 1.55;
  font-family: Arial, Helvetica, sans-serif;

}