
body {
	font-family:"ＡＲＰ丸ゴシック体Ｍ","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size:1.6em;
	background: url("../sozai/background.jpg");
        z-index: -1;
}

/* :::::: slideshow :::::: */
 
#wrapper {
  overflow: hidden;
  width: 100%;
  padding: 0;
}
 
input[type="radio"] {
  display: none;
}
 
#slideshow {
  position: relative;
  width: 100%;
}
 
.slideContents {
  position: relative;
  background: rgba(255,255,255,.2);
  text-align: center;
  -webkit-user-select: none;
  user-select: none;
}
 
.slideContents {
  width: 1000%;
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}
 
.slideContents::after {
  content: "";
  display: block;
  clear: both;
}
 
.slideContents section {
  float: left;
  width: 10%;
  -webkit-transition: opacity .6s;
  transition: opacity .6s;
}
 
.slideContents section img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 0 50px;
  vertical-align: middle;
}
 
/* :::::: slideshow mechanism :::::: */
 
#switch1:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#switch2:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
#switch3:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}
#switch4:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-30%);
  transform: translateX(-30%);
}
#switch5:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
}
#switch6:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#switch7:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-60%);
  transform: translateX(-60%);
}
#switch8:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
}
#switch9:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%);
}
#switch10:checked ~ #slideshow .slideContents {
  -webkit-transform: translateX(-90%);
  transform: translateX(-90%);
} 
/* :::::: arrows :::::: */
 
.arrow,
.arrow label,
.arrow .ico {
  position: absolute;
}
 
.arrow {
  top: 0;
  margin: 0;
  transition: background .3s;
}
.prev { left: 0; }
.next { right: 0; }
 
.arrow:hover {
  background: rgba(255,255,255,.2);
}
 
.arrow,
.arrow label {
  cursor: pointer;
  width: 250px;
  height: 100%;
}
 
.arrow label {
  top: 0;
  left: 0;
  z-index: 1;
}
 
.arrow .ico {
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  opacity: 0;
  transition: right .6s, left .6s, opacity .6s;
}
 
.arrow:hover .ico {
  opacity: .6;
  transition-duration: .3s;
}
 
.prev .ico {
  left: 60%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
 
.next .ico {
  right: 60%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.prev:hover .ico { left: 30%; }
.next:hover .ico { right: 30%; }
 
/* :::::: arrows mechanism :::::: */
 
.arrow label {
  pointer-events: none;
}
 
#switch1:checked ~ #slideshow .prev label[for="switch6"],
#switch2:checked ~ #slideshow .prev label[for="switch1"],
#switch3:checked ~ #slideshow .prev label[for="switch2"],
#switch4:checked ~ #slideshow .prev label[for="switch3"],
#switch5:checked ~ #slideshow .prev label[for="switch4"],
#switch6:checked ~ #slideshow .prev label[for="switch5"],
#switch7:checked ~ #slideshow .prev label[for="switch6"],
#switch8:checked ~ #slideshow .prev label[for="switch7"],
#switch9:checked ~ #slideshow .prev label[for="switch8"],
#switch10:checked ~ #slideshow .prev label[for="switch9"],
 
#switch1:checked ~ #slideshow .next label[for="switch2"],
#switch2:checked ~ #slideshow .next label[for="switch3"],
#switch3:checked ~ #slideshow .next label[for="switch4"],
#switch4:checked ~ #slideshow .next label[for="switch5"],
#switch5:checked ~ #slideshow .next label[for="switch6"],
#switch6:checked ~ #slideshow .next label[for="switch1"],
#switch7:checked ~ #slideshow .next label[for="switch8"],
#switch8:checked ~ #slideshow .next label[for="switch9"],
#switch9:checked ~ #slideshow .next label[for="switch10"],
#switch10:checked ~ #slideshow .next label[for="switch1"] {
  pointer-events: auto;
}

.size{
	width: 60%;
	height: 300px;
	margin:30px 0 30px;
}

.midashi{
	overflow: auto;
	max-width: 50%;
	width: 100%;
	height: auto;
}

.menu{
  overflow: auto;
  max-width: 10%;
  width: 100%;
  height: auto;
}

.l1{
	margin: 0 30px 0;
}

p.mi {

  color:black; 
  background-color: white;
  margin: 30px 0 30px;
  line-height: 1;
  padding: 10px 5px 10px 5px;
  box-shadow:1px 3px 7px 0px #666666 ;
  border-left:7px solid #E88732;
  border-bottom: 3px solid #E88732;
  border-radius: 5px ;

}

.haiti{
    margin: 0 200px 0;
}


.news-background{

  background-color: white;

}

#bgnews{
  background-color: white;
  z-index: 2;
}

