#flash_box {
    float: left;
    height: 350px;
    width: 900px;
}

h2 {
    background: url(../../images/index/heading.png) no-repeat;
    float: left;
    height: 15px;
    width: 620px;
    padding: 20px;
    color: #fff;
}

#left_box {
    float: left;
    width: 660px;
    margin: 15px 0px 0px 13px;
    display: inline;
    background: url(../../images/venus.jpg) no-repeat center center;
}

#left_box p {
    padding: 10px;
    float: left;
    width: 640px;
    display: block;
    margin-bottom: 20px;
    line-height: 23px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
        Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#image01 {
    background: url(../../images/image01.jpg);
    float: right;
    height: 376px;
    width: 250px;
    margin-left: 10px;
}
#image02 {
    background: url(../../images/image02.jpg);
    float: left;
    height: 375px;
    width: 250px;
    margin-right: 10px;
}
#image03 {
    background: url(../../images/image03.jpg);
    float: right;
    height: 375px;
    width: 250px;
    margin-left: 10px;
}

#right_box {
    float: right;
    width: 200px;
    border: 1px solid #c9e88c;
    background: url(../../images/bg_sidemenu.png);
    margin: 15px 13px 0px 0px;
    height: auto;
    display: inline;
}
#side_reserv a {
    background: url(../../images/side_reserbation.png);
    float: left;
    height: 140px;
    width: 190px;
    margin: 5px;
    text-decoration: none;
}
#side_reserv a:hover {
    background: url(../../images/side_reserbation.png) 0px -140px;
}
h3 {
    float: left;
    background: #bde372;
    width: 190px;
    height: 21px;
    text-indent: 5px;
    letter-spacing: 2px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3",
        "Hiragino Mincho Pro", serif;
}

#right_box img {
    float: left;
    margin: 10px 0px 10px 10px;
}
@media print {
    body {
        zoom: 80%; /*←いー感じに調整してください*/
    }
}

#left_box p#title {
    font-size: 28px;
    color: #8cb53a;
    font-weight: bolder;
    padding-left: 0;
}

#left_box p.sub_title {
    font-weight: bolder;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #990;
    font-size: 18px;
    padding: 10px;
    margin: 0;
}

#left_box p.contents {
    padding: 0 0 0 15px;
    margin: 10px 0;
    color: #574d04;
    font-size: 14px;
    font-weight: bolder;
}

.slider{
	height: 317px;
	width: 100%;
	overflow: hidden;
}
.slider figure {
    width: 100%;
    height: auto;
}
.slider figure img {
    width: 100%;
    height: auto;
}
