body{
    width: 100vw;
    max-width: 1300px;
    margin: 0 auto;
    overflow-x: hidden;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-style: normal;
    font-weight: 600;
    }

.Header{
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
    z-index: 999;
}

.Header_title{
    width: 50%;
    margin: 0 auto 10px;
}

.Header_titleImg{
    width: 100%;
}

.Header_bottomLine{
    width: 100%;
    height: 5px;
    background-color: #000;
}

.SPTelLink{
    display: none;
}

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

    .Header{
        width: 100%;
        padding-top: 10px;
        position: fixed;
        top: 0;
    }

    .Header_title{
        width: 50%;
        margin: 0 auto 5px;
    }

    .SPTelLink{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 90%;
        border-top: #000 1px solid;
        padding: 5px 20px 5px 5px;
        text-align: center;
        box-sizing: border-box;
    }

    .SPTelImg{
        width: 25px;
        height: 25px;
        object-fit: contain;
        margin-right: 5px;
    }

    .SPTelText{
        margin: 0;
        font-size: 10px;
        color: #000;
    }

}





.Main{
    width: 100%;
}

.Top_list{
    width: 100%;
    height: 400px;
    display: flex;
    padding: 0;
    margin: 0;
}

.Top_listItem{
    display:inline-block;
    width: 50%;
    height: 100%;
}

.Top_listLink{
    display:block;
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    overflow: hidden;
}

.Top_listLink:hover .Top_listImg{
    transform: scale(1.1);
}

.Top_listImg{
    transition: .5s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Top_listText::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/top_listIcon.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.Top_listText{
    position: absolute;
    bottom: -20px;
    left: 50px;
    font-size: 30px;
    font-family: din-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
}

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

    .Main{
        margin-top: 260px;
    }

    .Top_list{
        flex-direction: column;
        height: auto;
    }

    .Top_listItem{
        width: 100%;
    }

    .Top_listText{
        left: 20px;
    }

}






.MainContents{
    padding-top: 50px;
    width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.MainContents_navAccess{
    width: 250px;
}

.MainNav{
    width: 100%;
}

.MainContents_title{
    margin-bottom: 0;
}

.MainContents_frame{
    padding: 0;
    text-align: center;
    border: #000 4px solid;
    border-radius: 10px;
    margin-top: 5px;
}

.MainNav_item{
    margin: 0 auto;
    list-style: none;
    width: 70%;
}

.MainNav_link{
    color: #000;
    text-decoration: none;
}

.MainNav_link:hover .MainNav_textJa,
.MainNav_link:hover .MainNav_textEn{
    transition: .2s;
    color: #268dc6;
}

.MainNav_textJa{
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 30px;
}

.MainNav_textEn{
    font-size: 10px;
    margin-top: 3px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: #000 1px solid;
}

.MainNavSP{
    display: none;
    position: fixed;
    top: 100px;
    background-color: #fff;
    z-index: 888;
}

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

    .MainContents{
        width: 100vw;
    }

    .MainContents_navAccess{
        display: none;
    }

    .MainNavSP{
        display: block;
        filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.329));
    }

    .MainNavSP_list{
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        width: 100%;
        justify-content: space-around;
        margin: 15px 0;
    }

    .MainNavSP_item{
        list-style: none;
        text-align: center;
        border-bottom: #000 1px solid;
        padding: 0 5px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .MainNavSP_item:nth-child(1),
    .MainNavSP_item:nth-child(2),
    .MainNavSP_item:nth-child(3),
    .MainNavSP_item:nth-child(4){
        width: 22%;
    }

    .MainNavSP_item:nth-child(5),
    .MainNavSP_item:nth-child(6),
    .MainNavSP_item:nth-child(7){
        width: 30%;
    }

    .MainNavSP_link{
        color: #000;
        text-decoration: none;
    }

    .MainNavSP_textJa{
        font-size: 13px;
        margin-bottom: 0;
    }

    .MainNavSP_textEn{
        font-size: 10px;
        margin-top: 0;
        transform: scale(0.8);
        margin-bottom: 5px;
    }

}





.MainAccess{
    margin-top: 50px;
}

