/*
Theme Name: koekakewp
Theme URI: https://
Description: koekakewp記事
Version: 1.0
Author: koekakewp
Author URI: https://
*/

body{
  line-height: 34px;
  font-size: 16px;
}

header{
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 5;
}

#logo{
  width: 250px;
}

#logo2{
  width: 180px;
  float: left;
}

#logo img,
#logo2 img{
  height: auto;
  width: 100%;
  padding: 0;
  display: block;
  vertical-align: bottom;
}

/*メインビジュアル*/
.mainbg {
  background: linear-gradient(110deg,  #56cc92 0%,#56cc92 60%,#f0f0f0 60%,#f0f0f0 100%);
}

.subbg {
  background: linear-gradient(120deg,  #56cc92 0%,#56cc92 80%,#f0f0f0 80%,#f0f0f0 100%);
}

.mainvl,
.subvl{
  width: 100%;
  position: relative;
}
/*.mainvl{
  height: 100vh;
}*/
.mainvl::before,
.subvl::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg_img1.png) no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 1; 
}

.mainbox{
  position: relative;
  padding-top: 100px;
  padding-bottom: 140px;
  /*position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);*/
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction : row-reverse;
  z-index: 2;
}

.mainttl{
  padding: 0 60px 0 20px;
  width: 42%;
  box-sizing: border-box;
  text-align: center;
}

.mainttl h1{
  width: 360px;
  margin: 30px auto 40px;
}

.mainttl p{
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 50px;
  color: #ffffff;
  white-space: nowrap;
  font-weight: 600;
}

.mainimg{
  flex: .9;
  text-align: right;
}

.ttl{
  padding-bottom: 40px;
}

.ttl h2{
  font-size: 18px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: 1px;
}

.ttl p{
  font-size: 48px;
  line-height: 65px;
  font-family: "Fjalla One", serif;
  letter-spacing: 1px;
}

.btn1 a,
.btn2 a{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  position: relative;
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 50px;
  letter-spacing: 1px;
  -webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.btn1 a {
  background: linear-gradient(45deg,  #ff7916 0%,#ff9f67 100%);
}

.btn1 a:hover{
  background: linear-gradient(45deg,  #ff9f67 0%,#ff7916 100%);
}

.btn2 a {
  background: rgba(83,199,139,0); 
  border: 2px solid #ffffff;
}

.btn2 a:hover{
  background: rgba(83,199,139,1); 
  border: 2px solid #53c78b;
}

.clm .btn1 a,
.clm .btn2 a{
  padding: 25px 10px;
  width: 100%;
}
#spnav .btn1,
#spnav .btn2{
  margin: 20px 5% 0;
}
#spnav .btn1 a,
#spnav .btn2 a{
  padding: 15px 10px;
}

#spnav .btn2 a{
  background: rgba(83,199,139,.7); 
  border: none;
}

.img1{
  text-align: center;
  position: relative;
}

.img1 p{
  text-align: left;
  color: #3a5545;
  font-size: .9rem;
  line-height: 28px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  bottom: 20px;
}

.bg2{
  background: linear-gradient(100deg,  #f0f0f0 0%,#f0f0f0 35%,#56cc92 35%,#56cc92 100%);
}

.filter2{
  width: 100%;
  position: relative;
}

.filter2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg_img2.png) no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 1;
}

.box2{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction : row-reverse;
}

.txt2{
  width: 60%;
}

.img2{
  width: 35%;
}

.check_list li{
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 45px;
  padding-top: 0px;
  padding-bottom: 20px;
  background: url(images/icon_ck.png) no-repeat left 5px;
  background-size: 30px;
}

.step_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.step_list li{
  width: 30%;
  margin: 0 1.5% 80px;
  position: relative;
  background: #ffffff;
  border-radius: 15px;
}

.step_list li::after{
  content: '';
  position: absolute;
  z-index: 2;
  background: url(images/ar.png) no-repeat center center;
  background-size: 100px;
  width: 100px;
  height: 40px;
  right: -50px;
  top: 70px;
}

.step_list li:last-child::after{
  display: none;
}

