@charset "utf-8";
/* -----------------------------------------------------------------------

plan.css

----------------------------------------------------------------------- */


/*----------------------------------------------------------

    Display：common
    
----------------------------------------------------------*/

/*----------------------------------------------------------

    header
    
----------------------------------------------------------*/
#plan header {
    min-width: 1060px;
    width: 100%;
    height: 520px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #eeeeee;
    background-size: cover;
    position: relative;
}

/*----------------------------------------------------------
    Display：320px → 768px（ sp ）
----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #plan header {
        min-width: 320px;
        width: 100%;
        height: 280px;
        position: relative;
    }
}



/*----------------------------------------------------------

    readArea
    
----------------------------------------------------------*/
#readArea {
    padding: 50px 0 0;
    position: relative;
    box-sizing: border-box;
}

#readArea .catchCopy {
    margin: 0;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 2.2em;
    color: #111111;
    letter-spacing: 0.15em;
    text-align: center;
    font-family: SourceHanSerifJP;
}

#readArea .readTxt {
    color: #ffffff;
    letter-spacing: 0.2em;
    text-align: center;
}

/*----------------------------------------------------------
    Display：320px → 768px（ sp ）
----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #readArea {
        padding: 20px 0 0;
        position: relative;
    }

    #readArea .catchCopy {
        font-size: 1.4rem;
        line-height: 2.0em;
        letter-spacing: 0.05em;
        text-align: left;
    }
}



/*----------------------------------------------------------

    plan
    
----------------------------------------------------------*/
#planArea {
    background: #eee9e6 !important;
    display: none;
}

/*----------------------------------------------------------
    Display：768px → （ sp ）
----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #planArea {
        padding: 30px 0;
    }
}

/*----------------------------------------------------------
    Display：max → 768px（ pc ）
----------------------------------------------------------*/
@media screen and (min-width: 768px) {
    #planArea {
        padding: 60px 0 30px;
    }
}



/*----------------------------------------------------------

    priceArea
    
----------------------------------------------------------*/
#priceArea {
    padding: 60px 0;
    box-sizing: border-box;
    background: #eee9e6;
}

#priceArea .inner {
    width: 100%;
    max-width: 1060px;
    margin: 0px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

#priceArea .time {
    width: 100%;
    max-width: 480px;
    margin: 20px auto 20px;
    padding: 8px;
    text-align: center;
    border: 1px solid #111111;
    box-sizing: border-box;
}

#priceArea .time span {
    display: block;
    font-size: 0.86em;
    line-height: 1.5em;
}

#priceArea .inner .box {
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
}

#priceArea .inner .box .plan_fukidashi {
    position: absolute;
    width: 220px;
    top: 135px;
    right: 52px;
}

#priceArea .inner .box.lunch .plan_fukidashi {
    top: 225px;
    top: 135px;
    right: 52px;
}

#priceArea .inner .box .plan_fukidashi img {
    width: 100%;
}

#priceArea .inner .mem_reserve {
    text-align: center;
    background: #b02337;
    color: #fff;
    width: 98%;
    margin: 20px auto 40px;
    font-size: 1.2em;
    padding: 10px;
    font-family: SourceHanSerifJP;
    letter-spacing: 1px;
    box-sizing: border-box;
    line-height: 1.3;
}

#priceArea .inner .mem_reserve.min {
    width: 48%;
}

#priceArea .inner .mem_reserve span {
    font-size: 1.7em;
    display: inline-block;
    margin: 0 3px;
}

#priceArea .inner .box h3 {
    margin: 0 0 10px;
    font-size: 2.0rem;
    line-height: 40px;
    text-align: center;
    font-family: SourceHanSerifJP;
}

#priceArea .inner .box h3 span {
    margin: 0 5px;
    padding: 0 10px 0 50px;
    display: inline-block;
}

#priceArea .inner .box.lunch h3 span {
    background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/kyotoshh/contents/boulevard/img/common/icon_lunch2.png) no-repeat 5px 50%;
    background-size: 40px auto;
}

