/*-----------------------
ヘッダー
-----------------------*/
#header {
    border-right: rgba(255,150,21,.5) solid 0.5px;
}
/*---------------------------------------
パンくずリスト
-------------------------------------*/
.blead_list_area {
    width: 100%;
    margin-bottom: 30px;
}

.blead_list_area .blead_list {
    list-style: none;
    display: flex;
    height: 20px;
    align-items: center;
}

.blead_list .blead_list_link {
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #737373;
    display: flex;
    justify-content: space-evenly;
}

.blead_list .blead_list_arrow {
    font-size: 16px;
    margin: 0 10px;
}

.blead_list .blead_list_link a {
    text-decoration: none;
    color: #737373;
}

.blead_list .blead_list_link_line,
.blead_list .blead_list_link_area,
.page_ttl .page_ttl_line,
.page_ttl .page_ttl_area {
    display: none;
}

.blead_list .blead_list_link_line.open,
.blead_list .blead_list_link_area.open,
.page_ttl .page_ttl_line.open,
.page_ttl .page_ttl_area.open {
    display: flex;
}
/*--------------------
タイトル
----------------------*/
.page_ttl {
    width: 100%;
    border-left: 5px #ff9615 solid;
    margin-bottom: 40px;
    padding-left: 8px;
    position: relative;
}

.page_ttl::before {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #d9d9d9;
    position: absolute;
    top: -10px;
    left: -5px;
}

.page_ttl h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;

}
/*--------------------
メイン
-----------------------*/
#main {
    position: relative;
}
.contents_1 {
    margin-bottom: 290px;
}
.main {
    padding: 40px 0px;
    max-width: 1208px;
    width: 77%;
    margin: 0 auto;
}

/*-------------------------
検索切り替え
--------------------------*/
.search_type {
    width: 100%;
    height: 85px;
    border-bottom: #ff9615 2px solid;
    background-color: #eceae6;
    margin-bottom: 64px;
}

.search_type .search_type_contents {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: end;
    justify-content: center;
}

.search_type_contents .search_type_line,
.search_type_contents .search_type_map {
    width: 46%;
    border-radius: 8px 8px 0 0;
    border-top: #ff9615 solid 2px;
    border-left: #ff9615 solid 2px;
    border-right: #ff9615 solid 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
}

.search_type_contents .search_type_line.orange,
.search_type_contents .search_type_map.orange {
    background-color: #ff9615;
}

.search_type_contents .search_type_line,
.search_type_contents .search_type_map {
    background-color: #fff;
}

.search_type_contents .search_type_line img,
.search_type_contents .search_type_map img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    margin-right: 16px;
}

.search_type_line.orange .search_type_line_txt,
.search_type_map.orange .search_type_map_txt {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
}

