#flashMessage {
	position: absolute;
	padding: 20px;
	text-align: center;
	left: 0;
	right: 0;
}
#flashMessage.error {
	color: red;
}
#flashMessage.success {
	color: green;
}
.confirm-icon i {
	position: absolute;
	right: 10px;
	top: 15px;
}
.confirm-icon.error {
	color: red;
}
.confirm-icon.success {
	color: green;
}
.shop-items .card {
	box-shadow: none !important;
}
.card-image {
	height: 250px;
	background-color: #fafafa;
}
.card .card-image img {
	height: 170px;
	width: auto;
	margin: auto;
}
.card .card-image .card-title {
	font-size: 16px;
	width: 100%;
	text-shadow: 1px 1px 3px rgba(255,255,255,.8);
    padding: 10px;
}
.card .card-image .card-price {
	font-size: 24px;
}
.description-text {
	min-height: 120px;
	height: 120px;
	overflow: auto;
}
.detail-box table {
	font-size: 20px;
}
.nopadding {
	padding: 0 !important;
}
.overflow {
	overflow: hidden;
}
.carousel.carousel-slider .carousel-item {
	min-height: 360px;
}
.input-field .material-icons.right {
	top: 10px;
	right: 20px;
	position: absolute;
}
#show-icon {
	color: inherit;
}
#show-icon.show {
	color: dimgray;
}
/***
 *	Architecture
 ***************************************/
html {
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.hidden {
	display: none;
}
.nomargin {
	margin: 0;
}
.msjapan-color {
	background: #215989 !important;
}
.msjapan-color-lighten {
	background: #2fbcea !important;
}
.msjapan-text-color {
	color: #215989;
}
.msjapan-lighten-text-color {
	color: #2fbcea;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.5
}
.weight100 {
	font-weight: 100;
}
.weight300 {
	font-weight: 300;
}
.weight500 {
	font-weight: 500;
}
.weight700 {
	font-weight: 700;
}
.weight900 {
	font-weight: 900;
}
.img-board {
	width: 80%;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	opacity: 1;
	transition: opacity linear .2s;
}
.img-board:hover {
	opacity: .8;
	transition: opacity linear .2s;
}
.material-placeholder {
	height: 133.27px;
}
.hp-desc {
	background: url('/img/hp-desc-back.jpg') no-repeat;
    background-size: 120%;
    padding: 0;
    background-position-x: -200px;
}
.hp-desc row {
	background-color: rgba(255,255,255,.3);
}
/***
 *	Header
 ***************************************/
#header {
	position: fixed;
	width: 100%;
	z-index: 900;
	transition: .3s linear top;
}
#header nav {
	transition: .3s linear all;
	border-bottom: 0;
}
#header .is-top {
	transition: .3s linear all;
	box-shadow: none;
	background: transparent;
}
/* 変更 */
#header .is-top {
	background-color: #215989 !important
}
nav .brand-logo {
	display: flex;
	margin:0;
	padding:3px 10px;
}
#header .brand-text img {
	margin: 0 15px;
	width: 40px;
}
nav .brand-logo .brand-text {
	font-size: 20px;
	word-break: keep-all;
}
nav .brand-logo-text {
	font-size: 24px !important;
	margin-top: 8px !important;
}
.collection-item i {
	height: 24px !important;
}
#dropdown-header {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
#dropdown-header ul.child {
	display: none;
	position: absolute;
	padding: 0;
	max-width: 200px;
	background: rgba(0,0,0,.8);
}
#dropdown-header ul.child li {
	position: relative;
	width: 200px;
	margin: 0;
	display: block;
}
#dropdown-header ul.child li a {
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	display: block;
	color: #fff;
}
#dropdown-header ul.child li a:hover {
	background: rgba(255,255,255,.1);
}
.dropdown-content > a {
	overflow: hidden;
    border-bottom: 1px solid #e0e0e0;
    padding: 0;
}
.dropdown-content > a:hover {
	background: rgba(0,0,0,.2);
}
#dropdown-header .dropdown-content .collection-item {
	background-color: transparent;
}
.dropdown-content li:hover {
	background-color: rgba(0,0,0,.1) !important;
}
#sidenav-overlay {
	z-index: 100;
}
#language-mobile {
	right: 10px !important;
	left: auto !important;
	width: 75px !important;
	min-width: 75px !important;
}
#language-mobile a {
	height: 50px;
}
.lang-btn a {
	padding: 0;
	margin: 0;
	height: 30px;
}
.lang-btn a i {
	height: 50px;
	z-index: 500;
}
.drag-target {
	z-index: 400;
}
#sidebar-dropdown1 {
	/* margin-top: 47px; */
	top: 0 !important;
	position: relative !important;
}
.side-category {
	margin-top: 31px;
}
.side-category-title {
	font-size: 20px;
	margin-left: 20px;
}
.category-li {
	padding: 10px;
	color: black;
}
.category-li:hover {
	background-color: rgba(0,0,0,.1);
}
/***
 *	Content
 ***************************************/
#content {
	padding-top: 64px;
}
.parallax-container {
	padding-top: 50px;
	height: 550px;
}
.parallax-container.page {
	height: 350px;
}
.page .valign-wrapper {
	height: 300px;
}
.parallax-container .parallax-logo {
	width: 180px;
	margin: 60px 0 30px;
}
.parallax-back {
	width: 150%;
}
/* responsive */
.parallax-web .parallax-content {
	margin-top: 200px;
}
#parallax2 img,
#parallax3 img,
#parallax4 img {
	width: 100%;
}
.parallax-web .parallax-content h4,
.parallax-web .parallax-content h5 {
	text-shadow:0px 0px 6px #666;
}

