@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/* レイアウトのためのCSS */
body {
  background: #1db5a3;
  font-family: "Noto Sans JP", sans-serif;
  color: #555;
  font-size: 1rem;
  line-height: 1.85;
  word-wrap: break-word;
}

body.appear {
  background: #f8f9fa;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #555;
  text-decoration: none;
  outline: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

/* heading */
h2 {
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  color: #1db5a3;
}

h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #1db5a3;
}

/* font-family */
h1,
#g-nav-list li:nth-child(1),
#menu h2,
#profile h2,
#footer dl dd,
#splash-logo,
#lead .lead-area h2,
p.price {
  font-family: "Noto Sans JP", sans-serif;
}

/* area */
/* #container{
    overflow: hidden;
} */
.inner {
  width: 100%;
  margin: 0 auto;
  padding: 70px;
}

@media screen and (max-width: 940px) {
  .inner {
    padding: 30px;
  }
}
/* splash */
#splash-logo p {
  font-size: 1.8rem;
  font-weight: normal;
  white-space: nowrap;
}

/* top-header */
.header-area {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 80%;
}

.header-area h1 {
  display: block;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
}

.header-area p {
  font-size: 1.3vw;
  letter-spacing: 0.4em;
  margin: 0 0 20px 0;
}

.header-area p br {
  display: none;
}

@media screen and (max-width: 960px) {
  .header-area p {
    font-size: 0.8rem;
    white-space: none;
  }
  .header-area p br {
    display: block;
  }
}
/* header */
#header {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  /* background-color: rgba(255,255,255,0.5); */
  box-sizing: border-box;
}

.header-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 10px 50px 20px;
}

.header-container ul {
  display: flex;
  justify-content: flex-end;
}

.header-container li {
  margin-left: 20px;
}

.header-container a {
  transition: all 0.6s ease;
}

.header-container a:hover:not(.logo a) {
  color: #ffff00;
  transition: all 0.6s ease;
  /*ふわっとさせる間隔*/
}

.logo {
  text-align: center;
}

.logo p {
  font-size: 28px;
  line-height: 1.7rem;
  letter-spacing: 0.5rem;
}

.logo p span {
  font-size: 12px;
  letter-spacing: initial;
  margin-right: 4px;
}

@media screen and (max-width: 940px) {
  .header-container {
    display: none;
  }
}
/* gnavi */
#g-nav-list li:nth-of-type(1) a {
  font-size: 2rem;
  text-transform: none;
  font-weight: normal;
  line-height: 1;
  white-space: nowrap;
  margin: 0 0 20px 0;
  line-height: normal;
}

#g-nav-list li:nth-of-type(2) {
  animation-delay: 0.2s;
}

#g-nav-list li:nth-of-type(3) {
  animation-delay: 0.4s;
}

#g-nav-list li:nth-of-type(4) {
  animation-delay: 0.6s;
}

#g-nav-list li:nth-of-type(5) {
  animation-delay: 0.8s;
}

#g-nav-list li:nth-of-type(6) {
  animation-delay: 1.1s;
}

#g-nav-list li:nth-of-type(7) {
  animation-delay: 1.3s;
}

/* lead */
#flow {
  color: #fff;
  background-color: #1db5a3;
}
#flow h2 {
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1.2;
  font-size: 2rem;
  color: #fff;
}
#flow .flow-wrap .flow-box {
  margin-bottom: 3rem;
  text-align: center;
}
#flow .flow-wrap .flow-box img {
  margin-bottom: 1rem;
  max-width: 250px;
}
#flow .flow-wrap .flow-box h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .flow-wrap {
    display: flex;
    justify-content: space-between;
  }
  .flow-wrap .flow-box {
    width: 20%;
  }
}
/* access */
#access {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-color: #f2f2f2;
  padding: 0 0 0 6%;
}

#access .access-img {
  width: 70%;
  min-height: 300px;
  background: url("../img/access.webp") no-repeat center;
  background-size: cover;
}

#access .access-area {
  width: 25%;
}

.access-map {
  width: 70%;
  height: 350px;
}

.access-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  #access {
    display: block;
    padding: 0;
  }
  #access .access-area {
    padding: 1rem 0;
    width: 100%;
    text-align: center;
  }
  .access-map {
    width: 100%;
  }
}
#access h2 {
  font-size: 2.5rem;
}

#access .access-area p {
  font-size: 0.8rem;
  margin-top: 15px;
  margin-bottom: 15px;
}

/* menu */
#menu {
  margin: 0 0 50px 0;
}

.menu-area .menu-block {
  margin-bottom: 3rem;
}

.menu-txt {
  text-align: justify;
}
.menu-txt p {
  font-size: 0.875rem;
}

