@charset "UTF-8";
/* CSS Document */
.page.kyutaya #hero article.content_wrap ul.mini_nav {
    max-width: 630px;
    margin: 0 auto;
}
.page.kyutaya #hero article.content_wrap ul.mini_nav li {
    width: 49%;
}
.kyutaya .content-section h3 {
    font-size: 60px;
    color: inherit;
}
.kyutaya .content-section h4 {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 150px;
}
.kyutaya .content-section h5 {
    font-size: 32px;
    color: #323232;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: left;
}
.kyutaya .content-section ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.kyutaya .content-section li {
    position: relative;
    width: 32%;
}
.kyutaya .content-section li:first-child {
    border-bottom: solid 1px #323232;
}
.kyutaya .content-section li p {
    text-align: left;
    line-height: 2;
}
.kyutaya .content-section li p a {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 20px;
    right: 0;
    background-image: url(../images/icon_insta.png);
}
  @media screen and (max-width: 767px) {
    .kyutaya .content-section ul {
        display: block;
    }
    .kyutaya .content-section li {
        width: 100%;
        margin-bottom: 30px;
    }
    .kyutaya .content-section h4 {
        font-size: 16px;
        margin-bottom: 50px;
    }
    .kyutaya .content-section iframe {
        width: 100%;
    }
    article h2.title span {
        font-size: 10px;
    }
    .kyutaya article h2.title span {
        font-size: 10px;
        margin-right: 10px;
    }
}