@charset 'UTF-8';
/*
Theme Name: w8
Author: WEB8 inc
Author URI: http://www.web8.co.jp/
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; 
  font: inherit;
  font-size: 100%;
}

html{
  line-height: 1;
}

ol,
ul{
  list-style: none;
}

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

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

q,
blockquote{
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after{
  content: '';
  content: none;
}

sub,
sup{
  font-weight: normal; 
  font-size: 50%;
}

a img{
  border: none;
}

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

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

input[type='button']:not([disabled]),
input[type='submit']:not([disabled]),
input[type='reset']:not([disabled]),
button:not([disabled]){
  cursor: pointer;
}

[hidden]{
  display: none !important;
}

/* -----------------------------------------
//  フォーム（共通）
// ---------------------------------------*/
.form_wrapper .wpcf7c-elm-step1{
  position: relative;
}

.form_wrapper .contact_info{
  text-align: center;
  font-size: 17px;
  line-height: 1.5em;
}
.form_wrapper .contact_info span{
  font-size: 12px;
}

.form_wrapper .form_inner{
  text-align: left;
}
.form_wrapper .form_inner .form_item_set{
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.form_wrapper .form_inner .form_item_set .form_item_label{
  width: 190px;
  font-weight: bold;
}
.form_wrapper .form_inner .form_item_set .form_item_label::before{
  margin-right: 3px; 
  content: '●';
  font-size: 90%;
}
.form_wrapper .form_inner .form_item_set .form_item_input{
  width: 100%;
}
.form_wrapper .form_inner .form_item_set .form_item_input input,
.form_wrapper .form_inner .form_item_set .form_item_input textarea{
  box-sizing: border-box;
  padding: 5px 6px;
  width: calc( 100% - 12px);
  border: none;
  background-color: #fff;
}
.form_wrapper .form_inner .txt_other{
  margin-bottom: 20px;
}
.form_wrapper .form_inner .form_btn_wrap{
  padding: 0 20px;
}
.form_wrapper .form_inner .form_btn_wrap .form_btn{
  position: relative; 
  margin: 0 auto;
  max-width: 350px;
}
.form_wrapper .form_inner .form_btn_wrap .form_btn input{
  display: block;
  margin-bottom: 10px;
  padding: 14px 18px;
  width: 100%;
  border: 2px solid #000; 
  text-align: left;
  font-size: 14px;
}
.form_wrapper .form_inner .form_btn_wrap .form_btn::after{
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  background-position: right top; 
  background-repeat: no-repeat;
  content: '';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form_wrapper .form_inner .form_btn_wrap .form_btn---reset::after{
  width: 10px;
  height: 10px;
  background-image: url('img/contact/icon_reset.png');
  background-size: 100%;
}
.form_wrapper .form_inner .form_btn_wrap .form_btn---submit input{
  background-color: #000; 
  color: #fff;
}
.form_wrapper .form_inner .form_btn_wrap .form_btn---submit::after{
  width: 38px;
  height: 9px;
  background-image: url('img/contact/icon_submit.png');
  background-size: 100%;
}
.form_wrapper .form_inner .ajax-loader{
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ------------------------------------
//  記事の日付やタイトル等 共通の仕様
// ----------------------------------*/
/* wrapper */
.entry_wrap{
  /* タイトルwrap */
  /* タイトル */
  /* 日付 */
  /* カテゴリー */
}
.entry_wrap .entry_title_wrap{
  margin-bottom: 20px; 
  padding: 15px 10px 10px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
.entry_wrap .entry_title{
  font-weight: bold;
  font-size: 19px;
  line-height: 1.5em;
}
.entry_wrap .entry_date{
  display: inline-block;
  margin: 5px auto 0;
  color: #000; 
  vertical-align: middle;
  font-size: 12px;
  line-height: 1;
}
.entry_wrap .entry_category{
  margin-bottom: 20px; 
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 15px;
}

/* ------------------------------------
//  アーカイブページ以外の記事一覧リスト部品
// ----------------------------------*/
/* タイトル */
.entry_header{
  position: relative;
  margin: 0 auto 23px;
  width: 910px;
  color: #fff;
  text-align: left;
  font-weight: 700;
  font-size: 130%;
  line-height: 1;
}

/* 一覧を見る */
.show_all_entries{
  position: absolute;
  right: 0;
  font-weight: 500;
  font-size: 13px;
}
.show_all_entries:link,
.show_all_entries:visited{
  color: #fff;
  text-decoration: none;
}
.show_all_entries:hover,
.show_all_entries:active{
  color: #f8af37;
  text-decoration: none;
}

.show_all_entries i{
  margin: 0 0 0 8px;
}

/* ------------------------------------
//  記事一覧表示
// ----------------------------------*/
/* wrap */
.entry_list_wrap ul.entry_list li.entry_list_item{
  margin-bottom: 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #bdbdbd;
}
.entry_list_wrap ul.entry_list li.entry_list_item .entry_date{
  margin-bottom: 5px; 
  font-size: 12px;
  line-height: 1em;
}
.entry_list_wrap ul.entry_list li.entry_list_item .entry_date .cap{
  height: 10px;
  vertical-align: 0;
}
.entry_list_wrap ul.entry_list li.entry_list_item .entry_title{
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.4em;
}
.entry_list_wrap ul.entry_list li.entry_list_item .entry_category{
  display: inline-block;
  margin-left: 10px; 
  vertical-align: middle;
}
.entry_list_wrap ul.entry_list li.entry_list_item .entry_category a{
  display: block; 
  font-size: 10px;
  line-height: 1.4em;
}

/* ------------------------------------
//  ページネーション（プラグイン「WP-PageNavi」）
// ----------------------------------*/
.wp-pagenavi{
  margin: 25px auto 15px;
  text-align: center;
  /* 数字を囲むbox */
  /* カレント */
}
.wp-pagenavi span,
.wp-pagenavi a{
  display: inline-block;
  margin: 0 2px;
  padding: 7px 11px 6px;
  border: none; 
  line-height: 1em;
}
.wp-pagenavi a{
  /* 次、前 */
}
.wp-pagenavi a:link,
.wp-pagenavi a:visited{
  background-color: #fff;
  text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi a:active{
  background-color: #72b9d0;
  color: #fff;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.previouspostslink{
  border-bottom: 1px solid #000;
}
.wp-pagenavi a.nextpostslink span,
.wp-pagenavi a.previouspostslink span{
  display: none;
}
.wp-pagenavi span.current{
  background-color: #72b9d0;
  color: #fff;
  font-weight: normal;
}

/* ページナビのhoverリンク色とカレント色をカテゴリー毎で変える */
.category-shop_news .wp-pagenavi a:hover,
.category-shop_news .wp-pagenavi a:active{
  background-color: #8ec558;
}

.category-shop_news .wp-pagenavi span.current{
  background-color: #8ec558;
  color: #fff;
  font-weight: normal;
}

.category-toigo_news .wp-pagenavi a:hover,
.category-toigo_news .wp-pagenavi a:active{
  background-color: #72b9d0;
}

.category-toigo_news .wp-pagenavi span.current{
  background-color: #72b9d0;
  color: #fff;
  font-weight: normal;
}

/* ------------------------------------
//  個別ページのページネーション
// ----------------------------------*/
.pagenation{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin: 20px auto;

  align-items: center;
  justify-content: space-between;
  /*共通*/
  /*前の記事、次の記事*/
  /*一覧に戻る*/
}
.pagenation .prev,
.pagenation .next,
.pagenation .button{
  line-height: 1.4em;
}
.pagenation .prev,
.pagenation .next{
  position: relative; 
  width: 35%;
  font-size: 11px;
}
.pagenation .prev::before,
.pagenation .next::before{
  position: absolute;
  top: 50%;
  font-size: 16px;
  font-family: 'FontAwesome';
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.pagenation .prev a,
.pagenation .next a{
  display: block;
}
.pagenation .prev{
  text-align: left;
}
.pagenation .prev::before{
  left: 0; 
  content: '\f104';
}
.pagenation .prev a{
  padding-left: 15px;
}
.pagenation .next{
  text-align: right;
}
.pagenation .next::before{
  right: 0; 
  content: '\f105';
}
.pagenation .next a{
  padding-right: 15px;
}
.pagenation .button{
  width: 30%;
  text-align: center; 
  font-size: 12px;
  line-height: 1em;
}
.pagenation .button a{
  display: block;
  margin: 0 10px;
  padding: 10px;
  border: 1px solid #000;
}
.pagenation .button a:hover,
.pagenation .button a:active{
  background-color: #000;
  color: #fff;
}
.pagenation .button i{
  display: inline;
  font-size: 12px;
}

/* ------------------------------------
//  the_content(); で吐き出される投稿箇所
// ----------------------------------*/
/* 以下 SP */
.mce{
  /* 見出し */
  /* 段落 */
  /* リンク */
  /* 画像 */
  /* 回り込み */
  /* 回り込み解除(clearfix) */
  /* リスト */
  /* リストのネスト */
  /* テーブル */
  /* iframe */
  /* その他装飾 */
}
.mce h1,
.mce h2,
.mce h3,
.mce h4,
.mce h5,
.mce h6{
  margin-bottom: 1em;
  color: #000;
  font-weight: bold;
  line-height: 1.2em;
}
.mce h1{
  font-size: 200%;
}
.mce h2{
  font-size: 150%;
}
.mce h3{
  font-size: 130%;
}
.mce h4{
  font-size: 115%;
}
.mce h5{
  font-size: 115%;
}
.mce h6{
  font-size: 100%;
}
.mce p,
.mce div{
  margin: 0 0 1em; 
  font-size: 13px;
  line-height: 1.77em;
}
.mce p:last-child,
.mce p:last-child,
.mce div:last-child,
.mce div:last-child{
  margin-bottom: 0;
}
.mce img{
  margin: 1em 0;
  vertical-align: top;
}
.mce .alignnone{
  display: block;
  float: none;
}
.mce .alignleft{
  float: left;
  margin: 0 1em 1em 0;
}
.mce .aligncenter{
  display: block;
  float: none;
  margin: 1em auto;
  text-align: center;
}
.mce .alignright{
  float: right;
  margin: 0 0 1em 1em;
}
.mce .alignleft:before,
.mce .alignleft:after,
.mce .alignrightalignright:before,
.mce .alignright:after{
  display: table;
  content: ' ';
}
.mce .alignleft:after,
.mce .alignrightalignright:after{
  clear: both;
}
.mce .alignleft,
.mce .alignright{
  *zoom: 1;
}
.mce ul,
.mce ol{
  margin: 1.5em 0;
  padding: 0;
  padding-left: 1.6em;
}
.mce ul li,
.mce ol li{
  margin-bottom: 1em;
}
.mce ul{
  list-style: disc outside;
}
.mce ol{
  list-style: decimal outside;
}
.mce dl{
  margin: 1.5em 0;
}
.mce dl dt{
  margin-bottom: .5em;
}
.mce dl dd{
  margin-bottom: .5em;
}
.mce ul ul,
.mce ul ol,
.mce ul dl,
.mce ol ul,
.mce ol ol,
.mce ol dl,
.mce dl ul,
.mce dl ol,
.mce dl dl{
  margin: 1em 1.5em;
}
.mce table{
  margin: 1.5em 0;
  width: 100%;
}
.mce table th,
.mce table td{
  padding: 10px 14px;
  border: 1px solid #b3b3b3;
  background: #f6f6f6;
  line-height: 1.3em;
}
.mce table td{
  background: #fdfdfd;
}
.mce table p,
.mce table ul,
.mce table ol,
.mce table dl{
  margin-bottom: 0;
}
.mce iframe{
  margin: 1.5em auto;
  max-width: 100%;
}
.mce strong{
  font-weight: bold;
}
.mce em{
  font-weight: normal;
  font-style: italic;
}
.mce pre{
  margin: 1em 0;
  padding: 1em 1.5em;
  background: #ededed;
  white-space: pre-wrap;
}
.mce hr{
  border: 1px solid #ccc;
}
.mce blockquote{
  padding: 1em 1.5em;
  color: #555;
  font-style: italic;
}
.mce blockquote cite:before{
  margin: 0 1em;
  color: #999;
  content: '─';
}

/* 以下 PC */

.cf:before,
.cf:after{
  display: table;
  content: ' ';
}

.cf:after{
  clear: both;
}

.cf{
  *zoom: 1;
}

/* ------------------------------------
//  base
// ----------------------------------*/
html{
  width: 100%;
}

body{
  position: relative;
  width: 100%;
  color: #000;
  text-align: left; 
  letter-spacing: .025em;
  font-size: 13px;
  font-family: Helvetica, 'Roboto', 'Noto Sans Japanese', Arial, “Droid Sans”, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', sans-serif;
  line-height: 1.77em;
}

/* ------------------------------------
//  フォント
// ----------------------------------*/
em,
strong{
  font-weight: bold;
}

.small_txt{
  font-size: 70%;
}

.large_txt{
  font-size: 130%;
}

/* ------------------------------------
//  リスト
// ----------------------------------*/
ol,
ul{
  list-style: none;
}

/* ------------------------------------
//  段落設定
// ----------------------------------*/
p{
  margin: 0 auto 1em;
}

/* ------------------------------------
//  画像
// ----------------------------------*/
img{
  vertical-align: bottom;
  line-height: 1em;
}

/* ------------------------------------
//  リンク
// ----------------------------------*/
a{
  transition: all .07s linear 0s;
}
a:link,
a:visited{
  color: #000;
  text-decoration: none;
}
a:hover,
a:active{
  color: #b52a2d;
}
a img{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  transition: opacity .1s linear 0s;
}
a img:hover{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

.qa_list a:link,
.qa_list a:visited,
.mce a:link,
.mce a:visited{
  color: #000;
  text-decoration: underline;
}

/* 文中等の上下にマージンの有るリンク */
.another_link_area{
  margin: 90px auto;
  font-weight: bold;
  font-size: 130%;
}

/* telリンク */
a[href^='tel:']{
  cursor: default;
}
a[href^='tel:']:link,
a[href^='tel:']:visited,
a[href^='tel:']:hover,
a[href^='tel:']:active{
  color: inherit;
  text-decoration: none;
}
a[href^='tel:'] img{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
a[href^='tel:'] img:hover{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}

/* ------------------------------------
//  アイコン、キャプション
// ----------------------------------*/
/* Awesome */
i.fa{
  margin-right: 5px;
  font-size: 1.1em;
}

/* ------------------------------------
//  TELリンク
// ----------------------------------*/
.tel_link{
  display: block;
}

/* ------------------------------------
//  ボタン
// ----------------------------------*/
.btn{
  margin: 30px auto; 
  text-align: center;
}
.btn a{
  position: relative; 
  display: block;
  margin: 0 auto;
  padding: 10px 15px 10px 35px;
}
.btn a .cap{
  position: absolute;
  top: 50%;
  left: 25px;
  width: 7px;
  height: atuo;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btn a:link,
.btn a:visited{
  border: 1px solid #000;
  background-color: #fff; 
  color: #000;
}
.btn a:hover,
.btn a:active{
  background-color: #000; 
  color: #fff;
}

.btn_wrap a{
  display: block;
  padding: 12px 0 8px 15px;
  background: url('img/common/cap-arrow-right.png') no-repeat 25px center;
  background-size: 7px 10px; 
  text-align: center;
  font-size: 14px;
}
.btn_wrap a:link,
.btn_wrap a:visited{
  border: 1px solid #000; 
  color: #000;
}
.btn_wrap a:hover,
.btn_wrap a:active{
  color: #000;
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

/* ----------------------------------------------------------------
  ヘッダーのレイアウト
---------------------------------------------------------------- */
header{
  position: relative; 
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  border: 8px solid #000;
  border-bottom: none;

  align-items: center;
  justify-content: space-between;
}
header .logo_wrap{
  margin-left: 18px; 
  width: 154px;
}
header .logo_wrap .logo_main{
  width: 100%;
  height: auto;
  vertical-align: middle;
}
header .menu-wrap{
  position: absolute;
  top: 50px;
  left: -8px;
  z-index: 9999; 
  display: none;
  width: 100%;
  border: 8px solid #000;
  border-top: none;
}
header .menu-wrap #google_translate_element{
  padding: 10px 15px 10px 0;
  border-top: 1px solid #000;
  background-color: #fff; 
  text-align: right;
}
header .deco{
  position: absolute;
  top: -8px; 
  display: block;
}
header .deco--1{
  left: -8px; 
  width: 8px;
  height: 58px;
  background-color: #ffb830;
}
header .deco--2{
  left: 0; 
  width: 50px;
  height: 8px;
  background-color: #8ec558;
}
header .deco--3{
  right: 0; 
  width: 50px;
  height: 8px;
  background-color: #72b9d0;
}
header .deco--4{
  right: -8px; 
  width: 8px;
  height: 58px;
  background-color: #eca8f0;
}

/* ----------------------------------------------------------------
  各メニューのレイアウト
---------------------------------------------------------------- */
.gnavi_btn{
  position: relative;
  width: 50px;
  height: 50px;
  background-color: #f4f4f4;
}
.gnavi_btn a{
  display: block;
}
.gnavi_btn span{
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.gnavi_btn span::before,
.gnavi_btn span::after{
  position: absolute;
  left: 0; 
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000;
  content: ' ';
}
.gnavi_btn span::before{
  top: -7px;
}
.gnavi_btn span::after{
  bottom: -7px;
}

header .menu-gnavi-container ul.menu li{
  background-color: #f4f4f4;
}
header .menu-gnavi-container ul.menu li a{
  display: block;
  padding: 15px 18px;
  border-top: 1px solid #000; 
  font-weight: bold;
  font-size: 17px;
}
header .menu-gnavi-container ul.menu li a span{
  margin-left: 1em;
  color: #6d6d6d;
  vertical-align: middle; 
  font-weight: normal;
  font-size: 12px;
}
header .menu-gnavi-container ul.menu li a:hover span,
header .menu-gnavi-container ul.menu li a:active span{
  color: #b52a2d;
}

footer .menu-gnavi-container{
  padding: 18px 18px 0;
  text-align: left;
}
footer .menu-gnavi-container ul.menu{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
footer .menu-gnavi-container ul.menu li{
  margin-bottom: 10px;
  width: calc( 50% - 5px);
  border-bottom: 1px solid #949494;
}
footer .menu-gnavi-container ul.menu li:first-child{
  display: none;
}
footer .menu-gnavi-container ul.menu li a{
  color: #fff; 
  font-size: 15px;
}
footer .menu-gnavi-container ul.menu li a span{
  display: none;
}
footer .menu-gnavi-container ul.menu li a::before{
  display: inline-block;
  margin-right: 9px; 
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: '';
  vertical-align: middle;
}
footer .menu-gnavi-container ul.menu li.menu_item_floor a::before{
  background-color: #ffb830;
}
footer .menu-gnavi-container ul.menu li.menu_item_shopnews a::before{
  background-color: #8ec558;
}
footer .menu-gnavi-container ul.menu li.menu_item_toigonews a::before{
  background-color: #72b9d0;
}
footer .menu-gnavi-container ul.menu li.menu_item_access a::before{
  background-color: #eca8f0;
}
footer .menu-gnavi-container ul.menu li.menu_item_contact a::before{
  background-color: #a194e0;
}

/* ----------------------------------------------------------------
  MV
---------------------------------------------------------------- */
.mv_wrap{
  padding-bottom: 2px; 
  border-right: 8px solid #000;
  border-bottom: 8px solid #000;
  border-left: 8px solid #000;
  background-color: #fff;
}
.mv_wrap .slider_wrap img{
  width: 100%;
}
.mv_wrap .panel_link_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-top: 2px; 

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
.mv_wrap .panel_link_wrap .panel_link{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 28px 0;
  color: #fff; 

  align-items: center;
  justify-content: center;
}
.mv_wrap .panel_link_wrap .panel_link .panel_icon img{
  width: auto;
  height: 37px;
}
.mv_wrap .panel_link_wrap .panel_link .panel_txt{
  margin-top: 5px;
  padding-left: 12px; 
  text-align: center;
  font-size: 12px;
  line-height: 1.6em;
}
.mv_wrap .panel_link_wrap .panel_link .panel_txt strong{
  display: block;
  margin-bottom: 3px; 
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
}
.mv_wrap .panel_link_wrap .panel_link---floor_shop{
  margin-bottom: 2px; 
  width: 100%;
  background-color: #fcb225;
}
.mv_wrap .panel_link_wrap .panel_link---floor_shop .panel_txt{
  padding-left: 16px;
}
.mv_wrap .panel_link_wrap .panel_link---access{
  width: calc( 50% - 1px);
  background-color: #e79deb;
}
.mv_wrap .panel_link_wrap .panel_link---faq{
  width: calc( 50% - 1px);
  background-color: #988adb;
}

/* ----------------------------------------------------------------
  タイトル
---------------------------------------------------------------- */
.page_title{
  display: block;
  padding: 20px 10px 18px;
  border-right: 8px solid #000;
  border-left: 8px solid #000;
  background-color: #f4f4f4; 
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2em;
}
.page_title span{
  display: block;
  margin-top: 3px; 
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2em;
}
.page_title---shop_news{
  background-color: #c6eba1;
}
.page_title---toigo_news{
  background-color: #cae8f1;
}
.page_title---floor{
  background-color: #ffefcf;
}
.page_title---access{
  background-color: #f7dcf9;
}
.page_title---contact{
  background-color: #d7d0f7;
}

.sub_title_wrap{
  margin-bottom: 20px;
  border-bottom: 2px solid #000; 
  text-align: center;
}
.sub_title_wrap .sub_title{
  padding-bottom: 8px; 
  font-weight: bold;
  font-size: 19px;
}

/* ----------------------------------------------------------------
  リスト
---------------------------------------------------------------- */
.list-disc{
  margin: 1em 0 1em 1.5em; 
  list-style: outside disc;
}
.list-disc li{
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------
  ボディーの共通レイアウト
---------------------------------------------------------------- */
/* 全体を囲うやつ */
.content_wrap{
  padding: 21px 18px 10px;
}

/* メインコンテンツ */
.main_content{
  padding-bottom: 15px;
}

/* テキストタイプ */
.page_intro{
  font-size: 13px;
}

/* サイド */
aside{
  text-align: center;
}
aside .fb-page{
  overflow: hidden;
  margin: 0 auto;
  width: 250px;
  height: 245px;
  border-bottom: 1px solid #eee;
}
aside .banner_wrap .banner_list .banner_item{
  margin-bottom: 15px; 
  width: 100%;
}
aside .banner_wrap .banner_list .banner_item img{
  width: 250px;
  height: auto;
}
aside .banner_wrap---side_bottom{
  margin-top: 20px;
}

/* ----------------------------------------------------------------
  フッターのレイアウト
---------------------------------------------------------------- */
footer{
  padding-bottom: 5px;
  border-bottom: 8px solid #000; 
  background-color: #5a5a5a;
  text-align: center;
}
footer .banner_wrap{
  padding: 18px 18px 8px;
  background-color: #f4f4f4;
}
footer .banner_wrap .banner_list{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;

  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: space-between;
}
footer .banner_wrap .banner_list .banner_item{
  margin-bottom: 10px; 
  width: calc( 50% - 5px);
}
footer .banner_wrap .banner_list .banner_item img{
  width: 100%;
  height: auto;
}
footer .icon_link_wrap{
  margin: 18px 0;
}
footer .icon_link_wrap .icon_link{
  margin: 0 5px; 
  width: 42px;
  height: 42px;
}
footer .copyright{
  color: #aeaeae; 
  letter-spacing: 1px;
  font-size: 12px;
}

/* ------------------------------------
//  画像キャプション
// ----------------------------------*/
.cap{
  display: inline-block;
  margin-right: 5px;
  width: auto; 
  vertical-align: middle;
  line-height: 1em;
}

.icon-popup{
  width: 13px;
  height: 13px;
  vertical-align: middle;
}

/* ------------------------------------
//  bread nav（パンくずナビ）
// ----------------------------------*/
.breadcrumbs{
  margin: 0;
  padding: 0 40px;
  width: auto;
  background-color: #000;
  color: #999;
  text-align: left;
  font-size: 13px;
  line-height: 35px;
}
.breadcrumbs a:link,
.breadcrumbs a:visited{
  color: #999;
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:active{
  color: #fff;
}

/* ------------------------------------
//  アンカーリンク
// ----------------------------------*/
.anchor_link_area{
  margin: 90px auto;
  font-weight: bold;
  font-size: 130%;
}

/* ------------------------------------
//  アローボタン
// ----------------------------------*/
.arrow_btn{
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arrow_btn---left{
  left: -18px;
}
.arrow_btn---right{
  right: -18px;
}
.arrow_btn img{
  width: 18px;
  height: auto;
}

/* ------------------------------------
//  TOPへ戻るボタン
// ----------------------------------*/
.btn_page_top{
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 9999;
  display: none;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  cursor: pointer;
}
.btn_page_top img{
  width: 60px;
  height: 60px;
}

.btn_page_top:hover{
  opacity: .7;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
}

/* ------------------------------------
//  画像キャプション
// ----------------------------------*/
.cap{
  display: inline-block;
  margin-right: 5px;
  width: auto; 
  vertical-align: middle;
  line-height: 1em;
}

/* ------------------------------------
//  bread nav（パンくずナビ）
// ----------------------------------*/
.breadcrumbs{
  margin: 0;
  padding: 0 40px;
  width: auto;
  background-color: #000;
  color: #999;
  text-align: left;
  font-size: 13px;
  line-height: 35px;
}
.breadcrumbs a:link,
.breadcrumbs a:visited{
  color: #999;
  text-decoration: none;
}
.breadcrumbs a:hover,
.breadcrumbs a:active{
  color: #fff;
}

/* ------------------------------------
//  HOME
// ----------------------------------*/
.entry_list_title_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  margin-bottom: 20px; 

  align-items: flex-end;
}
.entry_list_title_wrap span{
  display: block;
  margin-right: 10px; 
  padding: 8px 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  white-space: nowrap !important;
  font-size: 17px;
  line-height: 1em;
}
.entry_list_title_wrap h2{
  display: block;
  padding-bottom: 2px;
  width: 100%;
  border-bottom: 1px solid #000; 
  font-size: 10px;
  line-height: 1em;
}

.home .entry_list_wrap{
  margin-bottom: 40px;
}
.home .entry_list_wrap ul.entry_list li.entry_list_item{
  padding-bottom: 0; 
  border-bottom: none;
}

/* ------------------------------------
//  FLOOR / SHOP のトップ
// ----------------------------------*/
.floor_guide{
  margin-bottom: 50px;
}
.floor_guide .floormap{
  margin-bottom: 25px; 
  width: 100%;
  height: auto;
}
.floor_guide .floorguide_icon{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  width: 100%;

  justify-content: space-between;
}
.floor_guide .floorguide_icon li{
  width: 20%;
  text-align: center;
  font-size: 11px;
  line-height: 1.2em;
}
.floor_guide .floorguide_icon li img{
  display: block;
  margin: 0 auto 5px; 
  width: 40px;
  height: 40px;
}
.floor_guide .floorguide_icon li span{
  display: inline-block;
  padding: 0 5px;
}

.floor_list{
  font-size: 14px;
  line-height: 1.5em;
}
.floor_list .floor_title{
  padding: 5px 10px;
  background-color: #ccc; 
  line-height: 1.5em;
}
.floor_list .shop_in_floor{
  padding: 15px 0 10px 10px;
}
.floor_list .shop_in_floor li{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-bottom: 10px; 
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;

  align-items: center;
  justify-content: space-between;
}
.floor_list .shop_in_floor li a{
  margin-right: 10px; 
  width: 65%;
}
.floor_list .shop_in_floor li a::before{
  margin-right: 7px; 
  color: #ccc;
  content: '\f054';
  font-size: 10px;
  font-family: 'FontAwesome';
}
.floor_list .shop_in_floor li span{
  padding: 0 5px;
  width: 30%;
  border-radius: 12px; 
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.floor_list .shop_in_floor li span.icon-fashon{
  background-color: #72b9d0;
}
.floor_list .shop_in_floor li span.icon-food{
  background-color: #ffb830;
}
.floor_list .shop_in_floor li span.icon-service{
  background-color: #8ec558;
}
.floor_list .shop_in_floor li span.icon-goods{
  background-color: #eca8f0;
}

.floor_info{
  position: relative; 
  margin-bottom: 20px;
  padding: 25px;
  border: 1px solid #000;
}
.floor_info::before{
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: calc( 100% - 10px);
  height: calc( 100% - 10px); 
  border: 1px solid #000;
  content: '';
}
.floor_info .floor_info_title{
  margin-bottom: 10px; 
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 27px;
}
.floor_info p{
  font-size: 13px;
  line-height: 23px;
}
.floor_info img{
  width: 100%;
  height: auto;
}

/* ------------------------------------
//  FLOOR / SHOP （個別）
// ----------------------------------*/
/* 店名等とMV */
.shop_info_head_wrap{
  margin-bottom: 15px;
}
.shop_info_head_wrap .shop_info_head{
  margin-bottom: 15px; 
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
.shop_info_head_wrap .shop_info_head .shop_parent_term_img{
  margin-bottom: 15px; 
  width: 72px;
  height: auto;
}
.shop_info_head_wrap .shop_info_head .shop_floor,
.shop_info_head_wrap .shop_info_head .shop_name{
  margin-bottom: 8px; 
  font-weight: bold;
  font-size: 19px;
}
.shop_info_head_wrap .shop_info_head .shop_floor{
  font-size: 22px;
}
.shop_info_head_wrap .shop_info_head .shop_type{
  display: inline-block;
  margin: 5px auto 10px;
  padding: 4px 18px 2px;
  background-color: #f4f4f4; 
  font-size: 11px;
}
.shop_info_head_wrap .shop_info_head .shop_type---fashon{
  background-color: #72b9d0;
}
.shop_info_head_wrap .shop_info_head .shop_type---food{
  background-color: #ffb830;
}
.shop_info_head_wrap .shop_info_head .shop_type---service{
  background-color: #8ec558;
}
.shop_info_head_wrap .shop_info_head .shop_type---goods{
  background-color: #eca8f0;
}
.shop_info_head_wrap .shop_mv img{
  width: 100%;
  height: auto;
}

/* 店舗紹介とサブ写真 */
.shop_info_text_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  margin-bottom: 30px; 

  justify-content: space-between;
}

/* 詳細リスト */
.shop_info_list{
  margin-bottom: 60px;
}
.shop_info_list dt{
  margin-bottom: 5px;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  font-weight: bold;
  font-size: 12px;
  line-height: 1em;
}
.shop_info_list dt img{
  margin: 0 8px 2px 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
.shop_info_list dd{
  margin-bottom: 10px; 
  font-size: 13px;
}

/* ボタン設定 */
.tax-shop_category .btn{
  margin-bottom: 15px;
}

/* ------------------------------------
//  ACCESS
// ----------------------------------*/
.access_map{
  position: relative;
  margin-bottom: 12px; 
  /* ヨコ360 タテ210 の比率をキープしたいので、100÷360×210でpaddint-topの値を算出 */
  padding-top: 58.33%;
  height: 0;
}
.access_map iframe{
  position: absolute;
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

.howto_access{
  position: relative;
  margin-bottom: 50px;
}
.howto_access section{
  position: relative;
  display: none; 
  padding: 0 20px 15px;
  border: 1px solid #000;
  text-align: center;
}
.howto_access section.access_train{
  display: block;
}
.howto_access section .arrow_btn{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 100%;

  align-items: center;
}
.howto_access section .access_icon_wrap{
  margin-bottom: 15px;
}
.howto_access section .access_icon_wrap .access_icon{
  margin: 0 1px;
  width: 72px;
  height: auto;
  opacity: .3;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
}
.howto_access section .access_icon_wrap .access_icon---active{
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
}
.howto_access section .access_info h4{
  margin-bottom: 8px; 
  font-weight: bold;
  font-size: 17px;
}
.howto_access section .access_info p{
  margin-bottom: 0;
}
.howto_access section .access_info .access_sub_list{
  margin-top: 10px; 
  padding-top: 10px;
  border-top: 1px dotted #ccc;
}
.howto_access section .access_info span{
  display: block;
  margin-top: 10px; 
  font-size: 90%;
}

.parking_info{
  margin-bottom: 30px;
}
.parking_info .parking_info_area .parking_info_data{
  margin-bottom: 40px;
}
.parking_info .parking_info_area .parking_info_img{
  position: relative;
}
.parking_info .parking_info_area .parking_info_img::before{
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: -1; 
  width: calc( 100% - 20px);
  height: calc( 100% + 40px);
  background-color: #f7dcf9;
  content: '';
}
.parking_info .parking_info_area .parking_info_img .img_sub{
  position: relative;
  z-index: 1; 
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.parking_info .parking_info_area .parking_info_img .img_main{
  position: relative;
  z-index: 1; 
  width: 100%;
  height: auto;
}
.parking_info .parking_info_area .parking_info_img .parking_text_info{
  margin-top: 10px;
  line-height: 1.6em;
}

/* ------------------------------------
//  CONTACT
// ----------------------------------*/
.list_arrow{
  display: block;
  padding: 0 13px;
  height: 100%;
  cursor: pointer;
}
.list_arrow img{
  width: 13px;
  height: auto;
  vertical-align: middle;
  line-height: 1em;
  transition: -webkit-transform .15s linear 0s;
  transition:         transform .15s linear 0s;
  transition:         transform .15s linear 0s, -webkit-transform .15s linear 0s;
}
.list_arrow.active img{
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.qa_wrap .qa_list{
  margin: 15px 0 25px;
}
.qa_wrap .qa_list .qa_list_item{
  margin-bottom: 14px;
  padding: 0 0 0 48px;
  border-bottom: 1px solid #000; 
  background-position: 0 2px;
  background-size: 35px 41px;
  background-repeat: no-repeat;
  line-height: 1.5em;
}
.qa_wrap .qa_list .qa_list_item---q{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  background-image: url('img/contact/icon_q.png');

  align-items: center;
  justify-content: space-between;
}
.qa_wrap .qa_list .qa_list_item---q .qa_list_q{
  display: block;
  padding: 0 10px 12px 0;
  width: 100%;
  border-right: 1px solid #000;
}
.qa_wrap .qa_list .qa_list_item---a{
  display: none;
  padding-bottom: 14px;
  background-image: url('img/contact/icon_a.png');
}

.contact_wrap{
  margin: 20px -18px 50px;
  padding: 0 18px 20px; 
  background-color: #efefef;
  text-align: center;
}
.contact_wrap .icon_contact{
  margin-bottom: 10px; 
  width: 72px;
  height: auto;
}

.facility_wrap{
  margin-bottom: 20px;
}
.facility_wrap .faci_item_wrap{
  margin-bottom: 7px;
}
.facility_wrap .faci_item_wrap .faci_floor_wrap{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  border-bottom: 1px solid #000; 

  align-items: center;
  justify-content: space-between;
}
.facility_wrap .faci_item_wrap .faci_floor_wrap .faci_floor{
  display: block;
  width: 100%;
  border-right: 1px solid #000;
}
.facility_wrap .faci_item_wrap .faci_floor_wrap .faci_floor h4{
  margin: 0 7px 7px 0;
  padding: 5px 0 2px;
  background-color: #a194e0;
  color: #fff; 
  text-align: center;
  font-size: 17px;
  line-height: 1.4em;
}
.facility_wrap .faci_item_wrap .faci_item{
  margin-bottom: 40px; 
  padding-top: 10px;
}
.facility_wrap .faci_item_wrap .faci_item .faci_item_title{
  margin-bottom: 2px; 
  font-weight: bold;
  font-size: 14px;
}
.facility_wrap .faci_item_wrap .faci_item .faci_item_address,
.facility_wrap .faci_item_wrap .faci_item .faci_item_tel,
.facility_wrap .faci_item_wrap .faci_item .faci_item_info{
  font-size: 13px;
  line-height: 1.7em;
}
.facility_wrap .faci_item_wrap .faci_item .faci_item_address br,
.facility_wrap .faci_item_wrap .faci_item .faci_item_tel br,
.facility_wrap .faci_item_wrap .faci_item .faci_item_info br{
  display: none;
}
.facility_wrap .faci_item_wrap .faci_item .faci_item_info{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-top: 6px;
  padding: 10px;
  border: 1px solid #000;

  align-items: center;
}
.facility_wrap .faci_item_wrap .faci_item .faci_item_info .faci_item_info_icon{
  padding-right: 15px;
}
.facility_wrap .faci_item_wrap .faci_item .faci_item_info .faci_item_info_icon img{
  width: 45px;
  height: auto;
}
.facility_wrap .faci_item_wrap .faci_item .faci_item_info .faci_item_info_data{
  line-height: 1.5em;
}
.facility_wrap .faci_item_wrap .faci_item .faci_item_info br{
  display: block;
}

.management_office{
  margin-bottom: 35px;
  padding: 15px 20px;
  border: 5px solid #ddd;
}
.management_office .faci_item .faci_item_title{
  margin-bottom: 4px; 
  font-weight: bold;
  font-size: 16px;
}
.management_office .faci_item .faci_item_address,
.management_office .faci_item .faci_item_tel,
.management_office .faci_item .faci_item_info{
  font-size: 13px;
  line-height: 1.7em;
}
.management_office .faci_item .faci_item_address br,
.management_office .faci_item .faci_item_tel br,
.management_office .faci_item .faci_item_info br{
  display: none;
}
.management_office .faci_item .faci_item_info{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin-top: 6px;
  padding: 10px;
  border: 1px solid #000;

  align-items: center;
}
.management_office .faci_item .faci_item_info .faci_item_info_icon{
  padding-right: 20px;
}
.management_office .faci_item .faci_item_info .faci_item_info_icon img{
  width: 45px;
  height: auto;
}
.management_office .faci_item .faci_item_info .faci_item_info_data{
  line-height: 1.5em;
}
.management_office .faci_item .faci_item_info br{
  display: block;
}
@media (min-width: 768px){
  .form_wrapper .contact_info{
    font-weight: bold; 
    font-size: 22px;
    line-height: 1.5em;
  }
  .form_wrapper .contact_info span{
    font-weight: normal; 
    font-size: 14px;
  }
  .form_wrapper .form_inner .form_item_set{
    padding: 0 100px;
  }
  .form_wrapper .form_inner .form_item_set .form_item_label{
    width: 220px;
  }
  .form_wrapper .form_inner .form_item_set .form_item_label::before{
    margin-right: 5px;
  }
  .form_wrapper .form_inner .txt_other{
    margin: 30px 0;
    text-align: center; 
    font-size: 14px;
    line-height: 1.4em;
  }
  .form_wrapper .form_inner .form_btn_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    padding: 0;

    justify-content: center;
  }
  .form_wrapper .form_inner .form_btn_wrap .form_btn{
    margin: 0 5px; 
    max-width: 200px;
    width: 200px;
  }
  .form_wrapper .form_inner .form_btn_wrap .form_btn input{
    margin-bottom: 0;
  }
  .form_wrapper .form_inner .form_btn_wrap .form_btn---reset input:hover,
  .form_wrapper .form_inner .form_btn_wrap .form_btn---submit input:hover{
    opacity: .7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)';
  }
  /* wrapper */
  .entry_wrap{
    /* タイトルwrap */
    /* タイトル */
    /* 日付 */
    /* カテゴリー */
  }
  .entry_wrap .entry_title_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    margin-bottom: 25px; 
    padding: 30px 0;
    text-align: left;

    align-items: center;
    justify-content: space-between;
  }
  .entry_wrap .entry_title{
    padding-right: 1em; 
    font-size: 22px;
  }
  .entry_wrap .entry_date{
    margin: 0;
    padding-right: 5px;
    vertical-align: bottom; 
    font-size: 13px;
  }
  .entry_wrap .entry_category{
    margin-bottom: 25px; 
    padding-bottom: 20px;
    font-size: 16px;
  }
  /* wrap */
  .entry_list_wrap ul.entry_list li.entry_list_item{
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0; 
    padding: 12px 0 10px;
  }
  .entry_list_wrap ul.entry_list li.entry_list_item .entry_date{
    margin: 0 30px 0 0; 
    font-size: 14px;
    line-height: 1.4em;
  }
  .entry_list_wrap ul.entry_list li.entry_list_item .entry_date .cap{
    margin-right: 10px;
  }
  .entry_list_wrap ul.entry_list li.entry_list_item .entry_title{
    font-size: 14px;
  }
  .entry_list_wrap ul.entry_list li.entry_list_item .entry_category{
    margin-left: 15px;
  }
  .entry_list_wrap ul.entry_list li.entry_list_item .entry_category a{
    font-size: 11px;
    line-height: 20px;
  }
  .wp-pagenavi{
    margin: 40px auto;
    /* 数字を囲むbox */
  }
  .wp-pagenavi a{
    /* 次、前 */
  }
  .wp-pagenavi a.nextpostslink span,
  .wp-pagenavi a.previouspostslink span{
    display: inline;
  }
  .wp-pagenavi a.nextpostslink{
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .wp-pagenavi a.nextpostslink span{
    padding-right: 5px;
  }
  .wp-pagenavi a.previouspostslink{
    margin-right: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .wp-pagenavi a.previouspostslink span{
    padding-left: 5px;
  }
  .pagenation{
    margin: 50px auto 20px;
    padding-top: 25px;
    border-top: 1px solid #000;
    /*共通*/
    /*前の記事、次の記事*/
    /*一覧に戻る*/
  }
  .pagenation .prev,
  .pagenation .next,
  .pagenation .button{
    line-height: 1.4em;
  }
  .pagenation .prev,
  .pagenation .next{
    width: 34%;
    font-size: 13px;
  }
  .pagenation .prev::before,
  .pagenation .next::before{
    font-size: 19px;
  }
  .pagenation .prev a,
  .pagenation .next a{
    display: inline-block;
  }
  .pagenation .prev a{
    padding-left: 20px;
  }
  .pagenation .next a{
    padding-right: 20px;
  }
  .pagenation .button{
    width: 28%;
    font-size: 13px;
  }
  .pagenation .button a{
    margin: 0 20px;
  }
  .mce{
    /* 見出し */
    /* 段落 */
    /* リンク */
    /* 画像 */
    /* 回り込み */
    /* 回り込み解除(clearfix) */
    /* リスト */
    /* リストのネスト */
    /* テーブル */
    /* iframe */
    /* その他装飾 */
  }
  .mce h1,
  .mce h2,
  .mce h3,
  .mce h4,
  .mce h5,
  .mce h6{
    margin-bottom: 1em;
    color: #000;
    font-weight: bold;
    line-height: 1.2em;
  }
  .mce h1{
    font-size: 200%;
  }
  .mce h2{
    font-size: 150%;
  }
  .mce h3{
    font-size: 130%;
  }
  .mce h4{
    font-size: 115%;
  }
  .mce h5{
    font-size: 115%;
  }
  .mce h6{
    font-size: 100%;
  }
  .mce p,
  .mce div{
    margin: 0 0 1em; 
    font-size: 14px;
    line-height: 1.7em;
  }
  .mce p:last-child,
  .mce p:last-child,
  .mce div:last-child,
  .mce div:last-child{
    margin-bottom: 0;
  }
  .mce img{
    margin: 1em 0;
    vertical-align: top;
  }
  .mce .alignnone{
    display: block;
    float: none;
  }
  .mce .alignleft{
    float: left;
    margin: 0 1em 1em 0;
  }
  .mce .aligncenter{
    display: block;
    float: none;
    margin: 1em auto;
    text-align: center;
  }
  .mce .alignright{
    float: right;
    margin: 0 0 1em 1em;
  }
  .mce .alignleft:before,
  .mce .alignleft:after,
  .mce .alignrightalignright:before,
  .mce .alignright:after{
    display: table;
    content: ' ';
  }
  .mce .alignleft:after,
  .mce .alignrightalignright:after{
    clear: both;
  }
  .mce .alignleft,
  .mce .alignright{
    zoom: 1;
  }
  .mce ul,
  .mce ol{
    margin: 1.5em 0;
    padding: 0;
    padding-left: 1.6em;
  }
  .mce ul li,
  .mce ol li{
    margin-bottom: 1em;
  }
  .mce ul{
    list-style: disc outside;
  }
  .mce ol{
    list-style: decimal outside;
  }
  .mce dl{
    margin: 1.5em 0;
  }
  .mce dl dt{
    margin-bottom: .5em;
  }
  .mce dl dd{
    margin-bottom: .5em;
  }
  .mce ul ul,
  .mce ul ol,
  .mce ul dl,
  .mce ol ul,
  .mce ol ol,
  .mce ol dl,
  .mce dl ul,
  .mce dl ol,
  .mce dl dl{
    margin: 1em 1.5em;
  }
  .mce table{
    margin: 1.5em 0;
    width: 100%;
  }
  .mce table th,
  .mce table td{
    padding: 10px 14px;
    border: 1px solid #b3b3b3;
    background: #f6f6f6;
    line-height: 1.3em;
  }
  .mce table td{
    background: #fdfdfd;
  }
  .mce table p,
  .mce table ul,
  .mce table ol,
  .mce table dl{
    margin-bottom: 0;
  }
  .mce iframe{
    margin: 1.5em auto;
    max-width: 100%;
  }
  .mce strong{
    font-weight: bold;
  }
  .mce em{
    font-weight: normal;
    font-style: italic;
  }
  .mce pre{
    margin: 1em 0;
    padding: 1em 1.5em;
    background: #ededed;
    white-space: pre-wrap;
  }
  .mce hr{
    border: 1px solid #ccc;
  }
  .mce blockquote{
    padding: 1em 1.5em;
    color: #555;
    font-style: italic;
  }
  .mce blockquote cite:before{
    margin: 0 1em;
    color: #999;
    content: '─';
  }
  body{
    font-size: 16px;
    line-height: 1.7em;
  }
  .btn{
    margin: 40px auto; 
    text-align: right;
  }
  .btn a{
    display: inline-block;
    padding: 8px 25px 5px 35px;
    font-size: 14px;
  }
  .btn a .cap{
    left: 20px; 
    width: 8px;
  }
  .btn a:link,
  .btn a:visited{
    border: 1px solid #000;
    background-color: #fff; 
    color: #000;
  }
  .btn a:hover,
  .btn a:active{
    background-color: #000; 
    color: #fff;
  }
  .btn_wrap{
    text-align: right;
  }
  .btn_wrap a{
    display: inline-block;
    margin-left: 15px;
    padding: 6px 25px 2px 45px;
    background-position: 20px center;
  }
  .btn_wrap a:link,
  .btn_wrap a:visited{
    border-width: 2px;
  }
  header{
    -ms-flex-pack: end;
    min-width: 1100px;
    border: 10px solid #000;
    border-bottom: none;

    justify-content: flex-end;
  }
  header .logo_wrap{
    margin-right: auto; 
    margin-left: 35px;
    width: 168px;
  }
  header .menu-wrap{
    position: relative;
    top: 0; 
    right: 0;
    left: auto;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    -ms-flex-align: center;
    padding: 10px 0;
    width: auto;
    border: none;

    align-items: center;
  }
  header .menu-wrap #google_translate_element{
    margin: 0 10px;
    padding: 0;
    border-top: none; 
    text-align: right;
  }
  header .deco{
    position: absolute;
    top: -10px; 
    display: block;
  }
  header .deco--1{
    left: -10px; 
    width: 10px;
    height: 80px;
  }
  header .deco--2{
    width: 80px;
    height: 10px;
  }
  header .deco--3{
    width: 80px;
    height: 10px;
  }
  header .deco--4{
    right: -10px; 
    width: 10px;
    height: 80px;
  }
  .gnavi_btn{
    display: none;
  }
  header .menu-gnavi-container ul.menu{
    display: table; 
    height: 50px;
  }
  header .menu-gnavi-container ul.menu li{
    display: table-cell;
    border-left: 1px solid #b8b8b8; 
    background-color: #fff;
    vertical-align: middle;
  }
  header .menu-gnavi-container ul.menu li:first-child{
    display: none;
  }
  header .menu-gnavi-container ul.menu li:last-child{
    border-right: 1px solid #b8b8b8;
  }
  header .menu-gnavi-container ul.menu li a{
    display: block;
    padding: 0;
    width: 140px;
    border-top: none;
    text-align: center;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 1em;
  }
  header .menu-gnavi-container ul.menu li a span{
    display: block;
    margin-top: 5px;
    margin-left: 0;
    letter-spacing: 0;
    font-size: 10px;
    line-height: 1em;
  }
  footer .menu-gnavi-container{
    padding: 0;
    text-align: center;
  }
  footer .menu-gnavi-container ul.menu{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: center;
  }
  footer .menu-gnavi-container ul.menu li{
    position: relative; 
    margin: 0;
    padding-top: 38px;
    width: 130px;
    border-bottom: none;
  }
  footer .menu-gnavi-container ul.menu li::before{
    position: absolute;
    top: 0; 
    left: 50%;
    display: block;
    width: 1px;
    height: 21px;
    background-color: #949494;
    content: '';
  }
  footer .menu-gnavi-container ul.menu li a{
    font-size: 14px;
  }
  footer .menu-gnavi-container ul.menu li a::before{
    position: absolute;
    top: 21px;
    left: 50%;
    display: block;
    margin-right: 0;
    margin-left: -3px;
  }
  .mv_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    padding-bottom: 0;
    min-width: none;
    border-right: 10px solid #000;
    border-bottom: none;
    border-left: 10px solid #000;

    justify-content: space-between;
  }
  .mv_wrap .slider_wrap{
    width: 72.8%;
  }
  .mv_wrap .slider_wrap img{
    width: auto;
    height: 100%;
  }
  .mv_wrap .panel_link_wrap{
    margin: 0 2px; 
    width: 27.2%;
  }
  .mv_wrap .panel_link_wrap .panel_link{
    -ms-flex-direction: column;
        flex-direction: column; 
    padding: 0;
  }
  .mv_wrap .panel_link_wrap .panel_link .panel_icon{
    margin-bottom: 16px;
  }
  .mv_wrap .panel_link_wrap .panel_link .panel_txt{
    padding-left: 0;
  }
  .mv_wrap .panel_link_wrap .panel_link .panel_txt strong{
    margin-bottom: 8px; 
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 23px;
  }
  .mv_wrap .panel_link_wrap .panel_link---floor_shop{
    margin-bottom: 2px;
  }
  .mv_wrap .panel_link_wrap .panel_link---floor_shop .panel_icon img{
    height: 48px;
  }
  .mv_wrap .panel_link_wrap .panel_link---floor_shop .panel_txt{
    padding-left: 16px;
  }
  .mv_wrap .panel_link_wrap .panel_link---access .panel_icon img{
    height: 43px;
  }
  .mv_wrap .panel_link_wrap .panel_link---faq .panel_icon img{
    height: 44px;
  }
  .page_title{
    padding: 35px 10px 30px;
    border-right: 10px solid #000;
    border-left: 10px solid #000;
    font-size: 38px;
  }
  .page_title span{
    margin-top: 5px; 
    font-size: 16px;
  }
  .sub_title_wrap{
    position: relative; 
    margin-bottom: 30px;
    text-align: left;
  }
  .sub_title_wrap .sub_title{
    position: relative;
    bottom: -10px; 
    display: inline-block;
    padding: 0 10px 0 0;
    padding-bottom: 0;
    background-color: #fff;
    font-size: 22px;
    line-height: 1em;
  }
  /* 全体を囲うやつ */
  .content_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 0 auto;
    padding: 40px 5% 70px;
    max-width: 1240px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    justify-content: space-between;
  }
  .home .content_wrap{
    padding: 40px 0 70px; 
    width: 980px;
  }
  /* メインコンテンツ */
  .main_content{
    padding: 0 40px 0 0; 
    width: 100%;
  }
  .home .main_content{
    padding: 0; 
    width: 640px;
  }
  .page_intro{
    font-size: 14px;
  }
  /* サイド */
  aside{
    width: 300px;
  }
  aside .fb-page{
    margin-bottom: 15px; 
    width: 300px;
    height: 460px;
  }
  aside .banner_wrap .banner_list .banner_item{
    margin-bottom: 20px;
  }
  aside .banner_wrap .banner_list .banner_item img{
    width: 300px;
  }
  aside .banner_wrap---side_bottom{
    margin-top: 0;
  }
  footer{
    padding-bottom: 8px;
    border-bottom-width: 10px;
  }
  footer .banner_wrap{
    padding: 30px 0;
  }
  footer .banner_wrap .banner_list{
    margin: 0 auto;
    width: 850px;

    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  footer .banner_wrap .banner_list .banner_item{
    margin-bottom: 0; 
    width: 190px;
  }
  footer .icon_link_wrap{
    margin: 25px 0;
  }
  .btn_page_top{
    right: 20px;
    bottom: 20px;
  }
  .entry_list_title_wrap{
    margin-bottom: 15px;
  }
  .entry_list_title_wrap span{
    margin-right: 15px; 
    padding: 12px 22px 10px;
    font-size: 20px;
  }
  .entry_list_title_wrap h2{
    padding-bottom: 4px; 
    font-size: 12px;
  }
  .home .entry_list_wrap{
    margin-bottom: 30px;
  }
  .home .entry_list_wrap ul.entry_list{
    margin-bottom: 20px;
  }
  .floor_guide{
    margin-bottom: 70px;
  }
  .floor_guide .floor_guide_area{
    text-align: center;
  }
  .floor_guide .floormap{
    display: inline-block;
    margin: 0 30px 0 100px; 
    width: 374px;
  }
  .floor_guide .floorguide_icon{
    display: inline-block;
    margin-bottom: 47px; 
    width: auto;
  }
  .floor_guide .floorguide_icon li{
    margin-top: 10px; 
    width: auto;
    text-align: left;
  }
  .floor_guide .floorguide_icon li img{
    display: inline-block;
    margin: 0 8px 0 0;
    vertical-align: middle;
  }
  .floor_guide .floorguide_icon li span{
    display: inline;
    padding: 0;
    font-weight: bold;
  }
  .floor_list .floor_title{
    padding: 8px 14px 7px;
    font-size: 16px;
    line-height: 1em;
  }
  .floor_list .shop_in_floor{
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 15px;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .floor_list .shop_in_floor li{
    -ms-flex-align: start;
    margin: 0 15px 15px;
    padding-bottom: 15px; 
    width: calc( 50% - 30px);

    align-items: flex-start;
  }
  .floor_list .shop_in_floor li a{
    margin-right: 5px; 
    width: 70%;
  }
  .floor_list .shop_in_floor li a::before{
    margin-right: 5px; 
    font-size: 9px;
  }
  .floor_list .shop_in_floor li span{
    padding: 0;
    width: 30%;
    text-align: center; 
    font-size: 12px;
  }
  .floor_info{
    margin-bottom: 0;
    padding: 40px 10% 35px;
  }
  .floor_info .floor_info_title{
    margin-bottom: 20px; 
    font-size: 22px;
    line-height: 36px;
  }
  .floor_info .floor_info_title br{
    display: none;
  }
  .floor_info .floor_info_txt{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    width: 100%; 

    justify-content: space-between;
  }
  .floor_info p{
    margin-bottom: 0; 
    padding-right: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .floor_info .floor_info_img{
    width: 260px;
  }
  .floor_info .floor_info_img img{
    width: 260px;
  }
  /* 店名等とMV */
  .shop_info_head_wrap{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 30px;

    justify-content: space-between;
  }
  .shop_info_head_wrap .shop_info_head{
    margin-right: 20px;
    margin-bottom: 0; 
    width: 36%;
  }
  .shop_info_head_wrap .shop_info_head .shop_parent_term_img{
    margin-bottom: 55px; 
    width: 90px;
    height: auto;
  }
  .shop_info_head_wrap .shop_info_head .shop_floor,
  .shop_info_head_wrap .shop_info_head .shop_name{
    margin-bottom: 23px; 
    font-size: 22px;
  }
  .shop_info_head_wrap .shop_info_head .shop_floor{
    font-size: 38px;
  }
  .shop_info_head_wrap .shop_info_head .shop_type{
    display: inline-block;
    margin: 0 auto; 
    padding: 4px 18px 2px;
    font-size: 14px;
  }
  .shop_info_head_wrap .shop_mv{
    width: 64%;
  }
  /* 店舗紹介とサブ写真 */
  .shop_info_text_wrap{
    position: relative; 
    display: block;
    margin-bottom: 30px;
  }
  .shop_info_text_wrap .shop_info_text{
    margin: 0;
    font-size: 14px;
    line-height: 1.5em;
  }
  /* 詳細リスト */
  .shop_info_list{
    margin-bottom: 70px; 
    width: 70%;
  }
  .shop_info_list dt{
    position: absolute;
    margin-bottom: 15px;
    padding-bottom: 0;
    width: 120px;
    font-size: 14px;
  }
  .shop_info_list dt img{
    margin: 0 8px 2px 0;
  }
  .shop_info_list dd{
    margin-bottom: 15px;
    margin-left: 140px; 
    width: 82%;
    font-size: 14px;
  }
  /* ボタン設定 */
  .tax-shop_category .btn{
    margin-top: 50px;
  }
  .access_map{
    margin-bottom: 18px;
  }
  .howto_access{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin-bottom: 60px; 

    justify-content: space-between;
  }
  .howto_access section{
    display: block !important;
    margin-right: 15px;
    padding: 0 15px 15px; 
    width: 33.333%;
  }
  .howto_access section:last-child{
    margin-right: 0;
  }
  .howto_access section .arrow_btn{
    display: none;
  }
  .howto_access section .access_icon_wrap{
    margin-bottom: 15px;
  }
  .howto_access section .access_icon_wrap .access_icon{
    display: none; 
    margin: 0;
    width: 90px;
  }
  .howto_access section .access_icon_wrap .access_icon---active{
    display: inline;
  }
  .howto_access section .access_info h4{
    font-size: 18px;
  }
  .howto_access section .access_info p{
    font-size: 13px;
    line-height: 30px;
  }
  .howto_access section .access_info .access_sub_list{
    font-size: 13px;
  }
  .howto_access section .access_info span{
    display: block;
    margin-top: 8px; 
    font-size: 12px;
    line-height: 1.4em;
  }
  .parking_info .parking_info_area{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;

    justify-content: space-between;
  }
  .parking_info .parking_info_area .parking_info_data{
    margin-bottom: 0;
    padding-right: 30px; 
    width: 35%;
  }
  .parking_info .parking_info_area .parking_info_data p{
    font-size: 14px;
    font-size: 14px;
    line-height: 1.6em;
  }
  .parking_info .parking_info_area .parking_info_img{
    padding-right: 25px; 
    width: 65%;
    text-align: right;
  }
  .parking_info .parking_info_area .parking_info_img::before{
    position: absolute;
    top: -60px; 
    right: 0;
    width: 89%;
    height: 70%;
    background-color: #f7dcf9;
    content: '';
  }
  .parking_info .parking_info_area .parking_info_img .img_sub{
    margin-bottom: 20px; 
    max-width: 570px;
    width: 370px;
  }
  .parking_info .parking_info_area .parking_info_img .img_main{
    max-width: 570px;
  }
  .parking_info .parking_info_area .parking_info_img .parking_text_info{
    text-align: left;
    font-size: 14px;
  }
  .qa_wrap .qa_list{
    margin: 30px 0 40px;
  }
  .qa_wrap .qa_list .qa_list_item{
    margin-bottom: 10px; 
    padding: 0 0 0 60px;
    background-position: 0 0;
    background-size: 40px 46px;
    line-height: 1.5em;
  }
  .qa_wrap .qa_list .qa_list_item---q .qa_list_q{
    padding: 8px 20px 20px 0;
    border-right: 1px solid #000;
  }
  .qa_wrap .qa_list .qa_list_item---a{
    padding: 8px 60px 14px;
  }
  .contact_wrap{
    margin: 0 0 50px;
    padding: 0 45px 50px;
  }
  .contact_wrap .icon_contact{
    margin-bottom: 15px; 
    width: 90px;
  }
  .facility_flex_wrap{
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .facility_wrap{
    margin-bottom: -40px;
  }
  .facility_wrap .faci_item_wrap{
    margin: 0 30px 60px 0; 
    width: calc( 50% - 15px);
  }
  .facility_wrap .faci_item_wrap:nth-of-type(2n){
    margin-right: 0;
  }
  .facility_wrap .faci_item_wrap .faci_floor_wrap{
    display: block;
    border-bottom: none;
  }
  .facility_wrap .faci_item_wrap .faci_floor_wrap .list_arrow{
    display: none !important;
  }
  .facility_wrap .faci_item_wrap .faci_floor_wrap .faci_floor{
    border-right: none;
  }
  .facility_wrap .faci_item_wrap .faci_floor_wrap .faci_floor h4{
    margin: 0;
    padding: 7px 10px 4px;
    font-size: 16px;
  }
  .facility_wrap .faci_item_wrap .faci_item{
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
    margin-bottom: 0; 
    padding-top: 15px;
    height: 245px;

    justify-content: flex-end;
  }
  .facility_wrap .faci_item_wrap .faci_item .faci_item_title{
    margin-bottom: 5px; 
    font-size: 16px;
  }
  .facility_wrap .faci_item_wrap .faci_item .faci_item_address,
  .facility_wrap .faci_item_wrap .faci_item .faci_item_tel,
  .facility_wrap .faci_item_wrap .faci_item .faci_item_info{
    font-size: 14px;
    line-height: 1.5em;
  }
  .facility_wrap .faci_item_wrap .faci_item .faci_item_address br,
  .facility_wrap .faci_item_wrap .faci_item .faci_item_tel br,
  .facility_wrap .faci_item_wrap .faci_item .faci_item_info br{
    display: block;
  }
  .facility_wrap .faci_item_wrap .faci_item .faci_item_info{
    margin-top: auto;
    padding: 14px;
    min-height: 80px;
  }
  .facility_wrap .faci_item_wrap .faci_item .faci_item_info .faci_item_info_icon{
    padding-right: 12px;
  }
  .facility_wrap .faci_item_wrap .faci_item .faci_item_info .faci_item_info_icon img{
    width: 46px;
  }
  .facility_wrap .faci_item_wrap .faci_item .faci_item_info .faci_item_info_data{
    line-height: 1.4em;
  }
  .facility_wrap .faci_item_wrap .faci_item .faci_item_info .faci_item_info_data span{
    font-size: 12px;
  }
  .management_office{
    margin: 60px auto 65px;
    padding: 0;
    border: none;
  }
  .management_office .faci_item{
    text-align: center;
  }
  .management_office .faci_item .faci_item_lead{
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 1px;
    border-bottom: 6px solid #ddd;
  }
  .management_office .faci_item .faci_item_title{
    margin-bottom: 10px; 
    font-size: 20px;
  }
  .management_office .faci_item .faci_item_address,
  .management_office .faci_item .faci_item_tel,
  .management_office .faci_item .faci_item_info{
    font-size: 15px;
    line-height: 1.7em;
  }
  .management_office .faci_item .faci_item_address,
  .management_office .faci_item .faci_item_tel{
    display: block;
  }
  .management_office .faci_item .faci_item_info{
    -ms-flex-pack: center;
    margin: 10px auto 0;
    padding: 15px 0; 
    width: 300px;
    text-align: left;

    justify-content: center;
  }
  .management_office .faci_item .faci_item_info .faci_item_info_icon{
    padding-right: 20px;
  }
  .management_office .faci_item .faci_item_info .faci_item_info_icon img{
    width: 45px;
    height: auto;
  }
  .management_office .faci_item .faci_item_info .faci_item_info_data{
    line-height: 1.5em;
  }
  .management_office .faci_item .faci_item_info br{
    display: block;
  }
}
