#tp_copy {
    padding: 80px 0;
    background: url(../img/tp_copy_bg.jpg) left 0 bottom 60px no-repeat;
    position: relative;
}
#tp_copy .flower {
    position: absolute;
    top: -90px;
    right: 0;
}
#tp_copy h1 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #ec6d56;
    font-size: 50px;
    font-weight: bold;
    line-height: 1.3em;
    text-align: center;
}
#tp_copy p {
    margin-top: 20px;
    font-size: 22px;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_copy {
        padding: 30px 0;
        background: url(../img/tp_copy_bg.jpg) left 0 bottom 10px no-repeat;
        background-size: 100%;
    }
    #tp_copy .flower {
        position: absolute;
        top: -40px;
        width: 20%;
    }
    #tp_copy h1 {
        font-size: 24px;
    }
    #tp_copy p {
        margin-top: 10px;
        font-size: 15px;
    }
}

#tp_main1_bg {
    padding: 0 0 80px 0;
    background: url(../img/tp_main1_wave.jpg) right 0 bottom 40px no-repeat;
}
#tp_main1_bg h2 {
    padding: 50px 0;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #ec6d56;
    font-size: 36px;
    font-weight: bold;
    text-align: right;
    white-space: nowrap;
    position: relative;
}
#tp_main1_bg h2::before {
    content: url('../img/tp_main_flower.png');
    position: absolute;
    top: -20px;
    right: -60px;
    z-index: -1;
}
#tp_main1_bg .photo {
    flex: 1;
    margin-left: calc(20% - 20vw);
}
#tp_main1_bg .photo img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #tp_main1_bg {
        padding: 0 0 30px 0;
        background: url(../img/tp_main1_wave.jpg) right 0 bottom 10px no-repeat;
        background-size: 80%;
    }
    #tp_main1_bg h2 {
        padding: 30px 0;
        text-align: center;
        font-size: 24px;
    }
    #tp_main1_bg h2::before {
        content: '';
    }
    #tp_main1_bg .photo {
        margin-left: 0;
    }
}

#tp_main2_bg {
    padding: 0 0 80px 0;
    background: url(../img/tp_main2_wave.jpg) left 0 bottom 40px no-repeat;
}
#tp_main2_bg h2 {
    padding: 50px 0;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #ec6d56;
    font-size: 36px;
    font-weight: bold;
    white-space: nowrap;
    position: relative;
}
#tp_main2_bg h2::before {
    content: url('../img/tp_main_flower.png');
    position: absolute;
    top: -20px;
    left: -60px;
    z-index: -1;
}
#tp_main2_bg .photo {
    flex: 1;
    margin-right: calc(20% - 20vw);
}
#tp_main2_bg .photo img {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    #tp_main2_bg {
        padding: 0 0 30px 0;
        background: url(../img/tp_main2_wave.jpg) left 0 bottom 10px no-repeat;
        background-size: 80%;
    }
    #tp_main2_bg h2 {
        padding: 30px 0;
        text-align: center;
        font-size: 24px;
    }
    #tp_main2_bg h2::before {
        content: '';
    }
    #tp_main2_bg .photo {
        margin-left: 0;
    }
}





/* フォトギャラリー
================================================== */
#tp_photo_bg {
    padding: 80px 0;
    background: url(../img/wagara1.jpg) 0 0 repeat;
}
.tp_photo_wrap {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 10px);
    margin-left: -5px;
}
.tp_photo_wrap .box {
    margin: 5px;
}
.tp_photo_wrap .box.line2 {
    width: calc(50% - 10px);
}
.tp_photo_wrap .box.line3 {
    width: calc(33.3333% - 10px);
}
.tp_photo_wrap .box.line4 {
    width: calc(25% - 10px);
}
.tp_photo_wrap .box_title {
    width: calc(50% - 10px);
    margin: 5px;
    position: relative;
}
.tp_photo_wrap .box_title h2 {
    position: absolute;
    right: 30px;
    top: calc(50% - 1.5em);
    bottom: 0;
    color: #fff;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: right;
}
.tp_photo_wrap .box_title h2.left {
    position: absolute;
    left: 30px;
    top: calc(50% - 1.5em);
    bottom: 0;
    color: #fff;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 36px;
    line-height: 1.3em;
    font-weight: bold;
    text-align: left;
}
@media only screen and (max-width: 767px) {
    #tp_photo_bg {
        padding: 30px 0;
    }
    .tp_photo_wrap {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + 4px);
        margin-left: -2px;
    }
    .tp_photo_wrap .box.line2, .tp_photo_wrap .box.line3, .tp_photo_wrap .box.line4 {
        width: calc(50% - 4px);
        margin: 2px;
        order: 1;
    }
    .tp_photo_wrap .box_title {
        order: 0;
        width: calc(100% - 4px);
        margin: 2px;
    }
    .tp_photo_wrap .box_title h2, .tp_photo_wrap .box_title h2.left {
        left: 0;
        right: 0;
        top: calc(50% - 1.5em);
        bottom: 0;
        font-size: 22px;
        text-align: center;
    }
}





