@charset "UTF-8";

@font-face {
	font-family: 'dela';
	src: url(fonts/DelaGothicOne-Regular.ttf);
}

h1 {
  width:100%;
  height:auto;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: "Dela";
  font-size: 8em;
  font-weight: 500;
  text-transform: uppercase;
  color: #852301;
  text-shadow: 5px 5px 6px #fff400;
  padding: 1.5em 0 0 0;
  line-height: 1;
}

h1 small {
  display: block;
  text-transform: lowercase;
  font-size: 0.7em;
  font-family: "Comic Sans MS";
  font-weight: 800;
  text-shadow: 5px 5px 6px #ffffff;
  color: #f60b98;
}



.text__top-in {
    animation: top-in 1 0.4s 0s;
}
/* top-in-basic */
@keyframes top-in {
  0%{transform: translateY(-2000px)}
  100%{transform: translateY(0px)}
}
@keyframes left-in {
  0%{transform: opacity(0.4)}
  100%{transform: opacity(1)}
}

/*KV*/

.loop {
position: relative;
background-color: #ffffff;
width: 100%;
height: 100vh;
margin: 0 auto;
}

.loop__box {
   display: flex;
}
.loop__box img {
	position: absolute;
	width: 100%;
	height: 100%;
	inset: 0;
	opacity: 0;
	animation: slideshow1 10s linear infinite;
}

.loop img:nth-child(1) {
      animation-delay: 0s;
    }	

	
.loop img:nth-child(2) {
      animation-delay: 5s;
    }	


@keyframes slideshow1 {
  0%   { opacity: 0; }
  25%   { opacity: 1; }
  50%   { opacity: 1; }
  75%  { opacity: 0; }
  100% { opacity: 0; }
	
}
	
@media screen and (max-width:1024px){
.loop {
  width: 100%;
  min-width: 100%;
  height: 90vh;
  margin: 0 auto;
}

.loop__box img {
  width: 100%;
  height : 90vh;
 object-fit: cover;
}	
}

.intro {
  width:100%;
  min-width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 10px;
  background-color: #06348b;
  box-sizing: border-box; 
}

.intro .wrap {
  position:relative;
}

.intro p {
  width: 100%;
  max-width: 100%;
  font-family: "Kaisei Decol";
  font-size: 25px;
  color: #ffffff;
  line-height: 1.5;
  margin: 10px 0px 10px 0px;
  padding: 0px;
  text-align: center;
}

/*STEP説明*/
.plan{
 width: 100%;
 max-width: 100%;
 height: auto;
 margin-right: auto;
 margin-left: auto;
 padding:20px 0 50px 0px;
 box-sizing:border-box;
}


.plan h2{
font-family: "Kaisei Decol";
font-size:35px; 
line-height:1.5;
text-align: center;
padding:20px 0 50px 0px;
text-decoration: #f60b98 wavy underline 5px;
font-weight: 600;
}

.plan_step{
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0px 10px 0px;
}

.plan_container {
  padding: 0px;
  width: 45%;
}

.plan_container:not(:nth-child(2n+2)) {
  margin-right: 3%;
  margin-left: 3%;
}

.plan_container:nth-child(n+3) {
  margin-top: 20px;
  margin-bottom: 30px;
}

.plan_container h3 {
  padding: 5px;
  background-color:#fffffff;
  text-align: center;
  height:82%;
  
}

.plan_container span {
  font-size: 0.7rem;
  padding: 0px 0px 0px 0px;
}

.plan_container p {
  background-color: #FFFFFF;
  font-size: 19px;
  font-family:"Meiryo UI";
  text-align: center;
  margin: 0px 5px 5px 0;	
  padding: 0px 3px 3px 3px;
  line-height:25px;
  letter-spacing: 1.5px;
}
.plan_container img {
  width: 100%;
}

/*写真*/
.photo{
max-width: 100%;
background-image: url("../trial/image/pizza/back.jpg");
height: auto;
margin-right: auto;
margin-left: auto;
padding:0px 0 0px 0px;
}


.photo h2{
font-family: "Kaisei Decol";
font-size:35px; 
line-height:1.5;
text-align: center;
padding:20px 0 50px 0px;
text-decoration: #f60b98 wavy underline 5px;
font-weight: 600;
}

.photo_step{
  display: flex;
  flex-wrap: wrap;
　margin: 100px 0px 0px 350px;
}

