@charset "UTF-8";

#season_menu {
  padding-top: 0px;
  padding-bottom: 70px;
}

#season_menu:before {
  height: 98.3%;
}

h2.season_title {
  font-size: 2rem;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
  line-height: 1.5;
}

.txt_wrapper {
  width: 90%;
  padding: 2rem;
}

.selectBox {
  width: 324px;
  font-size: 85%;
}

select {
  padding: 5px 40px 5px 10px;
}


.menu_cat h2 {
  font-size: 1.8rem;
  padding: 5px 12px 4px;
}

dl.clfix {
  width: 90%;
  margin: 2rem auto 0;
}

dd {
  width: 70%;
}

.js-accordionTtl {
  color: #fff;
  text-align: left;
  display: block;
  padding: 10px 20px;
  width: 100%;
}

.js-innerAccordion {
  display: block;
}

img.arrow_white {
  width: 14px;
  margin-top: 9px;
  float: right;
}

.js-accordionTtl.is-active img {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.sp_menu_title {
  background-color: #a9894a;
  border-top: 1px solid #fff;
  width: 100%;
}

.menu_cat h2 {
  font-size: 1.8rem;
  color: #a9894a;
  padding: 5px 10px 3px;
  text-align: left;
  width: 95%;
  position: relative;
  margin: 10px auto 0;
  border: 1px solid #a9894a;
  background: none;
}

.menu_cat {
  margin-bottom: 0;
}

a.tel_link {
  color: #555;
  text-decoration: none !important;
}

.selectBox:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1.8em;
  display: block;
  content: "";
  background: #a9894a url(../../../..//images/top/serach_arrow.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;
}