/** モーダル幅の調整 */
@media (max-width: 920px) {
    .modal-dialog {
        max-width: none;
        margin: 1.25rem;
    }
}

/** 
@media (min-device-width: 576px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}
 */

/** モーダル高さの調整 */
.modal-lg .modal-united {
    height: 835px;
}

.modal-icon-selected .modal-united {
    height: 600px;
}

.modal-design-change {
    height: 880px;
    max-width: 800px;
}

.modal-smartphone-warning {
    max-width: 800px;
}

/** モーダルの閉じるボタン */
.modal-close {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.modal-content-custom {
    border-radius: 0.5rem;
}

.modal-body-custom {
    padding: 1.5rem;
}

input, textarea, select {
    color: #747777;
}

/* ▼GROUP MAKING▼ */
#group-modal {
    line-height: 1.8;
    border-radius: 20px;
}

    #group-modal .group_add {
        margin-bottom: 45px;
    }

        #group-modal .group_add .title {
            float: left;
            width: 200px;
            font-weight: bold;
            color: #444;
            line-height: 50px;
            font-size: 15px;
        }

#group-add-text {
    float: left;
    width: 350px;
    height: 50px;
    line-height: 50px;
    border: solid 1px #dadada;
}

#group-add-btn {
    float: right;
    width: 150px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background-color: rgb(211, 211, 211);
    border: none;
    margin-right: 40px;
}


#group-modal .group_add .disable {
    float: right;
    width: 150px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    background: #b7b7b7;
    border: none;
    margin-right: 40px;
}

#group-modal .group_list .title {
    text-align: center;
    font-size: 1.8rem;
    color: #fff;
    line-height: 56px;
    background: #f3bdbe;
}

#group-modal #group-table {
    padding: 5px 25px 20px;
    margin-bottom: 50px;
    background: #f4f4f4;
}

#group_list_title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
    line-height: 56px;
    background: #f3bdbe;
}

#group-modal .btn-pill {
    border-radius: 0rem;
    font-size: 15px;
}

#group-modal .group-edit .btn-pill {
    background: #f3bdbe;
}

#group-modal .group-delete .btn-pill {
    background: #dadada;
}

#group-modal .modal-dialog {
    max-width: 800px;
}
/*
 * スクロールバー
 */
::-webkit-scrollbar {
    width: 15px;
    border: none;
}

::-webkit-scrollbar-track {
    background: #C6F2F3;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

::-webkit-scrollbar-thumb {
    background: #78C9C8;
    border-radius: 10px;
    box-shadow: none;
}

/* テキストエリア用スクロールバー */
.reply-postcard-textarea::-webkit-scrollbar {
    display: none;
}

#reply-postcard-to-address {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#to-jusho-betsu-form textarea {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#to-name-parent-form textarea {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

.envelope-address-textarea::-webkit-scrollbar {
    display: none;
}

#envelope-address {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#jusho-betsu-form textarea {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#from-name-parent-form textarea {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#attendance-postscript::-webkit-scrollbar {
    display: none;
}

#attendance-postscript {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#timeline-comment::-webkit-scrollbar {
    display: none;
}

#timeline-comment {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#title-input::-webkit-scrollbar {
    display: none;
}

#title-input {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#postscript-input::-webkit-scrollbar {
    display: none;
}

#postscript-input {
    overflow-y: scroll !important;
    overflow-x: hidden;
}

#ceremony-hall-input::-webkit-scrollbar {
    display: none;
}

#ceremony-hall-input {
    overflow-y: scroll !important;
    overflow-x: hidden;
}


/*
 * スクロールバー
 */
.scroll-normal::-webkit-scrollbar {
    width: 15px;
    border: none;
}

.scroll-normal::-webkit-scrollbar-track {
    background: #D3D3D3;
    border: none;
    border-radius: 0px;
    box-shadow: none;
}

.scroll-normal::-webkit-scrollbar-thumb {
    background: #9FA4A4;
    border-radius: 10px;
    box-shadow: none;
}

.modal-open {
    padding-right: 0px !important;
}

.external-character-modal-open {
    color: #f68587;
}

    .external-character-modal-open:hover {
        color: #f68587;
    }

.navbar {
    padding-right: 15px !important;
    padding-left: 20px !important;
    border-bottom: 2px solid #000;
    height: 70px;
}

html, body, #container, #main-content {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

    #main-content > div {
        height: 100%;
        min-height: 100%;
    }


#main-content {
    padding-top: 70px;
}

#menu-area {
    float: right;
    width: 100px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100% !important;
    min-height: 100% !important;
    margin-top: 0px;
}

    #menu-area .nav-pills .nav-link {
        border-radius: 25px 0 0 0 / 20px 0 0 0;
        font-size: .9em;
        font-weight: bold;
        /*text-align: center;*/
    }

    #menu-area a {
        color: #C6F2F3;
        text-decoration: none;
        background-color: #C6F2F3;
        height: 90px;
        position: relative;
    }

#tab-area {
    margin-top: 50px;
}

#menu-area img {
    border-radius: 10px;
}

/**
 * ご利用ガイド
 */
.gaide-btn {
    color: #78C9C8 !important;
    font-size: 14px !important;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-top-10 {
    margin-top: 10px;
}

.cocosab_head_text {
    font-weight: bold;
    color: #b5b5b5;
    font-size: 14px;
}

#gaide-item {
    margin-left: 30px;
    margin-top: 1px;
    padding-top: 10px;
}

/*
 * 配達情報エリア
 */

#estimate-date-table {
    width: 400px;
}

#delivery-area {
    font-size: .8em;
    cursor: default;
    margin-left: 12px;
}

.delivery-detail-text {
    font-size: 15px;
    font-weight: bold;
    color: #b5b5b5;
}

.delivery-detail {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #78c9ca;
    line-height: 30px;
    border-radius: 6px;
}

.delivery-detail_icon {
    color: #78c9ca;
    font-size: 15px;
}

.delivery-detail-h {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #f48587;
    line-height: 30px;
    border-radius: 6px;
}

.delivery-detail-h_icon {
    color: #f48587;
    font-size: 15px;
}

#delivery-text {
    margin-left: 10px;
}

#delivery-menu {
    text-align: center;
    font-size: 1em;
    padding: 10px;
    z-index: 1030;
    background: #fff;
}

#delivery-info_text {
    background: #78c9ca;
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    border-radius: 6px;
    margin: 0 0 0 auto;
}

.delivery-detail-icon-box {
    width: 30px !important;
    text-align: center;
}

#delivery-info_area {
    text-align: right;
}

.header-list {
    border-left: 2px solid rgb(183,245,244);
    height: 50px;
}

#delivery-item {
    border-right: 2px solid rgb(183,245,244);
    width: 100px;
    padding-top: 5px;
}

/*
 * 更新メッセージ
 */
#update_message {
    color: #B5B5B5;
    font-size: 10px;
    margin-left: 5px;
    margin-top: 5px;
}

#go-to-detail {
    color: #F3BDBD;
    font-weight: bold;
}
/*
 * ステップパー
 */
#step-check-invitation {
    margin-right: 30px;
    width: 560px;
}

#step-check-postcard {
    margin-right: 30px;
    width: 490px;
}
/*タイムライン無し用*/
/*@media screen and (max-width: 1640px) {
	 #step-check-invitation{
	   display:none;
	 }
}*/
@media screen and (max-width: 1850px) {
    #step-check-invitation {
        display: none;
    }
}

@media screen and (max-width: 1780px) {
    #step-check-postcard {
        display: none;
    }
}

#step-check-seat-tag {
    margin-right: 30px;
    width: 280px;
}

@media screen and (max-width: 1530px) {
    #step-check-seat-tag {
        display: none;
    }
}

#step-check-seat-order {
    margin-right: 30px;
    width: 630px;
}

@media screen and (max-width: 1880px) {
    #step-check-seat-order {
        display: none;
    }
}

#step-menu {
    margin-right: 30px;
    width: 140px;
}

@media screen and (max-width: 1410px) {
    #step-menu {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    #delivery-item {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #gaide-item {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .nav-item {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    #fit-btn {
        display: none;
    }
}

#menu-area .nav-pills .nav-link.active::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

/* #menu-area .nav-pills .nav-link.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fe6669;
} */

#menu-area .menu-text {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

#menu-area .nav-pills .nav-link.active, #menu-area .nav-pills .show > .nav-link {
    color: #00bcd1;
    background-color: #C6F2F3;
}

/**
 * chosen.css上書き
 */
.chosen-container-multi .chosen-choices {
    padding: 8px;
    border-radius: 10px;
}

    .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
        border: 0 !important;
    }

/*
 * 席次表メニューボタン
 */
@media screen and (max-width:1250px) {
    #hyoushi-btn, #sekijihyo-btn {
        font-size: 0.7rem;
        line-height: 23px;
    }
}

@media screen and (max-width:1000px) {
    #hyoushi-btn, #sekijihyo-btn {
        width: 113px;
    }
}


/*
 * サブボタンエリア
 */
#btn-area {
    float: right;
    width: 50px;
    position: relative;
    z-index: 100;
}

    #btn-area .nav-item {
        margin-left: 10px;
        position: absolute;
        right: 30px;
        top: 10px;
    }

#alert-area {
    font-size: 1em;
    cursor: default;
    margin-left: 50px
}

#error-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: solid 1px #aaa
}

#alert-menu {
    font-size: 0.7em;
    top: 70%;
}

#paper-change-btn {
    position: absolute;
    bottom: 100px;
}

#similar-btn {
    position: absolute;
    bottom: 180px;
}

#design-change-btn {
    width: 120px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: #F3BDBD;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#download-btn {
    width: 120px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: #F3BDBD;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#save-btn {
    width: 120px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: #F3BDBD;
    color: #fff;
    display: inline-block;
    text-align: center;
}

#mypage-btn {
    margin-top: 5px;
    width: 120px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: #F3BDBD;
    color: #fff;
    display: inline-block;
    text-align: center;
}

    #save-btn > i, #design-change-btn > i, #download-btn > i, #mypage-btn > i {
        margin-top: 7px;
        font-size: 25px;
    }

    #save-btn > span, #design-change-btn > span, #download-btn > span, #mypage-btn > span {
        margin-top: 0px;
        font-size: 13px;
    }

    #save-btn:hover, #design-change-btn:hover, #download-btn:hover, #mypage-btn:hover {
        background: #F68587;
    }

