@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Palanquin+Dark:500");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の背景色 */
/* Body要素の文字色 */
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
html, body, div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

html, body {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #ffffff;
  color: #4D4D4D; }
  body a {
    color: #FF75B6; }
    body a:hover {
      color: #FF75B6;
      opacity: 0.8; }
    body a:active {
      color: #FF75B6; }

body {
  font-family: "Lucida Grande", "segoe UI", " ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.6; }

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after, html:after, body:after {
  content: "";
  display: block;
  clear: both; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html {
  background-color: #FC97B6; }
  html * {
    box-sizing: border-box; }

body {
  word-wrap: break-word; }
  @media only screen and (max-width: 960px) {
    body {
      font-size: 14px; } }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 12px; } }
  body small {
    font-size: smaller; }

:focus {
  outline: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

a img {
  border: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

@media only screen and (max-width: 640px) {
  .nosp {
    display: none; } }

.nopc {
  display: none; }
  @media only screen and (max-width: 640px) {
    .nopc {
      display: block; } }

.flex-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }

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

#form, #company02, #company03, #recruit01, #recruit02 {
  max-width: 1120px;
  width: 90%;
  margin: 4em auto; }
  @media only screen and (max-width: 640px) {
    #form, #company02, #company03, #recruit01, #recruit02 {
      margin: 2em auto; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: table */
#company02 table, #company03 table, #recruit02 table {
  max-width: 1120px;
  width: 86%;
  margin: 0 auto;
  border-collapse: collapse; }
  @media only screen and (max-width: 640px) {
    #company02 table, #company03 table, #recruit02 table {
      width: 100%; } }
  #company02 table tr:nth-child(odd) th, #company03 table tr:nth-child(odd) th, #recruit02 table tr:nth-child(odd) th {
    background: #f7f7f7;
    position: relative; }
  #company02 table tr:nth-child(odd) td, #company03 table tr:nth-child(odd) td, #recruit02 table tr:nth-child(odd) td {
    background: #f7f7f7;
    position: relative; }
  #company02 table tr:nth-child(even) th:before, #company03 table tr:nth-child(even) th:before, #recruit02 table tr:nth-child(even) th:before {
    display: none; }
    @media only screen and (max-width: 640px) {
      #company02 table tr:nth-child(even) th:before, #company03 table tr:nth-child(even) th:before, #recruit02 table tr:nth-child(even) th:before {
        display: block; } }
  #company02 table tr:nth-child(even) td:after, #company03 table tr:nth-child(even) td:after, #recruit02 table tr:nth-child(even) td:after {
    display: none; }
    @media only screen and (max-width: 640px) {
      #company02 table tr:nth-child(even) td:after, #company03 table tr:nth-child(even) td:after, #recruit02 table tr:nth-child(even) td:after {
        display: block; } }
  #company02 table th, #company03 table th, #recruit02 table th,
  #company02 table td,
  #company03 table td,
  #recruit02 table td {
    box-sizing: border-box;
    font-weight: bold;
    padding: 1em;
    vertical-align: top; }
    @media only screen and (max-width: 640px) {
      #company02 table th, #company03 table th, #recruit02 table th,
      #company02 table td,
      #company03 table td,
      #recruit02 table td {
        display: block;
        text-align: left; } }
  #company02 table th, #company03 table th, #recruit02 table th {
    word-break: keep-all; }
    @media only screen and (max-width: 640px) {
      #company02 table th, #company03 table th, #recruit02 table th {
        word-break: break-all;
        width: 100%;
        text-align: left; } }
  @media only screen and (max-width: 640px) {
    #company02 table td, #company03 table td, #recruit02 table td {
      font-weight: normal;
      padding: 0 1em 1em;
      width: 100%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.button, .button-wrapper .back-button {
  background: #fff;
  display: inline-block;
  border: 1px solid #FC97B6;
  color: #FC97B6;
  text-decoration: none;
  padding: 0.375em 2em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  min-width: 210px; }
  .button:hover, .button-wrapper .back-button:hover {
    background: rgba(252, 151, 182, 0.1); }

.button-arrow-left, .button-wrapper .back-button, .button-arrow-right {
  position: relative; }
  .button-arrow-left:after, .button-wrapper .back-button:after, .button-arrow-right:after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    width: 20px;
    height: 20px;
    background-image: url(../images/button-arrow-01.png);
    background-size: contain; }
    @media only screen and (max-width: 640px) {
      .button-arrow-left:after, .button-wrapper .back-button:after, .button-arrow-right:after {
        width: 15px;
        height: 15px; } }
  .button-arrow-left:hover:after, .button-wrapper .back-button:hover:after, .button-arrow-right:hover:after {
    border-left-color: #fff; }

.button-arrow-left, .button-wrapper .back-button {
  padding-left: 3em; }
  .button-arrow-left:after, .button-wrapper .back-button:after {
    left: 10px;
    transform: rotate(180deg); }

.button-arrow-right {
  padding-right: 3em; }
  .button-arrow-right:after {
    right: 10px; }

.button-large {
  padding: .5em 1.75em;
  font-size: 1.25em;
  line-height: 1.5;
  border-radius: .3em; }

.button-small {
  padding: .25em 1.25em;
  font-size: .875em;
  line-height: 1.5;
  border-radius: .2em; }

.button-block {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center; }

.button-more {
  background-image: url(../images/button-01-off.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 150px;
  height: 43px; }
  .button-more:hover {
    background-image: url(../images/button-01-on.svg); }

.button-wrapper {
  text-align: center; }
  .single .button-wrapper {
    margin: 160px 0; }
    @media only screen and (max-width: 640px) {
      .single .button-wrapper {
        margin: 40px 0; } }
  .button-wrapper .back-button {
    background: #FC97B6;
    color: #fff;
    max-width: 400px;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em; }
    .button-wrapper .back-button:after {
      border-color: transparent transparent transparent #fff;
      left: 15px;
      border-width: 8px 0 8px 10px; }

#button-totop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
  cursor: pointer; }
  @media only screen and (max-width: 640px) {
    #button-totop {
      bottom: 120px;
      right: 3%; } }
  #button-totop:hover {
    opacity: .8; }
  #button-totop img {
    width: 56px;
    height: 56px; }
    @media only screen and (max-width: 640px) {
      #button-totop img {
        width: 45px;
        height: 45px; } }

