@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 122px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 176px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .image{
		background-image: url("../img/bg_pageintro_pc_01.jpg");
	}
	.sw-PageIntro .text img{
		width: 230px;
	}
}



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .ico{
	width: 70px;
	display: block;
	position: absolute;
	bottom: -35px;
	right: 10px;
}
.sw-PageIntro .ico img{
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .ico{
		bottom: 0;
		right: 45px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .ico{
		right: 60px;
	}
	.sw-PageIntro .ico a:hover{
		opacity: .7;
	}
}



/* .st-Content
-----------------------------------*/
.st-Content .ttl,
.st-Content .sub_ttl{
	color: #3f5480;
}
@media only screen and (min-width: 768px){
	.st-Content .sub_ttl .tb{
		display: none;
	}
}
@media only screen and (min-width: 1024px){
}



/* .line-Intro
-----------------------------------*/
.line-Intro{
	line-height: 2.6;
	text-align: center;
	padding: 0 30px;
	margin: 10px auto 0;
}
@media only screen and (min-width: 768px){
	.line-Intro{
		margin: 25px auto 0;
	}
}
@media only screen and (min-width: 1024px){
}



/* line-Pickup
-----------------------------------*/
.line-Pickup{
	margin: 60px auto 0;
}
.line-Pickup .image{
	position: relative;
}
.line-Pickup .image:before{
	content: "SCROLL";
	color: #3f5480;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	margin-left: -1em;
	position: absolute;
	top: -30px;
	left: 50%;
}
.line-Pickup .image img{
	width: 100%;
	height: auto;
}
.line-Pickup h3{
	color: #3f5480;
	font-size: 215%;
	line-height: 1.4;
	text-align: center;
	margin-top: 55px;
}
.line-Pickup h4{
	color: #3f5480;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
}
.line-Pickup ul{
	margin: 15px 10px 0 45px;
}
.line-Pickup ul li{
	color: #3f5480;
	font-size: 108%;
	list-style: none;
	position: relative;
}
.line-Pickup ul li + li{
	margin-top: 8px;
}
.line-Pickup ul li:before{
	content: "□";
	position: absolute;
	top: 0;
	left: -1em;
}
.line-Pickup ul .line{
	text-decoration: underline;
}
@media only screen and (min-width: 768px){
	.line-Pickup{
		margin: 80px auto 0;
	}
	.line-Pickup h3{
		font-size: 246%;
	}
	.line-Pickup h4{
		font-size: 156.8%;
	}
	.line-Pickup ul{
		max-width: 600px;
		margin: 20px auto 0;
	}
	.line-Pickup ul li{
		font-size: 123.1%;
	}
}
@media only screen and (min-width: 1024px){
	.line-Pickup{
		max-width: 1280px;
	}
	.line-Pickup .image{
		width: 50%;
		background-image: url("../img/img_line_01.jpg");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		float: left;
	}
	.line-Pickup .image img{
		display: none;
	}
	.line-Pickup .image:before{
		top: 2em;
		margin: 0;
		right: -1em;
		left: auto;
	}
	.line-Pickup .comment{
		width: 50%;
		padding: 45px 0 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		float: right;
	}
	.line-Pickup h3{
		font-size: 338%;
		margin-top: 0;
	}
	.line-Pickup h4{
		font-size: 215%;
	}
	.line-Pickup ul{
		max-width: 440px;
	}
	.line-Pickup ul li{
		font-size: 138.5%;
	}
}



/* line-Concierge
-----------------------------------*/
.line-Concierge{
	border-top: 1px solid #d3d5dd;
	padding-top: 30px;
	margin: 40px 20px 0;
	position: relative;
	z-index: 2;
}
.line-Concierge h3{
	font-size: 153%;
	text-align: center;
	position: relative;
}
.line-Concierge h3 a{
	color: #00b300;
	line-height: 60px;
	position: relative;
	display: inline-block;
}
.line-Concierge h3 a:before{
	content: "";
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background-image: url("../img/ico_line_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	margin-right: 15px;
}
.line-Concierge p{
	line-height: 2.6;
	text-align: center;
	margin: 25px 10px 0;
}
.line-Concierge .code{
	text-align: center;
	margin-top: 30px;
}
.line-Concierge .code img{
	width: 120px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.line-Concierge{
		padding-top: 60px;
		margin: 80px 20px 0;
	}
	.line-Concierge h3{
		font-size: 215%;
	}
	.line-Concierge h3 a:before{
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}
	.line-Concierge p{
		margin: 15px auto 0;
	}
	.line-Concierge .code{
		margin-top: 45px;
	}
	.line-Concierge .code img{
		width: 160px;
	}
}
@media only screen and (min-width: 1024px){
	.line-Concierge{
		max-width: 1280px;
		margin: 100px auto 0;
	}
	.line-Concierge h3{
		font-size: 246%;
	}
	.line-Concierge h3 a:hover{
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
		opacity: .7;
	}
	.line-Concierge p{
		margin: 25px 10px 0;
	}
	.line-Concierge .code img{
		width: 200px;
	}
}



/* line-Point
-----------------------------------*/
.line-Point{
	background-color: #f4f4f6;
	background-image: url("../img/bg_line_01.png");
	background-repeat: no-repeat;
	background-size: 960px 140px;
	background-position: center 0;
	padding: 115px 0 80px;
	margin-top: -60px;
}
.line-Point h3{
	color: #3f5480;
	font-size: 215%;
	line-height: 1.4;
	text-align: center;
}
.line-Point h4{
	color: #3f5480;
	font-size: 138.5%;
	line-height: 1.8;
	letter-spacing: .1em;
	text-align: center;
}
.line-Point .inner{
	margin-top: 30px;
	position: relative;
}
.line-Point .inner:before{
	content: "";
	width: 42px;
	height: 43px;
	background-image: url("../img/ico_line_02.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin: 0 auto;
	position: absolute;
	bottom: -60px;
	right: 0;
	left: 0;
}
.line-Point .box + .box{
	margin-top: 50px;
}
.line-Point .box h5{
	color: #fff;
	line-height: 1.1;
	text-align: center;
	width: 28%;
	background: #3f5480;
	position: relative;
	float: left;
}
.line-Point .box h5 .en{
	font-size: 93%;
	width: 70px;
	border-top: 2px solid #fff;
	padding: 20px 0;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.line-Point .box h5 .lg{
	font-size: 250%;
}
.line-Point .box .image{
	width: 72%;
	float: right;
}
.line-Point .box .image img{
	width: calc(100% + 1px);
	margin-left: -1px;
}
.line-Point .box h6{
	color: #3f5480;
	font-size: 116%;
	margin: 20px 20px 0;
}
.line-Point .box p{
	margin: 0 20px;
}
.line-Point .box .note{
	position: relative;
	padding-left: 1em;
}
.line-Point .box .note:before{
	content: "※";
	position: absolute;
	left: 0;
}
.line-Point .btn{
	text-align: center;
	margin: 80px auto 0;
}
.line-Point .btn a{
	color: #fff;
	font-size: 123.1%;
	line-height: 80px;
	text-align: center;
	width: 280px;
	height: 80px;
	background: #00b900;
	display: inline-block;
	position: relative;
}
.line-Point .btn a:before,
.line-Point .btn a:after{
	content: "";
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
}
.line-Point .btn a:before{
	top: 5px;
	left: 0;
}
.line-Point .btn a:after{
	bottom: 5px;
	right: 0;
}
.line-Point .btn a .ico:before{
	content: "";
	vertical-align: middle;
	width: 60px;
	height: 60px;
	background-image: url("../img/ico_line_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: inline-block;
	margin-right: 5px;
}
@media only screen and (min-width: 768px){
	.line-Point{
		padding: 140px 0 100px;
		margin-top: -80px;
	}
	.line-Point h3{
		font-size: 246%;
	}
	.line-Point h4{
		font-size: 156.8%;
	}
	.line-Point .inner:before{
		bottom: -80px;
	}
	.line-Point .box .image{
		height: 300px;
		overflow: hidden;
	}
	.line-Point .box .image img{
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.line-Point .box h5 .en{
		font-size: 123.1%;
	}
	.line-Point .box h6{
		font-size: 156.8%;
	}
	.line-Point .btn{
		margin-top: 120px;
	}
	.line-Point .btn a{
		font-size: 138.5%;
		line-height: 100px;
		width: 380px;
		height: 100px;
	}
}
@media only screen and (min-width: 1024px){
	.line-Point{
		background-size: 100% auto;
		padding: 200px 0 160px;
		margin-top: -100px;
	}
	.line-Point h3{
		font-size: 338%;
	}
	.line-Point h4{
		font-size: 215%;
	}
	.line-Point .inner{
		max-width: 1280px;
		margin: 45px auto 0;
	}
	.line-Point .box{
		width: 30%;
		margin: 0 5% 0 0;
		float: left;
	}
	.line-Point .box + .box{
		margin-top: 0;
	}
	.line-Point .box:nth-child(3n){
		margin: 0;
	}
	.line-Point .box .image{
		height: auto;
	}
	.line-Point .box .image img{
		position: relative;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.line-Point .box h5 .en{
		font-size: 123.1%;
	}
	.line-Point .box h6{
		font-size: 184%;
		margin: 20px 20px 0;
	}
	.line-Point .box p{
		margin: 0 20px;
	}
	.line-Point .btn a{
		font-size: 156.8%;
	}
	.line-Point .btn a:before,
	.line-Point .btn a:after{
		-webkit-transition: all ease 1s;
		transition: all ease 1s;
	}
	.line-Point .btn a:hover:before,
	.line-Point .btn a:hover:after{
		width: 0;
	}
}



/* .sw-Gnav
-----------------------------------*/
.sw-Gnav{
	margin-top: 0;
}