@charset "UTF-8";

html, body {
  width: 100%;
}

body{
    background-color: #F9FBE5;
  font-size: 13px;
  color: #333b3d;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
}

header{
  width: 100%;
background-color: #ffffff;
  display: block; 
  padding: 10px 0;
  text-indent: 1em;
  
}

.main{  
  width: 100%;
    background-color: #F4DEDE;
}




.text{
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  font-size: 14px;
  
}

.obi{
  width: 100%;
background-color:#f48a00;
  display: block; 
  padding: 5px 0px;
  font-weight: 700;
  font-size: 16px;
  text-indent: 0.5em;
  color: #FFFFFF
  
}


.btn{
text-align: center; 
  margin: 20px 0px;
}



.box img{
  margin: 10px -20px -40px 10px;

}




.box1{
  width: 90%;
  background-color: #ffffff;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  padding-bottom: 60px;
  
}


.box1 p {
  font-weight: 700;
  font-size: 16px;
  margin: 10px 20px 10px 20px;
  
}



.box1 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}

.asobi{
  background-color: #ffffff;
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px  0; 

}


.asobi img{
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

/*ｄキッズに戻るボタン*/
button {
  width: 90%;
    padding: 1em 2em;
    border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #DDDDDD;
  box-shadow: 0 6px #AEA4A4;
  font-size: 114%;
  line-height: 1;
  color: #000;
  position: relative;
    cursor: pointer;
}

button a{
text-decoration: none;
  color: #000;
}

.buttonF {
  border-radius: .5em;
  box-shadow: 0 6px #AEA4A4;
  top: 0;
  transition: .2s box-shadow,.2s top,.4s background;
}
.buttonF:hover {
    box-shadow: 0 5px #AEA4A4;
    top: 1px;
}
.buttonF:active {
  background-color: #DDDDDD;
    box-shadow: 0 0 #AEA4A4;
    top: 6px;
}


/*上部に戻るボタン*/

pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #E8CF4B;
    text-align: center;
    color: #A61517;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #DC7317;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}





footer{
  background-color: #363030;
  padding: 20px 0;
}


footer p{
  text-align: center;
  color: #ffffff;
}





/*--768--以上 tab--*/
@media screen and (min-width:768px) and (max-width:959px)
{ 
  
  .main{  
    display: block;
    width: 85%;
  margin-left: auto;
  margin-right: auto;
background-color: #F4DEDE;  
}

  .btn img{ 
    text-align: center;
  margin-top: 20px 0;
    width:500px; 
    
}
  button{
    width:500px; 
    
  }
  
  .text p{
    font-size: 16px;
  }
  
  
.asobi{
  background-color: #ffffff;
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px  0; 

}


.asobi img{
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
  
}


/*--960--以上 pc--*/
@media screen and (min-width:960px) 
{ 
  
  .main{  
    display: block;
    width: 940px;
  margin-left: auto;
  margin-right: auto;
background-color: #F4DEDE;  
}

  .btn img{ 
    text-align: center;
  margin-top: 20px 0;
    width:500px; 
    
}

  .text p{
    font-size: 16px;
  }
  
  button{
    width:500px; 
    
  }
  
.asobi{
  background-color: #ffffff;
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  padding: 20px  0; 

}


.asobi img{
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
}

/*CVボタン下注釈*/
.cvbox{
    text-align: center;
    max-width: 500px;
	padding: 1em;
    margin-top: 1.5em;
    margin-right: auto;
    margin-left: auto;
    border: 3px solid #aaa;
	box-sizing: border-box;
}
.cvbox p{
    margin-bottom: 1em;
    font-weight: bold;
	line-height: 1.4;
}
.cvbox p:last-of-type{
margin-bottom: 0;
}
.cvbox p span {
    font-size: 80%;
	font-weight: normal;
}
.cvbox1{
    width: 86.6%;
	margin-bottom: 2.5em;
}