@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url('../font/NotoSansCJKjp-Light.eot');
    src: url('../font/NotoSansCJKjp-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/NotoSansCJKjp-Light.woff') format('woff'),
    url('../font/NotoSansCJKjp-Light.ttf')  format('truetype');
}

@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-1tv9z2');
	src:url('fonts/icomoon.eot?#iefix-1tv9z2') format('embedded-opentype'),
		url('fonts/icomoon.woff?-1tv9z2') format('woff'),
		url('fonts/icomoon.ttf?-1tv9z2') format('truetype'),
		url('fonts/icomoon.svg?-1tv9z2#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
	content: "\e606";
}

.icon-globe:before {
	content: "\e607";
}

.icon-heart:before {
	content: "\e608";
}

.icon-school:before {
	content: "\e605";
}

.icon-flower80:before {
	content: "\e600";
}

.icon-up:before {
	content: "\e601";
}

.icon-down:before {
	content: "\e602";
}

.icon-next:before {
	content: "\e603";
}

.icon-download:before {
	content: "\e604";
}

.icon-paperplane:before {
	content: "\e609";
}


/* Sticky footer styles
-------------------------------------------------- */
html, body {
	width: 100%;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 134px;
	font-family: 'Raleway', sans-serif;
	padding-left: 0;
	padding-right: 0;
}

.ja {
	font-family: 'Raleway', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.fr, .en {
	font-weight: 400;
	font-size: 15px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 134px;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 18px solid #000;
	z-index: 10;
}
/* --------------------------------------------------- */

body, .container {
	color: #221814;
}

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

.container {
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

#main .container {
	background-color: #fff;
}

a, .btn, .icon {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

p {
	line-height: 1.8;
	margin-top: 1.8em;
	margin-bottom: 1.8em;
}

h1, h2, .service .side h2, .ja .service h2 {
	font-family: 'EB Garamond', "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
}

h2 {
	font-size: 17px;
	line-height: 1.8;
}

.fr .service h1, .en .service h1 {
	font-weight: 400;
}

.fr .service h2, .en .service h2, .ja .service .side h2 {
	font-size: 19px;
	font-weight: 400;
}

#header {
	display: block;
	width: 100%;
	height: 120px;
	background: #fff;
	padding-top: 56px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	overflow: visible;
}

#header .container {
	padding-bottom: 20px;
	background-color: #fff;
	border-bottom: 1px solid #999;
	position: relative;
	z-index: 3000;
}

#header.scrolled {
	-moz-animation: scrolledHeader 0.4s ease-in-out forwards;
	-webkit-animation: scrolledHeader 0.4s ease-in-out forwards;
	-o-animation: scrolledHeader 0.4s ease-in-out forwards;
	-ms-animation: scrolledHeader 0.4s ease-in-out forwards;
	animation: scrolledHeader 0.4s ease-in-out forwards;
}

#header.default {
	-moz-animation: defaultHeader 0.3s ease-in-out forwards;
	-webkit-animation: defaultHeader 0.3s ease-in-out forwards;
	-o-animation: defaultHeader 0.3s ease-in-out forwards;
	-ms-animation: defaultHeader 0.3s ease-in-out forwards;
	animation: defaultHeader 0.3s ease-in-out forwards;
}

#header.scrolled .container {
	height: auto;
}

#header h1 {
	display: inline-block;
	font-size: 26px;
	margin: 0;
	padding: 0;
}

#header.scrolled h1 {
	margin-top: 6px;
}

@-moz-keyframes scrolledHeader {
	0% {height: 100px; padding-top: 60px}
	100% {height: 79px; padding-top: 20px}
}

@-webkit-keyframes scrolledHeader {
	0% {height: 100px; padding-top: 60px}
	100% {height: 79px; padding-top: 20px}
}

@-o-keyframes scrolledHeader {
	0% {height: 100px; padding-top: 60px}
	100% {height: 79px; padding-top: 20px}
}

@-ms-keyframes scrolledHeader {
	0% {height: 100px; padding-top: 60px}
	100% {height: 79px; padding-top: 20px}
}

@keyframes scrolledHeader {
	0% {height: 100px; padding-top: 60px}
	100% {height: 79px; padding-top: 20px}
}

