@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#wrap {
  overflow: hidden;
}

.common-ma {
  padding: 80px 0 0 0;
}

.intro {
  width: 90%;
  margin: 0 auto 60px auto;
  font-size: 1.8rem;
  line-height: 1.8;
}

.header-center h2 {
  font-size: 4.8rem;
  text-align: center;
  color: #063E06;
  font-family: "Cormorant", serif;
}

.btn {
  display: block;
  margin: 24px auto 0 auto;
  text-align: center;
  font-weight: 500;
  font-size: 1.7rem;
  padding: 12px 0;
  position: relative;
  transition: all ease 0.5s;
  text-decoration: underline !important;
}
.btn::after {
  content: "";
  background: url(../images/arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -36px;
  width: 24px;
  height: 24px;
  margin: auto;
}

.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

.anchor {
  display: block;
  padding-top: 140px;
  margin-top: -140px !important;
}

#global-header {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  height: 67px;
}
#global-header .global-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  height: 67px;
}
#global-header .global-top .logo {
  display: block;
  width: 32%;
  margin-left: 3%;
}
#global-header .global-top .logo img {
  width: 100%;
}
#global-header .global-top .btn-list {
  display: none;
}
#global-header #global-navi {
  display: none;
}

#sp-global-header {
  display: none;
}

.sp-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.sp-bottom ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.sp-bottom ul li a {
  display: block;
}
.sp-bottom ul li a p {
  font-size: 1.7rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding: 12px 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sp-bottom ul li a p::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.sp-bottom ul li:first-child a {
  background: #116A11;
}
.sp-bottom ul li:first-child a p {
  padding-left: 12px;
}
.sp-bottom ul li:first-child a p::before {
  background: url(../images/tel-sp.svg) no-repeat;
  background-size: contain;
  top: 2px;
  width: 12px;
  height: 12px;
  left: -5px;
}
.sp-bottom ul li:last-child a {
  background: #063E06;
}
.sp-bottom ul li:last-child a p {
  padding-left: 30px;
}
.sp-bottom ul li:last-child a p::before {
  background: url(../images/schedule.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  left: 6px;
}

.key-wrap #key-visual {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
.key-wrap #key-visual .top-inner {
  position: relative;
}
.key-wrap #key-visual .top-inner::before {
  content: "";
  background: linear-gradient(30deg, rgba(48, 48, 48, 0.58) 0%, rgba(48, 48, 48, 0) 45%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.key-wrap #key-visual .top-inner img {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(80%);
}
.key-wrap #key-visual .top-inner .key-txt {
  position: absolute;
  bottom: 40px;
  left: 5vw;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 2;
}
.key-wrap #key-visual .top-inner .key-txt h1, .key-wrap #key-visual .top-inner .key-txt p {
  color: #fff;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.9));
}
.key-wrap #key-visual .top-inner .key-txt h1 {
  font-size: 3.2rem;
  letter-spacing: 1.4rem;
  font-family: "Noto Serif JP", serif;
}
.key-wrap #key-visual .top-inner .key-txt p {
  font-size: 1.7rem;
  letter-spacing: 0.2rem;
  margin-top: 12px;
}
.key-wrap #key-visual .top-inner .key-txt .text {
  color: transparent;
  animation-name: blur-text;
  animation-duration: 8s;
  animation-fill-mode: forwards;
}
@keyframes blur-text {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #fff;
  }
  10% {
    opacity: 1;
  }
  30% {
    text-shadow: 0 0 0px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #fff;
  }
}
.key-wrap #key-visual .top03 .top-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#subkey-visual {
  height: 320px;
  display: flex;
  /* フェードインの設定 */
}
#subkey-visual .key-txt {
  background: #F9F9F9;
  display: grid;
  place-items: center;
  width: 35%;
}
#subkey-visual .key-txt h1 {
  font-size: 1.4rem;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 70px;
}
#subkey-visual .key-txt h1 span {
  font-size: 4.8vw;
  line-height: 1;
  font-family: "Cormorant", serif;
  color: #063E06;
}
#subkey-visual img {
  width: 65%;
  -o-object-fit: cover;
     object-fit: cover;
}
#subkey-visual .text {
  animation-name: blur-text;
  animation-duration: 8s;
  animation-fill-mode: forwards;
}
@keyframes blur-text {
  0% {
    text-shadow: 0 0 100px #fff;
    opacity: 0;
  }
  5% {
    text-shadow: 0 0 90px #fff;
  }
  10% {
    opacity: 1;
  }
  30% {
    text-shadow: 0 0 0px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0px #fff;
  }
}

