@import url('https://fonts.googleapis.com/earlyaccess/sawarabimincho.css');

@charset "utf-8";
/* ----------------------------------------------------------------------------
 Yabuya: ver.20170724
---------------------------------------------------------------------------- */
.album_category {
	background-color: #a87c00;
	color: #fff;
	padding: 5px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px;
	font-size: 2rem;
}
/*-----------------------------------------------------------------------------
 reset
-----------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
table {
	border-collapse: collapse;
}
a img {
	border: none;
}
.hotspot {
	cursor: pointer;
}
#tt {
	position: absolute;
	display: block;
	background: url(/img/tooltip/tt_left.gif) top left no-repeat;
}
#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(/img/tooltip/tt_top.gif) top right no-repeat;
	overflow: hidden;
}
#ttcont {
	display: block;
	padding: 2px 12px 3px 7px;
	margin-left: 5px;
	background: #ccc;
	color: #333;
	font-size: 10px;
	line-height: 16px;
}
#ttcont div.schedule_title {
	font-size: 13px;
}
#ttcont div.schedule_body {
	font-size: 11px;
}
#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(/img/tooltip/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
}
/*------------------------------------------------------------------------------
 パーツ表示切替用style
------------------------------------------------------------------------------*/
.site_description {
}
.shop_name {
}

.shop_tel {
}

.shop_rss {
	display: none;
}
.today_area {
	display: none;
}
.qr_area {
	display: none;
}
.counter_area {
	display: none;
}
.copyright {
}
.powered {
	display: none;
}

/*------------------------------------------------------------------------------
 link(default)
------------------------------------------------------------------------------*/
a:link,
a:visited {
	text-decoration: none;
	color: #564141;
}
a:hover,
a:active {
	text-decoration: none;
	color: #564141;
}
/*-----------------------------------------------------------------------------
 html / body / container
-----------------------------------------------------------------------------*/
html {
	font-size: 62.5%;
	line-height: 1.8;
	font-family: 'Sawarabi Mincho';
}
@media only screen and (max-width: 600px) {
	html {
		font-size: 46.875%;
		line-height: 1.6;
	}
}
body {
	margin: 0;
	padding: 0;
	background: #eeeeee;
	background-image: url(https://cdn.goope.jp/57306/170719121247-596ece2f94b07.png);
	font-size: 1.5em;
	color: #564141;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-y: scroll;
	word-wrap: break-word;
}

/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
#header {
	position: relative;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 20px;
	background: #eeeeee;
	background-image: url(https://yabuya.jp/img/theme_aroma/aroma_header_background.jpg);
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	border-bottom: 6px solid #A87C00;
	-webkit-box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6);
	box-shadow: 0 1px 10px -4px rgba(0, 0, 0, 0.6);
	-webkit-transition: top .5s;
	transition: top .5s;
}
#header > .inner {
	padding-left: 50px;
	padding-right: 50px;
	zoom: 1;
	position: relative;
	max-width: 960px;
	min-height: 60px;
	margin: 0 auto;
}
#header > .inner:after {
	content: '';
	display: block;
	clear: both;
}
#header .element {
	text-align: center;
	line-height: 1.2;
}
#header .logo {
	margin: .5em 0 .2em;
	font-weight: normal;
	font-size: 36px;
	font-size: 3.6rem;
}
#header .logo a img {
	max-width: 400px;
}
@media only screen and (max-width: 800px) {
	#header .logo {
		margin-left: auto;
		margin-right: auto;
	}
	#header .logo a img {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}
#header .site_description {
	margin: .3em 0;
	color: #a87c00;
	font-size: 17px;
	font-size: 1.7rem;
}
@media only screen and (max-width: 800px) {
	#header .site_description {
		/*max-width: 80%;*/
		margin-left: auto;
		margin-right: auto;
	}
}
#header .shop_tel ,
#header .shop_tel2 {
	position: relative;
	right: 0;
	top: 0;
	margin: 0 0 10px;
	text-align: right;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
}
#header .shop_tel i ,
#header .shop_tel2 i {
	font-size: 18px;
	font-size: 1.8rem;
}
@media only screen and (max-width: 800px) {
	#header .shop_tel ,
	#header .shop_tel2 {
		text-align: center;
	}
}
#header .navi.pc {
	margin: 1.5em 0 0;
}
#header .navi.pc ul {
	font-size: 0;
}
#header .navi.pc li {
	display: inline-block;
	margin: 0 0 .4em 0;
	font-size: 17px;
	font-size: 1.7rem;
}
#header .navi.pc li a {
	display: block;
	padding: .3em .7em;
}
#header .navi.pc li a:hover {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
#header .navi.pc li + li {
	border-left: 1px solid #a87c00;
}
#header .navi.pc li.active a {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 1;
	opacity: 1;
}
#header .navi.pc li.active:hover a {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	-ms-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
}
#header .navi.pc li.active:hover .sub_navi {
	display: block;
}
#header .navi.pc .sub_navi {
	display: none;
	position: absolute;
	background: #ede6d6;
	-webkit-border-radius: 0 3px 3px 3px;
	-moz-border-radius: 0 3px 3px 3px;
	-o-border-radius: 0 3px 3px 3px;
	-ms-border-radius: 0 3px 3px 3px;
	border-radius: 0 3px 3px 3px;
}
#header .navi.pc .sub_navi li {
	display: block;
	margin: 0;
	padding: .3em;
	text-align: left;
	color: #564141;
}
#header .navi.pc .sub_navi li a {
	background: none;
}
#header .navi.pc .sub_navi li a:hover {
	background: #e5dbc4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
