/*
Theme Name: tamapla2026
Theme URI: http://
Description: HTML5 responsive bg+png
Author: K design CS
*/

/* style.css @charset "utf-8";
--------------------------------------------------*/
body {
    margin: 0;
    text-align: center;
    color: #666;
    background-color: #fff;
    background-image: url(images/body_bg.jpg);
    background-repeat: no-repeat;
}
#wrapper {
    margin: 0 auto;
    text-align: left;
    background-color: transparent;
}
.inner { margin: 0 auto; max-width: 1080px;}
/* 駐車場無し案内 ここから */
.parkingInfo {
    margin-top: 15px;
    color: #ff0000;
    font-size: 115%;
    text-align: center;
}
#content.course #contentArea,
#content.flow #contentArea,
#content.info #contentArea,
#content.access #contentArea {
    margin-top: 10px;
}
/* 駐車場無し案内 ここまで */
/* ヘッダーエリア
--------------------------------------------------*/
#header {
    background-color: transparent;
}
#header #headerArea {
    height: 120px;
    margin: 0 auto;
    background-image: url(images/tel.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
#header #headerArea h1,#header #headerArea h2 {
    text-indent: -9999px;
    color: #fff;
}
#header #headerArea .headerLogo {
    float: left;
    position: relative;
    top: 15px;
}
div#headContact {
    float: right;
    position: relative;
    top: 70px;
}
div#headContact a {
    display: block;
    height: 40px;
    width: 230px;
    text-indent: -9999px;
}
div#spHeadHome {
    display: none;
    font-size: 18px;
    color: #fff;
}
/* グローバルナビゲーション
--------------------------------------------------*/
#nav { text-align: center; background: #009966; }
#nav #navArea ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
#nav #navArea ul li {
    width: calc( 100% / 5);
}
#nav #navArea ul li.sp_block { display: none; }
#nav #navArea ul li a {
    display: block;
    width: 100%;
    margin: 6px 0 6px 0;
    padding: 6px 0 5px 0;
    font-size: 130%;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 500ms ease-out;
}
#nav #navArea ul li a:hover {
    background-color: #0c7955;
}
/* nav固定 css -------------------------*/
.clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    transition: .2s;
    transform: translateY(-100%);
    opacity: 0.9;
}
.is-show {
    transform: translateY(0);
}
/* コンテンツはここから
--------------------------------------------------*/
#pageTitle h2 {
    margin: 15px 10px 0 10px;
    padding: 12px 0 10px 30px;
    font-size: 220%;
    font-weight: normal;
    color: #41b7ec;
    border: 1px solid #41b7ec;
    border-radius: 8px;
}
#content {
    text-align: center;
    padding: 0 10px;
}
#contentArea {
    margin-top: 20px;
    text-align: left;
}
#contentArea h2 {
    margin-bottom: 5px;
    font-size: 197%;
    font-weight: bold;
}
#contentArea p {
    font-size: 146%;
    line-height: 1.4;
}
#contentArea strong {
    font-weight: bold;
    text-decoration: underline;
}
h4 {
    font-size: 185%;
    font-weight: bold;
    color: #f6993f;
}
/* メインセクション
--------------------------------------------------*/
#mainFull {
    width: 100%;
}
#main {
    float: left;
    width: 70%;
}
#main .mainBox {
    margin-bottom: 50px;
    padding-right: 35px;
}
#mainFull h3,#main h3,.subMain h3 {
    margin: 40px 0 0 0;
    padding: 8px 0 4px 0;
    font-size: 185%;
    font-weight: bold;
    text-align: center;
    border-top: #f3cd73 solid 1px;
    border-bottom: #f3cd73 solid 1px;
}
#mainFull address {
    margin-top: 20px;
    text-align: center;
    font-size: 162%;
}
#mainFull p,#main p {
    padding: 10px 0 0 0;
    font-size: 123%;
    line-height: 1.5;
}
#mainFull p.memo,#main p.memo {
    padding: 5px 0 0 0;
    font-size: 107%;
}
#main ul,#main ol {
    padding: 10px 0px 0 0px;
}
#main ul li,#main ol li {
    line-height: 1.6;
    font-size: 130%;
}
.divBox0 {
    clear: both;
    margin: 0 auto 10px auto;
    width: 33.3%;
    text-align: center;
    transition: .8s;
}
.divBox1 {
    margin: 0 auto 10px auto;
    width: 80%;
    text-align: center;
}
.divBox1_2 {
    margin: 0 auto 10px auto;
    width: 73%;
    text-align: center;
}
.divBox2 {
    float: left;
    width: 50.0%;
    padding-bottom: 18px;
    text-align: center;
    transition: .8s;
}
.divBox3 {
    float: left;
    width: 33.3%;
    padding-bottom: 18px;
    text-align: center;
    transition: .8s;
}
.divBox4 {
    float: left;
    width: 25.0%;
    padding-bottom: 18px;
    text-align: center;
    transition: .8s;
}
.divBox5 {
    float: left;
    width: 20.0%;
    padding-bottom: 18px;
    text-align: center;
    transition: .8s;
}
.divBox0 img,
.divBox2 img,
.divBox3 img,
.divBox4 img,
.divBox5 img {
    width: 98%;
}
.divBox2 a:hover,
.divBox3 a:hover,
.divBox4 a:hover,
.divBox5 a:hover {
    opacity: 0.7;
    transition: all 0.2s ease-out 0s;
}
#contentArea .divBox1 p,#contentArea .divBox1_2 p,
#contentArea .divBox2 p,#contentArea .divBox3 p {
    padding: 10px 20px;
    text-align: left;
    font-size: 139%;
}
#photoBox1 {
    padding: 15px;
    border: 1px solid #3399ff;
    border-radius: 10px;
    background-color: #3399ff;
}
#photoBox1 .divBox4 {
    padding-bottom: 0;
}
#photoBox1 .divBox4 img {
    width: 90%;
    height: auto;
    border: 5px solid #fff;
}
#photoBox2 {
    margin-top: 20px;
}
#photoBox2 .divBox4 img {
    width: 90%;
    height: auto;
}
/* サイドセクション
--------------------------------------------------*/
#aside {
    float: right;
    width: 28%;
    background-color: transparent;
}
#aside h3 {
    margin-bottom: 15px;
    padding: 6px 0px 6px 0px;
    text-align: center;
    font-size: 115%;
    color: #fff;
    background-color: #64adec;
    text-indent: 0px;
}
#aside h4 {
    margin-top: 20px;
    padding: 6px 0px 6px 0px;
    text-align: center;
    font-size: 115%;
    font-weight: normal;
    color: #fff;
    background-color: #73abdb;
}
#aside p {
    padding: 10px 0px 5px 0px;
    line-height: 1.5;
    font-size: 107%;
    color: #555;
}
#aside ul {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}
#aside ul li {
    font-size: 123%;
    line-height: 1.8;
    margin-bottom: 5px;
    border-bottom: 1px dotted #ccc;
}
#aside ul li a {
    text-decoration: none;
}
#aside select {
    width: 80%;
    margin-bottom: 10px;
    padding: 2px;
    font-size: 123%;
}
#aside .asideInfo {
    padding: 23px 10px;
    font-size: 123%;
    line-height: 1.5;
    text-align: center;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    background-color: #f3f3f3;
}
/* フッターセクション
--------------------------------------------------*/
#footer {
    clear: both;
    width: 100%;
    height: 100%;
    text-align: center;
    border-bottom: 80px solid #009966;
    background: #edf8f1;
    background-image: url(images/footer_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    }