#cocosabrator-close-btn {
    margin-top: 5px;
    width: 120px !important;
    height: 40px !important;
    border-radius: 10px !important;
    background: #F3BDBD;
    color: #fff;
    display: inline-block;
    text-align: center;
}

    #save-btn > i, #download-btn > i, #cocosabrator-close-btn > i {
        margin-top: 7px;
        font-size: 25px;
    }

    #save-btn > span, #download-btn > span, #cocosabrator-close-btn > span {
        margin-top: 0px;
        font-size: 13px;
    }

    #save-btn:hover, #download-btn:hover, #cocosabrator-close-btn:hover {
        background: #F68587;
    }


@media screen and (max-width: 1200px) {
    #save-btn {
        width: 65px !important;
        height: 45px !important;
        border-radius: 15% !important;
    }

    #design-change-btn {
        width: 65px !important;
        height: 45px !important;
        border-radius: 15% !important;
    }

    #download-btn {
        width: 65px !important;
        height: 45px !important;
        border-radius: 15% !important;
    }

    #mypage-btn {
        width: 65px !important;
        height: 45px !important;
        border-radius: 15% !important;
    }

    #cocosabrator-close-btn {
        width: 65px !important;
        height: 45px !important;
        border-radius: 15% !important;
    }

    #save-btn > span, #design-change-btn > span, #download-btn > span, #mypage-btn > span {
        display: none;
    }

    #save-btn > i, #design-change-btn > i, #download-btn > i, #mypage-btn > i {
        margin-top: 9px;
        margin-left: 5px;
    }

    #my-page-badge {
        top: -5px !important;
        left: 40px !important;
    }
}


#edit-area {
    width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    float: right;
    padding: 50px 10px 10px 10px;
}

#edit-area-husen {
    width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    float: right;
    padding: 50px 0px 0px 0px;
}

#edit-area-timeline {
    width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    float: right;
    padding: 50px 10px 10px 10px;
}

#edit-area-web-invitation {
    width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    float: right;
    padding: 50px 10px 10px 10px;
}

#demo-area {
    position: relative;
    -webkit-flex: 1;
    flex: 1;
    background-color: #C6F2F3;
    width: calc(100%-470px);
    overflow: hidden;
    overflow-x: scroll;
}

#demo {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
}

#demo-footer {
    z-index: 1010;
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 25px;
    left: 0;
    text-align: center;
}

#svg {
    z-index: 1020;
    position: relative;
}

#demo-header {
    width: 100%;
    height: 40px;
    bottom: 15px;
    left: 0;
    text-align: center;
}

.demo-btn {
    display: inline-block;
    background-color: #fd898b !important;
    border-radius: 50%;
    width: 50px !important;
    height: 50px !important;
    position: relative;
    text-align: center;
    color: #fff;
}

    .demo-btn:hover {
        color: #fd898b !important;
        background-color: #EEEEEE !important;
    }

    .demo-btn > i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
    }

/*
 * SVG
 */
#svg-form {
    margin-top: 50px;
    margin-left: 80px;
    border-radius: 30px;
    width: 90%;
    height: 90%;
    overflow: hidden;
    background-color: #F1F9FB;
    touch-action: none;
}

#svg {
    border-radius: 0px;
    background-color: rgba(0,0,0,0);
}

.icon-btn {
    display: inline-block;
    background-color: #fe6669 !important;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    text-align: center;
}

    .icon-btn > i {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        transform: translateY(-50%);
    }

/*
 * 入力欄
 */
.input-wide {
    width: 280px;
}

.input-small {
    width: 100px;
}

.input-min {
    width: 70px;
}

.input-address-names {
    width: 80px;
}

.bg-base {
    background-color: #fef9f0 !important;
}

.mask {
    -webkit-clip-path: url(#svgPath);
    clip-path: url(#svgPath);
}

.mask2 {
    -webkit-clip-path: url(#svgPath2);
    clip-path: url(#svgPath2);
}


a.bg-base:hover, a.bg-base:focus,
button.bg-base:hover,
button.bg-base:focus {
    background-color: #fef9f0 !important;
}

.bg-main {
    background-color: #C6F2F3 !important;
}

a.bg-main:hover, a.bg-main:focus,
button.bg-main:hover,
button.bg-main:focus {
    background-color: #a9d4bb !important;
}

.bg-sub-b1 {
    background-color: #008fb4 !important;
}

.bg-sub-b2 {
    background-color: #00bcd1 !important;
}

.bg-sub-b3 {
    background-color: #a9d4bb !important;
}

.bg-sub-g1 {
    background-color: #3d3d3d !important;
}

.bg-sub-g1 {
    background-color: #a8a8a8 !important;
}

.bg-sub-g1 {
    background-color: #eff3f6 !important;
}

.bg-sub-g1 {
    background-color: #f8f8f8 !important;
}

.bg-accent {
    background-color: #F3BDBD !important;
}


a.bg-accent:hover, a.bg-accent:focus,
span.bg-accent:hover, span.bg-accent:focus,
button.bg-accent:hover,
button.bg-accent:focus {
    background-color: #F68587 !important;
}

.btn-pill {
    border-radius: 50rem;
    padding: .6em 1em;
}

.icon-deli {
    font-size: 1.5em;
    padding: .25em .3em 0 0;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ccc;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

::placeholder { /* Others */
    color: #ccc
}

#edit-area input[type="text"], input[type="date"], input[type="number"], textarea {
    border: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 8px 8px;
}

#edit-area-husen input[type="text"], input[type="date"], input[type="number"], textarea {
    border: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 8px 8px;
}

#edit-area-web-invitation input[type="text"], #edit-area-web-invitation input[type="date"], #edit-area-web-invitation input[type="number"], textarea {
    border: none;
    border-radius: 10px;
    box-shadow: none;
    padding: 8px 8px;
}

input[type=number] {
    text-align: center;
}

#edit-area input[type="text"]:focus, input[type="date"]:focus, textarea:focus {
    outline: none;
}

#address-form div input[type="text"]:focus, input:focus {
    outline: none;
}

#edit-area-husen input[type="text"]:focus, input[type="date"]:focus, input[type="number"]:focus, textarea:focus {
    outline: none;
}

#edit-area-web-invitation input[type="text"]:focus, #edit-area-web-invitation input[type="date"]:focus, #edit-area-web-invitation input[type="number"]:focus, textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

textarea {
    overflow: hidden;
}

.edit-column {
    margin: 0 auto;
    width: 300px;
}


.edit-column-double {
    margin: 0 auto;
    width: 300px;
    margin-bottom: 15px;
    text-align: left;
}

.input-label {
    text-align: left;
    font-size: 12px;
}

.input-area {
    text-align: center;
}

p#answer-deadline-error, p#deposit-deadline-error, p#account-info-name-error {
    text-align: left;
    margin-left: 5px;
}

.bride-and-groom-joint-select-label {
    margin-left: 53px;
}

.font-12 {
    font-size: 12px;
}

.font-11 {
    font-size: 11px;
}

datalist {
    border-radius: 10px;
}

.edit-title {
    border-bottom: 2px solid #fff;
}

#tutorial-footer {
    position: absolute;
    text-align: center;
    bottom: 30px;
    right: 30px;
}

/**
 * 外字モーダル内テキストボックス
 */
#modal-external-character input[type="text"], #modal-external-character input[type="date"], #modal-external-character input[type="number"], #modal-external-character textarea {
    border-radius: 10px !important;
    box-shadow: none !important;
    border: 0.5px solid #000 !important;
    padding: 8px 8px !important;
}

/**
 * デザイン変更モーダル内テキストボックス
 */
#modal5 textarea, #modal5 input[type="text"] {
    border-radius: 10px;
    border: 0.5px solid #000;
    padding: 8px 8px;
}

/**
 * テキストボックス（モーダル内)
 */
.cp_iptxt {
    position: relative;
    width: 60%;
    margin: 0;
}

    .cp_iptxt input[type=text], .cp_iptxt input[type=password], .cp_iptxt input[type=email] {
        font: 15px/24px sans-serif;
        box-sizing: border-box;
        width: 100%;
        margin: 20px 0;
        transition: 0.3s;
        border: 1px solid #1b2538;
        border-radius: 4px;
        outline: none;
        padding: 8px;
        padding-left: 40px;
    }

        .cp_iptxt input[type=text]:focus, .cp_iptxt input[type=password]:focus, .cp_iptxt input[type=email]:focus {
            border-color: #00bcd1;
        }

    .cp_iptxt i {
        position: absolute;
        top: 20px;
        left: 0;
        padding: 9px 8px;
        transition: 0.3s;
        color: #aaaaaa;
    }

    .cp_iptxt input[type=text]:focus + i, .cp_iptxt input[type=password]:focus + i, .cp_iptxt input[type=email]:focus + i {
        color: #00bcd1;
    }

/**
 * チェックボックス
 */
/* Base for label styling */
[type="checkbox"]:not(.not-default):not(:checked),
[type="checkbox"]:not(.not-default):checked {
    opacity: 0;
}

    [type="checkbox"]:not(.not-default):not(:checked) + label,
    [type="checkbox"]:not(.not-default):checked + label {
        position: relative;
        padding-left: 1.5em;
        cursor: pointer;
    }

        /* checkbox aspect */
        [type="checkbox"]:not(.not-default):not(:checked) + label:before,
        [type="checkbox"]:not(.not-default):checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.6em;
            height: 1.6em;
            border: 2px solid #ccc;
            background: #fff;
            border-radius: 4px;
            box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
        }
        /* checked mark aspect */
        [type="checkbox"]:not(.not-default):not(:checked) + label:after,
        [type="checkbox"]:not(.not-default):checked + label:after {
            content: '\2713\0020';
            position: absolute;
            top: .15em;
            left: .22em;
            font-size: 1.3em;
            line-height: 0.8;
            color: #09ad7e;
            transition: all .2s;
            font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
        }
        /* checked mark aspect changes */
        [type="checkbox"]:not(.not-default):not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:not(.not-default):checked + label:after {
            opacity: 1;
            transform: scale(1);
        }
/* disabled checkbox */
[type="checkbox"]:not(.not-default):disabled:not(:checked) + label:before,
[type="checkbox"]:not(.not-default):disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:not(.not-default):disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:not(.not-default):disabled + label {
    color: #aaa;
}

/* hover style just for information */
label:hover:before {
    border: 2px solid #4778d9 !important;
}

/*
 * ラジオボタン
 */
