@charset "UTF-8";

body {
	font-weight: 350;
}

.inner {
	padding: 0 10px;
}




/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

#top_bl {
	margin: 90px 0 0;
	/*padding: 64px 0 50px;*/
	padding: 40px 0 50px;
}

#top_bl .shoulder {
	color: #1E2B30;
	font-size: 16px;
	font-weight: 200;
	text-align: center;
	/*line-height: 1.5;
	margin: 0 0 14px;*/
	line-height: 1.6;
	margin: 0 0 5px;
	letter-spacing: 1px;
}

#top_bl h1 {
	color: #1770BA;
	font-size: 27px;
	/*font-weight: 350;*/
	font-weight: 550;
	text-align: center;
	line-height: 1.4;
	/*margin: 0 0 24px;*/
	margin: 0 0 20px;
}

#top_bl img.mainTabPc {
	display: none;
}

#top_bl .lead {
	color: #292929;
	font-size: 13px;
	font-weight: 200;
	text-align: center;
	line-height: 1.9;
	margin: 13px 0 18px;
}

#top_bl .bt_line {
	display: block;
	width: 232px;
	margin: 0 auto;
	transition: 0.5s;
}

#top_bl .bt_line:hover {
	opacity: 0.8;
	transition: 0.5s;
}

#top_bl .onoff {
	display: inline;
}




/* -------------------------------------------------------------
　クーポン
------------------------------------------------------------- */

#coupon_bl {
	padding: 40px 0;
	background: #21A6E3;
}

#coupon_bl h2 {
	color: #fff;
	font-size: 28px;
	font-weight: 350;
	text-align: center;
	line-height: 1.4;
	margin: 0 0 20px;
}

#coupon_bl h2 .onoff {
	display: inline;
}

#coupon_bl .lead {
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 1.7;
	margin: 0 0 30px;
}


/* クーポン詳細
------------------------------------------------------------- */

#coupon_bl .ditail_wrap {
	max-width: 460px;
	margin: 0 auto;
	padding: 40px 17px;
	/*background: #F2F9FC;*/
	background: #fff;
	border-radius: 10px;
}

#coupon_bl h3 {
	color: #fff;
	font-size: 18px;
	font-weight: 450;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 0 0 20px;
	padding: 11px 10px;
	background: #1770BA;
	border-radius: 20px;
}

#coupon_bl .period,
#coupon_bl .coupon_content {
	max-width: 380px;
	margin: 0 auto;
}

/* キャンペーン期間 */

#coupon_bl .period ul {
	margin: 0 10px 26px;
}

#coupon_bl .period ul li:first-of-type {
	color: #21A6E3;
	font-size: 16px;
	font-weight: 350;
	line-height: 1.5;
}

#coupon_bl .period ul li:last-of-type {
	color: #454545;
	font-size: 16px;
	line-height: 1.5;
}

/* クーポン内容 */
#coupon_bl .coupon_content h3 {
	margin: 0 auto 30px;
}

#coupon_bl .coupon_content ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0 10px 15px;
	padding: 0 0 15px;
	background-image: linear-gradient(to right, #78BADD, #78BADD 1px, transparent 1px, transparent 3px);
	background-size: 6px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
#coupon_bl .coupon_content ul:last-of-type {
	margin: 0 10px 20px;
}

#coupon_bl .coupon_content ul li {
	font-size: 14px;
	line-height: 1.3;
}

#coupon_bl .coupon_content ul li .fonts_up {
	font-size: 22px;
	letter-spacing: 1px;
}

#coupon_bl .coupon_content ul li:first-of-type {
	width: 55%;
	color: #454545;
}

#coupon_bl .coupon_content ul li:last-of-type {
	width: 45%;
	color: #CC0505;
	font-weight: 400;
	text-align: right;
	background: url(./img/arrow_r_sp.svg) left center no-repeat;
}
#coupon_bl .coupon_content ul:first-of-type li:last-of-type {
	background: url(./img/arrow_r_sp.svg) left 79% no-repeat;
}

#coupon_bl .coupon_content ul li .baloon {
	position: relative;
	display: block;
	width: 100px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
	margin: 0 0 7px auto;
	padding: 6px 10px 7px;
	background: #F18D21;
	border-radius: 5px;
}
#coupon_bl .coupon_content ul li .baloon::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border-style: solid;
	border-width: 6px 6px 0 6px;
	border-color: #F18D21 transparent transparent;
	translate: -50% 100%;
}

#coupon_bl .coupon_content .ctrlBr {
	display: inline;
}

