body{
	overflow-x:hidden;
}

.future {
  font-family: futura-pt, sans-serif;
  font-style: italic;
  font-weight: 500;
}

header .menu-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #4b8be0;
  border-radius: 50%;
  z-index: 500;
}

header .menu-btn span,
header .menu-btn span:before,
header .menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 23px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition: all 0.5s ease;
}

header .menu-btn span:before {
  bottom: 8px;
}

header .menu-btn span:after {
  top: 8px;
}

header .menu-btn p {
  color: #fff;
  font-size: 0.938rem;
  margin-top: 50px;
}

header .batu .menu-btn {
  background: none;
}

header .batu .menu-btn span {
  /* bottom: 0px; */
  width: 30px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
}

header .batu .menu-btn span::before {
  bottom: 0px;
  width: 30px;
  height: 3px;
  background: #fff;
  transform: rotate(-90deg);
}

header .batu .menu-btn span::after {
  display: none;
}

.close-btn span {
  display: block;
  width: 60px; /*枠の大きさ*/
  height: 60px; /*枠の大きさ*/
  position: relative;
}

.close-btn span::before,
.close-btn span::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.close-btn span::after {
  transform: rotate(-45deg);
}

.close-btn p {
  width: 60px;
  text-align: center;
  margin-top: -13px;
  font-size: 0.938rem;
}

.close {
  display: none;
}

.menu-area .menu-contents {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  max-width: 807px;
  background: linear-gradient(#4b8be0, #b7d1f2);
  color: #fff;
  z-index: 400;
  overflow: scroll;
  font-family: "Noto Sans JP", sans-serif;
}

.menu-contents .links {
  padding: 90px 45px 0;
}

.links > li {
  font-size: 1.15rem;
  padding-bottom: 3px;
  margin-bottom: 2rem;
  padding-top: 1rem;
  display: table;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.links > li:nth-child(7) {
  display: inherit;
}

.links > li:hover {
  border-bottom: 1px solid #fff;
}

.links > li:nth-child(3):hover,
.links > li:nth-child(4):hover,
.links > li:nth-child(5):hover,
.links > li:nth-child(7):hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}

.menu-around-links {
  padding-top: 32.5px;
  padding-left: 20px;
}

.menu-around-links li {
  position: relative;
  margin-bottom: 23.5px;
  width: 105%;
}

.menu-around-links li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -15px;
  margin: auto;
  height: 1px;
  width: 30px;
  background-color: #4b8be0;
}

.menu-around-links li:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-around-links li div {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%;
  letter-spacing: 0.12rem;
}

.menu-around-links li picture {
  width: 40%;
}

.menu-around-links li img {
  width: 100%;
}

.menu-around-links li p {
  color: #4b8be0;
  font-size: 0.9rem;
  margin-left: 15px;
}

.links2 {
  margin: 32.5px 0 65px;
  padding: 0 45px;
  font-family: "Noto Sans", sans-serif;
}

.links2 li:nth-child(1) {
  margin-bottom: 16px;
}

.links2 li div,
.links2 li a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 17.5px 27.5px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
}

.links2 li:nth-child(1) div,
.links2 li:nth-child(1) a {
  background-color: #3684d3;
}

.links2 li:nth-child(2) div,
.links2 li:nth-child(2) a {
  background-color: #69b44d;
}

.links2 li img {
  height: 21px;
  margin-right: 16px;
}

.links2 li:nth-child(2) img {
  height: 21px;
  margin-right: 18px;
}

.sns-links {
  border-top: 1px solid;
  margin: 0 20px 100px;
  padding: 20px;
}

.sns-links ul {
  margin-top: 16px;
  display: flex;
  align-items: center;
}

.sns-links ul .twitter {
  margin: 0 23px 0 27px;
}

.banner-area {
  position: fixed;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 0.938rem;
  letter-spacing: 0.1rem;
  display: none;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.938rem;
  line-height: 41px;
}

.banner-area .winter-banner {
  background-color: #3684d3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 41px;
}

.banner-area .winter-banner .winter {
  width: 19px;
}

.banner-area .green-banner {
  background-color: #69b44d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 41px;
}

.banner-area .green-banner .green {
  width: 14px;
}

.banner-area img {
  margin-right: 13px;
}

.header-logo {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  padding: 0;
  transition: all 0.3s;
  text-align: center;
  /* height: 25px; */
  z-index: 300;
  margin: 0 auto;
}

.header-logo img {
  margin: 33.5px 0;
  height: 18px;
  transition: margin-top 0.3s;
}

.info {
  font-family: "Noto Sans JP", sans-serif;
}

.info .map-area {
  height: 484px;
}

.info .info-area {
  color: #fff;
  letter-spacing: 0.1em;
}

.info .info-area .address-section {
  background-color: #4b8be0;
  padding: 38px 30px 30px;
}

.info-area .address-section .logo {
  width: 120px;
}

.info-area .address-section .name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 11px 0 23px;
}

