@charset "UTF-8";

#mainVisual {
	width: 100%;
	background-size: contain;
	overflow: hidden;
}




#mainVisual01 {
    width: 100vw;
    height: 100vh;
	background-image:url("../img/main01.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
	}
.toptext {
color:#EC6500;
font-size:30px;
font-weight:bold;
text-align: center;
}
.h-textArea {
    text-align: center;
    color: #fff;
    font-weight: bold;
    width: 980px;
    height: auto;
    margin: 0px auto 0;
    text-shadow: 0 0 4px rgba(0,0,0,0.4);
     padding-top: 300px;     
    /*padding-top: 150px;*/
}
.maintext{
    border-bottom: 6px solid #fff; 
    font-size: 60px;
}
.subtext{
    padding: 20px 0;
    font-size: 25px;
}
.tri-area {
	background:#FEE9C4;
	padding:80px 0 55px;
	position:relative;
	margin-top:50px;
	width:100%;
	margin-bottom:80px;
	
	}
.tri-area:before {
	content: "";
	position: absolute;
	top: 0;
	left:50%;	
	border: 150px solid transparent;
	border-top: 50px solid #fff;
	margin-left:-150px;
}	
.tri-area:after{
	content: "";
	position: absolute;
	top:100%;
	left:50%;
	border: 150px solid transparent;
	border-top: 50px solid #FEE9C4;
	margin-left:-150px;
	
}
.point-box {
width:1080px;
padding:0 30px;
margin:15px 0;
}
.point-box .img-area {
padding:0 50px 0 0;

}
.point-box .img-area img{
max-width:330px;
height:auto;
}
.point-box  .text-area {
width:650px;
padding:0 30px 0 0;
font-size:22px;
text-align: left;
}
.point-box .text-area h3 {
color:#EC6500;
font-size:25px;
font-weight:bold;
margin:0 0 10px;
}
.point-01 h3{
background:url(../img/ag_p1.png) no-repeat 0  50%;
background-size: contain;
padding:15px 0 15px 70px;
}
.point-02 h3{
background:url(../img/ag_p2.png) no-repeat 0  50%;
background-size: contain;
padding:15px 0 15px 70px;
}
.point-03 h3{
background:url(../img/ag_p3.png) no-repeat 0  50%;
background-size: contain;
padding:15px 0 15px 70px;
}


.flowbox {
position:relative;
}
.flowbox:after {
content: "";
	position: absolute;
	top:120%;
	left:5%;
	border: 45px solid transparent;
	border-top: 20px solid #DD4714;
}



.bg-block {
background:#FEE9C4;
padding:50px 85px;
margin:50px 0 90px;
}

.infoblock {padding:0 55px;margin: 0px 0 100px;}

.maparea {width: 100%;display: block;}
.maparea iframe {
    width: 700px;
    height: 450px;
}
.infoarea {width: 100%;padding: 0 0 6em;font-size:16px;line-height: 1.7;}
.infoarea table {
    margin: auto;
    width: 700px;
}
.infoarea th,.th-bg {
    font-weight: normal;
    padding: 10px 14px;
    background: #d4d4d4;
    width: 30%;
}
.infoarea td {
    padding: 10px 17px;
    text-align: left;
    line-height: 1.4;
}

.pc-block{
    display: block;
}
.sp-block{
    display: none;
}

/*{　info用CSS記述　}*/
/*.infobox {
    background: rgba(255, 255, 255, .2);
    padding: 40px 8px;
    margin-top: 70px;
}*/
.infobox h3 {
    background: #FC0000;
    padding: 20px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    font-weight: bold;
}
.infobox p {
    font-size: 12px;
    font-weight: normal;
}
.kikanbox {
    border: 3px solid #FC0000;
    width: 100%;
    max-width: 500px;
    margin: 20px auto;
}
.kikanbox h4 {
    font-weight: bold;
}


/*{　スマートフォン用CSS記述　}*/
@media screen and (max-width: 768px) {
#mainVisual01 {
	background-image:url(../img/spmain01.png);
	}
