@charset "utf-8";
.wrap {
	overflow: hidden;
}
/* body {
	font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
} */
h2 {
	font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
/* #performance .perf_item_others .item_name {
	color: #9b3539;
} */
.c-cta__list .c-cta__item a._takuhai {
	background-color: #06C755;
  }
  .p-top__slider {
	border-top: 3px solid #fff;
  }
  
  .c-cta__list .c-cta__item a._takuhai::before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icon-line-w.svg) center center no-repeat;
	background-size: contain;
  }

  .cta-tel_wrp {
	text-align: center;
	margin: 0 auto;
  }
  .p-shop-top__intro__cont {
	gap: 1rem;
  }

  .p-shop-top__intro__img img{
	display: block;
	text-align: center;
	margin: 0 auto;
  }
  .p-shop-top__intro__img img{
	width: 60%;
  }
  .cta-tel_txt {
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
  }
  .cta-tel_subtxt {
	text-align: center;
	margin: 0 auto;
	/* color: #333; */
	color: #121820;
	font-weight: bold;
  }
  .cta-tel_number  div{
    /* margin-top: 10px; */
	display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5em;
    font-size: 2.2rem;
    font-weight: 700;

	margin: 0 auto;
	text-align: center;

  }
  .cta-tel_number div::before {
    content: "";
    display: block;
    width: 3.3rem;
    height: 4rem;
    background: url(https://www.e-kaitori.jp/shop/wp-content/themes/e-kaitori/assets/images/common/icon/icon_tel_d.svg) center center no-repeat;
    background-size: cover;
  }

  .cta-tel_number div {
	text-align: center;
	margin: 0 auto;
	font-weight: 700;
	font-size: 5rem;
    color: rgb(254, 77, 31);
    line-height: 1;
  }
 .cta-tel_time {
	margin-top: 10px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #121820;
 }

 .cta-tel_txt_wrp {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
}

 /* .cta-tel_txt_wrp::before {
    content: "";
    width: 40px;
    height: 2px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #B29544;
}

.cta-tel_txt_wrp::after {
    content: "";
    width: 40px;
    height: 2px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #B29544;
} */
.cta-tel_txt {
	/* color: #B29544; */
	color: rgb(254, 77, 31);
}

.cta-tel_time {
	/* background-color: #B29544; */
	color: #333;
	padding: 5px 10px;
	/* margin-top: 15px; */

}

.cta-email {
	text-align: center;
    /* margin-top: 2rem; */
	margin-bottom: 20px;
}

.cta-email a{
	display: inline-block;
    /* color: #333; */
	color: #fe4d1f;
    text-align: center;
    max-width: 44rem;
    width: 100%;
    border-radius: 5rem;
    padding: 0.5em 0.5em;
    text-decoration: none;
    background-color: #fff;
	/* border: solid 2px #333; */
	border: solid 2px #fe4d1f;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 2;
    font-size: 1.8rem;
    font-weight: 700;
}

/* モーダルウインドウ ↓*/
.notice {
	position: relative;
	height: 100px;
	width: 100%;
	/* background-color: #fff; */
}
.open-modal {
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 100%; 
	height: 60px; 
	font-size: 18px;
	font-weight: bold; 
	color: #000; 
	background: #fff; 
	border: #000; 
	border: solid 2px #333;
	border-radius: 14px; 
	cursor: pointer; 
	transform: translate(-50%, -50%); 
  }
  
  .modal {
	display: none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background-color: rgba(0, 0, 0, 0.4); 
	z-index: 999;
  }
  
  .modal-content {
	position: fixed; 
	top: 50%; 
	left: 50%; 
	transform: translate(-50%, -50%); 
	width: 70%; 
	height: 100%; 
	background-color: #fefefe; 
	border: 1px solid #888; 
	border-radius: 10px; 
  }

  .modal-content {
	position: relative;
	max-height: calc(100vh - 40px); 
	overflow-y: auto; 
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	background-color: #fefefe;
	border: 1px solid #888;
	border-radius: 10px;
  }
  
  #closeModal {
	position: absolute; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	top: 20px; 
	right: 20px; 
	font-size: 28px; 
	font-weight: bold; 
	cursor: pointer;
	color: #FFF; 
	width: 40px; 
	height: 40px; 
	background-color: #333; 
	border: #333; 
	border-radius: 50%; 
  }

  .modal-ttl {
	background: #F9F5E8;
	padding: 50px;
  }
  .modal-ttl h2{
	text-align: center;
	margin: 0 auto;
	font-weight: bold;
  }
  .modal-wrp {
	width: 80%;
	text-align: center;
	margin: 0 auto;
  }

  .modal-wrp {
	width: 80%;
	margin: 0 auto;
	padding: 20px 0;
  }
  
  .modal-wrp h3 {
	font-weight: bold;
	border-bottom: solid 1px #B29544;
	color: #B29544;
	text-align: left;
  }
  .modal-one,
  .modal-second,
  .modal-third,
  .modal-fourth {
	margin-top: 50px;
  }
  .modal-one p,
  .modal-second p,
  .modal-third p,
  .modal-fourth p{
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
  }
  .modal-third h4 {
	text-align: left;
	font-weight: bold;
	color: #B29544;
  }

  .modal-fourth {
	padding: 20px;
	background: #F9F5E8;
  }

  .modal-second ul {
	margin-top: 20px;
	padding: 20px;
	background: #F9F5E8;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 10px;
  }
  .modal-second ul li{
	width: calc(50% - 10px);
        font-weight: 600;
        font-size: 16px;
        line-height: 1.6;
        position: relative;
  }

  .modal-second__cont01__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 1rem;
	font-size: 2rem;
  }
  
  .modal-second__cont01__item::before {
	display: block;
	content: "";
	width: 3rem;
	height: 3rem;
	background: url(../images/common/icon/icon-check.svg) center center no-repeat;
	background-size: contain;
  }
  