.ex-radio {
    position: relative;
    margin: 12px 0;
    font-size: 14px;
}

    .ex-radio label {
        padding-left: 32px;
        line-height: 140%;
        font-weight: normal;
        display: inline-block;
        position: relative;
    }

    .ex-radio input[type=radio] {
        margin: 0;
        opacity: 0;
        cursor: pointer;
        width: 20px;
        height: 20px;
        z-index: 10;
        display: none;
    }

        /*
    ==========================
    radio buttons
    ==========================
*/
        .ex-radio input[type=radio] + label::before {
            content: "";
            position: absolute;
            width: 20px;
            height: 20px;
            left: 0;
            border: 1px solid #9f9f9f;
            border-radius: 50%;
            background-color: #fff;
            transition: border 0.3s ease-in-out;
        }

        .ex-radio input[type=radio]:hover + label::before {
            border: 2px solid #0288d1;
        }

        .ex-radio input[type=radio]:focus + label::before {
            box-shadow: 0 0 1px #0288d1;
            outline: none;
        }

        .ex-radio input[type=radio]:checked + label::before,
        .ex-radio input[type=radio]:checked:hover + label::before {
            border: 1px solid #0288d1;
        }

        .ex-radio input[type=radio] + label::after {
            position: absolute;
            content: " ";
            width: 12px;
            height: 12px;
            left: 4px;
            top: 4px;
            border-radius: 50%;
            background-color: #ffffff;
            transform: scale(0, 0);
            transition: transform 0.3s ease-in-out;
        }

        .ex-radio input[type=radio]:checked + label::after {
            background-color: #0288d1;
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            transform: scale(1, 1);
        }

    .ex-radio input[type="radio"]:disabled {
        cursor: not-allowed;
    }

        .ex-radio input[type="radio"]:disabled + label {
            color: #bcbcbc;
            cursor: not-allowed;
        }

    .ex-radio input[type=radio]:disabled + label::before,
    .ex-radio input[type=radio]:checked:disabled + label::before {
        border: 1px solid #bcbcbc;
    }

    .ex-radio input[type=radio]:checked:disabled + label::after {
        background-color: #bcbcbc;
    }

/*
    ==========================
    input fields
    ==========================
*/
.ex-inputfield {
    position: relative;
    margin: 16px 0;
}

    .ex-inputfield input::-ms-clear,
    .ex-inputfield input::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }

    .ex-inputfield input[type="text"] {
        -webkit-appearance: none;
        height: 24px;
        padding: 0 8px;
        border: 1px solid #9f9f9f;
        font-size: 14px;
        border-radius: 0;
    }

        .ex-inputfield input[type="text"].ex-inputfield--large {
            height: 40px;
            padding: 0 16px;
            font-size: 16px;
        }

        .ex-inputfield input[type="text"]:disabled {
            background-color: #f0f0f0;
            border: 1px solid #bcbcbc;
            color: #757575;
            cursor: not-allowed;
            opacity: 1.0; /*used for safari as it changes it by default to 0.4*/
        }

        .ex-inputfield input[type="text"]:focus {
            box-shadow: 0 0 1px #0288d1;
            outline: none;
        }

    .ex-inputfield input::-webkit-input-placeholder {
        color: #bcbcbc;
    }

    .ex-inputfield input[type="text"]:-ms-input-placeholder {
        color: #bcbcbc;
    }

    .ex-inputfield input::-moz-placeholder {
        color: #bcbcbc;
        opacity: 1.0;
    }

/**
 * セレクトボックス
 */
/* ===== Horizontal Rule ===== */
.rule {
    margin: 10px 0;
    border: none;
    height: 1.5px;
    background-image: linear-gradient(left, #f0f0f0, #c9bbae, #f0f0f0);
}

/* ===== Select Box ===== */
.sel {
    font-size: 9px !important;
    width: 250px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

    .sel::before {
        position: absolute;
        content: '\f063';
        font-family: 'FontAwesome';
        font-size: 2em;
        color: #FFF;
        right: 20px;
        top: calc(50% - 0.5em);
    }

    .sel.active::before {
        transform: rotateX(-180deg);
    }

.sel__placeholder {
    display: block;
    font-family: 'Quicksand';
    font-size: 12px;
    padding: 0.2em 0.5em;
    text-align: left;
    pointer-events: none;
    user-select: none;
    visibility: visible;
}

.sel.active .sel__placeholder {
    visibility: hidden;
}

.sel__placeholder::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.2em 0.5em;
    content: attr(data-placeholder);
    visibility: hidden;
}

.sel.active .sel__placeholder::before {
    visibility: visible;
}

.sel__box {
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    display: none;
    list-style-type: none;
    text-align: left;
    font-size: 1em;
    background-color: #FFF;
    width: calc(100% + 8px);
    box-sizing: border-box;
}

.sel.active .sel__box {
    display: block;
    animation: fadeInUp 500ms;
}


.sel__box__options:hover {
    background-color: #ebedef;
}

/* ----- Select Box Black Panther ----- */
.sel {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.sel--black-panther {
    z-index: 3;
}

/* ----- Select Box Superman ----- */
.sel--superman {
    /*   display: none; */
    z-index: 2;
}

.sel__box__options {
    display: list-item;
    font-family: 'Quicksand';
    font-size: 1.5em;
    color: #838e95;
    padding: 0.5em 1em;
    user-select: none;
}

    .sel__box__options::after {
        content: '\f00c';
        font-family: 'FontAwesome';
        font-size: 0.5em;
        margin-left: 5px;
        display: none;
    }


/* ===== Keyframes ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

/**
 * Bootstrap上書き
 */
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
}

.nav-link {
    padding: 0rem 1rem 1rem 0rem;
}

@media screen and (max-width: 1600px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 12px;
    }
}

@media screen and (max-width: 1400px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 11px;
    }

    #step-check {
        display: none;
    }
}

.navbar {
    padding: .1em 1em;
    background: #fff;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus,
.btn-secondary:active, .btn-secondary:active:focus, .btn-secondary:active:hover, .btn-secondary:active.focus,
.btn-secondary.active, .btn-secondary.active:focus, .btn-secondary.active:hover, .btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary,
.open > .dropdown-toggle.btn-secondary:hover,
.open > .dropdown-toggle.btn-secondary:focus,
.open > .dropdown-toggle.btn-secondary.focus,
.btn-secondary.disabled:hover, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus, .btn-secondary[disabled]:focus, fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus, .btn-secondary[disabled].focus, fieldset[disabled] .btn-secondary.focus {
    background: #a8a8a8;
}

.btn-primary {
    border: none;
    background-color: #78C9C8;
}

    .btn-primary:hover, .btn-primary:focus,
    .btn-primary:active, .btn-primary:active:focus, .btn-primary:active:hover, .btn-primary:active.focus,
    .btn-primary.active, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.active.focus,
    .open > .dropdown-toggle.btn-primary,
    .open > .dropdown-toggle.btn-primary:hover,
    .open > .dropdown-toggle.btn-primary:focus,
    .open > .dropdown-toggle.btn-primary.focus,
    .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
        background: #6CB0B1;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #6CB0B1;
    }

.dropdown-menu {
    margin-top: 0px;
}

.btn-group .btn {
    font-size: 12px;
    width: 175px;
    border-radius: 0%;
    border: none;
    cursor: pointer;
}

.btn-group .btn-primary {
    background-color: #D3D3D3;
}

    .btn-group .btn-primary:not(:disabled):not(.disabled):active, .btn-group .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        background-color: #78C9C8;
    }

.bunrei, .shukketsu {
    cursor: pointer;
    border: solid 1px #9FA4A4;
}

    .bunrei:hover, .shukketsu:hover {
        background-color: #FDD9D9;
    }

.btn-ctl {
    text-decoration: none;
    color: #fff;
}

    .btn-ctl:hover {
        text-decoration: none;
        color: #eee;
    }

/*
 * jquery-uiの上書き
 */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    color: #747777 !important;
}

    .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
        color: #747777 !important;
    }
/*
 * プログレスバー
 */
.progressbar {
    margin: 0;
    padding: 0;
    counter-reset: step;
    z-index: 0;
    position: relative;
}

    .progressbar li {
        list-style-type: none;
        width: 70px;
        float: left;
        font-size: .65em;
        position: relative;
        text-align: center;
        text-transform: uppercase;
        color: #000;
    }

        .progressbar li:before {
            width: 30px;
            height: 30px;
            content: '';
            counter-increment: step;
            line-height: 30px;
            display: block;
            text-align: center;
            margin: 0 auto 0 auto;
            border-radius: 50%;
            background-color: #D3D3D3;
        }

        .progressbar li:after {
            width: 100%;
            height: 4px;
            content: '';
            position: absolute;
            background-color: #D3D3D3;
            top: 14px;
            left: -50%;
            z-index: -1;
        }

        .progressbar li:first-child:after {
            content: none;
        }

        .progressbar li.active {
            color: #000;
        }

            .progressbar li.active:before {
                background-color: #C6F2F3;
                color: #fff;
            }

        .progressbar li.warn:before {
            background-color: #78C9C8;
            color: #fff;
        }

        .progressbar li.active + li:after {
            background-color: #D3D3D3;
        }

/**
 * メニューアイコン
 */
.menu-item,
.menu-open-button {
    background: #EEEEEE;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    margin-left: -40px;
    position: absolute;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform ease-out 200ms;
    transition: -webkit-transform ease-out 200ms;
    transition: transform ease-out 200ms;
    transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}

.menu-open {
    display: none;
}

.lines {
    width: 25px;
    height: 3px;
    background: #596778;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12.5px;
    margin-top: -1.5px;
    -webkit-transition: -webkit-transform 200ms;
    transition: -webkit-transform 200ms;
    transition: transform 200ms;
    transition: transform 200ms, -webkit-transform 200ms;
}

