@charset "UTF-8";
/*
  Theme Name: まるみや
  Theme URI: https://
  Description:
  Version: 1.0.0
  Author: 
  Author URI: 
*/
/* ==========================================================================
   Foundation
   ========================================================================== */
/* Reset
   ----------------------------------------------------------------- */
/* Global box-sizing
   ----------------------------------------------------------------- */
* {
  box-sizing: border-box;
}
/* Color
   ----------------------------------------------------------------- */
/* Base
   ----------------------------------------------------------------- */
html {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
body {
  font-weight: 400;
  font-style: normal;
  font-family: "Noto Sans JP";
}
/* Typography
   ----------------------------------------------------------------- */
strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
/* ==========================================================================
   Imports
   ========================================================================== */
/* ==========================================================================
   Header
   ========================================================================== */
header#mobile-menu {
  opacity: 0;
  transition: 0.3s ease all;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  padding-top: 80px;
}
header#mobile-menu.is-active {
  right: 0;
  opacity: 1;
}
ul.mobile-menu li {
  border-bottom: 1px solid #e5e5e5;
}
ul.mobile-menu li a {
  font-size: 15px;
  display: block;
  padding: 1em 2em;
}
header.sticky {
  background: #075e4e;
  height: 64px;
  transition: 0.3s ease all;
  width: 100%;
  z-index: 9999;
}
header.sticky.is-scroll {
  top: 0;
  left: 0;
}
@media (min-width: 0px) {
  header.sticky {
    display: block;
  }
}
@media (min-width: 768px) {
  header.sticky {
    position: fixed;
    top: -200px;
    left: 0;
  }
}
header.sticky .inner {
  height: 64px;
}
@media (max-width: 1024px) {
  header.sticky .button a {
    padding: 6px 8px;
    font-size: 10px;
  }
}
header.sticky .button .framed {
  background: none !important;
  color: #fff !important;
  border-color: #fff;
}
header.sticky .logo img {
  width: 160px;
}
header.sticky a.sp-menu {
  font-size: 24px;
  color: #fff;
}
ul.sticky-menu li {
  margin: 0 0.9em;
}
ul.sticky-menu li a {
  color: #ff0;
  font-size: 14px;
}
#grand-visual {
  margin-top: 0;
}
.gv-menu {
  background: #075e4e;
}
@media (min-width: 0px) {
  .gv-menu {
    min-height: auto;
  }
}
@media (min-width: 768px) {
  .gv-menu {
    min-height: 80vh;
  }
}
.gv-menu .logo {
  width: 200px;
  position: absolute;
  top: 20px;
  left: calc(50% - 100px);
}
.gv-menu .logo img {
  width: 100%;
}
.gv-menu .social {
  position: absolute;
  bottom: 40px;
}
ul.main-menu {
  margin: 3em 0;
}
ul.main-menu li {
  text-align: center;
  margin-bottom: 2em;
}
ul.main-menu liul.main-menu li:last-child {
  margin-bottom: 0;
}
ul.main-menu li a {
  color: #ff0;
  font-size: 16px;
  font-weight: bold;
  transition: 0.3s ease all;
}
ul.main-menu li a:hover {
  opacity: 0.5;
}
ul.social-icons li {
  width: 20px;
  height: 20px;
  margin: 0 1em;
  text-align: center;
}
ul.social-icons li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color: #fff;
}
@media (min-width: 0px) {
  .gv-content {
    width: 100%;
    padding: 30px;
  }
  .gv-content .gv-content-inner {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .gv-content {
    background-size: 60%;
    width: 50%;
    padding: 60px;
  }
  .gv-content .gv-content-inner {
    width: 100%;
  }
}
.sidebar-button {
  border: 3px solid #fff;
  padding: 10px;
}
.heading {
  margin-bottom: 3em;
}
@media (min-width: 0px) {
  .heading h1,
  .heading h2,
  .heading h3,
  .heading h4,
  .heading h5 {
    text-align: center;
    text-transform: uppercase;
  }
  .heading h1,
  .heading h2,
  .heading h3,
  .heading h4 {
    font-weight: 600;
    font-style: normal;
  }
  .heading h3 {
    font-size: 18px;
  }
  .heading h1 {
    font-size: 24px;
    margin: 0.5em 0;
  }
  .heading h2 {
    margin: 0.5em 0;
    font-size: 21px;
  }
  .heading h5 {
    font-size: 14px;
    color: #075e4e;
    font-family: "Mulish";
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  .heading h1,
  .heading h2,
  .heading h3,
  .heading h4,
  .heading h5 {
    text-align: left;
  }
  .heading h3 {
    font-size: 30px;
  }
  .heading h1 {
    font-size: 36px;
  }
  .heading h2 {
    font-size: 32px;
  }
  .heading h5 {
    font-size: 16px;
    color: #075e4e;
  }
}
@media (min-width: 1700px) {
  .heading h1,
  .heading h2,
  .heading h3,
  .heading h4,
  .heading h5 {
    text-align: left;
  }
  .heading h3 {
    font-size: 32px;
  }
  .heading h1 {
    font-size: 44px;
  }
  .heading h2 {
    font-size: 36px;
  }
  .heading h5 {
    font-size: 18px;
    color: #075e4e;
  }
}
.dark .heading h1,
.dark .heading h2,
.dark .heading h3,
.dark .heading h4,
.dark .heading h5 {
  color: #fff;
}
@media (min-width: 0px) {
  .big-page .section-sidebar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .big-page .section-sidebar {
    display: flex;
  }
}
.big-page .heading {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 0px) {
  .big-page .heading {
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .big-page .heading {
    margin-bottom: 80px;
  }
}
.mobile-image {
  width: 100%;
  background: #ddd;
  margin-bottom: 30px;
}
.paragraph p {
  font-size: 15px;
  line-height: 1.75em;
  margin: 1em 0;
}
.special-text p {
  font-size: 16px;
  line-height: 2em;
  margin: 1em 0;
}
.section-heading h3 {
  font-family: a-otf-midashi-mi-ma31-pr6n, serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 1em;
}
@media (min-width: 0px) {
  .section-heading h3 {
    font-size: 21px;
  }
}
@media (min-width: 768px) {
  .section-heading h3 {
    font-size: 24px;
  }
}
@media (min-width: 0px) {
  .button {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .button {
    text-align: left;
  }
}
.button.buttons a {
  margin-right: 1em;
}
.button.buttons a:last-child {
  margin-right: 0;
}
.button a {
  display: inline-block;
  background: #075e4e;
  background-size: cover;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  border: 2px solid #075e4e;
  font-size: 15px;
  font-weight: bold;
  transition: 0.3s ease all;
  text-decoration: none !important;
}
.button a:hover {
  opacity: 0.7;
}
.button a.framed {
  background: #fff;
  color: #075e4e !important;
  border: 2px solid #075e4e;
}
.button a.big-shop {
  display: block;
  background: #fff;
  border: 2px solid #b80224;
  color: #b80224;
  padding: 1em;
  font-size: 18px;
}
.button.small a {
  padding: 7px 15px;
  font-size: 14px;
}
.gv-mobile {
  height: 50vh;
  background: url("./images/front.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  text-align: center;
}
.gv-mobile img {
  width: 80%;
  margin: 0 auto;
}
.mobile-bin {
  width: 100vw;
  margin-left: -30px;
}
.mobile-bin img {
  width: 100%;
}
.home-news {
  padding: 60px 0;
  background: #f5f5f5;
}
.gv-news {
  background: rgba(0,0,0,0.8);
  padding: 17px 23px;
}
.gv-news span {
  color: #fff;
  line-height: 1.5em;
}
.gv-news .news {
  flex-shrink: 0;
  width: 90px;
}
@media (min-width: 0px) {
  .gv-news .news {
    padding: 0;
    font-weight: bold;
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .gv-news .news {
    padding: 0 1em 0 0;
    margin-bottom: 0;
  }
}
.gv-news .date {
  margin-bottom: 0.5em;
}
@media (min-width: 0px) {
  .gv-news .entry span,
  .gv-news .entry a {
    display: block;
  }
}
.gv-news .entry a:hover {
  text-decoration: underline;
}
.gv-image {
  background-size: cover;
}
.gv-image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (min-width: 0px) {
  .gv-image {
    width: 100%;
    height: 50vh;
  }
}
@media (min-width: 1024px) {
  .gv-image {
    width: 30%;
    height: auto;
  }
}
.bg-access img,
.bg-footer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
main {
  border-bottom: 60px solid #f4f4f4;
}
section {
  background: #fff;
}
@media (min-width: 0px) {
  section .section-sidebar {
    width: 100%;
    background: #ddd;
  }
}
@media (min-width: 1024px) {
  section .section-sidebar {
    width: 20%;
    background: #ddd;
  }
  section .section-sidebar nav {
    margin-top: 240px;
  }
}
section .section-content a {
  color: #075e4e;
  text-decoration: underline;
}
section .section-content a:hover {
  text-decoration: none;
}
@media (min-width: 0px) {
  section .section-content {
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  section .section-content {
    padding: 60px;
  }
}
@media (min-width: 0px) {
  .big {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .big {
    height: 80vh;
  }
}
@media (min-width: 0px) {
  .big.big-page {
    height: auto;
  }
}
@media (min-width: 1024px) {
  .big.big-page {
    height: auto;
  }
}
@media (min-width: 0px) {
  .section-content__layout1--1 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .section-content__layout1--1 {
    width: 44%;
  }
}
@media (min-width: 0px) {
  .section-content__layout1--2 .image {
    width: 100%;
    height: 300px;
    background: #ddd;
  }
  .section-content__layout1--2 .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .section-content__layout1--2 {
    position: absolute;
    left: 50%;
    top: 15vh;
    right: 0;
  }
  .section-content__layout1--2 .image {
    position: absolute;
    height: 50vh;
    width: 200px;
    background: #ddd;
  }
  .section-content__layout1--2 .image.image1 {
    right: 0;
  }
  .section-content__layout1--2 .image.image2 {
    right: 220px;
    top: 100px;
  }
  .section-content__layout1--2 .image.image3 {
    display: none;
  }
}
@media (min-width: 1300px) {
  .section-content__layout1--2 {
    position: absolute;
    left: 50%;
    top: 15vh;
    right: 0;
  }
  .section-content__layout1--2 .image {
    position: absolute;
    height: 50vh;
    width: 200px;
    background: #ddd;
  }
  .section-content__layout1--2 .image.image1 {
    right: 0;
  }
  .section-content__layout1--2 .image.image2 {
    right: 200px;
    top: 100px;
  }
  .section-content__layout1--2 .image.image3 {
    display: block;
    right: 400px;
  }
}
@media (min-width: 1680px) {
  .section-content__layout1--2 {
    position: absolute;
    left: 50%;
    top: 15vh;
    right: 0;
  }
  .section-content__layout1--2 .image {
    position: absolute;
    height: 50vh;
    width: 300px;
    background: #ddd;
  }
  .section-content__layout1--2 .image.image1 {
    right: 0;
  }
  .section-content__layout1--2 .image.image2 {
    right: 250px;
    top: 100px;
  }
  .section-content__layout1--2 .image.image3 {
    right: 500px;
  }
}
@media (min-width: 1980px) {
  .section-content__layout1--2 {
    position: absolute;
    left: 50%;
    top: 15vh;
    right: 0;
  }
  .section-content__layout1--2 .image {
    position: absolute;
    height: 50vh;
    width: 300px;
    background: #ddd;
  }
  .section-content__layout1--2 .image.image1 {
    right: 0;
  }
  .section-content__layout1--2 .image.image2 {
    right: 320px;
    top: 100px;
  }
  .section-content__layout1--2 .image.image3 {
    right: 640px;
  }
}
.home-items-sidebar {
  min-height: 200px;
}
@media (min-width: 0px) {
  .section-half .section-sidebar {
    width: 24%;
    background: #075e4e;
  }
  .section-half .section-content {
    width: 76%;
  }
}
@media (min-width: 1024px) {
  .section-half .section-sidebar {
    width: 40%;
    background: #075e4e;
  }
  .section-half .section-content {
    width: 60%;
  }
}
.items-carousel.items-carousel__mobile .item {
  width: 100%;
}
@media (min-width: 0px) {
  .items-carousel .items-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .items-carousel .item {
    width: 48%;
    height: auto;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .items-carousel .item h3 {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    position: relative;
    z-index: 999;
    margin-bottom: 10px;
  }
  .items-carousel .item h5 {
    text-transform: uppercase;
    color: #075e4e;
    font-size: 1px;
    text-align: center;
    position: relative;
    z-index: 999;
  }
  .items-carousel .item img {
    width: 100%;
  }
  .items-carousel .item .button {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .items-carousel .items-row {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    height: auto;
    width: 100%;
  }
  .items-carousel .item {
    background: #fff;
    padding-bottom: 20px;
    width: 320px;
    display: inline-block;
    margin-right: 1em;
    margin-bottom: 0;
  }
  .items-carousel .item h3 {
    height: 2.5em;
    margin-top: 30px;
    font-size: 16px;
    word-wrap: none;
    line-height: 1.25em;
  }
  .items-carousel .item .item-image {
    width: 100%;
    text-align: center;
  }
  .items-carousel .item .item-image img {
    width: 80%;
    display: inline-block;
  }
  .items-carousel .item .button {
    margin-bottom: 0;
  }
}
footer .big {
  height: 640px;
}
footer .section-sidebar {
  background: #212121;
}
@media (min-width: 0px) {
  footer .section-sidebar {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .section-sidebar {
    width: 20%;
  }
}
footer .section-content {
  background: url("./images/footer-bg.jpg") no-repeat center;
  background-size: cover;
}
@media (min-width: 0px) {
  footer .section-content {
    width: 100%;
    padding: 30px;
  }
}
@media (min-width: 1024px) {
  footer .section-content {
    width: 80%;
    padding: 60px;
  }
}
.bg-product {
  background: url("./images/shop-bg.png") no-repeat center;
  background-size: cover;
}
.bg-local-store {
  background: url("./images/shop.jpg") no-repeat center !important;
  background-size: cover !important;
}
@media (min-width: 0px) {
  .footer-menu-wrapper {
    padding-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .footer-menu-wrapper {
    padding-bottom: 80px;
  }
}
@media (min-width: 0px) {
  ul.footer-menu li {
    margin: 0;
    padding: 0.75em 0;
    border-top: 1px solid rgba(255,255,255,0.1);
  }
}
@media (min-width: 1024px) {
  ul.footer-menu li {
    padding: 0;
    margin: 0 1em 0 0;
  }
}
ul.footer-menu li a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.5);
}
@media (min-width: 0px) {
  .footer-bottom {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .footer-bottom {
    padding-top: 80px;
  }
}
@media (min-width: 0px) {
  .footer-bottom .logo {
    text-align: center;
    height: 60px;
  }
  .footer-bottom .logo img {
    width: 160px;
  }
}
@media (min-width: 1024px) {
  .footer-bottom .logo {
    width: 160px;
    margin: 0 auto;
    text-align: center;
  }
}
.footer-bottom p.copyright {
  color: #777;
}
.footer-big-button a {
  padding: 20px 30px;
  width: 100%;
  font-size: 21px;
  margin-top: 50px;
}
ul.item-lineups li.gift .item-image {
  margin: 30px 0;
}
@media (min-width: 0px) {
  ul.item-lineups li {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1024px) {
  ul.item-lineups li {
    width: 30%;
    margin-bottom: 80px;
  }
}
ul.item-lineups li .item-title h4 {
  text-align: center;
  font-size: 21px;
  margin-bottom: 0.25em;
}
ul.item-lineups li .item-title h5 {
  text-transform: uppercase;
  text-align: center;
  color: #075e4e;
  font-size: 16px;
  font-weight: normal;
}
ul.item-lineups li .item-image {
  margin: 0;
}
ul.item-lineups li .item-button {
  text-align: center;
}
table {
  width: 100%;
}
table td,
table th {
  font-size: 16px;
  text-align: left;
  padding: 20px;
  border-bottom: 1px solid rgba(7,94,78,0.1);
}
@media (min-width: 0px) {
  table td,
  table th {
    display: block;
  }
}
@media (min-width: 1024px) {
  table td,
  table th {
    display: table-cell;
  }
}
table td a,
table th a {
  color: #075e4e;
  text-decoration: none;
}
table td a:hover,
table th a:hover {
  text-decoration: underline;
  opacity: 0.9;
}
table th {
  background: rgba(7,94,78,0.05);
}
.next-content a {
  width: 50%;
  text-align: center;
  height: 100px;
  background: #ddd;
}
ul.news-release li {
  margin-bottom: 1em;
  max-width: 780px;
}
ul.news-release li a {
  transition: 0.3s ease all;
  text-decoration: none;
  display: block;
  padding: 20px 30px;
  background: #f3f3f3;
}
ul.news-release li a:hover {
  background: #e5e5e5;
}
ul.news-release li a h5 {
  line-height: 1.3em;
  margin: 0.5em 0;
}
@media (min-width: 0px) {
  ul.news-release li a h5 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  ul.news-release li a h5 {
    font-size: 21px;
  }
}
ul.news-release li a p.excerpt {
  font-size: 12px;
  color: #777;
  line-height: 1.75em;
}
ul.image-gallery {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex-flow: column wrap;
}
ul.image-gallery li {
  position: relative;
  background: #ddd;
}
@media (min-width: 0px) {
  ul.image-gallery li {
    width: 48%;
    margin: 0 1%;
    margin-bottom: 20px;
  }
  ul.image-gallery li img {
    width: 100%;
    display: block;
  }
}
@media (min-width: 768px) {
  ul.image-gallery li {
    width: 22%;
    margin-bottom: 30px;
    margin-right: 2%;
  }
}
ul.jobs li {
  margin-bottom: 30px;
  max-width: 780px;
  padding: 40px;
  background: #f3f3f3;
}
ul.jobs liul.jobs li:last-child {
  margin-bottom: 0;
}
ul.jobs li h3 {
  color: #075e4e;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 0.5em;
}
ul.jobs li .meta span {
  display: inline-block;
  margin-right: 1em;
}
ul.jobs li span.hourly-pay {
  margin-top: 0.5em;
  display: block;
}
ul.jobs li p {
  line-height: 1.75em;
  color: #666;
  margin-top: 1em;
}
.news-title {
  margin-bottom: 50px;
  max-width: 780px;
}
.news-title h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.news-content {
  max-width: 780px;
}
.news-content p {
  font-size: 15px;
  line-height: 1.75em;
  margin: 1em 0;
}
.grecaptcha-badge {
  display: none;
}
.pagination span,
.pagination a {
  display: inline-block;
  padding: 13px 10px;
  border-radius: 3px;
  text-decoration: none !important;
  background: #075e4e;
  color: #fff !important;
  border-bottom: 2px solid #fff;
}
.pagination span:hover,
.pagination a:hover {
  opacity: 0.8;
}
.pagination span.current,
.pagination a.current {
  background: #fff;
  color: #075e4e !important;
  border-bottom: #075e4e 2px solid;
}
