@charset "UTF-8";
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, sub, sup, 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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

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

a img {
  border: none;
}

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

body {
  font-size: 0.625em;
  -webkit-text-size-adjust: none;
}

input, textarea, select {
  font-family: inherit;
  font-weight: inherit;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.switch {
  display: none;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 768px) {
  .over {
    transition: opacity 0.3s ease;
  }
  .over:hover {
    opacity: 0.6;
  }
}
/* link
--------------------------------------------------*/
a {
  color: #3e0a00;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* outline
--------------------------------------------------*/
body {
  font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  line-height: 1.7;
  color: #3e0a00;
  min-width: 1250px;
  border: 10px solid #1e1715;
}

.container {
  margin: 0 auto;
  width: 1200px;
  padding: 0 25px;
  position: relative;
}

.container-lower {
  margin: 0 auto;
  width: 1050px;
  padding: 0 100px;
  position: relative;
}

.spBlock {
  display: none;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 1%;
    border-width: 0 0 5px;
    position: relative;
    overflow-x: hidden;
  }

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

  #overlay {
    z-index: 1500;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
  }

  .container,
  .container-lower {
    width: auto;
    padding: 0 10px;
  }

  .pcBlock {
    display: none;
  }

  .spBlock {
    display: block;
  }
}
@media screen and (min-width: 1275px) {
  body {
    overflow-x: hidden;
  }
}
/*
	インライン レイアウト
	* $align : 配置
*/
/*
	ボタンアイコン
	* $w : 横幅
	* $h : 縦幅
	* $left : 位置
*/
/*
	テキスト飾り（glow）
	* $color : 影の色
	* $size : ズレ位置
	* $glow : ぼかし
*/
/*
	記事タグ装飾
*/
/* Header
--------------------------------------------------*/
.headerGlobal {
  background: url(../img/common/bg_header.png) repeat center center;
  border-bottom: 4px solid #1e1715;
  position: relative;
}
.headerGlobal:before {
  content: url(../img/common/img_corner_tl.png);
  position: absolute;
  top: 0;
  left: 0;
}
.headerGlobal:after {
  content: url(../img/common/img_corner_tr.png);
  position: absolute;
  top: 0;
  right: 0;
}

.headerGlobal_logo {
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 1000;
}

.headerGlobal_catch {
  margin: 0 0 2px 115px;
  float: left;
}

.headerGlobal_subBlock {
  letter-spacing: -0.5em;
}

.headerGlobal_subBlock_link {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  margin-right: 5px;
}

.language {
  display: none;
  position: absolute;
  z-index: 1005;
  margin-left: -17px;
}

.languageTable {
  border: 2px solid #1e1715;
  letter-spacing: normal;
  background: #1e1715;
}

.languageTable_title {
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  padding: 3px 0;
}

.languageTable_list {
  padding: 12px 15px 12px 22px;
  border: 1px solid #1e1715;
  font-size: 1.2em;
  background: #fff;
  vertical-align: top;
}
.languageTable_list li {
  background: url(../img/common/ico_arrow.png) no-repeat 0 center;
  padding-left: 15px;
  margin-bottom: 5px;
}

.navGlobal {
  margin-left: 238px;
  float: left;
}

.navGlobal_menu {
  float: left;
  margin-left: 15px;
}

.navGlobal_menuChild {
  display: none;
  position: absolute;
  z-index: 1005;
  margin-left: -80px;
  min-width: 314px;
}

.navGlobal_menuChild_table {
  display: table;
  background: url(../img/common/img_overlay.png) repeat;
  padding: 7px;
}

.navGlobal_menuChild_img {
  display: table-cell;
  vertical-align: top;
  width: 178px;
}

.navGlobal_menuChild_list {
  display: table-cell;
  vertical-align: top;
  padding: 0 25px;
  background: #1e1715;
}

.navGlobal_menuChild_item {
  padding-top: 7px;
}
.navGlobal_menuChild_item a {
  color: #fff;
  font-size: 1.6em;
}

.headerGlobal_reservation {
  position: absolute;
  top: 10px;
  right: 220px;
}

