@charset "UTF-8";
.con_registration .inner_registration, .con_about, .con_app {
  max-width: 1440px;
  margin: auto;
}
@media only screen and (min-width: 1280px) {
  .con_registration .inner_registration, .con_about, .con_app {
    padding: 0 2.60417%;
  }
}
@media print {
  .con_registration .inner_registration, .con_about, .con_app {
    padding: 0 2.60417%;
  }
}
@media only screen and (max-width: 1279px) {
  .con_registration .inner_registration, .con_about, .con_app {
    width: 92.44792%;
  }
}

/*----------------------------------------------------
	color カラーセッティング
----------------------------------------------------*/
/*----------------------------------------------------
	shadow-box ボックスに影をつける
----------------------------------------------------*/
/*----------------------------------------------------
	gradient グラデーション
----------------------------------------------------*/
/*----------------------------------------------------
	placeholder placeholderカラー変更
----------------------------------------------------*/
/*----------------------------------------------------
	basiclayout ベースコンテンツ
----------------------------------------------------*/
/*----------------------------------------------------
	washington-net(title・caption・txt)
----------------------------------------------------*/
/* ===================================================================
CSS information

 file name  :common.css
 author     :Ability Consultant
 style info :基本・共通設定
 =================================================================== */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
	---------------------------------------------------------- */
body {
  color: #171717;
  font-size: small;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background: #fff;
}
body a:link {
  text-decoration: underline;
}
body a:visited {
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
body a:active {
  text-decoration: underline;
}

area,
area:focus,
area:active {
  outline: none;
  border: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  padding: 0;
  margin: 0;
}

/* jquery.fittedのホバー設定 */
.hovered {
  cursor: pointer;
  background-color: #666;
}

img[height="1"] {
  position: fixed !important;
  z-index: -1;
}

img[border="0"] {
  position: fixed;
  z-index: -1;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #abi_page {
  min-width: 1440px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1280px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

/* -----------------------------------------------------------
	汎用class
	---------------------------------------------------------- */
/* -----------------------------------------------------------
	#page
	---------------------------------------------------------- */
#page {
  width: 100%;
  text-align: left;
}

/* -----------------------------------------------------------
	#header（ヘッダー）
	---------------------------------------------------------- */
.con_member {
  background-color: #0B50A2;
}
.con_member .wrp {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1100px;
  padding: 5px 0;
  /* .con_co {
  	display: flex;
  	float: right;
  	.btn_sh,
  	.btn_co {
  		a {
  			display: block;
  			width: 200px;
  			text-decoration: none !important;
  			text-align: center;
  			font-size: 14px;
  			font-weight: bold;
  			border-radius: 1000px;
  			box-sizing: border-box;
  			padding: 8px 0;
  			margin-top: 2px;
  			&:before {
  				content: "\f35a";
  				font-family: "Font Awesome 5 Free";
  				font-weight: 900;
  			}
  			&:hover {
  				opacity: 0.6;
  			}
  		}
  	}
  	.btn_sh {
  		a {
  			color: #fff;
  			background-color: #CC252F;
  			border: solid 2px #fff;
  			margin-right: 10px;
  		}
  	}
  	.btn_co {
  		a {
  			color: $col_blue;
  			background-color: #f1bf4b;
  			border: solid 2px $col_blue;
  		}
  	}
  	} */
}
.con_member .wrp form {
  width: 530px;
  float: left;
}
.con_member .wrp form ul {
  width: 420px;
  float: left;
  margin-top: 5px;
}
.con_member .wrp form ul li {
  float: left;
}
.con_member .wrp form ul li input {
  width: 200px;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
.con_member .wrp form ul li input:-moz-placeholder {
  color: #ccc;
}
.con_member .wrp form ul li input::-webkit-input-placeholder {
  color: #ccc;
}
.con_member .wrp form ul li:first-child {
  margin-right: 10px;
}
.con_member .wrp form .btn_login {
  margin-top: 5px;
  float: left;
}
.con_member .wrp form .btn_login:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_member .wrp .con_welcome {
  float: left;
  vertical-align: bottom;
}
.con_member .wrp .con_welcome li {
  float: left;
  color: #fff;
  padding: 20px 0 0 28px;
  margin-left: 20px;
}
.con_member .wrp .con_welcome li:first-child {
  margin-left: 0px;
}
.con_member .wrp .con_welcome li.login {
  background: url(../images/header/ic_welcome.png) left bottom no-repeat;
}
.con_member .wrp .con_welcome li.login a {
  font-size: 1.2em;
  text-decoration: underline;
  padding: 0 3px;
  line-height: 1;
  color: #fff;
}
.con_member .wrp .con_welcome li.login a:hover {
  text-decoration: none;
}
.con_member .wrp .con_welcome li.point {
  background: url(../images/header/ic_point.png) left bottom no-repeat;
}
.con_member .wrp .con_welcome li.point span {
  font-size: 1.5em;
  color: #cc252f;
  padding-right: 5px;
  font-weight: bold;
  line-height: 1;
}
.con_member .wrp .con_welcome li.point span.date {
  font-size: 1.2em;
  padding-left: 5px;
}
.con_member .wrp .con_member {
  float: left;
  margin-top: 20px;
}
.con_member .wrp .con_member li {
  float: left;
}
.con_member .wrp .con_member li a {
  color: #fff;
  background: url(../images/common/ic_arrow_w_s.png) 0 center no-repeat;
  padding-left: 18px;
  font-size: 90%;
}
.con_member .wrp .con_member li a:first-child {
  margin-right: 20px;
}
.con_member .wrp .con_member.login {
  margin-top: 8px;
}
.con_member .wrp .con_member.login li {
  vertical-align: middle;
  padding-top: 12px;
}
.con_member .wrp .con_member.login li.btn_login {
  padding-top: 0;
}
.con_member .wrp .con_member.login li.btn_login a {
  background: none;
  padding-left: 0;
  margin: 0;
  margin-right: 20px;
}
.con_member .wrp .con_memberout {
  float: right;
  margin-top: 20px;
}
.con_member .wrp .con_memberout li {
  float: left;
}
.con_member .wrp .con_memberout li a {
  color: #fff;
  background: url(../images/common/ic_arrow_w_s.png) 0 center no-repeat;
  padding-left: 18px;
  font-size: 90%;
}
.con_member .wrp .con_memberout li a:first-child {
  margin-right: 20px;
}
.con_member .wrp .con_app_signup {
  float: right;
  margin-top: 5px;
}
.con_member .wrp .con_app_signup li {
  float: left;
}
.con_member .wrp .con_app_signup li a {
  background-color: #e6e7e7;
  display: block;
  padding: 9px 10px 8px;
  text-decoration: none;
  font-size: 90%;
}
.con_member .wrp .con_app_signup li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.con_member .wrp .con_app_signup li.m_app a span {
  background: url(../images/header/ic_app.png) 0 0 no-repeat;
  padding-left: 15px;
}
.con_member .wrp .con_app_signup li.m_signup {
  margin-left: 10px;
}
.con_member .wrp .con_app_signup li.m_signup a span {
  background: url(../images/header/ic_signup.png) 0 center no-repeat;
  padding-left: 20px;
}

/* -----------------------------------------------------------
	#gnav（グローバルナビ）
	---------------------------------------------------------- */
#gnav {
  float: right;
}
#gnav li {
  float: left;
  height: 94px;
  margin-left: 10px;
  position: relative;
}
#gnav li a {
  height: 0;
  padding: 94px 0 0 0;
  display: block;
  overflow: hidden;
  background: left top no-repeat;
}
#gnav li a:hover {
  background-position: left -94px;
}

