@charset "UTF-8";

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

/* brand_common.css（タイトル）に記載
下記は各調整 */

#page_title {
	background:url(/img/line/h1_bg.jpg) 50% top no-repeat;
	background-size: cover;
}




/* -------------------------------------------------------------
　サブタイトル
------------------------------------------------------------- */

#content div{
	width: 100%;
	text-align: center;
}

#content h2 {
	width: 100%;
	max-width: 640px;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
	margin: 0 auto 20px;
	padding: 10px 0;
	background: #06c755;
	border-radius: 30px;
}

#content h3 {
	color: #06c755;
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 2px;
	margin: 0 0 10px;
}

#content h3 span { font-size:40px; }

#content p.lead {
	font-size:14px;
	text-align:center;
	margin: 0 0 30px;
	line-height: 1.8;
}
#content p.lead span.y_line {
	background: linear-gradient(transparent 60%,#fff799 60%);
}
#content p.lead span:last-child {
	color: #06c755;
	font-weight: 500;
}

#content img {
    max-width: fit-content;
    height: 50px;
}
#content img.top_img{
	width: 90%;
    height: auto;
    margin: 30px auto 40px;
    display: block;
}




/* 共通
------------------------------------------------------------- */

#howto h4,
#useHotel h4,
#faq h4,
#addFriend h4{
	width: fit-content;
	font-size: 20px;
	font-weight: 300;
    text-align: center;
	line-height: 2;
    margin: 0 auto 30px;
*	border-bottom: #06c755 solid 3px;
}
#useHotel h4{
*	border-bottom: #83e3aa solid 3px;
}




/* 友だち登録方法
------------------------------------------------------------- */

#howto{
	margin:0 auto;
	padding:30px 0 70px;
	background-color: #ebebeb;
	text-align: center;
}

.step{
	text-align: center;
	margin: 10px auto;
	background: #FFF;
	border-radius: 10px;
}
.stepNum{
	color: #FFF;
	font-family: "Roboto";
	font-size: 30px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	line-height: 1;
	letter-spacing: 3px;
	padding: 16px 0 15px;
	background: #06c755;
	border-radius: 10px 10px 0 0;
}
div.step p{
	font-size: 22px;
	padding: 25px 0 30px;
	text-align: center;
	font-weight: 300;
	line-height: 1.3;
}
#howto a img{
	margin: 50px 0 0;
}



/* slickスライド調整 */
.line_slides {
	width: 310px;
	margin: 0 auto;
}

.slick-slide img {
	margin: 0 auto;
}

.line_slides .slick-slide { padding: 0 5px; }
.line_slides .slick-list { margin: 0 -5px; }

.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 17px;
	height: 38px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: unset;
}

.slick-prev:before,
.slick-next:before {
	font-family: unset;
	font-size: unset;
	line-height: unset;
	opacity: unset;
	color: unset;
	-webkit-font-smoothing: unset;
	-moz-osx-font-smoothing: unset;
}

.slick-prev {
	background: url(/img/line/step_arrow_l.png) no-repeat 0 0;
}
.slick-next {
	background: url(/img/line/step_arrow_r.png) no-repeat 0 0;
}

.slick-dots {
	bottom: -40px;
}

.slick-dots li {
	width: unset;
	height: unset;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
}

.slick-dots li button::before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_off.svg) no-repeat;
	background-size: 10px auto;
	vertical-align: middle;
	opacity: 1;
}
.slick-dots li.slick-active button:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	background: url(/img/slick/pager_green_on.svg) no-repeat;
	background-size: 10px auto;
	vertical-align: middle;
	opacity: 1;
}




/* よくあるご質問
------------------------------------------------------------- */

#faq{
	text-align: center;
	padding:30px 10px;
}

#faq ul {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

#faq ul li{
	color: #1E2B30;
	font-size: 12px;
	line-height: 1.8;
	margin: 0 0 20px;
	padding: 10px 20px 15px;
	background: #e2f4e2;
	border-radius: 10px;
}
#faq ul li b{
	display: block;
	color: #00a600;
	font-size: 14px;
	margin: 0 0 5px;
}
#faq div{
	text-align: center;
	margin: 35px 0 0;
}





/* 対象ホテル
------------------------------------------------------------- */

#useHotel{
	text-align: center;
	padding:30px;
	background: #06c755 url(/img/line/list_bg.jpg) no-repeat;
}
#useHotel div ul li{
	color: #FFF;
	font-size: 12px;
	margin: 0 0 10px;
}
#useHotel div ul li a{
	display: block;
    color: #fff799;
    font-size: 16px;
	font-weight: 500;
}

