@charset "UTF-8";

.main-img img {
    width: 100vw;
}

.visual {
    position: relative;
    margin-bottom: 100px;
}

.copy {
    position: absolute;
    bottom: 50px;
    left: 70%;
    transform: translateX(-50%);
    z-index: 10;
    background-image: url(top-images/catchcopy.png);
    background-repeat: no-repeat;
    background-size: 100%;
    opacity: 0.9;
    border-radius: 10px;


}

.copy img {
    width: 50vw;
    height: auto;
    opacity: 0.5;
    border-radius: 10px;
    box-shadow: 5px 5px 5px #deb068;

}

#slide {
    width: 100%;
    /* 表示エリアを100% */
    overflow: hidden;
    /* はみ出た部分を隠す */
    position: relative;
}

#slide ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#slide li {
    display: inline-block;
    /* 横並びにする */
}

main h2 {
    width: 80%;
    height: 60px;
    line-height: 60px;
    background-color: #deb068;
    box-shadow: 0 10px 10px 0 rgba(93, 56, 4, 0.5);
    border-radius: 10px 0 0 10px;
    font-size: 1.875rem;
    color: #fff;
    font-style: italic;
    margin-left: auto;
    margin-bottom: 80px;
    position: relative;
}

main h2::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 45vw;
    width: 45vw;
    height: 1px;
    background-color: #fff;
    transform: translate(-50%, -50%);
}

main h2 span {
    margin-left: 20px;
}

.square01 {
    position: relative;
}

.square {
    width: 127px;
    height: 104px;
    background: url(top-images/square_decoration.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 3px;
    right: 15px;
    z-index: 100;
    overflow: visible;
}

.daimon {
    width: 300px;
    height: 440px;
    margin-bottom: 150px;
}

/* ホバーで回転 */

.daimon:hover img {
    transition: transform 1s;
    transform: rotateY(360deg);
}

/* 大門未知子スクロール時回転 */

.rotation {
    transition: all 1.0s;
    opacity: 0;
}

.rotation-y {
    transform: rotateY(180deg);
}

.scrollin {
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}

/* 回転ここまで */

.read {
    margin-top: 10px;
    line-height: 2.5rem;
    position: relative;
    font-size: clamp(0.6rem, 0.3rem + 1vw, 1rem);
}

.read-box {
    margin-bottom: 100px;
}

.read::after {
    content: "";
    display: block;
    width: 600px;
    height: 360px;
    background: rgba(222, 176, 104, 0.12);
    position: absolute;
    top: 40px;
    right: -75px;
    z-index: 50;
}

/* 特徴 */

.distinctive h3 {
    font-size: 1.875rem;
    text-align: center;
}

/* 文字バウンドと下線 */

.bouncing-letters::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 10px 10px 0 rgba(93, 56, 4, 0.5);
    width: 185px;
    height: 15px;
    background-color: #deb068;
}

.bouncing-letters span {
    display: inline-block;
    animation: bounce 0.8s ease infinite alternate;
}

@keyframes bounce {
    0% {
        transform: translateY(-35px)
    }

    100% {
        transform: translateY(-55px)
    }
}

.bouncing-letters span:nth-child(1) {
    animation-delay: 0.1s;
}

.bouncing-letters span:nth-child(2) {
    animation-delay: 0.2s;
}

.bouncing-letters span:nth-child(3) {
    animation-delay: 0.3s;
}

.bouncing-letters span:nth-child(4) {
    animation-delay: 0.4s;
}

.bouncing-letters span:nth-child(5) {
    animation-delay: 0.5s;
}

/* バウンドここまで */

.caption {
    margin-top: 80px;
}

.capbox {
    width: 600px;
    height: 215px;
    border: 3px solid #deb068;
    box-shadow: 0 10px 10px 0 rgba(93, 56, 4, 0.5);
    position: relative;
    display: grid;
    place-items: center;
    margin-top: 45px;
}

.capbox h4 {
    display: inline;
    position: absolute;
    top: -20px;
    right: 10px;
    padding: 10px 10px;
    background-color: #f0908d;
    font-weight: bold;
    font-size: clamp(0.8rem, 2vw, 1.18rem);
    color: #fff;
}

.capbox h5 {
    display: inline;
    position: absolute;
    top: -20px;
    left: 10px;
    padding: 10px 10px;
    background-color: #f0908d;
    font-weight: bold;
    font-size: clamp(0.8rem, 2vw, 1.18rem);
    color: #fff;
}

.capbox p {
    font-size: 1.12rem;
    font-size: clamp(0.75rem, 2vw, 1.12rem);
    line-height: 1.8;
}

.cap-frame {
    margin-bottom: 100px;
}

/* お知らせ */

.info-box {
    margin-top: 150px;
}

.info-1 {
    width: 35%;
    height: 245px;
    background-color: #deb068;
    box-sizing: border-box;
    display: grid;
    text-align: center;
    position: relative;
    padding-top: 65px;
}

.info-2 {
    width: 65%;
    height: 245px;
    line-height: 2.444;
    border: 3px solid #deb068;
    margin-bottom: 100px;
    box-sizing: border-box;
    font-size: 1.18rem;
}

.info-2 dl {
    padding: 40px 92px 0 30px;
}

