@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-display: swap;
}

html {
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: 16px;
  line-height: 32px;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  /* font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
}

li {
  list-style: none;
}

img {
  width: 100%;
}

.wrap {
  padding: 0 5%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

span.bold {
  display: inline-block;
  padding: 0 2px;
  font-weight: bold;
}
span.red {
  color: #d02c36;
}

.bodyInner {
  display: block;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.main img {
  display: block;
}

img {
  display: block;
}

.fv {
  margin-bottom: 0 !important;
}


/**  fixed_menu
******************************/
.fixed_menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 560px;
  z-index: 999;
}

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

.fixed_menu ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fixed_menu ul li:nth-child(1) {
  width: calc(176 / 560* 100%);
}
.fixed_menu ul li:nth-child(2) {
  width: calc(176 / 560* 100%);
}
.fixed_menu ul li:nth-child(3) {
  width: calc(398 / 560* 100%);
}

.fixed_menu ul li:nth-child(3)::before{
  content: '';
  background-image: url(../images/campaign.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 75%;
  height: 33px;
  position: absolute;
  top: -14px;
}

.fixed_menu ul li a {
  font-size: 14px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}


/**  ポップアップ
******************************/
.thanks_pop{
  border: solid 1px #dda45f;
  box-sizing: border-box;
}

/* 背景の暗いオーバーレイ */
.overlay {
  display: none; /* 初期状態は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8)!important;
  z-index: 999;
}

/* ×ボタン */
.close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 48px;
  line-height: 1;
  color: #FFF;
  background: transparent;
  border: 0;
  cursor: pointer;
  z-index: -99;
}

/* ×ボタンの疑似要素でデザイン */
.close-btn::before,
.close-btn::after {
  content: '';
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 2px;
  background-color: #FFF;
}
.close-btn::before{
  transform: rotate(45deg);
}
.close-btn::after{
  transform: rotate(-45deg);
}

/* thanks_pop のスタイル */
.thanks_pop {
  display: none;
  position: fixed;
  width: 82%;
  max-width: 480px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  text-align: center;
}
.thanks_bnr {
  position: relative;
  line-height: 0;
  background-color: #000;
}
.thanks_bnr .pop_btn {
  position: absolute;
  left: 50%;
  bottom: 7%;
  transform: translateX(-50%);
  width: 85%;
}
.thanks_bnr .pop_btn img {
  animation: pop_an 0.6s ease 0s infinite alternate;
}
@keyframes pop_an {
  from {
    transform: scale(0.9, 0.9);
  }

  to {
    transform: scale(1, 1);
  }
}
.thanks_bnr > img {
  margin: 0 auto;
}

.font_bahnschrift {
  font-family: 'Bahnschrift', 'Barlow', sans-serif;
}


/**  example
**************************************************/
#example {
  padding: 50px 0;
  background-color: #f5f5f5;
}
#example h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
#example h2 span {
  color: #800080;
  font-weight: bold;
  text-decoration: underline;
}
#example .example_worries {
  padding: 30px 0;
}
#example .example_worries ul {
}
#example .example_worries ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 25px;
  padding-bottom: 6px;
  border-bottom: solid 2px #e2e2e2;
  font-size: clamp(15px, 4vw, 18px);
}
#example .example_worries ul li:last-child{
  border-bottom: none;
}
#example .example_worries ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 17px;
  background-image: url(./images/example_icon.png);
  background-size: cover;
}
#example .example_worries ul li span {
  color: #800080;
  font-weight: bold;
}


