

/* slider */
.cafeImage .slick-slider {
    width: 100%;
    margin: auto;
}
.cafeImage .slick-slider img {
    width: 100%;
}

.slick-slider{
    opacity: 0;
}
.slick-slider.slick-initialized{
    opacity: 1;
}

.slick-slider > .slick-inner:not(:first-child) {
    display: none;
}

.cafeImage .slick-inner {
    position: relative;
}

.cafeImage .slider-number {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    color: #fff;
    font-size: 10px;
}

/* register */
.register .image {
    position: relative;
    max-width: 600px;
    margin: auto;
}

.register .image img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.register .image .bg_text {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    z-index: 100;
}

/* top */
.top {
    margin: auto;
}

.top .topImage {
    position: relative;
}

.top .topImage img {
    height: 140px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.top .topImage .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.top .topImage .bg::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    max-height: 140px;
    height: auto;
}

.top .topImage h1 {
    font-weight: 300;
}

.top .topImage .bg_text1 {
    position: absolute;
    top: 38px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    line-height: 1.1;
}

.top .topImage .bg_text2 {
    position: absolute;
    top: 110px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
}

.top .topImage .bg_text2 a {
    color: #fff;
}

@media (min-width:320px) {
    .top .topImage .bg_text1 {
        font-size: 18px;
    }
}
 
@media (min-width:576px) {
    .top .topImage .bg_text1 {
        font-size: 20px;
    }
}
 
@media (min-width:992px) {
    .top .topImage .bg_text1 {
        font-size: 24px;
    }
}
 
@media (min-width:1200px) {
    .top .topImage .bg_text1 {
        font-size: 24px;
    }
}

.topLink {
    font-size: 13px;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    font-weight: 500;
}

.topLink ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topLink li {
    width: 50%;
    float: left;
    padding: 10px 5px;
}

.topLink a {
    color: #797152;
    display: block;
}

.topMenu {
    text-align: center;
    margin: auto;
    font-size: 11px;
    background-color: #f1f1f1;
}

.topMenu ul {
    max-width: 1200px;
    margin: auto;
    padding: 0;
    list-style: none;
}

.topMenu li {
    background-color: #f1f1f1;
    width: 25%;
    float: left;
    padding: 10px 5px;
}

.topMenu li i {
    padding: 5px 10px 8px;
    font-size: 24px;
    color: #D2B48C;
}

.topMenu li a {
    color: #444444;
}

.topMenu .box { 
    background-color: #fff;
    border-radius: 10px;
    padding: 10px 4px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.top .genre ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

@media (min-width:320px) {
    .top .genre li {
        width: 50%;
    }
}
 
@media (min-width:576px) {
    .top .genre li {
        width: 33.3333%;
    }
}
 
@media (min-width:992px) {
    .top .genre li {
        width: 25%;
    }
}
 
@media (min-width:1200px) {
    .top .genre li {
        width: 20%;
    }
}

.top .genre li {
    float: left;
    padding: 6px 5px;
}

.top .genre .image {
    position: relative;
}

.top .genre .image img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 6px;
}

.top .genre .image .name {
    text-align: center;
    position: absolute;
    top: 44%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    color: #fff;
}

.top .genre .image .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.top .genre .image .bg::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:linear-gradient(rgba(0, 0, 0, 0.28), rgba(0, 0, 0, 0.28));
    max-height: 150px;
    height: auto;
    border-radius: 6px;
}

.campaign .image {
    position: relative;
}

.campaign .image img {
    height: 180px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.campaign .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.campaign .bg::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    max-height: 180px;
    height: auto;
}

.campaign .bg_text1 {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    font-size: 18px;
}

.campaign .bg_text2 {
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-decoration: underline;
}

.placeBox {
    padding-inline-start: 10px;
}

.placeBox ul {
    margin:0;
    padding:0;
    list-style:none;
}

.placeBox li {
    font-size: 14px;
    display: inline-block;
    margin-right: 4px;
}

.searchbox {
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    box-sizing: border-box;
    width: 85%;
    max-width: 600px;
    overflow: hidden;
    background-color: #fff;
    opacity: 0.9;
    border-radius: 2px;
    min-height: 200px;
    border-left: #D2B48C solid 1px;
    border-right: #D2B48C solid 1px;
    border-bottom: #D2B48C solid 1px;
}

.searchbox .searchtab {
    color: #aaaaaa;
    margin-bottom: 10px;
    text-align: center;
    position: relative;
}

.searchbox .tab_content {
    padding-left: 15px;
    padding-right: 15px;
}

/* スクロールバーを常に表示 */
.searchbox .searchtab ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
.searchbox .searchtab ::-webkit-scrollbar-thumb {
    opacity: 0.9;
    border-radius: 4px;
    background-color: rgba(0,0,0,.2);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.searchtab a {
    color: #aaaaaa;
}

.searchtab .submitButton a {
    color: #fff;
}

.searchtab .tab_label {
    font-size: 12px;
    text-align: center;
    padding: 8px 0;
    margin-bottom: 10px;
    width: calc(100%/2);
    display: block;
    float: left;
    transition: all 0.2s ease;
    cursor: pointer;
    background-color: #dddddd;
    border-top: #888888 solid 1px;
    font-weight: 300;
}

.searchtab .tab_label:hover {
    opacity: 0.8;
}

/*選択されているタブのスタイルを変える*/
.searchtab input:checked + .tab_label {
    background-color: #fff;
    color: #D2B48C;
    border-top: #D2B48C solid 1px;
}

/*選択されているタブのコンテンツのみを表示*/
#area:checked ~ #area_content,
#keyword:checked ~ #keyword_content {
    display: block;
}

.searchtab .halfbox {
    width: calc(100%/2);
    display: block;
    float: left;
}

.searchtab input {
    width: 100%;
    font-size: 13px;
    margin-bottom: 10px;
    border: solid 1px #D2B48C;
    border-radius: 4px;
    padding: 4px 8px;
}

.searchtab .boxtitle {
    font-size: 11px;
    text-align: left;
    margin-bottom: 4px;
}

.searchtab .boxtitle i {
    margin-right: 6px;
}

.searchtab .popupbox {
    display: none;
}

.searchtab #popup {
    background-color: #fafafa;
    border-top: solid 2px #D2B48C;
    border-left: solid 2px #D2B48C;
    border-right: solid 2px #D2B48C;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 265px;
    line-height: 30px;
    box-sizing:border-box;
    position:fixed;
    top:250px;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 60%;
    max-width: 500px;
    overflow-y:scroll;
    font-size: 13px;
}

.searchtab #popup .item {
    padding-left: 30px;
}

.searchtab #popup .item:hover {
    background-color: #eeeeee;
}

.searchtab #popup_button {
    height: 40px;
    position:fixed;
    top:402px;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 60%;
    max-width: 500px;
}

.searchtab #popup_button .basicButton {
    width: 50%;
    float: left;
    cursor: pointer;
}

.searchtab #popup_button .basicButton:hover {
    opacity: 1;
}

.genre_checkbox {
    text-align: left;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    width: auto;
}
.genre_checkbox::before {
    content: '';
    display: block;
    height: 16px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.genre_checkbox::after {
    border-right: 3px solid #ed7a9c;
    border-bottom: 3px solid #ed7a9c;
    content: '';
    display: block;
    height: 9px;
    left: -10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px;
}
input[type=checkbox]:checked + .genre_checkbox::after {
    opacity: 1;
}


.searchtab label{
    display:block;
}

.searchtab label span {
    display:block;
    background-color:#fff;
    border: solid 1px #D2B48C;
    color:#aaaaaa;
    width:100%;
    border-radius:4px;
    text-align:left;
    font-size: 13px;
    padding: 4px 8px;
}

.searchtab label span:hover{
    cursor:pointer;
}

.searchtab input[type="checkbox"]{
    display:none;
}
  
.searchtab input[type="checkbox"]:checked + .popupbox {
    display:block;
    transition:.2s;
}

.top .cafeList {
    display:flex;
    overflow-x:scroll;
    padding-left: 10px;
    padding-right: 40px;
}

.top .cafeList .box {
    margin: auto 0.6vw;
    border: solid 1px #dddddd;
    border-radius: 4px;
    width: 180px;
    min-height: 200px;
}

.top .cafeList .box h3 {
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 400;
}

.top .cafeList .box .image {
    position: relative;
    z-index: 1;
    text-align: center;
    height: 120px;
}

.top .cafeList .box .image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: 120px;
    object-fit: cover;
    overflow: hidden;
}

.top .cafeList .box .name {
    padding: 4px;
    text-align: center;
    font-size: 11px;
    color: #444444;
}

.top .cafeList .box .station {
    text-align: left;
    padding: 0 10px 2px;
    font-size: 10px;
    color: #d34d74;
}

.top .cafeList .box .station i {
    margin-right: 4px;
}

.top .cafeList .box .genre {
    padding: 0 10px 8px;
    color: #888888;
    font-size: 10px;
    width: 180px;
}

.top .cafeList .box .next {
    position: relative;
    text-align: center;
    color: #888888;
    font-size: 14px;
}