.info-2 dl dt {
    float: left;
    position: relative;
    padding-left: 120px;
    width: 120px;
}

.info-2 dl dd {
    border-bottom: 1px solid #deb068;

}

.info-2 span {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 1.5rem;
    color: #f0908d;
    border: 2px solid #f0908d;
    padding: 5px 15px;
    line-height: 1.5rem;
}

.info-box h5 {
    font-size: 1.875rem;
    color: #fff;
}

.info-1 span {
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding: 0 20px 20px;
}

.info-btn {
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0908d;
    border-radius: 20px;
    padding: 10px 15px;
}

.info-btn a {
    text-decoration: none;
    color: #fff;
}

.info-2 a {
    text-decoration: none;
    color: #4b3c23;
}

/* aside */

address {
    font-style: normal;
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin-bottom: 5px;
}

address p {
    font-size: 0.875rem;
    line-height: 1.5;
}

.footer-tel {
    display: inline-block;
    color: #f0908d;
    font-size: 1.875rem;
    margin-bottom: 10px;
}

.footer-tel a {
    color: #f0908d;
    text-decoration: none;
    font-size: 1.875rem;
    ;
}

.footer-tel::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 40px;
    background-image: url(../common/common-images/tel_icon.png);
    background-repeat: no-repeat;
    margin-right: 25px;
}

.table {
    border-collapse: collapse;
    margin-bottom: 15px;
}

.table-img {
    display: none;
}

.table th {
    padding: 20px;
    border: 1px solid #4b3c23;
}

.th_1 th {
    background-color: #deb068;
    color: #fff;
}

tr td {
    color: #deb068;
    font-size: 1.125rem;
    border: 1px solid #4b3c23;
    text-align: center;
}

.right-box {
    font-size: 0.875rem;
    line-height: 1.7;
}

/* レスポンシブ */

@media screen and (max-width: 1100px) {

    .info-box,
    aside {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .table {
        margin: auto;
    }
}

@media screen and (max-width: 1030px) {
    .caption {
        margin-top: 50px;
    }

    .info-1 {
        height: 210px;
    }

    .info-2 {
        width: 100%;
        font-size: 1rem;
        height: 210px;
    }

    .info-btn {
        position: absolute;
        bottom: 10%;
    }

}

@media screen and (max-width: 1024px) {
    h2::after {
        display: none;
    }

    .daimon {
        margin-bottom: 30px;
    }

    .read-box {
        margin-bottom: 150px;
    }

    .distinctive h3 {
        font-size: 1.5rem;
    }

    .cap-frame {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .cap-frame img {
        width: 150px;
        order: -2;
    }

    .capbox {
        display: contents;
    }

    .cap-frame h4 {
        position: static;
        order: -1;
        margin-bottom: 15px;
    }

    .cap-frame h5 {
        position: static;
        margin-bottom: 15px;
    }

    .cap-02-04 {
        order: 1;
    }

    .info-2 span {
        position: absolute;
        top: -10px;
        left: 20px;
    }
}

@media screen and (max-width: 900px) {

    .read::after {
        width: 400px;
        left: 20px;
    }
}

@media screen and (max-width: 860px) {
    .info-1 {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    main h2 span::after {
        display: none;
    }

    main h2 {
        font-size: 1rem;
    }

    .copy {
        bottom: 15px;
        left: 50%;
        transform: translateX(-50%);
    }

    .copy img {
        width: 90vw;
    }

    .read {
        line-height: 1.8rem;
        margin-bottom: 50px;
        text-align: left;
    }

    .read-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 150px;
    }

    .read::after {
        width: 90%;
        height: 350px;
        top: 0;
        left: 5%;
    }

    .read-box {
        margin-bottom: 130px;
    }

    .distinctive h3 {
        font-size: 1.3rem;
    }

    .info-2 {
        margin-bottom: 120px;
    }

    .info-2 dl {
        padding: 40px 20px;
    }

    .caption {
        margin-top: 30px;
    }

    .cap-frame {
        position: relative;
    }

    .cap-frame img {
        top: 0px;
        right: 25px;
        width: 70px;
        z-index: 10;
        margin-bottom: 12px;
    }

    iframe {
        display: block;
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }

    .table {
        display: none;
    }

    .table-img {
        display: block;
        color: transparent;
        font-size: 0;
        margin-bottom: 20px;
    }

    .table-img img {
        width: 80%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 640px) {
    .info-2 {
        font-size: 0.9rem;
        height: auto;
    }
}

@media screen and (max-width: 600px) {
    .cap-frame img {
        width: 65px;
        z-index: 10;
    }

    .info-box {
        margin-top: 100px;
    }
}

@media screen and (max-width: 525px) {
    .info-2 a {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 480px) {
    .read {
        line-height: 1.6rem;
        margin-bottom: 30px;
    }

    .read-box {
        margin-bottom: 170px;
    }

    .distinctive h3 {
        font-size: 1.1rem;
    }

    .cap-frame {
        margin-bottom: 50px;
    }

    .cap-frame img {
        width: 60px;
    }

    .info-2 span {
        position: absolute;
        top: -35px;
        left: 0px;
    }

    .info-2 dl dt {
        width: 70px;
        padding-left: 30px;
    }

    .address {
        margin-bottom: 20px;
    }

    /* .tel-font {
        
    } */

}