@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
/*b, u, i,*/ center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family:
"メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* resetCSS */

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

/* 文字サイズ */
.font_s { font-size:0.86em; }
.font_l { font-size:1.08em; }
.red { color:#be0005; }

/* HD */
#HD {
	background:url(../image/hd_bg.jpg) left top no-repeat; }
#HD #HD_wrapper {
  position: relative; }

    #HD .attention_top {
			position:absolute;
      display: block;
			color:#be0005;
			font-weight:bold;
			text-align:center;
			background-color:#fff;}
    #HD .hd_logo { position:relative; }
    #HD .hd_logo:before {
			position:absolute;
			display:block;
			content:" ";
			background-image: url(../image/icon_noto_cheer.png);
			background-size: 100% auto;
			background-repeat:no-repeat; }

    #HD .hd_logo a {
      display: block;
			overflow:hidden;
			text-indent:100%;
			white-space:nowrap;
      background: url(../image/hd_logo.png) 0 0 no-repeat; }
    #HD .hd_tel a {
      display: block;
      font-weight:bold;
      text-decoration:none;
      color:#626262;
      padding:7px 0 5px 35px;
			cursor:default;}

    #HD .hd_tel a span.s_txt {
			display:block;
			font-size:12px;
			font-weight:normal;
			color:#000;}

#gMenu_cnt #gMenu div.yomoyama a {
		background: url(../image/top_menu01.jpg) #fbd779 0 0 no-repeat; }
#gMenu_cnt #gMenu div.utage a {
		background: url(../image/top_menu02.jpg) #c2de8f 0 0 no-repeat; }
#gMenu_cnt #gMenu div.machiya a {
		background: url(../image/top_menu03.jpg) #b4d0ed 0 0 no-repeat; }
#gMenu_cnt #gMenu div.recipe a {
		background: url(../image/top_menu04.jpg) #d3bcdd 0 0 no-repeat; }
#gMenu_cnt #gMenu div.tour a {
		background: url(../image/top_menu05.jpg) #ffadad 0 0 no-repeat; }
#gMenu_cnt #gMenu div.cooperate a {
		background: url(../image/top_menu06.jpg) #eac6a3 0 0 no-repeat; }
#gMenu_cnt #gMenu div.sns a {
		background: url(../image/top_menu07.jpg) #a0e2d1 0 0 no-repeat; }

	#TP_inq .inq_tel a { cursor:default; }

#P_area #wrapper .cnt_box {
	width:100%;
	margin:1.5em auto 0;
}
#P_area #wrapper .cnt_box:first-child { margin-top:0; }

	#P_area #wrapper h2.title {
		font-size:20px;
		margin-bottom:1.5em;
		padding:1.2em;
		color:#fff;
		border-radius:8px;
background: #be0005;
background: -moz-linear-gradient(top, #be0005 0%, #910000 100%);
background: -webkit-linear-gradient(top, #be0005 0%,#910000 100%);
background: linear-gradient(to bottom, #be0005 0%,#910000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0005', endColorstr='#910000',GradientType=0 );}
	#P_area #wrapper h2.smp {
		font-size:20px;
		margin-bottom:1.5em;
		padding:0 0 1.0em;
		border-bottom:8px solid #f9e8e8;}
	#P_area #wrapper h3 {
		font-size:18px;
		font-weight:bold;
		color:#be0005;
		margin: 0.5em 1.0em 1.5em;
		padding: 1.0em 1.5em;
		background:#f9e8e8;
		border-radius:6px;}
	#P_area #wrapper h4 {
	display:inline-block;
		font-size:16px;
		font-weight:bold;
	border-bottom:3px solid #be0005;
		margin:1.8em 2.0em 0;
		padding:0 0.8em 0.5em;}
	#P_area #wrapper h4.top { margin-top:0.5em; }
	#P_area #wrapper h4.none { border:none; padding-bottom:0; }


/* pagetop */
#pagetop {
   position: fixed;
   bottom: 50px;
   right: 20px;
   font-size: 77%;
	z-index:1;
}
#pagetop a {
    display: block;
		width:50px;
		height:50px;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
		transition: all 0.2s ease;
		background:url(../image/icon_pagetop.png) 0 0 no-repeat; }
#pagetop a:hover { opacity: 0.6; transition: all 0.2s ease; }

#P_area .cnt_box ul.link li a {
	padding:15px 15px;
	margin-right:10px;
	display:block;
	text-decoration:none;
	border:1px solid #f9e8e8;
	color:#000;
	border-radius:4px;}
#P_area .cnt_box ul.link li a:hover {
	background:#f9e8e8;
	color:#be0005;
	transition: all 0.2s ease; }

#P_area .cnt_box ul.link li span  {
	padding:15px 15px;
	margin-right:10px;
	display:block;
	border:1px solid #ddd;
	color:#000;
	border-radius:4px;}


/* 終了しました */

#end_txt {
	text-align:center;
	margin-top:10px;
	padding:15px;
	color:#be0005;
	border:2px solid #be0005;
	line-height:1.8;
	font-size:1.3em;
}

/* 重要 */
#imp_txt {
	box-sizing:border-box;
	text-align:center;
	margin-top:10px;
	padding:15px;
	color:#be0005;
	border:2px solid #be0005;
	line-height:1.8;
	font-size:1.3em;
	font-weight:bold;
}
#imp_txt a {
	color:#be0005;
}

/* 修正 */
.correction {
	box-sizing:border-box;
	margin-top:10px;
	padding:15px;
	color:#333;
	border:2px solid #333;
	line-height:1.8;
	font-size:1.2em;
	text-align:center;
	width:800px;
	margin:15px auto 0; }

.correction strong {
	display:block;
	font-weight:bold; }
.correction .box {
	background:#e6e6e6;
	padding:5px 12px;
	margin-bottom:0.8em;
	line-height:2.1; }
