@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&display=swap");
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}

/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.ml-1em {
  margin-left: 1em;
}

.ml-1em-imp {
  margin-left: 1em !important;
}

.mr-1em {
  margin-right: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.ml-2em {
  margin-left: 2em;
}

.ml-2em-imp {
  margin-left: 2em !important;
}

.mr-2em {
  margin-right: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.ml-3em {
  margin-left: 3em;
}

.mr-3em {
  margin-right: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.ml-4em {
  margin-left: 4em;
}

.mr-4em {
  margin-right: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mb-5em {
  margin-bottom: 5em;
}

.ml-5em {
  margin-left: 5em;
}

.mr-5em {
  margin-right: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.ml-6em {
  margin-left: 6em;
}

.mr-6em {
  margin-right: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

.ml-7em {
  margin-left: 7em;
}

.mr-7em {
  margin-right: 7em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pl-1em {
  padding-left: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* text -------------*/
.txt-lead {
  display: table;
  margin: 0 auto 2em;
  font-size: 110%;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.txt-lead:last-child {
  margin-bottom: 0;
}

/* ff */
.txt-min {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
}

.txt-en {
  font-family: "Roboto", arial, sans-serif;
}

/* */
.text-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 80%;
}

/* font color */
.txt-org {
  color: #da8a37;
}

.txt-blk {
  color: #000;
}

.txt-gly {
  color: #adadad;
}

/* font size */
.txt-xsmall {
  font-size: 56.25%;
}

.txt-small {
  font-size: 75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 125%;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: .5em;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/*------------------------------
BASE
-------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Roboto", arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #4d4d4d;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.5rem;
  }
}

[lang="en"] {
  font-family: "Roboto", arial, sans-serif;
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

*:focus {
  outline: 0;
}

a {
  color: #4d4d4d;
}

a:hover {
  color: #8d8d8d;
}

dl {
  margin: 0;
  padding: 0;
}

dt {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0;
  padding: 0;
}

dd + dd {
  margin-bottom: 1em;
}

figure {
  margin: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

/* for-sp */
/* form ------*/
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"] {
  border: 1px #ecebe8 solid;
  padding: 10px;
  width: 100%;
  background-color: #fff;
  font-size: 87.5%;
}

input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
  color: #aaa;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder {
  color: #aaa;
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder {
  color: #aaa;
}

input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder {
  color: #aaa;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder {
  color: #aaa;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus {
  border-color: #e0e0e0;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0;
  box-shadow: 0 0 0 1px #e0e0e0;
}

select {
  position: relative;
  width: 100%;
  padding: 10px 30px 10px 10px;
  background-color: #fff;
  border: 1px #ecebe8 solid;
  font-size: 87.5%;
  cursor: pointer;
}

select:focus {
  border-color: #e0e0e0;
  -webkit-box-shadow: 0 0 0 1px #e0e0e0;
  box-shadow: 0 0 0 1px #e0e0e0;
}

.select-wrapp {
  position: relative;
}

.select-wrapp:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: .4em;
  height: .4em;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.input_group {
  position: relative;
  margin-bottom: 15px;
}

.input-group-inline {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
}

.input-group-inline .select-wrapp {
  display: inline-block;
}

.input-label {
  display: block;
  margin-bottom: 5px;
  font-size: 81.25%;
}

.form-and {
  display: inline-block;
  margin: 0 0.5em;
}

/* for-sp */
@media screen and (max-width: 750px) {
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="tel"] {
    font-size: 1.6rem;
  }
  select {
    font-size: 1.6rem;
  }
}

button.submit-search {
  display: table;
  width: 80%;
  max-width: 230px;
  padding: 0.6em 30px;
  border-radius: 5px;
  background: #4d4d4d;
  font-size: 87.5%;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
}

button.submit-search:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 20px;
  height: 20px;
  margin-right: 0.7em;
  background: url("../img/icon_search_wht.png") no-repeat left center;
  background-size: 100% 100%;
}

/* btn -------------*/
.btn {
  display: table;
  font-size: 87.5%;
}

.btn a {
  position: relative;
  display: block;
  text-decoration: none;
}

.btn.btn-center {
  margin-left: auto;
  margin-right: auto;
}

.btn.btn-basic {
  width: 80%;
  max-width: 230px;
}

.btn.btn-basic i {
  position: relative;
  display: inline-block;
  width: 1.6em;
  vertical-align: middle;
  margin-right: 8px;
}

.btn.btn-basic i img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}

.btn.btn-basic a {
  position: relative;
  padding: 0.9em 30px;
  border-radius: 5px;
  background: #4d4d4d;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
}

.btn.btn-basic a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: .6em;
  height: .6em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn.btn-basic a:hover {
  background-color: #777;
}

.btn-wide-dot {
  width: 100%;
  margin: 2em auto;
}

.btn-wide-dot a {
  position: relative;
  padding: 1.3em 30px;
  border-radius: 100px;
  background: #f3f4ee url("../img/bg_dot.png");
  color: #808080;
  letter-spacing: 0.04em;
  text-align: center;
}

.btn-wide-dot a:after {
  content: '>';
  display: inline-block;
  margin-left: 1em;
}

.btn-wide-dot a:hover {
  background-color: #ebefd9;
}

.btn-border-org {
  width: 100%;
}

.btn-border-org a {
  display: table;
  padding: 0.9em 40px 0.9em 30px;
  border-radius: 5px;
  border: 2px solid #ed6751;
  background: #f6f7f3;
  color: #ed6751;
  letter-spacing: 0.04em;
  text-align: center;
}

.btn-border-org a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: .6em;
  height: .6em;
  border-right: 2px solid #ed6751;
  border-bottom: 2px solid #ed6751;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-border-org a:hover {
  background-color: #f7e3df;
}

.btn-download {
  width: 100%;
}

.btn-download a {
  display: table;
  padding: 0.9em 30px;
  border-radius: 5px;
  border: 2px solid #ed6751;
  background: #f6f7f3;
  color: #ed6751;
  letter-spacing: 0.04em;
  text-align: center;
}

.btn-download a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  margin-left: 1em;
  background: url("../img/icon_download.png") no-repeat;
  background-size: 100% auto;
}

.btn-download a:hover {
  background-color: #f7e3df;
}

/* layout -----------*/
.sc-inner {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}

/* flex */
.flex-col2 {
  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;
}

.flex-col2 .col {
  position: relative;
  width: 47%;
}

/* for-sp */
@media screen and (max-width: 750px) {
  .flex-col2.responsive {
    display: block;
  }
  .flex-col2.responsive .col {
    width: 100%;
    margin-bottom: 20%;
  }
}

/*------------------
wrapper
-------------------*/
.sc-wrap {
  position: relative;
  width: 100%;
  min-height: 100%;
  border: 7px solid #efeeec;
  border-top: 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

/*------------------
header
-------------------*/
.sc-header {
  position: relative;
  border-top: 7px solid #efeeec;
}

.sc-header-inner {
  position: relative;
  width: 94%;
  margin: auto;
  padding: 60px 0 0;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sc-header-inner:after {
  content: "";
  display: table;
  clear: both;
}

.sc-header-logo {
  float: left;
  margin-left: 0px;
  margin-top: -25px;
  line-height: 0;
}

.sc-header-logo a {
  display: block;
}

.sc-header-logo img {
  width: 300px;
  height: auto;
}

.sc-header-1 {
  position: relative;
  float: right;
  /*display: table;*/
  width: calc(100% - 240px);
  max-width: 780px;
  margin: auto;
}

.sc-header-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 518px;
}

@media screen and (max-width: 750px) {
  .sc-header-inner {
    width: 100%;
    height: 110px;
    padding: 0;
  }
  .sc-header-logo {
    float: none;
    position: absolute;
    top: 15px;
    left: 20px;
    width: 270px;
    margin-top: 5px;
    margin-left: 0;
  }
  .sc-header-container {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    min-width: 310px;
    height: 100%;
    padding: 50px 20px;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 50;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sc-header-1 {
    float: none;
    display: block;
    width: auto;
  }
  .sc-header-2 {
    position: relative;
    width: auto;
    margin: 40px auto;
  }
}

/* gNav */
#gNav {
  padding-right: 60px;
}

#gNav ul {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-right: 1px solid #c6c6c6;
}

#gNav li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 20%;
  border-left: 1px solid #c6c6c6;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
}

#gNav li:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 28px;
  background: #fff;
}

#gNav li:last-child:after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 28px;
  background: #fff;
}

#gNav i {
  display: block;
  line-height: 0;
}

#gNav img {
  width: 35px;
  margin: 0 auto 5px;
}

#gNav img + img {
  display: none;
}

#gNav .gNav-title {
  display: table;
  margin: auto;
}

#gNav a {
  position: relative;
  display: block;
  padding: 0 5px 28px;
  color: #000;
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

#gNav a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 4px;
  opacity: 0;
  background: #ed6751;
  -webkit-transition: opacity .2s ease-out, width .2s ease-out;
  transition: opacity .2s ease-out, width .2s ease-out;
}

#gNav a.active,
#gNav a:hover {
  color: #ed6751;
}

#gNav a.active img:first-child,
#gNav a:hover img:first-child {
  display: none;
}

#gNav a.active img + img,
#gNav a:hover img + img {
  display: block;
}

#gNav a.active:after,
#gNav a:hover:after {
  width: 100%;
  opacity: 1;
}


/* gNav2 */
#gNav2 {
  padding-right: 60px;
}

#gNav2 ul {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  border-right: 1px solid #c6c6c6;
}

#gNav2 li {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 16.5%;
  border-left: 1px solid #c6c6c6;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
}

#gNav2 li:before {
  content: '';
  display: block;
  position: absolute;
  left: -1px;
  bottom: 0;
  width: 1px;
  height: 28px;
  background: #fff;
}

#gNav2 li:last-child:after {
  content: '';
  display: block;
  position: absolute;
  right: -1px;
  bottom: 0;
  width: 1px;
  height: 28px;
  background: #fff;
}

#gNav2 i {
  display: block;
  line-height: 0;
}

#gNav2 img {
  width: 35px;
  margin: 0 auto 5px;
}

#gNav2 img + img {
  display: none;
}

#gNav2 .gNav2-title {
  display: table;
  margin: auto;
}

#gNav2 a {
  position: relative;
  display: block;
  padding: 0 5px 28px;
  color: #000;
  text-decoration: none;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}

