@charset "UTF-8";
/*行間reset*/
/*レスポンシブ*/
@media screen and (max-width: 1000px) {
  .sp_none {
    display: none;
  }
}

.pc_none {
  display: none;
}
@media screen and (max-width: 1000px) {
  .pc_none {
    display: inline;
  }
}

/*
@include lineHeightCrop;
@include sp($sm){}
*/
/*基本*/
body {
  background-color: #feeeec;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-size: 16px;
  color: #333333;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
}

#wrap {
  width: 100%;
  background-color: #fffaed;
}
@media screen and (max-width: 1000px) {
  #wrap {
    width: 428px;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 427px) {
  #wrap {
    width: 100%;
  }
}

p {
  line-height: 1.5;
}
p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

img {
  max-width: 100%;
  height: auto;
}

.top {
  width: 100%;
  height: 51.41vw;
  background-image: url(img/bg_top3.jpg);
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .top {
    min-height: 60vh;
    background-image: url(img/bg_top_sp3.jpg);
  }
}
@media screen and (max-width: 427px) {
  .top {
    min-height: 60vh;
  }
}
.top .inner {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .top .inner {
    padding: 0 5%;
  }
}
.top .syusai {
  font-size: 21px;
  padding-top: 1em;
  color: #6b6262;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .top .syusai {
    font-size: 16px;
    text-align: center;
  }
}
.top h1 {
  width: 53vw;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 1000px) {
  .top h1 {
    width: 100%;
  }
}
.top .img_info_wrap {
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .top .img_info_wrap {
    text-align: center;
  }
}
.top .img_info_wrap img {
  width: 31.95vw;
}
@media screen and (max-width: 1000px) {
  .top .img_info_wrap img {
    width: 82%;
  }
}

/*トップおわり*/
.reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  background: #fa8e82;
}
@media screen and (max-width: 1000px) {
  .reservation {
    flex-wrap: wrap;
    padding: 20px 5%;
  }
}
.reservation .time {
  color: #fff;
  font-size: 40px;
  margin-right: 50px;
}
@media screen and (max-width: 1000px) {
  .reservation .time {
    font-size: 30px;
    margin-right: 0;
  }
}
.reservation .time span {
  font-size: 0.7em;
  padding-right: 0.7em;
}
.reservation .link_btn {
  display: block;
}
@media screen and (max-width: 1000px) {
  .reservation .link_btn {
    margin-top: 15px;
  }
}
.reservation .link_btn img {
  width: auto;
  height: 110px;
}
@media screen and (max-width: 1000px) {
  .reservation .link_btn img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}

.h2 {
  text-align: center;
}
.h2 h2 {
  color: #fa8e82;
  font-size: 48px;
}
@media screen and (max-width: 1000px) {
  .h2 h2 {
    font-size: 36px;
  }
}
.h2 span {
  display: inline-block;
  padding-top: 0.2em;
  color: #333333;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .h2 span {
    font-size: 16px;
  }
}

section {
  padding: 80px 0 90px 0;
}
@media screen and (max-width: 1000px) {
  section {
    padding: 45px 5% 55px 5%;
  }
}

.corner ul {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .corner ul {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .corner ul {
    flex-wrap: wrap;
  }
}
.corner ul li {
  background-color: #82a7d9;
  border-radius: 20px;
  width: 235px;
  margin: 0 10px 0 10px;
  padding: 70px 0 30px 0;
  position: relative;
  line-height: 1.5;
}
.corner ul li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.corner ul li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1000px) {
  .corner ul li {
    width: calc(50% - 10px);
    margin: 50px 10px 0 0;
    padding: 60px 0 20px 0;
  }
  .corner ul li:nth-of-type(2n) {
    margin-right: 0;
  }
  .corner ul li:nth-of-type(1), .corner ul li:nth-of-type(2) {
    margin-top: 0;
  }
}
.corner ul li h3 {
  color: #fff;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .corner ul li h3 {
    font-size: 20px;
  }
}
.corner ul li img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.corner ul li .icon_01 {
  top: -36px;
}
@media screen and (max-width: 1000px) {
  .corner ul li .icon_01 {
    top: -25px;
    width: 88px;
  }
}
.corner ul li .icon_02 {
  top: -57px;
}
@media screen and (max-width: 1000px) {
  .corner ul li .icon_02 {
    top: -33px;
    width: 120px;
  }
}
.corner ul li .icon_03 {
  top: -57px;
}
@media screen and (max-width: 1000px) {
  .corner ul li .icon_03 {
    top: -34px;
    width: 68px;
  }
}
.corner ul li .icon_04 {
  top: -30px;
}
@media screen and (max-width: 1000px) {
  .corner ul li .icon_04 {
    top: -18px;
    width: 64px;
  }
}

