@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.con_inner, #header .gnav .inner, .con_topicpath, .con_title {
  max-width: 1140px;
  margin: auto;
}
@media only screen and (max-width: 1140px) {
  .con_inner, #header .gnav .inner, .con_topicpath, .con_title {
    width: 95%;
  }
}
@media print {
  .con_inner, #header .gnav .inner, .con_topicpath, .con_title {
    width: 95%;
  }
}
.ie8 .con_inner, .ie8 #header .gnav .inner, #header .gnav .ie8 .inner, .ie8 .con_topicpath, .ie8 .con_title {
  width: 95%;
}

.con_inner:after, #contents .con_contact .wrp:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.8;
}

body {
  color: #333333;
  background: #fff;
  -webkit-text-size-adjust: none;
  font-size: 108%;
}
.ie body {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: #4d4d4d;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #666666;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

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

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1140px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

.st_high {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .st_high {
    line-height: 1.3;
  }
}
.st_high span.jp {
  font-size: 236%;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .st_high span.jp {
    font-size: 172%;
    padding: 0 30px;
  }
}
.st_high span.jp:before, .st_high span.jp:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .st_high span.jp:before, .st_high span.jp:after {
    width: 16px;
    height: 3px;
  }
}
.st_high span.jp:before {
  left: 0;
}
.st_high span.jp:after {
  right: 0;
}
.st_high span.en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .st_high span.en {
    font-size: 115%;
  }
}
.st_high span.en em {
  font-size: 134%;
  font-style: italic;
}
.st_high.white {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .st_high.white {
    line-height: 1.3;
  }
}
.st_high.white span {
  color: #fff !important;
}
.st_high.white span.jp {
  font-size: 236%;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .st_high.white span.jp {
    font-size: 172%;
    padding: 0 30px;
  }
}
.st_high.white span.jp:before, .st_high.white span.jp:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .st_high.white span.jp:before, .st_high.white span.jp:after {
    width: 16px;
    height: 3px;
  }
}
.st_high.white span.jp:before {
  left: 0;
}
.st_high.white span.jp:after {
  right: 0;
}
.st_high.white span.en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .st_high.white span.en {
    font-size: 115%;
  }
}
.st_high.white span.en em {
  font-size: 134%;
  font-style: italic;
}

.st_high_border {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .st_high_border {
    line-height: 1.3;
  }
}
.st_high_border span.jp {
  font-size: 236%;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .st_high_border span.jp {
    font-size: 172%;
    padding: 0 30px;
  }
}
.st_high_border span.jp:before, .st_high_border span.jp:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .st_high_border span.jp:before, .st_high_border span.jp:after {
    width: 16px;
    height: 3px;
  }
}
.st_high_border span.jp:before {
  left: 0;
}
.st_high_border span.jp:after {
  right: 0;
}
.st_high_border span.en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .st_high_border span.en {
    font-size: 115%;
  }
}
.st_high_border span.en em {
  font-size: 134%;
  font-style: italic;
}

.st_mid_skew {
  position: relative;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
}
.st_mid_skew span {
  display: inline-block;
  font-size: 158%;
  position: relative;
  padding: 0 50px 0 0.5em;
  z-index: 2;
  overflow: hidden;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .st_mid_skew span {
    font-size: 129%;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .st_mid_skew span {
    font-size: 115%;
    padding-left: 15px;
  }
}
.st_mid_skew span:after {
  content: "";
  display: block;
  width: 120%;
  height: 100%;
  right: 6%;
  bottom: 0;
  -webkit-transform: skewX(40deg);
  -moz-transform: skewX(40deg);
  -ms-transform: skewX(40deg);
  -o-transform: skewX(40deg);
  transform: skewX(40deg);
  position: absolute;
  z-index: -1;
  background: #333333;
}

.st_mid_center {
  font-weight: normal;
  font-size: 158%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .st_mid_center {
    font-size: 143%;
    margin-bottom: 20px;
  }
}
.st_mid_center span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .st_mid_center span {
    padding: 0 25px;
  }
}
.st_mid_center span:before, .st_mid_center span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #333333;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .st_mid_center span:before, .st_mid_center span:after {
    width: 15px;
  }
}
.st_mid_center span:before {
  left: 0;
}
.st_mid_center span:after {
  right: 0;
}

.st_mid {
  font-weight: normal;
  font-size: 172%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .st_mid {
    margin-bottom: 20px;
    font-size: 143%;
  }
}
.st_mid:before {
  content: "◆";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
  font-size: 59%;
  color: #cccccc;
  margin-top: -3px;
}

