@charset "utf-8";

/* Global Style Overide */
.accordion_box01 h3 a {
  color: #000;
}

.change-border01 {
  color: #182f5c;
}

.change-border01::before,
.change-border01::after {
  background-color: #182f5c;
}

.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before,
.change-border02__inner::after,
.change-border02__inner::before {
  background-color: #182f5c;
  z-index: 0;
}

button.change-border01 {
  position: relative;
  border: none;
  background-color: transparent;
  padding: 7px 10px;
  display: inline-block;
  line-height: 1.2em;
  font-size: 16px;
  cursor: pointer;
}

button.change-border01:hover {
  color: #ffffff;
  background: #2d3f6c;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  transition-delay: 1.0s;
}

button.change-border01:hover::after,
button.change-border01:hover::before {
  width: 50%;
  transition-delay: 0.0s;
}

button.change-border01::after,
button.change-border01::before,
button.change-border01 .border01__inner::after,
button.change-border01 .border01__inner::before,
button.change-border01 .border02__inner::after,
button.change-border01 .border02__inner::before {
  background-color: #2d3f6c;
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  transition: all .3s ease;
}

button.change-border01::before,
button.change-border01::after {
  transition-delay: 0.6s;
}

button.change-border01 .border01__inner::before {
  height: 0px;
  right: 0;
  bottom: 0;
  width: 1px;
  transition-delay: 0.3s;
}

button.change-border01 .border01__inner::after {
  bottom: 0;
  height: 0px;
  left: 0;
  width: 1px;
  transition-delay: 0.3s;
}

button.change-border01:hover .border01__inner::before,
button.change-border01:hover .border01__inner::after {
  height: 100%;
  transition-delay: 0.3s;
}

button.change-border01 .border02__inner::before {
  height: 1px;
  left: 0;
  top: 0;
  width: 0px;
}

button.change-border01 .border02__inner::after {
  height: 1px;
  right: 0;
  top: 0;
  width: 0px;
}

button.change-border01:hover .border02__inner::before,
button.change-border01:hover .border02__inner::after {
  width: 50%;
  transition-delay: 0.6s;
}

/* Header, Footer */
#header {
  position: relative;
  width: 100%;
  height: 60px;
}

#header-fix {
  width: 100%;
  height: 60px;
  text-align: center;
  background: #006666;
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 1000;
}

#header-fix h1 {
  color: #fff;
  text-align: left;
  font-size: 15px;
  height: 60px;
  padding-left: 110px;
  line-height: 60px;
}

#header-fix .switch {
  padding: 10px 20px;
  display: inline-block;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 20px;
}

#header-fix .switch.border01::after,
#header-fix .switch.border01::before,
#header-fix .switch.border01 .border01__inner::after,
#header-fix .switch.border01 .border01__inner::before,
#header-fix .switch.border01 .border02__inner::after,
#header-fix .switch.border01 .border02__inner::before {
  background-color: #fff;
}

#footer .wrap {
  background: #003333;
}

#content {
  overflow: visible;
}

.hotel_content *,
.hotel_content *:before,
.hotel_content *:after,
.footer_fix *,
.footer_fix *:before,
.footer_fix *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.hotel_content {
  max-width: 1030px;
  padding-top: 15px;
  padding-bottom: 24px;
  padding-right: 3%;
  padding-left: 3%;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  text-align: left;
  line-height: 1.5;
}

.footer_fix {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 18px;
  border-top: solid 1px #c9caca;
  background-color: #fff;
}

.footer_fix_logo,
.footer_fix_logo a {
  display: flex;
  align-items: center;
}

.footer_fix_confirm {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  margin-left: 20px;
  color: #fff;
  background-color: #428f4d;
  border-radius: 3px;
  text-align: center;
  font-size: 12px;
}

.footer_fix_confirm:hover {
  color: #231815;
  background: #f8b62d;
}

#page_top {
  position: fixed;
  bottom: 130px;
  right: 20px;
}

#page_top a {
  text-align: center;
  text-decoration: none;
  transition: .3s ease all;
  opacity: .85;
}

#page_top a:hover {
  opacity: 1;
}

.breadcrumb {
  margin-top: 15px;
  text-align: left;
  padding: 0 3%;
}

.breadcrumb ul {}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li:not(:last-child) {
  margin-right: 10px;
}

.breadcrumb li:not(:last-child)::after {
  content: "";
  background: url("images/breadcrumb_arrow.png");
  display: inline-block;
  width: 10px;
  height: 18px;
  background-size: cover;
  margin-left: 10px;
}

@media only screen and (min-width: 681px) {
  #header-fix h1 {
    font-size: 25px;
    height: 60px;
    padding-left: 120px;
    line-height: 60px;
  }

  .footer_fix_confirm {
    padding: 18px;
    font-size: 15px;
  }

  .hotel_content {
    padding-top: 48px;
    padding-bottom: 64px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .breadcrumb {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 20px;
  }

  .breadcrumb ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}

/* Forms */
.fieldset label p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.ui.selection.dropdown {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  color: #006666;
  background-color: #fff;
  border: solid 1px #e5e6e7;
}

.ui.dropdown .menu>.header:not(.ui) {
  color: #006666;
  font-size: 1rem;
}

.ui.dropdown>.dropdown.icon {
  display: flex;
  flex-direction: column;
}