#footer #footerArea {
    padding: 0 0 10px 0;
    text-align: left;
    background: transparent;
    }
#footer #footerLeft {
    float: left;
    width: 60%;
    padding: 30px 0 0 10px;
}
#footer #footerRight {
    float: right;
    width: 35%;
    text-align: right;
}
#snsIcon a {
    text-decoration: none;
}
#footer #footerRight i {
    font-size: 177%;
    color: #000;
}
#footer #footerRight i.iconx-logo_X {
    font-size: 139%;
    color: #000;
}
#footer #footerArea h3 {
    margin: 0 0 5px 0;
    color: #666;
    font-size: 107%;
    font-weight: bold;
    text-indent: 0px;
}
#footer #footerArea p {
    padding: 5px 0 3px 10px;
    font-style: normal;
    font-size: 100%;
    line-height: 1.5;
    color: #333333;
}
#footer #footerArea h3.footerNav1,
#footer #footerArea h3.footerNav2 {
    text-align: center;
}
#footerArea ul.footerNav1,
#footerArea ul.footerNav2 {
    float: left;
    margin-right: 40px;
    padding-bottom: 0px;
    line-height: 1.8;
}
#footerArea ul.footerNav1 li a,
#footerArea ul.footerNav2 li a {
    font-size: 130%;
    text-decoration: none;
}
#footer p.copyright {
    font-size: 93%;
}
/* トップページ
--------------------------------------------------*/
#mainFull.toppage {
    margin-top: 20px;
}
h2#mainCopy {
    margin-top: 20px;
    font-size: 250%;
    color: #4ec0f2;
    text-align: center;
}
.topBanner {
    margin-top: 30px;
    margin-bottom: 10px;
}
#mainFull p#accessInfo {
    padding: 0;
}
#clinicInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#clinicInfo div {
    width: 50%;
    margin-bottom: 20px;
}
#clinicInfo p {
    padding: 10px 20px;
    text-align: left;
    font-size: 139%;
}
#clinicInfo p.clinicOpen {
    text-align: center;
}
/* mainvisual css
--------------------------------------------------*/
.mainvisual {
    overflow: hidden;
    background-image: url(images/mainvisual3.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
}
.container img {
    width: 100%;
}
.mvTitle {
    width: 50%;
    margin-top: 20px;
}
.mvImage {
    width: 70%;
}
#clinicInfo {
    padding-top: 20px;
}
#clinicInfo h4 {
    color: #4dba83;
    text-align: center;
    text-decoration: underline;
}
#clinicInfo h4 i {
    color: #2fa76a;
}
#clinicInfo .infoText {
    margin-top: 10px;
    font-size: 139%;
    text-align: center;
}
/*イベントインフォ・コラムここから----------------*/
#eventInformation {
    margin: 20px 0 0 0;
    padding: 20px 0 0px 0;
    background-color: #fff;
}
#eventInformation h2 {
    text-align: center;
    color: #ff9933;
    font-size: 200%;
}
#eventInformation h2 i {
    color: #fc8f23;
}
#eventInformation .eventBox {
    margin: 0 auto;
    padding: 10px 10px 10px 40px;
    background-color: #fbeed2;
    border: 1px solid #f8dc9c;
    border-radius: 10px;
}
#columnInformation,#blogInformation {
    padding: 20px 0 20px 0;
    background-color: #fff;
}
#columnInformation h2,#blogInformation h2 {
    text-align: center;
    color: #66cccc;
    font-size: 200%;
}
#columnInformation h2 i,#blogInformation h2 i {
    color: #49b3b3;
}
#columnInformation .eventBox,#blogInformation .eventBox {
    margin: 0 auto;
    padding: 10px 10px 10px 40px;
    background-color: #fcf8ef;
    border: 1px solid #f8e7c1;
    border-radius: 10px;
}
#eventInformation ul,#columnInformation ul,#blogInformation ul {
    margin-top: 20px;
}
#eventInformation ul li,#columnInformation ul li,#blogInformation ul li {
    padding-bottom: 8px;
    font-size: 123%;
    line-height: 1.7;
}
#eventInformation ul li a,#columnInformation ul li a,#blogInformation ul li a {
    text-decoration: none;
}
#blogInformation {
    margin-bottom: 30px;
}
li#eventNone {
    padding: 5px 0;
    text-align: center;
}
.halfBox {
    width: 48%;
    float: left;
}
span.new {
    color: #ff0000;
}
span.information {
display: block;float: left;width:7em;margin-right: 0.5em;padding:0 2px;text-align: center;color: #fff;
    background-color: #9595ea;border: 1px solid #9595ea; border-radius: 5px;
    font-size: 77%;
}
span.campaign {
display: block;float: left;width:7em;margin-right: 0.5em;padding:0 2px;text-align: center;color: #fff;
    background-color: #f9ae59;border: 1px solid #f9ae59; border-radius: 5px;
    font-size: 77%;
}
span.blog {
display: block;float: left;width:7em;margin-right: 0.5em;padding:0 2px;text-align: center;color: #fff;
    background-color: #f39090;border: 1px solid #f39090; border-radius: 5px;
    font-size: 77%;
}
span.column {
display: block;float: left;width:7em;margin-right: 0.5em;padding:0 2px;text-align: center;color: #fff;
    background-color: #66cccc;border: 1px solid #66cccc; border-radius: 5px;
    font-size: 77%;
}
span.infoData {
    font-size: 77%;
}
#aside span.information,#aside span.campaign,#aside span.event,#aside span.blog {
    font-size: 74%;
    position: relative;
    top: 2px;
}
#infoArchive span.information,#infoArchive span.campaign,#infoArchive span.event,#infoArchive span.blog {
    font-size: 100%;
    position: relative;
    top: -2px;
}
#columnMessage {
    margin-top: 10px;
    font-size: 115%;
    text-align: center;
}
/*イベント・ブログインフォここまで----------------*/
div#learn h2 {
    font-size: 220%;
    text-align: center;
}
#learn .learnBox {
    margin-bottom: 30px;
    padding: 30px 30px 0 30px;
    border: 1px solid #e4e1e1;
    border-radius: 10px;
}
#learn p.learn,#voiceArea p.learn {
    margin: 30px 0;
    text-align: center;
    font-size: 220%;
    font-weight: bold;
    color: #4ec0f2;
}
#learn dl {
    line-height: 1.6;
}
#learn dl dt {
    font-size: 162%;
    font-weight: bold;
    color: #d18d8d;
}
#learn dl dd {
    font-size: 146%;
    padding: 0 0 10px 25px;
}
#regionArea {
    padding: 10px;
}
#regionArea img {
    max-width: 100%;
}
.regionLeft {
    float: left;
    width: 55%;
}
.regionRight {
    float: right;
    width: 45%;
    text-align: center;
}
/* 施術コース・料金のページ
--------------------------------------------------*/
#course {
    background-image: url(images/course_pict.jpg);
    background-repeat: no-repeat;
    background-position: top 18% right 0%;
}
#course dl,#course ul {
    font-size: 130%;
    line-height: 1.5;
}
#course ul {
    margin: 10px 0 0 10px;
}
#course ul li {
    margin-left: 20px;
    list-style-type: disc;
}
#course dl dt {
    margin-top: 5px;
    font-weight: bold;
}
#course dl dd {
    padding-left: 10px;
}
#course h4 {
    margin-top: 15px;
}
#course h5 {
    width: 80px;
    margin: 10px 0 0 10px;
    padding:2px 10px 0 10px;
    font-size: 123%;
    color: #fff;
    text-align: center;
    background-color: #f6993f;
    border: 1px solid #f6993f;
    border-radius: 8px;
}
#visitInfo {
    margin-bottom: 20px;
}
/* 施術の流れのページ
--------------------------------------------------*/
#flow {
    margin-bottom: 20px;
}
#flow h4 {
    margin-top: 15px;
}
/* 施術にあたりのページ
--------------------------------------------------*/
#info h4 {
    margin-top: 15px;
}
#info {
    margin-bottom: 20px;
    background-image: url(images/info_pict.jpg);
    background-repeat: no-repeat;
    background-position: top 32% right 0%;
}
#profile {
    margin-bottom: 20px;
    padding: 12px 20px 8px 20px;
    border: 1px solid #fcfce0;
    border-radius: 8px;
    background-color: #fcfce0;
}
#profile h5 {
    margin-top: 15px;
    font-size: 154%;
}
#profile p {
    font-size: 130%;
}
#profile .photo {
    float: left;
    width: 40%;
    text-align: center;
}
#profile .photo img {
    width: 160px;
}
/* 所在地ご案内のページ
--------------------------------------------------*/
#access dl {
    font-size: 123%;
    line-height: 1.6;
}
table.access {
    font-size: 123%;
    line-height: 1.5;
}
table.access th {
    white-space: nowrap;
    font-weight: bold;
    padding-right: 10px;
}
.accessInfoBox {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 10px 0;
}
.accessInfo {
    width: calc( 100% / 2);
}
.accessInfo table {
    width: 100%;
    font-size: 115%;
    line-height: 1.6;
}
.accessInfo table th {
    text-align: center;
}
.accessInfo table th, .accessInfo table td {
    padding: 8px;
    border-collapse: collapse;
    border:1px solid #ccc;
}
.aobaGoInfo {
    margin-bottom: 30px;
    line-height: 1.5;
}
#bus {
    margin-bottom: 50px;
}
#bus p {
    font-size: 123%;
    line-height: 1.8;
}
.busInfo {
    margin-top: 30px;
}
.bus1 {
    margin-right: 5px;
    padding: 0px 17px 0 17px;
    background-color: #e8e8e8;
    border: 1px solid #888;
    border-radius: 10px;
}
.bus2 {
    margin-right: 5px;
    padding: 0px 10px 0 10px;
    background-color: #f9e8e8;
    border: 1px solid #cc3333;
    border-radius: 10px;
}
.busT51 {
    margin-right: 5px;
    padding: 0px 5px 0 5px;
    color: #fff;
    background-color: #996633;
    border: 1px solid #996633;
    border-radius: 8px;
}
.busT61 {
    display: inline-block;
    margin-right: 5px;
    padding: 0px 5px 0 5px;
    color: #fff;
    background-color: #009999;
    border: 1px solid #009999;
    border-radius: 8px;
}
.busT62 {
    display: inline-block;
    margin-right: 5px;
    padding: 0px 5px 0 5px;
    color: #fff;
    background-color: #33cc66;
    border: 1px solid #33cc66;
    border-radius: 8px;
}
.busT63 {
    display: inline-block;
    margin-right: 5px;
    padding: 0px 5px 0 5px;
    color: #fff;
    background-color: #ff9933;
    border: 1px solid #ff9933;
    border-radius: 8px;
}
.busM11 {
    margin-right: 5px;
    padding: 0px 5px 0 5px;
    color: #fff;
    background-color: #0066ff;
    border: 1px solid #0066ff;
    border-radius: 8px;
}

