@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hurricane&family=Shippori+Mincho:wght@400;500;600;700&display=swap");
:root {
  --secondary: #191C24;
  --black: #000;
  --white: #fff;
  --dark: #595757;
  /* Fonts */
  --font-default: "Shippori Mincho", serif;
}

body {
  margin: 0;
  font-family: var(--font-default);
  font-size: 16px;
  font-weight: 400;
  line-height: 2.1rem;
  color: #1A2041;
  background-position: top center;
  background-repeat: repeat;
}
@media screen and (max-width: 575px) {
  body {
    font-size: 15px;
    line-height: 1.8rem;
  }
}

.nav-bg {
  border-bottom: 1px solid #415228;
  padding: 10px 0;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.075);
          box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.075);
  position: sticky;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar-brand h1 {
  font-size: 20px;
  margin-bottom: 0;
}

.pr-z {
  position: relative;
  z-index: 999;
}

.nav-link {
  text-align: center;
  color: #1A2041;
  font-weight: 500;
  line-height: 1.2rem;
}
.nav-link span {
  font-size: 11px;
  color: #415228;
}
.nav-link:hover {
  color: #415228;
}
.nav-link:hover span {
  color: #415228;
}
@media screen and (max-width: 1199px) {
  .nav-link {
    border-bottom: 1px dashed #415228;
    margin-bottom: 5px;
    line-height: 1rem;
  }
}

.nav-btn {
  position: absolute;
  right: 15px;
  top: 24%;
}
@media screen and (max-width: 1199px) {
  .nav-btn {
    position: relative;
    right: 0;
    top: 0;
    padding: 6px 0 10px;
  }
}

.navbar-toggler {
  background: #415228;
  color: #fff;
  border: none;
  padding: 3px 6px;
  border-radius: 10px;
}

.navbar-nav {
  padding-right: 240px;
}
@media screen and (max-width: 1199px) {
  .navbar-nav {
    padding-right: 0;
  }
}

.openbtn {
  position: relative;
  background: #415228;
  cursor: pointer;
  width: 35px;
  height: 40px;
  border-radius: 50px;
}

.openbtn span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 7px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 57%;
}

.openbtn span:nth-of-type(1) {
  top: 10px;
}

.openbtn span:nth-of-type(2) {
  top: 19px;
}

.openbtn span:nth-of-type(3) {
  top: 28px;
}

.openbtn.active span:nth-of-type(1) {
  top: 13px;
  left: 7px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 57%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 25px;
  left: 7px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 57%;
}

.btn-contact {
  background: #1A2041;
  color: #fff;
  width: 100%;
  height: 40px;
  font-size: 15px;
  padding: 0 8px;
  border-radius: 10px;
}
.btn-contact:hover {
  background: #809467;
  color: #fff;
}

.nav-tel {
  position: absolute;
  right: 131px;
  top: 24%;
  color: #000;
  font-size: 23px;
  border: 1px solid #000;
  padding: 0 5px;
  border-radius: 10px;
  text-decoration: none;
  height: 40px;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 10px;
  font-size: 40px;
  z-index: 99;
  color: rgba(43, 76, 1, 0.3);
}
@media screen and (max-width: 575px) {
  .back-to-top {
    right: 0;
    bottom: 70px;
    font-size: 30px;
  }
}

h3 {
  margin-bottom: 100px;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #1A2041;
}
h3 span {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  color: #DFE2DA;
  font-size: 100px;
}
@media screen and (max-width: 575px) {
  h3 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  h3 {
    margin-bottom: 40px;
    line-height: 3rem;
    font-size: 20px;
  }
}

