@charset "UTF-8";

#season_menu {
    margin-top: 70px;
}

#season_menu:before {
    content: "";
    position: absolute;
    width: 100%;
    background-size: contain;
    height: 95%;
    top: 240px;
    left: 0;
    z-index: -1;
    background-color: #fbf8f0;
    transform: skewY(-10deg);
}

.txt_wrapper {
    display: block;
    width: 70%;
    padding: 3rem;
    margin: 3rem auto 6rem;
    border: 1px solid #555555;
}

.menu_cat h1 {
    font-size: 2.4rem;
    color: #a9894a;
    margin: 50px 20px 60px;
}

.menu_cat h1:before {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-right: 20px;
    margin-top: 10px;
    vertical-align: super;
}

.menu_cat h1:after {
    content: "";
    width: 160px;
    border-bottom: 1px solid #a9894a;
    display: inline-block;
    margin-left: 20px;
    vertical-align: super;
}

.anchor_btns {
    width: 700px;
    margin: auto;
    position: relative;
    left: 40px;
}

.anchor_btns li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
    margin-bottom: 20px;
    transition: .3s;
}

.anchor_btns li:hover {
    opacity: 0.7;
}




h2.season_title {
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.season_text {
    letter-spacing: 0.5px;
    line-height: 1.8;
    text-align: left;
    margin: auto;
    width: 640px;
    margin-bottom: 20px;
}

.season_text p {
    margin-bottom: 20px;
}

.season_comments p {
    font-size: 1.3rem;
    line-height: 2.0;
}

.season_comments {
    margin: 0 auto;
    width: 640px;
    text-align: left;
    margin-bottom: 60px;
}

.psmark {
    width: 23px;
    vertical-align: middle;
    margin: 0 5px 3px;
}


.menu_cat {
    margin-bottom: 80px;
}

.menu_cat h2 {
    font-size: 2.2rem;
    color: #fff;
    padding: .1em .7em;
    background-color: #a9894a;
    text-align: left;
    width: 100%;
    position: relative;
    margin: -1px auto 0;
}

.dl_wrap {
    display: flex;
    -js-display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin-right: -20px;
}

dl.clfix {
    width: calc(50% - 20px);
    float: left;
    text-align: left;
    vertical-align: top;
    margin-top: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

dt {
    width: 20%;
    float: left;
    clear: left;
    vertical-align: top;
    margin: .3rem 0;
}

dd {
    width: 80%;
    float: left;
    vertical-align: top;
    margin: .3rem 0;
}

.shop_name {
    color: #a9894a;
    transition: .3s;
}

.shop_name:hover {
    opacity: 0.7;
}

.selectBox {
    margin: 0 auto 6rem;
    position: relative;
    width: 359px;
}

.selectBox:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8em;
    display: block;
    content: "";
    background: #a9894a url(../images/arrow_white.png) no-repeat;
    pointer-events: none;
    background-position: center;
    background-size: 50%;
    position: absolute;
    right: 25px;
    top: 0;
    height: 100%;
    width: 27px;
    background-color: #a9894a;
    background-repeat: no-repeat;
    -webkit-transition: .3s;
    transition: .3s;
}

select {
    color: #555;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    padding: 5px 30px 5px 15px;
}

.fontsize_13 {
    font-size: 1.3rem;
}

/*  */

.shop_more {
    display: none;
    margin-top: 10px;
    font-size: 1.3rem;
    letter-spacing: 0px;
    line-height: 1.5;
}

a.dsc_more {
    color: #555555;
    font-size: 1.2rem;
    transition: .3s;
}

a.dsc_more:hover {
    opacity: 0.7;
}

img.arrow {
    width: 9px;
    margin-bottom: 7px;
    margin-right: 5px;
}

.pc .js-innerAccordion {
    display: block !important;
}

.dsc_more img {
    transition: .3s;
}

.dsc_more.is-active img {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.none {
    opacity: 0;
}