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

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

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

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

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


	コンテンツ


################################################## */
/* +++++++++++++ 共通項目 +++++++++++++ */
h2 {
  color: #f9bf11;
  font-size: 36px;
  font-family: "Klee One", cursive;
  font-weight: 400;
  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%;
  background-attachment: fixed, scroll;
  color: #fff;
  padding: 100px 0;
}
div#intro div#intro-catch {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: center; /* stretch, center*/
  box-sizing: border-box;
}
div#intro div#intro-text {
  max-width: 960px;
  height: 370px;
  font-size: 18px;
  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;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
div#intro div#intro-text p {
  margin: 0 10px;
  writing-mode: vertical-rl;
}

/* +++++++++++++ こだわりを〜 +++++++++++++ */
div#kodawari {
  background: #f3f2f0 url(../img/bg_pattern_kodawari@2x.png) center center repeat fixed;
  background-size: 136px 102px;
  padding: 100px 0;
}
div#kodawari #kodawari-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
div#kodawari #kodawari-inner div#kodawari-top {
  margin: 0 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch; /* stretch, center*/
}
div#kodawari #kodawari-inner div#kodawari-top > div {
  flex: 1;
}
div#kodawari #kodawari-inner div#kodawari-top > div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start; /*flex-start,center,space-between*/
  align-items: stretch; /* flex-start, stretch, center*/
  box-sizing: border-box;
}
div#kodawari #kodawari-inner div#kodawari-top > div ul li {
  width: 30%;
  max-width: 160px;
  margin: 0 3% 0 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 {
  width: 30%;
  min-width: 200px;
  color: #134079;
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.1em;
  line-height: 200%;
  writing-mode: vertical-rl;
  margin: 0;
}
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: -20px 0 20px 0;
  padding: 26% 50px 0 50px;
}
div#kodawari #kodawari-inner #kodawari-btm p {
  margin: 0 0 5px 0;
}

/* +++++++++++++ 手土産とおもてなし +++++++++++++ */
div#products {
  background: #000 url(../img/bg_product.jpg) top right no-repeat fixed;
  color: #fff;
  padding: 100px 0;
}
div#products .inner {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  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;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; /*flex-start,center,space-between*/
  align-items: stretch; /* flex-start, stretch, center*/
  box-sizing: border-box;
}
div#products .inner ul#scene-list li {
  width: 30%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 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 40px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  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: 23%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin: 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:hover {
  color: #f9bf11;
}
div#products .inner ul#products-list li a:hover span img {
  opacity: 80%;
}
div#products .inner p#online-plist {
  text-align: center;
}
div#products .inner p#online-plist a {
  display: inline-block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  text-decoration: none;
  padding: 5px 40px;
  border: 1px solid #fff;
}
div#products .inner p#online-plist a:hover {
  background: #000;
  color: #f9bf11;
  border: 1px solid #f9bf11;
}

/* +++++++++++++ 料理人との出会い +++++++++++++ */
div#chef {
  background: #f3f2f0 url(../img/bg_pattern_chef@2x.png) center center repeat fixed;
  background-size: 46px 46px;
  padding: 100px 0;
}
div#chef .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
div#chef .inner .photo-wrap {
  width: 320px;
  height: 415px;
  margin: 0 auto;
  position: relative;
}
div#chef .inner .photo-wrap p.photo {
  width: 320px;
  height: 415px;
}
div#chef .inner .photo-wrap p.photo img {
  width: 100%;
  vertical-align: top;
}
div#chef .inner .photo-wrap div.text {
  width: 320px;
  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 {
  max-width: 960px;
  height: 410px;
  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%;
  font-feature-settings: initial;
  margin: 50px auto 0px auto;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
div#chef .inner div.text-wrap p {
  margin: 0 10px;
  position: relative;
  writing-mode: vertical-rl;
}
div#chef .inner div.text-wrap p em {
  font-weight: bold;
  font-style: normal;
  background-image: linear-gradient(to left, 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;
  padding: 20px 0px;
  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%, 100% 100%);
  position: absolute;
  top: 0;
  right: 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% 0%, 100% 100%, 0% 100%);
  position: absolute;
  bottom: 0;
  left: 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 right no-repeat fixed;
  background-size: contain;
  padding: 150px 0;
}
div#wish .inner {
  width: 100%;
  max-width: 670px;
  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%;
  background-attachment: fixed, scroll;
  color: #fff;
  padding: 100px 0;
}
div#shop .inner {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}
div#shop .inner p.copy {
  font-size: 20px;
  font-family: "Klee One", cursive;
  font-weight: 600;
  font-style: normal;
  line-height: 220%;
  margin: 0 0 50px 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 {
  font-size: 16px;
}
div#shop .inner p a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  line-height: 100%;
  margin: 0 0 0 10px;
  padding: 2px 20px 2px 10px;
  border: 1px solid #fff;
  position: relative;
}
div#shop .inner p a::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: transparent url(../img/icon_link_blank@2x.png) center center no-repeat;
  background-size: 10px 10px;
  position: absolute;
  top: calc(50% - 5px);
  right: 2px;
}
div#shop .inner p a:hover {
  background-color: #937c52;
}
div#shop .inner iframe {
  width: 100%;
  height: 360px;
  margin: 10px auto 50px auto;
  border: 0;
}

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


	フッター


################################################## */
footer {
  background-image: linear-gradient(rgb(0, 0, 0), rgb(22, 22, 22));
  color: #fff;
  padding: 50px 0 0 0;
}
footer .inner {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  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: 30px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; /*flex-start,center,space-between*/
  align-items: stretch; /* flex-start, stretch, center*/
  box-sizing: border-box;
}
footer .inner ul li {
  margin: 0 10px;
  padding: 0;
}
footer .inner ul li a {
  display: inline-block;
  border: 1px solid #fff;
  transition: 0.5s;
}
footer .inner ul li a img {
  vertical-align: top;
}
footer .inner ul li a:hover {
  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;
  transition: 0.3s;
}
footer .inner p a:hover {
  color: #f9bf11;
}
footer .inner p a:hover::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;
}

/* +++++++++++++ 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);
}