@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
body {
	min-width: auto;
	background-color: #fefdd4;
    font-size: 18px;
}
.inner {
	/* width: 960px; */
	margin: 0 auto;
}
/*a{-webkit-tap-highlight-color: #cccccc;}*/
/* a:link,a:visited {color: #0000ff;}
a:hover,a:active {color: #ff0000;} */
a {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
b {font-weight: bold;}
span {font-weight: inherit;}
pre {
	font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
	margin:0;
	padding:0;
	white-space: pre-line;
}
img {height: auto !important;}
table {table-layout: fixed !important;}
table td {padding: 0 !important;}
table td img {max-width: 100% !important;height: auto !important;}
form table td {padding: 10px !important;}
.ml1 {margin-bottom: 10px;}
.imgR {margin-left: 30px !important;} /*画像テキストの幅変更　default 10px*/
.imgL {margin-right: 30px !important;} /*画像テキストの幅変更　default 10px*/

/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100%;
	height: auto;
	/*background:url(../images/common/) repeat center top #ccc;*/
}
h1{
	text-align: left;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
}
.title_h2 h2{
position: relative;
background: url(../images/common/repeat.gif) left top;
box-shadow: 0px 0px 0px 5px #af6530;
border: dashed 2px white;
padding: 13px 30px;
color: #fff;
font-size: 30px;
margin: 40px 0px;
}
.title_h2 h2:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #9a5a2c;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
#hed_info{
	text-align: left;
	margin-bottom: 30px;
}
.tel{
	float: left;
	text-align: center;
	margin-right: 40px;
	font-size: 18px;
}
.tel_txt{
	font-size: 15px;
	font-weight: bold;
}
.cont{
	float: left;
	font-size: 20px;
	padding: 10px 0 0 0;
}
.cont i{
	padding-right:10px; 
}
.cont a{
	text-decoration: none;
	padding: 10px;
	border: 1px solid;
}
.cont a:hover{
	border: 1px solid;
}

/*================== mainArea =================*/
#mainArea{
	width: 100%;
	position: relative;
}
.main_txt{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	padding: 20px 15px 15px 15px;
}
ul#slider{
	width: 100% !important;
	display: block;
	position: relative;
	text-align: center;
}
ul#slider,#slider li{
	padding: 0;
	list-style: none;
	z-index: 1;
	margin:auto;
}
ul#slider img{
	margin: 0 auto;
}
/*================== nav_global =================*/
#nav_sp {display: none !important;}
#nav_global {
	height: 60px;
	width: 100%;
	line-height: 60px;
	display: inline-block;
	background: url(../images/common/repeat.gif) left top;
}
#nav_global ul {
	max-width: 940px;
	width: 100%;
	margin: 0 auto;
	display: flex;
}
#nav_global ul li {
	width: 20%;
	float: left;
}
#nav_global ul li a{
	width: 100%;
	display: block;
	background: #fff;
	text-decoration: none;
	color: #000;
}
#nav_global ul li a:hover{
	background: #fefdd4;
}

/*================== meanmenu =================*/
.mean-container .mean-bar {
	background: #ca4602 !important;
	position: fixed !important;
}
.mean-container .mean-nav {
	background: #d56a34 !important;
}
.mean-container .mean-nav ul li a {
	border-top: 1px solid #fff !important;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	/*background-color: #e9832f !important;*/
}



/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
.col a {
color: #fff !important;
}
.col li {
color: #fff !important;
}
footer#global_footer {
	width: 100%;
	min-width: 100% !important;
	height: auto;
	padding: 0;
}
#footer {
margin: 20px 0;
width: 100% !important;
	background-color: #c47135;
}
#pagetop{
	width: 70px;
	margin: 0px auto ;
}
#copy{
	color: #000;
	margin: -5px 0px 10px 0px !important;
}
#copy a{
	text-decoration: none;
	color: #000;
}
#slider button{
	display: none !important;
}
/*================== nav_footer =================*/
#nav_footer {
    padding: 35px 0px;
}
/* #nav_footer li {
	color: blue;
	display: inline-block;
	font-size: 12px;
}
#nav_footer li a {
	color: blue;
	padding: 0 5px;
	text-decoration: none;
}
#nav_footer li a:hover {
	text-decoration: underline;
	color: red;
} */
/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
}
#contents {}
#main {}
#main #col_main {}
#main #col_side1 {}
#side {}
#side #col_side2 {}

