@charset "utf-8";

/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */

body {
    color: #4d4d4d;
    background: url(../images/top_line.png) no-repeat scroll center -22px transparent;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: block;
    min-width: 1020px;
    margin: auto;
    letter-spacing: 0.04em;
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
h1 {
font-weight: normal;
font-size: small;
}
h2,
h3,
h4,
h5,
h6 {
font-size: medium;
}
p,
td,
th,
li,
dt,
dd,
input,
textarea,
.entryBody,
.entryMore {
font-size: 14px;
}
.f-left {
float:left;
}
.f-right {
float:right;
}
.clear {
clear: both;
}
br.clear {
letter-spacing: 0;
line-height: 1;
}
br.sp {
  display: none;
}
br.pc {
  display: block;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
span.pc {
    display: inline;
}
th.pc, td.pc {
    display: table-cell;
}
.center {
text-align: center;
}
.tright {
text-align: right;
}
.mincho{
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.fude{
    font-family: "HGS行書体","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.box90 {
    width: 90% !important;
    margin: auto;
}
.box94 {
    width: 94% !important;
    margin: auto;
}
#menuBtn,
#spclose{
display:none;
}
#right-menu {
    display: none;
}
.left{
    text-align: left !important;
}
.right{  
    text-align: right !important;
}
.price {
    color: #f33;
    text-align: right;
}
.price2 {
    color: #57b2e5;
    text-align: right;
}
.price3 {
    color: #444;
    text-align: right;
}
.red{
color:#ea0019 !important;
}
.pink{
color:#ff68b2 !important;
}
.gold{
color:#a37e38 !important;
}
.blue {
color:#44a6de !important;
}
.deep_blue {
color:#209be1 !important;
}
.gray {
color:#bababa !important;
}
.indent{
padding-left: 1em;
text-indent: -1em;
}
.indent01 {
    text-indent: 15px;
}
.cyushi{
    font-size: 80%;
    vertical-align: super;
    margin-right: 3px;
}
.small{
font-size:12px !important;
}
.medium{
font-size:13px !important;
}
.big{
font-size:110% !important;
}
.x-big{
font-size:130% !important;
}
.xx-big{
font-size:160% !important;
}
.bold{
font-weight:600 !important;
}
.last{
margin-bottom: 40px !important;
}
.super{
    vertical-align: super;
    font-size: 90%;
    margin-left: 2px;
}
.mt0{margin-top: 0px !important;}
.mt8{margin-top: 8px !important;}
.mt16{margin-top: 16px !important;}
.mt24{margin-top: 24px !important;}
.mb0{margin-bottom: 0px !important;}
.mb8{margin-bottom: 8px !important;}
.mb16{margin-bottom: 16px !important;}
.mb24{margin-bottom: 24px !important;}
.mb32{margin-bottom: 32px !important;}
.mb40{margin-bottom: 40px !important;}
.mb48{margin-bottom: 48px !important;}
.mb56{margin-bottom: 56px !important;}
.mb64{margin-bottom: 64px !important;}
.mb72{margin-bottom: 72px !important;}
.mb80{margin-bottom: 80px !important;}
.ml0{margin-left: 0px!important;}
.ml8{margin-left: 8px!important;}
.ml12{margin-left: 12px!important;}
.ml16{margin-left: 16px!important;}
.ml24{margin-left: 24px!important;}
.ml32{margin-left: 32px!important;}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.pagetop {
    position: fixed;
    bottom: 8px;
    right: 8px;
    z-index: 999;
    width: 105px;
}
.pagetop img {
    width: 100%;
}
.sideInfo {
  position: fixed;
  top: 13vh;
  right: 0%;
  z-index: 999;
}
ul.number li {
    list-style-type: decimal;
}
#sidr {
    display: none;
}
.small_box{
    width:98%;
    margin:8px auto;
}
IMG.top {
    vertical-align: top;
}
IMG.bottom {
    vertical-align: bottom;
}
.box.stripe {
    padding: 20px 8px 8px;
    margin: 0 auto 16px;
    background: -webkit-repeating-linear-gradient(-45deg, #60b5e730 , #60b5e730 3px,#60b5e710 3px, #60b5e710 7px);
    background: repeating-linear-gradient(-45deg, #60b5e730, #60b5e730 3px,#60b5e710 3px, #60b5e710 7px);
    border: 1px solid #f5f5f5;
}
.stripe_body {
    background: #fff;
    padding: 4% 4% 4%;
}
.kome::before {
    content: "※";
    padding-right: 4px;
    color: #4d4d4d;
}
.kome {
    text-indent: -19px;
    padding-left: 18px;
    margin-left: 8px !important;
}
.kome.small::before {
    content: "※";
    padding-right: 3px;
}
.kome.small {
    text-indent: -16px;
    padding-left: 9px;
    margin-left: 5px !important;
}                                                 
figure {
    margin: 0;
}                                                
ol {
    margin: 0;
}
                                                  
/* ==================== クリアフィックス ==================== */
.clearfix:after {
content: ".";
display: block;
clear: both;
line-height: 0;
font-size: 0;
height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* Mac版IEを除外 \*/
.clearfix {
display: block;
}
/* */



/* ==================== サイト全体 レイアウト ==================== */
/* ========== 全体枠 ========== */
#container_top {
}

#container {
}

/* ========== ヘッダー ========== */
#header {
    position: relative;
    background: #fff;
    padding-bottom: 1px;

}

#siteTitle {
}
#siteTitle h1 {
color: #999;
margin: 0 auto;
padding: 15px 0 0;
width: 980px;
text-align:right;
}

#headerTitle {
    width: 1000px;
    margin: 0 auto;
    text-align: center;

}
#headerAreaLogo {
    margin: 24px auto 32px;
}
#headerAreaSub {
    position: absolute;
    right: 12px;
    top: -2px;
    height: 40px;
    width: 340px;
}
#headerAreaSub .f-left {
    position: absolute;
    left: 0;
    top: 0;
}
#headerAreaSub .f-right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 28px;
    margin: auto;
}

p#headerAddress {
}

/* メインメニュー + キャッチ画像 + メイン をラップ */
#mainBg {
margin: 0 auto;
padding: 0 ;
}


/* ========== キャッチ画像 ========== */
#catchArea {
    margin: 0;
    background: #fdfdfd;
    padding: 40px 0 8px;
}

/* セカンドエリア + コンテンツ をラップ */
#main {

}
#mainInner {
    padding: 0px 0;
    margin: 0 auto 120px;
    width: 1020px;
}
.top #mainInner {
    width: 100%;
    margin: 0 auto 0px;
}


/* ========== メインメニュー ========== */
#mainMenu {
/*background:url("../images/menu_bg.gif") repeat scroll 0 0 transparent; */
clear: both;
margin: 10px auto;
}
#mainMenu ul {
margin: 0 auto;
padding: 0;
width: 980px;
}
/*
 * "/cmn/css/main_menu.css" に移動
 * （※【メインメニュー】ブログのインデックスアーカイブで生成。）
 */


#MenuNavi {
    /*background: url(../images/wave_line.png) repeat-x scroll 0 bottom transparent;*/
    padding: 0 0 16px;
    position: relative;
}
#MenuNavi::after {
    background: url(../images/wave_line2.png) repeat-x scroll 50% bottom;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    bottom: -16px;
    width: 100%;
}

#MenuNavi ul{
    margin: 0 auto;
    padding: 0;
    width: 1020px;
}
#MenuNavi li {
    width: auto;
    list-style: none;
    float: left;
    height: 72px;
    vertical-align: bottom;
    margin: 0 30px;
}
#MenuNavi li:first-child {
    margin-left: 0;
}
#MenuNavi li:last-child {
    margin-right: 0;
}
#MenuNavi li img {
    vertical-align: bottom;
    width: 100%;
}
#headerOver {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
    z-index: 99;
    width: 100%;
    height: 93px;
    background: #fffffffa;
    min-width:1000px;
}
#headerOver::after {
    background: url(../images/wave_line2.png) repeat-x scroll 50% bottom;
    content: '';
    height: 16px;
    display: block;
    position: absolute;
    bottom: -16px;
    width: 100%;
}
.headerOverLogo {
    position: absolute;
    left: 1%;
    top: 0;
    bottom: 0;
    height: 80px;
    margin: auto;
}
.headerOverLogo img {
    height: 100%;
}
#MenuNaviDown {
    width: 1000px;
    margin: 16px auto 0;
}
#MenuNaviDown ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#MenuNaviDown li {
    float: left;
}
#MenuNaviDown li:nth-child(1) {
    margin: 0 44px 0 0;
}
#MenuNaviDown li:nth-child(2) {
    margin: 0 51px 0 0;
}
#MenuNaviDown li:nth-child(3) {
    margin: 0 54px 0 0;
}
#MenuNaviDown li:nth-child(4) {
    margin: 0 45px 0 0;
}
#MenuNaviDown li:nth-child(5) {
    margin: 0 61px 0 0;
}
#MenuNaviDown li:nth-child(6) {
    margin: 0 61px 0 0;
}
#MenuNaviDown li:last-child {
    margin: 0;
}
#headerOverSub {
    position: absolute;
    right: 1%;
    top: 12px;
    margin: auto;
    bottom: 0;
    width: 130px;
    text-align: center;
    height: 70px;
}
#headerOverSub .tel{
    margin: 0 0 10px;
}
#headerOverSub .tel img {
    width: 100%;
}
#headerOverSub .english img {
    width: 90%;
}


@media screen and (max-width: 1319px) {
.headerOverLogo, #headerOverSub {    display: none;}
}






/* ========== 2カラム 設定 ========== */
#secondArea {
float: right;
}
#contents {
float: left;
}
.top #secondArea {
float: none;
}
.top #contents {
float: none;
}

/* ==================== コンテンツ ==================== */
#contents {
    width: 764px;
}
.max #contents {
    width: 1020px;
    margin: auto;
    float: none;
}
.top #contents {
    width: 1020px;
    margin: 80px auto 48px ;
}

/* ---------- コモン ---------- */
#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6 {
clear: both;
margin-bottom: 10px;
}
#contents h2,
#contents h3,
#contents h4,
#contents H5,
#contents H6,
#contents p,
#contents td,
#contents th,
#contents li,
#contents dt,
#contents dd,
#contents .entryBody,
#contents .entryMore {
line-height: 1.6;
}
#contents li{
    /* list-style: none; */
    margin-bottom: 4px;
}
#contents ul,
#contents dl,
#contents table {
margin-bottom: 8px;
}

