@charset "UTF-8";
/*==============================
ページ共通
==============================*/
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4375;
  background: #f7f1ec;
  font-size: 16px;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 16px;
  }
}

img {
  width: 100%;
}

.section__heading {
  text-align: center;
  margin-bottom: 53px;
}
.section__heading-ja {
  display: block;
  font-size: 32px;
  font-weight: 700;
}
.section__heading-en {
  display: block;
  font-family: "Alata", sans-serif;
  font-size: 18px;
}

@media (min-width: 1200px) {
  .sp-hidden {
    display: block;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .sp-hidden {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

@media (min-width: 1200px) {
  .sp-block {
    display: none;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .sp-block {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp-block {
    display: block;
  }
}

/*==============================
header
==============================*/
.header {
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .header__inner {
    max-width: 100%;
    padding: 0 16px;
  }
}

.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .header__content {
    display: block;
    margin: 0 auto;
  }
}

.header__logo {
  text-align: center;
}
.header__logo img {
  width: 200px;
}

.header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
}
@media (max-width: 767px) {
  .header__nav {
    gap: 12px;
    justify-content: center;
    margin-top: 10px;
  }
}

.header__nav-link {
  font-weight: 700;
  color: #694a3f;
}
.header__nav-link span {
  font-weight: 700;
}
@media (max-width: 767px) {
  .header__nav-link {
    font-size: 12px;
  }
}

.header__contact {
  display: flex;
  flex-direction: column;
}
.header__contact img {
  width: 50px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sp-mail {
    position: fixed;
    right: 10px;
    bottom: 30px;
    background: #fff;
    border: 4px solid #694a3f;
    border-radius: 50%;
    text-align: center;
    width: 70px;
    height: 70px;
  }
  .sp-mail img {
    width: 40px;
    padding-top: 15px;
  }
}

.header__nav-link-pd {
  text-align: center;
}

/*==============================
mv
==============================*/
.mv {
  height: 670px;
  position: relative;
  margin-top: 100px;
}
.mv::after {
  content: "";
  position: absolute;
  background: linear-gradient(102deg, rgba(105, 74, 63, 0.2) 0%, rgba(202, 155, 55, 0.2) 53.12%, rgba(192, 173, 73, 0.2) 100%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv .slider1 {
  z-index: -2;
}
@media (max-width: 767px) {
  .mv {
    margin-top: 120px;
  }
}

.swiper-wrapper {
  z-index: 0;
}

.swiper-slide {
  height: 670px;
}
.swiper-slide img {
  height: 670px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mv__texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 33.3333333333%;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding: 20px 0;
  text-shadow: 7.098px 4.732px 4.732px #fff;
  color: #694a3f;
  height: 100%;
}
@media (max-width: 767px) {
  .mv__texts {
    text-shadow: 1px 1px 4.732px #fff;
    width: 50%;
  }
}

.mv__logo {
  width: 200px;
}

.mv__main {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width:1199px) {
  .mv__main {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .mv__main {
    font-size: 32px;
    margin-top: 20px;
  }
}

.big-text {
  font-size: 151.433px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width:1199px) {
  .big-text {
    font-size: 110px;
  }
}

.mv__sub {
  margin-top: 30px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4;
}
@media (min-width: 768px) and (max-width:1199px) {
  .mv__sub {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mv__sub {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 20px;
    font-size: 18px;
  }
}

/*==============================
event  
==============================*/
.event {
  padding-top: 60px;
  padding-bottom: 55px;
}

.event__inner {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}

.event__content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 53px;
}
@media (max-width: 767px) {
  .event__content {
    display: block;
  }
}
.event__card {
  width: calc(50% - 26.5px);
  display: flex;
  flex-direction: row;
  background: #fff;
  padding: 38px 27px;
  border-radius: 40px;
  align-items: center;
  gap: 10px;
  box-shadow: 4px 3px 9px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease 0s;
  position: relative;
}
.event__card::before {
  display: none;
  content: "NEW";
  position: absolute;
  color: #ff6767;
  font-size: 32px;
  font-weight: bold;
  left: -20px;
  top: -20px;
  transform: rotate(-17.7deg);
}
.event__card.event__card-new::before {
  display: block;
}

@media (max-width: 767px) {
  .event__card::before {
    left: 0px;
  }
}

.event__card:hover {
  transform: translate(-10px, -10px);
  box-shadow: 4px 3px 15px 0px rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) and (max-width:1199px) {
  .event__card {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .event__card {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
	  flex-direction: column;
  }
  .event__card:nth-child(n+2) {
    margin-top: 30px;
  }
}



.event__card-image {
  width: 50%;
  border-radius: 40px;
  position: relative;
}
@media (min-width: 768px) and (max-width:1199px) {
  .event__card-image {
    border-radius: 15px;
  }
}
@media (max-width: 767px) {
  .event__card-image {
    width: 100%;
  }
}
.event__card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  width: 110px;
  height: 110px;
}
@media (min-width: 1200px) {
  .event__card-image img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .event__card-image img {
    width: 100%;
    height: auto;
  }
}

.no-img {
  border-radius: 0;
  width: 126px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event__card-texts {
  width: 288px;
}

.single__info-event {
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #e77e1c;
  background: #fff;
  padding: 10px 102px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .single__info-event {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.event__title {
  color: #694a3f;
  font-size: 16px;
  font-weight: 700;
}

.event__time {
  color: #694a3f;
  margin-top: 10px;
  font-size: 12px;
}

.button {
  padding: 4px 28px;
  background: #694a3f;
  color: #fff;
  border-radius: 40px;
  font-family: "Alata", sans-serif;
  font-size: 16px;
}

.event__button {
  margin-top: 25px;
}

.slider2 {
  height: 320px;
}
.slider2 img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 320px;
}
@media (max-width: 767px) {
  .slider2 img {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .slider2 {
    height: 200px;
  }
}

.flag {
  position: absolute;
  width: 320px;
  height: 205px;
  top: -140px;
}
@media (max-width: 767px) {
  .flag {
    width: 160px;
    top: -90px;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .flag {
    width: 280px;
    top: -196px;
  }
}

.flag01 {
  left: 10%;
}
@media (max-width: 767px) {
  .flag01 {
    left: 5%;
  }
}

.flag02 {
  right: 10;
  right: 5%;
}

/*==============================
points
==============================*/
.points {
  padding-top: 120px;
  padding-bottom: 90px;
  position: relative;
}
@media (max-width: 767px) {
  .points {
    padding-top: 60px;
  }
}

.points__container {
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-top: 100px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .points__container {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .points__container {
    display: block;
  }
}

.points__column2 {
  margin-top: 123px;
}

.points__card {
  position: relative;
  background: #fff;
  padding: 33px 24px;
  border-radius: 40px;
}
.points__card:nth-child(2) {
  margin-top: 160px;
}
@media (max-width: 767px) {
  .points__card:nth-child(2) {
    margin-top: 100px;
  }
}
.points__card .sp-points__card {
  margin-top: 100px;
}
.points__card .point__title {
  font-size: 21px;
  font-weight: 700;
  background-image: linear-gradient(90deg, #fcd49f, #fcf69f); /* マーカーの色を指定 */
  background-repeat: no-repeat;
  background-position: left bottom; /* マーカーの発生位置を左下に設定 */
  background-size: 0 40%; /* マーカーの横幅 / 縦幅 */
  transition: all 0.8s ease; /* マーカーを引く速度 */
  display: inline;
}
@media (min-width: 768px) and (max-width:1199px) {
  .points__card .point__title {
    font-size: 18px;
  }
}
.points__card:hover {
  cursor: pointer;
}
.points__card:hover .point__title {
  font-size: 24px;
  background-size: 100% 40%;
}

.sp-points__card {
  margin-top: 100px;
}

.point__card-title {
  position: absolute;
  width: 270px;
  top: -67px;
  left: 0;
}
.point__image {
  width: 398px;
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .point__image {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .point__image {
    width: 100%;
  }
}

.point__logo {
  width: 250px;
  margin: 0 auto;
}

.point__texts {
  color: #694a3f;
}

.point__description {
  font-size: 18px;
  letter-spacing: 0.9px;
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .point__description {
    font-size: 16px;
  }
}

.button__container {
  text-align: center;
}

.points__button {
  font-size: 21px;
  padding: 12px 48px;
  background: #fff;
  border: 2px solid #694a3f;
  color: #694a3f;
  transition: all 0.4s ease 0s;
  font-weight: 700;
  margin-top: 30px;
}
.points__button:hover {
  background: #694a3f;
  border: 2px solid #694a3f;
  color: #fff;
}

.points__bg {
  position: absolute;
  z-index: -1;
}

.points__bg1 {
  top: 0;
  left: 0;
  width: 27%;
}
@media (max-width: 767px) {
  .points__bg1 {
    display: none;
  }
}

.points__bg2 {
  bottom: 0px;
  right: 0;
  width: 68%;
}

/*==============================
works
==============================*/
.works {
  padding-bottom: 60px;
  background: #fff;
}

.works__inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.works__heading {
  background: #694a3f;
  color: #fff;
  padding: 15px 0;
}

.works__section__heading {
  margin-bottom: 0;
}

.works__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .works__container {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .works__item {
    width: calc(33.3% - 61.3333333333px);
  }
  .works__item:nth-child(n+4) {
    margin-top: 80px;
  }
}
@media (min-width: 768px) and (max-width:1199px) {
  .works__item {
    width: 47%;
  }
  .works__item:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .works__item {
    width: 100%;
  }
  .works__item:nth-child(n+2) {
    margin-top: 30px;
  }
}
.works__item:hover img {
  transform: scale(1.2);
  opacity: 0.7;
}

.works__image {
  overflow: hidden;
  border-radius: 40px;
}
.works__image img {
  transition: all 1s ease 0s;
  height: auto;
}
@media (max-width: 767px) {
  .works__image img {
    height: auto;
  }
}

.works__texts {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .works__texts {
    margin-top: 5px;
  }
}

.works__title {
  color: #694a3f;
  font-size: 18.545px;
  font-weight: 700;
}

.works__button__container {
  margin-top: 64px;
}

.works__button {
  font-size: 16px;
  padding: 12px 48px;
  background: #fff;
  border: 2px solid #694a3f;
  color: #694a3f;
  transition: all 0.4s ease 0s;
  font-weight: 700;
}
.works__button:hover {
  background: #694a3f;
  border: 2px solid #694a3f;
  color: #fff;
}

/*==============================
footer
==============================*/
.footer {
  background: #694a3f;
}

.copyright {
  max-width: 1240px;
  margin: 0 auto;
  color: #fff;
  text-align: right;
  padding: 20px 0;
}
.copyright small {
  font-family: "Alata", sans-serif;
  font-size: 12px;
}

/*==============================
施工事例ページ
==============================*/
.work {
  padding-top: 60px;
  padding-bottom: 110px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .work {
    margin-top: 120px;
    padding-top: 30px;
  }
}

.work__heading {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .work__heading {
    margin-bottom: 30px;
  }
}

.work__title {
  color: #694a3f;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .work__title {
    font-size: 28px;
  }
}

.work__top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 75px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .work__top {
    display: block;
  }
}
@media (max-width: 767px) {
  .work__top {
    display: block;
  }
}

.work__main-image {
  width: 632px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .work__main-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .work__main-image {
    width: 100%;
    margin-bottom: 60px;
  }
}

.work__texts {
  width: 330px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .work__texts {
    width: 100%;
    margin-top: 20px;
  }
}

.work__text {
  font-size: 18px;
  line-height: 29.506px;
}
.work__text:nth-child(n+2) {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .work__text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .work__text {
    font-size: 16px;
  }
}

.work__gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .work__gallery {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .work__gallery {
    display: block;
  }
}

.work__gallery-image {
  width: 470px;
}
@media (min-width: 768px) and (max-width:1199px) {
  .work__gallery-image {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .work__gallery-image {
    width: 100%;
    margin-top: 30px;
  }
}

.work__gallery-row {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 767px) {
  .work__gallery-row {
    display: block;
  }
}

.work__gallery-column {
  gap: 60px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .work__gallery-column {
    display: block;
  }
}

/*==============================
イベント個別ページ
==============================*/
.single {
  margin-top: 100px;
  padding-bottom: 110px;
}

.single__heading {
  padding-top: 60px;
  margin-bottom: 20px;
  color: #694a3f;
}

.single__title {
  font-size: 32px;
  font-weight: 700;
}

.single__date {
  margin-top: 10px;
}

.single__main-image img {
  border-radius: 40px;
}

.single__thumbnail {
  border-radius: 40px;
}

.single__content {
  margin-top: 40px;
}

.single__text:nth-child(n+2) {
  margin-top: 40px;
}

.single__ad {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.single__ad-image {
  width: 250px;
  overflow: hidden;
  border-radius: 40px;
}
.single__ad-image img {
  transition: all 0.7s ease 0s;
  border-radius: 40px;
}
.single__ad-image img:hover {
  transform: scale(1.1);
}

.ad-yoko {
  width: 400px;
}

.singale__info {
  margin-top: 35px;
}

.single__info-icon {
  padding: 2px 21px;
  background: #fff;
  display: inline-block;
  border: 2px solid #694a3f;
  border-radius: 10px;
  color: #694a3f;
  font-weight: 700;
}

.single__info-text {
  margin-top: 5px;
  font-size: 18px;
  font-weight: bold;
}

.single__info-place {
  margin-top: 20px;
}

.google-map {
  display: flex;
  text-align: center;
  gap: 5px;
}

.google-map--icon {
  width: 16px;
  height: 20px;
}

.map-text {
  color: #ff6767;
  font-family: "Alata", sans-serif;
  margin-top: 3px;
}

.gallery {
  transition: all 0.7s ease 0s;
}
.gallery:hover {
  opacity: 0.7;
}

.tell {
  font-size: 21px;
  color: #694a3f;
  font-weight: 700;
  display: inline-block;
}
.tell a {
  font-weight: 700;
  border-bottom: 1px solid #694a3f;
}

/*==============================
イベントページ　モーダル 
==============================*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

/*==============================
施工事例一覧
==============================*/
.works-page {
  margin-top: 100px;
  padding-bottom: 110px;
  background: #f7f1ec;
}

.workspage__button__container {
  text-align: left;
  margin-top: 15px;
}
.workspage__button__container .works__button {
  padding: 4px 28px;
}
@media (max-width: 767px) {
  .workspage__button__container {
    margin-top: 5px;
  }
}

.works-page__heading, .event-page__bg {
  background: url(../img/works-bg.png);
  background-size: cover;
  height: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .works-page__heading, .event-page__bg {
    height: 200px;
  }
}

.event-page__bg {
  background: url(../img/eveny-bg.jpg) no-repeat center center/cover;
}

.works-page__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  width: 100%;
  text-align: center;
}

.works-page__title-ja {
  display: block;
  padding-top: 20px;
  color: #694a3f;
  font-size: 36px;
  font-weight: 700;
}

.works-page__title-en {
  display: block;
  padding-bottom: 20px;
  color: #694a3f;
  font-size: 18px;
  font-weight: 700;
  font-family: "Alata", sans-serif;
  margin-top: 5px;
}

.is-layout-flex {
  margin-top: 40px;
}

/*==============================
archive
==============================*/
.archive-content {
  margin-top: 100px;
}

.archive__inner {
  margin-top: 60px;
}

.pagenation {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
  margin-top: 70px;
  align-items: center;
}

.napenation__link.is-page {
  padding: 2px 6px;
  border: 1px solid #694a3f;
}

/*==============================
akiya
==============================*/
.akiya {
  height: 100%;
  background: url(../img/akiya-bg-pc.png) no-repeat center center/cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .akiya {
    background: url(../img/akiya-bg-sp.png) no-repeat center center/cover;
  }
}

.akiya__content {
  padding-top: 30px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  text-align: center;
}

.akiya__logo img {
  width: 335px;
}
@media (max-width: 767px) {
  .akiya__logo img {
    width: 210px;
  }
}

.akiya__text-content {
  color: #694a3f;
}

.akiya__main-text {
  font-size: 48px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .akiya__main-text {
    margin-top: 10px;
    font-size: 24px;
  }
}

.akiya__description {
  top: 5px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .akiya__description {
    margin-top: 16px;
  }
}

.akiya__button {
  margin-top: 27px;
}
@media (max-width: 767px) {
  .akiya__button {
    margin-top: 55px;
  }
}

.akiya-button {
  display: inline-block;
  padding: 19px 77px;
  background: #fff;
  border: 2px solid #694a3f;
  border-radius: 10px;
  font-size: 21px;
  font-weight: bold;
  color: #694a3f;
  transition: all 0.3s;
}
.akiya-button:hover {
  background: #694a3f;
  color: #fff;
}
@media (max-width: 767px) {
  .akiya-button {
    padding: 12px 40px;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */