@charset "UTF-8";
/* ===================
共通変数
===================*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

ul, ol {
  list-style: none;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

/* ===================
clearfix 
===================*/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0px;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/* ===================
画像余白クリア
===================*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

/* ===================
リンク
===================*/
a {
  outline: none;
}

a:link {
  text-decoration: none;
  color: #000;
}

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

a:hover {
  text-decoration: underline;
  color: #000;
}

a:active {
  text-decoration: none;
  color: #000;
}

a:hover img {
  opacity: 0.7;
}

/* -----------------------------------------------------------------------------
   #Box
   -------------------------------------------------------------------------- */
/*
  Box系(display,width,height,margin,padding,float等)の汎用クラス
*/
/* -----------------------------------------------------------------------------
   #Display
   -------------------------------------------------------------------------- */
.u-dsp_none {
  display: none !important;
}

.u-dsp_block {
  display: block !important;
}

.u-dsp_inline-block {
  display: inline-block !important;
}

.u-dsp_tbl {
  display: table !important;
}

.u-dsp_tbl-cell {
  display: table-cell !important;
}

.u-flx_wrap {
  display: flex !important;
  flex-wrap: wrap !important;
}

.u-flx_nowrap {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.u-flx_space-between {
  display: flex !important;
  justify-content: space-between !important;
}

.u-flx_align-item-center {
  align-items: center !important;
}

@media print, screen and (min-width: 768px) {
  .u-flx_nowrap_pc {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  .u-flx_space-between_pc {
    display: flex !important;
    justify-content: space-between !important;
  }
}
.u_clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-flt_left {
  float: left !important;
}

.u-flt_right {
  float: right !important;
}

@media print, screen and (min-width: 768px) {
  .u-flt_left_pc {
    float: left !important;
  }
  .u-flt_right_pc {
    float: right !important;
  }
}
/* -----------------------------------------------------------------------------
   #Margin
   -------------------------------------------------------------------------- */
.u-m10 {
  margin: 10px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .u-m10_sp {
    margin: 10px !important;
  }
  .u-mt0_sp {
    margin-top: 0px !important;
  }
  .u-mt10_sp {
    margin-top: 10px !important;
  }
  .u-mt20_sp {
    margin-top: 20px !important;
  }
  .u-mt30_sp {
    margin-top: 30px !important;
  }
  .u-mt40_sp {
    margin-top: 40px !important;
  }
  .u-mt50_sp {
    margin-top: 50px !important;
  }
  .u-mt60_sp {
    margin-top: 60px !important;
  }
  .u-mb0_sp {
    margin-bottom: 0 !important;
  }
  .u-mb10_sp {
    margin-bottom: 10px !important;
  }
  .u-mb20_sp {
    margin-bottom: 20px !important;
  }
  .u-mb30_sp {
    margin-bottom: 30px !important;
  }
  .u-mb40_sp {
    margin-bottom: 40px !important;
  }
  .u-mb50_sp {
    margin-bottom: 50px !important;
  }
  .u-mb60_sp {
    margin-bottom: 60px !important;
  }
  .u-mr10_sp {
    margin-right: 10px !important;
  }
  .u-mr20_sp {
    margin-right: 20px !important;
  }
  .u-mr30_sp {
    margin-right: 30px !important;
  }
  .u-ml0_sp {
    margin-left: 0 !important;
  }
  .u-ml10_sp {
    margin-left: 10px !important;
  }
  .u-ml20_sp {
    margin-left: 20px !important;
  }
  .u-ml30_sp {
    margin-left: 30px !important;
  }
}
/* -----------------------------------------------------------------------------
   #Padding
   -------------------------------------------------------------------------- */
.u-p10 {
  padding: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

@media only screen and (max-width: 767px) {
  .u-p10_sp {
    padding: 10px !important;
  }
  .u-pt0_sp {
    padding-top: 0px !important;
  }
  .u-pt10_sp {
    padding-top: 10px !important;
  }
  .u-pt20_sp {
    padding-top: 20px !important;
  }
  .u-pt30_sp {
    padding-top: 30px !important;
  }
  .u-pt40_sp {
    padding-top: 40px !important;
  }
  .u-pt50_sp {
    padding-top: 50px !important;
  }
  .u-pt60_sp {
    padding-top: 60px !important;
  }
  .u-pt70_sp {
    padding-top: 70px !important;
  }
  .u-pt80_sp {
    padding-top: 80px !important;
  }
  .u-pt90_sp {
    padding-top: 90px !important;
  }
  .u-pt100_sp {
    padding-top: 100px !important;
  }
  .u-pb10_sp {
    padding-bottom: 10px !important;
  }
  .u-pb20_sp {
    padding-bottom: 20px !important;
  }
  .u-pb30_sp {
    padding-bottom: 30px !important;
  }
  .u-pb40_sp {
    padding-bottom: 40px !important;
  }
  .u-pb50_sp {
    padding-bottom: 50px !important;
  }
  .u-pb60_sp {
    padding-bottom: 60px !important;
  }
  .u-pl0_sp {
    padding-left: 0px !important;
  }
  .u-pl10_sp {
    padding-left: 10px !important;
  }
  .u-pl20_sp {
    padding-left: 20px !important;
  }
  .u-pl30_sp {
    padding-left: 30px !important;
  }
  .u-pl90_sp {
    padding-left: 90px !important;
  }
  .u-pr10_sp {
    padding-right: 10px !important;
  }
  .u-pr0_sp {
    padding-right: 0px !important;
  }
  .u-pr20_sp {
    padding-right: 20px !important;
  }
  .u-pr30_sp {
    padding-right: 30px !important;
  }
}
/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
/*
  テキストのスタイルを指定する汎用クラスです。
*/
/*---------------テキスト寄せ
------------------------*/
.u-text_left {
  text-align: left !important;
}

.u-text_right {
  text-align: right !important;
}

.u-text_center {
  text-align: center !important;
}

@media only screen and (max-width: 767px) {
  .u-text_left_sp {
    text-align: left !important;
  }
  .u-text_right_sp {
    text-align: right !important;
  }
  .u-text_center_sp {
    text-align: center !important;
  }
}
.u-mincho {
  font-family: "BIZ UDMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Meiryo", serif;
}

.u-bold {
  font-weight: bold !important;
}

.u-red {
  color: #ff0000 !important;
}

.u-brown {
  color: #786C27 !important;
}

.u-black {
  color: #000 !important;
}

.u-f10 {
  font-size: 1rem !important;
}

.u-f11 {
  font-size: 1.1rem !important;
}

.u-f12 {
  font-size: 1.2rem !important;
}

.u-f13 {
  font-size: 1.3rem !important;
}

.u-f14 {
  font-size: 1.4rem !important;
}

.u-f15 {
  font-size: 1.5rem !important;
}

.u-f16 {
  font-size: 1.6rem !important;
}

.u-f17 {
  font-size: 1.7rem !important;
}

.u-f18 {
  font-size: 1.8rem !important;
}

.u-f19 {
  font-size: 1.9rem !important;
}

.u-f20 {
  font-size: 2rem !important;
}

.u-f21 {
  font-size: 2.1rem !important;
}

.u-f22 {
  font-size: 2.2rem !important;
}

.u-f23 {
  font-size: 2.3rem !important;
}

.u-f24 {
  font-size: 2.4rem !important;
}

.u-f25 {
  font-size: 2.5rem !important;
}

.u-f26 {
  font-size: 2.6rem !important;
}

.u-f27 {
  font-size: 2.7rem !important;
}

.u-f28 {
  font-size: 2.8rem !important;
}

.u-f29 {
  font-size: 2.9rem !important;
}

.u-f30 {
  font-size: 3rem !important;
}

.u-f31 {
  font-size: 3.1rem !important;
}

.u-f32 {
  font-size: 3.2rem !important;
}

.u-f33 {
  font-size: 3.3rem !important;
}

.u-f34 {
  font-size: 3.4rem !important;
}

.u-f35 {
  font-size: 3.5rem !important;
}

.u-f36 {
  font-size: 3.6rem !important;
}

.u-f37 {
  font-size: 3.7rem !important;
}

.u-f38 {
  font-size: 3.8rem !important;
}

.u-f39 {
  font-size: 3.9rem !important;
}

.u-f40 {
  font-size: 4rem !important;
}

.u-f41 {
  font-size: 4.1rem !important;
}

.u-f42 {
  font-size: 4.2rem !important;
}

.u-f43 {
  font-size: 4.3rem !important;
}

.u-f44 {
  font-size: 4.4rem !important;
}

.u-f45 {
  font-size: 4.5rem !important;
}

.u-f46 {
  font-size: 4.6rem !important;
}

.u-f47 {
  font-size: 4.7rem !important;
}

.u-f48 {
  font-size: 4.8rem !important;
}

.u-f49 {
  font-size: 4.9rem !important;
}

.u-f50 {
  font-size: 5rem !important;
}

@media only screen and (max-width: 767px) {
  .u-f10_sp {
    font-size: 1rem !important;
  }
  .u-f11_sp {
    font-size: 1.1rem !important;
  }
  .u-f12_sp {
    font-size: 1.2rem !important;
  }
  .u-f13_sp {
    font-size: 1.3rem !important;
  }
  .u-f14_sp {
    font-size: 1.4rem !important;
  }
  .u-f15_sp {
    font-size: 1.5rem !important;
  }
  .u-f16_sp {
    font-size: 1.6rem !important;
  }
  .u-f17_sp {
    font-size: 1.7rem !important;
  }
  .u-f18_sp {
    font-size: 1.8rem !important;
  }
  .u-f19_sp {
    font-size: 1.9rem !important;
  }
  .u-f20_sp {
    font-size: 2rem !important;
  }
  .u-f21_sp {
    font-size: 2.1rem !important;
  }
  .u-f22_sp {
    font-size: 2.2rem !important;
  }
  .u-f23_sp {
    font-size: 2.3rem !important;
  }
  .u-f24_sp {
    font-size: 2.4rem !important;
  }
  .u-f25_sp {
    font-size: 2.5rem !important;
  }
  .u-f26_sp {
    font-size: 2.6rem !important;
  }
  .u-f27_sp {
    font-size: 2.7rem !important;
  }
  .u-f28_sp {
    font-size: 2.8rem !important;
  }
  .u-f29_sp {
    font-size: 2.9rem !important;
  }
  .u-f30_sp {
    font-size: 3rem !important;
  }
  .u-f31_sp {
    font-size: 3.1rem !important;
  }
  .u-f32_sp {
    font-size: 3.2rem !important;
  }
  .u-f33_sp {
    font-size: 3.3rem !important;
  }
  .u-f34_sp {
    font-size: 3.4rem !important;
  }
  .u-f35_sp {
    font-size: 3.5rem !important;
  }
  .u-f36_sp {
    font-size: 3.6rem !important;
  }
  .u-f37_sp {
    font-size: 3.7rem !important;
  }
  .u-f38_sp {
    font-size: 3.8rem !important;
  }
  .u-f39_sp {
    font-size: 3.9rem !important;
  }
  .u-f40_sp {
    font-size: 4rem !important;
  }
  .u-f41_sp {
    font-size: 4.1rem !important;
  }
  .u-f42_sp {
    font-size: 4.2rem !important;
  }
  .u-f43_sp {
    font-size: 4.3rem !important;
  }
  .u-f44_sp {
    font-size: 4.4rem !important;
  }
  .u-f45_sp {
    font-size: 4.5rem !important;
  }
  .u-f46_sp {
    font-size: 4.6rem !important;
  }
  .u-f47_sp {
    font-size: 4.7rem !important;
  }
  .u-f48_sp {
    font-size: 4.8rem !important;
  }
  .u-f49_sp {
    font-size: 4.9rem !important;
  }
  .u-f50_sp {
    font-size: 5rem !important;
  }
}
/* #u-fluid-img
  -------------------------------------------------------------------------- */
/*
ウィンドウ幅に合わせて画像サイズを変えるクラス

*/
.u-fluid-img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .u-fluid-img_pc {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .u-fluid-img_sp {
    max-width: 100%;
    height: auto;
  }
}

/* ===================
汎用クラス
===================*/
.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.flexBox {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex;
}

@media print, screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.pcOnly {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

.wrapper {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .wrapper {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.linkTab {
  display: block;
  background-color: #aa964a;
  text-align: center;
  padding: 5px 10px;
}
.linkTab img {
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .linkTab {
    display: inline-block;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  background-color: #aa964a;
  font-weight: normal;
  border-radius: 5px;
  color: #fff;
}
.btn:link {
  color: #fff;
}
.btn:visited {
  color: #fff;
}
.btn:hover {
  color: #fff;
}
.btn:active {
  color: #fff;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ===================
共通スタイル
===================*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  line-height: 1.75;
  color: #000;
  -webkit-text-size-adjust: 100%;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.4em;
  }
}

#scareaOff {
  overflow: hidden;
}

/* ===================
ヘッダー
===================*/
header {
  background-color: #022856;
  color: #fff;
}
header a {
  color: #fff;
}
header a:link {
  color: #fff;
}
header a:visited {
  color: #fff;
}
header a:hover {
  color: #fff;
}
header a:active {
  color: #fff;
}
header #header_top {
  padding: 5px;
  -webkit-flex-wrap: nowrap; /* Safari */
  flex-wrap: nowrap;
  -webkit-justify-content: space-between; /* Safari */
  justify-content: space-between;
  -webkit-align-items: center; /* Safari */
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  header #header_top {
    padding: 5px 10px;
  }
}
header #top_sub {
  display: none;
}
@media print, screen and (min-width: 768px) {
  header #top_sub {
    display: block;
    text-align: right;
    line-height: 2;
    font-size: 1.2rem;
  }
  header #top_sub a {
    display: inline-block;
    margin-left: 5px;
    line-height: 14px;
    vertical-align: middle;
  }
  header #top_sub p {
    margin-top: 15px;
    vertical-align: bottom;
  }
  header #top_sub span {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
