@charset "UTF-8";

html {
    scroll-padding-top: 50px;
    scroll-behavior: smooth;
}

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

以下TOPと共通設定

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

.inner {
    padding: 0 3%
}

article section {
    padding: 50px 0;
}


.area-title_box {
    margin-bottom: 30px;
    text-align: center;
}

.area-title {
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
}


.area-title span {
    font-size: 1.4rem;
    font-weight: 500;
    display: block;
}

.area-lead-box {
    padding: 40px 20px 0;
    text-align: center;
}


.btn-box {
    background-color: #333333;
    width: 100%;
    max-width: 600px;
    text-align: center;
    position: relative;
    margin: 20px auto 0;
    border: 2px solid #333333;
}

.btn-box .btn {
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    width: 100%;
    padding: 10px;
    display: block;
}

.btn-box .btn span {
    display: block;
    font-size: 1rem;
}

.btn-box::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-wh.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover {
    border: 2px solid #333333;
    background-color: #fff;
    transition: 0.5s;
}

.btn-box:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url('/images/icon-arrow-right-bk.svg');
    background-size: 100%;
    width: 7px;
    height: 12px;
    top: 50%;
    right: 3%;
    margin: auto;
    transform: translate(-50%, -50%);
}

.btn-box:hover .btn {
    color: #333333;
}


@media only screen and (min-width: 768px) {
    .inner {
        position: relative;
        max-width: 1100px;
        margin: 0 auto;
        padding: 35px 50px 80px !important;
    }

    .sp_only {
        display: none;
    }

    .sp_hidden {
        display: block;
    }

    .area-title {
        font-size: 4rem;
    }

    .area-lead {
        font-size: 1.8rem;
    }


    .btn-box {
        margin: 40px auto 0;
        max-width: 400px;
    }

    .btn-box .btn {
        font-size: 1.5rem;
        color: #fff;
        font-weight: bold;
    }
}

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

スワイパー設定

------------------*/
.swiper-container.product-slider-container {
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-button-next {
    background-image: url(/cmn/images/arrow.svg);
    right: -10px;
}

.swiper-button-prev {
    background-image: url(/cmn/images/arrow.svg);
    transform: scale(-1, 1);
    left: -10px;
}

.swiper-pagination {
    position: relative;
    margin-top: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #333;
}

/* .uchiiwai-manner.post .swiper-wrapper {
    justify-content: center;
} */

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

以下マナー用

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

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


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

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


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

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

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

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

マナー TOP

 ======================================== */
.uchiiwai-manner.top .mainvisual_area .mainvisual {
    background: url(/uchiiwai/manner/images/manner-top-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;
    ;
}


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

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


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

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


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

.spMode .uchiiwai-manner.top .other_manner_area .chugen-other-manner .swiper-wrapper li {
    width: 48%;
    margin-right: 0 !important;
}

.uchiiwai-manner.top .other_manner_area .chugen-other-manner .swiper-button-next,
.uchiiwai-manner.top .other_manner_area .chugen-other-manner .swiper-button-prev {
    display: none;
}



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

    .uchiiwai-manner.top .swiper-button-next,
    .uchiiwai-manner.top .swiper-button-prev,
    .uchiiwai-manner.top .swiper-pagination {
        display: none;
    }

    #uchiiwai .mainvisual_area {
        padding: 15px 0 45px;
    }

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

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

    .uchiiwai-manner.top .mainvisual_area .title_area {
        width: 100%;
        margin: 0 auto 15px;
    }

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

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

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

    .uchiiwai-manner.top .other_manner_area .chugen-other-manner .swiper-wrapper {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        row-gap: 20px;
        width: calc(100% + 20px);
        overflow: hidden;
    }

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

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

    .uchiiwai-manner.top .other_manner_area .inner {
        max-width: 1080px;
        width: 100%;
        margin: auto;
    }

}

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

	以下下層ページ

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


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

	メインビジュアル

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



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

@media screen and (min-width: 768px) {
    .uchiiwai-manner.post .post_outer .mainvisual_area {
        padding: 5px 0 0;
        max-width: 800px;
        margin: auto;
    }

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

}

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

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

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



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

.uchiiwai-manner .infomation_area.bottom {
    margin-top: 30px;
}

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

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

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


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

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


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

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

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


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

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

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

    .uchiiwai-manner .infomation_area .sns ul {
        width: 20%;
    }
}


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

