@charset "utf-8";

/* RESET */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* RESET HTML5 */
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline;}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}

/* GENERAL */
a:link, a:visited {color: #000;text-decoration: none;}
a:hover {color: #000;text-decoration: none;}
a{outline: none;}

/* CLEARFIX */
.clearfix
{zoom: 1;}

.clearfix:after,
.box:after,
.halfBox:after,
.parallaxBox:after,
.menuList li:after,
.imgList:after,
.newsList:after,
.max:after
{content: "."; display: block; visibility: hidden; clear: both; height: 0; font-size: 0; line-height: 0;}

strong{
font-weight: bold;
}

img{
vertical-align: bottom;
}

*{
	box-sizing: border-box;
/*
	font-family: 'Lato', sans-serif;
	font-family: 'Playfair Display', serif;
*/
}



/* ------------------------------------------
LAYOUT
------------------------------------------ */

html{
	height: 100%; 
}

body{
	font: 12px/1.4 'Josefin Sans','Noto Sans Japanese', "Yu Gothic", "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	width: 100%; 
	height: 100%; 
	background-color: #fff;
	color: #000;
	position:relative;
	font-size: 14px;
	letter-spacing: 0.05em;	
	
	line-height: 160%;
}


.main{
	text-align: center;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	max-width: 90%;
	
	
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

h1#logo{
	
	margin-bottom: 60px;
}

.mail{
	margin-bottom: 10px;
}

address{
	font-family: 'Josefin Sans','Noto Sans Japanese', "Yu Gothic", "Hiragino Kaku Gothic Pro W6","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック",sans-serif;	
	font-size: 13px;
}

address span{
	font-size: 11.7px;
	margin-right: 2px;
}


.formBox{
	margin-bottom: 100px;
}


#serchbtn{
	border: none;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	line-height: 100%;
	padding: 10px 10px;
	padding-bottom: 6px;
	
	margin-left: 10px;
	outline: none;
	cursor: pointer;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#serchbtn:hover{
	opacity: 0.6;
}



.focus {
	width: 100%;
	height: 40px;
 	color: #000;
 	font-size: 12px;
	line-height: 1em;;
 	padding: 8px 16px 8px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px; 
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px; 
	border: none;
	letter-spacing: 1px;
	
	background-color: #eee;
	
	position: relative;
	top: -2px;
	
	width: 150px;
	z-index: 2;
/* 	opacity: 0; */

/* display: none; */

/* visibility: hidden; */

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);

	outline: none;
}
input[type="text"]:focus, input[type="image"]:focus {
	width: 200px;
	outline: none;
}

/*
.focus.show{
	display: block;
	visibility: visible;


	opacity: 1;
}
*/


h1#logo{
	text-indent: -9999px;
	display: block;
	width: 474px;
	height: 54px;
	max-width: 100%;
	
	background-image:url(../images/hd_logo2019.png);
	background-repeat:no-repeat;
	background-size: contain;

-webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
-ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}


#message{
	font-size: 13px;
	padding-top: 20px;
}






a:hover{
	text-decoration: underline;
}







































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





















}	



























/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px){


.mainBox{
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	
	
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


h1#logo{
	margin-bottom: 20px;
}

.formBox{
	margin-bottom: 50px;
}

.main{
	height: 100%;
	width: 100%;
}


.subBox{
	position: absolute;
	left: 0;
	bottom: 20px;
	
	width: 100%;
}
















}






