#priceArea .inner .box.dinner h3 span {
    background: url(https://www.hankyu-hotel.com/-/media/hotel/hh/kyotoshh/contents/boulevard/img/common/icon_dinner2.png) no-repeat 5px 50%;
    background-size: 35px auto;

}

#priceArea .inner .boxTxt {
    max-width: 200px;
    margin: 0 auto 25px;
    padding: 0;
    font-size: 1.2rem;
    line-height: 2em;
    letter-spacing: 0.05em;
    text-align: center;
    color: #ffffff;
    background: #911c1f;
    box-sizing: border-box;
}

#priceArea .inner .box .kigen {
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5em;
    letter-spacing: 0.15em;
}

#priceArea .inner .box .catchTxt {
    padding: 0 0 25px;
    font-size: 1.8rem;
    line-height: 1.5em;
    letter-spacing: 0.15em;
    text-align: center;
    font-family: SourceHanSerifJP;
}

#priceArea .inner .box .tableBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: wrap;
    flex-wrap: wrap;
}

#priceArea .inner .box .tableBox.c1 {
    width: 48%;
    margin: 0 auto;
}

#priceArea .inner .box table {
    width: 48%;
    /**margin:0;**/
    margin: 0 auto;
    padding: 0;
    border: 1px solid #353332;
    border-collapse: collapse;
}

#priceArea .inner .box .tableBox.c3 table {
    width: 31.33%;
}

#priceArea .inner .box .tableBox table.w100 {
    width: 100% !important;
    margin: 0 1% 30px;
}

#priceArea .inner .box table thead th {
    padding: 5px 0;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.6em;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.05em;
    background: #595959;
    border: 1px solid #353332;
    box-sizing: border-box;
}

#priceArea .inner .box table thead th.l2 {
    line-height: 3.2;
}

#priceArea .inner .box table thead th.ttl {
    padding: 8px 0;
    background: #353332;
}

#priceArea .inner .box.season table thead th.photo {
    padding: 0;
}

#priceArea .inner .box table thead td {
    padding: 10px 0;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    background: #ffffff;
    border: 1px solid #353332;
    box-sizing: border-box;
}

#priceArea .inner .box table thead td span {
    margin-top: 3px;
    display: block;
    font-size: 1.2rem;
    line-height: 1.6em;
}

#priceArea .inner .box table tbody th {
    width: 50%;
    padding: 5px 0;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.05em;
    background: #d9d1b5;
    border: 1px solid #353332;
    box-sizing: border-box;
}

#priceArea .inner .box table tbody th.member {
    background: #efc4ba;
}

#priceArea .inner .box table tbody td {
    padding: 8px 15px;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.6em;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.05em;
    background: #ffffff;
    border: 1px solid #353332;
    box-sizing: border-box;
    overflow: hidden;
}

#priceArea .inner .box .c3 table tbody td {
    padding: 8px 8px;
}

#priceArea .inner .box table tbody td .target {
    padding-top: 10px;
    width: 50%;
    float: left;
    text-align: left;
}

#priceArea .inner .box table tbody td .price {
    width: 50%;
    float: right;
    text-align: right;
    font-size: 1.4rem;
    line-height: 1.6em;
    font-family: SourceHanSerifJP;
    letter-spacing: 0.05em;
}

#priceArea .inner .box table tbody td .price em {
    font-size: 2.0rem;
    line-height: 1.6em;
}

#priceArea .inner .box table tbody td.member .price {
    color: #c90000;
}

#priceArea .inner .box table tbody td .etcPrice {
    width: 100%;
    color: #c90000;
    font-size: 1.4rem;
    float: none;
}

#priceArea .inner .box .tableBox .cpbox {
    display: block;
    width: 55%;
    margin: 0 auto 30px;
    padding: 18px 0 8px;
    border: 2px solid #BB2338;
    border-collapse: collapse;
    background: #fff;
    text-align: center;
    z-index: auto;
}

