/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
汎用
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
.container {
  width: 90%;
  max-width: 1220px;
  margin: 0 auto;
}
.sp {
  display: none;
}
#front .button {
  transition: 0.5s;
}
#front .button:hover {
  transition: 0.5s;
  color: #000;
  background-color: #fff;
  border-color: #000;
}
#contact .button {
  transition: 0.5s;
}
#contact .button:hover {
  transition: 0.5s;
  color: #000;
  background-color: #fff;
  border-color: #000;
}
@media (max-width: 1400px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1100px) {
  html {
    font-size: 8px;
  }
}

.link_img {
  margin-left: 1rem;
  width: 1.9rem;
  height: 1.9rem;
}
header.anim{
  opacity:0;
  animation:fadein 2s 4s 1 forwards;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
テキストリンクのホバー
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
header h1.logo a,
header #main_menu a,
#front .top_link a,
footer #footer_menu a {
  position: relative;
}
header h1.logo a:after,
header #main_menu a:after,
#front .top_link a:after,
footer #footer_menu a:after {
  content: "";
  position: absolute;
  transition: 0.5s;
  right: 0;
  left: auto;
  width: 0;
  height: 1px;
  background-color: #fff;
}
header h1.logo a:after,
header #main_menu a:after {
  bottom: 0.4rem;
}
#front .top_link a:after {
  bottom: 1rem;
}
footer #footer_menu a:after {
  bottom: -1rem;
}
header h1.logo a:hover:after,
header #main_menu a:hover:after,
#front .top_link a:hover:after,
footer #footer_menu a:hover:after{
  transition: 0.5s;
  left: 0;
  right: auto;
  width: 100%;
}
#menu #sec-hero a:after{
  content: "";
  position: absolute;
  transition: 0.5s;
  top:auto;
  bottom:0;
  right: -.5rem;
  width: 1px;
  height: 0;
  background-color: #fff;
}
#menu #sec-hero a:hover:after{
  top:0;
  bottom:auto;
  transition: 0.5s;
  height:100%;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
フッター
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
footer .footer_company .company_wrap .text .tel {
  pointer-events: none;
}
footer .footer_company .company_wrap:nth-child(2) {
  padding-left: 2.2rem;
}
@media (max-width: 1300px) {
	footer .footer_wrapper{
		flex-direction: column;
		align-items: center;
		padding:5rem 0;
		width: 90%;
    margin: 0 auto;
	}
	footer .footer_company{
		margin-right:0;
	}
	footer #footer_menu{
		margin-top: 0;
		width:54rem;
	}
	footer #footer_menu ul li{
		width:27rem;
	}
	footer #footer_menu ul li a{
		font-size: 16px;
	}
}

/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
section store
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#front #sec_store .store_container .button img.b {
  transition: 0.5s;
}
#front #sec_store .store_container .button:hover img.b {
  opacity: 1;
  transition: 0.5s;
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
お品書きページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#menu #sec-dinner,
#menu #sec-lunch,
#menu #sec-hall,
#menu #sec-event,
#menu #sec-dtake{
  min-height:100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* =========
