@charset "utf-8";
/*                reset
======================================================= */
html, body {
  height: 100%;
}

body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  color: #333333;
  background-color: #ffffff;
  font-family: "TsukuMinPr6-D", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  line-height: 1.625;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}

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

a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

p + p {
  margin-top: 1.5em;
}

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*                link
======================================================= */
a:link {
  color: #333333;
  text-decoration: none;
}

a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #333333;
  text-decoration: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

/*                common
======================================================= */
.clear {
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

body {
  background: url(../img/bg_img.gif) repeat left top;
  padding-top: 100px;
}
body.open {
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    padding-top: 50px;
  }
}

/*                leyout
======================================================= */
#wrapper {
  overflow: hidden;
}

#main_area {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #main_area {
    display: block !important;
  }
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}
@media only screen and (max-width: 1100px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 25px;
  }
}

/*                表示切り替え
======================================================= */
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .tab_none {
    display: none !important;
  }
}

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

/*               スマホメニュー
======================================================= */
@media only screen and (min-width: 769px) {
  #sp_menu {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #sp_menu {
    display: none;
    left: 0;
    position: fixed;
    text-align: center;
    top: 50px;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    z-index: 1000;
    -webkit-overflow-scrolling: touch;
  }
}
#sp_menu ul.sp_nv {
  background-color: white;
  padding: 30px 0;
}
#sp_menu ul.sp_nv li {
  text-align: center;
}
#sp_menu ul.sp_nv li a {
  display: block;
  padding: .5em 1em;
}
#sp_menu ul.sp_nv li.sp_ticket {
  margin-top: .5em;
}
#sp_menu ul.sp_nv li.sp_ticket a {
  background-color: #ff4d4d;
  color: white;
  display: inline-block;
  padding: .4em 22px;
}
#sp_menu ul.sp_nv li.sp_ticket a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 28px;
}
#sp_menu .sp_receipt_time {
  background-color: white;
  width: 100%;
  text-align: center;
  padding-bottom: 3em;
}
@media only screen and (min-width: 769px) {
  #sp_menu .sp_receipt_time {
    display: none;
  }
}
#sp_menu .sp_receipt_time dl {
  display: table;
  max-width: 220px;
  margin: 0 auto 3em;
}
#sp_menu .sp_receipt_time dl dt, #sp_menu .sp_receipt_time dl dd {
  display: table-cell;
  font-size: 75%;
  vertical-align: middle;
}
#sp_menu .sp_receipt_time dl dt {
  padding-right: 17px;
}
#sp_menu .sp_receipt_time dl dd {
  border-left: 1px #d3d3d3 solid;
  padding-left: 17px;
}

/*                テキスト装飾
======================================================= */
.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_red {
  color: #ff4c4c;
}

.roman {
  font-family: 'Times New Roman', serif;
}

/*                table
======================================================= */
table {
  width: 100%;
  border-collapse: separate;
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td,
table tr th {
  text-align: left;
  padding: 0px;
}

.ie7 table tr th,
.ie7 table tr td {
  position: relative;
}

/* 擬似テーブル */
.table {
  display: table;
  width: 100%;
}
.table .tableCell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 640px) {
  .table.sp_brake {
    display: block;
  }
  .table.sp_brake .tablecell {
    display: block;
    width: 100%;
  }
}

/*                pagetop
======================================================= */
#pagetop {
  bottom: 0;
  height: 70px;
  position: fixed;
  right: 0;
  width: 70px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  z-index: 100000;
}
@media only screen and (max-width: 768px) {
  #pagetop {
    bottom: 0 !important;
    height: 50px;
    position: fixed !important;
    right: 0 !important;
    width: 50px;
  }
}
#pagetop:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#pagetop a {
  display: block;
}
#pagetop a img {
  width: 100%;
}

