@charset "UTF-8";

html {
  scroll-behavior: smooth;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  line-height: 28px;
  /* background-color: #a3d7fd; */
  background-color: #fff6e9;
  color: rgb(0, 0, 0);
}

body * {
  /* border: 1px dotted #555;
  margin: -1px; */
}
.splash {
  position: fixed;
  display: block;
  visibility: visible;
  transition: opacity 1s ease, visibility 1s ease;
  /* transition: visibility 1s ease; */
  height: 100dvh;
  width: 100dvw;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 300;
  overflow: hidden;
}
.splash.hide {
  opacity: 0;
  visibility: hidden;
}
.splash .logo {
  position: absolute;
  width: 140%;
  max-width: 772px;
  /* height: 612px; */
   top: 50%;                    /* 親要素の半分下にずらす */
   left: 50%;                   /* 親要素の半分右にずらす */
   transform: translateY(-50%) translateX(-50%);    /* 要素自体の半分、上と左にずらす */
}
.splash .logo img {
  /* display: inline-block; */
}

header {
  position: fixed;
  width: 100dvw;
  min-width: 351px;
  max-width: 430px;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}
.header-wrapper {
  display: flex;
  flex-direction: row;
}
.header-cloud-logo {
  flex-grow: 2;
  margin-right: auto;
}
.header-cloud {
  width: 200px;
  margin-top: -20px;
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.2));
}
.header-logo {
  position: absolute;
  top: 0px;
  width: 97px;
}
.header-menu {
  right: 0;
  cursor: pointer;
}
/* @media screen and (min-width:451px) {
  header {
    width: 450px;
  }
} */

.screen {
  position: relative;
  width: 100dvw;
  min-width: 351px;
  max-width: 430px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}

.hero {
  height: 747px;
}
.hero-image {
  height: 100%;
  overflow: hidden;
}
.hero-image img {
  min-width: 393px;
}
.hero .overlap .copy {
  position: absolute;
  top: 153px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 48px;
  line-height: 50px;
  font-weight: 700;
  text-shadow: 2px 2px 5px #000;
}
.hero .overlap .instagram {
  position: relative;
  width: 57px;
  left: 20px;
  bottom: 77px;
}
section {
  /* padding-bottom: 60px; */
}
.section-title {
  margin: auto;
  text-align: center;
  height: 190px;
  font-weight: 400;
}
.section-title-en {
  position: relative;
  width: 145px;
  height: 25px;
  top: 65px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 12px;
  border-bottom: solid 1px #000;
}
.section-title-jp {
  position: relative;
  top: 90px;
  font-size: 24px;
}
.section-discription{
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 50px;
}
.section-contents {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 145px;
}
.text-wrapper p {
  margin-bottom: 2em;
}

.section-philosophy {
  background-image: url('../image/bg_wood.jpg');
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}

/* .wao {
  position:absolute;
} */

.section-a-day-at .section-contents {
  /* background-image: url('../image/wao.png'); */
  /* background-position: 0 113px; */
  /* background-repeat: no-repeat; */
  /* background-size: contain; */
}
.a-day-background {
  position:absolute;
  margin: 0 -24px;
  width: 100%;
}
.a-day-background div {
  position: relative;
}
.a-day-background img {
  display: inline-block;
}
.a-day-background .wao1 {
  top: 115px;
}
.a-day-background .wao2 {
  text-align: right;
  top: -15px;
}
.a-day-background .wao3 {
  top: 267px;
}
.a-day-background .wao4 {
  text-align: right;
  top: 259px;
}
.a-day-background .wao5 {
  top: 248px;
}
.a-day-background .wao6 {
  text-align: right;
  top:255px;
}
.a-day-photos {
  position: relative;
  display: flex;
  flex-direction:column;
}
.a-day-photos .row1 {
  display: flex;
  flex-direction: row;
}
.a-day-photos .row1 .text {
  position: relative;
  top: 29px;
  flex-grow: 2;
}
.a-day-photos .row1 .image {
  width: 184px;
}
.a-day-photos .row2 {
  margin-top: 52px;
}
.a-day-photos .row2 .image {
  width: 312px;
}
.a-day-photos .row3 {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}
.a-day-photos .row3 .text {
  position: relative;
  top: 70px;
  flex-grow: 2;
}
.a-day-photos .row3 .image {
  width: 211px;
}
.a-day-photos .row4 {
  display: flex;
  flex-direction: row;
  margin-top: 70px;
}
.a-day-photos .row4 .col1 {
  flex-grow: 2;
}
.a-day-photos .row4 .col1 .image {
  width: 167px;
}
.a-day-photos .row4 .col1 .text {
  position: relative;
  top: 115px;
  left: 31px;
}
.a-day-photos .row4 .col2 .text {
  position: relative;
  top: 66px;
  height: 237px;
  text-align: center;
}
.a-day-photos .row4 .col2 .image {
  width: 162px;
}
.a-day-photos .row5 {
  margin-top: 54px;
}
.a-day-photos .row5 .image {
  width: 294px;
}
.a-day-photos .row6 {
  margin-top: 20px;
}
.a-day-photos .row6 .text {
  position: relative;
  width: 100px;
  left: 177px;
}
.a-day-photos .row7 {
  margin-top: 94px;
}
.a-day-photos .row8 {
  margin-top: 19px;
  /* margin-bottom: 127px; */
}
.a-day-photos .row8 .text {
  position: relative;
  left: 7px;
}
.subsection-title {
  font-size: 18px;
  font-weight: 400;
}
.reason {
  margin-top: 32px;
}
.reason .reason-title {
  font-size: 18px;
  font-weight: 400;
  height: 46px;
}
.reason-parents {
  margin-bottom: 80px;
}
.ryomakan-photo {
  position: relative;
  padding: 0 24px;
  display: flex;
  flex-flow: row;
  justify-content: space-evenly;
}
.ryomakan-photo .image1 {
  width: 168px;
  height: 224px;
}
.ryomakan-photo .image2 {
  width: 161px;
  height: 224px;
  margin-top: 26px;
  margin-left: 16px;
}
.ryomakan-copy {
  margin: 60px 0;
  font-size: 18px;
  text-align: center;
}
.wonderchoiceproject {
  display: flex;
  flex-flow: row;
}
.wonderchoiceproject .col1 {
  width: 165px;
  flex-grow: 2;
  margin-right: auto;
}
.wonderchoiceproject .col2 {
  width: 170px;
  font-size: 14px;
  line-height: 22px;
}
.cafebar {
  display: flex;
  flex-flow: row;
}
.cafebar .col1 {
  width: 170px;
  font-size: 14px;
  line-height: 22px;
  flex-grow: 2;
  margin-right: auto;
}

