@charset 'UTF-8';
@import url(reset.css);
@import url(common.css);

/* base */
* {
	word-break: break-all;
}
body {
	min-width: 1080px;
	background: #FFF;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,"メイリオ", "Meiryo",ヒラギノ角ゴ Pro W3, "Hiragino Kaku Gothic Pro",sans-serif;
	color: #382411;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #71BCBC;
}
a:hover {
	text-decoration: underline;
}

.seotext {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.8;
	font-weight: normal;
	background: #fff;
	color: #565656;
}
#wrap {
	overflow: hidden;
	position: relative;
	font-size: 1.6rem;
	line-height: 1.875;
	color: #383838;
	z-index: 9;
	min-width: 1260px;
}
#wrap:before {
	z-index: -9;
	background: #FFF;
	box-shadow: 0px -20px 18px 0px rgba(77, 77, 77, 0.2);
	width: calc(50% - 410px);
	content: '';
	position: absolute;
	height: 100%;
}

.tel {
	font-family: 'Oswald', sans-serif;
	line-height: 0.8;
}
.tel span {
	display: inline-block;
}
.tel a {
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}

/* header
------------------------------*/
#header {
	display: flex;
	justify-content: center;
	align-items: inherit;
}
#header .logo{
	width: calc(50% - 410px);
	padding: 35px 35px 0 0;
	text-align: right;

}
#header .box {
	background: url("../image/main_bg.png") top left no-repeat;
	width: calc(50% + 410px);
	padding: 50px 0px 0px 0;
	color: #fff;
}
#header .text {
	font-size: 1.0rem;
	line-height: 1.6;
	text-align: left;
	color: #FFFFFF;
	margin-bottom: 6px;
}


#header .h-info {
	max-width: 497px;
	margin: 0 50px 0 auto;
	padding-bottom: 38px;
}
#header .info{
	display: flex;
	justify-content: center;
	align-items: center;
}

#header .info ul {
	text-align: left;
	max-width: 212px;
}
#header .tel {
	font-size: 4rem;
	margin-right: 13px;
}
#header .tel span {
	padding-left: 40px;
	background: url("../image/h_tel.png") left center no-repeat;
}
#header .time{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-left: -8px;
}
#header .note{
	font-size: 1.4rem;
	line-height: 1.2;
}
#header .holiday {
	display: inline-block;
}

