@charset "UTF-8";
.pc_only {
  display: block;
}
.pc_br {
  display: inline;
}
.sp_only,
.sp_br {
  display: none;
}
#main_contents #main {
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  padding-bottom: 75px;
  position: relative;
  overflow: hidden;
  min-width: 1000px;
  background: rgb(251, 226, 222);
  line-height: 1.7;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .pc_only,
  .pc_br{
    display: none;
  }
  .sp_only {
    display: block;
  }
  .sp_br {
    display: inline;
  }
  #main_contents #main {
    min-width: 100%;
  }
}
/*---------------------------------------------------------------------------------
mv
--------------------------------------------------------------------------------- */
.mv-wrap {
  width: 100%;
  position: relative;
  z-index: 2;
}
.mv-wrap::before {
  width: 100%;
  height: calc(100% - (21vw - 272px));
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content:"";
  z-index: -1;
}
.mv-wrap::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21vw 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -272px;
  content:"";
  z-index: -1;
}
.mv {
  padding-top: 50px;
}
.mv-sabttl {
  width: 600px;
  margin: 0 auto;
}
.mv-sabttl img {
  width: 600px;
}
.mv-sabttl::after {
  content: "";
  display: block;
  width: 195px;
  height: 198px;
  background: url("../img/dashicons.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: -65px auto auto -140px;
}
.mv-ttl h1 {
  width: 454px;
  margin: -30px auto 10px;
}
.mv-ttl p {
  font-family: "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-size: 55px;
  line-height: 1;
  color: #e85a8f;
  font-weight: 200;
  text-align: center;
  margin-top: 0px;
}
.mv-txt {
  font-size: 24px;
  text-align: center;
  color: #42210b;
  margin: 20px auto 40px;
}
.mv-txt p:nth-of-type(2) {
  font-size: 16px;
  margin-top: 20px;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .mv-wrap {
    padding-top: 25px;
    width: 100%;
  }
  .mv-wrap::before {
    height: calc(100% - (21vw - 100px));
  }
  .mv-wrap::after {
    bottom: -100px;
  }
  .mv {
    padding-top: 0;
  }
  .mv_ttl-sp {
    width: 80%;
    margin: 0 auto 0 30px;
  }
  .mv-txt {
    width: 90%;
    font-size: 13px;
    font-weight: 700;
    margin: 20px auto 25px;
  }
  .mv-txt p:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
  }
}
/*---------------------------------------------------------------------------------
info
--------------------------------------------------------------------------------- */
.info {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.info_area {
  background: url("../img/waku_pink.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
}
.info_inner {
  display: flex;
  justify-content: space-between;
  width: 900px;
  height: 420px;
  margin: 45px auto auto;
}
.info_inner_left {
  display: block;
  width: 550px;
  height: 420px;
}
.info_number {
  display: flex;
  background: #FFFFFF;
  width: 30px;
  height: 30px;
  border-radius: 45px;
  position: absolute;
  margin: -33px auto auto -38px;
}
.info_number p {
  display: block;
  width: 30px;
  color: #f0999e;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  position: relative;
  top: 0px;
}
.info_ttl {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 46px;
  color: #e85a8f;
  font-weight: 100;
  line-height: 1.3;
}
.ichigo_list::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  background: url("../img/icon_strawberry.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: 0 0 0 -30px;
}
.ichigo_list {
  font-size: 13px;
  color: #e85a8f;
  letter-spacing: -0.02em;
  padding: 5px 0 0 30px;
}
.info_txt {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: -0.02em;
  color: #231815;
  padding-top: 5px;
}
.info ul {
  font-size: 13px;
  line-height: 2;
  color: #231815;
  padding-left: 30px;
}
.info li p {
  padding-top: 5px;
}
.info li:nth-of-type(1), .info li:nth-of-type(4) {
  display: flex;
}
.time {
  display: block;
  width: 180px;
}
.time::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/time_24.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: 4px 0 0 -27px;
}
.holiday::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("../img/30987.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: 4px 0 0 -25px;
}
.address::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("../img/address.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: 4px 0 0 -23px;
}
.tell::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/26525.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: 5px 0 0 -23px;
}
.access {
  display: block;
  width: 270px;
}
.access_wide {
  display: block;
  width: 350px;
}
.access::before, .access_wide::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url("../img/icon_car.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: 4px 0 0 -30px;
}
.parking::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("../img/P.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: 4px 0 0 -25px;
}
.reserve::before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: url("../img/icon_reserve.png") no-repeat;
  background-size: contain;
  position: absolute;
  margin: 4px 0 0 -25px;
}
.info_note {
  font-size: 14px;
  color: #231815;
  margin-top: 25px;
}
.info_note_3 {
  font-size: 15px;
  color: #231815;
  margin-top: 15px;
}
.info_inner_right {
  width: 337px;
  height: 420px;
  position: relative;
}
.circle {
  width: 178px;
  height: 178px;
  position: absolute;
  top: 255px;
  left: 149px;
}
.info_benefit {
  display: flex;
  background: #e85a8f;
  color: #FFFFFF;
  width: 400px;
  height: 60px;
  border-radius: 5px;
  position: absolute;
  margin: 20px auto auto -63px;
}
.info_benefit_icon {
  display: flex;
  background: #FFFFFF;
  width: 50px;
  height: 50px;
  border-radius: 45px;
  position: absolute;
  margin: 5px auto auto 8px;
}
.info_benefit_icon p {
  display: block;
  width: 50px;
  color: #e85a8f;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  font-weight: 600;
}
.info_benefit_desc {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin: auto auto auto 76px;
}
.info_benefit_desc span {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.01em;
}
/* SP ----------------------------------------*/
@media screen and (max-width: 768px) {
  .info {
    width: 90%;
  }
  .info_area {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    background-color: #fff;
    background-image: none;
    border: 2px solid #F0999E;
    border-radius: 9px;
    margin-bottom: 15px;
    overflow:hidden;
    position: relative;
  }
  .info_area::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 40px 0 0;
    border-color: #F0999E transparent transparent transparent;
    position: absolute;
    top: -2px;
    left: -2px;
    content:"";
  }
  .info_area::after {
    background: #FFFFFF;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 2;
    content:"";
  }
  .info_inner {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 10px 14px 15px;
  }
  .info_inner_left {
    display: block;
    width: 100%;
    height: auto;
  }
  .info_number {
    background-color: transparent;
    position: absolute;
    margin: 0;
    top: 4px;
    left: -6px;
    z-index: 3;
  }
  .info_number p {
    display: block;
    width: 30px;
    color: #f0999e;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    line-height: 1;
    font-weight: 800;
    top: 2px;
    left: 1px;
  }
  .info_ttl {
    padding-left: 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    font-size: 22px;
    color: #e85a8f;
    font-weight: 700;
    line-height: 1.3;
  }
  .ichigo_list::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-size: contain;
    position: absolute;
    margin: 4px 0 0 -15px;
  }
  .ichigo_list {
    font-size: 12px;
    padding: 2px 0 0 15px;
  }
  .info_txt {
    font-size: 13px;
    padding-top: 5px;
  }
  .info ul {
    font-size: 12px;
    line-height: 2;
    padding-left: 20px;
  }
  .info li:nth-of-type(1), .info li:nth-of-type(4) {
    display: flex;
  }
  .time {
    display: block;
    width: auto;
    padding-right: 10px;
  }
  .time::before {
    width: 12px;
    height: 12px;
    background-size: 100% auto;
    margin: 7px 0 0 -17px;
  }
  .holiday {
    padding-left: 20px;
  }
  .holiday::before {
    width: 12px;
    height: 12px;
    background-size: 100% auto;
    margin: 7px 0 0 -17px;
  }
  .address::before {
    width: 12px;
    height: 12px;
    background-size: 100% auto;
    margin: 7px 0 0 -17px;
  }
  .tell::before {
    width: 12px;
    height: 12px;
    background-size: 100% auto;
    margin: 7px 0 0 -17px;
  }
  .access {
    display: block;
    width: auto;
    padding-right: 10px;
  }
  .access_wide {
    display: block;
    width: auto;
    padding-right: 10px;
  }
  .access::before, .access_wide::before {
    width: 12px;
    height: 12px;
    background-size: 100% auto;
    margin: 7px 0 0 -17px;
  }
  .parking {
    padding-left: 20px;
  }
  .parking::before {
    width: 12px;
    height: 12px;
    background-size: 100% auto;
    margin: 7px 0 0 -17px;
  }
  .reserve::before {
    width: 12px;
    height: 12px;
    background-size: 100% auto;
    margin: 7px 0 0 -17px;
  }
  .info-img {
    padding: 10px 0 0;
    position: relative;
  }
  .info_note {
    font-size: 13px;
    margin-top: 12px;
  }
  .info_note_3 {
    font-size: 11px;
    margin-top: 35px;
  }
  .info_inner_right {
    width: 100%;
    height: auto;
    position: relative;
  }
  .circle {
    width: 90px;
    height: 90px;
    position: absolute;
    top: auto;
    right: 2vw;
    bottom: -9vw;
    left: auto;
  }
  .info_benefit {
    box-sizing: border-box;
    display: flex;
    background: #e85a8f;
    color: #FFFFFF;
    width: 230px;
    height: 40px;
    border-radius: 5px;
    margin: 12px auto 0;
    position: relative;
  }
  .info_benefit_icon {
    display: flex;
    background: #FFFFFF;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
  }
  .info_benefit_icon p {
    display: block;
    width: 22px;
    padding-top: 6px;
    color: #e85a8f;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    font-weight: 600;
  }
  .info_benefit_desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.03em;
    margin: auto auto auto 35px;
  }
  .info_benefit_desc span {
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}
/* エフェクト ----------------------------------*/
#main .offs.effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
#main .ons.effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*個別に遅らせる*/
#main .offs .effect {
  opacity: 0;
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
}
#main .ons .effect {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 2s ease;
  transition: all 2s ease；;
}
/*以下、遅延の設定*/
#main .ons .delay-1 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#main .ons .delay-2 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
#main .ons .delay-3 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#main .ons .delay-4 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}