@charset "utf-8";

/* index.css
------------------------------------------ */
.headerArea {
    height: 620px;
}
.bannerArea {
    padding-top: 8px;
    height: 620px;
}
.bannerArea ul li{
    background-size:cover;
    height: 620px;
}
.bannerArea ul li.banner01 {
    background:url(../img/main_banner01.jpg) no-repeat scroll center center / cover ;
}
.bannerArea ul li.banner02 {
    background:url(../img/main_banner02.jpg) no-repeat scroll center center / cover ;
}
.bannerArea ul li.banner03 {
    background:url(../img/main_banner03.jpg) no-repeat scroll center center / cover ;
}
.bannerArea ul li.banner04 {
    background:url(../img/main_banner04.jpg) no-repeat scroll center center / cover ;
}
.bannerArea ul li.banner05 {
    background:url(../img/main_banner05.jpg) no-repeat scroll center center / cover ;
}
.bannerArea ul li.banner06 {
    background:url(../img/main_banner06.jpg) no-repeat scroll center center / cover ;
}
.bannerArea ul li.banner07 {
    background:url(../img/main_banner07.jpg) no-repeat scroll center center / cover ;
}
.bx-pager{
    display:none;
}
.bx-prev {
    display:none;
    background:url(../img/icon_prev.png) no-repeat scroll left center !important;
    top: -350px !important;
    height:66px!important;
    width: 35px !important;
}
.bx-next {
    display:none;
    background:url(../img/icon_next.png) no-repeat scroll left center !important;
    top: -350px !important;
    height:66px!important;
    width: 35px !important;
}
.bannerArea .lead {
    padding: 240px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
.bannerArea .lead_sp{
	display: none;
}
#FOOTER {
    margin-top: 0;
}

/* newsArea
------------------------------------------ */
.newsArea {
    margin: auto;
    padding: 60px 20px;
    width: 940px;
}
.newsheadSec{
	float:left;
	width:200px;
}
.newsheadSec h2{
	text-align:center;
	margin-top:50px;
}
.newsheadSec p{
	text-align:center;
	margin-top:10px;
}
.newsSec {
    border-left: 1px solid #bbbbbb;
    float: left;
    margin-left: 20px;
    padding-left: 30px;
    width: 680px;
    min-height:160px;
}
.newsSec li{
	border-top:1px solid #bbbbbb;
    line-height: 1.8;
    padding: 6px 0 9px 16em;
    text-indent: -16em;
}
.newsSec li span {
    display: block;
    float: left;
    width: 110px;
}
.newsSec li:first-child{
    border:none;
}
.newsSec li img {
    margin: 0 10px 0 16px;
    vertical-align: middle;
}
.newsSec li a {
	/*color: #f16666;*/
	text-decoration: underline;
}
.newsSec li a:hover {
	/*color: #FF9C9C;*/
	color: #f16666;
	text-decoration:none;
}





/* newsPage
------------------------------------------ */
.newsPageArea {
	width: 980px;
    margin: 30px auto 60px;
}
.newsPageArea h2.title {
    background: #ec6e6e;
    margin-top: 0;
    padding: 20px 0 15px;
    text-align: center;
	color: #fff;
	font-weight: normal;
}
#newsPage{
	/*float:left;
	width:734px;*/
	width: 734px;
    margin: 0 auto;
}
#newsPage img{
	width: 400px;
	max-width:  80%;
	margin-top: 10px;
}
#newsPage h2.title{
	background: #ec6e6e;
    margin-top: 0;
    padding: 20px 0 15px;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.postArea {
	position:relative;
}
.postArea h2{
	font-size: 17px;
	color:#ec6e6e;
	padding:15px 0 10px 5px;
	border-bottom:2px solid #ec6e6e;
}
.post{
	margin: 20px 0 50px;
	border-bottom:1px solid #d3d3d3;
	min-height: 150px;
}
.post .news-text{
	padding:10px 5px;
	line-height: 1.8em;
	font-size: 15px;
}
.post .news-text a {
	color: #f16666;
	text-decoration: underline;
}
.post .news-text a:hover {
	color: #FF9C9C;
	text-decoration:none;
}
.post p{
	line-height: 1.8em;
	font-size: 15px;
}
.pagenav{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.page-numbers{
	font-size: 15px;
	margin: 0 5px;
}
.current{
	font-size: 16px;
	font-weight: bold;
}
.pagenav a:hover{
	color:#01479d ;
}
#blog-foot{font-size: 15px;}
#blog-foot img {
    margin: 0 10px 0 10px;
    vertical-align: top;
}