#coupon_bl .caution {
	color: #010101;
	font-size: 9px;
	font-weight: 200;
	line-height: 2;
	margin: 0 10px 20px;
}


#coupon_bl a.hotellist {
	display: block;
	width: 300px;
	color: #fff;
	font-size: 18px;
	/*font-weight: 250;*/
	font-weight: 350;
	text-align: center;
	margin: 0 auto;
	padding: 13px 10px;
	background: #21A6E3;
	/*border: 1px solid #fff;*/
	border-radius: 40px;
	box-shadow: 0 3px 6px #d6d6d6;
	transition: 0.5s;
}

#coupon_bl a.hotellist:hover,
#coupon_bl a.hotellist:active {
	opacity: 0.8;
	transition: 0.5s;
}





/* -------------------------------------------------------------
　友だち登録方法
------------------------------------------------------------- */

#howto_bl {
	text-align: center;
	padding: 40px 0;
	background: #ebebeb;
}

#howto_bl h2 {
	color: #000;
	font-size: 20px;
	font-weight: 200;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 30px;
}

#howto_bl .step {
	max-width: 250px;
	height: 358px;
	text-align: center;
	line-height: 0;
	margin: 0 auto;
	border-radius: 10px 10px 0 0;
}

#howto_bl .st1 {
	background: #FFF url(./img/line_step_1.png) center bottom 20px no-repeat;
	background-size: auto 185px;
}
#howto_bl .st2 {
	background: #FFF url(./img/line_step_2.png) center bottom no-repeat;
	background-size: auto 185px;
}
#howto_bl .st3 {
	background: #FFF url(./img/line_step_3.png) center bottom no-repeat;
	background-size: auto 185px;
}
#howto_bl .st4 {
	background: #FFF url(./img/line_step_4.png) center bottom no-repeat;
	background-size: auto 185px;
}

#howto_bl .stepNum {
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 14px 0;
	background: #15B900;
	border-radius: 10px 10px 0 0;
}
#howto_bl .step p {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	padding: 25px 0 30px;
}

#howto_bl a img.bt_line {
	display: block;
	width: 232px;
	margin: 50px auto 20px;
	transition: 0.5s;
}

#howto_bl a.bt_detail {
	display: block;
	width: 300px;
	color: #15B900;
	font-size: 14px;
	font-weight: 250;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	padding: 12px 0;
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 3px 6px #d6d6d6;
	transition: 0.5s;
}

#howto_bl a img.bt_line:hover,
#howto_bl a.bt_detail:hover {
	opacity: 0.8;
	transition: 0.5s;
}


/* slickスライド調整 */

#howto_bl .line_slides {
	width: 250px;
	margin: 0 auto;
}

#howto_bl .slick-slide img {
	margin: 0 auto;
}

#howto_bl .line_slides .slick-slide { padding: 0 5px; }
#howto_bl .line_slides .slick-list { margin: 0 -5px; }

#howto_bl .slick-prev,
#howto_bl .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 17px;
	height: 38px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: unset;
	transition: 0.5s;
}

#howto_bl .slick-prev:before,
#howto_bl .slick-next:before {
	font-family: unset;
	font-size: unset;
	line-height: unset;
	opacity: unset;
	color: unset;
	-webkit-font-smoothing: unset;
	-moz-osx-font-smoothing: unset;
}

#howto_bl .slick-prev {
	left: -45px;
	background: url(./img/line_arrow_l.svg) no-repeat 0 0;
}
#howto_bl .slick-next {
	right: -45px;
	background: url(./img/line_arrow_r.svg) no-repeat 0 0;
}

#howto_bl .slick-prev:hover,
#howto_bl .slick-prev:focus {
	background: url(./img/line_arrow_l.svg) no-repeat 0 0;
	opacity: 0.6;
	transition: 0.5s;
}
#howto_bl .slick-next:hover,
#howto_bl .slick-next:focus {
	background: url(./img/line_arrow_r.svg) no-repeat 0 0;
	opacity: 0.6;
	transition: 0.5s;
}

#howto_bl .slick-dots {
	display: none !important;
	bottom: -30px;
}

#howto_bl .slick-dots li {
	width: unset;
	height: unset;
}

#howto_bl .slick-dots li button {
	width: 10px;
	height: 10px;
}

#howto_bl .slick-dots li button::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_off.svg) no-repeat;
	background-size: 10px auto;
	vertical-align: middle;
	opacity: 1;
}
#howto_bl .slick-dots li.slick-active button:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_green_on.svg) no-repeat;
	background-size: 10px auto;
	vertical-align: middle;
	opacity: 1;
}