#header .navi.pc .sub_navi li + li {
	border: none !important;
}
@media only screen and (max-width: 800px) {
	#header .navi.pc {
		display: none;
	}
}
#header.is-scroll {
	-webkit-transition: top .5s;
	transition: top .5s;
	position: fixed;
	top: 0;
	padding: 0;
}
#header.is-scroll > .inner {
	min-height: 0;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media only screen and (max-width: 800px) {
	#header.is-scroll > .inner {
		padding-top: 0;
		padding-bottom: 0;
	}
}
#header.is-scroll .logo {
	display: none;
	font-size: 2rem;
}
#header.is-scroll .logo a img {
	max-width: 200px;
	max-height: 60px;
}
@media only screen and (max-width: 800px) {
	#header.is-scroll .logo {
		display: block;
		margin: 1em 2em;
	}
}
#header.is-scroll .site_description {
	margin: 0;
}
#header.is-scroll .site_description span {
	display: none;
}
#header.is-scroll .shop_tel ,
#header.is-scroll .shop_tel2 {
	display: none;
}
#header.is-scroll .gadgets {
	display: none;
}
#header.is-scroll .navi.pc {
	margin: 0;
}
#header.hide {
	top: -200px;
}
#header .navi.mobile {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	padding: 3em;
	background: rgba(255, 255, 255, 0.95);
	box-sizing: border-box;
}
#header .navi.mobile ul {
	position: relative;
	width: 85%;
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#header .navi.mobile ul li {
	display: block;
	max-width: 800px;
	margin: 5px auto 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;

	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#header .navi.mobile ul li a {
	display: block;
	padding: .5em;
	background: #ede6d6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.1;
	color: #564141;
}
#header .navi.mobile ul li a:hover {
	background: #e2d7bd;
}
#header .navi.mobile ul li.active {
	background: #e2d7bd;
}
#header .navi.mobile ul li.active > a {
	background: transparent;
	cursor: default;
}
#header .navi.mobile ul li .sub_navi {
	width: 97%;
	padding: 5px 0;
	box-sizing: border-box;
}
#header .navi.mobile ul li .sub_navi li:first-child {
	margin: 0;
}
#header .navi.mobile ul li .sub_navi li a:hover {
	background: #d6c6a1;
}
#header #button_navi {
	position: absolute;
	right: 20px;
	top: 0;
	display: none;
	width: 24px;
	height: 100%;
}
@media only screen and (max-width: 800px) {
	#header #button_navi {
		display: block;
	}
	#header #button_navi div {
		position: absolute;
		left: 0;
		top: 50%;
		height: 30px;
		margin: -15px 0 0;
		font-size: 28px;
		font-size: 2.8rem;
		line-height: 30px;
	}
}

.sp_bnr {
	display: none;
}
@media only screen and (max-width: 800px) {
	.sp_bnr {
		display: block;
		padding-bottom:  30px !important;
	}
	.sp_bnr img {
		max-width: 100%;
		height: auto;
	}
}

/*------------------------------------------------------------------------------
 content, section
------------------------------------------------------------------------------*/
#content {
	position: relative;
}
#content > .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}
@media only screen and (max-width: 1000px) {
	#content > .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#content h2 {
	font-weight: normal;
	font-size: 30px;
	font-size: 3rem;
	line-height: 1;
}
#content h2.page_title {
	color: #a87c00;
	margin: 60px 0;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	#content h2.page_title {
		margin: 40px 0;
	}
}
#content h2.page_title a {
	color: #a87c00;
	position: relative;
	padding: .3em .2em;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: background .15s;
	transition: background .15s;
	left: 0;
}
#content h2.page_title a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
/*------------------------------------------------------------------------------
 pager
------------------------------------------------------------------------------*/
.pager {
	zoom: 1;
	position: relative;
	margin: 0;
	font-family: 'Sawarabi Mincho';
}
.pager:after {
	content: '';
	display: block;
	clear: both;
}
.pager > .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 0;
	padding-left: 20px;
	padding-right: 20px;
}
.pager > .inner div {
	zoom: 1;
	position: relative;
	text-align: center;
}
.pager > .inner div:after {
	content: '';
	display: block;
	clear: both;
}
.pager > .inner div a {
	display: inline-block;
	width: 28px;
	height: 36px;
	margin: 3px .15em;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 38px;
	color: #fff;
	background-color: #c1a46b;
}
.pager > .inner div a.chk {
	cursor: default;
	background-color: #a87c00;
}
.pager > .inner div a:hover {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media only screen and (max-width: 800px) {
	.pager .inner {
		position: relative;
		left: 0;
	}
	.pager .inner div {
		position: relative;
		left: 0;
	}
	.pager .inner div a {
		display: none;
	}
	.pager .inner div a.next,
	.pager .inner div a.prev {
		float: left;
		display: block;
		margin: 0;
		font-size: 24px;
		font-size: 2.4rem;
	}
	.pager .inner div a.next {
		float: right;
	}
	.pager .inner div a.chk {
		display: block;
		position: absolute;
		left: 50%;
		float: none;
		margin: 0 0 0 -20px;
		font-size: 30px;
		font-size: 3rem;
	}
}
/*------------------------------------------------------------------------------
 gadgets
------------------------------------------------------------------------------*/
.gadgets {
	margin: 20px 0 0;
}
.gadgets > .inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
}
.gadgets #navi_parts .navi_parts_detail {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}
.gadgets #navi_parts .navi_parts_detail img {
	display: block;
}
.gadgets #navi_parts .navi_parts_detail img.goog-te-gadget-icon {
	display: inline;
}
.gadgets #navi_parts .navi_parts_detail .goog-te-menu-value img {
	display: inline;
}
.gadgets #navi_parts .navi_parts_detail img,
.gadgets #navi_parts .navi_parts_detail iframe,
.gadgets #navi_parts .navi_parts_detail object,
.gadgets #navi_parts .navi_parts_detail embed {
	max-width: 100%;
	overflow: hidden;
}
@media only screen and (max-width: 800px) {
	.gadgets > .inner {
		text-align: center;
	}

	#header.is-scroll .gadgets {
		display: none;
	}
}

