@charset "UTF-8";

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

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

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




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

#content div.wrap div {
	width: 100%;
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	padding: 0 10px;
}

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

#content h3 {
	color: #15B900;
	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;
	font-weight: 300;
}

#content p.lead {
	font-size:14px;
	text-align:center;
	margin: 0 0 30px;
	line-height: 1.8;
}
span.y_line {
	background: linear-gradient(transparent 65%,#fff580 65%);
}

#content p.lead span:last-child {
	color: #15B900;
	font-weight: 450;
}

#content img.bt_reg {
	width: 230px;
}
#content img.top_img {
    display: block;
	width: 500px;
    margin: 30px auto 40px;
}





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

#howto h2,
#merit h2,
#useHotel h2,
#faq h2,
#addFriend h2 {
	width: fit-content;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 1.5;
	margin: 0 auto 30px;
}



/* -------------------------------------------------------------
　コンバージョンエリア追加
------------------------------------------------------------- */

#banner_bl {
	padding: 30px 0 10px;
	background: #94e0fa;
}

#banner_bl ul.h_top_banner {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#banner_bl ul.h_top_banner .text_box {
	width: 320px;
	margin: 0 10px 30px;
	line-height: 1;
	padding: 10px 10px 15px;
	background: #fff;
}

#banner_bl ul.h_top_banner .text_box p {
	font-size: 12px;
	line-height: 1.8;
	margin: 15px 5px 0;
}



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

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

#howto .step {
	max-width: 250px;
	height: 358px;
	text-align: center;
	line-height: 0;
	margin: 0 auto 30px;
	border-radius: 10px 10px 0 0;
}

#howto .st1 {
	background: #FFF url(/img/line/img_step_1.png) center bottom 20px no-repeat;
	background-size: auto 185px;
}
#howto .st2 {
	background: #FFF url(/img/line/img_step_2.png) center bottom no-repeat;
	background-size: auto 185px;
}
#howto .st3 {
	background: #FFF url(/img/line/img_step_3.png) center bottom no-repeat;
	background-size: auto 185px;
}
#howto .st4 {
	background: #FFF url(/img/line/img_step_4.png) center bottom no-repeat;
	background-size: auto 185px;
}

#howto .stepNum {
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
	padding: 14px 0;
	background: #15B900;
	border-radius: 10px 10px 0 0;
}
#howto .step p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	padding: 25px 0 30px;
}

#howto a img {
	width: 230px;
	margin: 40px 0 0;
}



/* slickスライド調整 */
.line_slides {
	width: 250px;
	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;
	transition: 0.5s;
}

.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 {
	left: -35px;
	background: url(/img/line/step_arrow_l.png) no-repeat 0 0;
}
.slick-next {
	right: -35px;
	background: url(/img/line/step_arrow_r.png) no-repeat 0 0;
}

.slick-prev:hover,
.slick-prev:focus {
	background: url(/img/line/step_arrow_l.png) no-repeat 0 0;
	opacity: 0.6;
	transition: 0.5s;
}
.slick-next:hover,
.slick-next:focus {
	background: url(/img/line/step_arrow_r.png) no-repeat 0 0;
	opacity: 0.6;
	transition: 0.5s;
}

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

.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;
}






/* -------------------------------------------------------------
　友だち追加のメリット
------------------------------------------------------------- */

#merit {
	text-align: center;
	padding: 40px 10px 50px;
	background: url(/img/line/list_bg.jpg) no-repeat;
}

#merit h2 {
	color: #fff;
	font-size: 22px;
	letter-spacing: 0.05em;
}

#merit .wrap {
	width: 100%;
	max-width: 340px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 20px 20px;
	background: #fff;
	border-radius: 20px;
}

#merit ul.merit_list li {
	color: #141414;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 1.56em;
	padding: 0 0 0 40px;
}

#merit ul.merit_list li:nth-child(1) {
	background: url(/img/line/mk_1.svg) left 5px no-repeat;
}
#merit ul.merit_list li:nth-child(2) {
	background: url(/img/line/mk_2.svg) left 5px no-repeat;
}
#merit ul.merit_list li:nth-child(3) {
	background: url(/img/line/mk_3.svg) left 5px no-repeat;
}

#merit .wrap div {
	width: 208px;
	margin: 0 auto;
}





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

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

#faq dl.line_faq {
	width: 100%;
	max-width: 640px;
	margin: 0 auto 20px;
	padding: 15px 0;
	background: #EEF6EE;
	border-radius: 14px;
}

