* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  vertical-align: baseline;
  box-sizing: border-box;
}

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  width: 100%;
  background: linear-gradient(100deg, rgb(148, 198, 189) 0%, rgb(129, 187, 217) 100%);
  margin: 0px auto;
  font-size: 17px;
  line-height: 2em;
  color: rgb(51, 51, 51);
  letter-spacing: 0.1em;
}

section {
  margin: 0px auto;
}

img {
  border: 0px;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {}

ul {
  list-style: none;
  padding-left: 0px;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  opacity: 0.7;
  cursor: pointer;
}

input,
button,
textarea {
  outline: none;
}

input:focus,
textarea:focus {
  background: rgb(247, 247, 247);
}

.c_wrap {
  width: 100%;
  max-width: 1200px;
  padding: 80px 20px;
  margin: 0px auto;
  position: relative;
}

.c_wrap_inner {
  padding: 4% 5%;
}

.bg_w {
  background: rgb(255, 255, 255);
  border-radius: 5rem;
}

@media screen and (max-width: 768px) {
  .c_wrap {
    padding: 10% 20px;
  }
}

@media screen and (max-width: 600px) {
  .bg_w {
    border-radius: 3rem;
  }

  .c_wrap_inner {
    padding: 7% 3%;
  }
}

@media screen and (max-width: 480px) {
  .c_wrap {}

  body {
    font-size: 14px;
  }
}

.cf {
  clear: both;
}

.sp {
  display: none !important;
}

.sp_tablet_only {
  display: none !important;
}

.sp_nav {
  display: none !important;
}

.display_block {
  display: block;
}

@media screen and (max-width: 900px) {
  .sp_nav {
    display: block !important;
  }

  .pc_nav {
    display: none !important;
  }
}

@media screen and (max-width: 850px) {
  .sp_tablet_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

.mgr0 {
  margin-right: 0px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgr-5 {
  margin-right: -5px !important;
}

.mgr-10 {
  margin-right: -10px !important;
}

.mgr-20 {
  margin-right: -20px !important;
}

.mgr-30 {
  margin-right: -30px !important;
}

.mgr-40 {
  margin-right: -40px !important;
}

.mgr-50 {
  margin-right: -50px !important;
}

.mgl-10 {
  margin-left: -10px !important;
}

.mgl-20 {
  margin-left: -20px !important;
}

.mgl-30 {
  margin-left: -30px !important;
}

.mgl-35 {
  margin-left: -35px !important;
}

.mgl-40 {
  margin-left: -40px !important;
}

.mgl-45 {
  margin-left: -45px !important;
}

.mgl-50 {
  margin-left: -50px !important;
}

.mgb-10 {
  margin-bottom: -10px !important;
}

.mgb-20 {
  margin-bottom: -20px !important;
}

.mgb-30 {
  margin-bottom: -30px !important;
}

.mgb-40 {
  margin-bottom: -40px !important;
}

.mgb-50 {
  margin-bottom: -50px !important;
}

.mgb-70 {
  margin-bottom: -70px !important;
}

.mgt-10 {
  margin-top: -10px !important;
}

.mgt-20 {
  margin-top: -20px !important;
}

.mgt-30 {
  margin-top: -30px !important;
}

.mgt-40 {
  margin-top: -40px !important;
}

.mgt-50 {
  margin-top: -50px !important;
}

.mgt-60 {
  margin-top: -60px !important;
}

.pdb0 {
  padding-bottom: 0px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdb120 {
  padding-bottom: 120px !important;
}

.pdt0 {
  padding-top: 0px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.wid100 {
  width: 100%;
}

.wid80 {
  width: 80%;
}

.wid75 {
  width: 75%;
}

.wid70 {
  width: 70%;
}

.wid65 {
  width: 65%;
}

.wid55 {
  width: 55%;
}

.wid50 {
  width: 50%;
}

.wid48 {
  width: 48%;
}

.wid47 {
  width: 47%;
}

.wid42 {
  width: 42%;
}

.wid32 {
  width: 32%;
}

.wid30 {
  width: 30%;
}

.wid28 {
  width: 28%;
}

.wid23 {
  width: 23%;
}

.wid20 {
  width: 20%;
}

.wid18 {
  width: 18%;
}

a.disabled {
  pointer-events: none;
  text-decoration: none;
}

h1 {}

#listed_salon h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2em;
  color: rgb(56, 132, 176);
  text-align: center;
  display: flex;
  flex-direction: column;
}

#listed_salon h2 span {
  font-size: 1rem;
  color: rgb(0, 0, 0);
  font-weight: normal;
}

h3 {
  font-size: 1.8em;
  font-weight: 700;
  margin-bottom: 2em;
}

h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1em;
}

h5 {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.ora_text {
  color: rgb(224, 160, 50);
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  h3 {
    font-size: 1.2em;
    margin-bottom: 1.5em;
  }

  h4 {
    font-size: 1.1em;
  }

  #listed_salon h2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}

.s_btn {
  display: block;
  padding: 0.8em 4em 0.8em 2.5em;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: linear-gradient(100deg, rgb(247 197 103) 0%, rgb(77 189 192) 100%);
  font-size: 1.3rem;
}

.s_btn::after {
  font-size: 24px;
  vertical-align: middle;
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "Material Icons";
  content: "keyboard_double_arrow_right";
}

.s_btn.down::after {
  font-family: "Material Icons";
  content: "keyboard_double_arrow_down";
}

.btn_2 li:first-child {
  margin-right: 20px;
}

.disabled {
  pointer-events: none;
  text-decoration: none;
  background: rgb(162, 162, 162) !important;
  box-shadow: none !important;
  color: rgb(117, 117, 117) !important;
  text-shadow: none !important;
}

.disabled::after {
  display: none;
}

.check_point li {
  position: relative;
  padding: 0.5em 0.5em 0.5em 30px;
}

.check_point li::before {
  position: absolute;
  font-family: "Material Icons";
  content: "check";
  display: inline-block;
  color: white;
  font-weight: bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background: linear-gradient(142deg, rgb(212, 175, 90) 13%, rgb(179, 216, 198) 100%);
}

#popup {
  display: none;
}

.popup-open {
  cursor: pointer;
}

.popup-overlay {
  display: none;
}

#popup:checked~.popup-overlay {
  display: block;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.44);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
}

.popup-window {
  width: 95vw;
  max-width: 600px;
  padding: 30px;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  background: rgb(255, 255, 255);
  font-weight: bold;
  border: 3px solid rgb(3, 169, 244);
  box-sizing: border-box;
  font-size: 1rem;
}

.popup-window>p span {
  color: rgb(255, 87, 34);
}

.popup-window a {
  padding: 10px 20px;
  margin: 10px auto;
  border-radius: 70px;
  display: flex;
  max-width: 400px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: linear-gradient(100deg, rgb(66, 179, 192) 0%, rgb(97, 185, 93) 100%);
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: rgb(255, 255, 255);
}

.popup-window a::before {
  font-family: "Material Icons";
  content: "mail";
  margin-right: 5px;
}

.popup-window a::after {
  /* font-family: "Material Icons"; */
  /* content: "open_in_new"; */
  /* margin-left: 15px; */
}

.popup-text {
  margin: 0px;
}

.popup-text:not(:last-of-type) {
  margin-bottom: 1em;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: -26px;
  right: 0px;
}

.listed_btn.popup-open {
  display: block;
  padding: 0.8em 4em 0.8em 2.5em;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  text-align: center;
  background: linear-gradient(100deg, rgb(70, 182, 195) 0%, rgb(148, 223, 154) 100%);
  font-size: 1.3rem;
}

.listed_btn.popup-open::after {
  font-size: 24px;
  vertical-align: middle;
  font-weight: 900;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "Material Icons";
  content: "keyboard_double_arrow_right";
}

.popup-open:hover {
  opacity: 0.7;
}

.popup-close span {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: -10px;
}

@media screen and (max-width: 800px) {

  .listed_btn.popup-open,
  .s_btn {
    padding: 0.5em 2em 0.5em 1.5em;
  }
}

@media screen and (max-width: 600px) {
  .s_btn {
    font-size: 1rem;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
}

.header_inner {
  padding: 20px;
  display: flex;
  background: linear-gradient(100deg, rgb(56, 132, 176) 0%, rgb(4, 108, 172) 100%);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  place-content: center space-between;
  height: 80px;
  flex-wrap: wrap;
  align-items: center;
}

.header_logo {
  width: 30%;
  max-width: 250px;
  min-width: 200px;
}

header .s_btn {
  font-size: 1rem;
  padding: 0.5em 4em 0.5em 2.5em;
}

header .btn_2 li:last-child a {
  background: none;
  border: 1px solid rgb(255, 255, 255);
}

@media screen and (max-width: 768px) {
  header .s_btn {
    padding: 0.2em 2.4em 0.2em 2.2em;
  }
}

@media screen and (max-width: 700px) {
  header .btn_2 li:last-child {
    display: none;
  }

  .btn_2 li:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .header_inner {
    height: 60px;
    padding: 10px;
  }

  .header_logo {
    min-width: 150px;
  }

  header .s_btn {
    padding-left: 1rem;
    font-size: .8rem;
  }

  header .s_btn::after {
    font-size: 1rem;
  }
}

.mainv {
  margin-top: 80px;
  background-image: url("../img/mainv.webp");
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.mv_left {
  max-width: 660px;
  margin-left: 30px;
  bottom: 60px;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 80%;
  filter: drop-shadow(rgb(51, 51, 51) 20px 20px 20px);
  /* backdrop-filter: blur(1.5px); */
  border-radius: 10px;
  z-index: 800;
}

.mv_left .sp_title {
  display: none;
}

.mv_left img {
  filter: drop-shadow(rgb(0, 0, 0, 0.5) 5px 5px 5px);
}

.mv_right {
  position: absolute;
  bottom: 0px;
  right: -230px;
  width: 80%;
  max-width: 1000px;
}

footer {
  background: rgb(0, 35, 56);
  color: rgb(255, 255, 255);
  text-align: center;
}

footer p {
  color: rgb(255, 255, 255);
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0px;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
  color: rgb(255, 255, 255);
  font-family: "Material Icons";
  font-size: 32px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  text-decoration: none;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  background: rgb(237, 185, 95);
  display: flex;
  place-content: center;
  align-items: center;
}

.pagetop {
  opacity: 1;
  pointer-events: auto;
}

.pagetop {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.pagetop.show {
  opacity: 1;
  pointer-events: auto;
}

.point>li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10%;
}

.point>li:last-child {
  margin-bottom: 0px;
}

.point>li:nth-child(2n) {
  flex-direction: row-reverse;
}

.point>li figure {
  width: 43%;
  border-radius: 20px;
}

.point>li figure img {
  border-radius: 20px;
}

.c_point {
  width: 55%;
}

.c_point h3 {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

span.number_dec {
  z-index: -1;
  position: absolute;
  color: rgb(198, 219, 232);
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 8rem;
  top: -30px;
}

.c_point h3 .ora_text {
  margin: 0px 5px;
}

.sv_point li {
  padding: 0.5em 0.5em 0.5em 30px;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-weight: 600;
}

@media screen and (max-width: 800px) {
  .point>li {
    justify-content: center;
    margin-bottom: 25%;
  }

  .c_point {
    width: 100%;
  }

  .point>li figure {
    width: 60%;
  }

  .point>li figure img {
    border-radius: 20px;
    max-height: 200px;
    object-fit: cover;
    object-position: center center;
  }

  .point>li:nth-of-type(3) figure img {
    object-position: center top;
  }


}

@media screen and (max-width: 600px) {
  .point>li figure {
    width: 100%;
  }

  .point_area .c_wrap_inner {}

  span.number_dec {
    font-size: 6rem;
  }

  .c_point h3 {
    font-size: 1.1rem;
  }

  .mv_right {
    right: 0;
  }

  .mv_left .pc_title {
    display: none;
  }

  .mv_left .sp_title {
    display: block;
  }

  .mainv {
    min-height: 400px;
  }

  .mv_left {
    margin: auto;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .mainv {
    margin-top: 60px;
  }
}

.contact_area.c_wrap {
  margin-left: 0px;
  margin-right: 0px;
  background: url("../img/bg_right.png") left bottom no-repeat, url("../img/bg_left.png") right top no-repeat rgb(241, 248, 221);
  max-width: none;
}

.contact_area .c_wrap_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

#listed_salon .contact_area h2 {
  color: rgb(51, 51, 51);
  font-size: 1.5rem;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#listed_salon .contact_area h2 img {
  margin-bottom: 10px;
}

.contact_btn li {
  margin-bottom: 25px;
}

.contact_btn .listed_btn {
  margin-bottom: 35px;
}

.contact_btn li:last-of-type {
  margin-bottom: 0px;
}

.contact_btn li.member_btn {
  position: relative;
}

.contact_btn li.member_btn a {
  background: linear-gradient(104deg, rgb(254, 169, 66) 0%, rgb(233, 208, 66) 100%);
}

.contact_btn li.member_btn::before {
  content: "10月より募集開始！";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgb(255, 213, 79), rgb(255, 179, 0));
  color: white;
  font-size: 1rem;
  border-radius: 999px;
  font-weight: bold;
  white-space: nowrap;
  z-index: 100;
  padding: 0.3em 1.3em;
}

.contact_btn li.member_btn::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(255, 179, 0);
  z-index: 99;
}

.contact_btn li.other_btn a {
  background: rgb(79, 163, 212);
}

.contact_area2.c_wrap {
  max-width: 1200px;
  margin: auto;
  background: none;
}

.contact_area2 .c_wrap_inner {
  border-radius: 5rem;
  margin-left: 0px;
  margin-right: 0px;
  background: url("../img/bg_right.png") left bottom no-repeat, url("../img/bg_left.png") right top no-repeat rgb(241, 248, 221);
  max-width: none;
  padding: 4% 5%;
}

@media screen and (max-width: 800px) {
  .contact_area .c_wrap_inner {
    flex-direction: column;
  }

  #listed_salon .contact_area h2 {
    margin-bottom: 20px;
    align-items: center;
  }

  .contact_area2 .c_wrap_inner {
    background-size: 40%;
    padding: 7% 5%;
    border-radius: 3rem;
  }

  .contact_btn li.member_btn::before {
    padding: 0.2em 1em;
    font-size: 0.9rem;
  }

  .contact_btn li.member_btn::after {
    top: 10px;
  }

  .contact_area.c_wrap {
    background-size: 50%;
    background-position: left -40px bottom -70px, right -40px top -70px;
  }
}

@media screen and (max-width: 600px) {
  #listed_salon .contact_area h2 img {
    max-width: 260px;
  }

  #listed_salon .contact_area h2 {
    font-size: 1.2rem;

  }
}

