
/* ----------------------------------------
2023new_chintai_top
---------------------------------------- */
body{ z-index:-10;}
h1{background-color: unset;}

.new_header {
    width: fit-content;
    height: 35px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
}
header.chi_header{
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: auto;
    margin-bottom: 15px;
}
header.chi_header a{
    text-decoration: none;
}
header.chi_header a img{
    max-width: 171px;
    margin: auto;
    display: block;
}

header.chi_header>div{width: 15%;}
header.chi_header>ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 55%;
    max-width: 700px;
    margin: auto 0 0 auto;
}
header.chi_header>ul>li{

}
header.chi_header>ul>li>a{
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    padding-top: 15px;
    border-bottom: 3px solid white;
    font-weight: bold;
    color: #0068ad;
    display: block;
}
header.chi_header>ul>li>a:hover{
    border-bottom: 3px solid #FF9800;
}
header.chi_header div.head_inq_btn{
    padding-top: 2em;
    width: 250px;
}
header.chi_header div.head_inq_btn a{
    display: block;
    background: #FF9800;
    color: rgb(255, 255, 255);
    border: 2px solid #FF9800;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 2em;
    line-height: 2.5em;
    width: 200px;
    box-sizing: border-box;
    margin: 0.8em 1em 0.4em 3em;
}
header.chi_header div.head_inq_btn a:hover{
    background: #005bac;
    border: 2px solid #005bac;
}


