@charset "UTF-8";

#season_menu {
  padding-top: 16rem;
  padding-bottom: 10rem;
  overflow: hidden;
}

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

.txt_wrapper {
  display: block;
    width: fit-content;
    margin: 3rem auto 7rem;
}

h2.season_title{
  margin-bottom: 50px;
  letter-spacing: 1px;
  font-size: 2.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;
}

/* --- */

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

.cont960 {
  max-width: 960px;
  margin: auto;
}

.cont960 h2 {
  margin-bottom: 3rem;
}

.menu_cat h1 {
  font-size: 2rem;
  color: #ffffff;
  margin: 4rem auto 3rem;
  background: #a9894a;
  max-width: 960px;
  position: relative;
  padding: 4px 0 3px;
}

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

h2 {
  font-size: 2.4rem;
  color: #a9894a;
  margin: 5rem auto 0;
}

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

ul.sweets_list{
  width: 960px;
  margin: 0 auto;
  text-align: left;
}
ul.sweets_list li{
  display: inline-block;
  margin-bottom: 20px;
  vertical-align: top;
}

ul.sweets_list li{
  width: 225px;
  text-align: left;
  margin-right: 15px;
  background: #fff;
  padding: 10px;
}
ul.sweets_list li:nth-child(4n) {
  margin-right: 0;
}

h3.product_name{
  font-size: 1.4rem;
  letter-spacing: 0px;
  color: #a9894a;
  margin: 10px 0 5px;
}

.shop_page{
  border-bottom: 1px solid #a9894a;
  font-size: 1.2rem;
  margin-left: 5px;
  color: #a9894a;
  transition: .3s;
}

.shop_page:hover{
  opacity: 0.7;
}

.shop_name{
  /* text-decoration: underline; */
  transition: .3s;
  height: 45px;
  display: table;
}

.shop_name:hover{
  opacity: 0.7
}

.shop_name a{
  color: #a9894a;
}

p.shop_name{
  display: table-cell;
  vertical-align: middle;
}

.shop_text{
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
img.shop_photo{
  width: 205px;
/*  cursor: pointer;
  transition: .3s ease;*/
}

/*img.shop_photo:hover {
  opacity: 0.6;
}*/

.shop_text p{
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.shop_text p.price {
  font-size: 1.4rem;
  margin: 4px 0;
  border: 1px solid #ddd;
  padding: 5px 4px 4px 6px;
  word-break: break-all;
  letter-spacing: 0.6px;
}

.shop_text p.floor {
  font-size: 1.3rem;
  margin: 6px 2px;
}

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

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

section.modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.85);
  z-index: 9999;
  display: none;
}

.modal-img {
  width: 53%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-42%);
  max-height: 520px;
  opacity: 0;
  transition:.3s ease;
}

.modal-img.show {
  transform: translateY(-50%);
  opacity: 1;
}

.modal-img img {
  max-width: 100%;
  max-height: 65vh;
}

.prev {
  width: 80px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.prev img {
  transition:.3s ease;
  width: 30px;
}

.prev:hover img {
  transform: translateX(-10px);
}

.next {
  width: 80px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.next img {
  transition:.3s ease;
  width: 30px;
}

.next:hover img {
  transform: translateX(10px);
}

.close {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  transition:.3s ease;
}

.close:hover {
  transform: rotate(180deg);
}

.close span {
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  top: 25px;
  left: 0;
}

.close span:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #fff;
  display: block;
  transform: rotate(-90deg);
  position: absolute;
  top: 0px;
  right: 0;
}

.closeOverlay {
  width: 100%;
  height: 100%;
}

.closeOverlay:hover .close {
  transform: rotate(90deg);
}

.none {
  opacity: 0;
}

/*  */

a.download {
  margin-bottom: 10px;
}

.download::before {
  display: none;
}

.download::after {
  content: '';
  display: inline-block;
  background: url(../images/download.png) no-repeat;
  background-size: 12px 12px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  left: 10px;
  margin-right: 20px;
}

/*  */

section.ginza_six_moment {
  width: 740px;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4rem;
}

.ginza_six_moment img {
  margin-bottom: 3rem;
}

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

.btn_arrow::before {
    left: 0px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}

/*  */

span.open {
    display: block;
    font-size: 11px;
    color: #555;
}