#priceArea .inner .box .tableBox .cpbox p {
    margin: 0 0 10px;
    font-size: 1.6rem;
}

#priceArea .inner .box .tableBox .cpbox p.ttl {
    position: relative;
    display: inline-block;
    padding: 0;
    line-height: 1.6;
}

#priceArea .inner .box .tableBox .cpbox p.ttl::before,
#priceArea .inner .box .tableBox .cpbox p.ttl::after {
    position: absolute;
    content: '';
    width: 1.5px;
    height: 46px;
    padding: 0 0 10px;
    bottom: 0;
    background-color: #BB2338;
}

#priceArea .inner .box .tableBox .cpbox p.ttl:before {
    left: -15px;
    transform: rotate(-35deg)
}

#priceArea .inner .box .tableBox .cpbox .ttl:after {
    right: -20px;
    transform: rotate(35deg)
}

#priceArea .inner .box .tableBox .cpbox em {
    padding: 0 5px 0 0;
    font-size: 2.4rem;
    color: #BB2338;
}

#priceArea .inner .box .tableBox .cpbox p.mds {
    position: relative;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    color: #fff;
    background: #BB2338;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    z-index: 1;
}

#priceArea .inner .box .tableBox .cpbox p.mds em {
    padding: 0 5px 0;
    color: #fff;
    font-size: 2.2rem;
}

#priceArea .inner .box .tableBox .cpbox p.mds:before,
#priceArea .inner .box .tableBox .cpbox p.mds:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    top: 0;
    border: 23px solid #BB2338;
    z-index: -1;
}

#priceArea .inner .box .tableBox .cpbox p.mds:before {
    left: -33px;
    border-left-width: -5px;
    border-left-color: transparent;
}

#priceArea .inner .box .tableBox .cpbox p.mds:after {
    right: -33px;
    border-right-width: -5px;
    border-right-color: transparent;
}

#priceArea .price_note {
    display: block;
    text-align: center;
    color: #c90000;
    margin: 30px 0 0;
    font-size: 1.2em;
}

#priceArea .kikan_note {
    display: block;
    text-align: center;
    color: #c90000;
    margin: 30px 0 0;
    font-size: 1.1em;
    letter-spacing: 1px;
}

#priceArea .drinkFreeBox {
    width: 840px;
    margin: 40px auto 0;
    padding: 0;
    border: 1px solid #353332;
    background: #ffffff;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: wrap;
    flex-wrap: wrap;
}

#priceArea .drinkFreeBox .ttlBox {
    width: 35%;
    padding: 15px;
    font-size: 1.6rem;
    line-height: 80px;
    text-align: center;
    color: #ffffff;
    background: #931b1b;
    border-right: 1px solid #353332;
    box-sizing: border-box;
}

#priceArea .drinkFreeBox .txtBox {
    width: 65%;
    padding: 15px 20px;
    font-size: 1.4rem;
    line-height: 24px;
    box-sizing: border-box;
}

#priceArea .drinkFreeBox .txtBox .price {
    margin-top: 6px;
    font-size: 1.4rem;
    font-family: SourceHanSerifJP;
    letter-spacing: 0.1em;
}

#priceArea .drinkFreeBox .txtBox .price em {
    font-size: 2.4rem;
}

