@charset "UTF-8";
/* searchディレクトリ内のcssを触らないための上書き用CSS */

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
img,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
  margin: 0;
}
.Search-form{
    width: 1024px;
    margin: 0 auto;
    position: relative;
}
.Search__submit-wrap{
    position: static;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
}

input, button, select, {
    font-size: 14px;
    font-size: 1.4rem;
}
.Search__checkbox-txt,
.sp-break {
    font-size: 14px;
    font-size: 1.4rem;
}
.Search__form-group{
    display: flex;
    flex-direction: column;
}
.Search__form-group{
    float: left;
}
.Search__form-group:nth-of-type(3){
    clear: both;
}
.Search__form-group > .Search__form-content > .Search__input-text{
    height: 100%;
    display: flex;
    border-radius: 0;
    width: 100%;
}
.Search__form-group > .Search__form-content > .Search__input-text:hover{
  background:#E9E7E6;
  cursor: pointer;
}
.Search__form-group.Search__form-group--date > .Search__form-content > .Search__input-text:hover{
  background: url(/attending/common/images/icn_calendar.svg) no-repeat right 10px center / 16px #E9E7E6;
}
.Search__form-group > .Search__form-content > .Search__input-text input[type=text]{
  padding: 0 0 0 10px;
  font-size: 1.4rem;
}
.Search__select{
    border-radius: 0;
}
.Search__select select{
  font-size: 1.4rem;
  font-size: 14px;
  width: 100%;
  padding: 0 0 0 10px;
}
.Search__select select:hover{
  background: #E9E7E6;
  cursor: pointer;
}
.Search__form-group:nth-of-type(1) > .Search__form-content,
.Search__form-group:nth-of-type(2) > .Search__form-content,
.Search__form-group:nth-of-type(3) > .Search__form-content,
.Search__form-group:nth-of-type(4) > .Search__form-content{
    width: 290px;
    height: 50px;
    padding: 0 25px 0 0;
}
.Search__form-group:nth-of-type(4) > .Search__form-content{
}
.Search__form-group:nth-of-type(5){
    width: 420px;
    padding: 0 25px 0 0;
}
.Search__form-group:nth-of-type(5) > .Search__form-content{
    width: 100%;
    height: 50px;
    padding-left: 0;
}

.Search__form-label{
    height: 30px;
    width: 120px;
}

element.style {
}
.Search__form-group:nth-of-type(5) > .Search__form-content .Search__select--days {
    width: 142px;
    height: 50px;
    display: flex;
    padding: 0;
}


.Search__form-content {
    width: 100%;
    flex-wrap: nowrap;
    padding-left:0;
}
.Search__checkbox-label--conductor:nth-of-type(n + 3) {
    margin-top: 0;
}
.Search__form-content .conductor_new{
    margin: 0;
}

#i-search input[type="checkbox"],
#i-search input[type="radio"] {
  display: none;
}
.Search__form-content .Search__checkbox-label{

}
.Search__form-content .Search__checkbox-label:hover{
    background: #E9E7E6;
    cursor: pointer;
}
.Search__form-content .Search__checkbox-label--conductor {
    width: 195px;
    height: 50px;
    border-radius: 0;
    margin-right: 10px;
}
.Search__checkbox-btn {
    border: 1px solid #c3c3c3;
}

.Search__detail-contents {
    width:1024px;
    height: 100%;
    padding: 40px 0;
    background: white;
    border-radius: 0;
    clear: both;
}

.Search__detail-btn{
    background:#6C5E59;
    width: 394px;
    height: 50px;
    border-radius: 0;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 210px;
    right: 0px;
}

.Search__detail-btn:hover {
    background:#6C5E59;
    opacity: 0.7;
}

