@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Baloo+Bhaina|Lato:300,400');
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");/*上に行くボタン*/

*{
	margin:0;
	padding:0;
	text-decoration:none;
	list-style-type:none;
	line-height: 1;
}
html{
    background:url(../img/kabe_cream.png);
    width:100%;
}

body{
    background:url(../img/kabe_cream.png);
    width:100%;
}

p{
    color:rgba(30,30,30,.9);
    
}
#header{
	position: fixed;
	z-index: 1;
	top: 0;
	width:100%;
    height:80px;
	background:#fff;
	border-bottom: 1px solid #ababab;
    transition: top .3s;
}



header img{
    width:100%;
    margin-top:78px;
}
header img:nth-child(3){
    display:none;
}



#koko{
    width:600px;
    height:70px;
    float:left;
}

#koko .koko img{
    width:88px;
    height:auto;
    margin:4px 0 0 0px;
    float:left;
    margin-right: 0px;
}
#header #koko h1{
    width:auto;
    height:60px;
}
#header #koko h1 img{
    width:70%;
    height:43px;
    margin:23px 0 5px 0px;
}
nav{
	padding: 28px 0 25px 20px;
	overflow:hidden;
	float: right;
}
nav li{
	display: block;
	width: auto;
    height:40px;
	float: left;
    border-right:solid 0.5px  #ccc;
    border-radius: 8px;
}
nav li:last-child{
    border-right:none;
}
nav a{
	display:block;
	color:#666;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right;
	font-size: 16px;
	line-height:56px;
    margin:3px 16px 3px 16px;
    margin-right:16px;
    padding:8px 0 8px 0;
	font-weight: 600;
}
nav li:hover{
	background:rgba(50,50,50,.1);
    text-decoration: underline;
    transition: .8;
    
}
nav ul li a:first-child{
    margin:3px 16px 3px 16px;
}
nav a.select{
	color: #aaa;
	cursor: default;
}



header .denwa{
    width:280px;
    height:70px;
    margin:0 auto;
    float:right;
    background:rgba();
    position:fixed;
    background:rgba(255,255,255,1);
    top:0;
    right:460px;
    right:35%;
    z-index: 600;
}
header .denwa p:nth-of-type(1){
    position:absolute;
    width:260px;
    font-size:13px;
    color:rgba(60,60,60,.9);
    margin:5px 0 0 0px;
    z-index:200;
}


header .denwa img{
    position:absolute;
    top:20px;
    width:280px;
    height:auto;
    margin:-13px 0 0 0;
}
header .denwa p:nth-of-type(2){
    position:absolute;
    top:70px;
    width:220px;
    font-size:13px;
    color:rgba(60,60,60,.9);
    margin:-16px 0 0 62px;
    z-index:100;
    top:70x;
    background:rgba(255,255,255,1);
}




header #boshu {
/*   padding-top:100px;*/
    width:730px;
    height:120px;
    margin:0 auto;

}


header #boshu img{
    width:112px;
    height:auto;
    float:left;
    margin-top:0px;
    
}



header #boshu h2{
	padding-top:10px;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0em;
    font-size:16px;
/*    margin:0 0 0 20px;*/
    text-align: center;
}
header #boshu h3{
	padding-top:10px;
/*    padding-left:50px;*/
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0.1em;
    font-size:30px;
    margin:0 auto;
    text-align: center;
    width:360px;
}
header #boshu p{
	color:rgba(30,30,30,1);
    font-size:16px;
    font-weight: 400;
    margin:15px auto 0;
    text-align: center;
/*    padding-right:54px;*/
    
}









#boshu {
/*   padding-top:100px;*/
    width:730px;
    height:120px;
    margin:30px auto 0;
    background:url(../img/kabe_cream.png);

}


#boshu img{
    width:112px;
    height:auto;
    float:left;
    margin-top:0px;
    
}