/* -------------------------------------------------------------
　ホテルメッツのこだわり
------------------------------------------------------------- */

#kodawari_bl {
	padding: 70px 0 0;
}

#kodawari_bl h2 {
	color: #638FA2;
	font-size: 26px;
	font-weight: 100;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.014em;
	margin: 0 0 60px;
}


/* 背景Blue/背景Brown　共通 */
#kodawari_bl .blue_bl,
#kodawari_bl .bwn_bl {
	position: relative;
	margin: 0 0 60px;
	padding: 30px 0 0px;
}

/* イメージcss */
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list {
	display: flex;
	flex-wrap: wrap;
}

#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list li,
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list li {
	line-height: 0;
}
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list li:nth-of-type(1),
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list li:nth-of-type(1) {
	width: 100%;
	padding: 0 0 20px;
}
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list li:nth-of-type(2),
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list li:nth-of-type(2) {
	width: 50%;
	padding: 0 7px 0 0;
}
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list li:nth-of-type(3),
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list li:nth-of-type(3) {
	width: 50%;
	padding: 0 0 0 7px;
}
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list li:nth-of-type(1) img,
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list li:nth-of-type(1) img {
	width: 100%;
	position: relative;
}

#kodawari_bl .blue_bl .number,
#kodawari_bl .bwn_bl .number,
#kodawari_bl .blue_bl .number2,
#kodawari_bl .bwn_bl .number2 {
	position: absolute;
	top: 90px;
	left: 70px;
	color: #fff;
	font-family: "Roboto";
	font-size: 100px;
	font-style: italic;
	font-weight: 100;
	box-shadow: 1px 1px 10px #000;
}

#kodawari_bl .blue_bl .number2,
#kodawari_bl .bwn_bl .number2 {
	box-shadow: 0 0 8px #000;
}

/* テキスト */
#kodawari_bl .blue_bl ul.cont_wrap li h3,
#kodawari_bl .bwn_bl ul.cont_wrap li h3 {
	color: #1E2B30;
	font-size: 28px;
	font-weight: 200;
	line-height: 1.4;
	margin: 0 0 30px 40px;
}

#kodawari_bl .blue_bl ul.cont_wrap li .lead,
#kodawari_bl .bwn_bl ul.cont_wrap li .lead {
	color: #1E2B30;
	font-size: 14px;
	font-weight: 250;
	line-height: 2;
	margin: 0 15px 0 40px;
	padding: 0 0 30px 0;
}


/* 背景Blueのみ */
#kodawari_bl .blue_bl {
	background: linear-gradient(90deg, #F1F5F7 0% 83% , #fff 83% 100%);
}

	/* イメージcss */
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list {
	margin: 0 0 10px 40px;
}


/* 背景Brownのみ */
#kodawari_bl .bwn_bl {
	background: linear-gradient(90deg, #fff 0% 17% , #F5F3F2 17% 100%);
}

	/* イメージcss */
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list {
	margin: 0 40px 30px 0;
}

#kodawari_bl .caution {
	font-size: 12px;
	font-weight: 300;
}

#kodawari_bl sup {
	font-size: 60%;
}





/* -------------------------------------------------------------
　PICK UP HOTEL
------------------------------------------------------------- */

#pickup_bl {
	padding: 53px 0 50px;
	background: #f2fbfd;
}

#pickup_bl .shoulder {
	color: #21A6E3;
	font-family: "Roboto";
	font-size: 38px;
	font-weight: 100;
	text-align: center;
	line-height: 1;
	margin: 0 0 10px;
}

#pickup_bl h2 {
	color: #1E2B30;
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	letter-spacing: 0.05em;
	margin: 0 0 30px;
}


/* slick スライダー調整 */

#pickup_bl .pickup_slides {
	width: 310px;
	margin: 0 auto;
}

#pickup_bl .slick-slide div {
	width: 290px;
	height: 510px;
	margin: 0 auto;
}

#pickup_bl .slick-slide article {
	height: 505px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 3px 6px #d6d6d6;
}

#pickup_bl article img {
	margin: 0 0 15px;
}

#pickup_bl article h3 {
	color: #21A6E3;
	font-size: 18px;
	font-weight: 350;
	text-align: center;
	line-height: 1.6;
	letter-spacing: -0.01em;
	margin: 0 0 15px;
}
#pickup_bl article h3.font_dn {
	font-size: 17px;
	letter-spacing: -0.04em;
	margin: 17px 0 15px;
}

