@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  text-underline-offset: 0.15em;
}

html {
  -webkit-text-size-adjust: 100%;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

body {
  font-family: 'Zen Maru Gothic', 'Noto Sans JP', sans-serif;
  font-weight: 900;
  background-image: url(../img/check.jpg);
}

.header {
  height: 710px;
  margin: 0;
  background-color: #ec3f31;
}

.img_header {
  position: static;
  background-repeat: no-repeat;
}

.logo {
  width: 300px;
  margin-top: -135px;
  margin-left: auto;
  margin-right: auto;
}

.maku {
  width: 497.01px;
  height: 126px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.fore {
  width: 200px;
  margin-top: 90px;
  margin-left: 930px;
}

.furu {
  margin-top: -450px;
  margin-left: 1100px;
}

.fuki {
  width: 300px;
  height: 232px;
  margin-top: -335px;
  margin-left: 20px;
}

.chi {
  margin-top: -350px;
  margin-left: 850px;
}

.sha {
  width: 300px;
  margin-top: -300px;
  margin-left: 150px;
}

.sho {
  margin-top: -100px;
  margin-left: 300px;
}

.ami {
  width: 291.99px;
  height: 378.02px;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}

.tNav {
  margin-top: -165px;
  margin-left: 835px;
}

.tNav ul {
  display: flex;
}

.tNav ul a {
  color: #f3e9da;
  font-size: 18px;
  padding: 30px;
}

.tNav ul a:hover {
  color: white;
}

.con {
  width: 580px;
  margin: 105px;
  margin-left: auto;
  margin-right: auto;
}

.policy {
  display: flex;
}

.policy figure {
  width: 500px;
  margin-left: -350px;
  margin-top: 120px;
}

.policy-text {
  width: 800px;
  height: 295px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #FFDBED;
}

.policy-text h3 {
  font-size: 2rem;
  margin-top: 25px;
  margin-bottom: 30px;
}

.policy-text p {
  font-size: 1.1rem;
  line-height: 1.75;
  text-align: justify;
}

#yokoso {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yokoso {
  width: 1000px;
  margin-top: 80px;
}

.yokoso img {
  margin-bottom: 1rem;
}

.chikyu {
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

#menu-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.menu {
  width: 580px;
  margin: 105px;
  margin-left: 500px;
  margin-right: auto;
}

.menu-1 {
  width: 1000px;
  margin-top: 140px;
  margin-left: -300px;
}

.menu-1 h2 {
  background-color: #FFDBED;
  background-position: center;
  width: 350px;
  height: 112px;
  margin-top: -100px;
  margin-left: 315px;
  text-align: center;
  padding: 5px;
}

.menu-2 {
  width: 1000px;
  margin-top: 40px;
}

.menu-2 h2 {
  background-color: #FFDBED;
  background-position: center;
  width: 350px;
  height: 112px;
  margin-top: -100px;
  margin-left: 315px;
  text-align: center;
  padding: 5px;
}

.menu-3 {
  width: 1000px;
  margin-top: 40px;
}

.menu-3 h2 {
  background-color: #FFDBED;
  background-position: center;
  width: 350px;
  height: 112px;
  margin-top: -180px;
  margin-left: 315px;
  text-align: center;
  padding: 5px;
}

.menu-4 {
  width: 1000px;
  margin-top: 140px;
}

.menu-4 h2 {
  background-color: #FFDBED;
  background-position: center;
  width: 350px;
  height: 112px;
  margin-top: 00px;
  margin-left: 315px;
  text-align: center;
  padding: 5px;
}

.cake {
  width: 1000px;
  margin-top: 40px;
  margin-left: 330px;
}

.logogo {
  margin-top: 200px;
  margin-left: 465px
}

.chizu {
  background-size: cover;
}

.youtube {
  margin-left: 400px;
  margin-top: 50px;
}

.sns {
  width: 350px;
  height: 122px;
  margin: 96px;
  margin-left: 500px;
  background-color: #FFDBED;
}

.sns ul {
  display: flex;
  justify-content: space-between;
  font-size: 4rem;
  padding: 17px;
}

.sns ul li a:hover {
  opacity: 0.5;
}

.footer {
  background-color: #ec3f31;
  text-align: center;
  padding: 20px 0 20px;
  color: #f3e9da;
  font-size: 0.9rem;
}

.footer-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo {
  width: 80px;
  margin-bottom: 20px;
}

.footer ul {
  width: 600px;
  display: flex;
  justify-content: space-between;
  text-decoration: underline;
  margin-bottom: 20px;
}

.footer ul li a {
  color: #f3e9da;
}

.footer ul li a:hover {
  opacity: 0.7;
}

.footer small {
  font-size: 0.9rem;
}

#page-top {
	position: fixed;
	right: 10px;
	bottom:30px;
	z-index: 2;
	opacity: 0;
	transform: translateY(150px);
}

#page-top.UpMove{
	animation: UpAnime 1s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
    transform: translateY(150px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.3s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

#page-top a {
	display: block;
	width: 100px;
	height: 100px;
	color: #000;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	background: url("../img/cupchee.png") no-repeat center;
	background-size: contain;
}

#page-top.floatAnime a{
	width: 100px;
	height: 200px;
	background: url("../img/chara.png") no-repeat center;
	background-size: contain;
	animation: floatAnime 2s linear infinite;
	opacity: 0;
}

@keyframes floatAnime {
  0% { transform: translateX(0); opacity: 0; }
  25% { transform: translateX(-6px);opacity: 1; }
  50% { transform: translateX(0) }
  100% { transform: translateX(6px);opacity: 1; }
}

#page-top span{
    position: absolute;
    bottom: -20px;
    right: 28px;
	color: #000;
}