@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  color: #5f5f5f;
  font-size: 16pxm;
  font-family: "FOT-筑紫Aオールド明朝 Pr6N L";
  overflow-x: hidden;
}
@media (min-width: 768px) {
  body {
    line-height: 1.8;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

p {
  font-family: "FOT-筑紫Aオールド明朝 Pr6N L";
  font-weight: 400;
  font-style: normal;
}

.goshic {
  font-family: "FP-ヒラギノUD角ゴF StdN W3";
}

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  color: inherit;
  line-height: 1.5;
}

h1 {
  font-size: 36px;
  font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));
}

h2 {
  font-size: 24px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}

h3 {
  font-size: 20px;
  font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
}

h4 {
  font-size: 18px;
  font-size: calc(1.8rem + ((1vw - 0.64rem) * 0.7143));
}

@media (max-width: 576px) {
  body {
    line-height: 2;
  }

  h1 {
    font-size: 2.4rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.6rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 2rem;
  }
}
header {
  width: 100%;
  position: relative;
  background: #fff;
}
@media (min-width: 768px) {
  header {
    position: fixed;
    height: 87px;
    z-index: 99;
    background: #ffffffe3;
  }
}
@media (min-width: 1111px) {
  header {
    height: 108px;
  }
}



header nav h1 {
  font-size: 3em;
  line-height: 0.8em;
  padding-bottom: 3%;
}
header nav h1 img {
  max-width: 150px;
}
@media (min-width: 768px) {
  header nav h1 {
    line-height: 1.2em;
  }
  header nav h1 img {
    max-width: 200px;
  }
}
@media (min-width:1200px){
  header nav h1 {
    line-height: 1em;
  }
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
header nav ul li {
  display: inline-block !important;
  margin: 0 15px;
  line-height: 2.5em;
}

@media (max-width:1100px){
  header nav ul li {
    font-size: .9rem;
    line-height:1rem;
    margin: 0 10px;
  }
}

header nav a {
  text-decoration: none;
  color: #5f5f5f;
}
header #toggle {
  display: none;
}
@media (max-width: 768px) {
  header {
    position: fixed;
    background: rgba(255, 255, 255, 0);
    z-index: 999;
    height: 60px;
  }
  header h1 img {
    position: absolute;
    top: 14px;
    width: auto;
    height: 22px;
  }
  header #toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 30px;
    height: 22px; 
    top: 20px;
    right: 10px;
    z-index: 9999;
    cursor: pointer;
  }
  header #toggle span {
    position:absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    top: 8px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header #toggle span::after, header #toggle span::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }
  header #toggle span::before {
    top: 10px;
  }
  header #toggle span::after {
    top: -10px;
  }
  header #toggle.open span {
    background: rgba(255, 255, 255, 0);
    background: #5f5f5f00;
  }
  header #toggle.open span::before {
    top: 0px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    background: #5f5f5f;
  }
  header #toggle.open span::after {
    top: 0px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    background: #5f5f5f;
  }
}
@media (max-width: 768px) {
  #navContents {
    display: block;
    position: fixed;
    top: 0;
    right: -350px;
    width: 80%;
    height: 100%;
    max-width: 350px;
    background: #fff;
    z-index: 999;
    padding-top: 40px;
    -webkit-transition: .1s;
    transition: .1s;
  }
  #navContents ul {
    display: block;
    padding-left: 0;
  }
  #navContents ul li {
    width: 100%;
    border-right: none;
    padding: 0;
  }
  #navContents ul li a {
    display: block;
    padding: 10px 20px;
  }
  #navContents.open {
    right: 0;
  }
}

@media (max-width: 768px) {
  #SclHeaderView {
    -webkit-transition: .2s;
    transition: .2s;
  }
  #SclHeaderView.bkW {
    background: #fff;
  }
  #SclHeaderView.bkW #toggle span, #SclHeaderView.bkW #toggle span::before, #SclHeaderView.bkW #toggle span::after {
    background: #5f5f5f;
  }
  #SclHeaderView.bkW #toggle.open span{   
    background: #5f5f5f00;
    }
}


