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

		RESET CSS

---------------------------------------------------------- */
.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width: 768px){
	.pc{
		display: none !important;
	}
	.sp {
	    display: block !important;
	}
	.g_nav_sp {
		background-color: #fb6699;
	}
	.g_nav_sp > ul {
		max-width: 100%;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		padding: 0;
	}
	.g_nav_sp > ul li{
		display: block;
		float: left;
		width: 50%;
		padding: 10px;
		background-color: #fb6699;
		border-bottom: 2px solid #d72360;
		border-right: 2px solid #d72360;
	}
	.g_nav_sp ul li:nth-child(2){
		border-right:none;
	}
	.g_nav_sp > ul li a{
		color: #fff;
	}
	#main_image .mainInner .maintxt{
        width: 90%;
	}
}
* {
    -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 {
    color: #333;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-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%;
}
hr.one {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
/* ----------------------------------------------------------

		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;
}
/* ----------------------------------------------------------

		Layout Structure

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

.inner {
    margin: 0 auto;
    max-width: 1000px;
}
#contents_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#contents {
    background: none;
    padding: 0px 0 0px;
}
/*
.none_contents #contents {
    background: none;
    padding: 0px 0 0px;
}*/
.col_left {
    float: left;
}
.col_right {
    float: right;
}
a:visited,
a:link {
    color: #333;
    text-decoration: none;
}
/* ----------------------------------------------------------

		Header

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

#header {
    background: url(../images/common/bg_header.jpg)repeat 0 0 !important;
	height: 192px !important;
	max-height: 192px !important;
    padding:  0 !important;
    text-align: left !important;
 }
.h_txt{
	width: 100%;
    max-width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 11px;
}
#header .txt_add{
	position: absolute;
	font-size: 16px;
	left: 0;
	top: 55px;
	text-align: center;
	margin: 0 auto;

}
#header .inner {
	position: relative;
    width: 100% !important;
    max-width: 1000px !important;
}
#header #logo{
	position: absolute;
	right: 0;
	left: 0;
	top: 5px;
	text-align: center !important;
	margin: 0 auto;

}
#header #logo a{

}
#header #logo a img{
	width: 170px;

}
.phone {
    color: #333;
    font-size: 18px;
}
.phone span{
    font-size: 24px;
    font-weight: bold;
}
.h_contact {
	position: absolute;
	right: 0;
	top: 65px;
    text-align: center;
}
.h_contact a{
	background-color: #ee9600;
	color: #fff;
	display: block;
    font-weight: bold;
	padding: 5px;
}

.h_contact a img{
	padding-right: 5px;
}
#g_nav {
	height: 66px;
	background-color: #fb6699;
	border-bottom: 3px solid #d72360;
	
	
}


#g_nav > ul {
    max-width: 1000px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
	text-align: center;
}
#g_nav > ul > li {
	/* float: left;
    display: inline-block;
  vertical-align: middle; */
    flex-grow: 1;
	position: relative;
}
#g_nav > ul > li > a {
	  text-align: center;
  display: table;
  width: 100%;
  padding: 10px 0;
    color: #fff;
    text-decoration: none;
	text-shadow: 1px -1px 0 rgba(0,0,0,.5);
}
#g_nav > ul > li > a span{
    display: table-cell;
  vertical-align: middle;
}

#g_nav > ul > li > a strong{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
#g_nav > ul > li > a small{
    display: block;
    font-size: 14px;
    font-weight: normal;
}
#g_nav > ul > li a:hover {
    opacity: 0.7;
}


#g_nav li ul  {
	position: absolute;
	top: 63px;
	left: 0px;
	z-index: 9999;
	background-color: #d72360;
	width: 100%;
	padding: 10px;
}

#g_nav li ul li {
height: 30px;
	display: block;
}
#g_nav li ul li a{
	color: #fff;
	display: block;
    font-size: 16px;
}

#main_image {
    /*background: url(../images/common/bg_mainimg.jpg) repeat 0 0;*/
    text-align: center;
	height: 100%;
    margin-bottom: 0px;
}
#main_image .mainInner {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

#main_image .mainInner .maintxt{
    position: absolute;
	top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#main_image ul li img {
    width: 100%;
}






















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

		Footer