#gnav li.gnav_abo a {
  background-image: url(../images/header/gnav_abo.png);
  width: 94px;
}

#gnav li.gnav_sea a {
  background-image: url(../images/header/gnav_sea.png);
  width: 94px;
}

#gnav li.gnav_lis a {
  background-image: url(../images/header/gnav_lis.png);
  width: 94px;
}

.gnav_sea:after {
  content: url("../images/header/ic_7par.png");
  position: absolute;
  top: 0;
  left: -28px;
}

/* -----------------------------------------------------------
	#hnav（サブナビ）
	---------------------------------------------------------- */
#hnav {
  float: right;
  margin: 30px 0 5px 0;
}
#hnav li a {
  background: url(../images/common/ic_arrow_b_s.png) 0 center no-repeat;
  padding-left: 18px;
}
#hnav li a:hover {
  opacity: 0.75;
}
#hnav li a.visitor {
  background: none;
  padding: 0 5px;
  margin-left: 10px;
  border: 1px solid #1d236d;
  border-radius: 12px;
}

/* -----------------------------------------------------------
	.top_snav（ヘッダー上部固定用）
	---------------------------------------------------------- */
.top_snav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 5px 0 2px !important;
  z-index: 1000;
  border-bottom: 4px solid #1d236d;
}
.top_snav .con_header {
  margin: 10px auto !important;
}
.top_snav .con_header .box_logo {
  width: 300px !important;
}
.top_snav .con_header .box_logo h1 {
  display: none;
}
.top_snav .con_header .box_logo .logo a {
  background: url(../images/header/snav_logo.png) 0 0 no-repeat !important;
  padding-top: 76px !important;
}
.top_snav .con_header #gnav {
  margin-top: 5px;
}
.top_snav .con_header #gnav li {
  height: 44px;
  margin-left: 30px;
}
.top_snav .con_header #gnav li a {
  padding-top: 44px;
}
.top_snav .con_header #gnav li a:hover {
  background-position: left -44px;
}
.top_snav .con_header #gnav li.gnav_lis a {
  background-image: url(../images/header/snav_list.png);
  width: 224px;
}
.top_snav .con_header #gnav li.gnav_abo a {
  background-image: url(../images/header/snav_abo.png);
  width: 258px;
}
.top_snav .con_header #gnav li.gnav_sea a {
  background-image: url(../images/header/snav_sea.png);
  width: 224px;
}
.top_snav .con_header #hnav {
  margin: 10px 10px 0 0px;
  width: 490px;
}
.top_snav .con_header #hnav li {
  float: left;
  line-height: 1.3;
  margin-left: 10px;
}
.top_snav .con_header #hnav li a {
  font-size: 88%;
}

