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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header .con_header, #gnav .con_gnav, #contents .con_topicpath, #contents .wrp_inner, #search .box_search, .search_sp .con_search, #footer .con_footer .box_footer {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #header .con_header, #gnav .con_gnav, #contents .con_topicpath, #contents .wrp_inner, #search .box_search, .search_sp .con_search, #footer .con_footer .box_footer {
    width: 95%;
  }
}

#header .con_header:after, #gnav .con_gnav:after, #search .box_search:after, .search_sp .con_search:after, #footer .con_footer .box_footer:after, .st_l:after, .st_m:after, .st_s:after, .st_t:after, .con_txt:after, .con_img_txt:after, .con_photo:after, .con_list:after {
  content: "";
  display: table;
  clear: both;
}

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

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

body, pre, input, textarea, select {
  font-family: "新細明體", Arial, Verdana, 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 {
  -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;
}

/* -----------------------------------------------------------
	#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 .con_header {
  position: relative;
  height: 50px;
  margin: 40px auto 20px;
}
@media only screen and (max-width: 1024px) {
  #header .con_header {
    margin: 20px auto 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    margin-top: 10px;
    height: auto;
  }
}
#header .con_header .box_logo {
  margin: 0 auto;
  width: 34.25%;
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_logo {
    width: 70%;
    float: left;
  }
}
#header .con_header .box_logo p {
  line-height: 50px;
}
#header .con_header .box_logo p a {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .con_header .box_logo p a:hover {
  opacity: 0.8;
}
#header .con_header .box_logo p a img {
  width: 100%;
  vertical-align: middle;
}
#header .con_header .txt {
  position: absolute;
  top: -20px;
  left: 0;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #header .con_header .txt {
    top: -15px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .txt {
    float: left;
    position: static;
    display: block;
    width: 100%;
    height: auto;
  }
}
#header .con_header .txt h1 {
  font-size: 86%;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .txt h1 {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .txt h1 {
    font-size: 58%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .txt h1 {
    display: block;
    padding: 8px 0 0;
  }
}
#header .con_header .box_language {
  position: absolute;
  top: -40px;
  right: 0;
  width: 95px;
  padding: .3em .6em;
  border-radius: 0 0 5px 5px;
  background: #4cc9ec;
  color: #fff;
  z-index: 10;
  font-size: 93%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_header .box_language {
    top: -20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_language {
    display: none;
  }
}
#header .con_header .box_language .accordion {
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .con_header .box_language .accordion:hover {
  opacity: 0.7;
}
#header .con_header .box_language .accordion span {
  padding-left: 15px;
  position: relative;
}
#header .con_header .box_language .accordion span::before {
  content: '\f3d0';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.5em;
  line-height: 1;
  font-family: "Ionicons";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .con_header .box_language .accordion.active span::before {
  transform: rotate(180deg);
  transition: transform .2s ease-out;
}
#header .con_header .box_language ul {
  display: none;
  margin-top: .5em;
}
#header .con_header .box_language ul a {
  position: relative;
  display: block;
  color: #fff;
  padding: .3em;
  border-top: 1px dotted #fff;
  text-decoration: none;
}
#header .con_header .box_language ul a:hover {
  text-decoration: underline;
}
#header .con_header .box_language ul a::after {
  content: '\f144';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -.5em;
  line-height: 1;
  font-size: 79%;
  font-family: 'Fontawesome';
}

/* -----------------------------------------------------------
	#gnav
----------------------------------------------------------- */
#gnav {
  width: 100%;
  background: #fff;
  z-index: 1000;
}
#gnav.fixed {
  position: fixed;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  #gnav .con_gnav {
    width: 100%;
  }
}
@media print {
  #gnav .con_gnav {
    width: 100%;
  }
}
.ie8 #gnav .con_gnav {
  width: 100%;
}
#gnav .con_gnav li {
  float: left;
  width: 16.66667%;
}
#gnav .con_gnav li a {
  position: relative;
  display: table;
  width: 100%;
  padding: 1em .5em;
  font-size: 129%;
  line-height: 1.2;
  color: #222;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #gnav .con_gnav li a {
    font-size: 115%;
  }
}
#gnav .con_gnav li a:before {
  content: '';
  position: absolute;
  top: 15%;
  left: 0;
  width: 1px;
  height: 70%;
  border-left: 1px dotted #1e81c7;
}
#gnav .con_gnav li a:hover {
  background: rgba(209, 246, 254, 0.5);
}
#gnav .con_gnav li a span {
  display: table-cell;
  vertical-align: middle;
}
#gnav .con_gnav li a .en {
  color: #1e81c7;
  font-size: 67%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #gnav .con_gnav li a .en {
    font-size: 63%;
  }
}
#gnav .con_gnav li:first-child a:before {
  content: none;
}
#gnav .con_gnav li.rate {
  position: relative;
  background: #1e81c7;
}
#gnav .con_gnav li.rate::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #136097;
}
#gnav .con_gnav li.rate a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gnav .con_gnav li.rate a::before {
  display: none;
}
#gnav .con_gnav li.rate a:hover {
  background: #136097;
}
#gnav .con_gnav li.rate a .en {
  color: #fff;
}
#gnav .con_gnav li.rsv {
  position: relative;
  background: #ef9005;
}
#gnav .con_gnav li.rsv::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #f67a00;
}
#gnav .con_gnav li.rsv a {
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gnav .con_gnav li.rsv a::before {
  display: none;
}
#gnav .con_gnav li.rsv a:hover {
  background: #f67a00;
}
#gnav .con_gnav li.rsv a .en {
  color: #fff;
}

