/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
					CSS Stylesheet
				Author @ Crisp Code
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/

@charset "UTF-8";
@font-face {
 	font-family: 'mp1p';
 	src: url('../font/mplus-1p-light.eot?') format('oldIE'), url('../font/mplus-1p-light.woff') format('woff'), url('../font/mplus-1p-light.ttf') format('truetype');
}

/* フォントを追加する場合以下を記入
@font-face {
 	font-family: ' **任意のフォント名** ';
 	src: url('../font/**ファイル名**.eot?') format('oldIE'), url('../font/**ファイル名**.woff') format('woff'), url('../font/**ファイル名**.ttf') format('truetype');
}
*/

html,
body {
	width: 100%;
	height: 100%;
	font-family: 'mp1p', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "MS Pゴシック", Verdana, Helvetica,  sans-serif;
    margin: 0px;

}
a {
	text-decoration: none;
	font-style: normal;
    color:#3E3A39;
}

p{
    color:#3E3A39;
     color: #838181;
    font-size: 16px;
}

dl{
   color: #838181;
}

dt{
   color: #838181;
}


h1{
      color:#3E3A39;
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

h2{
        color:#3E3A39;
}

/* 非表示にするClass */
.none {
	display: none;
}
/* スマホ版のみ非表示にするClass */
.m-none {
	display: none;
}
/* PC版のみ非表示にするClass */
.pc-none {
	display: inline;
}
@media only screen and (min-width: **レスポンシブのピクセル値を記入** ) {
	.m-none {
		display: inline;
	}
	.pc-none {
		display: none;
	}
}

/*＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊
						Header
＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊*/
h1{
    text-align: center;
}

h3{
    line-height: 40px;
}


header {
    width:100vw;
    height: 60px;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));

    position:fixed;
    z-index: 1000;
}


.header-contents{
    width: 100%;
    height: 100%;
    max-width: 1200px;
    margin:0 auto;
    position: relative;
}



header img{
    width: 300px;
    height: auto;

}

ul li{
    float: left;
    margin-right: 20px;
    font-size: 20px;
}


header ul li {
    float: none;

}
header ul li {
	line-height: 50px;
	padding: 0;
	border-bottom: 1px solid #DCDCDC;
	letter-spacing: 2px;

}

footer ul li{
margin-right: 20px;

}


header ul{
    position: absolute;
    right: 0px;
    bottom: 13px;
    z-index: 500;
}


/* SP用メニューボタン */
header .menu-btn {
	position: fixed;
	top: px;
	right: 10px;
	width: 25px;
	height: 20px;
	background-image: url(../images/menu.svg);
	background-repeat: no-repeat;
	background-size: 25px 20px;
	background-position: center;
	background-color: transparent;
	border: 0;
	z-index: 2000;
}
header .menu-btn:focus {
	outline: none;
}
@media only screen and (min-width: 900px) {
	header .menu-btn {
		display: none;
	}
}
/* メニューCSS (PC、SP共通) */
header ul {
	display:none;
	position: fixed;
	top: 60px;
	height: 204px;
	list-style: none;
	background: rgba(245, 245, 245, 0.8);
	z-index: 1000;
}

@media only screen and (max-width: 900px) {
	header ul {
		width: 100%;
        height: 327px;
	}

    header ul li {
	line-height: 80px;

}

    ul li{

    margin-right: 0px;
        text-align: center;

}

}





@media only screen and (min-width: 900px) {
	header ul {
		display: table;
		top: 10px;
		background-color: transparent;
	}
}

@media only screen and (min-width: 900px) {
	header ul li {
		display: table-cell;
		float: left;
		font-size: 18px;
		transition: .3s;
		border-bottom: 0px;
	}
}
header ul li a {
	color: #000;
	display: block;
}
@media only screen and (min-width: 900px) {
	header ul li a {
		display: block;
		line-height: 50px;
	}
}




header .menu-btn {
	position: fixed;
	top: 20px;
	right: 10px;
	width: 25px;
	height: 20px;
	background-image: url(../images/menu.svg);
	background-repeat: no-repeat;
	background-size: 25px 20px;
	background-position: center;
	background-color: transparent;
	border: 0;
	z-index: 2000;
}






.hero{

   /* background-color: #F5F5DC; */
    background-color:#f5f5f5;
    height: 500px;
    position: relative;
    text-align: center;
}

.hero img{
    width: 500px;
    max-width: 80vw;
    height: auto;
    margin-top: 150px;

    text-align: center;

}

.hero .hero-contents{
    margin-top: 60px;
}

.hero p{
    text-align: center;
    line-height: 35px;

}

.no-br{
    display: inline-block;
    white-space: nowrap;
}


.toppage-contents{
    height: 350px;
    width: 1100px;

    margin: 140px auto 0px auto;
}

.toppage-content{
    width: 250px;
    height: 250px;
    float: left;
    text-align: center;
    border-radius: 15px;
   border: solid 2px #716967;
    box-sizing:border-box;
}

.toppage-content:hover{
background-color: #f5f5f5;
    transition-duration: 2s;
    border-radius: 15px;
}




.toppage-content h2{
font-size: 21px;

}

.toppage-content p{

font-size:14px;
}

@media screen and (max-width:1100px) {

.toppage-content{
    border-radius: 15px;
    background-color:#f5f5f5;
}

}






.toppage-content .subtitle{
    font-size: 20px;
    padding-top: 7px;
}

.toppage-content img{
    height: 80px;
     width: auto;
    margin:30px 0px 30px 0px;
}

.toppage-content1{
 margin: 0px 20px 0px 20px;
}

.toppage-content3{
    margin: 0px 20px 0px 20px;
}
.toppage-content4{
    margin: 0px 20px 0px 0px;
}




footer{
    border-top:3px #3E3A39 solid ;
    border-bottom:3px #3E3A39 solid;
    height: 60px;
    margin-top: 80px;
}

footer ul{
    margin-top:23px;
    margin-left: 20px;
}

footer p{
    position: absolute;
    right:10px;
    font-size: 12px;
}








.first-image-each{
    margin-left:calc(50vw - 50px);
    width: 40px;
    height: auto;
}


.each-contents-title{
    text-align: center;
}

.space50{

    height: 50px;
    content: "";
    width: 100vw;
}

.space30{

        height: 30px;
    content: "";
    width: 100vw;
}