#pickup_bl article p {
	font-size: 12px;
	font-weight: 250;
	line-height: 1.9;
	margin: 0 0 20px;
}

#pickup_bl article a {
	display: block;
	width: 230px;
	font-size: 13px;
	font-weight: ;
	text-align: center;
	line-height: 1;
	margin: 0 auto 10px;
	/*padding: 10px;*/
	padding: 10px 10px 13px;
	border: 1px solid #21A6E3;
	border-radius: 20px;
	transition: 0.5s;
}

#pickup_bl article a.bt_hotel {
	color: #21A6E3;
}

#pickup_bl article a.bt_reserve {
	color: #fff;
	font-weight: 400;
	background: #21A6E3;
}

#pickup_bl article a:hover {
	opacity: 0.8;
	transition: 0.5s;
}

/* ボタン調整 */
#pickup_bl .pickup_slides .slick-prev,
#pickup_bl .pickup_slides .slick-next {
	top: 50%;
	width: 11px;
	height: 27px;
	z-index: 10;
}

#pickup_bl .pickup_slides .slick-prev {
	left: calc(50% - 175px);
}
#pickup_bl .pickup_slides .slick-next {
	right: calc(50% - 175px);
}

#pickup_bl .pickup_slides .slick-prev:before,
#pickup_bl .pickup_slides .slick-next:before {
	content: '';
	display: inline-block;
	width: 11px;
	height: 27px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	opacity: 1;
}
#pickup_bl .pickup_slides .slick-prev:before {
	background: url(./img/harrow_l_blue.svg) no-repeat 0 0;
	background-size: 11px auto;
}
#pickup_bl .pickup_slides .slick-next:before {
	background: url(./img/harrow_r_blue.svg) no-repeat 0 0;
	background-size: 11px auto;
}





/* -------------------------------------------------------------
　HOTEL LIST
------------------------------------------------------------- */

#list_bl {
	padding: 60px 0 70px;
}


#list_bl .ttl_bl h2 {
	color: #638FA2;
	font-family: "Roboto";
	font-size: 36px;
	font-weight: 100;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.05em;
	margin: 0 0 8px;
}

#list_bl .ttl_bl p {
	font-size: 14px;
	font-weight: 200;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	margin: 0 0 38px;
}


#list_bl .tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 17px;
}

#list_bl .tab_label {
	position: relative;
	width: 32%;
	height: 50px;
	color: #1E2B30;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 17px;
	margin: 0 0.6% 5px;
	padding: 17px 0 13px;
	background: #F1F5F7;
	z-index: 1;
	cursor: pointer;
}
#list_bl .tab_label.t3,
#list_bl .tab_label.t5 {
	padding: 8px 0 4px;
}

#list_bl .tab_label:hover {
	opacity: 0.75;
}

#list_bl .tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
}

#list_bl input[name="tab_switch"] {
	display: none;
}

#list_bl .tabs input:checked + .tab_label {
	color: #fff;
	background: #638FA2;
}

#list_bl #tab1:checked ~ #tab1_content,
#list_bl #tab2:checked ~ #tab2_content,
#list_bl #tab3:checked ~ #tab3_content,
#list_bl #tab4:checked ~ #tab4_content,
#list_bl #tab5:checked ~ #tab5_content {
	display: block;
}

#list_bl .tab_content{
	position: relative;
	animation: fadeIn 1s ease;
	margin: 30px 0 0;
}



#list_bl ul.hotelList {
	margin: 0;
}

#list_bl ul.hotelList li ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 18px 0;
	border-bottom: 1px solid #707070;
}
#list_bl ul.hotelList li ul li:nth-child(1) {
	padding: 0 20px 0 0;
}

#list_bl ul.hotelList li ul li .hName {
	color: #1E2B30;
	font-size: 16px;
	line-height: 27px;
	margin: 0 0 2px;
}

#list_bl ul.hotelList li ul li .hName.premier {
	letter-spacing: -0.037em;
}
/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:440px), print {
	#list_bl ul.hotelList li ul li .hName.premier {
		letter-spacing: 0;
	}
}/* media Queries 440 */


#list_bl ul.hotelList li ul li .hName a {
	text-decoration: none;
}

#list_bl ul.hotelList li ul li .hName a.hLink {
	color: #1E2B30;
	font-weight: 400;
}
#list_bl ul.hotelList li ul li .hName a.hLink:hover {
	color: #638FA2;
}

