.bara {
    width: 17px;
}

.hearing-sheet-pinkbox {
    background: #ffe0e5;
    color: #333;
    font-size: 14px;
    padding: 20px;
    text-align: left;
    margin-top: 15px;
}

.hearing-sheet-pinkbox * {
    font-size: 14px;
    color: #333;
}

.hanarepo-twitter-icon {
    position: relative;
    bottom: 4px;
    width: 20px;
}

.hanarepo-twitter-badge {
    position: absolute;
    top: 5px;
    left: 5px;
}

.about-this-service-img {
    max-width: 600px;
    max-height: 330px;
    width: 100%;
}

.underline-img {
    line-height: 2em;
    margin-right: auto;
    margin-left: auto;
    background-image: url(../img/border_x.png);
    background-repeat: repeat-x;
    background-position: bottom center;
}

.cloased {
    margin-top: 0px;
    padding-left: 10px;
    border-left: solid 30px #fae1e2;
}

.main-detail {
    position: absolute;
    top: 120px;
    left: 12%;
    right: 0;
    width: 500px;
}

@media (max-width: 1199px) {
    .main-detail {
        position: relative;
        top: inherit;
        left: inherit;
        width: inherit;
    }
}

.main-detail-l {
    left: auto;
    right: 12%;
}

.main-detail-r {
    left: 12%;
    right: auto;
}

.color-tag {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #EEF;
    vertical-align: middle;
    border-radius: 50%;
    margin: 0;
}

.color-tag-1 {
    background-color: #62ff60;
}

.color-tag-2 {
    background-color: #606cff;
}

.color-tag-3 {
    background-color: #ff2f86;
}

.pickup-label {
    right: 0;
    width: auto !important;
}

.tag-price {
    padding-left: 10px !important;
}

.deliverytime,
.deliverytime span {
    font-size: 14px;
    color: #FFF;
    box-sizing: border-box;
}

.deliverytime {
    position: absolute;
    bottom: 0;
    text-align: center;
    background-color: rgba(2, 33, 73, 0.6);
    width: 100%;
    margin: 0;
    padding: 10px 0 10px;
}

.deliverytime span {
    font-size: 20px;
}

.search-shop-review {
    margin: 30px auto 80px;
    max-width: 400px;
    padding: 0 15px;
}

.search-shop-review select {
    width: 100%;
    font-size: 16px;
    height: 40px;
    padding: 0 10px;
    border: solid 1px #ddd;
    background: #fff;
}

.review-date {
    color: #a0a0a0;
    margin: 5px 0 0 10px;
}

.review-score {
    line-height: 1 !important;
}

.review-image {
    padding-right: 0;
}

.review-image img {
    width: 100%;
}

.review-txt {
    padding: 0;
}

.review-list li {
    padding: 20px 0;
    border-bottom: solid 1px #ddd;
}

.review-list li:last-child {
    border-bottom: none;
}

.review-list-designers-name,
.review-list-designers-name span {
    color: #a0a0a0;
    margin-bottom: 10px;
}

.review-reply {
    background: #f0f0f0;
    padding: 20px 25px;
    margin: 25px 0 10px;
    position: relative;
}

.review-reply:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 5%;
    margin-left: -15px;
    border: 10px solid transparent;
    border-bottom: 10px solid #f0f0f0;
}

.review-reply * {
    font-size: 13px;
}

.reply-ttl {
    font-weight: bold;
    margin-bottom: 5px;
}

.review-deal {
    background: #E1F4EB;
    padding: 20px 25px;
    margin: 15px 0 10px;
    position: relative;
}

.review-deal * {
    font-size: 13px;
}

.deal-ttl {
    font-weight: bold;
    margin-bottom: 5px;
    color: #F36553;
}

a.button {
    display: table-cell;
    vertical-align: middle;
}

a.button:hover {
    color: #fff;
}

@media (max-width: 991px) {
    .sp-none {
        display: none !important;
    }
    .review-image {
        width: 30%;
    }
    .review-txt {
        width: 70%;
    }
    .review-reply {
        margin: 20px 0 5px;
        padding: 15px 20px;
    }
    .review-reply:before {
        top: -20px;
        left: 15%;
    }
    .review-reply * {
        font-size: 12px;
    }
    .review-deal {
        margin: 10px 0 5px;
        padding: 15px 20px;
    }
    .review-deal:before {
        top: -20px;
        left: 15%;
    }
    .review-deal * {
        font-size: 12px;
    }
}

.review-wrap {
    max-width: 880px;
    margin: 0 auto;
}

.review-wrap h3 {
    margin: 40px 0 20px;
}

.review-pagination {
    margin-top: 40px;
    font-size: 16px;
}

.review-pagination span {
    padding: 0 10px;
}

.review-pagination i {
    color: #666;
    font-size: 20px;
    padding: 0 10px;
}

#search-box .midashi {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #555;
}

.search-tag {
    padding: 25px 40px 30px;
    margin-bottom: 30px;
    border: solid 1px #ccc;
}

.search-day {
    padding: 25px 40px 30px;
    border: solid 1px #ccc;
}

.search-form {
    padding: 0 !important;
}

.search-form.border-none {
    border: none;
}

.search-tag i {
    position: absolute;
    top: 32%;
    right: 15px;
    font-size: 15px;
    color: #666;
}

@media (max-width: 767px) {
    .search-tag {
        padding: 15px 20px 20px;
        margin-bottom: 15px;
    }
    .search-day {
        padding: 15px 20px 20px;
    }
    #search-box .midashi {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.flexbox {
    display: flex;
}

.flexwrap {
    display: flex;
    flex-wrap: wrap;
}

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

.flexbox-center {
    display: flex;
    justify-content: center;
}

.flex-ver-center {
    align-items: center;
}

@media (min-width: 992px) {
    .pc-none {
        display: none;
    }
    .flexbox-pc {
        display: flex;
    }
    .flexwrap-pc {
        display: flex;
        flex-wrap: wrap;
    }
}

.bold {
    font-weight: bold;
}

.lh-15 {
    line-height: 1.5 !important;
}

@media (min-width: 768px) {
    .list-consul-bnr {
        display: none;
    }
}


/**********改善ノート**********/

.note-list li {
    border-bottom: solid 1px #ddd;
    padding: 100px 0 60px;
    margin-top: -60px;
}

.note-list li:first-child {
    margin-top: 0;
}

.note-list h2 {
    font-size: 20px;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-weight: bold;
    color: #666;
}

.note-date {
    color: #a0a0a0;
    margin-bottom: 30px;
}

.fukidashi-icon {
    max-width: 30px;
    margin-right: 30px;
}

.fukidashi-icon img {
    width: 100%;
}

.note-fukidashi {
    width: 60%;
    margin-right: 60px;
}

.note-voice {
    position: relative;
    background: #f0f0f0;
    border-radius: 6px;
    padding: 15px 25px;
    width: 80%;
}

.note-voice:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -24px;
    border: 12px solid transparent;
    border-right: 12px solid #f0f0f0;
}

.note-stafftxt {
    width: 100%;
}

.note-stafftxt a {
    color: #0c6;
    word-break: break-all;
}

@media (max-width: 991px) {
    .note-list h2 {
        font-size: 16px;
        line-height: 1.6;
    }
    .note-date {
        margin-bottom: 20px;
    }
    .note-fukidashi {
        width: 100%;
        margin-bottom: 30px;
    }
    .fukidashi-icon {
        width: 50px;
    }
    .note-voice {
        width: 90%;
    }
    .note-list li {
        padding: 75px 0 30px;
        margin-top: -50px;
    }
    .note-list li:first-child {
        margin-top: -40px;
    }
}


/**********相談ページ**********/

.support {
    max-width: 800px;
    margin: 20px auto 40px;
}

.sup-box {
    margin: 0 20px;
}