.search_type_line .search_type_line_txt,
.search_type_map .search_type_map_txt {
    color: #ff9615;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

.search_type_line.orange .search_type_line_img_orange,
.search_type_map .search_type_map_img_white,
.search_type_map.orange .search_type_map_img_orange,
.search_type_line .search_type_line_img_white {
    display: none;
}

.search_type_line.orange .search_type_line_img_white,
.search_type_map.orange .search_type_map_img_white {
    display: block;
}

/*--------------------
検索欄
--------------------------*/
.main_contents_area {
    width: 100%;
}
.main_contents_area .search_contents {
    width: 100%;
}

.area_search_contents_area {
    margin-bottom: 64px;
}

.line_search_contents_area .line_jr_search_box,
.area_search_contents_area .area_search_box,
.line_search_contents_area .line_tokyo_metro_search_box,
.line_search_contents_area .line_seibu_search_box,
.line_search_contents_area .line_tokyu_search_box,
.line_search_contents_area .line_toei_metro_search_box,
.line_search_contents_area .line_keio_search_box,
.line_search_contents_area .line_keikyu_search_box,
.line_search_contents_area .line_odakyu_search_box,
.line_search_contents_area .line_tokyo_rinkai_search_box,
.line_search_contents_area .line_tokyo_monorail_search_box {
    border: #d9d9d9 1.5px solid;
    border-top: #ff9615 2px solid;
    width: 100%;
    margin-bottom: 24px;
}

.line_jr_search_box .search_box_title,
.area_search_box .search_box_title,
.line_tokyo_metro_search_box .search_box_title,
.line_seibu_search_box .search_box_title,
.line_tokyu_search_box .search_box_title,
.line_toei_metro_search_box .search_box_title,
.line_keio_search_box .search_box_title,
.line_keikyu_search_box .search_box_title,
.line_odakyu_search_box .search_box_title,
.line_tokyo_rinkai_search_box .search_box_title,
.line_tokyo_monorail_search_box .search_box_title {
    font-size: 20px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    padding: 12px 0;
    padding-left: 20px;
    width: 100%;
    border-bottom: #d9d9d9 1.5px solid;
}

.line_jr_search_box .search_box_title span,
.area_search_box .search_box_title span,
.line_tokyo_metro_search_box .search_box_title span,
.line_seibu_search_box .search_box_title span,
.line_tokyu_search_box .search_box_title span,
.line_toei_metro_search_box .search_box_title span,
.line_keio_search_box .search_box_title span,
.line_keikyu_search_box .search_box_title span,
.line_odakyu_search_box .search_box_title span,
.line_tokyo_rinkai_search_box .search_box_title span,
.line_tokyo_monorail_search_box .search_box_title span {
    font-size: 14px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}

.line_jr_checkbox_contents,
.area_checkbox_contents,
.line_tokyo_metro_checkbox_contents,
.line_seibu_checkbox_contents,
.line_tokyu_checkbox_contents,
.line_toei_metro_checkbox_contents,
.line_keio_checkbox_contents,
.line_keikyu_checkbox_contents,
.line_odakyu_checkbox_contents,
.line_tokyo_rinkai_checkbox_contents,
.line_tokyo_monorail_checkbox_contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.line_jr_checkbox_contents::before,
.area_checkbox_contents::before,
.line_tokyo_metro_checkbox_contents::before,
.line_tokyu_checkbox_contents::before {
    content: '';
    width: 100%;
    height: 0.5px;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    bottom: 53px;
}

.line_tokyo_metro_checkbox_contents::after {
    content: '';
    width: 100%;
    height: 0.5px;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    bottom: 107px;
}

.line_jr_checkbox_contents label,
.area_checkbox_contents label,
.line_tokyo_metro_checkbox_contents label,
.line_seibu_checkbox_contents label,
.line_tokyu_checkbox_contents label,
.line_toei_metro_checkbox_contents label,
.line_keio_checkbox_contents label,
.line_keikyu_checkbox_contents label,
.line_odakyu_checkbox_contents label,
.line_tokyo_rinkai_checkbox_contents label,
.line_tokyo_monorail_checkbox_contents label {
    font-size: 15px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
    padding: 16px 0;
    padding-left: 20px;
    position: relative;
    width: 25%;
}

.line_jr_checkbox_contents label::before,
.area_checkbox_contents label::before,
.line_tokyo_metro_checkbox_contents label::before,
.line_seibu_checkbox_contents label::before,
.line_tokyu_checkbox_contents label::before,
.line_toei_metro_checkbox_contents label::before,
.line_keio_checkbox_contents label::before,
.line_keikyu_checkbox_contents label::before,
.line_odakyu_checkbox_contents label::before,
.line_tokyo_rinkai_checkbox_contents label::before,
.line_tokyo_monorail_checkbox_contents label::before {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
}

.line_jr_checkbox_contents label:nth-of-type(1):before,
.area_checkbox_contents label:nth-of-type(1):before,
.line_tokyo_metro_checkbox_contents label:nth-of-type(1):before,
.line_seibu_checkbox_contents label:nth-of-type(1):before,
.line_tokyu_checkbox_contents label:nth-of-type(1):before,
.line_toei_metro_checkbox_contents label:nth-of-type(1):before,
.line_keio_checkbox_contents label:nth-of-type(1):before,
.line_keikyu_checkbox_contents label:nth-of-type(1):before,
.line_odakyu_checkbox_contents label:nth-of-type(1):before,
.line_tokyo_rinkai_checkbox_contents label:nth-of-type(1):before,
.line_tokyo_monorail_checkbox_contents label:nth-of-type(1):before {
    display: none;
}

.line_jr_checkbox_contents label:nth-of-type(5):before,
.area_checkbox_contents label:nth-of-type(5):before,
.line_tokyo_metro_checkbox_contents label:nth-of-type(5):before,
.line_tokyo_metro_checkbox_contents label:nth-of-type(9):before,
.line_tokyu_checkbox_contents label:nth-of-type(5):before {
    display: none;
}

.line_jr_checkbox_contents label:last-of-type::after,
.line_tokyo_metro_checkbox_contents label:last-of-type::after,
.line_seibu_checkbox_contents label:last-of-type::after,
.line_tokyu_checkbox_contents label:last-of-type::after,
.line_toei_metro_checkbox_contents label:last-of-type::after,
.line_keio_checkbox_contents label:last-of-type::after,
.line_keikyu_checkbox_contents label:last-of-type::after,
.line_odakyu_checkbox_contents label:last-of-type::after,
.line_tokyo_rinkai_checkbox_contents label:last-of-type::after,
.line_tokyo_monorail_checkbox_contents label:last-of-type::after,
.area_checkbox_contents label:last-of-type::after {
    content: '';
    width: 1px;
    height: 40px;
    background-color: #d9d9d9;
    position: absolute;
    right: -1px;
    top: calc(50% - 20px);
}

.line_jr_checkbox_contents label span,
.area_checkbox_contents label span,
.line_tokyo_metro_checkbox_contents label span,
.line_seibu_checkbox_contents label span,
.line_tokyu_checkbox_contents label span,
.line_toei_metro_checkbox_contents label span,
.line_keio_checkbox_contents label span,
.line_keikyu_checkbox_contents label span,
.line_odakyu_checkbox_contents label span,
.line_tokyo_rinkai_checkbox_contents label span,
.line_tokyo_monorail_checkbox_contents label span {
    font-size: 13px;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
}

.line_jr_checkbox_contents input[type="checkbox"],
.area_checkbox_contents input[type="checkbox"],
.line_tokyo_metro_checkbox_contents input[type="checkbox"],
.line_seibu_checkbox_contents input[type="checkbox"],
.line_tokyu_checkbox_contents input[type="checkbox"],
.line_toei_metro_checkbox_contents input[type="checkbox"],
.line_keio_checkbox_contents input[type="checkbox"],
.line_keikyu_checkbox_contents input[type="checkbox"],
.line_odakyu_checkbox_contents input[type="checkbox"],
.line_tokyo_rinkai_checkbox_contents input[type="checkbox"],
.line_tokyo_monorail_checkbox_contents input[type="checkbox"] {
	width: 16px;
	height: 16px;
	padding: 0;
    margin-right: 8px;
	box-sizing: border-box;
	vertical-align: middle;
    border: #b6b6b6 1px solid;
}

.search_contents .search_btn {
    width: 272px;
    height: 60px;
    color: #fff;
    font-size: 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF9615;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    transition: all .5s
}
  
.search_contents .search_btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all .5s;
}
  
