/*------------------------------------------
 clearfix
 ------------------------------------------*/
.cf:after{
  content:"";
  display:block;
  clear:both;
}

/*------------------------------------------
 inner
 ------------------------------------------*/
.innerOrigin{
	width:calc(100% - 30px);
	max-width:1050px;
	margin-left: auto;
	margin-right: auto;
}

/* ----------------------------------------------------------------------
 文字揃え
---------------------------------------------------------------------- */
.txtCenter{
	text-align:center;
}
.txtLeft{
	text-align:left;
}
.txtRight{
	text-align:right;
}
.txtJustify{
	text-align:justify;
}

/* ----------------------------------------------------------------------
 AdobeFont
---------------------------------------------------------------------- */
.tenmin_font{
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
}

/* ----------------------------------------------------------------------
 画像
---------------------------------------------------------------------- */
img.img100{
	width:100%;
	display:block;
}
img.imgCenter{
	max-width: 100%;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.imgLeft{
	max-width: 100%;
	display:block;
	margin-right:auto;
}

/* ----------------------------------------------------------------------
 flexbox
---------------------------------------------------------------------- */
.flexOrigin{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: stretch;    /*全ての要素の高さを揃える*/
}
.space-between{
	justify-content: space-between; /*均等に間隔をあける*/
}
@media screen and (max-width:767px)  {
	.flex-block{
		display: block; /*スマホ時フレックス解除*/
	}
}
@media print, screen and (min-width:768px)  {
	.flexBox02{
		width:48%;
	}
	.flexBox03{
		width:30%;
	}
	.flexBox04{
		width:23%;
	}
}
@media screen and (max-width:767px)  {
	.flexBox02{
		width:100%;
	}
	.flexBox03{
		width:100%;
	}
	.flexBox04{
		width:48%;
	}
}

/*------------------------------------------
 ヘッダー
 ------------------------------------------*/
.site-navigation{
	background-color: rgba(255,255,255, .8);
}

/*------------------------------------------
 グローバルメニュー
 ------------------------------------------*/
a.menu_button:before,
a.menu_button:hover:before, a.menu_button.active:before{
	color:#000;
}
a.menu_button:hover, a.menu_button.active {
    background: transparent;
}
.mobile #global_menu a{
	background-color: rgba(255,255,255, .8) !important;
}
.menu-item *{
	color: #000 !important;
}
#main-menu li a{
	font-family: ten-mincho-text,serif;
	font-weight: 400;
	font-style: normal;
}

/* ----------------------------------------------------------------------
 ページ内リンク
---------------------------------------------------------------------- */
@media screen and (min-width: 769px){
	a.anchorLink {
	 height: 1px;
	 margin-top: -75px;
	 padding-top: 75px;
	 display: block;
	}
}
@media screen and (max-width: 768px){
	 a.anchorLink {
	 height: 1px;
	 display: block;
	 margin-top: -60px;
	 padding-top: 60px;
	}
}

/*------------------------------------------
 Recommend
 ------------------------------------------*/
.third-banner-headline{
	font-size: 20px;
	font-weight: bold;
}
@media only screen and (max-width: 771px){
	.third-banner-headline {
		font-size: 18px !important;
	}
}

/*------------------------------------------
menu
 ------------------------------------------*/

#menu {
	background: #fff;
	padding: 80px 0 0;
}
#menu table {
	width: 97%;
	margin: 0 auto;
}
#menu table th,
#menu table td {
	border-bottom: dotted 1px #ddd;
	padding: 7px 0;
}
#menu table th {
	padding-left: 32px;
}
#menu table td {
	color: #9e0a0a;
	text-align: right;
	width: 23%
}
#menu table th span {
	color: #9e0a0a;
	font-size: 0.8em;
	margin-left: 10px;
}
#menu table .menuTit {
	border: 0;
	font-size: 1.5em;
}
#menu table .rec {
	background: url(images/icon_rec.svg) no-repeat 0 7px;
	background-size: 25px auto;
}

#menu #menu_plan th span {
	font-size: 1em;
	font-style: italic;
	margin: 0;
}
.pagination {
    bottom: 0;
    left: 0;
    height: 14px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.swiper-pagination-bullet {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    margin: 0 3px;
    background-color: #9e0a0a !important;
    cursor: pointer;
    transition: all .25s linear;
}

/*------------------------------------------
 店舗情報
 ------------------------------------------*/	

.footInfo h4{
	font-size:20px;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:3px #333 solid;
}

.facebook_wrap{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 500px;
}


/*------------------------------------------
 フッター
 ------------------------------------------*/	
.footer_main, .scrolltotop {
	background-color: #FFF;
}
#footer {
	background: #FFF;
}