@charset "utf-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* ----------------------------------------------------------

		RESET CSS

---------------------------------------------------------- */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    background: #000;
    color: #fff;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 14px;
}
table {
    table-layout: fixed;
}
table td img {
    max-width: 100% !important;
    height: auto !important;
}
pre {
    margin: 0;
    padding: 0;
    white-space: pre-line;
}
b,
strong {
    font-weight: bold;
}
u {
    text-decoration: line-through;
    text-decoration: underline;
}
img {
    height: auto !important;
}
small {
    font-size: 80%;
}
hr {
    border: none;
    height: 0;
    border-bottom: 1px dashed #B3B3B3;
}
span {
    font-weight: inherit;
}
.youtube iframe {
    width: 100%;
}
/* ----------------------------------------------------------

		Bxi Reset

---------------------------------------------------------- */
/* sitemap */

/* .map {
    margin: 20px 20px 0;
} */
.map li {
    border-bottom: 1px solid #333;
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 5px 0;
    text-align: left;
}
.map li a {
    color: #333;
    text-decoration: none;
}
/* input */

input[type="button"] {
    cursor: pointer;
    padding: 5px 10px;
}
a:link {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
/* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */

.inner {
    margin: 0 auto;
    max-width: 1120px;
}
#contents_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#contents {
    background: #000;
}
.col_left {
    float: left;
}
.col_right {
    float: right;
}
/* ----------------------------------------------------------

		Header

---------------------------------------------------------- */

header#global_header {
    position: relative;
}
#header {
    background: rgba(13, 17, 13, 0.2);
    padding: 25px 0;
    position: absolute;
    width: 100%;
    text-align: left;
}
#header.page {
    position: static;
    /* padding-bottom: 50px; */
}
.h_left {
    float: left;
}
.h_contact {
    float: right;
    text-align: right;
}
#g_nav {
    padding: 15px 0;
    margin-top: 40px;
    position: relative;
    z-index: 100;
    float: right;
}
#g_nav > ul {
    max-width: 1120px;
    margin: 0 auto;
}
#g_nav > ul > li {
    float: left;
    position: relative;
    padding-left: 75px;
    text-align: center;
}
#g_nav > ul > li > a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
}
#g_nav > ul > li.active a:after,
#g_nav > ul > li a:hover:after {
    width: 100%;
}
#g_nav ul li .s_nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 17px;
    padding-top: 12px;
    width: 100%;
}
#g_nav ul li .s_nav li a {
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 13px 7px 5px;
    text-decoration: none;
    text-align: right;
}
#g_nav ul li .s_nav li a:hover,
#g_nav > ul > li > a:hover {
    opacity: 0.7;
}
#main_image {
    position: relative;
    z-index: -1;
}
#main_image .slick-slide img {
    width: 100%;
}
/* ----------------------------------------------------------

		Footer

---------------------------------------------------------- */

#footer {
    padding: 45px 0 0;
    position: relative;
    text-align: left;
    z-index: 10;
}

#footer .inner {
    position: relative;
}
.f_left {
    border-top: 1px solid #fff;
    padding-bottom: 40px;
    padding-top: 50px;
    text-align: center;
}
.f_right {
    float: right;
}
#f_nav {
    text-align: center;
}
#f_nav a {
    color: #fff;
    text-decoration: none;
}
#f_nav a:hover {
    text-decoration: underline;
}
.col {
    padding: 0px 19%;
}
.col p {
    padding-bottom: 40px;
}
.col p a {
    color: #fff;
    text-decoration: none;
}
.col p.left {
    float: left;
}
.col p.left span.time {
    text-indent: 60px;
    display: block;
    margin-bottom: -22px;
}
.col p.right {
    float: right;
}
.col_nav ul li {
    display: inline-block;
    padding-right: 50px;
}
.col_f {
    background: #9b0909;
    padding: 20px 0 5px;
}
.col_nav {
    padding-bottom: 40px;
}
.col_nav li a {
    font-weight: bold;
}
.col_nav li a:hover {
    opacity: 0.7;
}
#copyright {
    font-size: 13px;
    text-align: center;
}