.info-area .address-section .address {
  font-size: 0.8rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.info-area .address-section .tel {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 4px;
}

.info-area .address-section .time {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.info .info-area .schedule-section {
  background-color: #b2b2b2;
  padding: 27px 30px 25px;
}

.info-contents .schedule-section h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.info-contents .schedule-section h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 33px;
  bottom: 0;
  border-bottom: solid 1px #fff;
}

.info-contents .schedule-section .schedule{
  font-size: 0.8rem;
  line-height: 1.5;
}

.info-contents .schedule-section h4 span{
	font-size:0.9rem;
}

.info-area .sns-link-area {
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: left;
  height: 50px;
  padding-left: 28px;
}

.sns-link-area .mail {
  width: 20px;
  vertical-align: middle;
  margin-right: 20px;
}

.sns-link-area .instagram {
  width: 20px;
  vertical-align: middle;
}

footer {
  height: 92px;
}

footer p {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 92px;
  letter-spacing: 0.1rem;
  text-align: center;
}

@media screen and (min-width: 500px) {
  header .menu-btn {
    height: 74px;
    width: 74px;
    top: 30px;
    left: 30px;
  }

  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    width: 36px;
  }

  header .menu-btn span:before {
    bottom: 13px;
  }

  header .menu-btn span:after {
    top: 13px;
  }

  .header-logo {
  }

  .header-logo img {
    margin: 49.5px 0;
    height: 36px;
  }

  .menu-around-links li p {
    font-size: 1.15rem;
  }

  .menu-contents .links {
    padding: 134px 60px 0;
  }

  .info .map-area {
    height: 968px;
  }

  .info .info-area .address-section {
    padding: 76.5px 60px 60px;
  }

  .info .info-area .schedule-section {
    padding: 55px 60px 49px;
  }

  .info-area .sns-link-area {
    justify-content: left;
    padding-left: 56px;
  }
}

@media screen and (min-width: 600px) {
  .menu-contents .links {
    padding: 134px 80px 0 120px;
  }

  .links > li:hover {
    border-bottom: 1px solid rgba(255, 255, 255);
  }

  .menu-around-links {
    padding-top: 65px;
    padding-left: 40px;
  }

  .menu-around-links li {
    margin-bottom: 45px;
  }

  .menu-around-links li:nth-child(4) {
    margin-bottom: 5px;
  }

  .links2 {
    margin: 0px 0 130px;
    padding: 0 80px 0 104px;
  }

  .links2 li div,
  .links2 li a {
    font-size: 1.3rem;
  }

  .links2 li img {
    height: 32px;
    margin-right: 16px;
  }

  .links2 li:nth-child(2) img {
    height: 32px;
    margin-right: 18px;
    margin-left: 5px;
  }

  .sns-links {
    border-top: 1px solid;
    margin: 0 40px 200px 80px;
    padding: 40px;
  }

  .sns-links p {
    font-size: 1.5rem;
  }
  .sns-links ul {
    margin-top: 21px;
  }

  .sns-links ul .twitter {
    margin: 0 47px 0 55px;
  }

  .sns-links .facebook {
    height: 43px;
  }

  .sns-links .twitter {
    height: 39px;
  }

  .sns-links .insta {
    height: 41px;
  }

  .menu-around-links li::after {
    right: -30px;
    width: 60px;
  }
}

@media screen and (min-width: 769px) {
  header .menu-btn {
    height: 60px;
    width: 60px;
  }

  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    width: 29px;
  }

  header .menu-btn span:before {
    bottom: 10px;
  }

  header .menu-btn span:after {
    top: 10px;
  }

  .header-logo {
    position: absolute;
  }

  .header-logo img {
    margin: 95px 0 15px;
    height: 25.2px;
  }

  .header-logo .logo-blue {
    margin-top: 53.5px;
	margin-bottom: 43px;
  }

  .close-btn span {
    width: 74px;
    height: 74px;
  }

  .close-btn p {
    width: 74px;
  }

  .menu-contents .links {
    padding: 105px 00px 0 120px;
    max-width: 647px;
  }

  .links > li {
    font-size: 1.5rem;
    padding-bottom: 8px;
    margin-bottom: 42px;
  }

  .menu-around-links li picture {
    width: 137px;
  }

  .menu-around-links li p {
    font-size: 1.25rem;
  }

  .links2 {
    display: none;
  }

  .sns-links p {
    font-size: 1.125rem;
  }

  .sns-links .facebook {
    height: 33px;
  }

  .sns-links .twitter {
    height: 30px;
  }

  .sns-links ul .twitter {
    margin: 0 36px 0 42px;
  }

  .sns-links .insta {
    height: 31px;
  }

  .banner-area {
    display: flex;
    z-index: 300;
  }

  .info {
    display: flex;
  }

  .info .map-area {
    height: auto;
    min-width: 50%;
  }

  .info .info-area {
    width: 50%;
    letter-spacing: 0.13rem;
  }

  .info .info-area .info-contents {
    display: flex;
  }

  .info .info-area .address-section {
    padding: 56px 25px 69px;
    min-width: 60%;
  }

  .info-area .address-section .logo {
    width: 127px;
  }

  .info-area .address-section .name {
    font-size: 2rem;
    margin: 13px 0 35px;
  }

  .info-area .address-section .address {
    font-size: 0.938rem;
  }

  .info-area .address-section .tel {
    font-size: 1.375rem;
  }

  .info-area .address-section .time {
    font-size: 0.938rem;
  }

  .info .info-area .schedule-section {
    padding: 56px 25px 49px;
    flex-grow: 1;
  }

  .info-contents .schedule-section h4 {
    font-size: 1.375rem;
    margin-bottom: 32px;
  }

  .info-contents .schedule-section .schedule {
    font-size: 0.938rem;
  }

  .info-area .sns-link-area {
    height: 83px;
  }

  .sns-link-area .mail {
    width: 30px;
    margin-right: 40px;
  }

  .sns-link-area .instagram {
    width: 31.5px;
  }
}

@media screen and (min-width: 1500px) {
  .info .info-area .address-section {
    padding: 107px 57px 69px;
  }

  .info .info-area .schedule-section {
    padding: 102px 60px 49px;
  }
}
