@charset 'UTF-8';
@import url(common.css);

/* base */

* {
	word-break: break-all;
}
body {
	min-width: 320px;
	font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	color: #333;
}
pre {
	white-space: inherit;
}
textarea {
	font-family: inherit;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}
a:hover {
	text-decoration: underline;
}

body .sbox-cen,
.seotext {
	text-align: center;
	font-size: 1.0rem;
	line-height: 1.8;
	color: #808080;
	font-weight: normal;
	background: #000000;
}
@media screen and (max-width: 768px) {
	.seotext {
		padding-bottom: 0;
		font-size: 1.0rem;
	}
	.seotext span {
		display: none;
	}
	div.sbox-cen h1.stext {
		font-weight: normal;
	}
	div.sbox-cen p.summary {
		display: none;
	}
}

#wrap {
	overflow: hidden;
	position: relative;
	background: url("../img/bg.png") center top repeat;
	font-size: 1.4rem;
	line-height: 1.86;
	color: #fff;
}

.tel {
	font-family: 'Overpass', sans-serif;
	line-height: 1.0;
}
.tel span {
	display: inline-block;
	margin-left: 5px;
}
.tel a {
	font-weight: normal;
	text-decoration: none;
	color: inherit;
}

/* header
------------------------------*/
#header {
	background: #000000;
}
#header .box {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 1080px;
	padding: 18px 0px 20px;
	margin: 0 auto;
}
#header .text {
	width: 300px;
	margin-bottom: 5px;
	margin-top: 12px;
	font-size: 1.0rem;
	color: #999;
}
#header .info {
/*	width: 250px;
	margin-left: 50px;*/
	width: 180px;
	margin-left: calc(300px - 180px);
}
#header .info ul{
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#header .info ul li+li {
	margin-left: 10px;
}
#header .info ul a {
	display: block;
}
#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;
}
@media screen and (max-width: 768px) {
	#header .box {
		-webkit-justify-content: center;
		justify-content: center;
		padding-left: 60px;
		padding-right: 60px;
		text-align: center;
	}
	#header .text,
	#header .info {
		display: none;
	}
}

/* nav
------------------------------*/
.gnav {
	position: relative;
	height: 44px;
}
.gnav .nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: end;
	align-items: end;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 51px;
	background: transparent;
}
.gnav .nav::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 44px;
	background: #000;
}
.gnav .nav.fixed {
	position: fixed;
}
.gnav .nav a {
	position: relative;
	z-index: 2;
}
.gnav .nav span {
	cursor: pointer;
	position: relative;
	z-index: 2;
}
.accordion {
	position: relative;
}
.gnav .accordion .category {
	overflow: hidden;
	/* display: flex;
	justify-content: center;
	flex-wrap: wrap; */
	position: absolute;
	top: calc(100% - 7px);
	left: 0;
	width: 280px;
	height: 0;
	background: rgba(0, 0, 0, .8);
	text-align: left;
	transition: height .3s;
}
.drawer-menu .accordion .category {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
}
.accordion .category a {
	display: block;
	padding: 17px 10px 11px;
	margin-bottom: 1px;
	text-align: center;
	line-height: 1.2;
}
.gnav .accordion .category a {
	margin-bottom: 0;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.gnav {
		display: none;
	}
}

.drawer--left {
	position: relative;
}
.drawer--left .drawer-hamburger {
	display: none;
	background: #AE8757;
	border-radius: 0;
}
.drawer--left .drawer-overlay {
	background-color: rgba(0, 0, 0, .3);
}
.drawer-nav {
	display: none;
	background: #FFF;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
	background-color: #FFF;
}
.drawer--left .drawer-menu {
	background: url("../img/bg.png") repeat;
	padding: 20px 10px;
}
.drawer--left .drawer-menu .nav {
	margin-bottom: 30px;
}
.drawer--left .drawer-menu .nav a,
.drawer--left .drawer-menu .nav span {
	display: block;
	border-bottom: 1px solid #FFF;
	padding: 19px 20px 17px;
	text-align: center;
	text-decoration: none;
	font-family: 'Overpass', sans-serif;
	font-size: 1.6rem;
	color: #FFF;
}
/* .drawer--left .drawer-menu .nav a:hover,
.drawer--left .drawer-menu .nav span:hover {
	background: #333;
	color: #FFF;
} */
.drawer--left .drawer-menu .nav .category {
	position: relative;
}
.drawer--left .drawer-menu .nav .category li {
	margin-bottom: 0;
}
.drawer--left .drawer-menu .nav .category li a {
	background: rgba(255, 255, 255, .15);
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'メイリオ', Meiryo, sans-serif;
	font-size: 1.4rem;
	font-weight: bold;
}
.drawer--left .drawer-menu .contentslist {
	display: block;
	padding: 0;
	font-size: 1.4rem;
}
.drawer--left .drawer-menu .contentslist > li {
	margin: 0 0 20px;
}
.drawer--left .drawer-menu .banner {
	text-align: center;
}
.drawer--left .drawer-menu .banner li {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.drawer--left .drawer-hamburger,
	.drawer--left .drawer-nav {
		display: block;
	}
}