#fixed-button {
  position: fixed;
  right: 0;
  top: 400px;
  z-index: 10; }
  @media only screen and (max-width: 960px) {
    #fixed-button {
      top: 400px; } }
  @media only screen and (max-width: 960px) and (max-width: 640px) {
    #fixed-button {
      display: none; } }

  #fixed-button img {
    width: 129px;
    height: auto; }

#root a[id]:not([href]) {
  padding-top: 100px;
  margin-top: -100px;
  display: inline-block;
  vertical-align: top; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: セクションタイトル */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INDEX

#001 共通ヘッダー


┌─────────────────────────────
│ #001 共通ヘッダー
│
*/
#header-breadcrumb-wrapper {
  padding-top: 110px;
  margin-bottom: -111px; }
  @media only screen and (max-width: 960px) {
    #header-breadcrumb-wrapper {
      margin-bottom: -80px;
      padding-top: 79px; } }
  @media only screen and (max-width: 960px) and (max-width: 640px) {
    #header-breadcrumb-wrapper {
      margin-bottom: -60px;
      padding-top: 59px; } }

#header-wrapper {
  position: relative;
  z-index: 99;
  height: 110px;
  border-top: 10px solid #FC97B6;
  box-sizing: content-box; }
  @media only screen and (max-width: 960px) {
    #header-wrapper {
      height: 80px; } }
  @media only screen and (max-width: 640px) {
    #header-wrapper {
      height: 60px; } }
  #header-wrapper .container {
    width: 95%; }
    @media only screen and (max-width: 960px) {
      #header-wrapper .container {
        width: 100%; } }
  #header-wrapper #header-nav {
    background: #fff;
    height: 110px;
    margin: auto;
    position: relative;
    box-sizing: border-box; }
    @media only screen and (max-width: 960px) {
      #header-wrapper #header-nav {
        width: 100%;
        height: 80px; } }
    @media only screen and (max-width: 640px) {
      #header-wrapper #header-nav {
        height: 60px; } }
  #header-wrapper .logo {
    float: left;
    padding-top: 20px;
    line-height: 0; }
    @media only screen and (max-width: 960px) {
      #header-wrapper .logo {
        padding-top: 14px;
        padding-left: 14px;
        padding-right: 14px; } }
    @media only screen and (max-width: 960px) {
      #header-wrapper .logo {
        padding-top: 11.5px;
        padding-left: 23px;
        padding-right: 23px; } }
    @media only screen and (max-width: 640px) {
      #header-wrapper .logo {
        padding-top: 11.5px;
        padding-left: 11.5px;
        padding-right: 11.5px; } }
    #header-wrapper .logo a {
      color: #4D4D4D;
      text-decoration: none; }
    #header-wrapper .logo img {
      width: 160px;
      height: 70px; }
      @media only screen and (max-width: 960px) {
        #header-wrapper .logo img {
          width: 120px;
          height: 52px; } }
      @media only screen and (max-width: 640px) {
        #header-wrapper .logo img {
          width: 85px;
          height: 37px; } }
    #header-wrapper .logo span {
      display: block;
      padding-left: 55px;
      color: #fff; }
  #header-wrapper .flex-box {
    display: flex;
    justify-content: flex-end; }
    #header-wrapper .flex-box a {
      display: block; }
      #header-wrapper .flex-box a img {
        vertical-align: middle;
        width: 120px;
        height: 100px; }
  #header-wrapper .tel {
    float: right;
    margin-top: 25px;
    border-top: 1px solid #000; }
    @media only screen and (max-width: 960px) {
      #header-wrapper .tel {
        display: none; } }
    #header-wrapper .tel li {
      display: inline-block;
      vertical-align: middle; }
    #header-wrapper .tel .business-hours {
      display: block;
      text-align: center;
      margin-top: -16px; }
      #header-wrapper .tel .business-hours span {
        background: #fff;
        padding: 0 5px; }
    #header-wrapper .tel .tag {
      background: #FFE3ED;
      color: #fff;
      font-size: 0.733em;
      padding: 0.625em;
      line-height: 1; }
    #header-wrapper .tel .number {
      font-family: 'Roboto', sans-serif;
      font-size: 2em;
      line-height: 1;
      margin-left: 5px;
      margin-right: 10px;
      padding-left: 25px;
      background-image: url(../images/icon-tel.svg);
      background-size: 20px 20px;
      background-repeat: no-repeat;
      background-position: left center; }
      #header-wrapper .tel .number:last-child {
        margin-right: 0; }
      #header-wrapper .tel .number a {
        color: #FFE3ED;
        text-decoration: none; }

#header-fixed {
  position: fixed;
  max-width: 100%;
  width: 100%;
  background: #fff;
  height: 111px;
  border-bottom: 1px solid #d3d3d4; }
  @media only screen and (max-width: 960px) {
    #header-fixed {
      height: 80px; } }
  @media only screen and (max-width: 640px) {
    #header-fixed {
      height: 60px; } }

#global-nav ul li.current a, #global-nav ul li span:hover,
#global-nav ul li a:hover {
  color: #FF75B6; }

#global-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  float: right;
  max-width: 840px;
  width: calc(100% - 170px );
  padding-top: 20px; }
  #global-nav ul li {
    width: 16.666%;
    text-align: center;
    display: block;
    padding: 0 0 0;
    position: relative; }
    #global-nav ul li:last-child a {
      border-right: none; }
    #global-nav ul li span,
    #global-nav ul li a {
      border-right: 1px dashed #d3d3d4;
      display: block;
      width: 100%;
      text-align: center;
      color: #4D4D4D;
      font-size: 0.9333em;
      font-weight: bold;
      text-decoration: none;
      line-height: 30px;
      white-space: nowrap;
      padding-top: 10px; }
      #global-nav ul li span img,
      #global-nav ul li a img {
        width: 90%; }
      @media only screen and (max-width: 960px) {
        #global-nav ul li span,
        #global-nav ul li a {
          border: none; } }
      @media only screen and (max-width: 960px) {
        #global-nav ul li span img,
        #global-nav ul li a img {
          width: 115px; } }
    #global-nav ul li span {
      cursor: default; }
      #global-nav ul li span:hover:after {
        display: none; }
    #global-nav ul li:active .sub-menu, #global-nav ul li:hover .sub-menu {
      display: block; }
    #global-nav ul li.nav-contact {
      padding: 0; }
      #global-nav ul li.nav-contact a {
        background-image: url(../images/icon-mall.svg);
        background-size: 30px 24px;
        background-position: center 15px;
        background-repeat: no-repeat;
        background-color: #FC97B6;
        color: #fff;
        padding: 45px 0 15px;
        font-size: 0.875em; }
        #global-nav ul li.nav-contact a:hover {
          background-color: #FF75B6; }
        .page-id-12 #global-nav ul li.nav-contact a {
          background-color: #FF75B6; }