/* モーダルウインドウ ↑*/

.c-faq__list dl .c-faq__item dt::before, .c-faq__list dl .c-faq__item dd::before {
	margin-top: -0.3em;
}

/* 買取商材 スライド↓ */
.c-cases__list .slick-slide {
	padding: 1rem;
	position: relative;
  }
  
  .c-cases__list .slick-arrow {
	width: 6rem;
	height: 6rem;
	z-index: 300;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
  }
  
  .c-cases__list .slick-arrow.slick-next {
	right: 0;
  }
  
  .c-cases__list .slick-arrow.slick-prev {
	left: 0;
  }
  
  .c-cases__list .slick-arrow.slick-prev::before {
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
  }
  
  .c-cases__list .slick-arrow::before {
	content: "";
	display: block;
	width: 6rem;
	height: 6rem;
	background: #9b3539 url(../images/icon-arrow-w.svg) center center no-repeat;
	/* background: #B29544 url(../img/icon-arrow-w.svg) center center no-repeat; */
	background-size: 1.5rem auto;
	position: absolute;
	top: 0;
	opacity: 1;
  }
  
  .c-cases__list .slick-arrow:hover {
	opacity: 1;
  }
  
  .c-cases__list .slick-arrow:hover::before {
	/* background-color: #8d7636; */
	background-color: #9b3539;
  }
  
  .c-cases__item {
	background-color: #fff;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
	min-height: 34rem;
	margin: 0 10px;
  }
  
  .c-cases__item .c-cases__item_wrp {
	display: block;
	width: 100%;
	min-height: 34rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 2rem 1.0rem;
  }
  
  .c-cases__item .c-cases__item_wrp .item__image {
	width: 100%;
	aspect-ratio: 14/9;
	display: block;
	overflow: hidden;
  }
  
  .c-cases__item .c-cases__item_wrp .item__image img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
  }
  
  .c-cases__item .c-cases__item_wrp .item__cat {
	margin-top: 1rem;
	margin-top: 10px;
  }
  
  .c-cases__item .c-cases__item_wrp .item__cat span {
	display: inline-block;
	color: #999999;
	border: 1px solid currentColor;
	padding: 0em 1.5em;
	font-size: 1.2rem;
	position: relative;
	z-index: 1;
  
  }
  
  .c-cases__item .c-cases__item_wrp .item__name {
	font-size: 17px;
	line-height: 30px;
	margin-top: 0.5rem;
	color: #000 !important;
	position: relative;
	z-index: 1;
	text-align: center;
  
  }
  
  .c-cases__item .c-cases__item_wrp .item__price {
	font-size: 1.5rem;
	text-align: center;
	margin-top: auto;
	color: #9b3539;
  }
  
  .c-cases__item .c-cases__item_wrp .item__price span {
	/* font-size: 3rem; */
	font-size: 5rem;
	line-height: 1;
	/* color: #121820; */
  }
  
  .c-cases__item .c-cases__item_wrp .item__link {
	text-align: center;
	font-size: 1.1rem;
	margin-top: 1rem;
  }
  
  .c-cases__item .c-cases__item_wrp:hover {
	/* color: #B29544; */
	color: #fe4d1f;
  }
  .c-cases__list .slick-arrow::before {
    content: "";
    display: block;
    width: 6rem;
    height: 6rem;
    /* background: #B29544 url(../images/common/icon/icon-arrow-w.svg) center center no-repeat; */
	background: #9b3539 url(../images/icon-arrow-w.svg) center center no-repeat;
    background-size: 1.5rem auto;
    position: absolute;
    top: 0;
    opacity: 1;
}

