/*
Theme Name: プルメリアお知らせ
Theme URI: https://www.cocktail-do.xyz/
Description: これはディスクリプション
Version: 0.1
Author: Ichimura
*/
@charset "utf-8";
/* CSS Document */


.renew_h1 {
    padding-top: 180px;
}

.topics_index {
    width: 95%;
    display: block;
    margin: 0 auto;
}

.topic_detail {
    padding: 40px 0;
    border-bottom: solid 1px #666;
}

.topic_detail a {
    position: relative;

}

.topic_detail a .news_box {
    display: flex;
}

.news_box img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    margin-right: 50px;
}

.news_text {
    line-height: 1.6;
    font-weight: bold;
}

.morebtn_tpc {
    position: absolute;
    bottom: 0;
    right: 0;
}

.more_more {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: auto;
    width: 180px;
    height: 20px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: linear-gradient(to bottom, #B4917A 10%, #6A503B 80%);
    font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    border-radius: 6px;
}

.more_more::before {
    position: absolute;
    right: 3%;
    content: "▶";
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    font-size: 0.8em;
}

.maintxt {
    overflow-wrap: anywhere;
}

#content.single {
    margin-top: 180px;
    padding-top: 0;
    margin-bottom: 60px;
}

.single .title_00 {
    font-size: 1.8rem;
    color: #705542;
    padding: 40px 0;
    text-align: center;
}

.content_inner {
    padding: 0;
}

.box_field{
    margin-top: 60px;
}

.h2_post {
    font-size: 22px;
    color: #705542;
    text-align: center;
    margin-bottom: 20px;
}

.txt_main {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.img_post{
    text-align: center;
max-width: 530px;
display: block;
margin: 0 auto 20px;
}

.more_button{
    height: 40px;
}

@media (max-width: 767px) {
    #content.single {
        margin-top: 0;
        padding: 60px 0;
    }

    .content_inner {
        padding: 0px 0 60px;
        margin-top: 60px;
        background: #fbfaf5;
    }

    .renew_h1 {
        padding-top: 120px;
    }

    .topic_detail {
        padding: 40px 0 60px;
    }

    .morebtn_tpc {
        bottom: -25px;
    }
}