@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300&family=Marcellus&family=Shippori+Mincho:wght@400;600&family=Zen+Kaku+Gothic+New:wght@400;500&display=swap');

/* Reset
**************************************************************/
html,body,div,span,applet,object,iframe,strong,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,legend,caption,tbody,tfoot,thead,table,label,tr,th,td
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 14px;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	font-family: 'Shippori Mincho', serif;
	 color: #363636;

}

.clear {
	clear: both;
	line-height: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a img {
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

a:hover {
	opacity: 0.5;
	filter: alpha(opacity=5);
	text-decoration: none;
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=5);
}

a:link {
	/*  */
}

a:visited {
	/*  */
}

::selection {
	background: rgb(193 168 139 / 40%);
	/* color: #fff; */
}

::-moz-selection {
	background: rgb(193 168 139 / 40%);
	/* color: #fff; */
}

/*===============================================
●style.css 画面の横幅が501px以上
===============================================*/
@media screen and (min-width: 501px) {

	img {
		max-width: 100%;
		height: auto;
		width
		/***/
		: auto;
	}

	#container {
		width: 100%;
	}

	#sp-none {
		display: none;
	}

	/* body
**************************************************************/

	body {
		font-size: 12px;
		line-height: 200%;
		font-family: 'Shippori Mincho', serif;

		overflow: scroll;
		overflow-x: hidden;
		width: 100%;
		height: auto;
		scrollbar-face-color: #888;
		letter-spacing: 0.075em;
		background-color: #fff;
		-webkit-text-size-adjust: 100%;
		-webkit-font-smoothing: antialiased;
		min-width: 1060px;
	}

	/* nav
**************************************************************/

	.fixed {
		position: fixed;
		top: -130;
		left: 0;
		/* box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.20); */
	}

	#header {
		width: 100%;
		padding: 80px 0 30px;
		background: #fff;
		border-top: 2px solid #c1a88b;
		z-index: 999999;
	}

	#nav-tel {
		float: right;
		width: 180px;
		margin: 0px 30px 0 0;
	}

	#nav {
		z-index: 999999;
		width: 100%;
		padding: 55px 0 15px;
		background: rgb(255 255 255 / 90%);
	}

	#nav-in {
		display: block;
		width: 900px;
		margin: 0 auto;
	}

	#header h1 a {
		display: block;
		width: 200px;
		margin: 0 auto;
		margin-bottom: 0px;
	}

	#nav ul {
		list-style: none;
		display: block;
		padding: 0;
		text-align: center;
		margin: 0px auto 0;
	}

	#nav ul li {
		display: inline-block;
		border-right: 1px solid #e7e7e7;
		width: 150px;
	}

	#nav ul li a {
		font-size: 15px;
		position: relative;
		display: inline-block;
		width: 100px;
		padding: 0.3em 0em;
		font-weight: 500;
		letter-spacing: 0.05em;
		line-height: 1;
		text-transform: uppercase;
		text-decoration: none;
	}

	#nav ul li a::after {
		position: absolute;
		top: 0;
		left: 0;
		content: attr(data-hover);
		display: block;
		width: 100%;
		padding: .4em 0;
		transition: .3s ease-in-out;
		opacity: 0;
	}

	#nav ul li a span {
		font-family: 'Cormorant', serif;
		font-size: 18px;
		letter-spacing: 0.075em;
		display: inline-block;
		transition: .3s ease-in-out;
	}

	#nav ul li a:hover::after,
	#nav ul li a:focus::after {
		opacity: 1;
	}

	#nav ul li a:hover span,
	#nav ul li a:focus span {
		opacity: 0;
	}

	#nav ul li a:hover {
		opacity: 1;
		filter: alpha(opacity=10);
		
	}

	#nav .border-L {
		border-left: 1px solid #e7e7e7;
	}

	#nav-sp {
		display: none;
	}

	/* =======================================
	0. top
======================================= */

	#top {
		width: 100%;
		padding: 0px 0 0;
	}

	.slider-inner {
		width: 900px;
		height: 450px;
	}

	.slick-slide img {
		width: 900px;
		height: 460px;
	}

	/* =======================================
	0. top-b
======================================= */

	#top-b {
		width: 900px;
		margin: 0 auto;
		padding: 20px 0 0;
	}

	#top-b img {
		width: 205px;
		height: 150px;
		float: left;
		padding: 0 10px;
	}



	/*  0 news_index
-----------------------------------------*/


	.news_list {
		margin: 0 0;
		width: 100%;
		height: 100px;
		overflow-x: hidden;
		
	}

	.news_List_Ymd,.news_List_Ymd_2 {
		font-weight: 300;
		display: block;
		
		margin: 2px 0 5px;
		font-size: 13px;
		letter-spacing: 0.15em;
		float: left;
		line-height: 200%;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}

	.news_List_Title {
		line-height: 100%;
		
		display: block;
		margin: 7px 0 5px;
		padding: 0px 0 0px 15px;
		max-width: 405px;
		float: left;
		font-size: 13px;
		letter-spacing: 0.1em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}

	.news_list a:link {
		
		text-decoration: none;
		cursor: pointer;
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}

	.news_list a:visited {
		
	}

	.news_list a:active {
		
	}

	.news_List_Title:hover {
		opacity: 0.5;
		filter: alpha(opacity=50);
	}

	#news_wrap::-webkit-scrollbar {
		width: 2px;
		background-color: #ddd;
	}

	#news_wrap::-webkit-scrollbar-button {
		display: none;
	}

	#news_wrapt::-webkit-scrollbar-track {
		border-radius: 5px;
		background-color: #ccc;
	}

	#news_wrap::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background-color: #aaa;
	}


	/* =======================================
	0. news
======================================= */


	#news {
		width: 550px;
		margin: 60px auto;
	}

	.news-title {
		width: 100%;
		margin: 0px auto 15px;
		position: relative;
		text-align: center;
		letter-spacing: 0.15em;
	}

	.news-title a span {
		position: relative;
		font-family: 'Cormorant', serif;
		z-index: 2;
		display: inline-block;
		font-weight: 500;
		font-size: 21px;
		
		margin: 0 2.5em;
		padding: 0 1em;
		background: #fff;
	}

	.news-title a::before {
		position: absolute;
		top: 50%;
		z-index: 1;
		content: '';
		display: block;
		width: 100%;
		height: 1px;
		background-color: #e7e7e7;
	}





	/* =======================================
	0. footer
======================================= */

	#footer {
		width: 100%;
		background: #ffffff;
	}

	#foo-nav {
		width: 100%;
		background: #fff;
	}

	#foo-nav-in {
		/* border: solid 1px; */
		display: block;
		padding: 110px 0 40px 0px;
		width: 900px;
		margin: 0 auto;
	}

	#foo-nav h2 a {
		display: block;
    width: 170px;
    float: left;
    margin: -9px 0 0 0;
	}

	#foo-nav ul {
		float: right;
		list-style: none;
		display: block;
		width: 520px;
		padding: 0;
		text-align: center;
	}

	#foo-nav ul li {
		display: inline-block;
		border-right: 1px solid #e7e7e7;
		width: 121px;
	}

	#foo-nav ul li a {
		font-size: 14px;
		font-family: 'Cormorant', serif;
		position: relative;
		display: inline-block;
		width: 95px;
		padding: 0.3em 0em;
		/*  */
		font-weight: 400;
		line-height: 1;
	}

	.foo-border-L {
		border-left: 1px solid #e7e7e7;
	}

	#foo-info {
		width: 900px;
		margin: 0 auto;
		padding: 45px 0;
	}

	#foo-info-L {
		float: left;
		width: 600px;
	}

	#foo-info-R {
		float: right;
		width: 300px;
	}


	a.web-reserv {
		display: block;
		width: 100%;
		/* border: solid 1px #e7e7e7; */
		padding: 15px 0;
		background-image: url(../img/bg1.png);
		text-align: center;
		border-radius: 8px;
	}

	a.web-reserv h3 {
		width: 90%;

		font-weight: 500;
		margin: 0 auto;
		padding: 3px 0;
		font-size: 20px;
		letter-spacing: 0.25em;
		background: #c1a88b;
		border-radius: 5px;
		color: #fff;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	a.web-reserv p {
		color: #919191 !important;
		width: 90%;
		margin: 5px auto 0;
		font-size: 12px;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	a:hover.web-reserv {
		opacity: 1;
		filter: alpha(opacity=10);
	}

	a:hover.web-reserv h3 {
		background: #fff;
		color: #c1a88b;
		-webkit-transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}

	a:hover.web-reserv p {}

	

	/* =======================================
	0. sub paje
======================================= */


	/* common
**************************************************************/
	.sub-1 {
		width: 100%;
		padding: 10px 0 100px;
	}

	.sub-inner-1 {
		width: 900px;
		margin: 0 auto;
	}

	.sub-img {
		position: relative;
		width: 100%;
		height: 250px;
		margin: 0 10px 20px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 50px;
		/* background: #c1a88b; */
	}

	.sub-img img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
		filter: blur(2px);
		opacity: 0.8;
	}

	.sub-img h2 {
		position: absolute;
		display: block;
		top: 50%;
		width: 100%;
		margin: 0 auto;
		font-size: 30px;
		color: #fff;
		font-weight: 300;
		letter-spacing: 0.3em;
		text-align: center;
		font-family: 'Cormorant', serif;
		font-weight: inherit;
		margin-top: -16px;
	}

	a.button {
		display: block;
		background: #fff;
		width: 100%;
		margin: 0px auto 50px;
		text-align: center;
		padding: 13px 0;
		color: #c1a88b !important;
		font-size: 13px;
		border: 1px solid #c1a88b;
		border-radius: 5px;
	}

	a:hover.button {
		background: #c1a88b;
		color: #fff !important;
	}

	/* side
**************************************************************/

	.side-1 {
		width: 160px;
		float: left;
	}

	.side-1 a {
		font-size: 14px;
		display: block;
		border-bottom: 1px solid #fff;
		margin: 0 0 15px;
		padding: 0;
	}

	.side-1 a:hover {
		color: #c1a88b;
		opacity: 1.0;
		filter: alpha(opacity=10);

	}

	/* contents
**************************************************************/

	.sub-inner-box-1 {
		width: 700px;
		float: right;
		margin: 0 0 50px;
	}

	.sub-inner-box-img-1 {
		width: 155px;
		height: 95px;
		float: left;
		margin: 0 10px 20px;
		overflow: hidden;
		position: relative;
	}

	.sub-inner-box-img-1 img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}

	/*  8.2 news_post
-----------------------------------------*/

	.news-inner-1 {
		width: 700px;
		float: right;
		margin: 0 0 50px;
	}

	.news_post-title {}

	.news_post-title h2 {

		font-weight: 500;
		display: block;
		
		letter-spacing: 0.10em;
		font-size: 25px;
		line-height: 120%;
		margin: 0 0 5px;
	}

	.sub-inner-box-img-2 {
		width: 213px;
		height: 115px;
		float: left;
		background: #eee;
		margin: 0 10px 20px;
		overflow: hidden;
		position: relative;
	}

	.sub-inner-box-img-2 img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}

	.sub-inner-box-3 {
		width: 700px;
		float: right;
		/* margin: 0px 0 70px; */
		padding-top: 10px;
		/* border-top: 1px solid #e7e7e7; */
	}

	.sub-inner-box-L {
		width: 220px;
		float: left;
		margin: 0 0px 0px;
	}

	.sub-inner-box-L img {
		width: 100%;
	}

	.sub-inner-box-R {
		width: 450px;
		float: right;
		margin: 0 0 0px 30px;
	}

	.sub-inner-box-R h3 {
		font-weight: 500;
		letter-spacing: 0.10em;
		font-size: 18px;
		line-height: 120%;
		margin: 0 0 10px;
	}

	.sub-inner-box-R p {
		letter-spacing: 0.05em;
		font-size: 12px;
		line-height: 160%;
		margin: 0 0 80px;
	}

	.sub-inner-box-R p.menu-price {
		color: #c1a88b;
		letter-spacing: 0.05em;
		font-size: 13px;
		margin: 0 0 10px;
		font-weight: 500;
	}

	/* clearfix */
	.clearfix:after {
		content: ".";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}

	/* for macIE \*/
	* html .clearfix {
		height: 1%;
	}

	.clearfix {}

	.clearfix img {
		width: 150px;
		float: left;
		margin: 0 0 10px;
	}

	#detailWrap {
		font-size: 12px;
		width: 700px;
		margin: 0 auto;
		padding: 0 0 0px 0px;
		padding-top: 30px;
		border-top: 1px solid #e7e7e7;
	}

	#detailWrap font {
		color: #333 !important;
		font-size: 12px;
		width: 700px;
		float: left;
	}

	#detailWrap p {
		line-height: 180%;
		color: #333;
		font-size: 12px;
		font-weight: 300;
		width: 700px;
		float: left;
	}

	#detailWrap ul,
	#detailWrap ol {
		color: #eee;
	}

	#detailWrap p {
		
	}

	#detailWrap a {
		text-decoration: underline;
		
	}

	p.up_ymd {
		width: 700px;
		position: relative;
		letter-spacing: 0.2em;
		margin: 0px 0 20px;
		padding: 0 0 5px;
		font-size: 13px;
		font-weight: 400;
	}

	.detailPhoto {
		width: 700px;
		margin: 30px auto 0px;
	}

	.sub-inner-box-img-2 {
		width: 213px;
		height: 115px;
		float: left;
		background: #eee;
		margin: 0 10px 20px;
		overflow: hidden;
		position: relative;
	}

	.sub-inner-box-img-2 img {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 100%;
		height: auto;
	}

	span.cap {}

	.photo_caption {
		margin: 45px 0 0px;
		text-align: center;
	}

	.back {
		clear: both;
		display: block;
	}

	/* mod_btn */
	.mod_btn {
		margin: 30px 0 0px;
	}

	.mod_btn-center {
		text-align: center;
	}

	.mod_btn p {
		border-radius: 2px;
		display: inline-block;
	}

	.mod_btn p a {
		display: block;
		padding: 2px 14px 2px 14px;
		color: #fff;
		font-size: 12px;
		background: #333;
		margin: 0 auto;
		border-radius: 5px;
	}

	.mod_btn p a:hover {
		display: inline-block;
		background: #ccc;
		
	}

	.mod_btn p a:after {
		display: inline-block;
		background: #ccc;
		
	}

	.mod_btn p a:link {
		text-decoration: none;
		background: #333;
		color: #fff;
	}

	.mod_btn p a:visited {
		text-decoration: none;
		background: #c1a88b;
		color: #fff;
	}

	.mod_btn p a:hover {
		text-decoration: none;
		background: #333;
		color: #fff;
	}

	.mod_btn p a:active {
		text-decoration: none;
		background: #333;
		color: #fff;
	}


	/* 8.3 news_list
-----------------------------------------*/

	.news-inner-2 {
		width: 700px;
		float: right;
		margin: 0 0;
	}

	#news-li {
		width: 100%;
		z-index: 6;
		padding: 0 0 0px;
	}

	#news_wrap_2 {
		margin: -10px 0 0;
	}

	#news_list_2 li {
		margin: 0 0 15px;
		letter-spacing: 0.2em;
		border-bottom: 1px solid #eee;
		padding: 0px 0 55px;
	}

	.news_List_Ymd_2 {
		width: 120px;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		display: block;
		
		padding: 5px 10px 5px 0;
		font-size: 13px;
		float: left;
		border-radius: 2px;
	}

	.news_List_Title_2 {
		
		display: block;
		margin: 5px 0 0;
		max-width: 500px;
		float: left;
		font-size: 14px;
		letter-spacing: 0.1em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		text-decoration: none;
		cursor: pointer;
	}

	.news_List_Title_2 a {
		
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}

	.news_List_Title_2 a:link {
		
		font-family: 'Zen Kaku Gothic New', sans-serif;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}

	.news_List_Title_2 a:visited {
		
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}

	.news_List_Title_2 a:active {
		
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: 0.2s ease-in-out;
		-moz-transition: 0.2s ease-in-out;
		-o-transition: 0.2s ease-in-out;
		transition: 0.2s ease-in-out;
	}

	.news_List_Title_2 a:hover {
		color: #777;
	}

	.new_mark {
		display: block;
		color: #999;
		font-size: 8px;
		border: 1px solid #999;
		padding: 0px 5px;
		border-radius: 2px;
		letter-spacing: 0.07em;
		margin: 7px 0 20px;
	}

	/* 0.0 sub
-----------------------------------------*/

	.sub-title-1 {
		line-height: 100%;
		font-size: 30px;
		font-weight: inherit;
		border-bottom: 1px solid #e7e7e7;
		
		line-height: 100%;
		padding: 5px 0 20px 0;
		margin: 0 0 20px;
		letter-spacing: 0.15em;
		font-family: 'Cormorant', serif;
	}

	.sub-title-1 span {
		font-size: 10px;
		letter-spacing: .5em;
		display: block;
		padding: 1px 0 0;
		font-family: 'Zen Kaku Gothic New', sans-serif;
		font-weight: 500;
	}

	.sub-inner-box-1 > p {
		/* text-align: right; */
		font-family: 'Zen Kaku Gothic New', sans-serif;
		/* border-top: 1px solid #eee; */
		/* padding-top: 20px; */
		/* font-size: 13px; */
	}

	table,
	th,
	td {
		border-collapse: collapse;
		border-spacing: 0;
	}

	.table-1 {
		margin: 0px auto 0;
		width: 700px;
		vertical-align: text-top;
	}

	.table-1 tr {}

	.table-1 th {
		font-size: 12px;
		border-top: 1px solid #eee;
		background: #fff;
		width: 18%;
		letter-spacing: 0.25em;
		font-weight: 500;
		text-align: left;
		padding: 20px 0;
		text-indent: 1em;
	}

	.table-1 th:first-letter {}

	.table-1 td {
		font-family: 'Zen Kaku Gothic New', sans-serif;
		/* font-size: 12px; */
		border-top: 1px solid #eee;
		background: #fff;
		width: 82%;
		font-weight: 400;
		padding: 20px;
	}

	.map {
		width: 100%;
		height: 350px;
		background: #eee;
		margin: 30px 0 30px;
	}

}