#contents table {
    width: 100%;
    margin: 8px auto 24px;
}
#contents p {
    margin: 0 16px 8px;
}
#contents th,
#contents td{
    padding: 8px 10px 6px;
    border: 1px solid #e2e2e2;
}
#contents th,
#contents thead td,
#contents tfoot td{
    background-color: #f5fcff;
    text-align: center;
}
#contents th {
    text-align: center;
}
#contents thead th,
#contents tfoot th{
    color: #fff;
    background-color: #77c0ea;
    text-align: center;
    font-size: 14px;
    padding: 11px 16px 9px;
    font-weight: bold;
}
#contents td.none {
    background: #ececec;
}
#contents textarea {
width: 300px;
height: 8em;
}

/* ---------- mainBlock ---------- */
#contents .mainBlock {
margin-bottom: 10px;
}
.max #contents .mainBlock {
    border: none;
    margin: 24px 0;
}

/* ---------- 見出し ---------- */
#contents .mainTitle {
}
#contents .mainTitle h2 {
color: #333333;
margin-bottom: 0;
}
#contents .mainTitle h2.rss {
    position: relative;
    padding: 0;
    margin: 0 0 16px;
    text-align: left; 
    border-bottom: 1px solid #eee8e0;
}
#contents .mainTitle h2.rss img {
    margin: 0 0 -6px;
}
#contents .mainTitle h2.rss::before{
    display: none;
}
#contents .mainTitle h2 span.rss {
    position: absolute;
    right: 10px;
    top: 3px;
}
#contents .mainTitle a.rss {
display: block;
text-decoration: none;
color: #333333;
width: 100%;
}
#contents .mainTitle a.rss:hover {
text-decoration: none;
}

#contents h1 {
    font-size: 19px;
    color: #ffffff;
    padding: 9px 24px 5px;
    letter-spacing: 0.1em;
    text-align: center;
    font-weight: bold;
    background: #60b5e7;
    box-shadow: 0px 0px 0px 6px #60b5e7;
    border: dashed 1px white;
    margin: 8px 6px 24px;
    position: relative;
}
#contents h1 span.gray {
    color: #ffffffcc !important;
}
#contents h2{
    position: relative;
    font-size: 21px;
    color: #5f5f5f;
    padding: 0 4px 5px;
    margin: 24px 0 32px;
    text-align: center;
    z-index: 1;
    letter-spacing: 0.08em;
}
#contents h2:first-child {
    margin: 8px 0 32px;
}
#contents h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 8px;
    background: -webkit-repeating-linear-gradient(-45deg, #baa58c80, #baa58c80 2px, #fff 2px, #fff 4px);　/*60b5e780*/
    background: repeating-linear-gradient(-45deg, #baa58c80, #baa58c80 2px, #fff 2px, #fff 4px);
    z-index: 0;
}
#contents h2.rss::after {
        display:none;
}
#contents h3 {
    position: relative;
    padding: 2px 8px 2px 1.4em;
    line-height: 1.4;
    font-size: 17px;
    color: #666666;
    border-bottom: 2px solid #e2e2e2;
    margin: 8px 0 16px;
}
#contents h3 a {
          color: #bd8e59;
}
#contents h3::before{ 
    content: "";
    margin: auto;
    background: url(../images/h3_bg.png) no-repeat scroll center center;
    height: 17px;
    display: block;
    width: 18px;
    position: absolute;
    left: -1px;
    top: 18px;
    background-size: 100%;
}

/*
#contents h3 {
    position: relative;
    line-height: 1.4;
    padding: 0.4em 1em 0.2em;
    display: inline-block;
    font-size: 18px;
    color: #60b5e7;
}

#contents h3::before,
#contents h3::after{ 
    content: '';
    width: 16px;
    height: 24px;
    position: absolute;
    display: inline-block;
}

#contents h3::before{
    border-left: solid 2px #ccc;
    border-top: solid 2px #ccc;
    top: 0;
    left: 0;
}

#contents h3::after{
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  bottom:0;
  right: 0;
} 
*/
  
#contents h4 {
    padding: 0px 0 0px 20px;
    margin-top: 10px;
    position: relative;
    border-bottom: 1px solid #a3c5c4;
}
#contents h4::before {
    content: "●";
    font-size: 15px;
    color: #a3c5c4;
    position: absolute;
    top: 1px;
    left: 1px;
}


/* ---------- ボディー ---------- */
#contents .mainContents {
padding: 0px;
}
#contents .entryBody,
#contents .entryMore {
}
#contents .entryBody a:hover img,
#contents .entryMore a:hover img {
opacity: 0.8;
filter: alpha(opacity=80);
}

/* ---------- ページ送り ---------- */
#contents .contentNavi {
text-align: center;
padding-bottom: 8px;
width: 100%;
margin: 8px 0 ;
}
#contents .contentNavi a,
#contents .contentNavi strong,
#contents .contentNavi span.current_page{
display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 1;
    font-size: 130%;
    margin: 0 2px 0 0;
    padding: 5px 8px 4px;
    border: 1px solid #96969680;
    color: #6b6b6b;
    background: -webkit-repeating-linear-gradient(-45deg, #55b0e51c, #55b0e51c 2px,#ffffff 2px, #ffffff 5px);
    background: repeating-linear-gradient(-45deg, #55b0e51c, #55b0e51c 2px,#ffffff 2px, #ffffff 5px);
    letter-spacing: 0;
}
#contents .contentNavi strong,
#contents .contentNavi a:hover {
    text-decoration: none;
    color: #ffffff;
    border-color: #55b0e5;
    background-color: #55b0e5;
    background: -webkit-repeating-linear-gradient(-45deg, #55b0e5, #55b0e5 2px,#55b0e5ab 2px, #56b0e56b 5px);
    background: repeating-linear-gradient(-45deg, #55b0e5, #55b0e5 2px,#55b0e5ab 2px, #56b0e56b 5px);
}

#contents .contentNavi span.current_page{
    text-decoration: none;
    color: #ffffff;
    border-color: #55b0e5;
    background-color: #55b0e5;
    background: -webkit-repeating-linear-gradient(-45deg, #55b0e5, #55b0e5 2px,#55b0e5ab 2px, #56b0e56b 5px);
    background: repeating-linear-gradient(-45deg, #55b0e5, #55b0e5 2px,#55b0e5ab 2px, #56b0e56b 5px);
}



/* ---------- 基本クラス ---------- */
#pankuzu {
    width: 1020px;
    margin: 40px auto 16px;
    text-align: left;
    padding-left: 4px;
}
#pankuzu ol{
    margin: 0;
    padding: 0;
}
#pankuzu li {
    list-style: none;
    display: inline;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #49aae2;
    position: relative;
    padding: 0 2px 0 18px;
}
#pankuzu li:first-child {
    padding: 0 2px 0 0px;
}
#pankuzu li:before {
    content: "";
    margin: auto;
    background: url(../images/pankuzu.png) no-repeat scroll center center;
    height: 11px;
    display: block;
    width: 14px;
    position: absolute;
    left:0px ;
    top:1px;

}
#pankuzu li:first-child:before {
    content: none;
    margin: 0;
}
#pankuzu li a {
    color: #808080;
}
#contents .fontXLarge {font-size: large;}
#contents .fontLarge {font-size: medium;}
#contents .fontSmall {font-size: x-small;}
#contents .fontMedium {font-size: small;}
#contents .fontXSmall {font-size: xx-small;}
#contents input.text {
width: 200px;
}
#contents input.text_s {
width: 100px;
}
#contents input.text_xs {
width: 50px;
}
#contents p.nextPrevious {
    clear: both;
    text-align: center;
    padding-top: 4px;
    font-size: 12.5px;
    letter-spacing: 0.12em;
    margin: 16px 8px;
    color: #ccc;
}

#contents p.linkBlock,
#contents p.anchorTop {
    text-align: center;
    padding-top: 4px;
    font-size: 12.5px;
    letter-spacing: 0.12em;
    margin: 16px 8px;
    color: #ccc;
}
#contents td.buttonArea {
border: none;
}
#contents td img {
width: 100%;
}



/* ==================== セカンドエリア ==================== */
#secondArea {
width: 235px;
}
.top #secondArea {
display:none;
}

/* ---------- 見出し ---------- */
#secondArea h2,
#secondArea h3,
#secondArea h4,
#secondArea h5,
#secondArea h6,
#secondArea td,
#secondArea th,
#secondArea li,
#secondArea dt,
#secondArea dd,
#secondArea p {
font-size: small;
}
#secondArea th,
#secondArea td,
#secondArea li,
#secondArea dt,
#secondArea dd,
#secondArea p {
line-height: 150%;
}

/* ----- コンテンツの余白 ----- */
#secondArea p,
#secondArea select,
#secondArea .entryBody {
margin: 5px 10px;
}

/* ---------- サブメニュー ---------- */
/* ----- 背景画像 ----- */

DIV#secondArea DIV#SideNews,
DIV#secondArea DIV#freeSpace,
DIV#secondArea DIV#qrcode {
margin: 0 0 25px;
}


DIV#secondArea DIV#freeSpace DIV.entryBody,
DIV#secondArea DIV#qrcode DIV.entryBody {
background: url("../images/second_area_hr.gif") center bottom no-repeat;
}
DIV#secondArea DIV#banners {
margin: 0 0 10px;
}
/* ----- タイトル ----- */
DIV#secondArea DIV#subMenu DIV.title,
DIV#secondArea DIV#freeSpace DIV.title,
DIV#secondArea DIV#banners DIV.title,
DIV#secondArea DIV#qrcode DIV.title {
overflow: hidden;
text-indent: -9999px;
height: 34px;
background-position: left top;
background-repeat: no-repeat;
}
/* ----- コンテンツの余白 ----- */
DIV#secondArea P,
DIV#secondArea SELECT,
DIV#secondArea DIV.entryBody,
DIV#secondArea DIV#freeSpace H3 {
margin: 5px 10px;
}
DIV#secondArea SELECT {
    width: 95%;
    margin: 5% 2%;
    padding: 3%;
    font-family: Meiryo, 'MS PGothic', Osaka, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #999999;
    letter-spacing: 0.1em;
    border-color: #ccc;
}
/* ---------- サブメニュー ---------- */
/* title */
DIV#secondArea DIV#subMenu DIV.subMenu DIV.title,
DIV#secondArea DIV#SideNews DIV.title{
overflow: hidden;
display: none;
text-indent: -9999px;
}
/*
 * タイトル画像は "/cmn/css/sub_menu.css" で指定しています。
 * （※【サブパーツ : サブメニュー／フッターメニュー】ブログのインデックスアーカイブで生成。）
 */