.br-sp {
  display: block;
}
@media screen and (max-width: 575px) {
  .br-sp {
    display: none;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media screen and (max-width: 575px) {
  .pt-150 {
    padding-top: 60px;
  }
}

.read h4 {
  padding-bottom: 10px;
  margin-bottom: 30px;
  font-size: 24px;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 575px) {
  .read h4 {
    font-size: 18px;
  }
}
.read p {
  line-height: 2.6rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .read p {
    line-height: 2rem;
  }
}

.img-right {
  position: relative;
}
.img-right:after {
  content: "";
  position: absolute;
  display: block;
  width: 45%;
  height: 100%;
  border-radius: 70px 0 0 70px;
  background-image: url(../images/index/img1.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
}
@media screen and (max-width: 991px) {
  .img-right:after {
    display: none;
  }
}

.img-r img {
  border-radius: 30px;
}

.c-read {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-read img {
  width: 35%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-read img {
    margin: 0 auto;
    display: block;
    width: 80%;
  }
}
.c-read p {
  margin-bottom: 0;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-read p {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-read {
    display: block;
  }
}

.c-box {
  margin-top: 100px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-box .c-title {
  padding: 20px 0;
  border-right: 1px solid #C7C7C7;
  width: 25%;
}
.c-box .c-title p {
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-box .c-title p {
    margin-bottom: 3px;
  }
}
.c-box .c-title h4 {
  margin-bottom: 0;
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .c-box .c-title h4 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-box .c-title h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .c-box .c-title {
    border-right: none;
    border-bottom: 1px solid #C7C7C7;
    width: 100%;
    padding: 0;
  }
}
.c-box .c-text {
  width: 70%;
}
@media screen and (max-width: 991px) {
  .c-box .c-text {
    padding-top: 15px;
    width: 100%;
  }
}
.c-box .c-dl {
  width: 70%;
}
.c-box .c-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 10px 0;
  margin-bottom: 0;
  border-bottom: 1px dashed #C7C7C7;
}
.c-box .c-dl dl dt {
  font-weight: 600;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}
.c-box .c-dl dl dd {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .c-box .c-dl {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .c-box {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-box {
    margin-top: 60px;
  }
}

.o-btn {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  position: relative;
  border-bottom: 1px solid #BFC9B3;
}
.o-btn a {
  font-weight: 500;
  font-size: 24px;
  width: 100%;
  padding: 10px 0;
  text-align: left;
}
.o-btn a span {
  font-weight: 400;
  color: #415228;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .o-btn a {
    font-size: 20px;
  }
}
.o-btn:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  background: url("../images/index/arrow.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 60%;
  right: 8px;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}
@media screen and (max-width: 575px) {
  .o-btn:after {
    width: 20px;
  }
}
.o-btn:hover {
  border-bottom: 1px solid #415228;
  color: #415228;
}
.o-btn:hover:after {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn-main {
  position: relative;
  background: #415228;
  padding: 20px 0;
  width: 350px;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  font-weight: 600;
}
.btn-main:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  background: url("../images/index/arrow2.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 34%;
  right: 15px;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}
@media screen and (max-width: 575px) {
  .btn-main:after {
    width: 20px;
  }
}
.btn-main:hover {
  background: #809467;
  color: #fff;
}
.btn-main:hover:after {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 575px) {
  .btn-main {
    font-size: 15px;
    width: 100%;
  }
}

.btn-mail {
  position: relative;
  background: #EFEFE9;
  padding: 20px 0;
  width: 350px;
  color: #1A2041;
  font-size: 16px;
  border-radius: 0;
  font-weight: 600;
}
.btn-mail:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  background: url("../images/index/arrow.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 34%;
  right: 15px;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}
@media screen and (max-width: 575px) {
  .btn-mail:after {
    width: 20px;
  }
}
.btn-mail:hover {
  background: #809467;
  color: #fff;
}
.btn-mail:hover:after {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 575px) {
  .btn-mail {
    padding: 15px 0;
    font-size: 15px;
    width: 100%;
  }
}

.btn-tel {
  position: relative;
  background: #EFEFE9;
  padding: 10px 0;
  width: 350px;
  color: #1A2041;
  font-size: 30px;
  border-radius: 0;
  font-weight: 600;
}
.btn-tel:hover {
  background: #809467;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .btn-tel {
    font-size: 20px;
    width: 100%;
  }
}

.btn-news {
  position: relative;
  background: #415228;
  padding: 20px 0;
  width: 350px;
  color: #fff;
  font-size: 18px;
  border-radius: 0;
  font-weight: 600;
}
.btn-news:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  background: url("../images/index/arrow4.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 34%;
  left: 15px;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
@media screen and (max-width: 575px) {
  .btn-news:after {
    width: 20px;
  }
}
.btn-news:hover {
  background: #809467;
  color: #fff;
}
.btn-news:hover:after {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 575px) {
  .btn-news {
    font-size: 15px;
    width: 100%;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-150 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .mt-150 {
    margin-top: 100px;
  }
}
@media screen and (max-width: 575px) {
  .mt-150 {
    margin-top: 60px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 60px;
  }
}

.info-bg {
  margin-top: 150px;
  background: #EFEFE9;
  padding: 100px 0;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .info-bg {
    border-radius: 60px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .info-bg {
    margin-top: 60px;
  }
}

.news-box {
  margin-top: 30px;
}
.news-box ul {
  padding-left: 0;
}
.news-box ul li {
  position: relative;
  list-style: none;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.news-box ul li a {
  padding: 30px 20px;
  text-decoration: none;
  color: #1A2041;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background: #fff;
  border-radius: 20px;
}
.news-box ul li a span.n-date {
  font-size: 14px;
  margin: 0 15px 0 10px;
  color: #8C8FA0;
  font-weight: 500;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
.news-box ul li a span.n-text {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #1A2041;
}
@media screen and (max-width: 767px) {
  .news-box ul li a span.n-text {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 5px;
  }
}
.news-box ul li a:hover {
  background: #DFE2DA;
}
.news-box ul li a:hover span.n-text {
  color: #415228;
}
@media screen and (max-width: 767px) {
  .news-box ul li a {
    padding: 20px;
  }
}
.news-box ul li.flag1 a:before {
  content: "お知らせ";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box ul li.flag2 a:before {
  content: "物件情報";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box ul li.flag3 a:before {
  content: "臨時休業";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box ul li.flag4 a:before {
  content: "イベント";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box ul li.flag5 a:before {
  content: "トピックス";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box ul li:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  background: url("../images/index/arrow3.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 36%;
  right: 20px;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}
@media screen and (max-width: 575px) {
  .news-box ul li:after {
    top: 38%;
    width: 20px;
  }
}
.news-box ul li:hover:after {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 575px) {
  .news-box {
    margin-top: 0;
  }
}

.news-box2 {
  margin-top: 30px;
}
.news-box2 ul {
  padding-left: 0;
}
.news-box2 ul li {
  position: relative;
  list-style: none;
  line-height: 1.5rem;
  margin-bottom: 15px;
}
.news-box2 ul li a {
  padding: 30px;
  text-decoration: none;
  color: #1A2041;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  background: #fff;
  border-radius: 20px;
}
.news-box2 ul li a span.n-date {
  font-size: 14px;
  margin: 0 15px 0 10px;
  color: #8C8FA0;
  font-weight: 500;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
.news-box2 ul li a span.n-text2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.news-box2 ul li a span.n-text2 h4 {
  font-weight: 500;
  margin-top: 15px;
  font-size: 21px;
}
@media screen and (max-width: 575px) {
  .news-box2 ul li a span.n-text2 h4 {
    font-size: 18px;
  }
}
.news-box2 ul li a span.n-text2 p {
  color: #8D90A0;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .news-box2 ul li a span.n-text2 p {
    font-size: 14px;
  }
}
.news-box2 ul li a:hover {
  background: #DFE2DA;
}
.news-box2 ul li a:hover span.n-text2 {
  color: #415228;
}
@media screen and (max-width: 767px) {
  .news-box2 ul li a {
    padding: 20px;
  }
}
.news-box2 ul li.flag1 a:before {
  content: "お知らせ";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box2 ul li.flag2 a:before {
  content: "物件情報";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box2 ul li.flag3 a:before {
  content: "臨時休業";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box2 ul li.flag4 a:before {
  content: "イベント";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box2 ul li.flag5 a:before {
  content: "トピックス";
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-box2 ul li:after {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  content: "";
  display: block;
  background: url("../images/index/arrow3.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 44%;
  right: 20px;
  -webkit-transform: translateX(-7px);
          transform: translateX(-7px);
}
@media screen and (max-width: 575px) {
  .news-box2 ul li:after {
    top: 38%;
    width: 20px;
  }
}
.news-box2 ul li:hover:after {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (max-width: 575px) {
  .news-box2 {
    margin-top: 0;
  }
}

.co-box {
  background: #415228;
  padding: 100px 50px;
  border-radius: 50px;
}
.co-box h3 {
  margin-bottom: 50px;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
.co-box h3 span {
  font-family: "Hurricane", cursive;
  font-weight: 400;
  color: #616F4C;
  font-size: 100px;
}
@media screen and (max-width: 575px) {
  .co-box h3 span {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .co-box h3 {
    margin-bottom: 60px;
    line-height: 3rem;
    font-size: 20px;
  }
}
.co-box .co-text {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.co-box .co-text .co-mail {
  width: 48%;
  margin: 0 auto;
}
.co-box .co-text .co-mail h5 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .co-box .co-text .co-mail {
    width: 100%;
  }
}
.co-box .co-text .co-tel {
  width: 48%;
  margin: 0 auto;
}
.co-box .co-text .co-tel h5 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .co-box .co-text .co-tel {
    margin-top: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .co-box .co-text {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .co-box {
    padding: 60px 30px;
  }
}

.f-border {
  border-top: 1px solid #415228;
  border-bottom: 1px solid #415228;
}

.footer-box {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-box .footer-list {
  padding-left: 120px;
  width: 50%;
}
.footer-box .footer-list ul.f-ul {
  margin-bottom: 0;
  list-style: none;
}
.footer-box .footer-list ul.f-ul li.f-li a.a-li {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #1A2041;
  text-decoration: none;
}
.footer-box .footer-list ul.f-ul li.f-li a.a-li:hover {
  color: #415228;
}
.footer-box .footer-list ul.f-ul li.f-li ul.f-ul2 {
  padding-left: 0;
  list-style: none;
}
.footer-box .footer-list ul.f-ul li.f-li ul.f-ul2 li.f-li2 a.a-li2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #75798D;
  text-decoration: none;
}
.footer-box .footer-list ul.f-ul li.f-li ul.f-ul2 li.f-li2 a.a-li2:hover {
  color: #415228;
}
@media screen and (max-width: 991px) {
  .footer-box .footer-list ul.f-ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer-box .footer-list {
    width: 100%;
    padding: 30px;
  }
}
.footer-box .footer-img {
  width: 50%;
}
@media screen and (max-width: 991px) {
  .footer-box .footer-img {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .footer-box {
    display: block;
  }
}

.f-bg {
  background: #F7F7F4;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .f-bg {
    padding: 60px 0;
  }
}

.f-map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.f-dl {
  padding-left: 60px;
}
.f-dl h6 {
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .f-dl h6 {
    margin: 30px 0 10px;
  }
}
.f-dl dl {
  color: #717588;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 0;
  margin-bottom: 0;
}
.f-dl dl dt {
  font-weight: 400;
  -ms-flex-preferred-size: 80px;
      flex-basis: 80px;
  margin-right: 15px;
}
@media screen and (max-width: 575px) {
  .f-dl dl dt {
    -ms-flex-preferred-size: 60px;
        flex-basis: 60px;
    margin-right: 10px;
  }
}
.f-dl dl dd {
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 575px) {
  .f-dl dl dd {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .f-dl {
    padding-left: 0;
  }
}

.f-icon .f-en {
  text-align: left;
  font-size: 120px;
  color: #415228;
  font-family: "Hurricane", cursive;
}
@media screen and (max-width: 767px) {
  .f-icon .f-en {
    font-size: 80px;
  }
}
@media screen and (max-width: 575px) {
  .f-icon .f-en {
    line-height: 5rem;
  }
}
.f-icon p {
  text-align: right;
  font-size: 12px;
  color: #717588;
}
@media screen and (max-width: 991px) {
  .f-icon p {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .f-icon p {
    margin-top: 20px;
  }
}

.sub-bg {
  background: #415228;
  padding: 100px 100px 200px;
}
.sub-bg .sub-ti p {
  font-size: 100px;
  color: #fff;
  font-family: "Hurricane", cursive;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .sub-bg .sub-ti p {
    line-height: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .sub-bg .sub-ti p {
    letter-spacing: 0.1rem;
    font-size: 60px;
  }
}
.sub-bg .sub-ti h2 {
  margin: 45px 0 0;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 575px) {
  .sub-bg .sub-ti h2 {
    margin: 0;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sub-bg {
    padding: 60px 20px 160px;
  }
}

.bg1 {
  background: #EFEFE9;
  padding: 150px 0 200px;
  margin-top: -100px;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 575px) {
  .bg1 {
    border-radius: 60px 60px 0 0;
    padding: 60px 0 110px;
  }
}

.bg1-2 {
  background: #EFEFE9;
  padding: 150px 0 200px;
  margin-top: -100px;
  border-radius: 100px;
}
@media screen and (max-width: 575px) {
  .bg1-2 {
    border-radius: 60px;
    padding: 60px 0;
  }
}

.bg2 {
  background: #fff;
  padding: 150px 0 0;
  margin-top: -100px;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 575px) {
  .bg2 {
    border-radius: 60px 60px 0 0;
    padding: 60px 0 0;
  }
}

.bg3 {
  background: #EFEFE9;
  padding: 150px 0 200px;
  margin-top: 150px;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 575px) {
  .bg3 {
    border-radius: 60px 60px 0 0;
    padding: 60px 0 110px;
    margin-top: 70px;
  }
}

.bg4 {
  background: #EFEFE9;
  padding: 150px 0 200px;
  margin-top: 150px;
  border-radius: 100px 100px 0 0;
}
@media screen and (max-width: 575px) {
  .bg4 {
    border-radius: 60px 60px 0 0;
    padding: 60px 0 200px;
    margin-top: 70px;
  }
}

.b-dl {
  border-top: 3px solid #C7C7C7;
  border-bottom: 3px solid #C7C7C7;
}
.b-dl dl {
  border-bottom: 1px dashed #C7C7C7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
  margin-bottom: 0;
}
.b-dl dl dt {
  color: #8D8D8D;
  font-weight: 400;
  -ms-flex-preferred-size: 200px;
      flex-basis: 200px;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .b-dl dl dt {
    display: block;
    width: 100%;
    margin-right: 10px;
  }
}
.b-dl dl dd {
  color: #1A2041;
  margin-bottom: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .b-dl dl dd {
    display: block;
    width: 100%;
  }
}
.b-dl dl dd ul {
  padding-left: 0;
  list-style: none;
}
.b-dl dl dd ul li {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .b-dl dl {
    display: block;
  }
}
.b-dl .b-none {
  border-bottom: none;
}

.hissu {
  color: #B23520;
}

.form-control::-webkit-input-placeholder {
  color: #D1D2D9;
}

.form-control::-moz-placeholder {
  color: #D1D2D9;
}

.form-control:-ms-input-placeholder {
  color: #D1D2D9;
}

.form-control::-ms-input-placeholder {
  color: #D1D2D9;
}

.form-control::placeholder {
  color: #D1D2D9;
}

.pl-1 {
  padding-left: 1rem;
}

.f-bold {
  font-weight: 500;
}

.mt-10 {
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .mt-10 {
    margin-top: 7px;
  }
}

.page-link {
  color: #1A2041;
  background: none;
  border: none;
}
.page-link:hover {
  color: #415228;
  background: none;
}

i.c-green {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #798D5E;
}
i.c-green:hover {
  color: #415228;
}

.news-bg {
  background: #fff;
  border-radius: 50px;
  padding: 70px;
}
.news-bg h3.h3-news {
  text-align: left;
  letter-spacing: 0;
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #C7C7C7;
  padding-bottom: 15px;
  margin: 10px 0 40px;
}
@media screen and (max-width: 575px) {
  .news-bg h3.h3-news {
    line-height: 2rem;
    font-size: 24px;
  }
}
.news-bg p {
  margin: 30px 0;
}
.news-bg .news-flag1:before {
  content: "お知らせ";
  width: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-bg .news-flag1 span.news-date {
  font-size: 16px;
  margin-left: 5px;
  color: #C1C1C1;
  font-weight: 500;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
@media screen and (max-width: 575px) {
  .news-bg .news-flag1 span.news-date {
    font-size: 14px;
  }
}
.news-bg .news-flag2:before {
  content: "物件情報";
  width: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-bg .news-flag2 span.news-date {
  font-size: 16px;
  margin-left: 5px;
  color: #C1C1C1;
  font-weight: 500;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
@media screen and (max-width: 575px) {
  .news-bg .news-flag2 span.news-date {
    font-size: 14px;
  }
}
.news-bg .news-flag3:before {
  content: "臨時休業";
  width: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-bg .news-flag3 span.news-date {
  font-size: 16px;
  margin-left: 5px;
  color: #C1C1C1;
  font-weight: 500;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
@media screen and (max-width: 575px) {
  .news-bg .news-flag3 span.news-date {
    font-size: 14px;
  }
}
.news-bg .news-flag4:before {
  content: "イベント";
  width: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-bg .news-flag4 span.news-date {
  font-size: 16px;
  margin-left: 5px;
  color: #C1C1C1;
  font-weight: 500;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
@media screen and (max-width: 575px) {
  .news-bg .news-flag4 span.news-date {
    font-size: 14px;
  }
}
.news-bg .news-flag5:before {
  content: "トピックス";
  width: 80px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-weight: 400;
  font-size: 13px;
  background: #1A2041;
  color: #fff;
}
.news-bg .news-flag5 span.news-date {
  font-size: 16px;
  margin-left: 5px;
  color: #C1C1C1;
  font-weight: 500;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
}
@media screen and (max-width: 575px) {
  .news-bg .news-flag5 span.news-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .news-bg {
    padding: 30px;
    border-radius: 30px;
  }
}

a.f-gray {
  color: #717588;
  text-decoration: none;
}

.b-box h5 {
  color: #fff;
  font-size: 60px;
}
@media screen and (max-width: 575px) {
  .b-box h5 {
    font-size: 40px;
  }
}
.b-box h4 {
  font-size: 24px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 500;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (max-width: 575px) {
  .b-box h4 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

img.img-radius {
  border-radius: 30px;
}

.menu-sp {
  z-index: 10;
  padding-left: 0;
  margin-bottom: 0;
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  background: rgba(26, 32, 65, 0.8);
  width: 100%;
}
.menu-sp li {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px;
  list-style: none;
  text-align: center;
}
.menu-sp li a {
  color: #fff;
  text-decoration: none;
}
.menu-sp li a i.icon-f {
  font-size: 18px;
  display: block;
}
.menu-sp li a span {
  font-size: 13px;
  display: block;
}
.menu-sp li.b-right {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 575px) {
  .menu-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}