/*------------------------------------------------------------------------------
 sidebar
------------------------------------------------------------------------------*/
.sidebar {
	margin: 50px 0 0;
}
.sidebar > .inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 1000px) {
	.sidebar > .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 600px) {
	.sidebar > .inner {
		margin-bottom: -50px;
		border-top: 1px dotted #a87c00;
	}
}
.sidebar .block {
	width: 25%;
	vertical-align: top;
	margin: 0;
	padding: 0 3%;
	border-left: 1px dotted #a87c00;
	text-align: center;
}
.sidebar .block:first-child {
	margin: 0;
	border: none;
}
.sidebar .block h3 {
	margin: 0 0 10px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
}
@media only screen and (max-width: 800px) {
	.sidebar .block {
		width: 25%;
	}
}
@media only screen and (max-width: 600px) {
	.sidebar .block {
		width: 100%;
		margin: 0;
		padding: 20px 0;
		border-left: none;
		border-top: 1px dotted #a87c00;
		text-align: center;
	}
	.sidebar .block.qr_area {
		display: none !important;
	}
}
/*------------------------------------------------------------------------------
 social
------------------------------------------------------------------------------*/
.social {
	margin: 50px 0 0;
	padding: 40px 0 0;
	border-top: 1px dotted #a87c00;
}
.social > .inner {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}
@media only screen and (max-width: 1000px) {
	.social > .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.social #social_widgets .social_widget {
	display: inline-block;
	height: 20px;
	margin: 10px 0 0 10px;
	vertical-align: middle;
}
.social #social_widgets .social_widget:first-child {
	margin-left: 0;
}
.social #social_widgets .social_widget#widget_facebook_like {
	width: 150px;
}
.social #social_widgets .social_widget#widget_facebook_like iframe {
	width: 150px;
}
.social #social_widgets .social_widget#widget_facebook_follow {
	width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_follow iframe {
	width: 148px;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
	width: 300px;
	height: 72px;
	overflow: hidden;
}
.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox > div {
	display: inline-block;
}
@media only screen and (max-width: 600px) {
	.social #social_widgets .social_widget#widget_facebook_follow.social_widget_facebook_likebox {
		width: 100%;
		margin-left: 0;
	}
}
/*------------------------------------------------------------------------------
 footer
------------------------------------------------------------------------------*/
#footer {
	position: relative;
	z-index: 2;
	margin: 50px 0 0;
	padding: 0;
	background-image: url(https://yabuya.jp/img/theme_aroma/aroma_header_background.jpg);
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	border-top: 6px solid #a87c00;
	text-align: center;
	color: #564141;
}
#footer > .inner {
	zoom: 1;
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 0 30px;
}
#footer > .inner:after {
	content: '';
	display: block;
	clear: both;
}
#footer > .inner a {
	color: #564141;
}
#footer > .inner a:hover {
	text-decoration: underline;
}
@media only screen and (max-width: 1000px) {
	#footer > .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
#footer .shop_name {
	font-size: 30px;
	font-size: 3rem;
	margin: 0 0 20px 0;
}
#footer .shop_name a {
	position: relative;
	padding: .3em .2em;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: background .15s;
	transition: background .15s;
}
#footer .shop_name a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
#footer .footer_social_wrap {
	margin: 30px 0;
}
#footer .footer_social_wrap a:hover {
	text-decoration: none;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
/*------------------------------------------------------------------------------
 totopボタン
------------------------------------------------------------------------------*/
.totop {
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 10000;
	display: block;
	width: 44px;
	height: 44px;
}
.totop .button {
	visibility: hidden;
	display: block;
	width: 44px;
	height: 44px;
	margin: 0 0 0 auto;
	background: rgba(237, 230, 214, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 30px;
	font-size: 3rem;
	line-height: 44px;
	color: #564141;
}
.totop .button.is-visible {
	visibility: visible;
}
.totop .button:hover {
	cursor: pointer;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body.modal-open .totop,
body.navi-open .totop {
	display: none;
}
/*------------------------------------------------------------------------------
 ソーシャルアイコン
------------------------------------------------------------------------------*/
@font-face {
	font-family: 'icomoon';
	src: url('/css/social-icon-fonts/social-icon.eot?3koa62');
	src: url('/css/social-icon-fonts/social-icon.eot?3koa62#iefix') format('embedded-opentype'), url('/css/social-icon-fonts/social-icon.ttf?3koa62') format('truetype'), url('/css/social-icon-fonts/social-icon.woff?3koa62') format('woff'), url('/css/social-icon-fonts/social-icon.svg?3koa62#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
	content: "\e900";
	font-size: 30px;
	padding: 0 5px;
}
.icon-facebook:before {
	content: "\e901";
	font-size: 30px;
	padding: 0 5px;
}
.icon-twitter:before {
	content: "\e902";
	font-size: 30px;
	padding: 0 5px;
}
.icon-youtube {
	display: inline-block;
	width: 26px;
	height: 26px;
	color: "";
	background: url(https://cdn.goope.jp/57306/170805055837-5984dffdcb384.png) no-repeat;
	background-size: 26px 26px;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/*------------------------------------------------------------------------------
 WYSIWYGフィールド表示制御
------------------------------------------------------------------------------*/
.textfield {
	zoom: 1;
}
.textfield:after {
	content: '';
	display: block;
	clear: both;
}
.textfield img {
	max-width: 100% !important;
	height: auto !important;
}
.textfield p {
	margin: .5em 0 0 !important;
	word-break: normal;
	word-wrap: break-word;
}
.textfield p:first-child {
	margin: 0 !important;
}
.textfield ul li {
	list-style-type: disc;
	list-style-position: inside;
}
.textfield ol li {
	list-style-type: decimal;
	list-style-position: inside;
}
@media only screen and (max-width: 800px) {
	.textfield table {
		width: 100% !important;
		height: auto !important;
	}
}
.textfield iframe {
	max-width: 100% !important;
}
body#top #content > .inner {
	max-width: 960px;
	margin: 0 auto;
}
body#top .section {
	padding: 5em 0 5em;
}
body#top .section > .inner {
	max-width: 960px;
	margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
	body#top .section > .inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
body#top .section_title {
	position: relative;
	top: -.5em;
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto 2em;
	text-align: center;
	color: #a87c00;
}
body#top .section_title a,
body#top .section_title span {
	display: inline-block;
	padding: 0 1em;
	font-size: 35px;
	font-size: 3.5rem;
}
body#top .btn_details {
	margin: 2em 0 0;
	text-align: center;
	font-size: 18px;
	font-size: 1.8rem;
}
body#top .btn_details a {
	display: inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
	color: #564141;
}
body#top .btn_details a:hover {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body#top #wrap_slider {
	position: relative;
	width: 100%;
	height: 500px;
	border-bottom: 6px solid #A87C00;
	box-shadow: 0px 8px 10px 4px rgba(96, 80, 72, 0.1);
}
@media only screen and (max-width: 800px) {
	body#top #wrap_slider {
		height: 400px;
	}
}
@media only screen and (max-width: 600px) {
	body#top #wrap_slider {
		height: 300px;
	}
}
body#top #slider {
	position: relative;
	width: 100%;
	height: 500px;
	margin: 0;
	overflow: hidden;
}
body#top #slider .article {
	width: 100%;
	height: 500px;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
}
body#top #slider .article img {
	visibility: hidden;
	display: block;
	width: 100%;
	height: auto;
}
body#top #slider .article .caption {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	margin: 0;
	padding: 0 30px;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
	color: #ffffff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body#top #slider .article .caption > div {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	-webkit-transition: opacity 5s;
	transition: opacity 5s;
	padding: .5em;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