/* main
------------------------------*/
.mainimg {
	display: none;
	overflow: hidden;
}
.mainimg img {
	max-width: initial;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.mainimg img {
		max-width: 150%;
	}
}

.main {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

/* content
------------------------------*/
.content {
	width: 100%;
	padding: 0;
	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;
}
.btn {
	text-align: center;
}
br.sp {
	display: none;
}
span.dib {
	display: inline-block;
}
.module.break-wrap {
	width: 100%;
	padding: 0;
}
#mail {
	padding-top: 61px;
	margin-top: -61px;
}
@media screen and (max-width: 768px) {
	#mail {
		padding-top: 0;
		margin-top: 0;
	}
}
@media screen and (max-width: 480px) {
	br.sp {
		display: block;
	}
	br.pc {
		display: none;
	}
}

/* table
------------------------------*/
.module.mod_text table {
	width: 100%;
	table-layout: fixed;
	border-spacing: 2px;
	border-collapse: separate;
}

.module.mod_text th,
.module.mod_text td {
	height: auto;
	background: #333333;
	border: 0 solid #CCC;
	/* border-spacing: 2px; */
	padding: 16px 19px 14px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

.module.mod_text th,
.module.mod_text td.cols-label,
.module.mod_text td.row-label {
	background: #3F3F3F;
	vertical-align: top;
}

.module.mod_text th,
.module.mod_text td.cols-label {
	width: 33.4%;
}

@media screen and (max-width: 768px) {
	.module.mod_text table {
		table-layout: auto;
	}
	.module.mod_text th,
	.module.mod_text td {
		padding: 11px 10px 8px;
	}
	.module.mod_text .scroll {
		overflow: auto;
		white-space: nowrap;
	}
	.module.mod_text .scroll::-webkit-scrollbar {
		height: 5px;
	}
	.module.mod_text .scroll::-webkit-scrollbar-track {
		background: #F1F1F1;
	}
	.module.mod_text .scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	.module.mod_text .responsive-table table.table {
		min-width: 1000px;
	}
}
@media screen and (max-width: 480px){
	.module.mod_text .block-table table.table th,
	.module.mod_text .block-table table.table td {
		display: block;
		width: 100%;
	}
	.module.mod_text .block-table th,
	.module.mod_text .block-table td.cols-label,
	.module.mod_text .block-table tr:not(:last-child) td {
		border-bottom: none;
	}
}

/* contact
------------------------------*/
.contact-banner {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	border: 1px solid #333;
	padding: 35px 68px 33px;
	margin: 100px auto 40px;
}
.contact-banner .logo {
	-webkit-flex: 0 0 23.2%;
	flex: 0 0 23.2%;
	border-right: 1px solid #333;
}
.contact-banner .info {
	text-align: center;
}
.contact-banner .tel {
	font-size: 3.0rem;
}
.contact-banner .tel span {
	font-size: 1.66em;
}
.contact-banner .note {
	margin-bottom: 5px;
	font-size: 1.2rem;
}
.contact-banner .time,
.contact-banner .holiday {
	display: inline-block;
}
.contact-banner .mail {
	-webkit-flex: 0 0 27.15%;
	flex: 0 0 27.15%;
}
@media screen and (max-width: 1030px) {
	.contact-banner {
		padding: 20px;
	}
	.contact-banner .tel {
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 768px) {
	.contact-banner {
		padding: 20px;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contact-banner .logo {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		border: none;
	}
	.contact-banner .info {
		-webkit-order: -1;
		order: -1;
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-bottom: 15px;
	}
	.contact-banner .mail {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		text-align: center;
	}
}
@media screen and (max-width: 480px) {
	.contact-banner .tel {
		font-size: 2.0rem;
	}
	.contact-banner .logo,
	.contact-banner .mail {
		height: 70px;
	}
}

/* category
------------------------------*/
.side {
	width: 100%;
	padding: 40px 15px 0;
}
.contentslist {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1.4rem;
	line-height: 1.4;
}
.contentslist > li {
	-webkit-flex: 0 0 30%;
	flex: 0 0 30%;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin: 0 5% 40px 0;
}
.contentslist > li:nth-child(3n) {
	margin-right: 0;
}
.contentslist img {
	width: auto;
	height: auto;
	max-width: 100%;
}
.contentslist .img-category {
	text-align: center;
}
.contentslist .img-category.nolink .n_title {
	display: none;
}
.contentslist .nolink .n_title {
	position: relative;
	display: block;
	background: url("../img/icon_arrow_r02.png") right 10px top 28px no-repeat;
	border-bottom: 2px solid #B08957;
	padding: 24px 20px 15px;
	font-weight: bold;
	color: #B08957;
}
.contentslist .nolink .n_title::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 18px;
	width: 14px;
	height: 14px;
	/*background: url('../img/icon_arrow_bottom.jpg') center no-repeat;*/
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.contentslist .text-category.text-link {
	background: none;
	border: none;
	padding: 0;
	text-align: left;
}
.contentslist .parent-text > a,
.contentslist .text-link a {
	display: block;
	position: relative;
	border: 2px solid #B08957;
	padding: 21px 30px 16px 20px;
	text-decoration: none;
	color: #B08957;
	font-weight: bold;
	background: #fff;
}
.contentslist .parent-text > a::before,
.contentslist .text-link a::before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 14px;
	background: url('../img/icon_arrow_r01.png') center no-repeat;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
}
.contentslist .parent-text > a:hover::before,
.contentslist .text-link a:hover::before {
	-webkit-transform: translate(5px, -50%);
	transform: translate(5px, -50%);
}
.contentslist .sublist {
	margin-bottom: 0px;
	text-align: left;
}
.contentslist .sublist li {
	line-height: 1.2;
}
.contentslist .sublist li a {
	display: block;
	border-bottom: 1px solid #808080;
	padding: 19px 10px 17px;
	text-decoration: none;
	color: #fff;
}
.contentslist .sublist li a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.side {
		border: none;
		padding: 0;
	}
	.side .contentslist {
		display: none;
	}
}

.mod_contact {
	width: 100%;
	margin: 100px auto 0;
}
.mod_contact a {
	display: block;
	width: 100%;
	background: url('../img/c_mail_off.jpg') center top repeat-x;
	background-size: auto 100%;
	padding: 150px 0 0;
	margin: 0 auto;
	font-size: 0;
}
.mod_contact::before {
	content: url('../img/c_mail_on.jpg');
	display: none;
}
.mod_contact a:hover {
	background-image: url('../img/c_mail_on.jpg');
}
@media screen and (max-width: 768px) {
	.mod_contact a {
		padding-top: 100px;
	}
}
/* footer
------------------------------*/
.footer {
	background: url("../img/icon_bottom.png") left top repeat-x;
	/* border-top: 1px dashed #808080; */
	text-align: center;
	padding-top: 60px;
}
.footer .map {
	height: 220px;
}
.footer .nav {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1030px;
	padding: 0 10px;
	background: none;
	margin: 0 auto 30px;
}
.footer .nav li {
	padding: 0 5px;
	font-size: 1.2rem;
}
.footer .nav li a {
	font-weight: bold;
	color: #fff;
}
.footer .info {
	padding: 0px 15px 50px;
}
.footer .address {
	font-size: 1.2rem;
	margin-bottom: 20px;
}
.footer .address dt {
	margin-bottom: 23px;
}
.footer .address dd {
	font-size: 1.2rem;
	line-height: 2.16;
	color: #B9B9B9;
}
.footer .banner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 20px;
}