#list_bl ul.hotelList li ul li .acs {
	color: #638FA2;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.8;
}

#list_bl ul.hotelList li ul li a.btRsv {
	position: relative;
	display: block;
	width: 80px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	padding: 14px 0 15px;
	background: #1E2B30;
	border-radius: 2px;
	transition:0.5s;
}
#list_bl ul.hotelList li ul li a.btRsv:hover {
	transition:0.5s;
	opacity: 0.8;
	text-decoration: none;
}


/* 調整用タグ ------------------------------------------------- */
#list_bl .premOnoff {/*プレミア改行用*/
	display: inline;
}
/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:501px), print {
	#list_bl .premOnoff {/*プレミア改行用*/
		display: none;
	}
}/* media Queries 000 */

#list_bl .metsOnoff {/*メッツ改行用*/
	display: none;
}







/*media Queries Tablet
--------------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:601px) {

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

@media print, screen and (min-width:801px) {
	#top_bl {
		margin: 120px 0 0;
	}
}

#top_bl .shoulder {
	font-size: 26px;
	margin: 0 0 14px;
}

#top_bl h1 {
	font-size: 40px;
	line-height: 54px;
	margin: 0 0 36px;
}


#top_bl img.mainSp {
	display: none;
}
#top_bl img.mainTabPc {
	display: inline;
}

#top_bl .lead {
	font-size: 20px;
	line-height: 33px;
	margin: 0 0 20px;
}




/* -------------------------------------------------------------
　クーポン
------------------------------------------------------------- */

#coupon_bl .lead {
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 40px;
}


/* クーポン詳細
------------------------------------------------------------- */

#coupon_bl .ditail_wrap {
	max-width: 580px;
	padding: 50px 20px;
	border-radius: 15px;
}

#coupon_bl h3 {
	font-size: 20px;
	margin: 0 0 25px;
}

#coupon_bl .period,
#coupon_bl .coupon_content {
	max-width: 480px;
}

/* キャンペーン期間 */
#coupon_bl .period ul {
	display: flex;
	justify-content: space-between;
	margin: 0 10px 10px;
}
#coupon_bl .period ul:last-of-type {
	margin: 0 10px 30px;
}

#coupon_bl .period ul li:first-of-type,
#coupon_bl .period ul li:last-of-type {
	font-size: 18px;
}

/* クーポン内容 */
#coupon_bl .coupon_content ul {
	margin: 0 10px 15px;
}
#coupon_bl .coupon_content ul:last-of-type {
	margin: 0 10px 25px;
}

#coupon_bl .coupon_content ul li {
	font-size: 16px;
}

#coupon_bl .coupon_content ul li:last-of-type {
	background: url(./img/arrow_r_pc.svg) left center no-repeat;
}
#coupon_bl .coupon_content ul:first-of-type li:last-of-type {
	background: url(./img/arrow_r_pc.svg) left 79% no-repeat;
}

#coupon_bl .coupon_content ul li .fonts_up {
	font-size: 26px;
}

#coupon_bl .coupon_content ul li .baloon {
	width: 114px;
	font-size: 12px;
}

#coupon_bl .caution {
	font-size: 12px;
	line-height: 1.8;
	margin: 0 10px 30px;
}


#coupon_bl a.hotellist {
	width: 340px;
	font-size: 20px;
}




/* -------------------------------------------------------------
　HOTEL LIST
------------------------------------------------------------- */

#list_bl h2 {
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 30px;
}

#list_bl .tab_label.t3,
#list_bl .tab_label.t5 {
	padding: 17px 0 13px;
}

#list_bl .caution {
	font-size: 14px;
	line-height: 28px;
}






}/* media Queries Tablet ------------------------*/











/*media Queries PC
--------------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:811px) {

.inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}




/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

#top_bl {
	margin: 120px 0 40px;
	padding: 64px 0 50px;
}

#top_bl .shoulder {
	/*font-size: 32px;*/
	font-size: 30px;
}

#top_bl h1 {
	/*font-size: 50px;*/
	font-size: 60px;
	line-height: 65px;
	letter-spacing: 1px;
	padding: 0 0 20px;
}

#top_bl .lead {
	font-size: 18px;
    line-height: 36px;
    margin: 30px -7px 40px;
}

/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:880px), print {

	#top_bl .onoff {
		display: none;
	}

}/* media Queries 000 */




/* -------------------------------------------------------------
　クーポン
------------------------------------------------------------- */