.top .cafeList .box .next i {
    font-size: 40px;
}

.top .cafeList .box .next .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    z-index: 2;
}

.top .cafeList .box .next .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 2;
}

.top .area {
    font-size: 12px;
    font-weight: 300;
}

.top .area .box {
    position: relative;
    margin-bottom: 16px;
}

.top .area img {
    width: 40px;
    height: 40px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50%;
}

.top .area .name {
    position: absolute;
    top: 11px;
    left: 55px;
    z-index: 2;
    color: #666666;
}

/* search */
.search {
    margin: auto;
}

.search .searchImage {
    position: relative;
}

.search .searchImage img {
    height: 350px;
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.search .searchImage .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.search .searchImage .bg::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0,0,0,0.3);
    max-height: 350px;
    height: auto;
}

.search .searchImage h1 {
    font-weight: 300;
}

.search .searchImage .bg_text1 {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

.search .searchImage .bg_text2 {
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.search .searchImage .bg_text2 a {
    color: #fff;
}

@media (min-width:320px) {
    .search .searchImage .bg_text1 {
        font-size: 20px;
    }
}
 
@media (min-width:576px) {
    .search .searchImage .bg_text1 {
        font-size: 20px;
    }
}
 
@media (min-width:992px) {
    .search .searchImage .bg_text1 {
        font-size: 24px;
    }
}
 
@media (min-width:1200px) {
    .search .searchImage .bg_text1 {
        font-size: 24px;
    }
}



.choiceButton {
    position: relative;
    margin: 10px auto;
    text-align: center;
    border: solid 1.5px #bbbbbb;
    border-radius: 4px;
    color: #888888;
}

.choiceButton:hover {
    opacity: 0.8;
}

.choiceButton a {
    display: block;
}

.choiceButton i {
    margin-top: 10px;
    font-size: 24px;
}

.choiceTitle {
    margin-top: 4px;
    font-size: 16px;
}

.choiceSubTitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.cafe {
    font-size: 26px;
    margin-top: 20px;
}

.cafe .box {
    font-size: 26px;
    margin-bottom: 20px;
}

.cafe .box i {
    font-size: 32px;
    margin-right: 20px;
}

.cafe .form-group {
    margin-bottom: 10px;
}

.cafeButton {
    height: 80px;
    margin-top: 30px;
    background-color: #D2B48C;
    line-height: 80px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.cafeButton a {
    color: #fff;
    display: block;
}

.cafeSubmitButton {
    position: relative;
    text-align: center;
    background-color: #D2B48C;
    color: #fff;
    width: 100%;
    height: 70px;
    margin: auto auto 20px;
    padding: 12px 0;
    font-size: 30px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.cafeSubmitButton:hover {
    opacity: 0.9;
}

.cafe .number {
    background-color: #F8F8FF;
    font-size: 32px;
}

.cafe .people {
    font-size: 26px;
    line-height: 48px;
}

.cafe .seatType {
    font-size: 26px;
    line-height: 48px;
}

.cafe .desc {
    font-size: 20px;
}

.cafe .descTitle {
    margin-bottom: 10px;
    text-align: left;
}

.cafe .descDetail, .cafeAdmin .descDetail {
    background-color: #f5f5f5;
    padding: 4px 0;
}

.cafe .border-tp, .cafeAdmin .border-tp {
    border-top: dotted 1px #dddddd;
}


.cafe .border-bt, .cafeAdmin .border-bt {
    border-bottom: dotted 1px #dddddd;
}

.cafe .border-l, .cafeAdmin .border-l {
    border-left: dotted 1px #dddddd;
}

.cafe .border {
    border-collapse: collapse;    
}

.cafe .onHold {
    margin: 4px auto;
    float: left;
}

.cafe .onHold .item {
    font-size: 32px;
    background-color: #FFC0CB;
    padding: 2px 30px;
    border-radius: 4px;
    margin: auto 6px;
}

.cafe .cafeNumber {
    font-size: 100px;
    margin-right: 10px;
    font-weight: 300;
}

.cafe .strongText {
    text-decoration: underline;
    font-weight: 700;
}

.cafe .strongColor {
    color:#FF0066;
    font-weight: 700;
}

.mycafe .name {
    margin: 10px auto;
}

.mycafe .nameDesign {
    text-decoration: underline;
}

.mycafe .cafeNumber {
    margin-left: 10px;
    font-size: 30px;
}

.mycafeButton {
    height: 40px;
    margin-top: 10px;
    background-color: #D2B48C;
    line-height: 40px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
}

.mycafeButton a {
    color: #fff;
    display: block;
}

.menuButton {
    position: relative;
    margin: 10px auto;
    text-align: center;
    border: solid 1.5px #D2B48C;
    border-radius: 4px;
    color: #D2B48C;
}

.menuButton:hover {
    opacity: 0.8;
}

.menuButton a {
    color: #D2B48C;
    display: block;
}

.menuButton i {
    font-size: 28px;
    margin-top: 10px;
}

.menuTitle {
    margin-top: 4px;
    font-size: 18px;
}

.menuSubTitle {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

.menuList {
    border: solid 1px #888888;
    text-align: center;
    height: 40px;
    line-height: 38px;
    margin-bottom: 10px;
}

.menuList a {
    display: block;
    color: #888888;
}

.menuList:hover {
    opacity: 0.8;
}

/* card */
.cardImage {
    margin: 30px auto;
    max-width: 400px;
}

.cardImage .image {
    width: 100%;
    padding-top: 56.3%;
    /* 縦横比（16:9） */
    position: relative;
    z-index: 1;
    margin: 10px auto 10px;
    text-align: center;
}

.cardImage .image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

.cardImage .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: .7rem;
    color: #fff;
    background-color: #000;
    opacity: 0.6;
    width: 100%;
    height: 40px;
    margin: -40px auto auto auto;
    padding-top: 12px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    z-index: 2;
}

.cardImage label{
    display: inline-block;
}

.cardImage label img {
    cursor: pointer;
}

.cardImage input[type=file] {
    display: none;
}

.qr {
    text-align: center;
    margin: auto;
}

@media (min-width:320px) {
    .btnGreen, .btnOrange, .btnRed {
        font-size: 14px;
    }
}

@media (min-width:576px) {
    .btnGreen, .btnOrange, .btnRed {
        font-size: 16px;
    }
}

@media (min-width:992px) {
    .btnGreen, .btnOrange, .btnRed {
        font-size: 16px;
    }
}

@media (min-width:1200px) {
    .btnGreen, .btnOrange, .btnRed {
        font-size: 16px;
    }
}

.btnGreen {
    border-radius: 4px;
    border: solid 2px #00BB00;
    color: #00BB00;
    padding: 2px 0;
    width: 95%;
    margin: auto;
}

.btnGreen:hover {
    border-radius: 4px;
    background-color: #00BB00;
    color: #fff;
    padding: 2px 0;
}

.btnOrange {
    border-radius: 4px;
    border: solid 2px #FF9966;
    color: #FF9966;
    padding: 2px 0;
    width: 95%;
    margin: auto;
}

.btnOrange:hover {
    border-radius: 4px;
    background-color: #FF9966;
    color: #fff;
    padding: 2px 0;
}

.btnRed {
    border-radius: 4px;
    border: solid 2px #FF3366;
    color: #FF3366;
    padding: 2px 0;
    width: 95%;
    margin: auto;
}

.btnRed:hover {
    border-radius: 4px;
    background-color: #FF3366;
    color: #fff;
    padding: 2px 0;
}

.cafeBox {
    position: relative;
    margin: 10px auto;
    text-align: center;
    border: solid 1.5px #D2B48C;
    border-radius: 4px;
}

.cafeBox a {
    display: block;
    width: 100%;
    color: #D2B48C;
}

.cafeBox i {
    margin-bottom: 6px;
    color: #D2B48C;
}

.cafeBox:hover {
    opacity: 0.7;
    color: #fff;
}

/* about */

.about {
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN" , 'Hiragino Sans', "メイリオ",  meiryo, sans-serif;
    text-align: center;
    margin: auto;
}

.menu {
    overflow: hidden;
    background-color: #FF6666;
    text-align: center;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 100;
}

.menu .item {
    padding: 10px 2px;
    color: #fff;
}

.menu .item i {
    margin-left: 10px;
}

.menu .item:hover {
    opacity: 0.8;
}

.menu ul {
    list-style: none;
    padding-inline-start: 0;
    max-width: 600px;
}

.menu li {
    float: left;
    width: 20%;
}

.about .whatscontent {
    margin-top: 50px;
}

.about .whatscontent h1 {
    line-height: 1.5;
    text-align: center;
    font-weight: 500;
}

.about .whatscontent .item-list {
    text-align: left;
    font-weight: 600;
    color: #CC0033;
    max-width: 480px;
    padding-left: 20px;
    margin: auto;
}

.about .whatscontent .item-list .col-6, .about .whatscontent .item-list .col-sm-6, .about .whatscontent .item-list .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.about .whatscontent .register-minwidth320 {
    margin-top: 20px;
    margin-bottom: 100px;
}

.about .whatscontent .iconList {
    margin-bottom: 10px;
}

.about .function-items {
    background-color: rgba(210, 180, 140, 0.1);
    padding: 30px 15px;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
}

.about .function-items h1 {
    margin: 40px auto 20px;
    font-size: 36px;
    font-weight: 500;
}

.about .function-items h2 {
    margin: auto auto 80px;
    padding: 0 15px;
    max-width: 1100px;
    font-weight: 400;
}

.about .function-items img {
    object-fit: cover;
    overflow: hidden;
    width: 100%;
}

.about .function-items .submitButton {
    margin-top: 40px;
    margin-bottom: 60px;
}

.about .feature-items {
    padding: 30px 15px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
}

.about .feature-items h1 {
    margin: 40px auto 20px;
    font-size: 36px;
    font-weight: 500;
}

.about .feature-items h2 {
    margin: auto auto 40px;
    padding: 0 15px;
    max-width: 1100px;
    font-weight: 400;
}

.about .feature-items img {
    object-fit: cover;
    overflow: hidden;
    width: 100%;
    max-width: 400px;
}

.about .feature-items .box {
    margin: auto auto 40px;
}

.about .feature-items .feature-title {
    margin: auto auto 20px;
    font-weight: 600;
    font-size: 18px;
}

.about .feature-items .feature-img {
    margin: auto auto 20px;
}

.about .feature-items .feeDesc {
    margin: 20px auto 20px;
    text-align: center;
}

.about .feature-items .feeTitle {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 4px;
    font-weight: 600;
}

.about .feature-items .freeTitle {
    padding: 8px;
    background-color: #bbbbbb;
    color: #fff;
}

.about .feature-items .chargeableTitle {
    padding: 8px;
    background-color: #D2B48C;
    color: #fff;
}

.about .feature-items .feeBox {
    border: solid 1px #D2B48C;
    margin-bottom: 20px;
    font-weight: 300;
    background-color: #fff;
}

.about .feature-items .feeBox .detail {
    padding: 10px 10px;
}

.about .feature-items .feeBox .detail img {
    width: 100%;
}

.about .feature-items.process {
    position: relative;
}

.about .feature-items .process ul {
    max-width: 800px;
    margin: auto auto 40px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
    position: relative;
}

.about .feature-items .process .step {
    background-color: #CC0033;
    color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding-top: 20px;
}

.about .feature-items .process .step p {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1.3;
}

.about .feature-items .process .stepTitle {
    position: absolute;
    top: 5px;
    left: 110px;
    z-index: 1;
    text-align: left;
}

.about .feature-items .process .stepDetail {
    position: absolute;
    top: 40px;
    left: 110px;
    z-index: 1;
    text-align: left;
}

.about .feature-items .process h3 {
    font-size: 20px;
    font-weight: 600;
}

.about .feature-items .process h4 {
    font-size: 16px;
    font-weight: 300;
}

.about .feature-items .column {
    padding: 0 4%;
}

.about .feature-items .column .box {
    box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.1);
    border: solid 1px #dddddd;
    padding: 10px 10px 20px;
    margin: 30px auto;
    background-color: #fff;
}

.about .feature-items .column .box img {
    margin: 20px auto;
}

.about .feature-items .column .box .title {
    text-align: left;
    font-weight: 600;
    color: #444444;
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 2%;
}

.about .feature-items .column .box .detail {
    text-align: left;
    padding: 0 2%;
    margin-bottom: 20px;
    color: #444444;
    font-size: 14px;
}

.about .feature-items .column .box ul {
    margin: 0;
    padding: 0 2%;
    list-style: none;
}

.about .feature-items .column .box li {
    float: left;
    margin-right: 6px;
}

.about .feature-items .column .box .tag {
    border: solid 1px #FF6666;
    border-radius: 4px;
    font-size: 11px;
    padding: 2px 8px;
    color: #FF6666;
}

.about .feature-items .column .box:hover {
    opacity: 0.8;
}

.about .lower320px .list {
    border: solid 1px #dddddd;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    padding: 10px;
}

.about .lower320px .list:hover {
    opacity: 0.8;
}

.about .lower320px .list img {
    max-height: 50px;
    width: auto;
}

.about .lower320px a {
    color: #444444;
}

.about .lower320px .name {
    position: absolute;
    top: 24px;
    left: 150px;
    z-index: 2;
    font-weight: 600;
}

.about .lower320px .icon {
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 2;
}

.about .lower320px .icon i {
    margin-left: 10px;
    color: #888888;
}

@media (min-width:320px) {
    .about .whatscontent h1 {
        font-size: 24px;
        margin-top: 30px;
        margin-bottom: 10px;
    }
    .about .whatscontent .img-maxwidth320 {
        margin-bottom: 20px;
    }
    .about .whatscontent .img-minwidth320 {
        display: none;
    }
    .about .whatscontent .register-minwidth320 {
        display: none;
    }
    .about .whatscontent .iconList {
        font-size: 15px;
    }
    .about .function-items h1, .about .feature-items h1 {
        font-size: 24px;
        padding: 0 4%;
    }
    .upper320px {
        display: none;
    }
}

@media (min-width:576px) {
    .about .whatscontent h1 {
        font-size: 34px;
        margin-top: 100px;
        margin-bottom: 60px;
    }
    .about .whatscontent .img-maxwidth320 {
        display: none;
    }
    .about .whatscontent .img-minwidth320 {
        display: block;
    }
    .about .whatscontent .register-minwidth320 {
        display: block;
    }
    .about .whatscontent .iconList {
        font-size: 16px;
    }
    .about .function-items h1, .about .feature-items h1 {
        font-size: 34px;
    }
    .lower320px {
        display: none;
    }
    .upper320px {
        display: block;
    }
}

@media (min-width:992px) {
    .about .whatscontent h1 {
        margin-top: 100px;
        font-size: 40px;
        margin-bottom: 60px;
    }
    .about .whatscontent .img-maxwidth320 {
        display: none;
    }
    .about .whatscontent .img-minwidth320 {
        display: block;
    }
    .about .whatscontent .register-minwidth320 {
        display: block;
    }
    .about .whatscontent .iconList {
        font-size: 16px;
    }
    .about .function-items h1, .about .feature-items h1 {
        font-size: 40px;
    }
}

@media (min-width:1200px) {
    .about .whatscontent h1 {
        margin-top: 100px;
        font-size: 40px;
        margin-bottom: 10px;
    }
    .about .whatscontent h2 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 40px;
    }    
    .about .whatscontent .img-maxwidth320 {
        display: none;
    }
    .about .whatscontent .img-minwidth320 {
        display: block;
    }
    .about .whatscontent .register-minwidth320 {
        display: block;
    }
    .about .whatscontent .iconList {
        font-size: 16px;
    }
    .about .function-items h1, .about .feature-items h1 {
        font-size: 40px;
    }
}

.about .whatscontent .circle {
    background-color: #F5DEB3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto auto 10px;
    padding-top: 25px;
}

.about .whatscontent .iconList i {
    margin-right: 14px;
}

.about .whatscontent img {
    width: 100%;
    overflow: hidden;
    object-fit: cover;
}

.about .scene {
    color: #fff;
    padding: 10px 20px;
    margin: 40px auto 60px;
}

.about ul.list {
    margin: 20px auto;
    padding: 0;
    list-style: none;
    text-align: left;
}

.about ul.list li {
    background-color: #efefef;
    margin: 10px auto;
    padding: 4px 10px;
    font-size: 18px;
}

.about .submitButton, .about .backButton {
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
    max-width: 400px;
    font-size: 15px;
}

.about .submitButton a, .about .backButton a {
    font-weight: 500;
}

.about .icon img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}

@media (min-width:320px) {
    .about .icon img {
        width: 100px;
        height: 100px;
    }
    .about .contactBox {
        height: 80px;
        width: 80px;    
    }
    .about .contactBox .text {
        margin-top: 15px;
    }    
}

@media (min-width:576px) {
    .about .icon img {
        width: 120px;
        height: 120px;
    }
    .about .contactBox {
        height: 80px;
        width: 80px;    
    }
    .about .contactBox .text {
        margin-top: 15px;
    }    
}

@media (min-width:992px) {
    .about .icon img {
        width: 120px;
        height: 120px;
    }
    .about .contactBox {
        height: 100px;
        width: 100px;    
    }
    .about .contactBox .text {
        margin-top: 15px;
    }    
}

@media (min-width:1200px) {
    .about .icon img {
        width: 120px;
        height: 120px;
    }
    .about .contactBox {
        height: 100px;
        width: 100px;    
    }
    .about .contactBox .text {
        margin-top: 25px;
    }    
}

.about .icon .text {
    font-size: 20px;
    font-weight: 400;
    margin-left: 40px;
}

.about .contactBox {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgba(210,180,140,0.9);
    z-index: 100;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
}

.about .contactBox i {
    font-size: 16px;
    margin-bottom: 4px;
}

.about .contactBox .text {
    color: #fff;
    font-size: 10px;
}

.topTitle {
    margin: 10px auto;
}

.btnBox {
    width: 100%;
    margin: auto;
    max-width: 1200px;
}

.topButton {
    text-align: center;
    color: #fff;
    background-color: #D2B48C;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin: auto;
    padding: 10px 0;
}

.topButton:hover {
    opacity: 0.8;
    cursor: pointer;
}

.topBorder {
    border: 1px solid #FF6666;
    max-width: 140px;
    margin: auto;
}

.feature {
    text-align: center;
}

.feature .heading {
    margin-top: 20px;
}

.feature .feature_box {
    background-color: #D2B48C;
    color: #fff;
    padding: 10px 0;
    margin: auto auto 30px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 600;
}

.feature .detail {
    margin-top: 20px;
    text-align: left;    
}

@media (min-width:320px) {
    .feature .title {
        font-size: 20px;
        font-weight: 600;
    }
    .feature .heading {
        font-size: 1.3rem;
    }
    .feature .detail {
        font-size: 0.9rem;
    }
    .feature .boxTitle {
        font-size: 16px;
    }
    .feature .boxContent {
        font-size: 15px;
    }
}

@media (min-width:576px) {
    .feature .title {
        font-size: 20px;
        font-weight: 600;
    }
    .feature .heading {
        font-size: 1.4rem;
    }
    .feature .detail {
        font-size: 0.9rem;
    }
    .feature .boxTitle {
        font-size: 16px;
    }
    .feature .boxContent {
        font-size: 15px;
    }
}

@media (min-width:992px) {
    .feature .title {
        font-size: 24px;
        font-weight: 600;
    }
    .feature .heading {
        font-size: 1.5rem;
    }
    .feature .detail {
        font-size: 1.0rem;
    }
    .feature .boxTitle {
        font-size: 18px;
    }
    .feature .boxContent {
        font-size: 16px;
    }
}

@media (min-width:1200px) {
    .feature .title {
        font-size: 28px;
        font-weight: 600;
    }
    .feature .heading {
        font-size: 1.6rem;
    }
    .feature .detail {
        font-size: 1.2rem;
    }
    .feature .boxTitle {
        font-size: 22px;
    }
    .feature .boxContent {
        font-size: 18px;
    }
}

.feature .title {
    margin: 40px auto;
    padding: 40px 20px 0;
}

.feature .content {
    padding: 0 20px;
    max-width: 1000px;
    margin: auto;
    text-align: left;
}

.feature i {
    font-size: 32px;
    text-align: center;
    margin: auto;
}

.feature .image {
    margin-bottom: 40px;
}

.feature .item img {
    height: auto;
    width: 100%;
    max-width: 800px;
    object-fit: cover;
    overflow: hidden;
}

.feature .slick-slider img {
    height: auto;
    max-width: 100%;
    object-fit: cover;
    overflow: hidden;
}

.feature .image2 img {
    height: auto;
    width: 50%;
    max-width: 400px;
    max-height: 300px;
    object-fit: cover;
    overflow: hidden;
}

.feature .row {
    margin: auto 10px;
}

.feature i {
    color: #D2B48C;
}

.feature .box {
    margin-bottom: 60px;
}

.feature .boxTitle {
    font-weight: 600;
}

.feature .boxContent {
    margin: 10px auto;
    text-align: left;
}

.feature .feeBox {
    border: solid 1px #D2B48C;
    margin-bottom: 20px;
    font-weight: 300;
    background-color: #fff;
}

@media (min-width:320px) {
    .initialBox .initialContent {
        font-size: 14px;
    }
    .feeBox .detail {
        font-size: 14px;
    }
    .feature .feeDesc {
        font-size: 13px;
    }
    .feature ul {
        font-size: 14px;
    }
    .feature .feeTitle {
        font-size: 14px;
    }
    .feature .descTitle {
        font-size: 16px;
    }
    .feature .descBox .detail {
        font-size: 15px;
    }
    .initialTitle, .freeTitle, .chargeableTitle {
        font-size: 16px;
    }
}

@media (min-width:576px) {
    .initialBox .initialContent {
        font-size: 16px;
    }
    .feeBox .detail {
        font-size: 16px;
    }
    .feature .feeDesc {
        font-size: 14px;
    }    
    .feature ul {
        font-size: 16px;
    }
    .feature .feeTitle {
        font-size: 16px;
    }
    .feature .descTitle {
        font-size: 18px;
    }
    .feature .descBox .detail {
        font-size: 16px;
    }
    .initialTitle, .freeTitle, .chargeableTitle {
        font-size: 18px;
    }
}

@media (min-width:992px) {
    .initialBox .initialContent {
        font-size: 16px;
    }
    .feeBox .detail {
        font-size: 16px;
    }
    .feature .feeDesc {
        font-size: 14px;
    }    
    .feature ul {
        font-size: 16px;
    }
    .feature .feeTitle {
        font-size: 16px;
    }
    .feature .descTitle {
        font-size: 18px;
    }
    .feature .descBox .detail {
        font-size: 16px;
    }
    .initialTitle, .freeTitle, .chargeableTitle {
        font-size: 18px;
    }
}

@media (min-width:1200px) {
    .initialBox .initialContent {
        font-size: 18px;
    }
    .feeBox .detail {
        font-size: 18px;
    }
    .feature .feeDesc {
        font-size: 16px;
    }    
    .feature ul {
        font-size: 18px;
    }
    .feature .feeTitle {
        font-size: 18px;
    }
    .feature .descTitle {
        font-size: 20px;
    }
    .feature .descBox .detail {
        font-size: 18px;
    }
    .initialTitle, .freeTitle, .chargeableTitle {
        font-size: 20px;
    }
}

.feature .feeDesc {
    margin: 20px auto 20px;
    text-align: center;
}

.feature .feeTitle {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 4px;
    font-weight: 600;
}

.feature .freeTitle {
    padding: 4px 10px;
    background-color: #bbbbbb;
    color: #fff;
}

.feature .chargeableTitle {
    padding: 4px 10px;
    background-color: #D2B48C;
    color: #fff;
}

.feature .feeBox .detail {
    padding: 10px 10px;
}

.feature .feeBox .detail img {
    width: 100%;
}

.feature .descBox {
    border: solid 1px #D2B48C;
    margin-bottom: 20px;
}

.feature .descTitle {
    padding: 4px 10px;
    background-color: #D2B48C;
    color: #fff;
    font-weight: 300;
}

.feature .descBox .detail {
    padding: 20px 20px 10px;
    text-align: left;
}

.initialBox {
    border: solid 1px #dddddd;
    margin: auto 25px 20px;
}

.initialBox .initialTitle {
    padding: 4px 10px;
    background-color: #990000;
    color: #fff;
}

.initialBox .initialContent {
    padding: 20px 20px 10px;
}


/* user */
.prof {
    position: relative;
}

.prof .image {
    margin: 20px auto;
    text-align: left;
    padding-left: 10px;
}

.prof img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    overflow: hidden;
    border-radius: 50%;
}

