@charset "UTF-8";

/* 中デバイス（タブレット, 768px 未満）
============================================== */
@media screen and (max-width: 767.98px) {
h2 { font-size: 1.2rem !important; }
.balloon, .balloon-s {
	width: 120px;
	height: 120px;
	top: -60px;
	left: 4px;
	font-size: 14px;
}
    .logo { width: 10%; 
      margin-top: 5%;
    }
}/* END */

/* 極小デバイス（縦向きモバイル, 576px 以上）
============================================== */
@media screen and (min-width: 576px) {
.catch-copy {
	margin: 0 10px;
	font-weight: bold;
	text-align: center;
	color: #230000;
	padding-top: 50px;
	font-size: 3vw;	/*文字サイズ。画面幅に対する単位です。*/
text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);/*テキスト光彩*/
} 
.copy2 {
	margin: 0 10px 30px;
	font-weight: bold;
	text-align: center;
	color: #000;
	padding-top: 28px;
	font-size: 2vw;	/*文字サイズ。画面幅に対する単位です。*/
text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);/*テキスト光彩*/
}  
	

.copy3 {
	margin: 0 10px;
	font-weight: bold;
	text-align: center;
	color: #9a0000;
	padding-top: 28px;
	font-size: 1.5vw;	/*文字サイズ。画面幅に対する単位です。*/
text-shadow: 0px 0px 10px rgba(255, 220, 100, 1);/*テキスト光彩*/
}  

.logo { width: 10%;
      margin-top: 10%;
    }
.logo2 { width: 5%;
      margin-top: 5%;
    }
#Navbar ul li {
	background-color: #fff;
	border-radius: 50%;
	display: table;
	margin-right: 5px;
}
#Navbar ul li:last-child { margin-right: 0; }
#Navbar ul li a {
	text-align: center;
	font-weight: bold;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	line-height: 1.36rem;
}
}/* END */

/* 極小デバイス（縦向きモバイル, 576px 未満）
============================================== */
@media screen and (max-width: 575.98px) {
#Navbar ul li a {
	font-weight: bold;
	color: #fff !important;
}
.catch-copy {
	margin: 0;
	font-weight: bold !important;
	text-align: center;
	color: #230000 !important;
	padding-top: 50px;
	font-size: 7vw;	/*文字サイズ。画面幅に対する単位です。*/
text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);/*テキスト光彩*/	
}
.copy2 {
	margin: 0 10px 30px;
	font-weight: bold !important;
	text-align: center;
	color: #000 !important;
	padding-top: 28px;
	font-size: 3.5vw;	/*文字サイズ。画面幅に対する単位です。*/
text-shadow: 0px 0px 10px rgba(255, 255, 255, 50);/*テキスト光彩*/
}  
	
.copy3 {
	margin: 0 10px;
	font-weight: bold;
	text-align: center;
	color: #9a0000 !important;
	padding-top: 28px;
	font-size: 4vw;	/*文字サイズ。画面幅に対する単位です。*/
text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);/*テキスト光彩*/
}  
    
.logo { 
    width: 15%; 
margin-top: 5%;
    }
}/* END */