.Search__form-content .Search__select {
    width: 260px;
    height: 50px;
    display: flex;
    border: 1px solid #c3c3c3;
}
.Search__detail-contents-inner {
    padding: 0;
}
.Search__detail-contents .Search__form-group:nth-of-type(1) > .Search__form-content{
    width: 600px;
    height: 50px;
    padding: 0 25px 0 0;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content{
    clear: both;
    width: 100%;
    height: 50px;
    padding: 0;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs{
    display: flex;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li{
    width: inherit;
    width: 144px;
    height: 50px;
    border-radius: 0;
    margin-right: 10px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    padding-left: 12px;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li:hover{
  background: #E9E7E6;
  cursor: pointer;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li label:hover{
  cursor: pointer;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li > input[type=radio]:focus + label .radio1_labelBtn {
  border: solid 2px #6C5E59;
background: #EEEEEE;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li > input[type=radio]:checked + label .radio1_labelBtn {
  border: solid 8px #6C5E59;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li > input[type=radio]:checked + label .radio1_labelBtn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}
.Search__detail-contents .Search__form-group:nth-of-type(3){
  clear: none;
  margin-left: 13px;
}
.radio1_labelBtn{
position: relative;
top: 0;
left: 0;
display: block;
width: 15px;
height: 15px;
border-radius: 50%;
background: #fff;
border: solid 2px #C3C3C3;
}
.radio1_labelTxt{
  margin-left: 12px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li > input::before {
  
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li > label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.Search__detail-contents .Search__form-group:nth-of-type(2) > .Search__form-content .checkboxs li > label .radio1_btn {
  
}

.Search__detail-contents .Search__form-group:nth-of-type(3) > .Search__form-content {
  width: 394px;
  height: 50px;
  padding: 0;
}
.Search__detail-contents .Search__form-group:nth-of-type(3) > .Search__form-content .Search__checkbox-label {
    width: 394px;
    height: 50px;
    border-radius: 0;
    margin-right: 10px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    padding-left: 12px;
    margin: 0;
  }

.Search__detail-contents--i .Search__form-label {
    width: 130px;
}




.Search__form-group .checkboxs .time_choice_lists:hover{
  background: #E9E7E6;
  cursor: pointer;
}
.Search__form-group .checkboxs .time_choice_lists > input[type=checkbox]:focus + label .checkbox_btn {
  border: solid 2px #6C5E59;
background: #EEEEEE;
}
.Search__form-group .checkboxs .time_choice_lists > input[type=checkbox]:checked + label .checkbox_btn {
  background: #6C5E59;
}
.Search__form-group .checkboxs .time_choice_lists > input[type=checkbox]:checked + label .checkbox_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 7px;
  border-left: 3px solid white;
  border-bottom: 3px solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}
.Search__detail-contents .Search__form-group:nth-of-type(3){
  clear: none;
  margin-left: 13px;
}


.Search__detail-contents .Search__form-group:nth-of-type(4){
  width: 100%;
  height: 100%;
  padding: 0;
}
.Search__detail-contents .Search__form-group:nth-of-type(4) > .Search__form-content {
  width: 100%;
  height: 100%;
  padding: 0;
}
.Search__detail-contents .Search__form-group:nth-of-type(4) > .Search__form-content .checkboxs li{
  margin-bottom: 10px;
}
.Search__detail-contents .Search__form-group:nth-of-type(4) > .Search__form-content .Search__checkbox-label {
    /* width: 394px;
    height: 50px; */
    border-radius: 0;
    margin-right: 10px;
    border: 1px solid #c3c3c3;
    display: flex;
    align-items: center;
    padding-left: 12px;
    margin: 0;
  }
.time_name{
  height: 30px;
  width: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
.time_choice_list{
display: flex;
}
.time_choice_lists{
  width: 197px;
  height: 50px;
  margin-right: 10px;
  display: flex;
}
.time_choice_lists:last-child{
  margin-right: 0;
}
.time_choice_lists label{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 197px;
  height: 50px;
  border: 1px solid #c3c3c3;
  padding-left: 5px;
}
.time_choice_lists label:hover{
  cursor: pointer;
}
label .checkbox_txt{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
.width1{
  display: none;
}
.checkbox_btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 4px;
  border: 1px solid #c3c3c3;
  background-color: white;
}

input[type="checkbox"]:checked
+ .Search__checkbox-label
.Search__checkbox-btn {
border: none;
background-color: #6C5E59;
}

input[type="checkbox"]:checked
+ .Search__checkbox-label
.Search__checkbox-btn::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 10px;
height: 7px;
border-left: 3px solid white;
border-bottom: 3px solid white;
transform: translate(-50%, -70%) rotate(-45deg);
}

input[type=text]{
  width: 100%;
}

.CommonModal--destination-ac-btn,
.CommonModal--departure-ac-btn {
  font-size: 1.4rem;
}

.Search__hit-wrap {
  font-size: 1.8rem;
  line-height: 1.2;
  color: #333;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
  width: 100%;
}
.Search__hit {
  margin-right: 3px;
  color: #FF0000;
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
} 

.Search__submit{
  background: #6C5E59;
  width: 300px;
  height: 50px;
  padding: 0;
  border-radius:0;
  transition: none;
  font-size: 1.4rem;
  border: 0;
  margin: 20px 0 0;
}


/* --------------------start_モーダル-------------------- */

.CommonModal {
  width: 700px;
}

.CommonModal__contents {
  position: relative;
}

.CommonModal__scroll-area {
  min-height: 400px;
}

.CommonModal__contents-inner {
  box-shadow: 0px -1px 0px 0px #e5e5e5 inset;
  padding: 0;
}

.CommonModal .Condition__checkbox-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  border-color: #e5e5e5;
  height: auto;
  min-height: 45px;
}

.Condition__checkbox-txt {
  width: calc(100% - 25px);
  line-height: 1.3;
  font-size: 1.5rem;
}

.CommonModal .CommonModal__set-btn-wrap {
  transform: translateY(-1px);
}

.ConditionModal__btn-detail {
  position: absolute;
  top: 50%;
  right: 15px;
  padding: 5px 10px 5px 12px;
  color: #6C5E59;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  border: 1px solid #7ecff3;
  border-radius: 100px;
  background: white;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}

.ConditionModal__btn-detail:hover {
  background-color: #e8f6fd;
}

.CommonModal .Search__icn-plus {
  right: 15px;
}
.CommonModal__ttl:not(.CommonModal__ttl--no-icn)::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: -2px;
  background: url(/sharing/common21/images/icn_search--black.svg) no-repeat center / contain;
}


/* --------------------start_モーダル（カレンダー）-------------------- */

.CommonModal--calendar .CommonModal__contents-inner {

}

.CommonModal-day-wrap {
}

.CommonModal-day-month {
}

.CommonModal-day-heading {
 
}
.CommonModal-day-ttl {
 
}
.CommonModal-day-ttl span{
  font-size: 1.5rem;
  font-weight: 600;
}
a.CommonModal-day-select-month:hover {
  text-decoration: none; 
}

.CommonModal-day-select-month.disabled {
 
}

.CommonModal-day-table th,
.CommonModal-day-table td {
 
}

.CommonModal-day-table th:first-child,
.CommonModal-day-table td:first-child,
.CommonModal-day-table td.holiday {
 
}

.CommonModal-day-table th:last-child,
.CommonModal-day-table td:last-child {

}

.CommonModal-day-inner {

}

.CommonModal-day-bg {
}

.CommonModal-day-table th .CommonModal-day-bg {

}

.CommonModal-day-bg:hover,
.CommonModal-day-table th .CommonModal-day-bg:hover {

}

.CommonModal-day-bg.active,
.CommonModal-day-table th .CommonModal-day-bg.active {

}

.CommonModal-day-empty {

}

.CommonModal-day-g {

}

.CommonModal-day-control-wrap {

}

.CommonModal-day-control {
}

.CommonModal-day-control--g {

}

.CommonModal-day-control:not(.CommonModal-day-control--g) {

}

.CommonModal-day-control:not(.CommonModal-day-control--g):hover {

}

.CommonModal-day-control::before {

}

.CommonModal-day-control--prev {

}

.CommonModal-day-control--prev::before {

}

.CommonModal-day-display-wrap {

}

.CommonModal-day-display-group {

}

.CommonModal-day-display-group:not(:last-child) {

}

.CommonModal-day-display-ttl {

}

.CommonModal-day-display-content {

}

/* --------------------end_モーダル（カレンダー）-------------------- */


/* start_航空会社 */

#Search__i-carr .CommonModal__contents-inner {
  display: flex;
  flex-wrap: wrap;
}

.ConditionModal--airplane-label {
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}

#Search__i-carr .Condition__checkbox-label {
  width: 50%;
  margin: 0;
  padding-right: 70px;
  border-radius: 0;
  border-left: none;
  border-top: none;
}

#Search__i-carr
  .CommonModal__contents-inner:not(:last-of-type)
  .Condition__checkbox-label:nth-of-type(2n + 1) {
  border-right: none;
}

#Search__i-carr
  .CommonModal__contents-inner:not(:last-of-type)
  .Condition__checkbox-label:first-of-type {
  font-weight: 600;
  width: 100%;
}

.ConditionModal--airplane-logo {
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: -10px;
  border: 1px solid #e5e5e5;
}

#Search__i-carr .CommonModal__set-btn-wrap {
  position: relative;
}

.Condition__airplane-input-wrap {
  position: absolute;
  top: 20px;
  left: 15px;
}

.Condition__airplane-input-ttl {
  margin-bottom: 3px;
  font-size: 1.3rem;
  font-weight: 600;
}

.Condition__airplane-input-content .Condition__radio-label {
  margin-right: 5px;
  font-size: 1.4rem;
}

/* end_航空会社 */




/* start_共通 */

#Search__i-carr ::placeholder {
  color: #333;
}

/* start_ラジオボタン（枠あり） */

#Search__i-carr input[type="radio"] {
  display: none;
}

.Condition__radio-label {
  display: inline-block;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#Search__i-carr input[type="radio"]:checked + .Condition__radio-label {
  background: #e8f6fd;
}

.Condition__radio-btn {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 50%;
  border: 2px solid #888;
  background-color: white;
}

#Search__i-carr
  input[type="radio"]:checked
  + .Condition__radio-label
  .Condition__radio-btn {
  border: 6px solid #6C5E59;
}

/* end_ラジオボタン（枠あり） */

/* start_ラジオボタン（枠なし） */

.Condition__radio-label--simple {
  margin-bottom: 0;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

#Search__i-carr input[type="radio"]:checked + .Condition__radio-label--simple {
  background: transparent;
}

/* end_ラジオボタン（枠なし） */

/* start_チェックボックス（枠あり） */

#Search__i-carr input[type="checkbox"] {
  display: none;
}

