/*------------------------------------------------------------------------------
  PC or ALL
------------------------------------------------------------------------------*/


.header{
  background: #fff;
}
.pc .header-logo{
  width: 273px;
}
.header-nav > ul > li{
  margin: 0 16px;
}
.pc .mainvisual{
  height: calc(100vh - 190px);
  margin: 0 0 28px 0;
}
.mainvisual-catch div.copy{
  font-weight: normal;
}

.box .btn a{
  background: #4e2811;
}
.pc .box .btn a{
  padding: 13px 60px 12px 40px;
}
.title-type01:before, .title-type03:before,
.title-type02:before, .title-type04:before{
  height: 1px;
  width: 40px;
}
.box-wrap.sm{
  max-width: 1164px;
  padding: 0 20px;
}

.box-wrap.lg.main-greeting{
  .image-text-type02 .image{
    max-width: 800px;
    max-height: 500px;
  }
  .image-text-type02 .text:before{
    background: #f0e9e2;
  }
  .box-h2{
    margin: 0 0 60px 0;
  }
  .box-h2 .en{
    font-size: 1.8rem;
    color: #75685a;
  }
  .box-h2 .ja{
    color: var(--text-sub-color);
  }
  .box.image-text-type02 p{
    margin: var(--text-margin) 0;
    max-width: 100%;
    font-family: "游明朝", YuMincho, "游明朝", "Yu Mincho";
  }
  .box.image-text-type02 .btn{
    margin-left: 0;
    margin-right: 0;
  }
}
.pc .box-wrap.lg.main-greeting{
  margin: 0 calc(50% - var(--vw) * 50) 200px calc(50% - var(--vw) * 50);
  .image-text-type02 .text{
    margin: 0 0 0 auto;
  }
  .image-text-type02 .text:before{
    top: 85px;
  }
}

.box-wrap.lg.main-menu{
  .box-h2 .en{
    color: var(--text-sub-color);
  }
  .box-h2{
    position: relative;
  }
  .box-h2::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-320px, -50%);
    width: 94px;
    height: 173px;
    background: url(/mwp/wp-content/themes/mwp-theme/assets/images/menu-title-before.png) no-repeat center center / contain;
  }
  .box-h2::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(350px, -50%);
    width: 144px;
    height: 173px;
    background: url(/mwp/wp-content/themes/mwp-theme/assets/images/menu-title-after.png) no-repeat center center / contain;
  }
  .box.image-text-type03 .box-h3, .box.image-text-type03 .copy, .box.image-text-type03 p, .box.image-text-type03 .btn{
    max-width: 400px;
  }
  .image-text-type03 .text:before{
    background: #f0e9e2;
  }
  .copy{
    color: #4a3218;
  }
}

.pc .box-wrap.lg.main-menu{
  .image-text-type03.left .text{
    margin: 0 0 0 -70px;
  }
  .image-text-type03.right .text{
    margin: 0 -70px 0 0;
  }
  .image-text-type03 .text:before{
    width: 510px;
  }
  .box.image-text-type03.left .btn,
  .box.image-text-type03.left p,
  .box.image-text-type03.left .copy,
  .box.image-text-type03.left .box-h3{
    margin-left: 0;
    letter-spacing: 0.1px;
  }
  .box.image-text-type03.right .btn,
  .box.image-text-type03.right p,
  .box.image-text-type03.right .copy,
  .box.image-text-type03.right .box-h3{
    margin-right: 0;
    letter-spacing: 0.1px;
  }
}

.box-wrap.sm.main-wine{
  .text .ja{
    font-size: 1.8rem;
  }
}

.box-wrap.sm.main-blog,
.box-wrap.sm.main-gallery{
  .box-h2 .en{
    color: var(--text-sub-color);
  }
  .box-h2 .ja{
    color: #75685a;
    opacity: 1;
  }
}

.pc .footer-top-wrap{
  margin-top: 180px;
}
.pc .contact-type02{
  .title .ja{
    font-size: 3.6rem;
  }
  .title .en{
    font-size: 2.4rem;
    text-align: center;
  }
}
.pc .contact-type02 .text .tel{
  font-size: 5.6rem;
  font-weight: normal;
}
.pc .contact-type02 .text .datetime{
  text-align: center;
}
.pc .box.contact-type02{
  .btn a{
    background: #fff;
    color: var(--main-color);
    border: 1px solid var(--main-color);
  }
}
.contact-type02 .text .btn{
  justify-content: center;
}

