@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}


/* -------------------------------------------------------------- */

body {
color:#333;
font-size:14px;
font-family:"メイリオ","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
line-height:1.5;
background:#fff;
-webkit-text-size-adjust: none;
}

.red_bold { 
 color: #ff0000; 
 font-weight: bold;
 }

/* リンク設定
------------------------------------------------------------*/
a{
	color:#ec2f20;
	text-decoration:none;
	}

a:hover{
	color:#fb5245;
	text-decoration:underline;
	}



a:hover img{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: “alpha( opacity=70 )”;
}

a:active, a:focus {outline:0;}


button.button1 {
border:solid 1px #ccc;
padding:15px 30px;
margin:0 0 20px;
font-family:Arial, sans-serif;
font-size:1.2em;
text-transform:uppercase;
font-weight:bold;
color:#333;
cursor:pointer;
}


/* 全体
------------------------------------------------------------*/
#wrapper{
    background-image: url(../images/index/subpage_bg.gif);
    background-repeat: repeat-x;
    width: 100%;
}

#wrapper #wrapper_body {
    width: 1100px;
	margin-left:auto;
	margin-right:auto;
}

/* table
------------------------------------------------------------*/
table.type01 {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}
table.type01 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}
table.type01 td {
	padding: 10px;
	vertical-align: top;
	border: 1px solid #E2E2E2;
}

/*************
/* ヘッダー
*************/
#wrapper #wrapper_body #header{
	width:1100px;
	height: 220px;
	}

#wrapper #wrapper_body #header h1{
	padding:10px 0 10px 0px;
	font-size:14px;
	font-weight:normal;
	}

/*************
/* ロゴ
*************/
#wrapper #wrapper_body #header .logo{
	float: left;
	margin-top: 50px;
	}



/*************
/* 電話番号+営業時間
*************/
#wrapper #wrapper_body #header .info {
    text-align: right;
    display: block;
    margin-top: 0px;
	}


/*****************
/* 英語メニュー
******************/
#wrapper #wrapper_body #header .eng {
    text-align: right;
    display: block;
    display: block;
    margin-right: 0px;
    margin-top: 6px;
	}

/*************
/* グロバールナビゲーション
*************/
#wrapper #wrapper_body #header #menu{
     width: atuo;
    /* padding: 0; */
    /* margin: 0; */
    /* list-style-type: none;*/
	}

#wrapper #wrapper_body #header #menu li {
    margin: 0px;
    display: inline-block;
    margin-top: 9px;
    margin-left: 53px;
}

#wrapper #wrapper_body #header #menu li a {
}

#wrapper #wrapper_body #header #menu li a:hover {
}

/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#wrapper #wrapper_body #mainBanner{
	width:1100px;
}




/**************************
/* グリッド
**************************/
#wrapper #wrapper_body .contents{
    margin-left: 11px;
    margin-top: 50px;
}

#wrapper #wrapper_body .contents .content_left{
	margin-right: 34px;
    display: inline-block;
    width: 721px;
    vertical-align: top;
}


#wrapper #wrapper_body .contents .content_left .h2_heading{
    font-size: 28px;
    margin-bottom: 28px;
    letter-spacing: 2px;
}


#wrapper #wrapper_body .contents .content_left .comment{
	height:auto;
	margin-bottom: 20px;
	line-height: 2.15;
}


#wrapper #wrapper_body .contents .content_left .grid{
	margin-right: 2px;
    height: 252px;
    display: inline-block;
	}




/**************************
/* お知らせ
**************************/
#wrapper #wrapper_body .contents .content_left .comment .recently{
	height: 35px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ADADAD;
	}

#wrapper #wrapper_body .contents .content_left .comment .recently .date{
    width: 20%;
    display: inline-block;
    font-size: 14px;
    color: #A2A220;
    vertical-align: top;
	}

#wrapper #wrapper_body .contents .content_left .comment .recently .descrption{
    width: 77%;
    display: inline-block;
    font-size: 14px;
	vertical-align: top;
	}