.support .balloon__img--top {
    margin-right: 55px;
}

.support .balloon__img,
.support .balloon__txt {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
}

.support .balloon__img p {
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin-top: 5px;
    text-align: center;
    color: #43a047;
}

.support .balloon__img img {
    width: 100%;
}

.support .balloon__txt {
    font-size: 16px;
    font-weight: bold;
    position: relative;
    width: 795px;
    padding: 20px 10px;
    text-align: center;
    border: solid 2px #66bb6a;
    border-radius: 10px;
    margin: 15px 0;
}

.support .balloon__txt--top:before {
    position: absolute;
    top: 20px;
    left: -23px;
    content: '';
    border-top: 13px solid transparent;
    border-right: 23px solid #66bb6a;
    border-bottom: 13px solid transparent;
}

.support .balloon__txt--top:after {
    position: absolute;
    top: 20px;
    left: -20px;
    content: '';
    border-top: 13px solid transparent;
    border-right: 24px solid #fff;
    border-bottom: 13px solid transparent;
}

.support .balloon__txt--bottom:before {
    position: absolute;
    top: 20px;
    right: -23px;
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 23px solid #66bb6a;
}

.support .balloon__txt--bottom:after {
    position: absolute;
    top: 20px;
    right: -20px;
    content: '';
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 24px solid #fff;
}

.support .balloon__img--bottom {
    margin-left: 55px;
}

@media (max-width: 767px) {
    .support {
        margin: 20px auto 25px;
    }
    .sup-box {
        margin: 10px 20px;
    }
    .support .balloon__img--top {
        margin-right: 25px;
    }
    .support .balloon__img--bottom {
        margin-left: 25px;
    }
    .support .balloon__txt--top:before {
        position: absolute;
        top: 20px;
        left: -18px;
        content: '';
        border-top: 8px solid transparent;
        border-right: 18px solid #66bb6a;
        border-bottom: 8px solid transparent;
    }
    .support .balloon__txt--bottom:before {
        position: absolute;
        top: 20px;
        right: -18px;
        content: '';
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 18px solid #66bb6a;
    }
    .support .balloon__txt--top:after {
        position: absolute;
        top: 20px;
        left: -15px;
        content: '';
        border-top: 8px solid transparent;
        border-right: 17px solid #fff;
        border-bottom: 8px solid transparent;
    }
    .support .balloon__txt--bottom:after {
        position: absolute;
        top: 20px;
        right: -15px;
        content: '';
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 17px solid #fff;
    }
    .support .balloon__txt {
        font-size: 12px;
        font-weight: bold;
        position: relative;
        width: 74%;
        padding: 4%;
        border: solid 1px #66bb6a;
        box-sizing: border-box;
        margin: 0;
    }
    .support .balloon__img {
        width: 60px;
    }
    .support .balloon__img,
    .support .balloon__txt {
        display: inline-block;
        vertical-align: middle;
        letter-spacing: normal;
    }
}

#modal-about-consulfaq {}


/**********faqページ**********/

.delivery-table {
    width: 100%;
    background: #fff;
    border: solid 1px #ddd;
    margin: 10px 0;
}

.delivery-table th {
    width: 65%;
    text-align: left;
    line-height: 1.4;
}

.delivery-table th,
.delivery-table td {
    border: solid 1px #ddd;
    padding: 5px 15px;
    font-size: 13px;
}

.delivery-table td {
    text-align: right;
}


/**********フラワーデザイナー一覧 アイコン追加**********/

.designer-list-box {
    padding: 30px 40px 40px !important;
}

.designer-name {
    line-height: 1.4em;
    margin: 0;
}

.designer-list-box-txt {
    min-height: 55px;
}

.taiou-icon>div {
    width: 16.6666%;
    background-size: 55% !important;
    background-position: center top !important;
    padding-top: 45px;
}

.sankou-image>div {
    margin-right: 10px;
    overflow: hidden;
    height: auto !important;
    background: #fff;
}

.sankou-image>div:last-child {
    margin-right: 0;
}

.sankou-image a {
    margin-right: 10px;
    display: block;
    position: relative;
    padding-top: 135%;
    margin: 0;
}

.sankou-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%;
}

.taiou-icon .balloon {
    background: url(/new/img/taiou_icon_balloon.png) no-repeat;
}

.taiou-icon .deco {
    background: url(/new/img/taiou_icon_deco.png) no-repeat;
}

.taiou-icon .staining {
    background: url(/new/img/taiou_icon_staining.png) no-repeat;
}

.taiou-icon .pre {
    background: url(/new/img/taiou_icon_pre.png) no-repeat;
}

.taiou-icon .art {
    background: url(/new/img/taiou_icon_art.png) no-repeat;
}

.taiou-icon .logo {
    background: url(/new/img/taiou_icon_logo.png) no-repeat;
}

.taiou-icon .motif {
    background: url(/new/img/taiou_icon_motif.png) no-repeat;
}

.taiou-icon .balloon.off {
    background: url(/new/img/taiou_icon_balloon_off.png) no-repeat;
}

.taiou-icon .deco.off {
    background: url(/new/img/taiou_icon_deco_off.png) no-repeat;
}

.taiou-icon .staining.off {
    background: url(/new/img/taiou_icon_staining_off.png) no-repeat;
}

.taiou-icon .pre.off {
    background: url(/new/img/taiou_icon_pre_off.png) no-repeat;
}

.taiou-icon .art.off {
    background: url(/new/img/taiou_icon_art_off.png) no-repeat;
}

.taiou-icon .logo.off {
    background: url(/new/img/taiou_icon_logo_off.png) no-repeat;
}

.taiou-icon .motif.off {
    background: url(/new/img/taiou_icon_motif_off.png) no-repeat;
}

.taiou-icon p {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
}

.taiou-icon .off p {
    color: #fff;
}

.designer-list-box .btn-a {
    width: 100%;
}

.designer-list-box button {
    width: 100% !important;
    min-width: auto;
}

.fa-question-circle {
    font-size: 16px;
    margin-left: 5px;
}

@media (max-width: 575px) {
    .designer-list-box {
        padding: 15px 20px 20px !important;
    }
    .designer-list-box-txt {
        min-height: auto;
    }
    .designer-name {
        font-size: 14px;
        margin-top: 0 !important;
    }
    .designer-name span {
        margin-left: 0 !important;
        display: block;
        padding-top: 0;
    }
    .taiou-icon>div {
        background-size: 68% !important;
        padding-top: 42px !important;
    }
    .sankou-image>div {
        margin-right: 5px;
    }
    .taiou-icon .off p {
        display: none;
    }
}


/**********フラワーデザイナー詳細**********/

.designer-detail-taiou-wrap {
    margin-top: 40px;
}

.taiou-ttl {
    margin-top: 10px;
}

.designer-detail-taiou-wrap .taiou-icon {
    width: 80%;
    margin-left: 10px;
    max-width: 410px;
}

