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

#bodywrap {
background-image:url(../img/cu_bg.png);
background-size:auto;
position: relative;
z-index: 0;
}

#wrapper_head {
  width: 100%;
  max-width: 740px;
  height: auto;
  margin: 0 auto;
  background-image: url(../img/bg.jpg);
  background-size:100% auto;
}

#wrapper{
  margin: 0 auto;
  width: 100%;
  max-width: 740px;
  background-image: url(../img/bg.jpg);
  background-size:100% auto;
  background-repeat: repeat;
  }


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



a:hover{opacity: 0.5;}

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


/* ヘッダー */

#header{
  position:relative;
  /*
  background: url(../img/mv_back.png) 0 0 no-repeat;
  */
  background-size: 100% auto;
  width: 100%;
  padding-top:127%;
  overflow: hidden;
  }

  .font {
    font-size: 1.2em;
    color:#ffffff;
  }


.font5 {
  font-size: 1.6em;
}

.font6 {
  font-size: 1.4em;
}

.midashi {
  font-size: 2.1em;
}


#section03 h4 {
  width: 95%;
 padding-top: 8%;
 padding-left: 5%;
}




/* 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;}
.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%;
}


