@charset 'UTF-8';
@import url(reset.css);
@import url(common.css);

/* base */
* {
	word-break: break-all;
}
body {
	min-width: 1200px;
	background: #EAE27F;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #111111;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #111111;
}
a:hover {
	text-decoration: underline;
}
.sbox-cen,
.seotext {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.7;
	color: #B7CCED;
	background: #0B51DB;
	font-weight: normal;
}

#wrap {
	overflow: hidden;
	position: relative;
	background: #EAE27F;
	font-size: 1.4rem;
	line-height: 1.8571;
	color: #111111;
}

.tel {
	line-height: 0.8;
}
.tel span {
	display: inline-block;
}
.tel a {
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}

/* header
------------------------------*/
#header {
}
#header .box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	padding: 18px 15px 10px;
	max-width: 1180px;
	margin: 0 auto;
}
#header .text {
	margin-bottom: 16px;
	line-height: 1.4;
	font-size: 1.0rem;
	color: #918633;
	width: 400px;
}
#header .info {
	max-width: 335px;
	text-align: right;
	font-size: 1.0rem;
	margin-top: 10px;
}
#header .info p.note{
	font-size: 1.2rem;
	padding: 3px 0;
	line-height: 1.3333;
	font-weight: bold;
	color: #0B51DB;
	background: url('../image/icon01.png') left 10px center no-repeat;
	margin-bottom: 7px;
}
#header .tel {
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 8px;
}
#header .tel span {
	font-size: 3.6rem;
	margin-left: 10px;
}
#header .tel a{
	font-weight: bold;
}
#header .time {
	font-size: 1.0rem;
	line-height: 1.8;
	white-space: nowrap;
}
.content .section .detail_button {
	margin-top: 20px;
	text-align: left;
}
.content .section .detail_button a{
	display: inline-block;
	background:	url('../image/leftarrow.png')left center no-repeat;
	color: #111;
	line-height: 2;
	border-radius: 3px;
	font-weight: 500;
	position: relative;
	font-weight: bold;
	text-decoration: none;
	z-index: 1;
	padding: 0 0 0 30px;
}
.content .section .detail_button a:hover{
	opacity: 0.8;
	text-decoration: none;
}
.news-box .news {
	padding: 12px 45px 13px;
	border-radius: 10px;
	margin-bottom: 4px;
	background: url('../image/icon08.png') left 20px center no-repeat;
	background-color: #E2D571;
}
.news-box .news .box{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.news-box .news .date{
	margin-right: 30px;
	width: 85px;
}
.news-box .news h4,
.news-box .news h4 a{
	font-weight: normal;
	width: 672px;
}
.index-news .button{
	text-align: right;
}
.index-news .button a{
	padding-right: 25px;
	background: url('../image/icon09.png') right top 2px no-repeat;
}
.index-news .button a:hover{
	text-decoration: none;
	opacity: 0.8;
}

/* nav
------------------------------*/
.gnav {
	position: relative;
	height: 90px;
}
.gnav .nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 9999;
	width: 100%;
	min-width: 1200px;
	height: 90px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.gnav .nav.fixed {
	position: fixed;
	background: #EAE27F;
}
@media screen and (max-width: 1200px){
.gnav .nav.fixed {
	position: relative;
}
}
.gnav .nav li{
	margin: 0 7px;
}
.gnav .nav a{
	display: block;
	text-align: center;
	height: 60px;
	border: 2px solid #EF530F;
	background: #FFEFE9;
	border-radius: 10px;
	padding: 0 38px;
	line-height: 60px;
	font-size: 1.6rem;
	color: #EF530F;
	font-weight: bold;

}
.gnav .nav span {
	display: block;
	cursor: pointer;
}
.gnav .nav a:hover,
.gnav .nav li.on a{
	text-decoration: none;
	color: #FFFFFF;
	background: #EF530F;
	border: 2px solid #CC3E0D;
}
.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.jpg') center no-repeat;*/
	margin-bottom: 35px;
	text-align: center;
	padding: 61px 0;
	background:url(../image/bg12.png)left top no-repeat,
				url(../image/bg09.png)right bottom no-repeat,
				url(../image/mainbg.jpg)center top no-repeat;
	width: 1150px;
	margin: 40px auto 35px;
}
.mainimg h2{
	padding-top: 38px;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.2;
	color: #0B51DB;
	background: url('../image/bg_h2.png') top center no-repeat;
}
.headding.hash-link{
	margin-top: -100px;
	padding-top: 119px;
}
/* content
------------------------------*/
.main {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	width: 100%;
	max-width: 1150px;
	padding: 45px 0 80px;
	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;
	padding-top: 24px;
	background: url('../image/bg01.png') top center no-repeat;
	color: #333333;
}
.catlist{
	position: relative;
	border: 6px solid #3064B7;
	padding: 39px 30px 27px;
	background: #FFFFFF;
	margin-bottom: 40px;
}
.catlist::after{
	content: '';
	position: absolute;
	bottom: -6px;
	right: -6px;
	width: 30px;
	height: 30px;
	background: url('../image/bg03.png') center no-repeat;
}
.catlist::before{
	content: '';
	position: absolute;
	width: 53px;
	height: 49px;
	left: 12px;
	top: -18px;
	background: url('../image/bg02.png') center no-repeat;
}
.s-title{
	font-size: 2.4rem;
	color: #333333;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 16px;
}
.catlist ul.nav-list{
	margin-bottom: 10px;
}
.catlist ul.nav-list li:first-child{
	font-size: 1.6rem;
	font-weight: bold;
	color: #333333;
	padding: 3px 0 2px 30px;
	background: url('../image/icon02.png') left center no-repeat;
}
.catlist ul.nav-list li a{
	line-height: 1.86;
	color: #3064B7;
	padding-left: 27px;
	background: url('../image/icon03.png') left 10px center no-repeat;
	font-weight: normal;
}
.s-bg_title{
	position: relative;
	font-weight: bold;
	border-radius: 16px;
	padding: 10px 0;
	color: #EF530F;
	background: #FFFFFF;
	line-height: 1.4285;
	text-align: center;
	margin-bottom: 26px;
}
.s-bg_title::after{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -7px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #FFFFFF;
}
.s-info {
	margin: 15px 0 25px;
}
.s-info h3{
	font-size: 1.0rem;
	line-height: 2;
	font-weight: bold;
}
.s-add{
	font-size: 1.0rem;
	line-height: 2;
	margin-bottom: 12px;
}
.s-note{
	font-size: 1.2rem;
	line-height: 1.33333;
	padding-left: 30px;
	background: url('../image/icon01.png') left center no-repeat;
	margin-bottom: 13px;
	font-weight: bold;
	color: #0B51DB;
}
.s-tel {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 12px;
}
.s-tel span{
	font-size: 2.6rem;
	padding-left: 8px;
}
.s-time{
	font-size: 1.0rem;
	line-height: 1.8;
}
.s-btn a{
	display: block;
	color: #0B51DB;
	line-height: 1.4285;
	border-radius: 4px;
	border: 2px solid #D6CB63;
	padding: 14px 15px;
	background: url('../image/bg04.png') bottom right 5px no-repeat;
	background-color: #FFFFFF;
}

