@charset "UTF-8";
/*----------------------------------------------
 * * reset styles
 * *----------------------------------------------*/
main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

/*----------------------------------------------
 * * formatting styles
 * *----------------------------------------------*/
html {
  font-size: 62.5%;
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
*:before, *:after {
  box-sizing: inherit;
}

body {
  min-width: 1170px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    -webkit-text-size-adjust: 100%;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition-duration: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  a:active {
    text-decoration: underline;
  }
}

/*----------------------------------------------
 * * clearfix
 * *----------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------------------------
 * * scrollani
 * *----------------------------------------------*/
.scrollani {
  opacity: 0;
  transition: all 0.8s ease;
}
.scrollani.show {
  opacity: 1;
  transform: none;
}
.scrollani--lr {
  transform: translate(-100px, 0);
}
.scrollani--rl {
  transform: translate(100px, 0);
}
.scrollani--up {
  transform: translate(0, 100px);
}
.scrollani--down {
  transform: translate(0, -100px);
}
.scrollani--scaleUp {
  transform: scale(0.5);
}
.scrollani--scaleDown {
  transform: scale(1.5);
}
.scrollani--rotateL {
  transform: rotate(180deg);
}
.scrollani--rotateR {
  transform: rotate(-180deg);
}
@media print {
  .scrollani {
    opacity: 1;
    transform: none;
  }
}

/* ----------------------------------------------
 * *nav
 * *----------------------------------------------*/
nav {
  background-color: #fff;
  padding-top: 20px;
}
nav ul {
  display: flex;
  justify-content: center;
  font-size: 2rem;
}
nav li {
  flex: 0 0 auto;
}
nav li + li {
  margin-left: 20px;
}
nav li a {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  nav ul {
    flex-wrap: wrap;
    text-align: center;
    font-size: 1.3rem;
  }
  nav li {
    flex-basis: 33.33%;
  }
  nav li + li {
    margin-left: 0;
  }
  nav li a {
    padding: 10px 0;
  }
}

/* ----------------------------------------------
 * *main
 * *----------------------------------------------*/
.mainvisual {
  position: relative;
  background-color: #fff;
}
.mainvisual .slide {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
}
.mainvisual .slide01 {
  background-image: url(../img/mv01.jpg);
}
.mainvisual .slide02 {
  background-image: url(../img/mv02.jpg);
}
.mainvisual .slide03 {
  background-image: url(../img/mv03.jpg);
  background-position: center 60%;
}
.mainvisual .slide04 {
  background-image: url(../img/mv04.jpg);
}
.mainvisual .slide05 {
  background-image: url(../img/mv05.jpg);
}
.mainvisual .slide06 {
  background-image: url(../img/mv06.jpg);
}
.mainvisual .logo {
  background-color: #fff;
  padding: 20px 20px 24px;
  position: absolute;
  right: 56px;
  top: 0;
  animation: scrl 1s ease-in-out 0s 1 normal;
}
.mainvisual .btnScrl {
  position: absolute;
  right: 50%;
  bottom: 76px;
  width: 1.76%;
  transform: translateX(50%);
}
.mainvisual .btnScrl a {
  display: block;
  animation: down 0.8s ease-in-out 0s infinite alternate;
}
.mainvisual .btnScrl img {
  width: 100%;
}
.mainvisual .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.6em 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

@keyframes scrl {
  0% {
    opacity: 0;
    transform: translate(0, -100px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes down {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -20px);
  }
}
h2 {
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.nopc {
  display: none;
}

@media screen and (max-width: 767px) {
  .mainvisual .slide {
    height: 82.9vh;
  }
  .mainvisual .slide01 {
    background-position: 70% center;
  }
  .mainvisual .slide06 {
    background-position: 70% center;
  }
  .mainvisual .logo {
    padding: 10px 10px 12px;
    right: 10px;
  }
  .mainvisual .logo img {
    width: 69px;
  }
  .mainvisual .btnScrl {
    width: 32px;
    bottom: 54px;
  }
  .mainvisual .text {
    font-size: 100%;
  }
  h2 {
    font-size: 2.2rem;
    letter-spacing: 0.08em;
  }
  .nopc {
    display: inline;
  }
}
#about {
  background-color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  padding: 50px 0 230px;
}
#about h2 {
  flex: 0 0 auto;
  margin-left: 35px;
}
#about .text {
  margin-top: 35px;
  flex: 0 0 auto;
  writing-mode: vertical-rl;
  font-size: 2.1rem;
  line-height: 2.05;
}
#about .text p + p {
  margin-right: 1em;
}
#about .photo {
  flex: 0 0 100%;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 50px 10px 60px;
  }
  #about h2 {
    margin-left: 8px;
  }
  #about .text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  #about .text p + p {
    margin-right: 0.3em;
  }
  #about .nosp {
    display: none;
  }
  #about .photo img {
    width: 184px;
  }
}
@media screen and (max-width: 320px) {
  #about .text {
    line-height: 1.5;
    width: calc(100% - 45px);
  }
}

