@charset "UTF-8";

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

#season_menu:before {
    height: 90%;
}

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

.season_text {
    width: 90%;
    margin: 0 auto;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.txt_wrapper {
    width: 100%;
    border: none;
    margin: 0;
    padding: 3rem 2.5rem 0;
}

.selectBox {
    width: 290px;
    font-size: 85%;
    margin: 40px auto;
}
select{
  padding: 5px 10px;
}


.menu_cat h2 {
    font-size: 1.8rem;
    padding: .4em .7em;
    margin-bottom: 20px;
}

.menu_cat h3 {
    font-size: 1.8rem;
    padding: .4em .7em;
}

/* --- */

@charset "UTF-8";

ul.sweets_list{
  width: 90%;
  margin-top: 2rem;
}

ul.sweets_list li {
  width: 100%;
}

img.shop_photo{
  width: 100%;
}

.cont960 h2 {
    margin: 3rem auto 2rem;
}

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

h3.product_name{
  font-size: 1.6rem;
  margin: 15px 0 3px;
}

.shop_page{
  font-size: 1.3rem;
  margin-left: 10px;
}

.shop_text{
  margin-bottom: 7px;
}

.shop_name {
  margin-bottom: 3px;
}

.shop_text p{
  line-height: 1.6;
}

.shop_more{
  font-size: 1.4rem;
  line-height: 1.6;
}

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%;
}

.shop_more{
  display: block;
}
.dsc_more{
  display: none;
}

.js-innerAccordion{
  display: none;
}


section.ginza_six_moment {
    width: 100%;
}

.ginza_six_moment a {
    color: #a9894a;
    text-decoration: underline;
}