#example .example_illust {
  max-width: 100px;
  margin: 0 auto 30px;
}
#example .example_content {
  margin-bottom: 30px;
}
#example h3 {
  position: relative;
  background-color: #914c91;
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: clamp(20px, 2.93vw, 24px);
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}
#example h3::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #914c91;
  border-top: 0;
}
#example ul.example_list {
}
#example ul.example_list > li {
  padding: 0 20px 20px;
  border: solid 1px #914c91;
  box-sizing: border-box;
  border-radius: 0 0 20px 20px;
}
#example .example_title {
  padding: 20px 0;
}
#example .example_title h4 {
  font-size: clamp(19px, 2.8vw, 23px);
  text-align: center;
  line-height: 1.6;
}
#example .example_title h4 span {
  display: inline-block;
  padding: 0 6px;
  font-size: clamp(31px, 4.73vw, 40px);
  font-weight: bold;
  text-decoration: underline;
  color: #81007f;
}
#example .example_detail {
}
#example .example_detail .merit {
}
#example .example_detail .photos {
  display: block;
  width: 100%;
}
#example .example_detail .beforeafter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#example .example_detail .beforeafter .before {
  position: relative;
  width: 47.5%;
}
#example .example_detail .beforeafter .before::before{
  content: '';
  display: block;
  width: 30%;
  aspect-ratio: 403 / 282;
  background-image: url(./images/before_arrow.png);
  background-size: cover;
  position: absolute;
  bottom: 50px;
  right: -25px;
}
#example .example_detail .beforeafter .after {
  width: 47.5%;
}
#example .example_detail .beforeafter img {
  display: block;
  width: 100%;
  border-radius: 12px;
}
#example .example_detail .photo_details {
}
#example .example_detail .photo_details ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
#example .example_detail .photo_details ul li {
  width: 30%;
  padding: 10px 0px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  background-color: #f6e8c7;
  border-radius: 6px;
}
#example .example_detail .photo_details ul li span.s-block {
  display: block;
}
#example .example_detail .photo_details ul li span.font_bahnschrift {
  font-size: 30px;
}
.price {
}
.price span.price_details {
  display: flex;
  justify-content: space-between;
}
.price span.price_icon {
  padding: 10px;
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 2px;
  background-color: #df1f6d;
}
.price span.price_info {
  display: flex;/*中央揃え用*/
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  color: #df1f6d;
}
.price span.price_info .font_bahnschrift {
  font-size: clamp(66px, 9.6vw, 78px);
  letter-spacing: -2px;
}



/**  offer
**************************************************/
.offer {
  background-color: #FFF;
}
.offer .offer_img {
  margin-bottom: 30px;
}
.offer .contact_wrap {
  padding: 40px 20px;
}
.offer .offer_content {
  text-align: center;
}
.offer ul {
  position: relative;
  padding: 50px 20px 30px;
  background-color: #fffede;
}
.offer ul li {
  margin-bottom: 20px;
  text-align: center;
}
.offer ul::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 14px solid #FFF;
  border-bottom: 0;
}
.offer ul li:nth-child(2) {
  width: 100%;
  margin: 0 auto 20px;
  background-color: #e9b713;
  border-radius: 10px;
}
.offer ul li:nth-child(3) {
  width: 100%;
  margin: 0 auto 20px;
  background-color: #00c300;
  border-radius: 10px;
}
.offer ul li a {
  padding: 25px 0;
  display: block;
  font-size: 21px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
}
.offer ul li:first-child a{
  padding: 0;
}
.offer ul li a span {
  color: #FF0;
}



/**  reason
**************************************************/
#reason {
  padding: 50px 0;
  background-color: #f5f5f5;
}
#reason h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
#reason h2 span {
  color: #800080;
  font-weight: bold;
  text-decoration: underline;
}
#reason .example_titletop {
  display: block;
  max-width: 400px;
  width: 50%;
  margin: 0 auto 15px;
}
#reason .example_staff {
  display: block;
  max-width: 375px;
  width: 50%;
  margin: 0 auto;
}
#reason ul.reason_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#reason ul.reason_list li {
  width: 100%;
  margin: 0 auto 30px;
  border-radius: 10px;
  background-color: #FFF;
  border: solid 3px #914c91;
  box-sizing: border-box;
}
#reason ul.reason_list li .reason_title {
  color: #FFF;
  background-color: #914c91;
  border: solid 2px #914c91;
}
#reason ul.reason_list li .reason_title h3 {
  font-size: 26px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  padding: 25px 0;
  text-align: center;
}
#reason .reason_detail {
  padding: 30px 20px 40px;
}
#reason .reason_detail .reason_img {
  display: block;
  max-width: 300px;
  width: 66%;
  margin: 0 auto 20px;
}
#reason .reason_detail .reason_img img {
  display: block;
  width: 100%;
  border-radius: 20px;
}
#reason .reason_detail dl {
}
#reason .reason_detail dl dt {
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}
#reason .reason_detail dl dd {
  margin: 0;
}




/**  service
**************************************************/
#service {
  position: relative;
  padding: 100px 0 50px;
}
#service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px; /* 山型の高さ */
  background: #f5f5f5;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
