@charset "utf-8";
/* CSS Document */

.breadcrumbs {
    margin: 5px auto !important;
    width: 980px;
	display: none;
}

/*
*仮パンくず
*仮を外すときに↑ .breadcrumbsのdisplay: none;も一緒に外す 
*/
.breadcrumbs-provisional {
	margin: 5px auto;
	width: 980px;
}

.breadcrumbs-provisional li {
	display: inline-block;
}

/* common
-------------*/
#wrap {
    width: 100% !important;
	margin: 0 auto;
}

.content_wrap {
	margin: 0 auto;
	background: #F6F3EF;
}

/* title skew background */

.ttl-skew {
	height: 70px;
	background-color: #fff;
	transform: skew(-35deg);
	width: 900px;
	margin: 0 auto;
	box-shadow: 9px 7px 0px -1px rgba(0, 52, 131, 1);
	border: 1px solid #003C7D;
	border-radius: 5px;
}

/*list article*/

.li_article {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 0;
	position: relative;
}

.li_article:after {
	position: absolute;
	left: 20px;
	bottom: 0;
	content: "";
	width: 940px;
	height: 1px;
	background: #a4a4a5;
}

.li_article:last-of-type:after {
	content: none;
}
.li_article li {
	display: -webkit-flex;
	display: flex;
	box-sizing: border-box;
	border-right: 1px solid #a4a4a5;
	position: relative;
	margin: 10px 0;
}

.li_article li:last-child {
    border-right: none;
}

.li_article li a {
	display: block;
	font-size: 18px;
	color: #333;
	text-decoration: none;
}

.li_article li a img:hover {
    opacity: 0.6;
}

.li_article li a p:hover {
	opacity: 0.8;
	text-decoration: underline;
	color: #0062ff;
}

.li_article li a .bestrate_area:hover {
	color: #fff;
	text-decoration: none;
}

.li_article li .myPic {
	float: none!important;
}

.li_article li .txt {
	width: 90%;
	margin: 0 auto 20%;
	margin-bottom: 0; /*-- ←料金表示するときには削除！ --*/
	line-height: 1.44;
	text-align: left;
	position: relative;
	top: 0;
	font-weight: normal;
	font-size: 14px;
}

/*-- ↓料金表示するときにはHTML内のclass名を削除して非表示↓ --*/
p.cap {
    padding-right: 20px;
    position: relative;
}
p.cap:after {
    position: absolute;
    right: 2%;
    top: 30%;
    content: "";
    display: inline-block;
    width: 10px;
    height: 22px;
    background: url(/hotel/common/images/bestrate/icon_ar_r_bl.png) no-repeat center right;
    background-size: 10px 22px;
}
/*-- ↑料金表示するときにはHTML内のclass名を削除して非表示↑ --*/

p.cap:hover {
    opacity: 0.8;
    text-decoration: underline;
    color: #0062ff;
}


.price__detail {
    display: block;
}

.li_article li .ph img {
	width: auto;
	height: 100%;
}

.li_article li .heightLine-catch1,
.li_article li .heightLine-catch2,
.li_article li .heightLine-catch3 {
	margin: 0 auto;
	padding: 5px 0;
	background: #F23B22;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
   display: -ms-flexbox;
   display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    align-items: center;
	box-sizing: content-box;
	margin-bottom: 6%;
}

.li_article a p.heightLine-catch1:hover,
.li_article a p.heightLine-catch2:hover,
.li_article a p.heightLine-catch3:hover {
    color: #fff;
    text-decoration: none;
    opacity: 1;
}

.li_article li .price {
	position: absolute;
	left: 6%;
	bottom: 0;
	color: #f23b22;
	font-size: 18px;
	line-height: 1.4em;
	width: 90%;
	margin: 0 auto;
	font-weight: bold;
	display: -webkit-inline-box;
	display: block;
}

.li_article li .price::after {
	position: absolute;
	right: 2%;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 10px;
	height: 22px;
	background: url(/hotel/common/images/bestrate/icon_ar_r_bl.png) no-repeat center right;
	background-size: 10px 22px;
}