/* content
------------------------------*/
.content {
	width: 100%;
	max-width: 880px;
}

/* link-btn */
.link-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px;
	border: 1px solid #333;
	background: #FFF;
	font-size: 1.4rem;
}
.link-btn:hover {
	text-decoration: none;
	opacity: 0.8;
}

/* section
------------------------------*/
.section {
	margin: 0 auto 45px;
}
.section.break {
	max-width: 100%;
}
.section table {
	width: 100%;
}
.section table th,
.section table td {
	border: 2px solid #EAE27F;
	padding: 13px 19px 13px;
	vertical-align: top;
	background: #F9F8EA;
}
.section table th {
	width: 33%;
	background: #E2D571;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.section table .table__head {
	background: #E2D571;
}
.section table .table__head.-price {
	background: #F9F8EA;
	width: 67%;
}
.section table .table__data.-price {
	background: #E2D571;
}
.bread {
	margin: 0 auto 30px;
	font-size: 0;
}
.bread li {
	display: inline-block;
	margin-right: 3px;
	font-size: 1.0rem;
	line-height: 1.2;
}
.bread li + li::before {
	content: '/';
	display: inline-block;
	margin-right: 5px;
}
.bread li a {
	color: #0D56CC;
	font-weight: normal;
}
.headding {
	padding: 19px 10px 30px;
	margin-bottom: 30px;
	background: url('../image/bg_h3.png') bottom center no-repeat;
	text-align: center;
	font-size: 2.6rem;
	line-height: 1.2;
	font-weight: bold;
	color: #333333;
}
.subtitle {
/*	background: url('../image/h4_icon.jpg') left top repeat-y;
	padding: 4px 0 1px 25px;
	margin-bottom: 15px;
	font-size: 1.8rem;
	line-height: 1.4;
	font-weight: normal;*/
	background: #0D56CC;
	border-radius: 20px;
	margin-bottom: 25px;
	color: #F9F8EA;
	padding: 8px 20px 7px;
	font-size: 1.4rem;
}
.text p + p {
	margin-top: 1em;
}