.chi_main{
    background-image: url(/img/chintai/chi_main_bg.gif);
    background-position: center;
    background-size: cover;
    height: 36vh;
}
.chi_main_slide{

}
.chi_main_menu{
    background-color: white;
    width: 94%;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    margin: 0px auto;
    bottom: -30px;
    position: relative;
    box-shadow: 0 0 8px gray;
}
.chi_main_menu>li{
    width: 32%;
    margin: 0.5em 0.2em 1.5em 0.2em;
    box-sizing: border-box;
}
.chi_main_menu>li:nth-child(2){
    width: 36%;
    border-left: #999 2px solid;
    border-right: #999 2px solid;
    margin: 0.5em 0em 1.5em 0em;
    padding: 0 2px;
}
.chi_main_menu>li>a{
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 3vw;
}
.chi_main_menu>li>a>span{
    color: orange;
    font-size: 3vw;
}
.chi_main_menu>li>a>h2{
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.2em;
    color: #0068ad;
    transition-duration: 0.3s;
margin: 0.3em;
}
.chi_main_menu>li:hover>a>h2{
    color: orange;
}
.chi_main_menu>li>a>p{
    color: #666;
    margin: auto;
    position: relative;
    font-weight: normal;
    padding: 0 4px;
    height: 6em;
    font-size: 3.5vw;
    line-height: 1.4em;
}
.chi_main_menu>li>a>p>br{
	display:none;
}
.chi_main_menu>li>a>p::after{
    content: "";
    position: absolute;
    bottom: -15px;
    left: 45%;
    border: 4px solid transparent;
    border-top: 6px solid #0068ad;
    transition-duration: 0.3s;
}
.chi_main_menu>li:hover>a>p::after{
    bottom: -35px;
}
.chi_info_waku{
    width: 100%;
    margin-top:6em;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.chi_info_waku>div{
	width: 30%;
	padding: 1em 1em 1em 0;
	background-color: #0066b3;

    box-sizing: border-box;
    text-align: right;
}
.chi_info_waku>div>span{
	font-size: 6vw;
	font-weight: bold;
	line-height: 1em;
	color: #FFF;
}
.chi_info_waku>div>h2{
	font-size: 3vw;
	font-weight: bold;
	line-height: 1.5em;
	color: #FFF;
}
.chi_info_waku>div>a{
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.5em;
    color: #FFF;
}
.chi_info_waku>iframe{
    width: 70%;
    padding: 0.5em 0;
}


.chi_room_waku{
    width: 100%;
}

.chi_room_waku h2{
    font-size: 4.5vw;
    line-height: 2em;
    font-weight: bold;
    color: #0068ad;
    text-align: center;
    margin: auto;
}
.chi_room_waku h2>span{
    font-size: 6vw;
    display: block;
    color: #ff9800;
}
.pd_slider{
	width: 100%;
	height: auto;
	margin: auto auto 50px auto;
}

.chi_room_waku{
    margin: 50px auto 0px auto;
}
/*
.chi_room_waku>ul{
    display: flex;
}
*/

.chi_room_waku>ul>div>div>li {
    display: block;
    background-color: #f6f6f4;
    padding: 10px ;
    width: 260px;
    box-sizing: border-box;
    position: relative;
    color: #000;
    text-decoration: none;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif !important;
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    list-style: none;
}

.chiroom_waku>ul>li:last-child{
    margin-right: 0px;
}

.chi_room_waku>ul>div>div>li>a {
    text-decoration: unset;
    color: black;
}

.chi_popularity_wrap{
	width: 100%;
	background-color: #f1f1f1;
	padding-top: 40px;
	padding-bottom: 40px;
}
.chi_popularity_inner{
    display: block;
    margin: auto;
}
.chi_popularity_inner>h2{
    font-size: 18px;
    line-height: 2em;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin: auto;
}
.chi_popularity_inner>h2>span{
    font-size: 8vw;
    display: block;
}
.top_room_label {
    position: absolute;
    display: inline-block;
    padding: 0 1.5em;
    background-color: #FF9800;
    color: #fff;
    border-radius: 5px;
    top: -1em;
    font-weight: bold;
    left: 0;
    right: 0;
    width: fit-content;
    margin: auto;
    line-height: 2em;
    z-index: 2;
    font-size: 14px;
}
.top_room_img{
    width: 100%x;
    border-radius: 10px;
    overflow: hidden;
}
.top_room_img img{
    width: 100%;
    height: 7em;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
	transition-duration: 0.5s;
}
.top_room_img img:hover{
    transform: scale(1.1);
	transition-duration: 0.5s;
}

.top_room_date{
}
.top_room_date h3{
	font-size: 3.5vw;
	line-height: 1.5em;
	color: #0068ad;
	height: 3.5em;
	margin: 0 auto 0em auto;
}
.top_room_date>ul{
}
.top_room_date>ul>li{
    font-size: 3vw;
}
.top_room_yachin{
	font-size: 5vw;
	line-height: 1.5em;
	color: #ff9800;
	font-weight: bold;
}
.pop_list1{
	margin: 30px auto 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: sticky;
}
.pop_list1>li{
	width: 90%;
	margin: 1%;
	position: relative;
	border-radius: 15px;
        border: solid 3px #FFF;
	padding: 1em 0.5em;
	font-size: 3.5vw;
	box-sizing: border-box;
	background-color: rgb(0 70 125 / 60%);
	transition-duration: 0.5s;
	overflow: hidden;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.pop_list1>li:hover{    background-color: rgba(255, 174, 0, 0.6);}
.pop_list1>li>a{
    color: white;
    text-decoration: none;
}
.pop_list1>li>a>p{
	width: 82%;
	font-size: 3vw;
	margin-top: 1em;
}
.pop_list1>li>a>h3{
	font-size: 5vw;
	margin: 0;
}
.pop_list1>li:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
}
.pop_list1 li.pop_omiya:after{background-image: url(/img/chintai/t_tokushu_omiya.jpg);}
.pop_list1 li.pop_shamason:after{background-image: url(/img/chintai/t_tokushu_shamason.jpg);}
.pop_list1 li.pop_habel:after{background-image: url(/img/chintai/t_tokushu_habel.jpg);}

.pop_list1 li.pop_freesearch:after{background-image: url(/img/chintai/t_tokushu_freesearch.jpg);}
.pop_list1 li.pop_gakku:after{background-image: url(/img/chintai/t_tokushu_gakku.jpg);}
.pop_list1 li.pop_mansion:after{background-image: url(/img/chintai/t_tokushu_mansion.jpg);}
.pop_list1{}

.pop_list2{}
.pop_list2>div>div>li{
    margin: 5px;
    /* width: 24%; */
    border-radius: 7px;
    padding: 1em 0.5em;
    font-size: 14px;
    height: 7em;
    position: relative;
    box-sizing: border-box;
    transition-duration: 0.5s;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-color: rgb(0 70 125 / 60%);
}
.pop_list2>div>div>li:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
}
.pop_list2 li.pop_hitori:after{background-image: url(/img/chintai/t_tokushu_hitori.jpg);}
.pop_list2 li.pop_futari:after{background-image: url(/img/chintai/t_tokushu_futari.jpg);}
.pop_list2 li.pop_jr:after{background-image: url(/img/chintai/t_tokushu_jr.jpg);}
.pop_list2 li.pop_shinchiku:after{background-image: url(/img/chintai/t_tokushu_shinchiku.jpg);}
.pop_list2 li.pop_pet:after{background-image: url(/img/chintai/t_tokushu_pet.jpg);}
.pop_list2 li.pop_zero:after{background-image: url(/img/chintai/t_tokushu_zero.jpg);}
.pop_list2 li.pop_kodate:after{background-image: url(/img/chintai/t_tokushu_kodate.jpg);}
.pop_list2 li.pop_family:after{background-image: url(/img/chintai/t_tokushu_family.jpg);}
.pop_list2 li.pop_box:after{background-image: url(/img/chintai/t_tokushu_box.jpg);}
.pop_list2 li.pop_autolock:after{background-image: url(/img/chintai/t_tokushu_autolock.jpg);}
.pop_list2 li.pop_1ldk:after{background-image: url(/img/chintai/t_tokushu_1ldk.jpg);}
.pop_list2 li.pop_2ldk:after{background-image: url(/img/chintai/t_tokushu_2ldk.jpg);}
.pop_list2 li.pop_netfree:after{background-image: url(/img/chintai/t_tokushu_netfree.jpg);}
.pop_list2 li.pop_kadobeya:after{background-image: url(/img/chintai/t_tokushu_kadobeya.jpg);}
.pop_list2>div>div>li a{
    color: white;
    text-decoration: none;
}
.pop_list2>div>div>li a h4{
    font-size: 4.5vw;
    line-height: 1.2em;
    margin: 0;
}
.pop_list3{
    margin: 30px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: sticky;
    width: 100%;
}
.pop_list3>li{
width: 48%;
    position: relative;
    border-radius: 15px;
    padding: 1em 0.5em;
    /* height: 13em; */
    font-size: 3.5vw;
    box-sizing: border-box;
    background-color: rgb(0 70 125 / 60%);
    transition-duration: 0.5s;
    margin: 1%;
    overflow: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pop_list3>li:nth-child(1){
    width: 51%;
}
.pop_list3>li:hover{    background-color: rgba(255, 174, 0, 0.6);}
.pop_list3>li>a{
    color: white;
    text-decoration: none;
}
.pop_list3>li>a>p{
    width: 82%;
    font-size: 3vw;
    margin-top: 1em;
}
.pop_list3>li>a>h3{
    font-size: 4.5vw;
    margin: 0;
}
.pop_list3>li:after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background-position: center;
}
.pop_list3 li:nth-child(1):after{background-image: url(/img/chintai/chi_bnr_parking.jpg);}
.pop_list3 li:nth-child(2):after{background-image: url(/img/chintai/chi_bnr_owner.jpg);}
.pop_list3 li:nth-child(3):after{background-image: url(/img/chintai/chi_bnr_buy.jpg);}

