@charset "utf-8";

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【共通／スマートフォンここから】                                  */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
html {
  scroll-behavior: smooth;
}

img {
  vertical-align: bottom;
}

.bg_gray {
  background-color: #f7f7f7;
}

.text_red {
  color: #f15c5c;
}

/*-----BreadCrumb-----*/

.breadcrumb {
  padding: 0;
  overflow: hidden;
  width: 100%;
  margin: 1% auto;
}

.breadcrumb li {
  float: left;
  overflow: hidden;
  width: auto;
  display: block;
  letter-spacing: 0.1em;
}

.breadcrumb li:before {
  content: ">";
}

.breadcrumb li:first-child:before {
  content: "";
}

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【PCここから】                                                 */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (min-width: 769px) {
  .main {
    max-width: 1280px;
    margin: 0 auto;
  }

  .main img {
    width: 100%;
  }

  .simple_form_area {
    position: relative;
    margin-top: 35px;
    margin-bottom: 60px;
  }

  .triangle_bg {
    width: 15%;
    margin: 0 auto;
  }

  .triangle_bg img {
    width: 100%;
  }

  .simple_form_top_wrap {
    position: absolute;
    top: 6%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .simple_form_top_inner {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .sf_icon_l {
    width: 2%;
    position: absolute;
    left: 29%;
    top: 12%;
  }

  .sf_icon_l img {
    width: 100%;
  }

  .sf_icon_r {
    width: 2%;
    position: absolute;
    right: 29%;
    top: 12%;
  }

  .sf_icon_r img {
    width: 100%;
  }

  .simple_form_top_inner p {
    font-weight: bold;
    padding: 10px 0 5px 0;
    font-size: 20px;
  }

  .simple_form_wrap {
    border: 1px solid #7b44a4;
    border-radius: 7px;
    background-color: #f6f6f6;
    padding: 40px 30px;
    margin: 0 auto;
    width: 70%;
  }

  .simple_form_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .simple_form_item p {
    width: 25%;
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 20px;
    font-weight: bold;
  }

  .sf_nm p {
    letter-spacing: 15px;
  }

  .simple_form_item input {
    border: 1px solid #707070;
    width: 75%;
    padding: 10px;
    background-color: #ffffff;
    font-size: 20px;
  }

  .common_form_btn {
    background-color: #f15c5c;
    border-bottom: 4px solid #9c2929;
    width: 50%;
    position: relative;
    border-radius: 7px;
    padding: 11px 0;
    display: flex;
    justify-content: center;
    margin: 40px auto 0 auto;
  }

  .common_form_btn p {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
  }

  .common_form_btn_icon {
    width: 5%;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
  }

  .common_form_btn_icon img {
    width: 100%;
  }

  .contact_btn_area {
    border: 1px solid #cccccc;
    border-radius: 7px;
    background-color: #f6f6f6;
    padding: 15px;
    margin-bottom: 50px;
  }

  .point_3_list {
    width: 100%;
    box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 25px;
  }

  .point_3_list img {
    width: 100%;
  }

  .triangle_b_w {
    position: absolute;
    bottom: -14%;
    left: 50%;
    transform: translateX(-50%);
    width: 5%;
  }

  .triangle_b_w img {
    width: 100%;
  }

  .tel_btn_top_wrap {
    position: relative;
  }

  .tel_btn_top_wrap {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tel_btn_top_wrap p {
    font-size: 18px;
    font-weight: bold;
  }

  .tb_icon_l {
    width: 3%;
    position: absolute;
    left: 0;
    top: -36%;
  }

  .tb_icon_r {
    width: 3%;
    position: absolute;
    right: 0;
    top: -36%;
  }

  .tel_btn_wrap {}

  .tel_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid #9c2929;
    background-color: #f15c5c;
    text-align: center;
    border-radius: 7px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .tel_btn:active {
    border-bottom: 3px solid #3c6021;
    padding-bottom: 15px;
  }

  .tel_btn_icon {
    width: 20%;
  }

  .tel_btn_icon img {
    width: 100%;
  }

  .tel_btn_text {
    width: 80%;
    text-align: left;
    padding-left: 17px;
  }

  .tel_btn_text_call {
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 7px;
  }

  .tel_btn_text_call span {
    font-size: 18px;
  }

  .tel_2_col {
    display: flex;
  }

  .tel_icon {
    width: 11%;
    display: flex;
    margin-right: 5px;
  }

  .tel_icon img {
    width: 100%;
  }

  .tel_2_col p {
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
  }

  .contact_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid #3c6021;
    background-color: #509021;
    text-align: center;
    border-radius: 7px;
    padding: 16px 10px;
    width: 100%;
    margin-top: 10px;
  }

  .mail_icon {
    width: 12%;
  }

  .mail_icon img {
    width: 100%;
  }

  .contact_btn p {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 88%;
  }

  .contact_btn p span {
    font-size: 12px;
  }

  .chosen_3_reason {
    background-color: #f7f7f7;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .common_title {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .common_title h2 {
    font-size: 30px;
    color: #7b44a4;
    text-align: center;
    padding-bottom: 10px;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }

  .common_title h2:before {
    content: "";
    height: 13px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 17px;
    left: 0px;
    background-color: #7b44a4;
    filter: alpha(opacity=50);
    opacity: 0.2;
    box-shadow: 0px 3px 3px 3px rgba(123, 68, 164, 0.2) inset;
  }

  .chosen_3_reason .common_title h2:before {
    bottom: 21px;
  }

  .common_title h2 span {
    font-size: 48px;
  }

  .top_message_wrap {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .top_message_bg {
    width: 100%;
    background-image: url(/common/images/top_hall/top_bg.jpg);
    background-size: cover;
    padding: 60px;
  }

  .top_message {
    text-align: center;
  }

  .top_message p:nth-of-type(1) {
    font-size: 30px;
    color: #502360;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    margin-bottom: 30px;
    text-shadow: 0px 3px 2px #ffffff;
    font-weight: bold;
  }

  .sp {
    display: none !important;
  }

  .top_message p:nth-of-type(2) {
    font-size: 20px;
  }

  .pc {
    display: block !important;
  }

  .facilty {
    background-color: #ffffff;
    padding-top: 45px;
    padding-bottom: 50px;
    width: 100%;
  }

  .contents_wrapper {
    max-width: 1280px;
    margin: 0 auto;
  }

  .facilty h2 {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
  }

  .facilty_1_col_wrap {
    margin-top: 50px;
  }

  .facilty_1_col_wrap h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }

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

  .facilty_1_col_img {
    width: 40%;
  }

  .facilty_1_col_img img {
    width: 100%;
  }

  .facilty_1_col_info {
    width: 60%;
    padding-left: 25px;
  }

  .facilty_info_item {
    display: flex;
    margin-bottom: 3px;
  }

  .facilty_info_item dt {
    background-color: #ebe7e1;
    width: 30%;
    text-align: center;
    padding: 10px 0;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .facilty_info_item dd {
    padding: 10px;
    width: 70%;
  }

  .facilty_btn {
    display: block;
    margin: 50px auto 20px;
    background: #8b8989;
    padding: 10px 40px;
    border-radius: 30px;
    box-shadow: 5px 5px 0 0 #6a6a6a;
  }

  .facilty_btn a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
  }

  .g_map_btn_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .g_map_btn {
    background: #555555;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 15px;
  }

  .facilty_1_col_info p {
    margin-top: 20px;
  }

  .reason_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 65px;
  }

  .reason_flex_inner {
    position: relative;
    background: #fff;
    padding: 50px 25px 30px 25px;
    text-align: center;
    box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
    min-height: 410px;
    height: 100%;
  }

  .reason_balloon_position {
    position: relative;
    display: 100%;
  }

  .reason_balloon:before {
    content: " ";
    display: inline-block;
    width: 60px;
    height: 52px;
    background-image: url(/common/images/top_hall/reason_title_icon.svg);
    position: relative;
    bottom: 15px;
    left: -10px;
  }

  .reason_title_icon {
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .reason_title_icon img {
    width: 100%;
  }

  .reason_01_img {
    width: 100%;
    max-width: 93px;
    margin: 22px 0;
  }

  .reason_02_img {
    width: 100%;
    max-width: 282px;
    margin: 30px 0;
  }

  .reason_03_img {
    width: 100%;
    max-width: 239px;
    margin: 30px 0;
  }

  .reason_text {
    text-align: left;
  }

  img.reason_saiyasu_img {
    position: absolute;
    top: 4%;
    left: -3%;
  }

  .case-img {
    width: 24%;

  }

  .case-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  /*

	
	.reason .reason_img_wrap {
		padding-top: 50px;
		display: flex;
		justify-content: space-between;
	}
	
	.reason_img {
		width: 32%;
		box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%), 0px 3px 6px 0px rgb(0 0 0 / 10%);
	}
	
	.reason_img img {
		width: 100%;
	}
	
	.reason_img_wrap .reason_img:last-of-type {
		margin-bottom: 0;
	}
	}
	*/
  .compare_reason_wrap {
    padding: 65px;
  }

  /*ompare_reason {
		padding-bottom: 30px;
	}
		*/

  .reason .reason_table_wrap {
    padding-top: 40px;
    padding-bottom: 35px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
  }

  .reason_table_1 {
    width: 600px;
    margin-bottom: 30px;
    padding: 0 30px;
  }

  .reason_table_2 {
    width: 500px;
    padding: 0 30px;
  }

  .reason_table_1 img,
  .reason_table_2 img {
    width: 100%;
  }

  .reason_table_wrap .reason_table:last-of-type {
    margin-bottom: 0;
  }

  .accordion {
    display: none;
  }

  .contact_sub .contact_btn_area {
    background-color: #ffffff;
    margin-bottom: 0;
  }

  .voice {
    padding-top: 65px;
    padding-bottom: 80px;
    background-color: #f8f3fc;
  }

  .voice_title_2_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
  }

  .voice_title {
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }

  .voice_title p {
    font-weight: bold;
    font-size: 25px;
  }

  .voice_title p:nth-of-type(1) {
    margin-bottom: 7px;
  }

  .voice_title p:nth-of-type(2) {
    font-size: 32px;
    color: #7b44a4;
  }

  .voice_title_icon {
    width: 20%;
  }

  .voice_title_icon img {
    width: 100%;
  }

  /* .voice_wrap {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		margin-top: 50px;
	} */

  .voice_wrap {
    max-width: 1280px;
    margin: 50px auto 0;
    width: 100%;
  }

  .voice_wrap .slick-slider {
    box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
    background-color: #ffffff;
  }

  .slide_voice .voice_item {
    display: flex !important;
    justify-content: space-between;
    margin-bottom: 50px;
    padding: 50px;
  }

  .voice_contents {
    width: 56%;
  }

  .voice_tag {
    background: #bd9ec7;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
  }

  .voice_contents h3 {
    font-size: 24px;
    border-bottom: 1px dotted #707070;
  }

  .voice_funeral {
    display: flex;
    align-items: center;
    margin: 15px 0;
  }

  .voice_funeral_tag {
    background: #502360;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    margin-right: 20px;
  }

  .voice_img {
    width: 40%;
  }

  .voice_img img {
    width: 100%;
  }

  .voice_contents .review_list {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
  }

  .voice_contents .review_stars {
    display: flex;
    align-items: center;
    margin-right: 5px;
  }

  .voice_contents .review_stars img {
    width: 22px;
    margin-right: 3px;
  }

  .voice_contents .review_number {
    font-size: 22px;
    font-weight: bold;
  }

  /* .voice_item {
		width: 100%;
		background-color: #FFFFFF;
		border-radius: 7px;
		padding: 45px 35px;
		position: relative;
	}

	.voice_2_col {
		display: flex;
		margin-bottom: 20px;
	}

	.voice_target_wrap {
		width: 25%;
	}

	.voice_icon_01 {
		width: 34%;
		margin: 0 auto 15px auto;
	}

	.voice_icon_01 img {
		width: 100%;
	}

	.voice_target {
		font-size: 18px;
		font-weight: bold;
		line-height: 27px;
		text-align: center;
		margin-bottom: 7px;
		position: relative;
		z-index: 1;
	}

	.voice_text_wrap {
		background-color: #F8F3FC;
		border-radius: 7px;
		padding: 20px;
		position: relative;
		width: 75%;
	}

	.voice_triangle {
		width: 4%;
		margin: 0 auto;
		position: absolute;
		top: 50%;
		left: -3%;
		transform: translateY(-50%);
		z-index: 0;
	}

	.voice_triangle img {
		width: 100%;
	} */

  .review_voice {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
  }

  .review_voice h3 {
    color: #502360;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.4;
  }

  .review_voice h3 span {
    font-size: 33px;
    letter-spacing: 3px;
    position: relative;
  }

  .review_voice h3 span::before {
    content: "";
    height: 13px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0px;
    background-color: #7b44a4;
    filter: alpha(opacity=50);
    opacity: 0.2;
    box-shadow: 0px 3px 3px 3px rgba(123, 68, 164, 0.2) inset;
  }

  .review_voice_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }

  .review_voice_img {
    max-width: 350px;
    width: 100%;
  }

  .review_voice_text {
    font-size: 14px;
    text-align: center;
  }

  .review_voice .review_list {
    display: flex;
    align-items: baseline;
  }

  .review_voice .review_list_wrap {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
  }

  .review_voice .review_stars {
    margin-right: 10px;
  }

  .review_voice .review_stars img {
    width: 30px;
    padding-bottom: 5px;
  }

  .review_voice .review_list p {
    font-weight: bold;
    font-size: 20px;
    margin-right: 10px;
  }

  .review_voice .review_number {
    color: #f15c5c;
    font-size: 33px;
    font-weight: bold;
  }

  .request_info_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
  }

  .request_info {
    display: flex;
    border-bottom: 1px dotted #cccccc;
    padding: 15px;
  }

  .request_info_wrap .request_info:first-of-type {
    border-top: 1px dotted #cccccc;
  }

  .request_info p {
    font-size: 16px;
  }

  .request_info p:first-of-type {
    width: 30%;
  }

  .request_info p:last-of-type {
    width: 70%;
  }

  .voice_wrap .prev {
    position: absolute;
    top: 228px;
    left: -7%;
    z-index: 1;
    width: 4%;
    cursor: pointer;
  }

  .voice_wrap .next {
    position: absolute;
    top: 228px;
    right: -7%;
    z-index: 1;
    width: 4%;
    cursor: pointer;
  }

  .voice_wrap .next img,
  .voice_wrap .prev img {
    width: 100%;
  }

  .flow {
    padding-top: 65px;
    padding-bottom: 80px;
    background-color: #f7f7f7;
  }

  .flow .contents_wrapper {
    padding-top: 28px;
    padding-bottom: 15px;
  }

  .flow_box {
    background: #fff;
    box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
    margin-bottom: 50px;
    padding: 30px;
  }

  .flow_flex {
    display: flex;
    justify-content: space-between;
    height: auto;
    align-items: flex-start;
    margin-top: 15px;
  }

  .flow_img {
    width: 33%;
  }

  .flow_img img {
    width: 100%;
  }

  .flow_text {
    width: 63%;
  }

  .flow_tit_01:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_01.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_tit_02:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_02.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_tit_03:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_03.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_tit_04:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_04.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_tit_05:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_05.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_beige_box {
    background: #f8f2ea;
    padding: 20px;
    margin-top: 20px;
  }

  .flow_beige_box:last-of-type {
    margin-bottom: 20px;
  }

  .flow_beige_box_tit {
    font-weight: bold;
    font-size: 18px;
  }

  .flow_tit_03_list {
    margin-top: 20px;
    margin-left: 1.5em;
  }

  .flow_tit_03_list li {
    list-style: disc;
    line-height: 2em;
  }

  /*	
	.flow_img {
		width: 100%;
		box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%), 0px 3px 6px 0px rgb(0 0 0 / 10%);
		margin-bottom: 50px;
	}
	
	.flow .contents_wrapper .flow_img:last-of-type {
		margin-bottom: 0;
	}
	
	.flow_img img {
		width: 100%;
	}
	
	*/
  .facility {
    padding-top: 65px;
    padding-bottom: 70px;
  }

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

  .facility_item {
    margin-bottom: 50px;
    width: 32%;
  }

  .facility h3 {
    background-color: #9d77b9;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 7px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .facility_intro {
    margin-bottom: 20px;
  }

  .hall_img {
    width: 100%;
    position: relative;
  }

  .hall_img img {
    width: 100%;
  }

  .hall_img p {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    padding: 5px 12px 5px 0;
    background-color: rgb(0, 0, 0, 0.5);
  }

  .hall .prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }

  .hall .next {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
  }

  #floor_camera {
    margin-bottom: 3%;
    width: 100%;
  }

  .container {
    width: 1280px;
    max-width: 95%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }

  .shien {
    overflow: hidden;
    width: 100%;
  }

  /* #floor_camera h3{
		font-size: 2.5vh;
		display: inline-block;
		border-left: 10px solid #9f7142;
		padding-left: 1em;
		box-sizing: border-box;
	} */

  .contact {
    padding-top: 65px;
    padding-bottom: 80px;
    background-color: #f7f4fa;
    border-bottom: 6px solid #c0abd1;
  }

  .contact .contents_wrapper {
    padding-top: 45px;
  }

  .contact_item {
    margin-bottom: 35px;
  }

  .contact .contact_item:last-of-type {
    margin-bottom: 20px;
  }

  .contact_item_nm {
    display: flex;
    margin-bottom: 12px;
  }

  .contact_item_nm p:nth-of-type(1) {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
  }

  .contact_item_nm p:nth-of-type(2) {
    background-color: #f15c5c;
    font-size: 14px;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 12px;
    margin-left: 12px;
    display: flex;
    font-weight: bold;
    align-items: center;
  }

  .contact_item input {
    border: 1px solid #707070;
    width: 100%;
    padding: 15px 10px;
    background-color: #ffffff;
    font-size: 20px;
  }

  .contact_item textarea {
    border: 1px solid #707070;
    width: 100%;
    padding: 7px 10px;
    background-color: #ffffff;
    height: 200px;
  }

  .contact .common_form_btn {
    width: 28%;
  }

  .err_text {
    color: #cc0000;
    margin-top: 5px;
    display: none;
  }

  .simple_form_wrap .err_text {
    margin-bottom: 10px;
  }

  .confirm,
  .thanks {
    padding-bottom: 40px;
    border-bottom: 2px solid #c0abd1;
  }

  .conf_title {
    position: relative;
    border-bottom: 5px solid #7b44a4;
  }

  .conf_title h2 {
    font-size: 20px;
    color: #7b44a4;
    text-align: center;
    padding: 18px 0;
    background-color: #f7f4fa;
  }

  .conf_title h2 span {
    font-size: 35px;
    background: linear-gradient(transparent 85%, #f7ae00 85%);
  }

  .conf_intro {
    text-align: center;
    margin: 30px 0;
  }

  .conf_item {
    border-bottom: 1px dotted #cccccc;
    padding: 15px 0;
    min-height: 105px;
  }

  .confirm .conf_item:first-of-type {
    border-top: 1px dotted #cccccc;
  }

  .confirm .conf_item:last-of-type {
    margin-bottom: 40px;
  }

  .conf_item p {
    font-size: 20px;
  }

  .conf_btn_wrap {
    display: flex;
    justify-content: center;
    margin-top: 65px;
  }

  .confirm .common_form_btn {
    width: 30%;
    margin: 0;
    order: 2;
  }

  .common_form_back_btn {
    background-color: #dcdcdc;
    border: 1px solid #c4c4c4;
    border-bottom: 4px solid #606060;
    width: 30%;
    position: relative;
    border-radius: 7px;
    padding: 11px 0;
    display: flex;
    justify-content: center;
    margin-right: 30px;
    order: 1;
  }

  .common_form_back_btn p {
    font-weight: bold;
    text-align: center;
  }

  .common_form_back_btn_icon {
    width: 5%;
    position: absolute;
    top: 42%;
    left: 6%;
    transform: translateY(-50%);
  }

  .common_form_back_btn_icon img {
    width: 100%;
  }

  .thanks_title {
    font-weight: bold;
    margin: 40px 0;
    text-align: center;
    font-size: 25px;
  }

  .thanks p {
    text-align: center;
  }

  .fix_btn_area {
    background-color: #3e3e3e;
    padding: 15px 0 5px 0;
    position: fixed;
    bottom: 0px;
    background: rgba(62, 62, 62, 0.7);
    width: 100%;
    height: 120px;
    z-index: 3;
  }

  .fix_btn_inner {}

  .fix_btn_2_col {
    display: flex;
    justify-content: center;
    padding: 0 10px;
  }

  .fix_btn_2_col .fix_btn:first-of-type {
    margin-right: 25px;
  }

  .fix_btn img {
    width: 100%;
  }

  .fix_btn_area_text {
    text-align: center;
    /* margin-top: 5px; */
    font-size: 14px;
    color: #ffffff;
  }

  /* 2025/12 改修 */
  .introduction_lead {
    text-align: center;
  }

  .introduction_lead p:nth-of-type(1) {
    font-size: 30px;
    color: #502360;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    margin-bottom: 30px;
    text-shadow: 0px 3px 2px #ffffff;
    font-weight: bold;
  }

  .introduction_lead p:nth-of-type(2) {
    font-size: 20px;
  }

  .introduction {
    background-color: #fbfbfb;
  }

  .introduction_wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .introduction .common_h3_line {
    position: relative;
    text-align: center;
    display: inline-block;
  }

  .introduction .common_h3_line::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background-color: #502360;
  }

  .introduction .common_h3_line {
    color: #502360;
  }

  .introduction .title_wrap {
    text-align: center;
  }

  .introduction_list {
    flex-wrap: wrap;
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
  }

  .introduction_list>div {
    width: calc((100% - 32px) / 3);
    border: solid 1px #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
  }

  .introduction_list>div>div {
    display: flex;
    justify-content: space-between;
  }

  .introduction_list .title {
    color: #502360;
    font-size: 22px;
    font-weight: bold;
    display: flex;
    align-items: center;
  }

  .introduction_list .icon {
    max-width: 70px;
    width: 100%;
    min-height: 100px;
    height: 100%;
  }

  .introduction_list .number {
    position: absolute;
    top: -30px;
    left: 10px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #502360;
    border-radius: 50%;
  }

  .introduction_list .number .num {
    line-height: 1;
    transform: translateY(1px);
  }

  .introduction .plan_list {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: center;
  }

  .facilty_info_list {
    margin-top: 20px;
  }

  .facilty_info_list_item {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    border: solid 1px #502360;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0 3px 8px 0;
    color: #502360;
    font-weight: bold;
  }

  .info_icon-01::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_barrier-free.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-02::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_parking.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-03::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_visitation.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-04::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_online.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-05::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_storage.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-06::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_religion.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-07::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_dinner.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-08::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_kids.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-09::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_smoking.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  /* 費用事例 pc*/
  .case-reason-wrap {
    background-color: #fff;
    margin-top: 60px;
    padding-top: 30px;
  }

  .case-reason-wrap .common_h3_line {
    color: #502360;
  }

  .case-reason-wrap .common_h3_line::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background-color: #502360;
  }

  .case-reason-wrap .title_wrap {
    text-align: center;
    position: relative;
  }

  /*3つの理由 2025/12*/
  .reason_icon_wrapper {
    width: 32%;
    position: relative;
  }

  .reason_icon_wrap {
    position: absolute;
    height: 60px;
    transition: all 0.3s;
    top: -17px;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .reason_saiyasu_img {
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
  }

  .accordion-area {
    display: block;
  }

  .reason_staff_voice {
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    width: 100%;
  }

  .reason_staff_voice .title {
    background: #7b44a4;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .reason_staff_voice .name {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .reason_staff_voice .reason_staff_voice_img {
    object-fit: cover;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0px 3px 5px -5px rgb(0 0 0 / 60%),
      0px 3px 5px 0px rgb(0 0 0 / 10%);
  }

  .reason_staff_voice .lead {
    margin-bottom: 30px;
    text-align: left;
  }

  .reason_staff_voice ul.list {
    text-align: left;
    margin-left: 18px;
  }

  .reason_staff_voice ul.list li {
    list-style-type: disc;
    list-style-position: outside;
  }

  .reason_staff_voice .list-wrap {
    padding: 30px;
    background-color: #f7f7f7;
    box-shadow: 0px 3px 6px -8px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
  }

  .faq {
    background-color: #f7f7f7;
    padding-top: 65px;
    padding-bottom: 80px;
  }

  .faq h2 {
    font-size: 30px;
    margin-bottom: 40px;
    text-align: center;
    line-height: 1.4;
  }

  .faq ul {
    padding: 0 20px;
  }

  .faq .faq_inner {
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 15px 20px;
    background-color: #fff;
  }

  .faq .faq_inner a {
    color: #502360;
    text-decoration: underline;
  }

  .faq .faq_inner a:hover {
    opacity: 0.5;
  }

  .faq .faq_q .inner {
    display: flex;
    align-items: center;
  }

  .faq .faq_q .faq_icon {
    font-size: 30px;
    color: #502360;
    font-weight: bold;
    margin-right: 15px;
    width: 2%;
  }

  .faq .faq_q .faq_text {
    font-weight: bold;
    font-size: 18px;
    width: 95%;
  }

  .faq .faq_content {
    display: none;
  }

  .faq .faq_content .inner {
    display: flex;
    align-items: center;
    padding-left: 3%;
    padding-right: 2%;
  }

  .faq_q {
    position: relative;
    cursor: pointer;
  }

  .faq_q .inner::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #502360;
    border-right: 3px solid #502360;
    content: "";
    transition: transform 0.3s;
    position: absolute;
    right: 0;
  }

  .faq_q.active .inner::after {
    transform: rotate(225deg);
  }

  .review {
    margin-top: 80px;
  }

  .review_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .review_wrap .review_inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .review_wrap .hall_name {
    font-weight: bold;
    margin-right: 15px;
    font-size: 24px;
  }

  .review_wrap .review_list {
    display: flex;
    align-items: center;
  }

  .review_wrap .review_stars {
    margin-right: 5px;
    display: flex;
    align-items: center;
  }

  .review_wrap .review_stars img {
    width: 18px;
    margin-right: 3px;
  }

  .review_wrap .review_number {
    margin-right: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #f15c5c;
  }

  .review_wrap .review_item a {
    text-decoration: underline;
    color: #b4b4b4;
    font-size: 14px;
  }

  .location_wrap {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
  }

  .location_wrap .location_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .location_wrap .location_item img {
    width: 18px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 1500px) {
  .voice_wrap .prev {
    left: 1%;
  }

  .voice_wrap .next {
    right: 1%;
  }
}

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【スマートフォンここから】                                       */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@media screen and (max-width: 768px) {
  .contents_wrapper {
    padding: 0 15px;
  }

  .contact_btn_wrap {
    background-color: #f6f6f6;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
  }

  .main {
    width: 100%;
  }

  .main img {
    width: 100%;
  }

  .simple_form_area {
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .triangle_bg {
    width: 25%;
    margin: 0 auto;
  }

  .triangle_bg img {
    width: 100%;
  }

  .simple_form_top_wrap {
    position: absolute;
    top: 3%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }

  .simple_form_top_inner {
    display: flex;
    justify-content: center;
    position: relative;
  }

  .sf_icon_l {
    width: 3%;
    position: absolute;
    left: 3%;
    top: 12%;
  }

  .sf_icon_l img {
    width: 100%;
  }

  .sf_icon_r {
    width: 3%;
    position: absolute;
    right: 3%;
    top: 12%;
  }

  .sf_icon_r img {
    width: 100%;
  }

  .simple_form_top_inner p {
    font-weight: bold;
    padding: 10px 0 5px 0;
  }

  .simple_form_wrap {
    border: 1px solid #7b44a4;
    border-radius: 7px;
    background-color: #f6f6f6;
    padding: 15px;
  }

  .simple_form_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
  }

  .simple_form_item p {
    width: 25%;
    display: flex;
    align-items: center;
    height: 40px;
  }

  .sf_nm p {
    letter-spacing: 15px;
  }

  .simple_form_item input {
    border: 1px solid #707070;
    width: 75%;
    padding: 0 10px;
    background-color: #ffffff;
  }

  .common_form_btn {
    background-color: #f15c5c;
    border-bottom: 4px solid #9c2929;
    width: 100%;
    position: relative;
    border-radius: 7px;
    padding: 11px 0;
  }

  .common_form_btn p {
    color: #ffffff;
    font-weight: bold;
    text-align: center;
  }

  .common_form_btn_icon {
    width: 5%;
    position: absolute;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
  }

  .common_form_btn_icon img {
    width: 100%;
  }

  .contact_btn_area {
    border: 1px solid #cccccc;
    border-radius: 7px;
    background-color: #f6f6f6;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
  }

  .point_3_list {
    width: 100%;
    box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 25px;
  }

  .point_3_list img {
    width: 100%;
  }

  .triangle_b_w {
    position: absolute;
    bottom: -14%;
    left: 50%;
    transform: translateX(-50%);
    width: 5%;
  }

  .triangle_b_w img {
    width: 100%;
  }

  .tel_btn_top_wrap {
    position: relative;
  }

  .tel_btn_top_wrap {
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .tel_btn_top_wrap p {
    font-size: 18px;
    font-weight: bold;
  }

  .tb_icon_l {
    width: 3%;
    position: absolute;
    left: 0;
    top: -36%;
  }

  .tb_icon_r {
    width: 3%;
    position: absolute;
    right: 0;
    top: -36%;
  }

  .tel_btn_wrap {
    width: 100%;
    margin-bottom: 10px;
  }

  .tel_btn_wrap img {
    width: 100%;
  }

  .contact_btn_wrap {
    width: 100%;
  }

  .contact_btn_wrap img {
    width: 100%;
  }

  .tel_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid #9c2929;
    background-color: #f15c5c;
    text-align: center;
    border-radius: 7px;
    padding: 10px;
    width: 100%;
    margin-top: 10px;
  }

  .tel_btn:active {
    border-bottom: 3px solid #3c6021;
    padding-bottom: 15px;
  }

  .tel_btn_icon {
    width: 20%;
  }

  .tel_btn_icon img {
    width: 100%;
  }

  .tel_btn_text {
    width: 80%;
    text-align: left;
    padding-left: 17px;
  }

  .tel_btn_text_call {
    font-size: 10px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 7px;
  }

  .tel_btn_text_call span {
    font-size: 18px;
  }

  .tel_2_col {
    display: flex;
  }

  .tel_icon {
    width: 11%;
    display: flex;
    margin-right: 5px;
  }

  .tel_icon img {
    width: 100%;
  }

  .tel_2_col p {
    color: #ffffff;
    font-weight: bold;
    font-size: 26px;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体",
      "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

  .contact_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid #3c6021;
    background-color: #509021;
    text-align: center;
    border-radius: 7px;
    padding: 16px 10px;
    width: 100%;
    margin-top: 10px;
  }

  .mail_icon {
    width: 12%;
  }

  .mail_icon img {
    width: 100%;
  }

  .contact_btn p {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    width: 88%;
  }

  .contact_btn p span {
    font-size: 12px;
  }

  /* .git_btn_area {
		position: relative;
		margin: 30px 0;
	} */

  /* .triangle_bg {
		width: 25%;
		margin: 0 auto;
	} */

  /* .triangle_bg img {
		width: 100%;
	} */

  /* .ednp_text_t_wrap {
		position: absolute;
		top: 3%;
		left: 50%;
		width: 100%;
		transform: translateX(-50%);
	} */

  /* .ednp_text_t {
		display: flex;
		justify-content: center;
		position: relative;
	}
	.git_btn_wrap{
		background: #fff;
	} */

  /* .ednp_icon_l {
		width: 3%;
		position: absolute;
		left: 3%;
		top: 12%;
	}

	.ednp_icon_l img {
		width: 100%;
	}

	.ednp_text_t p {
		font-weight: bold;
		padding: 10px 0 5px 0;
	}

	.ednp_icon_r {
		width: 3%;
		position: absolute;
		right: 3%;
		top: 12%;
	}

	.ednp_icon_r img {
		width: 100%;
	}

	.git_btn {
		border: 1px solid #7B44A4;
		border-bottom: 5px solid #674184;
		text-align: center;
		border-radius: 7px;
		width: 100%;
	}

	.git_latter .git_btn {
		border-bottom: 1px solid #7B44A4;
	}

	.git_btn_text {
		padding: 17px 0 12px 0;
	}

	.git_btn_text p {
		font-size: 18px;
		font-weight: bold;
	}

	.git_btn_text p:first-of-type {
		margin-bottom: 12px;
	}

	.git_btn_text p span {
		color: #7B44A4;
		margin-right: 3px;
		font-size: 23px;
		background: linear-gradient(transparent 70%, #FFCB00 50%);
	}

	.git_btn_text p:last-of-type {
		font-size: 23px;
	}

	.git_btn_text {
		padding: 17px 0 12px 0;
	}

	.git_sub_text {
		display: flex;
		padding-left: 35px;
	}

	.chk_icon {
		width: 6%;
		display: flex;
		margin-right: 7px;
	}

	.chk_icon img {
		width: 100%;
	}

	.receive_btn_wrap {
		width: 90%;
		margin: 15px auto 20px auto;
	}

	.receive_btn {
		position: relative;
		border-bottom: 5px solid #9C2929;
		background-color: #F15C5C;
		text-align: center;
		border-radius: 7px;
		padding: 15px 0;
		width: 100%;
	}

	.receive_btn p {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
	}

	.receive_icon img {
		width: 100%;
	}

	.receive_icon {
		position: absolute;
		width: 23px;
		top: 49%;
		right: 7%;
		transform: translateY(-50%);
	} */

  .reason_flex {
    margin-bottom: 50px;
    /*display: flex;
		justify-content: space-between;
		margin-top: 65px;*/
  }

  .git_sub_text {
    display: flex;
    padding-left: 35px;
  }

  .chk_icon {
    width: 6%;
    display: flex;
    margin-right: 7px;
  }

  .chk_icon img {
    width: 100%;
  }

  p {
    line-height: 22px;
  }

  .reason_flex_inner {
    width: 100%;
    position: relative;
    background: #fff;
    padding: 50px 25px 30px 25px;
    text-align: center;
    box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
    margin-top: 50px;
  }

  .reason_title_icon {
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .reason_title_icon img {
    width: 100%;
  }

  .reason_table_2 {
    margin: 30px 0 0;
    text-align: center;
  }

  .reason_table_2 img {
    width: 80%;
  }

  .accordion {
    background: #555555;
    height: 30px;
    max-width: 900px;
    margin: 0 auto;
    color: #fff;
    line-height: 2;
  }

  .accordion-area {
    display: none;
    background: #f3f3f3;
    padding: 0 0 20px;
  }

  .reason_text {
    padding: 0 30px;
  }

  .reason_01_img {
    width: 100%;
    max-width: 93px;
    margin: 22px 0;
  }

  .reason_02_img {
    width: 100%;
    max-width: 282px;
    margin: 30px 0;
  }

  .case-img {
    width: 100%;
    padding: 10px;

  }

  .case-img img {
    width: 100%;
    border-radius: 15px;
    box-shadow: 0px 4px 4px 0px #00000040;
  }

  .reason_03_img {
    width: 100%;
    max-width: 239px;
    margin: 30px 0;
  }

  .reason_text {
    text-align: left;
  }

  img.reason_saiyasu_img {
    position: absolute;
    top: 8px;
    left: 3%;
    width: 95px;
  }

  .reason {
    padding-bottom: 30px;
  }

  .common_title {
    position: relative;
    border-bottom: 6px solid #7b44a4;
  }

  .common_title h2 {
    font-size: 23px;
    color: #7b44a4;
    text-align: center;
    padding-bottom: 10px;
  }

  .common_title h2 span {
    font-size: 35px;
    background: linear-gradient(transparent 85%, #f7ae00 85%);
  }

  .top_message_wrap {
    position: relative;
    margin-bottom: 30px;
  }

  .top_message_bg {
    width: 100%;
    background-image: url(/common/images/top_hall/top_bg_sp.jpg);
    background-size: cover;
    padding: 30px 15px;
  }

  .top_message {
    text-align: center;
  }

  .top_message p:nth-of-type(1) {
    font-size: 22px;
    color: #502360;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    margin-bottom: 30px;
    text-shadow: 0px 3px 2px #ffffff;
    line-height: 1.5em;
    font-weight: bold;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .top_message p:nth-of-type(2) {
    font-size: 14px;
  }

  .facilty {
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .facilty h2 {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
  }

  .facilty_1_col_wrap {
    background-color: #ffffff;
    border: 1px solid #eaeaea;
    padding: 15px;
    margin-bottom: 20px;
  }

  .facilty_1_col_wrap h3 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .facilty_1_col_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .facilty_1_col_img img {
    width: 100%;
  }

  .facilty_1_col_info {
    width: 100%;
  }

  .facilty_info_item dt {
    background-color: #ebe7e1;
    text-align: center;
    padding: 10px 0;
  }

  .facilty_info_item dd {
    padding: 10px;
    text-align: center;
  }

  .facilty_btn {
    display: block;
    margin: 30px auto 15px;
    background: #8b8989;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 5px 5px 0 0 #6a6a6a;
  }

  .facilty_btn a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 20px;
  }

  .g_map_btn_flex {
    display: block;
  }

  .g_map_btn {
    background: #555555;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 5px 15px;
    margin-top: 5px;
  }

  .facilty_1_col_info p {
    margin-top: 10px;
    font-size: 14px;
  }

  .reason_balloon_position {
    position: relative;
    display: 100%;
  }

  .reason_balloon:before {
    content: " ";
    display: inline-block;
    width: 60px;
    height: 52px;
    background-image: url(/common/images/top_hall/reason_title_icon.svg);
    position: relative;
    bottom: -30px;
    left: 35px;
  }

  .reason_balloon:before .common_title h2 span {
    background: transparent;
  }

  /*
	.reason_title_icon {
		position: absolute;
		width: 17%;
		top: -29%;
		left: 4%;
	}
	
	.reason_title_icon img {
		width: 100%;
	}
	
	.reason .reason_img_wrap {
		padding-top: 45px;
		padding-bottom: 60px;
	}
	
	.reason_img {
		width: 100%;
		box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%), 0px 3px 6px 0px rgb(0 0 0 / 10%);
		margin-bottom: 45px;
	}
	
	.reason_img img {
		width: 100%;
	}
	*/
  .reason_img_wrap .reason_img:last-of-type {
    margin-bottom: 0;
  }

  .compare_reason {
    padding-bottom: 30px;
    background-color: #f7f7f7;
  }

  .reason .reason_table_wrap {
    padding-top: 30px;
    padding-bottom: 35px;
  }

  .reason_table {
    width: 100%;
    margin-bottom: 30px;
  }

  .reason_table img {
    width: 100%;
  }

  .reason_table_wrap .reason_table:last-of-type {
    margin-bottom: 0;
  }

  .contact_sub .contact_btn_area {
    background-color: #ffffff;
    margin-bottom: 30px;
  }

  .voice {
    padding-bottom: 35px;
  }

  .voice_title_2_col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .voice_title {
    width: 80%;
  }

  .voice_title p {
    font-weight: bold;
    font-size: 16px;
  }

  .voice_title p:nth-of-type(1) {
    margin-bottom: 7px;
  }

  .voice_title p:nth-of-type(2) {
    font-size: 20px;
    color: #7b44a4;
  }

  .voice_title_icon {
    width: 20%;
  }

  .voice_title_icon img {
    width: 100%;
  }

  .voice_wrap {
    background-color: #ffffff;
    padding: 30px 35px;
  }

  .voice_wrap .slick-slider {
    box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
  }

  .voice_item {
    margin-bottom: 30px;
    padding: 30px;
  }

  .voice_contents {
    width: 100%;
  }

  .voice_tag {
    background: #bd9ec7;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 12px;
  }

  .voice_contents h3 {
    font-size: 18px;
    border-bottom: 1px dotted #707070;
  }

  .voice_funeral {
    display: flex;
    align-items: center;
    margin: 15px 0;
  }

  .voice_funeral_tag {
    display: inline-block;
    background: #502360;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    margin-right: 20px;
    text-align: center;
    width: 20%;
  }

  .voice_funeral p {
    font-size: 14px;
  }

  .voice_contents p {
    font-size: 14px;
  }

  .voice_img {
    margin-top: 15px;
  }

  .voice_img img {
    width: 100%;
  }

  .voice_contents .review_list {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
  }

  .voice_contents .review_stars {
    display: flex;
    align-items: center;
    margin-right: 3px;
  }

  .voice_contents .review_stars img {
    width: 13px;
    margin-right: 3px;
  }

  .voice_contents .review_number {
    font-size: 18px;
    font-weight: bold;
  }

  /* .voice_item {
		width: 100%;
		background-color: #FFFFFF;
		border-radius: 7px;
		padding: 30px 15px;
		position: relative;
	}

	.voice_icon_01 {
		width: 34%;
		margin: 0 auto 15px auto;
	}

	.voice_icon_01 img {
		width: 100%;
	}

	.voice_target {
		font-size: 18px;
		font-weight: bold;
		line-height: 27px;
		text-align: center;
		margin-bottom: 7px;
		position: relative;
		z-index: 1;
	}

	.voice_text_wrap {
		background-color: #F8F3FC;
		border-radius: 7px;
		padding: 15px;
		position: relative;
		margin-bottom: 10px;
	}

	.voice_triangle {
		width: 12%;
		margin: 0 auto;
		position: absolute;
		top: -23px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 0;
	}

	.voice_triangle img {
		width: 100%;
	}

	.voice_text_wrap p {
		font-size: 14px;
	} */

  .request_info_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
  }

  .request_info {
    display: flex;
    border-bottom: 1px dotted #cccccc;
    padding: 10px 0;
  }

  .request_info_wrap .request_info:first-of-type {
    border-top: 1px dotted #cccccc;
  }

  .request_info p {
    font-size: 14px;
  }

  .request_info p:first-of-type {
    width: 30%;
  }

  .request_info p:last-of-type {
    width: 70%;
  }

  .voice_wrap .prev {
    position: absolute;
    top: 360px;
    left: 0;
    z-index: 1;
  }

  .voice_wrap .next {
    position: absolute;
    top: 360px;
    right: 0;
    z-index: 1;
  }

  .flow {
    padding: 30px 0;
    background-color: #f7f7f7;
  }

  .flow .contents_wrapper {
    padding-top: 28px;
    padding-bottom: 15px;
  }

  .flow_box {
    background: #fff;
    box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%),
      0px 3px 6px 0px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 5px 15px;
  }

  .flow_flex {
    height: auto;
    align-items: flex-start;
    margin-top: 15px;
  }

  .flow_img {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow_img img {
    width: 100%;
  }

  .flow_text {
    width: 100%;
  }

  .flow_tit_01 {
    font-size: 16px;
  }

  .flow_inner {
    display: none;
  }

  .flow_tit_01:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_01.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_tit_02 {
    font-size: 16px;
    padding-left: 2.1em;
    text-indent: -2.1em;
  }

  .flow_tit_02:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_02.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_tit_03 {
    font-size: 16px;
    padding-left: 2.1em;
    text-indent: -2.1em;
  }

  .flow_tit_03:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_03.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_tit_04 {
    font-size: 16px;
  }

  .flow_tit_04:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_04.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_tit_05 {
    font-size: 16px;
  }

  .flow_tit_05:before {
    content: "";
    background: url("/common/images/top_hall/flow_num_05.svg");
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    margin-right: 7px;
  }

  .flow_beige_box {
    background: #f8f2ea;
    padding: 15px;
    margin-top: 15px;
  }

  .flow_beige_box:last-of-type {
    margin-bottom: 20px;
  }

  .flow_beige_box_tit {
    font-weight: bold;
    font-size: 16px;
  }

  .flow_tit_03_list {
    margin-top: 20px;
    margin-left: 1.5em;
  }

  .flow_tit_03_list li {
    list-style: disc;
    line-height: 2em;
  }

  /*.flow {
		padding-bottom: 35px;
	}
	
	.flow .contents_wrapper {
		padding-top: 28px;
		padding-bottom: 15px;
	}
	
	.flow_img {
		width: 100%;
		box-shadow: 0px 3px 6px -5px rgb(0 0 0 / 60%), 0px 3px 6px 0px rgb(0 0 0 / 10%);
		margin-bottom: 28px;
	}
	
	.flow_img img {
		width: 100%;
	}
	*/
  .facility {
    padding: 30px 0;
  }

  .facility_item {
    margin-bottom: 50px;
  }

  .facility .facility_item:first-of-type {
    margin-top: 20px;
  }

  .facility h3 {
    background-color: #9d77b9;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    border-radius: 7px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .facility_intro {
    margin-bottom: 20px;
  }

  .hall_img {
    width: 100%;
    position: relative;
  }

  .hall_img img {
    width: 100%;
  }

  .hall_img p {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    padding: 5px 12px 5px 0;
    background-color: rgb(0, 0, 0, 0.5);
  }

  .hall .prev {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .hall .next {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%);
    z-index: 1;
  }

  #floor_camera {
    margin: 5% auto;
  }

  .contact .contents_wrapper {
    background-color: #f7f4fa;
    padding-top: 25px;
    padding-bottom: 30px;
    border-bottom: 2px solid #c0abd1;
  }

  .contact_item {
    margin-bottom: 25px;
  }

  .contact .contact_item:last-of-type {
    margin-bottom: 20px;
  }

  .contact_item_nm {
    display: flex;
    margin-bottom: 12px;
  }

  .contact_item_nm p:nth-of-type(1) {
    display: flex;
    align-items: center;
    font-weight: bold;
  }

  .contact_item_nm p:nth-of-type(2) {
    background-color: #f15c5c;
    font-size: 10px;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 7px;
    margin-left: 8px;
  }

  .contact_item input {
    border: 1px solid #707070;
    width: 100%;
    padding: 10px;
    background-color: #ffffff;
    min-height: 48px;
  }

  .contact_item textarea {
    border: 1px solid #707070;
    width: 100%;
    padding: 7px 10px;
    background-color: #ffffff;
    height: 200px;
  }

  .err_text {
    color: #cc0000;
    margin-top: 5px;
    display: none;
  }

  .simple_form_wrap .err_text {
    margin-bottom: 10px;
  }

  .confirm,
  .thanks {
    padding-top: 100px;
    padding-bottom: 40px;
    border-bottom: 2px solid #c0abd1;
  }

  .conf_title {
    position: relative;
    border-bottom: 5px solid #7b44a4;
  }

  .conf_title h2 {
    font-size: 20px;
    color: #7b44a4;
    text-align: center;
    padding: 18px 0;
    background-color: #f7f4fa;
  }

  .conf_title h2 span {
    font-size: 35px;
    background: linear-gradient(transparent 85%, #f7ae00 85%);
  }

  .conf_intro {
    text-align: center;
    margin: 30px 0;
  }

  .conf_item {
    border-bottom: 1px dotted #cccccc;
    padding: 15px 0;
  }

  .confirm .conf_item:first-of-type {
    border-top: 1px dotted #cccccc;
  }

  .confirm .conf_item:last-of-type {
    margin-bottom: 40px;
  }

  .common_form_back_btn {
    background-color: #dcdcdc;
    border: 1px solid #c4c4c4;
    border-bottom: 4px solid #606060;
    width: 100%;
    position: relative;
    border-radius: 7px;
    padding: 11px 0;
  }

  .common_form_back_btn p {
    font-weight: bold;
    text-align: center;
  }

  .common_form_back_btn_icon {
    width: 6%;
    position: absolute;
    top: 42%;
    left: 6%;
    transform: translateY(-50%);
  }

  .common_form_back_btn_icon img {
    width: 100%;
  }

  .thanks_title {
    font-weight: bold;
    margin: 40px 0;
    text-align: center;
  }

  .fix_btn_area {
    background-color: #3e3e3e;
    padding: 15px 0 5px 0;
    position: fixed;
    bottom: 0px;
    background: rgba(62, 62, 62, 0.7);
    width: 100%;
    /* height: 110px; */
    z-index: 3;
  }

  .fix_btn_inner {}

  .fix_btn_2_col {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

  .fix_btn_2_col .fix_btn:first-of-type {
    margin-right: 10px;
  }

  .fix_btn img {
    /* width: 100%; */
  }

  .fix_btn_area_text {
    text-align: center;
    /* margin-top: 5px; */
    font-size: 10px;
    color: #ffffff;
  }

  .breadcrumb {
    padding: 15px;
    font-size: 12px;
  }

  /* 2025/12 改修 */
  .introduction_lead {
    text-align: center;
  }

  .introduction_lead p:nth-of-type(1) {
    font-size: 22px;
    color: #502360;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
      "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝",
      "ＭＳ 明朝", serif;
    margin-bottom: 30px;
    text-shadow: 0px 3px 2px #ffffff;
    line-height: 1.5em;
    font-weight: bold;
  }

  .introduction_lead p:nth-of-type(2) {
    font-size: 14px;
  }

  .introduction {
    background-color: #fbfbfb;
  }

  .introduction_wrap {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
  }

  .introduction .common_h3_line {
    position: relative;
    text-align: center;
    display: inline-block;
  }

  .introduction .common_h3_line::after {
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    background-color: #502360;
  }

  .introduction .common_h3_line {
    color: #502360;
  }

  .introduction .title_wrap {
    text-align: center;
  }

  .introduction_list {
    flex-wrap: wrap;
    display: flex;
    gap: 16px;
    margin-bottom: 50px;
  }

  .introduction_list>div {
    width: 100%;
    border: solid 1px #f7f7f7;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
  }

  .introduction_list>div>div {
    display: flex;
    justify-content: space-between;
  }

  .introduction_list .title {
    color: #502360;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 50px;
  }

  .introduction_list .icon {
    max-width: 60px;
    width: 100%;
    min-height: 100px;
    height: 100%;
  }

  .introduction_list .number {
    position: absolute;
    top: 50px;
    left: 20px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #502360;
    border-radius: 50%;
  }

  .introduction_list .number .num {
    line-height: 1;
    transform: translateY(1px);
  }

  .introduction_list .text {
    font-size: 14px;
  }

  .introduction .plan_list {
    background-color: #fff;
    border-radius: 10px;
    padding: 30px 20px;
    text-align: left;
  }

  .facilty_info_list {
    margin-top: 20px;
  }

  .facilty_info_list_item {
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    border: solid 1px #502360;
    border-radius: 5px;
    padding: 3px 5px;
    margin: 0 5px 8px 0;
    color: #502360;
    font-weight: bold;
  }

  .info_icon-01::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_barrier-free.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-02::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_parking.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-03::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_visitation.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-04::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_online.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-05::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_storage.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-06::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_religion.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-07::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_dinner.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-08::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_kids.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  .info_icon-09::before {
    content: "";
    background-image: url("/common/images/top_hall/icon_smoking.svg");
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
  }

  /* 3つの理由 */
  .reason_icon_wrapper {
    position: relative;
    width: 100%;
  }

  .reason_icon_wrap {
    position: absolute;
    height: 60px;
    transition: all 0.5s;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }

  .reason_icon_wrap.active {
    top: -10px;
  }

  .reason_saiyasu_img {
    position: absolute;
    top: 7px;
    left: 3%;
    z-index: 2;
    transition: all 0.5s;
  }

  .reason_saiyasu_img.active {
    top: 15px;
  }

  .reason_staff_voice {
    text-align: center;
    margin-bottom: 60px;
    max-width: 600px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .reason_staff_voice .title {
    background: #7b44a4;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
  }

  .reason_staff_voice .name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .reason_staff_voice .reason_staff_voice_img {
    object-fit: cover;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-bottom: 20px;
    box-shadow: 0px 3px 5px -5px rgb(0 0 0 / 60%),
      0px 3px 5px 0px rgb(0 0 0 / 10%);
  }

  .reason_staff_voice .lead {
    margin-bottom: 30px;
    text-align: left;
    font-size: 14px;
  }

  .reason_staff_voice ul.list {
    text-align: left;
    margin-left: 18px;
  }

  .reason_staff_voice ul.list li {
    list-style-type: disc;
    list-style-position: outside;
    font-size: 14px;
  }

  .reason_staff_voice .list-wrap {
    padding: 30px 10px;
    background-color: #fff;
    border: solid 1px #ddd;
  }

  .review_wrap {
    display: flex;
    justify-content: center;
  }

  .review_wrap .review_inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
  }

  .review_wrap .hall_name {
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
  }

  .review_wrap .review_list {
    display: flex;
    align-items: center;
  }

  .review_wrap .review_stars {
    margin-right: 5px;
    display: flex;
    align-items: center;
  }

  .review_wrap .review_stars img {
    width: 13px;
    margin-right: 3px;
  }

  .review_wrap .review_number {
    margin-right: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #f15c5c;
  }

  .review_wrap .review_item a {
    text-decoration: underline;
    color: #b4b4b4;
    font-size: 14px;
  }

  .review_voice {
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 0;
  }

  .review_voice h3 {
    color: #502360;
    text-align: center;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .review_voice h3 span {
    font-size: 24px;
    letter-spacing: 3px;
    position: relative;
  }

  .review_voice h3 span::before {
    content: "";
    height: 13px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 4px;
    left: 0px;
    background-color: #7b44a4;
    filter: alpha(opacity=50);
    opacity: 0.2;
    box-shadow: 0px 3px 3px 3px rgba(123, 68, 164, 0.2) inset;
  }

  .review_voice_inner {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
  }

  .review_voice_img {
    max-width: 350px;
    width: 100%;
  }

  .review_voice_text {
    font-size: 12px;
    text-align: left;
  }

  .review_voice .review_list {
    display: flex;
    align-items: baseline;
  }

  .review_voice .review_list_wrap {
    position: relative;
    display: inline-block;
    margin: 0px;
    padding: 5px 20px;
    min-width: 120px;
    max-width: 100%;
    color: #555;
    font-size: 16px;
  }

  .review_voice .review_stars {
    margin-right: 10px;
  }

  .review_voice .review_stars img {
    width: 15px;
    padding-bottom: 7px;
  }

  .review_voice .review_list p {
    font-weight: bold;
    font-size: 16px;
    margin-right: 10px;
  }

  .review_voice .review_number {
    color: #f15c5c;
    font-size: 22px;
    font-weight: bold;
  }

  .location_wrap {
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
  }

  .location_wrap .location_item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
  }

  .location_wrap .location_item p {
    font-size: 14px;
  }

  .location_wrap .location_item img {
    width: 15px;
    margin-right: 10px;
  }

  .faq {
    background-color: #f7f7f7;
    padding: 30px 0;
  }

  .faq h2 {
    text-align: center;
    line-height: 1.4;
    font-size: 25px;
    margin-bottom: 30px;
  }

  .faq ul {
    padding: 0;
  }

  .faq .faq_inner {
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    background-color: #fff;
  }

  .faq .faq_inner a {
    color: #502360;
    text-decoration: underline;
  }

  .faq .faq_inner a:hover {
    opacity: 0.5;
  }

  .faq .faq_q .inner {
    display: flex;
    align-items: center;
  }

  .faq .faq_q .faq_icon {
    font-size: 26px;
    color: #502360;
    font-weight: bold;
    margin-right: 10px;
    width: 6%;
  }

  .faq .faq_q .faq_text {
    font-weight: bold;
    font-size: 16px;
    width: 85%;
  }

  .faq .faq_content {
    display: none;
    margin-top: 15px;
  }

  .faq .faq_content .inner {
    display: flex;
    align-items: center;
    padding-left: 8%;
    padding-right: 7%;
  }

  .faq .faq_content .faq_text {
    font-size: 14px;
  }

  .faq_q {
    position: relative;
    cursor: pointer;
  }

  .faq_q .inner::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 3px solid #502360;
    border-right: 3px solid #502360;
    content: "";
    transition: transform 0.3s;
    position: absolute;
    right: 0;
  }

  .faq_q.active .inner::after {
    transform: rotate(225deg);
  }
}