@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-size: 62.5%;
  height: 100%;
  margin: 0;
  padding: 0; }

body {
  font-family: "Noto Sans Japanese", sans-serif;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
  color: #000;
  line-height: normal;
  -webkit-text-size-adjust: 100%; }

a {
  color: #000;
  text-decoration: none; }
a:link, a:visited {
  color: #000;
  text-decoration: none; }

img{
    display: block;
    max-width: 100%;
}
._pc{
  display: block;
}
._sp{
  display: none;
}
.conMain{
  background: #FFFAEA;
}
.l-header{
  height: 70px;
  background: #fff;
}
.l-header__inner{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.l-header__logo {
  width: 32.5%;
  max-width: 250px;
  margin: 0 5%;
}
.l-footer{
  padding: 4em 0 2em;
  background: #333333;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  margin-top: -2em;
}

.c-caution{
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  text-indent: 1em;
  padding-top: .5em;
}
.c-caution li:before{
  content: "※";
}

.p-mainVisual{
  width: 100%;
}
.p-mainVisual__img img{
  width: 100%;
}
.p-welcome-content{
  background: #fff;
  width: 1000px;
  max-width: 95%;
  margin: -2em auto 0;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  padding: 0 3% 8rem;
  box-sizing: border-box;
}
.p-welcome-section,
.p-main-head,
.p-welcome-block{
  padding: 3rem 0 0;
}
.p-welcome__copy{
  background: #fdeef4;
  border-radius: 10px;
  padding: 1.8rem 0;
  position: relative;
}
.p-welcome__copy._triangle{
  margin-top: 1.25em;
}
.p-welcome__copy._triangle:after{
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  border-width: 20px 20px 0px 20px;
}
.p-top-img img,
.p-bottom-img img{
  margin: 0 auto;
}
.p-top-img{
  margin: -1.25em auto 0;
  z-index: 2;
  position: relative;
}
.p-main-head__lead{
  text-align: center;
  line-height: 2;
  font-weight: 500;
  padding:0 0 3rem ;
}
.p-welcome__copy{
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing:0;
  color: #EA6876;
}
.p-welcome__copy .pink_line{
  background: linear-gradient(transparent 70%, #F8D3DA 0%);
}
.large{
  font-size: 38px;
  font-size: 3.8rem;
}
.p-welcome-head{
  position: relative;
  background: #EB6876;
  padding: .5em;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
}
.p-welcome-head:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #EB6876 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.p-requirement-title{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  font-size: 2.3rem;
  position: relative;
  padding-bottom: 1.2em;
}
.p-requirement-title:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 1.25em;
  left: 0;
  display: block;
  width: 100%;
  height: .2rem;
  margin: auto 0;
  background:  linear-gradient( #FEB200, #FEB200);
}
.p-requirement-title > *{
  z-index: 1;
  padding: 0 1em;
  background: #fff;
  position: relative;
}
.yellow{
  color: #FEB43E;
}
.p-welcome-inner{
  width: 95%;
  margin: 0 auto;
  padding-top: 3rem;
}
.p-requirement-list{
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.p-requirement-list:after{
  content: "など";
}
.p-requirement-list li{
  width: 29%;
  padding: 1% 0%;
  box-sizing: border-box;
}
.p-requirement-list li:before{
  content: "●";
  color: #FDB300;
}
.p-welcome-showroom{
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.p-welcome-showroom__list{
  border: solid #F59702 2px;
  border-radius: 5px;
  position: relative;
  width: 15%;
  padding-bottom: 1.25em;
  padding-top: 1%;
}
.p-welcome-showroom__shop{
  color: #F59702;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  top: -23px;
  text-align: center;
}
.p-welcome-showroom__shop > *{
  z-index: 1;
  padding: 0 .5em;
  background: #fff;
  position: relative;
}
.p-welcome-showroom__name{
  text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.5;
  font-weight: bold;
}


/****************************************************************************

レスポンシブ

****************************************************************************/
@media screen and (max-width: 768px) {
  body {
  font-size: 14px;
  font-size: 1.4rem; }
  ._pc{
    display: none;
  }
  ._sp{
    display: block;
  }
  .p-welcome-content{
    margin: -1.25em auto 0;
    padding: 0 5% 4rem;
  }
  .l-footer{
    margin-top: -1.25em;
  }
  .p-main-head__lead,
  .p-welcome__copy{
    font-size: 13px;
    font-size: 1.3rem;
  }
  .p-welcome__copy,
  .p-welcome-head{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .large{
    font-size: 25px;
    font-size: 2.5rem;
  }
  .p-welcome-showroom{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-welcome-showroom__list{
    width: 28%;
    margin: 0 .5em 1.5em;
    box-sizing: border-box;
    padding-top: 0;
  }
  .p-welcome-showroom__list:nth-child(n+4){
    margin: 0 .5em 0;
  }
  .p-requirement-list li{
    width: 49%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .p-requirement-list:after {
    position: absolute;
    right: 0;
    bottom: -15px;
  }
  .p-welcome-showroom__shop{
    top: -15px;
  }
  .p-welcome__copy._triangle{
    margin-top: 2em;
  }
}


@media screen and (max-width: 580px) {
  .l-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .l-header__logo {
    width: 70%;
  }

  .c-caution{
    text-indent: 0;
  }

  .p-welcome__copy,
  .p-welcome-head{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-welcome-showroom{
    width: 100%;
  }
  .p-welcome-showroom__shop{
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-welcome-showroom__shop > *{
    padding: 0 .2em;
  }
  .p-welcome-showroom__name{
    line-height: 2;
    font-size: 20px;
    font-size: 2rem;
  }
  .p-requirement-title{
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-requirement-title > *{
    padding: 0 .2em;
  }
}


/* clearfix
   ----------------------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