.headerGlobal_contact {
  position: absolute;
  top: 12px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .headerGlobal {
    position: fixed;
    z-index: 2000;
    width: 100%;
    background: #6e0100;
    border-top: 2px solid #1e1715;
    border-bottom: none;
    top: 0;
    right: 0;
  }
  .headerGlobal:before {
    content: '';
  }
  .headerGlobal:after {
    content: '';
  }

  .headerGlobal-sp {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    border-bottom: 3px solid #1e1715;
  }

  .headerGlobal_logo {
    position: absolute;
    top: 0;
    left: 2px;
    z-index: 1000;
    width: 32.8%;
    max-width: 132px;
  }

  .headerGlobal_access {
    width: 23.666%;
  }

  .headerGlobal_reservation {
    position: static;
    width: 24.666%;
  }

  .headerGlobal_spmenu {
    background: url(../img/common/btn_spmenu_open.png) no-repeat 0 0;
    background-size: cover;
    width: 16%;
  }

  body.open .headerGlobal_spmenu {
    background-image: url(../img/common/btn_spmenu_close.png);
  }

  .drawerMenu {
    display: block;
    position: fixed;
    z-index: 5000;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    overflow: auto;
    background: #1e1715;
  }

  .languageMenu {
    border-bottom: 1px solid #d2d1d0;
  }
  .languageMenu a {
    display: block;
    padding: 15px 30px;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
  }
  .languageMenu a img {
    width: 55px;
    margin-right: 10px;
    vertical-align: middle;
  }
  .languageMenu > a {
    background: url(../img/common/ico_plus.png) no-repeat 95% center;
    background-size: 12px;
  }
  .languageMenu > a.languageMenu-open {
    background-image: url(../img/common/ico_minus.png);
  }

  .language {
    position: static;
    margin-left: 0;
  }

  .languageTable {
    width: 100%;
    border: none;
    background: #1e1715;
  }
  .languageTable th, .languageTable td {
    font-size: 1rem;
    text-align: center;
    width: 50%;
  }
  .languageTable th {
    color: #fff;
    font-weight: bold;
    padding: 10px 0;
  }
  .languageTable td {
    background: #322c2a;
    border-top: 1px solid #221b19;
  }
  .languageTable td:first-child {
    border-right: 1px solid #221b19;
  }
  .languageTable td a {
    padding: 10px 0;
    display: block;
    color: #fff;
    text-decoration: none;
  }

  .drawerMenu_list li {
    border-bottom: 1px solid #d2d1d0;
  }
  .drawerMenu_list a {
    display: block;
    color: #fff;
    font-size: 1rem;
    padding: 15px 30px;
  }
  .drawerMenu_list a:hover {
    text-decoration: none;
  }

  .drawerMenu_list-child li {
    border-top: 1px solid #1e1715;
    border-bottom: none;
  }
  .drawerMenu_list-child a {
    background: #322c2a;
  }

  .drawerMenu_list-thumb a {
    padding: 0 15px 0 0;
  }
  .drawerMenu_list-thumb img {
    width: 67px;
    margin-right: 20px;
    vertical-align: middle;
  }

  .drawerMenu_list-two {
    align-items: stretch;
    background: #5e0b09;
    letter-spacing: -0.4em;
  }
  .drawerMenu_list-two li {
    width: 50%;
    border: 1px solid #bf9d9d;
    border-width: 0 1px 1px 0;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: top;
  }
  .drawerMenu_list-two li:nth-child(2n) {
    border-right: none;
  }
  .drawerMenu_list-two li a {
    box-sizing: border-box;
    font-size: 0.9rem;
    padding: 10px 20px;
  }
}
/* main
--------------------------------------------------*/
#main {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #main {
    margin-bottom: 40px;
  }
}
/* Footer
--------------------------------------------------*/
.footerFixed {
  display: none;
  background: #201e1e;
  padding: 9px 0;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 3000;
  box-sizing: border-box;
}
.footerFixed.fixed {
  position: relative;
}

.pagetopBtn {
  position: absolute;
  top: -46px;
  right: 28px;
}
.pagetopBtn img {
  width: 44px;
}

.footerFixed_inner {
  display: table;
  width: 100%;
}

.footerFixed_item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 8px;
}
.footerFixed_item:first-child {
  padding-left: 23px;
}
.footerFixed_item a {
  color: #fff;
  font-size: 1.2em;
}

.footerFixed_item-indent {
  padding-left: 7px;
  padding-right: 12px;
}

