@charset "UTF-8";
/* CSS Document */
/**********************************************************/
/* PC */
/**********************************************************/
body {
  color: #292929;
}
.h-experience{
	transition: 1s;
}
.h-experience.hide {
  opacity:0;
}
/**********************************
header
**********************************/
#header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 104px;
  text-align: center;
  color: #292929;
  box-sizing: border-box;
  z-index: 99;
  background: #fff;
}

#header div {
  justify-content: space-between;
  align-items: center;
  height: 104px;
}

#header h1 {
  width: 259px;
  margin-left: 50px;
}

.h-btn-box{
	margin: auto 186px auto 0;
	padding-top:26px;
}
.h-reserve {
  font-size: 1.7rem;
  color: #fff;
  border: solid 1px #fff;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.24);
  border-radius: 34px;
  padding: 15px 0;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(85, 109, 136, 0.82);
	width: 250px;
}
.h-experience{
 margin: auto 18px auto 0;
  font-size: 1.7rem;
  color: #4E4242;
  border: solid 1px #4E4242;
  box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.24);
  border-radius: 34px;
  padding: 15px 0;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  background: rgba(255, 255, 255, 0.3);
	width: 250px;
}

/**********************************
ハンバーガー
**********************************/
.abs {
  position: absolute;
  top: 27px;
  right: 100px;
}

.openbtn {
  z-index: 9999;
  cursor: pointer;
  width: 51px;
  height: 51px;
  position: fixed;
}

.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  right: 0px;
  height: 1px;
  border-radius: 2px;
  background-color: #292929;
  width: 100%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 31px;
  right: auto;
  left: 0;
  width: 28px;
}

.openbtn.active span {
  background-color: #fff;
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-20deg);
  width: 100%;
}

.openbtn.active span:nth-of-type(2) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(20deg);
  width: 100%;
}

/**********************************
.mv
**********************************/
.mv {
  width: calc(100% - 100px);
  margin: 104px auto 0;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  align-items: center;
  margin-top: 104px;
}

.mv .txt-area {
  margin: auto;
}

.mv h2 {
  font-size: 4.3rem;
  letter-spacing: 5px;
}

.mv p {
  font-size: 2.1rem;
  margin-top: 20px;
}

/**********************************
　access-sec
**********************************/
.access-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/common/map-bg.webp?mikgszsm");
}

.access-sec .flex {
  align-items: flex-end;
  height: 748px;
  color: #fff;
  padding-bottom: 63px;
  padding-left: 100px;
}

.access-sec dt {
  font-size: 2rem;
  line-height: 2.2;
}

.access-sec img {
  width: 441px;
  margin-bottom: 20px;
}

.access-sec dl {
  margin-left: 10px;
}

.access-sec dt:last-of-type {
  margin-bottom: 20px;
}

.access-sec dd {
  font-size: 1.1rem;
  line-height: 1.4;
  margin-bottom: 15px;
}

.access-sec .map {
  margin-bottom: 40px;
  max-width: 520px;
  max-height: 438px;
  width: 100%;
  height: 100%;
}

.access-sec .map iframe {
  border-radius: 30px;
  height: 100%;
  width: 100%;
}

/**********************************
　CONTACT
**********************************/
.contact {
  background: #D1D8D8;
  height: 492px;
  color: #292929;
  display: flex;
}

.contact .inner940 {
  max-width: 886px;
  justify-content: space-between;
  margin: auto;
}

.contact-txt h3 {
  font-size: 3.9rem;
  margin-bottom: 40px;
}

.contact-txt p {
  line-height: 2.2;
}

.contact .top-btn {
  margin-top: 97px;
  width: 210px;
}

.contact .top-btn a:hover {
  opacity: 1;
  transition: 0.3s;
  width: 210px;
}

/**********************************
footer
**********************************/
#footer .footer {
  background: #556D88;
  height: 105px;
  color: #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
  text-align: center;
  padding-top: 12px;
}

.footer img {
  width: 165px;
}

.footer small {
  display: block;
  font-size: 10px;
  transform: scale(0.6);
  letter-spacing: 0.05em;
}

