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

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

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


	共通設定


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

body {
  background: #fdfaf8 none;
  color: #000;
  font-size: 18px;
  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;
}

a {
  color: #000;
}
a:active {
  color: #f9bf11;
}

table {
  width: 100%;
  margin: 5px 0;
  border-collapse: separate;
  border-spacing: 5px;
}
table th {
  display: block;
  background-color: #937c52;
  text-align: center;
  font-weight: 400;
  padding: 10px 10px;
}
table td {
  padding: 20px 0;
  display: block;
}

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

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

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

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

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


	ヘッダーまわり


################################################## */
header {
  width: 100%;
  background-color: transparent;
  text-align: left;
  padding: 10px;
  position: fixed;
  transition: 0.5s;
  z-index: 3000;
}
header p {
  display: inline-block;
  margin: 0;
  padding: 0;
}
header p img {
  width: 200px;
  vertical-align: top;
  transition: 0.5s;
}

.is-animation {
  padding: 10px;
  opacity: 0.8;
}
.is-animation p img {
  width: 150px;
}

#mainimage {
  width: 100%;
  background-color: #134079;
  background-image: linear-gradient(#0e305a, #134079);
  margin: 0;
  padding: 0 0 50px 0;
  position: relative;
  overflow: hidden;
}
#mainimage p#mainimage-photo {
  background-color: #eee;
  width: 150vw;
  height: 150vw;
  border-radius: 100%;
  position: absolute;
  top: -15vw;
  right: calc(50% - 75vw);
  z-index: 10;
  overflow: hidden;
}
#mainimage p#mainimage-photo img {
  width: 100%;
  vertical-align: top;
}
#mainimage div {
  text-align: center;
  margin: 0;
  padding: 135vw 10px 0 10px;
  position: relative;
  z-index: 20;
}
#mainimage div h1 {
  margin: 0;
}
#mainimage div h1 img {
  width: 100%;
  max-width: 470px;
  display: inline-block;
  margin: 0 0 30px 0;
}

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


	コンテンツ


################################################## */
h3 {
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 150%;
  margin: 0px 0 50px 0;
  padding: 0px 0 10px 0;
  position: relative;
}
h3::after {
  display: block;
  content: "";
  height: 2px;
  width: 50px;
  background-color: #f9bf11;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 25px);
}

#caviar {
  position: relative;
  z-index: 500;
}
#caviar div.caviar-cont {
  width: 100%;
  margin: 0px auto;
  padding: 0 0 10vw 0;
  position: relative;
}
#caviar div.caviar-cont p#freshcaviar {
  width: 80vw;
  height: 80vw;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
  top: -10vw;
}
#caviar div.caviar-cont p#freshcaviar img {
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
#caviar div.caviar-cont p#caviarsweets {
  width: 80vw;
  height: 80vw;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
#caviar div.caviar-cont p#caviarsweets img {
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
  overflow: hidden;
}
#caviar div.caviar-cont article {
  margin: 0 10px;
  padding: 0;
  box-sizing: border-box;
}
#caviar div.caviar-cont article p {
  font-size: 20px;
}
#caviar div.caviar-cont article p strong {
  color: #ae272d;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}

#recommend {
  margin: 50px 20px;
  padding: 40px 20px 20px 20px;
  background-color: #ffeff3;
  outline: 2px dashed rgb(174, 39, 45); /*outlineでドットの線を追加*/
  outline-offset: -10px; /*outline-offsetの値を-15pxにして内側に調整*/
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 12px 0px;
  box-sizing: border-box;
}
#recommend p.title {
  width: 90%;
  max-width: 478px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  top: -1.8vw;
  left: 50%;
  transform: translateX(-50%);
}
#recommend p.title img {
  width: 100%;
  vertical-align: top;
}
#recommend p {
  text-align: left;
}
#recommend > div {
  margin: 30px 0 0 0;
}
#recommend > div div.photo {
  margin: 0 0 20px 0;
}
#recommend > div div.photo img {
  width: 100%;
  vertical-align: top;
}
#recommend > div div.text p {
  margin: 0 0 10px 0;
}
#recommend > div div.text p strong {
  color: #ae272d;
  font-size: 22px;
}
#recommend > div div.text p img {
  width: 180px;
  margin: 10px 0 0 10px;
  float: right;
}