.footer .tel, .f-fax{
	font-size: 2.6rem;
	padding:  5px  0 0 32px;
}
.footer .tel{
	background: url("../img/icon_tel.png") left top no-repeat;
}
.footer .tel.f-fax {
	background:url("../img/icon_fax.png") left top no-repeat;
}

.f-mail img{
	border: 1px solid #fff;
}
.f-banner {
	margin-top: 25px;
	text-align: center;
}
.f-time{
	font-size: 1.2rem;
	line-height: 2.16;
	color: #B9B9B9;
	margin-bottom: 23px;
}
.footer .banner li {
	display: inline-block;
	margin: 0 30px;
}
.footer .f-end{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1030px;
	margin: 0 auto;
	padding:0 15px 5px;
	text-align: right;
}
.submenu {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	text-align: left;
	font-size: 1.2rem;
}
.submenu li{
	line-height: 1;
	margin-bottom: 14px;
}
.bg-copyright {
	width: 100%;
}
.f-links {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	margin: 35px 0 25px 20px;
}
.f-links__banner {
	width: 100%;
	max-width: 400px;
}
.f-links__icon {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: center;
	align-items: center;
}
.f-links__icon-item {
	width: 48px;
	margin-left: 15px;
}
.f-links__icon-item.-hide {
	display: none;
}
/*.bg-copyright ul{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: flex-end;
	margin-top: 35px;
	margin-left: auto;
}
.bg-copyright ul li{
	margin-bottom: 25px;
}
.bg-copyright ul li+li {
	margin-left: 15px;
}
.bg-copyright ul li a {
	display: block;
}*/
.footer .f-text {
	font-size: 1.0rem;
	line-height: 1.8;
	color: #9F9F9F;
}
.copyright {
	display: block;
	font-size: 1.0rem;
	line-height: 1.8;
	color: #9F9F9F;
	margin-top: 13px;
}