/* セミナーのページ
--------------------------------------------------*/
#seminar ul {
    margin-top: 15px;
    font-size: 139%;
    font-weight: bold;
    line-height: 1.5;
    color: #009966;
}

/* セミナーお問い合わせフォーム
----------------------------------------*/
#mailaside h4 {
    padding: 7px 0;
    font-size: 107%;
    text-align: center;
    color: #fff;
    background: #009966;
}
#mailaside p {
    margin: 0;
    padding: 15px 5px 0 5px;
}
#mail h3 {
    margin: 0px 0px 10px 10px;
    padding: 2px 0px 2px 5px;
    font-size: 122%;
    font-weight: bold;
    color: #0000ff;
    border-style: solid;
    border-color: #9999ff;
    border-width: 0px 0px 1px 10px;
    }
#mailform {
	padding: 10px 0;
}
#mailform .mailform {
	width: 100%;
}
#mailform .mailform tr th,.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 115%;
	border-bottom: dotted 1px #778899;
}
#mailform .mailform tr th {
	width: 220px;
    font-weight: normal;
    color: #005555;
}
#mailform .mailform tr th span {
    margin-right: 3px;
    padding: 0 5px;
    font-size: 83%;
    color: #fff;
    border-radius: 5px;
    background-color: #ff6699;
}
#mailform .mailform tr td p {
    padding-bottom: 0px;
}
#mailform .mailform tr td textarea {
	width: 98%;
	height: 150px;
    font-size: 100%;
}
#mailform .mailform input,#mailform .mailform textarea {
    margin: 10px 0px 5px 0px;
    padding: 3px 2px;
    }
