@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*, ::before, ::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

summary {
  display: block;
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden], template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b, strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button, [type=button], [type=reset], [type=submit], [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button, input, optgroup, select, textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Remove inner padding and border in Firefox 4+ */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button, select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio, canvas, progress, video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::-moz-selection, ::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/*
Theme Name: 能古うどんECサイト
Theme URL: https://www.noko-udon.com/
Description: 能古うどんECサイトテーマ
Author: Nanno
Version: 1.0
Tags: EC
License: 
License URI: 
*/
/*=============================*/
/*=============================*/
/********** color **********/
/********** base color **********/
/*=============================*/
/*=============================*/
p,
dd,
address {
  line-height: 1.8;
  text-align: left;
}

p {
  font-size: 1rem;
  text-align: left;
  letter-spacing: 0.1rem;
}

ol {
  list-style-type: none;
}

ul {
  list-style: none;
}

/*********** link ***********/
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:link {
  color: #000;
}
a.link:link {
  color: #1A73E8;
}
a:visited {
  color: #000;
}

.hov a:link {
  color: #1A73E8;
  text-decoration: underline;
}

.hov a:visited {
  color: #ff7043;
}

/*********** h1,h2,h3,h4 ***********/
h1 {
  text-align: left;
}

.h1-verrtical {
  letter-spacing: 5px;
  display: inline-block;
  font-size: 1.25rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

h2, .h2 {
  text-align: left;
  text-transform: none;
  letter-spacing: 5px;
  /* display: inline-block; */
  font-size: 2.25rem;
  font-weight: 500;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  h2, .h2 {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}

.h2-vtcl {
  text-transform: none;
  letter-spacing: 5px;
  display: inline-block;
  font-size: 1.55rem;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (max-width: 599px) {
  .h2-vtcl {
    font-size: 1.25rem;
  }
}

h3, .h3 {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
}

h4, .h4 {
  font-size: 1.25rem;
  text-align: left;
}

.h5 {
  font-size: 1.125rem;
}

/*********** dt,dd ***********/
dt {
  font-size: 1.125rem;
  font-weight: bold;
}

dd {
  font-size: 1rem;
}

.dd1 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
  border-bottom: solid 1px #454545;
}

/*********** font-size ***********/
.fs063 { /* 10pt*/
  font-size: 0.63rem;
}

.fs-11, .note { /* 11pt*/
  font-size: 0.69rem;
}

.fs-12 { /* 12pt*/
  font-size: 0.75rem;
}

.fs-13 { /* 13pt*/
  font-size: 0.81rem;
}

.fs-14 { /* 14pt*/
  font-size: 0.88rem;
}

.fs-15 { /* 15pt*/
  font-size: 0.94rem;
}

.fs-17 { /* 17pt*/
  font-size: 1.06rem;
}

.fs-18 { /* 18pt*/
  font-size: 1.125rem;
}

.fs-19 { /* 19pt*/
  font-size: 1.188rem;
}

.fs-20 { /* 20pt*/
  font-size: 1.25rem;
}

.fs-21 { /* 21pt*/
  font-size: 1.313rem;
}

.fs-22 { /* 22pt*/
  font-size: 1.375rem;
}

.fs-23 { /* 23pt*/
  font-size: 1.438rem;
}

.fs-24 { /* 24pt*/
  font-size: 1.5rem;
}

.fs-32 { /* 32pt */
  font-size: 2rem;
}

.fs-42 { /* 42pt*/
  font-size: 2.625rem;
}

/* font-weight */
.fw-b {
  font-weight: bold;
}

/* color */
.sub-color {
  color: #757575;
}

.lh275 {
  line-height: 2.75;
}

/*=============================*/
/*=============================*/
/* ******************** paragraph settings ******************** */
.sec-100 {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.text-area-col {
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media (max-width: 599px) {
  .text-area-col {
    max-width: 100%;
  }
}

.image-area-50 {
  max-width: 45%;
}
@media (max-width: 599px) {
  .image-area-50 {
    max-width: 100%;
  }
}

.image-area-50 img {
  max-width: 100%;
}
@media (max-width: 599px) {
  .image-area-50 img {
    margin-bottom: 40px;
  }
}

.disp-non {
  display: none;
}

.disp-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.disp-flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 599px) {
  .disp-flex-sb {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.disp-flex-jc-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.disp-flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 599px) {
  .disp-flex-start {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* ******************** flex layout ******************** */
.dispFlex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dispFlex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dispFlex4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexW {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexRR {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.dispCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* ******************** text layout ******************** */
.left {
  text-align: left;
}

.center {
  text-align: center;
}

.sp-left {
  text-align: center;
}
@media (max-width: 599px) {
  .sp-left {
    text-align: left;
  }
}

/* 改行しない */
.wspNo {
  white-space: nowrap;
}

/* タブレットのみ改行 */
.tab-br {
  display: none;
}

/* タブレット・スマホで改行 */
.tabsp-br {
  display: none;
}

/* スマホのみ改行 */
.sp-br {
  display: none;
}

/* pcのみ改行 */
.pc-br {
  display: block;
}
@media (max-width: 599px) {
  .pc-br {
    display: none;
  }
}

/* pcのみ表示 */
.pc {
  display: block;
}

/* スマホのみ表示 */
.sp {
  display: none;
}

.zFront {
  z-index: 9999;
}

/* ******************** width/bacground ******************** */
.w90p {
  width: 90%;
}

.w50p {
  width: 50%;
}

.bg100vw {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.fluid-box {
  /*親要素の幅を超えて背景色を設定*/
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ******************** height ******************** */
.h10p {
  height: 10px;
}

.h20p {
  height: 20px;
}

.h30p {
  height: 30px;
}

.h40p {
  height: 40px;
}

.h50p {
  height: 50px;
}

.h60p {
  height: 60px;
}

.h70p {
  height: 70px;
}

.h80p {
  height: 80px;
}

.h90p {
  height: 90px;
}

.h100p {
  height: 100px;
}

/* ******************** margin ******************** */
.m0a {
  margin: 0 auto;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb-sec {
  margin-bottom: 160px;
}

.mb05 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb160 {
  margin-bottom: 120px;
}

/* ******************** padding ******************** */
.plr20 {
  padding: 0 20px;
}

.pt10b50 {
  padding: 10px 50px;
}

.pt20b50 {
  padding: 20px 50px;
}

.shadow {
  -webkit-box-shadow: 2px 2px 6px #c9c9c9;
          box-shadow: 2px 2px 6px #c9c9c9;
}

/*=============================*/
/*=============================*/
/* Global navi definition */
/*********************************************
	div.header-wrap
	> div.header-nav-wrap (ロゴとボタンを含まない)
	> nav.header-nav
	> ul.global-nav
	> li
	> ul.sub-menu (下層ページ)
***********************************************/
header {
  width: 100%;
  height: 258px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
}

/* ******************** .header-wrap (logo, nav menu, shop button) ******************** */
.header-wrap {
  min-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* Logo */
}
@media screen and (max-width: 480px) {
  .header-wrap {
    min-width: 100%;
  }
}
.header-wrap .logo-wrap {
  display: block;
  width: 105px;
  min-width: 85px;
  margin: 20px;
}
@media screen and (max-width: 480px) {
  .header-wrap .logo-wrap {
    width: 85px;
    margin: 16px;
  }
}
.header-wrap .logo-wrap .logo {
  width: 100%;
  -webkit-filter: drop-shadow(1px 1px 4px #fff);
          filter: drop-shadow(1px 1px 4px #fff);
}

/* .nav-area（nav menu + shop button） */
.nav-area {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .nav-area {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    margin-top: 0px;
    margin-right: 0px;
  }
}

.btn-shop {
  width: 180px;
  height: 47px;
  background-color: #AB2323;
}
@media (max-width: 599px) {
  .btn-shop {
    width: 250px;
  }
}
.btn-shop a {
  font-family: "Noto Sans JP";
  font-weight: 500;
  display: block;
  color: #fff;
  height: 47px;
  line-height: 47px;
}

/* button to cart */
/* button to mypage */
.btn-cart,
.btn-mypage {
  height: 47px;
  margin-left: 20px;
}
.btn-cart a,
.btn-mypage a {
  display: inline-block;
}
.btn-cart p,
.btn-mypage p {
  font-family: Noto Sans JP;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.75rem;
  word-break: keep-all;
}
.btn-cart .material-icons.person,
.btn-cart .material-icons.shopping_cart,
.btn-mypage .material-icons.person,
.btn-mypage .material-icons.shopping_cart {
  position: initial;
  color: #fff;
  font-size: 28px;
}
@media (max-width: 1024px) {
  .btn-cart,
  .btn-mypage {
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #fff;
    margin-left: 0;
    margin-top: 20px;
  }
  .btn-cart a,
  .btn-mypage a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* .header-nav-wrap（nav menu） */
.header-nav-wrap {
  max-width: 1080px;
  margin-right: auto;
  -webkit-transform: translate(0);
          transform: translate(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .header-nav-wrap {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .header-nav-wrap {
    max-width: 100vw;
    margin-right: initial;
    margin-bottom: 20px;
  }
}
.header-nav-wrap ul.global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .header-nav-wrap ul.global-nav {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-nav-wrap ul.global-nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 47px;
  line-height: 1rem;
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .header-nav-wrap ul.global-nav li {
    height: auto;
    display: block;
    margin: 12px;
    text-align: left;
  }
  .header-nav-wrap ul.global-nav li a {
    color: #fff;
    font-size: 1rem;
  }
}
.header-nav-wrap ul.global-nav li:last-child {
  margin-right: 0;
}
.header-nav-wrap ul.global-nav li a {
  color: #fff;
  position: relative;
  display: inline-block;
  text-decoration: none;
  word-break: keep-all;
}

.onlineshop {
  background: none;
}
.onlineshop .header-nav-wrap ul.global-nav li a {
  color: #000;
}
@media (max-width: 599px) {
  .onlineshop .header-nav-wrap ul.global-nav li a {
    color: #fff;
  }
}
.onlineshop .btn-mypage .material-icons.person,
.onlineshop .btn-mypage .material-icons.shopping_cart,
.onlineshop .btn-cart .material-icons.person,
.onlineshop .btn-cart .material-icons.shopping_cart {
  color: #000;
}
@media (max-width: 599px) {
  .onlineshop .btn-mypage .material-icons.person,
  .onlineshop .btn-mypage .material-icons.shopping_cart,
  .onlineshop .btn-cart .material-icons.person,
  .onlineshop .btn-cart .material-icons.shopping_cart {
    color: #fff;
  }
}
.onlineshop .btn-mypage p,
.onlineshop .btn-cart p {
  color: #000;
}
@media (max-width: 599px) {
  .onlineshop .btn-mypage p,
  .onlineshop .btn-cart p {
    color: #fff;
  }
}

/* SPハンバーガーメニュー 設定 */
.nav-area.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.nav-area.open .btn-shop {
  width: 250px;
}
.nav-area.close {
  display: none;
}

/* .nav-button（ハンバーガー） */
.nav-button {
  display: none;
}
@media screen and (max-width: 1024px) {
  .nav-button {
    display: block;
    position: fixed;
    right: 0;
    top: 10px;
    width: 40px;
    height: 34px;
    margin: 30px;
    cursor: pointer;
    z-index: 20;
  }
  .nav-button span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-filter: drop-shadow(3px 1px 1px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(3px 1px 1px rgba(0, 0, 0, 0.3));
  }
  .nav-button span:nth-of-type(1) {
    top: 0px;
  }
  .nav-button span:nth-of-type(2) {
    top: 16px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 0;
  }
}
.nav-button.active span:nth-of-type(1) {
  -webkit-transform: translateY(16px) rotate(-45deg);
  transform: translateY(16px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
  opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
  -webkit-transform: translateY(-16px) rotate(45deg);
  transform: translateY(-16px) rotate(45deg);
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* ******************** ※グローバルサブメニュー（現在使用なし） ******************** */
#header-nav-wrap .sub-menu {
  position: absolute;
  width: 160px;
  text-align: center;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* hover時の上向き三角形装飾 */
.header-nav-wrap .sub-menu {
  position: relative;
  z-index: 1;
  display: none;
  width: 95%;
  border-top: none;
}
.header-nav-wrap .sub-menu:before {
  font-family: "FontAwesome";
  font-size: 4em;
  position: absolute;
  padding: 15px;
  top: -35px;
  left: 45px;
  content: "\f0d8";
  color: #464646;
  z-index: -1;
}
.header-nav-wrap .sub-menu li {
  width: 160px;
  display: block;
  float: none;
  padding: 0;
  background-color: #464646;
}
.header-nav-wrap li:hover .sub-menu {
  display: block;
}
.header-nav-wrap .sub-menu li a {
  display: block;
  font-size: 1em;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.header-nav-wrap .sub-menu li a:before {
  color: #333;
}
.header-nav-wrap .sub-menu li:hover {
  background-color: #000;
}

/*=============================*/
/*=============================*/
footer {
  width: 100%;
  padding: 60px;
  background-color: #000;
  line-height: 35px;
  /* .footer-top */
  /* footer-bottom */
}
footer a:link, footer a:visited {
  color: #fff;
}
footer small {
  color: #fff;
}
footer a:hover {
  opacity: 0.8;
}
footer .footer-top {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (max-width: 600px) {
  footer .footer-top {
    width: 100%;
    padding: 30px;
  }
}
footer .footer-top .logo-area {
  margin-right: 80px;
}
@media (max-width: 900px) {
  footer .footer-top .logo-area {
    margin-right: 40px;
  }
}
footer .footer-top .logo-area img {
  width: 160px;
  height: auto;
}
@media (max-width: 900px) {
  footer .footer-top .logo-area img {
    width: 120px;
  }
}
footer .footer-top .footer-nav-area {
  width: 100%;
}
footer .footer-top ul {
  height: 175px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 900px) {
  footer .footer-top ul {
    height: 175px;
  }
}
@media (max-width: 600px) {
  footer .footer-top ul {
    height: 275px;
  }
}
footer .footer-top ul li {
  text-align: left;
  margin-right: 30px;
}
footer .footer-bottom ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.75rem;
}
footer .footer-bottom ul li:not(:last-child) {
  margin-right: 20px;
}
@media (max-width: 599px) {
  footer {
    padding: 30px 16px;
  }
  footer .footer-top {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-top .logo-area {
    margin-right: 0;
  }
  footer .footer-top .logo-area img {
    width: 100px;
    margin-bottom: 40px;
  }
  footer .footer-top ul {
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .footer-top ul li {
    margin-right: 0;
    margin-bottom: 8px;
  }
}

/*=============================*/
/*=============================*/
html {
  font-size: 16px;
  -webkit-overflow-scrolling: touch;
  color: #000;
}

body {
  text-align: center;
  font-family: "Noto Serif JP", sans-serif;
}

main {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: url("../../../../images/bg-white.png") repeat center;
}

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 30px;
  z-index: 9999;
}
@media (max-width: 599px) {
  .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }
}

.section-wrap {
  margin: 100px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-wrap__inner {
  margin-bottom: 100px;
}
@media (max-width: 599px) {
  .section-wrap {
    margin: 80px auto;
  }
}

.section-wrap-bg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 100px 30px;
}
@media (max-width: 599px) {
  .section-wrap-bg {
    padding: 80px 16px;
  }
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* ***** button ***** */
.scrollTop {
  width: 56px;
  height: 56px;
  position: fixed;
  right: 2%;
  bottom: 75px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1000;
}
.scrollTop a {
  display: inline-block;
  width: 56px;
  height: 56px;
  color: #fff;
  background: #000;
  opacity: 0.9;
  padding: 15px;
  border: solid #fff 1px;
}
.scrollTop a:hover {
  opacity: 0.5;
}
.scrollTop a .material-icons {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 2rem;
}

/* btn-wrap */
@media (max-width: 599px) {
  .btn-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* button M size */
.btn-m {
  position: relative;
  display: inline-block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 266px;
  height: 56px;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.btn-m a, .btn-m p {
  display: block;
  height: 56px;
  line-height: 56px;
  text-align: center;
}

/* button L size */
.btn-l {
  position: relative;
  display: inline-block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 453px;
  height: 100px;
  margin-top: 60px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@media (max-width: 599px) {
  .btn-l {
    width: 100%;
    height: 70px;
    margin-top: 30px;
  }
}
.btn-l a, .btn-l p {
  display: block;
  height: 100px;
  line-height: 100px;
}
@media (max-width: 599px) {
  .btn-l a, .btn-l p {
    height: 70px;
    line-height: 70px;
  }
}

/* button arrow */
.btn-arrow button {
  line-height: 56px;
}
.btn-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn-arrow:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/* button black */
.btn-bk {
  border: solid 1px #000;
}
.btn-bk .btn-arrow::before {
  background: #000;
}
.btn-bk .btn-arrow:hover {
  color: #fff;
}

/* button white */
.btn-wh {
  border: solid 1px #fff;
}
.btn-wh a {
  color: #fff;
}
.btn-wh .btn-arrow::before {
  background: #fff;
}
.btn-wh .btn-arrow:hover {
  color: #000;
}

.btn-transform {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* footer onlineshop link */
.btn-onlineshop {
  width: 100%;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #575757;
  border-bottom: 1px solid #575757;
}
@media (max-width: 599px) {
  .btn-onlineshop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.btn-onlineshop__inner {
  width: 50%;
}
@media (max-width: 599px) {
  .btn-onlineshop__inner {
    width: 100%;
  }
}
.btn-onlineshop .bnr-noko {
  background: url("../../../../images/btn-noko-shop.jpg") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
.btn-onlineshop .bnr-noko::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
  z-index: -1;
}
.btn-onlineshop .bnr-sekiwa {
  background: url("../../../../images/btn-sekiwa-shop.jpg") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
.btn-onlineshop .bnr-sekiwa::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(65%);
          filter: brightness(65%);
  z-index: -1;
}
.btn-onlineshop a {
  color: #fff;
  display: block;
  width: 100%;
  height: 295px;
  line-height: 295px;
}
@media (max-width: 599px) {
  .btn-onlineshop a {
    height: 185px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.88rem;
    text-align: left;
  }
  .btn-onlineshop a .material-icons {
    top: 1px;
    left: 1px;
  }
}

/* パンくずリスト */
#breadcrumbs {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 24px 0 0;
}
#breadcrumbs a {
  color: #1A73E8;
}

/* material-icons（矢印アイコン） */
.material-icons {
  position: relative;
  top: 6px;
  left: 15px;
}

.material-icons2 {
  left: 5px;
}

/* ページネーション */
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

.pagination-item {
  border: 1px solid #000;
  margin-left: 16px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 1rem;
}
.pagination-item.isActive {
  border: none;
  background: #000;
  color: #fff;
}

/* ***** decoration ***** */
.br-pc {
  display: block;
}
@media (max-width: 599px) {
  .br-pc {
    display: none;
  }
}

/* border-bottom */
.title-border {
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9c9c9;
}

.bbNon {
  border-bottom: none;
}

.bbDeco {
  display: inline;
  /* add 191224_n*/
  border-bottom: solid 4px #fd495c;
  /* width: 20%; */
  margin-top: 5px;
}

/* ******************** 共通パーツ ******************** */
/* page-title */
.page-title {
  width: 100%;
  height: 512px;
  background-size: cover;
  background-position: 50%;
  position: relative;
  margin-top: -258px;
  z-index: -9999;
}
.page-title::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.viewRSV::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.page-title h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 40px;
  word-break: keep-all;
  font-weight: 400;
  z-index: 1;
}
.page-title.about {
  background-image: url("../../../../images/title_about.jpg");
}
.page-title.news {
  background-image: url("../../../../images/title_news.jpg");
}
.page-title.menu {
  background-image: url("../../../../images/title_menu.jpg");
}
@media (max-width: 599px) {
  .page-title.menu {
    background-position: right center;
  }
}
.page-title.stores {
  background-image: url("../../../../images/title_stores.jpg");
}
.page-title.recruit {
  background-image: url("../../../../images/title_recruit.jpg");
}
.page-title.faq, .page-title.contact, .page-title.contact_complete {
  background-image: url("../../../../images/title_contact.jpg");
}
.page-title.company {
  background-image: url("../../../../images/title_company.jpg");
}
.page-title.onlineshop {
  background-image: url("../../../../images/title_onlineshop.jpg");
}
.page-title.payment, .page-title.orderflow, .page-title.tokusho, .page-title.privacypolicy {
  background-image: url("../../../../images/title-guideline.jpg");
}

.text-area-col h3 {
  margin-bottom: 32px;
}

/* ******************** 表示に関する設定 ******************** */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* ***** swiper（スライダー） ***** */
.swiper {
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw) 24px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 24px;
}

/*=============================*/
/*=============================*/
.firstview {
  position: relative;
  margin-top: -258px;
}
.firstview .text {
  position: absolute;
  bottom: 13%;
  right: 13%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-shadow: 1px 2px 7px #464646;
  color: #fff;
  z-index: 99;
}
.firstview p {
  font-size: 2rem;
}
.firstview .main_imgBox {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.firstview .main_imgBox .main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  position: absolute;
  left: 0;
  top: 0;
  background-attachment: fixed;
  -webkit-animation: anime 18s 0s infinite;
  animation: anime 18s 0s infinite;
}
.firstview .main_imgBox .main_img01 {
  background: url("../../../../images/fv01.jpg") no-repeat center center/cover;
}
.firstview .main_imgBox .main_img02 {
  background: url("../../../../images/fv02.jpg") no-repeat center center/cover;
}
.firstview .main_imgBox .main_img03 {
  background: url("../../../../images/fv03.jpg") no-repeat center center/cover;
}
.firstview .main_imgBox .main_img02 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.firstview .main_imgBox .main_img03 {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  17% {
    opacity: 1;
  }
  33% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
/* ******************** 2.section共通 ******************** */
.sec-to-menu p,
.sec-to-news p,
.sec-to-recruit p,
.sec-to-sekiwa p {
  text-align: center;
}

/* ******************** 3.intro ******************** */
.sec-intro p {
  line-height: 2rem;
}
.sec-intro p:first-child {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .sec-intro {
    margin: 80px auto;
  }
}

/* ******************** 4.メニュー ******************** */
.section-wrap.sec-to-menu {
  margin: 120px auto 220px;
}
@media (max-width: 599px) {
  .section-wrap.sec-to-menu {
    margin: 80px auto;
  }
}

/* ******************** 5.店舗案内 ******************** */
.sec-100 {
  text-align: left;
}

.sec-to-stores,
.sec-to-about {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-to-stores .image-area-50vw,
.sec-to-about .image-area-50vw {
  width: 50vw;
  height: 600px;
  margin: 0 calc(50% - 50vw);
}
@media (max-width: 599px) {
  .sec-to-stores .image-area-50vw,
  .sec-to-about .image-area-50vw {
    width: 100vw;
    height: auto;
    margin-bottom: 20px;
  }
}
.sec-to-stores .image-area-50vw img,
.sec-to-about .image-area-50vw img {
  width: 100%;
  height: 100%;
}
.sec-to-stores .text-area-col,
.sec-to-about .text-area-col {
  position: absolute;
  left: 50%;
  padding-left: 100px;
}
@media (max-width: 599px) {
  .sec-to-stores .text-area-col,
  .sec-to-about .text-area-col {
    position: inherit;
    left: 0;
    padding-left: 0;
  }
}
.sec-to-stores .text-area-col h2,
.sec-to-about .text-area-col h2 {
  margin-bottom: 32px;
  font-size: 1.75rem;
}
@media (max-width: 599px) {
  .sec-to-stores,
  .sec-to-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec-to-stores h2,
  .sec-to-about h2 {
    width: 100%;
    margin-bottom: 32px;
  }
  .sec-to-stores p,
  .sec-to-about p {
    width: 100%;
  }
}

.bnr-to-stores {
  background: #000;
}
.bnr-to-stores h2 {
  color: #fff;
}
.bnr-to-stores img {
  width: 80%;
  height: 355px;
}
@media (max-width: 599px) {
  .bnr-to-stores img {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
@media (max-width: 599px) {
  .bnr-to-stores {
    padding: 80px 16px;
  }
}

/* ******************** 6.こだわり ******************** */
.sec-to-about {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 599px) {
  .sec-to-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec-to-about .text-area-col {
  position: absolute;
  left: 0;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 599px) {
  .sec-to-about .text-area-col {
    position: initial;
    padding-right: 0;
  }
}

/* ******************** 7.オンライン商品 ******************** */
.sec-to-online .sec-to-onlineshop ul li.swiper-slide {
  background: none;
}
.sec-to-online .sec-to-onlineshop ul li.swiper-slide p.item {
  margin-bottom: 8px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}
.sec-to-online .btn-m {
  margin-top: 0;
}

/* ******************** 8.美味しい茹で方 ******************** */
.sec-to-howto {
  background: url("../../../../images/2500_hiyashi.jpg") no-repeat center center/cover;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
.sec-to-howto .sec-100-inner {
  width: 50%;
  margin-left: auto;
  text-align: left;
}
.sec-to-howto .sec-100-inner .btn-m {
  text-align: center;
}
@media (max-width: 599px) {
  .sec-to-howto {
    background: url("../../../../images/2500_hiyashi.jpg") no-repeat left bottom/cover;
    padding: 80px 16px;
  }
  .sec-to-howto::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: inherit;
    -webkit-filter: brightness(60%);
            filter: brightness(60%);
    z-index: -1;
  }
  .sec-to-howto .sec-100-inner {
    width: 100%;
  }
}

/* ******************** 9.お知らせ ******************** */
.sec-to-news {
  text-align: center;
}

.news-area {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}
.news-area li {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-area li .date {
  width: 140px;
  margin-right: 32px;
  text-align: left;
}
@media (max-width: 599px) {
  .news-area li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* ******************** 10.求人 ******************** */
.sec-to-recruit {
  margin: 0 auto;
  padding: 90px 0;
  background: url("../../../../images/recruit_image01.jpg") no-repeat center center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 0;
}
.sec-to-recruit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: inherit;
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
  z-index: -1;
}
@media (max-width: 599px) {
  .sec-to-recruit {
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.sec-to-recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-to-recruit__inner h2, .sec-to-recruit__inner p {
  text-align: center;
  z-index: 999;
  color: #fff;
}
@media (max-width: 599px) {
  .sec-to-recruit__inner {
    margin: 0 auto;
    padding: 30px;
  }
  .sec-to-recruit__inner p {
    text-align: left;
  }
}

/* ******************** 11.せきわリンク ******************** */
.sec-to-sekiwa {
  margin: 160px auto 0;
}
.sec-to-sekiwa p {
  margin-bottom: 30px;
}
.sec-to-sekiwa a {
  color: #1A73E8;
}
.sec-to-sekiwa__logo img {
  width: 180px;
  height: auto;
  margin-bottom: 60px;
}
.sec-to-sekiwa__bnr img {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .sec-to-sekiwa {
    margin: 80px auto 0;
  }
}

/*=============================*/
/*=============================*/
#news .section-wrap {
  margin: 100px auto 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 100px;
}
@media (max-width: 599px) {
  #news .section-wrap {
    margin: 40px auto 0;
  }
}
#news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#news .news-list li {
  width: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid #c9c9c9;
}
#news .news-list_date {
  margin-bottom: 24px;
  color: #757575;
}
#news .news-list_title {
  margin-bottom: 24px;
}
#news .news .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
#news .paging .btn-m {
  margin-top: 0;
  margin: 0 30px;
}

/*=============================*/
/*=============================*/
#about section .disp-flex2 {
  margin-bottom: 100px;
}

section.kodawari p {
  margin-bottom: 20px;
}
section.howto {
  background: rgba(0, 0, 0, 0.03);
}
section.howto p {
  margin-bottom: 20px;
}

#about section.boil ol {
  width: 650px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  #about section.boil ol {
    width: 100%;
  }
}
#about section.boil ol li {
  min-width: 650px;
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  #about section.boil ol li {
    min-width: 100%;
  }
}
#about section.boil ol li p.num {
  margin-bottom: 20px;
}
#about section.boil ol li img {
  width: 230px;
  height: 151px;
  margin-right: 20px;
}
@media (max-width: 599px) {
  #about section.boil ol li img {
    width: 100%;
    height: auto;
    margin-right: 0;
    max-width: 330px;
    margin: 0 auto 20px;
  }
}
#about section.arrange {
  background: #000;
}
#about section.arrange .section-wrap-bg-h80 {
  padding: 80px 30px;
}
#about section.arrange p {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}
#about section.arrange ul {
  max-width: 100%;
  margin: 0 auto 20px;
}
#about section.arrange ul li img {
  max-width: 100%;
  margin-bottom: 20px;
}

.sec-to-online p {
  text-align: center;
  margin-bottom: 60px;
}

/*=============================*/
/*=============================*/
.food-menu {
  width: 100%;
  max-width: 1024px;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.food-menu p {
  margin-bottom: 60px;
  text-align: center;
}

/* ******************** menu-category ******************** */
ul.menu-category {
  width: 100%;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* ↓タブがアクティブになっている時のデザイン↓ */
}
@media (max-width: 599px) {
  ul.menu-category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
ul.menu-category li {
  width: 250px;
  height: 53px;
  line-height: 53px;
  font-size: 1.125rem;
}
ul.menu-category li:hover {
  background-color: #c9c9c9;
  opacity: 0.7;
}
@media (max-width: 599px) {
  ul.menu-category li {
    width: 50%;
  }
}
ul.menu-category .tab-active {
  color: #fff;
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.menu-items {
  max-width: 100%;
  margin: 0 auto;
  /* ↓タブの中身↓ */
  /* ↓このクラスがついている時だけタブの中身を表示↓ */
}
.menu-items .tab-pane {
  /* ↓タブの中身を最初は非表示↓ */
  display: none;
}
.menu-items .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 30px;
}
@media (max-width: 599px) {
  .menu-items .active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu-items li {
  width: calc((100% - 60px) / 3);
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .menu-items li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
}
.menu-items li img {
  width: 100%;
  margin-bottom: 30px;
}
.menu-items #other {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-items #other li {
  margin-bottom: 30px;
}
.menu-items #other li a {
  pointer-events: none;
}

/* ******************** menu-item ******************** */
#menu .section-wrap {
  margin: 100px auto 0;
  padding-bottom: 160px;
}
@media (max-width: 599px) {
  #menu .section-wrap {
    margin: 80px auto 0;
    padding-bottom: 80px;
  }
}

.menu-detail {
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 40px;
}
.menu-detail figure {
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .menu-detail figure img {
    width: 100%;
    height: auto;
  }
}
.menu-detail h2 {
  margin-bottom: 30px;
}

/* ******************** storelist bnr ******************** */
#menu .section-wrap-bg {
  padding: 80px 30px;
}
#menu .section-wrap-bg .h2-vtcl {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}

/*=============================*/
/*=============================*/
#stores .container {
  padding-bottom: 160px;
}
@media (max-width: 599px) {
  #stores .section-wrap {
    display: block;
  }
}

.stores-list-wrap {
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 599px) {
  .stores-list-wrap {
    margin: 80px auto;
  }
}
.stores-list-wrap ul {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}
@media (max-width: 599px) {
  .stores-list-wrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stores-list-wrap ul li.store-list {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .stores-list-wrap ul li.store-list {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
  }
}
.stores-list-wrap ul li.store-list .store-list__info__top {
  min-height: 220px;
}
@media (max-width: 599px) {
  .stores-list-wrap ul li.store-list .store-list__info__top {
    min-height: auto;
  }
}
.stores-list-wrap ul li.store-list .btn-m {
  width: 100%;
  margin-bottom: 30px;
}
.stores-list-wrap ul li.store-list img {
  width: 300px;
  height: 200px;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .stores-list-wrap ul li.store-list img {
    width: 100%;
    height: 260px;
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
.stores-list-wrap ul li.store-list p {
  margin-bottom: 16px;
}
.stores-list-wrap ul li.store-list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.stores-list-wrap ul li.store-list dl dt {
  width: 23%;
  font-size: 0.81rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.stores-list-wrap ul li.store-list dl dd {
  width: 77%;
  padding-left: 10px;
  line-height: 1.8rem;
}

.store-lists::after {
  display: block;
  content: "";
  width: 300px;
}

/* ******************** 店舗 個店情報 ******************** */
.store {
  width: 100%;
  max-width: 100%;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.store h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .store h2 {
    margin-bottom: 30px;
  }
}
.store__top {
  max-width: 100%;
  height: 540px;
  margin: 0 auto 40px;
}
@media (max-width: 599px) {
  .store__top {
    height: auto;
  }
}
.store__top img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 540px;
}
.store__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .store__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.store__bottom .text-area {
  width: 50%;
  margin-right: 60px;
}
@media (max-width: 599px) {
  .store__bottom .text-area {
    width: 100%;
  }
}
.store__bottom .text-area dl {
  line-height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  text-align: left;
}
.store__bottom .text-area dl dt {
  width: 20%;
  line-height: 1.5rem;
  font-size: 1rem;
  font-weight: 400;
}
.store__bottom .text-area dl dd {
  width: 80%;
  line-height: 1.6rem;
}
.store__bottom .map-area {
  width: 50%;
}
@media (max-width: 599px) {
  .store__bottom .map-area {
    width: 100%;
  }
}
.store__bottom .map-area iframe {
  height: 100%;
}

.stores-info .sec-to-recruit {
  margin: 0 auto 160px;
}

/*=============================*/
/*=============================*/
#recruit .container {
  margin: 0 auto 160px;
}

.sec-100 {
  text-align: center;
}

.motto .sec-child {
  margin-bottom: 100px;
}

.recruit-info {
  margin-bottom: 120px;
}
.recruit-info h3 {
  text-align: center;
  margin-bottom: 60px;
}
.recruit-info p {
  text-align: center;
}
@media (max-width: 599px) {
  .recruit-info p {
    text-align: left;
  }
}
.recruit-info img {
  max-width: 80%;
  height: auto;
  margin-bottom: 60px;
}
@media (max-width: 599px) {
  .recruit-info img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.jobs {
  width: 100%;
  margin: 0 auto 120px;
}
@media (max-width: 599px) {
  .jobs {
    width: 100%;
  }
}
.jobs div {
  margin-bottom: 120px;
}
.jobs h2 {
  text-align: center;
}
.jobs h3 {
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9c9c9;
}
.jobs dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  line-height: 1.8rem;
}
.jobs dl dt {
  width: 170px;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}
@media (max-width: 599px) {
  .jobs dl dt {
    width: 25%;
  }
}
@media (max-width: 599px) {
  .jobs dl dd {
    width: 75%;
  }
}

.sec-to-contact {
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
.sec-to-contact h2 {
  margin-bottom: 24px;
  text-align: center;
}
.sec-to-contact p {
  text-align: center;
}
.sec-to-contact a {
  color: #1A73E8;
}
.sec-to-contact a:visited {
  color: #481768;
}

/*=============================*/
/*=============================*/
#faq h2 {
  font-size: 2rem;
}
@media (max-width: 599px) {
  #faq h2 {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}
#faq .sp-easy-accordion {
  margin-bottom: 80px;
}
#faq section {
  margin-bottom: 160px;
}
#faq section a {
  color: #1A73E8;
}

/*=============================*/
/*=============================*/
.form-wrap {
  max-width: 780px;
}
.form-wrap .text-area {
  margin-bottom: 40px;
}
.form-wrap .text-area p {
  text-align: center;
}
.form-wrap .text-area p.caution {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto;
  color: #ff0000;
  font-weight: 700;
  padding: 8px 12px;
  border: solid 1px #ff0000;
}
.form-wrap .text {
  text-align: center;
}
.form-wrap a:link {
  color: #2ea7e0;
}

/* ******************** link装飾 ******************** */
.complete a:link {
  color: #2ea7e0;
}

.form-wrap a:visited, .complete a:link {
  color: #481768;
}

/* ******************** form  settings ******************** */
form {
  width: 680px;
  margin: 0 auto;
}
@media (max-width: 599px) {
  form {
    width: 100%;
  }
}
form .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
form .item .label {
  width: 200px;
  height: 42px;
  margin-right: 32px;
  line-height: 42px;
  text-align: left;
}
form .item .fillArea {
  width: 400px;
  text-align: left;
}
@media (max-width: 599px) {
  form .item .fillArea {
    width: 100%;
  }
}
form .item .fillArea input[type=text], form .item .fillArea input[type=email] {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  text-align: left;
}
form .item .msg {
  width: 400px;
  text-align: left;
  overflow-wrap: break-word;
}
@media (max-width: 599px) {
  form .item .msg {
    width: 100%;
  }
}
form .item .msg textarea {
  max-width: 400px;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  text-align: left;
}
@media (max-width: 599px) {
  form .item .msg textarea {
    max-width: 100%;
  }
}
@media (max-width: 599px) {
  form .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* ******************** セレクトボックス ******************** */
@font-face {
  font-family: "IonIcons";
  src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
  src: url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
  font-weight: normal;
  font-style: normal;
}
#contact section.form-wrap .item select {
  width: 400px;
  border-style: solid;
  border-color: #c9c9c9;
  padding: 3px 10px;
  background-color: #ffffff;
}
@media (max-width: 599px) {
  #contact section.form-wrap .item select {
    width: 100%;
  }
}
#contact select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
#contact select option {
  background-color: #f1f1f1;
  /* color: #333; */
}
#contact select::-ms-expand {
  display: none;
}
#contact select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
#contact .select-wrap {
  position: relative;
  text-align: left;
}
#contact .select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 24px;
  top: 3px;
  content: "\f123";
  font-family: "IonIcons";
  line-height: 43px;
  color: #7f878c;
  pointer-events: none;
}
#contact select {
  outline: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 43px;
  padding: 8px 12px;
  width: 100%;
}
#contact select option {
  background-color: #fff;
  color: #333;
}
#contact select::-ms-expand {
  display: none;
}
#contact select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
#contact .alert, #contact .mw_wp_form .error {
  color: #ff0000;
  font-size: 0.75rem;
  margin: auto 5px;
}
#contact .datalist input {
  margin-right: 10px;
  margin-bottom: 15px;
}