.correction .box span.words {
	font-weight:bold;
	border-bottom:2px solid #333; }

	@media screen and (max-width:900px) { /* max-width:900px [SP] */
		.correction {
			width:100%;
			font-size:1.0em; }
		}
	@media screen and (min-width:641px) { /* min-width:641px [SP] */
		.correction br.sp {
			display:none; }
		}
	@media screen and (max-width:640px) { /* max-width:640px [SP] */
		.correction { text-align:left; }
		.correction br.sp {
			display:inline; }
		}

/* 令和6年地震 */
.r6noto {
	box-sizing:border-box;
	margin-top:10px;
	padding:15px;
	color:#be0005;
	border:2px solid #be0005;
	line-height:1.8;
	width:800px;
	margin:15px auto 0;
	padding:1.5em; }

.r6noto p { margin-bottom:1.0em; }

.r6noto strong {
	display:block;
	font-weight:bold;
	text-align:center;
	margin:0.5em;
	font-size:1.25em; }
.r6noto .box {
	background:#f9c7be;
	padding:5px 12px;
	margin-bottom:0.8em;
	line-height:2.1; }
.r6noto .box span.words {
	font-weight:bold;
	border-bottom:2px solid #be0005; }

	@media screen and (max-width:900px) { /* max-width:900px [SP] */
		.r6noto {
			width:100%;
			font-size:1.0em; }
		}




/* 雪見のうたげ */

.yukimi_inner {
	width:800px;
	margin:0 auto 3.0em; }
.yukimi_inner .flt_L { margin-right:1.5em; }
.yukimi_inner .add {
	border-top:3px solid #ececec;
	margin:1.0em 0 0 !important;
	padding:1.0em; }
.yukimi_inner .add strong {
	font-weight:700;
	color:#be0005;}

.yukimi_leaf {
	width:500px;
	margin:1.0rem auto;
}
.yukimi_leaf img {
	width:100%;
}


	@media screen and (max-width:770px) { /* max-width:770px [SP] */
		.yukimi_leaf { width:90%; }
 }

/* 金澤老舗よもやま話 */

#P_area .cnt_box .event_inner_menu {
	margin:-1.0em auto 2.0em auto; text-align:center; }

	@media screen and (min-width:1080px) { /* min-width:1080px [PC] */
		#P_area .cnt_box .event_inner_menu { width:800px; } }
	@media screen and (max-width:770px) { /* max-width:770px [SP] */
		#P_area .cnt_box .event_inner_menu { display:none; } }

#P_area .cnt_box .event_inner_menu a {
	display:inline-block;
	position:relative;
	margin:0 0.1em 0.5em 0.1em;
	padding:0.9em 1.2em;
	border-radius:4px;
	text-decoration:none;
	font-size:0.9em;
	color:#000;
	transition: all 0.2s ease; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(1) { background:#ffadad; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(2) { background:#b4d0ed; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(3) { background:#fbd779; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(4) { background:#c2de8f; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(5) { background:#d3bcdd; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(6) { background:#a0e2d1; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(7) { background:#eac6a3; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(8) { background:#facad4; }
#P_area .cnt_box .event_inner_menu a:hover { opacity:0.7; }

/* 催し紹介内　ページ上部カラーリンク　リンク停止用 
#P_area .cnt_box .event_inner_menu a:nth-of-type(5) { display:none; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(6) { display:none; }
#P_area .cnt_box .event_inner_menu a:nth-of-type(7) { display:none; }

/* 催し紹介内　ページ上部カラーリンク　リンク停止用  */

.yomo_w p { padding:0.5em; line-height:1.6; }
.yomo_w .date {
	background-color:#c40005;
	font-size:1.3em;
	color:#fff;
	font-weight:bold;
	margin-bottom:1.0em;
	padding:0.5em 1.5em; }
.yomo_w .date .hour { font-size:0.8em; font-weight:normal; }
.yomo_w .seminar_data { display:inline-block; width:350px; }
.yomo_w .seminar_data.w100 { width:100%; }

.yomo_w .talk_theme {
}
.yomo_w .face { display:inline-block; width:200px; }
.yomo_w .face img,
.yomo_w .face_w400 img { width:100%; border-radius:10px; }
.yomo_w .face_w400 {
	display:block;
	width:400px;
	margin:0 auto;}

.yomo_w .fee_data {	}
.yomo_w .fee_data .fee {
	font-weight:bold;
	font-size:1.2em;
	color:#c40005; }
.yomo_w .fee_data .attention {
	font-size:0.86em; }
.yomo_w .fee_data .capacity {
	font-weight:bold;
	font-size:1.2em; }
.yomo_w span.atcl {
	font-weight:bold;
	color:#827a35;
	border-radius:5px;
	text-align:center;
	font-size:0.86em; }
.yomo_w .shop_data {
	width:520px;
	padding:0.5em 0;
	margin:1.5em auto 0;
	border-top: 3px solid #ececec; }
.yomo_w .shop_data a { color:#be0005; }

.yomo_w .shop_data .shop_name {
	font-size:1.4em;
	font-weight:bold;
	color:#827a35;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.yomo_w .shop_data .shop_name span {
	display:block;
	font-size:0.6em;
	color:#000;
	font-weight:normal;
	font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif; }

.yomo_w .shop_data .shop_pic {
	width:300px;
	margin:1.0em auto 0;}
.yomo_w .shop_data .shop_add { padding:1.5em 0; }
.yomo_w .shop_data .shop_add p {
	display:inline-block;
	margin:0;
	padding: 0.5em 1.2em;
	position:relative; }
.yomo_w .shop_data .shop_add .add,
.yomo_w .shop_data .shop_add .tel_no { padding-left:25px; }
.yomo_w .shop_data .shop_add .add:before,
.yomo_w .shop_data .shop_add .tel_no:before {
	display:block;
	position:absolute;
	left:0; top:10px;
	content:" ";
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	background-size:100% auto; }
.yomo_w .shop_data .shop_add .add:before {
	background-image:url(../image/icon_address.png);}
.yomo_w .shop_data .shop_add .tel_no:before {
	background-image:url(../image/icon_tel.png); }
.yomo_w .shop_data .shop_add .tel_no a { text-decoration:none;color:#000; }

.yomo_w .map {
	width:520px;
	margin:0 auto;}

.yomo_w .shop_txt img { width:100%; }
.yomo_w .seminar_soldout {
	text-align:center;
	background:#c40026;
	color:#fff;
	padding:0.5em; }
	@media screen and (min-width:1080px) { /* min-width:1080px [PC] */
		#P_area .cnt_box table.yomoyama_lst th .yomo_soldout {
			background:#c40026;
			color:#fff;
			text-align:center;
			font-size:0.86rem; } }

	@media screen and (max-width:1080px) { /* max-width:1080px [TB/SP] */
		#P_area .cnt_box table.yomoyama_lst th .yomo_soldout {
			background:#fff;
			border:2px solid #c40026;
			color:#c40026;
			text-align:center;
			font-size:0.86rem;
			padding:0.5em 0;
			margin-bottom:1.0em; } }


/* 金澤町家とは */
.machiya_box {
	margin:10px 50px;
	padding:.2em 3.0em 1.5em ;
	background:#ffedba;
	border-radius:10px;}
.machiya_box strong {	color:#be0005; font-size:1.08em; }

@media screen and (max-width:770px) { /* max-width:770px [SP] */
.machiya_box {
	margin:5px 10px;
	padding:.2em 0 1.5em ;}
}


/* 金澤町家 食めぐり */
.stamp_shop_lst { margin:1.0em 2.0em; text-align:center;}
.stamp_shop_lst a {
	box-sizing:border-box;
	position:relative;
	display:inline-block;
	width:180px;
	height:180px;
	text-decoration:none;
	color:#fff;
	border-radius:50%;
	background-color:rgba(95,68,12,0.5) ;
	transition: .3s; }
.stamp_shop_lst a:hover {
	opacity:0 ;
	transition: .3s; }
.stamp_shop_lst a span {
	display:block;
	width:180px;
	position:absolute;
	left:0; top:5.0em;
	line-height:1.6;
	text-align:center; }

/* 店名2行の位置調整 */
.stamp_shop_lst .jardin span,
.stamp_shop_lst .niwatoko span,
.stamp_shop_lst .manmarumaru span,
.stamp_shop_lst .shinjiro span { top:4.2em; }

.stamp_shop_lst .shop_btn_bg {
	display:inline-block;
	width:180px;
	height:180px;
	margin:0 0.3em 1.0em;
	border-radius:50%;
	background-position:center center;
	background-size:auto 100%;}
.stamp_shop_lst .hiramipan { background-image:url(../machiya/img/machiya_hiramipan.jpg);}
.stamp_shop_lst .aguri { background-image:url(../machiya/img/machiya_aguri.jpg);}
.stamp_shop_lst .kurage { background-image:url(../machiya/img/machiya_kurage.jpg);}
.stamp_shop_lst .nomado_life { background-image:url(../machiya/img/machiya_nomado_life.jpg);}
.stamp_shop_lst .hanairo { background-image:url(../machiya/img/machiya_hanairo.jpg);}
.stamp_shop_lst .jardin { background-image:url(../machiya/img/machiya_jardin.jpg);}
.stamp_shop_lst .torado { background-image:url(../machiya/img/machiya_torado.jpg);}
.stamp_shop_lst .niwatoko { background-image:url(../machiya/img/machiya_niwatoko.jpg);}
.stamp_shop_lst .manmarumaru { background-image:url(../machiya/img/machiya_manmarumaru.jpg);}
.stamp_shop_lst .tsuchiya { background-image:url(../machiya/img/machiya_tsuchiya.jpg);
	background-size:100% auto;}
.stamp_shop_lst .mon { background-image:url(../machiya/img/machiya_mon.jpg);}
.stamp_shop_lst .kuukai { background-image:url(../machiya/img/machiya_kuukai.jpg);
	background-size:100% auto;}
.stamp_shop_lst .fuwari { background-image:url(../machiya/img/machiya_fuwari.jpg);}
.stamp_shop_lst .shinjiro { background-image:url(../machiya/img/machiya_shinjiro.jpg);
	background-size:100% auto;}
.stamp_shop_lst .meimei { background-image:url(../machiya/img/machiya_meimei.jpg);}
.stamp_shop_lst .hatoha { background-image:url(../machiya/img/machiya_hatoha.jpg);}
.stamp_shop_lst .joe { background-image:url(../machiya/img/machiya_joe.jpg);}

@media screen and (max-width:400px) { /* max-width:400px [SP] */

/* 金澤町家 食めぐり */
	.machiya_mdl .stamp_pic { width:100%; }

	.stamp_shop_lst { margin:1.0em ;}
		.stamp_shop_lst a {
			width:100px;
			height:100px;
			font-size:0.7em;}
		.stamp_shop_lst a span {
			width:100px;
			top:3.8em; }
	.stamp_shop_lst .shop_btn_bg {
		width:100px;
		height:100px; }

	/* 店名2行の位置調整 */
	.stamp_shop_lst .aguri span,
	.stamp_shop_lst .jardin span,
	.stamp_shop_lst .niwatoko span,
	.stamp_shop_lst .manmarumaru span,
	.stamp_shop_lst .shinjiro span { top:3.0em; }

}

.machiya_mdl { line-height:1.6; }
.machiya_mdl h3 {
	font-size:1.6em;
	color:#5f440c;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.machiya_mdl h3 span { font-size:0.65em; }
.machiya_mdl .stamp_pic { width:500px; margin: 1.2em auto; text-align:center; }
.machiya_mdl .stamp_pic img { width:500px; }
.machiya_mdl .lsize img { width:300px; }
.machiya_mdl .stamp_exp { 
	padding-top:0.5em;
	font-size:0.86em;
	color:#5a440c; }
.machiya_mdl .shop_add {
	color:#555;}

.machiya_mdl .shop_info p {
	display:inline-block;
	padding:0.5em 1.5em 0.5em 0 ;
	position:relative;
	font-size:0.95em; }
.machiya_mdl .shop_info p a { color:#be0005; }
.machiya_mdl .shop_info .data_ttl {
	display:block;
	width:150px;
	margin-bottom:1.0em;
	padding:0.3em;
	background-color:#f1e8d3;
	border-radius:5px;
	color:#5a440c;
	text-align:center;
}

.machiya_mdl .shop_info .add,
.machiya_mdl .shop_info .tel_no,
.machiya_mdl .shop_info .open_time { padding-left:25px; }
.machiya_mdl .shop_info .add:before,
.machiya_mdl .shop_info .tel_no:before,
.machiya_mdl .shop_info .open_time:before {
	display:block;
	position:absolute;
	left:0; top:8px;
	content:" ";
	width:20px;
	height:20px;
	background-repeat:no-repeat;
	background-size:100% auto; }
.machiya_mdl .shop_info .add:before {
	background-image:url(../image/icon_address.png);}
.machiya_mdl .shop_info .tel_no:before {
	background-image:url(../image/icon_tel.png); }
.machiya_mdl .shop_info .open_time:before {
	background-image:url(../image/icon_time.png); }
.machiya_mdl .shop_info .tel_no a { text-decoration:none; color:#000;}
.machiya_mdl .shop_info .link { padding:0.2em 1.0em 1.0em; }


.machiya_mdl .map { 
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden; }
.machiya_mdl .map iframe,
.machiya_mdl .map object,
.machiya_mdl .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important; }

/* 金澤町家 食めぐり 周遊ツアー */
.machiya_tour_inner {
	margin:1.0em 3.5em; }


.machiya_tour_inner ul {
	width:100%;
	padding:0; }
.machiya_tour_inner li {
	position:relative;
	border-bottom:1px solid #ccc;
	list-style:none;
	background:#f4eae0;
	padding:;}
.machiya_tour_inner li:first-child {
	border-top:1px solid #ccc;}


.machiya_tour_inner > ul > li > .tour_info {
	text-align:left;
	padding:0 .8em 1.4em 1em;
	color:#555;
	line-height:1.8;}

.tour_info .tour_pic .pic_tmn span {
	font-size:0.86em;
	color:#333; }



.machiya_tour_inner li h5 {
	text-indent:-9999px;
	outline:none;
	background-repeat:no-repeat; }





.tour_pic { width:90%; margin:1.5em auto 0; text-align:center;}
.tour_pic div {
	display:inline-block;
	width:230px;
	vertical-align:top;
	line-height:1.4; }
.tour_pic div img { width:100%; }

.tour_info .tour_exp {
	color:#710606;
	padding-bottom:1.5em;}
.tour_info dl {
	margin:0 1.5em;
	border-bottom:1px solid #cecece;}
.tour_info dl:first-of-type { border-top:1px solid #cecece; }

.tour_info dt,
.tour_info dd {
	padding:0.2em 1.2em;
	font-size:0.9em;}
.tour_info dt {
	color:#710606;
	font-weight:700;
	float:left;
	width: 8em;}
.tour_info dd {
	color:#333;
	margin-left:8.5em;}

@media screen and (max-width:400px) { /* max-width:400px [SP] */
	.tour_info dt,
	.tour_info dd { display:block; width:90%; }
	.tour_info dt { float:none; padding:0.5em 0 0 1.0em; }
	.tour_info dd { margin-left:0.5em; }
}



/* 金澤町家 食めぐり 周遊ツアー 内容変更注意書き */

.machiya_event_att {
	border:2px solid #f00;
	padding-bottom:1.5em;
	color: #f00;
}

.machiya_event_att strong { font-weight:bold; }



/* しいのき迎賓館 */

.siinoki_pdf a {
	display:block;
	width:90%;
	margin:0 auto;
	padding:1.2em;
	text-align:center;
	background:#d1c9ff;
	border-radius:5px;
	color:#000;
	text-decoration:none;
	transition: all 0.2s ease; }
		.siinoki_pdf a:hover { background-color:#ddd8ff; }
		.siinoki_pdf a span {
			display:inline-block;
			margin-top:0.8em;
			padding:0.8em;
			font-size:0.9em;
			background-color:#755edd;
			color:#fff;
			border-radius:5px; }
	@media screen and (min-width:1101px)  {
		.siinoki_pdf {
			margin-top:0.5em;
			margin-left:50px;
			width:450px; }  }
	@media screen and (min-width:941px) and (max-width:1100px)  {
		.siinoki_pdf {
			margin-top:0.5em;
			margin-left:30px;
			width:350px; }  }
	@media screen and (min-width:831px) and (max-width:940px)  {
		.siinoki_pdf {
			margin:6.0em auto 0;
			width:400px; }  }
	@media screen and (max-width:830px)  {
		.siinoki_pdf {
			margin:1.0em auto ;
			width:80%; }  }
	@media screen and (max-width:770px)  {
		.siinoki_pdf { font-size:0.9em; }  }
	@media screen and (max-width:400px)  {
		.siinoki_pdf { padding:0.3em 0; width:100%; }  }

.siinokiBar_pic {
	position:relative;
	margin:0 auto;
}

@media screen and (min-width:900px)  {
	.siinokiBar_pic .disp03,
	.siinokiBar_pic .disp04 { position:absolute; }
	.siinokiBar_pic .disp03 { left:0; top:0; }
	.siinokiBar_pic .disp04 { right:0; bottom:0; }
}

@media screen and (min-width:1250px) { /* min-width:1250px [PC] */
	.siinokiBar_pic { width:1000px; height:350px; }
}

@media screen and (min-width:1080px) and (max-width:1249px) { /* min-width:1080px [PC] */
	.siinokiBar_pic { width:800px; height:300px; }
	.siinokiBar_pic .disp03 img,
	.siinokiBar_pic .disp04 img { width:430px; }
}

@media screen and (min-width:900px) and (max-width:1079px) { /* min-width:771px [PC] */
	.siinokiBar_pic { width:700px; height:300px; }
	.siinokiBar_pic .disp03 img,
	.siinokiBar_pic .disp04 img { width:400px; }
}

@media screen and (max-width:900px) { /* max-width:770px [SP] */
	.siinokiBar_pic .disp03,
	.siinokiBar_pic .disp04 { width:100%; margin-bottom:0.5em; }
	.siinokiBar_pic .disp03 img,
	.siinokiBar_pic .disp04 img { width:100%; }
}
@media screen and (min-width:771px) and (max-width:1079px) { /* min-width:771px [PC] */
	.siinokiBar_pic { width:70%; }
}

@media screen and (max-width:770px) { /* max-width:770px [SP] */
	.siinokiBar_pic { width:90%; }
}

/* しいのき迎賓館 スペシャルメニュー枠 */
#sp_menu {
	margin:2.5em 5.0em 0;
	padding:0.5em;
	border: 2px solid #e5e0f9; }

#sp_menu > h4 {
	color:#6457a3;
	border-bottom:2px solid #6457a3 !important; }
#sp_menu .event_data { margin:1.0em 2.0em; }
#sp_menu .event_data th,
#sp_menu .event_data td {
	padding:0.5em 1.0em;
	line-height:1.6;
	border-bottom:1px solid #dedede; }
#sp_menu .event_data th { color:#56498c; white-space:nowrap; }


#sp_menu .event_data tr:first-of-type th,
#sp_menu .event_data tr:first-of-type td {
	border-top:1px solid #dedede; }
#sp_menu .float_R_sp { 
	float:right;
	width:250px;
	padding:1.5em; }
#sp_menu .float_R_sp img {
	width:250px; }




@media screen and (max-width:1000px) { /* max-width:1200px [TB.SP] */
	#sp_menu {
		margin:2.5em 0 0;
		padding:0.5em;
		border: 1px solid #e5e0f9; }
		#sp_menu .event_data th,
		#sp_menu .event_data td {
			display:block;
			text-align:left;}
		#sp_menu .event_data th {
			font-size:0.9em;
			border-bottom:0;
			padding-bottom:0;
			font-weight:bold; }
		#sp_menu .event_data tr:first-of-type td { border-top:0; }
	#sp_menu .float_R_sp { float:none; width:100%; margin:1.0em 0; text-align:center;}

}
@media screen and (min-width:801px) and (max-width:1200px) { /* max-width:1200px [TB.SP] */
		#sp_menu .float_R_sp img { width:250px; }
	}
@media screen and (max-width:800px) { /* max-width:1200px [TB.SP] */
		#sp_menu .float_R_sp img { width:70%; }
	}

/* 協賛事業 */

ol.cooperate { counter-reset:coop_num; }
ol.cooperate li:before {
	counter-increment:coop_num;
	content: counter(coop_num);
	position:absolute;}



ol.cooperate { width:90%; margin:1.5em auto; position:relative; }
ol.cooperate li {
	line-height:1.6;
	border-bottom:1px solid #dedede;
	position:relative; }
ol.cooperate li:first-child { border-top:1px solid #dedede; }
ol.cooperate li:before {
	left:1.2em; top:1.2em;
	display:inline-block;
	font-weight:bold; }
ol.cooperate p { margin:0.5em 1.2em 0.5em 2.5em !important; }
ol.cooperate p.ev_name { 
	text-decoration:none;
	font-weight:bold;
	color:#be0005;
	font-size:1.2em;
 }
ol.cooperate p.date_ol span {
	display:inline-block;
	padding:2px 8px;
	border-radius:3px;
	background:#facad4;
}

ol.cooperate .font_s { font-size:0.86em; }
ol.cooperate li a {
	display:block;
	padding:3px 12px;
	border-radius:3px;
	color:#000;
	text-decoration:none;
	position:relative;
}
ol.cooperate li a:hover {
	color:#000;
	background-color:#ffe8ed; }
ul.normal_lst { margin:1.0em 2.5em; }
ul.normal_lst li {
	list-style-type:disc;
	line-height:1.6;
	margin:0.6em 1.5em; }

ol.cooperate li a .btn_detail {
	position:absolute;
	right:0; top:15px;
	padding:0.5em 1.5em;
	background:#9b0001;
	border-radius:5px;
	color:#fff;
}

ol.cooperate li.end:after {
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	text-align:center;
	content:"この事業は終了しました。";
	line-height:8.0;
	background-color:rgba(255,255,255,0.8);
	font-weight:bold;
}

ol.cooperate li .stop_box {
	padding:3px 12px;
	border-radius:3px;
	color:#000;
	text-decoration:none;
	position:relative;
}

ol.cooperate li .stop,
.coop_mdl .stop {
	font-weight:bold;
	color:#f00;
	font-size:1.0em;
	text-align:center;
	border:2px solid #f00;
	padding:5px 0;
}

ol.cooperate li .btn_stop {
	position:absolute;
	right:0; top:15px;
	padding:0.5em 1.5em;
	background:#999;
	border-radius:5px;
	color:#fff;
}


.map_coop {
	display:block;
	width:520px;
	margin:0 auto; }

.coop_txt {
	font-size:0.86em;
	line-height:1.8;
	padding:0.5em 1.5em 0;
}

.coop_mdl .coop_detail_lst li {
	border-bottom:1px solid #dedede;
	padding:0.5em 1.2em;
	font-size:0.86em;
	line-height:1.8; }
.coop_mdl .coop_detail_lst li strong { font-weight:bold; }
.coop_mdl .coop_detail_lst li strong.name { color:#be0005; font-size:1.08em;}

.coop_mdl .coop_shop_pt {
	margin:1.5em auto;
	font-size:0.86em;
	line-height:1.8;
	padding:1.0em 1.5em;
	background: #ffe27c;
	border-radius:10px;
}
.coop_mdl .coop_shop_pt h4 {
	font-size:1.2em;
	color:#2b0808;
	padding-top:0.5em;
	padding-bottom:0.2em;
	background-image:url(../cooperate/img/musashi_ttl_icon.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:40px;}

.coop_mdl .coop_shop_pt .coop_pic_m { font-size:0.8em; }
.coop_mdl .coop_shop_pt .coop_pic_m img { width:100%; }

.coop_mdl .coop_shop_pt .exp { padding:0.5em 1.5em; }
.coop_mdl .coop_shop_pt .date {
	padding:0.5em 1.5em;
	border-top:1px dotted #2b0808; }
.coop_mdl .coop_shop_pt .address {
	padding:0.5em 1.5em;
	border-top:1px dotted #2b0808;
 }
.coop_mdl .coop_shop_pt .address .name { font-weight:bold; color:#2b0808; }
.coop_mdl .gotoeat_txt {
	text-align:center;
	padding:0.5em 0;
	margin:0.5em 0;
	background:#c99233;
	color:#fff; }


.course_case {
	padding:1em 0;}
.course_case .course_ttl {
	background:#89d5c9;
	margin-bottom:0.5em;
	padding:0.5em 1.0em;
	line-height:1.8; }
.course_case .start,
.course_case .goal {
	font-size:0.86em;
	line-height:1.8; }
.course_case .goal { text-align:right; }

.course_case .route {
	text-align:center;
	padding:1.0em 0;
}
.course_case .route .spot {
	display:inline-block;
	width:9em;
	text-align:center;
	font-size:1.0em;
	margin-right:1.5em;
	padding:0.5em 0;
	background:#facad4;
	border-radius:4px; 
	position:relative;}
	.course_case .route .spot:after {
		position:absolute;
		right:-1.5em; top:0.5em;
		display:inline-block;
		width:1.5em;
		content:"→"; }

.course_case .course_att {
	font-size:0.86em;
	line-height:1.6;
	padding-top:0.8em;
	border-top:1px dashed #ddd;}


@media screen and (min-width:771px) { /* min-width:771px [PC] */

/* モーダルウィンドウ内 */
.coop_mdl h3 {
	font-size:1.2em; font-weight:bold; color:#be0005; line-height:1.6;}
.coop_mdl h3 span { font-weight:normal; font-size:0.85em; }
.coop_mdl .coop_pic,
.coop_mdl .coop_shop_pt .coop_pic_m { width:100%; margin:1.5em auto; text-align:center; }
.coop_mdl .coop_pic img { width:100%; }


.coop_mdl .event_data { margin:1.5em auto; border:2px solid #fff;
	transition:all 0.3s linear;}
.coop_mdl .event_data th,
.coop_mdl .event_data td {
	padding:0.5em 1.0em; line-height:1.6;
	font-size:0.9em;
 }
.coop_mdl .event_data th {
	white-space:nowrap;
	width:10em;
	vertical-align:top;
	font-weight:bold;
	border-bottom:2px solid #be0005; }
.coop_mdl .event_data th:first-of-type { border-top:2px solid #be0005; }

.coop_mdl .event_data td { border-bottom:2px solid #dedede; }
.coop_mdl .event_data td:first-of-type { border-top:2px solid #dedede; }
.coop_mdl .event_data td.tel a { text-decoration:none; color:#000; }

.modaal-container { width:650px; }
.coop_mdl .coop_shop_pt { width:520px; }
.coop_mdl .coop_shop_pt .coop_shop_face {
	float:right;
	margin:0.5em 1.0em 1.0em; }
.coop_mdl .coop_shop_pt .date { margin-right:140px; }
.coop_mdl .coop_shop_pt .mgR_none { margin-right:0px; }

.coop_mdl .coop_shop_pt .address a { text-decoration:none; color:#000; }


} /* min-width:761px [PC] */


@media screen and (max-width:770px) and (min-width:401px) { /* 770px-401px [TB] */
	.coop_mdl .coop_shop_pt .coop_pic_m { width:65%; display:inline-block; margin:0 2% 1.5em; }
	.coop_mdl .coop_shop_pt .coop_shop_face { width:30%;display:inline-block; }
	.coop_mdl .coop_shop_pt .coop_shop_face img { margin-bottom:1.3em; }
}/* 770px-401px [TB] */


@media screen and (max-width:400px)  { /* max-width:400px [SP] */
	.coop_mdl .coop_shop_pt .coop_pic_m { margin-bottom:1.5em; width:100%; display:block; margin:0 auto 1.5em; }
	.coop_mdl .coop_shop_pt .coop_shop_face { width:120px; margin:0 auto; }
	.course_case .course_ttl { font-size:0.86em; }
	.course_case .course_att { font-size:0.8em; }
	.course_case .start,
	.course_case .goal { text-align:center; }
	.course_case .route .spot {
		display:block;
		width:12em;
		margin:0.5em auto 1.5em;
		position:relative; }
	.course_case .route .spot:after {
		position:absolute;
		left:5em; top:2.2em;
		display:block;
		width:1.5em;
		text-align:center;
		content:"↓";
	}


}/* max-width:400px [SP] */


@media screen and (max-width:770px) { /* max-width:770px [SP] */


ol.cooperate li { display:block; border-bottom:0; }
ol.cooperate li p { font-size:0.92em !important; }
ol.cooperate li p.ev_name { font-size:1.08em !important; }
ol.cooperate p { margin: 0.5em !important; }
ol.cooperate p.date_ol { border-bottom:1px solid #cecece; padding-bottom:1.0em; }
ol.cooperate p.date_ol span { display:block; width:5em; text-align:center; margin-bottom:0.5em; }

ol.cooperate li:before {
	position:relative;
	display:block;
	margin:0 0 1.5em;
	padding:0.2em 0;
	width:90%;
	text-align:center;
	background:#e8ef77; }
.map_coop { 
	width:100%;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden; }
.map_coop iframe,
.map_coop object,
.map_coop embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important; }
ol.cooperate li a .btn_detail {
	width:50%;
	margin:0 auto 2.5em !important; }

ol.cooperate li a.gotoeat_icon:before {
	position: absolute;
	left:auto; top:-30px; right:0px; }
.coop_mdl .gotoeat_txt { font-size:0.85em; }


/* モーダルウィンドウ内 */
.modaal-content-container h3 {
	font-size:1.0em; font-weight:bold; color:#be0005; line-height:1.6;}
.modaal-content-container h3 span { font-weight:normal; font-size:0.85em; }
.modaal-content-container .coop_pic { width:100%; margin:1.5em auto; }
.modaal-content-container .coop_pic img { width:100%; }
.modaal-content-container .event_data { margin:1.5em 0; width:100%; border-top:3px solid #dedede; }
.modaal-content-container .event_data th,
.modaal-content-container .event_data td { display:block;}
.modaal-content-container .event_data th { font-weight:bold; padding:1.0em 0.8em 0.3em; color:#be0005; font-size:0.9em; }
.modaal-content-container .event_data td { border-bottom:3px solid #dedede; padding:0.3em 0.8em 1.0em ; line-height:1.6; font-size:0.9em; word-break:break-all; }

.modaal-container { width:100%; }

.coop_mdl .coop_detail_lst li { font-size: 0.8em; }
.coop_mdl .coop_shop_pt { width:100%;	font-size:0.8em; }

.coop_mdl .coop_shop_pt .exp,
.coop_mdl .coop_shop_pt .date,
.coop_mdl .coop_shop_pt .address { padding:0.5em; }

} /* max-width:760px [SP] */


@media screen and (max-width:1079px) { /* max-width:1079px [SP or TB] */

ol.cooperate li a .btn_detail {
	position:relative; top:0;
	display:block;
	width:230px;
	font-size:0.86em;
	text-align:center;
	margin:1.0em auto !important; }


/* 金澤町家 食めぐり 周遊ツアー */
.machiya_tour_inner h5 { display:block;width:100%; }
.machiya_tour_inner h5 img { width:100%; max-width:700px; }

} /* max-width:1079px [SP or TB] */


/* 金沢の味レシピ */

a.btn { 
    display: inline-block;
    background: #a52d33;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    text-align: center;
    text-decoration: none;
    color: #fff;
 }
a:hover.btn { 
	background: #ffc6c9;
  color: #000;
  transition: all 0.2s ease;
 }

a.recipe_b {
	width:380px;
}
a.recipe_b span {
	font-size:1.3em;
}
@media screen and (max-width:600px) { 
	a.recipe_b {
		width:90%;
	}
	a.recipe_b span {
		font-size:1.2em;
	} }

/* レシピ動画未着リンク */
span.btn_r_ready { 
    display: inline-block;
    background: #ccc;
    border-radius: 5px;
    padding: 0.5em 1.5em;
    text-align: center;
    text-decoration: none;
    color: #fff;
		width:380px;
		font-size:1.3em;
 }

@media screen and (max-width:600px) { 
	span.btn_r_ready { 
		width:90%;
	} }

a.yt_link {
	width:600px;
  display: inline-block;
  border-radius: 5px;
  padding: 0.8em 1.5em;
	text-align:center;
  text-decoration: none;
	font-size:1.25em;
	background:#fff;
	color:#a52d33;
	border:2px solid #a52d33;
  transition: all 0.2s ease;
}

a:hover.yt_link {
  background: #a52d33;
	color:#fff;
}

@media screen and (max-width:800px) { 
	a.yt_link { 
		width:90%;
	} }


.top_read {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.3em;
	font-weight:bold;
	color:#be0005;
}

.recipe_point {
	border-radius:10px;
	margin: 30px 1.5em 1.0em;
	padding:1.5em 2.0em;
	position:relative;
	border:3px solid #f37e17;
	line-height:1.8;
}
@media screen and (max-width:780px) { 
	.recipe_point {
		font-size:0.86em;
	} }

.point_jibuni:before {
	display:block;
	content:" ";
	width:350px;
	height:44px;
	background:url(../recipe/image/icon_point_jibuni.png);
	background-repeat:no-repeat;
	position:absolute;
	left:15px; top:-20px; }


.point_kaburazushii:before {
	display:block;
	content:" ";
	width:350px;
	height:44px;
	background:url(../recipe/image/icon_point_kaburazushi.png);
	background-repeat:no-repeat;
	position:absolute;
	left:15px; top:-20px;
}

@media screen and (max-width:600px) {
	.point_jibuni:before,
	.point_kaburazushii:before {
		width:275px;
		background-size:275px auto;
		left:10px; top:-20px;
	} }

.point_goroujima:before {
	display:block;
	content:" ";
	width:175px;
	height:44px;
	background:url(../recipe/image/icon_point.png);
	position:absolute;
	left:15px; top:-20px;
}



.mov_rwd {
  position:relative;
  width:90%;
  padding-top:50.625%;
	margin:1.5em auto;
}

.mov_rwd iframe {
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}



/* アクセス */

.access_map { margin:1.5em auto; width:700px; }
.access_map img { width:100%; }


/* TP_nvSec（NEW） */

.bnr_flx_cnt {
	display:flex;
	width:700px;
	justify-content:center;
	flex-wrap:wrap;
	margin:1.5em auto;
}

.bnr_flx_cnt .bnr_box {
	width:325px;
	height:90px;
	margin:0 10px 1.5em;
	box-sizing:border-box;
	box-shadow: 5px 5px #ccc;
}

.bnr_flx_cnt .bnr_box.txt_link {
	text-align:center;
}
.bnr_flx_cnt .bnr_box.txt_link a {
	position:relative;
	display:block;
	background-color:#fff;
	height:90px;
	padding-top:2.3em;
	font-size:1.08em;
	box-sizing:border-box;
	text-decoration:none;
	color:#333;
	transition:0.2s ease; }
.bnr_flx_cnt .bnr_box.txt_link a:hover {
	background-color:#ffd3d6; }

.bnr_flx_cnt .bnr_box.txt_link a:before,
.bnr_flx_cnt .bnr_box.txt_link span:before {
	display:inline-block;
	content:" ";
	width:12px; height:14px;
	position:absolute;
	left:35px; top:38px;
	background-image:url(../image/tp_icon_arrow.png);
}

/* TOP関連企業ボタン　リンク停止用　span置き換え */
.bnr_flx_cnt .bnr_box.txt_link span {
	position:relative;
	display:block;
	background-color:#eee;
	height:90px;
	padding-top:2.3em;
	font-size:1.08em;
	box-sizing:border-box;
}
/* TOP関連企業ボタン　リンク停止用　span置き換え */


@media screen and (max-width:770px) { 
	.bnr_flx_cnt { width:80%; }
}



@media screen and (min-width:1080px) { /* min-width:1080px [PC] */
#HD {	height:165px; }

  #HD #HD_wrapper {
		width:1080px;
		margin:0 auto; }
    #HD .attention_top {
		left:320px; top:15px;
		padding:10px 0;
		width:500px;
		border:2px solid #be0005;}

  #HD .NV {
		padding-top:110px;
		width:1070px;
		margin:0 auto;}

  #HD .NV li {
position:relative;
		display:inline-block;
		font-size:18px;
		margin-right:4px;}
  #HD .NV li a {
		display:block;
		border-radius:3px;
		padding:9px 18px;
		text-decoration:none;
		color:#000;}
  	#HD .NV li:hover ul.sub li{ height: 53px; }

#TP_kv {
	background: linear-gradient(135deg,  #aecbb6 0%,#ddc785 100%);}

#TP_kv .wrapper {
	width:100%;
	max-width:1400px;
	height:0;
	margin:0 auto;
	background: url(../image/kv_pc.png) 0 0 no-repeat;
	background-size:contain;
	padding-top:37.28%; }

/* gMenu_cnt */
#gMenu_cnt {
	width:1070px;
	margin: 0 auto;
	padding-top:50px; }
	#gMenu_cnt #gMenu div:nth-child(4) { margin-right:0; }
	#gMenu_cnt #gMenu div.b_cal { margin-right:0; }
	#gMenu_cnt #gMenu div {
		display:inline-block;
		width:245px;
		height:200px;
		margin-right:22px;
		margin-bottom:28px;
		font-size:18px;
		font-weight:bold;
		vertical-align:top; }
	#gMenu_cnt #gMenu div.b_ev a {
		display:block;
		padding-top:133px;
		text-align:center;
		text-decoration:none;
		color:#000; }
	#gMenu_cnt #gMenu div.b_cal {
		position:relative;
		width:245px;
		height:200px;
		box-sizing:border-box;
		border:3px solid #e9e9e9; }
	#gMenu_cnt #gMenu div.b_conf {
		position:relative;
		width:245px;
		height:200px;
		box-sizing:border-box; }

/* TP_news */
#TP_news {
	width:1070px;
	margin: 0 auto;
	font-size:18px;
	padding-top:50px;
	padding-bottom:45px;  }

  #TP_news .text {
		width:850px;
    margin: 0; }

/* TP_nvSec */


/* SNSバナーへ変更後、以下削除 */
	#TP_nvSec #TP_nvSec_w {
		position:relative;
		width:1070px;
		margin: 0 auto; }
		#TP_nvSec #TP_nvSec_w:after {
  	  content:" ";
  	  display:block;
  	  clear:both; }
	#TP_nvSec #Food_facebook {
		width:655px;
		float:left;
		background-color:#3b5998; }
		#TP_nvSec #Food_facebook #inner_box {
			width:500px;
			margin:10px auto ; }

	#TP_nvSec .nvSec_cnt {
		width:385px;
		height:540px;
		float:right; }
		#TP_nvSec .nvSec_cnt .nvSec_btn {
			position:absolute;
			right:20px; top:0px;}
		#TP_nvSec .nvSec_cnt .bnr_jr {
			position: absolute;
			right:20px; top:390px ;
			width:320px; }
		#TP_nvSec .nvSec_cnt .bnr_gokan {
			position: absolute;
			right:170px; top:445px ;
			width:169px; }
		#TP_nvSec .nvSec_cnt .bnr_beyond2020 {
			position: absolute;
			right:20px; top:445px ;
			width:140px; }
/* SNSバナーへ変更後、ここまで削除 */




	#TP_inq .inq_tel {
		width:880px;
		margin: 40px auto 0;
		border:5px solid #f9e8e8; }
	#TP_inq .inq_tel a:before {
    content: " ";
    background: url(../image/top_icon_tel.png) 0 0 no-repeat;
    display: block;
		width:46px;
		height:53px;
		position:absolute;
		left:220px; top:10px;}

	#TP_inq .inq_tel a.mail_link {
		display:inline-block;
		font-size:1.08em;
		font-weight:normal;
		cursor:pointer;
		padding:5px 0 10px; }
	#TP_inq .inq_tel a.mail_link:before { display:none; }
	#TP_inq .inq_tel a.mail_link:hover {
		color:#b71515;
		text-decoration:underline; }


	#FT .wrapper { width:1070px; height:225px; }


/* calendar */

	#P_area .cnt_box .calendar_img_box {
		width: 1194px;
		margin: 15px auto;}
	#P_area .cnt_box .calendar_img_box img { width:100%; }

@media screen and (max-width:1450px) { 
	#P_area .cnt_box .calendar_img_box {
		width: 100%;
		margin: 15px auto;}
	#P_area .cnt_box .calendar_img_box img { width:100%; }
}


/* 終了しました */

	#end_txt,#imp_txt {
		width:800px;
		margin:15px auto 0;}
	#P_area #wrapper .w1000 { width:900px; margin:1.0em auto; }


#P_area .cnt_box #opening_kv {
	width:780px; margin:1.0em auto; }
#P_area .cnt_box #opening_pic { margin-bottom:2.0em; }

#P_area .cnt_box #page_kv {
	width:900px; margin:1.0em auto; }


/* 金澤老舗よもやま話 */

#P_area .cnt_box table.yomoyama_lst {
	width:90%;
	margin:1.0em auto; }

#P_area .cnt_box table.yomoyama_lst th,
#P_area .cnt_box table.yomoyama_lst td {
	padding:8px 16px;
	line-height:1.8;
	border-bottom:1px solid #dedede; }
#P_area .cnt_box table.yomoyama_lst th.top_sltn {
	border-top:2px solid #be0005;
	border-bottom:1px solid #dedede;
	font-size:0.86em;
	font-weight:normal;
	color:#000;
}



#P_area .cnt_box table.yomoyama_lst td strong { font-weight: bold; }

#P_area .cnt_box table.yomoyama_lst th {
	color:#7f7a54;
	font-weight:bold; }
#P_area .cnt_box table.yomoyama_lst th.date span { font-weight:normal; font-size:0.9em; }
#P_area .cnt_box table.yomoyama_lst td.seminar .cate { color:#827a35; }
#P_area .cnt_box table.yomoyama_lst td.seminar .seminar_title {  }
#P_area .cnt_box table.yomoyama_lst td.seminar .fee { color:#c40005; font-size:1.2em; }
#P_area .cnt_box table.yomoyama_lst td.capacity,
#P_area .cnt_box table.yomoyama_lst td.shop { text-align:center; vertical-align:middle; font-weight:bold; }
#P_area .cnt_box table.yomoyama_lst td.capacity .cate,
#P_area .cnt_box table.yomoyama_lst td.shop .cate { display:none; }
#P_area .cnt_box table.yomoyama_lst td.detail { vertical-align:middle; }
#P_area .cnt_box table.yomoyama_lst td a {
	display:block;
	background:#a52d33;
	border-radius:5px;
	padding:0.5em 1.5em;
	text-align:center;
	text-decoration:none;
	color:#fff; }
#P_area .cnt_box table.yomoyama_lst td a:hover {
	background:#ffc6c9;
	color:#000;
	transition: all 0.2s ease; }
#P_area .cnt_box table.yomoyama_lst th.date {
	white-space:nowrap;
	vertical-align:middle; }


/* 金澤町家 食めぐり 周遊ツアー詳細アリの時表示 */
.machiya_tour_inner li h5 {
	width:700px;
	height:67px; }
.machiya_tour_inner li h5.zaimoku_tour {
	background-image:url(../machiya/img/tour/ttl_pc_zaimoku.png);}
.machiya_tour_inner li h5.kanazawaSt_tour {
	background-image:url(../machiya/img/tour/ttl_pc_kanazawaSt.png);}
.machiya_tour_inner li h5.nagamachi_tour {
	background-image:url(../machiya/img/tour/ttl_pc_nagamachi.png);}
.machiya_tour_inner li h5.satomi_tour {
	background-image:url(../machiya/img/tour/ttl_pc_satomi.png);}
.machiya_tour_inner li h5.owari-oote_tour {
	background-image:url(../machiya/img/tour/ttl_pc_owari-oote.png);}
.machiya_tour_inner li h5.ootemachi_tour {
	background-image:url(../machiya/img/tour/ttl_pc_oote.png);}
.machiya_tour_inner li h5.higashiyama_tour {
	background-image:url(../machiya/img/tour/ttl_pc_higashiyama.png);}
.machiya_tour_inner li h5.kakinoki_tour {
	background-image:url(../machiya/img/tour/ttl_pc_kakinoki.png);}
.machiya_tour_inner li h5.owari_tour {
	background-image:url(../machiya/img/tour/ttl_pc_owari.png);}

} /* min-width:1080px [PC] */




@media screen and (min-width:771px) and (max-width:1079px) { /* 771px - 1079px [PC] */
#HD {	height:175px; }

  #HD #HD_wrapper {
		width:750px;
		margin:0 auto; }
    #HD .attention_top {
		left:0; top:80px;
		padding:10px 0;
		width:350px;
		font-size:14px;
		border:2px solid #be0005;}
  #HD .NV {
		padding-top:130px;
		width:700px;
		margin:0 auto;}

  #HD .NV li {
position:relative;
		display:inline-block;
		font-size:16px;
		margin-right:4px;
		margin-bottom:5px;}
  #HD .NV li a {
		display:block;
		border-radius:3px;
		padding:9px 12px;
		text-decoration:none;
		color:#000;}
  	#HD .NV li:hover ul.sub li{ height: 48px; }

#TP_kv {
	background: linear-gradient(135deg,  #aecbb6 0%,#ddc785 100%);}

#TP_kv .wrapper {
	width:100%;
	height:0;
	margin:0 auto;
	background: url(../image/kv_pc.png) 0 0 no-repeat;
	background-size:contain;
	padding-top:37.28%; }

/* gMenu_cnt */
#gMenu_cnt {
	width:770px;
	margin: 0 auto;
	padding-top:50px; }
	#gMenu_cnt #gMenu div:nth-child(3n) { margin-right:0; }
	#gMenu_cnt #gMenu div {
		display:inline-block;
		width:238px;
		height:200px;
		margin-right:20px;
		margin-bottom:28px;
		font-size:18px;
		font-weight:bold;
		vertical-align:top; }
	#gMenu_cnt #gMenu div.b_ev a {
		display:block;
		padding-top:133px;
		text-align:center;
		text-decoration:none;
		color:#000; }
	#gMenu_cnt #gMenu div.b_conf{
		position:relative;
		width:238px;
		height:200px;
		box-sizing:border-box; }
	#gMenu_cnt #gMenu div.b_cal {
		position:relative;
		width:238px;
		height:200px;
		box-sizing:border-box;
		border:3px solid #e9e9e9; }

