/***************************************************************
           ボディー
***************************************************************/
/*--------------------------------------------------------------
    ボディー
--------------------------------------------------------------*/
body {
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',　Meiryo, メイリオ, sans-serif;
    background: #fff;
    font-size: 14px;
    color: #444;
}
a {
    color: #1E90FF;
    text-decoration: none;
}
a:hover {
    color: #87CEFA;
}
.red {
    color: #FF0000;
}

/*****************************************
           ナビゲーション
*****************************************/
#header {
    position: relative;
    padding-bottom: 20px;
    height: 60px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.7);
}
#header .header-navbtn {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 40px;
    height: 41px;
    font-size:20px;
    background: 0;
    border: 0;
    padding: 0;
    outline: none;
    border-radius: 5px;
    box-shadow: 0 0 3px #aaaaaa;
    background-color: #333;
    color: #fff;
}
.offleft {
    position: absolute;
    top: -100px;
    left: -100px;
}
.sp-nav {
    width:200px;
    height:350px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .75);
    overflow: auto;
    display: none;
    z-index: 40;
}
.sp-nav.is-open {
    display: block;
}
.sp-nav .nav-closebtn {
    position: fixed;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 41px;
    color: #fff;
    font-size:20px;
    background: transparent;
    border: 0;
    outline: none;
}
.sp-nav ul {
    padding: 40px 0 10px;
}
.sp-nav li {
    padding: 10px 0 10px 15px;
}
.sp-nav a {
    color: #fff;
    letter-spacing: 2px;
}

#header .logo {
    text-align: center;
    padding: 10px 0 0 0;
}
#header .logo img {
    width: 60px;
}
#header .logo a:hover {
    opacity: 0.7;
}
/***************************************************************
           PC用
***************************************************************/
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#content #nav {
    display: none;
}
#content .message {
    display: none;
}
/***************************************************************
           トップ画像
***************************************************************/
.bxslider {
    margin: 20px 0 0 0;
}
/***************************************************************
           新着情報
***************************************************************/
#content .news {
    padding: 40px 20px;
    background: #FCFAEA;
    margin: 40px 10px 0 10px;
    height: 200px;
    overflow-y: scroll;
}
#content .news .news-box {
    display:-moz-box;
    display:-webkit-box;
    display:-o-box;
    display:-ms-box;
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;
    -o-box-orient:vertical;
    -ms-box-orient:vertical;
    -moz-box-direction:reverse;
    -webkit-box-direction:reverse;
    -o-box-direction:reverse;
    -ms-box-direction:reverse;
}
#content .news h2 {
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
    margin-bottom: 20px;
}
#content .news ul {
    padding: 15px 0;
    list-style-type: none;
    
}
#content .news ul:nth-of-type(1) {
    margin: 0px 0 0 0;
    border-color: #D3D3D3;
    border-width: 0 0 1px 0;
    border-style: solid;
}
#content .news ul:nth-of-type(n+2) {
    border-color: #D3D3D3;
    border-width: 0 0 1px 0;
    border-style: solid;
}
#content .news ul li:nth-of-type(1) {
    padding: 0 10% 0 0;
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
}
#content .news ul li:nth-of-type(2) {
    padding: 10px 0 0 0;
    color: #086A87;
    font-size: 12px;
    letter-spacing: 1px;
}

/***************************************************************
           2カラム
***************************************************************/
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#content #topic-column {
    padding: 40px 10px 0px 10px;
}
/*--------------------------------------------------------------
    SNS
--------------------------------------------------------------*/
#content #topic-column .link {
    padding: 0 0 20px;
}
#content #topic-column .link ul {
    list-style: none;
}
#content #topic-column .link ul li {
    margin-bottom: 20px;
}
#content #topic-column .link ul a {
    display: block;
    padding: 25px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    border-radius: 5px;
    text-align: center;
}
#content #topic-column .link ul a:hover {
    opacity: 0.7;
}
#content #topic-column .link .fb {
    background-color: #3B579D;
}
#content #topic-column .link .tw {
    background-color: #55ACEE
}
#content #topic-column .link i {
    margin-right: 10px;
}

