@charset "UTF-8";
/* CSS Document */
/* -------------------------------------------------

Reset.css

------------------------------------------------- */
@media print {
  html, body {
    zoom: 0.8;
  }
}

html, body, div, p, span, address, h1, h2, h3, h4, h5, h6, header, hgroup, footer, section, article, aside, nav, figure, figcaption {
  margin: 0;
  padding: 0;
  line-height: 160%;
}

ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  line-height: 180%;
  list-style: none;
}

body {
  color: #000;
  font-size: 1em;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:active {
  -webkit-text-decoration: under-line;
          text-decoration: under-line;
}

a img {
  border-style: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tt,
.tt5 {
  display: none;
}

/* PC */
@media print, screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

/* Tablet */
@media screen and (max-width: 768px) {
  html {
    font-size: 6.25%;
  }
  body {
    font-size: 14rem;
  }
  div, p, span, address, header, hgroup, footer, section, article, aside, nav, ul, ol, li, dl, dt, dd, figure, figcaption {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .pc {
    display: none;
  }
}

/* SP縦以外 */
@media screen and (min-width: 641px) {
  /*SP縦以外を表示*/
  .ta {
    display: block;
  }
}

/* SP縦向き */
@media screen and (max-width: 640px) and (orientation: portrait) {
  .tt {
    display: block;
  }
  /*SP縦以外を表示*/
  .ta {
    display: none;
  }
}

/* iphone5 */
@media screen and (max-width: 330px) and (orientation: portrait) {
  .tt5 {
    display: block;
  }
}

@media screen {
  .fade00 {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .fade00a {
    opacity: 1.0;
  }
  .fade01 {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  .fade01a {
    opacity: 1.0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

#wrapper img {
  width: 100%;
}

#wrapper > div.photoArea {
  max-width: 900px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1320px) {
  #wrapper > div.photoArea {
    padding: 0 20px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea {
    margin: 6px auto 0;
    padding: 0 6px;
  }
}

#wrapper > div.photoArea > header,
#wrapper > div.photoArea > p,
#wrapper > div.photoArea > section {
  width: calc(50% - 3px);
  margin-bottom: 6px;
}

#wrapper > div.photoArea > header:not(:nth-child(2n)),
#wrapper > div.photoArea > p:not(:nth-child(2n)),
#wrapper > div.photoArea > section:not(:nth-child(2n)) {
  margin-left: 6px;
}

#wrapper > div.photoArea > header img,
#wrapper > div.photoArea > p img {
  line-height: 100%;
  font-size: 0;
}

#wrapper > div.photoArea > p > a {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 100%;
}

#wrapper > div.photoArea > p > a span.linkLabel {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

#wrapper > div.photoArea > p > a span.linkLabel span {
  display: block;
  text-align: center;
  line-height: 120%;
  font-family: source-han-sans-japanese,sans-serif;
  font-weight: 700;
  font-style: normal;
}

#wrapper > div.photoArea > p > a span.linkLabel span:nth-child(1) {
  font-size: 2em;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea > p > a span.linkLabel span:nth-child(1) {
    font-size: 1.6em;
  }
}

#wrapper > div.photoArea > p > a span.linkLabel span:nth-child(2) {
  font-size: 1.4em;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea > p > a span.linkLabel span:nth-child(2) {
    font-size: 1.2em;
  }
}

#wrapper > div.photoArea > p > a span.linkLabel span:nth-child(2)::after {
  display: inline-block;
  content: "▶";
  font-size: 0.8em;
  margin-left: 5px;
  vertical-align: top;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#wrapper > div.photoArea > p > a:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#wrapper > div.photoArea > p > a:hover span.linkLabel span:nth-child(2)::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

#wrapper > div.photoArea > section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper > div.photoArea > section > div {
  padding: 0 20px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea > section > div {
    padding: 0 5px;
  }
}

#wrapper > div.photoArea > section > div > h3 {
  font-size: 2.3em;
  font-weight: 500;
  margin: 0 0 25px;
  letter-spacing: 1px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea > section > div > h3 {
    font-size: 1.3em;
    margin: 0 0 10px;
  }
}

