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

/*.hero-image*/
.hero-image{
	width: 100%;
	height: 542px;
	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: -ms-linear-gradient(top, #00bcd4 0%, #f8d794 100%, #f8d794 100%);
	background: linear-gradient(to bottom, #00bcd4 0%, #f8d794 100%, #f8d794 100%);
}

.hero-image .wrapper{
	position: relative;
	z-index: 1;
	max-width: 1364px;
	height: 542px;
	margin: 0 auto;
}

.hero-image .hand{
	position: absolute;
	z-index: 3;
	left: -64px;
	bottom: 0;
	width: 482px;
	height: 497px;
	background: url(https://travel.rakuten.co.jp/patw/images/lp-hero-phone.png) no-repeat left bottom;
}
.hero-image .hand .monitor{
	position: absolute;
	top: 52px;
	left: 220px;
	width: 200px;
	height: 246px;
	padding-top: 104px;
	text-align: center;
}

.hero-image .hand .monitor h1{
	margin-bottom: 5px;
}
.hero-image .hand .monitor h1 img{
	width: 150px;
}
.hero-image .hand .monitor p{
	font-size: 78%;
	color: #00bcd4;
}
.hero-image .hand .monitor .icon{
	margin-top: 70px;
}
.hero-image .hand .monitor .icon img{
	width: 80px;
}

.hero-image .title{
	position: relative;
	z-index: 2;
	width: 100%;
	height: 542px;
	margin: 0 auto;
	background: url(https://travel.rakuten.co.jp/patw/images/lp-hero-bg.png) no-repeat left bottom;
}
.hero-image .title p{
	position: absolute;
	left: 0;
	top: 200px;
	box-sizing: border-box;
	width: 100%;
	min-height: 50px;
	padding: 8px 0 0 420px;
	background: rgba(0, 139, 176, 0.8);
	color: #FFF;
	font-size: 200%;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.hero-image .title p br{
	display: none;
}

.hero-image .download{
	position: absolute;
	z-index: 4;
	left: 0;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.hero-image .download p{
	margin-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
	color: #333;
}
.hero-image ul{

}
.hero-image ul li{
    display: inline-block;
    box-sizing: border-box;
    height: 90px;
    margin: 0 5px;
    padding: 10px;
    background: #FFF;
    vertical-align: middle;
    border-radius: 5px;
}

.hero-image ul li a img.btn{
	height:60px;
	width:200px;
    margin:5px 5px 5px 0;
}

.hero-image ul li a:hover img.btn{
	opacity: 0.7;
}

.hero-image ul li img.qr{
	height: 70px;
	width: 70px;
}

/*.description*/
.description{
	width: 100%;
	padding: 40px 0;
}

.description h2{
	margin-bottom: 30px;
	text-align: center;
	font-size: 175%;
	color: #00BCD4;
}
.description h2 br{
	display: none;
}

.description p.description{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 40px;
	text-align: center;
	font-size: 100%;
	color: #333;
	line-height: 1.5;
}

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

.description ul li{
	float: left;
	width: 290px;
	margin-right: 40px;
	text-align: center;
}
.description ul li:nth-child(3n){
	margin-right: 0;
}

.description ul li img{
	width: 240px;
	height: 240px;
	margin-bottom: 20px;
}

.description ul li dt{
	margin-bottom: 10px;
	font-size: 125%;
	font-weight: bold;
	color: #00BCD4;
}
.description ul li dd{
	font-size: 100%;
	color: #333;
	text-align: left;
	line-height: 1.5;
}
	
/*.scenario*/
.scenario{
	width: 100%;
	padding-top: 40px;
	background: #00BCD4;
}

.scenario h2{
	margin-bottom: 40px;
	text-align: center;
	font-size: 175%;
	color: #FFF;
}
	
.scenario ul{
	width: 950px;
	margin: 0 auto;
}
.scenario ul:after{
	content: "";
	display: block;
	clear: both;
}

.scenario ul li{
	float: left;
	width: 210px;
	min-height: 280px;
	margin: 0 50px 25px 0;
	padding-left: 240px;
}

.scenario ul li.box01{ background: url(https://travel.rakuten.co.jp/patw/images/lp-illust-01.png) no-repeat top left;}
.scenario ul li.box02{ background: url(https://travel.rakuten.co.jp/patw/images/lp-illust-02.png) no-repeat top left;}
.scenario ul li.box03{ background: url(https://travel.rakuten.co.jp/patw/images/lp-illust-03.png) no-repeat top left;}
	
.scenario ul li:nth-child(2n){
	margin-right: 0;
}

.scenario ul li .comment{
	position: relative;
	width: 180px;
	padding: 15px;
	background: #CCF2F6;
	border-radius: 6px;
	color: #333;
	line-height: 1.5;
}
.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{
	margin-bottom: 40px;
	padding-top: 40px;
	border-top: 1px dotted #CCC;
}
.sns ul{
	width: 310px;
	margin: 0 auto;
}
.sns ul:after{
	content: "";
	display: block;
	clear: both;
}

.sns li.fb{
	float: left;
	width: 193px;
	margin-right: 19px;
}
.sns li.tw{
	float: left;
	width: 98px;
}