@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Modern+Antiqua);

/* reset */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

object,
embed {
    vertical-align: top;
}

legend {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
    border: 0;
}

body {
    font: 14px/1.9 'Noto Sans JP', Arial, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #000;
    background: #fff;
}

a {
    color: #0066ff;
    text-decoration: none;
    font-weight: bold;
}

a:hover,
.active {
    text-decoration: underline;
}

a:active,
a:focus,
input:active,
input:focus {
    outline: 0;
}

p.emphasis {
    font-size: 18px;
}


/* ヘッダー
------------------------------------------------------------*/

#mainnav a {
    color: #000;
    font-family: 'Modern Antiqua', 'Noto Sans JP', serif;
}


/* フッター
------------------------------------------------------------*/

#footer {
    clear: both;
    padding: 50px 10px 50px 0;
    text-align: center;
    font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

h1,
h2 {
    font-family: 'Modern Antiqua', 'Noto Sans JP', serif;
}

img {
    max-width: 100%;
    height: auto;
}

section {
    clear: both;
}

section h2 {
    width: 75%;
    margin: 70px auto;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
}

section h2 span {
    padding-bottom: 5px;
    border-bottom: 3px solid #000;
}

section h3 {
    margin: 15px auto;
}

section h3 span {
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.inner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 10px;
}

#sec03 .inner,
#sec04 .inner,
#sec05 .inner,
#sec06 .inner,
#sec12 .inner{
    border-bottom: 1px solid #a0a0a0;
}

.innerS {
    width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.innerS.counterplan-area {
    text-align: center;
    margin: auto;
}

.innerS.twitter-timeline-area {
    width: 50%;
}

p.notice {
    font-size: 11px;
}


/* icon 
------------------------------------------------------------*/

img.iconImg {
    height: 25px;
    width: 25px;
}


/* SEC02 Gallery
------------------------------------------------------------*/

#sec02 {
    padding: 0 !important;
}

#gallery {
    overflow: hidden;
}

#gallery li {
    float: left;
    width: calc(100%/3);
    line-height: 0;
}

#gallery li.full {
    width: 100%;
}

#gallery img {
    display: block;
    width: 100%;
    height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/

.col4 .img {
    margin: 0 auto;
}


/* SEC04 PROJECT
------------------------------------------------------------*/

#sec04 {
    padding-bottom: 0 !important;
}

.article {
    clear: both;
    overflow: hidden;
    padding-bottom: 50px;
}

#sec04 .article {
    overflow: visible;
    margin: 30px;
}

#sec04 img {
    height: 500px;
}


/* SEC05 COMPANY
------------------------------------------------------------*/

#sec05 p {
    margin-bottom: 5px;
}

.col2 li {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}

#map {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

#sec05 img {
    margin: 5px 10px 5px 10px;
}


/* SEC06 Instagram
------------------------------------------------------------*/

#instagram {
    position: relative;
    /* padding-bottom: 30%; */
    height: 200px;
    overflow: hidden;
    z-index: 0;
}

#instagram iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

.reserveIconArea {
    margin: 0 auto 20px;
}


/* SEC08 施術風景
------------------------------------------------------------*/

video {
    width: 50%;
}

@media screen and (max-width: 800px) {
    video {
        width: 100%;
    }
}


/* 営業時間
------------------------------------------------------------*/

.biz-hour {
    border-collapse: collapse;
}

@media screen and (max-width: 414px) {
    .biz-hour {
        /* スマホのときだけ親要素いっぱいに */
        width: 100%;
    }
}

.biz-hour th {
    /* １番上の線 */
    /* #A28C63っていうのが色の名前なので、ここをお好みで */
    border-top: 1px solid #A28C63;
}

.biz-hour th,
.biz-hour td {
    padding: 10px 20px;
    text-align: center;
    /* ２番目以降の線 */
    /* 色はお好みで */
    border-bottom: 1px solid #A28C63;
}

@media screen and (max-width: 800px) {
    .biz-hour th,
    .biz-hour td {
        padding: 10px 10px;
        text-align: center;
        /* ２番目以降の線 */
        /* 色はお好みで */
        border-bottom: 1px solid #A28C63;
    }
}


/* 上段の背景色 */

.biz-hour th {
    /* background: pink; */
    font-weight: normal;
}


/* 土曜日の文字色 */

.biz-hour th.sat {
    color: #3db2da;
}


/* 日曜日の文字色 */

.biz-hour th.sun {
    color: #e66a6a;
}


/* 施術メニュー
------------------------------------------------------------*/

.treatmentMenu {
    width: 40%;
}

.treatmentMenu.menuTable {
    width: 40%;
}

@media screen and (max-width: 800px) {
    .treatmentMenu {
        width: 60%;
    }
    .treatmentMenu.menuTable {
        width: 100%;
    }
}

.treatmentMenu th,
.treatmentMenu td {
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 13px;
    text-align: left;
}

.treatmentMenu th {
    background: #f2f6f6;
    text-align: right;
    width: 60%;
}


/* ボタンデザイン
------------------------------------------------------------*/

.btn-stitch {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #668ad8;
    color: #FFF;
    border-radius: 4px;
    box-shadow: 0px 0px 0px 5px #668ad8;
    border: dashed 1px #FFF;
    width: 90%;
}

.btn-stitch:hover {
    border: dotted 1px #FFF;
}

.reservationButton {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 70%;
}


/* SEC10(感染症対策) 設定
------------------------------------------------------------*/

#sec10 ul {
    list-style: square inside;
    margin: 15px;
}

#sec10 ul li {
    margin-left: 1.4em;
    text-indent: -1.4em;
}