/*--------------------------------------------------------------
    店舗情報
--------------------------------------------------------------*/
#content #topic-column .shop {
    background: #FCFAEA;
}
#content #topic-column .shop p:nth-of-type(1) img {
    width: 100%;
}
#content #topic-column .shop .box {
    padding: 4% 2%;
}
#content #topic-column .shop .box h2 {
    padding: 0 0 4% 0;
    color: #086A87;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
}
#content #topic-column .shop .box p {
    color: #086A87;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
}
#content #topic-column .shop .box p a {
    color: #086A87;
    text-decoration: none;
}

#content #topic-column .shop .box a h3 {
    margin: 1% 0 0 0;
    padding: 0 0 0 5%;
    background: #086A87;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
}
#content #topic-column .shop .box a {
    color: #FFFFFF;
    text-decoration: none;
}

/*--------------------------------------------------------------
    クレジットカード
--------------------------------------------------------------*/
#content #topic-column .shop .card {
    padding: 10px 0 0 5px;
}
#content #topic-column .shop .card  i {
    color: #086A87;
    font-size: 25px;
    margin-right: 2px;
}

/***************************************************************
           ぱんくず
***************************************************************/
/*--------------------------------------------------------------
    ぱんくず
--------------------------------------------------------------*/
.topic-path {
padding: 30px 10px 0 10px;
    list-style-type: none;
}
.topic-path li {
    display: inline;
    color: #585858;
    font-size: 14px;
    letter-spacing: 2px;
}
.topic-path li a {
    color: #87CEEB;
}
.topic-path li a i {
    padding: 0 1% 0 0;
}

/*****************************************
           PAGETOP CUSTOMIZE
*****************************************/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
#page-top a {
    background: #333;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 3px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    opacity: 0.6;
    font-size: 14px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: 1;
}

/***************************************************************
           フッター
***************************************************************/
/*--------------------------------------------------------------
    フッター
--------------------------------------------------------------*/
footer {
    background: url(/image.php?id=4);
    margin-top: 50px;    
}
.footer-inner {
    margin: 0 auto;
    padding: 30px 0;
}
.copyright {
    color: #fff;
    padding:20px 3px 0;
    font-size: 12px;
    text-align: center;
}

/*--------------------------------------------------------------
    ロゴ
--------------------------------------------------------------*/
footer .logo {
    padding: 0 30%;
}
footer .logo p {
    padding: 0 10%;
}
footer .logo p img {
    width: 100%;
}
/*--------------------------------------------------------------
    店舗情報
--------------------------------------------------------------*/
footer .shop {
    padding: 20px 10px;
    margin: 0 auto;
}
footer .shop p {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
}
footer .shop p a {
    color: #FFFFFF;
    text-decoration: none;
}

/***************************************************************
           コンセプト
***************************************************************/
#concept {
    padding: 0px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#concept h2 {
    padding: 10px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#concept p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
}
#concept .concept-text {
    padding: 30px 0 0 0;
} 
#concept .concept-text br {
    display: none;
}
/***************************************************************
           MujART WORK
***************************************************************/
#mujartwork {
    padding: 20px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#mujartwork h2 {
    padding: 20px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
#mujartwork h3 {
    padding: 30px 0 15px 0;
    color: #086A87;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 4px;
    border-bottom: 1px solid #086A87;
    margin: 0 0 15px 0;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#mujartwork p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 30px;
}
#mujartwork .mujartwork-text {
    padding: 30px 0 0px 0;      
}

/***************************************************************
           スタッフ
***************************************************************/
#profile {
    padding: 20px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#profile h2 {
    padding: 20px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    外線
--------------------------------------------------------------*/
#profile article {
    margin: 30px 0 0 0;
    padding: 10px;
    border-color: #A9A9A9;
    border-width: 1px;
    border-style: solid;
}
/*--------------------------------------------------------------
    画像 & 名前 プロフィール
--------------------------------------------------------------*/
#profile article #box {
    padding: 0 0 50px 0;
}
#profile article #box .left {
    width: 65%;
    margin: 0 auto;
}
#profile article #box .left .image p img {
    width: 100%;
}
#profile article #box .right {
    padding: 15px 0 0 0;
}
#profile article #box .right .name p:nth-of-type(1) {
    color: #086A87;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}