.pankuzu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 12px 2vw 0 0;
}
.pankuzu li {
  margin-right: 48px;
  position: relative;
}
.pankuzu li:last-child {
  margin-right: 0;
}
.pankuzu li:last-child::after {
  display: none;
}
.pankuzu li::after {
  content: ">";
  font-size: 1.4rem;
  color: #878787;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: -28px;
}
.pankuzu li a {
  font-size: 1.5rem;
  color: #878787;
}

#reserve-visual {
  background: #F9F9F9;
  position: relative;
  height: 270px;
}
#reserve-visual .key-txt {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10vw;
}
#reserve-visual .key-txt h1 {
  font-size: 5rem;
  line-height: 0.5;
  font-family: "Cormorant", serif;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 140px;
  color: #063E06;
}
#reserve-visual .key-txt h1 span {
  font-size: 1.7rem;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}

#top-contents .greeting {
  position: relative;
  width: 100%;
  margin-top: 100px;
  padding-top: 5vw;
}
#top-contents .greeting::before {
  content: "";
  background: url(../images/intro-right.webp) no-repeat;
  background-size: contain;
  top: 0;
  width: 30vw;
  height: 770px;
  position: absolute;
  left: 0;
}
#top-contents .greeting h2 {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
  color: #063E06;
  position: relative;
  margin-left: 35vw;
}
#top-contents .greeting h2::before {
  content: "GREETING";
  font-size: 6rem;
  font-family: "Cormorant", serif;
  color: #F6F6F6;
  position: absolute;
  top: -42px;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  z-index: -1;
}
#top-contents .greeting p {
  margin-left: 35vw;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 16px;
}
#top-contents .point {
  background: #F9F9F9;
  padding: 60px 0;
  margin-top: 80px;
}
#top-contents .point .point-inner {
  max-width: 1600px;
  width: 90%;
  margin: 0 auto;
}
#top-contents .point .point-inner h2 {
  font-size: 6.2rem;
  font-family: "Cormorant", serif;
  color: #063E06;
  line-height: 1;
}
#top-contents .point .point-inner ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
  margin-top: 16px;
}
#top-contents .point .point-inner ul li:first-child figure {
  display: grid;
  grid-template-columns: 1fr;
}
#top-contents .point .point-inner ul li:first-child figure img {
  max-height: 143px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-contents .point .point-inner ul li figure img {
  width: 100%;
  height: 287px;
}
#top-contents .point .point-inner ul li h3 {
  font-size: 1.7rem;
  color: #063E06;
  text-align: center;
  margin-top: 12px;
  font-family: "Cormorant", serif;
}
#top-contents .point .point-inner ul li h3 span {
  font-size: 2.8rem;
  font-family: "Cormorant", serif;
  color: #063E06;
  line-height: 1.4;
}
#top-contents .point .point-inner ul li p {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #BCBCBC;
}
#top-contents .bnr-list {
  margin: 80px auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
#top-contents .bnr-list li {
  width: 100%;
}
#top-contents .bnr-list li a {
  background: #063E06;
  display: block;
  padding: 20px 0;
  position: relative;
  transition: all ease 0.5s;
}
#top-contents .bnr-list li a:hover {
  background: #0C5A0C;
}
#top-contents .bnr-list li a::before {
  content: "";
  background: url(../images/bnr-bg.svg) no-repeat;
  background-size: contain;
  width: 68px;
  height: 76px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#top-contents .bnr-list li a p {
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  font-family: "Cormorant", serif;
  position: relative;
  z-index: 2;
}
#top-contents .bnr-list li a p span {
  font-size: 2.2rem;
  color: #fff;
  font-family: "Cormorant", serif;
}