/* ******************** 個人情報について ******************** */
.personalInfo {
  width: 100%;
  background-color: #eeeeed;
  font-size: 0.7rem;
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 56px auto 32px 0;
  line-height: 1.75em;
}
.personalInfo section {
  padding-bottom: 0;
}

/* ******************** フォームボタン ******************** */
#contact .form-wrap .btn-area {
  margin-top: 56px;
}
#contact input[type=submit] {
  background: #000;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 60px;
  margin: 0 5px;
  width: 200px;
  margin: 0 auto 30px;
}
#contact input[type=reset] {
  background: #aaa;
  border: none;
  color: white;
  font-size: 17px;
  font-weight: bold;
  padding: 10px 20px;
}

/* ******************** サンクスページ ******************** */
.complete {
  max-width: 780px;
}
.complete p {
  text-align: center;
}
@media (max-width: 599px) {
  .complete p {
    text-align: left;
  }
}
.complete .contact-to {
  margin: 30px auto 40px;
  padding: 32px;
  background-color: #ececec;
}

/*=============================*/
/*=============================*/
.greetings {
  margin-bottom: 160px;
}
@media (max-width: 599px) {
  .greetings {
    margin-bottom: 80px;
  }
}
.greetings .text-area-col {
  margin-right: 40px;
}
@media (max-width: 599px) {
  .greetings .text-area-col {
    margin-right: 0;
  }
}
.greetings .image-area-50 {
  max-width: 400px;
}
.greetings h4 {
  margin-bottom: 10px;
  font-weight: 400;
}
.greetings .ceo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: auto;
  font-weight: 600;
  text-align: right;
}
.greetings .ceo img {
  width: 110px;
}
.greetings table {
  margin-bottom: 30px;
}
.greetings table tr {
  text-align: left;
  line-height: 2rem;
}
.greetings table tr td {
  font-size: 0.88rem;
}