/*----------------------------------------------------------
    Display：768px → （ sp ）
----------------------------------------------------------*/
@media screen and (max-width: 768px) {
    #priceArea {
        padding: 40px 0;
    }

    #priceArea .time {
        width: 90%;
        max-width: 380px;
        margin: 20px auto 30px;
        padding: 8px 5px;
        font-size: 1.2rem;
        line-height: 1.8em;
        text-align: center;
        background: #ffffff;
        border: 1px solid #111111;
        box-sizing: border-box;
    }

    #priceArea .time span {
        display: block;
        font-size: 1.12em;
    }

    #priceArea .inner .box {
        width: 100%;
        float: none;
    }

    #priceArea .inner .box .plan_fukidashi {
        position: relative;
        right: 0px;
        top: auto;
        width: 160px;
        display: inline-block;
        float: right;
        margin: 0 10px -14px 0;
    }

    #priceArea .inner .box.lunch .plan_fukidashi {
        right: 0px;
        left: 0px;
        top: auto;
    }

    #priceArea .inner .mem_reserve {
        font-size: 1em;
        margin: 0px auto 40px;
        width: 100%;
    }

    #priceArea .inner .mem_reserve.min {
        width: 100%;
    }

    #priceArea .inner .box .tableBox {
        width: 100%;
        float: none;
    }

    #priceArea .inner .box .tableBox table.w100 {
        margin: 0 0 30px;
    }

    #priceArea .inner .box .tableBox table.w100 thead td {
        padding: 10px 5px;
    }

    #priceArea .inner .box table {
        width: 100% !important;
        margin-bottom: 30px;
    }

    #priceArea .inner .box table thead th {
        font-size: 1.2rem;
        line-height: 1.6em;
    }

    #priceArea .inner .box table thead th.l2 {
        line-height: 1.6;
    }

    #priceArea .inner .box table thead td span {
        display: block;
        font-size: 1.0rem;
        line-height: 1.6em;
    }

    #priceArea .inner .box table tbody td {
        padding: 5px 10px;
        font-weight: normal;
        font-size: 1.2rem;
        line-height: 1.6em;
    }

    #priceArea .inner .box table tbody td .price {
        font-size: 1.4rem;
        line-height: 1.6em;
    }

    #priceArea .inner .box table tbody td .price em {
        font-size: 1.8rem;
        line-height: 1.6em;
    }

    #priceArea .inner .box .tableBox .cpbox {
        width: 100%;
    }

    #priceArea .inner .box .tableBox .cpbox p {
        font-size: 1.4rem;
    }

    #priceArea .inner .box .tableBox .cpbox em {
        font-size: 2.0rem;
    }

    #priceArea .inner .box .tableBox .cpbox p.mds {
        height: 60px;
        line-height: 22.5px;
        padding: 7px 5px 0;
    }

    #priceArea .inner .box .tableBox .cpbox p.mds:before,
    #priceArea .inner .box .tableBox .cpbox p.mds:after {
        border: 30px solid #BB2338;
    }

    #priceArea .inner .box .tableBox .cpbox p.mds:before {
        left: -34px;
        border-left-color: transparent;
    }

    #priceArea .inner .box .tableBox .cpbox p.mds:after {
        right: -34px;
        border-right-color: transparent;
    }

    #priceArea .drinkFreeBox {
        width: 100%;
        margin: 0px auto 0;
        padding: 0;
        border: 1px solid #353332;
        background: #ffffff;
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -ms-flex-pack: wrap;
        flex-wrap: wrap;
    }

    #priceArea .drinkFreeBox .ttlBox {
        width: 100%;
        padding: 10px;
        font-size: 1.4rem;
        line-height: 20px;
        text-align: center;
        border-right: none;
    }

    #priceArea .drinkFreeBox .txtBox {
        width: 100%;
        padding: 15px 15px;
        font-size: 1.2rem;
        line-height: 24px;
        text-align: center;
    }

    #priceArea .drinkFreeBox .txtBox .price {
        font-size: 1.2rem;
    }

    #priceArea .drinkFreeBox .txtBox .price em {
        font-size: 2.0rem;
    }

    #priceArea .price_note {
        margin: 0;
    }

    #priceArea .inner .box .tableBox .cpbox p.mds em {
        font-size: 2rem;
    }
}

/*----------------------------------------------------------
    Display：769px → （ pc ）
----------------------------------------------------------*/
@media screen and (min-width: 769px) {
    #priceArea .inner .box table thead td span {
        margin-left: 5px;
    }

    #priceArea .inner .box.season table thead th.ttl,
    #priceArea .inner .box.season table thead th.catch {
        height: 84px;
    }
}







