@charset "utf-8";

body{
	font-family: arial;
	width: 100%;
	font-family: "Sawarabi Mincho";
	height: 100%;
}

body,
html,
h1,
h2,
h3,
h4,
p,
ul,
tr,
td{
	margin: 0;
	padding: 0;
}

p{
	font-size: 15px;
	line-height: 1.5;
}

a{
	text-decoration: none;
}

li{
	list-style: none;
}

.container{
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.sp-br{
	display: none;
}


/* header */

header{
	background: gray;
	width: 100%;
	background: url(../img/hoyubk.jpg);
	background-size: cover;
}

header > div > a > img{
	width: 200px;
}

header > div ul{
	width: 70%;
	float: right;
	position: absolute;
	top: -3px;
	right: 20px;
}

header > div ul li{
	width: 25%;
	float: left;
	text-align: center;
	line-height: 50px;
	border: 1px solid #fff;
	margin: 0 2%;
	color: #fff;
	transition: all .4s 0s ease;
}

header > div ul li:hover{
	background: #000;
}

#head__headline{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 22%;
	width: 100%;
	text-align: center;
	color: #fff;
}

#head__headline > h1{
	font-size: 300%;
	text-shadow: 2px 2px 4px rgba(0,0,0,1);
}

#head__headline::before{
	content: '';
	display: inline-block;
	width: 150px;
	height: 150px;
	background: url(../img/hoyulogo_animated.svg);
	background-size: cover;
	z-index: 3;
	left: 10%;
}

#head__about{
	position: absolute;
	bottom: 5%;
	left: 0%;
	right: 0%;
	margin: 0 auto;
	width: 90%;
	border: solid 1px #FFFFFF;
	padding: 15px;
	color: #fff;
}

#head__about > h2{
	float: left;
	width: 15%;
	text-align: center;
	position: relative;
	line-height: 140%;
	border-right: 1px solid #fff;
}

#head__about > h2::after{
	content: '岡山ホーユーとは';
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
}

#head__about > p{
	width: 65%;
	margin-left: 18%;
}

#head__about > a{
	position: absolute;
	width: 100px;
	height: 100px;
	right: 50px;
	top: -20px;
	border-radius: 50%;
	background: radial-gradient(#9AF7F8, #004e9d);
	color: #fff;
	transition: all .3s 0s ease;
	border: medium #fff double;
}

#head__about > a:hover{
	transform: scale(1.1);
}

#head__about > a i{
	text-align: center;
	position: inline-block;
	width: 100%;
	line-height: 120%;
}

#head__about > a p{
	width: 100%;
	text-align: center;
	line-height: 80%;
	font-size: 80%;
}


/* #header */


#header{
	width: 100%;
	background-size: cover;
}

#header > div > a > img{
	width: 200px;
}

#header > div ul{
	width: 70%;
	float: right;
	position: absolute;
	top: -3px;
	right: 20px;

}

#header > div ul li{
	width: 25%;
	float: left;
	text-align: center;
	line-height: 50px;
	border: 1px solid #000;
	margin: 0 2%;
	transition: all .4s 0s ease;
	color: #000;
}

#header > div ul li:hover{
	background: #000;
	color: #fff;
}

/* service */

#service{
	padding: 50px 0;
	background-color: #D2E3FF;
	background-image: url(../img/hoyudot.png);
	background-size: cover;
}

#service > div{
	padding-bottom: 50px;
	text-align: center;
}

#service > a > h1,
#faq > a > h1,
#system > a > h1,
#contact > a > h1{
	text-align: center;
	color: #000;
	font-size: 42px;
	letter-spacing: 2px;
}

#service > h2,
#faq > h2,
#system > h2,
#contact > h2{
	color: #fff;
	text-align: center;
	padding: 10px 0;
	margin-top: 14px;
	font-size: 35px;
	background: -webkit-linear-gradient(top, #6DC5EE, #004e9d);
	background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(0,0,0,1));
	background-size: cover;
}

#service__step{
	width: 80%;
	margin: 0 auto 80px auto;
	text-align: center;
	background: #fff;
	padding: 20px;
}

#service__step > p{
	text-align: center;
	color: #004e9d;
	font-size: 30px;
}

#service__step--block{
	width: 100%;
	overflow: hidden;
	text-align: center;
}

#service__step--block > div:nth-of-type(1){
	width: 60%;
	float: left;
}

#service__step--block > div:nth-of-type(1) h3{
	font-size: 22px;
	margin-bottom: 25px;
	width: 90%;
	margin: 0 auto;
}

#service__step--block > div:nth-of-type(1) p{
	width: 75%;
	margin: 0 auto;
	padding: 20px 0 0 0;
	text-align: left;
}

#service__step--block > div:nth-of-type(1) > img{
	width: 40%;
	display: inline-block;
	padding: 20px 0;
}

#service__step--block > div:nth-of-type(2){
	width: 40%;
	float: right;
}

#service__step--block > div:nth-of-type(2) > img{
	width: 100%;
}

#service__step--block .arrow{
	text-align: center;
	padding: 20px 0;
}

