@charset "utf-8";
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*メイン*/


/* global box-sizing */

*,
*::after,
*::before{
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}


/* html element 62.5% font-size for REM use */

html{
    font-size: 62.5%;
}

body{
    font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
    font-size: 1.4rem;
    font-size: 14px;
    line-height: 28px;
    color: #333;
    background-color: #fff;
    margin: 0;
    overflow-x: hidden;
    background: #2f4213 url("images/contbg.jpg");
}


/* clear */

.clear::before,
.clear::after{
    content: ' ';
    display: table;
}

.clear::after{
    clear: both;
}

.clear {
    *zoom: 1;
}

.left{
    float: left;
}

.right{
    float: right;
}

.center{
    text-align: center;
}

img{
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a{
    color: #444;
    text-decoration: none;
}

a:hover{
    color: #444;
    opacity: 0.3;
}


}
a:focus {
    outline: 0;
}
a:hover,
a:active{
    outline: 0;
}
input:focus{
    outline: 0;
    border: 1px solid #cc8704;
}
hr{
    clear: both;
    margin-bottom: 20px;
}
.red{
    color: #ff0000;
    font-weight: bold;
}
.bold{
    font-weight: bold;
}
.bolder{
    font-weight: bold;
    color: #2f4213;
    font-size: 140%;
}
.uline{
    text-decoration: underline;
}
#contents h2{
    position: relative;
    padding: 5px 1em 5px 1.5em;
    border: 1px solid #ccc;
}
#contents h2::after{
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #c9f759;
    border-radius: 4px;
}
#contents h3{
    font-size: 18px;
    color: #2f4213;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}

/*ページレイアウト*/
#wrapper{
    max-width: 980px;
    min-width: 900px;
    margin: 0 auto;
    background-color: #fff;
    height: auto !important;
    /*IE6対策*/
    
    height: 100%;
    /*IE6対策*/
    
    min-height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
}
#header{
    height: 430px;
    margin: 0 -500%;
    padding: 0 500%;
    background: #2f4213 url("images/bg.gif");
}
#contents{
    padding: 20px;
    padding-bottom: 200px;
    /*フッターの高さと同じ*/
}
#footer{
    width: auto;
    margin: 0 -500%;
    padding: 15px 500%;
    background: #2f4213 url("images/bg.gif");
}

/*トップページ*/
.headerlogo{
    float: left;
    position: relative;
    top: 30px;
    left: 60px;
    width: 500px;
}
.headerlogo img{
    float: left;
    opacity: 0.8;
}
.headerlogo p{
    float: left;
    margin-left: 20px;
    filter: dropshadow(color=#fff, offX=0, offY=-1) dropshadow(color=#fff, offX=1, offY=0) dropshadow(color=#fff, offX=0, offY=1) dropshadow(color=#fff, offX=-1, offY=0);
    -webkit-text-stroke-color: #fff;
    text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
.headerphoto{
    height: 430px;
}
.headerphoto .title{
    font-size: 18px;
    float: left;
    width: 260px;
}
.headerphoto .tel{
    float: right;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    /* CSS3草案 */
    
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    
    -moz-border-radius: 10px;
    /* Firefox用 */
    
    width : 400px;
    padding: 20px;
    margin: 30px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.headermenu{
    position: relative;
    top: -52px;
}
.headermenu ul{
    float: none;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 0 -500%;
    padding: 0 500%;
    text-align: center;
}
.headermenu ul li{
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 140px;
    margin: 0 5px;
    text-align: center;
    background-color: rgba(71, 198, 209, 0.67);
    border-radius: 3px;
}
.headermenu ul li a{
    width: auto;
    color: #fff;
    padding: 5px 0;
    text-shadow: 0 -1px 0px #333, 0 1px 0px #555;
    text-decoration: none;
    display: block;
    background: #666;
    background-image: -moz-linear-gradient(top, #888 0%, #777 50%, #666 50%, #777 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #888), color-stop(0.50, #777), color-stop(0.50, #666), color-stop(1, #777));
    border-radius: 3px;
}
.headermenu ul li a:hover{
    background: #ff9300;
    background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}
.headermenu li ul{
    list-style: none;
    position: absolute;
    z-index: 9999;
    top: 100%;
    left: 250px;
    margin: 0;
    padding: 0;
    width: 300px;
    display: none;
}
.headermenu li ul li{
    width: 300px;
}
.headermenu li:hover ul{
    display: block;
}
.headermenu li ul li a{
    padding: 13px 15px;
    border-top: 1px solid #7c8c0e;
    background: #2f4213;
    text-align: center;
}
.headermenu li:hover > a{
    background: #6e7c0c;
}
.headermenu li a:hover{
    background: #616d0b;
}
.footerbg {}
.footermenu ul{
    margin: 20px;
    font-weight: bold;
    border-right: 1px solid #333;
}
.footermenu ul li{
    margin-right: 10px;
    padding-left: 10px;
    display: inline-block;
    border-left: 1px solid #333;
}
.footermenu ul li + li{
    border-left: 1px solid #333;
}
.footeradd{
    margin: 20px;
}
#contents a.link{
    font-weight: bold;
    color: #58801d;
}
#contents a.link::after{
    font-family: FontAwesome free;
    color: #355507;
    font-size: 140%;
    content: '\f08e';
    margin-left: 5px;
}
#contents a.dl{
    font-weight: bold;
    color: #355507;
}
#contents a.dl::after{
    font-family: FontAwesome free;
    font-size: 32px;
    color: #a0a0a0;
    content: '\f019';
    margin-left: 15px;
}
#contents .bgp{
    background-color: #d8e0a0;
}
#contents ul{
    list-style: none;
}
#contents li::before{
    font-family: FontAwesome free;
    color: #58801d;
    content: '\f0a9';
    margin-right: 10px;
}
#contents ul.noneli li::before,
#contents ol.noneli li::before{
    content: " ";
}
#contents .widecont{
    width: 100%;
    float: left;
    padding: 20px;
}
#contents .leftcont{
    width: 50%;
    padding-right: 20px;
    float: left;
}
#contents .rightcont{
    width: 50%;
    float: right;
    padding-left: 20px;
}
#contents .photocap{
    width: 270px;
    float: left;
    margin-right: 10px;
}
#contents .otoiawase{
    padding: 80px;
    text-align: center;
}
#contents .shadebox{
    background-color: rgba(195, 192, 124, 0.3);
    position: relative;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 2em 1.5em;
    /*    color: rgba(0, 0, 0, .8);*/
    
    text-shadow: 0 1px 0 #fff;
    line-height: 1.5;
    margin: 60px auto;
}
#contents .shadebox::before,
#contents .shadebox::after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
#contents .shadebox::after{
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

