@charset "utf-8";

body {
    font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.625;
    color: #666;
}

.logo {
    padding: 0;
}

.logo img {
	width: 120px;
	margin-top: 3px;
}

.logo-span {
	position: absolute;
  	bottom: 0;
  	font-size: 12px;
  	letter-spacing: 1px;
  	font-weight: bold;
}

.logo-span a {
	text-decoration: none;
	color: rgb(119,119,119);
}

#navbar-collapse ul {
    margin-top: 0;
}

#myCarousel {
    margin: 50px 0 0 0;
}

.carousel-inner img {
    margin: 0 auto;
	width: 100%;
}

.carousel-inner a img:hover {
    opacity: 0.5;
}

.tab-h2 {
    /*font-size: 30px;*/
	font-size: 1.7rem;
    text-align: center;
    letter-spacing: 1px;
    color: #0059b2;
}

.tab-p {
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    color: #333;
    margin: 0;
}

.tab-p-left {
    font-size: 18px;
    text-align: left;
    letter-spacing: 1px;
    color: #333;
    margin: 0;
}

.tab1 {
    margin: 10px 0;
    color: #666;
}

.tab1 .media-heading {
    margin: 5px 0 20px 0;
}

.tab1 .text-muted {
    color: #999;
    text-decoration: line-through;
}

.tab1 .col {
	padding: 20px;
}

.tab2 {
	background-color: #dee3f2;
	padding: 10px 20px;
}

.tab2 img{
	width: 70%;
	height: 40%;
}

.tab3 {
	background-color: #dee3f2;
	padding: 10px 20px;
	margin-top: 30px;
}

.tab3 img{
	width: 70%;
	height: 40%;
}

.tab4 {
	background-color: #dee3f2;
	padding: 10px 20px;
	margin-top: 30px;
}

.tab4 img{
	width: 70%;
	height: 40%;
}

.tab5 {
	background-color: #d7e8f0;
	padding: 20px 30px;
	margin-top: 30px;
}

.tab6 {
	background-color: #fcf8e3;
	padding: 20px 30px;
	margin-top: 30px;
}

.text h3{
	font-size: 1.7rem;
}
.text p {
	font-size: 14px;
}

.panel a {
	text-decoration: underline;
}

#footer {
	background-color: #323c3c;
	border-top: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
	color: #ffffff;
	font-size: 10pt;
}

#footer a {
	color: #ffffff;
}

#footer p {
	margin-bottom: 0;
}

#map {
	padding: 0 auto;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 768px) { 
	.logo-span{
		opacity: 0;
	}
 }

/* 小屏幕（平板，大于等于768px）*/
@media(min-width: 768px){
	.tab-h2{
		font-size: 1.7rem;
	}
	.tab-p{
		font-size: 1.7rem;
	}
	.text h3{
	font-size: 1.7rem;
	}
	.text p {
		font-size: 15px;
	}
	.logo-span{
		opacity: 0;
	}
}

/* 中屏幕（桌面显示器，大于等于992px）*/
@media(min-width: 992px){
	.tab-h2{
		font-size: 1.7rem;
	}
	.tab-p{
		font-size: 1.7rem;
	}
	.text h3{
	font-size: 1.7rem;
	}
	.text p {
		font-size: 16px;
	}
	.logo-span{
		opacity: 1;
	}
}

/* 大屏幕（桌面显示器，大于等于1200px）*/
@media(min-width: 1200px){
	.tab-h2{
		font-size: 1.7rem;
	}
	.tab-p{
		font-size: 1.7rem;
	}
	.text h3{
		font-size: 1.7rem;
	}
	.text p {
		font-size: 18px;
	}
	.logo-span{
		opacity: 1;
	}
}

h3 {
	font-size: 1.6rem;
}