@charset 'UTF-8';
@import url(reset.css);
@import url(common.css);

/* base */
* {
	word-break: break-all;
}
body {
	min-width: 1080px;
	background: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #333333;
}
a:hover {
	text-decoration: underline;
}

.seotext {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.75;
	font-weight: normal;
	background: #032B4C;
	color: #FFFFFF;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
}

#wrap {
	overflow: hidden;
	position: relative;
	background: #FFF;
	font-size: 1.4rem;
	line-height: 2;
	color: #333333;
}

.tel span {
	display: inline-block;
	margin-left: 5px;
}
.tel a {
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}

/* header
------------------------------*/
#header {
	background: #EEEDEB;
}
#header .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	max-width: 1160px;
	align-items: flex-end;
	height: 110px;
	margin: 0 auto;
}
#header .box .logo{
	padding-bottom: 15px;
}
#header .text {
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 1.0rem;
	color: #838383;
	line-height: 1.4;
	text-align: right;
	margin-bottom: 10px;
}
#header .info {
	max-width: 885px;
	width: 100%;
	text-align: center;
}
#header .info p {
	margin-bottom: 3px;
}
#header .tel {
	font-size: 2.6rem;
}
#header .tel span {
	font-size: 1.307em;
}
#header .time,
#header .holiday {
	display: inline-block;
}
#header ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	line-height: 1;
	align-items: center;
	margin-right: 9px;
    white-space: nowrap;
    flex: 0 0 auto;
}


/* nav
------------------------------*/
.gnav {
	position: relative;
	height: 110px;
}
.gnav .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 110px;
	background: #FFF;
}

.gnav .nav li a {
	display: block;
	padding: 27px 0;
}

.gnav .nav li a:hover,
.gnav .nav li.active a{
	text-decoration: none;
	color: #58C2B5;
}
.gnav .nav li:last-child a{
	width: 197px;
	height: 30px;
	display: block;
	background: #FFC51B;
	color: #032B4C;
    padding: 27px 0 42px;
	-webkit-transform: skew(-16deg);
	-moz-transform: skew(-16deg);
	-o-transform: skew(-16deg);
	transform: skew(-16deg);
}
.gnav .nav li:last-child a:hover{
	opacity: 0.8;
}
.gnav .nav li:last-child a span{
	-webkit-transform: skew(16deg);
	-moz-transform: skew(16deg);
	-o-transform: skew(16deg);
	transform: skew(16deg);
}
.gnav .nav.fixed {
	position: fixed;
}
.gnav .nav span {
	display: block;
	cursor: pointer;
}
.accordion {
	position: relative;
}
.accordion .category {
	display: none;
	position: absolute;
	z-index: 100;
	top: calc(100% + 1px);
	left: 0;
	width: 100%;
}
.accordion .category li {
	position: relative;
}
.accordion .category a,
.accordion .category span {
	display: block;
	background: rgba(255, 255, 255, .6);
	padding: 13px 5px 11px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
.accordion .category a:hover,
.accordion .category span:hover {
	background: rgba(255, 255, 255, .8);
	text-decoration: none;
	color: #999;
}
.accordion .category li.on > a,
.accordion .category li.on > span {
	background: rgba(255, 255, 255, .8);
	text-decoration: none;
	color: #999;
}
.accordion .category .secondary {
	display: none;
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 0;
	left: calc(100% + 1px);
}
.accordion .category .secondary li.on > a,
.accordion .category .secondary li.on > span {
	background: rgba(255, 255, 255, .8);
	text-decoration: none;
	color: #999;
}

/* main
------------------------------*/
.mainimg {
	background: url('../image/main_bg.jpg') top center no-repeat;
	background-size: cover;
}
.mainimg .big-box{
	max-width: 1160px;
	width: 100%;
	margin: 0 auto;
}
.mainimg .big-box .big-box{
	width: 400px;
	margin-left: 60px;
	background: rgba(5, 85, 124, 0.6);
}
.mainimg .big-box .big-box .box{
	width: 330px;
	background: rgba(5, 85, 124, 0.8);
	margin: 0 auto;
	padding: 40px 0 37px;
}
.mainimg h2{
	font-size: 3.8rem;
	line-height: 1.31;
	color: #FFFFFF;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho","メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	padding: 40px 0 41px 30px;
	background: url('../image/icon01.png') no-repeat, url('../image/icon01.png') no-repeat;
	background-position: top left 30px , bottom left 30px;
	font-weight: normal;
	letter-spacing: 0.16em;
}
/* content
------------------------------*/
.main {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1160px;
	padding: 60px 0 0px;
	margin: 0 auto;
}
.map,
.video {
	position: relative;
	width: 100%;
	height: 400px;
}
.map iframe,
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video {
	height: auto;
	padding-top: 56.25%;
}
.big {
	font-size: 1.6rem;
}
.small {
	font-size: 1.2rem;
}
.bold {
	font-weight: bold;
}
.button {
	text-align: center;
}
.richtext {
	overflow: hidden;
}
#wrap .richtext p + p {
	margin-top: 0;
}