.top_snav .gnav_sea:after {
  content: url("../images/header/ic_7par_s.png");
  top: -5px;
  left: -20px;
}

/* -----------------------------------------------------------
	.con_gnav
	---------------------------------------------------------- */
.con_gnav {
  width: 100%;
  max-width: 1100px;
  margin: 40px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_gnav {
    max-width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav {
    max-width: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_gnav {
    margin: 25px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav {
    margin: 1.5rem auto 0;
  }
}
.con_gnav a {
  text-decoration: none !important;
  text-underline-offset: unset;
}
.con_gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_gnav ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav ul {
    padding: 0rem;
    border-radius: 1rem;
  }
}
.con_gnav ul li {
  display: block;
  margin: 0 auto;
  min-width: 18%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_gnav ul li {
    width: 40%;
    margin: 0.5rem auto 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav ul li {
    width: 100%;
    margin: 0.5rem auto 1rem;
  }
}
.con_gnav ul li a {
  border-radius: 3rem;
  box-shadow: 2px 2px 4px 1px #777777;
  display: inline-block;
  color: #000;
  font-weight: bolder;
  width: 100%;
  text-align: center;
  padding: 1.25rem;
  transition: 0.5s all;
  font-size: 1.1rem;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .con_gnav ul li a {
    width: 100%;
    padding: 1rem;
  }
}
.con_gnav ul li a i {
  margin-right: 0.5rem;
}
.con_gnav ul li a i:before {
  content: "▶︎";
  font-size: 0.7rem;
  line-height: 1rem;
  vertical-align: middle;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.35rem;
  width: 1.35rem;
  background: #4181cd;
  border-radius: 1.5rem;
  transition: 0.5s all;
}
.con_gnav ul li a:hover {
  background: #4181cd;
  color: #fff;
  border-radius: 4rem;
}
.con_gnav ul li a:hover i {
  margin-right: 0.5rem;
}
.con_gnav ul li a:hover i:before {
  color: #4181cd;
  background: #fff;
}
.con_gnav .sub_gnav {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem 0 0 2.5rem;
}
@media only screen and (max-width: 767px) {
  .con_gnav .sub_gnav {
    margin: 1rem 0 0 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_gnav .sub_gnav p {
    margin: 0.75rem 0 0;
    font-size: 1rem;
  }
}
.con_gnav .sub_gnav a {
  text-decoration: underline !important;
  margin-right: 1.25rem;
  transition: 0.75s all;
  color: #0b32a2;
}
.con_gnav .sub_gnav a i {
  margin-left: 0.75rem;
}
.con_gnav .sub_gnav a i:after {
  content: "\f054";
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.75rem;
  line-height: 1rem;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.con_gnav .sub_gnav a:hover {
  opacity: 0.75;
  transition: 0.75s all;
}

/* #contents 直下にある .con_gnav の “2個目” の .sub_gnav を非表示 */
#contents > .con_gnav:nth-child(2 of .con_gnav) .sub_gnav {
  display: none;
}

.con_search.fixed + .con_gnav {
  margin: 190px auto 0;
  /* con_search が fixed のときだけ margin 追加 */
}

.con_search:not(.fixed) + .con_gnav {
  margin: 40px auto 0;
  /* それ以外のときは margin 通常分 */
}

/* -----------------------------------------------------------
	#popup（ポップアップ空室検索）
	---------------------------------------------------------- */
#popup {
  margin-top: 30px;
}
#popup .con_search {
  width: 90%;
  margin: 0 auto;
}
#popup .con_search .wrp_search {
  width: 90%;
  margin: 0 auto 20px;
}
#popup .con_search .wrp_search h3 {
  background-color: #050708;
  padding: 10px 0 5px;
  text-align: center;
  margin-bottom: 10px;
}
#popup .con_search .wrp_search h3 img {
  margin-left: -10px;
}
#popup .con_search .wrp_search .box_kahen {
  display: flex;
  flex-wrap: wrap;
}
#popup .con_search .wrp_search .box_kahen dl {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
}
#popup .con_search .wrp_search .box_kahen dl:nth-of-type(2n) {
  margin-right: 0;
}
#popup .con_search .wrp_search .box_kahen dl dt {
  color: #413210;
  font-weight: bold;
  margin-bottom: 5px;
}
#popup .con_search .wrp_search .box_kahen dl dt.tl_hotel .tl {
  display: inline-block;
  margin-right: 5px;
}
#popup .con_search .wrp_search .box_kahen dl dt.tl_hotel .box_radio {
  font-size: 0.9em;
  font-weight: normal;
  display: inline-block;
}
#popup .con_search .wrp_search .box_kahen dl dt.tl_hotel .box_radio input {
  margin-right: 3px;
  vertical-align: -2px;
}
#popup .con_search .wrp_search .box_kahen dl dt.tl_hotel .box_radio label {
  letter-spacing: -0.05em;
}
#popup .con_search .wrp_search .box_kahen dl dd select {
  width: 100%;
  padding: 5px;
}
#popup .con_search .wrp_search .box_select {
  display: flex;
  flex-wrap: wrap;
}
#popup .con_search .wrp_search .box_select dl {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 15px;
}
#popup .con_search .wrp_search .box_select dl:nth-of-type(2n) {
  margin-right: 0;
}
#popup .con_search .wrp_search .box_select dl dt {
  color: #413210;
  font-weight: bold;
  margin-bottom: 5px;
}
#popup .con_search .wrp_search .box_select dl dd select {
  width: 80%;
  padding: 5px;
}
#popup .con_search .wrp_search .box_select dl dd input {
  width: 100%;
  padding: 5px;
}
#popup .con_search .wrp_search .box_select .box_checkin dd input {
  background-image: url(../images/common/ic_cal_gray.png);
  background-repeat: no-repeat;
  background-position: 96% 40%;
  border: 1px solid #858585;
  border-radius: 2px;
}
#popup .con_search .wrp_search .box_select .box_checkout dd input {
  background-image: url(../images/common/ic_cal_gray.png);
  background-repeat: no-repeat;
  background-position: 96% 40%;
  border: 1px solid #858585;
  border-radius: 2px;
}
#popup .con_search .wrp_search .btn_search {
  background: url(../images/search/bg_btn_search.png) center 0 no-repeat;
  text-align: center;
  padding-top: 5px;
}
#popup .con_search .wrp_search .btn_search:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
#popup .con_search .wrp_search .box_btn {
  display: none;
}
#popup .con_search .wrp_hotelsearch {
  width: 90%;
  margin: 0 auto;
}
#popup .con_search .wrp_hotelsearch h3 {
  background-color: #050708;
  padding: 10px 0 5px;
  text-align: center;
  margin-bottom: 10px;
}
#popup .con_search .wrp_hotelsearch .box_hotelsearch {
  display: flex;
}
#popup .con_search .wrp_hotelsearch .box_hotelsearch .box {
  width: 88%;
  margin-right: 2%;
}
#popup .con_search .wrp_hotelsearch .box_hotelsearch .box input {
  width: 100%;
  padding: 5px;
}
#popup .con_search .wrp_hotelsearch .box_hotelsearch .btn_hotelsearch {
  width: 10%;
}
#popup .con_search .btn_sh {
  display: none;
  /* width: 280px;
  margin: 0 auto;
  a {
  	display: block;
  	font-size: 16px;
  	color: #fff;
  	text-align: center;
  	text-decoration: none;
  	background-color: #CC252F;
  	border: solid 3px;
  	border-radius: 1000px;
  	padding: 8px 0;
  	&:before {
  		content: "\f35a";
  		vertical-align: middle;
  		font-family: "Font Awesome 5 Free";
  		color: #fff;
  		font-weight: 900;
  		margin-right: 5px;
  	}
  	span {
  		display: inline;
  		vertical-align: -2px;
  	}
  	} */
}

