/* header */
header {
  width: 100%;
  padding-left: 127px;
  padding-right: 127px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translateY(-100%);
  transition: 1s;
}
header.slideIn {
  transform: translateY(0);
}
header.active::before {
  opacity: 1;
}


.header_inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: rgb(82,181,226);
background: linear-gradient(180deg, rgba(82,181,226,1) 0%, rgba(72,196,183,1) 100%);
  padding: 20px 18px 20px 65px;
  border-radius: 0 0 29px 29px;
  box-shadow: 0px 0px 24px -4px rgba(0,0,0,0.2);
}
.header_logo {
  width: 190px;
  position: relative;
  z-index: 999;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media screen and (max-width:1680px) {
.header_logo {
   width: 150px;
}	
}


.header_logo a {
  display: block;

}
.header_logo a img {
  width: 100%;
  height: auto;
}
.header_inner .header_nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  /*
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transition: 0.4s;
  */
}
.header_inner .header_nav.active {
  pointer-events: all;
  opacity: 1;
}
.header_nav_inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.header_inner .header_nav ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: fit-content;
  height: auto;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header_inner .header_nav ul.main {
  margin-right: 16px;
}
.header_inner .header_nav ul.main li {
  margin-right: 56px;
}

.header_inner .header_nav ul.main li a {
  letter-spacing: 0.1em;
	color: #363636;
}

.header_inner .header_nav ul.main li a span {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  color:#FFFFFF;
  text-align: center;
  display: block;
}

.header_inner .header_nav ul.cta li a {
  padding: 0 2.83em;
  border-radius: 32px;
    box-shadow: 0px 4px 14px -3px rgba(0,0,0,.4);
}
.header_inner .header_nav ul.cta li a span {
  display: flex;
	align-items: center;
	justify-content: center;
  width: fit-content;
  color: #CC817F;
  font-size: 1.6rem;
  letter-spacing: 0.1em;

  text-align: center;
  position: relative;
  margin: 0 auto;
}
.header_inner .header_nav ul.cta li a span::before {
  content: "";
  display: block;
	margin-right: 15px;
}

.header_inner .header_nav ul.cta li a.header_tel span::before {
  width: 30px;
  height: 30px;
  background:url("../img/icon_tel_r.png") no-repeat center / contain;
}

.header_inner .header_nav ul.cta li a.header_reserve span::before {
  width: 26px;
  height: 26px;
   background:url("../img/icon_calendar_r.png") no-repeat center / contain;
}

@media screen and (max-width:1860px) {
.header_inner .header_nav ul.main li {
  margin-right: 35px;
}	
}

@media screen and (max-width:1780px) {
.header_inner .header_nav ul.main li {
  margin-right: 25px;
}	
}

@media screen and (max-width: 1680px) {
  .header_inner .header_nav ul.cta li a span {
    line-height: 40px;
  }
}

@media screen and (max-width:1500px) {
.header_inner .header_nav ul.main li {
  margin-right: 20px;
}	
}

@media screen and (max-width:1380px) {
.header_inner .header_nav ul.main li {
  margin-right: 8px;
}	
}

.header_inner .header_nav ul.main li a {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.85;
  color:#FFFFFF;
  text-align: center;	
}

@media screen and (max-width:1680px) {
.header_inner .header_nav ul.main li a {
	font-size: 1.3rem;	
	font-size: 1.2rem;
}	
}


@media screen and (max-width:1500px) {
  .header_logo {
	  width: 150px;
  }

.header_inner .header_nav ul.main li a {
  font-size: 1.2rem;	
}	
.header_inner .header_nav ul.main li a span {
  font-size: 1rem;
}
  .header_inner .header_nav ul.cta li a {
	  padding: 0 1.8em;	  
  }
  .header_inner .header_nav ul.cta li a span {
    line-height: 35px;
  }
  .header_inner .header_nav ul.cta li a.header_tel span::before {
    width: 24px;
    height: 24px;
  }
  .header_inner .header_nav ul.cta li a.header_reserve span::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width:1240px) {
.header_inner .header_nav ul.main li a {
  font-size: 1.5rem;	
}	
}


@media screen and (max-width: 1400px) {
  .header_logo {
	  width: 140px;
  }
  .header_inner .header_nav ul.cta li a {
	  padding: 0 1em;	  
  }
}
@media screen and (max-width: 1240px) {
  header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header_inner .header_nav {
    background-color: #E5F2FA;
  }

  .header_inner .header_nav ul.cta li a span {
    line-height: 48px;
  }
  .header_inner .header_nav ul.cta li a.header_tel span::before {
    width: 30px;
    height: 30px;
  }
  .header_inner .header_nav ul.cta li a.header_reserve span::before {
    width: 26px;
    height: 26px;
  }
}
.header_inner .header_nav ul.cta li {
  margin-right: 10px;
}
.header_inner .header_nav ul.cta li a {
  display: block;
  width: auto;
}

.header_inner .header_nav ul.cta li a span {
  height: 60px;
}

@media screen and (max-width:1680px) {
.header_inner .header_nav ul.cta li a span{
  height: 50px;
}	
}


@media screen and (max-width:991px) {
.header_inner .header_nav ul.cta li a span{
 height: 50px;
}
}
	
.header_inner .header_nav ul.cta li a img {
  width: auto;
  height: 100%;
}

