@charset "UTF-8";
/**
 * レストランガイドCSS
 * Created on: 2022.4.18
 */
/*--------------------------------------------------------
　BREAK POINT
--------------------------------------------------------*/
/*--------------------------------------------------------
　FONT
--------------------------------------------------------*/
/*--------------------------------------------------------
　OTHERS
--------------------------------------------------------*/
/*--------------------------------------------------------
　COMMON
--------------------------------------------------------*/
.family {
  background: #ED86B3;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .family img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .family .sp-visible {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .family img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .family .pc-visible {
    display: none;
  }
}

.c-header {
  padding: 20px 25px;
  background: #FFFFFF;
}
.c-header__logo {
  width: 177px;
  height: 42px;
}
.c-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/logo_tamaplaza.svg") no-repeat 0 0/100% auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s ease;
}
.c-header__logo a:hover {
  opacity: .8;
}
@media only screen and (max-width: 767px) {
  .c-header {
    padding: 13px;
  }
  .c-header__logo {
    width: 148px;
    height: 35px;
  }
}
.c-footer {
  background: #FFFFFF;
  padding: 20px 0;
  text-align: center;
  position: relative;
}
.c-footer__logo {
  width: 243px;
  height: 57px;
  margin: 20px auto 40px;
}
.c-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../../images/logo_tamaplaza.svg") no-repeat 0 0/100% auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s ease;
}
.c-footer__logo a:hover {
  opacity: .8;
}
.c-footer__copyright {
  font-size: 10px;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0.05em;
  color: #595754;
}
@media only screen and (max-width: 767px) {
  .c-footer__logo {
    width: 148px;
    height: 35px;
    margin: 10px auto 20px;
  }
}
.c-pagetop {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 55px;
  right: 20px;
  z-index: 9;
}

