@charset "UTF-8";
/*----------------------*/
/* 0.WEBフォント設定
------------------------------------------------------------ */
 @font-face{
font-family: "Hannari";
src: url('https://test.chou-chou11.com/wp-content/themes/kobo.chouchou2015/2022/font/HannariMincho-Regular.woff2') format('woff2'),
	url('https://test.chou-chou11.com/wp-content/themes/kobo.chouchou2015/2022/font/HannariMincho-Regular.woff') format('woff');
font-display: swap;
}
/*----------------------*/
/* 1.PC-CSS設定（width 760.1px以上）
------------------------------------------------------------ */
/* --- 1-1.共通（header/footer） --- */
/* ----- 1-1-1.header ----- */
.header2022 {
  width: 100%;
  max-width: 1920px;
  height: 135px;
  margin: 0px auto;
}
.front-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header2022 h1 {
  float: left;
  margin: 35px 0px 0px;
  padding-left: 100px;
}
.header2022 .subNavi {
  float: right;
  margin-top: 35px;
  padding-right: 50px;
}
.header2022 .subNavi li {
  float: left;
  margin: 7px 0px 20px 25px;
}
.header2022 .mainNavi {
  clear: right;
  float: right;
  position: relative;
  padding-right: 50px;
}
.header2022 .mainNavi li {
  float: left;
  margin: 7px 0px 0px 25px;
}
/* ----- 1-1-2.ハンバーガーメニュー ----- */
.header2022 .smpMenu {
  display: none;
}
/* ----- 1-1-3.footer ----- */
.footer {
  padding: 29px 0px 29px!important;
}
/* ----- 1-1-4.パンくず ----- */
/* ------- 1-1-4-1.既存CSS上書き ------- */
/* ------- 1-1-4-2.新規作成 ------- */
ul#panKuzu-w1100 {
  text-align: left;
  font-size: 80%;
  width: 90%;
  margin: 0 5% 15px 5%;
}
ul#panKuzu-w1100 li {
  display: inline;
}
/* ----- 1-1-5.SP/TB専用非表示 ----- */
@media screen and (min-width: 760.1px) {
  .sp {
    display: none;
  }
}
/* --- 1-2.トップページ（front-page） --- */
/* ----- 1-2-1.ファーストビュー ----- */
.top__firstview {
  display: contents;
  position: relative;
  max-width: 1920px;
  height: 100vh;
}
.top__firstview p {
  margin-block-start: 0;
  margin-block-end: 0;
  position: absolute;
  font-size: 45px;
  font-family: "Hannari";
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF,  0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
  top: calc(50% - 34px);
  left: calc(50% - 467px);
  text-align: center;
  z-index: 8;
}
.top__firstview__img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  background-size: cover; 
  background-position: center center;
}
/* ------- ズームアップ ------- */
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-slide-active .top__firstview__img,
.swiper-slide-duplicate-active .top__firstview__img,
.swiper-slide-prev .top__firstview__img { 
  -webkit-animation: zoomUp 12s linear 0s;
  animation: zoomUp 12s linear 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* ----- 1-2-2.メッセージ ----- */
.top__message {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 100px auto 0;
}
.top__message__title {
  font-size: 39px;
  margin-left: 45px;
}
.top__message__description {
  font-size: 18px;
  line-height: 3;
  margin-left: 45px;
}
.top__message__more {
  color: #C08532;
  font-size: 14px;
}
.top__message__more::before {
  font-family: "Font Awesome 5 Free";
  content: '\f13a';
  font-weight: 900;
  padding-bottom: 10px;
}
.top__message__more a {
  text-decoration: none;
}
.top__mesage__bottom__image {
  text-align: center;
  margin-top: -75px;
  margin-bottom: 150px;
}
/* ----- 1-2-3.商品案内 ----- */
.top__items__title {
  font-weight: normal;
  margin-block-start: 0em;
  margin-block-end: 0em;
  width: 1100px;
  color: #8B897E;
  font-size: 24px;
  border-bottom: solid 1px #d7cdb0;
  margin: 0 auto 50px;
  padding-bottom: 3px;
}
.top__items__title span {
  font-size: 12px;
  padding-left: 850px;
}
.top__items__title span::before {
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  color: #C08532;
  font-weight: 900;
  padding-bottom: 10px;
  padding-right: 5px;
}
.top__items__title span a {
  text-decoration: none;
}
.top__items__box {
  width: 1100px;
  margin: 0px auto 115px;
  height: 435px;
  background: url(../../images/top/main_bg.jpg) no-repeat center top;
  background: url(../../images/top/logo_bg_transport.png) no-repeat right bottom;
}
.top__items__box li {
  float: left;
  width: 342px;
  margin: 0px 0px 25px 37px;
}
.top__items__box li:first-child,
.top__items__box li:nth-child(4) {
  margin: 0px 0px 25px 0;
}
.top__items__box li a {
  display: block;
  position: relative;
}
.top__items__box li a img {
  width: 340px;
  height: auto;
}
.top__items__box li a img.ex {
  position: absolute;
  right: 310px;
  top: -30px;
  width: unset;
}
/* ----- 1-2-4.ストア ----- */
.top__store {
  width: 1100px;
  margin: 0px auto 120px;
}
.top__store__box {
  width: 1100px;
  flex-wrap:wrap;
}
.top__store__box__online {
  position: relative;
  overflow: hidden;
  height: 205px;
  width:1100px;
  padding-bottom: 80px;
}
.top__store__box__online img {
  width: 1100px;
  height: 205px;
  object-fit: cover;
  object-position: 0% 75%;
}
.top__store__box__online p {
  position: absolute;
  top: calc(50% - 102px);
  left: calc(50% - 338px);
  text-align: center;
  font-size: 32px;
  background: #CAC4B2;
  padding: 10px 100px;
}
.top__store__box__real {
  position: relative;
  height: 175px;
  width:1100px;
  padding: 15px 0;
  background: #CAC4B2;
}
.top__store__box__real__txt {
  position: absolute;
  width: 30%;
  padding: 0 0 0 2%;
  font-size: 32px;
  text-align: center;
  top: calc(50% - 15px);
}
.top__store__box__real__txt::before {
  font-family: "Font Awesome 5 Free";
  content: '\f54f';
  font-weight: 900;
  padding-bottom: 10px;
  padding-right: 5px;
}
.top__store__box__real__img {
  position: absolute;
  right: 0;
  width: 64%;
  padding: 0 2%;
}
.top__store__box__real__img img {
  width: 48%;
  height: 175px;
  padding: 0;
  object-fit: cover;
}
.top__store__box__real__img img:first-of-type {
  padding-right: 3%;
}
/* ----- 1-2-5.湖 ----- */
.top__lake {
  margin: 0 0 120px;	
}
.top__lake__img {
  position: relative;
  height: 277px;
  background: url(/../images/top/lake.jpg) no-repeat center top;
  background-size: 1920px;
}
.top__lake__img a {
  display: block;
  width: 100%;
  height: 320px;
}
.top__lake__img img {
  position: absolute;
  left: 50%;
  top: 0px;
  margin: 0px 0px 0px -509px;
}
/* ----- 1-2-6.ニュース ----- */
.top__news__image {
  width: 1100px;
  margin: 0px auto 70px;
  height: 120px;
  background: #fff;
  text-align: center;
}
/* ----- 1-2-7.お知らせ/SNS ----- */
.top__info-sns {
  width: 1100px;
  margin: 0px auto 0px;
}
.top__info-sns__left {
  width: 645px;
  float: left;
  margin-bottom: 100px;
}
.top__info-sns__right {
  float: right;
  width: 385px;
  margin-bottom: 100px;
}
.top__info h2 {
  border-bottom: 1px solid #d7cdb0;
  padding: 0px 0px 10px;
  font-size: 1px;
  margin: 0px 0px 10px;
}
.top__info h2 + a {
  display: block;
  margin: -40px 0px 20px auto;
  width: 88px;
  padding: 5px 0px;
  text-align: right;
  font-size: 1px;
}
.top__info dl {
  width: 645px;
  margin: 0px 0px 25px;
}
.top__info dl dt {
  font-weight: normal;
}
.top__info dl dd {
  margin: -1.6em 0px 5px 100px;
  color: #564200;
}
.top__info dl dd a {
  color: #564200;
  padding-left: 40px;
}
.top__facebook {
  margin-bottom: 153px;
}
.top__line {
  text-align: center;
  width: 380px;
  height: 127px;
}
.top__line img {
  width: 100%;
  height: 100%;
}
.top__instagram h2 {
  font-weight: normal;
  margin-block-start: 0em;
  margin-block-end: 0em;
  max-width: 1100px;
  color: #8B897E;
  font-size: 24px;
  border-bottom: solid 1px #d7cdb0;
  padding: 0px 0px 10px;
  margin: 0px 0px 10px;
}
/* ------- Smash Balloon Instagram Feed調整 ------- */
#sbi_images {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sbi_type_image,
.sbi_type_carousel {
  width: 25%;
  height: 155px;
}
span.sbi-screenreader {
  display: none;
}
.sbi_photo_wrap {
  background: #fff;
  padding: 5px;
  text-align: center;
}
.sbi_photo_wrap img {
  display: unset!important;
  width: 100%;
  height: 155px;
  object-fit: cover;
}
.sbi_type_carousel svg {
  display: none;
}
.sbi_photo:hover img {
  height: 155px!important;
  opacity: unset;
}
.sbi_item:nth-of-type(n+2) > div {
    padding: 5px 5px 5px 0;
}
.sbi_item:nth-of-type(5) > div {
  padding: 5px;
}
/* --- 1-3.固定ページ --- */
/* ----- 1-3-1.幅1100px固定ページテンプレート ----- */
.page__w1100__Contents {
  width: 1100px;
  margin: 0px auto 50px;
}
/* ----- 1-3-2.幅1100px固定ページ トップしたフォーマット ----- */
.page__top__box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 80px;
}
.page__top__box__img {
  width: 46%;
  padding: 0 2% 0 4%;
}
.page__top__box__img img {
  width: 500px;
  height: 500px;
  border-radius:50%;
  object-fit: cover;
}
.page__top__box__txt {
  width: 42%;
  padding: 0 4% 0 2%;
}
.page__top__box__txt h2 {
  font-family: "Hannari";
  font-weight: normal;
  font-size: 48px;
  margin-block-start: 25px;
  margin-block-end: 45px;
}
.page__top__box__txt p {
  font-size: 16px;
}
/* ----- 1-3-3.工房のなか ----- */
.kobo__container {
  width: 100%;
  min-height: 340px;
  margin: 0 auto 80px;
}
.kobo__container__left-img {
  width: 48%;
  padding: 0 2% 0 4%;
  float: left;
}
.kobo__container__right-img {
  width: 48%;
  padding: 0 4% 0 2%;
  float: right;
}
.kobo__container__left-img img,
.kobo__container__right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kobo__container__left-txt {
  width: 40%;
  padding: 0 2% 0 4%;
  float: left;
}
.kobo__container__right-txt {
  width: 40%;
  padding: 0 4% 0 2%;
  float: right;
}
.kobo__container__left-txt h3,
.kobo__container__right-txt h3 {
  margin-block-start: unset;
  font-weight: normal;
  font-family: "Hannari";
  font-size: 32px;
}
.kobo__container__left-txt p,
.kobo__container__right-txt p {
  font-size: 16px;
}
/* ----- 1-3-4.湖のくにをめぐる ----- */
/* ------- 1-3-4-1.共通フォーマット ------- */
.meguru__box {
  width: 100%;
  min-height: 300px;
  margin-bottom: 60px;
}
.meguru__box > .meguru__container:nth-child(1) {
  width: 48.5%;
  min-height: 300px;
  float: left;
  margin-right: 1.5%;
}
.meguru__box > .meguru__container:nth-child(2) {
  width: 48.5%;
  min-height: 300px;
  float: left;
  margin-left: 1.5%;
}
.meguru__container h3 {
  font-weight: normal;
  margin-block-start: unset;
  margin-block-end: unset;
  font-size: 24px;
  padding-bottom: 10px;
}
/* ロングタイトル対応 */
.meguru__container h3 span {
  font-size: 21px;
}
.meguru__container__left {
  width: 56%;
  float: left;
}
.meguru__container__right {
  width: 41%;
  margin-left: 3%;
  float: right;
}
.meguru__container__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
p.meguru__access {
  width: calc( 100% - 2px );
  text-align: center;
  border: solid 1px;
  padding: 10px 0;
}
p.meguru__description {
  margin-block-start: unset;
  margin-block-end: unset;
  margin-bottom: 30px;
}
/* ------- 1-3-4-2.酒蔵 ------- */
section.page__sakagura {
  min-height: 1138px;
  margin: 0 0 50px;;
}
.page__sakagura h2 {
  font-weight: normal;
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-size: 36px;
  border-bottom: solid 1px #000;
  margin: 0 auto 30px;
  padding-bottom: 3px;
}
/* ------- 1-3-4-3.観光スポット ------- */
section.page__spot {
  min-height: 1158px;
  margin: 0 0 50px;
}
.page__spot h2 {
  font-weight: normal;
  margin-block-start: 0em;
  margin-block-end: 0em;
  font-size: 36px;
  border-bottom: solid 1px #000;
  margin: 0 auto 30px;
  padding-bottom: 3px;
}
/* ----- 1-3-5.取り扱い店舗一覧 ----- */
/* ------- 1-3-5-1.既存CSS上書き ------- */
.pageCont {
  margin-bottom: 50px;
}
/* ------- 1-3-5-2.商品アイコン説明 ------- */
section.shoplist__icon__description {
  width: 94%;
  padding: 20px 3%;
  margin: 0 0 50px;
  background: #fff;
}
section.shoplist__icon__description h2 {
  font-family: "Hannari";
  margin-block-start: 0;
  margin-block-end: 15px;
}
.shoplist__icon__box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.shoplist__icon__item {
  display: inline-block;
  width: 30%;
}
.shoplist__icon__item:nth-of-type(-n+3) {
  margin: 0 3.33% 15px 0;
}
.shoplist__icon__item:nth-of-type(n+4) {
  margin: 0 3.33% 0 0;
}
.shoplist__icon__item img,
.shoplist__icon__item p {
  display: inline-block;
}
.shoplist__icon__item p {
  margin-block-end: 7px;
  margin-block-start: 7px;
  margin-left: 10px;
}
/* ------- 1-3-5-3.店舗一覧 ------- */
.tenpoTable td > span {
  display: inline-block;
  font-size: 10px;
  padding: 6.6px 0 6.59px;
}
.tenpoTable td > span.irreg {
  padding: 0!important;
}
/*----------------------*/
/* 2.SP/TB-CSS設定（width 760px以下）
------------------------------------------------------------ */
@media screen and (max-width: 760px) {
/* --- 2-1.共通（header/footer） --- */
/* ----- 2-1-1.header ----- */
.header2022 {
  width: 100%;
  max-width: unset;
  height: 43px;
  padding: 67px 0px 0px;
}
.header2022 h1 {
  margin: 0px;
  text-align: center;
  height: 47px;
  padding: 10px 0px;
  float: none;
  position: fixed;
  z-index: 10;
  left: 0px;
  top: 0px;
  width: 100%;
}
.header2022 h1 img,
.header2022 .logo img {
  height: 100%;
}
.header2022 .subNavi {
  display: none;
}
.header2022 .mainNavi {
  float: none;
  padding-right: 0px;
}
.header2022 .mainNavi li {
  display: none;
  width: 50%;
  margin: 0px;
  text-align: center;
  float: left;
}
.header2022 .mainNavi li.store,
.header2022 .mainNavi li.shop {
  display: block;
  margin: 0px;
}
.header2022 .mainNavi li a {
  display: block;
  padding: 5px 0px;
  height: 25px;
}
.header2022 .mainNavi li img {
  visibility: hidden;
}
.header2022 .mainNavi li.store a {
  margin: 0px 1px 0px 0px;
  background: url(../../../../common/img/smp_h_08.png) no-repeat center /*#cac4b2*/;
  background-size: 110px;
}
.header2022 .mainNavi li.shop a {
  background: url(../../../../common/img/smp_h_09.png) no-repeat center /*#cac4b2*/;
  background-size: 110px;
}
.header2022 .smpMenu {
  display: block;
}
.header2022 .smpMenu > dt {
  position: fixed;
  right: 20px;
  top: 17px;
  z-index: 20;
}
.header2022 .smpMenu > dt img {
  width: 30px;
}
.header2022 .smpMenu > dd {
  position: fixed;
  right: 0px;
  right: -185px;
  top: 0px;
  height: 100%;
  z-index: 500;
  width: 185px;
  background: #564200;
  overflow: auto;
  color: white;
}
.header2022 .smpMenu > dd dt {
  background: url(../../../../common/img/smp_menu.png) no-repeat 10px center;
  background-size: 27px auto;
  border-bottom: 1px solid #d5d0bf;
}
.header2022 .smpMenu > dd dt a {
  display: block;
  text-align: right;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 10px 10px 0px;
}
.header2022 .smpMenu > dd a {
  color: white;
  text-decoration: none;
}
.header2022 .smpMenu > dd ul li {
  border-bottom: 1px solid #d5d0bf;
  background: url(../../../../common/img/smp_mark_menu.png) no-repeat right center;
  background-size: auto 10px;
}
.header2022 .smpMenu > dd ul li a {
  display: block;
  font-size: 12px;
  padding: 10px 0px 10px 30px;
  line-height: 20px;
  background: no-repeat 10px 50%;
  background-size: 11px auto;
}
.header2022 .smpMenu > dd ul li:nth-of-type(1) a {
  background-image: url(../../../../common/img/smp_mark_menu_01.png);
}
.header2022 .smpMenu > dd ul li:nth-of-type(2) a {
  background-image: url(../../../../common/img/smp_mark_menu_02.png);
}
.header2022 .smpMenu > dd ul li:nth-of-type(3) a,
.header2022 .smpMenu > dd ul li:nth-of-type(4) a,
.header2022 .smpMenu > dd ul li:nth-of-type(5) a,
.header2022 .smpMenu > dd ul li:nth-of-type(6) a {
  background-image: url(../../../../common/img/smp_mark_menu_03.png);
}
.header2022 .smpMenu > dd ul li:nth-of-type(7) a {
  background-image: url(../../../../common/img/smp_mark_menu_04.png);
}
.header2022 .smpMenu > dd ul li:nth-of-type(8) a {
  background-image: url(../../../../common/img/smp_mark_menu_07.png);
}
.header2022 .smpMenu > dd ul li:nth-of-type(9) a {
  background-image: url(../../../../common/img/smp_mark_menu_08.png);
}
.header2022 .smpMenu > dd ul li:nth-of-type(10) a {
  background-image: url(../../../../common/img/smp_mark_menu_05.png);
}
.header2022 .smpMenu > dd ul li:nth-of-type(11) a {
  background-image: url(../../../../common/img/smp_mark_menu_06.png);
}
/* ----- 2-1-2.ハンバーガーメニュー ----- */
.hamburger{
  float: right;
  position: relative;
  background:#ECEDE2;
  cursor: pointer;
  width: 50px;
  height:50px;
  border-radius: 50%;
  top: -8px;
  right: -14px;
}
.hamburger span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 10px;
  height: 3px;
  border-radius: 2px;
  background: #767474;
}
.hamburger span:nth-of-type(1) {
  top:15px;	
  width: 30px;
}
.hamburger span:nth-of-type(2) {
  top:23px;
  width: 24px;
  left: 16px;
}
.hamburger span:nth-of-type(3) {
  top:31px;
  width: 18px;
  left: 22px;
}
.hamburger.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}
/* ----- 2-1-3.footer ----- */
/* ----- 2-1-4.パンくず ----- */
/* ------- 2-1-4-1.既存CSS上書き ------- */
  ul#panKuzu {
    width: 90%;
    margin: 0 5% 15px;
  }