==sec-hero==
============ */
#menu #sec-hero .top-wrap {
  top: 21vh;
	display: flex;
	flex-direction: column;
}
#menu #sec-hero h1 {
  font-size: 2.2rem;
  letter-spacing: 0.8em;
  padding: 6.8rem 2.2rem 6rem;
}
#menu #sec-hero nav {
  width: 45.8rem;
  padding-top: 16vh;
}
#menu #sec-hero nav ul li {
  letter-spacing: 0.35em;
}
/* ===========
==sec-dinner==
============ */
#menu #sec-dinner {
  margin-top:55rem;
  padding-top: 10rem;
}
#menu #sec-dinner .wrap-1 .l-box {
  width: 33%;
  margin-right: 9%;
}
#menu #sec-dinner .wrap-1 .l-box h2 {
  top: calc(50% - 3.5em);
  letter-spacing: 0.35em;
  font-size: 3rem;
  height: 29rem;
}
#menu #sec-dinner .wrap-1 picture {
  width: 58%;
}
#menu #sec-dinner .wrap-1 picture img {
  height: 50rem;
}
#menu #sec-dinner .wrap-2 {
  padding-top: 13.4rem;
}
#menu #sec-dinner .wrap-2 picture {
  width: 33%;
  margin-right: 17%;
}
#menu #sec-dinner .wrap-2 picture .menu-img2 {
  width: 100%;
  height: 56rem;
}
#menu #sec-dinner .wrap-2 .menu-list {
  width: 50%;
}
#menu #sec-dinner .wrap-2 .menu-list ul li:not(:first-child) {
  padding-top: 4.5rem;
}
#menu #sec-dinner .wrap-2 .menu-list ul li h3 {
  letter-spacing: 0.1em;
}
#menu #sec-dinner .wrap-2 .menu-list ul li dl {
  font-size: 1.8rem;
}
#menu #sec-dinner .wrap-2 .menu-list ul li dl dt {
  width: 50%;
  letter-spacing: 0.1em;
}
#menu #sec-dinner .wrap-2 .menu-list ul li dl dd {
  width: 50%;
  letter-spacing: 0.1em;
}
#menu #sec-dinner .wrap-2 .menu-list ul li .note {
  font-size: 1.8rem;
}
#menu #sec-dinner .wrap-2 .menu-list .note {
  font-size: 1.8rem;
  margin-top: 5.4rem;
}
@media screen and (max-width: 1120px) {
  #menu #sec-dinner .wrap-2 .menu-list ul li dl dt {
    width: 57%;
  }
  #menu #sec-dinner .wrap-2 .menu-list ul li dl dd {
    width: 43%;
  }
}
@media screen and (max-width: 940px) {
  #menu #sec-dinner .wrap-1 .l-box {
    width: 37%;
    margin-right: 5%;
  }
  #menu #sec-dinner .wrap-2 picture {
    width: 37%;
    margin-right: 9%;
  }
  #menu #sec-dinner .wrap-2 .menu-list {
    width: 52%;
    margin-right: 2%;
  }
}
/* ===========
==sec-lunch==
============ */
#menu #sec-lunch {
  margin-top:55rem;
  padding-top: 10rem;
}
#menu #sec-lunch .wrap-1 .r-box {
  width: 33%;
  margin-left: 9%;
}
#menu #sec-lunch .wrap-1 .r-box h2 {
  top: calc(50% - 3.5em);
  letter-spacing: 0.35em;
  font-size: 3rem;
  height: 29rem;
}
#menu #sec-lunch .wrap-1 picture {
  width: 58%;
}
#menu #sec-lunch .wrap-1 picture .menu-img {
  height: 50rem;
}
#menu #sec-lunch .wrap-2 {
  padding-top: 13.4rem;
}
#menu #sec-lunch .wrap-2 picture {
  width: 33%;
  margin-left: 17%;
}
#menu #sec-lunch .wrap-2 picture .menu-img2 {
  width: 100%;
  height: 56rem;
}
#menu #sec-lunch .wrap-2 .menu-list {
  width: 50%;
}
#menu #sec-lunch .wrap-2 .menu-list ul li:not(:first-child) {
  padding-top: 4.5rem;
}
#menu #sec-lunch .wrap-2 .menu-list ul li h3 {
  letter-spacing: 0.1em;
}
#menu #sec-lunch .wrap-2 .menu-list ul li dl {
  font-size: 1.8rem;
}
#menu #sec-lunch .wrap-2 .menu-list ul li dl dt {
  width: 50%;
  letter-spacing: 0.1em;
}
#menu #sec-lunch .wrap-2 .menu-list ul li dl dd {
  width: 50%;
  letter-spacing: 0.1em;
}
#menu #sec-lunch .wrap-2 .menu-list ul li .note {
  font-size: 1.8rem;
}
@media screen and (max-width: 1120px) {
  #menu #sec-lunch .wrap-2 .menu-list ul li dl dt {
    width: 57%;
  }
  #menu #sec-lunch .wrap-2 .menu-list ul li dl dd {
    width: 43%;
  }
}
@media screen and (max-width: 940px) {
  #menu #sec-lunch .wrap-1 .r-box {
    width: 37%;
    margin-left: 5%;
  }
  #menu #sec-lunch .wrap-2 picture {
    width: 37%;
    margin-left: 9%;
  }
  #menu #sec-lunch .wrap-2 .menu-list {
    width: 52%;
    margin-left: 2%;
  }
}
/* ===========
==sec-hall==
============ */
#menu #sec-hall {
  margin-top:55rem;
  padding-top: 10rem;
}
#menu #sec-hall h2 {
  font-size: 2.5rem;
  letter-spacing: 1em;
  /* text-indent: 0.3em; */
  text-indent: 1em;
}