/* -----------------------------------------------------------
	#gnav_sp
----------------------------------------------------------- */
.scroll_stop {
  overflow: hidden;
}

#gnav_sp.active .overlayer {
  display: block;
}
#gnav_sp.active #menu span:nth-of-type(1) {
  transform: translateY(11px) rotate(-45deg);
  -webkit-transform: translateY(11px) rotate(-45deg);
}
#gnav_sp.active #menu span:nth-of-type(2) {
  opacity: 0;
}
#gnav_sp.active #menu span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
  -webkit-transform: translateY(-11px) rotate(45deg);
}
#gnav_sp.active #fixed_menu {
  right: 0;
}
#gnav_sp .overlayer {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 500;
}
#gnav_sp #menu {
  position: fixed;
  top: 10px;
  right: 10px;
  line-height: 1;
  border-radius: 5px;
  background: #1e81c7;
  padding: 12px 10px;
  z-index: 1000;
  cursor: pointer;
}
#gnav_sp #menu p {
  position: relative;
  display: block;
  width: 30px;
  height: 25px;
}
#gnav_sp #menu p span {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#gnav_sp #menu p span:nth-of-type(1) {
  top: 0;
}
#gnav_sp #menu p span:nth-of-type(2) {
  top: 11px;
}
#gnav_sp #menu p span:nth-of-type(3) {
  bottom: 0;
}
#gnav_sp #fixed_menu {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  padding-top: 70px;
  background: #1e81c7;
  z-index: 800;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gnav_sp #fixed_menu .box_tel {
  position: relative;
  margin-bottom: 10px;
  color: #fff;
  font-size: 179%;
  text-align: center;
}
#gnav_sp #fixed_menu .box_tel .num {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: right;
}
#gnav_sp #fixed_menu .box_tel .num a {
  color: #fff;
  text-decoration: none;
}
#gnav_sp #fixed_menu .box_tel .num::before {
  content: '\f2d2';
  padding-right: 5px;
  font-family: "Ionicons";
  font-size: 80%;
}
#gnav_sp #fixed_menu .box_tel .num::after {
  content: 'ご予約・お問い合わせ';
  position: absolute;
  top: -1em;
  right: 0;
  left: 0;
  width: 100%;
  font-size: 48%;
  font-family: "新細明體", Arial, Verdana, sans-serif;
  font-weight: normal;
  text-align: center;
}
#gnav_sp #fixed_menu ul li {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}
#gnav_sp #fixed_menu ul li a {
  display: block;
  padding: 1em 3em 1em 2em;
  color: #fff;
  font-size: 93%;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gnav_sp #fixed_menu ul li a:hover {
  background: #136097;
}
#gnav_sp #fixed_menu ul li a.inner {
  position: relative;
}
#gnav_sp #fixed_menu ul li a.inner::before {
  content: '\f209';
  padding-right: 1em;
  color: #fff;
  font-family: "Ionicons";
}
#gnav_sp #fixed_menu ul.trip li {
  border: none;
}
#gnav_sp #fixed_menu ul.trip li .ta {
  width: 30%;
  margin: 10px auto;
  border: none;
  text-align: center;
}
#gnav_sp #fixed_menu ul.trip li .ta::after {
  display: none;
}
#gnav_sp #fixed_menu ul.trip li .ta a {
  display: block;
  padding: 5px 10px;
  background: #589442;
  color: #fff;
  font-size: 129%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#gnav_sp #fixed_menu ul.trip li .ta a:hover {
  opacity: 0.8;
}
#gnav_sp #fixed_menu ul.link li {
  position: relative;
}
#gnav_sp #fixed_menu ul.link li:nth-last-child(-n+2) {
  display: none;
}
#gnav_sp #fixed_menu ul.link li::after {
  content: '\f3d3';
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -.5em;
  color: #fff;
  font-family: "Ionicons";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gnav_sp #fixed_menu ul.link li:hover::after {
  transform: translateX(5px);
}
#gnav_sp #fixed_menu ul.btn {
  background: #ef9005;
}
#gnav_sp #fixed_menu ul.btn a {
  background: #ef9005;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gnav_sp #fixed_menu ul.btn a:hover {
  background: #f67a00;
}
#gnav_sp #fixed_menu ul.btn a span {
  padding-right: .5em;
}
#gnav_sp #fixed_menu .box_language {
  background: #4cc9ec;
}
#gnav_sp #fixed_menu .box_language p {
  position: relative;
  display: block;
  padding: 1em 3em 1em 2em;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  background: #4cc9ec;
  color: #fff;
  font-size: 93%;
  text-decoration: none;
  cursor: pointer;
}
#gnav_sp #fixed_menu .box_language p::after {
  content: '\f3d0';
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -.5em;
  color: #fff;
  font-family: "Ionicons";
}
#gnav_sp #fixed_menu .box_language ul {
  display: none;
}
#gnav_sp #fixed_menu .box_language ul li {
  position: relative;
  background: #4cc9ec;
}
#gnav_sp #fixed_menu .box_language ul li::after {
  content: '\f3d3';
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -.5em;
  color: #fff;
  font-family: "Ionicons";
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#gnav_sp #fixed_menu .box_language ul li:hover::after {
  transform: translateX(5px);
}
#gnav_sp p.btn_normal {
  padding: .5em .5em 0;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #gnav_sp p.btn_normal {
    text-align: center;
  }
}
#gnav_sp p.btn_normal i {
  color: #1e81c7;
  margin-right: 10px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents .con_title {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
#contents .con_title .box_title {
  display: inline-block;
  padding: 0 5em;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
}
#contents .con_title .box_title h2 {
  display: table;
  height: 100%;
  font-weight: normal;
}
#contents .con_title .box_title h2 .wrp {
  display: table-cell;
  vertical-align: middle;
}
#contents .con_title .box_title h2 .wrp .jp {
  font-size: 215%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title .box_title h2 .wrp .jp {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title .box_title h2 .wrp .jp {
    font-size: 143%;
  }
}
#contents .con_title .box_title h2 .wrp .en {
  color: #1e81c7;
  font-size: 129%;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #contents .con_title .box_title h2 .wrp .en {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #contents .con_title .box_title h2 .wrp .en {
    font-size: 100%;
  }
}
#contents .con_topicpath {
  margin-bottom: 20px;
}
#contents .con_topicpath li {
  display: inline-block;
  padding-right: .5em;
  font-size: 93%;
}
#contents .con_topicpath li span {
  padding-left: 1em;
}