#mailform .inputStyle {
	border: solid 1px #778899;
    }
#mail .comment {
    padding: 20px 0 10px 5px;
    font-size: 107%;
    font-weight: bold;
    text-decoration: underline;
}
#mail-okBox {
    width: 872px;
    padding-top: 20px;
}

/* ブログ・イベント・キャンペーンのページ
--------------------------------------------------*/
#main div.postContent {
    margin-bottom: 30px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}
#main div.postContent p {
    word-wrap: break-word;
}
#main div.postContent h3.postTitle {
    margin: 10px 0 5px 0;
    font-size: 169%;
    border-bottom: 1px dotted #ccc;
}
#main div.postContent h3.infoTitle {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 169%;
    border-top: 2px solid #4ec0f2;
    border-bottom: 2px solid #4ec0f2;
}
#main div.postContent h1 {
    margin:0;
    font-size: 146%;
    font-weight: bold;
}
#main div.postContent h2 {
    margin:0;
    text-align: left;
    font-size: 130%;
}
#main div.postContent h3 {
    margin: 0;
    padding: 0;
    font-size: 115%;
    border: none;
    text-align: left;
}
#main div.postContent h4 {
    margin:0;
    padding:0;
    font-size: 107%;
    color: #666;
}
#main div.postContent h5 {
    font-weight: bold;
}
#main div.postContent .postMeta {
    margin-bottom: 15px;
}
.contentArea {
    margin-bottom: 10px;
}
#main.single div.postContent {
    min-height: 300px;
    margin: 0 0 20px 0;
    padding: 20px 50px;
    border: 1px solid #ccc;
    border-radius: 10px;
}