.line-1 {
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

.line-2 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.line-3 {
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
}

.menu-open:checked + .menu-open-button .line-1 {
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
    transform: translate3d(0, 0, 0) rotate(45deg);
}

.menu-open:checked + .menu-open-button .line-2 {
    -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
    transform: translate3d(0, 0, 0) scale(0.1, 1);
}

.menu-open:checked + .menu-open-button .line-3 {
    -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
    transform: translate3d(0, 0, 0) rotate(-45deg);
}

.menu {
    position: absolute;
    margin: 10px 0 0 35px;
    top: -5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    box-sizing: border-box;
    font-size: 26px;
}


/* .menu-item {
   transition: all 0.1s ease 0s;
} */

.menu-item:hover {
    background: #EEEEEE;
    color: #3290B1;
}

.menu-item:nth-child(3) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(4) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(5) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(6) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(7) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(8) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-item:nth-child(9) {
    -webkit-transition-duration: 180ms;
    transition-duration: 180ms;
}

.menu-open-button {
    z-index: 2;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    transform: scale(1.1, 1.1) translate3d(0, 0, 0);
    cursor: pointer;
}


.menu-open:checked + .menu-open-button {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
    transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}

.menu-open:checked ~ .menu-item {
    -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
    transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}

    .menu-open:checked ~ .menu-item:nth-child(3) {
        transition-duration: 180ms;
        -webkit-transition-duration: 180ms;
        -webkit-transform: translate3d(0.08361px, -60.99997px, 0);
        transform: translate3d(0, 45px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(4) {
        transition-duration: 280ms;
        -webkit-transition-duration: 280ms;
        -webkit-transform: translate3d(90.9466px, -52.47586px, 0);
        transform: translate3d(0, 105px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(5) {
        transition-duration: 380ms;
        -webkit-transition-duration: 380ms;
        -webkit-transform: translate3d(90.9466px, 52.47586px, 0);
        transform: translate3d(0, 165px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(6) {
        transition-duration: 480ms;
        -webkit-transition-duration: 480ms;
        -webkit-transform: translate3d(0.08361px, 60.99997px, 0);
        transform: translate3d(0, 280px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(7) {
        transition-duration: 580ms;
        -webkit-transition-duration: 580ms;
        -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
        transform: translate3d(0, 350px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(8) {
        transition-duration: 680ms;
        -webkit-transition-duration: 680ms;
        -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
        transform: translate3d(0, 420px, 0);
    }

    .menu-open:checked ~ .menu-item:nth-child(9) {
        transition-duration: 780ms;
        -webkit-transition-duration: 780ms;
        -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
        transform: translate3d(-0.25084px, -104.9997px, 0);
    }

.blue {
    background-color: #F3BDBD;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .blue:hover {
        color: #F3BDBD;
        text-shadow: none;
    }

.green {
    background-color: #F3BDBD;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .green:hover {
        color: #F3BDBD;
        text-shadow: none;
    }

.red {
    background-color: #F3BDBD;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .red:hover {
        color: #F3BDBD;
        text-shadow: none;
    }

.purple {
    background-color: #F3BDBD;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .purple:hover {
        color: #F3BDBD;
        text-shadow: none;
    }

.orange {
    background-color: #F3BDBD;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .orange:hover {
        color: #F3BDBD;
        text-shadow: none;
    }

.lightblue {
    background-color: #F3BDBD;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12);
}

    .lightblue:hover {
        color: #F3BDBD;
        text-shadow: none;
    }

.credit {
    margin: 24px 20px 120px 0;
    text-align: right;
    color: #EEEEEE;
}

    .credit a {
        padding: 8px 0;
        color: #C49CDE;
        text-decoration: none;
        transition: all 0.3s ease 0s;
    }

        .credit a:hover {
            text-decoration: underline;
        }

.menu [type='checkbox']:not(:checked) + label, .menu [type='checkbox']:checked + label {
    position: absolute;
}

    .menu [type='checkbox']:not(:checked) + label::before, .menu [type='checkbox']:checked + label::before {
        opacity: 0;
    }

    .menu [type='checkbox']:not(:checked) + label::after, .menu [type='checkbox']:checked + label::after {
        opacity: 0;
    }

/* 吹き出し本体 */
.balloon {
    position: relative;
    padding: 20px;
    background-color: #a9edee;
    border-radius: 10px;
    box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.14); /* 吹き出し本体の影 */
}
    /* 三角アイコン */
    .balloon::before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: 27px;
        bottom: -18px;
        border-top: 15px solid rgba(0, 0, 0, 0.14);
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }
    /* 三角アイコンの影 */
    .balloon::after {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        left: 20px;
        bottom: -15px;
        border-top: 15px solid #a9edee;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

/**
 * バッチアイコン
 */
.badge-notify {
    font-family: "游ゴシック", "Yu Gothic";
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    background: #F68587;
    position: relative;
    top: -70px;
    left: 45px;
    z-index: 1030;
}

#my-page-badge {
    font-family: "游ゴシック", "Yu Gothic";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    background: #FE6667;
    position: absolute;
    top: -8px;
    left: 95px;
    z-index: 1030;
    cursor: pointer;
}

#error-badge {
    font-family: "游ゴシック", "Yu Gothic";
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 21px;
    color: #fff;
    background: #FE6667;
    position: relative;
    top: -100px;
    left: 50px;
    z-index: 1030;
    cursor: pointer;
}

.buruburu {
    display: inline-block;
    animation: hurueru 3s infinite;
}

@keyframes hurueru {
    0% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }

    5% {
        transform: translate(0px, 0px) rotateZ(30deg)
    }

    10% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }

    15% {
        transform: translate(0px, 0px) rotateZ(-30deg)
    }

    20% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }

    25% {
        transform: translate(0px, 0px) rotateZ(30deg)
    }

    30% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }

    35% {
        transform: translate(0px, 0px) rotateZ(-30deg)
    }

    40% {
        transform: translate(0px, 0px) rotateZ(0deg)
    }
}

/**
 * 画像のオーバーレイ
 */
.figure-inner {
    position: relative;
    width: 250px;
    -webkit-perspective: 1000;
    perspective: 1000;
    width: 250px;
    height: 150px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.image,
figcaption {
    position: absolute;
    width: 250px;
    height: 150px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.image {
    z-index: 2;
}

figcaption {
    background: #fff;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

figure:hover .figure-inner,
figcaption {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.profile-input {
    width: 200px;
    background-image: linear-gradient(to right, #aeaeae, #aeaeae);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0.3px solid #fff;
    padding: 10px;
    margin-left: 10px;
}

.food-menu-input {
    width: 200px;
    background-image: linear-gradient(to right, #aeaeae, #aeaeae);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0.3px solid #fff;
    padding: 10px;
    margin-left: 10px;
}

/*
 * テーブル
 */
#sekihuda-guest-table {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-radius: 10px;
}

    #sekihuda-guest-table tr {
        border-bottom: solid 1px #eee;
        cursor: pointer;
    }

        #sekihuda-guest-table tr:hover {
            background-color: #d4f0fd;
        }

    #sekihuda-guest-table th, #sekihuda-guest-table td {
        text-align: left;
        width: 100%;
        padding: 15px 5px;
    }


.menu-btn {
    display: inline-block;
    width: 20%;
    background-color: #D3D3D3;
    color: white;
    border: 1px solid #D3D3D3;
    box-shadow: none;
    padding: 5px;
    cursor: pointer;
    height: 40px;
}

    .menu-btn:hover {
    }

.ctrl-btn {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #F3BDBD;
    color: white;
    border: none;
    box-shadow: none;
    padding: 3px 3px 3px 8px;
    cursor: pointer;
    top: 8px;
    font-size: 24px;
}

    .ctrl-btn:hover {
        color: #F3BDBD;
        background-color: #EEEEEE;
    }

.fixed-btn-wrap {
    z-index: 1100;
    position: fixed;
    bottom: 80px;
    left: 10px;
}

.ctrl-btn-sp {
    width: 80px;
    height: 80px;
    font-size: 55px;
    top: -10px;
    right: 66px;
    padding: 3px 3px 3px 8px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}

.btn-active {
    width: 20%;
    background-color: #F1FAFA;
    color: #747777;
    border: 1px solid #F1FAFA;
    box-shadow: none;
    padding: 5px;
    cursor: default !important;
}

    .btn-active:hover {
    }

#hyoushi-btn {
    border-radius: 20px 0 0 0 / 20px 0 0 0;
}

#sekijihyo-btn {
    border-radius: 0 20px 0 0 / 0 20px 0 0;
}

.register-btn {
    text-align: center;
    display: inline-block;
    width: 100px;
    background-color: #F3BDBD;
    color: #fff;
    border: none;
    border-radius: 20px;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 0;
}

    .register-btn:not(.active) {
        width: 100px;
        background-color: #b5b5b5;
        color: #fff;
        border: none;
        border-radius: 20px;
        margin-top: 10px;
        cursor: default;
        disabled: true;
        padding: 5px 0;
    }

.bulk-remove-yes-btn {
    text-align: center;
    display: inline-block;
    width: 100px;
    background-color: #F3BDBD;
    color: #fff;
    border: none;
    border-radius: 20px;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 0;
}

.bulk-remove-no-btn {
    text-align: center;
    display: inline-block;
    width: 100px;
    background-color: #F3BDBD;
    color: #fff;
    border: none;
    border-radius: 20px;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 0;
}

.katagaki-list {
    list-style: none;
}

    .katagaki-list:hover {
        background-color: #ddd;
    }

.search-list {
    list-style: none;
    font-size: 12px;
    text-align: left;
}

    .search-list:hover {
        background-color: #ddd;
    }

.guest-menu, .address-menu {
    padding: 1px;
    display: inline-block;
    width: 100px;
    background-color: #C6F2F3;
    border-bottom: none;
    color: #747777;
    border-top: 3px solid #fff;
    margin-top: 10px;
    cursor: pointer;
    font-size: 12.5px;
    padding: 5px 0;
}

    .guest-menu:not(.active), .address-menu:not(.active) {
        padding: 1px;
        display: inline-block;
        width: 100px;
        background-color: #78C9C8;
        color: #fff;
        border-top: none;
        border-bottom: 3px solid #fff;
        border-right: 1px solid #fff;
        margin-top: 10px;
        cursor: pointer;
        padding: 5px 0;
    }

.address-menu {
    margin: 0px -2px;
}

    .address-menu.disabled {
        background-color: #b5b5b5;
    }

.address-row [type="checkbox"]:not(.not-default):disabled + label {
    color: #747777 !important;
}

.address-row [type="checkbox"]:not(.not-default):disabled:checked + label:after {
    color: #09ad7e !important;
}

.haiseki-menu {
    padding: 1px;
    display: inline-block;
    width: 100px;
    background-color: #C6F2F3;
    border-bottom: none;
    color: #747777;
    border-top: 3px solid #fff;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 0;
    font-size: 12.5px;
}

    .haiseki-menu:not(.active) {
        padding: 1px;
        display: inline-block;
        width: 100px;
        background-color: #78C9C8;
        color: #fff;
        border-top: none;
        border-bottom: 3px solid #fff;
        margin-top: 10px;
        cursor: pointer;
        padding: 5px 0;
    }

.guest-input {
    width: 80px;
    background-image: linear-gradient(to right, #aeaeae, #aeaeae);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0.3px solid #fff;
    padding: 10px;
    margin-left: 10px;
}

.guest-katagaki-input {
    width: 280px;
    background-image: linear-gradient(to right, #aeaeae, #aeaeae);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0.3px solid #fff;
    padding: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
}

/*
 * レンジスライダー
 */
input[type=range] {
    -webkit-appearance: none;
    margin: 0 0;
    width: 80%;
    background: #C6F2F3;
}

    input[type=range]:focus {
        outline: none;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 70%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #78C9C8;
        border-radius: 25px;
        border: 0px solid #000101;
    }

    input[type=range]::-webkit-slider-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 7px;
        background: #fff;
        cursor: pointer;
        -webkit-appearance: none;
        margin-top: -3.6px;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #78C9C8;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        background: #78C9C8;
        border-radius: 25px;
        border: 0px solid #000101;
    }

    input[type=range]::-moz-range-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 7px;
        background: #fff;
        cursor: pointer;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 12.8px;
        cursor: pointer;
        animate: 0.2s;
        background: transparent;
        border-color: transparent;
        border-width: 39px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #78C9C8;
        border: 0px solid #000101;
        border-radius: 50px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    input[type=range]::-ms-fill-upper {
        background: #78C9C8;
        border: 0px solid #000101;
        border-radius: 50px;
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
    }

    input[type=range]::-ms-thumb {
        box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
        border: 0px solid #000000;
        height: 20px;
        width: 39px;
        border-radius: 7px;
        background: #fff;
        cursor: pointer;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #78C9C8;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #78C9C8;
    }

.guest-remove-btn {
    cursor: pointer;
}

.guest-close, .guest-row {
    cursor: pointer;
}

.alert-detail {
    cursor: pointer;
}

    .alert-detail:hover {
        background: #ddd;
    }


.btn-blue {
    text-align: center;
    display: inline-block;
    width: 100px;
    background-color: #00bcd1;
    color: #fff;
    border: none;
    border-radius: 20px;
    margin-top: 0px;
    cursor: pointer;
}

.guest-row, #add-seat, .address-row, .attendance-row {
    background-color: #fff;
    padding: 10px 0;
    margin-top: 15px;
    height: 44px;
}

    .guest-row:hover, .address-row:hover {
        background-color: #d4f0fd;
    }

/**
 * タブ切り替え
 */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

.tabs {
    width: 100%;
    margin: 10px auto;
    position: relative;
}

.tab-buttons span {
    font: 400 14px 'open sans',sans-serif;
    color: #333;
    background: #fff;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    display: block;
    width: 50%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.tab-cont {
    padding: 0px;
    background: #fff;
    display: inline-block;
    color: #333;
    width: 100%;
}

#lamp {
    width: 50%;
    height: 2px;
    background: #333;
    display: block;
    position: absolute;
    top: 40px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

    #lamp.content2 {
        left: 50%;
        transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
    }

    #lamp.content1 {
        left: 0;
        transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
    }

#modal7 .tabs {
    width: 100%;
    margin: 10px auto;
    position: relative;
}

#modal7 .tab-buttons span {
    font: 400 14px 'open sans',sans-serif;
    color: #333;
    background: #fff;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

#modal7 .tab-cont {
    border-bottom: 3px solid #ddd;
    padding: 0px;
    background: #fff;
    display: inline-block;
    font: 400 13px 'open sans',sans-serif;
    color: #333;
    height: 600px;
    width: 100%;
}

#lamp2 {
    width: 33%;
    height: 2px;
    background: #333;
    display: block;
    position: absolute;
    top: 40px;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
}

    #lamp2.ruiji-content3 {
        left: 66%;
        transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
    }

    #lamp2.ruiji-content2 {
        left: 33%;
        transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
    }

    #lamp2.ruiji-content1 {
        left: 0;
        transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
    }


