@charset "UTF-8";

h1 {
  width:1100px;
  height:auto;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 99;
  text-align: center;
  font-family: "Kaisei Decol";
  font-size: 5em;
  font-weight: 500;
  text-transform: uppercase;
  color: #fa6417;
  text-shadow: 2px 2px 3px #6b1a11;
  
  padding: 1.6em 0 0 0;
  line-height: 1;
}
h1 small {
  display: block;
  text-transform: lowercase;
  font-size: 0.5em;
  padding: 0em 0 3em 0;
}

@media screen and (max-width:767px){
h1 {width:100%;
	font-size: 2.3em;
	top: 30%;
	}
	
h1 small {
   padding: 2em 0 1em 0;
}	
}



.text__bound {
  animation: key .3s ease infinite alternate;
}
@keyframes key {
  0% {transform: translateY(0px);}
  100% {transform: translateY(-10px);}
}


/**/
.loop {
	position: relative;
	background-color: #06348b;
    padding-top: 110px;
    padding-bottom: 0px;
    overflow: hidden;
}
.loop__box {
    display: flex;
    width: auto;
}
.loop__box img {
    min-width: 100vw;
}
.loop__box img:first-child {
    animation: loop 50s -25s linear infinite;
}
.loop__box img:last-child {
    animation: loop2 50s linear infinite;
}

@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}


/*intoro*/
.intro {
  min-width: 100%;
  height: 100%;
  padding: 10px 0 20px 0px;
  background-color: #06348b;
}

.intro .wrap {
  position: relative;
}
.intro p {
  width: 1000px;
  font-family: "Kaisei Decol";
  font-size: 18px;
  color: #ffffff;
  line-height: 1.5;
  padding: 5px 10px 5px 5px;
  text-align: left;
}


/*プラン説明*/
.plan{
 width: 2000px;
 max-width: 100%;
 height: auto;
margin-right: auto;
  margin-left: auto;
 padding:20px 0 80px 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: underline #0EC8D8 dotted 8px;
}


.box{
  display: flex;
  flex-direction: row;
}
.box + .box{
  margin-top: 80px;
}
.box__body{
  width: 50%;
  padding: 0 20px;
}
.box__ttl {
  line-height:2; padding-top:5px; padding-left:53px;
  background:url("../trial/image/mark.png") no-repeat left top 5px;	
  font-size: 25px;
  font-family: "Kaisei Decol";
  text-transform: uppercase;
  margin:0 0 0 30px;
}
.box__txt {
  font-size: 17px;
  margin: 20px 30px 30px 30px;
}
.box__image{
  width: 50%;
}
.box__image img{
  height: 100%;
  object-fit: cover;
}

.box.reverse{
  flex-direction: row-reverse;	
}

/*注釈*/
.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: right; margin: 5px 150px 0px 0px;}
.cation_3{font-size:15px; color: #808080; line-height:1; text-align: center;margin: 15px 30px 0px 30px;}


/*料金説明*/
.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: underline #0EC8D8 dotted 8px;
}

.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/outdoor.png") left center no-repeat;
background-size: 6%;
    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;
padding:20px 0 50px 0px;
text-decoration: underline #0EC8D8 dotted 8px;
}

.contact p {
  font-family: "小塚ゴシック";
  font-size: 18px;
  color: #06348b;
  line-height: 1.8;
  padding: 5px 5px 5px 5px;
  text-align: center;
}

.contact a:hover{color:#F33C09; text-decoration:underline;}

/*スケジュール*/
.sche{
 width: 90%;
  height: 100%;
  margin: 0px auto;
  padding: 10px 0 20px 50px;
}

.sche .wrap {
  position: relative;
}

.sche h2{
font-family: "Kaisei Decol";
font-size:35px; 
line-height:1.5;
text-align: center;
padding:20px 0 50px 0px;
text-decoration: underline #0EC8D8 dotted 8px;
}

*{
  margin:0;
  padding:0;
  line-height: 1.3em;
} 
/* time-schedule */
.time-schedule {
  list-style: none;
  margin: 0 6em 0 6em;
  padding-left: 20px;
  border-left: 6px solid #deeef7;
  box-sizing: border-box;
}

.time-schedule li {
  width: 100%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 5em;
  height: auto;
  display: inline-block;
  margin-left: -8em;
  padding:5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: center;
  box-sizing: border-box; 
  border-radius: 6px;
  background-color: #3388dd;
  color: #fff;
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 0;
  background: #3388dd;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}


.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}

.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}


