@charset "utf-8";

/*----------------------------------

home

----------------------------------*/
.p_home {
  animation: none;
}

.p_home .sliding {
  width: 100vw;
  height: 100vh;
  background: #ff4195;
  z-index: 10001;
  position: relative;
}

.p_home .sliding .wrap {
  position: relative;
  width: 90vw;
  max-width: 1100px;
  margin: 0 auto; 
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-content: center;
  gap: 5%;
}

.p_home .sliding .wrap figure {
  margin-top: -240px;
  width: 100%;
}

.p_home .sliding .nonaka {
  animation: homeSlideing 0.5s ease 0s 1 forwards;
}

.p_home .sliding .yuka {
  animation: homeSlideing 0.5s ease 0.1s 1 forwards;
}

.p_home .sliding .prem {
  animation: homeSlideing 0.5s ease 0.2s 1 forwards;
}

.p_home .sliding .hashimoto {
  animation: homeSlideing 0.5s ease 0.3s 1 forwards;
}

.p_home .sliding .hajime {
  animation: homeSlideing 0.5s ease 0.4s 1 forwards;
}

.p_home .sliding .jam {
  animation: homeSlideing2 0.5s ease 0.5s 1 forwards;
}

.p_home .sliding .somuchai {
  animation: homeSlideing2 0.5s ease 0.6s 1 forwards;
}

.p_home .sliding .fluk {
  animation: homeSlideing2 0.5s ease 0.7s 1 forwards;
}

.p_home .sliding .nana {
  animation: homeSlideing2 0.5s ease 0.8s 1 forwards;
}

.p_home .sliding .on {
  animation: homeSlideing2 0.5s ease 0.9s 1 forwards;
}

.p_home .allset {
  width: 100%;
  height: 100%;
}

.p_home .logo {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
}

.p_home .logo h1 {
  width: 462px;
  animation: logoPyon 1.5s ease 0s 1 normal;
}

.p_home .switcher {
  width: 100%;
  height: 100%;
}

.p_home .address {
  position: absolute;
  left: 40px;
  bottom: 40px;
}

.p_home .address dt {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 18px 0 5px;
}

.p_home .address dd {
  font-size: 1.1rem;
  line-height: 1.6;
}

.p_home .address a {
  color: #fff;
}

.p_home footer {
  z-index: 10003;
  position: fixed;
  right: 73px;
  bottom: 73px;
  margin: 0;
  padding: 0;
}



@media screen and (max-width: 768px) {

.p_home .sliding {
  height: 100dvh;
}

.p_home .sliding .wrap figure {
  margin: -200px 5px 0;
}

.p_home .switcher:before {
  height: 100%;
}

.p_home .logo {
	height: 100%;
}

.p_home .logo h1 {
  width: 52vw;
}

.p_home .address {
  position: absolute;
  left: 20px;
  bottom: 16px;
}

.p_home .address dt {
  font-size: 1rem;
  margin: 15px 0 5px;
}

.p_home .address dd {
  font-size: 0.9rem;
}

.p_home footer {
  right: 42px;
  bottom: 42px;
  font-size: 0.7rem;
}

}



/*----------------------------------

menu

----------------------------------*/
.p_menu .contents h3 {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: .2em;
  border-bottom: solid 2px #111;
  padding-bottom: 8px;
}

.p_menu .panel {
  position: relative;
}

.p_menu .tabpanel > .note {
  position: absolute;
  right: 0;
  top: -106px;
  text-align: right;
  font-size: 1.2rem;
  line-height: 1.6;
}

.p_menu .inner > section {
  margin-top: 80px;
}

.p_menu .inner > section:first-of-type {
  margin-top: 30px;
}

