@charset "utf-8";

#faq_nav_wrap .faq_nav ul li {
	font-weight: bold;
}

#faq .faq_list dt {
  background: url("/assets/img/contents/bg_stripe_mgt.png") repeat;
  position: relative;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
}

#faq .faq_list dt::before {
  content: "";
  display: block;
	height: 100%;
  position: absolute;
  background: rgba(255,255,255,0.5) url("../img/faq_q.png") no-repeat center;
	left: 0;
	top: 0;
}

#faq .faq_list > dt::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/faq_minus.png") no-repeat center;
  right: 0;
  top: 50%;
}

#faq .faq_list > dt.open::after {
  background: url("../img/faq_plus.png") no-repeat center;
}

#faq .faq_list dd {
  position: relative;
}

#faq .faq_list > dd {
  display: none;
  background: url("/assets/img/contents/line_dotx.png") repeat-x left bottom;
}

#faq .faq_list > dd:last-child {
  padding-bottom: 0 !important;
  background: none !important;
}

#faq .faq_list dd::before {
  content: "";
  display: block;
  background: url("../img/faq_figure.png") no-repeat center;
  background-size: contain;
}

#faq .faq_list .faq_list_sub {
  background: url("/assets/img/contents/bg_stripe_yel.png") repeat;
}

#faq .faq_contact {
  background: url("/assets/img/contents/bg_stripe_pnk.png") repeat;
}

#faq .faq_contact .faq_hospital .button_wrap {
  display: block;
  width: 100%;
}

#faq .faq_contact .faq_hospital a.button {
  display: block;
  width: 100%;
  text-align: center;
}

#faq .faq_contact .faq_hospital a.button::before {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/icon_hospital.png") no-repeat center;
  background-size: contain !important;
  top: 50%;
}

#faq .faq_contact .faq_hospital a small {
  font-weight: normal;
}

#faq .faq_contact .faq_callcenter {
  background: #fff;
}

#faq .faq_contact .faq_callcenter div {
  margin-bottom: 10px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

#faq .faq_contact .faq_callcenter div::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  margin-top: -5px;
  background: url("../img/icon_dial.png") no-repeat center;
  background-size: contain;
  vertical-align: middle;
}

#faq .submit_list {
  background: url("/assets/img/contents/bg_stripe_pnk.png") repeat;
}

#faq .submit_list .dl_item {
  margin-top: 10px;
}

#faq .submit_list .dl_item .dl_heading {
  background: url("/assets/img/contents/bg_stripe_mgt.png") repeat;
  color: #fff;
}

#faq .submit_list .dl_item .dl_body {
  background: #fff;
}

#ladies_resrv {
  position: relative;
}

#ladies_resrv::after {
  content: "";
  display: none;
  /* 一時的に消してるので注意 */
  background: url("../img/resrv_figure.png") no-repeat center;
  background-size: contain;
  position: absolute;
}

/*
#ladies_resrv .section_reserve_body .ladies_resrv_inner:first-child {
  background: url("/assets/img/contents/line_dotx.png") repeat-x left bottom;
}
*/

#ladies_resrv .section_reserve_body .ladies_resrv_inner div {
  position: relative;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}

#ladies_resrv .section_reserve_body .ladies_resrv_inner div::before {
  content: "";
  display: block;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  left: 0;
}

#ladies_resrv .section_reserve_body .ladies_resrv_inner:first-child div::before {
  background: url("../img/icon_resrv_kenshin.png") no-repeat center;
}

#ladies_resrv .section_reserve_body .ladies_resrv_inner:nth-child(2) div::before {
  background: url("../img/icon_resrv_hoiku.png") no-repeat center;
}

