*{
    box-sizing: border-box
}
body{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP";
	letter-spacing: 2px;
}
h1,h2,h3,h4,h5,p,form,ul,li{
	margin: 0;
	padding: 0;
	list-style: none;
}
hr{
    width: 100%;
    margin: 50px auto;
}
a{
	color: #000;
}
/* header
----------------------------------------------------------- */
header{
	margin-bottom: 30px;
	margin: 0px;
	padding: 0 5%;
	height: 80px;
}
#logo{
	position: absolute;
	left: 0px;
	top:14px;
	margin: 0;
	padding: 0;
}
header h1 img{
	width: 160px;
	height: auto;
	
}
header ul{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top:25px;
}
header li{
	float: left;
}
header li a{
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	line-height: 1;
	font-weight: bold;

}
#menu,#menu_close,#menu_list{
	display: none;
}
/* 構造
----------------------------------------------------------- */
.container{
    width: 1270px;
    margin: 0 auto;
	position: relative;
	padding: 0 5%;
}
/* MV
----------------------------------------------------------- */
#mv{
	padding-top: 150px;
	padding-bottom: 150px;
	background:url("/statics/img/mv.png");
	background-size: cover;
	margin-bottom: 40px;
}
#mv p{
	font-size: 20px;
	margin: 0 0 10px 5px;
	font-weight:normal;
}
#mv h1{
	font-size: 58px;
	line-height: 120%;
	text-align: left;

}
table.ta1{
	width:100%;
	margin:0 auto 30px auto;
}

table.ta1 th,
table.ta1 td{
	border-bottom:1px solid #CCC;
	margin:0;
	padding:30px;
}
table.ta1 tr:last-child th,
table.ta1 tr:last-child td{
    border-bottom:none;
}
.h1{
	letter-spacing: 2px;
	line-height:1;
	padding:40px 0 50px 0;
	margin: 0 auto;
	font-size: 20px;

}
.h2{
    text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.h3{
    text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.txt{
	margin-bottom: 50px;
	text-align: center;
}
.list{
    margin-bottom: 30px;
    overflow: hidden;
	padding: 25px;
}
.list li{
    float: left;
    width: 25%
}
.list li a{
    color: #000;
	display: block;
	padding:7%;
	height: 150px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	text-decoration: none;
	margin: 1% 4% 8% 4%;
	border-radius: 7px;
}
.copyright{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	padding:0 0 20px 0;
	font-size:12px;
}
.text{
    margin-bottom: 40px
}
.pc{
    display: block
}
.sp{
    display: none
}
ul.thumb{
	margin: 0;
	padding: 0;
	overflow: hidden
}
.thumb li{
	width: 20%;
	float: left;
	padding: 5px;
	list-style: none;
	text-align: center
}
.thumb img{
	width: 90%;
	height: auto;
}
.thumb figure{
	margin: 0;
	height: 150px;
	overflow: hidden;
	display: block;
	padding: 4px;
	border: 1px solid #eee;
}
.contact{
	width: 100%;
}
.row{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #eee;
}
.th,.td{

	padding: 0%;
}
.th{
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
	padding-bottom: 6px;
}
.td{

}
.td input[type=text],
.td input[type=email],
.td textarea{
	width: 100%;
	border: none;
	border-radius: 4px;
	padding: 18px;
	background: #eee;
	font-size: 16px;

}
.btn1{
	width: 200px;
	text-align: center;
	background:rgba(38,43,67,1.00);
	color: #FFF;
	padding: 15px;
	border: none;
	font-weight: bold;
	font-size: 15px;
	border-radius: 4px;
	display: block;
	margin: 10px auto 40px auto;
	text-decoration: none
}
.hissu{
	width: 40px;
	text-align: center;
	background:#506FB5;
	color: #FFF;
	padding: 3px;
	font-size: 10px;
	font-weight: normal;
	display: inline-block;
	margin-left: 10px;
	border-radius: 3px;
}
.ex{
	font-size: 12px;
	color: #666;
	padding-top: 4px
}
.error input,.error textarea{
	border: 1px solid red !important
}
.err_name,.err_email,.err_msg{
	display: none;	
}
.error .err_name,
.error .err_email,
.error .err_msg{
	display: block;
	color: red;
}
.exp{
	margin-bottom: 30px;
}
.PrivacyPolicy{
	height: 300px;
	overflow-y: scroll;
	font-size: 12px;
}
.PrivacyPolicy h1{
	font-size: 17px
}
.PrivacyPolicy h2{
	font-size: 15px
}
.PrivacyPolicy h3{
	font-size: 13px
}
footer{

	padding: 30px 0;
}
#thanks h1{
	text-align: center
}
#thanks .exp{
	text-align: center
}
@media print, screen and (max-width:768px){
.h1{
	letter-spacing: 2px;
	line-height:1;
	padding:40px 0 50px 0;
	margin: 0 auto;
	font-size: 18px;
	font-weight:normal;
}
/* header
----------------------------------------------------------- */
header{
	margin-bottom: 30px;
	margin: 0px;
	padding: 0px;
	height: 80px;
}
#logo{
	position: absolute;
	left: 5%;
	top:17px;
	margin: 0;
	padding: 0;
}
header h1 img{
	width: 160px;
	height: auto;
	
}
header ul{
	display: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top:25px;
}
header li{
	float: left;
}
header li a{
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	line-height: 1;
	font-weight: bold
}
#menu{
	display:block;
	position: absolute;
	right: 5%;
	top:24px;
}
#menu_close{
	position: absolute;
	right: 5%;
	top:24px;
}
#menu span,#menu_close span{
	font-size: 30px;
}
#menu_list{
	position: fixed;
	height: 5000px;
	width: 100%;
	background: #FFF;
	z-index: 100;
	top:70px;
	left: 0;
	padding-top: 40px;
}
#menu_list li{
	padding: 0 15px;
}
#menu_list a{
	text-decoration: none;
	font-size: 20px;
	display: block;
	padding: 10px;
}
/* MV
----------------------------------------------------------- */
#mv{
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 0%;
	background:url("/statics/img/mv.png");
	background-size:cover;
	background-position: right
}
#mv p{
	font-size: 14px;
	margin: 0 0 10px 5px;
	font-weight: bold;
	padding: 0;
	letter-spacing: 0px;
}
#mv h1{
	font-size: 32px;
	line-height: 130%;
	text-align: left;
	letter-spacing: 0px;
	font-weight: bold;
}

.container{
    width: 100%;
	padding: 0 5%
}
.txt{
	text-align: left
}
.list{
    margin-bottom: 30px;
    overflow: hidden;
	padding: 15px;
}
.list li{
    float: left;
    width: 50%
}
.list li a{
    color: #000;
	display: block;
	padding:7%;
	height: 150px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	text-decoration: none;
	margin: 1% 4% 8% 4%;
	border-radius: 7px;
}
table.ta1{
	width: 90%;

}
table.ta1 th,table.ta1 td{
	border-bottom:1px solid #CCC;
	margin:0;
	padding:12px;
}

table.ta1 th{
	white-space: nowrap;

}
table.ta1 td{
	line-height:150%;
}

.text{
    text-align: left;
    padding: 0 5%;
    width: 100%
}

.copyright{
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.pc{
    display: none
}
.sp{
    display: block
}

.thumb li{
	width: 33%;

}

.thumb figure{

	height: 100px;

}
}