body {
	font-family: "Helvetica Neue",Arial,
	"Hiragino Kaku Gothic ProN","Hiragino Sans",
	"BIZ UDPGothic",Meiryo,sans-serif;
	background: rgb(255, 255, 255);
}

h1 {
	font-size: 2.3rem;
	padding: 0.2%;
	color:rgb(70, 70, 70)
}

li {
	font-size: 0.8rem;
	font-weight: 200;
}

.triangle{
	margin-top: 25px;
	margin-right: 10px;
	width: 0;
	height: 5px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #3f3f3f;
}

/*--------------ヘッダー-----------------*/
header {
	position: fixed;
	z-index: 10000;
	width: 100%;
	background:rgb(244, 244, 244);
}
.headerarea {
	z-index: 500;
	width: 100%;
	background: #FFF;
}
.headerarea.fixed {
	position: fixed;
	top: 0;
	z-index: 500;
}
.headerinner {
	display: flex;
	max-width: 1110px;
	height: 92px;
	margin: 0 auto;
//	background: red;/*test*/
}

.logo {
	max-width: 100px;
//	background-color: aqua;/*test*/
}
.logo img {
	width: 100%;
	margin-top: 20%;
//	background: #FFF;/*test*/
}
.headermenu {
	display: flex;
	justify-content: flex-end;
	width: 95%;
	height: 100%;
//	background: rgb(99, 99, 99);/*test*/
}

.headermenu ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 40%;
	height: 100%;
}
.headermenu li {
	display: flex;
	width: 30%;
//	height: 50%;/*test*/
}
.headermenu li:nth-child(2) {
	width: 23%;
}

.headermenu li:last-child {
	width: 17%;
//	background: rgb(3,32,32);/*test*/
}
.headermenu div {
	margin-top: 26px;
	margin-right: 10px;
	width: 0;
	height: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid rgb(108, 108, 108);
}
.headermenu a {
	text-align: start;
	width: 100%;
	color:rgb(70, 70, 70)
}
.headermenu a:hover {
	color: rgb(163, 163, 163);
}
/*----------------検索フォーム------------------*/
.search_container{
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	margin-top: 30px;
	padding: 3px 10px;
	height: 2.3em;
	width: 260px;
	overflow: hidden;
}
.search_container input[type="text"]{
	border: none;
	height: 2.0em;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"]{
	cursor: pointer;
	font-size: 1em;
	text-align: center;
	border: none;
	background: rgb(0, 131, 120);
	color: #e4e4e4;
	position: absolute;
	width: 60px;
	height: 45px;
	right: 0;
	top: -5px;
	outline : none;
}
/*----------------検索フォームここまで------------------*/
.linegreen {
	width: 100%;
	height: 8px;
	background: rgb(0, 131, 120);
}
.lineblue {
	width: 100%;
	height: 8px;
	background: rgb(0, 57, 131);
}
/*------------ナビゲーションここから--------------*/
.navarea {
	width: 100%;
	height: 50px;
	background: rgb(47, 47, 47);
}

.navinner {
	display: flex;
	justify-content: space-between;
	max-width: 1110px;
	height: 50px;
//	background: rgb(206, 255, 70);/*test*/
	margin: 0 auto;
}
/*------------運行状況--------------*/
.traininfoarea {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40%;
	height: 32px;
	align-self: center;
	background: rgb(255, 255, 255);
}
.traininfowrapper {
	display: flex;
	align-items: center;
	width: 99%;
	height: 85%;
//	background: rgb(236, 104, 104);/*test*/
}
.traininfowrapper a {
	font-size: 0.9rem;
	line-height: 1.8em;
	color: #FFF;
	font-weight: 500;
}
.taininfobtn {
	min-width: 85px;
	height: 100%;
	text-align: center;
	border-radius: 5px;
	background:rgb(0, 57, 131);
}
.taininfobtn:hover {
	background: rgb(0, 89, 205);
}
.traininfop {
	width: 100%;
	padding-left: 2%;
	font-size: 0.9rem;
	line-height: center;
}
.delaybtn {
	min-width: 100px;
	height: 100%;
	text-align: center;
	border-radius: 5px;
	color: #3f3f3f;
	background:rgb(163, 163, 163);
}
.delaybtn:hover {
	background: rgb(0, 122, 111);
}