.search_contents .search_btn::before {
    position: absolute;
    content: '';
    width: 99%;
    height: 20px;
    background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, #fff 100%);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, #fff 100%);
    opacity: 0.62;
    top: 5px;
    border-radius: 7px;
    filter: blur(6px);
}
  
.search_contents .search_btn::after {
    position: absolute;
    content: '';
    width: 99%;
    height: 22px;
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, #000 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #000 100%);
    opacity: 0.36;
    bottom: 2px;
    border-radius: 7px;
    filter: blur(6px);
}

.search_contents .search_btn img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    margin-right: 8px;
}

.line_search_contents_area {
    margin-bottom: 64px;
}

.line_search_contents_area,
.area_search_contents_area {
    display: none;
}

.line_search_contents_area.open,
.area_search_contents_area.open {
    display: block;
}

@media screen and (max-width:1440px) {
    .main {
        width: 70%;
    }
    .search_type_line.orange .search_type_line_txt, .search_type_map.orange .search_type_map_txt,
    .search_type_line .search_type_line_txt, .search_type_map .search_type_map_txt {
        font-size: 20px;
    }
    .line_jr_checkbox_contents label, .area_checkbox_contents label, .line_tokyo_metro_checkbox_contents label, .line_seibu_checkbox_contents label, .line_tokyu_checkbox_contents label, .line_toei_metro_checkbox_contents label, .line_keio_checkbox_contents label, .line_keikyu_checkbox_contents label, .line_odakyu_checkbox_contents label, .line_tokyo_rinkai_checkbox_contents label, .line_tokyo_monorail_checkbox_contents label {
        font-size: 13px;
    }

}

