@charset "utf-8";
/* custom */

.nav-aligned-center .main-navigation ul, .nav-aligned-right .main-navigation ul {
    font-size: 1.1em;
}
/*------------------------------------------------------------
	sidenavi
------------------------------------------------------------*/
.sideNavi{
	position: fixed;
	top: 90px;
	right: 0;
	z-index: 12;
}
.sideNavi li{
	margin: 0 0 15px;
	display: block;
	text-align: right;
}
.sideNavi li a{
	transition: all .3s;
}
.sideNavi li a:hover{
	opacity: 0.8;
}

.ie8 .sp {
	display: none;
}

@media all and (min-width: 641px){
	.sp {
		display: none;
	}
  }


@media all and (max-width: 640px){
	.pc {
		display: none;
	}

	.sideNavi{
		top: inherit;
		left: 0;
		bottom: 0;
		padding: 0.5em;
		letter-spacing: -0.5em;
		background: rgba(0,0,0,.4);
	}
	.sideNavi li{
		display: inline-block;
		width: 50%;
		padding: 0 1%;
		margin: 0;
		box-sizing: border-box;
		letter-spacing: normal;
	}
	.sideNavi li img{
		width: 100%;
	}

}

.site-info {
    background-color: #32cd32;
}

.footer-widgets {
    background-color: #ffebcd;
}

.site-main .gallery, fieldset legend, p {
    margin-top: 1.5em;
}


.hm-swe-resize-message {
        height: 50%;
        width: 50%;
        margin: auto;
        position: absolute;
        top: 0; left: 0; bottom: 0; right: 0;
        z-index: 99999;

        color: white;
    }

.hm-swe-modal-background {
        position: fixed;
        top: 0; left: 0; 	bottom: 0; right: 0;
        background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.85);
        z-index: 99998;
        display: none;
    }

.su-column { margin: 0 1.9% 1em 0; }
.su-row .su-column { margin: 0 0 1em 1.9%; }
.su-column-size-1-1 { width: 100%; }
.su-column-size-1-2 { width: 48%; }
.su-column-size-1-3 { width: 32%; }
.su-column-size-2-3 { width: 66%; }
.su-column-size-1-4 { width: 23.5%; }
.su-column-size-3-4 { width: 74.5%; }
.su-column-size-1-5 { width: 18.4%; }
.su-column-size-2-5 { width: 38.8%; }
.su-column-size-3-5 { width: 59.2%; }
.su-column-size-4-5 { width: 79.6%; }
.su-column-size-1-6 { width: 15%; }
.su-column-size-5-6 { width: 83%; }

.su-row {
	margin-bottom: 0;
}
.mb0 .su-column {
	margin-bottom: 0;
}
.mb0 .su-column img {
	display: block;
}
.su-table td {
	vertical-align: middle;
}
.sue-icon-text {
	margin-left: 0;
}
.sue-icon-text {
	margin-bottom: 0;
}

.su-button {
	font-family: 'Kazesawa', sans-serif;
}
.su-button-style-3d {
	border-bottom-width: 5px;
}
.su-button-style-3d span:hover {
	color: rgba(255, 255, 255, 0.70) !important;
}
.su-button-style-3d:hover {
	top: 0px;
	border-bottom-width: 5px;
}
.su-slider-centered {
	margin-bottom: 0;
}
.su-label {
	padding: 0.1em 0.5em;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

@media only screen and (max-width: 768px) {
	.su-row .su-column img {
		display: block;
		margin-left: auto;
  		margin-right: auto;
  		margin-bottom: 10px;
	}
}
@media only screen and (max-width: 480px) {
	.su-table table {
		border: none !important;
	}
	.su-table table tr {
		margin-bottom: 1em !important;
	}
	.su-table table th {
		padding: 0.5em !important;
		border-bottom: none !important;
	}
}