@charset "utf-8";

/* CSS reset */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent}
img{vertical-align: bottom;}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
nav>p{display:none;}footer>p{display:none;}

.cf,.inner,.item-list,.link-list,.link-list ul,.widget,.widget ul { zoom: 1;}
.cf:before,.inner:before,.item-list:before,.link-list:before,.link-list ul:before,.widget:before,.widget ul:before{ content: " "; display: table;}
.cf:after,.inner:after,.item-list:after,.link-list:after,.link-list ul:after,.widget:after,.widget ul:after{ content: " "; display: table; clear: both;}
.clear{clear: both;}


/*///////////////////////////////////////////////

 基礎・レイアウト（.la_xxxxx）
------------------------------------------------*/
body, input, textarea, select {
  font-family: "メイリオ",メイリオ,Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
}

/* wordpress初期設定 */
p~p{
    display: block;
    margin: 1em 0;
}
strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }
.alignright_ws { float: right;margin: 0 0 20px 20px; }
.alignleft_ws { float: left; margin: 0 20px 20px 0;}
.notes{font-size: 80%;}

body {
  font-size: 15px;
  line-height: 1.6;
  background: url(../img/bg3.jpg) repeat top center;
  color: #412D1E;
}
.la_wrapper {
	background: url(../img/bg.jpg) top center;
}
@media screen and (min-width: 1280px) {
    .la_wrapper {
        padding: 0 0 0 236px;
        margin: 0 auto;
        max-width: 1364px;
    } 
}

/* ヘッダー　　la_header　************************/
.la_header{
}
.la_header .in_contents{
    text-align: center;
    margin: 0 auto;
}
.la_header .in_head_img{
    display: block;
    margin: 0 auto;
    text-align: center;
    height: 180px;
    background:url(../img/head_bg.jpg) center top;
    position: relative;
}
.la_header .in_head_img img{
	max-width: 100%;
}
.la_header .in_head_l_img{
    display: none;
}
@media screen and (min-width: 1280px) {
    .la_header{
        background: url(../img/head_l_bg.jpg);
        position: fixed;
        top:0;
        left: 0;
        z-index: 101;
        display: table;
        height: 100%;
        margin-bottom: 40px;
        width: 236px;
        overflow: hidden;
    }
    .la_header .in_head_img{
        display: none;
    }
    .la_header .in_head_l_img{
        display: block;
    }
}
@media screen and (min-width: 1600px) {
    .la_header{
        left:50%;
        margin-left: -800px;
    }
}

/* フッター　　la_footer　************************/
.la_footer {
    width: 100%;
    position: relative;
    background: #6C3015 url(../img/ft_bg_sam.jpg) repeat 50% 50%;
    text-align: center;
}
/* メインエリア・他 la_main　************************/
.la_main{
	background: url(../img/bg2.jpg) repeat-x center top;
    text-align: center;
    margin: 0 auto;
}
.home .la_main{
	background: none;
}
.la_main img{
	max-width: 100%;
}
body{
    position: relative;
}
.j_la_line_t,.j_la_line_b{
    position: fixed;
    top:0;
    left: 0;
    height: 15px;
    width: 100%;
    background: url(../img/cm_hd_line.jpg);
    z-index: 300;
}


/* サイドエリア　　la_side　************************/

/* ページタイトル la_alltitle　************************/
.la_alltitle{
    overflow: hidden;
	background: url(../img/bg2.jpg);
	text-align: center;
}
.la_alltitle img{
    max-width: 100%;
}


/*///////////////////////////////////////////////

パーツ（.cm_xxxxx）
------------------------------------------------*/

/* リンク　************************/

