@charset "UTF-8";

/*---------------------------

---------------------------*/
img {
  width: 100%;
}

.inner_1300 {
  max-width: 1300px;
  width: 94%;
  margin: 0 auto;
}

.main_Img>div {
  background: url(../img/link/main_img.jpg) no-repeat center center;
  background-size: cover;
}

/* コンテンツ */
.content {
  margin: 80px auto 100px;
}

.content h3 {
  width: 100%;
  background: #e4e4e4;
  color: #333;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  margin: 60px 0 0;
}

.link_selectBtn ul {
  justify-content: flex-start;
  flex-wrap: wrap;
}

.link_selectBtn ul li {
  width: calc((100% - 40px) / 5);
  margin: 0 10px 10px 0;
}

.link_selectBtn ul li:nth-child(5n) {
  margin-right: 0;
}

.link_selectBtn ul li a {
  display: block;
  position: relative;
  height: 60px;
  padding: 10px;
  font-size: 15px;
  text-align: center;
  background: #fff;
  border: 2px #009944 solid;
  color: #009944;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
  box-sizing: border-box;
}

.link_selectBtn span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.link_selectBtn ul li:hover a {
  color: #fff;
  background: #009944;
}


.ja_link_img {
  max-width: 900px;
  width: 100%;
  margin: 80px auto 0;
}

.ja_link_img a g {
  transition: .3s;
}

.ja_link_img a:hover g {
  opacity: .6;
}

.hanrei {
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0 0;
}

.hanrei li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.hanrei li:last-child {
  margin-right: 0;
}

.hanrei span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 50px;
}

.color1 {
  background-color: #eda83f;
}

.color2 {
  background-color: #0c5a02;
}

.color3 {
  background-color: #e17155;
}

.color4 {
  background-color: #e38494;
}

.color5 {
  background-color: #98c351;
}

.color6 {
  background-color: #48a3dc;
}

.color7 {
  background-color: #8649b7;
}

.hanrei p {
  font-size: 14px;
}

.link_area {
  margin-top: -30px;
  padding-top: 30px;
}

.link_area ul li {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.bg_g {
  background: #f2f8ea;
}

.link_area ul li .number {
  display: block;
  width: 25px;
  height: 23px;
  border-radius: 50%;
  text-align: center;
  line-height: 23px;
  color: #fff;
  letter-spacing: -1px;
}

.box01 ul li .number,
.box03 ul li .orange,
.box04 ul li .number,
.box06 ul li .number,
.box08 ul li .number {
  background: #eda83f;
}

.box02 ul li .number {
  background: #0c5a02;
}

.box10 ul li .number {
  background: #8649b7;
}

.box03 ul li .red {
  background: #e17155;
}

.box05 ul li .number {
  background: #98c351;
}

.box07 ul li .number {
  background: #48a3dc;
}

.box09 ul li .number {
  background: #e38494;
}

.shop,
.shop_add,
.tel_number,
.detail,
.map {
  width: calc(100% / 5);
}

.tel_number,
.detail,
.map {
  text-align: center;
}

.shop {
  font-weight: bold;
  margin: 0 0 0 10px;
}

.stop {
 width: 68%;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #bf0101;
    padding: 5px 0;
    margin-top: 5px;
}

/* .tel26{ text-align: left;} */
.detail {
  background: #009944;
}

.box04 .detail,
.box05 .detail,
.box06 .detail,
.box07 .detail,
.box08 .detail,
.box09 .detail,
.box10 .detail {
  background: none;
}

.detail:hover {
  opacity: 0.8;
}

.map {
  background: #003e9a;
}

.map:hover {
  opacity: 0.8;
}

.detail,
.map {
  color: #fff;
  transition: 0.5s;
  margin-left: 10px;
  padding: 10px;
  box-sizing: border-box;
}


/* 店舗 */
.store_Box {}

.store_Box .ttl {
  display: block;
  width: 100%;
  padding: 20px 0;
  margin: 0 0 30px;
  color: #333;
  background: #e4e4e4;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.map_area {
  width: 100%;
  height: 600px;
  margin-bottom: 30px;
}

.map_area iframe {
  width: 100%;
  height: 100%;
}

.map_btn {
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 20px;
}

.map_btn a {
  display: inline-block;
  padding: 15px 20px;
  margin-left: 10px;
  border: 2px solid #888;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  transition: .3s;
}

.map_btn a:hover {
  background-color: #dcdb84;
  border: 2px solid #dcdb84;
}

.store_Info {
  width: 100%;
  margin: 50px auto 0;
  line-height: 1.5;
}

.store_Info th {
  width: 20%;
  background: #e4e4e4;
  border: #fff 1px solid;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.store_Info td {
  background: #fff;
  border: #e4e4e4 1px solid;
  padding: 20px;
  box-sizing: border-box;
}

.note {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.5;
}

.link_Btn {
  display: block;
  position: relative;
  max-width: 320px;
  width: 90%;
  padding: 20px;
  margin: 30px auto 0;
  color: #009944;
  border: 2px solid #009944;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  transition: .3s;
}

.link_Btn i {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 30px;
  height: 20px;
  line-height: 1;
  transform: translateY(-50%);
}

.link_Btn i svg {
  fill: #009944;
}

.link_Btn i #arrow {
  border: 50px solid #888;
  transition: 0.3s;
}