.st_sm {
  font-weight: normal;
  background: #f5f3ed;
  padding: 0.5em;
  font-size: 108%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
.st_sm:before {
  content: "◆";
  display: inline;
  margin-right: 0.5em;
  color: #ccc;
}
@media only screen and (max-width: 767px) {
  .st_sm:before {
    font-size: 87%;
  }
}

.btn_basic.blue a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #063f74;
}
@media only screen and (max-width: 767px) {
  .btn_basic.blue a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.blue a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.blue a:hover:after {
  right: 8px;
}
.btn_basic.blue a:hover {
  background: #05325c;
}
.btn_basic.black a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .btn_basic.black a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.black a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.black a:hover:after {
  right: 8px;
}
.btn_basic.black a:hover {
  background: #262626;
}
.btn_basic.red a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #5d1010;
}
@media only screen and (max-width: 767px) {
  .btn_basic.red a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.red a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.red a:hover:after {
  right: 8px;
}
.btn_basic.red a:hover {
  background: #470c0c;
}
.btn_basic.ghost a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  border: 1px solid #ccc;
  color: #4e3427 !important;
}
@media only screen and (max-width: 767px) {
  .btn_basic.ghost a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.ghost a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.ghost a:hover:after {
  right: 8px;
}
.btn_basic.ghost a:hover {
  background: #cfc6ad;
}
.btn_basic.yellow a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #987010;
}
@media only screen and (max-width: 767px) {
  .btn_basic.yellow a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.yellow a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.yellow a:hover:after {
  right: 8px;
}
.btn_basic.yellow a:hover {
  background: #815f0e;
}
.btn_basic.brown a {
  display: inline-block;
  padding: 0.5em 30px;
  color: #fff !important;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  position: relative;
  font-size: 122%;
  text-align: center;
  min-width: 285px;
  text-decoration: none !important;
  background: #4e3427;
}
@media only screen and (max-width: 767px) {
  .btn_basic.brown a {
    font-size: 108%;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
.btn_basic.brown a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_basic.brown a:hover:after {
  right: 8px;
}
.btn_basic.brown a:hover {
  background: #3d291f;
}

.btn_large.blue a {
  display: inline-block;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 122%;
  text-align: center;
  padding: 1em 35px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: #001955;
}
@media only screen and (max-width: 767px) {
  .btn_large.blue a {
    font-size: 115%;
  }
}
.btn_large.blue a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_large.blue a:hover:after {
  right: 8px;
}
.btn_large.blue a:hover {
  background: #00123c;
}
.btn_large.yellow a {
  display: inline-block;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 122%;
  text-align: center;
  padding: 1em 35px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: #987010;
}
@media only screen and (max-width: 767px) {
  .btn_large.yellow a {
    font-size: 115%;
  }
}
.btn_large.yellow a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_large.yellow a:hover:after {
  right: 8px;
}
.btn_large.yellow a:hover {
  background: #815f0e;
}
.btn_large.red a {
  display: inline-block;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 122%;
  text-align: center;
  padding: 1em 35px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: #5d1010;
}
@media only screen and (max-width: 767px) {
  .btn_large.red a {
    font-size: 115%;
  }
}
.btn_large.red a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_large.red a:hover:after {
  right: 8px;
}
.btn_large.red a:hover {
  background: #470c0c;
}

.btn_large02.blue a {
  display: inline-block;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 122%;
  text-align: center;
  padding: 1em 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: #001955;
}
@media only screen and (max-width: 767px) {
  .btn_large02.blue a {
    font-size: 115%;
  }
}
.btn_large02.blue a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_large02.blue a:hover:after {
  right: 8px;
}
.btn_large02.blue a:hover {
  background: #00123c;
}
.btn_large02.yellow a {
  display: inline-block;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 122%;
  text-align: center;
  padding: 1em 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: #987010;
}
@media only screen and (max-width: 767px) {
  .btn_large02.yellow a {
    font-size: 115%;
  }
}
.btn_large02.yellow a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_large02.yellow a:hover:after {
  right: 8px;
}
.btn_large02.yellow a:hover {
  background: #815f0e;
}
.btn_large02.red a {
  display: inline-block;
  width: 100%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff !important;
  text-decoration: none;
  font-size: 122%;
  text-align: center;
  padding: 1em 15px;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  position: relative;
  background: #5d1010;
}
@media only screen and (max-width: 767px) {
  .btn_large02.red a {
    font-size: 115%;
  }
}
.btn_large02.red a:after {
  content: "\f101";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.btn_large02.red a:hover:after {
  right: 8px;
}
.btn_large02.red a:hover {
  background: #470c0c;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
@media only screen and (max-width: 767px) {
  #page {
    padding-top: 70px;
  }
}

/* -----------------------------------------------------------
	.bg_page
----------------------------------------------------------- */
#bg_page {
  padding-top: 370px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  #bg_page {
    padding-top: 65%;
  }
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

/* -----------------------------------------------------------
	.slick-arrow
----------------------------------------------------------- */
.slick-arrow {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 45px;
  cursor: pointer;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 100px;
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 20px;
    padding-top: 45px;
  }
}
.slick-arrow.slick-prev {
  left: 10px;
  background: url(../images/common/btn_arrow_left.png) 0 0 no-repeat;
  background-size: contain;
}
.slick-arrow.slick-next {
  right: 10px;
  background: url(../images/common/btn_arrow_right.png) 0 0 no-repeat;
  background-size: contain;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: relative;
  z-index: 990;
}
#header .con_header {
  width: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
#header .con_header .seo {
  color: #fff;
  font-size: 86%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 1.1em 0;
}
@media only screen and (max-width: 1140px) {
  #header .con_header .seo {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
@media print {
  #header .con_header .seo {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
}
.ie8 #header .con_header .seo {
  padding-left: 2.5%;
  padding-right: 2.5%;
}
#header .gnav {
  background: rgba(0, 0, 0, 0.8);
  position: relative;
}
#header .gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  #header .gnav {
    display: none;
  }
}
#header .gnav .logo {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 930px) {
  #header .gnav .logo img {
    width: 170px;
  }
}
@media only screen and (max-width: 850px) {
  #header .gnav .logo img {
    width: 140px;
  }
}
#header .gnav .inner {
  width: 100% !important;
}
#header .gnav .inner ul {
  display: table;
  margin-left: auto;
}
#header .gnav .inner ul li {
  display: table-cell;
  vertical-align: middle;
  min-width: 130px;
}
@media only screen and (max-width: 1140px) {
  #header .gnav .inner ul li {
    min-width: 0;
  }
}
@media print {
  #header .gnav .inner ul li {
    min-width: 0;
  }
}
.ie8 #header .gnav .inner ul li {
  min-width: 0;
}
#header .gnav .inner ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  line-height: 1.6;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#header .gnav .inner ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
#header .gnav .inner ul li a span {
  display: block;
}
#header .gnav .inner ul li a span.jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 122%;
}
@media only screen and (max-width: 1140px) {
  #header .gnav .inner ul li a span.jp {
    font-size: 108%;
  }
}
@media print {
  #header .gnav .inner ul li a span.jp {
    font-size: 108%;
  }
}
.ie8 #header .gnav .inner ul li a span.jp {
  font-size: 108%;
}
@media only screen and (max-width: 930px) {
  #header .gnav .inner ul li a span.jp {
    font-size: 93%;
  }
}
@media only screen and (max-width: 850px) {
  #header .gnav .inner ul li a span.jp {
    font-size: 86%;
  }
}
#header .gnav .inner ul li a span.en {
  font-family: "Times New Roman", serif;
  font-size: 79%;
  font-style: italic;
}
@media only screen and (max-width: 850px) {
  #header .gnav .inner ul li a span.en {
    font-size: 72%;
  }
}
#header .gnav .inner ul li.rsv a {
  background: #cca83d;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