/* 私達の誇りと想い
================================================== */
#tp_pride_bg {
    padding: 0 0 80px 0;
}
#tp_pride {
    margin-top: -180px;
    padding: 60px 30px;
    background: #ec6d56;
}
#tp_pride h2 {
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
#tp_pride p.text {
    margin: 30px 0;
    color: #fff;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #tp_pride {
        margin-top: -20px;
        padding: 30px 30px;
        position: relative;
        z-index: 2;
    }
    #tp_pride h2 {
        font-size: 22px;
    }
    #tp_pride p.text {
        margin: 20px 0;
        text-align: left;
    }
}




/* 会社概要 お問い合わせ
================================================== */
.company_box {
    margin-top: 40px;
    position: relative;
}
.company_box h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    pointer-events: none;
    text-shadow:
        -1px -1px 5px #fff,0px -1px 5px #fff,0px 1px 5px #fff,1px 0px 5px #fff,-2px -2px 5px #fff,0px -2px 5px #fff,
        0px 2px 5px #fff,2px 0px 5px #fff,-3px -3px 5px #fff,0px -3px 5px #fff,0px 3px 5px #fff,3px 0px 5px #fff;
}
.company_box h2::after {
    content: url('../img/arrow3.png');
    vertical-align: middle;
    margin-left: -5px;
    position: relative;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .company_box {
        margin-top: 30px;
    }
    .company_box h2 {
        font-size: 20px;
    }
    .company_box h2::after {
        content: '';
        display: inline-block;
        width: 45px;
        height: 45px;
        background-image: url('../img/arrow3.png');
        background-size: contain;
        vertical-align: middle;
        margin-left: 0;
    }
}




/* 新着情報
================================================== */
#tp_news_bg {
    padding: 80px 0;
    background: url(../img/wagara1.jpg) 0 0 repeat;
}
#tp_news_bg h2 {
    padding: 30px 0;
    font-family: 'Noto Serif JP','游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg h2 {
        font-size: 21px;
    }
}
#tp_news {
    padding: 30px 100px;
    background: #fff;
    border-radius: 8px;
}
#tp_news p a {
    color: #2d9cb2 !important;
    font-weight: bold;
    text-decoration: underline;
}
#tp_news .inner {
    height: 400px;
    overflow-y: scroll;
}
#tp_news .inner dl {
    display: block;
    padding: 0 20px 15px 0;
}
#tp_news .inner dl dt {
    clear: left;
    float: left;
    margin: 0 0 1em 0em;
    width: 9em;
    font-weight: normal;
    font-size: 14px;
    line-height: 14pt;
}
#tp_news .inner dl dd {
    margin-bottom: 2em;
    margin-left: 0em;
    padding-left: 9em;
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p {
    font-size: 16px;
    line-height: 15pt;
}
#tp_news .inner dl dd p.title {
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
}
#tp_news .inner dl dd a {
    color: #000;
}
@media only screen and (max-width: 767px) {
    #tp_news_bg {
        padding: 30px 0;
    }
    #tp_news {
        padding: 10px 0;
    }
    #tp_news_bg h2 {
        padding: 10px 0;
    }
    #tp_news .inner {
        padding-left: 10px;
    }
    #tp_news .inner dl dt {
        float: none;
        width: 100%;
    }
    #tp_news .inner dl dd {
        padding-left: 0;
    }
    #tp_news .inner dl dd p.title {
        font-size: 15px;
    }
    #tp_news .inner dl dd p {
        font-size: 13px;
    }
}