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

　MSファーム 蝶鮫屋LP SP用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;
}

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-logo {
  width: 116px;
  margin: 0;
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 1000;
}
#header-logo img {
  width: 116px;
  vertical-align: top;
}

header {
  width: 100vw;
  height: 100vh;
  background: #fff url(../img/photo_mainimage.jpg);
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  container-type: size;
}
header h1 {
  width: 100vw;
  height: 100vh;
  color: #fff;
  font-size: 4cqh;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  line-height: 180%;
  writing-mode: vertical-rl;
  margin: 0;
  padding: 15vh 0 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.8);
}

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


	コンテンツ


################################################## */
/* +++++++++++++ 共通項目 +++++++++++++ */
h2 {
  color: #f9bf11;
  font-size: 25px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  line-height: 180%;
  margin: 0px 0px 30px 0;
  padding: 50px 0 0 0;
}
h2:first-child {
  background: transparent url(../img/icon_caviar@2x.png) center top no-repeat;
  background-size: 82px 64px;
  padding: 100px 0 0 0;
}

/* +++++++++++++ 手仕事と自然が〜 +++++++++++++ */
div#intro {
  background-image: url(../img/bg_pattern_intro@2x.png), linear-gradient(210deg, rgb(19, 64, 121), rgb(10, 32, 61));
  background-repeat: repeat, no-repeat;
  background-size: 890px 128px, 100%;
  color: #fff;
  padding: 100px 10px;
}
div#intro div#intro-catch {
  width: 100%;
  margin: 0 auto 50px auto;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
div#intro div#intro-catch p:first-child {
  text-align: center;
  order: 2;
}
div#intro div#intro-catch p:first-child img {
  width: 100%;
  max-width: 512px;
}
div#intro div#intro-catch p:last-child {
  text-align: center;
  order: 1;
}
div#intro div#intro-catch p:last-child img {
  width: 100%;
  max-width: 326px;
}
div#intro div#intro-text {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  line-height: 200%;
  margin: 0 auto;
}

/* +++++++++++++ こだわりを〜 +++++++++++++ */
div#kodawari {
  background: #f3f2f0 url(../img/bg_pattern_kodawari@2x.png) center center repeat;
  background-size: 136px 102px;
  padding: 100px 0;
}
div#kodawari #kodawari-inner {
  margin: 0 10px;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
div#kodawari #kodawari-inner div#kodawari-top {
  display: flex;
  flex-direction: column;
}
div#kodawari #kodawari-inner div#kodawari-top > div {
  order: 2;
}
div#kodawari #kodawari-inner div#kodawari-top > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch; /* stretch, center*/
  box-sizing: border-box;
}
div#kodawari #kodawari-inner div#kodawari-top > div ul li {
  width: 30%;
  margin: 0;
  padding: 0;
}
div#kodawari #kodawari-inner div#kodawari-top > div ul li img {
  width: 100%;
  vertical-align: top;
}
div#kodawari #kodawari-inner div#kodawari-top p {
  order: 1;
  color: #134079;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 150%;
  writing-mode: vertical-rl;
  margin: 0 0 50px 0;
  display: flex;
  align-items: center;
}
div#kodawari #kodawari-inner #kodawari-btm {
  background: transparent url(../img/bg_kodawari_line@2x.png) center top no-repeat;
  background-size: contain;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0;
  padding: 30% 0 0 0;
}
div#kodawari #kodawari-inner #kodawari-btm p {
  margin: 0 0 5px 0;
}

/* +++++++++++++ 手土産とおもてなし +++++++++++++ */
div#products {
  background: #000;
  color: #fff;
  padding: 100px 0;
}
div#products .inner {
  text-align: center;
  margin: 0 10px;
  padding: 0;
}
div#products .inner p.catch {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin: 0 0 50px 0;
}
div#products .inner ul#scene-list {
  margin: 50px 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
div#products .inner ul#scene-list li {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
div#products .inner ul#scene-list li img {
  width: 100%;
  vertical-align: top;
}
div#products .inner #shopjump {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-align: center;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #fff;
}
div#products .inner ul#products-list {
  margin: 50px 0 20px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch; /* flex-start, stretch, center*/
  box-sizing: border-box;
}
div#products .inner ul#products-list li {
  width: 48%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
div#products .inner ul#products-list li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
div#products .inner ul#products-list li a span {
  display: block;
}
div#products .inner ul#products-list li a span img {
  width: 100%;
  vertical-align: top;
}
div#products .inner ul#products-list li a span:first-child {
  background-color: #fff;
}
div#products .inner ul#products-list li a:active {
  color: #f9bf11;
}
div#products .inner ul#products-list li a:active span img {
  opacity: 80%;
}
div#products .inner p#online-plist {
  text-align: center;
  margin: 0 0 30px 0;
}
div#products .inner p#online-plist a {
  display: block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-decoration: none;
  padding: 10px 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
}
div#products .inner p#online-plist a:active {
  background: #000;
  color: #f9bf11;
  border: 1px solid #f9bf11;
}