@media (max-width: 575px) {
    .designer-detail-taiou-wrap .taiou-icon {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}

.price-table-pc * {
    font-size: 14px;
}

.price-table-pc,
.price-table-sp {
    margin-bottom: 10px;
}

.price-table-sp td {
    padding-left: 5px;
}


/**********フラワーデザイナー一覧*********/

.search-box-designer {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .search-box-designer {
        width: 100%;
    }
}

.designers-list-score * {
    line-height: 1;
}

.designers-list-score p {
    display: inline-block;
}

.designers-list-score .star,
.designers-list-score .points {
    color: #26cd65;
}

.designers-list-score .total {
    font-size: 1em;
    color: #909090;
    margin-left: 5px;
}

.designers-list-score .counts {
    color: #909090;
    font-size: 1.2em;
}

.designers-list-score a {
    color: #26cd65;
    font-size: 1em;
    text-decoration: underline;
}


/**********緊急のお知らせ*********/

.emergency-message {
    background: #fff000;
    padding: 15px 0;
    text-align: center;
}

.emergency-message a {
    text-decoration: underline;
}


/**********メンテナンスのお知らせ*********/

.maintenance-message {
    background: #ffc0c0;
    padding: 15px 0;
    text-align: center;
}

.maintenance-message p {
    color: #333;
}


/**********オーダーフォーム メッセージカード・立て札*********/

.message-plate-check {
    padding: 10px;
}

.labeltxt {
    text-align: left;
    margin-right: 10px;
    width: 60%;
}

.labeltxt .ttl {
    color: #333 !important;
    font-size: 15px !important;
}

.labelimg {
    width: 40%;
    max-width: 200px;
}

.labelimg img {
    width: 100%;
}

#message_card_check,
#corporate_card_check {
    width: 15px;
    height: 15px;
    border: solid 1px #b3b3b3;
    border-radius: 2px;
    margin-bottom: 3px;
    vertical-align: middle;
}


/**********事例一覧ページ 改修*********/


/**********事例詳細ページ 改修*********/

.storytxt-sp {
    padding-top: 40px !important;
}

.share-area {
    margin: 30px 0;
}

.share-area .ttl {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: center;
}

.share-area .txt {
    font-size: 10px;
    color: #888;
}

.sns-icon-twitter {
    width: 50px;
    margin: 0 auto;
}

.sns-icon-twitter img {
    width: 100%;
}

.sns-box {
    margin-right: 40px;
    min-width: 150px;
}

.sns-icon {
    position: relative;
}

.sns-icon:after {
    content: '';
    background: #ddd;
    height: 35px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 10%;
}

.copy-icon {
    cursor: pointer;
}

.copy-icon:hover img {
    opacity: 0.7;
}

.copy-icon-copy {
    width: 40px;
    margin: 0 13px 0 0;
}

.copy-icon-copy img {
    width: 100%;
}

#copy-url-to-clipboard-src-sp,
#copy-url-to-clipboard-src-pc {
    width: 100%;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0;
    border: none;
}

@media (min-width: 768px) {
    .sns-icon-line {
        display: none;
    }
}

@media (max-width: 767px) {
    .sns-icon-twitter {
        width: 45px;
    }
    .sns-box {
        margin-right: 20px;
        min-width: 135px;
    }
}

.pro-link {
    display: inline-block;
}

.pro-link:hover {
    opacity: 0.7;
}

.pro-link-name {
    text-decoration: underline;
}

.storytxt-q {
    margin: 22px 0 8px;
}

.story-interview-thumb {
    max-width: 400px;
    border: solid 1px #ddd;
    display: block;
}

.detail-image {
    width: 90%;
    margin: 0 auto;
}

.detail-image a {
    display: block;
}

.detail-image img {
    width: 100%;
}


/**********事例掲載許可ページ 改修*********/

.permission-form dt {
    line-height: 1.5 !important;
}

.permission-form dd {
    border: none !important;
    margin-bottom: 30px !important;
}

.red-bg-color {
    color: red;
    background: #ffe0e0;
    letter-spacing: 0.8px;
    padding: 3px;
    font-size: 1.4rem;
}

.permission-int-01>div {
    display: flex;
    margin-bottom: 10px;
}

.permission-int-01 p {
    width: 30%;
    text-align: left;
    padding-top: 10px;
    font-size: 1.4rem;
}

.permission-int-01 input {
    width: 70%;
    text-align: left;
    line-height: 2rem;
    height: 40px;
    border: 1px solid #999;
    border-radius: 4px;
    padding: 8px;
}

.permission-int-01 input::placeholder {
    color: #aaa;
}

@media (min-width: 992px) {
    .permission-form .ttl {
        font-size: 1.8rem !important;
        margin: 30px 0 15px !important;
    }
    .permission-form .leadtxt {
        font-size: 1.4rem !important;
    }
    .permission-form dl {
        padding: 5px 40px !important;
    }
}


/**********お客様インタビューページ 改修*********/

.interview-main:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.interview-main .main-content-lower {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

.interview-main h1 {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
    padding: 5px 15px 0;
}


/**********花れぽページ 改修*********/

.nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin: 20px auto;
    text-align: center;
    width: 80%;
}

.nav-tabs .nav-item {
    margin: 10px;
    width: 100%;
}

.nav-tabs .nav-link {
    background: #fff;
    border: solid 1px #022149;
    color: #022149;
    font-size: 18px;
    padding: 10px;
}

.nav-tabs .nav-link.active {
    background: #022149;
    border: solid 1px #022149;
    color: #fff !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #022149;
    color: #022149;
}

@media (max-width: 767px) {
    .nav-tabs {
        margin: 10px auto;
        width: 100%;
    }
    .nav-tabs .nav-link {
        font-size: 15px;
    }
}

.top-hanarepo img {
    width: 100%;
}

@media (min-width: 768px) {
    .top-hanarepo.flexbox-pc {
        display: flex;
    }
    .top-hanarepo p {
        margin: 0 5px;
    }
}

.top-hanarepo twitter-widget {
    margin: 10px;
}

@media (max-width: 991px) {
    .top-hanarepo twitter-widget {
        margin: 0;
    }
}


/**********チャット例 改修*********/

.chat-modal img {
    width: 100%;
    margin-top: 10px;
}

.chat-modal .modal-dialog {
    height: 95%;
    overflow: scroll;
}

.chat-modal .slick-arrow {
    display: none !important;
}

.chat-modal .slick-dots {
    top: 0;
}

.chat-modal .slick-slide {
    margin-top: 25px;
    text-align: center;
}


/**********改善ノートフィード*********/

.notefeed {
    margin-bottom: 30px !important;
}

.notefeed-day {
    width: 40%;
}

.notefeed-ttl {
    width: 60%;
    line-height: 1.6;
    text-decoration: underline;
}

.notefeed>a {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.notefeed button {
    font-size: 1.3rem;
    height: 40px;
    margin-top: 15px;
}

@media (max-width: 575px) {
    .notefeed-day {
        width: 30%;
    }
    .notefeed-ttl {
        width: 69%;
    }
}


/**********注目のハッシュタグ*********/

.hashtag-page .dropdown {
    text-align: center;
}

.hashtag-page .btn {
    font-size: 1.6rem;
}

.hashtag-page .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.hashtag-page .btn:focus {
    box-shadow: none;
}

.hashtag-page .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    padding: 10px 20px;
}

.hashtag-list li span {
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
}

.hashtag-list li a {
    color: #0c6;
    font-size: 14px;
}

@media (min-width: 768px) {
    .hashtag-page .flexwrap-pc {
        display: flex;
        flex-wrap: wrap;
    }
    .hashtag-list li {
        width: 23.5%;
        margin-right: 2%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .hashtag-list li:nth-child(4n) {
        margin-right: 0;
    }
}


/**********ピックアップアーカイブ*********/

.pickup-archive-page .dropdown {
    text-align: center;
}

.pickup-archive-page .btn {
    font-size: 1.6rem;
}

.pickup-archive-page .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

.pickup-archive-page .btn:focus {
    box-shadow: none;
}

.pickup-archive-page .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    padding: 10px 0 10px 20px;
}