/* nav
------------------------------*/
.gnav {
	position: relative;
	height: 95px;
}
.gnav .nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: flex-start;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
	width: 100%;
	height: 95px;
	padding:0 50px;
	background: #72CEAA;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gnav .nav.fixed {
	position: fixed;
	align-items: center;
}
.gnav .nav ul{
	height: 95px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gnav .nav ul li a{
	line-height: 2.2;
	color: #57846F;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	text-decoration: none;
	font-size: 1.6rem;
	position: relative;
	display: block;
}
.gnav .nav ul li.active a,
.gnav .nav ul li a:hover{
	color: #fff;
	border-bottom: 1px solid #fff8cc;
}
.gnav .nav ul li a{
	margin-left: 32px;
}
.gnav .nav ul li a:before{
	content: '';
	background: url("../image/icon_nav.png") center no-repeat;
	width: 14px;
	height: 26px;
	top: 5px;
	right: -23px;
	position: absolute;
}
.gnav .nav ul li:last-child a:before{
	content: none;
}
.gnav .nav span {
	display: block;
	cursor: pointer;
}
.accordion {
	position: relative;
}
.accordion .category {
	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{
	padding: 20px 0 87px 40px;
}
.mainimg h2{
	font-size: 5rem;
	color: #383838;
	font-weight: normal;
	line-height: 1;
}
/* content
------------------------------*/
.main {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1200px;
	padding: 0 0 70px;
	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: 225px;
}
.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;
}

/* side
------------------------------*/
.side {
	width: 100%;
	max-width: 190px;
}

.side .s-nav{
	margin-bottom: 70px;
	padding-right: 20px;
}
.side .s-nav li+li{
	margin-top: 40px;
}
.side .s-nav span,
.side .s-nav a{
	display: block;
	color: #383838;
	text-decoration: none;
	font-size: 1.6rem;
	line-height: 20px;
	background: url("../image/icon_nav_off.jpg") right center no-repeat;
}
.side .s-nav span{
	background: url("../image/icon_nav02_off.jpg") right center no-repeat;
}
.side .s-nav .active a,
.side .s-nav .-open span,
.side .s-nav span:hover,
.side .s-nav a:hover{
	background: url("../image/icon_nav_on.jpg") right center no-repeat;
	color: #F77D19;
}
.side .s-nav .-open span,
.side .s-nav span:hover{
	background: url("../image/icon_nav02_on.jpg") right center no-repeat;
}
.side .s-nav .openbox ul a{
	display: block;
	color: #71BCBC;
	padding-top: 17px;
	font-size: 1.4rem;
	line-height: 1.1;
	background:none;
}
.side .s-nav .openbox ul a::before{
	content: '・';
}
.side .s-nav .openbox ul a:hover{
	text-decoration: underline;
}
.side .s-nav .openbox ul li+li{
	margin: 0;
}

.s-info{
	padding-right: 20px;
	margin-bottom: 27px;
}
.s-info .tel {
	font-size: 2.5rem;
	margin-bottom: 8px;
	color: #71BCBC;
}
.s-info .tel span{
	padding: 0px 0 0px 24px;
	background: url('../image/s_tel.png') left top no-repeat;
}
.s-info .time {
	font-size: 1.4rem;
	line-height: 1.71;
	margin-left: -8px;
	letter-spacing: -0.2px;
}
.s-info .note{
	font-size: 1rem;
	line-height: 1.4;
}
.side .s-mail{
	margin-bottom: 20px;
}
.side .s-mail a{
	display: block;
	background: #71BCBC url("../image/s_mail_off.jpg") center right 15px no-repeat;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 48px;
	padding: 2px 15px 0;
}
.side .s-mail a:hover{
	background: #F77D19 url("../image/s_mail_on.jpg") center right 15px no-repeat;
}
.side .s-banner a{
	display: block;
	background: #A3A3A3 url("../image/s_instagram_off.jpg") center right 15px no-repeat;
	color: #fff;
	font-size: 1.6rem;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 48px;
	padding: 2px 15px 0;
}
.side .s-banner a:hover{
	background: #4C4C4C url("../image/s_instagram_on.jpg") center right 15px no-repeat;
}
.s-seo{
	margin-bottom: 20px;
}
.side .logo{
	margin-bottom: 6px;
}
.side .s-add{
	font-size: 1.2rem;
	line-height: 1.8;
	margin-bottom: 12px;
}
.s-text{
	font-size: 1.2rem;
	line-height: 1.67;
	margin-bottom: 15px;
}
.s-box .s-sns {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}
.s-box .s-sns li{
	margin: 0 10px;
}
.s-line{
	border: 1px solid #E6E6E6;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	text-align: left;
	padding: 20px 15px;
	margin-bottom: 10px;
}
.s-line .img{
	margin-right: 10px;
}
.s-line ul li:first-child{
	font-size: 1.6rem;
	line-height: 1;
	font-family: 'Noto Serif JP', serif;
	color: #80BFA0;
}
.s-line ul li:nth-child(2){
	font-size: 1.6rem;
	line-height: 1.2;
	margin-top: 5px;
	font-family: 'Noto Serif', serif;
}
.s-line ul li:last-child{
	background: #00B800;
	border-radius: 3px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	font-size: 0.9rem;
	line-height: 22px;
	margin-top: 10px;
}
.s-banner02 a{
	display: block;
	border: 1px solid #E6E6E6;
	text-decoration: none;
	color: #72A58B;
	font-size: 1.6rem;
	font-weight: 500;
	font-family: 'Noto Serif JP', serif;
}

.s-banner02 a:hover{
	opacity: 0.8;
}

/* content
------------------------------*/
.content {
	width: 100%;
	max-width: 970px;
}

/* link-btn */
.link-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	background: #7DA038 url('../image/s_mail.png') left 20px center no-repeat;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 2.1;
}
.link-btn:hover {
	text-decoration: none;
	opacity: 0.8;
	background: #AA2E49 url('../image/s_mail.png') left 20px center no-repeat;
}