#profile article #box .right .name h3 {
    padding: 5px 0 0 0;
    color: #696969;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
}
#profile article #box .right .name p:nth-of-type(2) {
    padding: 5px 0 0 0;
    font-size: 14px;
    letter-spacing: 4px;
    text-align: center;
    color: #696969;
}
/*--------------------------------------------------------------
    プロフィール：SNS
--------------------------------------------------------------*/
#profile article #box .right .sns {
    text-align: center;
    width: 135px;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
#profile article #box .right .sns ul {
    list-style: none;
}
#profile article #box .right .sns ul li {
    float: left;
    margin-right: 15px;
    text-align: center;
}   
#profile article #box .right .sns a {
    color: #fff;
    display: block;
    width:30px;
    height:30px;
    display: block;
    border-radius: 60px;
    padding-top: 7px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
}
#profile article #box .right .sns a:hover {
    opacity: 0.7;
}
#profile article #box .right .sns .gp {
    background-color: #f65d4a;
}
#profile article #box .right .sns .tw {
    background-color: #63bafb;
}
#profile article #box .right .sns .fb {
    background-color: #3A5795;
}

/*--------------------------------------------------------------
    経歴 & コメント
--------------------------------------------------------------*/
#profile article #info {
    margin: 4% 0 0 0;
}
#profile article #info .career h4 {
    padding: 10px;
    background: #086A87;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 20px;
}
#profile article #info .career p {
    padding: 1% 0;
    border-color: #086A87;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    color: #086A87;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 20px;
}
#profile article #info .career p br {
    display: none;
}
#profile article #info .comment h4 {
    margin: 2% 0 0 0;
    padding: 10px;
    background: #A9A9A9;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 20px;
}
#profile article #info .comment p {
    padding: 10px;
    border-color: #A9A9A9;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}
#profile article #info .comment p br {
    display: none;
}

/***************************************************************
           ギャラリー
***************************************************************/
#gallery {
    padding: 20px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#gallery h2 {
    padding: 20px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
/***************************************************************
           メニュー
***************************************************************/
#menu {
    padding: 20px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#menu h2 {
    padding: 20px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    税抜表記
--------------------------------------------------------------*/
#menu h3 {
    padding: 30px 0 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#menu #price {
    display: block;
}
#menu #price .box {
    display: block;
}
/*--------------------------------------------------------------
    料金表
--------------------------------------------------------------*/
#menu #price .box h4 {
    padding: 30px 0 10px 0;
    border-color: #086A87;
    border-width: 0 0 1px 0;
    border-style: solid;
    color: #086A87;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
}
#menu #price .box ul {
    list-style: none;
    padding: 5px 0;
}
#menu #price .box ul li:nth-of-type(1) {
    display: table;
    width: 100%;
    padding: 2% 0 0 0;
}
#menu #price .box ul li:nth-of-type(1) h5 {
    display: table-cell;
    width: 70%;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 2px;
}
#menu #price .box ul li:nth-of-type(1) p {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: right;
}
#menu #price .box ul li:nth-of-type(2) p {
    font-size: 12px;
    padding: 10px 0 0 0;
}
/*--------------------------------------------------------------
    備考
--------------------------------------------------------------*/
#menu #remarks {
    margin: 10% 0 0 0;
    padding: 10px;
    background: #FFFFFF;
    border-color: #086A87;
    border-width: 1px;
    border-style: dotted;
}
#menu #remarks p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}
#menu #remarks a {
    text-decoration: underline;
}
#menu #remarks .tel a {
    color: #444;
    text-decoration: none;
}
#menu #remarks p i {
    color: #086A87;
    font-size: 25px;
    margin-right: 2px;
}
/*--------------------------------------------------------------
    問い合わせフォーム
--------------------------------------------------------------*/
.contact-iframe {
    padding: 30px 0 0 0;
}
.contact-iframe iframe {
        width: 100%;
        height: 2250px;
}

/***************************************************************
           キャンペーン
***************************************************************/
#campaign {
    padding: 20px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#campaign h2 {
    padding: 20px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#campaign p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}
