@charset "utf-8";
/*
Theme Name: 整体サロン　力石の家
Author: Akihiko.K
Version: 1.0
Description: 力石の家 オリジナルテーマ
*/

/* ##############   スタイル設定   ############### */

/* 【　スマホファースト　】 */

@font-face {
    font-family: "HuiFont";
    src: url("./font/HuiFont109/HuiFont109.eot") format('eot'),
    url("./font/HuiFont109/HuiFont109.woff") format('woff'),
    url("./font/HuiFont109/HuiFont109.ttf") format('truetype');
}

@font-face {
    font-family: "Noto Sans JP";
    src: url("./font/Noto_Sans_JP/NotoSansJP-Regular.otf") format('truetype');
}
@font-face {
    font-family: "Noto Sans JP";
    src: url("./font/Noto_Sans_JP/NotoSansJP-Bold.otf") format('truetype');
    font-weight: bold;
}

body {
    font-family: 'Noto Sans JP';
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    color: #333;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
h2 {
    font-family: "Noto Sans JP";
    font-weight: bold;
    padding: 7px 15px 4px 15px;
    color: rgb(88, 88, 88);
    background: aliceblue;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}
h3 {
    width: 85%;
    font-size: 1.4em;
    padding: 3px 25px 2px 25px;
    color: rgb(88, 88, 88);
    background: rgb(255, 247, 209);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.23);
}
h4 {
    display : inline-block;
    font-size: 1.2em;
    color: rgb(146,190,197);
    padding: 0 15px 0 15px;
    margin: 0 auto;
    border-bottom: 1px solid;
}

.font-13 {
    font-size:1.3em;
}
.font-10 {
    font-size: 10px;
}
.font-13px {
    font-size: 14px;
}
.font-red-12 {
    color: red;
    font-size: 12px;
}
.font-bold {
    font-weight: bold;
}
.m-b-8 {
    margin-bottom: 8px;
}
.m-t-m5 {
    margin-top:-5px;
}
.pen-1 {
    font-size: 1.3em;
    background: linear-gradient(transparent 50%, yellow 50%);
}
.pen-2 {
    font-weight: bold;
    background: linear-gradient(transparent 50%, yellow 50%);
}
.pen-3 {
    font-weight: bold;
    background: linear-gradient(transparent 65%, pink 50%);
}
.pen-4 {
    background: linear-gradient(transparent 65%, yellow 50%);
}
.pen-5 {
    font-weight: bold;
    background: linear-gradient(transparent 50%, pink 50%);
}
.pen-6 {
    font-weight: bold;
    background: linear-gradient(transparent 65%, yellow 50%);
}
.ct {
    margin: 0 auto;
    text-align: center;
}
.cl_green {
    color: green;
}

/* ==================== ヘッダー ==================== */
header {
    border-bottom: solid 1px rgb(131, 112, 112);
}
.header-inner {
    position: relative;
    margin: 10px;
}
.header-site-title {
    margin: 0 auto;
}
.st-box1 {
    text-align: center;
} 
.st-box2 {
    text-align: left;
}
.site-title-img1 {
    display: inline-block;
}
.site-title-img2 {
    margin-left: 30px;
}
/*ヘッダーナビ*/
#header-nav {
    display: none;
}
.header-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.header-nav li a:before {
    content: "\f0da";
    font-family: 'Font Awesome 6 Free';
    color: rgb(88, 88, 88);
    font-size: 0.9em;
    font-weight: 900;
    padding-right: 3px;
}
.header-nav li a {
    display: block;
    padding: 15px 5px;
    color: rgb(88, 88, 88);
    font-weight: bold;
    font-size: 1em;
    text-decoration: none;
}
.header-nav li a:hover {
    opacity: 0.4;
}