#boshu h2{
	padding-top:10px;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0em;
    font-size:16px;
    margin:0 0 0 20px;
    text-align: center;
}
#boshu h3{
	padding-top:10px;
    padding-left:50px;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0.1em;
    font-size:30px;
    margin:0 auto;
    text-align: center;
    width:360px;
}
#boshu p{
	color:rgba(30,30,30,1);
    font-size:16px;
    font-weight: 400;
    margin:15px auto 0;
    text-align: center;
    padding-right:54px;
    
}




















main{
    width:100%;
	height:100%;
}
main>section{
	position:relative;/*これが（隠すとかも）あると一つ上に上がる。さっきまでpage1 の色の下に隠れていた。*/
	/*height:100%;*/
	height:auto;
	min-height:100%;/*最低限100％ということ。あふれても入っている状態に出来るので、height:100%;でなくて、height:auto;　min-height:100%;と書く。height:100%;だと、あふれた言葉がはみだす。*/
	padding:0 50px 0;
}


main>section{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #f9f1cb;
    background: rgba(230,255,250,1);
    
    box-shadow: 0px 0px 0px 10px #f9f1cb;
    box-shadow: 0px 0px 0px 10px rgba(249,241,203);//壁紙色//
    border: dashed 2px white;
}
main>section p {
    margin: 0; 
    padding: 0;
}






main>section h2{
	padding-top:60px;
	color:rgba(85,85,85,.8);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0.1em;
}
main>section p{
	color:rgba(255,255,255,.8);
	font:300 12px/20px 'Lato', sans-serif;
	text-transform: uppercase;
}
main>section:nth-of-type(1){
	background:#b3d465;
    background:url(../img/kabe_cream.png);
}
main>section:nth-of-type(2){
	background:#53cac3;
    background:url(../img/kabe_cream.png);
}
main>section:nth-of-type(3){
	background:#c685f6;
    background:url(../img/kabe_cream.png);
}
main>section:nth-of-type(4){
	background:#e376d2;
    background:url(../img/kabe_cream.png);
}
main>section:nth-of-type(5){
	background:#ff846b;
    background:url(../img/kabe_cream.png);
	padding:0 0 0;
}
main>section:nth-of-type(6){
	background:#ff846b;
    background:url(../img/kabe_cream.png);
	padding:0 0 0;
}









#p1{
    width:60%;
    margin:0 auto; 
    background: rgba(250,205,100,.3);
    background: rgba(250,225,150,.8);
    box-shadow: 0px 0px 0px 10px rgba(250,205,100,.3);
    border: dashed 2px white;
}




#Blog_hosoku{
    width:60%;
    margin:0 auto -10px;
    padding:50px 0 0;
}
#Blog_hosoku .videobox video{
    width:70%;
    margin:-40px auto 0;
}


.modoru_blog{
    text-align: right;
    margin:0px 0px 30px 0;
}

#p1 .modoru_blog a p{
        color:rgba(0,25,225,1);
        text-decoration: underline;
}
#p1 .modoru_blog a p:hover{
        color:rgba(0,25,225,1);
        text-decoration: none;
        opacity: .8;
}




#p1 h2{
    padding:10px 0 10px;
    color:rgba(10,10,10,1);
    font-weight: 600;
    display: block;
    margin-top: 0;
}


#p1 .topics{
    margin:0 auto 30px;
/*    border:1px solid rgba(80,80,80,1);*/
    border-radius: 30px 30px 30px 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 3px 3px 6px 2px rgba(50,50,50,.3);
    background:rgba(255,255,255,1);
    color:rgba(30,30,30,.9);
}

#p1 .topics p{
    font-size:16px;
    color:rgba(30,30,30,.9);
    line-height: 1.8em;
    padding:20px 30px;
}

#p1 .topics img{
    width:100%;
}




#p1 .guts{
    margin:20px auto;
    width:96%;
}



#p1 .guts img{
    width:96%;
    height:auto;
}