/* ↓スライダースタイル設定 */
#menu #sec-hall .slick-wrap .menu-slider {
  height: 65rem;
  margin-top: 8rem;
}
#menu #sec-hall .slick-wrap .menu-thumb-list {
  width: 50%;
  padding-top: 3rem;
}
#menu #sec-hall .slick-wrap .menu-thumb-list li {
  height: 16rem;
  margin-right: 1.6rem;
  width: calc(100% / 4 - 4.8rem / 3);
}
#menu #sec-hall .slick-wrap .menu-thumb-list li:last-child {
  margin-right: 0;
}
#menu #sec-hall .slick-wrap .menu-thumb-list li img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
#menu #sec-hall .slick-wrap .menu-thumb-list li.thumbnail-current {
  filter: brightness(0.5);
}
@media screen and (max-width: 940px) {
  #menu #sec-hall .slick-wrap .menu-thumb-list li {
    width: calc(100% / 2 - 1.6rem);
  }
  #menu #sec-hall .slick-wrap .menu-thumb-list li:nth-child(2) {
    margin-right: 0;
  }
  #menu #sec-hall .slick-wrap .menu-thumb-list li:nth-child(3),
  #menu #sec-hall .slick-wrap .menu-thumb-list li:nth-child(4) {
    padding-top: 1.6rem;
  }
}
/* ↑スライダースタイル設定 */

#menu #sec-hall .event-desc {
  padding-top: 3rem;
  width: 50%;
  padding-left: 3.8%;
}
#menu #sec-hall .event-desc p {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
#menu #sec-hall .event-desc p:not(:first-child) {
  padding-top: 1.5rem;
}
#menu #sec-hall .slick-wrap .menu-slider .slick-list .slick-track .slick-slide div li picture {
  aspect-ratio: 1220 / 650;
}
/* ===========
==sec-event==
============ */
#menu #sec-event {
  margin-top:-20rem;
  padding-top:10rem;
}
#menu #sec-event h2 {
  font-size: 2.5rem;
  letter-spacing: 0.35em;
  text-indent: 0.35em;
  margin-bottom: 4.5rem;
}
#menu #sec-event dl {
  width: 65rem;
}
#menu #sec-event dl dt {
  /* width: 65%; */
  width: 60%;
  letter-spacing: 0.1em;
}
#menu #sec-event dl dd {
  /* width: 35%; */
  width: 40%;
  letter-spacing: 0.1em;
}
/* ===========
==sec-take==
============ */
#menu #sec-take {
  padding: 10rem 0 0;
  margin-top:55rem;
}
#menu #sec-take .take-wrap picture .takeaway-img {
  height: 60rem;
}
#menu #sec-take .take-wrap h2 {
  top: 50%;
  font-size: 2.5rem;
  height: 33rem;
  letter-spacing: 0.2em;
}
#menu #sec-take ul {
  padding-top: 16rem;
}
#menu #sec-take ul li {
  width: calc(50% - 2.5%);
  margin-right: 5%;
  padding-bottom: 13rem;
}
#menu #sec-take ul li:nth-child(even) {
  margin-right: 0;
}
#menu #sec-take ul li img {
  height: 34rem;
}
#menu #sec-take ul li h3 {
  letter-spacing: 0.3em;
}
#menu #sec-take ul li p {
  letter-spacing: 0.2em;
  line-height: 2.5;
}

#menu #sec-take ul li.info {
  height: 34rem;
  padding: 7rem 3rem;
}
#menu #sec-take ul li.info h3 {
  font-size: 2.4rem;
  text-indent: 0.3em;
  line-height: 1;
}
#menu #sec-take ul li.info p {
  letter-spacing: 0.2em;
  line-height: 1.45;
  margin-bottom: 1.5rem;
  padding: 3rem 0 0;
}
#menu #sec-take ul li.info a {
  letter-spacing: 0.3em;
  text-indent: 0.3em;
	width:250px;
	margin:0 auto;
	display: block;
}

@media screen and (max-width: 800px) {
  #menu #sec-take ul li.info {
    padding: 7rem 2rem;
  }
}
/*----------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
コンタクトページ
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------*/
#contact h1 {
  margin: 24rem 0 15rem;
  font-size: 2rem;
  letter-spacing: .4rem;
	transform: translateX(-50%);
	position: relative;
	left: 50%;
}

#contact .container {
  padding: 14rem 15rem;
}
#contact form * {
  font-size: 1.8rem;
}
#contact .msg {
  font-size: 2rem;
  margin-bottom: 3rem;
}
#contact form .note {
  margin-bottom: 10rem;
}
#contact form .form-row {
  margin-bottom: 4.8rem;
}
#contact form .form-row dt {
  width: 8em;
  margin-right: 3.5rem;
}
#contact form .form-row dd {
  width: calc(100% - 8em - 3.5rem);
}
#contact form .form-row.textarea {
  margin-bottom: 1rem;
}
#contact form .form-row.textarea dt,
#contact form .form-row.textarea dd {
  width: 100%;
}
#contact form .form-row.textarea textarea {
  height: 24rem;
  padding: 1rem;
}
#contact form .pp-wrap {
  margin: 5rem 0 4.5rem;
}
#contact form .pp-wrap label {
  font-size: 1.6rem;
}
#contact .pp-wrap input[type=checkbox] + label:before {
  margin-right: 2rem;
}
#contact form .submit-wrap .submit-btn {
  font-size: 1.7rem;
  padding: 1.8rem;
  width: 31rem;
}

