@charset "utf-8";

/*
Theme Name:PL ORIGINAL 
Author:Yasuhiro TAKEISHI
Description: This is my original theme. 
Version: 1.0
*/

/*ユーザー名：Sample
パスワード：2020Sample2020*/

@import url(http://fonts.googleapis.com/css?family=Chango);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Handlee);

* {
	margin: 0px;
	padding: 0px;
}

/*header.php*/
.header-blank{
	margin-top:200px;
}

.container {
	margin-top:300px;
	justify-content: space-around; 
display:flex;

	flex-wrap:wrap;
	margin-bottom:50px
		}

.box {
	font-weight:bold;
	font-size:30px;
	width: 550px;
margin-bottom:10px;
height: 50px;
border: 1px solid #fff;
background-color: #ffffff;
text-align: center;
line-height: 50px;
		}
.box a{
	text-decoration:none;
	color:#000000;
}

@media (max-width: 900px) {
	.container{
		display:none !important}
}

/*footer.php*/
footer{
	margin-top:100px;
	text-align:center;
	margin-bottom:50px;
}

/*Programmin lesson*/
.home header h1{
	margin-top:100px;
	text-align:center;
	background-color:#6CFACA;
}


.btn-02 {
	top:30%;
	  box-shadow: rgba(45, 35, 66, .4) 0 10px 4px,rgba(45, 35, 66, .3) 0 10px 13px -3px,rgba(58, 65, 111, .5) 0 -10px 0 inset;
	display:flex;
  position: fixed;
	right:0;
	height:120px;
  z-index: 10;
  color: #fff;
  background-color:#f6a278;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px;
}

.btn-02 p{
	font-size:20px;
	margin-bottom:10px;
}
.btn-02 h3{
	color:red;
	font-size:20px;
}

.home .no{
	margin:50px 50px auto;
	padding: 20px;
	background-color:#FAE483;
}

.home img{
	width:90%;
	display:block;
	margin:0 auto;
}

.home h2{
margin:20px;
}

.home p{
margin:20px;
}

.home .yes{
		margin:50px 50px auto;
	padding: 20px;
	background-color:pink;
}

.home .yes img{
		width:90%;
	display:block;
	margin:0 auto;
}


a.btn1 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border-radius: 0.3rem;
	border-bottom: 7px solid #f94a36;
	background: #fb9e94;
	color: #fff;
}
a.btn1:hover {
	margin-top: 6px;
	border-bottom: 1px solid #f94a36;
	color: #fff;
}

a.btn2 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	color: #27acd9;
	border-bottom: 2px solid #27acd9;
	border-radius: 100vh;
	box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .3);
	transition: 0.5s;
}
a.btn2:hover {
	color: #fff;
	background: #27acd9;
	border-bottom: 2px solid #fff;
	transform: translateY(3px);
}



/*Demo*/
.page-id-2561 header h1{
	margin-top:100px;
	text-align:center;
	background-color:#6CFACA;
}

.page-id-2561 main h1{
	width:300px;
	color:#ffffff;
	text-align:center;
	margin:100px auto;
	background-color:blue;
}