.focus img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.focus img:hover {

    content: "";
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    overflow: hidden;
}

#no-scroll{
    overflow: hidden;
    position:relative;
}

.img-wavering{

  background: transparent;
  animation: wavering 4s ease 0s infinite alternate none running;

}

@keyframes wavering {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(1) translateX(10vw);
    background: transparent;
  }

  50% {
    transform: scale(1) translateX(20vw);
    background: transparent;
  }

  75% {
    transform: scale(1) translateX(30vw);
    background: transparent;
  }

  100% {
    transform: scale(1) translateX(40vw);
    background: transparent;
  }
}

.title-moving{

  display inline;
  width: 40px;
  height: 40px;
  background: transparent;
  animation: font-moving 4s ease 0s infinite alternate none running;
}


@keyframes font-moving {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1);
    background: transparent;
  }

  100% {
    transform: scale(1) translateY(-40px);
    background: transparent;
  }
}


.delay{

    animation-delay: 1s;
}

.delay2{

    animation-delay: 2s;
}

.delay3{

    animation-delay: 3s;
}

div.title-moving {
    display: inline-block;
}

.square-button {
  position: relative;
  display: inline-block;
  padding: .65em 4em;
  border: 2px solid #333;
  color: #333;
  text-decoration: none;
  text-align: center;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.square-button::after {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
  content: '';
  width: 101%;
  height: 105%;
  background-color: #fe5f95;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.square-button:hover {
  color: #fff;
}
.square-button:hover::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.schedule-button {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: -webkit-linear-gradient(#fe5f95 , #ff3f7f);
  background: linear-gradient(#fe5f95 , #ff3f7f);
  border: 1px solid #fe3276;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.schedule-button:hover {
  -webkit-animation: scale .3s ease-in-out;
  animation: scale .3s ease-in-out;
}
@-webkit-keyframes scale {
  50% { -webkit-transform: scale(1.1); }
}
@keyframes scale {
  50% { transform: scale(1.1); }
}

.about-button {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: -webkit-linear-gradient(#539ddb , #539ddb);
  background: linear-gradient(#539ddb , #539ddb);
  border: 1px solid #539ddb;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.about-button:hover {
  -webkit-animation: scale .3s ease-in-out;
  animation: scale .3s ease-in-out;
}
@-webkit-keyframes scale {
  50% { -webkit-transform: scale(1.1); }
}
@keyframes scale {
  50% { transform: scale(1.1); }
}

.day-button {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: -webkit-linear-gradient(#fee95f , #e8d34a);
  background: linear-gradient(#fee95f , #e8d34a);
  border: 1px solid #fee95f;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.day-button:hover {
  -webkit-animation: scale .3s ease-in-out;
  animation: scale .3s ease-in-out;
}
@-webkit-keyframes scale {
  50% { -webkit-transform: scale(1.1); }
}
@keyframes scale {
  50% { transform: scale(1.1); }
}

.prepare-button {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: -webkit-linear-gradient(#ffb95c, #e8a44a);
  background: linear-gradient(#ffb95c , #e8a44a);
  border: 1px solid #ffb95c;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.prepare-button:hover {
  -webkit-animation: scale .3s ease-in-out;
  animation: scale .3s ease-in-out;
}
@-webkit-keyframes scale {
  50% { -webkit-transform: scale(1.1); }
}
@keyframes scale {
  50% { transform: scale(1.1); }
}

.information-button {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: -webkit-linear-gradient(#ff6c5c, #e85a4a);
  background: linear-gradient(#ff6c5c , #e85a4a);
  border: 1px solid #ff6c5c;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.information-button:hover {
  -webkit-animation: scale .3s ease-in-out;
  animation: scale .3s ease-in-out;
}
@-webkit-keyframes scale {
  50% { -webkit-transform: scale(1.1); }
}
@keyframes scale {
  50% { transform: scale(1.1); }
}

.specialthanks-button {
  display: inline-block;
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: -webkit-linear-gradient(#ff6c5c, #e27eed);
  background: linear-gradient(#ff6c5c , #e27eed);
  border: 1px solid #ff6c5c;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

.specialthanks-button:before{

content:"スペシャルサンクス";
}

.specialthanks-button:after{

content:url("specialthanks.html");
}

.specialthanks-button:hover {
  -webkit-animation: scale .3s ease-in-out;
  animation: scale .3s ease-in-out;
}
@-webkit-keyframes scale {
  50% { -webkit-transform: scale(1.1); }
}
@keyframes scale {
  50% { transform: scale(1.1); }
}