/* 買取商材 スライド↑ */

.fixed_btn {
	display: none;
}

/* 3つの安心↓ */
.e-faq {
	/* padding: 8rem 7rem; */
	padding: 8rem 5rem 0px 5rem;
	max-width: 1000px;
	margin-inline: auto;
	position: relative;
  }

.reassurance_left {
	width: 70%;
	/* padding-bottom: 7rem; */
}
.reassurance_left p {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 30px;
}
.reassurance_right {
	width: 30%;
	margin-top: -70px;
}
.reassurance_wrp {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 12px 0px;
}
.reassurance_wrp::before {
	content: "";
    width: 30px;
    height: 2px;
    transform: rotate(60deg);
    box-sizing: border-box;
    background-color: #333;
}

.reassurance_wrp::after {
	content: "";
    width: 30px;
    height: 2px;
    transform: rotate(-60deg);
    box-sizing: border-box;
    background-color: #333;
}

.reassurance_txt {
	color: #333;
	text-align: center;
	font-size: 20px;
}

.e-faq__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6rem;
  }
  .e-faq__list dl {
	width: 50%;
  }
  .e-faq__list dl .c-faq__item {
	margin-bottom: 4rem;
  }
  .e-faq__list dl .c-faq__item dt,
  .e-faq__list dl .c-faq__item dd {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	padding-top: 0.5em;
  }
  .e-faq__list dl .c-faq__item dt::before,
  .e-faq__list dl .c-faq__item dd::before {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: "";
	display: block;
	width: 3.5rem;
	height: 3.5rem;
	margin-top: -0.5em;
  }
  .e-faq__list dl .c-faq__item dt::before {
	background: url(../images/common/icon/ico-faq-q.svg) center center no-repeat;
	background-size: contain;
	margin-bottom: 1.5rem;
  }
  .e-faq__list dl .c-faq__item dd::before {
	background: url(../images/common/icon/ico-faq-a.svg) center center no-repeat;
	background-size: contain;
  }
  .reassurance_righ_two {
	width: 70%;
	text-align: center;
	margin: 0 auto;
	margin-top: 60px;
  }

/* 3つの安心↑ */

/* FAQ ↓ */
.faq__item {
	gap: 3rem;
	background-color: #fff;
	padding: 5rem;
	margin-top: 3rem;
  }
  
  .faq__item .item__thumb img {
	overflow: hidden;
	width: 13rem;
	height: 13rem;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 50%;
  }
  
  .faq__item .item__name {
	text-align: center;
	font-size: 1.2rem;
	margin-top: 1rem;
  }
  
  .faq__item .item__head {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 20px;
  }
  .faq-wrp {
	margin-bottom: 100px;
}

