@charset "utf-8";
/*------------------------------------------------------------
	imagelightbox.min.js
------------------------------------------------------------*/
.lb {
	display:block;
}
.non {
	display:none;
}

#imagelightbox
{
	cursor: pointer;
	position: fixed;
	z-index: 9999;
	
	-ms-touch-action: none;
			touch-action: none;
			
	-webkit-box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
	box-shadow: 0 0 3.125em rgba( 0, 0, 0, .75 ); /* 50 */
}
#imagelightbox-overlay
{
			background-color: #fff;
			background-color: rgba( 255, 255, 255, .9 );
			position: fixed;
			z-index: 9998;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
}
#imagelightbox-overlay
{
			-webkit-animation: fade-in .25s linear;
			animation: fade-in .25s linear;
}
			@-webkit-keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}
			@keyframes fade-in
			{
				from	{ opacity: 0; }
				to		{ opacity: 1; }
			}

/* CAPTION */

		#imagelightbox-caption
		{
			text-align: center;
			color: #333;
			background-color:#e0f2bc;
			position: fixed;
			z-index: 10001;
			left: 0;
			right: 0;
			bottom: 0;
			padding: 0.625em; /* 10 */
		}
		
/*------------------------------------------------------------
	カラー
------------------------------------------------------------*/
.red {
	color:#c45;
}
.orange {
	color:#e60;
}
.white {
	color:#fff;
}
.green {
	color:#38940b;
}
.bgreen {
	color:#24989c;
}
.sky {
	color:#369;
}
.pink {
	color:#ee7799;
}
.purple {
	color:#9c94e1;
}
.brown {
	color:#7f501a;
}
.navy {
	color:#06c;
}
.gray {
	color:#777;
}
/*------------------------------------------------------------
	リンクカラー
------------------------------------------------------------*/
/*.tel-link a {
	color:inherit !important;
}*/
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#39f;
	text-decoration:none;
}
a:active {
	color:#06C;
	text-decoration:none;
}
.fw a:link {
	color:#7f501a;
	text-decoration:none;
}
.fw a:visited {
	color:#7f501a;
	text-decoration:none;
}
.fw a:hover {
	color:#b19472;
	text-decoration:none;
}
.fw a:active {
	color:#06C;
	text-decoration:none;
}
#bread a:link {
	color:#999;
	text-decoration:none;
}
#bread a:visited {
	color:#999;
	text-decoration:none;
}
#bread a:hover {
	color:#ccc;
	text-decoration:none;
}
#bread a:active {
	color:#999;
	text-decoration:none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
.lh_s {
	line-height:1.6;
}
.lh_m {
	line-height:1.8;
}
.fserif {
		font-family:serif;
}
	
body {
	text-align:center;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	color:#333;
	background-color:#ede0cd;
	background-image:url(../img/bg.png);
	background-repeat:repeat-x;
	-webkit-text-size-adjust: 100%;
	word-wrap:break-word;
}

@media screen and (max-width: 499px) {
	.pc {
		display:none !important;
	}
	body {
		font-size: 0.84em;
		background-image:url(../img/bg_sp.png);
	}
}

@media screen and (min-width: 500px) {
	.mb {
		display:none !important;
	}
}
#header {
	position:relative;
	width:1020px;
	height:80px;
	margin:0 auto;
}
#header h1 {
	position:absolute;
	top:20px;
	left:30px;
}
#header h1 img {
	height:40px;
}
.tsize {
	position:absolute;
	top:25px;
	right:30px;
}
.tsize a {
	margin-left:5px;
}

.main_img {
	width:960px;
	margin:0 auto 20px;
}

#top_global {
	width:930px;
	height:420px;
	margin:0 auto 20px;
}

#top_global li {
	float:left;
	width:300px;
	padding:0 10px 10px 0;
}
.tg_adj {
	padding-right:0 !important;
}
#top_global img {
	width:300px;
	height:200px;
}

