
/* header */
#header-inner {
    height: 497px;
}
#page-title {
    padding-top: 170px;
}
#page-title img {
    height: 113px;
    margin: 0;
}
#page-title::before,
#page-title::after {
    display: none;
}
.top-lead {
    font-size: 24px;
}
.top-lead::before,
.top-lead::after {
    content: " ";
    position: relative;
    top: -9px;
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #fff;
}
.top-lead::before {
    margin-right: 8px;
}
.top-lead::after {
    margin-left: 8px;
}

@media screen and (min-width: 960px) {
    #header-inner {
        height: 774px;
    }
    #page-title {
        padding-top: 120px;
    }
    #page-title img {
        height: 225px;
        margin: 0;
    }       
    .top-lead {
        font-size: 34px;
        letter-spacing: 7px;
    }
    .top-lead::before,
    .top-lead::after {
        top: -10px;
        width: 90px;
        height: 2px;
    }
    .top-lead::before {
        margin-right: 20px;
    }
    .top-lead::after {
        margin-left: 20px;
    }
}

/* main */
#main {
    background-image: url("../img/top/bg-top01.png");
    background-repeat: no-repeat;
    background-position: center 10%;
    background-size: auto 20%;
}

@media screen and (min-width: 960px) {
    #main {
        background-position: center 15%;
        background-size: auto;
    }
}

.text-introduction {
    font-size: 14px;
    text-align: center;
}
.title-4point {
    margin: 30px 0;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 3px;
}
.title-4point img {
    display: inline;
    width: 36px;
    margin-left: 7px;
}

@media screen and (min-width: 960px) {
    .text-introduction {
        font-size: 17px;
    }
    .title-4point {
        margin: 60px 0 40px;
        font-size: 40px;
        letter-spacing: 6px;
    }
    .title-4point img {
        width: 60px;
    }
}

/* 4つのこだわり */
.point-box {
    margin-bottom: 25px;
}
.point-box-wrap .point-box:last-child {
    margin-bottom: 0;
}
.point-text {
    width: auto;
    padding: 0 20px;
    margin-bottom: 30px;
}
.title-point {
    margin-bottom: 10px;
    font-size: 30px;
    color: #431e0c;
    font-weight: 500;
}
.title-point img {
    position: relative;
    left: -20px;
    top: 10px;
    height: 35px;
}
.point-text .lead {
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
}
.point-text .lead::after {
    content: " ";
    display: block;
    width: 43px;
    height: 20px;
    border-bottom: 1px solid #431e0c;
}
.point-box .point-img {
    height: auto;
}
.point-box .point-img.img-portrait {
    padding: 0 20px;
}
.point-img img {
    margin: 0 auto;
}

@media screen and (min-width: 960px) {
    .point-box {
        margin-bottom: 60px;
    }
    .point-text {
        padding: 0 30px;
        font-size: 13px;
    }
    .title-point {
        font-size: 36px;
    }
    .title-point img {
        left: -30px;
        height: 45px;
    }
    .point-text .lead {
        font-size: 18px;
    }
    .point-text .lead::after {
        width: 80px;
    }
    .point-box.img-left {
        flex-direction: row-reverse;
    }
    .point-box .point-img.img-portrait {
        max-width: 485px;
        padding: 0 50px;
    }        
}

/* instagram */
.instagram-note {
    margin-top: -1em;
}
.instagram-items {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0;
}
.instagram-item {
    position: relative;
    flex-basis: 18%;
}
.instagram-item .caption {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    background-color: rgba(36, 16, 6, 0.65);
    color: #fff;
    overflow: hidden;
}

@media screen and (min-width: 960px) {
    .instagram-box {
        max-width: 1560px;
        margin-bottom: 70px;
    }
    .instagram-note {
        margin-top: -2em;
    }    
    .instagram-items {
        margin-top: 50px;
        justify-content: space-around;
    }
    .instagram-item:hover .caption {
        opacity: 1;
    }    
}

/* リンク */
.link-area {
    background-image: url("../img/top/bg-top02-sp.jpg");
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: cover;
}
.link-wrap {
    padding: 40px;
}
.link-wrap .link-box:first-child {
    margin-bottom: 30px;
}
.link-box a {
    display: block;
    padding: 10px 0 15px;
    background-color: #fff;
    text-align: center;
    font-size: 15px;
    text-decoration: none;
}
.link-title {
    margin-bottom: 0;
}
.link-title img {
    display: inline;
    position: relative;
    top: 10px;
    height: 38px;
}
.link-title-ja {
    font-size: 12px;
    margin-bottom: 5px;
}
.link-box .btn-more {
    display: inline-block;
    width: 10em;
    padding-bottom: 3px;
    background-color: #431e0c;
    color: #fff;
}

@media screen and (min-width: 960px) {
    .link-area {
        background-image: url("../img/top/bg-top02-pc.jpg");
    }
    .link-wrap {
        padding: 70px 0;
    }    
    .link-wrap .link-box:first-child {
        margin-bottom: 0;
        margin-right: 60px;
    }    
    .link-wrap .link-box:last-child {
        margin-left: 60px;
    }
    .link-box a {
        padding: 35px 0 40px;
        font-size: 16px;
    }
    .link-title img {
        top: 15px;
        height: 58px;
    }
    .link-title-ja {
        font-size: 16px;
        margin-top: 10px;
    }
    .link-box .btn-more {
        width: 300px;
        padding: 12px 3px 15px 3px;
        margin-top: 1em;
    }    
}


/* 感染対策 */
.bottom-info {
    padding: 0 25px;
}
.bottom-info .title-point {
    font-size: 18px;
}
.bottom-info .title-point img {
    top: 0;
}
.bottom-info .border-box {
    padding: 10px;
    border: 1px solid #000;
}
.bottom-info .border-box ul {
    margin: 5px 0 5px -18px;
}
.bottom-info .point-img {
    margin-top: 20px;
}

@media screen and (min-width: 960px) {
    .bottom-info {
        align-items: flex-end;
        width: 880px;
        padding: 0;
    }
    .bottom-info .col2-box:first-child {
        padding-right: 60px;
    }
    .bottom-info .title-point {
        font-size: 24px;
    }
    .bottom-info .lead {
        font-size: 16px;
    }    
    .bottom-info .border-box {
        padding: 15px 15px 15px 20px;
        font-size: 13px;
    }
    .bottom-info .col2-box.point-img {
        max-width: 350px;
        padding-left: 0;
    }
    .bottom-info .point-img {
        margin-top: 0;
    }
}


.googlemap {
    height: 300px;
}