@charset "UTF-8";
/*  update 2023-03-02
　フリーページ用CSS
-----------------------------------*/
.content-pager {
  margin-bottom: 60px;
  overflow: hidden;
  *zoom: 1;
}
@media screen and (min-width: 600px) {
  .content-pager {
    margin-bottom: 100px;
  }
}
.content-pager > div {
  display: inline-block;
}
.content-pager > div a {
  display: block;
  position: relative;
  padding: 10px;
  display: block;
  text-align: center;
  border: 1px solid #333;
  position: relative;
  padding: 10px;
  font-size: 1.2rem;
  font-size: 1.3rem;
  border: none;
  color: #333;
}
.content-pager > div a::after {
  position: absolute;
  content: '';
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  width: 6px;
  height: 6px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 10px;
  margin-top: -3px;
}
.content-pager > div a::after {
  border-color: #333;
}
.content-pager > div a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.content-pager > div.prev {
  float: left;
  margin-left: 100px;
}
@media screen and (min-width: 600px) {
  .content-pager > div.prev {
    margin-left: 0;
  }
}
.content-pager > div.prev a {
  padding-left: 30px;
}
.content-pager > div.prev a::after {
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 10px;
}
.content-pager > div.next {
  float: right;
  margin-right: 100px;
}
@media screen and (min-width: 600px) {
  .content-pager > div.next {
    margin-right: 0;
  }
}
.content-pager > div.next a {
  padding-right: 30px;
}

/* =============================================
 ### お知らせ一覧
============================================= */
.news-list .contentList {
  padding: 0 2.6%;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .news-list .contentList {
    padding: 0;
  }
  .news-list .contentList:after {
    content: '';
    width: 32%;
    height: 0;
  }
}
.news-list .contentList .item {
  margin-bottom: 25px;
  width: 48%;
}
@media screen and (min-width: 600px) {
  .news-list .contentList .item {
    width: 32%;
    margin-bottom: 60px;
  }
}
.news-list .contentList .item a .image {
  margin-bottom: 10px;
}
.news-list .contentList .item a .date {
  font-size: 1rem;
}
.news-list .contentList .item a .title {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .news-list .contentList .item a .title {
    font-size: 1.3rem;
  }
}

/* =============================================
 ### お知らせ詳細
============================================= */
.news-article .ttl1 {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .news-article .ttl1 {
    font-size: 2.4rem;
    padding-top: 40px;
  }
}
.news-article .ttl1 .date {
  font-size: 1.1rem;
  display: block;
}
@media screen and (min-width: 600px) {
  .news-article .ttl1 .date {
    margin-bottom: 24px;
  }
}
.news-article .contentDetail {
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .news-article .contentDetail {
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
}
.news-article .contentDetail .image {
  margin-bottom: 30px;
}
.news-article .contentDetail .text {
  padding-left: 6.6%;
  padding-right: 6.6%;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .news-article .contentDetail .text {
    font-size: 1.4rem;
    padding: 0;
  }
}

/* =============================================
 ### MEDIA 雑誌掲載情報一覧
============================================= */
.media-list .ctm_heading_subTx {
  font-size: 1.4rem;
  color: #8d8d8d;
  display: block;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .media-list .ctm_heading_subTx {
    font-size: 2rem;
    font-weight: 500;
  }
}

.media-list-content-wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 2.6%;
  padding-right: 2.6%;
}
.media-list-content-wrap .media-list-contentList {
  order: 1;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .media-list-contentList {
    width: calc(100% - 240px);
  }
}
.media-list-content-wrap .contentList {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .contentList:after {
    content: '';
    width: 32%;
    height: 0;
  }
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .contentList {
    padding: 0;
  }
}
.media-list-content-wrap .contentList .item {
  margin-bottom: 25px;
  width: 48%;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .contentList .item {
    width: 32%;
    margin-bottom: 60px;
  }
}
.media-list-content-wrap .contentList .item a .image {
  margin-bottom: 10px;
}
.media-list-content-wrap .contentList .item a .title {
  color: #333;
  font-size: 1.2rem;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .contentList .item a .title {
    font-size: 1.3rem;
  }
}
.media-list-content-wrap .media-list-nav {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .media-list-nav {
    order: 1;
    width: 200px;
  }
}
.media-list-content-wrap .media-list-nav .media-list-nav-ttl {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  border: 1px solid #333;
  line-height: 1em;
  padding: 12px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .media-list-nav .media-list-nav-ttl {
    color: #9e9e9e;
    font-size: 1.1rem;
    text-align: left;
    font-weight: 400;
    border-right: none;
    border-top: none;
    border-left: none;
    border-bottom: 1px solid #9e9e9e;
    padding-left: 10px;
    margin-bottom: 12px;
  }
}
.media-list-content-wrap .media-list-nav .media-list-nav-ttl:after {
  display: block;
  content: '';
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 12px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -8px;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .media-list-nav .media-list-nav-ttl:after {
    display: none;
  }
}
.media-list-content-wrap .media-list-nav .media-list-nav-ttl.open:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -3px;
}
.media-list-content-wrap .media-list-nav ul {
  display: none;
  border: 1px solid #333;
  border-top: none;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .media-list-nav ul {
    display: block;
    border: none;
  }
}
.media-list-content-wrap .media-list-nav ul li a,
.media-list-content-wrap .media-list-nav ul li span {
  display: block;
  padding: 12px;
  font-size: 1.2rem;
  font-weight: 500;
}
.media-list-content-wrap .media-list-nav ul li.active {
  background-color: #f3f3f3;
}
@media screen and (min-width: 600px) {
  .media-list-content-wrap .media-list-nav ul li.active {
    background-color: transparent;
  }
}