.design-area {
    float: left;
    width: 33.33%;
    height: 400px;
    padding: 30px 0;
    /*margin-left: 20px;*/
}

    .design-area:hover {
        background: #fef9f0;
        cursor: pointer;
    }

.SumoSelect {
    width: 50%;
}

tspan {
    cursor: pointer;
}

#rect2:hover, #rect3:hover, #rect4:hover, #rect5:hover, #rect6:hover, #rect7:hover, #rect8:hover, #rect9:hover {
    cursor: pointer;
    stroke: #000;
    stroke-width: 1;
    stroke-dasharray: 5;
    fill: rgba(120,120,120,0.2) !important;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 1;
    z-index: 9999;
}

    #loading .loadingMsg {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding-top: 140px;
        background: url("../img/gif-load.gif") center center no-repeat;
    }

    #loading .loadingMsg2 {
        text-align: center;
        vertical-align: middle;
        padding-top: 50px;
    }

/*
 * エラーリスト
 */
.error-item {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 15px;
}

    .error-item:hover {
        cursor: pointer;
        background: #FDD9D9;
    }

    .error-item > div:nth-child(2) {
        text-align: center;
    }


    .error-item::after {
        content: '';
        display: block;
        background: #000;
        height: 2px;
        width: 100%;
        margin-top: 0px;
    }

.tag {
    display: inline-block;
    text-align: center;
    height: 30px;
    margin: 0 1px 5px 0;
    padding: 0 20px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    border-radius: 6px;
}

.cute {
    background: #ECB6B6;
}

.resort {
    background: #B2CDDF;
}

.kakaku {
    background: #9DD3D5;
}

.antique {
    background: #E3D1A9;
}

.wahuu {
    background: #C6B9CB;
}

.jouhin {
    background: #C7E1C8;
}

.romantic {
    background: #D591A8;
}

#design-all-select {
    color: #6CB0B1;
}

#design-all-unselect {
    color: #FE6667;
}

#yuryou-open {
    display: block;
    background: #F3BDBD;
    color: #fff;
}

.hover:hover {
    cursor: pointer;
    stroke: #a9edee !important;
    stroke-width: 2;
    stroke-dasharray: 2;
    fill: rgba(255,255,255,0.5) !important;
}

.rect {
    cursor: pointer;
    stroke: #a9edee !important;
    stroke-width: 2;
    stroke-dasharray: 2;
    fill: rgba(255,255,255,0.5) !important;
}

.clear {
    cursor: pointer;
    stroke: none;
    fill: rgba(255,255,255,0) !important;
}

.target {
    cursor: pointer;
    stroke: #a9edee !important;
    stroke-width: 2;
    stroke-dasharray: 2;
    fill: rgba(243,189,189,0.6) !important;
}

    .target:hover {
        cursor: pointer;
        stroke: #a9edee !important;
        stroke-width: 2;
        stroke-dasharray: 2;
        fill: rgba(243,189,189,0.6) !important;
    }

.guest-delete-text:hover {
    cursor: pointer;
}

#estimate-date-table td {
    height: 40px;
}

#estimate-date-table tr > td {
    width: 150px;
}

.photo-circle-1, .photo-circle-3 {
    cursor: pointer;
}

.photo-circle-2, .photo-circle-4 {
    cursor: pointer;
}

.photo-rect-1, .photo-rect-2, .photo-rect-3, .photo-rect-4 {
    cursor: pointer;
}

#photo-1-image, #photo-2-image, #photo-3-image {
    cursor: pointer;
}

#photo-1-control-rect, #photo-2-control-rect, #photo-3-control-rect {
    cursor: move;
}

.display-none {
    display: none;
}

.progressbar li {
    cursor: pointer;
}

/*
 * ゲスト
 */
span.guest-full-name {
    margin-left: 20px;
    display: inline-block;
    width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*
 * チャット左表示
 */
#chatplusview {
    left: 0px !important;
    right: auto !important;
}

#eye_catcher {
    left: 0px !important;
    right: auto !important;
}

/*
 * 商品タグ背景色
 */
span.tag.lpink {
    background: #ecb5b6;
}

span.tag.lgold {
    background: #c0b38c;
}

span.tag.lrperple {
    background: #cf9dbc;
}

span.tag.lblue {
    background: #adc8d1;
}

span.tag.lyellow {
    background: #dabf8a;
}

span.tag.lred {
    background: #d07c7c;
}

span.tag.lgray {
    background: #adaca6;
}

span.tag.lygreen {
    background: #a7d39c;
}

span.tag.lgreen {
    background: #71c29f;
}

span.tag.lbperple {
    background: #7e8ea6;
}

span.tag.lorange {
    background: #f09e90;
}

span.tag.lperple {
    background: #bab4ef;
}

span.tag.lyorange {
    background: #ebba73;
}

.guest-group rect:hover {
    fill: rgba(120,120,120,0.2);
    cursor: pointer;
}

.target-seat {
    fill: rgba(243,189,189,0.6) !important;
}

    .target-seat:hover {
        fill: rgba(243,189,189,0.6) !important;
    }

.product-img {
    width: 150px;
    height: 150px;
    border-radius: 20px;
    margin-left: 38px;
}

.error-img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    margin-left: 90px;
}

.design-change-product-title {
    height: 23.75px;
    color: #444;
    font-weight: bold;
    font-size: 13px;
    margin-left: 20px;
}

.design-change-product-price {
    color: #656565;
    font-size: 13px;
    margin-left: 20px;
}

.design-change-product-tax {
    color: #656565;
    font-size: 11px;
}

.design-change-product-tag {
    margin-left: 20px;
}

/* スマホのみモーダルの横幅を調整 */
@media only screen and (max-device-width: 768px) {
    #modal2 .modal-xl {
        max-width: 910px;
    }

    #modal2 .modal-lg {
        max-width: 800px;
    }

    #exampleModalCenter .modal-xl {
        max-width: 800px;
    }

    #modal_timeline .modal-lg {
        max-width: 800px;
    }
}

/* 外字連携済みゲスト名の色*/
.letter-linked {
    color: #FE6667;
}


/*
 * スクロールバー
 */
#matome-exel-copy {
    overflow: scroll !important;
}

    #matome-exel-copy::-webkit-scrollbar {
        display: none;
    }

/*
 * 宛名
 */