/* +++++++++++++ 料理人との出会い +++++++++++++ */
div#chef {
  background: #f3f2f0 url(../img/bg_pattern_chef@2x.png) center center repeat;
  background-size: 46px 46px;
  padding: 100px 10px;
}
div#chef .inner {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
div#chef .inner .photo-wrap {
  margin: 0 auto;
  position: relative;
}
div#chef .inner .photo-wrap p.photo {
  width: 100%;
}
div#chef .inner .photo-wrap p.photo img {
  width: 100%;
  vertical-align: top;
}
div#chef .inner .photo-wrap div.text {
  background: rgba(255, 255, 255, 0.8);
  font-size: 10px;
  line-height: 150%;
  padding: 10px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
}
div#chef .inner .photo-wrap div.text p {
  margin: 0;
}
div#chef .inner .photo-wrap div.text p:first-child {
  text-align: center;
  margin: 0 0 5px 0;
}
div#chef .inner .photo-wrap div.text p strong {
  color: #806239;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
div#chef .inner .photo-wrap div.text p strong span {
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 600;
}
div#chef .inner div.text-wrap {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: justify;
  line-height: 200%;
  margin: 50px auto 0px auto;
}
div#chef .inner div.text-wrap p {
  margin: 0 0 10px 0;
  position: relative;
}
div#chef .inner div.text-wrap p em {
  font-weight: bold;
  font-style: normal;
  background-image: linear-gradient(to bottom, transparent, transparent 60%, #e9db21 60%, #e9db21);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*rgba(233, 219, 33, 1);*/
}
div#chef .inner div.text-wrap p:first-child {
  text-align: center;
  margin: 0 10px 0 30px;
}
div#chef .inner div.text-wrap p:first-child strong {
  display: inline-block;
  color: #134079;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
  padding: 0px 20px;
  position: relative;
}
div#chef .inner div.text-wrap p:first-child strong::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #134079;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  position: absolute;
  top: 0;
  left: 0;
}
div#chef .inner div.text-wrap p:first-child strong::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #134079;
  clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
  position: absolute;
  bottom: 0;
  right: 0;
}

/* +++++++++++++ スライダー +++++++++++++ */
.splide .splide__track .splide__list li.splide__slide img {
  width: 100%;
  vertical-align: top;
}

/* +++++++++++++ 私たちの想い +++++++++++++ */
div#wish {
  background: #fff url(../img/bg_wish.jpg) center center no-repeat;
  background-size: cover;
  padding: 150px 10px;
}
div#wish .inner {
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
div#wish .inner h2 {
  margin-bottom: 50px;
}
div#wish .inner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
}

/* +++++++++++++ 店舗情報 +++++++++++++ */
div#shop {
  background-image: url(../img/bg_pattern_shop@2x.png), linear-gradient(210deg, rgb(19, 64, 121), rgb(10, 32, 61));
  background-repeat: repeat, no-repeat;
  background-size: 73px 42px, 100%;
  color: #fff;
  padding: 100px 10px;
}
div#shop .inner {
  text-align: center;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
div#shop .inner p.copy {
  font-size: 19px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  line-height: 220%;
  margin: 0 0 80px 0;
}
div#shop .inner p strong {
  color: #dcb454;
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
}
div#shop .inner p strong span {
  display: block;
  font-size: 16px;
}
div#shop .inner p a {
  display: block;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  line-height: 100%;
  margin: 10px 0;
  padding: 8px 10px;
  border: 1px solid #fff;
  position: relative;
}
div#shop .inner p a::after {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: transparent url(../img/icon_link_blank@2x.png) center center no-repeat;
  background-size: 12px 12px;
  position: absolute;
  top: 3px;
  right: 3px;
}
div#shop .inner p a:active {
  background-color: #937c52;
}
div#shop .inner iframe {
  width: 100%;
  height: 500px;
  margin: 10px auto 50px auto;
  border: 0;
}

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


	フッター


################################################## */
footer {
  background-image: linear-gradient(rgb(0, 0, 0), rgb(22, 22, 22));
  color: #fff;
  padding: 100px 0 0 0;
}
footer .inner {
  text-align: center;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
}
footer .inner p.copy {
  font-size: 20px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  line-height: 220%;
  margin: 0;
}
footer .inner ul {
  margin: 50px 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
footer .inner ul li {
  text-align: center;
  margin: 0 0 10px 0;
  padding: 0;
}
footer .inner ul li a {
  display: inline-block;
  width: 100%;
  max-width: 370px;
  border: 1px solid #fff;
}
footer .inner ul li a img {
  width: 100%;
  vertical-align: top;
}
footer .inner ul li a:active {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #f9bf11;
}
footer .inner p a {
  display: inline-block;
  color: #fff;
  padding: 0 25px 0 0;
  position: relative;
}
footer .inner p a::after {
  display: inline-block;
  content: "";
  width: 17px;
  height: 17px;
  background: transparent url(../img/icon_link_blank@2x.png) center center no-repeat;
  background-size: 17px 17px;
  position: absolute;
  top: calc(50% - 8px);
  right: 3px;
}
footer .inner p a:active {
  color: #f9bf11;
}
footer .inner p a:active::after {
  top: calc(50% - 11px);
  right: 0;
}
footer .copyright {
  background-color: #000;
  color: #888;
  font-size: 12px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin: 50px 0 0 0;
  padding: 10px 20px;
}
footer .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);
}