@charset "utf-8";

/*リセットcss*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
    font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
    overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

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

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

/*共通部分*/

#wrapper {
	width: 980px;
	margin: 0 auto ;
}

header {
	position:relative;
	margin-top:20px;
}

#t_h1{
	margin:0 auto;
	width:187px;
}

#h_sns {
	float:right;
	width:67px;
	height:19px;
	text-indent:-9999px;
	background:url(../images/h_sns.jpg) no-repeat;
	position:absolute;
	top:100px;
	right:7px;
}

#h_sns li{
	float:left;
}

#h_sns li a{
	display:block;
	height:19px;
}

#h_sns li#h_f a {
	width:14px;
}

#h_sns li#h_i a {
	width:32px;
}

#h_sns li#h_c a {
	width:21px;
}

#h_sns li#h_f a:hover {
	width:14px;
	background:url(../images/h_sns.jpg) no-repeat 0 -19px;;
}

#h_sns li#h_i a:hover {
	width:32px;
	background:url(../images/h_sns.jpg) no-repeat -14px -19px;
}

#h_sns li#h_c a:hover {
	width:21px;
	background:url(../images/h_sns.jpg) no-repeat -46px -19px;
}

#h_menu {
	height:44px;
	width:980px;
	background:url(../images/menu_.jpg) no-repeat;
	text-indent:-9999px;
	margin:10px 0 0 0;
}

#h_menu li a{
	float:left;
	width:163px;
	display:block;
	height:44px;
}

#h_menu li#m_home a:hover {
	background:url(../images/menu_.jpg) no-repeat 0 -44px;
}

#h_menu li#m_con a:hover {
	background:url(../images/menu_.jpg) no-repeat -163px -44px;
}

#h_menu li#m_menu a:hover {
	background:url(../images/menu_.jpg) no-repeat -326px -44px;
}

#h_menu li#m_blog a:hover {
	background:url(../images/menu_.jpg) no-repeat -489px -44px;
}

#h_menu li#m_acc a:hover {
	background:url(../images/menu_.jpg) no-repeat -652px -44px;
}

#h_menu li#m_suhe a:hover {
	background:url(../images/menu_.jpg) no-repeat -815px -44px;
}

#h_menu li#m_home a.on {
	background:url(../images/menu_.jpg) no-repeat 0 -44px;
}

#h_menu li#m_con a.on {
	background:url(../images/menu_.jpg) no-repeat -163px -44px;
}

#h_menu li#m_menu a.on {
	background:url(../images/menu_.jpg) no-repeat -326px -44px;
}

#h_menu li#m_blog a.on {
	background:url(../images/menu_.jpg) no-repeat -489px -44px;
}

#h_menu li#m_acc a.on {
	background:url(../images/menu_.jpg) no-repeat -652px -44px;
}

#h_menu li#m_suhe a.on {
	background:url(../images/menu_.jpg) no-repeat -815px -44px;
}

.fadein { position:relative; height:580px; width:980px; margin-top:20px;}
.fadein img { position:absolute; left:0; top:0; }
.mc_t .fadein {height:500px;}


#contents{
	margin-top:35px;
}

.t_h2{
	border-bottom:1px #d9dcd5 solid;
	padding-bottom:5px;
}
	

.t_left_b {
	width:591px;
	padding:0 40px 0 33px;
	float:left;
}

.t_left_b p{
	border-bottom:1px #d9dcd5 solid;
	font-size:85%;
	line-height:253%;
}

.t_right_b {
	float:right;
	padding-right:30px;
}

footer{
	border-top:1px #d9dcd5 solid;
	border-bottom:1px #d9dcd5 solid;
	font-size:78%;
	text-align:center;
	padding:15px 0;
	margin:50px 0 20px 0;
}


.f_box {
	float:left;
	width:240px;
	min-height:78px;
	border-left:1px #d9dcd5 solid;
}

.f_box:first-child {
	width:130px;
	padding:5px 50px 0 20px;
	border:none;

}

.f_box:last-child {
	padding-left:35px;
}

footer .f_box dt {
	padding-bottom:5px;
}

footer .f_box .fsns {
	background:url(../images/f_sns.jpg) no-repeat center  0;
	height:18px;
}
.sp_bns5ik {
	background:url(../images/f_sns.jpg) no-repeat center  0;
	height:18px;
}

footer .f_box .fsns a{
	display:block;
	float:left;
	width:120px;
	text-indent:-9999px;
	height:18px;
}

footer .f_box .fsns #f_f a:hover{
	background:url(../images/f_sns.jpg) no-repeat 97px  -18px;
}

footer .f_box .fsns #f_t a:hover{
	background:url(../images/f_sns.jpg) no-repeat -23px  -18px;
}

#kuzu {
	padding:5px 10px;
	border-bottom:1px #d9dcd5 solid;
	font-size:80%;
}

#kuzu li{
	display:inline;
}

