@charset "UTF-8";
/*行間reset*/
/*レスポンシブ*/
.inner {
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 1000px) {
  .inner {
    padding: 0 5vw;
  }
}

/*
@include lineHeightCrop;
@include sp{}
*/
/*基本*/
body {
  background-color: #fff;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

#wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
}

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 {
  width: 100%;
}

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

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

/*TOP*/
.top {
  background-image: url("img/bg_top_pc.jpg");
  background-size: cover;
}
@media screen and (max-width: 1000px) {
  .top {
    background-image: url("img/bg_top_sp.jpg");
  }
}
.top .inner {
  position: relative;
  background-image: url("img/img_nurse_pc.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 484px;
  padding-top: 40px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1000px) {
  .top .inner {
    background-image: url("img/img_nurse_sp.png");
    background-size: 61.3333333333vw;
    padding-top: 8vw;
    padding-bottom: 6.6666666667vw;
    background-position: right bottom -6.6666666667vw;
  }
}
.top p {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .top p {
    font-size: 12px;
    font-size: 3.2vw;
    font-weight: normal;
  }
}
.top .points {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .top .points {
    position: relative;
    top: auto;
    right: auto;
    justify-content: space-between;
  }
}
.top .points li {
  width: 110px;
  border: 2px solid #EF858C;
  border-radius: 10px;
  font-size: 18px;
  padding: 0.5em 0;
  text-align: center;
  color: #EF858C;
  font-weight: bold;
  margin-left: 10px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .top .points li {
    width: 28vw;
    margin-left: 0px;
    font-size: 14px;
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
    padding: 0.3em 0;
  }
}
.top h1 {
  margin-top: 35px;
  width: 550px;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .top h1 {
    margin-top: 5.3333333333vw;
  }
}
.top .p_day {
  margin-top: 50px;
  width: 250px;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .top .p_day {
    margin-top: 20vw;
    width: 50.6666666667vw;
  }
}
.top .p_access {
  margin-top: 20px;
  width: 300px;
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .top .p_access {
    width: 63.4666666667vw;
    margin-top: 2.6666666667vw;
  }
}

.taisyo {
  background-color: #6356a3;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding: 0.66em 0;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .taisyo {
    font-size: 18px;
    font-size: 4.8vw;
    padding: 0.55em 0;
  }
}

