@charset "UTF-8";

@font-face {
    font-family: icoset;
    src: url(/gs_front/style/fonts/icoset.ttf) format("truetype"), url(/gs_front/style/fonts/icoset.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

.shussan-manner .button+.button {
    padding: 0 0 40px;
}


.shussan-manner h2.title {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 10px;
    text-align: left;
    background-color: #f3f3f3;
    padding: 10px;
    width: 100%;
}

.shussan-manner .title {
    font-weight: bold;
}

.shussan-manner .common_area {
    padding-bottom: 80px;
}

@media screen and (min-width: 768px) {
    .shussan-manner .common_area {
        padding-bottom: 0;
    }

    .shussan-manner .main_content_wrap .button {
        margin: 80px auto;
    }
}





@media screen and (min-width: 768px) {
    #breadcrumb {
        max-width: 1000px !important;
    }

    .shussan-manner .main_content_wrap {
        max-width: 1000px;
        width: 100%;
        margin: auto;
    }
}

.bg_white {
    background-color: #fff;
}

/*.shussan-manner .cataloggift_area {
    background-color: transparent !important;
}*/

/* ========================================

マナー TOP

 ======================================== */

.shussan-manner.top .mainvisual_area .mainvisual {
    background: url(/okoudengaeshi/manner/images/manner_mv_sp.jpg)no-repeat center center / contain;
    height: 250px;
    width: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    background-color: #cfe3ee;
    ;
}

@media screen and (min-width: 768px) {
    .shussan-manner .mainvisual_area {
        padding: 15px 0 45px;
    }

    .shussan-manner.top .mainvisual_area .mainvisual {
        background: url(/okoudengaeshi/manner/images/manner_mv.jpg)no-repeat center center / cover;
        height: 300px;
        width: 100%;
        background-color: #cfe3ee;
        display: flex;
        margin: auto;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 0;
    }
}

.shussan-manner.top .mainvisual_area {
    margin: auto;
    padding: 0;
}



.shussan-manner.top .mainvisual .title_area {
    margin-bottom: 10px;
    border: none;
}

.shussan-manner.top .mainvisual h1 {
    font-size: 2.8rem;
    line-height: 1.25;
    text-align: center;
}



.shussan-manner.top .mainvisual_area .mainvisual .name_area .content_name {
    text-align: center;
}

.shussan-manner.top .mainvisual .name_area {
    margin-top: -10%;
}


@media screen and (min-width: 768px) {
    .shussan-manner.top .mainvisual_area .title_area {
        width: 100%;
        margin: 0 auto 15px;
    }

    .shussan-manner.top .mainvisual {
        height: 300px;
    }

    .shussan-manner.top .mainvisual h1 {
        font-size: 5rem;
        font-weight: normal;
        padding: 0;
        margin: 0;
    }

    .shussan-manner.top .mainvisual .name_area {
        margin-top: -50px;
    }
}


.shussan-manner.top .other_manner_area .inside_slider_manner .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.other_manner_area .inside_slider_manner .item {
    background-color: #fff;
    padding: 10px;
    height: 100%;
}


.shussan-manner.top .other_manner_area .inside_slider_manner .swiper-wrapper li {
    width: 48%;
}

.shussan-manner.top .other_manner_area .inside_slider_manner .swiper-button-next,
.shussan-manner.top .other_manner_area .inside_slider_manner .swiper-button-prev {
    display: none;
}

@media screen and (min-width: 768px) {
    .shussan-manner.top .other_manner_area .inside_slider_manner .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 20px;
        width: calc(100% + 20px);
        overflow: hidden;
    }

    .shussan-manner.top .other_manner_area .inside_slider_manner .swiper-wrapper li {
        width: calc(25% - 20px);
        margin: 0 20px 0 0;
    }

    .shussan-manner.top .other_manner_area .inside_slider_manner .swiper-wrapper li:nth-of-type(4n) {
        margin-right: 0;
    }

}

/* ========================================

	以下下層ページ

 ======================================== */


/* ========================================

	メインビジュアル

 ======================================== */
.shussan-manner.post .mainvisual_area {
    padding: 10px 0 0;
    margin: auto;
}


.shussan-manner .mainvisual_area h1 {
    padding: 10px 0;
    font-size: 2rem;
    font-weight: bold;
}



@media screen and (min-width: 768px) {
    .shussan-manner .main_content_wrap .mainvisual_area {
        padding: 5px 0 0;
        max-width: 1000px;
        margin: auto;
    }


    .shussan-manner .mainvisual_area h1 {
        font-size: 2.4rem;
    }

}