.imageadjuster {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

/*1/3*/
.li_article.li_one_third li {
	width: 33%;
	display: block;
}

.li_article.li_one_third li .ph {
	width: 90%;
	height: 232px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.li_article.li_one_third li:nth-child(3n) {
    border-right: none;
}

/*1/4*/
.li_article.li_quarter li {
	width: 25%;
	display: block;
}

.li_article.li_quarter li .ph {
	width: 90%;
	height: 136px;
	overflow: hidden;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}

.hotel__yadokurabe .li_quarter li .txt {
    margin: 0 auto 10%;
}


/* bestrate
---------------*/

.wrapper-bestrate {
	padding: 30px 0;
	margin: 25px auto;
	width: 980px;
}

.bestrate__selection {
	background-color: #fff;
}

.bestrate__selection__nav {
	padding: 60px 0 40px;
	margin: 0 5%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.bestrate__selection__nav li {
	min-width: 200px;
	background: #003E87;
	text-align: center;
}

.bestrate__selection__nav li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	padding: 10px 40px 10px 5px;
	position: relative;
	display: block;
}

.bestrate__selection__nav li a:hover {
	color: #003E87;
	background: #DDFFFF;
}

.bestrate__selection__nav li a::after {
	content: '';
	width: 8px;
	height: 8px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	margin-top: 2px;
}

.bestrate__selection__nav li a:hover::after {
	border-bottom: solid 2px #003E87;
	border-right: solid 2px #003E87;
}

/*bestrate title wrap*/
.bestrate__ttl_wrap {
	position: relative;
	color: #003E87;
	font-weight: bold;
	font-size: 14px;
    margin: 30px 0 60px 0;
}

.bestrate__ttl_wrap__head {
	font-size: 28px;
	position: relative;
	top: 20%;
	left:10px;
	text-align: center;
	transform: skew(35deg);
}

.bestrate__ttl_wrap__head__ribbon {
    color: #fff;
    position: relative;
    top: -5px;
    left: -30px;
    font-size: 16px;
    z-index: 0;
    text-align: left;
}

.bestrate__ttl_wrap__head__ribbon::before {
	display: block;
	content: "";
	position: absolute;
    top: -10px;
    left: -10px;
	display: block;
	border: 20px solid #003E87;
	border-left-width: 70px;
	border-right-color: transparent;
	-webkit-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
	-moz-box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
	box-shadow: rgba(000,000,000,0.4) -1px 1px 1px;
	z-index: -100;
    width: 120px;
}

.bestrate__ttl_wrap__subhead {
	position: relative;
	bottom: 135px;
}

.bestrate__ttl_wrap__subhead__text {
    font-size: 20px;
    background-color: #F9EB21;
	text-align: center;
	width: 500px;
	margin: 0 auto;
	padding: 4px 0;
}

.bestrate__ttl_wrap__subhead__circle {
    display: inline-block;
    position: relative;
    bottom: -35px;
    left: 21%;
    font-size: 18px;
    letter-spacing: 3px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
    text-align: center;
    z-index: 0;
    transform: rotate(-25deg);	
}

.bestrate__ttl_wrap__subhead__circle::before {
    content: "";
    background-color: #003E87;
    border: double 8px #fff;
    box-shadow: 1px 1px 1px rgba(58, 60, 14, 0.4);
    width: 50px;
    height: 50px;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    position: absolute;
    z-index: -100;
    position: absolute;
    top: -20px;
    left: -13px;
}

.bestrate__ttl_wrap .txt_date {
	position: absolute;
	right: 24px;
    top: 60px;
	background: url(/hotel/common/images/bestrate/bg_modify.png) no-repeat left center;
	background-size: 100% 100%;
	color: #f13b22;
	font-size: 13px;
	line-height: 1;
}

.bestrate__ttl_wrap .txt_date dt {
	display: inline-block;
	padding: 6px 28px 5px 6px;
	color: #fff;
}
.bestrate__ttl_wrap .txt_date dd {
	display: inline-block;
	padding: 6px 10px 5px 0px;
}

/*-- リード文 --*/
.bestrate_readwrap {
	position: absolute;
	right: 0;
	left: 0;
    top: 100px;
    margin: 0 5%;
    padding: 2%;
    background-color: #fff;
    border: solid 1px;
}

/*bestrate selection*/
.bestrate__selection__area {
	color: #F23B22;
	width: 940px;
	margin: 0 auto;
	font-size: 26px;
	text-align: center;
	font-weight: normal;
	border-bottom: 2px solid #F23B22;
}

.bestrate__selection .li_article {
	margin-bottom: 20px;
}

.bestrate_readwrap.end::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: rgba(0, 0, 0, .5);
    border: 1px solid transparent;
}
.bestrate_readwrap.end::after {
	background: #fff;
    color: #003E87;
    font-size: 20px;
    line-height: 20px;
    width: 400px;
    padding: 20px 0;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    /* right: 0; */
    /* bottom: 0; */
    border: 1px solid #003E87;
    content: "終了しました";
    display: block;
    transform: translate(-50%, -50%);
    text-align: center;
}
/* hotel
---------------*/

.wrapper-hotel {
	background-color: #fff;
	background-image: -webkit-linear-gradient(top left, #fff 25%, #F6F3EF 25%, #F6F3EF 50%, #fff 50%, #fff 75%, #F6F3EF 75%, #F6F3EF);
	background-image: -moz-linear-gradient(top left, #fff 25%, #F6F3EF 25%, #F6F3EF 50%, #fff 50%, #fff 75%, #F6F3EF 75%, #F6F3EF);
	background-image: -o-linear-gradient(top left, #fff 25%, #F6F3EF 25%, #F6F3EF 50%, #fff 50%, #fff 75%, #F6F3EF 75%, #F6F3EF);
	background-image: linear-gradient(to bottom right, #fff 25%, #F6F3EF 25%, #F6F3EF 50%, #fff 50%, #fff 75%, #F6F3EF 75%, #F6F3EF);
	background-size: 20px 20px;
	color: #003E87;
	font-weight: bold;
	margin: 25px auto;
	width: 100%;
	padding: 50px 0px;
}

.hotel__otoku,
.hotel__yadokurabe {
	background-color: #fff;
	margin: 50px auto;
	width: 980px;
}

.hotel__otoku__title,
.hotel__yadokurabe__title {
	font-size: 28px;
	color: #003E87;
	position: relative;
	top: 20%;
	text-align: center;
	transform: skew(35deg);
	text-shadow: rgba(000,000,000,0.2) 1px 2px 4px;
}

.ttl_balloon {
    content: "";
    position: absolute;
    top: 20%;
    left: 100px;
    font-size: 16px;
    color: #003E87;
	text-shadow: none;
    font-weight: bold;
    z-index: 0;
}

.ttl_balloon::before {
	content: "";
	position: absolute;
	bottom: -10%;
	right: -12px;
	border: 16px solid #F9EB21;
	border-left-width: 70px;
	background: #F9EB21;
	width: 35px;
	z-index: -100;
	box-shadow: rgba(000,000,000,0.4) 1px 1px 3px;
	transform: skew(-35deg);
}

.ttl_balloon::after {
	width: 0;
	height: 0;
	border-left: 26px solid #f9eb21;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
	position: absolute;
	left: 98px;
}

/*--北海道旅行の予約は--*/

.ttl_hok_balloon {
    content: "";
    position: absolute;
    top: 20%;
    left: 100px;
    font-size: 16px;
    color: #003E87;
	text-shadow: none;
    font-weight: bold;
    z-index: 0;
}

.ttl_hok_balloon::before {
    content: "";
    position: absolute;
	bottom: -20%;
    right: -10px;
    border: 20px solid #F9EB21;
    border-left-width: 70px;
    background: #F9EB21;
    width: 80px;
    z-index: -100;
	box-shadow: rgba(000,000,000,0.4) 1px 1px 3px;
	transform: skew(-35deg);
}

.ttl_hok_balloon::after {
	width: 0;
	height: 0;
	border-left: 26px solid #f9eb21;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
	position: absolute;
	/*left: 98px;*/
}

/*-------------*/


.ttl_nail {
	position: absolute;
	top: 20%;
	left: 7%;
	font-size: 16px;
	color: #F9EB21;
	font-weight: bold;
	z-index: 0;
}

.ttl_nail::before {
	content: "";
	position: absolute;
	bottom: -1px;
	right: -10px;
	border: 16px solid #003E87;
	border-left-width: 70px;
	background: #F9EB21;
	width: 70%;
	z-index: -100;
}

.ttl_nail::after {
	width: 0;
	height: 0;
	border-left: 14px solid #003E87;
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	content: "";
	position: absolute;
	right: -23px;
	bottom: -1px;
}


/* .sec_reserve
-----------------*/

.sec_reserve {
	padding-top: 40px;
	margin: 0 auto;
	width: 980px;
}

.sec_reserve__ttl {
	height: 55px;
	background-color: #fff;
	transform: skew(-25deg);
	width: 950px;
	margin: 0 auto;
	box-shadow: 5px 4px 0px -1px rgba(0, 52, 131, 1);
	border: 1px solid #003C7D;
	border-radius: 3px;
}

.sec_reserve__ttl__head {
	font-size: 30px;
	color: #003E87;
	position: relative;
	top: 8%;
	text-align: center;
	transform: skew(25deg);
	text-shadow: rgba(000,000,000,0.2) 1px 2px 4px;
	font-weight: normal;
}

.sec_reserve__ttl__head__nail {
	position: absolute;
	top: 16%;
	font-size: 18px;
	color: #003E87;
	text-shadow: none;
	font-weight: bold;
	z-index: 0;
	left: 9%;
}

.sec_reserve__ttl__head__nail::before {
	content: "";
	position: absolute;
	left: -15px;
	border: 14px solid #F9EB21;
	background: #F9EB21;
	width: 100%;
	z-index: -100;
	box-shadow: rgba(000,000,000,0.4) 1px 1px 3px;
	transform: skew(-20deg);
}

.sec_reserve__ttl__head__nail::after {
	right: -24px;
	top: 12%;
	width: 0;
	height: 0;
	border-left: 26px solid #f9eb21;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
	position: absolute;
	z-index: 0;
}

.li_btnlist {
	margin-top: 40px;
	padding: 0 11px;
	display: flex;
	justify-content: center;
}

.li_btnlist li {
	float: left;
	width: 162px;
	margin-left: 37px;
	list-style: none;
}

.li_btnlist li:first-child {
	margin-left: 0;
}

.li_btnlist li a {
	display: block;
	text-decoration: none;
}

.li_btnlist li a:hover {
	text-decoration: none;
}

.li_btnlist li a p:hover {
    text-decoration: underline;
    color: #0062ff;
    opacity: 0.8;
}

.li_btnlist li .icon {
	position: relative;
	display: block;
	height: 170px;
	margin-bottom: 10px;
	padding: 10px 0 0 6px;
	box-sizing: border-box;
	background: #F1F1F1;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.2;
}

.li_btnlist li .icon:after {
	position: absolute;
	right: 5px;
	top: 25px;
	content: "";
	display: inline-block;
	width: 6px;
	height: 13px;
	background-size: contain!important;
}

.li_btnlist li .icon:hover {
    opacity: 0.8;
}

.li_btnlist li .icon img {
	position: absolute;
	bottom: 18px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.li_btnlist .li_btnlist__tour .icon {
	border-top: 4px solid #37a0b9;
	color: #37a0b9;
}

.li_btnlist .li_btnlist__tour .icon:after {
	background: url(/hotel/common/images/bestrate/icon_ar_r_aq.png) no-repeat center right;
}

.li_btnlist .li_btnlist__hotel .icon {
	padding-top: 22px;
	border-top: 4px solid #5baa79;
	color: #5baa79;
}

.li_btnlist .li_btnlist__hotel .icon:after {
	background: url(/hotel/common/images/bestrate/icon_ar_r_gr.png) no-repeat center right;
}

.li_btnlist .li_btnlist__car .icon {
	border-top: 4px solid #e5ba68;
	color: #e5ba68;
}

.li_btnlist .li_btnlist__car .icon:after {
	background: url(/hotel/common/images/bestrate/icon_ar_r_ye.png) no-repeat center right;
}

.li_btnlist .li_btnlist__ac .icon {
	border-top: 4px solid #e57b6c;
	color: #e57b6c;
}

.li_btnlist .li_btnlist__ac .icon:after {
	background: url(/hotel/common/images/bestrate/icon_ar_r_pk.png) no-repeat center right;
}

.li_btnlist .li_btnlist__ac .icon img {
	bottom: 10px;
}

.li_btnlist .li_btnlist__sightseeing .icon {
	padding-top: 22px;
	border-top: 4px solid #a684c4;
	color: #a684c4;
}

.li_btnlist .li_btnlist__sightseeing .icon:after {
	background: url(/hotel/common/images/bestrate/icon_ar_r_pl.png) no-repeat center right;
}

.li_btnlist li p {
	color: #333;
	font-size: 15px;
	line-height: 1.53;
	text-align: left;
}

/*-- 左上のエリア20170518追加 --*/
.bestrate_area{
    background-color: #F23B22;
    position: absolute;
    top: 10px;
    left: 25px;
    color: #fff;
    font-weight: 500;
    font-size:80%;
    padding: 3px 10px;
}

#pageTop {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100;
}

/* どうみん割 and サッポロ夏割 */
.li_article li a.planlink {
	width: 263px;
    margin: 14px auto 14px;
    padding: 10px 20px 10px 10px;
    position: relative;
    font-size: 14px;
    color: #FFF !important;
    background: #f08300;
    transition: all .1s linear;
}

.planlink::after {
    position: absolute;
    right: 4%;
    top: 30%;
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
}

.li_article li a.planlink:hover {
	opacity: 0.8;
    /* text-decoration: underline;
    color: #0062ff; */
}


.linkbtn_wrapper {
	margin: 0 0 30px 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* border: solid 1px #003E87; */
    /* background: #fff; */
    /* padding: 0 10px; */
    /* width: 530px; */
    text-align: right;
    /* color: #003e87; */
    /* width: 200px;*/
}



a.linkbtn {
	display: flex;
    padding: 10px 31px 10px 14px;
    text-decoration: none;
    text-align: right;
    position: relative;
    z-index: 1;
    line-height: 1.5em;
    /* color: #003e87; */
    font-size: 14px;
    text-decoration: underline;
}

.linkbtn_wrapper::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    /* background: #fff; */
    position: absolute;
    /* top: 18px; */
    right: 13px;
    z-index: 2;
    /* box-shadow: 0px 2px 0px rgba(0,0,0,.3); */
    border-right: solid 1px #003E87;
    border-top: solid 1px #003E87;
}

.bestrate__anchor {
	margin: 20px 0;
	padding: 20px;
}

.bestrate__anchor__list {
	text-align: center;
}

.bestrate__anchor__item {
	display: inline-block;
	margin: 5px;
}

.bestrate__anchor__item a {
	display: flex;
    padding: 8px 8px;
    border-radius: 8px;
    border: 1px solid #999;
    font-weight: 700;
    text-decoration: none;
    background: #fff;
    align-items: center;
    line-height: 1em;
}

.bestrate__anchor__item a:hover {
	background: #ddd;
}

.bestrate__anchor__item a::after {
	display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    transform: rotate(45deg);
    margin-left: 6px;
}

.bestrate__selection__headline {
	text-align: center;
	margin: 15px 22px 0px;
    padding: 31px 10px 15px;
	border-bottom: 1px solid #003E87;
	font-size: 30px;
	font-weight: 700;
	color: #003E87;
	letter-spacing: 10px;
}

/* どうみん割 */

#dominwari p.cap,
#sapporo-summer2020 p.cap  {
    position: relative;
    width: 94%;
    margin: 0 auto;
    padding: 0 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#dominwari p.cap:after,
#sapporo-summer2020 p.cap:after {
    position: relative;
    right: auto;
    top: auto;
}

#dominwari .bestrate__ttl_wrap {
	margin: 30px 0 220px 0;
}



#dominwari .bestrate_read_text .attention,
#sapporo-summer2020 .bestrate_read_text .attention {
	color: #F23B22;
	margin-top: 0.5em;
	display: block;
}

#dominwari .linkbtn_wrapper {
	margin-top: 145px;
}

