@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;
}


/**  policy
******************************/
#policy {
  padding: 50px 0;
}

#policy h2 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#policy p {
  margin-bottom: 20px;
}

#policy p:last-child {
  margin-bottom: 0;
}

#policy span {
  color: #ff6060;
  font-size: 17px;
  font-weight: bold;
}

#policy img {
  margin-bottom: 30px;
}


.offer-sp {
  background-color: #dec4dd;
  background-size: cover;
  background-repeat: no-repeat;
}

.offer-sp_wrap {
  padding: 25px 0;
}

.offer-sp_wrap>span {
  display: block;
  margin-bottom: 15px;
}

.offer-sp_wrap a {
  display: block;
  width: 90%;
  margin: 0 auto;
}

.offer-sp_wrap a img {
  animation: cv_btn_ani 0.6s ease 0s infinite alternate;
}

@keyframes cv_btn_ani {
  from {
    transform: scale(0.9, 0.9);
  }

  to {
    transform: scale(1, 1);
  }
}


/** 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;
}

.offer ul li:first-child {}

.offer ul li img {}

.offer ul li:first-child img {
  animation: cv_btn_ani 0.6s ease 0s infinite alternate;
}

@keyframes cv_btn_ani {
  from {
    transform: scale(0.9, 0.9);
  }

  to {
    transform: scale(1, 1);
  }
}

.offer ul li a {
  position: relative;
  display: inline-block;
  padding: 14px 0;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}

.offer ul li:nth-child(2) {
  background-color: #00c300;
  border-radius: 50px;
}

.offer ul li:nth-child(2) a::before {
  position: absolute;
  left: -20%;
  content: '';
  display: block;
  width: 16%;
  height: 42%;
  background-image: url(../images/line_icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.offer ul li:nth-child(3) {
  margin: 0 auto !important;
  background-color: #007246;
  border-radius: 50px;
}

.offer ul li:nth-child(3) a::before {}

.offer ul li:nth-child(2),
.offer ul li:nth-child(3) {
  width: 90%;
  margin: 0 auto 20px;
}


/**flow
******************************/
#flow {
  /* background-image: url(../images/flow_bg.jpg);
  background-size: contain;
  background-repeat: repeat; */
}

#flow .flow_content {
  padding: 50px 0;
}

#flow .flow_content ul {}

#flow .flow_content ul li {
  margin-bottom: 50px;
}

#flow .flow_content ul li:last-child {
  margin-bottom: 0;
}

#flow .flow_content ul li>img {
  display: block;
  margin: 0 auto 20px;
  width: 86%;
}

#flow .flow_content dl {}

#flow .flow_content dl dt {
  margin-bottom: 10px;
  font-size: 24px;
  color: #654d40;
  font-weight: bold;
  text-align: center;
}

#flow .flow_content dl dd {
  font-size: 17px;
}

#flow .flow_content dl dd small {
  display: block;
  margin-top: 10px;
  padding: 12px 15px;
  line-height: 22px;
  background-color: #e8e4e3;
  border-radius: 10px;
}


/** price
******************************/
#price p.price_txt {
  margin-bottom: 30px;
  font-size: 21px;
  color: #654d40;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
#price p.price_txt span {
  font-size: 26px;
  font-weight: bold;
  color: #cd2b21;
  background: linear-gradient(transparent 60%, #fffba1 50%);
  padding: 0 4px;
}

#price p.price_details {
  margin-bottom: 30px;
  font-size: 17px;
  text-align: justify;
}

#price p.price_details span {
  color: #d02c36;
  font-weight: bold;
}

#price .price_content {
  padding: 20px 0 50px;
  /* background-image: url('../images/price_bg.jpg'); */
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}

#price .price_content>img {
  margin-bottom: 30px;
}

#price .price_list {
  margin-bottom: 30px;
}

#price .price_list table {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

#price .memorial_service {
  background-color: #e8e4e3;
  border-radius: 12px;
  overflow: hidden;
}

#price .memorial_service .is_detail {
  display: block;
  text-align: center;
  text-decoration: underline;
}

#price .memorial_service p {
  margin-top: 20px;
  font-size: 16px;
  text-align: justify;
}

#price .memorial_service .hidden {
  display: none;
}

#price .memorial_wrap {
  padding: 20px;
}
#price .price_list table tr:nth-child(odd) {
  background-color: #FFF;
}
#price .price_list table tr:nth-child(even) {
  background-color: #f4f4f4;
}

#price .price_list table th {
  padding: 10px;
  background: #9574bf;
  border: solid 1px #e0e0e0;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

#price .price_list table td {
  padding: 10px;
  border: solid 1px #e0e0e0;
  text-align: center;
}

#price .price_list table td.first {
  background-color: #f6f6f6;
}

#price .price_list table td:nth-child(2) {
  /* width: 72%; */
  font-size: 13px;
}

