@charset "UTF-8";

/*=====================================================
 * 共通
 * ==================================================== */
@font-face {
    font-family: "icons";
    src: url("/common/font/fontello.eot");
    src: url("/common/font/fontello.eot#iefix") format("embedded-opentype"), url("/common/font/fontello.woff2") format("woff2"), url("/common/font/fontello.woff") format("woff"), url("/common/font/fontello.ttf") format("truetype"), url("/common/font/fontello.svg#fontello") format("svg");
}
#shussanuchiiwai section{
    margin: 0;
}

html{
    scroll-behavior:smooth;
}
:root {
    font-size: 10px;
}
#shussanuchiiwai {
    color: #53471D;
}

#shussanuchiiwai span {
    font-weight: inherit;
}

#shussanuchiiwai select {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    /*Firefox用*/
    text-overflow: "";
    /*Firefox用*/
    font-family: "メイリオ", Meiryo, Droid Sans, HiraKakuProN-W3, HiraKakuPro-W3, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, Helvetica;
}

#shussanuchiiwai select::-ms-expand {
    display: none;
}

#shussanuchiiwai img {
    max-width: 100%;
}

#shussanuchiiwai a {
    text-decoration: none;
}

#shussanuchiiwai h3{
    display:block;
}

/*=====================================================
 * モジュール
 * ==================================================== */
.mod_btn a,
.mod_btn input {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: 360px;
    width: 100%;
    background-color: #6d6868;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.mod_btn a:hover,
.mod_btn input:hover {
    opacity: 0.8;
}

.mod_btn a:hover,
.mod_btn input:hover {
    text-decoration: none;
}

.mod_btn.short a,
.mod_btn.short input {
    padding: 15px;
    font-size: 14px;
    font-size: 1.4rem;
}

.mod_table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.mod_table>* {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.br_tb {
    display: none;
}

@media only screen and (max-width: 981px) {
    .br_tb {
        display: block;
    }
}

.mod_limiter {
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.mod_limiter.w1600 {
    max-width: 1600px;
}

/*=====================================================
	message card
=====================================================*/
/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
    8.32% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    16.65% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    24.98% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    33.3% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    41.63% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-wobble-horizontal {
    8.32% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

    16.65% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }

    24.98% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }

    33.3% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }

    41.63% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.mot_wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: infinite;
}

/* 共通
------------------------------------------------ */
#shussanuchiiwai.p-greeting .mod_inner {
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}

#shussanuchiiwai.p-greeting .mod_btn a {
    max-width: 600px;
    background-color: #efc94d;
    color: #53471d;
    border-radius: 10px;
}

#shussanuchiiwai.p-greeting .card_btn {
    position: absolute;
    top: 380px;
    right: 0;
    z-index: 1000001;
}

#shussanuchiiwai.p-greeting .card_btn a {
    display: block;
    width: 160px;
    height: 140px;
    background-color: #53471d;
    border: 6px solid #fff;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#shussanuchiiwai.p-greeting .card_btn a>.pic {
    margin-top: -20px;
}

#shussanuchiiwai.p-greeting .card_btn a>.pic img {
    max-width: 62px;
    width: 100%;
}

#shussanuchiiwai.p-greeting .card_btn a>.txt {
    margin-top: 10px;
    line-height: 1.4;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .card_btn a:hover {
    opacity: .8;
}

#shussanuchiiwai.p-greeting .card_btn a:hover img {
    opacity: 1;
}

#shussanuchiiwai.p-greeting .card_btn.is_scrollOn {
    top: 30px;
    position: fixed;
}

#shussanuchiiwai.p-greeting .mod_head {
    margin-top: 80px;
    text-align: center;
}

#shussanuchiiwai.p-greeting .mod_head .mod_headInner {
    background-image: url(/shussanuchiiwai/greeting/images/bg-anchor-title.svg);
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    padding: 60px 0 0;
}

#shussanuchiiwai.p-greeting .mod_head .head_tag {
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    border-top: 1px solid #53471d;
    border-bottom: 1px solid #53471d;
    padding: 5px 0;
    font-style: italic;
    letter-spacing: 2px;
}

#shussanuchiiwai.p-greeting .mod_head .head_ttl {
    margin: 10px 0 0;
    font-size: 30px;
    font-size: 3.0rem;
    letter-spacing: 3px;
}

@media only screen and (max-width: 1199px) and (min-width: 0px) {
    #shussanuchiiwai.p-greeting img {
        width: auto;
    }
}

/* ビジュアル
------------------------------------------------ */