/* サッポロ夏割 */

#sapporo-summer2020 .bestrate__ttl_wrap {
	margin: 30px 0 0;
}

#sapporo-summer2020.content_wrap {
    margin: 0 auto;
    background: #f2fff5;
}

#sapporo-summer2020 .ttl-skew {
	color:#fff;
    background: repeating-linear-gradient( 90deg, #53ac60, #53ac60 20px, #65ba70 20px, #65ba70 40px );
}

#sapporo-summer2020 .bestrate_read_text .attention {
	
	margin-top: 0.5em;
	display: block;
}

#sapporo-summer2020 .bestrate_area {
    background-color:#3c8647;
}

#sapporo-summer2020 .li_article li .heightLine-catch1 {
	background-color: rgba(60, 134, 71,.1);
    color: #3c8647;
}
#sapporo-summer2020 .bestrate_readwrap {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	align-items: start;
	position: relative;
	top: -30px;
}
#sapporo-summer2020 .bestrate_read_image {
	width: 150px;
	padding: 0;
}
#sapporo-summer2020 .bestrate_read_image figure {
	margin: 0;
	padding: 0;
}
#sapporo-summer2020 .bestrate_read_image img {
	width: 100%;
}
#sapporo-summer2020 .bestrate_read_text {
	width: 670px;
}

