@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
html {
    -webkit-text-size-adjust: none;
    background: transparent;
}
body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    letter-spacing: .1rem;
    background: #fff;
    color: #000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
p {
    padding: 0;
    margin: 0;
    word-break: break-all;
    line-height: 1;
}
img {
    -webkit-touch-callout: none;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
a {
    outline: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    color: #fff;
}

/* 共通 */
.contents{
  padding: 3rem 1rem;
  max-width: 1000px;
  margin: 0 auto;
}
.subtitle{
  position: relative;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: .1rem;
}
.sp{
  display: none;
}

/* 共通font */
.bold{
  font-weight: 700;
}
.font_orenge{
  color: #F38B01;
}

@media screen and (max-width:1160px) {
  .contents{
    max-width: 700px;
  }
}
@media screen and (max-width:768px) {
  .contents{
    padding: 2rem 1.5rem;
  }
  .subtitle{
    font-size: 1.4rem;
    margin-bottom: .5rem;
    line-height: 1;
  }
  .sp{
    display: block;
  }
  .pc{
    display: none;
  }
}

/* header */
#header {
  position: fixed;
  width: 100%;
  height: 70px;
  z-index: 10;
  padding: 0 2rem;
  transition: .5s ease-in-out;
}
#header a{
  color: #394B6E;
}
#header.headerColorScroll {
  background: #1c1c1c;
  color: #fff;
  transition: .5s ease-in-out;
}
#header a.headerColorScroll{
  color: #fff;
}
#header .menu.headerColorScroll{
  border-right: 1px solid #fff;
}
#header .menuBar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}
#header .logo{
  opacity: 0;
  max-width: 300px;
}
#header .logoColorScroll{
  opacity: 1;
}
#header .fixMenu{
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}
#header .menu{
  margin-right: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid #394B6E;
}
#header .menu:nth-child(3){
  border-right: 0;
  margin-right: 0;
}
#header .menu:nth-last-child(1){
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}
#header .menu a{
  position: relative;
  font-size: 1rem;
  letter-spacing: 0;
  text-decoration: none;
}
#header .menu-btn a{
  background:#F38B01;
  color: #fff;
  padding: 8px 20px;
}

@media screen and (min-width:1160px) {
  #header .smp-nav ,
  #header .trigger{
      display: none;
  }
}

@media screen and (max-width:1160px) {
  #header{
    display: flex;
    height: 60px;
  }
  #header a{
    color: #fff;
  }
  #header .menuBar {
    height: 60px;
  }
  #header .navList{
    display: none;
  }
  #header .menu {
    margin-right: 0;
    margin-bottom: 1rem;
    padding-right: 0;
    border-right: 0;
  }
  #header .menu a {
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  #header .menu-btn{
    margin-top: 1.5rem;
  }
  #header .menu-btn a{
    padding: 20px 60px;
    border-radius: 0;
  }
}
@media screen and (max-width:768px) {
  #header .logo{
    max-width: 210px;
  }
}
@media screen and (max-width:500px) {
  #header {
    padding-left: 12px;
  }
}

