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

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

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

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

body {
  color: #1e0f04;
  background: url(../images/common/bg_body.jpg);
  -webkit-text-size-adjust: none;
  font-size: 100%;
  letter-spacing: .1ex;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: #1e0f04;
}
body a:link, body a:visited, body a:active {
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
}
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: 1280px !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 {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -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 {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

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

/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.box_container {
  display: block;
  max-width: 1170px;
}

.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%;
}

.cell {
  display: table-cell;
  vertical-align: top;
}

*:focus {
  outline: none;
}

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

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  #header {
    position: fixed;
  }
}
#header .con_inner {
  width: 100% !important;
}
@media only screen and (max-width: 1280px) {
  #header .con_inner {
    padding-left: 15px;
  }
}
@media print {
  #header .con_inner {
    padding-left: 15px;
  }
}
.ie8 #header .con_inner {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  #header .con_inner {
    padding-left: 2.5%;
  }
}
#header h1 {
  float: left;
  padding-top: 20px;
  font-size: 93%;
  font-weight: normal;
}
@media only screen and (max-width: 1024px) {
  #header h1 {
    width: calc(100% - 550px);
  }
}
@media only screen and (max-width: 767px) {
  #header .logo {
    float: left;
  }
  #header .logo img {
    height: 55px;
    width: auto;
    margin-top: 5px;
  }
}
#header .con_header {
  display: table;
  float: right;
}
#header .con_header > * {
  display: table-cell;
  vertical-align: top;
}
#header .con_header .box_header {
  padding-right: 25px;
  text-align: right;
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header {
    padding-top: 0;
    padding-right: 0;
  }
}
#header .con_header .box_header .box_func > * {
  display: inline-block;
  vertical-align: middle;
}
#header .con_header .box_header .box_func .sns li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
#header .con_header .box_header .box_func .sns li:first-child {
  margin-left: 0;
}
#header .con_header .box_header .box_func .sns li a {
  color: #fff;
  font-size: 20px;
}
#header .con_header .box_header .box_func .btn_language {
  margin-left: 25px;
}
#header .con_header .box_header .box_func .btn_language a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 15px;
  font-size: 108%;
  border: 1px solid #fff;
  color: #fff;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#header .con_header .box_header .box_func .btn_language a:hover {
  background: #fff;
  color: #2c2c2c !important;
}
#header .con_header .box_header .txt_tel {
  font-style: italic;
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .txt_tel {
    font-style: normal;
    font-size: 12px;
    margin-top: 0;
    line-height: 1.2;
  }
}
#header .con_header .box_header .txt_tel a {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .txt_tel a {
    width: 60px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #1e0f04;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .txt_tel span.view_sp {
    display: block;
  }
}
#header .con_header .box_header .txt_tel i {
  font-size: 16px;
  border: 1px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 27px;
  text-align: center;
  line-height: 25px;
  height: 27px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .txt_tel i {
    width: auto;
    height: auto;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
  }
}
#header .con_header .btn_rsv a {
  line-height: 86px;
  width: 202px;
  font-size: 139%;
}
@media only screen and (max-width: 767px) {
  #header .con_header .btn_rsv a {
    line-height: 60px;
    width: auto;
    padding: 0 20px;
    font-size: 108%;
  }
}

