@charset "UTF-8";
/* CSS Document */

/*img {
	max-width:100%;
  vertical-align: bottom;
  -webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
		/*-webkit-transition: 0.25s ease-in-out;
		-moz-transition: 0.25s ease-in-out;
		transition: 0.25s ease-in-out;*/
}
html, body { height: 100%; }

img {
	max-width:100%;
	height:auto;
}
@font-face {
    font-family: 'gidoleregular';
    src: url('font/gidole-regular-webfont.eot');
    src: url('font/gidole-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/gidole-regular-webfont.woff2') format('woff2'),
         url('font/gidole-regular-webfont.woff') format('woff'),
         url('font/gidole-regular-webfont.ttf') format('truetype'),
         url('font/gidole-regular-webfont.svg#gidoleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* -----------------------------------------------------------------------
## Reset #################################################################
----------------------------------------------------------------------- */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0px;
  padding: 0px;
}
html {overflow:auto; height:100%;}

body{
	color: #000;
	font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 500;
font-size:14px;
line-height:185%;
/*	
	font: 14px/185% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*/	-webkit-text-size-adjust: 100%;
	letter-spacing:0.05em;
	
}
fieldset,img {
  border: 0;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,em,var {
  font-style: normal;
  font-weight: normal;
}
ul {
  list-style: none;
}
ol li {
	list-style-position: outside;
	list-style: decimal;
	margin-left: 25px;
	margin-bottom:5px;
}

caption,th {
  text-align: left;
  font-weight: normal;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

a{
	color: #333333;
	text-decoration:none;
}

.clearfix {display: inline-block;} 
/* Hides from IE-mac \*/ * html .clearfix {height: 1%;} 
.clearfix {display: block;} /* End hide from IE-mac */
.clearfix:after { content: ""; display: block; clear: both; }
.clearfix {overflow:hidden;}


table, tr, th, td {
    border-collapse: collapse;
	text-align:left;
	font-weight:normal;
	vertical-align:top;
}
#wrapper img{
	max-width: 100% !important;
	height: auto; 
	vertical-align: bottom;
}

/*---- FOR SP ----*/

/* ===============================================
#wrapper
=============================================== */
#wrapper {
	width: 100%;
	min-width: 740px;
	height:100hv;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}



/* ===============================================
#header
=============================================== */
#header {
	background-color: #FFF;
	height: 70px;
	width: 100%;
	z-index: 10;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EB6D8E;
}
#header .innar {
	min-width: 1020px;
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#header #hd_logo {
	float: left;
	margin-top:15px;
	margin-left:30px;
	width: 150px;
}
#header .hd_re_logo {
	float: right;
	margin-right:30px;
	padding-top: 13px;
}


/* ===============================================

#footer
=============================================== */
#footer {
	margin-bottom: 0px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EB6D8E;
	transition: .35s  ease-in-out;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
	padding-bottom:30px;
}

#footer .innar {
	min-width: 1020px;
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

#footer .f_sup {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#footer .f_logo {
	float: left;
}
#footer .r_area {
	float: right;
	padding-top: 10px;
}
#footer_id {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}



#footer p a:link,
#footer p a:visited {
	color: #333;
	text-decoration: none;
}

#footer p a:hover {
	color: #C00;
	text-decoration: underline;
}

#footer .footnav {
	position: absolute;
	top: 5px;
	right: 0px;
}

#footer .footnav a:link {
	color: #333;
	text-decoration: none;
}

#footer .footnav a:hover {
	color: #900;
	text-decoration: underline;
}

#footer .adress {
	position: absolute;
	bottom: 10px;
	left: 1px;
	color:#333;
	font-size: 1em;
}
#footer p {
	text-align: left;
}

.no_line_sup {
	border-top-style: none !important;
}
.no_line_sub {
	border-bottom-style: none !important;
}

.content {
	height: 100%;
	background-image: url(../image/common/bg.jpg);
	background-repeat: repeat;
	background-position: center 70px;
	background-size: cover;
}
#prolo_contents {
	height: 100%;
	min-height: 100%;
}
#epilogue_bg {
	height: 100%;
	background-image: url(../image/epilogue/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 70px;
	background-size: cover;
}
.contents {
}

.index_contents {
	height: 100%;
	max-height: 630px;
}




.index_contents .innar {
}
.index_contents .copy {
	width: 6.5%;
	position: absolute;
	left: 45%;
	top: 12%;
	height: auto;
}
.index_contents .txt01 {
	width: 5%;
	top: 12%;
	right: 30%;
	position: absolute;
}
.index_contents .txt02 {
	width: 13%;
	position: absolute;
	top: 30%;
	left: 21%;
	height: 41%;
}
.index_contents .btn {
	width: 5%;
	position: absolute;
	top: 72%;
	left: 45%;
}

/* ===============================================
#munu
=============================================== */
#menu {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	position: absolute;
	top: 210px;
	right: 0px;
	color: #FFF;
	padding-bottom: 20px;
	background-color: #EB6D8E;
	width: 155px;
	text-align: right;
	padding-top: 20px;
	z-index:9999;
}
#menu_btn {
	position: absolute;
	top: 120px;
	right: 0px;
	z-index:9999;
	cursor:pointer;
}
#menu ul li {
	line-height: 28px;
	margin-right: 15px;
}

#menu ul li a {
	color: rgba(255,255,255,1)
}
#menu ul li a:hover {
	color: rgba(255,255,255,0.7)
}



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

/* ===============================================
#header
=============================================== */
#header .innar {
	min-width: 640px;
	max-width: 740px;
}

/* ===============================================
#footer
=============================================== */
#footer .innar {
	min-width: 640px;
	max-width: 740px;
}
#footer .f_sup {
	padding-right: 30px;
	padding-left: 30px;
}
#footer_id {
	padding-right: 30px;
	padding-left: 30px;
}

}

@media screen and (min-height: 768px){
#footer {
	margin-bottom: 0px;
	width: 100%;
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #EB6D8E;
	position: fixed;
	height: 110px;
	-webkit-transition: 0.30s ease-in-out;
		-moz-transition: 0.30s ease-in-out;
		transition: 0.30s ease-in-out;
}

}
#header .hd_re_logo a img {
	height: 44px;
	width: auto;
}