.pickup-archive-page .board {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.pickup-archive-page .board>a {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.pickup-archive-page .board:nth-child(4n) {
    margin-right: 0;
}

.pickup-archive-page .img-fluid {
    height: 320px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .pickup-archive-page .dropdown-menu li {
        width: 32%;
        margin-right: 2%;
    }
    .pickup-archive-page .dropdown-menu li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .pickup-archive-page .board {
        width: 48%;
        margin-right: 4%;
    }
    .pickup-archive-page .board:nth-child(2n) {
        margin-right: 0;
    }
    .pickup-archive-page .img-fluid {
        height: 200px;
    }
    .pickup-archive-page .dropdown-menu li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    .pickup-archive-page .dropdown-menu li:nth-child(2n) {
        margin-right: 0;
    }
    .pickup-archive-page .dropdown-menu {
        left: 0;
        transform: none;
        padding: 10px 0 10px 35px;
    }
}


/**********クーポンページ*********/

.coupon-page .container {
    max-width: 900px;
}

.coupon-page .coupon-body {
    width: 100%;
    max-width: 420px;
    border: solid 1px #ddd;
    border-radius: 6px;
    margin: 0 auto 20px;
}

.coupon-page .coupon-price {
    text-align: center;
    margin: 15px 0 10px;
    font-size: 18px;
    font-weight: bold;
    color: #d9534f;
}

.coupon-page .coupon-txt {
    border-top: solid 1px #ddd;
    padding: 10px 0 0;
    margin: 0 20px;
}

.coupon-page .coupon-txt p {
    font-size: 12px;
}

.coupon-page .coupon-code {
    text-align: center;
    margin: 15px 20px 0;
    background: #f1f1f1;
    padding: 5px 0;
    border-radius: 20px;
    color: #000;
}

.coupon-share {
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.coupon-share p {
    line-height: 1.3;
}

.coupon-share .sns-icon-line {
    margin-right: 8px;
}

@media (min-width: 768px) {
    .coupon-share .sns-icon-line {
        display: block;
    }
}

.coupon-share #copy-url-img-pc {
    width: 26px;
}

.coupon-share .copy-icon-copy {
    width: 26px;
    margin: 0 10px 0 0;
}

@media (min-width: 992px) {
    .coupon-page .coupon-body {
        width: 46%;
        margin: 0 4% 30px 0;
    }
    .coupon-page .coupon-body:nth-child(2n) {
        margin-right: 0;
    }
    .coupon-page .coupon-price {
        font-size: 20px;
    }
    .coupon-page .coupon-txt p {
        font-size: 14px;
    }
}

.story-list-lead {
    margin: 0 auto;
    max-width: 800px;
}


/**********記事ページ（演者様インタビュー、コラム等）*********/

.article-page-inner {
    padding: 20px 0 0 !important;
}

.article-header {
    padding: 0;
}

.article-header img {
    width: 100%;
}

.article-header h1 {
    font-size: 28px;
}

.article-main {
    padding: 4rem 0 0 !important;
}

.article-main * {
    word-break: break-all;
}

.article-main h2 {
    padding-top: 60px;
    margin-top: -30px;
}

.article-main h3 {
    color: #555;
    font-family: "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
    font-weight: bold;
    margin-bottom: -15px;
}

.article-main a {
    text-decoration: underline;
    cursor: pointer;
}

.article-main img {
    width: 100%;
    max-width: 600px;
}

.article-main p {
    margin: 0 auto;
}

.article-page-mokuji {
    background: #f0f0f0;
    padding: 30px 50px;
    margin: 15px 0;
}

.article-page-mokuji h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 30px;
}

.article-page-mokuji li::before {
    content: '-';
    padding-right: 5px;
}

.article-page-mokuji li ul{
    padding-left: 20px;
}

.article-page-mokuji li ul li{
    margin: 0;
}

.article-page-mokuji li ul a{
    font-size: 0.8em;
}

.article-page-caption {
    text-align: center;
    font-size: 12px;
    margin-top: 15px !important;
}

@media (min-width: 992px) {
    .article-page .breadcrumbs {
        margin-top: 50px !important;
    }
    .article-main h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .article-page .breadcrumbs {
        margin-top: 20px !important;
    }
    .article-header h1 {
        font-size: 20px;
        letter-spacing: 1px;
        padding: 0 15px;
    }
    .article-header .date {
        padding: 0 15px;
    }
    .article-main {
        padding: 20px 15px 0 !important;
        width: 100%;
    }
    .article-main p,
    .article-main span,
    .article-main a {
        font-size: 14px;
    }
    .article-page-mokuji {
        padding: 20px 30px;
        margin: 0;
    }
    .article-page-mokuji h2 {
        padding: 0 !important;
        margin: 0 0 10px !important;
    }
    .article-page-mokuji li {
        margin-bottom: 10px;
    }
    .article-main h2 {
        font-size: 20px;
        padding-top: 60px;
        margin-top: -40px;
        margin-bottom: -15px;
    }
    .article-page-caption {
        font-size: 12px !important;
        margin-top: 10px !important;
    }
}

.article-main th,
.article-main td {
    border: solid 1px #ddd;
    padding: 10px
}

.article-main th {
    background: #f0f0f0;
    vertical-align: middle
}

.article-main table {
    width: 100%;
    font-size: 0.8em;
    line-height: 1.5
}

@media (max-width: 599px) {
    .article-main table {
        font-size: 0.7em
    }
}

.article-share p {
    margin: 0;
}

.article-share .sns-icon-line {
    display: block;
    margin: 0 20px;
}

.article-share .sns-icon-twitter {
    margin: 0 10px 4px 0;
    width: 45px;
}

@media (min-width: 768px) {
    .article-share {
        margin-top: 80px;
    }
}

@media (max-width: 767px) {
    .article-share {
        margin-top: 40px;
    }
}

.other-article {
    padding: 40px 0 0;
}

@media(max-width: 599px) {
    .other-article {
        padding: 30px 10px 0;
    }
}

.other-article .ttl {
    font-weight: bold;
    font-size: 16px;
    margin: 30px 0 20px;
}

.other-article li {
    border: solid 1px #ddd;
}

@media(min-width: 600px) {
    .other-article li {
        padding: 15px;
        margin-right: 3%;
        margin-bottom: 20px;
        width: 48.5%;
    }
    .other-article li:nth-child(2n) {
        margin-right: 0;
    }
}

@media(max-width: 599px) {
    .other-article li {
        border: none;
        border-bottom: solid 1px #ddd;
        padding: 0 0 20px;
        margin-bottom: 20px;
    }
}

.other-article li a {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
}

.other-article li a p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

@media(max-width: 599px) {
    .other-article li a {
        font-size: 14px;
    }
}

.other-article .image {
    max-width: 150px;
    min-width: 150px;
    margin: 0 10px 0 0;
}

@media(max-width: 599px) {
    .other-article .image {
        max-width: 120px;
        min-width: 120px;
    }
}

.other-article .image img {
    width: 100%;
}

.gray-box {
    background: #f0f0f0;
    padding: 1.5em 3em 2em;
}

.article-main .column-article {
    font-size: 0.9em;
    border: solid 1px #ddd;
    padding: 20px
}

.article-main .column-article * {
    margin: 0 !important
}

@media (min-width: 600px) {
    .article-main .column-article .image {
        margin-right: 15px !important
    }
    .article-main .column-article .image img {
        width: 240px
    }
}

@media (max-width: 599px) {
    .article-main .column-article .image {
        margin-bottom: 10px !important;
    }
}

.jquery-modal.blocker{
    z-index: 9999!important;
}

.modal a.close-modal{
    position: fixed!important;
    top: 10px!important;
    right: 10px!important;
}

/**********演者様インタビュー一覧*********/

.int-actor-list {
    padding: 3rem 0 0 !important;
}

.int-actor-list h2 {
    font-size: 20px;
    margin-top: 10px;
    line-height: 1.5;
}

.int-actor-list-box {
    margin-bottom: 3rem;
}

.int-actor-list-box:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .int-actor-list h2 {
        font-size: 16px;
    }
}


/**********コラム一覧*********/

.column-list {
    padding: 70px 0 0 !important;
}

.column-list-box {
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.column-list-box-txt h2 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .column-list-box-img {
        width: 35%;
        padding-right: 25px;
    }
    .column-list-box-txt {
        width: 65%;
    }
}

