@charset "utf-8";

/* topイメージエリア */
.topImageArea {
    position: relative;
    width: 100%;
    margin: 10px 0px;
}

.topImage {
    display: block;
    width: 100%;
    height: 400px;
    background: url(indexImgs/topImage.jpg);
    background-size: cover;
    overflow: hidden;
    background-color: aliceblue;
}

.layer {
    position: absolute;
    width: 420px;
    height: 110px;
    background-color: black;
    opacity: 0.4;
    left: 30px;
    bottom: 30px;
}

.topheading {
    position: absolute;
    color: white;
    width: 420px;
    height: 110px;
    left: 30px;
    bottom: 30px;
}

.topheadingA {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    font-size: 25px;
    padding: 12px 15px 8px;
    margin: 0px;
    text-align: right;
    border-bottom: rgb(239, 125, 31) solid 1px;
}

.topheadingB {
    font-size: 28px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 100;
    margin: 0px;
    padding: 10px 15px;
    text-align: right;
}

.drone1 {
    position: absolute;
    width: 120px;
    height: 110px;
    left: 10px;
    top: 10px;
    background: url(indexImgs/drone1.png);
}

/* 前文セクション */
.heading1 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: rgb(239, 125, 31);
    height: 44px;
    text-indent: 0.5em;
    padding: 11px 18px;
}

.preambleBox {
    display: flex;
}

.preamble {
    width: 410px;
}

.preamblePhoto {
    display: block;
    width: 350px;
    height: 188px;
    margin: 12px 0px;
}

img[class^="preambleDialog"] {
    margin: 0px 0px 10px;
}

.preambleDialogB {
    display: none;
}

img[src*="banner.png"] {
    display: block;
    width: 70%;
    height: auto;
    margin: 20px auto 30px;
    box-shadow: 4px 4px 4px;
}

/* ポイントセクション */
/* 共通 */
.heading2 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    background-color: rgb(239, 125, 31);
    height: 51px;
    padding: 10px 18px 15px;
}

.heading2 .point {
    display: inline-block;
    font-family: 'Anton', sans-serif;
    font-style: italic;
    color: rgb(239, 125, 31);
    background-color: white;
    width: 75px;
    height: 30px;
    padding: 3px 9px;
}

.heading2 .pHeadText {
    display: inline-block;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    text-indent: 1em;
}

/* ポイント１ */
.p1Dialog_priceComparison {
    display: block;
    width: 600px;
    margin: 20px auto;
}

.p1Dialog_priceComparison2 {
    display: none;
}

strong {
    color: rgb(255, 68, 0);
    font-weight: 500;
}

.allow {
    color: rgb(255, 145, 105);
    font-size: 30px;
    text-align: center;
}

.emphasisText {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    padding: 0px 0px 20px;
}

.emphasisText span {
    background: linear-gradient(transparent 60%, rgb(255, 214, 180) 30%);
    width: 350px;
}

.p1Dialog_reason {
    display: block;
    width: 600px;
    margin: 20px auto 18px;
}

/* ポイント2 */
.tikunensu {
    display: block;
    width: 70%;
    margin: 40px auto;
}


/* ポイント３ */
.p3Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 7px auto;
    width: 80%;
    height: auto;
}

.p3Box .contents {
    text-align: center;
    width: 190px;
    height: 230px;
    padding: 5px;
    /* margin: 15px; */
}

.p3Box .contents .circle {
    text-align: center;
    vertical-align: middle;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background-image: url(hason/hason.svg);
    background-size: cover;
    padding: 15px;
}

.p3Box .contents .circle>div {
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.p3Box .contents .circle div[class^="img"] {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-size: cover;
}

.p3Box .contents .circle .img1 {
    background-image: url(hason/munebanHason.jpg);
    transition: 0.2s;
}

.p3Box .contents .circle .img1:hover {
    transform: scale(1.2)
}

.p3Box .contents .circle .img2 {
    background-image: url(hason/kawara.jpg);
    transition: 0.2s;
}

.p3Box .contents .circle .img2:hover {
    transform: scale(1.2)
}

.p3Box .contents .circle .img3 {
    background-image: url(hason/amadoi.jpg);
    transition: 0.2s;
}

.p3Box .contents .circle .img3:hover {
    transform: scale(1.2)
}

.p3Box .contents .circle .img4 {
    background-image: url(hason/namiita.jpg);
    transition: 0.2s;
}

.p3Box .contents .circle .img4:hover {
    transform: scale(1.2)
}

.p3Box .contents .circle .img5 {
    background-image: url(hason/koke.jpg);
    transition: 0.2s;
}

.p3Box .contents .circle .img5:hover {
    transform: scale(1.2)
}

.p3Box .contents .circle .img6 {
    background-image: url(hason/slate.jpg);
    transition: 0.2s;
}

.p3Box .contents .circle .img6:hover {
    transform: scale(1.2)
}

.p3Box h3 {
    padding: 8px;
}


#pop-up1 {
    display: none;
    /* label でコントロールするので input は非表示に */
}

.overlay1 {
    display: none;
    /* input にチェックが入るまでは非表示に */
}

#pop-up1:checked+.overlay1 {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#pop-up2 {
    display: none;
    /* label でコントロールするので input は非表示に */
}

.overlay2 {
    display: none;
    /* input にチェックが入るまでは非表示に */
}

#pop-up2:checked+.overlay2 {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#pop-up3 {
    display: none;
    /* label でコントロールするので input は非表示に */
}

.overlay3 {
    display: none;
    /* input にチェックが入るまでは非表示に */
}

#pop-up3:checked+.overlay3 {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#pop-up4 {
    display: none;
    /* label でコントロールするので input は非表示に */
}

.overlay4 {
    display: none;
    /* input にチェックが入るまでは非表示に */
}

#pop-up4:checked+.overlay4 {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#pop-up5 {
    display: none;
    /* label でコントロールするので input は非表示に */
}

.overlay5 {
    display: none;
    /* input にチェックが入るまでは非表示に */
}

#pop-up5:checked+.overlay5 {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

#pop-up6 {
    display: none;
    /* label でコントロールするので input は非表示に */
}

.overlay6 {
    display: none;
    /* input にチェックが入るまでは非表示に */
}

#pop-up6:checked+.overlay6 {
    display: block;
    z-index: 9999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.window {
    width: 380px;
    height: 500px;
    background-color: #ffffff;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.window img {
    display: block;
    width: 75%;
    height: 200px;
    margin: 40px auto 10px;
}

.p3text {
    font-size: 18px;
    font-weight: 400;
    width: 75%;
    margin: 0px auto;
    text-align: center;
}

.p3text+p {
    text-align: start;
    padding: 5px 16px;
}

.close {
    cursor: pointer;
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 30px;
    color: rgb(0, 0, 0);
}

/* ポイント４ */
.flow {
    display: flex;
    margin: 10px 0px;
}

.flowcontents {
    width: 210px;
    height: 270px;
    background-color: aliceblue;
    margin: 5px;
    border: 2px solid rgb(101, 101, 215);
}

.flow img {
    display: block;
    width: 90%;
    height: 100px;
    margin: 10px auto;
    object-fit: cover;
}

.title {
    text-align: center;
    padding: 5px 0px 0px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;

}

.flow p {
    font-size: 14px;
    padding: 0px 10px 5px;
    margin: 5px auto;
}

/* フォーム */
.form {
    background-color: rgb(244, 244, 244);
}

h4 {
    font-size: 24px;
    text-align: center;
    padding: 24px 0 5px;
    margin: 20px;
}

dl dt {
    float: left;
    width: 200px;
    padding: 1.3em;
    margin: 1px;
}

dl dd {
    padding: 1em;
    margin: 1px;
}

input[type="text"] {
    width: 70%;
    background-color: white;
    height: 2em;
}

input[type="radio"] {
    background-color: white;
    height: 2em;
    margin: 0px 0.3em 0px 1em;
}

/*====================ブレイクポイント スマホ：768px以下====================*/
@media only screen and (max-width:768px) {

    /* topイメージエリア */
    .topImage {
        width: 100%;
        height: 250px;
    }

    .layer {
        display: block;
        position: static;
        width: 100%;
        height: 110px;
        background-color: black;
        opacity: 0.8;
    }

    .topheading {
        position: absolute;
        color: rgb(255, 255, 255);
        width: 100%;
        height: 110px;
        left: 0px;
        bottom: 0px;
    }

    /* 前文セクション */
    .heading1 {
        font-size: 17px;
        padding: 13px 0px;
    }

    .preambleBox {
        flex-direction: column;
    }

    .preamble {
        width: auto;
    }

    .preamblePhoto {
        display: block;
        width: 100%;
        height: 212px;
        margin: 10px 0px;
    }

    .preambleDialog {
        display: none;
    }

    .preambleDialogB {
        display: block;
    }

    /* バナー */
    img[src*="banner.png"] {
        width: 80%;
    }

    /* ポイントコーナー */

    /* 共通 */
    .heading2 {
        font-size: 17px;
        font-weight: 400;
        height: 40px;
        padding: 8px 18px 15px;
    }

    .heading2 .point {
        display: inline-block;
        font-family: 'Anton', sans-serif;
        font-style: italic;
        width: 65px;
        height: 24px;
        padding: 2px 9px;
    }

    .heading2 .pHeadText {
        display: inline-block;
        font-family: 'M PLUS Rounded 1c', sans-serif;
        text-indent: 1em;
    }

    /* ポイント１ */
    .p1Dialog_priceComparison {
        display: none;
    }

    .p1Dialog_priceComparison2 {
        display: block;
        width: 99%;
        margin: 20px 2px;
    }

    .p1Dialog_reason {
        display: block;
        width: 99%;
        margin: 20px 2px;
    }

    /* ポイント2 */
    .tikunensu {
        display: block;
        width: 99%;
        margin: 40px auto;
    }

    /* ポイント3 */
    .p3Box {
        padding: 0px;
        width: 100%;
    }

    /* ポイント４ */
    .flow {
        display: block;
        margin: 10px 0px;
    }

    .flowcontents {
        display: flex;
        width: 99%;
        height: 210px;
        padding: 10px;
        margin: 5px auto;
    }

    .flow img {
        display: block;
        width: 50%;
        height: auto;
        margin: 5px auto;
        object-fit: cover;
    }


}