.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}


@media screen and (max-width:767px){
h1 {width:100%;
	font-size: 2.3em;
	}
  .intro {
    padding: 5px 0px 10px;
  }
  .intro h3 {
    font-size: 23px;
    line-height: 2;
    margin: 0px 0 10px 0;
  }
  .intro p {
    width: auto;
    font-size: 16px;
    line-height: 1.8;
    margin: 0px;
    padding: 0px;
    text-align: left;
  }

/*プラン説明 SP*/

.plan{
 width: 100%;
 margin-right: 0;
  margin-left: 0;
 padding:20px 0 30px 0px;
 box-sizing:border-box;
}
	
.plan h2{
font-size:25px; 
padding:10px 0 20px 0px;
}

.box {
    display: block;
  }	
	.box + .box{
    margin-top: 30px;
  }
  .box__body{
    width: 100%;
    padding: 0;
  }
  .box__image{
    margin-top: 30px;
    width: 100%;
  }
.box__ttl {
  line-height:2; padding-top:5px; padding-left:40px;
  background-size: 30px;
  font-size: 20px;
  text-transform: uppercase;
  margin:0 0 0 15px;
}
.box__txt {
  font-size: 16px;
  margin: 15px 10px 10px 15px;
}

.price{
  width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 0px 0 20px 0px;
 box-sizing:border-box;
}	
	
.price h2{
font-size:25px; 
padding:10px 0 20px 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{
  padding: 0 0 0 30px;
  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;
}	
	

.cation_2{font-size:15px; color: #808080; line-height:1; text-align: right; margin: 5px 15px 0px 10px;}	
	
/*貸し出し品*/
.rental{
 width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 10px 0 20px 0px;
}
	
.rental_box {
    border: 1px solid #003912;
    border-radius: 10px;
	padding: 20px 10px 20px;
    margin: 40px 0 30px;
}

.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:25px; 
padding:10px 0 20px 0px;
}

.contact p {
  font-size: 16px;
  padding: 5px 20px 10px 20px;
  text-align: center;
}	
	
/*スケジュール*/
.sche{
 width: 100%;
  height: 100%;
  margin: 0px auto;
  padding: 10px 0 20px 10px;
}

.sche h2{
font-size:25px; 
line-height:1.5;
text-align: center;
padding:10px 0 20px 0px;
}

/* time-schedule */
.time-schedule {
  list-style: none;
  margin: 0 6em 0 6em;
  padding-left: 20px;
  border-left: 6px solid #deeef7;
  box-sizing: border-box;
}

.time-schedule li {
  width: 120%;
  margin: 0 0;
  padding: 5px 0;
  position: relative;
}

.time-schedule span.time {
  width: 5em;
  height: auto;
  display: inline-block;
  margin-left: -8em;
  padding:5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  text-align: center;
  box-sizing: border-box; 
  border-radius: 6px;
  background-color: #3388dd;
  color: #fff;
}

.time-schedule span.time::after {
  content: "";
  position: absolute;
  right: -32px;
  top: 0;
  background: #3388dd;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}


.time-schedule .sch_box {
  display: inline-block;
  width: 100%;
  margin-left: 30px;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #efefef;
  box-sizing: border-box;
  border-radius: 6px;
}

.time-schedule .sch_title {
  font-size: 16px;
  font-weight: 700;
}

.time-schedule .sch_tx {
  font-size: 14px;
  font-weight: normal;
}	
	
}


