.pop_search{
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    padding: 2em 0;
width: 90%;
}
.pop_search>div{
    text-align: left;
    font-size: 4vw;
    margin-right: 1em;
    line-height: 2em;
    font-weight: bold;
    color: #0068ad;
    width: 100%;
}
.pop_search>input[type="text"]{
    padding: 1em;
    font-size: 18px;
    width: 70%!important;
	height: auto!important;
    border-radius: 5px;
    border: 1px solid #666;
    margin-right: 1em;
}
.pop_search>input[type="submit"]{
background-color: #0068ad;
    border-radius: 5px;
    border: none;
    color: white;
    font-size: 4vw;
    padding: 0 1em;
    line-height: 2.5em;
    font-weight: bold;
    width: fit-content;
}

.chi_reason_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 70px auto;
}
.chi_reason_inner{
    width: 90%;
    background-color: #0066b3;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1em 0;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.chi_reason_inner>h2{
    margin: auto auto auto 0.5em;
    color: white;
    font-size: 10vw;
    font-weight: bold;
    line-height: 1em;
}
.chi_reason_inner>h2>span{
    font-size: 4vw;
    line-height: 2em;
    display: block;
    margin: 0;
}
.chi_reason_inner>p{
    font-size: 3.5vw;
    line-height: 1.5em;
    display: block;
    color: white;
    margin: 1em;
}
.chi_reason_inner>a {
    display: block;
    background-color: #f7941d;
    /* width: 180px; */
    text-align: center;
    margin: 15px 20px auto auto;
    color: white;
    font-size: 3vw;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 2em;
    border-radius: 50px;
    transition: .3s;
}
.chi_reason_inner>a:hover{
    background-color: #fff;
    color: #0066b3;
}
.chi_reason_point{
    width: 100%;
}
.chi_reason_point>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    margin: 2em auto;
}
.chi_reason_point>ul::after{
    content: "";
    display: block;
    background-color: #f7931d;
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: 2em;
    right: 0;
    bottom: -2em;
    position: absolute;
    background-position: right center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.chi_reason_point>ul>li{margin: 1em; width: 85%;}
.chi_reason_point>ul>li:nth-child(1){width: 92%;}
.chi_reason_point>ul>li:nth-child(2){margin-left: 2em;}
.chi_reason_point>ul>li:nth-child(3){margin-left: 4em;}
.chi_reason_point>ul>li>img{ width: inherit;}


.chi_campain_wrap{
    width: 100%;
    background-color: #f1f1f1;
    margin-bottom: 0px;
    padding: 30px 0;
}

.chi_campain_wrap h2{
font-size: 8vw;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 0 0 0px 0;
    margin: 10px auto;
}
.chi_campain_wrap h2>span{
    font-size: 3.5vw;
    display: block;
    line-height: 2em;
    font-weight: normal;
}

.chi_campain_inner{
    width: 100%;
    margin: auto;
}
.chi_campain_inner>ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px auto;
}
.chi_campain_inner>ul>li{width: 48%;    margin: 1%;}
.chi_campain_inner>ul>li>a>img{width: 100%;}