body#top #slider .article .caption .caption_txt a {
	color: #ffffff;
}
body#top #slider .article.move .caption div {
	opacity: 1;
}
@media only screen and (max-width: 800px) {
	body#top #slider {
		height: 400px;
	}
	body#top #slider .article {
		height: 400px;
	}
}
@media only screen and (max-width: 600px) {
	body#top #slider {
		height: 300px;
	}
	body#top #slider .article {
		height: 300px;
	}
}
body#top .ie #slider .article img,
body#top .ie #slider .article .caption div {
	transition: none 0s;
	transform: none;
}
body#top .ie #slider .article.move img,
body#top .ie #slider .article.move .caption div {
	transform: none;
}
body#top .slick-track {
	z-index: 1 !important;
}
body#top .slick-dots {
	bottom: 10px;
}
body#top .slick-dots li button:before {
	font-size: 14px;
	font-size: 1.4rem;
	color: #ffffff;
}
body#top .bgWhite {
	background: #f9f7ef;
	background-image: url(https://yabuya.jp/img/theme_aroma/aroma_header_background.jpg);
	background-repeat: repeat;
	box-shadow: 0px 0px 13px 3px rgba(96, 80, 72, 0.1);
}
body#top .welcomemessage {
	border: none;
	text-align: center;
}
body#top .information {
	zoom: 1;
	float: none;
	min-width: 300px;
	margin: 20px 0 0;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 1;
	opacity: 1;
}
body#top .information .list {
	zoom: 1;
	margin-top: -20px;
	text-align: center;
}
body#top .information .list:after {
	content: '';
	display: block;
	clear: both;
}
body#top .information:after {
	content: '';
	display: block;
	clear: both;
}
body#top .information .photo {
	float: left;
	display: block;
	width: 120px;
	height: 120px;
	margin: 0 -140px 0 0;
	background: rgba(237, 230, 214, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
body#top .information .photo img {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
body#top .information .photo img.show {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 1;
	opacity: 1;
}
body#top .information .summary {
	float: right;
	display: block;
	width: 100%;
	padding: 0 0 13px 0;
}
body#top .information .summary > .inner {
	display: block;
}
body#top .information .summary .date {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	padding: 0 0 3px 0;
	color: #a87c00;
}
body#top .information .summary .date span {
	vertical-align: .15em;
	font-size: 12px;
	font-size: 1.2rem;
}
body#top .information .summary .article:hover {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
@media only screen and (max-width: 600px) {
	body#top .information .article .summary {
		padding: 0;
	}
}
body#top .section_photo .slick-slider {
	margin: 0;
}
body#top .section_photo .list {
	display: block;
	width: 100%;
	height: 184px;
	margin: 0 0 60px 0;
}
body#top .section_photo .list.float {
	text-align: center;
	letter-spacing: -.25em;
}
body#top .section_photo .list.float li {
	display: inline-block !important;
	letter-spacing: normal;
}
body#top .section_photo .list li {
	display: block;
	width: 184px;
	height: 184px;
	overflow: hidden;
	margin-left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
body#top .section_photo .list li:first-child {
	margin: 0;
}
body#top .section_photo .list li a,
body#top .section_photo .list li span {
	display: block;
	width: 100%;
	height: 100%;
	background: #ccc;
}
body#top .section_photo .list li a img,
body#top .section_photo .list li span img {
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
body#top .section_photo .list li a img.show,
body#top .section_photo .list li span img.show {
	opacity: 1;
}
body#top .section_photo .arrow-prev,
body#top .section_photo .arrow-next {
	cursor: pointer;
	outline: none;
	position: absolute;
	top: 50%;
	z-index: 1;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	padding: 0;
	background: rgba(102, 102, 102, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 44px;
	font-size: 4.4rem;
	line-height: 40px;
	color: #ffffff;
}
body#top .section_photo .arrow-prev:hover,
body#top .section_photo .arrow-next:hover {
	background: rgba(102, 102, 102, 0.8);
}
body#top .section_photo .arrow-prev {
	left: -20px;
	left: 10px;
}
body#top .section_photo .arrow-next {
	right: -20px;
	right: 10px;
}
body#top .about {
	position: relative;
}
body#top .about .section_title {
	max-width: none;
}
body#top .about > .inner {
	zoom: 1;
}
body#top .about > .inner:after {
	content: '';
	display: block;
	clear: both;
}
body#top .about .block {
	float: none;
	width: 100%;
}
body#top .about .block.map iframe {
	height: 470px;
}
body#top .about .block.summary {
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0;
}
body#top .about .block.summary table {
	width: 65%;
	margin: 0 auto;
	table-layout: fixed;
}
body#top .about .block.summary tr {
	display: table-row;
	margin: 0;
}
body#top .about .block.summary tr:first-child th,
body#top .about .block.summary tr:first-child td {
	border-top: none;
}
body#top .about .block.summary th,
body#top .about .block.summary td {
	display: table-cell;
	padding: 1em;
	border: 1px dotted #a87c00;
	border-bottom: none;
	border-left: none;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}