#facility {
  background-color: #fff;
  padding-top: 42px;
  padding: 42px 0 86px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-feature-settings: "palt";
}
#facility .leadSection {
  flex: 0 0 100%;
  background: #fff url(../img/pattern.png) 0 0 repeat;
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
}
#facility .moviebox {
  flex: 0 0 100%;
  margin: 0 auto 86px;
}
#facility .moviebox video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#facility h3 {
  flex: 0 0 auto;
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  font-weight: 400;
  border-bottom: 1px solid #333;
}
#facility .text {
  flex: 0 0 auto;
  margin-top: 20px;
  font-size: 1.7rem;
  line-height: 2.05;
  letter-spacing: 0.1em;
}
#facility .textbox {
  flex: 0 0 50%;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
_:-ms-lang(x)::-ms-backdrop, #facility .textbox {
  max-width: 50%;
}

#facility .textbox::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 70px;
  height: 70px;
}
#facility .textbox > * {
  max-width: 505px;
  width: 100%;
}
#facility .textbox01 {
  padding: 20px 80px 0;
  justify-content: flex-start;
}
#facility .textbox01::before {
  display: none;
}
#facility .textbox01 > * {
  max-width: 425px;
  margin-left: auto;
}
#facility .textbox02 {
  order: 1;
  padding-right: 80px;
}
#facility .textbox02 h3 {
  text-align: right;
}
#facility .textbox02 .text {
  padding-left: 80px;
}
#facility .textbox02::before {
  background-color: #e6d4a1;
  left: 8px;
  bottom: 8px;
}
#facility .textbox03 {
  order: 1;
  padding-left: 80px;
}
#facility .textbox03 .text {
  padding-right: 80px;
}
#facility .textbox03::before {
  background-color: #e6d4a1;
  right: 8px;
  bottom: 8px;
}
#facility .textbox03::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 70px;
  height: 70px;
  background-color: #c3c3c3;
  right: 8px;
  top: 8px;
}
#facility .textbox03 > * {
  margin-left: auto;
}
#facility .textbox04 {
  order: 2;
  padding-right: 80px;
}
#facility .textbox04 h3 {
  text-align: right;
}
#facility .textbox04 .text {
  padding-left: 80px;
}
#facility .textbox04::before {
  background-color: #c3c3c3;
  left: 8px;
  top: 8px;
}
#facility .photo {
  flex: 0 0 50%;
  transition-duration: 1.6s;
}
_:-ms-lang(x)::-ms-backdrop, #facility .photo {
  max-width: 50%;
}

#facility .photo01 {
  position: relative;
  z-index: 0;
}
#facility .photo02 {
  text-align: right;
}
#facility .photo03 {
  order: 1;
}
#facility .photo04 {
  text-align: right;
  order: 1;
}
@media screen and (max-width: 767px) {
  #facility {
    display: block;
    width: 100%;
    overflow-x: hidden;
  }
  #facility .leadSection {
    background-size: 25px auto;
    margin-bottom: 10px;
    display: block;
  }
  #facility .moviebox {
    margin: 30px 0 0;
  }
  #facility .textbox {
    max-width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
  #facility .textbox::before {
    width: 42px;
    height: 42px;
  }
  #facility .textbox h3 {
    margin-left: auto;
    margin-right: auto;
    width: 90.66%;
    max-width: none;
    font-size: 2.2rem;
  }
  #facility .textbox .text {
    margin-top: 8px;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 90.66%;
    max-width: none;
    font-size: 1.4rem;
  }
  #facility .textbox01 h2 {
    margin: 0 auto;
    width: 90.66%;
  }
  #facility .textbox01 h2 img {
    width: 165px;
  }
  #facility .textbox02 {
    padding-top: 40px;
  }
  #facility .textbox02::before {
    display: none;
  }
  #facility .textbox02 h3 {
    text-align: left;
  }
  #facility .textbox03 {
    padding-top: 40px;
  }
  #facility .textbox03::before, #facility .textbox03::after {
    display: none;
  }
  #facility .textbox04 {
    padding-top: 40px;
  }
  #facility .textbox04::before {
    display: none;
  }
  #facility .textbox04 h3 {
    text-align: left;
  }
  #facility .photo {
    text-align: center;
  }
}

