@charset "utf-8";
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	


.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}

a {
	color: #000000;
	text-decoration:underline;
	transition: all 0.3s ease-in-out 0s;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

a:hover img{
opacity: 0.7
}

img{
max-width: 100%;
}

input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

button,
input[type="submit"], input[type="reset"], input[type="button"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}
.flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap:wrap;
}

.flex_wrap_left {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: flex-start;
	justify-content:flex-start
}
.flex_wrap_center {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
.flex_wrap_end {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.clearer {
	clear: both;
}

.center{
text-align: center !important
}


.sp{
display: none;
}

#wrapper{
margin: 50px auto 0;
max-width: 1000px;
min-height: calc(100vh - 100px);
padding-bottom: 50px;
}

.top_mv{
position: relative;
}

.top_mv img{
width: 100%;
}

.top_mv h1{
position: absolute;
top:30%;
left: 0;
width:100%;
color: #FFFFFF;
font-weight:bold;
font-family: arial;
font-size: 120px;
line-height: 1;
text-align: center;
margin-bottom: 15px;
    }
	
.top_mv p{
position: absolute;
bottom:25%;
left: 0;
width:100%;
color: #FFFFFF;
padding: 20px 0 50px;
font-weight:bold;
text-align: center;
line-height: 1.5;
font-size: 70px;
font-family: arial;
letter-spacing: 2px;
}
	
#wrapper p{
color:rgb(2, 42, 85);
padding: 20px 0 50px;
text-align: center;
line-height: 1.5;
font-size: 30px;
font-family: arial;}
	
#wrapper .catch{
color: #022a55;
font-family: bjpg;
padding: 5px 0 20px;
font-weight:bold;
}

#wrapper h2{
    color: rgb(2, 42, 85);
    font-family: bjpg;
    font-size: 40px;
    font-weight: bold;
    line-height:1.5;
    text-align: center;
	margin:50px 0;
}

#wrapper h3{
    color: rgb(84, 110, 135);
    font-family: bjpg;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
	text-align: left
}

#wrapper .movie{
position:relative;
width:100%;
height:0;
padding-top:56%;
margin-bottom: 40px
}

#wrapper .movie iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

#wrapper .access h2{
	margin:50px 0 20px;
}

#wrapper .access p{
color: rgb(84, 110, 135);
padding: 20px 0 50px;
text-align: left;
line-height: 1.5;
font-size: 24px;
font-family: arial;
}

#wrapper .access .map{
position:relative;
width:100%;
height:0;
padding-top:80%;
margin-bottom: 80px
}

#wrapper .access .map iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

.form_dl dt{
color: rgb(1, 43, 85);
font-family: arial;
font-size: 16px;
line-height:1;
margin-bottom: 10px;
margin-top: 0px;
text-align: left;
}

.form_dl dd input{
border-radius: 5px;
padding: 15px;
width: 100%;
border: 1px solid #cfcfcf;
background-color: rgb(248, 248, 248);
border-color: rgb(234, 234, 234);
color: rgb(1, 43, 85);
font-family: arial;
font-size: 16px;
margin-bottom: 30px;
padding-left: 10px;
}

.form_dl dd textarea{
border-radius: 5px;
padding: 15px;
width: 100%;
border: 1px solid #cfcfcf;
background-color: rgb(248, 248, 248);
border-color: rgb(234, 234, 234);
color: rgb(1, 43, 85);
font-family: arial;
font-size: 16px;
margin-bottom: 30px;
padding-left: 10px;
}

.submit_btn input{
border-radius: 20px;
    color: rgb(255, 255, 255);
    font-family: arial;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: none;
    background-color: rgb(1, 43, 85);
    border: 0px;
	}
	
.home_btn{
text-align: center;
margin: 80px 0 50px
}	
	
.home_btn a{
border-radius: 100px;
    color: rgb(255, 255, 255);
    font-family: bjpg;
    font-size: 16px;
    font-weight: bold;
    background-color: rgb(73, 137, 210);
	text-decoration: none;
	padding:10px 20px;
    }
	
.formTable{
width: 80%;
margin: 0 auto;
}

.formTable th{
padding: 20px 10px;
font-weight: bold;
font-size:18px;
text-align: left;
width: 280px;
border-bottom: 1px solid #cfcfcf
}

.formTable td{
padding: 20px 10px;
font-size:16px;
text-align: left;
width:calc(100% - 280px);
border-bottom: 1px solid #cfcfcf
}

/********************************
header
********************************/


/********************************
レスポンシブ
********************************/

@media screen and (min-width: 768px) {
	 a[href^="tel:"] {
		 pointer-events: none;
		 cursor: default;
	}
}


@media screen and (max-width: 1500px) {
.top_mv h1{
top:30%;
left: 0;
font-size: 100px;
    }
	
.top_mv p{
bottom:10%;
left: 0;
font-size: 60px;
}
	
}
 
@media screen and (max-width: 1000px) {
.top_mv h1{
top:20%;
left: 0;
font-size: 90px;
    }
	
.top_mv p{
bottom:15%;
left: 0;
font-size: 50px;
padding: 0;
}

#wrapper{
max-width: 94%;
}

#wrapper h1{
font-size: 70px;
    }
	
#wrapper p{
font-size: 24px;}

#wrapper h2{
    font-size: 32px;
}

#wrapper h3{
    font-size: 24px;
}


#wrapper .access p{
font-size: 20px;
}

}

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


	}

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

.sp{
display: block
}

.top_mv h1{
top:20%;
left: 0;
font-size: 52px;
    }
	
.top_mv p{
bottom:10%;
left: 0;
font-size: 28px;
padding: 0;
}

#wrapper{
margin:30px auto 0;
padding-top: 0;
}

#wrapper h1{
font-size: 40px;
margin: 0 0 10px;
    }
	
#wrapper p{
font-size: 16px;
padding: 20px 0 20px
}

#wrapper .catch{
padding: 0}

#wrapper h2{
    font-size: 24px;
	margin: 20px 0
}

#wrapper h3{
    font-size: 20px;
}

#wrapper .access h2{
margin: 30px 0 20px
}

#wrapper .access p{
font-size: 16px;
padding: 0 0 10px
}

#wrapper .access .map{
margin-bottom: 50px;
}

.home_btn{
text-align: center;
margin: 50px 0 20px
}	

}