/* ------- 2-1-4-2.新規作成 ------- */
  ul#panKuzu-w1100 {
    margin: 0 5% 20px 5%;
  }
/* ----- 2-1-5.PC専用非表示 ----- */
  .pc {
    display: none;
  }
/* ------- 2-1-6.Googleマップ ------- */
  section.page__googlemap {
    width: 90%;
    margin: 0 5% 50px;
  }
/* --- 2-2.トップページ（front-page） --- */
/* ----- 2-2-1.ファーストビュー ----- */
  .top__firstview p {
    color: #333;
    font-size: 20px;
    top: calc(50% - 30px);
    left: calc(50% - 128px);
  }
  .top__firstview__img {
    height: 80vh;
  }
/* ------- スクロール ------- */
  .scrolldown{
    position: absolute;
    right: 10%;
    bottom: 50px;
    height: 150px;
    font-size: 16px;
    z-index: 9;
  }
  .scrolldown span{
    position: absolute;
    left: 5px;
    bottom: 72px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    z-index: 9;
  }
  .scrolldown::after{
    content: "";
    position: absolute;
    top: 0;
    width: 1.5px;
    height: 80px;
    background: #000;
    animation: pathmove 1.4s ease-in-out infinite;
    opacity:0;
  }
  @keyframes pathmove{
    0% {
    height:0;
    top:0;
    opacity: 0;
    }
    30% {
      height:80px;
      opacity: 1;
    }
    100% {
      height:0;
      top:150px;
      opacity: 0;
    }
  }