/* ========================================

下層タイトル・SNS・シェアボタンなど

 ======================================== */
.shussan-manner.post .mainvisual_area .title_area {
    padding: 0 3%;
}

@media screen and (min-width: 768px) {

    .shussan-manner.post .mainvisual_area .title_area {
        width: 100%;
        margin: 0 auto 15px;
        padding: 0;
    }
}



.shussan-manner .mainvisual_area .infomation_area {
    text-align: right;
    padding: 10px;
}

.shussan-manner .mainvisual_area .infomation_area .sns {
    margin-right: 10px
}

.shussan-manner .infomation_area.bottom .share {
    text-align: right;
    margin: 0 auto 5px
}

.shussan-manner .infomation_area.bottom .sns {
    margin: 0 10px 0 0;
}


.shussan-manner.post .mainvisual_area .share {
    margin: 0 auto 5px;
}

.shussan-manner .infomation_area .sns ul {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 0 5px auto;
}

@media screen and (min-width: 768px) {
    .shussan-manner .infomation_area .sns ul {
        width: 20%;
    }
}

.infomation_area .sns ul li {
    width: 25%;
}

.shussan-manner .mainvisual_area .infomation_area .update {
    font-size: 1.2rem;
    color: #999;
}

.shussan-manner .mainvisual_area .content_name {
    margin: 10px auto 5px;
}


.shussan-manner .mainvisual_area .content_name span {
    font-weight: bold;
    padding: 10px;
}

/* ========================================

記事

 ======================================== */

.shussan-manner.post .mainvisual_area .content_name span {
    font-weight: bold;
    background-color: #cfe3ee;
}

.shussan-manner {
    background-color: #f7f7f7;
    letter-spacing: .125rem;
}



.shussan-manner.post .post_wrap {
    padding: 0 0 20px;
    background-color: #fff;
}



@media screen and (min-width: 768px) {
    .post_wrap .inner {
        padding: 0;
        max-width: 1000px;
        margin: auto;
    }

    .shussan-manner.post .post_outer {
        background-color: #f7f7f7;
        padding: 20px 0;
    }

    .shussan-manner.post .post_wrap {
        padding: 0 20px 60px;
        width: 100%;
        max-width: 800px;
        margin: auto;
        margin: 10px auto 60px;
    }
}

/* ========================================

目次

 ======================================== */



.shussan-manner.post .outline_area {
    padding: 40px 3%;
}



@media screen and (min-width: 768px) {
    .shussan-manner.post .outline_area {
        padding: 40px 0;
        font-size: 16px;
    }

}


.shussan-manner.post .outline_area .outline {
    padding: 30px 15px;
    background-color: #f2f2f2;
}

.shussan-manner.post .outline_area .outline .outline_title {
    font-weight: 700;
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 22px;
    width: 100%;
}

.shussan-manner.post .outline_area .outline ul li {
    text-indent: -1em;
    padding-left: 1em;
}

.shussan-manner.post .outline_area .outline ul li a span {
    margin: 0 5px 0 0;
}

.shussan-manner.post .outline_area .outline ul li a {
    display: block;
    color: #001f5e;
    margin: 0 auto 10px;
    text-decoration: none !important;
}


/* ========================================

セクション

 ======================================== */
.shussan-manner.post .toplayer {
    padding: 0 0 60px;
}

.shussan-manner.post .underlayer {
    padding: 30px 0;
}

.shussan-manner.post .underlayer h3 {
    font-weight: 700;
    padding: 0 0 0 5px;
    border-left: 3px solid #ff9a8b;
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    text-align: left;
}

.shussan-manner.post .underlayer h4 {
    font-weight: bold;
}

.shussan-manner.post .underlayer h4+p {
    margin: 5px auto 20px;
}

.shussan-manner.post .underlayer h4:before {
    content: "■";
    color: #6a3b96;
}

.shussan-manner.post .mainvisual_area p,
.shussan-manner.post .toplayer p {
    margin: 20px auto;
    line-height: 1.8;
}


.shussan-manner.post .toplayer .txt {
    margin: 5px 0 0;
    font-size: 1.2rem
}

.shussan-manner.post p span {
    font-weight: bold;
}

.shussan-manner.post .large_pic {
    text-align: center;
    margin: auto;
}

.shussan-manner.post .item .pic {
    margin: 0 auto !important;
}

.shussan-manner.post .item .name {
    margin: 10px 0 5px !important;

}