/* TP_news */
#TP_news {
	width:770px;
	margin: 0 auto;
	font-size:18px;
	padding-top:50px;
	padding-bottom:45px;  }

  #TP_news .text {
		width:550px;
    margin: 0; }

/* TP_nvSec */

/* SNSバナーへ変更後、以下削除 */

	#TP_nvSec #TP_nvSec_w {
		position:relative;
		width:770px;
		margin: 0 auto; }
		#TP_nvSec #TP_nvSec_w:after {
  	  content:" ";
  	  display:block;
  	  clear:both; }
	#TP_nvSec #Food_facebook {
		max-width:500px;
		width:auto;
		margin:10px auto 0;
		background-color:#3b5998; }
		#TP_nvSec #Food_facebook #inner_box {
			width:500px;
			margin:10px auto ; }
	#TP_nvSec .nvSec_cnt {
		width:385px;
		height:540px;
		margin: 0 auto; }
		#TP_nvSec .nvSec_cnt .nvSec_btn {
			position:relative;
			width:320px;
			margin:15px auto 0;}
		#TP_nvSec .nvSec_cnt .bnr_jr {
			position:relative;
			width:320px;
			margin: 10px auto 0; }
		#TP_nvSec .nvSec_cnt .bnr_gokan {
			position:absolute;
			left:225px; bottom:5px; }
		#TP_nvSec .nvSec_cnt .bnr_beyond2020 {
			position:absolute;
			right:225px; bottom:5px; }
