/***************************************************************
           ボディー
***************************************************************/
/*--------------------------------------------------------------
    ボディー
--------------------------------------------------------------*/
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;
}
.blue {
    color: #0000CD;
}
/***************************************************************
           コンテンツ
***************************************************************/
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#content {
    width: 960px;
    margin: 0 auto;
}

/***************************************************************
           ヘッダー（PC用）
***************************************************************/
/*--------------------------------------------------------------
    ロゴ
--------------------------------------------------------------*/
#content #header .logo h1 {
    padding: 2% 42%;
}
#content #header .logo h1 img {
    width: 100%;
}
#content #header .logo a:hover {
    opacity: 0.7;
}
/*--------------------------------------------------------------
    メッセージ
--------------------------------------------------------------*/
#content #header .message p {
    padding: 1% 0;
    border-color: #D3D3D3;
    border-width: 1px 0;
    border-style: solid;
    color: #086A87;
    font-size: 10px;
    letter-spacing: 10px;
    text-align: center;
}
/*--------------------------------------------------------------
    ナビゲーション
--------------------------------------------------------------*/
#nav {
    margin: 0 auto;
    height: 55px;
    margin: 20px 0 20px;
    border-bottom: solid 1px #D3D3D3;
}
#nav ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width:100%;
}
#nav ul li {
    display: table-cell;
    border-right: 1px solid #086A87;
}
#nav ul li:last-child {
    border: none;
}
#nav ul li a {
    display: block;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #086A87;
    padding: 15px 0;
}
#nav ul li a:hover {
    opacity: 0.7;
}

/***************************************************************
           ヘッダー（タブレット&スマートフォン用）
***************************************************************/
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#content .hamburger {
    display: none;
}

/***************************************************************
           新着情報
***************************************************************/
#content .news {
    padding: 40px 20px;
    background: #FCFAEA;
    margin-top: 8%;
    height: 250px;
    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;
}
#content .news ul {
    padding: 0% 0;
    list-style-type: none;
    display: table;
    width: 100%;    
}
#content .news ul:nth-of-type(1) {
    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%;
    color: #808080;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    display: table-cell;
    width: 30%;
}
#content .news ul li:nth-of-type(2) {
    padding: 4% 0 4% 0;
    color: #086A87;
    font-size: 12px;
    letter-spacing: 1px;
    display: table-cell;
    width: 70%;
}

/***************************************************************
           2カラム
***************************************************************/
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#content #topic-column {
    display: table;
    width: 100%;
    padding: 8% 0 0 0;
    border-spacing: 10px 0;
}
/*--------------------------------------------------------------
    SNS
--------------------------------------------------------------*/
#content #topic-column .link {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
#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: 40px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    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 {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    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 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 20px;
}
#content #topic-column .shop .box p a {
    color: #444;
    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 {
    font-size: 25px;
    color: #086A87;
    margin-right: 3px;
}

/*****************************************
           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);
    display: table;
    width: 100%;
    margin-top: 8%;
}
.footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 50px 0;
}
.copyright {
    color: #fff;
    padding:30px 0 0;
    font-size: 12px;
    text-align: center;
}

/*--------------------------------------------------------------
    ロゴ
--------------------------------------------------------------*/
footer .logo {
display: table-cell;
width: 50%;
vertical-align: middle;
padding: 0 10%;
}
footer .logo p {
padding: 0 10%;
}
footer .logo p img {
width: 100%;
}
/*--------------------------------------------------------------
    店舗情報
--------------------------------------------------------------*/
footer .shop {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
}
footer .shop p {
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 24px;
}
footer .shop p a {
    color: #FFFFFF;
    text-decoration: none;
}


/***************************************************************
           ぱんくず
***************************************************************/
/*--------------------------------------------------------------
    ぱんくず
--------------------------------------------------------------*/
.topic-path {
    padding: 4% 0 0 0;
    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;
}

/***************************************************************
           コンセプト
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#concept h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#concept .concept-text {
    padding: 4% 0 0 0;
    text-align: center;
}
#concept p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}

/***************************************************************
           MujART WORK
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#mujartwork h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
#mujartwork h3 {
    padding: 4% 0 1% 0;
    color: #086A87;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    border-bottom: 1px solid #086A87;
    margin: 0 0 1% 0;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#mujartwork p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}
#mujartwork .mujartwork-text {        
    margin: 4% 0 0 0;
}

/***************************************************************
           新着情報（下層ページ）
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#news_sub h2
{
padding: 4% 0 0 0;
color: #086A87;
font-size: 20px;
font-weight: bold;
letter-spacing: 4px;
text-decoration: underline;
text-align: center;
}
/*--------------------------------------------------------------
    新着情報
--------------------------------------------------------------*/
#news_sub ul
{
display: table;
width: 100%;
padding: 4% 0;
list-style-type: none;
}
#news_sub ul:nth-of-type(1)
{
margin: 4% 0 0 0;
border-color: #D3D3D3;
border-width: 1px 0;
border-style: solid;
}
#news_sub ul:nth-of-type(n+2)
{
border-color: #D3D3D3;
border-width: 0 0 1px 0;
border-style: solid;
}
#news_sub ul li:nth-of-type(1)
{
display: table-cell;
width: 30%;
vertical-align: top;
color: #808080;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
text-align: center;
line-height: 20px;
}
#news_sub ul li:nth-of-type(2)
{
display: table-cell;
width: 70%;
vertical-align: top;
color: #086A87;
font-size: 14px;
letter-spacing: 2px;
line-height: 20px;
}

