@charset "UTF-8";
/*-----------------------------------------------------

　蝶鮫屋東京LP PC用CSS
　URL:http://

-----------------------------------------------------*/
/* Dark Blue */
/* Beige Gold */
/* Yellow */
/* Beige */
/* ##################################################


	共通設定


################################################## */
html {
  margin: 0;
  padding: 0;
}

body {
  background: #fff none;
  color: #000;
  font-size: 16px;
  text-align: left;
  line-height: 180%;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Helvetica, Arial, Verdana, sans-serif;
  -webkit-text-size-adjust: none;
  font-weight: 400;
  font-style: normal;
  margin: 0px;
  padding: 0px;
  position: relative;
  animation-name: motion;
  animation-duration: 2s;
  animation-timing-function: ease;
  transition-property: filter;
}

@keyframes motion {
  0% {
    filter: blur(50px);
  }
  100% {
    filter: blur(0);
  }
}
a {
  color: #000;
}
a:hover {
  color: #f9bf11;
}
a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.pchidden {
  display: none;
}

table {
  margin: 5px 0;
  border-collapse: separate;
  border-spacing: 5px;
}
table th {
  background-color: #937c52;
  text-align: center;
  font-weight: 400;
  white-space: nowrap;
  padding: 20px 4vw;
  vertical-align: middle;
}
table td {
  padding: 20px 4vw;
}

ul {
  margin: 0;
  padding: 0;
}
ul li {
  margin: 0 0 5px 2em;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0;
}
ol li {
  margin: 0 0 5px 2em;
  padding: 0;
}

/* ##################################################


	ヘッダーまわり


################################################## */
header {
  width: 100%;
  background-color: #134079;
  text-align: center;
  padding: 20px 0;
  position: fixed;
  transition: 0.5s;
  z-index: 3000;
}
header h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header h1 img {
  width: 300px;
  transition: 0.5s;
}

.is-animation {
  padding: 10px 0;
  opacity: 0.8;
}
.is-animation h1 img {
  width: 200px;
}

#mainimage {
  width: 100%;
  background-color: #134079;
  margin: 0;
  padding: 118px 0 0 0;
}
#mainimage img {
  width: 100%;
  vertical-align: top;
}

/* ##################################################


	コンテンツ


################################################## */
h2 {
  background: transparent url(../img/img_icon_caviar@2x.png) center top no-repeat;
  background-size: 90px 90px;
  font-size: 32px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 180%;
  margin: 100px 0px 100px 0;
  padding: 100px 0 0 0;
}

h3 {
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 150%;
  margin: 150px 0 50px 0;
  position: relative;
  display: flex;
  align-items: center;
}
h3::before {
  height: 5px;
  content: "";
  border-top: 2px solid #f9bf11;
  border-bottom: 2px solid #f9bf11;
  margin-right: 15px;
  flex-grow: 1;
}
h3::after {
  height: 5px;
  content: "";
  border-top: 2px solid #f9bf11;
  border-bottom: 2px solid #f9bf11;
  margin-left: 15px;
  flex-grow: 1;
}

.contents {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 100px auto;
}

article#kodawari div.kodawari-article {
  margin: 0 0 50px 0;
  padding: 30px 0 30px 0;
  display: flex;
  align-items: center;
}
article#kodawari div.kodawari-article div.photo {
  width: 50%;
}
article#kodawari div.kodawari-article div.photo img {
  width: 120%;
  vertical-align: top;
}
article#kodawari div.kodawari-article div.text {
  width: 65%;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 30px 0 30px auto;
  padding: 20px 0 20px 30px;
}
article#kodawari div.kodawari-article div.text strong {
  display: block;
  color: #134079;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 5px 0;
}