#header .gnav .inner ul li.rsv a:hover {
  background: #be9a32;
}
#header #spmenu {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #header #spmenu {
    display: block;
  }
}
#header #spmenu ul {
  display: table;
  width: 100%;
  height: 70px;
}
#header #spmenu ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 25%;
}
#header #spmenu ul li > a, #header #spmenu ul li > span {
  text-decoration: none;
  display: block;
  color: #fff;
  line-height: 1.2;
}
#header #spmenu ul li > a span, #header #spmenu ul li > span span {
  display: block;
}
#header #spmenu ul li > a span.ic, #header #spmenu ul li > span span.ic {
  font-size: 143%;
}
#header #spmenu ul li > a span.txt, #header #spmenu ul li > span span.txt {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 86%;
  margin-top: 5px;
}
#header #spmenu ul li.menu {
  background: #565654;
}
#header #spmenu ul li.request {
  background: #373736;
}
#header #spmenu ul li.stay {
  background: #ac8f46;
}
#header #spmenu ul li.tel {
  background: #bf9528;
}

/* -----------------------------------------------------------
	#js-ganv
----------------------------------------------------------- */
#js-gnav {
  z-index: 1000;
  background: #fff;
  top: 70px;
  height: calc(100% - 70px);
  visibility: hidden;
  width: 100%;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