.contact {
	margin-top: 100px;
	text-align: center;
}

/* side
------------------------------*/
.side {
	width: 100%;
	max-width: 240px;
	margin-bottom: 100px;
}
.side .list-nav{
	margin-bottom: 22px;
}
.side .list-nav li a{
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0.07em;
	display: block;
	text-align: right;
	padding: 40px 48px 40px 0;
	color: #FFFFFF;
}
.side .list-nav li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.side .list-nav li:first-child a{
	background: url('../image/icon04.png') right 20px center no-repeat,
	url('../image/s_nav01.jpg') center no-repeat;
}
.side .list-nav li:last-child a{
	background: url('../image/icon04.png') right 20px center no-repeat,
	url('../image/s_nav02.jpg') center no-repeat;
}
.side .list-nav li:first-child{
	margin-bottom: 10px;
}
.side .list-nav li a span{
	margin-top: 8px;
	font-size: 1.0rem;
	display: block;
	letter-spacing: 0;
	font-weight: normal;
	padding: 0 3px 0 0;
}
.s-box {
}
.s-info dl dt{
	font-size: 1.6rem;
	line-height: 1.75;
	margin-bottom: 7px;
}
.s-info dl dd{
	font-size: 1.2rem;
	line-height: 1.75;
}
.s-seo {
	margin: 5px 0 10px;
	font-size: 1.0rem;
	line-height: 1.9;
}
.s-info .title{
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.733;
	padding-top: 43px;
	margin-bottom: 5px;
	background: url('../image/s_bg_contact.jpg') top left no-repeat;
}
.s-info .tel {
	font-weight: bold;
	font-size: 1.4rem;
	line-height: 1.75;
	margin-bottom: 5px;
}
.s-info .tel span{
	font-size: 2.8rem;
}
.s-info .note {
	margin-bottom: 15px;
	font-size: 1.2rem;
	line-height: 1.75;
}
.side .s-mail{
	margin-bottom: 30px;
}
.side .s-mail a.link-btn{
	width: 222px;
	height: 50px;
	line-height: 2;
	font-size: 1.4rem;
	background: #FFC51B;
}
.s-box .sns {
	display: flex;
	justify-content: center;
}
.s-box .sns .item {
	width: 20%;
	padding: 0 2px;
}
.side .banner .item {
	text-align: center;
}
.side .banner .item + .item {
	margin: 10px 0 0;
}

/* content
------------------------------*/
.content {
	width: 100%;
	max-width: 880px;
	margin-bottom: 100px;
}

/* link-btn */
.link-btn {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 340px;
	height: 70px;
	background: #05557C;
	color: #032B4C;
	font-size: 1.8rem;
	line-height: 1.5555;
	-webkit-transform: skew(-16deg);
	-moz-transform: skew(-16deg);
	-o-transform: skew(-16deg);
	transform: skew(-16deg);
	letter-spacing: 0.07em;
}
.link-btn span{
	display: block;
	-webkit-transform: skew(16deg);
	-moz-transform: skew(16deg);
	-o-transform: skew(16deg);
	transform: skew(16deg);
	padding-right: 10px;
}
.link-btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* section
------------------------------*/
.section {
	margin: 0 auto 80px;
}
.section.break {
	max-width: 100%;
}
.section table {
	width: 100%;
}
.section table th,
.section table td {
	border: 1px solid #CCCCCC;
	padding: 11px 19px;
	vertical-align: top;
}
.section table th {
	width: 33.5%;
	background: #EFEFEF;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.bread {
	margin: 0 auto 50px;
	font-size: 0;
}
.bread li {
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
	line-height: 2.3333
}
.bread li + li::before {
	content: '＞';
	display: inline-block;
	margin-right: 5px;
}
.bread li a {
	color: #036499;
	font-weight: normal;
}
.headding {
	position: relative;
	padding: 21px 20px;
	margin-bottom: 30px;
	font-size: 2.4rem;
	line-height: 1.6;
	font-weight: bold;
	color: #032B4C;
	background-color: #ECF0F3;
    letter-spacing: 0.05em;
}
.headding:before{
	content: '';
	position: absolute;
	width: 125px;
	height: 26px;
    top: -15px;
    left: 24px;
	background: url('../image/h3_item.png') top left no-repeat;
}
.headding:after {
    content: '';
    position: absolute;
    display: block;
    top: 4px;
    left: 0;
    width: 100%;
    height: calc(100% - 8px);
    border-top: 1px solid #032B4C;
    border-bottom: 1px solid #032B4C;
}
.subtitle {
	position: relative;	
	padding-left: 20px;
	margin-bottom: 35px;
	font-size: 2.0rem;
	line-height: 2.55;
	font-weight: bold;
	color: #032B4C;
	border: 2px solid #032B4C;
}
.subtitle:before{
	content: '';
	position: absolute;
	left: 48px;
	bottom: -18px;
	width: 24px;
	height: 24px;
	background: url('../image/bg_h4.png') center no-repeat;

}
.text p + p {
	margin-top: 1em;
}

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.imgleft .image,
.imgright .image {
	width: 400px;
	text-align: center;
}
.imgleft .image div + div,
.imgright .image div + div {
	margin-top: 20px;
}