#service h2 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
#service h2 span {
  color: #800080;
  font-size: 56px;
}
#service .service_merit {
  margin-bottom: 30px;
}
#service p.service_txttop {
  margin-bottom: 10px;
  font-size: clamp(16px, 2.4vw, 20px);
  line-height: 1.6;
  text-align: center;
}
#service p.service_txtmiddle {
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-size: clamp(23px, 3.27vw, 26px);
  font-weight: bold;
  border-bottom: solid 5px #d9d9d9;
  text-align: center;
}
#service p.service_txtbottom {
  margin-bottom: 30px;
  font-size: clamp(25px, 3.53vw, 28px);
  text-align: center;
  line-height: 1.6;
  color: #800080;
}
#service .service_stepimg {
  max-width: 200px;
  width: 30%;
  margin: 0 auto 20px;
  text-align: center;
}
#service .service_flow ul {
  width: 90%;
  padding: 0;
  margin: 0 auto;
}
#service .service_flow ul li {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 0;
  background-color: rgb(236 217 236);
  border-radius: 6px;
  font-size: 19px;
  text-align: center;
  list-style: none;
}
#service .service_flow ul li::before {
  content: '▼';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: #800080;
}
#service .service_flow ul li:last-child::before {
  content: unset;
}
#service ul.service_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service ul.service_list li {
  width: 47.5%;
  margin-bottom: 20px;
  text-align: center;
}
#service ul.service_list li img {
  margin-bottom: 4px;
  border-radius: 15px;
}
#service ul.service_list li h3 {
  font-size: clamp(18px, 2.6vw, 21px);
  font-weight: bold;
  line-height: 1.4;
  color: #800080;
}
#service .price_list {
  padding: 20px;
  background-color: #eaeaea;
  border-radius: 15px;
}
#service .price_list h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  color: #800080;
}
#service .price_list table.custom-table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  font-family: sans-serif;
}

#service .price_list table.custom-table th,
#service .price_list table.custom-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
#service .price_list table.custom-table th {
  background-color: #f9f3ff;
  font-weight: bold;
}
#service .price_list table.custom-table td {
  background-color: #fff;
}
#service .price_list table.custom-table td:last-child{
  font-weight: bold;
  color: #F00;
}
#service .price_list table.custom-table tr:nth-child(even):not(:first-child) {
  background-color: #fafafa;
}
#service .price_list table.custom-table colgroup col:nth-child(1) {
  width: 23%;
}
#service .price_list table.custom-table colgroup col:nth-child(2) {
  width: 43%;
}
#service .price_list table.custom-table colgroup col:nth-child(3) {
  width: 34%;
}
.notice {
  position: relative;
  margin-bottom: 6px;
  padding-left: 15px;
  text-indent: -15px;
  font-size: 15px;
  line-height: 1.6;
}
#service .service_01,
#service .service_02,
#service .service_03 {
  padding: 50px 0;
}



/**  voice
**************************************************/
#voice {
  padding: 50px 0;
  background-color: #f5f5f5;
}
#voice .voice_titletop {
  display: block;
  max-width: 400px;
  width: 50%;
  margin: 0 auto 15px;
}
#voice h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
}
#voice h2 span {
  color: #800080;
  font-weight: bold;
  text-decoration: underline;
}
#voice .voice {
  margin-bottom: 30px;
}
#voice h3 {
  background-color: #333;
  color: #FFF;
  text-align: center;
  padding: 30px 0;
  font-size: clamp(21px, 2.93vw, 23px);
  font-weight: bold;
  border-radius: 20px 20px 0 0;
}
#voice ul.voice_list {
  padding: 30px 0;
}
#voice ul.voice_list li {
  margin-bottom: 30px;
}
#voice ul.voice_list li:last-child {
  margin-bottom: 0;
}
#voice .voice_title {
  color: #FFF;
  background-color: #333;
  border: solid 2px #333;
  border-radius: 10px 10px 0 0;
}
#voice .voice_detail {
  margin-bottom: 30px;
  padding: 20px 20px 30px;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
}
#voice .voice_detail:last-child{
  margin-bottom: 0;
}
#voice .voice_profile {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  margin-bottom: 20px;
}
#voice .voice_profile .voice_profile_photo {
  max-width: 120px;
}
#voice .voice_profile_txt {
}
#voice ul.voice_list li p.comment {
  text-align: justify;
}