#caviar-dorayaki {
  background-color: #f2e3d8;
  margin: 200px 0 0 0;
  padding: 100px 0;
  position: relative;
  box-sizing: border-box;
}
#caviar-dorayaki::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #f2e3d8;
  transform: skewY(-3deg);
  transform-origin: left bottom;
  z-index: -5;
}
#caviar-dorayaki div.inner {
  background: transparent url(../img/icon_caviarsweets_br@2x.png) center top no-repeat;
  background-size: 60px 68px;
  text-align: justify;
  margin: 0 10px;
  padding: 80px 0 0 0;
  position: relative;
}
#caviar-dorayaki div.inner p.vertical-txt {
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.3em;
  position: absolute;
  top: 630px;
  right: 10px;
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: top right;
  opacity: 0.6;
  z-index: 0;
}
#caviar-dorayaki div.inner div.intro-u {
  display: flex;
  flex-direction: column;
  z-index: 10;
  position: relative;
}
#caviar-dorayaki div.inner div.intro-u p {
  z-index: 10;
  order: 2;
}
#caviar-dorayaki div.inner div.intro-u p img {
  width: 100%;
  vertical-align: top;
}
#caviar-dorayaki div.inner div.intro-u h2 {
  font-size: 32px;
  font-weight: 800;
  z-index: 10;
  order: 1;
}
#caviar-dorayaki div.inner div.intro-u h2 span {
  font-size: 18px;
}
#caviar-dorayaki div.inner div.intro-u p#tv {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50px;
  right: 0px;
}
#caviar-dorayaki div.inner div.intro-b {
  z-index: 10;
}
#caviar-dorayaki div.inner div.intro-b div:first-child {
  font-size: 20px;
  font-weight: 600;
  z-index: 10;
}
#caviar-dorayaki div.inner div.intro-b div:first-child p {
  position: relative;
  z-index: 20;
}
#caviar-dorayaki div.inner div.intro-b div:first-child ul {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 10px 0;
}
#caviar-dorayaki div.inner div.intro-b div:first-child ul li {
  margin-bottom: 5px;
}
#caviar-dorayaki div.inner div.intro-b div:first-child table {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #ae272d;
  border-collapse: collapse;
  text-align: left;
  margin: 20px 0;
}
#caviar-dorayaki div.inner div.intro-b div:first-child table th {
  background-color: #ae272d;
  color: #fff;
  padding: 5px 10px;
}
#caviar-dorayaki div.inner div.intro-b div:first-child table td {
  padding: 5px 10px;
}
#caviar-dorayaki div.inner div.intro-b div:last-child {
  z-index: 10;
}
#caviar-dorayaki div.inner div.intro-b div:last-child img {
  width: 100%;
  vertical-align: bottom;
}
#caviar-dorayaki div.inner p.eat-space {
  color: #603813;
  font-size: 26px;
  font-weight: 600;
  margin: 80px 0 50px 0;
  padding: 10px;
  border-bottom: 3px solid #603813;
  position: relative;
}
#caviar-dorayaki div.inner p.eat-space::before {
  position: absolute;
  left: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: "";
  border-width: 21px 0 0 21px;
  border-style: solid;
  border-color: #603813 transparent transparent transparent;
}
#caviar-dorayaki div.inner p.eat-space::after {
  position: absolute;
  left: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 0 0 14px;
  border-style: solid;
  border-color: #f2e3d8 transparent transparent transparent;
}
#caviar-dorayaki div.inner div.eat-space-list {
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
#caviar-dorayaki div.inner div.eat-space-list > p {
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin: 0;
  padding: 20px;
  vertical-align: middle;
  box-sizing: inherit;
}
#caviar-dorayaki div.inner div.eat-space-list div {
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  box-sizing: inherit;
}
#caviar-dorayaki div.inner div.eat-space-list div p {
  margin: 0;
}
#caviar-dorayaki div.inner div.eat-space-list div p img {
  width: 200px;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price {
  background-color: #fff;
  position: relative;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price p {
  color: #000;
  font-weight: 500;
  text-align: left;
  line-height: 150%;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price p.dotborder {
  border-bottom: 1px dashed #888;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price p:first-child {
  text-align: center;
  margin: 0 0 10px 0;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price p strong {
  color: #ae272d;
  font-size: 36px;
  font-weight: 900;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price p span {
  color: #ae272d;
  font-size: 24px;
  font-weight: 600;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price p em {
  color: #ae272d;
  font-style: normal;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price::after {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price-clm {
  background-color: #fff;
  position: relative;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price-clm div {
  margin: 0 0 10px 0;
  padding: 0;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price-clm div:first-child img {
  width: 100%;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price-clm div p {
  color: #000;
  font-weight: 500;
  text-align: left;
  line-height: 150%;
  /*&:nth-child(2) {
  	text-align: center;
  }*/
}
#caviar-dorayaki div.inner div.eat-space-list div div.price-clm div p strong {
  color: #ae272d;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price-clm div p span {
  color: #ae272d;
  font-size: 24px;
  font-weight: 600;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price-clm div p em {
  color: #ae272d;
  font-style: normal;
}
#caviar-dorayaki div.inner div.eat-space-list div div.price-clm::after {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#caviar-dorayaki div.inner div.eat-space-list div a.anchorlink {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 20px auto;
  padding: 15px 40px 15px 30px;
  border: 1px solid #fff;
  border-radius: 2300px;
  position: relative;
}
#caviar-dorayaki div.inner div.eat-space-list div a.anchorlink::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#caviar-dorayaki div.inner div.eat-space-list div a.anchorlink:active {
  color: #f9bf11;
  border: 1px solid #f9bf11;
}
#caviar-dorayaki div.inner div.eat-space-list div a.anchorlink:active::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #f9bf11;
  border-right: solid 2px #f9bf11;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#caviar-dorayaki div.inner div.eat-space-list div a.reservelink {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 20px auto;
  padding: 15px 40px 15px 30px;
  border: 1px solid #fff;
  border-radius: 2300px;
  position: relative;
}
#caviar-dorayaki div.inner div.eat-space-list div a.reservelink::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#caviar-dorayaki div.inner div.eat-space-list div a.reservelink:active {
  color: #f9bf11;
  border: 1px solid #f9bf11;
}
#caviar-dorayaki div.inner div.eat-space-list div a.reservelink:active::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #f9bf11;
  border-right: solid 2px #f9bf11;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0;
  margin: auto;
}
#caviar-dorayaki div.inner div.eat-space-list div a.externallink {
  display: block;
  margin: 20px auto;
  padding: 0px;
  border: 1px solid #fff;
  position: relative;
}
#caviar-dorayaki div.inner div.eat-space-list div a.externallink img {
  width: 100%;
  vertical-align: top;
}
#caviar-dorayaki div.inner div.eat-space-list div a.externallink:active {
  border: 1px solid #000;
  opacity: 0.8;
}
#caviar-dorayaki div.inner div#shop {
  background-color: #134079;
}
#caviar-dorayaki div.inner div#shop > p {
  color: #134079;
}
#caviar-dorayaki div.inner div#shop div {
  color: #fff;
}
#caviar-dorayaki div.inner div#takeout {
  background-color: #134079;
}
#caviar-dorayaki div.inner div#takeout > p {
  color: #134079;
}
#caviar-dorayaki div.inner div#takeout div {
  color: #fff;
}
#caviar-dorayaki div.inner div#delivery {
  background-color: #39a24a;
}
#caviar-dorayaki div.inner div#delivery > p {
  color: #134079;
}
#caviar-dorayaki div.inner div#delivery div {
  color: #fff;
}