/* -----------------------------------------------------------
	#popup（ポップアップ空室検索）
	---------------------------------------------------------- */
/* #popup {
	position: relative;
	.con_search {
		background-color: #fff;
		width: 600px;
		margin: 0 auto;
		h3 {
			width: 90%;
			margin: 0 auto;
			background-color: $col_black;
			padding: 10px 0 5px;
			text-align: center;
			margin-bottom: 10px;
			img {
				margin-left: -10px;
			}
		}
		.box_search {
			width: 90%;
			margin: 0 auto 30px;
			dl {
				width: 45%;
				margin: 0 0 20px 0px;
				overflow: hidden;
				padding-left: 20px;
				float: left;
				dt {
					color: #413210;
					font-weight: bold;
					margin-bottom: 5px;
					&.tl_hotel {
						.tl {
							display: inline-block;
							margin-right: 5px;
						}
						.box_radio {
							font-size: .9em;
							font-weight: normal;
							display: inline-block;
							label {
								letter-spacing: -.05em;
							}
						}
					}
				}
				dd {
					select,
					input {
						padding: 5px 10px;
						width: 100%;
					}
					.nodate {
						margin-top: 5px;
						float: right;
						input {
							width: auto;
							text-align: right;
						}
					}
				}
			}
			.box_checkin {
				dd {
					position: relative;
					span {
						display: block !important;
						#date_text {
							background: url("../images/search/ic_cal.png")right 2px no-repeat;
						}
						span {
							display: none !important;
						}
					}
					input {
						width: 100%;
					}
					.obj_no_date {
						width: auto;
					}
				}
			}
			.box_out {
				dd {
					position: relative;
					span {
						display: block !important;
						#date_text {
							background: url("../images/search/ic_cal.png")right 2px no-repeat;
						}
						span {
							display: none !important;
						}
					}
					input {
						width: 100%;
					}
					.obj_no_date {
						width: auto;
					}
				}
			}
			.box_room {
				dd {
					select {
						width: 80%;
					}
				}
			}
			.box_select_oth {
				@include clearfix;
				clear: both;
				margin-bottom: 10px;
				dl {
					float: left;
					width: 29%;
					margin-bottom: 10px;
					dd {
						select,input {
							padding: 3px 0;
							width: 70%;
						}
						span {
							font-size: 90%;
							vertical-align: bottom;
						}
					}
				}
				.txt_notice {
					clear: both;
					color: $col_red;
					text-align: center;
				}
			}
			.btn_search {
				background: url(../images/search/bg_btn_search.png) center 0 no-repeat;
				text-align: center;
				padding-top: 5px;
				&:hover {
					@include opacity(.7);
				}
			}
		}
		.wrp_hotelsearch {
			h3 {
				width: 90%;
				margin: 0 auto;
				background-color: $col_black;
				padding: 10px 0 5px;
				text-align: center;
				margin-bottom: 10px;
				img {
					margin: 0;
				}
			}
			.box_hotelsearch {
				@include clearfix;
				width: 90%;
				margin: 0 auto;
				.box {
					width: 90%;
					float: left;
					input {
						padding: 8px;
						width: 100%;
					}
				}
				.btn_hotelsearch {
					width: 10%;
					float: right;
					text-align: center;
					img {
						max-width: 0;
					}
				}
			}
		}
	}
}

.ui-datepicker-header{
	.ui-state-disabled{
		display:none;
	}
	} */