body#top .about .block.summary th {
	width: 35%;
}
body#top .about .block.summary td {
	width: 65%;
	border-right: none;
	word-wrap: break-word;
	word-break: break-word;
}
@media only screen and (max-width: 800px) {
	body#top .about .block.map iframe {
		height: 300px;
	}
	body#top .about .block.summary table {
		width: 80%;
	}
}
@media only screen and (max-width: 600px) {
	body#top .about .block.summary table {
		width: 100%;
	}
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact textarea {
	width: 100%;
	background: #FAFAFA;
	border: 1px solid #e4e2e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email] {
	padding: 8px;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 2rem;
}
body#top .contact input[type=text] {
	width: 100%;
}
body#top .contact input[type=text].contact_small {
	width: 60% !important;
}
body#top .contact textarea {
	width: 100%;
	height: 180px;
	padding: 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
body#top .contact input[type=text]:focus,
body#top .contact input[type=tel]:focus,
body#top .contact input[type=email]:focus,
body#top .contact textarea:focus {
	background: #ffffff;
	border: 1px solid #ff5a39;
	outline: none;
}
body#top .contact label {
	font-size: 20px;
	font-size: 2rem;
}
body#top .contact label .requier {
	color: #993737;
}
body#top .contact .checkbox,
body#top .contact .radio {
	display: block;
}
body#top .contact .checkbox label,
body#top .contact .radio label {
	margin-right: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
body#top .contact select {
	padding: 7px;
	background: #FAFAFA;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #564141;
}
body#top .contact select:focus {
	outline: none;
}
body#top .contact input[type=submit]:focus {
	outline: none;
}
body#top .contact .wrap_select {
	position: relative;
	display: inline;
}
body#top .contact .select_arrow {
	position: absolute;
	right: 10px;
	bottom: 12px;
	line-height: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #564141;
}
body#top .contact .button {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 10px;
	background: #b99e24;
	background: -moz-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b99e24), color-stop(100%, #a87c00), color-stop(100%, #752201), color-stop(100%, #a87c00));
	background: -webkit-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -o-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -ms-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: linear-gradient(to bottom, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b99e24', endColorstr='#a87c00', GradientType=0);
	font-size: 14px;
	color: #fff;
	border: none;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body#top .contact .button:hover,
body#top .contact .button:active {
	cursor: pointer;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body#top .contact input[type=text],
body#top .contact input[type=tel],
body#top .contact input[type=email],
body#top .contact select,
body#top .contact textarea {
	background: #ffffff;
	border-color: #dcdbdb;
}
body#top .contact .contact_area {
	display: block;
	margin-top: 2.5em;
}
body#top .contact .contact_area:first-child {
	margin-top: 0;
}
body#top .contact .button {
	margin: 3em 0 0;
}
body#top .contact .checkbox,
body#top .contact .radio {
	display: inline-block;
}
body#top .contact label {
	font-size: 18px;
	font-size: 1.8rem;
}
body#top .contact form {
	width: 50%;
	margin: 0 auto;
}
@media only screen and (max-width: 800px) {
	body#top .contact form {
		width: 80%;
	}
}
@media only screen and (max-width: 600px) {
	body#top .contact form {
		width: 100%;
	}
}
body#info .navi.mobile .sub_navi li {
	background: transparent;
}
body#info .navi.mobile .sub_navi li a {
	font-size: 16px;
	font-size: 1.6rem;
}
body#info .navi.mobile .sub_navi li.year {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	color: rgba(86, 65, 65, 0.7);
	color: #8b8b8b;
}
body#info .navi.mobile .sub_navi li.year div {
	margin: 0 0 10px;
}
body#info .navi.mobile .sub_navi li.year div.month {
	margin: 0;
}
body#info .navi.mobile .sub_navi li.year div.month a {
	display: inline-block;
	padding: .2em;
	margin: 0 5px 10px;
	font-size: 16px;
	font-size: 1.6rem;
}
body#info .article {
	margin: 4em 0 0;
}
body#info .article:first-child {
	margin: 0;
}
body#info .article .date {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
	font-family: 'Sawarabi Mincho';
}
body#info .article .date span {
	vertical-align: 2px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
body#info .article .body .article_title {
	margin: 10px 0 0;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
}
body#info .article .body .article_title a {
	position: relative;
	padding: .3em .2em;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: background .15s;
	transition: background .15s;
}
body#info .article .body .article_title a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
body#info .article .body .article_title a:hover {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body#info .article .body .photo {
	float: right;
	max-width: 50%;
	margin: 20px 0 1.2em 1.5em;
}
body#info .article .body .photo img {
	max-width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
body#info .article .body .textfield {
	margin: 20px 0 0;
}
body#info .article .body .textfield p:first-child {
	margin: 0 !important;
}
@media only screen and (max-width: 600px) {
	body#info .article .date {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}
	body#info .article .date div {
		display: inline;
	}
	body#info .article .date div.month {
		margin-right: 5px;
		font-size: 22px;
		font-size: 2.2rem;
	}
	body#info .article .body {
		float: none;
	}
	body#info .article .body .inner {
		margin: 0;
	}
	body#info .article .body h3 {
		margin: 0 0 20px;
	}
	body#info .article .body .photo {
		float: none;
		max-width: 100%;
		margin: 10px 0 0;
	}
	body#info .article .body .textfield {
		margin: 10px 0 0;
	}
}
body#photo #index {
	margin: 0;
}
body#photo #index .album {
	zoom: 1;
	margin: 30px 0 0;
}
body#photo #index .album:after {
	content: '';
	display: block;
	clear: both;
}
body#photo #index .album:first-child {
	margin: 0;
}
body#photo #index .album .album_title {
	margin: 0 0 20px;
	font-weight: normal;
	line-height: 1.2;
}
body#photo #index .album .album_title > span {
	position: relative;
	background-color: #a87c00;
	color: #fff;
	padding: 5px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px;
	font-size: 2rem;
}
body#photo #index .album .album_title a {
	color: #ffffff;
	position: relative;
	padding: .3em .2em;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: background .15s;
	transition: background .15s;
}
body#photo #index .album .album_title a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
body#photo #index .album .thumb {
	visibility: hidden;
	float: left;
	width: 20%;
	height: 152px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0;
}
body#photo #index .album .thumb a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 1;
	opacity: 1;
}
body#photo #index .album .thumb a:hover {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body#photo #index .album .thumb a:focus {
	outline: none;
}
body#photo #index .album .thumb a img {
	position: absolute;
	display: block;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