/* SNSバナーへ変更後、ここまで削除 */

	#TP_inq .inq_tel {
		width:700px;
		margin: 40px auto 0;
		border:5px solid #f9e8e8; }
	#TP_inq .inq_tel a:before {
    content: " ";
    background: url(../image/top_icon_tel.png) 0 0 no-repeat;
    display: block;
		width:46px;
		height:53px;
		position:absolute;
		left:130px; top:10px;}

	#FT .wrapper { width:770px;  height:280px;}

/* calendar */
	#P_area .cnt_box .calendar_box {
		width: 650px;
		margin: 15px auto;}
	#P_area .cnt_box .calendar_box .inner {
		position: relative;
		padding-bottom: 75%; 
		height: 0; }
	#P_area .cnt_box .calendar_box .inner iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;}
	#P_area .cnt_box .calendar_img_box {
		width: 100%;
		margin: 15px auto;}
	#P_area .cnt_box .calendar_img_box img { width:100%; }


/* 終了しました */

	#end_txt,#imp_txt {
		width:800px;
		margin:15px auto 0;}





#P_area .cnt_box #opening_kv {
	width:100%; margin:1.0em auto; }
#P_area .cnt_box #opening_kv img { width:100%; }

/* 雪見のうたげ */
#P_area .cnt_box #page_kv {
	width:100%; margin:1.0em auto; }