@media only screen and (max-width: 767px) {
  #js-gnav {
    display: block;
  }
}
#js-gnav #js-gnav-menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#js-gnav .btn_home {
  background: #292929;
  padding-top: 0;
}
#js-gnav .btn_home a {
  display: block;
  color: #fff;
  padding: 1em 35px 1em 30px;
  text-decoration: none;
  font-size: 93%;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#js-gnav .nav {
  width: 100%;
}
#js-gnav .nav ul li a {
  display: block;
  padding: 0.8em 1em;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  padding-right: 35px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#js-gnav .nav ul li a:before {
  content: "\f362";
  display: inline;
  margin-right: 0.5em;
  font-family: "Ionicons";
}
#js-gnav .nav ul li a.active {
  color: #866a4c;
}
#js-gnav .nav ul li.language {
  border-top: 1px dotted #333333;
}
#js-gnav .nav ul li ul {
  display: none;
}
#js-gnav .nav ul li ul li a {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-size: 93%;
}
#js-gnav .link {
  background: #0e0e0e;
}
#js-gnav .link dl {
  padding: 20px 0;
  border-top: 1px solid #0e2d4a;
}
#js-gnav .link dl:first-child {
  margin-top: 0;
}
#js-gnav .link dl dt {
  color: #b49d59;
  text-align: center;
}
#js-gnav .link dl dd ul {
  overflow: hidden;
}
#js-gnav .link dl dd ul li {
  margin-top: 0.5em;
  float: left;
  width: 50%;
}
#js-gnav .link dl dd ul li:nth-child(odd) {
  clear: both;
}
#js-gnav .link dl dd ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 1em;
  font-size: 86%;
}
#js-gnav .link dl dd ul li a:hover {
  text-decoration: underline;
}
#js-gnav .btns {
  text-align: center;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 20px;
}
#js-gnav .btns li {
  margin-top: 5px;
}
#js-gnav .btns li a {
  width: 100%;
}
#js-gnav .link_general .box_logo {
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
#js-gnav .link_general .box_logo .logo {
  margin-bottom: 15px;
}
#js-gnav .link_general .box_logo address {
  font-size: 86%;
  line-height: 1.5;
}
#js-gnav .link_general .box_logo .txt_tel {
  font-family: "Times New Roman", serif;
  line-height: 1.2;
  font-size: 108%;
  margin-top: 10px;
}
#js-gnav .link_general .box_logo .txt_tel a {
  text-decoration: none;
}
#js-gnav .link_general .box_logo .txt_tel strong {
  font-weight: normal;
  font-size: 167%;
}
#js-gnav .link_general .box_logo .txt_tel em {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 86%;
  display: block;
}
#js-gnav .link_general .box_logo .txt_fax {
  font-size: 86%;
}
#js-gnav .link_general .nav {
  overflow: hidden;
  padding: 20px 0;
  margin-top: -0.5em;
}
#js-gnav .link_general .nav li {
  margin-top: 0.5em;
  float: left;
  width: 50%;
}
#js-gnav .link_general .nav li:nth-child(odd) {
  clear: both;
}
#js-gnav .link_general .nav li a {
  text-decoration: none;
  display: block;
  padding: 0 1em;
  font-size: 86%;
}
#js-gnav .link_general .nav li a:hover {
  text-decoration: underline;
}

#js-tel {
  z-index: 1000;
  background: #fff;
  top: 70px;
  height: calc(100% - 70px);
  visibility: hidden;
  width: 100%;
  position: fixed;
  right: -100%;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
@media only screen and (max-width: 767px) {
  #js-tel {
    display: block;
  }
}
#js-tel #js-tel-menu {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
#js-tel #js-tel-menu .nav ul {
  border-bottom: 1px solid #ccc;
}
#js-tel #js-tel-menu .nav ul li {
  padding: 0.5em 1em;
  border-top: 1px solid #ccc;
  text-align: center;
}
#js-tel #js-tel-menu .nav ul li dl dd {
  text-decoration: none;
  font-family: "Times New Roman", serif;
  font-size: 115%;
  line-height: 1.2;
}
#js-tel #js-tel-menu .nav ul li dl dd a {
  text-decoration: none;
}
#js-tel #js-tel-menu .nav ul li dl dd strong {
  font-weight: normal;
  font-size: 150%;
}

#js-overlay {
  position: fixed;
  z-index: 989;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  display: none;
}
@media only screen and (max-width: 767px) {
  #js-overlay {
    display: block;
  }
}

.is-opened-gnav #js-gnav {
  visibility: visible;
  right: 0;
}
.is-opened-gnav #js-overlay {
  opacity: 1;
  visibility: visible;
}