/**  facility
**************************************************/
#facility {
  padding: 50px 0 0;
}
#facility .facility_txttop {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}
#facility .facility_txtmiddle {
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
#facility .facility_txtbottom {
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f6e8c7;
  border-radius: 10px;
  box-sizing: border-box;
}
#facility ul.facility_list {
}
#facility ul.facility_list li {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #df962f;
}
#facility .facility_tit {
}
#facility .facility_tit h4 {
  padding: 20px 0;
  font-size: clamp(19px, 2.8vw, 23px);
  font-weight: bold;
  text-align: center;
  color: #FFF;
  line-height: 1.6;
}
#facility .facility_tit h4 span {
  font-size: 25px;
}
#facility .facility_img img {
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}



/**  qa
**************************************************/
#qa {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  background: #fff;
  padding: 50px 0;
}

#qa .title {
  text-align: center;
  margin-bottom: 30px;
}

#qa .title h2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 44px;
  letter-spacing: 1px;
}

#qa .title h2 span {
  font-size: 42px;
  color: #800080;
}

#qa .wrap {
  max-width: 700px;
  margin: 0 auto;
}

#qa .question {
  border: solid 2px #333;
  border-radius: 8px;
  box-sizing: border-box;
}

#qa .question dl {
  border-bottom: solid 1px #ddd;
}

#qa .question dt {
  position: relative;
  padding: 15px 40px 15px 50px;
  font-weight: bold;
  cursor: pointer;
}

#qa .question dt::before {
  content: "Q";
  background: #800080;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

/* ▼ 矢印アイコン */
#qa .question dt::after {
  content: "▼";
  font-size: 14px;
  color: #888;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
}

#qa .question dl.active dt::after {
  transform: translateY(-50%) rotate(180deg); /* 上向きに回転 */
}

#qa .question dd {
  background: #f6ebf6;
  padding: 0 20px 0 50px;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

/* Aマーク（左側） */
#qa .question dd::before {
  content: "A";
  background: #ffffff;
  color: #800080;
  font-weight: bold;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 16px;
}

/* 表示時のスタイル */
#qa .question dl.active dd {
  max-height: 500px;
  padding: 15px 20px 15px 50px;
}





/** form
******************************/
.offer {
  background-color: #735499;
  background-image: url('../images/offer_bg_seat.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.offer .contact_wrap {
  padding: 40px 20px;
}

.offer .offer_content {
  text-align: center;
}

.offer .offer_title {
  margin-bottom: 20px;
}

.offer .offer_title span.tit_copy-s {
  display: inline-block;
  margin-bottom: 8px;
  padding: 0 30px;
  background-color: #FFF;
  font-size: 18px;
  color: #735499;
  border-radius: 50px;
}

.offer .offer_title .tit_copy {
  display: block;
  color: #FFF;
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
}

.offer ul {
  position: relative;
  padding: 30px 20px 20px;
  background-color: #FFF;
}

.offer ul li {
  margin-bottom: 20px;
  text-align: center;
}

.offer ul::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 14px solid #735499;
  border-bottom: 0;
}

/**　共通パーツ
******************************/
.bodyInner {
  display: block;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}



/**　header
******************************/
header {
  position: fixed;
  top: 0;
  max-width: 560px;
  width: 100%;
  background: #fff;
  z-index: 3;
}

#header {
  display: flex;
  flex-flow: row wrap;
  flex-wrap: nowrap;
  width: 100%;
  align-items: center;
  border-bottom: solid 1px #ceeaf5;
}

#header h1 {
  padding: 0 6px
}

#header .header_titleunder {
  width: 60%;
  font-size: 1rem;
  font-weight: bold;
  color: #1996e3;
  line-height: 1.4rem;
}

#header #navi {
  margin-top: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  list-style: none;
}

#header #navi li a {
  padding: 5px 0;
  color: #000;
  text-decoration: none;
}

#header {
  padding: 0;
  background: #FFF;
}

#header .logo {
  max-width: 240px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px 0;
}

#header .cards {
  width: 45%;
}

#header #navi {
  transition: all 0.6s;
  overflow-y: auto;
  padding: 40px 0;
  width: 300px;
  /*height: 100vh;*/
  z-index: 200;
  top: 0;
  right: -320px;
  background-color: #81007f;
  position: fixed;
  flex-direction: column;
  align-items: baseline;
}

#header #navi li {
  width: 100%;
  padding: 10px 0;
  font-size: 1.8rem;
  font-weight: bolder;
}

#header #navi li.header_mailbtn {
  padding: 0 20px;
}