header h1 {
  margin-right: 10px;
}
header h1 img {
  padding: 15px 0;
  width: 100%;
  max-width: 100%;
}
header button {
  -webkit-flex-shrink: 0; /* Safari */
  flex-shrink: 0;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  font-size: 1rem;
  background-color: #aa964a;
  color: #fff;
  width: 54px;
  height: 54px;
  margin-right: 5px;
}
header #link_fb {
  margin-left: 5px;
  vertical-align: bottom;
}
header nav {
  position: relative;
  background-color: #aa964a;
}
@media print, screen and (min-width: 768px) {
  header nav {
    height: 42px;
  }
}

#gNavs {
  display: none;
}
#gNavs > li {
  border-top: 1px solid #fff;
}
#gNavs > li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
@media print, screen and (min-width: 768px) {
  #gNavs {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 42px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex;
    -webkit-align-items: flex-start; /* Safari */
    align-items: flex-start;
    padding: 0;
    width: 100%;
    border-left: 1px solid #98853a;
    border-right: 1px solid #d4caa4;
  }
  #gNavs > li {
    width: 16.7%;
    line-height: 3;
    text-align: center;
    border-top: none;
    border-left: 1px solid #d4caa4;
    border-right: 1px solid #98853a;
  }
  #gNavs > li .gNavs_menu {
    padding: 0;
  }
}

