@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
*, *:before, *:after {
  box-sizing: border-box;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'MS Mincho', "HG明朝E", "メイリオ", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  scroll-behavior: smooth;
  min-width: 1140px;
}

ul {
  list-style: none;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  height: 100%;
}

a:hover {
  text-decoration: none;
  color: inherit;
  transition: .7s;
  opacity: .8;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mb-1 {
  margin-bottom: 1em;
}

.hannari {
  font-family: "Hannari", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'MS Mincho', "メイリオ", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 540px) {
  .sp-none {
    display: block;
  }
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .sp-none {
    display: none;
  }
  .pc-none {
    display: block;
  }
}

/* ヘッダー */
header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  z-index: 999;
}

.logo {
  width: 260px;
  padding-left: 15px;
}

.logo img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
}

.pc_nav {
  width: 540px;
}

.pc_nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc_nav li {
  font-family: "Hannari", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", 'MS Mincho', "メイリオ", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #FFF;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7);
}

.form_li {
  text-shadow: none;
  background-color: rgba(255, 182, 185, 0.6);
  padding: 10px 20px;
  box-shadow: 0px 0px 0px 5px rgba(255, 182, 185, 0.6);
  border: solid 1px #FFF;
  margin: 5px;
}

.form_li:hover {
  opacity: .6;
  transition: .7s;
}

/* TOPページ */
#top {
  width: 100%;
  height: 600px;
  background: url(../img/top_img.jpg) no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 80px;
  overflow-x: hidden;
}

.top_ttl {
  width: 1080px;
  margin: 30px auto;
}

.top_ttl img {
  max-width: 100%;
}

.top_banner {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.top_banner img {
  display: block;
  width: 350px;
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.6));
}

.inner {
  width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

#greeting {
  width: 100%;
  padding: 80px 0 100px 0;
  background-image: url(../img/aisatu_back.png);
  background-size: contain;
  background-position: bottom center;
}

.sec_ttl {
  font-size: 28px;
  text-align: center;
  padding-bottom: 20px;
  background-image: url(../img/kamome_ttl.png);
  background-position: bottom center;
  background-size: 46px 9px;
  margin-bottom: 40px;
}

#menu {
  padding: 80px 0;
  background-image: url(../img/kani_back.jpg);
  background-size: 100% auto;
  background-position: bottom center;
}

.menu_top {
  width: 100%;
  height: auto;
  position: relative;
}

.menu_top img {
  display: block;
  width: 100%;
}