#P_area .cnt_box #page_kv img { width:100%; }

.yukimi_inner {	width:650px; }
.yukimi_inner .flt_L {
	width:320px; }

.map_cont_yukimi {
	display:block;
	width:280px;
	margin:0;
	position: relative;
	padding-bottom: 33.25%;
	height: 0;
	overflow: hidden; }
.map_cont_yukimi iframe,
.map_cont_yukimi object,
.map_cont_yukimi embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }



/* 金澤老舗よもやま話 */

#P_area .cnt_box table.yomoyama_lst {	width:90%; margin:1.0em auto;}
#P_area .cnt_box table.yomoyama_lst th.top_sltn { display:none; }
#P_area .cnt_box table.yomoyama_lst th {
	display:block;
	color:#7f7a54;
	font-weight:bold;
	padding:0.8em; }
#P_area .cnt_box table.yomoyama_lst td {
	display:block;
	line-height:1.6; }
#P_area .cnt_box table.yomoyama_lst td strong { font-weight: bold; }
#P_area .cnt_box table.yomoyama_lst th.date { padding-top:0.8em;
	 border-top:3px solid #dedede;
	 border-bottom:3px solid #dedede; }
#P_area .cnt_box table.yomoyama_lst th.date span { font-weight:normal; padding-left:1.0em; }
#P_area .cnt_box table.yomoyama_lst th.date .sp { display:none; }
#P_area .cnt_box table.yomoyama_lst td.seminar { padding-left:1.5em ;padding-top:0.5em; }
#P_area .cnt_box table.yomoyama_lst td.capacity {
	padding-left:1.5em ; font-weight:700;}
#P_area .cnt_box table.yomoyama_lst td.shop { padding-left:1.5em ; }
#P_area .cnt_box table.yomoyama_lst td .cate { color:#827a35; }
#P_area .cnt_box table.yomoyama_lst td.capacity .cate { font-weight:normal; }
#P_area .cnt_box table.yomoyama_lst td.seminar .fee { color:#c40005; font-size:1.2em; }
#P_area .cnt_box table.yomoyama_lst td a {
	display:block;
	width:60%;
	background:#a52d33;
	border-radius:5px;
	margin:0 auto;
	padding:0.8em 0;
	text-align:center;
	text-decoration:none;
	color:#fff; }
#P_area .cnt_box table.yomoyama_lst td.detail { padding-top:0.5em; padding-bottom:1.5em; }



/* 金澤町家 食めぐり 周遊ツアー */
.tour_pic div { width:32%; }

.machiya_tour_inner li h5 {
	width:500px;
	height:48px;
	background-size:100% auto; }
.machiya_tour_inner li h5.zaimoku_tour {
	background-image:url(../machiya/img/tour/ttl_pc_zaimoku.png);}
.machiya_tour_inner li h5.kanazawaSt_tour {
	background-image:url(../machiya/img/tour/ttl_pc_kanazawaSt.png);}
.machiya_tour_inner li h5.nagamachi_tour {
	background-image:url(../machiya/img/tour/ttl_pc_nagamachi.png);}
.machiya_tour_inner li h5.satomi_tour {
	background-image:url(../machiya/img/tour/ttl_pc_satomi.png);}
.machiya_tour_inner li h5.owari-oote_tour {
	background-image:url(../machiya/img/tour/ttl_pc_owari-oote.png);}
.machiya_tour_inner li h5.ootemachi_tour {
	background-image:url(../machiya/img/tour/ttl_pc_oote.png);}
.machiya_tour_inner li h5.higashiyama_tour {
	background-image:url(../machiya/img/tour/ttl_pc_higashiyama.png);}
.machiya_tour_inner li h5.owari_tour {
	background-image:url(../machiya/img/tour/ttl_pc_owari.png);}

/* アクセス */
.access_map { width:90%; }

} /* 771px - 1079px [PC] */




@media screen and (min-width:771px) { /* min-width:771px [PC] */

/* HD */

  #HD .hd_logo {
    position: absolute;
    top: 25px;
    left: 0px;
    margin: 0;
    padding: 0; }
    #HD .hd_logo a {
      width: 293px;
      height: 47px; }
    #HD .hd_logo:before {
			top:-10px; right:-90px;
			width:80px; height:80px; }

#HD #HD_wrapper .hd_home,
#HD #HD_wrapper .hd_toggle { display:none; }
#HD #HD_wrapper .hd_nv {
	position:absolute;
	right:0px; top:20px;
	vertical-align:middle; }
#HD #HD_wrapper .hd_nv li {
	display:inline-block;
	height: 35px;
	text-align:right;}
#HD #HD_wrapper .hd_nv li a {
	position:relative;
	display:block;
	padding:9px 10px 8px 0;
	font-size:13.5px;
	color:#333;
	text-decoration:none; }

#HD #HD_wrapper .hd_nv li a:hover {
	background-color:#ffc6c9;
	color:#000;
	transition: all 0.2s ease; }

    #HD .hd_english a {
			width:130px;
      background: url(../image/hd_icon_eng.png) 5px center no-repeat; }


    #HD .hd_access a {
			width:90px;
      background: url(../image/hd_icon_access.png) 9px center no-repeat; }
    #HD .hd_tel {
			position:absolute;
			right:0px; top:65px;
			width:230px;
			height:60px; }
    #HD .hd_tel a {
			display:block;
			width:230px; height:60px;
      font-size:1.42em;
      border:3px solid #f9e8e8;
			box-sizing:border-box; }
    #HD .hd_tel a:before {
   		content: " ";
   		background: url(../image/hd_icon_tel.png) 0 0 no-repeat;
    	display: block;
			width:46px;
			height:53px;
			position:absolute;
			left:10px; top:8px;}

    #HD .hd_tel a span.s_txt {
			display:block;
			position:absolute;
			left:15px; top:40px;}

  #HD .NV li { position:relative; }
  #HD .NV li.on a { background-color:#be0005; color:#fff; }
  #HD .NV li a:hover { background-color:#ffc6c9; color:#000; transition: all 0.2s ease; }
  #HD .NV li.on .sub li a { color:#000; }
  #HD .NV li:first-child a { padding-left:35px; }
  #HD .NV li:first-child::before {
	display:block;
	width:20px; height:20px;
	content: " ";
	position:absolute;
	left:9px; top:6px;
	background:url(../image/icon_home.png) 0 0 no-repeat;
	background-size:20px auto;}
  #HD .NV li.on:first-child::before {background-image:url(../image/icon_home_on.png);}
  #HD .NV li.pc { display: none; }

/* グローバルメニューリンク停止用（イベントカレンダー）
  #HD .NV > ul > li:nth-child(4)::after {
		display:block;
		width: 100%;
		height: 100%;
		content: ' ';
		position:absolute;
		left:0; top:0;
		background-color:rgba(255,255,255,0.7);}
/* グローバルメニューリンク停止用（イベントカレンダー） */

  #HD .NV li ul.sub {
		display:block;
	  position: absolute;
	  top: 100%;
	  left: 0;
	  visibility: hidden;
	  opacity: 0;
	  transition: 0s;
		z-index:1;}
  	#HD .NV li ul.sub li {
			position:relative;
  		overflow: hidden;
  		width: 330px;
  		height: 0;
  		color: #fff;
  		-moz-transition: .2s;
  		-webkit-transition: .2s;
  		-o-transition: .2s;
  		-ms-transition: .2s;
  		transition: .2s;}
  	#HD .NV li ul.sub li a {
			font-size:16px;
			background-color:#fff;
			padding:1.1em 1.5em;
			border:1px solid #f9e8e8;
		  visibility: hidden;
		  opacity: 0;
		  transition: .5s;}
  	#HD .NV li ul.sub li:first-child::before { background:none; }/*homeアイコン対策*/


/* グローバルメニュー　下階層リンク停止用  
  	#HD .NV li ul.sub li:nth-child(5)::after,
  	#HD .NV li ul.sub li:nth-child(6)::after,
  	#HD .NV li ul.sub li:nth-child(7)::after {
			display:block;
			width: 100%;
			height: 100%;
			content: ' ';
			position:absolute;
			left:0; top:0;
			background-color:rgba(255,255,255,0.7);}
/* グローバルメニュー　下階層リンク停止用 */

/* グローバルメニュー　下階層リンク停止用 期日まで削除 
	  #HD .NV li ul.sub li:nth-child(5) { display:none; } /*金沢の味レシピ 
	  #HD .NV li ul.sub li:nth-child(6) { display:none; } /*SNSでもフードピア 
	  #HD .NV li ul.sub li:nth-child(7) { display:none; } /*協賛事業 */
/* グローバルメニュー　下階層リンク停止用 期日まで削除 */


  #HD .NV li:hover ul.sub {
	  visibility: visible;
	  opacity: 1; }
  	#HD .NV li:hover ul.sub li{
			overflow: visible; }
  	#HD .NV li:hover ul.sub li a {
		  visibility: visible;
		  opacity: 1; }
  	#HD .NV li ul.sub li a:hover { background-color:#ffc6c9; color:#000; transition: all 0.2s ease; }



/* TP_kv */
#TP_kv { max-height:522px; }


/* gMenu_cnt */

	#gMenu_cnt h3 {
		display:block;
		width:146px; height:48px;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
		margin:0 auto;
		background: url(../image/top_ttl_event.png) 0 0 no-repeat; }
	#gMenu_cnt #gMenu { padding-top:45px; }
	#gMenu_cnt #gMenu div { position:relative; }
	#gMenu_cnt #gMenu div.b_ev a:hover { opacity:0.7; transition: all 0.2s ease; }

	#gMenu_cnt #gMenu div.b_ev a span { display:block; padding:4px 0; }
	#gMenu_cnt #gMenu div.b_ev a span.S { font-size:13px; }
	#gMenu_cnt #gMenu div.b_ev a .txt { display:table-cell; height:65px; vertical-align:middle; }


/* トップページボタン イベント中止　リンク停止用（よもやま、雪見）
	#gMenu_cnt #gMenu div.b_ev:nth-child(1)::after,
	#gMenu_cnt #gMenu div.b_ev:nth-child(2)::after {
		position:absolute;
		left:0; top:0;
		content: " ";
		text-align:center;
		width:100%;
		height:100%;
		background-image:url(../image/icon_stop.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-color:rgba(255,255,255,0.6);}
/* トップページボタン イベント中止　リンク停止用（よもやま、雪見）  */

/* トップページボタン・近日公開予定　リンク停止用 （お家でもフードピア、インスタ、協賛事業）
	#gMenu_cnt #gMenu div.b_ev:nth-child(5)::after,
	#gMenu_cnt #gMenu div.b_ev:nth-child(6)::after,
	#gMenu_cnt #gMenu div.b_ev:nth-child(7)::after {
		position:absolute;
		left:0; top:0;
		content: " ";
		width:100%;
		height:100%;
		background-image:url(../image/icon_uc.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-color:rgba(255,255,255,0.6);}
/* トップページボタン・近日公開予定　リンク停止用 （お家でもフードピア、インスタ、協賛事業）*/


	#gMenu_cnt #gMenu div.b_conf a {
		display:block;
		height:200px;
		text-align:center;
		text-decoration:none;
		color:#000;
		background:#ddf1ef; }
	#gMenu_cnt #gMenu div.b_conf a:hover { opacity:0.7; transition: all 0.2s ease; }

	#gMenu_cnt #gMenu div.b_conf a:before {
   	content: " ";
   	background: url(../image/top_icon_confirm.png) 0 0 no-repeat;
   	display: block;
		width:100px;
		height:86px;
		position:absolute;
		left:70px; top:15px; }

		#gMenu_cnt #gMenu div.b_conf .txt {
			position:absolute;
			left:0; top: 110px;
			height:auto;
			line-height:1.3em; }


	#gMenu_cnt #gMenu div.b_cal a {
		display:block;
		height:200px;
		text-align:center;
		text-decoration:none;
		color:#000; }
	#gMenu_cnt #gMenu div.b_cal a:hover { opacity:0.7; transition: all 0.2s ease; }

	#gMenu_cnt #gMenu div.b_cal a:before {
   	content: " ";
   	background: url(../image/top_icon_calendar.png) 0 0 no-repeat;
   	display: block;
		width:130px;
		height:90px;
		position:absolute;
		left:55px; top:35px; }

		#gMenu_cnt #gMenu div.b_cal .txt {
			position:absolute;
			left:0; top: 155px;
			height:auto; }

