@charset "UTF-8";
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert;
}
ul li,
ol li {
  list-style-type: none;
}
a {
  cursor: pointer;
  color: #09A6FC;
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
}
html {
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  color: #383b4e;
  font-feature-settings: "palt";
}
.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
/*  */
#header {
  color: #fff;
  background: #09A6FC;
  text-align: center;
}
#header img {
  max-width: 520px;
  width: 100%;
}
/*  */
section {
  padding: 100px 0;
}
/*  */
#sns {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}
#sns ul {
  display: flex;
  gap: 20px;
}
#sns a {
  display: grid;
  width: 80px;
  height: 80px;
  border: 1px solid #ddd;
  place-content: center;
  font-size: 40px;
  border-radius: 100px;
}
/*  */
#shop h1 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  margin: 0 0 2em;
  line-height: 1.5;
}
#shop ol {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}
#shop li {
  border: 1px solid #ccc;
  counter-increment: no;
}
#shop a {
  display: block;
  padding: 20px 60px 20px 20px;
  color: inherit;
  line-height: 1.7;
  position: relative;
}
#shop a::after {
  content: '\f061';
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  color: #555;
}
#shop a h2::before {
  content: counter(no)'. ';
}
#shop a span {
  font-size: 12px;
  color: #999;
}
/* #shop {
  display: none;
}
#shop .inner {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
#shop h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}
#shop ul {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
} */
/*  */
#msg {
  background: #EFE7D7;
  position: relative;
}
#msg::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(3deg) translate(-50%,-50%);
  width: 700px;
  height: calc(100% - 200px);
  transform-origin: left top;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);

}
#msg .inner {
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.2);

  width: 700px;
  margin: 0 auto;
  padding: 50px;
  box-sizing: border-box;
  line-height: 1.8;
  position: relative;
  z-index: 100;
}

#msg h1 {
  font-size: 32px;
  font-weight: 900;
  margin: 0 0 1em;
}
#msg p {
  margin: 1em 0 0;
}
#msg p:last-of-type {
  text-align: right;
  margin: 2em 0 0;
}
#msg span.small {
  font-size: 13px;
  margin: 0 10px 0 0;
}
#msg span.large {
  font-size: 24px;
  font-weight: 700;
}
/*  */
#access {
  background: #09A6FC;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
#access .inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 50px;
  align-items: center;
}
#access .right {
  order: 2;
}
#access iframe {
  width: 100%;
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
#access .left {
  order: 1;
}
#access h1 {
  font-size: 32px;
  font-weight: 900;
}
#access h2 {
  font-size: 24px;
  margin: 1em 0 0;
  font-weight: 700;
  line-height: 1.3;
}
#access p {
  margin: 1em 0 0;
}
#access dl {
  margin: 50px 0 0;
}
#access dl div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0 0;
  position: relative;
}
#access dl div::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px dotted #fff;
}
#access dl span {
  background: #09A6FC;
  position: relative;
  z-index: 10;
}
#access dl dt span {
  padding: 0 10px 0 0;
}
#access dl dd span {
  padding: 0 0 0 10px;
}
/*  */
#info .inner {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 50px;
  font-size: 14px;
  line-height: 1.8;
}
#info h1 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}
#info table {
  width: 100%;
  border-bottom: 1px solid #09A6FC;

}
#info tr {
  border-top: 1px solid #09A6FC;
}
#info th {
  width: 25%;
  padding: 15px;
}
#info td {
  padding: 15px;
}
/*  */
#vintage {
  background: #93AA75;
  padding: 100px 0;
}
#vintage p {
  color: #fff;
  font-size: 50px;
  text-align: center;
  font-weight: 900;
  text-shadow: 0 2px 2px rgba(0,0,0,.3);
  line-height: 1.3;

}
/*  */
#flow {
  background: #93AA75;
  line-height: 1.8;
  padding: 0 0 100px;
}
#flow h1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  text-shadow: 0 2px 2px rgba(0,0,0,.3);
  margin: 0 0 1em;
}
#flow ol {
  display: grid;
  gap: 50px;
}
#flow li {
  background: #fff;
  display: grid;
  grid-template-columns: 2fr 3fr;
  counter-increment: i;
  position: relative;
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}
#flow li::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 50px;
  background: #fff;
  opacity: .5;
}
#flow li:last-of-type::after {
  display: none;
}
#flow .left {
  border-right: 1px solid #ddd;
  display: grid;
  place-content: center;
}
#flow li h2 {
  font-weight: 700;
  font-size: 24px;
}
#flow li h2::before {
  content: counter(i)'. ';
}
#flow li div {
  padding: 50px;
}
/*  */
#notice {
  background: #93AA75;
  line-height: 1.8;
  padding: 0 0 100px;
}
#notice h1 {
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  text-shadow: 0 2px 2px rgba(0,0,0,.3);
  margin: 0 0 1em;
}
#notice .wrap {
  background: #fff;
  box-shadow: 1px 1px 5px rgba(0,0,0,.2);
  padding: 50px;
}
#notice table {
  width: 100%;
  font-size: 14px;
}
#notice th,
#notice td {
  padding: 10px 20px;
  border: 1px solid #ddd;
}
#notice th {
  width: 25%;
}
/*  */
#comit h1 {
  font-weight: 900;
  font-size: 24px;
  margin: 0 0 2em;
}
#comit table {
  width: 100%;
  line-height: 1.7;
}
#comit th,
#comit td {
  border: 1px solid #ddd;
  padding: 10px 20px;
}
#comit th {
  width: 30%;
  font-weight: bold;
}
/*  */
@media screen and (max-width:768px) {
  section {
    padding: 50px 0;
  }
  /*  */
  #shop ol {
    grid-template-columns: 1fr;
  }
  /*  */
  #msg {
    padding: 0;
  }
  #msg::before {
    display: none;
  }
  #msg .inner {
    width: 100%;
    padding: 50px 20px;
  }
  /*  */
  #access .inner {
    grid-template-columns: 1fr;
  }
  /*  */
  #info .inner {
    grid-template-columns: 1fr;
  }
  /*  */
  #vintage {
    padding: 50px 0;
  }
  #vintage p {
    font-size: 40px;
  }
  /*  */
  #flow li {
    grid-template-columns: 1fr;
  }
  #flow .left {
    padding-bottom: 0;
  }
  #flow li div {
    padding: 30px;
  }
  /*  */
  #notice h1 {
    font-size: 36px;
  }
  #notice .wrap {
    padding: 0;
  }
  #notice th,
  #notice td {
    display: block;
    box-sizing: border-box;
    border: none;
  }
  #notice th {
    width: 100%;
    border-top: 1px solid #ddd;
    font-weight: bold;
    padding-bottom: 0;

  }
}