#about-contents {
  margin: 100px auto 160px auto;
}
#about-contents .room-wrap {
  display: grid;
  gap: 16px;
  max-width: 1600px;
  width: 90%;
  margin: 16px auto 0 auto;
}
#about-contents .room-wrap .room-inner {
  background: #F6F6F6;
  padding: 24px;
}
#about-contents .room-wrap .room-inner h3 {
  font-size: 3.2rem;
  color: #063E06;
  font-family: "Cormorant", serif;
  margin-bottom: 12px;
}
#about-contents .room-wrap .room-inner .room-list {
  display: grid;
  gap: 16px;
}
#about-contents .room-wrap .room-inner .room-list .room-box figure img {
  width: 100%;
  display: block;
}
#about-contents .room-wrap .room-inner .room-list .room-box h4 {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  margin: 12px 0;
}
#about-contents .room-wrap .room-inner .room-list .room-box dl {
  border-top: 1px solid #BCBCBC;
  padding-top: 12px;
}
#about-contents .room-wrap .room-inner .room-list .room-box dl .room-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 8px 0;
}
#about-contents .room-wrap .room-inner .room-list .room-box dl .room-item dt, #about-contents .room-wrap .room-inner .room-list .room-box dl .room-item dd {
  font-size: 1.6rem;
}
#about-contents .room-wrap .rooma {
  grid-column: 1/4;
  grid-row: 1/2;
}
#about-contents .room-wrap .rooma .room-list {
  grid-template-columns: 1fr 1fr 1fr;
}
#about-contents .room-wrap .roomb {
  grid-column: 1/3;
  grid-row: 2/3;
}
#about-contents .room-wrap .roomb .room-list {
  grid-template-columns: 1fr 1fr;
}
#about-contents .room-wrap .roomc {
  grid-column: 3/4;
  grid-row: 2/3;
}
#about-contents .tyuui {
  width: 90%;
  margin: 60px auto;
  border: 1px solid #BCBCBC;
  padding: 32px;
}
#about-contents .tyuui h3 {
  font-size: 2.8rem;
  text-align: center;
  color: #063E06;
  font-family: "Cormorant", serif;
}
#about-contents .tyuui p {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 12px;
}
#about-contents .room-detail {
  width: 90%;
  margin: 80px auto 0 auto;
}
#about-contents .room-detail p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 12px;
}
#about-contents .room-detail dl {
  margin-top: 24px;
}
#about-contents .room-detail dl .room-item {
  padding: 16px 0;
  display: flex;
  border-top: 1px solid #BCBCBC;
}
#about-contents .room-detail dl .room-item:last-child {
  border-bottom: 1px solid #BCBCBC;
}
#about-contents .room-detail dl .room-item dt, #about-contents .room-detail dl .room-item dd {
  font-size: 1.7rem;
}
#about-contents .room-detail dl .room-item dt {
  width: 220px;
}
#about-contents .room-detail dl .room-item dd {
  width: calc(100% - 220px);
}
#about-contents .room-detail dl .room-item dd img {
  max-width: 700px;
  width: 100%;
  display: block;
  margin-top: 12px;
}

#facilities-contents {
  margin: 100px auto 160px auto;
}
#facilities-contents .facilities-inner {
  margin-top: 80px;
}
#facilities-contents .facilities-inner .facilities-wrap {
  width: 95%;
  margin: 16px 0 0 auto;
  display: flex;
  justify-content: space-between;
}
#facilities-contents .facilities-inner .facilities-wrap .facilities-txt {
  width: 38%;
}
#facilities-contents .facilities-inner .facilities-wrap .facilities-txt h3 {
  font-size: 2.4rem;
  color: #063E06;
  font-family: "Noto Serif JP", serif;
}
#facilities-contents .facilities-inner .facilities-wrap .facilities-txt p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 16px 0;
}
#facilities-contents .facilities-inner .facilities-wrap .facilities-txt dl {
  margin-top: 24px;
}
#facilities-contents .facilities-inner .facilities-wrap .facilities-txt dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 500;
  margin-top: 24px;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 8px;
}
#facilities-contents .facilities-inner .facilities-wrap .facilities-txt dl dd {
  font-size: 1.5rem;
  margin-top: 8px;
}
#facilities-contents .facilities-inner .facilities-wrap .facilities-img {
  width: 58%;
}
#facilities-contents .facilities-inner .facilities-wrap .facilities-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#facilities-contents .facilities-inner .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 95%;
  margin: 48px 0 0 auto;
}
#facilities-contents .facilities-inner .gallery img {
  width: 100%;
  display: block;
}
#facilities-contents .bath .facilities-wrap {
  margin: 24px auto 0 0;
}
#facilities-contents .bath .gallery {
  margin: 48px auto 0 0;
}
#facilities-contents .other {
  width: 90%;
  margin: 100px auto 0 auto;
}
#facilities-contents .other .other-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px 20px;
  margin-top: 12px;
}
#facilities-contents .other .other-list li figure img {
  width: 100%;
  display: block;
  height: 28vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#facilities-contents .other .other-list li h3 {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 1.7rem;
  margin: 12px 0;
}
#facilities-contents .other .other-list li p {
  font-size: 1.5rem;
  border-top: 1px solid #BCBCBC;
  padding-top: 12px;
}