#caviar-ice {
  background-color: #ead2c0;
  margin: 0;
  padding: 100px 0 150px 0;
  position: relative;
  box-sizing: border-box;
  /*&::after {
  	content: "";
  	position: absolute;
  	bottom: -50px;
  	left: 0;
  	width: 100%;
  	height: 50px;
  	background: #ead2c0;
  	transform: skewY(-1deg);
  	transform-origin: left bottom;
  	z-index: -5;
  }*/
}
#caviar-ice div.inner {
  background: transparent url(../img/icon_caviarsweets_br@2x.png) center top no-repeat;
  background-size: 60px 68px;
  text-align: justify;
  margin: 0 10px;
  padding: 80px 0 0 0;
  position: relative;
}
#caviar-ice div.inner p.vertical-txt {
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 80%;
  position: absolute;
  top: 410px;
  right: 0px;
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: top right;
  opacity: 0.6;
  z-index: 0;
}
#caviar-ice div.inner div.intro-u {
  display: flex;
  flex-direction: column;
  z-index: 10;
}
#caviar-ice div.inner div.intro-u p {
  z-index: 10;
  order: 2;
}
#caviar-ice div.inner div.intro-u p img {
  width: 100%;
  vertical-align: top;
}
#caviar-ice div.inner div.intro-u h2 {
  font-size: 32px;
  font-weight: 800;
  z-index: 10;
  order: 1;
}
#caviar-ice div.inner div.intro-u h2 span {
  font-size: 18px;
}
#caviar-ice div.inner div.intro-b {
  z-index: 10;
}
#caviar-ice div.inner div.intro-b div:first-child {
  font-size: 20px;
  font-weight: 600;
  z-index: 10;
}
#caviar-ice div.inner div.intro-b div:first-child p {
  position: relative;
  z-index: 20;
}
#caviar-ice div.inner div.intro-b div:first-child p span {
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin: 10px 0 0 0;
}
#caviar-ice div.inner div.intro-b div:last-child {
  z-index: 10;
}
#caviar-ice div.inner div.intro-b div:last-child img {
  width: 100%;
  vertical-align: bottom;
}
#caviar-ice div.inner p.eat-space {
  color: #603813;
  font-size: 26px;
  font-weight: 600;
  margin: 80px 0 50px 0;
  padding: 10px;
  border-bottom: 3px solid #603813;
  position: relative;
}
#caviar-ice div.inner p.eat-space::before {
  position: absolute;
  left: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: "";
  border-width: 21px 0 0 21px;
  border-style: solid;
  border-color: #603813 transparent transparent transparent;
}
#caviar-ice div.inner p.eat-space::after {
  position: absolute;
  left: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: "";
  border-width: 14px 0 0 14px;
  border-style: solid;
  border-color: #ead2c0 transparent transparent transparent;
}
#caviar-ice div.inner div.eat-space-list {
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
#caviar-ice div.inner div.eat-space-list > p {
  background-color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  line-height: 150%;
  margin: 0;
  padding: 20px;
  vertical-align: middle;
  box-sizing: inherit;
}
#caviar-ice div.inner div.eat-space-list div {
  text-align: center;
  padding: 20px;
  vertical-align: middle;
  box-sizing: inherit;
}
#caviar-ice div.inner div.eat-space-list div p {
  margin: 0;
}
#caviar-ice div.inner div.eat-space-list div p img {
  width: 200px;
}
#caviar-ice div.inner div.eat-space-list div div.price {
  background-color: #fff;
  position: relative;
}
#caviar-ice div.inner div.eat-space-list div div.price p {
  color: #000;
  font-weight: 500;
  text-align: center;
  line-height: 150%;
}
#caviar-ice div.inner div.eat-space-list div div.price p.dotborder {
  border-bottom: 1px dashed #888;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
