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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
.box_container {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .box_container {
    width: 95%;
  }
}

.box_container:after, .row:after, .clearfix:after {
  content: "";
  display: table;
  clear: both;
}

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

body {
  color: #2c2c2c;
  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: #464646;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: #5f5f5f;
}
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: 1200px !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;
  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;
  transition-delay: 200ms;
}

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

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
  display: block;
}

.row {
  display: block;
}

.col {
  display: block;
  float: left;
  position: relative;
  min-height: 1px;
}

.col_1 {
  width: 8.33333%;
}

.col_2 {
  width: 16.66667%;
}

.col_3 {
  width: 25%;
}

.col_4 {
  width: 33.33333%;
}

.col_5 {
  width: 41.66667%;
}

.col_6 {
  width: 50%;
}

.col_7 {
  width: 58.33333%;
}

.col_8 {
  width: 66.66667%;
}

.col_9 {
  width: 75%;
}

.col_10 {
  width: 83.33333%;
}

.col_11 {
  width: 91.66667%;
}

.col_12 {
  width: 100%;
}

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

@media only screen and (min-width: 1025px) {
  .cell {
    display: table-cell;
    vertical-align: top;
  }
}
@media print {
  .cell {
    display: table-cell;
    vertical-align: top;
  }
}
.ie8 .cell {
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .cell {
    display: table-cell;
    vertical-align: top;
  }
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@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;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 2.5% 0;
  z-index: 10;
}
#header .hd_top .box_inner {
  position: relative;
}
#header .hd_top .inside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .hd_top .inside {
    display: block;
  }
}
#header .hd_top .cell_logo {
  margin-right: 5px;
  padding-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .hd_top .cell_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 1024px) {
  #header .hd_top .cell_logo {
    width: 100%;
  }
}
#header .hd_top .cell_logo .logo {
  margin-right: 12px;
}
@media only screen and (max-width: 767px) {
  #header .hd_top .cell_logo .logo {
    margin-right: 0;
    margin-bottom: 5px;
  }
}
#header .hd_top .cell_logo h1 {
  position: relative;
  margin-top: 1em;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  font-size: 72%;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  #header .hd_top .cell_logo h1 {
    display: block;
    margin-top: 10px;
  }
}
#header .hd_top .cell_btn {
  text-align: right;
}
#header .hd_top .cell_btn .hd_btn > * {
  display: inline-block;
  vertical-align: middle;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 200px;
  }
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li {
    margin-right: 5px;
  }
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li:last-child {
  margin-right: 0 !important;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 48px;
  height: 48px;
  line-height: 0;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  text-align: center;
  text-decoration: none;
  padding: 13px 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li a .ic {
  font-size: 18px;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li a .txt {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  font-size: 13px;
  line-height: normal;
  white-space: nowrap;
  margin-top: 3px;
}
@media only screen and (max-width: 1024px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li a .txt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0;
    margin-bottom: 5px;
  }
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv:first-child {
    margin-top: 30px;
  }
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv a {
  width: auto;
  padding: 12px 15px;
}
@media only screen and (max-width: 1199px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv a {
    padding: 12px 10px;
  }
}
@media print {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv a {
    padding: 12px 10px;
  }
}
.ie8 #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv a {
  padding: 12px 10px;
}
@media only screen and (max-width: 767px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv a {
    height: auto;
  }
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv a .txt {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_rsrv a .txt {
    font-size: 11px;
  }
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a {
  width: auto;
  padding: 12px 37px;
}
@media only screen and (max-width: 1199px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a {
    padding: 12px 15px;
  }
}
@media print {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a {
    padding: 12px 15px;
  }
}
.ie8 #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a {
  padding: 12px 15px;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a .ic {
  height: 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1025px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a .ic {
    display: none;
  }
}
@media print {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a .ic {
    display: none;
  }
}
.ie8 #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a .ic {
  display: none;
}
@media only screen and (min-width: 1025px) {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a .txt {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
  }
}
@media print {
  #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a .txt {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin-top: 0;
  }
}
.ie8 #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_search a .txt {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin-top: 0;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a {
  font-size: 13px;
  padding: 16px 0;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 20px;
  height: 13px;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span:nth-of-type(1) {
  top: 0;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span:nth-of-type(2) {
  top: 6px;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span:nth-of-type(3) {
  bottom: 0;
}
#header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .txt.txt_close {
  display: none;
}
#header .hd_top .hd_language {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 80px;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .hd_top .hd_language {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #header .hd_top .hd_language {
    margin-top: 10px;
  }
}
#header .hd_top .hd_language,
#header .hd_top .hd_language a {
  color: #fff;
}
#header .hd_top .hd_language a {
  text-decoration: none !important;
}
#header .hd_top .hd_language .txt {
  font-size: 108%;
  margin-right: 10px;
}
#header .hd_top .hd_language .tel {
  font-size: 108%;
}
#header .hd_top .hd_language .tel .txt_tel {
  font-size: 65%;
}
#header .hd_top .hd_language ul li {
  text-align: right;
  margin-bottom: 4px;
}
#header .hd_top .hd_language ul li:last-child {
  margin-bottom: 0 !important;
}
#header .hd_top .hd_language ul li a {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 93%;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 3px;
}
#header .hd_top .hd_language ul li a:hover {
  background: #595959;
}
#header .hd_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: auto;
  padding-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .hd_nav {
    padding-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #header .hd_nav {
    padding-top: 12px;
  }
}
#header .hd_nav .hd_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 1199px) {
  #header .hd_nav .hd_tel {
    padding-right: 10px;
  }
}
@media print {
  #header .hd_nav .hd_tel {
    padding-right: 10px;
  }
}
.ie8 #header .hd_nav .hd_tel {
  padding-right: 10px;
}
#header .hd_nav .hd_tel .telephone {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: 0.08em;
  margin-right: 1.5em;
}
#header .hd_nav .hd_tel .telephone,
#header .hd_nav .hd_tel .telephone a {
  color: #fff;
}
#header .hd_nav .hd_tel .telephone a {
  text-decoration: none !important;
}
#header .hd_nav .hd_tel .telephone .tel {
  font-size: 143%;
}
#header .hd_nav .hd_tel .telephone .tel .txt_tel {
  font-size: 75%;
}
#header .hd_nav .hd_tel ul li {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  margin-right: 17px;
}
@media only screen and (max-width: 1199px) {
  #header .hd_nav .hd_tel ul li {
    white-space: normal;
    display: block;
    margin-right: 0;
  }
}
@media print {
  #header .hd_nav .hd_tel ul li {
    white-space: normal;
    display: block;
    margin-right: 0;
  }
}
.ie8 #header .hd_nav .hd_tel ul li {
  white-space: normal;
  display: block;
  margin-right: 0;
}
#header .hd_nav .hd_tel ul li:last-child {
  margin-right: 0 !important;
}
#header .hd_nav .hd_tel ul li a {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 93%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 8px 0;
}
#header .hd_nav ul.gnav {
  padding-right: 60px;
}
#header .hd_nav ul.gnav > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  #header .hd_nav ul.gnav > li {
    margin-right: 20px;
  }
}
@media print {
  #header .hd_nav ul.gnav > li {
    margin-right: 20px;
  }
}
.ie8 #header .hd_nav ul.gnav > li {
  margin-right: 20px;
}
#header .hd_nav ul.gnav > li:last-child {
  margin-right: 0 !important;
}
#header .hd_nav ul.gnav > li > a {
  display: block;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px 0;
  padding-left: 10px;
}
#header .hd_nav ul.gnav > li > a .ic_btn {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 3px solid transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .hd_nav ul.gnav > li > a:hover + .dropmenu {
  opacity: 1;
  visibility: visible;
}
#header .hd_nav ul.gnav > li .dropmenu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0;
}
#header .hd_nav ul.gnav > li .dropmenu li {
  position: relative;
}
#header .hd_nav ul.gnav > li .dropmenu li:before {
  display: block;
  content: '';
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  top: auto;
  width: auto;
  height: 1px;
  background: #c3c3c3;
}
#header .hd_nav ul.gnav > li .dropmenu li:last-child:before {
  display: none;
}
#header .hd_nav ul.gnav > li .dropmenu li a {
  display: block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #2c2c2c;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 10px;
}
#header .hd_nav ul.gnav > li .dropmenu li a:hover {
  background: #fff;
}
#header .hd_nav ul.gnav > li:hover .dropmenu {
  opacity: 1;
  visibility: visible;
}
#header .hd_nav ul.gnav > li.has_dropmenu:hover > a .ic_btn {
  -webkit-transform: translate(0, -50%) rotate(90deg);
  transform: translate(0, -50%) rotate(90deg);
}