#access-contents {
  margin: 100px auto 160px auto;
}
#access-contents .access {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
#access-contents .access iframe {
  width: 55%;
  height: auto;
}
#access-contents .access .access-txt {
  width: 40%;
}
#access-contents .access .access-txt h3 {
  font-size: 1.8rem;
  color: #063E06;
  font-family: "Noto Serif JP", serif;
}
#access-contents .access .access-txt h4 {
  font-size: 1.8rem;
  color: #063E06;
  font-family: "Noto Serif JP", serif;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 8px;
  margin-top: 24px;
}
#access-contents .access .access-txt p {
  font-size: 1.5rem;
  margin-top: 8px;
}
#access-contents .access .access-txt p a[href*="tel:"] {
  pointer-events: none;
}
#access-contents .access .access-txt p .root {
  text-decoration: underline;
}

#priavcy-contents {
  margin: 100px auto 160px auto;
}
#priavcy-contents .privacy-list {
  display: grid;
  gap: 32px;
  width: 90%;
  margin: 0 auto;
}
#priavcy-contents .privacy-list .privacy-box h2 {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  border-bottom: 1px solid #BCBCBC;
  padding-bottom: 8px;
}
#priavcy-contents .privacy-list .privacy-box p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-top: 8px;
}
#priavcy-contents .name {
  font-family: "Noto Serif JP", serif;
  text-align: right;
  font-size: 1.7rem;
  max-width: 1600px;
  width: 90%;
  margin: 40px auto 0 auto;
}

#reserve-contents {
  width: 90%;
  margin: 100px auto 160px auto;
}
#reserve-contents .intro {
  width: 100%;
  text-align: center;
}
#reserve-contents table {
  margin-top: 60px;
  width: 100%;
}
#reserve-contents table tr {
  border-bottom: 1px solid #BCBCBC;
}
#reserve-contents table tr th, #reserve-contents table tr td {
  padding: 16px 0;
  vertical-align: middle;
}
#reserve-contents table tr th {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
#reserve-contents table tr td {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#reserve-contents table tr td .reserve-btn {
  display: block;
  margin: 0 auto;
  width: 280px;
  background: #063E06;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  padding: 12px 0;
  transition: all ease 0.5s;
}
#reserve-contents table tr td .reserve-btn:hover {
  opacity: 0.8;
}
#reserve-contents table tr .sp {
  display: none;
}
#reserve-contents table .border-none {
  border-bottom: none;
}
#reserve-contents table .border-line {
  border-bottom: 1px solid #BCBCBC;
}
#reserve-contents .tyuui {
  font-size: 1.6rem;
  margin-top: 12px;
  line-height: 1.8;
}
#reserve-contents .room-detail {
  margin-top: 80px;
}
#reserve-contents .room-detail p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 12px;
}
#reserve-contents .room-detail dl {
  margin-top: 24px;
}
#reserve-contents .room-detail dl .room-item {
  padding: 16px 0;
  display: flex;
  border-top: 1px solid #BCBCBC;
}
#reserve-contents .room-detail dl .room-item:last-child {
  border-bottom: 1px solid #BCBCBC;
}
#reserve-contents .room-detail dl .room-item dt, #reserve-contents .room-detail dl .room-item dd {
  font-size: 1.7rem;
}
#reserve-contents .room-detail dl .room-item dt {
  width: 220px;
}
#reserve-contents .room-detail dl .room-item dd {
  width: calc(100% - 220px);
}
#reserve-contents .room-detail dl .room-item dd img {
  max-width: 700px;
  width: 100%;
  display: block;
  margin-top: 12px;
}

