@charset "UTF-8";
header {
  height: 280px;
}
#pagetitle_dx_hotel {
  position: absolute;
  top: 60px;
  height: 240px;
  background: url(../../../img/dx_hotel_img/hotel-dx-mainimage.jpg) left top no-repeat;
  background-size: 130% auto;
}
#pagetitle_dx_hotel .section_inner {
  display: flex;
  align-items: center;
  height: 100%;
}
#pagetitle_dx_hotel .section_inner .wrapper {
  padding: 15px;
  color: #333;
  background: rgba(255, 255, 255, 0.6);
}
#pagetitle_dx_hotel .section_inner .wrapper p {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding: 0 20px;
  color: #0057b8;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.3;
}
#pagetitle_dx_hotel .section_inner .wrapper p::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 20px;
  background: #0057b8;
  transform: translateY(-50%) rotate(-45deg);
}
#pagetitle_dx_hotel .section_inner .wrapper p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 3px;
  height: 20px;
  background: #0057b8;
  transform: translateY(-50%) rotate(45deg);
}
#pagetitle_dx_hotel .section_inner .wrapper h1 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  background: #0057b8;
}
#pagetitle_dx_hotel .section_inner .wrapper ul {
  display: inline-block;
}
#pagetitle_dx_hotel .section_inner .wrapper ul li {
  line-height: 1.4;
  text-align: left;
  font-weight: 900;
}
#pagetitle_dx_hotel .section_inner .wrapper ul li i {
  color: #0057b8;
}
@media print, screen and (min-width:576px) {
  #pagetitle_dx_hotel {
    background: url(../../../img/dx_hotel_img/hotel-dx-mainimage.jpg) center top no-repeat;
    background-size: cover;
  }
}
@media print, screen and (min-width:768px) {
  header {
    height: 680px;
  }
  #mainnavi_pc {
    position: relative;
  }
  #pagetitle_dx_hotel {
    top: 129px;
    height: 550px;
    background: url(../../../img/dx_hotel_img/hotel-dx-mainimage.jpg) center top no-repeat;
    background-size: cover;
  }
  #pagetitle_dx_hotel .section_inner .wrapper {
    padding: 20px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper p {
    padding: 0 20px;
    font-size: 22px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper p br {
    display: none;
  }
  #pagetitle_dx_hotel .section_inner .wrapper p::before {
    width: 3px;
    height: 30px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper p::after {
    width: 3px;
    height: 30px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper ul li {
    margin-bottom: 6px;
    font-size: 20px;
  }
}
@media print, screen and (min-width:992px) {
  #pagetitle_dx_hotel .section_inner .wrapper {
    padding: 30px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper p {
    padding: 0 20px;
    font-size: 24px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper p br {
    display: none;
  }
  #pagetitle_dx_hotel .section_inner .wrapper p::before {
    width: 3px;
    height: 36px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper p::after {
    width: 3px;
    height: 36px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper h1 {
    margin-bottom: 20px;
    font-size: 48px;
  }
  #pagetitle_dx_hotel .section_inner .wrapper ul li {
    margin-bottom: 6px;
    font-size: 20px;
  }
}
.breadcrumbs {
  top: 307px;
}
@media print, screen and (min-width:768px) {
  .breadcrumbs {
    top: 690px;
  }
}
.stepimg {
  margin-bottom: 20px;
}
.stepimg img {
  max-width: 100%;
  height: auto;
}
.resolution {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
  position: relative;
}
.resolution li {
  width: 46%;
  padding: 10px;
  border-radius: 10px;
  border: solid 3px #999;
  background: #fff;
}
.resolution li:last-child {
  border: solid 3px #fc0;
}
.resolution li figure {
  margin-bottom: 10px;
}
.resolution li figure img {
  width: 100%;
  height: auto;
}
.resolution li p {
  text-align: left;
  line-height: 1.5;
  color: #333;
}
.resolution li:last-child p {
  font-weight: 900;
}
.resolution::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  margin-top: -15px;
  margin-left: -10px;
  content: "";
  border: solid 15px transparent;
  border-left: solid 20px #fc0;
}
@media print, screen and (min-width:768px) {
  .resolution {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  .resolution::before {
    margin-top: -20px;
    margin-left: -15px;
    border: solid 20px transparent;
    border-left: solid 30px #fc0;
  }
  .resolution li {
    padding: 30px;
  }
  .resolution li figure {
    margin-bottom: 20px;
  }
}
.list_service_htl li {
  margin-bottom: 30px;
  text-align: left;
}
.list_service_htl li .tit02 {
  position: relative;
  padding-left: 46px;
  text-align: left;
}
.list_service_htl li .tit02 span {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 28px;
  font-weight: bold;
  color: #0057b8;
}
.list_service_htl li .tit02 strong {
  color: #0057b8;
}
.list_service_htl li p {
  text-align: left;
  color: #333;
}
.list_service_htl li figure {
  margin-top: 10px;
  text-align: center;
}
.list_service_htl li figure img {
  width: 100%;
  max-width: 300px;
}
@media print, screen and (min-width:768px) {
  .list_service_htl li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
  }
  .list_service_htl li:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .list_service_htl li > div {
    width: 48%;
  }
  .list_service_htl li .tit02 {
    padding-left: 60px;
  }
  .list_service_htl li .tit02 br {
    display: none;
  }
  .list_service_htl li .tit02 span {
    top: 4px;
    font-size: 40px;
  }
  .list_service_htl li figure {
    width: 48%;
    margin-top: 0;
  }
  .list_service_htl li figure img {
    width: 100%;
    max-width: 600px;
  }
}
@media print, screen and (min-width:992px) {
  .list_service_htl li .tit02 {
    padding-left: 80px;
  }
  .list_service_htl li .tit02 span {
    top: 4px;
    font-size: 48px;
  }
}
@media print, screen and (min-width:1200px) {
  .list_service_htl li .tit02 br {
    display: inline;
  }
}
.list_advantages li {
  margin-bottom: 20px;
  padding: 15px 10px;
  border-radius: 10px;
  background: #fff;
}
.list_advantages li h3 {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.list_advantages li figure {
  margin-bottom: 10px;
  text-align: center;
}
.list_advantages li figure img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
.list_advantages li p {
  line-height: 1.5;
  text-align: left;
  color: #333;
}
@media print, screen and (min-width:576px) {
  .list_advantages {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .list_advantages li {
    width: 32%;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width:768px) {
  .list_advantages li {
    padding: 30px 10px;
  }
  .list_advantages li h3 {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .list_advantages li figure {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:992px) {
  .list_advantages li {
    padding: 30px;
  }
}
#voice {
  background: #0057b8;
}
#voice #mainphoto {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#voice .tit01 {
  color: #fff;
}
#voice .tit01::after {
  background: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 1.0 !important;
  color: #fff !important;
}
#voice .slick-list, #voice .slick-track {
  height: 100%;
}
#voice .slick-list.draggable {
  padding: 0 !important;
}
#voice .slick-slide {
  height: 100%;
  padding: 10px;
  border-radius: 15px;
  border: solid 5px #0057b8;
  background: #fff;
}
#voice .slide .fig_box {
  display: flex;
  flex-direction: column-reverse;
}
#voice .slide .fig_box h3 {
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
#voice .slide .fig_box h3 span {
  display: block;
  color: #0057b8;
}
#voice .slide .fig_box h3 span strong {
  font-size: 16px;
}
#voice .slide .fig_box figure {
  margin-bottom: 15px;
}
#voice .slide .fig_box figure img {
  width: 100%;
  height: auto;
}
#voice .slide dl div {
  margin-top: 15px;
}
#voice .slide dl div dt {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
  color: #333;
}
#voice .slide dl div dd p {
  text-align: left;
  line-height: 1.5;
  color: #333;
}
#voice .slide dl div dd p strong {
  color: #e50039;
}
@media print, screen and (min-width:576px) {
  #voice .slide .fig_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
  }
  #voice .slide .fig_box h3 {
    width: 49%;
    margin-bottom: 15px;
    text-align: left;
  }
  #voice .slide .fig_box h3 span {
    display: block;
    color: #0057b8;
  }
  #voice .slide .fig_box h3 span strong {
    font-size: 16px;
  }
  #voice .slide .fig_box figure {
    width: 49%;
  }
  #voice .slide .fig_box figure img {
    width: 100%;
    height: auto;
  }
  #voice .slide dl {
    display: flex;
    justify-content: space-between;
  }
  #voice .slide dl div {
    width: 48%;
    margin-top: 0;
  }
}
@media print, screen and (min-width:768px) {
  #voice .slick-slide {
    padding: 30px;
  }
  #voice .slide .fig_box {
    margin-bottom: 30px;
  }
  #voice .slide .fig_box h3 {
    margin-bottom: 15px;
    font-size: 24px;
  }
  #voice .slide .fig_box h3 span strong {
    font-size: 30px;
  }
  #voice .slide dl div dt {
    font-size: 20px;
  }
}
.sheet_basic th, .sheet_basic td {
  color: #333;
}
/*----------------------------------form*/
table#contact {
  width: 100%;
  margin: 20px 0;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
}
table#contact tr th {
  display: block;
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #e8e8e8;
  line-height: 150%;
  vertical-align: middle;
  text-align: left;
}
table#contact tr td {
  display: block;
  padding: 10px;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  background: #fff;
  vertical-align: middle;
  text-align: left;
}
table#contact tr td.td_child {
  border-bottom: 1px dotted #999;
}
table#contact p {
  margin-bottom: 5px;
  text-align: left;
}
table#contact tr td .attention {
  white-space: nowrap;
}
table#contact tr th span.form_title {
  display: block;
  overflow: hidden;
}
/*必須アイコン*/
table#contact tr th span.txt_required {
  float: left;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  background: #cc1414;
  padding: 6px 0;
  margin-right: 10px;
  line-height: 70%;
  width: 40px;
  display: block;
}
/*任意アイコン*/
table#contact tr th span.txt_optional {
  float: left;
  font-size: 11px;
  text-align: center;
  font-weight: normal;
  border-radius: 2px;
  color: #fff;
  background: #666;
  padding: 6px 0;
  margin-right: 10px;
  line-height: 70%;
  width: 40px;
  display: block;
}
/*入力エリア装飾*/
input[type="text"], input[type="tel"], input[type="email"], textarea {
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  background: #e8e8e8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#e8e8e8));
  background-image: -webkit-linear-gradient(left, #e8e8e8, #e8e8e8);
  text-align: left;
}
select {
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 0;
  border: none;
  background: #e8e8e8;
}
select:focus {
  padding: 10px;
  font-size: 1.6rem;
  border-radius: 0;
  border: none;
}
/*入力エリアサイズ*/
.input_10 {
  width: 10%;
}
.input_20 {
  width: 20%;
}
.input_30 {
  width: 30%;
}
.input_50 {
  width: 50%;
}
.input_70 {
  width: 70%;
}
.input_100 {
  width: 100%;
}
.input_zip {
  width: 180px;
}
.input_tel {
  width: 200px;
}
/*入力モード*/
.ime_dis {
  ime-mode: disabled;
}
.ime_act {
  ime-mode: active;
}
/*入力例の文字装飾*/ ::-webkit-input-placeholder {
  color: #bbb;
}
::-moz-placeholder {
  color: #bbb;
}
:-ms-input-placeholder {
  color: #bbb;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
/*ラジオボタン余白調整*/
input[type=radio] {
  margin-left: 15px;
}
td label.first input[type=radio] {
  margin-left: 0;
}
/*チェックボックス余白調整*/
input[type=checkbox] {
  margin-left: 15px;
}
td label.first input[type=checkbox] {
  margin-left: 0;
}
/*送信・戻るボタン*/
ul.submit_btn {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
ul.submit_btn li {
  display: inline-block;
  cursor: pointer
}
ul.submit_btn li.inp_submit01 input {
  color: #fff;
  background: #666;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;
  width: auto;
  height: auto;
}
ul.submit_btn li.inp_submit02 input {
  color: #fff;
  background: #999;
  border: none;
  border-radius: 4px;
  padding: 10px 15px;
  margin: 0 5px;
  cursor: pointer;
  width: auto;
  height: auto;
}
ul.submit_btn li:hover {
  opacity: 0.7;
}
/*エラーメッセージ用*/
.errtop {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #c33;
  background: #fcc;
}
.errtop::after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0;
  height: 0;
  margin-left: -15px;
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px #fcc;
}
.errmsg span {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px;
  font-weight: bold;
  color: #c33;
  background: #fcc;
}
.errmsg span::after {
  position: absolute;
  left: 30px;
  top: -20px;
  width: 0;
  height: 0;
  content: "";
  border: solid 10px transparent;
  border-bottom: solid 10px #fcc;
}
/*遷移後のランディング位置調整*/
#form_landing {
  margin-top: -80px;
  padding-top: 80px;
}
/*送信完了画面用*/
#thanks {
  margin: 20px 0;
}
#thanks h5 {
  margin: -80px 0 15px;
  padding-top: 80px;
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width:768px) {
  table#contact {
    border-collapse: separate;
  }
  table#contact tr th {
    display: table-cell;
    border-right: 1px dotted #999;
    width: 28%;
  }
  table#contact tr td {
    display: table-cell;
  }
  table#contact tr td.td_child {
    border-right: 1px dotted #999;
    border-bottom: 1px solid #999;
  }
  /*入力例の文字装飾*/ ::-webkit-input-placeholder {
    color: #666;
  }
  ::-moz-placeholder {
    color: #666;
  }
  :-ms-input-placeholder {
    color: #666;
  }
}