.facility {
  margin-bottom: 50px;
}
.facility .image {
  width: 165px;
  border-radius: 10px;
}
.facility .title {
  width: 165px;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 1px #000;
  margin-bottom: 5px;
}
.facility.cafebar .text {
  width: 180px;
}
.access-title {
  font-size: 14px;
  width: 80px;
  border-bottom: solid 1px #000;
  text-align: center;
  margin: 0 auto 33px;
}
.access-map {
  margin-left: -24px;
  margin-right: -24px;
}
.access-map iframe {
  border: 0;
  width: 100%;
  height: 240px;
}
.access-address {
  width: 270px;
  margin: 20px auto;
  display: flex;
}
.access-address .logo {
  width: 86px;
}
.access-address .address {
  margin: auto;
  line-height: 1.3;
}
.section-information {
  background-image: url('../image/bg_wood.jpg');
  background-color:rgba(255,255,255,0.5);
  background-blend-mode:lighten;
}
.openinghours {
  margin-bottom: 50px;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  margin: 0 40px 40px;
}
.openinghours dt {
  flex-grow: 2;
}
.price {
  background-color: #fff ;
  padding: 28px 40px;
  font-size: 16px;
  text-align: center;
}
.price dl {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}
.price div.row {
  display: flex;
  flex-direction: row;
  margin-bottom: 5px;
}
.price dl dt {
  flex-grow: 2;
  text-align: left;
}
.price dl dd {
  text-align: right;
}

.section-application dl.step {
  margin-bottom: 33px;
}
.section-application dl.step dt {
  font-size: 16px;
}
.section-application dl.step dd {
  margin-left: 20px;
}
.section-application .contact-button img {
  left: 0;
  right: 0;
  margin: auto;
}
.section-contact .section-contents {
  padding-bottom: 0;
}
.section-contact .channels {
  font-size: 16px;
  line-height: 42px;
  display: flex;
  flex-direction: column;
}
.section-contact .channels a.channel {
  display: block;
  text-decoration: none;
  width: 265px;
  left: 0;
  right: 0;
  margin: 0 auto 28px;
}
.section-contact .icon {
  display: inline-block;
  width: 42px;
}
.section-contact .text {
  display: inline-block;
  margin-left: 33px;
  vertical-align: top;
}
footer {
  position: relative;
  /* height: 810px; */
  width: 100dvw;
  max-width: 430px;
  height: 100dvh;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../image/footer_bg.jpg");
  background-size: cover;
  background-position-x: center;
  color: #fff;
  z-index: 200;
}
footer .footer-contents {
  background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
  display: flex;
  flex-direction: row;
  padding-top: 17px;
}
.footer-contents .logo {
  flex-grow: 2;
  margin-right: auto;
}
.footer-contents .logo{
  width: 180px;
}
.footer-contents .menu {
  font-size: 20px;
  line-height: 36px;
  padding-right: 24px;
}
.footer-contents .menu .item {
  margin-bottom: 10px;
}
.footer-contents .menu .item a {
  text-decoration: none;
}
footer .instagram {
  text-align: right;
}
footer .instagram img {
  width: 50px;
  margin-left: auto;
}
footer .company {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  text-align: center;
}
footer .company a{
  text-decoration: none;
}

.modal-menu .modal-content {
  width: 90dvw;
  max-width: 500px;
  height: 100vh;
  max-height: 710px;
  font-size: 20px;
  text-align: center;
  background: linear-gradient(#a3d7fd, #fff 350px);
}
.modal-menu .modal-content .logo{
  display: inline-block;
  /* filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3)); */
  height: calc(100% - 436px);
}
.modal-menu .modal-content .menu li {
  margin-top: 16px;
}
.modal-menu .modal-content .menu a {
  text-decoration: none;
}

.modal-menu .modal-content .instagram {
  display: inline-block;
}
.modal-menu .modal-content .instagram img {
  width:  100px;
}