#price .price_list table td span.sp-price {
  padding: 0 3px;
  color: #d02c36;
  font-size: 19px;
  font-weight: bold;
}

#price .price_list table td span.sale_tag {
  margin-left: 4px;
  padding: 4px 4px;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  background-color: #cd2b21;
  vertical-align: text-bottom;
}

#price .price_option {
}
#price .price_option .price_option_title {
  margin-bottom: 20px;
}
#price .price_option .price_option_txt {
  font-size: 16px;
}
#price .price_option .price_option_txt p {
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
  line-height: 26px;
}
#price .price_option .price_option_txt p span {
  padding: 0 4px;
  font-size: 20px;
  font-weight: bold;
  color: #cd2b21;
  background: linear-gradient(transparent 60%, #fffba1 50%);
}
#price .price_option table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  font-family: "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
#price .price_option table tr {
}
#price .price_option table tr th {
  padding: 6px 0;
  background: #a6a6a6;
  border: solid 2px #FFF;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
#price .price_option table tr td {
  padding: 6px 0;
  border: solid 2px #FFF;
  text-align: center;
  background-color: #eae6ea;
}

#price .memorial_wrap>img {
  margin-bottom: 20px;
}

#price .sp-price_matters {
  display: block;
  font-size: 13px;
  text-align: right;
}


@media screen and (max-width: 580px) {
  #price .price_list {
    overflow-x: scroll;
  }

  /* #price table {
    width: 500px;
  } */
}


/** reason
******************************/
#reason {}

#reason .reason_content {
  padding: 50px 0 70px;
}

#reason .reason_content ul {}

#reason .reason_content ul li {
  position: relative;
  margin-bottom: 60px;
}

#reason .reason_content ul li:last-child {
  margin-bottom: 0;
}

#reason .reason_content ul li::before {
  position: absolute;
  top: -20px;
  right: 0;
  content: '';
  display: block;
  width: 90px;
  height: 90px;
  background-size: cover;
}

#reason .reason_content ul li:nth-child(1)::before {
  background-image: url(../images/reason01_icon.png);
}

/* #reason .reason_content ul li:nth-child(2)::before{
  background-image: url(../images/reason02_icon.png);
} */
#reason .reason_content ul li:nth-child(4)::before {
  background-image: url(../images/reason03_icon.png);
}

/* #reason .reason_content ul li:nth-child(4)::before{
  background-image: url(../images/reason04_icon.png);
} */
#reason .reason_content ul li:nth-child(6)::before {
  background-image: url(../images/reason05_icon.png);
}

#reason .reason_content ul li>img {
  max-width: 540px;
  width: 80%;
  margin: 0 auto 20px;
}

#reason .reason_content ul li dl {}

#reason .reason_content ul li dl dt {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#reason .reason_content ul li dl dt span {
  color: #e7773a;
}

#reason .reason_content ul li dl dd {}


/**　voice
******************************/
#voice {
  background-image: url(../images/voice_bg.jpg);
  background-size: contain;
  background-repeat: repeat;
  height: 300px;
}


/**　area
******************************/
#area {
  background-color: #f0f8fe;
  border-bottom: solid 4px #777;
}

#area ul {
  padding: 0 0 40px;
}

#area ul li {
  margin: 0 auto 20px;
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

#area ul li:last-child {
  margin-bottom: 0;
}

#area ul li {
  padding: 20px;
}

#area ul li dl dt {
  margin-bottom: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #1c3e5f;
  border-bottom: solid 1px #333;
}



/**　共通パーツ
******************************/
.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: #613f8b;
  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: #9574bf;
}

.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 {
  background-color: #e8e4e3;
}

#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: #9574bf;
  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);
}




/* 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;
}





/* #qa
================================================================================*/
#qa .wrap {
  padding-top: 50px;
  padding-bottom: 50px;	
}
#qa .sec07_title {
  display: block;
  margin-bottom: 30px;
}
#qa dl {
  border: solid 2px #eaeaea;
  box-sizing: border-box;
  border-bottom: none;
}
#qa dl dt {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 50px 20px 50px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  background-color: #eaeaea;
}
#qa dl dt span::before{
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(../images/qa_icon.png);
  background-size: cover;
  background-color: unset!important;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
#qa dl dd {
  margin-bottom: 20px;
  padding: 0 20px 20px;
  font-size: 1.5rem;
  line-height: 24px;
  border-bottom: solid 1px #eaeaea;
}
/****** アコーディオン ******/
.target {
  position: relative;
}
.target:hover,
.target:active {
  cursor: pointer;
}
.target::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #333;
  transition: all 0.3s ease-in-out;
}
.target::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: #333;
  transition: all 0.2s ease-in-out;
}

.target.active::before {
  transform: rotate(180deg);
}

.target.active::after {
  opacity: 0;
}






/* #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%;
}