/* -----------------------------------------------------------
	#search
----------------------------------------------------------- */
#search {
  position: relative;
}
#search:after, #search:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #c7c7c7;
  top: 0;
  left: 0;
  z-index: 1;
}
#search:after {
  top: auto;
  bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search .box_search {
    width: 100%;
  }
}
#search .box_search .box_title {
  position: relative;
  display: table;
  float: left;
  width: 25.83333%;
  padding-left: 80px;
  color: #fff;
  font-size: 129%;
  text-align: center;
  z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search .box_search .box_title {
    float: none;
    display: block;
    width: 100%;
    padding: .5em 0;
    background: #1e81c7;
    text-align: center;
  }
}
#search .box_search .box_title::before {
  content: '';
  position: absolute;
  top: 0;
  right: 27px;
  width: 1000%;
  height: 100%;
  background: #1e81c7;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #search .box_search .box_title::before {
    display: none;
  }
}
#search .box_search .box_title::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 27px;
  height: 100%;
  background: url(http://www.okazaki-centralhotel.com/app/webroot/tw/images/common/bg_search.png) right center no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 1024px) {
  #search .box_search .box_title::after {
    display: none;
  }
}
#search .box_search .box_title .txt {
  position: relative;
  display: table-cell;
  padding-bottom: 30px;
  vertical-align: middle;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search .box_search .box_title .txt {
    display: block;
  }
}
#search .box_search .box_title .txt span {
  padding-right: 5px;
}
#search .box_search .box_title .txt::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: auto;
  width: 152px;
  height: 25px;
  background: url(http://www.okazaki-centralhotel.com/app/webroot/tw/images/common/ic_price.png) center 0 no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search .box_search .box_title .txt::before {
    bottom: 0;
  }
}
#search .box_search .box_form {
  float: right;
  width: 71.66667%;
  margin-left: 2.5%;
  padding: 1.5em 0;
}
@media only screen and (max-width: 1024px) {
  #search .box_search .box_form {
    float: none;
    max-width: 1200px;
    margin: auto;
    width: 95%;
    text-align: center;
  }
}
#search .box_search .box_form .datepicker,
#search .box_search .box_form .cus_select {
  margin-top: 5px;
  padding: .5em .5em;
  border: 1px solid #d7d8d9;
  color: #444;
  cursor: pointer;
}
#search .box_search .box_form .box_day,
#search .box_search .box_form .box_sta,
#search .box_search .box_form .box_per {
  text-align: left;
}
#search .box_search .box_form .box_day,
#search .box_search .box_form .box_sta,
#search .box_search .box_form .box_per,
#search .box_search .box_form .btn_search,
#search .box_search .box_form .box_link {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}
#search .box_search .box_form .box_day .datepicker {
  width: 180px;
  padding-left: 2.5em;
  background: #fff url(http://www.okazaki-centralhotel.com/app/webroot/tw/images/common/bg_se_calendar.jpg) 10px center no-repeat;
}
#search .box_search .box_form .box_sta .cus_select,
#search .box_search .box_form .box_per .cus_select {
  width: 75px;
  background: #fff url(http://www.okazaki-centralhotel.com/app/webroot/tw/images/common/bg_se_arrow.jpg) right 5px center no-repeat;
}
#search .box_search .box_form .btn_search {
  margin-right: 25px;
  padding-top: 5px;
}
@media only screen and (max-width: 1200px) {
  #search .box_search .box_form .btn_search {
    margin-right: 0;
  }
}
@media print {
  #search .box_search .box_form .btn_search {
    margin-right: 0;
  }
}
.ie8 #search .box_search .box_form .btn_search {
  margin-right: 0;
}
#search .box_search .box_form .btn_search a {
  position: relative;
  display: block;
  padding: 1em 2em;
  border: 2px solid #ef9005;
  background: #ef9005;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  font-size: 115%;
  text-decoration: none;
  text-align: center;
  z-index: 2;
}
#search .box_search .box_form .btn_search a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  margin: 0;
  background: #ef9005;
  z-index: -1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#search .box_search .box_form .btn_search a:hover::after {
  width: 100%;
}
#search .box_search .box_form .btn_search a i {
  padding-left: 5px;
}
@media only screen and (max-width: 1200px) {
  #search .box_search .box_form .box_link {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
@media print {
  #search .box_search .box_form .box_link {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}
.ie8 #search .box_search .box_form .box_link {
  display: block;
  width: 100%;
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  #search .box_search .box_form .box_link li {
    display: inline-block;
    margin-right: 15px;
  }
}
@media print {
  #search .box_search .box_form .box_link li {
    display: inline-block;
    margin-right: 15px;
  }
}
.ie8 #search .box_search .box_form .box_link li {
  display: inline-block;
  margin-right: 15px;
}
#search .box_search .box_form .box_link li::before {
  content: '\f3d3';
  padding-right: 5px;
  font-family: "Ionicons";
}
#search .box_search .box_form .box_link li a {
  text-decoration: none;
}
#search .box_search .box_form .box_link li a:hover {
  text-decoration: underline;
}