.titlecolor1 { color: #2CB9DC; }
.titlecolor2 { color: #0AA7C0; }

#shussanuchiiwai .mainvisual .mainvisual-title {
    font-family: "Kaisei Opti", serif;
    font-size: 8.5rem;
    line-height: 1;
    letter-spacing: -0.6rem;
    margin-bottom: 10px;
    /* display: inline-block; */
}

#shussanuchiiwai .mainvisual .mainvisual-title-sub {
    position: relative;
    display: block !important;
    letter-spacing: 0;
    font-size: 4rem;
    color: #2CB9DC;
}
#shussanuchiiwai .mainvisual .mainvisual-title-sub::before {
    position: absolute;
    content: "";
    left: 23px;
    top: -20px;
    background: url(/shussanuchiiwai/greeting/images/icon-free.png);
    display: inline-block;
    height: 60px;
    width: 140px;
    background-repeat: no-repeat;
    background-size: contain;
}
#shussanuchiiwai.p-greeting .mainvisual {
    background-repeat: no-repeat;
    background-position: top left;
    position: relative;
    -webkit-background-size: cover;
    background-size: cover;
    height: 400px;
}
#shussanuchiiwai .btn {
    display: block;
    position: relative;
    padding: 7px 30px;
    background-color: #53471d;
    max-width: 600px;
    color: #fff;
    font-weight: bold;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
}
#shussanuchiiwai .btn.make-massage-card{
    background:#efc94d;
    position:relative;
    color:#53471d;
    line-height:1.4;
    transition:0.5s;
}
#shussanuchiiwai .btn.make-massage-card:hover{
    background:#f8de88;
}

#shussanuchiiwai .btn.make-massage-card.btn-howto::after{
    transform: translate(0%) rotate(135deg);
}

#shussanuchiiwai .btn.make-massage-card span{
    font-size:1.5rem;
}

#shussanuchiiwai .btn.make-massage-card:after {
    content: '';
    margin-top: 5px;
    display: block;
    top:30%;
    right:20px;
    position:absolute;
    width: 8px;
    height: 8px;
    border-top: 3px solid #53471D;
    border-right: 3px solid #53471D;
    transform: translate(0%) rotate(135deg);
    transition: 0.3s;
}
ul.mainvisual-area-button {
    display:flex;
    max-width:800px;
    margin: -20px auto 20px;
}
ul.mainvisual-area-button li{
    width:50%;
    position: relative;
}
ul.mainvisual-area-button li a {
    background: #EFC94E;
    width: 95%;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    padding: 0px 35px;
    margin: 10px auto;
    transition:0.5s;
}

ul.mainvisual-area-button li a:hover {
    background: #f5da80;
    color:#53471d !important;
}

ul.mainvisual-area-button li.mainvisual-area-button-text a{
    display: flex;
    flex-direction: column;
    font-weight: bold;
    font-size: 2rem;
    line-height:1.3;
    color: #53471D;
    padding: 7px 0;
    align-items: center;
}
ul.mainvisual-area-button .mainvisual-area-button-text a span{
    font-size:1.5rem;
}

ul.mainvisual-area-button li a:before{
    content:'';
    background:url(/shussanuchiiwai/greeting/images/icon-message.svg) no-repeat;
    width:4.2rem;
    height:3.2rem;
    position:absolute;
    left:35px;
    top:35%;
}


ul.mainvisual-area-button li:nth-child(2) a:before{
    background:url(/shussanuchiiwai/greeting/images/icon-gift.svg) no-repeat;
}

ul.mainvisual-area-button li a:after{
    content: '';
    margin-top: 5px;
    display: block;
    position: absolute;
    right: 30px;
    top: 35%;
    width: 10px;
    height: 10px;
    border-top: 3px solid #53471D;
    border-right: 3px solid #53471D;
    transform: translate(0%) rotate(135deg);
    transition: 0.3s;
}
ul.mainvisual-area-button li:nth-child(2) a:after{
    transform: translate(0%) rotate(45deg);
}

#shussanuchiiwai.p-greeting .mainvisual .mod_inner {
    /* position: relative; */
    height: 100%;
}

#shussanuchiiwai.p-greeting .mainvisual .mod_inner .title-block {
    position: absolute;
    padding: 0 0 30px;
    top: 48%;
    left: 10vw;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#shussanuchiiwai.p-greeting .mainvisual .mod_inner .title-block .title {
    text-align: center;
    font-size: 5rem;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 5px;
}


@media only screen and (min-width: 1600px) {
    #shussanuchiiwai .mainvisual .mainvisual-title {
    font-size: 10.5rem;
}
    #shussanuchiiwai .mainvisual .mainvisual-title-sub::before {
    height: 80px;
    width: 100px;
    left: 10%;
    top: -30px;
}
    #shussanuchiiwai.p-greeting .mainvisual {
    height: 500px;
}
}