/*イントロ*/
.intro {
  text-align: center;
  font-weight: bold;
  background-image: url("img/bg_intro_pc.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1366px;
  padding-top: 60px;
}
@media screen and (max-width: 1000px) {
  .intro {
    padding: 0 5vw;
    padding-top: 8vw;
    background-image: url("img/bg_intro_sp.png");
    background-size: 100%;
  }
}
.intro p {
  font-size: 20px;
  line-height: 2.25;
}
.intro p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.25) * 0.5em);
  content: "";
}
.intro p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.25) * 0.5em);
  content: "";
}
@media screen and (max-width: 1000px) {
  .intro p {
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  .intro p::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 2) * 0.5em);
    content: "";
  }
  .intro p::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
    content: "";
  }
}
.intro .reservation_btn {
  display: inline-block;
  background-color: #6356a3;
  color: #fff;
  font-size: 30px;
  padding: 1em 1.5em;
  margin-top: 40px;
  position: relative;
  transition: 0.3s;
}
.intro .reservation_btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .intro .reservation_btn::before {
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7.5px solid #ffffff;
    right: 3.4666666667vw;
  }
}
.intro .reservation_btn:hover {
  background-color: #d2abed;
}
@media screen and (max-width: 1000px) {
  .intro .reservation_btn {
    margin-top: 5.3333333333vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    width: 100%;
  }
}
.intro .reservation_p {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1.5em;
}
@media screen and (max-width: 1000px) {
  .intro .reservation_p {
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .intro .reservation_p br {
    display: none;
  }
}

/*h2タイトル*/
.green {
  background-image: url("img/bg_title_green.png");
}

.pink {
  background-image: url("img/bg_title_pink.png");
}

/*プログラム*/
.proglam {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .proglam {
    margin-top: 16vw;
  }
}
.proglam .inner {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  .proglam .inner {
    padding-top: 0;
  }
}
.proglam .h2_sec {
  position: absolute;
  width: 338px;
  height: 298px;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .proglam .h2_sec {
    width: 100%;
    height: auto;
    background-image: none;
    position: relative;
  }
}
.proglam .h2_sec .inner_h2 {
  position: absolute;
  top: 100px;
  left: 64px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .proglam .h2_sec .inner_h2 {
    position: relative;
    top: auto;
    left: auto;
    color: #000;
  }
}
.proglam .h2_sec .inner_h2 span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .proglam .h2_sec .inner_h2 span {
    color: #EF858C;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.proglam .h2_sec .inner_h2 h2 {
  font-size: 36px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .proglam .h2_sec .inner_h2 h2 {
    font-size: 30px;
    font-size: 8vw;
  }
}
.proglam .h2_sec {
  top: 0;
  left: -90px;
}
@media screen and (max-width: 1000px) {
  .proglam .h2_sec {
    top: auto;
    left: auto;
  }
}
.proglam .plogram_wrap {
  width: 694px;
  max-width: 100%;
  margin-left: auto;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap {
    margin-top: 2.6666666667vw;
  }
}
.proglam .plogram_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.proglam .plogram_wrap ul li {
  width: 218px;
  max-width: 100%;
  background-color: #f5fae9;
  border: 2px solid #6356a3;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul li {
    margin-top: 5.3333333333vw;
    width: 100%;
  }
}
.proglam .plogram_wrap ul li img {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul li img {
    width: 80vw;
  }
}
.proglam .plogram_wrap ul li h3 {
  font-size: 24px;
  line-height: 1.3;
}
.proglam .plogram_wrap ul li h3::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.proglam .plogram_wrap ul li h3::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
.proglam .plogram_wrap ul li h3 {
  color: #6356a3;
  padding: 0.7em 0;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul li h3 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.proglam .plogram_wrap ul .li_main {
  width: 337px;
  max-width: 100%;
  padding: 25px 0;
  margin-top: 0;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main {
    width: 100%;
    margin-top: 5.3333333333vw;
    padding: 6.6666666667vw 0;
  }
}
.proglam .plogram_wrap ul .li_main h3 {
  padding: 0;
  font-size: 30px;
  margin-top: 0.5em;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main h3 {
    font-size: 30px;
    font-size: 8vw;
  }
}
.proglam .plogram_wrap ul .li_main .time {
  margin-top: 9px;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main .time {
    margin-top: 2.4vw;
  }
}
.proglam .plogram_wrap ul .li_main .h4_proglam {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 10px;
  border-top: 1px solid #6356a3;
  border-bottom: 1px solid #6356a3;
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main .h4_proglam {
    width: 90%;
  }
}
.proglam .plogram_wrap ul .li_main .h4_proglam h4 {
  font-size: 24px;
  line-height: 1.3;
}
.proglam .plogram_wrap ul .li_main .h4_proglam h4::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.proglam .plogram_wrap ul .li_main .h4_proglam h4::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main .h4_proglam h4 {
    font-size: 24px;
    font-size: 6.4vw;
  }
}
.proglam .plogram_wrap ul .li_main .h4_proglam p {
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main .h4_proglam p {
    margin-top: 2.6666666667vw;
  }
}
.proglam .plogram_wrap ul .li_main .position {
  margin-top: 1em;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main .position {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.proglam .plogram_wrap ul .li_main .name {
  font-size: 14px;
  margin-top: 0.5em;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main .name {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.proglam .plogram_wrap ul .li_main .name span {
  font-size: 1.3em;
}
.proglam .plogram_wrap ul .li_main .txt {
  margin-top: 30px;
}
@media screen and (max-width: 1000px) {
  .proglam .plogram_wrap ul .li_main .txt {
    margin-top: 5.3333333333vw;
  }
}

/*学校*/
.school {
  margin-top: 80px;
  background-color: #f0f0f0;
  padding: 60px 0;
}
@media screen and (max-width: 1000px) {
  .school {
    margin-top: 10.6666666667vw;
    padding: 10.6666666667vw 0;
  }
}
.school .h2_sec_nomal {
  font-weight: bold;
  text-align: center;
}
.school .h2_sec_nomal span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #EF858C;
}
.school .h2_sec_nomal h2 {
  font-size: 36px;
  margin-top: 10px;
}
.school .school_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .school .school_list {
    margin-top: 4vw;
  }
}
.school .school_list li {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 320px;
  font-size: 24px;
  padding: 0.75em;
  text-align: center;
  border-radius: 10px;
  font-weight: bold;
  line-height: 1.3;
}
.school .school_list li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.3) * 0.5em);
  content: "";
}
.school .school_list li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.3) * 0.5em);
  content: "";
}
.school .school_list li {
  margin-top: 25px;
}
@media screen and (max-width: 1000px) {
  .school .school_list li {
    width: 100%;
    margin-top: 4vw;
    font-size: 20px;
    font-size: 5.3333333333vw;
    padding: 0.5em;
  }
}
.school .school_list li span {
  font-size: 0.5em;
}
.school .ps {
  margin-top: 2em;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .school .ps {
    margin-top: 1em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}

.summary {
  margin-top: 80px;
}
@media screen and (max-width: 1000px) {
  .summary {
    margin-top: 10.6666666667vw;
  }
}
.summary .inner {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  .summary .inner {
    padding-top: 0;
  }
}
.summary .h2_sec {
  position: absolute;
  width: 338px;
  height: 298px;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .summary .h2_sec {
    width: 100%;
    height: auto;
    background-image: none;
    position: relative;
  }
}
.summary .h2_sec .inner_h2 {
  position: absolute;
  top: 100px;
  left: 64px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .summary .h2_sec .inner_h2 {
    position: relative;
    top: auto;
    left: auto;
    color: #000;
  }
}
.summary .h2_sec .inner_h2 span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .summary .h2_sec .inner_h2 span {
    color: #EF858C;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.summary .h2_sec .inner_h2 h2 {
  font-size: 36px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .summary .h2_sec .inner_h2 h2 {
    font-size: 30px;
    font-size: 8vw;
  }
}
.summary .h2_sec {
  top: 0;
  right: -90px;
}
@media screen and (max-width: 1000px) {
  .summary .h2_sec {
    top: auto;
    right: auto;
  }
}
.summary .h2_sec .inner_h2 {
  left: 78px;
}
@media screen and (max-width: 1000px) {
  .summary .h2_sec .inner_h2 {
    left: auto;
  }
}
.summary .summary_wrap {
  width: 694px;
  max-width: 100%;
  margin-right: auto;
  border: 1px solid #EF858C;
  transition-delay: 0.5s;
}
@media screen and (max-width: 1000px) {
  .summary .summary_wrap {
    margin-top: 8vw;
    width: 100%;
  }
}
.summary .summary_wrap dl {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
@media screen and (max-width: 1000px) {
  .summary .summary_wrap dl {
    padding: 4vw;
  }
}
.summary .summary_wrap dt {
  width: 20%;
  color: #EF858C;
  padding: 1em;
  border-bottom: 1px dotted #EF858C;
}
.summary .summary_wrap dt:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .summary .summary_wrap dt {
    width: 35%;
    padding: 0.5em;
    display: flex;
    align-items: center;
  }
}
.summary .summary_wrap dd {
  width: 80%;
  padding: 1em;
  border-bottom: 1px dotted #EF858C;
}
.summary .summary_wrap dd:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 1000px) {
  .summary .summary_wrap dd {
    width: 65%;
    padding: 0.5em;
    display: flex;
    align-items: center;
    line-height: 1.5;
  }
  .summary .summary_wrap dd::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: calc((1 - 1.5) * 0.5em);
    content: "";
  }
  .summary .summary_wrap dd::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: calc((1 - 1.5) * 0.5em);
    content: "";
  }
}
.summary .summary_wrap dd a {
  color: #EF858C;
  text-decoration: underline;
}