#header #navi li.header_mailbtn a {
  padding: 15px 0;
  background-color: #f49500;
  border-radius: 6px;
  box-sizing: border-box;
  text-align: center;
}

#header #navi li span {
  padding: 0 20px;
}

#header #navi li a {
  display: block;
  text-decoration: none;
  color: #FFF;
}

#header .nav_btn {
  width: 58px;
  height: 58px;
  z-index: 300;
  top: 0;
  right: 0;
  cursor: pointer;
  position: absolute;
  background-color: #81007f;
}

.hamburger_line {
  transition: all 0.6s;
  width: 36px;
  height: 2px;
  left: 10px;
  background-color: #fff;
  position: absolute;
}

.hamburger_line1 {
  top: 16px;
}

.hamburger_line2 {
  top: 27px;
}

.hamburger_line3 {
  top: 38px;
}

.nav_bg {
  opacity: 0;
  transition: all 0.6s;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  background-color: #000;
  cursor: pointer;
  position: fixed;
}

/* 表示された時用のCSS */
.nav_open #header #navi {
  right: 0;
}

.nav_open .nav_bg {
  opacity: 0.8;
  visibility: visible;
}

.nav_open .hamburger_line1 {
  transform: rotate(45deg);
  top: 28px;
  background-color: #FFF;
}

.nav_open .hamburger_line2 {
  width: 0;
  left: 50%;
}

.nav_open .hamburger_line3 {
  transform: rotate(-45deg);
  top: 28px;
  background-color: #FFF;
}




/**　form
******************************/
#form {
  padding: 50px 0 0;
  background-color: #f6e8c7;
}
#form h2 {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
#form>img {
  display: block;
}

#form .wrap {
  padding: 30px 3% 50px;
}

#form .formtitle {
  display: block;
  margin-bottom: 10px;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

#form input,
#form textarea {
  border: solid 1px #d5d6d7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
}

#form input::placeholder {
  color: #bbb;
}

#form input[type="text"],
#form input[type="tel"],
#form input[type="email"],
#form select[type="area"] {
  width: 100%;
  margin-bottom: 4px;
  padding: 8px;
  font-size: 1.6rem;
  border-radius: 4px;
  box-sizing: border-box;
}

#form select[type="area"] {
  color: #bbb;
  border: solid 2px #f1f1f1;
}

#form textarea {
  width: 100%;
  padding: 6px;
  font-size: 1.6rem;
}

#form textarea::placeholder {
  color: #bbb;
}

#form label {
  display: block;
  margin-right: 20px;
  font-size: 1.6rem;
}

#form table tr {
  display: block;
  margin-bottom: 20px;
  color: #3d3d3d;
}

#form table tr.days {
  font-size: 1.6rem;
}

#form table tr.days input {
  padding: 5px;
}

#form table tr th {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

#form table tr td {
  display: block;
}

#form table tr td.radio label {
  display: inline-block;
  margin-right: 0;
  width: 95%;
  margin-left: 5px;
}

.radio div {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.radio {
  margin-top: 10px;
}

label {
  cursor: pointer;
}

.error-text {
  color: #ff1616;
  font-size: 1.5em;
  display: block;
  padding: 2px 0;
}

#form .contact_btn {
  display: block;
  width: 80%;
  margin: 0 auto;
}

#error-date {
  font-size: 1em;
}

.essential {
  margin-left: 7px;
  padding: 2px 6px;
  background: #F00;
  border-radius: 5px;
  font-size: 12px;
  line-height: normal;
  color: #FFF;
  letter-spacing: 1.2px;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select,
button {
  color: #000;
}

button.submit_btn {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

button.submit_btn:hover {
  cursor: pointer;
  opacity: 0.5;
}

button.submit_btn:focus {
  outline: none;
}

.sub {
  text-align: center;
}

textarea {
  resize: vertical;
  max-width: 100%;
  min-width: 200px;
}

#area_name {
  width: 100%;
  margin-bottom: 4px;
  padding: 8px;
  font-size: 1.6rem;
  border-radius: 4px;
  box-sizing: border-box;
  background: #FFF;
  border-color: #d5d6d7;
  color: #333;
}

.error {
  font-size: 80%;
  color: red;
}

.radio span {
  display: block;
}

.contact_btn button {
  width: 100%;
  padding: 18px 0;
  border-radius: 50px;
  background-color: #654d41;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}


.bu-size {
  display: flex;
  align-items: center;
  margin-top: 0.8em;
  justify-content: center;
}
.bu-size input {
  padding: 0.8em 5px;
  border-radius: 5px;
  width: 95%;
}

.bu-size label {
  font-weight: 600;
}

#form .bu-size label {
  width: calc(33.33% - 15px);
}

#form .bu-size label:last-child {
  margin-right: 0;
}