@media (max-width: 991px) {
    .column-list {
        padding: 40px 0 0 !important;
    }
    .column-list-box {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .column-list-box:last-child {
        margin-bottom: 0 !important;
    }
    .column-list-box-txt h2 {
        margin-bottom: 10px;
    }
    .column-list-box-img {
        width: 100%;
        margin-bottom: 20px;
    }
}

.related_categories {
    font-size: 14px;
    height: 40px !important;
    margin: 0 auto;
    width: 250px;
}


/**********コラムの中に入れる事例*********/

.items-list .itembox {
    margin-bottom: 40px;
    margin-right: 3%;
    width: 22.75%
}

.items-list .itembox:nth-child(4n) {
    margin-right: 0
}

@media (max-width: 599px) {
    .items-list .itembox {
        margin-bottom: 30px;
        margin-right: 6%;
        width: 47%
    }
    .items-list .itembox:nth-child(2n) {
        margin-right: 0
    }
}

.items-list .itembox a {
    color: #333;
    width: 100%
}

.items-list .itembox .image img {
    height: 280px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 599px) {
    .items-list .itembox .image img {
        height: 200px
    }
}

.items-list .itembox .ttl-wrap {
    overflow: hidden
}

.items-list .itembox .ttl {
    font-size: 14px !important;
    font-weight: normal !important;
    margin: 20px 0 0 !important;
    line-height: 1.5 !important;
    letter-spacing: 0.5px !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important overflow: hidden;
}

@media (max-width: 599px) {
    .items-list .itembox .ttl {
        font-size: 12px !important;
        margin: 10px 0 0 !important
    }
}

.items-list .itembox .f-icon {
    margin-right: 10px;
    width: 18%
}

@media (max-width: 599px) {
    .items-list .itembox .f-icon {
        width: 35px
    }
}

.items-list .itembox .f-txt {
    width: 82%
}

.items-list .itembox .name,
.items-list .itembox .price {
    font-size: 12px;
    letter-spacing: 0
}

@media (max-width: 599px) {
    .items-list .itembox .name,
    .items-list .itembox .price {
        font-size: 10px
    }
}

.items-list .itembox .price {
    color: #808080
}

.items-list.col3 .itembox {
    margin-bottom: 40px;
    margin-right: 2%;
    width: 32%
}

@media (max-width: 599px) {
    .items-list.col3 .itembox {
        margin-bottom: 30px;
        margin-right: 6%;
        width: 47%
    }
    .items-list.col3 .itembox:nth-child(2n) {
        margin-right: 0
    }
}

@media (min-width: 600px) {
    .items-list.col3 .itembox:nth-child(3n) {
        margin-right: 0
    }
}

.items-list.col3 .itembox a {
    display: block;
    text-decoration: none !important
}

.items-list.col3 .itembox h3 {
    font-weight: normal !important;
    border-left: none !important;
    padding-left: 0 !important
}

.items-list.col3 .itembox p {
    margin: 0 !important
}

.items-list.col3 .itembox .price {
    margin: 5px 0 0 !important
}


/**********臨時ページ*********/

.special-page {
    max-width: 800px;
    margin: 0 auto;
}

.special-page h1 {
    font-size: 2em;
}

@media (min-width: 992px) {
    .special-page h1 {
        font-size: 3em;
        margin-top: 80px;
    }
}

.special-page .bodytxt p {
    margin-bottom: 2rem;
}

.special-page .bodytxt h2 {
    margin: 5rem 0 2rem;
}

.special-page .bodytxt ul,
.special-page .bodytxt ol {
    margin-bottom: 2rem;
}

.li-hyphen li:before {
    content: "-";
    margin-right: 10px;
}

.li-disc,
.li-decimal {
    padding-left: 2rem;
}

.li-disc li {
    list-style-type: disc;
}

.li-decimal li {
    list-style-type: decimal;
}

.special-page .bodytxt form div {
    font-size: 16px;
    margin-bottom: 2rem;
}

.special-page .bodytxt label {
    display: block;
}

.special-page .bodytxt label p {
    margin-bottom: 0;
}

.special-page .bodytxt input,
.special-page .bodytxt textarea {
    width: 100%;
    border: solid 1px #ddd;
}


/*
.special-page .bodytxt input::placeholder {
    color: #bbb;
    font-size: 0.6em;
    padding: 0 0 10px 5px;
}
*/

.special-page .bodytxt [type="submit"] {
    max-width: 200px;
    margin: auto;
    display: inherit;
    font-size: 16px;
    padding: 10px 0;
    background-color: #0c6;
    border: none;
    color: #fff;
    border-radius: 50px;
}


/**********キャンペーンページ*********/

.cp-bnr {
    margin: 0 auto;
}

.cp-bnr img {
    width: 100%;
}

.contents.cp-page-inner {
    padding: 0;
}

.cp-page h1 {
    margin: 20px 0 30px;
}

.cp-box {
    margin-bottom: 30px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 30px;
}

.cp-page .midashi {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.cp-page .board {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 40px;
}

.cp-page .board:nth-child(3n) {
    margin-right: 0;
}

.cp-page .board>a {
    width: 100%;
}

.cp-twt-icon {
    width: 40px;
}

.cp-twt-icon a {
    display: block;
}

.cp-twt-icon a img {
    width: 100% !important;
    border-radius: 50%;
}

.cp-twt-image {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cp-page .board .board-text-sub {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .cp-page .breadcrumbs {
        margin-top: 40px !important;
    }
}

@media (max-width: 1024px) {
    .cp-twt-image {
        height: 180px;
    }
}

@media (max-width: 991px) {
    .cp-box {
        margin-bottom: 20px;
        border-bottom: solid 1px #ddd;
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .cp-page h1 {
        margin: 20px 0 20px;
    }
    .cp-twt-image {
        height: 100px;
    }
    .cp-twt-icon {
        width: 25px;
    }
    .cp-page .board .board-text-sub {
        margin-top: 0;
        word-break: break-all;
        line-height: 1;
    }
    .cp-page .board {
        margin-bottom: 20px;
    }
}


/**********TOP MV下のtoBバナー*********/

.main-biz-bnr {
    max-width: 980px;
    margin: 30px auto -20px;
}

.main-biz-bnr a {
    display: block;
    padding: 0 20px;
}

.main-biz-bnr img {
    width: 100%;
}

@media (max-width: 767px) {
    .main-biz-bnr .pc-bnr {
        display: none;
    }
}

@media (min-width: 768px) {
    .main-biz-bnr .sp-bnr {
        display: none;
    }
}


/**********TOP MV下のtoBバナー*********/

.footer-mina-bnr {
    max-width: 880px;
    margin: -20px auto 40px;
}

.footer-mina-bnr a {
    display: block;
    padding: 0 20px;
}

.footer-mina-bnr img {
    width: 100%;
}

@media (max-width: 767px) {
    .footer-mina-bnr .pc-bnr {
        display: none;
    }
}

@media (min-width: 768px) {
    .footer-mina-bnr .sp-bnr {
        display: none;
    }
}


/**********オーダーフォーム　エラー画面*********/

.payment-error {
    text-align: center;
    max-width: 800px;
    margin: 60px auto 40px;
    padding: 0 15px;
}

.payment-error h1 {
    font-size: 28px;
    margin-bottom: 20px;
}

.payment-error a {
    display: inline-flex;
    align-items: center;
}

@media (max-width: 767px) {
    .payment-error {
        margin: 40px auto 0;
    }
    .payment-error h1 {
        font-size: 18px;
        margin-bottom: 15px;
    }
}


/**********ヒアリングシート*********/

.fuki-flasta {
    position: relative;
    margin: 30px 0 20px;
    display: inline-block;
    padding: 15px 25px;
    max-width: 500px;
    width: 100%;
    color: #555;
    background: #f0f0f0;
}

.fuki-flasta:before {
    content: "";
    position: absolute;
    top: -30px;
    right: 10%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #f0f0f0;
}

.fuki-flasta * {
    font-size: 14px !important;
    text-align: left;
}

@media (max-width: 767px) {
    .fuki-flasta * {
        font-size: 12px !important;
    }
}

.hearingsheet-notice-area {
    border: 1px solid #b3b3b3;
    background: #fff;
    padding: 10px;
}

.orderform-toname-input{
    display: flex;
    align-items: flex-end;
}

.orderform-toname-input input{
    margin-right: 10px;
}

.orderform-toname-input p{
    font-size: 18px;
}


/**********アルバムページ*********/

.album-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.album-page-ttl h1 {
    text-align: center;
}

.album-page-ttl button {
    color: #a7a7a7;
    font-size: 10px;
    margin: 15px auto 0;
    border-bottom: solid 1px #a7a7a7;
    letter-spacing: 0;
    position: relative;
}

.album-page-ttl button img {
    width: 10px;
    margin-bottom: 3px;
}

.album-page .description {
    text-align: center;
}

.album-list li {
    width: 32%;
    margin: 0 2% 2% 0;
}

.album-list li:nth-child(3n) {
    margin: 0 0 2% 0;
}

.album-list a {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.album-list.albums li {
    background: url(/new/img/album_bg.jpg) no-repeat;
    background-position: right top;
    background-size: 100% auto;
    width: 30%;
    margin: 0 5% 5% 0;
}

.album-list.albums li:nth-child(3n) {
    margin: 0 0 5% 0;
}

.album-list.albums a {
    display: block;
    width: 93%;
    height: 0;
    padding-bottom: 91%;
    overflow: hidden;
    position: relative;
    margin: 0;
    border: solid 2px #ddd;
}

.album-list a img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.album-list.albums .ttl {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .album-list.albums li {
        margin: 0 5% 10% 0;
    }
    .album-list.albums a {
        border: solid 1px #ddd;
    }
    .album-list.albums .ttl {
        margin-top: 15px;
    }
}

#albumEditModal input {
    border: solid 1px #ddd;
}

#albumEditModal textarea {
    margin-top: 20px !important;
    width: 100%;
    height: 100px;
    border: solid 1px #ddd;
}


/**********Sakaseru本体オーダー完了ページ*********/

.order_done_wrap.main_order {
    border: none;
    padding: 15px;
    max-width: 700px;
}


/**********チャット画面改修*********/

.chat {
    padding: 0 !important;
    background: #fff;
}

.chat * {
    color: #333;
    font-size: 15px;
    letter-spacing: 0.3px;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 599px) {
    .chat * {
        color: #333;
        font-size: 13px;
        letter-spacing: 0.3px;
        margin: 0;
        line-height: 1.6;
    }
}

.chat-customer-header{
    background: #fff;
}

.chat-customer-header-inner{
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 20px 10px 10px;
}

.chat-customer-ttl{
    font-size: 1.2em;
    font-weight: bold;
    padding-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 600px) {
    .chat-customer .past_msg_area{
        min-height: 100vh;
    }
}

.chat .past_msg_area_inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 0 10px;
}

.chat-me-massage{
    display: flex;
    justify-content: flex-end;
    align-items: end;
    margin-bottom: 15px;
}

.chat-me-image{
    margin-bottom: 15px;
}

.chat-me-image-inner{
    display: flex;
    justify-content: flex-end;
    align-items: end;
}

.chat-me-stamp{
    display: flex;
    justify-content: flex-end;
    align-items: end;
    margin-bottom: 15px;
}

.chat-me-stamp img,
.chat-other-stamp-img{
    width: 200px;
    padding: 0 20px;
}

@media (max-width: 991px) {
    .chat-me-stamp img,
    .chat-other-stamp-img{
        width: 120px;
        padding: 0 10px;
    }
}

.chat-me-complete{
    display: flex;
    justify-content: flex-end;
    align-items: end;
    margin-bottom: 15px;
}

.chat-me-complete-frame{
    background: #bfebd5;
    border-radius: 6px;
    padding: 8px 12px;
    max-width: 70%;
}

@media (min-width: 600px) {
    .chat-me-complete-frame{
        padding: 10px 15px;
    }
}

.chat-me-time{
    color: #7e7e7e;
    font-size: 10px;
    text-align: right;
    letter-spacing: 0;
    margin-right: 5px;
    line-height: 1.2;
}

.chat-me-massage-frame{
    background: #bfebd5;
    border-radius: 6px;
    padding: 8px 12px;
    max-width: 70%;
}

@media (min-width: 600px) {
    .chat-me-massage-frame{
    padding: 10px 15px;
    }
}

.chat-me-image-img img,
.chat-other-image-img img{
    max-width: 350px;
    max-height: 500px;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 599px) {
    .chat-me-image-img img,
    .chat-other-image-img img{
        max-width: 240px;
        max-height: 300px;
        width: 100%;
    }
}

.chat-me-image-img img{
    object-position: right center;
}

.chat-other-image-img img{
    object-position: left center;
}

.chat-me-image-img img,
.chat-other-image-img img,
.chat-other-complete img,
.chat-me-complete img{
    border-radius: 6px;
}

.chat-other-icon{
    flex-shrink: 0;
    margin-right: 10px;
}

@media (max-width: 599px) {
    .chat-other-icon{
    margin-right: 5px;
    }
}

.chat-other-icon-img{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

@media (max-width: 599px) {
    .chat-other-icon-img{
    width: 30px;
    height: 30px;
    }
}

.chat-other-massage{
    display: flex;
    margin-bottom: 15px;
}

.chat-other-image{
    margin-bottom: 35px;
}

.chat-other-image-inner{
    display: flex;
}

.chat-other-stamp{
    display: flex;
    margin-bottom: 15px;
}

.chat-other-complete{
    display: flex;
    margin-bottom: 15px;
}

.chat-other-time{
    color: #7e7e7e;
    font-size: 10px;
    letter-spacing: 0;
    margin-left: 5px;
    line-height: 1.2;
    align-self: flex-end;
}

.chat-other-massage-frame{
    background: #fff;
    border-radius: 6px;
    padding: 8px 12px;
    max-width: 70%;
}

@media (min-width: 600px) {
    .chat-other-massage-frame{
    padding: 10px 15px;
    }
}

.chat-other-complete-frame{
    background: #fff;
    border-radius: 6px;
    padding: 8px 12px;
}

@media (min-width: 600px) {
    .chat-other-complete-frame{
    padding: 10px 15px;
    }
}

.chat-delivery-complete-message {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #00aa55;
    margin-bottom: 15px;
}

.chat-delivery-complete-message .material-symbols-rounded {
    color: #00aa55;
    font-size: 40px;
    flex-shrink: 0;
    line-height: 1;
}

.chat-delivery-complete-message span:last-child {
    color: #00aa55;
    font-weight: bold;
}

.chat-new-massage-area {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.chat-new-massage-area-inner{
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 10px;
}

@media (max-width: 599px) {
    .chat-new-massage-area-inner{
    padding: 10px 20px 20px;
    }
}

.chat-new-massage-area-textarea{
    height: 40px;
    min-height: 40px !important;
    max-height: 300px !important;
    line-height: 1.3;
    resize: none;
    border: none;
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    font-size: 16px;
}

.chat-new-massage-btnarea {
    display: flex;
    gap: 15px;
}

.chat-new-massage-btn-photo img {
    width: 30px;
    cursor: pointer;
}

.chat-new-massage-btn-clip img {
    width: 30px;
    cursor: pointer;
}

.chat-new-massage-btn-stamp img {
    width: 30px;
    cursor: pointer;
}

.chat-new-massage-btn-send {
    margin-left: auto;
    cursor: pointer;
}

.chat-new-massage-btn-delivery button{
    background: rgb(204, 0, 0);
    color: #fff;
    padding: 10px 15px;
    border-radius: 6px;
}

.chat-new-massage-btn-send #postTextBtnBtn {
    background: #0c6;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
}

.chat-new-massage-btn-send #postTextBtnBtn:disabled {
    background-color: #ccc;
    pointer-events: none;
}

.chatpage-modal {
    position: relative!important;
    box-shadow: none;
}

@media (min-width: 992px) {
    .chatpage-modal {
        max-height: 90dvh;
        overflow-y: scroll;
    }
}

@media (max-width: 991px) {
    .chatpage-modal {
        width: 100%;
    }
}

.modal a.close-modal{
    width: 50px!important;
    height: 50px!important;
}

.chatpage-modal-submitbtn{
    background: #0c6;
    color: #fff;
    padding: 10px 35px;
    border-radius: 6px;
    margin: 20px auto 0;
}

.chatpage-modal-submitbtn:disabled {
    background-color: #ccc;
    pointer-events: none;
}


.modal-chat-send-photo-img{
    display: block;
    max-width: 600px;
    max-height: 70dvh;
    margin: 0 auto;
    object-fit: contain;
    width: 100%;
}

@media (max-width: 991px) {
    .modal-chat-send-photo-img{
        max-width: 100%;
    }
}

.chat-pc2clm {
    background: #e7e8eb;
    display: flex;
    align-items: center;
    height: 100dvh;
}

.chat-pc2clm .hearingsheet-area {
    width: 70%;
    padding: 0 40px;
}

.chat-pc2clm .hearingsheet-area iframe {
    width: 100%;
    height: 70vh;
    border: none;
    border-radius: 6px;
}

.chat-pc2clm .chat-area {
    position: relative;
    width: 100%;
    height: 100%;
}

@media (min-width: 992px) {
    .chat-pc2clm .chat-area {
        padding: 20px 20px 0 0;
        overflow-y: scroll;
    }
    .chat-pc2clm .chat-shop {
        height: 100%;
    }
    .chat-pc2clm .past_msg_area{
        padding: 30px 0 40px;
        min-height: calc(100% - 240px);
    }
    .chat-pc2clm .chat-new-massage-area{
        position: sticky;
    }
    .chat-pc2clm .past_msg_area_inner{
        padding: 0px 30px;
        max-width: none;
    }

    .chat-pc2clm .chat-new-massage-area-inner{
        padding: 20px 30px;
        max-width: none;
    }

    .chat-pc2clm .chat-customer-header-inner{
        padding: 20px 20px 10px;
    }
}

@media (max-width: 991px) {
        .chat-pc2clm #postDeliveryDoneBtnPC{
        display: none;
    }
}

.addfee-calculator .ttl {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}

.addfee-calculator .modal-body * {
    font-size: 16px !important;
    line-height: 1.3;
}

.addfee-calculator .note {
    font-size: 12px !important;
    color: red !important;
}

.addfee-calculator .table-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.addfee-calculator .table-row .item {
    width: 100%;
}

.addfee-calculator .table-row .price {
    width: 100%;
}

.addfee-calculator .table-row .price input {
    width: 100%;
    height: 50px;
}

.addfee-calculator .calculation-btn {
    display: inline-block;
    margin: 15px auto 30px;
    background: #0275d8;
    color: #fff;
    border-radius: 4px;
    padding: 10px 30px;
}

.addfee-calculator textarea {
    width: 100%;
    height: 300px;
    padding: 10px;
}

.chat-pc2clm .tool-area {
    margin-top: 20px;
}

.chat-pc2clm .tool-area .addfee-calculator {
    display: inline-block;
    background: #0275d8;
    padding: 5px 15px;
    border-radius: 4px;
}

.chat-pc2clm .tool-area .addfee-calculator a {
    color: #fff;
}

.chat-shop-inner .chat-sp-menu-wrap {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 2;
}

.chat-shop-inner .chat-sp-menu-wrap .nav-link {
    font-size: 50px;
    padding: 0 10px 0 0;
    line-height: 1;
    margin: 0;
    text-align: right;
}

.chat-shop-inner .chat-sp-menu-wrap .nav-link:hover {
    color: #666;
}

.chat-shop-inner #chat-sp-menu {
    margin-top: 10px;
}