/* ---------- List ---------- */
#customPartsCategory ul {
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}

div#subMenu{

}

#subMenu:after {
  content: " ";
  padding-bottom: 8px;
  margin-bottom: 25px;
}

#subMenu ul {
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}
#subMenu li,
.sideTitle li {
list-style-type: none;
font-weight: bold;
width: 100%;/*IE6の表示バグのため、widthを設定*/
margin: 0;
padding: 0;
background: url("../images/second_area_hr.gif") center bottom no-repeat;
}
#subMenu li a,
.sideTitle li a {
position: relative;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 0 8px 50px;
background: url("../images/arrow_001.gif") 25px center no-repeat;
}
#subMenu li a,
#subMenu li a:visited {
color: #333;
}
#subMenu li a:hover {
color: #ddd;
}
/* ---------- バナー ---------- */
/*
 * バナーブロックは "/cmn/css/banner_side_link.css" で指定しています。
 * （※【サイドパーツ : バナー】ブログのインデックスアーカイブで生成。）
 */

/* ---------- ブログパーツ・カスタムパーツ ---------- */
#secondAreaBlogParts,
#secondAreaFreeParts,
#secondAreaCustomParts {
    border: solid 1px #e2e2e2;
    padding: 0.5em 0.5em 0.4em;
border-radius:  0.5em;
-webkit-border-radius:  0.5em;	
-moz-border-radius:  0.5em;	
-o-border-radius:  0.5em;
-ms-border-radius: 0.5em;
    margin: 0 0 24px;
    box-shadow:  2px 2px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow:  2px 2px 4px 0px rgba(0,0,0,0.1);
    -webkit-box-shadow: 2px 2px 4px 0px rgba(0,0,0,0.1);
    -o-box-shadow:  2px 2px 4px 0px rgba(0,0,0,0.1);
    -ms-box-shadow:  2px 2px 4px 0px rgba(0,0,0,0.1);
    background: #fff;
}
#secondAreaCustomParts {
    width: 235px;
    max-height: 480px;
}
#secondAreaCustomParts.fixed {
    position: fixed;
    top: 12vh;
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
#secondAreaCustomParts.absolute {
    position: absolute;
    top: inherit;
    bottom: 24px;
}

/* sideBlock */
#secondAreaFreeParts .sideBlock,
#secondAreaCustomParts .sideBlock{
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 0 24px;
}
#secondAreaBlogParts .sideBlock{
    margin: 0 0 40px;
}
#secondAreaBlogParts .sideBlock:last-of-type ,
#secondAreaFreeParts .sideBlock:last-of-type ,
#secondAreaCustomParts .sideBlock:last-of-type  {
    margin: 0;
}
/* 見出し */
#secondAreaBlogParts .sideTitle,
#secondAreaFreeParts .sideTitle,
#secondAreaCustomParts .sideTitle {
}
#secondAreaBlogParts .sideTitle h3,
#secondAreaFreeParts .sideTitle h3,
#secondAreaCustomParts .sideTitle h3 {
    text-align: center;
    padding: 10px 8px 8px;
    background: #999999;
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #ffffff;
    border: solid 3px #999999;
    border-radius: 0.5em;
    margin: 0 0 4px;
}
#secondAreaBlogParts .sideTitle a,
#secondAreaFreeParts .sideTitle a,
#secondAreaCustomParts .sideTitle a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.99);
}
#secondAreaBlogParts .sideTitle a:hover,
#secondAreaFreeParts .sideTitle a:hover,
#secondAreaCustomParts .sideTitle a:hover {
text-decoration: none;
}


/* ---------- コンテンツ ---------- */
#secondAreaBlogParts .sideContents,
#secondAreaFreeParts .sideContents,
#secondAreaCustomParts .sideContents {
    padding: 0px 4px;
}


/* ---------- LIST ---------- */
#secondAreaBlogParts .sideContents ul,
#secondAreaCustomParts .sideContents ul{
width: 100%;/* IEの表示バグのため、widthを設定 */
margin: 0;
padding: 0;
}
#secondAreaBlogParts .sideContents li,
#secondAreaCustomParts .sideContents li{
    list-style-type: none;
    font-weight: normal;
    margin: 0;
    padding: 13px 10px 8px;
    border-bottom: 1px solid #e6e6e6;
    letter-spacing: 0.08em;
    line-height: 1.4;
    font-size: 14px;
}
secondAreaCustomParts .sideContents li {
    font-size: 14px;
    text-align: center;
}
#secondAreaBlogParts .sideContents li a ,
#secondAreaCustomParts .sideContents li a ,
#secondAreaBlogParts .sideContents li a:visited ,
#secondAreaCustomParts .sideContents li a:visited {
    color: #333333;
    font-weight: bold;
}
#secondAreaBlogParts .sideContents li a:hover ,
#secondAreaCustomParts .sideContents li a:hover {
    color: #60b5e7;
}
#secondAreaBlogParts .sideContents li:last-child ,
#secondAreaCustomParts .sideContents li:last-child {
   /* border: none;*/
}
#secondAreaBlogParts .sideContents li li,
#secondAreaCustomParts .sideContents li li,
.sideContents ul#categorytree li li {
padding-left: 1em;
background: url("../images/li_bg.gif") 5px 12px no-repeat;
}

#secondAreaCustomParts .half_box {
    margin: 10px 0 5px;
}
#secondAreaCustomParts .half_box button {
    color: #808080;
    border: none;
    font-size: 13px;
    padding: 9px 2% 6px;
    transition: 0.5s;
    width: 47%;
    float: left;
    display: inline-block;
    position: relative;
    border: none;
    cursor: pointer;
    background: none;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}
#secondAreaCustomParts .half_box span{
    display: block;
    padding: 0;
    border-bottom: 1px solid #60b5e738;
}
#secondAreaCustomParts .half_box button::before, 
#secondAreaCustomParts .half_box button::after{
  content:"";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.1s linear;
  background: #60b5e7;
    transition-delay: 0.1s;
border-radius: 4px;
-webkit-border-radius: 4px;	
-moz-border-radius: 4px;	
-o-border-radius: 4px;	
-ms-border-radius: 4px;
}
#secondAreaCustomParts .half_box button::before {
  right: 0;
  top: 0;
}
#secondAreaCustomParts .half_box button::after{
  left: 0;
  bottom: 0;
}
#secondAreaCustomParts .half_box span::before, 
#secondAreaCustomParts .half_box span::after{
  content:"";
  width:1px;
  height:0;
  position: absolute;
  transition: all 0.1s linear;
  background: #60b5e7;
    transition-delay: 0s;
border-radius: 4px;
-webkit-border-radius: 4px;	
-moz-border-radius: 4px;	
-o-border-radius: 4px;	
-ms-border-radius: 4px;
}
#secondAreaCustomParts .half_box span::before {
  left: 0;
  top: 0;
}
#secondAreaCustomParts .half_box span::after{
  right: 0;
  bottom: 0;
}
#secondAreaCustomParts .half_box button:hover::before, 
#secondAreaCustomParts .half_box button:hover::after{
  width: 100%;
}
#secondAreaCustomParts .half_box button:hover::before{
  transition-delay: 0s;
}
#secondAreaCustomParts .half_box button:hover span{
    border-bottom: 1px solid #fff;
}
#secondAreaCustomParts .half_box button:hover span::before, 
#secondAreaCustomParts .half_box button:hover span::after{
  height: 100%;
    transition-delay: 0.1s;
}
#secondAreaCustomParts .half_box button:nth-of-type(2n+1) {
    margin: 2% 2% 2% 0;
}
#secondAreaCustomParts .half_box button:nth-of-type(2n) {
    margin: 2% 0 2% 2%;
}
/*
#secondAreaBlogParts .sideContents li a,
#secondAreaBlogParts .sideContents li span.empty,
#secondAreaCustomParts .sideContents li a,
#secondAreaCustomParts .sideContents li span.empty {
}
*/

/* ---------- 各パーツの設定 ---------- */
/* 
#brogPartsAuthor {}
#brogPartsCalendar {}
#brogPartsCategory {}
#brogPartsComment {}
#brogPartsEntry {}
#brogPartsMonthlyArchive {}
#brogPartsMonthlyArchiveDrop {}
#customPartsCategory {}
#customPartsComment {}
#freePageEntryList {}
#freePageCategoryEntryList {}
 */

#brogPartsTagCloud {}
#brogPartsTagCloud .rank-1 {font-size: 1.75em;}
#brogPartsTagCloud .rank-2 {font-size: 1.75em;}
#brogPartsTagCloud .rank-3 {font-size: 1.625em;}
#brogPartsTagCloud .rank-4 {font-size: 1.5em;}
#brogPartsTagCloud .rank-5 {font-size: 1.375em;}
#brogPartsTagCloud .rank-6 {font-size: 1.25em;}
#brogPartsTagCloud .rank-7 {font-size: 1.125em;}
#brogPartsTagCloud .rank-8 {font-size: 1em;}
#brogPartsTagCloud .rank-9 {font-size: 0.95em;}
#brogPartsTagCloud .rank-10 {font-size: 0.9em;}

/* ---------- 最近のアイテム ---------- */
#brogPartsAssets {}
#brogPartsAssets .sideContents ul {
padding: 3px 0 0 1px;
margin: 0;
}
#brogPartsAssets .sideContents li {
    display: inline;
    float: left;
    width: 47%;
    height: 100%;
    padding: 0;
    margin: 2% 2%;
}
#brogPartsAssets .sideContents li.even {
margin-right: 0;
}
#brogPartsAssets .sideContents li.odd {
margin-left: 0;
}
#brogPartsAssets .sideContents a {
    overflow: hidden;
    display: block;
    width: 99%;
    height: 99%;
    padding: 0;
    margin: 0;
    border: 1px solid #efefef;
}
#brogPartsAssets .sideContents li img {
    width: 100%;
    height: auto%;
}
#brogPartsAssets .sideContents a:hover {
border-color: #efefef;
}




/* ========== フッター ========== */
#footer {
    background: url(../images/footer_bg.png) center top repeat-x;
    clear: both;
    background-color: #fff;
    padding: 24px 0 0px;
}
#footer a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
    background-color: #fff;
}

#footerInner {
width: 1020px;
margin: 0 auto 0px;
}
#footer_left {
    width: 410px;
    float: left;
}
#footer_right {
    width: auto;
    float: right ;
}
#footer p{
    color: #808080;
    letter-spacing: 0.05em;
    margin: 0 0 8px;
}
#footer p.koi{
    color: #666;
    margin: 0 0 4px;
}
#footer p.tel{
    margin: 0 0 16px;
}
#footer span.justify {
    letter-spacing: 0.57em; 
}


