@charset "utf-8";

/*==================================================
layout.css
================================================== */

/* ----------------------------------------
 - common
---------------------------------------- */

body *,
body *:before,
body *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	max-width: 100%;
	width: auto;
}

a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:hover > img {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	zoom: 1;
}

.only_pc {
	display: block;
}

.only_sp {
	display: none;
}

.notice {
	font-size: 12px!important;
}
.indent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}

.bold_text {
	font-weight: bold!important;
}
.red_text {
	color: #ff0000!important;
}

.dot_list > li {
	padding-left: 1em;
	position: relative;
}
.dot_list > li:before {
	content: "・";
	position: absolute;
	left: 0;
	font-size: inherit;
}

.align_center {
	text-align: center;
}

@media screen and (max-width: 736px) {

	body {
		font-size: 3.804vw;
	}

	img {
		width: 100%;
	}

	.only_pc {
		display: none;
	}

	.only_sp {
		display: block;
	}

	.notice {
		font-size: 3.261vw!important;
	}

	.icon_recommend {
		font-size: 3.261vw;
		line-height: 4.891vw;
	}

}

/* ----------------------------------------
 - header
---------------------------------------- */
#header {
	position: relative;
	width: 100%;
	background: #fff;
	padding-bottom: 4px;
}
#header:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: 0;
	background: -webkit-linear-gradient(left,rgba(5,117,189,.99) 0,rgba(48,179,231,.99) 20%,rgba(62,177,100,.99) 40%,rgba(62,177,100,.99) 60%,rgba(48,179,231,.99) 80%,rgba(5,117,189,.99) 100%);
	background: linear-gradient(to right,rgba(5,117,189,.99) 0,rgba(48,179,231,.99) 20%,rgba(62,177,100,.99) 40%,rgba(62,177,100,.99) 60%,rgba(48,179,231,.99) 80%,rgba(5,117,189,.99) 100%);
}
#header > #header_inner {
	max-width: 1040px;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
}
#header .logo_left {
	float: left;
	width: 180px;
}
#header .logo_right {
	float: right;
	width: 135px;
}

@media screen and (min-width: 737px) and (max-width: 1039px){
	#header {
	}
	#header > #header_inner {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 736px){
	#header {
	}
	#header > #header_inner {
		padding: 10px 3.5%;
	}

	#header .logo_left {
		width: 26.5%;
	}

	#header .logo_right {
		width: 22%;
	}
}

/* ----------------------------------------
 - contents
---------------------------------------- */
#contents_wrap {
	width: 100%;
}
.contents {
	max-width: 1040px;
	margin: 0 auto;
}

@media screen and (max-width: 736px){
	.contents {
		padding: 0 3.5%;
	}
}

/* ----------------------------------------
 - main visual
---------------------------------------- */
#main_visual {
	padding: 0 0 60px;
	border-bottom: 2px solid #ffffff;
}
#main_visual #main_image {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}
#main_visual .section_inner {
	padding-left: 20px;
	padding-right: 20px;
	min-height: 0;
}
#main_visual .section_inner:before {
	display: none;
}
#main_visual .download_box {
	margin: 0 auto;
	background-color: #ffffff;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: row-reverse;
}
#main_visual .download_box .download_btns {
	width: 406px;
	overflow: hidden;
}
#main_visual .download_box .download_btns > li {
	float: left;
	margin-left: 20px;
}
#main_visual .download_box .download_btns > li:nth-child(1) {
	width: 162px;
}
#main_visual .download_box .download_btns > li:nth-child(2) {
	width: 204px;
}
#main_visual .download_box .download_text {
	flex: 1;
	font-size: 12px;
}
#main_visual .app_bnr {
	width: 530px;
	margin: 20px auto 0;
	background-color: #ffffff;
}
#main_visual .info_box {
	margin: 30px auto 0;
	max-width: 1000px;
}
#main_visual .info_box > * {
	padding-left: 10px;
	padding-right: 10px;
}
#main_visual .info_box > *:first-child {
	padding-left: 0;
	padding-right: 0;
}
#main_visual .info_box .info_title {
	margin-bottom: 20px;
	color: #ffffff;
	background-color: #36bef0;
	font-size: 36px;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
}
#main_visual .info_box .info_sub_title {
	margin: 20px 0 10px;
	color: #36bef0;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
}
#main_visual .info_box .update_list {
	height: 150px;
	overflow-y: auto;
}
#main_visual .info_box .update_list > li {
	border-bottom: 1px dotted #d8d8d8;
	padding: 20px 0;
	overflow: hidden;
}
#main_visual .info_box .update_list > li:first-child {
	padding-top: 0;
}
#main_visual .info_box .update_list > li:last-child {
	border-bottom: none;
}
#main_visual .info_box .update_list > li .date {
	display: block;
	float: left;
	width: 90px;
	margin-right: 10px;
}
#main_visual .info_box .update_list > li .text {
	display: block;
	overflow: hidden;
}