@media only screen and (max-width: 960px) {
  /* Fixed reset */
  #mobile-head {
    position: relative;
    width: 80px;
    height: 80px;
    cursor: pointer; } }
  @media only screen and (max-width: 960px) and (max-width: 640px) {
    #mobile-head {
      width: 60px;
      height: 60px; } }

@media only screen and (max-width: 960px) {
  #global-nav {
    width: 100%;
    text-align: center;
    transition: opacity .25s, visibility 0s ease .25s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: -1;
    top: 80px; } }
  @media only screen and (max-width: 960px) and (max-width: 640px) {
    #global-nav {
      top: 60px; } }
@media only screen and (max-width: 960px) {
    #global-nav #global-nav-bg {
      content: '';
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.96);
      margin: auto;
      z-index: -1;
      display: block; }
    #global-nav ul {
      display: block;
      float: none;
      max-width: 100%;
      width: 100%;
      padding: .75em 0; }
      #global-nav ul li {
        width: 100% !important;
        padding: 0; }
        #global-nav ul li a {
          display: block;
          padding: 1.15em .75em; }

  /* Toggle Button */
  #nav-toggle {
    position: absolute;
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    width: 34px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
    #nav-toggle span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #FC97B6;
      border-radius: 2px; }
      #nav-toggle span:nth-child(1) {
        top: 0; }
      #nav-toggle span:nth-child(2) {
        margin: auto;
        top: 0;
        bottom: 0; }
      #nav-toggle span:nth-child(3) {
        bottom: 0; }

  .open {
    /* #global-nav スライドアニメーション */ }
    .open #nav-toggle span:nth-child(1) {
      -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg); }
    .open #nav-toggle span:nth-child(2) {
      opacity: 0; }
    .open #nav-toggle span:nth-child(3) {
      -webkit-transform: translateY(-10px) rotate(45deg);
      transform: translateY(-10px) rotate(45deg); }
    .open #global-nav {
      transition-delay: 0s;
      opacity: 1;
      visibility: visible; } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通フッター*/
#footer {
  background: #fff;
  border-top: 1px solid #FFF8FA;
  padding: 2em 0 0; }
  #footer .footer-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 0 auto;
    padding-bottom: 2em;
    max-width: 1120px;
    width: 90%; }
    @media only screen and (max-width: 640px) {
      #footer .footer-nav {
        display: none; } }
    #footer .footer-nav li {
      padding: 0 1em;
      border-left: 1px solid #4D4D4D;
      font-size: 0.9333em;
      font-weight: bold;
      line-height: 1.2; }
      #footer .footer-nav li:first-child {
        padding-left: 0;
        border: none; }
    #footer .footer-nav a {
      color: #4D4D4D;
      text-decoration: none; }
  #footer .flex-box {
    max-width: 1120px;
    width: 90%;
    padding-bottom: 1em;
    margin: 0 auto;
    align-items: center; }
    @media only screen and (max-width: 640px) {
      #footer .flex-box {
        padding-bottom: 2em;
        display: block;
        text-align: center; } }
  #footer .logo {
    text-align: center;
    margin-right: 2em; }
    @media only screen and (max-width: 640px) {
      #footer .logo {
        margin: 0 auto; } }
    #footer .logo img {
      width: 160px;
      height: 70px; }
  #footer .copyright {
    background: #FC97B6;
    color: #fff;
    font-size: 0.7333em;
    text-align: center;
    padding: 0.5em 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
#header-breadcrumb {
  max-width: 1000px;
  width: 90%;
  margin: auto;
  padding: 1em 0;
  font-size: 1em; }
  @media only screen and (max-width: 640px) {
    #header-breadcrumb-wrapper {
      display: none; } }
  #header-breadcrumb li {
    display: inline-block; }
    #header-breadcrumb li + li:before {
      content: '>';
      padding: 0 0.5em; }
    #header-breadcrumb li a {
      color: #FC97B6; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: home専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヒーローイメージ*/
#hero {
  margin: 0 auto; }
  .home2020 #hero {
    max-width: 1120px; }
  #hero-wrapper {
    background: #fff7fa; }
  #hero img {
    width: 100%; }
  #hero .hero-images {
    border-top: 1px solid #fc97b6;
    border-bottom: 1px solid #e6e6e6;
    width: 100%; }
    #hero .hero-images img {
      vertical-align: middle; }
  #hero .hero-slider .slider-image {
    background-image: url(https://dummyimage.com/2400x1020/000/fff.jpg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    padding-top: 46%; }
    @media only screen and (max-width: 640px) {
      #hero .hero-slider .slider-image {
        padding-top: 60%; } }
    #hero .hero-slider .slider-image.slider1 {
      background-image: url(../images/hero-01.jpg); }
    #hero .hero-slider .slider-image.slider2 {
      background-image: url(../images/hero-02.jpg); }
    #hero .hero-slider .slider-image.slider3 {
      background-image: url(../images/hero-03.jpg);
      padding-top: 0; }
      #hero .hero-slider .slider-image.slider3 a {
        position: relative;
        display: block;
        z-index: 1;
        padding-top: 46%; }
        @media only screen and (max-width: 640px) {
          #hero .hero-slider .slider-image.slider3 a {
            padding-top: 60%; } }
    #hero .hero-slider .slider-image.slider4 {
      background-image: url(../images/hero-04.jpg); }
  #hero .hero-slider .slick-arrow {
    width: 30px;
    height: 70px; }
    #hero .hero-slider .slick-arrow:before {
      background-image: url(../images/button-arrow.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    #hero .hero-slider .slick-arrow.slick-prev {
      left: 0;
      transform: rotate(180deg); }
      @media only screen and (min-width: 1281px) {
        #hero .hero-slider .slick-arrow.slick-prev {
          left: 15%; } }
    #hero .hero-slider .slick-arrow.slick-next {
      right: 0; }
      @media only screen and (min-width: 1281px) {
        #hero .hero-slider .slick-arrow.slick-next {
          right: 15%; } }
  #hero .hero-slider .slick-dots {
    bottom: 7%; }
    #hero .hero-slider .slick-dots li {
      width: 10px;
      height: 10px; }
      #hero .hero-slider .slick-dots li button {
        width: 10px;
        height: 10px;
        background: #fff;
        border: none;
        border-radius: 50%; }
        #hero .hero-slider .slick-dots li button:before {
          content: none; }
      #hero .hero-slider .slick-dots li.slick-active button {
        background: #FC97B6; }