.delaybtn a {
	color: #363636;
}
.infom {
	min-width: 20px;
	min-height: 20px;
	border-radius: 50%;
	margin-left: 1%;
	border: 4px solid rgb(0, 128, 100);
	background: rgb(255, 255, 255);
}

/*グローバルナビゲーション*/
.globalmenu {
	display: flex;
	width: 50%;
	height: 100%;
//	background: rgb(255, 100, 100);/*test*/
}
.globalmenu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
//	background: aqua;/*test*/
}
.globalmenu li {
	justify-content: flex-end;
	width: justify;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 2.2em;
	border-right: 2px solid rgba(255, 255, 255, 0.432);
//	background: rgb(59, 139, 28);/*test*/
}
.globalmenu li a {
	color: #FFF;
}
.globalmenu li a:hover {
	color: rgba(255, 255, 255, 0.293);
}

/*--------------メインビジョン-----------------*/
.vision {
	position: relative;
	top: 158px;
	width: 100%;
	height: 400px;
	background: url("../images/vis2.jpg");
	background-size: cover;
	background-position: center top;
}

.visionctrl {
	width: 100%;
	height: 200px;
	margin-bottom: 200px;
	background: rgb(47, 47, 47);
}

/*--------------コンテンツ-----------------*/
main {
	width: 100%;
	height: 100%;
//	background: rgb(209, 179, 168);/*test*/
}
.info {
	position: relative;
	background:rgb(244, 244, 244);
}
.infotitle {
	width: 100%;
	height: 250px;
	background: url("../images/infotitle.jpg");
	background-size: cover;
	position: absolute;
}
.infotitle h1 {
	margin-top: 60px;
	text-align: center;
}
.sectioninner {
	max-width: 1110px;
	margin: 0 auto;
	padding: 4% 0;
//	background:rgba(2, 136, 111, 0.478);/*test*/
}

.ssectioninner h1 {
	width: 20%;
	margin: 0  auto;
//	border-left: 5px solid rgb(0, 128, 100);
}
.infocontainer {
	position: relative;
	top: 50px;
	width: 100%;
	height: 100%;
	margin-top: 5%;
	margin-bottom: 8%;
}
/*--------------infotab--------------*/
.infotab {
	display: flex;
	width: 90%;
	height: 50px;
	margin: 0 auto;
}
/*-------------別ページ書き換え-------------*/

.news1 {
	width: 50%;
	height: 100%;
	background: #FFF;
}
.anews {
	width: 100%;	
	height: 100%;
	text-align: center;
	line-height: 0.6em;
	display: inline-block;
	background: rgb(255, 255, 255);
}
.anews:hover {
	width: 100%;	
	height: 100%;
	background: rgb(0, 128, 100);
}
/*--------------infotab2--------------*/
.news2 {
	width: 50%;
	height: 100%;
	background: #FFF;
}
/*-------------別ページ書き換え-------------*/

.anews2 {
	width: 100%;	
	height: 100%;
	text-align: center;
	line-height: 0.6em;
	display: inline-block;
	color: #FFF;
	background: rgb(16, 46, 112);
}

.anews2:hover {
	width: 100%;	
	height: 100%;
	background: rgb(32, 82, 192);
}

/*--------------infotab2--------------*/
.infomain {
	width: 90%;
	margin: 0 auto;
	padding: 2%;
	background: #FFF;

}

.infosub {
	display: flex;
	border-bottom: 2px solid rgb(241, 241, 241);
//	background: green;/*test*/
}
.infosub:last-child {
	border: none;
}

.infosub p,span,a {
	margin-right: 3%;
	padding: 23px 0;
	color: rgb(51, 51, 51);
}

/*-------------別ページ書き換え-------------*/
.infosub a:hover {
	color: rgb(0, 131, 120);
	font-weight: bold;
}

/*-------------infoバナー-------------*/
.infobanner {
//	width: 100%;
//	background: rgb(63, 31, 31);/*test*/
}

/*--------slickページ---------*/

.slider {
	width: 50%;
  //  max-height: 300px;
	margin: 0 auto;
  }
  
  