#gNav2 a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50%;
  height: 4px;
  opacity: 0;
  background: #ed6751;
  -webkit-transition: opacity .2s ease-out, width .2s ease-out;
  transition: opacity .2s ease-out, width .2s ease-out;
}

#gNav2 a.active,
#gNav2 a:hover {
  color: #ed6751;
}

#gNav2 a.active img:first-child,
#gNav2 a:hover img:first-child {
  display: none;
}

#gNav2 a.active img + img,
#gNav2 a:hover img + img {
  display: block;
}

#gNav2 a.active:after,
#gNav2 a:hover:after {
  width: 100%;
  opacity: 1;
}


.sc-header-search-toggle {
  position: absolute;
  right: 0;
  bottom: 35px;
  padding: 0;
  cursor: pointer;
}

.sc-header-search-toggle img {
  margin: 0 0 0 auto;
}

.sc-header-search-toggle img:last-child {
  display: none;
}

.sc-header-search-toggle.open img:first-child {
  display: none;
}

.sc-header-search-toggle.open img:last-child {
  display: block;
}

.sc-header-search-toggle:hover {
  opacity: .7;
}

@media screen and (max-width: 1000px) {
  #gNav li {
    font-size: 1vw;
  }
}

@media screen and (max-width: 750px) {
  #gNav {
    display: block;
    padding: 0;
  }
  #gNav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
  }
  #gNav li {
    display: block;
    width: 33.33%;
    /*max-width: 100px;*/
    margin: 10px 0;
    font-size: 1rem;
  }
  #gNav li:before {
    height: 12px;
  }
  #gNav li:nth-child(3n),
  #gNav li:last-child {
    border-right: 1px solid #c6c6c6;
  }
  #gNav li:nth-child(3n):after,
  #gNav li:last-child:after {
    height: 12px;
  }
  #gNav a {
    padding-bottom: 12px;
  }
  .sc-header-search-toggle {
    top: 10px;
    right: 70px;
  }
}

@media screen and (max-width: 1000px) {
  #gNav2 li {
    font-size: 1vw;
  }
}

@media screen and (max-width: 750px) {
  #gNav2 {
    display: block;
    padding: 0;
  }
  #gNav2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
  }
  #gNav2 li {
    display: block;
    width: 33.33%;
    /*max-width: 100px;*/
    margin: 10px 0;
    font-size: 1rem;
  }
  #gNav2 li:before {
    height: 12px;
  }
  #gNav2 li:nth-child(3n),
  #gNav2 li:last-child {
    border-right: 1px solid #c6c6c6;
  }
  #gNav2 li:nth-child(3n):after,
  #gNav2 li:last-child:after {
    height: 12px;
  }
  #gNav2 a {
    padding-bottom: 12px;
  }
}
/* submenu */
.sc-hsub-submenu {
  list-style: none;
  display: table;
  width: 377px;
  margin: auto;
  padding: 0;
  background: #da8a37;
  color: #fff;
}

.sc-hsub-submenu li {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  /*width: 94%;*/
}

.sc-hsub-submenu a {
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}

.sc-hsub-submenu .submenu-btn {
  position: relative;
  padding: 8px 25px 8px 28px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #da8a37;
  color: #fff;
}

.sc-hsub-submenu .submenu-btn i:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.sc-hsub-submenu .submenu-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: .5em;
  height: .5em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sc-hsub-submenu li:nth-child(1) .submenu-btn i:before {
  background-image: url("../img/icon_wht_businesshours.png");
}

.sc-hsub-submenu li:nth-child(2) .submenu-btn i:before {
  background-image: url("../img/icon_wht_access.png");
}

.sc-hsub-submenu li:nth-child(3) .submenu-btn i:before {
  background-image: url("../img/icon_wht_info.png");
}

.sc-hsub-submenu li > .submenu-btn:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sc-hsub-submenu a:hover .submenu-btn,
.sc-hsub-submenu .submenu-btn.open,
.sc-hsub-submenu .submenu-btn:hover {
  cursor: pointer;
  background: #e56838;
}

.sc-hsub-submenu .submenu-btn.open {
  border-bottom-color: #e56838;
}

.sc-hsub-submenu li > .submenu-btn.open:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* 営業時間 */
.sc-hsub-container {
  position: absolute;
  width: 90%;
  overflow: hidden;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sc-hsub-container-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px;
  border: 6px solid #e56838;
  background: #efeeec;
  color: #4d4d4d;
}

.sc-hsub-container-inner .hsub-head {
  width: 34%;
}

.sc-hsub-container-inner .hsub-body {
  width: 66%;
  padding-left: 25px;
  font-size: 1.2rem;
}

.sc-hsub-container-inner .hsub-body p {
  margin-bottom: .8em;
}

.sc-hsub-container-inner .hsub-body p:last-child {
  margin-bottom: 0;
}

.sc-hsub-container.open {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

/* 店舗 */
.sc-hsub-store {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 138px;
  height: 100%;
  padding-top: 50px;
  background: #7b7978;
  border-radius: 0 0 3px 3px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.sc-hsub-store .storemenu-btn {
  position: relative;
  padding: 0 30px;
  border-radius: 0 0 3px 3px;
  background: #7b7978;
  text-align: center;
  letter-spacing: 0.05em;
}

.sc-hsub-store .storemenu-btn:before {
  content: '';
  display: inline-block;
  position: relative;
  vertical-align: middle;
  top: -3px;
  margin: auto 15px 0 0;
  width: 35px;
  height: 35px;
  background: url("../img/icon_wht_store.png") no-repeat;
  background-size: contain;
}

.sc-hsub-store .storemenu-btn:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: .5em;
  height: .5em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: translateY(-40%) rotate(45deg);
  transform: translateY(-40%) rotate(45deg);
}

.sc-hsub-store .submenu-store-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #fff;
  border-radius: 3px;
  overflow: hidden;
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sc-hsub-store .submenu-store-list li {
  margin: auto;
  border-top: 1px solid #fff;
}

.sc-hsub-store .submenu-store-list li span {
  display: inline-block;
}

.sc-hsub-store .submenu-store-list li:first-child {
  border: 0;
}

.sc-hsub-store .submenu-store-list a {
  position: relative;
  display: block;
  padding: 10px 20px 10px 10px;
  background: #4d4d4d;
  color: #fff;
  text-decoration: none;
}

.sc-hsub-store .submenu-store-list a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: .5em;
  height: .5em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sc-hsub-store .submenu-store-list a:hover {
  background: #7b7978;
}

.sc-hsub-store .submenu-store-list.open {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.sc-hsub-store:hover, .sc-hsub-store.open {
  background-color: #4d4d4d;
}

.sc-hsub-store:hover .storemenu-btn, .sc-hsub-store.open .storemenu-btn {
  background: #4d4d4d;
}

.sc-hsub-store.open .storemenu-btn:after {
  -webkit-transform: translateY(-40%) rotate(-135deg);
  transform: translateY(-40%) rotate(-135deg);
}

@media screen and (max-width: 750px) {
  .sc-hsub-submenu {
    display: block;
    width: auto;
    background: none;
  }
  .sc-hsub-submenu li {
    display: block;
    border-right: 0;
  }
  .sc-hsub-submenu li > .submenu-btn {
    display: none;
  }
  .sc-hsub-container {
    position: relative;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sc-hsub-container-inner {
    display: block;
    padding: 10px;
    border-width: 2px;
  }
  .sc-hsub-container-inner .hsub-head {
    margin: auto auto 10px;
  }
  .sc-hsub-container-inner .hsub-body {
    width: auto;
    padding: 0;
  }
  .sc-hsub-store {
    position: relative;
    width: auto;
    margin: 20px auto;
    padding-top: 0;
    border: 0;
  }
  .sc-hsub-store .storemenu-btn {
    padding-top: 5px;
    border-radius: 3px;
  }
  .sc-hsub-store .storemenu-btn:after {
    display: none;
  }
  .sc-hsub-store .submenu-store-list {
    visibility: visible;
    opacity: 1;
    height: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .sc-hsub-store:hover .storemenu-btn, .sc-hsub-store.open .storemenu-btn {
    background: #7b7978;
  }
}

/* 検索 */
.sc-header-search {
  position: absolute;
  width: 100%;
  padding: 4em 20px;
  background: rgba(236, 235, 232, 0.97);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.sc-header-search:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 3%;
  width: 52px;
  max-width: 100px;
  height: 26px;
  background: url("../img/header_search_fukidashi.png") no-repeat center top;
  background-size: contain;
  -webkit-transform: translate(15%, -90%);
  transform: translate(15%, -90%);
}

.sc-header-search .search-title {
  margin: auto auto 2.5em;
  text-align: center;
  max-width: 400px;
  line-height: 0;
}

.sc-header-search .search-form {
  display: table;
  margin: 1em auto;
}

.sc-header-search .submit-search {
  margin: 20px auto 0;
}

.sc-header-search.open {
  visibility: visible;
  opacity: 1;
  height: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

@media screen and (max-width: 750px) {
  .sc-header-search {
    padding: 2em 20px;
  }
  .sc-header-search:before {
    right: 63px;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  .sc-header-search .search-form {
    width: 80%;
  }
  .sc-header-search .input-group-inline {
    display: block;
    margin-bottom: 5px;
  }
  .sc-header-search .input-group-inline .select-wrapp {
    display: block;
  }
  .sc-header-search .input-group-inline .select-wrapp select {
    width: 100%;
  }
  .sc-header-search .form-and {
    display: block;
    text-align: center;
  }
}

/* スマホ　*/
#hbtn_menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: none;
}

#hbtn_menu:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #4d4d4d;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

#hbtn_menu:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #4d4d4d;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
}

#hbtn_menu span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #4d4d4d;
}

#hbtn_menu_colose {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  z-index: 60;
  display: none;
}

#hbtn_menu_colose:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #4d4d4d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hbtn_menu_colose:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 25px;
  height: 2px;
  background: #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#bg_over {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(100, 100, 100, 0.9);
}

/* for-sp */
@media screen and (max-width: 750px) {
  #hbtn_menu {
    display: block;
  }
  #hbtn_menu_colose {
    display: block;
  }
}

body.is_open #bg_over {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

body.is_open .sc-header-container {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

/*------------------
footer
-------------------*/
#sc-footer {
  position: relative;
}

.sc-footer-1 {
  position: relative;
  padding: 3em 0;
  background: #efeeec;
}