#hero-image {
  background-image: url(../images/hero-01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  #hero-image-wrapper {
    padding-top: 55%;
    position: relative;
    overflow: hidden; }

#home-goods {
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 3em 0; }
  #home-goods-wrapper {
    background-image: url(../images/background-03.png);
    background-position: center;
    background-size: 22px 22px; }
  @media only screen and (max-width: 640px) {
    #home-goods {
      padding: 2em 0; } }
  #home-goods .flex-box {
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -1em; }
  #home-goods li {
    width: 16.666%;
    padding: 1em .5em; }
    @media only screen and (max-width: 640px) {
      #home-goods li {
        width: 50%; } }
  #home-goods img {
    width: 100%;
    height: auto;
    vertical-align: middle; }
  #home-goods .message {
    border: 1px solid #000;
    background: white;
    box-sizing: border-box;
    margin: 3em auto;
    padding: 1em;
    width: 100%;
    text-align: center; }
    #home-goods .message h3 {
      font-size: 1.125em;
      font-weight: bold;
      padding-bottom: .35em; }
    #home-goods .message p {
      font-size: 1em; }
  .home2020 #home-goods li {
    width: 16.666%;
    padding: 1em .5em; }
    @media only screen and (max-width: 640px) {
      .home2020 #home-goods li {
        width: 50%; } }
  .home2020 #home-goods .message {
    margin: 2em auto; }

@media only screen and (max-width: 640px) {
  .home #home-goods {
    padding: 2em 0 5em; } }

#home-shop {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 4em 0;
  position: relative; }
  #home-shop-wrapper {
    background-color: #FFF8FA;
    background-image: url(../images/background-01.png);
    background-size: 25px 25px;
    background-position: center; }
  @media only screen and (max-width: 640px) {
    #home-shop {
      padding: 3em 0; } }
  #home-shop .section-title {
    color: #4D4D4D;
    font-size: 2em;
    background-color: transparent;
    text-align: left;
    margin: -4em auto 0;
    padding-bottom: 1.5em;
    width: 500px; }
    @media only screen and (max-width: 640px) {
      #home-shop .section-title {
        font-size: 1.625em;
        padding-bottom: 0;
        width: 90%; } }
    #home-shop .section-title:before {
      display: none; }
  #home-shop #shop-map {
    position: absolute;
    width: 480px;
    height: 560px;
    right: 0;
    background-image: url(../images/map.png);
    background-repeat: no-repeat !important;
    background-position: 0 0;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      #home-shop #shop-map {
        display: none; } }
    #home-shop #shop-map.aichi {
      width: 480px;
      height: 560px;
      background-position: -480px 0; }
    #home-shop #shop-map.akita {
      width: 480px;
      height: 560px;
      background-position: -960px 0; }
    #home-shop #shop-map.aomori {
      width: 480px;
      height: 560px;
      background-position: -1440px 0; }
    #home-shop #shop-map.chiba {
      width: 480px;
      height: 560px;
      background-position: -1920px 0; }
    #home-shop #shop-map.fukushima {
      width: 480px;
      height: 560px;
      background-position: -2400px 0; }
    #home-shop #shop-map.gunma {
      width: 480px;
      height: 560px;
      background-position: -2880px 0; }
    #home-shop #shop-map.hyogo {
      width: 480px;
      height: 560px;
      background-position: -3360px 0; }
    #home-shop #shop-map.ibaraki {
      width: 480px;
      height: 560px;
      background-position: -3840px 0; }
    #home-shop #shop-map.iwate {
      width: 480px;
      height: 560px;
      background-position: -4320px 0; }
    #home-shop #shop-map.kanagawa {
      width: 480px;
      height: 560px;
      background-position: -4800px 0; }
    #home-shop #shop-map.niigata {
      width: 480px;
      height: 560px;
      background-position: -5280px 0; }
    #home-shop #shop-map.osaka {
      width: 480px;
      height: 560px;
      background-position: -5760px 0; }
    #home-shop #shop-map.saitama {
      width: 480px;
      height: 560px;
      background-position: -6240px 0; }
    #home-shop #shop-map.shizuoka {
      width: 480px;
      height: 560px;
      background-position: -6720px 0; }
    #home-shop #shop-map.tokyo {
      width: 480px;
      height: 560px;
      background-position: -7200px 0; }
    #home-shop #shop-map.toyama {
      width: 480px;
      height: 560px;
      background-position: -7680px 0; }
    #home-shop #shop-map.yamanashi {
      width: 480px;
      height: 560px;
      background-position: -8160px 0; }
  #home-shop #shop-area {
    padding: 30px 0; }
    @media screen and (max-width: 768px) {
      #home-shop #shop-area {
        margin: 0 -5px;
        padding: 0; } }
  #home-shop table {
    position: relative;
    z-index: 0;
    border-spacing: 10px 20px; }
    @media screen and (max-width: 768px) {
      #home-shop table {
        border-spacing: 0;
        width: 100%; } }
    #home-shop table th,
    #home-shop table td {
      text-align: center;
      font-size: 1.0666em;
      font-weight: bold;
      line-height: 1; }
    #home-shop table th {
      background-color: #FC97B6;
      border: 1px solid #FC97B6;
      color: #fff;
      width: 120px;
      padding: 10px 0; }
      @media screen and (max-width: 768px) {
        #home-shop table th {
          display: block;
          width: calc(100% - 10px);
          margin: 2em 5px 0; } }
    @media screen and (max-width: 768px) {
      #home-shop table td {
        display: inline-block;
        width: calc(16.666% - 10px);
        margin: 10px 5px 0; } }
    @media only screen and (max-width: 640px) {
      #home-shop table td {
        width: calc(25% - 10px); } }
    #home-shop table a {
      border: 1px solid;
      display: block;
      width: 100px;
      padding: 10px 0;
      text-decoration: none;
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        #home-shop table a {
          width: 100%; } }
    #home-shop table .tohoku a:hover {
      background-color: rgba(252, 151, 182, 0.1); }
    #home-shop table .kanto th {
      background-color: #F68B1E;
      border-color: #F68B1E; }
    #home-shop table .kanto td {
      border-color: #F68B1E; }
    #home-shop table .kanto a {
      color: #F68B1E; }
      #home-shop table .kanto a:hover {
        background-color: rgba(246, 139, 30, 0.1); }
    #home-shop table .hokuriku th {
      background-color: #9D84BD;
      border-color: #9D84BD; }
    #home-shop table .hokuriku td {
      border-color: #9D84BD; }
    #home-shop table .hokuriku a {
      color: #9D84BD; }
      #home-shop table .hokuriku a:hover {
        background-color: rgba(157, 132, 189, 0.1); }
    #home-shop table .toukai th {
      background-color: #439EDE;
      border-color: #439EDE; }
    #home-shop table .toukai td {
      border-color: #439EDE; }
    #home-shop table .toukai a {
      color: #439EDE; }
      #home-shop table .toukai a:hover {
        background-color: rgba(67, 158, 222, 0.1); }
    #home-shop table .kansai th {
      background-color: #4DB060;
      border-color: #4DB060; }
    #home-shop table .kansai td {
      border-color: #4DB060; }
    #home-shop table .kansai a {
      color: #4DB060; }
      #home-shop table .kansai a:hover {
        background-color: rgba(77, 176, 96, 0.1); }
  #home-shop h3 {
    font-size: 1.6em;
    font-weight: bold;
    margin: 1em 0; }
    @media only screen and (max-width: 640px) {
      #home-shop h3 {
        font-size: 1.33em; } }
    #home-shop h3:before {
      content: '';
      display: inline-block;
      width: 15px;
      height: 15px;
      background-color: #FC97B6;
      border-radius: 10px;
      margin-right: 10px; }
      @media only screen and (max-width: 640px) {
        #home-shop h3:before {
          width: 10px;
          height: 10px;
          margin-right: 5px; } }
  #home-shop .flex-box {
    max-width: 500px;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 960px) {
      #home-shop .flex-box {
        display: block; } }
    @media only screen and (max-width: 640px) {
      #home-shop .flex-box {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        max-width: 100%;
        width: 100%; } }
    #home-shop .flex-box li {
      margin-bottom: 1em; }
      @media only screen and (max-width: 640px) {
        #home-shop .flex-box li {
          width: 48% !important;
          text-align: center;
          margin-right: 0 !important; } }
      #home-shop .flex-box li:nth-child(1) {
        width: 190px;
        margin-right: 10px; }
      #home-shop .flex-box li:nth-child(2) {
        width: 295px; }
      #home-shop .flex-box li:nth-child(3) {
        width: 174px;
        margin-bottom: 0; }
  #home-shop .button-wrapper {
    margin-top: 1em; }
    @media only screen and (max-width: 640px) {
      #home-shop .button-wrapper {
        margin: 2em auto 3em; } }