#coupon_bl {
	padding: 80px 0;
}

#coupon_bl h2 {
    font-size: 46px;
    margin: 0 0 40px;
}

/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:830px), print {
	#coupon_bl h2 .onoff {
		display: none;
	}
}/* media Queries 830 */


#coupon_bl .lead {
	font-size: 18px;
	line-height: 2;
	margin: 0 0 50px;
}


/* クーポン詳細
------------------------------------------------------------- */

#coupon_bl .ditail_wrap {
	max-width: 1000px;
	padding: 60px 20px 70px;
	border-radius: 20px;
}

#coupon_bl h3 {
	max-width: 800px;
	font-size: 24px;
	margin: 0 auto 30px;
	border-radius: 30px;
}

#coupon_bl .period,
#coupon_bl .coupon_content {
	max-width: 800px;
}

/* キャンペーン期間 */
#coupon_bl .period ul {
	max-width: 650px;
	margin: 0 auto 15px;
}
#coupon_bl .period ul:last-of-type {
	margin: 0 auto 40px;
}

#coupon_bl .period ul li:first-of-type,
#coupon_bl .period ul li:last-of-type {
	font-size: 22px;
}

/* クーポン内容 */
#coupon_bl .coupon_content ul {
	max-width: 650px;
	margin: 0 auto 15px;
}

#coupon_bl .coupon_content ul:last-of-type {
	margin: 0 auto 30px;
}

#coupon_bl .coupon_content ul li {
	font-size: 20px;
}

#coupon_bl .coupon_content ul li .fonts_up {
	font-size: 30px;
	letter-spacing: 2px;
}

#coupon_bl .coupon_content ul li:first-of-type {
	width: 60%;
}

#coupon_bl .coupon_content ul li:last-of-type {
	width: 40%;
}

#coupon_bl .coupon_content ul li .baloon {
	width: 142px;
	font-size: 13px;
	padding: 4px 10px 8px;
}

#coupon_bl .coupon_content .ctrlBr {
	display: none;
}

#coupon_bl .caution {
	max-width: 650px;
	font-size: 14px;
	line-height: 1.7;
	margin: 0 auto 40px;
}


#coupon_bl a.hotellist {
	width: 380px;
	font-size: 22px;
}






/* -------------------------------------------------------------
　友だち登録方法
------------------------------------------------------------- */

#howto_bl {
	padding: 60px 0;
}

#howto_bl h2 {
	font-size: 34px;
}

#howto_bl .line_slides {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}

#howto_bl .step:nth-of-type(odd) {
	width: 50%;
	margin: 0 20px 40px 0;
}
#howto_bl .step:nth-of-type(even) {
	width: 50%;
	margin: 0 0 40px 20px;
}

#howto_bl .st1,
#howto_bl .st2 {
	height: 354px;
}
#howto_bl .st3,
#howto_bl .st4 {
	height: 358px;
}

#howto_bl .step p {
	font-size: 16px;
}

#howto_bl a img.bt_line {
	margin: 10px auto 30px;
}

#howto_bl a.bt_detail {
	width: 340px;
	font-size: 16px;
	padding: 17px 0;
}




/* -------------------------------------------------------------
　ホテルメッツのこだわり
------------------------------------------------------------- */

#kodawari_bl {
	padding: 100px 0 0;
}

#kodawari_bl h2 {
	font-size: 38px;
	line-height: 1.6;
    letter-spacing: 0;
    margin: 0 0 60px;
}

#kodawari_bl .inner {
	max-width: unset;
	margin: 0;
	padding: unset;
}

/* 背景Blue/背景Brown　共通 */
#kodawari_bl .blue_bl,
#kodawari_bl .bwn_bl {
	margin: 0 0 120px;
}

#kodawari_bl .blue_bl ul.cont_wrap,
#kodawari_bl .bwn_bl ul.cont_wrap {
	display: flex;
	width: 100%;
}

#kodawari_bl .blue_bl ul.cont_wrap li:nth-of-type(1),
#kodawari_bl .bwn_bl ul.cont_wrap li:nth-of-type(1) {
	width: 53.8%;
}

#kodawari_bl .blue_bl ul.cont_wrap li:nth-of-type(2),
#kodawari_bl .bwn_bl ul.cont_wrap li:nth-of-type(2) {
	width: 46.2%;
}

/* イメージcss */
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list,
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list {
	margin: 0 0 -60px;
}
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list li:nth-of-type(1),
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list li:nth-of-type(1) {
	padding: 0 0 40px;
}
	