.company-info {
  margin-bottom: 160px;
}
.company-info a:link {
  color: #3677d4;
}
@media (max-width: 599px) {
  .company-info {
    margin-bottom: 80px;
  }
}
.company-info .image-area-50 {
  width: 100%;
  margin-right: 40px;
}
.company-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  line-height: 1.8rem;
}
.company-info dl dt {
  width: 30%;
  margin-right: 16px;
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
}
.company-info dl dd {
  width: 70%;
}

/*=============================*/
/*=============================*/
/* ******************** 商品一覧ページ ******************** */
@media (max-width: 900px) {
  header.onlineshop {
    height: 210px;
  }
}
header.onlineshop .logo-wrap {
  width: 85px;
}

.page-title.onlineshop {
  height: 0;
}
.page-title.onlineshop h1 {
  visibility: hidden;
}

#onlineshop .container {
  padding: 200px 30px 0;
}
#onlineshop .container h3 {
  margin-bottom: 60px;
}

.shop-items {
  width: 100%;
  max-width: 1024px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.shop-items__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 599px) {
  .shop-items__tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop-items__tab li {
  width: 250px;
  height: 53px;
}
.shop-items__tab li:hover {
  background-color: #c9c9c9;
  opacity: 0.7;
}
@media (max-width: 599px) {
  .shop-items__tab li {
    width: 50%;
  }
}
.shop-items__tab .tab-active {
  background: #000;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.shop-items__tab .tab-active a, .shop-items__tab .tab-active a:visited {
  color: #fff;
}
.shop-items__tab a {
  display: block;
  line-height: 53px;
}
.shop-items__tab.active a {
  color: #fff;
}
.shop-items__count {
  margin-bottom: 30px;
}
.shop-items__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 599px) {
  .shop-items__lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop-items__lists:after {
  content: "";
  width: 30%;
}
.shop-items__lists li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .shop-items__lists li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.shop-items__lists li .item-image {
  height: 55%;
  margin-bottom: 20px;
}
.shop-items__lists li img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shop-items__lists li P {
  text-align: center;
}
.shop-items__title {
  margin-bottom: 8px;
  font-family: "Noto Sans JP";
  font-weight: bold;
}

#onlineshop .sec-to-sekiwa,
#onlineshop .sec-to-noko {
  margin: 0 auto;
}