.photo_container {
　padding: 0;
  width: 50%;
}

.photo_container:not(:nth-child(2n+2)) {
  margin-right: 0%;
  margin-left: 0%;
}

.photo_container:nth-child(n+3) {
  margin-top: 0px;
  margin-bottom: 30px;
}

.photo_container h3 {
  padding: 0px;
  text-align: center;
  height:100%;
  line-height:10px;
}

.photo_container span {
  font-size: 0.7rem;
  padding: 0px 0px 0px 0px;
}

.photo_container img {
  width: 80%;
}


/*料金説明*/
.price{
 width: 90%;
  height: 100%;
  margin: 0px auto;
  padding: 10px 0 20px 0px;
}

.price .wrap {
  position: relative;
}

.price h2{
font-family: "Kaisei Decol";
font-size:35px; 
line-height:1.5;
text-align: center;
padding:20px 0 50px 0px;
text-decoration: #f60b98 wavy underline 5px;
font-weight: 600;
}

.price p {
  font-family: "小塚ゴシック";
  font-size: 18px;
  color: #06348b;
  line-height: 1.8;
  padding: 5px 5px 5px 5px;
  text-align: center;
}

.price .ttl{
    background: #06348b;
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.price .ttl h3{
background: url("../images/common/pizza.png") left center no-repeat;
background-size: 11%;
    padding: 0 0 0 40px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
line-height: 23px;
}

.price .ttl ul{
display: flex;
    justify-content: space-between;
}


.price .ttl ul li{
    background: #fff;
	color: #06348b;
    padding: 8px 10px;
    margin-left: 5px;
}

/*料金*/
.fee{
   width: 75%;
   height: 100%;
   background: #06348b;
   margin:25px auto 10px auto;
	}
 
.fee p {
  font-size: 30px;
  color: #ffffff;
  line-height: 2;
  text-align: center;
  border: 5px solid #aaa;
}

/*貸し出し品*/
.rental{
 width: 90%;
  height: 100%;
  margin: 0px auto;
  padding: 10px 0 20px 0px;
}

.rental .wrap {
  position: relative;
}

.rental_box {
    border: 1px solid #003912;
    border-radius: 10px;
	padding: 40px 30px 20px;
    margin: 40px 0 30px;
}

.rental_box h3 {
font-size: 2.0rem;
    line-height: 1.1;
    margin: -50px 0 20px;
    text-align: center;
}
.rental_box h3 span {
    display: inline-block;
    background: #fff;
    padding: 0 15px;
}

.rental a:hover{color:#F33C09; text-decoration:underline;}


/*ご予約・ご利用方法*/
.contact{
 width: 90%;
  height: 100%;
  margin: 0px auto;
  padding: 10px 0 20px 0px;
}

.contact .wrap {
  position: relative;
}

.contact h2{
font-family: "Kaisei Decol";
font-size:35px; 
line-height:1.5;
text-align: center;
text-decoration: #f60b98 wavy underline 5px;
font-weight: 600;
padding:20px 0 50px 0px;
}

.contact p {
  font-family: "小塚ゴシック";
  font-size: 18px;
  color: #06348b;
  line-height: 1.8;
  padding: 5px 5px 5px 5px;
  text-align: center;
}

.contact span {
  font-size: 30px;
  padding: 10px 30px 10px 30px;
}

.big{text-align: center;font-size:25px; color:#F06410; line-height:2; margin: 15px 30px 10px 30px;}


.contact a:hover{color:#F33C09; text-decoration:underline;}


.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/*注釈*/
.cation{font-size:15px; color: #808080; line-height:1; margin: 15px 30px 0px 30px;}
.cation_2{font-size:15px; color: #808080; line-height:1; text-align: left; margin: 10px 0px 0px 50px;}
.cation_3{font-size:15px; color: #808080; line-height:1; text-align: center;margin: 15px 30px 50px 30px;}
.cation_4{font-size:15px; color:#F50110; line-height:1; text-align: center;margin: 5px 30px 10px 30px;}
.cation_5{font-size:20px; font-weight: 600; color:#F50110; line-height:1; text-align: center;margin: 5px 30px 10px 30px;}


/*フェードイン*/
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}



@media screen and (max-width:767px){
h1 {width:100%;
	font-size: 3.7em;
	top: 48%;
	}
h1 small {
  font-size: 0.8em;
}

  .intro {
    padding: 5px 0px 10px;
  }
  .intro h3 {
    font-size: 23px;
    line-height: 2;
    margin: 0px 0 10px 0;
  }
  .intro p {
    width: auto;
    font-size: 18px;
    line-height: 1.8;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }

/*STEP説明*/
.plan h2{
font-size:27px; 
padding:10px 0 20px 0px;
}

.plan_container {
  padding: 0px;
  width: 100%;
}

.plan_container:not(:nth-child(1n+1)) {
  margin-right: 5%;
  margin-left: 5%;
}

.plan_container:nth-child(n+2) {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 5%;
  margin-left: 5%;
}

.plan_container h3 {
  text-align: center;
  height:auto;
}

.plan_container p {
  font-size: 16px;
  text-align: left;
  margin: 0px 5px 0px 5px;	
  padding: 0px 5px 0px 5px;
  line-height:23px;
  letter-spacing: 1px;
}
.plan_container img {
  width: 100%;
}	
	
	
.photo{
margin-bottom: 50px;
}
	
.photo h2{
font-size:27px; 
padding:10px 0 20px 0px;
}

.photo_step{
  display: flex;
  flex-wrap: wrap;
}

.photo_container {
　padding: 0;
  width: 100%;
}

.photo_container:not(:nth-child(1n+1)) {
  margin-right: 0%;
  margin-left: 0%;
}

.photo_container:nth-child(n+2) {
  margin-bottom: 10px;
}

.photo_container h3 {
  padding: 0px;
  text-align: center;
  height:100%;
  line-height:10px;
}

.photo_container span {
  font-size: 0.7rem;
  padding: 0px 0px 0px 0px;
}

.photo_container img {
  width: 90%;
}
	

.price{
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px 0 20px 0px;
 box-sizing:border-box;
}	
	
.price h2{
font-size:27px; 
padding:10px 0 40px 0px;
}

.price p {
  font-size: 16px;
  color: #06348b;
  line-height: 1.8;
  padding: 5px 5px 5px 5px;
  text-align: left;
}

.price .ttl{
    padding: 10px;
        display: block;
        margin-bottom: 20px;
}

.price .ttl h3{
  background-size: 9%;
  padding: 0 0 0 35px;
  font-size: 1.2rem;
        line-height: 1.2;
        margin-bottom: 10px;
}

.price .ttl ul{
   justify-content: center;
}

.price .ttl ul li{
    padding: 10px;
    font-size: 1.0rem;
}

/*料金*/
.fee{
   width: 100%;
   height: 100%;
   background: #06348b;
   margin:25px auto 10px auto;
	}
 
.fee p {
  font-size: 20px;
  color: #ffffff;
  line-height: 2;
  text-align: center;
  border: 5px solid #aaa;
}	
	
	
/*貸し出し品*/
.rental{
 width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 5px 0 20px 0px;
}
	
.rental_box {
    border: 1px solid #003912;
    border-radius: 10px;
	padding: 20px 10px 20px;
    margin: 20px 0 10px;
}

.rental_box h3 {
font-size: 1.5rem;
    line-height: 1.1;
    margin: -30px 0 5px;
    text-align: center;
}
.rental_box h3 span {
    display: inline-block;
    background: #fff;
    padding: 0 5px;
}
	
/*お問い合わせ*/
.contact{
 width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 10px 0 20px 0px;
}

.contact h2{
font-size:27px; 
padding:10px 0 20px 0px;
}

.contact p {
  font-size: 16px;
  padding: 5px 5px 10px 5px;
  text-align: center;
}
	
	
.contact span {
  font-size: 25px;
  padding: 20px 10px 20px 10px;
}

	
.big{text-align: center;font-size:20px; color:#F06410; line-height:1.5; margin: 20px 10px 20px 10px;}	
	

/*注釈*/
.cation{font-size:15px; color: #808080; line-height:1; margin: 15px 30px 0px 30px;}
.cation_2{font-size:13px; color: #808080; line-height:1; text-align: left; margin: 5px 0px 0px 20px;}
.cation_3{font-size:15px; color: #808080; line-height:1.5; text-align: center;margin: 15px 3px 30px 3px;}
.cation_4{font-size:15px; color:#F50110; line-height:1.5; text-align: center;margin: 0px 0px 0px 10px;}
.cation_5{font-size:20px; font-weight: 600; color:#F50110; line-height:1; text-align: center;margin: 5px 30px 10px 30px;}	
	

}


















