@charset "UTF-8";

/* ---------------------------------------------
    mainVisual
--------------------------------------------- */
.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}

#mainVisual {
    position: relative;
}

.mainMap {
    position: absolute;
    right: 20px;
    top: 20px;
    max-width: 170px;
}

.displayPC {
    display: block;
}

.displaySP {
    display: none;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px 8px;
    box-sizing: border-box;
    position: relative;
}

/* ---------------------------------------------
    header
--------------------------------------------- */
header {
    padding: 20px 0 10px;
    height: 100px;
    position: relative;
}

/*--headerInner--*/
#headerInner {
    max-width: 960px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin: 0 30px 20px 0;
}

header nav {
    padding: 20px 0 0;
    float: right;
}

.onlineStore {
    float: right;
}

header nav li {
    border-right: 1px solid #666;
    padding: 0 10px 0 0;
    box-sizing: border-box;
}

header nav li:last-child {
    border-right: none;
    padding: 0;
}

/* ---------------------------------------------
    topMenu
--------------------------------------------- */

.bgTopmain {
    background-image: url('../img/bg_topmain.png');
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 10px;
}

#topMenu {
    margin: 0 0 30px;
}

.snipet {
    position: relative;
    float: left;
    overflow: hidden;
    max-width: 400px;
    width: 23.5%;
    color: #ffffff;
    text-align: center;
    background-color: #000000;
    margin: 0 2% 0 0;
}

.snipet:last-child {
    margin: 0;
}

.snipet *,
.snipet *:before,
.snipet *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.snipet img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.snipet figcaption {
    position: absolute;
    bottom: 83px;
    left: 0;
    padding: 5px 10px 4px;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
}

.snipet figcaption:before,
.snipet figcaption:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

.snipet figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.snipet figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.snipet figcaption div:before,
.snipet figcaption div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

.snipet figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.snipet figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.snipet h2,
.snipet span {
    margin: 0;
    text-transform: uppercase;
}

.snipet h2 {
	font-size: 120%;
}

.snipet span {
    display: block;
    padding: 0 10px 4px;
    color: #fff;
    font-size: 10px;
	letter-spacing: 0.2em;
}

.snipet a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.snipet:hover img,
.snipet.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.snipet:hover figcaption:before,
.snipet.hover figcaption:before,
.snipet:hover figcaption:after,
.snipet.hover figcaption:after,
.snipet:hover figcaption div:before,
.snipet.hover figcaption div:before,
.snipet:hover figcaption div:after,
.snipet.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.snipet:hover figcaption:before,
.snipet.hover figcaption:before,
.snipet:hover figcaption:after,
.snipet.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/* ---------------------------------------------
    news
--------------------------------------------- */

#news {
    margin: 0 0 30px;
    position: relative;
}

#news h2 {
    margin: 0 0 20px;
}

#news table {
    width: 100%;
    margin: 0 0 20px;
}

#news th {
    width: 100px;
    padding: 12px 0;
    border-bottom: 1px solid #000;
	vertical-align: middle;
}

#news td {
    vertical-align: middle;
	padding: 12px 0;
    border-bottom: 1px solid #000;
	line-height: 1.8;
}

#news td span {
	margin: 0 8px 0 0;
}

#news td span a {
	border-radius: 3px;
	text-align: center;
	padding: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#news td span.event a {
	background: #f18abc;
}

#news td span.info a {
	background: #17b231;
}

#news td a {
    color: #666;
    text-decoration: underline;
}

#news p {
    text-align: center;
    background: #024e9e;
    padding: 2px;
    position: absolute;
    right: 26px;
    bottom: 0;
}

#news p a {
    color: #fff;
}

.backnumber {
    background: #024e9e;
    position: relative;
    width: 200px;
}

.backnumber:after {
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    border: 13px solid transparent;
    border-left-color: #024e9e;
    left: 100%;
    top: 0;
}

.bgNews {
    background: #f7f7f5;
    padding: 20px 8px 40px
}

figure.snipet02 {
    color: #fff;
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 22%;
    background: #000000;
    color: #ffffff;
    text-align: center;
}

figure.snipet02 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

figure.snipet02 img {
    opacity: 0.8;
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.snipet02 figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

figure.snipet02 figcaption > div {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: relative;
}

figure.snipet02 h3 {
    position: absolute;
    left: 0;
	top: 73px;
	right: 0;
	bottom: 0;
	margin: auto;
}

figure.snipet02 h3 {
    font-size: 100%;
    bottom: 0;
}

figure.snipet02 h3:nth-of-type(2) {
    opacity: 0;
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
}

figure.snipet02 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
	color: #fff;
	display: block;
}

figure.snipet02:hover img,
figure.snipet02.hover img {
    opacity: 0.3;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

figure.snipet02:hover figcaption h3:first-of-type,
figure.snipet02.hover figcaption h3:first-of-type {
    -webkit-transform: translateY(150%);
    transform: translateY(150%);
    opacity: 0;
}

figure.snipet02:hover figcaption h3:nth-of-type(2),
figure.snipet02.hover figcaption h3:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

/* ---------------------------------------------
    pageTop
--------------------------------------------- */

#pageTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
}

#pageTop a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
    opacity: 0.8;
}

#pageTop a:hover {
    text-decoration: none;
    background: #999;
}

/* ---------------------------------------------
    footer
--------------------------------------------- */

#footerStamp {
    background-image: url(../common/img/bg_footer.gif);
    background-size: 52px 38px;
    background-position: 0 0;
    background-repeat: repeat;
    height: 60px;
}

footer {
    background: #eb5ea2;
    padding: 12px;
}

/*--footerInner--*/
.footerInner {
    max-width: 960px;
    margin: 0 auto;
    color: #fff;
}

.footerInner a {
    color: #fff;
    text-decoration: underline;
}

.footerInner li {
    float: left;
}

.footerInner li:first-child {
    border-right: 1px solid #fff;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
}

.copyright {
    margin: 12px 0 0;
    font-size: 80%;
    text-align: center;
}

@media screen and (max-width: 960px) {
    header ul li {
        border-right: none;
    }

	.logo {
		width: 100%;
	}

	.onlineStore {
	    float: none;
		max-width: 430px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 800px) {

    #headerInner {
        padding: 0 8px;
    }

	.snipet {
        width: 48%;
        margin: 0 2% 1% 0;
    }

	.snipet:nth-child(even) {
        margin: 0 0 1% 2%;
    }

	figure.snipet02 {
	    color: #fff;
	    position: relative;
	    float: left;
	    overflow: hidden;
	    margin: 10px 1%;
	    width: 48%;
	    background: #000000;
	    color: #ffffff;
	    text-align: center;
	}

    /* ---------------------------------------------
        news
    --------------------------------------------- */
    #news p {
        right: 13px;
    }

}

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

	@font-face {
        font-family: "Sawarabi Mincho";
        src: url("font.eot?") format('eot');
        src: url("font.eot?#iefix") format('embedded-opentype'),
           url("font.woff") format('woff'),
           url("font.ttf")  format('truetype');
    }

    body { font-family: "Sawarabi Mincho"; }

	.logo {
	    float: none;
	    margin: 10px auto 20px;
	    max-width: 280px;
	    text-align: center;
	}

    .displayPC {
        display: none;
    }

    .displaySP {
        display: block;
    }

    #topMenu li {
        width: 48%;
        margin: 0 1% 1%;
    }

    #topMenu li:last-child {
        margin: 0 1% 1%;
    }

}
