@charset "UTF-8";
/* ■■■■■■■■■■テンプレここから■■■■■■■■■■ */
.s-faq dd:not(:last-child){
	border-bottom: 1px solid var(--GRAY01);
}
.s-faq dt,
.s-faq dd{
	position: relative;
  font-size: 14px !important;
}
.s-faq dt{
  font-weight: 400;
}
.s-faq:last-child dd{
	padding-bottom: 0;
}
/* .s-faq dt::before,
.s-faq dd::before {
	font-family: var(--FF_EN);
	position: absolute;
}
.s-faq dt::before{
	content: 'Q';
  color: var(--FS_BTN_COLOR_1);
}
.s-faq dd::before {
	content: 'A';
  color: var(--FS_BTN_COLOR_1);
} */
@media screen and (min-width: 768px){
	.s-faq{
		margin-block: 20px 70px;
	}
	.s-faq dd:not(:last-child){
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.s-faq dt{
		font-size: var(--FZ_13);
		padding: 2px 50px 20px 20px;
    border-bottom: 1px solid #E0E0E0;
    max-width: 90%;
    margin-inline: auto;
	}
	.s-faq dd{
		padding: 0 40px 40px 20px;
    max-width: 90%;
    margin-inline: auto;
	}
	.s-faq dt::before,
	.s-faq dd::before{
		font-size: 17px;
	}
	.s-faq dt::before{
		left: 10px;
		top: -4px;
	}
	.s-faq dd::before{
		left: 12px;
		top: 8px;
	}
}
@media screen and (max-width: 767px){
	.s-faq{
		margin-block: 20px 40px;
	}
	.s-faq dd:not(:last-child){
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.s-faq dt{
		padding: 0 10px 20px 15px;
    border-bottom: 1px solid #E0E0E0;
	}
	.s-faq dd{
		padding: 0px 15px 30px 15px;
	}
	.s-faq dt::before,
	.s-faq dd::before{
		font-size: 16px;
	}
	.s-faq dt::before{
		left: 15px;
		top: -5px;
	}
	.s-faq dd::before{
		left: 16px;
		top: 5px;
	}
	.s-faq dd .s-txt{
		line-height: 1.7;
	}
}
/* アコーディオン 矢印 */
.s-faq--acc dt{
	position: relative;
}
.s-faq--acc dt span{
	display: inline-block;
	position: relative;
	aspect-ratio: 1/1;
	position: absolute;
}
.s-faq--acc dt span::before{
  content: "";
  background: url(https://kamp.design/motokawa/cloche/freepage/guide/images/icon-arrow.svg) no-repeat center / contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: .3s;
  aspect-ratio: 1/1;
  height: auto;
}
.s-faq--acc dt.active span::before{
	transform: translate(-50%, -50%) rotate(180deg);
}
.s-faq--acc dd{
	display: none;
}
@media (hover: hover){
	.s-faq--acc dt:hover{
		cursor: pointer;
	}
}
@media screen and (min-width: 768px){
	.s-faq--acc dt:not(:first-child){
		margin-top: 20px;
	}
	.s-faq--acc dt span{
		width: 30px;
		right: 10px;
		top: 10px;
	}
	.s-faq--acc dt span::before{
		width: 12px;
	}
  .s-guideColumn__heading{
    padding: 15px 30px;
  }
}
@media screen and (max-width: 767px){
	.s-faq dt{
		padding-right: 30px;
	}
	.s-faq--acc dt:not(:first-child){
		margin-top: 20px;
	}
	.s-faq--acc dt span{
		width: 20px;
		right: 5px;
		top: 5%;
	}
	.s-faq--acc dt span::before{
		width: 10px;
	}
  .s-guideColumn__heading{
    padding: 15px 30px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}
/* ■■■■■■■■■■テンプレここまで■■■■■■■■■■ */
.fs-l-page{
overflow-x: hidden;
}
.s-guideWrap{
  max-width: 800px;
  margin: 0 auto;
}
.s-guideContainer {
  font-family: Noto Sans JP, sans-serif;
}
.s-guideNav__item{
  display: grid;
  margin-bottom: clamp(32px, 6vw, 80px);
}
.s-guideNav__item li a{
  display: block;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  font-size: clamp(13px, 1.5vw, 15px);
  padding-right: 10px;
}
.s-guideNav__item li:nth-child(n+2):nth-child(-n+4) a::after{
  content: "";
  position: absolute;
  right: 8%;
  top: 45%;
  transform: translateY(-50%) rotate(135deg);
  border-right: 1px solid #4D4D4D;
  border-top: 1px solid #4D4D4D;
}
.s-guideNav__item li:first-child a::after{
  content: "";
  position: absolute;
  background: url(https://kamp.design/motokawa/cloche/freepage/guide/images/icon-link.svg) no-repeat center / contain;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: auto;
  aspect-ratio: 9.8/8.4;
}
.s-guideColumn__heading{
  font-size: 14px;
  background-color: #F2F2F2;
}
.s-faq--acc-inner{
  margin-bottom: 0;
}
@media screen and (min-width: 1240px){
  .s-guideNav__item li:first-child a::after{
    right: 10%;
  }
}
@media screen and (max-width: 1239px){
  .s-guideNav__item li:first-child a::after{
    right: 7%;
  }
}
@media screen and (min-width: 768px){
  .s-guideNav__item{
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .s-guideNav__item li:first-child a::after{
    right: 10%;
  }
  .s-faq--acc-inner dd{
    background-color: #e1e1e19d;
    padding: 20px 35px 20px 35px !important;
    width: 100%;
  }
}
@media screen and (max-width: 767px){
  .s-guideNav__item{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
    .s-guideNav__item li:first-child a::after{
      right: 5%;
      transform: translate(-50%,-50%);
  }
  .s-faq--acc-inner dd{
    background-color: #e1e1e19d;
    padding: 20px !important;
  }
}
@media screen and (min-width: 470px){
  .s-guideNav__item li:nth-child(n+2):nth-child(-n+4) a::after{
    width: 5px;
    height: 5px;
  }
}
@media screen and (max-width: 469px){
  .s-guideNav__item li:first-child a{
    padding-right: 20px;
  }
  .s-guideNav__item li:nth-child(n+2):nth-child(-n+4) a{
    padding-right: 20px;
  }
  .s-guideNav__item li a span{
    display: none;
  }
  .s-guideNav__item li:nth-child(n+2):nth-child(-n+4) a::after{
    width: 5px;
    height: 5px;
  }
}
/* s-guideContact */
.s-guideContact{
  border: 1px solid #E0E0E0;
  padding-block: clamp(30px, 4vw, 60px);
  text-align: center;
}
.s-guideContact__heading{
  font-size: 15px;
  margin-bottom: clamp(15px, 2.2vw, 26px);
}
.s-contact__text{
  font-size: 14px;
  margin-bottom: clamp(15px, 2.2vw, 26px);
  font-weight: 400;
}
.s-guideContact_btnArea{
  text-align: center;
  max-width: 300px;
  margin-inline: auto;
}
.s-guideContact_btn{
  display: block;
  background-color: #4D4D4D;
  border: 1px solid #4D4D4D;
  color: #fff;
  padding: 13px 0;
  font-weight: 400;
  font-size: 14px;
}
/* s-guidCalendar */
.s-guidCalendar .foot_calender{
  padding-bottom: 0;
}
.s-guidCalendar__heading{
  font-size: clamp(14px, 1.7vw, 18px);
  margin-bottom: 20px;
  border-bottom: 1px solid #0F0F0F;
  padding-bottom: 5px;
}
.s-guidCalendar__text{
  font-size: 14px;
}
@media screen and (min-width: 768px){
  .s-guidCalendar{
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px){
  .s-guidCalendar{
    margin-top: 40px;
  }
}
@media (hover: hover){
  .s-guideContact_btn:hover{
    background-color: #fff;
    color: #4D4D4D;
  
  }
}