#banner {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 1em 0; }
  #banner-wrapper {
    background-color: #fbfadd; }
  @media only screen and (max-width: 640px) {
    #banner {
      padding: 2em 0; } }
  #banner ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #banner ul li {
      max-width: 50%;
      padding: 2em; }
      @media only screen and (max-width: 640px) {
        #banner ul li {
          padding: 1em; } }
  .home2020 #banner ul li {
    max-width: 20%;
    padding: 1em; }
    @media only screen and (max-width: 640px) {
      .home2020 #banner ul li {
        max-width: 50%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お問い合わせ*/
#form {
  max-width: 960px;
  padding: 2em 0; }
  #form h2 {
    margin-bottom: 2em; }
    #form h2 span {
      font-size: 1.5em; }
  #form .form-content {
    margin: 0em auto 4em;
    width: 100%; }
    @media only screen and (max-width: 640px) {
      #form .form-content {
        margin-bottom: 2em; } }
    #form .form-content tr:nth-child(odd) th, #form .form-content tr:nth-child(odd) td {
      background: #f7f7f7; }
    #form .form-content th, #form .form-content td {
      vertical-align: top;
      padding: 1em 2em; }
      @media only screen and (max-width: 640px) {
        #form .form-content th, #form .form-content td {
          display: block;
          padding: 1em; } }
    #form .form-content th {
      width: 220px;
      text-align: center;
      font-weight: bold; }
      @media only screen and (max-width: 640px) {
        #form .form-content th {
          width: 100%;
          padding-bottom: 5px;
          text-align: left; } }
    #form .form-content td {
      width: calc(100% - 220px);
      padding-left: 0; }
      @media only screen and (max-width: 640px) {
        #form .form-content td {
          width: 100%;
          padding-top: 0;
          padding-left: 1em; } }
    #form .form-content input {
      border-radius: 0;
      box-shadow: none;
      border: 1px solid #ccc;
      color: #000 !important; }
    #form .form-content input[type='text'],
    #form .form-content input[type='tel'],
    #form .form-content input[type='email'],
    #form .form-content textarea {
      max-width: 300px;
      width: 100%;
      border: 1px solid #ccc;
      border-radius: 0;
      box-shadow: none;
      font-size: 1.2em;
      padding: 5px 10px; }
      @media only screen and (max-width: 640px) {
        #form .form-content input[type='text'],
        #form .form-content input[type='tel'],
        #form .form-content input[type='email'],
        #form .form-content textarea {
          font-size: 1em;
          padding: 5px;
          max-width: 100%; } }
    #form .form-content input[type='text'].number {
      width: 60px; }
    #form .form-content input[type="number"] {
      font-size: 1.2em; }
      @media only screen and (max-width: 640px) {
        #form .form-content input[type="number"] {
          font-size: 1em;
          margin-bottom: 0.5em; } }
      #form .form-content input[type="number"].year {
        width: 4em; }
    #form .form-content input[type="radio"] {
      vertical-align: 0.1em;
      margin-right: 10px; }
    #form .form-content textarea {
      max-width: 100%; }
    #form .form-content select {
      font-size: 1.2em;
      border-radius: 0;
      box-shadow: none; }
      @media only screen and (max-width: 640px) {
        #form .form-content select {
          font-size: 1em; } }
    #form .form-content label {
      border-radius: 0;
      border: none;
      padding: 3px;
      vertical-align: middle; }
      #form .form-content label.mfp_not_checked {
        border: none; }
      #form .form-content label.mfp_checked {
        border: none;
        background: none;
        box-shadow: none; }
    #form .form-content #datepicker,
    #form .form-content #from,
    #form .form-content #to {
      width: 206px; }
      @media only screen and (max-width: 640px) {
        #form .form-content #datepicker,
        #form .form-content #from,
        #form .form-content #to {
          width: 144px; } }
  #form .privacy_check {
    text-align: center;
    margin: 2em 0; }