.header_inner .header_nav ul.cta_sub {
  margin: 0;
}
.header_triggers {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: fit-content;
  position: relative;
  z-index: 2;
  display: none;
}
.header_btn {
  width: 50px;
  height: 50px;
  background-color: #DEB065;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.header_btn span {
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/header_btn_closed.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: 0.2s;
}
.header_btn.active span {
  background-image: url(../img/header_btn_x.webp);
  transform: translate(-50%,-50%) rotate(90deg) scale(1.2,1.2);
}
@media screen and (max-width:1240px) {
  header {
    padding-left: 14px;
    padding-right: 14px;
  }
  .header_inner {
    padding: 12px 26px 12px 24px;
  }
  .header_inner .header_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #F5ECDE;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: 0.4s;
  }
  .header_nav_inner {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 70px;
    padding-bottom: 70px;
	  flex-wrap: nowrap;
  }
  .header_inner .header_nav ul {
    margin: 0;
  }
  .header_inner .header_nav ul.main {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .header_inner .header_nav ul.main li {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 46px;
  }
  .header_inner .header_nav ul.main li a span {
    display: inline;
    padding-left: 2em;
  }
  .header_inner .header_nav ul.cta {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .header_inner .header_nav ul.cta li {
    margin: 0;
  }
  .header_inner .header_nav ul.cta li a {
    margin: 10px 4px;
  }
  ul.cta {
    padding: 0 !important;
  }
  ul.cta_sub {
    padding: 0 !important;
  }
  .header_triggers {
    display: flex;
  }
}


@media screen and (max-width:991px) {
  .header_nav_inner {
    overflow-y: auto;
  }
  }

@media screen and (max-width:768px) {
	.header_inner .header_nav{
		height: calc(100vh - 70px);
	}
}

@media screen and (max-width:490px) {
  .header_inner .header_nav ul {
    max-width: 560px;
    /*width: 100%;*/
    padding: 0;
  }
  .header_inner .header_nav ul.main li a span {
    display: inline;
    padding-left: 2em;
  }
  .header_inner .header_nav ul.cta li {
    margin: 0;
  }
}

/* mv_cta */
.mv_cta {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.mv_cta li {
  width: calc(50% - 5px);
  background-color: #76B6DE;
  border-radius: 0 13px 0 0;
}

.mv_cta li:last-child {
  background-color: #99D7FF;
}

.mv_cta li a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 70px;
	width: 100%;
	padding: 18px 0;
	color: rgba(255,255,255,1.00);
}
.mv_cta li a:before {
	display:block;
	content: "";
	height: 30px;
	width: 30px;
	margin-right: 10px;
}

.mv_cta li:first-child a::before {
	background: url("../img/icon_tel_w.png") no-repeat center / contain;
}

.mv_cta li:last-child a::before {
	 background: url("../img/icon_calendar_w.png") no-repeat center / contain;
}






/* footer */
footer {
	position: relative;
}
footer .content_width {
  position: relative;
  z-index: 1;
}
footer .flex {
  justify-content: space-between;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 58px;
}
footer .info {
  width: fit-content;
}
footer .info figure {
  width: 238px;
  margin-bottom: 23px;
}
footer .info p {
  line-height: 1.5;
}
footer .schedule {
  max-width: 650px;
  margin-left: 24px;
}
footer .copy {
  font-size: 1.4rem;
  border-top: 1px solid #363636;
  text-align: center;
  padding: 2em;
}


@media screen and (max-width:768px){
  footer .flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 104px;
    padding-bottom: 40px;
  }
  footer .info p {
    margin-bottom: 38px;
  }
  footer .schedule {
    margin: 0;
  }
  footer .copy {
    padding: 1em;
  }
}

.schedule_content{
	width: calc(100% - 262px);
	margin-left: 25px;
	max-width: 649px;
	padding: 35px 23px 28.5px;
	background-color: #FFFFFF;
	border-radius: 10px;
}

.schedule_content p{
	font-weight: 600;
	letter-spacing: .1em;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	line-height: 1;
	font-size: 1.6rem;
}

.schedule_content > p{
	margin-top: 22.5px;
	padding-left: 34px;
	
}

.schedule_content dl{
	display: flex;
	align-items: center;
	padding-left: 34px;
	padding-right: 34px;
}

.schedule_content dl:first-of-type{
	padding-top: 18px;
	padding-bottom: 18px;
	background-color: #DEB065;
	border-radius: 29px;
	color: #FFFFFF;
}

.schedule_content dl:first-of-type p{
	font-weight: 800;
}

.schedule_content dl:not(:first-of-type){
	margin-top: 21px;
}

.schedule_content dl dt{
	width:29%;
}



.schedule_content dl dd{
	width:71%;
	display: flex;
	align-items: center;
}

.schedule_content dl dd > p{
	text-align: center;
	width: calc(100% / 7);
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width:991px){
.schedule_content dl,.schedule_content > p{
	padding-left: 15px;
	padding-right: 15px;
}
.schedule_content dl dt{
	width:33%;
	}
.schedule_content dl dd{
	width:67%;
	}
.schedule_content p{
		font-size: 1.5rem;
	}
}

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

.schedule_content{
	width: 100%;
	max-width: 100%;
	margin-left: inherit;
	}
.schedule_content{
	padding: 5vw 3.4vw 4.3vw;
	}	
.schedule_content dl:first-of-type{
	padding-top: 2.3vw;
	padding-bottom: 2.3vw;
	}
.schedule_content dl,.schedule_content > p{
	padding-left: 4vw;
	padding-right: 4vw;
	}
.schedule_content > p{
	margin-top: 3.4vw;
	}
.schedule_content p{
	font-size: 2.5vw;
	}
}

/* fab */
.fab {
  width: 58px;
  height: 58px;
  background-color: #76B6DE;
  border-radius: 50%;
  position: fixed;
  right: 28px;
  bottom: 25px;
  z-index: 2;
  cursor: pointer;
}
.fab figure {
  width: 12px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.fab figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width:768px){
  .fab {
    width: 57px;
    height: 57px;
    right: 6px;
	 bottom:100px !important;
	  opacity: .8;
  }
}