a{color:#003399;text-decoration: underline;}
a:hover{color:#0066CC;text-decoration: none;}
.over:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* 文字の設定　************************/

em{font-weight:bold; font-style:normal}
small{font-size: 80%}
.big{font-size: 120%;}


/* ボタン　************************/

/* ページの先頭へ　************************/
.cm_totop{
    position:fixed;
    bottom:0px;
    right:30px;
}
.cm_totop a{
    display: block;
    background-image: url(../img/totop.jpg);
    background-position: top;
    width: 120px;
    height: 27px;
    /*
    white-space: nowrap;
    text-indent: 100%;
    */
    overflow: hidden;
    color: #fff;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    line-height: 27px;
    padding-left: 10px;
}

/*///////////////////////////////////////////////

モジュール（.mo_xxxxx）
------------------------------------------------*/


/* 基本スタイル　************************/


/* リンクリスト　************************/


/* バナーエリア　************************/


/* フレーム　************************/
.mo_tframe {
    background: #333;
    color: aliceblue;
    max-width: 420px;
    margin: 30px auto;
    padding: 60px;
    position: relative;
    text-align: left;
}
.mo_tframe .j_in_c_lt,
.mo_tframe .j_in_c_rt,
.mo_tframe .j_in_c_lb,
.mo_tframe .j_in_c_rb {
    width: 38px;height: 38px;
    background-image: url(../img/cm_fl01_c.png);
    background-repeat: no-repeat;
}
.mo_tframe .j_in_l_t,
.mo_tframe .j_in_l_b {
    height: 38px;
    background-image: url(../img/cm_fl01_l.png);
}
.mo_tframe .j_in_b_l,
.mo_tframe .j_in_b_r {
    width: 38px;
    background-image: url(../img/cm_fl01_b.png);
}
.mo_tframe.at_outer {
    max-width: 420px;
    padding: 22px;
}


/* テーブル　************************/
.in_table table{
    width: 100%;
}
.in_table table th,
.in_table table td  {
    text-align: left;
    vertical-align: top;
    padding: 0.7em 0;
    border-bottom: #B3C6D9 solid 1px;
}
.in_table table th  {
    color: #003366;
    border-bottom: #20588F solid 1px;
}
.in_table2 table th,
.in_table2 table td,
.in_table table table th,
.in_table table table td  {
    text-align: left;
    vertical-align: top;
    padding: 0.1em 0;
    border-bottom: none;
}
.in_table2 table th,
.in_table table table th  {
    color: #666666;
}


/* ページネーション ************************/
.pagination{
    text-align: center;
	padding:20px 0 0 0;
	clear:both;
}
a.page-numbers,
.pagination .current{
	display:inline-block;
    background: #b3c6d9;
    color: #fff;
    padding:0px;
	width:30px;
	line-height:30px;
	font-size:13px;
	font-weight:bold;
	text-align:center;
    margin:0 2px;
    text-decoration: none;
}
a.page-numbers:hover{
	background:#06c;
}
.pagination .current{
    background: #039;
    color: #fff;
}



/* イメージリスト ************************/
.photo_list ul{
    margin-right: -35px;
}
.photo_list ul li{
    float: left;
    width: 220px;
    margin-right: 35px;
    list-style: none;
    text-align: center;
    font-size: 13px;
}
.photo_list ul li img{
    width: 100%;
    box-shadow: 0px 0px 0px 1px #fff, 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 8px;
}



/* イメージギャラリー ************************/
#Ct_main .gallery-list,
.gallery-list{
    margin:10px 0 5px 0;
}
.gallery-list .gallery-item{
    float: left;
    margin:0 0 4px 0;
    width: 20%;
    list-style: none;
    position:relative;
}
.gallery-list .gallery-item .gallery-icon{
    overflow: hidden;
    margin:0 auto;
}
.gallery-list .gallery-item .gallery-icon a{
    display:block;
    background:#FFFFFF;
    margin:0 2px;
}
.gallery-list .gallery-item .gallery-icon a img{
    display:block;
    width:100%;
    height:auto;
}
.gallery-list .gallery-item .gallery-icon img:hover,
.gallery-list .gallery-item a:hover .gallery-icon img{
    opacity: 0.75;
}
.gallery-list .gallery-item .gallery-caption{
    display:none;
}

@media screen and (min-width: 0px) and (max-device-width: 390px) {/* スマートフォン版 */
    .gallery-list .gallery-item{
        width: 33.33%;
    }
}
@media screen and (min-width: 391px) and (max-device-width: 479px) {/* スマートフォン版 */
    .gallery-list .gallery-item{
        width: 25%;
    }
}
@media screen and (min-width: 641px) and (max-device-width: 800px) {/* スマートフォン版 */
    .gallery-list .gallery-item{
        width: 16.66%;
    }
}
@media screen and (min-width: 801px) {/* パソコン版 */
    #Ct_main .gallery-list,
    .gallery-list{
        margin-left: -11px;
    }
    .gallery-list .gallery-item{
        margin:12px 0 0 12px;
        width: 210px;
    }
    .gallery-list .gallery-item .gallery-icon a img{
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .gallery-list .gallery-item .gallery-icon,
    .gallery-list .gallery-item .gallery-icon a img{
        width: 210px;
        height:210px;
    }
    .gallery-list .gallery-item .gallery-icon img:hover,
    .gallery-list .gallery-item a:hover .gallery-icon img{
        width: 260px;
        height:260px;
        margin:-25px;
    }
    .gallery-list .gallery-item .gallery-caption{
        display:block;
        width:100%;
        position:absolute;
        bottom:0;
        padding:5px;
        line-height:1.4;
        font-size:12px;
        background:rgba(255,255,255,0.7);
    }
    .gallery-list .gallery-item a{
        font-weight:normal;
        color:#000000;
        text-decoration:none;
        display:block;
    }
}



/*///////////////////////////////////////////////

ページ別コンテンツ .pg_xxx_xxxx
------------------------------------------------*/

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

/* メインビジュアル */
  .pgtop_mo_visual > div{
    text-align: center;
    width: 100%;
  }
@media screen and (max-width: 1280px) {
  .pgtop_mo_visual div img{
    width: 100%;
    height: auto;
    }  
}


.bx-wrapper {
  position: relative;
}
.bx-pager{
    position:absolute;
    bottom:10px;
    left:0;
    z-index:100;
    width:100%;
    text-align: center;
}
.bx-pager .bx-pager-item{
    display: inline;
    padding:0 5px;
}
.bx-pager .bx-pager-item .bx-pager-link{
    display: inline-block;
    text-indent:-9999px;
    background:#fafafa;
    width:10px;
    height:10px;
    margin:0 auto;
    border-radius:10px;
    filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;
}
.bx-pager .bx-pager-item .bx-pager-link.active,
.bx-pager .bx-pager-item .bx-pager-link:hover{
    filter:alpha(opacity=100);-moz-opacity: 1;opacity: 1;
}

.bx-controls-auto {
  display: none;
}

.bx-controls-direction .bx-prev,
.bx-controls-direction .bx-next {
    position: absolute;
    top:50%;
    margin-top:-17px;
    z-index: 100;
    width: 25px;
    height: 25px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(null) no-repeat left center;
}

.bx-controls-direction .bx-prev:hover,
.bx-controls-direction .bx-next:hover {
    background-position: right;
}

.bx-controls-direction .bx-prev {
  left: 10px;
  background: url(js/sl_l.png);
}

.bx-controls-direction .bx-next {
  right: 10px;
  background: url(js/sl_r.png);
}



/* ショッピングサイト（カート）　************************/

div.usccart_navi li.ucart{
    background: #b3b6c9;
}
div.usccart_navi li.usccart_cart,
div.usccart_navi li.usccart_customer,
div.usccart_navi li.usccart_delivery,
div.usccart_navi li.usccart_confirm,
#customer-info h5,
#cart th{
    background: #20588f;
}
#cart th, #cart td{
    border-width: 1px;
    border-style: solid;
    border-color: #b3b6c9;
}
#cart_table td,
.currency_code{
    font-size: 13px;
}
#inside-cart .send,
#customer-info .send,
#delivery-info .send,
#info-confirm .send{
    border-top: none;
    margin-bottom: 25px;
}