/* ---------- フッターロゴ ---------- */
.footerAreaLogo {
    margin: 20px 0 24px;
    color: #fff;
}
.footerText {
    margin: 0 0 32px 32px;
}
#footer .bnr {
    margin: 0 0 12px 30px;
}
.footerlinks {
    margin: 36px 8px 0px;
}
#footer .footerlinks p {
    margin: 0 0 8px 16px;
}


/* ---------- フッターメニュー ---------- */
#footer P#footerMenu {
margin: 0;
padding: 30px 0 0;
}
#footer #footerMenu {
    margin: 180px 0 24px;
    width: 484px;
}

#footer #footerMenu ul {
margin: 0;
padding: 0;
list-style:none;
}
#footer #footerMenu ul li {
    float: left;
    font-size: 14px;
    margin: 0 3px;
    padding: 1px 3px;
    letter-spacing: 0.1em;
    position: relative;
}
#footer #footerMenu ul li:last-child a {
    padding-right: 10px;
}
#footer #footerMenu ul li::before {
    color: #808080;
    border-left: 1px solid #b8b8b8;
    content: '';
    display: block;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 0px;
}
#footer #footerMenu ul li:last-child::after {
    color: #808080;
    border-left: 1px solid #b8b8b8;
    content: '';
    display: block;
    height: 16px;
    position: absolute;
    top: 3px;
    right: 0px;
}
#footer #footerMenu ul li a {
padding:0 0 0 10px;
color: #55b0e5;
}

/* ---------- フッター copyright エリア ---------- */
#footer #footerCopyrightArea {
    clear: both;
    text-align: right;
}
#footer #footerCopyrightArea p{
    font-size: 11px;
    letter-spacing: 0.08em;
    margin: 0 0px;
}

/* ---------- フッター copyright 付メニュー ---------- */
#footer P#footerFree {
margin-bottom: 10px;
}


BR.clear {
clear: both;
}
.center {
text-align: center;
}

/* ==================== ブログ別 装飾 ==================== */

#contents ul.social{
    width: 250px;
    padding-top: 10px;
float:right;
}

#contents ul.social li{
float:left;
list-style:none;
}


/* ==================== トップページ ==================== */

#contents #categoryTop {}
#contents #categoryTop #topNews {
background-color:#ffffff;
}
#contents #categoryTop #topLatestBlog {
    width: 615px;
    float: left;
}
#contents #topLatestBlog .mainContents {
    padding: 0;
}
#categoryTop .date {
    list-style: none;
    margin: 24px 1px 0;
    padding: 0;
    overflow-y: scroll;
    max-height: 315px;
    min-height: 315px;
    position: relative;
}
#categoryTop .date::-webkit-scrollbar {
  display: none;
}

#contents #categoryTop #topLatestBlog li {
    border-left: 2px solid #e6e6e6;
    padding: 3px 8px 2px 12px;
    margin: 0 0 20px;
}
#topLatestBlog span.dateTime {
    display: block;
    letter-spacing: 0.06em;
    font-size: 12px;
    color: #55b0e5;
    font-weight: 600;
}
#topLatestBlog span.icon {
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #808080;
    display: block;
}
#topLatestBlog span.icon a {
    color: #808080;
}
#topLatestBlog span.icon a:hover {
    color: #ccc;
}
#topLatestBlog .dateTitle {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #000;
}
#topLatestBlog .dateTitle a {
    color: #000;
}
#topLatestBlog .dateTitle a:hover {
    color: #999;
}
#topLatestBlog p.link {
    border-top: 1px solid rgba(199, 178, 153, 0.3);
    padding: 10px 2px;
    text-align: right;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #808080;
    position: relative;
    margin: 0;
}
#topLatestBlog p.link::before {
    content: '?';
    color: #ccc;
    padding-right: 4px;
}
#topLatestBlog p.link::after {
    content: '';
    position: absolute;
    top: -53px;
    left: 0;
    right: 0;
    width: 100%;
    height: 52px;
    margin: 0 auto;
    text-align: center;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}
#topmainBanners {
    padding: 0;
    width: 362px;
    float: right;
    margin: 30px 0 0;
}
#topmainBanners ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
#topmainBanners li {
    margin: 0 0 16px;
}
#contents #categoryTop #topContents {
background-color:#ffffff;
}
#ToppageContents {
    background: #5bb3e513;
}
#ToppageContents .instagram {
    width: 1020px;
    margin: 24px auto 0;
    padding: 40px 0 24px;
}
#ToppageContents .instagram ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#ToppageContents .instagram li {
    width: 180px;
    height: 180px;
    float: left;
    margin: 0 30px 30px 0;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    overflow: hidden;
}
#ToppageContents .instagram li:nth-child(5),
#ToppageContents .instagram li:nth-child(10) {
    margin: 0 0px 30px 0;
}
#ToppageContents .instagram li img {
    width: 100%;
    height: 100%;
}
#ToppageContents h2.insta {
    position: relative;
    margin: 0 4px 24px;
}
#ToppageContents h2.insta span {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #808080;
    display: block;
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
}


/* ==================== 店舗案内 ==================== */
#contents #topcategoryCompany {
background-color:#FFFFFF;
}
#contents #categoryCompany {
background-color:#FFFFFF;
}
#map1 {
    width: 100% !important;
    margin: 8px auto 16px;
} 
.gm-style .gm-style-mtc div {
    font-size: 12px !important;
}
.googleMap .google_btn {
    position: relative;
    display: inline-block;
    padding: 8px 0.5em 6px;
    text-decoration: none;
    color: #FFF;
    background: #55b0e5;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #48a5db;
    width: 95%;
    margin: 0 1.1% 16px;
    text-align: center;
}
.googleMap .google_btn a {
    color: #FFF;
}
.googleMap .google_btn:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
#categoryCompany .accessText {
    width: 280px;
    float: left;
    border: 1px solid #e2e2e2;
    padding: 20px 3%;
    margin: 0 0 8px;
}
#contents .accessText h3 {
    padding: 4px 8px 0px 1.5em;
    line-height: 1.3;
    font-size: 16px;
    margin: 0 0 8px;
}
#contents h3::before {
    top: 4px;
}
#contents .accessText p {
    margin: 0 16px 27px;
    line-height: 1.4;
}
#contents .accessText p:last-of-type {
    margin: 0 16px 0px;
}
#categoryCompany table.accessTable {
    float: right;
    width: 360px;
    margin: 0 0 8px;
}
#categoryCompany #googleMapsArea {
float: left;
margin-bottom: 10px;
width: 370px;
height: 340px;
}
#categoryCompany .aboutbox_body {
    border: 1px solid #eee;
    padding: 3% 4%;
    margin: 0% 0% 40px;
}
#categoryCompany .aboutbox_body h2{
    padding-top: 140px;
    margin-top: -140px;
}
#categoryCompany .logo figure {
    margin: 0;
    float: left;
    width: 50%;
}                                         
#categoryCompany figure img{
    width: 100%;
} 
#about_post.box.stripe{
    padding: 3%;
}
#about_post .about_body {
    background: #fff;
    padding: 4% 4% 1%;
}
#about_post figure.f-left {
    width: 41%;
    margin: 0 2% 0% 0;
}                                           
#contents #about_post p {
    margin: 0 0 16px;
}                                                    
.about_post.box01 {
    width: 94%;
    margin: 24px auto 32px;
}
.about_post.box02 {
    width: 94%;
    margin: 24px auto 32px;
}                                           
.aboutbox_body .logo {
    margin: 0 2% 24px;
}
#contents table.company {
    width: 94%;
    margin: 8px auto 24px;
}
#contents .company th {
    width: 40%;
}                                              
#contents .company th, #contents .company td {
    padding: 11px 16px 9px;
}                                             
                                 
                                              
/* ==================== スタッフ紹介/アイテム紹介 ==================== */
#contents #categoryCustom2 {
background-color:#ffffff;
}

#categoryCustom2 p.photo {
float: left;
width: 230px;
margin: 0 0 30px;
padding: 2px;
border: 1px solid #ccc;
}
#categoryCustom2 table.itemInfo {
float: right;
width: 345px;
margin-bottom: 15px;
}
#categoryCustom2 table.itemInfo th {
width: 3.5em;
}
#categoryCustom2 .entryBody {
clear: right;
float: right;
text-align: justify;
width: 345px;
margin-bottom: 30px;
}
#categoryCustom2 h4 {
padding: 0;
background: none;
}

/* ==================== フォトギャラリー ==================== */
.photo #contents #categoryCustom2 .mainContents {
    padding: 0;
    margin: 24px 8px 40px;
}
.photo #contents ul {
    margin: 0;
    padding: 0;
}
.photo #contents li {
    list-style: none;
    float: left;
    width: 20.6%;
    margin: 0 3% 3% 0;
    position: relative;
    border: 8px solid #fff;
    border-bottom: 32px solid #FFF;                                     
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.30);
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.30);
    -o-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.30);
    -ms-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.30);
}
.photo #contents li:nth-child(4n) {
    margin: 0 0 1% 0;                                       
}
.photo #contents li img {
    width: 100%;
}
.photo #contents li::after {
	position: absolute;
	display: block;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.3),
	inset 0 0 100px rgba(0, 0, 0, 0.2);
    z-index: 0;
}  
.photo #contents li a {
	position: absolute;
	width: 100%;
	height: 100%;
    z-index: 0;
	top: 0;
	left: 0;
    z-index: 1;
}
                                              
/* ==================== よくあるご質問 ==================== */
#categoryFaq {
background-color:#ffffff;
}
.faq #contents h2 ,
.faq #contents faq_box {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}