#contact form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
}


/* 言語別CSS */
#front.en #sec_store .store_container table{
	width:48%;
}
#front.en #sec_store .store_container .box{
	max-width: 900px;
	padding: 6rem;
}
#menu.en #sec-dinner .wrap-2 picture {
    width: 33%;
    margin-right: 7%;
}

#menu.en #sec-dinner .wrap-2 .menu-list{
	width: 60%;
}
#menu.en #sec-lunch .wrap-2 picture{
	margin-left:13%;
}
#menu.en #sec-lunch .wrap-2 .menu-list{
	width: 54%;
}



/*------------------------------ 新トップページ（エントランスページ）2024年6月追加 ------------------------------*/
#entrance .fv {
  display: flex;
}

#entrance .fv .each-store {
  width: calc(100% / 3);
  padding-top: 17vh;
  position: relative;
  overflow: hidden;
  opacity: 0;
  animation: fadeInFv 2s ease-in-out forwards;
  pointer-events: none;
}

@keyframes fadeInFv {
  0% {

  }

  100% {
    opacity: 1;
    pointer-events: auto;
  }
}

@media screen and (max-height: 800px) {
  #entrance .fv .each-store {
    padding-top: 14vh;
  }
}

#entrance .fv .each-store::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: .5s;
}

#entrance .fv .each-store:hover::after {
  transform: scale(1.05);
  overflow: hidden;
}

#entrance .fv .kaiseki {
  animation-delay: .4s;
}

#entrance .fv .yasohachi {
  animation-delay: .8s;
}

#entrance .fv .sushi::after {
  background-image: url(../img/entrance/fv-sushi.png);
}

#entrance .fv .kaiseki::after {
  background-image: url(../img/entrance/fv-kaiseki.png);
}

#entrance .fv .yasohachi::after {
  background-image: url(../img/entrance/fv-yasohachi.png);
}

#entrance .fv .name {
  gap: 16vh 0;
}

@media screen and (max-height: 800px) {
  #entrance .fv .each-store .name .heading {
    width: 60px;
  }
}

#entrance .fv .name .marks {
  gap: 27px 0;
}

#entrance .other-links {
  position: absolute;
  width: 40%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 3vh 0 5vh;
  border-top: 1px solid #fff;
  opacity: 0;
  animation: fadeInFv 1.6s 2s ease-in-out forwards;
  pointer-events: none;
}

#entrance .other-links .online-shop {
  gap: 0 7px;
  margin-bottom: 6vh;
}

@media screen and (max-height: 800px) {
  #entrance .other-links .online-shop {
    margin-bottom: 4vh;
  }
}

#entrance .other-links .online-shop p {
  letter-spacing: 0.05em;
}


/*------------------------------ 明徳 鮨ページ2024年6月追加 ------------------------------*/
#front.main-sushi #sec_top .container h2 {
  gap: 11.9rem 0;
}

#front.main-sushi .menu {
  max-width: 1590px;
  margin-bottom: 17rem;
  justify-content: center;
  gap: 0 6%;
}

@media screen and (max-width: 1000px) {
  #front.main-sushi .menu {
    gap: 17rem 0;
    flex-direction: column;
  }
}

#front.main-sushi .menu .each-menu {
  width: 47%;
}

@media screen and (max-width: 1000px) {
  #front.main-sushi .menu .each-menu {
    width: 100%;
  }
}

#front.main-sushi .menu .each-menu h2 {
    margin-bottom: 8.6rem;
}

#front.main-sushi .menu .each-menu .seat h3 {
  font-size: 2.6rem;
}

#front.main-sushi .menu .each-menu .seat dl {
  font-size: 1.8rem;
}

#front.main-sushi .menu .each-menu .seat .note {
  font-size: 1.8rem;
}

#front.main-sushi .menu .dinner .seat:first-of-type {
margin-bottom: 7rem;
}

/*------------------------------ 明徳 懐石ページ2024年6月追加 ------------------------------*/

  #front.main-kaiseki #sec_kodawari .kodawari_container {
    gap: 0 2.5rem;
  }

  #front.main-kaiseki #sec_kodawari .kodawari_container h2.tate {
    margin-left: 4rem;
  }

  /* footer 2024年6月追加 */
  footer .footer_company .company_wrap .logo_1 {
    margin-bottom: 0;
  }