.prof .name {
    position: absolute;
    top: 0px;
    left: 100px;
    font-size: 15px;
}

.prof .text {
    position: absolute;
    top: 18px;
    left: 100px;
    font-size: 14px;
}

.prof .sns {
    position: absolute;
    top: 42px;
    left: 100px;
    font-size: 14px;
}

.profEdit .image {
    z-index: 1;
    margin: -10px auto 10px;
    text-align: center;
}

.profEdit .image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: solid 1px #dddddd;
    overflow: hidden;
}

.profEdit .text {
    font-size: .7rem;
    width: 118px;
    color: #fff;
    font-weight: 400;
    background-color: #000;
    opacity: 0.6;
    height: 60px;
    margin: -60px auto auto auto;
    padding-top: 20px;
    text-align: center;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.profEdit label{
    display: inline-block;
}

.profEdit label img {
    cursor: pointer;
}

.profEdit input[type=file] {
    display: none;
}

.userInfo {
    position: relative;
    margin: auto;
    font-size: 15px;
    text-align: center;
}

.userInfo .title {
    position: relative;
    margin-top: 20px;
}

.userInfo .cafeContent {
    font-size: 13px;
    text-align: left;
    width: 100%;
}

.userInfo table {
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}
  
.userInfo table th, .userInfo table td {
    text-align: center;
    padding: 4px 10px;
}
  
.userInfo table th {
    background-color: #966544;
    color: white;
    border:solid 1px #D2B48C;
    width: 33.33%;
}
  
.userInfo table td {
    border:solid 1px #D2B48C;
    text-align: left;
}

.userInfo table i {
    color: #00CC00;
}

.userInfo table .nocheck {
    background-color: #CC3333;
    color: #fff;
    padding: 2px 4px;
    margin-left: 4px;
    font-size: smaller;
}

/* settings */
.process .col-4, .process .col-sm-4, .process .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width:320px) {
    .processBox {
        font-size: 11px;
    }
    .processBoxNow {
        font-size: 11px;
    }
}

