@charset "utf-8";
/* CSS Document */

/************************************************************
 *
 * 独自に当てるstyleはすべてここに書く
 *
 * **********************************************************/


body {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
}


body#top section#mv {
    padding: 0;
}

section#mv.top .bg {
    background-image: url(../img/top/mv_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 19% 0;
}



.fade{
	animation: fadeIn 6.0s ease 3.0s 1 normal;
}
@keyframes fadeIn { /*animation-nameで設定した値を書く*/
    0% {opacity: 0} /*アニメーション開始時は不透明度0%*/
    100% {opacity: 1} /*アニメーション終了時は不透明度100%*/
}



section#mv.top .tit {
    color: #fff;
}


.none {
	display: none!important;
}
section#content.top {
    padding: 5% 0;
}


section#content.top.about {
    position: relative;
    height: 90vh;
    margin: 5% 0;
}

section#content.top.about .bg_1 {
    position: absolute;
    display: block;
    width: 60%;
    height: 100%;
    background-image: url(../img/top/s1_bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

section#content.top.about .bg_2 {
    position: absolute;
    display: block;
    width: 60%;
    height: 60%;
    background-image: url(../img/top/s1_bg2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 2;
    bottom: 5%;
    right: 0;
}


section#content.top.about .inner {
    position: absolute;
    display: block;
    z-index: 3;
    left: 0;
    right: 0;
    height: 480px;
}

section#content.top.about .bg_w {
    max-width: 440px;
    padding: 5% 4%;

}

section#content.top.about .bg_w h2,
section#content.top.about p {
    margin: 0 0 5%;
	text-align: center;
}




section#content.top.service {
    background-color: #F1F6F9;
}

section#content.top.news {
    background-color: #F1F6F9;
}


section#content.top.qualification {
    background-image: url(../img/top/s3_bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
}

section#content.top.qualification p {
    text-align: center;
    margin: 0 0 5%;
}




/*共通*/

.link {
    max-width: 320px;
    margin: 0 auto 5%;
}

.reserve {
    width: 200px;
    display: block;
    position: fixed;
    right: 0;
    z-index: 10;
    bottom: 20vh;
    box-shadow: 2px 2px 4px gray;
}


.reserve a.link_bt {
    background: #9bd186;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9bd186 0%, #5ea944 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9bd186 0%, #5ea944 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9bd186 0%, #5ea944 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bd186', endColorstr='#5ea944', GradientType=0);
    /* IE6-9 */
}



.reserve i {
    padding: 0 5px 0 0;
}

a.link_bt {
    width: 100%;
    display: block;
    padding: 5% 0;
    text-align: center;
    color: #fff;
}

a:hover,
a.link_bt:hover {
    opacity: 0.8;
}



.line {
    width: 30px;
    height: 2px;
    background-color: #065424;
    margin: 1% auto 5%;
}


h3 {
    position: relative;
}

h3:before {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background-color: #EFC19D;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 15px;
}


section#content.top #layout_block .l-img_r-text .text h3,
section#content.top #layout_block .l-text_r-img .text h3,
footer h3,
body#kaso h3 {
    margin-bottom: 1%;
    padding: 0 0 0 35px;
    border-bottom: none;
}


/*背景*/
.bg_w {
    background-color: #fff;
}

.bg_g {
    background-color: #81C16A;
}

.bg_b {
    background-color: #82B8E6;
}

.bg_sb {
    background-color: #F1F6F9;
}

/*相殺*/



/*フォントサイズ*/
section#mv.top h2 {
    font-size: 48px !important;
    font-weight: 500 !important;
    text-shadow:
        #010101 1px 1px 50px, #010101 -1px 1px 50px,
        #010101 1px -1px 50px, #010101 -1px -1px 50px;
}

h1 {
    font-size: 45px;
    font-weight: 300 !important;
}

h2 {
    font-size: 28px !important;
    color: #065424;
    font-weight: 500;
}

h3 {
    font-size: 22px !important;
    font-weight: 500;
}

h4 {
    font-size: 16px !important;
    font-weight: 300;
    margin: 0 !important;
}

h5 {
    font-size: 16px !important;
}

body,
p {
    font-size: 14px !important;
}

@media (max-width: 640px) {
    h1 {
        font-size: 32px;
        font-weight: bold;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }

    body,
    p {
        font-size: 12px;
    }
}


section.news.nothumbnail_news ul.post_list li:first-child {
    border-top: none;
}


section.news.nothumbnail_news ul.post_list li {
    border-bottom: 1px solid #065424;
}


section.news.nothumbnail_news ul.post_list li .f_l {
    width: 15% !important;
}

section.news.nothumbnail_news ul.post_list li .f_r {
    width: 80% !important;
}


section.news.nothumbnail_news ul.post_list li a .day {
    color: #065424;
    font-weight: 700;
}


section.news.nothumbnail_news ul.post_list li a {
    padding: 2% 0;
}

footer {
    display: flex;
    color: #333 !important;
    background-color: #fff !important;
    padding: 1% 0;
    text-align: left;
    letter-spacing: .5px;
}

footer .f_o,
footer .map {
    margin: 0 0 3%;
}

footer .price,
footer a.link_bt {
    margin: 0 0 5%;
}


footer .f_o .f_l,
footer .f_o .f_r {
    width: 50%;
}

copyright {
    color: #333 !important;
    padding: 1%;
    display: block;
}

footer a,
footer a:visited {
    color: #333;
}


