@charset "UTF-8";

header::after,
#globalNav::after,

#nav::after,
#crumb::after,
#info::after,
#footer::after,
#contents::after,
#main::after,
#aside::after,
#mailmag::after,
#visual::after{
	content: "";
	display: block;
	clear: both;
}


.entry:after,
.entry ul:after,
ul.meta:after,
ul.boxSNS:after,
ul.horizon:after,
.well:after,
.boxSerch:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.entry,
.entry ul,
ul.meta,
ul.boxSNS,
ul.horizon,
.well,
.boxSerch{
	zoom: 1;
}

.mm-navbar{
	display: none;
}

/* loading */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}
#loader i{
	color:#666 !important;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.95);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}


/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 36px;
	background: rgba(84,185,71,.7);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 12px;
	font-size: 20px;
	color: #fff;
	line-height: 120%;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(84,185,71,.8);
}

#wrapper{
	text-align: left;
}

span.cursive{
	font-family: 'Alex Brush', cursive;
	font-weight: normal !important;
	color: #b2b1b1;
}
span.icon-title{
	background-color:#f2e5d6;
	padding: 6px 12px 6px 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 500;
	color: #5c422e;
	letter-spacing: 2px;
	margin-bottom: 5px;
}


/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.box-order{
	border-top:1px solid #DDD;
	padding: 30px 0 16px 0;
}
.box-order p.close{
	background-color: #CCC;
	border:1px solid #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 22px;
	font-size: 1.0em;
	line-height: 160%;
	color: #444;
	text-decoration: none;
	margin-bottom: 0;
}


.slider-gallery{
	width: 100%;
	margin-top: 40px;
	padding-top: 40px;
	margin-bottom: 50px;
}
.slider-gallery{
	width: 100%;
	margin-top: 40px;
	padding-top: 40px;
	margin-bottom: 50px;
}
.gallery-title{
	text-align: center;
	line-height: 160% !important;
	margin-bottom: 16px;
}

.grecaptcha-badge {
  display: block;
  bottom: 100px !important;
}

/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

#gallery-2 .gallery-item {
	margin-bottom: 1.2em;
}
#gallery-2 .gallery-item .gallery-icon,
#gallery-2 .gallery-item .gallery-caption{
	padding-right: 4.5% !important;
}
#gallery-2 img {
	width: 100%;
	height: auto;
	border: none !important;
}
#gallery-2 .gallery-caption {
	font-size: 0.750em !important;
	color: #888;
	line-height: 170%;
	text-align: left;
}

.sw-inner{
	width: 1060px;
	margin:auto;
}

#badge{
	position: fixed;
	top: 22% !important;
	right: 0px;
	z-index:9999;
	text-align:right;
}


#badge2{
	position: fixed;
	top: 40% !important;
	right: 0px;
	z-index:9999;
	text-align:right;
}

header{
	border-top:4px solid #54b947;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	padding:0 0 18px 0;
	height: 80px !important;
	position: relative;
	z-index: 9999;
	margin-bottom: 30px;
}
header h1.logo{
	float: left;
	width: 100px;
	margin-top: 14px;
}
header .box-info{
	float: right;
	width: 600px;
	padding-top: 30px;
}

#globalNav{
	float: right;
	position: relative;
	z-index: 999999 !important;
}
#globalNav ul li{
	font-family: myriad-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #333;
	white-space: nowrap;
}
#globalNav ul li.home a i{
	font-size: 1.00em;
	color: #333;
}
#globalNav ul li.home a:hover i{
	font-size: 1.00em;
	color: #FFF;
}
#globalNav ul li.por,
#globalNav ul li.sample-box{
	display: none;
}


#footer {
	width: 100%;
}
#footer .boxMenu:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
#footer .boxMenu{
	zoom: 1;
}
#footer .boxMenu{
	width: 1060px;
	margin: auto;
	margin-bottom: 20px 
}
#footer .boxMenu .box {
	float: left;
	width: 200px;
	height: 112px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
}
#footer .boxMenu .box:last-child{
	float: right;
	margin-right: 0;
}
#footer .boxMenu .caption {
	position: absolute;
	bottom: -52px;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}
#footer .boxMenu .box p{
	font-size: 0.813em;
	color: #FFF;
}
#footer .boxMenu .box a .caption{
	padding-top: 6px;
	padding-bottom: 2px;
}
#footer .boxMenu .box:hover .caption {
	bottom: 0;
	text-align: center;
	color: #FFF;
	padding-top: 50px;
}
#footer .boxMenu .box img{
	width: 100%;
	height: auto;
}

#footer p.copy{
	background-color: #000;
	font-size: 0.688em;
	color:#DEDEDE;
	text-align:center;
	padding: 10px 0 10px 0;
}


#crumb{
	margin: auto;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 24px;
	padding: 14px 0 12px 0;
}
#crumb ul {
	display: inline;
	padding-left: 0 !important;
}
#crumb li {
	display: inline;
	font-size: 0.750em;
}
#crumb li a {
	padding-right: 12px;
	background: url(/images/common/arrow_right.png) no-repeat right center;
	background-size: 6px;
	text-decoration: none;
	color: #999;
}
#crumb li:last-child{
	font-weight: bold;
	color: #333;
}


.sp-selected-thumbnail {
	border: 3px solid #54b947;
}



}

/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

#gallery-2 .gallery-item {
	margin-bottom: 1.2em;
}
#gallery-2 .gallery-item .gallery-icon,
#gallery-2 .gallery-item .gallery-caption{
	padding-right: 4.0% !important;
}
#gallery-2 img {
	width: 100%;
	height: auto;
	border: none !important;
}
#gallery-2 .gallery-caption {
	font-size: 0.688em !important;
	color: #888;
	line-height: 160%;
	text-align: left;
}

.sw-inner-sp{
	width: 90%;
	margin:auto;
}

#badge{
	display: none;
}

header{
	width: 100%;
	border-top:4px solid #54b947;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	padding:9px 0 14px 0;
	height: 80px !important;
	position: relative;
	z-index: 9999;
	margin-bottom: 30px;
}
header h1.logo{
	width: 85px;
	position: absolute;
	left:14px;
	top:20px;
	z-index: 10;
}
header .box-info{
	float: right;
	width: 69%;
}
header .box-info .sw-btn{
	margin-bottom: 5px;
}


#globalNav{
	margin: auto;
	position: relative;
	z-index: 1;
}


#footer {
	width: 100%;
	padding:30px 0 0 0;
}
#footer .boxMenu::after {
	content: "";
	display: block;
	clear: both;
}
#footer .boxMenu{
	width: 92%;
	margin: auto;
	margin-bottom: 20px 
}
#footer .boxMenu .box {
	float: left;
	width: 48.5%;
	margin-bottom: 12px;
	position: relative;
	overflow: hidden;
}
#footer .boxMenu .box:nth-child(even){
	float: right;
	margin-right: 0;
}
#footer .boxMenu .caption {
	position: absolute;
	bottom: -52px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 80px;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}
#footer .boxMenu .box p{
	font-size: 0.750em;
	color: #FFF;
}
#footer .boxMenu .box a .caption{
	padding-top: 6px;
	padding-bottom: 2px;
}
#footer .boxMenu .box img{
	width: 100%;
	height: auto;
}

#footer p.copy{
	background-color: #000;
	font-size: 0.688em;
	color:#DEDEDE;
	text-align:center;
	padding: 10px 0 10px 0;
}


#crumb{
	display: none;
}


.sp-selected-thumbnail {
	border: 2px solid #54b947;
}




}