@media (min-width:576px) {
    .processBox {
        font-size: 12px;
    }
    .processBoxNow {
        font-size: 12px;
    }
}

@media (min-width:992px) {
    .processBox {
        font-size: 14px;
    }
    .processBoxNow {
        font-size: 14px;
    }
}

@media (min-width:1200px) {
    .processBox {
        font-size: 14px;
    }
    .processBoxNow {
        font-size: 14px;
    }
}

.processBox {
    position: relative;
    text-align: center;
    border: solid 1px #D2B48C;
    line-height: 1.2;
    padding: 2px;
    margin-bottom: 10px;
}

.processBoxNow {
    position: relative;
    text-align: center;
    border: solid 1px #D2B48C;
    background-color: #D2B48C;
    color: #fff;
    line-height: 1.2;
    padding: 2px;
    margin-bottom: 10px;
}

.processBoxDone {
    position: relative;
    text-align: center;
    border: solid 1px #D2B48C;
    color: #bbbbbb;
    line-height: 1.2;
    padding: 2px;
}

.triangle {
    position: absolute;
    right: -22px;
    top: 6px;
    width: 0;
    height: 0;
    border-left: 10px solid #888888;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.question {
    text-align: left;
    margin-bottom: 4px;
    font-weight: 600;
}

.question .tag {
    width: 26px;
    height: 26px;
    text-align: center;
    float: left;
    font-size: 1rem;
    color: #888888;
}

