@charset "utf-8";

/* sub-style-common */

.main-content{
	margin-top: 103px;
}

.top-nav-icon-active{
	background: #004975;
}



/* aboutus */

.section-title-no-border{
	font-family: 'Niconne', cursive;
  font-size: 32px;
	color: #31a590;
}

.group-box{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid #eee 1px;
}

.error-box{
	padding-bottom: 80px;
	margin-bottom: 30px;
	border-bottom: 3px solid #f87496;
}

.group-name{
	font-size: 18px;
}

.allcom-image{
	margin-top: 25px;
}

.bali-image{
	margin-top: 15px;
}

/* illumination */

.illumination-image{
	margin-top: 70px;
}

.works-detail{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.bx-wrapper .bx-controls-direction a{
	top: 105%;
}

.bx-wrapper .bx-caption{
	background: rgba(0,0,0,0.7);
}

.bx-wrapper .bx-caption span{
	font-family: "游明朝","ヒラギノ明朝 Pro W3",Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
}

.achievement-name{
	width: 30%;
}

.achievement-place{
	width: 70%;
}


/* jewelry */

.youtube-box{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}





/* contact */

.contact-form-group{
/* 	width: 90%; */
}

.content-image-left{
	padding-top: 0;
}

.content-image-right{
	padding-top: 0;
}

.contact-form{
	font-size: 16px;
}

.contact-form-text{
	padding: 15px 0 30px 0;
	line-height: 150%;
}

.submit-btn{
	font-size: 22px;
	width: 180px;
	padding: 5px 0 0 20px;
	background: #31a590;
	 border-radius: 8px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
}

.submit-btn:hover{
	background: #d31577;
}

.submit-btn > a:hover{
	color: #fff;
}

.submit-btn-icon{
	color: #fff;
	font-size: 26px;
}

.submit-btn-text{
	padding-left: 0;
	color: #fff;
}

.thanks-text{
	font-size: 24px;
}

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

/* sub-style-common */

#top-nav{
	margin-top: 103px;
}

}

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

/* sub-style-common */

#top-nav{
	margin-top: 103px;
}


}

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

/* sub-style-common */

#top-nav{
	margin-top: 83px;
}

/* aboutus */

.allcom-image{
	margin-top: 15px;
}

/* illumination */

.illumination-image{
	margin-top: 0;
}

.bx-wrapper .bx-controls-direction a{
	display: none;
}

.bx-wrapper .bx-caption span{
	font-family: "游明朝","ヒラギノ明朝 Pro W3",Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
}

.achievement-content > table{
	font-size: 11px;
}

}