@charset "utf-8";
/* CSS Document */

/* html5 ------------------------------------- */
header, footer, nav, section, article, figure, aside {
	　display: block;
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
iframe {
    vertical-align: bottom;
}
/* clearfix---------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/* common ---------------------------------------- */

html {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.6em;
	color: #a68d5b;
	font-size: 0.9em;
	font-family: "FOT-筑紫明朝 Pr6 LB", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 100%;
	height: 100%;
}

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

h1,h2,h3,h4,h5,h6 {
	color: #C7000A;
}

a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #C7000A;
}
a:active {
}


#wrap {
	margin-left: auto;
	margin-right: auto;
	border-right: 1px solid #a68d5b;
	border-left: 1px solid #a68d5b;
	background-color: #C7000A;
	background-image: url(images/bg_sidebar.png);
	width: 1280px;
}



/* main navigation ---------------------------------------- */

#contents_nav {
	width: 240px;
	float: left;
}
#contents_nav .logo_box .side_tel {
/*	width: 170px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/ico_tel.png);
	background-repeat: no-repeat;
	min-height: 24px;
	margin-top: 6px;
	padding-left: 24px;*/
	font-size: 1.4em;
}
#contents_nav .logo_box {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}
#contents_nav .logo_box h1 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #ffffff;
}
#contents_nav #pc_nav {
	border-top: 1px solid #a68d5b;
	font-family: "FOT-筑紫明朝 Pr6 LB";
}
#contents_nav #pc_nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contents_nav #pc_nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	border-bottom: 1px solid #a68d5b;
}
#contents_nav #pc_nav ul li a {
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	line-height: 2.8em;
	padding-left: 14px;
	color: #ffffff;
}
#contents_nav #pc_nav ul li a:hover {
	background-color: #a68d5b;
	color: #C7000A;
}

#contents_nav #pc_nav ul ul#sub_nav {
	display: none;
}
#contents_nav #pc_nav ul ul#sub_nav li {

}
#contents_nav #pc_nav ul ul#sub_nav li a {
	line-height: 2.2em;
	background-color: #800b00;
	padding-left: 50px;
}
#contents_nav #pc_nav ul ul#sub_nav li a:hover {
	background-color: rgba(255,255,255,0.3);
}
#contents_nav #pc_nav ul li a.click {
	background-image: url(images/arr_down.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}
#contents_nav #pc_nav ul li a.click.active {
	background-image: url(images/arr_up.png);
	background-repeat: no-repeat;
	background-position: 200px center;
}


/* main contents ---------------------------------------- */

#contents_main {
	border-left: 1px solid #a68d5b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 1039px;
	float: right;
	background-image: url(images/bg.png);
	background-color: #ffffff;
}

/* information ---------------------------------------- */

.bg_news {
	background-color:#A68D5B;
}
#index_info_list {
	padding-top: 40px;
	padding-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 86%;
}
#index_info_list ul {
	margin-left: 0px;
	margin-right: 0px;
	font-size: 0.9em;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#index_info_list ul li {
	list-style-type: none;
	border-bottom: 1px dotted #ffffff;
	margin-bottom: 12px;
	padding-bottom: 12px;
	clear: none;
}
#index_info_list ul li .day {
	color: #ffffff;
	display: block;
	width: 100px;
	float: left;
}
#index_info_list ul li a {
	display: block;
	margin-left: 100px;
}
#index_info_list ul li a:hover {
}
#index_info_list h3 {
	font-size: 1.6em;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 24px;
	padding-right: 16px;
	padding-bottom: 30px;
	padding-left: 16px;
	color:#ffffff;
}
.sns_links {
	text-align: center;
	-webkit-padding-start: 0px;
}
.sns_links li {
	display: inline-block;
	padding: 0px 1em;
}
.sns_links li a {
	text-decoration: none;
	display: block;
}
.sns_links li a i {
    font-size: 24px;
}


/* google map ---------------------------------------- */

