@charset "UTF-8";

/* TOPカルーセル */
.main_container {
	display: flex;
}
.main_container .slick-track {
	background: #fff;
}
.main_container .slick-slide:not(.slick-center) {
	transition: .1s linear;
	opacity: 0.7;
}
.main_container .slick-prev,
.main_container .slick-next {
	z-index: 10;
	top: auto;
	bottom: -39px;
}
.main_container .slick-prev:before,
.main_container .slick-next:before {
/*	display: block;*/
	display: none;
	content: '';
	width: 8px;
	height: 16px;
	background-image: url(/share/img/contents/ico_arrow_slick.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.main_container .slick-prev {
	left: 25%;
}
.main_container .slick-prev:before {
	background-image: url(/share/img/contents/ico_arrow_slick.png);
	-webkit-transform: rotateZ(180deg);
	   -moz-transform: rotateZ(180deg);
	    -ms-transform: rotateZ(180deg);
	     -o-transform: rotateZ(180deg);
	        transform: rotateZ(180deg);
}

.main_container .slick-next {
	right: 22%;
}
/*.main_container .slick-next:before {
}*/

.main_container .slick-dots li button:hover:before,
.main_container .slick-dots li button:focus:before {
	color: #fff;
}
.main_container .slick-dots li button:before {
	font-size: 12px;
	opacity: .5;
	color: #929fa7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_container .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff;
}

.main_container .main-slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.main_container .main-slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.main_container .main-slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.main_container .main-slick-dots li button:hover,
.main_container .main-slick-dots li button:focus {
	outline: none;
}
.main_container .main-slick-dots li button:hover:before,
.main_container .main-slick-dots li button:focus:before {
	opacity: 1;
}
.main_container .main-slick-dots li button:before {
	font-family: 'slick';
	font-size: 12px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .5;
	color: #929fa7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.main_container .main-slick-dots li.slick-active button:before {
	content: '';
	width: 10px;
	height: 10px;
	opacity: 1;
	border: 5px solid #ffe100;
	border-radius: 20px;
}

.main_container {
	position: relative;
	/*max-width: 1400px;*/
	margin-left: auto;
	margin-right: auto;
}

.main_container .main_item:before {
	content: "";
	display: block;
	padding-top: 51.42%;
}

.main_container .main_item {
	position: relative;
	width: 100%;
}

.main_container .main_item img {
	position: absolute;
  top: 0;
	left: 0;
  width: 100%;
  height: 100%;
	/*max-width: 700px;*/
}

/*@media screen and (min-width:375px) {

}*/

@media screen and (min-width:768px) {
	.main_container .slick-prev {
		left: 39%;
	}
	.main_container .slick-next {
		right: 38%;
	}
}

@media screen and (min-width:1024px) {
	.main_container {
		margin-top: 15px;
	}

	.main_container .main_item {
		
	}
	.main_container .main_item img {
		/*max-width: 700px;
		max-height: 360px;*/
		margin-left: auto;
		margin-right: auto;
	}

	.main_container .slick-prev {
		left: 40%;
	}
	.main_container .slick-next {
		right: 39%;
	}

	/*.main_container .slick-list {
		box-shadow: 0 0 10px 5px #fff inset;
	}*/
}

@media screen and (min-width:1200px) {
	/*.main_container .main_item {
		max-width: 700px;
	}*/
	.main_container .slick-prev {
		left: 45%;
	}
	.main_container .slick-next {
		right: 44%;
	}
}


/* 重要なお知らせ */
.important_container {
	border: 2px solid #ff1800;
	margin-top: 3em;
	margin-left: 10px;
	margin-right: 10px;
}
.important_ttl {
	display: table-cell;
	background: #ff1800;
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	min-width: 5em;
	text-align: center;
	line-height: 1.4;
	vertical-align: middle;
	white-space: nowrap;
}
.important_news {
	display: table-cell;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 10px;
	padding-left:10px;
	font-size: 1.6rem;
	line-height: 1.4;
	font-weight:bold;
	vertical-align: middle;
}

@media screen and (min-width:768px) {
	.important_container {
		margin-left: 20px;
		margin-right: 20px;
	}
	.important_ttl {
		min-width: 9em;
	}
	.important_news {
		font-size: 2.0rem;
	}
}

@media screen and (min-width:1024px) {
	.important_container {
		max-width: 970px;
		margin-top: 80px;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
	}
}



/* レコメンドコンテンツ */
.reccomend_bg {
	background: #f6f7f8;
	margin-top: 3em;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 1em;
	padding-right: 1em;
}
.reccomend_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
}
.reccomend_item {
	position: relative;
	flex-basis: 46%;
	max-width: 46%;
	margin-right: 5px;
	margin-left: 5px;
}

.reccomend_item:before {
	content: "";
	display: block;
	padding-top: 40.9%;
}

.reccomend_item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.reccomend_container .slick-prev,
.reccomend_container .slick-next {
	z-index: 10;
}
.reccomend_container .slick-prev {
	left: -10px;
}
.reccomend_container .slick-next {
	right: -22px;
}
.reccomend_container .slick-prev:before,
.reccomend_container .slick-next:before {
	display: block;
	content: '';
	width: 8px;
	height: 16px;
	background-image: url(/share/img/contents/ico_arrow_slick.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.reccomend_container .slick-prev {
}
.reccomend_container .slick-prev:before {
	background-image: url(/share/img/contents/ico_arrow_slick.png);
	-webkit-transform: rotateZ(180deg);
	   -moz-transform: rotateZ(180deg);
	    -ms-transform: rotateZ(180deg);
	     -o-transform: rotateZ(180deg);
	        transform: rotateZ(180deg);
}

@media screen and (min-width:1024px) {
	.reccomend_bg {
		margin-top: 30px; /* 200619調整 →60px; */
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.reccomend_container {
		max-width: 980px;
	}
	.reccomend_container .reccomend_item {
		flex-basis: 220px;
		max-width: 220px;
	}
}

.newapp_btn {
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}

.newapp_btn .btn,
.enjoy_btn .btn {
	display: inline-block;
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	padding: .6em .3em .4em .3em;
	padding-top: .8em;
	font-size: 1.4rem;
	font-weight: bold;
	overflow: hidden;
	background: #ffe100;
	box-shadow: 0 4px 0 #ebd005;
	border: 4px solid #ffe100;
	border-radius: 6px;
	text-decoration: none;
	transition: .1s;
	vertical-align: bottom;
}

.newapp_btn .btn:hover,
.enjoy_btn .btn:hover {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	box-shadow: 0 0 0 #ebd005;
}
.newapp_btn .btn:after,
.enjoy_btn .btn:after {
	content: '';
	display: block;
	float: right;
	width: 29px;
	height: 29px;
	margin-top: -.3em;
	margin-left: .3em;
	background-image: url(/share/img/contents/ico_arrow.png);
	background-size: 65%;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: top;
}

@media screen and (min-width:375px) {
	.newapp_btn .btn,
	.enjoy_btn .btn {
		padding: .6em .7em .4em 1em;
		font-size: 1.6rem;
	}
	.newapp_btn .btn:after,
	.enjoy_btn .btn:after {
		margin-top: -.2em;
	}
}

@media screen and (min-width:506px) {
	.newapp_btn .btn,
	.enjoy_btn .btn {
		max-width: 400px;
		font-size: 1.8rem;
	}
}


/* 目的から探す */
.purpose_bg {
	background: #ffe100;
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: 2em;
	text-align: center;
}
.purpose_ttl {
	font-size: 2.6rem;
}
.purpose_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-left: 10px;
	margin-right: 10px;
}
.purpose_item {
	position: relative;
	background: #fff;
	border: 2px solid #ccc;
	box-shadow: 0 4px 0 rgba(121,121,121,0.2);
	font-weight: bold;
	margin-top: .8em;
	padding: 10px;
	flex-basis:48%;
}
.purpose_item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.purpose_item:hover {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: 0 0 0 rgba(121,121,121,0.2);
	transition: .1s
}
.purpose_item img {
	max-width: 90px;
}
.purpose_item-ttl {
	margin-top: 10px;
	/*font-size: 1.1rem;*/
	font-size: 1.2rem;
}

@media screen and (min-width:375px) {
	.purpose_item-ttl {
		font-size: 1.4rem;
	}
}

@media screen and (min-width:768px) {
	.purpose_bg {
		margin-top: 40px;
		padding-top: 2em;
	}
	.purpose_ttl {
		font-size: 3.6rem;
	}
	.purpose_container {
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	.purpose_item {
		margin-top: 35px;
		padding: 10px;
		flex-basis:23%;
		max-width: 23%;
		box-shadow: 0 5px 0 rgba(121,121,121,0.2);
	}
	.purpose_item:hover {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
	.purpose_item img {
		max-width: 110px;
	}
	.purpose_item-ttl {
		font-size: 1.4rem;
	}
}

@media screen and (min-width:1024px) {
	.purpose_container {
		max-width: 980px;
	}
	.purpose_item img {
		max-width: 130px;
	}
	.purpose_item-ttl {
		font-size: 1.8rem;
	}
}

/* eoをもっと楽しむ */
.enjoy_ttl {
	font-size: 3.0rem;
	font-size: 2.8rem;
	margin-top: 40px;
	text-align: center;
}
.enjoy_container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.enjoy_item {
	position: relative;
	flex-basis: 49%;
	max-width: 48%;
	margin-bottom: 20px;
}
.enjoy_item:before {
	content: "";
  display: block;
  padding-top: 63.4%;
}
.enjoy_item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/*height: 100%;*/
}
.enjoy_item img {
	width: 100%;
}

.enjoy_item-thumb {
	display: block;
	margin-bottom: .4em;
}
.enjoy_item h3 {
	margin-bottom: .2em;
	font-size: 1.4rem;
	font-weight: bold;
}
.enjoy_item p {
	font-size: 1.3rem;
	line-height: 1.6;
}

.enjoy_btn {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-left: .5em;
	padding-right: .5em;
	text-align: center;
}

@media screen and (min-width:768px) {
	.enjoy_ttl {
		font-size: 3.0rem;
		margin-top: 80px;
	}
	.enjoy_container {
		flex-wrap: nowrap;
		max-width: 94%;
		margin-left: auto;
		margin-right: auto;
	}
	.enjoy_item {
		flex-basis: 23%;
		max-width: 23%
	}
	.enjoy_item h3 {
		font-size: 1.6rem;
	}
	.enjoy_item p {
		font-size: 1.4rem;
	}
}

@media screen and (min-width:1024px) {
	.enjoy_container {
		max-width: 980px;
	}
	.enjoy_item {
		flex-basis: 220px;
		max-width: 220px;
		min-height: 140px;
	}
}

/* お知らせ */
.news_ttl {
	font-size: 2.4rem;
	margin-top: 40px;
	text-align: center;
}
.tab-group {
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.tab-panel {
	margin-left: auto;
	margin-right: auto;
}
/*
.news_container {
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.news_item {
	border-bottom: 1px dotted #dadada;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news_item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news_date {
	color: #707070;
	margin-right: 10px;
}
.news_important {
	color: #e60012;
}
*/

.news_list {
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.news_list li {
	border-bottom: 1px dotted #dadada;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.news_list li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.news_list li dl,
.news_list li dl dt,
.news_list li dl dd {
	margin: 0;
}
.news_list .time {
	color: #707070;
	margin-right: 10px;
	float: left;
}
.news_list .text {
	color: #707070;
	margin-right: 10px;
}
.news_list .important {
	color: #e60012;
}
.maintenance_list {
	border-bottom: 1px solid #dadada;
	border-left: 1px solid #dadada;
	border-right: 1px solid #dadada;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
}
.maintenance_list .off,
.maintenance_list .on {
	background-image: url(/share/img/contents/ico_arrow.png);
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	vertical-align: top;
}


/*@media screen and (min-width:480px) {
}*/

/*@media screen and (min-width:768px) {
}*/

@media screen and (min-width:1024px) {
	.tab-panel {
		max-width: 980px;
	}
	.tab-group {
		margin-left: 0;
		margin-right: 0;
	}
	.news_ttl {
		font-size: 3.0rem;
		margin-top: 100px;
	}
	.tab-group {
		margin-top: 30px;
	}
/*
	.news_container {
		margin-left: 0;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
*/
	.news_list {
		margin-left: 0;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
	.maintenance_list {
		margin-left: 0;
		margin-right: 0;
		padding-left: 30px;
		padding-right: 30px;
	}
}


/* コンテンツ */
.contents_bg {
	background: #ffe100;
	margin-top: 2em;
	padding-top: 1em;
	padding-bottom: .3em;
	text-align: center;
}
.contents_container {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.contents_container .contents_item {
	margin-left: 10px;
	margin-right: 10px;
}

.contents_container .contents_item a {
	text-align: center;
}

.contents_container .contents_item a img {
	width: 100%;
	/*max-width: 300px;
	max-height: 120px;*/
	margin-left: auto;
	margin-right: auto;
}

.contents_container .slick-dots {
	bottom: -28px;
}
.contents_container .slick-dots li button:before {
	color: #adb7bd;
	font-weight: bold;
	opacity: 1;
}
.contents_container .slick-dots li.slick-active button:before {
	color: #fff;
}

@media screen and (min-width:768px) {
	.contents_container .contents_item a img {
		max-width: 300px;
		max-height: 120px;
	}
}

@media screen and (min-width:1024px) {
	.contents_bg {
		margin-top: 60px;
	}
}

@media screen and (min-width:1441px) {
	.contents_bg {
		padding-bottom: 1em;
	}
	}

/* SNSリンク */
.sns_container {
	display: flex;
	justify-content: center;
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
}
.sns_item {
	width: 38px;
	height: 38px;
	font-size: 0.9rem;
	line-height: 1.2;
	margin-left: 4%;
	margin-right: 4%;
	text-align: center;
}
.sns_item img {
	width: 100%;
}
.sns_link {
	display: block;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.sns_link span::after {
	padding-right: 16px;
	content: "";
	background-image: url(/share/img/contents/ico_newwin.png);
	background-size: 12px 11px;
	background-repeat: no-repeat;
	background-position: center right;
}

/*@media screen and (min-width: 480px) {
}*/

/*@media screen and (min-width: 768px) {
}*/

@media screen and (min-width:768px) {
	.sns_container {
		margin-top: 60px;
	}
	.sns_item {
		width: 48px;
		height: 48px;
		font-size: 1.2rem;
		margin-left: 24px;
		margin-right: 24px;
	}
	/*.btn {
		min-width: 400px;
	}*/
}