/*                カラム
======================================================= */
.row {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  margin-bottom: -15px;
}
@media only screen and (max-width: 1024px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row img {
  width: 100%;
}
.row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1024px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .col1, .row .col2, .row .col3, .row .col4, .row .col5, .row .col6, .row .col7, .row .col8, .row .col9, .row .col10, .row .col11, .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row .tab1, .row .tab2, .row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 1024px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .row .tab1, .row .tab2, .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}
.square .col1, .square .col2, .square .col3, .square .col4, .square .col5, .square .col6, .square .col7, .square .col8, .square .col9, .square .col10, .square .col11, .square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1024px) {
  .pc1024Col12 {
    width: 100%;
  }

  .pc1024Col6 {
    width: 50%;
  }

  .pc1024Col3 {
    width: 25%;
  }

  .pc1024Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 768px) {
  .tab12 {
    width: 100%;
  }

  .tab6 {
    width: 50%;
  }

  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 767px) {
  .sp12 {
    width: 100%;
  }

  .sp6 {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .sps12 {
    width: 100%;
  }

  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100%important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                共通
======================================================= */
/*            割引チケット            */
.bg_ticket {
  background: url(../img/bg_ticket.gif) repeat left top;
  padding: 62px 0 80px;
}
@media only screen and (max-width: 768px) {
  .bg_ticket {
    padding: 40px 0 30px;
  }
}
.bg_ticket #ticket {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.bg_ticket #ticket .content_title {
  position: relative;
  text-align: center;
  padding-top: 34px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  .bg_ticket #ticket .content_title {
    padding-top: 32px;
    margin-bottom: 25px;
  }
}
.bg_ticket #ticket .content_title:before {
  background: url(../img/one_point.png) no-repeat center top;
  content: '';
  display: inline-block;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 34px;
  margin-left: -17px;
}
.bg_ticket #ticket .content_title .title {
  color: #1a1a1a;
  font-size: 200%;
  line-height: 1.15;
  margin-bottom: 14px;
}
@media only screen and (max-width: 768px) {
  .bg_ticket #ticket .content_title .title {
    margin-bottom: 13px;
  }
}
.bg_ticket #ticket .content_title .title .sp_block {
  padding-left: 0.3em;
}
@media only screen and (max-width: 768px) {
  .bg_ticket #ticket .content_title .title .sp_block {
    display: block;
    padding-left: 0;
  }
}
.bg_ticket #ticket .content_title .title .font_s {
  font-size: 43.8%;
}
.bg_ticket #ticket .content_title .green {
  color: #137300;
  font-family: 'Times New Roman', serif;
  font-size: 62.5%;
  letter-spacing: 1px;
}
.bg_ticket #ticket .content_title + .description {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .bg_ticket #ticket .content_title + .description {
    margin-top: 25px;
  }
}
.bg_ticket #ticket .ticket_row {
  overflow: hidden;
  margin: 0 -5px;
}
@media only screen and (max-width: 900px) {
  .bg_ticket #ticket .ticket_row {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .bg_ticket #ticket .ticket_row {
    margin: 0 25px;
  }
}
.bg_ticket #ticket .ticket_row .ticket_set {
  float: left;
  width: 33.33333%;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .bg_ticket #ticket .ticket_row .ticket_set {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .bg_ticket #ticket .ticket_row .ticket_set {
    background: url(../img/line_x.gif) repeat-x left top;
    background-size: 64px 1px;
    width: 100%;
    padding: 15px 0;
    margin-bottom: 0;
  }
}
.bg_ticket #ticket .ticket_row .ticket_set a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.bg_ticket #ticket .ticket_row .ticket_set a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.bg_ticket #ticket .ticket_row .ticket_set a .photo {
  display: block;
  width: 100%;
  margin-bottom: 14px;
}
.bg_ticket #ticket .ticket_row .ticket_set a .photo img {
  width: 100%;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm {
  display: block;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .text {
  display: block;
  line-height: 1.25;
  margin-bottom: 3px;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .dl {
  display: block;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .dl .dt {
  border: 1px #333333 solid;
  clear: left;
  display: block;
  float: left;
  font-size: 68.8%;
  text-align: center;
  width: 80px;
  padding: 3px 0 2px;
  margin-top: 4px;
}
@media only screen and (max-width: 900px) {
  .bg_ticket #ticket .ticket_row .ticket_set a .btm .dl .dt {
    width: 70px;
  }
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .dl .dd {
  display: block;
  padding-left: 90px;
}
@media only screen and (max-width: 900px) {
  .bg_ticket #ticket .ticket_row .ticket_set a .btm .dl .dd {
    padding-left: 80px;
  }
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .dl .dd .normal {
  font-size: 87.5%;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .dl .dd .normal:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 120%;
  margin: 0 7px 0 5px;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .dl .dd .discount {
  color: #ff4d4d;
  font-size: 156.3%;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .dl .dd .discount .font_S {
  font-size: 56%;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .btn {
  background-color: #ff4d4d;
  color: white;
  display: block;
  position: relative;
  text-align: center;
  padding: 12px 0;
}
.bg_ticket #ticket .ticket_row .ticket_set a .btm .btn:after {
  content: '\f105';
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 11px;
  right: 15px;
}
.bg_ticket #ticket .ticket_row.ticket01 .ticket_set:first-child {
  background: none;
}
.bg_ticket #ticket .more_view {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto;
}
.bg_ticket #ticket .more_view p {
  background-color: rgba(0, 0, 0, 0.06);
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 10px 0 14px;
  margin: 0 25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.bg_ticket #ticket .more_view p:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.bg_ticket #ticket .more_view p:after {
  bottom: -2px;
  color: #a5a5a5;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70%;
  left: 50%;
  position: absolute;
  margin-left: -3px;
}

/*            メディア掲載記事            */
.articles_list {
  overflow: hidden;
  margin: 45px auto -70px;
}
@media only screen and (max-width: 768px) {
  .articles_list {
    margin: 45px auto 0;
  }
}
.articles_list.mgt0 {
  margin-top: 0;
}
.articles_list .articles_set {
  float: left;
  width: 50%;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .articles_list .articles_set {
    float: none;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0;
  }
}
.articles_list .articles_set a {
  display: block;
  display: table;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.articles_list .articles_set a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.articles_list .articles_set a span {
  display: table-cell;
}
.articles_list .articles_set a span.photo {
  vertical-align: top;
  width: 29.4%;
}
@media only screen and (max-width: 768px) {
  .articles_list .articles_set a span.photo {
    width: 30.7%;
  }
}
.articles_list .articles_set a span.photo img {
  width: 100%;
}
.articles_list .articles_set a span.text {
  vertical-align: middle;
  width: 70.6%;
  padding: 0 4.9%;
}
@media only screen and (max-width: 768px) {
  .articles_list .articles_set a span.text {
    vertical-align: top;
    width: 69.3%;
    padding: 0 0 0 20px;
  }
}
.articles_list .articles_set a span.text .dl .dt {
  border: 1px #333333 solid;
  display: inline-block;
  font-size: 68.8%;
  padding: 3px 16px 2px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .articles_list .articles_set a span.text .dl .dd {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 768px) {
  .articles_list .articles_set + .articles_set {
    background: url(../img/line_x.gif) repeat-x left top;
    background-size: 64px 1px;
  }
}

/*            ページナビゲーション            */
.page_navi {
  text-align: center;
  margin-top: 68px;
}
@media only screen and (max-width: 768px) {
  .page_navi {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .page_navi {
    margin-top: 20px;
  }
}
.page_navi ul li {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
}
.page_navi ul li a {
  display: block;
  padding: 6px 0;
}
.page_navi ul li a:hover {
  cursor: pointer;
}
.page_navi ul li a img {
  vertical-align: middle;
  margin-top: -8px;
}
@media only screen and (max-width: 640px) {
  .page_navi ul li a img {
    margin-top: -12px;
  }
}
.page_navi ul li.number {
  margin-bottom: 5px;
}
.page_navi ul li.number a {
  border: 1px #333333 solid;
}
@media only screen and (min-width: 1025px) {
  .page_navi ul li.number a:hover {
    background-color: #898888;
    color: #fff;
    cursor: pointer;
  }
}
.page_navi ul li.number.active a {
  background-color: #333333;
  color: #fff;
}

.c_green {
  color: #137300;
}

.lower_layer .main_title {
  text-align: center;
  position: relative;
}
.lower_layer .main_title .main_img {
  width: 100%;
}
.lower_layer .main_title .main_img img {
  width: 100%;
  height: auto;
}
.lower_layer .main_title .text_set {
  position: absolute;
  left: 50%;
  top: 50%;
  padding-top: 24px;
  margin: -48px 0 0 -95px;
}
.lower_layer .main_title .text_set h1, .lower_layer .main_title .text_set p.t_title {
  font-size: 200%;
  color: #fff;
  position: relative;
  margin-bottom: 6px;
}
.lower_layer .main_title .text_set h1:before, .lower_layer .main_title .text_set p.t_title:before {
  background: url(../img/one_point_w.png) no-repeat center top;
  content: '';
  display: inline-block;
  height: 14px;
  left: 50%;
  position: absolute;
  top: -24px;
  width: 34px;
  margin-left: -17px;
}
.lower_layer .main_title .text_set p.roman {
  color: #fff;
  font-size: 62.5%;
  margin-top: 0;
}
.lower_layer .main_title .text_set.for_news {
  margin-left: -61px;
}
.lower_layer .main_title .text_set.for_media {
  margin-left: -116px;
}
@media only screen and (max-width: 400px) {
  .lower_layer .main_title .text_set.for_media {
    margin-left: -118px;
  }
}
.lower_layer .cont_title {
  text-align: center;
}
.lower_layer .cont_title h1, .lower_layer .cont_title h2 {
  font-size: 162.5%;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .lower_layer .cont_title h1, .lower_layer .cont_title h2 {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 480px) {
  .lower_layer .cont_title h1, .lower_layer .cont_title h2 {
    margin-bottom: 26px;
  }
}
.lower_layer .cont_title h1:after, .lower_layer .cont_title h2:after {
  background: url(../img/center_line.gif) no-repeat center bottom;
  content: '';
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  bottom: -8px;
  width: 30px;
  margin-left: -15px;
}
.lower_layer .border_title {
  border: 1px #333333 solid;
  width: 100%;
  padding: 22px 0 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .lower_layer .border_title {
    margin-bottom: 20px;
  }
}
.lower_layer .border_title h3 {
  text-align: center;
  font-weight: bold;
  font-size: 137.5%;
}
.lower_layer .content_area {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding: 88px 0 120px;
}
@media only screen and (max-width: 900px) {
  .lower_layer .content_area {
    padding: 50px 25px 70px;
  }
}
@media only screen and (max-width: 640px) {
  .lower_layer .content_area {
    padding: 36px 25px 56px;
  }
}
@media only screen and (max-width: 480px) {
  .lower_layer .content_area {
    padding: 30px 25px 35px;
  }
}
.lower_layer .content_area .content + .content {
  margin-top: 75px;
}
@media only screen and (max-width: 768px) {
  .lower_layer .content_area .content + .content {
    margin-top: 40px;
  }
}
.lower_layer .content_area.w1020 {
  max-width: 1020px;
}
@media only screen and (max-width: 1200px) {
  .lower_layer .content_area.w1020 {
    padding: 50px 25px 70px;
  }
}

/*                下層ページ
======================================================= */
/*         お問い合わせ         */
#query .query_area dl {
  background-color: #fff;
}
#query .query_area dl + dl {
  margin-top: 10px;
}
#query .query_area dl dt {
  cursor: pointer;
  padding: 28px 44px 28px 28px;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #query .query_area dl dt {
    padding: 18px 44px 16px 18px;
    font-size: 125%;
  }
}
#query .query_area dl dt:after {
  background: url(../img/aco_arrow01.gif) no-repeat;
  background-size: 18px 10px;
  content: '';
  display: inline-block;
  width: 18px;
  height: 10px;
  right: 28px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
}
@media only screen and (max-width: 768px) {
  #query .query_area dl dt:after {
    background-size: 14px 8px;
    height: 8px;
    right: 14px;
  }
}
#query .query_area dl dt.active:after {
  background: url(../img/aco_arrow02.gif) no-repeat;
  margin-top: -7px;
}
@media only screen and (max-width: 768px) {
  #query .query_area dl dt.active:after {
    margin: -6px 2px 0 0;
  }
}
#query .query_area dl dd {
  display: none;
  padding: 0 28px 28px;
}
@media only screen and (max-width: 768px) {
  #query .query_area dl dd {
    padding: 0 18px 16px;
  }
}
#query .query_area dl dd.active {
  display: block;
}