@media screen and (max-width: 736px){
	#main_visual {
		margin-bottom: 0;
		padding-bottom: 8.152vw;
		border: none;
		width: 100%;
	}
	#main_visual .section_inner {
		padding: 0;
	}
	#main_visual .download_box {
		margin: 0 auto;
		background-color: #ffffff;
		padding: 5.434vw 2.8% 0;
		max-width: 736px;
		display: block;
	}
	#main_visual .download_box .download_btns {
		width: 75%;
		margin: 0 auto;
	}
	#main_visual .download_box .download_btns > li {
		float: left;
		margin: 0;
	}
	#main_visual .download_box .download_btns > li:nth-child(1) {
		width: 42.5%;
	}
	#main_visual .download_box .download_btns > li:nth-child(2) {
		margin-left: 4.5%;
		width: 53%;
	}
	#main_visual .download_box .download_text {
		margin-top: 2.717vw;
	}
	#main_visual .app_bnr {
		width: auto;
		margin: 4.076vw 2.8% 0;
	}
	#main_visual .info_box {
		margin: 4.076vw 2.8% 0;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#main_visual .info_box > * {
		padding-left: 0;
		padding-right: 0;
	}
	#main_visual .info_box .info_title {
		margin-bottom: 4.076vw;
		font-size: 5.707vw;
		line-height: 9.783vw;
	}
	#main_visual .info_box .info_sub_title {
		margin:  4.076vw 0 2.717vw;
		font-size: 4.348vw;
		line-height: 5.707vw;
	}
	#main_visual info_box .update_list > li {
		border-bottom: 0.218vw dotted #d8d8d8;
		padding: 4.076vw 0;
		line-height: 6.521vw
	}
	#main_visual .info_box .update_list {
		height: 27.174vw;
	}
	#main_visual .info_box .update_list > li a {
		display: block;
		text-decoration: none;
	}
	#main_visual .info_box .update_list > li .date {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	#main_visual .info_box .update_list > li .text {
		display: block;
		overflow: hidden;
	}
	#main_visual #campaign .image_text_box .right_image_area {
		width: 29%;
		margin-left: 3.5%;
	}
}

/* ----------------------------------------
 - function
---------------------------------------- */
#function {
	color: #ffffff;
	background-color: #36bef0;
	padding-bottom: 0;
	padding: 20px 0 0 0;
}
#function .section_inner {
	padding: 0 20px;
	min-height: 0;
}
#function .section_title {
	text-align: center;
}
#function .section_title:before {
	background-image: url(/railways/seibulineapp/images/icon_anime_racco.gif);
	width: 68px;
	height: 45px;
	background-size: 100% auto;
}

@media screen and (max-width: 736px){
	#function {
		padding: 5.435vw 0 0;
	}
	#function .section_title:before {
		width: 10%;
		height: 6.114vw;
	}
}


/* ----------------------------------------
 - section
---------------------------------------- */
section {
	padding: 40px 0;
}
section .section_inner {
	max-width: 1040px;
	margin: 0 auto;
	position: relative;
	min-height: 280px;
	padding: 0 10px;
}
.section_inner:before {
	content: "";
	position: absolute;
	bottom: -40px;
	width: 500px;
	height: 320px;
	z-index: 1;
}
section .section_inner > * {
	position: relative;
	z-index: 2;
}

