﻿@charset "utf-8";

/*スライド１*/
@keyframes slide1 {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 1;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}


/*スライド２*/
@keyframes slide2 {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}

	50% {
		opacity: 1;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}

	80% {
		opacity: 0;
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*スライド３*/
@keyframes slide3 {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	70% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	90% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

/*スライド４*/
@keyframes slide4 {
	0% {
		opacity: 0;
	}

	10% {
		opacity: 0;
	}

	20% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 0;
	}

	50% {
		opacity: 0;
	}

	60% {
		opacity: 0;
	}

	70% {
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

	90% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*画像ブロック*/
.mainimg {
	clear: left;
	width: 100%;
	max-width: 1200px;
	height: auto;
	position: relative;
	margin: 0 auto;
}

/*３枚画像の共通設定*/
#slide1,
#slide2,
#slide3,
#slide4 {
	-webkit-animation-duration: 25s;
	/*実行する時間。「s」は秒の事。*/
	animation-duration: 25s;
	/*同上*/
	-webkit-animation-iteration-count: infinite;
	/*実行する回数。「infinite」は無限に繰り返す意味。*/
	animation-iteration-count: infinite;
	/*同上*/
	display: block;
}

/*めがね*/
#slide1 {
	-webkit-animation-name: slide1;
	/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide1;
	/*同上*/
	position: relative;
	width: 100%;
	height: auto;
}

/*緑*/
#slide2 {
	-webkit-animation-name: slide2;
	/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide2;
	/*同上*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

/*地球儀*/
#slide3 {
	-webkit-animation-name: slide3;
	/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide3;
	/*同上*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

#slide4 {
	-webkit-animation-name: slide4;
	/*上で設定しているキーフレーム（keyframes）の名前*/
	animation-name: slide4;
	/*同上*/
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}

.youtube2 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube2 iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.centering {
	width: 95%;
	margin: 0 auto;
}

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: solid 0px black;
}

p {
	padding: 0px 0px 0px 0px;
}


h1 {
	font-size: 25px;
	border-bottom: solid 3px black;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

h1:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px red;
	bottom: -3px;
	width: 30%;
}


h2 {
	font-size: 32px;
	font-weight: 400;

	line-height: 28px;
	padding: 0px 0px 2px 5px;
	color: white;
}


h3 {
	background-color: black;
	color: white;
	font-size: 18px;
	margin: 10px 0 1px 0;
	padding: 5px 2px 2px 8px;
	border-bottom: 3px solid #ff9900;


}

h4 {

	font-size: 20px;
}

h5 {
	color: red;
	font-size: 28px;
}

h6 {
	color: deeppink;
	font-size: 20px;
	margin-top: 75px;
}

.youtube {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 95% !important;
	width: 95% !important;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 25px;
}

.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}


body {
	margin-top: 30px;
	font-family: メイリオ, "Hiragino Kaku Gothic ProN";
	font-size: 16px;
	line-height: 26px;
}

#header-back {
	width: 100%;
	background-color: white;
}

a {
	color: #060d13;
}

a:visited {
	color: #060d13;
}

.void {
	color: white;
}

hr {

	margin-top: 10px;
	margin-bottom: 10px;
	border: 0px #aaaaaa solid;
	height: 1px;
	background-color: #aaaaaa;
}

#glovalnavi-back {
	width: 100%;
	background-color: white;
}

.glovalnavi {
	background-color: white;
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
}

.glovalnavi:after {
	content: "";
	clear: both;
	display: block;
}

.glovalnavi a {
	text-decoration: none;
	color: white;
}

.glovalnavi ul,
.glovalnavi li {
	font-size: 20px;
	background-color: white;
	padding: 10px;
	padding-top: 0px;
	padding-left: 30px;
	padding-right: 60px;
	list-style: none;
	float: left;
}







#face-back {
	width: 100%;
	background-color: white;
	text-align: center;
}

.topbar {
	padding: 20px;
	background-image: url("top.jpg");
	background-repeat: no-repeat;
	background-position: 80% -130px;
	text-align: left;
}

#mainpage-back {
	width: 100%;
	background-color: white;
}

#footer-back {
	width: 100%;
	background-color: white;
}

#header {
	width: 1020px;
	background-color: white;
	margin: 0 auto;
}

#header:after {
	content: "";
	clear: both;
	display: block;
}

