@charset "utf-8";
/* -------------------------------------------------
Common
----------------------------------------------------*/
* {
	font-weight: 400;
	font-style: normal;
	font-family: 'Noto Serif JP', serif;
	margin: 0;
	padding: 0;
	line-height: 1.75;
	letter-spacing: 0.1em;
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-feature-settings: “palt”;
}
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	word-wrap: break-word;
	overflow-wrap: break-word;
	font-display: swap;
	overflow-x: hidden;
}
@media screen and (max-width: 600px) {
	body {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 374px) {
	html {
		font-size: 2.667vw;
	}
}
@media screen and (min-width: 1026px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
img {
	border: 0;
	vertical-align: bottom;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* -------------------------------------------------
Script
----------------------------------------------------*/
.js-ojf {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


/* -------------------------------------------------
Layout
----------------------------------------------------*/
#l-wrapper {
  background: #fff;
}

/* header */
/* -------------------------------------------------- */
#l-header {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #l-header {
    top: 30px;
  }  
}
.l-header__inner {
  justify-content: space-between;
  width: 100%;
  max-width: 1520px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1620px) {
  .l-header__inner {
    width: calc(100% - 120px);
  }  
}
@media screen and (max-width: 1025px) {
  .l-header__inner {
    width: calc(100% - 80px);
  }  
}
@media screen and (max-width: 600px) {
  .l-header__inner {
    width: 88%;
  }  
}
.l-header__logo-area {
  order: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-header__logo-area {
    margin-left: auto;
  }  
}
.l-header__logo-area a {
  display: block;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .l-header__logo-area a:hover {
    opacity: 0.7;
  }  
}
.l-header__logo-area span {
  display: block;
}
.l-h-logo-area__s {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}

.l-h-logo-area__s img {
  width: 40px;
}
.l-h-logo-area__g img {
  width: 40px;
}
.l-h-logo-area__s img, .l-h-logo-area__g img {
  -webkit-filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8)); /* SafariなどのWebkitブラウザ用 */
  filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.8)); 
}
@media screen and (max-width: 600px) {
  .l-h-logo-area__s img {
    width: 30px;
  }
  .l-h-logo-area__g img {
    width: 30px;
  }
}

/* navi */
#l-header__nav {
  order: 1;
}
@media screen and (max-width: 767px) {
  #l-header__nav {
    display: none;
  }  
}
.p-nav__list {
  writing-mode: vertical-rl;
}
.p-nav__item {
  margin-left: 30px;
  line-height: 1.0;
}
.p-nav__item:nth-last-of-type(1) {
  margin-left: 0;
}
.p-nav__item a {
  display: inline-block;
  position: relative;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
  letter-spacing: 0.3em;
}
.p-nav__item a:before {
  content: '';
  position: absolute;
  bottom: 0.3em;
  right: -10px;
  width: 1px;
  height: 0;
  background: #fff;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-nav__item a:hover:before {
    height: calc(100% - 0.3em);
    bottom: inherit;
    top: 0;
  }
}

/* footer */
/* -------------------------------------------------- */
#l-footer {
  padding: 100px 0 40px;
  background: #000;
}
@media screen and (max-width: 600px) {
  #l-footer {
    padding: 80px 0 40px;
  }  
}
#l-footer * {
  color: #fff;
}
.l-footer__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .l-footer__inner {
    width: calc(100% - 100px);
  }  
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    width: calc(100% - 80px);
  }  
}
@media screen and (max-width: 600px) {
  .l-footer__inner {
    width: 88%;
  }  
}

#l-footer__nav {
  justify-content: center;
  margin-bottom: 80px;
  padding-bottom: 100px;
  border-bottom: 1px solid #181818;
}
@media screen and (max-width: 600px) {
  #l-footer__nav {
    margin-bottom: 60px;
    padding-bottom: 40px;
    border-bottom: 1px solid #181818;
  }  
}
.p-f-nav__list {
  writing-mode: vertical-rl;
}
.p-f-nav__item,
.p-f-nav__item a {
  line-height: 1.0;
}
.p-f-nav__item {
  margin-right: 60px;
}
@media screen and (max-width: 720px) {
  .p-f-nav__list {
    writing-mode: initial;
  }
  .p-f-nav__item {
    margin-bottom: 60px;
  }  
}
@media screen and (max-width: 600px) {
  .p-f-nav__list {
    writing-mode: initial;
  }
  .p-f-nav__item {
    margin-bottom: 18%;
  }  
}
.p-f-nav__item:nth-last-of-type(1) {
  margin-left: 0;
}
.p-f-nav__item a {
  font-size: 1.5rem;
  letter-spacing: 0.3em;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-f-nav__item a:hover {
    opacity: 0.7;
  }  
}

.l-footer__bot {
  margin-bottom: 85px;
}
/*
@media screen and (max-width: 600px) {
  .p-head-nav__bot {
    padding-bottom: 60px;
  }  
}
*/
.p-f__shop {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.p-f__shop--sakai {
  padding-right: 35px;
  margin-bottom: 60px;
}
.p-f__shop--gahoujin {
  padding-left: 35px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .p-f__shop {
    width: 100%;
  }
  .p-f__shop--sakai {
    margin-bottom: 60px;
    padding-right: 0;
  }
  .p-f__shop--gahoujin {
    padding-left: 0;
  }
}
.p-f-shop__name {
  width: 56px;
}
.p-f-shop__name img {
  width: 32px;
}
.p-f-shop__cont {
  width: calc(100% - 56px);
}
@media screen and (max-width: 600px) {
  .p-f-shop__name {
    width: 60px;
  }
  .p-f-shop__cont {
    width: calc(100% - 60px);
  }
}
.p-f-shop__top {
  align-items: center;
  justify-content: space-between !important;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #181818;
}
@media screen and (max-width: 1100px) {
  .p-f-shop__top {
    align-items: inherit;
    flex-direction: column;
  }  
}
@media screen and (max-width: 960px) {
  .p-f-shop__top {
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
  }  
}
@media screen and (max-width: 550px) {
  .p-f-shop__top {
    align-items: inherit;
    flex-direction: column;
  }  
}
.p-f-shop-tp__txt {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .p-f-shop-tp__txt {
    font-size: 1.4rem;
  }  
}
.p-f-shop__btn {
  width: 130px;
}
@media screen and (max-width: 1100px) {
  .p-f-shop__btn {
    display: block;
    margin-top: 20px;
  }  
}
@media screen and (max-width: 960px) {
  .p-f-shop__btn {
    margin-top: 0;
    margin-left: 50px;
  }  
}
@media screen and (max-width: 550px) {
  .p-f-shop__btn {
    margin-top: 20px;
    margin-left: 0;
  }  
}
.p-f-shop__btn a {
  display: block;
  padding: 13px 0;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
  border: 1px solid #c9c9c9;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-f-shop__btn a:hover {
    color: #000 !important;
    background: #c9c9c9;
  }  
}
.p-f-shop__time {
  display: flex;
  flex-wrap: wrap;
}
.p-f-shop__time dt,
.p-f-shop__time dd {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
.p-f-shop__time dt {
  width: 100px;
}
.p-f-shop__time dd {
  width: calc(100% - 100px);
}
@media screen and (max-width: 600px) {
  .p-f-shop__time dt,
  .p-f-shop__time dd {
    font-size: 1.4rem;
  }
  .p-f-shop__time dt {
    width: 80px;
  }
  .p-f-shop__time dd {
    width: calc(100% - 80px);
  }
}
.p-f-shop__time dd ul {
  display: flex;
  flex-wrap: wrap;
}
.p-f-shop__time dd li {
  margin: 0 20px 0 0;
}
.p-f-shop__time dd li:nth-last-of-type(1) {
  margin: 0;
}
.p-f__copy {
  font-size: 1.2rem;
  line-height: 3.0;
  letter-spacing: 0.3em;
  text-align: center;
}
/*.p-f__copy br {
  display: none;
}*/
@media screen and (max-width: 486px) {
  .p-f__copy {
    line-height: 1.75;
  }
  /*.p-f__copy br {
    display: inline-block;
  }*/
}

/* -------------------------------------------------
Compornent
----------------------------------------------------*/
.c-btn {
  padding: 6px 12px 10px;
  color: #000;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  border: 1px solid #ffbfbf;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .c-btn:hover {
    border-color: #f00;
  }
}
.c-btn--s {
  /* padding: 14px 12px; */
  font-size: 1.3rem;
}

.c-sec-btn--sp {
  display: block;
  width: 100%;
  padding: 12px 12px 13px;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
  border: 1px solid #c9c9c9;
}


/* -------------------------------------------------
Project
----------------------------------------------------*/
.p-cont-inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .p-cont-inner {
    width: calc(100% - 100px);
  }  
}
@media screen and (max-width: 767px) {
  .p-cont-inner {
    width: calc(100% - 80px);
  }  
}
@media screen and (max-width: 600px) {
  .p-cont-inner {
    width: 88%;
  }  
}

/* index.html */
/* -------------------------------------------------- */

/* main visual */
#p-main-visual {
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 150px;
  background: url(/images/mv.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 1025px) {
  #p-main-visual {
    margin-bottom: 60px;
    background: #121212;
  }
}
.p-tp-info {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  .p-tp-info {
    width: 100%;
  }
}
.p-tp-info__item * {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.3em;
  line-height: 1.0;
}
.p-tp-info__item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 700px;
  padding: 25px 50px;
  background: #121212;
}
@media screen and (max-width: 960px) {
  .p-tp-info__item {
    width: 100%;
    min-width: auto;
    padding: 15px 6%;
  }
}
.p-tp-info__date-cat {
  width: 245px;
}
@media screen and (max-width: 960px) {
  .p-tp-info__date-cat {
    width: 100%;
    margin-bottom: 5px;
  }  
}
.p-tp-info__date,
.p-tp-info__cat {
  font-size: 1.2rem;
  line-height: 1.0;
}
.p-tp-info__date {
  margin: 0 12px 0 0;
  padding: 2px 12px 4px 0;
  border-right: 1px solid #fff;
}
.p-tp-info__cat {
  padding: 2px 0 4px 0;  
}
.p-tp-info__ttl {
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .p-tp-info__ttl {
    width: 100%;
  }  
}

.p-lang {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 600px) {
  .p-lang {
    right: 6%;
  }  
}
.p-lang__list {
  align-items: center;
}
.p-lang__list * {
  line-height: 1.0;
  color: #fff;
}
.p-lang__list a {
  position: relative;
  font-size: 1.5rem;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 600px) {
  .p-lang__list a {
    font-size: 1.3rem;
  }  
}
.p-lang__item {
  font-size: 0;
}
.p-lang__item:nth-of-type(1):after {
  content: '/';
  display: inline-block;
  margin: 0 12px 0 7px;
  font-size: 1.5rem;
}
.p-lang__item a:after {
  content: '';
  position: absolute;
  bottom: -8px;
  right: 0.3em;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-lang__item a:hover:after {
    right: inherit;
    left: 0;
    width: calc(100% - 0.3em);
  }
}
.p-lang__item.c-current a:after {
  width: calc(100% - 0.3em);
}

