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

.richtext {overflow: hidden;}
#wrap .richtext p + p {margin-top: 0;}
/* base */
* {
	word-break: break-all;
}
body {
	min-width: 1080px;
	background: #FFF;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #2A2B24;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #DA7542;
}
a:hover {
	text-decoration: underline;
}

.sbox-cen,
.seotext {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.8;
	font-weight: normal;
	color: #D3CDAE;
	background: #F8F6EE;
}

#wrap {
	overflow: hidden;
	position: relative;
	background: #F8F6EE;
	font-size: 1.4rem;
	line-height: 1.8;
	color: #2A2B24;
}

.tel {
	font-family: 'Source Sans Pro', sans-serif;
	line-height: 1.0;
}
.tel span {
	display: inline-block;
	margin-left: 5px;
}
.tel a {
	font-weight: normal;
	text-decoration: none;
	color: #333;
}

.btn_detail{
	text-align: left;
	margin-top:50px;
}
/* header
------------------------------*/
#header_wrap{
	background: url('../image/h2_c_bg.jpg') center repeat;
}
#header {
/*	background: url(../image/h_bg.jpg) center repeat;*/
}
#header .box {
	width: 100%;
	max-width: 1040px;
	/* padding: 3px 0px 30px; */
	margin: 0 auto;
}
#header .text {
	margin-bottom: 5px;
	font-size: 1.0rem;
	color: #999;
}
#header .info {
	text-align: right;
	font-size: 1.0rem;
}
#header .info p.note{
	color: #706859;
	line-height: 1.4;
	font-size: 1.0rem;
}
/* nav
------------------------------*/
.gnav {
	position: relative;
	height: 116px;
}
.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: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 116px;
	/* background: url(../image/h_bg.jpg) center repeat; */
}
.gnav .nav li:first-child{
	padding-top: 30px;
	padding-right: 53px;
}
.gnav .nav li:nth-child(2){
	padding-top: 12px;
	padding-right: 62px;
}
.gnav .nav li:nth-child(3){
	padding-right: 67px;
}
.gnav .nav li:nth-child(4){
	padding-top: 5px;
	padding-right: 69px;
}
.gnav .nav li:nth-child(5){
	padding-right: 60px;
}
.gnav .nav li:nth-child(6){
	padding-right: 63px;
	padding-top: 12px;
}
.gnav .nav li:last-child{
	padding-top: 30px;
}
.gnav .nav.fixed {
	position: fixed;
	background:#F8F6EE;
}

.gnav .nav span {
	display: block;
	cursor: pointer;
}
.gnav .nav.fixed li:first-child{
	padding-top: 12px;
	padding-right: 53px;
}
.gnav .nav.fixed li:nth-child(2){
	padding-top: 12px;
	padding-right: 62px;
}
.gnav .nav.fixed li:nth-child(3){
	padding-top: 12px;
	padding-right: 67px;
}
.gnav .nav.fixed li:nth-child(4){
	padding-top: 28px;
	padding-right: 69px;
}
.gnav .nav.fixed li:nth-child(5){
	padding-top: 12px;
	padding-right: 60px;
}
.gnav .nav.fixed li:nth-child(6){
	padding-right: 63px;
	padding-top: 12px;
}
.gnav .nav.fixed li:last-child{
	padding-top: 12px;
}

.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/h2_c_bg.jpg') center repeat;*/
	text-align: center;
}

/* content
------------------------------*/
.main {
	width: 100%;
	padding: 58px 0 50px;
}
.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;
}
.contact {
	margin-top: 100px;
	text-align: center;
}

/* section
------------------------------*/
.section {
	max-width: 1000px;
	padding: 0 0px;
	margin: 0 auto 100px;
}
.section:last-child{
	margin: 0 auto 0px;
}
.section.break {
	max-width: 100%;
}
.section table {
	width: 100%;
}

.section table th,
.section table td {
	border: 1px solid #e0decd;
	padding: 14px 20px 12px;
	vertical-align: top;
	background: #ffffff;
}