body.open_menu #header .hd_top .cell_btn .box_btn .item_rsrv {
  display: none;
}

#header.fixed,
body.open_menu #header {
  position: fixed;
  z-index: 101;
}
#header.fixed .hd_top .cell_logo,
body.open_menu #header .hd_top .cell_logo {
  display: none;
}
#header.fixed .hd_top .hd_language,
body.open_menu #header .hd_top .hd_language {
  display: none;
}
#header.fixed .hd_top .fix_telephone,
body.open_menu #header .hd_top .fix_telephone {
  display: block;
  color: #2c2c2c;
}
#header.fixed .hd_top ul,
body.open_menu #header .hd_top ul {
  display: none;
}
#header.fixed .hd_nav,
body.open_menu #header .hd_nav {
  display: none;
}
#header.fixed .inside,
body.open_menu #header .inside {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

body.open_menu #header .hd_top .fix_telephone {
  color: #fff;
}

.fix_telephone {
  display: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
}
.fix_telephone .txt_tel {
  font-size: 65%;
}

#header.fixed .hd_top .cell_btn .hd_btn .hd_tel .telephone {
  display: none;
}
#header.fixed .hd_top .cell_btn .hd_btn .hd_tel .telephone ul {
  display: none;
}
#header.fixed .hd_top .cell_btn .hd_btn ul.box_btn li a {
  color: #2c2c2c;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid #2c2c2c;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.1);
}
#header.fixed .hd_top .cell_btn .hd_btn ul.box_btn li a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#header.fixed .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span {
  background: #2c2c2c;
}