@media screen and (max-width: 768px) {
	.footer .nav {
		display: block;
		padding: 0;
		width: 100%;
	}
	.footer .nav li {
		padding: 0;
		display: block;
		border-bottom: 1px solid #999;
		text-align: left;
	}
	.footer .nav li:first-child {
		border-top: 1px solid #999;
	}
	.footer .nav li + li {
		border-left: none;
	}
	.footer .nav li a {
		display: block;
		position: relative;
		padding: 14px 10px 11px;
		font-size: 1.4rem;
		font-weight: normal;
		text-align: left;
		text-decoration: none;
		transition: .3s;
	}
	.footer .nav li a::after {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #b2aaaa;
		border-right: 2px solid #b2aaaa;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: .3s;
	}
	.footer .nav li a:hover::after {
		-webkit-transform: translateX(3px) rotate(45deg);
		transform: translateX(3px) rotate(45deg);
	}
	.footer .banner {
		display: block;
		text-align: center;
		margin: 0 auto 20px;
	}
	.footer .f-end {
		display: block;
		text-align: center;
		padding: 0 15px 25px;
	}
/*	.bg-copyright ul {
		justify-content: center;
		max-width: 100%;
		margin: 0 20px 20px;
	}*/
	.submenu {
		display: none;
	}
	.f-links {
		-webkit-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: center;
		align-items: center;
		margin-left: 0;
	}
	.f-links__icon {
		margin-top: 20px;
	}
}

/* pagetop
------------------------------*/
.pagetop {
	position: fixed;
	z-index: 100;
	bottom: 80px;
	right: 10px;
	opacity: 0;
	transition: opacity .5s;
}
.pagetop.on {
	opacity: 1;
}
.pagetop.stop {
	position: absolute;
}
@media screen and (max-width: 768px) {
	.pagetop {
		display: none;
	}
}

.rightbar {
	position: fixed;
	z-index: 100;
	bottom: 60%;
	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;
	max-width: 99%;
	background: #FFF;
	border: 3px solid #E8E8E8;
	padding: 27px 5% 37px;
}
#calendar .title {
	border-bottom: 1px solid #000;
	padding: 0 10px 15px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.6rem;
}
#calendar .g-calendar {
	position: relative;
	width: 680px;
	max-width: 100%;
	padding-top: 60%;
	margin: 0 auto;
}
#calendar .g-calendar iframe {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 0;
	width: 100%;
	height: 100%;
}

.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;
	}
}

/* module
------------------------------*/
/* margin */
.module {
	width: 1000px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 1030px) {
	.module {
		width: 100%;
		padding: 0 15px;
	}
}

.mod_news_list,
.mod_news_detail,
.mod_gallery_list,
.mod_gallery_detail,
#contact_form {
	width: 1000px;
	margin: 0 auto 40px;
}
@media screen and (max-width: 1030px) {
	.mod_news_list,
	.mod_news_detail,
	.mod_gallery_list,
	.mod_gallery_detail,
	#contact_form {
		width: 100%;
		padding: 0 15px;
	}
}

/* 見出し */
.module.mod_h1 {
	width: 100%;
	background: url("../img/h1_bg.jpg") center top -1px no-repeat;
	margin-bottom: 50px;
}
.mod_h1 h1 {
	background: none;
	border: none;
	max-width: 1000px;
	margin: 0 auto;
	font-weight: bold;
	padding: 78px 0 66px;
	font-family: '游ゴシック', 'Yu Gothic', YuGothic,
		'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
		'メイリオ', Meiryo, sans-serif;
	font-size: 3.2rem;
	line-height: 1.75;
	text-align: center;
	color: #FFF;
}
@media screen and (max-width: 768px) {
	.module.mod_h1 {
		background-size: cover;
	}
}
@media screen and (max-width: 480px) {
	.mod_h1 h1 {
		padding: 55px 0 50px;
		font-size: 2.6rem;
	}
}