#caviar-ice div.inner div.eat-space-list div div.price p strong {
  color: #ae272d;
  font-size: 36px;
  font-weight: 900;
}
#caviar-ice div.inner div.eat-space-list div div.price p span {
  color: #ae272d;
  font-size: 24px;
  font-weight: 600;
}
#caviar-ice div.inner div.eat-space-list div div.price p em {
  color: #ae272d;
  font-style: normal;
}
#caviar-ice div.inner div.eat-space-list div div.price::after {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm {
  background-color: #fff;
  position: relative;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm div {
  margin: 0;
  padding: 0;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm div:first-child img {
  width: 100%;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm div p {
  color: #000;
  font-weight: 500;
  text-align: left;
  line-height: 150%;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm div p:nth-child(2) {
  text-align: center;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm div p strong {
  color: #ae272d;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm div p span {
  color: #ae272d;
  font-size: 24px;
  font-weight: 600;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm div p em {
  color: #ae272d;
  font-style: normal;
}
#caviar-ice div.inner div.eat-space-list div div.price-clm::after {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 4px);
  width: 0;
  height: 0;
  content: "";
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
#caviar-ice div.inner div.eat-space-list div a.anchorlink {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 20px auto;
  padding: 15px 40px 15px 30px;
  border: 1px solid #fff;
  border-radius: 2300px;
  position: relative;
}
#caviar-ice div.inner div.eat-space-list div a.anchorlink::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#caviar-ice div.inner div.eat-space-list div a.anchorlink:active {
  color: #f9bf11;
  border: 1px solid #f9bf11;
}
#caviar-ice div.inner div.eat-space-list div a.anchorlink:active::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 2px #f9bf11;
  border-right: solid 2px #f9bf11;
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#caviar-ice div.inner div.eat-space-list div a.reservelink {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 20px auto;
  padding: 15px 40px 15px 30px;
  border: 1px solid #fff;
  border-radius: 2300px;
  position: relative;
}
#caviar-ice div.inner div.eat-space-list div a.reservelink::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
#caviar-ice div.inner div.eat-space-list div a.reservelink:active {
  color: #f9bf11;
  border: 1px solid #f9bf11;
}
#caviar-ice div.inner div.eat-space-list div a.reservelink:active::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #f9bf11;
  border-right: solid 2px #f9bf11;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 0;
  margin: auto;
}
#caviar-ice div.inner div.eat-space-list div a.externallink {
  display: block;
  margin: 20px auto;
  padding: 0px;
  border: 1px solid #134079;
  position: relative;
}
#caviar-ice div.inner div.eat-space-list div a.externallink img {
  width: 100%;
  vertical-align: top;
}
#caviar-ice div.inner div.eat-space-list div a.externallink:active {
  border: 1px solid #fff;
  opacity: 0.8;
}
#caviar-ice div.inner div#shop {
  background-color: #134079;
}
#caviar-ice div.inner div#shop > p {
  color: #134079;
}
#caviar-ice div.inner div#shop div {
  color: #fff;
}
#caviar-ice div.inner div#takeout {
  background-color: #134079;
}
#caviar-ice div.inner div#takeout > p {
  color: #134079;
}
#caviar-ice div.inner div#takeout div {
  color: #fff;
}
#caviar-ice div.inner div#onlineshop {
  background-color: #ff9d3b;
}
#caviar-ice div.inner div#onlineshop > p {
  color: #134079;
}
#caviar-ice div.inner div#onlineshop div {
  color: #fff;
}