@media screen and (max-width:1200px) {
    .main {
        width: 66%;
    }
    .search_type_line.orange .search_type_line_txt, .search_type_map.orange .search_type_map_txt, .search_type_line .search_type_line_txt, .search_type_map .search_type_map_txt {
        font-size: 18px;
    }
    .line_jr_checkbox_contents label, .area_checkbox_contents label, .line_tokyo_metro_checkbox_contents label, .line_seibu_checkbox_contents label, .line_tokyu_checkbox_contents label, .line_toei_metro_checkbox_contents label, .line_keio_checkbox_contents label, .line_keikyu_checkbox_contents label, .line_odakyu_checkbox_contents label, .line_tokyo_rinkai_checkbox_contents label, .line_tokyo_monorail_checkbox_contents label {
        padding-left: 9px;
        width: 33%;
    }
    .line_jr_checkbox_contents label:nth-of-type(5):before, .area_checkbox_contents label:nth-of-type(5):before, .line_tokyo_metro_checkbox_contents label:nth-of-type(5):before, .line_tokyo_metro_checkbox_contents label:nth-of-type(9):before, .line_tokyu_checkbox_contents label:nth-of-type(5):before {
        display: block;
    }
    .line_jr_checkbox_contents label:nth-of-type(4):before,
    .area_checkbox_contents label:nth-of-type(4):before,
    .line_tokyo_metro_checkbox_contents label:nth-of-type(4):before,
    .line_tokyo_metro_checkbox_contents label:nth-of-type(7):before,
    .line_tokyo_metro_checkbox_contents label:last-of-type:after,
    .line_tokyu_checkbox_contents label:nth-of-type(4):before,
    .line_tokyu_checkbox_contents label:nth-of-type(7):before,
    .line_toei_metro_checkbox_contents label:nth-of-type(4):before,
    .area_checkbox_contents label:last-of-type::after {
        display: none;
    }
    .line_jr_checkbox_contents::before, .area_checkbox_contents::before, .line_tokyo_metro_checkbox_contents::before, .line_tokyu_checkbox_contents::before {
        bottom: 51px;
    }
    .line_tokyo_metro_checkbox_contents::after {
        bottom: 102px;
    }
    .line_tokyu_checkbox_contents::after {
        content: '';
        width: 100%;
        height: 0.5px;
        background-color: #d9d9d9;
        position: absolute;
        left: 0;
        bottom: 102px;
    }
    .line_toei_metro_checkbox_contents::before {
        content: '';
        width: 100%;
        height: 0.5px;
        background-color: #d9d9d9;
        position: absolute;
        left: 0;
        bottom: 51px;
    }
}

@media screen and (max-width:1023px) {
    
    .main {
        padding-top: 95px;
        width: 90%;
    }
    #header {
        border-right: none;
    }
    .search_type {
        width: 100%;
    }
}