.outline_area {
  background: rgb(221, 237, 245);
  margin: auto;
  padding: 0px;
  max-width: none;
}

section.outline_area.c_wrap .c_wrap_inner {
  background: rgb(221, 237, 245);
  padding: 80px 5%;
  max-width: 1200px;
  margin: auto;
}

.event-info_img {
  width: 50%;
}

.event-info_img img {
  border-radius: 20px;
  object-fit: cover;
  height: 100%;
  object-position: center center;
}

.event-info_details {
  width: 48%;
}

.event-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.event-table tr {
  border-bottom: 0.3px solid rgb(79, 163, 212);
}

.event-table th {
  text-align: left;
  padding: 15px 10px;
  width: 90px;
  font-weight: bold;
}

.event-table td {
  padding: 15px 10px;
  background-color: rgb(221, 237, 246);
}

.comment-box {
  padding: 10px 10px 0px;
  gap: 10px;
  align-items: flex-end;
  background: linear-gradient(104deg, rgb(5, 160, 221) 0%, rgb(0, 61, 111) 100%);
  place-content: flex-end center;
  border-radius: 5px;
}

.comment-box_text {
  color: rgb(255, 255, 255);
  line-height: 1.8rem;
  font-size: 1rem;
  padding-bottom: 5px;
}