div.emergency-info {
  background-color: #fff;
  font-weight: 500;
  line-height: 150%;
  margin: 30px 0 30px 0;
  padding: 20px 20px;
  border: 2px solid #f00;
}
div.emergency-info strong {
  color: #f00;
}
div.emergency-info span {
  display: block;
  background: #f00;
  color: #ff0;
  font-weight: 500;
  text-align: center;
  margin: 20px 0px 10px 0px;
  padding: 8px 15px;
}

table.info {
  width: 100%;
  line-height: 150%;
  margin: 30px 0 30px 0;
  border: 1px solid #c00;
  border-collapse: collapse;
}
table.info th {
  background-color: #c00;
  color: #fff;
  font-weight: 600;
  padding: 10px 10px;
}
table.info td {
  background-color: #fff;
  font-weight: 500;
  padding: 10px 20px;
}

/* テレビで紹介されました */
#featured-on-tv {
  background-color: #fff;
  text-align: center;
  padding: 150px 0;
  position: relative;
}
#featured-on-tv::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  transform: skewY(-2deg);
  transform-origin: left bottom;
}
#featured-on-tv h4 {
  display: inline-block;
  font-size: 28px;
  position: relative;
  padding: 0px;
  margin: 0 auto 40px auto;
  position: relative;
}
#featured-on-tv h4 span {
  background: #22ac38;
  color: #e3f5d8;
  line-height: 100%;
  padding: 0 0px;
  border-radius: 10px;
  position: absolute;
  top: -60px;
  left: calc(50% - 35px);
}
#featured-on-tv h4 span img {
  width: 50px;
  vertical-align: middle;
}
#featured-on-tv h4 span:after {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 7px);
  width: 0;
  height: 0;
  content: "";
  border-width: 12px 7px 0 7px;
  border-style: solid;
  border-color: #22ac38 transparent transparent transparent;
}
#featured-on-tv h4::before {
  display: inline-block;
  content: "＼";
  color: #ead2c0;
  font-size: 50px;
  position: absolute;
  bottom: -30px;
  left: -30px;
}
#featured-on-tv h4::after {
  display: inline-block;
  content: "／";
  color: #ead2c0;
  font-size: 50px;
  position: absolute;
  bottom: -30px;
  right: -30px;
}
#featured-on-tv article {
  text-align: center;
  margin: 30px 10px 0 10px;
  padding: 40px 20px;
  border-radius: 30px;
  box-sizing: border-box;
  border: 5px solid #f1e9df;
}
#featured-on-tv article ul#feature-list {
  list-style: none;
  margin: 0px 0px;
}
#featured-on-tv article ul#feature-list li {
  text-align: left;
  margin: 0;
  padding: 15px 10px;
  border-bottom: 1px dashed #ccc;
}
#featured-on-tv article ul#feature-list li span {
  display: block;
}
#featured-on-tv article ul#feature-list li span:first-child {
  color: #333;
  font-weight: 600;
}
#featured-on-tv article ul#feature-list li span:last-child {
  color: #666;
  font-size: 16px;
}
#featured-on-tv article ul#feature-list li:last-child {
  border: 0 none;
}