.footerGlobal {
  background: #7c0400 url(../img/common/bg_footer.png) repeat-x 0 bottom;
  padding: 15px 0 8px;
  position: relative;
}
.footerGlobal:before {
  content: url(../img/common/img_corner_bl.png);
  position: absolute;
  bottom: -8px;
  left: 0;
}
.footerGlobal:after {
  content: url(../img/common/img_corner_br.png);
  position: absolute;
  bottom: -8px;
  right: 0;
}

.footerMenu {
  border-bottom: 1px solid #8e2c29;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.footerMenu_list {
  text-align: center;
  letter-spacing: -0.5em;
  font-size: 1.4em;
  margin-bottom: 13px;
  line-height: 1.1;
}
.footerMenu_list li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.footerMenu_list li {
  border-left: 1px solid #c3a4a3;
  padding: 0 18px;
}
.footerMenu_list li:first-child {
  border: none;
}
.footerMenu_list li a {
  color: #fff;
}

.footerMenu_list-small {
  font-size: 1.2em;
}

.footerBlock {
  display: table;
  position: relative;
  z-index: 5;
}

.footerBlock_td {
  display: table-cell;
  vertical-align: middle;
}

.footerBlock_logo {
  width: 118px;
  padding: 0 25px;
}

.footerBlock_address {
  width: 165px;
  padding: 0 25px;
  font-size: 1.2em;
  color: #fff;
  border: solid #8a2e2a;
  border-width: 0 1px;
}
.footerBlock_address a {
  color: #fff;
}

.footerBlock_fb {
  padding: 0 0 0 25px;
  width: 177px;
}
.footerBlock_tw {
  padding: 0 0 0 25px;
  width: 47px;
}
.footerBlock_in {
  padding: 0 29px 0 25px;
  width: 47px;
}

.footerLink_item {
  display: inline-block;
  white-space: nowrap;
  margin: 2px 25px 2px 0;
}
.footerLink_item a {
  color: #fff;
  font-size: 1.2em;
  padding-left: 12px;
  background: url(../img/common/ico_arrow_white.png) no-repeat 0 center;
}

.footerBlock_relation {
  width: 237px;
}

.footerRelation {
  display: table;
  width: 100%;
  background: #913a3a;
}

.footerRelation_title {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: center;
  padding: 7px 0 7px 7px;
}

.footerRelation_list {
  display: table-cell;
  text-align: right;
  width: 130px;
  padding: 7px 7px 7px 0;
  letter-spacing: -0.5em;
}
.footerRelation_list a {
  margin-left: 8px;
}

.footerRelation_list02 {
  display: table-cell;
  text-align: right;
  width: 256px;
  padding: 7px 7px 7px 0;
  letter-spacing: -0.5em;
}
.footerRelation_list02 a {
  margin-left: 8px;
}

.footerCopy {
  text-align: right;
  color: #a35f5b;
  margin-top: 5px;
}

@media screen and (max-width: 767px) {
  .footerGlobal {
    background: #750100;
    padding: 20px 0 8px;
  }
  .footerGlobal:before {
    content: '';
  }
  .footerGlobal:after {
    content: '';
  }

  .pagetopBtn {
    display: none;
    position: fixed;
    z-index: 1000;
    top: auto;
    bottom: 30px;
    right: 20px;
  }

  .footerBlock {
    display: block;
  }

  .footerBlock_fb {
    width: auto;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }

  .footerBlock_relation {
    width: auto;
    padding-bottom: 20px;
    margin-bottom: 4px;
    border-bottom: 1px solid #8a2e2a;
  }

  .footerRelation_title {
    width: 30%;
  }

  .footerRelation_list {
    width: 70%;
  }
  .footerRelation_list a {
    display: inline-block;
    width: 46%;
    max-width: 116px;
  }

  .footerRelation_list02 {
    width: 70%;
  }
  .footerRelation_list02 a {
    display: inline-block;
    width: 46%;
    max-width: 116px;
  }

  .footerBlock_logo {
    padding: 12px 10px;
    float: left;
    width: 19.2%;
    max-width: 144px;
  }

  .footerBlock_address {
    border-right: none;
    overflow: hidden;
    width: auto;
    padding: 5px 0 5px 16px;
  }

  .footerCopy {
    text-align: center;
  }
}
/* コンポーネント
--------------------------------------------------*/
.pageHeader {
  background: url(../img/common/bg_about_header.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  margin-bottom: 50px;
  padding: 43px 0;
}

.titleVisual-frame {
  width: 100%;
  text-align: center;
}

.titleVisual {
  background: url(../img/bg_title_visual.png);
  padding: 30px 0;
}

.titleVisual-left {
  float: left;
}

.titleVisual-right {
  float: right;
}

.titleVisual-img {
  /*transition: all 1s;
  transform: scale(0.95);
  opacity: 0;*/
  width: 100%;
}

/*.fade {
    transform: scale(1);
	opacity: 1;
}*/
@media screen and (max-width: 767px) {
  .titleVisual-frame {
    padding: 0 0 45px 0;
    position: relative;
  }

  .titleVisual {
    background: url(../img/bg_title_visual.png);
    background-size: 41px 41px;
    width: 100%;
    padding: 15px 0;
    position: absolute;
    bottom: 0;
  }

  .titleVisual-txt {
    height: 15px;
    width: auto;
  }
}
.titleMincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.0em;
  font-weight: bold;
  color: #860401;
  text-align: center;
  margin-bottom: 25px;
}