/* -----------------------------------------------------------
	.gnav
----------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .gnav {
    display: none;
  }
}
.gnav.fixed {
  position: fixed;
  z-index: 97;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../images/common/bg_body.jpg);
}
.gnav .con_inner {
  width: 100% !important;
}
.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
.gnav ul li {
  text-align: center;
}
.gnav ul li:first-child {
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .gnav ul li:first-child {
    padding-left: 10px;
  }
}
.gnav ul li a {
  text-decoration: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 124%;
  display: block;
  color: #1e0f04;
  line-height: 85px;
}
@media only screen and (max-width: 1024px) {
  .gnav ul li a {
    line-height: 65px;
    font-size: 108%;
  }
}
.gnav ul li a span {
  display: inline-block;
  position: relative;
  line-height: 1.5;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  .gnav ul li a span {
    line-height: 1.3;
  }
}
.gnav ul li a span:after {
  content: "";
  display: block;
  width: 110%;
  height: 1px;
  background: #1e0f04;
  position: absolute;
  bottom: -7px;
  left: -5%;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.gnav ul li a:hover span:after {
  opacity: 1;
}
.gnav ul li.btn_rsv {
  width: 180px;
}
@media only screen and (max-width: 1024px) {
  .gnav ul li.btn_rsv {
    width: auto;
  }
}
.gnav ul li.btn_rsv span:after {
  display: none;
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search {
  overflow: hidden;
  background: #c1b4a4;
  -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: 19%;
  border-left: 3px solid #1e0f04;
  padding-left: 16px;
}
@media only screen and (max-width: 1199px) {
  .con_search .box_title {
    width: 17%;
  }
}
@media print {
  .con_search .box_title {
    width: 17%;
  }
}
.ie8 .con_search .box_title {
  width: 17%;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_title {
    border-left: 0;
    margin-bottom: 20px;
  }
}
.con_search .box_title h3 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  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 .md {
  display: block;
  font-size: 116%;
}
.con_search .box_title h3 .lg {
  display: block;
  font-size: 247%;
}
.con_search .box_search {
  padding-left: 10px;
}
.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: 124%;
  color: #2c2c2c;
  background: #fff;
  border: 1px solid #9a8556;
  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: 100%;
}
.con_search .box_search .obj_search .box_day {
  width: 20%;
  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: 15%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 108%;
}
@media only screen and (max-width: 1024px) {
  .con_search .box_search .obj_search .box_und {
    width: 16%;
  }
}
.con_search .box_search .obj_search .box_und input {
  position: relative;
  top: 2px;
}
.con_search .box_search .obj_search .box_per,
.con_search .box_search .obj_search .box_sta,
.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_per,
  .con_search .box_search .obj_search .box_sta,
  .con_search .box_search .obj_search .box_roo {
    width: 10%;
  }
}
@media print {
  .con_search .box_search .obj_search .box_per,
  .con_search .box_search .obj_search .box_sta,
  .con_search .box_search .obj_search .box_roo {
    width: 10%;
  }
}
.ie8 .con_search .box_search .obj_search .box_per, .ie8
.con_search .box_search .obj_search .box_sta, .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_per,
  .con_search .box_search .obj_search .box_sta,
  .con_search .box_search .obj_search .box_roo {
    width: 9%;
    padding-right: 5px;
  }
}
.con_search .box_search .obj_search .box_per select,
.con_search .box_search .obj_search .box_sta 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;
}
.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: 116%;
  margin-right: 10px;
}
.con_search .box_search .box_link .cell_tel .telephone .tel {
  font-size: 154%;
}
.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;
  position: relative;
  margin-left: 12px;
}
.con_search .box_search .box_link .cell_link ul li:before {
  content: '・';
}
.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: 108%;
  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);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationSearchopen {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
body.open_search .con_search.search_1 {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(193, 180, 164, 0.9);
  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.search_1 .box_search_tbl {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
body.open_search .con_search.search_1 .box_search_cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
body.open_search .con_search.search_1 .box_wrp {
  max-width: 1000px;
  margin: auto;
}
body.open_search .con_search.search_1 .box_title {
  border: 0;
  padding: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_title {
    margin-bottom: 10px;
  }
}
body.open_search .con_search.search_1 .box_title h3 {
  text-align: center;
}
body.open_search .con_search.search_1 .box_title h3 img {
  border-bottom: 0;
}
body.open_search .con_search.search_1 .box_title h3 img.st_search {
  display: none;
}
body.open_search .con_search.search_1 .box_title h3 img.st_search_popup {
  display: inline-block;
}
body.open_search .con_search.search_1 .box_search {
  padding: 30px 4%;
  margin-bottom: 7%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.open_search .con_search.search_1 .box_search {
    padding: 20px 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search {
    border: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search > * {
    display: block;
    float: left;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search input[type="text"],
  body.open_search .con_search.search_1 .box_search .obj_search select {
    height: auto;
    font-size: 154%;
    padding: 0.4em 10px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search .box_day {
    width: 67%;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search .box_und {
    width: 33%;
    line-height: 1;
    padding-top: 2em;
  }
  body.open_search .con_search.search_1 .box_search .obj_search .box_und input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  body.open_search .con_search.search_1 .box_search .obj_search .box_und input:checked + em label:after {
    content: "\f122";
    display: inline-block;
    font-family: "Ionicons";
    font-size: 2em;
    position: absolute;
    top: 44%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0.28em;
    z-index: 2;
  }
  body.open_search .con_search.search_1 .box_search .obj_search .box_und label {
    padding-left: 3.15em;
    position: relative;
    display: block;
  }
  body.open_search .con_search.search_1 .box_search .obj_search .box_und label span {
    line-height: 1.5;
    display: block;
  }
  body.open_search .con_search.search_1 .box_search .obj_search .box_und label:before {
    content: " ";
    width: 2.5em;
    padding-top: 2.5em;
    display: inline-block;
    background: #fff;
    border: 1px solid #9a8556;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search .box_per {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search .box_sta {
    margin-top: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search .box_roo {
    margin-top: 0.6em;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search .box_per,
  body.open_search .con_search.search_1 .box_search .obj_search .box_sta,
  body.open_search .con_search.search_1 .box_search .obj_search .box_roo {
    width: 33.33333%;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search .btn_submit {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .obj_search .btn_submit ul {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .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.search_1 .box_search .box_link .cell_tel .telephone {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .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.search_1 .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.search_1 .box_search .box_link .cell_link {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .box_link .cell_link ul li {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  body.open_search .con_search.search_1 .box_search .box_link .cell_link ul li:before {
    content: "\f105";
    font-family: FontAwesome;
  }
}
body.open_search .con_search.search_1 .box_title,
body.open_search .con_search.search_1 .box_search {
  display: block;
  float: none;
  width: 100%;
}
body.open_search .con_search.search_1 .btn_close {
  display: block;
  text-align: center;
}
body.open_search .con_search.search_1 .btn_close a {
  text-decoration: none;
  display: inline-block;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  line-height: 1.2;
}
body.open_search .con_search.search_1 .btn_close a i {
  font-size: 30px;
  display: block;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  background: url(../images/footer/bg_footer.jpg) center no-repeat;
  background-size: cover;
  border-top: 6px solid #948474;
}
@media only screen and (max-width: 767px) {
  #footer {
    border-top-width: 3px;
  }
}
#footer .con_inner {
  padding: 20px 85px 20px 20px;
  max-width: 1230px;
  position: relative;
  padding-left: 20px;
  padding-right: 85px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_inner {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_inner {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
#footer #pagetop {
  position: fixed;
  left: 50%;
  bottom: 0;
  margin-left: 555px;
  z-index: 90;
  display: none;
}
#footer #pagetop.absolute {
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
  top: 0;
  margin-left: 0;
}
@media only screen and (max-width: 1230px) {
  #footer #pagetop {
    margin-left: 0;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
@media print {
  #footer #pagetop {
    margin-left: 0;
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
.ie8 #footer #pagetop {
  margin-left: 0;
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  #footer #pagetop {
    display: none !important;
  }
}
#footer .con_footer {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer {
    position: relative;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    display: block;
    padding-bottom: 0;
  }
}
#footer .con_footer > * {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer > * {
    display: block;
  }
}
#footer .con_footer .box_logo {
  border-right: 1px solid rgba(249, 246, 243, 0.63);
  width: 350px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_logo {
    padding-right: 30px;
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo {
    width: 100%;
    padding-right: 0;
    text-align: center;
    border-right: none;
  }
}
#footer .con_footer .box_logo .logo {
  margin-bottom: 20px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo .logo {
    text-align: center;
  }
}
#footer .con_footer .box_logo .logo a {
  display: block;
  text-decoration: none;
  color: #f8ede3;
  overflow: hidden;
}
#footer .con_footer .box_logo .logo a > * {
  display: inline-block;
  vertical-align: middle;
}
#footer .con_footer .box_logo .logo img {
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo .logo img {
    height: 44px;
  }
}
#footer .con_footer .box_logo .logo .name {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 154%;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_logo .logo .name {
    text-align: left;
  }
}
#footer .con_footer .box_logo .logo .name span {
  font-size: 75%;
}
#footer .con_footer .box_logo address {
  color: #f8ede3;
  font-size: 108%;
}
#footer .con_footer .fnav {
  overflow: hidden;
  padding-left: 45px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .fnav {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .fnav {
    display: none;
  }
}
#footer .con_footer .fnav ul {
  width: 33.3333333%;
  float: left;
  margin-top: -15px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .fnav ul {
    width: 50%;
    overflow: hidden;
  }
}
#footer .con_footer .fnav ul li {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .fnav ul li {
    padding-right: 1em;
  }
}
#footer .con_footer .fnav ul li a {
  color: #f8ede3;
  text-decoration: none;
}
#footer .con_footer .fnav ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .fnav ul:last-child {
    width: 100%;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .fnav ul:last-child li {
    width: 50%;
    padding-right: 1em;
    float: left;
  }
  #footer .con_footer .fnav ul:last-child li:nth-child(odd) {
    clear: both;
  }
}
#footer .con_footer .box_rsv {
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_rsv {
    padding-left: 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_rsv {
    position: static;
    margin-top: 20px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_rsv > * {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_rsv > * {
    display: block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_rsv .btn_rsv a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_rsv .btn_rsv a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer .con_footer .box_rsv #copyright {
  color: #f8ede3;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_rsv #copyright {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_rsv #copyright {
    margin-left: 0;
    margin-top: 20px;
  }
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
.tbl_basic {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.tbl_basic th, .tbl_basic td {
  font-weight: normal;
  padding: 10px 15px;
}
@media only screen and (max-width: 767px) {
  .tbl_basic th, .tbl_basic td {
    display: block;
  }
}
.tbl_basic th {
  border-bottom: 3px solid #ded0be;
}
.tbl_basic td {
  border-bottom: 1px solid #ded0be;
}

/* -----------------------------------------------------------
	見出し heading
----------------------------------------------------------- */
.st_high {
  font-size: 308%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  text-align: center;
  font-weight: normal;
  letter-spacing: .1ex;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .st_high {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .st_high {
    font-size: 185%;
    margin-bottom: 30px !important;
  }
}
.st_high.white {
  color: #fff;
}

.st_mid_ic {
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: .1ex;
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .st_mid_ic {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .st_mid_ic {
    font-size: 139%;
    margin-bottom: 20px !important;
  }
}
.st_mid_ic:before {
  content: "◆";
  color: #1e0f04;
  font-size: 57%;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 25%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.st_mid_ic.white {
  color: #fff;
}
.st_mid_ic.white:before {
  color: #fff;
}

.st_mid_ic02 {
  font-size: 170%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-weight: normal;
  letter-spacing: .1ex;
  padding-left: 1em;
  position: relative;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .st_mid_ic02 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .st_mid_ic02 {
    font-size: 139%;
    margin-bottom: 20px !important;
  }
}
.st_mid_ic02:before {
  content: "◆";
  color: #1e0f04;
  font-size: 57%;
  margin-right: 10px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.st_mid_ic02.white {
  color: #fff;
}
.st_mid_ic02.white:before {
  color: #fff;
}

.st_mid_bar {
  text-align: center;
  font-weight: normal;
  letter-spacing: .1ex;
  line-height: 1.5;
  font-size: 193%;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}
@media only screen and (max-width: 1024px) {
  .st_mid_bar {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .st_mid_bar {
    font-size: 139%;
    margin-bottom: 20px !important;
  }
}
.st_mid_bar span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
}
.st_mid_bar span:before, .st_mid_bar span:after {
  content: "";
  display: block;
  width: 35px;
  height: 1px;
  background: #1e0f04;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 1024px) {
  .st_mid_bar span:before, .st_mid_bar span:after {
    width: 25px;
  }
}
.st_mid_bar span:before {
  right: 100%;
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.st_mid_bar span:after {
  left: 100%;
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.st_mid_bar.left {
  text-align: left;
}
.st_mid_bar.left span {
  padding-left: 0;
}
.st_mid_bar.left span:before {
  display: none;
}

/* -----------------------------------------------------------
	ボタン button
----------------------------------------------------------- */
.btn_ghost_dark {
  text-align: center;
}
.btn_ghost_dark.font_lib a {
  font-family: "Libre Baskerville", serif;
}
.btn_ghost_dark a, .btn_ghost_dark span {
  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: 108%;
  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, .btn_ghost_dark span {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark a:hover, .btn_ghost_dark span:hover {
    color: #fff !important;
    background: #2c2c2c;
  }
}
@media print {
  .btn_ghost_dark a:hover, .btn_ghost_dark span:hover {
    color: #fff !important;
    background: #2c2c2c;
  }
}
.ie8 .btn_ghost_dark a:hover, .ie8 .btn_ghost_dark span:hover {
  color: #fff !important;
  background: #2c2c2c;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark a:hover .ic_arrow, .btn_ghost_dark span:hover .ic_arrow {
    right: 3px;
  }
}
@media print {
  .btn_ghost_dark a:hover .ic_arrow, .btn_ghost_dark span:hover .ic_arrow {
    right: 3px;
  }
}
.ie8 .btn_ghost_dark a:hover .ic_arrow, .ie8 .btn_ghost_dark span:hover .ic_arrow {
  right: 3px;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark a:hover .ic_arrow:before, .btn_ghost_dark span:hover .ic_arrow:before {
    background: #fff;
  }
}
@media print {
  .btn_ghost_dark a:hover .ic_arrow:before, .btn_ghost_dark span:hover .ic_arrow:before {
    background: #fff;
  }
}
.ie8 .btn_ghost_dark a:hover .ic_arrow:before, .ie8 .btn_ghost_dark span:hover .ic_arrow:before {
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark a:hover .ic_arrow:after, .btn_ghost_dark span:hover .ic_arrow:after {
    border-bottom-color: #fff;
  }
}
@media print {
  .btn_ghost_dark a:hover .ic_arrow:after, .btn_ghost_dark span:hover .ic_arrow:after {
    border-bottom-color: #fff;
  }
}
.ie8 .btn_ghost_dark a:hover .ic_arrow:after, .ie8 .btn_ghost_dark span:hover .ic_arrow:after {
  border-bottom-color: #fff;
}
.btn_ghost_dark a .ic_arrow, .btn_ghost_dark span .ic_arrow {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_dark a .ic_arrow.arrow_down, .btn_ghost_dark span .ic_arrow.arrow_down {
  right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_ghost_dark a .ic_arrow:before, .btn_ghost_dark span .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, .btn_ghost_dark span .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.font_lib a {
  font-family: "Libre Baskerville", serif;
}
.btn_ghost_white a, .btn_ghost_white span {
  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: 108%;
  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;
}
@media only screen and (max-width: 767px) {
  .btn_ghost_white a, .btn_ghost_white span {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_white a:hover, .btn_ghost_white span:hover {
    color: #2c2c2c !important;
    background: #fff;
  }
}
@media print {
  .btn_ghost_white a:hover, .btn_ghost_white span:hover {
    color: #2c2c2c !important;
    background: #fff;
  }
}
.ie8 .btn_ghost_white a:hover, .ie8 .btn_ghost_white span:hover {
  color: #2c2c2c !important;
  background: #fff;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_white a:hover .ic_arrow, .btn_ghost_white span:hover .ic_arrow {
    right: 3px;
  }
}
@media print {
  .btn_ghost_white a:hover .ic_arrow, .btn_ghost_white span:hover .ic_arrow {
    right: 3px;
  }
}
.ie8 .btn_ghost_white a:hover .ic_arrow, .ie8 .btn_ghost_white span:hover .ic_arrow {
  right: 3px;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_white a:hover .ic_arrow:before, .btn_ghost_white span:hover .ic_arrow:before {
    background: #2c2c2c;
  }
}
@media print {
  .btn_ghost_white a:hover .ic_arrow:before, .btn_ghost_white span:hover .ic_arrow:before {
    background: #2c2c2c;
  }
}
.ie8 .btn_ghost_white a:hover .ic_arrow:before, .ie8 .btn_ghost_white span:hover .ic_arrow:before {
  background: #2c2c2c;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_white a:hover .ic_arrow:after, .btn_ghost_white span:hover .ic_arrow:after {
    border-bottom-color: #2c2c2c;
  }
}
@media print {
  .btn_ghost_white a:hover .ic_arrow:after, .btn_ghost_white span:hover .ic_arrow:after {
    border-bottom-color: #2c2c2c;
  }
}
.ie8 .btn_ghost_white a:hover .ic_arrow:after, .ie8 .btn_ghost_white span:hover .ic_arrow:after {
  border-bottom-color: #2c2c2c;
}
.btn_ghost_white a .ic_arrow, .btn_ghost_white span .ic_arrow {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_white a .ic_arrow.arrow_down, .btn_ghost_white span .ic_arrow.arrow_down {
  right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_ghost_white a .ic_arrow:before, .btn_ghost_white span .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, .btn_ghost_white span .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.font_lib a {
  font-family: "Libre Baskerville", serif;
}
.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: 108%;
  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% !important;
  }
}
@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%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_gray a .ic_arrow.arrow_down {
  right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.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;
}

.btn_ghost_dark_white {
  text-align: center;
}
.btn_ghost_dark_white.font_lib a {
  font-family: "Libre Baskerville", serif;
}
.btn_ghost_dark_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: 108%;
  color: #2c2c2c !important;
  background: #fff;
  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_white a {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark_white a:hover {
    background: #2c2c2c;
    color: #fff !important;
  }
}
@media print {
  .btn_ghost_dark_white a:hover {
    background: #2c2c2c;
    color: #fff !important;
  }
}
.ie8 .btn_ghost_dark_white a:hover {
  background: #2c2c2c;
  color: #fff !important;
}
@media only screen and (min-width: 1025px) {
  .btn_ghost_dark_white a:hover .ic_arrow {
    right: 3px;
  }
}
@media print {
  .btn_ghost_dark_white a:hover .ic_arrow {
    right: 3px;
  }
}
.ie8 .btn_ghost_dark_white a:hover .ic_arrow {
  right: 3px;
}
.btn_ghost_dark_white a .ic_arrow {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 14px;
  height: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn_ghost_dark_white a .ic_arrow.arrow_down {
  right: 10px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.btn_ghost_dark_white 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_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;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.btn_rsv a {
  display: inline-block;
  width: 100%;
  text-decoration: none !important;
  color: #fff !important;
  background: url(../images/common/bg_btn_rsv.png) 0 0 no-repeat #800505;
  background-size: 100% 100%;
  text-align: center;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  padding: 0 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .btn_rsv a:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(193, 180, 164, 0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
}
@media print {
  .btn_rsv a:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(193, 180, 164, 0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
  }
}
.ie8 .btn_rsv a:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(193, 180, 164, 0.4);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .btn_rsv a {
    max-width: 100% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .btn_rsv a:hover:after {
    opacity: 1;
  }
}
@media print {
  .btn_rsv a:hover:after {
    opacity: 1;
  }
}
.ie8 .btn_rsv a:hover:after {
  opacity: 1;
}
.btn_rsv.normal {
  text-align: center;
}
.btn_rsv.normal a {
  font-size: 154%;
  padding: 10px;
  max-width: 280px;
}
@media only screen and (max-width: 1024px) {
  .btn_rsv.normal a {
    font-size: 124%;
  }
}
.btn_rsv.normal.small a {
  font-size: 139%;
}
@media only screen and (max-width: 1024px) {
  .btn_rsv.normal.small a {
    font-size: 124%;
  }
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 15px;
  right: auto;
  top: auto;
  width: 100%;
  text-align: left;
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 4px;
}
.slick-dots li button {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  color: transparent;
  background: #fbf6f2;
  border: 0 none;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.slick-dots li.slick-active button {
  background: #d1bdb1;
}

.slick-arrow {
  width: 40px;
  height: 41px;
  cursor: pointer;
  padding: 0;
  text-indent: -9999px;
  margin: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: none;
  top: 50% !important;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/buttons.png) 0 0 no-repeat;
  position: absolute;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .slick-arrow {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .slick-arrow {
    width: 30px;
    height: 30px;
    background-size: auto 30px;
  }
}

.slick-prev {
  left: auto;
  right: 50%;
  margin-right: 580px;
  background-position: 0 0 !important;
}
@media only screen and (max-width: 1280px) {
  .slick-prev {
    right: auto;
    margin-right: 0;
    left: 20px;
  }
}
@media print {
  .slick-prev {
    right: auto;
    margin-right: 0;
    left: 20px;
  }
}
.ie8 .slick-prev {
  right: auto;
  margin-right: 0;
  left: 20px;
}
@media only screen and (max-width: 767px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-next {
  right: auto;
  left: 50%;
  margin-left: 580px;
  background-position: -40px 0 !important;
}
@media only screen and (max-width: 1280px) {
  .slick-next {
    margin-left: 0;
    left: auto;
    right: 20px;
  }
}
@media print {
  .slick-next {
    margin-left: 0;
    left: auto;
    right: 20px;
  }
}
.ie8 .slick-next {
  margin-left: 0;
  left: auto;
  right: 20px;
}
@media only screen and (max-width: 767px) {
  .slick-next {
    right: 10px;
    background-position: -30px 0 !important;
  }
}