.chat-shop-inner #chat-sp-menu li {
    margin-bottom: 20px;
}

.chat-shop-inner #chat-sp-menu li a {
    display: block;
    font-size: 14px;
    background: #0275d8;
    border-radius: 4px;
    color: #fff;
    padding: 10px 20px;
    margin-right: 20px;
    text-align: center;
}

.chat-shop-inner #chat-sp-menu li a.btn_complete {
    background: #cb2f00;
}

.chat-shop-header{
    background: #fff;
}

.chat-shop-header-inner{
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 12px 10px 10px;
}

.chat-shop-ttl{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}

@media (min-width: 992px) {
    .chat-shop-inner bk_ttl_wrap {
        height: 85px;
    }
    .chat-shop-inner .chat-area {
        margin-right: 40px;
        height: 100vh;
        overflow: hidden;
    }
    .chat-shop-inner .past_msg_area_wrap {
        height: calc(100% - 150px);
        padding-bottom: 0 !important;
    }
    .chat-shop-header-inner{
        padding: 12px 30px 10px;
    }
    .chat-shop-inner .ttl_msg_wrap {
        height: 100%;
    }
    .addfee-calculator .modal-body {
        padding: 40px 30px;
    }
}

.chat-shop-inner .selected_florist,
.chat-shop-inner .order_detail,
.chat-shop-inner .past_msg_area {
    margin: 0 !important;
    max-width: none !important;
}

