@charset "utf-8";
p.lead {
    padding: 10px;
    border: 1px solid #ccc;
    margin: 15px 0 15px 0;
    text-align: center;
}
.area{
    padding-bottom: 50px;
}
.area_title{
    padding: 10px 20px;
    font-size: 2.5rem;
    color: #333;
    margin: 15px 0 15px 0;
    text-align: center;
    border-bottom: 4px solid #333;
}

.other{
    margin: 15px 100px;
    padding: 20px;
    line-height: 1.8;
    border: 1px solid #2b396b;
    border-radius: 20px;
    color: #ffa41d;
    text-align: center;
}


.text_b{
    font-weight: bold;
}
.text_red{
    color: #DB0003;
}
.text_big{
    font-size: 1.8rem;
}


.ueno{
    padding: 10px 100px 10px 100px;
    background: url(https://couples.jp/article/reading/ueno/04/img/p-u1.png) no-repeat;
    background-position : right 10px top;
    text-align: right;
    min-height: 75px;
    margin: 5px 0;
}

/*上野さん吹き出し*/
.ueno p {
	position: relative;
	background: #e2f6ff;
	border: 2px solid #93d2f0;
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
    text-align: left;
}
.ueno p:after, .ueno p:before {
	left: 100%;
	top: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ueno p:after {
	border-color: rgba(226, 246, 255, 0);
	border-left-color: #e2f6ff;
	border-width: 10px;
	margin-top: -10px;
}
.ueno p:before {
	border-color: rgba(147, 210, 240, 0);
	border-left-color: #93d2f0;
	border-width: 13px;
	margin-top: -13px;
}

.ueno .text_strong {
    color: #e12929;
    font-weight: bold;
    font-size: 1.6rem;
}

/*一条さん吹き出し*/
.ichijo{
    padding: 10px 100px 10px 100px;
    background: url(https://couples.jp/article/reading/ueno/04/img/p-i1.png) no-repeat;
    background-position : left 10px top;
    min-height: 75px;
    margin: 5px 0 
}

.ichijo p {
	position: relative;
	background: #efefef;
	border: 2px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
}
.ichijo p:after, .ichijo p:before {
	right: 100%;
	top: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ichijo p:after {
	border-color: rgba(226, 246, 255, 0);
	border-right-color: #efefef;
	border-width: 10px;
	margin-top: -10px;
}
.ichijo p:before {
	border-color: rgba(147, 210, 240, 0);
	border-right-color: #ccc;
	border-width: 13px;
	margin-top: -13px;
}


/*女性モブ吹き出し*/
.woman_mob{
    padding: 10px 100px 10px 100px;
    background: url(https://couples.jp/article/reading/ueno/13/img/icon_woman_pc.png) no-repeat;
    background-position : left 10px top;
    min-height: 75px;
    margin: 5px 0 
}

.woman_mob p {
	position: relative;
	background: #fdf5d0;
	border: 2px solid #fde77f;;
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
}
.woman_mob p:after, .woman_mob p:before {
	right: 100%;
	top: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.woman_mob p:after {
	border-color: rgba(253, 231, 127, 0);
	border-right-color: #fdf5d0;
	border-width: 10px;
	margin-top: -10px;
}
.woman_mob p:before {
	border-color: rgba(253, 231, 127, 0);
	border-right-color: #fde77f;
	border-width: 13px;
	margin-top: -13px;
}


/*男性モブ吹き出し*/
.men_mob {
    padding: 10px 100px 10px 100px;
    background: url(https://couples.jp/article/reading/ueno/13/img/icon_men_pc.png) no-repeat;
    background-position : right 10px top;
    text-align: right;
    min-height: 75px;
    margin: 5px 0;
}
.men_mob p {
	position: relative;
	background: #e6fcc4;
	border: 2px solid #d8d102;
    padding: 15px;
    border-radius: 8px;
    display: inline-block;
    text-align: left;
}
.men_mob p:after, .men_mob p:before {
	left: 100%;
	top: 26px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.men_mob p:after {
	border-color: rgba(216, 209, 2, 0);
	border-left-color: #e6fcc4;
	border-width: 10px;
	margin-top: -10px;
}
.men_mob p:before {
	border-color: rgba(216, 209, 2, 0);
	border-left-color: #d8d102;
	border-width: 13px;
	margin-top: -13px;
}

.men_mob .text_strong {
    color: #e12929;
    font-weight: bold;
    font-size: 1.6rem;
}





/*pic*/
.pic{
    padding: 0 100px;
    margin:15px 0 0 0;
}
.pic img{
    width: 100%;
}

p.memo{
    color: #ff0004;
    padding: 10px;
    text-align: center;
}
/*パノラマ*/
.panorama_text{
    display: none;
}
.panorama{
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin: 15px 0;
}
.panorama img {
    width: auto;
    height: 300px;
    display: inline-block;
}
/*ライター紹介*/


.writerArea{
    background: #2b396b;
    padding: 10px;
    margin-bottom: 20px;
}
.writer{
    width: 570px;
    margin: 20px auto;
    overflow: hidden;
    padding: 15px 20px;
    background-color: #fff;
}
.writer_pic{
    float: left;
}
.writer_detail{
    float: left;
    padding-left: 20px;
}
.name{
    font-size: 1.6rem;
    font-weight: bold;
    padding-left: 25px;
    background: url(https://couples.jp/article/reading/ueno/01/img/pic_write.png) no-repeat left top;
    background-size: 20px 20px;
    top:3px;
}
.text{
    color: #555;
    font-size: 1.3rem;
}
.twitter{
    margin-top: 5px;
    padding-left: 20px;
    background: url(https://couples.jp/article/reading/ueno/01/img/pic_x.png) no-repeat;
    background-position: 0 3px;
    background-size: 15px 13px;
}
.site{
    margin-top: 2px;
    padding-left: 20px;
    background: url(https://couples.jp/article/reading/ueno/01/img/pic_site.png) no-repeat;
    background-position: 0 2px;
    background-size: 15px 14px;
}
/*文字装飾*/
.em_1{
    font-weight: bold;
}
.em_2{
    font-weight: bold;
    color: #ff0004;
}
.em_3{
    font-weight: bold;
    color: #ff0004;
    font-size: 2rem;
}
.em_4{
    font-weight: bold;
    font-size: 2rem;
}
/*追従ボタン*/
.co_columnArea{
    position:relative;
}
.btn_btm{
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding: 15px 0;
}
.btn_btm ul{
    display: table;
    table-layout: fixed;
    width: 100%;
    border-collapse: separate;
    border-spacing: 20px 0;
}
.btn_btm ul li{
    display: table-cell;
}
.btn_btm ul li a{
    display: block;
    background-color: #2990df;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 1.4;
    border: 1px solid #c0c0c0;
}
.btn_btm ul li a:hover{
    background-color: #FF8E00;
    opacity: 1;
}
.btn_btm ul li a span{
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.btn_btm ul li a span:before{
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent; 
	border-left: 5px solid #fff;
}
.btn_btm ul li a span:after{
	display: block;
	content: "";
	position: absolute;
	top: 49%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 5px solid transparent; 
	border-right: 5px solid #fff;
}


/*PChotel_detail
--------------------------------------------------*/
a.hotel_list {
    margin: 20px 0 30px 0;
    display: block;
    box-shadow: 0px 0px 0px 2px #848484 inset, 0px 0px 0px 3px #ffffff inset, 0px 0px 0px 4px #a1a1a1 inset;
    -moz-box-shadow: 0px 0px 0px 2px #848484 inset, 0px 0px 0px 3px #ffffff inset, 0px 0px 0px 4px #a1a1a1 inset;
    -webkit-box-shadow: 0px 0px 0px 2px #848484 inset, 0px 0px 0px 3px #ffffff inset, 0px 0px 0px 4px #a1a1a1 inset;
    padding: 13px 13px;
    overflow: hidden;
    color: #2B2B2B;
}
a.hotel_list:hover {
    background-color: #feffee;
    color: #2B2B2B;
}
a.hotel_list img {
    float: left;
}
a.hotel_list .detail {
    float: left;
    padding-left: 15px;
    line-height: 1.4;
    width: 494px;
}
a.hotel_list .detail .renewal_txt{
    padding: 4px 8px 3px 8px;
    border-radius: 3px;
    color: #fff;
    background-color: #faaf3c;
    margin-bottom: 8px;
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.1rem;
}
a.hotel_list .detail>p {
    font-size: 18px;
    font-weight: bold;
    color: #2990df;
    letter-spacing: 0.15rem;
    margin-bottom: 10px;
}
a.hotel_list .detail>p.k18 {
    padding-right: 40px;
    background: url(img/ico_18_2.png) no-repeat top 0 right 8px;
}
a.hotel_list .detail p span {
    display: block;
    font-size: 12px;
    font-weight: normal;
}
a.hotel_list .detail ul {font-size: 1.3rem;}
a.hotel_list .detail ul li {
    margin-top: 6px;
    display: table;
}
a.hotel_list .detail ul li span {
    display: table-cell;
    width: 65px;
    vertical-align: top;
    padding-right: 5px;
}
a.hotel_list .detail ul li p:not(:last-child) {
    padding-bottom: 7px;
}
a.hotel_list .detail ul li span:after {
    content: ":";
    display: block;
    float: right;
}

.price{
    margin: 20px 0px;
}
.price table{
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.price table th{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    width: 25%;
    background-color: #fffec0;
}
.price table tr{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.price table td{
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

/*ホテルへのアクセス*/
.hotel_access{
    padding: 30px 0 10px 0;
    border-top: 1px solid #d2c6b7;
}
.subTitle{
    font-size: 1.9rem;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #2b396b;
    margin: 0 10px 20px 10px;
}
.access_list{
    margin: 20px 10px 15px 10px;
}
.access_list li{
    margin-bottom: 7px;
    text-indent: -1.7em;
    padding-left: 1.7em;
    font-size: 1.3rem;
    
}
.access_list li:first-child{
    font-weight: bold;
    font-size: 1.5rem;
    color: #2b396b;
}
.access_list{
}
.access_list{
}



/*ホテルグループ一覧*/
.group_hotel{
    padding: 30px 0;
    border-top: 1px solid #bfa98e;
    border-bottom: 1px solid #d2c6b7;
}
.list03{
    display: table;
    border-collapse: separate;
    border-spacing: 10px 0;
    width:100%;
}
.list03>li{
    display: table-cell;
}
.list03>li a{
    display:block;
    border: 1px solid #ccc;
    padding: 10px;
}
.list03 li a img{
	width:100%;
}
.list03 .hotel_detail{
}
.list03 .main_btn{
}
.list03 .detail{
}
.list03 .box{
}
.list03 .name{
    background: none;
    padding: 0;
    font-size: 1.4rem;
    margin: 5px 0;
    color: #2990df;
}
.list03 .comment{color: #555;font-size: 1.2rem;/* margin-bottom: 5px; */}
.list03 .comment span{padding-right: 10px;}
.list03 .btn{background-color: #2990df;color: #fff;text-align: center;padding: 5px;border-radius: 3px;margin-top: 5px;}
.list03 .btn_detail{
}




.ueno_movie{
    text-align: center;
    margin: 10px 0 30px 0;
}
.ueno_movie a{
    padding: 8px 15px;
    border-radius: 3px;
    border: 1px solid #2990df;
    display: inline-block;
}
.ueno_movie a:hover{
    border: 1px solid #ff9637;
}


/*部屋タイトル*/
.img_tit{
    margin: 20px 100px 0 100px;
    border-left: 8px solid #2b396b;
    padding-left: 10px;
    font-size: 2rem;
    font-weight: bold;
}

/* テーブル */

.pealrabbit_price {
    margin: 20px 0px;
}


.pealrabbit_price table {
    border-collapse: collapse;
    border: 1px solid #eee9e7;
    letter-spacing: 1px;
    width: 100%;
  }
  
.pealrabbit_price table thead,
  tfoot {
    background-color: #c580d6;
  }

  .pealrabbit_price table tr.bggray {
    background-color: #e9e8e8;
  }
  
  .pealrabbit_price table th,
  td {
    border: 1px solid #ccc;
    padding: 8px 10px;
    text-align: center;
  }

  .pealrabbit_price table th .row {
    border: 1px solid #eee9e7;
    padding: 8px 10px;
    text-align: center;
  }
  
  .pealrabbit_price td:last-of-type {
    text-align: center;
  }


  .text_note {
    margin-top: 30px;
  }