body#photo #index .album .thumb a img.show {
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 1;
	opacity: 1;
}
@media only screen and (max-width: 800px) {
	body#photo #index .album .thumb {
		margin-right: 5px;
		margin-bottom: 5px;
	}
}
body#photo #entries {
	position: relative;
}
body#photo #entries h3 {
	margin: 0 0 15px;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}
body#photo #entries .article {
	position: relative;
	margin: 4em 0 0;
}
body#photo #entries .article:first-child {
	margin: 0;
}
body#photo #entries .article h4 {
	margin: 1em 0 0;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}
body#photo #entries .article .textfield {
	margin: .5em 0 0;
}
body#photo #entries .article .photo {
	width: 100%;
}
body#photo #entries .article .photo img {
	display: block;
	max-width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
body#photo #navi li .sub_navi li a {
	display: block;
}
body#menu .list {
	margin: 3.5em 0 0;
}
body#menu .page_title + .list {
	margin: 0;
}
body#menu .article {
	zoom: 1;
	margin: 60px 0 0;
}
body#menu .article:after {
	content: '';
	display: block;
	clear: both;
}
body#menu .category_title {
	position: relative;
	line-height: 1.2;
}
body#menu .category_title span {
	position: relative;
	top: -.6em;
	padding-right: 1em;
	background-color: #a87c00;
	color: #fff;
	padding: 5px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px;
	font-size: 2rem;
}
body#menu .category_title + .article {
	margin-top: 30px;
}
body#menu .article_title {
	margin: 10px 0 0;
	font-weight: normal;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
}
body#menu .article_title .recommend {
	color: #e0b500;
}
body#menu .article_title a {
	position: relative;
	padding: .3em .2em;
	background: transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	-webkit-transition: background .15s;
	transition: background .15s;
}
body#menu .article_title a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	text-decoration: none;
}
body#menu .photo {
	float: right;
	max-width: 50%;
	margin: 20px 0 1.2em 1.5em;
}
body#menu .photo img {
	display: block;
	max-width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
@media only screen and (max-width: 600px) {
	body#menu .photo {
		float: none;
		max-width: 100%;
		margin: 0 auto 1.5em;
	}
}
body#menu .price {
	margin: 1em 0 0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1;
}
body#menu .text {
	margin: 1em 0 0;
}
body#calendar .wrap_calendar .navi {
	margin: 0;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
}
body#calendar .wrap_calendar .navi a {
	font-size: 14px;
	font-size: 1.4rem;
}
body#calendar .table_calendar {
	margin: 2em 0 0;
}
body#calendar .table_calendar th {
	margin: 3px 0;
	font-size: 16px;
	font-size: 1.6rem;
}
body#calendar .table_calendar th.sun {
	color: #ff4520;
}
body#calendar .table_calendar td {
	position: relative;
	height: 112px;
	padding: 5px;
	border: 1px solid #A87C00;
}
body#calendar .table_calendar td p.day {
	margin: 0;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Sawarabi Mincho';
	font-size: 20px;
	font-size: 2rem;
}
body#calendar .table_calendar td.sun p.day {
	color: #ff5a39;
}
body#calendar .table_calendar td a {
	position: absolute;
	left: 42%;
	top: 50%;
}
@media only screen and (max-width: 800px) {
	body#calendar .table_calendar th {
		padding: 3px 0;
	}
	body#calendar .table_calendar td {
		height: 72px;
		border: 1px solid #a87c00;
	}
	body#calendar .table_calendar td p.day {
		padding: .35em;
		font-size: 20px;
		font-size: 2rem;
	}
	body#calendar .table_calendar td a {
		top: 50%;
	}
}
@media only screen and (max-width: 600px) {
	body#calendar .table_calendar td p.day {
		padding: .4em;
	}
	body#calendar .table_calendar td a {
		left: 16%;
	}
}
body#calendar .schedule {
	padding-top: 1.5em;
}
body#calendar .schedule dl.article {
	margin: 1.5em 0 0;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #a87c00;
	border-bottom-style: dotted;
}
body#calendar .schedule dl.article dt.date {
	margin: 0 0 1em;
	padding: 0 0 .1em;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	color: #564141;
}
body#calendar .schedule dl.article dd {
	zoom: 1;
	margin: 1em 0 0;
	font-size: 16px;
	font-size: 1.6rem;
}
body#calendar .schedule dl.article dd:after {
	content: '';
	display: block;
	clear: both;
}
body#calendar .schedule dl.article dd .category {
	float: left;
	margin-right: 1em;
	padding: .22em .43em;
	background-color: #a87c00;
	color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
body#calendar .schedule dl.article dd a:link,
body#calendar .schedule dl.article dd a:visited {
	text-decoration: none;
}
body#calendar .schedule dl.article dd a:hover,
body#calendar .schedule dl.article dd a:active {
	text-decoration: underline;
}
body#calendar .details > div {
	zoom: 1;
}
body#calendar .details > div:after {
	content: '';
	display: block;
	clear: both;
}
body#calendar .details .category {
	float: left;
	margin-right: 1em;
	padding: .22em .43em;
	background-color: #a87c00;
	color: #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
body#calendar .details .date {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	vertical-align: bottom;
}
body#calendar .details h3 {
	margin: .5em 0;
	font-size: 22px;
	font-size: 2.2rem;
}
body#calendar .details img {
	max-width: 100%;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