.module.mod_h2 {
	margin-bottom: 40px;
}
.mod_h2 h2 {
	border: none;
	border-bottom: 0px solid #333;
	padding: 45px 0 0;
	font-size: 2.8rem;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
	color: #BD9A63;
	font-family: "游明朝","Yu Mincho", YuMincho,serif, 'メイリオ', 'Meiryo', sans-serif;
}
@media screen and (max-width: 480px) {
	.mod_h2 h2 {
		font-size: 2.0rem;
	}
}

.module.mod_h3 {
	margin-bottom: 30px;
}
.mod_h3 h3 {
	background: url('../img/bg_h3.png') left top no-repeat;
	padding: 10px 0 0px 20px;
	font-size: 1.6rem;
	line-height: 1.75;
	font-weight: bold;
	color: #fff;
}
@media screen and (max-width: 480px) {
	.mod_h3 h3 {
		font-size: 1.6rem;
	}
}

/* 画像+テキスト */
.mod_img_text_left,
.mod_link_banner_left,
.mod_img_text_right,
.mod_link_banner_right {
	overflow: hidden;
}
.mod_img_text_left .img_small,
.mod_img_text_right .img_small,
.mod_link_banner_left.mod_img_small .img_small,
.mod_link_banner_right.mod_img_small .img_small {
	width: 30%;
	max-width: 250px;
}
/* 画像中 */
.mod_img_text_left .img_medium,
.mod_img_text_right .img_medium,
.mod_link_banner_left.mod_img_medium .img_medium,
.mod_link_banner_right.mod_img_medium .img_medium {
	width: 45%;
	max-width: 450px;
}
/* 画像大 */
.mod_img_text_left .img_large,
.mod_img_text_right .img_large,
.mod_link_banner_left.mod_img_large .img_large,
.mod_link_banner_right.mod_img_large .img_large {
	width: 55%;
	max-width: 550px;
}
.mod_img_text_left .img_small,
.mod_img_text_left .img_medium,
.mod_img_text_left .img_large,
.mod_link_banner_left .img_small,
.mod_link_banner_left .img_medium,
.mod_link_banner_left .img_large {
	margin-right: 30px;
}
.mod_img_text_right .img_small,
.mod_img_text_right .img_medium,
.mod_img_text_right .img_large,
.mod_link_banner_right .img_small,
.mod_link_banner_right .img_medium,
.mod_link_banner_right .img_large {
	margin-left: 30px;
}
.mod_img_text_left.mod_img_small .img_small img,
.mod_img_text_right.mod_img_small .img_small img,
.mod_link_banner_left.mod_img_small .img_small img,
.mod_link_banner_right.mod_img_small .img_small img,
.mod_img_text_left.mod_img_medium .img_medium img,
.mod_img_text_right.mod_img_medium .img_medium img,
.mod_link_banner_left.mod_img_medium .img_medium img,
.mod_link_banner_right.mod_img_medium .img_medium img,
.mod_img_text_left.mod_img_large .img_large img,
.mod_img_text_right.mod_img_large .img_large img,
.mod_link_banner_left.mod_img_large .img_large img,
.mod_link_banner_right.mod_img_large .img_large img {
	width: 100%;
}
.mod_img_text_left.mod_img_small .text_box,
.mod_img_text_left.mod_img_medium .text_box,
.mod_img_text_left.mod_img_large .text_box,
.mod_link_banner_left.mod_img_small .text_box,
.mod_link_banner_left.mod_img_medium .text_box,
.mod_link_banner_left.mod_img_large .text_box,
.mod_img_text_right.mod_img_small .text_box,
.mod_img_text_right.mod_img_medium .text_box,
.mod_img_text_right.mod_img_large .text_box,
.mod_link_banner_right.mod_img_small .text_box,
.mod_link_banner_right.mod_img_medium .text_box,
.mod_link_banner_right.mod_img_large .text_box {
	overflow: hidden;
	margin: 0;
}
@media screen and (max-width: 768px){
	.mod_img_text_left .img_small,
	.mod_img_text_left .img_medium,
	.mod_img_text_left .img_large,
	.mod_link_banner_left .img_small,
	.mod_link_banner_left .img_medium,
	.mod_link_banner_left .img_large {
		margin-right: 20px;
	}
	.mod_img_text_right .img_small,
	.mod_img_text_right .img_medium,
	.mod_img_text_right .img_large,
	.mod_link_banner_right .img_small,
	.mod_link_banner_right .img_medium,
	.mod_link_banner_right .img_large {
		margin-left: 20px;
	}
}
@media screen and (max-width: 480px) {
	.mod_img_text_left .img_small,
	.mod_img_text_left .img_medium,
	.mod_img_text_left .img_large,
	.mod_img_text_right .img_small,
	.mod_img_text_right .img_medium,
	.mod_img_text_right .img_large,
	.mod_link_banner_left.mod_img_small .img_small,
	.mod_link_banner_left.mod_img_medium .img_medium,
	.mod_link_banner_left.mod_img_large .img_large,
	.mod_link_banner_right.mod_img_small .img_small,
	.mod_link_banner_right.mod_img_medium .img_medium,
	.mod_link_banner_right.mod_img_large .img_large {
		float: none;
		width: 60%;
		max-width: inherit;
		margin: 0 auto 20px;
		text-align: center;
	}
	.mod_img_text_left .img_medium,
	.mod_img_text_right .img_medium,
	.mod_link_banner_left.mod_img_medium .img_medium,
	.mod_link_banner_right.mod_img_medium .img_medium {
		width: 80%;
	}
	.mod_img_text_left .img_large,
	.mod_img_text_right .img_large,
	.mod_link_banner_left.mod_img_large .img_large,
	.mod_link_banner_right.mod_img_large .img_large {
		width: 100%;
	}
}