.imgleft .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-right: 30px;
}

.imgright {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.imgright .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	margin-left: 30px;
}

.square {
	width: 100%;
}
.square + .square {
	margin-top: 10px;
}
.square a,
.square span {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: none;
	padding-top: calc(100% - 2px);
	/*border: 1px solid #E2E2E2;*/
	outline: none;
}
.square img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* pickup
-------------------------------------------- */
.pickup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	width: 100%;
}
.pickup .article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 23.5%;
	margin-right: 2%;
}
.pickup .article:nth-child(4n) {
	margin-right: 0;
}
.pickup.slick {
	display: block;
}
.pickup.slick .article {
	margin-left: 15px;
	margin-right: 15px;
}
.pickup.slick .article:nth-child(4n) {
	margin-right: 15px;
}

/* pagebute
------------------------------*/
.page {
	text-align: center;
	letter-spacing: -1em;
}
.page li {
	display: inline-block;
	margin: 0 3px;
	vertical-align: middle;
	letter-spacing: normal;
}
.page .link_page,
.page .current_page {
	display: block;
	width: 50px;
	height: 50px;
	background: #EAEAEA;
	padding: 0;
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
.page .link_before,
.page .link_next{
	display: block;
	width: 80px;
	height: 50px;
	font-weight: bold;
	background: #EAEAEA;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
}
.page a:hover,
.page .current_page:hover {
	background: #05557C;
	color: #FFF;
}
.page .current_page {
	background: #05557C;
	color: #FFF;
}

/* slick
------------------------------*/
.slick {
	width: 100%;
	padding: 0 35px;
	margin: 0 auto;
}
.slick .slick-prev,
.slick .slick-next {
	z-index: 100;
	top: 105px;
	width: 30px;
	height: 30px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.slick .slick-prev {
	left: 0;
	background: url('../image/slick_left_off.jpg') center no-repeat;
}
.slick .slick-prev::before {
	content: url('../image/slick_left_on.jpg');
	display: none;
}
.slick .slick-prev:hover {
	background-image: url('../image/slick_left_on.jpg');
}
.slick .slick-next {
	right: 0;
	background: url('../image/slick_right_off.jpg') center no-repeat;
}
.slick .slick-next::before {
	content: url('../image/slick_right_on.jpg');
	display: none;
}
.slick .slick-next:hover {
	background-image: url('../image/slick_right_on.jpg');
}

/* colorbox
------------------------------*/
.colorbox a {
	outline: none;
}
#cboxWrapper {
	background: #FFF;
}
#cboxContent {
	margin: 20px;
	outline: 20px solid #FFF;
}
#cboxClose {
	position: absolute;
	top: -19px;
	right: -19px;
	z-index: 10;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
	outline: none;
	opacity: .8;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#cboxClose::before,
#cboxClose::after {
	content: '';
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 2px;
	background: #FFF;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#cboxClose::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose:hover {
	-webkit-box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
}
#cboxClose:hover::before {
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	-ms-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
}
#cboxClose:hover::after {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}
#cboxPrevious,
#cboxNext {
	top: 50%;
	left: -19px;
	width: 20px;
	height: 20px;
	background: #FFF;
	border: 1px solid #000;
	border-radius: 50%;
	outline: none;
	opacity: .5;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#cboxPrevious::after,
#cboxNext::after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 0;
	height: 0;
	background: none;
	border-style: solid;
	border-width: 6px 9px 6px 0;
	border-color: transparent #000 transparent transparent;
	outline: none;
	opacity: .5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#cboxPrevious:hover,
#cboxNext:hover {
	background: #000;
	opacity: .8;
}
#cboxPrevious:hover::after,
#cboxNext:hover::after {
	border-color: transparent #FFF transparent transparent;
	opacity: .8;
}
#cboxNext {
	left: auto;
	right: -19px;
}
#cboxNext::after {
	left: auto;
	right: 4px;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #000;
}
#cboxNext:hover::after {
	border-color: transparent transparent transparent #FFF;
}

/* datepicker
------------------------------*/
.ui-datepicker th {
	width: auto;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	cursor: pointer;
}

#ui-datepicker-div {
	font-size: 1.4rem;
}