/***
 *	Top Box
 ***************************************/
.top-box {
	background: url('/ms-japan.pro/img/common/top2.jpg');
	background-size: cover;
}
.top-box img {
	margin: 50px 0 0;
}

/***
 *	Service box
 ***************************************/
.service-box {
	margin-top: 50px;
}
.service-box .material-icons {
	font-size: 100px !important;
	margin: 30px;
}
.service-box p {
	/* min-height: 154px; */
	margin: 0;
}
.service-box-link {
	margin-bottom: 30px;
}

/***
 *	map box
 ***************************************/
.map-box {
	position: relative;
}
.map-box .map-information {
	position: absolute;
	right: 50px;
	top: 40px;
	z-index: 9;
	background: rgba(33, 89, 137,.8);
	padding: 15px 40px;
	color: white;
	border: 1px solid rgba(13, 71, 161,1);
	box-shadow: 3px 3px 15px 0px grey;
}
/***
 *	Footer
 ***************************************/
.copyright {
	background-color: rgba(51,51,51,0.08);
}
/**
 *	Item style
 ********************************************/
.lineup .card-title {
	text-shadow: 0px 0px 2px black;
}
.lineup .card-image {
	max-height: 215px;
	overflow: hidden;
}
.lineup img {
	height: 100%;
	margin: auto;
}
.item-content {
	padding: 10px;
}
.item-content .item-title {
	margin: 0;
	font-weight: 500;
	line-height: 1.2;
	height: 25px;
}
.item-price {
	margin: 0;
	line-height: 1.2;
	height: 35px;
}
.item-bottom {
	padding: 10px;
}
.item-bottom .item-link {
	margin: 0;
}
/**
 *	Loader
 ********************************************/
.loader {
	background: #fff;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 300;
}
.loader .loader-text {
	position: absolute;
	width: 100px;
	left: -1.75em;
	top: 60px;
	font-size: 16px;
}
.loader-animation {
	position: absolute;
	display: block;
	width: 10px;
	left: 0;
	right: 0;
	margin: auto;
	top: 40%;
}
.loader-animation div {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
	color: #ffffff;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader-animation .loader-circle1,
.loader-animation .loader-circle2,
.loader-animation .loader-circle3,
.loader-animation .loader-circle4 {
	content: '';
	position: absolute;
	top: 0;
}
.loader-animation .loader-circle1 {
	left: -5.25em;
	-webkit-animation-delay: -0.64s;
	animation-delay: -0.64s;
	color: #c91930;
}
.loader-animation .loader-circle2 {
	left: -1.75em;
	-webkit-animation-delay: -0.48s;
	animation-delay: -0.48s;
	color: #0079a7;
}
.loader-animation .loader-circle3 {
	left: 1.75em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	color: #00925c;
}
.loader-animation .loader-circle4 {
	left: 5.25em;
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	color: #f2c413;
}
@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/* Large Display */
@media only screen
	and (min-width: 1201px) {
	
		
}
/* Display */
@media only screen
	and (min-width: 993px) {
	
		
}
/* Tablet + PC */
@media only screen
	and (min-width: 601px) {
		
	.row .col.m2-5 {
		width: 20%;
	}
	.page .parallax-back {
		width: 100%;
	}
	
}
/* smartphone */
@media only screen
	and (max-width: 600px) {
	
	nav .brand-logo {
		display: flex;
	}
	#header .brand-text img {
		width: 30px;
	}
	nav .brand-logo-text {
		font-size: 16px !important;
		margin-top: 10px !important;
		width: 260px;
		display: flex !important;
	}
		
	h4 {
		font-size: 1.7rem;
	}
	
	#content h5 {
		font-size: 18px;
	}
	.img-board {
		width: 100%;
	}
	
	/* parallax */
	.parallax-container {
		height: 450px;
	}
	.parallax-container.page {
		height: 200px;
	}
	.page .valign-wrapper {
		height: 150px;
	}
	.parallax-container .parallax-logo {
		width: 130px;
		margin: 30px 0;
	}
	.parallax-container .parallax-text {
		font-size: 20px;
	}
	.parallax-back {
		height: 150%;
		width: auto;
	}
	.page .parallax-back {
		width: 100%;
	}
	
	.parallax-container .parallax img {
		min-width: 120%;
	}
	
	/* responsive */
	.parallax-container.responsive,
	.parallax-container.uiux,
	.parallax-container.language {
		height: 300px;
		padding: 0;
		background: rgba(0,0,0,.5);
	}
	#parallax2,
	#parallax3,
	#parallax4 {
		height: 200px;
	}
	#parallax2 img {
		width: 200%;
		margin-left: 130px;
	}
	#parallax3 img {
		width: 200%;
		margin-right: 130px;
	}
	#parallax4 img {
		width: 200%;
		margin-left: 130px;
	}
	.responsive .parallax-content,
	.uiux .parallax-content,
	.language .parallax-content {
		margin-top: 0;
	}
	.parallax-content h4 {
		margin-top: 50px;
		font-size: 1.8rem;
	}
	.parallax-content h5 {
		font-size: 1.5rem;
	}
	.responsive .parallax-content h4,
	.responsive .parallax-content h5,
	.uiux .parallax-content h4,
	.uiux .parallax-content h5,
	.language .parallax-content h4,
	.language .parallax-content h5 {
		text-shadow: 0 0 3px #333, 0 0 5px #333, 0 0 10px #333;
	}
	/* service box */
	.service-box .material-icons {
		margin: 30px 0 0;
	}
	.service-box p {
		min-height: auto;
	}
	
	/* footer */
	.map-box .map-information {
		padding: 5px 15px;
		bottom: 50px;
		top: auto;
	}
}