/* +++++++++++++ Accordion +++++++++++++ */
div.ad-btn {
  min-height: 200px;
  margin: 30px 0 0 0;
  position: relative;
  box-sizing: border-box;
  transition: 0.5s;
  cursor: pointer;
}
div.ad-btn p.photo {
  width: 240px;
  height: 200px;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
div.ad-btn p.photo img {
  width: 240px;
  height: 200px;
  vertical-align: top;
}
div.ad-btn p.serif {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.2));
  position: absolute;
  bottom: 70px;
  left: 280px;
}
div.ad-btn p.serif::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #fff;
  position: absolute;
  top: calc(50% - 6px);
  left: -10px;
}
div.ad-btn p.name {
  color: #937c52;
  line-height: 150%;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  left: 280px;
}
div.ad-btn p.btn {
  width: 100%;
  height: 100px;
  background-color: #dcd2b9;
  color: #937c52;
  text-align: right;
  margin: 0;
  padding: 36px 40px 0px 0px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
div.ad-btn p.btn:after {
  position: absolute;
  top: 50%;
  right: 50px;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #937c52;
  border-top: 2px solid #937c52;
  -webkit-transform: translate(32px, -5px) rotate(135deg);
  -ms-transform: translate(32px, -5px) rotate(135deg);
  transform: translate(32px, -5px) rotate(135deg);
  transition: border-color 0.3s ease, -webkit-transform 0.6s ease;
  transition: border-color 0.3s ease, transform 0.6s ease;
}

div.ad-btn.is-active p.btn:after {
  -webkit-transform: translate(32px, -2px) rotate(-45deg);
  -ms-transform: translate(32px, -2px) rotate(-45deg);
  transform: translate(32px, -2px) rotate(-45deg);
}

div.ad-btn:hover p.btn {
  background-color: rgba(220, 210, 185, 0.9);
  color: #134079;
}
div.ad-btn:hover p.btn:after {
  border-color: #134079;
}

div.ad-btn:hover p.photo {
  opacity: 0.9;
}

/* close の状態の時ゆっくり点滅（2秒に1回） */
@keyframes slowBlink {
  0% {
    background-color: rgba(220, 210, 185, 0.4);
  }
  50% {
    background-color: rgb(220, 210, 185);
  }
  100% {
    background-color: rgba(220, 210, 185, 0.4);
  }
}
/* close のときに付けるクラス */
.blink-bg {
  animation: slowBlink 2s infinite;
}

.ad-contents {
  background-color: #dcd2b9;
  padding: 0 12px 12px 12px;
  box-sizing: border-box;
}
.ad-contents .ad-contents-innner {
  background-color: #fff;
  padding: 50px 30px 30px 30px;
}
.ad-contents .ad-contents-innner p.pr-mainimage {
  margin: 0 0 10px 0;
  padding: 0;
}
.ad-contents .ad-contents-innner p.pr-mainimage img {
  width: 100%;
  vertical-align: top;
}
.ad-contents .ad-contents-innner p strong {
  font-size: 18px;
  font-weight: 600;
}
.ad-contents .ad-contents-innner div.interview {
  margin: 40px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch;
}
.ad-contents .ad-contents-innner div.interview div.iv-photo {
  width: 35%;
  padding: 5px 0 0 0;
}
.ad-contents .ad-contents-innner div.interview div.iv-photo img {
  width: 100%;
  vertical-align: top;
}
.ad-contents .ad-contents-innner div.interview div.iv-text {
  width: 60%;
}
.ad-contents .ad-contents-innner div.interview div.iv-text p {
  margin: 0 0 0.5em 0;
}
.ad-contents .ad-contents-innner div.interview div.iv-text p em {
  display: block;
  color: #134079;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  text-indent: 2.5em;
}
.ad-contents .ad-contents-innner div.interview div.iv-text p em::before {
  content: "";
  width: 2em;
  height: 1px;
  background-color: #134079;
  position: absolute;
  top: 13px;
  left: 0;
}
.ad-contents .ad-contents-innner div.select-menu {
  background-color: #f6f3ec;
  padding: 30px;
}
.ad-contents .ad-contents-innner div.select-menu p.catch {
  color: #937c52;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 26px;
  text-align: center;
  margin: 0 0 30px 0;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-intro {
  text-align: center;
  margin: 0 0 50px 0;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-intro p {
  margin: 0;
  padding: 0;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-intro p img {
  width: 100%;
  vertical-align: top;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-intro div {
  display: inline-block;
  background-color: #134079;
  color: #fff;
  font-family: "Klee One", cursive;
  font-weight: 600;
  text-align: center;
  margin: -30px auto 0 auto;
  padding: 20px 80px;
  border: 1px solid #f6f3ec;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-intro div span {
  display: inline-block;
  line-height: 130%;
  border: 1px solid #fff;
  margin: 0 0 3px 0;
  padding: 2px 10px;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-intro div strong {
  display: block;
  font-size: 25px;
}
.ad-contents .ad-contents-innner div.select-menu ul {
  color: #134079;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.ad-contents .ad-contents-innner div.select-menu ul li {
  line-height: 150%;
  margin: 0 0 10px 0;
  padding: 0;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre {
  margin: 50px 0px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-photo {
  width: 50%;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-photo img {
  width: 100%;
  vertical-align: top;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text {
  width: 45%;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text p {
  font-size: 14px;
  line-height: 160%;
  margin: 0 0 5px 0;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text p strong {
  color: #134079;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text p strong span {
  font-size: 14px;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text div.impre-thoughts {
  margin: 30px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text div.impre-thoughts p.impre-face {
  width: 65px;
  height: 65px;
  margin: 0;
  padding: 0;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text div.impre-thoughts p.impre-face img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 50%;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text div.impre-thoughts p.impre-serif {
  width: calc(100% - 90px);
  font-size: 16px;
  background-color: #dcd2b9;
  padding: 10px 20px;
  border-radius: 5px;
  position: relative;
  box-sizing: border-box;
}
.ad-contents .ad-contents-innner div.select-menu div.menu-impre div.impre-text div.impre-thoughts p.impre-serif::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid #dcd2b9;
  position: absolute;
  top: calc(50% - 6px);
  left: -10px;
}

/* +++++++++++++ Reserve +++++++++++++ */
#reserve-link {
  list-style: none;
  margin: 30px 0px 100px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
}
#reserve-link li {
  margin: 0;
  padding: 0;
}
#reserve-link li a:hover img {
  opacity: 0.7;
}

#reserve-hp {
  text-align: center;
  padding: 30px;
  border: 3px solid #dcd2b9;
  box-sizing: border-box;
}

/* ##################################################


	フッター


################################################## */
footer div#footer-top {
  background-color: #134079;
  color: #fff;
  text-align: center;
  padding: 100px 0px 100px 0px;
}
footer div#footer-top address {
  text-align: center;
  font-style: normal;
}
footer div#footer-top address a {
  color: #fff;
}
footer div#footer-top address a:hover {
  color: #f9bf11;
}
footer div#footer-top iframe {
  width: 100%;
  max-width: 960px;
  height: 500px;
  margin: 30px auto;
  border: 0;
}
footer div#footer-top div#halal {
  width: 370px;
  margin: 10px auto 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center;
}
footer div#footer-top div#halal p:first-child {
  width: 50px;
  background-color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}
footer div#footer-top div#halal p:first-child img {
  width: 100%;
}
footer div#footer-top div#halal p:last-child {
  width: 300px;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  margin: 0;
}
footer div#footer-btm {
  background-color: #000;
  color: #888;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
footer div#footer-btm p#chozameyatokyo-link {
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
}
footer div#footer-btm p#chozameyatokyo-link a {
  display: inline-block;
  border: 1px solid #fff;
  transition: 0.5s;
}
footer div#footer-btm p#chozameyatokyo-link a img {
  vertical-align: top;
}
footer div#footer-btm p#chozameyatokyo-link a:hover {
  border: 1px solid #f9bf11;
}
footer div#footer-btm p#copyright {
  text-align: left;
  margin: 0 auto;
  padding: 10px 20px;
}

/* +++++++++++++ Pagetop Btn +++++++++++++ */
p#btn-pagetop {
  width: 60px;
  height: 60px;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 20px;
}
p#btn-pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #134079;
  text-align: center;
  border-radius: 100%;
  opacity: 80%;
  transition: 0.5s;
}
p#btn-pagetop a img {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 7px);
  transition: 0.5s;
}
p#btn-pagetop a:hover {
  opacity: 100%;
}
p#btn-pagetop a:hover img {
  top: calc(50% - 20px);
}