/*================== topic_path =================*/
.topic_path {}
.topic_path li {display: inline;}
.topic_path li a {
	text-decoration: none;
	color: #333;
}
.topic_path li a:after {
	content: " > ";
}
.shouwa-miharuya h2 {
font-size: 1.2em;
font-weight: bold;
border-bottom: dotted 3px #ca4602;
display: inline-block;
}
.shouwa-miharuya h2::before {
content: url(../images/common/bread.png);
margin-right: 20px;
bottom: 0;
position: relative;
}
.shouwa-miharuya h2 span {
font-size: 1.4em;
color: #ca4602;
}
.allboard {
background: url(../images/common/board2.png) repeat-y;
width: 100%;
background-size: contain;
}
.allboard span {
color: #ca4602;
font-size: 1.2em;
font-weight: bold;
}
.allboard img {
margin-bottom: 10px;
width: 100% !important;
}
.wrap1 .box1{
	position: relative;
}
.wrap1 .box1 p{
	position: absolute;
	bottom: 10px;
	right: 40px;
    width: 50%;
}
.new {
border: solid 10px #f6bea1;
padding: 40px 30px;
background-color: #fff;
}
.news_txt {
border-bottom: dotted 2px #d7d7d7 !important;
padding: 28px 15px 25px 15px !important;
}
.in{
	display: inline-block !important;
	padding: 5px 10px !important;
}
.blo{
	display: block;
	margin-left:15px;
}
.news_txt tbody{
	display: flex;
}
/* .new td span {
background-color: #ca4602;
padding: 0px 4px;
color: #fff;
} */
.allboard .fltL{
	float: left;
	width: 50%;
}
.allboard .fltR{
	float: right;
	width: 50%;
}
.board_left {
margin-left: 40px;
}
.board_right {
margin-left: 10px;
}
.under_board img{
top: 0 !important;
vertical-align: top !important;
}
/* .headleft {
margin: 25px 0px 0px 25px;
} */
/* .headright {
margin: 16px 0px 0px 0px;
} */
.news_table {
font-size: 16px;
}
.news_table td {
padding: 16px !important;
}
.news_table span {
font-size: 24px;
color: #ca4602;
font-weight: bold;
}
.bread {
font-size: 16px;
}
.bread td {
padding: 16px !important;
}
.bread span {
font-size: 24px;
color: #ca4602;
font-weight: bold;
}
.bread_img td {
padding: 3px !important;
}
.store_table td {
padding: 16px !important;
}
.store_table tr {
border-bottom: dotted 2px #c1c1c1;
}
.store_gray {
font-size: 16px;
font-weight: bold;
}
/* PC END ################################################################### */
@media screen and (min-width: 469px) and (max-width: 768px){
/* tablet size ############################################################## */
body {min-width: 100%;}
/* タブレット時に1カラムにする場合 */
/*#main,#main #col_main,#main #col_side1,#side,#side #col_side2 {
	float: none;
	width: 100%;
}*/
.inner {
	width: 100%;
    left: 0;
    right: 0;
}
.box1 {
padding: 5px 0px !important;
}
/* .headleft {
margin: 35px 0px 0px 30px !important;
}
.headright {
margin: 25px 0px 0px 0px !important;
} */
/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100% !important;
	padding-top: 48px;
}
/* header .fltL,header .fltR{
	width: 46% !important;
} */
/*================== mainArea =================*/

/*================== nav_global =================*/
#nav_global {display: none !important;}



/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
footer#global_footer {
	width: 100%;
	min-width: 100% !important;
	height: auto;
}

/*================== nav_footer =================*/

#nav_footer {
display: none;
}

/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
	padding: 0 10px;
}
#contents {font-size:14px;}
#main {}
#main #col_main {padding-bottom: 20px;}
#main #col_side1 {padding-bottom: 20px;}
#side {}
#side #col_side2 {padding-bottom: 20px;}

.board_left {
margin-left: 30px;
}
.board_right {
margin-left: 5px;
}
.main_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px 15px 15px 15px !important;
}
/* tablet END ############################################################### */
}
@media only screen and (max-width: 468px){
/* smartphone size ########################################################## */
body {min-width: 100%;}
.inner {
	width: 100%;
	margin: 0 auto;
}
.tbl_scroll table {width: auto !important;}
.tbl_block td {
	width: 100% !important;
	margin-top: -1px;
}
.box1 {
padding: 8px 0px !important;
}
#c1_cell_1_1 {
padding-top: 10px !important;
}
.shouwa-miharuya td {
padding: 10px 0px !important;
}
.new {
border: solid 5px #f6bea1;
padding: 30px 10px;
background-color: #fff;
}
.main_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    padding: 5px 5px 5px 5px !important;
}
.headleft {
margin: 0;
}
.headright {
margin: 0;
}
.tel{
	float: none;
	text-align: center;
	margin-right: 0px;
}
#header .fltR,#header .fltL {
float: none !important;
margin: 0 auto;
}
h1{
	text-align: center;
	color: #333;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 20px;
}
.store_white {
text-align: center;
}
.title_h2 h2 {
    position: relative;
    background: url(../images/common/repeat.gif) left top;
    box-shadow: 0px 0px 0px 5px #af6530;
    border: dashed 2px white;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    margin: 40px 0px;
}
.news_txt tbody{
	display: flex;
	flex-flow: column;
}
/* ================================================================= 
 *
 * Layout : Header
 *
 * ================================================================= */