/* -----------------------------------------------------------
	#contents（コンテンツ）
	---------------------------------------------------------- */
#contents {
  margin-bottom: 80px;
}
#contents .wrp_pgtit {
  width: 100%;
  border-bottom: 5px solid #1d236d;
  margin-bottom: 70px;
  padding-top: 30px;
}
#contents .wrp_pgtit .con_pgtitle {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1100px;
  position: relative;
  overflow: visible;
  vertical-align: bottom;
}
#contents .wrp_pgtit .con_pgtitle h2.title {
  font-size: 2.5em;
  line-height: 1;
  padding: 1.5em 0 10px;
  padding-left: 150px;
  min-height: 100px;
  vertical-align: bottom;
}
#contents .wrp_pgtit .con_pgtitle h2.title.tit_detail {
  padding: 10px 0;
  padding-left: 0px;
}
#contents .wrp_pgtit .con_pgtitle h2.title.tit_detail span {
  font-size: 0.7em;
  line-height: 2;
}
#contents .wrp_pgtit .con_pgtitle h2.title img {
  position: absolute;
  top: 15px;
  left: 0;
}

/*	.topicpath		パンクズ
----------------------------------------------------------- */
/* #snav 	サブナビ
----------------------------------------------------------- */
#snav ul {
  overflow: hidden;
  *zoom: 1;
}
#snav ul li {
  float: left;
  height: 50px;
}
#snav ul li a {
  height: 0;
  padding: 50px 0 0 0;
  display: block;
  overflow: hidden;
  background: left top no-repeat;
}
#snav ul li a:hover {
  background-position: left -50px;
}

#snav ul li.xxx a {
  background-image: url(../images/header/xxx.png);
}

#snav ul li.xxxx a {
  background-image: url(../images/header/xxxx.png);
}

#snav ul li.xxxxx a {
  background-image: url(../images/header/xxxxx.png);
}

#snav ul li.xxxxx a {
  background-image: url(../images/header/xxxxx.png);
}

#snav ul li.xxxxx a {
  background-image: url(../images/header/xxxxx.png);
}

.con_aten {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding-top: 30px;
}
.con_aten .box_aten {
  padding: 1.5rem;
  font-size: 120%;
  margin: 1.5rem auto;
}
.con_aten .box_aten h3 {
  position: relative;
}

/* -----------------------------------------------------------
	.btn_ptop	PAGE TOPボタン
	---------------------------------------------------------- */