.chi_online_wrap{
    width: 100%;
    margin-bottom: 50px;
    padding: 30px 0;
    position: relative;
    display: block;
}

.chi_online_inner{
    width: 96%;
    margin: auto;
}

.chi_online_inner h2{
    font-size: 8vw;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 0 0 0px 0;
    margin: 10px auto;
}

.chi_online_inner h2>span{
    font-size: 3.5vw;
    display: block;
    line-height: 2em;
    font-weight: normal;
}

.chi_online_inner>p{
    font-size: 3vw;
    line-height: 1.7em;
    text-align: center;
    font-weight: bold;
}

.chi_online_inner>ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 30px auto;
    width: 100%;
    max-width: 100%;
}

.chi_online_inner>ul>li{
    width: 32%;
    display: block;
    text-align: center;
}

.chi_online_inner>ul>li{
    width: 32%;
    display: block;
    text-align: center;
}

.chi_online_inner>ul>li>div>h3{
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.3em;
}
.chi_online_inner>ul>li>div>p{
    font-size: 3.5vw;
    line-height: 1.3em;
}

.chi_online_inner>a{
    display: block;
    background-color: #0068ad;
    width: 50%;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: 1.3em;
    color: white;
    font-size: 4vw;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 1em;
    border-radius: 50px;
    transition: .3s;
}
.chi_online_inner>a:hover{
    background-color: #f7941d;
}


.chi_info_wrap{
    width: 100%;
    background: #e7e7e7;
    /*margin-bottom: 100px;*/
    padding: 30px 0;
}

.chi_info_inner{
    width: 100%;
    margin: auto;
}
.chi_info_inner>h2{
    font-size: 8vw;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 0 0 0px 0;
    margin: 10px auto;
}
.chi_info_inner>h2>span{
    font-size: 16px;
    display: block;
    line-height: 2em;
    color: black;
}
.chi_info_inner>div>iframe{
    display: block;
    width: 90%;
    height: 300px;
    background: white;
    border-radius: 20px;
    overflow: scroll;
    padding: 20px 20px 40px 20px;
    box-sizing: border-box;
	margin: auto;
}
.chi_info_inner>a{
    display: block;
    background-color: #f7941d;
    width: 180px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: 1.3em;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 3em;
    border-radius: 50px;
    transition: .3s;
}
.chi_info_inner>a:hover{
    background-color: #0068ad;
}