/* =============================================
 ### MEDIA詳細
============================================= */
.media-article .ttl1 {
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (min-width: 600px) {
  .media-article .ttl1 {
    font-size: 2.4rem;
    padding-top: 40px;
  }
}
.media-article .ttl1 .date {
  font-size: 1.1rem;
  display: block;
}
@media screen and (min-width: 600px) {
  .media-article .ttl1 .date {
    margin-bottom: 24px;
  }
}
.media-article .contentDetail {
  margin-bottom: 50px;
  padding-left: 18%;
  padding-right: 18%;
}
@media screen and (min-width: 600px) {
  .media-article .contentDetail {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }
}
.media-article .contentDetail .image {
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .media-article .contentDetail .image {
    width: 32%;
  }
}
@media screen and (min-width: 600px) {
  .media-article .contentDetail .media-item-list {
    width: 64%;
  }
}
.media-article .contentDetail .media-item {
  font-size: 1.3rem;
  margin-bottom: 13px;
  line-height: 1.9em;
}
.media-article .contentDetail .media-item a {
  text-decoration: underline;
}
.media-article .contentDetail .media-item .productPrice {
  font-size: 1.1rem;
}

/* =============================================
 ### SHOP LIST
============================================= */
.shoplist-article {
  padding-left: 2.6%;
  padding-right: 2.6%;
  padding-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .shoplist-article {
    padding-left: 0;
    padding-right: 0;
  }
}
.shoplist-article .ttl1 {
  font-weight: 500;
  font-size: 2.1rem;
}
@media screen and (min-width: 600px) {
  .shoplist-article .ttl1 {
    font-size: 3rem;
    margin-bottom: 50px;
  }
}
.shoplist-article .shoplist {
  margin-bottom: 45px;
}
@media screen and (min-width: 600px) {
  .shoplist-article .shoplist {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.shoplist-article .shoplist-item {
  margin-bottom: 30px;
  font-size: 1.2rem;
}
@media screen and (min-width: 600px) {
  .shoplist-article .shoplist-item {
    width: 47.5%;
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
}
.shoplist-article .shoplist-item:last-of-type {
  margin-bottom: 0;
}
.shoplist-article .shoplist-item .image {
  margin-bottom: 18px;
}
.shoplist-article .shoplist-item .shopname {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .shoplist-article .shoplist-item .shopname {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.shoplist-article .shoplist-item .address_wrap {
  display: flex;
  justify-content: space-between;
}
.shoplist-article .shoplist-item .address_wrap .map {
  min-width: 6em;
  margin-left: 10px;
}
.shoplist-article .shoplist-item .address_wrap .map a {
  display: block;
  background-color: #80AAC3;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 3px;
  font-size: 1.3rem;
}
.shoplist-article .stocklist-section {
  border-top: 1px solid #8d8d8d;
  padding-top: 50px;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section {
    border-top: none;
    padding-top: 0;
  }
}
.shoplist-article .stocklist-section .ttl1 {
  margin-bottom: 10px;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .ttl1 {
    margin-bottom: 30px;
  }
}
.shoplist-article .stocklist-section .text {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .text {
    font-size: 1.4rem;
  }
}
.shoplist-article .stocklist-section .stocklist-select {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shoplist-article .stocklist-section .stocklist-select li {
  font-size: 1.2rem;
  padding: 0 13px;
  font-weight: 500;
  border-right: 1px solid #8d8d8d;
  margin-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .stocklist-select li {
    font-size: 1.3rem;
    margin-bottom: 30px;
  }
}
.shoplist-article .stocklist-section .stocklist-select li:last-of-type {
  border-right: none;
}
.shoplist-article .stocklist-section .stocklist-select li span {
  border-bottom: 1px solid #fff;
  display: block;
}
.shoplist-article .stocklist-section .stocklist-select li.selected span {
  font-weight: 700;
  border-bottom: 1px solid #8d8d8d;
}
.shoplist-article .stocklist-section .select-area {
  margin-bottom: 20px;
}
.shoplist-article .stocklist-section .stock-list-content-ttl {
  font-weight: 700;
  font-size: 1.4rem;
  padding-bottom: 17px;
  border-bottom: 1px solid #9e9e9e;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .stock-list-content-ttl {
    font-size: 1.8rem;
    padding-bottom: 30px;
  }
}
.shoplist-article .stocklist-section .stock-list-item {
  border-bottom: 1px solid #9e9e9e;
  font-size: 1.2rem;
  border-bottom: 1px solid #9e9e9e;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .stock-list-item {
    font-size: 1.4rem;
  }
}
.shoplist-article .stocklist-section .stock-list-item .shopname {
  position: relative;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .stock-list-item .shopname {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.8rem;
  }
}
.shoplist-article .stocklist-section .stock-list-item .shopname:after {
  display: block;
  content: '';
  border-top: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 12px;
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .stock-list-item .shopname:after {
    top: 30px;
  }
}
.shoplist-article .stocklist-section .stock-list-item .shopname.open:after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .stock-list-item .shopname.open:after {
    top: 40px;
  }
}
.shoplist-article .stocklist-section .shop-detail {
  display: none;
  padding-bottom: 15px;
}
@media screen and (min-width: 600px) {
  .shoplist-article .stocklist-section .shop-detail {
    padding-bottom: 30px;
  }
}
.shoplist-article .stocklist-section .link_googlemap {
  margin-top: 10px;
}
.shoplist-article .stocklist-section .link_googlemap:after {
  content: '';
  width: 10px;
  height: 10px;
  background-image: url(https://yanuk.itembox.design/item/img/common/icon_otherwindow.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
.shoplist-article .linkitem-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.shoplist-article .linkitem-list .item {
  margin-right: 8px;
  margin-top: 8px;
}
.shoplist-article .linkitem-list .item img {
  width: auto;
  height: 30px;
}