#p1 h2:nth-of-type(2){
    margin:20px 0 0 20px;
}
.pc-frame{
    width:60%;
    height:400px;
    margin:0 auto;
    padding;
}
#p1>iframe{
    display: none;
}

#p1>iframe #rss{
    width:90%;
    height:240px;
    margin:20px 0 0 0;
}



#p1 h6{
    font-size:12px;
    margin-left:40px;
}

#p1 p{
    font-size:12px;
    margin-left:10px;
    color:rgba(20,20,20,1);
}




#p2{
    width:40%;
    margin:0 auto 0;
    padding:10px 0 10px;
    background: rgba(250,205,100,.3);
    background: rgba(250,225,150,.8);
    box-shadow: 0px 0px 0px 10px rgba(250,205,100,.3);
    border: dashed 2px white;
}

#p2 h2{
    padding:10px 0 10px;
    color:rgba(10,10,10,1);
    font-weight: 600;
}


#p2 .gaiyo{
    margin:0 10px;
/*    border:1px solid rgba(80,80,80,1);*/
    border-radius: 30px 30px 30px 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 3px 3px 6px 2px rgba(50,50,50,.3);
    background:rgba(255,255,255,1);
    color:rgba(30,30,30,.9);
}

#p2 .gaiyo p{
    font-size:16px;
    color:rgba(30,30,30,.9);
    line-height: 1.8em;
    padding:20px 30px;
}










#p3{
    padding:10px 0 10px;
    width:60%;
    margin:0 auto 0;
    background: rgba(250,205,100,.3);
    background: rgba(250,225,150,.8);
    box-shadow: 0px 0px 0px 10px rgba(250,205,100,.3);
    border: dashed 2px white;
}

#p3 h2{
    padding:10px 0 10px;
    color:rgba(10,10,10,1);
    font-weight: 600;
}


#p3 .shigoto{
    margin:0 10px;
/*    border:1px solid rgba(80,80,80,1);*/
    border-radius: 30px 30px 30px 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 3px 3px 6px 2px rgba(50,50,50,.3);
    background:rgba(255,255,255,1);
    color:gba(30,30,30,.9);
}


#p3 p{
    font-size:15px;
    color:rgba(30,30,30,.9);
    line-height: 1.8em;
    padding:2px 30px;
}
#p3 .shigoto p{
    font-size:16px;
    color:rgba(30,30,30,.9);
    line-height: 1.8em;
    padding:20px 30px;
}



.shigoto:nth-of-type(1) a{
    text-decoration:underline;
}
.shigoto:nth-of-type(1) a:hover{
    text-decoration:underline;
    color:rgba(255,110,0,1);
}



#p3 .shigoto p img:nth-of-type(1){
    width:100%;
}
#p3 .shigoto p img:nth-of-type(2){
    width:40%;
}


#p3 h2:nth-of-type(2){
    padding:20px 0 10px;
}

 /*.videobox{
    margin:10px auto 50px;
    width:700px;
    height:350px;
     padding:0 0 30px;
}*/
 .videobox{
    margin:10px auto 50px;
    width:600px;
    height:350px;
     padding:0 0 30px;
}

 .video{
}


#p3 .videobox p{
    font-size:15px;
    color:rgba(30,30,30,.9);
}



#p3 .videobox_002{
    display:none;
}









#p4{
    padding:10px 0 10px;
    width:46%;
    margin:0 auto 0;
    background: rgba(250,205,100,.3);
    background: rgba(250,225,150,.8);
    box-shadow: 0px 0px 0px 10px rgba(250,205,100,.3);
    border: dashed 2px white;
}

#p4 h2{
    padding:10px 0 10px;
    color:rgba(10,10,10,1);
    font-weight: 600;
}


#p4 .access{
    margin:0 10px;
/*    border:1px solid rgba(80,80,80,1);*/
    border-radius: 30px 30px 30px 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 3px 3px 6px 2px rgba(50,50,50,.3);
    background:rgba(255,255,255,1);
    color:rgba(30,30,30,.9);
}