---------------------------------------------------------- */
footer#global_footer {
	clear: both;
    width: 100%;
    min-width: 1000px;
    height: auto;
    margin: 0 auto;
}
#footer {
	background: url(../images/common/bg_footer.jpg)repeat 0 0;
    height: 352px;
    max-height: 352px;
    /* padding: 0;
    min-width: 1000px; */
    position: relative;
    text-align: left;
    z-index: 10;
}
.bg_footer_f{
    background-color: #ffe1ee;
	padding-top: 100px;
}
#footer .inner {
    position: relative;
}
.f_left {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.f_left a {
    color: #333;
    text-decoration: none;
}
.f_left p {
}
.f_left p.logo_f {
    padding-left: 0px;
    padding-bottom: 13px;
}
.f_left p.logo_f img{
	width: 145px;
}
.f_left p.address,
.f_left p.phone_1 {
}
.col_nav {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
	text-align: center;
}
.col_nav ul{
    margin: 0 auto;
	text-align: center;
}
.col_nav ul li{
	/* float: left;

    padding-left: 40px; */
}
.col_nav ul li a {
    color: #333;
    text-decoration: none;
}
.col_nav ul lia:hover {
    text-decoration: underline;
}
#copy {
    background: none !important;
    color: #fff;
    font-size: 13px;
	position: absolute;
	bottom: 15px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
#copy a {
    color: #fff;
}
#pagetop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	line-height: 0;
	z-index: 9999;
}
#pagetop a {
	display: inline-block;
}
#pagetop span {
	display: none;
	margin-right: 10px;
}
/* ----------------------------------------------------------

		Contents

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

.sub_title {
    position: relative;
    margin-top: -1px;
}
.sub_title h2 {
    color: #333;
    font-size: 30px;
    font-weight: bold;
    padding: 0 10px;
    width: 1000px;
	margin: 0 auto;
    z-index: 10;
}
.sub_title h2 span{

	background: rgba(255,255,255,0.3);
	padding: 20px 0 20px 20px;
	width: 40%;
	text-align: left;
	display: block;
}

.sub_title h2 span em{
	display: block;
	font-size: 16px;
	font-weight: 700;
	
}
.sub_title .img_charlie{
	position: absolute;
	background: url(../images/contents/img_charlie.png) no-repeat right top;
	width: 1000px;
    height: 252px;
    left: 0;
    right: 0;
	bottom: -44px;
    margin: 0 auto;
    text-align: center;
	    z-index: 1;

}
.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 {
    color: #33476a;
    font-size: 24px;
    font-weight: bold;
}
.headline3 {
    font-size: 30px;
    font-weight: bold;
}
.headline4 {
    color: #00a0e9;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.headline4 span{
	margin-top: 10px;
    display: block;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}
.headline5 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}
.headline6 {
	color:#333;
	border-bottom: solid 2px #000;

    font-size: 30px;
    font-weight: bold;
	padding-bottom: 1px;
}
.headline6 span{
	width: 100%;
	display: block;

	border-bottom: solid 1px #000;
}
.ttl_3 {
    color: #ee9600;
    font-size: 25px;
    /*font-size: 30px;*/
    font-weight: bold;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}

.ttl_3 span{
	border-bottom: 5px solid #ee9600;
}
.tbl_col_2 td {
    padding: 0!important;
}
.tbl_col_2 td.img {
    padding-left: 2px!important;
}
.btn_top a {
    border: 2px solid #33476a;
    color: #33476a;
    display: block;
    font-size: 18px;
    font-weight: bold;
    max-width: 415px;
    margin: 0 auto;
    padding: 15px;
    text-decoration: none;
    text-align: center;
}
.btn_top.ttl a {
    max-width: 300px;
}
.btn_top.ttl_2 a {
    border: 2px solid #fff;
    color: #fff;
    max-width: 417px;
}
.btn_top a:hover,
.btn_top_2 a:hover,
.btn_top_3 a:hover {
    opacity: 0.7;
}
.tbl_home {
    border: 11px solid #00a0e9;
   border-image: url("../images/common/bg_waku.jpg") 28 28 round;
   background: url("../images/common/bg_contents01.jpg") repeat 0 0;
}
.home_slide {
    margin: 10px;
}
.home_slide img {
    display: block;
    float: none;
    margin: 0 auto 25px !important;
}
.bg_repeat_wrap > div {
    position: relative;
    z-index: 1;
}
.bg_repeat_wrap {
    position: relative;
}
.bg_repeat_wrap .bg_full_01 {
    background: url(../images/common/bg_contents03.jpg)repeat 0 0;
    position: absolute;
    top: 0;
    left: -500%;
    right: -500%;
    height: 100%;
    width: 1000%;
    z-index: 0;
}
.bg_repeat_wrap .bg_full_02 {
    background: url(../images/common/bg_contents02.jpg)repeat 0 0;
    position: absolute;
    top: 0;
    left: -500%;
    right: -500%;
    height: 100%;
    width: 1000%;
    z-index: 0;
}

.bg_repeat_wrap .bg_full_03{
	background-color: #ffe1ee;

    position: absolute;
    top: 0;
    left: -500%;
    right: -500%;
    height: 100%;
    width: 1000%;
    z-index: 0;
}
.bg_repeat_wrap .bg_full_04{
	background-color: #fffbce;

    position: absolute;
    top: 0;
    left: -500%;
    right: -500%;
    height: 100%;
    width: 1000%;
    z-index: 0;
}


