@charset "UTF-8";
/* Scss Document */
/* ===================================================================
CSS information

 file name  :page.css
 style info :各ページ読み込み用
=================================================================== */
hr {
  border: 0;
  margin: 0 auto 30px auto;
  width: 60px;
  border-top: 6px solid #e8447e;
  height: 1px;
}
@media screen and (min-width: 768px) {
  hr {
    margin: 0 auto 30px auto;
  }
}

/*ボタン*/
.btn a {
  margin: 0 auto;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  background: url("../images/yaji.svg") no-repeat 95% 50% #e8447e;
  background-size: 13px 22px;
  color: #fff;
  font-weight: bold;
  display: block;
  width: 60%;
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn a {
    line-height: 100px;
    width: 700px;
    font-size: 30px;
  }
}

/* -----------------------------------------------------------
  最上部
----------------------------------------------------------- */

#hed {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #hed {
    margin-bottom: 50px;
    margin-top: 30px;
  }
}
#hed .mainIn {
  position: relative;
  color: #e8447e;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #hed .mainIn {
    margin-bottom: 50px;
  }
}
#hed .mainIn .hed_top {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #hed .mainIn .hed_top {
    margin-bottom: 0;
  }
}
#hed .mainIn .hed_priceless {
  position: absolute;
  left: 10vw;
  top: 68vw;
  width: 85%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #hed .mainIn .hed_priceless {
    left: 30px;
    top: min(36.6vw, 500px);
    max-width: 85%;
  }
}
@media screen and (min-width: 1000px) {
  #hed .mainIn .hed_priceless {
    width: 85vw;
  }
}
#hed .mainIn .hed_logo {
  margin-top: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #hed .mainIn .hed_logo {
    margin-top: -15px;
  }
}
#hed .mainIn .hed_logo img {
  width: 80%;
}
@media screen and (min-width: 768px) {
  #hed .mainIn .hed_logo img {
    max-width: 46%;
  }
}

.hed_span {
  margin-top: 0;
}

.card-stop {
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
  margin-top: 20px;
}
.card-stop figure {
  text-align: center;
}
.card-stop strong {
  color: #e8447e;
}
.card-stop p {
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .hed_span {
    margin-top: 30px;
    text-align: center;
  }
  .hed_span img {
    width: 952px;
  }
  .card-stop {
    padding: 20px;
  }
  .card-stop h3 {
    font-size: 26px;
  }
  .card-stop p {
  }
}

#hed .mainIn .hed_text {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #hed .mainIn .hed_text {
    margin-top: 90px;
  }
}
#hed .mainIn .hed_text img {
  width: 1166px;
}
#hed .mainIn .hed_set {
  text-align: center;
  font-size: 40px;
}
#hed .mainIn .hed_limit {
  text-align: center;
  font-size: 45px;
}
#hed .mainIn .hed_limit span {
  border: 4px solid #e8447e;
  border-radius: 15px;
  padding: 0.2em 0.4em;
}

.accessseigen {
  font-size: 16px;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .accessseigen {
    font-size: 20px;
  }
}

.mainIn h2 {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .mainIn h2 {
    top: -25px;
  }
}
.mainIn h2 img {
  width: 150px;
}
@media screen and (min-width: 768px) {
  .mainIn h2 img {
    width: 250px;
  }
}

#buy {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #buy {
    margin-bottom: 50px;
  }
}
#buy .mainIn {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
}
@media screen and (max-width: 350px) {
  #buy .mainIn {
    padding: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #buy .mainIn {
    padding: 80px;
  }
}
#buy .mainIn .buy_btn {
  margin-bottom: 0.5em;
}

/* -----------------------------------------------------------
news
----------------------------------------------------------- */
#news {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #news {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
#news .mainIn {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
  /* font-family: a-otf-jun-pro, sans-serif;
  font-weight: 700;
  font-style: normal; */
}
@media screen and (min-width: 768px) {
  #news .mainIn {
    padding: 80px 90px 50px;
  }
}
.news__wrap {
  text-align: left;
}
.news__wrap dl {
  display: block;
  justify-content: start;
  grid-template-columns: auto auto;
  gap: 30px;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 0;
}
.news__wrap dl:not(:first-of-type) {
  border-top: 1px dotted #000;
}
.news__wrap dt {
}
.news__wrap dd {
}