.menu_top p {
  white-space: nowrap;
  font-size: 38px;
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.menu_txt {
  margin: 40px 0;
}

.menu_link {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.link_bg {
  width: 49.1%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}

.link_bg img {
  display: block;
  align-items: flex-start;
  width: 100%;
}

.link_bg:last-child {
  margin: 0 auto 20px auto;
}

.link_item {
  width: 100%;
  background-color: rgba(89, 69, 72, 0.7);
  padding: 10px;
  border-left: solid 5px #C69C6D;
  position: absolute;
  top: calc(50% - 45px);
}

.link_item p {
  color: #FFF;
  font-size: 40px;
  padding-bottom: 8px;
  position: relative;
  transition: .8s;
}

.link_item p::after {
  position: absolute;
  top: calc(50% - 1px);
  right: -10px;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #C69C6D;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.link_item p:hover {
  cursor: pointer;
  text-decoration: none;
}

.link_item p:hover::after {
  transform: scale(1.2, 1);
}

#order {
  padding: 80px 0;
  background-image: url(../img/order_back.jpg);
  background-size: cover;
}

.order_co {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.order_box {
  width: 360px;
  padding: 20px;
  background-color: #FFF;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.order_box h3 {
  margin-bottom: 0.5em;
}

.order_contents {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.m_btn {
  display: block;
  width: 310px;
  height: 60px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 60px;
  background-color: #FFB6B9;
  color: #FFF;
  text-align: center;
}

.order_tel {
  font-size: 24px;
  color: #C69C6D;
}

.order_tel i {
  margin-right: 10px;
}

.order_txt h3 {
  font-weight: bold;
  padding: 5px 10px;
  border-left: solid 3px #C69C6D;
  margin: 10px 0;
}

.tokuteisyo_link {
  display: block;
  width: 320px;
  height: 46px;
  line-height: 46px;
  border: solid 1px #FFF;
  text-align: center;
  margin-top: 20px;
}

#access {
  width: 100%;
  padding: 80px 0;
  background-image: url(../img/menu_bottom.png);
  background-position: bottom;
  background-size: contain;
}

.access_co {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.access_img {
  width: 540px;
}

.access_img img {
  display: block;
  width: 100%;
}

.access_txt {
  width: 540px;
  padding-bottom: 20px;
}

.access_txt h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.access_txt table {
  font-size: 18px;
  margin-bottom: 15px;
}

.access_txt th {
  width: 110px;
  text-align: left;
  vertical-align: top;
}

.map {
  height: 0;
  overflow: hidden;
  padding-bottom: 40%;
  position: relative;
  margin-bottom: 40px;
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* フッター */
.fo_bk {
  width: 100%;
  height: 200px;
  padding-top: 20px;
  background: url(../img/footer_img.png) no-repeat;
  background-size: cover;
}

.fo_bk p {
  font-size: 14px;
  color: #FFF;
  line-height: 20px;
}

.fo_logo {
  width: 280px;
  margin-bottom: 20px;
}

.fo_logo img {
  display: block;
  width: 100%;
}

.foot {
  width: 100%;
  background-color: #FFB6B9;
  padding: 20px;
}

.foot p {
  font-size: 14px;
  color: #FFF;
}

/* 共通TOP */
.sub_top {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sub_top h2 {
  font-size: 30px;
  color: #FFF;
  padding-bottom: 20px;
  background-image: url(../img/kamome_top.png);
  background-position: bottom center;
  background-size: 46px 9px;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.6));
}

.item_ttl {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.item_ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 80px;
  height: 3px;
  background-color: #FFB6B9;
}

/* 蟹商品ページ */
.sub_kani {
  background-image: url(../img/kani_header.jpg);
  background-size: cover;
}

#echizengani, #seikogani, #mizugani {
  padding: 80px 0;
  background-image: url(../img/menu_top.png);
  background-size: 100% auto;
  background-position: top center;
}

.kani_item_top {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

.kani_item_top img {
  display: block;
  width: 100%;
}

.price {
  margin-top: 40px;
}

.price table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 1em;
}

.price table th {
  width: 33.3333%;
  background-color: #FFE2E3;
  color: #C69C6D;
  padding: 10px 0 8px 0;
  border-top: solid 1px #F2F2F2;
  border-bottom: solid 1px #F2F2F2;
}

.price table td {
  border-bottom: solid 1px #F2F2F2;
  padding: 10px 0 8px 0;
}

.price table td .red {
  color: #FF0000;
}

.table_txt {
  margin-bottom: 40px;
}

.item_order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 2px #C69C6D;
  padding: 40px 40px 35px 45px;
}

.item_order_img {
  width: 500px;
}

.item_order_img img {
  display: block;
  width: 100%;
  align-self: flex-start;
}

.item_order_txt {
  width: 510px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.order_btn {
  color: #FFF;
  background-color: #FFB6B9;
  display: block;
  margin: 20px auto 10px auto;
  line-height: 50px;
  width: 360px;
  height: 50px;
  text-align: center;
}

#set {
  padding: 80px 0 40px 0;
  background-image: url(../img/menu_top.png);
  background-size: 100% auto;
  background-position: top center;
  background-color: #FFF5EA;
}

#set .price table td {
  background-color: #FFF;
}

.set_ttl {
  font-size: 24px;
  text-align: center;
  padding-bottom: 18px;
  background-image: url(../img/kamome_ttl.png);
  background-position: bottom center;
  background-size: 44px 9px;
  margin-bottom: 30px;
}

/* 海産物ページ */
#awabi {
  padding-top: 80px;
}

.sub_kaisan {
  background-image: url(../img/kaisan_header.jpg);
  background-size: cover;
}

.item_kaisan_l {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kaisan_img {
  width: 500px;
}

.kaisan_img img {
  display: block;
  width: 100%;
  align-self: flex-start;
}

.kaisan_txt {
  width: 580px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#sazae {
  padding: 40px 0;
}

.item_kaisan_r {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

#karei, #heshiko, #maika {
  padding-top: 40px;
}

#amaebi {
  padding: 40px 0 80px 0;
}

/* 注文ページ */
.sub_form {
  background-image: url(../img/form_header.jpg);
  background-size: cover;
}

#form {
  padding: 80px 0;
}

#form table {
  width: 100%;
}

#form table caption {
  font-size: 17px;
  font-weight: bold;
  line-height: 3em;
}

#form table th {
  width: 320px;
  text-align: left;
  vertical-align: top;
  padding: 10px 30px;
}

