@charset "utf-8";
body {
	font-size: 16px;
	font-weight: bold;
	font-family: "Shippori Mincho", serif;
	line-height: 32px;
	letter-spacing: 0.8px;
}
.bg-pc {
	background-color:#000000;
}
section {
	max-width:768px;
	width:100%;
	margin:0 auto;
}
img {
	max-width: 768px;
	width:100%;
}
.relative {
	position: relative;
}
.bg-white {
	background-color:#fff;
}
.bg-text {
	background-image: url(../img/bg-text.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.center {
	text-align: center;
}
.pt-40 {
	padding-top: 40px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-40 {
	padding-bottom: 40px;
}
.mb-40 {
	margin-bottom: 40px!important;
}
.font-size-12 {
	font-size: 12px!important;
}
.font-size-24 {
	font-size: 24px!important;
}
.wid-95 {
	width:95%;
	margin:0 auto;
}
.tel-btn {
	position: absolute;
	bottom: 400px;
	width:60%;
	right: 0;
	left: 0;
	margin: 0 auto;
}
.line-btn {
	position: absolute;
	bottom: 280px;
	width:60%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.tel-btn-footer {
	width:60%;
	margin: 20px auto 10px!important;
}
.line-btn-footer {
	width:60%;
	margin: 0 auto!important;
}
.accordion {
  width: 90%;
  max-width: 600px;
  margin: 0 auto 10px;
  overflow: hidden;
  background-image: url(./../img/bg-qa.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.accordion-trigger {
  width: 100%;
  padding: 1rem 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  cursor: pointer;
}
.accordion-trigger span.flex ,.accordion-body.flex {
	display: flex;
	align-items: center;
}
.accordion-trigger span.flex p {
	margin-left: 10px;
	width:90%;
}

.accordion-icon {
  transition: transform 0.2s;
  width:16px;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

.accordion-content.open {
  max-height: 200px;
}

.accordion-body {
  padding: 0rem 0.5rem 1rem;
}
.accordion-body.flex p {
	width:90%;
	margin-left: 10px;
}
.icon-area {
	width:40px;
}
.qa-icon {
	width:30px!important;
	height:30px!important;
}
.bg-access {
  background-image: url(./../img/bg-access.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.gmap {
	width: 90%;
	height: 300px;
}

@media screen and (max-width:768px) {
	body {
		font-size: 16px;
		font-weight: bold;
		font-family: "Shippori Mincho", serif;
		line-height: 28px;
		letter-spacing: 0.8px;
	}
	.tel-btn {
		position: absolute;
		bottom: 200px;
		width:60%;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
	.line-btn {
		position: absolute;
		bottom: 140px;
		width:60%;
		right: 0;
		left: 0;
		margin: 0 auto;

	}
}