#wrapper > div.photoArea > section > div > p {
  font-size: 1.1em;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea > section > div > p {
    font-size: 1em;
    line-height: 140%;
  }
}

#wrapper > div.photoArea > section > div > p:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea > section > div > p:not(:first-of-type) {
    margin-top: 10px;
  }
}

#wrapper > div.photoArea > section > div > p small {
  font-size: 0.8em;
  line-height: 110%;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea > section > div > p small {
    font-size: 12px;
  }
}

#wrapper > div.photoArea > section > div > p a {
  text-decoration: underline;
}

#wrapper > div.photoArea > section > div > table th,
#wrapper > div.photoArea > section > div > table td {
  text-align: left;
  font-weight: 300;
  vertical-align: top;
}

#wrapper > div.photoArea > section > div > table th {
  padding-right: 20px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.photoArea > section > div > table th {
    padding-right: 10px;
  }
}

#wrapper > div.popupDetail > div > section {
  background-color: #aeaeae;
  max-width: 800px;
  margin: 10px auto;
  min-height: calc(100vh - 20px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 960px) {
  #wrapper > div.popupDetail > div > section {
    margin: 10px;
  }
}

#wrapper > div.popupDetail > div > section > div {
  padding: 40px 50px;
  color: #fff;
  font-weight: 555;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.popupDetail > div > section > div {
    padding: 30px;
  }
}

#wrapper > div.popupDetail > div > section > div > h2 {
  background-color: #fff;
  color: #222;
  padding: 10px 20px;
  font-size: 1.7em;
  font-weight: 500;
  margin: 0 0 25px;
  letter-spacing: 2px;
  line-height: 130%;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.popupDetail > div > section > div > h2 {
    font-size: 1.5em;
    padding: 10px 15px;
  }
}

#wrapper > div.popupDetail > div > section > div > h3 {
  font-size: 1.2em;
  font-weight: 500;
  margin-bottom: 5px;
}

#wrapper > div.popupDetail > div > section > div > h3:not(:first-child) {
  margin-top: 15px;
}

#wrapper > div.popupDetail > div > section > div > p {
  line-height: 200%;
}

#wrapper > div.popupDetail > div > section > div > p:not(:first-of-type) {
  margin-top: 15px;
}

#wrapper > div.popupDetail > div > section > div > p.txt01 {
  padding: 0 20px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.popupDetail > div > section > div > p.txt01 {
    padding: 0 10px;
  }
}

#wrapper > div.popupDetail > div > section > div > p.txt02 {
  margin-top: 0;
}

#wrapper > div.popupDetail > div > section > div > dl.p01 {
  margin-left: 10px;
}

#wrapper > div.popupDetail > div > section > div > dl.p01:not(:last-of-type) {
  margin-bottom: 20px;
}

#wrapper > div.popupDetail > div > section > div > dl.p01 dd {
  margin-left: 20px;
  display: list-item;
  list-style: disc;
}

#wrapper > div.popupDetail > div > section > div > ul:not(:first-child) {
  margin-top: 15px;
}

#wrapper > div.popupDetail > div > section > div > ul li {
  list-style: disc;
  margin-left: 20px;
}

#wrapper > div.popupDetail > div > section > div > ul li.kome {
  list-style: none;
  margin-left: 0;
}

#wrapper > div.popupDetail > div > section > div table th {
  padding-right: 20px;
}

#wrapper > div.popupDetail > div > section > div table th,
#wrapper > div.popupDetail > div > section > div table td {
  text-align: left;
  font-weight: 500;
  vertical-align: top;
}

#wrapper > div.popupDetail > div > section > div.cancel {
  background-color: #fff;
  color: #e60012;
  font-weight: 500;
}

#wrapper > div.popupDetail > div > section > div.cancel table {
  margin-bottom: 15px;
}

#wrapper > div.popupDetail > div > section > p.photo:not(:first-child) img {
  border-top: 7px solid #fff;
}

#wrapper > div.popupDetail > div > section > p.photo:not(:last-child) img {
  border-bottom: 7px solid #fff;
}

#wrapper > div.popupDetail > div > section > p.photoNoBorder {
  line-height: 100%;
  font-size: 0;
}