.question .tag i {
    text-align: center;
    font-size: .8rem;
    color: #888888;
}

.answer {
    text-align: left;
    word-break:break-all;
    margin: 2px 26px 10px;
    font-weight: 300;
    color: #666666;
    line-height: 1.2;
}

.cafeImage {
    margin: auto;
}

@media (min-width:576px) {
    .cafeTop .cafeImage {
        display: none;
    }
}

@media (min-width:992px) {
    .cafeTop .cafeImage {
        display: none;
    }
}

@media (min-width:1200px) {
    .cafeTop .cafeImage {
        display: none;
    }
}

.cafeImage .image {
    position: relative;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.cafeImage .image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    overflow: hidden;
}

.storeInfo {
    position: relative;
    max-width: 1200px;
    margin: auto;
    font-size: 15px;
    text-align: center;
}

.storeInfo .title {
    position: relative;
    margin: 10px auto 20px;
    font-size: 15px;
    text-align: left;
    padding-left: 10px;
    padding-bottom: 6px;
    border-bottom: solid 1px #aaaaaa;    
}

.storeInfo .tab {
    color: #aaaaaa;
    font-size: 9px;
    padding: 4px 0 0;
}

.storeInfo .tab a {
    color: #aaaaaa;
}

.storeInfo .tab i {
    font-size: 16px;
    margin: 6px auto 0;
}

.storeInfo .tab ul {
    margin:0;
    padding:0;
    list-style:none;
    font-size:0;
    border-bottom: solid 1px #eeeeee;
}

.storeInfo .tab li {
    font-size: 9px;
    width: 50%;
    display: inline-block;
    border-bottom: solid 2px transparent;
}

.storeInfo .dashboard li {
    width: 20%;
}

.storeInfo .strongTab {
    color: #990000;
}

.storeInfo .tab li.active {
    border-bottom: solid 2px #D2B48C;
}

.storeInfo .tab .name {
    margin: auto auto 2px;
}

.storeInfo .title {
    position: relative;
    margin-top: 20px;
}

.storeInfo .edit {
    position: absolute;
    top: 2px;
    right: 10px;
    z-index: 100;
    font-size: 13px;
    font-weight: 300;
}

.storeInfo .arrow-up {
    position: absolute;
    top: 2px;
    right: 50px;
    z-index: 100;
    font-size: 13px;
    font-weight: 300;
}

.storeInfo .arrow-down {
    position: absolute;
    top: 2px;
    right: 70px;
    z-index: 100;
    font-size: 13px;
    font-weight: 300;
}

.storeInfo .editIcon {
    font-size: 12px;
    margin-left: 10px;
    color: #888888;
}

.storeInfo .cafeIntro {
    text-align: left;
    font-weight: 400;
    font-size: 11px;
    margin-top: 15px;
    margin-bottom: -5px;
    color: #797152;
}

.storeInfo .cafeNameBox {
    position: relative;
}

.storeInfo .cafeName {
    position: relative;
    text-align: left;
    margin-top: 10px;
    font-weight: 600;
    font-size: 16px;
    word-wrap: break-word;
    padding-right: 15%;
}

.storeInfo .official {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #D2B48C;
    padding: 1px 10px;
    color: #fff;
    font-size: x-small;
    font-weight: 200;
}

.storeInfo .close {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #bbbbbb;
    padding: 1px 10px;
    color: #fff;
    font-size: x-small;
    font-weight: 200;
}

.storeInfo .aboutText {
    text-align: left;
    margin: auto auto 10px 10px;
    font-size: smaller;
}

.storeInfo .favoriteAdd {
    position: absolute;
    top: 0;
    z-index: 2;
    font-size: 13px;
    border-radius: 4px;
    padding: 0 2%;
}

.storeInfo .favoriteRemove {
    position: absolute;
    top: 0;
    z-index: 2;
    font-size: 13px;
    border-radius: 4px;
    padding: 0 4%;
}

.storeInfo .favoriteAdd:hover, .storeInfo .favoriteRemove:hover {
    opacity: 0.8;
}

.storeInfo .favoriteAdd i, .storeInfo .favoriteRemove i {
    margin-right: 8px;
}

@media (min-width:320px) {
    .storeInfo .favoriteAdd, .storeInfo .favoriteRemove {
        right: 10px;
    }
}

@media (min-width:576px) {
    .storeInfo .favoriteAdd, .storeInfo .favoriteRemove {
        right: 10px;
    }
}
    
@media (min-width:992px) {
    .storeInfo .favoriteAdd, .storeInfo .favoriteRemove {
        right: 0;
    }
}

@media (min-width:1200px) {
    .storeInfo .favoriteAdd, .storeInfo .favoriteRemove {
        right: 0;
    }
}

.storeInfo .time {
    text-align: left;
    font-size: smaller;
    font-weight: 400;
}

.storeInfo .time i {
    margin-right: 6px;
}

.storeInfo .waitingInfo {
    position: relative;
    margin: 14px auto;
    font-size: smaller;
    text-align: left;
}

.storeInfo .waitingInfo i {
    margin-right: 6px;
}

.storeInfo .waitingInfo .item {
    font-weight: 600;
    font-size: larger;
    color: #CC0033;
}

.storeInfo .waitingInfo .waitingButton {
    position: absolute;
    right: 0;
    top: -10px;
    height: 36px;
    width: 30%;
    max-width: 120px;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding-top: 8px;
}

.storeInfo .waitingInfo .waitingButton:hover {
    opacity: 0.9;
    cursor: pointer;
}

.storeInfo .waitingInfo .waitingButton a {
    display: block;
}

.storeInfo .access {
    text-align: left;
    margin: 10px auto 10px 10px;
    font-size: smaller;
}

.storeInfo .address {
    text-align: left;
    margin: auto auto 10px 10px;
    font-size: smaller;
}

.storeInfo .genre {
    position: relative;
    text-align: left;
    color: #888888;
    margin: 6px auto 4px;
    font-size: 11px;
    font-weight: 400;
}

.storeInfo .genre i {
    margin-right: 6px;
}

.storeInfo .genre .edit {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 100;
    text-decoration: underline;
}

.storeInfo .cafeTitle {
    font-weight: 600;
    margin-bottom: 10px;
}

.storeInfo .cafeContent {
    font-size: 13px;
    text-align: left;
}

.storeInfo .post {
    position: relative;
    text-align: left;
    font-size: 13px;
    color: #666666;
}

.storeInfo .post a {
    color: #666666;
    cursor: pointer;
}

.storeInfo .post ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
}

.storeInfo .post li {
    position: relative;
}

@media (min-width:320px) {
    .storeInfo .post li {
        width: 100%;
    }
    .storeInfo .post .detail li {
        width: 100%;
    }
    .top .storeInfo .post li {
        width: 100%;
    }
}

@media (min-width:576px) {
    .storeInfo .post li {
        width: 50%;
    }
    .storeInfo .post .detail li {
        width: 33.3333%;
    }
    .top .storeInfo .post li {
        width: 50%;
    }
}

@media (min-width:992px) {
    .storeInfo .post li {
        width: 50%;
    }
    .storeInfo .post .detail li {
        width: 25%;
    }
    .top .storeInfo .post li {
        width: 50%;
    }
}

@media (min-width:1200px) {
    .storeInfo .post li {
        width: 50%;
    }
    .storeInfo .post .detail li {
        width: 25%;
    }
    .top .storeInfo .post li {
        width: 50%;
    }
}

.storeInfo .post .image {
    position: relative;
    margin: auto;
}

.storeInfo .post .image li {
    width: 25%;
}

.storeInfo .post .box .image img {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
    border: solid 1px #fff;
    border-radius: 4px;
}

.storeInfo .post .box .prof {
    margin-top: 20px;
    position: relative;
}