.mod_link_banner_center {
	text-align: center;
}

/* download module */
.mod_file {
	overflow: hidden;
}
.mod_file > div:first-child {
	margin-right: 35px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.mod_file > div:first-child {
		margin-right: 20px;
	}
}
@media screen and (max-width: 480px) {
	.mod_file {
		display: block;
	}
	.mod_file > div:first-child {
		float: none;
		margin: 0 15px 10px 0;
		text-align: center;
	}
}
.mod_file > .text_box {
	overflow: hidden;
	margin-left: auto;
}
.mod_file a {
	display: block;
}
.mod_file a img {
	display: none;
}
.mod_file .pdf a::before {
	content: url('../img/icon_pdf.png');
	display: block;
	height: 80px;
}
.mod_file .pdf a:hover::before {
	opacity: .8;
}
.mod_file .word a::before {
	content: url('../img/icon_word.png');
	display: block;
	height: 80px;
}
.mod_file .word a:hover::before {
	opacity: .8;
}
.mod_file .xls a::before {
	content: url('../img/icon_xls.png');
	display: block;
	height: 80px;
}
.mod_file .xls a:hover::before {
	opacity: .8;
}

/* news & gallery
------------------------------*/
/* pagebute */
.mod_news_list ul.pager,
.mod_gallery_list ul.pager {
	text-align: right;
	font-size: 0;
}
.mod_news_list ul.pager li,
.mod_gallery_list ul.pager li {
	display: inline-block;
	margin: 0 5px;
}
.mod_news_list ul.pager a,
.mod_gallery_list ul.pager a {
	display: block;
	width: 40px;
	height: 40px;
	background: #333333;
	border: 0px solid #EEEDEB;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.mod_news_list ul.pager a:hover,
.mod_news_list ul.pager a.current,
.mod_gallery_list ul.pager a:hover,
.mod_gallery_list ul.pager a.current {
	background: #B08957;
	color: #FFF;
}

/* button */
.mod_news_list p.pager a {
	display: block;
	width: 100%;
	max-width: 320px;
	background: url('../img/btn_news.jpg') center no-repeat;
	background-size: auto 100%;
	padding: 50px 0 0;
	margin: 0 auto;
	font-size: 0;
	border: 1px solid #333;
}
.mod_news_list p.pager a::after {
	/* 	content: url('../img/btn_news_on.jpg'); */
	display: none;
}
.mod_news_list p.pager a:hover {
	/* 	background: url('../img/btn_news_on.jpg') center no-repeat; */
	opacity: 0.8;
	background-size: auto 100%;
}

.mod_gallery_list p.pager a {
	display: block;
	width: 100%;
	max-width: 360px;
	background: url('../img/btn_gallery.jpg') center no-repeat;
	background-size: auto 100%;
	padding: 56px 0 0;
	margin: 0 auto;
	font-size: 0;
	border: 0px solid #333;
}
.mod_gallery_list p.pager a::after {
	/* 	content: url('../img/btn_gallery_on.jpg'); */
	display: none;
}
.mod_gallery_list p.pager a:hover {
	/* background: #B08957; */
	opacity:0.8;
	background-size: auto 100%;
}

.mod_news_detail .back a,
.mod_gallery_detail .back a {
	display: block;
	width: 100%;
	max-width: 280px;
	background: url('../img/btn_back.jpg') center no-repeat;
	background-size: auto 100%;
	padding: 56px 0 0;
	margin: 0 auto;
	font-size: 0;
	border: 1px solid #333;
}
.mod_news_detail .back a::after,
.mod_gallery_detail .back a::after {
	/* 	content: url('../img/btn_back_on.jpg'); */
	display: none;
}
.mod_news_detail .back a:hover,
.mod_gallery_detail .back a:hover {
	/* 	background: url('../img/btn_back_on.jpg') center no-repeat; */
	background-size: auto 100%;
	opacity:0.8;
}

/* news
------------------------------*/
/* list */
.mod_news_list #news {
	margin-bottom: 30px;
}
.mod_news_list #news dl {
	border: none;
	border-bottom: 1px solid #808080;
	padding: 22px 0px 18px;
	line-height: 1.6;
}
.mod_news_list #news dl dt {
	margin-right: 20px;
}
.mod_news_list #news dl dd {
	overflow: hidden;
	margin-left: auto;
}
@media screen and (max-width: 480px) {
	.mod_news_list #news dl dt {
		float: none;
	}
	.mod_news_list #news dl dd {
		margin: 0;
	}
}