#news h3,
#news p {
  text-align: left;
}
#news p {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .news__wrap {
  }
  .news__wrap dl {
    display: grid;
    font-size: 20px;
  }
}

/* -----------------------------------------------------------
button
----------------------------------------------------------- */
#button {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  #button {
    margin-top: 25px;
  }
}

.button_upper_text {
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .button_upper_text {
    font-size: 16px;
  }
}

.button_upper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .button_upper {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .button_upper a:last-child {
    display: none;
  }
}

.button_bottom {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .button_bottom {
    margin-top: 15px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "shop shop"
      "howto qa";
    gap: 15px;
  }
  .button_shop {
    grid-area: shop;
  }
  .button_howto {
    grid-area: howto;
  }
  .button_qa {
    grid-area: qa;
  }
}

@media screen and (max-width: 768px) {
  /* .sp-button {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 17%;
    z-index: 999;
  } */
}

@media screen and (max-width: 768px) {
  .sp-button img {
    /* width: 80%; */
  }
}

/* -----------------------------------------------------------
商品券概要
----------------------------------------------------------- */
.ticket_txt {
  margin-top: 10px;
}

/* -----------------------------------------------------------
map
----------------------------------------------------------- */
#map {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #map {
    margin-top: 130px;
    margin-bottom: 130px;
  }
}
#map .mainIn {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
}
@media screen and (min-width: 768px) {
  #map .mainIn {
    padding: 50px;
  }
}
#map .map_text {
  text-align: left;
  font-size: 25px;
  margin-top: 30px;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #map .map_text {
    font-size: 12px;
  }
}

#taxi {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #taxi {
    margin-bottom: 130px;
  }
}
#taxi .mainIn {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #taxi .mainIn {
    padding: 50px 100px;
  }
}
#taxi .taxi__wrap {
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #taxi .taxi__wrap {
    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;
  }
}
#taxi figure img {
  width: 50%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #taxi figure img {
    width: 207px;
    margin-bottom: 0;
  }
}
#taxi .taxi__list {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #taxi .taxi__list {
    font-size: 26px;
  }
}
#taxi table {
  line-height: 1.9;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #taxi table {
    line-height: 1.7;
    margin-left: 60px;
    margin-right: 0;
  }
}
#taxi table td:nth-child(1) {
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  #taxi table td:nth-child(1) {
    padding-right: 60px;
  }
}
#taxi table td:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  #taxi table td:nth-child(2) {
    display: block;
  }
}
#taxi table td:nth-child(3) {
  display: block;
}
@media screen and (min-width: 768px) {
  #taxi table td:nth-child(3) {
    display: none;
  }
}

/* -----------------------------------------------------------
ad
----------------------------------------------------------- */
#ad {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #ad {
    margin-top: 50px;
    margin-bottom: 130px;
  }
}
#ad .mainIn {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
}
@media screen and (min-width: 768px) {
  #ad .mainIn {
    padding: 50px;
  }
}
#ad .ad_text {
  text-align: left;
  font-size: 25px;
  margin-top: 30px;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #ad .ad_text {
    font-size: 12px;
  }
}

/* -----------------------------------------------------------
howto
----------------------------------------------------------- */
#howto {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #howto {
    margin-bottom: 130px;
    margin-top: 100px;
  }
}
#howto .mainIn {
  position: relative;
  background: #ffffff;
  padding: 30px 20px;
  border: 3px solid #e8447e;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #howto .mainIn {
    padding: 50px;
  }
}

.howto_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .howto_pc {
    display: none;
  }
}

.howto_pc1 {
  margin-top: 25px;
}

.howto_pc2 {
  margin-top: 50px;
}

.howto_pc3 {
  margin-top: 50px;
}

.howto_yaji {
  margin-top: 25px;
}

.howto_pc p {
  text-align: right;
  margin-top: 20px;
}

.mfp-image-holder .mfp-close {
  font-size: 48px;
}

.howto_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .howto_sp {
    display: block;
  }
}

.howto_sp1 {
  margin-top: 20px;
}

.howto_sp1open {
  margin-top: 20px;
}

.howto_sp2 {
  margin-top: 20px;
}

.howto_sp2open {
  margin-top: 20px;
}

