@charset "UTF-8";

body {
	background-color: #F0F0F0;
	margin: 0;
	padding: 0;
	}

#top {
	margin-bottom: 0;
	display: flex;
	background-color: #FFFFFF;
}

h1{ 
	padding-left: 20px;
	font-size: 25px;
	font-family: "ヒラギノ角ゴシック W2";
}

h2{
	font-family: "ヒラギノ角ゴシック W2";
}

h3{
	  font-size:100%; 
}

#topimages{
	width: auto;
	margin-bottom:auto;
}

.logo{
	position: absolute;
    margin-top: 3%;
	text-align: center;
	z-index: 10;
}

ul{
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: auto;
}

li{
	width: 100vw;
	display: inline-block;
	justify-content: space-around;
	align-items: center;
	margin-top: 0;
	margin-bottom: 30%;
}

.slider {
    margin: auto;
	background-position: 0;
}

.slider-item {
	position: absolute;
	opacity: 0;
	animation: change-img-anim 25s infinite;
}


.slider-item:nth-of-type(1) {
	animation-delay: 0s;
}
.slider-item:nth-of-type(2) {
	animation-delay: 5s;
}
.slider-item:nth-of-type(3) {
	animation-delay: 10s;
}
.slider-item:nth-of-type(4) {
	animation-delay: 15s;
}
.slider-item:nth-of-type(5) {
	animation-delay: 20s;
}

@keyframes change-img-anim {
	0%{ opacity: 0;}
	15%{ opacity: 1;}
	25%{ opacity: 1;}
	30%{ opacity: 0;}
	100%{ opacity: 0;}
}

#honbun1{
	margin-top: 40%;
    margin-left: 10%;
	margin-right: 10%;
	text-align: center;
	font-size:14px;
	font-family: "ヒラギノ角ゴシック W2";
}


#headline1{
	justify-content: center;
	display: flex;
	margin-top: 20px;
	margin-right: 5%;
	font-size: 120%;
	padding-bottom: 0;
}

#headline1>img{
	width: 100vw;
	max-width: 80px; 
	height: 10%;
	margin-bottom: 0;
	animation: fluffy1 2s ease infinite; 
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

#text{
	margin-right: 14%;
    margin-left: 14%;
	font-size: 70%;
    text-align: center;
	font-family: "ヒラギノ角ゴシック W2";
}

#headline2{
	justify-content: center;
	display: flex;
	margin-top: 6%;
	margin-left: 5%;
	font-size: 120%;
	margin-bottom: 0;
}

#headline2>img{
	width: 100vw;
	max-width: 80px; 
	height: 10%;
	margin-bottom: 0;
	animation: fluffy1 2s ease infinite; 
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0); }
  5% {
    transform: translateY(0); }
  10% {
    transform: translateY(0); }
  20% {
    transform: translateY(-10px); }
  25% {
    transform: translateY(0); }
  30% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

#QA1{
	font-family: 'Osaka-mono', 'MS Gothic', 'monospace';
	padding-bottom: 50px;
    margin-left: 10%;
	margin-right: 10%;
}

#QA2{
	font-family: 'Osaka-mono', 'MS Gothic', 'monospace';
	padding-bottom: 50px;
    margin-left: 10%;
	margin-right: 10%;
}

details.addEventListener("toggle", (event){
  if (details.open) {
  } else {
  }
});

details {
  font: 16px "Open Sans", Calibri, sans-serif;
  width: auto;
  height: 10px;
  line-height: 20px;
  border-radius: 50px;
  padding-top: 50px;
  padding-bottom: 10%;
}

details > summary {
  margin-top: 10px;
  border-radius: 0px 20px 0px 20px;
  padding: 30px;
  padding-left: 1%;
  padding-right: 1%;
  border:4px dotted #BBBBBB;
  text-align: center;
  font-size: 100%;
  font-family: "ヒラギノ角ゴシック W3";
}

details > h3 {
  border-radius: 50px 50px 50px 50px;
  background-color: #D5D5D5;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 3%;
  font-size:16px; 
  font-family: "ヒラギノ角ゴシック W3";
}

details > p {
  border-radius: 50px 50px 50px 50px;
  margin-left: auto;
  margin-right:auto;
  margin-top: 10px;
  margin-bottom: 20px;

  padding-bottom: 5px;
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック W2";
}


details[open] > summary {
  background-color: #FFC84E;
  border: 0px dotted ;
　font-family: "ヒラギノ角ゴシック W2";
}

.qa{
	margin: 5%;
	max-width: 90%;
	font-size: 16px;
	padding: 15px;
	background-color: #FFFFFF;
	border-radius: 20px;
	opacity: 80%;
	font-family: "ヒラギノ角ゴシック W3";
}

.box{
  border-radius: 100px 100px 100px 100px;
  width:90%;
  height: 4%;
  margin: 5px auto;
  padding: 10px;
  background:#FFFFFF;
  text-align: center;
  font-size: 14px;
  font-family: "ヒラギノ角ゴシック W2";
}

.count-size{
  font-family: "ヒラギノ角ゴシック W4";
  font-size:90px;
  font-weight: bold;
  color: #F43164;
}

@media (hover: hover) and (pointer: fine) {
    .pagetop:hover, .pagetop:hover .pagetop__arrow {
        border-color: #FF7100;
    }
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    transform: translateY(20%) rotate(-45deg);
}

#under{
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 0;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size:5px;
	text-align: center;
	background-color: #FFFFFF;
    font-family: "ヒラギノ角ゴシック W2";
}