@charset "UTF-8";

/*reset
========================================== */
*{margin:0; padding:0;}
/* HTML5 tags */

section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary,div,ul,li,p { display: block; }

section,article,aside,footer,header,hgroup,nav,figure,figcaption,summary,div,ul,li,p { margin: 0px; }


.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
padding-top: 150px;
padding-bottom: 150px;
background-image: url(../images/hoike/bg2018.jpg);
}
.light {
font-weight: 900;
color: #BEBEBE;
font-size: 150%;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* contact Section */

.hoike_contact ,.hoike_about{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	background-color: #FFFFFF;
	margin: 30px  0px 30px;
	text-align: center;
}
.hoike_contact h2  , .hoike_about h2{
color: #B3B3B3;
text-align: center;
margin-bottom: 30px;
letter-spacing: 3px;
}
.hoike_about_detail {
padding-top: 30px;
padding-bottom: 30px;
background-color: #E7E7E7;
letter-spacing: 3px;
margin-top: 20px;
}
.hoike_about_detail .date {
font-size: 150%;
font-weight: bolder;
}
.hoike_contact_flow {
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border: 1px solid #C2C2C2;
font-size: 0.9em;
color: #666666;
}
#hoike_contact .hoike_contact_flow li {
text-align: left;
margin-top: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
.hoike_text {
line-height: 2em;
letter-spacing: 3px;
text-align: center;
font-size: 0.9em;
}

/* lisket-form */
 /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form { 
width: 90%;
margin-left: auto;
margin-right: auto;
}
 /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form td,
.lisket-form-maker-form th {
border: 1px solid #aaa;
} 
 /* 見出しセルの背景色を指定 */
.lisket-form-maker-form th {
background-color: #eee; 
} 
 /* テキストアラインを指定 */
.lisket-form-maker-form td { 
text-align: left; 
} 
/* 例テキストの文字色を指定 */
.lisket-form-maker-form span.example  { 
color: #2C9AB7; 
}             
	

/* More info */
#hoike_Info {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.hoike_footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
#hoike_Info  .hoike_footer_column h3 {
color: #B3B3B3;
text-align: center;
letter-spacing: 3px;
margin-top: 30px;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
#hoike_Info  .hoike_footer_column p {
padding-left: 30px;
padding-right: 30px;
text-align: justify;
line-height: 25px;
font-weight: lighter;
font-size: 0.9em;
color: #5B5B5B;
}

.hoike_footer_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

.hoike_button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}

.hoike_button a {
	font-color: #FEFEFE;
}
.hoike_button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	cursor: pointer;
}


.hoike_footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60px;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
#hoike_Info  {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 480px) {


/* Hero Section */
.hero {
padding-top: 100px;
padding-bottom: 100px;
background-image: url(../images/hoike/bg2018.jpg);
}
.light {
font-weight: 900;
color: #BEBEBE;
font-size: 110%;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-top: 120px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	text-align: center;
}

.hoike_contact ,.hoike_about{
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 35px;
	background-color: #FFFFFF;
	margin: 30px  0px 30px;
	text-align: left;
}

.hoike_about_detail {
padding: 30px;
background-color: #E7E7E7;
}
.hoike_about_detail .date {
font-size: 120%;
font-weight: bolder;
}
#hoike_about .hoike_text {
text-align: left;
}

/* lisket-form */
 /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form {
margin-left: auto;
margin-right: auto;
}
 /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form td,
.lisket-form-maker-form th {
border: 1px solid #aaa;
} 
 /* 見出しセルの指定 */
.lisket-form-maker-form th {
background-color: #eee;
font-size: 0.8em;
width: 25%;
text-align: left;
} 
 /* テキストアラインを指定 */
.lisket-form-maker-form td {
text-align: left;
font-size: 0.8em;
} 
/* 例テキストの文字色を指定 */
.lisket-form-maker-form span.example  { 
color: #2C9AB7; 
}       

.hoike_footer_column {
width: 100%;
margin-top: 0px;
padding-top: 10px;
}
.hoike_footer_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.hoike_footer_header a {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.hoike_bunner a {
	color: #FFFFFF;
}

}

/* Small Tablets */
@media (min-width: 481px)and (max-width: 767px) {



/* lisket-form */
 /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form {
margin-left: auto;
margin-right: auto;
}
 /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form td,
.lisket-form-maker-form th {
border: 1px solid #aaa;
} 
 /* 見出しセルの指定 */
.lisket-form-maker-form th {
background-color: #eee;
font-size: 0.8em;
width: 25%;
text-align: left;
} 
 /* テキストアラインを指定 */
.lisket-form-maker-form td {
text-align: left;
font-size: 0.8em;
} 
/* 例テキストの文字色を指定 */
.lisket-form-maker-form span.example  { 
color: #2C9AB7; 
}       
.hoike_footer_column {
	width: 100%;
	margin-top: 0px;
}

.hoike_banner {
	padding-left: 20px;
	padding-right: 20px;
}
.hoike_footer_column {
	width: 100%;
}

.hoike_footer_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.hoike_text {
	width: 100%;
}


/* lisket-form */
 /* テーブルの横幅をピクセルで指定 */
.lisket-form-maker-form {
margin-left: auto;
margin-right: auto;
}
 /* テーブルの枠線のスタイルを指定 */
.lisket-form-maker-form td,
.lisket-form-maker-form th {
border: 1px solid #aaa;
} 
 /* 見出しセルの指定 */
.lisket-form-maker-form th {
background-color: #eee;
font-size: 0.8em;
width: 25%;
text-align: left;
} 
 /* テキストアラインを指定 */
.lisket-form-maker-form td {
text-align: left;
font-size: 0.8em;
} 
/* 例テキストの文字色を指定 */
.lisket-form-maker-form span.example  { 
color: #2C9AB7; 
}       

.hoike_banner {
	margin-top: 0px;
	padding-top: 0px;
}

.hoike_footer_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
}