.titleMincho-large {
  font-size: 2.6em;
}

.catchText {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.6em;
  color: #3e0a02;
  margin-bottom: 20px;
}

.titleMincho-icon {
  background: url(../img/common/ico_flower.png) no-repeat 0 0;
  border-bottom: 1px solid #83325b;
  text-align: left;
  padding: 5px 0 10px 65px;
}

.titleRead {
  text-align: center;
  margin: 60px 0;
}

.titleRead-eng {
  color: #860401;
  font-size: 1.8em;
}

.titleRead-main {
  font-size: 3em;
  margin: 15px 0;
}

.titleRead-sub {
  font-size: 1.6em;
}
.titleRead-sub_02 {
  font-size: 1.9em;
}

@media screen and (max-width: 767px) {
  .titleRead {
    margin: 30px 0;
  }

  .titleRead-eng {
    font-size: 1.2em;
  }

  .titleRead-main {
    font-size: 2em;
    margin: 3px 0;
  }

  .titleRead-sub {
    font-size: 1.2em;
  }
}
.titGlay {
  background: #615c5b;
  color: #fff;
  font-size: 1.4em;
  padding: 3px 12px;
  margin: 10px 0;
}

.titGlay-l {
  background: #615c5b;
  color: #fff;
  font-size: 1.8em;
  padding: 3px 45px;
}

.titOther {
  background: url(../img/common/bg_tit_other_l.png) left no-repeat, url(../img/common/bg_tit_other_r.png) right no-repeat, #1e1715;
  color: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 2.4;
}

.titRhombus {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 5px;
}

.titRhombus:before {
  content: "◆";
}

.catchText {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
  font-size: 2.6em;
  color: #3e0a02;
  margin-bottom: 20px;
}

.text {
  font-size: 1.4em;
  margin-bottom: 15px;
}

.text-red {
  color: #c8042d;
}

.linkPdf {
  margin: 10px;
}

.linkPdf a {
  background: url(../img/common/ico_pdf.png) left center no-repeat;
  background-size: auto 20px;
  padding: 2px 0 2px 20px;
  font-size: 1.4em;
}

.linkWindow {
  background: url(../img/common/ico_window.png) right center no-repeat;
  padding: 2px 20px 2px 0;
}

.titleLine {
  border-bottom: 5px solid #ededed;
  padding-bottom: 10px;
  margin-bottom: 18px;
  position: relative;
}
.titleLine:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 62px;
  height: 5px;
  background: #860401;
}

.planList_tag {
  display: inline-block;
  margin-bottom: 3px;
  min-width: 100px;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 1px 5px;
}

.planList_tag-gourmet {
  background-color: #44612b;
}

.planList_tag-make {
  background-color: #c2b124;
}

.planList_tag-golf {
  background-color: #073657;
}

.planList_tag-coupon {
  background-color: #0a3c17;
}

.planList_tag-family {
  background-color: #914115;
}

.planList_tag-activity {
  background-color: #0e6a84;
}

.planList_tag-guide {
  background-color: #c84890;
}

.planList_tag-culture {
  background-color: #630969;
}

.listItem a {
  display: block;
  padding: 10px 0 8px;
  transition: opacity 0.3s ease;
}
.listItem a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.listItem a:hover .topicsBlock_listItem_title {
  text-decoration: underline;
}