#header-logo {
	margin-top: 15px;
	margin-bottom: 0px;
	width: 35%;
	float: left;
}

#logo {
	width: 100%;
}

.oth {
	height: 50px;
	width: 15%;
	float: right;
	background-color: black;
	padding-top: 20px;
	text-align: center;
	margin-top: 50px;
	margin-left: 3px;
	margin-bottom: 1px;

}

.oth a {
	text-decoration: none;
	color: white;
}








.menu-title {
	background-color: black;
	color: white;
	padding: 10px;
	font-size: 13px;
}



.mainpage {
	max-width: 1200px;
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}

.mainpage:after {
	content: "";
	clear: both;
	display: block;
}

#m-left {
	background-color: white;
	padding: 2%;
	padding-left: 0;
	width: 30%;
	float: right;
}


.clear {
	clear: both;
}


#m-right {
	background-color: white;
	padding: 2%;
	width: 62%;
	float: right;
	word-wrap: break-word;
}

.dummy {
	clear: both;
	width: 100%;
}



#footer {
	width: 1140px;
	padding: 30px;
	background-color: white;
	margin: 0 auto;
	color: white;
}

#footer p {
	margin: 0px 10px 0px 20px;
	color: white;
}

.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.mail {
	text-decoration: none;
	color: white;
}

/*  （スマホ用ナビ　変更しないでください）ここから　 */
#nav-drawer {
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display: none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
	margin: 10px;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span,
#nav-open span:before,
#nav-open span:after {
	position: absolute;
	height: 3px;
	/*線の太さ*/
	width: 25px;
	/*長さ*/
	border-radius: 3px;
	background: #555;
	display: block;
	content: '';
	cursor: pointer;
}

#nav-open span:before {
	bottom: -8px;
}

#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;
	/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;
	/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	/*最前面に*/
	width: 90%;
	/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;
	/*最大幅（調整してください）*/
	height: 100%;
	background: #060d13;
	/*背景色*/
	transition: .3s ease-in-out;
	/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;
	/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

#nav-drawer {
	display: none;
}

.list-normal {
	margin-left: 30px;
	margin-right: 20px;
}

.list-submenu {
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
}

.list-submenu li {

	padding-top: 14px;
	padding-left: 36px;
	background-image: url("image/bullet252.gif");
	background-repeat: no-repeat;
	background-position: 0px 8px;
	font-size: 18px;
	height: 40px;
	border-bottom: 1px solid #dddddd;
}

/*  image area  */
.img100p {
	display: block;
	width: 100%;
	float: none;
}

.img90p {
	display: block;
	width: 90%;
	margin: 0 auto;
	float: none;
}

.img20p {
	display: block;
	width: 20%;
	float: right;


}

.fb-page {
	width: 100%;
	max-width: 500px;
}

table {
	width: 100%;
	padding: 0px;
	border: solid 1px orange;
	border-collapse: collapse;
	margin-top: 0px;

}

.detail {
	margin: 15px;
}

.goods {
	height: 350px;
	width: 200px;
	float: left;
	text-align: center;
	display: block;

	padding: 15px;
	margin: 0px auto;

}

.seihin {
	width: 48%;
	height: 450px;
	float: left;
	text-align: center;
	margin: 1%;
}

.twin-size {
	width: 48%;
	float: left;
	padding: 1%;
}

.shisyu {
	font-size: 60px;
	font-family: 'Hiragino Kaku Gothic ProN';
	font-weight: 900;
	color: darkblue;
	line-height: 90px;
}

.noshinryo {
	font-size: 45px;
	font-family: 'Hiragino Kaku Gothic ProN';
	font-weight: 900;
	color: darkblue;
	line-height: 90px;
	"

}

.nozawa {
	font-size: 100px;
	color: #02b4a8;
	font-weight: 900;
	line-height: 90px;
}

.shinsatu {
	font-size: 50px;
	line-height: 90px;
	font-weight: 900;
}

.shinsatu2 {
	font-size: 30px;
	line-height: 90px;
}

.maru {
	font-size: 45px;
	font-weight: 900;
	color: lightpink;
}

.monitor {
	font-size: 45px;
	font-weight: 900;
	color: darkblue;
	line-height: 60px;
}

.yoyaku {
	font-size: 36px;
	line-height: 90px;
	font-weight: 900;
	border: solid 2px #04bfa7;
	padding: 10px;
}