/* MV */
.mv{
  position: relative;
  background: url(../images/top.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50vw;
  z-index: 2;
}
.mv .mv_btn{
  position: absolute;
  width: 12vw;
  height: 12vw;
  border-radius: 50%;
  bottom: 5%;
  right: 3%;
   -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:500px) {
  .mv{
    background: url(../images/top_sp.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 134.2vw;
  } 
  .mv .mv_btn {
    width: 28vw;
    height: 28vw;
    bottom: 8%;
    right: 4%;
  }
}

/* message */
.message{
  position: relative;
  margin: 7rem 0;
}
.message::before{
  position: absolute;
  content: '';
  top: -10px;
  right: 0;
  display: block;
  width: 45%;
  height: 500px;
  background: #fff;
  z-index: 2;
}
.message .bg{
  background: #394B6E;
}
.message .bg::before{
  content: '';
  top: 22%;
  right: 0;
  width: 50%;
  padding-top: 0;
  display: block;
  z-index: 2;
}
.message .bg::after{
  position: absolute;
  content: '';
  top: 22%;
  left: 58%;
  width: 40%;
  height: 240px;
  display: block;
  background: url(../images/img_mocup.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
.message .message_wrap{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.message .message_txt{
  padding: 3rem 0;
  padding-left: 2rem;
  width: 50%;
  color: #fff;
}
.message .message_txt .title{
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.message .message_txt p{
  font-size: 1rem;
  line-height: 1.8;
  max-width: 450px;
}
.message .message_img{
  width: 50%;
}
@media screen and (max-width:768px) {
  .message{
    margin: 0;
    padding: 0;
  }
  .message::before{
    display: none;
  }
  .message .bg::before{
    display: none;
  }
  .message .bg::after{
    display: none;
  }
  .message .message_wrap{
    display: block;
  }
  .message .message_txt{
    padding: 3.5rem 2rem;
    width: 100%;
  }
  .message .message_txt .title{
    font-size: 1.3rem;
    text-align: center;
  }
  .message .message_txt p{
    font-size: .9rem;
    max-width: 100%;
  }
  .message .message_img{
    width: 100%;
  }
}

/* service */
.service{
  position: relative;
}
.service .subtitle{
  font-size: 4.5rem;
  text-align: center;
}
.service .service_list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2rem 0 4rem;
}
.service .service_item{
  position: relative;
  width: 45%;
  margin-top: 3rem;
  margin-right: 3rem;
  box-shadow: 6px 5px 5px #ccc;
}
.service .service_item a{
  color: #000;
  text-decoration: none;
}
.service .service_item:nth-child(even){
  margin-right: 0;
}
.service .service_item:nth-last-child(1){
  margin-right: 0;
}
.service .service_item .service_img{
  position: relative;
}
.service .service_txt{
  background: #E9E091;
  font-size: .9rem;
  letter-spacing: 0;
  text-align: center;
  padding: 1.5rem 1rem 1rem;
}
.service .service_txt .subtitle{
  font-size: 1.1rem;
  font-weight: 700;
}
.service .service_txt p{
  margin-bottom: .5rem;
  line-height: 1.2;
}
.service .service_txt p a{
  color: #000;
  font-weight: 700;
  z-index: 2;
}
.service .service_caution{
  border: 1px solid #000;
  margin-top: 2rem;
  padding: 1.5rem;
  font-size: .9rem;
  line-height: 1.5;
}
.service .service_caution a{
  color: #000;
}
@media screen and (max-width:1160px) {
  .service .service_item{
    width: 48%;
    margin-top: 3rem;
    margin-right: 1.5rem;
  }
  .service .service_txt{
    padding: 1.5rem .5rem 1rem;
  }
}
@media screen and (max-width:768px) {
  .service{
    padding: 2rem 0;
  }
  .service .subtitle{
    font-size: 3rem;
  }
  .service .service_list{
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }
  .service .service_item{
    width: auto;
    margin: 2rem 1rem 0;
  }
  .service .service_item:nth-child(even){
    margin-right: 1rem;
  }
  .service .service_txt{
    font-size: .8rem;
    padding: 1rem .5rem .5rem;
  }
  .service .service_txt .subtitle{
    font-size: .9rem;
  }
  .service .service_txt p{
    margin-bottom: .5rem;
    line-height: 1.2;
  }
  .service .service_caution{
    font-size: .8rem;
    margin-top: 4rem;
  }
  /* slick */
  .slick-slide {
    height: auto;
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    cursor: pointer;
    top: calc(50% - 50px);
    width: 40px;
    height: 40px;
    z-index: 1;
    transition: all .3s;
  }
  .slick-prev {
    top: 55%;
    left: 0%;
  }
  .slick-next {
    top: 55%;
    right: 0%;
  }
  .slide-dots {
    margin: 1rem 0 0;
    padding: 0;
    text-align: center;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .slide-dots li button {
    position: relative;
    background: #000;
    border: none;
    outline: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
  }
  .slide-dots li.slick-active button {
    background: #F38B01;
  }
}

/* link */
.link .contents{
  margin: 1rem auto 4rem;
}
.link .link_wrap{
  max-width: 600px;
  margin: 0 auto;
  background: #ECECEC;
  box-shadow: 10px 10px 0px #E9E091;
  padding: 4rem;
}
.link .link_wrap p{
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
}
.link .link_wrap .link_btn{
  max-width: 280px;
  background: #F38B01;
  margin: 1.5rem auto 0;
  text-align: center;
}
.link .link_wrap .link_btn a{
  height: 60px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
/*.link .link_list{
  display: flex;
  justify-content: center;
}
.link .link_item{
  width: 380px;
  background: #ECECEC;
  box-shadow: 10px 10px 0px #E9E091;
  padding: 4rem;
}
.link .link_item p{
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
}
.link .link_item:nth-child(1){
  margin-right: 3rem;
}
.link .link_item .link_btn{
  max-width: 280px;
  background: #F38B01;
  margin: 1.5rem auto 0;
  text-align: center;
}
.link .link_item .link_btn a{
  height: 60px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}*/
@media screen and (max-width:1160px) {
  .link .link_wrap p{
    font-size: 1rem;
  }
  /*.link .link_item{
    max-width: 50%;
    padding: 3rem;
  }*/
}
@media screen and (max-width:768px) {
  .link .contents{
    padding: 2rem 1.5rem 4rem;
    margin: 0 auto;
  }
  .link .link_wrap .link_btn a{
    font-size: .9rem;
  }
  /*.link .link_list{
    flex-direction: column;
    align-items: center;
  }
  .link .link_item{
    max-width: 100%;
  }
  .link .link_item:nth-child(1){
    margin-right: 0;
    margin-bottom: 3rem;
  }*/
}

/* shop */
.shop .contents{
  margin-bottom: 4rem;
}
.shop .shop_list{
  max-width: 600px;
  margin: 0 auto;
}
.shop .shop_item{
  max-width: 100%;
  transition: .2s ease-in-out;
}
.shop .shop_item:nth-child(1){
  margin-bottom: 3rem;
}
.shop .shop_item p{
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
}
.shop .shop_item .shop_name{
  margin-bottom: .5rem;
  font-weight: 700;
}
.shop .shop_item .shop_txt{
  margin-top: 1rem;
  font-size: .9rem;
  line-height: 1.2;
  text-align: left;
}
.shop .shop_item .shop_txt a{
  color: #000;
}
@media screen and (max-width:768px) {
  .shop .shop_item:nth-child(1){
    margin-bottom: 2.5rem;
  }
  .shop .shop_item p span{
    font-size: .9rem;
  }
  .shop .shop_item .shop_txt{
    font-size: .8rem;
  }
}

/* contact */
.contact{
  position: relative;
  background: #394B6E;
  color: #fff;
  text-align: center;
  top: 1px;
}
.contact .contents{
  padding: 4rem 0;
}
.contact .contact_shopname{
  font-size: 1.5rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.contact .contact_shopname span{
  font-size: 1.2rem;
}
.contact p{
  line-height: 1.8;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.contact p:nth-last-child(1){
  margin-bottom: 0;
}
.contact .tel{
  font-size: 1.5rem;
  letter-spacing: .1rem;
}

@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
@media screen and (max-width:768px) {
  .contact .contents{
    padding: 4rem 1.5rem;
  }
  .contact .contact_shopname{
    font-size: 1.4rem;
  }
  .contact .contact_shopname span{
    font-size: 1rem;
  }
  .contact p{
    font-size: 1rem;
  }
  .contact .tel{
    font-size: 1.4rem;
  }
}

/* footer */
.footer{
  background: #000;
  padding: 2rem;
}
.footer .link_list,
.footer .link_list_2{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.footer .link_list_2{
  max-width: 350px;
  margin-top: 3rem;
}
.footer .link_list li{
  margin-bottom: 1rem;
  width: 25%;
  display: flex;
  justify-content: center;
}
.footer .link_list li a{
  font-size: .9rem;
  font-weight: 400;
  letter-spacing: 0;
}
.footer p{
  color: #fff;
  text-align: center;
  font-size: .9rem;
  font-weight: 300;
  letter-spacing: 0;
  padding-top: 1rem;
}

@media screen and (max-width:768px) {
  .footer{
    padding: 3rem 1.5rem 2rem;
  }
  .footer .link_list{
    margin: 1rem auto 0;
    justify-content: flex-start;
  }
  .footer .link_list_2{
    max-width: 250px;
    margin-top: 2rem;
    margin-bottom: .5rem;
  }
  .footer .link_list li{
    margin-bottom: 2rem;
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
    width: 50%;
    justify-content: flex-start;
  }
  .footer p{
    font-size: .8rem;
  }
}

/* hover active */
@media (hover: hover) {
  #header .menu a:hover,
  .footer .link_list li a:hover,
  .message .message_txt p a:hover,
  .shop .shop_item p a:hover,
  .service .service_caution a:hover{
    opacity: 1;
    color: #F38B01;
  }
  #header .menu-btn a:hover,
  .link .link_wrap .link_btn a:hover{
    opacity: 1;
    color: #000;
    background: #fff;
  }
  .service .service_item .service_link:hover{
    color: #fff;
  }
  .mv .mv_btn a:hover,
  .slick-prev:hover,
  .slick-next:hover,
  .shop .shop_item a:hover,
  .footer .link_list_2 li a:hover{
    opacity: .6;
  }
}
@media (hover: none) {
  #header .menu a:hover,
  .footer .link_list li a:hover,
  .message .message_txt p a:hover,
  .shop .shop_item p a:hover,
  .service .service_caution a:hover{
    opacity: 1;
    color: #F38B01;
  }
  #header .menu-btn a:hover,
  .link .link_wrap .link_btn a:hover{
    opacity: 1;
    color: #000;
    background: #fff;
  }
  .service .service_item .service_link:hover{
    color: #fff;
  }
  .mv .mv_btn a:hover,
  .slick-prev:hover,
  .slick-next:hover,
  .shop .shop_item a:hover,
  .footer .link_list_2 li a:hover {
    opacity: .6;
  }
}

/* fadein */
.fadeIn {
  opacity: 0;
  transition: 1.8s;
}
.fadeIn.is-show {
  opacity: 1;
}

/* 250822 KAWANO top_shopページ追加*/
.vs{
  position: relative;
  width: 100%;
  aspect-ratio: 18 / 9; 
  background: url("../images/top_shop.jpg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}

.vs-container {
  position: absolute;
  top:50%;
  left: 22%;
  transform: translate(-50%, -50%);
  width:36%;
  text-align: center;
}

.vs-logo {
  width: 70%;
  margin-bottom: 4em;
}

.vs-btn{
  display: block;
  padding: 0.8em 1em;
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(0.5rem, 0.5vw + 0.5em , 2rem);
  background-color: #222;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.5s ease, color 0.5s ease;
  line-height: 1.4; 
}

.vs-btn:hover {
  background-color: #eee;
  color: #222;
}

.vs-btn span{
  font-size: clamp(0.7rem, 0.65vw + 0.2em , 2rem);
  line-height: 2; 
}

.vs-container a {
  text-decoration: none;
}

.vs-footer {
  background-color: #fff;
}

.vs-footer p {
  color: #000;
}

.footer-logo {
  display: block;
  width: 20%;
  margin: auto;
  margin-bottom: 1em;
}

@media screen and (max-width:768px) {
  .vs{
    background: url("../images/top_sp_shop.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 134.2vw;
  } 
  
  .vs-container {
    width: 96%;
    top:38%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .vs-logo {
  width: 80%;
  margin-bottom: 1em;
  }
  
  .vs-btn {
  padding: 0.8em 1em;
  margin:1em auto;
  font-size: clamp(0.8rem, 0.8vw + 0.2em , 2rem);
  }

  .footer-logo {
    width: 60%;
  }

}
