*{
    margin: 0;
    padding: 0;    
}
body { 
    font-family:'Noto Sans JP', sans-serif;
  } 
  input { 
    width: 100%; 
    font-family:'Poppins', sans-serif;
    font-size: 2em; 
  } 
.header{
    min-height: 100vh;
    width: 100%;
    background-image: linear-gradient(rgba(242, 170, 63, 0.7),rgba(151, 7, 96, 0.7)),url(images/friends-holding.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 150px;
}
.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background-color: #f44336;
    display: block;
    margin: auto;
    transition: 0.5s;
}
.nav-links ul li:hover::after{
    width: 100%;
}
.text-box{
    width: 90%;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text-box h1{
    font-size: 48px;
    font-family: serif;
}
.text-box p{
    margin: 10px  0 40px;
    font-size: 20px;
    color: #fff;
}
.text-box02 {
  padding-top: 620px;
}
.text-box02 h2{
  color: #fff;
  text-align: center;
  font-size: 44px;

} 

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 34px;
    font-size: 13px;
    background: transparent;
    position: relative;
    cursor: pointer;
}
.hero-btn:hover{
    border: 1px solid #f44336;
    background: #f44336;
    transition: 1s;
}

nav  .fa{
    display: none;
}

@media(max-width: 700px){
    .text-box h1{
        font-size: 26px;
    }
   
    .text-box02 h2{
        font-size: 30px;
    }
    .text-box p{
      font-size: 18px;
    }
    .nav-links ul li{
        display: block;
    }
    .nav-links {
        position: absolute;
        background: #f44336;
        height: 100vh;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa{
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 30px;
    }
}



/* ---------------------------------    Concept    ----------------------------- */
.container-lg{
  width: 100%;
  background-image: url(images/sec_back.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.concept{
    position: relative;
    width: 80%;
    margin: auto;
    text-align: center;
    padding: 100px 0px;
}


.concept .line {
  background-image: linear-gradient(135deg, #e73d70 0%, #890238 100%);
  border-radius: 5px;
  height: 4px;
  width: 100px;
  margin: auto;
  display: inline-block;
}

.concept h1{
  font-size: 36px;
  font-family: serif;
}

.concept p{
  font-size: 18px;
  font-family: poppins;
}
.note-text{
  background: rgba(252, 208, 218, 0.5);
  width: 100%;
  margin: auto;
  box-shadow: 5px 5px 7px 5px rgba(204, 204, 204, 0.941);
}
.note-text p{
  font-size: 20px;
  font-family: serif;
}
.note-text h2{
  font-size: 28px;
  font-family: serif;
  padding: 5% 0;

}
/*PCでは無効（改行しない）*/
.sma{
  display: none;
}
@media(max-width: 700px){
    .row{
      flex-direction: column;
    }
    .concept-text h1{
      font-size: 22px;
    }
    .note-text h2{
      font-size: 22px;
      font-weight: 200;
      line-height: 1.5
  }
    .note-text p{
        font-family: serif;
        font-size: 18px;
    }


/*スマートフォンでは有効（改行する）*/
  .sma{
      display: block;
  }
}




/* -----------------------------    Features   --------------------------------- */
.container{
  width: 100%;

}
.features{   
  background-color: rgb(255, 245, 242);
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  
}

.features .line {
  background-image: linear-gradient(135deg, #e73d70 0%, #890238 100%);
  border-radius: 5px;
  height: 4px;
  width: 100px;
  margin: auto;
  display: inline-block;
}
.features h1{
  font-size: 36px;
  font-family: serif;
  margin: auto;
}

.features p{
  font-size: 18px;
  font-family: poppins;
  padding-bottom: 30px;
}
.features-text p{
    color: #777;
    font-family: serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 30px;
}
.features-text h2{
  color: #777;
  font-family: serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  padding-top: 30px;
}
.features-row{
    width: 80%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.features-col{
    flex-basis: 28%;
    background: linear-gradient(rgb(254, 220, 206),rgb(255, 162, 136));
    border-radius: 10px;
    margin-bottom: 10%;
    padding: 10px 20px; 
    box-sizing: border-box;
    text-align: center;
    transition: 0.5s;
}
.features-icon{
    margin: 20px 20px 10px;
}
.features-col h3{
    font-size: 24px;
    font-family: 'Noto Sans JP';
    text-align: center;
    font-weight: 400;    
    margin: 10px 0;
}
.features-col p{
  font-family:'Noto Sans JP';
}
.features-col:hover{
    box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
/*PCでは無効（改行しない）*/
.sma{
  display: none;
}
@media(max-width: 700px){
    .row{
      flex-direction: column;
    }
   
    .features-text h2{
      font-size: 21px;
      font-weight: 200;
  }
   


/*スマートフォンでは有効（改行する）*/
  .sma{
      display: block;
  }
}





/* ----------------------------------    pricing  ----------------------------- */
.container-lg{ 
  width: 100%;
  background-image: url(images/sec_back.jpg);
  background-position: center;
  background-size: cover;
  position: relative;
}
.pricing{
  margin: auto;
  text-align: center;
  padding: 100px 0px;
}
.pricing .line {
  background-image: linear-gradient(135deg, #e73d70 0%, #890238 100%);
  border-radius: 5px;
  height: 4px;
  width: 100px;
  margin: auto;
  display: inline-block;
}
.pricing h1{
  font-size: 36px;
  font-family: serif;
  margin: auto;
}
.pricing p{
  font-size: 18px;
  font-family: poppins;
  padding-bottom: 30px;
}
.pricing-text h2{
  color: #777;
  font-family: serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 30px;
  padding: 30px 0;
}
.pricing-text .plan{
  color: black;
}
.card{
  position: relative;
  width: 60%;
  height: auto;
  background: linear-gradient(-45deg,#fe0847,#feae3f);
  border-radius: 15px;
  margin: auto;
  margin-bottom: 100px;
  padding: 20px;
  -webkit-box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 15px rgba(0,0,0,.1) ;
-webkit-transition: .5s;
transition: .5s;
}
.ribbon15 {  
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 20px;
  margin: 0;
  padding: 20px 0;
  z-index: 2;
  width: 70px;
  text-align: center;
  color: rgb(255, 140, 0);
  font-size: 20px;
  background: linear-gradient(#fbf9cb 0%, #ffd900 100%);
  border-radius: 2px 0 0 0;
  }

.ribbon15:before {
  position: absolute;
  content: '';
  top: 0;
  right: -6px;
  border: none;
  border-bottom: solid 6px #bdb700;
  border-right: solid 6px transparent;
}
.ribbon15:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 35px solid #ffd900;
  border-right: 35px solid #ffd900;
  border-bottom: 10px solid transparent;
}
.card:hover{
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.col-md-6:nth-child(1) .card ,
.col-md-6:nth-child(1) .card .title .fa{
  background: linear-gradient(-45deg,#f580e3,#64b5f6);

}
.col-md-6:nth-child(2) .card,
.col-md-6:nth-child(2) .card .title .fa{
  background: linear-gradient(-45deg,#ffec61,#f321d7);

}
.card::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: rgba(255, 255, 255, .1);
  z-index: 1;
-webkit-transform: skewY(-5deg) scale(1.5);
        transform: skewY(-5deg) scale(1.5);
}
.title .fa{
  color:#fff;
  font-size: 60px;
  width: 100px;
  height: 100px;
  border-radius:  50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0 10px 10px rgba(0,0,0,.1) ;
          box-shadow: 0 10px 10px rgba(0,0,0,.1) ;

}
.title h2 {
  position: relative;
  margin: 20px  0 0;
  padding: 0;
  color: #fff;
  font-size: 28px;
 z-index: 2;
}
.price,.option{
  position: relative;
  z-index: 2;
}
.price h4 {
margin: 0;
padding: 20px 0 ;
color: #fff;
font-size: 40px;
}
.price small{
  color: #fff;
  font-size: 20px;
}
.option p{
margin: 5px;
padding: 0;
color: #fff;
font-size: 20px;
}
.card a {
  position: relative;
  z-index: 2;
  background: #fff;
  color : black;
  width: px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  display: block;
  text-align: center;
  margin: 20px auto 0 ;
  font-size: 16px;
  cursor: pointer;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
.card a:hover{
    text-decoration: none;
    background: #f4aa2a;
    color: #fbf9cb;
}
/*PCでは無効（改行しない）*/
.sma{
  display: none;
}
@media(max-width: 700px){
  .features-row{
      flex-direction:  column;
  }
  .card{
    margin-bottom: 20px;
  }
    .row{
      flex-direction: column;
    }
    .pricing-text h1{
      font-size: 22px;
    }
    .pricing-text h2{
      font-size: 22px;
      font-weight: 200;
      line-height: 1.5
  }
  /*スマートフォンでは有効（改行する）*/
  .card{
    position: relative;
    width: 80%;
    height: auto;
  }
  .sma{
    display: block;
}
}  







/* -------------------------------------   Target   --------------------------- */

.container{
  width: 100%;
}
.target{   
  background-color: rgb(253, 244, 228);
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  
}

.target .line {
  background-image: linear-gradient(135deg, #e73d70 0%, #890238 100%);
  border-radius: 5px;
  height: 4px;
  width: 100px;
  margin: auto;
  display: inline-block;
}
.target h1{
  font-size: 36px;
  font-family: serif;
  margin: auto;
}
.target-container{
  width: 80%;
  margin: auto;
  display: flex;
  padding: 100px 0;

}
.target-row{
  margin: auto;
  text-align: center;
  padding-left: 20px;
}

.target h3{
  margin-top: 15px;
  text-align: left;
  font-size: 25px;
  font-family: 'Noto Sans Jp';
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.target i{
  color: #ff2e7b;
  margin: 0px 15px 20px 20px;
  font-size: 20px;
}

.target .fa {
  font-size: 30px;
}
#image{
  margin: auto;
  border-radius: 10px;
}
/*PCでは無効（改行しない）*/
.sma{
  display: none;
}
@media(max-width: 700px){
  .target-col{
      flex-direction:  column;
  }
  .concept-text h1{
    font-size: 22px;
  }
  .col-lg-6 h3{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5
}
  .col-lg-6 p{
      font-family: serif;
      font-size: 18px;
  }
  #image {
    max-width: 100%;
    height: auto;
}
  /*スマートフォンでは有効（改行する）*/
  .sma{
    display: block;
    line-height: -0.5;
}
}







/* ----------------------------------   Our Service  ----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

.container-lg{ 
    width: 100%;
    background-image: url(images/sec_back.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
 }

.service{   
  
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 100px 0px;
}
.service .line {
  background-image: linear-gradient(135deg, #e73d70 0%, #890238 100%);
  border-radius: 5px;
  height: 4px;
  width: 100px;
  margin: auto;
  display: inline-block;
}
.service h1{
  font-size: 36px;
  font-family: serif;
  margin: auto;
}
.service p{
  font-size: 18px;
  font-family: poppins;
  padding-bottom: 30px;
}
.service-text p{
  color: #777;
  font-family: serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}
.page-content {
  display: grid;
  grid-gap: 3rem;
  padding: 1rem;
  width: 80%;
  margin: 0 auto;
  font-family: var(--font-sans);
}
h1{
  font-size: 36px;
  font-weight: 600;
  margin: auto;
}
p{
  color: #777;
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  padding: 10px;
}

@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 700px) {
  .page-content {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cord {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(255, 253, 253, 0.1), 0 2px 2px rgba(253, 211, 211, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media (min-width: 600px) {
  .cord {
    height: 350px;
  }
}
.cord:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.cord:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.cord:nth-child(1):before {
  background-image: url(images/cooking-class.jpg);
}
.cord:nth-child(2):before {
  background-image: url(images/dinner-party.jpg);
}
.cord:nth-child(3):before {
  background-image: url(images/\ activity-02.jpg);
}


.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;

  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}

p.copy {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: #fff;
  line-height: 1.35;
}


@media (hover: hover) and (min-width: 700px) {
  .cord:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .cord:hover,
.cord:focus-within {
    align-items: center;
  }
  .cord:hover:before,
.cord:focus-within:before {
    transform: translateY(-4%);
  }
  .cord:hover:after,
.cord:focus-within:after {
    transform: translateY(-50%);
  }
  .cord:hover .content,
.cord:focus-within .content {
    transform: translateY(0);
  }
  .cord:hover .content > *:not(.title),
.cord:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

.cord:focus-within:before, .ccord:focus-within:after,
.cord:focus-within .content,
.cord:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}










/*--------------- Cool To Action ---------------*/

.cta{
    margin-bottom: 100px auto;
    width: 100%;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(images/friends-holding.jpg);
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 100px 0;
}
.cta h1{
    color: #fff;
    margin-bottom: 20px;
    padding: 0;
    font-size: 25px;
}

@media(max-width: 700px){
    .cta h1{
        font-size: 24px;
    }
}



/*---------------  our company --------------- */


.container{
  width: 100%;

}
.ourcompany{   
  background-color: rgb(255, 245, 242);
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  
}
.ourcompany .line {
  background-image: linear-gradient(135deg, #e73d70 0%, #890238 100%);
  border-radius: 5px;
  height: 4px;
  width: 100px;
  margin: auto;
  display: inline-block;
}
.ourcompany h1{
  font-size: 36px;
  font-family: serif;
  margin: auto;
}
.company{
  padding-top: 30px;
}
#table01 {
    margin: auto;
}

#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th,
#table01 td {
  padding: 24px 0;
  border: none;
  text-align:left;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}


/*--------------- footer ---------------*/

 .footer{
    width: 100%;
    text-align: center;
    padding: 30px 0;
 }
 .footer h4{
    margin-bottom: 25px;
    margin-top: 20px;
    font-weight: 600;
 }
 
 .fa-heart-o{
    color: #f44336;
 }