/***************************************************************
           スタッフ
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#profile h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    外線
--------------------------------------------------------------*/
#profile article {
    margin: 4% 0 0 0;
    padding: 2%;
    border-color: #A9A9A9;
    border-width: 1px;
    border-style: solid;
}
/*--------------------------------------------------------------
    画像 & 名前 プロフィール
--------------------------------------------------------------*/
#profile article #box {
    display: table;
    width: 100%;
    border-spacing: 20px 0;
}
#profile article #box .left {
    display: table-cell;
    width: 40%;
    vertical-align: top;
}
#profile article #box .left .image p img {
    width: 100%;
}
#profile article #box .right {
    display: table-cell;
    width: 60%;
    vertical-align: top;
}
#profile article #box .right .name p:nth-of-type(1) {
    color: #086A87;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}
#profile article #box .right .name h3 {
    padding: 1% 0 0 0;
    color: #696969;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
}
#profile article #box .right .name p:nth-of-type(2) {
    padding: 1% 0 0 0;
    color: #696969;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}
/*--------------------------------------------------------------
    プロフィール：SNS
--------------------------------------------------------------*/
#profile article #box .right .sns {
    text-align: center;
    width: 108px;
    margin: 0 auto;
    padding: 2% 0 0 0;
}
#profile article #box .right .sns ul {
    list-style: none;
}
#profile article #box .right .sns ul li {
    float: left;
    margin-right: 6px;
    text-align: center;
}   
#profile article #box .right .sns a {
    color: #fff;
    display: block;
    width:30px;
    height:30px;
    display: block;
    border-radius: 60px;
    padding-top: 8px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
}
#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: 1% 0;
    background: #086A87;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 30px;
}
#profile article #info .career p {
    padding: 1% 0;
    border-color: #086A87;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    color: #086A87;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 30px;
}
#profile article #info .comment h4 {
    margin: 2% 0 0 0;
    padding: 1% 0;
    background: #A9A9A9;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 4px;
    text-align: center;
    line-height: 30px;
}
#profile article #info .comment p {
    padding: 1% 0;
    border-color: #A9A9A9;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    line-height: 30px;
}

/***************************************************************
           ギャラリー
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#gallery h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}

/***************************************************************
           メニュー
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#menu h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    税抜表記
--------------------------------------------------------------*/
#menu h3 {
    padding: 2% 0 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
}
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#menu #price {
    display: table;
    width: 100%;
    padding: 4% 0 0 0;
    border-spacing: 20px 0;
}
#menu #price .box {
    display: table-cell;
    width: 50%;
    vertical-align: top;
}
/*--------------------------------------------------------------
    料金表
--------------------------------------------------------------*/
#menu #price .box h4 {
    padding: 0 0 2% 0;
    border-color: #086A87;
    border-width: 0 0 1px 0;
    border-style: solid;
    color: #086A87;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
}
#menu #price .box ul {
    list-style: none;
    padding: 3% 0 0 0;
}

#menu #price .box ul li:nth-of-type(1){
    display: table;
    width: 100%;
}
#menu #price .box ul li:nth-of-type(1) h5 {
    display: table-cell;
    width: 70%;
    vertical-align:top;
    font-size: 13px;
    letter-spacing: 1px;
}
#menu #price .box ul li:nth-of-type(1) p {
    display: table-cell;
    width: 30%;
    vertical-align: top;
    font-size: 13px;
    letter-spacing: 1px;
}
#menu #price .box ul li:nth-of-type(2) p {
    font-size: 12px;
    padding: 5px 0 0 20px;    
}
/*--------------------------------------------------------------
    備考
--------------------------------------------------------------*/
#menu #remarks {
    margin: 8% 0 0 0;
    padding: 2% 18%;
    background: #FFFFFF;
    border-color: #086A87;
    border-width: 1px;
    border-style: dashed;
}
#menu #remarks p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}
#menu #remarks a {
    text-decoration: underline;
}
#menu #remarks .tel a {
    text-decoration: none;
    color: #444;
}
#menu #remarks p i {
    color: #086A87;
    font-size: 25px;
    margin-right: 3px;
}

