@charset "UTF-8";

.kv {
  position: relative;
  width: 100%;
  height: 1050px;
  /* background: #eee7e0; */
  background-position: top left;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #eee7e0 25%,
    #f7f7f7 50%,
    #fff 50%,
    #fff 75%,
    #eee7e0 75%,
    #eee7e0
  );
  background-color: #eee7e0;
  background-size: 7px 7px;
}

@media (max-width: 767px) {
  .kv {
    position: relative;
    width: 100%;
    height: 780px;
  }
}

.kv .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 96%;
  height: 130px;
  padding: 0;
  width: 96%;
  padding-top: 150px;
}

@media (max-width: 1025px) and (min-width: 768px) {
  .kv .wrapper {
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .kv .wrapper {
    padding-top: 100px;
  }
}

.kv .wrapper .img {
  width: 650px;
  margin-top: 30px;
}
@media (max-width: 1025px) and (min-width: 768px) {
  .kv .wrapper .img {
    width: 550px;
    margin-right: -200px;
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .kv .wrapper .img {
    width: 280px;
    position: relative;
    right: -15%;
    top: -65px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .kv .wrapper {
    height: 80px;
  }
}

@media (max-width: 1025px) and (min-width: 768px) {
  .kv .wrapper .kv_txt {
    margin-right: 300px;
  }
}
@media (max-width: 767px) {
  .kv .wrapper .kv_txt {
    margin-right: 30%;
  }
}

.kv .wrapper .kv_txt h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .kv .wrapper .kv_txt h2 {
    font-size: 14px;
  }
}

.kv .wrapper .kv_txt h2 span {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (max-width: 1010px) {
  .kv .wrapper .kv_txt h2 span {
    font-size: 20px;
  }
}

@media (max-width: 1010px) {
  .kv .wrapper img {
    width: 300px;
  }
}

/* =========================================================
about
========================================================= */
.contents.about {
  background: #fff;
  margin-top: -300px;
  position: relative;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  margin-left: -100px;
  margin-right: -100px;
  padding: 100px 100px 0;
}
@media (max-width: 1300px) and (min-width: 768px) {
  .contents.about {
    margin-top: -370px;
    margin-left: -180px;
    margin-right: -180px;
  }
}
@media (max-width: 1010px) {
  .contents.about {
    margin-top: -310px;
    margin-left: -250px;
    margin-right: -250px;
    padding: 30px 250px 0;
  }
}

.AboutBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.AboutBox .AboutTxt {
  width: 65%;
}

.AboutBox p.main_txt {
  text-align: left;
}

.AboutBox .img {
  width: 35%;
}

@media (max-width: 1010px) {
  .AboutBox .AboutTxt {
    width: 100%;
  }

  .AboutBox .img {
    display: none;
  }
}

/* =========================================================
service
========================================================= */

.service {
  position: relative;
}

.service:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: calc(100% - 700px);
  height: 100%;
  background-position: top left;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #eee7e0 25%,
    #f7f7f7 50%,
    #fff 50%,
    #fff 75%,
    #eee7e0 75%,
    #eee7e0
  );
  background-color: #eee7e0;
  background-size: 7px 7px;
}

@media (max-width: 1010px) {
  .service:after {
    width: calc(100% - 100px);
  }
}

.service .ServiceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto;
}

.service .ServiceList li {
  width: calc(33% - 50px);
}

.service .ServiceList li img {
  margin: 0 auto;
}

.service .ServiceList li p.txt01 {
  text-align: center;
  font-weight: bold;
  margin: 10px 0;
}

@media (max-width: 1010px) {
  .service .ServiceList {
    margin: 30px auto;
  }

  .service .ServiceList li {
    width: 100%;
  }

  .service .ServiceList li:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* =========================================================
guidance
========================================================= */

.guidance {
  background: #eee7e0;
}

.GuidanceList {
  display: flex;
  justify-content: space-between;
}

.GuidanceList li {
  width: calc(33% - 20px);
}

.GuidanceList li a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
  text-align: center;
  background: #fff;
  border-radius: 15px;
  text-align: left;
  position: relative;
}

.GuidanceList li a:hover {
  opacity: 0.9;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.7);
}

.GuidanceList li a::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 13px;
  height: 13px;
  border-top: 2px solid #19110e;
  border-right: 2px solid #19110e;
  transform: rotate(45deg);
}

.GuidanceList li a:hover::after {
  right: 33px;
  transition: 0.2s ease;
}

.GuidanceList li a img {
  width: 80px;
  margin-right: 20px;
}

.GuidanceList li a p span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5px;
  letter-spacing: 2px;
}

/* =========================================================
サービスと料金のご案内
========================================================= */

.plan_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 1010px) {
  .plan_box {
    margin-top: 0px;
  }
}
.plan_box .site_name li {
  width: 47%;
  padding: 5px 0;
  position: relative;
}

@media (max-width: 1010px) {
  .plan_box .site_name li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .plan_box .site_name li::before {
    content: "";
    width: 100%;
    height: 1px;
    border: 1px dashed #b86e55;
    position: absolute;
    margin: auto;
    top: 28px;
  }
}

