@charset "utf-8";

/* CSS Document */


/**********************<透明のナビゲーション>********************************/

header.ptn1 {
    background: rgba(0, 0, 0, 0.3);
    ;
}

.white {
    display: none;
}

.trans-parts:hover {
    cursor: pointer;
    background-position: -100% 0;
    color: #ff680d;
    padding-bottom: 5px;
}


/**********************</透明のナビゲーション>********************************/

.visual {
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    position: relative;
    background-size: cover;
}

.visual p {
    position: absolute;
    left: 5%;
    bottom: 20%;
}

.mobile {
    display: none;
}

.bg_color1 {
    background: linear-gradient(to right, #ffd071, #ffedd2);
    margin-bottom: 60px;
}

.bg_color2 {
    background: linear-gradient(to left, #ffd071, #ffedd2);
}

section ul {
    width: 955px;
    position: relative;
    top: 20px;
}

#right {
    margin-left: auto;
}

.box-img:hover {
    filter: opacity(70%);
}

section .infobox {
    box-sizing: border-box;
    width: 575px;
    height: 425px;
    background: linear-gradient(#fff, #f7f7f7);
    border: solid 1px #e0e0e0;
    box-shadow: 2px 2px 5px #bababa;
    padding: 20px;
    margin-right: 40px;
}

section h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.infobox h3 {
    background-image: url(../images/red_underline.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

section dl {
    border-top: solid 1px #8c8c8c;
    border-bottom: solid 1px #8c8c8c;
    padding: 20px 0 20px 40px;
}

section dt {
    float: left;
    clear: left;
    line-height: 2.5;
}

section dd {
    line-height: 2.5;
    padding-left: 180px;
}

section dd a {
    text-decoration: none;
    color: #848484;
}

section dd a:hover {
    color: #000;
}

.infobox p {
    text-align: center;
    margin: 10px 0;
}

.infobox p a {
    text-decoration: none;
    color: #848484;
}

.infobox p a:hover {
    color: #000;
}

section .blogbox {
    box-sizing: border-box;
    width: 346px;
    height: 425px;
    background: linear-gradient(#fff, #f7f7f7);
    border: solid 1px #e0e0e0;
    box-shadow: 2px 2px 5px #bababa;
    padding: 20px;
    margin-right: 40px;
}

.blogbox h3 {
    background-image: url(../images/orange_underline.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.blogbox iframe {
    font-size: 16px;
}

.sp {
    display: none;
}

ul.flex2 li {
    box-shadow: 2px 2px 5px #bababa;
}


/**********************<レスポンシブ>*********************/

@media screen and (max-width: 640px) {
    .visual {
        height: 400px;
    }
    .visual p {
        display: none;
        ;
    }
    .mobile {
        display: block;
        background: linear-gradient(to right, #ffd071, #ffedd2);
        padding: 15px 0;
    }
    section ul {
        top: 10px;
    }
    .mobile ul {
        width: auto;
        display: flex;
        flex-wrap: wrap;
    }
    .mobile ul li {
        width: 50%;
        margin-bottom: 15px;
        text-align: center;
    }
    .mobile ul img {
        width: 90%;
    }
    .bg_color1,
    .bg_color2 {
        display: none;
    }
    section .infobox {
        width: auto;
        height: auto;
        margin: 0 20px 30px 20px;
        padding-bottom: 0;
    }
    .infobox h3,
    .blogbox h3 {
        font-size: 18px;
    }
    section dl {
        padding: 20px 0 20px 20px;
    }
    section dd {
        clear: left;
        padding-left: 10px;
        line-height: 1;
    }
    section dd::before {
        content: ">";
    }
    .infobox p {
        margin: 0;
        padding: 10px 0;
    }
    section .blogbox {
        margin: 0 20px 30px 20px;
        width: auto;
        height: auto;
    }
    .pc {
        display: none;
    }
    .sp {
        display: block;
        width: 70%;
        margin: auto;
    }
}


/**********************</レスポンシブ>*********************/