@charset "utf-8";
@import "reset.css";
@import "cmn-options.css";
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');

body{background-color:#ff00ff;}

#bodywrap {
background-color:#ff00ff;
background-attachment:fixed;
background-size: cover;
}

#wrapper_head {
  width: 100%;
  max-width: 780px;
  height: auto;
  margin: 0 auto;
}


#wrapper {
  width: 100%;
  max-width: 780px;
  height: auto;
  background-color:#ff00ff;
  margin: 0 auto;
  overflow: hidden;
  /*
  filter: drop-shadow(0px 10px 10px #333);
  */
}

.kiwi{font-family: 'Kiwi Maru', serif;}

.obi {
	display: inline;
  padding: 2px 10px;
	line-height: 2.2;
	background-color: #fff;
}



a:hover{transition: filter 0.5s ease;filter: brightness(1.3);}


.txt {
  font-size: 1.5em;
  line-height: 1.5;
}

.linemarker{
   background:linear-gradient(transparent 60%, #fcd12b 60%);
}

/* ヘッダー */

#header{
  position:relative;
  background: url(../img/mv.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  background-color:#ff00ff;
  width: 100%;
  padding-top:150%;
  overflow: hidden;
  }


#header h3 {
  width: 92%;
}


.font4 {
  font-size: 1.2em;
}

.font5 {
  font-size: 1.8em;
}

.midashi {
  font-size: 2.2em;
}


#section01{text-align: center;}

#section02{text-align: center;}

#map{text-align: center;}

#section07{text-align: center;}

#section08{text-align: center;}



/* 仕切り罫 */
hr {
border: 1px #fff solid;
}


/* TOPボタン */
  .pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	z-index:999;
}
.pagetop a {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
}

.dspflex{display: flex;flex-wrap: nowrap;justify-content: space-between;padding: 5%;gap:20px;}
.dspflex2{display: flex;flex-wrap: wrap;padding: 2%;gap:20px;justify-content: center;}
.clm_rv{flex-direction:row-reverse;}




/* フッター
*******************************/
#footer {
  border-top: solid 1px #000;
  text-align: center;
  padding: 10px 0;
  width: 100%;
  margin-top: 5px;
}

#footer p {
  width: 100%;
  margin: 0 auto;
}

ul.example li {
background:#eeeeee;
text-align: center;	
width: 30%;
margin-left:2.2%;
display: inline-block;
}

ul.example li a{
color: #333333;
display: block;
text-decoration:none;
padding:5% 4% 5% 4%;
}



.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
  background-color: #ffffff;
}
.youtube-container iframe {
  position: absolute;
  top: 0%;
  bottom:0%;
  left: 0%;
  width: 100%;
  height: 100%;
}


.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}