#sapporo-summer2020 .bestrate_read_text__main {
	font-size: 18px;
    line-height: 1.8;
    margin: 14px;
}

.bestrate_read_block {
	margin-top: 30px;
    font-weight: 500;
    line-height: 1.8;
    font-size: 14px;
    padding-left: 1em;
}

.bestrate_read_text__title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 2px solid #53ac60;
    margin-bottom: 10px;
    margin-left: -1em;
    background: #65ba70;
    padding: 6px 10px;
    border-radius: 14px;
    text-shadow: 2px 2px 5px rgba(0,0,0,.2);
}

.bestrate_read_text__title::before {
	content: "■";
	margin-right: 0.3em;
	/* color: #F23B22; */
}

/* 
SNS＆促進系
--------------------------- */
.snsBtn {
	clear: both;
	overflow: hidden;
	text-shadow: none;
	text-align: center;
	margin: 30px 0;
  }
  
#bestrate .snsBtn {
	margin-top: 100px;
} 
  /* .htl-agtBanner + .snsBtn {
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 2;
	background: rgba(255,255,255,.7);
	padding: 15px 0;
  } */
  
  .snsBtn.\--right,
  .tb_article_articleframe-header + .snsBtn {
	clear: none;
	overflow: hidden;
	text-shadow: none;
	text-align: right;
	margin: 0 auto 0;
	padding: 0 0 0;
	width: 980px;
  }
  
  .snsBtn.\--right.--w980,
  .tb_article_articleframe-header + .snsBtn {
	  width: 980px;
	  margin: 0 auto;
  }
  
  .snsBtn li {
	padding: 0;
	margin: 0 0 0 10px;
	display: inline-block;
	height: 40px;
	position: relative;
  }
  .snsBtn li:first-child {
	margin-left: 0;
  }
  .snsBtn li:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
  }
  .snsBtn li a:hover {
	opacity: 1.0;
	filter: Alpha(opacity=100);
  }
  .snsBtn li:hover {
	opacity: 0.7;
	filter: Alpha(opacity=70);
  }
  .snsBtn li:hover span {
	text-decoration: none;
  }
  .snsBtn a {
	display: block;
	width: 80px;
	height: 40px;
	border-radius: 4px;
  }
  .snsBtn span.action {
	width: 52px;
	/* height: 22px; */
	margin: 8px 0 4px;
	float: right;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 10px;
	font-family: メイリオ, Meiryo, sans-serif;
	z-index: 10;
	position: relative;
	box-sizing: border-box;
  }
  .snsBtn span.action:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	height: 26px;
	border-left: 1px #fff solid;
  }
  .snsBtn .twitterBtn a {
	background: #5eade9;
  }
  .snsBtn .twitterBtn:after {
	display: block;
	top: 13px;
	left: 6px;
	background: url('/hotel/common/images/ico_twitter.png') no-repeat;
	background-size: 18px auto;
	width: 20px;
	height: 25px;
  }
  .snsBtn .twitterBtn span.action {
	border-left: 1px solid #5195c9;
  }
  li.facebookBtn_like {
	overflow: hidden;
  }
  .snsBtn .facebookBtn_like a,
  .snsBtn .facebookBtn_share a {
	background: #3B579D;
  }
  .snsBtn .facebookBtn_like a {
	float: right;
  }
  button#u_0_3 {
	background: #3B579D !important;
	border: 1px solid #3B579D !important;
  }
  button#u_0_3.active {
	background: #3B579D !important;
	border: 1px solid #3B579D !important;
  }
  .snsBtn .facebookBtn_like .fb-like span {
	height: 35px;
	color: #fff;
  }
  .snsBtn .facebookBtn_like span.action,
  .snsBtn .facebookBtn_share span.action {
	border-left: 1px solid #3c5385;
  }
  .snsBtn .facebookBtn_share:after {
	display: block;
	top: 7px;
	left: 2px;
	background: url('/hotel/common/images/ico_faceshare.png') no-repeat;
	background-size: 22px auto;
	width: 20px;
	height: 25px;
  }
  .snsBtn .lineBtn {
	display: none;
  }
  .snsBtn .count {
	font-family: メイリオ, Meiryo, sans-serif;
	width: 40px;
	text-align: center;
	font-size: 11px;
	line-height: 0;
	color: #000;
	position: absolute;
	top: 50%;
	right: 0%;
  }
  .snsBtn .arrowBox:after,
  .snsBtn .arrowBox:before,
  .snsBtn .facebookBtn_like ._5n6j._5n6l:after,
  .snsBtn .facebookBtn_like ._5n6j._5n6l:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  }
  .snsBtn .facebookBtn_like ._5n6j._5n6l:after,
  .snsBtn .arrowBox:after {
	border-color: rgba(255, 250, 250, 0);
	border-left-color: #fff;
	border-width: 3px;
	margin-top: -3px;
  }
  .snsBtn .arrowBox:before,
  .snsBtn .facebookBtn_like ._5n6j._5n6l:before {
	border-color: rgba(8, 9, 10, 0);
	border-left-color: #ccc;
	border-width: 5px;
	margin-top: -5px;
  }

  /*パンくず*/
  /* 
パンくず
--------------------------- */
.crumbs {
    width: 980px;
    margin: 0 auto;
    padding: 5px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  color: #124199;
}

.crumbs a:link,
.crumbs a:visited {
    color: #124199;
    text-decoration: none;
}

.crumbs a:hover,
.crumbs a:active {
    color: #0062ff;
    text-decoration: underline;
}

.crumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.crumbs ul li::before {
    content: '>';
    margin: 0 4px;
}

.crumbs ul li:first-child::before {
    content: none;
}