.faq-wrp:nth-of-type(1) {
	margin-top: 50px;
}
.speechBubble {
	position: relative;
	padding-left: 100px;
	margin-bottom: 40px;
}
.speechBubble::before {
	content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    bottom: 0;
	top: 0px;
	background-image: url(https://www.e-kaitori.jp/shop/wp-content/themes/e-kaitori/assets/images/visit/intro-img03.png);
  }


.speechBubble_inner {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	padding: 16px;
	border: 2px solid #000000;
	border-radius: 8px;
	background-color: #eee;
	text-align: left;
	/* font-size: 18px; */
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
  }
  
  .speechBubble_inner::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #000000 transparent transparent;
	translate: -100% -50%;
	transform: skew(0, -25deg);
	transform-origin: right;
  }
  
  .speechBubble_inner::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-style: solid;
	border-width: 0 15.2px 15.2px 0;
	border-color: transparent #eee transparent transparent;
	translate: -100% calc(-50% - 0.4px);
	transform: skew(0, -25deg);
	transform-origin: right;
  }
  /* 左 */
  .speechBubble_right {
	position: relative;
	margin-bottom: 40px;
	padding-right: 120px;
	text-align: right;
}
.speechBubble_right::after {
	content: "";
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
	top: 5px;
	background-image: url(https://www.e-kaitori.jp/shop/wp-content/themes/e-kaitori/assets/images/visit/intro-img04.png);
  }


  .speechBubble_right_inner {
	position: relative;
	display: inline-block;
	margin-right: 20px;
	padding: 16px;
	border: 2px solid #000000;
	border-radius: 8px;
	background-color: #F9F5E8;
	text-align: left;
	/* font-size: 18px; */
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	color: #000000;
  }
  
  .speechBubble_right_inner::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 20px 0 0 20px;
	border-color: transparent transparent transparent #000000;
	translate: 100% -50%;
	transform: skew(0, -25deg);
	transform-origin: left;
  }
  
  .speechBubble_right_inner::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-style: solid;
	border-width: 15.2px 0 0 15.2px;
	border-color: transparent transparent transparent #F9F5E8;
	translate: 100% calc(-50% + 0.4px);
	transform: skew(0, -25deg);
	transform-origin: left;
  }


/* FAQ ↑ */

.l-contents-box-e {
	margin: 100px 0;
}

/* 店舗エリア↓ */
.c-shopcard_img__item-warp {
	margin-top: 0.8em;
}
.item__address {
	border-bottom: 2px solid #B29544;
}

.e-shopcard__item .item__head {
	border-bottom: 2px solid #B29544;
	font-weight: 700;
	font-size: 2.4rem;
	line-height: 1.3;
	/* margin-right: 0.5em; */
	padding-bottom: 0.4em;
  }
.p-shop-top-arealist__list {
	margin-bottom: 100px;
}

