@charset "utf-8";

html{	height:100%;}

body{
		height:100%;
		margin:0;
}
/*
.cornerbox{
	width:100%;
	font-size:1.1em;
	line-height:1.5em;
	padding:0;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.cornerbox .contentsbox{
	display:block;
	height:100%;
}
.innerbox{
	vertical-align:middle;
	position:relative;
}
*/
.contentsbox{
	max-width:840px;
}
/*
.cornerbox,
.cornerbox .contentsbox,
.innerbox{
	height:100%;
	width:100%;
	overflow:hidden;
	position:relative;
}
.cornerbox .contentsbox{
	display: table;
    height: 100%;
}
.innerbox{
    display: table-cell;
    vertical-align: middle;
}
*/
.cornerbox,
.cornerbox .contentsbox {
	position:relative;
}

.innerbox {
    position: relative;
    height: 100%;
/*    width: 80%;*/
    margin: 0 auto;
}
.vertical-center {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 52%;
    transform: translateY(-52%);
}

.innercontents{
	border:10px solid #ff5990;
	background:rgba(255,255,255,.8);
	padding:25px;
	overflow: hidden;
}
.innercontents.noPad{
	padding:0;
}


.btnScroll{
	width:130px;
	text-align:center;
	height:72px;
	padding:34px 0 24px;
	position:absolute;
	left:50%;
	bottom:20px;
	background:	rgba(255, 80, 138, 0.5);
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%,0);

	-moz-border-radius: 65px;
    -webkit-border-radius: 65px;
    border-radius: 65px;
}
.btnScroll:hover{
	background-color:#ff508a;
}
.btnScroll img{
	max-width:100%;
}

#pageHeader{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:150px;
background: -moz-linear-gradient(top,  rgba(255,192,213,0.9) 0%, rgba(255,255,255,0.9) 10%, rgba(255,255,255,0.9) 30%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(top,  rgba(255,192,213,0.9) 0%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%);
background: linear-gradient(to bottom,  rgba(255,192,213,0.9) 0%,rgba(255,255,255,0.9) 10%,rgba(255,255,255,0.9) 30%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffc0d5', endColorstr='#00ffffff',GradientType=0 );
	z-index:10;
}
#pageHeader p{
	color:#f95287;
	font-size: 30px;
    text-align: center;
    margin-top: 12px;
	letter-spacing: 1px;
	font-weight:bold;
	font-family: Century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#pageHeader p span{
	display:block;
	font-size: 12px;
	font-weight:normal;
	font-family: "Bodoni";
	margin-bottom:2px;
}
#pageHeader .float_right{
	text-align:right;
	letter-spacing:2px;
	position:absolute;
	right:10px;
	top:15px;
	font-size: 15px;
}
#pageHeader .float_right span{
	font-family: "Bodoni";
	font-size: 30px;
	display:block;
	margin-top:5px;
}
.cornerbox header{
	position:absolute;
	width:100%;
	top:0;
	left:0;
	color:#fff;
}
#imgLogo{
	position:absolute;
	left:15px;
	top:10px;
}


#top{
/*	z-index:100;*/
    background:url(../img/bgTop.jpg) no-repeat  50% 80%;
	background-size:cover;
}
#top .innercontents{
	background:url(../img/imgMessage.jpg) no-repeat 0 0 rgba(255,255,255,.8);
	height:450px;
	background-size:contain;
	display: table-cell;
    vertical-align: middle;
}
#message{
	width:60%;
	float:right;
	text-align:left;
}
#message h2{
	font-weight: bold;
    color: #f95287;
    font-size: 4.5em;
	line-height:1.3;
	margin-bottom:0.5em;
}
#message p{
	font-size:1.8em;
	line-height:1.5;
}
#message p.large{
	font-size:2.4em;
}


#corner1{
	position:relative;
}
#bgCatalogA{
	background:url(../img/bgCatalogA.jpg) no-repeat 50% 100% fixed;
	background-size:cover;
}
#bgCatalogB{
	background:url(../img/bgCatalogB.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
}
#bgCatalogC{
	background:url(../img/bgCatalogC.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
}