#form table .t_color {
  background-color: #f7edf9;
}

#form table td {
  padding: 10px 30px;
}

#form .order_txt h3 {
  border-left: solid 3px #FFB6B9;
}

#form .tokuteisyo_link {
  border: solid 1px #FFB6B9;
}

.hissu {
  font-size: 0.8em;
  background-color: #FFB6B9;
  color: #FFF;
  padding: 3px 8px;
  margin-right: 10px;
}

.nini {
  font-size: 0.8em;
  padding: 3px 8px;
  margin-right: 10px;
  background-color: #CCCCCC;
  color: #FFF;
}

.tel_form {
  font-size: 24px;
}

.form_area {
  background-color: #FFFBF7;
  padding: 30px;
  margin: 40px 0;
}

.form_area table {
  width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
select,
textarea {
  padding: 0.4em;
  transition: 0.3s;
  letter-spacing: 1px;
  background-color: #FFF;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

input[type="radio"] {
  margin-right: 10px;
}

input:focus, select:focus, textarea:focus {
  border: 1px solid #FFB6B9;
  outline: none;
  box-shadow: 0 0 5px 1px rgba(89, 4, 57, 0.4);
}

input[type="submit"],
input[type="button"] {
  display: block;
  background: #FFB6B9;
  border: none;
  color: #FFF;
  font-weight: bold;
  padding: 10px 100px;
  margin: 40px auto 0 auto;
}

::placeholder {
  color: #aaaaaa;
}

.top_btn {
  display: block;
  width: 200px;
  background: #FFB6B9;
  border: none;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  margin: 40px auto 0 auto;
}

/* 特定商取引ページ */
.sub_tokuteisho {
  background: url(../img/tokuteisho_header.jpg) no-repeat center;
  background-size: cover;
}

#tokuteisho {
  padding: 80px 0;
}

#tokuteisho table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

#tokuteisho th, #tokuteisho td {
  border-top: solid 1px #F2F2F2;
  border-bottom: solid 1px #F2F2F2;
  padding: 15px 25px;
}

#tokuteisho th {
  background-color: #FFE2E3;
  width: 340px;
  text-align: left;
  vertical-align: top;
  font-weight: inherit;
}

#pageTop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  filter: drop-shadow(0px 0px 5px rgba(255, 255, 255, 0.5));
  z-index: 999;
}

#pageTop a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #FFC1A9;
  color: #fff;
}

#pageTop i {
  vertical-align: inherit;
}

/* FAX用紙ページ ほぼお問い合わせと同じ */
#fax #form .red {
  color: #FF0000;
}

#fax #form .caution {
  margin: 20px auto 50px;
}

#fax #form input[type="text"], #fax #form input[type="email"], #fax #form input[type="tel"], #fax #form input[type="number"], #fax #form select, #fax #form textarea {
  color: #000;
}

#fax #form .tel-print::placeholder {
  color: #000;
  letter-spacing: 4.5em;
  font-weight: bold;
}

#fax #form .mail-print::placeholder {
  color: #000;
  letter-spacing: 4.5em;
  font-weight: bold;
}