.e-shopcard__item {
	border: 2px solid #B29544;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  }
  
  .e-shopcard__item .item__link {
	padding: 2rem 2rem 2rem 2rem;
	min-height: 18rem;
	position: relative;
  }
  
/* 店舗エリア↑ */

.p-top__slider__txt {
	text-align: center;
	line-height: normal;
	margin-bottom: 30px;
	margin-top: 30px;
	font-weight: bold;
	font-size: 2.7rem;
	color: #121820;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-top__slider {
	background-color: #eeee;
	/* background-color: rgb(249, 243, 237); */
}

.p-shuttyou__flow__item .item__text span {
	font-size: 20px;
}

.u-bgcol_light {
	/* background-color: rgb(249, 243, 237); */
	background-color: #eee;
}

.p-shuttyou__flow__cont02 .cont02__head {
	background: linear-gradient(transparent 60%, #ffdcd3 60%);
	font-size: 3.6rem;
}
.cont02__inner p{
	font-size: 20px;
}
.cont02__inner .u-list_disc li {
	font-size: 20px;
}

.orange {
	color: #9b3539;
}
.orange_bk {
	background: linear-gradient(transparent 60%, #ffdcd3 60%);
}
.relief__wrp {
	font-size: 25px;
	padding-left: 1.5em;
}
.reassurance_righ_two {
	margin-bottom: -20px;
}

/* ボタン */
.cta-tel_wrp button{
	background: #eb6100;
	border-radius: 9999px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	/* max-width: 250px; */
	max-width: 100%;
	padding: 20px 30px;
	line-height: 1.8;
	text-decoration: none;
	color: #fff;
	font-weight: 500;
	border-bottom: solid 5px #b65511;
	transition: 0.3s ease-in-out;
	width: 100%;
	font-size: 20px;
}
.cta-tel_wrp button:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.cta-tel_wrp button:hover:after {
  right: 1.4rem;
}
.cta-tel_wrp button:hover {
  background: #ee8134;
  color: #FFF;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
.cta-tel_wrp button:hover:before {
	color: #fff;
}

.map_wper {
	display: flex;
}
.map_img{
	margin-right: 30px;
}

.mt_50 {
	padding-top: 50px;
}
  .b-arealist__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[3];
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
  }
  
  .b-arealist__item {
	background-color: #fff;
	border: 1px solid #B29544;
	padding: 1rem;
  }
  
  .b-arealist__item .item__head {
	background-color: #1AC6E2;
	/* border-radius: 10px; */
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	padding: 0.5em;
  }
  
  .b-arealist__item .item__head ._name {
	font-size: 3rem;
  }

  .visit_faq-wrapper {
	margin: auto;
	max-width: 1000px;
	width: 100%;
	margin-top: 50px;

  }

  /* .p-store__content__item {
	width: 100%;
  } */

  .visit_faq {
	width: 100%;
  }

  .p-takuhai__flow__button {
	width: 100%;
	background-color: #1AC6E2;
	border: 4px solid #1AC6E2;
  }

  .c-cta__list .c-cta__item a._shuttyou {
	background-color: #ee8134;
  }

  .c-cta__list .c-cta__item a {
	padding: 2rem 2rem 2rem 5rem;
	border: 1px solid #ee8134;
  }
  
  .u-align_center a {
	position: relative;
  }

  	.u-align_center a::before {
    content: "";
    display: block;
    width: 120px;
    height: 100px;
    background: url(../images/common/icon/model.webp) center center / contain no-repeat;
	background-size: contain;
	position: absolute;
    inset: 0;
    margin-block: auto;
    margin-left: 60px;
	margin-bottom: -4px;
}

.iem_map img {
	border: 2px solid #B29544;
	margin-bottom: 30px;
}


  /* .visit_faq-inner {
	background: #eee !important;
  } */

/* ボタン */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 30px auto;
  margin-bottom: 50px;
}

a.btn-c {
  font-size: 2.2rem;

  position: relative;

  padding: 0.25rem 6rem 1.5rem 6rem;

  color: #fff;
  background: rgb(254, 77, 31);
  -webkit-box-shadow: 0 5px 0 #d44114;
  box-shadow: 0 5px 0 #d44114;
}

a.btn-c span {
  font-size: 1.5rem;

  position: absolute;
  top: -1.25rem;
  left: calc(50% - 150px);

  display: block;

  width: 300px;
  padding: 0.2rem 0;

  color: rgb(254, 77, 31);
  border: 2px solid rgb(254, 77, 31);
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

a.btn-c span:before,
a.btn-c span:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

a.btn-c span:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

a.btn-c span:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

a.btn-c i {
  margin-right: 1rem;
}

a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);

  color: #fff;
  background: rgb(254, 77, 31);
  -webkit-box-shadow: 0 2px 0 rgb(254, 77, 31);
  box-shadow: 0 2px 0 rgb(254, 77, 31);
}

@media screen and (max-width: 768px) {
	.visit_faq {
	width: 90%;
	margin: 0 auto;
	margin-bottom: 30px;
	}

	.u-bgcol_light{
		margin-top: -10px;
	}
	.map_wper {
		display: block;
	}
	.map_img{
		margin-bottom: 50px;
		margin-right: 0px;
	}

	.c-cases__item .c-cases__item_wrp .item__name {
		font-size: 2.5rem;
	}
	
	.p-shuttyou__flow__cont02 .cont02__head {
		background: linear-gradient(transparent 60%, #ffdcd3 60%);
		font-size: 20px;
	}
	
	.u-align_center {
		font-size: 20px;
		color: #121820;
		font-weight: bold;
	}

	.u-align_center a::before {
    width: 110px;
    height: 90px;
    margin-left: 10px;
	margin-bottom: -4px;
}
.p-takuhai__flow__button {
	line-height: 1.5;
}



	.c-genre__list {
		grid-template-columns: repeat(3, 1fr);
	}
	.c-genre__list li div {
		font-size: 20px;
	}
	.p-shop-top__intro {
		padding-block: 30px 0;
	}
	.c-cases__item .c-cases__item_wrp .item__price {
		font-size: 2rem;
		color: #9b3539;
	}
	.reassurance_txt {
		font-weight: bold;
		font-size: 25px;
	}
	.cta-tel_wrp {
		margin: 0;
	}
	.l-contents-box-e {
		margin: 0 0 50px 0;
	}
	.p-shop_visit-top__title {
		width: 100%;
		max-height: 58rem;
		height: 90vw;
		background: url(../images/visit/visit-mv--sp.webp) center center no-repeat;
		background-size: cover;
	}
	.p-shop-top__intro__img img{
		display: none;
	}
	.p-shop-top__intro {
		/* padding-bottom: 60px; */
		padding-bottom: 30px;
	}
	.open-modal {
		width: 100%;
	}
	.cta-tel_txt_wrp {
		gap: 0;
		padding: 0;
	}
	.cta-tel_txt {
		font-weight: bold;
		font-size: 1.7rem;
	}
	.cta-tel_number  div{
		font-size: 2.5rem;
	}
	.cta-tel_wrp a{
		background: #eb6100;
		border-radius: 9999px;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		/* max-width: 250px; */
		max-width: 100%;
		padding: 20px 30px;
		line-height: 1.8;
		text-decoration: none;
		color: #fff;
		font-weight: 500;
		border-bottom: solid 5px #b65511;
		transition: 0.3s ease-in-out;
	}
	.cta-tel_wrp a:after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  bottom: 0;
	  right: 2rem;
	  font-size: 90%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  transition: right 0.3s;
	  width: 6px;
	  height: 6px;
	  border-top: solid 2px currentColor;
	  border-right: solid 2px currentColor;
	  transform: translateY(-50%) rotate(45deg);
	}
	.cta-tel_wrp a:hover:after {
	  right: 1.4rem;
	}
	.cta-tel_wrp a:hover {
	  background: #ee8134;
	  color: #FFF;
	  border-bottom: solid 2px #999;
	  transform: translateY(3px);
	}
	.cta-tel_wrp a:hover:before {
		color: #fff;
	}

	.cta-tel_number div {
		color: #fff;
	}

	.cta-tel_number div::before {
		content: "";
		display: block;
		width: 3.3rem;
		height: 4rem;
		background: url(https://www.e-kaitori.jp/shop/wp-content/themes/e-kaitori/assets/images/common/icon/icon_tel_a.svg) center center no-repeat;
		background-size: cover;
	  }

	  .cta-tel_time {
		/* background-color: rgb(238, 238, 238); */
		background-color: rgb(249, 243, 237);;
		/* color: #000; */
		color: #121820;
		margin-top: 0px;
		margin-bottom: 10px;
	  }

	  button {
		padding: 0.4em 0.2em 0.4em;
	  }

	  /* モーダルウインドウ ↓*/
	  .open-modal {
		font-size: 18px;
	  }
	  .modal-content {
		width: 90%;
		padding: 0;
	  }
	  .modal-wrp {
		width: 90%;
	  }
	  .modal-wrp h3 {
		font-size: 16px;
	  }
	  .modal-second ul {
		display: block;
	  }
	  .modal-second ul li {
		width: 100%;
		text-align-last: left;
		font-size: 14px;
	  }

	  .modal-second__cont01__item {
		font-size: 1.6rem;
	  }
	
	  /* モーダルウインドウ ↑*/

	  /* .b-floating-cta {
		display: none;
	} */

		/* 3つの安心↓ */
		.reassurance_left {
			width: 100%;
			padding-bottom: 0;
		}
		.reassurance_left p {
			/* font-size: 14px; */
			font-size: 20px;
			font-weight: bold;
			margin-bottom: 10px;
		}
		.reassurance_right {
			width: 100%;
			margin-top: 0;
		}
		.l-contents-box {
			padding-top: -40px;
		}
		.e-faq {
			/* padding-block: 5% 30px; */
			padding-block: 0;
			padding-inline: 5%;
			padding-top: 30px;
		  }

		  .e-faq__list {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			gap: 20px;
		  }
		  .e-faq__list dl {
			width: 100%;
		  }
		  .e-faq__list dl .c-faq__item {
			margin-bottom: 20px;
		  }		
	
		/* 3つの安心↑ */

		/* FAQ ↓ */
		.speechBubble {
			padding-left: 30px;
		}
		.speechBubble::before {
			left: -30px;
			bottom: -20px;
			z-index: 80;
		}
		.speechBubble_right::after {
			right: -25px;
			z-index: 80;
			top: 30px;
		}
		.speechBubble_right {
			padding-right : 30px;
		}
		.faq__item {
			-webkit-box-orient: vertical;
			-webkit-box-direction: normal;
			-ms-flex-direction: column;
			flex-direction: column;
			-webkit-box-pack: center;
			-ms-flex-pack: center;
			justify-content: center;
			gap: 20px;
			padding: 2rem;
		  }
		
		  .faq__item .item__thumb {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-align: center;
			-ms-flex-align: center;
			align-items: center;
			gap: 20px;
		  }
		
		  .faq__item .item__name {
			text-align: left;
			font-size: 1.6rem;
		  }
		
		  .faq__item .item__head {
			font-size: 1.8rem;
			margin-bottom: 10px;
		  }
		  .speechBubble::before {
			width: 100px;
			height: 100px;
			top: 0px;
		  }
		  /* .speechBubble:nth-child(2n)::before {
			top: 0px;
		  } */
	
		/* FAQ ↑ */

		.reassurance_righ_two {
			width: 60%;
		}
		.flow-txt {
			font-size: 20px;
			margin-bottom: 2rem;
			line-height: 25px;
		}
		/* 店舗情報 */
		.c-shopcard__item .item__head {
			font-size: 2rem;
		  }
		
		.e-shopcard__item .item__link {
			padding-left: 20px;
		  }
	
		  .p-shop-top-arealist__list {
			margin-bottom: 50px;
		}	

		.cta-tel_txt {
			font-size: 24px;
		}
		.cta-tel_subtxt {
			font-size: 20px;
		}
		
		.b-arealist__list {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	  }
	
	  .b-arealist__item {
		/* padding: 16px; */
		padding: 0px;

	  }
	
	  .b-arealist__item .item__head {
		/* border-radius: 8px; */
		border-radius: 0px;
	  }
	
	  .b-arealist__item .item__head ._name {
		font-size: 2rem;
	  }
	  .b-arealist__item .item__head p {
		font-size: 14px;
	  }

	
	  .b-arealist__item .item__head ._tel {
		font-size: 1.8rem;
	  }
	
	  .b-arealist__item .item__head ._tel::before {
		width: 1.5em;
		height: 1.5em;
	  }
	
	  .b-arealist__item .item__time {
		padding: 0.5em;
		font-size: 1.3rem;
	  }
	
	  .b-arealist__item .item__button a {
		font-size: 1.5rem;
	  }

	  a.btn-c {
		font-size: 2.2rem;
		padding: 0.25rem 3rem 1.5rem 3rem;
	  }



}


@media screen and (max-width: 520px) {
	.e-faq__list dl .c-faq__item dt,
	.e-faq__list dl .c-faq__item dd {
	  font-size: 1.2rem;
	}

	.modal-second__cont01__item {
		font-size: 1.5rem;
	  }
	
	.c-header01 {
		/* font-size: 2.7rem; */
		font-size: 27px;

	  }
	  .relief__wrp {
		padding: 0 2rem;
		font-size: 2rem;
	  }
	  .c-header03 {
		font-size: 20px;
	}
	.js-accordion-storettl {
		font-size: 20px;
	}

  
	
}