.gNavs_menu, #gNav_close {
  display: block;
  padding: 10px;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.gNavs_menu:hover, #gNav_close:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  #gNav_close {
    display: none;
  }
}

.js_slideDown {
  position: relative;
}

.gNavs_menu_sub {
  position: relative;
  z-index: 99;
  display: none;
  background-color: #333;
  line-height: 3;
}
.gNavs_menu_sub dl {
  border-bottom: 1px solid #fff;
}
.gNavs_menu_sub dt {
  padding-left: 10px;
}
.gNavs_menu_sub a {
  display: block;
  width: 100%;
  border-top: none;
  padding-left: 30px;
  border-bottom: 1px solid #fff;
}
.gNavs_menu_sub a.calendar {
  padding-left: 10px;
  font-size: 0.8em;
  line-height: 2;
  border-bottom: none;
}
.gNavs_menu_sub a:hover {
  text-decoration: none;
  background-color: #666;
}
@media print, screen and (min-width: 768px) {
  .gNavs_menu_sub {
    text-align: left;
  }
  .gNavs_menu_sub a {
    padding-left: 20px;
  }
}

.gNavs_program_list {
  line-height: 2.5;
}
.gNavs_program_list a {
  border: none;
}

/* ===================
フッター
===================*/
footer {
  background-color: #022856;
  color: #fff;
  text-align: center;
  padding-bottom: 30px;
}
footer a {
  color: #fff;
}
footer a:link {
  color: #fff;
}
footer a:visited {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer a:active {
  color: #fff;
}
footer small {
  margin-top: 15px;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  footer {
    text-align: right;
  }
}

#fNav_area {
  position: relative;
  padding: 30px 0 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #fff;
}
#fNav_area .flexBox {
  display: block;
}
@media print, screen and (min-width: 768px) {
  #fNav_area {
    text-align: right;
  }
  #fNav_area .flexBox {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    -webkit-align-items: flex-start; /* Safari */
    align-items: flex-start;
  }
  #fNav_area small {
    display: block;
  }
}

.fnavs {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: left;
}
.fnavs > ul {
  margin-top: 10px;
  width: 100%;
}
.fnavs > ul > li {
  margin-bottom: 10px;
  width: 200px;
  margin-right: 1%;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 768px) {
  .fnavs > ul {
    margin-top: 10px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex;
  }
  .fnavs > ul > li {
    margin-bottom: 0;
    width: 19%;
    margin-right: 1%;
    font-size: 1.2rem;
  }
}

.fnav_menu {
  display: block;
  padding: 5px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  line-height: 1;
}

.program_list li {
  font-size: 1rem;
}

#content.index .bnr {
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: #022856;
}

.layout_bnr_1col {
  text-align: center;
}
.layout_bnr_1col a {
  display: inline-block;
  margin-bottom: 40px;
}

@media print, screen and (min-width: 768px) {
  .layout_bnr_2col {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
  }
}
.layout_bnr_2col a {
  display: block;
  flex-grow: 0;
  margin: 0 10px 10px;
}
.layout_bnr_2col img {
  max-width: 100%;
  height: auto;
}

#top_catch {
  border-bottom: 3px solid #aa964a;
}