#categoryFaq .shortCut dt {
font-weight: bold;
font-size: 100%;
margin: 0 0 .5em;
}
#categoryFaq .shortCut dd {
    margin: 0 0 2em 32px;
    padding-left: 16px;
    border-left: 2px dotted #60b5e799;
    overflow: hidden;
}
#categoryFaq .shortCut a {
    display: block;
    width: 100%;
    padding: 5px 10px 4px;
    letter-spacing: 0.08em;
    color: #646464;
}
#categoryFaq .shortCut .even a {
background-color: #b1edff1f;
}
#categoryFaq .grid {
    display: grid;
    grid-gap: 16px;
    grid-template-columns: repeat(2, minmax(470px, 1fr));
    padding: 8px 24px;
    margin: 0 0 88px;
}
#categoryFaq .entryOdd ,
#categoryFaq .entryEven {
    margin: 0 0;
    padding: 16px 4% 0;
    border: 1px solid #e2e2e2;
}
#contents .faq_box ul {
    margin-left: 1.5em;
    margin-bottom: 24px;
}
#categoryFaq .faq_q {
    line-height: 1.4;
    color: #828282;
    padding: 2px 0 0 32px;
    margin: 0 0 4px;
    background: none;
    font-size: 15px;
    border: none;
}
#categoryFaq .faq_q span {
    position: relative;
    display: block;
}
#contents #categoryFaq .faq_q::before {
    display: none;
}
#contents #categoryFaq .faq_q span::before {
    content: "Ｑ";
    position: absolute;
    left: -30px;
    top: -3px;
    color: #999999;
    font-size: 20px;
    background: none;
}
#categoryFaq .faq_a {
    width: auto;
    padding: 10px 0 0 16px;
    border-top: 1px dotted #c9c9c9;
    position: relative;
}
#categoryFaq h3.faq_q {
    padding-top: 150px;
    margin-top: -150px;
}
#categoryFaq .faq_a p,
#categoryFaq .faq_a li{
    color: #838383;
    letter-spacing: 0.08em;
    line-height: 1.8;
    margin-bottom: 16px;
}
#categoryFaq .faq_a li {
    font-size: 13px;
    margin-bottom: 6px;
    line-height: 1.5;
}
#categoryFaq .faq_a::before {
    content:"Ａ";
    position: absolute;
    left: 2px;
    top: 6px;
    font-size: 20px;
    color: #55b0e5;
    font-weight: bold;
}
#categoryFaq p.anchorTop {
margin-bottom: 50px;
}
#contents dl.shortCut {
    border: 1px solid #e2e2e2;
    padding: 3% 5% 1.5% 3%;
    margin: 0 auto 88px;
}


/* ==================== 設計例ページ ==================== */
#contents #topCategoryWorks {
background-color:#FFFFFF;
}
#contents #categoryWorks .mainContents {
    padding: 1%;
}
#contents #categoryWorks {
background-color:#FFFFFF;
}
#categoryWorks th, 
#categoryWorks td {
    padding: 13px 12px 9px;
    border: 1px solid #e2e2e2;
    letter-spacing: 0.06em;
    line-height: 1.4;
    font-size: 13px;
    color: #818181;
}
#categoryWorks th {
    width: 22%;
    text-align: center;
    color: #818181;
    font-size: 13.5px;
    letter-spacing: 0.1em;
}
.works #secondAreaCustomParts .sideContents li {
    padding: 12px 8px 8px;
    letter-spacing: 0.1em;
    line-height: 1.4;
    font-size: 14px;
    font-weight: bold;
}
.works #secondAreaCustomParts .sideContents ul ul {
    margin: 7px 0 10px;
    padding: 0 0 0 12px;
}
.works #secondAreaCustomParts .sideContents li li {
    font-size: 12px;
    padding: 9px 8px 0px 12px;
    text-align: left;
    font-weight: normal;
    border: none;
    background-position: 0 15px;
}
.works #contents p.nextPrevious {
    color: #ffffff94;
    background: #60b5e7;
    margin: 24px auto 0;
    padding: 8px 3% 6px;
}
.works #contents p.nextPrevious a ,
.works #contents p.nextPrevious a:visited {
    color: #ffffff;
}
.works #contents p.nextPrevious a:hover {
    color: #ffffff94;
}
.square_btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #666;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 1px #7098ae52;
    letter-spacing: 0.06em;
    font-size: 14px;
}
.square_btn.blue_box {
    background: #7cc9f7;
}
.square_btn.gold_box {
    background: #baa58c;
}
.square_btn:active {/*押したとき*/
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
#categoryWorks form {
    text-align: center;
    position: relative;
    padding: 0;
    margin: 3% auto 0;
    width: 97%;
}
#categoryWorks form::after {
    background: url(../images/bnr_form.png) center top no-repeat;
    content: "";
    width: 21px;
    height: 21px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 10%;
    margin: auto;
}
input[type="submit"].square_btn{
    float: none;
    width: 100%;
    margin: 0;
    padding: 12px 8px 9px;
    font-size: 16px;
    letter-spacing: 0.06em;
}
#categoryWorks #description p {
    font-size: 13.5px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    color: #464646;
}
#contents #categoryWorks td {
    padding: 13px 12px 10px;
}
#contents #categoryWorks td p{
    margin: 0 0 8px;
    font-size: 13px;
}
#contents #categoryWorks td p:last-of-type {
    margin: 0 0 0px;
}
#contents #categoryWorks td ul {
    margin: 16px 8px 0;
}
#contents #categoryWorks td li {
    margin: 0 0 8px;
    letter-spacing: 0.03em;
    font-size: 13px;
}
#categoryWorks .after_box {
    border: 1px solid #e2e2e2;
    padding: 0 24px 8px;
    margin: 32px 4px 40px;
}
#categoryWorks .after_box h2 {
    margin: 24px 0 24px !important;
}
#categoryWorks .after_box > div {
    margin: 8px 16px 24px;
}
#contents #categoryWorks .after_box h3 {
    margin: 0 8px 0;
    color: #7f7f7f;
}
#categoryWorks .box25{
    position: relative;
    background: #fffbf1;
    box-shadow: 0px 0px 0px 8px #fffbf1;
    border: dashed 2px #c9c9c9;
    padding: 2.5em 1.8em 1.5em;
    margin: 45px 8px 8px;
}
#categoryWorks .box25::after{
    position: absolute;
    content: '';
    right: -11px;
    bottom: -11px;
    border-width: 18px 18px 0 0;
    border-style: solid;
    border-color: #f5eedb #fff #f5eedb;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.15);
}
#categoryWorks .box25 p {
    margin: 0 8px 8px;
    color: #7c7c7c;
}
#categoryWorks .box25 ul {
    margin: 1em 1em 1em 1.1em;
}
#categoryWorks .box25 li {
    margin: 0 0 8px;
    font-size: 13px;
    color: #575757;
}
#categoryWorks .box25 li:last-child {
    margin: 0 0 0px;
}
#categoryWorks .tape{
    position: absolute;
    top: -1.7em;
    right: 32%;
    left: 32%;
    margin: auto;
    background-color: rgba(255,255,255,.6);
    border-left: 2px dotted rgba(0,0,0,.1);
    border-right: 2px dotted rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 0.5em 3em 0.25em;
    color: #65513f;
    transform: rotate(-1.5deg);
    display: inline-table;
}
#contents #categoryWorks h2.tape::after {
    display: none;
}
#contents #categoryWorks h2.tape {
    font-size: 17px;
}
.ribbon_box{
    position: relative;
}
.ribbon_area {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 89px;
    height: 91px;
    overflow: hidden;
  }
.ribbon {
    display: inline-block;
    position: absolute;
    padding: 9px 0 7px;
    left: -23px;
    top: 22px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    background: #ffe616fa;
    color: #191919;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 16px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.08em;
}
.ribbon:before,.ribbon:after{
    position: absolute;
    content: "";
    border-top: 4px solid #b2751b;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    bottom: -4px;
}
.ribbon:before{
    left: 14px;
}
.ribbon:after{
  	right: 18px;
}

.soldout_box{
    position: relative;
}
.soldout_area {
    position: absolute;
    top: -4px;
    left: -4px;
    width: 106px;
    height: 107px;
    overflow: hidden;
}
.soldout:before,
.soldout:after {
    position: absolute;
    content: "";
    border-top: 4px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}
.soldout:before{
    right: 7px;
    bottom: -4px;
}
.soldout:after{
    left: 2px;
    bottom: -4px;
}
.soldout_box .soldout_area span {
    width: 160px;
    padding: 9px 0 7px;
    background: #e80000;
    color: #fff;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 24px;
    left: -37px;
    text-transform: uppercase;
    transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    letter-spacing: 0.1em;
    font-size: 17px;
    line-height: 16px;
    font-weight: 600;
}
.maker_finish {
    position: relative;
    margin: 2em 0;
    padding: 20px 8px 8px;
    border: solid 3px #7cc9f7;
    border-radius: 8px;
}
.maker_finish .finish {
    position: absolute;
    display: inline-block;
    top: -11px;
    left: 10px;
    padding: 0 8px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #656565;
    font-weight: bold;
}
#contents .maker_finish p {
    margin: 0 16px 8px;
    padding: 0;
    color: #727272;
    letter-spacing: 0.06em;
    line-height: 1.4;
    font-size: 13px;
}




/* ========== アーカイブ ========== */

/* エントリ一覧 */
#contents .categoryWorksList ul {
list-style: none;
margin: 0 0 6px;
padding: 0;
}
#contents .categoryWorksList ul li {
    float: left;
    vertical-align: middle;
    width: 23.125%;
    margin: 0 2.5% 2% 0;
}
#contents .categoryWorksList ul li:nth-child(4n)  {
margin-right: 0;
}
#contents .categoryWorksList ul li a {
    overflow: hidden;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #626262;
    width: 94%;
    padding: 3%;
    background-color: #ffffff;
    border: 1px solid #efefef;
    font-size: 13px;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -o-border-radius: 0.5em;
    -ms-border-radius: 0.5em;
}
#contents .categoryWorksList ul li a:hover {
    color: #60b5e7;
    background-color: #fff;
    border: 1px solid #efefef;
}
#contents .categoryWorksList ul li a img {
    width: 100%;
}
#contents .categoryWorksList ul li .entryTitle {
    display: block;
    line-height: 1.25;
    font-size: 12px;
    margin: 8px 4px 3px;
    text-align: left;
    letter-spacing: 0;
}

/* ========== エントリ タイプ共通 ========== */
/* 画像 */
#categoryWorks #entry_sub_image {
margin: 8px 0 16px;
}
#categoryWorks a.highslide {
overflow: hidden;
display: block;
text-align: center;
text-decoration: none;
border: 1px solid #efefef;
}
#categoryWorks a.highslide:hover {
border-color: #dddddd;
}
#categoryWorks a.highslide img {
border: none;
}

#categoryWorks #map {
margin: 10px 0;
width: 660px;
height: 340px;
}

/* 情報 */
#contents table.categoryWorksData {
    width: 100%;
    margin: 1px 0 8%;
}