.chat-shop-inner .new_msg_area {
    width: 100% !important;
    max-width: none !important;
    left: auto !important;
    right: auto !important;
    margin: 0 !important;
    position: absolute;
}

.chat-shop-inner .past_msg_area_wrap {
    border-right: 1px solid #999;
    border-left: 1px solid #999;
    overflow: scroll;
    padding-bottom: 40px;
    background: #f2f2f2;
}

.chat-shop-inner .past_msg_area {
    background: none;
    border: none !important;
    padding-bottom: 200px !important;
}

.btn_hearingsheet a {
    float: left;
    margin-right: 10px;
    font-size: 12px;
    background: #1a76c5;
    color: #fff !important;
    line-height: 3em !important;
    padding: 0 10px;
    border-radius: 4px;
    letter-spacing: 0;
    text-decoration: none;
}

.past_msg_area.customer {
    padding-bottom: 150px;
}

#modal-hearingsheet .modal-body {
    height: 80vh;
    padding: 0;
}

#modal-hearingsheet iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 991px) {
    .chat-shop-inner .new_msg_area {
        padding: 10px !important;
        position: fixed;
    }
    .chat-shop-inner .btn_complete button {
        line-height: 1.9em !important;
    }
    .chat-shop-inner .past_msg_area_wrap {
        height: 100%;
        overflow: auto;
    }
    .chat-shop-inner .past_msg_area {
        padding-bottom: 120px !important;
    }
    .chat-shop-inner .ttl_msg_wrap {
        overflow-y: scroll;
    }
    .addfee-calculator .modal-body * {
        font-size: 14px !important;
    }
    .addfee-calculator .table-row {
        display: block;
    }
    .addfee-calculator .table-row .price {
        margin: 0 0 20px;
    }
    .addfee-calculator .table-row .price input,
    .addfee-calculator textarea {
        font-size: 16px !important;
    }
    .addfee-calculator .calculation-btn {
        margin: 5px auto 20px;
    }
    .addfee-calculator textarea {
        height: 150px;
    }
    .addfee-calculator .note {
        font-size: 12px !important;
    }
}


/**********SakaseruTOP フラワーデザイナー項目改修*********/

.top-designer-box .image {
    width: 120%;
}