.voice {
  position: relative;
}
.voice .voice_wrap {
  display: flex;
  justify-content: center;
  background-color: #fff;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding: 50px;
}
@media screen and (max-width: 1000px) {
  .voice .voice_wrap {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .voice .voice_wrap {
    padding: 25px;
    padding-bottom: 80px;
  }
}
.voice .voice_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.voice .voice_wrap ul li {
  width: 450px;
  max-width: 100%;
  font-weight: 400;
  padding: 20px 0;
  padding-left: 65px;
  background-position: left top 20px;
  background-repeat: no-repeat;
  background-size: auto 55px;
  border-top: 2px dotted #bfb6aa;
}
@media screen and (max-width: 1000px) {
  .voice .voice_wrap ul li {
    width: 100%;
    padding-left: 50px;
    background-size: auto 35px;
  }
}
.voice .voice_wrap ul li:nth-of-type(1) {
  background-image: url("img/icon_num_01.svg");
  border: none;
}
.voice .voice_wrap ul li:nth-of-type(2) {
  background-image: url("img/icon_num_02.svg");
  border: none;
}
@media screen and (max-width: 1000px) {
  .voice .voice_wrap ul li:nth-of-type(2) {
    border-top: 2px dotted #bfb6aa;
  }
}
.voice .voice_wrap ul li:nth-of-type(3) {
  background-image: url("img/icon_num_03.svg");
}
.voice .voice_wrap ul li:nth-of-type(4) {
  background-image: url("img/icon_num_04.svg");
}
.voice .voice_wrap ul li:nth-of-type(5) {
  background-image: url("img/icon_num_05.svg");
}
.voice .voice_wrap ul li:nth-of-type(6) {
  background-image: url("img/icon_num_06.svg");
}
.voice img {
  position: absolute;
  bottom: -3px;
}
.voice .img_01 {
  left: calc(50% - 580px);
}
@media screen and (max-width: 1000px) {
  .voice .img_01 {
    width: 115px;
    height: auto;
    left: calc(50% - 120px);
  }
}
.voice .img_02 {
  right: calc(50% - 580px);
}
@media screen and (max-width: 1000px) {
  .voice .img_02 {
    width: 92px;
    height: auto;
    right: calc(50% - 120px);
  }
}

.school {
  position: relative;
  background-color: #fa8e82;
  padding-left: 0;
  padding-right: 0;
}
.school::before, .school::after {
  background-repeat: repeat-x;
  background-position: center;
}
.school::before {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  position: absolute;
  top: -6px;
  background-image: url("img/bg_wave.svg");
}
.school:after {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  position: absolute;
  bottom: -6px;
  background-image: url("img/bg_wave_02.svg");
}
.school .h2 h2 {
  color: #fff;
}
.school .h2 span {
  color: #fff;
}
.school ul {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 1000px) {
  .school ul {
    padding: 0 5%;
  }
}
.school ul li {
  width: 323.3333333333px;
  background-color: #fff;
  font-size: 24px;
  border-radius: 15px;
  padding: 1em 0;
  text-align: center;
  margin: 15px 0;
  margin-right: 15px;
}
.school ul li:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .school ul li {
    width: 100%;
    margin-right: 0;
    margin: 7px 0;
    font-size: 20px;
    padding: 0.7em 0;
  }
}

.access {
  text-align: center;
}
.access .gmap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  height: 350px;
  margin-top: 50px;
}
.access h3 {
  font-size: 20px;
  margin-top: 0.5em;
}
.access p {
  font-weight: 400;
  margin-top: 0.5em;
}

footer {
  background-color: #fa8e82;
  color: #fff;
}
footer p {
  text-align: center;
  padding: 0.5em 0;
}

.btn_fixed {
  display: block;
  position: fixed;
  bottom: 26px;
  right: 50px;
  filter: drop-shadow(3px 3px 5px rgba(113, 96, 96, 0.3));
}
@media screen and (max-width: 1000px) {
  .btn_fixed {
    bottom: 30px;
    right: 20px;
    filter: drop-shadow(2px 2px 3px rgba(113, 96, 96, 0.3));
  }
}
.btn_fixed img {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .btn_fixed img {
    width: 185px;
  }
}

.overlay {
  display: none;
  background-color: rgba(83, 75, 76, 0.5);
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  right: 0;
  transition: 0.3s;
}
.overlay .popup {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 30px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .overlay .popup {
    width: 80%;
  }
}
.overlay h2 {
  font-size: 20px;
}
.overlay .link_area {
  margin-top: 25px;
}
.overlay a {
  display: block;
  color: #fff;
  background-color: #fa8e82;
  font-size: 30px;
  padding: 0.5em 1em;
  border-radius: 10px;
  transition: 0.3s;
}
.overlay a:last-of-type {
  margin-top: 20px;
}
.overlay a:hover {
  background-color: #f27061;
}
@media screen and (max-width: 1000px) {
  .overlay a {
    font-size: 24px;
    padding: 0.5em 0.7em;
  }
}

.overlay_active {
  display: block;
}

.btn_reserve {
  cursor: pointer;
}

.btn_day {
  width: 208px;
  position: fixed;
  bottom: 259px;
  right: 52px;
}

.info_new {
  width: 32.63vw;
  position: absolute;
  left: 12.25vw;
  top: 25.43vw;
}
@media screen and (max-width: 1000px) {
  .info_new {
    margin: 0 auto;
    width: 90%;
    position: relative;
    left: auto;
    top: auto;
    margin-top: 10px;
  }
}
@media screen and (max-width: 427px) {
  .info_new {
    width: 85vw;
    margin: 0 auto;
    margin-top: 3vw;
  }
}
.info_new img {
  transform: rotate(10deg);
  filter: drop-shadow(2px 2px 4px rgba(77, 49, 32, 0.6));
}
@media screen and (max-width: 1000px) {
  .info_new img {
    transform: rotate(0deg);
    filter: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  /*　画面サイズが768pxから999pxまではここを読み込む　*/
  .top {
    min-height: 51vh;
  }
}/*# sourceMappingURL=common.css.map */