/* section
------------------------------*/
.section {
	margin: 0 auto 70px;
}
.section.break {
	max-width: 100%;
}
.section table {
	width: 100%;
}
.section table th,
.section table td {
	border: 1px solid #5A9391;
	padding: 17px 21px 13px;
	vertical-align: top;
	line-height: 1.6;
	/* font-size: 1.4rem; */
}
.section table th {
	width: 220px;
	background: #71BCBC;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	color: #fff;
}
.bread {
	margin: 0 auto 25px;
	font-size: 0;
}
.bread li {
	display: inline-block;
	margin-right: 5px;
	font-size: 1.6rem;
	line-height: 1.2;
}
.bread li + li::before {
	content: '>';
	display: inline-block;
	margin-right: 5px;
}
.bread li a {
	font-weight: bold;
}
.headding {
	background: url('../image/bg_h3.jpg') center bottom no-repeat;
	margin-bottom: 30px;
	text-align: center;
	font-size: 2.525rem;
	line-height: 1.3;
	font-weight: normal;
	color: #383838;
	padding: 20px 0 22px;
}
.subtitle {
	text-align: left;
	font-size: 1.8rem;
	line-height: 1.78;
	color: #62B26A;
	font-weight: bold;
	margin-bottom: 13px;
}

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.imgleft .image,
.imgright .image {
	width: 20%;
	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 #71BCBC;
	outline: none;
}
.square img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 1px;
	-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;
	margin-top: 80px;
}
.page li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	letter-spacing: normal;
}
.page .link_page,
.page .current_page {
	display: block;
	width: 40px;
	height: 40px;
	background: #EDEDED;
	padding: 0;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #383838;
}
.page .link_page:hover,.page .current_page {
	background: #71BCBC;
	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: #606060;
	color: #fff;
	position: relative;
	z-index: -10;
}
.f-box{
	max-width: calc(50% + 410px);
	margin: 0 0 0 auto;
	padding: 30px 50px 25px 40px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.f-box .left dl{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.f-box .left dl dd{
	font-size: 1rem;
	line-height: 1.6;
	margin-left: 15px;
}
.f-box .left .info{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 40px;
}

.f-box .left .info ul {
	text-align: left;
	max-width: 200px;
}
.f-box .left span.tel {
	color: #71BCBC;
	font-size: 4rem;
	margin-right: 16px;
	letter-spacing: 0.01em;
}
.f-box .left .tel span {
	padding-left: 40px;
	background: url("../image/f_tel.png") left center no-repeat;
}
.f-box .left .time{
	font-size: 1.6rem;
	line-height: 1.5;
	margin-left: -8px;
}
.f-box .left .note{
	font-size: 1.3rem;
	line-height: 1.2;
}
.footer .nav{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 27px;
}
.footer .nav li{
	line-height: 1;
	font-size: 1.4rem;
}
.footer .nav li+li{
	margin-left: 17px;
}
.footer .nav li a{
	color: #fff;
}
.footer .right{
	width: 225px;
	margin-top: 13px;
}
.footer .f-mail{
	margin-bottom: 20px;
}
.footer .f-mail a{
	display: block;
	background: #71BCBC url("../image/f_mail_off.jpg") center right 19px no-repeat;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 48px;
	padding: 2px 17px 0;
}
.footer .f-mail a:hover{
	background: #F77D19 url("../image/f_mail_on.jpg") center right 19px no-repeat;
}
.footer .f-banner a{
	display: block;
	background: #A3A3A3 url("../image/f_instagram_off.jpg") center right 19px no-repeat;
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	line-height: 48px;
	letter-spacing: 0.05em;
	padding: 0px 18px 2px;
}
.footer .f-banner  a:hover{
	background: #4C4C4C url("../image/f_instagram_on.jpg") center right 19px no-repeat;
}

.copyright {
	display: block;
	color: #B7B7B7;
	line-height: 2;
	font-size: 1rem;
}


/* pagetop
------------------------------*/
.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 50px;
	right: 0px;
	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: 150px;
	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;
	}
}
.openbox__trigger,
.openbox__sub-trigger,
.openbox__trigger--hover {
  cursor: pointer;
}
.openbox__target {
  overflow: hidden;
  height: 0;
  transition: height 0.4s;
  cursor:auto;
}