/* 印刷時にのみ適用されるスタイルを記述 */
@media print {
  .print-page header,
  .print-page .sub_top,
  .print-page .fo_bk {
    display: none;
  }
  .print-page .foot {
    background: none;
  }
  .print-page .foot p {
    color: black;
  }
  .print-page #pageTop {
    display: none !important;
  }
  .print-page#fax #form {
    padding: 0;
  }
  .print-page#fax .form_area {
    background: none;
  }
  .print-page#fax table {
    break-inside: avoid;
  }
  .print-page#fax input[type="button"] {
    display: none;
  }
  .print-page#fax .hissu {
    background: none;
    border: 1px solid #FF0000;
    color: #FF0000;
  }
  .print-page#fax .caution br.pc-none {
    display: none;
  }
  .print-page#fax .order_txt,
  .print-page#fax .tokuteisyo_link {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  /* ヘッダー */
  .logo {
    width: 222px;
  }
  .pc_nav {
    width: 500px;
  }
  /* TOPページ */
  #top {
    width: 100%;
    height: auto;
    padding: 50px 0 30px 0;
  }
  .top_ttl {
    width: 90vw;
    margin: 30px auto;
  }
  .top_banner {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .top_banner a {
    width: 33%;
  }
  .top_banner img {
    max-width: 100%;
  }
  .inner {
    width: 92%;
  }
  #greeting {
    padding: 60px 0 80px 0;
  }
  .sec_ttl {
    font-size: 24px;
    padding-bottom: 20px;
    background-size: 40px 8px;
    margin-bottom: 30px;
  }
  #menu {
    padding: 60px 0;
  }
  .menu_top p {
    font-size: 26px;
  }
  .menu_txt {
    margin: 40px 0;
  }
  .link_bg {
    width: 49.1%;
    height: auto;
    margin-bottom: 20px;
    position: relative;
  }
  .link_bg img {
    display: block;
    align-items: flex-start;
    width: 100%;
  }
  .link_item p {
    font-size: 30px;
  }
  #order {
    padding: 60px 0;
    background-image: url(../img/order_back.jpg);
    background-size: cover;
  }
  #order .inner {
    width: 90%;
  }
  .order_co {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
  }
  .order_box {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .m_btn {
    height: 50px;
    display: block;
    font-size: 18px;
    line-height: 50px;
    margin: 20px 0;
  }
  .access_co {
    justify-content: center;
    margin-bottom: 40px;
  }
  .access_img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .access_txt h3 {
    font-size: 20px;
  }
  .access_txt table {
    font-size: 16px;
  }
  /* フッター */
  .fo_bk {
    width: 100%;
    height: 200px;
    padding-top: 20px;
  }
  .fo_bk p {
    font-size: 13px;
    color: #FFF;
    line-height: 18px;
  }
  .foot {
    width: 100%;
    background-color: #FFB6B9;
    padding: 20px;
  }
  .foot p {
    font-size: 14px;
    color: #FFF;
  }
  /* 共通TOP */
  .sub_top {
    width: 100%;
    height: 300px;
  }
  .sub_top h2 {
    font-size: 26px;
    padding-bottom: 20px;
    background-size: 40px 8px;
  }
  .item_ttl {
    font-size: 22px;
    margin-bottom: 36px;
  }
  .item_ttl:before {
    bottom: -8px;
    width: 70px;
  }
  /* 蟹商品ページ */
  #echizengani, #seikogani, #mizugani {
    padding: 60px 0;
  }
  .item_order {
    justify-content: center;
  }
  .item_order_img {
    max-width: 100%;
    margin-bottom: 10px;
  }
  .item_order_txt {
    max-width: 96%;
    justify-content: center;
  }
  .order_btn {
    margin: 30px auto 10px auto;
  }
  #set {
    padding: 60px 0 20px 0;
  }
  .set_ttl {
    font-size: 22px;
    background-size: 40px 8px;
  }
  /* 海産物ページ */
  #awabi {
    padding-top: 60px;
  }
  .item_kaisan_l {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .kaisan_img {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .kaisan_txt {
    max-width: 100%;
    justify-content: center;
  }
  #sazae {
    padding: 40px 0;
  }
  .item_kaisan_r {
    flex-wrap: wrap;
    justify-content: center;
  }
  #karei, #heshiko, #maika {
    padding-top: 40px;
  }
  #amaebi {
    padding: 40px 0 80px 0;
  }
  /* 注文ページ */
  #form {
    padding: 60px 0;
  }
  #form table {
    width: 100%;
  }
  #form table caption {
    font-size: 17px;
    font-weight: bold;
    line-height: 3em;
    display: block !important;
  }
  #form table th {
    display: block !important;
  }
  #form table td {
    display: block !important;
  }
  #form input[type="text"],
  #form input[type="email"],
  #form input[type="tel"],
  #form textarea {
    width: 100%;
  }
  #form .order_txt h3 {
    border-left: solid 3px #FFB6B9;
  }
  #form .tokuteisyo_link {
    border: solid 1px #FFB6B9;
  }
  .tel_form {
    font-size: 3.2vw;
  }
  textarea {
    max-width: 100%;
  }
  /* FAX用紙ページ ほぼお問い合わせと同じ */
  #fax #form .caution {
    text-align: left;
  }
  #fax #form .tel-print::placeholder {
    letter-spacing: 2.3em;
  }
  #fax #form .mail-print::placeholder {
    letter-spacing: 2em;
  }
}