.is-opened-tel #js-tel {
  visibility: visible;
  right: 0;
}
.is-opened-tel #js-overlay {
  opacity: 1;
  visibility: visible;
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
  margin-top: 15px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.con_topicpath ul li {
  display: inline;
  margin-left: 1.5em;
  position: relative;
}
.con_topicpath ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: -1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_topicpath ul li:first-child {
  margin-left: 0;
}
.con_topicpath ul li:first-child:before {
  display: none;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  margin-bottom: 40px;
}
.con_title h2 {
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_title h2 {
    line-height: 1.3;
  }
}
.con_title h2 span.jp {
  font-size: 236%;
  display: inline-block;
  padding: 0 40px;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.jp {
    font-size: 172%;
    padding: 0 30px;
  }
}
.con_title h2 span.jp:before, .con_title h2 span.jp:after {
  content: "";
  display: block;
  width: 23px;
  height: 4px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  background: #333333;
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.jp:before, .con_title h2 span.jp:after {
    width: 16px;
    height: 3px;
  }
}
.con_title h2 span.jp:before {
  left: 0;
}
.con_title h2 span.jp:after {
  right: 0;
}
.con_title h2 span.en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 129%;
  font-style: italic;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .con_title h2 span.en {
    font-size: 115%;
  }
}
.con_title h2 span.en em {
  font-size: 134%;
  font-style: italic;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .con_contact {
  overflow: hidden;
  margin-top: 5em;
}
#contents .con_contact .con_inner {
  padding-top: 40px;
  position: relative;
  z-index: 2;
}
#contents .con_contact .con_inner:before, #contents .con_contact .con_inner:after {
  content: " ";
  display: block;
  position: absolute;
  z-index: 1;
  background: #f0eedf;
  top: 38px;
  width: 200%;
  height: 200px;
}
@media only screen and (max-width: 1140px) {
  #contents .con_contact .con_inner:before, #contents .con_contact .con_inner:after {
    display: none;
  }
}
@media print {
  #contents .con_contact .con_inner:before, #contents .con_contact .con_inner:after {
    display: none;
  }
}
.ie8 #contents .con_contact .con_inner:before, .ie8 #contents .con_contact .con_inner:after {
  display: none;
}
#contents .con_contact .con_inner:before {
  right: 100%;
  -webkit-transform: rotate(-12deg);
  -moz-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  -o-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
#contents .con_contact .con_inner:after {
  left: 100%;
  -webkit-transform: rotate(12deg);
  -moz-transform: rotate(12deg);
  -ms-transform: rotate(12deg);
  -o-transform: rotate(12deg);
  transform: rotate(12deg);
}
#contents .con_contact .box_title {
  text-align: center;
  margin-bottom: 35px;
}
#contents .con_contact .box_title h2 {
  color: #000000;
  font-weight: normal;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: 0.2ex;
  font-size: 215%;
}
@media only screen and (max-width: 767px) {
  #contents .con_contact .box_title h2 {
    font-size: 143%;
  }
}
#contents .con_contact .box_title h2 strong {
  font-weight: normal;
  font-size: 134%;
  color: #5d1010;
}
#contents .con_contact .box_title .txt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #contents .con_contact .box_title .txt {
    margin-top: 15px;
  }
}
#contents .con_contact .wrp {
  position: relative;
}
#contents .con_contact .wrp .img_l {
  width: 30.26316%;
  left: 3.50877%;
  position: absolute;
  bottom: -3px;
}
@media only screen and (max-width: 767px) {
  #contents .con_contact .wrp .img_l {
    position: relative;
    width: 100%;
    left: 0;
  }
}
#contents .con_contact .wrp .box_contact {
  width: 57.89474%;
  margin-right: 2.19298%;
  float: right;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #contents .con_contact .wrp .box_contact {
    width: 100%;
    float: none;
    margin-right: 0;
    padding-bottom: 20px;
  }
}
#contents .con_contact .wrp .box_contact .box_list ul {
  overflow: hidden;
  margin-left: -3%;
}
#contents .con_contact .wrp .box_contact .box_list ul li {
  float: left;
  width: 30.3333333%;
  margin-left: 3%;
  text-align: center;
}
#contents .con_contact .wrp .box_contact .box_list ul li .num {
  font-family: "Times New Roman", serif;
  color: #063c6c;
  font-size: 236%;
  margin: 5px 0 0 0;
}
#contents .con_contact .wrp .box_contact .box_list ul li .title {
  font-size: 108%;
}
#contents .con_contact .wrp .box_contact .btn_large {
  margin-top: 25px;
}
#contents .con_contact .wrp .box_contact .btn_large a {
  font-size: 158%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media only screen and (max-width: 767px) {
  #contents .con_contact .wrp .box_contact .btn_large a {
    font-size: 129%;
  }
}
#contents .con_contact .wrp .box_contact .btn_large a:after {
  font-size: 100%;
}
#contents .con_contact .wrp .box_contact .box_tel {
  margin-top: 20px;
}
#contents .con_contact .wrp .box_contact .box_tel > * {
  color: #000000;
}
#contents .con_contact .wrp .box_contact .box_tel dt {
  font-size: 122%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  #contents .con_contact .wrp .box_contact .box_tel dt {
    font-size: 108%;
  }
}
#contents .con_contact .wrp .box_contact .box_tel dd {
  border-left: 5px solid #001955;
  padding-left: 12px;
  line-height: 0.8;
  margin-top: 10px;
}
#contents .con_contact .wrp .box_contact .box_tel dd a {
  text-decoration: none;
  color: #000;
}
#contents .con_contact .wrp .box_contact .box_tel dd .tel {
  display: inline-block;
}
#contents .con_contact .wrp .box_contact .box_tel dd .txt_tel, #contents .con_contact .wrp .box_contact .box_tel dd .txt_time {
  display: inline-block;
}
#contents .con_contact .wrp .box_contact .box_tel dd .txt_tel {
  font-family: "Times New Roman", serif;
  font-size: 229%;
}
@media only screen and (max-width: 1024px) {
  #contents .con_contact .wrp .box_contact .box_tel dd .txt_tel {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_contact .wrp .box_contact .box_tel dd .txt_tel {
    font-size: 158%;
  }
}
#contents .con_contact .wrp .box_contact .box_tel dd .txt_tel strong {
  font-size: 166%;
  font-weight: normal;
}
#contents .con_contact .wrp .box_contact .box_tel dd .txt_time {
  font-size: 122%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  #contents .con_contact .wrp .box_contact .box_tel dd .txt_time {
    font-size: 86%;
    display: block;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_contact .wrp .box_contact .box_tel dd .txt_time {
    display: block;
    margin-top: 10px;
  }
}
#contents .box_btn_contact {
  text-align: center;
}
#contents .box_btn_contact .btn {
  display: inline-block;
  margin-top: 2em;
}
#contents .box_btn_contact .btn:first-child {
  margin-right: 2em;
}
@media only screen and (max-width: 767px) {
  #contents .box_btn_contact .btn:first-child {
    margin-top: 1em;
    margin-right: 0;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #contents .box_btn_contact .btn {
    display: block;
  }
}