/* SIDE
------------------------------------------ */
#SIDE{
	float:right;
	width:215px;
}
#SIDE p{
	padding-bottom:20px;
}
.widget {
	margin-bottom: 2.5em;
}

.widget h3 {
	border-top: 4px solid #ec6e6e;
	margin: 5px auto;
	color: #ec6e6e;
	padding: 20px 0;
	border-bottom: 1px dotted #D2D2D2;
}
.widget ul li.cat-item{
	padding: 10px;
	border-bottom: 1px dotted #D2D2D2;
}
.cat-item a:hover{
	color:#01479d ;
}

.widget-area > :last-child,
.widget > :last-child {
	margin-bottom: 0;
}
.widget .widget-title {
	font-family: Montserrat, "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	letter-spacing: 0.046875em;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	text-transform: uppercase;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #1a1a1a;
}



/* businessArea
------------------------------------------ */
.businessArea{
	background:#f16666;
	padding:40px 0;
}
.businessSec{
	width:980px;
	margin:auto;
}
.businessSec h2{
	background:url(../common/img/logo_white.png) no-repeat left center/50px auto;
    margin: auto;
    min-height: 50px;
    padding-left: 60px;
    padding-top: 15px;
    width: 212px;
}
.businessSec ul {
    margin-top: 30px;
    text-align: center;
}
.businessSec ul li {
    display: inline-block;
    padding: 0 10px 20px;
    background:url(../img/icon_link.png) no-repeat center bottom;
}
.businessSec ul li img{
	display:block;
	margin:auto;
}
.businessSec ul li img+img{
	height:18px;
	width:auto;
	margin-top:10px;
}


/* restrantArea
------------------------------------------ */
.restrantArea{
}
.restranthead {
    width: 780px;
	margin:auto;
    background: rgba(0, 0, 0, 0) url("../img/bg_restaurant.png") no-repeat scroll left center;
    min-height: 190px;
    padding:200px 0 0 200px;
}
.restranthead2 {
    width: 780px;
	margin:auto;
    background: rgba(0, 0, 0, 0) url("../img/bg_restaurant.png") no-repeat scroll left center;
    min-height: 180px;
    padding:120px 0 0 200px;
}
.restrantSec{
	background:url(../img/pic_restrant.jpg) no-repeat left center/cover;
}
.restrantBox {
    margin: auto;
    position: relative;
    padding:60px 0 60px;
    width: 1050px;
}
.restrantBox p.logo{
	position:absolute;
	right:20px;
	top:20px;
}
.restrantBox p.text{
	position:absolute;
	right:10px;
	top:50px;
}
.restrantBox p.img{
	text-align: right;
}





.restrantBox2 {
    margin: auto;
    position: relative;
    padding:60px 0 30px;
    width: 1300px;
}
.restrantBox2 h2{
	margin-left: 150px;
}
.restrantBox2 p.logo{
	position:absolute;
	right:20px;
	top:20px;
}

.restrantBox2 p.text{
	position:absolute;
	right:100px;
	top:50px;
}
.restrantBox2 p.img{
	text-align: right;
}

.yurinteiSec{
	background:url(../img/pic_yuritei.jpg) no-repeat left top/cover;
}
.yurinteiBox {
    margin: auto;
    position: relative;
    padding:30px 0 30px;
    width: 1300px;
	min-height: 400px;
}
.yurinteiBox p.logo{
	text-align: right;
	right:1px;
	top:1px;
}
.yurinteiBox p.logo_sp{
	display: none;
}
.yurinteiBox p.img{
	margin-top: 90px;
	text-align: left;
}