.storeInfo .post .box .prof img {
    object-fit: cover;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.storeInfo .post .box {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.storeInfo .post .box:hover {
    background-color: #fafafa;
}

.storeInfo .post .box .name {
    position: absolute;
    top: 9px;
    left: 45px;
    z-index: 10;
    color: #888888;
    font-size: 12px;
}

.storeInfo .post .box .like {
    position: absolute;
    top: 9px;
    right: 20px;
    z-index: 10;
    color: #aaaaaa;
    font-size: 12px;
}

.storeInfo .post .box .like i {
    margin-right: 8px;
}

.storeInfo .post .cafe_name {
    margin-top: 5px;
    color: #888888;
    font-size: 12px;
}

.storeInfo .post .cafe_name i {
    margin-right: 5px;
}

.storeInfo .post .text {
    margin-top: 10px;
    font-size: 13px;
    text-align: left;
    color: #444444;
    font-weight: 400;
}

.storeInfo .post .score {
    margin-left: 10px;
    font-weight: 800;
}

.storeInfo .post .evaluation_box {
    position: relative;
}

.storeInfo .post .evaluation_bg {
    margin-top: 6px;
}

.storeInfo .post .evaluation_bg i {
    margin-right: -2px;
    color: #eeeeee;
}

.storeInfo .post .evaluation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 4px;
}

.storeInfo .post .evaluation i {
    margin-right: -2px;
    margin-top: 3px;
    color: #B8860B;
}

.storeInfo .post .score-half_05 {
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post .score-half_15 {
    position: absolute;
    top: 0;
    left: 16px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post .score-half_25 {
    position: absolute;
    top: 0;
    left: 32px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post .score-half_35 {
    position: absolute;
    top: 0;
    left: 48px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post .score-half_45 {
    position: absolute;
    top: 0;
    left: 64px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post_detail {
    position: relative;
}

.storeInfo .post_detail ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
}

.storeInfo .post_detail li {
    position: relative;
}

@media (min-width:320px) {
    .storeInfo .post_detail li {
        width: 25%;
    }
}

@media (min-width:576px) {
    .storeInfo .post_detail li {
        width: 25%;
    }
}

@media (min-width:992px) {
    .storeInfo .post_detail li {
        width: 25%;
    }
}

@media (min-width:1200px) {
    .storeInfo .post_detail li {
        width: 25%;
    }
}

.storeInfo .post_detail .image {
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
}

.storeInfo .post_detail .image:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.storeInfo .post_detail .box img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    border: solid 1px #fff;
    border-radius: 4px;
}

.storeInfo .post_detail .iconBox {
    position: relative;
    min-height: 40px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.storeInfo .post_detail .iconBox .icon {
    position: absolute;
    top: 20px;
    left: 2px;
    z-index: 2;
}

.storeInfo .post_detail .iconBox .icon img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}

.storeInfo .post_detail .iconBox .name {
    position: absolute;
    top: 13px;
    left: 45px;
    z-index: 2;
    color: #888888;
    font-size: 12px;
    font-weight: 500;
}

.storeInfo .post_detail .evaluation_box {
    position: relative;
    min-height: 22px;
}

.storeInfo .post_detail .evaluation_bg {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 4px;
}

.storeInfo .post_detail .evaluation_bg i {
    margin-right: -2px;
    color: #eeeeee;
}

.storeInfo .post_detail .evaluation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 4px;
}

.storeInfo .post_detail .evaluation i {
    margin-right: -2px;
    margin-top: 3px;
    color: #B8860B;
}

.storeInfo .post_detail .visit {
    position: relative;
}

.storeInfo .post_detail .visit .date {
    position: absolute;
    top: 0;
    left: 80px;
    color: #888888;
    font-size: 12px;
    text-align: left;
}

.storeInfo .post_detail .type_of_meals {
    margin-top: 10px;
    width: 70px;
    text-align: center;
    border: solid 1px #D2B48C;
    border-radius: 4px;
    font-size: 10px;
    color: #D2B48C;
}

.storeInfo .post_detail .score {
    position: absolute;
    z-index: 2;
    top: 1px;
    left: 100px;
    color: #888888;
    font-weight: 800;
    font-size: 14px;
}

.storeInfo .post_detail .score-half_05 {
    position: absolute;
    top: 0;
    left: 3px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post_detail .score-half_15 {
    position: absolute;
    top: 0;
    left: 19px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post_detail .score-half_25 {
    position: absolute;
    top: 0;
    left: 38px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .postdetail .score-half_35 {
    position: absolute;
    top: 0;
    left: 57px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post_detail .score-half_45 {
    position: absolute;
    top: 0;
    left: 76px;
    clip: rect(0, 7.5px, 15px, 0);
}

.storeInfo .post_detail .box .like {
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 12px;
    color: #aaaaaa;
}

.storeInfo .post_detail .box .like i {
    margin-right: 10px;
}

.storeInfo .post_detail .box .cafe_name {
    font-size: 13px;
    text-align: left;
    padding: 10px 0;
}

.storeInfo .post_detail .text {
    margin-top: 20px;
    margin-bottom: 80px;
    text-align: left;
    font-weight: 300;
    font-size: 13px;
}

.post_bg {
    font-size: 14px;
    background-color: #fafafa;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 30px;
}

.post_bg .subtitle {
    text-align: left;
    padding: 10px 15px;
}

.post_bg a {
    color: #444444;
}

.cafeDetail .box .image {
    position: relative;
    z-index: 1;
    text-align: center;
    height: 200px;
}

.cafeDetail .image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
}

.cafeDetail .text {
    padding: 15px 10px 10px;
    background-color: #fff;
    border-bottom: solid 1px #dddddd;
    border-left: solid 1px #dddddd;
    border-right: solid 1px #dddddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.cafeDetail .text .genre {
    color: #888888;
    font-size: 12px;
    font-weight: 300;
}

.storeInfo .infoList {
    margin-bottom: 40px;
}

.storeInfo .infoList-box {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.storeInfo .infoList .infoList-box .infoList-box_icon {
    margin-left: 10px;
}

.storeInfo .infoList .infoList-box .infoList-box_icon i {
    color: #bbbbbb;
}

.storeInfo .infoList .infoList-box .infoList-box_title {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
    font-weight: 400;
}

.storeInfo .infoList .infoList-box .infoList-box_subtitle {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
    font-weight: 400;
}


.storeInfo .infoList .infoList-box .infoList-box_description {
    font-size: 13px;
    margin: 10px auto 10px 40px;
    color: #666666;
}


.storeInfo .infoList h2 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 2px;
}

.storeInfo .infoList .box {
    position: relative;
    text-align: left;
    margin-bottom: 20px;
}

.storeInfo .infoList .box .boxIcon {
    margin-left: 10px;
}

.storeInfo .infoList .box .boxIcon i {
    color: #bbbbbb;
}

.storeInfo .infoList .box .boxTitle {
    position: absolute;
    top: 0;
    left: 40px;
    z-index: 2;
}

.storeInfo .infoList .box .detail {
    font-size: 13px;
    margin: 10px auto 10px 40px;
    color: #666666;
}

.storeInfo .infoList .box .detail .textTitle {
    font-size: 15px;
    margin: 15px auto 10px;
    color: #444444;
}

.storeInfo .map {
    margin-top: 10px;
}

.storeInfo .cafePost {
    font-size: 13px;
    text-align: left;
    display:flex;
    overflow-x:scroll;
    padding-left: 10px;
}

.storeInfo .cafePost .box {
    position: relative;
    margin: auto 1vw 10px;
    border: solid 1px #dddddd;
    border-radius: 4px;
    height: 200px;
}

.storeInfo .cafePost .box .image {
    position: relative;
    z-index: 100;
    text-align: center;
}

.storeInfo .cafePost .box .image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 200px;
    height: 120px;
    object-fit: cover;
    overflow: hidden;
}

.storeInfo .cafePost .box .next {
    position: relative;
    text-align: center;
    color: #888888;
    font-size: 14px;
}

.storeInfo .cafePost .box .next i {
    font-size: 40px;
}

.storeInfo .cafePost .box .next .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    z-index: 2;
}

.storeInfo .cafePost .box .next .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 2;
}

.storeInfo .cafePost .newsTitle {
    padding: 10px;
    max-width: 200px;
    color: #444444;
}

.storeInfo .cafePost .date {
    position: absolute;
    bottom: 2px;
    left: 10px;
    z-index: 2;
    color: #888888;
}

.storeInfo .cafePost .image {
    position: relative;
    height: 120px;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.storeInfo .cafePost .image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: 120px;
    object-fit: cover;
    overflow: hidden;
}

.storeInfo .cafePost .image {
    position: relative;
    width: 100%;
    z-index: 100;
    text-align: center;
}

.storeInfo .cafePost .image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
}

.storeInfo table {
    font-size: 13px;
    border-collapse: collapse;
    width: 100%;
}
  
.storeInfo table th, .storeInfo table td {
    text-align: center;
    padding: 4px 10px;
}
  
.storeInfo table th {
    background-color: #966544;
    color: white;
    border:solid 1px #D2B48C;
    width: 33.33%;
}
  
.storeInfo table td {
    border:solid 1px #D2B48C;
    text-align: left;
    word-break: break-all;
}

.storeInfo .storeMenu {
    color: #444444;
}

.storeInfo .storeMenu .box {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
    min-height: 80px;
}

.storeInfo .storeMenu .box .image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.storeInfo .storeMenu .box img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    overflow: hidden;
    object-fit: cover;
    float: left;
}

.storeInfo .storeMenu .box .name {
    margin-left: 90px;
    margin-right: 80px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.1;
}

.storeInfo .storeMenu .box .name i {
    margin-left: 10px;
}

.storeInfo .storeMenu .box .detail {
    margin-top: 4px;
    margin-left: 90px;
    margin-right: 70px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.1;
}

.storeInfo .storeMenu .box .price {
    position: absolute;
    top: 0;
    right: 10px;
    font-weight: 500;
    font-size: 13px;
    text-align: right;
    color: #d81b60;
}

.storeInfo .storeMenu .box .quantity {
    font-size: 13px;
    text-align: right;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.storeInfo .storeMenu .box .quantity-limit {
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #d81b60;
}

.storeInfo .storeMenu .box_noimage {
    position: relative;
    text-align: left;
    margin-bottom: 10px;
}

.storeInfo .storeMenu .box_noimage .name {
    position: relative;
    font-weight: 500;
    padding-right: 80px;
    font-size: 13px;
    line-height: 1.1;
}

.storeInfo .storeMenu .box_noimage .name i {
    margin-left: 10px;
}

.storeInfo .storeMenu .box_noimage .detail {
    margin-top: 4px;
    margin-right: 80px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.1;
}

.storeInfo .storeMenu .box_noimage .price {
    position: absolute;
    top: 0;
    right: 10px;
    font-weight: 500;
    font-size: 13px;
    color: #d81b60;
}

.storeInfo .storeMenu .box_noimage .quantity {
    font-size: 13px;
    text-align: right;
    margin-top: 2px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.storeInfo .storeMenu .box_noimage .quantity-limit {
    font-size: 12px;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 10px;
    color: #d81b60;
}

.storeInfo .storeMenu .course-total-wrapper {
    margin-left: 90px;
}

.storeInfo .storeMenu .course_total_amount {
    background-color: #888888;
    border-radius: 4px;
    width: 100%;
    display: inline;
    font-size: 10px;
    color: #fff;
    padding: 2px 10px;
}

.storeInfo .storeMenu .detail-btn {
    font-size: 11px;
    margin-left: 90px;
    margin-top: 5px;
    text-decoration: underline;
    cursor: pointer;
}

.storeInfo .storeMenu .course-list-item_number_of_people {
    margin-left: 90px;
}

table.takeout-menu-list {
    text-align: center;
    width: 100%;
}

table.takeout-menu-list, table.takeout-menu-list td, table.takeout-menu-list th {
    border-collapse: collapse;
    border: 1px solid #dddddd;
    text-align: center;
}

table.takeout-menu-list th {
    font-weight: 600;
    background-color: #fafafa;
    padding: 4px 3px;
    color: #444444;
    width: 50%;
}

table.takeout-menu-list td {
    padding: 2px 3px;
}

table.takeout-menu-list th.max-quantity, table.takeout-menu-list th.max-quantity-per-person {
    width: 25%;
}

details summary {
    background-color: #efefef;
    list-style: none;
    cursor: pointer;
    padding: 8px;
    border: solid .5px #dddddd;
    text-align: left;
}

details summary::-webkit-details-marker {
    display: none;
  }

details summary::before {
    font-family: FontAwesome;
    content: '\f067';
    margin-left: 10px;
    margin-right: 10px;
}

details[open] summary::before {
    content: '\f068';
}



.cafeTop .cafeList {
    display:flex;
    overflow-x:scroll;
    padding-left: 10px;
    padding-right: 40px;
}

.cafeTop .cafeList .box {
    margin: auto 1vw;
    border: solid 1px #dddddd;
    border-radius: 4px;
    width: 200px;
    min-height: 200px;
}

.cafeTop .cafeList .box h3 {
    margin-top: 2px;
    margin-bottom: 0;
    font-weight: 400;
}

.cafeTop .cafeList .box .image {
    position: relative;
    z-index: 1;
    text-align: center;
    height: 120px;
}

.cafeTop .cafeList .box .image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 100%;
    height: 120px;
    object-fit: cover;
    overflow: hidden;
}

.cafeTop .cafeList .box .name {
    padding: 4px;
    text-align: center;
    font-size: 12px;
    color: #444444;
}

.cafeTop .cafeList .box .station {
    text-align: left;
    padding: 0 10px 2px;
    font-size: 11px;
    color: #d34d74;
}

.cafeTop .cafeList .box .station i {
    margin-right: 4px;
}

.cafeTop .cafeList .box .genre {
    padding: 0 10px 8px;
    color: #888888;
    font-size: 10px;
    width: 200px;
}

.cafeTop .cafeList .box .next {
    position: relative;
    text-align: center;
    color: #888888;
    font-size: 14px;
}

.cafeTop .cafeList .box .next i {
    font-size: 40px;
}

.cafeTop .cafeList .box .next .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 130px;
    z-index: 2;
}

.cafeTop .cafeList .box .next .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 2;
}

