@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* -------------------------------------------------------------------
all
 ------------------------------------------------------------------- */

body,
h1,
h2,
h3,
h4,
p,
ul,
li,
address,
dl,
dt,
dd {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    width: auto;
}

img {
    margin: 0;
    padding: 0;
}

li {
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    border-style: none;
}

a img {
    border-style: none;
}

a:hover img {
    opacity: 0.7;
}

a {
    color: #000;
    text-decoration: none;
    border: none;
}

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

h1,
h2,
h3,
h4.h5,
h6 {
    font-weight: normal;
}

body {
    color: #3A3A3A;
    font-size: 16px;
    letter-spacing: 0.1px;
    font-family: "Noto Sans JP", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    -webkit-text-size-adjust: none;
}


/*------------------
ヘッダー
--------------------*/

@media screen and (min-width: 980px) {
    header {
        width: 1024px;
        margin: 0px auto 5px auto;
        overflow: hidden;
    }
    header img {
        float: left;
    }
    header h1 {
        font-size: 12px;
        float: right;
        margin-top: 20px;
    }
	
	.br_pc:before {
        content: "\A";
        white-space: pre;
    }
}

@media screen and (max-width: 979px) {
    body {
        margin-top: 135px;
        z-index: 1;
    }
    header {
        width: 100%;
        position: fixed;
        height: 55px;
        top: 0;
        left: 0;
        z-index: 2;
        background: #fff;
    }
    header a {
        width: 400px;
        display: block;
        margin: 0 auto;
    }
    header img {
        width: 70%;
		margin-left: 15%;
		margin-top: 10px;
    }
    header h1 {
        display: none;
    }
    nav {
        height: 80px;
        display: fixed;
    }
    .br:before {
        content: "\A";
        white-space: pre;
    }
}


/*------------------
ナビ
--------------------*/

@media screen and (min-width: 980px) {
    nav {
        width: 100%;
        background: #99C730;
        overflow: hidden;
        padding: 25px 0;
    }
    nav a {
        color: #fff;
    }
    nav ul {
        width: 900px;
        margin: 0 auto;
    }
    nav li {
        float: left;
        width: 150px;
        text-align: center;
        box-sizing: border-box
    }
    nav li:not(:last-child) {
        border-right: 1px solid #fff;
    }
}

@media screen and (max-width: 979px) {
    nav {
        width: 100%;
        background: #99C730;
        position: fixed;
        top: 55px;
        left: 0px;
        z-index: 2;
    }
    nav a {
        color: #fff;
        display: block;
    }
    nav li {
        float: left;
        text-align: center;
        box-sizing: border-box;
        height: 40px;
        line-height: 40px;
    }
    .nav1 {
        width: 33%;
        border-bottom: solid 1px #fff;
    }
    .nav2 {
        width: 34%;
        border-bottom: solid 1px #fff;
    }
    #nav_b1,
    #nav_b2,
    #nav_b3,
    #nav_b4 {
        border-right: solid 1px #fff;
        box-sizing: border-box;
    }
}


/*------------------
スライダー
--------------------*/

#slider-pro {
    margin: 0px auto 0 auto;
    width: 100%;
    height: auto;
}

#slider-pro img {
    width: 100%;
    height: auto;
}


@media screen and (min-width: 980px) {

#header_img {
    width: 1024px;
    margin: 0 auto;
}

}


/*------------------
コンテント
--------------------*/

@media screen and (min-width: 980px) {
	
#content {
    width: 1024px;
    overflow: hidden;
    margin: 50px auto 0 auto;
}

.sp{
	display: none;
}


#pagetop {
    text-align: right;
    width: 200px;
    height: auto;
    float: right;
    padding-bottom: -2px;
    clear: both;
}

#pagetop a {
    background-color: #EDF8D0;
    text-align: center;
    color: #333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 2px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
}

#pagetop a:hover {
    text-decoration: underline;
    color: #666666;
}
}

@media screen and (max-width: 979px) {
	
	#content {
    width: 90%;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.pc{
	display: none;
}

#pagetop {
    text-align: right;
    width: 200px;
    height: auto;
    float: right;
    padding-bottom: -2px;
    clear: both;
	margin-top: 40px;
}

