.sp{
    display: block;
}
.pc{
    display: none;
}

.l-container{
    padding: 0;
}
p{
    font-size: 1.4rem;
}

.inner{
    width: 90%;
    margin: auto;
    padding: 40px 0;
}
#navi {
    background-color: #fff175;
}
#navi ul {
    display: flex;
    overflow-x: auto;
    padding: 8px 0;
    width: 95%;
}
#navi ul li{
    flex: 0 0 auto;
    margin-right: 10px;
    padding: 5px;
}
#navi ul li:last-child{
    margin-right: 0px;
}
#navi ul li p{
    font-size: 1.2rem;
}
h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1;
}
#about h2{
    font-size: 2.5rem;
    width: 100%;
    margin: 0 auto 30px;
    text-align: center;
}
.about_text {
    margin-bottom: 20px;
}
#about h2 span{
    font-size: 1.2rem;
    display: block;
    margin-bottom: 5px;
    color: #ff8d9a;
    display: flex;
    align-items: center; /* 垂直中心 */
    justify-content: center;
}
#about h2 span:before,#about h2 span:after{
    display: block;
    border-top: 1px solid;
    content: "";
    width: 1em; /* 線の長さ */
}
#about h2 span:before {
    margin-right: 1em; /* 文字の右隣 */
}
#about h2 span:after {
    margin-left: 1em; /* 文字の左隣 */
}
  
.about p{
    margin-top: 20px;
}
.about p:nth-child(1){
    margin-top: 0;
}
#femtech_wellness{
    padding: 40px 0;
    background: #ff8d9a;
}
#femtech {
    position: relative;
    margin-bottom: 40px;
}
#femtech .inner{
    padding: 0;
}
#femtech_wellness .girl1{
    position: absolute;
    top: 0px;
    right: 12px;
    width: 28%;
}
#femtech h2,#wellness h2 {
    width: fit-content;
    margin: 0 0 45px;
    background: linear-gradient(transparent 70%, #ffcdd3 0%);
}
.femtech {
    display: flex;
    flex-wrap: wrap;
    background: #fffbfc;
    border-radius: 20px;
    padding: 30px;
}
.femtech img{
    border-radius: 10%;
}
.femtech p{
    margin-top: 20px;
}
.femtech .femtecht_text p:nth-of-type(1){
    margin-top: 0;
}
#wellness {
    position: relative;
}
#wellness .inner{
    padding: 0;
}
#femtech_wellness .girl2{
    position: absolute;
    top: 0px;
    right: 12px;
    width: 28%;
}
.wellness {
    display: flex;
    flex-wrap: wrap;
    background: #fffbfc;
    border-radius: 20px;
    padding: 30px;
}
.wellness p{
    margin-top: 20px;
}
.wellness p:nth-child(1){
    margin-top: 0;
}
#shop {
    background: #fff175;
    margin-top: 20px;
}
#shop h2{
    font-size: 2.2rem;
    width: fit-content;
    margin: 0 auto 20px;
    /* text-shadow: 4px 4px 0px #ffe400; */
    /* color: #3d3d3d;
    background: linear-gradient(transparent 55%, #ffec40 0%); */
}
#shop h2 span{
   position: relative;
}
#shop h2 span::before{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    border-radius: 50%;
    width: 0.2em;
    height: 0.2em;
    content: "";
    background: #ff9600;
    top: -0.8rem;
 }