/* page-top **********************/

.page-top a {
	color: #fff;
	position: fixed;
	right: 10px;
	bottom: 10px;
	border-radius: 10px;
	text-align: center;
	display: block;
	padding: 5px 17px;
	font-size: 11px;
	background: #777;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.page-top a:hover {
	background: #c1a88b;
	opacity: 1.0;
	filter: alpha(opacity=10);
}

/*以下追加*/
.page-top {
	display: none !important;
}
#copy {font-size: 10px;
		margin-top: 100px;
		width: 100%;
		border-top: solid 1px #e7e7e7;
		text-align: center;
		padding: 20px 0 100px;
		font-family: 'Poppins', sans-serif;
		font-family: 'Cormorant', serif;
	}
#copy a{font-size: 10px;}
		
/*メニュー価格周り*/
.sub-inner-box-R p span{
	font-size: 18px;
	font-family: 'Marcellus', serif;
	margin-left: 10px;
	width: 120px;
	display: inline-block;
	margin-top: 10px;
	letter-spacing: .1em;
}

.sub-inner-box-R p {
	text-align: right;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

.sub-inner-box-3 h3 span {
    font-size: 12px;
    display: block;
    font-family: 'Zen Kaku Gothic New', sans-serif;
}
/*ヘッダー固定ロゴ*/
div#nav > a:nth-of-type(1) {
	position: absolute;
	top: 14px;
	left: 14px;
	
}
div#nav > a:nth-of-type(1) img{
	width:38px;
}
/*ヘッダー固定ONLINESTORE*/
div#nav > a:nth-of-type(2) {
	position: absolute;
	top: 14px;
	right: 65px;
	border-radius: 5px;
	padding: 8px 20px;
	font-size: 14px;
	line-height: 10px;
	border: solid 2px #717171;
}
/*ヘッダー固定instagram*/
div#nav > a:nth-of-type(3) {
	position: absolute;
	top: 14px;
	right: 17px;
}

/*フッター*/
div#foo-info-L p a:last-child {
	margin-top: 10px;
	display: block;
	width: 29px;
	height: 29px;

}	

#foo-info-L p ,#foo-info-L p a{
		font-family: 'Zen Kaku Gothic New', sans-serif;
	}

#foo-info-L p:first-child span {
	font-size: 25px;
	display: block;
	margin: 0 0 15px;
	letter-spacing: 0.05em;
	font-family: 'Cormorant', serif;
}

/*店舗情報テーブル*/
table.table-1 a{font-family: 'Zen Kaku Gothic New', sans-serif;}

/*NEWS記事フォント指定*/
div#detailWrap div span{
    font-family: 'Zen Kaku Gothic New', sans-serif;
}

span.news_List_Title a,span.news_List_Title_2 a {
    font-size: 14px;
}