@charset "UTF-8";

/* FV */
.fv {
  width: 100%;
  height: calc(100vh - 80px);
  background-image: url(../img/top/img_fv01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.fv::after {
  content: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  left: 0;
}
.fv .wrap {
  max-width: 1500px;
  height: 100%;
  position: relative;
  z-index: 1;
}
.fv .box {
  width: 100%;
  max-width: 600px;
  color: #FFD700;
  background-color: rgba(0, 85, 168, .75);
  padding: 3rem 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.fv .title {
  font-size: 30px;
  /* filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, .75)); */
}
@media screen and (max-width:768px) {
  .fv {
    height: calc(100vh - 120px);
  }
  .fv .title {
    font-size: 25px;
  }
}

/* スクロールダウン */
.scroll_down {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  animation: arrowmove 1s ease-in-out infinite;
  opacity: 1;
  visibility: visible;
  transition: all .3s ease;
  z-index: 1;
}
.scroll_down.fixed {
  opacity: 0;
  visibility: hidden;
}
.scroll_down .inn {
  position: absolute;
  left: -15px;
  bottom: 30px;
  color: #fff;
  font-size: 14px;
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 28px;
  height: 28px;
  text-decoration: none;
}
.scroll_down .txt {
  display: block;
  margin-top: 70px;
  margin-left: -14px;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 2px;
}
.scroll_down .arrow {
  position: absolute;
  width: 28px;
  height: 5px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}
.scroll_down .arrow:first-child {
  animation: move 3s ease-out 1s infinite;
}
.scroll_down .arrow:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}
.scroll_down .arrow:before,
.scroll_down .arrow:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #fff;
}
.scroll_down .arrow:before {
  left: 0;
  transform: skew(0deg, 30deg);
}
.scroll_down .arrow:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}
@media screen and (max-width:768px) {
  .scroll_down .inn {
    left: 50%;
    transform: translateX(-50%);
  }
}
@keyframes move {
  25% { opacity: 1; }
  33% { opacity: 1; transform: translateY(30px); }
  67% { opacity: 1; transform: translateY(40px); }
  100% { opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}

/* ABOUT */
.about {
  position: relative;
}
.about::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  background-image:  repeating-linear-gradient(45deg, #eae4d1 25%, transparent 25%, transparent 75%, #eae4d1 75%, #eae4d1), repeating-linear-gradient(45deg, #eae4d1 25%, #ffffff 25%, #ffffff 75%, #eae4d1 75%, #eae4d1);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.about .list {
  flex-wrap: wrap;
  gap: 20px;
}
.about .item {
  width: calc((100% - 40px)/3);
  box-sizing: border-box;
}
.about .title {
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .about .list {
    gap: 40px;
  }
  .about .item {
    width: 100%;
  }
  .about .title {
    font-size: 18px;
  }
}

/* RENTAL SPACE */
.rental {
  position: relative;
}
.rental .list {
  flex-wrap: wrap;
  gap: 40px;
}
.rental .item {
  width: calc((100% - 40px)/2);
  box-sizing: border-box;
}
.rental .item .pict {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.rental .item .pict img {
  width: 100%;
}
.rental .item .cat {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: var(--color2);
  display: block;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.rental .item:last-child .cat {
  background-color: #8ec31f;
}
.rental .item .box {
  background-color: var(--color5);
  padding: 20px 30px 30px;
  box-sizing: border-box;
}
.rental .item .box .title {
  font-size: 30px;
  line-height: 1;
  color: var(--color2);
  margin-bottom: 20px;
}
.rental .item .box .title span {
  font-size: 35px;
}
.rental .pricetable {
  width: 100%;
  font-size: 18px;
  color: var(--color2);
}
.rental .pricetable tr th,
.rental .pricetable tr td {
  white-space: nowrap;
  border-bottom: dashed 1px var(--color4);
  background-color: #fff;
  padding: 10px;
}
.rental .pricetable tr td {
  vertical-align: middle;
}
.rental .pricetable tr td.color {
  border-right: dashed 1px var(--color4);
}
.rental .pricetable tr:last-child td {
  border-bottom: none;
}
.rental .pricetable tr td span {
  font-size: 16px;
  color: #b3b3b3;
  display: block;
}
.rental .item .btn {
  max-width: 220px;
  margin: 30px auto 0;
}
.rental .item .btn a {
  color: #fff;
  background-color: var(--color2);
  padding: 10px;
  display: block;
  transition: all .3s;
}
.rental .item .btn:hover a {
  color: var(--color2);
  background-color: #fff;
}
.rental .item .btn.yureru-j {
  animation: yureru-j 2s infinite;
}
.rental .item .box .map {
  height: 250px;
  margin-top: 40px;
}
.rental .item .box .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:768px) {
  .rental .section {
    padding-bottom: 40px;
  }
  .rental .item {
    width: 100%;
  }
  .rental .item .cat {
    font-size: 12px;
  }
  .rental .item .box {
    padding: 20px 20px 30px;
  }
  .rental .item .box .title {
    font-size: 25px;
  }
  .rental .item .box .title span {
    font-size: 30px;
  }
  .rental .item .btn {
    max-width: 180px;
  }
  .rental .item .btn a {
    font-size: 14px;
  }
  .rental .item .box .map {
    height: 200px;
  }
}
@keyframes yureru-j {
  0% {
      transform: translate(0px, 2px);
  }
  5% {
      transform: translate(0px, -2px);
  }
  10% {
      transform: translate(0px, 2px);
  }
  15% {
      transform: translate(0px, -2px);
  }
  20% {
      transform: translate(0px, 2px);
  }
  25% {
      transform: translate(0px, -2px);
  }
  30% {
      transform: translate(0px, 0px);
  }
}

/* バナー */
.bnr .section {
  padding-top: 0;
}
.bnr .wrap {
  border: solid 3px #644d20;
  max-width: 650px;
  box-sizing: border-box;
}
.bnr .txt {
  font-size: 20px;
  color: #fff;
  background-color: #644d20;
  padding: 5px 0;
}
@media screen and (max-width:768px) {
  .bnr .txt {
    font-size: 14px;
  }
}

/* SERVICE */
.service {
  color: #fff;
  position: relative;
}
.service::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.service .sectitlebox .secicon,
.service .sectitlebox .sectitle span {
  color: #fff;
}
.service .sectitlebox .sectitle span::before,
.service .sectitlebox .sectitle span::after {
  background-color: #fff;
}
.service .list {
  flex-wrap: wrap;
  gap: 40px 20px;
}
.service .item {
  width: calc((100% - 100px)/6);
  box-sizing: border-box;
}
.service .item .icon {
  font-size: 50px;
  line-height: 1;
}
.service .title {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width:768px) {
  .service .list {
    gap: 20px 10px;
  }
  .service .item {
    width: calc((100% - 20px)/3);
  }
  .service .item .icon {
    font-size: 40px;
  }
  .service .title {
    font-size: 12px;
  }
}

/* FLOW */
.flow {
  position: relative;
}
.flow::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  background-image:  repeating-linear-gradient(45deg, #eae4d1 25%, transparent 25%, transparent 75%, #eae4d1 75%, #eae4d1), repeating-linear-gradient(45deg, #eae4d1 25%, #ffffff 25%, #ffffff 75%, #eae4d1 75%, #eae4d1);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.flow::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flow .list {
  flex-wrap: wrap;
  gap: 60px;
}
.flow .item {
  width: calc((100% - 180px)/4);
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 20px 20px;
  position: relative;
}
.flow .item .num {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.flow .item .num span {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 50vh;
  background-color: var(--color2);
  display: inline-block;
  padding: 0 20px;
}
.flow .item .icon {
  font-size: 40px;
  line-height: 1;
  color: var(--color2);
  margin-bottom: 10px;
}
.flow .item .txt span {
  display: block;
}
.flowarea {
  border: solid 3px var(--color2);
  background-color: #fff;
  padding: 40px;
  margin-top: 40px;
}
.flowarea .box {
  margin-bottom: 40px;
}
.flowarea .box:last-child {
  margin-bottom: 0;
}
.flowarea .boxtitle {
  font-size: 18px;
  margin-bottom: 10px;
}
.flowarea .boxtitle::before {
  content: "●";
  color: var(--color2);
}
.flowarea .boxtxt {
  text-align: justify;
  line-height: 1.75;
}
.flowarea .boxtxt a {
  color: var(--color2);
  text-decoration: underline;
}
@media screen and (max-width:768px) {
  .flow .list {
    gap: 30px 10px;
  }
  .flow .item {
    width: calc((100% - 10px)/2);
    padding: 30px 10px 10px;
  }
  .flow .item .num {
    top: -12px;
  }
  .flow .item .num span {
    line-height: 25px;
    font-size: 14px;
  }
  .flow .item .icon {
    font-size: 30px;
  }
  .flow .item .txt {
    font-size: 14px;
  }
  .flowarea {
    border: solid 2px var(--color2);
    padding: 20px;
    margin-top: 20px;
  }
  .flowarea .box {
    margin-bottom: 30px;
  }
  .flowarea .boxtitle {
    font-size: 16px;
  }
  .flowarea .boxtxt {
    font-size: 14px;
  }
}
@media screen and (min-width:769px) {
  .flow .item:nth-child(1)::after,
  .flow .item:nth-child(2)::after,
  .flow .item:nth-child(3)::after {
    content: "▶︎";
    font-size: 20px;
    color: var(--color2);
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

/* FAQ */
.faq .wrap {
  max-width: 800px;
}
.faq .list {
  flex-wrap: wrap;
  gap: 20px;
}
.faq .item {
  width: 100%;
  background-color: var(--color5);
  padding: 30px;
  box-sizing: border-box;
}
.faq .item .icon {
  width: 30px;
  min-width: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--color2);
}
.faq .item .a_box .icon {
  background-color: var(--color4);
}
.faq .item .q_box,
.faq .item .a_box {
  align-items: flex-start;
  gap: 10px;
}
.faq .item .a_box {
  border-top: dashed 1px var(--color2);
  padding-top: 20px;
  margin-top: 20px;
}
.faq .item .txt {
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width:768px) {
  .faq .item {
    padding: 30px 20px;
  }
  .faq .item .txt {
    font-size: 14px;
  }
}

/* CONTACT */
.contact {
  position: relative;
}
.contact::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.2;
  background-image:  repeating-linear-gradient(45deg, #eae4d1 25%, transparent 25%, transparent 75%, #eae4d1 75%, #eae4d1), repeating-linear-gradient(45deg, #eae4d1 25%, #ffffff 25%, #ffffff 75%, #eae4d1 75%, #eae4d1);
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--color5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.contact .wrap {
  max-width: 600px;
}
.form_container .txt {
  line-height: 1.75;
  margin-bottom: 60px;
}
.form_container .req {
  font-size: 11px;
  color: #fff;
  background: var(--color2);
  display: inline-block;
  padding: 2px 8px;
  margin-left: 1em;
}
.form_container .box {
  margin-bottom: 30px;
}
.form_container .box:last-child {
  margin-bottom: 0;
}
.form_container .title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form_container .box input[type="text"],
.form_container .box input[type="email"],
.form_container .box input[type="tel"],
.form_container .box select {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px var(--color2);
  background: #fff;
  box-sizing: border-box;
}
.form_container .box input[type="tel"].post {
  width: 30%;
}
.form_container .box textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px;
  border-radius: 5px;
  border: solid 2px var(--color2);
  background: #fff;
  box-sizing: border-box;
}
.form_container .privacybox {
  height: 350px;
  border: solid 2px var(--color2);
  border-radius: 5px;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
  overflow-y: scroll;
}
.form_container .privacybox .inn {
  margin-bottom: 30px;
}
.form_container .privacybox .inn:last-child {
  margin-bottom: 0;
}
.form_container .privacybox .sub {
  text-align: justify;
  margin-bottom: 10px;
}
.form_container .privacybox .txt {
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
}
.form_container .privacybox .inn:last-child .txt {
  margin-bottom: 0 !important;
}
.form_container .thanksbox .thankstitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.form_container .thanksbox .thankstxt {
  line-height: 2;
}
.form_container .mwform-checkbox-field {
  text-align: center;
  display: block;
}
.form_container .mwform-checkbox-field-text {
  font-size: 16px;
  font-weight: bold;
}
.formbtn {
  width: 100%;
  max-width: 350px;
  margin: 60px auto 0;
  box-sizing: border-box;
}
.formbtn input {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 58px;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: var(--color2);
  padding: 0;
  display: block;
  cursor: pointer;
  transition: all .3s;
}
.formbtn:hover input {
  color: var(--color2);
  background: #fff;
}
@media screen and (max-width:768px) {
  .form_container .txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .form_container .box input[type="tel"].post {
    width: 50%;
  }
  .form_container .box select {
    appearance: none;
    -webkit-appearance: none;
  }
  .form_container .privacybox {
    height: 280px;
    padding: 20px;
  }
  .form_container .privacybox .sub {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .form_container .privacybox .txt {
    font-size: 13px;
  }
  .form_container .mwform-checkbox-field-text {
    font-size: 14px;
  }
  .form_container .thanksbox .thankstitle {
    font-size: 16px;
  }
  .form_container .thanksbox .thankstxt {
    font-size: 14px;
  }
  .formbtn input {
    appearance: none;
    -webkit-appearance: none;
  }
}