#p4 .access p{
    font-size:16px;
    color:rgba(30,30,30,.9);
    line-height: 1.8em;
    padding:20px 30px;
    text-align: center;
}



#p4 .map{
    margin:0 10px;
    background:rgba(255,255,255,1);
    border-radius: 30px 30px 30px 30px;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 3px 3px 6px 2px rgba(50,50,50,.3);
    color:rgba(30,30,30,.9);
    margin:30px  20px;
}

#p4 .map img{
    padding:10px 10px ;
    width:94%;
}






 
#p6{
    padding:0 0 0 30px;
    width:100%;
    overflow:hidden;
    position:relative;
    background:rgba(249,241,203,1);
}
#p6 img{
    width:100%;
    height:auto;
    overflow:hidden;
    position:absolute;
    bottom:0;
}




footer{
    width:100%;
	height:180px;
    background:rgba(80,37,20,1);
    background:rgba(20,00,0,1);
    position:relative;
    
}

footer img:nth-of-type(1){
    width:90%;
	height:auto;
}
footer .blog_chain{
    width:8%;
	height:auto;
    position:absolute;
    top:10px;
    right:20%;   
}
footer .blog_chain a:hover {
    position:relative;
    transition:.8;
    opacity: .8;
}

footer .copyright{
    position:absolute;
    bottom:80px;
    text-align:center;
    font-size:16px;
    width:100%;
    color:rgba(255,255,255,1);
}


footer a{
    color:rgba(255,100,50,1);    
}
footer a:hover{
    color:rgba(255,100,50,.6);
}
footer a:visited{
    color:rgba(255,100,50,1);
}
footer p{
    color:rgba(255,255,255,1);
    font-size:12px;
    position:absolute;
    bottom:10px;
}


  

/*#backtop{
	display: block;
	position: fixed;
	z-index: 200;
	right: 20px;
	bottom: -40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: rgba(155,155,155,.7);
	border-radius: 100%;
	transition:.3s;
	opacity: 0;
	visibility: hidden;	
}

#backtop.visible{
	opacity:1;
	bottom:20px;
	visibility:visible;
}*/


#backtop img{
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	transition:.3s;
	opacity: 0;
	visibility: hidden;	
    width:auto;
}
#backtop img{
    width:100px;
}
#backtop.visible img{
	opacity:1;
	bottom:30px;
	visibility:visible;
    z-index:100;
}
















@media(max-width:1100px){

 .videobox{
    margin:10px auto 50px;
    width:80%;
    height:auto;
}
    
    
    video{
        width:100%;
        height:auto;
    }   
    


#p3 .videobox_002{
    display:none;
}

}

















@media(max-width:750px){
	#header{
		min-width:350px;
	}
	#header h1{
		font-size:26px;
		line-height:30px;
		float:none;		
	}
    
 
#koko{
    width:100%;
    height:60px;
    float:left;
}
#koko a{
    width:100%;
}


#koko .koko img{
    width:56px;
    height:auto;
    margin:10px 0 0 0px;
    float:left;
    margin-right: 0px;
}
#header #koko h1{
    width:auto;
    height:60px;
}
#header #koko h1 img{
    width:84%;
    height:36px;
    margin:16px 0 5px;
}

#header .denwa{
    width:100%;
    height:70px;
    position:absolute;
    right:0;
    position:relative;
    background:rgba(255,255,255,1);
}


#header .denwa img{
    width:280px;
    right:20px;
    height:auto;
    margin:-18px 0 0 0;
}