/* ----------------------------------------------------------

		Contents

---------------------------------------------------------- */

.policy h3 {
    border-bottom: 2px solid #BBBBBB;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 5px;
}
.policy p {
    margin-bottom: 20px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.headline2 {
    font-size: 30px;
}
.headline3 {
    font-size: 24px;
}
.headline4 {
    font-size: 36px;
}
.bg_full {
    background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.btn_1 a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 10px;
    max-width: 160px;
    text-decoration: none;
    text-align: center;
}
.btn_1 a:hover {
    background: #fff;
    color: #9b0909;
    transition: all ease 0.5s;
    opacity: 1;
}
.ttl_text {
    background: #9b0909;
    display: block;
    max-width: 560px;
    padding: 50px 40px 35px;
}
.btn_1 span {
    display: block;
    margin-bottom: 20px;
}
.ttl_text.right {
    float: right;
}
.ttl_2 {
    background: url(../images/contents/icon_h2.png)no-repeat left 0;
    font-size: 30px;
    font-weight: bold;
    padding-left: 7%;
    padding-top: 55px;
    display: inline-block;
    height: 100px;
}
.ttl_3 {
    border-bottom: 1px solid #fff;
    font-size: 24px;
    font-weight: bold;
    max-width: 700px;
    margin: 0 auto;
}
.tbl_infor td.txt {
    padding-left: 70px!important;
}
.txt_coupon_1 {
    position: absolute;
    top: 65%;
    left: 24%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.ttl_3.page {
    margin: 0 !important;
}
.txt_tel {
    background: #fff;
    color: #9b0909;
    font-size: 20px;
    font-weight: bold;
    padding: 25px;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    text-indent: -48px;
}
.txt_tel span a {
    color: #9b0909;
    font-weight: bold;
    text-decoration: none;
}
.ttl_3.menu {
    font-size: 24px;
    max-width: 730px;
    margin: 0!important;
}
.ttl_3.list {
    font-size: 18px;
    margin: 0!important;
    max-width: 540px;
}
.txt_ten {
    background: #9b0909;
    font-size: 18px;
    font-weight: bold;
    padding: 40px;
}
.col_left.img {
    width: 50%;
    position: relative;
    margin-top: 20%;
    transform: translateY(-50%);
    z-index: 9999;
}
.col_left.img.r {
    margin-top: 17.5%!important;
}
.col_left.map {
    background: url(../images/contents/icon_map.jpg) no-repeat 2% center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 90%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
    width: 260px;
    padding: 55px;
    text-align: center!important;
    font-size: 16px;
    left: 20%;
    right: 0;
    top: 72%;
}
.col_left.map span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 67px;
}
.col_left.txt {
    position: relative;
}
.img_col3_txt {
    min-height: 181px;
}
.img_col3_txt b {
    border-bottom: 1px solid #fff;
    display: block;
    font-size: 20px;
    text-align: center;
}
.img_col3_txt span {
    font-size: 14px;
    font-weight: bold;
}
.sub_title {
    position: relative;
}
.sub_title .txt_coupon_1 {
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}
.business_item {
    background-repeat: no-repeat;
}
.business_item > div {
    /* position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); */
    font-size: 15px;
    font-weight: bold;
}
.business_item b {
    color: #242424;
    display: block;
    font-size: 40px;
    font-weight: bold;
    margin-left: 104px;
    margin-bottom: 30px;
}
.business_item .cupon_txt {
    color: #242424;
    display: block;
    max-width: 680px;
    margin-left: 40px;
    font-weight: bold;
    position: relative;
    margin-left: 0px;
}

.business_item .picktxt {
    font-size: 36px ;
}
.business_item:before {
	border:1px solid #877862;
	content:"";
	position: absolute;
	display: block;
	left: 10px;
	right: 10px;
	top: 10px;
	bottom: 10px;	
}
.business_item:after {
	border:1px solid #877862;
	content:"";
	position: absolute;
	display: block;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
}
.business_item {
	 background: url(../images/contents/img_coupon.png) no-repeat center 20px / contain ,url(../images/contents/bg_qupon.gif) repeat center center;
	 position: relative;
}
.tbl_line td {
	padding:4px 10px!important;
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
/* anchor */

.anc li {
    float: left;
    margin-left: 10px;
    white-space: nowrap;
}
.anc a {
    background: #FEA31C;
    border-radius: 0 0 3px 3px;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}
.anc a:hover {
    background: #FEC21F;
}
/* a block button */

.btn a {
    background: #051D82;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 5px 10px;
}
.btn a:hover {
    background: #4C60A9;
}
/* table list */

.tablelist td {
    background: url(../images/common/icon_circle_blue.png) no-repeat left 5px;
    padding: 0 15px 10px 15px !important;
}
/* bread list */

#bread {
    text-align: right;
}
#bread li {
    display: inline-block;
}
#bread li a {
    color: #333;
    text-decoration: none;
}
#bread li a:hover {
    text-decoration: underline;
}
/* box design */