#contact_form dl.warning {
  margin-bottom: 28px;
}
#contact_form dl.warning dt, #contact_form dl.warning dd {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #contact_form dl.warning dt {
    font-weight: bold;
  }
}
#contact_form .form_area {
  background-color: #fff;
  padding: 45px 100px;
}
@media only screen and (max-width: 900px) {
  #contact_form .form_area {
    padding: 45px 50px;
  }
}
@media only screen and (max-width: 768px) {
  #contact_form .form_area {
    padding: 24px 20px;
  }
}
#contact_form .form_area span.note {
  color: #ff4d4d;
  font-weight: bold;
  margin-left: 5px;
}
#contact_form .form_area span.note.left {
  margin: 0 3px 0 0;
}
#contact_form .form_area .repletion {
  font-size: 87.5%;
}
#contact_form .form_area .form_set {
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  #contact_form .form_area .form_set {
    padding: 12px 0 14px;
  }
}
#contact_form .form_area .form_set + .form_set {
  border-top: 1px #eeeeee solid;
}
#contact_form .form_area .form_set dl {
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #contact_form .form_area .form_set dl {
    display: block;
  }
}
#contact_form .form_area .form_set dl dt {
  float: left;
  position: absolute;
  top: 12px;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  #contact_form .form_area .form_set dl dt {
    float: none;
    position: static;
    width: 100%;
  }
}
#contact_form .form_area .form_set dl dt.textarea {
  top: 78px;
}
#contact_form .form_area .form_set dl dd {
  width: 100%;
  padding-left: 160px;
}
@media only screen and (max-width: 768px) {
  #contact_form .form_area .form_set dl dd {
    padding-left: 0;
  }
}
#contact_form .form_area .form_set dl dd input, #contact_form .form_area .form_set dl dd textarea {
  border: 1px #777777 solid;
  border-radius: 3px;
  width: 100%;
  max-width: 440px;
  padding: 0.8em 1em 0.8em;
}
@media only screen and (max-width: 900px) {
  #contact_form .form_area .form_set dl dd input, #contact_form .form_area .form_set dl dd textarea {
    max-width: initial;
  }
}
#contact_form .form_area .form_set dl dd input.place_c::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 87.5%;
  font-family: "TsukuMinPr6-D", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#contact_form .form_area .form_set dl dd input.place_c:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 87.5%;
  font-family: "TsukuMinPr6-D", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#contact_form .form_area .form_set dl dd input.place_c::-moz-placeholder {
  color: #b3b3b3;
  font-size: 87.5%;
  font-family: "TsukuMinPr6-D", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#contact_form .form_area .form_set dl dd span.error_m {
  display: none;
}
#contact_form .form_area .form_set dl dd.error input, #contact_form .form_area .form_set dl dd.error textarea {
  border: 2px solid #ff4d4d;
  background: #fff5f5;
}
#contact_form .form_area .form_set dl dd.error span.error_m {
  color: #ff4d4d;
  display: block;
  font-size: 87.5%;
  margin-top: 3px;
}
#contact_form .form_area .form_set dl dd.error span.error_m.text {
  margin-top: -3px;
}
#contact_form .form_area .btn_area {
  text-align: center;
  width: 100%;
}
#contact_form .form_area .btn_area button {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  background-color: #ff4d4d;
  color: #fff;
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  text-align: center;
  width: 100%;
  max-width: 254px;
  position: relative;
  padding: 18px 0 16px;
}
#contact_form .form_area .btn_area button:after {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  display: inline-block;
  top: 50%;
  right: 0;
  position: absolute;
  margin: -8px 14px 0 0;
}
#contact_form .form_area .btn_area button#btnBack {
  background-color: #fff;
  color:#333333;
  border: 1px #333 solid;
  padding: 17px 0 15px;
}
#contact_form .form_area .btn_area button#btnBack:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  display: inline-block;
  top: 50%;
  left: 0;
  position: absolute;
  margin: -8px 0 0 14px;
}
#contact_form .form_area .btn_area button#btnBack:after {
  content: "";
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  #contact_form .form_area .btn_area button:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.8;
    cursor: pointer;
  }
}
@media only screen and (max-width: 640px) {
  #contact_form .form_area .btn_area #btnBack {
    margin-bottom: 20px;
  }
}

#form_sent p {
  font-weight: bold;
}
#form_sent p + p {
  margin-top: -3px;
}
@media only screen and (max-width: 768px) {
  #form_sent p + p {
    margin-top: 0.8em;
  }
}

/*              お知らせ             */
#news_list .list_area {
  /*background: url(../img/boder_info.gif) repeat-x left top;
  padding:20px 110px 0;
  */
  padding: 0 110px;
}
@media only screen and (max-width: 768px) {
  #news_list .list_area {
    padding: 5px 0 48px;
  }
}
#news_list .list_area dl {
  border-bottom: 1px #dedede solid;
  overflow: hidden;
  position: relative;
}
#news_list .list_area dl:first-child {
  border-top: 1px #dedede solid;
}
#news_list .list_area dl dt {
  color: #909090;
  float: left;
  font-weight: bold;
  font-size: 75%;
  position: absolute;
  top: 50%;
  z-index: 1;
  margin-top: -8px;
}
@media only screen and (max-width: 768px) {
  #news_list .list_area dl dt {
    float: none;
    position: relative;
    width: 100%;
    margin-top: 14px;
  }
}
#news_list .list_area dl dd {
  width: 100%;
  z-index: 0;
}
#news_list .list_area dl dd a {
  display: block;
  padding: 18px 0 18px 165px;
  z-index: 20;
}
#news_list .list_area dl dd a:hover {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #news_list .list_area dl dd a {
    padding: 36px 0 14px 0;
    margin-top: -34px;
  }
}