nav{
	clear:both;
    margin:0 auto;
    padding:16px 0 ;
}
   
    
	nav{
		border-top:1px solid #ccc;
        width:100%;
        background:rgba(10,100,255,1);
        background:rgba(50,100,255,1);
	}
	nav ul{
	}
	nav li{
		width:auto;
        height:40px;
        padding:0px 0 4px;
        margin:0 0;
	}
	nav li:nth-child(4){
		width:auto;
        height:40px;
        padding:0px 0 4px;
        margin:0 0;
        border-right:solid 0.5px  #ccc;
        border-radius: 8px;
	}
	nav a{
		font-size:14px;
		margin-top:5px;
		text-align:left;
		}
	nav a p{
        margin:5px 0 5px 0;
        color:rgba(230,230,230,1);
        font-weight: 600;
		}
    
    
    
nav ul li a:first-child{
    margin:3px 10px 3px 10px;
}
nav a.select{
	color: #aaa;
	cursor: default;
}
    
    
    
    
    
 header img{
    margin-top:200px;
    }
header img:nth-child(2){
    display:none;
} 
header img:nth-child(3){
    display:block;
    width:100%;
    margin-top:200px;
}
    
 
  



header #boshu {
/*   padding-top:100px;*/
    width:100%;
    height:120px;
    margin:30px auto;
    position:relative;

}


header #boshu img{
    width:60px;
    height:auto;
    margin-top:0px;
    position:absolute;
    top:10px;
    left:10%;
    
}

header #boshu h2{
	padding-top:10px;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0em;
    font-size:13px;
    margin:0 auto;
    text-align: center;
    padding-left:20px;
    width:250px;
}
header #boshu h3{
	padding-top:5px;
    padding-left:0;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0.1em;
    font-size:21px;
    margin:0 auto;
    text-align: center;
    width:200px;
}
header #boshu p{
	color:rgba(30,30,30,1);
    font-size:12px;
    font-weight: 400;
    margin:5px auto 0;
    text-align: center;
    padding-left:60px;
    width:240px;
}  
    
    
 
    

 




  



#boshu {
/*   padding-top:100px;*/
    width:100%;
    height:120px;
    margin:30px auto 0;
    position:relative;

}


#boshu img{
    width:60px;
    height:auto;
    margin-top:0px;
    position:absolute;
    top:10px;
    left:7%;
    
}

#boshu h2{
	padding-top:10px;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0em;
    font-size:13px;
    margin:0 auto;
    text-align: center;
    padding-left:60px;
    width:250px;
}
#boshu h3{
	padding-top:5px;
    padding-left:30px;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0.1em;
    font-size:21px;
    margin:0 auto;
    text-align: center;
    width:200px;
}
#boshu p{
	color:rgba(30,30,30,1);
    font-size:12px;
    font-weight: 400;
    margin:5px auto 0;
    text-align: center;
    padding-left:90px;
    width:240px;
}  
    
    
 
 


#boshu:nth-of-type(1) {
/*   padding-top:100px;*/
    width:100%;
    height:120px;
    margin:30px auto;
    position:relative;

}


#boshu:nth-of-type(1) img{
    width:60px;
    height:auto;
    margin-top:0px;
    position:absolute;
    top:10px;
    left:7%;
    
}

#boshu:nth-of-type(1)  h2{
	padding-top:10px;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0em;
    font-size:13px;
    margin:0 auto;
    text-align: center;
    padding-left:60px;
    width:250px;
}
#boshu:nth-of-type(1)  h3{
	padding-top:5px;
    padding-left:30px;
	color:rgba(30,30,30,1);
	font:400 20px/1 'Lato', sans-serif;
	letter-spacing: 0.1em;
    font-size:21px;
    margin:0 auto;
    text-align: center;
    width:200px;
}
#boshu:nth-of-type(1)  p{
	color:rgba(30,30,30,1);
    font-size:12px;
    font-weight: 400;
    margin:5px auto 0;
    text-align: center;
    padding-left:90px;
    width:240px;
}  
    
      



  
    
    
    
    
    
    
    
    
  
#p1{
    width:88%;
}  

.pc-frame{
    display: none;
}
#p1>iframe{
    display: block;
    width:100%;
    height:1300px;
    margin:0 auto;
    padding;
    font-size:12px;
}
#p1>iframe p{
    font-size:14px;
}   






