/**********************

EOE original
c)EOE

DEFAULT

font-family:'Sawarabi Mincho';

font-family: 'Cormorant Garamond', serif;
font-family: 'Great Vibes', cursive;
font-family: 'Vidaloka', serif;

***********************/


body {
	padding-top: 100px;
	font-family:'Sawarabi Mincho';
	font-size: 15px;
	color: #637988;
	line-height: 20px;
	}
	
	
.wrap{overflow: hidden;}


ul, ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, label, button, .btn, p {
	margin: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	display: block;
}

h1, .h1 {
	font-size: 18px;
	font-weight: 500;
	margin-top:20px;
}

h2.section-title,
.h2.section-title {
	font-family: 'Great Vibes', cursive;
	font-size: 55px;
	font-weight: 200;
	color: #0B004E;
}

h2.section-title:after,
.h2.section-title:after {
	display: block;
	content: '';
	width: 100%;
	height:5px;
	background: url('../img/svg/separator.svg') center center no-repeat;
	margin-top: 20px;
}



p {
	font-size:13px;
letter-spacing:0.1em;
}

.title-content {
	text-align: center;
}

.title-content p {
	margin:20px 0 30px;
}

h3, .h3 {
	font-size: 35px;
	font-weight: 200;
	text-transform: uppercase;
}

h4, .h4 {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
}

section {
	position: relative;
	background-color: #ffffff;
}



.downarrow{
	margin-top:50px;
	color: #FFD93C;
	font-size:40px;}

	
.page-scroll a{
	color: #FFD93C;
}

.page-scroll a:hover{
  color:#f0f0f0;
}

.late01{
  /* wait */
  -webkit-animation-duration: 4s;
  animation-delay:4s;
  /* repeat */
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}
		
.single_mar{
	margin-top:30px;
}


.container_margin{
	margin:50px 0 100px;}
	

.content_center{
	text-align:center;}

.svg_shadow{
    -webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.9));
        filter: drop-shadow(0px 0px 10px rgba(0,0,0,.9));
        }
		
		
.txtlink{
			text-decoration:none !important;
			font-weight:400 !important;}
		




/**********************
sctop & infobutton
***********************/


#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  padding: 6px 0 0 2px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #0B004E;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


/**********************
singlepage mainstyle
***********************/

#singlepage_main {
	padding: 110px 0 0;}
	
#singlepage_02 {
	padding: 110px 0 0;}
	
#singlepage_03 {
	padding: 110px 0 0;}
	
	
#business_womens {
	padding: 15px 0 110px;}

.cap_img {position: relative; }

.cap_img p {
  position: absolute;
  text-align:center;
  color:#fff;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  background-color:#0B004E;
  width:100%;
  
  }


/**********************
jumbotron
***********************/



.jumbotron01 { 
background:url(../img/jt01.jpg) center no-repeat; 
background-size: cover;
position: relative;
background-position: 50% 0;
width:100%;
height: 400px;}


.jumbotron02 { 
background:url(../img/jt02.jpg) center no-repeat; 
background-size: cover;
position: relative;
background-position: 50% 0;
width:100%;
height: 400px;}


.jumbotron03 { 
background:url(../img/jt03.jpg) center no-repeat; 
background-size: cover;
position: relative;
background-position: 50% 0;
width:100%;
height: 400px;}


.jumbotron04 { 
background:url(../img/jt04.jpg) center no-repeat; 
background-size: cover;
position: relative;
background-position: 50% 0;
width:100%;
height: 400px;}






/**********************
NAVIGATION
***********************/

#main-navigation.navbar {
	min-height: 100px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 0;
}

#main-navigation.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

#main-navigation.navbar .navbar-collapse {
    text-align: center;
}

#main-navigation.navbar-fixed-top .navbar-collapse {
	max-height: 350px;
}

#main-navigation.navbar-default {
	background-color: #ffffff;
}

#main-navigation .navbar-brand, 
#main-navigation.navbar-default .navbar-nav>li>a.navbar-brand {
	height: 100px;
	padding: 10px 30px 20px 48px;
}

#main-navigation .navbar-brand img {
	min-height: 80px;
}

#brand-mobile {
	display: none;
}

#main-navigation .navbar-brand-center {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

#brand-desktop {
	display: block;
}

.navbar-default .navbar-nav>li>a {
	font-size: 15px;
	color: #334752;
	padding: 40px 30px;
}

#main-navigation.navbar-default .navbar-nav>li>a:focus, 
#main-navigation.navbar-default .navbar-nav>li>a:hover {
	color: #FFD93C;
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-nav>.active>a, 
#main-navigation.navbar-default .navbar-nav>.active>a:focus, 
#main-navigation.navbar-default .navbar-nav>.active>a:hover {
	color: #FFD93C;
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-toggle {
	margin-top: 34px;
	margin-bottom: 34px;
	border: 0;
	border-radius: 0;
}