/*              お知らせ 詳細              */
#detail_area .entrySet .entry_box + .entry_box {
  margin-top: 38px;
}
@media only screen and (max-width: 768px) {
  #detail_area .entrySet .entry_box + .entry_box {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 800px) {
  #detail_area .entrySet .entry_img {
    margin: 0 -25px;
  }
}
#detail_area .entrySet .entry_read + .entry_read {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  #detail_area .entrySet .entry_read + .entry_read {
    margin-top: 22px;
  }
}
#detail_area .entrySet .entry_read p + p {
  margin-top: 0.7em;
}
@media only screen and (max-width: 768px) {
  #detail_area .entrySet .entry_read p + p {
    margin-top: 0.5em;
  }
}

#detail_area .entrySet h2 {
  font-size: 200%;
  line-height: 1.15;
  margin-bottom: 14px;
}
#detail_area .entrySet h3 {
  font-size: 162.5%;
  line-height: 1.3;
  margin-bottom: 19px;
}
#detail_area .entrySet a {
  text-decoration: underline;
}
@media only screen and (max-width: 768px) {
  #detail_area .entrySet h2 {
    margin-bottom: 13px;
  }
  #detail_area .entrySet h3 {
    font-size: 162.5%;
    margin-bottom: 15px;
  }
}

#detail_area .return_btn a {
  border: 1px #333 solid;
  display: block;
  max-width: 300px;
  text-align: center;
  position: relative;
  padding: 12px 1em 10px;
  margin: 1.8em auto 0;
}
#detail_area .return_btn a:before {
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f104";
  font-size: 112.5%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -14px;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  background-color: white;
  width: 100%;
  z-index: 10000000;
  position: fixed;
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
}
.move #header {
  box-shadow: 0 0 5px 0 #c7c7c7;
  -moz-box-shadow: 0 0 5px 0 #c7c7c7;
  -webkit-box-shadow: 0 0 5px 0 #c7c7c7;
}
@media only screen and (max-width: 768px) {
  #header {
    height: 50px;
  }
}
#header .hd_area {
  overflow: hidden;
  max-width: 1366px;
  width: 100%;
  padding: 0 30px 20px 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #header .hd_area {
    padding: 0 10px 6px;
  }
}
#header .hd_area #hd_logo {
  float: left;
  width: 110px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  #header .hd_area #hd_logo {
    width: 70px;
    margin-top: 6px;
  }
}
#header .hd_area #hd_logo a {
  display: block;
}
#header .hd_area #hd_logo a img {
  width: 100%;
}
#header .hd_area #hd_logo a:hover img {
  opacity: 1 !important;
}
#header .hd_area #hd_navi {
  float: right;
  margin-top: 9px;
}
@media only screen and (max-width: 768px) {
  #header .hd_area #hd_navi {
    margin-top: 6px;
  }
}
#header .hd_area #hd_navi .receipt_time {
  margin-bottom: 9px;
}
@media only screen and (max-width: 768px) {
  #header .hd_area #hd_navi .receipt_time {
    display: none;
  }
}
#header .hd_area #hd_navi .receipt_time dl {
  text-align: right;
}
#header .hd_area #hd_navi .receipt_time dl dt, #header .hd_area #hd_navi .receipt_time dl dd {
  display: inline-block;
  font-size: 75%;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  #header .hd_area #hd_navi .receipt_time dl dt, #header .hd_area #hd_navi .receipt_time dl dd {
    font-size: 62.5%;
  }
}
#header .hd_area #hd_navi .navi_list {
  overflow: hidden;
}
#header .hd_area #hd_navi .navi_list ul#sp_menu_btn {
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 6px;
  margin-left: 15px;
}
@media only screen and (min-width: 769px) {
  #header .hd_area #hd_navi .navi_list ul#sp_menu_btn {
    display: none;
  }
}
#header .hd_area #hd_navi .navi_list ul#sp_menu_btn li {
  cursor: pointer;
  font-size: 56.3%;
  text-align: center;
}
#header .hd_area #hd_navi .navi_list ul#sp_menu_btn li.sp_open.open {
  display: none;
}
#header .hd_area #hd_navi .navi_list ul#sp_menu_btn li.sp_close {
  display: none;
}
#header .hd_area #hd_navi .navi_list ul#sp_menu_btn li.sp_close.open {
  display: block;
}
#header .hd_area #hd_navi .navi_list ul#sp_menu_btn li img {
  display: block;
  height: 26px;
  width: 38px;
}
#header .hd_area #hd_navi .navi_list #nv_area {
  display: inline-block;
  float: left;
}
@media only screen and (min-width: 769px) {
  #header .hd_area #hd_navi .navi_list #nv_area {
    display: block !important;
  }
}
#header .hd_area #hd_navi .navi_list #nv_area ul.g_nv {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  #header .hd_area #hd_navi .navi_list #nv_area ul.g_nv {
    position: relative;
    top: -2px;
  }
}
@media only screen and (max-width: 768px) {
  #header .hd_area #hd_navi .navi_list #nv_area ul.g_nv {
    display: none;
  }
}
#header .hd_area #hd_navi .navi_list #nv_area ul.g_nv li {
  display: inline-block;
}
#header .hd_area #hd_navi .navi_list #nv_area ul.g_nv li a {
  font-size: 93.8%;
  display: block;
  line-height: 2.4;
  padding: 0 1.06em;
}
@media only screen and (max-width: 1200px) {
  #header .hd_area #hd_navi .navi_list #nv_area ul.g_nv li a {
    font-size: 81.3%;
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 1024px) {
  #header .hd_area #hd_navi .navi_list #nv_area ul.g_nv li a {
    font-size: 68.8%;
  }
}
#header .hd_area #hd_navi .navi_list #nv_area ul.g_nv li a:hover {
  background-color: #e3e2e2;
}
@media only screen and (min-width: 769px) {
  #header .hd_area #hd_navi .navi_list .ticket {
    display: block !important;
    float: right;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #header .hd_area #hd_navi .navi_list .ticket {
    float: left;
    margin-right: 53px;
  }
}
#header .hd_area #hd_navi .navi_list .ticket a {
  background-color: #ff4d4d;
  color: white;
  display: block;
  font-size: 93.8%;
  padding: 0.4em 1.13em;
}
@media only screen and (max-width: 1200px) {
  #header .hd_area #hd_navi .navi_list .ticket a {
    font-size: 81.3%;
    padding: 0.4em 0.5em;
  }
}
@media only screen and (max-width: 1024px) {
  #header .hd_area #hd_navi .navi_list .ticket a {
    font-size: 68.8%;
  }
}
@media only screen and (max-width: 768px) {
  #header .hd_area #hd_navi .navi_list .ticket a {
    font-size: 87.5%;
    padding: 8px 1em;
  }
}
#header .hd_area #hd_navi .navi_list .ticket a:after {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  #header .hd_area #hd_navi .navi_list .ticket a:after {
    padding-left: 16px;
  }
}
#header .hd_area #hd_navi .navi_list .ticket.open {
  display: none;
}