#toggle {
	position:absolute;
	width:40px;
	height:40px;
	top:15px;
	right:15px;
	z-index:3000;
	background-image:url(../img/navi.png);
	background-size:contain;
	display:none\9;/*IE8以下*/
}
#toggle.close {
	background-image:url(../img/navi_off.png);
}
ul.accordion {
	border-top:1px solid #fff;
	font-size: 0.92em;
	display:none;
	text-align:left;
	margin-bottom:20px;
}
ul.accordion a {
	display:block;
	line-height:50px;
	padding:0 20px;
	text-decoration:none;
	color:#333;
}
ul.accordion li:nth-child(even) a {
	border-left:1px solid #fff;
}
ul.accordion li {
	float:left;
	width:50%;
	background-color:#ede0cd;
	border-bottom:1px solid #fff;
}
ul.accordion li.cat_main {
	background-color:#e7a542;
}
ul.accordion li.toppage {
	width:100%;
	border-left:0;
	text-align:center;
	background-color:#7f501a;
}
ul.accordion li.toppage a {
	color:#fff;
}
#top_doc {
	float:left;
	width:594px;
}
#top_navi {
	float:right;
	width:276px;
	padding-right:10px;
	margin-bottom:20px;
}
#top_navi p {
	padding-bottom:10px;
}
.page_img {
	background-image:url(../img/page_bg.png);
	background-position:center top;
	width:940px;
	height:140px;
	margin:-20px auto 0;
}
.page_img p {
	padding-top:30px;
}
#global {
	height:104px;
	margin-bottom:19px;
}
#global li {
	float:left;
	height:52px;
}
.pw_adj a {
	margin:0 1px;
}
#navi {
	float:right;
	width:240px;
}
#navi p {
	padding-bottom:10px;
}
#doc {
	float:left;
	width:650px;
}

@media screen and (max-width: 499px) {
#header {
	width:100%;
	height:70px;
}
#header h1 {
	top:23px;
	left:20px;
}
#header h1 img {
	width:auto;
	height:24px;
}
.tsize {
	display:none;
}
.main_img {
	width:100%;
	margin:0 auto 20px;
}
#top_global {
	width:100%;
	height:auto;
}

#top_global li {
	float:left;
	width:50%;
	padding:0;
}
#top_global a {
	display:block;
	padding:2px;
}
#top_global img {
	width:100%;
	height:auto;
}
.page_img {
	background-size:cover;
	width:90%;
	height:60px;
	margin:-10px auto 0;
}
.page_img p {
	padding-top:0;
}
.page_img p img {
	width:150px;
}
#global,#navi {
	display:none;
}
#top_doc,#doc {
	float:none;
	width:100%;
}
#top_navi {
	float:none;
	width:100%;
	padding:0;
	margin-bottom:20px;
}
#top_navi p {
	float:left;
	width:50%;
	padding-bottom:0;
}
#top_navi a {
	display:block;
	padding:2px;
}
#top_navi p img {
	width:100%;
	height:auto;
}
}

@media screen and (min-width: 500px) {
#toggle,.accordion {
	display:none !important;
}
}


#container {
	width:920px;
	padding:20px;
	background-color:#fff;
	margin:0 auto;
	text-align:left;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
#ftnavi {
	display:none;
}


@media screen and (max-width: 499px) {
#container {
	width:auto;
	padding:10px;
	margin:0 10px 10px;
}
#ftnavi {
	border-top:1px solid #fff;
	font-size: 0.92em;
	display:block;
	text-align:left;
	margin-bottom:10px;
}
#ftnavi a {
	display:block;
	line-height:50px;
	padding:0 20px;
	text-decoration:none;
	color:#333;
}
#ftnavi li:nth-child(even) a {
	border-left:1px solid #fff;
}
#ftnavi li {
	float:left;
	width:50%;
	background-color:#ede0cd;
	border-bottom:1px solid #fff;
}
#ftnavi li.cat_main {
	background-color:#e7a542;
}
#ftnavi li.toppage {
	width:100%;
	border-left:0;
	text-align:center;
	background-color:#7f501a;
}
#ftnavi li.toppage a {
	color:#fff;
}
.contact {
	display:block;
	text-align:center;
}
.contact a {
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
	display:block;
	line-height:60px;
	background-color:#e26f35;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
}