/*下層*/

.s_price {
    padding: 5%;
}

#layout_block .l-img_r-text .img {
    float: left;
    width: 45%;
    padding: 0 3% 0 0;
}

#layout_block .l-img_r-text .text {
    float: right;
    width: 50%;
}

#content #detail.nom {
    margin: 0;
    padding: 5% 0;
}

body#kaso.qualification .inner_100 img {
    margin: 0;
}

.s_service {
    padding: 5%;
    margin: 0 0 3%;
}


body#kaso.qualification section#mv h1 {
    display: none;
}


body#kaso.qualification section#content.bg_sg {
    padding: 5% 0;
    text-align: center;
}



body#kaso.service h1 {
    display: none;
}
.about_h1 {
    margin-bottom: 10px;
    line-height: 36px;
    font-size: 36px;
}

.about_h1 span{
font-size: 24px;
}
.about_h1_span {
    font-size: 18px;
}

body#kaso.about section#mv h1 {
    display: none;
}

body#kaso.about section#content.bg_sb {
text-align: center;
padding: 2% 0;
background-color: #e9f6e5;
}
.kizuki_img {
    float: right;
    width: 51%;
    padding: 1% 0 0 5%;
}
.kizuki_text {
    width: 47%;
}
body#kaso.about section#pankuzu {
    display: none;
}



/*下層相殺*/
body#kaso #mv .tit,
body#blog_template #mv .tit {
    background-color: transparent;
}

body#blog_template footer h2 {
    text-align: center;
    margin: 0;
}

body#blog_template footer h2:before {
    display: none;
}

body#blog_template main {
    margin: 0;
}

body#blog_template .blog-h5,
body#blog_template .sidebar-title,
body#blog_template .popular-posts h2 {
    margin: 0 0 3% !important;
}


#contact_template .big {
    font-size: 28px !important;
	    letter-spacing: 1px;
}

#contact_template .tel-tit {
	font-size: 28px!important;
}

.white {
    color: #fff !important;
}

#layout_block .l-text_r-img .img {
    float: right;
    width: 45%;
    padding: 0 0 0 3%;
}

#layout_block .l-text_r-img .text p {
    width: 50%;
}

header .logo {
    top: 5px;
}

@media (max-width: 640px) {
	#layout_block .l-text_r-img .text p {
    width: 100%;
}
	
	h3 {
    font-size: 18px !important;
	}


    header .logo img {
        width: 190px;
		padding: 12% 0 0 8%;
    }
    section#mv.top h2 {
        font-size: 30px!important;
    }

    section#mv.top .bg {
        background-image:url(../img/top/mv_bg_sp.jpg);
        background-size: cover;
        padding: 60% 0;
    }
    section#content.top.about .bg_w {
        padding: 0%;
        margin-top: 10px;
    }

    .reserve {
        bottom: 0;
        width: 100%;
    }

    a.link_bt {
        padding: 5% 0;
    }

    .line {
        margin: 3% auto 5%;
    }

    section#content.top.about .bg_1 {
        display: none;
    }
    section#content.top.about {
        position: relative;
        height: 370px;
        margin: 0;
        margin-top: 10px;
    }
    section#content.top.service {
        padding-top: 40px;
    }



    section#content.top.about .bg_2 {
        height: 160px;
        width: 100%;
        top: 210px;
    }

    section#content.top.about .bg_w {
        width: 100%;
    }

    #layout_block .l-img_r-text .img {
        width: 100%;
        height: 150px;
        position: static;
        padding: 0;
    }

    #layout_block .l-img_r-text .text {
        width: 100%;
        padding-top: 20px;
    }

    #layout_block .l-text_r-img .img {
        width: 100%;
        height: 150px;
        position: static;
        padding: 0;
        margin-bottom: 20px;
    }

    #layout_block .l-img_r-text .text h3 {
        float: initial;
    }

    section#content.top.qualification {
        height: 510px;
        padding-top: 40px;
    }

    #layout_block {
        margin: 1% 0 10%;
    }

    section#content.top #layout_block .l-img_r-text .text h3 {
        padding: 0 0 0 35px;
    }
    section#content.top.qualification p {
        text-align: left;
    }

    section.news.nothumbnail_news ul.post_list li .f_r {
        width: -webkit-fill-available !important;
    }

    section.news .c_tit {
        font-size: 14px;
    }
    section.news ul.post_list,
    section.news.nothumbnail_news ul.post_list {
        padding:0 0 20px;
    }

    section.news.nothumbnail_news ul.post_list li a .day {
        font-weight: 500;
    }

    /* footer */
    footer .price,
    footer a.link_bt {
        margin: 5% 0 5%;
    }

    footer .f_o .f_l,
    footer .f_o .f_r {
        width: 100%;
    }
    .gmap {
        margin-bottom: 30px;
    }
	
	.kizuki_img {
		padding: 0;
	}
	
	.top .bg_w h2 {
		text-align: center;
	}
	
	.about h1 {
		font-size: 18px;
		line-height: 30px;
	}
	
	#contact_template .big,
	#contact_template .tel-tit {
		font-size: 20px!important;
	}
	
	body#kaso.contact #mv .tit, body#blog_template #mv .tit {
    padding: 20% 0px;
}
	
section#content {
    padding: 8% 0 0;
}
	
	body#kaso.about section#content.bg_sb {
		padding: 4% 0 2%;

}
	
	.about_h1 span {
    font-size: 16px;
}
	
}