/* policy */
.p-tp-policy {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1025px) {
  .p-tp-policy {
    height: auto;
    margin-bottom: 100px;
  }  
}
.p-tp-pol__figure {
  width: 69.77%;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .p-tp-pol__figure {
    width: calc(100% - 50px);
    order: 2;
  }  
}
@media screen and (max-width: 600px) {
  .p-tp-pol__figure {
    width: 94%;
  }  
}
.p-tp-pol__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-tp-pol__cont {
  width: 30.23%;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .p-tp-pol__cont {
    order: 1;
    width: 100%;
    margin-bottom: calc(50px - 0.3em);
  }  
}
.p-tp-pol-cont__inner {
  width: 420px;
  height: 100%;
  padding-right: 95px;
}
@media screen and (max-width: 1180px) {
  .p-tp-pol-cont__inner {
    width: 100%;
    padding-right: 50px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-tp-pol-cont__inner {
    padding-right: 0;
  }  
}
.p-tp-pol__head {
  width: 100%;
  justify-content: center;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1025px) {
  .p-tp-pol__head {
    align-items: center;
  }  
}
.p-tp-pol-head__txt,
.p-sec-btn {
  display: inline-block;
  vertical-align: top;
}
.p-btn-out {
  margin-left: 20px;
}
@media screen and (max-width: 1025px) {
  .p-tp-pol-head__inner .p-sec-btn {
    display: none;
  }
}
.p-tp-pol-head__txt {
  margin-bottom: 40px;
  font-size: 3.6rem;
  letter-spacing: 0.3em;
  line-height: 1.0;
}
@media screen and (max-width: 1025px) {
  .p-tp-pol-head__txt {
    margin-bottom: 30px;
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 767px) {
  .p-tp-pol-head__txt {
    font-size: 2.4rem;
  }
}
.p-tp-pol__txtarea {
  /* position: absolute; */
  right: 30.23%;
  bottom: -210px;
  height: 460px;
  margin-right: -150px;
  padding: 70px 0 0 70px;
  /* writing-mode: vertical-rl; */
  background: #fff;
}
@media screen and (max-width: 1025px) {
  .p-tp-pol__txtarea {
    position: inherit;
    right: inherit;
    bottom: inherit;
    height: auto;
    margin-right: 0;
    padding: 50px 50px 0;
    writing-mode: inherit;
    order: 3;
  }  
}
@media screen and (max-width: 600px) {
  .p-tp-pol__txtarea {
    padding: 40px 6% 0;
  }  
}
.p-cont__txt-first {
  margin-bottom: 80px;
  p {
    margin-bottom: 20px;
    line-height: 2.2;
    letter-spacing: 0.07em;
  }
  a {
    display: block;
    width: 320px;
    margin: 0 auto;
    padding: 10px 20px;
    border: 1px solid #c9c9c9;
    text-align: center;
    transition: .6s;
    &:hover {
      border: 1px solid #000;
    }
  }
}
.p-cont__txt {
  /* margin: 0 0 0 35px; */
  line-height: 2.2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1025px) {
  .p-cont__txt {
    margin: 0 0 20px;
    line-height: 1.75;
  }  
}
.p-cont__txt:nth-last-of-type(1) {
  margin: 0 0 40px 0 !important;
  line-height: 2.4;
}

.p-tp-pol-btn {
  display: none;
}
@media screen and (max-width: 1025px) {
  .p-tp-pol-btn {
    order: 4;
    display: block;
    width: 140px;
    margin: 0 auto;
  }  
}

.p-tp-figure-area {
  position: relative;
  width: 100%;
  height: 280px;
  margin-bottom: 330px;
/*   background: url("/images/tp_cont_img01.jpg") no-repeat center center / cover; */
}
@media screen and (max-width: 1279px) {
  .p-tp-figure-area {
    /*  */
    margin-bottom: 25.8vw;
  }
}
@media screen and (max-width: 1025px) {
  .p-tp-figure-area {
    height: 0;
    margin-bottom: 0px;
/*     background: url("/images/tp_cont_img01.jpg") no-repeat center center / cover; */
  }
}
.p-tp-fig__img01 {
  position: absolute;
  bottom: -56px;
  left: 50%;
  z-index: 2;
  width: 296px;
  height: 376px;
  margin-left: -493px;
}
@media screen and (max-width: 1620px) {
  .p-tp-fig__img01 {
    left: 316px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-tp-fig__img01 {
    bottom: -4.4vw;
    left: 24.7vw;
    width: 23.1vw;
    height: auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-tp-fig__img01 {
    bottom: -19px;
    left: 93px;
    z-index: 2;
    width: 138px;
    height: auto;
    bottom: -5.0vw;
    left: calc(24.8vw + 6%);
    width: 27.5vw;
  }
}
.p-tp-fig__img02 {
  position: absolute;
  bottom: -200px;
  left: 50%;
  z-index: 1;
  width: 328px;
  height: 418px;
  margin-left: -760px;
}
@media screen and (max-width: 1620px) {
  .p-tp-fig__img02 {
    left: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-tp-fig__img02 {
    bottom: -15.6vw;
    width: 25.6vw;
    height: auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-tp-fig__img02 {
    bottom: -70px;
    left: 6%;
    width: 114px;
    height: auto;
    bottom: -18.6vw;
    width: 30.4vw;
  }
}
.p-tp-figure-area img {
  width: 100%;
  height: auto;
}

/* 鮨さかい、我逢人 */
.p-tp-shop {
  width: 100%;
  height: 560px;
}
@media screen and (max-width: 1025px) {
  .p-tp-shop {
    height: auto;
  }  
}
.p-tp-shop--sakai {
  margin-bottom: 150px;
}
@media screen and (max-width: 1025px) {
  .p-tp-shop--sakai {
    margin-bottom: 80px;
  }  
}
.p-tp-shop--gahoujin {
  margin-bottom: 300px;
}
@media screen and (max-width: 1025px) {
  .p-tp-shop--gahoujin {
    margin-bottom: 80px;
  }  
}
.p-tp-shop__figure,
.p-tp-shop__cont {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .p-tp-shop__figure {
    width: 100%;
    height: 43.9vw;
  }
  .p-tp-shop__cont {
    width: 100%;
    height: auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-tp-shop__figure,
  .p-tp-shop__cont {
    height: auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-tp-shop__figure {
    height: 43.9vw;
  }
}
.p-tp-shop--gahoujin .p-tp-shop__figure {
  order: 2;
}
@media screen and (max-width: 1025px) {
  .p-tp-shop--gahoujin .p-tp-shop__figure {
    order: 1;
  }  
}
.p-tp-shop--gahoujin .p-tp-shop__cont {
  order: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 1025px) {
  .p-tp-shop--gahoujin .p-tp-shop__cont {
    order: 2;
  }  
}
.p-tp-shop__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-tp-shop__inner {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  width: 760px;
}
@media screen and (max-width: 1300px) {
  .p-tp-shop__inner {
    width: 100%;
  }  
}
@media screen and (max-width: 1025px) {
  .p-tp-shop__inner {
    align-items: center;
    flex-direction: column;
    width: calc(100% - 100px);
    margin: 0 auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-tp-shop__inner {
    width: 88%;
  }  
}
.p-tp-shop--sakai .p-tp-shop__inner {
  padding: 90px 160px 0 0;
}
@media screen and (max-width: 1300px) {
  .p-tp-shop--sakai .p-tp-shop__inner {
    padding: 90px 50px 0 0;
  }  
}
@media screen and (max-width: 1025px) {
  .p-tp-shop--sakai .p-tp-shop__inner {
    padding: 60px 0 0 0;
  }  
}
.p-tp-shop--gahoujin .p-tp-shop__inner {
  padding: 90px 10% 0 0;
}
@media screen and (max-width: 1300px) {
  .p-tp-shop--gahoujin .p-tp-shop__inner {
    padding: 90px 50px 0 0;
  }  
}
@media screen and (max-width: 1025px) {
  .p-tp-shop--gahoujin .p-tp-shop__inner {
    padding: 60px 0 0 0;
  }  
}
.p-tp-shop__header {
  /* writing-mode: vertical-rl; */
}
.p-tp-shop__floor {
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1.0;
  letter-spacing: 0.15em;
}
.p-tp-shop__head {
  position: relative;
  margin-left: 40px;
  padding-top: 15px;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1025px) {
  .p-tp-shop__head {
    position: relative;
    margin-left: 24px;
    padding-top: 15px;
  }  
}
.p-tp-shop__head:before {
  content: '';
  position: absolute;
  top: -140px;
  left: 50%;
  width: 1px;
  height: 105px;
  background: #c9c9c9;
}
@media screen and (max-width: 1025px) {
  .p-tp-shop__head:before {
    top: -100px;
    height: 84px;
  }  
}
.p-tp-shop-head__txt {
  display: inline-block;
  margin-bottom: 35px;
  font-size: 3.4rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
@media screen and (max-width: 1025px) {
  .p-tp-shop-head__txt {
    margin-bottom: 0;
    font-size: 2.4rem;
  }  
}
.p-tp-shop__txtarea {
  height: 360px;  
  padding-left: 10%;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1025px) {
  .p-tp-shop__txtarea {
    height: auto;
    padding-top: 40px;
    writing-mode: inherit;
  }  
}

@media screen and (max-width: 1025px) {
  .p-tp-shop__head .p-sec-btn {
    display: none;
  }  
}

/* お知らせ */
.p-tp-news {
  width: 100%;
  max-width: 1520px;
  margin: 0 auto 100px;
  padding-top: 100px;
  border-top: 1px solid #c9c9c9;
}
@media screen and (max-width: 600px) {
  .p-tp-news {
    padding-top: 60px;
  }  
}
.p-tp-news__head {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-tp-news__head {
    margin-bottom: 15px;
  }  
}
.p-tp-news__head span {
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.3em;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 600px) {
  .p-tp-news__head span {
    font-size: 2.0rem;
    letter-spacing: 0.3em;
  }  
}
.p-tp-news__list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 1300px) {
  .p-tp-news__list {
    width: calc(100% - 100px);
  }  
}
@media screen and (max-width: 767px) {
  .p-tp-news__list {
    width: calc(100% - 80px);
  }  
}
@media screen and (max-width: 600px) {
  .p-tp-news__list {
    width: 88%;
  }  
}
.p-tp-news__item {
  padding: 20px 0 25px 30px;
  border-bottom: 1px solid #c9c9c9;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .p-tp-news__item {
    padding: 20px 0 25px;
  }  
}
.p-tp-news__lt {
  width: 245px;
  padding-top: 8px;
}
@media screen and (max-width: 960px) {
  .p-tp-news__lt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }  
}
.p-tp-news__rt {
  position: relative;
  width: calc(100% - 245px);
  padding-right: 150px;
}
@media screen and (max-width: 960px) {
  .p-tp-news__rt {
    width: 100%;
    padding-right: 0;
  }  
}
.p-tp-news__item {
  align-items: flex-start;
}
.p-tp-news__item * {
	letter-spacing: 0.3em;
}
.p-tp-news__date,
.p-tp-news__cat {
	font-size: 1.2rem;
	line-height: 1.0;
}
.p-tp-news__date {
	margin: 0 20px 0 0;
	padding: 2px 20px 4px 0;
	border-right: 1px solid #000;
}
.p-tp-news__cat {
	padding: 2px 0 4px 0;
}
@media screen and (max-width: 600px) {
  .p-tp-news__ttl {
    padding-right: 30px;
  }
}
.p-tp-news__ttl {
  position: relative;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .p-tp-news__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em !important;
    line-height: 1.6;
  }  
}
.p-tp-news__cont {
  padding-top: 20px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .p-tp-news__cont {
    padding-top: 16px;
    font-size: 1.4rem;
    letter-spacing: 0.2em !important;
  }  
}
.p-tp-news__link {
  width: 140px;
  margin: auto;
}
.p-tp-news__link a {
  display: block;
  padding: 13px 12px;
  font-size: 1.3rem;
  text-align: center;
}

/* 開閉ボタン */
.p-tp-news__btn {
  position: absolute;
  top: 2px;
  right: 20px;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 600px) {
  .p-tp-news__btn {
    top: 2px;
    right: 0;
    width: 24px;
    height: 24px;
  }  
}
.p-tp-news__toggle {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.p-tp-news__toggle span {
  position: absolute;
  background: #000;
  transition: all .2s ease-in-out;
}
.p-tp-news__toggle span:nth-of-type(1) {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}
.p-tp-news__toggle span:nth-of-type(2) {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}
.p-tp-news__toggle.is-active span:nth-of-type(1) {
  opacity: 0;
}
.p-tp-news__toggle.is-active span:nth-of-type(2) {
  transform: rotate(180deg);
}

/* google map */
.p-tp-map {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 600px) {
  .p-tp-map {
    height: 50vh;
  }  
}
.p-tp-map iframe {
  width: 100%;
  height: 100%;
}


/* -------------------------------------------------
Sub page
----------------------------------------------------*/

/* 共通 */
/* -------------------------------------------------- */
#sub .l-header__logo-area {
  margin-left: auto;
}
#p-sub-main {
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1025px) {
  #p-sub-main {
    height: 580px;
  }  
}
@media screen and (max-width: 600px) {
  #p-sub-main {
    height: 430px;
    margin-bottom: 80px;
  }  
}
.p-page-ttl {
  color: #fff;
  font-size: 4.6rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
  text-shadow: #000 1px 0 10px;
}
@media screen and (min-width: 1026px) {
  .p-page-ttl {
    font-size: clamp(3rem, 5.3vh, 3.6rem);
  }
}
@media screen and (max-width: 1025px) {
  .p-page-ttl {
    font-size: 3.6rem;
  }  
}
@media screen and (max-width: 600px) {
  .p-page-ttl {
    font-size: 2.5rem;
  }  
}
#p-container {
  margin-bottom: 150px;
}
@media screen and (max-width: 600px) {
  #p-container {
    margin-bottom: 100px;
  }  
}

/* menu */
.p-menu__btn {
  position: fixed;
  top: 55px;
  left: 50%;
  z-index: 9999;
  width: 74px;
  height: 66px;
  margin-left: -780px;
  cursor: pointer;
  mix-blend-mode: difference;
}
@media screen and (max-width: 1670px) {
  .p-menu__btn {
    left: 50px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__btn {
    top: 35px;
    left: 30px;
    width: 40px;
    height: 35px;
  }
}
#index .p-menu__btn {
  display: none;
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  #index .p-menu__btn {
    display: block;
  }
}
#index .p-menu__btn.is-block {
  display: block;
}
.p-menu__txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.0;
  letter-spacing: 0.3em;
  transform: translateX(-50%);
  transition: all .3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .p-menu__txt {
    font-size: 1.0rem;
    letter-spacing: 0.15em;
  }  
}
.is-color .p-menu__txt,
.is-block .p-menu__txt {
  color: #444;
}
.is-active .p-menu__txt {
  color: #fff !important;
}
.p-menu__trigger {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-menu__trigger span {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: all .2s ease-in-out;
}
.is-color .p-menu__trigger span,
.is-block .p-menu__trigger span {
  background: #444;
}
.p-menu__trigger span:nth-of-type(1) {
  top: 0;
}
.p-menu__trigger span:nth-of-type(2) {
  top: 16px;
}
.p-menu__trigger span:nth-of-type(3) {
  top: 32px;
}
@media screen and (min-width: 1025px) {
  .p-menu__btn:hover span:nth-of-type(1) {
    top: -3px;
  }
  .p-menu__btn:hover span:nth-of-type(3) {
    top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__trigger span:nth-of-type(2) {
    top: 8px;
  }
  .p-menu__trigger span:nth-of-type(3) {
    top: 16px;
  }
}
.is-active .p-menu__trigger span {
  background: #fff !important;
}
.is-active .p-menu__trigger span:nth-of-type(1) {
  transform: translateY(16px) rotate(205deg);
}
.is-active .p-menu__trigger span:nth-of-type(2) {
  opacity: 0;
}
.is-active .p-menu__trigger span:nth-of-type(3) {
  transform: translateY(-16px) rotate(-205deg);
}
@media screen and (max-width: 767px) {
  .is-active .p-menu__trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(205deg);
  }
  .is-active .p-menu__trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-205deg);
  }
}
@media screen and (min-width: 1025px) {
  .p-menu__btn.is-active:hover .p-menu__trigger span:nth-of-type(1) {
    top: 0;
  }
  .p-menu__btn.is-active:hover .p-menu__trigger span:nth-of-type(3) {
    top: 32px;
  }  
}