/*----------------------------------------------------------
    クリスマス・お正月
----------------------------------------------------------*/

#xmas.menuArea.box,
#newyear.menuArea.box {
    color: #111111;
    box-sizing: border-box;
}

#newyear.menuArea.box .inner {
    background: #fff url(../img/buffet/2211/bg_newyear.jpg) center bottom no-repeat;
    background-size: cover;
}

#xmas.menuArea.box .jp-ttl,
#newyear.menuArea.box .jp-ttl {
    margin-bottom: 30px;
}

#xmas.menuArea.box .jp-ttl span {
    color: #fff;
    font-size: 3.8rem;
}

#newyear.menuArea.box .jp-ttl span {
    font-size: 3.8rem;
}

#xmas.menuArea .kikan {
    color: #fff;
    font-size: 2.8rem;
    font-family: SourceHanSerifJP;
    font-weight: lighter;
    margin: 5px 0 0;
}

#newyear.menuArea .kikan {
    color: #a82124;
    font-size: 2.8rem;
    font-family: SourceHanSerifJP;
    font-weight: lighter;
    margin: 5px 0 0;
}

#priceArea .inner .box .tableBox table.w70 {
    width: 70% !important;
    margin: 0 auto 30px;
}

#xmas.menuArea.box .explan,
#newyear.menuArea.box .explan {
    margin: 20px auto 0;
    width: 100%;
    display: block;
    text-align: center;
}

#xmas.menuArea.box .explan img,
#newyear.menuArea.box .explan img {
    width: 48%;
    height: auto;
    display: inline-block;
}

#xmas.menuArea.box .note,
#newyear.menuArea.box .note {
    color: #fff;
    text-align: center;
    border-top: none;
    margin: 0;
    display: block;
    width: 100%;
    font-size: 14px;
}

#newyear.menuArea.box .note {
    color: #111111;
}


@media screen and (max-width: 768px) {

    #xmas.menuArea.box .jp-ttl span,
    #newyear.menuArea.box .jp-ttl span {
        font-size: 2.8rem;
        padding: 0;
    }

    #xmas.menuArea.box .inner,
    #newyear.menuArea.box .inner {
        padding: 10% 3% 3%;
    }

    #priceArea .inner .box .tableBox table.w70 {
        width: 100% !important;
        margin: 0 0 30px;
    }

    #xmas.menuArea.box .explan,
    #newyear.menuArea.box .explan {
        margin: -20px auto 20px;
    }

    #xmas.menuArea.box .explan img,
    #newyear.menuArea.box .explan img {
        width: 100%;
    }

    #xmas.menuArea.box .jp-ttl span,
    #newyear.menuArea.box .jp-ttl span {
        background-image: none;
    }

    #xmas.menuArea .kikan,
    #newyear.menuArea .kikan {
        font-size: 1.8rem;
    }



}





#xmas .btn.xmas,
#newyear .btn.newyear {
    background: #fff;
    color: #a21212;
    padding: 25px;
    font-size: 22px;
    width: 18em;
    max-width: 100%;
    margin: 30px auto 20px;
    border: none;
}

#xmas .btn.xmas:hover {
    opacity: 1;
    background: #fbe2e2;
}

#xmas .btn.xmas::before,
#newyear .btn.newyear::before {
    position: absolute;
    top: 50%;
    left: inherit;
    display: block;
    right: 22px;
    width: 10px;
    height: 10px;
    margin: -7px 0 0 0;
    border-top: 1px solid #a21212;
    border-right: 1px solid #a21212;
    transform: rotate(45deg);
    content: "";
}

#xmas .btn.xmas::after,
#newyear .btn.newyear::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    border: 3px double #a21212;
    width: calc(100% - 15px);
    height: calc(100% - 15px);
}



#newyear .btn.newyear {
    background: #a21212;
    color: #fff;
}

#newyear .btn.newyear:hover {
    opacity: 1;
    background: #7f0606;
}

#newyear .btn.newyear::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#newyear .btn.newyear::after {
    border: 3px double #fff;
}

