@charset "utf-8";
/*---------------------------------
リセットｃｓｓ
---------------------------------*/

*{
  padding: 0;
  margin: 0;
  box-sizing: border-box

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

html {
  font-size: 100%;
  overflow-x : hidden;
  -webkit-overflow-scrolling: touch;
}
  
body {
  color: #262626;
  font-family: Segoe UI, Segoe UI, Segoe WP, Arial, Sans-Serif;
  line-height: 2;
  font-display: swap;
}
/* 横揺れ防止 */
html, body {
  overflow-x: hidden;
  width: 100%;
}
a{
  text-decoration: none;
}
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: #CB5266;/*色*/
  border: solid 1px #CB5266;/*線色*/
  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;
}

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


/*---------------------------------
コンテンツ
---------------------------------*/

#contents3{
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#contents3 img{
  width: 270px;
  padding: 5px;
}
.banner {
  width: 150px;
  margin-top: 10px;
}

@media screen and (max-width:600px) {
#contents3 img{
  width: 100%;
}
#contents3 {
  flex-direction: column; 
}
}

/*---------------------------------
ｱｸｾｽ
---------------------------------*/
  
main #map .flex{
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  align-items: flex-end;
}
main #map .flex img{
  padding: 20px;
}
 
main #map img{
  width: 300px;
}
main #map .flex{
  display: flex;
  justify-content:space-evenly;
}     
main #map2 .button{
  padding: 10px 50px;
  background: #D01026;
  color: white;
  display: inline-block;
  text-decoration: none;
  border-radius: 30px;
  margin: 30px;
}
   
main #map2 .button:hover{
  opacity: 0.8;
}
main #map2{
  padding: 20px;
} 
main #map2 p{
  text-align: left;
}
main  h1{
  font-size: 30px;
  font-family: sans-serif;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: center;
}
main h1 span {
  display: inline-block;
}
#photos h2{
  padding-top: 80px;
  padding-bottom: 40px;
  font-size: 20px;
  text-align: center;
}
#photos p{
  padding: 10px;
}

#photos .flex-one  {
  display: flex;
}
#photos .flex-two  {
  display: flex;
}
#photos .flex-one img {
  width: 300px;
  height: 225px;
  padding: 5px;
}
#photos .flex-two img {
  width: 300px;
  height: 400px;
  padding: 5px;
}

address{
  font-style: normal;
  padding: 5px;
  text-align: left;
  margin-bottom: 30px;
}
address ul{
  list-style-type: none;
}
address ul li{
  font-size: 16px;
}
address ul li span{
  display: inline-block;
}

main .guide{
  padding-top: 20px;
  border-top:2px solid #3b4ba0;
  border-bottom: 2px solid #3b4ba0;
  padding-bottom: 30px;
  margin-top: 100px;
}  
main .guides {
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}
main .guides img{
  width: 260px;
}
main .guides p{
  font-size: 12px;
}

@media screen and (max-width:600px) {
   
main .button{
  margin: 4px;
  
}
#map .flex .box img {
  width: 100%;
  padding-bottom: 10px;
}

main address ul li{
  font-size: 1.2rem
}
main .guides img{
  width: 400px;
}

main h1{
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px;
}
main .guides p{
  font-size: 16px;
}

main h3 span {
  margin: 0px;
}

main .guides p{
  font-size: 19px;
  padding: 5px;
  padding-bottom: 10px;
}
main h2 {
font-size: 19px;
}
#map .flex iframe {
width: 100%;

}
#photos {
  width: 100%;
}
#photos .flex-one  {
  flex-direction: column;
}
#photos .flex-two  {
  flex-direction: column;
}
#photos .flex-one img{
  width: 100%;
}
#photos .flex-two img{
  width: 100%;
}

#photos p{
font-size: 19px;
}
#event img {
  width: 100%;
}
#map2 .map_button {
  text-align: center;
} 
}
  
   
   /*---------------------------------
トップへもどるボタン
---------------------------------*/

.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;
}
 
@media screen and (max-width:600px) {
  
.go-top{
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  left: 10px;

}
}
 
   /*---------------------------------
フッター

---------------------------------*/

footer{
  background-color: #C82B55;
}

footer a:link{color:#cccccc; }
footer a:visited{color: #cccccc;}
footer a:hover{color: #F85D5D; text-decoration: underline;  }
footer a:active{color: #F85D5D; text-decoration: underline;  }

.footer-in{
  display: flex;
  color: black;
  justify-content: space-between;
  padding: 30px 50px;

}
.footer-text ul li{
  font-size: 13px;
}

@media screen and (max-width:600px) {
.footer-in{
  flex-direction: column;
  padding: 25px;
}
.footer-text ul li {
  font-size: 16px;
}

} 
