/* グローバルナビ調整 */
.c-gnav {
 align-items: center;
}

.c-gnav>.menu-item {
 height: auto;
}
.c-gnav>.menu-item>a {
 padding: 8px 6px 8px;
 margin: 0 10px 0;
}

.c-gnav>.menu-item:after {
   position: absolute;
   display: inline-block;
   width: 2px;
   height: 16px;
   background-color: #fff;
   content: "";
   position: absolute;
   right: 0px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%);
}

.c-gnav>.menu-item> a .ttl{
  font-size: 16px;
}

.c-gnav__sBtn {
 padding: 8px 16px;
}

.c-gnav .menu-item .icon-search {
 display: flex;
 align-items: center;
 flex-wrap: nowrap;
 gap: 4px;
 font-size: 16px;
}
.c-gnav .menu-item .icon-search:after {
 content: "検索";
 
 line-height: 1;
 white-space: nowrap;
}

.p-spMenu__body {
 padding: 2vw 4vw 10vw;
 overflow-y: auto;
}

.c-widget__title.-spmenu {
 display: none;
}

.c-listMenu a {
  padding: .75em 1.5em .75em 1.0em;
  font-weight: 700;
}

.c-listMenu a:hover {
 background-color: transparent;
}

.c-listMenu a:before {
 color:#fff; 
 background: #BBC197; 
 border-radius: 50%;
 left: calc(100% - 8px);
}

.top .l-content {
 margin: 0 auto 0em;
}

 /* メインヴィジュアル調整 */
.p-mainVisual__textLayer {
  justify-content: flex-end;
}
.p-mainVisual__slideTitle {
 padding-bottom: 0.8em;
 }


/* ピックアップバナー調整 */
.-cap-btm_wide .c-bannerLink__label {
 background: rgba(40, 42, 116, 0.8);
}

.c-bannerLink__label {
 font-weight: 700;
}

.slider-thumbnail .swiper-wrapper {
  display: flex;
  justify-content: center;
}
.slider-thumbnail .swiper-slide {
  opacity: .5;
  transition: opacity .5s;
  width: calc(100% / 3);
  max-width: 143px;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-container {
 position: relative;
 max-width: 980px;
 width: 100%;
 margin: 0 auto;
}

.slider1 {
 max-width: 840px;
 width: 100%;
}

.swiper-slide {
 transition: opacity 0.3s;
}

.swiper-slide:hover {
 opacity: 0.8;
}


.swiper-controller {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8px;
 }

.swiper-pagination {
 position: relative;
}


/* ページネーションの余白 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ccc;
  opacity: 1;
}

/* ページネーションのサイズと色 */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #FF8A33;
}

.swiper-button-next,.swiper-button-prev{
  position: relative;
  background: transparent;
  color:#1B3D7D;
  width: 20px;
  height: 20px;
  padding: 0;
}

.swiper-button-prev::after {
  border-bottom: none;
  border-left: none;
}

.swiper-button-next::after {
  border-top: none;
  border-right: none;
}

.section-title {
 position: relative;
 font-weight: bold;
 font-size: 26px;
 padding-left: 20px;
}

.section-title::before {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 61px;
  height: 64px;
  content: '';
  z-index: -1;
  background: url('http://taguru.co.jp/wp-content/uploads/2025/11/udon-icon.png')no-repeat;
}

.c-pageTitle {
 position: relative;
 font-weight: bold;
 font-size: 26px;
 line-height: 2;
 border-bottom: 1px solid #BBC197;
}

.c-pageTitle::before {
  position: absolute;
  top: 50%;
  left: -8px;
  transform: translateY(-50%);
  width: 61px;
  height: 64px;
  content: '';
  z-index: -1;
  background: url('http://taguru.co.jp/wp-content/uploads/2025/11/udon-icon.png')no-repeat;
}

.c-pageTitle__inner	 {
  padding-left: 12px;
  padding-top: 5px;
  padding-bottom: 7px;
}


@media (max-width: 959px) {
 .is-pc {
  display: none;
 }
}

@media (min-width: 600px) {
 /* メインヴィジュアル調整 */
.p-mainVisual__slideTitle {
 font-size: 50px;
 }
}

@media (min-width: 960px) {
 .is-sp {
  display: none;
 }

.swiper-container {
 padding-left: 70px;
 padding-right: 70px;
}

.swiper-controller {
   display: flex;
   position: absolute;
   width: 100%;
   top: 50%;
   left: 0;
   transform: translateY(-50%);
   gap: 0;
   margin-top: 0;
 }



.swiper-button-next,.swiper-button-prev{
  position: absolute;
  background: transparent;
  color:#FF8A33;
  border-radius: 50%;
  border: 3px solid #FF8A33;
  width: 60px;
  height: 60px;
 }
.swiper-button-prev::after {
  position: absolute;
  left: 22px;
  top: 35%;
  border-bottom: 3px solid #FF8A33;
  border-left: 3px solid #FF8A33;
}

.swiper-button-next::after {
  position: absolute;
  left: 15px;  
  top: 35%;
  border-top: 3px solid #FF8A33;
  border-right: 3px solid #FF8A33;
}
.c-bannerLink__label {
 font-size:min(1.2vw,20px);
 }
}