/*--------------------------------------------------------------
    問い合わせフォーム
--------------------------------------------------------------*/
.contact-iframe {
    padding: 4% 0 0 0;
}
.contact-iframe iframe {
        width: 100%;
        height: 2050px;
}
/***************************************************************
           アイテム
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#item h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
#item h3 {
    padding: 4% 0 1% 0;
    color: #086A87;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    border-bottom: 1px solid #086A87;
    margin: 0 0 1% 0;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#item p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}

/***************************************************************
           キャンペーン
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#campaign h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#campaign p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}
#campaign h3 {
    color: #086A87;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    margin: 0 0 15px 0;
}
#campaign .campaign-box {
    margin: 4% 0 0 0;
    padding: 20px;
    background-color: #fff;
    border: dashed 1px #086A87;
    border-radius: 10px;
}

/***************************************************************
           FAQ
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#qa h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
#qa h3 {
    padding: 4% 0 1% 0;
    color: #086A87;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
    border-bottom: 1px solid #086A87;
    margin: 0 0 1% 0;
}
#qa p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}
dl#accordion_panel {
    padding: 4% 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: 2% 0 0 0;
}

#accordion_panel > dd {
    background-color: #FCFAEA;
    margin: 0;
    padding: 15px;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 20px;
}

/***************************************************************
           オンラインショップ
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#onlineshop h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
/*--------------------------------------------------------------
    テキスト
--------------------------------------------------------------*/
#onlineshop p {
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 30px;
}
#onlineshop .onlineshop-box {
    padding: 4% 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: 20%;
    padding: 0 5px 0 5px;
    -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(5n+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 h2 {
    padding: 4% 0 0 0;
    color: #086A87;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    text-decoration: underline;
    text-align: center;
}
  
/***************************************************************
           店舗情報
***************************************************************/
/*--------------------------------------------------------------
    見出し
--------------------------------------------------------------*/
#shop h2 {
padding: 4% 0 0 0;
color: #086A87;
font-size: 20px;
font-weight: bold;
letter-spacing: 4px;
text-decoration: underline;
text-align: center;
}
/*--------------------------------------------------------------
    ボックス
--------------------------------------------------------------*/
#shop #box {
display: table;
width: 100%;
padding: 4% 0 0 0;
border-spacing: 20px 0;
}
/*--------------------------------------------------------------
    地図
--------------------------------------------------------------*/
#shop #box .map {
display: table-cell;
width: 60%;
vertical-align: top;
}
#shop #box .map iframe {
width: 100%;
height: 500px;
}
/*--------------------------------------------------------------
    店舗情報
--------------------------------------------------------------*/
#shop #box .information {
display: table-cell;
width: 40%;
vertical-align: top;
}
#shop #box .information p:nth-of-type(1) img {
width: 100%;
}
#shop #box .information p:nth-of-type(2) {
padding: 8% 0 0 0;
color: #086A87;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
}
#shop #box .information p:nth-of-type(3) {
padding: 2% 0 0 0;
color: #086A87;
font-size: 12px;
letter-spacing: 1px;
}
#shop #box .information h3:nth-of-type(1) {
padding: 8% 0 0 0;
color: #086A87;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}
#shop #box .information p:nth-of-type(4) {
padding: 2% 0 0 0;
color: #086A87;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
}
#shop #box .information h3:nth-of-type(2) {
padding: 8% 0 0 0;
color: #086A87;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}
#shop #box .information p:nth-of-type(5) {
padding: 2% 0 0 0;
color: #086A87;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
}
#shop #box .information p:nth-of-type(6) {
padding: 1% 0 0 0;
color: #086A87;
font-size: 12px;
letter-spacing: 1px;
}
#shop #box .information h3:nth-of-type(3) {
padding: 8% 0 0 0;
color: #086A87;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}
#shop #box .information p:nth-of-type(7) {
padding: 2% 0 0 0;
}
#shop #box .information p:nth-of-type(7) a {
color: #086A87;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
text-decoration: none;
}
#shop #box .information h3:nth-of-type(4) {
padding: 8% 0 0 0;
color: #086A87;
font-size: 14px;
font-weight: bold;
letter-spacing: 2px;
}
#shop #box .information p:nth-of-type(8) {
padding: 1% 0 0 0;
color: #086A87;
font-size: 12px;
letter-spacing: 1px;
line-height: 20px;
}

/***************************************************************
           コンテンツ
***************************************************************/
/*--------------------------------------------------------------
    ブログ
--------------------------------------------------------------*/
#blog {
    padding: 5% 0 0% 0;
    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: 2%;
    border-color: #F5DEB3;
    border-width: 2px 0;
    border-style: solid;
    color: #585858;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 4px;
}
#blog article h2 i {
padding: 0 5% 0 0;
}
#blog article h2 span {
    font-weight: bold;
}
#blog article ul {
    display: table;
    width: 100%;
    padding: 2% 0 0 0;
}
#blog article ul li:nth-of-type(1) {
    display: table-cell;
    width: 40%;
    vertical-align: top;
}
#blog article ul li:nth-of-type(1) p {
    padding: 0 5%;
}
#blog article ul li:nth-of-type(1) p img {
width: 100%;
}
#blog article ul li:nth-of-type(2) {
    display: table-cell;
    width: 60%;
    vertical-align: top;
}
#blog article ul li:nth-of-type(2) p:nth-of-type(1) {
    color: #585858;
    font-size: 12px;
    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;
}