@charset "UTF-8";

/* B-D-010 */
.tab_area .inner:first-child{
    padding: 0;
}
.tab_button .child{
    position: relative;
}
.tab_button .child .tab_icon{
    position: absolute;
    top: -25px;
    right: -10px;
}
.tab_button .input[data-input] > label{
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

/* B-A-001, B-C-002 */
body.startUpPopup {
    position: fixed; 
    width: 100%;
    overflow-y: hidden;
    top: 0px;
}
body.top-image {
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
}
.top-image.overlay::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(69, 118, 7, 0.7);;
}
.top-image img {
    max-width: 100%;
    max-height: 100%;
}
body.startUpPopup .popup_wrapper{
    visibility: visible;
    height: 100%;
    opacity: 1.0;
}
body.startUpPopup .popup_wrapper > .popup {
    height: auto;
    top: 50%;
    transform: translateY( calc( -50% - 10px ) );
}
body.startUpPopup .popup_wrapper > .popup > .popup_inner {
    display: block;
}
body.startUpPopup .popup_wrapper > .popup > .popup_inner p {
    margin: 10px 0;
    font-weight: bold;
}
body.startUpPopup .popup_wrapper > .popup > .popup_inner ul li {
    font-size: 1.4rem;
    text-indent: -1em;
    padding-left: 1em;
}



/* B-C-001 */
ul.branch img {
    width: 100%;
}
ul.branch a {
    text-decoration: none;
    color: #333;
}

ul.branch > li {
    margin: 30px 0 0;
}
ul.branch .signup {
    padding: 0 0 0 15px;
}
ul.branch .logon {
    padding: 0 15px 0 0;
}
ul.branch .signup .text {
    padding: 0 15px 0 10px;
}
ul.branch .logon .text {
    padding: 0 0 0 30px;
}
ul.branch .text p {
    padding: 0 40px 0 0;
    position: relative;
}
ul.branch .text p::before,
ul.branch .text p::after{
    content: "";
    position: absolute;
    display: block;
}
ul.branch .text p::before{
    background-color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    right: 0;
    top: calc( 50% - 15px );
}
ul.branch .signup .text p::before{
    background-color: #1d973a;
}
ul.branch .logon .text p::before{
    background-color: #c73c66;
}
ul.branch .text p::after{
    right: 11px;
    top: calc( 50% - 7px );
    width: 10px;
    height: 10px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(225deg);
}



/* B-C-003 */
.logon-ol {
    counter-reset: logon-ol;
}
.logon-ol li {
    margin: 1em 0;
    position: relative;
    padding-left: 2.5em;
}
.logon-ol li::before {
    counter-increment: logon-ol;
    content: counter(logon-ol);
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    width: 2em;
    height: 2em;
    line-height: 2em;
    display: block;
    text-align: center;
    border-radius: 0.375em 0.375em 0 0.375em;
    background: #94c70a;
    color: #fff;
}
.logon-flow ol {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}

/* B-C-003 logon-flow */
.logon-flow ol li {
    width: 31.5%;
    padding-right: 10px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #009F00;
    background: url(../images/bg_flow.png) right center no-repeat;
}
.logon-flow ol li.current {
    color: #fff;
    background: url(../images/bg_flow_current.png) right center no-repeat;
}
.logon-flow ol li span {
    font-size: 1.1rem;
    line-height: 1em;
    padding: 4px 8px;
    color: #fff;
    background-color: #FF844F;
    position: absolute;
    display: inline-block;
    border-radius: 1em;
    position: absolute;
    top: -10px;
    left: calc( 50% - 5px );
    transform: translateX(-50%);
    z-index: 4;
}
.logon-flow ol li span::after {
    display: block;
    content: "";
    background-color: #FF844F;
    width: 10px;
    height: 10px;
    top: 13px;
    left: calc( 50% - 5px );
    transform: rotate(45deg);
    z-index: -1;
    position: absolute
}
.logon-flow ol li div {
    font-size: 1.5rem;
    line-height: 2.0rem;
    padding: 18px 0 10px;
}





