@charset "UTF-8";


#season_menu {
    margin-top: 70px;
}

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

.txt_wrapper {
    display: block;
    width: 80%;
    margin: 4rem auto 2rem;
}
.txt_wrapper2 {
    border: 1px solid #a9894a;
    padding: 40px;
}
.txt_wrapper2 h3 {
    color: #a9894a;
    margin-bottom: 20px;
}


h2.season_title {
    letter-spacing: 1px;
    font-size: 2.4rem;
    color: #a9894a;
    margin: 5rem auto 6rem;
}

.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 70px;
    position: relative;
    width: 310px;
}

.selectBox:after {
    position: absolute;
    top: 0;
    bottom: 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: 0px;
    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);
}