/* -----------------------------------------------------------
	.search_sp
----------------------------------------------------------- */
.search_sp {
  background: url(http://www.okazaki-centralhotel.com/app/webroot/tw/images/common/bg_blue.jpg);
}
.search_sp .con_search {
  padding: 1.5em 0;
}
.search_sp .con_search li {
  float: left;
  width: 49%;
  margin-right: 2%;
}
.search_sp .con_search li:last-child {
  margin-right: 0;
}
.search_sp .con_search li .rsv a {
  display: block;
  padding: .5em 2em;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  font-size: 115%;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  border-color: #ef9005;
  background: #ef9005;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .search_sp .con_search li .rsv a {
    width: 100%;
  }
}
.search_sp .con_search li .rsv a span {
  padding-right: 5px;
}
.search_sp .con_search li .rsv a:hover {
  box-shadow: none;
  color: #fff;
}
.search_sp .con_search li .rsv a:hover {
  border-color: #f67a00;
  background: #f67a00;
}
.search_sp .con_search li .search a {
  display: block;
  padding: .5em 2em;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  font-size: 115%;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  border-color: #1e81c7;
  background: #1e81c7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .search_sp .con_search li .search a {
    width: 100%;
  }
}
.search_sp .con_search li .search a span {
  padding-right: 5px;
}
.search_sp .con_search li .search a:hover {
  box-shadow: none;
  color: #fff;
}
.search_sp .con_search li .search a:hover {
  border-color: #136097;
  background: #136097;
}
.search_sp .con_search li .btn a {
  font-size: 93%;
  padding: 1em 0;
}