#service__step--block .arrow img{
	width: 10%;
}

#service__about{
	margin: 0 auto;
	width: 90%;
	border: solid 1px #FFFFFF;
	padding: 15px;
	color: #fff;
	background: rgba(0, 0, 50, .5);
}

#service__about > h2{
	float: left;
	width: 15%;
	line-height: 150%;
	text-align: center;
	position: relative;
	border-right: 1px solid #fff;
}

#service__about > p{
	width: 78%;
	margin-left: 18%;
	text-align: left;
}


/* faq */

#faq{
	background: linear-gradient(#fff, #59B6FD);
}

#faq > div > div{
	border-bottom: 1px solid #fff;
}

#faq > div > div > p{
	margin: 20px 0;
	padding: 0 30px;
}

#faq > div > div > p:nth-of-type(1) span:nth-of-type(1){
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	border: medium #fff double;
	background: linear-gradient(#71AFF4, #004e9d);
}

#faq > div > div > p:nth-of-type(1) span:nth-of-type(2){
	color: #004e9d;
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
}

#faq > div > div > p:nth-of-type(2) span:nth-of-type(1){
	color: #fff;
	font-size: 180%;
	font-weight: bold;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	border-radius: 50%;
	border: medium #fff double;
	background: linear-gradient(#71AFF4, #004e9d);
}

#faq > div > div > p:nth-of-type(2) span:nth-of-type(2){
	font-size: 120%;
	display: inline-block;
}

/* system */

#system{
	padding: 50px 0;
}

#system .system__block{
	background: rgba(0,0,0,.7);
	color: #fff;
	padding: 20px 0;
	width: 100%;
	margin: 25px 0;
	position: relative;
}

#system .system__block > img{
	width: 70px;
	position: absolute;
	top: 20px;
	left: 150px;
}

#system .system__block > h2{
	width: 90%;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	font-size: 30px;
}

#system .system__block > p{
	width: 80%;
	font-size: 18px;
	margin: 0 auto;
	padding: 20px 0;
}

#system #system__service{
	display: flex;
	justify-content: space-around;
	background: -moz-linear-gradient(left, #004e9d, #ACB0FA);
	background: -webkit-gradient(linear, left top, right top, from(#004e9d), to(#ACB0FA));
	color: #fff;
	height: 190px;
}

#system #system__service > p{
	width: 25%;
	text-align: center;
	padding: 50px 0;
	font-size: 180%;
	line-height: 130%;
}

#system #system__service > span{
	text-align: center;
	width: 120px;
	height: 120px;
	padding: 20px 20px;
	line-height: 150%;
	border-radius: 50%; 
	display: block;
	background: radial-gradient(#9AF7F8, #004e9d);
	margin: auto 0;
	border: medium double #fff;
	font-size: 120%;
}


/* contact */

#contact{
	background: #E5E5E5;
	padding-top: 50px;
}

#contact > div{
	padding: 50px 0　0 0;
}

#contact > div p{
	margin: 15px 0;
	padding-left: 30px;
}

form{
	width: 100%;
	margin: 0 auto;
	font-size: 120%;
	padding: 15px;
}

form p{
	margin: 20px 0;
}

form p label{
	width: 30%;
	display: inline-block;
	text-align: center;
}

form p input,
form p textarea{
	width: 50%;
	padding: 3px;
}

form #content{
	height: 200px;
}

form #submit{
	text-align: center;
}

form #submit input{
	width: 15%;
	background: linear-gradient(#004e9d, #1D278B);
	color: #fff;
	border-radius: 10px;
	cursor: pointer;
}

form p:nth-of-type(4) label{
	display: inline-block;
	vertical-align: top;
}


/* gaiyo */

#gaiyo__main{

}

#gaiyo__main--header{
	background: url(../img/gaiyo_top.png);
	background-size: cover;
	height: 200px;
}

#gaiyo__main--header > h1{
	text-align: center;
	font-size: 50px;
	line-height: 200px;
}

#gaiyo__main--table{
	padding: 50px;
}

#gaiyo__main--table table{
	width: 70%;
	margin: 0 auto;
}

#gaiyo__main--table td{
	padding: 15px 0;
	border-bottom: 1px dotted #A1A1A1;
}

#gaiyo__main--table td:nth-of-type(1){
	width: 20%;
	text-align: center;
}

#gaiyo__main--table td:nth-of-type(2){
	width: 80%;
	border-left: 1px dotted #A1A1A1;
	padding-left: 30px;
}

#googlemap{
	text-align: center;
	margin-top: 50px;
}



/* footer */

footer{
	padding: 30px 10px;
}

footer,
footer a{
	background: #000;
	color: #fff;
}

#footer__left{
	width: 50%;
	float: left;
}

#footer__left > img{
	width: 10%;
}

#footer__left a{
	transition: all .3s 0s ease;
}

#footer__left a:hover{
	color: #FF9B9B;
}

#footer__left ul{
	display: inline-block;
}

#footer__left li{
	padding: 5px 8px;
	text-align: left;
}

#footer__right{
	width: 50%;
	float: right;
}