@keyframes ic_swipe {
  0% {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
@-webkit-keyframes ic_swipe {
  0% {
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    -o-transform: translateX(20%);
    transform: translateX(20%);
  }
  100% {
    -webkit-transform: translateX(-10%);
    -moz-transform: translateX(-10%);
    -ms-transform: translateX(-10%);
    -o-transform: translateX(-10%);
    transform: translateX(-10%);
  }
}
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 60px;
  }
}
#footer .con_footer {
  border-top: 1px solid #cfc6ad;
  padding: 40px 0 30px 0;
  background: url(../images/footer/bg_footer.jpg) center bottom no-repeat;
  background-size: cover;
}
#footer .con_footer .box_logo {
  float: left;
  width: 36.84211%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo {
    float: none;
    width: 100%;
  }
}
#footer .con_footer .box_logo p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo p img {
    width: 80%;
  }
}
#footer .con_footer .box_logo .logo {
  margin-bottom: 30px;
}
#footer .con_footer .box_logo .logo_ow {
  margin-bottom: 25px;
}
#footer .con_footer .box_logo .wrp_slide {
  position: relative;
  max-width: 323px;
  margin: 0 auto;
  border: 5px solid #fff;
}
#footer .con_footer .box_logo .wrp_slide .box_slide {
  position: relative;
  z-index: 1;
}
#footer .con_footer .box_logo .wrp_slide .box_slide .slide a {
  display: block;
  position: relative;
  text-decoration: none;
}
#footer .con_footer .box_logo .wrp_slide .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  background: rgba(67, 40, 27, 0.6);
  color: #fff;
  padding: 0.3em 0.6em;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo .wrp_slide .caption {
    font-size: 108%;
  }
}
#footer .con_footer .box_footer {
  float: right;
  width: 62.7193%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
#footer .con_footer .box_footer .catch {
  font-size: 215%;
  letter-spacing: 0.15em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1140px) {
  #footer .con_footer .box_footer .catch {
    font-size: 179%;
  }
}
@media print {
  #footer .con_footer .box_footer .catch {
    font-size: 179%;
  }
}
.ie8 #footer .con_footer .box_footer .catch {
  font-size: 179%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .catch {
    font-size: 158%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 850px) {
  #footer .con_footer .box_footer .catch {
    font-size: 136%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .catch {
    font-size: 108%;
  }
}
#footer .con_footer .box_footer .catch strong {
  font-weight: normal;
  font-size: 134%;
  color: #5d1010;
}
#footer .con_footer .box_footer .btn_large {
  margin-top: 20px;
}
#footer .con_footer .box_footer .btn_large a {
  font-size: 158%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
#footer .con_footer .box_footer .btn_large a:after {
  font-size: 100%;
}
#footer .con_footer .box_footer .btn_large02 {
  margin-top: 20px;
}
#footer .con_footer .box_footer .btn_large02 a {
  font-size: 158%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