.contact #page-title {
  background: none;
  text-align: center;
  position: relative; }
  .contact #page-title h1 {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    font-weight: bold; }
.contact button {
  border-radius: 0;
  padding: 1em;
  display: block;
  margin: 4em auto;
  text-shadow: none; }
  .contact button:after {
    content: '';
    background: none;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    width: 12px;
    height: 12px;
    transform: rotate(45deg); }
  .contact button:hover {
    opacity: .8; }
.contact .button-submit {
  background: #fbc721;
  color: #fff;
  margin-bottom: 2em; }
  .contact .button-submit:after {
    border-width: 1px 1px 0 0;
    transform: rotate(45deg); }
  .contact .button-submit:hover {
    opacity: .8; }
.contact .button-back {
  margin-top: 2em; }
  .contact .button-back:after {
    border: 1px solid #fbc721;
    border-width: 1px 0 0 1px;
    transform: rotate(-45deg); }

.confirmation #formWrap {
  margin: 4em auto;
  max-width: 960px;
  width: 90%; }
  .confirmation #formWrap p {
    margin-bottom: 2em; }
    @media only screen and (max-width: 640px) {
      .confirmation #formWrap p {
        text-align: left; } }
.confirmation table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse; }
  .confirmation table.formTable th, .confirmation table.formTable td {
    border: 1px solid #ccc;
    padding: 10px; }
    @media only screen and (max-width: 640px) {
      .confirmation table.formTable th, .confirmation table.formTable td {
        border: 1px solid #efefef;
        width: auto;
        display: block; } }
  .confirmation table.formTable th {
    width: 30%;
    font-weight: normal;
    background: #efefef;
    text-align: left; }
    @media only screen and (max-width: 640px) {
      .confirmation table.formTable th {
        width: 100%;
        border-bottom: 0; } }
@media only screen and (max-width: 640px) {
  .confirmation input[type="submit"], .confirmation input[type="reset"], .confirmation input[type="button"] {
    display: block;
    width: 100%;
    height: 40px; } }
.confirmation p.error_messe {
  margin: 5px 0;
  color: red; }

.complete #form {
  text-align: center; }
  .complete #form p {
    margin-bottom: 2em; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#goods01 {
  max-width: 1120px;
  width: 90%;
  margin: 2em auto 4em; }
  #goods01 .sp {
    display: none; }
  @media only screen and (max-width: 640px) {
    #goods01 .sp {
      display: block; }
    #goods01 .pc {
      display: none; } }
  #goods01 .flex-box {
    margin-top: 4em;
    flex-wrap: wrap; }
    @media only screen and (max-width: 640px) {
      #goods01 .flex-box {
        margin-top: 2em; } }
  #goods01 .image-list {
    margin: 5em auto 10em; }
    #goods01 .image-list .sp {
      display: none; }
    #goods01 .image-list img {
      width: 100%; }
    @media only screen and (max-width: 640px) {
      #goods01 .image-list {
        margin: 2.5em auto 5em; }
        #goods01 .image-list .pc {
          display: none; }
        #goods01 .image-list .sp {
          display: block; } }
  #goods01 .text-box {
    padding-left: 2em;
    width: 45%; }
    #goods01 .text-box p {
      font-size: 1.13em;
      text-align: center; }
      #goods01 .text-box p img {
        width: 100%; }
    #goods01 .text-box .text {
      padding: 2em 0; }
    @media only screen and (max-width: 640px) {
      #goods01 .text-box {
        margin-top: 2em;
        padding: 0;
        width: 100%; } }

.item-slider {
  margin-bottom: 5px; }
  .item-slider-wrapper {
    position: relative;
    width: 55%; }
    @media only screen and (max-width: 640px) {
      .item-slider-wrapper {
        width: 100%; } }
    .item-slider-wrapper .deco01 {
      position: absolute;
      top: 0;
      z-index: 10;
      width: 30%; }
    .item-slider-wrapper .deco02 {
      position: absolute;
      bottom: 25%;
      right: 0;
      width: 15%; }

.item-slider-thumbnail {
  margin-top: 2em; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.shop .lead {
  margin: 2em auto;
  text-align: center; }
  .shop .lead .sp {
    display: none; }
  @media only screen and (max-width: 640px) {
    .shop .lead {
      margin: 2em auto 0; }
      .shop .lead .sp {
        display: block; }
      .shop .lead .pc {
        display: none; } }
.shop #news {
  box-sizing: border-box;
  color: #000;
  max-width: 1000px;
  margin: 3em auto;
  text-align: center;
  width: 90%; }
  .shop #news h2 {
    font-size: 1.6em;
    font-weight: bold;
    padding: .25em; }
  .shop #news p {
    font-size: 1.16em;
    line-height: 1.75;
    padding: 0 1em 1em 1em;
    text-align: left; }
  .shop #news .date {
    padding: 1em 1em .5em;
    text-align: right; }
  @media only screen and (max-width: 640px) {
    .shop #news h2 {
      font-size: 1.5em; }
    .shop #news p {
      font-size: 1em;
      padding: 0 0.7 0.75em 0.7 0.75em 0.7 0.75em; }
    .shop #news .date {
      padding: .75em .75em .25em; } }