/* ==================== コンテンツ ==================== */
.container {
    text-align: center;
}
.contents {
    width: 96%;
    text-align: left;
    margin: 0 auto;
}
/*** スクロールメッセージ ***/
.text-marquee-container {
    overflow: hidden;
    margin: 10px 0 20px 0;
}
.text-marquee-text {
    transform: translateX(100%);
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    0% {
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

#contents-notice-open-button {
    display: block;
    width: 310px;
    text-align: center;
    padding: 5px;
    margin: 20px auto;
    font-weight: bold;
    background: #f1e767;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(top, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  
  }
#contents-notice-open-button:hover {
    background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
    background: -webkit-linear-gradient(bottom, #f1e767 0%, #feb645 100%);
    background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
  }

#contents-notice {
    display: none;
    width: 300px;
    padding: 10px;
    margin: 40px auto auto auto;
    border-left:solid 5px #e9b3a3;
    background-color:#f5f5f5;
    box-shadow:3px 1px 4px rgba(0, 0, 0, 0.2);
    position:relative;
}
#contents-notice a {
    display: block;
    width:100%;
    height:100%;
    text-decoration: none;
    color: rgb(135, 165, 204);
    padding-bottom: 8px;
}

#contents-notice-title {
    background-image: repeating-linear-gradient(-45deg,#f7e9e8 0, #f7e9e8 3px,#fafafa 3px,#fafafa 6px);/*ストライプ*/
    border-left: 2px dotted rgba(0,0,0,.1);/*テープのギザギザ左*/
    border-right: 2px dotted rgba(0,0,0,.1);/*テープのギザギザ右*/
    /* transform: rotate(-2deg);テープの傾き */
    font-size: 18px;/*タイトル文字の大きさ*/
    font-weight: bold;
    padding: 10px 20px;/*タイトルの余白*/
    line-height: 1;/*タイトルの行の高さ*/
    position:absolute;/*配置(ここを動かす)*/
    top: -15px; /*上から（-10px）移動*/
    left: 20px; /*左から(20px)移動*/
}
#cotents-notice-close-button {
    margin:auto;
    text-align: center;
    cursor: pointer;
    border:dotted 3px #e2c2b3;
    width: 200px;
}