/* flex
-------------------------------------------- */
.imgleft,
.imgright {
	display: -webkit-flex;
	display: flex;
}
.imgleft .image,
.imgright .image {
	width: 20%;
	text-align: center;
}
.imgleft .image div + div,
.imgright .image div + div {
	margin-top: 10px;
}

.imgleft .image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: -1;
	order: -1;
	margin-right: 30px;
}

.imgright {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.imgright .image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: 1;
	order: 1;
	margin-left: 30px;
}

/* images */
.img-left {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.img-left__image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: -1;
	order: -1;
	text-align: center;
	margin-right: 30px;
}
.img-left__image.-small {
	width: calc(330 / 880 * 100%);
	max-width: 300px;
}
.img-left__image.-medium {
	width: calc(430 / 880 * 100%);
	max-width: 430px;
}
.img-left__image.-large {
	width: calc(530 / 880 * 100%);
	max-width: 600px;
}
.img-left__text {
	width: 100%;
}
/*@media screen and (max-width: 960px) {
	.img-left__image {
		width: 30%;
		margin-right: 20px;
	}
}
@media screen and (max-width: 600px) {
	.img-left {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.img-left__image {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.img-left__image.-small,
	.img-left__image.-medium,
	.img-left__image.-large {
		width: 100%;
	}
}*/
.img-right {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.img-right__image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: 1;
	order: 1;
	text-align: center;
	margin-left: 30px;
}
.img-right__image.-small {
	width: calc(330 / 880 * 100%);
	max-width: 300px;
}
.img-right__image.-medium {
	width: calc(430 / 880 * 100%);
	max-width: 430px;
}
.img-right__image.-large {
	width: calc(530 / 880 * 100%);
	max-width: 600px;
}
.img-right__text {
	width: 100%;
}
/*@media screen and (max-width: 960px) {
	.img-right__image {
		width: 30%;
		margin-left: 20px;
	}
}
@media screen and (max-width: 600px) {
	.img-right {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
	}
	.img-right__image {
		-webkit-order: -1;
		order: -1;
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.img-right__image.-small,
	.img-right__image.-medium,
	.img-right__image.-large {
		width: 100%;
	}
}*/
.img-top {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.img-top__image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: -1;
	order: -1;
	margin-bottom: 20px;
	text-align: center;
}
.img-top__image:last-child {
	margin-bottom: 0;
}
.img-top__image.-small {
	width: 50%;
}
.img-top__image.-medium {
	width: 75%;
}
.img-top__image.-large {
	width: 100%;
}
.img-top__text {
	width: 100%;
}
.img-bottom {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-direction: column;
	flex-direction: column;
}
.img-bottom__image {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-order: 1;
	order: 1;
	margin-top: 20px;
	text-align: center;
}
.img-bottom__image:last-child {
	margin-top: 0;
}
.img-bottom__image.-small {
	width: 50%;
}
.img-bottom__image.-medium {
	width: 75%;
}
.img-bottom__image.-large {
	width: 100%;
}
.img-bottom__text {
	width: 100%;
}
.img-list__item {
	margin-bottom: 20px;
}
.img-list__item:last-child {
	margin-bottom: 0;
}
/* standard */
.section.-only-heading {
	margin-bottom: 0;
}
.standard-container__pager {
	margin-top: 50px;
}
.standard-entries__item {
	margin-bottom: 50px;
}
.standard-entries__item:last-child {
	margin-bottom: 0;
}
.standard-entry__title {
	margin-bottom: 30px;
}
.standard-entry__subtitle {
	margin-bottom: 20px;
}
.standard-entry__text {
	margin-bottom: 30px;
}
.standard-entry__text:last-child {
	margin-bottom: 0;
}
.standard-entry__table {
	margin-bottom: 20px;
}
.standard-entry__table:last-child {
	margin-bottom: 0;
}
.standard-entry__note {
	font-size: 1.2rem;
}