#k_content{
	width:980px;
}

.c_c_box {
	width:925px;
	position:relative;
	padding-left:30px;
}

.c_c_box:last-child {
	margin:150px 0 150px 0;
}

.ccb_ul{
	width:524x;
	height:282px;
	float:left;
}

.ccb_ur{
	width:323x;
	height:228px;
	float:left;
	padding-left:50px;
}

.ccb_dl{
	width:711x;
	height:292px;
}

.ccb_dr{
	position:absolute;
	top:130px;
	left:720px;
}

h1.c_title {
	margin-top:20px;
}

h2.cc_sub_t {
	margin:67px 0 70px 0;
	padding-left: 30px;
}

h2.cc_sub_t span {
     padding:0 0 0 10px;
}

h3.cc_sub_tc{
	margin-bottom:20px;
}

h3.cc_sub_tt {
	padding-left:30px;
}

.a_content {
	padding:30px 0;
}

.ac_l {
	float:left;
	font-size:80%;
	padding-left:40px;
	width:365px;
	margin-top:40px;
}

.ac_l span a{
	background:url(../images/g_map_l.jpg);
	display:block;
	width:101px;
	height:19px;
	text-indent:-9999px;
}

.ac_l span a:hover{
	background:url(../images/g_map_l_h.jpg);
}

.ac_l dl {
	margin:15px 0 30px 0;
}

.ac_l p {
	border-top:1px #d9dcd5 solid;
	display:inline;
	padding-top:10px;
	display:block;
	width:300px;
}

.m_content {
	padding-left:10px;
	margin-top:10px;
}

.m_content #m_menu_l li a {
	float:left;
	width:62px;
	height:62px;
	text-indent:-9999px;
	display:block;
	padding-right: 35px;
}
	

.m_content #m_menu_l li#mml_l a {
	background:url(../images/mt_lunch.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_di a {
	background:url(../images/mt_dinner.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_dr a {
	background:url(../images/mt_drink.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_p a {
	background:url(../images/mt_party.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_l a:hover {
	background:url(../images/mt_lunch_h.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_di a:hover {
	background:url(../images/mt_dinner_h.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_dr a:hover {
	background:url(../images/mt_drink_h.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_p a:hover {
	background:url(../images/mt_party_h.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_l a.on {
	background:url(../images/mt_lunch_h.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_di a.on {
	background:url(../images/mt_dinner_h.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_dr a.on {
	background:url(../images/mt_drink_h.jpg) no-repeat;
}

.m_content #m_menu_l li#mml_p a.on {
	background:url(../images/mt_party_h.jpg) no-repeat;
}

.m_content .mc_l{
	width:500px;
	float:left;
}

.m_content .mc_r{
	float:right;
	width:450px;
}

.m_content .mc_l h2 {
	margin:35px 0 15px 0;
}

.m_content .mc_t h2 {
	margin:25px 0 15px 0;
}

.m_content .mc_l p {
	margin-bottom: 25px;
}

.m_content .mc_l span.ml_youbi {
	margin:40px 0 30px 0;
	display:block;
}

.m_content .mc_l #m_h_time {
	margin-bottom:35px;
}

.m_content .mc_l #m_h_time li {
	float:left;
	padding-right:25px;
}

.m_content dl {
	margin-bottom:40px;
}

.m_content dt {
	border-bottom:1px #d9dcd5 solid;
	padding:5px;
	width:350px;
}

.m_content dd {
	padding-top:8px;
	font-size:87%;
	line-height:150%;
}

.m_content dd.ddbt {
	padding:15px 0 3px;
	border-bottom:1px #dddddd solid;
	width:330px;
}

.red_p {
	color:#903;
}

.m_content dt span {
	float:right;
}

.m_content .mc_r .fadein {
	height:956px;
	width:448px;
	margin:130px 0 55px 0;
}
	
.suhedule_c {
	text-align: center;
	margin:20px 0;
}

.mp_content {
	margin:50px 0;
	position:relative;
}

.mp_content h3 {
	border-bottom:#CCC 1px solid;
	padding-bottom:10px;
	margin:10px 0;
}

.mp_content h3 span {
    float:right;
}

.m_content .mc_pl {
	width:550px;
}
.mp_photo{
	position:absolute;
	top:100px;
	left:650px;
}

#page { /* position　基準　親要素 */
    position: relative;
}
/* 基準値までスクロールしていないとき */
#page_top.bottomsmall {　
    position:fixed;
    bottom:20px;
}
/* 基準値までスクロールしたとき */
#page_top.bottomlage {
    position:absolute;
    bottom:190px;
	margin-right:30px;
}

.w_f_m {
	margin-top:50px;
}

.t_right_b dd {padding:20px 0 0 0;}

.m_content .mc_t h2 .fspl20 {font-size:90%; padding-left:10px; display:inline;}

.c_right {font-size:70%; text-align:center; margin-bottom:20px;}