/* -----------------------------------------------------------
	#ptop
----------------------------------------------------------- */
#ptop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#ptop:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  #ptop {
    right: 20px;
    bottom: 20px;
  }
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer .con_footer {
  padding: 40px 0;
  background: #f8f8f8;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    padding: 25px 0 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer {
    margin: 25px auto;
    height: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer {
    margin: 0 auto;
    padding-top: 2em;
    border-top: 1px solid #1e81c7;
  }
}
#footer .con_footer .box_footer .box_info {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_info {
    display: inline-block;
    float: none;
    width: 100%;
    height: auto;
    vertical-align: top;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_info {
    display: block;
    width: 100%;
    margin-bottom: .5em;
  }
}
#footer .con_footer .box_footer .box_info p.logo {
  width: 57.83333%;
  line-height: 50px;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_info p.logo {
    line-height: 1;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_info p.logo {
    width: 60%;
    margin: 0 auto;
  }
}
#footer .con_footer .box_footer .box_info p.logo a {
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .con_footer .box_footer .box_info p.logo a:hover {
  opacity: 0.8;
}
#footer .con_footer .box_footer .box_info p.logo a img {
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_info p.logo a img {
    vertical-align: baseline;
  }
}
#footer .con_footer .box_footer .box_info p.txt {
  margin: 0 0 15px;
}
#footer .con_footer .box_footer .box_info p.btn_normal {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_info p.btn_normal {
    text-align: center;
  }
}
#footer .con_footer .box_footer .box_info p.btn_normal i {
  color: #1e81c7;
  margin-right: 10px;
}
#footer .con_footer .box_footer .box_link {
  float: right;
  text-align: right;
  margin: 10px 0 0;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_footer .box_link {
    clear: both;
    float: none;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_link {
    display: none;
  }
}
#footer .con_footer .box_footer .box_link li {
  display: inline-block;
  margin-left: 5px;
}
#footer .con_footer .box_footer .box_link li .btn.rsv a {
  display: block;
  padding: .5em 2em;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  font-size: 115%;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  border-color: #ef9005;
  background: #ef9005;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: .8em 2em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_link li .btn.rsv a {
    width: 100%;
  }
}
#footer .con_footer .box_footer .box_link li .btn.rsv a span {
  padding-right: 5px;
}
#footer .con_footer .box_footer .box_link li .btn.rsv a:hover {
  box-shadow: none;
  color: #fff;
}
#footer .con_footer .box_footer .box_link li .btn.rsv a:hover {
  border-color: #f67a00;
  background: #f67a00;
}
#footer .con_footer .box_footer .box_link li .btn.search a {
  display: block;
  padding: .5em 2em;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  font-size: 115%;
  text-decoration: none;
  text-align: center;
  z-index: 2;
  border-color: #1e81c7;
  background: #1e81c7;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: .8em 2em;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer .box_link li .btn.search a {
    width: 100%;
  }
}
#footer .con_footer .box_footer .box_link li .btn.search a span {
  padding-right: 5px;
}
#footer .con_footer .box_footer .box_link li .btn.search a:hover {
  box-shadow: none;
  color: #fff;
}
#footer .con_footer .box_footer .box_link li .btn.search a:hover {
  border-color: #136097;
  background: #136097;
}
#footer .con_footer .box_footer .box_link li .ta a {
  display: block;
  width: 50px;
  height: 50px;
  border: 2px solid #589442;
  background: #589442;
  color: #fff;
  font-size: 179%;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#footer .con_footer .box_footer .box_link li .ta a:hover {
  opacity: 0.8;
}
#footer .con_footer .box_footer .box_link li .ta a i {
  padding-bottom: 2px;
  vertical-align: bottom;
}
#footer #copyright {
  padding: .8em 0;
  background: #fff;
  font-size: 79%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer #copyright {
    font-size: 79%;
  }
}
@media only screen and (max-width: 767px) {
  #footer #copyright {
    font-size: 65%;
  }
}