#main div.postContent p {
    font-size: 139%;
    margin-bottom: 10px;
    padding: 0;
}
#main div.wp-caption {
    width: 100% !important;
}
#main div.postContent img {
    max-width: 100%;
    height: auto;
}
.postThumb img {
    width: 130px;
}
#main div.postContent ul,.postContent ol {
    margin-bottom: 5px;
}
#main div.postContent ul li {
    margin-left: 1.2em;
    list-style-type: disc;
}
#main div.postContent ol li {
    margin-left: 1.4em;
    list-style-type: decimal;
}
#main div.postContent strong { font-weight: bold; }
#main div.postContent em { font-style: italic; }
#main div.postContent blockquote {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 15px;
    font-style: italic;
    background-color: #f5f5f5;
    color: #777777;
    border-left: 4px solid #9dd4ff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
}
#main div.postContent blockquote::before,
#main div.postContent blockquote::after {
    position: absolute;
    font-size: 130%;
}
#main div.postContent blockquote::before {
    top: 0.5em;
    left: 0.3em;
    content: '“';
}
#main div.postContent blockquote::after {
    bottom: 0.3em;
    right: 0.5em;
    content: '”';
}
#main div.postContent blockquote p {
    margin: 0;
}
div.info_0 {
    margin: 20px 0 300px 0;
    text-align: center;
    font-size: 130%;
}
#main div.postContent div span.more a {
  width: 135px;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #eee;
  border-radius: 8px;
  background-color: #f6f6f6;
  text-decoration: none;
  clear: both;
  }
/* 個人情報取り扱いのページ
--------------------------------------------------*/
h2.h2privacy {
    height: 90px;
    background-image: url(images/title_h2privacy.gif);
    background-repeat: no-repeat;
    background-position: bottom;
}
#privacy {
    margin-bottom: 20px;
}
ul.privacy {
    margin-left: 16px;
}
ul.privacy li {
    list-style-type: disc;
}

/* トップページ スライダー height400px→auto
--------------------------------------------------*/
@media only screen and (max-width: 1080px) {
#topSlider #topSliderArea {
  height: auto;
  }
}
/* snsボタン
---------------------------------------------*/
ul#sns_btn {
    width:100%;
    float: left;
    clear: both;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}
ul#sns_btn li.sns_btnInner a {
  font-size: 107%;
  padding: 10px 0px;
  }
ul#sns_btn:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul#sns_btn li.sns_btnInner {
    width:20%;
    float: left;
    padding: 0px;
    margin: 0px 2% 0px 0px;
    list-style-type: none;
}

ul#sns_btn li.sns_btnInner:nth-child(3n) {
    margin: 0px 0px 0px 0px;
}
/* ボタンカラーここから----------------------*/
ul#sns_btn li.sns_btnInner a.twitter {
    background-color: #000;
}
ul#sns_btn li.sns_btnInner a.facebook {
    background-color: #3b5998;
}
ul#sns_btn li.sns_btnInner a.google_plus {
    background-color: #dd4b39;
}
ul#sns_btn li.sns_btnInner a.hatena {
    background-color: #2D4C86;
}
ul#sns_btn li.sns_btnInner a.pocket {
    background-color: #EE4056;
}
ul#sns_btn li.sns_btnInner a.line {
    background-color: #00b833;
}
ul#sns_btn li.sns_btnInner a {
    font-size: 85%;
    line-height: 100%;
    color:#ffffff;
    display: block;
    padding: 8px 0px;
    margin: 0px;
    background-color:#f5f5f5;
    text-align:center;
    text-decoration: none;
    border-radius:5px;
}
/* ボタンカラーここまで----------------------*/

/* カテゴリーページ（お知らせ・キャンペーン）
--------------------------------------------------*/
#content.category #aside {
    margin-top: 18px;
}
.categoryPost {
    margin-bottom: 20px;
}
/* アーカイブページ（コラム・ブログ）
--------------------------------------------------*/
.thumbArea {
    float: left;
    width: 145px;
}
.postThumb {
    float: left;
    position: relative;
}
.postThumb img {
    margin: 0;
}
.ribbon-content {
  position: absolute;
  top: -6px;
  right: -4px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }
.ribbonNew {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
/*  background: #ffa520; */
  background: #e47fb8;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.ribbonNew:before, .ribbonNew:after {
  position: absolute;
  content: "";
  border-top: 4px solid #b2751b;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}

.ribbonNew:before {
  left: 14px;
}

.ribbonNew:after {
  right: 18px;
}
/* 404ページ
--------------------------------------------------*/
#page404 {
    margin: 50px 0 300px 0;
    text-align: center;
}
#page404 p {
    margin-top: 10px;
}
#page404 .list404 {
    width: 300px;
    margin: 10px auto 0 auto;
    position: relative;
    left: 30px;
}
#page404 .list404 ul {
    text-align: left;
}
#page404 .list404 ul li {
    list-style-type: disc;
    margin-left: 15px;
}
/* スマホ対応
--------------------------------------------------*/
@media only screen and (max-width: 780px) {
body { font-size: 14px; }
#wrapper { min-width: initial;margin-top: 68px; }
#wrapper.frontPage { min-width: initial;margin-top: 48px; }
.pc_block,.pc_inline { display: none; }
.sp_block { display: block; }
.sp_inline { display: inline; }
.sp_none { display: none; }
.spbr { display: block; }
.sp_noBr { display: inline; }
.spbr_nowrap { display: block; white-space: nowrap; }
.alignright,.alignleft { float: none; }
.inner,#main,#main.toppage,#aside,#aside.toppage,
#footer #footerLeft,#footer #footerRight,
#footerArea ul.footerNav1,#footerArea ul.footerNav2 {
  float: none;
  width: 100%;
  }
h2 {
  text-indent: 0;
  }
h4 {
  font-size: 146%;
  }
#header #headerArea {
  height: auto;
  background: none;
  text-align: center;
  }
#header #headerArea h1,#header #headerArea h2 {
  display: none;
  }
#nav #navArea {
  display: none;
  }
div#headContact a {
  display: none;
  }
#pageTitle h2 {
  padding: 8px 0 5px 15px;
  font-size: 154%;font-weight: bold;
  }
#contentArea h2 {
  font-size: 154%;
  text-align: center;
  }
#contentArea p {
  font-size: 115%;
  }
#mainFull .mainFullBox,#main .mainBox {
  padding: 0;
  }
#mainFull h3, #main h3,.subMain h3 {
  font-size: 123%;
  }
#aside h4 {
  margin-top: 10px;
  color: #56affb;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
  }
#aside .asideInfo {
  padding: 10px;
  }
#footer #footerRight {
  text-align: center;
  }
#footer #footerArea p {
  padding: 0;
  }
.slicknav_menu {
  display:block;width:100%;position: fixed;top:0;left:0;z-index:100;opacity:0.95;
  }
div#spHeadHome {
  display: block;
  width: 100%;
  height: 48px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #009966;
  }
div#spHeadHome a {
  position: absolute;
  top: 10px;
  left: 10px;
  color: #fff;
  text-decoration: none;
  }
div#spHeadHome a span {
  display: block;
  font-size: 55%;
  }
img {
  max-width: 100%;
  height: auto;
  }
.pageNone {
  margin:100px 0;
  }
div#post iframe {
  width: 100%;
  }
.blogDate {
  text-align: left;
  }
/* sp menu アイコン
--------------------------------------------------*/
.slicknav_menu a.slicknav_open .slicknav_icon-bar:nth-of-type(1) {
  transform: translateY(5px) rotate(-45deg);
  }
.slicknav_menu a.slicknav_open .slicknav_icon-bar:nth-of-type(2) {
  opacity: 0;
  }
.slicknav_menu a.slicknav_open .slicknav_icon-bar:nth-of-type(3) {
  transform: translateY(-5px) rotate(45deg);
  }
/* sp inview用css
--------------------------------------------------*/
.divMove{
	opacity: 1;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0); 
}
/* sp シングル asidePostList
--------------------------------------------------*/
#aside ul.asidePostList {
  margin-top: 20px;
  }
#aside ul.asidePostList li {
  display: block;
  margin-bottom: 0;
  padding:0;
  font-size: 100%;
  background-image: none;
  border-bottom: 1px solid #ccc;
  }
#aside ul.asidePostList li:first-child {
  border-top: 1px solid #ccc;
  }
#aside ul.asidePostList li a {
  min-height: 40px;
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  color: #666;
  display: block;
  padding: 10px 25px 10px 10px;
  text-decoration: none;
  }
#aside ul.asidePostList li a:hover {
  background-color: #f4f4f4;
  }
#aside .asideCouplePhoto img {
  width: 20%;
  }
#aside select {
    width: 100%;
}
/* sp フッター
--------------------------------------------------*/
#footer #footerArea {
  padding: 0 10px;
  }
#footer #footerArea h3 {
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  font-size: 139%;
  font-weight: normal;
  padding: 6px 0;
  background-color: #009966;
  }
#footer #footerArea {
  background: #fff;
  padding-bottom: 0;
  }
#footer #footerLeft {
  padding: 15px 0 0 0;
  background: #fff;
  }
#footer #footerRight {
  padding: 10px 0;
  background-color: transparent;
  }
#footerArea ul.footerNav1 {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
  }
#footerArea ul.footerNav2 {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
  }
#footerArea ul.footerNav1 li,
#footerArea ul.footerNav2 li {
  display: block;
  padding:0;
  background-image: none;
  border-bottom: 1px solid #ddd;
  }
#footerArea ul.footerNav2 li:last-child {
  border-bottom: none;
  }