span.address-full-name {
    margin-left: 20px;
    display: inline-block;
    width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.address-input {
    width: 80px;
    background-image: linear-gradient(to right, #aeaeae, #aeaeae);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0.3px solid #fff;
    padding: 10px;
    margin-left: 10px;
}

.address-input-middle {
    width: 180px;
    background-image: linear-gradient(to right, #aeaeae, #aeaeae);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0.3px solid #fff;
    padding: 10px;
    margin-left: 10px;
}

.address-input-long {
    width: 270px;
    background-image: linear-gradient(to right, #aeaeae, #aeaeae);
    background-position: 5px calc(100% - 5px);
    background-size: calc(100% - 10px) 1px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 0.3px solid #fff;
    padding: 10px;
    margin-left: 10px;
}

.address-group-sel, .address-prefecture-sel, .address-joint-count, .bride-and-groom-joint-count {
    width: 270px;
    margin-left: 10px;
    border: none;
    background-image: linear-gradient(to right, #aeaeae, #aeaeae);
    background-position: 5px calc(100%);
    background-size: calc(100% - 10px) 1px;
    background-repeat: no-repeat;
    background-color: #fff;
}

.bride-and-groom-joint-count {
    border-radius: 10px;
    height: 35px;
    margin-left: 53px;
    background-image: none;
}

#address-prefecture, #address-joint-count {
    height: 40px;
    border-radius: 10px;
    border: none;
}

#address-group-reg {
    height: 40px;
    border-radius: 10px;
    border: none;
    background-image: none;
}

#address-search-group {
    height: 34px;
    border-radius: 10px;
    border: none;
    background-image: none;
}

.address-search-order {
    height: 34px;
    border-radius: 10px;
    border: none;
    margin-left: 20px;
}

.group-name-span {
    padding-left: 10px;
}

#attendance-search-group {
    height: 34px;
    border-radius: 10px;
    border: none;
    background-image: none;
}

.attendance-full-name:hover {
    cursor: pointer;
}

/* === ボタンを表示するエリア ============================== */
.switchArea {
    line-height: 32px; /* 1行の高さ          */
    letter-spacing: 0; /* 文字間             */
    text-align: center; /* 文字位置は中央     */
    font-size: 15px; /* 文字サイズ         */
    position: relative; /* 親要素が基点       */
    margin: 2px 0px 0px 10px;
    width: 113px; /* ボタンの横幅       */
    background: #fff; /* デフォルト背景色   */
}

    /* === チェックボックス ==================================== */
    .switchArea input[type="checkbox"] {
        display: none; /* チェックボックス非表示 */
    }

    /* === チェックボックスのラベル（標準） ==================== */
    .switchArea label {
        display: block; /* ボックス要素に変更 */
        box-sizing: border-box; /* 枠線を含んだサイズ */
        height: 30px; /* ボタンの高さ       */
        border: 2px solid #f68587; /* 未選択タブの枠線 */
        border-radius: 18px; /* 角丸               */
        cursor: pointer; /* カーソル　         */
    }

    /* === チェックボックスのラベル（ONのとき） ================ */
    .switchArea input[type="checkbox"]:checked + label {
        border-color: #78c9c8; /* 選択タブの枠線     */
    }

    /* === 表示する文字の位置 ================================ */
    .switchArea label span {
        position: absolute;
        top: 0px;
        left: 7px;
    }

        /* === 表示する文字（標準） ================================ */
        .switchArea label span:after {
            content: "欠席"; /* 表示する文字       */
            color: #f68587; /* 文字色             */
        }

    /* === 表示する文字（ONのとき） ============================ */
    .switchArea input[type="checkbox"]:checked + label span:after {
        content: "出席"; /* 表示する文字       */
        color: #78c9c8; /* 文字色             */
    }

    .switchArea label.yes span:after {
        content: "出席"; /* 表示する文字       */
        color: #78c9c8; /* 文字色             */
    }

    .switchArea label.yes {
        border: 2px solid #78c9c8; /* タブの枠線 */
    }

    .switchArea label.hold span:after {
        content: "保留"; /* 表示する文字       */
        /*color: #C6F2F3;*/ /* 文字色             */
        color: #AAEEF3; /* 色の密度から目視調整 */
    }

    .switchArea label.hold {
        /*border: 2px solid #C6F2F3;*/ /* タブの枠線 */
        border: 2px solid #AAEEF3; /* 色の密度から目視調整 */
    }

    /* === 丸部分のSTYLE（標準） =============================== */
    .switchArea .swImg {
        position: absolute; /* 親要素からの相対位置*/
        width: 20px; /* 丸の横幅           */
        height: 20px; /* 丸の高さ           */
        background: #f68587; /* カーソルタブの背景 */
        top: 5px; /* 親要素からの位置   */
        left: 3px; /* 親要素からの位置   */
        border-radius: 14px; /* 角丸               */
        transition: .2s; /* 滑らか変化         */
    }

    .switchArea .swImg-btn {
        position: absolute; /* 親要素からの相対位置*/
        width: 20px; /* 丸の横幅           */
        height: 20px; /* 丸の高さ           */
        background: #ddd; /* カーソルタブの背景 */
        border-radius: 14px; /* 角丸               */
    }

    /* === 丸部分のSTYLE（ONのとき） =========================== */
    .switchArea input[type="checkbox"]:checked ~ .swImg {
        transform: translateX(59px); /* 丸も右へ移動       */
        background: #78c9c8; /* カーソルタブの背景 */
    }

    .switchArea .swImg-btn.swImg-yes {
        top: 5px; /* 親要素からの位置   */
        left: 44px; /* 親要素からの位置   */
    }

        .switchArea .swImg-btn.swImg-yes.active {
            background: #78c9c8; /* カーソルタブの背景 */
        }

    .switchArea .swImg-btn.swImg-no {
        top: 5px; /* 親要素からの位置   */
        left: 66px; /* 親要素からの位置   */
    }

        .switchArea .swImg-btn.swImg-no.active {
            background: #f68587; /* カーソルタブの背景 */
        }

    .switchArea .swImg-btn.swImg-hold {
        top: 5px; /* 親要素からの位置   */
        left: 88px; /* 親要素からの位置   */
    }

        .switchArea .swImg-btn.swImg-hold.active {
            background: #C6F2F3; /* カーソルタブの背景 */
        }

/* === 未確認エリア ============================== */
.unconfirmedArea {
    line-height: 32px; /* 1行の高さ          */
    letter-spacing: 0; /* 文字間             */
    text-align: center; /* 文字位置は中央     */
    font-size: 15px; /* 文字サイズ         */
    position: relative; /* 親要素が基点       */
    margin: 2px 0px 0px 10px;
    width: 113px; /* ボタンの横幅       */
    background: #fff; /* デフォルト背景色   */
}

    /* === 表示する文字の位置 ================================ */
    .unconfirmedArea label span {
        position: absolute;
        top: 0px;
        left: 34px;
    }

        /* === 表示する文字 ================================ */
        .unconfirmedArea label span:after {
            content: "未確認"; /* 表示する文字       */
            padding: 0 0 0 0; /* 表示する位置       */
            color: #b5b5b5; /* 文字色             */
        }

    /* === チェックボックスのラベル ==================== */
    .unconfirmedArea label {
        display: block; /* ボックス要素に変更 */
        box-sizing: border-box; /* 枠線を含んだサイズ */
        height: 30px; /* ボタンの高さ       */
        border: 2px solid #b5b5b5; /* 未選択タブのの枠線 */
        border-radius: 18px; /* 角丸               */
        cursor: pointer; /* カーソル　         */
    }

/* === タブボタン ============================== */
.tab-btn-area {
    width: 315px;
    height: 50px;
    border-radius: 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.tab-btn {
    width: 157px;
    height: 50px;
    float: left;
    padding-left: 15px;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    font-family: 'Yu Gothic';
}

.tab-btn-sm {
    width: 104px;
    height: 50px;
    float: left;
    text-align: center;
    color: #b5b5b5;
    font-size: 13px;
    font-weight: 700;
    line-height: 50px;
    cursor: pointer;
    font-family: 'Yu Gothic';
}

    .tab-btn.active, .tab-btn-sm.active {
        color: #6CB0B1;
    }

.tab-line {
    float: left;
    width: 1px;
    height: 40px;
    margin-top: 5px;
    background-color: #C6F2F3;
}

.tab-line-wide {
    float: left;
    width: 300px;
    height: 1px;
    margin-top: 5px;
    margin-left: 8px;
    background-color: #C6F2F3;
}

.tab-btn > .non-active-image,
.tab-btn-sm > .non-active-image {
    display: inline;
}

.tab-btn > .active-image,
.tab-btn-sm > .active-image {
    display: none;
}

.tab-btn.active > .non-active-image,
.tab-btn-sm.active > .non-active-image {
    display: none;
}

.tab-btn.active > .active-image,
.tab-btn-sm.active > .active-image {
    display: inline;
}

select {
    background-color: #fff;
}

/* safariのみselectボックスのデフォルトをoffにする*/
_:lang(x) + _:-webkit-full-screen-document, select {
    -webkit-appearance: none;
    padding-left: 5px;
}

/* 出欠管理　名前の横幅超過対応 */
.attendance-div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* タブイメージ管理*/
#tab-area > .nav-link > .non-active-image {
    display: block;
}

#tab-area > .nav-link > .active-image {
    display: none;
}

#tab-area > .nav-link.active > .non-active-image {
    display: none;
}

#tab-area > .nav-link.active > .active-image {
    display: block;
}

/* === ゲストボタン ============================== */
.guest-btn-area {
    width: 315px;
    height: 40px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 0px;
}

.guest-tab-btn {
    width: 157px;
    height: 40px;
    float: left;
    text-align: center;
    color: #b5b5b5;
    font-size: 15px;
    font-weight: 700;
    line-height: 40px;
    cursor: pointer;
    font-family: 'Yu Gothic';
}

.guest-tab-btn-sm {
    width: 104px;
    height: 40px;
    float: left;
    text-align: center;
    color: #b5b5b5;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    cursor: pointer;
    font-family: 'Yu Gothic';
}

    .guest-tab-btn.active, .guest-tab-btn-sm.active {
        color: #78C9C8;
    }

.guest-tab-line {
    float: left;
    width: 1px;
    height: 30px;
    margin-top: 5px;
    background-color: #a8e9e9;
}

.step-icon {
    font-size: 16px;
    width: 65px;
    height: 25px;
    padding-left: 10px;
    padding-top: 2px;
    background-color: #bababa;
    font-weight: 800;
    color: #fff;
    border-radius: 5px 15px 15px 5px;
}

.guest-register-btn {
    text-align: center;
    display: inline-block;
    width: 100px;
    background-color: #FE6667;
    color: #fff;
    border: none;
    border-radius: 20px;
    margin-top: 10px;
    cursor: pointer;
    padding: 5px 0;
}

    .guest-register-btn:not(.active) {
        width: 100px;
        background-color: #b5b5b5;
        color: #fff;
        border: none;
        border-radius: 20px;
        margin-top: 10px;
        cursor: default;
        disabled: true;
        padding: 5px 0;
    }

.guest-tab-btn-sm.disabled {
    background-color: #d3d3d3;
    color: #fff;
}

/* 招待状 付箋*/
.mrgl5 {
    margin-left: 5px;
}