.sc-footer-1 .footer-banner {
  list-style: none;
  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;
  margin: 0 -25px;
  padding: 0;
}

.sc-footer-1 .footer-banner li {
  width: 33.33%;
  padding: 15px 25px;
}

/* for-sp */
@media screen and (max-width: 750px) {
  .sc-footer-1 .footer-banner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
  }
  .sc-footer-1 .footer-banner li {
    width: 48%;
    margin: 2% 0;
    padding: 0;
  }
}

.sc-footer-2 {
  position: relative;
  padding: 3em 0;
  background: #fff;
}

.sc-footer-2:after {
  content: "";
  display: table;
  clear: both;
}

.sc-footer-2 .sc-inner {
  display: table;
}

.sc-footer-2 .sc-footer-logo {
  display: table-cell;
  vertical-align: top;
  width: 30%;
}

.sc-footer-2 .sc-footer-logo img {
  max-width: 150px;
}

.sc-footer-2 .sc-footer-nav {
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  font-size: 75%;
  letter-spacing: 0.02em;
}

.sc-footer-2 .sc-footer-nav ul {
  display: table;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  text-align: right;
}

.sc-footer-2 .sc-footer-nav li {
  display: inline-block;
  margin: 0 0 0 1.5em;
}

.sc-footer-2 .sc-footer-nav a {
  color: #808080;
  text-decoration: none;
}

.sc-footer-2 .sc-footer-nav a:hover {
  content: #ccc;
  text-decoration: underline;
}

/* for-sp */
@media screen and (max-width: 750px) {
  .sc-footer-2 {
    padding-bottom: 1em;
  }
  .sc-footer-2 .sc-footer-logo {
    width: 20%;
  }
  .sc-footer-2 .sc-footer-nav ul {
    text-align: left;
  }
  .sc-footer-2 .sc-footer-nav li {
    display: block;
    margin: 0.8em auto 0;
  }
}

.sc-footer-3 {
  padding: 0 0 1.5em;
  background: #fff;
}

.sc-footer-3:after {
  content: "";
  display: table;
  clear: both;
}

.sc-copyright {
  display: table;
  margin: 5px auto;
  color: #adadad;
  font-size: 1.1rem;
  line-height: 1.5;
}

/* 上に戻るボタン ---------------*/
#sc-gotoTop {
  position: absolute;
  top: 100%;
  right: 30px;
}

#sc-gotoTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #f4dec6;
}

#sc-gotoTop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: scaleX(0.8) rotate(-45deg);
  transform: scaleX(0.8) rotate(-45deg);
}

#sc-gotoTop a:hover {
  opacity: .7;
}

@media screen and (max-width: 640px) {
  #sc-gotoTop {
    top: 20px;
    right: 5%;
  }
  #sc-gotoTop a {
    width: 40px;
    height: 40px;
  }
  #sc-gotoTop a:after {
    width: 10px;
    height: 10px;
  }
}

/*------------------
main
-------------------*/
#sc-main {
  position: relative;
  margin: auto;
  z-index: 0;
}

/*---------------------------------------
下層コンテンツ　レイアウト
-----------------------------------------*/
/* パンくず　----*/
.sc-contentstop {
  background: #f3f4ee url("../img/bg_dot.png");
}

.sc-breadcrumblist {
  width: 94%;
  max-width: 1120px;
  margin: auto;
  padding: 13px 0;
}

.sc-breadcrumblist ul {
  list-style: none;
  margin: auto;
  padding: 0;
  font-size: 1.0rem;
}

.sc-breadcrumblist li {
  display: inline-block;
  color: #aaa;
}

.sc-breadcrumblist li:after {
  content: '>';
  margin: 0 0.5em;
}

.sc-breadcrumblist li:last-child:after {
  display: none;
}

.sc-breadcrumblist a {
  color: #7b7978;
  text-decoration: none;
}

.sc-breadcrumblist a:hover {
  color: #aaa;
  text-decoration: underline;
}

/* コンテンツ枠 ----------*/
.sc-contents {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 5em 0 0;
  overflow: hidden;
}

.sc-contents.wide {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  .sc-contents {
    padding: 3em 0 0;
  }
}

/* 記事 */
.sc-article {
  padding-bottom: 6em;
}

@media screen and (max-width: 750px) {
  .sc-article {
    padding-bottom: 4em;
  }
}

/*------------------------------------------------------------------------
コンテンツ共通パーツ
-------------------------------------------------------------------------*/
/* Slick */
.slick-slider {
  padding-bottom: 20px;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-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.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  content: '';
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.slick-prev {
  left: 10px;
  z-index: 1;
}

.slick-prev:before {
  border-left: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-next {
  right: 10px;
  z-index: 1;
}

.slick-next:before {
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-dots {
  position: absolute;
  list-style: none;
  bottom: -40px;
  display: block;
  text-align: center;
  padding: 0;
  margin: auto;
  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 {
  background: #da8a37;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #da8a37;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
  background: #da8a37;
}

/* 見出し */
.sec-head {
  position: relative;
  margin: 4em auto 1em;
  padding: 0 10px;
}

.sec-head:first-child {
  margin-top: 0;
}

.sec-head-title {
  margin: auto auto 20px;
  color: #000;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.sec-head-title.sec-head-title-img {
  max-width: 450px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
}

.sec-head-title.sec-head-title-img.sec-head-title-img-w400 {
  max-width: 400px;
}

.sec-head-sub {
  display: table;
  margin: auto;
  font-size: 75%;
  text-align: center;
}

.sec-head-title-line {
  display: table;
  margin: auto auto 20px;
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 143.75%;
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .sec-head-title-line {
    font-size: 110%;
  }
}

/* ページヘッダー */
.sec-head.page-head {
  max-width: 1000px;
  margin-bottom: 3em;
}

/* マップ */
.map-container {
  position: relative;
  max-width: 100%;
  margin: auto;
}

.map-container .map-container-inner {
  position: relative;
  padding-bottom: 50%;
  background: #fff;
}

.map-container .map-container-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .map-container .map-container-inner {
    padding-bottom: 70%;
  }
}

/* レイアウト：画像+テキスト横並び */
.databox-pictext {
  position: relative;
  display: table;
  margin: 2em auto;
  padding: 3%;
  width: 100%;
  background: #f3f4ee;
}

.databox-pictext .pic {
  display: table-cell;
  vertical-align: middle;
  width: 33%;
}

.databox-pictext .pic img {
  width: 100%;
}

.databox-pictext .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
  font-size: 87.5%;
}

.databox-pictext .sec-head-title {
  margin-left: 0;
}

.databox-pictext table {
  width: 100%;
}

.databox-pictext th {
  text-align: left;
  vertical-align: top;
  width: 5em;
  padding: .5em .5em .5em 0;
  color: #868686;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.databox-pictext td {
  vertical-align: top;
  padding: .5em 0;
  color: #000;
}

@media screen and (max-width: 750px) {
  .databox-pictext {
    display: block;
    margin: 1em auto;
  }
  .databox-pictext .pic {
    display: block;
    width: auto;
  }
  .databox-pictext .text {
    display: block;
    width: auto;
    padding: 15px 0 0;
  }
}

.databox-1cell {
  text-align:center;
  display: table;
  margin: 2em auto;
  padding: 3%;
  width: 100%;
  background: #f3f4ee;
}

/* レイアウト：画像+テキスト横並び */
.databox-2cell {
  position: relative;
  display: table;
  margin: 2em auto;
  padding: 3%;
  width: 100%;
  background: #f3f4ee;
}

.databox-2cell .text {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  font-size: 87.5%;
}

.databox-2cell .text img {
  width: 100%;
}

.databox-2cell .text:first-child {
  padding-right: 3%;
}

.databox-2cell .text:last-child {
  padding-left: 3%;
}

@media screen and (max-width: 750px) {
  .databox-2cell {
    display: block;
    margin: 1em auto;
  }
  .databox-2cell .text {
    display: block;
    width: auto;
  }
  .databox-2cell .text:first-child {
    padding-right: 0;
  }
  .databox-2cell .text:last-child {
    padding: 2em 0 0;
  }
}

/* 駐車場 */
.parking_status ul {
  list-style: none;
  padding: 0;
  margin: auto;
}

.parking_status li {
  margin: auto auto 10px;
}

.parking_status li a {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #fff;
  text-decoration: none;
}

.parking_status li .parking-name {
  display: table-cell;
  vertical-align: middle;
  padding: 0.3em 15px;
}

.parking_status li .parking-status {
  display: table-cell;
  vertical-align: middle;
  width: 60px;
  text-align: right;
  padding: 10px 15px;
}

.parking_status li:last-child {
  margin-bottom: 0;
}

/*---------------------------------------
一覧
-----------------------------------------*/
/* CoCoLoニュース一覧 */
.newslist-item {
  overflow: hidden;
  padding: 0 16px;
}

.newslist-item a {
  display: block;
  position: relative;
  padding: 5%;
  background: #f6f7f3;
  border-radius: 10px;
  text-decoration: none;
}

.newslist-item a:hover {
  opacity: .75;
}

.newslist-item .news-category {
  position: absolute;
  top: 6px;
  left: 0;
  width: 7em;
  padding: 4px 3px;
  background: #dce3ea;
  color: #1a1a1a;
  font-size: 75%;
  letter-spacing: 0.04em;
  text-align: center;
  z-index: 1;
}

.newslist-item .news-img {
  position: relative;
  padding-bottom: 141.42857%;
  background: #fff;
  line-height: 0;
  z-index: 0;
  overflow: hidden;
}

.newslist-item .news-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.newslist-item .newslist-body {
  position: relative;
  height: 9em;
  padding: 9px;
  z-index: 0;
}

.newslist-item .news-date {
  display: table;
  margin-bottom: 1em;
  padding-bottom: 1px;
  border-bottom: 4px solid #f8ef50;
  font-family: "Roboto", arial, sans-serif;
  color: #333;
  font-size: 68.75%;
}

.newslist-item .news-title {
  max-height: 3em;
  margin-bottom: .6em;
  color: #000;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
}

.newslist-item .event-date {
  color: #000;
  font-size: 93.75%;
  font-weight: 500;
}

.newslist-item[data-category="info"] .news-category {
  background: #dce3ea;
}

.newslist-item[data-category="event"] .news-category {
  background: #ecbdb6;
}

@media screen and (max-width: 750px) {
  .newslist-item {
    padding: 0 10px;
  }
  .newslist-item .event-date {
    font-size: 87.5%;
  }
}

/* 下層 ニュース一覧 */
.newslist {
  margin: 3em -17px 1em;
  overflow: hidden;
}

.newslist:after {
  content: "";
  display: table;
  clear: both;
}

.newslist .newslist-item {
  float: left;
  width: 33.33%;
  margin-bottom: 2.5em;
  padding: 0 17px;
}

.newslist .newslist-item:nth-child(3n+1) {
  clear: both;
}

@media screen and (max-width: 750px) {
  .newslist {
    margin-left: -10px;
    margin-right: -10px;
  }
  .newslist .newslist-item {
    width: 50%;
    margin-bottom: 1em;
    padding: 0 10px;
  }
  .newslist .newslist-item:nth-child(3n+1) {
    clear: none;
  }
  .newslist .newslist-item:nth-child(2n+1) {
    clear: both;
  }
}

/* ショップニュース一覧 */
.shopnewslist-item {
  overflow: hidden;
}

.shopnewslist-item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.shopnewslist-item a:hover {
  opacity: .75;
}

.shopnewslist-item .shopnews-date {
  display: table;
  margin-bottom: 0.7em;
  padding-top: 1px;
  border-top: 1px solid #333;
  font-family: "Roboto", arial, sans-serif;
  color: #333;
  font-size: 68.75%;
}

.shopnewslist-item .shopnews-img {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
  line-height: 0;
  z-index: 0;
  overflow: hidden;
}

.shopnewslist-item .shopnews-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin: auto;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.shopnewslist-item .shopnewslist-body {
  position: relative;
  padding: 9px;
  z-index: 0;
}

.shopnewslist-item .shopnews-shopname {
  color: #adadad;
  font-size: 75%;
  font-weight: 600;
  letter-spacing: 0.03em;
}

.shopnewslist-item .shopnews-title {
  max-height: 3em;
  margin-bottom: .9em;
  color: #000;
  font-size: 93.75%;
  font-weight: 300;
  line-height: 1.5;
  overflow: hidden;
}

.shopnewslist {
  margin: 3em -15px 1em;
  overflow: hidden;
}

.shopnewslist:after {
  content: "";
  display: table;
  clear: both;
}

.shopnewslist .shopnewslist-item {
  float: left;
  width: 25%;
  margin-bottom: 2.5em;
  padding: 0 15px;
}

.shopnewslist .shopnewslist-item:nth-child(4n+1) {
  clear: both;
}

@media screen and (max-width: 750px) {
  .shopnewslist {
    margin: 3em -10px 1em;
  }
  .shopnewslist .shopnewslist-item {
    width: 50%;
    margin-bottom: 1em;
    padding: 0 10px;
  }
  .shopnewslist .shopnewslist-item:nth-child(4n+1) {
    clear: none;
  }
  .shopnewslist .shopnewslist-item:nth-child(2n+1) {
    clear: both;
  }
}

/* ページャー */
.sc-pagenation {
  margin: 3em auto;
}

.sc-pagenation ul {
  list-style: none;
  margin: auto;
  padding: 0;
  text-align: center;
  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;
}

.sc-pagenation li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 2.5em;
  height: 2.5em;
  margin: 5px 3px;
  color: #808080;
  font-family: "Roboto", arial, sans-serif;
  font-size: 1.1rem;
  line-height: 2.5;
}

.sc-pagenation li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #808080;
  text-decoration: none;
}