@-moz-keyframes defaultHeader {
	0% {height: 79px; padding-top: 20px}
	100% {height: 100px; padding-top: 60px}
}

@-webkit-keyframes defaultHeader {
	0% {height: 79px; padding-top: 20px}
	100% {height: 100px; padding-top: 60px}
}

@-o-keyframes defaultHeader {
	0% {height: 79px; padding-top: 20px}
	100% {height: 100px; padding-top: 60px}
}

@-ms-keyframes defaultHeader {
	0% {height: 79px; padding-top: 20px}
	100% {height: 100px; padding-top: 60px}
}

@keyframes defaultHeader {
	0% {height: 79px; padding-top: 20px}
	100% {height: 100px; padding-top: 60px}
}

.service {
	position: relative;
	z-index: 10;
}

.service .container {
	padding-top: 60px;
	padding-bottom: 100px;
}

img.logo {
	max-width: 10em;
	margin-top: 3px;
}

section h1, .h1 {
	font-size: 30px;
}

.ja .side {
	font-size: 0.9em;
}

.fr .side, .en .side {
	font-size: 0.95em;
}

.side h2 {
	margin-top: 26px;
	font-size: 24px;
}

section h1, .side h2 {
	padding-bottom: 24px;
	margin-bottom: 24px;
	line-height: 1.1;
}

.service h1 {
	border-bottom: 1px solid #999;
}

.side h3 {
	font-size: 15px;
}

.bg-image {
	display: block;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 10;
}

.bg-image.img1 {
	background-image: url(../images/consulting.jpg);
	background-position: center top;
}

.bg-image.img2 {
	background-image: url(../images/TandTWedding-231.jpg);
	background-position: center bottom;
}

.bg-image.img3 {
	background-image: url(../images/tour.jpg);
	background-position: center bottom;
}

.img4 {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../images/just_for_you.jpg);
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

#top {
	padding-top: 160px;
	padding-bottom: 60px;
}

#top .container {
	display: block;
	height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.top-image {
	display: block;
	width: 100%;
	position: fixed;
	top: 160px;
	left: 0;
}

.top-image .container {
	display: block;
	height: 100%;
	background-image: url(../images/mirroir.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.img-flu {
	position: absolute;
	width: 100%;
	height: 100%;
}

#top .text-center {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

#top .icon {
	font-size: 48px;
	color: rgba(0, 0, 0, 0.7);
}

#top h2 .icon {
	font-size: 30px;
	position: absolute;
	right: 30px;
	bottom: 15px;
}

#top .container:hover h2 .icon {
	color: #ccc;
}

#top h1 {
	font-size: 24px;
}

.ja #top h1 {
	font-size: 18px;
}

#top h2 {
	font-size: 19px;
	color: #211713;
}

.ja #top h2 {
	font-size: 14px;
}

#service {
	background-color: #dbeded;
	position: relative;
	z-index: 10;
}

#service .container {
	padding-top: 50px;
	padding-bottom: 100px;
}

#profil {
	background-color: #f5f5fa;
}

#profil .container {
	background-color: #fafafa;
}

#footer .container {
	text-align: right;
	border-top: 1px solid #999;
}

#footer ul {
	display: block;
	padding: 0;
	margin: 1.3em 0;
}

#footer ul li {
	display: inline;
	list-style: none;
	font-size: 12px;
	color: #000;
	margin-left: 2em;
}

#footer ul li .fa {
	font-size: 16px;
}

#footer ul li:last-child {
	margin-left: 4em;
}

#footer a {
	color: #000;
	padding: 1em 2em;
}

#footer a:hover, #footer a:focus {
	color: #ccc;
}

.btn {
	border-radius: 0;
}

.btn-white {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	padding: 0.5em 2em;
	overflow: hidden;
	position: relative;
}

.btn-white:hover, .btn-white:focus {
	color: #ccc;
	border-color: #ccc;
}

.btn-white[disabled="disabled"] {
	color: #999;
	border-color: #999;
}

.title-card {
	display: inline-block;
	width: auto;
	padding: 0 5em 1em 0;
	background-color: rgba(255, 255, 255, .6);
	position: relative;
	z-index: 10;
}

.ja .title-card {
	padding-right: 2em;
}