.pagetop {
	text-align:right;
}
.pagetop2 {
	text-align:right;
	margin:0 10px 20px;
}
.pagetop img,.pagetop2 img {
	width:29px;
}
#footer {
	width:960px;
	padding:30px 0;
	margin:0 auto;
	text-align:left;
}
.credit {
	display:none;
}
.fw {
	text-align:center;
	font-size:11px;
	line-height:2;
	color:#999;
	margin-bottom:30px;
}

.copyright {
	text-align:center;
	font-size:10px;
	color:#b19472;
}
.copyright img {
	vertical-align:top;
}

@media screen and (max-width: 499px) {
.pagetop {
	text-align:center;
}
.pagetop2 {
	text-align:center;
	margin:0 0 20px;
}
#footer  {
	width:100%;
	text-align:center;
	padding:20px 0 30px;
}
.credit {
	display:block;
	margin-bottom:20px;
	color:#7f501a;
}
.fw {
	display:none;
}
.copyright {
	font-size: 0.76em;
	text-align:center;
}
.copyright img {
	display:none;
}
}
@media screen and (min-width: 500px) {
	#footer {
		font-size: 0.84em;
	}
}


#title {
	margin-bottom:30px;
}
.outline_img img {
	width:630px;
}
.newslist_img img,.recipe_img img {
	width:250px;
}
.act_img1 img {
	width:400px;
}
.act_img2 img {
	width:200px;
}
.seolist_img img {
	width:190px;
}

@media screen and (max-width: 499px) {
#title {
	height:auto;
	padding:10px 0;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	color:#7f501a;
	border-bottom:2px solid #7f501a;
	background:-moz-linear-gradient(top, #f2e9db, #ffffff);
	background:-webkit-gradient(linear, left top, left bottom, from(#f2e9db), to(#ffffff));
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
.newslist_img img,.outline_img img,.act_img1 img,.seolist_img img,.recipe_img img {
	width:100%;
}
}
	

.sub {
	color:#7f501a;
	border-bottom:1px solid #7f501a;
	padding-bottom:6px;
	padding-left:10px;
	margin-bottom:20px;
	line-height:1.6;
	font-size:1.16em
}
.sub_date {
	background-color:#f2e9dc;
	line-height:1.231;
	font-size:12px;
	padding:5px 10px;
	margin:-20px 0 20px;
	text-align:right;
}
.subsub {
	font-weight:bold;
	background-color:#7f501a;
	padding:8px 15px;
	margin:0 10px 20px;
	line-height:1.231;
	color:#fff;
}
.d_date {
	background-color:#a8dbf6;
	padding:5px 10px;
	margin:-20px 0 20px;
	font-size:0.84em;
	color:#666;
	text-align:right;
}
.news_more {
	text-align:right;
	margin-top:-55px;
	margin-bottom:25px;
}

#news {
	line-height:2;
}
#news ul {
	margin:0 10px;
	padding-bottom:15px;
}
#news ul li {
	border-bottom:1px dotted #ccc;
	padding-bottom:15px;
	margin-bottom:15px;
}
#news span {
	color:#999;
	font-size:0.84em;
}



.line {
	border-bottom:1px dotted #ccc;
}
.line2 {
	border-bottom:1px dotted #ccc;
	margin-left:10px;
	margin-right:10px;
}


@media screen and (max-width: 499px) {
.sub {
}
.subsub {
	font-size: 1em;
}
.top_news {
	height:auto;
	overflow:visible;
}
.more1 a {
	display:block;
	color:#333;
	text-align:center;
	line-height:40px;
	background-color:#a8dbf6;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-top-left-radius:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-topleft:10px;
}
}

.box0 {
	line-height:2;
}
.box1 {
	line-height:2;
	margin-left:10px;
	margin-right:10px;
}
.box1_fl {
	line-height:2;
	margin-left:10px;
}
.box2 {
	line-height:2;
	margin-left:20px;
	margin-right:20px;
}
.imgbox p {
	*float:left;
	display: table-cell;
	vertical-align: middle;
	padding:0 10px;
}