.howto_sp3 {
  margin-top: 20px;
}

.howto_sp3open {
  margin-top: 20px;
}

.howto_sp4 {
  margin-top: 20px;
}

.howto_sp4open {
  margin-top: 20px;
}

.howto_youtube iframe {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .howto_youtube iframe {
    width: 100%;
    height: 200px;
  }
}

.howto-btn_sp {
  margin-top: 20px;
  margin-left: 0;
  list-style: none;
  border-top: 1px solid #e8447e;
}

.howto-btn_sp li {
  padding: 10px 5px;
  border-bottom: 1px solid #e8447e;
}

.howto-info_sp {
  margin-top: 10px;
}

.howto-info_sp div {
  margin-top: 20px;
}

/*アコーディオン*/
.js-aclink {
  cursor: pointer;
}
/* -----------------------------------------------------------
qa
----------------------------------------------------------- */
#qa {
  margin-bottom: 20px;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  #qa {
    margin-bottom: 50px;
    margin-top: 100px;
  }
}
#qa .mainIn {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #qa .mainIn {
    padding: 50px;
  }
}
#qa h2 {
  text-align: center;
}
#qa h3 {
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #qa h3 {
    line-height: 2;
  }
}
#qa h4 {
  position: relative;
  text-align: left;
  padding: 10px 35px 10px 10px;
}
@media screen and (max-width: 768px) {
  #qa h4 {
    line-height: 1.3;
    padding-right: 25px;
  }
}
#qa h4::after {
  position: absolute;
  content: "▼";
  right: 10px;
  top: 11px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #qa h4::after {
    top: 9px;
    font-size: 16px;
  }
}
#qa h4.js-ac::after {
  content: "▲";
}
#qa p {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #qa p {
    font-size: 12px;
  }
}

/* -----------------------------------------------------------
toiawase
----------------------------------------------------------- */
#main section#toiawase {
  text-align: center;
  line-height: 1;
  margin-top: 100px;
  background-color: #fff;
  padding: 100px 0 50px;
}
@media screen and (max-width: 768px) {
  #toiawase {
    margin-top: 50px;
  }
}

.toiawase_title {
  font-size: 30px;
  color: #fff;
  background-color: #000;
  display: inline-block;
  width: 266px;
  height: 50px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .toiawase_title {
    font-size: 20px;
    width: 150px;
    height: 30px;
  }
}

.toiawase_text {
  font-size: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .toiawase_text {
    margin-top: 25px;
    font-size: 16px;
  }
}

.toiawase_text2 {
  font-size: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .toiawase_text2 {
    margin-top: 10px;
    font-size: 16px;
  }
}

.toiawase_calltitle {
  font-size: 33px;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .toiawase_calltitle {
    margin-top: 10px;
    font-size: 20px;
  }
}

.toiawase_freecall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.toiawase_freecall img {
  width: 83px;
}
@media screen and (max-width: 768px) {
  .toiawase_freecall img {
    width: 40px;
  }
}

.toiawase_tel {
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .toiawase_tel {
    font-size: 25px;
  }
}

.toiawase_tel a {
  color: #4c4948;
}

.toiawase_time {
  font-size: 37px;
  /* margin-top: 20px; */
}
@media screen and (max-width: 768px) {
  .toiawase_time {
    /* margin-top: 10px; */
    font-size: 16px;
  }
}

.toiawase_mail {
  font-size: 37px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .toiawase_mail {
    margin-top: 10px;
    font-size: 16px;
  }
}

.toiawase_mail a {
  color: #4c4948;
}

/* -----------------------------------------------------------
tyuui
----------------------------------------------------------- */
#tyuui {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #tyuui {
    margin-top: 100px;
    margin-bottom: 50px;
  }
}
#tyuui .mainIn {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #tyuui .mainIn {
    padding: 50px;
  }
}
#tyuui .mainIn p {
  text-align: left;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  #tyuui .mainIn p {
    font-size: 26px;
  }
}
#tyuui .mainIn p.tyuui1 {
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  #tyuui .mainIn p.tyuui1 {
    font-size: 35px;
  }
}
#tyuui .mainIn p.tyuui3 {
  font-size: 12px;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  #tyuui .mainIn p.tyuui3 {
    font-size: 23px;
  }
}

