@charset "utf-8";
.page-wrap{
  padding: 60px 0;
  background-color: #555a5f;
}
.page-tit{
  color: #fff;
}
.page-tit:before{
  background-color: #fff;
}
@media screen and (max-width: 810px) {
  .page-wrap{
    padding: 30px 0;
  }
}

.img img{
  width: 100%;
}

.link-btn02{
  display: block;
  color: #fff;
  font-size: clamp(15px,1.6vw,16px);
  line-height: 1;
  padding: ;
  position: relative;
  padding: 22px 5px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.6);
  transition: .3s;
}
.link-btn02.pink{
  background: linear-gradient(to right, #f06478, #ff5a6e);
}
.link-btn02.brown{
  background: linear-gradient(to right, #a56969, #7a4e4f);
}
.link-btn02:hover{
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0,0,0,.6);
  opacity: 1;
}
.link-btn02:before{
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .3);
}
.link-btn02:after{
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 9px;
  height: 15px;
  background: url(../images/arw-w.svg) no-repeat center center / contain;
}

.head-txt{
  text-align: center;
  line-height: 2.4;
  color: #fff;
  margin: 110px 0;
  font-size: clamp(12px,1.3vw,14px);
}
.head-txt strong{
  font-size: clamp(16px,2.4vw,28px);
  font-weight: bold;
  margin-bottom: 50px;
  display: block;
  line-height: 1.4;
}
@media screen and (max-width: 810px) {
  .head-txt{
    margin: 40px 0;
  }
  .head-txt strong{
    margin-bottom: 20px;
  }
}

.plan_Item{
  max-width: 600px;
  width: 90%;
  margin: 0 auto 100px;
  display: block;
  color: #000;
  transition: .3s;
}
.plan_Item:hover{
  opacity: .7;
  text-decoration: none;
}
.plan_Item .flex {
  background: #fcf9ed;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
    text-align: left;
    padding: 5px 20px 20px;
  align-items: end;
}

.plan_Item .s_type {
  font-weight: 500;
  font-style: normal;
  margin: 0;
    font-size: 300%;
  line-height: 1.5;
}
.plan_Item .s_type span { font-size: 50%;}
.plan_Item .s_type em {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
}
.plan_Item .s_original { font-size: 120%;}
.plan_Item .photo,
.plan_Item .linkbtn { display: block;}
.plan_Item .righttext { font-size: 110%;}
.plan_Item .righttext em { font-style: normal;}
.plan_Item .linkbtn {   background: linear-gradient(to right, #f06478, #ff5a6e); color: #fff; padding: 15px;}
.plan_Item a { text-decoration: none; display: block; text-align: center; color: #000; transition: .5s;}
.plan_Item a:hover { opacity: 0.8;}
.plan_Item .linkbtn a { color: #fff;}

.plan_Item .linkbtn:after {
    content: "\f078";
    display: inline-block;
    margin-left: 15px;
    color: #ffffff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

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

  .plan_Item .flex{
    padding: 5px 10px 10px;
  }
  .plan_Item .s_type { font-size: 270%;}
  .plan_Item .s_original { font-size: 90%;}
  .plan_Item .righttext { font-size: 90%;}

}

/* spacely 埋め込み */
.iframe-wrapper {
  max-width:1050px;
  width: 90%;
  margin: 0 auto 50px;
  padding-top: 40px;
}
.iframe-wrapper .iframe {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
.iframe-wrapper .iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.attonline{
  text-align: left;
  margin-top: 10px;
  font-size: 10px;
  color: #fff;
}



.mr-link {
  max-width: 1050px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 30px 100px;
}
.mr-link .box{
  width: 49%;
}
.mr-link .box .txt{
  text-align: center;
  font-size: clamp(15px,1.7vw,18px);
  font-weight: bold;
  margin-bottom: 20px;
  color: #555a5f;
  display: block;
  line-height: 1.4;
}
.mr-link .box .link-btn02{
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 810px) {
  .mr-link {
    display: block;
    padding: 20px 15px;
  }
  .mr-link .box{
    width: 100%;
    margin-bottom: 30px;
  }
  .mr-link .box:last-of-type{
    margin-bottom: 0;
  }
  .mr-link .box .txt{
    margin-bottom: 10px;
  }
}