.btn_ptop {
  text-align: center;
  clear: both;
}
.btn_ptop a img {
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	#footer
		フッタ
		---------------------------------------------------------- */
/*宿泊ネット　ネットワーク一覧*/
.con_list {
  padding-top: 125px;
  margin-top: -125px;
}
.con_list .bd {
  border-top: 5px solid #1d236d;
  padding-bottom: 70px;
  position: relative;
}
.con_list .bd h3 {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 10px;
}
.con_list .wrp {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1100px;
  padding-top: 30px;
}
.con_list .wrp h3 {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.con_list .wrp .box {
  width: 170px;
  margin-left: 10px;
  float: left;
  overflow: hidden;
}
.con_list .wrp .box h4 {
  margin-bottom: 10px;
}
.con_list .wrp .box .wrp_box {
  overflow: hidden;
}
.con_list .wrp .box .wrp_box dl {
  border-top: 3px solid #dededc;
  padding: 15px 0 10px;
}
.con_list .wrp .box .wrp_box dl dt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
.con_list .wrp .box .wrp_box dl dd {
  margin-bottom: 9px;
  overflow: hidden;
  font-size: 90%;
  line-height: 1.2;
  padding-left: 12px;
}
.con_list .wrp .box .wrp_box dl dd a {
  color: #050708;
  text-decoration: none;
}
.con_list .wrp .box .wrp_box dl dd a span {
  color: #e67f1b;
  font-weight: bold;
}
.con_list .wrp .box .wrp_box dl dd a:hover {
  text-decoration: underline;
}
.con_list .wrp .box .wrp_box dl.washington dt {
  color: #c53039;
}
.con_list .wrp .box .wrp_box dl.washington dd {
  background: url(../images/footer/ic_red.png) 0px 3px no-repeat;
}
.con_list .wrp .box .wrp_box dl.rb dt {
  color: #3d6f43;
}
.con_list .wrp .box .wrp_box dl.rb dd {
  background: url(../images/footer/ic_green.png) 0px 3px no-repeat;
}
.con_list .wrp .box .wrp_box dl.other dt {
  color: #1d236d;
}
.con_list .wrp .box .wrp_box dl.other dd {
  background: url(../images/footer/ic_blue.png) 0px 3px no-repeat;
}
.con_list .wrp .box .wrp_box dl:first-child {
  border-top: none;
  padding-top: 0;
}
.con_list .wrp .box:first-child {
  margin-left: 0;
}
.con_list .wrp .txt_att {
  font-size: 90%;
  text-align: right;
  clear: both;
}
.con_list .wrp .txt_att span {
  color: #e67f1b;
  font-weight: bold;
}
.con_list .kaigai {
  display: none;
  margin: -300px auto 300px;
}

#footer {
  clear: both;
  border-top: 5px solid #1d236d;
  background-color: #D0EDFF;
}
#footer .con_footer {
  width: 1100px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  max-width: 1100px;
  padding: 20px 0;
}
#footer .con_footer .f_logo {
  float: left;
}
#footer .con_footer #fnav {
  margin-bottom: 10px;
  overflow: hidden;
  width: 680px;
  float: right;
}
#footer .con_footer #fnav li {
  margin: 0 10px 10px 0;
  float: left;
}
#footer .con_footer #fnav li a {
  background: url(../images/common/ic_arrow_b_l.png) 0 0 no-repeat;
  padding-left: 18px;
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #050708;
}
#footer .con_footer #fnav li a:hover {
  text-decoration: underline;
}
#footer .con_footer .box_copyrigth {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  text-align: right;
  padding-top: 20px;
}

/* -----------------------------------------------------------
	#drawer_list
	ドロワーボックス
	---------------------------------------------------------- */
#drawer_list {
  background: #f3f3f3;
  padding: 15px;
  width: 200px;
}
#drawer_list .box_list {
  padding-bottom: 30px;
}
#drawer_list .btn_drawer_close {
  position: absolute;
  width: 50px;
  top: 45px;
  right: 200px;
  background: #000;
  cursor: pointer;
  -moz-border-radius: 10px 0 0 10px / 10px 0 0 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px 0 0 10px / 10px 0 0 10px;
  z-index: 10000;
  text-align: center;
}
#drawer_list .btn_drawer_close i {
  color: #fff;
  line-height: 50px;
  font-size: 1.4em;
}

.drawer-main {
  overflow: visible;
  *zoom: 1;
}
.drawer-main:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_hotellist
	ホテルリスト共通スタイル
	---------------------------------------------------------- */
.con_hotellist .box_list .st_area {
  background: #e7e7e7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: bold;
}
.con_hotellist .box_list .st_hotel {
  font-weight: bold;
  margin-bottom: 5px;
}
.con_hotellist .box_list .st_hotel.wa {
  color: #b34d42;
}
.con_hotellist .box_list .st_hotel.rb {
  color: #3f7144;
}
.con_hotellist .box_list .st_hotel.na {
  color: #014ca4;
}
.con_hotellist .box_list .list.section {
  border-bottom: 1px solid #bbbbbb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.con_hotellist .box_list .list li {
  font-size: 0.9em;
  position: relative;
}
.con_hotellist .box_list .list li:before {
  content: "●";
  font-size: 0.8em;
  position: absolute;
  left: 0;
  top: 0.3em;
}
.con_hotellist .box_list .list li a {
  display: inline-block;
  padding: 5px 0 5px 15px;
  line-height: 1;
}
.con_hotellist .box_list .list li a:hover {
  text-decoration: underline;
}
.con_hotellist .box_list .list.wa li:before {
  color: #b34d42;
}
.con_hotellist .box_list .list.rb li:before {
  color: #3f7144;
}
.con_hotellist .box_list .list.na li:before {
  color: #014ca4;
}

/* -----------------------------------------------------------
	.btn_sh
	---------------------------------------------------------- */
.con_member .wrp .con_app_signup .btn_sh {
  width: 180px;
  height: 34px;
  float: left;
  text-align: center;
}
.con_member .wrp .con_app_signup .btn_sh a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #cc252f;
  color: #fff;
}
.con_member .wrp .con_app_signup .btn_sh a:hover {
  opacity: 0.8;
}
.con_member .wrp .con_app_signup .btn_sh a:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #fff;
}