.google-maps {
position: relative;
padding-bottom: 40%; /*縦横比*/
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


/* footer ---------------------------------------- */

#main_footer {
	background-color: #1f0700;
}
#main_footer #btm_shop_info {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
}
#main_footer #btm_shop_info .fb_box {
	width: 420px;
	float: left;
	margin-left: 40px;
}
#main_footer #btm_shop_info .img_box {
	width: 420px;
	float: left;
	margin-left: 40px;
}
#main_footer #btm_shop_info .add_box {
	width: 420px;
	float: right;
	margin-right: 40px;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 0.9em;
}
#main_footer #btm_shop_info .add_box h3 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1em;
	padding-left: 0px;
	font-size: 2em;
	color: #a68d5b;
}
#main_footer #btm_shop_info .add_box .btn {
	text-align: center;
	padding: 10px 0px;
}
#main_footer #btm_shop_info .add_box .btn a {
	display: block;
	background-image: url(images/bg_sidebar.png);
	border-radius: 3px;
	padding: 10px;
	text-decoration: none;
	font-size: 18px;
}
#main_footer #btm_shop_info .add_box .btn a:hover {
	color: #ffffff;
}

#main_footer .banner_area {
	text-align: center;
}    
#main_footer .banner_area ul {
    -webkit-padding-start: 0px;
}
#main_footer .banner_area li {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 5px;
	width: 254px;
}
#main_footer #btm_copyright {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	font-style: normal;
	font-size: 0.9em;
	background-color:#1f0700;
}


/*--------------------------------
PC Footer
---------------------------------*/
.pc_bottom {
    clear: both;
    display: block;
    bottom: 33px;
    right: 0px;
    position: fixed;
}
.pc_bottom p {
    display: inline-block;
    text-decoration: none;
    margin: 0px 2px;
    color: #ffffff;
	background-image: url(images/bg_sidebar.png);
    letter-spacing: 0.1em;
    border-radius: 3px;
    padding: 2px 8px;
}
.pc_bottom a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    z-index: 1000;
}
/*--------------------------------
SP Footer
---------------------------------*/
ul.footer_menu {
    margin: 0 auto;
    padding: 12px 0;
    width: 100%;
    overflow: hidden;
    display: table;
    table-layout: fixed;
    text-align: center;
}
 
ul.footer_menu li {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align:middle;
    list-style-type: none;
    font-size: 13px;
    line-height: 15px;
}
 
ul.footer_menu li a i {
    font-size: 24px;
}
 
ul.footer_menu li a {
    border: none;
    display: block;
    color: #250800;
    text-align: center;
    text-decoration: none;
}
 
.footer_menu {
    position: fixed;
    bottom: 0;
    left:0;
    background: #fff;
    z-index: 9999999999;
    -moz-opacity: 0.9;
    opacity: 0.9;
}



/* wordpress ---------------------------------------- */

.contents_inner h1,.contents_inner h2,.contents_inner h3,.contents_inner h4,.contents_inner h5,.contents_inner h6{

}
.contents_inner h1 {
	font-size: 1.3em;
}

.contents_inner .wp-caption {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.contents_inner .alignleft {
	float: left;
}
.contents_inner .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.contents_inner img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.contents_inner .alignright {
	float: right;
}
.contents_inner .wp-caption-text{
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #7F7F7F;
}

blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
blockquote p:last-child {
	margin-bottom: 0;
}

/* thumbnail list ---------------------------------------- */

.thumbnail_list {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 32px;
	padding-bottom: 32px;
}
.thumbnail_list_inner {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	font-family: "FOT-筑紫明朝 Pr6 D";
}

.thumbnail_list_inner div {
	width: 23%;
	float: left;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
	text-align: center;
	font-weight: bold;
    color: #FFF;
}
.thumbnail_list_inner div img {
	max-width: 100%;
	height: auto;
}
.thumbnail_list_inner div span {
	display: block;
	color: #D2000E;
	font-size: 0.9em;
	font-weight: normal;
}


/* media query ---------------------------------------- */



@media (min-width:768px){
.sp_only {
	display: none;
}
div.bnr_group {
	text-align:center;
	padding:20px 0;
}
div.bnr_group img {
	width:220px;
}
div.bnr_group_2 img{
	width:90%;
	max-width:800px;
}
}

@media (max-width:767px){
.pc_only {
	display: none;
}
div.bnr_group {
	text-align:center;
}
div.bnr_group img {
	width:94%;	
}
div.bnr_group_2 img{
	width:90%;
	max-width:400px;
}	
	
#wrap {
	width: 100%;
	border-right-style: none;
	border-left-style: none;
	padding-bottom: 60px;
}



/* SP - main navigation ---------------------------------------- */

#contents_nav {
	width: 100%;
	float: none;
	position: relative;
}
#contents_nav .logo_box .side_tel {
	display: none;
}
#contents_nav .logo_box {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 80px;
}
#contents_nav .logo_box h1 {
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 34px;
	left: 110px;
}
#contents_nav #pc_nav {
	display: none;
}