section .section_title {
	position: relative;
	font-size: 40px;
	font-weight: bold;
	line-height: 60px;
	margin-bottom: 10px;
}
section .section_title:before {
	position: relative;
	content: "";
	display: inline-block;
	width: 55px;
	height: 48px;
	background: url(/railways/seibulineapp/images/icon_title_racco.png) no-repeat left top;
	background-size: 100% auto;
	vertical-align: middle;
	margin-right: 10px;
}
section .section_lv2_title {
	position: relative;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 25px;
}
section .section_lv2_title:before {
	position: relative;
	content: "";
	display: inline-block;
	width: 55px;
	height: 48px;
	background: url(/railways/seibulineapp/images/icon_title_racco.png) no-repeat left top;
	background-size: 100% auto;
	vertical-align: middle;
	margin-right: 10px;
}
section .desc_box {
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
}
section .desc_box > .desc_image {
	max-width: 360px;
	width: 35.5%;
	margin: 0 1%;
	text-align: center;
}
section .desc_box > .desc_text_area {
	text-align: left;
	max-width: 620px;
	width: 60.5%;
	margin: 0 1%;
}
section .image_text_box {
	overflow: hidden;
}
section .image_text_box > .left_image_area {
	float: left;
	margin-right: 20px;
	max-width: 300px;
}
section .image_text_box > .right_image_area {
	float: right;
	margin-left: 20px;
	max-width: 300px;
}
section .image_text_box > .switch_bnr_area {
	float: left;
	margin-right: 20px;
	max-width: 300px;
}
section .image_text_box > .text_area {
	overflow: hidden;
}
@media screen and (min-width: 737px){
	section .desc_box > .desc_text_area p {
		font-size: 21px;
		line-height: 30px;
	}
	section .desc_box > .desc_text_area .notice {
		font-size: 16px!important;
	}
}
@media screen and (max-width: 736px){
	section {
		padding: 0;
	} 
	section .section_inner {
		background-position: right top;
		background-repeat: no-repeat;
		background-size: 50% auto;
		padding: 5.435vw 2.8% 8.152vw;
	} 
	section .section_inner:before {
		display: none;
	}
	section .section_title {
		font-size: 8.152vw;
		line-height: 9.783vw;
		margin-bottom: 2.717vw;
		text-align: center;
	}
	section .section_title:before {
		width: 8.5%;
		height: 6.793vw;
		margin-right: 1.5%;
	}
	section .section_lv2_title {
		font-size: 5.706vw;
		line-height: 6.793vw;
		margin-bottom: 2.717vw;
		text-align: center;
	}
	section .section_lv2_title:before {
		width: 8.5%;
		height: 6.793vw;
		margin-right: 1.5%;
	}
	section .section_inner .section_lv2_title {
		display: none;
	} 
	section .desc_box {
		display: block;
	}
	section .desc_box p {
		font-size: 3.804vw;
	}
	section .desc_box > .desc_image {
		float: none;
		text-align: center;
		margin: 0 0 2.717vw;
		width: 100%;	
		max-width: none;
	}
	section .desc_box .desc_text_area {
		width: 100%;
		max-width: none;
		margin: 0 0 5.435vw;
	}
	section .desc_box .desc_text {
		font-size: 4.348vw;
		margin-bottom: 8.152vw;
	}
	section .image_text_box > .switch_bnr_area {
		float: none;
		margin: 0 auto 2.717vw;
		max-width: 450px;
		width: 70%;
	}
}

/* ----------------------------------------
 - pagetop
---------------------------------------- */
#pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background: #4ccaf2 url(/railways/seibulineapp/images/icon_arrow_white.png) no-repeat left top;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
	z-index: 9999;
	border: 1px solid #ffffff;
}
#pagetop:hover {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	zoom: 1;
}
#pagetop > a {
	display: block;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 736px){
	#pagetop {
		right: 3.5%;
		bottom: 7.813vw;
		width: 10.87vw;
		height: 10.87vw;	
		border: 2px solid #ffffff;
	}
}

/* ----------------------------------------
 - footer
---------------------------------------- */
footer {
	background-color: #ffffff;
	position: relative;
}
#footer:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	top: 0;
	background: -webkit-linear-gradient(left,rgba(5,117,189,.99) 0,rgba(48,179,231,.99) 20%,rgba(62,177,100,.99) 40%,rgba(62,177,100,.99) 60%,rgba(48,179,231,.99) 80%,rgba(5,117,189,.99) 100%);
	background: linear-gradient(to right,rgba(5,117,189,.99) 0,rgba(48,179,231,.99) 20%,rgba(62,177,100,.99) 40%,rgba(62,177,100,.99) 60%,rgba(48,179,231,.99) 80%,rgba(5,117,189,.99) 100%);
}
footer .footer_inner {
	max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
	padding: 14px 0 10px;
}
footer #copyright {
	float: right;
	font-size: 12px;
	line-height: 42px;
}
footer .footer_logo {
	float: left;
	width: 150px;
}

@media screen and (min-width: 737px) and (max-width: 1039px){
	footer .footer_inner {
		padding: 14px 20px 10px;
	}
}