@media (max-width: 1110px){
  .head-onlinebtn{
    min-width: 70px!important;
  }
}

@media (max-width: 768px){  
    .container{
      padding-left: 50px;
      padding-right: 50px;
    }

    .container.px-25{
      padding-left: 25px;
      padding-right: 25px;
    }
    .pl-25{
      padding-left: 25px !important;
    }
}

.slick-vertical .slick-slide {
  border: none;
}

.slick-list.draggable, .slick-track {
  padding: 0;
}

.flow-slide-top div, .flow-slide-under div {
  padding: 2.5px 5px;
}
@media (min-width: 768px) {
  .flow-slide-top div, .flow-slide-under div {
    padding: 6px 12px;
  }
}

main, .flont-page {
  padding-top: 0px;
}
@media (min-width: 768px) {
  main, .flont-page {
    padding-top: 87px;
  }
}
@media (min-width: 1100px) {
  main, .flont-page {
    padding-top: 108px;
  }
}
main section,.flont-page section {
  padding: 100px 0;
}
main p,.flont-page p {
  line-height: 3rem;
}

.slide-m div {
  height: 100vh;
  background: #333;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-box {
  position: relative;
}
.top-box .text {
  padding-left: 35px;
  padding-right: 35px;
  z-index: 1;
}
@media (min-width: 768px) {
  .top-box .text {
    position: absolute;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .top-box .text {
    padding-left: 70px;
    padding-right: 70px;
  }
}

.top-box .text h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1em;
  font-size: 4rem;
}
@media (min-width: 768px) {
  .top-box .text h2 {
    font-size: 5rem;
  }
}
.top-box .text hr {
  margin: 50px 0;
  width: 74px;
}
.top-box .text.right {
  right: 0;
  bottom: -45%;
}
@media (min-width: 768px) {
  .top-box .text.right {
    bottom: -22vw;
  }
}
@media (min-width: 992px) {
  .top-box .text.right {
    bottom: -15vw;
  }
}


@media (max-width:568px){
    h2.h2fs{
    font-size: 3.5rem !important;
  }
}

.viewmore{ width: 200px;}
@media (min-width: 768px){
    .viewmore{ width: 250px;}
}

.img-make3 {
  max-width: 35%;
}
@media (min-width: 768px) {
  .img-make3 {
    width: 85%;
    max-width: 380px;
  }
}

.flow-slide {
  margin-top: 0;
}
@media (min-width: 768px) {
  .flow-slide {
    margin-top: 20vw;
  }
}

.craftsmans{
  width:100%;
  max-width:660px;
}

dl dt, dl dd {
  border-bottom: 1px solid;
  margin-bottom: 0;
  font-weight: normal;
  padding: 10px 0;
  font-family: "FP-ヒラギノUD角ゴF StdN W3";
}

ul.list-kome{
  padding-left: 0;
}
ul.list-kome li{
  position: relative;
  margin-left: 18px;
}
ul.list-kome li::before{
  position: absolute;
  left: -18px;
    content: '※';
}

.tel-number a {
    color:#fff;
    text-decoration:none;
    }