.plan_box .site_name li .name {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

@media (max-width: 1010px) {
  .plan_box .site_name li .name {
    position: relative;
    background: #f9f5f0;
    padding-right: 8px;
  }

  .plan_box .site_name li .price_txt {
    position: relative;
    background: #f9f5f0;
    padding-left: 8px;
  }
}

.plan_box .price_box {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}

.plan_box .price_txt {
  font-size: 24px;
  color: #b86e55;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  border-top: 2px solid #b86e55;
}

@media (max-width: 1010px) {
  .plan_box .price_txt {
    border: none;
    margin: 0;
    position: relative;
  }
}

.plan_box .price_txt span.zeikomi {
  font-size: 14px;
  margin-left: 5px;
}

.plan_box .service_list {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
  margin-top: 8px;
}

@media (max-width: 1010px) {
  .plan_box .service_list {
    width: 100%;
  }
}

/* =========================================================
tab
========================================================= */
@media (max-width: 1010px) {
  .plan_box .planList:last-child {
    margin-top: 0 !important;
  }
  .tabList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 10px;
    margin: 30px auto 25px;
  }

  .tabList li {
    width: 48.5%;
    margin-bottom: 15px;
    text-align: center;
  }

  .tabList li a {
    background: #f9f5f0;
    /* border-bottom: 2px solid #b86e55; */
    display: block;
    position: relative;
    padding: 10px 5px;
    font-weight: bold;
    border-radius: 6px;
  }
  .tabList li a:hover {
    color: #fff;
    background: #b86e55;
  }

  .tabList li a.active {
    color: #fff;
    background: #b86e55;
  }

  .tabList li a.active:after {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #b86e55;
    border-width: 10px;
    margin-left: -10px;
  }
}

/* =========================================================
制作の流れ
========================================================= */

.frow {
  position: relative;
}

.frow:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 510px;
  z-index: -1;
  width: calc(100% - 510px);
  height: 100%;
  background-position: top left;
  background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #eee7e0 25%,
    #f7f7f7 50%,
    #fff 50%,
    #fff 75%,
    #eee7e0 75%,
    #eee7e0
  );
  background-color: #eee7e0;
  background-size: 7px 7px;
}

@media (max-width: 1010px) {
  .frow:after {
    left: 110px;
    width: calc(100% - 110px);
  }
}

.FlowWrap {
  overflow-x: scroll;
  scroll-behavior: smooth;
  scrollbar-color: #eee7e0 #fff;
  scrollbar-width: thin;
  cursor: pointer;
  padding: 30px 0;
}

@media (max-width: 1010px) {
  .FlowWrap {
    padding: 0;
  }
}

.BoxFlow {
  display: flex;
  overflow-x: hidden;
  width: 2300px;
  gap: 0 60px;
}

@media (max-width: 1010px) {
  .BoxFlow {
    width: 1800px;
    gap: 0 50px;
  }
}

.BoxFlow .item {
  padding: 20px 30px;
  margin: 2em 0;
  background: #fff;
  box-shadow: 0px 0px 0px 10px #fff;
  border: dashed 2px #c67b68;
  border-radius: 6px;
  position: relative;
  width: 500px;
}

@media (max-width: 1010px) {
  .BoxFlow .item {
    padding: 15px 20px;
    width: 260px;
  }
}

.BoxFlow .item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  border-top: 2px solid #b86e55;
  border-right: 2px solid #b86e55;
  width: 18px;
  height: 18px;
  margin: auto;
  transform: rotate(45deg);
  /* transform: rotate(50deg) skewX(10deg); */
}

@media (max-width: 1010px) {
  .BoxFlow .item:not(:last-child):after {
    right: -30px;
  }
}

.BoxFlow .item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 1010px) {
  .BoxFlow .item h3 {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/* =========================================================
お知らせ
========================================================= */

.news-list {
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

.news-list li {
  display: flex;
  gap: 1em;
  border-bottom: 1px solid #ddd;
  transition: 0.3s ease;
}
.news-list li:hover {
  border-bottom: 1px solid #b86e55;
  transition: 0.3s ease;
}
.news-list li a {
  padding: 25px 0;
  width: 100%;
  height: 100%;
}
.news-list .date {
  min-width: 90px;
  padding-right: 20px;
  color: #b86e55;
  font-weight: bold;
}

.news .more {
  text-align: right;
  margin-top: 30px;
}

.news .more a {
  color: #b86e55; /* アクセントゴールド */
  transition: 0.3s ease;
  position: relative;
  padding-right: 13px;
}
.news .more a:hover {
  opacity: 0.7;
  transition: 0.3s ease;
}
.news .more a::after {
  right: 3px;
  transform: rotate(45deg);
}
.news .more a::after {
  content: "";
  position: absolute;
  display: flex;
  width: 9px;
  height: 9px;
  border-top: 1px solid #b86e55;
  border-right: 1px solid #b86e55;
  margin: auto;
  top: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s ease;
}

.news .more a:hover::after {
  right: 0;
  transition: 0.3s ease;
}