@media print, screen and (min-width: 768px) {
  #link_charge {
    position: absolute;
    top: -37px;
    right: 10px;
    border-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

#link_concept {
  display: none;
}
@media print, screen and (min-width: 768px) {
  #link_concept {
    display: inline-block;
    padding: 5px 15px;
    position: absolute;
    top: 0;
    left: 10px;
  }
}

.top_infomation {
  padding: 30px 10px;
  background-color: #022856;
}
.top_infomation h2 {
  text-align: center;
}
.top_infomation h3 {
  padding: 10px;
  background-color: #a6a6a6;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

.info_common {
  margin: 30px auto;
  border: 3px solid #a6a6a6;
  background-color: #e4e4e4;
}
.info_common .heading {
  background-color: #a6a6a6;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .info_common .heading {
    padding-bottom: 10px;
  }
}
.info_common .heading a {
  display: block;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  font-size: 1.3rem;
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .info_common .heading a {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .info_common .heading a {
    margin-left: auto;
    margin-right: 0;
  }
}
.info_common .heading a:hover {
  opacity: 0.7;
}
.info_common dl {
  padding: 0 10px;
  max-height: 200px;
  overflow-y: auto;
}
.info_common dl > div {
  padding: 10px 0;
  border-bottom: 1px solid #a6a6a6;
}
@media print, screen and (min-width: 768px) {
  .info_common dl > div {
    display: flex;
    width: 100%;
  }
}
.info_common dl dd {
  margin-right: 10px;
}
.info_common dl a {
  text-decoration: underline;
}
.info_common dl a:hover {
  text-decoration: none;
}

.info_shops {
  margin: 30px auto;
  background-color: #e4e4e4;
  border: 3px solid #a6a6a6;
}
@media print, screen and (min-width: 768px) {
  .info_shops dl:not(.info_individual) {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
  }
}
.info_shops dl:not(.info_individual) > div {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #022856;
}
@media print, screen and (min-width: 768px) {
  .info_shops dl:not(.info_individual) > div {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    width: calc((100% - 30px) / 3);
  }
  .info_shops dl:not(.info_individual) > div:nth-child(3n) {
    margin-right: 0;
  }
}
.info_shops dl:not(.info_individual) > div > dt {
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #022856;
  border-bottom: 1px solid #022856;
}
.info_shops dl:not(.info_individual) > div > dt > span {
  display: block;
  margin: 0 auto;
  line-height: 2;
  width: 91px;
  text-align: center;
  border-bottom: 3px solid #022856;
}
.info_shops dl:not(.info_individual) > div > dd {
  margin: 0px 10px 15px;
}
.info_shops dl:not(.info_individual) > div > .btn_archive {
  width: 200px;
  margin: auto auto 15px;
  border: 2px solid #022856;
  color: #022856;
  font-size: 1.4rem;
  text-align: center;
}
.info_shops dl:not(.info_individual) > div > .btn_archive a {
  color: #022856;
}
.info_shops dl:not(.info_individual) > div > .btn_archive a:link {
  color: #022856;
}
.info_shops dl:not(.info_individual) > div > .btn_archive a:visited {
  color: #022856;
}
.info_shops dl:not(.info_individual) > div > .btn_archive a:hover {
  color: #022856;
}
.info_shops dl:not(.info_individual) > div > .btn_archive a:active {
  color: #022856;
}
.info_shops dl:not(.info_individual) > div > .btn_archive a {
  display: block;
  background-color: #D0E8FE;
  text-decoration: none;
}
.info_shops dl:not(.info_individual) > div > .btn_archive a:hover {
  opacity: 0.5;
}
.info_shops dl:not(.info_individual) h4 {
  margin-bottom: 5px;
  padding: 5px;
  border: 1px solid #aa964a;
  width: 110px;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
}
.info_shops dl:not(.info_individual) ul {
  padding-left: 1.5rem;
  font-size: 1.3rem;
  list-style-type: disc;
}
.info_shops dl:not(.info_individual) li {
  margin-bottom: 5px;
}
.info_shops dl:not(.info_individual) li a {
  text-decoration: underline;
}
.info_shops dl:not(.info_individual) li a:hover {
  text-decoration: none;
}

.shop_qrcode {
  display: flex;
  text-align: center;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  .shop_qrcode {
    margin: 20px 30px;
    column-gap: 10px;
    justify-content: space-around;
  }
}
@media only screen and (max-width: 767px) {
  .shop_qrcode {
    flex-wrap: wrap;
    margin: 20px 10px;
    column-gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_qrcode li {
    margin-bottom: 20px;
    width: calc((100% - 20px) / 2);
  }
}
.shop_qrcode a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .shop_qrcode img {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .shop_qrcode img {
    margin-bottom: 5px;
  }
}

.info_individual {
  padding-left: 1.5rem;
  font-size: 1.3rem;
}
.info_individual > div {
  display: list-item;
  list-style-type: disc;
  margin-bottom: 5px;
}
.info_individual > div a {
  text-decoration: underline;
}
.info_individual > div a:hover {
  text-decoration: none;
}

.pdf {
  padding: 3px;
  margin-left: 5px;
  background-color: #CC0000;
  color: #fff;
  font-size: 1rem;
  border-radius: 5px;
  text-decoration: none;
}

#concept {
  text-align: center;
  padding: 30px 10px 15px;
  background-color: #aa964a;
}
#concept h2 img {
  width: 100%;
  max-width: 518px;
}
#concept dl {
  margin-top: 15px;
}
#concept dt {
  margin-top: 15px;
}
#concept dt img {
  width: 70%;
  max-width: 249px;
}
#concept p {
  margin: 15px 0;
  max-width: 500px;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  #concept {
    padding: 30px 0;
  }
  #concept dl {
    margin-top: 50px;
  }
  #concept dt {
    margin-top: 30px;
  }
  #concept p {
    margin: 30px auto 0;
  }
}