footer {
  text-align: center;
}
footer h1 {
  margin: 0;
  line-height: 0;
}
footer p {
  line-height: 2em;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer ul li {
  display: inline-block;
  padding: 0 10px;
}

/* fade
==================================================== */
.fades {
  position: relative;
  opacity: 0;
}
.fades.fade-up {
  top: 50px;
}
.fades.faed-animate {
  -webkit-animation: fade 1s forwards;
          animation: fade 1s forwards;
}
.fades.faed-animate.fade-up {
  -webkit-animation: fadeup 1s ease forwards;
          animation: fadeup 1s ease forwards;
}
.fades.faed-animate.fade-up.shift {
  -webkit-animation: fadeup 1s ease .2s forwards;
          animation: fadeup 1s ease .2s forwards;
}

@-webkit-keyframes fade {
  100% {
    opacity: 1;
  }
}

@keyframes fade {
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeup {
  100% {
    opacity: 1;
    top: 0px;
  }
}
/* スワイプスライダー
==================================================== */
.swipe-slider-wrap {
  position: relative;
  padding: 40px 0;
  overflow-x: hidden;
  text-align: center;
}
.swipe-slider-wrap p{
  line-height: 2em;
}
.swipe-slider-wrap .swipe-slider-prevBtn, .swipe-slider-wrap .swipe-slider-nextBtn {
  position: relative;
  margin: auto;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.swipe-slider-wrap .swipe-slider-prevBtn::before {
  content: '＜';
  margin-right: 20px;
}
.swipe-slider-wrap .swipe-slider-nextBtn::before {
  content: '＞';
  margin-left: 20px;
}
.swipe-slider-wrap .swipe-slider-dots {
  display: none;
  position: relative;
  bottom: 0px;
  left: 0%;
}
.swipe-slider-wrap .swipe-slider-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swipe-slider-wrap .swipe-slider-dots ul li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 100px;
  margin: 10px;
  background: #ddd;
  cursor: pointer;
}
.swipe-slider-wrap .swipe-slider-dots ul li.active {
  background: #999;
}

.swipe-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: .2s;
  transition: .2s;
}
.swipe-slider div {
  background: url(../img/back-img-wh.jpg) no-repeat;
  background-size: cover;
  margin: 0 10px;
  padding: 10px 5px;
  width: 100%;
  min-width: 300px;
}
@media (min-width: 576px) {
  .swipe-slider div {
    margin: 0 25px;
    padding: 10px 10px;
    min-width: 600px;
  }
}
@media (min-width: 768px) {
  .swipe-slider div {
    padding: 10px 20px;
    min-width: 800px;
  }
}

/* マージン設定
==================================================== */
.np {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .np .row {
    margin-right: 0;
    margin-left: 0;
  }
}
.nm .row {
  margin-right: 0;
  margin-left: 0;
}

.margin0 {
  margin-left: -30px;
  margin-right: -30px;
}

.pr-5 {
  padding-right: 50px;
}

.pl-5 {
  padding-left: 50px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-180 {
  margin-top: 180px;
}

.mb-110 {
  margin-bottom: 110px;
}

.pt-110 {
  padding-top: 110px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width:768px){
    .px-50 {
      padding-left: 35px;
      padding-right: 35px;
    }
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.m-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.m-70 {
  margin-top: 70px;
  margin-bottom: 70px;
}

.m-80 {
  margin-top: 80px;
  margin-bottom: 80px;
}

.m-110 {
  margin-top: 110px;
  margin-bottom: 110px;
}

.p-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 767.98px) {
  .mt-40, .mt-70, .mt-80, .mt-110 {
    margin-top: 20px;
  }

  .mb-40, .mb-70, .mb-80, .mb-110 {
    margin-bottom: 20px;
  }

  .pt-40, .pt-70, .pt-80, .pt-110 .pt-200 {
    padding-top: 50px;
  }

  .pb-40, .pb-70, .pb-80, .pb-100, .pb-110 {
    padding-bottom: 20px;
  }

  .m-40, .m-70, .m-80, .m-110 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .p-40, .p-80, .p-110 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-60 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .px-60 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .px-100 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .pl-md-140 {
    padding-left: 20px;
  }

  .pr-md-140 {
    padding-right: 20px;
  }

  .mt-md-50 {
    margin-top: 50px;
  }
}
@media (min-width: 768px) {
  .mt-md-100 {
    margin-top: 100px;
  }
  
  .mb-md-0 {
    padding-bottom: 0px;
  }

  .pt-md-100 {
    padding-top: 100px !important;
  }

  .px-md-70 {
    padding-left: 70px;
    padding-right: 70px;
  }

  .pt-md-0 {
    padding-top: 0;
  }

  .py-md-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .px-md-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .pr-md-5 {
    padding-right: 50px !important;
  }

  .pl-md-5 {
    padding-left: 50px !important;
  }
}
@media (max-width: 990px) {
  .pl-250 {
    padding-left: 0px;
  }

  .fs-1_5 {
    font-size: 1.1em;
  }
}

/*# sourceMappingURL=adonis.css.map */