/* ========== エントリ タイプ1 ========== */
#showType1 #categoryWorksPhoto {
    width: 45%;
    margin: 0 0 10px;
    float: left;
}
#showType1 #categoryWorksData {
    float: right;
    width: 53%;
    padding: 0;
    margin: 0 0 10px;
}
#entry_main_image {
    width: 100%;
    height: auto;
    background: #ccc;
    margin: 0 24px 8px 0;
}
#entry_main_image img {
    width: 100%;
    height: auto;
    border: 1px solid #e2e2e2;
}
#showType1 .entryBody {
clear: both;
margin: 10px 0 0;
}
#showType1 .entryMore {
clear: both;
margin: 0 0 10px;
}

/* 画像 */
#showType1 a.highslide {
overflow: hidden;
display: block;
text-align: center;
text-decoration: none;
border: 1px solid #efefef;
}
#showType1 a.highslide:hover {
border-color: #dddddd;
}
#showType1 a.highslide img {
border: none;
}

#showType1 #entry_sub_image ul {
list-style: none;
margin: 0;
padding: 0;
}
#showType1 #entry_sub_image li {
    float: left;
    vertical-align: middle;
    width: 31.4%;
    margin: 0 0 3% 2%;
    overflow: hidden;
    height: 108px;
    border: 1px solid #e2e2e2;
}
#showType1 #entry_sub_image li:nth-child(3n+1) {
    margin: 0 0% 3% 0;
}
#showType1 #entry_sub_image a {
    width: 100%;
    height: 100%;
}
#showType1 #entry_sub_image img {
    width: auto;
    height: 100%;
}


/* ========== エントリ タイプ2 ========== */
#showType2 #entry_main_image {
text-align: center;
margin: 0 0 15px;
}
#showType2 #categoryWorksData {
margin: 0 0 15px;
}
#showType2 .entryBody {
clear: both;
margin: 0 0 20px;
}
#showType2 .entryMore {
clear: both;
margin: 0 0 20px;
padding: 0 0 20px;
border-bottom: 1px dashed #aaa;
}

/* 画像 */
#showType2 #entry_sub_image ul {
list-style: none;
margin: 0 0 10px;
padding: 0 0 10px;
border-bottom: 1px dashed #aaa;
}
#showType2 #entry_sub_image li {
float: left;
vertical-align: middle;
width: 220px;
margin: 0 10px 0 0;
}
#showType2 #entry_sub_image li.last {
margin-right: 0;
}
#showType2 #entry_sub_image a.highslide {
overflow: hidden;
width: 216px;
height:130px;
background-color: #f5f5f5;
border: 2px solid #efefef;
}
#showType2 #entry_sub_image a.highslide:hover {
background-color: #ffffff;
border-color: #dddddd;
}
#showType2 .image-caption p {
margin: 10px 0 0;
}


/* ==================== お問い合せ ==================== */
#contents #categoryInquiry .box.stripe {
    padding: 4% 4%;
}
#contents #categoryInquiry .mainContents {
    margin: 48px 6% 0;
}
#contents #categoryInquiry .entryBody {
    margin: 48px 6% 56px;
    padding: 3%;
}
#contents #categoryInquiry li {
    list-style: none;
    margin: 0 8px 8px;
}
#contents #categoryInquiry .h4Body ul {
    margin: 32px 24px 24px;
}
#contents #categoryInquiry .h4Body li {
    margin: 0 24px 10px 9px;
    text-indent: -5px;
}
#contents #categoryInquiry .h4Body li::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100%;
    background: #55b0e5;
    position: relative;
    left: -8px;
    top: -2px;
}
#contents #categoryInquiry table li span {
    margin-right: 8px;
}
#contents #categoryInquiry ul.ul01 li {
    list-style: initial;
    margin-bottom: 12px;
}
#categoryInquiry .end{
    text-align: center;
}
strong.caution{
    font-size: 11px;
    vertical-align: top;
    margin-left: 6px;
    color: #EA2B2B;
}
strong.caution.big{
    font-size: 13px !important;
    margin-left: 0px;
    font-weight: 700;
    vertical-align: middle;
}
#categoryInquiry table ul{
    margin: 12px 0 0px;
    padding: 0em;
}

select#mfp_element_11 {
    padding: 3px 2px;
    color: #7C7C7C;
}

#contents table.mailform.form,
#contents table#mfp_confirm_table{
    width: 99% ;
    margin: 0 auto 32px;
}
#contents #mfp_phase_confirm_inner h2 {
    width: 99% ;
    margin: 0 auto 16px;
}
form#mailformpro label.mfp_not_checked{
    border: none!important;
}

#contents table#mfp_confirm_table th,
#contents table#mfp_confirm_table td,
#contents #categoryInquiry th ,
#contents #categoryInquiry td  {
    padding: 12px 16px 10px;
}
#contents #categoryInquiry th p ,
#contents #categoryInquiry td p {
    margin: 0 8px 0px;
}
#contents #categoryInquiry th {
    padding: 12px 3% 10px;
    width: 30%;
    text-align: left;
}
#categoryInquiry td input[type="text"],
#categoryInquiry td input[type="email"],
#categoryInquiry td input[type="tel"],
#contents #categoryInquiry textarea{
    padding: 9px 10px 8px;
    color: #747474;
}
#categoryInquiry td input[type="text"].color {
    margin-right: 12px;
}
#categoryInquiry select {
    color: #747474;
    font-size: 14px;
    padding: 7px 8px 10px ;
}
#categoryInquiry select.size {
    margin-right: 10px;
}
#categoryInquiry .tel_btn,
#categoryInquiry .post_btn ,
#categoryInquiry button{
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    background: #baa58c;
    border: solid 1px #af987d;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
    text-shadow: 0 1px 0 rgba(0,0,0,0.2);
    margin-left: 8px;
    padding: 0 5%;
    width: auto;
    height: 40px;
    line-height: 40px;
}
#categoryInquiry .post_btn {
    padding: 0 4%;
    width: auto;
    height: 24px;
    line-height: 24px;
    margin: 0px 0 0 9px;
    vertical-align: middle;
    font-size: 13px;
}
#categoryInquiry .tel_btn {
    width: 40%;
    height: 45px;
    font-size: 24px;
    margin: 16px 25% 40px;
    line-height: 45px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
#categoryInquiry .tel_btn span {
    padding-right: 8px;
}
#categoryInquiry button.reset {
    background: #a7a7a7;
    border: solid 1px #898989;
}
#categoryInquiry button {
    background: #57b1e5;
    border: solid 1px #3f9acf;
}
#categoryInquiry .post_btn:active {
    border: solid 1px #a78d6e;
    box-shadow: none;
    text-shadow: none;
}
#contents #categoryInquiry dl {
    margin: 0;
}
.afterLink {
    margin: 40px auto 2vh;
}
.afterLink .btn-square-so-pop {
    position: relative;
    display: inline-block;
    padding: 10px 40px 8px;
    text-decoration: none;
    color: #FFF;
    background: #baa58c;
    border-radius: 4px;
    font-weight: bold;
    border: solid 2px #998063;
    font-size: 15px;
    box-shadow: inset 0 3px 0 rgba(255,255,255,0.3), inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 3px 0 rgba(255,255,255,0.3), inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 3px 0 rgba(255,255,255,0.3), inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 0 3px 0 rgba(255,255,255,0.3), inset 0 -3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 0 3px 0 rgba(255,255,255,0.3), inset 0 -3px 0 rgba(0, 0, 0, 0.1);
}

.afterLink .btn-square-so-pop:active {
  /*押したとき*/
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}






/* ==================== ブログページ ==================== */
#contents #categoryBlog {
background-color:#ffffff;
}
#categoryBlog .mainContents img {
    max-width: 100%;
    height: auto;
}
#contents #categoryBlog .mainContents {
    padding: 0;
}
#contents #categoryBlog .mainContents.body {
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 20px;
}
#categoryBlog abbr {
    font-size: 14px;
    letter-spacing: 0.15em;
    text-decoration: none;
    color: #999999;
    margin: 4px 10px;
}

input#search {
    width: 58%;
    margin: 8% 0 8% 5%;
    padding: 1% 3% 0.5%;
    font-family: Meiryo, 'MS PGothic', Osaka, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #717171;
    letter-spacing: 0.1em;
    float: left;
    font-size: 12px;
}
input[type="submit"] {
    float: right;
    width: 23%;
    padding: 0;
    margin: 8% 5% 0 0;
}
.info.blog #headerAreaLogo {
    margin: 24px 0 32px;
    position: relative;
    padding-top: 8px;
    text-align: left;
}
/*
.info.blog #headerAreaLogo a::after {
    content: "Old Posts「Shopkeeper's tweet」";
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    margin: auto;
    width: 550px;
    height: 34px;
    display: block;
    font-size: 24px;
    letter-spacing: 0.18em;
    font-family: Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #999999;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #dddddd;
    padding: 5px 0 3px;
}*/

.info.blog #headerAreaLogo::after {
    background: url(../images/blog_title.png) repeat-x scroll 0 bottom transparent;
    content: "";
    width: 491px;
    height: 140px;
    display: block;
    position: absolute;
    /*-moz-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);*/
    top: 0;
    right: 0%;
    left: 18%;
    padding: 0;
    margin: auto;
    bottom: 0;
}
.info.blog #contents #categoryBlog .mainContents .entryBody a {

}



.info #contents ul.list {
    margin: 24px 12px 88px;
    padding: 0;
}
#categoryBlog li.blog {
    margin: 0px 0px 0px;
    padding: 14px 14px 4px;
    border-bottom: 1px solid #f4f4f4;
    list-style: none;
}
#categoryBlog li.blog:first-child {
    border-top: 1px solid #f4f4f4;
}
#contents li.blog p {
    margin: 0px 0px 8px;
    font-size: 15px;
    letter-spacing: 0.08em;
}
.blog #categoryBlog abbr {
    text-decoration: none;
    letter-spacing: 0.15em;
    font-size: 13px;
    color: #858585;
    margin: 0 1px;
}
.blog #categoryBlog span.category a ,
.blog #categoryBlog span.category a:visited {
    color: #858585;
        font-size: 13px;
}
#contents .entryBody.info {
    padding: 3% 5% 5%;
    margin: 0 0 1%;
}

#share{
	width:100%;
	margin:auto;
	text-align:center;
	padding:10px 0 10px 0;
	clear:both;
}
#share ul{
    height: auto;
    margin: 0;
    padding: 0;
}
#share li{
	font-size:14px;
	display:inline-block;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}