.access {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .access {
    margin-top: 16vw;
  }
}
.access .inner {
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 1000px) {
  .access .inner {
    padding-top: 0;
  }
}
.access .h2_sec {
  position: absolute;
  width: 338px;
  height: 298px;
  background-size: contain;
}
@media screen and (max-width: 1000px) {
  .access .h2_sec {
    width: 100%;
    height: auto;
    background-image: none;
    position: relative;
  }
}
.access .h2_sec .inner_h2 {
  position: absolute;
  top: 100px;
  left: 64px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .access .h2_sec .inner_h2 {
    position: relative;
    top: auto;
    left: auto;
    color: #000;
  }
}
.access .h2_sec .inner_h2 span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1000px) {
  .access .h2_sec .inner_h2 span {
    color: #EF858C;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
}
.access .h2_sec .inner_h2 h2 {
  font-size: 36px;
  margin-top: 10px;
}
@media screen and (max-width: 1000px) {
  .access .h2_sec .inner_h2 h2 {
    font-size: 30px;
    font-size: 8vw;
  }
}
.access .h2_sec {
  top: 0;
  left: -90px;
}
@media screen and (max-width: 1000px) {
  .access .h2_sec {
    top: auto;
    left: auto;
  }
}
.access .h2_sec .inner_h2 {
  left: 114px;
}
@media screen and (max-width: 1000px) {
  .access .h2_sec .inner_h2 {
    left: auto;
  }
}
.access .wrap_access {
  width: 610px;
  max-width: 100%;
  margin-left: auto;
  transition-delay: 0.5s;
}
.access .wrap_access .map {
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 1000px) {
  .access .wrap_access .map {
    height: 53.3333333333vw;
    margin-top: 8vw;
  }
}
.access .wrap_access p {
  text-align: center;
}
.access .wrap_access .address {
  font-size: 20px;
  font-weight: bold;
  margin-top: 1em;
}
@media screen and (max-width: 1000px) {
  .access .wrap_access .address {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
.access .wrap_access .train {
  margin-top: 1.5em;
}
@media screen and (max-width: 1000px) {
  .access .wrap_access .train {
    margin-top: 1em;
  }
}

.contact {
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .contact {
    margin-top: 16vw;
  }
}
.contact .h2_sec_nomal {
  font-weight: bold;
  text-align: center;
}
.contact .h2_sec_nomal span {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #EF858C;
}
.contact .h2_sec_nomal h2 {
  font-size: 36px;
  margin-top: 10px;
}
.contact .wrap_contact {
  max-width: 600px;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #EF858C;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .contact .wrap_contact {
    margin-top: 8vw;
  }
}
.contact .wrap_contact h3 {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .contact .wrap_contact h3 {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.contact .wrap_contact p {
  margin-top: 1em;
}

footer {
  text-align: center;
  margin-top: 200px;
  padding-bottom: 30px;
  line-height: 1.5;
}
footer::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
footer::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
@media screen and (max-width: 1000px) {
  footer {
    margin-top: 26.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}

/*固定メニュー*/
.btn_menu {
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #EF858C;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .btn_menu {
    top: 10px;
  }
}
.btn_menu .openbtn-area {
  transition: all 0.6s;
  /*アニメーションの設定*/
  width: 50px;
  aspect-ratio: 1;
}
.btn_menu .openbtn-area span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}
.btn_menu .openbtn-area span:nth-of-type(1) {
  top: 15px;
}
.btn_menu .openbtn-area span:nth-of-type(2) {
  top: 23px;
}
.btn_menu .openbtn-area span:nth-of-type(3) {
  top: 31px;
}

.active {
  border: 1px solid #fff;
}
.active .openbtn-area {
  transform: rotate(360deg);
}
.active .openbtn-area span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.active .openbtn-area span:nth-of-type(2) {
  opacity: 0;
}
.active .openbtn-area span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.wrap_menu {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #EF858C;
  padding: 70px;
  border-radius: 0px 0px 0px 30px;
  z-index: 9;
}
.wrap_menu ul li {
  margin-top: 2em;
  cursor: pointer;
}
.wrap_menu ul li a {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}

/*予約ぼたん*/
.yoyaku_btn {
  position: fixed;
  bottom: 50px;
  right: 3.13vw;
  width: 200px;
  transition: 0.3s;
}
@media screen and (max-width: 1000px) {
  .yoyaku_btn {
    width: 45.0666666667vw;
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .active_yoyaku_btn {
    display: block;
  }
}

/*アニメ*/
.anime_fadeIn {
  opacity: 0;
  transition: 0.3s ease-in;
  transition-delay: 0.2s;
}

.anime_fadeIn_active {
  opacity: 1;
}/*# sourceMappingURL=common.css.map */