#useHotel h4{
	color:#FFF;
	margin: 0 auto 20px;
}
#useHotel div span{
	display: block;
	color: #FFF;
	text-align: left;
}



/*お友達登録*/
#addFriend{
    padding: 35px 0 60px;
}
#addFriend h4{
	margin: 0 auto 40px;
}
#addFriend div{
	max-width: 900px;
	margin: 0 auto;
}
#addFriend div div{
    width: 50%;
    text-align: center;
	margin: 0 auto 20px;
}

#addFriend div div a{
	margin: auto auto;
	text-align: center;
}
#addFriend div div a img{
	height: auto;
	max-width: 90%;
}
#addFriend div div img.line_qr{
	margin: auto auto;
	height: 130px;
}




.useSP{
	display: block;
}
.usePC{
	display: none;
}










/* media Queries PC //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- 810px */
@media only screen and (min-width:810px) {

/* -------------------------------------------------------------
　タイトル
------------------------------------------------------------- */

#page_title {
	margin: 120px 0;
	background:url(/img/line/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}




/* -------------------------------------------------------------
　サブタイトル
------------------------------------------------------------- */

#content {
	width:98%;
	max-width:1000px;
	margin: 90px auto 100px;
}
#content div {
    max-width: 50%;
	margin: 0 auto;
	float: left;
}

#content h2 {
	width: 500px;
	font-size: 20px;
	font-weight: 300;
	margin: 0 auto 20px;
}

#content h3 {
	font-size:48px;
	line-height:120%;
	margin: 0 0 20px;
}

#content h3 span{
	font-size:60px;
}

#content p.lead{
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	letter-spacing: 1px;
}

#content img {
    height: unset;
}

#content img.top_img {
    display: inline-block;
    width: fit-content;
    height: auto;
    margin: 0;
}




/* 共通
------------------------------------------------------------- */

#howto h4,
#useHotel h4,
#faq h4,
#addFriend h4{
	font-size: 34px;
	letter-spacing: 1px;
	margin: 0 auto 50px;
}




/* 友だち登録方法
------------------------------------------------------------- */

#howto{
	margin: 0 auto;
	padding: 60px 0 80px;
}


.line_slides {
	display: flex;
    width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}

.step {
	width: 32%;
	margin: 0;
}

.step:first-of-type {
	width: 32%;
	margin: 0 2% 0 0;
}

.step:last-of-type {
	width: 32%;
	margin: 0 0 0 2%;
}

.step img {
	margin: 0 0 -7px;
}


#howto a img{
	margin-top: 70px;
}
.step p{
	font-size: 20px;
}




/* よくあるご質問
------------------------------------------------------------- */

#faq{
	padding:80px 10px 80px;
	text-align: center;
	width: 1000px;
    margin: 0 auto;
}

#faq ul{
	width: 100%;
	max-width: 1000px;
    margin: 0 auto;
}

#faq ul li{
	font-size: 14px;
	line-height: 1.8;
	margin: 0 0 40px;
	padding: 20px 40px 25px;
}

#faq ul li b{
	font-size: 22px;
	font-weight: 400;
	margin: 0 0 10px;
}





/* 対象ホテル
------------------------------------------------------------- */

#useHotel{
	padding: 60px 10px 80px;
}

#useHotel h4 {
	margin: 0 auto 40px;
}

#useHotel div{
	max-width: 1000px;
	margin: 0 auto;
}

#useHotel div ul{
	display: inline-block;
	width: 33.3333%;
    max-width: 330px;
    vertical-align:top;
}

#useHotel div ul li{
    height: 60px;
	font-size: 14px;
	margin: 0 0 30px;
}

#useHotel div ul li a{
    font-size: 18px;
	font-weight: 400;
}

.floatL{
	float: left;
}




/*友だち登録*/
#addFriend{
    padding: 65px 0 120px;
}
#addFriend h4{
	margin: 0 auto 60px;
}
#addFriend div{
	display: flex;
	max-width: 900px;
	margin: 0 auto;
}
#addFriend div div{
    width: 50%;
    text-align: center;
}

#addFriend div div a{
	margin: auto auto;
}
#addFriend div div a img{
	height: 75px;
	max-width: max-content;
}
#addFriend div div img.line_qr{
	margin: auto auto;
	height: 130px;
}




.useSP{
	display: none;
}
.usePC{
	display: block;
}



}/* media Queries PC 810 */








