@charset "utf-8";

/*---------------------------------------
    リセットCSS（編集不要）
----------------------------------------*/
html {
  overflow-y: scroll;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
q:before, q:after {
  content: '';
}
object, embed {
  vertical-align: top;
}
hr, legend {
  display: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
img, abbr, acronym, fieldset {
  border: 0;
}
ul li {
  list-style-type: none;
}
a, label {
  cursor: pointer;
}
img {
  vertical-align: bottom;
  margin: 0;
  padding: 0;
}

/*----------------------------------------
    COMMON
----------------------------------------*/

body {
  font-size: 76%;
  line-height: 1.6;
  background: #ffffff;
  color: #333333;
  font-family: sans-serif;
}
a {
  color: #000000;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.6;
  filter: progid: DXImageTransform.Microsoft.Alpha(Enabled=1, Style=0, Opacity=60);
}
img {
  border: none;
}
.inner {
  width: 1140px;
  margin: 0 auto;
}
.inner:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
.bll {
  display: block;
}

#content .top_btn {
  position: relative;
  width: 40%;
  margin: 10px auto 40px;
}
#content .top_btn i {
  position: absolute;
  left: 20px;
  top: 21px;
  display: inline-block;
}
#content .top_btn a {
  display: block;
  background: #113763;
  padding: 18px;
  color: #ffffff;
  font-size: 117%;
  text-align: center;
  background: -moz-linear-gradient(top, #003e70 0%, #09244c 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003e70), color-stop(100%, #09244c));
  background: -webkit-linear-gradient(top, #003e70 0%, #09244c 100%);
  background: -o-linear-gradient(top, #003e70 0%, #09244c 100%);
  background: -ms-linear-gradient(top, #003e70 0%, #09244c 100%);
  background: linear-gradient(to bottom, #003e70 0%, #09244c 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#003e70', endColorstr='#09244c', GradientType=0);
  border-bottom: 3px solid #021633;
}
#content .top_btn .fa-angle-right {
  background: #ffffff;
  padding: 1px 5px;
  color: #0b2b57;
}
#content .top_btn a:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70);
  opacity: 0.7;
}

/*----------------------------------------
    header
----------------------------------------*/

#header {
  background: url(/korean/common/img/bg_headerwrap.jpg) left top repeat-x;
  padding-top: 34px;
  height: 156px;
  font-size: 117%;
  min-width: 1140px;
}
#header h1 {
  float: left;
}
#header .inner ul {
  margin: 19px 0 0 270px;
  float: left;
}
#header .inner li {
  padding-right: 15px;
  float: left;
  color: #ffffff;
  border-left: 1px #c5e4f8 solid;
}
#header .inner li {
  maging-right: 20px;
  padding-left: 20px;
  float: left;
  color: #ffffff;
  border-left: 1px #c5e4f8 solid;
  height: 18px;
  line-height: 18px;
}
#header .inner li:first-child {
  border-left: 1px #c5e4f8 none;
}
#header .inner li a {
  color: #ffffff;
}
#header .header_tel {
  float: right;
}

/*----------------------------------------
    global_nav
----------------------------------------*/

#global_nav ul {
  width: 1140px;
  margin: 32px auto 0;
  min-width: 1140px;
  background-color: #00164b;
}
#global_nav ul::after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#global_nav ul li {
  float: left;
}
#global_nav ul li a {
  text-align: center;
  width: 194px;
  height: 55px;
  padding-top: 15px;
  color: #ffffff;
  display: block;
  font-size: 125%;
  border-left: 1px #003164 solid;
}
#global_nav ul li .current span {
  color: #cfcf8f;
}
#global_nav ul li a.facilities {
  width: 290px;
}
#global_nav ul li a.reservation {
  width: 263px;
}
#global_nav ul li a span {
  display: block;
  color: #b9d1ff;
  font-size: 63%;
  line-height: 1em;
}
#global_nav ul li a.special span {
  color: #cfcf8f;
}
#global_nav ul li a.special {
  background: -moz-linear-gradient(to bottom, #989856 0%, #82823f 100%) repeat scroll 0 0;
  background: -webkit-linear-gradient(to bottom, #989856 0%, #82823f 100%) repeat scroll 0 0;
  background: -o-linear-gradient(to bottom, #989856 0%, #82823f 100%) repeat scroll 0 0;
  background: -ms-linear-gradient(to bottom, #989856 0%, #82823f 100%) repeat scroll 0 0;
  background: linear-gradient(to bottom, #989856 0%, #82823f 100%) repeat scroll 0 0;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#989856', endColorstr='#82823f', GradientType=0);
  border-bottom: 3px #4b4b23 solid;
  display: block;
  height: 52px;
  background: #989856;
}
#global_nav ul li a:hover, #global_nav ul li a.special:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70);
  opacity: 0.7;
}

/*  #slider
----------------------------------------*/

#slider {
  background-color: #e4dece;
  min-width: 1140px;
}

/*  #topic_path
----------------------------------------*/

#topic_path {
  background-color: #f3f5f7;
  border-bottom: 1px #dddddd solid;
  font-size: 117%;
  padding: 12px 0;
  min-width: 1140px;
}
#topic_path ul {
  float: left;
}
#topic_path ul li {
  float: left;
  margin: 0 8px 0 0;
  padding: 0 16px 0 0;
}
#topic_path .list_item {
  position: relative;
}
#topic_path .list_item a:before {
  right: 0;
  content: ">";
  position: absolute;
}
#topic_path .list {
  float: right;
  padding-top: 2px;
}