/* store */
.store {
  border-bottom: solid 1px #CBCBCB;
  padding-bottom: 20px;
  line-height: 1.3em;
}

.store .titleWrap {
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: bold;
  margin: 0 0 35px 0;
  position: relative;
  padding-top: 10px;
}
.store .titleWrap.system {
  color: #1B3D7D;
}
.store .titleWrap.have_comment {
  padding-top: 40px;
  position: relative;
}
.store .titleWrap.shinetsu {
  color: #800000;
  padding-top: 40px;
  position: relative;
  font-weight: normal;
}
.store .titleWrap .link_sinetsu {
  position: absolute;
  color: #800000;
  font-size: 14px;
  padding: 0 1em;
  display: block;
  top: 0;
  left: 0;
  line-height: 25px;
  border: 1px solid #800000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.store .titleWrap .link_sinetsu:hover {
  color: #fff;
  background: #800000;
}
.store .titleWrap .osake {
  display: inline-block;
}
.store .titleWrap .icon {
  display: inline-block;
  width: 31px;
  height: 33.5px;
  vertical-align: bottom;
  position: absolute;
  left: -40px;
  top: 0;
}
.store .titleWrap .addcoment {
  display: inline-block;
}
.store ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  padding-left: 0px;
  letter-spacing: 0.06em;
　
}
.store li {
  width: 50%;
  margin-bottom: 10px;
  list-style-type: none;
}
.store li span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.06em;
  width: 94px;
  margin-right: 20px;
  display: inline-block;
  border-right: 1px solid #707070;
}
.store li.hours p {
  position: relative;
  padding-left: 101px;
  max-width: 360px;
}
.store li.hours p span {
  position: absolute;
  top: 0;
  left: 0;
}
.store a.maplink {
  border: solid 1px #1B3D7D;
  color: #1B3D7D;
  width: 145px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.store a.maplink:hover {
  color: #fff;
  background: #1B3D7D;
}

.googleMap {
  position: absolute;
  right: 0;
  bottom: 0;
}
.googleMap i {
  font-size: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.address {
  max-width: 22em;
  min-width: 12em;
  font-weight: normal;
  padding-left: 30px;
  display: inline-block;
}

.area_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  border-bottom: solid 1px #BBC197;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #1B3D7D;
}

.area_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.osake_icon {
  text-align: right;
  padding-top: 10px;
}

.osake_icon_img {
    display: inline-block;
    width: 31px;
    height: 33.5px;
    margin-left: 10px;
    vertical-align: bottom;
}

.text_motsu {
  font-size: 12px;
  padding-bottom: 24px;
  position: relative;
}
.text_motsu:before {
  position: absolute;
  left: -43px;
  content: "";
  display: inline-block;
  background: url(http://taguru.co.jp/wp-content/uploads/2025/11/motujirou.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
.text_motsu a {
  display: inline-block;
  padding: 4px 10px;
  color: #9D2227;
  border: 1px solid #9D2227;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.text_motsu a:hover {
  background-color: #9D2227;
  color: #fff;
}

.osake {
   position: relative;
   margin: 0!important;
}
.osake:before {
  position: absolute;
  left: -40px;
  content: "";
  display: inline-block;
  background: url(http://taguru.co.jp/wp-content/uploads/2025/11/osake.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
@media all and (max-width: 750px) {
  .text_motsu:before {
    left: -27px;
    top: 0px;
    height: 25px;
    width: 23px;
  }
 .osake:before {
    left: -24px;
    height: 23px;
    width: 21px;
  }
}

@media all and (max-width: 980px) {
  .address {
    width: 100%;
    display: block;
    padding: 20px 0 10px;
  }

  .googleMap {
    position: static;
  }

  .store li {
    width: 100%;
  }
}

@media all and (max-width: 599px) {
  #city {
    padding-left: 0;
  }

  .city_cont {
    padding: 0 15px;
  }

  .store {
    padding-left: 15px;
  }
  .store .titleWrap .icon {
    width: 21.7px;
    height: 23.45px;
    left: -25px;
  }
  .store .titleWrap .addcomment {
    display: block;
  }

  .kbnInfo {
    font-size: 12px;
  }

  .pTitle {
    font-size: 18px;
  }

  .store li {
    font-size: 12px;
  }
  .store a {
    font-size: 12px;
  }
  .store p {
    font-size: 12px;
  }
}

/* 記事のフッター削除 */
.p-articleFoot {
 display: none;
}