/* menu 中身 */
#p-header-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  padding-top: 10vh;
  background: #000;
  overflow: auto;
  opacity: 0.9;
}
@media screen and (max-width: 600px) {
  #p-header-nav {
    padding-top: 25px;
  }  
}
#p-header-nav * {
  color: #fff;
}
.p-head-nav__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .p-head-nav__inner {
    width: calc(100% - 100px);
  }  
}
@media screen and (max-width: 1100px) {
  .p-head-nav__inner {
    padding-block-end: 100px;
  }
}
@media screen and (max-width: 767px) {
  .p-head-nav__inner {
    width: calc(100% - 80px);
  }  
}
@media screen and (max-width: 600px) {
  .p-head-nav__inner {
    width: 88%;
  }  
}
.p-head-nav__top {
  justify-content: center;
  width: 100%;`
  padding-top: 8vh;
  margin-top: 8Vh;
}
.p-head-nav__logo {
  position: absolute;
  top: 0;
  right: 0;
  margin-left: auto;
  text-align: center;
}
.p-head-nav__logo a {
  display: block;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-head-nav__logo a:hover {
    opacity: 0.7;
  }  
}
.p-head-nav__logo span {
  display: block;
}
.p-head-nav-logo__s {
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #fff;
}
.p-head-nav-logo__s img {
  width: 30px;
}
.p-head-nav-logo__g img {
  width: 30px;
}
@media screen and (max-width: 600px) {
  .p-head-nav-logo__s img {
    width: 30px;
  }
  .p-head-nav-logo__g img {
    width: 30px;
  }
}
.p-head-nav__list {
  /* padding-top: 85px; */
/*  writing-mode: vertical-rl;*/
}
@media screen and (max-width: 420px) {
  .p-head-nav__list {
    margin-left: -50px;
  }  
}
.p-head-nav__item,
.p-head-nav__item a {
  line-height: 1.0;
  letter-spacing: 0.15em;
}
.p-head-nav__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-head-nav__item {
    margin-bottom: 30px;
  }  
}
@media screen and (max-width: 767px) {
  .p-head-nav__item {
    margin-bottom: 30px;
  }  
}
@media screen and (max-width: 600px) {
  .p-head-nav__item {
    margin-bottom: 30px;
  }  
}
@media screen and (max-width: 420px) {
  .p-head-nav__item {
    margin-bottom: 30px;
  }  
}
.p-head-nav__item:nth-last-of-type(1) {
  margin: 0;
}
.p-head-nav__item a {
  position: relative;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-head-nav__item a {
    font-size: 2.0rem;
  }  
}
@media screen and (max-width: 600px) {
  .p-head-nav__item a {
    font-size: 1.6rem;
  }  
}
.p-head-nav__item a:before {
  content: '';
  position: absolute;
  bottom: 0.15em;
  right: -12px;
  width: 1px;
  height: 0;
  background: #fff;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-head-nav__item a:hover:before {
    height: calc(100% - 0.15em);
    bottom: inherit;
    top: 0;
  }
}


/* 私たちの想い */
/* -------------------------------------------------- */
.p-policy-main {
  margin-bottom: 110px !important;
  background: url(/images/policy_mv.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 600px) {
  .p-policy-main {
    margin-bottom: 80px !important;
    background: url(/images/policy_mv_sp.jpg) no-repeat center center / cover;
  }  
}

/* おもてなしについて、食材について */
.p-policy-cont {
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 1025px) {
  .p-policy-cont {
    height: auto;
  }  
}
.p-pol-cont-1 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-1 {
    margin-bottom: 100px;
  }  
}
@media screen and (max-width: 600px) {
  .p-pol-cont-1 {
    margin-bottom: 80px;
  }  
}
.p-pol-cont-2 {
  margin-bottom: 150px;
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-2 {
    margin-bottom: 100px;
  }  
}
@media screen and (max-width: 600px) {
  .p-pol-cont-2 {
    margin-bottom: 80px;
  }  
}
.p-pol__figure {
  width: 37.8%;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .p-pol__figure {
    width: calc(100% - 50px);
    height: 43.9vw;
  }  
}
@media screen and (max-width: 600px) {
  .p-pol__figure {
    width: 94%;
    height: auto;
  }  
}
.p-pol-cont-2 .p-pol__figure {
  order: 2;
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-2 .p-pol__figure {
    order: 1;
    margin-left: auto;
  }  
}
.p-pol__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-pol-cont__rt {
  width: 62.2%;
}
@media screen and (max-width: 1025px) {
  .p-pol-cont__rt {
    width: calc(100% - 100px);
    margin: auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-pol-cont__rt {
    width: 88%;
  }  
}
.p-pol-cont-1 .p-pol-cont__rt {
  padding-top: 45px;
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-1 .p-pol-cont__rt {
    padding-top: 75px;
  }  
}
.p-pol-cont-2 .p-pol-cont__rt {
  order: 1;
  padding-top: 75px;
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-2 .p-pol-cont__rt {
    order: 2;
    padding-top: 75px;
  }  
}
.p-pol-cont__des {
  width: 970px;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1400px) {
  .p-pol-cont__des {
    width: 100%;
  }  
}
@media screen and (max-width: 1025px) {
  .p-pol-cont__des {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    writing-mode: inherit;
  }  
}
.p-pol-cont-1 .p-pol-cont__des {
  padding-right: 160px;
}
@media screen and (max-width: 1400px) {
  .p-pol-cont-1 .p-pol-cont__des {
    padding-right: 50px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-1 .p-pol-cont__des {
    padding-right: 0;
  }  
}
.p-pol-cont-2 .p-pol-cont__des {
  margin-left: auto;
  padding-right: 140px;
}
@media screen and (max-width: 1279px) {
  .p-pol-cont-2 .p-pol-cont__des {
    padding-right: 50px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-2 .p-pol-cont__des {
    padding-right: 0;
  }  
}
.p-pol-cont__head {
  position: relative;
  margin-left: 35px;
  font-size: 3.6rem;
  line-height: 1.0;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 1279px) {
  .p-pol-cont__head {
    margin-left: 35px;
    font-size: 3.0rem;
  }  
}
@media screen and (max-width: 1025px) {
  .p-pol-cont__head {
    margin-left: 0;
    letter-spacing: 0.15em;
    /* writing-mode: vertical-rl; */
  }  
}
@media screen and (max-width: 600px) {
  .p-pol-cont__head {
    font-size: 2.4rem;
  }  
}
.p-pol-cont__head:before {
  content: '';
  position: absolute;
  top: -155px;
  left: 50%;
  width: 1px;
  height: 105px;
  background: #c9c9c9;
}
@media screen and (max-width: 1025px) {
  .p-pol-cont__head:before {
    top: -115px;
    height: 84px;
  }
}
.p-pol-cont__txtarea {
  height: 520px;
  padding-top: 50px;
  margin-left: 35px;
}
@media screen and (max-width: 1279px) {
  .p-pol-cont__txtarea {
    height: 610px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-pol-cont__txtarea {
    height: auto;
    padding-top: 40px;
    align-self: baseline;
  }  
}
@media screen and (min-width: 1026px) and (max-width: 1279px) {
  .p-pol-cont__txtarea .p-cont__txt {
    /* margin: 0 0 0 20px; */
  }  
}

/* 空間について */
.p-policy-inner {
  width: 100%;
  max-width: 1560px;
  margin: auto;
}
@media screen and (max-width: 1660px) {
  .p-policy-inner {
    width: calc(100% - 100px);
  }  
}
@media screen and (max-width: 767px) {
  .p-policy-inner {
    width: calc(100% - 80px);
  }  
}
@media screen and (max-width: 600px) {
  .p-policy-inner {
    width: 88%;
  }  
}
.p-pol-cont-3 {
  margin-bottom: 135px;
}
@media screen and (max-width: 600px) {
  .p-pol-cont-3 {
    margin-bottom: 60px;
  }  
}
.p-pol-cont-3__figure {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .p-pol-cont-3__figure {
    margin-bottom: 60px;
  }  
}
.p-pol-cont-3__figure img {
  width: 100%;
}
.p-pol-cont-3__head {
  margin-bottom: 50px;
  font-size: 3.6rem;
  letter-spacing: 0.3em;
  line-height: 1.0;
  text-align: center;
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-3__head {
    font-size: 3.0rem;
  }  
}
@media screen and (max-width: 600px) {
  .p-pol-cont-3__head {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }  
}
.p-pol-cont-3__txtarea {
  align-items: center;
  width: 100%;
  height: 400px;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1025px) {
  .p-pol-cont-3__txtarea {
    height: auto;
    margin: auto;
    writing-mode: inherit;
  }  
}

/* 建築家の */
.p-pol__architect {
  width: 100%;
  padding: 80px 150px;
  background: #f8f8f8;
}
@media screen and (max-width: 1025px) {
  .p-pol__architect {
    margin: auto;
    padding: 60px 6.5%;
    background: #f8f8f8;
  }  
}
@media screen and (max-width: 600px) {
  .p-pol__architect {
    margin: auto;
    padding: 60px 8.5%;
    background: #f8f8f8;
  }  
}
.p-pol-arc__head {
  margin-bottom: 50px;
  font-size: 2.6rem;
  line-height: 1.0;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-pol-arc__head {
    margin-bottom: 40px;
    font-size: 2.0rem;
  }  
}
.p-pol-arc__lt {
  width: 204px;
}
@media screen and (max-width: 960px) {
  .p-pol-arc__lt {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 40px;
  }  
}
.p-pol-arc__rt {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-pol-arc__rt {
    width: 100%;
    padding-left: 0;
  }  
}
.p-pol-arc__figure {
  margin-bottom: 15px;
}
.p-pol-arc__figure img {
  width: 100%;
}
.p-pol-arc__name,
.p-pol-arc__name span {
  line-height: 1.0;
}
.p-pol-arc__name {
  font-size: 2.0rem;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .p-pol-arc__name {
    font-size: 1.8rem;
  }  
}
.p-pol-arc__name span {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.p-pol-arc__txt {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 2.0;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 600px) {
  .p-pol-arc__txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0.15em;
  }  
}
.p-pol-arc__txt:nth-last-of-type(1) {
  margin: 0;
}


/* 二階　鮨さかい */
/* -------------------------------------------------- */
.p-sakai-main {
  background: url(/images/sakai_mv.jpg) no-repeat center center / cover;
}
.p-sakai-intro {
  margin: 0 auto 100px;
}
@media screen and (max-width: 600px) {
  .p-sakai-intro {
    margin: 0 auto 100px;
  }  
}
.p-ski-intro__rt {
  width: 39%;
}
.p-ski-intro__lt {
  width: 61%;
}
@media screen and (max-width: 1025px) {
  .p-ski-intro__lt,
  .p-ski-intro__rt {
    width: 100%;
  }  
}
.p-ski-intro__lt {
  /* writing-mode: vertical-rl; */
}
@media screen and (min-width: 1026px) and (max-width: 1100px) {
  .p-ski-intro__lt {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1025px) {
  .p-ski-intro__lt {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    /* margin-bottom: 80px; */
    writing-mode: inherit;
  }  
}
.p-ski-intro__head {
  /* margin-left: 20px; */
  font-size: 3.4rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
@media screen and (max-width: 1025px) {
  .p-ski-intro__head {
    margin-left: 0;
    font-size: 3.0rem;
  }  
}
@media screen and (max-width: 600px) {
  .p-ski-intro__head {
    font-size: 2.4rem;
  }  
}
.p-ski-intro__txtarea {
  margin-left: 40px;
  padding-top: 45px;
}
@media screen and (max-width: 1025px) {
  .p-ski-intro__txtarea {
    padding-top: 20px;
    height: auto;
  }
  .first__txtarea {
      /* margin-bottom: 80px; */
  }
}
.p-ski-intro__rt {
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1025px) {
  .p-ski-intro__rt {
    justify-content: center;
  }  
}
.p-ski-intro__sign {
  margin: 0 16px;
  padding-top: 25px;
  font-size: 2rem;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .p-ski-intro__txtarea {
    margin-left: 0px;
  }
}
@media screen and (max-width: 521px) {
  .p-ski-intro__sign {
    align-self: flex-end;
  }
  .p-ski-intro__sign img {
    width: 100%;
  }
}
@media screen and (max-width: 439px) {
  .p-ski-intro__sign {
    /* padding-bottom: 14vw; */
  }
}
@media screen and (max-width: 521px) {
  .p-ski-intro__figarea {
    width: 100%;
  }
}

.p-ski-intro__figure {
  display: block;
  position: relative;
  width: 410px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 126%;
}
@media screen and (max-width: 521px) {
  .p-ski-intro__figure {
    width: 100%;
  }
}
.p-ski-intro__figure img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-ski-intro__figure:hover img:nth-of-type(2) {
  opacity: 0;
}

.p-ski-intro__caption {
  margin-right: -0.7em;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: right;
}
@media screen and (max-width: 521px) {
  .p-ski-intro__caption {
    margin-right: -0.7em;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    line-height: 1.5;
    text-align: left;
  }  
}

/* 鮨さかいの特徴 */
.p-sakai-cont {
  position: relative;
  margin-bottom: 145px;
}
@media screen and (max-width: 1025px) {
  .p-sakai-cont {
    margin-bottom: 100px;
  }  
}
@media screen and (max-width: 600px) {
  .p-sakai-cont {
    margin-bottom: 80px;
  }  
}
.p-sakai-cont-3 {
  margin-bottom: 185px;
}
@media screen and (max-width: 600px) {
  .p-sakai-cont-3 {
    margin-bottom: 120px;
  }  
}
.p-sakai-cont:before {
  content: '';
  position: absolute;
  z-index: 0;
  width: 69.8%;
  height: 700px;
}
@media screen and (max-width: 1025px) {
  .p-sakai-cont:before {
    width: calc(100% - 50px);
    height: 43.9vw;
  }  
}
@media screen and (max-width: 600px) {
  .p-sakai-cont:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 94%;
    height: 72.5vw;
  }  
}
.p-sakai-cont-1:before {
  top: 0;
  left: 0;
  background: url(/images/sakai_img02.jpg) no-repeat right top / cover;
}
@media screen and (min-width: 601px) and (max-width: 1025px) {
  .p-sakai-cont-1:before {
    background: url(/images/sakai_img02_tab.jpg) no-repeat right top / cover;
  }  
}
.p-sakai-cont-2:before {
  top: 0;
  right: 0;
  background: url(/images/sakai_img03.jpg) no-repeat center center / cover;
}
@media screen and (min-width: 601px) and (max-width: 1025px) {
  .p-sakai-cont-2:before {
    background: url(/images/sakai_img03_tab.jpg) no-repeat center center / cover;
  }  
}
/* .p-sakai-cont-3:before {
  top: 0;
  left: 0;
  background: url(/images/sakai_img04.jpg) no-repeat center center / cover;
}
@media screen and (min-width: 601px) and (max-width: 1025px) {
  .p-sakai-cont-3:before {
    background: url(/images/sakai_img04_tab.jpg) no-repeat center center / cover;
  }  
} */
.p-sakai-cont-1 .p-cont-inner,
.p-sakai-cont-2 .p-cont-inner,
.p-sakai-cont-3 .p-cont-inner {
  flex-direction: column;
  justify-content: flex-end;
  padding-top: 700px;
}
@media screen and (max-width: 1025px) {
  .p-sakai-cont {
    padding-top: 43.9vw;
  }
  .p-sakai-cont .p-cont-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
  }
}
@media screen and (max-width: 600px) {
  .p-sakai-cont {
    padding-top: 72.5vw;
  }
}
.p-ski-cont__head,
.p-ski-cont__txtarea {
  /* writing-mode: vertical-rl; */
}
.p-ski-cont__head {
  margin-bottom: 20px;
  font-size: 3.6rem;
  letter-spacing: 0.3em;
  line-height: 1.4;
}
@media screen and (max-width: 1025px) {
  .p-ski-cont__head {
    margin-bottom: 40px;
    font-size: 3.0rem;
  }  
}
@media screen and (max-width: 600px) {
  .p-ski-cont__head {
    font-size: 2.4rem;
    letter-spacing: 0.15em;
  }  
}
.p-ski-cont__txtarea {
  /* height: 440px; */
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1025px) {
  .p-ski-cont__txtarea {
    height: auto;
    writing-mode: inherit;
  }  
}
.p-ski-cont-txtarea__inner {
  position: relative;
  background: #fff;
}
@media screen and (min-width: 1025px) {
  .drink-txtarea__inner {
    /* position: absolute; */
  }
}
.p-sakai-cont-1 .p-ski-cont-txtarea__inner,
.p-sakai-cont-3 .p-ski-cont-txtarea__inner {
  padding: 50px 0 1px 50px;
}
@media screen and (max-width: 1025px) {
  .p-sakai-cont-1 .p-ski-cont-txtarea__inner,
  .p-sakai-cont-3 .p-ski-cont-txtarea__inner {
    padding: 0;
  }  
}
.p-sakai-cont-2 .p-ski-cont-txtarea__inner {
  padding: 50px 50px 0 0;
}
@media screen and (max-width: 1025px) {
  .p-sakai-cont-2 .p-ski-cont-txtarea__inner {
    padding: 0;
  }  
}

/* コース */
.p-ski-course__head {
  /* position: relative;
  left: 50%; */
  margin-bottom: 40px;
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.0;
  /* writing-mode: vertical-rl; */
  /* transform: translateX(-50%); */
}
@media screen and (max-width: 600px) {
  .p-ski-course__head {
    font-size: 2.4rem;
  }  
}
.p-ski-course__head:before,
.p-ski-course__head:after {
  content: '';
  position: absolute;
  top: -40px;
  left: 49.9%;
  width: 1px;
  height: 20px;
  background: #c9c9c9;
}
.p-ski-course__head:before {
  margin-left: -2px;
}
.p-ski-course__head:after {
  margin-left: 2px;
}
.p-ski-course__catch {
  margin-bottom: 50px;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
}
.p-ski-course__cont {
  padding: 50px 0 70px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 600px) {
  .p-ski-course__cont {
    padding: 50px 0 60px;
  }  
}
.p-ski-course__slide {
  width: 58.333%;
}
.p-ski-drink__slide {
  width: 75%;
  position: absolute !important;
  top: 0;
  left: 0;
}
.p-ski-drink__slide .slick-dots {
    bottom: -20px !important;
    text-align: center !important;
}
@media screen and (max-width: 1025px) {
  .p-ski-course__slide {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }  
  .p-ski-drink__slide {
    height: 43.9vw;
    width: calc(100% - 50px);
  }
}
.p-ski-course__figure,
.p-ski-course__figure img,
.p-ski-drink__figure,
.p-ski-drink__figure img
 {
  width: 100%;
}
.p-ski-course__des {
  width: 41.667%;
  padding: 95px 0 0 80px;
}
@media screen and (max-width: 1025px) {
  .p-ski-course__des {
    width: 100%;
    padding: 40px 0 0 0;
  }  
}
.p-ski-des__head {
  margin-bottom: 30px;
  font-size: 3.4rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
@media screen and (max-width: 1025px) {
  .p-ski-des__head {
    font-size: 3.0rem;
  }  
}
@media screen and (max-width: 600px) {
  .p-ski-des__head {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }  
}
.p-ski-des__name {
  margin-bottom: 0;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .p-ski-des__name {
    font-size: 1.6rem;
  }  
}
.p-ski-des__txt {
  margin-bottom: 50px;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .p-ski-des__txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }  
}
.p-ski-des__price {
  margin-bottom: 20px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.0;
}
@media screen and (max-width: 600px) {
  .p-ski-des__price {
    font-size: 1.4rem;
  }  
}
.p-ski-des__price span {
  font-size: 2.6rem;
}
@media screen and (max-width: 600px) {
  .p-ski-des__price span {
    font-size: 2.0rem;
  }  
}
.p-ski-btn {
  width: 100px;
}
@media screen and (max-width: 600px) {
  .p-ski-btn {
    width: 140px;
    margin: auto;
  }  
}
.p-ski-btn a {
  display: block;
  width: 100%;
  padding: 12px 0 13px;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  text-align: center;
}

/* slider dots */
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  bottom: -20px !important;
  text-align: right !important;
}
.slick-dots li {
  width: 15px !important;
  height: 15px !important;
  margin: 0 0 0 5px !important;
}
.slick-dots li button {
  width: 15px !important;
  height: 15px !important;
}
.slick-dots li button:before {
  content: '' !important;
	width: 13px !important;
	height: 13px !important;
  border: 1px solid #dcdcdc !important;
	background: #fff !important;
  opacity: 1 !important;
}
.slick-dots li.slick-active button:before {
	background: #dcdcdc !important;
}


/* 三階　我逢⼈ */
/* -------------------------------------------------- */
.p-gahoujin-main {
  margin-bottom: 150px !important;
  background: url(/images/gahoujin_mv.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 1025px) {
  .p-gahoujin-main {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 600px) {
  .p-gahoujin-main {
    margin-bottom: 80px !important;
  }
}
.p-gahoujin-staff {
  position: relative;
  width: 100%;
  max-width: 1520px;
  min-height: 486px;
  margin: 0 auto 165px;
}
@media screen and (max-width: 600px) {
  .p-gahoujin-staff {
    margin: 0 auto 100px;
  }  
}
.p-ghj-stf__head {
  /* position: absolute;
  top: 0;
  right: 50px; */
  margin-bottom: 80px;
  font-size: 3.4rem;
  letter-spacing: 0.3em;
  line-height: 1.0;
  text-align: center;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1279px) {
  .p-ghj-stf__head {
    position: relative;
    left: 50%;
    font-size: 3.0rem;
    margin-bottom: 50px;
    letter-spacing: 0.15em;
    transform: translateX(-50%);
  }  
}
@media screen and (max-width: 600px) {
  .p-ghj-stf__head {
    font-size: 2.4rem;
  }  
}
.p-ghj-stf__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-top: 20px;
  justify-content: center;
}
@media screen and (min-width: 1026px) and (max-width: 1470px) {
  .p-ghj-stf__inner {
    width: 82%;
    max-width: auto;
    justify-content: center;
  }
}
.p-ghj-stf__item {
  position: relative;
  width: 30.8%;
  margin: 0 0 0 3.8%;
}
@media screen and (max-width: 767px) {
  .p-ghj-stf__item {
    width: 100%;
    max-width: 500px;
  }  
}
.p-ghj-stf__item:nth-of-type(2) {
  /* margin: 30px 0 0 3.8%; */
}
@media screen and (max-width: 767px) {
  .p-ghj-stf__item {
    margin: 0 auto 80px !important;
  }
}
@media screen and (max-width: 600px) {
  .p-ghj-stf__item {
    margin: 0 auto 60px !important;
  }
}
.p-ghj-stf__item:nth-of-type(3) {
  /* margin: 80px 0 0 0; */
}
@media screen and (max-width: 767px) {
  .p-ghj-stf__item:nth-of-type(3) {
    margin: auto !important;
  }
}
.p-ghj-stf__name-area {
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 1;
  /* writing-mode: vertical-rl; */
}
.p-ghj-stf__name {
  padding: 0 13px 16px;
  font-size: 2.0rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  background: #fff;
}
@media screen and (max-width: 960px) {
  .p-ghj-stf__name {
    font-size: 2.0rem;
  }  
}
.p-ghj-stf__figure {
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 126%;
  overflow: hidden;
}
.p-ghj-stf__figure img {
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  -webkit-transform: translate(-0%, -0%);
  transform: translate(-0%, -0%);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.p-ghj-stf__figure:hover img:nth-of-type(2) {
  opacity: 0;
}

.p-ghj-stf__txt {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (max-width: 600px) {
  .p-ghj-stf__txt {
    font-size: 1.4rem;
  }  
}


/* 二階　在掌 */
/* -------------------------------------------------- */
.p-zaisho-main {
  margin-bottom: 150px !important;
  background: url(/images/zaisho_mv.jpg) no-repeat 83% center / cover;
}
.p-zis-stf__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
/*   flex-direction: row-reverse; */
  padding-top: 20px;
  justify-content: center;
}
@media screen and (min-width: 1026px) and (max-width: 1470px) {
  .p-ghj-stf__inner {
    width: 100%;
    max-width: auto;
    justify-content: center;
  }
}
.p-zis-stf__item {
  position: relative;
  width: 30.8%;
  margin: 0 0 0 3.8%;
}
.p-zis-stf__item:first-of-type {
  margin: 0 0 0 0%;
}
@media screen and (max-width: 767px) {
  .p-zis-stf__item {
    width: 100%;
    max-width: 500px;
  }  
}
.p-zis-stf__item:nth-of-type(2) {
  /* margin: 30px 0 0 3.8%; */
}
@media screen and (max-width: 767px) {
  .p-zis-stf__item {
    margin: 0 auto 80px !important;
  }
}
@media screen and (max-width: 600px) {
  .p-zis-stf__item {
    margin: 0 auto 60px !important;
  }
}
.p-zis-stf__item:nth-of-type(3) {
  /* margin: 80px 0 0 0; */
}
@media screen and (max-width: 767px) {
  .p-zis-stf__item:nth-of-type(3) {
    margin: auto !important;
  }
}
.p-zis__lt {
  position: relative;
  width: 60%;
  margin-right: 3%;
}
.p-zis__rt {
  width: 36.5%;
}
@media screen and (max-width: 1025px) {
  .p-zis__lt {
    width: calc(100% - 50px);
  }
  .p-zis__rt {
    width: calc(100% - 100px);
    margin: auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-zis__lt {
    width: 94%;
  }
  .p-zis__rt {
    width: 88%;
  }  
}

.p-zis-inner__txtarea {
/*  height: 550px;*/
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .p-zis-inner__txtarea {
    height: auto;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1250px) {
  .p-zis-inner__txtarea .p-cont__txt {
    margin: 0 0 0 20px;
  }
}

.p-zis-inner__ishoutxt {
  height: 550px;
  padding-top: 50px;
}
@media screen and (max-width: 1025px) {
  .p-zis-inner__ishoutxt {
    height: auto;
    padding-left: 6.5%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1250px) {
  .p-zis-inner__ishoutxt .p-cont__txt {
    margin: 0 0 0 20px;
  }
}

.p-nis__lt {
  position: relative;
  width: 36.5%;
}
.p-nis__rt {
  width: 60%;
  margin-right: 3%;
}
@media screen and (max-width: 1025px) {
  .p-nis__lt {
    width: calc(100% - 50px);
  }
  .p-nis__rt {
    width: calc(100% - 100px);
    margin: auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-nis__lt {
    width: 94%;
  }
  .p-nis__rt {
    width: 88%;
  }  
}

/* 部屋 */
.p-gahoujin-cont {
	position: relative;
	margin-bottom: 145px;
}
@media screen and (max-width: 1025px) {
  .p-gahoujin-cont {
    margin-bottom: 100px;
    padding-top: 43.9vw;
  }
}
@media screen and (max-width: 600px) {
  .p-gahoujin-cont {
    margin-bottom: 120px;
    padding-bottom: 100px;
    padding-top: 72.5vw;
    border-bottom: 1px solid #dcdcdc;
  }
}
.p-gahoujin-cont-3 {
	margin-bottom: 185px;
}
@media screen and (max-width: 600px) {
  .p-gahoujin-cont-3 {
    margin-bottom: 120px;
  }
}
.p-gahoujin-cont:before {
	content: '';
	position: absolute;
	z-index: 0;
	width: 69.8%;
	height: 700px;
}
@media screen and (max-width: 1025px) {
  .p-gahoujin-cont:before {
    width: 94%;
    height: 43.9vw;
  }
}
@media screen and (max-width: 600px) {
  .p-gahoujin-cont:before {
    height: 72.5vw;
  }
}
.p-gahoujin-cont-1:before {
	top: 0;
	left: 0;
	background: url(/images/gahoujin_img01.jpg) no-repeat center center / cover;
}
@media screen and (min-width: 601px) and (max-width: 1025px) {
  .p-gahoujin-cont-1:before {
    background: url(/images/gahoujin_img01_tab.jpg) no-repeat center center / cover;
  }  
}
.p-gahoujin-cont-2:before {
	top: 0;
	right: 0;
	background: url(/images/gahoujin_img02.jpg) no-repeat center center / cover;
}
@media screen and (min-width: 601px) and (max-width: 1025px) {
  .p-gahoujin-cont-2:before {
    background: url(/images/gahoujin_img02_tab.jpg) no-repeat center center / cover;
  }  
}
.p-gahoujin-cont-3:before {
	top: 0;
	left: 0;
	background: url(/images/gahoujin_img03.jpg) no-repeat center center / cover;
}
@media screen and (min-width: 601px) and (max-width: 1025px) {
  .p-gahoujin-cont-3:before {
    background: url(/images/gahoujin_img03_tab.jpg) no-repeat center center / cover;
  }  
}
.p-gahoujin-cont-1 .p-cont-inner,
.p-gahoujin-cont-2 .p-cont-inner,
.p-gahoujin-cont-3 .p-cont-inner {
	flex-direction: column;
	justify-content: flex-end;
  padding-top: 700px;
}
@media screen and (max-width: 1025px) {
  .p-gahoujin-cont .p-cont-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
}
.p-ghj-cont__head {
	/* margin-bottom: 265px; */
	font-size: 3.6rem;
	letter-spacing: 0.3em;
	line-height: 1.0;
  padding-top: 40px;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1025px) {
  .p-ghj-cont__head {
    margin-bottom: 20px;
    font-size: 3.0rem;
    letter-spacing: 0.15em;
  }
}
@media screen and (max-width: 600px) {
  .p-ghj-cont__head {
    font-size: 2.4rem;
  }
}
.p-gahoujin-cont-1 .p-ski-cont-txtarea__inner,
.p-gahoujin-cont-3 .p-ski-cont-txtarea__inner {
	padding: 30px 0 0 30px;
}
.p-gahoujin-cont-2 .p-ski-cont-txtarea__inner {
	padding: 30px 30px 0 0;
}
@media screen and (max-width: 1025px) {
  .p-gahoujin-cont .p-ski-cont-txtarea__inner {
    padding: 0 !important;
  }
}
/* .p-ghj-course__cont {
  padding: 50px 0 70px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 600px) {
  .p-ghj-course__cont {
    padding: 60px 0;
  }  
} */
.p-ghj-course__cont .p-ski-course__slide {
  order: 2;
}
@media screen and (max-width: 1025px) {
  .p-ghj-course__cont .p-ski-course__slide {
    order: 1;
  }  
}
.p-ghj-course__cont .p-ski-course__des {
  order: 1;
  padding: 95px 80px 0 0;
}
@media screen and (max-width: 1025px) {
  .p-ghj-course__cont .p-ski-course__des {
    order: 2;
    padding: 40px 0 0 0;
  }  
}

/* 二階　在掌 */
/* -------------------------------------------------- */
.p-zaisho-main {
  margin-bottom: 150px !important;
  background: url(/images/zaisho_mv.jpg) no-repeat 83% center / cover;
}

/* 料理 */
/* -------------------------------------------------- */
.p-cuisine-main {
  margin-bottom: 75px !important;
  background: url(/images/cuisine_mv.jpg) no-repeat center center / cover;
}

/* コンセプト */
.p-concept {
  margin-bottom: 230px;
}
@media screen and (max-width: 1025px) {
  .p-concept {
    margin-bottom: 160px;
  }  
}
.p-cpt__lt {
  position: relative;
  width: 68.5%;
}
.p-cpt__rt {
  width: 31.5%;
}
@media screen and (max-width: 1025px) {
  .p-cpt__lt {
    width: calc(100% - 50px);
  }
  .p-cpt__rt {
    width: calc(100% - 100px);
    margin: auto;
  }  
}
@media screen and (max-width: 600px) {
  .p-cpt__lt {
    width: 94%;
  }
  .p-cpt__rt {
    width: 88%;
  }  
}
.p-cpt__figure-l {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1536px) {
  .p-cpt__figure-l {
    height: 39.1vw;
  }
}
@media screen and (max-width: 1025px) {
  .p-cpt__figure-l {
    height: 58.5vw;
  }  
}
@media screen and (max-width: 600px) {
  .p-cpt__figure-l {
    height: 65vw;
  }  
}
.p-cpt__figure-l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-cpt__figure-s {
  position: absolute;
  top: 460px;
  left: 50%;
  width: 650px;
  transform: translateX(-300px);
}
@media screen and (max-width: 1536px) {
  .p-cpt__figure-s {
    top: 29.9vw;
    width: 42.3vw;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1025px) {
  .p-cpt__figure-s {
    top: 44.8vw;
    width: 67%;
  }
}
@media screen and (max-width: 930px) {
  .p-cpt__figure-s {
    width: 69.5%;
  }
}
@media screen and (max-width: 600px) {
  .p-cpt__figure-s {
    top: 49vw;
    width: 74%;
  }  
}
.p-cpt-fig__item--lt {
  margin-right: 50px;
}
.p-cpt-fig__item--rt {
  margin-top: 90px;
}
.p-cpt-fig__item--lt img,
.p-cpt-fig__item--rt img {
  width: 100%;
}
@media screen and (max-width: 1536px) {
  .p-cpt-fig__item--lt {
    width: 19.5vw;
    margin-right: 3.3vw;
  }
  .p-cpt-fig__item--rt {
    width: 19.5vw;
    margin-top: 5.8vw;
  }
}
@media screen and (max-width: 1025px) {
  .p-cpt-fig__item--lt {
    width: 29.3vw;
    margin-right: 3.3vw;
  }
  .p-cpt-fig__item--rt {
    width: 29.3vw;
    margin-top: 8.8vw;
  }
}
@media screen and (max-width: 600px) {
  .p-cpt-fig__item--lt {
    width: 32vw;
    margin-right: 2.2vw;
  }
  .p-cpt-fig__item--rt {
    width: 32vw;
    margin-top: 9.6vw;
  }
}
.p-cpt-rt__inner {
  padding-top: 75px;
  /* writing-mode: vertical-rl; */
}
@media screen and (min-width: 1025px) {
  .p-cpt-rt__inner {
    padding-left: 10%;
  }
}
@media screen and (max-width: 1250px) {
  .p-cpt-rt__inner {
    width: 100%;
    padding-right: 50px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-cpt-rt__inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    padding-top: 10vw;
    padding-right: 0;
    writing-mode: inherit;
  }  
}
@media screen and (max-width: 420px) {
  .p-cpt-rt__inner {
    padding-top: 20vw;
  }  
}
.p-cpt-inner__head {
  /* margin-left: 50px; */
  font-size: 3.6rem;
  letter-spacing: 0.3em;
  line-height: 1.5;
}
@media screen and (max-width: 1250px) {
  .p-cpt-inner__head {
    margin-left: 24px;
    font-size: 3.0rem;
  }  
}
@media screen and (max-width: 1025px) {
  .p-cpt-inner__head {
    margin: 0;
    letter-spacing: 0.15em;
    /* writing-mode: vertical-rl; */
  }  
}
@media screen and (max-width: 600px) {
  .p-cpt-inner__head {
    font-size: 2.4rem;
  }  
}
.p-cpt-inner__txtarea {
  /* height: 855px; */
  padding: 50px 0;
}
@media screen and (max-width: 1025px) {
  .p-cpt-inner__txtarea {
    height: auto;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1250px) {
  .p-cpt-inner__txtarea .p-cont__txt {
    margin: 0 0 0 20px;
  }
}

/* 技術について */
.p-tech {
  width: 100%;
  height: 700px;
  background: url(/images/cuisine_img04.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 1025px) {
  .p-tech {
    height: auto;
    margin-bottom: 100px;
    padding-top: 40.5vw;
    background: url(/images/cuisine_img04_tab.jpg) no-repeat center top / contain;
  }  
}
@media screen and (max-width: 600px) {
  .p-tech {
    margin-bottom: 80px;
    padding-top: 69.333vw;
    background: url(/images/cuisine_img04_sp.jpg) no-repeat center top / contain;
  }  
}
.p-tech__inner * {
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .p-tech__inner * {
    color: #000;
  }  
}
.p-tech__inner {
  padding-top: 155px;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1025px) {
  .p-tech__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 75px;
    writing-mode: inherit;
  }  
}
.p-cuisine-sec__head {
  position: relative;
  font-size: 3.4rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  /* writing-mode: vertical-rl; */
}
@media screen and (max-width: 1025px) {
  .p-cuisine-sec__head {
    font-size: 3.0rem;
  }  
}
@media screen and (max-width: 600px) {
  .p-cuisine-sec__head {
    font-size: 2.4rem;
  }  
}
.p-cuisine-sec__head:before {
  content: '';
  position: absolute;
  top: -155px;
  left: 50%;
  width: 1px;
  height: 105px;
  background: #c9c9c9;
}
@media screen and (max-width: 1025px) {
  .p-cuisine-sec__head:before {
    top: -115px;
    height: 84px;
  }  
}
.p-tech__txtarea {
  height: 350px;
  margin-right: 40px;
  padding-top: 45px;
}
@media screen and (max-width: 1025px) {
  .p-tech__txtarea {
    height: auto;
    margin-right: 0;
    padding-top: 40px;
  }  
}

/* 材料について */
.p-material {
  width: 100%;
  height: 1100px;
  margin-bottom: 140px;
  background: url(/images/cuisine_img05.jpg) no-repeat center right / cover;
}
@media screen and (max-width: 1025px) {
  .p-material {
    height: auto;
    margin-bottom: 120px;
    padding-top: 40.5vw;
    background: url(/images/cuisine_img05_tab.jpg) no-repeat center top / contain;
  }  
}
@media screen and (max-width: 600px) {
  .p-material {
    padding-top: 69.333vw;
    background: url(/images/cuisine_img05_sp.jpg) no-repeat center top / contain;
  }  
}
.p-mtr__inner {
  padding-top: 100px;
}
@media screen and (max-width: 1025px) {
  .p-mtr__inner {
    align-items: center;
    flex-direction: column;
    padding-top: 75px;
  }  
}
.p-mtr__inner * {
  color: #fff;
}
@media screen and (max-width: 1025px) {
  .p-mtr__inner * {
    color: #000;
  }  
}
.p-mtr__inner .p-cuisine-sec__head {
  padding: 20px 0 40px;
}
@media screen and (max-width: 1025px) {
  .p-mtr__inner .p-cuisine-sec__head {
    margin: 0 auto 60px;
    padding-top: 0;
  }  
}
@media screen and (max-width: 767px) {
  .p-mtr__inner .p-cuisine-sec__head {
    margin: 0 auto 40px;
  }  
}
.p-mtr__inner .p-cuisine-sec__head:before {
  margin-top: 55px;
}
@media screen and (max-width: 1025px) {
  .p-mtr__inner .p-cuisine-sec__head:before {
    margin-top: 0;
  }  
}
.p-mtr__cont {
  width: 89.2%;
  margin-left: 7.8%;
}
@media screen and (max-width: 1300px) {
  .p-mtr__cont {
    width: 89.2%;
    margin-left: 7.8%;
    width: calc(89.2% - 34px);
  }  
}
@media screen and (max-width: 1025px) {
  .p-mtr__cont {
    width: 100%;
    margin-left: 0;
  }  
}
.p-mtr-cont__row {
  width: 85.95%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1025px) {
  .p-mtr-cont__row {
    width: 100%;
    margin-bottom: 30px;
  }  
}
@media screen and (max-width: 600px) {
  .p-mtr-cont__row {
    margin-bottom: 50px;
  }  
}
.p-mtr-cont__row:nth-of-type(2) {
  margin: 0 0 0 100px;
}
@media screen and (max-width: 1300px) {
  .p-mtr-cont__row:nth-of-type(2) {
    margin: 0 0 0 14%;
  }  
}
@media screen and (max-width: 1025px) {
  .p-mtr-cont__row:nth-of-type(2) {
    margin: 0;
  }  
}
.p-mtr-cont__figure {
  width: 350px;
}
@media screen and (max-width: 1300px) {
  .p-mtr-cont__figure {
    width: 40.2%;
  }  
}
@media screen and (max-width: 960px) {
  .p-mtr-cont__figure {
    width: 280px;
  }  
}
@media screen and (max-width: 767px) {
  .p-mtr-cont__figure {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
  }  
}
.p-mtr-cont__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.p-mtr-cont__des {
  width: calc(100% - 350px);
  padding-left: 50px;
}
@media screen and (max-width: 1300px) {
  .p-mtr-cont__des {
    width: calc(100% - 40.2%);
  }  
}
@media screen and (max-width: 960px) {
  .p-mtr-cont__des {
    width: calc(100% - 280px);
  }  
}
@media screen and (max-width: 767px) {
  .p-mtr-cont__des {
    width: 100%;
    padding-left: 0;
  }  
}
.p-mtr-des__head {
  margin-bottom: 12px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
@media screen and (max-width: 600px) {
  .p-mtr-des__head {
    font-size: 2.0rem;
  }  
}

/* コース */
.p-cuisine-course {
  margin-bottom: 100px;
}
@media screen and (max-width: 600px) {
  .p-cuisine-course {
    margin-bottom: 60px;
  }  
}
.p-cuisine-course .p-ghj-course__cont {
  border-top: none;
}

/* お持ち帰りメニュー */
.p-cuisine-to {
  width: 100%;
  max-width: 1560px;
  margin: auto;
  padding: 100px 50px;
  background: #f8f8f8;
}
@media screen and (max-width: 1660px) {
  .p-cuisine-to {
    width: calc(100% - 100px);
  }  
}
@media screen and (max-width: 1300px) {
  .p-cuisine-to {
    padding: 100px 0;
  }  
}
@media screen and (max-width: 1025px) {
  .p-cuisine-to {
    width: calc(100% - 80px);
  }  
}
@media screen and (max-width: 600px) {
  .p-cuisine-to {
    width: 88%;
    padding: 80px 0;
  }  
}
@media screen and (max-width: 600px) {
  .p-cuisine-to .p-cont-inner {
    width: 83%;
  }
}
.p-csn-to__head {
  margin-bottom: 50px;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-csn-to__head {
    margin-bottom: 50px;
    font-size: 2.0rem;
  }  
}
.p-csn-to__list {
  margin: 0 auto 30px;
}
.p-csn-to__item {
  width: 31.666%;
  margin: 0 2.5% 0 0;
}
@media screen and (max-width: 768px) {
  .p-csn-to__item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
  }  
}
.p-csn-to__item:nth-last-of-type(1) {
  margin: 0 auto;
}
.p-csn-item__figure {
  width: 100%;
  margin-bottom: 15px;
}
.p-csn-item__figure img {
  width: 100%;
}
.p-csn-item__ttl {
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
.p-csn-item__price {
  font-size: 1.4rem;
  line-height: 1.0;
  text-align: right;
}
.p-csn-item__price span {
  font-size: 1.8rem;
  line-height: 1.0;
}
.p-csn-to__txt {
  font-size: 1.5rem;
  line-height: 1.0;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .p-csn-to__txt {
    font-size: 1.3rem;
  }  
}


/* アクセス */
/* -------------------------------------------------- */
.p-access-main {
  background: url(/images/access_mv.jpg) no-repeat center center / cover;
}

/* 各店舗情報 */
.p-access-sec {
  width: 100%;
  height: 666px;
}
@media screen and (max-width: 1025px) {
  .p-access-sec {
    height: auto;
  }  
}
.p-acs-sakai {
  margin-bottom: 160px;
}
.p-acs-gahoujin {
  margin-bottom: 140px;
}
@media screen and (max-width: 1025px) {
  .p-acs-sakai,
  .p-acs-gahoujin {
    margin-bottom: 100px;
  }  
}
@media screen and (max-width: 600px) {
  .p-acs-sakai,
  .p-acs-gahoujin {
    margin-bottom: 80px;
  }  
}
.p-acs__figure,
.p-acs__cont {
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 1025px) {
  .p-acs__figure {
    width: 100%;
    height: 40.5vw;
  }
  .p-acs__cont {
    width: calc(100% - 100px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-acs__cont {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 600px) {
  .p-acs__figure {
    height: 69.333vw;
  }
  .p-acs__cont {
    width: 88%;
  }
}
.p-acs-gahoujin .p-acs__figure {
  order: 2;
}
@media screen and (max-width: 1025px) {
  .p-acs-gahoujin .p-acs__figure {
    order: 1;
  }  
}
.p-acs__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
  font-family: 'object-fit: cover;';
}
.p-acs__cont {
  align-items: flex-end;
}
.p-acs-gahoujin .p-acs__cont {
  order: 1;
}
@media screen and (max-width: 1025px) {
  .p-acs-gahoujin .p-acs__cont {
    order: 2;
  }  
}
.p-acs-cont__inner {
  justify-content: space-between;
  width: 600px;
  padding-bottom: 15px;
}
@media screen and (max-width: 1300px) {
  .p-acs-cont__inner {
    width: 100%;
  }  
}
@media screen and (max-width: 1025px) {
  .p-acs-cont__inner {
    align-items: center !important;
    flex-direction: column !important;
    padding-top: 60px !important;
    padding-bottom: 15px;
  }  
}
.p-acs-sakai .p-acs-cont__inner {
  flex-direction: row-reverse;
  padding: 0 0 0 80px;
}
@media screen and (max-width: 1300px) {
  .p-acs-sakai .p-acs-cont__inner {
    padding: 0 50px 0 80px;
  }  
}
@media screen and (max-width: 1181px) {
  .p-acs-sakai .p-acs-cont__inner {
    padding: 0 50px 0 40px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-acs-sakai .p-acs-cont__inner {
    padding: 75px 0 0 0;
  }  
}
@media screen and (max-width: 600px) {
  .p-acs-sakai .p-acs-cont__inner {
    padding: 60px 0 0 0;
  }  
}
.p-acs-gahoujin .p-acs-cont__inner {
  flex-direction: row;
  margin-left: auto;
  padding: 0 100px 0 0;
}
@media screen and (max-width: 1300px) {
  .p-acs-gahoujin .p-acs-cont__inner {
    padding: 0 80px 0 50px;
  }  
}
@media screen and (max-width: 1180px) {
  .p-acs-gahoujin .p-acs-cont__inner {
    padding: 0 40px 0 50px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-acs-gahoujin .p-acs-cont__inner {
    padding: 0;
  }  
}

.p-acs-cont__header {
  margin-top: 100px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 1279px) {
  .p-acs-cont__header {
    margin-top: 20px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-acs-cont__header {
    margin-top: 0;
    margin-left: 24px;
  }  
}
.p-acs-gahoujin .p-acs-cont__header {
  margin-top: 100px;
}
@media screen and (max-width: 1279px) {
  .p-acs-gahoujin .p-acs-cont__header {
    margin-top: -25px;
  }  
}
@media screen and (max-width: 1025px) {
  .p-acs-gahoujin .p-acs-cont__header {
    margin-top: 0;
  }  
}
.p-acs-cont__floor,
.p-acs-cont__head {
  letter-spacing: 0.15em;
  line-height: 1.0;
}
.p-acs-cont__floor {
  margin-left: 10px;
  font-size: 1.4rem;
}
.p-acs-cont__head {
  position: relative;
  margin-top: 15px;
  font-size: 3.4rem;
}
@media screen and (max-width: 1025px) {
  .p-acs-cont__head {
    font-size: 3.0rem;
  }  
}
@media screen and (max-width: 600px) {
  .p-acs-cont__head {
    font-size: 2.4rem;
  }  
}
.p-acs-cont__head:before {
  content: '';
  position: absolute;
  top: -150px;
  left: 50%;
  width: 1px;
  height: 105px;
  background: #c9c9c9;
}
@media screen and (max-width: 1025px) {
  .p-acs-cont__head:before {
    top: -120px;
    height: 84px;
  }
}
@media screen and (max-width: 1279px) {
  .p-acs-cont__info {
    width: 80%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1025px) {
  .p-acs-cont__info {
    width: 100%;
  }
}
.p-acs-info__row {
  margin-bottom: 15px;
}
.p-acs-info__row * {
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.p-acs-info__row:nth-last-of-type(1) {
  margin: 0;
}
.p-acs-info__row > dt {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 10px 5px;
  line-height: 1.0;
  background: #ebebeb;
}
.p-acs-info__row > dd {
  padding-left: 10px;
  line-height: 1.7;
}
.p-acs-info__tt dt {
  width: 70px;
}
.p-acs-info__tt dd {
  width: calc(100% - 70px);
}
.p-acs-info__tt ul {
  display: flex;
  flex-wrap: wrap;
}
.p-acs-info__tt ul li {
  margin: 0 20px 0 0;
}
.p-acs-info__tt ul li:nth-last-of-type(1) {
  margin: 0;
}
.p-map {
  width: 100%;
  height: 500px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1025px) {
  .p-map {
    height: 40vh;
  }  
}
@media screen and (max-width: 600px) {
  .p-map {
    height: 50vh;
  }  
}
.p-map iframe {
  width: 100%;
  height: 100%;
}

/* アクセスマップ */
.p-process {
  border: 1px solid #c9c9c9;
}
.p-prc-tab__item {
  width: 50%;
  padding: 27px 0 29px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
  background: #c9c9c9;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .p-prc-tab__item {
    padding: 22px 0 23px;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 600px) {
  .p-prc-tab__item {
    font-size: 1.8rem;
  }
}
.p-prc-tab__item.is-active {
  background: #fff;
}
.p-prc__cont {
  padding: 60px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-prc__cont {
    padding: 30px;
  }  
}
.p-prc__panel {
  display: none;
}
.p-prc__panel.is-show {
  display: block;
}
.p-prc__panel img {
  max-width: 100%;
}

/* よくあるご質問 */
.p-faq-wrap {
  width: 75%;
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1300px) {
  .p-faq-wrap {
    width: calc(80% - 100px);
  }  
}
@media screen and (max-width: 767px) {
  .p-faq-wrap {
    width: calc(100% - 60px);
  }  
}
@media screen and (max-width: 600px) {
  .p-faq-wrap {
    width: calc(100% - 60px);
    top: 100px;
  }  
}
.p-faq-top-txt {
  font-size: 1.8rem;
}
.p-faq-menu-wrap {
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-faq-menu-wrap {
    padding-top: 90px;
  }  
}

ul.p-faq-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  background: #fff;

  li {
    width: calc(100% / 3);
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;

    a {
      display: block;
      height: 100%;
      padding: 10px 10px;
      transition: .6s;
      font-size: 1.3rem;
      line-height: 1.3;
      &:hover {
        background: #000;
        color: #fff;
      }
    }
  }
}
/*.faq01-sec ul.p-faq-menu li.p-faq-menu01 a,
.faq02-sec ul.p-faq-menu li.p-faq-menu02 a,
.faq03-sec ul.p-faq-menu li.p-faq-menu03 a,
.faq04-sec ul.p-faq-menu li.p-faq-menu04 a,
.faq05-sec ul.p-faq-menu li.p-faq-menu05 a,
.faq06-sec ul.p-faq-menu li.p-faq-menu06 a
{
  background: #000;
  color: #fff;
}*/

@media screen and (max-width: 960px) {
  ul.p-faq-menu {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-left: 1px solid #000;

    li {
      width: calc(100% / 2);
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;

      a {
      }
    }
  }
}
@media screen and (max-width: 660px) {
  ul.p-faq-menu {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-left: 1px solid #000;

    li {
      width: calc(100% / 2);
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;

      a {
      }
    }
  }
}

.p-faq-cont {
  section {
/*    margin-bottom: 120px;*/
  }
}
.p-faq-empty {
  height: 150px;
}
.p-faq-inner {
  margin-top: -40px;
  padding-top: 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1085px) {
  .p-faq-inner {
    margin-top: -60px;
    padding-top: 60px;  
  }
}
@media screen and (max-width: 970px) {
  .p-faq-inner {
    margin-top: -80px;
    padding-top: 80px;  
  }
}
@media screen and (max-width: 820px) {
  .p-faq-inner {
    margin-top: -120px;
    padding-top: 120px;  
  }
}
@media screen and (max-width: 520px) {
  .p-faq-inner {
    margin-top: -180px;
    padding-top: 180px;  
  }
}

.p-faq-ttl-02 {
  margin-bottom: 30px;
  font-size: 2.0rem;
  font-weight: bold;
}
.p-faq-ttl-03 {
  margin: 10px 0 16px;
  font-size: 1.6rem;
}
.p-faq-in-ttl-03 {
  margin: 20px 0 8px;
  font-size: 1.6rem;
  font-weight: 600;
}
.p-faq-txt {
  margin-bottom: 16px;
  font-size: 1.5rem;
}
.p-faq-sec {
  table {
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    th,td {
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
    }
    th {
      width: 25%;
      padding: 10px;
      text-align: center;
      vertical-align: middle;
      background: #ccc;
      font-size: 1.4rem;
    }
    td {
      padding: 10px;
      font-size: 1.3rem;
    }
    .p-faq-table-center {
      text-align: center;
    }
  }
}
#contact_link {
/*   margin-top: -80px !important; */
  padding-top: 80px !important;
}
@media screen and (max-width: 1023px) {
  .table_wrap {
    overflow-x: scroll;
  }
  .p-faq-sec table th {
      min-width: 193px;
  }
}

/*アコ－ディオン*/
.p-faq-sec .accordion-003:first-of-type {
  border-top: 1px solid #d0d0d0;
}
.accordion-003 {
  border-bottom: 1px solid #d0d0d0;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 20px 1em 0;
    font-size: 1.8rem;
    cursor: pointer;
}
.accordion-003 .q_txt {
    padding-bottom: 1em;
    a {
      color: #df0000;
      text-decoration: underline;
    }
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 dd {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-003[open] dd {
    transform: none;
    opacity: 1;
}
/*//アコ－ディオン*/

/* お問い合わせ */
/* -------------------------------------------------- */
.p-contact-main {
  margin-bottom: 200px !important;
  background: url(/images/contact_mv.jpg) no-repeat center center / cover;
}
@media screen and (max-width: 1025px) {
  .p-contact-main {
    margin-bottom: 130px !important;
  }  
}
@media screen and (max-width: 600px) {
  .p-contact-main {
    margin-bottom: 110px !important;
  }  
}

/* ご予約・お問い合わせ */
.p-contact-sec {
  margin-bottom: 155px;
}
@media screen and (max-width: 600px) {
  .p-contact-sec {
    margin-bottom: 120px;
  }  
}
.p-cnt-sec__head {
  position: relative;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 45px;
  font-size: 3.0rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
}
@media screen and (max-width: 600px) {
  .p-cnt-sec__head {
    font-size: 2.4rem;
  }
}
.p-cnt-sec__head:before,
.p-cnt-sec__head:after {
  content: '';
  position: absolute;
  top: -50px;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #c9c9c9;
}
.p-cnt-sec__head:before {
  margin-left: -2px;
}
.p-cnt-sec__head:after {
  margin-right: 2px;
}

.p-cnt-sec__faq {
  text-align: left;
}
.p-cnt-sec__faq dt {
  display: flex;
  margin-bottom: 10px;
}
.p-cnt-sec__faq dt span.q_word {
  margin-right: 8px;
  font-size: 2.4rem;
}
.p-cnt-sec__faq dt span.q_txt {
  padding-top: 9px;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-cnt-sec__faq dd {
  margin-bottom: 20px;
  padding-bottom: 30px;
  padding-left: 38px;
  border-bottom: 1px solid #ccc;
}
.p-cnt-sec__faq dd p {
  margin-bottom: 16px;
}

.p-cnt-sec__intro {
  margin-bottom: 50px;
  text-align: center;
}
.p-cnt-sec-intro__txt {
  margin-bottom: 35px;
  letter-spacing: 0.15em;
  line-height: 2.2;
}
.p-cnt-sec-intro__txt br {
  display: none;
}
@media screen and (max-width: 479px) {
  .p-cnt-sec-intro__txt br {
    display: inline-block;
  }
}
.p-cnt-sec-intro__tel,
.p-cnt-sec-intro__tel span {
  letter-spacing: 0.15em;
  line-height: 1.0;
}
.p-cnt-sec-intro__tel {
  margin-bottom: 10px;
}
.p-cnt-sec-intro__tel span {
  display: inline-block;
  margin-left: 0.1em;
  font-size: 3.6rem;
}
.p-cnt-sec-intro__reception {
  letter-spacing: 0.15em;
  line-height: 1.0;
}

/* 各店舗情報 */
.p-cnt-sec__shop {
  margin-bottom: 55px;
}
.p-cnt-shop__col {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 1025px) {
  .p-cnt-shop__col {
    width: 100%;
  }
}
.p-cnt-sakai {
  padding: 0 30px 60px 0;
}
@media screen and (max-width: 1025px) {
   .p-cnt-sakai {
    padding: 0 0 40px 0;
  }
}
.p-cnt-gahoujin {
  padding: 0 0 60px 30px;
}
@media screen and (max-width: 1025px) {
  .p-cnt-gahoujin {
    padding: 0 0 40px 0;
  }
}
.p-cnt-zaisho {
  padding: 0 30px 60px 0;
}
.p-txt-zaisho {
  margin-bottom: 20px;
  color: #d12e2e;
}
@media screen and (max-width: 1025px) {
  .p-cnt-zaisho {
    padding: 0 0 40px 0;
  }
}

.p-shop-col__name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 15px;
  background: #000;
  color: #fff;
}
.p-shop-col__name img {
  width: 26px;
}
@media screen and (max-width: 600px) {
  .p-shop-col__name img {
    width: 21px;
  }
}
.p-cnt-gahoujin .p-shop-col__name {
  left: 40px;
}
@media screen and (max-width: 1025px) {
  .p-cnt-gahoujin .p-shop-col__name {
    left: 0;
  }
}
.p-shop-col__cont {
  margin: 20px 0 0 20px;
  padding: 40px 40px 30px 70px;
  background: #f8f8f8;
}
@media screen and (max-width: 600px) {
  .p-shop-col__cont {
    padding: 30px 30px 30px 50px;
  }  
}
.p-shop-cont__row {
  margin-bottom: 10px;
}
.p-shop-cont__row dt,
.p-shop-cont__row dd,
.p-shop-cont__row dd li {
  letter-spacing: 0.15em;
}
.p-shop-cont__row dt {
  width: 70px;
}
.p-shop-cont__row dd {
  width: calc(100% - 70px);
}
.p-shop-cont__row dd ul {
  display: flex;
  flex-wrap: wrap;
}
.p-shop-cont__row dd li {
  margin: 0 20px 0 0;
}
.p-shop-cont__row dd li:nth-last-of-type(1) {
  margin: 0;
}
.p-shop-btn {
  width: 100%;
  margin-bottom: 8px;
}
@media screen and (max-width: 1279px) {
  .p-shop-btn {
    margin: 16px 0 0 0;
  }  
}
@media screen and (max-width: 600px) {
  .p-shop-btn {
    margin: 16px auto 0;
  }  
}
.p-shop-cont__wrap {
  margin: -80px 0 100px;
  text-align: center;
}
.p-shop-cont__inner {
  display: inline-block;
  text-align: left;
}

.p-shop-btn a {
  display: block;
  width: 100%;
  padding: 12px 0 13px;
  font-size: 1.3rem;
  text-align: center;
  background: #fff;
}

/* キャンセルポリシー */
.p-cancel {
  position: relative;
  padding: 80px 70px 70px;
  border: 1px solid #c9c9c9;
}
@media screen and (max-width: 1025px) {
  .p-cancel {
    padding: 40px 50px;
  }  
}
@media screen and (max-width: 600px) {
  .p-cancel {
    padding: 40px 8%;
  }  
}
.p-cancel:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  z-index: 0;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  border: 1px solid #c9c9c9;
}
.p-cancel__head {
  margin-bottom: 40px;
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .p-cancel__head {
    margin-bottom: 20px;
    font-size: 2.0rem;
  }  
}
.p-cancel__txt {
  margin-bottom: 38px;
  letter-spacing: 0.15em;
  text-align: center;
}
.p-cancel__txt br {
  display: none;
}
@media screen and (max-width: 523px) {
  .p-cancel__txt br {
    display: inline-block;
  }  
}
.p-cancel__des {
  margin-bottom: 40px;
  text-align: center;
}
.p-cancel-des__head {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .p-cancel-des__head {
    font-size: 1.6rem;
  }  
}
.p-cancel-des__list {
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cancel-des__list {
    flex-direction: column;
  }  
}
.p-cancel-des__item {
  margin: 0 45px 0 0;
  letter-spacing: 0.15em;
  line-height: 1.0;
}
@media screen and (max-width: 1025px) {
  .p-cancel-des__item {
    margin: 0 24px 0 0;
  }  
}
@media screen and (max-width: 767px) {
  .p-cancel-des__item {
    margin: 0 0 10px 0;
  }  
}
.p-cancel-des__item:nth-last-of-type(1) {
  margin: 0;
}
.p-cancel-att__item {
  padding-left: 1em;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
  line-height: 2.3;
  text-indent: -1em;
}
@media screen and (max-width: 600px) {
  .p-cancel-att__item {
    margin-bottom: 5px;
    font-size: 1.4rem;
    line-height: 1.75;
  }
  .p-cancel-att__item:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

/* お問い合わせフォーム */
.p-cnt-form__inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}
.p-cnt-form__intro {
  justify-content: center;
  margin-bottom: 50px;
}
.p-cnt-form__intro span {
  display: block;
  font-size: 1.4rem;
  line-height: 2.1;
}

/* form */
.p-cnt-form__wrap {
  margin-bottom: 50px;
}
.p-cnt-form__table {
  margin-bottom: 50px;
}
.p-cnt-form__row {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-cnt-form__row {
    margin-bottom: 24px;
  }  
}
.p-cnt-form__row:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-cnt-form__row dt,
.p-cnt-form__row dd {
  font-size: 1.6rem;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 600px) {
  .p-cnt-form__row dt,
  .p-cnt-form__row dd {
    font-size: 1.4rem;
  }  
}
.p-cnt-form__row dt {
  width: 250px;
  padding-top: 17px;
  span {
    font-size: 1.3rem;
    color: #ff0000;
  }
}
.p-cnt-form__row dd {
  width: calc(100% - 250px);
  span {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-cnt-form__row dt {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
  }
  .p-cnt-form__row dd {
    width: 100%;
  }  
}

input[type="text"],
textarea {
  width: 100%;
  background: #f8f8f8;
}
input[type="text"] {
  height: 60px;
  padding: 0 12px;
}
@media screen and (max-width: 600px) {
  input[type="text"] {
    height: 50px;
  }  
}
textarea {
  height: 200px;
  padding: 12px;
}

.p-btn-area {
  justify-content: center;
}
.p-btn-submit {
  width: 300px;
}
.p-btn-submit input,
.p-btn-submit button,
.p-btn-submit a {
  display: block;
  width: 100%;
  padding: 14px 0px 16px;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  line-height: 1.0;
  text-align: center;
  border: 1px solid #c9c9c9;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-btn-submit input:hover,
  .p-btn-submit button:hover,
  .p-btn-submit a:hover {
    border: 1px solid #000;
  }  
}
@media screen and (max-width: 600px) {
  .p-btn-submit input {
    font-size: 1.5rem;
  }
}

/* プライバシーポリシー */
.p-pp {
  width: 100%;
  height: 325px;
  padding: 30px;
  background: #f8f8f8;
  overflow-y: auto;
}
.p-pp__sec {
  margin-bottom: 25px;
}
.p-pp__sec:nth-last-of-type(1) {
  margin-bottom: 0;
}
.p-pp-sec__txt {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.0;
}

/* 確認、完了ページ */
.error_messe {
    color: #b10000;
}
.p-cont__txt--comfirm {
  width: 100%;
	margin-bottom: 50px;
	padding: 20px;
  line-height: 1.75;
  text-align: left;
  color: #009140;
  border: 3px solid #009140;
}
@media screen and (min-width: 1160px) {
    .p-cont__txt--comfirm {
        text-align: center;
    }
}
.p-cont__txt--error {
  width: 100%;
	margin-bottom: 50px;
	padding: 20px;
  line-height: 1.75;
  text-align: center;
	color: #b10000;
	border: 3px solid #b10000;
}
@media screen and (max-width: 1025px) {
  .p-cont__txt--error {
    text-align: left;
  }
}
.p-cont__txt--complete {
  margin-bottom: 60px !important;
  line-height: 1.75;
  text-align: left;
}
@media screen and (min-width: 600px) {
  .p-cont__txt--complete {
    text-align: center;
  }
}

.p-cont-form__row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.p-cnt-form--error dt,
.p-cnt-form--confirm dt {
  width: 260px;
}
.p-cnt-form--error dd,
.p-cnt-form--confirm dd {
	width: calc(100% - 260px);
}
@media screen and (max-width: 767px) {
  .p-cnt-form--error dt,
  .p-cnt-form--confirm dt {
    width: 100%;
    font-weight: 600;
  }
  .p-cnt-form--error dd,
  .p-cnt-form--confirm dd {
    width: 100%;
  }  
}

.p-btn-submit {
  margin: 0 15px 10px 15px;
}
.p-btn-submit--back button {
	display: block;
	width: 100%;
	padding: 14px 0px 16px;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	line-height: 1.0;
	text-align: center;
	border: 1px solid #c9c9c9;
  background: #f3f3f3;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .p-btn-submit--back button:hover {
    border: 1px solid #000;
  }
}
@media screen and (max-width: 600px) {
  .p-btn-submit button,
  .p-btn-submit--back button,
  .p-btn-submit a {
    font-size: 1.5rem;
  }
}


/* -------------------------------------------------
utility
----------------------------------------------------*/
.u-flex {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: center; */
}

.u-cont-pt {
  display: inline-block;
}
@media screen and (max-width: 600px) {
  .u-cont-pt {
    display: none;
  }
}
