@charset "UTF-8";
@font-face {font-family: "Yu GothicM";src: local("Yu Gothic Medium");}
h3 {
  font-size: 2.0rem;
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  margin: 0 auto;
  z-index: 1;
}
h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #17184b;
  border-radius: 2px;
}
h3:after {
  display: none;
}
#wrapper {
  overflow: hidden;
}
/*--------------------------------------------------------------------------
 plan
--------------------------------------------------------------------------*/
#plan {
  width: 100%;
  height: auto;
}
.plan-container {
  width: 60%;
  height: auto;
  max-width: 1280px;
  margin: 0 auto;
}
.funkotu,
#funkotu-pet {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 30px 0 100px 0;
  margin: 50px 0;
  position: relative;
}
.funkotu-category {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.funkotu-category-pet {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.funkotu-category-text {
  width: 50%;
  height: auto;
  padding: 0 50px;
  text-align: center;
}
.funkotu-category-text-main {
  padding-top: 20px;
}
.funkotu-category-text-main img {
  width: 70%;
  height: auto;
}
.funkotu-category-box {
  width: 100%;
  max-width: 180px;
  background:#a5a5a5;
  color:#fff;
  margin-top: 20px;
  margin-left: auto;
  margin-right: 20px;
  text-align: center;
  font-size: 1.2rem;
}
.funkotu-category-box a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color:#fff;
}
.funkotu-category-sub {
  width: 80%;
  height: auto;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.funkotu-category-sub:before{
  content: "";
  flex-grow: 1;
  height: 25px; /* 線の太さを変えたいときはここを変える */
  background: url('../img/plan/line-l.svg');
  margin:0 .4em;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
}
.funkotu-category-sub:after {
  content: "";
  flex-grow: 1;
  height: 25px; /* 線の太さを変えたいときはここを変える */
  background: url('../img/plan/line-r.svg');
  margin:0 .4em;
  background-size: contain;
  background-repeat: no-repeat;
}
.funkotu-category-img {
  width: 25%;
  height: auto;
}
.funkotu-category-img img {
  width:100%;
  height: auto;
}
.funkotu-category01 {
  width: 80%;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-top: 10px;
}

.funkotu-category01-img {
  width: 30%;
  height: auto;
  text-align: center;
}
.funkotu-category01-img img {
  width: 80%;
  height: auto;
}
.funkotu-category01-img p {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #a5a5a5;
  font-weight: bold;
  border-radius: 4px;
  color:#fff;
}
.funkotu-option {
  width: 80%;
  height: auto;
  margin: 30px auto 0 auto;
}
.funkotu-option-title p {
  font-size: 1.8rem;
  font-weight: bold;
}
.funkotu-option-title img {
  display: inline-block;
  width: auto;
  height: 1.8rem;
  padding-right: 2px;
}
.funkotu-option-inner {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.funkotu-option-list {
  width: 60%;
  height: auto;
}
.funkotu-option-list dl{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
}
.funkotu-option-list dt {
  box-sizing: border-box;
  font-weight: bold;
  padding-left: 2px;
}
.funkotu-option-list dd {
  box-sizing: border-box;
  padding-left: 5px;
}
.funkotu-option-list p {
  margin-top: 10px;
}
.funkotu-option-img,
.funkotu-option-img01 {
  width: 30%;
  height: auto;
}
.funkotu-option-img img,
.funkotu-option-img01 img {
  width: 100%;
  height: auto;
}
#funkotsu-flow {
  display: none;
}
#kotutubo {
  width: 100%;
  height: auto;
  background: #fff;
}
.kotutubo-title {
  width: 100%;
  height: 45px;
  text-align: center;
  background: #9B003F;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
.kotutubo-title p {
  line-height: 45px;
}
.kotutubo-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.kotutubo-category {
  width: 22%;
  height: auto;
}
.kotutubo-size {
  width: 100%;
  background:#474488;
}
.kotutubo-img-01,
.kotutubo-img-02,
.kotutubo-img-03,
.kotutubo-img-04{
  width: 100%;
  height: 180px;
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}
.kotutubo-img-01 img {
  width: 30%;
  height: auto;
  position:absolute;
  left:35%;
    bottom:0;
}
.kotutubo-img-02 img {
  width: 40%;
  height: auto;
  position:absolute;
  left:30%;
  bottom:0;
}
.kotutubo-img-03 img {
  width: 50%;
  height: auto;
  position:absolute;
  left:28%;
  bottom:0;
}
.kotutubo-img-04 img {
  width: 60%;
  height: auto;
  position:absolute;
  left:20%;
    bottom:0;
}
.kotutubo-size,
.kotutubo-text {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .plan-container {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 896px) {
  .plan-container {
    width: 90%;
    margin: 0 auto;
  }
  .funkotu {
    margin: 30px 0 50px 0;
    padding: 30px 0 50px 0;
  }
}
@media screen and (max-width: 660px) {
.funkotu-category01-img p {
  font-size: 1.2rem;
}
.funkotu-category01 {
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 20px;
}
.funkotu-category01-img {
  width: 48%;
  height: auto;
  text-align: center;
}

}
@media screen and (max-width: 480px) {
  .plan-container {
    width: 95%;
  }
  .funkotu {
    margin: 30px 0 50px 0;
  }
  .funkotu-category {
    flex-direction: column;
    align-items: center;
  }
  .funkotu-category-pet {
    flex-direction: column-reverse;
  }
  .funkotu-category-img {
    width: 70%;
  }
  .funkotu-category-text {
    width: 100%;
    text-align: center;
    margin: 20px 0;
    padding: 0;
  }
  .funkotu-category-text-main {
    width: 100%;
    padding: 20px 0;
  }
  .funkotu-option-img,
  .funkotu-category-box {
    display: none;
  }
  .funkotu-category-sub {
    width: 100%;
    font-size: 1.8rem;
  }
  .funkotu-category-sub:before,
  .funkotu-category-sub:after {
    background-size: contain;
  }
  .funkotu-category01 {
    flex-wrap: wrap;
    margin: 0 auto;
    padding-top: 20px;
  }
  .funkotu-category01-img {
    width: 48%;
    height: auto;
    text-align: center;
  }
  .funkotu-category-sub:before,
  .funkotu-category-sub:after{
    flex-grow: 1;
  	height: 2px;
  	display: block;
    background: #444;
    margin:0 .4em;
  }
  .funkotu-option {
    width: 80%;
    padding: 20px 15px;
    background: #E3DEF1;
    border-radius: 10px;
  }
  .funkotu-option-inner {
    flex-direction: column;
  }
  .funkotu-option-list {
    width: 100%;
    margin-bottom: 30px;
  }
  .funkotu-option-img {
    width: 90%;
    margin: 0 auto;
  }
  .funkotu-option-img01 {
    display: none;
  }
  .kotutubo-img-01,
  .kotutubo-img-02,
  .kotutubo-img-03,
  .kotutubo-img-04{
    width: 100%;
    height: 100px;
  }
  #funkotu-pet {
    padding-bottom: 50px;
    margin-bottom: 20px;
  }
  #funkotsu-flow {
    display: block;
    width: 80%;
    margin: 0 auto 20px auto;
    text-align: center;
  }
  #funkotsu-flow img {
    width: 100%;
  }

}