#Blog_hosoku{
    width:90%;
    margin:0 auto -10px;
    padding:50px 0 0;
}
#Blog_hosoku .videobox{
    width:100%;
    margin:0px auto 0;
}
#Blog_hosoku .videobox video{
    width:100%;
    margin:0px auto 0;
}





.modoru_blog{
    text-align: right;
    margin:0px 0px 50px 0;
    color:rgba(80,100,225,1);
}
#Blog_hosoku .modoru_blog a p{
    color:rgba(80,100,225,1);
}






#p1 .topics{
    background:rgba(255,255,255,1);
}


    
    
    
#p2{
    width:88%;
}  
  

#p3{
    width:88%;
}  

#p3 .shigoto p img:nth-of-type(1){
    width:120%;
    margin:0 0 0 -10%;
    
}
#p3 .shigoto p img:nth-of-type(2){
    width:60%;
    margin:0 0 0 0%;
}

    

 #p3 .videobox{
    display: none;
}
    
    

 #p3 .videobox_002{
    display: block;
    margin:10px auto 30px;
    width:96%;
    height:auto;
/*    border:1px solid rgba(80,80,80,1);*/
}

#p3 video{
}    
    

    
    
    
 .videobox{
    margin:10px auto 50px;
    width:600px;
    height:350px
}
    
    
    video{
        width:100%;
    }   
    


#p3 .videobox_001{
    display:none;
}
    
    
    
    
    
    
    

#p4{
    padding:10px 0 10px;
    width:88%;
    margin:0 auto 0;
    background: rgba(250,205,100,.3);
    box-shadow: 0px 0px 0px 10px rgba(250,205,100,.3);
    border: dashed 2px white;
}

#p4 h2{
    padding:0 0 30px;
    color:rgba(10,10,10,1);
    font-weight: 600;
}


#p4 .access{
    margin:0 10px;
/*    border:1px solid rgba(80,80,80,1);*/
    /*border-radius: 30px 30px 30px 30px;*/
    background:rgba(255,255,255,1);
    color:rgba(30,30,30,.9);
}

#p4 .access p{
    font-size:16px;
    color:rgba(30,30,30,.9);
    line-height: 1.8em;
    padding:20px 30px;
    text-align: center;
}



#p4 .map{
    margin:0 10px;
    background:rgba(255,255,255,1);
    /*border-radius: 30px 30px 30px 30px;*/
    color:gba(30,30,30,.9);
    margin-top:30px;
}

#p4 .map p{
    font-size:16px;
    color:rgba(30,30,30,.9);
    line-height: 1.8em;
    padding:20px 30px;
    text-align: center;
    border-radius: 30px 30px 30px 30px;
    background:rgba(255,255,255,1);
    color:gba(30,30,30,.9);
}
#p4 .map img{
    margin:0 auto;
}





#p5{
    width:88%;
}  
  

  
  


footer .blog_chain{
    width:20%; 
    top
}    
    
    
    
    
 
footer .copyright{
    position:absolute;
    bottom:45px;
    text-align:center;
    font-size:16px;
    width:100%;
    color:rgba(255,255,255,1);
}   
    
 
footer .copyright{
    position:absolute;
    bottom:70px;
    text-align:center;
    font-size:16px;
    width:100%;
    color:rgba(255,255,255,1);
}   
      



/*#backtop{
	display: block;
	position: fixed;
	z-index: 200;
	right: 20px;
	bottom: -40px;
	width: 40px;
	line-height: 40px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: rgba(155,155,155,.7);
	border-radius: 100%;
	transition:.3s;
	opacity: 0;
	visibility: hidden;	
}
#backtop.visible{
	opacity:1;
	bottom:20px;
	visibility:visible;
}*/

  
#backtop.visible img{
	opacity:1;
	right: 10px;
	bottom:10px;
	visibility:visible;
    z-index:100;
    width:100px;
}
    
    
}

