@charset "utf-8";
/* CSS Document */
.japaniframerun{
    position: relative;
    width: 100%;
}
.japaniframerun iframe{
    height: 350px;
    overflow: scroll;
}
#inquire{
    display: flex;
    padding: 5vw 0;
    flex-wrap: wrap;
}
#inquire form{
    display: flex;
    align-items: center;
    margin: 0 35px;
}
#inquire form font{
    display: flex;
}
#inquire form font , #inquire form input{
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.05em;
}
#inquire .box_01{
    display: flex;
    width: 50%;
}
#inquire .box_02{
    display: flex;
    width: 50%;
}
#inquire input[type="text"]{
    border: #dedede70 1px solid;
    width: 200px;
    margin: 0 22px;
}
input[type="submit"]{
    padding: 1px 10px;
    background: #d03987;
    color: white;
    border-radius: 50px;
}
.stat{
    display: flex;
    width: 100%;
}
.stat .te{
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    border-bottom: #96836f2e 1px solid;
    padding-bottom: 10px;
}
.stat .te p{
    margin: 0 6px;
    color: #5b3d76;
}
.s1 , .s2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.s1 .gaigo , .s2 .gaigo{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.s1 .gaigo h2 , .s2 .gaigo h2{
    font-size: 22px;
    font-weight: 400;
}
.s1 .gaigo p , .s2 .gaigo p{
    font-size: 18px;
    margin: 0 8px;
    padding: 4px 10px;
    border: #c1c1c180 1px solid;
    border-radius: 7px;
    font-weight: 300;
    color: #848484;
}
.s1 .ewuan , .s2 .ewuan{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 40px 0 80px;
}
.s2 .ewuan{
    margin-bottom: 20px;
}
.s1 .ewuan .info{
    display: flex;
    flex-direction: column;
    width: calc(25% - 83px);
    padding: 60px 30px;
    border: #e4e4e463 1px solid;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 1px 0px 7px 6px #e3e3e32b;
    background: #ffffffa3;
}
.s2 .ewuan .info{
    display: flex;
    width: calc(25% - 83px);
    padding: 20px 30px;
    border: #8d8d8d14 1px solid;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 1px 0px 7px 6px #e3e3e32b;
    flex-direction: column;
    position: relative;
}
.s2 .ewuan .info:hover .teext:before{
    width: 100%;
}
.s2 .ewuan .info .panumber{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.s2 .ewuan .info h2{
    color: #db0e78;
    overflow: hidden;
    margin: 10px 0;
    height: 22px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.s2 .ewuan .teext{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 10px;
    position: relative;
    justify-content: center;
}
.s2 .ewuan .teext:before{
    content:"";
    width: 50%;
    height:1px;
    background: #dddddd;
    top: 0;
    position: absolute;
}
.s2 .ewuan .teext p{
    display:flex;
    width:33.3%;
    color: #8d8d8d;
    font-weight: 300;
}
.s2 .ewuan .info img{
    display: flex;
    flex-direction: column;
    object-position: 100% 50%;
    object-fit: cover;
}
.s1 p.bo1{
    font-size: 22px;
    color: #5b3d76;
    border-bottom: #dadadab3 1px solid;
}
.s1 p.bo2{
    font-size: 18px;
    color: #5f5f5f;
}
@media screen and (max-width: 1300px){
    .s2 .ewuan .info{
        width: calc(33.3% - 83px);
    }
}
@media screen and (max-width: 1280px){
	#inquire{
        display: flex;
        flex-direction: column;
    }
    #inquire .box_01 , #inquire .box_02{
        width: 100%;
        margin: 4px auto;
    }
    #inquire input[type="text"]{width: 120px;margin: 0 6px;}
}
@media screen and (max-width: 980px){
    .s1 .ewuan .info{
        width: calc(50% - 40px);
        padding: 60px 9px;
    }
    .s1 p.bo1{
        font-size: 20px;
    }
    .s1 p.bo2{
        font-size: 17px;
    }
    .s2 .ewuan .info{
        width: calc(50% - 73px);
        margin: 5px;
    }
    .s2 .ewuan .teext p{
        font-size: 14px;
        width: 50%;
    }
    .s2 .ewuan .teext{
        display: flex;
        justify-content: flex-start;
    }
  
}
@media screen and (max-width: 640px){
    #inquire form font, #inquire form input{
        font-size: 15px;
        letter-spacing: 0;
    }
    #inquire form{
        margin:5px 0;
    }
    #inquire{
        padding: 50px 0 60px;
    }
    #content{
        background-image: unset;
    }
      .s2 .ewuan .info img{
        height: 213px;
    }
}
@media screen and (max-width: 480px){
    .s2 .ewuan .teext p{
        width: 100%;
    }
    .s2 .ewuan .info{
    padding: 10px 10px;
    width: calc(50% - 33px);
}
}
@media screen and (max-width: 330px){
    #inquire form{
    display: flex;
    flex-wrap: wrap;
}
    #inquire input[type="text"]{
        width: 170px;
    }
    #inquire input[type="submit"]{
    margin-top: 12px;
    display: flex;
    margin-left: 10px;
}
    
}