/* SP - main contents ---------------------------------------- */

#contents_main {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

/* SP - information ---------------------------------------- */

#index_info_list {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
#index_info_list ul {
}
#index_info_list ul li {
}
#index_info_list ul li .day {
	display: block;
	width: 100%;
	float: none;
}
#index_info_list ul li a {
	display: block;
	margin-left: 0px;
}
#index_info_list h3 {

}

/* SP - google map ---------------------------------------- */

.google-maps {
	padding-bottom: 60%; /* 縦横比*/
}
.google-maps iframe {
}


/* SP - footer ---------------------------------------- */

#main_footer {

}
#main_footer #btm_shop_info {
	padding-top: 20px;
	padding-bottom: 20px;
}
#main_footer #btm_shop_info .fb_box {
	float: none;
	padding: 0px;
	width: 90%;
	margin: 0px 5%;
}
	
#btm_shop_info .fb_box {
	width: 90%;
	margin: 0px 5%;
	margin-left: auto;
	margin-right: auto;
}
#btm_shop_info .fb_box iframe {
	width: 320px;
	margin: 0px auto;
}
#main_footer #btm_shop_info .img_box {
	float: none;
	padding: 0px;
	width: 90%;
	margin: 0px 5%;
}
	
#btm_shop_info .img_box {
	width: 90%;
	margin: 0px 5%;
	margin-left: auto;
	margin-right: auto;
}
#btm_shop_info .img_box img {
	width: 100%;
}
#main_footer #btm_shop_info .add_box h3 {
	font-size: 1.2em;
}
#main_footer #btm_shop_info .add_box {
	margin-top: 16px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 16px;
	text-align: left;
	padding-top: 30px;
	font-size: 0.9em;
	line-height: 1.4em;
	float: none;
	width: 90%;
}
#main_footer #btm_shop_info .add_box span {
	display: block;
}
#main_footer .banner_area li {
	width: 90%;
}

#main_footer #btm_copyright {
	font-size: 10px;
}
.logo_box img {
	position: absolute;
	top: 10px;
	left: 8px;
	width: 80px;
	height: auto;
}
.sp_bottom {
	background-image: -webkit-linear-gradient(270deg,rgba(236,230,216,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(236,230,216,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(236,230,216,1.00) 0%,rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(236,230,216,1.00) 0%,rgba(255,255,255,1.00) 100%);

	bottom: 0px;
	width: 100%;
	-webkit-box-shadow: 0 3px 3px 3px #8A8A8A;
	box-shadow: 0 3px 3px 3px #8A8A8A;
	padding-top: 4px;
	padding-bottom: 3px;
	position: fixed;
  overflow: hidden;
	z-index: 10000;
}


.sp_bottom ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.sp_bottom ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	display: block;
	width: 33.33%;
	float: left;
	text-align: center;

}
.sp_bottom ul li a,.sp_bottom ul li a:hover {
	text-decoration: none;
	display: block;
	padding-top: 34px;
	background-position: center 10px;
	background-size: 24px 24px;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #1A1A19;
}
.sp_bottom ul li a:hover,.sp_bottom ul li a:active {
	color: #AF000C;
}
ul li .sp_bottom_01 {
	background-image: url(images/btm_ico_01.png);
	border-right: 1px solid #E1D9BF;
}
ul li .sp_bottom_02 {
	background-image: url(images/btm_ico_02.png);
	border-right: 1px solid #E1D9BF;
}
ul li .sp_bottom_03 {
	background-image: url(images/btm_ico_03.png);
}
	
/* sp thumbnail list ---------------------------------------- */

.thumbnail_list {
	width: 96%;
	padding-top: 32px;
	padding-bottom: 32px;
}
.thumbnail_list_inner {
	width: 100%;
}

.thumbnail_list_inner div {
	width: 48%;
	margin-top: 1%;
	margin-right: 1%;
	margin-bottom: 1%;
	margin-left: 1%;
}
.thumbnail_list_inner div img {
}
.thumbnail_list_inner div span {
	font-size: 0.9em;
}
	
}
div.bnr_group_2 {
	text-align:center;
	padding-top:30px;
}

.index_main_img {
	border-bottom:1px solid #a68d5b;
}