@charset 'utf-8';

/* ベース
==================== */

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  font-size: 1.6rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a[href^='tel:'] {
  color: #333;
}

img {
  height: auto;
  width: 100%;
}

.none {
  visibility: hidden;
}

.hide {
  display: none;
}

.item:hover {
  opacity: .8;
}

.banner:hover {
  opacity: .8;
}

.holdings_box:hover {
  opacity: .8;
}

/* ワードプレス装飾
==================== */

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  background: #efefef;
  box-sizing: border-box;
  color: #555;
  font-style: italic;
  padding: 30px 15px 8px 15px;
  position: relative;
}

blockquote::before {
  color: #cfcfcf;
  content: '\f10d';
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  font-weight: 900;
  left: 15px;
  line-height: 1;
  position: absolute;
  top: 13px;
}

blockquote p {
  line-height: 1.7;
  margin: 10px 0;
  padding: 0;
}

blockquote cite {
  color: #888;
  display: block;
  font-size: .9em;
  text-align: right;
}

/* コモン
==================== */

.heading {
  color: #555;
  display: inline-block;
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 4rem;
  letter-spacing: .1em;
  margin-bottom: 60px;
  padding-bottom: 30px;
  position: relative;
  text-indent: .1em;
}

/* top 各店舗共通
==================== */

/* 続きをもっと見る
-------------------- */

.next {
  margin-bottom: 120px;
  text-align: center;
}

.next p a {
  color: #000;
  font-size: 2rem;
}

.next a {
  color: #000;
  display: block;
  font-size: 2rem;
}

/* flyer shop共通
==================== */

/* h3見出し
-------------------- */

.heading3 {
  border-bottom: 1px solid #5a5a5a;
  color: #5a5a5a;
  font-family: 游明朝, YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', HG明朝E, 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 3.6rem;
  margin-bottom: 30px;
  padding-bottom: 20px;
  position: relative;
}

.heading3::before {
  color: #5a5a5a;
  content: '\02228';
  display: block;
  position: absolute;
  right: 3%;
  top: 20%;

  /* transform: rotate(90deg); */
}

.acdn-but {
  cursor: pointer;
}

/* guide_article共通
==================== */

#guide_article .heading::before,
#guide_article .heading::after {
  bottom: 0;
  content: 'GUIDE';
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;
  font-size: 65%;
  left: 0;
  position: absolute;
  right: 0;
  transform: translate(0%, 50%);

  /* transform: translate(50%, 50%);
  width: 50%; */
}

#guide_article .keyvisual {
  margin-bottom: 70px;
}

#guide_article .shizai_text {
  margin-bottom: 62.5px;
}

#guide_article .shizai_text h3 {
  color: #5a5a5a;
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 51.5px;
}

#guide_article .shizai_text p {
  color: #5a5a5a;
  font-size: 2.4rem;
  line-height: 2;
}

#guide_article .shizai_rei {
  display: flex;
  justify-content: center;
  margin-bottom: 200px;
}

#guide_article .shizai_rei h4 {
  align-items: center;
  background: #5a5a5a;
  color: #fff;
  display: flex;
  font-size: 3rem;
  justify-content: center;
  justify-content: center;
  max-width: 250px;
  padding: 0 1.6667em;
  width: 100%;
}

#guide_article .shizai_rei p {
  align-items: center;
  border: 1px solid #5a5a5a;
  display: flex;
  font-size: 2.4rem;
  justify-content: center;
  line-height: 2;
  padding: 1.0417em 2.0833em;
  width: 100%;
}

#guide_article .shizai_table {
  margin-bottom: 130px;
}

#guide_article .shizai_table table,
#guide_article .shizai_table td,
#guide_article .shizai_table th {
  border: 1px solid #5a5a5a;
  border-collapse: collapse;
}

#guide_article .shizai_table table {
  text-align: center;
  width: 100%;
}

#guide_article .shizai_table table tbody tr td {
  font-size: 3rem;
  line-height: 2.65;
  width: calc(100% / 3);
}

#guide_article .shizai_table table tbody tr td a {
  color: #5a5a5a;
  transition: all .2s;
}

#guide_article .shizai_table table tbody tr td a:hover {
  color: #a20007;
}

#list {
  margin-bottom: 80px;
  text-align: center;
}

#list .flex {
  flex-wrap: wrap;
  justify-content: center;
}

#list div ul {
  font-size: 3rem;
}

#list div ul li {
  border-left: 1px solid #5a5a5a;
  border-top: 1px solid #5a5a5a;
  height: 70px;
  line-height: 70px;
  transition: .5s;
  width: 190px;
}

#list div ul li.empty_item {
  height: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}

#list div ul li:nth-child(6),
#list div ul li:nth-child(11) {
  border-right: 1px solid #5a5a5a;
}

#list div ul li:nth-child(6),
#list div ul li:nth-child(7),
#list div ul li:nth-child(8),
#list div ul li:nth-child(9),
#list div ul li:nth-child(10),
#list div ul li:nth-child(11) {
  border-bottom: 1px solid #5a5a5a;
}

#list div ul li:nth-child(n + 12) {
  border: none;
}