.con_registration {
  background-color: #d0edff;
  position: relative;
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .con_registration {
    padding-top: 4rem;
  }
}
.con_registration .inner_registration {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -14rem;
}
@media only screen and (max-width: 767px) {
  .con_registration .inner_registration {
    flex-direction: column-reverse;
    margin-top: 0;
  }
}
.con_registration .inner_registration .box_registration {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .con_registration .inner_registration .box_registration {
    width: 85%;
    margin-right: 4rem;
    margin-top: 2rem;
  }
}
.con_registration .inner_registration .textbox_registration {
  width: 45%;
  margin-left: 3rem;
}
@media only screen and (max-width: 767px) {
  .con_registration .inner_registration .textbox_registration {
    width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
.con_registration .inner_registration .textbox_registration .merit_registration {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.con_registration .inner_registration .textbox_registration .merit_registration img {
  width: 31%;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.con_registration .inner_registration .textbox_registration .btn_basic {
  text-align: center;
  display: inline-grid;
  width: 100%;
}
.con_registration .inner_registration .textbox_registration .btn_basic a {
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-size: 122%;
  color: #0b50a2;
  background: #fff;
  border: 2px solid #0b50a2;
  padding: 1em 2.5em;
  -moz-border-radius: 4em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  -moz-transition: background 0.35s, color 0.35s;
  -o-transition: background 0.35s, color 0.35s;
  -webkit-transition: background 0.35s, color 0.35s;
  transition: background 0.35s, color 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_registration .inner_registration .textbox_registration .btn_basic a {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .con_registration .inner_registration .textbox_registration .btn_basic a {
    font-size: 93%;
  }
}
.con_registration .inner_registration .textbox_registration .btn_basic a:after {
  margin-left: 3em;
  font-family: "Ionicons";
  content: "\f3d3";
  font-weight: normal;
}
.con_registration .inner_registration .textbox_registration .btn_basic a:hover {
  background: #0b50a2;
  color: #fff;
}
.con_registration .inner_registration .textbox_registration .btn_basic a {
  color: #fff;
  background: #1D236D;
  border: 2px solid #1D236D;
}
.con_registration .inner_registration .textbox_registration .btn_basic a:hover {
  background: #fff;
  color: #1D236D;
}
.con_registration .inner_registration .textbox_registration .list_registration {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
.con_registration .inner_registration .textbox_registration .list_registration li {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .con_registration .inner_registration .textbox_registration .list_registration li {
    width: 50%;
  }
}
.con_registration .inner_registration .textbox_registration .list_registration li a {
  font-size: 115%;
  color: #1d236d;
  display: flex;
  align-items: center;
  padding: 1rem 1rem 0 0;
  transition: 0.75s all;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_registration .inner_registration .textbox_registration .list_registration li a {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_registration .inner_registration .textbox_registration .list_registration li a {
    font-size: 86%;
  }
}
.con_registration .inner_registration .textbox_registration .list_registration li a i {
  flex-shrink: 0;
  margin-right: 0.5rem;
}
.con_registration .inner_registration .textbox_registration .list_registration li a i::before {
  content: "▶︎";
  font-size: 0.7rem;
  line-height: 1rem;
  vertical-align: middle;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 1.35rem;
  width: 1.35rem;
  background: #4181cd;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .con_registration .pattern_b {
    margin-top: -14rem !important;
  }
  .con_registration .pattern_b .textbox_registration {
    padding-top: 4rem;
    z-index: 1;
    margin-bottom: 5rem;
  }
  .con_registration .pattern_b .box_registration {
    position: absolute;
    transform: translateY(-100%);
    top: 0;
    margin-top: 0;
  }
}

.con_follow {
  width: 8%;
  position: fixed;
  right: 0;
  bottom: 25%;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_follow {
    width: 15%;
    bottom: 15%;
  }
}

.con_follow_event {
  width: 8.3%;
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.35s, top 0.5s;
  -o-transition: opacity 0.35s, top 0.5s;
  -webkit-transition: opacity 0.35s, top 0.5s;
  transition: opacity 0.35s, top 0.5s;
}
.con_follow_event.active {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_follow_event {
    width: 15.5%;
    top: 18%;
  }
}
.con_follow_event.footer {
  top: 10%;
}

.con_about {
  text-align: center;
  margin: 4.3rem auto 7rem;
}
.con_about .title_about {
  font-size: 258%;
  font-weight: bold;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .title_about {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .title_about {
    font-size: 186%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .title_about {
    margin-bottom: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .title_about {
    margin-bottom: 1.2rem;
  }
}
.con_about .caption_about {
  font-size: 158%;
  font-weight: bold;
  color: #0B50A2;
  margin-bottom: 2.7rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .caption_about {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .caption_about {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .caption_about {
    margin-bottom: 2.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .caption_about {
    margin-bottom: 2.7rem;
  }
}
.con_about .txt_about {
  font-size: 129%;
  line-height: 3rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .txt_about {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .txt_about {
    font-size: 129%;
  }
}
@media only screen and (max-width: 1279px) {
  .con_about .txt_about {
    line-height: 2.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_about .txt_about {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .txt_about {
    margin-bottom: 2rem;
  }
}
.con_about .box_about {
  display: flex;
}
.con_about .box_about img {
  width: 33%;
}
.con_about .box_about img:nth-of-type(2) {
  margin: 0 10px;
}
@media only screen and (max-width: 767px) {
  .con_about .box_about {
    display: block;
  }
  .con_about .box_about img {
    height: 120px;
    width: 100%;
  }
  .con_about .box_about img:nth-of-type(2) {
    margin: 10px 0;
  }
}

.con_app {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 2.3rem auto 4.7rem;
}
@media only screen and (max-width: 767px) {
  .con_app {
    display: block;
  }
}
.con_app .box_app .main_app {
  display: flex;
  align-items: center;
}
.con_app .box_app .main_app img {
  width: 30%;
  margin-right: 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_app .box_app .main_app img {
    margin-right: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_app .box_app .main_app img {
    margin-right: 1.5rem;
  }
}
.con_app .box_app .main_app .title_app {
  font-size: 186%;
  color: #1d236d;
  font-weight: bold;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_app .box_app .main_app .title_app {
    font-size: 172%;
  }
}
@media only screen and (max-width: 767px) {
  .con_app .box_app .main_app .title_app {
    font-size: 172%;
  }
}
.con_app .box_app .txt_app {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_app .box_app .txt_app {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_app .box_app .txt_app {
    margin-top: 1rem;
  }
}
.con_app .down_app {
  display: flex;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_app .down_app {
    margin: 3.1rem 0 1rem;
  }
}
.con_app .down_app .down_box_app {
  display: flex;
  align-items: end;
}
.con_app .down_app .down_box_app:first-child {
  margin-right: 2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_app .down_app .down_box_app:first-child {
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_app .down_app .down_box_app:first-child {
    margin-right: 2rem;
  }
}
.con_app .down_app .down_box_app .qr_app {
  width: 30%;
  object-fit: cover;
  margin-left: 1rem;
}
@media only screen and (max-width: 767px) {
  .con_app .down_app .down_box_app .qr_app {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_app .left_app {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_app .right_app {
    width: 60%;
  }
}

.con_search {
  margin: 0 auto;
  margin-top: 3rem;
  transition: all 0.5s;
  bottom: auto;
  width: 100%;
  max-width: 1920px;
  -moz-transition: opacity 0.35s, z-index 0.35s;
  -o-transition: opacity 0.35s, z-index 0.35s;
  -webkit-transition: opacity 0.35s, z-index 0.35s;
  transition: opacity 0.35s, z-index 0.35s;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_search {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
  .con_search {
    margin-top: 3rem;
  }
}
.con_search .wrp_search {
  box-shadow: 3px 10px 14px 2px rgba(0, 0, 0, 0.15);
}
.con_search.hidden {
  opacity: 0;
  z-index: 25;
}
.con_search.fixed {
  max-width: 100%;
}
@media only screen and (min-width: 1280px) {
  .con_search.fixed {
    opacity: 1;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 25;
  }
  .con_search.fixed .wrp_search {
    width: 100%;
  }
  .con_search.fixed .wrp_search .wrp_washingtonnet {
    width: 14.58333%;
  }
}
@media only screen and (min-width: 1280px) and (min-width: 1025px) and (max-width: 1500px) {
  .con_search.fixed .wrp_search .wrp_washingtonnet {
    width: 18.05556%;
  }
}
@media only screen and (min-width: 1280px) {
  .con_search.fixed .wrp_search .wrp_washingtonnet a {
    padding: 1rem 0;
  }
  .con_search.fixed .wrp_search .wrp_washingtonnet a .img {
    width: 50%;
  }
  .con_search.fixed .wrp_search .wrp_form {
    width: 85.41667%;
  }
  .con_search.fixed .wrp_search .wrp_form .obj_search {
    padding: 1.2rem 0;
  }
  .con_search.fixed .wrp_search .wrp_form .obj_search .hotel-items {
    bottom: 50px;
  }
  .con_search.fixed .wrp_search .wrp_form .box_btn_search {
    padding: 0.6rem 2.38095% 0.8rem;
  }
}
@media print {
  .con_search.fixed {
    opacity: 1;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 25;
  }
  .con_search.fixed .wrp_search {
    width: 100%;
  }
  .con_search.fixed .wrp_search .wrp_washingtonnet {
    width: 14.58333%;
  }
  .con_search.fixed .wrp_search .wrp_washingtonnet a {
    padding: 1rem 0;
  }
  .con_search.fixed .wrp_search .wrp_washingtonnet a .img {
    width: 50%;
  }
  .con_search.fixed .wrp_search .wrp_form {
    width: 85.41667%;
  }
  .con_search.fixed .wrp_search .wrp_form .obj_search {
    padding: 1.2rem 0;
  }
  .con_search.fixed .wrp_search .wrp_form .obj_search .hotel-items {
    bottom: 50px;
  }
  .con_search.fixed .wrp_search .wrp_form .box_btn_search {
    padding: 0.6rem 2.38095% 0.8rem;
  }
}

@media only screen and (min-width: 1280px) {
  .btn_ptop.active {
    bottom: 125px;
  }
}
@media print {
  .btn_ptop.active {
    bottom: 125px;
  }
}

@media only screen and (min-width: 1280px) {
  .btn_ptop.footer {
    bottom: 380px;
  }
}
@media print {
  .btn_ptop.footer {
    bottom: 380px;
  }
}

@media only screen and (min-width: 1280px) {
  #footer .box_footer {
    padding-bottom: 160px;
  }
}
@media print {
  #footer .box_footer {
    padding-bottom: 160px;
  }
}