/*                footer
======================================================= */
#footer {
  background-color: #333333;
}
@media only screen and (min-width: 769px) {
  #footer {
    display: block !important;
  }
}
#footer #ft_sns {
  border-bottom: 1px #4d4d4d solid;
  padding: 68px 0;
}
@media only screen and (max-width: 768px) {
  #footer #ft_sns {
    padding: 34px 0;
  }
}
#footer #ft_sns ul {
  overflow: hidden;
  text-align: center;
  width: 588px;
  margin: 0 auto;
}
#footer #ft_sns ul li {
  float: left;
  width: 147px;
}
#footer #ft_sns ul li a {
  color: white;
  display: block;
  font-family: 'Times New Roman', serif;
  font-size: 81.3%;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#footer #ft_sns ul li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#footer #ft_sns ul li a img {
  display: inline-block;
  height: 32px;
  width: 33px;
  margin-right: 25px;
}
#footer #ft_bnr {
  border-bottom: 1px #4d4d4d solid;
  padding: 15px 40px;
}
@media only screen and (max-width: 768px) {
  #footer #ft_bnr {
    padding: 15px 33px;
  }
  #footer #ft_sns ul {
    width: 294px;
  }
  #footer #ft_sns ul li:nth-last-child(2),
  #footer #ft_sns ul li:nth-last-child(1) {
    margin-top: 30px;
  }
}
#footer #ft_bnr .bnr_slider_area {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
}
#footer #ft_bnr .bnr_slider_area ul {
  position: relative;
  margin: 0 -7px;
}
#footer #ft_bnr .bnr_slider_area ul li {
  padding: 0 7px;
}
#footer #ft_bnr .bnr_slider_area ul li a {
  display: block;
}
#footer #ft_bnr .bnr_slider_area ul li a img {
  width: 100%;
}
#footer #ft_bnr .bnr_slider_area ul .slick-arrow {
  display: block;
  height: 26px;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  width: 14px;
  margin-top: -13px;
}
#footer #ft_bnr .bnr_slider_area ul .slick-arrow.slick-prev {
  background: url(../img/flex_prev.gif) no-repeat left top;
  background-size: 14px 26px;
  left: -27px;
}
@media only screen and (max-width: 768px) {
  #footer #ft_bnr .bnr_slider_area ul .slick-arrow.slick-prev {
    left: -17px;
  }
}
#footer #ft_bnr .bnr_slider_area ul .slick-arrow.slick-next {
  background: url(../img/flex_next.gif) no-repeat right top;
  background-size: 14px 26px;
  right: -27px;
}
@media only screen and (max-width: 768px) {
  #footer #ft_bnr .bnr_slider_area ul .slick-arrow.slick-next {
    right: -17px;
  }
}
#footer #ft_btm {
  max-width: 1270px;
  width: 100%;
  padding: 60px 0 10px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #footer #ft_btm {
    padding: 35px 0 18px;
  }
}
#footer #ft_btm .inner {
  overflow: hidden;
  margin: 0 25px;
}
#footer #ft_btm .inner h4#ft_logo {
  float: left;
  width: 182px;
}
@media only screen and (max-width: 768px) {
  #footer #ft_btm .inner h4#ft_logo {
    float: none;
    width: 144px;
    margin: 0 auto 25px;
  }
}
#footer #ft_btm .inner h4#ft_logo a {
  display: block;
}
#footer #ft_btm .inner h4#ft_logo a img {
  width: 100%;
}
#footer #ft_btm .inner #ft_info {
  float: right;
}
@media only screen and (max-width: 768px) {
  #footer #ft_btm .inner #ft_info {
    float: none;
  }
}
#footer #ft_btm .inner #ft_info dl {
  margin: -20px 0 48px;
}
@media only screen and (max-width: 768px) {
  #footer #ft_btm .inner #ft_info dl {
    width: auto;
    max-width: 318px;
    margin: 0 auto 40px;
  }
}
#footer #ft_btm .inner #ft_info dl dt, #footer #ft_btm .inner #ft_info dl dd {
  color: white;
  padding-top: 15px;
}
#footer #ft_btm .inner #ft_info dl dt {
  clear: left;
  float: left;
  font-size: 81.3%;
  line-height: 24px;
  opacity: 0.5;
  text-align: right;
  width: 5em;
}
/*
@media only screen and (max-width: 768px) {
  #footer #ft_btm .inner #ft_info dl dt {
    width: 5em;
  }
}
*/
#footer #ft_btm .inner #ft_info dl dd {
  font-size: 87.5%;
  line-height: 24px;
  padding-left: 85px;
}
@media only screen and (max-width: 768px) {
  #footer #ft_btm .inner #ft_info dl dd {
    padding-left: 80px;
  }
}
#footer #ft_btm .inner #ft_info dl dd a {
  color: white;
}
@media only screen and (min-width: 769px) {
  #footer #ft_btm .inner #ft_info dl dd br.max768 {
    display: none;
  }
}
#footer #ft_btm .inner #ft_info p#copyright {
  color: white;
  font-family: 'Times New Roman', serif;
  font-size: 62.5%;
  opacity: 0.5;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #footer #ft_btm .inner #ft_info p#copyright {
    text-align: center;
  }
}