/*--------------------------------------------------------
　PARTS
--------------------------------------------------------*/
.p-fv {
  background: url(../images/bg_line.png) repeat-x left top 104px/10px 62px, url(../images/bg_line.png) repeat-x left bottom 18px/10px 62px;
}
.p-fv__inner {
  background: url(../images/bg01.png) no-repeat center top/1330px 630px, url(../images/bg02.png) no-repeat center bottom/1020px 140px;
  position: relative;
  padding-bottom: 140px;
}
.p-fv__logo {
  width: 340px;
  height: 340px;
  position: absolute;
  top: -190px;
  left: 50%;
  margin-left: -170px;
}
.p-fv__logo a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  opacity: 1;
  transition: opacity .3s ease;
}
.p-fv__logo a:hover {
  opacity: .8;
}
.p-fv__logo img {
  display: block;
  margin: 0 auto;
}
.p-fv__ttl {
  padding: 214px 0 0;
  text-align: center;
}
.p-fv__lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 2.4;
  color: #000000;
  text-align: center;
  margin: 20px 0;
}
.p-fv__btngroup {
  font-size: 0;
  width: 705px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-fv__btngroup li {
  width: 127px;
  margin: 7px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-fv__btngroup li:hover {
    cursor: pointer;
    opacity: 1;
    transition: opacity .3s ease;
  }
  .p-fv__btngroup li:hover:hover {
    opacity: .8;
  }
}
.p-fv__btngroup input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-fv__btngroup input + label {
  display: block;
  padding: 0 0 128px 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.p-fv__btngroup input#ctgr1 + label {
  background-image: url(../images/btn_menu_off.png);
}
.p-fv__btngroup input#ctgr1:checked + label {
  background-image: url(../images/btn_menu_on.png);
}
.p-fv__btngroup input#ctgr2 + label {
  background-image: url(../images/btn_dish_off.png);
}
.p-fv__btngroup input#ctgr2:checked + label {
  background-image: url(../images/btn_dish_on.png);
}
.p-fv__btngroup input#ctgr3 + label {
  background-image: url(../images/btn_bringing_off.png);
}
.p-fv__btngroup input#ctgr3:checked + label {
  background-image: url(../images/btn_bringing_on.png);
}
.p-fv__btngroup input#ctgr4 + label {
  background-image: url(../images/btn_chair_off.png);
}
.p-fv__btngroup input#ctgr4:checked + label {
  background-image: url(../images/btn_chair_on.png);
}
.p-fv__btngroup input#ctgr5 + label {
  background-image: url(../images/btn_room_off.png);
}
.p-fv__btngroup input#ctgr5:checked + label {
  background-image: url(../images/btn_room_on.png);
}
.p-fv__btngroup input#ctgr6 + label {
  background-image: url(../images/btn_sofa_off.png);
}
.p-fv__btngroup input#ctgr6:checked + label {
  background-image: url(../images/btn_sofa_on.png);
}
.p-fv__btngroup input#ctgr7 + label {
  background-image: url(../images/btn_babycar_off.png);
}
.p-fv__btngroup input#ctgr7:checked + label {
  background-image: url(../images/btn_babycar_on.png);
}
.p-fv__btngroup input#ctgr8 + label {
  background-image: url(../images/btn_space_off.png);
}
.p-fv__btngroup input#ctgr8:checked + label {
  background-image: url(../images/btn_space_on.png);
}
.p-fv__btngroup input#ctgr9 + label {
  background-image: url(../images/btn_allergy_off.png);
}
.p-fv__btngroup input#ctgr9:checked + label {
  background-image: url(../images/btn_allergy_on.png);
}
.p-fv__parking {
  margin: 30px 0 0;
  text-align: center;
}
.p-fv__parking span {
  display: inline-block;
  border: 1px solid #FFFFFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  color: #FFFFFF;
  padding: 8px 30px 11px;
  border-radius: 20px;
}
@media only screen and (max-width: 960px) {
  .p-fv__inner {
    background: url(../images/bg01.png) no-repeat center top/103% auto, url(../images/bg02.png) no-repeat center bottom/80% auto;
  }
  .p-fv__ttl {
    width: 60%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-fv {
    background: url(../images/bg01_sp.png) no-repeat left top/100% auto, url(../images/bg02_sp.png) no-repeat left bottom/100% auto;
  }
  .p-fv__inner {
    background: none;
    padding-top: 4.2vw;
    padding-bottom: 24vw;
  }
  .p-fv__logo {
    width: 45.3vw;
    height: 45.3vw;
    position: static;
    margin: 0 auto;
  }
  .p-fv__logo a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }
  .p-fv__logo img {
    width: 55%;
  }
  .p-fv__ttl {
    width: 76vw;
    margin: 6vw auto;
    padding: 0;
  }
  .p-fv__lead {
    font-size: 15px;
    line-height: 1.6;
  }
  .p-fv__btngroup {
    width: 86%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .p-fv__btngroup li {
    width: 30%;
    margin: 0 0 5%;
  }
  .p-fv__btngroup input + label {
    padding-bottom: 25vw;
  }
  .p-fv__btngroup input#ctgr1 + label {
    background-image: url(../images/btn_menu_sp_off.png);
  }
  .p-fv__btngroup input#ctgr1:checked + label {
    background-image: url(../images/btn_menu_sp_on.png);
  }
  .p-fv__btngroup input#ctgr2 + label {
    background-image: url(../images/btn_dish_sp_off.png);
  }
  .p-fv__btngroup input#ctgr2:checked + label {
    background-image: url(../images/btn_dish_sp_on.png);
  }
  .p-fv__btngroup input#ctgr3 + label {
    background-image: url(../images/btn_bringing_sp_off.png);
  }
  .p-fv__btngroup input#ctgr3:checked + label {
    background-image: url(../images/btn_bringing_sp_on.png);
  }
  .p-fv__btngroup input#ctgr4 + label {
    background-image: url(../images/btn_chair_sp_off.png);
  }
  .p-fv__btngroup input#ctgr4:checked + label {
    background-image: url(../images/btn_chair_sp_on.png);
  }
  .p-fv__btngroup input#ctgr5 + label {
    background-image: url(../images/btn_room_sp_off.png);
  }
  .p-fv__btngroup input#ctgr5:checked + label {
    background-image: url(../images/btn_room_sp_on.png);
  }
  .p-fv__btngroup input#ctgr6 + label {
    background-image: url(../images/btn_sofa_sp_off.png);
  }
  .p-fv__btngroup input#ctgr6:checked + label {
    background-image: url(../images/btn_sofa_sp_on.png);
  }
  .p-fv__btngroup input#ctgr7 + label {
    background-image: url(../images/btn_babycar_sp_off.png);
  }
  .p-fv__btngroup input#ctgr7:checked + label {
    background-image: url(../images/btn_babycar_sp_on.png);
  }
  .p-fv__btngroup input#ctgr8 + label {
    background-image: url(../images/btn_space_sp_off.png);
  }
  .p-fv__btngroup input#ctgr8:checked + label {
    background-image: url(../images/btn_space_sp_on.png);
  }
  .p-fv__btngroup input#ctgr9 + label {
    background-image: url(../images/btn_allergy_sp_off.png);
  }
  .p-fv__btngroup input#ctgr9:checked + label {
    background-image: url(../images/btn_allergy_sp_on.png);
  }
  .p-fv__parking {
    margin-top: 20px;
  }
  .p-fv__parking span {
    font-size: 15px;
    line-height: 1.4;
    border-radius: 32px;
  }
}
.p-shoplist {
  background: url(../images/bg03.png) repeat-y left top/170px 2600px, url(../images/bg04.png) repeat-y right top/170px 2600px;
}
.p-shoplist__list {
  width: 870px;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.p-shoplist__list .noshop {
  width: 100%;
  background: #FFFFFF;
  padding: 40px;
  border-radius: 13px;
  text-align: center;
}
.p-shoplist__box {
  width: 420px;
  margin-bottom: 30px;
  padding: 40px 40px 100px;
  box-sizing: border-box;
  font-size: 13px;
  color: inherit;
  text-decoration: none;
  position: relative;
  background: #FFFFFF;
  border-radius: 13px;
  cursor: pointer;
}
.p-shoplist__box:hover {
  background: #FFFBDA;
}
.p-shoplist__box.off {
  display: none;
}
.p-shoplist__box .ico-terrace {
  position: absolute;
  top: 15px;
  right: 15px;
}
.p-shoplist__box .ttlbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-shoplist__box .ttlbox .floor {
  flex-basis: 52px;
  margin-right: 15px;
}
.p-shoplist__box .ttlbox .ttl {
  flex: 1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
}
.p-shoplist__box .ttlbox .genre {
  display: block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.p-shoplist__box .img {
  margin: 15px 0;
}
.p-shoplist__box .img2 {
  width: 80%;
  margin: 15px auto;
}
.p-shoplist__box .acc-btn {
  display: none;
}
.p-shoplist__box .txt, .p-shoplist__box .info {
  margin: 1em 0;
  font-feature-settings: 'palt';
}
.p-shoplist__box .btn {
  border: 1px solid #ED83B1;
  padding: 5px 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  width: calc(100% - 80px);
  position: absolute;
  bottom: 40px;
  left: 40px;
}
.p-shoplist__box .btn a {
  color: inherit;
  text-decoration: none;
}
.p-shoplist__box .btn::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icon_arrow.png) no-repeat 0 0;
  margin-left: 10px;
}
.p-shoplist__box .link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 960px) {
  .p-shoplist {
    background: none;
  }
  .p-shoplist__list {
    width: 90%;
  }
  .p-shoplist__box {
    width: 48.3%;
  }
}
@media only screen and (max-width: 767px) {
  .p-shoplist {
    background: none;
  }
  .p-shoplist__list {
    width: 86.6vw;
    padding: 6.6vw 0;
  }
  .p-shoplist__box {
    width: 100%;
    margin-bottom: 6.6vw;
    padding: 20px;
  }
  .p-shoplist__box .ico-terrace {
    width: 80px;
    top: 10px;
    right: 10px;
  }
  .p-shoplist__box .ttlbox {
    margin-bottom: 10px;
  }
  .p-shoplist__box .ttlbox .floor {
    margin-right: 10px;
  }
  .p-shoplist__box .ttlbox .ttl {
    line-height: 1.4;
  }
  .p-shoplist__box .img {
    margin: 10px 0;
  }
  .p-shoplist__box .icon img {
    width: 31px;
  }
  .p-shoplist__box .acc-btn {
    display: block;
    width: 100%;
    margin: 10px auto 0;
    padding: 8px 0 10px;
    background: #ED83B1;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .p-shoplist__box .acc-btn::after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/btn_arrow_off.png) no-repeat 0 0/20px 20px;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  .p-shoplist__box .acc-btn.open::after {
    background: url(../images/btn_arrow_on.png) no-repeat 0 0/20px 20px;
  }
  .p-shoplist__box .txtbox {
    display: none;
  }
  .p-shoplist__box .btn {
    position: static;
    width: 200px;
    margin: 15px auto 0;
  }
}