.title-card h1, .title-card h2 {
	border: none;
	line-height: 2;
	padding: 0;
	margin: 0;
}

.nav, input, textarea {
	font-family: 'Raleway', sans-serif;
}

input, textarea {
	border-radius: 0;
}

.nav {
	display: inline-block;
	margin-left: auto;
	margin-right: 0;
	letter-spacing: 2pt;
	font-weight: bold;
}

.nav ul, .nav li {
	display: inline-block;
}

.nav ul {
	padding-top: 10px;
	padding-left: 0;
}

.nav li {
	list-style: none;
}

.nav a {
	color: #000;
}

.nav a:hover, .nav a:focus {
	color: #ccc;
	text-decoration: none;
}

.menu a {
	padding: 8px 30px;
}

.langswitch {
	margin-left: 20px;
}

.langswitch a {
	font-size: 0.9em;
	padding: 1px 5px;
}

.nav ul.social {
	margin-left: 5px;
	padding-top: 0;
	margin-bottom: 0;
}

.social a {
	font-size: 18px;
	padding: 0 5px;
}

.langswitch .active, .langswitch a:hover, .langswitch a:focus {
	background-color: #000;
	color: #fff;
}

.card {
	display: block;
	font-size: 14px;
	margin-top: 50px;
	position: relative;
}

.card h2 {
	font-size: 24px;
}

.card p {
	margin-bottom: 0;
	line-height: 1.2;
	margin-top: 1.7em;
}

.card p.up {
	margin-top: -0.2em;
}

.ja .card p {
	line-height: 1.8;
}

.bottom-block {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 1em;
}

.card .icon {
	font-size: 30px;
}

img.card {
	width: 28em;
	height: 28em;
}

img.up {
	position: absolute;
	right: 15px;
	top: -24px;
}

a.card {
	display: block;
	width: 26em;
	height: 14em;
	border: 3px solid #000;
	text-align: center;
	color: #221814;
}

a.card::after {
	display: block;
	height: 0;
	content: " ";
	clear: both;
}

a.card:hover .icon, a.card:focus .icon {
	color: #ccc;
}

.card.left {
	margin-left: 0;
}

.card.center {
	margin-left: auto;
	margin-right: auto;
}

.card.right {
	margin-left: auto;
	margin-right: 0;
}

a.card:hover, a.card:focus {
	text-decoration: none;
	box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.2);
}

#menuBtn {
	display: none;
}

#contactForm input, #contactForm textarea {
	display: block;
	width: 100%;
	padding: 8px 0;
	margin: 15px 0;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #000;
}

#contactForm textarea, #contactForm input:first-child {
	margin-top: 0;
}

#contactForm ::-webkit-input-placeholder {
	color: #000;
}

#contactForm ::-moz-placeholder {
	color: #000;
	opacity: 1;
}

#contactForm :-ms-input-placeholder {
	color: #000;
}

#contactForm .btn {
	margin-top: 60px;
}

#contact {
	padding-bottom: 160px;
}

#contact a {
	color: #000;
}

#contact a:hover, #contact a:focus {
	color: #ccc;
}

.rotate {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
}

.rotate-reverse {
	-moz-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	-o-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	-webkit-transition: -webkit-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s;
}

#large_modal .modal-dialog {
	border: 10px solid #000;
	border-radius: 0;
}

#large_modal .modal-content {
	border-radius: 0;
	padding: 1.5em 4em;
}

#large_modal h2 {
	font-size: 22px;
	margin-top: 2em;
}

#large_modal h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px; 
}

#large_modal p {
	font-size: 14px;
	margin-top: 0; 
}

.fr #large_modal h2, .en #large_modal h2 {
	font-family: 'Raleway', sans-serif;
}

.nw {
	white-space: nowrap;
}

.text-muted {
	color: #999;
}

.m-b-1em {
	margin-bottom: 1em;
}

.menu a {
	font-size: 13px;
}

.langswitch {
	font-size: 12px;
}

.fr .title-card h1, .en .title-card h1 {
	font-size: 23px;
	line-height: 40px;
}

.fr .title-card h2, .en .title-card h2 {
	font-size: 19px;
	line-height: 40px;
}

.ja .title-card h1 {
	font-size: 18px;
}

.ja .title-card h2 {
	font-size: 14px;
}