.contents-fp-box {
    padding: 10px;
}
.contents-1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 300px;
    padding: 5px;
    font-family: "HuiFont";
    font-weight: bold;
    font-size: 16px;
    margin: 0 auto 30px auto;
}
.contents-1-text {
    text-align: center;
    padding:0 10px 0 10px;
}
.contents-2 {
    background-image: url("./images/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 300px;
    height: 150px;
    margin: 0 auto 50px auto;
}
.contents-2-text {
    text-align: center;
    padding: 28px;
}
.contents-box {
    font-weight: bold;
    max-width: 280px;
    height: 130px;
    color: rgb(135, 165, 204);
    background: #FFF;
    box-shadow :0px 0px 8px rgb(137,137,137);
    border-radius: 8px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.contents-box a {
    display: block;
    width:100%;
    height:100%;
    text-decoration: none;
    color: rgb(135, 165, 204);
    padding:10px 0 10px 0;
    box-sizing: border-box;
}
.contents-sns {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    margin: 0 auto 30px auto;
    max-width: 280px;
    text-align: center;
}
.contents-sns a {
    display: block;
    width:100%;
    height:100%;
    text-decoration: none;
    color: rgb(135, 165, 204);
    padding-bottom: 8px;
}
.sns-box {
    font-weight: bold;
    width: 120px;
    background: #FFF;
    box-shadow :0px 0px 8px rgb(137,137,137);
    border-radius: 8px;
}
.sns-icon {
    display: inline-block;
    margin-top: 15px;
    vertical-align: middle;
}
.contents-ie {
    margin: 0 auto;
    text-align: center;
}
.ie-img {
    margin-top: 15px;
}
.contents-card {
    margin: 0 auto 30px auto;
    text-align: center;
}
.card-img {
    margin-top: 15px;
    vertical-align: middle;
}
.contents-measures {
    width: 84%;
    position: relative;
    margin: 15px auto /*2em 10px*/;
    padding: 20px 16px;
    box-shadow :0px 0px 8px rgb(137,137,137);
    border-radius: 8px;
    text-align: left;
}
.contents-measures .measures-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    background: #FFF;
    color: rgb(137,137,137);
    font-weight: bold;
    font-size: 15px;
}
.contents-measures p {
    font-size: 12px;
    margin: 0; 
    padding: 0;
}


/* ========= プロフィール ========= */
.contents-profile {
    margin: 0 auto;
    width: 80%;
}
.contents-profile-1 {
    text-align: center;
}
.prof-img {
    clip-path: circle(100px at center);
    /*clip-path: ellipse(80px 120px at 80px 120px);*/
}
/* ========= 想い ========= */
.contents-thought {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    font-family: HuiFont;
    font-size: 15px;
}
.thou-img {
    clip-path: inset(0 round 20px);
}
.contents-thought-1 {
    text-align: left;
}
/* ========= メニュー＆料金 ========= */
.price-text {
    width:96%;
    margin: 0 auto;
}
.price-text div {
    margin-bottom: 10px;
}
.contents-price-box {
    text-align: center;
}
.contents-price {
    width: 85%;
    text-align: left;
    margin: 0 auto 30px auto;
}
.contents-price-1 {
    display: inline-block;
    color: white;
    background-color:rgb(131, 112, 112);
    border-radius: 50%;
    padding:2px 10px 2px 10px;
}
.contents-price-2 {
    margin-top: 8px;
    padding: 0 10px 0 20px;
}
.contents-price-3 {
    text-align: right;
    font-family: 'Note Sans JP';
    border-bottom: rgb(131, 112, 112) solid 1px;
}
.contents-price-4 {
    text-align: right;
    font-family: 'Note Sans JP';
    margin-top: -20px;
    border-bottom: rgb(131, 112, 112) solid 1px;
}
/* ========= お客様の声 ========= */
.contents-voice {
    margin: 0 auto;
    width: 85%;
}
.post-voice {
    padding:5px 10px 1px 10px;
    background: #FFF;
    box-shadow :0px 0px 8px rgb(131, 112, 112);
    border-radius: 8px;
}
/* ========= よくある質問 ========= */
.contents-question{
    margin:0 auto;
    width: 85%;
}
.contents-question-box {
    padding:5px 6px 1px 10px;
    background: #FFF;
    box-shadow :0px 0px 8px rgb(146,190,197);
    border-radius: 8px;
    margin-bottom: 20px;
}
.cq-q {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: rgb(131, 112, 112) dotted 1px;
}
.cq-q1 {
    padding-right: 3px;
}
.cq-q2 {
    font-weight: bold;
}
.cq-a {
    display: flex;
    flex-flow: row nowrap;
    margin-top: 8px;
}
.cq-a1 {
    padding-right: 3px;
}
.cq-a2-2 {
    padding: 0 0 8px 10px;
}
/* ========= アクセス ========= */
.contents-access {
    margin: 0 auto;
    width: 85%;
}
.contents-access-tel:before {
    content: "\f095";
    display: inline-block;
    color: rgb(146,190,197);
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
}
.contents-access-url {
    margin-top: 5px;
}
.ac-b {
    display:inline-block;
    font-weight: bold;
    border-bottom: 1px solid rgb(146,190,197);
    margin-bottom: 12px;
}
.access-1 {
    font-size: 13px;
    padding-left: 16px;
}
.access-map {
    max-width: 330px;
}

/* ==================== フッター ==================== */
footer {
    border-top: solid 1px rgb(131, 112, 112);
    background-color: #FFFFFF;
}

/*フッターインナー*/
.footer-inner{
	background-color: rgb(196, 178, 151);
    height: auto;
}
/*フッターメニュー*/
.footer-nav {
    margin-bottom: 20px;
    box-sizing: border-box;
}
.footer-nav ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-nav ul:after {
    display: block;
    content: '';
}
.footer-nav li {
    display: inline-flex;
    width: 45%;
}
.footer-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: .9em;
    padding: 10px 15px;
}
.footer-nav li a:hover {
    opacity: .6;
}
/*コピーライト*/
.copyright p{
	text-align: center;
    font-size: 10px;
    margin: 0;
    padding-left: 10px;
    color: #fff;
}


