@charset "utf-8";

@font-face {
  font-family: 'marcellus';
  src:  url('../font/Marcellus-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Hind';
  src:  url('../font/Hind-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'A-OTF';
  src:  url('../font/A-OTF-A1MinchoStd-Bold.otf') format('truetype');
}
/*btnA*/
@font-face {
  font-family: 'opensans';
  src:  url('../font/OpenSans-Medium.ttf') format('truetype');
}
/*フッターラベル*/
@font-face {
  font-family: 'KaiseiOpti';
  src:  url('../font/KaiseiOpti-Medium.ttf') format('truetype');
}
:root {--base-font: "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS PGothic", sans-serif;}
:root {--main-font: "marcellus";}
:root {--sub-font: "Hind"}

:root {--normal-color: #fcfbfa;}
:root {--base-color: #f5f1ee;}
:root {--bg-color: #f9f7f6;}

:root {--text-color: #301b1a;}
:root {--main-color: #f08984;}
:root {--sub-color: #beadac;}

.center{text-align: center;}
.right{text-align: right;}

.bold{ font-weight: bold;}

.white{ color: #FFFFFF;}
.red{ color: #d61241;}
.gray{
    font-size: 13px;
    color: #999999;
}
.blue{ color: blue;}

/*全ページ共通項目〜トップページの記述*/
.bg{
    background: var(--base-color);
}
.bg02{
    background: var(--normal-color);
}
.bg03{
    background: var(--bg-color);
}
section{
    width: 100%;
    padding: 60px 0 0;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.inner{
	width: 90%;
    max-width: 550px;
	margin: 0 auto;
	position: relative;
}
h1,h2,h3,h4,h5{
	line-height: 1;
    letter-spacing: 0.15em;
}
p{
	font-size: 15px;
    letter-spacing: 0.07em;
    line-height: 2;
}
@media screen and (min-width: 1000px) {
section{
    padding: 100px 0 0;
}
.inner{
    max-width: 1000px;
}
}
/*====================================================
　title
====================================================*/
h2.pageTitle{
    font-size: 20px;
    font-family: var(--main-font);
    letter-spacing: 1px;
    color: var(--main-color);
    margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
    h2.pageTitle{
        font-size: 22px;
    }
}
h2.pageTitle02{/*h3.pageTitleとセット*/
    font-size: 13px;
    margin: 0 0 5px;
}
h3.pageTitle{
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}
h3.pageTitle02{/*h2.pageTitleとセット*/
    font-size: 20px;
}
h4.pageTitle{
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.07em;
    color: var(--main-color);
    padding: 0 0 5px;
    border-bottom: dotted 2px var(--main-color);
    margin: 0 0 15px;
}
/*====================================================
　btn
====================================================*/
/*------------------btnA------------------*/
a.btnA{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: 'opensans';
    color: var(--main-color);
}
.yajirushiA{
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background: var(--main-color);
    position: relative;
    margin: 0 0 0 10px;
    transition: .5s;
}
.yajirushiA::before{
    display: block;
    content: "";
    width: 7px;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    top: -2px;
    right: 0;
    transform: rotate(35deg);
}
a.btnA:hover .yajirushiA{
    width: 50px;
}
/*------------------btnCircle------------------*/
/*info部分で使用*/
.btnCircle{
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background: #FFF;
    border-radius: 50%;
    position: relative;
}
.btnCircle::after{
    display: block;
    content: "";
    width: 13px;
    height: 5px;
    background: center / contain no-repeat url("../img/yajirushi.svg");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    transition: ease 1s;
}

/*------------------btnB------------------*/
.btnB{
    display: flex;
    width: 100%;
    max-width: 230px;
    height: 46px;
    border: 1px solid var(--main-color);
    position: relative;
    margin: 0 auto;
}
.btnB p{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 14px;
    color: var(--main-color);
    position: relative;
    z-index: 3;
    transition: ease .2s;
}
a.btnB::after{
    display: block;
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
    transition: ease 1s;
}
/*ホバー用カラー*/
a.btnB:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: var(--main-color);
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
}
/*hover*/
a.btnB:hover p{
    color: #FFF;
}
a.btnB:hover::after{
    border-left: 5px solid #FFF;
    z-index: 10;
}
a.btnB:hover:before{
  transform-origin:left top;
  transform:scale(1, 1);
}
/*------------------btnC------------------*/
.btnC{
    display: block;
    width: fit-content;
    min-width: 270px;
    font-size: 14px;
    text-align: center;
    color: #FFF;
    border-radius: 30px;
    border: solid 1px var(--main-color);
    background: var(--main-color);
    padding: 10px 40px;
    margin: 0 auto 20px;
    position: relative;
    transition: .5s;
}
.btnC:hover{
    color: var(--main-color);
    background: #FFF;
}
.triangle02{
    display: block;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #FFF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 17px;
}
.triangle02::after{
    display: block;
    content: "";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid var(--main-color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5px;
    transition: ease 1s;
}
.btnC:hover .triangle02{
    background: var(--main-color);
}
.btnC:hover .triangle02::after{
    border-left: 4px solid #FFF;

}
/*------------------btnC-other------------------*/
.btnLine{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #05b83a;
    border-radius: 30px;
    border: solid 1px #05b83a;
    background: #FFF;
}
.btnLine:hover {
    color: #FFF;
    background: #05b83a;
}
.btnLine::before{
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: center / contain no-repeat url("../img/icon_line.svg");
    margin: 0 8px 0 0;
    transition: ease 1s;
}
.btnLine:hover::before {
    background: center / contain no-repeat url("../img/icon_linebg.svg");
}
.btnBeauty{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ad2f5b;
    border: solid 1px #ad2f5b;
}
.btnBeauty::before{
    display: inline-block;
    content: "";
    width: 17px;
    height: 17px;
    background: center / contain no-repeat url("../img/icon_beauty.svg");
    margin: 0 8px 0 0;
}
.btnBeauty:hover{
    color: #ae2f5b;
}
.btnBeauty:hover::before{
    background: center / contain no-repeat url("../img/icon_beauty02.svg");
}
/*フッターcontact*/
.contact .btnBeauty::before{
    display: none;
}
.contact .btnBeauty::after{
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: center / contain no-repeat url("../img/icon_link.svg");
    margin: 0 0 0 5px;
}
.contact .btnBeauty:hover::after{
    background: center / contain no-repeat url("../img/icon_link02.svg");
}
.btnC02{
    color: var(--main-color);
    border: solid 1px var(--main-color);
    background: #FFF;
}
.btnC02:hover{
    color: #FFF;
    background: var(--main-color);
}

/*==================================================================================================*/
/*fv*/
.fv{
    height: calc( 100vh - 60px);
    padding: 0;
}
h2.catch{
    width: 100%;
    height: calc( 50vh - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: "A-OTF";
    line-height: 2;
    letter-spacing: 0.3em;
    text-align: center;
    padding: 40px 0 0;
}
.fvslider{
    width: 100%;
}
.fvslider li{
    height: 50vh;
}
.fvslider li img{
    height: 50vh;
    object-fit: cover;
}
.fv .deco{
    display: none;
}
@media screen and (min-width: 1000px) {
    .fv{
        height: 100vh;
        padding: 0;
    }
    h2.catch{
        width: 30%;
        height: 100vh;
        font-size: 16px;
        letter-spacing: 0.1em;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;

        text-align: left;
        padding: 0;
    }
    .fvslider{ width: 70%;}
    .fvslider li{ height: 100vh;}
    .fvslider li img{ height: 100vh;}
    .fv .deco{
        display: flex;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        letter-spacing: 2px;
    }
}
/*==================================================================================================*/
/*infomation*/
/*タブ切り替え*/
input[name="tab_item"] {
    display: none;
}
.tab_item{
    width: fit-content;
    font-size: 13px;
    color: var(--sub-color);
    margin: 0 30px 0 0;
}
.tab_item:hover {
    opacity: 0.75;
}
input:checked + .tab_item {
    color: #000;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content{
    display: block;
    min-height: 278px;
}
.tab_content{
    display: none;
    clear: both;
    overflow: hidden;
}
/*=タブ中身=*/
.infoList li{
    padding: 13px 0;
    border-bottom: solid 1px #d9d3ce;
    margin: 0 0 10px;
    transition: .5s;
}
.infoList li:hover{
    opacity: .6;
}
.infoList li:last-child{
    margin: 0 0 30px;
}
.infoTextBox{
    width: calc( 100% - 50px );
}
.infoTextBox p.infoDay{
    width: fit-content;
    font-size: 13px;
    letter-spacing: 0;
    color: var(--sub-color);
    padding: 0 20px 0 0;
    margin: 0 0 5px;
}
.infoTextBox p.infoTag{
    width: fit-content;
    font-size: 13px;
    margin: 0 0 5px;
}
.infoTextBox h3.infoTitle{
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 0 0 5px;
}
@media screen and (min-width: 1000px) {
    .infomation .inner{
        min-height: 235px;
        align-content: flex-start;
    }
    .tab_item{
        width: 100%;
        margin: 0 0 10px ;
    }
    .tab_content{
        max-width: calc( 100% - 280px );
        position: absolute;
        top: 0;
        right: 0;
    }
    .infoList li:nth-child(1){
        padding: 0 0 13px 0;
    }
    .infoTextBox p.infoDay{
        padding: 0 30px 0 0;
    }
    .infoTextBox h3.infoTitle{
        font-size: 15px;
    }
    .infomation .btnA{
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
/*==================================================================================================*/
/*about*/
img.imgA{/*about/myofascial*/
    display: block;
    width: 255px;
    height: 310px;
    border-radius: 40px 0 40px 0;
    background: #999;
    margin: 0 auto 30px;
}
.aboutRight h2.pageTitle{
    display: none;
}
.about h2.pageTitle{
    margin: 0 0 15px;
}
.about p.text{
    margin: 0 0 40px;
}

.about .btnB span{
    font-family: var(--sub-font);
    display: inline-block;
    padding: 3.5px 4px 0 0;
}
@media screen and (min-width: 1000px) {
    .about h2.pageTitle{
        display: none;
    }
    .aboutRight h2.pageTitle{
        display: block;
        margin: 0 0 40px;
    }
    img.imgA{/*about/myofascial*/
        width: 410px;
        height: 480px;
        margin: 0;
    }
    .aboutRight {
        width: calc( 100% - 480px );
    }
    .aboutRight h2.pageTitle,
    .aboutRight h3.pageTitle{
        text-align: left;
    }
    .about .btnB{
        margin: 0;
    }
}
/*==================================================================================================*/
/*partition*/
.partition_sp .p01,
.partition_sp .p02{
    display: block;
    width: 100%;
    height: 170px;
    margin: 0 0 2px;
}
.partition_sp .p03,
.partition_sp .p04{
    display: block;
    width: calc( 50% - 1px );
    height: 110px;
}
.partition_pc{
    display: none;
}
@media screen and (min-width: 1000px) {
    .partition_sp{
        display: none;
    }
    .partition_pc{
        display: flex;
    }
    .partition_pc .p01{
        display: block;
        width: 45%;
        height: 460px;
        margin: 0 2px 0 0;
    }
    .partition_pc .flexTop{
        display: block;
        width: calc( 55% - 2px );
    }
    .partition_pc .p02{
        display: block;
        width: 100%;
        height: 230px;
        margin: 0 0 2px;
    }
    .partition_pc .p03,
    .partition_pc .p04{
        display: block;
        width: calc( 50% - 1px );
        height: 229px;
    }
}
/*==================================================================================================*/
/*myofascial*/
.myofascial{
    padding: 60px 0;
}
.myofascial h3.pageTitle{
      font-size: 20px;
}
.myofascialTop{
    max-width: 340px;
    position: relative;
    margin: 0 auto;
}
.myofascial p.text{
    margin: 0 0 10px;
    letter-spacing: 0.1rem;
}
.myofascial p.last{
    margin: 0 0 30px;
}
.deco{
    font-size: 11px;
    font-family: var(--main-font);
    letter-spacing: 1.5px;
    writing-mode: vertical-rl;
    color: var(--main-color);
    position: absolute;
    top: 100px;
}
.myofascialTop .deco:nth-child(1){
    left: 0;
}
.myofascialTop .deco:nth-child(3){
    right: 0;
    transform: rotate(180deg);
}
@media screen and (min-width: 1000px) {
    .myofascial{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: flex;
        width: calc( 100% - 80px );
        height: 530px;
        padding: 100px 0;
        margin: 0 auto;
    }
    .myofascial .inner{
        width: fit-content;
        max-width: 980px;
        padding: 0 260px 0 0;
    }
    .myofascialTop{
        position: absolute;
        right: 0;
    }
    .myofascialTop img.imgA{
        width: 220px;
        height: 280px;
    }
    .myofascialTop .deco:nth-child(1){
        letter-spacing: 1px;
        top: 0;
        left: auto;
        right: 240px;
    }
    .myofascialTop .deco:nth-child(2){
        display: none;
    }
    .myofascial h3.pageTitle{
        text-align: left;
        margin: 0px 0 0 40px;
    }
    .myofascial p.text.first::before{
        display: inline-block;
        content: "";
        width: 13px;
        height: 13px;
    }
    .myofascial p.text{
        margin: 0 0 0 20px;
        line-height: 2.2;
    }
    .myofascial p.last{
        margin: 0 0 0 40px;
    }
    .myofascial .btnC{
      letter-spacing: 0.1rem;
        min-width: fit-content;
        padding: 40px 10px;
    }
    .myofascial .btnC .triangle02 {
        top: 17px;
        left: 37%;
        transform: rotate(90deg);
    }
}
/*==================================================================================================*/
/*menu*/
.menu{
    padding: 60px 0;
    background: #FFF;
}
.menu .inner{
    width: 100%;
}
.menuList li.slider-item{
    padding: 0 1%;
    margin: 0 auto;
}
.menuList .img{
    width: 90%;
    padding-top: 60%;
    border-radius: 40px 0 40px 0;
    margin: 0 auto 40px;
}
.menuList li p.menuSubTitle{
    font-size: 14px;
}
.menuList li h4{
    font-size: 18px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 0.1em;
}
.menuList li p.money{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 0 20px;
}
.menuList li p.money span{
    font-size: 14px;
}
.menuList li p.text{
    font-size: 15px;
    margin: 0 0 20px;
}
.menuList .btnC{
    margin: 0 auto 40px;
}
.menu .btnB{
    max-width: 270px;
    background: #FFF;
}
.menusliderPC{
    display: none !important;
}
@media screen and (min-width: 1000px) {
    .menuslider,.menuslidertext,
    .menusliderPC .slick-dots{
        display: none !important;
    }
    .menusliderPC{
        display: block !important;
    }
    .menusliderPC.menuList .img{
        width: 40%;
        padding-top: 42%;
        margin: 0 auto;
    }
    .menusliderPC.menuList .menuBox{
        width: 50%;
    }
    .menusliderPC .slider-item{
        display: flex !important;
        justify-content: space-between;
        align-items: center;
    }
    .menuList li.slider-item{
        padding: 35px 0.5% 50px
    }
    .menuList li p.menuSubTitle{
        color: var(--main-color);
    }
    .menuList li p.text{
        width: 90%;
    }
    .menuList .btnC{
        margin: 0;
    }
}
/*==================================================================================================*/
/*voice*/
.voice {
    background: #f9f7f6;
    padding: 60px 0;
}
.voice .inner{
    max-width: 960px;
}
.voice p.text{
    width: 95%;
    font-size: 14px;
    line-height: 1.86;
    margin: 0 auto 20px;
}
.voice .voiceList p.text{
    width: 100%;
}
.voiceList li{
    max-width: 460px;
    padding: 50px 30px;
    border-radius: 30px 0 30px 0;
    background: #FFF;
    margin: 0 auto 40px;
}
.voiceList .name{
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #000;
    padding: 5px 0;
    position: relative;
    margin: 0 0 20px;
}
.voiceList .name img{
    display: block;
    width: 28px;
    height: 33px;
    margin: 0 10px 0 0;
    object-fit: contain;
}
.voiceList .name div{
    width: calc( 98% - 50px );
}
.voiceList .name p{
    font-size: 15px;
    line-height: 1;
}
.voiceList .name span.data{
    font-size: 13px;
}
@media screen and (min-width: 1000px) {
    .voice {
        width: calc( 100% - 80px );
    }
    .voice p.text{
        width: 100%;
        text-align: center;
    }
    .voiceList{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .voiceList li{
        width: 48%;
        max-width: 460px;
        margin: 0 0 40px;
    }
    .voiceList .name div{
        width: calc( 85% - 50px );
    }
    .voice .voiceList p.text{
        text-align: left;
    }
}
.evaluation{
    max-width: 300px;
    align-items: center;
    margin: 0 auto 25px;
}
.evaluationAll{
    width: 85px;
}
.evaluationList{
    width: 180px;
}
/*総合評価*/
.evaluationAll dt{
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px;
}
.evaluationAll dd p{
    width: 100%;
    font-size: 45px;
    font-weight: 900;
    font-family: "opensans";
    line-height: 1;
    text-align: center;
    color: #92d6b4;
    margin: 0 0 5px;
}
.evaluationAll dd span{
    display: block;
    width: 15px;
    height: 15px;
    background: center / contain no-repeat url("../img/star_bg.svg");
}
/*数字評価含むのでカウント2から*/
.evaluationAll dd.one span:nth-child(2){
    background: center / contain no-repeat url("../img/star.svg");
}
.evaluationAll dd.twe span:nth-child(2),
.evaluationAll dd.twe span:nth-child(3){
    background: center / contain no-repeat url("../img/star.svg");
}
.evaluationAll dd.three span:nth-child(2),
.evaluationAll dd.three span:nth-child(3),
.evaluationAll dd.three span:nth-child(4){
    background: center / contain no-repeat url("../img/star.svg");
}
.evaluationAll dd.four span:nth-child(2),
.evaluationAll dd.four span:nth-child(3),
.evaluationAll dd.four span:nth-child(4),
.evaluationAll dd.four span:nth-child(5){
    background: center / contain no-repeat url("../img/star.svg");
}
.evaluationAll dd.five span:nth-child(2),
.evaluationAll dd.five span:nth-child(3),
.evaluationAll dd.five span:nth-child(4),
.evaluationAll dd.five span:nth-child(5),
.evaluationAll dd.five span:nth-child(6){
    background: center / contain no-repeat url("../img/star.svg");
}
/*評価詳細*/
.evaluationList dt{
    width: fit-content;
    font-size: 13px;
    line-height: 1;
    border: solid 1px #000;
    border-radius: 15px;
    padding: 1px 10px;
    margin: 0 0 10px;
}
.evaluationList dd{
    width: calc( 100% - 70px );
    margin: 0 0 10px;
}
.evaluationList dd span{
    display: block;
    content: "";
    width: 18%;
    height: 3px;
    border-radius: 3px;
    background: #dde4e2;
}
.evaluationList dd.one span:nth-child(1){
    background: #92d6b4;
}
.evaluationList dd.twe span:nth-child(1),
.evaluationList dd.twe span:nth-child(2){
    background: #92d6b4;
}
.evaluationList dd.three span:nth-child(1),
.evaluationList dd.three span:nth-child(2),
.evaluationList dd.three span:nth-child(3){
    background: #92d6b4;
}
.evaluationList dd.four span:nth-child(1),
.evaluationList dd.four span:nth-child(2),
.evaluationList dd.four span:nth-child(3),
.evaluationList dd.four span:nth-child(4){
    background: #92d6b4;
}
.evaluationList dd.five span:nth-child(1),
.evaluationList dd.five span:nth-child(2),
.evaluationList dd.five span:nth-child(3),
.evaluationList dd.five span:nth-child(4),
.evaluationList dd.five span:nth-child(5){
    background: #92d6b4;
}
.voiceList p.text02{
    color: var(--sub-color);
}
.voice .btnB {
    max-width: 270px;
}
@media screen and (min-width: 1000px) {
}
/*==================================================================================================*/
/*banner*/
.bannerBox{
    background: #FFF;
    padding: 60px 0 0;
}
a.banner{
    display: block;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    transition: .5s;
}
a.banner:hover{
    opacity: .5;
}
a.banner.sp_res1000{
    display: block;
}
a.banner.pc_res1000{
    display: none;
}
@media screen and (min-width: 1000px) {
    a.banner{
        width: 100%;
        max-width: 960px;
    }
    a.banner.sp_res1000{
        display: none;
    }
    a.banner.pc_res1000{
        display: block;
    }
}
/*==================================================================================================*/
/*facility*/
.facility{
    padding: 60px 0 ;
}
.facility .inner{
    width: 100%;
    max-width: 550px;
}
.facilityList li.slider-item{
    padding: 0 30px;
}
.facilityList .img{
    padding-top: 65%;
    border-radius: 30px 0 30px 0;
    margin: 0 0 30px;
}
.facilityList p{
    margin: 0 0 30px;
}
.facilitysliderPC{
    display: none !important;
}
@media screen and (min-width: 1000px) {
    .facility h3.pageTitle02{
        margin: 0 0 30px;
    }
    .facilityslider,
    .facilityslidertext,
    .facility .slick-dots{
        display: none !important;
    }
    .facilitysliderPC{
        display: block !important;
    }
    .facility .inner{
        max-width: 1030px;
    }
    .facilitysliderPC .img{
        padding-top: 35%;
        max-width: 500px;
        margin: 0 0 100px auto;
        position: relative;
        z-index: 1;
    }
    .facilitysliderPC .facilityBox{
        max-width: 700px;
        height: 340px;
        padding: 60px 80px;
        background: #f9f7f6;
        margin: -390px 0 0;
    }
    .facilityList p{
        max-width: 360px;
        margin: 0;
    }
}
/*==================================================================================================*/
/*contact*/
.contactList{
    margin: 0 0 60px;
}
.contactList li{
    max-width: 460px;
    text-align: center;
    padding: 30px 10px;
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0 0 10px #eee;
    margin: 0 auto 20px;
    position: relative;
}
.contactList li:last-child{
    margin: 0 auto;
}
.contactList li .deco{
    display: flex;
    align-items: center;
    justify-content: center;
    top: 20px;
    left: 8px;
}
.contactList li .deco::before{
    display: block;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--main-color);
    margin: 0 0 5px 0;
}
.contactList li h3{
    font-size: 15px;
    margin: 0 0 10px;
}
.contactList li p{
    font-size: 13px;
    letter-spacing: 1.5px;
    margin: 0 0 10px;
}
.contactList .btnC{
    margin: 0 auto;
}
a.tel{
    width: fit-content;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    font-family: var(--sub-font);
    letter-spacing: 1px;
    color: var(--main-color);
    margin: 0 auto 20px;
    transition: .6s;
}
a.tel:hover{
    opacity: .5;
}
a.tel::before{
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: center / contain no-repeat url("../img/icon_tel.svg");
    margin: 0 5px 0 0;
}
@media screen and (min-width: 1000px) {
    .contact .inner{
        max-width: 960px;
    }
    .contactList{
        justify-content: space-between;
        align-items: flex-start;
    }
    .contactList li{
        height: 290px;
        padding: 60px 10px;
    }
    .contactList li:nth-child(2) p{
        margin: 0 0 40px;
    }
    .contact a.tel{
        font-size: 30px;
        margin: 0 auto 13px;
    }
    .contact iframe{
        height: 260px;
    }
}
/*==================================================================================================*/
/*access*/
.access{
    padding: 60px 0 ;
}
.access .inner{
    max-width: 360px;
}
.accessTop{
    justify-content: space-between;
    padding: 0 0 20px;
    border-bottom: solid 1px #d9d3ce;
    margin: 0 0 20px;
}
.accessTop img{
    display: block;
    width: 100%;
    max-width: 360px;
    height: 200px;
    border-radius: 40px 0 40px 0;
    background: #999;
    margin: 0 auto 20px;
}
.accessTop .instagram{
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 10px;
}
.accessTop .instagram::after{
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: center / contain no-repeat url("../img/icon_instafram.svg");
    margin: 0 0 0 5px;
}
.accessTop p{
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin: 0 0 20px;
}
.accessTop .tel{
    font-size: 24px;
    letter-spacing: 0.16rem;
    margin: 0;
}
.accessBottom dt{
    font-size: 14px;
    font-weight: bold;
}
.access dd{
    font-size: 15px;
    margin: 0 0 10px;
}
@media screen and (min-width: 1000px) {
    .access{
        padding: 100px 0 ;
    }
    .access .inner{
        max-width: 1000px;
        align-items: flex-start;
    }
    .accessTop .cta{
        max-width: calc( 100% - 400px );
    }
    .accessTop{
        padding: 0 0 30px;
        margin: 0 0 30px;
    }
    .accessTop img{
        height: 200px;
        margin: 0;
    }
    .accessBottom{
        width: 50%;
    }
    .accessBottom dt{
        width: 80px;
    }
    .accessBottom dd{
        width: calc( 100% - 80px );
    }
}
/*==================================================================================================*/
/**/
.partitionFt{
    width: 100%;
    overflow: hidden;
}
.partitionFt .in {
    width: 5020px;
    display: flex;
    align-items: center;
    background: var(--main-color);
    padding: 15px 0;
}
.partitionFt p {
    width: fit-content;
    display: flex;
    -webkit-animation: loop-slide 20s infinite linear 1s both;
    animation: loop-slide 20s infinite linear 1s both;
    font-size: 18px;
    font-family: "KaiseiOpti";
    line-height: 1;
    color: #FFF;
    margin: 0 15px 0 0;
}
@media screen and (min-width: 1000px) {
    .partitionFt p {
        font-size: 20px;
    }
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*==================================================================================================*/
/*footer*/
footer a{
    font-size: 14px;
    transition: .5s;
}
footer a:hover{
    opacity: .5;
}
.footer{
    padding: 60px 0 40px;
}
.footer .inner .ftTop{
    justify-content: center;
}
.footer img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
}
.footer p{
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0 auto 5px;
}
.footer .cta a{
    display: block;
}
.ftNav{
    max-width: 300px;
    justify-content: center;
    margin: 0 auto;
}
.ftNav ul{
    width: fit-content;
    margin: 0 0 15px;
}
.ftNav ul:nth-child(1){
    margin: 0 40px 0 0;
}
.ftNav ul li{
    margin: 0 0 15px;
}
.btnContact{
    border: solid 1px var(--text-color);
    background: var(--text-color);
    margin: 0 auto 30px;
}
.btnContact:hover{
    color: var(--text-color);
}
.ftNav ul:last-child li{
    text-align: center;
}
.small{
    width: 100%;
    display: flex;
    padding: 5px 0;
    background: #FFF;
}
.small small{
    font-size: 10px;
    text-align: center;
}
.btnContact_pc{
    display: none;
}
@media screen and (min-width: 1000px) {
    .footer .inner{
        max-width: 1030px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .footer .ftTop{
        width: fit-content;
    }
    .footer img{
        margin: 0 30px 0 0 ;
    }
    .footer .cta{
        width: fit-content;
    }
    .footer .cta a{
        text-align: left;
    }
    .footer p{
        text-align: left;
    }
    .ftNav{
        max-width: 430px;
    }
    .ftNav ul:nth-child(1),
    .ftNav ul:nth-child(2){
        margin: 0 40px 0 0;
    }
    .ftNav ul:last-child li{
        display: flex;
        align-items: center;
        text-align: left;
    }
    .ftNav ul:last-child li:nth-child(1)::before{
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        background: center / contain no-repeat url("../img/icon_privacy.svg");
        margin: 0 5px 0 0;
    }
    /*リクルート削除による変更
    .ftNav ul:last-child li:nth-child(1)::before{
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        background: center / contain no-repeat url("../img/icon_recruit.svg");
        margin: 0 5px 0 0;
    }
    .ftNav ul:last-child li:nth-child(2)::before{
        display: block;
        content: "";
        width: 15px;
        height: 15px;
        background: center / contain no-repeat url("../img/icon_privacy.svg");
        margin: 0 5px 0 0;
    }*/
    .btnContact{
        min-width: 125px;
        padding: 0px 40px;
    }
    .btnContact_sp{
        display: none;
    }
    .btnContact_pc{
        display: block;
    }
    .small{
        padding: 0 0 100px;
        background: var(--base-color);
    }
    .small small.inner{
        display: block;
        max-width: 1030px;
        text-align: left;
    }
}
