﻿@charset "UTF-8";

/* スライダー */
/*前矢印のアイコンフォント*/
.sp-next-arrow:before {
	font-family: FontAwesome !important;
	content: '\f105' !important;
	color: #fff;
}

/*後矢印のアイコンフォント*/
.sp-previous-arrow:before {
	font-family: FontAwesome !important;
	content: '\f104' !important;
	color: #fff;
}

.slider-pro {
	padding-top: 34px;
	background: #fff;
}

/* ずっとずっとのおつきあい */
.top_about {
	background: url(../img/top_about.jpg);
	background-size: cover;
	background-position: center top;
	min-width: 1200px;
}

.top_about_back {
	width: 100%;
	height: 100%;
	background: url(../img/pattern.png);
}

.top_about_box {
	width: 1280px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0;
}

.top_about_box h2 {
	color: #fff;
	font-size: 50px;
	/*font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;*/
}

.top_about_box h2 span {
	/*display:inline-block;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	color:#fff;
	font-size:30px;
	padding-top:30px;*/

}

.top_about_box ul {
	display: table;
	margin: 10px 0 0;
}

.top_about_box li {
	display: table-cell;
	width: 20%;
	padding: 8px;
	text-align: left;
	line-height: 1.4;
}

.top_about01,
.top_about02,
.top_about03,
.top_about04,
.top_about05,
.top_about06 {
	padding: 12px 14px 16px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.top_about01 img,
.top_about02 img,
.top_about03 img,
.top_about04 img,
.top_about05 img,
.top_about06 img {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.top_about01 h3,
.top_about02 h3,
.top_about03 h3,
.top_about04 h3,
.top_about05 h3,
.top_about06 h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 12px;
	padding: 2px 0 0 6px;
	line-height: 18px;
}

.top_about01 h3 {
	border-left: solid 4px #009c86;
}

.top_about02 h3 {
	border-left: solid 4px #fa66c9;
}

.top_about03 h3 {
	border-left: solid 4px #f0a566;
}

.top_about04 h3 {
	border-left: solid 4px #45d5d7;
}

.top_about05 h3 {
	border-left: solid 4px #db634c;
}

.top_about06 h3 {
	border-left: solid 4px #6abf8e;
}

.top_about01 p,
.top_about02 p,
.top_about03 p,
.top_about04 p,
.top_about05 p,
.top_about06 p {
	padding-top: 8px;
	font-size: 14px;
}

.top_about_box a {
	display: block;
	margin: 12px 16px 0;
	padding: 6px 18px 4px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: .3s;
	font-size: 14px;
}

.top_about_box a span::after {
	content: " >";
}

.top_about01 a {
	background: #009c86;
	border: solid 2px #009c86;
}

.top_about01 a:hover {
	background: #fff;
	color: #009c86;
}

.top_about02 a {
	background: #fa66c9;
	border: solid 2px #fa66c9;
}

.top_about02 a:hover {
	background: #fff;
	color: #fa66c9;
}

.top_about03 a {
	background: #f0a566;
	border: solid 2px #f0a566;
}

.top_about03 a:hover {
	background: #fff;
	color: #f0a566;
}

.top_about04 a {
	background: #45d5d7;
	border: solid 2px #45d5d7;
}

.top_about04 a:hover {
	background: #fff;
	color: #45d5d7;
}

.top_about05 a {
	background: #db634c;
	border: solid 2px #db634c;
}

.top_about05 a:hover {
	background: #fff;
	color: #db634c;
}

.top_about06 a {
	background: #6abf8e;
	border: solid 2px #6abf8e;
}

.top_about06 a:hover {
	background: #fff;
	color: #6abf8e;
}

.top_about_icon {
	display: block;
	margin: -42px auto 10px;
	width: 48px;
}

/* お知らせ */
.info {
	width: 1200px;
	margin: 0 auto;
	padding: 60px 0;
	overflow: hidden;
}

.info .info_box {
	width: 950px;
	float: left;
}

.info .info_box h2 {
	line-height: 27px;
	font-size: 20px;
	font-weight: bold;
	color: #443f37;
	background: url(../img/top_info.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 27px;
	padding: 2px 0 0 32px;
	text-align: left;
}

.info .info_box ul {
	border-top: dotted 1px #928273;
	margin-top: 12px;
	padding-bottom: 10px;
	height: 220px;
	background: #fff;
	overflow: auto;
}

.info .info_box li {
	padding: 16px 16px 13px 16px;
	border-bottom: solid 1px #eee;
}

.info .info_box li .date {
	color: #dd5d5d;
}

.info .bnr_box {
	width: 210px;
	float: right;
	overflow: hidden;
}

.info .bnr_box li {
	float: left;
	display: block;
}

.info .bnr_box .bnr01,
.info .bnr_box .bnr02 {
	width: 70px;
	margin: 0 5px 7px 0;
}

.info .bnr_box .bnr03 {
	width: 60px;
	margin: 0 0 7px;
}

.info .bnr_box .bnr04 {
	margin: 0 0 7px;
}

.info .info_box02 {
	max-width: 900px;
	margin: 0 auto;
}

.info .info_box02 h2 {
	line-height: 27px;
	font-size: 20px;
	font-weight: bold;
	color: #443f37;
	background: url(../img/top_info.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 27px;
	padding: 2px 0 0.4em 32px;
	text-align: left;
}


/* イベント */
.event01 {
	height: 320px;
	background: url(../img/event/top_event170909_01.jpg);
	background-size: cover;
	min-width: 1200px;
}

.event02 {
	height: 320px;
	background: url(../img/event/top_event170909_02.jpg);
	background-size: cover;
	min-width: 1200px;
}

.event_back {
	height: 100%;
	background: url(../img/pattern.png);
}

.event_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.event_box .right {
	width: 410px;
	height: 320px;
	background: url(../img/event/event_box.png);
	background-size: cover;
	float: right;
	text-align: center;
	padding: 20px 0;
}

.event_box .left {
	width: 410px;
	height: 320px;
	background: url(../img/event/event_box.png);
	background-size: cover;
	float: left;
	text-align: center;
	padding: 20px 0;
}

.event_box .right a,
.event_box .left a {
	display: block;
	width: 410px;
	height: 320px;
	text-decoration: none;
	color: #000;
	transition: .3s;
}

.event_box .right a:hover,
.event_box .left a:hover {
	opacity: .8;
}

.event_box .right a p,
.event_box .left a p {
	padding-top: 10px;
}

.event_box .right a p span,
.event_box .left a p span {
	color: #e5004f;
	font-weight: bold;
	font-size: 20px;
}

.event_box .left02 {
	width: 251px;
	height: 220px;
	margin-top: 100px;
	margin-left: -20px;
	float: left;
}

.event_box .right img,
.event_box .left img {
	width: 360px;
	height: auto;
}

.event_box .left02 a {
	transition: .3s;
}

.event_box .left02 a:hover {
	opacity: .8;
}

/* バナー追加 */
.top_bn {
	padding: 30px 0;
	background: #fff;
}

.top_bn ul {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	display: table;
}

.top_bn ul li {
	/*width:50%;
  float:left;
  padding:10px;*/
	display: table-cell;
	box-sizing: border-box;
	padding: 0 1%;
}

.top_bn ul li a {
	transition: .3s;
}

.top_bn ul li a:hover {
	opacity: .7;
}


/* ▼768px以下の場合に適用（iPad portrait以下）
---------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

	/* ずっとずっとのおつきあい */
	.top_about {
		min-width: 100%;
	}

	.top_about_box {
		width: 96%;
		margin: 0 auto;
		text-align: center;
		padding: 40px 0;
		overflow: hidden;
	}

	.top_about_box h2 {
		font-size: 22px;
	}

	.top_about_box h2 span {
		/*font-size:14px;
	padding-top:10px;*/
		display: block;
		padding: 4px 0;
	}

	.top_about_box ul {
		display: block;
		margin: 20px 0 0;
	}

	.top_about_box li {
		display: block;
		width: 50%;
		padding: 6px;
		float: left;
	}

	.top_about01,
	.top_about02,
	.top_about03,
	.top_about04,
	.top_about05,
	.top_about06 {
		padding: 10px 10px 14px;
	}

	.top_about01,
	.top_about02,
	.top_about03,
	.top_about04,
	.top_about05,
	.top_about06 {
		margin-bottom: 36px;
	}

	.top_about01 h3,
	.top_about02 h3,
	.top_about03 h3,
	.top_about04 h3,
	.top_about05 h3,
	.top_about06 h3 {
		font-size: 14px;
	}

	.top_about01 p,
	.top_about02 p,
	.top_about03 p,
	.top_about04 p,
	.top_about05 p,
	.top_about06 p {
		display: none;
		;
	}

	.top_about_box a {
		margin: 12px auto 0;
		padding: 6px 10px 4px;
		font-size: 12px;
	}

	/* お知らせ */
	.info {
		width: 96%;
		margin: 0 auto;
		padding: 30px 0;
		overflow: hidden;
	}

	.info .info_box {
		width: 100%;
		float: none;
	}

	.info .info_box h2 {
		line-height: 27px;
		font-size: 18px;
	}

	.info .info_box li .date {
		display: block;
	}

	.info .bnr_box {
		float: none;
		margin: 20px auto 0;
	}

	.info .info_box02 h2 {
		line-height: 27px;
		font-size: 18px;
	}


	/* イベント */
	.event01 {
		height: 300px;
		overflow: hidden;
		min-width: 100%;
	}

	.event02 {
		height: auto;
		overflow: hidden;
		min-width: 100%;
	}

	.event_box {
		width: 96%;
		padding: 20px 0;
	}

	.event_box .right,
	.event_box .left {
		width: 94%;
		height: auto;
		background-image: none;
		float: none;
		background-color: rgba(255, 255, 255, 0.9);
		margin: 0 auto;
		border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
	}

	.event_box .right a,
	.event_box .left a {
		display: block;
		width: 100%;
		height: 100%;
	}

	.event_box .right a p,
	.event_box .left a p {
		padding-top: 10px;
	}

	.event_box .right a p span,
	.event_box .left a p span {
		font-size: 18px;
	}

	.event_box .left02 {
		float: none;
		margin: 10px auto -20px;
	}

	.event_box .right img,
	.event_box .left img {
		width: 290px;
		height: auto;
	}

	/* バナー追加 */
	.top_bn ul {
		width: 90%;
		display: block;
	}

	.top_bn ul li {
		width: 100%;
		float: none;
		padding: 5px;
		display: block;
	}

}


/* 重要なお知らせリンク */
.important a {
	display: block;
	text-align: center;
	padding: 0.8rem;
	text-decoration: none;
	background: #d44264;
	color: #fff;
	font-weight: bold;
	transition: .3s;
}

.important a:hover {
	background: #a90d32;
	text-decoration: underline;
}