#bg_orange  td.txt_bg{
	background-color: #fff;
	border: 3px solid #ee9600 !important;
	opacity: 0.8;
border-collapse: separate;
border-spacing: 10px 0px;
	padding: 10px !important;
	
}
#bg_orange  td.txt_bg span{
	opacity: 1;
	
}

h3.h3_txt{
	font-size: 30px;
	font-weight: 700;
}
h3.h3_txt02{
	font-size: 24px;
	font-weight: 700;
	color: #ee9600;
}
.bg_menu{
	    width: 100%;
	background: #f9f1dc;
	border: 3px solid #fbeaa5;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 30px;
}
.bg_menu02{
	    width: 100%;
	background: #feeec4;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 20px;
}
.bg_menu03{
	    width: 100%;
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	margin-bottom: 20px;
}
.merit_txt{
	font-size: 16px;
	
}
.bg_menu02 div.check_b{
	color: #ee9600;
	font-size: 20px;
	font-weight: 700;
}
.bg_menu02 div.check_b:before{
	content: "";
	display: inline-block;
	padding-left: 15px;
	background: url(../images/contents/check-box.png) no-repeat left center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	
	
}

.bg_circle{
	background: url(../images/contents/img_menu02.png) no-repeat center top;
	font-weight: 700;
	font-size: 30px;
	height: 104px;

}
.m_price{
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
.m_price small{
	font-size: 13px;
}
.m_price strong{
	color: #f00;
}

.tbl_notice {
    border-bottom: 1px dotted #000;
}
.tbl_notice td {
    padding: 0 0 10px!important;
}
.tbl_year {
    overflow-y: auto;
    height: 320px;
}
.tbl_text {
    background: url(../images/contents/bg_menu_ac.png)repeat center center;
    height: 53px;
    position: relative
}
.tbl_text a {
    background: url(../images/contents/icon_down.png)no-repeat center right;
    background-position-x: 85%;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    top: 15%;
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    text-decoration: none;
}
.tbl_text a:hover {
	opacity: 0.7;
}
.fa-angle-down {
    padding-left: 15px;
}
.ttl_4,
.ttl_9 {
    font-size: 30px;
    font-weight: bold;
}
.ttl_5 {
    border-bottom: 2px solid #33476a;
    color: #33476a;
    font-size: 20px;
    font-weight: bold;
}
.ttl_6 {
    color: #33476a;
    font-size: 20px;
    font-weight: bold;
}
.ttl_6 span {
    color: #ec404c;
    float: right;
}
.ttl_7 {
    border-bottom: 1px solid #282828;
    font-size: 18px;
    font-weight: bold;
}
.ttl_8 {
    color: #33476a;
    font-size: 24px;
    font-weight: bold;
}
.ttl_4 h4 {
    border-bottom: 1px solid #33476a;
	padding-bottom: 15px;
}
.text_bnr span {
    color: #e60012;
    margin-left: -47px;
    float: right;
    font-size: 16px;
}
.bnr {
    border: 5px solid #33476a;
}
.tbl_col_03 td,
.tbl_col_3_txt td {
    padding: 8px 0 0 !important;
}
.col_l span {
    color: #e60012;
    font-size: 24px;
    font-weight: bold;
}
.ttl_right {
    border: 1px solid #33476a
}
.tbl_time span {
    background: #8097bf;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
}
.tbl_new span {
    color: #e60012;
    font-size: 48px;
}
.tbl_left_3 span {
    color: #33476a;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.f_bnr img {
    padding-bottom: 20px;
}
.tbl_item td {
    padding: 10px 20px!important;
}
.ttl_right_cl td {
    padding: 20px!important
}
.cotact_map a {
    color: #33476a;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
.category{
	color: #fff;
    font-size: 13px;
	background-color: #f47b88;
	padding: 3px;
	margin-left: 10px;
	border-radius: 5px;
	word-break: keep-all;
}
.news_wrap {
    height: 349px;
    overflow-y: auto;
    background-color: #fff;
}
.news_wrap table td{
	padding:10px 0px 0px 10px !important;

}
.news {
    border-bottom: 1px solid #ececec;
}
.news_wrap table td.pt0{
	padding-top: 0 !important;
}
.img_border img{
	border: 3px solid #fff;
	box-shadow: 3px 3px 6px 0px #666;
}

.img_re .iii_col {
    width: 30% !important;
    height: 210px;
	border: 3px solid #fff !important;
	box-shadow: 3px 3px 6px 0px #666;
}

.img_re .iii_col:hover{
	opacity: .8;
}
.wrap_price{
	background-color: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	
}
.bg_come{
	    background-color: #fffbce;
	padding: 10px;
}

.tel_bnr{
	pointer-events: none;
	cursor: default;
}
/*---------------------------------------------------------- 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: left;
}
#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;
    }
    .tel_bnr{
	pointer-events: auto;
    }
    /* 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;
}