@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);
@import url(https://fonts.googleapis.com/css?family=Marcellus);
@import url("https://fonts.googleapis.com/css?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:700,700i&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;1,500;1,700&display=swap");
@font-face {
  font-family: "logotype";
  src: url("../font/logotypejp_mp_b_1.1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*---------------------*/
section.main {
  background: url("../images/main.jpg") no-repeat center center/cover;
}

.block_title h3 {
  font-size: 18px !important;
}

.block_info {
  background: #FFFDD1;
  padding: 15px;
  margin-bottom: 30px;
}
.block_info dl {
  display: flex;
  flex-wrap: wrap;
}
.block_info dl dt {
  width: 120px;
}
@media all and (max-width: 800px) {
  .block_info dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.block_info dl dt span {
  display: inline-block;
  border-radius: 50px;
  background: #000;
  padding: 5px 20px;
  color: #fff;
}
@media all and (max-width: 800px) {
  .block_info dl dt span {
    display: block;
    text-align: center;
  }
}
.block_info dl dd {
  width: calc(100% - 120px);
}
@media all and (max-width: 800px) {
  .block_info dl dd {
    width: 100%;
  }
}
.block_info dl dd p {
  text-indent: -1em;
  margin-left: 1em;
}

.form .area_form .pamphlet {
  text-align: center;
}
.form .area_form .pamphlet .title {
  margin-bottom: 15px;
}
@media all and (max-width: 800px) {
  .form .area_form .pamphlet .title {
    margin-bottom: 10px;
  }
}
.form .area_form .pamphlet .comment {
  font-size: 150%;
  font-weight: bold;
}
@media all and (max-width: 800px) {
  .form .area_form .pamphlet .comment {
    font-size: 100%;
  }
}
.form .area_form .pamphlet .comment span {
  display: inline-block;
  padding-bottom: 5px;
  margin: 0 auto;
  background: linear-gradient(transparent 60%, #FFE70D 60%);
}
@media all and (max-width: 800px) {
  .form .area_form .pamphlet .comment span {
    padding-bottom: 0;
  }
}
.form .area_form .pamphlet ul {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}
@media all and (max-width: 800px) {
  .form .area_form .pamphlet ul {
    margin-bottom: 0;
  }
}
.form .area_form .pamphlet ul li {
  padding: 10px;
  box-sizing: border-box;
  /*&.mt{
  	margin-top: 6%;
  	@include media(medium){
  		margin-top: 7%;
  	}
  }*/
}
@media all and (max-width: 800px) {
  .form .area_form .pamphlet ul li {
    padding: 5px;
  }
}
.form .area_form .pamphlet .area_clearfile {
  background-color: #FFE70D;
  max-width: 880px;
  margin: 30px auto 0px;
}
.form .area_form .pamphlet .area_clearfile .ttl_cf {
  background: linear-gradient(to right, #FF0BA7, #FFA413);
  margin-bottom: 20px;
  padding: 15px;
  box-sizing: border-box;
}
@media all and (max-width: 668px) {
  .form .area_form .pamphlet .area_clearfile .ttl_cf {
    margin: 0 0 5px;
    padding: 5px;
  }
}
.form .area_form .pamphlet .area_clearfile .ttl_cf p {
  font-size: 140%;
  line-height: 35px;
  color: #fff;
}
@media all and (max-width: 668px) {
  .form .area_form .pamphlet .area_clearfile .ttl_cf p {
    font-size: 100%;
    line-height: 25px;
  }
}
.form .area_form .pamphlet .area_clearfile .ttl_cf p span {
  font-size: 150%;
  font-weight: bold;
}
@media all and (max-width: 668px) {
  .form .area_form .pamphlet .area_clearfile .ttl_cf p span {
    font-size: 120%;
  }
}
.form .area_form .pamphlet .area_clearfile ul {
  top: 0;
  margin-bottom: 0px;
  padding-bottom: 20px;
}
.form .area_form .pamphlet .area_clearfile ul li {
  padding: 0px;
  margin-top: 0px;
}
@media all and (max-width: 668px) {
  .form .area_form .pamphlet .area_clearfile ul li {
    margin-top: 10px;
  }
}
.form .area_form .pamphlet .ttl_sab {
  max-width: 880px;
  margin: 5px auto 40px;
  font-weight: normal;
  text-align: right;
  font-size: 80%;
}
@media all and (max-width: 668px) {
  .form .area_form .pamphlet .ttl_sab {
    margin: 5px auto 30px;
  }
}
.form .area_form table {
  margin: 0 0 20px 0;
  width: 100%;
}
.form .area_form table tr:nth-child(even) th {
  background: #ddd;
}
.form .area_form table tr:nth-child(odd) th {
  background: #f1f1f1;
}
.form .area_form table tr th {
  width: 35%;
  min-width: 300px;
  padding: 15px 10px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  border-bottom: 2px solid #fff;
}
@media all and (max-width: 800px) {
  .form .area_form table tr th {
    display: block;
    width: 100%;
    min-width: auto;
    padding: 10px;
  }
}
.form .area_form table tr th:last-child {
  border-bottom: none;
}
.form .area_form table tr th .small {
  font-size: 80%;
}
.form .area_form table tr th .notice {
  background: transparent linear-gradient(90deg, #FF00B2 0%, #FFB404 100%) 0% 0% no-repeat padding-box;
  padding: 2px 5px;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  color: #fff;
}
@media all and (max-width: 800px) {
  .form .area_form table tr th .notice {
    top: 8px;
  }
}
.form .area_form table tr td {
  width: 65%;
  padding: 15px 10px;
  box-sizing: border-box;
}
@media all and (max-width: 800px) {
  .form .area_form table tr td {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
}
.form .area_form table tr td .column {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #ccc;
}
.form .area_form table tr td .column:last-child {
  padding: 0;
  border-bottom: none;
}
.form .area_form table tr td.naiyou label {
  display: block;
  padding: 5px;
}
.form .area_form table tr td.time label {
  display: block;
  padding: 5px;
}
.form .area_form table tr td.select_mb5 select {
  margin: 0 0 5px 0;
}
.form .area_form table tr td input {
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.form .area_form table tr td input.input_w30 {
  width: 28% !important;
}
.form .area_form table tr td textarea {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.3em;
}
.form .area_form table tr td select {
  padding: 2px 5px;
  box-sizing: border-box;
  font-size: 16px;
}
.form .area_form table tr td select.select_w100 {
  width: 100%;
}
.form .area_form table tr td label.closed {
  text-decoration: line-through;
  color: #aaa;
}
.form .area_form table tr td .display_input {
  font-size: 90%;
}
.form .area_form table tr td.input_w100 input {
  width: 100%;
}
.form .area_form table tr td.input_w50 input {
  width: 45%;
}
.form .area_form table tr td.input_w30 input {
  width: 28%;
}
.form .area_form table tr td.select_w100 select {
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
.form .area_form table tr td .sarch_btn {
  background: #000;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  margin: 0 0 0 10px;
  font-weight: bold;
}
.form .area_form table tr td .bold {
  font-weight: bold;
}
.form .area_form .privacy {
  background: #f1f1f1;
  padding: 15px;
  box-sizing: border-box;
  text-align: center;
  font-size: 16px;
}
.form .area_form .privacy a {
  text-decoration: underline;
}
.form .area_form .txt_red {
  text-align: center;
  color: #BF0000;
  font-weight: bold;
  margin: 15px 0 0 0;
}
.form .area_form .txt_red.ta_l {
  text-align: left;
  margin: 0;
}
.form .area_form .submit {
  text-align: center;
  padding: 20px 0;
}
.form .area_form .submit input {
  background: url("../../common/images/arrow_w01.png") no-repeat center right 15px, #FF6161;
  text-align: center;
  color: #fff;
  padding: 15px;
  width: 300px;
  font-weight: bold;
  border-radius: 5px;
  margin: 5px;
  font-size: 16px;
  cursor: pointer;
}
.form .area_form .submit input:hover {
  background: url("../../common/images/arrow_w01.png") no-repeat center right 15px, #000;
}
.form .area_form .submit input[disabled] {
  background: #ccc;
  pointer-events: none;
}

.accbox label.btn {
  display: block;
  color: #FF6161;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
}

.accbox label.btn:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 8px;
}

.accbox input.cssacc {
  display: none;
}

.accbox .accshow {
  padding: 5px;
}

.cssacc:checked + label.btn + .accshow {
  height: auto;
  padding: 5px;
  opacity: 1;
}

.accbox .accshow p {
  margin: 15px 10px;
}

.cssacc:checked + label.btn:before {
  content: "\f078";
}

.formLayout .errmsg,
.formLayout #errorMessage {
  box-sizing: border-box;
  width: 100%;
  background: #FFF;
  border: 3px solid #f00;
  padding: 10px;
  margin: 0 auto 10px auto;
  color: #F00;
}

.formLayout .errmsg a,
.formLayout #errorMessage a {
  color: #F00;
}

.formLayout.input_now .display_check,
.formLayout.check_now .display_input {
  display: none;
}

.form_info {
  text-align: center;
  background-color: #fff15f;
  padding: 20px 10px;
  box-sizing: border-box;
  border: solid 2px #f10000;
  color: #f10000;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin: 30px auto;
}


.area_detail .item_detail {
  margin-top: 60px;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail {
    margin-top: 40px;
  }
}
.area_detail .item_detail:first-of-type {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail:first-of-type {
    margin-top: 30px;
  }
}
.area_detail .item_detail.item_detail_illustration .block_ttl {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fdf1f3 10px, #fdf1f3 20px);
}
.area_detail .item_detail.item_detail_illustration .ttl_detail {
  color: #dd586b;
}
.area_detail .item_detail.item_detail_illustration .block_detail {
  background: #fdf1f3;
}
.area_detail .item_detail.item_detail_illustration .time_detail {
  color: #dd586b;
}
.area_detail .item_detail.item_detail_beauty .block_ttl {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #fdf0d3 10px, #fdf0d3 20px);
}
.area_detail .item_detail.item_detail_beauty .ttl_detail {
  color: #ec7001;
}
.area_detail .item_detail.item_detail_beauty .block_detail {
  background: #fdf0d3;
}
.area_detail .item_detail.item_detail_beauty .time_detail {
  color: #ec7001;
}
.area_detail .item_detail.item_detail_hair .block_ttl {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #ebf6ee 10px, #ebf6ee 20px);
}
.area_detail .item_detail.item_detail_hair .ttl_detail {
  color: #4ca563;
}
.area_detail .item_detail.item_detail_hair .block_detail {
  background: #ebf6ee;
}
.area_detail .item_detail.item_detail_hair .time_detail {
  color: #4ca563;
}
.area_detail .item_detail.item_detail_other .block_ttl {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #edf5fe 10px, #edf5fe 20px);
}
.area_detail .item_detail.item_detail_other .ttl_detail {
  color: #397fc6;
}
.area_detail .item_detail.item_detail_other .block_detail {
  background: #edf5fe;
}
.area_detail .item_detail.item_detail_other .time_detail {
  color: #397fc6;
}
.area_detail .item_detail .block_ttl {
  box-sizing: border-box;
  padding: 12px 30px;
  background-size: auto auto;
  background-color: #fff;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #EDF7F4 10px, #EDF7F4 20px);
  border-radius: 10px 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 20px;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail .block_ttl {
    padding: 8px 20px;
  }
}
@media all and (max-width: 480px) {
  .area_detail .item_detail .block_ttl {
    flex-direction: column;
  }
}
.area_detail .item_detail .ttl_detail {
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  color: #44A535;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail .ttl_detail {
    font-size: 2.2rem;
  }
}
@media all and (max-width: 480px) {
  .area_detail .item_detail .ttl_detail {
    text-align: center;
  }
}
.area_detail .item_detail .block_status p {
  font-size: 1.5rem;
  width: 200px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 12px;
  background: #E88A18;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail .block_status p {
    font-size: 1.4rem;
    width: 180px;
    padding: 8px 10px;
  }
}
.area_detail .item_detail .block_status p.few {
  background: #f33b3b;
}
.area_detail .item_detail .block_status p.end {
  background: #43AFA4;
}
.area_detail .item_detail .block_detail {
  box-sizing: border-box;
  padding: 20px;
  background: #fdf1f3;
  display: flex;
  align-items: flex-start;
  gap: 20px 50px;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail .block_detail {
    gap: 20px 30px;
    margin-top: 10px;
  }
}
@media all and (max-width: 480px) {
  .area_detail .item_detail .block_detail {
    flex-direction: column;
  }
}
.area_detail .item_detail .block_detail .box_img {
  flex-shrink: 0;
  width: 320px;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail .block_detail .box_img {
    width: 200px;
  }
}
@media all and (max-width: 480px) {
  .area_detail .item_detail .block_detail .box_img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.area_detail .item_detail .block_detail .box_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  aspect-ratio: 4/3;
}
.area_detail .item_detail .block_detail .box_txt {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail .block_detail .box_txt {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 480px) {
  .area_detail .item_detail .block_detail .box_txt {
    width: 100%;
  }
}
.area_detail .item_detail .block_detail .box_txt > * {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail .block_detail .box_txt > * {
    margin-top: 10px;
  }
}
.area_detail .item_detail .block_detail .box_txt > *:first-child {
  margin-top: 0;
}
.area_detail .item_detail .block_detail .box_txt .time_detail {
  font-size: 2.2rem;
  color: #44A535;
}
@media all and (max-width: 896px) {
  .area_detail .item_detail .block_detail .box_txt .time_detail {
    font-size: 1.8rem;
  }
}