/*--------------------------------------------------------
　ANIMATION
--------------------------------------------------------*/
.fv-anm, .is-anm {
  opacity: 0;
  transition: all .6s ease-out;
}
.fv-anm.is-done, .is-anm.is-done {
  opacity: 1;
  transform: translate(0, 0);
}

.fade-up {
  transform: translate(0, 40px);
}

.fade-down {
  transform: translate(0, -40px);
}

.fade-left {
  transform: translate(-40px, 0);
}

.fade-right {
  transform: translate(40px, 0);
}

.fade-scale {
  transform: scale(0);
  transition: all 1s cubic-bezier(0.65, -0.55, 0.265, 1.55);
}
.fade-scale.is-done {
  transform: scale(1);
}

@keyframes hanabi {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  10% {
    opacity: 1;
    transform: scale(1);
  }
  90% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
.summary__hanabi01,
.object02,
.object09,
.object13 {
  animation: hanabi 5s cubic-bezier(0.59, 0.08, 0.385, 1) infinite;
}

.summary__hanabi02,
.object03,
.object10,
.object14 {
  animation: hanabi 6s cubic-bezier(0.59, 0.08, 0.385, 1) infinite 0.6s;
}

.object11 {
  animation: hanabi 6s cubic-bezier(0.59, 0.08, 0.385, 1) infinite 1s;
}

@keyframes loop {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  51% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes round {
  0% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
.summary__icon02 img,
.summary__icon03 img,
.summary__icon05 img,
.summary__icon06 img,
.object07 img {
  animation: loop 2s linear infinite;
}

.summary__icon03 img,
.summary__icon06 img {
  animation-delay: 1s;
}

.summary__icon04 img,
.object16 img {
  animation: round 4s ease-out infinite;
}
