@charset "utf-8";

/************************** 1.Common *************************/
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html {
    font-size: 62.5%;/*16px*62.5%=10px*/
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #262526;
    height: 100%;
    box-sizing: border-box;
}
body {

    font-family: 'Noto Serif JP', serif;
    font-size: 1.6rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height: 1;
    letter-spacing:0.05em;
    color: #504f4f;
}
.wrapper{
    max-width: 2000px;
    margin: 0 auto;
}
img{
    max-width: 100%;
    height: auto;
}
.inner{
    max-width: 980px;
    margin: 0 auto;
    padding: 6rem 2.5rem;
}
h2{
    font-family: 'Noto Serif JP', serif;
}
.font16{
    font-size: 1.6rem;;
}
.font19{
    font-size: 1.9rem;;
}
.font28{
    font-size: 2.8rem;;
}
.font33_6{
    font-size: 3.36rem;
}
.font39{
    font-size: 3.9rem;
}
.font56{
    font-size: 5.6rem;
}
.red{
    color: #f80000;
    font-weight: bold;
}
figure img{
    vertical-align: top;
}
.marker{
    background: linear-gradient(transparent 60%, #faf4d9 60%);
    font-weight: 800;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
/************************** header ******************************/
header {
    background-image: url(../images/fv_bgimg.jpg);
    background-position: center;
}
header .inner{
    padding: 0;
}
header figure {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -10;
}
.copy_area{
    padding-top: 2rem;
    position: relative;
    height: 80rem;
    z-index: 100;
}
h1{
    margin-bottom: 4rem;
    padding-left: 2rem;
}

.copy_area > div{
    display: flex;
    margin-bottom: 3.5rem;
    padding-left: 2rem;
}
.copy_area > div p:nth-of-type(2){
    padding: 2.5rem 0 0 1.5rem;
}
.copy_area ul {
    width: 60%;
    display: flex;
    padding-left: 2rem;
}
.copy_area li {
    position: relative;
    width: 50%;
    padding: 15%;
    border-radius: 50%;
    background: #50b9e326;
    margin-right: 2rem;
}
.copy_area li:last-of-type{
    margin-right: 0;
}
.copy_area li p {
    font-size: 2.8rem;
    text-align: center;
    color: #2f3270;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -.5em 0 0;
}
.copy_area li:first-of-type p{
    letter-spacing: -0.15em;
}
.copy_area>p{
    position: absolute;
    right: 5.5rem;
    bottom: 6rem;

}
.copy_area>p:nth-of-type(2){
    color: #ab6a1a;
    position: absolute;
    bottom: 2rem;
    right: 2rem;

}
/******************************* コンバージョン *************************************/
.cv_area {
    background-image: url(../images/cv_bg.png);
    background-size: cover;
    background-position: center;
}
.cv_area .inner {
    background-position: 0rem 6rem;
    padding: 15.5rem 0 6rem;
    position: relative;
}
.cv_area .cv_Box {
    width: 100%;
    background-color: #fff;
    border: #e0c39f solid 2.5rem;
}
p.medal {
    position: absolute;
    top: -5.5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 100;
}
.cv_area .waku {
    position: absolute;
    top: 6rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: inline-block;
    width: 240px;
    height: 120px;
    border-radius: 50% / 100% 100% 0 0;
    background: #e0c39f;
    padding-top: 2.5rem;
}
.cv_area .waku .waku_inner{
    display: block;
    width: 190px;
    margin: 0 auto;
    height: 95px;
    border-radius: 50% / 100% 100% 0 0;
    background: #fff;
}
.cv_area .waku img {
    display: block;
    width: 80%;
    margin: -7rem auto;
}
.cv_contents {
    margin-bottom: 2.5rem;
    padding: 12.2rem 4.5rem 0;
}
.cv_area .cv_Box div > p {
    text-align: center;
}
.cv_area .cv_offer{
    display: flex;
    margin-bottom: 1.5rem;
}
.cv_area .cv_offer div {
    width: 56%;
    margin-left: 2.5rem;
}
.cv_area .cv_offer>p{
    margin-left: 3rem;
}
.cv_area h3{
    font-size: 4rem;
    text-align: center;
    color: #ab6a1a;
    background: -webkit-linear-gradient(-92deg, #ab6a1a, #c28841);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1.5rem 0;
    border-top:1px solid #ab6a1a;
    border-bottom:1px solid #ab6a1a;
    margin-bottom: 2.5rem;
}
.cv_area h4{
    font-size: 2.3rem;
    color: #fff;
    text-align: center;
    background-color: #c18740;
    border-radius: 1rem;
    padding: .7rem 0;
    margin-bottom: 2.5rem;
}
.cv_area ul.btn_area{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.cv_area .phone_area{
    display: flex;
    margin-bottom: 1rem;
}
.cv_area .phone_area p:first-of-type{
    font-size: 3.3rem;
    font-weight:900;
    padding-top: 2rem;
}
.cv_area p.phone_number {
    font-size: 6.5rem;
    padding-left: 6rem;
    background-image: url(../images/phone02.png);
    background-size: contain;
    margin-left: 3rem;
    text-align: left;
}
.cv_area p.phone_number a{
    color: #0f0f0f;
}
.cv_area .inner figure {
    width: 100%;
}
.cv_area .phone_area-text{
    font-size: 2rem;
    line-height: 1.3em;
}
.cv_area p.note {
    color: #6f453b;
    text-align: right;
    padding-top: 1rem;
}

.cv_area ul.btn_area li a {
    transition: .3s;
    display: inline-block;
}
.cv_area ul.btn_area li a:hover {
    transform: scale(1.1);
}
.cv_area.cv_area02 .inner {
    padding: 10rem 0 6rem;
}
/*footer*/
footer {
    background-color: #2c2c87;
    color: #fff;
    text-align: center;
}
footer ul {
    display: flex;
    width: 50%;
    margin: 0 auto 3.5rem;
}
footer ul li {
    padding: 0 2rem;
    border-right: 1px solid #fff;
}
footer ul li a{
    color: #fff;
}
footer ul li:nth-of-type(1) {
    border-left: 1px solid #fff;
}
/*to top*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 2rem;
    bottom: 0;
    background: #3f98ef;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 1000;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}
/*************************** sec01 松戸ホリスティック整体サロン情報************************/
.sec01 .inner{
    padding: 6rem 2rem;
    display: flex;
    position:relative;
}
.sec01 h2{
    font-size: 4.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.sec01 h2 span {
    font-size: 3.7rem;
    display: block;
    font-weight: 500;
    margin-bottom: 2rem;
}
.sec01 table{
    border-collapse:collapse;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 2rem;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.sec01 thead {
    border: 1px solid #2c2c87;
}
.sec01 th {
    background-color: #2c2c87;
    color: #fff;
    margin: 0;
    padding: 2rem;
    border: #fff solid 1px;
}
.sec01 th:first-of-type {
    width: 190px;
}
.sec01 td {
    text-align: center;
    padding: 2rem .5rem;
    border: 1px solid #ccc;
}
.sec01 p{
    text-align: right;
    margin-bottom: 2rem;
}
.sec01 p:last-of-type{
    text-align: left;
}
.sec01 .phone_number {
    text-align: left;
    font-size: 5rem;
    margin-bottom: 2rem;
    padding-left: 6.5rem;
    height: 6.3rem;
    background-image: url(../images/phone01.png);
}
.sec01 ul.phone_number li{
    font-size: 1.8rem;
}
.sec01 ul.phone_number li:first-of-type{
    font-size: 5rem;
    padding-left: 6.5rem;
}
.sec01 ul.info {
    display: flex;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.sec01 ul.info li{
    font-size: 1.9rem;
    color: #fff;
    background-color: #2c2c87;
    width: 197px;
    text-align: center;
    margin-right: 1rem;
    padding: 3rem 0;
    border-radius: 1rem;
}
.sec01 ul.info li:first-of-type{
    padding: 2rem 0;
}
.sec01 ul.info li:last-of-type{
    margin-right: 0;
}
.sec01 figure {
    position: absolute;
    right: 2rem;
    bottom: 0;
}
/****************************** sec02 芸能人・海外在住の方も多数来院 *********************************/
.sec02 .inner{
    padding: 6rem 0 0;
}
.sec02 h2 span.title_small{
    display: block;
    font-size: 3.3rem;
}
.sec02 h2{
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 1rem;
}
.sec02 .notice{
    text-align: right;
    font-size: 1rem;
    max-width: 885px;
    margin-bottom: 5rem;
}
.sec02 .entertainer {
    margin-bottom: 5rem;
}
.sec02 .sentence01 {
    font-size: 4.8rem;
    text-align: center;
    text-decoration: underline 2px wavy #b5d7e5;
    margin-bottom: 3%;
}
.sec02 .sentence01 span {
    text-decoration: none;
    display: inline-block;
}
.sec02 .sentence02 {
    font-size: 4rem;
    text-align: center;
}
.dot {
    -webkit-text-emphasis: filled dot #504f4f;
    text-emphasis: filled dot #504f4f;
}
/******************************* sec03 Before After *******************************/
.sec03 {
    background-image: url(../images/sec03_bg01.png);
    background-position: center;
    padding-top: 22rem;
}
.sec03 .inner {
    padding: 0 2.5rem;
}
.sec03 h2{
    font-size: 7rem;
    text-align: center;
    margin-bottom: 3.5rem;
}
.sec03 h2 span{
    font-size: 3rem;
    display: block;
}
.sec03 ul{
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec03 ul li {
    width: 50%;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    background-color: #fff;
    width: fit-content;
}
.sec03 ul li:nth-of-type(3),.sec03 ul li:nth-of-type(4){
    margin-bottom: 0;
}
.sec03 ul li figure{
    margin-bottom: 2.5rem;
}
.sec03 h3{
    font-size: 2.7rem;
    color: #fff;
    text-align: center;
    background-color: #2c2c87;
    border-radius: 1rem;
    padding: 1rem 0;
    margin-bottom: 2.5rem;
}
.sec03 ul li .cost {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
}
.sec03 ul li .cost span{
    font-size: 2.45rem;
}
.sec03 .comment {
    text-align: center;
    line-height: 2em;
    font-size: 1.8rem;
    border: 1px solid #2c2c87;
    border-radius: 1rem;
    padding: 2.3rem 1.5rem;
}

/******************************* sec04 でもちょっとコワイ *******************************/
.sec04 {
    background-image: url(../images/sec04_bg01.png);
    background-position: center top;
}
.sec04 .inner {
    padding: 12rem 0 0;
}
.sec04 p {
    text-align: center;
}
.sec04 p img{
    vertical-align: bottom;
}
/* sec05 選ばれる5つの理由*/
.sec05 {
    background-color: #b5d7e51a;
}
.sec05 .inner{
    padding: 6rem 0;
}
.sec05 h2 {
    font-size: 4.5rem;
    text-align: center;
    color: #ab6a1a;
    margin-bottom: 4rem;
}
.sec05 h2 span:first-of-type{
    display: block;
    font-size: 3rem;
    color: #845114;
}
.sec05 h2 span.sec05_number {
    font-size: 8.1rem;
    color: #2c2c87;
}
.sec05 ol li h3 {
    color: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
    font-size: 3.5rem;
    display: flex;
    background-color: #2c2c87;
    padding: 4% 1% 4% 1%;
    position: relative;
}
.sec05 ol li h3:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 20px transparent;
    border-right: solid 20px rgb(27 27 82);
}
.sec05 ol li h3:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 20px transparent;
    border-left: solid 20px rgb(27 27 82);
}
.sec05 ol li h3 span{
    font-size: 2.8rem;
    padding-left: 2rem;
    display: block;
}
.sec05 ol li ul {
    width: 95.89%;
    margin: 0 auto;
    padding: 4.5rem;
    display: flex;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgb(0 0 0 / 10%);
}
.sec05 ol li ul li:nth-of-type(2) {
    width: 60%;
    padding-left: 2.5rem;
    font-size: 2rem;
    line-height: 1.5em;
}
.sec05 ol li ul li p{
    margin-bottom: 2rem;
}
.sec05 ol li ul li p:last-of-type{
    margin-bottom: 0;
}

/******************************* sec06 こんな方にオススメです *******************************/
.sec06 h2 {
    font-size: 4.5rem;
    text-align: center;
    /*margin-bottom: 14%;*/
}
.sec06 h2 span{
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}
.sec06 .check_Box {
    position: relative;
    padding: 49% 0 6% 3%;
}
.sec06 .check_Box figure{
    position: absolute;
    top: 0;
}
ul.check_list {
    position: absolute;
    top: 15%;
}
.sec06 ul.check_list li {
    font-size: 2.5rem;
    padding-left: 4rem;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px dotted #53569c;
    background-image: url(../images/check.png);
    background-position-y: .5rem;
}
.sec06 .worry_Box{
    position: relative;
}
.sec06 h3 {
    text-align: center;
    color: #fff;
    line-height: 1.5em;
    font-size: 2.4rem;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    background-color: #2c2c87;
    padding: 1.5rem;
    width: 90%;
    z-index: 1000;
    position: absolute;
    top: -5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec06 .worry_Box .worry_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 8% 2.5% .5%;
    margin-top: -6rem;
    background-image: url(../images/sec06_bg.jpg);
    background-repeat: repeat;
}
.sec06 .worry_Box .worry_inner>li {
    margin-bottom: 3%;
    width: 48.6%;
}
.sec06 .worry h4 {
    font-size: 2.1rem;
    font-weight: 600;
    padding-bottom: 3%;
    border-bottom: 1px dotted;
}
.sec06 .worry {
    background-color: #fff;
    height: 146px;
    padding: 5%;
    text-align: center;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.sec06 .worry_Box .worry_inner figure img{
    width: 100%;
}
.sec06 .worry p {
    margin: 5% auto 0;
    font-size: 1.8rem;
    line-height: 1.5em;
}
/******************************* sec07 自信をつけてなりたかった自分に *******************************/
.sec07 .inner {
    position: relative;
    padding: 0;
}
.sec07 .inner div {
    width: 50%;
    padding-top: 3rem;
    margin-left: auto;
    z-index: 100;
    position: absolute;
    right: 0;
    top: 3rem;
}
.sec07 .inner div h2 {
    font-size: 4.8rem;
    font-weight: 600;
    background-color: rgba(211, 232, 240, 0.5);
    padding: 4% 0;
    line-height: 1.8em;
    text-align: center;
    margin-bottom: 3rem;
}
.sec07 .inner div p:first-of-type{
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 4.5rem;
}
.sec07 .inner div p:last-of-type {
    font-size: 3.4rem;
    line-height: 1.8em;
    text-align: center;
}
.sec07 figure{
    text-align: center;
}
/* sec08 院長紹介*/
.sec08 h2{
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 4.5rem;
}
.sec08 h3 {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    text-align: center;
    background-color: #2c2c87;
    padding: 1.5rem;
    margin-bottom: 3.5rem;
    border-radius: 1rem;
}
.sec08 .personal_info{
    display: flex;
}
.sec08 .photo_Box{
    width: 100%;
    margin-right: 30px;
}
.sec08 .photo_Box p:nth-of-type(1){
    margin-bottom: 1rem;
}
.sec08 .photo_Box p:nth-of-type(2){
    font-size: 1.8rems;
}
.sec08 .info_text{
    font-size: 1.8rem;
    line-height: 1.5em;
}
.sec08 .info_text p{
    margin-bottom: 4rem;
}
.sec08 .info_text p:last-of-type{
    margin-bottom: 0;
}
.underline{
    text-decoration: underline;
}
/******************************* sec09 お客様の声 *******************************/
.sec09 {
    background-image: url(../images/sec09_bg01.png);
    background-position: center top;
    background-size: cover;
}
.sec09 h2{
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 4.5rem;
}
.sec09 h2 span {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}
.sec09 .voice_Box>li {
    margin-bottom: 3rem;
    padding: 2.5rem 5rem;
    border: 1px solid #2c2c87;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.sec09 .voice_Box>li:last-of-type {
    margin-bottom: 0;
}
.sec09 .voice_Box>li figure{
    width: 132px;
}
.sec09 .voice {
    width: 79%;
    margin-left: 4.5rem;
}
.sec09 .voice p:nth-of-type(1){
    font-size: 2rem;
    line-height: 1.5em;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.sec09 .customer_name {
    text-align: right;
    padding-top: 2rem;
}
/******************************* sec10 施術の流れ *******************************/
.sec10 .inner{
    padding-bottom: 0;
}
.sec10 h2{
    font-size: 4.5rem;
    text-align: center;
    margin-bottom: 4.5rem;
}
.sec10 h3{
    color: #fff;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    font-size: 3.4rem;
    text-align: center;
    background-color: #2c2c87;
    padding: 4rem 0;
    box-shadow: 1rem 1rem #e8e9fb;
}
.sec10 ol li {
    display: flex;
    padding: 6rem 5.5rem;
    background-image: url(../images/sec10_line.png);
    background-position: bottom center;
}
.sec10 ol li:last-of-type{
    background-image: none;
}
.sec10 dl{
    width: 73%;
    padding-left: 1.5rem;
}
.sec10 dt{
    font-size: 3rem;
    font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    border-bottom: 1px solid #2c2c87;
    padding-bottom: 1rem;
    margin-bottom: 3.5rem;
}
.sec10 dt span{
    font-size: 3rem;
    color: #fff;
    text-align: center;
    padding: 0 3rem;
    margin-right: 3rem;
    border-radius: 1rem;
    background-color: #2c2c87;
}
.sec10 dd{
    font-size: 1.8rem;
    line-height: 1.8em;
}
/******************************* sec11 Q＆A *******************************/
.sec11 {
    background-image: url(../images/sec11_bg02.png);
    background-position: center bottom;
    background-size: cover;
}
.sec11 .inner {
    padding: 20.5rem 2.5rem 12rem;
    position: relative;
}
.sec11 h2 {
    position: absolute;
    top: 9.9rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.sec11 ul {
    border: 5px solid #253885;
    border-radius: 1rem;
    padding: 1.5rem 5rem 5rem;
    background-color: #fff;
}
.sec11 dl{
    border-bottom: 1px dotted #2c2c87;
    padding: 3rem 0;
}
.sec11 dt {
    font-size: 3rem;
    margin-bottom: 4rem;
    display: flex;
}
.sec11 dt p{
    line-height: 1.5em;
    display: inline-block;
}
.sec11 dt span {
    color: #2c2c87;
    width: 5rem;
    height: 5rem;
    background-color: #b5d7e5;
    border-radius: 20%;
    margin: 0 3rem 0 0;
    text-align: center;
    line-height: 1.7em;
    font-size: 2.5rem;
}
.sec11 dd {
    font-size: 2.5rem;
    padding-left: 5rem;
    display: flex;
}
.sec11 dd p{
    line-height: 1.5em;
    display: inline-block;
    width: 80%;
}
.sec11 dd span {
    color: #fff;
    width: 5rem;
    height: 5rem;
    background-color: #2c2c87;
    border-radius: 50%;
    margin: 0 3rem 0 0;
    text-align: center;
    line-height: 1.7em;
    font-size: 2.5rem;
}

@media only screen and (max-width: 979px){
/******************************* 1.Common (max-width: 979px)*******************************/
    .pc02 {
        display: none;
    }
/*header*/
header h1 img{
    width: 100%;
}
header {
    background-image: url(../images/sp/fv_bgimg_sp.png);
    background-position: center;
    background-size: cover;
}
header .inner {
    padding: 0 0 4rem;
}
.copy_area {
    padding-top: 1rem;
    height: auto;
}
.copy_area > div {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 2.5rem;
    padding-left: 0;
}
.copy_area > div p:nth-of-type(1) {
    padding: 0 0 0 1rem;
}
.copy_area > div p:nth-of-type(2) {
    padding: 0 0 2rem 1rem;
}
.copy_area>p:nth-of-type(2) {
    bottom: -3rem;
    font-size: 1rem;
    right: 0;
    padding: 0 0 0 1rem;
}
.copy_area > div p:first-of-type img{
    width: 35%;
}
.copy_area > div p:nth-of-type(2) img{
    width: 45%;
}
header h1 {
    margin-bottom: 1.4rem;
    padding: 0 .9rem;
}
.copy_area ul{
    width: 100%;
    padding: 0 .9rem 1.3rem;
}
.copy_area li {
    margin-right: .9rem;
    padding: 16%;
}
.copy_area li p {
    font-size: 3rem;
}
header figure {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -10;
}
header figure img {
}

/******************************* コンバージョン (max-width: 979px)*******************************/
.cv_area .cv_offer div {
    width: auto;
    margin-left: 0;
}
.font33_6 {
    font-size: 2.9rem;
}
.cv_area h2{
    text-align: center;
}
.cv_area .cv_offer {
    flex-direction: column-reverse;
}
.cv_area p.phone_number {
    font-size: 4.3rem;
}
.cv_area .phone_area p:first-of-type {
    font-size: 2.5rem;
    padding-top: 0;
    line-height: 2em;
}
/*footer*/
/*to top*/
/******************************* sec01 松戸ホリスティック整体サロン情報 (max-width: 979px)*******************************/
.salon-info_Box {
    width: 100%;
}
.sec01 ul.info li {
    font-size: 1.2rem;
    line-height: 1.3em;
    width: 33%;
    padding: 1.5rem 0;
}
.sec01 ul.info li:first-of-type {
    padding: 1rem 0;
    font-size: 1rem;
}
.sec01 ul.info li:last-of-type {
    margin-right: 0;
    padding-top: 2rem;
}
.sec01 .phone_number {
    text-align: left;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    padding-left: 3.25rem;
    background-image: url(../images/phone01.png);
    background-size: contain;
    height: auto;
}
.sec01 p {
    margin-bottom: 1rem;
}
.sec01 p:last-of-type {
    font-size: 1rem;
}
/* sec02 芸能人・海外在住の方も多数来院*/
/******************************* sec03 Before After (max-width: 979px)*******************************/
.sec03 {
    background-image: url(../images/sp/sec03_bg01_sp.png);
    background-position: center top;
    background-size: cover;
    padding-top: 25%;
}
.sec03 ul li {
    width: 48.5%;
}
.sec03 h3 {
    font-size: 2.4rem;
}
.sec03 .comment {
    font-size: 1.3rem;
}
/* sec04 でもちょっとコワイ*/
/* sec05 選ばれる5つの理由*/
.sec05 ol li h3 {
    line-height: 1.3;
}
/******************************* sec06 こんな方にオススメです (max-width: 979px)*******************************/
.sec06 .worry_Box .worry_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 7rem 2.3rem .3rem;
    margin-top: -6rem;
    background-image: url(../images/sec06_bg.jpg);
    background-repeat: repeat;
}

.sec06 .worry p {
    font-size: 1.5rem;
}
/******************************* sec07 自信をつけてなりたかった自分に (max-width: 979px)*******************************/

.sec07 .inner div {
    width: 50%;
    margin-left: auto;
    z-index: 100;
    left: 0;
}
.sec07 .inner div p:first-of-type {
    font-size: 3rem;
}
.sec07 .inner div h2 {
    font-size: 2.8rem;
    padding: 4.5rem 0;
    font-weight: 800;
}
.sec07 .inner div p:last-of-type {
    font-size: 2.3rem;
    line-height: 1.8em;
    text-align: center;
}

/* sec08 院長紹介*/
/* sec09 お客様の声*/
/* sec10 施術の流れ*/
/* sec11 Q＆A*/
}
@media only screen and (max-width: 768px){
    .pc03{
    display: none;
    }
    .sp03{
        display: block;
    }


    /******************************* header (max-width: 768px)*******************************/
    /*header h1 img{
        width: 100%;
    }
    header {
        background-image: url(../images/sp/fv_bgimg_sp.png);
        background-position: center;
        background-size: cover;
    }
    header .inner {
        padding: 0 0 4rem;
    }
    .copy_area {
        padding-top: 1rem;
        height: auto;
    }
    .copy_area > div {
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 2.5rem;
        padding-left: 0;
    }
    .copy_area > div p:nth-of-type(1) {
        padding: 0 0 0 1rem;
    }
    .copy_area > div p:nth-of-type(2) {
        padding: 0 0 2rem 1rem;
    }
    .copy_area>p:nth-of-type(2) {
        bottom: -3rem;
        font-size: 1rem;
        right: 0;
        padding: 0 0 0 1rem;
    }
    .copy_area > div p:first-of-type img{
        width: 35%;
    }
    .copy_area > div p:nth-of-type(2) img{
        width: 45%;
    }
    header h1 {
        margin-bottom: 1.4rem;
        padding: 0 .9rem;
    }
    .copy_area ul{
        width: 100%;
        padding: 0 .9rem 1.3rem;
    }
    .copy_area li {
        margin-right: .9rem;
    }
    .copy_area li p {
        font-size: 1.5rem;
    }
    header figure {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -10;
    }
    header figure img {
    }*/

    /******************************* コンバージョン (max-width: 768px)*******************************/

    .cv_area p.phone_number {
        font-size: 4rem;
        padding-left: 7%;
        margin-left: 3%;
        text-align: left;
    }
    .cv_area .phone_area p:first-of-type {
        font-size: 1.9rem;
        line-height: 2em;
        padding-top: 0;
    }
    /*footer*/
    /*to top*/
    /* sec01 松戸ホリスティック整体サロン情報*/

    /* sec02 芸能人・海外在住の方も多数来院*/
    /* sec03 Before After*/
    /* sec04 でもちょっとコワイ*/
    /******************************* sec05 選ばれる5つの理由 (max-width: 768px)*******************************/
    .sec05 ol li h3:before {
        border-bottom: solid 15px transparent;
        border-right: solid 15px rgb(27 27 82);
    }
    .sec05 ol li h3:after {
        border-bottom: solid 15px transparent;
        border-left: solid 15px rgb(27 27 82);
    }
    /******************************* sec06 こんな方にオススメです (max-width: 768px)*******************************/
    .sec06 .inner {
        padding: 6rem 0;
    }
    .sec06 .check_Box {
        position: relative;
        padding: 75.46% 0 8% 3%;
    }
    .sec06 .check_Box figure {
        right: 0;
    }
    ul.check_list {
        width: 60%;
    }
    .sec06 .worry {
        height: 158px;
    }
    /* sec07 自信をつけてなりたかった自分に*/

    /* sec08 院長紹介*/
    /******************************* sec09 お客様の声 (max-width: 768px)*******************************/
    .sec09 h2 {
        font-size: 4.1rem;
    }
    /* sec10 施術の流れ*/
    /* sec11 Q＆A*/
    }

@media only screen and (max-width: 640px){
/******************************* 1.Common (max-width: 640px)*******************************/
.pc {
    display: none;
}
.sp {
    display: block;
}
    .inner {
        padding: 3rem 1.5rem;
    }
    .font14{
        font-size:1.4rem;
    }
    .font23{
        font-size: 2.3rem;
    }
    .font28 {
        font-size: 1.8rem;
    }
    .font1_95{
        font-size: 1.95rem;
    }
/*header*/
.copy_area li p {
    font-size: 1.5rem;
}
/******************************* コンバージョン (max-width: 640px)*******************************/
.cv_area .inner {
    background-position: 0rem 6rem;
    padding: 8rem 2rem 3rem;
}
.cv_area h2{
    font-size: 1.5rem;
    letter-spacing: normal;
    text-align: center;
}
.cv_area h2 span{
    font-size: 2.25rem;
}
.cv_area h3 {
    font-size: 2.3rem;
    margin-bottom: 4%;
    letter-spacing: normal;
}
.cv_area h4 {
    font-size: 1.2rem;
    border-radius: .5rem;
    margin-bottom: .9rem;
}
.cv_area .cv_Box {
    border: #e0c39f solid 1rem;
}
.cv_area .cv_Box div > p img {
    margin: 0 auto .6rem;
}
.cv_area .cost img{
    width: 70%;
}
.cv_area .waku {
    top: 2.2rem;
    width: 134px;
    height: 67px;
    border-radius: 50% / 100% 100% 0 0;
    background: #e0c39f;
    padding-top: 1rem;
}
.cv_area .waku .waku_inner {
    width: 117px;
    height: 58.5px;
}
.cv_area .waku img {
    margin: -34% auto;
    width: 90%;
}
p.medal {
    top: -2%;
}
.cv_area .cv_offer div {
    text-align: center;
    margin-left: 0;
    width: 100%;
}
.cv_area .cv_offer {
    flex-direction: column-reverse;
}
.cv_area .cv_offer>p {
    margin-left: 0;
    margin: .7rem auto 0;
    max-width: 150px;
}
.cv_contents {
    margin-bottom: 1rem;
    padding: 5rem 1rem 0;
}
.cv_area ul.btn_area {
    display: inherit;
    margin-bottom: 5%;
}
.cv_area ul.btn_area li {
    margin-bottom: 2%;
    text-align: center;
}
.cv_area ul.btn_area li a img{
    width: 100%;
}
.cv_area ul.btn_area li:last-of-type {
    margin-bottom: 0;
}
.cv_area .phone_area {
    display: inherit;
}
.cv_area .phone_area p:first-of-type {
    font-size: 1.65rem;
    text-align: left;
    font-weight: 900;
    padding: 0;
}
.cv_area .cv_Box div > p {
    text-align: inherit;
}
.cv_area p.phone_number {
    font-size: 3.4rem;
    padding-left: 10%;
    background-image: url(../images/phone02.png);
    background-size: contain;
    margin-left: 0;
}
.cv_area .phone_area-text {
    font-size: 1.1rem;
    text-align: left;
    line-height: 2em;
}
.cv_area p.note {
    font-size: 1rem;
    text-align: left;
}
.cv_area .inner figure img{
    width: 100%;
}
/*footer*/
footer ul {
    font-size: 1.2rem;
    display: flex;
    width: 95%;
    margin: 0 auto 2rem;
}
small {
    font-size: 1rem;
}
/*to top*/
/******************************* sec01 松戸ホリスティック整体サロン情報 (max-width: 640px)*******************************/
.sec01 .inner {
    padding: 3rem 1.5rem;
}
    .sec01 ul.info {
        width: 100%;
        justify-content: space-between;
    }
    .sec01 h2 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .sec01 h2 span {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    .sec01 table {
        font-size: 1.4rem;
        display: block;
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    .salon-info_Box {
        overflow: hidden;
    }
/******************************* sec02 芸能人・海外在住の方も多数来院 (max-width: 640px)*******************************/
.sec02 .inner {
    padding: 3rem 0 0;
}
.sec02 h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}
.sec02 h2 span.title_small {
    display: block;
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
}
.sec02 .notice {
    font-size: 1rem;
    width: 90%;
    margin: 0 auto 1.9rem;
    text-align: left;
}
.sec02 .sentence01 {
    font-size: 2.173rem;
    height: 4.5rem;
}
.sec02 .sentence02 {
    font-size: 1.811rem;
}
.sec02 .entertainer {
    margin-bottom: 2rem;
}
/* sec03 Before After*/
.sec03 .inner {
    padding: 0 2rem;
}
.sec03 h2 {
    font-size: 3.5rem;
    margin-bottom: 2.2rem;
}
.sec03 h2 span {
    font-size: 1.5rem;
}
.sec03 .inner {
    padding: 0 2rem 6%;
}
.sec03 ul {
    display: block;
}
.sec03 ul li {
    width: 100%;
    padding: 6%;
    margin-bottom: 7%;
    background-color: #fff;
}
.sec03 ul li figure {
    margin-bottom: 6%;
}
.sec03 ul li .cost {
    font-size: 2.3rem;
    margin-bottom: 5%;
}
.sec03 ul li img{
    width: 100%;
}
.sec03 h3 {
    font-size: inherit;
    margin-bottom: 5%;
}
.sec03 .comment {
    font-size: 1.4rem;
    padding: 5%;
}
.sec03 ul li:nth-of-type(3){
    margin-bottom: 2rem;
}
/******************************* sec04 でもちょっとコワイ (max-width: 640px)*******************************/
.sec04 {
    background-image: url(../images/sp/sec04_bg01_sp.png);
    background-position: top;
    background-size: contain;
    padding-top: 0;
}

.sec04 .inner {
    padding: 22% 4% 0;
}
/* sec05 選ばれる5つの理由*/
.sec05 .inner {
    padding: 3rem 1rem;
}

.sec05 h2 span:first-of-type {
    font-size: 1.5rem;
}
.sec05 h2 {
    font-size: 2.3rem;
    margin-bottom: 2.5rem;
}
.sec05 h2 span.sec05_number {
    font-size: 4.14rem;
}
.sec05 ol li h3 {
    display: flex;
    font-size: inherit;
    font-weight: 500;
    line-height: 1.3em;
}
.sec05 ol li h3 span {
    display: inline-block;
    font-size: inherit;
    padding-left: 1rem;
}
.sec05 ol li h3 span:first-of-type{
    display: inline;
}
.sec05 ol li h3:before {
    border-bottom: solid 1rem transparent;
    border-right: solid 1rem rgb(27 27 82);
}
.sec05 ol li h3:after {
    border-bottom: solid 1rem transparent;
    border-left: solid 1rem rgb(27 27 82);
}
.sec05 ol li ul {
    padding: 10% 7.5%;
    display: block;
}
.sec05 ol li ul li figure{
    width: 80%;
    text-align: center;
    margin: 0 auto;
}
.sec05 ol li ul li:nth-of-type(2) {
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5em;
    padding: 1.5rem 0 0;
}
/******************************* sec06 こんな方にオススメです (max-width: 640px)*******************************/
section.sec06 {

}
.sec06 .inner {
    position: relative;
    padding: 3rem 0;
}
.sec06 h2 span {
    font-size: 1.5rem;
    font-weight: 500;
}
.sec06 h2 {
    font-size: 2.5rem;
    margin-bottom: 0;
}
.sec06 ul.check_list li {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.3em;
    text-shadow: 1px 2px 0 #fff;
    padding-left: 9%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: none;
    background-image: url(../images/check.png);
    background-size: 6%;
    background-position-y: .4rem;
}
.sec06 ul.check_list {
    /* background-color: #ffffff1f; */
    top: 10%;
    width: 68%;
}
.sec06 h3 {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 4%;
    width: 80%;
}
.sec06 .check_Box {
    /* padding: 97% 0 10% 0; */
    padding-top: 90.468%;
}
.sec06 .check_Box figure {
    position: absolute;
    top: 0;
    right: 0;
}
/*.sec06 .check_Box figure img.sp{
    max-width: 460px
    margin: 0 auto;
}*/
.sec06 .worry_Box .worry_inner {
    display: block;
    margin-top: -2rem;
    padding: 18% 5% 1%;
    background-size: contain;
}
.sec06 .worry {
    height: auto;
    padding: 4%;
}
.sec06 .worry_Box .worry_inner li {
    margin-bottom: 5%;
    width: 100%;
}
.sec06 .worry h4 {
    padding-bottom: 1%;
    font-size: 1.8rem;
}
.sec06 .worry p {
    font-size: 1.4rem;
    margin-bottom: 0;
}
/******************************* sec07 自信をつけてなりたかった自分に (max-width: 640px)*******************************/
.sec07 .inner {
    position: relative;
    padding: 0 0 9%;
}
.sec07 .inner div h2 {
    font-size: 2.3rem;
    background-color: #d3e8f0;
    padding: 2.8rem 2%;
    margin-bottom: 10%;
}
.sec07 .inner div p:last-of-type {
    font-size: 1.9rem;
}
.sec07 .inner div {
    width: 90%;
    margin-left: auto;
    margin: 0 auto;
    padding-top: 0;
    z-index: 100;
    position: inherit;
    top: 0;
    right: inherit;
    left: inherit;
}
.sec07 .inner div {
    width: 90%;
    margin-left: auto;
    margin: 0 auto;
    padding-top: 0;
    z-index: 100;
    position: inherit;
    top: 0;
    right: inherit;
    left: inherit;
}
.sec07 .inner div figure{
    /*text-align: center;*/
    margin-bottom: 4%;
}
.sec07 .inner div figure img{
    margin: 0 auto;
}
/******************************* sec08 院長紹介 (max-width: 640px)*******************************/

.sec08 h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
.sec08 h3 {
    font-size: 1.4rem;
    padding: 2%;
    border-radius: .5rem;
    margin-bottom: 6%;
}
.sec08 .personal_info {
    display: block;
}
.sec08 .photo_Box figure {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.sec08 .photo_Box {
    margin-bottom: 10%;
}
.sec08 .photo_Box p {
    text-align: center;
    font-size: 1rem;
}
.sec08 .photo_Box p span{
    font-size: 1rem;
}
.sec08 .info_text {
    font-size: 1.4rem;
}
.sec08 .info_text p {
    margin-bottom: 5%;
}
/******************************* sec09 お客様の声 (max-width: 640px)*******************************/

.sec09 h2 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 8%;
}
.sec09 h2 span {
    font-size: 1.5rem;
    font-weight: 500;
}
.sec09 .voice {
    width: 100%;
    margin-left: 0;
}
.sec09 ul.voice li:nth-of-type(1) {
    font-size: 1.4rem;
    margin: 0;
    width: 100%;
}
.sec09 .voice li {
    width: 132px;
    margin: 0 auto 5%;
}
.sec09 .voice_Box>li {
    margin-bottom: 5%;
    flex-direction: column-reverse;
    padding: 2.75rem 2rem;
}
.sec09 .voice figure {
    position: unset;
}
.sec09 .voice_Box>li figure {
    margin: 0 auto 2.7rem;
}
.sec09 .voice p:nth-of-type(1) {
    font-size: 1.4rem;
}
.sec09 .customer_name {
    font-size: 1.4rem;
}
/******************************* sec10 施術の流れ (max-width: 640px)*******************************/
.sec10 h2 {
    font-size: 2.5rem;
    margin-bottom: 8%;
}
.sec10 h3 {
    font-size: 1.6rem;
}
.sec10 h3 {
    font-size: 1.6rem;
    line-height: 1.5em;
    padding: 3%;
    font-weight: 500;
}
.sec10 ol li {
    display: block;
    padding: 3rem 2rem;
    background-image: url(../images/sp/sec10_line_sp.png);
    background-size: contain;
    background-position: bottom center;
}
.sec10 dl {
    width: 100%;
    padding-left: 0;
}
.sec10 ol li figure {
    text-align: center;
    width: 50%;
    margin: 0 auto 5%;
}
.sec10 dt {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
}
.sec10 dt span {
    font-size: 1.8rem;
    padding: 0 1.5rem;
    margin-right: 1.5rem;
    border-radius: .5rem;
}
.sec10 dd {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
/******************************* sec11 Q＆A (max-width: 640px)*******************************/
.sec11 .inner {
    padding: 9.2rem 2rem 9rem;
}
.sec11 ul {
    padding: 0 5% 9%;
    border: 2px solid #253885;
}
.sec11 dl {
    border-bottom: 1px dotted #2c2c87;
    padding: 7% 0 7%;
}
.sec11 dt {
    font-size: 1.7rem;
    margin-bottom: 2rem;
}
.sec11 dt span {
    width: 3rem;
    height: 3rem;
    padding: 0 1rem 0 .8rem;
    margin: 0 1rem 0 0;
    border-radius: 20%;
    line-height: 1.5em;
    font-size: 1.8rem;
}
.sec11 dt p {
    line-height: 1.9em;
}
.sec11 dd {
    font-size: 1.4rem;
    padding-left: 0;
}
.sec11 dd span {
    width: 3rem;
    height: 3rem;
    margin: 0 1rem 0 0;
    line-height: 1.5em;
    font-size: 1.8rem;
}
.sec11 h2 {
    top: 3.95rem;
    max-width: 16.1rem;
}
}
@media only screen and (max-width: 420px){
    .sec05 ol li ul {
        width: 93%;
        padding: 10% 7.5%;
        display: block;
    }
    .sec06 ul.check_list li {
        font-size: 1.5rem;
    }
}