/*トップページ*/
#indexpage .headerphoto{
    background: url("images/toppage_bg.jpg") no-repeat center bottom;
}

/*コンテンツページ*/
#contentspage #header{
    height: 240px;
}
#contentspage .headerphoto{
    height: 240px;
    background: url("images/contentspage_bg.jpg") no-repeat center bottom;
}
.gyoujilist li{
    height: 50px;
    line-height: 48px;
}
.marutsuki{
    float: left;
    background-color: #a3bc54;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: rgba(113, 135, 164, .65098) 3px 3px 6px 3px;
    -webkit-box-shadow: rgba(113, 135, 164, .65098) 3px 3px 6px 3px;
    -moz-box-shadow: rgba(113, 135, 164, .65098) 3px 3px 6px 3px;
}
.marutsuki::after{
    margin-left: 2px;
    content: "月";
    font-size: 30%;
}

/*楽生園*/
#rakupage h2{
    position: relative;
    padding: 5px 1em 5px 1.5em;
    border: 1px solid #ccc;
}
#rakupage h2::after{
    position: absolute;
    top: .5em;
    left: .5em;
    content: '';
    width: 6px;
    height: -webkit-calc(100% - 1em);
    height: calc(100% - 1em);
    background-color: #ff6c00;
    border-radius: 4px;
}
#rakupage h3{
    font-size: 18px;
    color: #ff6c00;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#rakupage .headerphoto{
    background: url("images/rpage_bg2.jpg") no-repeat center bottom;
}
#rakupage h4{
    color: #ff6c00;
}
.headermenu ul li.r_menu{
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 180px;
    margin: 0 5px;
    text-align: center;
    background-color: rgba(244, 140, 176, 0.67);
    border-radius: 3px;
}
.headermenu ul li.r_menu a{
    width: auto;
    color: #fff;
    padding: 5px 0;
    text-shadow: 0 -1px 0px #be9424, 0 1px 0px #555;
    text-decoration: none;
    display: block;
    background: #666;
    background: -webkit-linear-gradient(top, #ffa443 0%, #ff7400 100%);
    background: -moz-linear-gradient(top, #ffa443 0%, #ff7400 100%);
    border-radius: 3px;
}
.headermenu ul li.r_menu a:hover{
    background: #ff9300;
    background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}

/*ケアハウス*/
#carepage .headerphoto{
    background: url("images/cpage_bg.jpg") no-repeat center bottom;
}
.headermenu ul li.c_menu{
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 180px;
    margin: 0 5px;
    text-align: center;
    background-color: rgba(113, 209, 71, 0.67);
    border-radius: 3px;
}
.headermenu ul li.c_menu a{
    width: auto;
    color: #fff;
    padding: 5px 0;
    text-shadow: 0 -1px 0px #333, 0 1px 0px #555;
    text-decoration: none;
    display: block;
    background: #666;
    background-image: -moz-linear-gradient(top, #3e6407 0%, #355507 50%, #294304 50%, #355507 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3e6407), color-stop(0.50, #355507), color-stop(0.50, #294304), color-stop(1, #355507));
    border-radius: 3px;
}
.headermenu ul li.c_menu a:hover{
    background: #ff9300;
    background-image: -moz-linear-gradient(top, #555 0%, #444 50%, #333 50%, #444 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #555), color-stop(0.50, #444), color-stop(0.50, #333), color-stop(1, #444));
}
table.riyouryo{
    width: 100%;
    border-collapse: collapse;
}
table.riyouryo thead{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #a3bc54;
    color: #fff;
}
table.riyouryo tr{
    border-bottom: 1px #cbcbcb solid;
}