.sns {
  overflow: hidden;
}

.sns li {
  float: left;
  height: 20px;
  margin: 0 0 0 5px !important;
  padding: 0 !important;
}

.sns li.google {
  width: 135px;
}

/*  #search_area
----------------------------------------*/

#search_area {
  border-bottom: 1px #dddddd solid;
  margin-bottom: 40px;
  height: 102px;
  font-size: 117%;
  min-width: 1140px;
}
#search_area li {
  float: left;
}
#search_area li.search {
  background-color: #c7e5f1;
  padding: 30px 0 44px 0;
  font-size: 126%;
  width: 165px;
  text-align: center;
  color: #021d51;
  height: 28px;
}
#search_area li.search i {
  display: block;
  margin-bottom: 10px;
}
#search_area dl {
  margin: 30px 0 0 30px;
  float: left;
  line-height: 1em;
}
#search_area dl dt {
  color: #021948;
  border-left: 3px #006599 solid;
  padding-left: 5px;
  margin-bottom: 10px;
}
#search_area li.btn {
  margin: 30px 0 0 20px;
}
#search_area li.btn p {
  float: left;
}
#search_area li.btn p a {
  float: left;
  color: #ffffff;
  height: 32px;
  font-size: 150%;
  padding-top: 7px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
}
#search_area li.btn p.srarch a {
  display: block;
  background: -moz-linear-gradient(to bottom, #cd4d4f 0%, #c03839 100%) repeat scroll 0 0;
  background: -webkit-linear-gradient(to bottom, #cd4d4f 0%, #c03839 100%) repeat scroll 0 0;
  background: -o-linear-gradient(to bottom, #cd4d4f 0%, #c03839 100%) repeat scroll 0 0;
  background: -ms-linear-gradient(to bottom, #cd4d4f 0%, #c03839 100%) repeat scroll 0 0;
  background: linear-gradient(to bottom, #cd4d4f 0%, #c03839 100%) repeat scroll 0 0;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cd4d4f', endColorstr='#c03839', GradientType=0);
  border-bottom: 3px #a41f20 solid;
  width: 140px;
  font-size: 126%;
  background: #cd4d4f;
}
#search_area li.btn p.srarch:hover a, #search_area li.btn p.calendar:hover a {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70);
  opacity: 0.7;
}
#search_area li.btn p.calendar a {
  display: block;
  background: -moz-linear-gradient(to bottom, #979755 0%, #838340 100%) repeat scroll 0 0;
  background: -webkit-linear-gradient(to bottom, #979755 0%, #838340 100%) repeat scroll 0 0;
  background: -o-linear-gradient(to bottom, #979755 0%, #838340 100%) repeat scroll 0 0;
  background: -ms-linear-gradient(to bottom, #979755 0%, #838340 100%) repeat scroll 0 0;
  background: linear-gradient(to bottom, #979755 0%, #838340 100%) repeat scroll 0 0;
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#979755', endColorstr='#838340', GradientType=0);
  border-bottom: 3px #4b4b23 solid;
  width: 190px;
  font-size: 126%;
  background: #979755;
}

/*----------------------------------------
    content
----------------------------------------*/

#content {
  background-color: #fff;
  font-size: 117%;
  min-width: 1140px;
}
#content h2 {
  font-size: 192%;
  display: block;
  color: #021d51;
  text-align: center;
  font-weight: normal;
  padding: 40px 0 29px 0;
  line-height: 1.1em;
  background: url(/korean/common/img/bg_section.jpg) no-repeat scroll center top;
}
#content h2 span {
  font-size: 40%;
  display: block;
  color: #5b99da;
}

/*----------------------------------------
    pagetop
----------------------------------------*/

#pagetop {
  background-color: #01083c;
  border-bottom: 1px solid #2e4b72;
  height: 50px;
  padding-top: 1px;
  font-size: 117%;
  min-width: 1140px;
}
#pagetop .sns_area {
  float: left;
  padding-top: 12px;
}
#pagetop .btn {
  background-color: #00164b;
  border-left: 1px solid #2e4b72;
  border-right: 1px solid #2e4b72;
  float: right;
  padding: 13px 30px 14px;
}
#pagetop .btn a {
  display: block;
  color: #ffffff;
}
#pagetop .btn i {
  left: 20px;
  top: 20px;
}
#pagetop .btn .fa-angle-up {
  background: #fff none repeat scroll 0 0;
  color: #0b2b57;
  padding: 1px 3px;
}
#pagetop .btn:hover {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70);
  opacity: 0.7;
}

