@charset "UTF-8";

a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

/* グローバルナビ */
.c-nav {
  padding: 10px 0px;
}
.c-nav__inner {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  max-width: 1240px;
}
@media screen and (min-width: 768px) {
  .c-nav__inner {
    height: auto;
  }
}
.c-nav__inner li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 50px;
  /* width: calc(100% / 4); */
  padding: 5px;
  transition: all ease 0.3s;
}

/* .c-nav__inner li:hover{
  background-color: #fff;
} */

@media (min-width: 992px) {
  .c-nav__inner li {
    min-height: 70px;
    /* width: calc(100% / 7); */
  }
}

.c-nav__inner li:not(:last-child):hover {
  background:rgba(255, 255, 255, 0.3) ;
}

.c-nav__inner li .header_sns {
  display: flex;
  gap: 15px;
}
.c-nav__inner li .header_sns li {
  width: 30px;
  height: 30px;
}
.c-nav__inner li .header_sns li:hover{
  background: none;
}
.c-nav__inner li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: none;
  transform: none;
  color: #fff;
}

.c-nav__inner li a img {
  width: 30px;
  height: 30px;
}
/* レイアウト調整 */
.c-lower-content {
  margin-top: 2%;
}

/* ブログ導線 */
.c-lower-mv,
.p-made-mv {
  position: relative;
}
.blog-guide-button {
  position: absolute;
  right: 0px;
  bottom: -1px;
  display: block;
  margin: 0px;
  padding: 4px 12px;
  background: #fff;
  color: #62a5b0;
  font-size: 16px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 游ゴシック,
    YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}

@media screen and (min-width: 768px) {
  .blog-guide-button {
    bottom: 0px;
  }
}

.blog-guide-button .icon {
  display: inline-block;
  margin: 0px 0px 0px 5px;
  color: #62a5b0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-guide-button:hover .icon {
  transform: translateX(10px);
}