#kodawari_bl .blue_bl .number {
  top: 160px;
  left: 30px;
  font-size: 150px;
  box-shadow: 1px 1px 10px #000;
	}

#kodawari_bl .bwn_bl .number2 {
  top: 160px;
  left: unset;
  right: 30px;
  color: #fff;
  font-size: 150px;
  box-shadow: 0 0 8px #000;
}
	
/* テキスト */
#kodawari_bl .blue_bl ul.cont_wrap li h3,
#kodawari_bl .bwn_bl ul.cont_wrap li h3 {
	font-size: 42px;
    margin: 20px 0 45px;
    letter-spacing: 0.05em;
}

#kodawari_bl .blue_bl ul.cont_wrap li .lead,
#kodawari_bl .bwn_bl ul.cont_wrap li .lead {
	margin: 0;
	padding: 0;
    font-size: 16px;
    line-height: 2;
}


/* 背景Blueのみ */
#kodawari_bl .blue_bl {
	background: linear-gradient(90deg, #F1F5F7 0% 80% , #fff 80% 100%);
}

#kodawari_bl .blue_bl ul.cont_wrap li:nth-of-type(2) {
	padding: 0 6.1% 0 5.4%;
}

	/* イメージcss */
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list {
	justify-content: flex-end;
}

#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list li:nth-of-type(2) {
	width: 55.72%;
	padding: 0 0 0 17.15%;
}
#kodawari_bl .blue_bl ul.cont_wrap li ul.img_list li:nth-of-type(3) {
	width: 44.28%;
	padding: 0 0 0 5.71%;
}


/* 背景Brownのみ */
#kodawari_bl .bwn_bl {
	background: linear-gradient(90deg, #fff 0% 20% , #F5F3F2 20% 100%);
}

#kodawari_bl .bwn_bl ul.cont_wrap {
	flex-direction: row-reverse;
}

#kodawari_bl .bwn_bl ul.cont_wrap li:nth-of-type(2) {
	padding: 0 2.3% 0 9.2%;
}

	/* イメージcss */
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list li:nth-of-type(2) {
	width: 44.28%;
	padding: 0 5.71% 0 0;
}
#kodawari_bl .bwn_bl ul.cont_wrap li ul.img_list li:nth-of-type(3) {
	width: 55.72%;
	padding: 0 17.15% 0 0;
}





/* -------------------------------------------------------------
　PICK UP HOTEL
------------------------------------------------------------- */

#pickup_bl {
	padding: 80px 0;
}

#pickup_bl .shoulder {
	font-size: 72px;
	letter-spacing: 0.02em;
	margin: 0 0 10px;
}

#pickup_bl h2 {
	font-size: 18px;
	letter-spacing: 0.01em;
	margin: 0 0 45px;
}


/* slick スライダー調整 */

#pickup_bl .pickup_slides {
	width: 660px;
}

#pickup_bl .slick-slide div {
	width: 310px;
	/*height: 525px;*/
	height: 550px;
}

#pickup_bl .slick-slide article {
	/*height: 520px;*/
	height: 535px;
	/*padding: 15px 15px 10px;*/
	padding: 15px 15px 20px;
}

#pickup_bl article img {
	margin: 0 0 20px;
}

#pickup_bl article h3.font_dn {
	font-size: 18px;
	letter-spacing: -0.056em;
	margin: 0 0 15px;
}

#pickup_bl article p {
	font-size: 13px;
	line-height: 1.8;
}
#pickup_bl article p.rowSpacer {
	padding: 0 0 1.8em;
}

/* ボタン調整 */
#pickup_bl .pickup_slides .slick-prev,
#pickup_bl .pickup_slides .slick-next {
	width: 20px;
	height: 40px;
}

#pickup_bl .pickup_slides .slick-prev {
	left: calc(50% - 370px);
}
#pickup_bl .pickup_slides .slick-next {
	right: calc(50% - 370px);
}

#pickup_bl .pickup_slides .slick-prev:before,
#pickup_bl .pickup_slides .slick-next:before {
	width: 20px;
	height: 40px;
}
#pickup_bl .pickup_slides .slick-prev:before {
	background: url(./img/harrow_l_blue.svg) no-repeat 0 0;
	background-size: 20px auto;
}
#pickup_bl .pickup_slides .slick-next:before {
	background: url(./img/harrow_r_blue.svg) no-repeat 0 0;
	background-size: 20px auto;
}







/* -------------------------------------------------------------
　HOTEL LIST
------------------------------------------------------------- */