#wrapper > div.popupDetail > div > section > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrapper > div.popupDetail > div > section > ul li {
  width: 33.33%;
}

#wrapper > div.popupDetail > div > p.closeBtn {
  background-color: #000;
  color: #fff;
  display: block;
  text-align: center;
  position: fixed;
  cursor: pointer;
  right: 10px;
  top: 10px;
  font-size: 40px;
  width: 80px;
  line-height: 80px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.popupDetail > div > p.closeBtn {
    font-size: 30px;
    width: 50px;
    line-height: 50px;
  }
}

#wrapper > div.popupDetail > div > p.closeBtn:hover {
  opacity: 0.5;
}

#wrapper > div.youtubeArea {
  max-width: 900px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1320px) {
  #wrapper > div.youtubeArea {
    padding: 0 20px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.youtubeArea {
    margin: 0 auto 10px;
    padding: 0 6px;
  }
}

#wrapper > div.youtubeArea > div {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#wrapper > div.youtubeArea > div iframe,
#wrapper > div.youtubeArea > div object,
#wrapper > div.youtubeArea > div embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrapper > div.movieArea {
  max-width: 900px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 1320px) {
  #wrapper > div.movieArea {
    padding: 0 20px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > div.movieArea {
    margin: 0 auto 10px;
    padding: 0 6px;
  }
}

#wrapper > div.movieArea video {
  width: 100%;
}

#wrapper > section.accessArea {
  max-width: 900px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1320px) {
  #wrapper > section.accessArea {
    padding: 0 20px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > section.accessArea {
    display: block;
    padding: 0 15px;
    margin: 0 auto 20px;
  }
}

#wrapper > section.accessArea > div {
  width: 54%;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > section.accessArea > div {
    width: 100%;
    margin-bottom: 25px;
  }
}

#wrapper > section.accessArea > div > h2 {
  font-size: 2.3em;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > section.accessArea > div > h2 {
    font-size: 2em;
  }
}

#wrapper > section.accessArea > div > p {
  margin: 0 0 15px;
}

#wrapper > section.accessArea > div > p.txt {
  font-size: 1.1em;
  font-weight: 500;
  letter-spacing: 1px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > section.accessArea > div > p.txt {
    font-size: 1.1em;
    letter-spacing: 0px;
  }
}

#wrapper > section.accessArea > div > p.tel {
  font-size: 2.5em;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 120%;
}

@media screen and (max-width: 960px) {
  #wrapper > section.accessArea > div > p.tel {
    font-size: 2.3em;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > section.accessArea > div > p.tel {
    font-size: 2em;
  }
}

#wrapper > section.accessArea > div > p.tel span {
  line-height: 120%;
}

#wrapper > section.accessArea > div > p.tel span.time {
  font-size: 0.7em;
  letter-spacing: 0;
  display: block;
}

#wrapper > section.accessArea > div > ul li {
  font-size: 1.1em;
  margin-bottom: 8px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > section.accessArea > div > ul li {
    font-size: 1em;
  }
}

#wrapper > section.accessArea > div > ul li a.mapLink {
  display: inline-block;
  font-size: 0.8em;
  margin-left: 7px;
  border: 1px solid #000;
  line-height: 120%;
  padding: 4px 7px;
}

#wrapper > section.accessArea > div > ul li a.mapLink:hover {
  color: #fff;
  background-color: #000;
}

#wrapper > section.accessArea > address {
  width: 46%;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #wrapper > section.accessArea > address {
    width: 100%;
  }
}

.gotop {
  position: fixed;
  right: 10px;
  bottom: 0;
  padding-bottom: 10px;
}

@media screen and (max-width: 960px) {
  .gotop {
    right: 15px;
    bottom: 0;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop {
    padding-bottom: 15px;
  }
}

.gotop a {
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 10px;
  background: #222;
  width: 80px;
  line-height: 80px;
  font-size: 0.8em;
}

@media screen and (max-width: 960px) {
  .gotop a {
    width: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  .gotop a {
    width: 35px;
    line-height: 35px;
  }
}

.gotop a:hover {
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

@media print {
  .gotop {
    display: none;
  }
}
/*# sourceMappingURL=layout.css.map */