/* -----------------------------------------------------------
  shop
----------------------------------------------------------- */
#shop {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #shop {
    margin-bottom: 100px;
  }
}
#shop .mainIn {
  position: relative;
  background: #ffffff;
  padding: 20px;
  border: 3px solid #e8447e;
}
@media screen and (min-width: 768px) {
  #shop .mainIn {
    padding: 50px;
  }
}
#shop .mainIn .shop_text {
  color: #e8447e;
  text-align: center;
  font-size: 16px;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #shop .mainIn .shop_text {
    font-size: 55px;
  }
}
#shop .mainIn .shop_tsukaeru {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #shop .mainIn .shop_tsukaeru {
    margin-bottom: 50px;
  }
}
#shop .mainIn .shop_listtitle {
  background: #e8447e;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #shop .mainIn .shop_listtitle {
    margin-bottom: 50px;
    font-size: 40px;
    border-radius: 15px;
  }
}

.tab_item {
  text-align: left;
  width: 19%;
  margin-right: 1.25%;
  background: rgba(245, 184, 211, 0.5);
  color: #000;
  display: block;
  float: left;
  font-size: 9px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  padding: 10px 0 10px 5px;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .tab_item {
    font-size: 21px;
    padding: 15px 0 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .tab_item span {
    font-size: 35px;
  }
}
.tab_item span.tr {
  -webkit-transform: scale(0.7, 1);
  transform: scale(0.7, 1);
  display: inline-block;
  margin-left: -12%;
}
@media screen and (min-width: 768px) {
  .tab_item span.tr {
    margin-left: -15%;
  }
}
.tab_item::after {
  position: absolute;
  content: "▼";
  right: 5px;
  top: 10px;
}
@media screen and (min-width: 768px) {
  .tab_item::after {
    right: 10px;
    top: 22px;
  }
}
.tab_item:hover {
  opacity: 0.75;
}
.tab_item.tab_0 {
  margin-right: 0;
}

.tab_item:last-child {
  margin-right: 0;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}
.cate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 3%;
  background: #f5b8d3;
}
@media screen and (min-width: 768px) {
  .cate {
    padding: 50px;
  }
}
.cate a {
  width: 45%;
  background: #e8447e;
  color: #fff;
  display: block;
  float: left;
  font-size: 9px;
  font-weight: bold;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 10px;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cate a {
    width: 30%;
    font-size: 24px;
    padding: 6px 0 5px 15px;
    background: #e8447e;
  }
  .cate a.cate_katamachi {
    width: 18%;
  }
  .cate a.cate_commerce {
    width: 30%;
  }
  .cate a.cate_tab5 {
    width: 45%;
  }
}
.cate a::after {
  position: absolute;
  content: "▼";
  right: 10px;
  top: 5px;
}
@media screen and (min-width: 768px) {
  .cate a::after {
    top: 9px;
    font-size: 21px;
  }
}

.cateBox {
  padding: 20px 3%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cateBox {
    padding: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .cateBox .cateWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cateBox .cateWrap p {
    width: 48%;
  }
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content {
  display: block;
}

.tab_container {
  text-align: left;
}

.tab_container input:checked + .tab_item {
  background-color: #f5b8d3;
  color: #000;
}

.cation {
  border: 1px solid #4c4948;
  text-align: center;
  padding: 0.5em;
  font-size: 9px;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .cation {
    font-size: 14px;
  }
}

.menutop {
  text-align: center;
  margin-bottom: 20px;
}
.menutop a {
  color: #4c4948;
  border: 1px solid #4c4948;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .menutop {
    display: none;
  }
}

/* -----------------------------------------------------------
 shop__items
----------------------------------------------------------- */
.shop__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .shop__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
}

h4 + .shop__items {
  margin-bottom: 30px;
}

.shop__title {
  border-bottom: 1px solid #4c4948;
  font-size: 18px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .shop__title {
    font-size: 16px;
  }
}

.shop__title--small {
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .shop__title--small {
    font-size: 12px;
  }
}

.shop__info {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 75px auto;
  gap: 5px 10px;
}

.shop__map {
  margin-top: 5px;
}

.shop__map a {
  font-size: 13px;
  display: block;
  color: #fff;
  background-color: #999;
  text-align: center;
  border-radius: 5px;
}