#faq dl.line_faq dt {
	color: #13AB0D;
	font-size: 14px;
	padding: 10px 50px 10px 18px;
	background: url(/img/line/mk_plus.svg) 94% 50% no-repeat;
	cursor: pointer;
}
#faq dl.line_faq dt.open {
	background: url(/img/line/mk_minus.svg) 94% 50% no-repeat;
}

#faq dl.line_faq dd {
	color: #000;
	font-size: 12px;
	line-height: 1.8;
	padding: 15px 18px 10px;
}
#faq div {
	text-align: center;
	margin: 35px 0 0;
}





/* -------------------------------------------------------------
　HOTEL LIST
------------------------------------------------------------- */

#list_bl {
	padding: 10px 0 60px;
}


#list_bl .ttl_bl h2 {
	color: #638FA2;
	font-family: "Roboto";
	font-size: 36px;
	font-weight: 100;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 40px;
}


#list_bl .tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px;
}

#list_bl .tab_label {
	position: relative;
	width: 32%;
	height: 50px;
	color: #1E2B30;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 17px;
	margin: 0 0.6% 5px;
	padding: 17px 0 13px;
	background: #F1F5F7;
	z-index: 1;
	cursor: pointer;
}
#list_bl .tab_label.t3,
#list_bl .tab_label.t5 {
	padding: 8px 0 4px;
}

#list_bl .tab_label:hover {
	opacity: 0.75;
}

#list_bl .tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
}

#list_bl input[name="tab_switch"] {
	display: none;
}

#list_bl .tabs input:checked + .tab_label {
	color: #fff;
	font-weight: 300;
	background: #638FA2;
}

#list_bl #tab1:checked ~ #tab1_content,
#list_bl #tab2:checked ~ #tab2_content,
#list_bl #tab3:checked ~ #tab3_content,
#list_bl #tab4:checked ~ #tab4_content,
#list_bl #tab5:checked ~ #tab5_content {
	display: block;
}

#list_bl .tab_content{
	position: relative;
	animation: fadeIn 1s ease;
	margin: 30px 0 0;
}



#list_bl ul.hotelList {
	margin: 0;
}

#list_bl ul.hotelList li ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 18px 0;
	border-bottom: 1px solid #707070;
}
#list_bl ul.hotelList li ul li:nth-child(1) {
	padding: 0 20px 0 0;
}

#list_bl ul.hotelList li ul li .hName {
	color: #1E2B30;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 2px;
}
#list_bl ul.hotelList li ul li .hName a {
	text-decoration: none;
}

#list_bl ul.hotelList li ul li .hName a.hLink {
	color: #1E2B30;
	font-weight: 400;
}
#list_bl ul.hotelList li ul li .hName a.hLink:hover {
	color: #638FA2;
}

#list_bl ul.hotelList li ul li .acs {
	color: #638FA2;
	font-size: 12px;
	line-height: 1.8;
}

#list_bl ul.hotelList li ul li a.btRsv {
	position: relative;
	display: block;
	width: 80px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	padding: 14px 0 15px;
	background: #1E2B30;
	border-radius: 2px;
	transition:0.5s;
}
#list_bl ul.hotelList li ul li a.btRsv:hover {
	transition:0.5s;
	opacity: 0.8;
	text-decoration: none;
}




/* -------------------------------------------------------------
　お友達登録
------------------------------------------------------------- */

#addFriend {
    padding: 0 0 86px;
}
#addFriend h2 {
	margin: 0 auto 40px;
}
#addFriend > div {
	max-width: 570px;
	margin: 0 auto;
}
#addFriend div div {
    text-align: center;
}

#addFriend div div a img {
	width: 230px;
	margin: 0 0 40px;
}
#addFriend div div img.line_qr {
    width: 150px;
	margin: 0;
}




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










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

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

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




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

#content {
	margin: 0 0 80px;
}

#content h2 {
	font-size: 20px;
	margin: 0 auto 20px;
}

#content h3 {
	font-size: 48px;
	line-height: 1.2;
	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;
}





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

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



/* -------------------------------------------------------------
　コンバージョンエリア追加
------------------------------------------------------------- */

  #banner_bl {
    /*padding: 65px 0;*/
    padding: 50px 0 20px;
  }


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

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

#howto h2 {
	margin: 0 auto 35px;
}

#howto .line_slides {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}

#howto .step:nth-of-type(odd) {
	width: 50%;
	margin: 0 20px 40px 0;
}
#howto .step:nth-of-type(even) {
	width: 50%;
	margin: 0 0 40px 20px;
}

#howto .st1,
#howto .st2 {
	height: 354px;
}
#howto .st3,
#howto .st4 {
	height: 358px;
}

#howto .step p{
	font-size: 16px;
}

#howto a img{
	margin: 30px 0 0;
}