.ui.dropdown>.dropdown.icon::before,
.ui.dropdown>.dropdown.icon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}

.ui.dropdown>.dropdown.icon::before {
  margin-bottom: 4px;
  border-width: 0 6px 8px 6px;
  border-color: transparent transparent #006666 transparent;
}

.ui.dropdown>.dropdown.icon::after {
  border-width: 8px 6px 0 6px;
  border-color: #006666 transparent transparent transparent;
}

.ui.default.dropdown:not(.button)>.text,
.ui.dropdown:not(.button)>.default.text {
  color: #006666;
}

@media only screen and (min-width: 1920px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .ui.selection.dropdown .menu {
    max-height: 16.02857143rem;
  }
}

@media only screen and (min-width: 681px) {
  .ui.selection.dropdown {
    font-size: 19px;
  }
}

/* Hotel List */
.headline_01 {
  padding: 10px;
  margin-bottom: 14px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background-color: #009999;
  border-radius: 3px;
}

.headline_02 {
  position: relative;
  color: #000;
  border: solid 1px #006666;
  border-radius: 2px;
  overflow: hidden;
  font-size: 16px;
  padding: 10px 30px 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.headline_02::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
  background-color: #006666;
}

.page_desc {
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
  font-weight: bold;
}

.hotel_list_box {}

/* .hotel_list_box h2 {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 24px;
} */

.hotel_list_box h4:not(.headline_02) {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
}

.hotel_list {}

.hotel_list>li {
  position: relative;
  padding: 5px 8px 8px;
  list-style: none;
  border: solid 1px #c9caca;
}

.hotel_list>li:not(:first-child) {
  margin-top: 25px;
}

.hotel_list>li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  height: 5px;
  width: 100%;
  background-color: #006666;
}

.hotel_list>li h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.hotel_list_inner {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

.hotel_image {
  float: left;
  width: 30%;
  margin-right: 2%;
}

.hotel_feature_map {
  float: left;
  width: 30%;
}

.hotel_features li {
  padding: 10px 0;
  margin-top: 6px;
  font-size: 14px;
  color: #fff;
  background-color: #006666;
  border-radius: 5px;
  text-align: center;
}

.hotel_feature_map .display_map_pc {
  display: none;
}

.display_map_pc,
.display_map_sp {
  font-size: 16px;
}

.display_map_sp {
  padding-bottom: 20px;
  clear: both;
  text-align: center;
}

.hotel_list_box .button_anim {
  color: #006666;
}

.hotel_list_box .button_anim:hover {
  color: #fff;
  background-color: #006666;
}

.hotel_list_box .change-border01::after,
.hotel_list_box .change-border01::before,
.hotel_list_box .change-border01__inner::after,
.hotel_list_box .change-border01__inner::before,
.hotel_list_box .change-border02__inner::after,
.hotel_list_box .change-border02__inner::before {
  background-color: #006666;
}

.hotel_info {
  float: right;
  width: 68%;
  margin-bottom: 20px;
  border-left: solid 1px #9fa0a0;
  border-right: solid 1px #9fa0a0;
  border-bottom: solid 1px #9fa0a0;
}

.hotel_info th,
.hotel_info td {
  display: block;
  padding: 2px 6px;
  font-size: 12px;
  border-top: solid 1px #9fa0a0;
}

.hotel_info th small,
.hotel_info td small {
  font-size: 10px;
}

.hotel_info th {
  color: #006666;
  background-color: #efefef;
  text-align: center;
}

.hotel_map {
  display: none;
}

.hotel_map_wrapper {
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 56.4%;
  position: relative;
}

.hotel_map_wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.hotel_map_link {
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 681px) {
  .headline_01 {
    padding: 20px;
    font-size: 22px;
  }

  .headline_02 {
    margin-bottom: 30px;
    margin-top: 50px;
    font-size: 22px;
    padding: 14px 14px 14px 40px;
  }

  .page_desc {
    font-size: 19px;
  }

  .hotel_list_box h4:not(.headline_02) {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 27px;
  }

  .hotel_list>li {
    padding: 5px 25px 25px;
  }

  .hotel_list>li h5 {
    font-size: 22px;
    margin-bottom: 18px;
  }

  .hotel_image {
    width: 20%;
  }

  .hotel_info {
    float: none;
    width: 78%;
    margin-left: 22%;
    margin-bottom: 22px;
    border: solid 1px #9fa0a0;
  }

  .hotel_info th,
  .hotel_info td {
    display: table-cell;
    padding: 10px 12px;
    font-size: 14px;
    border: solid 1px #9fa0a0;
  }

  .hotel_info th:first-child {
    width: 12.2%;
  }

  .hotel_info th:first-child p {
    display: flex;
    justify-content: space-between;
  }

  .hotel_info th small,
  .hotel_info td small {
    font-size: 12px;
  }

  .hotel_feature_map {
    width: 78%;
    margin-left: 22%;
    float: none;
    display: flex;
    justify-content: space-between;
  }

  .hotel_feature_map .display_map_pc {
    display: inline-block;
  }

  .hotel_features {
    width: 69%;
    display: flex;
    justify-content: space-between;
  }

  .hotel_features li {
    width: 23.8%;
    padding: 10px 4px;
    margin: 0;
    font-size: 18px;
  }

  .display_map_sp {
    display: none;
  }

  .hotel_map_wrapper {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 37.8947%;
  }
}