#footerArea ul.footerNav1 li a,
#footerArea ul.footerNav2 li a {
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  color: #666;
  display: block;
  padding: 12px 25px 12px 10px;
  text-decoration: none;
  }
#footerArea ul.footerNav1 li a:hover,
#footerArea ul.footerNav2 li a:hover {
  background-color: #f4f4f4;
  }
/* sp トップページ
--------------------------------------------------*/
h2#mainCopy {
  padding: 4px 0 2px 0;
  color: #fff;
  background-color: #4ec0f2;
  border: 1px solid #4ec0f2;
  border-radius: 8px;
  }
#clinicInfo .infoText {
    font-size: 115%;
  }
.topPhotoBox {
  margin-bottom: 20px;
  }
#mainFull address {
  font-size: 130%;
  }
#mainFull p#accessInfo {
  font-size: 100%;
  }
/* sp mainvisual css ここから
----------------------------------------*/
.mvTitle {
    width: 80%;margin-left: auto;margin-right: auto;
}
.mvImage {
    width: 90%;margin-left: auto;margin-right: auto;
}
/* sp mainvisual css ここまで
----------------------------------------*/
#eventInformation .eventBox,
#columnInformation .eventBox,
#blogInformation .eventBox {
  width: 100%;
  padding: 0;
  border: none;
  background-color: #fff;
  }
#eventInformation .eventBox ul,
#columnInformation .eventBox ul,
#blogInformation .eventBox ul {
  margin-top: 0;
  }
#eventInformation .eventBox ul li,
#columnInformation .eventBox ul li,
#blogInformation .eventBox ul li {
  padding:0;
  background-image: none;
  border-bottom: 1px dotted #cc9999;
  }
#eventInformation .eventBox ul li:first-child,
#columnInformation .eventBox ul li:first-child,
#blogInformation .eventBox ul li:first-child {
  border-top: 1px dotted #cc9999;
  }
#eventInformation .eventBox ul li a,
#columnInformation .eventBox ul li a,
#blogInformation .eventBox ul li a {
  background-image: url("images/list_mark_mb.gif");
  background-position: 98% 50%;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  font-size: 107%;
  color: #666;
  display: block;
  padding: 10px 25px 10px 10px;
  text-decoration: none;
  }
#eventInformation .eventBox ul li#eventNone {
  padding: 8px 0;
}
#eventInformation {
  margin: 10px 0 20px 0;
  padding: 0;
  background-color: #fff;
  }
#columnInformation,#blogInformation {
  margin: 0 0 30px 0;
  padding: 0;
  background-color: #fff;
  }
#eventInformation ul li,
#columnInformation ul li,
#blogInformation ul li {
  font-size: 100%;
  }
#eventInformation .eventBox ul li a:hover,
#columnInformation .eventBox ul li a:hover,
#blogInformation .eventBox ul li a:hover {
  background-color: #fcfce8;
  }
span.information,span.campaign,span.event,span.column,span.blog {
  float: none;
}
#aside span.information,#aside span.campaign,#aside span.event,#aside span.column,#aside span.blog {
    float: left;
    position: relative;
    top: 3px;
}
#infoArchive span.information,#infoArchive span.campaign,#infoArchive span.event,#infoArchive span.blog {
  margin-bottom: 5px;
  position: relative;
  top: 0px;
  }
span.infoData {
  display: block;
  color: #bb7777;
  }
div.pageMenu {
  margin-top: 0px;
  }
.divBox0,
.divBox1,.divBox1_2,
.divBox2,
.divBox3,
.divBox4,
.divBox5 {
  width: 100%;
  height: auto;
  }
.divBox0 img,
.divBox2 img,
.divBox3 img,
.divBox4 img,
.divBox5 img {
  width: 100%;
  }
#clinicInfo .divBox2 {
  width: 50%;
  }
#contentArea .divBox1 p,#contentArea .divBox1_2 p,#contentArea .divBox2 p, #contentArea .divBox3 p {
  padding: 10px;
  font-size: 115%;
  }
#photoBox {
  padding: 8px 6px 4px 6px;
  }
#photoBox2 .divBox4 {
  width: 50%;
  height: auto;
  padding-bottom: 3px;
  }
#photoBox2 .divBox4 img {
  width: 98%;
  }
#clinicInfo p {
  padding: 10px;
  font-size: 115%;
  }
#columnMessage {
  margin-top: 15px;
  padding: 10px 5px;
  color: #fff;
  text-align: left;
  border: 1px solid #66cccc;
  border-radius: 8px;
  background: #66cccc;
  }
/* sp 施術コース・料金のページ
--------------------------------------------------*/
#course ul {
  margin-left: 3px;
  font-size: 107%;
  }
#course ul li {
  margin: 0 15px 5px 20px;
  }
#course dl dd.content {
  font-size: 85%;
  }
/* sp 施術にあたりのページ
--------------------------------------------------*/
  #profile h5 {
  margin-top: 0;
  }
/* sp 所在地のご案内
--------------------------------------------------*/
table.access {
  font-size: 100%;
  }
#access dl {
  font-size: 93%;
}
.accessInfoBox {
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
}
.accessInfo {
  width: 100%;
}
.accessInfo table {
  font-size: 93%;
  }