.listItem-icon {
  background: url(../img/common/ico_mark.png) no-repeat 0 5px;
  padding-left: 34px;
  margin-bottom: 15px;
}
.listItem-icon:last-child {
  margin-bottom: 0;
}
.listItem-icon a {
  padding-top: 0;
}

.listItem-column {
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  letter-spacing: normal;
}

.listItem_img {
  margin-bottom: 8px;
}

.listItem_date {
  color: #b76c7a;
  font-size: 1.2em;
  margin-right: 10px;
  padding-top: 5px;
}

.listItem_date-left {
  float: left;
}

.listItem_title {
  font-weight: bold;
  font-size: 1.6em;
  line-height: 1.4;
  margin: 5px 0;
}

.listItem_title-large {
  font-size: 1.8em;
}

a:hover .listItem_title {
  text-decoration: underline;
}

.listItem_txt {
  font-size: 1.3em;
}

.layoutTbl {
  width: 100%;
  font-size: 1.6em;
  margin-bottom: 50px;
}

.layoutTbl_title {
  background: #f7f6f4;
  font-weight: bold;
  padding: 13px 28px;
  width: 20%;
  border: 1px solid #a1a1a0;
}

.layoutTbl_txt {
  padding: 13px 28px;
  border: 1px solid #a1a1a0;
}

.anchorList {
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: -0.5em;
}

.anchorList_item {
  margin: 0 10px 11px;
  display: inline-block;
  letter-spacing: normal;
  white-space: nowrap;
  border: 1px solid #870401;
  min-width: 155px;
  position: relative;
}
.anchorList_item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  background: url(../img/common/ico_arrow_red_d.png) no-repeat 95% center;
  background-size: 9px;
  width: 9px;
  height: 9px;
  margin-top: -5px;
}
.anchorList_item a {
  display: block;
  font-size: 1.4em;
  font-weight: bold;
  color: #870401;
  padding: 5px 30px;
}
.anchorList_item a:hover {
  background: #870401;
  color: #fff;
  text-decoration: none;
}

.anchorList_item-active a {
  background: #870401;
  color: #fff;
  text-decoration: none;
}

.faqList {
  background: #f4f1ef;
  border-top: 5px solid #860401;
  padding: 0 30px;
  margin-bottom: 30px;
}

.faqList_item {
  padding: 27px 0;
  border-bottom: 1px solid #cb9390;
}
.faqList_item:last-child {
  border: none;
}

.faqList_item-q {
  font-size: 1.6em;
  font-weight: bold;
  padding-left: 57px;
  margin-bottom: 10px;
  min-height: 42px;
  background: url(../img/common/ico_faq_q.png) no-repeat 0 2px;
}

.faqList_item-a {
  font-size: 1.4em;
  margin-left: 55px;
  padding-left: 57px;
  min-height: 42px;
  background: url(../img/common/ico_faq_a.png) no-repeat 0 2px;
}

.pagerList {
  text-align: center;
  letter-spacing: -0.5em;
  margin: 30px 0;
}

.pagerList_item {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  font-size: 1.4em;
  font-weight: bold;
  width: 74px;
  margin: 0 5px;
}
.pagerList_item a, .pagerList_item span {
  display: block;
  padding: 3px 0;
  color: #870401;
}
.pagerList_item img {
  vertical-align: middle;
  width: 10px;
}

.pagerList_item-num {
  border: 1px solid #870401;
}
.pagerList_item-num a:hover, .pagerList_item-num span {
  background: #870401;
  color: #fff;
  text-decoration: none;
}

.pagerList_item-prev,
.pagerList_item-next {
  width: 30px;
}

.list-column2 {
  letter-spacing: -0.5em;
}
.list-column2 .listItem {
  width: 270px;
}
.list-column2 .listItem:nth-child(2n) {
  margin-right: 0;
}

.list-column3 {
  letter-spacing: -0.5em;
}
.list-column3 .listItem {
  letter-spacing: normal;
  width: 360px;
  margin-right: 60px;
}
.list-column3 .listItem:nth-child(3n) {
  margin-right: 0;
}

.blockLine2 {
  margin: 60px auto;
}

.blockLine2-left {
  float: left;
  width: 601px;
}

.blockLine2-right {
  float: right;
  width: 567px;
}

.blockLine2_title {
  font-size: 2.4em;
  margin-bottom: 15px;
  font-weight: bold;
}