@media screen and (min-width: 576px) {
  .menu-area {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .menu-area .menu-block {
    width: 30%;
    display: flex;
    flex-direction: column;
  }
  .btn-block {
    margin-top: auto;
  }
}
.btn {
  display: block;
  margin-top: 1rem;
  border-radius: 10px;
  border: 1px solid #1db5a3;
  text-align: center;
  color: #1db5a3;
}

.btn:hover {
  border: 1px solid #1db5a3;
  color: #fff;
  background-color: #1db5a3;
  transition: all 0.5s;
}

.zoomIn img {
  transform: scale(1);
  transition: 0.6s ease-in-out;
  /*移り変わる速さを変更したい場合はこの数値を変更*/
}

.zoomIn a:hover img {
  /*hoverした時の変化*/
  transform: scale(1.2);
  /*拡大の値を変更したい場合はこの数値を変更*/
}

.mask {
  display: block;
  line-height: 0;
  /*行の高さを0にする*/
  overflow: hidden;
  /*拡大してはみ出る要素を隠す*/
}

span.mask {
  padding: 0 !important;
}

@media screen and (max-width: 820px) {
  .menu-area .menu-block {
    width: 100%;
  }
  .menu-block article {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 600px) {
  .menu-area .menu-block article:nth-of-type(n+1) {
    animation-delay: 0.5s;
  }
  .menu-block article {
    width: 50%;
  }
}
@media screen and (max-width: 450px) {
  .menu-area .menu-block article:nth-of-type(n+1) {
    width: 100%;
    animation-delay: 0s !important;
  }
  .menu-block article img {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 70%;
       object-position: 100% 70%;
  }
  /* .menu-area p{
  display: none;
    } */
}
.menu-area span {
  display: block;
  padding: 5px 10px;
  font-size: 10px;
  color: #fff;
  background-color: #1db5a3;
  border-radius: 10px;
  white-space: nowrap;
}

/* profile */
.profile-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 auto 60px;
  max-width: 800px;
}

.profile-txt h3,
.profile-txt p {
  margin-bottom: 1rem;
}

.profile-img {
  width: 40%;
}

.profile-txt {
  width: 50%;
}

.profile-txt h3 span {
  display: block;
  font-size: 11px;
}

.profile-txt p {
  font-size: 16px;
}

.profile-block {
  max-width: 800px;
  margin: 0 auto;
}

.profile-block dl {
  display: flex;
  margin: 20px 0;
}

.profile-block dd {
  width: 85%;
}

.profile-block dt {
  width: 15%;
}

@media screen and (max-width: 768px) {
  .profile-block dl {
    display: block;
    text-align: justify;
  }
  .profile-block dd {
    width: 100%;
  }
  .profile-block dt {
    width: 100%;
    font-weight: bold;
  }
}
@media screen and (max-width: 450px) {
  .profile-area {
    display: block;
  }
  .profile-img,
  .profile-txt {
    width: 100%;
  }
}
.line-img {
  width: 90px;
  margin-left: 20px;
}

.arrow {
  margin: 0 auto;
  width: 15px;
  height: 15px;
  border: 2px solid;
  border-color: transparent transparent #a18f84 #a18f84;
  transform: rotate(-45deg);
}

/* footer */
@media screen and (max-width: 900px) {
  #footer dl {
    margin: 50px 0;
  }
}
@media screen and (max-width: 768px) {
  #footer dl dd {
    font-size: 1.5rem;
  }
}
#footer {
  color: #fff;
  padding: 20px 0 90px;
  background-color: #1db5a3;
}
#footer .footer-list {
  width: 65%;
  text-align: right;
}
#footer ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 0.8rem;
  line-height: 3;
}
#footer small {
  text-align: center;
  margin: 20px 0 0 0;
  display: block;
  width: 100%;
  font-size: 0.7rem;
}
#footer #page-top span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 900px) {
  #footer dl,
  #footer .footer-list,
  #footer small {
    width: 100%;
    text-align: center;
  }
}
/*========= フローティングバナー ===============*/
.floating-banner {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  right: 0;
  height: 60px;
  width: 100vw;
  display: flex;
}
.floating-banner .banner {
  display: flex;
  width: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s;
}
.floating-banner .banner:first-child a {
  border-right: 1px solid #ccc;
}
.floating-banner .banner:hover {
  background: rgba(0, 0, 0, 0.8);
}
.floating-banner .banner a {
  width: 100%;
  padding: 0 5%;
  margin: 10px 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .floating-banner .banner a {
    justify-content: center;
  }
}
.floating-banner .banner a img {
  width: 45px;
  height: 45px;
}
.floating-banner .banner a p.copy {
  font-size: 14px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .floating-banner .banner a p.copy {
    width: auto;
    margin-left: 25px;
  }
}
.floating-banner .top {
  width: 50px;
}
@media screen and (min-width: 768px) {
  .floating-banner .top {
    width: 65px;
  }
}
.floating-banner .top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #1db5a3;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
}
.floating-banner .top a:hover {
  background: #999;
  height: 60px;
}
.floating-banner .top span {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}/*# sourceMappingURL=layout.css.map */