@charset "utf-8";

.icon_img {
  text-align: center;
  margin-top: 23px;
  margin-bottom: 32px;
}

.icon_img > picture > img {
  width: 70px;
  height: 70px;
}

.headline {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
  font-weight: bold;
}

.txt_red {
  color: #E30021 !important;
}

.txt_blue {
  color: #158799 !important;
}

.main_txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 51px;
}

.notice {
  color: #E30021;
}

.d_block {
  display: block !important;
}

.main_logo {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 14px;
}

.sub_txt {
  font-size: 1.4rem;
  color: #375843;
  text-align: center;
  margin-bottom: 30px;
}

.font_bold {
  font-weight: bold !important;
}

.shop_list_wrap {
  margin-bottom: 59px;
  padding: 0 20px;
}

.shop_list {
  display: flex;
  flex-direction: column;
}

.shop_item:not(:last-child) {
  margin-bottom: 50px;
}

.shop_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  color: #595757;
  border-bottom: 1px solid #595757;
  padding-bottom: 4px;
  margin-bottom: 8px;
}

.shop_txt {
	padding-left:1em;
	text-indent:-1em;
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.shop_txt::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/images/icon/pin.webp);
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.shop_img {
  box-sizing: border-box;
  border: 8px solid rgb(55, 88, 67);
}

.reserve {
  width: 100%;
  line-height: 42px;
  text-align: center;
}

.reserve > a {
  font-size: 1.2rem;
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  font-weight: bold;
  position: relative;
  background-color: #FFDB3F;
}

.reserve > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border: 2px solid;
  border-color: #000 #000 transparent transparent;
}

@media screen and (min-width:769px) {
  main {
    padding-top: 140px;
  }

  .icon_img > picture > img {
    width: 100px;
    height: 100px;
  }

  .headline {
    font-size: 4rem;
  }

  .main_logo {
    width: 350px;
    max-width: 100%;
  }

  .main_txt,
  .sub_txt,
  .shop_ttl {
    font-size: 2rem;
  }

  .shop_list_wrap {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto 80px;
  }

  .shop_list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: -51px;
  }

  .shop_list::after {
    content: "";
    width: 470px;
    height: 0;
    display: block;
    margin-left: 30px;
  }

  .shop_item {
    width: 470px;
    max-width: 100%;
    margin-bottom: 51px;
  }

  .shop_item:nth-of-type(even) {
    margin-left: 30px;
  }

  .shop_txt {
    font-size: 1.4rem;
  }

  .shop_img {
    margin-bottom: 10px;
  }

  .reserve > a {
    font-size: 1.4rem;
  }

  .reserve > a::after {
    right: 100px;
  }
}

/* SPのタップの動き */
@media (hover: none) {
  a {
    transition: .1s all;
  }

  a:active {
    opacity: 0.6;
  }
}

/* PCのホバー時の動き */
@media (hover: hover) and (pointer: fine) {
  .reserve > a,
  .reserve > a::after {
    transition: .3s all;
  }

  .reserve > a:hover {
    background-color: #000;
    color: #FFDB3F;
  }

  .reserve > a:hover::after {
    border-color: #FFDB3F #FFDB3F transparent transparent;
  }
}
