@charset "UTF-8";

html, body {
    width: 100%;
    height: 100%;
    font-size: 15px;
}

html, body, header, nav, section, footer, div, p, h1, h2, h3, ul, li, dl, dt, dd, span {
    margin: 0px;
    padding: 0px;
    position: relative;
    box-sizing: border-box;
}

body {
    color: #000000;
    background-color: #FFFFFF;
    cursor: default;
    font-family: "YuGothic","Yu Gothic","Hiragino Kaku Gothic Pro","Meiryo","メイリオ","MS UI Gothic","ＭＳ Ｐゴシック","MS PGothic",Tahoma,sans-serif;
    /*font-size: 25px;*/
}

div, ul, li, a {
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: rgba(76,124,101,1.00);
}

a:hover, a:active {
    color: rgba(77,136,152,1.00);
}

img {
    border: none;
    vertical-align: middle;
}

a img:hover {
    opacity: 0.7;
}

hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(90deg,rgba(255,255,255,1.00) 0%,
                        rgba(221,221,221,1.00) 50%,
                        rgba(255,255,255,1.00) 99.48%);
}

ul {
    list-style-type: none;
}

ul.list-inline li {
    display: inline-block;
    vertical-align: top;
}
.list-inline li a {
	padding: 0px;
	margin: 0px;
}




.center-block {
    width: 1200px;
    margin: 0px auto;
}

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

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

.float-wrapper {
    clear: both;
}

.float-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.float-block {
    float: left;
}

.float-left {
    float: left;
}

.col2 {
    width: 50%;
}

.col3 {
    width: 33%;
}

.inline-block {
}

.inline-block dl {
    display: inline-block;
    width: 200px;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.inline-block dl img {
    width: 100%;
    height: auto;
}

.inline-block dl dt {
    margin: 0px !important;
    padding: 0px !important;
}

.inline-block dl dd {
    margin: 0px !important;
    padding: 0px !important;
}

.inline-block dl dd p {
    margin: 0px !important;
    padding: 0px !important;
}


.block {
}

.block:after {
    content: "";
    display: block;
    clear: both;
}

.block-left {
    float: left;
}

.block-center {
    text-align: center;
}

.block-right {
    float: right;
}

@media screen and (min-width: 480px) {
    .w20 {
        width: 20%;
    }

    .w25 {
        width: 25%;
    }

    .w33 {
        width: 33%;
    }

    .w50 {
        width: 50%;
    }

    .w66 {
        width: 66%;
    }

    .w75 {
        width: 75%;
    }

    .w80 {
        width: 80%;
    }

    .w90 {
        width: 90%;
    }

    .w100 {
        width: 100%;
    }
    
    .sp-only {
        display: none;
    }

    #btn-navi {
        display: none;
    }
    
    .pagetop {
        display: none;
        position: fixed;
        right: 40px;
        bottom: 40px;
        z-index: 999;
    }

    .pagetop a {
        display: block;
        width: 60px;
        height: 60px;
        padding: 0px;
        background-color: rgba(255,255,255,0.53);
        background-image: url(../img/common/pagetop.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    
}

@media screen and (max-width: 479px) {
    
    html, body {
        width: 100%;
    }
    
    header {
    }
    
    header h1 {
        margin: 0px 20px 15px 20px;
    }
    
    header h1 img {
        width: 200px;
        height: auto;
    }
    
    header #contact {
        margin: 15px 0px;
    }
    
    header #contact #text {
        display: block;
        text-align: center;
    }
    
    header #contact #calltel {
        display: block;
        margin: 5px 0px;
        text-align: center;
        line-height: 100%;
    }
    
    header #contact #call {
        display: inline-block;
    }
    
    header #contact #tel {
        display: inline-block;
        font-size: 1.4rem;
        vertical-align: middle;
        font-weight: bold;
        color: #53B03F;
    }
    
    header #contact #open {
        display: block;
        text-align: center;
    }
    
    header #contact #button {
        display: block;
        text-align: center;
    }
    
    header #contact #button a {
        display: inline-block;
        margin: 10px 0px;
        padding: 10px 20px;
        color: #FFF;
        background-color: #53B03F