.photobox01 {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  background: url(../img/photo05.jpg) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .photobox01 {
    background-position: 60% center;
  }
}

#price {
  margin-top: 585px;
  padding-top: 80px;
  background-color: #fff;
}
#price > .inner {
  max-width: 1170px;
  margin: 0 auto;
  background: url(../img/pattern02.png) 0 0 repeat;
}
#price h2 {
  background: url(../img/pattern03.png) 0 0 repeat;
  padding: 4px 0;
  text-align: center;
  color: #fff;
}
_:-ms-lang(x)::-ms-backdrop, #price h2 {
  padding: 8px 0 0;
}

#price .price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 30px 0;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
}
#price .price dl {
  width: 91.75%;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
}
#price .price dt {
  flex: 0 0 150px;
  border: 1px solid;
  border-right: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  text-align: center;
  position: relative;
}
#price .price dt::before {
  content: "";
  position: absolute;
  left: calc(100% - 1px);
  bottom: 50%;
  translate: 0 50%;
  width: 20px;
  height: calc(100% + 2px);
  background-color: #333;
  -webkit-clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%, 0 0);
          clip-path: polygon(1px 0, 100% 50%, 1px 100%, 0 100%, calc(100% - 1px) 50%, 0 0);
  pointer-events: none;
}
#price .price dt:nth-of-type(2) {
  margin-top: 54px;
}
#price .price dd {
  flex: 0 0 auto;
  width: calc(100% - 190px);
  display: flex;
  flex-wrap: wrap;
}
#price .price dd:nth-of-type(2) {
  margin-top: 54px;
}
#price .price dd > div img:first-child {
  margin-right: 15px;
}
#price .price .weekly {
  flex: 0 0 47%;
  padding: 5px 0;
  position: relative;
}
#price .price .weekly::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 50%;
  translate: 0 50%;
  width: 1px;
  height: 100%;
  background-color: #333;
  pointer-events: none;
}
#price .price .weekend {
  flex: 0 0 53%;
  padding: 5px 0 5px 24px;
}
#price .price .checkInOut {
  flex: 0 0 100%;
  display: flex;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 2rem;
  margin-top: 8px;
}
#price .price .checkInOut p {
  flex: 0 0 auto;
}
#price .price .checkInOut p:nth-child(n+2) {
  margin-left: 2em;
}
#price .price .caution {
  list-style: none;
  width: auto;
  margin: 8px auto 0;
  flex: 0 0 100%;
  display: grid;
  place-content: center;
}
#price .price .caution li {
  text-indent: -1em;
  padding-left: 1em;
}
#price .price ul {
  list-style: none;
  width: 90.1625%;
  margin: 50px auto 1em;
  flex: 0 0 auto;
  line-height: 1.33;
  font-weight: 500;
  font-size: 1.9rem;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