/**************************
/* 最新情報が2行になる場合
**************************/
#wrapper #wrapper_body .contents .content_left .comment .recently2{
	height: 55px;
    padding-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ADADAD;
	}

#wrapper #wrapper_body .contents .content_left .comment .recently2 .date{
    width: 20%;
    display: inline-block;
    font-size: 14px;
    color: #A2A220;
    vertical-align: top;
	}

#wrapper #wrapper_body .contents .content_left .comment .recently2 .descrption{
    width: 77%;
    display: inline-block;
    font-size: 14px;
	vertical-align: top;
	}


/*************
メイン コンテンツ
*************/

h2_heading{
	font-weight:normal;
	padding:0 10px;
	font-size:24px;
	font-style:inherit;
	line-height:24px;
	color:#fff;
}


section.content article{
	padding:20px;
	margin-bottom:20px;
	border:1px solid #ebebeb;
	overflow:hidden;
}

* html section.content article{height:1%;}

section.content p{margin-bottom:5px;}

h3.heading{
font-weight:normal;
padding:0 10px;
line-height:36px;
color:#fff;
}

section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}

#gallery .grid img,.border{border:4px solid #ebebeb;}





/*************
/* サイドバー
*************/

#wrapper #wrapper_body .contents .content_right{
	display: inline-block;
    width: 30%;
	}

#wrapper #wrapper_body .contents .content_right .google_cal{
	widith:100%;
	height:auto;
	margin-bottom:10px;
	}

#wrapper #wrapper_body .contents .content_right .facebook{
	widith:100%;
	height:auto;
	margin-top:10px;
	}

#wrapper #wrapper_body .contents .content_right .banner{
	widith:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
	}

/*************
/* フッター
*************/
#wrapper #footer {
    width: 100%;
    /* height: 224px; */
    background-image: url(../images/index/footer_bg.gif);
    margin-top: 30px;
    padding-top: 7px;
    background-repeat: repeat-x;
    /* background-position-y: 24px; */
}

#wrapper #footer #footer_body{
    width: 1100px;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 41px;
	}
	
#wrapper #footer #footer_body #info {
    margin-bottom: 35px;
    font-size: 16px;
    margin-top: 12px;
}

#wrapper #footer #footer_body #momijigroup {
    font-size: 18px;
    padding-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #ADADAD;
    letter-spacing: 2px;
    margin-left: 10px;
}

#wrapper #footer #footer_body #footergroup{
	display:block;
	margin-top: 7px;
	margin-left:15px;
	}


#wrapper #footer #footer_body #footergroup .shop {
    display: inline-block;
    width: 31%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 25px;
    vertical-align: top;
}


#wrapper #footer #footer_body #footergroup .shop .shop_pic {
    display: block;
    margin-bottom: 2px;
}


#wrapper #footer #footer_body #footergroup .shop .shop_name {
    display: block;
    margin-bottom: 5px;
	}

#wrapper #footer #footer_body #footergroup .shop .shop_comment {
    display: block;
	margin-right: 20px;
	text-wrap:unrestricted;
    }


a.footer_normal {
	color:#f3f3f3;
	text-decoration:none;
	}


a:hover.footer_normal {
	color:#fb5245;
	text-decoration:underline;
	}


#wrapper #footer #footer_body #footergroup .shoplast {
    display: inline-block;
    width: 29%;
	vertical-align: top;
}

#wrapper #footer #footer_body #footergroup .shoplast .shop_pic {
	display: block;
	margin-bottom: 2px;
	}


#wrapper #footer #footer_body #footergroup .shoplast .shop_name {
    display: block;
    margin-bottom: 5px;
	}

#wrapper #footer #footer_body #footergroup .shoplast .shop_comment {
    display: block;
	color:#ccc
    }

#wrapper #footer #footer_body #footergroup .shoplast .shop_comment {
    display: block;
	color:#ccc
    }


address{
    text-align: center;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
	}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
}


@media only screen and (max-width:959px){
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
}
