@charset "utf-8";

@import "reset.css";
@import "cmn-options.css";


#bodywrap {
background-repeat:round;
background-color:#fff;
background-attachment: fixed;
}

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


#wrapper {
  width: 94%;
  max-width: 880px;
  height: auto;
  background: #fff;
  margin: 0 auto;
}



.box2{
visibility : hidden;
}

.box3{
visibility : hidden;
}

.box4{
visibility : hidden;
}

.box5{
visibility : hidden;
}

a:hover{opacity: 0.5;}

#icon_box_bk{
	display: none;
	width:350px;
	position: fixed;
	top:1px;
	right: 1%;
	padding:0;
	margin:0;
	z-index: 999;
}


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

.txt-j{text-align: justify;}


/* ヘッダー */

#header{
  position:relative;
  background: url(../img/main.jpg) 0 0 no-repeat;
  background-size: 100% auto;
  }



.mark1 {
  position: absolute;
  top:22%;
  width:100%;
  left:0%;
  z-index:1;
}




.bg {
  background: url("../img/back.jpg") 0 0 no-repeat;
  border-radius: 20px;
  background-size: cover;
}

.dsp_flex{display: flex;flex-wrap: wrap;justify-content: space-between;}


.font5 {
  font-size: 1.6em;
}




/* 仕切り罫 */
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;
}


/* フッター
*******************************/
#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{display: flex;width: 100%;justify-content: space-between;padding: 0 5%;}

ul.example li {
background:#ddd;
text-align: center;	
width: 31%;
margin-left:0.5%;
margin-right:0.5%;
}

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%;
}


.timing{
  /* 0.5秒待ってからアニメーションする */
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay:0.5s;
}

.whiteconte{background-color: #fff; border-radius: 20px;padding: 4% 1%;;width: 90%;margin: 0 auto;}



