body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #162e69;
  background: url(../img/pc_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #162e69;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  position: relative;
}

#content {
  width: 100%;
  max-width: 500px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 50px;
  background: #f5f4f5;
}

.site_header {
  width: 100%;
  background: #162e69;
}

.site_header h1 {
  padding: 20px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}

.content_title {
  font-size: 18px;
  font-weight: bold;
}

footer {
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
  text-align: center;
  position: absolute;
  bottom: 10px;
}

input,
select,
textarea {
  padding: 10px;
  background: #cecece;
  border-radius: 10px;
}

textarea {
  resize: vertical;
}

.bgw {
  background: #f5f4f5;
}

.bgg {
  background: #cecece;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

#left {
  width: 33%;
  position: relative;
}

#right {
  width: 33%;
}

.flex {
  display: flex;
}

.tc {
  text-align: center;
}

.btn {
  width: 180px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s;
}

.btn:hover {
  cursor: pointer;
  opacity: 0.8;
}

.btn_orange input {
  width: 100%;
  background: #ec6d18!important;
  border: none!important;
}

.shop_name_bg {
  margin-right: 10px;
  font-size: clamp(1rem, -0.5rem + 2.67vw, 2.5rem);
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: -1;
}

.txt_orange {
  color: #ec6d18;
  font-weight: bold;
}

.to_back {
  margin-top: 10px;
  justify-content: space-around;
}

.to_back a {
  width: 150px;
  margin: 0 auto;
  padding: 10px 0;
  background: #cecece;
  text-align: center;
  display: block;
  border-radius: 10px;
  transition: all 0.2s;
}

.to_back a:hover {
  opacity: 0.8;
}

.to_back.to_hp a {
  background: #162e69;
  color: #fff;
}

.reserve_txt_block {
  margin-top: 20px;
  text-align: center;
}

.reserve_txt_block .reserve_txt {
  margin-bottom: 30px;
  line-height: 1.3em;
}

.reserve_txt_block .reserve_txt .tel_link {
  margin-top: 5px;
}

.reserve_txt_block .reserve_txt .tel_link a {
  text-decoration: underline;
}

.datepicker {
  margin-top: 5px;
}

.datepicker input {
  width: 100%;
}

.reserve_type_tab {
  margin-top: 10px;
  display: flex;
  box-sizing: border-box;
}

.reserve_type_tab_item {
  width: 50%;
  padding: 15px 0;
  text-align: center;
  background: #cecece;
  font-weight: bold;
  cursor: pointer;
}

.reserve_type_tab_item:hover {
  opacity: 0.8;
}

.reserve_type_tab_item.select {
  border-bottom: 5px solid #ec6d18;
}





/* トップページ */
#top {
  padding: 20px;
}

#top .shop_name h2 {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

#top .reserve_type {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#top .reserve_type .reserve_type_btn {
  width: 45%;
  max-width: 170px;
  font-size: 16px;
  font-weight: normal;
  border: 1px solid #162e69;
  border-radius: 10px;
}

#top .reserve_type .reserve_type_btn a {
  width: 100%;
  padding: 20px;
  display: block;
}

#top .reserve_type .reserve_type_btn a img {
  width: 60px;
  margin-bottom: 15px;
}

#top .reserve_type .reserve_type_btn a span {
  font-size: 20px;
  font-weight: bold;
  display: block;
}

#top .method_txt {
  margin-top: 30px;
}

#top #error_message {
  margin-top: 20px;
  color: #ec0202;
  text-align: center;
}


/* お客様情報入力ページ */
#input .form_input .form_input_block {
  margin-bottom: 15px;
}

#input .form_input .form_input_title {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

#input .form_input input,
#input .form_input select,
#input .form_input textarea {
  width: 100%;
  background: #fff;
  display: block;
  border: 1px solid #162e69;
}

#input .form_input input:focus,
#input .form_input select:focus,
#input .form_input textarea:focus {
  outline: 2px solid #162e69;
}

#input .form_input textarea {
  height: 100px;
}

#input .reserve_detail {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #162e69;
  border-radius: 10px;
}

#input .reserve_detail .reserve_content {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #cecece;
}

#input .reserve_detail .reserve_content2 {
  margin-bottom: 7px;
  padding-bottom: 7px;
}