/* B-D-031 */
.entry_complete_title {
    padding: 1.6em 10px;
    position: relative;
    text-align:center;
    background: url("../images/img_entry_complete.svg") center center/contain no-repeat;
    font-size: 2.0rem;
    color: #009F00;
    margin-top: 20px;
}
.entry_complete_title p {
    text-shadow: 1px 1px 5px #fff, 1px -1px 5px #fff, -1px 1px 5px #fff, -1px -1px 5px #fff;
    font-weight: bold;
}
.entry_complete_caption {
    margin: 10px 0;
}
.entry_complete_caption p.note {
    font-size: 1.4rem;
}
.entry_phone_number {
    border-radius: 1em;
    background: #e6f7ff;
    border: 3px solid #00A6ED;
    text-align: center;
    padding: 25px 0;
}
.entry_phone_number dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
}
.entry_phone_number dd {
    font-weight: bold;
    font-size: 2.5rem;
}



/* B-G-XXX */
body.foot_shop_menu {
    padding-bottom: 65px;
    position: relative;
}
nav.shop_manage_menu {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
}
nav.shop_manage_menu ul {
    display: flex;
}
nav.shop_manage_menu ul li {
    width: 25%;
    font-size: 1.0rem;
    line-height: 1em;
    border-left: 1px solid #d7d7d7;
}
nav.shop_manage_menu ul li:nth-of-type(1) {
    border-left: none;
}
nav.shop_manage_menu ul li a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    text-decoration: none;
    color: #666;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-top: 10px;
}
nav.shop_manage_menu ul li a img  {
    max-width: 25px;
    max-height: 25px;
}
nav.shop_manage_menu ul li a span {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}