/* トップページボタン　イベントカレンダー・近日公開予定　リンク停止用 
	#gMenu_cnt #gMenu div.b_cal::after {
		position:absolute;
		left:0; top:0;
		content: " ";
		width:100%;
		height:100%;
		background-image:url(../image/icon_uc.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-color:rgba(255,255,255,0.6);}
/* トップページボタン　イベントカレンダー・近日公開予定　リンク停止用 */

/* #TP_news */

	#TP_news h3 {
		display:block;
		width:146px; height:47px;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
		margin:0 auto;
		background: url(../image/top_ttl_news.png) 0 0 no-repeat; }
	#TP_news .wrapper {
		display:table;
		width: 100%;
  	padding: 15px 0 0;
		min-height: 180px; }
  #TP_news ul {
    margin: 0 0 40px;
    padding: 0;
    max-height: 270px;
    overflow-y: auto; }
  #TP_news li {
    margin: 3px 0;
    padding: 16px;
		border-bottom:1px dotted #cecece;}
  #TP_news p {
    display: inline-block; vertical-align:top; line-height:1.6; }
  #TP_news .date {
		width:110px;
    margin: 0 40px 0 0; }

  #TP_news .text a { text-decoration:none; color:#be0005; }
  #TP_news .text a:hover { color:#00a0dd; transition: all 0.2s ease; }
	#TP_news a.btn_all {
		display:block;
		width:210px;
		margin:0 auto;
		color:#fff;
		text-decoration:none;
		padding:15px 0 12px 90px;
		background: url(../image/top_news_arrow.png) #be0005 200px center no-repeat; }
	#TP_news a.btn_all:hover { opacity:0.5; transition: all 0.2s ease; }

/* #TP_nvSec */
#TP_nvSec {
	width:100%;
	padding:15px 0;
	background: url(../image/fb_bg.jpg) #eff0f2; }


/* #TP_inq */
#TP_inq { padding:45px 0 95px; text-align:center; }
	#TP_inq h3 {
		display:block;
		width:218px; height:47px;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
		margin:0 auto 40px;
		background: url(../image/top_ttl_inquiry.png) 0 0 no-repeat; }

	#TP_inq .inq_tel a {
		position:relative;
		display:block;
		padding:15px 0;
		color:#626262;
		text-decoration:none;
		font-weight:bold;
		font-size:42px; }

	#TP_inq .inq_tel a p {
		padding:15px 0 0;
		font-weight:normal;
		font-size:18px; }


/* #FT */
#FT {
	background:#b30b10;
	background: linear-gradient(#b30b10, #ca482d); color:#fff;}
	#FT .wrapper {
		position:relative;
		margin:0 auto; }
	#FT .wrapper address {
		position:absolute;
		left:10px; top:45px; }
		#FT .wrapper h1 {
			font-size:20px;
			font-weight: bold;
			margin-bottom:20px;
			padding:10px 0 10px 60px;
			background:url(../image/ft_icon.png) left center no-repeat;}
		#FT .wrapper h1 p.sub {
			font-size:13px;
			font-weight: normal;
			margin-top:5px;}
		#FT .wrapper p.add {
			font-size:14px;
			line-height:1.4;
			margin-top:5px;}
	#FT .wrapper nav {
		position:absolute;
		left:470px; top:45px;
		border-left:1px solid #d98588; }
	#FT .wrapper nav:after {
  	  content:" ";
  	  display:block;
  	  clear:both; }

		#FT .wrapper nav li {
			margin-left:65px;
			float:left; }
		#FT .wrapper nav li a {
			color:#fff;
			font-size:14px;
			line-height:1.6;
			text-decoration:none; }
		#FT .wrapper nav li span {
			color:#e57a84;
			font-size:14px;
			line-height:1.6;}

		#FT .wrapper nav li a:hover { opacity:0.5; transition: all 0.2s ease; }
	#FT .copyright {
			font-size:12px;
			text-align:right;
			padding:0 15px 20px; }

/* #P_area */

#P_area {
	padding:2.5em 0;
	border-top:8px solid #d98588; }
#P_area #wrapper {
	width:85%;
	max-width:1200px;
	margin:0 auto;
}

	#P_area #wrapper p { margin:1.5em 2.0em 0; line-height:1.8; }
	#P_area #wrapper p.attention { margin:1.5em 4.0em 0; font-size:14px; }

	#P_area #wrapper .cnt_box { padding-top:15px; }

/* page_contents */

p.img_fltR img { width:100%; }
p.img_fltR {
	margin-top:0 !important;
	float:right;
	width:500px;}

p.img_fltL img { width:100%; }
p.img_fltL {
	margin-top:0 !important;
	float:left;
	width:500px;}

p.img_fltR.w_400,
p.img_fltL.w_400 { width:400px; }

p.img_fltR.w_300,
p.img_fltL.w_300 { width:300px; }

@media screen and (max-width:1200px) { 
	p.img_fltR.tc_sp {
		float:none;
		width:400px;
		margin:0 auto !important; }
}

@media screen and (max-width:460px) { 
	p.img_fltR.tc_sp { width:80%; }
}

/* table */

#P_area .cnt_box table.history {
	margin:1.0em 2.0em;
	border-top:3px solid #f9e8e8;}
#P_area .cnt_box table.history th,
#P_area .cnt_box table.history td {
	padding:8px 16px;
	line-height:1.8;
	border-bottom:1px solid #dedede; }
#P_area .cnt_box table.history td.year { white-space:nowrap; }

/* link */
#P_area .cnt_box ul.link { margin-left:40px; margin-bottom:40px; }
#P_area .cnt_box ul.link:after {
  	  content:" ";
  	  display:block;
  	  clear:both; }
#P_area .cnt_box ul.link li {
	padding:5px ;
	width:350px;
	float:left;
}

/* 全般テーブル */

#P_area .cnt_box .event_data { margin:1.5em 3.5em; min-width:400px;}
#P_area .cnt_box .event_data th,
#P_area .cnt_box .event_data td { padding:0.8em 1.2em; line-height:1.6; border-bottom:1px solid #dedede;  }
#P_area .cnt_box .event_data th.bd_no,
#P_area .cnt_box .event_data td.bd_no { border-bottom:0; }
#P_area .cnt_box .event_data th {
	white-space:nowrap;
	vertical-align:top;
	font-weight:bold;
	text-align:left;
	border-left:3px solid #be0005 !important; }
#P_area .cnt_box .event_data td.attention {
	font-size:0.86em;
	padding-top:0;
	font-weight:100;
	border-left:3px solid #be0005 !important; }

#P_area .cnt_box .event_data tr:first-child th,
#P_area .cnt_box .event_data tr:first-child td { border-top:1px solid #dedede; }

#P_area .cnt_box .event_data td { border-bottom:1px solid #dedede; }

#P_area .cnt_box .event_data_inq { 
	padding:1.2em 1.5em;
	margin:1.5em auto;
	width:700px;
	background-color:#f9e8e8;
	line-height:1.6;
	color:#be0005;}
#P_area .cnt_box .event_data_inq h3 {
	margin: 0.5em 0 1.0em !important;
	padding:0.5em !important;
	border-radius:0 !important;
	border-bottom:3px solid #b60005; }
#P_area .cnt_box .event_data_inq strong { font-weight:bold; }
#P_area .cnt_box .event_data_inq a { 
	text-decoration:none;
	color:#be0005;
	cursor:default;}

#P_area .cnt_box .tour_data { 
	padding:1.2em 1.5em;
	margin:1.5em auto;
	width:700px;
	line-height:1.6;
	font-size:0.86em;
	border: 1px solid #eee;}

/* レイアウト */
.flt_R { float:right; width:350px; margin:0 2.5em 1.0em 1.5em; }
.flt_R img { width:100%; }
.flt_L { float:left; width:350px; margin-left:2.5em; }
.flt_L img { width:100%; }
.pc { display:none; }


} /* min-width:761px [PC] */

.flt_R.w_400 {
	width:450px;
}
@media screen and (max-width:1350px) {
	.flt_R.w_400 {
		float:none;
		width:60%;
		margin:0 auto !important; 
	}
}

@media screen and (max-width:1200px) { 
	.flt_R.tc_sp {
		float:none;
		width:400px;
		margin:0 auto !important; }

}
@media screen and (max-width:460px) { 
	.flt_R.tc_sp { width:80%; }
}


@media screen and (min-width:771px) and (max-width:850px) { /* 771px-830px [PC/TB] */

#P_area .cnt_box .event_data_inq,
#P_area .cnt_box .tour_data { width:80%; }

    #HD .hd_logo:before {
			top:0; left:auto; right:-70px;
			width:60px; height:60px; }

} /* 771px-830px [PC/TB] */


@media screen and (min-width:400px) and (max-width:770px) { /* 400px-770px [SP] */
  #HD .hd_logo {
		width:293px;
		height:47px;
    margin: 0 auto 15px;
    padding: 0;
	z-index:9998; }
    #HD .hd_logo a {
			width:293px;
			height:47px;
			background-size:contain; }
    #HD .hd_logo:before {
			top:0; left:-70px; right:auto;
			width:60px; height:60px; }
#HD #HD_wrapper .hd_home {
	position:absolute;
	left:15px; top:10px;
	z-index:9998;}

#TP_kv {
	background: linear-gradient(135deg,  #aecbb6 0%,#ddc785 100%);}

#TP_kv .wrapper {
	width:100%;
	height:0;
	margin:0 auto;
	background: url(../image/kv_pc.png) 0 0 no-repeat;
	background-size:contain;
	padding-top:37.28%; }



/* アクセス */
.access_map { width:80%; }

} /* 400px-770px [SP] */


@media screen and (max-width:770px) { /* max-width:770px [SP] */
#HD { padding-top:0.8em;
		background-size:75% auto; }
    #HD .attention_top {
		position:relative;
		padding:10px 0;
		width:100%;
		border:2px solid #be0005;
		box-sizing:border-box;
		font-size:14px;}

#HD #HD_wrapper { position:relative; }


#HD #HD_wrapper .hd_home a {
	display:block;
	width:30px;
	height:30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../image/icon_home.png) 0 0 no-repeat;
	background-size:30px auto;}
	#HD nav li:first-child { display:none; }

#HD #HD_wrapper .hd_nv { display:none; }
/* #HD #HD_wrapper .hd_nv {
	background-color:#f2f2f2;
}
#HD #HD_wrapper .hd_nv:after {
  	  content:" ";
  	  display:block;
  	  clear:both; }
#HD #HD_wrapper .hd_nv li {
	position:relative;
	width:49.9999%;
	float:left;
	  width : -webkit-calc(100% / 2) ;
	  width : calc(100% / 2) ;}

#HD #HD_wrapper .hd_nv li a {
	position:relative;
	display:block;
	text-align:center;
	padding:12px 0 14px;
	font-size:12.5px;
	color:#333;
	text-decoration:none; }
    #HD #HD_wrapper .hd_nv li.hd_english a { padding-left:10px; }
    #HD #HD_wrapper .hd_nv li.hd_inquiry a { padding-left:30px; }
    #HD #HD_wrapper .hd_nv li.hd_access a { padding-left:25px; }

    #HD li a span { position:relative; }
    #HD .hd_english a span:before,
    #HD .hd_inquiry a span:before,
    #HD .hd_access a span:before {
   		content: " ";
    	display: block;
			width:22px;
			height:22px;
			position:absolute;}
    #HD .hd_english a span:before {
   		background: url(../image/hd_icon_eng.png) 0 0 no-repeat;
			left:-30px; top:-1px; }

    #HD .hd_inquiry a span:before {
   		background: url(../image/hd_icon_inquiry.png) 0 0 no-repeat;
			left:-30px; top:1px; }
    #HD .hd_access a span:before {
   		background: url(../image/hd_icon_access.png) 0 0 no-repeat;
			left:-25px; top:-1px; } */

    #HD .hd_tel {
			position:relative;
			padding:0.6em 0;
			background-color:#f9e8e8;
			border-bottom:1px solid #e5e5e5;}
    #HD .hd_tel a {
			font-size:1.25em;
			text-align:center; }
    #HD .hd_tel a span.icon { position:relative; }
    #HD .hd_tel a span.icon:before {
   		content: " ";
   		background: url(../image/hd_icon_tel.png) 0 0 no-repeat;
    	display: block;
			width:20px;
			height:23px;
			position:absolute;
			left:-25px; top:3px; }
    #HD .hd_tel a span.s_txt {
			margin-top:10px; }
	#HD nav ul{ background-color:#be0005; }
	#HD nav:after {
  	  content:" ";
  	  display:block;
  	  clear:both; }
	#HD nav ul li {
		position:relative ;
/*	  width : 49.9999% ;  未対応ブラウザ用フォールバック */
/*	  width : -webkit-calc(100% / 2) ;
	  width : calc(100% / 2) ;
		float:left; */
		margin:0;
		padding:3px 0;
/*		font-size:14px;*/
		background-color:#be0005;
		border-bottom:1px solid #cd393d;
		border-right:1px solid #cd393d;
		box-sizing:border-box;}



	#HD nav ul li a {
		display:block;
		text-align:center;
		text-decoration:none;
		padding:12px 0;
		color:#fff;}
/*	#HD nav ul li a .s { font-size:12.5px; }*/
	#HD nav ul li ul.sub li { padding:0; }
	#HD nav ul li ul.sub li a { color:#000; background-color:#fff; font-size:14px; }

