@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%;
  width: 100%;
  box-sizing: border-box;
  scroll-padding-top: 60px;
}
@media(min-width:900px) {
  html {
    scroll-padding-top: 186px;
  }
}
body {
  color: #333;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
.header {
  max-width: 900px;
  height: 60px;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  top: 0;
  left: 0px;
  margin: 0 auto;
  z-index: 1000;
}
.header-logo {
  width: 190px;
  margin-top: 14px;
  margin-left: 14px;
  position: absolute;
  left: 0;
}
.only-mobile {
  width: 36px;
  margin-top: 14px;
  text-align: right;
  position: absolute;
  right: 68px;
}
#PC-mobile {
	width:36px;
	margin-top: 14px;
	position: absolute;
	right:120px;
}
.header p {
  display: none;
}
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
}
.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #333;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check {
  display: none;
}
.section-menu-bar nav {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  z-index: 9999;
  background-color: #98cda8;
  width: 40%;
  height: 100%;
  padding: 70px 0 0 24px;
  box-shadow: 10px 10px 25px rgba(0, 0, 0, 0);
  transform: translateX(-105%);
  transition: 0.1s ease-in-out;
}
.section-menu-bar nav ul {
  padding: 10px 10px 0;
}
.section-menu-bar nav ul li {
  list-style: none;
  position: relative;
}
.section-menu-bar nav ul li a {
  color: #FFF;
  text-decoration: none;
}
.drawer-item {
  display: block;
  width: 100%;
  text-decoration: none;
  font-weight: 500;
  line-height: 40px;
  vertical-align: middle;
  text-align: left;
  padding: 10px 40px 10px 20px;
  margin: 0 auto;
  position: relative;
  color: #FFF;
}
ul.section-menubar li:hover ul {
  display: block;
}
ul.section-menubar ul {
  display: none;
  margin: 0px auto;
  position: absolute;
  margin-left: 100px;
  top: 8px;
  padding: 0;
  background-color: #98cda8;
  line-height: 4.0rem;
}
ul.section-menubar ul li {
  width: 220px;
  margin-left: 20px;
  margin-bottom: 20px;
  background-color: #98cda8;
  height: 30px;
  transition: all .3s;
  position: relative;
  z-index: 999;
}
ul.section-menubar ul li a {
  width: 110px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  margin: 0 0 0 10px;
  font-weight: normal;
  padding: 10px;
  padding-left: 0;
  background-color: #98cda8;
  border-top: 1px solid #98cda8;
  z-index: 1000;
}
ul.saction-menubar ul:hover {
	display: block;
}
ul.section-menubar ul li a:hover {
   display: block;
  background-color: #98cda8;
  color: #FFF;
  width: 180px;
}
#menu-btn-check:checked ~ .section-menu-bar nav {
  display: block;
  transform: translateX(0%);
}
#menu-btn-check:checked ~ .menu-btn span {
  background: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span:before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span:after {
  top: 0;
  transform: rotate(-45deg);
}
@media(min-width: 1000px) {
  .header {
    position: fixed;
    top: 0;
    left: 0px;
    max-width: 100%;
    height: 100px;
    margin: 0 auto;
    text-align: right;
  }
  .header-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .header img {
    width: 340px;
    margin-top: 20px;
    position: absolute;
    left: 0;
  }
	.only-mobile {
		display: none;
	}
  #PC-mobile {
	width:60px;
	position: absolute;
	top:180px;
	left: 92%;
		z-index:1000;
}
  .header p {
    display: flex;
    justify-content: center;
    text-align: left;
    padding-top: 24px;
    padding-left: 70px;
	font-size: 1.4rem;
  }
  .menu-btn {
    display: none;
  }
  .section-menu-bar {
    display: block;
    background-color: #1d9c92;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 86px;
    padding: 0 10px;
  }
  .section-menu-bar nav {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    height: 0px;
    padding: 0px;
    transform: translateX(0%);
  }
  .section-menu-bar nav ul {
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
    /*padding: 10px 10px 0;*/
	  padding-top:10px;
  }
  .section-menu-bar nav ul li a {
    text-decoration: none;
    color: #FFF;
    font-size: 1.6rem;
  }
  .drawer-item {
    text-decoration: none;
    color: #FFF;
    font-size: 1.8rem;
  }
  #drawer::after {
	  display:none;
	}
  .section-menu-bar {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
  }
  .section-menu-bar br {
    display: none;
  }
  ul.section-menubar li:hover ul {
    display: block;
  }
  ul.section-menubar ul {
    display: none;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
    position: absolute;
    top: 56px;
    left: auto;
    width: 200px;
    height: 60px;
	background-color:  #1d9c92;
  }
  ul.section-menubar ul li {
    display: inline-block;
    width: 200px;
    height: 60px;
    background-color: #1d9c92;
    margin: 0 auto;
  }
  ul.section-menubar ul li a {
    display: inline-block;
    width: 200px;
    line-height: 3.0rem;
    text-align: left;
    padding-right: 30px;
    padding-left: 20px;
    font-weight: normal;
    font-size: 1.6rem;
    position: relative;
    margin-top: 5px;
    background-color: #1d9c92;
    border-top: 1px solid #FFF;
  }
  ul.section-menubar ul li a:hover {
    background-color: #1d9c92;
    color: #FFF;
	width: 200px;
  }
  ul.section-menubar ul li a::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 24px;
    top: calc(50% - 5px);
  }
}
.section-top__icon1 {
  height: 100px;
  width: 100px;
  margin-top: 0px;
  margin-bottom: 30px;
  z-index: 1000;
}
.section-top__icon2 {
  height: 100px;
  width: 100px;
  margin-top: 0px;
  margin-bottom: 30px;
  z-index: 1000;
}
.section-top__icon3 {
  display: none;
}
.flex-container {
  display: flex;
  justify-content: center;
  gap: 46px;
  margin: 0 auto;
  padding-left: 40px;
}
@media(min-width:1000px) {
  .flex-container {
    display: block;
    position: fixed;
    right: 0;
    top: 0px;
    justify-content: flex-end;
    max-width: 1160px;
    gap: 0px;
    z-index: 1000;
  }
  .section-top__icon1 {
     display: block;
	 top:0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: -100px;
  }
  .section-top__icon2 {
    display: block;
	  top:0;
    margin-top: 0px;
    margin-left: 100px;
    margin-bottom: 0;
  }
  .section-top__icon3 {
	display:block;
    height: 100px;
    width: 100px;
	top: 0px;
	margin-top: -100px;
	margin-left:200px;
  }
}
#scroll-top {
  background-color: #edef64;
  opacity: 0.7;
  padding: 20px;
  position: fixed;
  right: 20px;
  bottom: 60px;
  width: 30px;
  height: 30px;
  border-radius: 40px;
}
#scroll-top a {
  text-decoration: none;
  color: #146f68;
  font-size: 3.0rem;
  vertical-align: middle;
}
@media(min-width: 800px) {
  #scroll-top {
    background-color: #edef64;
    opacity: 0.7;
    bottom: 60px;
    padding: 20px;
    position: fixed;
    right: 40px;
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
  #scroll-top a {
    text-decoration: none;
    color: #146f68;
    font-size: 3.6rem;
    vertical-align: middle;
  }
}
@media(min-width: 1000px) {
  #scroll-top {
	  bottom:20px;
	}
}
.section-access {
  margin: 0 auto;
  max-width: 800px;
  height: auto;
}
.section-access h2 {
  display: none;
}
.access-logo {
  width: 70%;
  margin: 0 auto 20px;
  max-width: 480px;
}
.section-access__information {
  max-width: 400px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  margin-bottom: 20px;
}
.section-access__item {
  margin-left: 20px;
}
.section-access__item {
  width: 95px;
  max-height: 28px;
  background: #1d9c92;
  border-radius: 18px;
  justify-content: center;
  margin-bottom: 10px;
  margin-right: 30px;
  color: #FFF;
}
.section-access__item {
  padding-top: 5px;
}
.info_female {
  white-space: nowrap;
  font-size: 1.4rem;
}
.info_female {
  color: #EC6D81;
  border: solid 2px #EC6D81;
  border-radius: 10px;
  background-color: #FFF;
  margin-bottom: 20px;
  width: 327px;
}
.info_female_color {
  color: #FFF;
  border: solid 2px #EC6D81;
  border-radius: 10px 0 0 10px;
  background-color: #EC6D81;
}
.section-access__p {
  line-height: 3.0rem;
  text-align: left;
}
.section-access__wrap {
  margin: 0 auto;
  width: 375px;
}
.section-access__content {
  width: 100%;
  height: 400px;
  background-color: #d6a867;
  margin: 0 auto;
}
.info_explanation2 {
  color: #543B01;
}
.section-access__schedule {
  width: 90%;
  max-width: 327px;
  margin: 30px auto 10px;
}
p.section-access__content2 {
  max-width: 375px;
  text-align: left;
  padding-left: 40px;
  line-height: 3.0rem;
  margin-bottom: 20px;
}
.section-access__wrap2 {
  margin: 0 auto;
  max-width: 470px;
  padding-bottom: 30px;
}
.access-maps {
  background-color: #FFF;
  width: 100%;
}
.access__illustrationmap {
  width: auto;
  height: auto;
  vertical-align: bottom;
}
.section-access__illustrationmap {
  height: 380px;
  margin: 0 auto;
}
.section-access__map {
  display: block;
	width: 100%;
	height:100%;
}
.totop-active {
  background-image: url("../images/up_button.png");
  background-size: 100%;
}
@media(min-width: 900px) {
  .section-access {
    margin: 0 auto 0px;
    max-width: 1440px;
    max-height: 1300px;
  }
  .section-access h2 {
    display: none;
  }
  .section-access__content {
    width: 50%;
    height: 300px;
  }
  .section-access__content2 {
    line-height: 3.4rem;
  }
  .section-access__div {
    background-color: #d6a867;
    width: 100%;
    height: 730px;
    margin: 0 auto;
  }
  .access-logo {
    margin: 20px auto 20px;
    max-width: 480px;
  }
  .access-wrap {
    max-width: 1160px;
    margin: 0 auto;
    height: 300px;
    background-color: #d6a867;
    padding-top: 30px;
  }
  .section-access__wrap {
    display: flex;
    width: 50%;
    flex-direction: column;
  }
  .section-access__information {
    align-items: flex-start;
    width: 600px;
  }
  .info_explanation2 {
  color: #543B01;
}
  .section-access__wrap2 {
    margin: 0 auto;
    width: 100%;
  }
  .section-access p {
    font-size: 2.0rem;
    color: #333;
    padding: 6px 9px;
    line-height: 3.0rem;
  }
  .info_female {
    white-space: nowrap;
    font-size: 2.0rem;
  }
  .access-maps {
    display: flex;
  }
  .access__illustrationmap {
    width: 50%;
    height: auto;
    background-color: #FFF;
  }
  .section-access__map {
    display: block;
    width: 100%;
  }
  .access-wrap {
    display: flex;
  }
  .section-access__schedule {
    max-width: 600px;
    margin: 0 auto 10px;
  }
  p.section-access__item {
    margin-left: 10px;
    color: #FFF;
  }
}
.footer {
  width: 100%;
  height: 100px;
  text-align: center;
  padding-top: 20px;
}
.footer-name {
  color: #1d9c92;
  text-align: center;
}
.reservation-icons {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.reservation-div {
  width: 50%;
  align-items: center;
}
a.reservation1 {
  display: flex;
  background: #4ebbb5;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 60px;
}
a.reservation2 {
  display: flex;
  background: #59c29b;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 60px;
}
a.reservation3 {
  display: flex;
  background: #63c981;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 60px;
}
.reservation-logo {
  width: 20px;
  height: auto;
}
.reservation-p {
  font-size: 1.6rem;
}
.reservation1, .reservation2,.reservation3{
  text-decoration: none;
  color: #FFF;
  align-items: center;
}
@media(min-width: 1000px) {
  .footer {
		padding-top: 50px;
	}
  .reservation-icons {
    display: none;
  }
  .footer-name {
    font-size: 2.0rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}