#pagetop a {
    background-color: #EDF8D0;
    text-align: center;
    color: #333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    letter-spacing: 2px;
    font-size: 14px;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
}

#pagetop a:hover {
    text-decoration: underline;
    color: #666666;
}

}


/*------------------
左側コンテンツとサイドバー
--------------------*/

@media screen and (min-width: 980px) {
	
#content_left {
    width: 680px;
    float: left;
    overflow: hidden;
}

#content_right {
    width: 250px;
    overflow: hidden;
    float: right;
}

#content_right ul {
    margin-bottom: 50px;
}

#content_right li:not(:last-child) {
    margin-bottom: 10px;
}

#content_right dl {
    margin-bottom: 20px;
}

#content_right dt {
    margin-bottom: 10px;
}

#content_right #koutuuhi {
    margin-top: 10px;
    line-height: 30px;
}

#content_right #koutuuhi #waku {
    border: solid 2px #BADB81;
    padding: 2px 5px;
    margin-right: 10px;
}

}


@media screen and (max-width: 979px) {
	#content_right ul{
		display: none;
	}
	
	#content_right .sp{
		width: 100%;
		height: 30px;
		line-height: 30px;
		color: #fff;
		background: #99C730;
		display: block;
		text-align: center;
		margin-bottom: 10px;
		border-radius: 5px;
	}
	
	#content_right dl{
		margin-bottom: 10px;
		text-align: center;
	}
	
	#content_right #koutuuhi{
		margin-top: 10px;
	}
	
	#content_right #koutuuhi #waku {
    border: solid 2px #BADB81;
    padding: 1px 5px;
    margin-right: 10px;
}

	#header_img img{
		width: 100%;
	}
	
}


/*------------------
フッター
--------------------*/

@media screen and (min-width: 980px) {
    footer {
        width: 100%;
        background: #EDF8D0;
        padding: 40px 0;
        margin-top: -5px;
    }
    #footer_waku {
        width: 1024px;
        margin: 0 auto 30px auto;
        overflow: hidden;
    }
	
	footer #f_salon {
        width: 1024px;
		margin-top: 10px;
    }

    footer .salon {
        float: left;
        width: 245px;
        margin-right: 13px;
    }
	
	footer .salon:last-child  {
        margin-right: 0;
    }
	
	footer .salon a img{
        width: 245px;
    }
    footer .salon h3 {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 15px;
    }
    footer .salon p {
        margin-top: 10px;
        overflow: hidden;
		font-size: 90%;
    }
    footer .salon #dial {
        height: 20px;
        line-height: 20px;
    }
    footer .salon #dial img {
        float: left;
        margin-right: 5px;
    }
    footer .salon #dial span {
        font-weight: bold;
        font-size: 18px;
        margin-right: 3px;
    }
	
	footer .salon #dial small {
        font-size: 10px;
		letter-spacing: normal;
 
    }
    footer #copyright {
        opacity: 0.8;
        text-align: center;
        font-size: 13px;
    }
}

@media screen and (max-width: 979px) {
    footer {
        width: 100%;
        background: #EDF8D0;
        padding: 20px 0;
        margin-top: -5px;
        text-align: center;
		font-size: 13px;
    }
	
	 #footer_waku {
        width: 90%;
        margin-left: 5%;
        overflow: hidden;
    }
	
	#footer_waku h5{
        width: 200px;
    }
	
	footer #f_salon {
        width: 100%;
		margin-top: 10px;
		text-align: left;
    }

    footer .salon {
        float: left;
        width: 48%;
		margin-bottom: 20px;
        margin-right: 4%;
		
    }
	
	footer .salon:nth-child(2n)  {
        margin-right: 0;
    }
	
	footer .salon a img{
        width: 100%;
    }
	

	
footer .salon #dial span{
        font-size: 140%;
	line-height: 2em;
	font-weight: bold;
    }
	
	footer .salon #dial img{
        width:22px;
		height: 15px;
    }
}