.select_point {
    margin: 15px;
}

.select_point li {
    font-weight: bold;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (min-width: 768px) {
    .select_point li {
        font-size: 16px;
    }

}

.select_pointl li:nth-last-child(1) {
    margin-bottom: 0;
}

.select_point.list_mark {
    list-style-type: disc;
}

.select_point.list_mark li {
    font-weight: normal;
    text-indent: 0;
    padding-left: 0;
}

.select_point.list_mark li span {
    font-weight: bold;
}

/*table*/
.shussan-manner table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
}

.shussan-manner table th {
    border: 1px solid #999999;
    font-weight: bold;
    padding: 5px;
    background-color: #f7f7f7;
    ;
}

.shussan-manner table td {
    border: 1px solid #999999;
    padding: 5px;
}

.manner_noshi li figcaption span {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}

.manner_noshi li figcaption {
    text-align: center;
    font-size: 1.2rem;
}

/*--- のしリスト ---*/
.shussan-manner.post .noshi_list {
    margin: 30px auto 0;
    max-width: 1055px;
    text-align: center;
}

.shussan-manner.post .noshi_list>li+li {
    margin-top: 20px;
}

.shussan-manner.post .noshi_list .noshi_ttl {
    margin: 10px 0;
}

.shussan-manner.post .noshi_list .noshi_pic {
    border: 1px solid #ccc;
    padding-bottom: 1px;
}

@media screen and (min-width: 768px) {
    .shussan-manner.post .noshi_list {
        margin: 30px auto 0;
        max-width: 1055px;
        display: flex;
        text-align: center;
    }

    .shussan-manner.post .noshi_list>li {
        flex-basis: 25%;
    }

    .shussan-manner.post .noshi_list>li+li {
        margin-top: 0;
        margin-left: 18px;
    }

    .shussan-manner.post .mainvisual_area p,
    .shussan-manner.post .toplayer p {
        font-size: 16px;
    }
}



/* ========================================

	.関連記事

 ======================================== */

.shussan-manner.post .related {
    max-width: 400px;
    box-shadow: 0 0.25rem 0.25rem hsl(0deg 0% 0% / 20%);
    margin: 40px 0 40px auto;
}



.shussan-manner.post .related dt {
    background-color: #cfe3ee;
    padding: 5px;
    font-weight: bold;
}

.shussan-manner.post .related dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.shussan-manner.post .related dd .pic {
    width: 30%;
    margin: 0 auto 0 0 !important;
    line-height: inherit !important;
}

.shussan-manner.post .related dd .txt {
    width: 65%;
    font-weight: bold;
}

.shussan-manner.post .related .related-title {
    background-color: #cfe3ee;
    padding: 5px;
    font-weight: bold;
    margin: auto;
    line-height: inherit;
}

.shussan-manner.post .related .related-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.shussan-manner.post .related .related-wrap .related-pic {
    width: 30%;
    margin: auto !important;
    line-height: inherit !important;
}

.shussan-manner.post .related .related-wrap .related-txt {
    width: 65%;
    font-weight: bold;
    margin: auto;
    line-height: inherit;
}


/* ========================================

	.記事一覧

 ======================================== */
.shussan-manner.other_manner_area {
    background-color: #f7f7f7;
}

.shussan-manner .other_manner_area .inside_slider_manner .swiper-wrapper li .name {
    margin: 5px 0;
    font-weight: bold;
    height: auto;
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
}

@media screen and (min-width: 768px) {
    .shussan-manner .other_manner_area .inside_slider_manner .swiper-wrapper li .name {
        margin: 10px 0;
    }

}

p small {
    font-weight: normal;
    font-size: 80%;
    display: block;
}

.shussan-manner.post .column_pc3_sp1 .button {
    width: 100%;
}


/* ========================================

	.bnr_area

 ======================================== */
.shussan-manner .bnr_area ul {
    max-width: 100%;
    margin: auto;
    /*row-gap:20px;*/
}