body.open_menu #header .hd_top .cell_btn .hd_btn .hd_tel .telephone {
  display: none;
}
body.open_menu #header .hd_top .cell_btn .hd_btn .hd_tel .telephone ul {
  display: none;
}
body.open_menu #header .hd_top .cell_btn .hd_btn ul.box_btn li a {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
}
body.open_menu #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span {
  background: #fff;
}
body.open_menu #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}
body.open_menu #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span:nth-of-type(2) {
  opacity: 0;
}
body.open_menu #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .ic > span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}
body.open_menu #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .txt.txt_menu {
  display: none;
}
body.open_menu #header .hd_top .cell_btn .hd_btn ul.box_btn li.item_menu a .txt.txt_close {
  display: block;
}

/* -----------------------------------------------------------
	.fixmenu
----------------------------------------------------------- */
.fixmenu {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 110px 0 50px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 767px) {
  .fixmenu {
    padding: 25% 0 50px;
  }
}
.fixmenu .menu_group_wrp ul.menu_group {
  position: relative;
  width: 33.33333%;
}
@media only screen and (max-width: 767px) {
  .fixmenu .menu_group_wrp ul.menu_group {
    width: 100%;
    padding: 20px 0;
  }
}
.fixmenu .menu_group_wrp ul.menu_group:before {
  display: none;
  content: '';
  position: absolute;
  left: 15px;
  right: 0;
  bottom: 0;
  top: auto;
  width: auto;
  height: 1px;
  background: #b6b7b7;
}
@media only screen and (max-width: 767px) {
  .fixmenu .menu_group_wrp ul.menu_group:before {
    display: block;
  }
}
.fixmenu .menu_group_wrp ul.menu_group:last-child:before {
  display: none;
}
.fixmenu .menu_group_wrp ul.menu_group > li {
  padding: 8px 15px;
}
.fixmenu .menu_group_wrp ul.menu_group > li > a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
  color: #fff;
  text-decoration: none !important;
  padding: 6px 0;
  padding-left: 10px;
}
.fixmenu .menu_group_wrp ul.menu_group > li > a:hover:after {
  width: 100%;
}
.fixmenu .menu_group_wrp ul.menu_group > li > a:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 3px solid transparent;
}
.fixmenu .menu_group_wrp ul.menu_group > li > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.fixmenu .menu_group_wrp ul.menu_group > li > a .ic_item {
  margin-right: 15px;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  position: relative;
  height: 420px;
  background: transparent url(../copy/images/img_title-pc.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 1024px) {
  .con_title {
    height: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .con_title {
    background-image: url(../copy/images/img_title-sp.jpg);
  }
}
.con_title h2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  padding: 0 2.5%;
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
  padding: 12px 0 0;
}
@media only screen and (max-width: 767px) {
  .con_topicpath {
    display: none;
  }
}
.con_topicpath ul {
  overflow: hidden;
}
.con_topicpath ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 79%;
}
.con_topicpath ul li,
.con_topicpath ul li a {
  color: #949494;
}
.con_topicpath ul li .ic_item {
  margin-left: 4px;
  margin-right: 8px;
}
.con_topicpath ul li a {
  text-decoration: none !important;
}
.mouse .con_topicpath ul li a:hover, .touch .con_topicpath ul li a.touchstart {
  text-decoration: underline !important;
}
.touch .con_topicpath ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_topicpath ul li a.touchend {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  overflow: hidden;
  background: #595959;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .con_search {
    display: none;
  }
}
.con_search .box_wrp {
  position: relative;
}
.con_search .box_inner {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.con_search .box_inner > * {
  display: table-cell;
  vertical-align: middle;
}
.con_search .box_title {
  width: 20%;
  border-left: 4px solid #fff;
  padding-left: 16px;
}
@media only screen and (max-width: 1199px) {
  .con_search .box_title {
    width: 18%;
  }
}
@media print {
  .con_search .box_title {
    width: 18%;
  }
}
.ie8 .con_search .box_title {
  width: 18%;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_title {
    border-left: 0;
    margin-bottom: 20px;
  }
}
.con_search .box_title h3 {
  line-height: 1.3;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_title h3 {
    text-align: center;
  }
}
.con_search .box_title h3 img.st_search_popup {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_search .box_title h3 img.st_search_popup {
    width: 55%;
  }
}
.con_search .box_search {
  padding-left: 20px;
}
.con_search .box_search .obj_search {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 15px;
}
.con_search .box_search .obj_search > * {
  display: table-cell;
  vertical-align: bottom;
}
.con_search .box_search .obj_search input[type="text"],
.con_search .box_search .obj_search select {
  height: 38px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 115%;
  font-weight: bold;
  color: #2c2c2c;
  background: #fff;
  border: 1px solid #797979;
  border-radius: 0;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
}
.con_search .box_search .obj_search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #fff url(../images/common/ic_caret_down.png) no-repeat right 10px center;
}
.con_search .box_search .obj_search select::-ms-expand {
  display: none;
}
.con_search .box_search .obj_search .box_inner {
  position: relative;
}
.con_search .box_search .obj_search em {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 93%;
  color: #fff;
}
.con_search .box_search .obj_search .box_day {
  width: 23%;
  padding-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .obj_search .box_day {
    padding-right: 10px;
  }
}
.con_search .box_search .obj_search .box_day input {
  width: 100%;
}
.con_search .box_search .obj_search .box_day input.datepicker {
  background: #fff url(../images/common/ic_calendar.png) no-repeat right 10px center;
}
.con_search .box_search .obj_search .box_und {
  width: 10%;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .obj_search .box_und {
    width: 11%;
  }
}
.con_search .box_search .obj_search .box_und input {
  position: relative;
  top: 2px;
}
.con_search .box_search .obj_search .box_sta,
.con_search .box_search .obj_search .box_per,
.con_search .box_search .obj_search .box_roo {
  width: 9%;
  padding-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .con_search .box_search .obj_search .box_sta,
  .con_search .box_search .obj_search .box_per,
  .con_search .box_search .obj_search .box_roo {
    width: 10%;
  }
}
@media print {
  .con_search .box_search .obj_search .box_sta,
  .con_search .box_search .obj_search .box_per,
  .con_search .box_search .obj_search .box_roo {
    width: 10%;
  }
}
.ie8 .con_search .box_search .obj_search .box_sta, .ie8
.con_search .box_search .obj_search .box_per, .ie8
.con_search .box_search .obj_search .box_roo {
  width: 10%;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .obj_search .box_sta,
  .con_search .box_search .obj_search .box_per,
  .con_search .box_search .obj_search .box_roo {
    width: 9%;
    padding-right: 5px;
  }
}
.con_search .box_search .obj_search .box_sta select,
.con_search .box_search .obj_search .box_per select,
.con_search .box_search .obj_search .box_roo select {
  width: 100%;
}
.con_search .box_search .obj_search .btn_submit ul {
  margin: 0 -6px;
}
.con_search .box_search .obj_search .btn_submit ul li {
  width: 50%;
  padding: 0 6px;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .obj_search .btn_submit ul li.item_sumbit {
    width: 43%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .obj_search .btn_submit ul li.item_rsv {
    width: 57%;
  }
}
.con_search .box_search .obj_search .btn_submit .btn a {
  max-width: 100%;
}
.con_search .box_search .box_link .row_tbl {
  table-layout: auto;
}
.con_search .box_search .box_link .cell {
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_link .cell_tel {
    text-align: center;
    margin-bottom: 10px;
  }
}
.con_search .box_search .box_link .cell_tel .telephone {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  letter-spacing: 0.08em;
}
.con_search .box_search .box_link .cell_tel .telephone,
.con_search .box_search .box_link .cell_tel .telephone a {
  color: #fff;
}
.con_search .box_search .box_link .cell_tel .telephone a {
  text-decoration: none !important;
}
.con_search .box_search .box_link .cell_tel .telephone .txt {
  font-size: 108%;
  margin-right: 10px;
}
.con_search .box_search .box_link .cell_tel .telephone .tel {
  font-size: 143%;
}
.con_search .box_search .box_link .cell_tel .telephone .tel .txt_tel {
  font-size: 75%;
}
.con_search .box_search .box_link .cell_link {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_link .cell_link {
    text-align: center;
  }
}
.con_search .box_search .box_link .cell_link ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.con_search .box_search .box_link .cell_link ul li:first-child {
  margin-left: 0;
}
.con_search .box_search .box_link .cell_link ul li a {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .box_link .cell_tel,
  .con_search .box_search .box_link .cell_link {
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .box_title,
  .con_search .box_search {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
}
.con_search .btn_close {
  display: none;
}

@-webkit-keyframes animationSearchopen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationSearchopen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
body.open_search .con_search {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-animation: animationSearchopen 0.4s ease-out;
  animation: animationSearchopen 0.4s ease-out;
  z-index: 102;
}
body.open_search .con_search .box_search_tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
body.open_search .con_search .box_search_cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.open_search .con_search .box_wrp {
  max-width: 1000px;
  margin: auto;
}
body.open_search .con_search .box_title {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
body.open_search .con_search .box_title h3 {
  text-align: center;
}
body.open_search .con_search .box_title h3 img {
  border-bottom: 0;
}
body.open_search .con_search .box_title h3 img.st_search {
  display: none;
}
body.open_search .con_search .box_title h3 img.st_search_popup {
  display: inline-block;
}
body.open_search .con_search .box_search {
  background: rgba(44, 44, 44, 0.7);
  border: 1px solid rgba(113, 113, 113, 0.7);
  padding: 30px 4%;
  margin-bottom: 7%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.open_search .con_search .box_search {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search {
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search > * {
    display: block;
    float: left;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search input[type="text"],
  body.open_search .con_search .box_search .obj_search select {
    height: auto;
    font-size: 143%;
    padding: 0.4em 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search .box_day {
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search .box_und {
    width: 30%;
    line-height: 1;
    padding-top: 3.3em;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search .box_per,
  body.open_search .con_search .box_search .obj_search .box_sta,
  body.open_search .con_search .box_search .obj_search .box_roo {
    width: 33.33333%;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search .btn_submit {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search .btn_submit ul {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .obj_search .btn_submit ul li {
    float: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .box_link .cell_tel .telephone {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .box_link .cell_tel .telephone .txt {
    display: block;
    margin-right: 0;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .box_link .cell_tel .telephone .tel {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1.3;
    padding: 0 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .box_link .cell_link {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search .box_search .box_link .cell_link ul li {
    margin-bottom: 8px;
  }
}
body.open_search .con_search .box_title,
body.open_search .con_search .box_search {
  display: block;
  float: none;
  width: 100%;
}
body.open_search .con_search .btn_close {
  display: block;
}

/* -----------------------------------------------------------
	.con_sns
----------------------------------------------------------- */
.con_sns {
  margin-top: 70px;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sns {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sns {
    margin-top: 10%;
  }
}
.con_sns:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 46px;
  height: 1px;
  background: #8a8a8a;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #b9b9b9;
}
.con_sns .box_btn {
  padding: 55px 0 40px;
}
@media only screen and (max-width: 767px) {
  .con_sns .box_btn {
    padding: 30px 0 20px;
  }
}
.con_sns .box_btn ul {
  text-align: center;
}
.con_sns .box_btn ul li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding-right: 15px;
}
@media only screen and (max-width: 767px) {
  .con_sns .box_btn ul li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
  }
}
.con_sns .box_btn ul .recruit_bn {
  padding-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sns .box_btn ul .recruit_bn {
    padding-right: 15px;
  }
}
.con_sns .box_sns {
  background: #f4f4f4;
  padding: 40px 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_sns .box_sns {
    padding: 30px 0 10px;
  }
}
.con_sns .box_sns ul {
  margin: 0 -20px;
}
@media only screen and (max-width: 1024px) {
  .con_sns .box_sns ul {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sns .box_sns ul {
    margin: 0;
  }
}
.con_sns .box_sns ul li {
  width: 33.33333%;
  padding: 0 20px 30px;
}
@media only screen and (max-width: 1024px) {
  .con_sns .box_sns ul li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sns .box_sns ul li {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  padding: 45px 0 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer {
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    padding: 10% 0 8%;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    text-align: center;
  }
}
#footer .ft_logo {
  margin-bottom: 8px;
}
#footer .ft_logo > * {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #footer .ft_logo > * {
    display: block;
  }
}
#footer .ft_logo .logo {
  margin-right: 45px;
}
@media only screen and (max-width: 767px) {
  #footer .ft_logo .logo {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
#footer .ft_logo ul.sns li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#footer .ft_logo ul.sns li:last-child {
  margin-right: 0 !important;
}
#footer .ft_logo ul.sns li a {
  font-size: 143%;
  color: #2c2c2c;
}
#footer .ft_address {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .ft_address {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .ft_address {
    margin-bottom: 20px;
  }
}
#footer .ft_address .txt,
#footer .ft_address .txt a {
  font-size: 93%;
  color: #2c2c2c;
}
#footer .ft_address .txt a {
  text-decoration: none;
}
#footer .ft_address .txt a:hover {
  text-decoration: underline;
}
#footer .ft_copyright #copyright {
  font-size: 86%;
  color: #2c2c2c;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	ボタン button
----------------------------------------------------------- */
.btn_ghost_dark {
  text-align: center;
}
.btn_ghost_dark a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #2c2c2c !important;
  border: 1px solid #2c2c2c;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 10px;
}
@media only screen and (max-width: 767px) {
  .btn_ghost_dark a {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark a:hover {
    color: #fff !important;
    background: #2c2c2c;
  }
}
@media print {
  .btn_ghost_dark a:hover {
    color: #fff !important;
    background: #2c2c2c;
  }
}
.ie8 .btn_ghost_dark a:hover {
  color: #fff !important;
  background: #2c2c2c;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark a:hover .ic_arrow {
    right: 3px;
  }
}
@media print {
  .btn_ghost_dark a:hover .ic_arrow {
    right: 3px;
  }
}
.ie8 .btn_ghost_dark a:hover .ic_arrow {
  right: 3px;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark a:hover .ic_arrow:before {
    background: #fff;
  }
}
@media print {
  .btn_ghost_dark a:hover .ic_arrow:before {
    background: #fff;
  }
}
.ie8 .btn_ghost_dark a:hover .ic_arrow:before {
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark a:hover .ic_arrow:after {
    border-bottom-color: #fff;
  }
}
@media print {
  .btn_ghost_dark a:hover .ic_arrow:after {
    border-bottom-color: #fff;
  }
}
.ie8 .btn_ghost_dark a:hover .ic_arrow:after {
  border-bottom-color: #fff;
}
.btn_ghost_dark a .ic_arrow {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_dark a .ic_arrow:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2c2c2c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_dark a .ic_arrow:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 0;
  border-right: 5px solid transparent;
  border-bottom: 3px solid #2c2c2c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn_ghost_white {
  text-align: center;
}
.btn_ghost_white a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #fff !important;
  border: 1px solid #fff;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 10px;
  max-width: 260px !important;
}
@media only screen and (max-width: 767px) {
  .btn_ghost_white a {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_white a:hover {
    color: #2c2c2c !important;
    background: #fff;
  }
}
@media print {
  .btn_ghost_white a:hover {
    color: #2c2c2c !important;
    background: #fff;
  }
}
.ie8 .btn_ghost_white a:hover {
  color: #2c2c2c !important;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_white a:hover .ic_arrow {
    right: 3px;
  }
}
@media print {
  .btn_ghost_white a:hover .ic_arrow {
    right: 3px;
  }
}
.ie8 .btn_ghost_white a:hover .ic_arrow {
  right: 3px;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_white a:hover .ic_arrow:before {
    background: #2c2c2c;
  }
}
@media print {
  .btn_ghost_white a:hover .ic_arrow:before {
    background: #2c2c2c;
  }
}
.ie8 .btn_ghost_white a:hover .ic_arrow:before {
  background: #2c2c2c;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_white a:hover .ic_arrow:after {
    border-bottom-color: #2c2c2c;
  }
}
@media print {
  .btn_ghost_white a:hover .ic_arrow:after {
    border-bottom-color: #2c2c2c;
  }
}
.ie8 .btn_ghost_white a:hover .ic_arrow:after {
  border-bottom-color: #2c2c2c;
}
.btn_ghost_white a .ic_arrow {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_white a .ic_arrow:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2c2c2c;
  background: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_white a .ic_arrow:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 0;
  border-right: 5px solid transparent;
  border-bottom: 3px solid #2c2c2c;
  border-bottom: 3px solid #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn_ghost_gray {
  text-align: center;
}
.btn_ghost_gray a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  max-width: 240px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 100%;
  color: #2c2c2c !important;
  border: 1px solid #595959;
  border-radius: 0;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 7px 10px;
}
@media only screen and (max-width: 767px) {
  .btn_ghost_gray a {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_gray a:hover {
    color: #fff !important;
    background: #595959;
  }
}
@media print {
  .btn_ghost_gray a:hover {
    color: #fff !important;
    background: #595959;
  }
}
.ie8 .btn_ghost_gray a:hover {
  color: #fff !important;
  background: #595959;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_gray a:hover .ic_arrow {
    right: 3px;
  }
}
@media print {
  .btn_ghost_gray a:hover .ic_arrow {
    right: 3px;
  }
}
.ie8 .btn_ghost_gray a:hover .ic_arrow {
  right: 3px;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_gray a:hover .ic_arrow:before {
    background: #fff;
  }
}
@media print {
  .btn_ghost_gray a:hover .ic_arrow:before {
    background: #fff;
  }
}
.ie8 .btn_ghost_gray a:hover .ic_arrow:before {
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_gray a:hover .ic_arrow:after {
    border-bottom-color: #fff;
  }
}
@media print {
  .btn_ghost_gray a:hover .ic_arrow:after {
    border-bottom-color: #fff;
  }
}
.ie8 .btn_ghost_gray a:hover .ic_arrow:after {
  border-bottom-color: #fff;
}
.btn_ghost_gray a .ic_arrow {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_gray a .ic_arrow:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #2c2c2c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_gray a .ic_arrow:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 0;
  border-right: 5px solid transparent;
  border-bottom: 3px solid #2c2c2c;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
/* tripla ウィジェット */
.tripla-search-widget {
  text-align: center;
}
/* // tripla ウィジェット */
