@charset "UTF-8";

body {
	color:#3e3a39;
	font-size:100%;
	line-height:1.8em;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	position:relative;
}


body *{
	box-sizing:border-box;
}

a {
	text-decoration:none;
	color:#3e3a39; 
	transition: 0.2s linear;
}

a:link {
	text-decoration:none;
	color:#3e3a39;
}

a:visited {
	text-decoration:none;
	color:#3e3a39;
}

a:hover {
	text-decoration:none;
	color:#3e3a39;
	opacity:0.7;
}

a:active {
	text-decoration:none;
	color:#3e3a39;
}

.din{
	font-family: din-2014, sans-serif; 
}

.koz{
	font-family: kozuka-gothic-pro, sans-serif; 
}

.inner1500{
	max-width:1500px;
	margin:0 auto;
	width: 100%;
}

.inner1020{
	max-width:1020px;
	margin:0 auto;
	width: 100%;
}

.inner950{
	max-width:950px;
	margin:0 auto;
	width: 100%;
}

.inner1120{
	max-width:1120px;
	margin:0 auto;
	width: 100%;
	overflow: hidden;
}


p.btn:hover,
.btn li:hover{
	opacity:0.7;
}


img{
	max-width: 100%;
	height: auto;
}

section{
	padding-top: 80px;
}

.title{
	text-align: center;
    margin:20px 0 80px 0;
    font-size: 2.68em;
}


.title span{
	display: block;
	font-size: 0.325em;
	font-family: din-2014, sans-serif;
	letter-spacing: 0.12em;
	padding-top: 15px;
}

.pankuzu{
	font-size: 0.81em;
	padding: 10px 0 ;
}

.pankuzu p{
	margin-right: 10px;
}

.pankuzu .inner1020{
	display: flex;
	align-items: center;
}


.sp{
	display: none;
}


/*-------------以下　sp-------------------*/

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


.pc {
	display: none;
}

.sp{
	display: block;
}


section {
    padding-top: 20px;
}


.title{
	margin: 20px 0 20px 0;
    font-size: 1.2em;
}

.title span{
	padding-top: 0;
}




.inner1500,.inner1020,.inner950,.inner1120{
	width: 90%;
}

.pankuzu{
	padding: 48px 0 0 0;
	font-size: 0.7em;
}

}/*/max-width: 800px*/






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



}