#shussanuchiiwai.p-greeting .mainvisual .mod_inner .title-block .title span {
    display: block;
    font-size: 4.6rem;
}

#shussanuchiiwai.p-greeting .mainvisual .mod_inner .title-block .caption {
    font-size: 28px;
    text-align: center;
}

#shussanuchiiwai .mainvisual .title-block .caption {
    display: block;
    position: relative;
    width: fit-content;
    letter-spacing: 0;
    padding: 10.5px 20px;
    justify-self: center;
    margin-top: 15px;
    font-family: "Kaisei Opti", serif;
    background-color: #f27cb7;
    color: #fff;
    font-weight: 200;
    font-size: 18px;
    font-size: 1.8rem;
}

#shussanuchiiwai .mainvisual .title-block .caption::before{
    position: absolute;
    content:"";
    left: -40px;
    top: 0px;
    background: url(/shussanuchiiwai/greeting/images/icon-ribbon-l.svg);
    display: inline-block;
    height: 62px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

#shussanuchiiwai .mainvisual .title-block .caption::after{
    position: absolute;
    content:"";
    top: 0px;
    background: url(/shussanuchiiwai/greeting/images/icon-ribbon-r.svg);
    display: inline-block;
    height: 62px;
    width: 100px;
    background-repeat: no-repeat;
    background-size: contain;
}

#shussanuchiiwai.p-greeting .mainvisual .mod_inner .title-block .caption em {
    text-decoration: underline;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .mainvisual .mod_inner .title-block .caption span {
    display: inline-block;
    padding: 3px 20px;
    border-radius: 8px;
    background-color: #f76d98;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-top: 5px;
}
#shussanuchiiwai .greeting-mainvisual-area{
    margin:0 0 50px;
}
#shussanuchiiwai.p-greeting.is_index .mainvisual {
    background-image: url(/shussanuchiiwai/greeting/images/main-pc.jpg);
}

#shussanuchiiwai.p-greeting.is_butsuji .mainvisual {
    background-image: url(/ayl/greeting/butsuji/images/main-pc.jpg);
}

/* lead
------------------------------------------------ */

#shussanuchiiwai.p-greeting  .mod_inner.top_caption {
    font-weight: bold;
        font-size: 3rem;
        text-align: center;
        margin-top: 30px;
        margin-bottom: -20px;
    }

#shussanuchiiwai.p-greeting .mod_inner.top_caption em {
    text-decoration: underline;
    font-weight: bold;
}
#shussanuchiiwai.p-greeting .lead {
    /* max-width: 768px; */
    margin-top: 15px;
    text-align: center;
    color: #53471d;
    font-size: 1.5rem;
}

#shussanuchiiwai.p-greeting .complement {
    max-width: 768px;
    margin-top: 30px;
    border: 3px solid #ccc;
    padding: 10px 20px;
}

.mod_btn.search {
    margin-top: 30px;
}

/* 特長
------------------------------------------------ */
#shussanuchiiwai.p-greeting .feature .special_section .special_head {
    text-align: center;
    background-color: #ebebeb;
    padding: 40px;
}

#shussanuchiiwai .feature section.threePoint{
    margin: 80px 0;
}
#shussanuchiiwai .feature .threePoint .heading span {
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 10px;
    padding: 5px 15px;
    background-color: #efc94d;
    color: #53471d;
    font-size: 0.5em;
}


#shussanuchiiwai .feature .threePoint .heading span:before,
#shussanuchiiwai .feature .threePoint .heading span:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}


#shussanuchiiwai .feature .threePoint .heading span:before {
    top: 0px;
    left: 0px;
    border-width: 21px 0px 15px 10px;
    border-color: transparent transparent transparent #FCFAF2;
    border-style: solid;
}