/* detail */
#news_detail {
	margin-bottom: 30px;
}

.mod_news_detail .date {
	position: relative;
	padding-left: 24px;
	margin-bottom: 15px;
	color: #FFF;
}
.mod_news_detail .date::before {
	content: '●';
	position: absolute;
	top: -1px;
	left: 0;
	font-size: 1.4rem;
}

/* gallery
------------------------------*/
/* pickup */
.mod_pickup_gallery #gallery,
.mod_gallery_list #gallery {
	width: 100%;
	padding-bottom: 0;
}
.mod_pickup_gallery #gallery dl,
.mod_gallery_list #gallery dl {
	width: 31%;
	margin: 0 3.5% 40px 0;
}
.mod_pickup_gallery #gallery dl dd.img a,
.mod_gallery_list #gallery dl dd.img a {
	/* display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	border: 1px solid #CCC; */
	display: block;
	position: relative;
	padding-top: calc(100% - 0px);
	/* position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	height: 100%;
	background: #333333;
	border: 0px solid #CCC;
	/* display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: none;
	padding-top: calc(100% - 2px);
	border: 1px solid #FDF4F4; */
}
.mod_pickup_gallery #gallery dl dd.img a img,
.mod_gallery_list #gallery dl dd.img a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mod_pickup_gallery #gallery dl dt,
.mod_gallery_list #gallery dl dt {
	text-align: center;
	line-height: 1.4;
}
.mod_pickup_gallery #gallery dl dt + dd,
.mod_gallery_list #gallery dl dt + dd {
	display: none;
}
@media screen and (max-width: 480px) {
	.mod_pickup_gallery #gallery dl dt,
	.mod_gallery_list #gallery dl dt {
		font-size: 1.2rem;
	}
}

/* detail */
#gallery_text {
	margin-bottom: 30px;
}

