@charset "utf-8";

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

*{
    padding: 0;
    margin: 0;
  }
.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}   

html {
  font-size: 100%;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
}

body {
  color: #24292e;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
}
/* 横揺れ防止 */
html, body {
  overflow-x: hidden;
  width: 100%;
}


a{
 text-decoration: none;
   word-break: break-all;
  /*改行しなければテキストがコンテンツボックスからあふれる場合に、
  ブラウザーが改行を挿入するかどうかを指定します。*/

}

img{
 max-width: 100%;
}
p {
  text-align: justify;
  font-size: 1rem;
}

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: pink;/*色*/
  border: solid 1px pink;/*線色*/
  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: 0.9rem;
}

.button:active {
  /*押したとき*/
  border: solid 1px pink;
  box-shadow: none;
  text-shadow: none;
  
}
.button:hover{
  opacity: 0.8;
}



h1 {
     text-align: center;
     margin: 50px;
}
h2 {
  padding: 15px;
  margin-top: 50px;
}  
/*---------------------------------
コンテンツ
---------------------------------*/
#contents {
     text-align: center;
     margin: 0 auto;
   
   }
   #contents .flex {
     display: flex;
     justify-content: space-evenly;
     
   
   }
   
   #contents h2 {
     font-size: 25px; 
     text-align: center; 
     margin-bottom: 10px;
   }
   #contents h2 span {
     display: inline-block;
   }
   
   #contents p {
     font-size: 12px;
     width: 300px;
     text-align: center;
   }
   #contents .box {
     margin-bottom: 50px;
     padding: 0 80px;
   }
   
   .content2 .box {
     width: 100%;
     height: auto;
     margin: 2%;
   }
   
   .content2 img {
     width: 300px;
     height: auto;
     margin-top: 30px;
   }
   
   #contents3 {
     margin-top: 50px;
     
   }
@media screen and (max-width:600px) {
.breadcrumbs {
  margin-top: 70px;
}
h2 {
  padding: 0px;
  margin-top: 30px;
}  

#contents {
  margin-bottom: 20px;
  padding: 0px 0px;
  margin: 0px;
  max-width: 100%;
  
}
  
    
#contents .flex {
  flex-direction: column;
  

}
#contents .box {
  margin-bottom: 10px;


}
   
#contents .box {
  margin-bottom: 50px;
  padding: 0 0px;
}
#contents p {
  font-size: 16px;
  text-align: left;
  width: 100%;
}
.content2 .box {
  width: 100%;
  height: auto;

}
.content2 img {
  width: 100%;
  height: auto;
}
.insta {
  width: 100%;
  text-align: center;
}
   
#contents .flex iframe {
  width: 100%;
  padding: 0;
  margin: 0;
}

#contents h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  width: 100%;
}

#contents3 {
  margin-top: 5px;
}

}
#listBox .box{
  position: relative;
}
#listBox .photo {
  max-width: 280px;
  padding: 20px;
  margin-bottom: 10px;
}
#listBox .flex {
     display: flex;
}
#listBox .button_1 {
     text-align: right;
}
#listBox h3 {
  padding-top: 20px;
}

.button_1 {
  position: absolute;
  display: inline-block;
  padding: 0.8em 2em;
  text-decoration: none;
  color: black;
  background: pink;/*色*/
  border: solid 1px pink;/*線色*/
  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: 0.9rem;
  right: 0;
  bottom: 0;
}

.button_1:active {
  /*押したとき*/
  border: solid 1px pink;
  box-shadow: none;
  text-shadow: none;
  
}
.button_1:hover{
  opacity: 0.8;
}
@media screen and (max-width:600px) {
h1 {
    margin: 0;
    padding-top: 80px;
    padding-bottom: 30px;
}
#listBox .flex {
    flex-direction: column;
    padding: 0 15px;
}

#listBox .photo {
  max-width: 100%;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 20px;
}
#listBox {
    margin-top: 100px;
}
#listBox .box {
  width: 100%;
}
#listBox .box p {
  margin-bottom: 60px;
}
}
/*---------------------------------
トップへもどるボタン
---------------------------------*/

.go-top{
  position: fixed;
  bottom: 100px;
  left: 30px;
  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;
  }

@media screen and (max-width:600px) {
    .go-top {
      position:fixed;
      z-index: 9999;
      left: 10px;
      bottom: 10px;
    }
  

  }