.square {
	width: 100%;
}
.square + .square {
	margin-top: 10px;
}
.square a,
.square span {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: #F9F8EA;
	padding-top: calc(100% - 0px);
	outline: none;
}
.square img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/* pickup
-------------------------------------------- */
.pickup {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: flex-start;
	align-content: flex-start;
	width: 100%;
}
.pickup .article {
	-webkit-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 {
	margin-top: 50px;
	text-align: right;
	letter-spacing: -1em;
	text-align: center;
}
.page li {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
	letter-spacing: normal;
}
.page .link_page,
.page .current_page {
	border-radius: 50%;
	display: block;
	width: 40px;
	height: 40px;
	background: #D8C86A;
	padding: 0;
	font-size: 15px;
	font-weight: bold;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
	color: #7F7028;
}
.page .link_page:hover,
.page .current_page:hover {
	background: #EF530F;
	color: #FFF;
}
.page .current_page {
	background: #EF530F;
	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%);
	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;
	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);
	transform: translate(-50%, -50%) rotate(45deg);
	transition: .3s;
}
#cboxClose::after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
#cboxClose:hover {
	box-shadow: 0 0 0 4px rgba(255, 255, 255, .5);
}
#cboxClose:hover::before {
	-webkit-transform: translate(-50%, -50%) rotate(225deg);
	transform: translate(-50%, -50%) rotate(225deg);
}
#cboxClose:hover::after {
	-webkit-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);
	transform: translateY(-10px);
	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;
	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 {
	padding-bottom: 20px;
}
.f-bg_title{
	position: relative;
	padding-top: 80px;
	background: url('../image/bg10.png') left top no-repeat,
	url('../image/bg09.png') right top no-repeat;
	text-align: center;
	margin-bottom: 66px;
}
.f-bg_title::before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: -15px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	border-left: 65px solid transparent;
	border-right: 65px solid transparent;
	border-top: 15px solid #3064B7;
}
.f-bg_title span{
	padding: 31px 0 30px;
	background: #3064B7;
	display: block;
}
.f-box{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1150px;
	width: 100%;
	margin: 0 auto 50px;
}
.map{
	width: 560px;
	height: 420px;
	border: 7px solid #fff;
	box-sizing: border-box;
}
.f-info{
	max-width: 520px;
	width: 100%;
}
.f-logo{
	margin-bottom: 28px;
}
.f-att{
	margin-bottom: 28px;
}
.f-note{
	font-size: 1.6rem;
	font-weight: bold;
	color: #0B51DB;
	line-height: 1.625;
	padding-left: 32px;
	background: url('../image/icon01.png') left center no-repeat;
	margin-bottom: 22px;
}
.f-tel{
	font-size: 2.6rem;
	font-weight: bold;
	color: #EF530F;
	margin-bottom: 12px;
}
.f-tel span{
	font-size: 4.8rem;
	margin-left: 15px;
}
.f-time{
	margin-bottom: 18px;
}
.f-time span{
	font-weight: bold;
}
.f-button a{
	position: relative;
	display: block;
	border: 2px solid #D6CB63;
	background: #FFFFFF;
	border-radius: 10px;
	width: 520px;
	height: 70px;
	line-height: 70px;
	font-size: 1.8rem;
	padding-left: 40px;
}
.f-button a::before{
	content: '';
	position: absolute;
	width: 95px;
	height: 89px;
	bottom: 0;
	right: 20px;
	background: url('../image/f_bg.png') center no-repeat;
}
.f-button a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.f-sns{
	max-width: 1150px;
	width: 110%;
	margin: 0 auto 50px;
	background: #FFFFFF;
	border-radius: 20px;
	height: 110px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}
.f-sns dl{
	margin-right: 58px;
}
.f-sns dt{
	font-weight: bold;
}
.f-sns ul{
	max-width: 500px;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer .nav {
	font-size: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	margin-bottom: 28px;
}
.footer .nav li {
	border-right: 1px solid #111111;
	line-height: 1;
	padding: 0 20px;
	font-size: 1.4rem;
}
.footer .nav li:last-child{
	border-right: none;
}
.footer .nav li a {
	font-weight: normal;
}
.f-text,
.copyright{
	display: block;
	font-size: 1.0rem;
	color: #918633;
	line-height: 2.0;
	text-align: center;
	padding: 0 20px;
}

/* pagetop
------------------------------*/
.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 20px;
	right: calc((100vw - 1120px) / 9);
	opacity: 0;
	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%);
	transform: translateX(100%);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.rightbar.on a {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.modalbox {
	display: none;
}

#calendar {
	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;
	transition: background .3s, -webkit-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);
	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;
	}
}