.mrgl29 {
    margin-left: 29px;
}

.mrgl110 {
    margin-left: 110px;
}

.mrgl160 {
    margin-left: 160px;
}

.mrgl183 {
    margin-left: 183px;
}

.mrgl184 {
    margin-left: 184px;
}

.maisu {
    width: 50px;
}

#husen_title {
    margin-left: 10px;
}

/** 招待状　年月選択 */
#toukanbi_table_area {
    background: #C6F2F3;
    position: relative;
    z-index: 1001;
    border-radius: 10px;
    top: 35px;
}

.month_select_carender {
    background: #FFF;
    color: #6CB0B1;
    width: 100%;
    border: #C6F2F3;
    border-collapse: separate;
}

#month_selecter {
    height: 166px;
}

#month_selecter_head {
    border-radius: 10px 10px 0px 0px;
    background: #78C9C8;
    color: #FFF;
    height: 43px;
}

#month_selecter_close_table {
    border-radius: 0px 0px 10px 10px;
    background: #FFF;
    height: 40px;
}

.year_select {
    cursor: pointer;
}

.month_cell {
    cursor: pointer;
}

#month_selecter_close {
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    cursor: pointer;
    border: #F3BDBD 2px solid;
    background: #F3BDBD;
    color: #FFF;
}

#month_select_y_prev {
    border-radius: 10px 0px 0px 0px;
    border: #F3BDBD 2px solid;
    background: #F3BDBD;
}

#month_select_y_next {
    border-radius: 0px 10px 0px 0px;
    border: #F3BDBD 2px solid;
    background: #F3BDBD;
}

#month_select_y {
    width: 33%;
}

.on_mouse {
    border: 2px solid #78C9C8;
}

.out_mouse {
    border: 2px solid #C6F2F3;
}

.select_cell {
    border: 2px solid #78C9C8;
    background: #78C9C8;
    color: #FFF;
}

#toukan_div {
    overflow-y: visible;
    height: 50px;
}

/** 招待状 宛名リスト */
#keishou option {
    width: 50px;
}

.address-row {
    border-radius: 10px;
    margin-bottom: 5px;
}

.icon-p {
    display: flex;
    justify-content: space-between;
}

/** 招待状 タイムライン */
#timeline-use-form select {
    height: 34px;
    border-radius: 10px;
    border: none;
    background-image: none;
}

.timeline-setting {
    margin: 25px 0px;
    height: 175px;
    width: 280px;
    background: #C6F2F3;
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    float: left;
}

    .timeline-setting span {
        padding-top: 10px;
        margin: 0px 5px;
    }

    .timeline-setting .setting-time {
        width: 55px;
        border: none;
        border-radius: 10px;
        height: 34px;
        padding: 8px;
    }

    .timeline-setting .setting-item {
        width: 155px;
        border: none;
        border-radius: 10px;
        height: 34px;
        padding: 8px;
    }

#timeline-comment {
    border: none;
    border-radius: 10px;
    height: 48px;
    padding: 8px;
}

.item_icon_image {
    float: right;
    width: 79px;
    border: solid 2px #fff;
    border-radius: 10px;
    cursor: pointer;
    margin-right: -1px;
}

.setting-item-label {
    margin-top: 5px;
}

.icon_select_btn {
    font-size: 12px;
}

.icon_put_area {
    padding: 5px;
    text-align: center;
    width: 110px;
    height: 110px;
}

.icon_put_area_noneimg {
    width: 110px;
    height: 110px;
}

.icon_put_area img {
    cursor: pointer;
    width: 90px;
    height: 90px;
}

.mrgt40 {
    margin-top: 40px;
}

.white {
    background-color: #FFF;
}

.brack {
    background-color: #000;
}

.aqagreen {
    background-color: #9cd4cc;
}

.vintage {
    background-color: #ccac84;
}

.gray {
    background-color: #ccc;
}

.pinkbeige {
    background-color: #e8d4d4;
}

.brown {
    background-color: #987c4c;
}

.babypink {
    background-color: #ffe4e4;
}

.royalblue {
    background-color: #304c6c;
}

.somethingblue {
    background: #5874B8;
}

.skyblue {
    background: #C6F2F3;
}

.pinkpurple {
    background: #CC9CA4;
}

.btngreen {
    background-color: #78c9ca;
}

.color-select {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    list-style-type: none;
    border: solid 4px #C6F2F3;
    position: relative;
}

.color-select-btn {
    background: unset;
    border: solid 1px #cacaca;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: absolute;
    top: -2px;
    left: -2px;
}

.select_naw {
    border: solid 4px #78C9C8;
}

.border_none {
    border: none;
}

.color-select-btn input {
    opacity: 0;
}

.icon_setting_area {
    overflow-y: hidden;
    width: 315px;
    height: 182px;
    margin: 0px;
    border: 1px solid #C6F2F3;
    border-radius: 10px;
    position: absolute;
    z-index: 1001;
    top: -2px;
    left: -2px;
}

.icon_select_table {
    width: 100%;
    height: 220px;
    border: none;
    background-color: #fff;
}

.timeline_input:focus {
    outline: none;
}

.mainmessage_select_area {
    margin-bottom: 10px;
}

.main_message_select {
    width: 250px;
    height: auto;
}

.setting-time-list {
    position: absolute;
    z-index: 1010;
    list-style: none;
    display: none;
    border: solid 1px #000;
}

    .setting-time-list li {
        width: 60px;
        height: 20px;
        background-color: #fff;
        color: #747777;
        padding-right: 5px;
        text-align: right;
        font-weight: 100;
        cursor: pointer;
    }

        .setting-time-list li:hover {
            background-color: #1e90ff;
            color: #fff;
        }

.setting-time-HH-list {
    top: 80px;
    left: -30px;
}

.setting-time-mm-list {
    top: 80px;
    left: 61px;
}

.color_name_label_div {
    width: 125px;
    padding-left: 35px;
    padding-top: 3px;
}

.setting_time_warning {
    font-weight: 100;
}

.background_color_list {
    margin-bottom: 10px;
}

.web_invitation_color_list, .web_invitation_bigfont_color_list, web_invitation_attendance_background_color_list {
    margin-bottom: 10px;
}


.sort_btn {
    float: right;
    margin-right: 10px;
}

    .sort_btn div {
        height: 50%;
        width: 20px;
        padding: 10px 4px;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .sort_btn .sort_btn_up {
        margin-top: 65px;
    }

    .sort_btn .sort_btn_down {
        margin-top: 5px;
    }

    .sort_btn .not_activ {
        background-color: #cacaca;
    }

        .sort_btn .not_activ:hover {
            background-color: #cacaca;
        }

    .sort_btn div:hover {
        background-color: #fff;
    }

/** 招待状　封筒飾り紙 */
.premium_white {
    background-color: #FFFFF9;
}

.blue {
    background-color: #7FBFFf;
}

.lightblue {
    background-color: #E4E4FF;
}

.clear-not-select {
    border-color: #CACACA;
}

.paper_calender_table {
    display: none;
    text-align: center;
    font-size: 20px;
}

#paper_calender_table_head {
    border-top: 1px dashed;
    border-bottom: 1px dashed;
}

.decoration_envelope_color_list {
    margin-bottom: 10px;
}

.decoration_color_list {
    margin-bottom: 10px;
}

#decoration_paper_design_image {
    text-align: center;
    border: solid 2px #FFF;
    border-radius: 10px;
    cursor: pointer;
    width: 79px;
    height: 79px;
    padding: 5px 0px 0px 2px;
}

.design_put_area {
    padding: 5px;
    text-align: center;
    border: solid 2px #cacaca;
    background-color: #F1F9FB;
}

    .design_put_area img {
        cursor: pointer;
        width: 130px;
        height: 130px;
    }

#photo-control-form, #under-photo-control-form, #top-photo-control-form {
    fill: rgba(0,0,0,0);
    stroke: rgb(83,177,179);
    stroke-dasharray: 2px;
    stroke-width: 1px;
    cursor: move;
}

#photo-control-form-g circle, #under-photo-control-form-g circle, #top-photo-control-form-g circle, #photo-control-form-g .photo-rect-1, #under-photo-control-form-g .photo-rect-1, #top-photo-control-form-g .photo-rect-1, #photo-control-form-g .photo-rect-2, #under-photo-control-form-g .photo-rect-2, #top-photo-control-form-g .photo-rect-2, #photo-control-form-g .photo-rect-3, #under-photo-control-form-g .photo-rect-3, #top-photo-control-form-g .photo-rect-3, #photo-control-form-g .photo-rect-4, #under-photo-control-form-g .photo-rect-4, #top-photo-control-form-g .photo-rect-4 {
    width: 10px;
    height: 10px;
    fill: rgb(169,237,238);
}

/*.mask_paper_full {
	clip-path: url(#decoration_paper_mask);
	-webkit-clip-path: url(#decoration_paper_mask);
}*/

/*.mask_all {
	clip-path: url(#paper_photo_mask);
	-webkit-clip-path: url(#paper_photo_mask);
}

.mask_top {
	clip-path: url(#paper_photo_mask_top);
	-webkit-clip-path: url(#paper_photo_mask_top);
}

.mask_bottom {
	clip-path: url(#paper_photo_mask_bottom);
	-webkit-clip-path: url(#paper_photo_mask_bottom);
}*/

#paper_preview_weddingday_g {
    cursor: pointer;
}

#toukanbi-area {
    position: relative;
}

    #toukanbi-area span {
        position: absolute;
        top: 8px;
        left: 72px;
    }

    #toukanbi-area a {
        position: absolute;
        left: 185px;
    }

.toukanbi-calendar-icon {
    font-size: 1.6em;
    color: #78C9C8;
}

#month_selecter_head .disabled {
    background: rgba(243,189,189,0);
    border-color: rgba(243,189,189,0);
    color: rgba(255,255,255,0);
    cursor: unset;
}

/** WEB出欠確認画面プレビュー用 */
#webinv-html {
    width: 450px;
    margin: 0px auto;
    background: #fff;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

#header {
    padding: 10px;
}

#mainbox {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: unset;
}

#greeting-box {
    width: 93%;
    margin: auto;
    padding-top: 1px;
}

#invitation-box {
    width: 90%;
    margin: 20px auto;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif !important;
}

.default-h-g {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif !important;
}

#greeting-info-back {
    height: 100%;
    width: 100%;
    margin-top: 20px;
    background: #f1fafa;
}

#greeting-info {
    height: 100%;
    color: #78c9ca;
}