@media screen and (max-width: 540px) {
  body {
    font-size: 3.8vw;
  }
  header {
    top: 10px;
  }
  .logo {
    width: 200px;
  }
  #top {
    width: 100%;
    height: auto;
    padding: 50px 0 30px 0;
  }
  .top_ttl {
    width: 97vw;
  }
  .inner {
    width: 92%;
  }
  #greeting {
    padding: 60px 0 80px 0;
  }
  .sec_ttl {
    font-size: 6vw;
  }
  #menu {
    padding: 60px 0;
  }
  .menu_top p {
    font-size: 5.4vw;
    text-align: center;
  }
  .menu_txt {
    margin: 40px 0;
  }
  .link_bg {
    width: 100%;
  }
  .link_bg img {
    display: block;
    align-items: flex-start;
    width: 100%;
  }
  .link_item {
    top: calc(50% - 35px);
  }
  .link_item p {
    font-size: 7vw;
  }
  #order {
    padding: 60px 0;
  }
  #order h3 {
    font-size: 16px;
  }
  .tokuteisyo_link {
    max-width: 100%;
  }
  .m_btn {
    width: 260px;
    height: 46px;
    display: block;
    font-size: 16px;
    line-height: 46px;
  }
  #access {
    padding: 60px 0;
  }
  .access_co {
    justify-content: center;
    margin-bottom: 40px;
  }
  .access_img {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .access_txt h3 {
    font-size: 18px;
  }
  .fo_bk {
    height: 160px;
  }
  .fo_bk p {
    font-size: 13px;
  }
  .fo_logo {
    width: 220px;
    margin-bottom: 20px;
  }
  .foot p {
    font-size: 13px;
  }
  /*　サブページ共通　*/
  .sub_top {
    height: 200px;
  }
  .sub_top h2 {
    font-size: 6vw;
    padding-bottom: 12px;
    background-size: 34px 8px;
  }
  /* 蟹商品ページ */
  .item_order {
    padding: 30px 25px 15px 25px;
  }
  .order_btn {
    width: 220px;
  }
  .item_ttl {
    font-size: 5vw;
    margin-bottom: 34px;
  }
  .price {
    overflow-x: auto;
    width: 100%;
    border-collapse: collapse;
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 20px;
  }
  .price table {
    font-size: 3.5vw;
    margin-bottom: 0.5em;
  }
  .price table th {
    width: auto;
  }
  .price table td {
    padding: 10px 5px 8px 5px;
  }
  .price span {
    font-size: 0.8em;
  }
  #set {
    padding: 50px 0 20px 0;
  }
  .set_ttl {
    font-size: 5vw;
    padding-bottom: 12px;
    background-size: 36px 8px;
    padding-bottom: 14px;
    margin-bottom: 28px;
  }
  /* 海産物ページ */
  .kaisan_txt {
    padding: 0;
  }
  #amaebi {
    padding: 40px 0 60px 0;
  }
  /* 注文ページ */
  #form {
    padding: 60px 0;
  }
  #form table caption {
    font-size: 4.4vw;
    line-height: inherit;
    padding: 20px 0 10px 0;
  }
  #form table caption span {
    font-size: 0.9em;
  }
  #form table th {
    width: 100%;
    padding: 1.5% 4%;
  }
  #form table td {
    padding: 1% 4%;
    font-size: 3.4vw;
  }
  #form .form_area {
    padding: 10px 0 30px 0;
    margin: 40px 0;
  }
  #form input[type="submit"],
  #form input[type="button"] {
    padding: 10px 30px;
    margin: 20px auto 0 auto;
  }
  #form .order_txt h3 {
    border-left: solid 3px #FFB6B9;
  }
  #form .tokuteisyo_link {
    border: solid 1px #FFB6B9;
  }
  .tel_form {
    font-size: 5.6vw;
    padding-top: 0.5em;
  }
  /* 特定商取引法 */
  .sub_tokuteisho h2 {
    font-size: 4.8vw;
  }
  #tokuteisho {
    padding: 60px 0;
  }
  #tokuteisho table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    padding: 15px 25px;
  }
  #tokuteisho th, #tokuteisho td {
    display: block;
  }
  #tokuteisho th {
    padding: 2% 4%;
  }
  #tokuteisho td {
    padding: 3% 4%;
  }
}

.container {
  position: relative;
  margin: 0 auto;
  max-width: 70%;
}

.swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}

.swiper-container img {
  width: 100%;
  height: auto;
}

.header-change {
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  position: fixed;
  top: -100px;
  transition: .5s;
  width: 100%;
  height: 60px;
  z-index: 9999;
}

.header-change .gnav ul {
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #333;
}

.header-change .gnav ul li {
  margin-left: 40px;
}

.header-change .gnav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-change h1 {
  width: 250px;
}

.header-change h1 img {
  display: block;
}

.header-change.show {
  top: 0;
}