#list_bl {
	padding: 100px 0 180px;
}

#list_bl .ttl_bl h2 {
	font-size: 72px;
	margin: 0 0 10px;
}

#list_bl .ttl_bl p {
	font-size: 18px;
	letter-spacing: 0.1em;
	margin: 0 0 47px;
}



#list_bl .tabs {
	max-width: 1000px;
	margin: 0 auto;
}

#list_bl .tab_label {
	flex: 1;
	width: 32%;
	margin: 0 0.6%;
}

#list_bl .tab_label.t3,
#list_bl .tab_label.t5 {
	padding: 17px 0 13px;
}
#list_bl .tab_label.t5 {
	margin: 0;
}
#list_bl .tab_content {
	margin: 15px 0 0;
}


#list_bl ul.hotelList {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
#list_bl ul.hotelList > li {
	width: 50%;
}
#list_bl ul.hotelList > li:nth-child(1) {
	padding: 0 2.5% 0 0;
}
#list_bl ul.hotelList > li:nth-child(2) {
	padding: 0 0 0 2.5%;
}

#list_bl ul.hotelList li ul {
	padding: 30px 0 20px
}

#list_bl ul.hotelList li ul li .hName {
	font-size: 18px;
}
#list_bl ul.hotelList li ul li .acs {
	font-size: 14px;
}

#list_bl ul.hotelList li ul li a.btRsv {
	width: 100px;
	font-size: 16px;
	padding: 17px 0;
}


/* 調整用タグ ------------------------------------------------- */

#list_bl .tab_label.t3 {
	padding: 8px 0 4px;
}
#list_bl .tab_label.t3 .useSP {
	display: inline;
}

#list_bl .metsOnoff {/*メッツ改行用*/
	display: inline;
}

/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:960px), print {

	#list_bl .tab_label.t3 {
		padding: 17px 0 13px;
	}
	#list_bl .tab_label.t3 .useSP {
		display: none;
	}

	#list_bl .premOnoff {/*プレミア改行用*/
		display: inline;
	}
	#list_bl .metsOnoff {/*メッツ改行用*/
		display: none;
	}

	#list_bl ul.hotelList .akabane,
	#list_bl ul.hotelList .kawasaki,
	#list_bl ul.hotelList .urawa,
	#list_bl ul.hotelList .kitakami {
		margin: 0 0 1.9em;
	}

}/* media Queries 000 */



.useSP {
	display: none;
}
.usePC {
	display: inline;
}




}/* media Queries PC ------------------------*/








/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:1040px), print {

/* -------------------------------------------------------------
　HOTEL LIST
------------------------------------------------------------- */

/* 調整用タグ ------------------------------------------------- */

#list_bl .tabs {
	padding: 0;
}

#list_bl .premOnoff {/*プレミア改行用*/
	display: none;
}

#list_bl ul.hotelList .akihabara {
	margin: 0 0 1.9em;
}

#list_bl ul.hotelList .akabane,
#list_bl ul.hotelList .kawasaki,
#list_bl ul.hotelList .urawa,
#list_bl ul.hotelList .kitakami {
	margin: 0;
}

#list_bl .shinkiba .premOnoff {/*東京ベイ新木場改行用*/
	display: inline;
}

}







/*media Queries WidePC
--------------------------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:1080px) {

/* -------------------------------------------------------------
　PICK UP HOTEL
------------------------------------------------------------- */

/* slick スライダー調整 */

#pickup_bl .pickup_slides {
	width: 1011px;
}

/* ボタン調整 */

#pickup_bl .pickup_slides .slick-prev {
	left: calc(50% - 536px);
}
#pickup_bl .pickup_slides .slick-next {
	right: calc(50% - 536px);
}


}/* media Queries WidePC ------------------------*/









/* media Queries /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:1090px), print {


/* -------------------------------------------------------------
　友だち登録方法
------------------------------------------------------------- */

#howto_bl .line_slides {
	max-width: 1090px;
}

#howto_bl .step:nth-of-type(odd) {
	width: 250px;
	margin: 0 30px 0 0;
}
#howto_bl .step:nth-of-type(even) {
	width: 250px;
	margin: 0 30px 0 0;
}
#howto_bl .step:last-of-type {
	margin: 0;
}

#howto_bl .st1,
#howto_bl .st2,
#howto_bl .st3,
#howto_bl .st4 {
	height: 346px;
}

#howto_bl a img.bt_line {
	margin: 50px auto 30px;
}


}/* media Queries 1090 */