#price .price li {
  text-indent: -1em;
  padding-left: 1em;
}
#price .price li + li {
  margin-top: 0.3em;
}
#price .price .kome {
  flex: 0 0 auto;
  line-height: 1.33;
  font-weight: 500;
  font-size: 1.5rem;
  width: 90.1625%;
  margin-left: auto;
  margin-right: auto;
}
#price .price .kome > div {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #price {
    margin-top: 300px;
    padding-top: 34px;
  }
  #price .price {
    padding: 20px 10px;
  }
  #price .price dl {
    display: block;
    width: 100%;
  }
  #price .price dt {
    padding: 10px 0;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  #price .price dt:nth-of-type(2) {
    margin-top: 15px;
  }
  #price .price dt br {
    display: none;
  }
  #price .price dd {
    width: 100%;
    padding: 0 10px;
  }
  #price .price dd:nth-of-type(2) {
    margin-top: 0;
  }
  #price .price dd > div img:first-child {
    height: 16px;
    width: auto;
    display: block;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #price .price dd > div img:nth-of-type(2) {
    height: 30px;
    width: auto;
  }
  #price .price .weekly {
    flex-basis: 47%;
    padding: 0;
  }
  #price .price .weekly::before {
    display: none;
  }
  #price .price .weekend {
    flex-basis: 47%;
    padding: 0;
    margin-left: auto;
  }
  #price .price .checkInOut {
    display: block;
    margin-top: 12px;
    font-size: 1.6rem;
  }
  #price .price .checkInOut p {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
  #price .price .checkInOut p:nth-child(n+2) {
    margin-left: 0;
  }
  #price .price .checkInOut p span {
    display: inline-block;
    text-indent: 0;
  }
  #price .price .caution {
    display: block;
  }
  #price .price ul {
    margin-top: 20px;
    width: 100%;
    font-size: 1.4rem;
  }
  #price .price .kome {
    flex-basis: 100%;
    width: auto;
    font-size: 1.4rem;
  }
  #price .price .kome div {
    display: block;
  }
  #price .price .kome div + div {
    margin-top: 4px;
  }
  #price .price .kome div:last-child {
    margin-left: 0;
  }
}

#setsubi {
  padding-top: 80px;
  background-color: #fff;
}
#setsubi > .inner {
  max-width: 1170px;
  margin: 0 auto;
  background: url(../img/pattern02.png) 0 0 repeat;
}
#setsubi h2 {
  background: url(../img/pattern03.png) 0 0 repeat;
  padding: 4px 0;
  text-align: center;
  color: #fff;
}
#setsubi ul {
  list-style: none;
  width: 90.1625%;
  margin: 0 auto;
  padding: 30px 0;
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.33;
  font-size: 1.9rem;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
#setsubi li {
  text-indent: -1em;
  padding-left: 1em;
}
#setsubi li:nth-child(n+2) {
  margin-top: 0.3em;
}
@media screen and (max-width: 767px) {
  #setsubi {
    padding-top: 34px;
  }
  #setsubi ul {
    padding: 20px 10px;
    width: 100%;
    font-size: 1.4rem;
  }
}

#calendarList {
  padding-top: 68px;
  background-color: #fff;
}
#calendarList h2 {
  margin-bottom: 30px;
  text-align: center;
}
#calendarList .calendar {
  max-width: 680px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #calendarList {
    display: block;
    padding: 34px 10px 0;
  }
  #calendarList h2 {
    margin-bottom: 12px;
  }
  #calendarList .calendar iframe {
    width: 100%;
    height: 360px;
  }
}

#reservation {
  background-color: #fff;
  padding: 75px 0 98px;
  text-align: center;
}
#reservation .btn {
  margin-top: 30px;
}
#reservation .btn a {
  display: flex;
  align-items: center;
  border: 1px solid #dcdcdc;
  margin: 0 auto;
  width: 310px;
  height: 80px;
  position: relative;
  z-index: 0;
}
#reservation .btn a::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 35px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #dcdcdc;
}
#reservation .btn .text {
  display: block;
  flex: 0 0 270px;
}
#reservation .btn .arrow {
  position: absolute;
  bottom: 50%;
  right: 25px;
  transform: translateY(50%);
  transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  #reservation .btn a:hover {
    background-color: rgba(220, 220, 220, 0.2);
  }
  #reservation .btn a:hover .arrow {
    right: 7px;
  }
}
@media screen and (max-width: 767px) {
  #reservation .btn {
    margin: 30px 10px 0;
  }
  #reservation .btn a {
    width: auto;
  }
  #reservation .btn .text {
    flex-basis: 87.09%;
  }
  #reservation .btn a:active {
    background-color: rgba(220, 220, 220, 0.2);
  }
  #reservation .btn a:active .arrow {
    right: 7px;
  }
}