/* ----- 2-2-2.メッセージ ----- */
  .top__message {
    margin: 75px auto 0;
  }
  .top__message__title {
    font-size: 32px;
    margin-left: 10px;
    margin-right: -12px;
  }
  .top__message__description {
    font-size: 16px;
    margin-left: 0;
  }
  .top__message__more {
    writing-mode: horizontal-tb;
  }
  .top__message__bottom__more {
    font-size: 16px;
    margin: -20px auto 30px;
    text-align: center;
  }
  .top__message__bottom__more::before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    color: #C08532;
    font-weight: 900;
    padding-bottom: 10px;
    padding-right: 5px;
  }
  .top__message__bottom__more a {
    text-decoration: none;
  }
  .top__mesage__bottom__image {
    width: calc(100vw - 30px);
    margin: 0 15px 50px;
  }
  .top__mesage__bottom__image img {
    width: 100%;
  }
/* ----- 2-2-3.商品案内 ----- */
  .top__items__title {
    width: calc(100vw - 30px);
    margin: 0 15px 30px;
  }
  .top__items__title span {
    font-size: 24px;
    padding-left: unset;
    position: absolute;
    left: 50%;
  }
  .top__items__box {
    width: auto;
    margin: 0px 15px 40px;
    height: auto;
    background: none;
  }
  .top__items__box li,
  .top__items__box li:first-child {
    margin: 0px 0px 10px 0px;
    width: 48%;
  }
  .top__items__box li:nth-of-type(2n+1) {
    clear: both;
  }
  .top__items__box li a img {
    width: 100%;
  }
  .top__items__box li a img.ex {
    width: 30px;
    right: -6px;
    top: -6px;
  }
  .top__items__box li:nth-of-type(2n) {
    float: right;
  }
  .top__items__box li:first-child,
  .top__items__box li:nth-child(6) {
    margin: 0px 0px 25px 0;
  }