.p_menu .food .content ul {
	text-align: center;
	display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p_menu .food .content li {
  margin-top: 50px;
  width: 17.5%;
}

.p_menu .food .content li:not(:nth-of-type(5n)) {
  margin-right: 3.125%;
}

.p_menu .food .content figure {
  margin-bottom: 18px;
}

.p_menu .food .content figure img {
  border-radius: 50%;
}

.p_menu .food .content figure img:hover {
  animation: menuBuru .5s ease-in-out infinite alternate;
}

.p_menu .food .content .thai {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.p_menu .food .content .jp {
  font-size: 1.3rem;
  line-height: 1.4;
}

.p_menu .food .content .spicy1 {
  background: url(../img/menu/spicy1.svg) no-repeat center center;
  width: 10px;
  height: 23px;
  margin: 10px auto 0;
}

.p_menu .food .content .spicy2 {
  background: url(../img/menu/spicy2.svg) no-repeat center center;
  width: auto;
  height: 23px;
  margin: 10px auto 0;
}

.p_menu .food .content .spicy3 {
  background: url(../img/menu/spicy3.svg) no-repeat center center;
  width: auto;
  height: 23px;
  margin: 10px auto 0;
}

.p_menu .drink .asiasn ul {
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

.p_menu .drink .asiasn li {
  margin-top: 50px;
  width: 14%;
}

.p_menu .drink .asiasn figure {
  margin-bottom: 18px;
  height: 220px;
}

.p_menu .drink .asiasn figure img {
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.p_menu .drink .asiasn figure img:hover {
  animation: menuBuru .5s ease-in-out infinite alternate;
}

.p_menu .drink .asiasn .name {
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.p_menu .drink .asiasn .country {
  font-size: 1.1rem;
}

.p_menu .drink .normal {
  margin-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p_menu .drink .normal > section {
  width: 30%;
  margin-top: 80px;
}

.p_menu .drink .normal > section li {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 8px;
}

.p_menu .drink .normal > section li:first-of-type {
  margin-top: 50px;
}

.p_menu .drink .others .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p_menu .drink .others .content section {
  width: 30%;
  margin-top: 50px;
}

.p_menu .drink .others .content::after {
  display: block;
  content:"";
  width: 30%;
  height: 0;
}

.p_menu .drink .others .content section > ul li:first-of-type {
  margin-top: 0;
}

.p_menu .drink .others .content section h4 {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.p_menu .drink .others .content section li {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-top: 8px;
}

.p_menu .course {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
}

.p_menu .course > section {
  width: 40%;
  margin-top: 0 !important;
}

.p_menu .course > section h3 {
  border: none;
  font-size: 1.5rem;
  padding-bottom: 0;
  letter-spacing: .14em;
}

.p_menu .course > section h3 strong {
  font-size: 2.6rem;
  font-weight: 700;
}

.p_menu .course > section ul {
  margin: 50px 0;
}

.p_menu .course > section li {
  font-size: 1.3rem;
  margin-top: 18px;
  line-height: 1.4;
  text-indent: -1.4em;
  padding-left: 1.4em;
}

.p_menu .course > section p {
  font-size: 1.3rem;
  line-height: 1.4;
}

.p_menu .course > figure {
  width: 55%;
}

.p_menu .lunch .content ul {
  margin-bottom: -50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p_menu .lunch .content li {
  margin-bottom: 50px;
  margin-right: 0 !important;
  width: 22%;
  text-align: center;
}

.p_menu .lunch .content li figure {
  margin: -7.1428571428571% -7.1428571428571% 0 0;
}

.p_menu .lunch .content li figure img:hover {
  animation: menuBuru .5s ease-in-out infinite alternate;
}

.p_menu .lunch .content li .no {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 18px 0 8px;
}

.p_menu .lunch .content li .name {
  font-size: 1.3rem;
  line-height: 1.4;
}






@media screen and (max-width: 1024px) {

.p_menu .food .content ul {
  -webkit-box-pack: space-between;
  justify-content: space-between;
}

.p_menu .food .content ul::before{
  content: "";
  display: block;
  width: 23%;
  height: 0;
  order: 1;
}

.p_menu .food .content ul::after{
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

.p_menu .food .content li {
  margin-top: 50px;
  margin-right: 0 !important;
  width: 22%;
}

}


@media screen and (max-width: 768px) {

.p_menu .tabpanel > .note {
  top: -50px;
  font-size: 1rem;
  text-align: left;
  position: inherit;
}

.p_menu .food .content li {
  width: 47%;
  margin-top: 20px;
}

.p_menu .inner > section {
  margin-top: 50px;
}

.p_menu .food .content figure {
  margin: 0 auto 10px;
  width: 90%;
}

.p_menu .food .content .thai {
  font-size: .9rem;
  margin-bottom: 4px;
}

.p_menu .food .content .jp {
  font-size: 1.1rem;
}

.p_menu .food .content .spicy1 {
  height: 18px;
  background-size: auto 18px;
  margin-top: 6px;
}

.p_menu .food .content .spicy2 {
  height: 18px;
  background-size: auto 18px;
  margin-top: 6px;
}

.p_menu .food .content .spicy3 {
  height: 18px;
  background-size: auto 18px;
  margin-top: 6px;
}

.p_menu .drink .asiasn ul {
  flex-wrap: wrap;
}

.p_menu .drink .asiasn li {
  width: 33%;
  margin-top: 20px;
}

.p_menu .drink .asiasn figure {
  height: 140px;
  margin-bottom: 10px;
}

.p_menu .drink .asiasn .name {
  margin-bottom: 4px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.p_menu .drink .asiasn .country {
  font-size: .9rem;
}

.p_menu .drink .normal {
  flex-direction: column;
}

.p_menu .drink .normal > section {
  width: 100%;
  margin-top: 50px; 
}

.p_menu .drink .normal > section li:first-of-type {
  margin-top: 20px;
}

.p_menu .drink .normal > section li {
  font-size: 1.1em;
}

.p_menu .drink .others .content {
  flex-direction: column;
}

.p_menu .drink .others .content section {
  width: 100%;
  margin-top: 0;
}

.p_menu .drink .others .content section:first-of-type {
  margin-top: 20px;
}

.p_menu .drink .others .content section li {
  font-size: 1.1rem;
}

.p_menu .drink .others .content section > ul li:first-of-type {
  margin-top: 8px;
}

.p_menu .drink .others .content section h4 {
  margin-bottom: 10px;
  margin-top: 20px;
}

.p_menu .drink .others .content section:first-of-type h4 {
  margin-top: 0;
}

.p_menu .drink .others .content section:first-of-type li:first-of-type {
  margin-top: 0;
}

.p_menu .course {
  flex-direction: column;
}

.p_menu .course > section {
  width: 100%;
  margin-top: 30px !important;
}

.p_menu .course > figure {
  width: 100%;
  margin-top: 30px;
}

.p_menu .course > section h3 {
  font-size: 1.1rem;
}

.p_menu .course > section h3 strong {
  font-size: 2rem;
}

.p_menu .course > section ul {
  margin: 30px 0;
}

.p_menu .course > section li {
  font-size: 1.1rem;
  margin-top: 10px;
}

.p_menu .course > section p {
  font-size: 1.1rem;
  line-height: 1.4;
}

.p_menu .lunch .content {
  margin-top: 30px;
}

.p_menu .lunch .content ul {
  overflow: hidden;
  margin-bottom: -6.4%;
}

.p_menu .lunch .content li {
  width: 47%;
  margin-bottom: 20px;
}

.p_menu .lunch .content li figure {
  margin: -6.4% -7.1428571428571% 0 0;
}

.p_menu .lunch .content li figure img {
  margin: 0 auto;
  width: 90%;
}

.p_menu .lunch .content li .no {
  margin: 10px auto 4px;
  font-size: 1.2rem;
}

.p_menu .lunch .content li .name {
  font-size: 1.1rem;
}


}




/*----------------------------------

staff

----------------------------------*/
.p_staff .content {
  margin-top: -50px;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.p_staff .content section {
  margin-top: 50px;
  width: 17.5%;
  text-align: center;
}

.p_staff .content section:not(:nth-of-type(5n)) {
  margin-right: 3.125%;
}

.p_staff .content section figure {
  border-radius: 50%; 
}

.p_staff .content section figure {
  padding: 6%;
}

.p_staff .content section figure img:hover {
  animation: staffGuru .5s linear infinite;
}

.p_staff .content section:nth-of-type(1) figure {
  background: #222;
}

.p_staff .content section:nth-of-type(2) figure {
  background: #ff4195;
}

.p_staff .content section:nth-of-type(3) figure {
  background: #27abe9;
}

.p_staff .content section:nth-of-type(4) figure {
  background: #f58415;
}

.p_staff .content section:nth-of-type(5) figure {
  background: #44b931;
}

.p_staff .content section:nth-of-type(6) figure {
  background: #fd3f55;
}

.p_staff .content section:nth-of-type(7) figure {
  background: #3c78f1;
}

.p_staff .content section:nth-of-type(8) figure {
  background: #fcbf4a;
}

.p_staff .content section:nth-of-type(9) figure {
  background: #00b196;
}

.p_staff .content section:nth-of-type(10) figure {
  background: #914dcb;
}

.p_staff .content section .position {
  font-size: 1.3rem;
  font-weight: 700;
  margin: 18px 0 8px;
  letter-spacing: .06em;
}

.p_staff .content section .name {
  font-size: 1.4rem;
}

.p_staff .content section ul {
  font-size: 1.2rem;
  margin-top: 14px;
  line-height: 1.6;
}

.p_staff .content section .comment {
  border-radius: 10px;
  padding: 20px 10px;
  font-size: 1.2rem;
  line-height: 1.4;
  border-style: dashed;
  border-width: 1px;
  position: relative;
  margin-top: 20px;
  background: #fff;
}

.p_staff .content section .comment:after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  right: 0;
  top: -8px;
  margin: 0 auto;
  border-top-style: dashed;
  border-right-style: dashed;
  border-width: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
}

.p_staff .content section:nth-of-type(1) .comment,
.p_staff .content section:nth-of-type(1) .comment::after {
  border-color: #222; 
  color: #222;
}

.p_staff .content section:nth-of-type(2) .comment,
.p_staff .content section:nth-of-type(2) .comment::after {
  border-color: #ff4195;
  color: #ff4195;
}

.p_staff .content section:nth-of-type(3) .comment,
.p_staff .content section:nth-of-type(3) .comment::after {
  border-color: #27abe9;
  color: #27abe9;
}

.p_staff .content section:nth-of-type(4) .comment,
.p_staff .content section:nth-of-type(4) .comment::after {
  border-color: #f58415;
  color: #f58415;
}

.p_staff .content section:nth-of-type(5) .comment,
.p_staff .content section:nth-of-type(5) .comment::after {
  border-color: #44b931;
  color: #44b931;
}

.p_staff .content section:nth-of-type(6) .comment,
.p_staff .content section:nth-of-type(6) .comment::after {
  border-color: #fd3f55;
  color: #fd3f55;
}

.p_staff .content section:nth-of-type(7) .comment,
.p_staff .content section:nth-of-type(7) .comment::after {
  border-color: #3c78f1;
  color: #3c78f1;
}

.p_staff .content section:nth-of-type(8) .comment,
.p_staff .content section:nth-of-type(8) .comment::after {
  border-color: #fcbf4a;
  color: #fcbf4a;
}

.p_staff .content section:nth-of-type(9) .comment,
.p_staff .content section:nth-of-type(9) .comment::after {
  border-color: #00b196;
  color: #00b196;
}

.p_staff .content section:nth-of-type(10) .comment,
.p_staff .content section:nth-of-type(10) .comment::after {
  border-color: #914dcb;
  color: #914dcb;
}



@media screen and (max-width: 1024px) {

.p_staff .content {
  -webkit-box-pack: space-between;
  justify-content: space-between;
}

.p_staff .content::before{
  content: "";
  display: block;
  width: 23%;
  height: 0;
  order: 1;
}

.p_staff .content::after{
  content: "";
  display: block;
  width: 23%;
  height: 0;
}

.p_staff .content section {
  margin-top: 50px;
  margin-right: 0 !important;
  width: 22%;
}

}


@media screen and (max-width: 768px) {

.p_staff .content {
  margin-top: -30px;
}

.p_staff .content section {
  width: 47%;
  margin-top: 30px;
}

.p_staff .content section .position {
  font-size: 1.1rem;
margin: 10px 0 6px;
}

.p_staff .content section .name {
  font-size: 1.2rem;
}

.p_staff .content section ul {
  font-size: .9rem;
  margin-top: 10px;
}

.p_staff .content section .comment {
  font-size: 1rem;
  padding: 12px 10px;
  margin-top: 16px;
}

.p_staff .content section figure {
  width: 90%;
  margin: 0 auto;
}

}


/*----------------------------------

shop

----------------------------------*/
.p_shop .content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;   
}

.p_shop .content > section {
    width: 47%;
}

.p_shop .contents header {
    position: relative;
}

.p_shop .contents header ul {
  position: absolute;
  right: 0;
  bottom: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-between;
  justify-content: space-between;   
}

.p_shop .contents header li {
  margin-left: 10px;
}

.p_shop .contents header li a {
  display: inline;
}

.p_shop .contents h3 {
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: .2em;
  border-bottom: solid 2px #111;
  padding-bottom: 8px;
}

.p_shop .info {
  line-height: 1.6;
  margin-top: 50px;
}

.p_shop .info p {
  font-size: 1.3rem;
}

.p_shop .info .map {
  margin-left: 20px;
}

.p_shop .info .map a {
  display: inline-block;
  border-radius: 6px;
  border: solid 1px #111;
  font-weight: 700;
  font-size: 1.2rem;
  color: #111;
  padding: 3px 10px;
}

.p_shop .info .tel {
  font-size: 2rem;
  font-weight: 700;
}

.p_shop .open {
  line-height: 1.6;
  margin-top: 50px;
}

.p_shop .open dt {
  font-weight: 700;
  font-size: 1.2rem;
  margin: 15px 0 5px;
}

.p_shop .open dd {
  font-size: 1.3rem;
}

.p_shop .service {
  margin-top: 50px;
}

.p_shop .service h4 {
  font-family: 'Fraunces','Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .04em;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.p_shop .service h4:nth-of-type(2) {
  margin-top: 30px;
}

.p_shop .service ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.p_shop .service li {
  margin-right: 10px;
}

.p_shop .service a {
  display: block;
  background: #ff4195;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 1.3rem;
}


@media screen and (max-width: 768px) {

.p_shop .content {
  flex-direction: column;
}

.p_shop .content > section {
  width: 100%;
}

.p_shop .info {
  margin-top: 30px;
}

.p_shop .info p {
  font-size: 1.1rem;
}

.p_shop .info .map {
  margin: 0;
  display: block;
  margin-top: 10px;
}

.p_shop .info .map a {
  font-size: 1.1rem;
}

.p_shop .info .tel {
  margin-top: 10px;
  font-size: 1.8rem;
}

.p_shop .open {
  margin-top: 30px;
}

.p_shop .open dt {
  font-size: 1rem;
}

.p_shop .open dd {
  font-size: 1.1rem;
}

.p_shop .service {
  margin-top: 30px;
}

.p_shop .service h4:nth-of-type(2) {
  margin-top: 20px;
}

.p_shop .service h4 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.p_shop .service a {
  font-size: 1.1rem;
  padding: 12px 20px;
}

.p_shop .service li {
  margin-right: 8px;
}

.p_shop .content > section:not(:first-of-type) {
  margin-top: 50px;
}



}