.section table th {
	width: 320px;
	background: #fcfbf5;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.comprehensive_section {
	margin-bottom: 50px;
}
.bread {
	max-width: 1000px;
	padding: 0 0px;
	margin: 0 auto 35px;
	font-size: 0;
	text-align: center;
}
.bread li {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
}
.bread li + li::before {
	content: '＞';
	display: inline-block;
	margin-right: 3px;
}
.bread li.detail::before {
	content: '：';
	display: inline-block;
	margin-right: 3px;
}
.headding {
	background: url(../image/h3_bg.png) bottom center no-repeat;
	padding: 0px 0px 22px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
	color: #2E5614;
}
.subtitle {

	margin-bottom: 30px;
	color: #2e5614;
	background: #e2e1d0;
	border-radius: 20px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.75;
	padding: 5px 20px 3px;
}

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

.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 .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: 40px;
}
.imgright {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.square {
	width: 100%;
}
.square + .square {
	margin-top: 10px;
}
.square a,
.square span {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: #FFF;
	padding-top: calc(100% - 0px);
	border: none;
	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%);
	transform: translate(-50%, -50%);
}
.noimage img {
	max-width: 480px;
	max-height: 480px;
}
/* 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 {
	margin-top: 65px;
	text-align: center;
	letter-spacing: -1em;
}
.page li {
	display: inline-block;
	margin: 0 0 0 15px;
	vertical-align: middle;
	letter-spacing: normal;
}
.page .link_page,
.page .current_page {
	display: block;
	width: 39px;
	height: 39px;
	background: #F8F6EE;
	border: 1px solid #429445;
	padding: 0;
	font-size: 20px;
	font-weight: 600;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	font-family: 'Josefin Slab', serif;
	color: #429445;
}
.page .link_page:hover,
.page .current_page:hover {
	background: #429445;
	color: #FFFFFF;
}
.page .current_page {
	background: #429445;
	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 ,
.colorbox span {
	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;
	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);
	-webkit-transition: .3s;
	transition: .3s;
}
#cboxClose::after {
	-webkit-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);
	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);
	-webkit-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;
	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: url(../image/f_bg.png) repeat;
	text-align: left;
}
.footer .f_box{
	width: 1300px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	padding: 0px 97px 42px 69px;
}
.footer .f_left{
	text-align: center;
	/*2019 8 20 変更width: 209px;*/
	width: 222px;
	margin-right: 23px;
	/*2019 8 20 変更margin-right: 43px;*/
	padding-top: 66px;
}
.f_add{
	color: #3F3A35;
	font-size: 1.0rem;
	letter-spacing: -0.1px;
	margin-top: 16px;
}
.f_time{
	color: #3F3A35;
	font-size: 1.0rem;
	margin-top: 7px;
}
.footer .f_center{
	width: 615px;
	margin-right: 29px;
	background: url(../image/f_line.png) left top 62px no-repeat;
	padding-left: 41px;
	padding-top: 62px;
	padding-bottom: 10px;
}
.f_tel_mob{
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.f_mob{
	/* margin-left: 20px; */
}
.f_tel,
.f_mob{
	line-height: 1.0;
	font-family: 'Josefin Slab', serif;
	color: #282110;
	font-size: 1.5rem;
	letter-spacing: 0.4px;
}
.f_tel span,
.f_mob span{
	font-size: 3.8rem;
	display: inline-block;
	margin-left: 8px;
}
.f_tel a,
.f_mob a,
.f_tel a:hover,
.f_mob a:hover{
	text-decoration: none;
	font-weight: normal;
	color: #282110;
}

.footer .f_right{
	width: 239px;
	padding-top: 68px;
}
.footer .f_nav{
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-top: 17px;
}
.footer .nav {
	font-size: 0;
}
.footer .nav:nth-child(2){
	margin: 0 45px 0 48px;
}
.footer .nav li {
	display: block;
	font-size: 12px;
	line-height: 1.0;
	background: url(../image/f_icon.png) center left no-repeat;
	padding-left: 13px;
}
.footer .nav li+li{
	margin-top: 14px;
}
.footer .nav li a {
	font-weight: normal;
	color: #333127;
}
.f_banner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content:space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 239px;
}
.copyright {
	display: block;
	background: #564D42;
	padding: 9px 0 8px;
	font-size: 1.0rem;
	color: #FFFFFF;
	text-align: center;
}

/* pagetop
------------------------------*/
.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 50px;
	right: 26px;
	opacity: 0;
	-webkit-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: 999;
	top: 145px;
	right: 0;
}
.rightbar+.rightbar{
	top: 290px;
}
.rightbar a {
	display: block;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .3s;
	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 {
	-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;
	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;
	}
}