;    }
    
    header #sitesearch {
        display: none;
    }
    
    header #sitesearch dl {
        text-align: center;
    }
    
    header #sitesearch dl dt {
        display: inline-block;
    }
    
    header #sitesearch dl dd {
        display: inline-block;
    }

    #btn-navi {
        position: absolute;
        right: 10px;
        top: 10px;
        padding: 0px 0px;
        width: 40px;
        height: 40px;
        font-size: 0.7rem;
        opacity: 0.7;
        cursor: pointer;
        z-index: 99;
    }

    #btn-navi img {
        width: 100%;
        height: auto;
    }
    
    nav {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
        padding: 50px 20px;
        width: 100%;
        background-color: #FFF;
        -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.32);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.32);
        z-index: 98;
    }
    
    nav.active {
        display: block;
    }
    
    nav ul {
        margin: 10px 0px;
    }
    
    nav ul li {
        display: block !important;
        margin: 0px 0px;
        border-bottom: 1px solid rgba(0,0,0,0.22);
    }
    
    nav ul li:first-of-type {
        border-top: 1px solid rgba(0,0,0,0.22);
    }
    
    nav ul.list-inline li a {
        display: block;
        padding: 20px 0px;
        text-align: center;
    }
    
    #content {
    }
    
    h2 {
        position: relative;
        display: block;
        margin: 20px 0px 30px 0px;
        height: 100px;
        overflow: hidden;
    }
    
    h2 span {
        position: absolute;
        top: 30px; right: 0; bottom: 0; left: 0;
        display: block;
        margin: auto;
        width: 100%;
        height: auto;
        text-align: center;
        text-shadow: #FFF 1px 1px 0px, #FFF -1px 1px 0px,
                     #FFF 1px -1px 0px, #FFF -1px -1px 0px;
    }
    
    h2 img {
        margin-top: -20px;
        width: 100%;
        height: auto;
    }
    
    h3 {
        margin: 30px 0px 20px 0px;
        padding-left: 7px;
        color: #499A36;
        border-left: 7px solid #499A36;
    }
    
    h4 {
        margin: 0px;
        padding: 0px;
    }
    
    img {
        max-width: 100%;
        height: auto;
    }
    
    .w20, .w25, .w33, .w50, .w66, .w75, .w80, .w100 {
        width: 100%;
    }
    
    .sp-text-left {
        text-align: left;
    }
    
    .pc-only {
        display: none;
    }
    
    .pagetop {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 999;
    }

    .pagetop a {
        display: block;
        width: 40px;
        height: 40px;
        padding: 0px;
        background-color: rgba(255,255,255,0.53);
        background-image: url(../img/common/pagetop.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 50%;
        border-radius: 50%;
        text-align: center;
        vertical-align: middle;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
    
    footer {
        margin: 30px 0px;
        text-align: center;
    }
    
    footer ul {
        padding: 20px 0px;
        border-top: 1px solid rgba(0,0,0,0.2);
        border-bottom: 1px solid rgba(0,0,0,0.2);
    }
    
    footer ul li {
        display: inline-block !important;
        margin: 0px;
        padding: 5px;
        width: 47%;
    }
    
    footer ul.list-inline li a {
        display: block !important;
        padding: 10px;
        color: #FFF;
        background-color: #53B03F;
    }
    
    footer ul.list-inline li a span {
        display: block;
        font-size: 0.8rem;
    }
    
    footer #copyright {
        margin: 20px 0px;
    }
}


/* フォーム
-------------------- */
.btn {
    padding: 5px 30px;
    white-space: nowrap;
    background-color: #FF2626;
    color: #FFFFFF !important;
    font-size: 1.1rem;
    -webkit-box-shadow: 1px 1px 1px 0px #970000;
    box-shadow: 1px 1px 1px 0px #970000;
    border: none;
}

a.btn {
    display: block;
}

.btn:hover{
    background-color: #FF9292;
}

.btn-small {
    padding: 5px 10px;
}

p.btn-reserve {
    margin: 30px 0px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
input[type=tel],
textarea {
    padding: 5px;
    color: rgba(11,11,11,1.00);
}

option {
    padding: 2px 5px;
    color: rgba(11,11,11,1.00);
}

label {
    cursor: pointer;
}

label:hover {
    color: rgba(0,159,237,1.00);
    background-color: rgba(248,255,0,0.28);
}

.table dl {
    display: block;
    width: 600px;
    margin: 10px auto;
}

.table dt {
    display: inline-block;
    width: 120px;
    height: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    font-weight: bold;
    text-align: right;
}

.table dd {
    display: inline-block;
    width: 400px;
    height: auto;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    vertical-align: top;
    border-left: 3px solid rgba(220,237,208,1.00);
}

.hissu {
    color: rgba(208,47,50,1.00);
}

.large-icon {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 0px;
    width: 160px;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.5s ease-in-out 0s;
    transform: rotateY(0deg);
}

.large-icon:hover {
    transform: rotateY(180deg);
}

.large-icon a.effect-left {
    display: block;
    position: absolute;
    left: -100px;
    top: 0px;
}

.large-icon a.effect-right {
    display: block;
    position: absolute;
    right: -100px;
    top: 0px;
}

.large-icon a.effect-bottom {
    display: block;
    position: absolute;
    left: 0px;
    bottom: -100px;
}

.large-icon i {
    display: table-cell;
    margin: 0px auto;
    padding: 0px;
    width: 160px;
    height: 160px;
    font-size: 5rem;
    text-align: center;
    vertical-align: middle;
    color: rgba(77,124,66,1.00);
    border: 3px solid rgba(77,124,66,1.00);
    border-radius: 100%;
}


/* ページ上部リンク
-------------------- */
#pagetop {
    position: fixed;
    right: 0px;
    bottom: 0px;
    opacity: 0.5;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

#pagetop:hover {
    opacity: 1;
}


/* その他
-------------------- */
.noime {
    ime-mode: disabled;
}