/* -----------------------------------------------------------
	各パーツ
----------------------------------------------------------- */
.st_l {
  margin-bottom: 30px;
  line-height: 1.3;
  font-weight: normal;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_l {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .st_l {
    margin-bottom: 20px;
  }
}
.st_l .en {
  position: relative;
  color: #136097;
  font-size: 286%;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_l .en {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  .st_l .en {
    font-size: 179%;
  }
}
.st_l .en::before, .st_l .en::after {
  content: '';
  position: absolute;
  top: 50%;
  line-height: 1;
  width: 46px;
  height: 12px;
  margin-top: -6px;
  background: url(http://www.okazaki-centralhotel.com/app/webroot/tw/images/common/bg_st_l.png) center center no-repeat;
}
.st_l .en::before {
  left: -66px;
}
.st_l .en::after {
  right: -66px;
}
.st_l .jp {
  display: inline-block;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_l .jp {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .st_l .jp {
    font-size: 100%;
  }
}
.st_l .jp::first-letter {
  color: #136097;
}

.st_m {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  border-bottom: 2px solid #c6effa;
  font-weight: normal;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_m {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .st_m {
    margin-bottom: 15px;
  }
}
.st_m::before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 2px;
  background: #1e81c7;
}
.st_m span {
  display: inline-block;
}
.st_m .en {
  position: relative;
  font-size: 250%;
  font-family: "Lato", sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_m .en {
    font-size: 215%;
  }
}
@media only screen and (max-width: 767px) {
  .st_m .en {
    font-size: 165%;
  }
}
.st_m .en::first-letter {
  color: #136097;
}
.st_m .jp {
  position: relative;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_m .jp {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .st_m .jp {
    font-size: 100%;
  }
}
.st_m .jp::before {
  content: '／';
  padding: 0 10px 0 20px;
  color: #d7d8d9;
  font-size: 129%;
}

.st_s {
  margin-bottom: 25px;
  border-left: 3px solid #1e81c7;
  font-size: 143%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_s {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .st_s {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_s {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .st_s {
    font-size: 115%;
  }
}
.st_s span {
  margin-left: 3px;
  padding-left: .5em;
  border-left: 2px dotted #1e81c7;
}

.st_t {
  margin-bottom: 25px;
  color: #136097;
  font-size: 129%;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_t {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .st_t {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st_t {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .st_t {
    font-size: 108%;
  }
}

.con_txt {
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_txt {
    margin-bottom: 25px;
  }
}

.con_img_txt {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_img_txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_img_txt {
    margin-bottom: 25px;
  }
}
.con_img_txt .box_img,
.con_img_txt .box_txt {
  width: 48.33333%;
}
.con_img_txt .btn_normal {
  margin: 20px 0 0;
  text-align: left;
}
.con_img_txt.img-left .box_img {
  float: left;
}
.con_img_txt.img-left .box_txt {
  float: right;
}
.con_img_txt.img-right .box_img {
  float: right;
}
.con_img_txt.img-right .box_txt {
  float: left;
}

.con_photo {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_photo {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_photo {
    margin-bottom: 25px;
  }
}
.con_photo .box_img img {
  width: 100%;
}
.con_photo .btn_normal {
  margin: 15px 0 0;
}
.con_photo.pho_1 .box_img {
  width: 100%;
  margin-bottom: 20px;
}
.con_photo.pho_1 .box_txt {
  width: 100%;
}
.con_photo.pho_2 .box_inner {
  float: left;
  width: 48.75%;
  margin-right: 2.5%;
}
.con_photo.pho_2 .box_inner:last-child {
  margin-right: 0;
}
.con_photo.pho_2 .box_inner .box_img {
  margin-bottom: 20px;
}
.con_photo.pho_3 .box_inner {
  float: left;
  width: 31.66667%;
  margin-right: 2.5%;
}
.con_photo.pho_3 .box_inner:last-child {
  margin-right: 0;
}
.con_photo.pho_3 .box_inner .box_img {
  margin-bottom: 20px;
}
.con_photo.pho_4 .box_inner {
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.con_photo.pho_4 .box_inner:last-child {
  margin-right: 0;
}
.con_photo.pho_4 .box_inner .box_img {
  margin-bottom: 20px;
}
.con_photo.pho_5 .box_inner {
  float: left;
  width: 18.66667%;
  margin-right: 1.66667%;
}
.con_photo.pho_5 .box_inner:last-child {
  margin-right: 0;
}
.con_photo.pho_5 .box_inner .box_img {
  margin-bottom: 20px;
}

.con_list {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_list {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_list {
    margin-bottom: 25px;
  }
}
.con_list li {
  list-style-position: inside;
}
.con_list.square li {
  list-style-type: square;
}
.con_list.decimal li {
  list-style-type: decimal;
}

.btn_normal {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_normal {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_normal {
    margin-bottom: 25px;
  }
}
.btn_normal a {
  position: relative;
  display: inline-block;
  min-width: 175px;
  padding: .5em 2.5em .5em 1em;
  border: 3px solid #1e81c7;
  background: #fff;
  text-decoration: none !important;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .btn_normal a {
    width: 100%;
  }
}
.btn_normal a::after {
  content: '\f488';
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -.5em;
  color: #1e81c7;
  font-family: "Ionicons";
  font-size: 72%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_normal a:hover {
  border-color: #136097;
  color: #333;
}
.btn_normal a:hover:after {
  transform: translateX(5px);
}

.btn_normal_large {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_normal_large {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_normal_large {
    margin-bottom: 25px;
  }
}
.btn_normal_large a {
  position: relative;
  display: inline-block;
  min-width: 230px;
  padding: .8em 2.5em .8em 1em;
  border: 3px solid #1e81c7;
  background: #fff;
  text-decoration: none !important;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .btn_normal_large a {
    width: 100%;
  }
}
.btn_normal_large a::after {
  content: '\f488';
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -.5em;
  color: #1e81c7;
  font-family: "Ionicons";
  font-size: 72%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_normal_large a:hover {
  border-color: #136097;
  color: #333;
}
.btn_normal_large a:hover:after {
  transform: translateX(5px);
}

.btn_rsv {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_rsv {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_rsv {
    margin-bottom: 25px;
  }
}
.btn_rsv a {
  position: relative;
  display: inline-block;
  min-width: 175px;
  padding: .5em 2.5em .5em 1em;
  border: 3px solid #1e81c7;
  background: #fff;
  text-decoration: none !important;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .btn_rsv a {
    width: 100%;
  }
}
.btn_rsv a::after {
  content: '\f488';
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -.5em;
  color: #1e81c7;
  font-family: "Ionicons";
  font-size: 72%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_rsv a:hover {
  border-color: #136097;
  color: #333;
}
.btn_rsv a:hover:after {
  transform: translateX(5px);
}

.btn_rsv_large {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_rsv_large {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_rsv_large {
    margin-bottom: 25px;
  }
}
.btn_rsv_large a {
  position: relative;
  display: inline-block;
  min-width: 230px;
  padding: .8em 2.5em .8em 1em;
  border: 3px solid #1e81c7;
  background: #fff;
  text-decoration: none !important;
  text-align: left;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .btn_rsv_large a {
    width: 100%;
  }
}
.btn_rsv_large a::after {
  content: '\f488';
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 1;
  margin-top: -.5em;
  color: #1e81c7;
  font-family: "Ionicons";
  font-size: 72%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_rsv_large a:hover {
  border-color: #136097;
  color: #333;
}
.btn_rsv_large a:hover:after {
  transform: translateX(5px);
}

.btn_rsv a,
.btn_rsv_large a {
  border: 3px solid #ef9005;
}
.btn_rsv a::after,
.btn_rsv_large a::after {
  color: #ef9005;
}
.btn_rsv a:hover,
.btn_rsv_large a:hover {
  border-color: #f67a00;
}

.btn_textlink {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_textlink {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_textlink {
    margin-bottom: 25px;
  }
}
.btn_textlink::before {
  content: '\f488';
  padding-right: 5px;
  color: #1e81c7;
  font-size: 72%;
  font-family: "Ionicons";
}

.btn_pdf {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_pdf {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .btn_pdf {
    margin-bottom: 25px;
  }
}
.btn_pdf::before {
  content: '\f1c1';
  padding-right: 5px;
  color: #d21a1a;
  font-family: "FontAwesome";
}

.box_table h3 {
  font-weight: normal;
  font-size: 186%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .box_table h3 {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .box_table h3 {
    font-size: 129%;
  }
}
.box_table h3:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  background: #1e81c7;
  margin-right: 15px;
}
.box_table .tbl_basic {
  width: 100%;
}
.box_table .tbl_basic th,
.box_table .tbl_basic td {
  border-top: 1px solid #d7d8d9;
  border-bottom: 1px solid #d7d8d9;
  padding: 1em 1.5em;
}
@media only screen and (max-width: 767px) {
  .box_table .tbl_basic th,
  .box_table .tbl_basic td {
    display: block;
    width: 100%;
  }
}
.box_table .tbl_basic th {
  width: 27.5%;
  background: #f2f2f2;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .box_table .tbl_basic th {
    width: 100%;
  }
}