@media (max-width: 480px) {

    #xmas .btn.xmas,
    #newyear .btn.newyear {
        padding: 20px;
        font-size: 20px;
        width: 100%;
        box-sizing: border-box;
        margin: 0px auto 30px;
    }
}





/*----------------------------------------------------------
    ゴールデンウイーク
----------------------------------------------------------*/

.gwtime {
    width: 100%;
    border: 2px solid #b02337;
    background: #fff;
    text-align: center;
    margin: 0 1% 30px;
    color: #b02337;
    font-size: 1.1em;
}

.gwtime dt {
    background: #b02337;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    letter-spacing: 1px;
}

.gwtime dd {
    padding: 5px 10px;
}

.gwtime dd span {
    font-weight: 600;
}


@media screen and (max-width: 768px) {
    .gwtime {
        font-size: 1em;
    }
}



/*----------------------------------------------------------
    ランチスポット
----------------------------------------------------------*/

.img_calendar {
    width: 100%;
    max-width: 640px;
    margin: 30px auto;
    display: block;
}

.lunchspot {
    width: 100%;
    max-width: 600px;
    margin: 30px auto 40px;
    border: 1px #000 solid;
    position: relative;
    color: #6a3906;

}

.lunchspot:before {
    content: "";
    position: absolute;
    display: inline-block;
    border: 1px dashed #BF1E2D;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.lunchspot .recomm {
    background: #c3302e;
    color: #fff;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    padding: 8px 40px;
    font-size: 1.6em;
}

.lunchspot .recomm::before {
    content: url(../img/plan/deco_ribon_l.png);
    position: absolute;
    left: -38px;
    top: 8px;
}

.lunchspot .recomm::after {
    content: url(../img/plan/deco_ribon_r.png);
    position: absolute;
    right: -38px;
    top: 8px;
}


.lunchspot .recomm+.lunchspot_area {
    padding: 15px 0 0;
    background: #edba70;
}

.lunchspot h3 {
    background: #EDBA70;
    padding: 15px 10px 10px;
    text-align: center;
    color: #BF1E2D;
    font-size: 1.6em;
    font-weight: 600;
}

.lunchspot h3 span {
    display: block;
    font-size: 0.7em;
    font-weight: 400;
    color: #6a3906;
}

.lunchspot .lunchspot_txt {
    background: #FFF;
    padding: 10px;
    text-align: center;
}

.lunchspot .lead {
    margin: 10px 0;
    text-align: center;
    font-size: 1.2em;
}

.lunchspot .attention {
    color: #BF1E2D;
}

.lunchspot .note {
    font-size: 0.8em;
}

.p-small {
    font-size: 2rem !important;
    padding-left: 5px !important;
    font-family: 'SourceHanSerifJP' !important;
}

.p-large {
    font-size: 2.6rem !important;
    color: #C2373A !important;
    padding-left: 5px !important;
    font-family: SourceHanSerifJP !important;
}

@media screen and (max-width: 768px) {
    .p-small {
        font-size: 1.6rem !important;
    }

    .p-large {
        font-size: 2rem !important;
    }
}

.border-pink {
    color: #6a3906 !important;
    background-color: #F6A2A4 !important;
    border: 2px solid #F6A2A4 !important;
}

.border-blue {
    color: #6a3906 !important;
    background-color: #4FBBE7 !important;
    border: 2px solid #4FBBE7 !important;
}

.border-pink.bold {
    font-weight: bold !important;
}

.border-blue.bold {
    font-weight: bold !important;
}

.spot-p {
    margin: 0 10px 10px 10px !important;
}

.spot-p td {
    display: flex;
    justify-content: center;
    align-items: baseline;
    border: none !important;
}

.table-pink {
    border: 2px solid #F6A2A4 !important;
}

.table-blue {
    border: 2px solid #4FBBE7 !important;
}

.yajirushi {
    font-size: 1.6rem !important;
    margin: 0 6px;
}