#shopinfo {
  background-color: #134079;
  margin: 0;
  padding: 50px 0 100px 0;
  position: relative;
}
#shopinfo::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 50px;
  background: #134079;
  transform: skewY(-3deg);
  transform-origin: left bottom;
}
#shopinfo .inner {
  margin: 0 10px;
  padding: 0 10px;
  position: relative;
}
#shopinfo div#footer-top {
  background-color: #134079;
  color: #fff;
  text-align: center;
  padding: 100px 0px 0px 0px;
}
#shopinfo div#footer-top address {
  text-align: center;
  font-style: normal;
}
#shopinfo div#footer-top address a {
  color: #fff;
}
#shopinfo div#footer-top address a:hover {
  color: #f9bf11;
}
#shopinfo div#footer-top ul#shopimg {
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0;
}
#shopinfo div#footer-top ul#shopimg li {
  height: 320px;
  margin: 0 0 10px 0;
  padding: 0;
}
#shopinfo div#footer-top ul#shopimg li img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  vertical-align: top;
  position: relative;
}
#shopinfo div#footer-top iframe {
  width: 100%;
  max-width: 960px;
  height: 500px;
  margin: 30px auto;
  border: 0;
}
#shopinfo 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;
}
#shopinfo div#footer-top div#halal p:first-child {
  width: 50px;
  background-color: #fff;
  margin: 0;
  display: flex;
  align-items: center;
}
#shopinfo div#footer-top div#halal p:first-child img {
  width: 100%;
}
#shopinfo div#footer-top div#halal p:last-child {
  width: 300px;
  font-size: 14px;
  line-height: 150%;
  text-align: left;
  margin: 0;
}

/* +++++++++++++ Reserve +++++++++++++ */
article#reserve {
  background-color: #fff;
  margin: 50px auto;
  padding: 50px 10px 20px 10px;
}
article#reserve table.info {
  margin: 0 0 100px 0;
}
article#reserve #reserve-link {
  text-align: center;
  list-style: none;
  margin: 30px auto 100px auto;
  padding: 0;
}
article#reserve #reserve-link li {
  margin: 0 0 10px 0;
  padding: 0;
}
article#reserve #reserve-link li a:active img {
  opacity: 0.7;
}
article#reserve #ex-link {
  text-align: center;
  list-style: none;
  margin: 30px 0px 100px auto;
  padding: 0;
}
article#reserve #ex-link li {
  margin: 0 0 10px 0;
  padding: 0;
}
article#reserve #ex-link li a:active img {
  opacity: 0.7;
}

#reserve-hp {
  text-align: center;
  margin: 0 0 100px 0;
  border: 3px solid #dcd2b9;
  box-sizing: border-box;
}

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


	フッター


################################################## */
footer div#footer-top {
  background-color: #134079;
  color: #fff;
  text-align: center;
  padding: 100px 10px 100px 10px;
  box-sizing: border-box;
}
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:active {
  color: #f9bf11;
}
footer div#footer-top iframe {
  width: 100%;
  height: 500px;
  margin: 30px 0px;
  border: 0;
}
footer div#footer-top div#halal {
  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 10px 0 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 {
  flex: 1;
  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;
  padding: 0 10px;
}
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;
  width: 100%;
  max-width: 370px;
  border: 1px solid #fff;
}
footer div#footer-btm p#chozameyatokyo-link a img {
  width: 100%;
  vertical-align: top;
}
footer div#footer-btm p#chozameyatokyo-link a:active {
  border: 1px solid #f9bf11;
}
footer div#footer-btm p#copyright {
  text-align: left;
  margin: 0 auto;
  padding: 10px 0px;
}
footer div#footer-btm p#copyright span {
  display: none;
}

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