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

/*------------------------------------------------------
　　　　　　　　　＊ HTML5 RESET ＊
-------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-weight: normal;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    line-height:1;
	font-size:100%;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol,ul{list-style:none;}

blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    font-size:100%;
    vertical-align:baseline;
	outline: none;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
img {
	margin:0;
	vertical-align: bottom;
	border: none;
	}
/*------------------------------------------------------
　　　　　　　　　＊ COMMON　＊
-------------------------------------------------------*/
.fl_l {float: left !important;}
.fl_r {float: right !important;}
.center {
	margin-right: auto;
	margin-left: auto;
}
.clear_b {clear: both !important;}

.ta_l {text-align: left !important;}
.ta_r {text-align: right !important;}
.ta_c {text-align: center !important;}

/* Clearfix */  
.clearfix:after {
    content: "";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}
.clearfix {
    display: inline-block;  
    min-height: 1%;  
}

.m_0 {margin: 0px !important;}
 
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b65 {margin-bottom: 65px !important;}
.m_b100 {margin-bottom: 100px !important;}


.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t35 {margin-top: 35px !important;}
.m_t40 {margin-top: 40px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t-15 {margin-top: -15px !important;}
.m_t-20 {margin-top: -20px !important;}
.m_t-30 {margin-top: -30px !important;}

.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l-10 {margin-left: -10px !important;}
.m_l-15 {margin-left: -15px !important;}
.m_l-20 {margin-left: -20px !important;}

.m_r0 {margin-right: 0px !important;}
.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r25 {margin-right: 25px !important;}
.m_r30 {margin-right: 30px !important;}

.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_t12 {padding-top: 12px !important;}
.p_t15 {padding-top: 15px !important;}
.p_t20 {padding-top: 20px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t30 {padding-top: 30px !important;}
.p_t40 {padding-top: 40px !important;}
.p_t45 {padding-top: 45px !important;}
.p_t50 {padding-top: 50px !important;}
.p_t60 {padding-top: 60px !important;}

.p_b0 {padding-bottom: 0px !important;}
.p_b5 {padding-bottom: 5px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b15 {padding-bottom: 15px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b25 {padding-bottom: 25px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b35 {padding-bottom: 35px !important;}
.p_b40 {padding-bottom: 40px !important;}
.p_b50 {padding-bottom: 50px !important;}
.p_b60 {padding-bottom: 60px !important;}
.p_b65 {padding-bottom: 65px !important;}
.p_b70 {padding-bottom: 70px !important;}
.p_b80 {padding-bottom: 80px !important;}
.p_b100 {padding-bottom: 100px !important;}

.p_l5 {padding-left: 5px !important;}
.p_l10 {padding-left: 10px !important;}
.p_l15 {padding-left: 15px !important;}
.p_l20 {padding-left: 20px !important;}
.p_l25 {padding-left: 25px !important;}
.p_l30 {padding-left: 30px !important;}
.p_l40 {padding-left: 40px !important;}
.p_l45 {padding-left: 40px !important;}
.p_l50 {padding-left: 50px !important;}
.p_l60 {padding-left: 60px !important;}
.p_l110 {padding-left: 110px !important;}
	
.p_r5 {padding-right: 5px !important;}
.p_r10 {padding-right: 10px !important;}
.p_r15 {padding-right: 15px !important;}
.p_r20 {padding-right: 20px !important;}
.p_r25 {padding-right: 25px !important;}
.p_r30 {padding-right: 30px !important;}
.p_r60 {padding-right: 60px !important;}

.fw_b{font-weight: bold !important;}
.fc_red01{color: #B64354 !important;}
.fc_blue01{color: #4297C7 !important;}
.fc_red02{color: #b40000 !important;}
.fc_blue02{color: #276687 !important;}

.lh_130{line-height: 1.3;}
.lh_180{line-height: 1.8;}

.fs_11{font-size: 11px;}

.bdr_sb_1{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #837E76;
}
.bdr_db_1{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #837E76;
}

/*------------------------------------------------------
　　　　　　　　　＊ BASE ＊
-------------------------------------------------------*/
body{
	font-size: 12px;
	line-height: 2.5;
	color: #1A130D;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-repeat: no-repeat;
	background-position: center top;
	letter-spacing: 0.2em;
}
.wrapper {
	background-image: url(../img/bg_wrapper.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.wrapper .header{
	width: 100%;
	position: relative;
	text-align: center;
	padding-bottom: 50px;
	height: 380px;
}
.header h1{
	padding-top: 70px;
	z-index: 100;
	position: relative;
	padding-bottom: 29px;
}
.navi{
	margin-right: auto;
	margin-left: auto;
	height: 80px;
	width: 674px;
	position: relative;
	z-index: 120;
}
.navi li{
	float: left;
	padding-right: 22px;

	padding-left: 22px;
}
.photo_owner{
	padding-left: 339px;
	position: absolute;
	left: 50%;
	top: 45px;
	z-index: 105;
}
/* WIDESLIDER */
.wideslider {
	width: 100%;
	height: 205px;
	text-align: left;
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}
.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;
}
.slider_prev,
.slider_next {
	display: none;
}
.pagination {
	display: none;
}
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.wideslider ul {
	display: inline-block;
	overflow: hidden;
}

.about_box{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 140px;
}
.about_box h2{
	padding-bottom: 35px;
	text-align: center;
}
.about_merit{
	background-image: url(../img/photo_about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 169px;
	padding-bottom: 50px;
}
.about_merit li{
	float: left;
	text-indent: -9999px;
	width: 270px;
	text-align: center;
}
.about_merit li h3{
	height: 198px;
	background-repeat: no-repeat;
	background-position: center top;
}
.about_merit li p{
	height: 112px;
	background-repeat: no-repeat;
	background-position: center top;
}
.about_merit .about_kume{
	margin-right: 30px;
	margin-left: 20px;	
}
.about_merit .about_kume h3{
	background-image: url(../img/ttl_kume.png);
}
.about_merit .about_kume p{
	background-image: url(../img/text_kume.jpg);
}
.about_merit .about_delicious{
	margin-right: 30px;
	margin-left: 30px;	
}
.about_merit .about_delicious h3{
	background-image: url(../img/ttl_delicious.png);
}
.about_merit .about_delicious p{
	background-image: url(../img/text_delicious.jpg);
}
.about_merit .about_open20{
	margin-right: 20px;
	margin-left: 30px;	
}
.about_merit .about_open20 h3{
	background-image: url(../img/ttl_open20.png);
}
.about_merit .about_open20 p{
	background-image: url(../img/text_open20.jpg);
}
.about_outline{
	background-image: url(../img/bg_outline.png);
	background-repeat: no-repeat;
	height: 112px;
	width: 980px;
	position: relative;
}
.about_outline ul{
	padding-top: 16px;
	padding-left: 10px;
}
.about_outline li{
	float: left;
	height: 81px;
	width: 220px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E7DED5;
	padding-left: 20px;
}
.about_outline li h3{
	padding-bottom: 9px;
	padding-top: 3px;
}
.about_outline li p{
	padding-bottom: 5px;
	line-height: 1;
}
.about_outline .last{
	border-right-style: none;
}

.menu_box{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 100px;
}
.menu_box h2{
	text-align: center;
	padding-bottom: 40px;	
}
.menu_box ul{
	width: 1000px;	
}
.menu_box li{
	float: left;
	width: 230px;
	padding-right: 20px;
	padding-bottom: 38px;	
}
.menu_box h3{
	padding-bottom: 6px;	
}

.rumor_box{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 110px;
}
.rumor_box h2{
	text-align: center;
	padding-bottom: 35px;
}
.rumor{
	float: left;
	height: 240px;
	width: 490px;
	margin-bottom: 15px;
	position: relative;
	background-repeat: no-repeat;
}
.rumor_koi{
	background-image: url(../img/bg_uwasa_koi.jpg);
	background-position: 123px 0px;
}
.rumor_koi h3{
	position: absolute;
	left: 311px;
	top: 11px;	
}
.rumor_koi p{
	position: absolute;
	left: 335px;
	top: 107px;	
}
.rumor_menu{
	background-image: url(../img/bg_uwasa_menu.jpg);
	background-position: 0px 0px;
}
.rumor_menu h3{
	position: absolute;
	left: 270px;
	top: 17px;	
}
.rumor_menu p{
	position: absolute;
	left: 210px;
	top: 138px;	
}
.rumor_mikame{
	background-image: url(../img/bg_uwasa_mikame.jpg);
	background-position: 250px 0px;
}
.rumor_mikame h3{
	position: absolute;
	left: 149px;
	top: 32px;	
}
.rumor_mikame p{
	position: absolute;
	left: 103px;
	top: 155px;	
}
.rumor_tennis{
    background-image: url(../img/bg_uwasa_tennis.jpg);
    background-position: 27px 0px;
    margin-left: 320px;
}
.rumor_tennis h3{
	position: absolute;
	left: 250px;
	top: 36px;	
}
.rumor_tennis p{
	position: absolute;
	left: 233px;
	top: 159px;	
}


.access_box{
	width: 100%;
	padding-bottom: 80px;
}
.access_box h2{
	text-align: center;
	padding-bottom: 40px;	
}
.access_box .map_box{
	height: 480px;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../img/bg_map.jpg);
	background-repeat: repeat-x;
}
.access_box #map{
	height: 480px;
	width: 100%;
}

.footer{
	background-image: url(../img/bg_footer.jpg);
	background-repeat: repeat-x;
	height: 44px;
	width: 100%;
}
.footer_box{
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	color: #FFF;
	position: relative;
}
.footer_text {
	float: left;
	padding-top: 12px;		
}
.copyright {
	float: right;
	padding-top: 12px;		
}