.box01 {
    border: 3px double #465cb5;
}
.box02 {
    border: 1px solid #D4D4D4;
}
.box03 {
    background-image: -moz-linear-gradient( 90deg, rgb(228, 211, 133) 0%, rgb(238, 231, 197) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(228, 211, 133) 0%, rgb(238, 231, 197) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(228, 211, 133) 0%, rgb(238, 231, 197) 100%);
    border: 2px solid #C3AF50;
}
/* table td design */

.tdbb01 td {
    padding: 10px 0 !important;
    border-bottom: 1px dotted #9FA974 !important;
}
.tdbb02 td {
    padding: 10px 0 !important;
}
/* border style */
/* border-left */

.bl01 {
    border-left: 2px solid #FFFFFF !important;
}
/* border-bottom */

.bb01 {
    border-bottom: 1px dotted #9FA974 !important;
}
/* img border */

.border01 img {
    border: 1px solid #9E876C;
    padding: 3px;
}
.border02 img {
    border: 3px solid #FFFFFF !important;
    box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.6);
}
/* box shadow */

.boxshadow01 {
    box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 4px 0px rgba( 0, 0, 0, 0.3);
}
/* text shadow */

.textshadow01 {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1), 1px 1px 1px rgba(255, 255, 255, 1), -1px -1px 1px rgba(255, 255, 255, 1);
}
.imgW100 img {
    width: 100% !important;
}
/* ----------------------------------------------------------

		Shop Style

---------------------------------------------------------- */

