@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "lucida grande", Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
  font-size: 1.1rem;
  color: #fff;
}
img {
  object-fit: contain;
  height: 100%;
}

a:hover {
  opacity: 0.75;
}

.all_wrap {
  width: 100%;
  height: 100%;
  background: #b6ae85;
  display: flex;
  justify-content: space-around;
}

.left_content,
.menu_area {
  width: 25%;
}

.meun_area,
.bg_img {
  position: fixed;
}

.bg_img {
  width: 20%;
  bottom: -35vh;
  left: 2%;
}

.section_subtitle {
  font-size: 1.75rem;
}

.titleimg,
.logo,
.christmas_sale_img,
.saimatsu_sale_img,
.subtitleimg,
.main_content,
.tempo_border,
.icon_box img,
.tempo_area_list,
.all_wrap,
.ye_title,
.wh_title,
.mainte_list,
.tempo_list,
.frame_btn,
.kazari_img {
  margin-inline: auto;
}

.view_timer{
  text-align: center;
}

.subtitleimg {
  margin-top: 4%;
  width: 90%;
}
.mainte_container {
  display: flex;
  justify-content: center;
  padding: 6% 0;
  margin: 0 auto;
}
.mainte_container p {
  text-align: center;
}
.btn:hover {
  color: #fff !important;
}

.subtitle {
  margin-top: 6%;
  text-align: center;
  font-weight: 900;
}
.title_container {
  padding: 0 4%;
  text-align: center;
  line-height: 1.2;
}
.title_container h1 {
  margin: 3% 0;
}
.title_container span {
  display: inline-block;
}
.subtitle_txt {
  text-align: center;
  padding: 0 4%;
  margin-top: 4%;
}
.subtitle_txt span {
  display: inline-block;
}

.sale_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(16px, calc(32 / 750 * 100vw));
  width: 100%;
  margin-block: min(40px, calc(40 / 750 * 100vw));
  padding-inline: 3%;
}

.sale_items{
  width: calc(180 / 375 * 100vw);
}

.sale_link{
  display: inline-block;
}

.chirashi_icon_rela {
  position: relative;
}
.chirashi_icon_ab {
  position: absolute;
  top: 0;
  right: 0;
}
.main_content {
  padding: 2% 0;
  z-index: 5;
  background: #114232;
  max-width: 750px;
  padding-bottom: 3%;
}

.box{
  border: solid 3px #fff;
  border-radius: 15px;
  width: 100%;
  gap:6%;
  padding: 2%;
}
.box + .box{
  margin-top: 4%;
}

.watch_desc {
  padding: 0 4%;
}

.content_text,
.tempo_box,
.img_txt,
.mainte_box,
.area_title,
#maintenance,
#netshop,
#tenpo,
#sinazoroe {
  margin-top: 8%;
}

.watch_desc{
  margin-top: 10%;
}

.tempo_area_list,
.ye_title,
.wh_title,
.tempo_list,
footer {
  text-align: center;
}

.tempo_area_list {
  width: 60%;
  margin-top: 6%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 20px;
}

.tempo_area_list li:after {
  content: url(./img/under_arrow.webp);
  display: block;
  transform: scale(0.7);
}

.nishinomiya_reopen img {
  width: 80%;
  margin: 5% auto 0;
  margin-bottom: -5%;
}

.c_txtc,
.img_txt,
.area_title {
  text-align: center !important;
}

.c_jsta {
  justify-content: space-around;
}

.c_algc {
  align-items: center;
}

.maintenance_inner {
  padding: 0 8%;
}
.mainte_container span {
  display: inline-block;
}

.content_inner {
  padding: 0 4%;
}

.mt4 {
  margin-top: 4%;
}

.mt8 {
  margin-top: 8%;
}

.mt16 {
  margin-top: 16%;
}

.ye_title {
  background: #edc135;
  color: #000;
  width: 60%;
  padding: 3% 4%;
  font-weight: 900;
}

.wh_title {
  background: #fff;
  color: #114232;
  padding: 2% 6%;
}

.mainte_list {
  margin-top: 4%;
  border: 5px solid #fff;
  padding: 6% 4%;
}

.list_item li {
  padding: 3% 0;
  margin-bottom: 1%;
}

.list_item li::after {
  content: '';
  border-bottom: dotted thin #fff;
  display: block;
  margin-top: 4%;
}

.mainte_txt {
  text-align: left;
  font-size: 0.75rem;
  margin-top: 8px;
}

.topic {
  display: flex;
  justify-content: center;
  text-indent: -1em;
  padding-left: 1em;
}

.tempo_list {
  width: 80%;
  margin-top: 6%;
}

.tempo_list a,
.shop_name {
  flex: 1;
}

.tempo_list a,
.tempo_box_tel a {
  display: inline-block;
}



.tempo_c_inner_access {
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-top: 4%;
  padding: 0 2%;
  line-height: 2.5;
  font-size: 0.75rem;
}

.tempo_box_map span {
  display: inline-block;
}
.tempo_box_map p {
  line-height: 1.5;
  margin-top: 2%;
}

.tempo_box_map img {
  margin: 0 auto;
}
.tempo_box_tel img {
  margin: 0 auto;
}
.tempo_border {
  gap: 10px;
  padding-bottom: 1.5%;
  margin-top: 3%;
  border-bottom: 2px solid #fff;
  align-items: center;
  justify-content: center;
}

.tel_number::before {
  content: url(./img/tel2_icon.webp);
  display: inline-block;
  margin-right: 8px;
}