/* -----------------------------------------------------------
 ページ7
----------------------------------------------------------- */
/* -----------------------------------------------------------
 テーブル
----------------------------------------------------------- */
.table_a {
  width: 100%;
  border-top: 1px solid #ccc;
  margin: 0 auto 50px;
  word-break: break-all;
  word-wrap: break-all;
}
.table_a tr {
  border-bottom: 1px solid #ccc;
}
.table_a th {
  padding: 5px;
  display: block;
  font-weight: normal;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .table_a th {
    display: table-cell;
    padding: 50px 5px;
    width: 15%;
  }
}
.table_a td {
  padding: 5px;
  display: block;
}
@media screen and (min-width: 768px) {
  .table_a td {
    display: table-cell;
    padding: 50px 5px;
  }
}

.table_pre th {
  background-color: #e8447e !important;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
}

.table_pre td {
  border: 1px solid #000000 !important;
}

/* -----------------------------------------------------------
 ページネーション
----------------------------------------------------------- */
/*Pagenation*/
.pagenation {
  margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
  text-align: center;
}

.pagenation li {
  display: inline-block;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

/* -----------------------------------------------------------
 マップ
----------------------------------------------------------- */
div.map1,
div#map {
  width: 90%;
  height: 270px;
  margin: 0 auto;
}

div.small {
  font-size: 9pt;
  width: auto;
  height: auto;
}

div.small b {
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  div.map1 {
    width: 920px;
    height: 360px;
    margin: 0 auto;
  }
  div#map {
    width: 920px;
    height: 600px;
    margin: 0 auto 40px;
  }
  div#entry {
    font-size: 16px;
    width: 200px;
    height: auto;
  }
  div#marker {
    font-size: 16px;
    margin: 10px auto;
  }
}
/* -----------------------------------------------------------
テーブル
----------------------------------------------------------- */
section#info {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  section#info {
    margin: 50px auto;
  }
}

section#info .mainIn h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto;
  top: 0;
  background-color: #000;
  color: #fff;
  padding: 20px 10px;
}

section#info table {
  width: 100%;
}

section#info table thead th {
  background-color: #eee;
  font-weight: bold;
  border: 1px solid #333;
  padding: 10px;
}

section#info table tbody th,
section#info table tbody td {
  background-color: #fff;
  border: 1px solid #333;
  padding: 10px;
}

/* -----------------------------------------------------------
 問合せフォーム（contact form 7用）
----------------------------------------------------------- */
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
table.inquiry {
  margin: 30px 0;
}
table.inquiry textarea {
  font-size: inherit;
}

/*見出し欄*/
.inquiry th {
  text-align: left;
  color: #444;
  padding: 20px 10px;
  width: 40%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 5px;
  vertical-align: middle;
}

/*通常欄*/
.inquiry td {
  border: solid 1px #d7d7d7;
  padding: 20px 10px;
}

.inquiry input {
  font-size: inherit;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr,
.entry-content table {
  border: solid 1px #d7d7d7;
}

/*必須の調整*/
.haveto {
  font-size: 10px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*任意の調整*/
.any {
  font-size: 10px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}

/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}

/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
  cursor: pointer;
}

/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: red;
}

.screen-reader-response {
  text-align: center;
  margin: 30px auto;
  width: 100%;
  color: red;
}
.screen-reader-response ul {
  background: #fadbdb;
  padding: 15px 30px;
}
@media screen and (min-width: 768px) {
  .screen-reader-response {
    width: 800px;
  }
}

.wpcf7-validation-errors,
.wpcf7-acceptance-missing {
  text-align: center;
  background: #fadbdb;
}

.wpcf7-mail-sent-ok {
  text-align: center;
  background: #e0fee0;
  font-weight: bold;
}

.wpcf7 .sent {
  display: none;
}

@media (max-width: 500px) {
  .inquiry th,
  .inquiry td {
    display: block !important;
    width: 100% !important;
    padding: 10px 5px;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto,
  .inquiry .any {
    font-size: 10px;
  }
} /*# sourceMappingURL=page.css.map */

#login {
  margin-top: 100px;
}

.login__btn {
  text-align: center;
  margin-top: 50px;
}

.login__btn img {
  width: 355px;
}

@media screen and (max-width: 768px) {
  .login__btn img {
    width: 80%;
  }
}