.sc-pagenation li.active {
  font-weight: 700;
}

.sc-pagenation li a:hover,
.sc-pagenation li.active a {
  color: #000;
}

.sc-pagenation li.prev, .sc-pagenation li.next {
  line-height: 1;
  font-size: 10px;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
}

.sc-pagenation li.prev a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.2em;
  height: 1.2em;
  border-left: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sc-pagenation li.prev a:after:hover {
  border-color: #000;
}

.sc-pagenation li.next a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.2em;
  height: 1.2em;
  border-right: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sc-pagenation li.next a:after:hover {
  border-color: #000;
}

/*---------------------------------------
HOME
-----------------------------------------*/
.sc-top-mainvisual {
  position: relative;
  margin: 0 auto 2em;
  padding-bottom: 70px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eff0e7), color-stop(25%, #f7f7f3), to(#f7f7f3));
  background-image: linear-gradient(0deg, #eff0e7 25%, #f7f7f3 25%, #f7f7f3);
  background-size: 6px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sc-top-mainvisual:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, right bottom, left top, color-stop(50%, #fff), color-stop(50.5%, rgba(255, 255, 255, 0))) no-repeat top left/100% 100%;
  background: linear-gradient(to top left, #fff 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top left/100% 100%;
  pointer-events: none;
}

.sc-top-mainvisual:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  padding-bottom: 70px;
  background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #fff), color-stop(50.5%, rgba(255, 255, 255, 0))) no-repeat top right/100% 100%;
  background: linear-gradient(to top right, #fff 50%, rgba(255, 255, 255, 0) 50.5%) no-repeat top right/100% 100%;
  pointer-events: none;
}

.sc-top-mainvisual .sc-slide {
  position: relative;
  padding: 47px 0 20px;
  background-color: #f7f7f3;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #eff0e7), color-stop(25%, #f7f7f3), to(#f7f7f3));
  background-image: linear-gradient(0deg, #eff0e7 25%, #f7f7f3 25%, #f7f7f3);
  background-size: 6px 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sc-top-mainvisual .sc-slide > ul {
  position: relative;
  list-style: none;
  margin: 0 0 40px;
  padding: 0;
}

.sc-top-mainvisual .sc-slide > ul > li,
.sc-top-mainvisual .slick-slide {
  position: relative;
  padding: 0 20px;
  line-height: 0;
  width: 100%;
  max-width: 940px;
}

.sc-top-mainvisual .sc-slide > ul > li a,
.sc-top-mainvisual .slick-slide a {
  display: block;
  position: relative;
}

.sc-top-mainvisual .sc-slide > ul > li img,
.sc-top-mainvisual .slick-slide img {
  width: 100%;
  margin: auto;
}

.sc-top-mainvisual .slick-prev {
  left: 50%;
  -webkit-transform: translate(-480px, -50%);
  transform: translate(-480px, -50%);
}

.sc-top-mainvisual .slick-next {
  right: 50%;
  -webkit-transform: translate(480px, -50%);
  transform: translate(480px, -50%);
}

.sc-top-mainvisual .slick-dots li button:before {
  border-color: #fff;
}

.sc-top-mainvisual .slick-dots li button:hover:before, .sc-top-mainvisual .slick-dots li button:focus:before,
.sc-top-mainvisual .slick-dots li.slick-active button:before {
  border-color: #da8a37;
}

@media screen and (max-width: 1000px) {
  .sc-top-mainvisual .slick-prev {
    left: 8%;
    -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%);
  }
  .sc-top-mainvisual .slick-next {
    right: 8%;
    -webkit-transform: translate(40%, -50%);
    transform: translate(40%, -50%);
  }
}

@media screen and (max-width: 750px) {
  .sc-top-mainvisual {
    padding-bottom: 10%;
  }
  .sc-top-mainvisual:before, .sc-top-mainvisual:after {
    padding-bottom: 10%;
  }
  .sc-top-mainvisual .sc-slide {
    padding: 30px 10px 20px;
  }
  .sc-top-mainvisual .sc-slide > ul {
    margin-bottom: 30px;
  }
  .sc-top-mainvisual .sc-slide > ul > li,
  .sc-top-mainvisual .slick-slide {
    padding: 0;
  }
  .sc-top-mainvisual .slick-dots {
    bottom: -30px;
  }
}

/* top newslist --------------------*/
.top-sec-news {
  padding-bottom: 6em;
}

.top-newslist {
  margin: 3em auto 3em;
}

.top-newslist .slick-prev, .top-newslist .slick-next {
  top: 36%;
}

.top-newslist .slick-prev {
  left: 10%;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}

.top-newslist .slick-next {
  right: 10%;
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
}

.top-newslist .slick-dots {
  bottom: -20px;
}

.top-newslist .slick-dots li button:before {
  border-color: #f0f0f0;
  background: #f0f0f0;
}

.top-newslist .slick-dots li button:hover:before, .top-newslist .slick-dots li button:focus:before,
.top-newslist .slick-dots li.slick-active button:before {
  background: #da8a37;
  border-color: #da8a37;
}

.top-newslist.no-slide {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-newslist.no-slide .newslist-item {
  width: 50%;
}

@media screen and (max-width: 750px) {
  .top-sec-news {
    padding-bottom: 4em;
  }
}

/* top shopnewslist --------------------*/
.top-sec-shopnews {
  padding: 5em 0 6em;
  background: #f3f4ee url("../img/bg_dot.png");
}

@media screen and (max-width: 750px) {
  .top-sec-shopnews {
    padding: 3em 0 4em;
  }
}

/* top movie --------------------*/
.top-sec-movie {
  padding: 5em 0 0;
  margin-bottom: 6em;
}

.box-movie {
  position: relative;
  margin-top: 60px;
  border: 4px solid #da8a37;
  border-radius: 10px;
}

.box-movie:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: 50px;
  background-repeat: no-repeat, no-repeat;
  background-image: url("../img/movie_corner_lt.png"), url("../img/movie_corner_rt.png");
  background-position: left top, right top;
  background-size: contain, contain;
}

.box-movie:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -8px;
  left: -8px;
  width: calc(100% + 16px);
  height: 50px;
  background-repeat: no-repeat, no-repeat;
  background-image: url("../img/movie_corner_lb.png"), url("../img/movie_corner_rb.png");
  background-position: left top, right top;
  background-size: contain, contain;
}

.box-movie .movie-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  /*width: 60%;
    max-width: 351px;*/
  width: 90%;
  max-width: 450px;
  line-height: 0;
  text-align: center;
  -webkit-transform: translateY(-85%);
  transform: translateY(-85%);
}

.box-movie .movie-view {
  width: 80%;
  max-width: 710px;
  margin: 10% auto;
}

.box-movie .movie-view-inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.box-movie .movie-view-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .top-sec-movie {
    padding: 4em 0 0;
    margin-bottom: 6em;
  }
  .box-movie {
    margin-top: 12%;
    border-width: 3px;
  }
  .box-movie:before {
    left: -7px;
    width: calc(100% + 14px);
    height: 40px;
  }
  .box-movie:after {
    left: -7px;
    width: calc(100% + 14px);
    height: 40px;
  }
}

/* top guide --------------------*/
.top-sec-guide {
  margin: 8em auto 8em;
}

.top-sec-guide.access {
  margin: 0em auto 8em;
}

.top-sec-guide .col {
  width: 46%;
  font-size: 93.75%;
}

.top-sec-guide .col.niigata {
  width: 100%;
}

.top-sec-guide .guide-box {
  position: relative;
  height: 100%;
  padding: 11%;
  border-radius: 7px;
  background: #efeeec;
}

.top-sec-guide .guide-box.niigata {
  padding: 5%;
  border-radius: 0px;
}

.top-sec-guide .sec-head-title {
  position: absolute;
  top: 0;
  left: 50%;
  margin: auto;
  width: 100%;
  max-width: 400px;
  text-align: center;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}

.top-sec-guide .guide-text {
  text-align: center;
}

.top-sec-guide .guide-text p {
  margin: 1em 0;
}

.top-sec-guide .guide-text p:last-child {
  margin-bottom: 0;
}

.top-sec-guide .guide-text + .guide-text {
  margin-top: 1em;
  border-top: 1px solid #da8a37;
}

.top-sec-guide .parking_status {
  margin-bottom: 2em;
}

@media screen and (max-width: 750px) {
  .top-sec-guide {
    margin: 4em auto;
  }
  .guide-box {
    padding: 6%;
  }
}

/*---------------------------------------
CoCoLo 記事、下層
-----------------------------------------*/
.prt-article-head {
  margin: 2em auto 0;
  /*.news-category:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    font-size: 115%;
  }*/
  /*.shopnews-shopname:after {
    content: '/';
    display: inline-block;
    margin: 0 10px;
    color: #333;
    font-size: 115%;
    font-weight: 400;
  }*/
}

.prt-article-head .news-update {
  display: table;
  margin: auto auto 2em;
  padding: 5px 20px;
}
.prt-article-head[data-category="info"] .news-update {
  background: #dce3ea;
}

.prt-article-head[data-category="event"] .news-update {
  background: #ecbdb6;
}

.prt-article-head .news-category {
  display: inline-block;
  color: #1a1a1a;
  font-size: 75%;
  letter-spacing: 0.04em;
}

.prt-article-head .news-date {
  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;
  width: 75px;
  height: 75px;
  margin: 10px 0 10px auto;
  background: url("../img/news_date.svg") no-repeat center center;
  background-size: 100% auto;
  /*display: inline-block;*/
  font-family: "Roboto", arial, sans-serif;
  color: #000;
  font-size: 75%;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
}

.prt-article-head .article-title {
  padding: 0 10px;
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}

.prt-article-head .event-date {
  margin-top: .8em;
  color: #cb5c5e;
  font-weight: 500;
  text-align: center;
}

.prt-article-head[data-category="info"] .news-category {
  background: #dce3ea;
}

.prt-article-head[data-category="event"] .news-category {
  background: #ecbdb6;
}

.prt-article-head .shopnews-update {
  display: table;
  margin: auto auto 2em;
  padding: 5px 20px;
  border-radius: 3px;
  border: 2px solid #000;
  background: #fff;
}

.prt-article-head .shopnews-shopname {
  display: inline-block;
  color: #000;
  font-size: 75%;
  letter-spacing: 0.04em;
  font-weight: 600;
}

.prt-article-head .shopnews-shopname a {
  color: #000;
  text-decoration: none;
}

.prt-article-head .shopnews-shopname a:hover {
  color: #666;
}

.prt-article-head .shopnews-date {
  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;
  width: 75px;
  height: 75px;
  margin: 10px 0 10px auto;
  background: url("../img/news_date.svg") no-repeat center center;
  background-size: 100% auto;
  /*display: inline-block;*/
  font-family: "Roboto", arial, sans-serif;
  color: #000;
  font-size: 75%;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .prt-article-head {
    margin-top: 1em;
  }
  .prt-article-head .news-date,
  .prt-article-head .shopnews-date {
    width: 60px;
    height: 60px;
  }
  .prt-article-head .article-title {
    text-align: left;
    font-size: 150%;
  }
}

.prt-article-body {
  margin: 0 auto 6em;
  line-height: 1.9;
}

.prt-article-body a {
  word-break: break-all;
}

.prt-article-body .img-box {
  max-width: 500px;
  margin: 3em auto;
  text-align: center;
}

.prt-article-body .img-box figure img {
  margin: auto;
}

.prt-article-body .img-box.wide {
  max-width: 100%;
}

.prt-article-body .img-box:first-child {
  margin-top: 0;
}

.prt-article-body .img-box:last-child {
  margin-bottom: 0;
}

.prt-article-body .text-box {
  max-width: 700px;
  margin: auto;
}

.prt-article-body .text-box p {
  margin: 1em auto;
}

.prt-article-body .text-box p:first-child {
  margin-top: 0;
}

.prt-article-body .text-box p:last-child {
  margin-bottom: 0;
}

.prt-article-body .text-box a {
  color: #ed6751;
}

.prt-article-body .text-box a:hover {
  color: #da8a37;
}

.prt-article-body .eventinfo-box {
  max-width: 700px;
  margin: 4em auto 3em;
  border-radius: 6px;
  background: #f3f4ee;
  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;
}

.prt-article-body .eventinfo-box .eventinfo-title {
  padding: 20px 5%;
  text-align: center;
}

.prt-article-body .eventinfo-box .eventinfo-title img {
  max-width: 170px;
}

.prt-article-body .eventinfo-box .eventinfo-text {
  padding: 20px 5%;
  line-height: 1.5;
}

.prt-article-body .eventinfo-box dl {
  color: #000;
}

.prt-article-body .eventinfo-box dl dt {
  display: inline-block;
  width: 3em;
  margin: 5px 0;
  color: #000;
  font-size: 81.25%;
  font-weight: 300;
}

.prt-article-body .eventinfo-box dl dd {
  display: inline-block;
  width: calc(100% - 4em);
  margin: 5px 0;
  padding-left: 5px;
  vertical-align: top;
  color: #000;
  font-weight: 600;
}

.prt-article-body .eventinfo-box dl dd a {
  display: block;
  font-weight: 400;
}

.prt-article-body .btn-border-org {
  max-width: 700px;
  margin: 2em auto;
}

.prt-article-body .btn-border-org a {
  width: 100%;
  max-width: 230px;
  text-align: left;
}

.prt-article-body .btn-border-org:last-child {
  margin-bottom: 0;
}

.prt-article-body .btn-download {
  max-width: 700px;
  margin: 2em auto;
}

.prt-article-body .btn-download:last-child {
  margin-bottom: 0;
}

.prt-article-body:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .prt-article-body {
    margin-bottom: 4em;
  }
  .prt-article-body .img-box {
    margin: 2.5em auto;
  }
  .prt-article-body .img-box:first-child {
    margin-top: 0;
  }
  .prt-article-body .eventinfo-box {
    display: block;
    margin: 3em auto 2em;
    padding: 20px;
  }
  .prt-article-body .eventinfo-box .eventinfo-title {
    width: auto;
    margin-bottom: 10px;
    padding: 0;
  }
  .prt-article-body .eventinfo-box .eventinfo-text {
    padding: 0;
    font-size: 90%;
  }
  .prt-article-body:last-child {
    margin-bottom: 0;
  }
}