body#about .map,
body#about .summary {
	width: 100%;
}
body#about .map iframe {
	height: 470px;
}
body#about .summary {
	width: 100%;
	max-width: 960px;
	margin: 50px auto 0;
}
body#about .summary table {
	width: 65%;
	margin: 0 auto;
}
body#about .summary tr {
	display: table-row;
	margin: 0;
}
body#about .summary tr:first-child th,
body#about .summary tr:first-child td {
	border-top: none;
}
body#about .summary th,
body#about .summary td {
	display: table-cell;
	padding: 1em;
	line-height: 1.2;
	border: 1px dotted #a87c00;
	border-bottom: none;
	border-left: none;
	font-size: 16px;
	font-size: 1.6rem;
}
body#about .summary th {
	width: 35%;
}
body#about .summary td {
	width: 65%;
	border-right: none;
	word-wrap: break-word;
	word-break: break-word;
}
@media only screen and (max-width: 800px) {
	body#about .summary table {
		width: 80%;
	}
}
@media only screen and (max-width: 600px) {
	body#about .summary table {
		width: 100%;
	}
}
body#contact .message {
	margin: 0 0 40px;
	padding: 1em;
	background: #ffd9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-size: 1.6rem;
}
body#contact form {
	position: relative;
	width: 65%;
	margin: 0 auto;
}
body#contact form .contact_area,
body#contact form .button_area {
	margin: 2.5em 0 0;
}
body#contact form .contact_area:first-child,
body#contact form .button_area:first-child {
	margin: 0;
}
body#contact form .contact_area br {
	display: none;
}
body#contact form .contact_area > label {
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
}
body#contact form .contact_area .checkbox label,
body#contact form .contact_area .radio label {
	position: static;
	display: inline;
	width: auto;
	padding: 0;
	background: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	font-weight: normal;
	color: #564141;
	word-break: break-all;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form textarea {
	width: 100%;
	background: #FAFAFA;
	border: 1px solid #e4e2e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email] {
	padding: 8px;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 2rem;
}
body#contact form input[type=text] {
	width: 100%;
}
body#contact form input[type=text].contact_small {
	width: 60% !important;
}
body#contact form textarea {
	width: 100%;
	height: 180px;
	padding: 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
body#contact form input[type=text]:focus,
body#contact form input[type=tel]:focus,
body#contact form input[type=email]:focus,
body#contact form textarea:focus {
	background: #ffffff;
	border: 1px solid #ff5a39;
	outline: none;
}
body#contact form label {
	font-size: 20px;
	font-size: 2rem;
}
body#contact form label .requier {
	color: #993737;
}
body#contact form .checkbox,
body#contact form .radio {
	display: block;
}
body#contact form .checkbox label,
body#contact form .radio label {
	margin-right: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
body#contact form select {

	padding: 7px;
	background: #FAFAFA;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #564141;
}
body#contact form select:focus {
	outline: none;
}
body#contact form input[type=submit]:focus {
	outline: none;
}
body#contact form .wrap_select {
	position: relative;
	display: inline;
}
body#contact form .select_arrow {
	position: absolute;
	right: 10px;
	bottom: 12px;
	line-height: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #564141;
}
body#contact form .button {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 10px;
	background: #b99e24;
	background: -moz-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b99e24), color-stop(100%, #a87c00), color-stop(100%, #752201), color-stop(100%, #a87c00));
	background: -webkit-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -o-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -ms-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: linear-gradient(to bottom, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b99e24', endColorstr='#a87c00', GradientType=0);
	font-size: 14px;
	color: #fff;
	border: none;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body#contact form .button:hover,
body#contact form .button:active {
	cursor: pointer;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body#contact form input[type=text],
body#contact form input[type=tel],
body#contact form input[type=email],
body#contact form select,
body#contact form textarea {
	background: #ffffff;
	border-color: #dcdbdb;
}
body#contact form .checkbox,
body#contact form .radio {
	display: inline;
	word-break: break-all;
}
body#contact form select {
	width: 100% !important;
}
body#contact form input[type=submit] {
	margin: 3em 0;
}
@media only screen and (max-width: 800px) {
	body#contact form {
		width: 80%;
	}
}
@media only screen and (max-width: 600px) {
	body#contact form {
		width: 100%;
	}
}
body#contact .personal_info {
	margin: 2.5em 0 0;
}
body#contact .personal_info p {
	margin-bottom: 0;
}
body#coupon .autopagerize_page_element {
	zoom: 1;
	overflow: hidden;
	margin-top: -30px;
}
body#coupon .autopagerize_page_element:after {
	content: '';
	display: block;
	clear: both;
}
body#coupon .article {
	float: left;
	width: 31%;
	margin: 30px 0 0 20px;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
@media screen and (max-width: 600px) {
	body#coupon .article {
		margin-left: 0;
	}
}
body#coupon .article .summary {
	padding: 10px;
}
body#coupon .article h4 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}
body#coupon .article .image {
	display: none;
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
body#coupon .article .image img {
	display: block;
	max-width: 100%;
}
body#coupon .article .text {
	margin: 12px 0 0;
}
body#coupon .article:nth-child(odd) {
	margin-left: 0;
}
body#coupon .article .article_title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
	margin: .2em 0 0;
}