@media screen and (max-width: 736px){
	footer .footer_inner {
		max-width: 1040px;
		margin: 0 auto;
		overflow: hidden;
		padding: 2.717vw 0 1.369vw;
	}
	footer #copyright {
		float: none;
		text-align: center;
		font-size: 2.717vw;
		line-height: 6.793vw;
	}
	footer .footer_logo {
		float: none;
		padding: 0;
		width: 36%;
		margin: 0 auto 1.369vw;
	}
}


/* category */
#multilingual .desc_box,
#position .desc_box,
#getoff .desc_box,
#wayside .desc_box {
	flex-direction: row;
}

#gourmet .desc_box,
#timetable .desc_box,
#bus .desc_box,
#coupon .desc_box,
#decoration .desc_box {
	flex-direction: row-reverse;
}

#gourmet .desc_box > .desc_image img,
#multilingual .desc_box > .desc_image img,
#timetable .desc_box > .desc_image img,
#position .desc_box > .desc_image img,
#bus .desc_box > .desc_image img,
#coupon .desc_box > .desc_image img,
#decoration .desc_box > .desc_image img{
	width: 44.5%;
}

#wayside .desc_box > .desc_image img {
	width: 83.5%;
}

#getoff .desc_box > .desc_image img {
	width: 86%;
}

#gourmet {
	color: #ffffff;
	background-color: #ea5550;
}
#gourmet .section_inner:before {
	right: 0;
	background: url(/railways/seibulineapp/images/bg_gourmet.png) no-repeat right bottom;
	background-size: auto 320px;
	width: 541px;
}
#gourmet .section_lv2_title:before {
	width: 60px;
	height: 48px;
	background: url(/railways/seibulineapp/images/icon_title_gourmet_racco.png) no-repeat left top;
	background-size: 100% auto;
}
#multilingual {
	color: #ffffff;
	background-color: #3d62ad;
}
#multilingual .section_inner:before {
	left: 0;
	background: url(/railways/seibulineapp/images/bg_multilingual.png) no-repeat left bottom;
	background-size: auto 320px;
}
#timetable {
	color: #ffffff;
	background-color: #9ec935;
}
#timetable .section_inner:before {
	right: 0;
	background: url(/railways/seibulineapp/images/bg_timetable.png) no-repeat right bottom;
	background-size: auto 320px;
}
#position {
	color: #ffffff;
	background-color: #f4a720;
}
#position .section_inner:before {
	left: 0;
	background: url(/railways/seibulineapp/images/bg_position.png) no-repeat left bottom;
	background-size: auto 320px;
}
#bus {
	color: #ffffff;
	background-color: #4ccaf2;
}
#bus .section_inner:before {
	right: 0;
	background: url(/railways/seibulineapp/images/bg_bus.png) no-repeat right bottom;
	background-size: auto 320px;
}
#getoff {
	color: #ffffff;
	background-color: #d2af79;
}
#getoff .section_inner:before {
	left: 0;
	background: url(/railways/seibulineapp/images/bg_getoff.png) no-repeat left bottom;
	background-size: auto 320px;
}
#coupon {
	color: #ffffff;
	background-color: #afb0b0;
}
#coupon .section_inner:before {
	right: 0;
	background: url(/railways/seibulineapp/images/bg_coupon.png) no-repeat right bottom;
	background-size: auto 320px;
}
#wayside {
	color: #ffffff;
	background-color: #c686b8;
}
#wayside .section_inner:before {
	left: 0;
	background: url(/railways/seibulineapp/images/bg_wayside.png) no-repeat left bottom;
	background-size: auto 320px;
}
#decoration {
	color: #ffffff;
	background-color: #f29ec1;
}
#decoration .section_inner:before {
	right: 0;
	background: url(/railways/seibulineapp/images/bg_decoration.png) no-repeat right bottom;
	background-size: auto 320px;
}
#decoration .decoration_phone {
	width: 44.5%;
	position: relative;
	margin: 0 auto;
}
#decoration .decoration_phone img {
	width: 100%!important;
}
#decoration .decoration_phone .phone_body {
	position: absolute;
	top: 0;
	z-index: 2;
}
#decoration .bx-wrapper {
	position: relative;
	z-index: 1;
}
#decoration .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	left: 0;
	background: none;
}
#download {
	color: #ffffff;
	background-color: #333333;
}
#download .section_title {
	text-align: center;
}
#download .section_title:before {
	background-image: url(/railways/seibulineapp/images/icon_racco.png);
	width: 68px;
	height: 45px;
	background-size: 100% auto;
}
#download .section_inner {
	width: 680px;
	min-height: 0;
}
#download .downloads {
	overflow: hidden;
	margin: 20px 0 20px -20px;
}
#download .downloads > li {
	float: left;
	width: 320px;
	padding: 20px 0 30px;
	color: #333333;
	background-color: #ffffff;
	text-align: center;
	margin-left: 20px;
}
#download .downloads img {
	width: 100%;
}
#download .downloads .appstore {
	width: 160px;
	margin: 20px auto;
}
#download .downloads .googleplay {
	width: 200px;
	margin: 20px auto;
}
#download .downloads .qr {
	width: 120px;
	margin: 20px auto 0;
}