/*----------------------------------------
    footer
----------------------------------------*/

#footer {
  background: url(/korean/common/img/bg_footer.jpg) repeat-x left top;
  padding: 30px 0;
  color: #ffffff;
  font-size: 117%;
  min-width: 1140px;
}
#footer .footer_company {
  float: left;
  margin-right: 30px;
}
#footer .footer_message {
  float: left;
  width: 456px;
}
#footer .footer_message li {
  width: 500px;
}
#footer .footer_message li.btn p {
  float: left;
}
#footer .footer_message li.btn p a {
  float: left;
  color: #ffffff;
  display: table;
  height: 39px;
  font-size: 117%;
  line-height: 39px;
  text-align: center;
  cursor: pointer;
}
#footer .footer_message li.btn p.srarch a {
  display: block;
  background: #cd4d4f;
  background: -moz-linear-gradient(top, #cd4d4f 0%, #c03839 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c03839), color-stop(100%, #838340));
  background: -webkit-linear-gradient(top, #cd4d4f 0%, #c03839 100%);
  background: -o-linear-gradient(top, #cd4d4f 0%, #c03839 100%);
  background: -ms-linear-gradient(top, #cd4d4f 0%, #c03839 100%);
  background: linear-gradient(to bottom, #cd4d4f 0%, #c03839 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#cd4d4f', endColorstr='#c03839', GradientType=0);
  border-bottom: 3px #a41f20 solid;
  width: 140px;
  font-size: 126%;
  margin-right: 10px;
}
#footer .footer_message li.btn p.srarch:hover a, #footer .footer_message li.btn p.calendar:hover a {
  -ms-filter: "alpha( opacity=70 )";
  filter: alpha( opacity=70);
  opacity: 0.7;
}
#footer .footer_message li.btn p.calendar a {
  display: block;
  background: #979755;
  background: -moz-linear-gradient(top, #979755 0%, #838340 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #979755), color-stop(100%, #838340));
  background: -webkit-linear-gradient(top, #979755 0%, #838340 100%);
  background: -o-linear-gradient(top, #979755 0%, #838340 100%);
  background: -ms-linear-gradient(top, #979755 0%, #838340 100%);
  background: linear-gradient(to bottom, #979755 0%, #838340 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#979755', endColorstr='#838340', GradientType=0);
  border-bottom: 3px #4b4b23 solid;
  width: 190px;
  font-size: 126%;
}
#footer .footer_message dl {
  margin-bottom: 13px;
}
#footer .footer_message dl:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}
#footer .footer_message dt {
  float: left;
  margin-right: 20px;
}
#footer .footer_message dd {
  float: left;
  width: 340px;
  line-height: 1.5em;
}
#footer .footer_message dd .title {
  font-size: 160%;
  margin-bottom: 7px;
  line-height: 1.5em;
}
#footer .footer_nav {
  float: left;
  width: 220px;
  padding-left: 30px;
  border-left: 1px #003164 solid;
  height: 162px;
}
#footer .footer_nav li {
  margin-bottom: 8px;
}
#footer .footer_nav li a {
  padding-left: 10px;
  color: #ffffff;
}
#footer .footer_nav i {
  margin-right: 0.5em;
}
#footer .footer_nav li a:hover {
  text-decoration: underline;
}
#footer .footer_nav li i {
  color: #bedce9;
}
#footer .tripadvisor {
  float: left;
}
#copyright .inner {
  text-align: center;
  padding: 12px 0;
  font-size: 117%;
  min-width: 1140px;
}
