@charset "utf-8"


*{
  margin: 0;
}
body{
  margin: 0;
  background-color: #eeeeee;
  color: #666666;
}
a{
  text-decoration: none;
}
p{
  font-family: "Lora", "Noto Sans Japanese";
  font-size: 20px;
  line-height: 36px;
  font-weight: lighter;
}
h3{
  font-family: "MS Mincho";
  font-size: 24px;
  font-weight: lighter;
  text-align: center;
}

/*共通*/

/*top*/

.img-pc{
  display: block !important;
}
.img-sp{
  display: none !important;
}

/*introduction*/

.introduction{
  background-color: #fff;
}

/*description*/

.description-title{
   text-align: center;
}

/*induce*/

.induce{
  background-color: #fff;
}

/*contetns*/

.contents-image img{
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

/*btn*/

.btn{
  position: relative;
  width: 380px;
  height: 60px;
  background-color: #BADDBF;
  color: #fff;
  border-radius: 4px;
}
.btn-title{
  width: 100%;
  display: inline-block !important;
  text-align: center !important;
  vertical-align: middle !important;
}
.btn:hover{
  background-color: #89B18F;
}
/*PC*/

@media screen and (min-width: 1280px) {

/*index*/
/*TOP*/

  .top img{
    width: 100%;
  }

/*introduction*/

  .introduction{
    padding: 50px;
    text-align: center;
    background-color: #fff;
  }
  .introduction h3 br{
    display: none;
  }

/*description*/

  .description-wrapper{
    position: relative;
    padding-bottom: 210px;
  }
  .illust01{
    position: absolute;
    width: 190px;
    top: 10px;
    z-index: 500;
    opacity: .8;
  }
  .illust02{
    position: absolute;
    width: 80px;
    top: 160px;
    left: 860px;
    opacity: .8;
  }
  .illust03{
    position: absolute;
    width: 55px;
    top: 50px;
    left: 990px;
    opacity: .8;
  }
  .illust04{
    position: absolute;
    width: 280px;
    top: 30px;
    right: -10px;
    opacity: .8;
  }
  .illust05{
    position: absolute;
    width: 100px;
    top: 810px;
    left: 140px;
    z-index: 500;
    opacity: .8;
  }
  .illust06{
    position: absolute;
    width: 110px;
    top: 680px;
    left: 1020px;
    z-index: 500;
    opacity: .8;
  }
  .illust07{
    position: absolute;
    width: 240px;
    top: 490px;
    right: 123px;
    z-index: 500;
    opacity: .8;
  }
  .illust08{
    position: absolute;
    width: 180px;
    top: 1300px;
    left: 170px;
    z-index: 500;
    opacity: .8;
  }
  .illust09{
    position: absolute;
    width: 110px;
    top: 1130px;
    left: 750px;
    z-index: 500;
    opacity: .8;
  }
  .illust10{
    position: absolute;
    width: 130px;
    top: 1200px;
    right: 30px;
    opacity: .8;
  }
  .illust11{
    position: absolute;
    width: 150px;
    top: 1350px;
    left: 1060px;
    opacity: .8;
  }
  .illust12{
    position: absolute;
    width: 200px;
    top: 1810px;
    right: 140px;
    opacity: .8;
  }
  .description{
    position: relative;
    width: 100%;
    height: 560px;
    margin-top: 80px;
  }
  .description-image{
    position: absolute;
    margin-left: 320px;
    top: 160px;
  }
  .description-image img{
    width: 480px;
  }
  .description-image-2{
    position: absolute;
    margin-right: 320px;
    top: 160px;
    right: 0px;
  }
  .description-image-2 img{
    width: 480px;
  }
  .description-contents{
    position: absolute;
    width: 380px;
    float: right;
    margin-right: 320px;
    top: 205px;
    right: 0px;
  }
  .description-contents-2{
    position: absolute;
    width: 380px;
    float: left;
    margin-left: 320px;
    top: 205px;
    left: 0px;
  }
  .description-title{
    font-size: 32px;
    margin-bottom: 40px;
  }
  .description-contents p{
    margin-bottom: 30px;
  }
  .description-contents-2 p{
    margin-bottom: 30px;
  }


/*induce*/

  .induce{
    padding: 50px;
    background-color: #fff;
    text-align: center;
  }
  .induce h3 br{
    display: none;
  }
  .induce p br{
    display: block;
  }
  .tabbox{
    margin-top: 40px;
  }
  .tab{
    display: inline-block;
    width: 300px;
    color: #BABABA;
    margin: 0 92px;
  }
  .tab:hover{
    color: #505050;
    cursor: pointer;
  }
  input:checked + .tab{
    color: #505050;
    border-bottom: 2px solid #BADDBF;
  }
  .tabbox input{
    display: none;
  }
  .tabcontent {
    display: none;
    width: 940px;
    margin: 0 auto;
    padding-top: 40px;
    border-top: 1px solid #F3F3F3;
  }
/* ▼チェックが入っているラジオボタンに対応するタブの中身を表示する */
  #tabcheck1:checked ~ #tabcontent1 { display: block; }
  #tabcheck2:checked ~ #tabcontent2 { display: block; }

  .induce-btn{
    position: relative;
    width: 380px;
    height: 60px;
    margin: 60px auto 0;
    background-color: #BADDBF;
    color: #fff;
    border-radius: 4px;
  }
  .induce-btn:hover{
    background-color: #89B18F;
  }

/*cook_beauty_health*/

/*contents*/

  .contents{
    padding: 50px;
  }
  .contents p{
    margin-bottom: -10px;
    text-align: center;
  }
  .contents p br
  {
    display: none;
  }
  .contents h3{
    font-size: 32px;
    font-family: "Noto Sans Japanese";
  }
  .contents-image{
    width: 100%;
  }
  .contents-image img{
    width: 800px;
    margin: 0 auto;
  }
  .return-btn{
    position: relative;
    width: 380px;
    height: 60px;
    margin: 60px auto 0;
    background-color: #BADDBF;
    color: #fff;
    border-radius: 4px;
  }
  .return-btn:hover{
    background-color: #89B18F;
  }
}


/*sp*/

@media screen and ( max-width: 750px )
{
	p
	{
		font-size: 14px;
    line-height: 27px;
    text-align: left;
	}
  h3
  {
    font-size: 20px;
    line-height: 30px;
  }

  /*top*/

  .img-pc
  {
    display: none !important;
  }
  .img-sp
  {
    display: block !important;
    width: 100%;
  }

  /*introduction*/

  .introduction
  {
    padding: 12px 12px 40px;
    text-align: left;
  }
  .introduction p
  {
    width: 345px;
    margin: auto;
  }
  .introduction h3 br
  {
    display: block ;
  }
  .introduction p br
  {
    display: none ;
  }

  /*description*/

  .description-wrapper{
    position: relative;
    padding: 0 15px 56px;
  }
  .illust01{
    position: absolute;
    width: 80px;
    top: 10px;
    z-index: 500;
  }
  .illust02{
    position: absolute;
    width: 50px;
    top: 390px;
    left: 280px;
    z-index: 500;
  }
  .illust03{
    position: absolute;
    width: 40px;
    top: 320px;
    left:  340px;
    z-index: 500;
  }
  .illust04{
    display: none;
  }
  .illust05{
    position: absolute;
    width: 70px;
    top: 1020px;
    left: 320px;
    z-index: 500;
  }
  .illust06{
    position: absolute;
    width: 60px;
    top: 690px;
    left: 20px;
    z-index: 500;
  }
  .illust07{
    display: none;
  }
  .illust08{
    display: none;
  }
  .illust09{
     display: none;
  }
  .illust10{
    position: absolute;
    width: 80px;
    top: 1690px;
    left: 290px;
    z-index: 500;
  }
  .illust11{
    display: none;
  }
  .illust12{
    position: absolute;
    width: 110px;
    top: 2050px;
    left: 0px;
  }
  .description
  {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-top: 56px;
  }
  #description01{
    order: 1;
  }
  #description02{
    order: 2;
  }
  #description03{
    order: 3;
  }
  #description04{
    order: 4;
  }
  #description05{
    order: 5;
  }
  #description06{
    order: 6;
  }
  .description-image
  {
    display: inline-block;
    text-align: center;
  }
  .description-image-2
  {
    display: inline-block;
    text-align: center;
  }
  .description-image img
  {
    width: 345px;
  }
  .description-image-2 img
  {
    width: 345px;
  }
  .description-contents{
    margin-top: 16px;
  }
  .description-contents-2{
    margin-top: 16px;
  }
  .description-title{
    font-size: 24px;
  }