/* ショッピングサイト（メンバー）　************************/

div.header_explanation{
    padding: 0 0 25px;
}
.header_explanation ul{
    margin-left: 2em;
}
.pg_cart .error_message{
    color: red;
}
#memberpages{
    text-align: center;
}

/*///////////////////////////////////////////////

JS用
------------------------------------------------*/

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important;
}

#swipebox-overlay img {
    border: none !important;
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#swipebox-slider {
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer;
}
#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
}
#swipebox-slider .slide-loading {
    background: url(./js/sb_loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%;
}

#swipebox-bottom-bar {
    bottom: -50px;
}
#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
    top: -50px;
}
#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
    background-image: url(./js/sb_icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0;
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px;
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left;
}

#swipebox-next {
    background-position: -78px 13px;
    float: right;
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 9999;
    background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
    display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
    opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 999;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
}
.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
    opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
}

@-webkit-keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}

@keyframes rightSpring {
    0% {
        left: 0;
    }
    50% {
        left: -30px;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@keyframes leftSpring {
    0% {
        left: 0;
    }
    50% {
        left: 30px;
    }
    100% {
        left: 0;
    }
}
@media screen and (min-width: 801px) {
    #swipebox-close {
        right: 10px;
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px;
    }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
    background: #000000;
    background: rgba(0,0,0,0.8);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
    text-shadow: 1px 1px 1px black;
    background: #000000;
    background: rgba(0,0,0,0.5);
}

#swipebox-top-bar {
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif;
}

.nocomments{
    display:none;
}