.change_yoyaku {
  background-color: rgba(255, 182, 185, 0.8);
  width: 150px;
  height: 50px;
  box-shadow: 0px 0px 0px 5px rgba(255, 182, 185, 0.8);
  border: solid 1px #FFF;
  margin: 5px;
}

.change_yoyaku a {
  color: #FFF;
}

#wrapper nav {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  padding-top: 50px;
  background: rgba(255, 193, 169, 0.9);
  font-size: 16px;
  box-sizing: border-box;
  z-index: 9998;
}

#wrapper nav ul li {
  display: block;
  padding: 20px 28px;
  border-bottom: solid 1px #FFF;
}

#wrapper nav ul li a {
  text-decoration: none;
  color: #FFF;
}

#wrapper .btn-gnavi {
  position: relative;
  top: 0px;
  left: 10px;
  width: 30px;
  height: 24px;
  z-index: 9999;
  cursor: pointer;
  transition: all 400ms;
}

#wrapper .btn-gnavi span {
  position: absolute;
  width: 34px;
  height: 4px;
  background: #FC9098;
  border-radius: 5px;
  transition: all 400ms;
}

#wrapper .btn-gnavi span:nth-child(1) {
  top: 0;
}

#wrapper .btn-gnavi span:nth-child(2) {
  top: 10px;
}

#wrapper .btn-gnavi span:nth-child(3) {
  top: 20px;
}

#wrapper .btn-gnavi.open span {
  background: #fff;
}

#wrapper .btn-gnavi.open span {
  width: 24px;
}

#wrapper .contents section p {
  position: absolute;
  top: 50%;
  width: 30%;
  line-height: 1.4;
  font-size: 20px;
  color: #fff;
}

#wrapper .contents section:nth-child(odd) p {
  left: 10%;
}

#wrapper .contents section:nth-child(even) p {
  right: 10%;
}

#wrapper, .sp_order {
  display: none !important;
}

.sp_order {
  background-color: #FFB6B9;
  color: #FFF;
  width: 80px;
  height: 60px;
}

.sp_order a {
  font-size: 15px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .top_banner {
    display: none;
  }
  .header-change {
    height: 60px;
    z-index: 9999;
    padding-left: 10px;
  }
  .header-change h1 {
    width: 50vw;
    padding-left: 15px;
  }
  #wrapper, .sp_order {
    display: block !important;
  }
  .main_nav, .gnav {
    display: none;
  }
}

#news {
  background-image: url(../img/order_back.jpg);
  background-size: cover;
  padding: 30px 0;
}

#news .intro_inner {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 2;
}

#news .campaign {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
  width: 800px;
  margin: 20px auto 0;
  padding: 20px 50px;
}

#news .campaign .campaign_h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: red;
}

#news .campaign .campaign_header {
  margin-top: 8px;
  padding-top: 8px;
  font-size: 20px;
  font-weight: bold;
}

#news .campaign .campaign_header:not(:first-of-type) {
  border-top: 1px solid #aaaaaa;
}

#news .campaign .campaign_header span {
  font-size: 15px;
  color: black;
}

#news .campaign .campaign_text {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

#news .campaign .campaign_text span {
  font-size: 13px;
  color: black;
}

#news .campaign .campaign_cta {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
}

#news .campaign .campaign_cta a {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 540px) {
  #news .intro_inner {
    font-size: 16px;
  }
  #news .campaign {
    width: 90%;
    margin: 20px auto 0;
    padding: 20px 20px;
  }
  #news .campaign .campaign_h2 {
    font-size: 18px;
  }
  #news .campaign .campaign_header {
    font-size: 18px;
  }
  #news .campaign .campaign_header span {
    font-size: 10px;
    color: black;
  }
  #news .campaign .campaign_text {
    font-size: 15px;
  }
  #news .campaign .campaign_text span {
    font-size: 10px;
    color: black;
  }
  #news .campaign .campaign_cta {
    font-size: 16px;
  }
  #news .campaign .campaign_cta a {
    font-size: 18px;
    font-weight: bold;
  }
}
/*# sourceMappingURL=style.css.map */;
  }
  #news .campaign .campaign_text {
    font-size: 15px;
  }
  #news .campaign .campaign_text span {
    font-size: 10px;
    color: black;
  }
  #news .campaign .campaign_cta {
    font-size: 16px;
  }
  #news .campaign .campaign_cta a {
    font-size: 18px;
    font-weight: bold;
  }
}
/*# sourceMappingURL=style.css.map */