.top-designer-box .image img {
    width: 100%;
}

.top-designer-box .txt {
    width: 100%;
    margin-left: 20px;
}

.top-designer-box h3 {
    font-size: 20px;
}

@media (max-width: 991px) {
    .top-designer-box .image {
        width: 100%;
    }
    .top-designer-box .txt {
        margin-left: 0;
        margin-top: 10px;
    }
    .top-designer-box h3 {
        font-size: 16px;
    }
}

.plate-ex-img {
    margin: 30px auto;
    max-width: 500px;
}


/**********フレームアレンジ 比較表*********/

.framearrange-table-wrap {
    overflow-x: scroll;
}

.framearrange-table,
.framearrange-table * {
    border: none;
}

.framearrange-table {
    overflow-x: scroll;
    line-height: 1.5;
}

.framearrange-table td,
.framearrange-table th {
    padding: 10px 15px;
}

@media(max-width: 599px) {
    .framearrange-table td,
    .framearrange-table th {
        padding: 8px 10px;
    }
}

.framearrange-table .size,
.framearrange-table .type,
.framearrange-table .rank {
    border-bottom: solid 1px #ddd;
}

.framearrange-table .thumb img {
    width: 120px;
    margin: 0 7px;
}

@media(max-width: 599px) {
    .framearrange-table .thumb img {
        width: 90px;
        margin: 0;
    }
}

.framearrange-table .ttl {
    background: #f0f0f0;
    min-width: 125px;
}

@media(max-width: 599px) {
    .framearrange-table .ttl {
        min-width: 100px;
    }
}

.order-done-info {
    background: #ffe2e6;
    padding: 20px;
    margin: 20px 0;
}

.order-done-info * {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2px;
}

.order-done-info .ttl1 {
    color: #ec2323;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}

.order-done-info .ttl2 {
    font-weight: bold;
    margin: 30px 0 10px;
    line-height: 1.5;
}

@media(min-width: 600px) {
    .order-done-info {
        padding: 40px;
        margin: 30px 0;
    }
    .order-done-info * {
        font-size: 16px;
    }
    .order-done-info .ttl1 {
        font-size: 18px;
    }
    .order-done-info .ttl2 {
        margin: 40px 0 5px;
    }
}


/**********ヘッダー下ビジネスバナー*********/

.header-biz-bnr-pc {
    display: flex;
    align-content: center;
    justify-content: center;
    overflow: hidden;
    background: #cfe0e2;
}

.header-biz-bnr-pc a {
    margin: 0;
}

.header-biz-bnr-sp img {
    width: 100%;
}


/**********チャットにファイル添付ボタン追加*********/

.btn_clip input {
    display: none;
}

.btn_clip label {
    background: #000;
    background-image: linear-gradient(to bottom, #333333, #000000);
    float: left;
    margin: 3px 10px 0 0;
    height: 34px;
    width: 42px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    .btn_clip label {
        opacity: 0.5;
    }
}

.btn_clip img {
    width: 15px;
    position: relative;
    top: 8px;
}


/**********notifyjs（通知の帯）*********/

.notifyjs-corner {
    width: 100%;
    left: 0 !important;
    margin: 0 !important;
}

.notifyjs-wrapper {
    margin: 0 !important;
}

.notifyjs-container {
    margin: 0 !important;
}

.notifyjs-container span {
    color: #fff;
}

/**********アドレス認証未完了の黄色い帯*********/

.alert-area {
    background: #f8f23a;
    padding: 15px;
    text-align: center;
    position: relative;
}
.alert-area a {
    display: block;
}
.alert-area .ttl {
    font-weight: bold;
    font-size: 1.2em;
}

.alert-area *{
    color: #15ab4f;
}

@media (max-width: 599px) {
    .alert-area .txt {
        font-size: 12px;
    }
}

.alert-area:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #1dab4f;
    border-right: solid 2px #1dad4e;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    transform: rotate(45deg);
}

.nav-main{
    height: auto!important;
    position: sticky;
    top: 0;
    z-index: 100;
}

.lightbox .lb-outerContainer{
    background: none;
}

/**********ファンページトップ既製品*********/
.fan-readymadeitems-list{
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 24px;
}

.fan-readymadeitems-list.column{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 599px) {
    .fan-readymadeitems-list,
    .fan-readymadeitems-list.column{
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
}

.fan-readymadeitems-list a{
    display: block;
}

.fan-readymadeitems-list .readymadeitem-image{
    width: 100%;
}

.fan-readymadeitems-list .readymadeitem-ttl{
    font-size: 15px;
    line-height: 1.5;
    margin: 15px 0 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 599px) {
    .fan-readymadeitems-list .readymadeitem-ttl{
        font-size: 13px;
    }
}

.fan-readymadeitems-list .readymadeitem-score{
    display: flex;
    gap: 2px;
    align-items: flex-end;
}

.fan-readymadeitems-list .readymadeitem-score *{
    color: #0c6;
    font-size: 10px;
    display: flex;
    gap: 2px;
    align-items: flex-end;
    line-height: 1;
}

.fan-readymadeitems-list .readymadeitem-score-point{
    font-size: 14px;
}

.fan-readymadeitems-list .readymadeitem-price{
    font-weight: bold;
    font-size: 16px;
    margin: 5px 0 0;
    letter-spacing: 0;
}
@media (max-width: 599px) {
    .fan-readymadeitems-list .readymadeitem-price{
        font-size: 13px;
    }
}

.stage-item-image {
    object-fit:cover;
    width:100%;
    height:360px;
}
@media (max-width: 599px) {
    .stage-item-image {
        height:200px;
    }
}

.chat-shop-header-fixed {
    background: white;
}

/* フローリスト側チャットヘッダー固定（991px以下のみ） */
@media (max-width: 991px) {
    .chat-shop-header-fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 1000;
    }

    /* ヘッダー固定時のコンテンツ余白 */
    .chat-shop-header-fixed + .chat-menu-overlay + .past_msg_area {
        padding-top: 70px;
    }

    .chat-shop-header-fixed .chat-shop-ttl{
        font-size: 1em;
    }
}

/* チャットメニューボタン（三本線） */
.chat-menu-btn {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.chat-menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #00cc66;
    margin: 5px 0;
    transition: 0.3s;
}

@media (max-width: 991px) {
    .chat-menu-btn {
        display: block;
    }
}

/* メニューオーバーレイ */
.chat-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.chat-menu-overlay.show {
    display: block;
}

.chat-menu-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    animation: slideInRight 0.3s;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

.chat-menu-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    line-height: 1;
}

.chat-menu-list {
    list-style: none;
    padding: 60px 0 0 0;
    margin: 0;
}

.chat-menu-list li {
    border-bottom: 1px solid #eee;
}

.chat-menu-list li a {
    display: block;
    padding: 20px 25px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    transition: background 0.2s;
}

#modal-hearing-sheet{
    padding: 0;
}

#modal-hearing-sheet .modal-content{
    margin: 0;
    height: 100dvh;
    max-height: 100dvh;
    width: 100vw;
}

#modal-hearing-sheet #closeHearingSheetModal{
    border-radius: 50%;
    background: #333;
    color: #fff;
    font-size: 20px;
}
/* スタンプ選択コンテナ */
.stamp-select-container {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.stamp-item {
    cursor: pointer;
    padding: 10px;
}

.stamp-item img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    display: block;
}

@media (max-width: 599px) {
    .stamp-select-container {
        gap: 10px;
    }
    
    .stamp-item img {
        width: 90px;
        height: 90px;
    }

    .chat-customer{
        display: flex;
        flex-direction: column;
        height: 100dvh;
    }

    .chat-customer-inner{
        overflow: auto;
    }

    .chat-shop{
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .chat-shop .past_msg_area{
        overflow: auto;
    }

    .chat-new-massage-area{
        position: relative;
    }
}