.comment-box_text .strong {
  color: rgb(0, 35, 56);
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.comment-box_text .strong span {
  background: rgb(255, 255, 255);
  padding: 2px 3px;
}

.comment-box>figure {
  width: 26%;
}

@media screen and (max-width: 1000px) {
  .comment-box>figure {
    width: 40%;
  }

  .comment-box {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 800px) {
  .outline_area .c_wrap_inner>.flex {
    flex-direction: column-reverse;
  }

  .event-info_details {
    width: 100%;
  }

  .comment-box>figure {
    width: 26%;
  }

  .comment-box {
    flex-direction: row;
    text-align: unset;
  }

  .event-info_img {
    width: 100%;
    margin-top: 20px;
    display: none;
  }

  .event-info_img img {
    object-fit: cover;
    max-height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .event-info_img {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .comment-box {
    display: flex;
    flex-direction: column-reverse;
    align-content: center;
    align-items: center;
    text-align: center;
  }

  .comment-box>figure {
    width: 40%;
  }

  section.outline_area.c_wrap .c_wrap_inner {
    padding: 30px 5%;
  }
}

#listed_salon .whats_area h2 {
  font-size: 1.3rem;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.whats_area h2 img {
  max-width: 300px;
  margin-right: 5px;
}

.whats_area .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
}

.whats_inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.whats_inner+figure {
  width: 49%;
}

.whats_inner+figure img {
  filter: drop-shadow(rgb(170, 170, 170) 5px 5px 5px);
}

.more_cont {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}

.more_cont p {
  color: rgb(255, 179, 0);
}

.more_cont .s_btn {
  font-size: 1rem;
  background: rgb(96, 152, 198);
}

.whats_area .check_point li::before {
  background: linear-gradient(144deg, rgb(212, 175, 90) -47%, rgb(146, 208, 192) 100%);
}

.date-list,
.date-list+p {
  color: rgb(5, 160, 221);
  font-weight: bold;
}

.more_cont.\.more_cont_sp {
  display: none;
}

@media screen and (max-width: 800px) {
  .whats_inner {
    width: 100%;
  }

  .whats_inner+figure {
    width: 60%;
    margin: auto;
  }

  .more_cont {
    display: none;
  }

  .more_cont.\.more_cont_sp {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 600px) {

  .whats_area h2 img {
    max-width: 180px;
  }

  .whats_inner+figure {
    width: 90%;
  }

  .listed_btn.popup-open,
  .s_btn {
    padding: 0.5em 3em 0.5em 1.5em;
  }

  .listed_btn.popup-open {
    font-size: 1rem;
  }

  .more_cont.\.more_cont_sp {
    align-items: unset;
  }

  .contact_btn li.member_btn::after {
    top: 0;
  }
}



/* 試す */

#mailBtn {
  padding: 10px 30px;
  margin: 10px auto;
  border-radius: 70px;
  display: flex;
  max-width: 400px;
  text-align: center;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
  color: rgb(255, 255, 255);
  background: #5fabb8;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}

#mailBtn::before {
  font-family: "Material Icons";
  content: "content_copy";
  margin-right: 5px;

}

#copyMessage {
  margin-top: 10px;
  color: #003e9b;
  font-size: 0.9rem;
  display: none;
}