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

* {
	padding: 0;
	margin: 0;
}

html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #FFFFFF;
    background-image:url("../img/background.jpg");
    word-wrap: break-word;
    margin-bottom: 20px;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    font-family: 'M PLUS 1p', sans-serif;
    color: #141414;
    text-align:justify;
}


img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

ul {
    list-style: none;
}

li {
    list-style-type: none;
}

a {
    color: #2670B8;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    cursor:pointer;
    font-weight: 400;
}

a:hover {
    color: #976629;
    text-decoration: none;
}

hr {
    border-top: dotted #141414 1px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    width: 100%;
    margin: 3.5em 0 3.5em 0;
}

/*--------------------------------

グーグルマップ

----------------------------------*/

.gmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.gmap iframe,.gmap object,.gmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*--------------  820以下  --------------*/
@media screen and (max-width:820px) {

body {
    font-size: 15px;
    line-height: 22px;
    overflow: hidden scroll ;
    font-weight: 400;
}

hr {
    margin: 2.5em 0 2.5em 0;
}

}