@media screen and (min-width: 768px) {

    .shussan-manner .bnr_area ul {
        max-width: 1000px;
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

/* ========================================
.spMode .shussan-manner .bnr_area li{
    margin-bottom: 20px;
}
 ======================================== */
.spMode .shussan-manner .bnr_area li:last-child {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .shussan-manner .bnr_area li {
        width: 49%;
    }

    .shussan-manner .bnr_area li:nth-of-type(n + 3) {
        width: 32%;
    }
}

/* ========================================

/noshi/のみ

 ======================================== */

.shussan-manner.post.noshi .manner_noshi {
    margin-top: 40px;
}

.shussan-manner.post.noshi .manner_noshi li {
    text-align: center;
    font-size: 1.2rem
}

.shussan-manner.post.noshi .manner_noshi li figcaption span {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}


.shussan-mannerr.post.noshi .manner_noshi li {
    text-align: center;
    font-size: 1.2rem
}

.shussan-manner.post.noshi .manner_noshi li .noshi-text span {
    display: block;
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
}


.shussan-mannerr.post .noshi_chart {
    margin-bottom: 20px;
}


.shussan-manner.post table {
    border-top: solid #cccccc 1px;
    border-left: solid #cccccc 1px;
}

.shussan-manner.post th {
    background: #f7f7f7;
    font-weight: bold;
    color: #333;
    padding: 5px 8px;
    border-right: solid #cccccc 1px;
    border-bottom: solid #cccccc 1px
}

.shussan-mannerr.post td {
    padding: 5px 8px;
    border-bottom: solid #cccccc 1px;
    border-right: solid #cccccc 1px;
    text-align: center;
    vertical-align: middle;
}

.shussan-manner.post table ul li {
    text-align: left;
    display: flex;
}

.shussan-manner.post table ul li:before {
    content: "・";
    display: block;
}

.shussan-mannerr.post.noshi .bk {
    background: #f7f7f7;
    color: #333;
    font-size: 12px;
    font-weight: bold;
}

.bnr {
    margin-bottom: 20px;
}

/* ========================================

/greeting/のみ

 ======================================== */
.shussan-manner.post .sample_text {
    margin: 20px auto;
    background-color: #f7f7f7;
    padding: 10px;
}

.shussan-manner.post .point_block li {
    text-indent: -1em;
    padding-left: 1em;
}

.spMode .fixed~#container {
    padding-bottom: 0;
}

/* ========================================

	テーブル

 ======================================== */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #eae7f1;
}

.wp-block-table.is-style-stripes tbody td {
    vertical-align: middle;
}

.wp-block-table.is-style-stripes tbody tr {
    height: 70px;
}

.midashi th {
    text-align: center;
}

/* ========================================

	三回忌

 ======================================== */
.anchor_1_table {
    margin: 0px;
    padding: 0px;
}

.anchor_1_table tbody {
    border: 2px solid #787878;
}

.anchor_1_table table {
    width: 600px;
}

@media screen and (max-width:1000px) {
    .anchor_1_table table {
        width: 95%;
    }
}

.anchor_1_table th {
    text-align: center;
}

.anchor_1_table tr td:nth-child(1) {
    text-align: center;
}

/* ========================================

	9/3追加　テーブル

 ======================================== */
/* 
.underlayer table {
    width: 80%;
    border: 2px solid #5f5f5f !important;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
}

@media screen and (max-width: 480px) {
    .underlayer table {
        width: 100%;
    }
}

.underlayer table thead td {
    /*	border:1px solid #000000;*/
/* background-color: #CCCCCC;
    color: #000000;
    font-weight: bold;
} */

/* .underlayer table tbody td { */
/*	border:1px solid #000000;*/
/* text-align: left;
width: 30%;
}

*/
.strong {
    font-weight: bold;
}

/* ========================================

本記事のポイント

 ======================================== */


.shussan-manner.post .point_area .point_inner {
    padding: 30px 15px;
    border: 2px solid #efc94d;
    background-color: #fff5d4;
}

.shussan-manner.post .point_area .point_title {
    position: relative;
    padding-left: 38px;
    font-weight: 700;
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 22px;
    width: 100%;
}