.chi_city_wrap{
    width: 100%;
    background-image: url(/img/chintai/city_list_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 30px 0;
}

.chi_city_inner{
    width: 100%;
    margin: auto;
}
.chi_city_inner>h2{
    font-size: 8vw;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 0 0 0px 0;
    margin: 10px auto;
}
.chi_city_inner>h2>span{
    font-size: 16px;
    display: block;
    line-height: 2em;
    color: black;
}
.chi_city_inner>div>iframe{
    display: block;
    width: 98%;
    height: 26em;
    overflow: scroll;
    box-sizing: border-box;
    margin: auto;
}
.chi_city_inner>a{
    display: block;
    background-color: #f7941d;
    width: 180px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: 1.3em;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 3em;
    border-radius: 50px;
    transition: .3s;
}
.chi_city_inner>a:hover{
    background-color: #0068ad;
}




.chi_column_wrap{
    width: 100%;
    background-image: url(/img/chintai/column_list_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
    padding: 30px 0;
}

.chi_column_inner{
    width: 100%;
    margin: auto;
}
.chi_column_inner>h2{
    font-size: 8vw;
    font-weight: bold;
    color: #ffffff;
    display: block;
    line-height: 1em;
    text-align: center;
    padding: 0 0 0px 0;
    margin: 10px auto;
}
.chi_column_inner>h2>span{
    font-size: 16px;
    display: block;
    line-height: 2em;
    color: #ffffff;
}
.chi_column_inner>div>iframe{
    display: block;
    width: 98%;
    height: 26em;
    overflow: scroll;
    box-sizing: border-box;
    margin: auto;
}
.chi_column_inner>a{
    display: block;
    background-color: #f7941d;
    width: 180px;
    text-align: center;
    margin: auto;
    position: relative;
    bottom: 1.3em;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.5em;
    padding: 0px 3em;
    border-radius: 50px;
    transition: .3s;
}
.chi_column_inner>a:hover{
    background-color: #0068ad;
}


.chi_company_wrap{
    position: relative;
}
.chi_company_wrap::before {
    content: "";
    display: block;
    background-image: url(/img/index/top_company_inner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 90%;
    height: 325px;
    left: 1px;
    top: -250px;
    position: absolute;
    z-index: -1;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.chi_company_inner{
    width: 95%;
    display: block;
    padding: 2em;
    margin: 325px 0 auto auto;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
}
.chi_company_inner>p{
    display: block;
    font-size: 3.5vw;
    line-height: 1.5em;
}
.chi_company_inner h2{
    font-size: 8vw;
    font-weight: bold;
    color: #0068ad;
    display: block;
    line-height: 1em;
}
.chi_company_inner>h2>span{
    font-size: 5vw;
    font-weight: bold;
    color: #FF9800;
    display: block;
    line-height: 2em;
}
.chi_company_point{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: fit-content;
    margin-top: 2em;
}
.chi_company_point>li{
    text-align: center;
    width: 32%;
    font-size: 3.5vw;
    line-height: 1.7em;
    font-weight: bold;
    color: #0068ad;
    box-sizing: border-box;
    margin: 0px 0.2em;
}
.chi_company_point>li>a{
    text-decoration: none;
    color: #005bac;
    line-height: 2.5em;
    transition: .3s;
}

.chi_company_point>li>a:hover{
    color: #f7941d;
}
.chi_company_point>li>a>img{
    display: block;
    margin: auto;
    width: 100%;
}
.chi_shop_waku{
    width: 100%;
    margin: 30px auto 50px auto;
}

.chi_shop_waku>ul{
    width: 90%;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.chi_shop_block{
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 2%;
    box-sizing: border-box;
    margin-bottom: 0.5em;
}

.chi_shop_img{
    width: 30%;
}
.chi_shop_img img{
    width: 80px;
    height: 80px;
    border-radius: 40px;
    object-fit: cover;
}
.chi_shop_date{
    width: 70%;
    font-size: 3vw;
    line-height: 1.5em;
    margin-left: 3%;
}
.chi_shop_date h3{
    color: #0066b3;
    font-size: 4vw;
    line-height: 1.5em;
    margin: 0;
}
.chi_shop_tel{
    font-size: 4vw;
    line-height: 1.2em;
    font-weight: bold;
    color: #f7931d;
}
.chi_shop_addres{
    height: 3em;
}
.chi_shop_link{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    width: 100%;
}
.chi_shop_link>a{
    display: block;
    background-color: #0663a9;
    color: white;
    text-decoration: none;
    font-size: 3vw;
    font-weight: bold;
    line-height: 2em;
    padding: 0 1em;
    border-radius: 5px;
    margin-left: 5px;
}

.lp_bukken{
        background: #0066b3;
        color: white;
        margin: 0;
        padding: 110px 0 40px 0;
}


.lp_bukken>h2{
    font-size: 8vw;
    color: #FFF;
    text-align: center;
    line-height: 1.5em;
    width: fit-content;
    margin: auto;
}
.lp_bukken>h2>span{
    font-size: 8vw;
    color: #FFF;
    background: linear-gradient(transparent 60%, orange 30%);
    display: inline-block;
}
.lp_bukken>p{
    font-size: 3.5vw;
    line-height: 2em;
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 2em auto 0 auto;
}
.lp_bukken>p>br{
display:none;
}


.lp_bukken>div{}
.lp_bukken>div>iframe{
    width: 100%;
    height: 490px;
}
.lp_bukken>a{
	background: #FFF;
	color: #0068ad;
	height: auto;
	width: fit-content;
	display: block;
	border-radius: 35px;
	text-align: center;
	font-size: 18px;
	line-height: 2.5em;
	padding: 0em 5em;
	position: relative;
	text-decoration: none;
	margin: 20px auto 50px auto;
	transition: 0.3s;
}
.lp_bukken>a:hover{
    background-color: var(--sub-color);
	color: #fff;
}
 /*--------- レンタルコンテンツ ---------*/

 .s_t_ti {
  padding-bottom: 50px;
  width: 90%;
  margin: 0 auto;
 }

 .s_t_ti h2 {
  font-size: 6vw;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  line-height: 1.3;
  padding-bottom: 30px;
  margin-bottom: 30px;
 }

 .s_t_ti h2:before {
  content: "";
  width: 70px;
  height: 5px;
  background-color: #005fac;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
 }

 .s_t_ti p {
  font-size: 15px;
  line-height: 30px;
  text-align: left;
 }
 .s_t_know { }

 .s_t_know .s_t_ti {
  background-image: url(/buy/img/know_bg.webp);
  background-size: cover;
  color: #fff;
height: 20vh;
        position: relative;
        padding-top: 5vh;
  box-sizing: border-box;
  width: 100%;
  background-position: center;
 }

 .s_t_know .s_t_ti img {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0%;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 3px #3332);
  width: 130px;
 }

 .s_t_know .s_t_ti h2:before {
  background-color: #fff;
 }

 .s_t_know ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: -3vh auto 0;
  position: relative;
 }

 .s_t_know ul li {
  margin: 0 auto 5%;
 }

 .s_t_know ul li a {
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  transition: 0.3s;
  background-color: #fff;
 }

 .s_t_know ul li a:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgb(0 0 0 / 30%);
 }

 .s_t_know ul li img {}

 .s_t_know ul li p {
  padding: 10px 20px 15px;
  font-weight: bold;
  position: relative;
 }

 .s_t_know ul li p::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: #005fac;
  right: 15px;
  top: 10px;
 }

 .s_t_know ul li p::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
 }

.toushi_section{
	padding: 50px 0;
        padding-top: 0px;
        background-image: url(/buy/img/buy_titlebg02.jpg);
        background-repeat: repeat-x;
        background-size: auto 22vh;
        background-position: top center;
}
.toushi_section .chi_popularity_wrap{
        background-color: unset;
}
.toushi_section .chi_popularity_inner>h2 {
        color: white;
}

.toushi_section .chi_room_waku{
	margin: auto;
}
.toushi_section .chi_room_waku h2>span {
	color: #ffffff;
}
.jyutaku_popularity{
        padding-top: 0px;
        background-image: url(/buy/img/buy_titlebg01.jpg);
        background-repeat: repeat-x;
        background-size: auto 22vh;
        background-position: top center;
        padding-top: 10%;
}