/* type01 */
.mod_gallery_detail {
	margin-bottom: 40px;
	max-width: 900px;
}
.mod_gallery_detail.gallery_type01 .img_big {
	width: 50%;
	min-width: 250px;
	margin-bottom: 30px;
}
.mod_gallery_detail.gallery_type01 .img_big a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: #333333;
	padding-top: calc(100% - 2px);
	border: 0px solid #CCC;
}
.mod_gallery_detail.gallery_type01 .img_big a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mod_gallery_detail.gallery_type01 ul.img_list {
	width: 100%;
	max-width: 800px;
	margin-bottom: 30px;
}
.mod_gallery_detail.gallery_type01 ul.img_list li {
	width: 140px;
}
.mod_gallery_detail.gallery_type01 ul.img_list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: #333333;
	padding-top: calc(100% - 2px);
	border: 0px solid #CCC;
}
.mod_gallery_detail.gallery_type01 ul.img_list li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.mod_gallery_detail.gallery_type01 ul.img_list li {
		width: 15%;
		min-width: 70px;
	}
}
.mod_gallery_detail.gallery_type02 .img_big {
	width: 50%;
	min-width: 250px;
	margin-right: 3%;
}
.mod_gallery_detail.gallery_type02 .img_big a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: #333;
	padding-top: calc(100% - 0px);
	border: 0px solid #CCC;
}
.mod_gallery_detail.gallery_type02 .img_big a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mod_gallery_detail.gallery_type02 ul.img_list {
	width: 47%;
}
.mod_gallery_detail.gallery_type02 ul.img_list li {
	width: 32%;
	margin: 0 2% 10px 0;
}
.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
	margin-right: 2%;
}
.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
	margin-right: 0;
}
.mod_gallery_detail.gallery_type02 ul.img_list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: #333;
	padding-top: calc(100% - 0px);
	border: 0px solid #CCC;
}
.mod_gallery_detail.gallery_type02 ul.img_list li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.mod_gallery_detail.gallery_type02 .img_big {
		float: none;
		margin: 0 auto 20px;
	}
	.mod_gallery_detail.gallery_type02 ul.img_list {
		width: 100%;
	}
	.mod_gallery_detail.gallery_type02 ul.img_list li {
		display: inline-block;
		width: 15%;
		min-width: 70px;
		margin-right: 5px;
		margin-left: 5px;
	}
	.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(2n) {
		margin-right: 5px;
	}
	.mod_gallery_detail.gallery_type02 ul.img_list li:nth-child(3n) {
		margin-right: 5px;
	}
}
.mod_gallery_detail.gallery_type03 .before_after,
.mod_gallery_detail.gallery_type03 ul.img_list {
	width: 100%;
}
.mod_gallery_detail.gallery_type03 .before_after .before {
	width: 48%;
	margin-right: 4%;
}
.mod_gallery_detail.gallery_type03 .before_after .after {
	width: 48%;
}
.mod_gallery_detail.gallery_type03 .before_after dl dt {
	margin-bottom: 10px;
	font-size: 0;
}
.mod_gallery_detail.gallery_type03 .before_after dl dt::before {
	content: '';
	display: block;
	width: 100%;
	background: url('../img/banner_before.png') center no-repeat;
	background-size: auto 100%;
	padding-top: 16px;
}
.mod_gallery_detail.gallery_type03 .before_after dl.after dt::before {
	background: url('../img/banner_after.png') center no-repeat;
	background-size: auto 100%;
}
.mod_gallery_detail.gallery_type03 .before_after dl dd a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: #333;
	padding-top: calc(100% - 0px);
	border: 0px solid #CCC;
}
.mod_gallery_detail.gallery_type03 .before_after dl dd a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mod_gallery_detail.gallery_type03 ul.img_list li {
	float: none;
	display: inline-block;
	width: 11.625%;
	min-width: 70px;
	margin-right: 1%;
}
.mod_gallery_detail.gallery_type03 ul.img_list li:nth-child(4n) {
	margin-right: 1%;
}
.mod_gallery_detail.gallery_type03 ul.img_list li:last-child {
	margin-right: 0;
}
.mod_gallery_detail.gallery_type03 ul.img_list li a {
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background: #333;
	padding-top: calc(100% - 0px);
	border: 0px solid #CCC;
}
.mod_gallery_detail.gallery_type03 ul.img_list li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 2px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
	.mod_gallery_detail.gallery_type03 .before_after .before,
	.mod_gallery_detail.gallery_type03 .before_after .after {
		float: left;
		margin: 0;
	}
	.mod_gallery_detail.gallery_type03 .before_after .before {
		margin-right: 4%;
	}
}

/* #contact_form
------------------------------*/
#contact_form .form_table {
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
}
#contact_form .form_table th,
#contact_form .form_table td {
	border: none;
	background: #333;
	padding: 20px 17px 17px;
	text-align: left;
	vertical-align: top;
	color: #FFF;
}
#contact_form .form_table th {
	width: 33.4%;
	background: #3F3F3F;
	vertical-align: top;
	font-weight: normal;
}
#contact_form .form_table th span.req {
	font-weight: bold;
	color: #32B032;
}
#contact_form .form_table td {
	font-size: 1.2rem;
}
#contact_form .form_table input[type='text'] {
	width: 100%;
	max-width: 100%;
	height: 29px;
	background: #686868;
	border: none;
	padding: 5px;
	margin: 8px 0 4px;
}
#contact_form .form_table input.zipcode {
	width: 150px;
}
#contact_form .form_table textarea {
	width: 100%;
	max-width: 100%;
	min-height: 120px;
	background: #686868;
	border: none;
	padding: 5px;
	margin-top: 4px;
	font-size: inherit;
}

#contact_form p.submit {
	margin: 40px 0 0;
}
#contact_form p.submit button {
	display: block;
	width: 100%;
	max-width: 320px;
	background: url('../img/btn_send.jpg') center no-repeat,
		#AE8757;
	background-size: auto 100%;
	padding: 60px 0 0;
	margin: 0 auto;
	font-size: 0;
	border: none;
	outline: none;
}
#contact_form p.submit button:hover {
	opacity: 0.8;
}
@media screen and (max-width: 480px) {
	#contact_form .form_table th,
	#contact_form .form_table td {
		display: block;
		width: 100%;
		padding: 10px 15px 7px;
	}
	#contact_form .form_table th,
	#contact_form .form_table tr:not(:last-child) td {
		border-bottom: none;
	}
}

.fixed .formErrorContent {
	background: #AE8757;
}

/* colorbox
------------------------------*/
#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;
}