#footer .con_footer .box_footer .btn_large02 a:after {
  font-size: 100%;
}
#footer .con_footer .box_footer .btn_large02.short {
  float: left;
  width: 30.3333333%;
  margin-right: 2%;
  margin-bottom: 2em;
  font-size: 65%;
}
#footer .con_footer .box_footer .btn_large02.short:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .btn_large02.short {
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
  }
  #footer .con_footer .box_footer .btn_large02.short:first-child {
    margin-top: 20px;
  }
  #footer .con_footer .box_footer .btn_large02.short:last-child {
    margin-bottom: 0;
  }
}
#footer .con_footer .box_footer .box_tel {
  margin-top: 20px;
  clear: both;
}
#footer .con_footer .box_footer .box_tel > * {
  color: #000000;
}
#footer .con_footer .box_footer .box_tel dt {
  font-size: 122%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_tel dt {
    font-size: 108%;
  }
}
#footer .con_footer .box_footer .box_tel dd {
  border-left: 5px solid #001955;
  padding-left: 12px;
  line-height: 0.8;
  margin-top: 10px;
}
#footer .con_footer .box_footer .box_tel dd a {
  text-decoration: none;
  color: #000;
}
#footer .con_footer .box_footer .box_tel dd .tel {
  display: block;
}
#footer .con_footer .box_footer .box_tel dd .txt_tel, #footer .con_footer .box_footer .box_tel dd .txt_time {
  display: inline-block;
}
#footer .con_footer .box_footer .box_tel dd .txt_tel {
  font-family: "Times New Roman", serif;
  font-size: 229%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_tel dd .txt_tel {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_tel dd .txt_tel {
    font-size: 158%;
  }
}
#footer .con_footer .box_footer .box_tel dd .txt_tel strong {
  font-size: 166%;
  font-weight: normal;
}
#footer .con_footer .box_footer .box_tel dd .txt_time {
  font-size: 122%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_tel dd .txt_time {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_tel dd .txt_time {
    display: block;
    margin-top: 10px;
  }
}
#footer .con_fnav {
  border-top: 1px solid #cccccc;
  padding: 25px 0;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav {
    padding: 20px 0;
  }
}
#footer .con_fnav .con_inner {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1140px) {
  #footer .con_fnav .con_inner {
    width: 95%;
    margin: 0 auto;
  }
}
@media print {
  #footer .con_fnav .con_inner {
    width: 95%;
    margin: 0 auto;
  }
}
.ie8 #footer .con_fnav .con_inner {
  width: 95%;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .con_inner {
    display: block;
  }
}
#footer .con_fnav .con_inner > * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .con_inner > * {
    display: block;
  }
}
#footer .con_fnav .box_logo {
  width: 400px;
}
@media only screen and (max-width: 1140px) {
  #footer .con_fnav .box_logo {
    width: 300px;
  }
}
@media print {
  #footer .con_fnav .box_logo {
    width: 300px;
  }
}
.ie8 #footer .con_fnav .box_logo {
  width: 300px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .box_logo {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#footer .con_fnav .box_logo .logo {
  margin-bottom: 15px;
}
#footer .con_fnav .box_logo address {
  font-size: 86%;
  line-height: 1.5;
}
#footer .con_fnav .box_logo .txt_tel {
  font-family: "Times New Roman", serif;
  line-height: 1.2;
  font-size: 108%;
  margin-top: 10px;
}
#footer .con_fnav .box_logo .txt_tel a {
  text-decoration: none;
}
#footer .con_fnav .box_logo .txt_tel strong {
  font-weight: normal;
  font-size: 167%;
}
#footer .con_fnav .box_logo .txt_tel em {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 86%;
}
#footer .con_fnav .box_logo .txt_fax {
  font-size: 86%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .fnav {
    width: 100%;
    float: none;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_fnav .fnav {
    display: none;
  }
}
#footer .con_fnav .fnav .nav {
  overflow: hidden;
  margin-top: -10px;
  margin-left: -15px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .fnav .nav {
    text-align: center;
  }
}
#footer .con_fnav .fnav .nav li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  margin-top: 10px;
}
#footer .con_fnav .fnav .nav li.rsv {
  clear: both;
}
#footer .con_fnav .fnav .nav li a {
  font-size: 108%;
  text-decoration: none;
}
#footer .con_fnav .fnav .nav li a:hover {
  text-decoration: underline;
}
#footer .con_fnav .fnav .nav li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.3em;
}
#footer .con_fnav .fnav .btns {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_fnav .fnav .btns {
    text-align: center;
  }
}
#footer .con_fnav .fnav .btns li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
#footer .con_fnav .fnav .btns li a {
  min-width: 140px;
}
#footer .con_link {
  background: #0e0e0e;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  #footer .con_link {
    display: none;
  }
}
#footer .con_link .con_inner > * {
  vertical-align: top;
  width: 56%;
  padding-right: 20px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner > * {
    width: 100%;
    padding-right: 0;
  }
}
#footer .con_link .con_inner dl dt {
  font-size: 108%;
  color: #b49d59;
  margin-left: -0.5em;
  margin-bottom: 5px;
}
#footer .con_link .con_inner dl dd {
  overflow: hidden;
}
#footer .con_link .con_inner dl dd ul {
  float: left;
  padding-right: 1em;
  margin-top: -5px;
}
#footer .con_link .con_inner dl dd ul li {
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner dl dd ul li {
    padding-right: 1em;
  }
}
#footer .con_link .con_inner dl dd ul li a {
  color: #fff;
  font-size: 108%;
  text-decoration: none;
}
#footer .con_link .con_inner dl dd ul li a:hover {
  text-decoration: underline;
}
#footer .con_link .con_inner dl dd ul li a:before {
  content: "\f101";
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 0.3em;
}
#footer .con_link .con_inner dl.gen {
  width: 100%;
}
#footer .con_link .con_inner dl.gen ul {
  overflow: hidden;
  width: 100%;
  margin-top: -10px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner dl.gen ul {
    padding-right: 0;
  }
}
#footer .con_link .con_inner dl.gen ul li {
  width: 25%;
  float: left;
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_link .con_inner dl.gen ul li {
    width: 33.33333% !important;
  }
}
#footer .con_link .con_inner dl.col3 {
  margin-bottom: 20px;
}
#footer .con_link .con_inner dl.col3 ul {
  width: 47%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_link .con_inner dl.col3 ul {
    width: 43%;
  }
  #footer .con_link .con_inner dl.col3 ul:first-child {
    width: 32%;
  }
  #footer .con_link .con_inner dl.col3 ul:last-child {
    width: 18%;
  }
}
#footer .con_link .con_inner dl.col3 ul:first-child {
  width: 33%;
}
#footer .con_link .con_inner dl.col3 ul:last-child {
  width: 18%;
}
#footer .con_link .con_inner dl.col2 {
  margin-bottom: 20px;
  width: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_link .con_inner dl.col2 {
    width: 100%;
  }
}
#footer .con_link .con_inner dl.col2 ul {
  width: 55%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_link .con_inner dl.col2 ul {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_link .con_inner dl.col2 ul {
    width: 33.33333% !important;
  }
}
#footer .con_link .con_inner dl.col2 ul:last-child {
  width: 45%;
}
#footer #copyright {
  background: #000000;
  color: #fff;
  font-size: 93%;
  text-align: center;
  font-family: "Times New Roman", serif;
  padding: 15px 0;
}