#main-navigation.navbar-default .navbar-toggle:focus, 
#main-navigation.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}

#main-navigation.navbar-default .navbar-toggle .icon-bar {
	background: #FFD93C;
	width: 22px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#main-navigation .navbar-toggle.collapsed .icon-bar {
	background: #334752;
}

.navbar-toggle .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}


.nav_first {
	margin-left:8px;
}




/**********************
HOME SECTION
***********************/


.item img {width:100%;}
 
.fluid2 {padding:0;}

.carousel-caption {
	margin-bottom:15px;
	bottom: 45%;
	transform: translateY(50%);
}


.carousel-caption .h1 {
	margin-top: 27px;
}


.carousel-indicators li {
	margin: 1px 8px;
	border-color: #ffffff;
	background-color: #ffffff;
}

.carousel-indicators .active {
	margin: 0 8px;
	border-radius: 8px;
	border-color: #FFD93C;
	background-color: #FFD93C;
}

.carousel-control {
	opacity: 0;
}

.carousel-control span {
	color: #FFD93C;
}


/**********************
about US SECTION
***********************/

#about {
	padding: 110px 0 0;}
	
	.fb_margin{
		margin:50px 0 30px 0;}
		
		
		#infomation_02 {
	padding: 110px 0 0;}


/**********************
SERVICES SECTION
***********************/

#services {
	padding: 110px 0 0;
}


/**********************
shop SECTION
***********************/

#shop {
	padding: 110px 0 0;
}

	
.shopimage{
	position:relative;
	padding:1px !important;}


/**********************
instagram SECTION
***********************/

#instagram {
	padding: 110px 0 0;}
	
.simply-scroll-container { position:relative; }
.simply-scroll-clip { position:relative; overflow:hidden; }
.simply-scroll-list { margin:0; padding:0; overflow:hidden; }
.simply-scroll-list li { float:left; width:155px; height:155px; margin:0; padding:0; list-style:none; }



/**********************
table style
***********************/

.table_title{
	font-size:30px;
	font-weight:300;}

.trsmall{
	font-size:8px !important;}


/**********************
CONTACT US SECTION
***********************/

#contact {
	padding: 89px 0 93px;
	background: #324651;
	color: #ffffff;
}

#contact .tel {
	font-size:18px;
}



#contact a {
	color: #FFD93C;
	text-decoration:none;}

#contact a:hover {
	color: #ffffff;
}


#contact .section-title {
	color: #ffffff;
}

#contact .contact-form {
	margin-top: 42px;
}

#contact .contact-form input, 
#contact .contact-form textarea {
	display: block;
	width: 100%;
	font-weight: 300;
	padding: 18px 26px;
	color: #ffffff;
	background: transparent;
	border: 1px solid #ffffff;
	border-radius: 5px;
}

#contact .contact-form input:focus,
#contact .contact-form input:active,
#contact .contact-form textarea:focus,
#contact .contact-form textarea:active {
	outline: none;
}

#contact .contact-form textarea {
	resize: none;
}

#contact .contact-form input::-webkit-input-placeholder,
#contact .contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
#contact .contact-form input::-moz-placeholder,
#contact .contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
#contact .contact-form input:-ms-input-placeholder,
#contact .contact-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
#contact .contact-form input:-moz-placeholder,
#contact .contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}

#contact .contact-form .row:last-of-type {
	margin-top: 30px;
}

#contact .contact-form .btn {
	display: block;
	margin: 53px auto 0;
	font-size: 13px;
	width: 170px;
	padding: 10px 0;
}

/**********************
FOOTER SECTION
***********************/

#footer {
	padding: 83px 0 90px;
	background: #182227;
	color: #ffffff;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
}

#footer .tel {
	margin-top:18px;
	font-size:16px;
}

#footer a {
	color: #FFD93C;
	text-decoration:none;
}

#footer a:hover {
	color: #ffffff;
}



#footer .social-list {
	margin-top: 38px;
}

#footer .social-list li {
	margin-right: 21px;
}

#footer .copyright {
	margin-top: 29px;
	font-size: 10px;
}

.footlogo{
	margin-bottom:30px;
}



/**********************
RESPONSIVE
***********************/

@media only screen and (min-width: 1440px) {

	.carousel-caption {
		left: 25%;
		right: 25%;
	bottom: 42%;
	}

}

@media only screen and (max-width: 1199px) {
	
	
.carousel-caption {
		padding:0;
	transform: translateY(50%);
}

.img_mar{
	margin-bottom:30px;
}

	
	
	/**********************
	NAVIGATION
	***********************/
	#main-navigation .container {
		width: 100%;
	}
	
		