/*                top
======================================================= */
/*                トップページ用
======================================================= */
.hot_bath {
  /*#header {
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -ms-transition: 0.1s;
    transition: 0.1s;
    .hd_area {
      #hd_logo {
        a {
          cursor: default;
        }
      }
    }

  }
  &.move{
    #header{
      position: fixed;
      top: -100px;
      &.white {
        @include animate;
        top:0;
        .hd_area {
          #hd_logo {
            opacity: 1;
          }
        }
      }

    }
  }
*/
}
.hot_bath #main_area #main_kv {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .hot_bath #main_area #main_kv {
    height: 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 42%;
  }
}
.hot_bath #main_area #main_kv ul.kv_slider {
  overflow: hidden;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .hot_bath #main_area #main_kv ul.kv_slider {
    height: auto;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.hot_bath #main_area #main_kv ul.kv_slider li {
  width: 100%;
}
.hot_bath #main_area #main_kv ul.kv_slider li img {
  width: 100%;
}
.hot_bath #main_area #main_kv h1 {
  left: 34.04%;
  position: absolute;
  top: 18.5%;
  width: 32.21%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #main_kv h1 {
    left: 5.6%;
    top: 16.8%;
    width: 94.4%;
  }
}
.hot_bath #main_area #main_kv h1 img {
  width: 100%;
}
.hot_bath #main_area #main_kv .news_area {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
}
.hot_bath #main_area #main_kv .news_area .news_area_width {
  max-width: 1366px;
  width: 100%;
  padding: 10px 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #main_kv .news_area .news_area_width {
    padding: 10px 15px;
  }
}
.hot_bath #main_area #main_kv .news_area .news_area_width p {
  color: white;
  float: left;
  font-size: 87.5%;
  line-height: 26px;
  position: relative;
  width: 77px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #main_kv .news_area .news_area_width p {
    width: 62px;
  }
}
.hot_bath #main_area #main_kv .news_area .news_area_width p:after {
  background-color: white;
  content: '';
  display: inline-block;
  height: 1em;
  position: absolute;
  right: 0;
  top: 6px;
  width: 1px;
}
.hot_bath #main_area #main_kv .news_area .news_area_width ul.news_slider {
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 77px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #main_kv .news_area .news_area_width ul.news_slider {
    margin-left: 62px;
  }
}
.hot_bath #main_area #main_kv .news_area .news_area_width ul.news_slider li {
  padding-left: 22px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #main_kv .news_area .news_area_width ul.news_slider li {
    padding-left: 10px;
  }
}
.hot_bath #main_area #main_kv .news_area .news_area_width ul.news_slider li a {
  color: white;
  font-size: 87.5%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
}
.hot_bath #main_area #content_area {
  /*
  .bg_ticket {
    background: url(../img/bg_ticket.gif) repeat left top;
    padding-bottom: 80px;
    @include media768 {
      padding-bottom: 30px;
    }
    #ticket {
      max-width: 1070px;
      width: 100%;
      margin: 0 auto;
      .content_title {
        margin-bottom: 45px;
        @include media768 {
          margin-bottom: 25px;
        }
      }
      .ticket_row {
        overflow: hidden;
        margin: 0 -5px;
        @include media900 {
          margin: 0 15px;
        }
        @include media768 {
          margin: 0 25px;
        }
        .ticket_set {
          float: left;
          width: 33.33333%;
          padding: 0 30px;
          margin-bottom: 40px;
          @include media900 {
            padding: 0 10px;
          }
          @include media768 {
            background: url(../img/line_x.gif) repeat-x left top;
            background-size: 64px 1px;
            width: 100%;
            padding: 15px 0;
            margin-bottom: 0;
          }
          a {
            display: block;
            @include animate;
            &:hover {
              @include opacity;
            }
            .photo {
              display: block;
              width: 100%;
              margin-bottom: 14px;
              img {
                width: 100%;
              }
            }
            .btm {
              display: block;
              .text {
                display: block;
                line-height: 1.25;
                margin-bottom: 3px;
              }
              .dl {
                display: block;
                .dt {
                  border: 1px $baseColor solid;
                  clear: left;
                  display: block;
                  float: left;
                  font-size: $fontS11;
                  text-align: center;
                  width: 80px;
                  padding: 3px 0 2px;
                  margin-top: 4px;
                  @include media900 {
                    width: 70px;
                  }
                }
                .dd {
                  display: block;
                  padding-left: 90px;
                  @include media900 {
                    padding-left: 80px;
                  }
                  .normal {
                    font-size: $fontS14;
                    &:after {
                      content: '\f105';
                      display: inline-block;
                      @include fa;
                      font-size: 120%;
                      margin: 0 7px 0 5px;
                    }
                  }
                  .discount {
                    color: #ff4d4d;
                    font-size: $fontS25;
                    .font_S {
                      font-size: 56%;
                    }
                  }
                }
              }
              .btn {
                background-color: #ff4d4d;
                color: $white;
                display: block;
                position: relative;
                text-align: center;
                padding: 12px 0;
                &:after {
                  content: '\f105';
                  display: inline-block;
                  @include fa;
                  position: absolute;
                  top: 11px;
                  right: 15px;
                }
              }
            }
          }
        } //ticket_set
        &.ticket01 {
          .ticket_set {
            &:first-child {
              background: none;
            }
          }
        }
      } //ticket_row
      .more_view {
        max-width: 1070px;
        width: 100%;
        margin: 0 auto;
        p {
          background-color: rgba(0,0,0,0.06);
          cursor: pointer;
          position: relative;
          text-align: center;
          padding: 10px 0 14px;
          margin: 0 25px;
          @include animate;
          &:hover {
            @include opacity;
          }
          &:after {
            bottom: -2px;
            color: #a5a5a5;
            content: '\f107';
            display: inline-block;
            @include fa;
            font-size: 70%;
            left: 50%;
            position: absolute;
            margin-left: -3px;
          }
        }
      } //more_view
    } //ticket
  } //bg_ticket
  */
}
.hot_bath #main_area #content_area .content {
  max-width: 1366px;
  width: 100%;
  padding-top: 62px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content {
    padding-top: 40px;
  }
}
.hot_bath #main_area #content_area .content .content_title {
  position: relative;
  text-align: center;
  padding-top: 34px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .content_title {
    padding-top: 32px;
  }
}
.hot_bath #main_area #content_area .content .content_title:before {
  background: url(../img/one_point.png) no-repeat center top;
  content: '';
  display: inline-block;
  height: 14px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 34px;
  margin-left: -17px;
}
.hot_bath #main_area #content_area .content .content_title .title {
  color: #1a1a1a;
  font-size: 200%;
  line-height: 1.15;
  margin-bottom: 14px;
}
.hot_bath #main_area #content_area .content .content_title .title br {
  display:none !important;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .content_title .title {
    margin-bottom: 13px;
  }
  .hot_bath #main_area #content_area .content .content_title .title br {
    display:inherit !important; 
  }
}
.hot_bath #main_area #content_area .content .content_title .title .sp_block {
  padding-left: 0.3em;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .content_title .title .sp_block {
    display: block;
    padding-left: 0;
  }
}
.hot_bath #main_area #content_area .content .content_title .title .font_s {
  font-size: 43.8%;
}
.hot_bath #main_area #content_area .content .content_title .green {
  color: #137300;
  font-family: 'Times New Roman', serif;
  font-size: 62.5%;
  letter-spacing: 1px;
}
.hot_bath #main_area #content_area .content .content_title + .description {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .content_title + .description {
    margin-top: 25px;
  }
}
.hot_bath #main_area #content_area .content .description {
  text-align: center;
  padding: 0 25px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .description {
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 641px) {
  .hot_bath #main_area #content_area .content .description br {
    display: none;
  }
}
.hot_bath #main_area #content_area .content .description br.block {
  display: block !important;
}
@media only screen and (min-width: 769px) {
  .hot_bath #main_area #content_area .content .description .font_s_pc {
    font-size: 75%;
  }
}
.hot_bath #main_area #content_area .content .description .font_s_tab {
  display: block;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .description .font_s_tab {
    font-size: 75%;
  }
}
.hot_bath #main_area #content_area .content .description p + p {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .description p + p {
    margin-top: 1em;
  }
}
.hot_bath #main_area #content_area .content .cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box {
    display: block;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.photo {
  overflow: hidden;
  position: relative;
  width: 58.5%;
              /*
              background-repeat: no-repeat;
              background-size: auto 100%;

              background-position-x: 50%;
              background-position-y: 10%;
              background-attachment:fixed;
              */
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box .box.photo {
    width: 100%;
    margin-bottom: 31px;
  }
}
@media only screen and (min-width: 769px) {
  .hot_bath #main_area #content_area .content .cont_box .box.photo .inner {
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 60%;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.photo .img {
  position: absolute;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (min-width: 769px) {
  .hot_bath #main_area #content_area .content .cont_box .box.photo .img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box .box.photo .img {
    position: relative;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.photo img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .hot_bath #main_area #content_area .content .cont_box .box.photo img {
    position: relative;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.text {
  float: right;
  width: 41.5%;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text {
    display: block;
    float: none;
    width: 100%;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.text .inner {
  padding: 0 14%;
}
@media only screen and (max-width: 1150px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text .inner {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 900px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text .inner {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text .inner {
    padding: 0 25px;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.text .inner h3 {
  font-size: 162.5%;
  line-height: 1.3;
  margin-bottom: 19px;
}
@media only screen and (max-width: 1024px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text .inner h3 {
    font-size: 143.8%;
  }
}
@media only screen and (max-width: 900px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text .inner h3 {
    font-size: 125%;
  }
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text .inner h3 {
    font-size: 162.5%;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 641px) {
  .hot_bath #main_area #content_area .content .cont_box .box.text .inner h3 br {
    display: none;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.text .inner p span {
  font-size: 75%;
}
.hot_bath #main_area #content_area .content .cont_box .box.col_l {
  float: left;
  width: 39.2%;
  padding-right: 4.9%;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box .box.col_l {
    float: none;
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.col_l h3 {
  font-size: 162.5%;
  line-height: 1.3;
  margin-bottom: 0.73em;
}
@media screen and (min-width: 641px) and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box .box.col_l h3 br {
    display: none;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r {
  background: url(../img/line_y.gif) repeat-y left top;
  float: right;
  width: 60.8%;
  padding-left: 4.9%;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box .box.col_r {
    background: url(../img/line_x.gif) repeat-x left top;
    background-size: 64px 1px;
    float: none;
    width: 100%;
    padding-top: 26px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 480px) {
  .hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table {
    font-size: 75%;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table thead tr th {
  text-align: right;
}
@media only screen and (max-width: 480px) {
  .hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table thead tr th {
    line-height: 1.5;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table thead tr th span {
  font-size: 68.8%;
}
@media only screen and (max-width: 480px) {
  .hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table thead tr th span {
    display: block;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table tbody tr {
  border-top: 1px #dedede solid;
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table tbody tr:first-child {
  border-top: none;
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table tbody tr th, .hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table tbody tr td {
  padding: 14px 0;
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table tbody tr th span {
  border: 1px #333333 solid;
  display: inline-block;
  font-size: 87.5%;
  padding: 5px 6px 5px 7px;
}
@media only screen and (min-width: 641px) {
  .hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table tbody tr th br {
    display: none;
  }
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price table tbody tr td {
  text-align: right;
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price ul.note {
  margin-top: 14px;
}
.hot_bath #main_area #content_area .content .cont_box .box.col_r .box_price ul.note li {
  font-size: 75%;
  letter-spacing: 1px;
  line-height: 1.5;
}
.hot_bath #main_area #content_area .content .cont_box.even .box.photo {
  float: right;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box.even .box.photo {
    float: none;
  }
}
.hot_bath #main_area #content_area .content .cont_box.even .box.text {
  float: left;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box.even .box.text {
    float: none;
  }
}
.hot_bath #main_area #content_area .content .cont_box.box_photo {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.hot_bath #main_area #content_area .content .cont_box.box_photo img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .content .cont_box.box_photo + .cont_box {
    margin-top: 27px;
  }
}
.hot_bath #main_area #content_area .content .cont_box + .cont_box {
  margin-top: 50px;
}
@media only screen and (min-width: 769px) {
  /*.hot_bath #main_area #content_area .content .cont_box.box02,
  .hot_bath #main_area #content_area .content .cont_box.box04*/
  .hot_bath #main_area #content_area .content .cont_box.img_text:nth-child(even) {
    flex-flow: row-reverse;
  }
}
.hot_bath #main_area #content_area .partition_img {
  width: 100%;
  margin-top: 100px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .partition_img {
    margin-top: 50px;
  }
}
.hot_bath #main_area #content_area .partition_img img {
  width: 100%;
}
.hot_bath #main_area #content_area .bg_white {
  background-color: white;
}
.hot_bath #main_area #content_area .bg_white #media_article {
  /*
  .articles_list {
    overflow: hidden;
    margin: 45px auto -70px;
    @include media768 {
      margin: 45px auto 0;
    }
    .articles_set {
      display: table;
      float: left;
      width: 50%;
      margin-bottom: 70px;
      @include media768 {
        float: none;
        width: 100%;
        padding: 20px 0;
        margin-bottom: 0;
      }
      a {
        display: block;
        @include animate;
        &:hover {
          @include opacity;
        }
        span {
          display: table-cell;
          &.photo {
            vertical-align: top;
            width: 29.4%;
            @include media768 {
              width: 30.7%;
            }
            img {
              width: 100%;
            }
          }
          &.text {
            vertical-align: middle;
            width: 70.6%;
            padding: 0 4.9%;
            @include media768 {
              vertical-align: top;
              width: 69.3%;
              padding: 0 0 0 20px;
            }
            .dl {
              .dt {
                border: 1px $baseColor solid;
                display: inline-block;
                font-size: $fontS11;
                padding: 3px 16px 2px;
                margin-bottom: 10px;
              }
              .dd {
                @include media768 {
                  font-size: $fontS14;
                }
              }
            }
          }
        }
      }
      & + .articles_set {
        @include media768 {
          background: url(../img/line_x.gif) repeat-x left top;
          background-size: 64px 1px;
        }
      }
    } //articles_set
  } //articles_list
*/
}
.hot_bath #main_area #content_area .bg_white #media_article p.more {
  text-align: right;
  margin-top: 33px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #media_article p.more {
    margin-top: 0;
  }
}
.hot_bath #main_area #content_area .bg_white #media_article p.more:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.hot_bath #main_area #content_area .bg_white #media_article p.more a {
  text-decoration: underline;
}
.hot_bath #main_area #content_area .bg_white #media_article p.more a:hover {
  text-decoration: none;
}
.hot_bath #main_area #content_area .bg_white #news {
  margin-bottom: 13px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #news {
    margin-bottom: 5px;
  }
}
.hot_bath #main_area #content_area .bg_white #news .news_list {
  max-width: 850px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #news .news_list {
    margin-top: -20px;
  }
}
.hot_bath #main_area #content_area .bg_white #news .news_list dl {
  border-bottom: 1px #ededed solid;
}
.hot_bath #main_area #content_area .bg_white #news .news_list dl dt, .hot_bath #main_area #content_area .bg_white #news .news_list dl dd {
  padding: 14px 0 13px;
}
.hot_bath #main_area #content_area .bg_white #news .news_list dl dt {
  clear: left;
  color: #b2b2b2;
  float: left;
  font-size: 75%;
  line-height: 26px;
  width: 145px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #news .news_list dl dt {
    float: none;
    line-height: normal;
    width: 100%;
    padding: 19px 0 0;
  }
}
.hot_bath #main_area #content_area .bg_white #news .news_list dl dd {
  padding-left: 145px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #news .news_list dl dd {
    padding: 4px 0 14px;
  }
}
.hot_bath #main_area #content_area .bg_white #news .news_list dl dd a:hover {
  text-decoration: underline;
}
.hot_bath #main_area #content_area .bg_white #news p.more {
  text-align: right;
  margin-top: 33px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #news p.more {
    margin-top: 25px;
  }
}
.hot_bath #main_area #content_area .bg_white #news p.more:before {
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}
.hot_bath #main_area #content_area .bg_white #news p.more a {
  text-decoration: underline;
}
.hot_bath #main_area #content_area .bg_white #news p.more a:hover {
  text-decoration: none;
}
.hot_bath #main_area #content_area .bg_white #access {
  max-width: 100%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #access {
    margin-bottom: 14px;
  }
}
.hot_bath #main_area #content_area .bg_white #access #map-canvas {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 32.94%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #access #map-canvas {
    padding-bottom: 61.33%;
    margin-bottom: 24px;
  }
}
.hot_bath #main_area #content_area .bg_white #access .cont_box .col_l {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #access .cont_box .col_l {
    width: 100%;
  }
}
.hot_bath #main_area #content_area .bg_white #access .cont_box .col_l dl {
  margin-bottom: -15px;
}
.hot_bath #main_area #content_area .bg_white #access .cont_box .col_l dl dt {
  border: 1px #333333 solid;
  clear: left;
  display: inline-block;
  float: left;
  font-size: 87.5%;
  padding: 1px 12px;
}
@media only screen and (max-width: 640px) {
  .hot_bath #main_area #content_area .bg_white #access .cont_box .col_l dl dt {
    float: none;
  }
}
.hot_bath #main_area #content_area .bg_white #access .cont_box .col_l dl dd {
  padding-left: 65px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 640px) {
  .hot_bath #main_area #content_area .bg_white #access .cont_box .col_l dl dd {
    line-height: 1.4;
    padding-left: 0;
  }
}
@media only screen and (min-width: 641px) {
  .hot_bath #main_area #content_area .bg_white #access .cont_box .col_l dl dd br {
    display: none;
  }
}
.hot_bath #main_area #content_area .bg_white #access .cont_box .col_r {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #access .cont_box .col_r {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .hot_bath #main_area #content_area .bg_white #access .cont_box .col_r ul li {
    letter-spacing: 0.7px;
  }
}
.hot_bath #main_area #content_area .bg_white #price {
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .hot_bath #main_area #content_area .bg_white #price {
    padding-bottom: 25px;
  }
}
.hot_bath #main_area #content_area .bg_white #price .content_title {
  margin-bottom: 8px;
}
.hot_bath #main_area #content_area .bg_white #price .price_area {
  max-width: 850px;
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box {
  background: url(../img/line_x.gif) repeat-x left top;
  background-size: 64px 1px;
  padding: 25px 30px 17px;
}
@media only screen and (max-width: 640px) {
  .hot_bath #main_area #content_area .bg_white #price .price_area .price_box {
    padding: 25px 0 17px;
  }
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box h3 {
  font-size: 125%;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box h3 span {
  font-size: 65%;
}
@media only screen and (max-width: 640px) {
  .hot_bath #main_area #content_area .bg_white #price .price_area .price_box h3 span {
    font-size: 60%;
    display: block;
  }
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 14px 0 13px;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl dt, .hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl dd {
  display: table-cell;
  vertical-align: top;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl dt {
  width: 100%;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl dt .border {
  border: 1px #333333 solid;
  display: inline-block;
  font-size: 87.5%;
  line-height: 26px;
  padding: 0 12px;
  margin-right: 9px;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl dt .font_S {
  font-size: 68.8%;
  line-height: 26px;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl dd {
  text-align: right;
  width: 8em;
}
@media only screen and (max-width: 640px) {
  .hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl dd {
    width: 7em;
  }
}
@media only screen and (max-width: 640px) {
  .hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl dd span {
    font-size: 75%;
  }
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box dl + dl {
  border-top: 1px #ededed solid;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box ul {
  margin: 3px 0 10px;
}
.hot_bath #main_area #content_area .bg_white #price .price_area .price_box ul li {
  font-size: 75%;
  line-height: 1.5;
}
.hot_bath #main_area #content_area .bg_white #price .price_area.price01 .price_box:first-child {
  background: none;
}
.hot_bath #main_area #content_area .bg_white #price .more_view {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.hot_bath #main_area #content_area .bg_white #price .more_view p {
  background-color: #f7f7f7;
  cursor: pointer;
  position: relative;
  text-align: center;
  padding: 10px 0 14px;
  margin: 0 55px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 640px) {
  .hot_bath #main_area #content_area .bg_white #price .more_view p {
    margin: 0 25px;
  }
}
.hot_bath #main_area #content_area .bg_white #price .more_view p:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.hot_bath #main_area #content_area .bg_white #price .more_view p:after {
  bottom: -2px;
  color: #a5a5a5;
  content: '\f107';
  display: inline-block;
  font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 70%;
  left: 50%;
  position: absolute;
  margin-left: -3px;
}
.hot_bath #main_area #content_area .bg_white #price .pdf_btn a {
  border: 1px #333 solid;
  display: block;
  font-size: 87.5%;
  max-width: 240px;
  text-align: center;
  margin: 1.8em auto 0;
  padding: 8px 1em;
}
@media only screen and (min-width: 1025px) {
  .hot_bath #main_area #content_area .bg_white #price .pdf_btn a {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
  }
  .hot_bath #main_area #content_area .bg_white #price .pdf_btn a:hover {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    opacity: .8;
  }
}
.hot_bath #main_area #content_area .bg_white #price .pdf_btn a:after {
  background: url(../img/blank_icon_pc.gif) no-repeat left top;
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
@media only screen and (max-width: 768px) {
  .hot_bath #main_area #content_area .bg_white #price .pdf_btn a:after {
    background: url(../img/blank_icon_sp.gif) no-repeat left top;
    background-size: cover;
    width: 1em;
    height: 1em;
    position: relative;
    top: 3px;
  }
}