#home_1, #home_2 {
  position: relative;
  padding: 30px 10px 190px;
  text-align: center;
  background: #022856 url("/images/index/fig_01.jpg") center bottom repeat-x;
}
#home_1 img, #home_2 img {
  margin: 0 0 30px;
  width: 100%;
  max-width: 502px;
}
@media print, screen and (min-width: 768px) {
  #home_1, #home_2 {
    padding: 50px 0 190px;
    background: #022856 url("/images/index/fig_01.jpg") center bottom repeat-x;
  }
  #home_1 img, #home_2 img {
    margin: 0 0 50px;
  }
}
#home_1 .btn, #home_2 .btn {
  display: inline-block;
  width: 172px;
  position: absolute;
  bottom: -17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 5px 10px;
  box-shadow: 0 0 10px #000;
}

#home_2 {
  background: transparent url("/images/index/fig_02.jpg") center bottom repeat-x;
}

.comingsoon {
  position: relative;
  text-align: center;
  pointer-events: none;
}
.comingsoon:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "準備中";
  font-size: 20px;
  color: #fff;
  line-height: 70px;
}
.comingsoon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#content.guide h2 {
  position: relative;
  background: transparent url("/images/common/bg_tit.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 30%;
}
#content.guide h2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 280px;
}
#content.guide section {
  margin: 30px 0;
}
#content.guide section .flexBox {
  display: block;
  padding: 0 10px;
}
#content.guide section h3 {
  margin: 0 10px 30px;
  color: #aa964a;
  font-size: 2rem;
  border-bottom: 1px solid #aa964a;
}
#content.guide section dl {
  margin-top: 30px;
}
#content.guide section dt {
  margin-bottom: 10px;
  color: #aa964a;
  font-size: 1.6rem;
  font-weight: bold;
}
#content.guide section dd img {
  display: block;
  margin: 0 auto 15px;
}
#content.guide section img {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  #content.guide h2 {
    padding-top: 17.6%;
    background-size: contain;
  }
  #content.guide section {
    margin: 50px 0;
  }
  #content.guide section h3 {
    margin: 0;
    font-size: 2.4rem;
  }
  #content.guide section .flexBox {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
  }
  #content.guide section dl {
    width: 49%;
    margin-top: 15px;
    padding: 0 5% 15px;
  }
  #content.guide section dd img {
    display: none;
  }
  #content.guide .pcOnly {
    width: 100%;
    max-width: 960px;
  }
}

#content.charge {
  margin: 0 0 30px;
}
#content.charge h2 {
  position: relative;
  background: transparent url("/images/common/bg_tit.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 30%;
}
#content.charge h2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
  width: 100%;
  max-width: 450px;
}
@media only screen and (max-width: 767px) {
  #content.charge .wrapper {
    padding: 0 10px;
  }
}
#content.charge .lead {
  font-weight: bold;
  font-size: 1.6rem;
}
@media print, screen and (min-width: 768px) {
  #content.charge .lead {
    margin: 30px 0 60px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #content.charge .lead {
    margin: 30px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .layout_charge01 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .layout_charge01 {
    margin-bottom: 30px;
  }
}
.layout_charge01 > div {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #aa964a;
}
@media print, screen and (min-width: 768px) {
  .layout_charge01 > div {
    margin-right: 15px;
    width: calc((100% - 30px) / 3);
    max-width: 310px;
  }
  .layout_charge01 > div:nth-child(3n) {
    margin-right: 0;
  }
}
.layout_charge01 dt {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #aa964a;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-family: "BIZ UDMincho", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "Meiryo", serif;
}
.layout_charge01 dd a {
  display: block;
  text-align: center;
  margin: 30px auto 10px;
}
.layout_charge01 .closed {
  color: #ff0000;
  font-weight: bold;
  padding-left: 8.4rem;
  text-indent: -8.4rem;
}
.layout_charge01 .closed:first-letter {
  color: #000;
  font-weight: normal;
}

.facility h2 {
  position: relative;
  background: transparent url("/images/common/bg_tit.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 30%;
}
.facility h2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 317px;
}
.facility section {
  margin: 30px 0;
}
.facility section .flexBox {
  display: block;
  padding: 0 10px;
}
.facility section h3 {
  margin: 0 10px 30px;
  color: #aa964a;
  font-size: 2rem;
  border-bottom: 1px solid #aa964a;
}
.facility section h3 span {
  font-size: 1.4rem;
}
.facility section dt {
  margin-bottom: 10px;
  color: #aa964a;
  font-size: 1.6rem;
  font-weight: bold;
}
.facility section img {
  margin-top: 15px;
}
.facility section .spOnly {
  text-align: center;
}
.facility .flexBox_item {
  margin: 5px 10px;
}
.facility .flexBox_item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .facility .flexBox_item {
    margin: 5px 1%;
    width: 31%;
  }
}
.facility #lockerRoom img {
  display: block;
  margin: 15px auto 0;
}
@media print, screen and (min-width: 768px) {
  .facility h2 {
    padding-top: 17.6%;
    background-size: contain;
  }
  .facility section {
    margin: 50px 0;
  }
  .facility section h3 {
    margin: 0;
    font-size: 2.4rem;
  }
  .facility section h3 span {
    font-size: 1.4rem;
  }
  .facility section .flexBox {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex;
  }
  .facility section .flexBox_wrap {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
  }
  .facility #pool .flexBox p {
    margin-top: 15px;
  }
  .facility #pool .flexBox div:first-child {
    position: relative;
    margin-right: 10px;
    width: 33%;
  }
  .facility #pool .flexBox div:first-child img {
    margin-top: 30px;
    padding: 0 15px;
    width: 100%;
    max-width: 271px;
  }
  .facility #pool .flexBox .pcOnly {
    width: 66%;
  }
  .facility #pool .flexBox .pcOnly img {
    width: 100%;
    max-width: 634px;
  }
  .facility #gim .flexBox {
    padding: 0;
  }
  .facility #gim .flexBox p {
    position: relative;
    margin: 15px 4% 0 0;
    padding-right: 21.6%;
    width: 66%;
  }
  .facility #gim .flexBox p span {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32.5%;
    margin-left: 10px;
  }
  .facility #gim .flexBox p img {
    width: 100%;
    max-width: 208px;
  }
  .facility #gim .flexBox div {
    position: relative;
    width: 33%;
    padding-top: 22.81%;
  }
  .facility #gim .flexBox div img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 305px;
  }
  .facility #gim .pcOnly {
    width: 100%;
    max-width: 960px;
  }
  .facility #lockerRoom .flexBox {
    padding: 0;
  }
  .facility #lockerRoom dl {
    width: 33%;
  }
  .facility #lockerRoom img {
    margin: 0 0 0 2.5%;
    width: 33%;
  }
}