.blockLine2_read {
  font-size: 1.6em;
  margin-bottom: 15px;
}
.blockLine3_read {
  font-size: 1.8em;
  margin-bottom: 15px;
}
.blockLine2_notes {
  background: #f7f6f4;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .blockLine2 {
    margin: 30px auto;
  }

  .blockLine2-left {
    width: 100%;
    text-align: center;
  }

  .blockLine2-right {
    width: 100%;
  }

  .blockLine2_title {
    font-size: 1.7em;
    margin: 20px 0 15px;
  }

  .blockLine2_img-full {
    margin: 0 -10px;
  }

  .blockLine2_read {
    margin: 15px 0;
  }

  .blockLine2_notes {
    margin: 0 -10px;
    padding: 10px;
  }
}
.pickup {
  margin: 10px 0 0;
}

.pickup-left {
  float: left;
  width: 167px;
}

.pickup-right {
  float: right;
  width: 378px;
  box-sizing: border-box;
}

.pickup_tit {
  color: #fff;
  background: #860401;
  padding: 2px 15px;
  font-size: 1.5em;
}

.pickup_txt {
  padding: 5px;
  font-size: 1.3em;
}

.pickup_txt-red {
  color: #860401;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .pickup {
    margin: 0 -10px;
  }

  .pickup-left {
    width: 35%;
    padding: 10px 0 10px 10px;
    box-sizing: border-box;
    text-align: center;
  }

  .pickup-right {
    width: 65%;
  }

  .pickup_tit {
    width: 100%;
  }

  .pickup_txt {
    padding: 10px;
  }
}
.imgFadeChange {
  width: 100%;
}

.js-imgFade-pager-thumb {
  width: 32%;
  float: left;
  display: block;
  margin: 10px 2% 0 0;
}

.js-imgFade-pager-thumb:last-child {
  margin: 10px 0 0;
}

.blockDecoration {
  background: url(../img/common/bg_block_decoration.png) repeat-x;
  margin: 60px 0;
  padding: 60px 0 0;
}

@media screen and (max-width: 767px) {
  .blockDecoration {
    background: url(../img/common/bg_block_decoration.png) repeat-x;
    background-size: auto 100px;
    margin: 0;
    padding: 30px 0;
  }
}
.recommendPlan {
  background: #1e1715;
  padding: 9px;
  margin-bottom: 35px;
}

.recommendPlan_inner {
  border-radius: 5px;
  background: #fff;
  padding: 22px;
}

.recommendPlan_img {
  float: left;
  margin-right: 30px;
}

.recommendPlan_list {
  overflow: hidden;
}

.arrow_link-right {
  font-size: 1.3em;
  text-align: right;
}

.arrow_link-red {
  background: url(../img/common/ico_arrow_red.png) no-repeat 0 center;
  padding-left: 18px;
}

.btn-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .pageHeader {
    background-image: url(../img/common/bg_about_header_sp.jpg);
    margin-bottom: 30px;
    padding: 50px 0;
  }

  .titleMincho {
    margin-bottom: 15px;
  }

  .titleMincho-large {
    font-size: 2em;
    font-size: 2.2em;
  }

  .titleMincho-icon {
    background: url(../img/common/ico_flower_sp.png) no-repeat 0 0;
    background-size: 57px 42px;
    border: none;
    margin-bottom: 0;
  }

  .catchText {
    font-size: 1.6em;
  }

  .listItem_date {
    font-size: 0.8rem;
  }

  .listItem_title {
    font-size: 1rem;
  }

  .listItem_title-large {
    font-size: 1rem;
  }

  .layoutTbl {
    margin-bottom: 30px;
  }

  .layoutTbl_title {
    display: block;
    padding: 6px 15px;
    width: auto;
    margin-bottom: -1px;
  }

  .layoutTbl_txt {
    display: block;
    padding: 6px 15px;
    margin-bottom: -1px;
  }

  .list-column2 .listItem {
    width: 48%;
    margin-right: 4%;
  }

  .list-column3 .listItem {
    width: 100%;
    margin-right: 0;
  }

  .anchorList {
    text-align: left;
    overflow: hidden;
  }

  .anchorList_item {
    margin: 0 7px 7px 0;
    min-width: 1%;
  }
  .anchorList_item a {
    padding: 5px 28px 5px 13px;
  }

  .faqList {
    border-top: 3px solid #860401;
    padding: 0 10px;
    margin: 0 -10px 20px;
  }

  .faqList_item {
    padding: 10px 0;
  }

  .faqList_item-q {
    font-size: 1.4em;
    padding-left: 40px;
    margin-bottom: 10px;
    min-height: 31px;
    background: url(../img/common/ico_faq_q_sp.png) no-repeat 0 0;
    background-size: 31px;
  }

  .faqList_item-a {
    font-size: 1.3em;
    margin-left: 0;
    padding-left: 40px;
    min-height: 31px;
    background: url(../img/common/ico_faq_a_sp.png) no-repeat 0 0;
    background-size: 31px;
  }

  .pagerList_item {
    width: auto;
    width: 2.5em;
  }
  .pagerList_item a, .pagerList_item span {
    padding: 5px 0;
  }

  .pagerList_item-prev,
  .pagerList_item-next {
    width: 30px;
  }

  .recommendPlan {
    padding: 3px;
    margin-bottom: 20px;
  }

  .recommendPlan_inner {
    border-radius: 0;
    padding: 0;
  }

  .recommendPlan_img {
    float: none;
    margin-right: 0;
  }

  .recommendPlan_list {
    display: none;
  }
}
/* 汎用クラス
--------------------------------------------------*/
.wrapper {
  overflow: hidden;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 15px;
  }

  .mb30 {
    margin-bottom: 20px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .mb55 {
    margin-bottom: 30px;
  }

  .mb60 {
    margin-bottom: 30px;
  }
}
.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