#input .reserve_detail .flex {
  margin-bottom: 3px;
  justify-content: space-between;
}

#input .reserve_detail .flex .detail_title {
  width: 35%;
  font-weight: bold;
}

#input .reserve_detail .flex .detail_txt {
  width: 60%;
  display: flex;
  justify-content: flex-end;
  word-break: break-all;
}

#input .reserve_detail .flex.reserve_price_total {
  margin-top: 20px;
  align-items: flex-end;
}

#input .reserve_detail .reserve_price_total .detail_title {
  font-size: 18px;
}

#input .reserve_detail .reserve_price_total .detail_txt {
  color: #ec6d18;
  font-size: 28px;
  font-weight: bold;
}

.clr_red {
  color: red;
}

#input .reserve .btn_orange  {
  margin-top: 20px;
}


/* 時間選択、女性選択ページ */
.reserve_therapist,
.reserve_time {
  margin-top: 20px;
}

.reserve_title {
  margin-bottom: 10px;
  font-weight: bold;
}

.therapist_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.therapist_list ul::after{
  content:"";
  display: block;
  width: calc(100% / 3);
}

.therapist_list ul li {
  margin-bottom: 20px;
  width: calc(100% / 3 - 3px);
  box-sizing: border-box;
}

.therapist_list ul li .therapist_img {
  position: relative;
}

.therapist_list ul li .therapist_img .therapist_select {
  width: 100%;
  height: 100%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #162e6988;
  border: 3px solid #162e69;
}

.therapist_list ul li .therapist_img img {
  height: 200px;
  object-fit: cover;
}

.therapist_list ul li .therapist_detail {
  margin-top: 5px;
  font-size: 14px;
}

.therapist_list ul li .therapist_detail .therapist_name {
  margin-bottom: 3px;
  font-weight: bold;
}

.therapist_list ul li .therapist_detail .therapist_room {
  margin-bottom: 3px;
}

#reserve .search_btn {
  margin-top: 15px;
  text-align: center;
}

#reserve .search_btn input {
  width: 130px;
  color: #fff;
  background:#527490;
  border-radius: 30px;
}

#reserve .therapist_list_noitem{
	position: relative;
}

#reserve .therapist_list_noitem:before{
	content: '指定コース対象外';
	color: #fff;
	background-color: rgba(50, 50, 50, 0.5);
	width: 100%;
	height: 200px;
	text-align: center;
	line-height: 200px;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}

/* 検索結果ページ */
.result_list .result_list_item {
  margin-bottom: 20px;
}

.result_list_flex {
  display: flex;
  justify-content: space-between;
  border: 1px solid #cecece;
  border-radius: 10px;
  overflow: hidden;
}

.result_list_flex .result_list_left {
  width: 40%;
  padding: 7px;
}

.result_list_flex .result_list_left .therapist_detail {
  font-size: 14px;
}

.result_list_flex .result_list_left .therapist_detail .therapist_name {
  font-weight: bold;
}

.result_list_flex .result_list_right {
  width: 60%;
  background: #cecece;
}

.result_list_flex .result_list_right .result_time_list {
  padding: 10px;
}

.result_list_flex .result_list_right .result_time_list .result_time_txt {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
}

.result_list_flex .result_list_right .result_time_list .result_time_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.result_list_flex .result_list_right .result_time_list .result_time_flex::after {
  content:"";
  display: block;
  width: 30%;
}

.result_list_flex .result_list_right .result_time_list .result_time_flex .result_time_item {
  width: 30%;
  margin-bottom: 10px;
}

.result_list_flex .result_list_right .result_time_list .result_time_flex .result_time_item a {
  padding: 5px 0 7px;
  color: #162e69;
  background: #fff;
  text-align: center;
  display: block;
  border: 1px solid #162e69;
  border-radius: 7px;
}

.note{
	color: red;
	padding: 10px;
	font-size: 0.9rem;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button{
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button{
  -webkit-appearance: none;
}

input[type="date"]{
 
  position: relative;
}


/* windowサイズ900px以下の設定 */
@media screen and (max-width: 900px) {
  #left,
  #right { 
    display: none;
  }

  .therapist_list ul li .therapist_img img {
    height: 160px;
  }
}