@charset "utf-8";

/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
  padding: 0;
  margin: 0;
}

html{
  font-size: 100%;
}
/*１６ｐｘのこと*/

body{
  color: #24292e;
}

a{
  text-decoration: none;
}

p{
  font-size: 1rem;
  text-align: justify;
}

img{
  max-width: 100%;
}

li{
  list-style: none;
  font-size: 1.2rem;
}
  
.wrapper{
  max-width: 1000px;
  margin: 0 auto 130px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}
  
.button {
position: relative;
display: inline-block;
padding: 0.8em 2em;
text-decoration: none;
color: black;
background: #ef6475;/*色*/
border: solid 1px #ef6475;/*線色*/
border-radius: 25px;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
text-shadow: 0 1px 0 rgba(0,0,0,0.2);
margin: 5px;
font-size: 16px;
}

.button:active {
  /*押したとき*/
  border: solid 1px #ef6475;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}
 
@media screen and (max-width:600px) {

 body{
  font-weight: 400;
   
 
 }
 
.marquee{
   width: auto;
   font-size:10px;
   padding:1px 0px 1px 0px;
   color:#ffffff;
   background-color:#efd8e2;
   background: rgb(161,6,2); 
   text-align: center;
}
}
               

h1 {
  color: #E94E66;
  margin-top: 30px;
}
.breadcrumbs {
  font-size: 0.8rem;

}
@media screen and (max-width:600px) {
.breadcrumbs {
  margin-top: 80px;
}
.breadcrumbs span{
  display: inline-block;
}
h1 {
  font-size: 25px;
}
}

#contents h2{
margin-top: 50px; 
margin-bottom: 30px;
}
#contents h3{
padding: 20px;
}

              
#contents .flex{
display: flex;
justify-content:space-around;
flex-wrap: wrap;
background: white;
padding: 50px 50px;
}

#contents .box img{
width: 400px;
box-shadow: 10px 10px 10px 5px rgba(0, 0, 0, 0.2);
border-radius: 10px;
}


#contents2 .flex{
  display: flex; 
  padding: 10px 50px;
  justify-content: space-around;
  align-items: center;

}
#contents2 img{
  width: 400px;
}
#contents2 .reverse{
  flex-direction: row-reverse;
  
}
#contents2 p{
  line-height: 35px;
  text-align: left;

}
#contents2 h3{
  padding: 20px;
  text-align: left;
}
#contents2 {
  margin-bottom: 100px;
}
.contents_button {
  text-align: right;
  margin-bottom: 80px;
}
.exp {
  text-align: center;
}
.exp img {
  width: 210px;
  height: auto;
  padding: 10px;

}

@media screen and (max-width:600px) {
  
#contents .box img{
  width: 100%;
  box-shadow: none

}
#contents .flex{
  padding: 4px;
}
#contents2 p{
  padding: 5px;

}
  
#contents h2 span {
  display: inline-block;
}
#contents h2 {
  text-align: center;
}

#contents2 .flex{
  padding: 5px;
  flex-direction: column;
  
}

.exp img {
  width: 100%;
  height: auto;
}
#contents2 .box img{
  width: 80%;

}
.contents_button {
  text-align: center;
}

}

#book .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #d0d390;
  margin: 20px;

}
#book .box img{
  width: 200px;
  margin: 30px;
}
#book a{
  text-align: left;
}
#book h2{
    position: relative;
    background: #FFCC80;
    box-shadow: 0 0 0 0.35rem #FFCC80;
    border: dashed 2px #FFF;
    padding: 0.2em 0.5em;
    color: #000;
    display: inline-block;
    margin-bottom: 10px;
  }
  
 
#book h3 {
  padding: 20px 0px;
}  
#book .box a{
  display: inline-block;
  padding: 10px 50px;
  background: blue;
  color: white;
  text-decoration: none;
  border-radius: 30px;
}
#book .box a:hover{
  opacity: 0.8;
}

@media screen and (max-width:600px) {

  #book .flex{
    margin: 5px;
    background-color: white;
  
  }
  #book {
    margin-top: 50px;
  }

  #menu2 h2{
    font-size: 20PX;
    padding-top: 20px;
  }
  #menu2{
    padding: 10pX;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  #menu2 h3 {
    padding: 10px;
  }





}

#contents3{
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contents3 img{
  width: 280px;
  padding: 5px;
}

@media screen and (max-width:600px) {
  #contents3{
    padding: 5px;
  }

}



/*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
    position: fixed;
    bottom: 10px;
    right: 20px;
    z-index: 9999;
  }
.go-top a{
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #E94E66;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    color: black;
    text-decoration: none;
  }

 .go-top a:hover{
      opacity: 0.8;
    }

  