@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
.site-top {
  background-image: url(/img/osakana-bg-lg.jpg);
  background-size: cover;
}

.contents-top {
  background-image: url(/img/item-tai-big.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contents-top-salmon {
  background-image: url(/img/salmon-header.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.swiper-button-prev, .swiper-button-next {
  background-image: none;
}

.img-tai-32 {
  background-image: url(/img/tai_32.jpg);
  background-size: cover;
  background-position: center center;
}

.process-img-01 {
  background-image: url(/img/howto06.jpg);
}

.process-img-02 {
  background-image: url(/img/process-00.jpg);
}

.process-img-03 {
  background-image: url(/img/process-01.jpg);
}

.process-img-04 {
  background-image: url(/img/process-04.jpg);
}

.flex-inner-img-tamago {
  background-image: url(/img/tamago.jpg);
  background-size: cover;
  background-position: center center;
}

.flex-inner-img-tamago2 {
  background-image: url(/img/tamago2.jpg);
  background-size: cover;
  background-position: center center;
}

.eat-main-img01 {
  background-image: url(/img/eat01.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-img01 {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .eat-main-img01 {
    background-position: center bottom;
  }
}

.eat-main-img02 {
  background-image: url(/img/eat02.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-img02 {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .eat-main-img02 {
    background-position: center bottom;
  }
}

.eat-main-img03 {
  background-image: url(/img/eat03.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-img03 {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .eat-main-img03 {
    background-position: center bottom;
  }
}

.eat-main-img04 {
  background-image: url(/img/eat04.jpg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-img04 {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .eat-main-img04 {
    background-position: center bottom;
  }
}

.eat-main-salmon-img01 {
  background-image: url(/img/salmon-mazegohan.png);
  background-position: center center;
  background-size: auto 130%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-salmon-img01 {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .eat-main-salmon-img01 {
    background-position: center bottom;
  }
}

.eat-main-salmon-img02 {
  background-image: url(/img/salmon-nigirimeshi.png);
  background-position: center center;
  background-size: auto 130%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-salmon-img02 {
    background-position: center bottom;
  }
}
@media (max-width: 767px) {
  .eat-main-salmon-img02 {
    background-position: center bottom;
  }
}

.sozai-sakana {
  background-image: url(/img/tai_32.jpg);
  width: 100%;
}

.sozai-sio {
  background-image: url(/img/sio.jpg);
  width: 100%;
}

.sozai-tamago {
  background-image: url(/img/tamago3.jpg);
  width: 100%;
}

.sozai-wara {
  background-image: url(/img/wara.jpg);
  width: 100%;
}

.purchase-main-img-tai {
  background-image: url("/img/tai-hamayaki-box.png");
}

.purchase-main-img-salmon {
  background-image: url("/img/salmon-hamayaki-box.png");
}

.purchase-infomation-img {
  background-image: url("/img/yamato-infomation.png");
}

.company-contents-top {
  background-image: url(/img/company00.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.required::before {
  content: "必須";
}

.required {
  font-size: 70%;
  padding: 0.1em 0.5em;
  border: 1px solid black;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0.5rem;
  color: white;
  background-color: #c60063;
}

/* 共通部分 */
body {
  /*font-family: 'Noto Sans Japanese';*/
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
  font-size: 14pt;
  overflow-x: hidden;
}

a {
  color: #000000;
}

a:hover {
  color: black;
  transition: all 0.7s;
  background-color: rgba(255, 255, 255, 0.7);
}

button:hover {
  cursor: pointer;
}

.main-contents-width {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.main-contents-width-half {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-contents-width-half {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .main-contents-width-half {
    width: 100%;
  }
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
}

.flex-container-r {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.contents-top-v-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.flex-container-around {
  justify-content: space-around;
}

.flex-container-flex-end {
  justify-content: flex-end;
}

.flex-box-harf {
  width: 50%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-box-harf {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-box-harf {
    width: 100%;
  }
}

.flex-box-30 {
  width: 30%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-box-30 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-box-30 {
    width: 100%;
  }
}

.flex-box-40 {
  width: 40%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-box-40 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-box-40 {
    width: 100%;
  }
}

.flex-box-70 {
  width: 70%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-box-70 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-box-70 {
    width: 100%;
  }
}

.flex-v-middle {
  align-items: center;
}

.black-mask {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.white-mask {
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.vertica-writing {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}

.pagetop-box {
  display: none;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: black;
  color: white;
  border: 1px gray solid;
  padding: 1rem;
  z-index: 9;
}

.pagetop-box:hover {
  cursor: pointer;
  background-color: white;
  color: black;
  transition: 0.7s all;
}

/* ヘッダー部 */
header {
  padding: 0 0 0 1rem;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 3;
  text-align: left;
}

.logo-container {
  width: 240px;
}

.logo-img {
  height: 26px;
}

.header-sp-menu-button {
  color: #000000;
  display: block;
  font-size: 28pt;
  border: 0;
  background-color: transparent;
  line-height: 64px;
  padding: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  margin: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 1200px) {
  .header-sp-menu-button {
    display: none;
  }
}

.header-sp-menu-button:hover {
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
}

/* メニュー */
.header-nav {
  height: 64px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .header-nav {
    display: none;
    position: absolute;
    right: 0;
    top: 64px;
    width: 100%;
  }
}

.header-menu {
  display: flex;
  /*  justify-content: flex-end; */
  font-size: 1rem;
  line-height: 64px;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
}
@media (max-width: 1199px) {
  .header-menu {
    width: 100%;
    padding-left: 0;
    background-color: #ffffff;
    border: 5px solid #000000;
  }
}

.header-menu li {
  line-height: 64px;
  position: relative;
  color: #000000;
  width: 10em;
}
@media (max-width: 1199px) {
  .header-menu li {
    width: 100%;
  }
}

.header-menu li a {
  display: inline-block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative;
}
@media (max-width: 1199px) {
  .header-menu li a {
    text-align: left;
    padding-left: 1.5rem;
  }
}

.header-menu a:hover {
  color: white;
  background-color: #000000;
  transition: 0.7s all;
}

@media (max-width: 1199px) {
  li.have-submenu > a {
    display: inline;
  }
}

.header-menu li:hover {
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.7s;
}

.header-menu li:hover > .header-submenu {
  display: block;
}

.header-submenu {
  display: none;
  position: absolute;
  width: 12em;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  z-index: 3;
  list-style: none;
  padding: 0;
}
@media (max-width: 1199px) {
  .header-submenu {
    position: static;
    display: block;
    width: 100%;
    background-color: #ffffff;
    box-shadow: none;
  }
}

.header-submenu li {
  width: 12em;
  line-height: 64px;
  position: relative;
}
@media (max-width: 1199px) {
  .header-submenu li {
    width: 100%;
  }
}

.header-submenu li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0 1rem;
  margin: 0;
}
@media (max-width: 1199px) {
  .header-submenu li a {
    padding-left: 2.5rem;
  }
}

.header-submenu li .header-menu-olive-salmon {
  font-size: 0.8rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header-submenu li .header-menu-olive-salmon {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .header-submenu li .header-menu-olive-salmon {
    font-size: 1rem;
  }
}

.long-submenu {
  width: 18em;
}
@media (max-width: 1199px) {
  .long-submenu {
    width: 100%;
  }
}

.long-submenu li {
  width: 18em;
}
@media (max-width: 1199px) {
  .long-submenu li {
    width: 100%;
  }
}

/* スライダー */
.swiper-container {
  height: 800px;
  width: 100%;
}
@media (min-width: 1200px) {
  .swiper-container {
    height: 800px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .swiper-container {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .swiper-container {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .swiper-container {
    height: 400px;
  }
}

.slide-layer {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 84px;
  left: 10%;
  position: absolute;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .slide-layer {
    top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slide-layer {
    top: 20px;
  }
}
@media (max-width: 767px) {
  .slide-layer {
    top: 10px;
  }
}

.slide-layer h2 {
  font-size: 32pt;
}
@media (min-width: 1200px) {
  .slide-layer h2 {
    font-size: 32pt;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .slide-layer h2 {
    font-size: 32pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slide-layer h2 {
    font-size: 28pt;
  }
}
@media (max-width: 767px) {
  .slide-layer h2 {
    font-size: 28pt;
  }
}

.slide-layer p {
  font-size: 28pt;
}
@media (min-width: 1200px) {
  .slide-layer p {
    font-size: 28pt;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .slide-layer p {
    font-size: 28pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slide-layer p {
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .slide-layer p {
    font-size: 18pt;
  }
}

.slide-1 {
  background-image: url(/img/slide00.jpg);
  background-size: cover;
  background-position: center center;
}

.slide-2 {
  background-image: url(/img/slide01.jpg);
  background-size: cover;
  background-position: center center;
}

.slide-3 {
  background-image: url(/img/slide02.jpg);
  background-size: cover;
  background-position: center center;
}

.slide-4 {
  background-image: url(/img/slide03.jpg);
  background-size: cover;
  background-position: center center;
}

.swiper-button-prev, .swiper-button-next {
  font-size: 28pt;
  padding: 1rem 0.5rem;
  width: auto;
  height: auto;
  margin-top: -60px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  transition: all 0.7s;
}

.swiper-pagination-bullet-active {
  background-color: black;
}

/* ヘッダートップイメージ */
.top-headerimg-container {
  height: 800px;
  width: 100%;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (min-width: 1200px) {
  .top-headerimg-container {
    height: 800px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .top-headerimg-container {
    height: 600px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-headerimg-container {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .top-headerimg-container {
    height: 300px;
  }
}

.top-headerimg-title {
  position: absolute;
  top: 84px;
  left: 10%;
}

.top-title-meisan {
  display: block;
  font-size: 28pt;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .top-title-meisan {
    font-size: 18pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-title-meisan {
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .top-title-meisan {
    font-size: 14pt;
  }
}

.top-title-tai {
  display: block;
  font-size: 56pt;
  margin-top: 3rem;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .top-title-tai {
    font-size: 49pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .top-title-tai {
    font-size: 42pt;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .top-title-tai {
    font-size: 28pt;
    margin-top: 1rem;
  }
}

/* メインコンテンツ */
.bland-concept-container {
  width: 100%;
  background-image: url(/img/bland-concept01.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 110%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bland-concept-container {
    background-size: 30%;
    background-position: top 120px right;
  }
}
@media (max-width: 767px) {
  .bland-concept-container {
    background-size: 50%;
    background-position: top 100px right;
  }
}

.bland-concept-container-company {
  width: 100%;
  background-image: url(/img/bland-concept01.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 110%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bland-concept-container-company {
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  .bland-concept-container-company {
    background-size: 50%;
  }
}

.commerce-container {
  width: 100%;
  background-image: url(/img/bland-concept01.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 25%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .commerce-container {
    background-size: 50%;
  }
}
@media (max-width: 767px) {
  .commerce-container {
    background-size: 50%;
  }
}

.commerce-dl dt {
  font-size: 150%;
  padding: 0.1em;
  margin-top: 1em;
  margin-bottom: 0.1em;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .commerce-dl dt {
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .commerce-dl dt {
    font-size: 18pt;
  }
}
.commerce-dl dd {
  margin-left: 1.5em;
}

.bland-concept-img-box {
  height: 600px;
  background-image: url(/img/bland-concept00.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 70%;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .bland-concept-img-box {
    background-size: contain;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bland-concept-img-box {
    background-size: contain;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .bland-concept-img-box {
    background-size: contain;
    height: 300px;
  }
}

.bland-concept-img-osakana {
  background-image: url(/img/osakana-logo.png);
  background-position: center center;
  background-size: auto 60%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .bland-concept-img-osakana {
    background-size: auto 70%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .bland-concept-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 767px) {
  .bland-concept-description {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.bland-concept-description > p {
  font-weight: 500;
}

.top-message-title {
  font-size: 28pt;
  font-weight: 700;
}

.top-message-box {
  height: 600px;
}

.item-flex-container {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.item-flex-container li {
  height: 600px;
  width: 50%;
  position: relative;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-flex-container li {
    height: 400px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-flex-container li {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .item-flex-container li {
    height: 300px;
    width: 100%;
  }
}

.item-tai-li {
  background-image: url(/img/item-tai-big.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.item-salmon-li {
  background-image: url(/img/item-salmon-big.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.item-list-title {
  font-size: 28pt;
  background-color: rgba(0, 0, 0, 0.6);
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .item-list-title {
    font-size: 18pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-list-title {
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .item-list-title {
    font-size: 18pt;
  }
}

/*
.vertical-center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.vertical-bottom{
  text-align: center;
}
*/
.flex-title-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.item-flex-container li a {
  color: white;
  height: 100%;
  width: 100%;
}

.item-flex-container li a:hover {
  color: black;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.7s;
}

.item-flex-container li a:hover span {
  text-decoration: underline;
}

.channels-section {
  padding: 10rem 0;
}

.channels-section-title {
  text-align: center;
}

.channels-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  justify-content: space-around;
}

.channels-list li {
  width: 25%;
  text-align: center;
  padding: 1rem 0.5rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .channels-list li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .channels-list li {
    width: 100%;
  }
}

.channels-list li a {
  display: inline-block;
  padding: 1rem;
  width: 100%;
  background: black;
  color: white;
  border: 1px solid black;
  font-size: 12pt;
}

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

.big-icon {
  font-size: 32pt;
}

/* フッター部 */
footer {
  padding: 1rem 1rem 5rem 1rem;
  font-size: 12pt;
  background-color: #000000;
  color: #ffffff;
}

.footer-flex-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-flex-container {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .footer-flex-container {
    flex-direction: row;
  }
}

.address-title-span {
  display: inline-block;
  margin-right: 1rem;
}

.footer-tel-number {
  color: white;
}
.footer-tel-number:hover {
  color: white;
  background: black;
}

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

/*　各ページ */
.contents-top, .contents-top-salmon, .company-contents-top {
  height: 600px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (min-width: 1200px) {
  .contents-top, .contents-top-salmon, .company-contents-top {
    height: 600px;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .contents-top, .contents-top-salmon, .company-contents-top {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contents-top, .contents-top-salmon, .company-contents-top {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .contents-top, .contents-top-salmon, .company-contents-top {
    height: 300px;
  }
}

.main-title-container {
  margin-bottom: 0;
  font-size: 28pt;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .main-title-container {
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .main-title-container {
    font-size: 18pt;
  }
}

.contents-box {
  padding: 5em 0;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .contents-box {
    padding: 4em 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contents-box {
    padding: 3em 0;
  }
}
@media (max-width: 767px) {
  .contents-box {
    padding: 1em 0;
  }
}

.contents-flex-box {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

.contents-flex-box-reverce {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.flex-inner-img {
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}
@media (max-width: 767px) {
  .flex-inner-img {
    width: 100%;
    min-height: 300px;
  }
}

.flex-inner-sentence {
  width: 50%;
  padding: 1rem;
}
@media (max-width: 767px) {
  .flex-inner-sentence {
    width: 100%;
  }
}

.flex-inner-sentence-masters {
  width: 50%;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-inner-sentence-masters {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .flex-inner-sentence-masters {
    width: 100%;
    padding: 1rem 0;
  }
}

.flex-inner-sentence-h2 {
  background-color: #000000;
  color: white;
  padding: 1rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-inner-sentence-h2 {
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .flex-inner-sentence-h2 {
    font-size: 14pt;
  }
}

.flex-inner-sentence-p {
  padding: 0 1rem;
}

.flex-inner-img-tai {
  background-image: url(/img/slide01.jpg);
}

.flex-inner-img-sea {
  background-image: url(/img/slide02.jpg);
}

.flex-inner-img-artisans {
  background-image: url(/img/slide03.jpg);
}

.img-tamago-box {
  position: relative;
}

.flex-inner-img-tamago, .flex-inner-img-tamago2 {
  height: 55%;
  width: 55%;
  position: absolute;
  z-index: 1;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .flex-inner-img-tamago, .flex-inner-img-tamago2 {
    height: 55%;
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-inner-img-tamago, .flex-inner-img-tamago2 {
    height: 55%;
    width: 70%;
  }
}
@media (max-width: 767px) {
  .flex-inner-img-tamago, .flex-inner-img-tamago2 {
    height: 65%;
    width: 55%;
  }
}

.flex-inner-img-tamago2 {
  bottom: 0;
  right: 0;
  z-index: 3;
}

.main-contents-title {
  padding: 5rem 0;
  text-align: center;
  width: 100%;
  background-color: black;
  color: white;
}

.howto-box, .process-box {
  width: 50%;
}
@media (max-width: 767px) {
  .howto-box, .process-box {
    width: 100%;
  }
}

.howto-img, .process-img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-size: 100% auto; */
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  .howto-img, .process-img {
    height: 250px;
    background-size: cover;
  }
}

.howto-box, .process-box {
  padding: 2rem;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .howto-box, .process-box {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .howto-box, .process-box {
    padding: 1rem;
  }
}

.howto-section, .process-section {
  border: 1px black solid;
}

.howto-section h3, .process-section h3 {
  background-color: black;
  color: white;
  padding: 0.5rem;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 1023px) {
  .howto-section h3, .process-section h3 {
    font-size: 12pt;
  }
}

.section-title-small {
  font-size: 12pt;
}

@media (max-width: 1023px) {
  .howto-description, .process-description {
    font-size: 12pt;
    padding: 0.5rem;
  }
}

.salmon-note {
  padding-left: 1em;
}

.contents-top-message-box {
  text-align: center;
  padding: 0 1rem;
  font-weight: 700px;
  font-size: 18pt;
}

.big-img-container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.howto-img-01 {
  background-image: url(/img/howto01.jpg);
  min-height: 350px;
}

.howto-img-02 {
  background-image: url(/img/howto02.jpg);
}

.howto-img-03 {
  background-image: url(/img/howto03.jpg);
}

.howto-img-04 {
  background-image: url(/img/howto04.jpg);
}

.howto-img-05 {
  background-image: url(/img/howto05.jpg);
}

.howto-img-06 {
  background-image: url(/img/howto06.jpg);
}

.howto-img-07 {
  background-image: url(/img/howto07.jpg);
}

.howto-img-08 {
  background-image: url(/img/howto08.jpg);
}

.howto-img-09 {
  background-image: url(/img/howto09.jpg);
}

.howto-img-10 {
  background-image: url(/img/howto10.jpg);
  background-size: auto 260%;
  background-position-y: 50%;
}

.howto-img-10-salmon {
  background-image: url(/img/howto10_salmon.jpg);
  background-size: auto 260%;
  background-position-y: 46%;
}

.process-container {
  justify-content: space-around;
}

.all-width-container {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .all-width-container {
    height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .all-width-container {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .all-width-container {
    height: 350px;
  }
}

.eat-flex-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.eat-flex-container-r {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}

.eat-main-img {
  min-height: 350px;
  background-repeat: no-repeat;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-img {
    margin-top: 3rem;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .eat-main-img {
    margin-top: 3rem;
    min-height: 200px;
  }
}

.eat-imgbox-right h2 {
  margin: 0;
  padding: 0 3em;
}

.eat-bg-img00 {
  background-image: url(/img/eat00.jpg);
  background-position: center center;
  background-size: contain;
  text-align: left;
  position: relative;
}

.eat-bg-img01 {
  background-image: url(/img/eat01.png);
  background-position: center center;
  background-size: auto 120%;
}
@media (max-width: 1023px) {
  .eat-bg-img01 {
    background-size: auto 100%;
  }
}

.eat-main-title {
  font-size: 28pt;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .eat-main-title {
    font-size: 18pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-title {
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .eat-main-title {
    font-size: 18pt;
  }
}

.all-w-eat-main-title {
  font-size: 28pt;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .all-w-eat-main-title {
    font-size: 18pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .all-w-eat-main-title {
    font-size: 14pt;
  }
}
@media (max-width: 767px) {
  .all-w-eat-main-title {
    font-size: 14pt;
  }
}

.eat-main-recipe-box, .purchase-main-description-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .eat-main-recipe-box, .purchase-main-description-box {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.eat-main-img01 {
  width: 100%;
  height: 400px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .eat-main-img01 {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .eat-main-img01 {
    height: 200px;
  }
}

.salmon-eat-img {
  width: 100%;
  height: 320px;
}

.eat-list {
  list-style-type: decimal;
}

.eat-point-list {
  list-style-type: none;
}

.white-space {
  height: 7rem;
}

.eat-point-sub {
  margin-left: 1em;
  font-weight: 300;
}
@media (max-width: 767px) {
  .eat-point-sub {
    display: inline-block;
  }
}

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

.eat-description-p {
  text-align: center;
}
@media (max-width: 1023px) {
  .eat-description-p {
    text-align: left;
  }
}

.contents-top-sozai {
  background-image: url("/img/sozai-top.jpg");
}

.flex-inner-sozai-img {
  width: 100%;
}

.flex-inner-character-container {
  width: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .flex-inner-character-container {
    width: 100%;
  }
}

.flex-inner-character {
  font-size: 100pt;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .flex-inner-character {
    font-size: 80pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-inner-character {
    font-size: 60pt;
  }
}
@media (max-width: 767px) {
  .flex-inner-character {
    font-size: 30pt;
  }
}

.character-small {
  font-size: 50pt;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .character-small {
    font-size: 40pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .character-small {
    font-size: 30pt;
  }
}
@media (max-width: 767px) {
  .character-small {
    font-size: 25pt;
  }
}

.character-middle {
  font-size: 75pt;
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .character-middle {
    font-size: 60pt;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .character-middle {
    font-size: 40pt;
  }
}
@media (max-width: 767px) {
  .character-middle {
    font-size: 30pt;
  }
}

.item-main-title-box {
  background-color: #000000;
  color: white;
}

.item-main-title {
  font-size: 28pt;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 600px;
  flex-wrap: wrap;
}
.item-main-title span {
  width: 100%;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .item-main-title {
    height: 150px;
    font-size: 18pt;
  }
}
@media (max-width: 767px) {
  .item-main-title {
    height: 100px;
    font-size: 18pt;
  }
}
@media (max-width: 479px) {
  .item-main-title span {
    margin: 0 1rem;
  }
}

.item-main-description-box {
  padding: 1em;
}

.item-main-description-p {
  font-size: 15.4pt;
}
@media (max-width: 1023px) {
  .item-main-description-p {
    font-size: 15.4pt;
  }
}

.recruit-img {
  background-image: url(/img/company01.jpg);
}

.company-dl {
  padding-left: 1em;
}

.company-dl dd {
  padding-left: 1rem;
}

.flex-inner-img-osakana {
  background-image: url(/img/logo.png);
  background-size: 50%;
}

.flex-inner-img-company {
  background-image: url(/img/company02.jpg);
  background-size: auto 90%;
}

.flex-inner-img-company00 {
  background-image: url(/img/company-item00.jpg);
}

.flex-inner-img-masters {
  background-image: url(/img/masters.png);
  background-size: auto 100%;
}

.flex-inner-img-seto-naikai {
  background-image: url(/img/slide02.jpg);
  background-size: auto 90%;
}

.wave_bg {
  background-image: url(/img/bg_small_wave.png);
  background-repeat: no-repeat;
  background-position: bottom 0 right 0;
  height: 50px;
  margin-top: 10rem;
}

.wave_line {
  background-image: url(/img/wave_line.png);
  background-repeat: no-repeat;
  background-position: center center;
  height: 30px;
  margin-bottom: 10rem;
}

.flex-award-img-container {
  padding: 1rem;
  min-height: 300px;
}

.award-img-item, .masters-img-item {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 50%;
  min-height: 150px;
  background-position: center center;
}

.award-img-00, .masters-img-00 {
  background-image: url(/img/award.jpg);
  height: 100%;
  width: 50%;
  min-height: 150px;
}

.masters-img-item-sub {
  width: 50%;
}

.award-img-01 {
  background-image: url(/img/sanuki-salmon.jpg);
}

.award-img-02 {
  background-image: url(/img/bland_logo.jpg);
}

.masters-img-00 {
  background-image: url(/img/masters.jpg);
}

.masters-img-01 {
  background-image: url(/img/box.png);
}

.masters-img-02 {
  background-image: url(/img/item-tai-hiraki.jpg);
}

.flex-flyer-img-container {
  padding: 1rem;
  min-height: 400px;
}

.flyer-img-item {
  background-size: contain;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  min-height: 150px;
  background-position: center center;
}

.flyer-img-01 {
  background-image: url(/img/olive-salmon-flyer1.jpg);
  height: 100%;
  width: 50%;
  min-height: 150px;
}

.flyer-img-02 {
  background-image: url(/img/olive-salmon-flyer2.jpg);
  height: 100%;
  width: 50%;
  min-height: 150px;
}

/*
.period-img-item{
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 40%;
  min-height:100px;
  background-position: center center;
  margin-top: 0.5rem;
}
.period-img-01{
  background-image: url(/img/olive-salmon-seasonal-period.png);
  width: 100%;
}
*/
.normal-sentence {
  text-align: center;
  padding: 1rem;
  margin-bottom: 0;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .normal-sentence {
    text-align: left;
  }
}

.form-container {
  max-width: 1300px;
  margin: 0 auto;
}

.mail-form-box {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 1rem;
}

.mail-form-entry {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 1rem;
}
@media (max-width: 1199px) {
  .mail-form-entry {
    width: 100%;
  }
}

.mail-form-entry input, .mail-form-entry textarea {
  width: 100%;
}

.mail-form-entry textarea {
  margin-bottom: 1em;
}

.send-botton {
  width: 100%;
  padding: 0.5rem 0;
  background: black;
  color: white;
}
.send-botton:hover {
  opacity: 0.6;
}
.send-botton:active {
  opacity: 0.3;
}

.top-cover-title {
  padding: 2rem;
}

.top-cover-title, .main-container {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.contents-top-purchase {
  background-image: url(/img/hamayaki-box.jpg);
  background-size: cover;
}

.purchase-main-container {
  justify-content: space-around;
  max-width: 1300px;
  margin: 0 auto;
}

.purchase-harf-container {
  position: relative;
}

.purchase-img-container {
  width: 100%;
  height: 340px;
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1023px) {
  .purchase-img-container {
    background-size: auto 60%;
  }
}

.purchase-info-img-container {
  width: 100%;
  height: 340px;
  background-size: auto 80%;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .purchase-info-img-container {
    background-size: auto 40%;
  }
}

.purchase-content-item {
  font-size: 18pt;
}
@media (max-width: 767px) {
  .purchase-content-item {
    font-size: 16pt;
  }
}

.purchase-expiration-date-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 3rem;
}

.purchase-amount-category-list, .purchase-amount-list {
  list-style: none;
  padding-left: 0;
}

.purchase-amount-list {
  margin: 0.5rem 0;
}

.purchase-item-number-container {
  padding-left: 2rem;
}

.purchase-item-number {
  margin-left: 0.5rem;
}

.purchase-meyasu {
  padding-right: 0.5rem;
  font-size: 14pt;
}

.purchase-ammount {
  font-size: 14pt;
  padding-left: 2rem;
  margin-top: -0.75rem;
}
@media (max-width: 1023px) {
  .purchase-ammount {
    margin-top: 0;
  }
}

.purchase-attention-area {
  text-align: center;
}

.salmon-item-number-container {
  padding-top: 2.75rem;
  display: block;
}
@media (max-width: 1023px) {
  .salmon-item-number-container {
    padding-top: 0;
  }
}

.amount {
  padding-left: 1rem;
  font-size: 28pt;
}
@media (max-width: 1023px) {
  .amount {
    padding-left: 5rem;
  }
}

.amount-yosyoku {
  padding-left: 5rem;
}

.tax-in {
  font-size: 14pt;
}

.purchase-note {
  width: 100%;
  bottom: 0;
  font-size: 0.9em;
  padding-left: 2rem;
  margin-left: 1em;
  text-indent: -1em;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .purchase-note {
    text-align: center;
  }
}

.purchase-size-caution-text {
  text-align: center;
  font-size: 0.9em;
  margin: 2rem 0;
}
@media (max-width: 1023px) {
  .purchase-size-caution-text {
    font-size: 80%;
    text-align: left;
    padding-left: 2rem;
    margin-bottom: 2rem;
    text-indent: -1em;
  }
}

.purchase-select-link-container {
  max-width: 1300px;
  flex-wrap: nowrap;
  justify-content: space-around;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .purchase-select-link-container {
    max-width: 90%;
    justify-content: center;
    flex-wrap: wrap;
  }
}

.purchase-main-link-container {
  width: 25em;
}
@media (max-width: 1199px) {
  .purchase-main-link-container {
    width: 90%;
    margin-bottom: 2rem;
  }
}
@media (max-width: 1023px) {
  .purchase-main-link-container {
    width: 100%;
  }
}

.purchase-main-link {
  background-color: black;
  padding: 1rem 0.5rem;
  margin-left: auto;
  margin-right: auto;
  color: white;
  display: block;
  text-align: center;
  border: 1px solid black;
}
@media (max-width: 1199px) {
  .purchase-main-link {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .purchase-main-link {
    font-size: 0.8em;
  }
}

.purchase-main-link:hover,
.purchase-link-container a:hover,
.channels-list li a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: black;
  transition: 0.7s all;
}

.purchase-link-container {
  justify-content: center;
  line-height: 2em;
  margin: 1rem auto;
  padding: 0.5rem;
  width: 50%;
}
@media (max-width: 1023px) {
  .purchase-link-container {
    width: 90%;
  }
}

.purchase-link-container a {
  background: black;
  color: white;
  padding: 1rem;
  border: 1px solid black;
}

.purchase-delivery-method-container {
  max-width: 1300px;
  margin: 0 auto;
}

.purchase-shipping-method, .purchase-order-destination {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-align: center;
  margin: 0 auto;
}

.shipping-method-description {
  margin-top: 2rem;
}
.purchase-postage {
  width: 80%;
  margin: 4rem auto 0;
}

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

.postage-list {
  width: 20em;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .postage-list {
    width: 80%;
  }
}

.postage-list dt {
  width: 40%;
  margin: 0;
  padding-left: 1rem;
}

.postage-list dd {
  width: 60%;
  margin: 0;
  text-align: center;
}

.postage-list .postage-same {
  width: 100%;
}

.postage-list dt:nth-of-type(1), .postage-list dd:nth-of-type(1) {
  padding-left: 0;
}

.postage-list .postage-border-bottom {
  border-bottom: 1px solid black;
}

.payment-method-title, .order-destination-title {
  text-align: center;
}

.payment-list {
  max-width: 1300px;
  margin: 0 auto;
  justify-content: space-around;
  list-style: none;
  padding: 0;
}
@media (max-width: 1023px) {
  .payment-list {
    max-width: 90%;
  }
}

.payment-method-item {
  margin: 2rem 0;
}
@media (max-width: 1023px) {
  .payment-method-item {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .payment-method-item p {
    margin: 0 auto;
  }
}

.purchase-order-info {
  margin: 1rem 0;
}

.purchase-info-link-text a {
  color: #007bff;
}
@media (max-width: 767px) {
  .purchase-info-link-text {
    font-size: 1rem;
  }
}

.reception-time-container {
  max-width: 12em;
  margin: 0 auto 1rem;
  padding: 0.5rem;
  border: 1px solid black;
}

@media (max-width: 1023px) {
  .responsive-left-time-container {
    margin: 0 0 1rem;
  }
}

.reception-time-list {
  margin-bottom: 0;
}
.reception-time-list:after {
  content: "";
  clear: both;
  display: block;
}

.reception-day-of-the-week {
  width: 50%;
  float: left;
}

.reception-time {
  margin-bottom: 0;
}

.section-number-box {
  width: 50px;
  height: 50px;
  color: black;
  background: white;
  opacity: 0.7;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}

.section-number {
  width: 50px;
  line-height: 50px;
  font-size: 20pt;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  text-align: center;
}

.meisan-span {
  margin-right: 1em;
}

.tai-process-top-message {
  font-size: 18pt;
  max-width: 1300px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1023px) {
  .tai-process-top-message {
    font-size: 14pt;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.right-1em-margin {
  margin-right: 1em;
}

.right-margin-icon {
  margin-right: 0.5em;
}

.sozai-section-container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sozai-message-sentence {
  padding: 0.5rem;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .sozai-message-sentence {
    text-align: left;
  }
}

.sozai-section-container:first-of-type {
  padding: 0 0 5rem 0;
}

.osakana-marusen-border-box {
  height: 600px;
  width: 50%;
}
@media (max-width: 1023px) {
  .osakana-marusen-border-box {
    width: 100%;
    height: 300px;
  }
}

.bg-white {
  background: white;
}

.spbr {
  display: none;
}
@media (max-width: 1023px) {
  .spbr {
    display: initial;
  }
}

.payment-method-item {
  width: 50%;
  padding: 0 3em;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .payment-method-item {
    width: 100%;
  }
}

.payment-method-item ul {
  list-style-type: disc;
}
@media (max-width: 1023px) {
  .payment-method-item ul {
    width: 100%;
  }
}

.stores-button-container {
  text-align: right;
}
@media (max-width: 1023px) {
  .stores-button-container {
    text-align: right;
  }
}

/* 購入ボタンを無効化（iframeイベント無効化） */
.disabled-stores-button {
  cursor: not-allowed;
}
.disabled-stores-button iframe {
  pointer-events: none;
  filter: grayscale(100%);
  opacity: 0.2;
}

/* start of お知らせレイヤー */
#notification-message-section {
  display: none;
}

#notificationOverlay {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.layer-notification {
  background-color: rgb(255, 249, 241);
  padding: 3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  height: 80%;
  width: 70%;
}
@media (max-width: 1023px) {
  .layer-notification {
    width: 90%;
    padding: 1rem;
  }
}
.layer-notification {
  overflow-y: scroll;
}

#btnCloseLayerNotification {
  position: absolute;
  top: 0;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: red;
  font-weight: bold;
  font-size: 2em;
  margin: 0;
  padding: 0.25rem 0.75rem;
}
@media (max-width: 1023px) {
  #btnCloseLayerNotification {
    font-size: 1.5em;
  }
}

#btnCloseLayerNotification:hover {
  background-color: red;
  color: white;
}

.layer-notification::-webkit-scrollbar {
  width: 16px;
}

.layer-notification::-webkit-scrollbar-track {
  background-color: #e4e4e4;
  border-radius: 100px;
}

.layer-notification::-webkit-scrollbar-thumb {
  background-color: black;
  border-radius: 100px;
}

.notification-calendar-section {
  margin-top: 3rem;
}

.notification-calendar-section h2::before {
  content: "​";
  display: inline-block;
  width: 2rem;
  background-image: url(../img/osakana-logo.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5px;
}

.notification-calendar-container ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}

.notification-calendar-container ul li {
  width: 47%;
}
@media (max-width: 1023px) {
  .notification-calendar-container ul li {
    width: 90%;
  }
}

@media (max-width: 1023px) {
  .notification-calendar-container ul li:not(:first-child) {
    margin-top: 3rem;
  }
}

.notification-calendar-container dl {
  display: flex;
  justify-content: center;
  justify-content: space-evenly;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 3rem;
}

.notification-calendar-container dl div {
  display: flex;
}

.notification-calendar-container dl dt {
  border: solid 1px black;
  width: 3rem;
  height: 1.4rem;
  margin: 0 0.4rem;
}

.notification-calendar-container dl dd {
  margin-bottom: 0;
}

.notification-calendar {
  width: 100%;
  background-color: #ffffff;
}

.notification-calendar th, .notification-calendar td {
  width: 14.2857142857%;
  text-align: center;
  vertical-align: middle;
  padding: 0.1rem;
  border: solid 1px black;
}

.notification-calendar th {
  border: none;
}

.notification-calendar td span {
  height: 3rem;
  width: 2.4rem;
  display: inline-flex;
  vertical-align: middle;
  padding-top: 1px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023px) {
  .notification-calendar td span {
    height: 2.4rem;
    width: 2.1rem;
    font-size: 0.9rem;
  }
}

.business-day span {
  border-radius: 3rem;
  border: 1px solid black;
}

.sat-day {
  background-color: #f7ffff;
}

.sun-day, .holiday-day {
  color: red;
}

.send-day {
  background-color: #FFF2CC;
}

.pre-order-send-day {
  background-color: #D9E1F2;
}

.order-stop-day h4 {
  font-size: 0.6rem;
  margin: 0;
  line-height: 10px;
  color: red;
  font-weight: bolder;
}

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

.accent-string {
  text-decoration: underline #000000;
  font-size: 120%;
  font-weight: 900;
}

small {
  font-size: 90%;
}

.caution-sentence {
  font-size: 130%;
}

.finishedNotification {
  display: none;
}

.finishedNotification h2 {
  margin: 2rem 1rem;
}

.alert-string {
  border: 1px solid black;
  padding: 5px;
  color: red;
  display: inline-block;
}
@media (max-width: 767px) {
  .alert-string {
    display: block;
    text-align: center;
  }
}

.alert-text {
  border-bottom: 1px solid red;
  color: red;
}