#main-navigation .navbar-brand img {
	max-height: 48px;
}
	
	#main-navigation.navbar-default .navbar-nav>li>a {
		padding: 40px 15px;
	}
	#main-navigation .navbar-brand, #main-navigation.navbar-default .navbar-nav>li>a.navbar-brand {
		padding: 10px 30px 20px 37px;
	}
	
	
.nav_first {
	margin-left:20px;
}

	

	/**********************
	PORTFOLIO SECTION
	***********************/
	.portfolio-grid .grid-item, .portfolio-grid .gap {
		width: calc(100%/2 - (((2 - 1) * 29px) / 2));
	}


/**********************
footer logo
***********************/

.footlogo{
	margin:30px 0;
	width:60%;
}

}

@media only screen and (max-width: 991px) {
	
	
	.carousel-caption {
		padding:0;
	bottom: 40%;
	transform: translateY(50%);
}
	
	
.navbar-default .navbar-nav>li>a {
	padding: 40px 10px;
}
	
	#main-navigation .navbar-brand, 
#main-navigation.navbar-default .navbar-nav>li>a.navbar-brand {
	height: 100px;
	padding: 10px 30px 20px 37px;
}





	
	/**********************
	button
	***********************/
	
	.btn-default {
	width: 120px;
	font-size:10px;
	letter-spacing: 0.025em;
	font-weight: 400;
	
	

	
	/**********************
	CONTACT US SECTION
	***********************/
	#contact .contact-form .row div:not(:first-of-type) {
		margin-top: 30px;
	}
	

/**********************
footer logo
***********************/

.footlogo{
	margin:30px 0;
	width:80%;
}
	

	

	/**********************
	HELPER CLASSES
	***********************/

	/* Reverse the order of columns on xs*/
    .row.reorder-sm {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        direction: rtl; /* Fix the horizontal alignment */
    }

    .row.reorder-sm > [class*="col-"] {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg);
        direction: ltr; /* Fix the horizontal alignment */
    }
	
	
	

}

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

	/**********************
	DEFAULT
	***********************/
	
	h2.section-title {
		font-size: 40px;
		margin-top:20px;
	}
	
h2.section-title:after,
.h2.section-title:after {
	display: block;
	content: '';
	width: 100%;
	height:30px;
	background: url('../img/svg/separator.svg') center center no-repeat;
	margin-top:10px;
}


p{
	font-size:11px;
letter-spacing:0.1em;}


.container{
    padding-right:5px !important;
    padding-left:5px !important;
    margin-right: auto;
    margin-left: auto;
}

.container_margin{
	margin:25px 0 35px;}

.jumbotron01 {height: 200px;}

.jumbotron02 {height: 200px;}

.jumbotron03 {height: 200px;}

.jumbotron04 {height: 200px;}

.carousel-caption {
		padding:0;
	bottom: 47%;
	transform: translateY(50%);
}

.dummy{
	margin-top:55px;}
	
	/**********************
	NAVIGATION
	***********************/

	#main-navigation.navbar .navbar-nav {
	    display: block;
	}
	
	.navbarsubstyle {
	font-weight: 300 !important;
	font-size:10px !important;
	color: #334752;
	line-height:3.0em;
	background-color:#f0f0f0;
	padding:3px;
}

	.navbarsubstyle a{
	color: #334752 !important;
	}

	#brand-mobile {
		display: block;
	}
	
	#main-navigation .navbar-brand img {
	min-height: 28px;
}
	

	#main-navigation .navbar-brand-center {
		padding: 35px 45px 23px;
	}

	#brand-desktop {
		display: none;
	}

	#main-navigation.navbar-default .navbar-nav>li>a {
		padding: 8px 0;
	}
	
	
	.nav_first {
	margin-left:0.1px;
}
	
	
	
/**********************
singlepage mainstyle
***********************/

#singlepage_main {
	padding: 40px 0 0;}
		
#singlepage_02 {
	padding: 40px 0 0;}
	
#singlepage_03 {
	padding: 40px 0 0;}
	
	#business_womens {
	padding: 25px 0 25px;}
	
	


	/**********************
	HOME SECTION
	***********************/
	.carousel-caption .h1 {
		font-size: 55px;
	}
	
/**********************
about US SECTION
***********************/

#about {
	padding: 40px 0 0;
}

#infomation_02{
	padding: 40px 0 0;
}

/**********************
sevices SECTION
***********************/

#services {
	padding: 40px 0 0;
}

/**********************
shop SECTION
***********************/

#shop {
	padding: 40px 0 0;
}

/**********************
instagram SECTION
***********************/

#instagram {
	padding: 40px 0 0;}
	

	/**********************
	PORTFOLIO SECTION
	***********************/

	.portfolio-grid .grid-item, .portfolio-grid .gap {
		width: calc(100% - (30px * 2));
		margin-left: 30px;
		margin-right: 30px;
	}

	.business-section .img-container {
		margin: 50px 0 30px;
	}



}