#shop01 {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto 0; }
  #shop01 .flex-box {
    justify-content: space-between;
    margin-top: 2em; }
    @media only screen and (max-width: 640px) {
      #shop01 .flex-box {
        flex-wrap: wrap; } }
    #shop01 .flex-box li {
      width: 32%; }
      @media only screen and (max-width: 640px) {
        #shop01 .flex-box li {
          width: 100%; } }
      #shop01 .flex-box li img {
        margin: 1em auto;
        width: 100%;
        height: auto; }
      #shop01 .flex-box li .logo {
        text-align: center; }
        #shop01 .flex-box li .logo img {
          width: auto;
          height: 70px; }
      #shop01 .flex-box li h3 {
        font-size: 1.16em;
        font-weight: bold;
        color: #754C24;
        margin-top: 1em;
        text-align: center; }
      #shop01 .flex-box li .text {
        margin-bottom: 4em; }
      #shop01 .flex-box li:nth-child(1) h3 {
        color: #FC97B6; }
      #shop01 .flex-box li:nth-child(3) h3 {
        color: #f95e81; }

#shop02 {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto; }
  #shop02 .sp {
    display: none; }
  @media only screen and (max-width: 640px) {
    #shop02 .sp {
      display: block; }
    #shop02 .pc {
      display: none; } }
  #shop02 section .section-title {
    margin-bottom: 2em; }
  #shop02 .area-link {
    background: #F7F7F7;
    margin-bottom: 2em;
    padding: 2em; }
    #shop02 .area-link a {
      color: #4D4D4D;
      font-weight: bold;
      text-decoration: none;
      padding: 1em 5px;
      display: inline-block; }
      #shop02 .area-link a:before {
        content: '';
        display: inline-block;
        width: 16px;
        height: 14px;
        background-image: url(../images/icon-08.svg);
        background-size: cover;
        background-repeat: no-repeat;
        vertical-align: middle; }
        @media only screen and (max-width: 640px) {
          #shop02 .area-link a:before {
            width: 14px;
            height: 12px; } }
  #shop02 .area-title {
    background-image: url(../images/bg.png);
    background-size: 8px 8px;
    background-repeat: repeat-x;
    background-position: bottom;
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
    padding: 0.5em 0.5em 1em 0;
    position: relative; }
    @media only screen and (max-width: 640px) {
      #shop02 .area-title {
        font-size: 1.333em; } }
  #shop02 .list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em; }
    #shop02 .list li {
      background-color: #F7F7F7;
      width: 48%;
      margin-bottom: 2em;
      padding: 2em; }
      @media only screen and (max-width: 640px) {
        #shop02 .list li {
          width: 100%; } }
    #shop02 .list .name {
      font-size: 1.6em;
      font-weight: bold;
      margin-bottom: 5px; }
      @media only screen and (max-width: 640px) {
        #shop02 .list .name {
          font-size: 1.333em; } }
      #shop02 .list .name:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 60px;
        height: 35px;
        background-image: url(../images/logo-01.jpg);
        background-size: 90% auto;
        background-position: center;
        background-repeat: no-repeat; }
        @media only screen and (max-width: 640px) {
          #shop02 .list .name:before {
            width: 40px;
            height: 25px; } }
      #shop02 .list .name.queens:before {
        background-image: url(../images/logo-02.jpg); }
      #shop02 .list .name.bunngu:before {
        background-image: url(../images/logo-03.jpg); }
      #shop02 .list .name.pastel_queens:before {
        width: 160px;
        height: 35px;
        background-image: url(../images/logo-04.png); }
    #shop02 .list .address {
      font-size: 0.86em; }
      @media only screen and (max-width: 640px) {
        #shop02 .list .address {
          font-size: 1em; } }
    #shop02 .list .button-map {
      display: block;
      width: 138px;
      height: 28px;
      background-image: url(../images/button-map.png);
      background-repeat: no-repeat;
      background-size: contain;
      float: right; }
      @media only screen and (max-width: 640px) {
        #shop02 .list .button-map {
          float: none;
          margin: 1em auto 0;
          width: 130px;
          height: 27px; } }
  #shop02 .nenmatsu {
    margin: 10px 0 20px; }
    #shop02 .nenmatsu table {
      background: #fff;
      font-size: 0.86em;
      width: 100%;
      border-radius: 3px;
      border: 1px solid #ffa1b8; }
    #shop02 .nenmatsu tr:first-child th, #shop02 .nenmatsu tr:first-child td {
      border: none; }
    #shop02 .nenmatsu tr:first-child th {
      background: #ffa1b8;
      text-align: center;
      color: #FFF; }
    #shop02 .nenmatsu th, #shop02 .nenmatsu td {
      padding: 5px;
      width: 50%;
      text-align: center;
      border-top: 1px solid #efefef; }
  #shop02 dl {
    border: 1px solid #ffa1b8;
    font-size: 0.95em;
    margin: 10px 0;
    text-align: center; }
    #shop02 dl dt {
      background: #ffa1b8;
      color: #fff;
      padding: .25em; }
    #shop02 dl dd {
      padding: .5em 0; }

.shop #shop-info {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto 4em; }
  .shop #shop-info .sp {
    display: none; }
  @media only screen and (max-width: 640px) {
    .shop #shop-info .sp {
      display: block; }
    .shop #shop-info .pc {
      display: none; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#company01 {
  max-width: 1120px;
  margin: auto;
  padding: 3em 0;
  text-align: center; }
  @media only screen and (max-width: 640px) {
    #company01 {
      padding: 0; } }
  #company01-wrapper {
    background: url(../images/company-idea_bg.jpg) no-repeat left center/cover; }
    @media only screen and (max-width: 640px) {
      #company01-wrapper {
        background: none; } }
    #company01-wrapper .sp {
      display: none; }
    @media only screen and (max-width: 640px) {
      #company01-wrapper .sp {
        display: block; }
      #company01-wrapper .pc {
        display: none; } }
  #company01 img {
    width: 75%; }
    @media only screen and (max-width: 640px) {
      #company01 img {
        width: 100%; } }

#company02-wrapper .sp {
  display: none; }
@media only screen and (max-width: 640px) {
  #company02-wrapper .sp {
    display: block; }
  #company02-wrapper .pc {
    display: none; } }