/* ==================== 新着情報 ==================== */
#container.info {
    background: #60b5e71f;
}
.info #pankuzu {
/*background: -moz-linear-gradient(top, rgba(255,255,255,1) 25%, rgba(255,255,255,0) 91%, rgba(255,255,255,0) 100%); 
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 25%,rgba(255,255,255,0) 91%,rgba(255,255,255,0) 100%); 
background: linear-gradient(to bottom, rgba(255,255,255,1) 25%,rgba(255,255,255,0) 91%,rgba(255,255,255,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); */
    width: 100%;
    margin: 0;
    padding: 40px 0 16px;
}
.info #headerAreaLogo {
    margin: 24px auto 24px;
}
.info #MenuNavi {
    display: none;
}
.info #pankuzu ol{
    width: 1000px;
    margin: auto;
    text-align: left;
    padding-left: 4px;
}
.info #pankuzu li{
color:#010101;
}
.info #pankuzu li a,
.info #pankuzu li a:visited{
    color: #808080;
}
.info #pankuzu li a:hover {
    color: #60b5e7;
}
.info #secondArea div#sideBanners li a {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
}
.info #contents #categoryBlog {
    border-radius: 10px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 3% 3% 1%;
}
.info #contents .mainTitle a.rss {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 21px;
}
.info #contents.news #categoryBlog {

}
.info #contents.news  {
    position: relative;
    padding: 170px 0 16px;
}
.info #contents.news::before {
    background: url(../images/info_title.png) no-repeat scroll center center transparent;
    content: "";
    width: 762px;
    height: 150px;
    display: block;
    position: absolute;
    top: 0;
    right: 0%;
    left: 0;
    padding: 0;
    margin: 0;
    bottom: 0;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    -ms-border-radius: 16px;
}
#contents.news .mainContents {
    padding: 0px 0px;
}
article.news {
    width: 32%;
    height: 310px;
    margin: 1% 1% 2%;
    float: left;
    position: relative;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    background-color: #fff;
}
article.news:nth-of-type(3n) {
    margin-right: 0;
}
article.news:nth-of-type(3n+1) {
    margin-left: 0;
}
article.news .asset-thumbnail {
    width: 100%;
    height: 140px;
    overflow: hidden;
}
article.news .article-img {
    background: #60b5e75c;
    height: 140px;
    width: 100.1%;
    display: table-cell;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
    position: relative;
}
article.news .article-img.Other {
    background: #d1cce5;
}
article.news .article-img.Info {
    background: #dff2c0;
}
article.news .article-img.Product {
    background: #ffe8b5;
}
article.news .article-img.Photo {
    background: #fddde1;
}
article.news .article-img.Blog {
    background: #bae7e8;
}
article.news .article-img img {
    max-width: 100%;
    display: inline;
    vertical-align: middle;
    text-align: center;
    margin-top: -2.5%;
}
#contents article.news h2 {
    font-size: 14px;
    padding: 0;
    margin: 12px 10px 8px;
    text-align: left;
    line-height: 1.4;
}
#contents article.news h2::after {
    display: none;
}
#contents article.news p {
    margin: 0 11px 8px;
    font-size: 12px;
    line-height: 1.5;
    color: #999;
}
article.news .article-header {
    height: 130px;
    overflow: hidden;
    line-height: 1.4;
}
article.news abbr.gaiyo {
    text-decoration: none;
    font-size: 12px;
    display: block;
    margin: 0 4px;
    color: #8d8d8d;
    position: absolute;
    bottom: 0;
    right: 0;
}
article.news .cate {
    background: #666;
    text-align: center;
    font-size: 13px;
    padding: 4px 8px 2px;
}
article.news .cate a {
    color: #fff;
}
article.news .cate a:hover {
    color: #000;
}


/* ==================== フリーページ ==================== */
#contents #categoryFreePage {
background-color:#ffffff;
}
#contents #categoryFreePage .mainContents {
    padding: 24px 2%;
}

/* ==================== フリーページウィンドウ ==================== */

h2.window_h2 {
color: #666666;
margin-bottom: 0;
padding: 5px 0 3px 45px;
background: url("../images/h2_bg.gif") left top no-repeat;
}

/* ==================== サイトマップ ==================== */
#contents #categorySitemap {
background-color:#ffffff;
}

/* ==================== カスタムページ ==================== */
#contents #categoryCustom {
    padding: 0px;
}
#contents #categoryCustom .mainContents {
    border: 1px solid #e2e2e2;
    padding: 24px 32px 24px;
    margin: 0 auto 56px;
}


/* ==================== グルーミングサロン ==================== */
.salon #contents h2 {
    display: block;
    padding-top: 140px;
    margin-top: -140px;
}
.salon #contents .mainContents .entry {
    margin-bottom: 80px;
}
.salon #contents .mainContents .entry:last-child {
    margin-bottom: 0px;
}

/* ==================== リンク集 ==================== */
#contents #categoryCustomlinks {
    background-color:#ffffff;
}

#contents #categoryCustomlinks .links div.even {
    background: #fafafa;
}

#contents #categoryCustomlinks dl.links div.even,
#contents #categoryCustomlinks dl.links div.odd {
    padding: 13px 18px 12px;
}
#contents #categoryCustomlinks dt {
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
} 
#contents #categoryCustomlinks dd {
    font-size: 13px;
    color: #757575;
    letter-spacing: 0.06em;
    line-height: 1.4;
} 
#categoryCustomlinks .entryLinks {
    border: 1px solid #e2e2e2;
    padding: 1% 4% 4%;
    margin: 0 auto 32px;
}

/* ==================== お客様の声 ==================== */
#contents #categoryCustomVoice{
background-color:#ffffff;
}

DIV#categoryCustomVoice DIV.entryBody {
padding: 10px 10px 0;
}
DIV#categoryCustomVoice p.voiceName {
text-align: right;
font-weight: bold;
margin: 0;
padding: 1em 0 0;
border-top-width: 1px;
border-top-style: dotted;
}

DIV#categoryCustomVoice DIV.odd {
margin:0 auto 20px auto;
width:690px;
padding: 0 10px 10px;
background-color: #efefef;
border: 1px solid #aaa;
}
DIV#categoryCustomVoice DIV.odd H3 {
}
DIV#categoryCustomVoice DIV.odd p.voiceName {
border-top-color: #333;
}
DIV#categoryCustomVoice DIV.even {
margin:0 auto 20px auto;
width:690px;
padding: 0 10px 10px;
background-color: #fefefe;
border: 1px solid #eee;
}
DIV#categoryCustomVoice DIV.even H3 {
}
DIV#categoryCustomVoice DIV.even p.voiceName {
border-top-color: #333;
}



/*-------------------- 404エラーページ  -----------------------*/
.error #contents{
    width: 100%;
    text-align: center;
}
.error #contents p{
    line-height: 2;
    font-size: 15px;
    margin-bottom: 40px;
}
.error #contents .mainTitle {
    margin-bottom: 24px;
}
.error #contents h1{
    position: relative;
    font-size: 21px;
    color: #666;
    padding: 0 4px;
    margin: 24px 0 48px;
    text-align: center;
    z-index: 1;
    letter-spacing: 0.08em;
    background: none;
    box-shadow: none;
    border: none;
}
.error #contents h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #60b5e752, #60b5e752 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #60b5e752, #60b5e766 2px, #fff 2px, #fff 4px);
    z-index: 0;
}
input.txtstyle {
    border: none;
    font-size: 23px;
    font-weight: bold;
    text-align: right;
    margin-right: 4px;
    color: #60b5e7;
    width: 30px;
}
.page404.clearfix {
    width: 700px;
    margin: 80px auto 0;
}
.page404 .btn {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 8px 38px 6px;
    border: solid 2px #60b5e7;
    background: #60b5e7;
    color: #fff;
    font-size: 123%;
    font-weight: 700;
    text-decoration: none;
    margin: 24px;
}


