@charset "UTF-8";

html, body, div {
    box-sizing: border-box;
}

body {
    color: #333333;
    background-color: rgba(243,247,223,1.00);
    background-image: linear-gradient(137deg,rgba(255,255,255,1.00) 0%,rgba(227,235,188,1.00) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a:link, a:visited {
    color: #7482AA;
}

a:hover, a:active {
    color: #D32F32;
}

#toptext {
    width: 960px;
    margin: 5px auto;
    font-size: 9px;
    color: rgba(151,151,151,1.00);
}

#header_wrapper {
    width: 100%;
    height: auto;
    background-color: rgba(255,255,255,1.00);
    overflow: hidden;
}

#header {
    width: 960px;
    margin: 0px auto;
}

#header #logo {
    display: table-cell;
    width: 500px;
    text-align: left;
    vertical-align: middle;
}

#header #tel {
    display: table-cell;
    width: 460px;
    text-align: right;
    vertical-align: middle;
}

#body {
    width: 960px;
    margin: 15px auto;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 10px rgba(0,0,0,0.35);
    border-radius: 10px;
    clear: both;
}

.flexslider {
    margin: 0px
}

.block {
    padding: 30px 0px;
}

.block.first {
    padding: 0px 0px;
}

.block dl {
    display: table-row;
}

.block dt {
    display: table-cell;
    width: 200px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
}

.block dd {
    display: table-cell;
    width: 760px;
    vertical-align: middle;
}

.text-right {
    text-align: right;
}

#body .block:first-child {
    border-radius: 10px 10px 0px 0px;
}

#body .block:last-child {
    border-radius: 0px 0px 10px 10px;
}

.address {
    margin: 20px 0px;
}

span.tel {
    display: block;
    color: rgba(195,121,137,1.00);
}

span.tel strong {
    margin: 0px 5px;
    font-size: 20px;
    font-weight: bold;
}

.map_caption {
    width: 640px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: rgba(255,255,255,1.00);
    background-color: rgba(179,145,165,1.00);
}

#flexslider {
    position: relative;
    height: 700px;
    background-color: rgba(255,255,255,1.00);
    overflow: hidden;
}

#greeting_wrapper {
    position: absolute;
    width: 100%;
    height: 182px;
    left: auto;
    right: auto;
    bottom: 0px;
    margin: 0px auto 10px auto;
    overflow: hidden;
    z-index: 99;
}

#greeting {
    width: 848px;
    height: 182px;
    left: auto;
    right: auto;
    bottom: 0px;
    margin: 0px auto;
    background-image: url(../images/greeting.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 99;
}

#topics {
    background-color: rgba(247,249,236,1.00);
}

#topics ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#topics ul li {
    margin: 10px 0px;
    padding: 0px 10px;
    line-height: 170%;
    border-left: 5px solid rgba(214,214,184,1.00);
}

#kamoku {
    font-size: 26px;
    background-color: rgba(255,255,255,0.9);
}

#jikan {
    background-color: #FDF8DB;   
}

#access {
    background-color: rgba(255,255,255,0.9);
}

#photos {
    background-color: rgba(239,254,239,1.00);
}

#photos ul {
    list-style-type: none;
}

#photos ul li {
    display: inline-block;
    margin: 10px;
}

#photos ul li img {
    width: 200px;
    height: auto;
    -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.27);
    box-shadow: 2px 2px 5px rgba(0,0,0,0.27);
    border-radius: 7px;
    border: 3px solid rgba(255,255,255,1.00);
}

#copyright {
    width: 960px;
    margin: 5px auto;
    font-size: 9px;
    color: rgba(151,151,151,1.00);
    text-align: right;
}