.flexslider {
  position: relative;
}
.flexslider ul {
  overflow: hidden;
}
.flexslider ul li {
  overflow: hidden;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides > li:first-child {
  display: block;
}
.flexslider .slides > li img {
  width: 100%;
}
.flexslider .flex-control-paging {
  position: absolute;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: 1100;
  bottom: 10px;
  text-align: center;
}
.flexslider .flex-control-paging li {
  display: inline-block;
}
.flexslider .flex-control-paging li + li {
  margin-left: 6px;
}
.flexslider .flex-control-paging li a {
  background-color: #fff;
  box-shadow: 0px 0px 8px -4px black;
  border-radius: 100%;
  display: block;
  text-indent: -999999px;
  opacity: .3;
  width: 8px;
  height: 8px;
}
.flexslider .flex-control-paging li a.flex-active {
  background-color: #fff;
  opacity: 1;
}
.flexslider .flex-direction-nav li {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
}
@media only screen and (max-width: 640px) {
  .flexslider .flex-direction-nav li {
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
}
.flexslider .flex-direction-nav li.flex-nav-prev {
  left: 0;
}
.flexslider .flex-direction-nav li.flex-nav-next {
  right: 0;
}
.flexslider .flex-direction-nav li a, .flexslider .flex-direction-nav li img {
  display: block;
}