/* ##############   スマホ用設定   ############### */
@media (max-width: 768px) {
    /*スマホ用のメニューボタン*/
    #navbutton {
        position: fixed;
        top: 35px;
        right: 10px;
        padding: 8px 12px;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border: solid 1px #aaa;
        border-radius: 5px;
        background-color: #fff;
    } 
    #navbutton:hover {
    	background-color: #ddd;
    }
    #navbutton:focus {
    	outline: none;
    }
    #navbutton i {
    	font-size: 2em;
    	color: #333;
    }
    /*ヘッダーナビ*/
    .header-nav {
        width: 100%;
        height: 100vh;
        background-color: aliceblue /*lightsteelblue*/;
        top: 0;
        left: 0;
        position: fixed;
        z-index: 10000;
        overflow: scroll !important;
    }
    .header-nav .menu {
        margin:50px auto;
        width: 80%;
    }
    .header-nav li {
        border-bottom: dotted 2px #555;
    }
    .header-nav .nav-home a:before {
        content: "\f015";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 20px;
    }
    .header-nav .nav-profile a:before {
        content: "\f2bb";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 20px;
    }
    .header-nav .nav-thought a:before {
        content: "\f4be";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 20px;
    }
    .header-nav .nav-price a:before {
        content: "\f518";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 20px;
    }
    .header-nav .nav-voice a:before {
        content: "\f075";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 20px;
    }
    .header-nav .nav-question a:before {
        content: "\f059";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 20px;
    }
    .header-nav .nav-access a:before {
        content: "\f5e4";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 16px;
    }
    .header-nav .nav-inquiry a:before {
        content: "\f0e0";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 20px;
    }
    .header-nav .nav-blog a:before {
        content: "\f5ad";
        font-family: 'Font Awesome 6 Free';
        color: #555;
        font-size: 1.0em;
        font-weight: 900;
        padding-right: 20px;
    }
}

/* ##############   ＰＣ用設定   ############### */
@media (min-width: 768px) {

    /* ＰＣの電話リンク無効 */
    a[href^="tel:"]{
        pointer-events: none;
    }

    /*------ヘッダー------*/
    .header-site-title {
        max-width: 760px;
    }
    .st-box {
        text-align: left;
    }
    .site-title-img1 {
        width: 300px;
        height: 300px;
    }
    .site-title-img2 {
        width: 300px;
        height: 100px;
    }
    /*ヘッダーメニュー*/
    #header-nav {
    display: block!important;
}
    .header-nav {
        background-color: #FFFFFF;
        text-align: left;
        max-width: 768px;
        margin: 0 auto;
        padding:0 10px;
        box-sizing: border-box;
    }
    .header-nav ul:after {
        display: block;
        content: '';
    }
    .header-nav li {
        display: inline-block;
        width: auto;
    }
    .header-nav li a {
        font-size: 1.1em;
        padding: 5px 10px;
    }
    #navbutton {
        display: none;
    }
    /*------コンテンツ------*/
    .contents {
        width: 768px;
    }
    #contents-notice {
        width: 600px;
    }

    .contents-fp-box {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .contents-1 {
        align-items: center;
    }
    .contents-box {
        flex-shrink: 0;
        max-width: none;
        width: 320px;
    }
    .contents-sns {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        height: 230px;
    }
    .sns-box {
        margin-left: 12px;
    }
    .contents-card {
        align-self: flex-end;
    }

    /* ========= プロフィール ========= */
    .contents-profile-1 {
        display:flex;
        justify-content: space-around;
        align-items: center;
    }


    /*------フッター------*/
    .footer-nav li {
        width: auto;
        text-align: left;
    }
    .footer-nav li a {
        font-size: 1em;
        padding: 10px 20px;
    }
    .footer-inner {
        max-width: 768px;
        text-align: center;
        margin: 0 auto;
    }

}