記事

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

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

.uchiiwai-manner {
    background-color: #f7f7f7;
    padding-bottom: 15px;
    letter-spacing: .125rem;
}

.uchiiwai-manner.post .post_outer .inner {
    padding: 0 3%
}


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

@media screen and (min-width: 768px) {
    .uchiiwai-manner.post .post_wrap {
        padding: 0 20px;
        max-width: 800px;
        margin: auto;
        font-size: 1.5rem;
    }

    .uchiiwai-manner.post .post_outer .inner {
        padding: 0 !important;
        max-width: 1080px;
        margin: auto;
    }

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

}


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

目次

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



.uchiiwai-manner.post .outline_area {
    padding: 0 3% 20px;
}




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

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

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

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

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

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

}



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

セクション

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

.uchiiwai-manner.post .underlayer {
    padding: 15px 0;
}

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

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

.uchiiwai-manner.post .underlayer h4:before {
    content: "■";
    color: #333333;
}

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

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

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


.select-point {
    margin: 15px;
    list-style: disc;
}

.select-point li {
    font-weight: bold;
    margin-bottom: 10px;
}

.select-point li a {
    font-weight: bold;
}

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

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

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

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


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

	.関連記事

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

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


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

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

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

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

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

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

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

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



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

	.記事一覧

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

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


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

.uchiiwai-manner.post .column_pc3_sp1 .button {
    width: 100%;
    margin: 0px;
}

.uchiiwai-manner .bnr {
    margin: auto;
    max-width: 800px;
}

.uchiiwai-manner .bnr img {
    border-radius: 10px;
}


.uchiiwai-manner.post .sample-text {
    margin: 20px auto;
    background-color: #f7f7f7;
    padding: 10px;
}

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

    .uchiiwai-manner .other_manner_area .chugen-other-manner .swiper-wrapper li .name {
        margin: 10px 0;
        font-size: 1.5rem;
    }
}


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



本記事のポイント



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

.uchiiwai-manner.post #point_area {
    padding: 0 3% 20px;
}

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

.uchiiwai-manner.post #point_area .point_title {
    position: relative;
    padding-left: 38px;
    font-weight: 700;
    text-align: left;
    font-size: 2.4rem;
    margin-bottom: 22px;

}

.uchiiwai-manner.post #point_area .point_title::before {
    position: absolute;
    content: url(/cmn/images/manner/point_icon.svg);
    background: #ffa000;
    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%);
}

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

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

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

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

    .uchiiwai-manner.post #point_area {
        padding: 20px 0 0;
    }

}


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

テーブル

 ======================================== */
.howto table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border: 1px solid #000000;
    background-color: #FFFFFF;
    color: #000000;
    text-align: left;
}

.howto table th {
    border: 1px solid #000000;
    background-color: #FFFFD3;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.howto table td {
    border: 1px solid #000000;
    text-align: center;
    vertical-align: middle;
}

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

	相談

 ======================================== */
.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: 45px;
    padding: 5px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    font-weight: bold;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border: 1px solid #e01c4d;
    margin-top: 30px;
}

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


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

イラスト入りの表

 ======================================== */
.illust_table-wrap .illust_table-table {
    width: 100%;
}

.illust_table-wrap .illust_table-illust {
    width: 100%;
}


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

    .illust_table-wrap {
        display: flex;
        justify-content: space-between;
    }

    .illust_table-wrap.reverse {
        flex-direction: row-reverse;
    }


    .illust_table-wrap .illust_table-table {
        width: 70%;
    }

    .illust_table-wrap .illust_table-illust {
        width: 25%;
    }
}

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

キャンペーン

====================*/
.campaign-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
}

.campaign-box {
    width: 100%;
}

.campaign-box:nth-of-type(n + 3) {
    width: 48%;
}


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

topのswiper部分

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

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

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

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

.uchiiwai-manner.top .article_list-area {
    padding: 35px 0;
}


@media screen and (min-width: 768px) {
    .uchiiwai-manner.top .swiper-wrapper {
        display: flex;
        /* justify-content: center; */
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 20px;
    }

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


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

マナー箇所

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

.manner-box {
    height: auto;
}

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

.manner-detail {
    padding: 10px;
}

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

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

手渡しテーブル部分

---------------*/
.passing .merit p {
    line-height: 1.5 !important;
    margin: 0 auto 10px !important;
}