.sec-to-noko p {
  text-align: center;
  margin-bottom: 30px;
}
.sec-to-noko__bnr img {
  width: 100%;
  max-width: 700px;
  height: auto;
  margin: 0 auto;
}

.button-area {
  padding-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.button-area .btn-l:first-child {
  margin-right: 40px;
}
@media (max-width: 599px) {
  .button-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 80px;
  }
}

/* ******************** 商品情報ページ ******************** */
#onlineshop .section-wrap {
  margin: 60px auto 0;
}
#onlineshop .section-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
@media (max-width: 599px) {
  #onlineshop .section-wrap__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#onlineshop .section-wrap__inner .image-area-50 {
  margin-right: 60px;
}
@media (max-width: 599px) {
  #onlineshop .section-wrap__inner .image-area-50 {
    margin-right: 0;
  }
}
#onlineshop .section-wrap__inner .image-area-50 img {
  width: 100%;
  -webkit-box-shadow: 2px 2px 6px #c9c9c9;
          box-shadow: 2px 2px 6px #c9c9c9;
}
#onlineshop .section-wrap__inner .text-area-col h2 {
  margin-bottom: 32px;
}
#onlineshop .section-wrap__inner .text-area-col .boxTxtArea {
  margin-bottom: 32px;
  padding: 24px 0;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
