@charset "UTF-8";

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

body {
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1;
}

img {
  width: 100%;
}

.inner {
  max-width: 100%;
  margin: 0 auto;
  max-width: 1080px;
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.util-title {
  font-size: 3.25rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  text-align: center;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .util-title {
    font-size: 2rem;
  }
}

.util-link {
  font-size: 14px;
  padding: 14px 60px;
  margin-top: 6rem;
  background: #DDC8BB;
  color: #000;
  display: inline-block;
  border-radius: 20px;
  transition: 0.4s, color 0.4s;
  box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.3);
}

.util-link:hover {
  opacity: .6;
}

@media (min-width: 768px) {
  .header {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .header {
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100000;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  }

  .header.is-color {
    opacity: 0.7;
    transition: all 0.5s ease 0s;
    z-index: 100000;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  height: 90px;
}

.header-logo {
  width: 200px;
  height: 60px;
}

@media (max-width: 767px) {
  .header-logo {
    width: 140px;
    height: 35px;
  }
}

.header-nav {
  margin-left: auto;
}

@media (max-width: 767px) {
  .header-nav {
    top: 60px;
    background: #FAF4E4;
    padding-top: 45px;
  }
}

@media (min-width: 768px) {
  .header-nav-list {
    display: flex;
  }
}

@media (max-width: 767px) {
  .header-nav-list {
    display: none;
  }
}

@media (min-width: 768px) {
  .header-nav-item:not(:first-child) {
    margin-left: 46px;
  }
}

.header-nav-item-link {
  display: block;
  color: #333;
  height: 70px;
  line-height: 70px;
  letter-spacing: 0.1em;
}

@media (max-width: 767px) {
  .header-nav-item-link {
    color: #fff;
    font-size: 1.125rem;
    text-align: right;
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  .header-nav-item-link {
    transition: 0.4s;
    font-size: 1.25rem;
  }

  .header-nav-item-link:hover {
    color: #DCC8BB;
  }
}

.sns-img {
  vertical-align: middle;
  width: 27px;
  height: 27px;
}

@media (max-width: 767px) {
  .sns-img {
    width: 27px;
    height: 27px;
  }
}

.drawer-icon {
  position: fixed;
  top: 35px;
  right: 35px;
  z-index: 1004;
  transition: transform 0.5s ease 0s;
}

@media (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  top: 8px;
  background: #9B6112;
  transition: transform 0.5s ease 0s;
}

.drawer-icon.is-active .drawer-icon-bar2 {
  top: 10px;
  display: none;
}

.drawer-icon.is-active .drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
  background: #9B6112;
  transition: transform 0.5s ease 0s;
}

.drawer-icon-bars {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  width: 30px;
  height: 3px;
  background: #9B6112;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 10px;
}

.drawer-icon-bar3 {
  top: 20px;
}

@media (min-width: 768px) {
  .drawer-content {
    display: none;
  }
}

@media (max-width: 767px) {
  .drawer-content {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 5.6rem;
    right: 0;
    z-index: 1002;
    transform: translateX(100%);
    transition: transform 0.5s ease 0s;
  }

  .drawer-content.is-active {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .drawer-content-items {
    position: relative;
  }

  .drawer-content-items::before {
    content: "";
    background-image: url(../../image/pc/dog-right.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 20%;
    width: 30%;
    position: absolute;
    bottom: 6rem;
    right: 0rem;
  }

  .drawer-content-item {
    transition: color 0.4s;
    position: relative;
  }

  .drawer-content-item:first-child {
    margin-top: 50px;
  }

  .drawer-content-item:hover {
    color: #DCC8BB;
  }
}

.drawer-content-item a {
  display: block;
  color: #9B6112;
  padding: 20px;
  text-align: center;
  font-size: 1.6rem;
}

.drawer-content-item:last-child {
  border-top: 2px solid #9B6112;
  padding-top: 1.7rem;
  margin: 1rem auto 0;
  width: 50%;
}

.top-container {
  position: absolute;
  top: 40%;
  left: 10%;
  text-align: center;
  color: #fff;
}

@media (max-width: 767px) {
.top-container {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
}
}

.fv-title {
  font-size: 5rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .fv-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

.fv-text {
  font-size: 1.7rem;
  font-weight: bold;
}

@media (max-width: 767px) {
  .fv-text {
    font-size: 1.3rem;
  }
}

/* footer */
.footer {
  position: relative;
  background: #FAF4E4;
  padding-bottom: 1.5rem;
  margin-top: 30rem;
}

@media (max-width: 767px) {
  .footer {
    padding-bottom: .4rem;
    margin-top: 13rem;
  }
}

.footer-top-img {
  background-image: url(../../image/pc/footer_img.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media (max-width: 767px) {
  .footer-top-img {
    height: 25%;
    width: 100%;
    bottom: 100%;
    left: 0;
  }
}

.footer-nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 1rem;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .footer-nav-list {
    flex-wrap: wrap;
    max-width: 300px;
    font-size: 1.1rem;
  }
}

.footer-nav-item {
  list-style: none;
}

@media (max-width: 767px) {
  .footer-nav-item {
    margin: 5px 0;
    width: 30%;
    text-align: center;
  }
}

@media (min-width: 767px) {
  .footer-nav-item:not(:first-child) {
    margin-left: 70px;
  }
}

.footer-nav-item-link {
  color: #000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .footer-nav-item-link {
    font-size: 1rem;
  }
}

.footer-nav-item-link:hover {
  opacity: .5;
}

.footer-service {
  text-align: center;
}

.footer-service-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3rem;
}

@media (max-width: 767px) {
  .footer-service-title {
    margin-top: 2rem;
    font-size: 1.3rem;
  }
}

.footer-service-title a {
  color: #000;
  font-weight: bold;
}

.footer-service-title a:hover {
  opacity: .5;
}

.footer-nav-list-service {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  list-style: none;
}

@media (max-width: 767px) {
  .footer-nav-list-service {
    flex-wrap: wrap;
    font-size: .9rem;
    margin-top: 1.5rem;
  }
}

.footer-nav-item-service:not(:first-child) {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .footer-nav-item-service:not(:first-child) {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .footer-nav-item-service {
    padding-bottom: 1rem;
  }
}

.footer-nav-item-link-service {
  color: #000;
  margin-top: 3rem;
}

.footer-nav-item-link-service:hover {
  opacity: .5;
}

.footer-copy-right {
  border-top: 1px solid #000;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

@media (max-width: 767px) {
  .footer-copy-right {
    padding: 1.5rem;
    margin-top: 1rem;
  }
}

.top-page {
  position: fixed;
  bottom: 100px;
  right: 50px;
  font-weight: bold;
  padding: 0.7em;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  width: 3%;
  z-index: 5000;
}

@media (max-width: 767px) {
  .top-page {
    width: 8%;
    right: 0;
    bottom: 80px;
  }
}

.footer-title {
  margin-top: 2.6rem;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  .footer-title {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

.footer-nav-item-another {
  margin-top: 1.3rem;
  cursor: pointer;
}

.footer-nav-item-another a {
  color: #000;
}

.footer-nav-item-another:hover {
  opacity: .5;
}

/* model */
.model {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  display: none;
}

.model-bg {
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.model-window {
  width: 30%;
  height: 70%;
  border-radius: 5px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 10px ;
  text-align: left;
}

@media (max-width: 767px) {
	.model-window {
		width: 70%;
	}
}

.model-window-bg {
padding: 5rem 0;
	line-height: 1.5;
	letter-spacing: 5px;
	font-size: 1.5rem;

}

.model h3 {
  margin-bottom: .6rem;
  color: #000;
	text-align: center;
	font-size: 1.7rem;
}

@media (max-width: 767px) {
	.model h3 {
		font-size: 1.2rem;
	}
}

.model p {
  margin-bottom: 3rem;
	text-align: center;
	font-size: 1.1rem;
}

@media (max-width: 767px) {
	.model p {
		font-size: .8rem;
	}
}