/* -------------------------------------------------------------
　友だち追加のメリット
------------------------------------------------------------- */

#merit {
	padding: 80px 10px;
}

#merit h2 {
	font-size: 34px;
}

#merit .wrap {
	display: flex;
	align-items: center;
	max-width: 1000px;
	padding: 20px 34px 8px 48px;
}

#merit ul.merit_list {
	margin: 12px 0 0;
}

#merit ul.merit_list li {
	font-size: 22px;
	line-height: 1.3;
	margin: 0 0 17px;
	padding: 0 0 5px 40px;
}

#merit ul.merit_list li:nth-child(1) {
	background: url(/img/line/mk_1.svg) left 1px no-repeat;
}
#merit ul.merit_list li:nth-child(2) {
	background: url(/img/line/mk_2.svg) left 1px no-repeat;
}
#merit ul.merit_list li:nth-child(3) {
	background: url(/img/line/mk_3.svg) left 1px no-repeat;
}









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

#faq {
	padding: 120px 10px 0;
	text-align: center;
	max-width: 100%;
	width: 1000px;
    margin: 0 auto;
}

#faq dl.line_faq {
	max-width: 1000px;
	margin: 0 auto 34px;
	padding: 17px 0;
}
#faq dl.line_faq:last-of-type {
	margin: 0 auto;
}

#faq dl.line_faq dt {
	font-size: 21px;
	/*font-size: 22px;*/
	padding: 10px 100px 10px 40px;
	background: url(/img/line/mk_plus.svg) 96% 50% no-repeat;
	background-size: 30px auto;
}
#faq dl.line_faq dt.open {
	background: url(/img/line/mk_minus.svg) 96% 51% no-repeat;
	background-size: 30px 34px;
}

#faq dl.line_faq dd {
	font-size: 14px;
	padding: 15px 40px 10px;
}





/* -------------------------------------------------------------
　HOTEL LIST
------------------------------------------------------------- */

#list_bl {
	padding: 120px 0;
}

#list_bl .ttl_bl h2 {
	font-size: 72px;
	line-height: 1.3;
	margin: 0 0 60px;
}



#list_bl .tabs {
	max-width: 1000px;
	margin: 0 auto;
}

#list_bl .tab_label {
	flex: 1;
	width: 32%;
	font-weight: 300;
	margin: 0 0.6%;
}

#list_bl .tab_label.t3,
#list_bl .tab_label.t5 {
	padding: 17px 0 13px;
}
#list_bl .tab_label.t5 {
	margin: 0;
}
#list_bl .tab_content {
	margin: 15px 0 0;
}


#list_bl ul.hotelList {
	display: flex;
	max-width: 1000px;
	margin: 0 auto;
}
#list_bl ul.hotelList > li {
	width: 50%;
}
#list_bl ul.hotelList > li:nth-child(1) {
	padding: 0 2.5% 0 0;
}
#list_bl ul.hotelList > li:nth-child(2) {
	padding: 0 0 0 2.5%;
}

#list_bl ul.hotelList li ul {
	padding: 30px 0 20px
}

#list_bl ul.hotelList li ul li .hName {
	font-size: 18px;
}
#list_bl ul.hotelList li ul li .acs {
	font-size: 14px;
}

#list_bl ul.hotelList li ul li a.btRsv {
	width: 100px;
	font-size: 16px;
	padding: 17px 0;
}





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

#addFriend {
	padding: 0 0 180px;
}
#addFriend h2 {
	margin: 0 auto 70px;
}
#addFriend div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#addFriend div div a img {
	margin: 0;
}




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



}/* media Queries PC 810 */










/* media Queries PC //////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- 1024px */
@media screen and (min-width:1024px), print {

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

#content {
	max-width:1000px;
	margin: 0 auto 100px;
}

#content div.wrap {
	display: flex;
}

#content div.wrap div {
	width: 500px;
	padding: 0;
}

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




}/* media Queries PC 1024 */






/* media Queries 1100px /////////////////////////////////////
--------------------------------------------------- 1100px*/
@media screen and (min-width:1100px), print {

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

#howto {
	padding: 60px 0 50px;
}


#howto .line_slides {
	max-width: 1090px;
}

#howto .step:nth-of-type(odd) {
	width: 250px;
	margin: 0 30px 0 0;
}
#howto .step:nth-of-type(even) {
	width: 250px;
	margin: 0 30px 0 0;
}
#howto .step:last-of-type {
	margin: 0;
}

#howto .st1,
#howto .st2,
#howto .st3,
#howto .st4 {
	height: 346px;
}

#howto a img{
	margin: 50px 0 0;
}


}/* media Queries 000 */



