@charset "utf-8";

/* forest.css
------------------------------------------ */
.headerArea {
    height: 420px;
}
.bannerArea {
    padding-top: 8px;
    height: 420px;
}
.bannerArea .lead {
    padding: 270px 0 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
body {
    border-top: 8px solid #acc1e0;
}
.naviArea li.forest {
    background:#acc1e0;
}
#menuArea li.m02{
    background:#acc1e0;
}
h2.title {
    background: #acc1e0;
    margin-top: 0;
    padding: 20px 0 15px;
    text-align: center;
}
.bannerArea ul li:first-child {
    background:url("../img/main_banner.jpg") no-repeat scroll center center / cover ;
    height: 420px;
}


/* summaryArea
------------------------------------------ */
.summaryArea{
    margin:10px auto;
    max-width:90%;
	background-size: 100%;
    background: no-repeat center top/80% url(../img/bg_title_sp.jpg);
    min-height: 215px;
}
.summaryArea h3{
    text-align:center;
    margin-top:40px;
	margin: 0 auto;
}
.summaryArea p.lead{
    font-size:16px;
    line-height:1.6;
    text-align:center;
}
.summaryArea p.info{
    font-size:16px;
    line-height:1.6;
    text-align:center;
    margin-top:200px;
}



/* businessArea
------------------------------------------ */
.businessArea{
	background:#acc1e0;
	padding:40px 0;
}
.businessSec{
	width:100%;
	margin:auto;
}
.businessSec ul {
    margin-top: 0px;
    text-align: center;
}
.businessSec ul li {
    background: #ffffff;
    display: inline-block;
    margin: 0 10px;
    padding: 5px 4px 10px;
    width: 270px;
    text-align:center;
}
.businessSec ul li img{
	display:block;
	margin:auto;
}
.businessSec ul li img+img{
	height:16px;
	width:auto;
	margin-top:10px;
}


/* forestArea
------------------------------------------ */
.forestArea{
    width: 90%;
	margin:20px auto;
    padding: 30px 0 0 0;
}
.forestSec{
    float:left;
    width:100%;
}
.forestArea:nth-child(2n) .forestSec{
    float:right;
}
.tel{
	text-align: center;
}
.detailSec{
    padding-top:20px;
    float:right;
    width:100%;
}
.forestArea:nth-child(2n) .detailSec{
    float:left;
}
.detailSec p.price{
    font-size:20px;
    margin:10px 0 10px;
}
.detailSec p.menu{
    font-size:15px;
    margin-top:40px;
    line-height:1.6;
    border:1px solid #9A7A5E;
    padding:20px;
    border-radius:5px;
}
.detailSec .type{
    display:block;
    margin-top:-30px;
    padding-bottom:10px;
}

.stepSec{
    width: 100%;
	margin:20px auto;
    padding: 30px 0 0 0;
}
.stepSec h5{
	text-align: center;
	margin:30px auto 0px;
}
.stepSec ul {
    border-collapse: separate;
    border-spacing: 10px 0;
    display: table;
    text-align: center;
    margin-top: 10px;
}
.stepSec ul li {
    display: table-cell;
    text-align: center;
    width: 310px;
}
.stepSec ul li h6 {
    border-bottom: 2px solid #1d4f8f;
    font-size:16px;
    margin:10px 0 10px;
    padding-bottom: 5px;
	line-height: 1.5;
}
.stepSec ul li p {
    font-size: 14px;
    margin-top: 10px;
}
.stepSec ul li p img {
    width: 112px !important;
	margin: 0 !important;
	height: 137px !important;
}
.stepSec p.red {
	width: 90%;
    font-size: 17px;
    margin: 30px auto 0;
	text-align: center;
	color: #E04B00;
}
.stepSec table {
    width: 90%;
	margin:20px auto;
}
.stepSec table tr td {
	font-size: 16px;
	/*line-height: 2;
	float: left;*/
}
/*.slick-prev{
	left: 0 !important;
}*/
.slick-next {
    right: 5px !important;
}



.sidemenu table {
    width: 98%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 2px;
	line-height: 1.2em;
	float: none;
}
.sidemenu table td {
    width: 80%;display: block;margin: 10px auto 0;
}
.sidemenu table th {
	width: 90%;display: block;margin: 20px auto 0;
    font-size: 16px;
    font-weight: bold;
}


.dessert table {
    width: 320px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 2px;
	line-height: 1.2em;
	float: none;
}
.dessert table th,
.dessert table td {
    padding: 10px;
	font-size: 14px;
}
.dessert table th {
	width: 220px;
    font-weight: bold;
}



.drink table {
    width: 300px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 2px;
	line-height: 1.2em;
	float: none;
}
.drink table th,
.drink table td {
    padding: 10px;
	font-size: 14px;
}
.drink table th {
	width: 200px;
    font-weight: bold;
}


/* addressArea
------------------------------------------ */
.addressArea{
    width: 90%;
	margin:100px auto 0px;
    padding: 30px 0 0 0;
	border-top: 2px dashed #acc1e0;
}
.addressArea p.info{
    font-size:14px;
    line-height:1.6;
    text-align:left;
}






/* iwanaArea
------------------------------------------ */
h2.title2 {
    margin-top: 0;
    padding: 0;
    text-align: center;
}
.iwanaArea{
    margin:30px auto;
    max-width:90%;
    background:url(../../iwana/img/bg_title.jpg) no-repeat center top;
}
.iwanaArea h3{
    text-align:left;
    margin-top:30px;
    color:#ec6e6e;
    font-size:24px;
    font-weight:normal;
}
.iwanaSec p{
    font-size:16px;
    margin-top:20px;
    line-height:1.8em;
}
.iwanaSec p a{
	text-decoration: underline;
}
.iwanaSec p a:hover{
	text-decoration: none;
}
.iwanaSec p img{
    display: block;
	margin: 0 auto;
}
.iwanaSec ul{
    margin-top:20px;
}
.iwanaSec li{
    font-size:16px;
    margin-top:5px;
    line-height:1.6;
}
.photo{
    float:left;
    margin:20px 20px 20px 0;
}


.productSec{
	background:url(../../iwana/img/pic_oshizushi.jpg) no-repeat left top/cover;
}
.productBox {
	height: 150px;
    margin: 20px auto;
    position: relative;
    padding:30px 0 30px;
}
.w980{
	width: 98%;
	margin: 40px auto 0;
}
.yohaku{
	margin: 10px auto;
}
.megumiArea{
	background:#C80B4D;
	padding:30px 0;
}
.megumiSec{
	width:90%;
	margin:auto;
}
.megumiArea h3{
    text-align:center;
    margin:10px 0;
    color:#ffffff;
    font-size:24px;
    font-weight:normal;
	clear: both;
}
.megumiSec p{
    font-size:16px;
    color:#ffffff;
    margin-top:20px;
    line-height:1.8em;
	letter-spacing: 0.05em;
	font-weight: normal;
}
.megumiSec .photo2 img{
    display: block;
	margin: 0 auto;
}

header {
    background: url("../img/main_banner.jpg");
}