ol.counterplan {
    list-style-type: decimal;
    margin: 20px;
}


/* SEC11(Uberお灸) 設定
------------------------------------------------------------*/

#sec11 table.treatmentMenu th {
    width: 0%;
}


/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px) {
    body {
        font-size: 14px;
    }
    #wrapper {
        width: 100%;
    }
    #content {
        width: 80%;
    }
    #sidebar {
        width: 12%;
        position: fixed;
        top: 0;
        right: 4%;
        background: #fff;
    }
    a#menu {
        display: none;
    }
    .panel {
        display: block !important;
    }
    #sidebar h1 {
        padding: 30px 0;
    }
    #mainnav li {
        font-size: 14px;
        padding: 10px 0;
    }
    #sns {
        margin-top: 50px;
    }
    #sns li {
        display: inline-block;
        padding-right: 10px;
    }
    #sns a:hover img {
        opacity: .8;
    }
    /* SEC03 BRAND
	-----------------*/
    .col4 {
        text-align: center;
    }
    .col4 li {
        display: inline-block;
        width: 18%;
        padding: 0 3%;
        vertical-align: top;
        text-align: left;
    }
    #footer {
        padding: 30px 10px 70px 0;
    }
}

@media only screen and (min-width: 641px) {
    .col2 li {
        width: 60%;
        vertical-align: top;
    }
    .col2 li:first-child {
        width: 35%;
        padding-right: 4%;
    }
}

@media only screen and (max-width: 640px) {
    .inner {
        width: 94%;
        margin: 0 auto;
    }
    .innerS {
        width: 94%;
        padding-bottom: 30px;
    }
    .innerS.twitter-timeline-area {
        width: 90%;
    }
    #gallery li {
        float: none;
        width: 100%;
    }
    .article img {
        float: left;
        /* display: block; */
        margin: 0 auto 20px;
    }
    .reserveIconArea img.iconImg {
        float: left;
        display: block;
        margin: 0 auto 20px;
        width: 50px;
        height: 50px;
    }
    #map iframe {
        width: 96% !important;
        left: 2%;
    }
    #instagram iframe {
        width: 96% !important;
        left: 2%;
    }
}

@media only screen and (max-width: 799px) {
    #sidebar {
        position: fixed;
        width: 100%;
        z-index: 500;
    }
    #sidebarWrap {
        position: relative;
        width: 100%;
        height: 65px;
        background: #fff;
        border-bottom: 1px solid #ccc;
    }
    #sidebar h1 {
        text-align: center;
        padding-top: 15px;
    }
    #sidebar h1 img {
        width: auto !important;
        max-height: 55px;
    }
    a#menu {
        display: inline-block;
        position: relative;
        width: 40px;
        height: 40px;
        margin: 10px;
    }
    #menuBtn {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 18px;
        height: 2px;
        margin: -1px 0 0 -7px;
        background: #000;
        transition: .2s;
    }
    #menuBtn:before,
    #menuBtn:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 18px;
        height: 2px;
        background: #000;
        transition: .3s;
    }
    #menuBtn:before {
        margin-top: -7px;
    }
    #menuBtn:after {
        margin-top: 5px;
    }
    a#menu .close {
        background: transparent;
    }
    a#menu .close:before,
    a#menu .close:after {
        margin-top: 0;
    }
    a#menu .close:before {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    a#menu .close:after {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
    }
    .panel {
        width: 100%;
        display: none;
        overflow: hidden;
        position: relative;
        left: 0;
        top: -10px;
        z-index: 100;
    }
    #mainnav {
        position: absolute;
        top: 0;
        width: 100%;
        text-align: right;
    }
    #mainnav ul {
        border-bottom: 1px solid #ccc;
        background: #fff;
        text-align: left;
    }
    #mainnav li a {
        position: relative;
        display: block;
        padding: 15px 25px;
        border-bottom: 1px solid #ccc;
        color: #000;
        font-weight: 400;
    }
    #mainnav li a:before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        width: 6px;
        height: 6px;
        margin: -4px 0 0 0;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    #mainnav #sns li {
        display: inline-block;
    }
    #mainnav #sns li a {
        position: relative;
        display: inline-block;
        padding: 15px 10px 0;
        border: 0;
    }
    #mainnav #sns li a:before {
        border: 0;
    }
    .col4 li {
        margin: 0 auto 50px;
        display: block;
        text-align: center;
    }
    section h2 {
        margin: 55px auto;
    }
    .reservationButton {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
        width: 95%;
    }
}


/* Videoタグ制御
------------------------------------------------------------*/

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}


/* popupタグ制御
------------------------------------------------------------*/

.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
}

.popup.is-show {
    opacity: 1;
    visibility: visible;
}

.popup-inner {
    position: absolute;
    left: 25%;
    top: 25%;
    transform: translate(-25%, -25%);
    width: 90%;
    height: 80%;
    padding: 35px 15px 15px 15px;
    background-color: #fff;
    z-index: 2;
}

.popup-inner img {
    width: 100%;
}

.close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.close-btn i {
    font-size: 20px;
    color: #333;
}

.black-background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1;
    cursor: pointer;
}


/* アコーディオン制御
------------------------------------------------------------*/

.acd-check {
    display: none;
}

.acd-label {
    background: #668ad8;
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}

.acd-content {
    border: 1px solid #333;
    border-width: 0px 1px 1px 1px;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}

.acd-check:checked+.acd-label+.acd-content {
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.acd-content p {
    margin-bottom: 0px;
}

/* お知らせ欄
------------------------------------------------------------*/
#sec13>.innerS{
    text-align: center;
}

img.image_notice{
    border: 1px black solid;
    width: 90%;
}