@charset "utf-8";
/*
* PATW LP for SP
*
* @date 2019.05.27
* @author d.hayashi
*/

/*.hero-image*/
.hero-image{
	position: relative;
	height: 320px;
}

.hero-image .wrapper{
	z-index: 1;
	width: 100%;
	height: 220px;
	margin: 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f8d794), color-stop(1.00, #f8d794), color-stop(0.00, #00bcd4));
	background: -webkit-linear-gradient(top, #00bcd4 0%, #f8d794 100%, #f8d794 100%);
	background: -moz-linear-gradient(top, #00bcd4 0%, #f8d794 100%, #f8d794 100%);
	background: -o-linear-gradient(top, #00bcd4 0%, #f8d794 100%, #f8d794 100%);
	background: linear-gradient(to bottom, #00bcd4 0%, #f8d794 100%, #f8d794 100%);
}

.hero-image .hand{
	position: absolute;
	z-index: 3;
	left: -15px;
	top: 15px;
	width: 160px;
	height: 205px;
	background: url(https://travel.rakuten.co.jp/patw/images/lp-hero-phone.png) no-repeat right top;
	background-size: 230px;
}

.hero-image .hand .monitor{
	position: absolute;
	top: 25px;
	left: 33px;
	width: 97px;
	height: 128px;
	padding-top: 40px;
	text-align: center;
}
.hero-image .hand .monitor h1{
	margin: 0 5px 5px;
}
.hero-image .hand .monitor h1 img{
	width: 100%;
	height: auto;
}

.hero-image .hand .monitor p{
	display: none;
}

.hero-image .hand .monitor .icon{
	margin-top: 30px;
}
.hero-image .hand .monitor .icon img{
	width: 50px;
}

.hero-image .title{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 220px;
	background: url(https://travel.rakuten.co.jp/patw/images/lp-hero-bg.png) no-repeat;
	background-position: -100px 20px;
	background-size: 750px;
}

.hero-image .title p{
	position: absolute;
	left: 0;
	top: 60px;
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 8px 0 8px 155px;
	background: rgba(0, 139, 176, 0.8);
	color: #FFF;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
}

.hero-image .download{
	width: 94%;
	margin: 15px auto 0;
	padding: 10px 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	box-sizing: border-box;
	background: #EAEAEA;
}

.hero-image .download p{
	margin-bottom: 5px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #333;
}
	
.hero-image ul{
	width: 300px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
}
.hero-image ul li{
	display: inline-block;
	margin: 0 5px;
}
.hero-image ul li img.btn{
	width: 135px;
	height: 40px;
}
.hero-image ul li a:hover img.btn{
	opacity: 0.7;
}
.hero-image ul li img.qr{
    display: none;
}

/*.description*/
.description{
	padding: 20px 10px;
}

.description h2{
	text-align: center;
	font-size: 140%;
	color: #00BCD4;
}

.description p.description{
	font-size: 90%;
	line-height: 1.5;
}
.description p.description br{
	display: none;
}

.description ul{
	margin: 0 10px;
}
.description ul:after{
	content: "";
	display: block;
	clear: both;
}

/*
.description ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
	text-align: center;
}
.description ul li:nth-child(2n){
	margin-right: 0;
}
*/

.description ul li{
	text-align: center;
}
.description ul li img{
	width: 200px;
	height: 200px;
	margin-bottom: 5px;
}

.description ul li dt{
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	color: #00BCD4;
}
.description ul li dd{
	font-size: 90%;
	color: #333;
	margin-bottom: 20px;
}

/*.scenario*/
.scenario{
	width: 100%;
	padding: 20px 10px 10px;
	box-sizing: border-box;
	background: #00BCD4;
}

.scenario h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 110%;
	color: #FFF;
}

.scenario ul{
	margin: 0 auto;
}
.scenario ul:after{
	content: "";
	display: block;
	clear: both;
}

.scenario ul li{
	margin-bottom: 20px;
}

.scenario ul li.box01{
	background: url(https://travel.rakuten.co.jp/patw/images/lp-illust-01.png) no-repeat top left;
	background-size: 100px;
}
.scenario ul li.box02{
	background: url(https://travel.rakuten.co.jp/patw/images/lp-illust-02.png) no-repeat top left;
	background-size: 100px;
}
.scenario ul li.box03{
	background: url(https://travel.rakuten.co.jp/patw/images/lp-illust-03.png) no-repeat top left;
	background-size: 100px;
}

.scenario ul li .comment{
	position: relative;
	margin: 0 0 0 110px;
	padding: 10px;
	background: #CCF2F6;
	border-radius: 6px;
	color: #333;
	line-height: 1.5;
	font-size: 90%;
}
.scenario ul li .comment:after{
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 242, 246, 0);
	border-right-color: #CCF2F6;
	border-width: 10px;
	margin-top: -10px;
}

/*.sns*/
.sns{
	padding-top: 20px;
	border-top: 1px dotted #CCC;
}

.sns li.fb{
	width: 193px;
	margin: 0 auto 20px auto;
}
.sns li.tw{
	width: 98px;
	margin: 0 auto 20px auto;
}