/* -----------------------------------------------------------
	#pagetop
----------------------------------------------------------- */
#side {
  position: fixed;
  z-index: 98;
  right: 0;
  top: 50%;
  width: 64px;
  display: none;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #side {
    width: 54px;
  }
}
@media only screen and (max-width: 767px) {
  #side {
    width: 50px;
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
#side .btn_doc, #side .btn_exp {
  width: 100%;
}
#side .btn_doc a, #side .btn_exp a {
  display: block;
  text-decoration: none;
  padding: 1em 0;
  text-align: center;
  font-size: 143%;
  -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #side .btn_doc a, #side .btn_exp a {
    font-size: 129%;
  }
}
#side .btn_doc a em, #side .btn_exp a em {
  display: block;
  width: 1em;
  margin: auto;
  color: #fff;
  line-height: 1;
  font-feature-settings: "palt";
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
#side .btn_doc a {
  background: #063c6c;
}
#side .btn_doc a:hover {
  background: #052f54;
}
#side .btn_exp a {
  background: #987010;
}
#side .btn_exp a:hover {
  background: #815f0e;
}

#pagetop {
  height: 64px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    height: 50px;
  }
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #333333;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  line-height: 1.4;
}
#pagetop a span {
  display: block;
}
#pagetop a span.txt {
  font-size: 11px;
  padding-top: 0.6em;
}
@media only screen and (max-width: 767px) {
  #pagetop a span.txt {
    font-size: 9px;
  }
}
#pagetop a span.ic {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  #pagetop a span.ic {
    font-size: 20px;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
.tbl_primary {
  border-collapse: separate;
  border-spacing: 1px;
}
.tbl_primary th, .tbl_primary td {
  font-weight: normal;
  padding: 0.8em 1.2em;
}
@media only screen and (max-width: 767px) {
  .tbl_primary th, .tbl_primary td {
    display: block;
  }
}
.tbl_primary th {
  background: #f5f3ed;
}

.tbl_primary_fix {
  border-collapse: separate;
  border-spacing: 1px;
}
.tbl_primary_fix th, .tbl_primary_fix td {
  font-weight: normal;
  padding: 0.8em 1.2em;
}
.tbl_primary_fix th {
  background: #f5f3ed;
}
@media only screen and (max-width: 767px) {
  .tbl_primary_fix th {
    width: 30%;
  }
}

.tbl_secondary {
  border-collapse: collapse;
  border-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .tbl_secondary {
    border-top: 1px solid #ccc;
  }
}
.tbl_secondary th, .tbl_secondary td {
  font-weight: normal;
  padding: 0.8em 1.2em;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .tbl_secondary th, .tbl_secondary td {
    border-top: none;
    display: block;
  }
}

.tbl_secondary_fix {
  border-collapse: collapse;
  border-spacing: 0;
}
.tbl_secondary_fix th, .tbl_secondary_fix td {
  font-weight: normal;
  padding: 0.8em 1.2em;
  border: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .tbl_secondary_fix th {
    width: 30%;
  }
}