.Condition__checkbox-label {
  display: inline-block;
  height: 45px;
  margin-bottom: 10px;
  padding: 10px 15px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}

#Search__i-carr input[type="checkbox"]:checked + .Condition__checkbox-label {
  background: #e8f6fd;
}

.Condition__checkbox-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: -5px;
  border-radius: 4px;
  border: 2px solid #888;
  background-color: white;
}

#Search__i-carr
  input[type="checkbox"]:checked
  + .Condition__checkbox-label
  .Condition__checkbox-btn {
  border: none;
  background-color: #6C5E59;
}

#Search__i-carr
  input[type="checkbox"]:checked
  + .Condition__checkbox-label
  .Condition__checkbox-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 10px;
  height: 7px;
  border-left: 2px solid white;
  border-bottom: 2px solid white;
  transform: translate(-50%, -70%) rotate(-45deg);
}

/* end_チェックボックス（枠あり） */

/* start_チェックボックス（枠なし） */

.Condition__checkbox-label--simple {
  height: auto;
  margin: 5px 0 0 0;
  padding: 0;
  border: none;
  border-radius: 0;
}

#Search__i-carr input[type="checkbox"]:checked + .Condition__checkbox-label--simple {
  background: transparent;
}

/* end_チェックボックス（枠なし） */

