@charset "UTF-8";

#season_menu {
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}

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

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

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

/* --- */

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

.menu_cat h1 {
  font-size: 2.4rem;
  color: #ffffff;
  margin: 50px auto 40px;
  background: #a9894a;
  max-width: 960px;
  position: relative;
}

.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: 50px 20px 10px;
}

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

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

ul.sweets_list_2 li{
  width: 225px;
  text-align: left;
  margin-right: 15px;
  /*background: #fff;*/
  padding: 4px 10px 2px;
}

ul.sweets_list_2 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{
  margin: 1.4rem 0 0.8rem;
  transition: .3s;
  /* text-decoration: underline; */
/*  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;
    border: 1px solid #f0f0f0;
  }

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

  p.plus {
    padding: 5px 5px 5px 7px;
    border-radius: 6px;
    border: 1px solid #a9894a;
  }


  .ss_link {
    margin-top: 20px;
  }

  p.menu {
    font-size: 1.3rem;
    word-break: break-all;
    margin-bottom: 1rem;
  }

  p.shop_link {
    text-decoration: underline;
    margin-top: 1rem;
    font-size: 1.3rem;
  }

  .credit {
    display: block;
    text-align: right;
  }

  /* aタグ無効 */

  a.disabled{
    pointer-events: none;
  }
  .shop_name:hover {
    opacity: 1;
  }