#company02 .table {
  margin: 4em auto; }
  @media only screen and (max-width: 640px) {
    #company02 .table {
      margin: 2em auto; } }
  #company02 .table th {
    padding: 1em 10%;
    width: 31%; }
    @media only screen and (max-width: 640px) {
      #company02 .table th {
        padding: 1em;
        width: 100%; } }

#company03-wrapper .sp {
  display: none; }
@media only screen and (max-width: 640px) {
  #company03-wrapper .sp {
    display: block; }
  #company03-wrapper .pc {
    display: none; } }
#company03 .table {
  margin: 4em auto; }
  @media only screen and (max-width: 640px) {
    #company03 .table {
      margin: 2em auto; } }
#company03 table tr:last-child td {
  text-align: right; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#recruit01 .flex-box {
  margin: 2em auto;
  justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    #recruit01 .flex-box {
      display: block; } }
  #recruit01 .flex-box .image-box {
    width: 45%; }
    @media only screen and (max-width: 640px) {
      #recruit01 .flex-box .image-box {
        width: 100%; } }
  #recruit01 .flex-box .text {
    width: 50%; }
    #recruit01 .flex-box .text p {
      margin: 2em auto;
      text-align: center; }
    @media only screen and (max-width: 640px) {
      #recruit01 .flex-box .text {
        margin: 2em auto;
        width: 100%; } }
    #recruit01 .flex-box .text .btn a {
      background: #4cb05f;
      color: #fff;
      display: block;
      margin: auto;
      padding: 10px 0;
      position: relative;
      text-align: center;
      text-decoration: none;
      width: 270px; }
      #recruit01 .flex-box .text .btn a::after {
        content: '';
        position: absolute;
        margin: auto;
        top: 0;
        bottom: 0;
        right: 5%;
        border: 1px solid #fff;
        border-width: 1px 1px 0 0;
        width: 8px;
        height: 8px;
        transform: rotate(45deg); }
  #recruit01 .flex-box .lead {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5; }
    @media only screen and (max-width: 640px) {
      #recruit01 .flex-box .lead {
        padding-top: 1em;
        font-size: 1em;
        line-height: 2;
        width: 100%; } }

#recruit02-wrapper .sp {
  display: none; }
@media only screen and (max-width: 640px) {
  #recruit02-wrapper .sp {
    display: block; }
  #recruit02-wrapper .pc {
    display: none; } }
#recruit02 h3 {
  color: #4db060;
  font-size: 1.35em;
  font-weight: bold;
  margin-bottom: 1em; }
  #recruit02 h3::before {
    content: "■";
    font-size: 1.8em;
    vertical-align: sub; }
#recruit02 .job-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 4em auto; }
  @media only screen and (max-width: 640px) {
    #recruit02 .job-list {
      margin: 2em auto; } }
  #recruit02 .job-list li {
    width: 47%;
    font-size: 0.9333em;
    margin-bottom: 2em; }
    @media only screen and (max-width: 640px) {
      #recruit02 .job-list li {
        width: 100%; } }
#recruit02 .table {
  margin: 4em auto; }
  @media only screen and (max-width: 640px) {
    #recruit02 .table {
      margin: 2em auto; } }
#recruit02 table {
  width: 100%; }
  #recruit02 table a {
    color: #4db060; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
.privacy {
  border: 1px solid #000; }
  .privacy .privacy-box {
    margin: 2em;
    height: calc(190px - 2em);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    @media only screen and (max-width: 640px) {
      .privacy .privacy-box {
        margin: 1em; } }
    .privacy .privacy-box h3 {
      font-size: 1.2em;
      font-weight: bold; }
    .privacy .privacy-box h4 {
      font-weight: bold; }
    .privacy .privacy-box p {
      margin-bottom: 1em; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../images/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider {
  display: none; }
  .slider * {
    box-sizing: border-box;
    line-height: 0; }
  .slider.slick-slider {
    display: block; }
  .slider .slick-track .slick-slide a:hover {
    opacity: .8; }
  .slider .slick-track .slick-slide img {
    width: 100%;
    height: auto;
    margin: auto;
    vertical-align: middle;
    display: block; }
  .slider .slick-arrow {
    z-index: 9;
    width: 26px;
    height: 39px;
    margin: auto;
    top: 0;
    bottom: 0;
    transform: none; }
    .slider .slick-arrow:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-image: url(../images/slider-arrow.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      opacity: 1; }
      @media only screen and (max-width: 960px) {
        .slider .slick-arrow:before {
          width: 70%; } }
      @media only screen and (max-width: 640px) {
        .slider .slick-arrow:before {
          width: 60%; } }
    .slider .slick-arrow:hover {
      opacity: 0.8; }
    .slider .slick-arrow.slick-prev {
      left: 10px;
      transform: rotate(180deg); }
      @media only screen and (max-width: 640px) {
        .slider .slick-arrow.slick-prev {
          left: 0; } }
    .slider .slick-arrow.slick-next {
      right: 10px; }
      @media only screen and (max-width: 640px) {
        .slider .slick-arrow.slick-next {
          right: 0; } }
  .slider .slick-dots {
    bottom: 20px; }
    .slider .slick-dots li {
      width: 15px;
      height: 15px; }
      .slider .slick-dots li button {
        width: 15px;
        height: 15px;
        background: #fff;
        border: 1px solid #FC97B6;
        border-radius: 50%; }
        .slider .slick-dots li button:before {
          content: none; }
      .slider .slick-dots li.slick-active button {
        background: #FC97B6; }
  .slider.slick-dotted {
    margin-bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サブページヒーロー */
#page-title {
  background-size: 1120px auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  padding-top: 220px; }
  @media only screen and (max-width: 960px) {
    #page-title {
      padding-top: 25%;
      background-size: cover !important; } }
  @media only screen and (max-width: 640px) {
    #page-title {
      padding-top: 30%; } }
  .goods #page-title {
    background-image: url(../images/page-title-01.jpg);
    background-color: #fce6cf; }
  .shop #page-title {
    background-image: url(../images/page-title-02.jpg);
    background-color: #ebe4f1; }
  .company #page-title {
    background-image: url(../images/page-title-03.jpg);
    background-color: #d7ebf8; }
  .recruit #page-title {
    background-image: url(../images/page-title-04.jpg);
    background-color: #daedde; }
  .contact #page-title {
    background-image: url(../images/page-title-05.jpg);
    background-color: #fff3d0; }
