@charset "utf-8";

.faq_list dt{
	padding: 48px 96px 48px 56px;
	border-bottom: 1px solid #8faebb;
	cursor: pointer;
	transition: opacity 0.5s ease;
}
.faq_list dt:hover{
	opacity: 0.5;
}
.faq_list dd{
	padding: 48px 96px 48px 112px;
	display: none;
	cursor: pointer;
}
.faq_list dt::before,
.faq_list dd::before{
	font-family: "Crimson Text", serif;
	font-size: 4.4rem;
	position: absolute;
}
.faq_list dt::before{
	content: "Q";
	color: #cfa667;
	top: 48px;
	left: 0;
}
.faq_list dd::before{
	content: "A";
	color: #005cab;
	top: 40px;
	left: 56px;
}
.faq_list dt::after,
.faq_list dd::after{
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	right: 36px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.faq_list dt::after{
	background-image: url("../images/faq/faq_q.png");
}
.faq_list dd::after{
	background-image: url("../images/faq/faq_a.png");
}

@media screen and (max-width: 540px){
	.faq_list dt::before,
	.faq_list dd::before{
		font-size: 4rem;
		top: 24px;
		left: 12px;
	}
	.faq_list dt,
	.faq_list dd{
		padding: 24px 20px 48px 56px
	}
	.faq_list dt::after,
	.faq_list dd::after{
		right: 50%;
		bottom: 16px;
		top: auto;
		transform: translate(50%,0);
		width: 20px;
		height: 20px;
	}
}

/* =====================================
   宿泊回数券 ご利用案内
===================================== */

.privilegeGuide {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.privilegeGuideBlock {
  padding: 48px 0;
  border-bottom: 1px solid #d9e2e6;
}

.privilegeGuideBlock:first-child {
  padding-top: 0;
}

.privilegeGuideBlock h3 {
  margin: 0;
  padding-left: 16px;
  border-left: 3px solid #cfa667;
  font-weight: 700;
}

.privilegeGuideBlock ul.list03 {
  margin-bottom: 0;
}

.privilegeGuideBlock ul.list03 li {
  line-height: 1.9;
}

/* 追加料金表 */
.privilegePriceTable {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  overflow-x: auto;
}

.privilegePriceTable table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #fff;
}

.privilegePriceTable th,
.privilegePriceTable td {
  padding: 10px 14px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  border-left: none;
  border-right: none;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
}

/* 左列を狭く */
.privilegePriceTable th:first-child,
.privilegePriceTable td:first-child {
  width: 32%;
}

/* 右列を広く */
.privilegePriceTable th:last-child,
.privilegePriceTable td:last-child {
  width: 68%;
}

.privilegePriceTable th {
  background: #f7f9fa;
  font-weight: 700;
}

.privilegePriceTable td span {
  display: block;
  margin-top: 2px;
  font-size: 1.3rem;
  color: #68777d;
}

.privilegeNote {
  margin-top: 10px;
  font-size: 1.3rem;
  text-align: right;
}

/*********guid表下****/

.privilegeNote {
  margin-top: 12px;
  font-size: 1.3rem;
  text-align: right;
}

/* 購入案内 */
.privilegePurchase {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  background: #f4f8f9;
  text-align: center;
}

.privilegePurchase strong {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 2.2rem;
}

/* スマートフォン */
@media screen and (max-width: 540px) {

  .privilegeGuideBlock {
    padding: 32px 0;
  }

.privilegePriceTable th,
.privilegePriceTable td {
  padding: 9px 8px;
  font-size: 1.3rem;
}

.privilegePriceTable th:first-child,
.privilegePriceTable td:first-child {
  width: 32%;
}

.privilegePriceTable th:last-child,
.privilegePriceTable td:last-child {
  width: 68%;
}
  .privilegePriceTable td span {
    font-size: 1.6rem;
  }

  .privilegeNote {
    text-align: left;
  }

  .privilegePurchase {
    padding: 20px 20px;
  }

  .privilegePurchase strong {
    font-size: 2rem;
  }
}

th,
td{
    border-top:1px solid #d8d8d8;
    border-bottom:1px solid #d8d8d8;
    border-left:none;
    border-right:none;
}
/***********追加分************/

.mt50{margin-top: 50px;}
.mt10{margin-top: 10px;}
.mb15{margin-bottom: 15px;}

/***********串本分************/
.kushimotoIntro {
  padding: 80px 0;
}

.kushimotoIntro_head {
  margin-bottom: 40px;
}

.kushimotoIntro_sub {
  margin-bottom: 8px;
  font-size: 14px;
  letter-spacing: .15em;
  color: #888;
}

.kushimotoIntro_head h2 {
  font-size: 28px;
  font-weight: 500;
}

.kushimotoIntro_inner {
  display: flex;
  align-items: center;
  gap: 48px;
}

.kushimotoIntro_image {
  width: 58%;
}

.kushimotoIntro_image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.kushimotoIntro_text {
  width: 42%;
  font-size: 15px;
  line-height: 2;
}

.kushimotoIntro_text p + p {
  margin-top: 20px;
}

.kushimotoIntro_link a {
  display: inline-block;
  /*padding-bottom: 4px;
  border-bottom: 1px solid #333;*/
}

@media screen and (max-width: 767px) {

  .kushimotoIntro {
    padding: 56px 0;
  }

  .kushimotoIntro_head {
    margin-bottom: 28px;
  }

  .kushimotoIntro_head h2 {
    font-size: 24px;
  }

  .kushimotoIntro_inner {
    display: block;
  }

  .kushimotoIntro_image,
  .kushimotoIntro_text {
    width: 100%;
  }

  .kushimotoIntro_text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.9;
  }
.kushimotoIntro_image img {
    height: 220px;
  }
}

.privilegeGuideBlock ul.list03 li {
    display: block;
    width: 100%;
}