@media screen and (max-width:700px) {
    .main {
        width: 95%;
    }
    .page_ttl {
        display: none;
    }
    .main_contents_area {
        width: 85%;
        margin: 0 auto;
    }
    .line_jr_checkbox_contents label, .area_checkbox_contents label, .line_tokyo_metro_checkbox_contents label, .line_seibu_checkbox_contents label, .line_tokyu_checkbox_contents label, .line_toei_metro_checkbox_contents label, .line_keio_checkbox_contents label, .line_keikyu_checkbox_contents label, .line_odakyu_checkbox_contents label, .line_tokyo_rinkai_checkbox_contents label, .line_tokyo_monorail_checkbox_contents label {
        width: 50%;
    }
    
    .line_jr_search_box .search_box_title, .area_search_box .search_box_title, .line_tokyo_metro_search_box .search_box_title, .line_seibu_search_box .search_box_title, .line_tokyu_search_box .search_box_title, .line_toei_metro_search_box .search_box_title, .line_keio_search_box .search_box_title, .line_keikyu_search_box .search_box_title, .line_odakyu_search_box .search_box_title, .line_tokyo_rinkai_search_box .search_box_title, .line_tokyo_monorail_search_box .search_box_title {
        border: none;
        border-left: #333 3px solid;
        padding-top: 0;
        padding-bottom: 0;
    }
    .line_search_contents_area .line_jr_search_box, .area_search_contents_area .area_search_box, .line_search_contents_area .line_tokyo_metro_search_box, .line_search_contents_area .line_seibu_search_box, .line_search_contents_area .line_tokyu_search_box, .line_search_contents_area .line_toei_metro_search_box, .line_search_contents_area .line_keio_search_box, .line_search_contents_area .line_keikyu_search_box, .line_search_contents_area .line_odakyu_search_box, .line_search_contents_area .line_tokyo_rinkai_search_box, .line_search_contents_area .line_tokyo_monorail_search_box {
        border: none;
        margin-bottom: 37px;
    }
    .line_jr_checkbox_contents::before, .area_checkbox_contents::before, .line_tokyo_metro_checkbox_contents::before, .line_tokyu_checkbox_contents::before,
    .line_jr_checkbox_contents label::before, .area_checkbox_contents label::before, .line_tokyo_metro_checkbox_contents label::before, .line_seibu_checkbox_contents label::before, .line_tokyu_checkbox_contents label::before, .line_toei_metro_checkbox_contents label::before, .line_keio_checkbox_contents label::before, .line_keikyu_checkbox_contents label::before, .line_odakyu_checkbox_contents label::before, .line_tokyo_rinkai_checkbox_contents label::before, .line_tokyo_monorail_checkbox_contents label::before,
    .line_jr_checkbox_contents label:nth-of-type(5):before, .area_checkbox_contents label:nth-of-type(5):before, .line_tokyo_metro_checkbox_contents label:nth-of-type(5):before, .line_tokyo_metro_checkbox_contents label:nth-of-type(9):before, .line_tokyu_checkbox_contents label:nth-of-type(5):before,
    .line_tokyu_checkbox_contents::after,
    .line_toei_metro_checkbox_contents::before,
    .line_tokyo_metro_checkbox_contents::after,
    .line_jr_search_box .search_box_title span, .area_search_box .search_box_title span, .line_tokyo_metro_search_box .search_box_title span, .line_seibu_search_box .search_box_title span, .line_tokyu_search_box .search_box_title span, .line_toei_metro_search_box .search_box_title span, .line_keio_search_box .search_box_title span, .line_keikyu_search_box .search_box_title span, .line_odakyu_search_box .search_box_title span, .line_tokyo_rinkai_search_box .search_box_title span, .line_tokyo_monorail_search_box .search_box_title span,
    .line_jr_checkbox_contents label span, .area_checkbox_contents label span, .line_tokyo_metro_checkbox_contents label span, .line_seibu_checkbox_contents label span, .line_tokyu_checkbox_contents label span, .line_toei_metro_checkbox_contents label span, .line_keio_checkbox_contents label span, .line_keikyu_checkbox_contents label span, .line_odakyu_checkbox_contents label span, .line_tokyo_rinkai_checkbox_contents label span, .line_tokyo_monorail_checkbox_contents label span,
    .line_jr_checkbox_contents label:last-of-type::after, .line_tokyo_metro_checkbox_contents label:last-of-type::after, .line_seibu_checkbox_contents label:last-of-type::after, .line_tokyu_checkbox_contents label:last-of-type::after, .line_toei_metro_checkbox_contents label:last-of-type::after, .line_keio_checkbox_contents label:last-of-type::after, .line_keikyu_checkbox_contents label:last-of-type::after, .line_odakyu_checkbox_contents label:last-of-type::after, .line_tokyo_rinkai_checkbox_contents label:last-of-type::after, .line_tokyo_monorail_checkbox_contents label:last-of-type::after, .area_checkbox_contents label:last-of-type::after {
        display: none;
    }
    .line_jr_search_box .search_box_title, .area_search_box .search_box_title, .line_tokyo_metro_search_box .search_box_title, .line_seibu_search_box .search_box_title, .line_tokyu_search_box .search_box_title, .line_toei_metro_search_box .search_box_title, .line_keio_search_box .search_box_title, .line_keikyu_search_box .search_box_title, .line_odakyu_search_box .search_box_title, .line_tokyo_rinkai_search_box .search_box_title, .line_tokyo_monorail_search_box .search_box_title {
        font-size: 17px;
        font-weight: 500;
        padding-left: 7px;
        margin-bottom: 10px;
    }
    .line_jr_checkbox_contents label, .area_checkbox_contents label, .line_tokyo_metro_checkbox_contents label, .line_seibu_checkbox_contents label, .line_tokyu_checkbox_contents label, .line_toei_metro_checkbox_contents label, .line_keio_checkbox_contents label, .line_keikyu_checkbox_contents label, .line_odakyu_checkbox_contents label, .line_tokyo_rinkai_checkbox_contents label, .line_tokyo_monorail_checkbox_contents label {
        font-size: 16px;
        padding: 0;
        margin-bottom: 14px;
    }
    .line_tokyo_metro_checkbox_contents {
        flex-direction: column;
    }
    .line_tokyo_metro_checkbox_contents label {
        width: 100%;
    }
    .search_type_line.orange .search_type_line_txt, .search_type_map.orange .search_type_map_txt, .search_type_line .search_type_line_txt, .search_type_map .search_type_map_txt {
        font-size: 14px;
    }
    .search_type_contents .search_type_line img, .search_type_contents .search_type_map img {
        width: 15px;
        height: 15px;
        margin-right: 5px;
    }
    .search_type_contents .search_type_line, .search_type_contents .search_type_map {
        height: 100%;
    }
    .search_type {
        margin-bottom: 16px;
        height: 43px;
    }
    .contents_1 {
        margin-bottom: 50px;
    }
}