#names {
    font-size: 40px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W6", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    fill: #78c9ca;
}

#groom-name::after {
    content: "\A";
    white-space: pre;
}

#bride-name::before {
    content: "\A";
    white-space: pre;
}

#wedding-count-box {
    color: #000;
    text-align: center;
    margin: 0px auto;
    width: 87%;
    font-size: 20px;
    font-weight: bold;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif !important;
}

#wedding-count {
    font-size: 110px;
    fill: #78c9ca;
    line-height: 135px;
}


#wedding-day-rect {
    fill: #78c9ca;
    width: 364px;
    height: 40px;
}

#wedding-day {
    fill: #fff;
    font-size: 20px;
}

#main-text {
    font-family: 'CCSfont1','CCSfont2','CCSfont3','CCSfont4','CCSfont5','CCSfont6','CCSfont7',serif !important;
}

.wedding-place-text-r::after {
    content: "\A\A";
    white-space: pre;
}

#invitation-box-inner {
    font-size: 17px;
    width: 70%;
    margin: 20px auto;
    line-height: 1.2;
}

p.invitation-title {
    margin-bottom: 13px;
}

#wedding-datetime div {
    padding-left: 50px;
}

#wedding-place {
    margin-top: 20px;
}

    #wedding-place div {
        padding-left: 50px;
    }

#wedding-fee {
    margin-top: 20px;
}

    #wedding-fee div {
        padding-left: 50px;
    }

#inv-comment-box {
    clear: both;
    text-align: center;
    padding: 5px 0px 0px;
    font-size: 17px;
    line-height: 2;
}

#webinv-message-text, #attendance-postscript-p {
    font-size: 17px;
    line-height: 2;
}

#attendance-box {
    width: 100%;
    margin: auto;
    padding: 20px 5px;
    background: #C6F2F3;
}

.attendance-select-box {
    height: 45px;
    width: 80%;
    margin: 30px auto;
}

.attendance-select-short {
    width: calc(100% / 3);
    text-align: center;
    float: left;
    padding-bottom: 10px;
}

.message-box textarea {
    height: 215px;
    resize: none;
    width: 100%;
}

.message-box {
    margin: 50px auto 0px;
    padding-bottom: 10px;
    width: 93%;
}

.allergy-info-box {
    margin: 30px auto;
    padding-bottom: 10px;
    width: 93%;
    font-size: 17px;
    line-height: 2;
}

    .allergy-info-box p {
        text-align: center;
    }

    .allergy-info-box textarea {
        height: 135px;
        resize: none;
        width: 100%;
    }

.use-bus-box {
    margin: 10px auto 60px;
    padding-bottom: 10px;
    width: 90%;
    text-align: center;
    font-size: 17px;
}

.use-bus-select {
    width: 49%;
    text-align: center;
    display: table-cell;
    padding-left: 30px;
}

.external-character-td {
    float: right;
    width: 20%;
    color: rgb(246, 133, 135);
}

    .external-character-td .external-character-modal-open {
        font-size: 17px;
    }

.delete-box {
    width: 90%;
    margin: 0px auto;
}

    .delete-box p span:not(.guest-count) {
        margin-left: 265px;
    }

#guest-box-1 .delete-box p span:not(.guest-count) {
    margin-left: 285px;
}

.gest-info {
    width: 93%;
    margin: 15px auto;
    border-radius: 5px;
    padding-bottom: 35px;
    background: #fff;
}

.after-nextrow:after {
    content: "\A";
    white-space: pre;
}

.guest-info-set.h-200 {
    margin-bottom: 45px;
}

.add-member-sp {
    border-radius: 0px 0px 10px 10px;
    display: block;
}

.gest-info-tr {
    padding-top: 15px;
    width: 90%;
    clear: both;
    margin: 0px auto;
}

.guest-info-set.h-200 .gest-info-tr {
    padding-top: 20px;
}

.gest-info-td {
    width: 50%;
    display: table-cell;
    padding-bottom: 45px;
}

    .gest-info-td.herf-box {
        padding-bottom: 0px;
    }

    .gest-info-td.gest-info-td-tell {
        width: 100%;
        display: block;
    }

.gest-info-label {
    font-size: 15px;
    font-weight: bold;
    padding-left: 2px;
    padding-bottom: 0px;
}

    .gest-info-label.city-billding {
        display: none;
    }

    .gest-info-label::after {
        content: "\A";
        white-space: pre;
    }

.gest-info-td-input-box {
    margin-left: 2px;
    width: 90%;
    height: 55px;
    padding: 0 5px;
    border-bottom: 1px solid #cacaca;
}

    .gest-info-td-input-box.one-line {
        padding: 0;
        width: 98%;
    }

.post-code-mark {
    margin: 0;
    position: absolute;
    top: 15px;
}

.guest-info-input {
    width: 80%;
    height: 50px;
}

path.gest-info-input {
    stroke: #cacaca;
}

text.gest-info-input {
    fill: #cacaca;
    font-size: 20px;
}

.joint-signature-set-sp {
    height: 130px;
    padding-top: 15px;
    display: none;
}

text.default-h {
    font-size: 20px;
    font-weight: bold;
    fill: #fff;
}

.default-h-rect {
    width: 418.5px;
    height: 56px;
    fill: #95e7e8;
}

#greeting-box h3.default-h {
    margin: 12px auto 5px;
}

input.default-input {
    font-size: 20px;
    height: 50px;
    width: 100%;
}

select.default-input {
    font-size: 20px;
    height: 50px;
    width: 100%;
    padding: 2px;
}

input.default-input, select.default-input, textarea.default-input {
    max-width: unset;
    border: unset;
    border-radius: 5px;
    outline: none;
    font-size: 20px;
}

input.default-input, textarea.default-input {
    padding: 10px;
}

textarea.default-input {
    line-height: 2;
}

button.default-btn {
    padding: 2px;
    background: #ddd;
    color: #fff;
    font-size: 20px;
    border: 1.5px solid #78c9ca;
    border-radius: 27px;
    width: 100px;
    height: 53px;
    cursor: pointer;
    outline: unset;
}

    button.default-btn.active {
        background: #78c9ca;
        border-color: #95e7e8;
    }

    button.default-btn.yes.active {
        background: #78c9ca;
        border-color: #95e7e8;
    }

    button.default-btn.no.active {
        background: #F3BDBD;
        border-color: #95e7e8;
    }

    button.default-btn.hold.active {
        background: #C6F2F3;
        color: #747777;
    }

text.default-btn {
    font-size: 20px;
    fill: #FFF;
}

button.use-bus-btn {
    width: 155px;
    height: 53px;
    border-radius: 27px;
}

#guest-add-box {
    line-height: 2;
}

#guest-add-btn {
    border-radius: 5px;
    /*height: 60px;
	width: 93%;
	font-size: 20px;*/
    padding: 0px;
    margin: 10px auto;
    fill: #78c9ca;
}

#submit-btn {
    border-radius: 10px;
    /*height: 60px;
	width: 93%;
	font-size: 20px;*/
    padding: 0px;
    margin: 10px auto;
    fill: #ccc;
}

#response-date-box {
    border: 1px solid #000;
    border-radius: 7px;
    padding: 10px;
    font-size: 17px;
    line-height: 2;
}

    #response-date-box p {
        margin-bottom: 0;
    }

#response-date-box-inner {
    border: 1px solid #000;
    border-radius: 7px;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 11px;
}

.attendance-hold-message {
    font-size: 17px;
    margin: 0px 0 15px;
    text-align: center;
}

#guest-add-limit-message {
    font-size: 17px;
    color: rgb(246, 133, 135);
    margin: 5px auto 8px;
}

#guest-add-message, #attendance-postscript-p {
    font-size: 17px;
    color: rgb(246, 133, 135);
    width: 93%;
    margin: 5px auto 8px;
}

#attendance-postscript-p {
    color: rgb(116, 119, 119);
}


#response-date {
    margin-bottom: 5px;
}

.external-character-td .external-character-modal-open {
    font-weight: bold;
}

#menbership-fee-comment {
    line-height: 2;
}

.style-br-a::after {
    content: "\A\A";
    white-space: pre;
}

.style-br-a2::after {
    content: "\A";
    white-space: pre;
}

#main-colors ul {
    display: table-cell;
}

    #main-colors ul.mc-left {
        padding: unset;
    }


    #main-colors ul.mc-right {
        padding: 0 95px;
    }

.input-area.web-invitation-font-size {
    text-align: right;
}

    .input-area.web-invitation-font-size input {
        width: 60px;
    }

.delete-box, .attendance-select-box-class, .attendance-hold-message, .message-box, .allergy-info-box, .use-bus-box, .external-character-td, .gest-info-label, .guest-info-tr-not-name, #guest-add-box, #precautionary-statement, #submit-box, #attendance-postscript-p {
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif !important;
}

#bank-account-information-box {
    border: 1px solid #000;
    border-radius: 7px;
    padding: 10px;
    font-size: 17px;
    line-height: 2;
}

#web-invitation-under-photo-box {
    text-align: center;
}

.click-text {
    cursor: pointer;
}

/* プレビュー　textタグ */
#web-invitation-main-svg-box text {
    white-space: pre;
}

text.default-h tspan, #allergy-info-box-id text tspan {
    cursor: default;
}

#attendance-main-guest-box-0 .delete-box text tspan {
    cursor: default;
}

text#menbership-fee-comment {
    cursor: pointer;
}

/* web招待状写真 */
#photo-bottom-control-form-g circle, #photo-bottom-control-form-g .photo-rect-1, #photo-bottom-control-form-g .photo-rect-2, #photo-bottom-control-form-g .photo-rect-3, #photo-bottom-control-form-g .photo-rect-4, #photo-top-control-form-g circle, #photo-top-control-form-g .photo-rect-1, #photo-top-control-form-g .photo-rect-2, #photo-top-control-form-g .photo-rect-3, #photo-top-control-form-g .photo-rect-4 {
    width: 10px;
    height: 10px;
    fill: rgb(169,237,238);
}

.mask-top {
    clip-path: url(#web-invitation-top-photo-mask);
    -webkit-clip-path: url(#web-invitation-top-photo-mask);
}

.mask-bottom {
    clip-path: url(#web-invitation-under-photo-mask);
    -webkit-clip-path: url(#web-invitation-under-photo-mask);
}

#update-list {
    color: #F68587;
    outline: none;
    backface-visibility: hidden;
}

/* 報告ハガキ */
#mariage-postcard-design-side-title-text {
    font-family: 'DecorateInitialFont',serif !important;
}

html {
    touch-action: pinch-zoom;
}