h2.title_h2 {
    background: none !important;
    border-top: 3px solid #051D82;
    border-bottom: 1px solid #051D82;
    color: #051D82;
    font-size: 20px !important;
    line-height: 1.3;
    margin: 0 0 20px !important;
    padding: 10px !important;
}
h2.title_h2 span {
    border: none !important;
    padding: 0 !important;
}
ul.item_list li {
    margin-bottom: 10px !important;
}
ul.item_list li h3.title_h3 {
    font-size: 18px !important;
}
.btn_cart a {
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #051D82 !important;
    background-size: 30px auto !important;
    color: #FFFFFF !important;
    display: block !important;
    padding: 10px 10px 10px 50px !important;
    width: 100% !important;
    border: 1px solid #ffffff;
}
.btn_cart a:hover {
    background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #4C60A9 !important;
    background-size: 30px auto !important;
}
.sort_catalog {
    overflow: hidden;
}
.sort_catalog ul {
    margin: 0 -4.16% 20px 0 !important;
    width: auto !important;
}
.sort_catalog ul li {
    padding: 0 !important;
    margin-right: 4.16% !important;
    width: 29.16% !important;
}
.sort_catalog_box:nth-child(3n+1) {
    clear: both;
}
.item_title,
.wishlist {
    margin: 0 !important;
}
.shop_cont,
.item_info {
    color: #000000;
}
.shop_cont h2.title_h2,
.item_info h2.title_h2 {
    color: #333;
    border-top: 2px solid #000000;
}
.shop_cont a,
.item_info a {
    color: #000000;
}
.shop_cont a:hover,
.item_info a:hover {
    color: #dce9f5;
}
.item_title h2 {
    color: #000000;
    border-top: 2px solid #000000;
    border-bottom: 1px solid #000000;
}
.number {
    color: #000000;
}
.number input {
    color: #000000;
}
@media screen and (max-width: 768px) {
    /* =================================================================
 *
 * tablet size
 *
 * ================================================================= */
    /* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */
    
    .inner {
        margin: 0 auto;
        padding: 0 10px;
        width: 100%;
    }
    /* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */
    
    .tb_tbl_block table td {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
    }
    /* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
    /* img Width */
    
    .tbImgW47p div {
        width: 47% !important;
    }
    .tbImgW47p div img {
        width: 100% !important;
    }
    /* anchor */
    
    .anc li {
        margin: 0 10px 10px 0;
    }
    .anc a {
        border-radius: 0;
    }
    /* tablet END ###################################################### */
}
@media screen and (max-width: 468px) {
    /* =================================================================
 *
 * smartphone size
 *
 * ================================================================= */
    /* ----------------------------------------------------------

		Layout Structure

---------------------------------------------------------- */
    
    body {
        font-size: 15px;
    }
    #col_main {
        text-align: left;
    }
    .ColLeft,
    .ColRight {
        float: none;
        width: 100% !important;
    }
    .spnone {
        display: none;
    }
    /* ----------------------------------------------------------

		BXI reset

---------------------------------------------------------- */
    
    .tbl_scroll table {
        width: auto !important;
    }
    .tbl_block td {
        width: 100% !important;
        margin-top: -1px;
    }
    .style_form th,
    .style_form td {
        margin-top: -1px;
    }
    /* ----------------------------------------------------------

		Shop style

---------------------------------------------------------- */
    
    .sort_catalog {
        margin: 0 !important;
        width: auto !important;
    }
    .sort_catalog_box {
        padding: 0 !important;
        margin: 0 0 30px !important;
        width: 100% !important;
    }
    /* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
    /* tablet img Width reset */
    
    .tbImgW47p div {
        width: 100% !important;
    }
    .spW100 img {
        width: 100% !important;
    }
    /* anchor */
    
    .anc li {
        border-bottom: 1px solid #FEFADC;
        float: none;
        margin: 0;
    }
    .anc a {
        border-radius: 0;
        text-align: center;
    }
    /* image hidden */
    
    .spimgnone img {
        display: none;
    }
    /* smartphone END ################################################## */
}
/* ----------------------------------------------------------

		COMMON COSTOM STYLE

---------------------------------------------------------- */
/* text-align */

.taR {
    text-align: right;
}
/* font-weight */

.fwN {
    font-weight: normal !important;
}
.fwB {
    font-weight: bold !important;
}
/* margin */

.mgAuto {
    margin: 0 auto !important;
}
/* table td padding */

.tdpd0 td {
    padding: 0 !important;
}
.tdpd05 td {
    padding: 5px !important;
}
.tdpd10 td {
    padding: 10px !important;
}
.tdpd15 td {
    padding: 15px !important;
}
.tdpd20 td {
    padding: 20px !important;
}
.tdpd25 td {
    padding: 25px !important;
}
.tdpd30 td {
    padding: 30px !important;
}
.tdpd35 td {
    padding: 35px !important;
}
.tdpd40 td {
    padding: 40px !important;
}
.tdpd45 td {
    padding: 45px !important;
}
.tdpd50 td {
    padding: 50px !important;
}
td.pdT10 {
    padding-top: 10px !important;
}
/* font-family */

.mincho {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.shop_cont form,
.shop_cont a.btn_type01,
.shop_cont a.btn_purchase {
    color: #000000;
}
.shop_cont a.btn_type01:hover,
.shop_cont a.btn_purchase:hover {
    color: #636363;
}
#shop_flow .sf_text {
    color: #000000;
}
.shop_cont h3.title_h3 {
    color: #ffffff;
}
.shop_cont table {
    color: #000000;
    table-layout: auto;
}