#template-contents {
  margin: 60px auto 0 auto;
}
#template-contents .room-info .room-name {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#template-contents .room-info .room-name .room-type {
  font-size: 3.6rem;
  font-family: "Cormorant", serif;
  color: #063E06;
}
#template-contents .room-info .room-name .bed {
  font-size: 1.8rem;
  font-family: "Noto Serif JP", serif;
}
#template-contents .room-info .room-img {
  max-width: 460px;
  width: 90%;
  margin: 12px auto 0 auto;
}
#template-contents .room-info .room-img img {
  width: 100%;
  display: block;
}
#template-contents .reserve {
  background: #F6F6F6;
  margin-top: 60px;
}
#template-contents .reserve .reserve-inner {
  padding: 60px 0;
}
#template-contents .reserve .reserve-inner p {
  font-size: 1.6rem;
}
#template-contents .reserve .reserve-inner img {
  width: 100%;
}

#non404-contents {
  margin: 200px auto 160px auto;
}
#non404-contents h2 {
  font-size: 2.8rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
#non404-contents p {
  font-size: 1.7rem;
  text-align: center;
}

#global-footer .footer-top {
  background-color: #012837;
  background-image: url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 58%;
  padding: 7vw 0;
}
#global-footer .footer-top .footer-txt {
  margin-left: 7vw;
  width: -moz-fit-content;
  width: fit-content;
}
#global-footer .footer-top .footer-txt h2 {
  font-size: 4rem;
  text-align: center;
  color: #fff;
  font-family: "Cormorant", serif;
}
#global-footer .footer-top .footer-txt ul {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
#global-footer .footer-top .footer-txt ul li a {
  width: 280px;
  border: 1px solid #fff;
  display: block;
}
#global-footer .footer-top .footer-txt ul li a p {
  color: #fff;
  font-family: "Noto Serif", serif;
  text-align: center;
  font-size: 1.7rem;
  position: relative;
}
#global-footer .footer-top .footer-txt ul li:nth-child(1) a p {
  padding: 14px 0 14px 24px;
}
#global-footer .footer-top .footer-txt ul li:nth-child(1) a p::before {
  content: "";
  background: url(../images/schedule.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 22px;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 48px;
  margin: auto;
}
#global-footer .footer-top .footer-txt ul li:nth-child(2) a .tel-txt {
  font-size: 1.3rem;
  padding: 12px 0 0 0;
  line-height: 1;
}
#global-footer .footer-top .footer-txt ul li:nth-child(2) a .tel-count {
  font-size: 2.4rem;
  padding: 0 0 8px 24px;
  line-height: 1;
}
#global-footer .footer-top .footer-txt ul li:nth-child(2) a .tel-count::before {
  content: "";
  background: url(../images/tel-sp.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 18px;
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 46px;
  margin: auto;
}
#global-footer .page-top {
  position: absolute;
  bottom: 80px;
  right: 32px;
  z-index: 999;
  width: 16px;
  height: 50px;
  display: block;
}
#global-footer .page-top img {
  width: 100%;
}
#global-footer .footer-contents {
  padding: 80px 0;
  position: relative;
}
#global-footer .footer-contents .footer-contents-inner {
  width: 90%;
  margin: 0 auto;
}
#global-footer .footer-contents .footer-contents-inner .footer-logo {
  width: 300px;
  margin: 0 auto;
}
#global-footer .footer-contents .footer-contents-inner .footer-logo img {
  width: 100%;
}
#global-footer .footer-contents .footer-contents-inner .footer-address {
  margin: 0 0 32px 0;
  font-size: 1.5rem;
  text-align: center;
  color: #6A6A6A;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu {
  margin-bottom: 40px;
  border-top: 1px solid #C8C8C8;
  padding-top: 24px;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu .footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu .footer-list li {
  margin-right: 25px;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu .footer-list li:last-child {
  margin-right: none;
}
#global-footer .footer-contents .footer-contents-inner .footer-menu .footer-list li a {
  font-size: 1.5rem;
  padding: 8px 0;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-family: "Noto Serif", serif;
}
#global-footer .footer-contents p.copy_small {
  font-size: 1.2rem;
  text-align: center;
  color: #979797;
  position: absolute;
  bottom: 82px;
  left: 0;
  right: 0;
  margin: auto;
}

#pagetop {
  position: fixed;
  bottom: 24px;
  right: 3%;
  width: 45px;
  height: 45px;
  z-index: 999;
  transition: 0.5s;
  opacity: 0;
}
#pagetop img {
  width: 100%;
}

#pagetop.is-show {
  opacity: 1;
}/*# sourceMappingURL=tb_style.css.map */