/* フロアマップ */
.floor .data {
  margin: 0 0 40px;
}

.floor .map {
  float: left;
  width: 600px;
  border: solid 3px #e3dfdf;
}

.floor .map div,
.floor .select ol {
  display: none;
}

.floor .map div:first-child,
.floor .select ol:first-child {
  display: block;
}

.floor .select {
  float: right;
  width: 560px;
}

.floor .select table {
  table-layout: fixed;
  width: 100%;
}

.floor .select th {
  background: url(../img/common/ico_arrow_next.png) no-repeat 10px 50%;
  background-size: 10px auto;
  border: 1px solid #930002;
  height: 35px;
  padding: 5px 0 0 5px;
  text-align: center;
  line-height: 1;
  font-size: 1.5em;
  color: #930002;
  cursor: pointer;
}

.floor .select .current {
  background-image: url(../img/common/ico_arrow_next_white.png);
  background-color: #930002;
  color: #fff;
}

.floor .select td {
  background: #f7f6f4;
  height: 292px;
  vertical-align: top;
  padding: 30px 30px 0;
  font-size: 1.5em;
}

.floor .select ol {
  padding: 0 0 15px;
}

.floor .select li {
  background: url(../img/common/ico_no1_sp.png) no-repeat 0 0;
  background-size: 30px auto;
  min-height: 30px;
  margin: 0 0 13px;
  padding: 2px 0 0 45px;
}

.floor .select li a {
  text-decoration: underline;
}

.floor .select .no2 {
  background-image: url(../img/common/ico_no2_sp.png);
}

.floor .select .no3 {
  background-image: url(../img/common/ico_no3_sp.png);
}

.floor .select .no4 {
  background-image: url(../img/common/ico_no4_sp.png);
}

.floor .select .no5 {
  background-image: url(../img/common/ico_no5_sp.png);
}

.floor .select .no6 {
  background-image: url(../img/common/ico_no6_sp.png);
}

.floor .select .no7 {
  background-image: url(../img/common/ico_no7_sp.png);
}

#cboxLoadedContent {
  color: #FFF;
  padding: 15px;
}

.popupSlider {
  position: relative;
}
.popupSlider li {
  position: absolute;
  top: 0;
}

