@charset "utf-8";
/* CSS Document */

/*■■■■共通設定■■■■*/
body {
	    -webkit-text-size-adjust: 100%;
}
@font-face {
	font-family: "Didact+Gothic";
}
.container {
	display: flex;
}
.btnInner img {
	width: 100%;
	height: auto;
}
.proverb {
	font-weight: bold !important;
	font-size: 24px;
	line-height: 1.1em;
	color: #FFFFFF;
	text-shadow: 0 0 10px #000000;
}
/*■文字の色■*/
.theme_color{
	color: #1ec4fe;
}
.white {
	color: #FFFFFF;
}
.black {
	color: #222222;
}
.gray {
	color: #666666;
}
.bold {
	font-weight: bold;
}
/*■■■背景画像■■■*/
.bgImg::before {
	background: url('../img/main_bg.jpg') no-repeat center top;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-bottom: 108px;
	content: "";
	z-index: -1;
}
/*■■■ボックスの設定■■■*/
.box01 {
	background-color: #1ec4fe;
	color: #222222;
}
.box02 {
	background: url('../img/box02_bg.jpg') center;
	background-size: cover;
}
.box03 {
}
.box04 {
	background-color: #FFFFFF;
	color: #7f9197;
}
.box05 {
	background-color: #5c7780;
	color: #FFFFFF;
}
.box06 {
}
.box07 {
}
.box08 {
	background-color: #1ec4fe;
	color: #222222;
}
.box09 {
	background-color: #01394d;
	color: #7f9197;
}
.box10 {
}
/*■■グーグルマップ埋め込み■■*/
.google-map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}
.google-map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*■■ダミーボタン非表示■■*/
.test {
	btnDummy: hidden;
}
/*■■住所■■*/
.adressIcon {
	width: 20px;
	height: 20px;
}
/*■■個人情報■■*/
.contact dl {
	width: 70%;
	margin-left: 20px;
}
.contact dt {
	display: block;
	width: 20px;
	clear: left;
	float: left;
	margin-right: 5px;
}
.contact dd {
	display: block;
	width: calc(100% - 25px);
	float: left;
}
/*■■■フッター■■■*/
footer {
	bottom: 0;
	width : 100%;
	background-color: #001821;
	color: #7f9197;
	padding : 5px;
}