#campaign h3 {
    color: #086A87;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
}
#campaign .campaign-box {
    margin: 30px 0 0 0;
    padding: 15px;
    background-color: #fff;
    border: dashed 1px #086A87;
    border-radius: 10px;
}

/***************************************************************
           FAQ
***************************************************************/
#qa {
    padding: 20px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#qa h2 {
    padding: 20px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
#qa h3 {
    padding: 30px 0 10px 0;
    color: #086A87;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    border-bottom: 1px solid #086A87;
    margin: 0 0 15px 0;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#qa p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}
dl#accordion_panel {
    padding: 30px 0 0 0;
    width: 100%; /* アコーディオンパネルの幅を指定 */
}
#accordion_panel > dt, #accordion_panel > dd {
    padding: 5px; /* 文字の表示位置の微調整 */
}
#accordion_panel > dt:nth-of-type(1) {
    margin: 0 0 0 0;
}
#accordion_panel > dt {
    background-color: #A9A9A9;
    padding: 15px;
    color: #fff;
    margin: 20px 0 0 0;
    font-size: 14px;
}

#accordion_panel > dd {
    background-color: #FCFAEA;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}

/***************************************************************
           ONLINE SHOP
***************************************************************/
#onlineshop {
    padding: 20px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#onlineshop h2 {
    padding: 20px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#onlineshop p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}
#onlineshop .onlineshop-box {
    padding: 30px 0 0 0;
}
#onlineshop .onlineshop-box ul {
    list-style: none;
}
#onlineshop .onlineshop-box ul:after {
    content: "";
    display: table;
    clear: both;
}
#onlineshop .onlineshop-box ul li {
    float: left;
    width: 33.3333%;
    padding: 0 5px 0 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 20px 0;
}
#onlineshop .onlineshop-box ul li:nth-child(3n+1) {
     clear: both;
}
#onlineshop .onlineshop-box ul a {
    display: block;
    font-size: 12px;
}
#onlineshop .onlineshop-box ul img {
    width: 100%;
    padding: 0 0 10px 0;
}#onlineshop .onlineshop-box ul img:hover {
    opacity: 0.7;
}
#onlineshop .onlineshop-box ul .item-price {
    padding: 10px 0 0 0;
    line-height: 20px;
    font-size: 12px;
}
#onlineshop .onlineshop-box ul .item-price span {
    font-weight: bold;
}

/***************************************************************
           APPOINTMENT
***************************************************************/
#appointment {
    padding: 20px 10px 0 10px;
}
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#appointment h2 {
    padding: 20px 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-decoration: underline;
    text-align: center;
}

/***************************************************************
           コンテンツ
***************************************************************/
/*--------------------------------------------------------------
    ブログ
--------------------------------------------------------------*/
#blog {
    padding: 30px 10px 50px 10px;
    display:-moz-box;
    display:-webkit-box;
    display:-o-box;
    display:-ms-box;
    -moz-box-orient:vertical;
    -webkit-box-orient:vertical;
    -o-box-orient:vertical;
    -ms-box-orient:vertical;
    -moz-box-direction:reverse;
    -webkit-box-direction:reverse;
    -o-box-direction:reverse;
    -ms-box-direction:reverse;
}
#blog article:nth-of-type(n+2) {
    padding: 0 0 5% 0;
}
#blog article h2 {
    padding: 10px;
    border-color: #F5DEB3;
    border-width: 2px 0;
    border-style: solid;
    color: #585858;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
}
#blog article h2 span {
    font-weight: bold;
}
#blog article h2 i {
    padding: 0 5% 0 0;
}
#blog article ul {
    padding: 15px 0 15px 0;
    list-style: none;
}
#blog article ul li:nth-of-type(1) {
    padding: 10px 0 0 0;
}
#blog article ul li:nth-of-type(1) p {
    padding: 0 10px;
}
#blog article ul li:nth-of-type(1) p img {
width: 100%;
}
#blog article ul li:nth-of-type(2) {
    padding: 20px 0 0 0;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(1) {
    color: #585858;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 20px;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(2) {
    padding: 5% 0 0 0;
    color: #585858;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
    text-align: right;
}