/* 【スマホ版】アコーディオンメニュー内　リンク停止用 イベントカレンダー 
.mean-container .mean-nav > ul > li:nth-child(4)::after {
	display:block;
	width: 100%;
	height: 100%;
	content: ' ';
	position:absolute;
	left:0; top:0;
	background-color:rgba(255,255,255,0.7);}
/* 【スマホ版】アコーディオンメニュー内　リンク停止用 イベントカレンダー */


/* 【スマホ版】アコーディオンメニュー内下階層　リンク停止用 （見える） 

.mean-container .mean-nav ul li ul.sub li:nth-child(5)::after,
.mean-container .mean-nav ul li ul.sub li:nth-child(6)::after,
.mean-container .mean-nav ul li ul.sub li:nth-child(7)::after {
	display:block;
	width: 100%;
	height: 100%;
	content: ' ';
	position:absolute;
	left:0; top:0;
	background-color:rgba(255,255,255,0.7);}
/* 【スマホ版】アコーディオンメニュー内下階層　リンク停止用 （見える） */

/* 【スマホ版】アコーディオンメニュー内下階層　リンク停止用（見えない・削除）*/
/*.mean-container .mean-nav ul li ul.sub li:nth-child(4)  { display:none; }*/
/*.mean-container .mean-nav ul li ul.sub li:nth-child(5)  { display:none; }*/
/*.mean-container .mean-nav ul li ul.sub li:nth-child(6)  { display:none; }*/
/* 【スマホ版】アコーディオンメニュー内下階層　リンク停止用（見えない・削除） */



/* gMenu_cnt */
#gMenu_cnt { padding-top:2.5em; }
	#gMenu_cnt h3 {
		display:block;
		width:110px; height:36px;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
		margin:0 auto 1.5em;
		background: url(../image/top_ttl_event.png) 0 0 no-repeat;
		background-size:110px auto; }
	#gMenu_cnt #gMenu {  }
	#gMenu_cnt #gMenu div { position:relative; }
		#gMenu_cnt #gMenu .b_ev { border-bottom:1px solid #fff; }
		#gMenu_cnt #gMenu .b_ev a {
			color:#000;
			text-decoration:none;
			display:block;
			height:62px; }
		#gMenu_cnt #gMenu div.opening a,
		#gMenu_cnt #gMenu div.yomoyama a,
		#gMenu_cnt #gMenu div.utage a,
		#gMenu_cnt #gMenu div.machiya a,
		#gMenu_cnt #gMenu div.omotenashi a,
		#gMenu_cnt #gMenu div.siinoki a,
		#gMenu_cnt #gMenu div.cooperate a,
		#gMenu_cnt #gMenu div.recipe a,
		#gMenu_cnt #gMenu div.tour a {
			background-size:130px auto;
			background-position:-30px center;}
		#gMenu_cnt #gMenu div.sns a { background-image:none; }
		#gMenu_cnt #gMenu div.sns a:before {
			position:absolute;
			content:" ";
			width:100px; height:62px;
			background: url(../image/top_menu07.jpg) center center no-repeat;
			background-size:130px auto; }


		#gMenu_cnt #gMenu .b_ev .txt {
			display:table-cell;
			height:62px;
			vertical-align:middle;
			padding-left:115px; }
		#gMenu_cnt #gMenu .b_ev .txt span {
			display:block;
			padding:2px 0;
			font-weight:bold;}
		#gMenu_cnt #gMenu .b_ev .txt span.S { font-size:13px; }

/* 【スマホ版】TOPメニュー　イベント中止 リンク停止用 よもやま、雪見のうたげ　
		#gMenu_cnt #gMenu div.yomoyama::after,
		#gMenu_cnt #gMenu div.utage::after  {
		position:absolute;
		left:0; top:0;
		content: " ";
		display:block;
		width:100%;
		height:100%;
		background-image:url(../image/icon_stop_s.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-color:rgba(255,255,255,0.7);}
/* 【スマホ版】TOPメニュー　イベント中止 リンク停止用 よもやま、雪見のうたげ　*/

/* 【スマホ版】TOPメニューリンク停止用 
		#gMenu_cnt #gMenu div:nth-child(5)::after, 
		#gMenu_cnt #gMenu div:nth-child(6)::after, 
		#gMenu_cnt #gMenu div:nth-child(7)::after,
		#gMenu_cnt #gMenu .b_cal::after  {
		position:absolute;
		left:0; top:0;
		content: " ";
		display:block;
		width:100%;
		height:100%;
		background-image:url(../image/icon_uc.png);
		background-repeat:no-repeat;
		background-position:center center;
		background-color:rgba(255,255,255,0.7);}
/* 【スマホ版】TOPメニューリンク停止用 */


		#gMenu_cnt #gMenu .b_conf {
			width:90%;
			margin:1.5em auto 0;
			position:relative;
			text-align:center;
			padding:8px 0; }
		#gMenu_cnt #gMenu div.b_conf a {
			display:block;
			padding:12px 0 10px ;
			text-align:center;
			text-decoration:none;
			color:#000;
			background:#ddf1ef; }
		#gMenu_cnt #gMenu div.b_conf a span { position:relative; }

		#gMenu_cnt #gMenu .b_cal {
			width:90%;
			margin:1.5em auto 0;
			position:relative;
			text-align:center;
			padding:8px 0;
			border:3px solid #e9e9e9; }
		#gMenu_cnt #gMenu div.b_cal a {
			display:block;
			padding:12px 0 10px 70px;
			text-align:center;
			text-decoration:none;
			color:#000; }
		#gMenu_cnt #gMenu div.b_cal a span { position:relative; }
		#gMenu_cnt #gMenu div.b_cal a span:before {
   	 	content: " ";
   	 	background: url(../image/top_icon_calendar.png) 0 0 no-repeat;
			background-size:61px 48px;
   	 	display: block;
			width:61px;
			height:48px;
			position:absolute;
			left:-70px; top:-14px; }


/* TP_news */
#TP_news { padding:2.5em 0; }
	#TP_news h3 {
		display:block;
		width:110px; height:36px;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
		margin:0 auto 1.5em;
		background: url(../image/top_ttl_news.png) 0 0 no-repeat;
		background-size:110px auto; }

	#TP_news .wrapper {  }
	#TP_news .wrapper li {
		border-bottom:1px dotted #cecece;
		padding:0.8em 1.5em 0.6em;}
	#TP_news .wrapper li:first-child {
		border-top:1px dotted #cecece; }
		#TP_news .wrapper li .date {
			font-size:13.5px;
			padding-bottom:0.5em;}
		#TP_news .wrapper li .text {
			font-size:14px;
			line-height:1.6; }
		#TP_news .wrapper li .text a {
			text-decoration:none;
			color:#be0005; }
	#TP_news a.btn_all {
		display:block;
		width:210px;
		margin:1.0em auto 0;
		color:#fff;
		text-decoration:none;
		padding:15px 0 12px 90px;
		font-size:18px;
		background: url(../image/top_news_arrow.png) #be0005 200px center no-repeat; }

/* TP_nvSec */
#TP_nvSec {
	padding-top:1.0em;
	padding-bottom:1.0em;
	background: url(../image/fb_bg.jpg) 0 0 repeat-y;
	background-size:120% auto;}


/* #TP_inq */
#TP_inq { padding-top:2.5em;padding-bottom:2.5em; }
	#TP_inq h3 {
		display:block;
		width:135px; height:30px;
		overflow:hidden;
		text-indent:100%;
		white-space:nowrap;
		margin:0 auto 1.5em;
		background: url(../image/top_ttl_inquiry.png) 0 0 no-repeat;
		background-size:135px auto; }
	#TP_inq p {
		font-size:14px;
		line-height:1.6;
		padding:0 1.0em;}
	#TP_inq .inq_tel {
		width:90%;
		margin: 1.0em auto 0;
		border:3px solid #f9e8e8; }
	#TP_inq .inq_tel a {
		position:relative;
		display:block;
		padding:0.5em 0 0;
		color:#626262;
		text-align:center;
		text-decoration:none;
		font-weight:bold;
		font-size:24px; }
	#TP_inq .inq_tel a span { position:relative; }
	#TP_inq .inq_tel a span:before {
    content: " ";
    background: url(../image/top_icon_tel.png) 0 0 no-repeat;
		background-size:24px auto;
    display: block;
		width:24px;
		height:29px;
		position:absolute;
		left:-30px; top:-5px; }
	#TP_inq .inq_tel a p {
		padding-bottom:0.3em;
		font-weight:normal;
		font-size:14px; }

	#TP_inq .inq_tel a.mail_link {
		font-size:1.08em;
		font-weight:normal;
		cursor:pointer;
		padding:5px 0 10px; }
	#TP_inq .inq_tel a.mail_link:before { display:none; }

/* #FT */
#FT {
	padding-top:1.0em;
	background:#b30b10;
	background: linear-gradient(#b30b10, #ca482d); color:#fff;}
	#FT .wrapper { padding-bottom:1.5em; }
	#FT .wrapper address { padding-left:1.5em; }
		#FT .wrapper h1 {
			font-size:16px;
			font-weight: bold;
			margin-bottom:20px;
			padding:10px 0 5px 50px;
			background:url(../image/ft_icon.png) left center no-repeat;
			background-size:40px auto;}
		#FT .wrapper h1 p.sub {
			font-size:11px;
			font-weight: normal;
			margin-top:5px;}
		#FT .wrapper p.add {
			font-size:13px;
			line-height:1.4;
			margin-top:5px;}
	#FT nav { display:none; }
	#FT .copyright {
			font-size:11px;
			text-align:center;
			padding-bottom:1.0em;}

/* #P_area */

#P_area {
	padding:2.5em 0; }
#P_area #wrapper {
	width:90%;
	margin:0 auto;
}
	#P_area #wrapper h2.title {
		font-size:18px;
		margin-bottom:1.5em;
		padding:1.2em;
		color:#fff;
		border-radius:6px;
background: #be0005;
background: -moz-linear-gradient(top, #be0005 0%, #910000 100%);
background: -webkit-linear-gradient(top, #be0005 0%,#910000 100%);
background: linear-gradient(to bottom, #be0005 0%,#910000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#be0005', endColorstr='#910000',GradientType=0 );}
	#P_area #wrapper h2.smp {
		font-size:18px;
		margin-bottom:1.5em;
		padding:0 0 1.0em;
		border-bottom:6px solid #f9e8e8;}
	#P_area #wrapper h3 { font-size:16px; }

	#P_area #wrapper p { margin:1.5em 2.0em 0; font-size:14px ; line-height:1.8; }
	#P_area #wrapper li,
	#P_area #wrapper td { font-size:14px ;  }

/* page_contents */

p.img_fltR img,
p.img_fltL img { width:100%; }
p.img_fltR,
p.img_fltL {
	width:80%;
	margin:1em auto 0 !important;}

/* table */

#P_area .cnt_box table.history {
	margin:1.0em 2.0em ;
	border-top:3px solid #f9e8e8;}
#P_area .cnt_box table.history tr:first-child { display:none; }

#P_area .cnt_box table.history td {
	display:block;
	padding:8px 16px 20px;
	line-height:1.8;
	border-bottom:1px solid #dedede; }
#P_area .cnt_box table.history td.year {
	white-space:nowrap;
	padding-bottom:8px;
	color:#be0005;}

#P_area .cnt_box ul.link li {
	padding:2px ;
}


/* calendar */
	#P_area .cnt_box .calendar_box {
		min-width: 300px;
		margin: 15px auto;}
	#P_area .cnt_box .calendar_box .inner {
		position: relative;
		padding-bottom: 100%; 
		height: 0; }
	#P_area .cnt_box .calendar_box .inner iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100% !important;
		height: 100% !important;}
	#P_area .cnt_box .calendar_img_box {
		width: 100%;
		margin: 15px auto;}
	#P_area .cnt_box .calendar_img_box img { width:100%; }

/* 終了しました */

	#end_txt,#imp_txt {
		text-align:left; }



/* 全般テーブル */

#P_area .cnt_box .event_data { margin:1.5em auto; width:95%; border-top:1px solid #dedede;}
#P_area .cnt_box .event_data th,
#P_area .cnt_box .event_data td { display: block;line-height:1.7; font-size:14px; }
#P_area .cnt_box .event_data th {	font-weight:bold; color:#be0005; text-align:left; padding:0.6em 1.2em 0.2em; font-size:0.86em; }
#P_area .cnt_box .event_data td { border:none; padding:0.2em 0.8em; }

#P_area .cnt_box .event_data tr td:last-of-type { border-bottom:1px solid #dedede; padding:0.2em 1.2em 0.8em;  }
#P_area .cnt_box .event_data tr td.bd_no { border-bottom:0; }
#P_area .cnt_box .event_data td.attention {
	padding-top:0 !important;
	font-size:0.8em !important; }

#P_area .cnt_box .event_data_inq { 
	padding:0.5em 1.5em 1.2em;
	width:70%;
	margin:1.5em auto;
	background-color:#f9e8e8;
	line-height:1.6;
	color:#be0005;
	font-size:14px;}
#P_area .cnt_box .event_data_inq h3 {
	margin: 0.5em 0 1.0em !important;
	padding:0.5em !important;
	border-radius:0 !important;
	border-bottom:3px solid #b60005;
	font-size:16px !important; }
#P_area .cnt_box .event_data_inq strong { font-weight:bold; }
#P_area .cnt_box .event_data_inq a { 
	text-decoration:none;
	color:#be0005;
	cursor:default;}

#P_area .cnt_box .tour_data { 
	padding:1.2em 1.5em;
	margin:1.5em auto;
	width:70%;
	line-height:1.6;
	font-size:0.86em;
	border: 1px solid #eee;}