/* start_セレクトボックス */

.Condition__select {
  width: 100%;
  position: relative;
  border: 1px solid #888;
  border-radius: 4px;
}

.Condition__select::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #c3c3c3;
  border-bottom: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-80%) rotate(45deg);
}

#Search__i-carr select {
  width: 100%;
  height: 40px;
  padding: 8px 30px 8px 10px;
}

/* end_セレクトボックス */

/* start_input-text */

#Search__i-carr input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 9px 30px 8px 10px;
  text-overflow: ellipsis;
}

#Search__i-carr input[type="text"]::placeholder {
  color: #999;
}

.Condition__input-text {
  position: relative;
  width: 100%;
  border: 1px solid #888;
  border-radius: 4px;
  height: 42px;
}

.Condition__input-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #c3c3c3;
  border-right: 2px solid #c3c3c3;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%) rotate(45deg);
}

/* end_input-text */

/* end_共通 */

/* css 追加　2021/09/14 */

#Search__i-carr input[type="checkbox"]:disabled + .Condition__checkbox-label .Condition__checkbox-txt{
  color: #bbb;
}

#Search__i-carr
  input[type="checkbox"]:disabled
  + .Condition__checkbox-label
  .Condition__checkbox-btn {
  border: none;
  background-color: var(--disable-color);
}

#Search__i-carr
  input[type="checkbox"]:disabled
  + .Condition__checkbox-li
  .Condition__checkbox-btn {
  border: none;
  background-color: var(--disable-color);
}

#Search__i-carr
  input[type="checkbox"]:disabled
  + .Condition__checkbox-label--simple {
  color: #bbb;
}
.CommonModal-day-table th:first-child span,
.CommonModal-day-table td:first-child span,
.CommonModal-day-table td.holiday span {
  color: #ff6666;
}

.CommonModal-day-table th:last-child span,
.CommonModal-day-table td:last-child span {
  color: #6397f7;
}
.CommonModal-day-bg.active, .CommonModal-day-table th .CommonModal-day-bg.active {
  color: white!important;
  background: #00a0e9;
}
.Search__submit:hover {
  opacity: 0.7;
  cursor: pointer;
}
 