.sec-newslist {
  margin-bottom: 6em;
}

@media screen and (max-width: 750px) {
  .sec-newslist {
    margin-bottom: 4em;
  }
}

/*---------------------------------------
SHOP
-----------------------------------------*/
/* shop一覧 */
.shop-search-tab {
  width: 90%;
  max-width: 1000px;
  margin: 3em auto 0;
}

.shop-search-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: auto;
}

.shop-search-tab li {
  width: calc(33.33% - 6px);
  overflow: hidden;
}

.shop-search-tab li a {
  position: relative;
  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;
  width: 100%;
  height: 100%;
  min-height: 3em;
  padding: 10px 5px;
  border: 1px solid #b9b9b9;
  border-bottom: none;
  background: #fff;
  color: #4d4d4d;
  text-decoration: none;
  text-align: center;
}

.shop-search-tab li a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 100%;
  border-left: 1px solid #b9b9b9;
  background: #fff;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}

.shop-search-tab li a.active,
.shop-search-tab li a:hover {
  color: #fff;
  border-color: #e1a05f;
  background: #e1a05f;
}

.shop-search-tab li a.active:after,
.shop-search-tab li a:hover:after {
  border-color: #e1a05f;
}

@media screen and (max-width: 750px) {
  .shop-search-tab {
    width: 94%;
  }
  .shop-search-tab li {
    width: calc(33.33% - 4px);
    font-size: 10px;
  }
  .shop-search-tab li a {
    padding: 5px;
  }
}

.shoplist-container {
  position: relative;
  padding: 3em 0 6em;
  border-top: 4px solid #e1a05f;
  background: repeating-linear-gradient(-45deg, #f6f7f3, #f6f7f3 4px, #fff 4px, #fff 5px);
}

.shoplist-container.recruit {
  border-top: initial;
  background: initial;
}

.shoplist-container .shop-search-form {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #b9b9b9;
}

.shoplist-container .shop-nav {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 3em;
}

.shoplist-container .shop-initial-nav .input-group,
.shoplist-container .shop-floor-nav .input-group {
  display: none;
  margin: auto;
}

.shoplist-container .shop-initial-nav .input-label,
.shoplist-container .shop-floor-nav .input-label {
  color: #adadad;
  font-size: 75%;
}

@media screen and (max-width: 750px) {
  .shoplist-container {
    background: repeating-linear-gradient(-45deg, #f6f7f3, #f6f7f3 4px, #fcfcfc 4px, #fcfcfc 5px);
  }
  .shoplist-container .shop-nav {
    margin-bottom: 2em;
  }
  .shoplist-container .shop-initial-nav ul,
  .shoplist-container .shop-floor-nav ul {
    display: none;
  }
  .shoplist-container .shop-initial-nav .input-group,
  .shoplist-container .shop-floor-nav .input-group {
    display: block;
  }
}

/* カテゴリーで探す */
.shop-category-nav {
  position: relative;
  overflow: hidden;
}

.shop-category-nav ul {
  list-style: none;
  padding: 0;
  margin: auto -10px auto auto;
  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;
}

.shop-category-nav li {
  position: relative;
  width: calc(100%/9 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 68.75%;
  text-align: center;
}

.shop-category-nav li:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.shop-category-nav li i {
  width: 54%;
  max-width: 50px;
}

.shop-category-nav a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*flex-wrap: wrap;*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
}

.shop-category-nav a:hover {
  border-color: #da8a37;
}

.shop-category-nav a:hover img {
  opacity: .7;
}

.shop-category-nav a.active {
  border-color: #da8a37;
}

.shop-category-nav a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #da8a37 transparent transparent transparent;
}

@media screen and (max-width: 1000px) {
  .shop-category-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .shop-category-nav li {
    width: calc(100%/7 - 10px);
    margin-right: 10px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 750px) {
  .shop-category-nav li {
    width: calc(100%/5 - 10px);
    font-size: 2.5vw;
  }
}

/* 名前で探す */
.shop-search-form .shop-search-form-inner {
  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;
  max-width: 650px;
  margin: auto;
}

.shop-search-form .input-label {
  width: 110px;
  padding-right: 5px;
  color: #adadad;
  font-size: 75%;
}

.shop-search-form .input-group-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 110px);
  padding: 10px;
  background: #fff;
}