/* news detail */
.storeInfo .news .date {
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 2;
}

.storeInfo .news .newsTitle {
    margin: 14px auto 2px;
    padding: 0 4px;
    font-weight: 600;
    text-align: left;
}

.storeInfo .news .nameBox {
    position: relative;
    min-height: 34px;
}

.storeInfo .news img {
    max-height: 200px;
    overflow: hidden;
    object-fit: cover;
    width: 100%;
}

.storeInfo .news .nameBox .icon {
    position: absolute;
    top: 10px;
    left: 2px;
    z-index: 2;
}

.storeInfo .news .nameBox .icon img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    overflow: hidden;
}

.storeInfo .news .nameBox .name {
    position: absolute;
    top: 18px;
    left: 44px;
    z-index: 2;
    color: #888888;
    font-size: smaller;
}

.storeInfo .news .detail {
    margin: 30px auto 100px;
    text-align: left;
    padding: 0 2px;
}

/* bookmark */
.storeInfo .mycafeList {
    position: relative;
}

.storeInfo .mycafeList .box {
    position: relative;
    margin-bottom: 15px;
}

.storeInfo .mycafeList .box .image img {
    height: 60px;
    width: 90px;
    overflow: hidden;
    object-fit: cover;
    float: left;
}

.storeInfo .mycafeList .box .name {
    position: absolute;
    top: 0;
    left: 110px;
    z-index: 2;
    text-align: left;
}

.storeInfo .mycafeList .box .station {
    position: absolute;
    top: 22px;
    left: 110px;
    color: #888888;
    z-index: 2;
    font-size: 13px;
}

.storeInfo .mycafeList .box .station i {
    margin-right: 8px;
}

.storeInfo .mycafeList .box .date {
    position: absolute;
    top: 44px;
    left: 110px;
    color: #888888;
    z-index: 2;
    font-size: 13px;
}

.storeInfo .mycafeList .box .time {
    position: absolute;
    top: 44px;
    left: 110px;
    color: #888888;
    z-index: 2;
}

.storeInfo .mycafeList .box .post {
    position: absolute;
    top: 44px;
    left: 180px;
    color: #888888;
    z-index: 2;
    font-size: 13px;
}

/* news list */
.newsList {
    margin-top: 10px;
}

.newsList .box {
    position: relative;
    margin-bottom: 10px;
}

.newsList .box .newsTitle {
    position: absolute;
    left: 100px;
    top: 2px;
    z-index: 2;
    line-height: 1.2;
    color: #444444;
}

.newsList .box .date {
    position: absolute;
    left: 100px;
    top: 20px;
    z-index: 2;
    color: #888888;
    font-size: 13px;
}

.newsList .box .name {
    position: absolute;
    left: 100px;
    top: 40px;
    z-index: 2;
    color: #888888;
    font-size: 13px;
}

.newsList .box .station {
    position: absolute;
    left: 170px;
    top: 22px;
    z-index: 2;
    font-size: 11px;
    color: #d34d74;
}

.newsList .box .station i {
    margin-right: 4px;
}

.newsList .box .image img {
    width: 90px;
    height: 60px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 4px;
}

/*  fix menu */
.fixMenu {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: 100;
    height: 50px;
    width: 94%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    border-radius: 6px;
	list-style:none;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.fixMenu .box {
	flex-grow: 1;
	text-align: center;
    width: 20%;
    padding-top: 6px;
}

.fixMenu .box:hover {
    background: rgba(204,204,204,0.3);
    border-radius: 6px;
}

.fixMenu .box a {
    color: #fff;
    display: block;
}

.fixMenu .box i {
    font-size: 16px;
}

.fixMenu .box .text {
    font-size: 9px;
    margin-top: 2px;
}

.cafeImage .photo ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
}

.lb {
    display: flex;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.7);
    opacity: 0;
    transition: .3s opacity ease;
    pointer-events: none;
    z-index: 1000;
}

.lb img {
    width: 100% !important;
    max-height: 100%!important;
    cursor: pointer;
}

