p.text.small{font-size:13px;}

/* feature */

#page_feature .flex_box{
    display: flex;
    flex-direction: row;
    gap: 20px;
	margin:30px 0;
}
#page_feature .flex_box .flex_img{
    width:40%;
}
#page_feature .flex_box .flex_text{
    flex:1;
}
#page_feature .flex_box .flex_text .title{
    font-size: 18px;
    display: flex;
	align-items: center;
    flex-direction: row;
    gap: 15px;
    line-height: 1.5;
    color: #003399;
    font-weight: bold;
    margin-bottom: 15px;
}
#page_feature .flex_box .flex_text .title span{
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 10px;
    background: #003399;
    color: #fff;
}
#page_feature .text.center{
    text-align: center;
}
#page_feature ul.contents--list{
    padding-left:0;
    display: flex;
    justify-content: space-between;
}
#page_feature ul.contents--list li{
    list-style:none;
    width: 32%;
}

/* cartype */

#page_cartype .frame_info{
    border: 1px solid #ff0000;
    padding: 10px 20px;
}
#page_cartype .box_text_img{grid-template-columns: 1fr 35%;}

/* concierge */

#page_concierge .box_text_img{grid-template-columns: 1fr 35%;}
#page_concierge .sec_banner{
    padding:40px 20px 70px;
}
#page_concierge .sec_banner{
    display: block;
    width: 100%;
    max-width: 800px;
    aspect-ratio:274 / 100;
    background: url('../img/top/banner_chukosha.jpg') center center;
    background-size:cover;
    border: 4px solid #003796;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    overflow: hidden;
	margin:0 auto;
}

/* company */

#page_company iframe.googlemap{
    display:block;
    width: 100%;
    max-width: 960px;
    height:300px;
    margin:0 auto;
}

/* contact */

#page_contact .tel{font-size:28px;}
#page_contact ul.tel_info li + li{margin-top:15px;}
#page_contact .line_qr img{width:200px; height:200px;}
#page_contact table.mailform td input{
    width:100%;
	height:30px;
	font-family:inherit;
}
#page_contact table.mailform td select{height:30px;}
#page_contact table.mailform td textarea{
	width:100%;
	height:200px;
	font-family:inherit;
	padding:5px;
}
#page_contact input.wpcf7-submit{
    width: 240px;
    height: 50px;
    border: solid 1px #003399;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 15px;
    color: #ffffff;
    text-decoration: none;
    margin: 40px auto 0 auto;
    position: relative;
    background: #003399;
}
#page_contact input.wpcf7-submit:hover{
	cursor : pointer;
}

/* link */

#page_link ul li + li{margin-top:20px;}

/* privacy */

#page_privacy p.signature{text-align:right;}


/******************** SP ********************/

@media screen and (max-width: 768px) {

.spHide{display:none!important;}
.common-layout .content h2{
	font-size: 24px;
	line-height:1.5;
}
p.text.small{font-size:3.3vw;}

/* feature */

#page_feature .text.center{
    text-align: left;
    padding: 0 3%;
}
#page_feature .flex_box{
    flex-direction: column;
}
#page_feature .flex_box.reverse{
    flex-direction: column-reverse;
}
#page_feature .flex_box .flex_img{
    width:100%;
}
#page_feature ul.contents--list{
    flex-wrap: wrap;
    gap:15px;
}
#page_feature ul.contents--list li{
    list-style: none;
    width: 90%;
    margin: 0 5%;
}

/* contact */

#page_contact .line_btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 50px;
	margin:0 auto;
    position: relative;
    background: #05C755;
    font-size: 4vw;
    color: #FFF;
    border-radius: 5px;
	text-decoration:none;
}
#page_contact .line_btn a:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
#page_contact table.mailform td select{width:100%;}

}