.table0 {
	width: 100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table0 td {
	border-width:0;
	padding:0;
	margin:0;
}
.table0 th {
	border-width:0;
	padding:0;
	margin:0;
}

.table1 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.table1 td,.table1 th{
	padding: 10px 15px;
	border: 1px solid #999;
	text-align:left;
	vertical-align:top;
}
.table1 th{
	font-weight: normal;
	background:#f7e9cb;
	white-space:nowrap;
}

.table2 {
	width:100%;
	border-width:0;
	border-collapse:collapse;
	border:none;
	border-spacing:0;
}
.table2 td {
	border-width:0 0 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	vertical-align:top;
	margin:0;
}
.table2 th {
	border-width:0 1px 1px 0;
	border-style:dotted;
	border-color:#ccc;
	padding:7px 10px 17px 10px;
	white-space:nowrap;
	color:#7f501a;
	text-align:right;
	vertical-align:top;
	margin:0;
	font-weight:normal;
}
.table2in td {
	border:none;
}
.table3 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.table3 td,.table3 th{
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
}
.table3 th{
	font-weight: normal;
	background:#f6efe5;
	white-space:nowrap;
	vertical-align:top;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
	border-bottom: 1px dotted #666;
}
.table4 td {
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
}
.table4 th {
	width:50%;
	padding: 10px 15px;
	border-top: 1px dotted #666;
	text-align:left;
	vertical-align:top;
	font-weight: normal;
	background:#e0f2bc;
	white-space:nowrap;
}
.table5 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.table5 td,.table5 th{
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
}
.table5 th{
	font-weight: normal;
	background:#f6efe5;
	white-space:nowrap;
	vertical-align:top;
}
.table6 {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.92em;
}
.table6 td,.table6 th{
	padding: 10px 15px;
	border: 1px solid #ccc;
	text-align:left;
}
.table6 th{
	font-weight: normal;
	background:#f6efe5;
	white-space:nowrap;
	vertical-align:top;
}

.waku1 {
	background-color:#fef7eb;
	padding:15px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.gmap iframe {
	width:100%;
	height:400px;
}
.sh_box li {
	float:left;
	width:145px;
	margin:0 8px 8px 0;
}
.sh_end {
	margin:0 0 8px 0 !important;
}
.privacy li {
	border-bottom:1px dotted #666;
	margin-bottom:15px;
	padding-bottom:15px;
	padding-left:1.5em !important;
}

@media screen and (max-width: 499px) {
.imgbox {
	text-align:center;
}
.imgbox p {
	display:block;
	margin-bottom:20px;
}

.table0 {
	display: block;
}
.table0 tbody {
	display: block;
}
.table0 tr {
	display: block;
}
.table0 th,.table0 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:100%;
}
.table0 th {
}
.table0 td {
	margin-bottom:20px;
}
.dtable {
	display:table !important;
	border:none !important;
}
.dtable tbody {
	display: table-row-group !important;
}
.dtable tr {
	display:table-row !important;
}
.dtable th,.dtable td {
	float:none !important;
	display:table-cell !important;
	width:auto !important;
	border:none !important;
	margin:0 !important;
}
.img100 {
	width:100%;
}
.img80 {
	width:80%;
}
.imglmt {
	width:100%;
	max-width:360px;
}

.table1 {
	display: block;
	width:auto;
}
.table1 tbody {
	display: block;
}
.table1 tr {
	display: block;
}
.table1 th,.table1 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table1 th {
	margin-bottom: 10px;
	background: #f7e9cb;
	padding:1px 20px;
	-webkit-border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomright:20px;
	-moz-border-radius-bottomleft:20px;
	-webkit-border-top-right-radius:20px;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topright:20px;
	-moz-border-radius-topleft:20px;
}
.table1 td.histada {
	margin:0 15px 0 !important;
	padding: 0;
	color:#50678f;
}
.table1 td {
	margin:0 15px 20px;
	padding: 0;
}
.table2 {
	display: block;
	width:auto;
}
.table2 tbody {
	display: block;
}
.table2 tr {
	display: block;
}
.table2 th,.table2 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table2 th {
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #7f501a;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:15px;
	line-height:1.231;
	color:#7f501a;
}
.table2 td {
	margin:0 15px 20px ;
	padding: 0;
}
.table2in td {
	margin:0 0 20px;
}
.table5 {
	display: block;
	width:auto;
}
.table5 tbody {
	display: block;
}
.table5 tr {
	display: block;
}
.table5 th {
	display:none;
}
.table5 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table5 td .ssname {
	font-weight:bold;
	font-size:1.24em;
	text-align:left;
	border-bottom:1px solid #7f501a;
	padding-bottom:5px;
	margin-bottom:15px;
	line-height:1.231;
	color:#7f501a;
}
.table5 td {
	margin:0 0 5px ;
	padding: 0;
}
.table5_adj {
	margin-bottom:20px !important;
}
.table5 tbody td:nth-of-type(3):before { content: "TEL："; }
.table5 tbody td:nth-of-type(4):before { content: "開催日："; }
.table6 {
	display: block;
	width:auto;
}
.table6 tbody {
	display: block;
}
.table6 tr {
	display: block;
}
.table6 th {
	display:none;
}
.table6 td {
	float:left\9;
	clear:both\9;
	display:block;
	width:auto;
	border:none;
}
.table6 td .ssname {
	font-weight:bold;
	font-size:1.24em;
	text-align:left;
	border-bottom:1px solid #7f501a;
	padding-bottom:5px;
	margin-bottom:15px;
	line-height:1.231;
	color:#7f501a;
}
.table6 td {
	margin:0 0 5px ;
	padding: 0;
}
.table6_adj {
	margin-bottom:20px !important;
}
.table6 tbody td:nth-of-type(2):before { content: "期日："; }
.table6 tbody td:nth-of-type(3):before { content: "場所："; }

.gmap iframe {
	width:100%;
	height:400px;
}
.sh_box li {
	float:left;
	width:25%;
	margin:0;
}
.sh_box p {
	padding:0 8px 8px 0;
}
.sh_box p img {
	width:100%;
}
}


.two_img {
	float:left;
	width:50%;
	text-align:center;
	padding-bottom:20px;
}
.two_img img {
	width:250px;
	margin:0 auto;
}
.snavi li {
	float:left;
	width:25%;
	line-height:1.231;
}
.snavi li a {
	display:block;
	background-color:#e7a542;
	padding:7px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
	font-weight:bold;
}
.snavi li a:hover {
	background-color:#eec07a;
}
.areasw {
	float:left;
	width:25%;
	text-align:center;
	padding-bottom:20px;
}
.areasw img {
	width:130px;
}
.lnc_d1 img {
	width:300px;
}
.ld_sw li {
	width:100%;
	line-height:1.231;
	margin-bottom:2px;
}
.ld_sw li a {
	display:block;
	background-color:#fdeed7;
	padding:7px;
	border:2px solid #e7a542;
	color:#7f501a;
	font-weight:bold;
}
.ld_sw li a:hover {
	border:2px solid #eec07a;
	background-color:#fef3e3;
	color:#a5845e;
}
.link_li li {
	border-bottom:1px dotted #999;
	padding-bottom:10px;
	margin-bottom:10px;
}
.br_img td {
	text-align:center;
}
.br_img img {
	width:140px;
}
@media screen and (min-width: 500px) {
.table1 th {
	width:200px;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:1px;
}
}
@media screen and (max-width: 499px) {
input[type="text"],textarea {
	width:300px !important;
}
.table1 th img {
	float:right;
	width:40px;
	margin-top:2px;
}
.two_img {
	float:none;
	width:auto;
}
.two_img img {
	width:100%;
}
.snavi li {
	width:50%;
}
.areasw {
	width:50%;
}
.areasw img {
	width:130px;
}
.lnc_d1 img {
	width:100%;
}
}