.MainAccess_map{
    padding: 0;
    text-align: center;
    border: #000 4px solid;
    border-radius: 10px;
    margin-top: 5px;
    box-sizing: border-box;
}








.Contents{
    width: 700px;
}

.ContentsSection{
    margin-bottom: 50px;
}

.ContentsSection_title::before{
    content: "";
    width: 8px;
    height: 28px;
    background-color: #000;
    position: absolute;
    top: 0;
    left: -25px;
}

.ContentsSection_title{
    margin-left: 25px;
    position: relative;
    letter-spacing: .2em;
    font-size: 18px;
    margin-bottom: 20px;
}

.ContentsSection_text{
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ContentsSection_strongText{
    font-size: 28px;
    color: #c1272d;
}

.ContentsRedText{
    color: #c1272d;
    letter-spacing: .1em;
}

.Contents_group{
    margin-bottom: 30px;
}

.Contents_groupFlex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Contents_groupFlex .Contents_groupImg{
    margin-right: 30px;
}

.Contents_groupFlexR{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.Contents_groupFlexR .Contents_groupImg{
    margin-left: 30px;
}

.Contents_groupImg{
    width: 250px;
}

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

    .Contents{
        width: 95%;
        margin: 0 auto;
    }

    .ContentsSection_text{
        margin: 5px 0;
    }

    .Contents_groupFlex,
    .Contents_groupFlexR{
        flex-direction: column;
    }

    .Contents_groupFlex .Contents_groupImg,
    .Contents_groupFlexR .Contents_groupImg{
        margin: 0;
    }

    .Contents_groupImg{
        width: 100%;
    }

}







.TopFacebook_link{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 365px;
    border: #000 1px solid;
}

.TopFacebook_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TopFacebook_company{
    position: absolute;
    top: 40%;
}

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

    .TopFacebook_link{
        height: 200px;
    }

}






.TopCompany_contentsJigyou{
    display: flex;
}

.TopCompany_jigyou{
    margin-right: 40px;
}

.TopCompany_table{
    width: 100%;
    border: 1px #000 solid;
    border-collapse: collapse;
    font-size: 13px;
}

.TopCompany_row{
    height: 80px;
}

.TopCompany_heading{
    width: 160px;
    background-color: #7c7c7c;
    color: #fff;
    border: 1px #000 solid;
}

.TopCompany_contents{
    padding-left: 30px;
    border: 1px #000 solid;
}

.TopCompany_jigyouLink{
    color: #000;
    text-decoration: none;
}

.TopCompany_jigyouLink:hover{
    text-decoration: underline;
}

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

    .TopCompany_table{
        font-size: 12px;
    }

    .TopCompany_heading{
        width: 80px;
    }

    .TopCompany_contents{
        padding: 10px;
    }

    .TopCompany_jigyou{
        margin: 0;
        padding: 0 10px;
    }

}







.TopAccess{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.TopAccess_text{
    font-size: 18px;
}

.TopAccess_img{
    width: 300px;
}

.TopAccess_mapButton{
    background-color: #268dc6;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    letter-spacing: .1em;
    width: 300px;
    text-align: center;
    display: inline-block;
    margin: 20px auto;
}



.TopContact{
    display: flex;
    justify-content: space-between;
}

.TopContact_img{
    width: 300px;
}


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

    .TopAccess,
    .TopContact{
        flex-direction: column;
    }

    .TopAccess_img,
    .TopContact_img{
        width: 100%;
    }

}









.Main_topImgBox{
    position: relative;
    width: 100%;
    height: 560px;
    margin: 0;
}

.Main_topImg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Main_topTitle{
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 50px;
    color: #fff;
    font-size: 30px;
}

.ContentsButton{
    transition: .2s;
    display: inline-block;
    width: 300px;
    height: 80px;
    border: 4px solid #000;
    border-radius: 10px;
    margin-top: 30px;
    margin-right: 30px;
    background-color: #fff;
    box-sizing: border-box;
}