@media (max-width: 640px) {
	#faq_nav_wrap {
		padding: 0 0 30px;
	}
	
	#faq_nav_wrap .faq_nav ul li {
		display: block;
		margin-bottom: 0.5em
	}
	
	#faq_nav_wrap .faq_nav ul li:last-child {
		margin-bottom: 0;
	}

	#faq .section_round {
		padding: 20px 20px 5px;
	}
	
  #faq .faq_list dt {
    padding: 10px 10px 10px 60px;
    margin-bottom: 15px;
    border-radius: 10px;
    background-size: 17px;
  }

  #faq .faq_list > dt {
    padding: 15px 34px 15px 54px;
  }

  #faq .faq_list dt::before {
		width: 40px;
    background-size: 20px 20px;
  }

  #faq .faq_list > dt::after {
    width: 34px;
    height: 34px;
    margin-top: -17px;
    background-size: 16px auto !important;
  }

  #faq .faq_list dd {
    overflow: hidden;
  }

  #faq .faq_list > dd {
    padding-bottom: 22px;
    margin-bottom: 15px;
    background-size: auto 2px;
  }

  #faq .faq_list dd::before {
    width: 95px;
    height: 55px;
    margin: 0 10px 5px 0;
    float: left;
  }

  #faq .faq_list .faq_list_inner {
    min-height: 55px;
  }

  #faq .faq_list .faq_list_sub {
    padding: 20px;
    margin: 20px 0 0 20px;
    border-radius: 20px;
    background-size: 17px;
  }

  #faq .faq_contact {
    padding: 20px;
    border-radius: 10px;
    background-size: 17px auto;
  }

  #faq .faq_contact .faq_hospital {
    margin-bottom: 10px;
  }

  #faq .faq_contact .faq_hospital a.button::before {
    width: 40px;
    height: 32px;
    margin-top: -16px;
    left: 15px;
  }

  #faq .faq_contact .faq_callcenter {
    padding: 20px;
    border-radius: 10px;
  }

  #faq .faq_contact .faq_callcenter div {
    font-size: 2rem;
  }

  #faq .faq_contact .faq_callcenter div::before {
    width: 30px;
    height: 30px;
  }

  #faq .submit_list {
    padding: 20px;
    border-radius: 10px;
    background-size: 17px auto;
  }

  #faq .submit_list .dl_item {
    border-radius: 10px;
    overflow: hidden;
  }

  #faq .submit_list .dl_item .dl_heading {
    padding: 10px;
    background-size: 17px auto;
    text-align: center;
  }

  #faq .submit_list .dl_item .dl_body {
    padding: 10px;
  }

  #ladies_resrv::after {
    width: 120px;
    height: 103px;
    right: -5px;
    bottom: -10px;
  }
  
  /*
  #ladies_resrv .section_reserve_body .ladies_resrv_inner:first-child {
    background-size: auto 2px;
    padding-bottom: 17px;
    margin-bottom: 15px;
  }
  */

  #ladies_resrv .section_reserve_body .ladies_resrv_inner div {
    font-size: 2rem;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner:first-child div {
    padding-left: 45px;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner:nth-child(2) div {
    padding-left: 33px;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner div::before {
    margin-top: -10px;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner:first-child div::before {
    width: 35px;
    height: 20px;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner:nth-child(2) div::before {
    width: 23px;
    height: 20px;
  }
}

@media (min-width: 641px) {
	#faq_nav_wrap {
		padding: 60px 0 40px;
	}
	
	#faq_nav_wrap .faq_nav ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	#faq_nav_wrap .faq_nav ul li {
		width: 268px;
		margin-right: 40px;
		margin-bottom: 20px;
	}
	
	#faq_nav_wrap .faq_nav ul li:nth-child(4n) {
		margin-right: 0;
	}
	
	#faq .section_round {
		padding: 40px 60px 10px;
	}
	
  #faq .faq_list dt {
    padding: 20px 20px 20px 90px;
    margin-bottom: 30px;
		font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 20px;
  }

  #faq .faq_list > dt {
    cursor: pointer;
  }

  #faq .faq_list dt::before {
		width: 70px;
		background-size: 30px 30px;
  }
	
  #faq .faq_list > dt::after {
    width: 70px;
    height: 70px;
    margin-top: -35px;
  }

  #faq .faq_list > dd {
    padding-bottom: 43px;
    margin-bottom: 40px;
  }

  #faq .faq_list dd::before {
    width: 190px;
    height: 110px;
    position: absolute;
    left: 0;
    top: 0;
  }

  #faq .faq_list > dt::after {
    background-size: 22px auto !important;
  }

  #faq .faq_list .faq_list_inner {
    min-height: 110px;
    padding-left: 230px;
  }

  #faq .faq_list .faq_list_sub {
    padding: 40px 60px;
    margin: 40px 0 0 60px;
    border-radius: 40px;
  }

  #faq .faq_contact {
    padding: 40px;
    border-radius: 20px;
  }

  #faq .faq_contact .faq_hospital {
    margin-bottom: 24px;
  }

  #faq .faq_contact .faq_hospital a::before {
    margin-top: -25px;
    width: 60px;
    height: 49px;
    left: 20px;
  }

  #faq .faq_contact .faq_callcenter {
    padding: 40px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #fff;
  }

  #faq .faq_contact .faq_callcenter div {
    font-size: 2.25rem;
    line-height: 1.4;
  }

  #faq .faq_contact .faq_callcenter div::before {
    width: 36px;
    height: 36px;
    margin-top: -5px;
    vertical-align: middle;
  }

  #faq .submit_list {
    padding: 40px;
    border-radius: 20px;
  }

  #faq .submit_list .dl_item {
    display: flex;
    border-radius: 20px;
    overflow: hidden;
  }

  #faq .submit_list .dl_item .dl_heading {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 40%;
    text-align: center;
    padding: 1.4em 1.07em;
  }

  #faq .submit_list .dl_item .dl_body {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 60%;
    padding: 1.4em 1.07em;
  }

  #ladies_resrv::after {
    width: 241px;
    height: 207px;
    right: 36px;
    bottom: 36px;
  }
  
  /*
  #ladies_resrv .section_reserve_body .ladies_resrv_inner:first-child {
    margin-bottom: 30px;
    padding-bottom: 33px;
  }
  */

  #ladies_resrv .section_reserve_body .ladies_resrv_inner div {
    font-size: 3rem;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner:first-child div {
    padding-left: 80px;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner:nth-child(2) div {
    padding-left: 56px;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner div::before {
    margin-top: -20px;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner:first-child div::before {
    width: 70px;
    height: 40px;
  }

  #ladies_resrv .section_reserve_body .ladies_resrv_inner:nth-child(2) div::before {
    width: 46px;
    height: 40px;
  }
}