#P_area .cnt_box .event_data td .map {
	display:block;
	width:100%;
	margin:1.0em auto;
	position: relative;
	padding-bottom: 66.66%;
	height: 0;
	overflow: hidden; }
#P_area .cnt_box .event_data td .map iframe,
#P_area .cnt_box .event_data td .map object,
#P_area .cnt_box .event_data td .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }

/* レイアウト */
.flt_R,
.flt_L { float:none; width:80%; margin:1.0em auto !important; }
.flt_R img,
.flt_L img { width:100%; }

@media screen and (max-width:770px) {
	.flt_R.w_400 {
		width:80%; 
	}
}


/* 金澤老舗よもやま話 */


#P_area .cnt_box table.yomoyama_lst {	width:90%; margin:1.0em auto;}
#P_area .cnt_box table.yomoyama_lst th.top_sltn { display:none; }
#P_area .cnt_box table.yomoyama_lst th {
	display:block;
	color:#7f7a54;
	font-weight:bold;
	padding:0.8em; }
#P_area .cnt_box table.yomoyama_lst td {
	display:block;
	line-height:1.6; }
#P_area .cnt_box table.yomoyama_lst td strong { font-weight: bold; }
#P_area .cnt_box table.yomoyama_lst th.date { padding-top:0.8em;
	 border-top:2px solid #dedede;
	 border-bottom:2px solid #dedede; }
#P_area .cnt_box table.yomoyama_lst th.date span { font-weight:normal; padding-left:1.0em; }
#P_area .cnt_box table.yomoyama_lst th.date .sp { display:none; }
#P_area .cnt_box table.yomoyama_lst td.seminar { padding-left:1.5em ;padding-top:0.5em; }
#P_area .cnt_box table.yomoyama_lst td.capacity {
	padding-left:1.5em ; font-weight:700;}
#P_area .cnt_box table.yomoyama_lst td.capacity .cate { font-weight:normal; }
#P_area .cnt_box table.yomoyama_lst td.shop { padding-left:1.5em ; }
#P_area .cnt_box table.yomoyama_lst td .cate { color:#827a35; }
#P_area .cnt_box table.yomoyama_lst td.seminar .fee { color:#c40005; font-size:1.2em; }
#P_area .cnt_box table.yomoyama_lst td a {
	display:block;
	background:#a52d33;
	border-radius:5px;
	margin:0 1.5em;
	padding:0.8em 0;
	text-align:center;
	text-decoration:none;
	color:#fff; }
#P_area .cnt_box table.yomoyama_lst td.detail { padding-top:0.5em; padding-bottom:1.5em; }

#P_area .cnt_box table.yomoyama_lst th .soldout {
	background:#fff;
	border:2px solid #c40026;
	color:#c40026;
	text-align:center;
	font-size:0.86rem;
	padding:0.5em 0;
	margin-bottom:1.0em; }

/* 雪見のうたげ */
#P_area .cnt_box #page_kv {
	width:100%; margin:1.0em auto; }
#P_area .cnt_box #page_kv img { width:100%; }

.yukimi_inner {	width:90%; }
.yukimi_inner .flt_L {
	float:none;
	width:80%;
	margin:0 auto; }
.yukimi_inner .flt_L img { width:100%; }


.map_cont_yukimi {
	display:block;
	width:80%;
	margin:1.0em auto;
	position: relative;
	padding-bottom: 46.25%;
	height: 0;
	overflow: hidden; }
.map_cont_yukimi iframe,
.map_cont_yukimi object,
.map_cont_yukimi embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; }


.yomo_w p { padding:0.3em; line-height:1.6; font-size:0.86em; }
.yomo_w .date {
	font-size:1.0em;
	padding:0.8em; }
.yomo_w .date .hour { font-size:1.0em; }
.yomo_w .fee_data .attention {
	font-size:0.86em; }

.yomo_w .shop_data { width:90%; }
.yomo_w .shop_data p { padding:0; margin:0; }
.yomo_w .shop_data p a {
 word-break : break-all;
 word-wrap : break-word;
 overflow-wrap : break-word; }
.yomo_w .map { display:block;
	width:100%;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden; }
.yomo_w .map iframe,
.yomo_w .map object,
.yomo_w .map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.yomo_w .shop_data .shop_pic { width:70%; }
.yomo_w .shop_data  .shop_pic img { width:100%; }

.yomo_w .shop_data .shop_name { font-size:1.25em; }
.yomo_w .shop_data .shop_name span { font-size:0.65em; }
.yomo_w .shop_data .shop_add .add:before,
.yomo_w .shop_data .shop_add .tel_no:before { top:5px; }

.yomo_w .shop_data .shop_add p { padding: 0.3em 20px; }






#P_area .cnt_box #opening_kv {
	width:100%; margin:1.0em auto; }
#P_area .cnt_box #opening_kv img { width:100%; }

#P_area .cnt_box #opening_pic { width:60%; margin:1.5em auto; padding-bottom:1.0em; }




/* 金澤町家 食めぐり */
.machiya_tour_inner {	margin:1.0em; }

.machiya_mdl { font-size:0.9em; }
.machiya_mdl h3 span { font-size:0.7em; }
.machiya_mdl .stamp_pic { width:80%; }
.machiya_mdl .stamp_pic img { width:100%; }
.machiya_mdl .lsize img { width:60%; }
.machiya_mdl .shop_info .data_ttl {
	font-size:0.9em;
	width:120px; }

/* 金澤町家 食めぐり 周遊ツアー */
.tour_pic div {
	width:48.8%;
	font-size:1.08em;
	line-height:1.6;
	margin-bottom:1.0em; }
.machiya_tour_inner li .plus_icon {
	width: 12px;
	height: 12px;
	top:10px;
	right:10px; }

.machiya_tour_inner li h5 {
	width:350px;
	height:110px;
	background-size:100% auto; }


.machiya_tour_inner li h5.zaimoku_tour {
	background-image:url(../machiya/img/tour/ttl_sp_zaimoku.png);}
.machiya_tour_inner li h5.kanazawaSt_tour {
	background-image:url(../machiya/img/tour/ttl_sp_kanazawaSt.png);}
.machiya_tour_inner li h5.nagamachi_tour {
	background-image:url(../machiya/img/tour/ttl_sp_nagamachi.png);}
.machiya_tour_inner li h5.satomi_tour {
	background-image:url(../machiya/img/tour/ttl_sp_satomi.png);}
.machiya_tour_inner li h5.owari-oote_tour {
	background-image:url(../machiya/img/tour/ttl_sp_owari-oote.png);}
.machiya_tour_inner li h5.higashiyama_tour {
	background-image:url(../machiya/img/tour/ttl_sp_higashiyama.png);}
.machiya_tour_inner li h5.kakinoki_tour {
	background-image:url(../machiya/img/tour/ttl_sp_kakinoki.png);}
.machiya_tour_inner li h5.owari_tour {
	background-image:url(../machiya/img/tour/ttl_sp_owari.png);}

.sp { display:none; }

} /* max-width:760px [SP] */


@media screen and (max-width:400px) { /* max-width:400px [SP] */
  #HD .hd_logo {
		width:55%;
		text-align:center;
    margin: 0 auto;
    padding: 0; }
    #HD .hd_logo a {
			padding-top:16.0%;
			background-size:contain; }
    #HD .hd_logo:before {
			top:0; left:-40px;
			width:35px; height:35px; }
#HD #HD_wrapper .hd_home {
	position:absolute;
	left:15px; top:0;}
#TP_kv .wrapper {
	width:100%;
	height:0;
	margin:0 auto;
	background: url(../image/kv_sp.jpg) 0 0 no-repeat;
	background-size:contain;
	padding-top:76.5%;}

/* 金澤老舗よもやま話 */

.yomo_w .seminar_data { display:block; width:100%; }
.yomo_w .face { display:block; width:60%; margin:0 auto; }
.yomo_w .face_w400 { display:block; width:80%; margin:0 auto; }
.yomo_w .shop_data .shop_add .add,
.yomo_w .shop_data .shop_add .tel_no { padding-left:25px; }
.yomo_w .shop_data .shop_pic { width:90%; }

/* 雪見のうたげ */

.yukimi_inner {	width:90%; }
.yukimi_inner .flt_L { width:100%; }
.map_cont_yukimi { width:100%; padding-bottom:70.25%;}



/* 金澤町家 食めぐり 周遊ツアー */
.tour_pic div { width:100%; }
.machiya_tour_inner li h5 {
	width:80%;
	height:0;
	padding-top:25.42%; }
/*.machiya_tour_inner li h5.zaimoku_tour { height:0; padding-top:31.42%; } タイトル3行用 */

/* アクセス */
.access_map { width:100%; }

} /* max-width:400px [SP] */

.cf:after {
	content:" ";
	display:block;
	clear:both; }




/* アンケート */

.enquete_btn { margin:3.0em auto; }
.enquete_btn span {
	display:block;
	border-radius:4px;
	background:#999999;
	color:#fff;
	padding:1em 0;
	text-align:center;
}
.enquete_btn a {
	display:block;
	border-radius:4px;
	background:#a52d33;
	color:#fff;
	text-align:center;
	text-decoration:none;
	padding:1em 0; }
.enquete_btn a:hover {
	background:#ffc6c9;
	color:#000;
	transition: all 0.2s ease; }

@media screen and (min-width:770px) { /* min-width:770px [PC/TB] */
	.enquete_btn { width:400px; }
} /* min-width:770px [PC/TB] */

@media screen and (max-width:769px) { /* max-width:769px [TB/SP] */
	.enquete_btn { width:80%; font-size:0.86em; }
} /* max-width:769px [TB/SP] */



.machiya_tour_inner li.icon_cancel:before {
	position:absolute;
	right:100px; top:15px;
	content:" ";
	width:180px;
	height:35px;
	display:block;
	background-image:url(../machiya/img/icon_cancel.png);
	background-repeat:no-repeat;
	z-index:1; }
	@media screen and (min-width:771px) and (max-width:1100px)  {
		.machiya_tour_inner li.icon_cancel:before {
			right:55px; top:10px;
			width:120px;
			height:23px;
			background-size:100% auto; }  }
	@media screen and (max-width:770px)  {
		.machiya_tour_inner li.icon_cancel:before {
			background-size:100% auto;
			right:30px; top:10px;
			width:120px;
			height:23px;}  }


/* 中止文　ページ掲載用 */

.event_stop {
	font-size:1.3em;
	line-height:1.8;
	color:#ff0000;
	font-weight:bold;
	text-align:center;
	padding:1.5em 0;
	border:3px solid #ff0000;
}


.fl_box {
	display:flex;
	align-items: flex-start;
	margin:15px 0 30px;
}
.fl_box .fl_items {
	width:50%;
	text-align:center; }
.fl_box .fl_items .btn {
	width:70%; }

	@media screen and (max-width:980px)  {
		.fl_box {
			flex-wrap:wrap; 
			justify-content:center;}
		.fl_box .fl_items {
			width:80%;
			margin-bottom:2.5em; } }
	@media screen and (max-width:600px)  {
		.fl_box .fl_items {
			width:100%; } }


/* 404 not found */

.not_fnd_txt {
	text-align:center;
}

.link_404 {
	display:block;
	width:400px;
	margin:0 auto;
	text-align:center;
	border:2px solid #ef666b;
	padding:0.8em 0;
	color:#bc2d33;
	border-radius:5px;
	text-decoration:none;
	transition:0.2s ease; }

.link_404:hover {
	background:#ffc6c9; }

	@media screen and (max-width:600px)  {
		.not_fnd_txt {
			text-align:left; }
		.link_404 {
			width:100%; } }


/* 完売しました */

.soldout {
	background:#ca3034;
	color:#fff;
	padding:1.0em 1.2em;
	width:80%;
	text-align:center;
	margin:1em auto;
}

/* しめきりました */

.deadline {
	background:#8c8c8c;
	color:#fff;
	padding:1.0em 1.2em;
	width:80%;
	text-align:center;
	margin:1em auto;
}


.ticket_order {
	box-sizing:border-box;
	padding:1.0em 2.5em;
	line-height:1.8;
	background:#fff09e;
	width:800px;
	margin:1.0em auto;
}

.ticket_order .ttl {
	font-weight:bold;
	color:#a52d33;}
.order_cnt {
	margin-top:0.5em;
	background:#fff;
	border-radius:5px;
	padding:0.5em 1.5em;
}
.order_cnt a.form_lnk {
	display:inline-block;
	color:#a52d33;
	text-decoration:none;
	padding:8px 15px;
	border:2px solid #a52d33;
	border-radius:5px;
	transition:0.1s ease;
}
.order_cnt a.form_lnk:hover {
	background:#f7d3d3;
}

	@media screen and (max-width:1100px)  {
		.ticket_order {
			width:100%; }
	}
	@media screen and (min-width:601px)  {
		.ticket_order br.sp {
			display:none; }
	}
	@media screen and (max-width:600px)  {
		.ticket_order { font-size:0.86em; }
		.order_cnt a.form_lnk {
			display:block;
			text-align:center;}
		.ticket_order br.sp {
			display:block; }
	}

/* SNSキャンペーン */
.campaign_top_txt {
	font-size:1.0em;
	background:#fff09e;
	margin:0 auto;
	padding:0.5em 0 1.5em;
	width:900px;
	color:#a52d33;
	font-weight:bold;
	box-sizing:border-box;
}

	@media screen and (max-width:1100px)  {
		.campaign_top_txt {
			width:100%; }
	}