section .coffee {
  padding: 15px 10px;
  margin: 10px;
  border: 1px solid #aa964a;
  color: #aa964a;
}
section .coffee h3 {
  font-size: 2rem;
  border: none;
}
section .coffee img {
  max-width: 100%;
}

#content.information {
  margin-bottom: 50px;
  text-align: center;
}
#content.information h2 {
  position: relative;
  background: transparent url("/images/common/bg_tit.jpg") center no-repeat;
  background-size: cover;
  padding-top: 30%;
}
#content.information h2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 243px;
}
@media print, screen and (min-width: 768px) {
  #content.information h2 {
    padding-top: 17.6%;
    background-size: contain;
  }
  #content.information section {
    margin: 50px 0;
  }
}
#content.information.detail article {
  margin: 15px 0;
  border-bottom: 1px solid #aa964a;
}
#content.information.detail article > div {
  margin: 20px auto;
  padding: 0 10px;
  width: 100%;
  max-width: 720px;
}
#content.information.detail time {
  display: block;
  padding-bottom: 10px;
  color: #aa964a;
  font-size: 1.8rem;
  border-bottom: 1px solid #aa964a;
}
#content.information.detail h3 {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
#content.information.detail .text {
  text-align: left;
}
#content.information.detail .info_img {
  text-align: center;
  margin-bottom: 20px;
}
#content.information.detail .info_img img {
  width: auto;
  height: auto;
  max-width: 700px;
  max-height: 430px;
}
#content.information.detail .icon_link {
  position: relative;
  padding-left: 20px;
  color: #aa964a;
  font-weight: bold;
  vertical-align: middle;
}
#content.information.detail .icon_link:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  margin-right: 3px;
  display: inline-block;
  line-height: 12px;
  padding-bottom: 2px;
  width: 14px;
  font-size: 1rem;
  text-align: center;
  content: "<";
  color: #fff;
  font-weight: normal;
  background-color: #aa964a;
  border-radius: 7px;
}
@media print, screen and (min-width: 768px) {
  #content.information.detail article {
    margin: 50px 0 15px;
  }
  #content.information.detail h3 {
    font-size: 2rem;
  }
}
#content.information.archive h3 {
  margin-top: 15px;
  padding-bottom: 10px;
  color: #aa964a;
  font-size: 1.8rem;
  border-bottom: 1px solid #aa964a;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  #content.information.archive h3 {
    margin-top: 50px;
  }
}
#content.information.archive table {
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  max-width: 720px;
  font-weight: bold;
}
#content.information.archive td {
  padding-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  #content.information.archive table {
    margin: 30px auto 0;
  }
  #content.information.archive th, #content.information.archive td {
    display: table-cell;
    padding: 10px;
  }
}

.info_archive {
  margin: 30px auto;
  padding: 0 10px;
  width: 100%;
  max-width: 720px;
  font-weight: bold;
  text-align: left;
}
.info_archive > div {
  padding: 10px 0;
}
@media print, screen and (min-width: 768px) {
  .info_archive > div {
    display: flex;
    width: 100%;
  }
}
.info_archive > div:nth-child(odd) {
  background-color: #e2e2e2;
}
.info_archive dd, .info_archive td {
  padding: 0 10px;
}
.info_archive dd {
  margin-right: 20px;
}
.info_archive a {
  text-decoration: underline;
}
.info_archive a:hover {
  text-decoration: none;
}

#paging {
  margin-top: 50px;
  padding-bottom: 15px;
  text-align: center;
  border-bottom: 1px solid #aa964a;
}
#paging li {
  display: inline;
}
#paging span, #paging a {
  display: inline-block;
  font-size: 1.4rem;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  line-height: 32px;
  border: 1px solid #000;
  border-radius: 5px;
  text-align: center;
}
#paging span:hover, #paging span.current, #paging a:hover, #paging a.current {
  background-color: #022856;
  color: #fff;
  text-decoration: none;
}
#paging a:hover {
  cursor: pointer;
}

.selection {
  display: none;
}

#page-1 {
  display: table;
}

/* INPUT エレメント定義 */
input {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Tahoma;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid silver;
}

select {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Tahoma;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid silver;
}

textarea {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Tahoma;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid silver;
}

button {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Tahoma;
  border: 1px solid silver;
}

.cbx14 {
  font-size: 14px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
}

.cbx12 {
  font-size: 12px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
}

.cbx10 {
  font-size: 10px;
  margin: 0 0 0 0px;
  padding: 0 0 0 0px;
}

.select10 {
  font-size: 10px;
}

.select11 {
  font-size: 11px;
}

.select12 {
  font-size: 12px;
}

.select14 {
  font-size: 14px;
}

.btn14 {
  font-size: 14px;
  text-align: center;
  padding-top: 1px;
  width: 100px;
  height: 26px;
}

.btn12 {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Tahoma;
  font-size: 12px;
  text-align: center;
  padding-top: 1px;
  width: 100px;
  height: 24px;
  vertical-align: middle;
}

.btn10 {
  font-size: 10px;
  margin: 0;
  padding-top: 1px;
}

.tbox14 {
  font-size: 14px;
  background-color: white;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  height: 18px;
  vertical-align: middle;
}

.tbox12 {
  font-size: 12px;
  background-color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  height: 16px;
  vertical-align: middle;
}

.tbox10 {
  font-size: 10px;
  background-color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
  height: 14px;
  vertical-align: middle;
}

.rad11 {
  font-size: 11px;
  background-color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  height: 20px;
  vertical-align: middle;
}

.rad12 {
  font-size: 12px;
  background-color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  height: 20px;
  vertical-align: middle;
}

.rad14 {
  font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", Tahoma;
  font-size: 14px;
  background-color: white;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  height: 22px;
  vertical-align: middle;
}

.tx10 {
  font-size: 10px;
  line-height: 1.5em;
}

.tx10red {
  font-size: 10px;
  color: Red;
}

.tx12 {
  font-size: 12px;
  line-height: 1.5em;
}

.tx14 {
  font-size: 14px;
  line-height: 1.4em;
}