.ContentsButton:hover{
    filter: drop-shadow(0 5px 5px #aaa);
}

.ContentsButton_link{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    text-decoration: none;
}

.ContentsButton_img{
    width: 120px;
    height: 100%;
    border-radius: 6px 0 0 6px;
    object-fit: cover;
}

.ContentsButton_text{
    font-size: 13px;
    margin-left: 10px;
}

.ContentsSection_textRed{
    color: #c1272d;
}

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

    .Main_topImgBox{
        height: 250px;
    }

    .Main_topTitle{
        left: 20px;
    }

    .ContentsButton{
        width: 100%;
    }

    .ContentsButton_img{
        width: 130px;
    }

}












.Purchase_topTextBox{
    position: absolute;
    top: 50px;
    left: 150px;
    color: #fff;
}

.Purchase_subTitle{
    letter-spacing: .1em;
    font-size: 20px;
}

.Purchase_title{
    letter-spacing: .2em;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 36px;
}

.PurchaseSatei_box{
    padding: 20px;
    box-sizing: border-box;
    border: 2px solid #000;
    margin-bottom: 30px;
}

.PurchaseSatei_title{
    font-size: 16px;
    letter-spacing: .1em;
    margin-top: 5px;
}

.PurchaseSatei_titleRed{
    color: #c1272d;
    font-size: 14px;
    margin-right: 20px;
}

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

    .Purchase_topTextBox{
        top: 20px;
        left: 30px;
    }

    .Purchase_subTitle{
        font-size: 13px;
    }

    .Purchase_title{
        font-size: 25px;
    }

}







.LPGQuestion_group{
    margin-bottom: 30px;
}

.LPGQuestion_Q::before,
.LPGQuestion_A::before{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.LPGQuestion_Q::before{
    background-image: url(../images/LPG_Qicon.png);
}

.LPGQuestion_A::before{
    background-image: url(../images/LPG_Aicon.png);
}





.RentalFlow_contents{
    position: relative;
}

.RentalFlow_familyImg{
    position: absolute;
    width: 230px;
    left: 350px;
}

.RentalFlow_group{
    position: relative;
    margin-bottom: 60px;
}

.RentalFlow_group::after{
    position: absolute;
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../images/rental_arrow.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    bottom: -40px;
    left: 20px;
}

.RentalFlow_group:last-child::after{
    background-image: none;
}

.RentalFlow_text{
    margin-bottom: 5px;
    margin-top: 10px;
}

.RentalFlow_ContentsButton{
    margin-top: 0;
}

.RentalFlow_ContentsButton .ContentsButton_text{
    font-size: 16px;
}

.RentalFlow_LINEImg{
    position: absolute;
    width: 230px;
    left: 350px;
    top: -80px;
}

.RentalFlow_list{
    padding-left: 15px;
}

.RentalFlow_textOnTheDay{
    list-style: disc;
}

.RentalFlow_AccessMap{
    width: 600px;
    height: 450px;
}

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

    .RentalFlow_group{
        text-align: center;
    }

    .RentalFlow_group::after{
        left: 0;
        right: 0;
        margin: auto;
    }

    .RentalFlow_familyImg{
        display: none;
    }

    .RentalFlow_LINEImg{
        position: static;
        width: 100%;
    }

    .RentalFlow_list{
        text-align: left;
    }

    .RentalFlow_AccessMap{
        width: 100%;
        height: 200px;
    }

}








.Footer{
    width: 100%;
    background-color: #333;
    padding: 50px 250px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.Footer_contentsBox{
    font-size: 14px;
}

.Footer_contentsTitle{
    position: relative;
    padding: 0 0 0 16px;
}
.Footer_contentsTitle::before{
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    box-sizing: border-box;
    border: 2.5px solid transparent;
    border-left: 5px solid #fff;   /* 好みで色を変えてください */
    z-index: 2;
}

.Footer_titleLink,
.Footer_link{
    transition: .5s;
    text-decoration: none;
    color: #fff;
}

.Footer_titleLink:hover,
.Footer_link:hover{
    text-decoration: underline;
}

.Footer_list{

}

.Footer_item{
    list-style: none;
    margin-bottom: 10px;
}

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

    .Footer{
        padding: 10px;
        flex-direction: column;
    }

    .Footer_contentsBox{
        font-size: 12px;
    }

    .Footer_list{
        display: flex;
    }

    .Footer_item{
        margin-left: 10px;
    }

}


.line-it-button{
    position: absolute !important;
    width: 100px !important;
    height: 50px !important;
}