#list div ul li a {
  color: #5a5a5a;
  display: block;
  height: 100%;
  transition: all .2s;
  width: 100%;
}

#list div ul li a:hover {
  color: #a20007;
}

.flex-col2 .flex-child dl dd ul li {
  font-size: 1.333em;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 35.55%;
}

.flex-col2 .flex-child dl dd ul li:first-child {
  border: 1px solid #333;
  font-size: 1.333em;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 35.55%;
}

.flex-col2 .flex-child dl dd ul li:first-child {
}

.flex-col2 .flex-child dl dd ul li:first-child a {
  color: #5a5a5a;
  display: block;
  height: 100%;
  transition: all .3s;
  width: 100%;
}

.flex-col2 .flex-child dl dd ul li:first-child a:hover {
  background: #5a5a5a;
  border: none;
  color: #fff;
}

.flex-col2 .flex-child dl dd ul li + li {
  background: #a20007;
  border: none;
}

.flex-col2 .flex-child dl dd ul li + li a {
  color: #fff;
  display: block;
  height: 100%;
  transition: all .3s;
  width: 100%;
}

.flex-col2 .flex-child dl dd ul li + li a:hover {
  background: #fff;
  border: 1px solid #a20007;
  color: #a20007;
}

.flex-col2 .flex-child dl dd ul li:first-child {
  margin-right: 5.3%;
}

/* article
==================== */

.common_mg1 {
  margin-top: 6%;
}

.linkbox {
  position: relative;
}

.linkbox a {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.bgDark {
  background: #000;
}

.bgBlue {
  background: #00f;
}

.bgRed {
  background: #f00;
}

.bgDark img,
.bgBlue img,
.bgRed img {
  display: block;
  opacity: .6;
}

.contens_box div {
  background: #000;
  overflow: hidden;
}

.contens_box img {
  display: block;
  transition-duration: .3s;
}

.contens_box img:hover {
  opacity: .3;
  transform: scale(1.1);
  transition-duration: .3s;
}

/* .imgWrap {
  background: #000;
  overflow: hidden;
}

.imgWrap img {
  display: block;
  transition-duration: 0.3s;
}

.imgWrap img:hover {
  opacity: 0.3;
  transform: scale(1.1);
  transition-duration: 0.3s;
} */

.bold {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.trimming {
  /* background: #f0f0f0; */
  overflow: hidden;
  padding-top: 65%;
  position: relative;
}

.article_trimming {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
}

.photo {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.wrapper {
  overflow: hidden;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex_wp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

[class^='flex-col'] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-child {
  margin-bottom: 25px;
}

.flex-col2 .flex-child {
  width: calc((100% - 10px) / 2);
}

.flex-col3::after,
.flex-col3 .flex-child {
  width: calc((100% - 50px) / 3);
}

.flex-col4::before,
.flex-col4::after,
.flex-col4 .flex-child {
  width: calc((100% - 30px) / 4);
}

.flex-col3::after,
.flex-col4::before,
.flex-col4::after {
  content: '';
}

.flex-col4::before {
  order: 1;
}

.flex-with-border {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
}

.flex-child p:last-child {
  margin-bottom: 0;
}

.item-image img {
  height: auto;
  vertical-align: bottom;
  width: 100%;
}

.item-text {
  background: #f0f0f0;
  font-size: 2rem;
  line-height: 1.5;
  min-height: 105px;
  padding: .5em;
}

.item-text time {
  font-size: 1.6rem;
}

.news a {
  display: initial;
  height: initial;
  left: initial;
  position: initial;
  top: initial;
  width: initial;
}

.item-meta {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.contens_box_heading {
  border: 1px solid #fff;
  color: #f6f6f6;
  font-size: 2.8rem;
  left: 50%;
  letter-spacing: .05em;
  padding: .7em 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -100%);
  width: 85%;
}

.contens_box_text {
  background: #fff;
  border: 1px solid #f6f6f6;
  color: #5a5a5a;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 1.7rem;
  left: 50%;
  letter-spacing: .05em;
  padding: 1em 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, 0%);
  width: 75%;
}

.contens_box,
.holdings_box {
  position: relative;
}

.holdings_box_text {
  color: #f6f6f6;
  font-size: 2rem;
  left: 50%;
  line-height: 1.5;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* ナビげーション
-------------------- */
.nav_wrapper {
  margin-bottom: 100px;
}

.nav_wrapper nav ul {
  text-align: center;
}

.nav_wrapper nav ul li {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 2rem;
  width: calc(100% / 6);
}

.nav_wrapper nav ul li a {
  color: #5a5a5a;
}

/* パンくず
-------------------- */

.topic-path {
  margin-bottom: 30px;
  padding-top: 40px;
}

.topic-path ul {
  font-size: 2rem;
  vertical-align: middle;
}

.topic-path ul li a {
  color: #5a5a5a;
  transition: all .2s;
}

.topic-path ul li a:hover {
  color: #a20007;
}

.topic-path ul li {
  display: inline-block;
}

.topic-path ul li::after {
  content: '\03e';
  font-size: 2.5rem;
}

.topic-path ul li:last-child {
  margin-left: -.3em;
}

.topic-path ul li:last-child::after {
  content: '';
}

#topic-path {
  margin-bottom: 30px;
  padding-top: 40px;
}

#topic-path ul {
  font-size: 2rem;
  vertical-align: middle;
}

#topic-path ul li a {
  color: #5a5a5a;
  transition: all .2s;
}

#topic-path ul li a:hover {
  color: #a20007;
}