/* footer
------------------------------*/
.footer {
	background: #032B4C;
	text-align: center;
	color: #FFFFFF;
}
.footer .left{
	max-width: 650px;
	width: 100%;
	background: #05557C;
	padding: 44px 0 45px;
	margin: 0 0 0 auto;
}
.footer .left .title{
	font-size: 1.8rem;
	line-height: 1.444;
	font-weight: bold;
	margin-bottom: 16px;
	padding-top: 30px;
	background: url('../image/f_contact.png') top left 120px no-repeat;
}
.footer .left .tel{
	font-size: 2.0rem;
	line-height: 1.25;
	font-weight: bold;
	margin-bottom: 9px;
}
.footer .left .tel span{
	font-size: 4.0rem;
	margin-left: 5px;
}
.footer .left .note{
	line-height: 1.71;
	margin-bottom: 25px;
	padding-right: 5px;
}
.footer .left .btn a.link-btn{
	font-size: 2.0rem;
	line-height: 1.4;
	height: 70px;
	background: #FFC51B;
}
.footer .f-bot{
	padding: 15px 0;
	display: flex;
	max-width: 1160px;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.footer .nav {
	max-width: 685px;
	width: 100%;
	font-size: 0;
	display: flex;
	justify-content: space-between;
}
.footer .nav li {
	display: inline-block;
/* 	padding: 0 1em; */
	font-size: 14px;
	line-height: 1,42;
}
.footer .nav li a {
	color: #FFFFFF;
}
.footer .info {
	background: url(../image/f_bg.jpg)right center no-repeat #05557c;
	padding-right: 50%;
}
.footer .address {
	margin-bottom: 25px;
	font-size: 1.2rem;
}
.footer .address dt {
	font-weight: bold;
}
.footer .banner {
	margin-bottom: 27px;
	font-size: 0;
}
.footer .banner li {
	display: inline-block;
	margin: 0 15px 10px;
}
.footer .text {
	font-size: 1.0rem;
}
.copyright {
	font-size: 1.0rem;
}

/* pagetop
------------------------------*/
.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 80px;
	right: 30px;
	opacity: 0;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}
.pagetop.on {
	opacity: 1;
}
.pagetop.stop {
	position: absolute;
}
@media screen and (max-width: 1130px) {
	.pagetop {
		right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.pagetop {
		right: 5px;
		bottom: 5px;
	}
}

.rightbar {
	position: fixed;
	z-index: 100;
	top: 20%;
	right: 0;
}
.rightbar a {
	display: block;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.rightbar.on a {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.modalbox {
	display: none;
}

#calendar {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 680px;
	background: #FFF;
	border: 3px solid #E8E8E8;
	padding: 27px 37px 37px;
}
#calendar .box {
	overflow: hidden;
}
#calendar table {
	float: left;
	width: 47%;
	font-size: 1.6rem;
	table-layout: fixed;
}
#calendar table:nth-of-type(2) {
	float: right;
}
#calendar table caption {
	margin-bottom: 10px;
	font-size: 1.4rem;
}
#calendar th,
#calendar td {
	width: auto;
	border: 1px solid #A5A5A5;
	padding: 9px 0 5px;
	text-align: center;
	vertical-align: middle;
}
#calendar th {
	background: #F0F0F0;
	font-weight: normal;
}
#calendar .holiday {
	background: #606060;
	color: #FFF;
}
#calendar .note {
	margin-top: 10px;
	text-align: right;
	font-size: 1.4rem;
}
#calendar .note::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #606060;
	border: 1px solid #A5A5A5;
	margin-right: 10px;
	vertical-align: -5px;
}

.pattern {
	position: fixed;
	top: 425px;
	left: -5px;
}
.pattern li {
	width: 100px;
	margin-bottom: 10px;
}
.pattern li a {
	display: inline-block;
	background: #CCC;
	padding: 5px 10px 3px 15px;
	font-weight: normal;
	color: #FFF;
	-webkit-transition: background .3s, -webkit-transform .3s;
	transition: background .3s, -webkit-transform .3s;
	-o-transition: background .3s, transform .3s;
	transition: background .3s, transform .3s;
	transition: background .3s, transform .3s, -webkit-transform .3s;
}
.pattern li a:hover,
.pattern li.on a {
	background: #999;
	text-decoration: none;
	-webkit-transform: translateX(5px);
	-ms-transform: translateX(5px);
	transform: translateX(5px);
}

.wink a:hover {
	-webkit-animation-name: wink;
	animation-name: wink;
	-webkit-animation-duration: .6s;
	animation-duration: .6s;
}

.wink img {
	opacity: 1 !important;
}

@-webkit-keyframes wink {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}

@keyframes wink {
	0% {
		opacity: .2;
	}
	100% {
		opacity: 1;
	}
}