.lb img,
.lb iframe {
    transform: scale(.85);
    transition: .3s all ease;
}

.lb:target {
    opacity: 1;
    pointer-events: auto;
    z-index: 101;
}

.lb:target img,
.lb:target iframe {
    transform: scale(1);
}

/*閉じるボタン*/
.lb::before,.lb::after {
    display: block;
    position: fixed;
    content: "";
    width: 24px;
    height:3px;
    top: 24px;
    right: 12px;
    background: #fff;
    border-radius: 4px;
}

.lb::before {
    transform: rotate(-315deg);
}

.lb::after {
    transform: rotate(315deg);
}

.imageBox {
    position: relative;
}

.imageBox .text {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 20px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-align: left;
}

.menutab .tab_label {
    font-size: 12px;
    text-align: center;
    padding: 4px 0;
    margin-bottom: 20px;
    width: calc(100%/5);
    display: block;
    float: left;
    transition: all 0.2s ease;
    cursor: pointer;
    border-radius: 20px;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    transition: all 0.2s ease;
}

#ui-datepicker-div {
    position: relative;
    z-index: 100;
}

.headerEdit ul {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
}

.headerEdit li {
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: auto;
}

.headerEdit .image {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 320px;
}

.headerEdit .image:before {
    content: "";
    display: block;
}

.headerEdit img {
    width: 320px;
    height: 180px;
    margin: auto;
    object-fit: cover;
}

.headerEdit .text {
    position: absolute;
    bottom: 0;
    font-size: .7rem;
    width: 100%;
    color: #fff;
    font-weight: 400;
    background-color: #000;
    opacity: 0.6;
    height: 40px;
    margin: -45px auto auto auto;
    padding-top: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 2;
}

.headerEdit label{
    display: block;
}

.headerEdit label img {
    cursor: pointer;
}

.headerEdit input[type=file] {
    display: none;
}

.show-count {
    font-size: 12px;
}

/* reservation */
.reservation {
    position: relative;
    text-align: center;
}

.reservation .box {
    margin-bottom: 20px;
}

.reservation .box i {
    margin-right: 10px;
}

.reservationButton {
    position: relative;
}

.reservationButton .text {
    position: absolute;
    top: 95px;
    left: 5px;
    z-index: 2;
    text-align: left;
    font-size: 15px;
    color: red;
}

/* list */
.list {
    max-width: 1200px;
    margin: auto;
    background-color: #f9f9f9;
}

.list .titleBox {
    text-align: center;
    margin: 10px;
    font-weight: 400;
    font-size: 16px;
}

.list .cafeList {
    margin: auto;
}

.list .cafeList .box {
    padding: 10px 15px 2px;
    margin: 0 auto 4px;
    background-color: #fff;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
}

.list .cafeList .box .name {
    color: #444444;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.0;
    font-size: 15px;
}

.list .cafeList .box .name i {
    font-size: 14px;
    margin-right: 6px;
}

.list .cafeList .box .intro {
    color: #797152;
    margin-top: 15px;
    margin-bottom: 8px;
    line-height: 1.0;
    font-size: 11px;
}

.list .cafeList .box .genre {
    font-size: 12px;
    color: #888888;
    margin-top: 10px;
    margin-bottom: 4px;
}

.list .cafeList .time {
    color: #888888;
    font-size: 12px;
    margin-bottom: 4px;
}

.list .cafeList .time i {
    margin-right: 6px;
}

.list .cafeList .box .area {
    font-size: 11px;
    color: #d34d74;
    margin-top: 5px;
    margin-bottom: 10px;
}

.list .cafeList .box .area i {
    margin-right: 4px;
}

.list .cafeList .box .photo {
    margin-top: 0;
    max-width: 450px;
}

.list .cafeListImage  ul {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 10px;
}

.cafeListImage .photo li {
    position: relative;
    width: 25%;
}

.cafeListImage .photo li:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.cafeListImage .photo img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    border: solid 1px #fff;
    border-radius: 4px;
}

.order .notice {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 6px;
    font-size: 14px;
}

.order .notice .detail {
    margin-top: 10px;
    margin-left: 4px;
}

.order .itemBox {
    text-align: right;
    margin-bottom: 4px;
}

.order .total {
    border-top: solid 1px #dddddd;
    margin-top: 10px;
    padding-top: 4px;
    text-align: right;
    color: red;
    font-weight: 600;
}

.orderContent {
    margin-bottom: 6px;
}

.orderList {
    position: relative;
}

.orderList .menuBox {
    position: relative;
}

.orderList .date {
    margin: 10px auto 15px;
    font-size: 16px;
    font-weight: 600;
}

.orderList .settings {
    position: absolute;
    top: 3px;
    right: 10px;
    z-index: 10;
}

.orderList .settings i {
    color: #888888;
}

.orderTitle {
    background-color: #bcad9b;
    color: #ffffff;
    padding: 4px 10px;
    text-align: center;
    font-size: 12px;
}

.orderList .box {
    text-align: center;
    padding: 4px 0;
}

.acd-check {
    display: none;
}

.acd-label {
    position: relative;
    cursor: pointer;
    display: block;
    background-color: #fafafa;
    border: solid 1px #dddddd;
    padding: 6px;
}

.acd-content {
    text-align: left;
    background-color: #fafafa;
    border: solid 1px #f1f1f1;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    padding-top: 2px;
    transition: .5s;
    visibility: hidden;
    font-size: 13px;
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px 20px;
    visibility: visible;
}

/*閉じた状態の矢印描画*/
.orderList .orderBox label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #444444 2px solid;
    border-right: #444444 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 15px;
    top: 0;
    bottom: 15%;
    margin: auto;
}

/*開いた状態の矢印描画*/
.orderList .orderBox input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #444444 2px solid;
    border-right: #444444 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 15px;
    top: 7%;
    bottom: 0;
    margin: auto;
}

.acd-content .item {
    margin-bottom: 1px;
}

.orderList .menutab {
    position: relative;
    display: flex; /* 横並びにする */
}

.orderList .menutab .tab_label {
    flex: 1; /* 均等に広げる */
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 200px;
}

.orderList .edit {
    position: absolute;
    top: -2px;
    right: 0;
    z-index: 100;
    border: solid 1px #D2B48C;
    padding: 4px 20px;
    border-radius: 4px;
}

.orderList .check {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 10;
}

.orderList .check i {
    color: #00CC00;    
}

table.order-list {
    text-align: center;
    width: 100%;
}

table.order-list, table.order-list td, table.order-list th {
    border-collapse: collapse;
    border: 1px solid #dddddd;
}

table.order-list th {
    font-weight: 600;
    background-color: #fafafa;
    padding: 4px 3px;
}

table.order-list td {
    padding: 2px 3px;
}


.couponTitle {
    background-color: #D2B48C;
    color: #ffffff;
    padding: 4px 10px;
    text-align: center;
    font-size: 12px;
}

.couponList {
    position: relative;
}

.couponList .box {
    text-align: center;
    padding: 4px 0;
}

/*閉じた状態の矢印描画*/
.couponList .couponBox label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #444444 2px solid;
    border-right: #444444 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 15%;
    margin: auto;
}

/*開いた状態の矢印描画*/
.couponList .couponBox input[type=checkbox]:checked + label:after{
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #444444 2px solid;
    border-right: #444444 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 15px;
    top: 7%;
    bottom: 0;
    margin: auto;
}

.couponList .menutab .tab_label {
    margin-bottom: 15px;
}

/* rsv */
.rsv .time {
    margin: 5px auto 0;
    font-weight: 600;
    color: #444444;
}

.rsv .rsvBox {
    padding: 10px 0 5px;
}

.rsv .rsvList {
    display:flex;
    overflow-x:scroll;
    padding-right: 40px;
    margin-bottom: 15px;
}

.rsv .rsvList .box {
    margin: auto 2px;
    border: solid 1px #dddddd;
    border-radius: 4px;
    background-color: #FFFAFA;
    min-width: 70px;
    height: 60px;
    text-align: center;
    position: relative;
}

.rsv .rsvList .box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    font-weight: 300;
}

.rsv .rsvList .box_for_owner {
    margin: auto 2px;
    border: solid 1px #dddddd;
    border-radius: 4px;
    background-color: #FFFAFA;
    min-width: 80px;
    min-height: 60px;
    text-align: center;
}

.rsv .rsvList .box_for_owner a {
    color: #888888;
}

.rsv .rsvborder {
    border-top: dotted 1px #dddddd;
    width: 95%;
}

.rsv .rsvList ul {
    margin: auto;
    padding: 0;
    list-style: none;
    max-width: 90%;
}

.rsv .rsvList li {
    width: 50%;
    float: left;
    font-size: 14px;
}

.rsv .holiday {
    min-height: 30px;
    padding-left: 10px;
    padding-top: 8px;
    font-size: 14px;
    color: red;
}

ul.settingButton {
    margin: auto;
    padding: 0;
    list-style: none;
}

.settingButton li {
    width: 50%;
    float: left;
    font-size: 14px;
    padding: 0 5px;
}
