@charset "utf-8";

/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
/*                                                                 */
/*    【共通／スマートフォンここから】                                  */
/*                                                                 */
/* ■◆■━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━■◆■ */
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}

:root{
    --green:#79B6B5;
    --pink:#D791AD;
}

html {
    font-size: 100%;
    scroll-behavior: smooth !important;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    box-sizing: border-box;
    word-wrap:break-word;
}

div {
    font-size: 14px;
}

p {
    color: #444444;
    font-size: 1em;
    line-height: 1.8em;
}

.font_bold {
    font-weight: bold;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.a_hover:hover {
    opacity: 0.7;
    text-decoration: none;
}

.img_responsive{
    width: 100%;
}

/*▼汎用*/
    /*見出し*/
h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.4em;
    line-height: 35px;
    margin: 10px 0;
}

h4 {
    font-size: 1.2em;
    margin: 10px 0;
}

h5 {
    font-size: 1.1em;
    margin: 10px 0;
}

.title_underline {
    position: relative;
    margin-bottom: 1em;
    text-align: center;
    margin: 0 auto 50px auto;
}

.title_underline:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #79b0af;
    border-radius: 2px;
}

.title_underline_w {
    position: relative;
    margin-bottom: 1em;
    text-align: center;
    margin: 0 auto 50px auto;
}

.title_underline_w:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #D791AD;
    border-radius: 2px;
}


.movie_logo {
    position: relative;
    margin-bottom: 1em;
    text-align: center;
    margin: 0 auto 30px;
}

.ml_img_01 {
    width: 17%;
    padding: 10px 0;
}

.ml_img_02 {
    width: 12%;
    padding: 10px 0;
}

.wf-notoserifjapanese {
    font-family: "Noto Serif Japanese", serif, san-serif;
}

.pankuzu {
    margin: 20px 15px;
    font-size: 0.9em;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.container_menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.header_comment {
    padding: 30px 0;
    display: flex;
    justify-content: center;
}
.header_background img{
    width:100%;
}
.common_mainvisual_text{
    margin-right:20px;
}
.merit_2_container {
    display: flex;
    justify-content: space-between;
}
h3.riyorei_s_title{
    background-color: var(--pink);
    color:white;
    padding: 5px 0 5px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    /* margin: 10px 0 60px 0; */
}
h3.riyorei_g_title{
    background-color: var(--green);
    color:white;
    padding: 5px 0 5px 20px;
    font-size: 1.4rem;
    letter-spacing: 0.07em;
    /* margin: 10px 0 60px 0; */
}

p.rei_text{
    margin-top:20px;
    font-weight: bold;
}
.merit_2_item_text ul{
    padding-left:14px;
}
.merit_2_item_text ul li{
    margin:8px 0;
}
/* ▼直葬プラン */
span.price{
    font-size: 1.4rem;
    font-weight:bold;
}
p.plannaiyo{
    margin-bottom:10px;
}

table{
    border-collapse: collapse;
    width: 100%;
}

th,td{
    border:1px solid #ccc;
    padding: 10px 15px;
}
th{
    width: 30%;
    background:#F5F5F6;
}
p.notice{
    text-align:right;
    margin-top:10px;
}
.table_img{
    max-width: 1200px;
    margin:0 auto;
}
.table_img img{
    width: 90%;
    margin:20px auto;
    text-align:center;
}
/*PC============================
==================================*/
@media screen and (min-width:768px){
    .pankuzu {
        width: 100%;
        max-width: 1200px;
        margin: 20px auto;
        font-size: 0.9em;
    }
    .riyorei_s_title,.riyorei_g_title{
        margin: 10px 0 60px 0;
    }
    .merit_2_item_text{
        padding:0 20px 0 45px;
    }
    .item_text{
        width:50%;
        padding-right:60px;
    }
    .sp{
        display:none;
    }
}
/*SP============================
==================================*/
@media screen and (max-width:768px){
    .pc{
        display:none;
    }
    .riyorei_s_title,.riyorei_g_title{
        margin-bottom: 10px;
    }
    .merit_2_container {
        flex-wrap: wrap;
    }
    .merit_2_item_text{
        padding-left:20px;
    }
    .item_text{
        width:100%;
    }
    th,td{
        /* border:1px solid #ccc; */
        padding: 10px 5px;
    }
    span.plan_naiyou_s{
        font-size:1rem;
    }
}