.shop-search-form .input-group-inline input[type="text"] {
  width: calc(100% - 110px);
  margin: 0 10px;
  padding: 3px 0;
  border-color: transparent;
}

.shop-search-form .input-group-inline input[type="text"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-color: #000;
}

.shop-search-form .input-group-inline button.submit-search {
  display: inline-block;
  width: 110px;
  padding: 0.5em 20px;
  background: #848484;
}

@media screen and (max-width: 750px) {
  .shop-search-form .shop-search-form-inner {
    display: block;
  }
  .shop-search-form .input-label {
    display: block;
    width: auto;
  }
  .shop-search-form .input-group-inline {
    width: auto;
  }
  .shop-search-form input[type="text"] {
    width: calc(100% - 90px);
  }
  .shop-search-form button.submit-search {
    width: 90px;
  }
}

.shop-initial-nav {
  position: relative;
  overflow: hidden;
}

.shop-initial-nav ul {
  list-style: none;
  padding: 0;
  margin: auto -10px auto auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.shop-initial-nav .shop-nav-title {
  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;
  width: calc(100%/13*3 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  color: #adadad;
  font-size: 75%;
}

.shop-initial-nav li {
  position: relative;
  width: calc(100%/13 - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  color: #4d4d4d;
  text-align: center;
}

.shop-initial-nav li:before {
  content: '';
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}

.shop-initial-nav a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3px;
  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;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
}

.shop-initial-nav a:hover {
  border-color: #da8a37;
}

.shop-initial-nav a:hover img {
  opacity: .7;
}

.shop-initial-nav a.active {
  border-color: #da8a37;
}

.shop-initial-nav a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #da8a37 transparent transparent transparent;
}

@media screen and (max-width: 1000px) {
  .shop-initial-nav .shop-nav-title {
    width: calc(100%/6*2 - 10px);
    font-size: 62.5%;
  }
  .shop-initial-nav li {
    width: calc(100%/6 - 10px);
    font-size: 90%;
  }
}

/* フロアで探す */
.shop-floor-nav {
  position: relative;
  overflow: hidden;
}

.shop-floor-nav ul {
  list-style: none;
  padding: 0;
  margin: auto -20px auto 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;
}

.shop-floor-nav li {
  position: relative;
  width: calc(100%/5 - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  color: #4d4d4d;
  font-size: 87.5%;
  text-align: center;
}

.shop-floor-nav a {
  width: 100%;
  height: 100%;
  min-height: 4em;
  padding: 3px;
  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;
  background: #fff;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid #fff;
  text-decoration: none;
}

.shop-floor-nav a:hover {
  border-color: #da8a37;
}

.shop-floor-nav a:hover img {
  opacity: .7;
}

.shop-floor-nav a.active {
  border-color: #da8a37;
}

.shop-floor-nav a.active:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #da8a37 transparent transparent transparent;
}

@media screen and (max-width: 750px) {
  .shop-floor-nav ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin: auto -10px auto auto;
  }
  .shop-floor-nav li {
    width: calc(100%/3 - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 80%;
  }
}

/* マップ */
.floormap-container {
  position: relative;
  max-width: 1000px;
  margin: 3em auto;
  padding: 20px 0;
  background: #fff;
  overflow: hidden;
}

.floormap-container .floor-title {
  top: 0;
  left: 0;
  display: table;
  margin: 0 0 5px 5%;
  padding-bottom: 3px;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 2px solid #4d4d4d;
  color: #4d4d4d;
  font-size: 112.5%;
  font-weight: 500;
}

.floormap-container .floormap-view {
  position: relative;
  margin: 0 20px;
  text-align: center;
  /*img {
      width: 100%;
      max-width: initial;
    }
    .leaflet-container {
      background: #fff;
    }*/
}

.floormap-container #floormapImg {
  position: relative;
  max-width: 100%;
  max-height: 400px;
  z-index: 0;
}

.floormap-container #floormapControler {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  background-clip: padding-box;
  z-index: 1;
}

.floormap-container #floormapControler button {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  font-family: "Roboto", arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
}

.floormap-container #floormapControler button.zoom-in {
  border-bottom: 1px solid #ccc;
}

.floormap-container #floormapControler button:hover {
  background-color: #f4f4f4;
}

@media screen and (max-width: 750px) {
  .floormap-container {
    padding: 3% 0;
  }
  .floormap-container .floor-title {
    font-size: 80%;
  }
  .floormap-container .floormap-view {
    margin: 0 3%;
  }
}

.sec-floorinfo {
  position: relative;
  max-width: 1000px;
  margin: 0 auto 4em auto;
}