.link_Btn:hover i #arrow {
  transform: translateX(3px);
}

.link_Btn:hover {
  color: #fff;
  background-color: #009944;
}

.link_Btn:hover i svg {
  fill: #fff;
}

/* ATM */
.store_Info th.th_sat {
  background-color: #d8eef7;
}

.store_Info th.th_sun {
  background-color: #f7e1e1;
}

.ancher_Box>ul {
  padding-top: 150px;
  margin-top: -150px;
}


/* 休止中の文言 */
.pause {
  max-width: 1000px;
  margin: 60px auto 40px;
}

.pause p {
  font-size: 16px;
  line-height: 1.5;
  color: #bf0101;
  border: 1px solid #bf0101;
  padding: 20px 0;
  text-align: center;
}

.attention-box {
  padding: 20px 0;
  border: 1px solid #bf0101;
  margin: 40px auto 0;
}

.attention-box p {
  font-size: 18px;
  line-height: 1.5;
  color: #bf0101;
  text-align: center;
}

/*---------------------------
Tab
---------------------------*/
@media screen and (max-width: 999px) {

  .link_selectBtn ul li {
    width: calc((100% - 30px) / 4);
  }

  .link_selectBtn ul li:nth-child(4n) {
    margin-right: 0;
  }

  .link_selectBtn ul li:nth-child(5n) {
    margin-right: 10px;
  }

  .link_selectBtn ul li a {
    padding: 8% 20px 0;
    font-size: 14px;
    box-sizing: border-box;
  }

  .link_selectBtn ul li:nth-child(8) a {
    padding: 5.4% 20px 2.6%;
  }

}

/*---------------------------
sp
---------------------------*/
@media only screen and (max-width: 767px) {

  .content {
    margin: 50px auto 100px;
  }

  .link_area {
    margin-top: -25px;
    padding-top: 25px;
  }

  .link_selectBtn ul li {
    width: calc((100% - 10px) / 2);
    margin: 0 10px 10px 0;
  }

  .link_selectBtn ul li:nth-child(5n) {
    margin-right: 10px;
  }

  .link_selectBtn ul li:nth-child(even) {
    margin-right: 0;
  }

  .link_selectBtn ul li a {
    height: 50px;
    font-size: 13px;
  }

  .hanrei {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .hanrei li {
    margin-bottom: 10px;
  }

  .hanrei span {
    width: 16px;
    height: 16px;
  }

  .ja_link_img {
    margin: 30px auto 0;
  }

  .content h3 {
    margin: 30px 0 0;
  }

  .link_area ul li .number {
    height: 25px;
    line-height: 25px;
  }

  .link_area ul li {
    flex-wrap: wrap;
  }

  .number,
  .shop {
    width: 87%;
  }

  .number {
    margin: 0 0 10px 10px;
  }

  .shop,
  .shop_add,
  .tel_number {
    margin: 0 0 10px 10px;
  }

  .shop_add,
  .tel_number {
    width: 100%;
  }

  .tel_number {
    text-align: left;
  }

  .detail,
  .map {
    width: calc(100% / 2 - 30px);
  }

  .box04 .detail,
  .box05 .detail,
  .box06 .detail,
  .box07 .detail,
  .box08 .detail,
  .box09 .detail,
  .box10 .detail {
    display: none;
  }

  /* 店舗 */
  .store_Box .ttl {
    font-size: 18px;
  }

  .map_area {
    height: 300px;
  }

  .map_btn {
    justify-content: center;
  }

  .map_btn a {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }

  .map_btn a:last-child {
    display: none;
  }

  .store_Info {
    display: block;
    width: 100%;
    font-size: 16px;
  }

  .store_Info tbody,
  .store_Info tr {
    display: block;
    width: 100%;
  }

  .store_Info tr th {
    display: block;
    width: 100%;
    padding: 10px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
  }

  .store_Info tr td {
    display: block;
    width: 100%;
    padding: 10px;
  }

  .store_Info tr th.sub_th {
    background-color: #e4e4e4;
  }

  .ancher_Box>ul {
    padding-top: 100px;
    margin-top: -100px;
  }

  /* 休止中の文言 */
  .pause {
    margin: 30px auto 20px;
  }

  .pause p {
    font-size: 14px;
    padding: 15px 15px;
    text-align: left;
  }

  .attention-box {
    padding: 14px 0;
  }

  .attention-box p {
    font-size: 14px;
  }

  .stop {
    width: 100%;
  }
}