#cboxContent #cboxPrevious,
#cboxContent #cboxNext,
#cboxContent #cboxCurrent {
  display: none !important;
}
#cboxContent .img {
  position: relative;
  width: 100%;
  padding-bottom: 35px;
  text-align: center;
}
#cboxContent .img .opa {
  opacity: 0;
}
#cboxContent .img .bx-wrapper {
  position: absolute;
  top: 0;
}
#cboxContent .img .bx-wrapper a {
  color: #fff;
}
#cboxContent .img .bx-pager {
  position: relative;
  z-index: 105;
  bottom: 0px;
  text-align: center;
}
#cboxContent .img .bx-controls {
  padding-top: 15px;
}
#cboxContent .img .bx-pager-item {
  display: inline-block;
  margin: 0 6px;
}
#cboxContent .img .bx-pager-link {
  display: block;
  background: url(../img/facility_access/ico_slider.png);
  width: 15px;
  height: 12px;
  overflow: hidden;
  text-indent: -99em;
}
#cboxContent .img .bx-pager-link.active {
  background: url(../img/home/ico_slider_current.png);
}
#cboxContent .img .bx-controls-direction {
  position: relative;
  width: 45%;
  margin: 0 auto;
  top: -18px;
  z-index: 110;
}
#cboxContent .img .bx-controls-direction .bx-prev {
  position: absolute;
  left: 0;
  background: url(../img/facility_access/ico_arrow_w_left.png) no-repeat left center;
  width: 13px;
  height: 13px;
  text-indent: -9999em;
}
#cboxContent .img .bx-controls-direction .bx-next {
  position: absolute;
  right: 0;
  background: url(../img/facility_access/ico_arrow_w_right.png) no-repeat left center;
  width: 13px;
  height: 13px;
  text-indent: -9999em;
}
#cboxContent .photo-title {
  padding: 10px 5px 7px;
  margin: 0 0 15px;
  border-bottom: 1px solid #8a8989;
  font-size: 1.8em;
  font-weight: bold;
}
#cboxContent .photo-text {
  font-size: 1.4em;
}
#cboxContent .photo-text a {
  color: #B64621;
}

#colorbox .mt25 {
  margin-top: 25px !important;
}
#colorbox .mt20 {
  margin-top: 20px !important;
}
#colorbox .mt10 {
  margin-top: 10px !important;
}
#colorbox .pl20 {
  padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .floor {
    padding: 15px 0 0;
  }

  .floor .data {
    margin: 0 0 10px;
  }

  .floor .map,
  .floor .select {
    float: none;
    width: auto;
  }

  .floor .select th {
    background-position: 8% 50%;
    background-size: 6px auto;
    padding: 3px 0 0 8px;
    font-size: 13px;
  }

  .floor .select td {
    background: #f7f6f4;
    height: auto;
    padding: 10px 10px 0;
    font-size: 14px;
  }

  .floor .select ol {
    padding: 0;
  }

  .floor .select li {
    background-size: 26px auto;
    min-height: 26px;
    margin: 0 0 10px;
    padding: 2px 0 0 40px;
  }

  #cboxContent #cboxLoadedContent img {
    height: auto;
  }

  #cboxContent .img .bx-controls-direction {
    width: 90%;
  }
}
.entryBody {
  font-size: 1.5em;
  color: #5e0f00;
}
.entryBody p {
  margin-bottom: 20px;
}
.entryBody p:last-child {
  margin-bottom: 0;
}
.entryBody img {
  max-width: 100%;
  height: auto;
}
.entryBody strong {
  font-weight: bold;
}
.entryBody .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.entryBody .alignleft {
  float: left;
  margin: 0 18px 20px 0;
}
.entryBody .alignright {
  float: right;
  margin: 0 0 20px 18px;
}
.entryBody .alignclear {
  clear: both;
}
.entryBody img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entryBody h3 {
  font-weight: bold;
  font-size: 18px;
  border-left: 5px solid #870401;
  border-bottom: 1px solid #870401;
  padding: 0 0 5px 10px;
  margin: 0 0 15px;
}
.entryBody h4 {
  font-weight: bold;
  font-size: 14px;
  border-left: 4px solid #870401;
  border-bottom: 1px solid #870401;
  padding: 0 0 5px 10px;
  margin: 0 0 10px;
}
.entryBody h5 {
  font-weight: bold;
  font-size: 14px;
  margin: 0 0 8px;
}
.entryBody ul, .entryBody ol {
  list-style-position: outside;
  margin: 0 0 20px 20px;
  padding: 0;
}
.entryBody ul li {
  list-style: disc;
}
.entryBody ol li {
  list-style: decimal;
}
.entryBody table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.entryBody table caption {
  text-align: left;
  padding: 0 0 5px;
  font-weight: bold;
}
.entryBody table th, .entryBody table td {
  padding: 5px;
  border: 1px solid #ccc;
  line-height: 1.3;
}
.entryBody table th {
  background: #dcdcdc;
}