.floorinfo-businesshour {
  position: relative;
  display: table;
  width: 100%;
  margin: 2em auto;
  border: 4px solid #f3f4ee;
  border-radius: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.floorinfo-businesshour .businesshour-head {
  display: table-cell;
  vertical-align: middle;
  width: 27%;
  padding: 5%;
  background: #f3f4ee;
  border-radius: 7px;
  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;
}

.floorinfo-businesshour .businesshour-head .sec-head-title.sec-head-title-img {
  margin: auto;
  max-width: 120px;
}

.floorinfo-businesshour .businesshour-head img {
  margin: auto;
}

.floorinfo-businesshour .businesshour-body {
  display: table-cell;
  vertical-align: middle;
  min-height: 12em;
  padding: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 87.5%;
}

.floorinfo-businesshour .businesshour-body .floorinfo-text {
  /*display: table-cell;
      vertical-align: middle;*/
  width: 50%;
}

.floorinfo-businesshour .businesshour-body .floorinfo-text p {
  margin: 1em 0;
}

.floorinfo-businesshour .businesshour-body .floorinfo-text p:first-child {
  margin-top: 0;
}

.floorinfo-businesshour .businesshour-body .floorinfo-text p:last-child {
  margin-bottom: 0;
}

.floorinfo-businesshour .businesshour-body .floorinfo-text:first-child {
  padding-right: 5%;
  /*margin-right: 5%;*/
  border-right: 1px solid #d3d3d3;
}

.floorinfo-businesshour .businesshour-body .floorinfo-text:last-child {
  padding-left: 5%;
}

@media screen and (max-width: 750px) {
  .floorinfo-businesshour {
    display: block;
  }
  .floorinfo-businesshour .businesshour-head {
    display: block;
    width: auto;
    padding: 10px 3%;
  }
  .floorinfo-businesshour .businesshour-body {
    display: block;
    min-height: initial;
    padding: 1em 3%;
  }
  .floorinfo-businesshour .businesshour-body .floorinfo-text:first-child {
    width: auto;
    padding: 0 0 1.5em;
    margin: 0 0 1.5em;
    border-right: 0;
    border-bottom: 1px solid #d3d3d3;
  }
}

.floor-service-box {
  position: relative;
  display: table;
  width: 100%;
  margin: 2em auto;
  border-radius: 7px;
  background: #f3f4ee;
}

.floor-service-box .service-head {
  display: table-cell;
  vertical-align: top;
  width: 27%;
  min-width: 90px;
  padding: 3% 0 3% 3%;
}

.floor-service-box .service-head .sec-head-title.sec-head-title-img {
  margin: auto 0 auto auto;
  max-width: 223px;
}

.floor-service-box .service-head img {
  margin: auto;
}

.floor-service-box .service-body {
  display: table-cell;
  vertical-align: top;
  padding: 3%;
  font-size: 87.5%;
  line-height: 2;
}

.floor-service-box .service-body table {
  width: 100%;
}

.floor-service-box .service-body th {
  vertical-align: top;
  width: 9em;
  padding-right: 10px;
  padding-bottom: 1.6em;
  color: #da8a37;
  font-weight: 500;
  text-align: left;
}

.floor-service-box .service-body td {
  vertical-align: top;
  padding-bottom: 1.6em;
}

@media screen and (max-width: 640px) {
  .floor-service-box {
    display: block;
  }
  .floor-service-box .service-head {
    display: block;
    width: auto;
    padding: 20px 5% 0;
  }
  .floor-service-box .service-head .sec-head-title.sec-head-title-img {
    margin: auto;
    width: 80%;
    max-width: 100%;
  }
  .floor-service-box .service-body {
    display: block;
    padding: 20px 5%;
  }
  .floor-service-box .service-body table {
    display: block;
  }
  .floor-service-box .service-body th {
    display: block;
    width: auto;
    padding: 0;
  }
  .floor-service-box .service-body td {
    display: block;
    width: auto;
    padding-bottom: 1.3em;
  }
}

.service-table {
  width: 80%;
  margin: 3% auto;
  font-size: 81.25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.service-table th, .service-table td {
  vertical-align: top;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  border-bottom: 1px solid #dedede;
  color: #000;
  font-weight: 400;
  text-align: left;
  line-height: 1.9;
}

.service-table tr:last-child th, .service-table tr:last-child td {
  border-bottom: 0;
}

.service-table th {
  position: relative;
  width: 30%;
  padding-left: 45px;
  padding-right: 30px;
  color: #da8a37;
  font-weight: 500;
  text-align: left;
}

.service-table th i {
  position: absolute;
  display: block;
  top: 50%;
  left: 5px;
  width: 30px;
  line-height: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
}

.service-table td {
  padding-left: 30px;
}

@media screen and (max-width: 750px) {
  .service-table th {
    width: 10em;
    padding-right: 15px;
  }
  .service-table td {
    padding-left: 15px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 650px) {
  .service-table th, .service-table td {
    display: block;
  }
  .service-table th {
    width: auto;
    padding: 1.2em 3% 5px 40px;
    border: 0;
    font-weight: 500;
  }
  .service-table th i {
    top: 1.2em;
    left: 5px;
    width: 25px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .service-table td {
    width: auto;
    padding: 0 3% 1.2em;
  }
}

/* 一覧 */
.sec-shoplist {
  max-width: 1000px;
  margin: 4em auto 0;
}

@media screen and (max-width: 750px) {
  .sec-shoplist {
    margin-top: 2em;
  }
}

.shoplist {
  position: relative;
  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;
}

.shoplist .shoplist-item {
  position: relative;
  width: 50%;
  border: 2px solid #fff;
}

.shoplist .shoplist-item:nth-child(2n) {
  border-left-color: transparent;
}

.shoplist .shoplist-item:nth-child(n+3) {
  border-top-color: transparent;
}

.shoplist .shoplist-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  pointer-events: none;
}

.shoplist .shoplist-item a {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px 30px 20px 20px;
  text-decoration: none;
}

.shoplist .shoplist-item a:hover {
  opacity: .7;
}

.shoplist .shoplist-item .shop-img {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 52%;
  min-width: 100px;
  text-align: center;
}

.shoplist .shoplist-item .shop-img img {
  position: relative;
  z-index: 0;
}

.shoplist .shoplist-item .shop-text {
  position: relative;
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}

.shoplist .shoplist-item .shopinfo-floor {
  display: inline-block;
  margin-bottom: .5em;
  color: #000;
  font-size: 75%;
  font-weight: 500;
  border-bottom: 2px solid #000;
}

.shoplist .shoplist-item .shop-name {
  margin-top: .5em;
  color: #000;
  font-weight: 500;
}

.shoplist .shoplist-item .shop-category {
  margin-top: .5em;
  color: #4d4d4d;
  font-size: 71.875%;
  letter-spacing: 0.04em;
}

.shoplist .shoplist-item .shop-data {
  margin-top: 1em;
  color: #666;
  font-size: 75%;
  font-weight: 300;
}

.shoplist .shoplist-item .shop-num {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 1.8em;
  background: #2e72bb;
  line-height: 1.8em;
  color: #fff;
  font-size: 81.25%;
  font-weight: 500;
  text-align: center;
  z-index: 1;
}

@media screen and (max-width: 1000px) {
  .shoplist .shoplist-item {
    width: 100%;
  }
  .shoplist .shoplist-item:nth-child(2n) {
    border-left-color: #fff;
  }
  .shoplist .shoplist-item a {
    padding: 12px 30px 12px 12px;
  }
  .shoplist .shoplist-item .shop-img {
    width: 30%;
  }
  .shoplist .shoplist-item .shop-text {
    padding-left: 5%;
  }
  .shoplist .shoplist-item .shop-name {
    font-size: 80%;
  }
}

/* shop detail */
.prt-article-head .shop-title {
  padding: 0 10px;
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}

.prt-article-head .shop-category {
  margin-top: 1em;
  color: #000;
  font-size: 75%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .prt-article-head {
    margin-top: 1em;
  }
  .prt-article-head .shop-title {
    font-size: 150%;
  }
}

.prt-article-body .shop-detail-box {
  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;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prt-article-body .shop-detail-box .shop-detail-img {
  width: 50%;
}

.prt-article-body .shop-detail-box .shop-detail-img img {
  display: block;
  margin: auto;
}

.prt-article-body .shop-detail-box .shop-detail-body {
  width: 50%;
  padding-left: 40px;
}

.prt-article-body .shop-detail-box p {
  margin: 1em auto;
}

.prt-article-body .shop-detail-box p:first-child {
  margin-top: 0;
}

.prt-article-body .shop-detail-box p:last-child {
  margin-bottom: 0;
}

.prt-article-body .shop-detail-box a {
  color: #ed6751;
}

.prt-article-body .shop-detail-box a:hover {
  color: #da8a37;
}

@media screen and (max-width: 750px) {
  .prt-article-body .shop-detail-box {
    display: block;
    margin-top: 2em;
  }
  .prt-article-body .shop-detail-box .shop-detail-img {
    width: auto;
    margin-bottom: 1em;
  }
  .prt-article-body .shop-detail-box .shop-detail-body {
    width: auto;
    padding: 0;
  }
}

.shopinfo-box {
  position: relative;
  max-width: 1000px;
  margin: 4em auto 3em;
  border-radius: 6px;
  background: repeating-linear-gradient(-45deg, #f6f7f3, #f6f7f3 4px, #fff 4px, #fff 5px);
}

.shopinfo-box .shopinfo-title {
  width: auto;
  max-width: 170px;
  margin: 0 0 5px auto;
  padding: 10px 10px 0 0;
  text-align: center;
}

.shopinfo-box .shopinfo-body {
  display: table;
  padding: 0 4% 4%;
}

.shopinfo-box .shopinfo-img {
  display: table-cell;
  vertical-align: top;
  width: 30%;
  min-width: 230px;
}

.shopinfo-box .shopinfo-img img {
  width: 100%;
}

.shopinfo-box .shopinfo-text {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
  line-height: 1.5;
  color: #000;
  font-size: 90%;
}

.shopinfo-box .shopinfo-floor {
  display: inline-block;
  margin-bottom: .5em;
  color: #000;
  font-weight: 500;
  border-bottom: 2px solid #000;
}

.shopinfo-box dl dt {
  display: inline-block;
  width: 5em;
  margin: 5px 0;
  color: #868686;
  font-weight: 500;
}

.shopinfo-box dl dd {
  display: inline-block;
  width: calc(100% - 5.5em);
  margin: 5px 0;
  padding-left: 5px;
  vertical-align: top;
}

.shopinfo-box dl dd a {
  display: block;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.shopinfo-box dl dd a:hover {
  text-decoration: underline;
}

.shopinfo-box:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .shopinfo-box {
    margin: 3em auto 2em;
    padding: 20px 15px;
  }
  .shopinfo-box .shopinfo-title {
    width: auto;
    margin: auto auto 15px;
    padding: 0;
  }
  .shopinfo-box .shopinfo-body {
    padding: 0;
  }
  .shopinfo-box .shopinfo-img {
    width: 40%;
    min-width: 110px;
    margin: auto;
    padding: 0;
  }
  .shopinfo-box .shopinfo-img img {
    margin: auto;
  }
  .shopinfo-box .shopinfo-text {
    padding-left: 20px;
  }
  .shopinfo-box dl dt {
    display: block;
    width: auto;
    margin-bottom: 0;
    font-size: 90%;
  }
  .shopinfo-box dl dd {
    display: block;
    width: auto;
    margin: 0 0 .8em;
    padding-left: 0;
  }
  .shopinfo-box:last-child {
    margin-bottom: 0;
  }
}

.sec-shoprelate-title {
  display: table;
  margin: auto;
  padding: 0 30px;
  border-left: 3px solid #ed6751;
  border-right: 3px solid #ed6751;
  color: #000;
  font-size: 68.75%;
  text-align: center;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.sec-shoprelate-title img {
  display: block;
  max-width: 170px;
  margin: auto auto 10px;
}

/*---------------------------------------
ACCESS
-----------------------------------------*/
.sec-access {
  margin: 0 auto 5em;
}

.sec-access .sec-head {
  margin: 3em auto 2em;
}

.sec-access .map-container {
  margin: 2em auto;
}

.sec-access .databox-pictext .sec-head-title.sec-head-title-img {
  max-width: 266px;
}

.sec-access .databox-2cell .parking_status {
  width: 90%;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .sec-access {
    margin-bottom: 4em;
  }
  .sec-access .sec-head {
    margin: 3em auto 2em;
  }
  .sec-access .map-container {
    margin: 1em auto;
  }
  .sec-access .databox-2cell .parking_status {
    margin: 10px auto;
  }
}

/*---------------------------------------
求人情報
-----------------------------------------*/
.sec-recruit {
  max-width: 1000px;
  margin: 4em auto 6em;
}

.recruitlist {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 18px;
  background: #f3f4ee;
}

.recruitlist .recruitlist-item {
  width: 33.33%;
  padding: 18px;
}

.recruitlist .recruitlist-item a {
  display: block;
  position: relative;
  text-decoration: none;
}

.recruitlist .recruitlist-item .recruit-img {
  margin-bottom: 10px;
  line-height: 0;
}

.recruitlist .recruitlist-item .recruit-img img {
  width: 100%;
  height: auto;
  margin: auto;
}

.recruitlist .recruitlist-item .recruit-text {
  position: relative;
}

.recruitlist .recruitlist-item .recruit-category {
  margin: 10px auto;
}

.recruitlist .recruitlist-item .recruit-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recruitlist .recruitlist-item .recruit-category li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  padding: 3px 10px;
  color: #fff;
  font-size: 68.75%;
}

.recruitlist .recruitlist-item .recruit-category li.shain {
  background: #dac79c;
}

.recruitlist .recruitlist-item .recruit-category li.part {
  background: #9fbcca;
}

.recruitlist .recruitlist-item .recruit-category li.arbeit {
  background: #a7d29e;
}

.recruitlist .recruitlist-item .recruit-shopname {
  margin: .8em auto;
  color: #000;
  font-weight: 500;
}

.recruitlist .recruitlist-item .recruit-caption {
  margin-top: 1em;
  color: #666;
  font-size: 75%;
  line-height: 1.9;
}

@media screen and (max-width: 750px) {
  .sec-recruit {
    margin: 2em auto 0;
  }
  .recruitlist {
    padding: 3% 5px;
  }
  .recruitlist .recruitlist-item {
    width: 50%;
    margin-bottom: 20px;
    padding: 10px;
  }
  .recruitlist .recruitlist-item .recruit-category li {
    margin-right: 3px;
  }
}

/* recruit detail */
.prt-article-head .recruit-shop {
  display: table;
  margin: 0 auto 1em;
  padding: 3px 15px;
  border-radius: 3px;
  border: 2px solid #000;
  color: #000;
  font-size: 75%;
  text-align: center;
  letter-spacing: 0.04em;
}

.prt-article-head .recruit-title {
  padding: 0 10px;
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}

.prt-article-head .recruit-img {
  display: table;
  max-width: 310px;
  margin: 2em auto;
  border: 13px solid #f6f7f3;
  border-radius: 6px;
}

.prt-article-head .recruit-img img {
  margin: auto;
}

@media screen and (max-width: 750px) {
  .prt-article-head .recruit-title {
    font-size: 150%;
    text-align: left;
  }
}

.recruit-detail-box {
  margin: 4em auto 0;
}

.recruit-detail-box .recruit-detail-detail-head {
  position: relative;
  margin-bottom: 2em;
}

.recruit-detail-box .recruit-detail-detail-head:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #ed6751;
}

.recruit-detail-box .recruit-detail-detail-head .recruit-detail-title {
  position: relative;
  display: table;
  margin: auto;
  padding: 0 15px;
  background: #fff;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.recruit-detail-box .recruit-table {
  width: 100%;
  font-size: 81.25%;
}

.recruit-detail-box .recruit-table th, .recruit-detail-box .recruit-table td {
  vertical-align: top;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  background: #fff;
  color: #000;
  font-weight: 400;
  text-align: left;
  line-height: 1.9;
}

.recruit-detail-box .recruit-table th {
  width: 30%;
  padding-left: 75px;
  padding-right: 30px;
}

.recruit-detail-box .recruit-table td {
  padding-left: 30px;
  padding-right: 75px;
}

.recruit-detail-box .recruit-table tr:nth-child(2n) th, .recruit-detail-box .recruit-table tr:nth-child(2n) td {
  background-color: #f6f7f3;
}

@media screen and (max-width: 750px) {
  .recruit-detail-box .recruit-table th {
    width: 10em;
    padding-left: 20px;
    padding-right: 15px;
  }
  .recruit-detail-box .recruit-table td {
    padding-left: 15px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 650px) {
  .recruit-detail-box .recruit-table th, .recruit-detail-box .recruit-table td {
    display: block;
  }
  .recruit-detail-box .recruit-table th {
    width: auto;
    padding: 1.2em 3% 5px;
    font-weight: 500;
  }
  .recruit-detail-box .recruit-table td {
    width: auto;
    padding: 0 3% 1.2em;
  }
}

/*---------------------------------------
JRE POINT
-----------------------------------------*/
.sec-jrepoint {
  max-width: 1000px;
  margin: 0 auto 6em;
}

.sec-jrepoint .txtbox-grn-center {
  display: table;
  margin: 2em auto;
  color: #01823f;
  font-size: 81.25%;
  font-weight: 500;
  line-height: 2;
}

.sec-jrepoint .jrepoint-box {
  position: relative;
  margin: 0 auto 2em;
  padding-bottom: 2em;
  border: 8px solid #00833f;
  border-top-width: 48px;
  background: #f6f7f3 url(../img/bg_dot.png);
}

.sec-jrepoint .jrepoint-box .jrepoint-title {
  position: relative;
  display: table;
  margin: -48px auto 30px;
  max-width: 80%;
  padding: 0.3em 1.6em;
  border-radius: 0 0 32px 32px;
  background: #00833f;
  color: #fff;
  font-size: 237.5%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}

.sec-jrepoint .jrepoint-box .jrepoint-img {
  width: 90%;
  max-width: 803px;
  margin: 5em auto;
  text-align: center;
  color: #01823f;
  font-size: 87.5%;
  font-weight: 500;
}

.sec-jrepoint .jrepoint-box .jrepoint-img img {
  margin: auto;
}

.sec-jrepoint .jrepoint-box .jrepoint-img + .jrepoint-img {
  margin-bottom: 2em;
}

.sec-jrepoint .jrepoint-box .jrepoint-text {
  width: 90%;
  max-width: 803px;
  margin: 2em auto;
  color: #01823f;
  font-size: 87.5%;
  font-weight: 500;
}

.sec-jrepoint .jrepoint-box-2 {
  margin: 2em auto 4em;
  padding: 2em 8%;
  border-radius: 10px;
  border: 2px solid #01823f;
  background: #fff;
  color: #01823f;
}

.sec-jrepoint .jrepoint-box-2 p {
  line-height: 1.9;
}

.sec-jrepoint .jrepoint-box-3 {
  margin: 6em auto;
  padding: 40px 50px;
  background: #f6f7f3;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-title {
  position: relative;
  display: table;
  margin: auto auto 20px;
  padding-bottom: 4px;
  border-bottom: 3px solid #01823f;
  color: #01823f;
  font-size: 112.5%;
  font-weight: 600;
  text-align: center;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-title:before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #01823f transparent transparent transparent;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-title:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #f6f7f3 transparent transparent transparent;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-title2 {
  margin-bottom: 1em;
  padding: 10px;
  background: #fff;
  color: #000;
  font-size: 100%;
  font-weight: 500;
  text-align: center;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-2cell {
  position: relative;
  display: table;
  margin: 2em auto 0;
  width: 100%;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-2cell:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #c6c6c6;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-2cell .text {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 87.5%;
  text-align: center;
  letter-spacing: 0.04em;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-2cell .text:first-child {
  padding-right: 3%;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-2cell .text:last-child {
  padding-left: 3%;
}

.sec-jrepoint .jrepoint-box-3 .jrepoint-2cell p {
  line-height: 2;
}

.sec-jrepoint .jrepoint-card {
  max-width: 300px;
  margin: 1em auto 2em;
}

.sec-jrepoint .jrepoint-shop {
  position: relative;
  margin: 5em auto;
  padding: 30px;
  border-radius: 6px;
  background: #f3f4ee;
}

.sec-jrepoint .jrepoint-shop:after {
  content: "";
  display: table;
  clear: both;
}

.sec-jrepoint .jrepoint-shop .title-store {
  max-width: 450px;
  margin: -30px auto 1em;
  text-align: center;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
}

.sec-jrepoint .jrepoint-shop .jrepoint-shop-group {
  float: left;
  width: 25%;
  padding-right: 15px;
  margin: 10px 0;
}

.sec-jrepoint .jrepoint-shop .jrepoint-shop-group .title-floor {
  display: table;
  padding-bottom: 2px;
  border-bottom: 2px solid #000;
  color: #000;
  font-size: 75%;
  letter-spacing: 0.04em;
}

.sec-jrepoint .jrepoint-shop .jrepoint-shop-group ul {
  position: relative;
  list-style: none;
  margin-bottom: 2em;
  padding: 0;
  font-size: 93.75%;
}

.sec-jrepoint .jrepoint-shop .jrepoint-shop-group ul:last-child {
  margin-bottom: 0;
}

.sec-jrepoint .jrepoint-shop .jrepoint-shop-group li {
  position: relative;
  margin: 1em 0;
  padding-left: 15px;
}

.sec-jrepoint .jrepoint-shop .jrepoint-shop-group li:before {
  content: '';
  display: block;
  position: absolute;
  top: .8em;
  left: 3px;
  width: 3px;
  height: 3px;
  background: #000;
  border-radius: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1000px) {
  .sec-jrepoint .jrepoint-shop .jrepoint-shop-group {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .sec-jrepoint {
    margin: 2em auto 6em;
  }
  .sec-jrepoint .jrepoint-box {
    border-width: 4px;
    border-top-width: 24px;
  }
  .sec-jrepoint .jrepoint-box .jrepoint-title {
    margin: -24px auto 30px;
    padding: 15px;
    font-size: 125%;
  }
  .sec-jrepoint .jrepoint-box .jrepoint-img {
    margin: 3em auto;
  }
  .sec-jrepoint .jrepoint-box-3 {
    margin: 2em auto 2em;
    padding: 5%;
  }
  .sec-jrepoint .jrepoint-box-3 .jrepoint-2cell:after {
    display: none;
  }
  .sec-jrepoint .jrepoint-box-3 .jrepoint-2cell .text {
    display: block;
    width: auto;
  }
  .sec-jrepoint .jrepoint-box-3 .jrepoint-2cell .text:first-child,
  .sec-jrepoint .jrepoint-box-3 .jrepoint-2cell .text:last-child {
    padding: 0;
  }
  .sec-jrepoint .jrepoint-box-3 .jrepoint-2cell .text:first-child {
    margin-bottom: 2em;
  }
}

/*---------------------------------------
プライバシーポリシー、コンプラ
-----------------------------------------*/
.sec-privacy {
  max-width: 800px;
  margin: 4em auto 6em;
  font-size: 87.5%;
  line-height: 1.9;
}

.sec-privacy h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  padding-bottom: 3px;
  border-bottom: 1px solid #4d4d4d;
  color: #000;
  font-size: 128.57143%;
  font-weight: 500;
}

.sec-privacy h3, .sec-privacy h4 {
  margin-bottom: 5px;
  color: #000;
  font-size: 100%;
  font-weight: 500;
}

.sec-privacy h3 {
  margin-top: 2em;
}

.sec-privacy h4 {
  margin-top: 1em;
}

.sec-privacy p {
  margin-bottom: 1em;
}

.sec-privacy p:last-child {
  margin-bottom: 0;
}

.sec-privacy .border {
  margin: 2em auto;
  padding: 20px;
  border: 1px solid #4d4d4d;
}

.sec-privacy ul {
  margin-top: 0;
  margin-bottom: 0;
}

.sec-privacy ul.indent, .sec-privacy ol.indent {
  list-style: none;
}

.sec-privacy ul.indent > li, .sec-privacy ol.indent > li {
  text-indent: -2em;
  margin-left: 2em;
}

.sec-privacy ul.indent-tab, .sec-privacy ol.indent-tab {
  list-style: none;
  display: table;
  width: 100%;
}

.sec-privacy ul.indent-tab > li, .sec-privacy ol.indent-tab > li {
  display: table-row;
  text-indent: 0;
}

.sec-privacy ul.indent-tab > li .li-num, .sec-privacy ol.indent-tab > li .li-num {
  display: table-cell;
  width: 1em;
  padding-right: .5em;
  white-space: nowrap;
}

.sec-privacy ul.indent-tab > li .li-text, .sec-privacy ol.indent-tab > li .li-text {
  display: table-cell;
}

@media screen and (max-width: 750px) {
  .sec-privacy {
    margin: 2em auto 3em;
  }
}
.digitalmap {
  max-width:600px;
  margin:0 auto 1.1em;
}