.field-validation-error, .validation-error {
  font-size: 1rem;
  color: Red;
  padding-left: 4px;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.w50 {
  width: 50px;
}

.w75 {
  width: 75px;
}

.w100 {
  width: 100px;
}

.w150 {
  width: 150px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w400 {
  width: 400px;
}

label.error {
  font-size: 10px;
  color: red;
}

input.error {
  border: 1px solid red;
  background-color: #fff0f0;
}

#content.contact {
  margin: 0 0 30px;
}
#content.contact h2 {
  position: relative;
  background: transparent url("/images/common/bg_tit.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 30%;
}
#content.contact h2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
  width: 100%;
  max-width: 244px;
}
#content.contact .wrapper {
  margin: 0 10px;
}
#content.contact p {
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
#content.contact table {
  margin: 30px auto;
  width: 100%;
  max-width: 800px;
  border: 3px solid #eff7fd;
}
#content.contact table a {
  color: blue;
}
#content.contact table a:link {
  color: blue;
}
#content.contact table a:visited {
  color: blue;
}
#content.contact table a:hover {
  color: blue;
}
#content.contact table a:active {
  color: blue;
}
#content.contact table a {
  text-decoration: underline;
}
#content.contact table a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #content.contact table {
    display: block;
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #content.contact table {
    display: table;
    border-collapse: separate;
    padding: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #content.contact th, #content.contact td {
    display: block;
    margin: 10px 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  #content.contact th, #content.contact td {
    display: table-cell;
    border-bottom: 1px dashed #ccc;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #content.contact tr, #content.contact tbody {
    display: block;
    width: 100%;
  }
}
#content.contact td {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}
#content.contact tr:last-child th, #content.contact tr:last-child td {
  border-bottom: none;
}
#content.contact input[type=checkbox] {
  margin-right: 5px;
}
#content.contact input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 5px;
  font-size: 1.4rem;
}
#content.contact textarea {
  width: 80%;
  padding: 10px;
}
#content.contact button.btn {
  margin: 0 auto;
  display: block;
  font-size: 1.4rem;
}
#content.contact .req {
  color: red;
}
#content.contact .confirm .btn {
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  #content.contact #thanks {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  #content.contact #thanks {
    padding: 50px;
  }
}
#content.contact #thanks p {
  text-align: center;
}
#content.contact input.error, #content.contact select.error, #content.contact textarea.error {
  border: 1px solid red;
  background-color: lavenderblush;
}
#content.contact input.error + label {
  border-bottom: 1px solid red;
  background-color: lavenderblush;
}
#content.contact .error {
  color: red;
}
#content.contact p.error {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  #content.contact {
    margin: 0 0 50px;
  }
  #content.contact .wrapper {
    margin: 0 auto;
  }
  #content.contact h2 {
    padding-top: 17.6%;
    background-size: contain;
  }
  #content.contact input[type=text] {
    margin-bottom: 0;
  }
}

/*===============================
		送信中ダイアログ
===============================*/
#send_dialog {
  z-index: 99;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  -webkit-align-items: center; /* Safari */
  align-items: center;
  background-color: #000;
  opacity: 0.7;
  width: 100%;
  height: 100%;
  color: #fff;
}
#send_dialog div {
  text-align: center;
}
#send_dialog.visible_dialog {
  display: -webkit-box;
  display: -ms-flexbox; /*--- IE10 ---*/
  display: -webkit-flex;
  display: flex;
}

#content.privacy {
  margin: 30px 0;
}
@media print, screen and (min-width: 768px) {
  #content.privacy {
    margin: 50px 0;
  }
}
#content.privacy h2 {
  text-align: center;
  font-weight: normal;
}
#content.privacy .wrapper {
  margin: 0 10px;
}
@media print, screen and (min-width: 768px) {
  #content.privacy .wrapper {
    margin: 0 auto;
  }
}
#content.privacy p {
  margin-top: 30px;
}
#content.privacy dt {
  margin-top: 30px;
}
#content.privacy dd {
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  #content.privacy dd {
    padding: 10px 30px;
  }
}

#content.access h2 {
  position: relative;
  background: transparent url("/images/access/bg_tit.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 30%;
}
#content.access h2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 154px;
}
#content.access .wrapper {
  border-bottom: 1px solid #ccc;
}
#content.access .address {
  padding: 20px 10px 5px;
}
#content.access .address h3 {
  text-align: center;
  margin-bottom: 15px;
}
#content.access .address dd {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  #content.access {
    padding: 0;
  }
  #content.access h2 {
    margin-bottom: 15px;
    padding-top: 17.6%;
  }
  #content.access .wrapper {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex;
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    padding: 30px 10px 45px;
  }
  #content.access .address {
    padding: 0 30px 0 0;
    min-width: 300px;
  }
}