.card h2 {
	font-size: 23px;
}

.card p {
	line-height: 15px;
}

.service h2 {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
/*	line-height: 22px;*/
}

.ja .service h2 {
	font-size: 16px;
}

.ja, .fr, .en, .ja .side, .fr .side, .en .side {
	font-size: 14px;
	line-height: 22px;
}

.fr .side small, .en .side small {
	font-size: 95%;
}

.visible-xxs-inline {
	display: none;
}

.p-3 {
	padding: 1rem;
}

@media screen and (min-width: 992px) {
	.nav ul.social {
		position: relative;
		bottom: -2px;
	}
}

@media screen and (min-width: 1200px) {
	.card p.lg-up {
		margin-top: -0.2em;
	}
}
	
@media screen and (max-width: 1199px) and (min-width: 992px) {
	#header h1 {
    	font-size: 22px;
	}
	
	img.logo {
		margin-top: 7px;
	}
	
	.menu a {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	img.card {
		width: 100%;
		height: auto;
	}
	
	a.card {
		width: 100%;
		height: 13em;
	}
	
	.ja a.card {
		height: 16em;
	}
}

@media screen and (max-width: 991px) {
	img.card, a.card {
		width: 100%;
		height: auto;
	}
	
	.top-image .container {
		background-image: url(../images/shop.jpg);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	
	.top-image .img-flu {
		opacity: 0;
	}
	
	#menuBtn {
		display: inline-block;
		position: absolute;
		top: 0.7em;
		right: 0;
		cursor: pointer;
		z-index: 1500;
	}
	
	.nav {
		display: block;
		height: auto;
		max-height: 100%;
		overflow: scroll;
		padding: 0;
		background: rgba(0, 0, 0, 0.7);
		position: fixed;
		top: auto;
		right: -100%;
		z-index: 3000;
	}

	.nav ul, .nav li {
		display: block;
		width: 100%;
		margin: 2px;
	}
	
	.menu a, .langswitch a, .social a {
		display: block;
		width: 100%;
		margin: 0;
		padding: 15px 200px 15px 30px;
		color: #f5f5f5;
	}
	
	.nav a:hover, .nav a:focus {
		background-color: rgba(0, 0, 0, 0.85);
		color: #fff;
	}
	
	#header {
		height: 110px;
	}
	
	#header.scrolled .container {
		padding-top: 2px;
	}
	
	#header .nav.opened, #header .nav.closed {
		margin-top: 20px;
	}
	
	#top {
		padding-top: 130px;
	}
	
	.nav.opened {
		-moz-animation: slideMenu 0.6s ease-in-out forwards;
		-webkit-animation: slideMenu 0.6s ease-in-out forwards;
		-o-animation: slideMenu 0.6s ease-in-out forwards;
		-ms-animation: slideMenu 0.6s ease-in-out forwards;
		animation: slideMenu 0.6s ease-in-out forwards;
	}

	@-moz-keyframes slideMenu {
		0% {right: -100%;}
		100% {right: 0;}
	}

	@-webkit-keyframes slideMenu {
		0% {right: -100%;}
		100% {right: 0;}
	}

	@-o-keyframes slideMenu {
		0% {right: -100%;}
		100% {right: 0;}
	}

	@-ms-keyframes slideMenu {
		0% {right: -100%;}
		100% {right: 0;}
	}

	@keyframes slideMenu {
		0% {right: -100%;}
		100% {right: 0;}
	}
	
	.nav.closed {
		-moz-animation: closeMenu 0.6s ease-in-out forwards;
		-webkit-animation: closeMenu 0.6s ease-in-out forwards;
		-o-animation: closeMenu 0.6s ease-in-out forwards;
		-ms-animation: closeMenu 0.6s ease-in-out forwards;
		animation: closeMenu 0.6s ease-in-out forwards;
	}

	@-moz-keyframes closeMenu {
		0% {right: 0;}
		100% {right: -100%;}
	}

	@-webkit-keyframes closeMenu {
		0% {right: 0;}
		100% {right: -100%;}
	}

	@-o-keyframes closeMenu {
		0% {right: 0;}
		100% {right: -100%;}
	}

	@-ms-keyframes closeMenu {
		0% {right: 0;}
		100% {right: -100%;}
	}

	@keyframes closeMenu {
		0% {right: 0;}
		100% {right: -100%;}
	}
	
	.bottom-block {
		position: relative;
		top: 0.5em;
		bottom: auto;
		margin-bottom: 1em;
	}
	
	img.card, a.card {
		height: auto;
	}
	
	.card p.up {
		margin-top: 1.8em;
	}

}