/*info以外各セクション共通タイトル部分*/
.title {
	width: 100%;
	height: 200px;
	padding-top: 80px;/*sp対応の際要変更*/
	background: url("../images/contentbg0.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.title2 {
	width: 100%;
	height: 200px;
	padding-top: 80px;/*sp対応の際要変更*/
	background: url("../images/title2.jpg");
	background-size: cover;
	background-repeat: no-repeat;
}
.title h1 {
	text-align: center;
}
.title2 h1 {
	text-align: center;
}
/*-------------life-------------*/

.life {
	width: 100%;
	margin-top: 300px;
	background:rgb(244, 244, 244);
}
.lifeinner {
	max-width: 1110px;
	margin: 0 auto;
	padding: 4% 0;
//	background:rgb(164, 188, 255);/*test*/
}

.life h2 {
	line-height: 2em;
	text-align: center;
	font-size: 2.5rem;
	color: #dedede;
}
.lifecontainer {
	display: flex;
	width: 100%;
	padding: 5% 0;
	justify-content: space-between;
//	background:rgb(39, 39, 39);/*test*/
}
.lifeitems {
	position: relative;
	display: flex;
	align-items: flex-end;
	max-width: 445px;
	max-height: 445px;
	overflow: hidden;
	border: 5px solid rgb(0, 57, 131);
}
.itemsimg {
	min-width: 445px;
	min-height: 453px;	
	background: url("../images/life1.jpg");
	background-size: cover;
}
.itemsimg2 {
	min-width: 445px;
	min-height: 453px;
	background: url("../images/life2.png");
	background-size: cover;
}
.itemsimg:hover {
	transform: scale(1.2);
	transition:1s all;
}
.itemsimg2:hover {
	transform: scale(1.2);
	transition:1s all;
}

.lifetitlebg {
	position: absolute;
	bottom: 0;
	left: 0;
	min-width: 445px;
	height: 20%;
	background: rgba(0, 0, 0, 0.651);
}
.lifeitems:last-child {
	border: 5px solid rgb(0, 128, 100);
}
/*lifebannerwrap*/
.lifebannerarea {
	width: 100%;
//	background: rgb(117, 20, 101);/*test*/
}
.lifebannerwrap {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
//	background: rgb(255, 128, 0);/*test*/
}
.lifebanner1 {
	display: flex;
//	width: 100%;
	width: auto;
	height: 100%;
//	background: rgb(241, 74, 74);/*test*/
}
/*-----バナーレスポンシブのちに設定変更---------------*/
.banneritems {
	width: 320px;
	height: 100px;
//	background: rgb(106, 110, 30);
}
.banneritems:last-child {
	width: 320px;
	height: 100px;
	margin-left: 20px;
//	background: rgb(30, 81, 110);
}
.banneritems2 {
	width: 320px;
	height: 100px;
	margin-left: 20px;
	background: rgb(108, 144, 221);
}

.lifeimg {
	background: url("../images/life1.jpg");

}

/*groop*/
.group {
	width: 100%;
	margin-top: 300px;
	background: rgb(244, 244, 244);
//	background: url("../images/content1.png");
//	background-size: auto;
}

.sectioninner {
	max-width: 1110px;
	margin: 0 auto;
	padding: 4% 0;
//	background:rgb(192, 25, 25);/*test*/
}
.itemtitle {
	font-size: 2rem;
	font-weight: bold;
//	color: rgb(192, 25, 25);
}
.groupcontainer {
	width: 100%;
	padding: 5% 0;
//	background: rgb(31, 20, 100);/*test*/
}
.items1 {
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 350px;
	margin-bottom: 200px;
//	background: rgb(255, 187, 0);
}
.items1btn {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    display: block;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.items1btn:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.items1btn:hover:nth-of-type(2) {
	opacity: 0;ß
}
.itmetitle {

	width: 45%;
	height: auto;
	text-align: center;
	background: rgba(0, 0, 0, 0.24);
}

.items2 {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 350px;
//	background: rgb(159, 58, 173);
}

.itmetitle {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45%;
	height: auto;
	background: rgba(0, 0, 0, 0.24);
}
.groupcontainer h2 a {
	display: block;
	width: 100%;
	font-size: 2rem;
	color: #FFF;
	font-weight: bold;
//	background: rgb(155, 88, 88);
}
.bannerarea {
	width: 100%;
	background: rgba(0, 0, 0, 0.189);
}


/*test*/
.btnitems1:first-child {
	margin-bottom: 100px;
}
.btnitems1 {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
  -webkit-transition: .4s cubic-bezier(0.34, 1.56, 0.64, 1);
	transition: .4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btnitems1 img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
    display: block;
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}
.btnitems1:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}
.btnitems1:hover img:nth-of-type(2) {
  opacity: 0;
}
/*---------バナーエリア--------*/
.bannerinner {
	display: flex;
	max-width: 1110px;
	margin: 0 auto;
	padding: 2%;
//	background: rgba(58, 58, 58, 0.189);/*test*/
	justify-content: space-around;
}

.item {
	width: 320px;
	height: 100px;
	background: url(../images/b1.jpg);
	background-size: contain;
//	background: rgb(47, 47, 47);
}
.item:nth-child(2) {
	background: url(../images/b2.jpg);
	background-size: contain;
}
.item:last-child {
	background: url(../images/b3.jpg);
	background-size: contain;
}

.bannerarea {
	width: 100%;
	background: rgba(0, 0, 0, 0.189);
}
/*---------footer前バナーエリア--------*/
.brarea {
	width: 100%;
	padding: 2%;
	background: rgba(0, 93, 215, 0.15);
}
.bannerbg {
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 0 auto;
}
.britem a img {
	width: 320px;
	height: 100px;
}

/*--------------フッターエリア------------------*/
footer {
	background: rgb(47, 47, 47);
}
.footer {
	width: 100%;
	background: rgb(47, 47, 47);
}
footer h1 {
	padding-bottom: 10px;
	font-size: 1rem;
	font-weight: bold;
	color: #FFF;
	border-bottom: 2px solid rgb(0, 93, 215);
}

footer h2 {
	font-size: 0.9rem;
	color: #FFF;
}
footer a {
	color: #FFF;
}
.footerinner {
	justify-content: space-between;
	max-width: 1110px;
	margin: 0 auto;
	padding-top: 4%;
//	background: rgb(100, 20, 41);/*test*/
}
/*-----------------footer1---------------------*/
.footer1 {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 250px;
//	background: rgb(159, 135, 141)/*test*/
}

.footerapp {
	width: 32%;
//	background: rgb(189, 151, 220);/*test*/
}
.footerp {
	display: flex;
	padding: 20px 0;
}
.footerp p {
	padding: 0 4%;
	letter-spacing: 0.1em;
	line-height:1rem;
	font-size: 0.8rem;
	color: #FFF;
}
.appicon {
	min-width: 80px;
	min-height: 80px;
	border-radius: 20px;
	background: #FFF;
	background-image: url("../images/seasidelinelogo.png");
	background-size: cover;
}

.footerbtn {
	display: flex;
	justify-content: space-between;
//	background: cornflowerblue;/*test*/
}
.appbtn {
	min-width: 170px;
	min-height: 50px;
	background-image: url("../images/gpdlimg.png");
	background-size: cover;
}
.appbtn:first-child {
	background-image: url("../images/asdlimg.png");
}
/*------------appエリアここまで--------------*/
.footersns {
	width: 65%;
//	background: rgb(154, 76, 218);
}

.footersns a:hover {
	color: rgba(255, 255, 255, 0.293);
}

.footersnswrap1 {
	width: 100%;
	padding: 10px 0;
}
.footersnswrap2 {
	display: flex;
	width: 100%;
}

.snswrap {
	display: flex;
	width: 100%;
	display: flex;
}
.snswrap:last-child {
	margin-top: 10px;
}
.snsitem {
	display: flex;
	width: 50%;
//	background: cornflowerblue;/*test*/
}
.snsitem h2 {
	width: 100%;
	padding-left: 5%;
	align-self: center;
	color: #FFF;
}
.snsicon {
	min-width: 64px;
	min-height: 64px;
	border: 1px solid #FFF;
	border-radius: 10px;
	background: url("../images/twitter_alt.svg");
	background-position: center;
	background-size:  90%;
	background-repeat: no-repeat;	
}
.snsicon2 {
	background: url("../images/facebook.svg");
	background-position: center;
	background-size:  80%;
	background-repeat: no-repeat;	
}
.snsicon3 {
	background: url("../images/instagram.svg");
	background-position: center;
	background-size:  75%;
	background-repeat: no-repeat;
}
.snsicon4 {
	background: url("../images/youtube_alt.svg");
	background-position: center;
	background-size:  80%;
	background-repeat: no-repeat;
}


/*----------------footer2---------------------*/

.footer2 {
	display: flex;
	justify-content: space-around;
	width: 100%;
	padding-bottom: 20px;
	line-height: 1.3em;;
	border-top: 2px solid rgb(0, 93, 215);
//	background:rgb(0, 131, 120);/*test*/
}
.footer2 a {
	font-size: 0.9rem;
}
.footer2 a:hover {
	color: rgba(255, 255, 255, 0.293);
}
.footernav1 {
	width: 20%;
	height: auto;
	margin-top: 20px;
//	background:rgb(0, 57, 131)/*test*/
}
.footernav2 {
	width: 20%;
	height: 50%;
	margin-top: 20px;
//	background: brown;/*test*/
}

/*---------foootersub-------*/
.footer2sub {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}
.footer2sub a {
	font-size: 0.7rem;
	font-weight: 300;
}
.footer2sub a:hover {
	color: rgba(255, 255, 255, 0.293);
}
/*--------copyright-------*/
.copyright {
	font-size: 0.8rem;
	text-align: end;
	color: #FFF;
	padding: 1%;
}



/*media Queries 767
----------------------------------------------------*/
@media screen and (max-width: 990px) {
	.bannerbg {
		display: none;
	}
	.lifebannerwrap {
		width: 90%;
		display: block;
	}
	.banneritems2 {
		width: 80%;
		height: auto;
		margin: 0 auto;
	}
	.banneritems2 img {
		width: 100%;
		height: auto;
	}

	.banneritems img {
		width: 100%;
		height: auto;
	}
	.lifebanner1 {
		justify-content: center;
	}
	.lifecontainer {
		width: 100%;
		padding: 0 2%;
		margin:  0 auto;
		height: auto;
	}
	.lifeitems {
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 20px;
	}

@media screen and (max-width: 767px) {
	body {
	  font-size: 14px;
	//  background: rgb(80, 9, 117);
	}
	h1 {
		font-size: 1.8rem;
	}
	.headermenu {
		display: none;
	}
	.traininfoarea {
		width: 90%;
		margin-left: 20px;
	}
	.globalmenu {
		display: none;
	}
	.vision {
		width: 100%;
		background-position-x: 30%;
	}
	.visionctrl {
		margin-bottom: 100px;
	}
	.infotitle {
		height: 150px;
	}
	.infobanner {
		display: none;
	}
	.title {
		height: 150px;
	}
	.life {
		margin-top: 100px;
	}
	.lifecontainer {
		width: 100%;
		padding: 0 5%;
		margin:  0 auto;
		height: auto;
		flex-direction: column;
	//	background: yellow;
	}
	.lifeitems {
		width: 100%;
		height: auto;
		margin: 0 auto;
		margin-bottom: 50px;
	}
	.itemsimg {
		width: 100%;
		height: auto;
	}
	.itemsimg2 {
		width: 100%;
		height: auto;
	}
	.lifetitlebg {
		width: 100%;
	}
	.lifebannerwrap {
		width: 90%;
		display: block;
	}
	.banneritems2 {
		width: 100%;
		height: auto;
		margin: 0 auto;
	}
	.banneritems2 img {
		width: 100%;
		height: auto;
	}

	.banneritems img {
		width: 100%;
		height: auto;
	}
	.lifebanner1 {
		justify-content: center;
	}
	
	.group {
		margin-top: 100px;
	}
	.title2 {
		height: 150px;
	}
	.groupcontainer {
		width: 90%;
		margin: 0 auto;
	}
	.btnitems1 {
		width: 100%;
		height: 180px;
	}
	.bannerbg {
		display: none;
	}
	.footer1 {
		display: block
	}
	.footerapp {
		width: 100%;
	}
	.footerapp h1 {
		width: 100%;
	}
	.appicon {
		display: block;
	}
	.footerp {
		margin: 0 auto;
		width: 80%;
	}
	.footerbtn {
		width: 100%;
		justify-content: space-around;
		margin-bottom: 20px;
	}
	.footersns {
		width: 100%;
	}
	.footer2 {
		margin-top: 200px;
	}
	