.bgCatalog{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;

	filter: alpha(opacity=0);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=0)";  /* ie 8 */
	-moz-opacity:0;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0;              /* Safari 1.x */
	opacity:0;
	zoom:1;

	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.bgCatalog.active{
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	opacity:1;
	zoom:1;
}

#corner1 h3{
	font-weight:bold;
	font-family: Century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    color: #f95287;
    font-size: 30px;
	text-align:left;
	padding:15px;
}
#corner1 p{
	color:#000;
	font-size:14px;
	line-height:1.5;
	text-align:left;
	margin-left:1em;
}

#catalogswitch{
	clear:both;
	text-align:center;
	margin-top:20px;
}
#catalogswitch li{
	display:inline-block;
	width: 120px;
	margin:0 10px;
    border-bottom: 60px solid #ddd;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
	line-height:60px;
	font-size:20px;
	font-weight:bold;
	font-family: Century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#catalogswitch li:hover{    cursor: pointer;}

#catalogswitch li#tabCatalogA{  border-bottom-color:#ffdbe7; color:#ff598f;}
#catalogswitch li#tabCatalogB{	border-bottom-color:#cfd7c7; color:#5f5429;}
#catalogswitch li#tabCatalogC{	border-bottom-color:#eae6d6; color:#835a22;}
#catalogswitch li#tabCatalogA.active{	border-bottom-color:#ff508a; color:#fff;}
#catalogswitch li#tabCatalogB.active{	border-bottom-color:#2d560e; color:#fff;}
#catalogswitch li#tabCatalogC.active{	border-bottom-color:#9b873c; color:#fff;}
#catalogswitch li#tabCatalogA:hover{	border-bottom-color:#ff256d; color:#fff;}
#catalogswitch li#tabCatalogB:hover{	border-bottom-color:#b3e283; color:#5f5429;}
#catalogswitch li#tabCatalogC:hover{	border-bottom-color:#f3df8e; color:#835a22;}

.listCatalog{
	clear:both;
	display:none;
	border-top:1px solid #ddd;
	padding:20px;
	font-size:1.8em;
	height:250px;
	overflow:auto;
}
.listCatalog.active{	display:block;}
.listCatalog#list-catalogA{	border-top-color:#ff508a;}
.listCatalog#list-catalogB{	border-top-color:#2d560e; color:#2d560e;}
.listCatalog#list-catalogC{	border-top-color:#9b873c; color:#835a22;}

.listCatalog dt{
	float:left;
	clear:left;
}
.listCatalog dd{
	padding-left:9em;
	padding-bottom:0.8em;
	margin-bottom:0.8em;
	text-align:left;
	border-bottom:1px dashed #ddd;
}
.listCatalog#list-catalogA dd{	border-bottom-color:#ff508a;}
.listCatalog#list-catalogB dd{	border-bottom-color:#2d560e;}
.listCatalog#list-catalogC dd{	border-bottom-color:#9b873c;}

.listCatalog#list-catalogB a{	color:#2d560e;}
.listCatalog#list-catalogC a{	color:#835a22;}

.listCatalog dd a[target="_blank"]{
	padding-left:20px;
	background-image:url(../img/icoWindow.png);
	background-position:0 50%;
	background-repeat:no-repeat;
}
.listCatalog dd a[href$=".pdf"]{
	background-image:url(../img/icoPDF16x16.png);
	background-position: 0 0;
}


#corner2{
	background:url(../img/bgGuide.jpg) no-repeat 50% 30%;
	background-size:cover;
}
#corner2 p{
	text-align:left;
	margin-bottom:25px;
	font-size:1.6em;
	line-height:1.5;
	font-family: Century, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
#corner2 hr{
	clear:both;
	border:1px dashed #ff508a;
	margin:30px 0;
}
.boxTable{
	display:table;
}
#corner2 .boxTable img,
#corner2 .boxTable p{
	display:table-cell;
	vertical-align:middle;
}
#corner2 .innercontents .boxTable img{
	max-width:300px;
}
#corner2 .innercontents .boxTable p{
	padding-left:3%;
}


