@charset "UTF-8";
/* CSS Document */
.main {
    background-color: #fbfbfb;
}

/* コンセプト */
.concept {
    margin: 100px auto 270px;
}
.concept_wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 150px auto 0px;
    max-width: 1000px;
}
.concept .h_third {
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    text-align: start;
    margin-top: -45px;
    z-index: 2;
    padding: 0 69px;
}
.concept p {
    writing-mode: vertical-rl;
    text-align: start;
    line-height: 2.5;
    position: relative;
    z-index: 10;
}

.concept_wrapper .kagoshima-illust {
    max-width: 410px;
    height: auto;
    position: absolute;
    z-index: 1;
    right: 10vw;
    
}
.concept h3 {
    writing-mode: vertical-rl;
    text-align: end;
    padding: 0 69px;
    letter-spacing: 0.2em;
}

/* 真輝園の苗木 */
.young-tree_wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 0 auto 225px;
    max-width: 932px;
    padding-left: 68px;
}
.young-tree_inner {
    display: flex;
    flex-direction: row;
    margin-right: 35px;
    gap: 35px;
}
.young-tree_description {
    display: flex;
    flex-direction: column;
    order: 2;
    align-items: center;
}
.young-tree_description p {
    text-align: left;
    padding-top: 15px;
    border-top: 1px solid #231815;
}
.young-tree_description h2 {
    padding-bottom: 10px;
}
.young-tree_wrapper h3 {
    order: 3;
    writing-mode: vertical-rl;
    letter-spacing: 0.45em;
    line-height: 1.7em;
    text-indent: -2em;
}
.young-tree_visual {
    order: 1;
    min-width: 530px;
}
.btn {
    padding: 13px 50px 14px;
    margin-top: 20px;
    outline: none;
}
/* 真輝園のお茶 */
.tea_wrapper {
    display: flex;
    justify-content: flex-start;
    margin: 0px auto 55px;
    max-width: 932px;
    padding-right: 68px;
}
.tea_inner {
    display: flex;
    flex-direction: row;
    margin-left: 35px;
    gap: 35px;
    order: 2;
}
.tea_description {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tea_description h2 {
    padding: 53px 0 10px;
}
.tea_description p {
    text-align: left;
    border-top: 1px solid #231815;
    padding-top: 15px;
}
.tea_wrapper h3 {
    order: 1;
    writing-mode: vertical-rl;
    letter-spacing: 0.45em;
    line-height: 1.7em;
    text-indent: -2em;
}
.tea_visual {
    min-width: 530px;
}

/* 新着情報 */
.news {
    margin-bottom: 200px; 
}
.news .h_second {
    text-align: center;
}
.news .h_second {
    border-bottom: 1px solid #231815;
    margin: 90px 0 15px;
    display: inline-block;
    padding: 0 30px 10px;
}
.news p {
    padding: 0 20px 20px;
}

.Instagram_header_wrapper h3 {
    font-size: 2.0rem;
    font-weight: 800;
    padding-left: 20px;
}
.Instagram_container {
    max-width: 830px;
    margin: 0 auto;
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 250px));
    justify-content: center;
}
.Instagram_inner {
    border-radius: 2px;
    background-color: #F7F4F4;
    box-shadow: 3px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.Instagram_title {
    padding-left: 15px;
    display: flex;
}
.Instagram_title img {
    width: 30px;
    height: 30px;
}
.Instagram_post {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
    margin-bottom: 10px;
}
.news .Instagram_title span {
    font-size: 1.2rem;
    font-weight: 500;
    text-align: left;
    line-height: 1.2em;
    text-align: left;
}
.Instagram_title strong {
    display: block;
    font-size: 1.0rem;
    line-height: 1.2em;
    font-weight: 400;
    text-align: left;
}
.Instagram_item p {
    font-size: 1.0rem;
    line-height: 1.5em;
    text-align: left;
    padding: 0 15px 15px 15px;
}

@media (max-width: 1000px) {
    .top_main-visual {
        position: relative;
        z-index: 1;
    }
    .top_main-visual h2 {
        position: absolute;
        z-index: 10;
        writing-mode: vertical-rl;
        color: #fbfbfb;
        font-size: 3.2rem;
        letter-spacing: 0.7rem;
        font-weight: 800;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    /* コンセプト */
    .concept {
        margin: 100px auto 145px;
        max-width: 335px;
    }
    .concept h3 {
        letter-spacing: 0em;
    }
    .concept_wrapper {
        display: flex;
        flex-direction: column;
    }
    .concept_wrapper .h_third {
        writing-mode: horizontal-tb;
        padding: 0;
        font-size: 2.0rem;
        letter-spacing: normal;
        text-align: center;
    }
    .concept_wrapper p {
        writing-mode: horizontal-tb;
        text-align: center;
        line-height: 2.0em;
        padding: 40px 0;
    }   
    .concept_wrapper h3 {
        writing-mode: horizontal-tb;
        text-align: center;
        padding: 0;
    }
    .concept .kagoshima-illust {
        transform: translate(10%,20%);
        width: 100%;
    }
    /* 真輝園の苗木 */
    .young-tree_wrapper {
        padding: 0 20px 0 88px;
    }
    .young-tree_visual {
        min-width: 370px;
    }
    /* 真輝園のお茶 */
    .tea_wrapper {
        padding: 0 88px 0 20px;
    }
    .tea_description h2 {
        padding: 0 0 10px 0;
    }
    .tea_visual {
        min-width: 370px;
    }
}


@media (max-width: 830px){
    /* 真輝園の苗木 */
    .young-tree_inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0;
        margin: 0;
    }
    .young-tree_wrapper {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        gap: 15px;
    }    
    .young-tree_description h2 {
        padding: 15px 0 10px 0;
    }
    .young-tree_description{
        max-width: 531px;
    }
    .young-tree_description p {
        text-align: left;
        min-width: 280px;
        padding-top: 15px;
    }
    .young-tree_wrapper h3 {
        padding: 0;
    }
    .young-tree_visual {
        min-width: 300px;
    }
    /* 真輝園のお茶 */
    .tea_inner {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 0;
        margin: 0;
    }
    .tea_wrapper {
        display: flex;
        justify-content: center;
        max-width: 1000px;
        gap: 15px;
    }    
    .tea_description h2 {
        padding: 15px 0 10px 0;
    }
    .tea_description{
        max-width: 531px;
    }
    .tea_description p {
        text-align: left;
        min-width: 280px;
        padding-top: 15px;
    }
    .tea_wrapper h3 {
        padding: 0;
    }
    .tea_visual {
        min-width: 300px;
    }
    /* 新着情報 */
    .Instagram_header_wrapper {
        padding: 0 20px;
    }
    .Instagram_container {
        padding: 20px 20px 0;
    }
    .news .Instagram_link {
        width: 50px;
        height: 50px;
    }
    .Instagram_header_wrapper h3 {
        font-size: 1.6rem;
        font-weight: 600;
    }
}

@media (max-width: 500px){
    /* 真輝園の苗木 */
    .young-tree_inner {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .young-tree_inner, .young-tree_visual {
        margin: 0;
        padding: 0;
    }   
    .young-tree_wrapper {
        display: flex;
        padding: 0;
    }
    .young-tree_description {
        align-items: start;
        margin: 0;
        padding-left: 20px;
    }
    .young-tree_description h2 {
        font-size: 2.4rem;
        padding: 10px 0 10px 0;
        text-align: left;
    }
    .young-tree_description p {
        text-align: left;
        min-width: 280px;
    }
    .young-tree_wrapper h3 {
        padding: 0;
        font-size: 2.0rem;
        line-height: 1.3em;
        padding-right: 20px;
    }
    .young-tree_visual {
        min-width: 300px;
        margin: 0;
    }
    .young-tree_description .btn {
        margin-top: 20px;
    }
    /* 真輝園のお茶 */
    .tea_inner {
        display: flex;
        flex-direction: column-reverse;
        align-items: start;
    }
    .tea_inner, .tea_visual {
        margin: 0;
        padding: 0;
    }   
    .tea_wrapper {
        display: flex;
        padding: 0;
    }
    .tea_description {
        align-items: end;
        margin: 0;
        padding-right: 20px;
    }
    .tea_description h2 {
        font-size: 2.4rem;
        padding: 10px 0 10px 0;
        margin-right: auto;
        text-align: left;
    }
    .tea_description p {
        text-align: left;
        min-width: 280px;
    }
    .tea_wrapper h3 {
        padding: 0;
        font-size: 2.0rem;
        line-height: 1.3em;
        padding-left: 20px;
    }
    .tea_visual {
        min-width: 300px;
        margin: 0;
    }
    .tea_description .btn{
        margin-left: auto;
    }
    /* 新着情報 */
    .news h2 {
        font-size: 2.4rem;
        padding: 0 0 10px 0;
    }
}

button {
    padding: 0 0;
}