.contact-type02 .text .btn .en:nth-child(1) a:after{
  content: '';
  mask: url(../images/sns/instagram-fill.svg) no-repeat center center / contain;
  -webkit-mask: url(../images/sns/instagram-fill.svg) no-repeat center center / contain;
  background: var(--main-color);
  width: 20px;
  height: 20px;
}
.contact-type02 .text .btn .en:nth-child(2) a:after{
  content: '';
  width: 15px;
  height: 18px;
  background: url(/mwp/wp-content/themes/mwp-theme/assets/images/con-icon.png) no-repeat center center / contain;
}

.footer{
  background: #f0e9e2;
  .about{
    text-align: left;
  }
}
.footer-main .logo{
  width: 273px;
}

.fixed-footer{
  background: #6e4f3b;
}
.fixed-footer .tel a:before,
.fixed-footer .tel a,
.fixed-footer p{
  color: #fff;
  font-weight: normal;
}
.fixed-footer .contact a{
  background: #fff;
  color: var(--main-color);
}


.fixed-footer .contact a:before{
  content: '';
  width: 15px;
  height: 18px;
  background: url(/mwp/wp-content/themes/mwp-theme/assets/images/con-icon.png) no-repeat center center / contain;
}
.sphone-fixed-footer ul li.contact a:before{
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url(/mwp/wp-content/themes/mwp-theme/assets/images/con-icon.png) no-repeat center center / contain #fff;
}
.sphone-fixed-footer ul li:last-child.contact a:before{
  top: 13px;
}


/* ======================================
2024/6/4 added by tsuji
======================================== */

/* --------------- テンプレートイカロス --------------- */

.box001 {
  padding: 5px 30px;
  margin: 15px 0;
  background: #FAFAFA;
}

/* 20240130 added by Fabo */
.mt-s { margin-top: 4vh !important;}
.mt-m { margin-top: 7vh !important;}
.mt-l { margin-top: 10vh !important;}

.mb-s { margin-bottom: 4vh !important;}
.mb-m { margin-bottom: 7vh !important;}
.mb-l { margin-bottom: 10vh !important;}

.box-color {
  margin: 0 0 6vh;
  padding: 35px;
  background: #f8f7f6;
  border-radius: 10px;
}
.box-color :first-child {
  margin-top: 0 !important;
}
.box-color :last-child {
  margin-bottom: 0 !important;
}

.page-content .image-text-type01 .text {
  overflow: hidden;
}
.page-content  .list-check-type01 {
  display: flex;
  justify-content: flex-start;
}


/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .footer-top-wrap{
    margin-top: 180px;
  }
  .contact-type02{
    .title .ja{
      font-size: 3.6rem;
    }
    .title .en{
      font-size: 2.4rem;
      text-align: center;
    }
  }
  .contact-type02 .text .tel{
    font-size: 5.6rem;
    font-weight: normal;
  }
  .contact-type02 .text .datetime{
    text-align: center;
  }
  .box.contact-type02{
    text-align: center;
    flex-wrap: wrap;
    .btn a{
      background: #fff;
      color: var(--main-color);
      border: 1px solid var(--main-color);
    }
  }
  .contact-type02 .text .btn{
    justify-content: center;
  }
  .contact-type02 .title{
    padding: 0;
  }
}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
  .box-wrap.lg.main-menu{
    .image-text-type03 .text, .image-text-type03.right .text{
      background: #f0e9e2;
    }
    .copy{
      font-size: 1.8rem;
      font-weight: normal;
    }
    .box-h2::after,
    .box-h2::before{
      display: none;
    }
  }
  .contact-type02 .text .btn{
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-main .nav ul{
    flex-wrap: wrap;
  }
  .contact-type02{
    .title .ja{
      font-size: 2.4rem;
    }
    .title .en{
      font-size: 1.8rem;
      text-align: center;
    }
  }
  .contact-type02 .text .tel{
    font-weight: normal;
  }
}