#access {
  background-color: #fff;
  position: relative;
  z-index: 0;
  padding-top: 550px;
}
#access .map {
  position: absolute;
  z-index: -1;
  width: 100%;
  padding-top: 674px;
  top: 0;
  left: 0;
}
#access .map iframe {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#access .map + div {
  width: 680px;
  margin: 0 auto;
}
#access .textbox {
  background-color: #aaa;
  position: relative;
  color: #fff;
}
#access h2 {
  background-color: #4d4d4d;
  padding-right: 320px;
  text-align: center;
}
_:-ms-lang(x)::-ms-backdrop, #access h2 {
  padding-top: 4px;
}

#access .photo {
  position: absolute;
  right: 20px;
  bottom: 50%;
  transform: translateY(50%);
}
#access .text {
  padding: 20px 320px 20px 20px;
  font-size: 1.7rem;
}
#access .text .sml {
  font-size: 1.5rem;
}
#access .address {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #access {
    padding-top: 80%;
  }
  #access .map {
    padding-top: 120%;
  }
  #access .map + div {
    width: 90%;
  }
  #access h2 {
    padding-right: 0;
  }
  #access .photo {
    position: static;
    transform: translateY(0);
  }
  #access .text {
    padding: 10px;
    font-size: 100%;
  }
  #access .text .sml {
    font-size: 1.2rem;
  }
}

#surrounding {
  background-color: #fff;
  padding: 45px 0 52px;
}
#surrounding h2 {
  margin-bottom: 40px;
  text-align: center;
}
#surrounding ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
#surrounding li {
  flex: 0 0 310px;
}
#surrounding li + li {
  margin-left: 38px;
}
#surrounding li .surroundbox {
  display: block;
  font-size: 1.5rem;
  line-height: 1.86;
}
#surrounding li .photo {
  overflow: hidden;
  position: relative;
  height: 230px;
}
#surrounding li .photo::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: 1px solid #333;
}
#surrounding li .photo img {
  display: block;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%) scale(1);
  transition-duration: 0.3s;
}
#surrounding li h3 {
  margin: 16px 0;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #surrounding li a:hover {
    opacity: 0.7;
    text-decoration: none;
  }
  #surrounding li a:hover .photo img {
    transform: translate(50%, 50%) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  #surrounding ul {
    display: block;
    margin: 0 10px;
  }
  #surrounding li + li {
    margin-left: 0;
    margin-top: 24px;
  }
  #surrounding li a {
    font-size: 1.4rem;
  }
  #surrounding li .photo img {
    position: static;
    transform: none;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #surrounding li h3 {
    font-size: 1.8rem;
    margin: 10px 0 5px;
  }
  #surrounding li a:active {
    opacity: 0.7;
    text-decoration: none;
  }
  #surrounding li a:active .photo img {
    transform: scale(1.1);
  }
}

/* ----------------------------------------------
 * *footoer
 * *----------------------------------------------*/
footer {
  background-color: #fff;
}

.pagetop {
  text-align: center;
  display: flex;
  align-items: center;
}
.pagetop::before {
  content: "";
  display: block;
  flex: 1 0 0%;
  height: 1px;
  background-color: #333;
}
.pagetop::after {
  content: "";
  display: block;
  flex: 1 0 0%;
  height: 1px;
  background-color: #333;
}
.pagetop a {
  display: block;
  flex: 0 0 auto;
}
@media screen and (min-width: 768px) {
  .pagetop a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .pagetop a {
    width: 42px;
  }
  .pagetop a:active {
    opacity: 0.7;
  }
}

.ftbox {
  margin-top: 40px;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.33;
}
.ftbox dl {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ftbox dt {
  flex: 0 0 auto;
}
.ftbox dt + dd {
  flex: 0 0 auto;
}
.ftbox .tel {
  flex: 0 0 auto;
}
.ftbox .tel a {
  display: none;
}
.ftbox .tel img {
  vertical-align: baseline;
  width: 1.2em;
}
@media screen and (min-width: 768px) {
  .sns a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .ftbox {
    font-size: 2.2rem;
  }
  .sns [src="img/instagram.svg"] {
    width: 55px;
  }
  .sns a:active {
    opacity: 0.7;
  }
  .ftbox .tel {
    position: relative;
  }
  .ftbox .tel a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .ftbox .tel:active {
    text-decoration: underline;
  }
}

.copyrights {
  margin-top: 26px;
  padding-bottom: 36px;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .copyrights {
    font-size: 1.2rem;
  }
}