.chirashi_container {
  display: flex;
  justify-content: space-around;
  margin: 3% 10%;
}
.chirashi_container li {
  padding: 5%;
}
.c_flex {
  display: flex;
  justify-content: space-around;
}

.frame_btn {
  margin-top: 4%;
  width: 40%;
  border: 2px solid #fff;
  padding: 3%;
  text-align: center;
}
/* watch_desc */
.content_imgbox{
  position: relative;
  margin: 0 auto;
}
.content_txt_box{
  position: absolute;
  margin: 0 auto;
}
.content_txt_box .subtitle {
  font-size: 1.2rem;
  font-weight: 700;
}
.desc_txt{
  margin-top: 4%;
}

.guide {
  text-align: center;
  margin-top: 2%;
}

.guide p {
  display: inline;
  position: relative;
}

.guide p::before,
.guide p::after {
  display: block;
  content: '';
  background: url(./img/inverted_triangle.png) no-repeat top / contain;
  width: 10%;
  height: 70%;
  position: absolute;
  bottom: 0;
}

.guide p::before {
  left: -10%;
}

.guide p::after {
  right: -10%;
}

.icon img {
  display: inline;
  margin-left: 0.5%;
}

/* a.view_timer {
  display: flex;
  justify-content: center;
  align-items: center;
} */

a.view_timer .shop_name {
  flex: none;
}

/* a.view_timer img {
  display: inline;
  margin: 0 0 0 6%;
} */

/* バイヤーblog */
.buyer_blog_outer {
  width: 70%;
  margin: 0 auto;
}
.b_b_b_title {
  padding: 3% 4%;
  margin: 8% auto 0;
}
.b_b_b_txt {
  text-align: center;
  margin: 4% auto 0;
}
.buyer_blog_thumb {
  background: #fff;
  padding: 10px;
}
.buyer_blog_thumb img {
  width: 160px;
}
.buyer_blog_thumb p {
  font-size: 1.2rem;
  font-weight: bold;
  color: #555;
}
.sidelong__article {
  box-shadow: 0 1px 4px rgba(0,0,0,.18);
}
.buyer_blog_thumb {
  display: grid; 
  grid-template-columns: 35% 1fr;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,3);

}
/*フッター*/
footer {
  margin-top: 8%;
}

address {
  font-style: normal;
  margin-top: 8px;
  font-size: 1rem;
}

.slider {
  display: flex;
  animation: slide 32s linear infinite;
  width: 100%;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  margin-top: 8%;
}

.slide {
  min-width: 100%;
  overflow: hidden;
}

.slide1 {
  min-width: 150%;
  overflow: hidden;
}

.kazari_img {
  width: 85%;
}


@keyframes slide1 {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-400%);
  }
}

@keyframes slide {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-300%);
  }
}


/* PC */
@media (min-width: 1430px) {
  .frame_btn {
    width: 40%;
  }
  .desc_titleimg{
    margin-inline: auto;
  }
  .wh_title {
    width: 40%;
  }

  .titleimg {
    width: 60%;
  }
  .logo {
    width: 15%;
  }

  .sp {
    display: none;
  }

  .tel_number {
    flex: 1;
    align-items: center;
  }

  .pc_menu {
    position: fixed;
    display: block;
    right: 0;
    top: 6%;
  }

  .pc_menu li+li {
    margin-top: 24px;
  }

  address {
    font-size: 1rem;
  }

  .mainte_list {
    width: 80%;
  }

}

@media (max-width: 1429px) {

  .wh_title {
    width: 60%;
  }

  .h2 {
    font-size: 1.2rem;
  }

  .pc,
  .menu_area {
    display: none;
  }

  .left_content {
    width: 40%;
  }

  .main_content {
    max-width: 60%;
    padding-bottom: 15%;
  }

  .bg_img {
    width: 35%;
  }

  .sp_menu {
    gap: 3%;
    justify-content: center;
    max-width: 60%;
    background: #fff;
    position: fixed;
    z-index: 8;
    bottom: 0;
    right: 0;
    padding: 1.5% 1.96%;
    width: 100%;
  }

  address {
    font-size: 1rem;
  }
}

/*SP*/
@media (max-width: 1190px) {
  .pc {
    display: none;
  }
  body {
    font-size: 14px;
  }

  .wh_title {
    width: 70%;
  }

  .frame_btn {
    width: 60%;
  }

  .content_txt_box {
    max-width: 85%;
  }
  .titleimg {
    width: 80%;
  }
  .logo {
    width: 20%;
  }
  .img_txt {
    font-size: 0.9rem;
  }

  .content_text {
    width: 90%;
    margin-inline: auto;
  }
  .sp_txt {
    margin-left: -4rem;
  }
  .left_content,
  .bg_img {
    display: none;
  }
  .chirashi_icon_ab {
    top: -8px;
    right: 0;
  }
  
  .main_content {
    max-width: 100%;
    padding: 4% 0;
    padding-bottom: 20%;
  }
  .mainte_container p {
    font-size: 0.75rem;
  }
  .mainte_container img {
    max-width: 80%;
  }
  
  .sp_menu {
    max-width: 100%;
    width: 100%;
    gap: 2%;
    justify-content: center;
    max-width: 100%;
    background: #fff;
    position: fixed;
    z-index: 8;
    bottom: 0;
    margin: 0 auto;
    padding: 2% 3%;
  }

  .txt_small {
    font-size: 0.9rem;
  }
  .buyer_blog_thumb p {
    font-size: 0.9rem;
  }
  
  footer {
    padding-bottom: 4%;
  }

  /*フッター*/
  footer small,
  address {
    font-size: 0.75rem;
  }

}
/* TEL無効 */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}