/* sp セミナー・お問い合わせ
--------------------------------------------------*/
.stretch {
  margin: 0px 0px 0px 10px;
  }
#mailform .inputStyle {
  width: 98%;
  }
/* sp ラジオボタン
----------------------------------------*/


/* sp 個人情報取り扱いのページ
--------------------------------------------------*/
h2.h2privacy {
  background: none;
  height: auto;
  }
/* sp ブログ・イベント・キャンペーンのページ
--------------------------------------------------*/
#main div.postContent {
  padding: 8px 8px 12px 8px;
  border: 1px solid #bbb;
  border-radius: 8px;
  }
#main div.postContent h3.postTitle {
  font-size: 139%;
  }
#main div.postContent h3.infoTitle {
  font-size: 115%;
  }
#main div.postContent p {
  font-size: 123%;
  }
#main.single div.postContent {
  padding: 10px 5px;
  }
div.info_0 {
  font-size: 107%;
  margin: 30px 0 100px 0;
  text-align: left;
  }
#main div.postContent img {
  margin-bottom: 0px;
  }
/* sp snsボタン
--------------------------------------------------*/
ul#sns_btn li.sns_btnInner {
  width:32%;
  margin: 0px 2% 5px 0px;
  }
ul#sns_btn li.sns_btnInner:nth-child(3n) {
  width:32%;
  margin: 0px 0px 5px 0px;
  }
ul#sns_btn li.sns_btnInner a {
  font-size: 75%;
  padding: 20px 0px;
  }
/* sp カテゴリーページ（お知らせ・キャンペーン）
--------------------------------------------------*/
#content.category #aside {
  margin-top: 0px;
  }
/* sp 404ページ
--------------------------------------------------*/
#page404 {
  margin: 10px 0 0 0;
  }
}

/* sp シングルページ・セミナーお問い合わせ　640px以下
--------------------------------------------------*/
@media screen and (max-width: 640px) {
  #contentArea p {
  font-size: 107%;
  padding: 10px;
  }
.spbr640 {
  display: block;
  }
.parkingInfo {
  font-size: 100%;
  }
#clinicInfo .divBox2 {
  width: 100%;
  }
#clinicInfo {
  flex-direction: column;
  }
#clinicInfo div {
  width: 100%;
  }
#profile {
  padding: 10px 5px;
  margin-bottom: 0;
  }
#profile h5 {
  font-size: 139%;
  text-align: center;
  }
#profile p {
  font-size: 115%;
  }
#profile .photo {
  width: 100%;
  }

#mailform .mailform tr th,#mailform .mailform tr td {
  display: block;
  width: 100%;
  }
#mailform .mailform tr th {
  border: none;
  }
#mailform .mailform tr td {
  margin-bottom: 10px;
  }
#mailform .mailform tr td input,
#mailform .mailform tr td textarea {
  width: 100% !important;
  }
#main div.contentArea:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
  }
/* アクセスのページ
----------------------------------------*/
#contentArea #bus p {
  padding-top: 10px;
  font-size: 100%;
  line-height: 1.6;
  }
#contentArea #bus p span {
  font-size: 93%;
  line-height: 1.4;
  }
/* ブログのページ サムネイル
----------------------------------------*/
.postThumb img {
  width: 120px;
  }
.thumbArea {
    width: 130px;
  }
/* フッター SNSアイコン
----------------------------------------*/
#snsIcon a:first-child {
    margin-right: 8px;
  }
}
/* テキスト改行　380px以下
--------------------------------------------------*/
@media screen and (max-width: 380px) {
.spbr380 {
  display: block;
  }
/* 404のページ
----------------------------------------*/
#page404 .list404 {
  position: relative;
  left: 5px;
  }
}
/* 890px以下
----------------------------------------*/
@media screen and (max-width: 890px) {
#course {
    background-image: none;
  }
#info {
    background-image: none;
  }
}
/* 500px以下
--------------------------------------------------*/
@media screen and (max-width: 500px) {
#main div.postContent p span.more a {
  clear: both;
  }
.spbr500 {
  display: block;
  }
.bus1, .bus2 {
  display: block;
  text-align: center;
  margin: 0 auto 20px auto;
  }
}
/* 450px以下
--------------------------------------------------*/
@media screen and (max-width: 450px) {
#pageTitle h2 {
  margin: 15px 10px 0 10px;
  }
#content {
  padding: 0 10px;
  }
#main.single div.postContent {
  padding: 10px;
  }
#main div.postContent h3.postTitle {
  font-size: 123%;
  }
#main div.postContent p {
  font-size: 107%;
  }
#seminar ul {
  font-size: 100%;
  }
}
/* 360px以下
--------------------------------------------------*/
@media screen and (max-width: 360px) {
.sp360_br {
  display: block;
  }
#mainFull p#accessInfo {
  font-size: 93%;
  }
#course ul {
  font-size: 100%;
  }
#course ul li {
  margin: 0 0 5px 20px;
  }
}
/* 320px以下
--------------------------------------------------*/
@media screen and (max-width: 320px) {
/* snsボタン
----------------------------------------*/
ul#sns_btn li.sns_btnInner a {
  font-size: 65%;
  padding: 20px 0px;
  }
/* 404のページ
----------------------------------------*/
#page404 .list404 ul {
  font-size: 93%;
  }
}