/* TOPページサムネイル */
.p-home-sec-lv1__slider__box{
  height: 100%;
}
.p-home-sec-lv1__slider__box img {
  height: 350px;
  object-fit: cover;
}
p-home-sec-lv1__slider__box:hover {
  opacity: 0.8;
}
.p-home-sec-lv1__slider__box__item {
  padding: 20px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-home-sec-lv1__slider__box__item h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

/* TOPページボタン */
a.toppagebutton {
  background-color: #62a5b0;
  color: #fff;
  font-size: 16px;
  border: none;
  margin:30px 0 0 auto;
  border: 1px solid #fff;
}
a.toppagebutton:hover {
  background:#ffffff ;
  color: #62a5b0;
  border: 1px solid #62a5b0;
}

a.toppagebuttonborder {
  color: #62a5b0;
  border: 1px solid #62a5b0 !important;
  background-color: transparent;
  font-size: 16px;
  border: none;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  a.toppagebuttonborder {
    margin: initial;
    margin-left: auto;
  }
  
}

a.toppagebuttonborder:hover {
  color: #fff !important;
  background: #62a5b0 !important;
}

.toppagebuttonborder.message{
  position: relative;
  margin: 30px 0 0 auto;
}


.toppagebuttonborder.message::before{
  content: '';
  position: absolute;
  top: 50%;
  left: -135%;
  height: 1px;
  width: 280px;
  background-color: #62a5b0;
}



/* ぱんくず */
.c-breadcrumbs li {
  font-size: 16px !important;
}

/* こだわり */
.p-commitment-row02__area {
  font-size: 16px;
}
.p-commitment-row02__area h2 {
  margin: 0px 0px 20px 0px;
  font-size: 24px !important;
}
@media screen and (min-width: 768px) {
  .c-lower-content .p-commitment-row02__img {
    width: 35%;
  }
  .c-lower-content .p-commitment-row02__area {
    margin-top: 0;
    width: 60%;
  }
  .c-lower-content .p-commitment-row02__area h2 {
    margin: 0px 0px 30px 0px;
    font-size: 36px !important;
  }
}

/* 施工実績 */
.p-blog-card {
  border: 1px solid #ccc;
}
.p-blog-card a:hover {
  opacity: 0.9;
}
.p-blog-card h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.p-made-sec-lv1 {
  padding: 40px 0px;
}
.p-made-sec-lv2__group__box-lv1__heading {
  padding: 20px;
  margin: 0px auto;
  margin-bottom: 20px;
}
.p-made-sec-lv2__group__box-lv1__heading h2 {
  background: transparent !important;
}
.nayami-image img {
  width: 100px;
  margin: 0px auto;
  margin-bottom: 20px;
}
.nayami-cotent {
  padding: 20px;
}

/* 問い合わせ */
.p-contact-catch {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-contact-catch {
    font-size: 20px;
    font-weight: bold;
  }
}
.contact-heading {
  font-size: 16px;
  font-weight: bold;
  background: #ffffff;
  border-radius: 25px;
  border: 1px solid #666666;
  padding: 4px 15px;
  margin: 0px auto 15px auto;
  max-width: 400px;
  text-align: center;
}

.p-contact-heading {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-contact-heading__box {
    max-width: 50% !important;
  }
}
.p-contact-heading__box__inner {
  font-size: 16px !important;
  line-height: 1.6;
  height: auto;
  min-height: 230px;
}
.contact-qr_code {
  display: block;
  width: 150px;
}

.p-contact-caution {
  margin: 0px;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-contact-caution {
    width: 100%;
  }
}
.copyright {
  font-size: 14px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  margin-top: 30px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .copyright {
    margin-top: 65px;
  }
}

@media screen and (min-width: 768px) {
  .p-contact-caution {
    margin-top: 65px;
  }
}

/* top slider */
.swiper-parent {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .swiper-parent {
    position: relative;
    margin-bottom: 40px;
  }
}

.swiper-container {
  /* width: 100%; */
  height: 100%;
  max-width: 990px;
}

@media screen and (min-width: 768px) {
  .p-contact-caution {
    width: calc(100% - 100px);
    
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide-link {
  display: block;
  width: 100%;
  height: 100%;
}
.p-home-sec-lv1__linkto-inner .p-home-sec-lv1__linkto:hover {
  background: #efefef;
}

.swiper-button-prev,
.swiper-button-next {
  top: calc((100% - 50px) * 0.5);
  color: #62a5b0!important;
  top: 45% !important;
}

@media screen and (min-width: 768px) {
  .swiper-button-prev  {
    left: 115px !important;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: 115px !important;
  }
}

/*
 * editor style
 *------------------------------------------
 */
.content-area-html img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0px auto 15px 0px;
}
.content-area-html strong {
  font-weight: bold;
}
.content-area-html ol,
.content-area-html ul {
  list-style: initial;
  padding-left: 30px;
}
.content-area-html a {
  color: #0000ff;
}
.content-area-html a:hover {
  text-decoration: underline;
}
.content-area-html p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}
.content-area-html h1 {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 5px 10px;
  font-size: 30px;
  background-color: #d0e4e7;
}
.content-area-html h2 {
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 5px 10px;
  font-size: 30px;
  background-color: #d0e4e7;
}
.content-area-html h3 {
  display: block;
  margin: 0px 0px 15px 0px;
  padding: 0px;
  font-size: 26px;
}
.content-area-html h4 {
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 22px;
}
.content-area-html h5 {
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 18px;
}
.content-area-html h6 {
  display: block;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-size: 14px;
}
.p-blog-detail-heading {
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 0px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2em;
  background: transparent !important;
  background-color: transparent !important;
}
.p-blog-heading {
  display: block;
  margin: 0px 0px 30px 0px;
  padding: 5px 10px;
  background-color: #fafafa;
}
.p-blog-pagenate02 a {
  display: block;
  width: 203px;
  height: 42px;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  line-height: 42px;
  border: 1px solid #62a5b0;
  background-color: #62a5b0;
  color: #ffffff;
}
.p-blog-pagenate02 a:hover {
  opacity: 0.8;
}

.examples_gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px 30px 0px;
  width: 100%;
}
.examples_gallery_item {
  display: block;
  width: 25%;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.examples_gallery_item:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.examples_gallery_item img {
  display: block;
  max-width: 100%;
  margin: 0px auto;
}

/*
 * footer
 * -------------------------------------------------------------------
 */
.footer-sns {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0px 0px 15px 0px;
}
.footer-sns-item {
  display: block;
  padding: 5px;
}
.footer-sns-item .link {
  display: block;
  font-size: 12px;
  color: #ffffff;
  padding: 10px 10px;
  border-radius: 6px;
}
.footer-sns-item .link:hover {
  transform: translateY(-3px);
}
.footer-sns-item .link i {
  color: #ffffff;
}
.footer-sns-item .link-line {
  background: #00b900;
}
.footer-sns-item .link-facebook {
  background: #3c5a99;
}
.footer-sns-item .link-instagram {
  background: #d93177;
  /*
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    */
}
@media screen and (min-width: 768px) {
  .footer-sns-item {
    display: block;
    padding: 10px;
  }
  .footer-sns-item .link {
    font-size: 16px;
    padding: 10px 15px;
  }
}
/*
 * banner
 * -------------------------------------------------------------------
 */
.banner-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .banner-wrap {
    flex-wrap: nowrap;
  }
}
.banner {
  display: flex;
  align-items: stretch;
  margin: 10px 0px;
  width: 100%;
  opacity: 1;
}
.banner:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .banner {
    width: 50%;
    margin: 20px;
  }
}
.banner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  padding: 20px;
}
.banner-icon i {
  font-size: 40px;
  color: #ffffff;
}
.banner-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 100px);
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.banner-content .title {
  display: block;
  margin: 0px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.banner-content .message {
  padding: 5px 10px;
  color: #888;
}
/* facebook */
.banner-facebook {
  border: 4px solid #3b5998;
}
.banner-facebook .banner-icon {
  background: #3b5998;
}
.banner-facebook .banner-content .title {
  color: #3b5998;
  border-bottom: 2px solid #3b5998;
}
.banner-facebook .banner-content .message {
  color: #3b5998;
}
/* instagram */
.banner-instagram {
  border: 4px solid #d93177;
  color: #d93177;
}
.banner-instagram .banner-icon {
  background: #d93177;
}
.banner-instagram .banner-content .title {
  color: #d93177;
  border-bottom: 2px solid #d93177;
}
.banner-instagram .banner-content .message {
  color: #d93177;
}

/*
 * cta
 * -------------------------------------------------------------------
 */
/**************/
/* cta-footer */
/**************/
.cta-footer-padding {
  padding-bottom: 110px;
}
@media (min-width: 992px) {
  .cta-footer-padding {
    padding-bottom: 70px;
  }
}

.cta-footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  border-top: 1px solid #ccc;
  width: 100%;
  height: 60px;
  padding: 10px 0;
  text-align: center;
  z-index: 99;
  overflow: hidden;
}
.cta-footer .cta-footer-content {
  display: flex;
  flex-wrap: nowrap;
  margin: 0px auto;
  max-width: 1000px;
}
.cta-footer .cta-footer-content .cta-footer-button {
  display: block;
  margin: 0px 10px 10px 10px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  font-size: 14px;
  background-color: #62a5b0;
  background: linear-gradient(to right, #62a5b0 0%, #62a5b0 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  border-radius: 50px;
}
.cta-footer .cta-footer-content .cta-footer-button i {
  color: #ffffff;
}
.cta-footer .cta-footer-content .cta-footer-button.line {
  background: #00b900;
}

.cta-footer.in {
  display: block;
}

@media (min-width: 992px) {
  .cta-footer {
    height: 70px;
  }
  .cta-footer .cta-footer-content {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px auto;
    max-width: 1000px;
  }
  .cta-footer .cta-footer-content .cta-footer-button {
    display: block;
    margin: 0px 10px 0px 10px;
    height: 50px;
    line-height: 50px;
  }
}