#corner3{
	background:url(../img/bgAccess.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
}
#corner3 .innercontents{
	text-align:left;
}
#corner3 p{
	font-size:1.6em;
	line-height:1.5;
}
#corner3 p.large{
	font-size:2.4em;
	margin-bottom:10px;
	line-height:1;
}

#corner3 h2{
	font-size:3em;
	padding-bottom:0.5em;
	margin-bottom:0.75em;
	border-bottom:1px dashed #ff508a;
}
#corner3 iframe{
	width:100%;
}
#corner4,
#contact{
	background:url(../img/bgContact.jpg) no-repeat 50% 50% fixed;
	background-size:cover;
}
#corner4 h2{
	font-size:3.2em;
	line-height:1.5;
	margin-bottom:0.75em;
	padding-bottom:1.5em;
}
#corner4 h2 span{
	font-size:0.6em;
	display:block;
}
#corner4 .innercontents{
	text-align:left;
}
#corner4 img.float_left{
	margin-right:20px;
	margin-bottom:10px;
}
#corner4 p.boxTwo{
	display:inline-block;
	width:36%;
}
#corner4 p{
	font-size:3.2em;
	line-height:1.5;
	margin-bottom:10px;
}
#corner4 p span{
	display:block;
	font-size:0.6em;
}
#corner4 p.float_right{
    font-size: 1.4em;
    display: inline-block;
    padding: 10px 10px 10px 20px;
    background: #fff;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:5px;

	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
}
#tblContact{
	font-size:1.6em;
	width:100%;
	margin:0 auto;
}
#tblContact .colorRed{
	color:#C10003;
}
#tblContact th,
#tblContact td{
	padding:5px 0;
	vertical-align:top;
}
#tblContact th{
	width:19%;
	padding:15px 0.5em 0 0;
	text-align:right;
}
#tblContact td{
	padding:15px 0.5em 0 0;
	text-align:left;
}
#toppage #tblContact td{
	padding:3px 5px;
}


#tblContact td input[type="text"],
#tblContact td input[type="email"],
#tblContact td textarea{
	width:90%;
	background:#fff;
	border:none;
	font-size:1.2em;
	padding:5px;
	-webkit-box-shadow: #ccc 0px 0px 3px;
	-moz-box-shadow: #ccc 0px 0px 3px;
	box-shadow: #ccc 0px 0px 3px;
}
#tblContact td textarea,
#tblContact td[colspan="3"] input[type="text"],
#tblContact td[colspan="3"] input[type="email"]{
	width:96%;
}
#tblContact label{
	display: inline-block;
    padding: 7px 0 0;
}
#tblContact td textarea{
	height:5em;
}
#toppage #tblContact td[colspan="4"],
#tblContact td[colspan="2"]{
	text-align:center;
}
#tblContact td input[type="submit"]{
    display: inline-block;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
    border: none;
    box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    text-decoration: none;
    padding: 15px 40px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    background: #e808a0;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}
#tblContact td input[type="submit"]:hover {
    background: #ff5d99;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, 0.4);
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}

#contact h2{
    color: #f95287;
    font-size: 30px;
	font-weight:bold;
}

#btnSpmenu {
    display: none;
}

@media screen and (max-height: 800px) {
.btnScroll {
	width: 80px;
    height: 32px;
    padding: 24px 0 24px;
}
.btnScroll img {
    width: 50px;
}
}
@media screen and (max-height: 700px) {
.listCatalog{ height:150px;}
.vertical-center {
    text-align: center;
    width: auto;
    position: relative;
    top: auto;
    transform:none;
	margin-top:80px;
	margin-bottom:80px;
}

}

@media screen and (max-height: 600px) {

}


@media screen and (max-width: 1400px) {
#itemlist{
	width:1400px;
}
#sidenavi{
    width: 150px;
	margin-top:0;
	top:auto;
	bottom:20px;
}
#sidenavi a.overwhite img{
	height:80px;
}
}

@media screen and (max-width: 1200px) {
#itemlist{
	width:1200px;
}
#sidenavi{
    width: 120px;
}
}
@media screen and (max-width: 1000px) {
#itemlist{
	width:800px;
}

}
