@charset "utf-8";

/* main */
body {
    width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    /* font-family: 'Zen Kaku Gothic Antique', sans-serif; */
}
.wrapper {
    font-size: 18px;
    line-height: 2;
    color: #5d627b;
}
.wrapper h1 {
    font-size: 3rem;
    text-align: center;
}
.wrapper h2 {
    font-size: 2rem;
}
.wrapper h3 {
    font-size: 1.5rem;
}
.wrapper img {
    width: 100%;
}
.name {
    background-color: #FF02A7;
    padding-right: 20px;
    padding-left: 20px;
    height: 70px;
}
.name > a {
    text-decoration: none;
}
.name > a > h2 {
    margin-block-start: 0;
    margin-block-end: 0;
}
.name__text {
    color: #FFF;
}
.title {
    position: relative;
}
.title__line {
    background-image: url(../assets/price/hero.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 70px);
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-top: 200px;
    color: #FFF;
    font-weight: bold;
}
.title__main-title {
    font-size: 3.5rem;
    color: black;
}
header {
  display: flex;
  width: 100%;
  height: 70px;
  align-items: center;
}
header > h2 {
    margin-left: 20px;
}
nav {
    margin-left: auto;
    margin-right: 20px;
}
.menu-item {
  list-style: none;
  display: inline-block;
  padding: 10px;
}
.menu-item > a {
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color : inherit;
}
/* ul li {
    display: flex;
    align-items: flex-start;
}
ul li .photo,
ul li .txt {
    width: 100%;
    box-sizing: border-box;
}
ul li:nth-child(odd) {
    flex-direction: row-reverse;
}
ul li:nth-child(even) .txt {
    padding-left: 10px;
} */
.menu-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    height: 70px;
    width: 70px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #FFF;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #ff7cd1;
    transition: all 0.5s;
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;
}
.hamburger-menu {
    display: none;
}
.nav {
    display: inline;
}
.tips__price {
    margin: 150px 0;
    padding: 0 130px;
}
.tips__price h2 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 2rem;
    margin-bottom: 10px;
}
.tips__price hr {
    margin: 5px;
}
.tips__title {
    margin-bottom: 30px;
}
.title__line-background {
    background-color: #f1f1f1;
    padding: 50px 0;
    opacity: 0.7;
}
.title {
    text-align: center;
    animation-name: fade;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }
@keyframes fade{
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.ta-center {
    text-align: center;
}
.about__wrap {
    text-align: center;
}
.about__wrap > img {
    max-width: 500px;
}
.about__wrap p {
    text-align: left;
}
.underline {
    border-bottom: 3px solid #ff7cd1;
    padding-bottom: 10px;    
}
.bg-grey {
    background-color: #f8f8f8;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.value__desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    margin-top: 100px;
}
.value__desc div {
    padding: 50px 0 30px;
    width: calc(33% - 30px);
    margin: 15px;
    text-align: center;
    display: table;
    background-color: #fff;
}
.value__desc img {
    max-width: 64px;
}
.plan__list {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}
.plan__single, .plan__basic, .plan__premium, .plan__custom {
    text-align: center;
    flex: 1;
    padding: 0.5em;
    margin: 2em 1em;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.plan__basic {
    box-shadow: 0 0 0 10px #FF02A7;
}
.plan__basic h3 {
    margin-top: 0px;
}
.plan__strong {
    font-size: 2rem;
}
.plan__desc {
    text-align: left;
    line-height: 2.5;
}
.plan__recommend {
    position: relative;
    display: inline-block;
    font-size: 0.8rem;
    bottom: 30px;
    margin: -30px;
    padding: 10px;
    min-width: 80px;
    color: #fff;
    background-color: #FF02A7;
    border-radius: 5px;
}
.plan__recommend:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #FF02A7;
}
.plan__option-list {
    margin: 100px 0;
    font-size: 1rem;
}
.plan__option-list ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    list-style: none;
}
.plan__option-list li{
    text-align: center;
    padding: 1.5rem;
    margin: 1rem;
    width: calc(21% - 3rem);
    color: #5d627b;
    background: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.plan__desc > p {
    padding: 0 20px;
}
.plan__custom > .plan__title > h3 {
    margin-bottom: 0;
}
.plan__custom > .plan__title > p {
    margin-top: 0;
}
.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}
.btn--pink {
    color: #fff;
    background-color: #FF02A7;
}
.btn--pink:hover {
    color: #fff;
    background: #ff7cd1;
}

@media screen and (max-width:781px){
    /* main */
    .wrapper h1 {
        font-size: 2.5rem;
    } 
    .wrapper h3 {
        font-size: 1.4rem;
    }
    .name {
        width: 100%;
    }
    nav {
        display: none;
    }
    .title__line {
        height: 100%;
        padding-top: 0;
    }
    .title__main-title {
        font-size: 2.5rem;
    }
    .title__sub-title {
        font-size: 1.5rem;
    }
    .tips__price {
        margin: 50px 0;
        padding: 0 20px;
    }
    .tips__price h2 {
        font-size: 1.5rem;
    }
    .hamburger-menu {
        display: inline;
    }
    .nav {
        display: none;
    }
    .title__line-background {
        padding: 13rem 0;
    }

    .sp-none {
        display: none;
    }
    .value__desc {
        display: block;
        margin-top: 0;
    }
    .value__desc div {
        width: 100%;
        margin: 15px 0;
    }
    .plan__list {
        display: block;
    }
    .plan__basic {
        margin-top: 60px;        
    }
    .plan__option-list ul {
        display: block;
        padding-inline-start: 0;
    }
    .plan__option-list li {
        width: 100%;
        padding: 1.5rem 0;
        margin: 1rem 0;
    }
    .btn {
        font-size: 1rem;
        padding: 1rem;
    }
}