@media screen and (min-width: 737px){
	#coupon .image_text_box > .right_image_area {
		width: 25%;
	}
	#timetable .image_text_box > .right_image_area,
	#wayside .image_text_box > .right_image_area {
		width: 35%;
	}
}
@media screen and (max-width: 736px){
	#gourmet .desc_box > .desc_image img,
	#multilingual .desc_box > .desc_image img,
	#timetable .desc_box > .desc_image img,
	#position .desc_box > .desc_image img,
	#bus .desc_box > .desc_image img,
	#coupon .desc_box > .desc_image img,
	#decoration .desc_box > .desc_image img {
		width: 44.5%;
	}
	#getoff .desc_box > .desc_image img,
	#wayside .desc_box > .desc_image img {
		width: 58.9%;
	}
	#gourmet .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_gourmet.png);
	}
	#gourmet .section_lv2_title:before {
		width: 8.5%;
		height: 6.793vw;
		margin-right: 1.5%;
	}
	#multilingual .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_multilingual.png);
	}
	#timetable .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_timetable.png);
	}
	#timetable .image_text_box > .right_image_area {
		width: 35.3%;
		margin-left: 3%;
	}
	#position .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_position.png);
	}
	#bus .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_bus.png);
	}
	#getoff .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_getoff.png);
	}
	#coupon .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_coupon.png);
	}
	#coupon .image_text_box > .right_image_area {
		width: 29.5%;
		margin-left: 3%;
	}
	#wayside .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_wayside.png);
	}
	#wayside .image_text_box > .right_image_area {
		width: 35.3%;
		margin-left: 3%;
	}
	#decoration .section_inner {
		background-image: url(/railways/seibulineapp/images/bg_decoration.png);
	}
	#download .section_title {
		display: block;
	}
	#download .section_title:before {
		width: 10%;
		height: 6.114vw;
	}
	#download .section_inner {
		width: 100%;
	}
	#download .downloads {
		margin: 20px auto 20px;
		width: 76%;
		display: flex;
		display: -webkit-flex;
		display: -moz-flex;
	}
	#download .downloads > li {
		float: none;
		width: auto;
		padding: 0;
		background: none;
		margin: 0 2%;
	}
	#download .downloads img {
		width: 100%;
	}
	#download .downloads .appstore {
		width: 100%;
		margin: 0;
	}
	#download .downloads .googleplay {
		width: 100%;
		margin: 0;
	}
}

/* ----------------------------------------
 - accordion
---------------------------------------- */
@media screen and (min-width: 737px) {
	.accordion_box > .accordion_triger {
		display: none;
	}
}
@media screen and (max-width: 736px) {
	.accordion_box > .accordion_triger {
		padding: 2.717vw 9.511vw;
		position: relative;
	}
	.accordion_box > .accordion_triger > * {
		margin: 0;
	}
	.accordion_box > .accordion_triger:after {
		position: absolute;
		content: "";
		top: 50%;
		right: 4.086vw;
		transform: translateY(-80%) rotate(45deg);
		margin: auto 0;
		border-bottom: 4px solid #ffffff;
		border-right: 4px solid #ffffff;
		width: 3.397vw;
		height: 3.397vw;
		display: block;
	}
	.accordion_box > .accordion_triger.active:after {
		transform: translateY(-30%) rotate(45deg);
		border: none;
		border-top: 4px solid #ffffff;
		border-left: 4px solid #ffffff;
	}
	.accordion_box > .accordion_contents {
		display: none;
		padding-bottom: 2.717vw;
	}
}

.download_message {
	font-size: 1.1rem;
	margin-left: 10px;
	line-height: 1.5em;
}

.top_logo_table {
	display: none;
}
.logo_norutap {
	text-align: center;
}
@media screen and (max-width: 736px) {
	.top_logo_table {
		display: block;
	}
/*
	.logo_norutap {
		max-width: 60%;
	}
*/
}
