@charset "UTF-8";
/* CSS Document top page以外の共通css*/

#wrap{
	background-color:#fff;
	border-radius:0.3em 0.3em 0 0;
	 margin:1em auto 0;
	 box-shadow: 0 3px 7px #000;
}

/*--------header------------*/
header{
	border-radius:0.3em 0.3em 0 0;
	padding-bottom:1em;
}
header h1{
	float:left;
	font-family: 'Comfortaa',cursive;
	font-weight:300;
	font-size:3em;
	color:#fff;
	line-height: 1em;
    margin: 0.6em 0 0 0.5em;
}
h2{
	font-size:1.5em;
	margin-bottom:1em;
}
header p{
	float:right;
	margin: 1.5em 0.3em 0 0;
	width:35%;
}
header p img{
	max-width:95%;
}
/*-----メインコンテンツ-----*/
#main_contents{
	
}
#left_contents{
}
.top_left{
	margin-bottom:2em;
}
.top_left p{
	text-align:justify;
	margin-bottom:1em;
}
/*----------右サイド------------------*/
aside{
}
aside nav{
	margin-bottom:2em;
	background-image:url(../img/service/menu.png);
	background-repeat:no-repeat;
	height:435px;
	text-align: center;
	background-size:101% auto;
}
aside nav ul{
	padding-top:6.8em;
	font-family: 'Comfortaa',cursive;
	font-weight:300;
}
aside nav ul li{
	font-size:1.5em;
	margin-bottom:0.5em;
	text-shadow: 0 0.01em 0.1em #8B4513;
}
aside nav ul li a{
	text-decoration:none;
	display:block;
}

aside .link{
	border: 0.5em solid #eee;
    margin-bottom: 2em;
    padding: 1em;
	border-radius: 0.5em;
	text-align: center;
	
}
aside .link h1{
	font-size:2.5em;
	font-family: 'Comfortaa',cursive;
	font-weight:300;
	margin-bottom:1em;
	padding-top: 0.3em;
}
aside .link ul li{
	margin-bottom:2.5em;
	
}
/*tips*/
.tips p{
	text-align:left;
}
aside .tips h1{
	margin-bottom:0.5em;
}
aside .tips a{
	text-decoration:none;
	display:block;
}
/*tips＊疑似要素*/
aside .tips a:before{
	content:"＊";
	font-size:3em;
	position:absolute;
	opacity:0.3;
	
	-webkit-transform: scale(1) translateX(10px) translateY(-10px);
	-o-transform: scale(1) translateX(10px) translateY(-10px);
	-ms-transform: scale(1) translateX(10px) translateY(-10px);
	transform: scale(1) translateX(26px) translateY(-2px);
	
	-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s, opacity 1s ease 0s;
	-ms-transition: -ms-transform 0.3s ease 0s, opacity 1s ease 0s;
	transition: transform 0.3s ease 0s, opacity 1s ease 0s;
	
}
aside .tips a:hover:before{
	opacity:0.3;
	color:skyblue;
	
	-webkit-transform: scale(1) translateX(-95px) translateY(85px);
	-o-transform: scale(1) translateX(-95px) translateY(85px);
	-ms-transform: scale(1) translateX(-95px) translateY(85px);
	transform: scale(4) translateX(-18px) translateY(30px) rotate(500deg);
}

/*timo*/
.timo p{
	text-align:left;
}
aside .timo h1{
	font-family: "メイリオ",Meiryo,Arial,Helvetica,sans-serif;
    font-size: 2em;
    line-height: 1em;
    margin-bottom: 0.5em;
}
aside .timo a{
	text-decoration:none;
	display:block;
}
/*timoまる疑似要素*/
aside .timo a:before{
	content:"";
	position:absolute;
	height:6em;
	width:6em;
	background-color:#ccc;
	border-radius:50%;
	opacity:0.3;
	
	-webkit-transform: scale(1) translateX(10px) translateY(-10px);
	-o-transform: scale(1) translateX(10px) translateY(-10px);
	-ms-transform: scale(1) translateX(10px) translateY(-10px);
	transform: scale(1) translateX(10px) translateY(-10px);
	
	-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 1s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s, opacity 1s ease 0s;
	-ms-transition: -ms-transform 0.3s ease 0s, opacity 1s ease 0s;
	transition: transform 0.3s ease 0s, opacity 1s ease 0s;
	
}
aside .timo a:hover:before{
	opacity:0.2;
	background-color:#fff;
	
	-webkit-transform: scale(1) translateX(-95px) translateY(85px);
	-o-transform: scale(1) translateX(-95px) translateY(85px);
	-ms-transform: scale(1) translateX(-95px) translateY(85px);
	transform: scale(1) translateX(-81px) translateY(92px);
}

/*スマホ用スライドダウンメニュー・1000px以下で出現します*/
.menu{
cursor:pointer;
text-align:center;
}

.menu span{
background-color:#fff;
color:#000;
}
.menu span:before{
content:"▼";
}
.zzz span:before{
content:"▲";
}

/*---------------------------------------------------------*/
@media screen and (min-width:1000px) {
#wrap{
	background-color:#fff;
	width:1000px;
}
#left_contents{
	float:left;
	width:65%;
	padding-left: 2em;
}
aside{
	float:right;
	width:25%;
	padding-right: 2em;
}
}

@media screen and (max-width:999px) {
#main_contents{
	margin-top:2em;
}
.top_left p{
	padding:0 2em;
	}
h2{
	padding-left:1.2em;
}
#contents{
	padding:0 2em;
}
#left_contents{
	width:100%;
	}

aside{
	padding-bottom:5em;
	width:100%;
}
aside nav{
	display:none;
}
aside section img{
	margin:0 auto 0.5em;
	display:block;
}
aside .link ul li{
	margin-bottom:2.5em;
	display:inline-block;
	margin-right:1em
}
#left_contents section{
	padding:0 2em;
}
}
@media screen and (max-width:600px) {

}

