@charset "UTF-8";
body {
    line-height: 1.7;
    font-size: 16px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    color: #000;
}
a,
a:link{
    color: #3585b7;
}
a:visited{
    color: #6252b7;
}
a:hover{
    text-decoration: none;
    color: #555;
}

.sp-nav{
	display: none;
}
#hamberger{
	display: none;
}


/* header */

header{
	position: fixed; /* ヘッダーを固定する */
	top: 0; /* 上部から配置の基準位置を決める */
	left: 0; /* 左から配置の基準位置を決める */
	width: 100%; /* ヘッダーの横幅を指定する */
	height: 100px;
	background: #C5956B;
	
}
header nav{
	float: right;
}
header nav ul{
	display: flex;
    list-style-type: none;
    margin: 20px 0;
    padding: 0;
}
header nav ul li a,
header nav ul li a:link,
header nav ul li a:visited{
    display: inline-block;
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
}
header nav ul li a:hover{
    color: #888;
}

header img{
	display: inline-block;
}
header h1{
	font-family: "MS 明朝";
	font-size: 30px;	
	display: inline-block;
	vertical-align: top;
}


#visual{
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}


/* main */
.wrapper{
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	min-height: 100vh;	
	padding: 110px 0 0 0;
}

main{
	width: 1200px;
	margin: 0 auto;
}



#kh{
	width: 600px;
	float: left;
	margin: 0 auto;
}


#banner{
	width: 400px;
	float: right;
	margin: 100px auto;
}



/* footer */
footer{
	width: 100%;
	bottom: 0;
	text-align: center;
	clear:both;
}

footer p{
    text-align: center;
    color: #888;
	bottom: 0;
	clear:both;
}







/* スマートフォン用 */
@media screen and (max-width: 480px){
	/* header */
img{
	max-width: 400px;
}
.pc-nav{
	display: none;
 }


 .sp-nav {
	z-index: 1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: block;
	background: rgba(0, 0, 0, .8);
	transition: all .2s ease-in-out;
	opacity: 0;
	transform: translateY(-100%);
 }

 .toggle {
	transform: translateY( 0 );
	opacity: 1;
 }

 .sp-nav ul li a:link{
	color:#fff;
 }

 .sp-nav ul {
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
 }
 .sp-nav li {
	margin: 0;
	padding: 0;
 }
 .sp-nav li span {
	font-size: 15px;
 }
 .sp-nav li a, .sp-nav li span {
	display: block;
	padding: 20px 0;
	color: #fff;
 }

 .sp-nav .close {
	position: relative;
	padding-left: 20px;
 }
 /*バツ印線1*/
 .sp-nav .close::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	transform: rotate( 45deg );
 }
 /*バツ印線2*/
 .sp-nav .close::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 16px;
	height: 1px;
	background: #fff;
	transform: rotate( -45deg );
 }

 #hamburger {
	position: relative;
	display: block;
	width: 30px;
	height: 25px;
	margin: 10px 0 0 auto;
	float: right;
 }
 #hamburger span {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transform: translateY(-50%);
 }
 #hamburger::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
 }
 #hamburger::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 2px;
	background-color: #fff;
 }
 


header{
	position: fixed; /* ヘッダーを固定する */
	top: 0; /* 上部から配置の基準位置を決める */
	left: 0; /* 左から配置の基準位置を決める */
	width: 100%; /* ヘッダーの横幅を指定する */
	height: 50px;
}

header img{
	display: none;
 }

header nav{
	float: right;
}
header nav ul{
	display: flex;
    list-style-type: none;
    
    padding: 0;
}
header nav ul li a,
header nav ul li a:link,
header nav ul li a:visited{
    display: inline-block;
    
    text-decoration: none;
    color:#fff;
}
header nav ul li a:hover{
    color: #888;
}


header h1{
	font-family: "MS 明朝";
	font-size: 15px;	
	display: inline-block;
	vertical-align: top;
	margin: 10px;
}


/* main */
.wrapper{
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	min-height: 100vh;	
	padding: 60px 0 0 0;
}

#visual{
	width: 400px;
	margin: 0 auto;
	
}

main{
	width: 400px;
	margin: 0 auto;
}



#kh{
	width: 400px;
	margin: 0 auto;
}


#banner{
	width: 400px;
	margin: 0 auto;
}


}