/**********************************
プライバシーポリシー
**********************************/
.policy-sec{
	margin:150px auto;
}
.policy-sec h2{
	font-size:3rem;
	margin-bottom:70px;
	font-weight:bold;
}
.policy-sec div{
	line-height:2;
}




/**********************************************************/
/* タブレット */
/**********************************************************/
@media (max-width: 1100px) {
		#header div.h-btn-box {
    margin:0;
	position: fixed;
    bottom: 44px;
    right: 20px;
		display: flex;
		align-items: end;
}
  .h-reserve {
    margin: 0;
    font-size: 1.4rem;
    padding: 34px 0;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #556D88;
    border: solid 1px #fff;
    box-shadow: 0 1px 20px 3px rgba(0, 0, 0, 0.24);
    color: #fff;
  }
	.h-experience{
	margin: 0 10px 0 auto;
    font-size: 1.2rem;
    padding: 22px 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: solid 1px #fff;
		background: rgba(255,255,255,.64);
    box-shadow: 0 1px 20px 3px rgba(0, 0, 0, 0.24);
    color: #4E4242;
	}
}
/**********************************************************/
/* SP用 */
/**********************************************************/
@media (max-width: 768px) {
  /**********************************
  header
  **********************************/
  #header,
  #header div {
    height: 90px;
  }
  #header h1 {
    width: 144px;
    margin-left: 14px;
  }
	#header div.h-btn-box {
    margin:0;
	position: fixed;
    bottom: 44px;
    right: 20px;
		display: flex;
		align-items: end;
}
  .h-reserve {
    margin: 0;
    font-size: 1.4rem;
    padding: 34px 0;
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #556D88;
    border: solid 1px #fff;
    box-shadow: 0 1px 20px 3px rgba(0, 0, 0, 0.24);
    color: #fff;
  }
	.h-experience{
	margin: 0 10px 0 auto;
    font-size: 1.2rem;
    padding: 22px 0;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: solid 1px #fff;
		background: rgba(255,255,255,.64);
    box-shadow: 0 1px 20px 3px rgba(0, 0, 0, 0.24);
    color: #4E4242;
	}
  /**********************************
  ハンバーガー
  **********************************/
  .abs {
    top: 40px;
    right: 40px;
    width: 36px;
  }
  .openbtn {
    width: 35px;
    height: 35px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 0px;
    left: 0px;
  }
  .openbtn.active span:nth-of-type(2) {
    top: 12px;
    left: 0px;
  }
  .openbtn span:nth-of-type(1) {
    top: 0;
  }
  .openbtn span:nth-of-type(2) {
    top: 8px;
    width: 20px;
  }
  /**********************************
  .mv
  **********************************/
  .mv {
    width: calc(100% - 20px);
    margin: 90px auto 0;
    height: 250px;
  }
  .mv h2 {
    font-size: 2.3rem;
  }
  .mv p {
    font-size: 1.4rem;
    margin-top: 20px;
  }
  /**********************************
  　access-sec
  **********************************/
  .access-sec img {
    width: 100%;
    max-width: 400px;
  }
  .access-sec .map {
    margin: 20px auto;
    width: 100%;
    height: auto;
  }
  .access-sec .flex {
    height: auto;
    padding-bottom: 30px;
    padding: 0 20px;
    flex-direction: column;
  }
  .access-sec .flex div {
    margin: 0 auto;
    width: 100%;
    overflow-wrap: break-word;
  }
  .access-sec dl {
    margin-left: 0;
    padding: 10px;
  }
  .access-sec dt {
    font-size: 1.4rem;
  }
  .access-sec dt {
    font-size: 1.2rem;
  }
  .access-sec .map iframe {
    width: 100%;
    height: 300px;
  }
  /**********************************
  　CONTACT
  **********************************/
  .contact {
    height: auto;
  }
  .contact .inner940 {
    max-width: 100%;
    flex-wrap: wrap;
  }
  .contact-txt {
    padding: 30px;
  }
  .contact-txt h3 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .contact .top-btn {
    margin: 0px 0 30px auto;
    width: 210px;
    padding: 0 20px;
  }
/**********************************
プライバシーポリシー
**********************************/
.policy-sec{
	margin:100px auto;
	padding:0 20px;
}
.policy-sec h2{
	font-size:2rem;
	margin-bottom:30px;
	}


}
