@charset "utf-8";

body {
	font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif;
}

.display-off {
	display: none;
}

.navbar-fixed {
	z-index: 999;
}

.nav-wrapper {
	background: rgba(255, 255, 255, 0.85);
}

.navbar-fixed .nav-wrapper .dekoboko-logo img {
	height: 64px;
}
@media (max-width: 600px) {
	.navbar-fixed .nav-wrapper .dekoboko-logo img {
		height: 56px;
	}
}

/* admission start */
.admission-icon {
	font-size: 50px;
}
table.price-table th, table.price-table td {
	border-radius: initial;
}
table.price-table thead {
	border-bottom: 2px solid #26a69a;
}

/* admission end */

/* igo start */
.img-igo-1 {
	width: 100%
}
.font-size-18 {
	font-size: 18px;
}
.igo-title {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin-top: 5px;
}
.igo-body {
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	margin-top: 50px;
}
/* igo end */

/* stuff start */
.margin-bottom-0 {
	margin-bottom: 0px;
}
#section_stuff h5 {
	margin-top: 3px;
}
#section_stuff img {
	width: 100%;
}
#section_stuff ul {
	margin-top: 23px;
}
.margin-top-10 {
	margin-top: 10px;
}
/* stuff end */

/* contact start */
#section_contact .card-panel ul li {
	margin-bottom: 18px;
}
#section_contact .card-panel ul li strong {
	font-size: 16px;
	width: 113px;
	display: block;
	float: left;
}
#section_contact .card-panel ul li span {
	font-size: 16px;
	margin-left: 60px;
}
/* contact end */

/* animation */
.fadeIn-swing {
	animation-name: fadeIn, swing;
	-webkit-animation-name: fadeIn, swing;
/*
	you can set different proporties to different animations too:
	1s to bounce
	2s to flash
	3s to pulse

	animation-duration: 1s, 2s, 3s;
	-webkit-animation-duration: 1s, 2s, 3s;
*/
}

