@charset "utf-8";
/* CSS Document */
/*ページトップに戻る*/
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10%;
  bottom: 0;
  z-index: 999;
}
#page_top a {
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0aa';
  font-size: 60px;
  color: #316e24;
}
.sma {
  display: none;
}
.first-view {
  max-width: 1200px;
  height: 500px;
  background-image: url("../images/shopinfo/top-main-pc.png");
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 1200px 500px;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.first-view-text {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  font-size: 24px;
  color: #fcfcfc;
  text-shadow: 1px 1px 10px #d7d8c5;
  padding-left: 70px;
}
.main-content {
  max-width: 1200px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.main-content h2 {
  font-size: 24px;
  width: 60%;
  color: #fff;
  font-weight: bold;
  background-color: #001f52;
  text-align: center;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
}
.content-title p {
  width: 300px;
  margin-top: 20px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.content1, .content2, .content3 {
  padding-top: 50px;
}
table {
  margin-top: 30px;
  margin-bottom: 20px;
  border: 1px #090303 solid;
  border-collapse: collapse;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
th:nth-child(1) {
  width: 150px;
}
th, td {
  border: 1px black solid;
  padding: 10px;
  text-align: left;
  font-size: 16px;
}
.th1 {
  background-color: #d8ecf7;
}
.th2 {
  background-color: #f7d8ef;
}
.th3 {
  background-color: #fffeea;
}
.td1 {
  color: #f60516;
}
td {
  font-weight: bold;
  text-align: center;
}
.map {
  width: 700px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.map iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 30px;
}
.accordion {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}
.accordion:not([open]) {
  margin-bottom: 50px;
}
.accordion1 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-left: 5px solid #d8ecf7;
  background-color: #d8ecf7;
  font-weight: 600;
  cursor: pointer;
}
.accordion p {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
}
.accordion2 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-left: 5px solid #f7d8ef;
  background-color: #f7d8ef;
  font-weight: 600;
  cursor: pointer;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #cfceba;
  border-right: 3px solid #cfceba;
  content: '';
  transition: transform .3s;
}
.accordion[open] summary::after {
  transform: rotate(225deg);
}
.accordion p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  color: #090303;
  background-color: #fffeea;
  transition: transform .5s, opacity .5s;
  font-size: bold;
  line-height: 1.5;
}
.accordion[open] p {
  transform: none;
  opacity: 1;
}
/*_blankがついていればアイコンを付ける*/
.buss a[href^=http]:not(.notex)::after {
  content: "";
  width: 35px;
  height: 20px;
  display: inline-block;
  background: url("../images/shopinfo/icon.png") no-repeat scroll left center transparent;
}
/*//外部リンクのaタグにデフォルトを指定*/
.buss a:link {
  color: #0000EE;
  text-decoration: underline;
}
.buss a:visited {
  color: #551A8B;
  text-decoration: underline;
}
.buss a:hover {}
.buss a:active {
  color: #FF0000;
  text-decoration: underline;
}
@media(max-width: 800px) {
  /*ページトップに戻る*/
  #page_top {
    right: 0%;
  }
  .sma {
    display: block;
  }
  .first-view {
    max-width: 750px;
    height: 500px;
    background-image: url("../images/shopinfo/top-main-sp.png");
    background-size: 750px 500px;
    align-items: flex-start;
    text-align: center;
  }
  .first-view-text {
    padding-left: 0px;
  }
  .first-view-text h1 {
    font-size: 40px;
    margin-top: 50px;
  }
  table {
    width: 70%;
  }
  th:nth-child(1) {
    width: 100px;
  }
  td {
    text-align: left;
  }
  .table {
    margin-top: 20px;
  }
  .map iframe {
    height: 210px;
  }
  .accordion {
    width: 90%;
  }
  .accordion p {
    padding-left: 16px;
    padding-right: 16px;
  }
} /*@media*/