.shop ul li {
    padding: 20px;
    background: #fff;
}
.shop ul li:nth-child(2){
    margin-top: 20px;
}
.shop ul li iframe{
    width: 100%;
}
.shop_title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}
.shop_info {
    margin: 15px 0 20px;
}
.shop_info p{
    line-height: 1.4;
}
a.tel {
    margin-bottom: 10px;
}
.tonejo_info {
    margin-bottom: 30px;
    background-image: url(../img/tonejo/kakko1.png),url(../img/tonejo/kakko4.png);
    background-repeat: no-repeat;
    background-size: 10px;
    padding: 15px;
    background-position: top left,bottom right;
}
.tonejo_info p{
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.7;
}
.tonejo_info .ttl{
    text-align: center;
    font-size: 1.6rem;
}
.tonejo_info hr{
    width: 35px;
}
.tonejo_info_inner {
    margin-top: 15px;
}
.tonejo_info_inner  div:nth-of-type(1){
    margin-bottom: 15px;
}
.tonejo_info_inner  div:nth-of-type(2) p{
    line-height: 1.4;
    font-size: 1.2rem;
}
.tonejo_info_inner  div:nth-of-type(2) p:nth-of-type(1){
    margin-bottom: 5px;
}
#item {
    background: whitesmoke;
}
#item .inner {
    width: 95%;
    margin-right: 0;
}
#item h2 {
    margin-bottom: 35px;
}
#item h2 img{
    display: block;
    width: 95%;
}
#item li{
    margin-top: 30px;
}
#item li img{
    display: block;
    width: 90%;
    margin: auto;
}
.item_cat{
    margin-bottom: 10px;
}
.item_cat p{
    font-size: 1.5rem;
    line-height: 1;
}
.item_cat p:nth-child(1){
    font-weight: bold;
    margin-bottom: 5px;
}
#item li:nth-child(1){
    margin-top: 0;
}
.item_inner {
    background: #fff;
    padding: 20px;
    border-radius: 20px 0px 0px 20px;
}
#item .item_inner ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: baseline;
}
#item .item_inner ul.other{
    justify-content: flex-start;
}
.item_inner ul li {
    background-color: #fff;
    width: 45%;
    margin-top: 0 !important;
}
.item_inner ul li p{
    margin-top: 15px;
    text-align: center;
    line-height: 1;
    font-weight: 500;
}
.item_inner ul.other li p{
    text-align: left;
}
.media li{
    background-color: #f5f5f5;
    margin-top: 15px;
    padding: 15px 15px 10px;
}
.media li:nth-child(1){
    margin-top: 0;
}
.media li span{
    display: block;
    width: fit-content;
    background: yellow;
    font-size: 12px;
    padding: 2px 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.media li a{
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media li p{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
    width: 100%;
    position: relative;
    padding-right: 10%;
    box-sizing: border-box;
}
.media li p:after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    position: absolute;
    top: 50%;
    right: 2%;
    transform: rotate(45deg);
}
#activity {
    background: #ff8d9a;
}
#activity .inner {
    padding: 10px;
    width: 95%;
    margin: auto;
}
.activity{
    border: 1px solid #fff;
    padding: 20px;
}
.activity h2{
    color: #fff;
}
.activity_list li{
    margin-top: 30px;
}
.activity_list .activity_inner{
    display: flex;
}
.activity_list li img{
    width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 10px;
}
.activity_list li p{
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.4;
}
.activity_list li p:nth-child(1){
    margin-top: 0;
}
.activity_list li img.activity_image{
    width: 100%;
    height: 155px;
    object-fit: contain;
    margin: 10px auto 0;
}
#yell{
    background-image: url(../img/tonejo/pink_back.png);
    background-size: cover;
    margin-top: 40px;
}
#yell h2 {
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 50px;
    line-height: 1.4;
}
#yell h2 span{
    color: #fe5064;
    line-height: 1.4;
    background: #fff;
}
.yell_box{
    /* background-image: url(../img/tonejo/fujino.jpg); */
    background-size: 35%;
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 100%;
    margin-top: 30px;
}
.yell_box.satou{
    background-image: url();
}
#yell .yell_box:nth-of-type(1) {
    margin-top: 0;    
}
.yell_box img {
    margin-bottom: 15px;
}
.yell_box .name{
    color: #fe5064;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.5;
}
.yell_box .name span{
    display: block;
    font-size: 1.2rem;
    color: #333;
    line-height: 1;
}
.yell_box .yell_text p{
    margin-top: 10px;
    color: #000;
    line-height: 1.6;
}
.yell_box .yell_text p:nth-child(1){
    margin-top: 0;
}
.yell_box.satou .yell_text p:nth-child(1){
    margin-bottom: 20px;
}
.yell_text a{
    color: #2196F3;
}
#present {
    background: #fff175;
    margin: 30px 0;
    position: relative;
}
#present h2 {
    width: fit-content;
    margin: 0 auto 20px;
    background: linear-gradient(transparent 70%, #ffe500 0%);
}
.present_inner {
    background-color: #ffffffb3;
    padding: 20px;
}
.present ul{
    width: 100%;
}
.present li{
    display: flex;
    margin-bottom: 20px;
}
.present li:last-child{
    margin-bottom: 0;
    width: 80%;
}
.present li:before{
    content: "■";
    display: block;
}
.present li p{
    line-height: 1.4;
}
.present li a {
    font-size: 1.2rem;
    color: #2196F3;
    display: block;
    text-align: right;
}
#present img{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 28%;
}
footer{
    background-color: #3e3a39;
    padding: 10px 0;
}
footer p{
    color: #fff;
    text-align: center;
    font-size: 1.2rem;
}
.cv {
    border: 2px solid #ff8d9a;
    border-radius: 20px;
    text-align: center;
    padding: 10px;
    width: 90%;
    margin: 40px auto;
    background-color: #fff;
    transition: 0.5s;
}
.cv a{
    display: block;
    width: 100%;
    font-weight: bold;
}
.cv p{
    position: relative;
    color: #ff8d9a;
    transition: 0.5s;
}
.cv p:after{
    content: "";
    position: absolute;
    margin-left: 10px;
    background-image: url(../img/tonejo/arrow.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    vertical-align: middle;
    background-position-x: 50%;
    background-position-y: 50%;
    background-color: #fff;
    border-radius: 50%;
    background-size: 85%;
    transition: 0.5s;
}
.cv:hover{
    background-color: #ff8d9a;
}
.cv:hover p{
    color: #fff;
}

@media screen and (min-width:1025px){
    .inner{
        max-width: 1000px;
    }
    .sp{
        display: none;
    }
    .pc{
        display: block;
    }
    p {
        font-size: 1.6rem;
    }
    h2 {
        font-size: 3rem !important;
    }
    #navi ul {
        justify-content: center;
    }
    #navi ul li p {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .about {
        background-image: url(../img/tonejo/tonejo.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position-x: 100%;
        background-position-y: 100%;
        background-size: 28%;
        padding-bottom: 90px;
    }
    .about_text {
        width: fit-content;
        margin: auto;
    }
    #femtech_wellness .inner{
        display: flex;
        justify-content: space-around;
    }
    #femtech,#wellness{
        width: 48%;
    }
    #femtech{
        margin-bottom: 0;
    }
    #femtech_wellness .girl1 {
        position: absolute;
        top: -25px;
        right: 15px;
        width: 25%;
    }
    .wellness{
        height: 100%;
    }
    #femtech h2, #wellness h2 {
        margin: 0px 0 45px;
    }
    #femtech_wellness .girl2 {
        position: absolute;
        top: -22px;
        right: 15px;
        width: 24%;
    }
    .tonejo_info {
        padding: 30px;
        background-size: 20px;
    }
    .tonejo_info .ttl {
        font-size: 2rem;
    }
    .tonejo_info p {
        font-size: 1.5rem;
    }
    .tonejo_info_inner {
        margin: 30px auto 0;
        width: fit-content;
    }
    .tonejo_info_inner div:nth-of-type(2) p {
        font-size: 1.4rem;
    }
    .shop ul li {
        padding: 40px ;
    }
    .shop ul li .box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .shop ul li .box img{
        width: 25%;
    }
    .shop ul li .box div{
        width: 70%;
    }
    .shop ul li div.shop_info{
        width: 100%;
        background: #f7f7f7;
        padding: 20px;
    }
    .shop ul li iframe {
        width: 100%;
        margin-top: 20px;
    }
    .shop_info p {
        font-size: 1.5rem;
    }
    p.address {
        border-top: 1px dashed #a9a9a9;
        padding-top: 10px;
    }
    #item .inner {
        width: 100%;
        margin-right: auto;
    }
    #item ul{

    }
    #item li{
        width: 100%;
        margin-top: 40px;
    }
    #item h2 img {
        width: 50%;
        max-width: 500px;
        margin: auto;
    }
    .item_inner {
        padding: 40px;
        border-radius: 20px;
        /* height: 100%; */
    }
    #item .item_inner ul li {
        width: 35%;
        height: auto;
    }
    .item_cat p:nth-child(1){
        font-size: 1.8rem;
    }
    .item_inner ul.other li{
        width: 30% !important;
    }
    .item_inner ul.other li p {
        text-align: center;
    }
    #media ul{
        margin-top: 30px;
    }
    button.more {
        width: 150px;
    }
    button.more::after {
        font-size: 1.4rem;
    }
    #activity .inner {
        padding: 40px 0;
    }
    .activity {
        padding: 40px;
    }
    .activity h2{
        margin-bottom: 30px;
    }
    .present_inner {
        padding: 40px;
    }
    .present li a {
        font-size: 1.4rem;
    }
    .present li:before {
        margin-top: 5px;
        margin-right: 10px;
    }
    #present img {
        right: 10%;
        bottom: 0;
        width: 14%;
    }
    .yell_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .yell_box img {
        width: 28%;
        object-fit: contain;
        margin-bottom: 0;
    }
    .yell_box .yell_inner{
        width: 68%;
    }
    .yell_text {
        width: 100%;
    }
    .yell_box .name {
        width: 100%;
        margin-bottom: 20px;
    }
    .yell_box .name span {
        font-size: 1.4rem;
    }
    .yell_box.satou .yell_text p:nth-child(1) {
        margin-bottom: 10px;
    }
    .yell_box .yell_text p {
        font-size: 1.5rem;
        line-height: 1.8;
    }
    .activity_image.pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 25px;
    }
    .activity_image img{
        width: 48%;
    }
    .cv{
        width: 55%;
        margin: 50px auto;
    }
}
.txt-hide{
    display: none;
}
button.more {
    width: 120px;
    margin: 20px auto;
    display: block;
    background-color: #666;
    color: #fff;
    padding:10px 15px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
button.more::after {
    content: "もっと見る";
    transition: .2s;
    -erbkit-transition: .2s;
}
button.more.on-click::after{
    content: "閉じる";
}