#shussanuchiiwai .feature .threePoint .heading span:after {
    top: 0px;
    right: 0px;
    border-width: 22px 10px 15px 0px;
    border-color: transparent #FCFAF2 transparent transparent;
    border-style: solid;
}
#shussanuchiiwai .anchor-nav ul li span.anchor-number {
    font-size: 3rem;
    font-family: "Kaisei Opti", serif;
    border-right: 1px solid;
    margin-right: 5px;
    font-weight: 400;
    padding-right: 5px;
}
#shussanuchiiwai .feature .threePoint .heading em {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.8em;
    line-height: 1;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .head_tag {
    position: relative;
    padding: 5px 35px;
    display: inline-block;
    color: #fff;
    z-index: 0;
    font-weight: bold;
    font-size: 17px;
    font-size: 1.7rem;
    overflow: hidden;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .head_tag:before,
#shussanuchiiwai.p-greeting .feature .special_section .special_head .head_tag:after {
    content: '';
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    margin-top: -50px;
    z-index: -1;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .head_tag:before {
    right: -8px;
    border-right: 20px solid #ebebeb;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .head_tag:after {
    left: -8px;
    border-left: 20px solid #ebebeb;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .head_ttl {
    line-height: 1.0;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .head_ttl em {
    font-family: "Josefin Sans", sans-serif;
    font-size: 60px;
    font-size: 6.0rem;
    font-weight: 700;
    vertical-align: -5px;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .special_point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .special_point>li {
    text-align: left;
    border: 1px solid #9e9e9e;
    background-color: #fff;
    padding: 40px 20px 40px 110px;
    width: 310px;
    background-repeat: no-repeat;
    background-position: 30px 50%;
    -webkit-background-size: auto 52px;
    background-size: auto 52px;
    position: relative;
    font-size: 17px;
    font-size: 1.7rem;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .special_point>li:not(:first-of-type) {
    margin-left: 20px;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .special_point>li:before {
    content: '';
    position: absolute;
    left: 90px;
    top: 50%;
    height: 52px;
    width: 1px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #ccc;
}

#shussanuchiiwai.p-greeting .feature .special_section .special_head .special_point>li:after {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: -webkit-calc(100% - 15px);
    width: calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: calc(100% - 15px);
    border: 3px solid #ccc;
}
#shussanuchiiwai section.movie-area{
    margin:100px 0;
}
#shussanuchiiwai.p-greeting .feature .special_section .movie {
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movieInner {
    padding: 2% 7%;
    width: 50%;
    background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 981px) {
    #shussanuchiiwai.p-greeting .feature .special_section .movie .movieInner {
        padding: 4% 20px;
    }

    #shussanuchiiwai.p-greeting .feature .special_section .movie .movieInner:before {
        display: none;
    }
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movie_ttl {
    font-size: 28px;
    font-weight: normal;
    margin: 0 auto 10px;
    font-size: 2.5rem;
    text-align: left;
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movie_ttl em {
    font-size: 38px;
    font-size: 3.8rem;
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movie_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movie_list {
    margin-top: 10px;
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movie_list>li {
    position: relative;
    padding-left: 20px;
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movie_list>li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '●';
    color: #919191;
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movie_att {
    margin-top: 10px;
}

#shussanuchiiwai.p-greeting .feature .special_section .movie .movie_mark {
    margin-top: 20px;
    background-color: #fff;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}
#shussanuchiiwai .feature .design .card>.heading::before, 
#shussanuchiiwai .feature .design .card>.heading::after{
    content:"";
    display: inline-block;
    height: 3vh;
    width: 4vw;
    background-repeat: no-repeat;
    background-size: contain;
}

#shussanuchiiwai .feature .design .card>.heading::before{
    background-image: url(/shussanuchiiwai/greeting/images/icon-flag-l.png);
    margin-right: 10px;
}

#shussanuchiiwai .feature .design .card>.heading::after{
    background-image: url(/shussanuchiiwai/greeting/images/icon-flag-r.png);
    margin-left: 10px;
}

#shussanuchiiwai .feature .design .card ul.season {
    display: flex;
    margin: 10px 0 60px;
}

#shussanuchiiwai.p-greeting .feature .special_section .design {
    margin: 100px 0;
}
#shussanuchiiwai .area-title span {
    display: inline-block;
    margin-right: 7px;
    font-weight: 400;
    font-family: "Kaisei Opti", serif;
    font-size: 5rem;
}
#shussanuchiiwai.p-greeting .feature .special_section .design .choice_ttl {
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .choice_ttl em {
    text-decoration: underline;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .choice_list {
    margin: 15px 0 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .choice_list>li {
    padding: 5px 0 0 5px;
    width: 33.33%;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .choice_list .list_item {
    background-color: #ebebeb;
    padding: 30px;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .choice_list .list_ttl {
    margin: -10px 0 0 -30px;
    background-color: #515151;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    width: 200px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#shussanuchiiwai.p-greeting .feature .special_section .design .choice_list .list_pic img {
    -webkit-box-shadow: 1px 1px 3px #999;
    box-shadow: 1px 1px 3px #999;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card {
    margin-top: 40px;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_ttl {
    text-align: center;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_ttl span {
    padding: 5px 40px;
    display: inline-block;
    border-radius: 30px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    color: #676159;
    border: 1px solid #676159;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li {
    width: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li:nth-of-type(even) {
    padding-left: 1%;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li:nth-of-type(odd) {
    padding-right: 1%;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li:nth-of-type(n+3) {
    margin-top: 14px;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_w_small:after,
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_large:after,
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_small:after {
    content: "";
    display: block;
    clear: both;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_w_small img:nth-of-type(even),
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_large img:nth-of-type(even),
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_small img:nth-of-type(even) {
    padding-left: 2%;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_w_small img:nth-of-type(odd),
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_large img:nth-of-type(odd),
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_small img:nth-of-type(odd) {
    padding-right: 3%;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_w_small img:nth-of-type(n+3),
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_large img:nth-of-type(n+3),
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_small img:nth-of-type(n+3) {
    margin-top: 3%;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_w_small img,
#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_large img {
    float: left;
    width: 50%;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_small {
    text-align: center;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_small img {
    height: 156px;
    margin: 0 13%;
}

@media only screen and (max-width: 981px) {
    #shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_h_small img {
        margin: 0 8%;
    }
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .card_list>li.is_hide {
    display: none;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .mod_btn {
    margin-top: 40px;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .mod_btn span {
    cursor: pointer;
    margin: 0 auto;
    text-align: center;
    border-radius: 10px;
    display: block;
    max-width: 600px;
    width: 100%;
    background-color: #53471d;
    padding: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    font-weight: bold;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .mod_btn span:hover {
    opacity: .8;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .mod_btn#js-btnMore span {
    position: relative;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .mod_btn#js-btnMore span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .mod_btn#js-btnClose span {
    position: relative;
}

#shussanuchiiwai.p-greeting .feature .special_section .design .card .mod_btn#js-btnClose span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#shussanuchiiwai.p-greeting .feature .special_section .text {
    margin-top: 40px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .exampleInner {
    background-repeat: no-repeat;
    background-position: left center;
    -webkit-background-size: 50% auto;
    background-size: 51% auto;
    background-color: #fff4d4;
    padding: 40px 80px 40px -webkit-calc(50% + 80px);
    padding: 60px 80px 60px calc(50% + 80px);
}

@media only screen and (max-width: 981px) {
    #shussanuchiiwai.p-greeting .feature .special_section .text .exampleInner {
        padding: 20px 20px 20px -webkit-calc(50% + 20px);
        padding: 20px 20px 20px calc(50% + 20px);
    }
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_ttl {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 30px;
    font-size: 3rem;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_ttl em {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    padding: 0 20px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_ttl em:before,
#shussanuchiiwai.p-greeting .feature .special_section .text .example_ttl em:after {
    content: '';
    position: absolute;
    top: 0;
    height: 20px;
    width: 2px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_ttl em:before {
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#shussanuchiiwai .feature .text .exampleItem .heading {
    margin-bottom: 12px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    font-size: 2rem;
}

#shussanuchiiwai .feature .text .exampleItem .heading span {
    font-size: 1.2rem;
}
#shussanuchiiwai.p-greeting .feature .special_section .text .example_ttl em:after {
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_txt {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents {
    position: relative;
    padding-bottom: 60px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .slick-arrow {
    color: #53471d;
    width: 50px;
    height: 50px;
    position: absolute !important;
    bottom: 0;
    cursor: pointer;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .slick-arrow span {
    display: none;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .slick-arrow.prev {
    left: 0;
    position: relative;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .slick-arrow.prev:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .slick-arrow.next {
    right: 0;
    position: relative;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .slick-arrow.next:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: #53471d;
    font-family: 'icons';
    font-size: 50px;
    font-size: 5rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .slick-arrow.slick-disabled:before {
    opacity: .5;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .exampleItemNum {
    position: absolute;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Josefin Sans';
    color: #53471d;
    font-style: italic;
    font-size: 30px;
    font-size: 2rem;
}

#shussanuchiiwai.p-greeting .feature .special_section .text #js-slickContents .slick-list {
    overflow: hidden;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_list {
    margin-top: 20px;
    background-color: #fff;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_list section {
    padding: 20px 40px;
    float: left;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_list .list_ttl {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    min-height: 28px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_list .list_name {
    margin-top: 10px;
    text-align: center;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_list .list_name ruby {
    font-weight: bold;
    font-size: 1.4em;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .example_list .list_txt {
    margin-top: 10px;
}
#shussanuchiiwai .smartphone .howto-step ul{
    display: flex;
    background: #FFF;
    width: 100%;
    padding: 30px 0;
    justify-content: center;
}
#shussanuchiiwai .smartphone .howto-step ul li{
    width: 22%;
    height: auto;
    text-align: center;
}
#shussanuchiiwai .smartphone .howto-step ul li img{
    width: 100%;
    max-width:200px;
}

#shussanuchiiwai .smartphone .smartphone-lead-wrap{
    display: flex;
    justify-content: center;
}

#shussanuchiiwai .smartphone .smartphone-lead{
    font-size: 1.6rem;
    line-height:1.8;
    width: 400px;
    /* margin:0 0 15px; */
}

#shussanuchiiwai .smartphone .howto-step ul li p{
    font-size: 1.5rem;
    font-weight:bold;
    text-align:center;
}
#shussanuchiiwai .smartphone {
    position: relative;
    padding: 60px 0;
    margin: 100px 0;
    margin-right: -10px;
    margin-left: -10px;
    font-size: 1.6rem;
    background: #fff4d4;
}

#shussanuchiiwai .smartphone .howto-step{
    margin:0 -20px;
}
#shussanuchiiwai.p-greeting .feature .special_section .text .mod_btn {
    margin-top: 40px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .mod_btn a {
    position: relative;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .mod_btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .add {
    margin-top: 40px;
    padding: 20px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .notadd {
    margin-top: 40px;
    padding: 20px 30px;
    display: block;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .add>* {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    counter-increment: cnt;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .add>*:not(:first-of-type) {
    margin-left: 40px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .add .add_ttl {
    background-color: #fff4d4;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 20px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .notadd .notadd_ttl {
    background-color: #fff4d4;
    color: #53471d;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
    padding: 5px 20px;
    border-radius: 20px;
    width: 47.8%;
}


#shussanuchiiwai.p-greeting .feature .special_section .text .add .add_list>li {
    padding-left: 15px;
    padding-left: 1.5rem;
    position: relative;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .add .add_list>li:before {
    content: '●';
    position: absolute;
    top: 0;
    left: 0;
    color: #efc94d;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .add .add_list>li em {
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .add .item_ttl {
    margin-top: 10px;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .add .item_ttl:before {
    content: "【" counter(cnt) "】";
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .notadd .notadd_txt {
    margin-top: 20px;
}

#shussanuchiiwai.p-greeting .feature .special_section .text .notadd .notadd_img {
    margin: 20px 50px;
    padding: 10px;
    text-align: center;
    border: 1px solid #d0d0d0;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .special_head .head_tag {
    background-color: #f76d98;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .special_head .head_ttl {
    color: #f76d98;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .special_head .special_point>li:nth-of-type(1) {
    background-image: url(/shussanuchiiwai/greeting/images/txt_point_01.png);
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .special_head .special_point>li:nth-of-type(2) {
    background-image: url(/shussanuchiiwai/greeting/images/txt_point_02.png);
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .special_head .special_point>li:nth-of-type(3) {
    background-image: url(/shussanuchiiwai/greeting/images/txt_point_03.png);
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .movie {
    background-image: url(/shussanuchiiwai/greeting/images/pic-movie-bg.jpg);
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .movie .movieInner {
    position: relative;
    z-index: 0;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .movie .movie_mark {
    border: 4px solid #53471d;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .design .choice_ttl em {
    font-size: 24px;
    font-size: 2.4rem;
    color: #f76d98;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .design .choice_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .exampleInner {
    background-image: url(/shussanuchiiwai/greeting/images/pic_example.jpg);
}


#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_ttl em:before,
#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_ttl em:after {
    background-color: #53471d;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_shussanuchiiwai {
    border-top: 4px solid #efc94d;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_shussanuchiiwai .list_ttl {
    color: #f76d98;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_kekkonuchiiwai {
    border-top: 4px solid #53b8b9;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_kekkonuchiiwai .list_ttl {
    color: #53b8b9;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_uchiiwai {
    border-top: 4px solid #d1665b;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_uchiiwai .list_ttl {
    color: #d1665b;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_oiwai {
    border-top: 4px solid #eaa153;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_oiwai .list_ttl {
    color: #eaa153;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_kaiki {
    border-top: 4px solid #74b76f;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_kaiki .list_ttl {
    color: #74b76f;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_koudenkaeshi {
    border-top: 4px solid #838dc5;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .example_list section.is_koudenkaeshi .list_ttl {
    color: #838dc5;
}

#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .add,
#shussanuchiiwai.p-greeting.is_index .feature .special_section .text .notadd {
    border: 1px solid #53471d;
}



#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .special_head .head_tag {
    background-color: #9d86c6;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .special_head .head_ttl {
    color: #9d86c6;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .special_head .special_point>li:nth-of-type(1) {
    background-image: url(/ayl/greeting/butsuji/images/txt_point_01.png);
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .special_head .special_point>li:nth-of-type(2) {
    background-image: url(/ayl/greeting/butsuji/images/txt_point_02.png);
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .special_head .special_point>li:nth-of-type(3) {
    background-image: url(/ayl/greeting/butsuji/images/txt_point_03.png);
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .movie {
    background-image: url(/ayl/greeting/butsuji/images/pic_movie_img.jpg);
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .movie .movie_mark {
    border: 4px solid #9d86c6;
    color: #9d86c6;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .design .choice_ttl em {
    font-size: 28px;
    font-size: 2.8rem;
    color: #9d86c6;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .design .choice_tag {
    margin-top: 10px;
    text-align: center;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .design .choice_tag em {
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    border: 1px solid #676159;
    padding: 5px 30px;
    border-radius: 30px;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .design .choice_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .design .choice_list>li {
    text-align: center;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .design .choice_list>li img {
    max-width: 200px;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .text .exampleInner {
    background-image: url(/ayl/greeting/butsuji/images/pic_example.jpg);
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .text .example_ttl em {
    color: #c8b6e8;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .text .example_ttl em:before,
#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .text .example_ttl em:after {
    background-color: #c8b6e8;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .text .example_list section {
    border-top: 4px solid #9d86c6;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .text .add {
    border: 1px solid #9d86c6;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .text .add .item_ttl {
    color: #9d86c6;
}

#shussanuchiiwai.p-greeting.is_butsuji .feature .special_section .text .add .item_ttl:before {
    color: #9d86c6;
}

/* 作り方
------------------------------------------------ */
#shussanuchiiwai.p-greeting .howto .howto_section {
    background-color: #fff3de;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_sectionInner {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_ttl {
    font-size: 30px;
    font-size: 3.0rem;
    display: block;
    font-weight: bold;
    text-align: center;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 981px) {
    #shussanuchiiwai.p-greeting .howto .howto_section .howto_txt {
        padding: 0 20px;
    }
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list>li {
    margin-top: 30px;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_ttl {
    text-align: center;
    position: relative;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_ttl span {
    display: inline-block;
    background-color: #53471d;
    border-radius: 30px;
    color: #fff;
    padding: 15px 60px;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    position: relative;
    line-height: 1.0;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_ttl span:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    border-radius: 30px;
    border: 1px solid #fff;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_ttl:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #53471d;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_item {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_item .list_txt,
#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_item .list_pic {
    width: 50%;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_item .list_txt {
    padding-right: 40px;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_item .list_txt>p:not(:first-Child) {
    margin-top: 10px;
}

@media only screen and (max-width: 981px) {
    #shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_item {
        padding: 0 20px;
    }

    #shussanuchiiwai.p-greeting .howto .howto_section .howto_list .list_item .list_txt {
        padding-right: 20px;
    }
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point {
    margin-top: 40px;
    border: 1px solid #605c57;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .list_item {
    margin-top: 0;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_ttl {
    margin: -60px 0 20px;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_pic,
#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_cont {
    width: 50%;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_pic {
    padding-right: 40px;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_pic ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_pic ul>li {
    text-align: center;
    width: 140px;
    font-size: 12px;
    font-size: 1.2rem;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_cont dl:not(:first-of-type) {
    margin-top: 20px;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_cont dl dt {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point .point_cont dl dd {
    line-height: 1.6;
}

@media only screen and (max-width: 981px) {
    #shussanuchiiwai.p-greeting .howto .howto_section .howto_list .point {
        margin: 40px 20px 0;
        padding: 20px 0;
    }
}

#shussanuchiiwai.p-greeting .howto .howto_section .movie_mark {
    margin-top: 40px;
    background-color: #fff;
    padding: 10px;
}

#shussanuchiiwai.p-greeting .howto .howto_section .movie_mark .mark_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
}

#shussanuchiiwai.p-greeting .howto .howto_section .movie_mark .mark_ttl em {
    background-color: #4b4b4b;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}

#shussanuchiiwai.p-greeting .howto .howto_section .movie_mark .mark_ttl small {
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .howto .howto_section .movie_mark .mark_txt {
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
}

#shussanuchiiwai.p-greeting .howto .howto_section .movie_mark .mark_txt:before {
    content: '●';
    color: #efc94d;
}

#shussanuchiiwai.p-greeting.is_index .howto .howto_section .movie_mark {
    border: 6px solid #efc94d;
}

#shussanuchiiwai.p-greeting.is_index .howto .howto_section .movie_mark .mark_txt {
    border-top: 1px solid #efc94d;
}


/* カート内の操作
------------------------------------------------ */
#shussanuchiiwai.p-greeting .cart .cart_section {
    background-color: #fff3de;
    position: relative;
    overflow: hidden;
    padding: 40px 0 150px;
}

#shussanuchiiwai.p-greeting .cart .cart_section:before {
    content: '';
    position: absolute;
    left: -50%;
    bottom: -10%;
    width: 100%;
    height: 350px;
    background-color: #fff;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

#shussanuchiiwai.p-greeting .cart .cart_section:after {
    content: '';
    position: absolute;
    right: -50%;
    bottom: -10%;
    width: 100%;
    height: 350px;
    background-color: #fff;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_sectionInner {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_ttl {
    font-size: 30px;
    display: block;
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_txt {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 981px) {
    #shussanuchiiwai.p-greeting .cart .cart_section .cart_txt {
        padding: 0 20px;
    }
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li {
    margin-top: 40px;
    border-top: 4px solid #605c57;
    position: relative;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: 80px 80px;
    background-size: 80px 80px;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li:nth-of-type(1):before {
    background-image: url(/shussanuchiiwai/greeting/images/fig_cart_number_01.png);
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li:nth-of-type(2):before {
    background-image: url(/shussanuchiiwai/greeting/images/fig_cart_number_02.png);
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li:nth-of-type(3):before {
    background-image: url(/shussanuchiiwai/greeting/images/fig_cart_number_03.png);
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li .list_pic {
    text-align: center;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li .list_pic img {
    max-width: 600px;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li .list_pic+.list_pic {
    padding-top: 50px;
    position: relative;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li .list_pic+.list_pic:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 30px 30px 0 30px;
    border-color: #605c57 transparent transparent transparent;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_list>li .list_txt {
    padding: 40px 0 20px 100px;
}

#shussanuchiiwai.p-greeting .cart .cart_section .cart_mark {
    margin-top: 40px;
    padding: 10px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    background-color: #fff;
    text-align: center;
}

/* ご利用上の注意
------------------------------------------------ */
#shussanuchiiwai.p-greeting .notice {
    max-width: 768px;
    width: 100%;
    margin: 40px auto 0;
}

#shussanuchiiwai.p-greeting .notice .notice_ttl {
    background-color: #53471d;
    color: #FFF;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

#shussanuchiiwai.p-greeting .notice .notice_body {
    border: 1px solid #c2c2c2;
    padding: 20px;
    height: 200px;
    font-size: 12px;
    font-size: 1.2rem;
    overflow-y: scroll;
}

#shussanuchiiwai.p-greeting .notice .notice_body>.ttl {
    font-weight: bold;
    margin-bottom: 5px;
}

#shussanuchiiwai.p-greeting .notice .notice_body .notice_item>.ttl {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

#shussanuchiiwai.p-greeting .notice .notice_body .notice_item>.type01 li {
    padding-left: 20px;
    text-indent: -20px;
}

#shussanuchiiwai.p-greeting .notice .notice_body .end {
    text-align: right;
}

#shussanuchiiwai.p-greeting .notice .notice_txt {
    margin-top: 40px;
    text-align: center;
}

#shussanuchiiwai.p-greeting .notice .mod_btn {
    margin-top: 20px;
}

#shussanuchiiwai.p-greeting .mod_btn a {
    position: relative;
}

#shussanuchiiwai.p-greeting .mod_btn a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: 50%;
    margin-top: -0.5em;
    margin-bottom: -0.5em;
    color: inherit;
    font-family: 'icons';
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* オリジナルメッセージカードは インターネット及び、シャディグループ店舗でも ご利用いただけます。
------------------------------------------------ */
#shussanuchiiwai.p-greeting .useto {
    margin-top: 80px;
    background-color: #e2e2e2;
    padding: 40px 0;
    text-align: center;
}

#shussanuchiiwai.p-greeting .useto .usetoInner {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

#shussanuchiiwai.p-greeting .useto .useto_ttl {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .useto .useto_ttl em {
    font-size: 28px;
    font-size: 2.8rem;
    text-decoration: underline;
    font-weight: bold;
}

#shussanuchiiwai.p-greeting .useto .useto_list {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#shussanuchiiwai.p-greeting .useto .useto_list>li {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
}

#shussanuchiiwai.p-greeting .useto .useto_list>li:not(:first-of-type) {
    margin-left: 60px;
}

#shussanuchiiwai.p-greeting .useto .useto_list .list_ttl {
    display: inline-block;
    background-color: #53471d;
    color: #fff;
    font-weight: bold;
    padding: 5px 30px;
    font-size: 18px;
    font-size: 1.8rem;
    border-radius: 20px;
}

#shussanuchiiwai.p-greeting .useto .useto_list .list_pic {
    margin-top: 20px;
}

#shussanuchiiwai.p-greeting .useto .useto_list .list_pic img {
    max-height: 100px;
}

#shussanuchiiwai.p-greeting .useto .useto_list .list_txt {
    margin-top: 20px;
}

#shussanuchiiwai.p-greeting .useto .useto_list .list_txt a {
    text-decoration: underline;
}
