@charset "utf-8";
/* CSS Document */
@import url("reset.css");

.pc{display: block;}
.sp{display: none;}
body{
	letter-spacing: 2px;
	font-family: "Noto Sans JP";
	font-feature-settings: "palt" 1;
}


#wrapper {
	width:100%;
	margin:0 auto;
	background-image: url(../image/bg.jpg);
	background-repeat: no-repeat;
	background-position:top;
}

.main{
	width:1000px;
	padding-top: 130px;
	padding-bottom: 100px;
	margin: 0 auto;
}
	
header{
	width: 100%;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
	z-index: 999;
}

header h1{margin-left: 20px;}

h2 {
    text-align: center;
    font-size: 50px;
    font-weight: 900;
    color: #00559a;
    margin-bottom: 40px;
}

ul{
	width: 80%;
	text-align: center;
	margin: 0 auto 80px;
	/*background-color: red;*/
}

ul li{
	width: auto;
    height: 26px;
	margin: 0 5px 20px;
    display: inline-block;
}


.btn2{
	width: 80%;
	padding:20px 20px;
	box-sizing: border-box;
	background: linear-gradient(-45deg, rgba(218, 52, 46, 1), rgba(255, 122, 53, 1));
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	margin: 0 auto 60px;
	border-radius: 4px 4px 4px 4px;
}

.btn2 a{

	color:#fff;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	text-decoration: none;
}

p{
	text-align: center;
    font-size: 22px;
	color:#000;
	margin-bottom: 100px;
}

small{
	display: block;
	font-size: 12px;
}

.btn2:hover {opacity: 0.6;}



/* 1100＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



@media screen and (max-width: 1100px) {
	
h2 {
    font-size: 36px;
}
	
#wrapper {
	background-image: url(../image/bg2.jpg);
	background-size:  contain; 
	background-position:top;
	background-repeat: repeat;
}
	
p {
    font-size: 16px;
	margin-bottom: 60px;
}

.main {
    width: 70%;
	overflow: hidden;
	padding-top: 90px;
    margin: 0 auto;	
}
}


/* 750＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



@media screen and (max-width: 750px) {
.pc{display: none!important;}
.sp{display: block!important;}

header{
	padding-top: 15px;
    padding-bottom: 15px;
}
	
header h1{
	width: 340px;
	margin: 0 auto;
}	
	
header h1 img{
	margin: 0 auto;
    display: block;
	width: 100%;
}	

ul{
	width: 50%;
	margin: 0 auto 30px;

}
	
p {margin-bottom: 50px;}


h2{
	text-align: center;
	font-size: 50px;
	font-weight: 900;
	color: #00559a;
	margin-bottom: 50px;
}

h2{font-size: 31px;}

.main {
	width: 80%;
    padding-top: 60px;
	padding-bottom: 50px;
}
	



.btn2 a {
    color: #fff;
    text-align: center;
    font-size: 16px;
	text-decoration: none;
}
	
.btn2 {margin-bottom: 50px;}
	
	
small{
	padding-left:1em;
	text-indent:-1em;
	font-size: 9px;
	text-align: left;
}
}

/* 500＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media screen and (max-width: 500px) {
	
header h1{width: 70%;
}
}

	
/* 380＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/



@media screen and (max-width: 380px) {
	
#wrapper {padding-bottom: 50px;}
	
p {
    font-size: 14px;
	line-height: 2;
	margin-bottom: 50px;
}
}