.shussan-manner.post .point_area .point_title::before {
    position: absolute;
    content: url(/cmn/images/manner/point_icon.svg);
    background: #efc94d;
    border-radius: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    padding: 5px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shussan-manner.post .point_area ul {
    padding-left: 2rem;
    list-style-type: disc;
}

.shussan-manner.post .point_area li+li {
    margin-top: 10px;
}

.shussan-manner.post .point_area ul li a {
    display: block;
    color: #001f5e;
    text-decoration: none !important;
}

@media screen and (min-width: 768px) {
    .shussan-manner.post .point_area {
        padding: 20px 0 0;
        font-size: 16px;
    }
}

/* ========================================

	三回忌

 ======================================== */
.anchor_3_table {
    margin: 0px;
    padding: 0px;
}

.anchor_3_table tbody {
    border: 2px solid #787878;
}

.anchor_3_table table {
    width: 600px;
}

@media screen and (max-width:1000px) {
    .anchor_3_table table {
        width: 100%;
    }
}

.anchor_3_table th {
    text-align: center;
    vertical-align: middle;
    height: 50px;
}

.anchor_3_table td {
    vertical-align: middle;
    text-align: center;
    height: 50px;
}

.anchor_3_table tr td:nth-child(1) {
    font-weight: bold;
}

/* ========================================

	相談

 ======================================== */
.consultation {
    background-color: #f7f7f7;
    padding: 20px 10px;
    line-height: 3rem;
    font-size: 1.2rem;
    margin-top: 20px;
}

.consultation-button a {
    background-color: #e01c4d;
    border-radius: 30px;
    padding: 0 25px;
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #e01c4d;
    margin-top: 30px;
}

.consultation-button a:hover {
    background-color: #fff;
    color: #e01c4d;
    border: 1px solid #e01c4d;
}

/* ========================================

difference

======================================== */
.noshi-pic {
    margin: 0 auto 10px;
}

.noshi-text {
    text-align: center;
    margin: 0 auto !important;
}

.shussan-manner.post.difference td {
    text-align: left;
}


/* ========================================

	.manner-area

 ======================================== */

.manner-area {
    background-color: #f7f7f7;
}

.manner-area .swiper li {
    border: 1px solid #e3e3e3;
    background: #FFF;
    padding: 10px;
}

.shussan-manner .txt {
    font-size: 1.2rem;
}


@media screen and (min-width:768px) {
    .manner-area .inner {
        /* background-color: #fff; */
        max-width: 800px !important;
        padding: 30px 0px !important;
    }

    .manner-area {
        padding: 30px 0 90px !important;
    }
}

.manner-box {
    height: auto;
}

.manner-item {
    background-color: #fff;
    height: 100%;
}

.manner-detail {
    padding: 10px;
}

.manner-item-name {
    font-weight: 700;
    margin-bottom: 10px;
}

/*---------------

topのswiper部分

---------------*/

.shussan-manner.top .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

.shussan-manner.top .swiper-wrapper li {
    width: 48%;
}

.shussan-manner.top .swiper-button-next {
    display: none;
}

.shussan-manner.top .swiper-button-prev {
    display: none;
}

@media screen and (min-width: 768px) {


    .shussan-manner.top .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }

    .shussan-manner.top .swiper-wrapper li {
        width: calc((100% - 80px) / 4);
    }

    .shussan-manner.top .swiper-button-next {
        display: none;
    }

    .shussan-manner.top .swiper-button-prev {
        display: none;
    }
}

/* ========================================

この記事を書いた人

 ======================================== */

section.auther-area {
    background-color: #f7f7f7;
    padding: 50px 0 30px;
}

.auther-area-title {
    /* border-left: solid 5px #cc2200; */
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.auther-name-box {
    margin-bottom: 20px;
}

.auther-icon {
    width: 35%;
    margin: 0 auto 10px;
}

h3.auther-name {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}

.auther-txt-box {
    margin-bottom: 10px;
}

.auther-main_txt {
    margin-bottom: 10px;
    letter-spacing: 1.2px;
}

.auther-sub_txt {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .auther-block {
        display: flex;
        align-items: center;
        justify-content: space-around
    }

    .auther-area-title {
        margin-bottom: 30px;
    }

    .auther-main_txt {
        font-size: 1.45rem;
    }



    .auther-name-box {
        width: 30%;
    }

    .auther-icon {
        width: 100%;
        max-width: 150px;
        margin-bottom: 20px;
    }

    h3.auther-name {
        margin-bottom: 0;
        font-size: 15px;
    }



    .auther-txt-box {
        margin-bottom: 0;
        width: 60%;
    }


}


/* ========================================

	.関連記事

 ======================================== */
.related-block {
    padding: 10px;
    max-width: 400px;
    margin: 30px 0 0 auto;
    background-color: #f7f7f7;
}

.related-title {
    background-color: #f7f7f7;
    border: 1px solid #333;
    width: fit-content;
    margin: 0 0 5px 0 !important;
    padding: 5px 20px 5px 5px;

}

.related-title span {
    font-weight: bold;
    line-height: 0 !important;
    margin-left: 5px;
}

.related-txt {
    margin: 0 !important;
    font-weight: bold;
}


.related-title::before {
    content: "";
    display: inline-block;
    width: 23px;
    height: 25px;
    background-image: url('/images/icon-note.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.infomation_area.bottom {
    margin-top: 60px;
}