.bg_st{
  background: linear-gradient(135deg,  #56cc92 0%,#2f905e 100%);
  font-size: 28px;
  line-height: 40px;
  font-family: "Fjalla One", serif;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.t_gradient{
  background: linear-gradient(45deg, #ff7916, #ff9f67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  line-height: 40px;
  font-family: "Fjalla One", serif;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0px 5px;
}

.t_gradient span{
  background: linear-gradient(45deg, #ff7916, #ff9f67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 16px;
  font-family: "Fjalla One", serif;
  line-height: 20px;
  display: block;
}

.st_txt{
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 1px;
}

.inr{
  padding: 25px 30px 30px 30px;
}

.inr2{
  padding: 20px 30px;
}

.ad{
  position: absolute;
  z-index: 2;
}

.adimg1{
  width: 170px;
  bottom: -50px;
  right: 20px;
}

.adimg2{
  width: 74px;
  bottom: -60px;
  right: -5px;
}

.adimg3{
  width: 260px;
  bottom: -150px;
  right: -20px;
}

.plan_list ul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

.plan_list li{
  width: 23%;
  margin: 0px 1% 40px;
  border-radius: 15px;
  box-sizing: border-box;
  background: #ffffff;
}

.plan_list h3{
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 5px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.plan_list .inr{
  text-align: center;
}

.plan_list p{
  font-size: .9rem;
  line-height: 26px;
}

.price{
  font-family: "Fjalla One", serif;
  font-size: 40px;
  line-height: 50px;
}

.option{
  border-radius: 15px;
  border: 5px solid #ececec;
  box-sizing: border-box;
  width: 98%;
  margin: 0 auto;
  font-size: 1.1rem;
}

.option h3{
  font-weight: 700;
  padding: 10px 30px;
  background: #ececec;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.dl_list dt,
.dl_list dd{
  padding: 5px 0;
}

.dl_list dt{
  width: 200px;
  float: left;
  clear: left;
}

.dl_list dd{
  margin-left: 200px;
}

.bg3{
  background: #56cc92;
}

.filter3{
  width: 100%;
  position: relative;
}

.filter3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/bg_img3.png) no-repeat center center;
  background-size: cover;
  mix-blend-mode: multiply;
  z-index: 1;
}

.flex_con{
  display: flex;
  justify-content: space-between;
  align-items:center;
}

.clm {
  width: 47%;
  box-sizing: border-box;
}

.ft_info{
  text-align: right;
}

.ft_info li{
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
}

#copyright{
  text-align: right;
  padding-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #858585;
}


/*page.php*/


.con_form{
  max-width: 700px;
  margin: 0 auto;
}

.con_form dl{
  padding-top: 20px;
}

.con_form dt{
  padding-bottom: 5px;
  font-weight: bold;
}

.con_form dd{
  padding-bottom: 30px;
}

.hissu{
	font-size: 12px;
	color: #45bc80;
	font-weight: bold;
	padding-left: 5px;
}


/********************************************
 * 共通要素
 ********************************************/

.txt_inline{
    display: inline-block;
}

.line1{
  border-top: 1px solid #dddddd;
  padding-top: 30px;
  margin-top: 30px;
}

.flexul{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: center;
}

.tb{
    display: table;
}

.txt_s{
  font-size: 14px;
  line-height: 24px;
}

.txt_n{
  font-size: .9rem;
  line-height: 180%;
}

.txt_m{
  font-size: 24px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: 3px;
}

.txt_b{
  font-size: 34px;
  line-height: 44px;
  font-weight: bold;
  letter-spacing: 2px;
}

.txt_c{
  text-align: center;
}

.txt_r{
  text-align: right;
}

.txt_l{
  text-align: left!important;
}

.mgat{
  margin: 0 auto;
}

.wid_1{
  width: 280px;
}

.wid_2{
  width: 340px;
}

.pc_none{
	display:none;
}

.pdb_no{
  padding-bottom: 0;
}


@media screen and (max-width: 1380px) {
.mainvl .con1{
  width: 1100px;
  position: relative;
}
}

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

.mainttl{
  padding: 30px 40px 0;
}

.mainttl h1{
  width: 340px;
  margin: 30px auto;
}

.mainttl p{
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 44px;
}

.mainimg{
  flex: .9;
}

.st_txt{
  font-size: 22px;
  line-height: 45px;
  letter-spacing: 0px;
}

.inr{
  padding: 25px 20px 30px 20px;
}

.inr2{
  padding: 20px 20px;
}
  
.mainvl .con1{
  width: 90%;
}
}
@media screen and (max-width: 1180px) {

 
}
@media screen and (max-width: 1100px) {
.mainttl{
  padding: 30px 0px 0;
}
  
.plan_list h3{
  font-size: .9rem;
}
}