#onlineshop .section-wrap__inner .text-area-col .boxTxtArea h3 {
  font-size: 1.25rem;
  margin-bottom: 24px;
}
#onlineshop .section-wrap__inner .text-area-col .boxTxtArea p {
  margin-bottom: 0px;
}
#onlineshop .section-wrap__inner .text-area-col .price {
  margin-bottom: 40px;
}
#onlineshop .section-wrap__inner .text-area-col .subTxt {
  margin-bottom: 32px;
}
#onlineshop .section-wrap__inner .text-area-col .subTxt table {
  font-size: 0.875rem;
  text-align: left;
}
#onlineshop .section-wrap__inner .text-area-col .subTxt table th {
  width: 80px;
  word-break: keep-all;
  vertical-align: initial;
}
#onlineshop .section-wrap__inner .text-area-col .link-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#onlineshop .section-wrap__inner .text-area-col .link-area p {
  font-size: 0.88rem;
}
#onlineshop .section-wrap__inner .text-area-col .link-area p a {
  text-decoration: underline;
}
#onlineshop .btn-m {
  margin-top: 40px;
  margin-bottom: 40px;
}

/***** colorme plugin overwriting *****/
#onlineshop #primary main {
  min-height: unset;
}

.cartjs_product_form {
  width: 100%;
}
.cartjs_product_form .cartjs_product_num input[type=text] {
  width: 100px;
  margin-bottom: 10px;
  max-width: 100px;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}