header#global_header {
	width: 100%;
	min-width: 100% !important;
	padding-top: 48px;
}

/*================== mainArea =================*/

/*================== nav_global =================*/
#nav_global {display: none !important;}



/* ================================================================= 
 *
 * Layout : Footer
 *
 * ================================================================= */
footer#global_footer {
	width: 100%;
	min-width: 100% !important;

}

/*================== nav_footer =================*/

#nav_footer {
display: none;
}

/* ================================================================= 
 *
 * Layout : Contents
 *
 * ================================================================= */
#contents_wrap {
	width: 100%;
	min-width: 100% !important;
	padding: 0 10px;
}
#contents {}
#main {}
#main #col_main {padding-bottom: 20px;}
#main #col_side1 {padding-bottom: 20px;}
#side {}
#side #col_side2 {padding-bottom: 20px;}

.spImg100per img.imgR,.spImg100per img.imgL {
	max-width: 100% !important;
	float: none;
	margin: 0 0 10px;
}
.spImgNone img.imgR,.spImgNone img.imgL .spBrNone br {display: none;}
.allboard .fltL{
	float: none;
	width: 50%;
}
.allboard .fltR{
	float: none;
	width: 50%;
}
.new tr {
    display: block !important;
}
.in{
	margin-bottom:5px;
	text-align: center !important;
	display: block !important;
	width: 100% !important;
	padding: 5px 10px !important;
}
.blo{
	text-align: center !important;
	display: block !important;
	margin-left:15px !important;
}
/* smartphone END ########################################################### */
}



/* ================================================================= 
 *
 * Layout : shop
 *
 * ================================================================= */
 #dvf_list .standard th {
	width: 16%;
	font-size: 13px;
 }
#dvf_list .standard td {
	width: auto;
	text-align: center !important;
	font-size: 13px;
	padding: 0 5px !important;
}
 .wishlist form ul li.btn_cart {
	width: auto;
	float: right;
}
.wishlist form ul li.btn_contact a {
	background: url(../images/common/ico_mail_w.png) no-repeat 35px 50%; /*メールアイコン黒の場合はico_mail_b*/
	background: url(../images/common/ico_mail_w_s.png) no-repeat 35px 50% \9; /**/
	/*color: #fff;*/
	/*background-color: #84c002;*/
}
.wishlist form ul li.btn_cart a {
	width: auto !important;
	background: url(../images/common/ico_cart_w.png) no-repeat 15px 50% #000; /*カートアイコン黒の場合はico_cart_b*/
	background: url(../images/common/ico_cart_w_s.png) no-repeat 15px 50% \9;
	background-size: 30px auto;
	padding: 10px 15px 10px 60px;
	text-align: center;
	color: #fff;
}
.item_title {margin-top: 20px;}
.item_info {}
.wishlist {}



/* ================================================================= 
 *
 * Style : common
 *
 * ================================================================= */
.mincho {font-family: 'HG明朝E','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro',serif;}
.hirakaku {font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Osaka,'ＭＳ Ｐゴシック',sans-serif;}
.arial {font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}
.hiramin {font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3','ＭＳ Ｐ明朝','MS PMincho', Georgia, Times, Baskerville, Palatino, serif;}
.fwN{font-weight:normal !important;}.fwB{font-weight:bold !important;}
.mgAuto{margin:0 auto !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;}

/*================== ぱんくず =================*/
.pankuzu{font-size: 11px;background: no-repeat;line-height: 30px;}

/*================== プライバシーポリシー =================*/
.policy{text-align: left;}
.policy h3{	border-left: 4px solid #333;color: #333;padding-left:8px;font-size: 15px;letter-spacing: 0.1em;font-weight: normal;}
.policy p{margin: 10px 0 25px;}

/*================== お問い合わせフォーム サイズ変更 =================*/
.contactForm td{font-size: 11px;}

/*================== 開閉パネル =================*/
div.category{cursor:pointer;}

/*================== 新着情報 =================*/
.news{
	width: 670px;
	height: 155px;
	padding: 10px;
	background: #EEE;
}
.scroll{
	width: 670px;
	height: 155px;
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
}
.news_txt{
	color: #333;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 469px) and (max-width: 768px){

}
@media only screen and (max-width: 468px){

/*================== tabitem =================*/
}
.tabitems {
	padding:10px;
	background: #fff;
	border:1px solid #5c5434;
}
.titcomp {
	font-size: 15px;
	font-weight: bold;
}
.titcomp span {
	font-size: 18px;
	font-weight: bold;
}
.tblauto table {
	table-layout: auto;
}
.clb {
	clear: both;
}