/* ----- 2-2-4.ストア ----- */
  .top__store {
    width: calc(100vw - 30px);
    margin: 0 15px;
  }
  .top__store__box {
    width: 100%;
    margin-bottom: 50px;
  }
  .top__store__box__online {
    height: 150px;
    width: 100%;
    padding-bottom: 25px;
  }
  .top__store__box__online p {
    font-size: 16px;
    padding: 10px;
    top: calc(50% - 47px);
    left: calc(50% - 130px);
  }
  .top__store__box__online img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0% 75%;
  }
  .top__store__box__real {
    height: 130px;
    width: 100%;
    padding: 10px 0;
  }
  .top__store__box__real__txt {
    font-size: 16px;
  }
  .top__store__box__real__txt::before {
    content: '\f54f\A';
    white-space: pre;
  }
  .top__store__box__real__img img {
    height: 130px;
  }
  .top__store__box__real__img img:last-of-type {
    object-position: 0% 75%;
  }
/* ----- 2-2-5.湖 ----- */
  .top__lake {
    margin: 0 0 50px;
  }
  .top__lake__img {
    clear: both;
    height: auto;
    margin: 20px 0px 20px;
    background: url(/../images/top/lake.jpg) no-repeat center top;
    background-size: auto 100%;
  }
  .top__lake__img a {
    height: auto;
  }
  .top__lake__img img {
    position: static;
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
/* ----- 2-2-6.ニュース ----- */
  .top__news__image {
    width: calc(100vw - 30px);
    margin: 0 15px 50px;
    height: auto;
  }
  .top__news__image img {
    max-width: 100%;
  }
/* ----- 2-2-7.お知らせ/SNS ----- */
  .top__info-sns {
    width: calc(100vw - 30px);
    margin: 0 15px;
  }
  .top__info-sns__left {
    width: 100%;
    margin-bottom: 60px;
  }
  .top__info h2 {
    margin: 0 0 40px;
  }
  .top__info__date {
    font-size: 14px;
    margin: 10px 0;
  }
  .top__info__title {
    font-size: 18px;
    margin: 0 0 30px;
  }
  .top__info__title__more {
    font-size: 16px;
    margin: 20px auto 50px;
    text-align: center;
  }
  .top__info__title__more::before {
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    color: #C08532;
    font-weight: 900;
    padding-bottom: 10px;
    padding-right: 5px;
  }
  .top__info__title__more a {
    text-decoration: none;
  }
  .top__instagram img {
    width: 100%;
  }
  .top__info-sns__right {
    width: 100%;
    margin-bottom: 50px;
    float: unset;
  }
  .top__facebook {
    width: 100%;
    margin-bottom: 30px;
  }
  .top__line, .top__line img {
    width: 100%;
  }
/* ------- Smash Balloon Instagram Feed調整 ------- */
  .sbi_type_image,
  .sbi_type_carousel {
    height: 75px;
  }
  .sbi_photo_wrap img {
    height: 75px;
  }
  .sbi_photo:hover img {
    height: 75px!important;
  }
/* --- 2-3.固定ページ --- */
/* ----- 2-3-1.幅1100px固定ページテンプレート ----- */
.page__w1100__Contents {
    width: 100%;
    margin: 0px auto;
  }
/* ----- 2-3-2.幅1100px固定ページ トップしたフォーマット ----- */
  .page__top__box__img {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .page__top__box__img img {
    width: 100%;
    height: 100%;
    max-width: 90%;
  }
  .page__top__box__txt {
    width: 90%;
    margin: 0 5%;
    padding: 0;
  }
  .page__top__box__txt h2 {
    font-size: 24px;
    margin-block-start: 16px;
    margin-block-end: 24px;
    text-align: center;
  }
  .page__top__box__txt p {
    margin-block-start: unset;
    margin-block-end: unset;
    font-size: 14px;
  }
/* ----- 2-3-3.工房のなか ----- */
  .kobo__container {
    width: 90%;
    height: auto;
    min-height: unset;
    margin: 0 5% 80px;
  }
  .kobo__container__left-img,
  .kobo__container__right-img {
    width: 100%;
    padding: unset;
    float: unset;
  }
  .kobo__container__left-txt,
  .kobo__container__right-txt {
    width: 100%;
    padding: unset;
    float: unset;
  }
  .kobo__container__left-txt h3,
  .kobo__container__right-txt h3 {
    font-size: 24px;
    margin-block-start: 24px;
    text-align: center;
  }
  .kobo__container__left-txt p,
  .kobo__container__right-txt p {
    font-size: 14px;
  }
/* ----- 2-3-4.湖のくにをめぐる ----- */
/* ------- 2-3-4-1.共通フォーマット ------- */
  .meguru__box {
    min-height: unset;
  }
  .meguru__box > .meguru__container:nth-child(1), 
  .meguru__box > .meguru__container:nth-child(2) {
    width: 100%;
    min-height: unset;
    float: unset;
    margin-right: unset;
    margin-left: unset;
  }
  .meguru__container h3 {
    width: 100%;
    margin: unset;
    font-size: 18px;
  }
  .meguru__container h3 span {
    font-size: unset;
  }
  .meguru__container__left,
  .meguru__container__right {
    width: 100%;
    float: unset;
    margin-left: unset;
  }
  p.meguru__access {
    margin: 1em 0;
  }
  p.meguru__description {
    width: 100%;
    margin-bottom: 20px;
  }
  p.meguru__address {
    width: 100%;
    margin-bottom: 50px;
  }
/* ------- 2-3-4-2.酒蔵 ------- */
  section.page__sakagura {
    min-height: unset;
    width: 90%;
    margin: 0 5% 50px;
  }
  .page__sakagura h2 {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 24px;
  }
/* ------- 2-3-4-3.観光スポット ------- */
  section.page__spot {
    min-height: unset;
    width: 90%;
    margin: 0 5% 50px;
  }
  .page__spot h2 {
    width: 100%;
    margin: 0 auto 20px;
    font-size: 24px;
  }
/* ----- 2-3-5.取り扱い店舗一覧 ----- */
/* ------- 2-3-5-1.既存CSS上書き ------- */
/* ------- 2-3-5-2.商品アイコン説明 ------- */
  section.shoplist__icon__description {
    width: 90%;
    margin: 0 5% 50px;
    padding: unset;
  }
  section.shoplist__icon__description h2 {
    margin-block-end: unset;
    padding: 20px 5% 15px;
    text-align: center;
  }
  .shoplist__icon__box {
    width: 90%;
    padding: 0 5%;
  }
  .shoplist__icon__item {
    width: 47.5%;
  }
  .shoplist__icon__item:nth-of-type(2n+1) {
    margin: 0 2.5% 20px 0;
  }
  .shoplist__icon__item:nth-of-type(2n) {
    margin: 0 0 20px 2.5%;
  }
  .shoplist__icon__item:nth-of-type(-n+4) p {
    margin-block-end: 0;
    margin-block-start: -2px;
    margin-left: 10px;
  }
/* ------- 2-3-5-3.店舗一覧 ------- */
  h3.page__shoplist {
    width: 90%;
    margin: 0 5% 20px;
  }
  table.tenpoTable {
    width: 90%;
    margin: 0 5% 30px;
  }
  table.tenpoTable tbody td:nth-of-type(1) {
    width: 90%;
    margin: 0 5% 20px;
  }
  table.tenpoTable tbody td:nth-of-type(1):before {
    padding-right: 2px;
  }
  table.tenpoTable tbody td:nth-of-type(n+2) {
    width: 76%;
    margin: 0 12% 10px;
  }
  table.tenpoTable tbody tr {
    margin-bottom: 20px;
  }
}