@charset "utf-8"; /*使用する文字コード*/
P.clear,
DIV.clear,
H4.clear,
BR.clear{
    clear:both;
}
H1#siteTitle{
    margin:0px 0px 5px 0px;
    font-size:10px;
    font-weight:normal;
    text-align:center;
    color:#000000;
}
H2{
    background-color:#63B12F;
    color:#ffffff;
    padding:8px;
    margin-left:-15px;
    margin-right:-15px;
    text-shadow:none;
    font-size:20px;
}
H2#logo{
    margin:0px;
    text-align:center;
    background:none;
}
H4 {
    background-color:#FFEED9;
    border-radius:5px;
    color:000000;
    padding:10px;
}
STRONG.caution{
    color:#E04A2A;
}
DIV.imageGroup{
    text-align:center;
}
.ui-li-heading,
.ui-li-desc,
.ui-btn-text{
overflow: visible;
white-space: normal;
}
DIV#catchArea{
    margin:0px;
    text-align:center;
}
DIV.telBanner{
    text-align:center;
}
DIV#swipeImage UL,
DIV#swipeImage LI{
    margin:0px;
    padding:0px;
    list-style:none;
}
DIV#swipeImage UL{
    width:100%;
}
SPAN#swipeImagePosition{
    font-size:18px;
}
SPAN#swipeImagePosition em.swipeImageOn{
    color:#EE0000;
}
IMG.imgCenter{
    margin:0 auto;
    text-align:center;
    display:block;
}
DIV.copyright{
    font-size:15px;
    text-align:center;
    margin:15px -15px -15px -15px;
    padding:15px 0px;
    background-color:#ecedec;
}
DL.price DT{
    color:#d57300;
    font-weight:bold;
}
DL.price DD{
    padding-bottom:1em;
}
DIV.youtube{
    position:relative;
    padding-bottom: 56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}
DIV.youtube iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.hikken > img {
    display: none;
}
/*アクセス*/
.map {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}