@charset "UTF-8";
@import url(../css/reset.css);
@import url("https://fonts.googleapis.com/css?family=Ubuntu:400&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: calc(100vw / 39); }

body {
  position: relative;
  background-color: #fffdfa;
  background-image: url("../img/mv.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  color: #4a423e;
  word-wrap: break-word;
  overflow-wrap: break-word;
  z-index: 1; }
@-moz-document url-prefix() {}
  body::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(768/1366*100vw);
    left: 0;
    z-index: 2;
    width: 100%;
    height: 20em;
    background-image: linear-gradient(to bottom, #D5F3FD, #fffdfa); }

a {
  text-decoration: none;
  outline: 0 solid transparent;
  transition: all 0.3s;
  color: #4a423e; }
  a:hover {
    opacity: 0.7; }

.inner {
  width: calc(100% - 3em);
  margin: 0 auto; }

header {
  position: relative;
  z-index: 3;
  height: 25em; }
  header .inner {
    position: absolute;
    top: 11em;
    left: 1.5em; }
    header .inner .catchphrase span {
      line-height: 1.5em; }
      header .inner .catchphrase span:first-child {
        font-feature-settings: "palt"; }
    header .inner .notes {
      margin-top: .5em; }
      header .inner .notes dt {
        display: inline-block;
        padding-bottom: .3em;
        background-image: url("../img/border.svg");
        background-position: bottom left;
        background-repeat: repeat-x;
        background-size: .45rem .1rem;
        font-size: 3em;
        font-weight: 700; }
        header .inner .notes dt span {
          margin-right: .1em;
          font-size: .5em;
          font-weight: 700; }
      header .inner .notes dd {
        margin-top: .8em;
        font-size: .75em;
        letter-spacing: .05em;
        color: #307290; }

main {
  position: relative;
  z-index: 3; }
  main .section + .section {
    margin-top: 5em; }
  main .section .section-title {
    margin-bottom: 1.5em;
    font-size: 1.75em;
    font-weight: 700;
    text-align: center; }
    main .section .section-title span {
      display: block;
      margin-bottom: 1em;
      font-family: Ubuntu, sans-serif;
      font-size: .5em;
      color: #307290; }
  main .section p {
    line-height: 1.7em; }
    main .section p + p {
      margin-top: .5em; }
  main .message .image img {
    border-radius: 2rem; }
  main .message .text {
    margin-top: 1em;
    font-family: "游教科書体", YuKyokasho, "游明朝", "Yu Mincho", serif;
    font-size: .9375em; }
  main .shop-list li h3 {
    font-weight: 700; }
  main .shop-list li dl {
    display: grid;
    grid-template-columns: 5em auto;
    margin: 1em 0;
    font-size: .875em;
    line-height: 1.2em; }
    main .shop-list li dl dt {
      color: #307290; }
  main .shop-list li .mapBox {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%; }
    main .shop-list li .mapBox iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      border-radius: 2rem; }
  main .shop-list li + li {
    margin-top: 4em; }
  main .img-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1em;
    margin-top: 3em; }
    main .img-box li:nth-child(1) {
      grid-area: 1/1/2/3; }
    main .img-box li:nth-child(2) {
      grid-area: 2/1/3/2; }
    main .img-box li:nth-child(3) {
      grid-area: 2/2/3/3; }
    main .img-box li:nth-child(4) {
      display: none; }
    main .img-box li img {
      border-radius: 2rem; }

footer {
  position: relative;
  z-index: 3;
  margin-top: 5em;
  background-color: rgba(48, 118, 144, 0.16);
  text-align: center; }
  footer .copyright {
    font-size: 0.6875em;
    line-height: 4em;
    letter-spacing: 0.1em;
    color: #307290; }

@media only screen and (min-width: 560px) {
  html {
    font-size: 62.5%; }

  .inner {
    max-width: 78rem; }

  header {
    height: calc(768/1366*100vw);
    max-height: 76.8rem; }
    header .inner {
      top: auto;
      bottom: 0; }

  main {
    margin-top: 3em; }
    main .section + .section {
      margin-top: 5em; }
    main .section .section-title {
      margin-bottom: 1.5em;
      font-size: 1.75em;
      font-weight: 700;
      text-align: center; }
      main .section .section-title span {
        display: block;
        margin-bottom: 1em;
        font-family: Ubuntu, sans-serif;
        font-size: .5em;
        color: #307290; }
    main .section p {
      line-height: 1.7em; }
      main .section p + p {
        margin-top: .5em; }
    main .message {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      main .message .image {
        width: calc(100% - 1.5em); }
      main .message .text {
        margin-top: 0;
        font-size: 1em; }
    main .shop-list li {
      display: grid;
      grid-template-columns: repeat(2, 1fr); }
      main .shop-list li .mapBox {
        width: calc(100% - 1em); }
    main .img-box {
      grid-template-columns: repeat(4, 1fr); }
      main .img-box li:nth-child(1) {
        grid-area: 1/1/2/2; }
      main .img-box li:nth-child(2) {
        grid-area: 1/2/2/3; }
      main .img-box li:nth-child(3) {
        grid-area: 1/3/2/4; }
      main .img-box li:nth-child(4) {
        grid-area: 1/4/2/5;
        display: block; }

  footer {
    position: relative;
    z-index: 3;
    margin-top: 5em;
    background-color: rgba(48, 118, 144, 0.16);
    text-align: center; }
    footer .copyright {
      font-size: 0.6875em;
      line-height: 4em;
      letter-spacing: 0.1em;
      color: #307290; } }
@media only screen and (min-width: 780px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    background-image: url("../img/mv@2x.jpg"); } }

@media only screen and (min-width: 780px) {
  .inner {
    max-width: 96rem; } }
@media only screen and (min-width: 960px) {
  header .inner {
    left: calc(50% - 48rem); } }