.h-textArea {
    width: 90%;
    height: auto;
    margin: 0px 5% 0;
    position: absolute;
    top: 0;
/*    padding-top: 100px;*/   
}
.infobox {
    padding: 20px 8px;
    margin-top: 50px;
}
 .subtext {
    padding: 10px 0;
    font-size: 16px;
}
.toptext {
color:#EC6500;
font-size:20px;
font-weight:bold;
text-align: center;
}
h3 img{
display: block;
width:100% !important;
}
.tri-area {
	padding:30px 0;
	margin-top:40px;
	margin-bottom:60px;
	}
.tri-area:before {
	border: 100px solid transparent;
	border-top: 35px solid #fff;
	margin-left:-100px;
}	
.tri-area:after{
	border: 100px solid transparent;
	border-top: 35px solid #FEE9C4;
	margin-left:-100px;
	
}

.point-box {
width:100%;
padding:0 ;
margin:15px 0;
flex-wrap: wrap;

}
.point-box .img-area {
padding:20px 0 ;
order:2;
}
.point-box .img-area img{
max-width:100%;
height:auto;
}
.point-box  .text-area {
width:650px;
padding:0 0 0 0;
font-size:18px;
text-align: left;
order:1;
}
.point-box .text-area h3 {
color:#EC6500;
font-size:25px;
font-weight:bold;
margin:0 0 10px;
}
.point-01 h3{
background:url(../img/ag_p1.png) no-repeat 0  50%;
background-size: contain;
padding:15px 0 15px 70px;
}
.point-02 h3{
background:url(../img/ag_p2.png) no-repeat 0  50%;
background-size: 60px;
padding:15px 0 15px 70px;
}
.point-03 h3{
background:url(../img/ag_p3.png) no-repeat 0  50%;
background-size: 60px;
padding:15px 0 15px 70px;
}
.layout01 {
text-align:left;
overflow: hidden;
margin:30px 0;
}

.layout01 h3{
color:#EC6500;
font-size:22px;
}
.layout01 .text-area {

}
.layout01 img {
float:left;
margin:0 0 30px 0;
width:100%;
}

.layout02 {
text-align:left;
overflow: hidden;
margin:30px 0;
}

.layout02 h3{
color:#EC6500;
font-size:25px;
}
.layout02 .text-area {

}
.layout02 img {
float:left;
margin:20px 0;
width:100%;
}

.layout03 {
text-align: left;
margin-bottom:80px;
flex-wrap: wrap;
padding:0 20px;
}

.flowbox:after {
	top:105%;
	left:50%;
	margin-left:-30px;
	border: 30px solid transparent;
	border-top: 20px solid #DD4714;
}
.layout03 .left{
width:100%;
padding:0 0 0 0;
}
.layout03 .table {
display:table;
width:100%;
}
.layout03 .table img, .layout03 .table h3{
display:table-cell;
vertical-align: middle;
}
.layout03 .table img {
width:100%;
height:auto;
}
.layout03 .table h3{
width:70%;
padding-left:20px;
}
.layout03 .right{
width:100%;
}
.layout03 h3 {
color:#EC6500;
}
.bg-block {
background:#FEE9C4;
padding:30px 20px;
margin:40px 0 60px;
}


.layout04 {
background:#fff;
padding:20px 0;
margin:20px 0;
width:100%;
}

.layout04 .flow-right{
padding-right:40px;
}
.h3block {
display: block !important;
width:100% !important;
}
.layout04 h3{
color:#EC6500;
text-align:left;
margin:0 0 15px 30px;
}
.layout04 img {
max-width:100%;
height:auto;
margin-bottom:15px;
}
.flow-right {
position:relative;
}
.flow-right:after {
content: "";
	position: absolute;
	top:50%;
	left:85%;
	margin-top:-36px;
	border: 10px solid transparent;
	border-left: 15px solid #DD4714;
}
.infoblock {padding: 15px 0 0;margin: 0px 0 100px;flex-wrap: wrap;}

.maparea {
width:100%;
padding:0 0 0 0;
order:2;
margin-top:30px;
}
.maparea iframe {height:300px;width: 100%;}
.infoarea {
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 1.0;
    order: 1;
}
.infoarea .img-responsive {
width:100%;
height:auto;
}

.pc-block{
    display: none;
}
.sp-block{
    display: block;
}


}