/* B-G-001 */
ul.shop_menu_buttons > li {
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    color: #333;
    position: relative;
}
ul.shop_menu_buttons > li + li {
    margin-top: 35px;
}
ul.shop_menu_buttons > li a {
    color: #333;
    text-decoration: none;
}
ul.shop_menu_buttons > li label input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}
ul.shop_menu_buttons .menu_title {
    border-radius: 30px 30px 0 0;
    font-size: 2.2rem;
    line-height: 3.4rem;
    height: 116px;
    padding: 24px 110px 24px 20px;
    position: relative;
    color: #fff;
    text-shadow: 1px 1px 7px rgba(4, 0, 0, 0.4);
}
ul.shop_menu_buttons .for_maintenance .menu_title {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1d973a+0,9fc924+100 */
    background: #1d973a; /* Old browsers */
    background: -moz-linear-gradient(left,  #1d973a 0%, #9fc924 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1d973a 0%,#9fc924 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1d973a 0%,#9fc924 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d973a', endColorstr='#9fc924',GradientType=1 ); /* IE6-9 */
}
ul.shop_menu_buttons .for_analysis .menu_title {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e54274+0,e9889c+100 */
    background: #e54274; /* Old browsers */
    background: -moz-linear-gradient(left,  #e54274 0%, #e9889c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #e54274 0%,#e9889c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #e54274 0%,#e9889c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e54274', endColorstr='#e9889c',GradientType=1 ); /* IE6-9 */
}
ul.shop_menu_buttons .for_password .menu_title {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f739b+0,81a2fc+100 */
    background: #1f739b; /* Old browsers */
    background: -moz-linear-gradient(left,  #1f739b 0%, #81a2fc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #1f739b 0%,#81a2fc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #1f739b 0%,#81a2fc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f739b', endColorstr='#81a2fc',GradientType=1 ); /* IE6-9 */
}
ul.shop_menu_buttons .for_entryname .menu_title {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0bb8b3+0,80dbe2+100 */
    background: #0bb8b3; /* Old browsers */
    background: -moz-linear-gradient(left,  #0bb8b3 0%, #80dbe2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0bb8b3 0%,#80dbe2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0bb8b3 0%,#80dbe2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bb8b3', endColorstr='#80dbe2',GradientType=1 ); /* IE6-9 */
}
ul.shop_menu_buttons .for_manager .menu_title {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#dd8a2d+0,e8b484+100 */
    background: #dd8a2d; /* Old browsers */
    background: -moz-linear-gradient(left,  #dd8a2d 0%, #e8b484 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #dd8a2d 0%,#e8b484 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #dd8a2d 0%,#e8b484 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd8a2d', endColorstr='#e8b484',GradientType=1 ); /* IE6-9 */
}

ul.shop_menu_buttons .menu_title img {
    position: absolute;
    height: calc( 136/118*100% );
    right: 5px;
    top: 0px;
    transform: translateY( -4% );
}
ul.shop_menu_buttons .menu_explain {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
ul.shop_menu_buttons .menu_explain > div {
    width: calc( 100% - 40px );
}
ul.shop_menu_buttons .menu_explain > span {
    width: 30px;
    position: relative;
}

ul.shop_menu_buttons .menu_explain > span::before,
ul.shop_menu_buttons .menu_explain > span::after {
    content: "";
    position: absolute;
    transition: 0.25s linear;
}
ul.shop_menu_buttons .menu_explain > span::before {
    width: 30px;
    height: 30px;
    left: 0;
    top: calc( 50% - 15px );
    border-radius: 100%;
    background-color: #333;
}
ul.shop_menu_buttons .for_maintenance .menu_explain > span::before {background: #1d973a;}
ul.shop_menu_buttons .for_analysis .menu_explain > span::before {background: #e54274;}
ul.shop_menu_buttons .for_password .menu_explain > span::before {background: #1f739b;}
ul.shop_menu_buttons .for_entryname .menu_explain > span::before {background: #0bb8b3;}
ul.shop_menu_buttons .for_manager .menu_explain > span::before {background: #dd8a2d;}

ul.shop_menu_buttons .menu_explain > span::after {
    width: 10px;
    height: 10px;
    left: 6px;
    top: calc( 50% - 7px );
    transform: rotate(-45deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 2;
}
ul.shop_menu_buttons .for_manager .menu_explain > span::after {
    left: 9px;
    top: calc( 50% - 5px );
    transform: rotate( -135deg );
}
ul.shop_menu_buttons .for_manager [data-input-control="toggle_display_button"]:checked ~ .menu_explain > span::after {
    top: calc( 50% - 9px );
    transform: rotate( 45deg );
}
ul.shop_menu_buttons .extra_menu {
    display: none;
}
ul.shop_menu_buttons .extra_menu_list {
    padding: 0 20px 24px;
}
ul.shop_menu_buttons .extra_menu_list li + li {
    margin-top: 20px;
}
ul.shop_menu_buttons .extra_menu_list a {
    border-radius: 10px;
    background: #fff;
    border: 2px solid #b6b6b6;
    display: block;
    padding: 10px 15px;
    font-size: 1.5rem;
    position: relative;
}
ul.shop_menu_buttons .extra_menu_list a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right: 7px;
    top: calc( 50% - 6px );
    transform: rotate(-45deg);
    border-right: 3px solid #dd8a2d;
    border-bottom: 3px solid #dd8a2d;
    z-index: 2;
}









/* B-G-002 */
.manage_shop_list li {
    margin: 30px 0 0;
}
.manage_shop_list li:first-of-type {
    margin-top: 30px;
}
.manage_shop_list li.new a {
    display: block;
    color: #707070;
    background: #F5F5F7;
    border: 3px dashed #a19e9e;
    padding: 15px 20px;
    position: relative ;
    text-decoration: none;
    text-align: center;
    line-height: 1em;
}
.manage_shop_list li.new a.no-image {
    padding: 50px 20px;
}
.manage_shop_list li.new a img {
    width: 3em;
    margin-top: 0.5em;
}
.manage_shop_list li.new a p::before {
    content: "";
    background: url("../images/icon_plus.svg") center center no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}
.manage_shop_list li.shop a {
    display: block;
    background: #f4f8cf;
    border: 2px solid #009f00;
    border-radius: 10px;
    padding: 25px 20px;
    position: relative ;
    text-decoration: none;
}
.manage_shop_list li.shop a p {
    padding-left: 1.75em;
    font-weight: bold;
    font-size: 1.6rem;
    color: #009f00;
    background: url("../images/icon_shop.svg") left center no-repeat;
    background-size: auto 1em;
}
.manage_shop_list li.shop a span {
    display: inline-block;
    position: absolute;
}
.manage_shop_list li.shop a span.update {
    width: 30px;
    height: 30px;
    background: url("../images/icon_bell.svg") center center no-repeat;
    background-size: contain;
    right: -15px;
    top: -15px;
}
.manage_shop_list li.shop a span.no-regist {
    background: #fff;
    border: 1px solid #707070;
    line-height: 1em;
    padding: 6px 10px;
    border-radius: 10px;
    left: 10px;
    top: -20px;
    font-weight: normal;
    font-size: 1.2rem;
    color: #333;
    z-index: 1;
}
.manage_shop_list li.shop a span.no-regist::after {
    display: block;
    content: "";
    background: #fff;
    width: 10px;
    height: 10px;
    bottom: -6px;
    left: 14px;
    transform: rotate(45deg);
    z-index: 2;
    position: absolute;
    border-right: 1px solid #707070;
    border-bottom: 1px solid #707070;
}


/* B-G-003 */
.pict_item .pict_asset .pict .submit {
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 20px;
    cursor: pointer;
    z-index: 5;
}



/* B-G-006 */
.alert_area {
    border: solid 2px #f00;
    padding: 10px;
    width: 100%;
    margin: 20px auto;
    background-color: #FAEFEF;
}
.alert_asset {
    color: #f00;
}
.alert_asset .title {
    font-weight: bold;
    padding-left: 1.5em;
    text-indent: -1.5em
}
.alert_asset .title::before {
    content: "";
    background: url(../images/icon_alert.svg);
    background-size: contain;
    width: 1em;
    height: 1em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
}


/* B-G-007 */
.popup_wrapper.end_entry > .popup {
    padding: 40px 0 0;
}
.popup_wrapper.end_entry > .popup > .popup_inner {
    border-radius: 0 0 20px 20px;
}
.end_entry .inner {
    padding: 20px 15px;
}
.end_entry .contents > .inner:first-child {
    padding-top: 0px;
}
.end_entry .point {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}
.end_entry .point .text {
    width: 65%;
}
.end_entry .point .image {
    width: 30%;
}
.end_entry .point .image img {
    width: 100%;
}
.end_entry .point .image img {
    width: 100%;
}
.end_entry .cat_over {
    margin-top: 80px;
    position: relative;
    z-index: 1;
}
.end_entry .cat_over::before,
.end_entry .cat_over::after {
    content: "";
    display: block;
    position: absolute;
}
.end_entry .cat_over::before {
    z-index: -1;
    width: 106px;
    height: 70px;
    background: url(../images/img_cat_button_back.svg) left top no-repeat;
    background-size: contain;
    left: 0;
    top: -58px;
}
.end_entry .cat_over::after {
    z-index: 2;
    width: 20px;
    height: 25px;
    background: url(../images/img_cat_button_front.svg) left top no-repeat;
    background-size: contain;
    left: 15px;
    top: -12px;
}

/* B-G-011 */
.cat_over_balloon {
    margin-top: -40px;
}
.cat_over_balloon,
.cat_over_inner {
    position: relative;
}
.cat_over_balloon::before,
.cat_over_balloon::after,
.cat_over_inner::before {
    content: "";
    display: block;
    position: absolute;
}
.cat_over_balloon::before {
    z-index: 2;
    width: 100px;
    height: 20px;
    background: #F7FDE9;
    left: 60%;
    bottom: -60px;
}
.cat_over_balloon::after {
    z-index: 3;
    width: 20px;
    height: 25px;
    background: url(../images/img_cat_button_front.svg) left top no-repeat;
    background-size: contain;
    left: 64%;
    bottom: -56px;
}
.cat_over_inner::before {
    z-index: 1;
    width: 106px;
    height: 70px;
    background: url(../images/img_cat_button_back.svg) left top no-repeat;
    background-size: contain;
    left: 60%;
    bottom: -55px;
}
.cat_over_inner_balloon {
    position: relative;
    left: calc( 50% - 150px);
    bottom: -20px;
    padding: 20px 10px 20px 30px;
    background: url("../images/img_balloon_with_cat.svg") left center/contain no-repeat;
    width: 190px;
    height: 120px;
}




.shop_select_template li + li {
    margin-top: 35px;
}
.shop_select_template .shop_select_inner {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    color: #333;
    background: #fff;
    text-decoration: none;
    border-radius: 30px;
    padding: 10px 10px 0;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
    position: relative;
}
.shop_select_template .shop_select_inner::before,
.shop_select_template .shop_select_inner::after {
    position: absolute;
    content: "";
    display: block;
}
.shop_select_template .shop_select_inner::before {
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    background-color: #1D973A;
    border-radius: 100%;
}
.shop_select_template .shop_select_inner::after {
    width: 10px;
    height: 10px;
    right: 31px;
    bottom: 28px;
    transform: rotate(-45deg);
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    z-index: 2;
}

.shop_select_template .shop_select_inner .shop_select_image {
    width: calc( 170/360*100% );
    align-self: flex-end;
}
.shop_select_template .shop_select_inner .shop_select_explain {
    width: calc( 180/360*100% );
    padding: 25px 0;
}
.shop_select_template .shop_select_inner .shop_select_image img {
    width: 100%;
}
.shop_select_template .shop_select_inner .shop_select_title {
    font-size: 1.8rem;
    line-height: 2.0rem;
    font-weight: bold;
    color: #009F00;
}
.shop_select_template .shop_select_inner .shop_select_content {
    font-size: 1.4rem;
    line-height: 1.6rem;
    margin: 1em 0;
}
.shop_select_template .shop_select_inner .shop_select_illust {
    padding-bottom: 10px;
}
.shop_select_template .shop_select_inner .shop_select_illust img {
    max-height: 50vw;
    max-width: 75%;
}
.shop_select_template .disabled{
    filter: contrast(90%) invert(10%) opacity(60%);
    pointer-events: none;
}



/* B-G-020~ archive_status */
.archive_status {
    margin: 10px 0;
    padding: 10px;
    display: flex;
    font-size: 1.2rem;
}
.archive_status.state_saved { background-color: #E5EFF7; }
.archive_status.state_released { background-color: #F3EDCC; }
.archive_status.state_closed { background-color: #E2E2E2; }
.archive_status .status {
    display: flex;
    align-items: center;
    border-right: 1px solid #A19E9E;
}
.archive_status .status span {
    width: 5em;
    padding: 0 0.5em;
    font-weight: bold;
    text-align: center;
}
.archive_status .status img {
    width: 16px;
}
.archive_status .data {
    padding-left: 0.5em;
    line-height: 1.4;
}
.archive_status .data span {
    white-space: nowrap;
}





/* B-G-020 */
.pict_item .pict_asset {
    position: relative;
}
.pict_item .pict_asset > img {
    position: absolute;
    width: 32px;
    left: -16px;
    top: -16px;
    z-index: 2;
}



/* B-G-021 */
.pict_confirm .pict_item .pict_asset .pict::after {
    border-style: solid;
}



/* B-G-031 */
.d_list .d_item_boxshadow .ribon {
    z-index: 5;
}



/* B-G-040 */
.d_list.for_information .d_item,
.d_list.for_information .d_item::after,
.d_list.for_information .d_item .lower_item {
    border-bottom-left-radius: 0;
}
.d_list.for_information .d_item:not(.new) .lower_item {
    background-color: #FCEFDE;
}
.shop_information_item [data-input-control="text_shorten_more"],
.shop_information_item .ticket_like_coupon {
    position: relative;
}
.shop_information_item [data-input-control="text_shorten_more"] {
    z-index: 2;
}
.shop_information_item .ticket_like_coupon {
    z-index: 1;
}
.shop_information_item [data-input-control="text_shorten_more"] a.toggle,
.shop_information_item a.link_more,
[data-input-control='text_shorten_more'] > a.toggle {
    position: absolute;
    right: 10px;
    bottom: -43px;
    width: 95px;
    height: 28px;
    color: #000;
    text-indent: -9999px;
    background-color: #000;
    border-radius: 14px;
}
.shop_information_item [data-input-control="text_shorten_more"] a.toggle::after,
.shop_information_item a.link_more::after,
[data-input-control='text_shorten_more'] > a.toggle::after {
    position: absolute;
    text-align: center;
    width: 95px;
    left: 0;
    top: 0;
    content: "もっと見る＋";
    text-indent: 0;
    line-height: 28px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
}
.shop_information_item [data-input-control="text_shorten_more"] a.closing::after,
.shop_information_item a.link_more.closing::after,
[data-input-control='text_shorten_more'] > a.closing::after{
    content: "閉じる－";
}
.for_information .shop_information_item [data-input-control="text_shorten_more"] a.toggle::after,
.for_information .shop_information_item a.link_more::after,
[data-input-control='text_shorten_more'] > a.toggle::after  { z-index: 3; }
.shop_information_item .ticket_like_coupon .ticket {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 110px;
    height: 28px;
    border-radius: 4px;
    background-color: #D65D47;
}
.shop_information_item .ticket_like_coupon .ticket span {
    display: block;
    text-align: center;
    width: 95px;
    height: 28px;
    line-height: 28px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    border-right: 2px dotted #fff;
}
.shop_information_item .form_asset {
    position: relative;
    padding-top: 60px;
    z-index: 2;
}
.people .shop_information_item .categorized_title > .label {
    margin-left: 0;
    width: 100%;
}
.shop_information_item .information_contents {
    background-color: #FCEFDE;
    padding: 0 15px 60px;
}






/* B-G-070 */
.history_list .history_log {
    width: 100%;
    position: relative;
    margin: 0 0 20px;
}
.history_list .history_log + .history_log {
    margin-top: 40px;
}
.history_list .history_log::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: solid 1px #B6B6B6;
    background-color: #ffffff;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    pointer-events: none;
    z-index: 1;
}
.history_list .history_log > * {
    display: block;
    position: relative;
    z-index: 2;
    color: #333;
    text-decoration: none;
    padding: 10px 20px 15px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}
.history_list .history_log .deleted {
    background-color: #EEEEEE;
    border: 1px solid #B6B6B6;
}
.history_list .history_log .deleted::before {
    content: "削除";
    position: absolute;
    right: 10px;
    top: 15px;
    display: inline-block;
    border: 1px solid #949292;
    border-radius: 5px;
    color: #707070;
    background-color: #ffffff;
    line-height: 1em;
    padding: 7px 0;
    width: 68px;
    z-index: 2;
    font-size: 12px;
    text-align: center;
} 
.history_list .history_log .history_icon {
    position: absolute;
    right: -15px;
    top: -15px;
    width: 32px;
    z-index: 3;
}
.history_list .history_log .history_log_type {
    min-width: 100px;
    height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    background: #009f00;
    line-height: 30px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
}
.history_list .history_log .history_log_shop {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    text-align: left;
    color: #009f00;
    font-weight: bold;
    margin-bottom: 10px;
}
.history_list .history_log .history_log_content {
    margin-bottom: 10px;
    word-break : break-all;
    overflow-wrap : break-word;
}
.history_list .history_log .history_log_content .history_log_content_title {
    font-weight: bold;
}
.history_list .history_log .history_log_data {
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
}
.history_list .history_log .history_log_data_label::after {
    content: "：";
}








/* B-H-020,030 */
.data_list {
    border: 2px solid #009F00;
    border-radius: 15px;
    overflow: hidden;
}
.data_list_ttl {
    color: #fff;
    background-color: #009F00;
    padding: 10px 20px 30px;
    display: flex;
    align-items: center;
}
.data_list_ttl span {
    padding: 0 10px;
}
.data_list_cont {
    border-radius: 15px 0 15px 15px;
    background-color: #F4F8CF;
    margin-top: -20px;
    padding: 10px 15px 20px;
}



/* B-H-035,100-01 */
.shop_edit .form_asset .edit_button_like {
    width: 100%;
    padding: 8px 10px;
    border-radius: 10px;
    color: #fff;
    background-color: #009F00;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
    display: block;
    text-decoration: none;
}
.shop_edit .form_asset .edit_button_like .label {
    display: block;
    padding-right: 25px;
    text-align: left;
}
.shop_edit .form_asset .edit_button_like .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY( -50% );
    line-height: 0;
}
.shop_edit .confirm_asset .title {
    vertical-align: middle;
}
.shop_edit .confirm_asset .description {
    font-size: 1.4rem;
}
.shop_edit .confirm_asset .description .erase{
    font-size: 1.2rem;
    padding: 4px 5px;
    min-width: 60px;
}
.shop_edit .confirm_asset .description .erase .icon,
.erase .icon {
    margin-right: 5px;
}
.shop_edit .confirm_asset .description .erase .icon img,
.erase .icon img {
    height: 1.2em;
    margin-top: -3px;
}


/* B-H-036 */
.section_wrapper.section_header_next > .section_inner_title {
    margin-top: 20px;
}



/* B-A-005 */
.popup_wrapper > .popup > .popup_inner.common_information {
    position: relative;
    left: 0px;
    top: 0px;
    height: calc( 100% + 80px );
    margin-right: -15px;
    border-radius: 20px;
    overflow-y: initial;
}
.popup_wrapper > .popup > .popup_inner.common_information a[data-input-control="popup_close"] {
    z-index: 5;
    top: -55px;
    right: -10px
}
.popup_wrapper > .popup > .popup_inner.common_information::after {
    content: "";
    background-color: #D3EB80;
    position: absolute;
    display: block;
    width: calc( 100% + 15px );
    height: calc( 100% + 60px );
    border-radius: 20px;
    left: -15px;
    top: -40px;
    z-index: 2;
}
.popup_wrapper > .popup > .popup_inner.common_information .common_information_outer {
    height: 100%;
    overflow-y: auto;
    position: relative;
    z-index: 3;
}
.common_information .common_information_inner {
    padding-right: 20px;
}
.common_information .common_information_list {
    border: 1px solid #707070;
    background-color: #fff;
    padding: 15px 20px 35px 15px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}
.common_information .common_information_list::before,
.common_information .common_information_list::after {
    display: block;
    position: absolute;
    content: "";
}
.common_information .common_information_list::before {
    width: 30px;
    height: 40px;
    background: url("../images/img_balloon_bottom_white.svg") center bottom no-repeat;
    background-size: contain;
    z-index: 2;
    right: 60px;
    bottom: -15px;
}
.common_information .common_information_list::after {
    width: 30px;
    height: 25px;
    background: #fff;
    z-index: 3;
    right: 65px;
    bottom: 0px;
}

.common_information .common_information_title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.common_information .common_information_content {
    line-height: 1.5em;
}
.common_information .common_information_list + .common_information_list {
    margin-top: 80px;
}
.common_information .common_information_cat {
    position: absolute;
    right: -20px;
    bottom: -50px;
    width: 70px;
}
.common_information .common_information_link {
    display: block;
    padding: 5px 0;
    color: #009F00;
}
.common_information .common_information_link span::after {
    content: "";
    background: url("../images/icon_blank.svg") center center/contain no-repeat;
    display: inline-block;
    vertical-align: baseline;
    width: 1em;
    height: 1em;
    margin-left: 0.5em;
}



/* B-H-060 */
.qa_block {
    margin: 20px 0 15px;
    border-bottom: 2px dashed rgba(192, 140, 140, 0.8);
}
.qa_block + .qa_block {
    margin-top: 15px;
}
.question_block,
.answer_block {
    position: relative;
}
.question_block::before,
.answer_block::before {
    display: block;
    position: absolute;
    content: "";
    background-position: left top;
    background-size: contain;
    width: 33px;
    height: 33px;
    left: 0;
    top: 0;
}
.question_block::before { background-image: url(../images/ic_qa_q.svg); }
.answer_block::before  { background-image: url(../images/ic_qa_a.svg); }
.question_block .question_title {
    font-size: 1.0em;
}
.question_block .question_title label {
    padding: 5px 30px 15px 40px;
    display: block;
    position: relative;
}
.question_block .question_title input + span {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    right: 5px;
    top: 10px;
    z-index: 2;
}
.question_block .question_title input + span::before,
.question_block .question_title input + span::after {
    position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 15px;
    height: 3px;
    background-color: #009F00;
    transform: rotate(0deg);
    transition: all 0.2s ;
}
.question_block .question_title input:checked + span::after {
    transform: rotate(-90deg);
}


.answer_block {
    display: none;
}
.answer_block .answer_content {
    padding: 5px 0 15px 40px;
}






/* B-H-070 */
.inqury_page{
    margin-top: 30px;
    border: 3px solid #CECDCD;
    background-color: #F3F3F3;
    color: #000;
    padding: 15px;
    position: relative;
}
.inqury_page .icon_image{
    transform: translateY(-15px);
}
.inqury_page .reverse_border{
    color: #fff;
    background-color: #7B5D41;
    display: inline-block;
    padding: 0 5px;
    border-radius: 15px;
    line-height: 1.8em;
}
.inqury_page .tel_text {
    display: flex;
    margin: 20px 0 5px;
}
.inqury_page .tel_text img {
    flex-shrink: 10;
    min-width: 20px;
}
.inqury_page .tel_text .tel_text_number {
    flex-shrink: 1;
    font-size: 3.0rem;
    font-weight: bold;
    position: relative;
    margin-left: 5px;
}
.inqury_page .tel_text .tel_text_above {
    position: absolute;
    right: 0;
    top: -20px;
    font-size: 1.4rem;
}


/* B-H-110 */
.service_error_title {
    display: flex;
    justify-content: center;
}
.service_error_title span {
    font-weight: bold;
    color: #FF0000;
    font-size: 2.2rem;
    margin-left: 0.5em;
}
.service_error_content {
    border: 3px solid #CECDCD;
    padding: 20px;
    margin: 30px 0;
}
.service_error_content ul li {
    text-indent: -1em;
    padding-left: 1em;
}
.service_error_content ul li::before {
    content: "・";
    width: 1em;
    display: inline-block;
    text-align: right;
}
.inner.white_corner {
    z-index: 1;
}
.inner.white_corner::before,
.inner.white_corner::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}
.inner.white_corner::before {
    z-index: -1;
    background-color: #F7FDE9;
}
.inner.white_corner_lt::before {
    border-top-left-radius: 40px;
}
.inner.white_corner::after {
    z-index: -2;
    background-color: #fff;
}


/* B-H-loading */
.loading_content {
    margin-top: 50px;
    text-align: center;
}
.loading_content .loading_cat {
    margin-top: 70px;
    text-align: center;
    padding-bottom: 30px;
}
.loading_content .loading_cat img {
    height: 120px;
}
.loading_content .loading_icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}
.loading_content .loading_icon img {
    height: 220px;
    animation-name: loading_rotate;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.5, 0.51, 0.51, 0.52);
    animation-iteration-count: infinite;
  }
@keyframes loading_rotate{
    0% {
        transform: rotateZ(0);
    }
    100% {
        transform: rotateZ(360deg);
    }
  }




/* for Image cover fit / sample B-G-061 */
.people.bottom_coverd_image .shop_header::before {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
    content: "";
}
.people.dammy-input-field .shop_header::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc( 100% - 6px);
    height: calc( 100% - 6px);
    border: dashed 3px #A19E9E;
    z-index: 4;
}
.people.dammy-input-field.dammy-input-field-set-corner-rt .shop_header::after {
    border-top-right-radius: 40px;
}
.people.bottom_coverd_image .shop_header .images {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.people.bottom_coverd_image .shop_header .images figure{
    width: 100%;
    height: 100%;
}
.people.bottom_coverd_image .shop_header .images .swiper-slide video,
.people.bottom_coverd_image .shop_header .images .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



[data-disc-number] {
    display: inline-block;
    padding-left: 1.2em;
    position: relative;
    font-style: normal;
}
[data-disc-number]::before,
[data-disc-number]::after {
    display: block;
    position: absolute;
}
[data-disc-number]::before {
    z-index: 1;
    content: "";
    width: 1.0em;
    height: 1.0em;
    line-height: 1.0em;
    background-color: #009F00;
    border-radius: 100%;
    left: 0;
    top: 6px;
}
[data-disc-number]::after {
    z-index: 2;
    content: attr(data-disc-number);
    letter-spacing: -1px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 0.6em;
    line-height: 1.8em;
    width: 1.5rem;
    left: 0;
    top: 6px;
}
.hidden {
    display: none;
}