.bu-size input::placeholder {
  text-align: end;
}




/* footer
================================================================================*/
footer {
  padding: 20px 0 150px;
  background-color: #9574bf;
}
footer p.title {
  padding: 15px 0;
  font-size: 30px;
  color: #FFF;
  text-align: center;
}
footer .footer_content {
  background-color: #FFF;
}

footer .footer_content ul {}

footer .footer_content ul li {}

footer table {
  width: 100%;
  font-size: 14px;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
}

footer table th {
  width: 20%;
  padding: 10px;
  border: solid 1px #666666;
  color: #666666;
  text-align: center;
}

footer table td {
  padding: 10px;
  color: #666666;
  text-align: left;
  border: solid 1px #666666;
}

footer table td:first-child {
  background: #e9faf9;
}

footer .copyright {
  padding: 10px 0;
}

footer .copyright p {
  font-size: 10px;
  color: #FFF;
  text-align: center;
}

/* #form
================================================================================*/
label {
  cursor: pointer;
}

form .input-text.cal {
  vertical-align: middle;
  margin-right: 5px;
  width: 70% !important;
}

img.ui-datepicker-trigger {
  cursor: pointer;
  margin-left: 7px !important;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  display: inline-block;
}

#form label[for="cal"] {
  margin-right: 0;
}

form .input-text[readonly] {
  background-color: #C4BAB7;
}

.slider_box {
  position: absolute;
  width: 100%;
  bottom: 7%;
}

.slider_side img {
  display: block;
  width: 100%;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

#reason {
  overflow-x: hidden;
  position: relative;
}



.bu_cell table td:first-child {
  width: 30%;
  background: #f4f4f4;
}

.bu_cell table td:last-child {
  width: 70%;
}

.slider_content {
  display: inline-block;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  color: #333;
  font-weight: normal;
}

.tag {
  margin-bottom: 15px;
}

.tag span {
  display: inline-block;
  margin-right: 4px;
  padding: 2px 9px;
  background: #644d3f;
  border-radius: 5px;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  line-height: normal;
  letter-spacing: 0.5px;
}

.tag span.sp {
  background-color: #d02c36;
}

.tag span:last-child {
  margin-right: 0;
}

.bu_cell table td {
  padding: 5px 20px;
}

.bu_cell table {
  border-spacing: 5px;
  display: table;
  border-collapse: separate;
}

.bu_cell {
  border-top: 2px dashed #d2d2d2;
  padding: 5px 0;
  border-bottom: 2px dashed #d2d2d2;

}

.b_box img {
  max-width: 100%;
}

.b_box {
  margin-bottom: 15px;
  padding: 0 5px;
}

.b_text {
  margin-top: 15px;
}

#voice .slick-slide {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

#voice {
  height: initial;
  padding-bottom: 40px;
}

.slick-dots li button::before {
  font-size: 14px;
}

.slider {
  margin: 30px auto;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li.slick-active button::before {
  color: #644d3f;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

._inner p._hd {
  font-weight: bold;
  color: #61775f;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 1.5rem;
}

._inner p._hd:first-child {
  margin-top: 0;
}

._inner p._hd:last-child {
  color: #333;
}

._inner p {
  margin-bottom: 15px;
  line-height: 1.7;
}

._inner {
  padding: 20px 20px;
  max-height: 120px;
  overflow-y: scroll;
  font-size: 1.3rem;
}

.kiyaku {
  margin-bottom: 40px;
  background-color: #FFF;
  border: 1px solid #e4e5e6;
  border-radius: 1px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

.fixed_menu {
  transition: all 0.3s;
  opacity: 0;
}

.fixed_menu.show {
  opacity: 1;
}

.cp_slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.cp_slider.slick-initialized {
  opacity: 1;
}

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

  .bu_cell table td:first-child {
    width: 20%;
    font-size: 15px;
    text-align: center;
  }

  .bu_cell table td:last-child {
    width: 50%;
    font-size: 14px;
  }

  .bu_cell table td {
    padding: 5px 10px;
  }

  .slick-dots li button::before {
    font-size: 20px;
  }

  .slider_content {
    padding: 15px;
  }
}


.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