#topic-path ul li {
  display: inline-block;
}

#topic-path ul li::after {
  content: '\03e';
  font-size: 2.5rem;
}

#topic-path ul li:last-child {
  /* margin-left: -0.3em; */
}

#topic-path ul li:last-child::after {
  content: '';
}

/* container
-------------------- */

.container,
#footer div.flex {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
}

/* header
-------------------- */

#header {
  margin: 100px 0 50px 0;
  position: relative;
  width: 100%;
}

#header h1 {
  left: 20px;
  position: absolute;
  top: 30px;
  z-index: 1000;
}

.header_top {
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
  height: 100%;
  height: 100px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#header h1 {
  left: 30px;
  top: 20px;
}

#header h1 img {
  width: 80%;
}

/**
 * アドミンバーの分、32px下げる。
 */
.logged-in .header_top {
  top: 32px;
}

.logged-in .zdo_drawer_menu .zdo_drawer_button {
  top: 52px;
}

/* footer
-------------------- */

#footer {
  background: #000;
  padding: 70px 0 0 0;
  position: relative;
}

#footer dl {
  line-height: 2;
}

#footer dl dt {
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  letter-spacing: .1em;
}

#footer dl dt a,
#footer dl dd a {
  color: #fff;
}

#footer dl dt a:hover,
#footer dl dd a:hover {
  color: #ba373d;
}

#footer small {
  color: #fff;
  display: inline-block;
  font-family: '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: 1.5;
  padding: 30px 15px 50px 15px;
  text-align: center;
  width: 100%;
}

/* 採用情報
-------------------- */

.page-template-page-stuff .container > section {
  margin-top: 30px !important;
}

.page-template-page-stuff section:nth-child(2) a {
  color: #a20007;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: underline;
}

.page-template-page-stuff section:nth-child(2) a:hover {
  text-decoration: none;
}

.page-template-page-stuff section:last-child {
  border-top: 1px solid #5a5a5a;
  line-height: 1.5;
  margin-bottom: 60px;
  padding-top: 30px;
}

/***stuff***/
#stuff {
  border-top: none;
  line-height: 1.5;
  padding-top: 0;
}

#stuff table {
  border: 1px solid #666;
  border-collapse: collapse;
  width: 100%;
}

#stuff caption {
  margin-top: 1em;
  text-align: left;
}

#stuff table th {
  border-bottom: 1px solid #666;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
}

#stuff table th,
#stuff table td {
  padding: 0 .5em;
}

#stuff table th:nth-child(1),
#stuff table td:nth-child(1) {
  border-right: 1px solid #666;
  width: 8em;
}

#stuff table th:nth-child(2),
#stuff table td:nth-child(2) {
  border-right: 1px solid #666;
  width: 10em;
}

#stuff table th:nth-child(3),
#stuff table td:nth-child(3) {
  border-right: 1px solid #666;
  width: 9em;
}

#stuff table th:nth-child(4),
#stuff table td:nth-child(4) {
  max-width: 40em;
}

#news {
  margin-bottom: 140px;
}

/* カテゴリー
-------------------- */

.cat {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  height: 20px;
  text-align: center;
  width: 100px;
}

.cat.news {
  background: #ec5162;
}

.cat.campaign {
  background: #fd653b;
}

.cat.event {
  background: #3b9dd1;
}

.cat.feature {
  background: #39ac60;
}

/* カテゴリーナビ
-------------------- */

.cat-nav_wrapper {
  margin-bottom: 30px;
}

.cat-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  text-align: center;
}

.cat-nav_item {
  color: #5cb85c;
  height: 50px;
  line-height: 50px;
  -moz-osx-font-smoothing: grayscale;
  outline: 2px solid #707070;
  transition: all .2s ease;
  width: 210px;
}

.cat-nav_item:not(:last-of-type) {
  margin: 0 22px 15px 0;
}

.cat-nav li.cat-nav_item:last-of-type {
  margin-bottom: 15px;
}

.cat-nav_item--link {
  color: #707070;
  display: block;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  -moz-osx-font-smoothing: grayscale;
  transition: all .2s ease;
}

.current a {
  background: #707070;
  color: #fff;
  transition: all .2s ease;
}

.cat-nav_item--link:hover {
  background: #707070;
  color: #fff;
}

/* ページトップ
-------------------- */

#page-top {
  position: absolute;
  right: 50px;
  top: -50px;
}

#page-top img {
  -webkit-filter: drop-shadow(0 -1px 5px rgba(0, 0, 0, .2));
  filter: drop-shadow(0 -1px 5px rgba(0, 0, 0, .2));
  width: 80px;
}

.page-top__warp {
  align-items: center;
  display: flex;
  justify-content: center;
}