body#coupon .article .qrcode {
	float: right;
	margin: 5px 0 5px 10px;
}
@media only screen and (max-width: 600px) {
	body#coupon .article .qrcode {
		display: none;
	}
}
body#coupon .article .text {
	margin: .5em 0 0;
}
body#coupon .article .text li {
	padding-left: 5em;
	text-indent: -5em;
	font-weight: bold;
}
body#coupon .article .text li span {
	font-weight: normal;
}
body#coupon .print {
	margin: 20px 0 0;
	text-align: right;
}
body#coupon .print a {
	display: inline-block;
	padding: .5em;
	background: rgba(237, 230, 214, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	line-height: 1;
}
body#coupon .print a:hover {
	background: #ede6d6;
}
body#reservation .message {
	margin: 0 0 40px;
	padding: 1em;
	background: #ffd9d9;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 16px;
	font-size: 1.6rem;
}
body#reservation form {
	position: relative;
	width: 65%;
	margin: 0 auto;
}
body#reservation form .reservation_area {
	margin: 40px 0 0;
}
body#reservation form .reservation_area:first-child {
	margin: 0;
}
body#reservation form .reservation_area > label {
	font-size: 18px;
	font-size: 1.8rem;
}
body#reservation form .reservation_area .checkbox label,
body#reservation form .reservation_area .radio label {
	word-break: break-all;
}
body#reservation form .reservation_area .reservation_course_body img {
	display: block;
	max-width: 100%;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form textarea {
	width: 100%;
	background: #FAFAFA;
	border: 1px solid #e4e2e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email] {
	padding: 8px;
	box-sizing: border-box;
	font-size: 20px;
	font-size: 2rem;
}
body#reservation form input[type=text] {
	width: 100%;
}
body#reservation form input[type=text].contact_small {
	width: 60% !important;
}
body#reservation form textarea {
	width: 100%;
	height: 180px;
	padding: 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6;
}
body#reservation form input[type=text]:focus,
body#reservation form input[type=tel]:focus,
body#reservation form input[type=email]:focus,
body#reservation form textarea:focus {
	background: #ffffff;
	border: 1px solid #ff5a39;
	outline: none;
}
body#reservation form label {
	font-size: 20px;
	font-size: 2rem;
}
body#reservation form label .requier {
	color: #993737;
}
body#reservation form .checkbox,
body#reservation form .radio {
	display: block;
}
body#reservation form .checkbox label,
body#reservation form .radio label {
	margin-right: 10px;
	font-size: 18px;
	font-size: 1.8rem;
}
body#reservation form select {
	padding: 7px;
	background: #FAFAFA;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #564141;
}
body#reservation form select:focus {
	outline: none;
}
body#reservation form input[type=submit]:focus {
	outline: none;
}
body#reservation form .wrap_select {
	position: relative;
	display: inline;
}
body#reservation form .select_arrow {
	position: absolute;
	right: 10px;
	bottom: 12px;
	line-height: 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #564141;
}
body#reservation form .button {
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0 10px;
	background: #b99e24;
	background: -moz-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b99e24), color-stop(100%, #a87c00), color-stop(100%, #752201), color-stop(100%, #a87c00));
	background: -webkit-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -o-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: -ms-linear-gradient(top, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	background: linear-gradient(to bottom, #b99e24 0%, #a87c00 100%, #752201 100%, #a87c00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b99e24', endColorstr='#a87c00', GradientType=0);
	font-size: 14px;
	color: #fff;
	border: none;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body#reservation form .button:hover,
body#reservation form .button:active {
	cursor: pointer;
	filter: alpha(opacity=@value * 100);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
body#reservation form input[type=text],
body#reservation form input[type=tel],
body#reservation form input[type=email],
body#reservation form select,
body#reservation form textarea {
	background: #ffffff;
	border-color: #dcdbdb;
}
body#reservation form .checkbox,
body#reservation form .radio {
	display: inline;
	word-break: break-all;
}
body#reservation form input[type=submit] {
	margin: 3em 0;
}
@media only screen and (max-width: 800px) {
	body#reservation form {
		width: 80%;
	}
}
@media only screen and (max-width: 600px) {
	body#reservation form {
		width: 100%;
	}
}
body#reservation .list {
	zoom: 1;
	overflow: hidden;
}
body#reservation .list:after {
	content: '';
	display: block;
	clear: both;
}
body#reservation .list .info {
	margin-top: 0;
}
body#reservation .list .info .note {
	margin: 0 0 1em;
	text-align: center;
}
body#reservation .list .info .summary {
	margin: 0 0 1em;
	padding: 1em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
	font-size: 26px;
	font-size: 2.6rem;
}
body#reservation .articles {
	margin-top: -30px;
}
body#reservation .articles .article {
	float: left;
	width: 31%;
	margin: 30px 0 0 20px;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
}
@media screen and (max-width: 600px) {
	body#reservation .articles .article {
		margin-left: 0;
	}
}
body#reservation .articles .article .summary {
	padding: 10px;
}
body#reservation .articles .article h4 {
	margin: 10px 0;
	font-weight: normal;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.2;
}
body#reservation .articles .article .image {
	display: none;
	height: 200px;
	overflow: hidden;
	background-size: cover;
	background-position: 50%;
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
body#reservation .articles .article .image img {
	display: block;
	max-width: 100%;
}
body#reservation .articles .article .text {
	margin: 12px 0 0;
}
body#reservation .articles .article:nth-child(odd) {
	margin-left: 0;
}
body#reservation .articles .article .article_title {
	margin: .2em 0 0;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.2;
}
body#reservation .articles .article .text {
	margin: .5em 0 0;
}
body#calendar .table_calendar th.sun {
	color: #ff5a39;
}
.web-font {
	font-family: 'Sawarabi Mincho';
}



/* フェザン店 */

.menu {
	margin: 40px auto;
	max-width: 800px;
}
.menu:after {
	content: '';
	display: block;
	clear: both;

}
.menu-txt {
	float: left;
	width: 55%;
}
.menu-pic {
	float: right;
	width: 40%;
}

#content .menu h2 {
}
#content .menu h2 span {
	display: inline-block;
	margin-bottom: 15px;
	padding: 10px 20px;
	background-color: #a87c00;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	font-size: 20px;
	font-size: 2rem;
}

#content .menu p {
	font-size: 20px;
	font-size: 2.0rem;
}

@media screen and (max-width: 800px) {
	.menu-txt ,
	.menu-pic {
		float: none;
		width: 100%;
	}

	#content .menu h2 {
		font-weight: bold;
		text-align: center;
	}

	.menu-pic {
		margin-bottom: 10px;
	}

	.menu {
		text-align: center;
	}
	.menu p {
		display: inline-block;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}
}


/* 宮沢賢治とやぶ屋 */

.kenji {
	margin: 0 auto 40px;
	max-width: 850px;
}
.kenji:after {
	content: '';
	display: block;
	clear: both;

}

#content .kenji h2 {
	margin-bottom: 20px;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
}

.kenji h3 {
	font-weight: bold;
}

.kenji-txt {
	float: left;
	width: 65%;
}
.kenji-pic {
	float: right;
	width: 30%;
	text-align: center;
	line-height: 1;
}

.kenji-txt p {
	font-size: 16px;
	font-size: 1.6rem;
}

.kenji-pic img {
	margin-bottom: 5px;
}

.kenji-pic p {
	margin: 0 0 20px !important;
	font-size: 13px;
	font-size: 1.3rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	line-height: 1.3;
}

.kenji dl {
	margin-top: 15px;
}
.kenji dt {
	margin-bottom: 2px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
.kenji dd {
	margin-left: 0.5em;
	font-size: 13px;
	font-size: 1.3rem;
}

@media screen and (max-width: 800px) {
	.kenji-txt ,
	.kenji-pic {
		float: none;
		width: 100%;
	}
	.kenji-txt {
		margin-bottom: 15px;
	}
	.kenji-pic {
		margin-bottom: 10px;
	}
	.kenji-pic p {
		text-align: center;
	}
	.kenji-pic p span {
		display: inline-block;
	}
}