/* -------------------- バディーベルトページ  ----------------------- */
ul#ringharness {
    margin: 16px 16px 0px;
    padding: 0;
}
ul#ringharness li {
    list-style: none;
    float: left;
    margin: 0 20px 16px 0;
    padding: 0;
    width: 300px;
    text-align: center;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
}
ul#ringharness li:nth-child(even) {
    margin: 0 0px 16px 0; 
}
#buddybelts.box.stripe {
    padding: 32px;
}
.buddy_body {
    background: #fff;
    padding: 5% 3% 3%;
}
.buddy_body .info.clearfix {
    border: 1px solid #ccc;
    padding: 16px 4px 0;
    margin: 0 16px 32px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    background: #f5fafd;
}
.harness #contents .buddy_body p.f-rgiht {
    margin: 12px 16px 16px;
}
.buddy01 {
    width: 250px;
    margin-bottom: 16px;
}
.buddy02 {
    width: 442px;
}
.harness #contents p {                                                  
    letter-spacing: 0.07em;
    line-height: 1.7;
    color: #606060;
    margin: 0 16px 16px;
}
.harness #contents p.buddy03 {
    margin: 0 0px 16px;
    width: 10%;
}
.harness #contents p.buddy03 img {
    width: 100%;
}
.harness #contents p.buddy04 {
    margin: 15px 0px 16px;
    width: 89%;
}
.harness .border {
    border: 1px solid #eeeeee4f;
    padding: 10px 3% 0 1%;
    border-radius: 10px;
    -webkit-border-radius: 10px;	
    -moz-border-radius: 10px;	
    -o-border-radius: 10px;	
    -ms-border-radius: 10px;
}
.harness h3.w90 {
    margin: 40px 3% 16px !important;
}
section#flow {
    padding: 16px 3% 16px 4%;
    background-color: #f7f7f657;
    zoom: 1;
}
section#flow.gray_box {
    background-color: #e5e5e557;
}
section#flow.white_box {
    background-color: #ffffff52;
    padding: 16px 5% 16px 6%;
}
section#flow.white_box.flow_box{
    padding: 16px 2% 16px 3%;
}                  
section#flow .f-left {
    width: 50%;
}
section#flow .f-right {
    width: 47%;
}
section#flow .white_box p.f-left {
    width: 58%;
    margin: 8px 0 8px 32px !important;
}
section#flow .white_box figure.f-left {
    width: 30%;
    margin: 0 0 0 16px;
}
section#flow img {
    width: 100%;
}
.buddy05 figure {
    width: 28%;
    margin: 0 2% 0 0px;
}
.buddy05 figure img {
    width: 100%;
}                   
.buddy05 figcaption {
    width: 70%;
    margin: 56px 0px 8px;                                    
}
.buddy05 p {
    width: 70%;
    margin: 0 !important;
}                                              
.harness #contents table {
    width: 96%;
    margin: 8px auto 24px;
}
#contents td.liner {
    width: 75%;
    padding: 0;
}
#contents #flow h3 {
    position: relative;
    padding: 8px 5px 6px 66px;
    background: #60b5e7;
    font-size: 21px;
    color: #ffffff;
    line-height: 1.5;
    z-index: -1;
    margin: 4px 0px 16px -16px;
    font-weight: normal;
}
#contents #flow.flow_box h3 {
    margin: 4px 0px 24px -24px;                                                  
}
#contents #flow h3 span {
    font-size: 19px;
    line-height: 1.6;
    margin-left: 16px;
    font-weight: bold;
}
#contents #flow h3::before {
    position: absolute;
    content: '';
    left: 0px;
    top: -2px;
    border: none;
    border-left: solid 30px white;
    border-bottom: solid 70px transparent;
    z-index: 0;
    background: none;
    width: unset;
    height: unset;
}
#contents #flow h3::after {
    content: "";
    margin: auto;
    background: url(../images/h3_white_bg.png) no-repeat scroll center center;
    height: 22px;
    display: block;
    width: 22px;
    position: absolute;
    left: 35px;
    top: 12px;
    background-size: 100%;
    z-index: 2;
}                
.harness #contents table.harness2  {
    width: 94%;
    margin: 8px auto 32px;
}
.harness #contents table.harness2 .price3 {
    width: 20%;
}
.harness #contents table.harness2 .swa {
    width: 23%;
} 
.harness #contents table.harness2.lead .price3 {
    width: 16%;
}
.harness #contents table.harness2.lead td.lead_swa {
    line-height: 1.3;
    width: 23%;
}
#contents table.harness2 td.img {
    padding: 0;
}
#contents table.harness2 td.img img {
    width: 100%;
}
.harness #contents td.collars {
    width: 30%;
    padding: 0;
}
ol.harness {
    margin: 32px 16px 32px;
    padding: 0 0 0 1.5em;
counter-reset:number; /* 名前を付けたカウンターをリセット */
list-style:none; /* olが数字を付けることをキャンセル */
}
ol.harness li {
    margin: 0px auto 24px;
    position: relative;
}
ol.harness li:last-of-type {
    margin: 0px auto 0px;
}
ol.harness li::before {
    counter-increment: number;
    content: counter(number)'.';
    padding-right: .5em;
    font-weight: bold;
    color: #77c0ea;
    position: absolute;
    left: -22px;
    top: -2px;
    display: block;
    font-size: 18px;
}
.harness #contents th.line {
    position: relative;
    background: none;
    height: 30px;
}
.harness #contents th.line::before {
    position: absolute;
    content: 'サイズ';
    display: block;
    z-index: 1;
    color: #fff;
    bottom: 4px;
    left: 0;
    width: 60px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 0;
}
.harness #contents th.line::after {
    position: absolute;
    content: 'コレクション';
    display: block;
    z-index: 1;
    color: #fff;
    top: 6px;
    right: 0;
    width: 88px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 0;
}
.harness #contents th.line span {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(37deg, #77c0ea, #77c0ea 50%, white 51%, #77c0ea 52%, #77c0ea);
    display: block;
    width: 100%;
    height: 80px;
    z-index: -1;
}
.harness #contents p.right.small.mb24.blue {
    margin-right: 32px;
}
.harness #contents p.plug {
    width: 220px;
}
.harness #contents p.plug img {
    width: 100% ;
}
section#comparison {
    padding: 32px 3% 16px 2%;
    background-color: #77c0ea15; 
    zoom: 1;
    border: 1px solid #efefef;
    margin: 0 0 16px;
}
section#comparison.gray_box {
    background-color: #fff;
}
section#comparison .f-left {
    width: 54%;
}
section#comparison .f-right {
    width: 43%;
}
/*
section#flow .white_box p.f-left {
    width: 58%;
    margin: 8px 0 8px 32px !important;
}
section#flow .white_box figure.f-left {
    width: 30%;
    margin: 0 0 0 16px;
}
*/
section#comparison img {
    width: 100%;
}
section#comparison img.half {
    width: 50%;
}
#contents #comparison h3 {
    position: relative;
    background: #ffffff;
    padding: 9px 14px 6px;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px;
    border: 1px solid #cccccc30;
    border-left: solid 40px #5c9ee7;
}

#contents #comparison h3::before {
    content: '';
    position: absolute;
    padding: 0em;
    color: white;
    font-weight: normal;
    left: -30px;
    top: 0;
    height: 22px;
    display: block;
    width: 22px;
    background: url(../images/h3_white_bg.png) no-repeat scroll center center;
    background-size: 100%;
    margin: auto;
    bottom: 0;
}                                             
#comparison figcaption {
    margin: 8px 0 0;
    letter-spacing: 0.08em;
}                                           
.harness #contents #comparison p {
    margin: 0 8px 8px;
}
.harness .lead_link {
    margin: 24px 6% 24px;
}
.harness .lead_link .f-left,
.harness .lead_link .f-right {
    width: 48%;
}
.harness .lead_link .square_btn {
    padding: 8px 24px;
    width: 100%;
    margin: 0 0 40px;
    background: #baa58c;
}
section#flow.flow_box dl {
    border: 1px solid #e7e7e7;
    margin: 24px 16px 40px;
    padding: 4% 5% 5%;
    background: #60b5e715;
}
section#flow.flow_box dt {
    margin: 0;
    font-size: 19px;
    border-bottom: solid 2px #ccc;
    padding: 5px 8px 0;
    margin-bottom: 16px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.1em;
}
section#flow.flow_box dt::before {
    content: '';
    width: 23%;
    height: 2px;
    background-color: #60b5e7;
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
}
section#flow.flow_box dd {
    margin: 0 24px 16px;
}
section#flow.flow_box dl dd:nth-of-type(even) {
    margin: 0 24px 48px;
}
section#flow.flow_box dl dd:last-child {
    margin: 0 24px 0px;
}
.harness #contents section#flow.flow_box dd p {
    margin: 0px;
}
#contents section#flow.flow_box dd ul {
    margin: 16px 0 16px 8px;
}
#contents section#flow.flow_box dd li {
    font-size: 13px;
    margin: 0px 0px 8px;
    line-height: 1.3;
    color: #888;
}
#contents .custom dl{
    margin: 24px 3% 40px;
}
#contents .custom dl:last-child{
    margin: 24px 3% 8px;
}
#contents .custom dt{
    color: #505050;
    padding: 11px 1.5em 9px 2.6em;
    display: inline-block;
    font-size: 15px;
    background: #dbebf8;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    font-weight: bold;
    position: relative;
    margin: 0 0 16px;
}
#contents .custom dt::before {
    content: '';
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 16px;
}
#contents .custom_list {
    margin: 24px 2% 16px;
    padding: 0;
}
#contents .custom_list li {
    list-style: none;
    width: 33.333%;
    margin: 0;
    float: left;
}
#contents .custom_list li img {
    width: 100%;
}


/*-------------------- グルーミングサロン  ----------------------- */

#contents table.course_price {
    width: 92%;
    margin: 8px auto 24px;
}
#contents ul.course_kome {
    margin: 16px 4% 0 5%;
    padding: 0;
}
#contents ul.course_kome li {
    list-style: none;
    margin: 0 0 8px 0px !important;
}
.box.stripe.salon_about {
    padding: 24px 24px 24px;
    margin: 0 4% 40px;
}
.salon .about_box {
    background: #fff;
    padding: 24px 24px 24px;
}
#contents .salon_about p {
    font-size: 15px;
    margin: 0px;
}
#contents ul.about_list {
    margin: 32px 5% 0px;
}
#contents .about_list li {
    line-height: 1.4;
    margin: 0 0 16px;
}
#contents .about_list li ol {
    margin: 24px 4% 16px;
}
#contents .about_list li ol li {
    margin: 0 0 8px;
}
#contents .course_price thead th {
    text-align: center;
}
#contents .course_price th {
    text-align: left;
}
.course_price span.star {
    color: #209be1;
    font-size: 12px;
    vertical-align: super;
    margin-left: 2px;
}
#contents .products dt {
    position: relative;
    padding: 8px 8px 2px 1.4em;
    line-height: 1.4;
    font-size: 16px;
    color: #666666;
    margin: 0 0 16px;
    font-weight: bold;
    letter-spacing: 0.02em;
}
#contents .products dt::before {
    content: "";
    margin: auto;
    background: url(../images/h3_bg.png) no-repeat scroll center center;
    height: 17px;
    display: block;
    width: 18px;
    position: absolute;
    left: -1px;
    top: 9px;
    background-size: 100%;
}
#contents .products dd{
    list-style: none;
    margin: 5px 4% 16px;
    position: relative;
    padding: 4px 8px 7px 22px;
    font-size: 13px;
    color: #808080;
    line-height: 1.5;
}
#contents .products dl {
    margin: 40px 4% 40px;
}
#contents .products dd::before{
    content: '';
    height: 0px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    border-bottom: 1px dashed #dcc6ac;
}
#contents .products dd::after{
    content: '';
    display: block;
    position: absolute;
    background: #6abae8;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 8px;
}


/*-------------------- サイトマップ  ----------------------- */

#contents #categorySitemap .mainContents {
    padding: 24px 2%;
}

/*-------------------- 特定商取引に関する表示  ----------------------- */

#contents .specified th {
    text-align: center;
    width: 20%;
}

/* --------------- プライバシーポリシー --------------- */
#contents #categoryPrivacyPolicy .mainContents {
    padding: 3% 4%;
}
#contents #categoryPrivacyPolicy h3::before {
    top: 10px !important;
}
#contents #categoryPrivacyPolicy p {
    margin: 0 3% 4vh;
}
#contents #categoryPrivacyPolicy ul {
    margin: -20px 2% 6vh 7%;
    padding: 0;
}


/* --------------- English --------------- */
.english .price_list_box {
    width: 80%;
    margin: 3vh 5% 5vh;
}
#contents .english dl {
    position: relative;
}                   
.english dt {
    width: 88%;
    float: left;
    position: relative;
}
.english dd {
    float: right;
    width: 12%;
    position: relative;
}
.english dl::before{
    content: '';
    width: 100%;
    display: inline-block;
    position: absolute;
    height: 1px;
    margin: auto;
    background-image: linear-gradient(to right, #444, #444 1px, transparent 1px, transparent 2px);
    background-size: 6px 1px;
    background-position: top;
    background-repeat: repeat-x;
    bottom: 0;
    top: 0;
}                                   

.english dl span {
    background: #fff;
    padding: 0 8px;
}
                                      
ol.history {
    width: 80%;
    margin: auto;
}
                                      
#contents ol.history li {
    margin-bottom: 20px;
}