/*contents*/

  .contents{
    margin: 40px 0;
    text-align: center;
  }
  .contents p{
    font-size: 14px;
    text-align: center;
  }
  .contents p br
  {
    display: block;
  }
  .contents-image{
    width: 345px;
    margin: 0 auto;
  }
  .contents h3{
    margin-top: -4px;
    font-family: "Noto Sans Japanese";
  }
  .description-contents{
    width: 345px;
    margin: auto;
  }
  .description-contents-2{
    width: 345px;
    margin: auto;
  }

/*induce*/

  .induce{
    padding: 15px;
    text-align: center;
  }
  .induce h3{
    font-size: 22px;
  }
  .induce h3 br
  {
    display: block;
  }
  h3.induce-name{
    display: inline-block;
    border-bottom: 1px solid #BADDBF;
    padding-bottom: 15px;
  }
  .induce p br
  {
    display: none;
  }
  h3.induce-introduction{
    font-size: 20px;
    text-align: left;
    width: 345px;
    display: inline-block;
  }
  p.induce-introduction-p{
    text-align: left;
    width: 345px;
    display: inline-block;
  }
  p.induce-introduction-p br{
    display: none;
  }
  .tabbox{
    display: flex;
    flex-direction: column;
  }
  .tabcontent{
    padding-bottom: 40px;
  }
  #tabcheck1{
    display: none;
  }
  #tabcheck2{
    display: none;
  }
  label#induce01.tab{
    order: 1;
  }
  div#tabcontent1.tabcontent{
    order: 2;
  }
  label#induce03.tab{
    order: 3;
  }
  div.tabcontent{
    order: 4;
  }

  /*btn*/

  .btn{
    width: 345px;
    margin: 32px auto 0;
  }
  .btn-title{
    font-size: 14px !important;
    display: inline-block;

  }
  .induce-btn{
    position: relative;
    width: 345px;
    height: 60px;
    margin: 60px auto 0;
    background-color: #BADDBF;
    color: #fff;
    border-radius: 4px;
  }
  .return-btn{
    position: relative;
    width: 345px;
    height: 60px;
    margin: 60px auto 0;
    background-color: #BADDBF;
    color: #fff;
    border-radius: 4px;
  }
}