@media screen and (max-width: 767px) {
	.ja, .en, .fr, .ja #top h2, .side, .ja .side {
		font-size: 16px;
	}
	
	h2, .ja #top h1 {
		font-size: 18px;
	}
	
	.container {
		padding-left: 15px;
		padding-right: 15px;
		margin-left: 0;
		margin-right: 0;
	}
	
	.nav ul, .nav li {
		margin: 0;
	}
	
	#header {
		padding-top: 10px;
		padding-bottom: 0;
		height: 55px;
	}
	
	#header .container {
		height: 55px;
	}
	
	#header .nav.opened, #header .nav.closed {
		margin-top: 17px;
	}
		
	#header.scrolled .nav.opened, #header.scrolled .nav.closed {
		margin-top: 20px;
	}
		
	#header h1 {
		margin-top: 6px;
	}
	
	#top {
		padding-top: 100px;
	}
	
	#top .icon {
		color: rgba(255, 255, 255, 0.7);
	}

	#top .container:hover .icon, #top .container:focus .icon {
		color: rgba(255, 255, 255, 0.8);
	}

	.top-image .container {
		background-image: url(../images/mirroir-mini.jpg);
	}
	
	.title-card {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
		margin-top: 10px;
		background: rgba(255, 255, 255, 0.5);
	}
	
	#menuBtn {
		right: 15px;
	}
	
	img.card, a.card {
		width: 90%;
		height: auto;
	}
	
	img.up {
		display: block;
		margin: 0 auto;
		position: relative;
		top: 0;
		right: 0;
	}
	
	.bg-image.img2 {
		background-image: url(../images/TandTWedding-231-mini.jpg);
	}
	
	.img4 {
		background-image: url(../images/just_for_you-mini.jpg);
	}
	.card.center, .card.left, .card.right {
		margin: auto;
		margin-bottom: 40px;
		font-size: 14px;
	}
	
	.side {
		margin-top: 60px;
	}
	
	#contact {
		padding-bottom: 0;
	}
	
	#contactForm .btn {
		margin-top: 30px;
	}
	
	#footer .container {
		text-align: center;
	}
	
	#footer ul li {
		margin-left: 1em;
		margin-right: 1em;
	}
	
	@-moz-keyframes scrolledHeader {
		0% {height: 55px; padding-top: 10px;}
		100% {height: 40px; padding-top: 0;}
	}

	@-webkit-keyframes scrolledHeader {
		0% {height: 55px; padding-top: 10px;}
		100% {height: 40px; padding-top: 0;}
	}

	@-o-keyframes scrolledHeader {
		0% {height: 55px; padding-top: 10px;}
		100% {height: 40px; padding-top: 0;}
	}

	@-ms-keyframes scrolledHeader {
		0% {height: 55px; padding-top: 10px;}
		100% {height: 40px; padding-top: 0;}
	}

	@keyframes scrolledHeader {
		0% {height: 55px; padding-top: 10px;}
		100% {height: 40px; padding-top: 0;}
	}

	#large_modal .modal-content {
		padding: 1.5em;
	}
}

@media screen and (max-width: 500px) {
	#footer ul li {
		margin-left: 0;
		margin-right: 0;
	}
	
	#footer ul li:last-child {
		margin-left: 1em;
	}
}

@media screen and (max-width: 375px) {
	.nav ul.social {
		display: table;
		padding: 0;
		padding: 0;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		background-color: rgba(0, 0, 0, 0.3);
		position: relative;
		left: -5px;
	}
	
	.nav .social li {
		display: table-cell;
		width: auto;
		margin: 5px;
	}
	
	.nav .social a {
		padding: 8px 30px;
		margin: 0;
		border-left: 1px solid #000;
	}
	
	.visible-xxs-inline {
		display: inline;
	}
	
	#footer a {
		padding: 1em;
	}
}