.gmap {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  margin-bottom: 60px;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap a {
  position: absolute;
  bottom: -30px;
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .gmap {
    padding-top: 30%;
  }
}

#content.franchise {
  margin: 0 0 30px;
}
#content.franchise img {
  max-width: 100%;
  height: auto;
}
#content.franchise h2 {
  position: relative;
  background: transparent url("/images/common/bg_tit.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 30%;
}
#content.franchise h2 img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
}
#content.franchise h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
#content.franchise h3 img, #content.franchise h3 span {
  margin: 0 auto;
}
#content.franchise .wrapper {
  padding: 0 10px;
}
#content.franchise .boshu_txt {
  text-align: center;
  margin-top: 30px;
}
#content.franchise .movie {
  margin: 30px auto;
  position: relative;
  width: 100%;
  max-width: 660px;
  padding-top: 56.25%;
}
#content.franchise .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
#content.franchise .btn_refcontact {
  margin-top: 30px;
}
#content.franchise .btn_refcontact a {
  color: #022856;
}
#content.franchise .btn_refcontact a:link {
  color: #022856;
}
#content.franchise .btn_refcontact a:visited {
  color: #022856;
}
#content.franchise .btn_refcontact a:hover {
  color: #022856;
}
#content.franchise .btn_refcontact a:active {
  color: #022856;
}
#content.franchise .btn_refcontact a {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 10px 30px;
  width: 100%;
  max-width: 500px;
  border: 2px solid #022856;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
}
#content.franchise .btn_refcontact a:after {
  content: url(../images/franchise/arrow_right.gif);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  height: 16px;
  line-height: 1;
}
#content.franchise .business {
  margin-top: 30px;
  text-align: center;
}
#content.franchise .tokucho {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #aa964a;
}
@media print, screen and (min-width: 768px) {
  #content.franchise .tokucho {
    padding: 15px;
  }
}
#content.franchise .tokucho img {
  display: block;
  margin: 0 auto;
}
#content.franchise .tokucho dl {
  margin-top: 30px;
}
#content.franchise .tokucho dt {
  color: #022856;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 5px;
}
#content.franchise .tokucho table {
  width: 100%;
}
#content.franchise .tokucho th, #content.franchise .tokucho td {
  padding: 5px;
  border-right: 1px solid #fff;
  text-align: center;
}
#content.franchise .tokucho tr {
  border: 1px solid #fff;
}
#content.franchise .tokucho th:first-child {
  background-color: #eedfd4;
}
#content.franchise .tokucho th:nth-child(2) {
  background-color: #d3d3d3;
}
#content.franchise .tokucho th:nth-child(3) {
  background-color: #ffc940;
}
#content.franchise .tokucho td:nth-child(2) {
  background-color: #e5e5e5;
}
#content.franchise .tokucho td:nth-child(3) {
  background-color: #ffe6a4;
}
@media print, screen and (min-width: 768px) {
  #content.franchise .tokucho_box {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox; /*--- IE10 ---*/
    display: -webkit-flex;
  }
  #content.franchise .tokucho_box > div:nth-child(2) {
    padding-left: 30px;
  }
}
#content.franchise .kamei {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #aa964a;
}
@media print, screen and (min-width: 768px) {
  #content.franchise .kamei {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  #content.franchise .kamei > div {
    padding: 0 30px;
  }
}
#content.franchise .kamei p {
  color: #022856;
  font-size: 1.6rem;
  font-weight: bold;
}
#content.franchise .kamei table {
  margin-top: 10px;
  width: 100%;
  max-width: 700px;
}
#content.franchise .kamei th, #content.franchise .kamei td {
  padding: 5px;
  border-right: 1px solid #fff;
  text-align: center;
}
#content.franchise .kamei tr {
  border: 1px solid #fff;
}
#content.franchise .kamei th {
  background-color: #eedfd4;
  width: 94px;
}
#content.franchise .kamei td {
  background-color: #ffe6a4;
}

#content.exercise {
  margin: 0 0 30px;
}
#content.exercise img {
  max-width: 100%;
  height: auto;
}
#content.exercise h2 {
  margin: 60px 0 30px;
}
#content.exercise .wrapper {
  padding: 0 10px;
}
#content.exercise .label {
  display: inline-block;
  padding: 10px;
  min-width: 100px;
  margin-right: 10px;
  text-align: center;
  background-color: #333;
  color: #fff;
  line-height: 1;
}
#content.exercise time {
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1;
}
#content.exercise time:before {
  content: url(../images/exercise/icon_time.png);
  margin-right: 5px;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .movie_archive {
    display: flex;
    flex-wrap: wrap;
  }
}
.movie_archive dl {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .movie_archive dl {
    width: 31%;
    margin: 30px 1% 0;
  }
}
.movie_archive .imgLiquid {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
}
.movie_archive .imgLiquid:hover {
  opacity: 0.7;
}
.movie_archive dt {
  margin: 10px 0;
  line-height: 1.25;
}
.movie_archive time {
  font-size: 1.2rem;
  vertical-align: middle;
  line-height: 1;
}
.movie_archive time:before {
  content: url(../images/exercise/icon_time.png);
  margin-right: 5px;
  vertical-align: middle;
}

.movie_single {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
@media print, screen and (min-width: 768px) {
  .movie_single {
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .movie_single article {
    width: 63.54%;
    margin-right: 5.2%;
  }
}
.movie_single article dt {
  margin-top: 15px;
  font-size: 2.6rem;
  line-height: 1.25;
}
.movie_single .controller {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.movie_single .controller a {
  color: #fff;
}
.movie_single .controller a:link {
  color: #fff;
}
.movie_single .controller a:visited {
  color: #fff;
}
.movie_single .controller a:hover {
  color: #fff;
}
.movie_single .controller a:active {
  color: #fff;
}
.movie_single .controller a {
  position: relative;
  padding: 10px;
  width: 120px;
  text-align: center;
  background-color: #333;
  line-height: 1;
}
.movie_single .controller a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.movie_single .controller a:first-child:before {
  content: "<";
  position: absolute;
  left: 10px;
}
.movie_single .controller a:last-child:before {
  content: ">";
  position: absolute;
  right: 10px;
}
.movie_single .movie {
  margin: 15px auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_single .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}
.movie_single .latest_articles {
  margin-top: 30px;
}
@media print, screen and (min-width: 768px) {
  .movie_single .latest_articles {
    width: 31.25%;
    line-height: 1.25;
    margin-top: 0;
  }
}
.movie_single .latest_articles > p {
  background-color: #333;
  padding: 10px;
  width: 120px;
  text-align: center;
  color: #fff;
}
.movie_single .latest_articles .list_articles .imgLiquid {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100px;
  height: 75px;
  border: 1px solid #ccc;
}
.movie_single .latest_articles .list_articles p {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.movie_single .latest_articles .list_articles dl {
  position: relative;
  padding: 4px 0 4px 108px;
  min-height: 105px;
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
}
.movie_single .latest_articles .list_articles dl:first-child {
  border-top: 1px solid #ccc;
}
.movie_single .latest_articles .list_articles time {
  display: block;
  margin-bottom: 10px;
}
.movie_single .latest_articles .select_month {
  margin-top: 10px;
  line-height: 1;
}
.movie_single .latest_articles .select_month dt {
  border: 1px solid #ccc;
  padding: 10px;
  width: 100%;
}
.movie_single .latest_articles .select_month dt:after {
  content: "▼";
  position: absolute;
  right: 30px;
  font-size: 10px;
  vertical-align: middle;
  line-height: 14px;
  color: #666;
}
.movie_single .latest_articles .select_month dd {
  display: none;
}
.movie_single .latest_articles .select_month li a {
  display: block;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}