.tel {
	vertical-align: middle;
	width: 35px;
	margin-right: 10px;
}

.tel2 {
	display:inline;
	vertical-align: middle;
	font-size: 45px;
	font-weight: 900;
	background-color: #02b4a8;
	color: white;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 8px;
	margin:0 auto;
}

.am {
	font-size: 26px;
	color: #04bfa7;
	font-weight: 900;
	line-height: 50px;
	"

}

.jikan {
	font-size: 26px;
	line-height: 50px;
	font-weight: 900;
}

.prof {
	width: 48%;
	text-align: center;
	float: left;
}

.dp {
	display: none;
}

@media screen and (max-width:1020px) {
	#header-logo {
		width: 90%;
		float: none;
		margin: 0 auto;
	}

	.oth {
		float: none;
		width: 80%;
		height: 32px;
		margin: 0 auto;
		margin-top: 5px;

	}

	#header-denwa {
		float: none;
		text-align: center
	}

	#nav-drawer {
		display: block;
	}

	#glovalnavi-back {
		display: none;
	}

	#header-back,
	#glovalnavi-back,
	#mainpage-back,
	#footer-back {
		width: 100%;
	}

	#logo {
		width: 95%;
	}

	#header {
		width: 90%;
		padding: 5%;
	}

	.glovalnavi {
		width: 90%;



	}

	.gloavlnavi ul,
	li {
		width: 100%;
		float: none;
		padding: 2px;
		margin: 0px;
		font-size: 1px;
	}

	.glovalnavi-s a {
		text-decoration: none;
		color: white;
	}

	.glovalnavi-s ul {
		font-size: 20px;
		background-color: #060d13;
		padding: 10px;
		padding-left: 30px;
		list-style: none;
		float: left;
	}





	ul li a {
		font-size: 16px;

	}

	#face {
		width: 100%;
		margin: 0px;
		vertical-align: bottom;
	}

	.top_var_img {
		width: 100%;
	}

	#mainpage {
		width: 100%;
		padding: 0%;
	}

	#m-left {
		padding: 4%;
		width: 91%;
		float: none;
	}

	#m-right {
		margin: 0px;
		padding: 3%;
		width: 94%;
		float: none;
		border: 0;
	}

	#footer {
		width: 94%;
		padding: 3%;
	}


	.shisyu {
		font-size: 40px;
		font-family: 'Hiragino Kaku Gothic ProN';
		font-weight: 900;
		color: darkblue;
		line-height: 48px;
	}

	.noshinryo {
		font-size: 28px;
		font-family: 'Hiragino Kaku Gothic ProN';
		font-weight: 900;
		color: darkblue;
		line-height: 60px;
	}

	.nozawa {
		font-size: 48px;
		color: #04bfa7;
		font-weight: 900;
		line-height: 90px;
	}

	.shinsatu {
		font-size: 35px;
		line-height: 50px;
		font-weight: 900;
	}

	.shinsatu2 {
		font-size: 26px;
		line-height: 40px;
	}

	.maru {
		font-size: 27px;
		font-weight: 900;
		color: lightpink;
	}

	.monitor {
		font-size: 35px;
		font-weight: 900;
		color: darkblue;
	}

	.yoyaku {
		font-size: 18px;
		line-height: 90px;
		font-weight: 900;
		border: solid 2px #04bfa7;
		padding: 10px;
	}

	.tel {
		vertical-align: middle;
		width: 25px;
		margin-right: 10px;
	}

	.tel2 {
		vertical-align: middle;
		font-size: 27px;
		font-weight: 900;
		background-color: #04bfa7;
		color: white;
		padding: 5px;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 8px;
	}

	.am {
		font-size: 28px;
		color: #04bfa7;
		font-weight: 900;
		line-height: 50px;
	}

	.jikan {
		font-size: 28px;
		line-height: 50px;
		font-weight: 900;
	}

	.prof {
		width: 90%;
		margin: 0 auto;
		float: none;
	}

	.dp {
		display: block;
	}



}

@media screen and (max-width:480px) {
	.sparea {

		width: 90%;
		margin: 2%;
		margin-bottom: 5px;
		padding: 3%;
	}

	.goods {
		float: none;
	}

	.detail {
		margin: 10px;
	}

	.img20p,
	seihin,
	.twin-size {
		width: 96%;
		margin: 2%;
		float: none;
	}

	.dp {
		display: block;
	}
	
}