.cartjs_product_form .cartjs_cart_in input[type=submit] {
  width: 100%;
  max-width: 500px;
  height: 70px;
  margin: 60px auto 30px;
  background-color: #000;
  color: #fff;
}
.cartjs_product_form .cartjs_product_table table {
  border-top: none;
  border-right: none;
}
.cartjs_product_form .cartjs_product_table table th {
  width: 120px;
  text-align: left;
}
.cartjs_product_form .cartjs_option select {
  -webkit-appearance: auto;
  width: 100px;
  max-width: 100px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 8px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
}

/*=============================*/
/*=============================*/
#orderflow section a, #tokusho section a {
  color: #1A73E8;
}

#payment h3, #tokusho h3, #orderflow h3 {
  margin-bottom: 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #c9c9c9;
}

.tablepress.table-layout tbody tr .column-1 {
  width: 20%;
  margin-right: 40px;
}
@media (max-width: 599px) {
  .tablepress.table-layout tbody tr .column-1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    padding-left: 9px;
    border-left: 5px solid #e3e3e3;
  }
}
@media (max-width: 599px) {
  .tablepress.table-layout tbody tr .column-2 {
    margin-bottom: 30px;
  }
}
.tablepress.table-layout tbody tr td {
  padding-bottom: 60px;
  border-top: none;
  line-height: 2rem;
}
@media (max-width: 599px) {
  .tablepress.table-layout tbody tr td {
    display: block;
    width: 100%;
    padding: 0;
    line-height: 1.75rem;
  }
}

@media (max-width: 599px) {
  #privacypolicy .tablepress.table-layout tbody tr .column-1 {
    padding-left: 0;
    border-left: none;
  }
}

.tablepress img {
  -webkit-box-shadow: 2px 2px 6px #c9c9c9;
          box-shadow: 2px 2px 6px #c9c9c9;
}
@media (max-width: 599px) {
  .tablepress img {
    width: 100%;
  }
}