/* html5doctor.com Reset Stylesheet */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* initialize */
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

small {
  font-size: 0.8em;
}

address {
  font-style: normal;
}

pre {
  white-space: pre-wrap;
}

a {
  color: #14491c;
}

a:hover {
  color: #2a993a;
}

input[type="submit"] {
  -webkit-appearance: none;
}

/* fonts
=============================================================*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  font-weight: 400;
}

/* container
=============================================================*/
.container {
  min-height: 100vh;
  width: 100%;
  min-width: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  overflow-x: hidden;
  position: relative;
}

.footer {
  margin-top: auto;
}

/* header
=============================================================*/
.header {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header__title {
  width: 400px;
  max-width: 60%;
  margin: 2rem auto;
}

.header__title a {
  text-decoration: none;
}

.header__title a:hover {
  opacity: 0.8;
}

.header__title img {
  display: block;
  width: 100%;
  height: auto;
}

/* footer
=============================================================*/
.footer {
  width: 100%;
  margin: 8rem 0 0;
}

@media only screen and (max-width: 960px) {
  .footer {
    margin: 4rem 0 0;
  }
}

.footer__copy {
  width: 100%;
  color: #fff;
  background-color: #2e605d;
  text-align: center;
  line-height: 1em;
  font-size: 1.4rem;
  padding: 0.5em;
  white-space: nowrap;
  font-weight: 400;
}

.footer__copy span {
  letter-spacing: 0.0625em;
  margin-left: -0.0625em;
}

/*  index
=============================================================*/
.section-title {
  text-align: center;
  font-weight: 700;
  line-height: 1.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.section-title span {
  display: inline-block;
}

@media only screen and (min-width: 961px) {
  .section-title {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 865px) and (max-width: 960px) {
  .section-title {
    font-size: calc(2.75rem + ((1vw - 0.865rem) * (2.63158)));
  }
}

@media only screen and (min-width: 641px) and (max-width: 864px) {
  .section-title {
    font-size: calc(2.5rem + ((1vw - 0.641rem) * (1.12108)));
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .section-title {
    font-size: calc(2.25rem + ((1vw - 0.481rem) * (1.57233)));
  }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
  .section-title {
    font-size: calc(2rem + ((1vw - 0.321rem) * (1.57233)));
  }
}

@media only screen and (max-width: 320px) {
  .section-title {
    font-size: 2rem;
  }
}

.info {
  width: 96%;
  max-width: 740px;
  margin: 8rem auto 0;
}

.info__main {
  margin: 4rem 0 0;
  line-height: 1.6em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  .info__main {
    font-size: 1.4rem;
    text-align: justify;
  }
}

.sns {
  width: 96%;
  margin: 4rem auto 0;
}

.sns__instagram {
  width: 200px;
  margin: 0 auto;
}

.sns__instagram a {
  text-decoration: none;
}

.sns__instagram a:hover {
  opacity: 0.8;
}

.sns__instagram img {
  width: 100%;
  height: auto;
  display: block;
}

.dino-dm {
  margin: 12rem auto 0;
  width: 96%;
  max-width: 740px;
}

.dino-dm img {
  width: 100%;
  height: auto;
  display: block;
}

.access {
  margin: 12rem auto 0;
}

.access__item {
  margin: 4rem auto 0;
  width: 100%;
  max-width: 960px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 960px) {
  .access__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.gmap {
  padding-left: 2rem;
  width: 70%;
}

@media only screen and (max-width: 960px) {
  .gmap {
    margin-top: 8rem;
    padding: 0;
    width: 96%;
  }
}

@media only screen and (max-width: 640px) {
  .gmap {
    margin-top: 4rem;
  }
}

.gmap__inner {
  background-color: #ccc;
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 960px) {
  .gmap__inner {
    height: 0;
    padding-top: 56.25%;
  }
}

@media only screen and (max-width: 640px) {
  .gmap__inner {
    padding-top: 75%;
  }
}

.gmap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dino-address {
  width: 30%;
  font-size: 1.6rem;
  line-height: 1.8em;
}

@media only screen and (max-width: 960px) {
  .dino-address {
    width: 96%;
    text-align: center;
  }
}

.dino-address__name {
  color: #14491c;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0.5em;
}

.dino-address__exterior {
  margin-top: 4rem;
  width: 100%;
  max-width: 288px;
  height: auto;
  margin: 4rem auto 0;
  display: block;
}

.swiper {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
}

@media only screen and (max-width: 640px) {
  .swiper {
    padding-top: 100%;
  }
}

.swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

.swiper-slide {
  width: 100%;
  height: 100%;
  background-color: #333;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* filter */
.swiper-slide img {
  -webkit-filter: brightness(60%);
          filter: brightness(60%);
}

.swiper-slide-active img {
  -webkit-filter: none;
          filter: none;
}

:root {
  --swiper-navigation-color: #2c9a3b;
  --swiper-pagination-color: #2c9a3b;
}
/*# sourceMappingURL=common.css.map */