@charset "UTF-8";
/* CSS Document */


/*
html,body { height: 100%;}
*/

/*========================================================================

	parts

========================================================================*/

/* ========== Defaults Line ========== */
.defLine01 {
	border-top: 1px dotted rgba(0,0,0,.2);
	height: 1px;
	margin: 20px 0;
}

.defLine02 {
	border-top: 1px dotted rgba(0,0,0,.2);
	height: 1px;
	margin: 10px 0;
}


/* ========== Defaults Table ========== */

.defTbl01 {
	font-size: 100%;
	width: 325px;
}

.defTbl01 dt {
	color: #3886c7;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 90px;
}
.defTbl01 dd {
	float: left;
	width: 235px;
}



/*-----------------------------------*/
@media screen and (max-width: 749px) {
.defTbl01 {
	width: auto;
}
.defTbl01 dt {
	float: none;
	width: auto;
	margin: 10px 0 0;
}
.defTbl01 dd {
	float: none;
	width: auto;
}



}
@media screen and (max-width: 479px) {
}
/*-----------------------------------*/


/* ========== Defaults button ========== */
.defBtn_blank {}
.defBtn_blank a {
	display: block;
	border: 2px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	font-size: 108%;
	text-align: center;
	position: relative;
	text-align: center;
}
.defBtn_blank a:after {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url(../img/shopcom_icon02@2x.png);
	background-size: 12px 12px;
	position: absolute;
	top: 15px;
	right: 20px;
}
/*if Lt ie9*/
.ie9 .defBtn_blank a:after { background: url(../img/shopcom_icon02.png);}
.defBtn_blank a:hover {
	background: #ddd;
	color: #fff;
}


/* ========== Defaults arrow ========== */
.defArrow01 {
	background: url(../img/shopcom_icon03@2x.png) no-repeat left .3em;
	background-size: 12px 12px;
	padding-left: 1em;
	text-indent: -1em;
}
/*if Lt ie9*/
.ie9 .defArrow01 { background: url(../img/shopcom_icon03.png) no-repeat left center;}
.defArrow01 a {	padding-left: 18px;}
/*-----------------------------------*/
@media screen and (max-width: 749px) {
.defArrow01 { display: inline-block;}

	img.ws100 {
	width: 100%;
	height: auto;
}

}
@media screen and (max-width: 479px) {
	img.ws100 {
	width: 100%;
	height: auto;
}
}
/*-----------------------------------*/


/* ========== Defaults link ========== */
.defLink_blank {
	background: url(../img/shopcom_icon02@2x.png) no-repeat right .18em;
	background-size: 12px 12px;
	padding-right: 15px;
}
/*if Lt ie9*/
.ie9 .defLink_blank { background: url(../img/shopcom_icon02.png) no-repeat right center;}


img.w100 {
	width: 100%;
	height: auto;
}


/*========================================================================

	Layout

========================================================================*/

#wrapper {
	width: 100%;
	background: url(../img/shopcom_bg01.jpg) repeat;
	margin: 0;
}

#container {
	width: 800px;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}

/*-----------------------------------*/
@media screen and (max-width: 879px) {
#wrapper {
}

#container {
	width: auto;
	margin: 0 20px;
}
}
@media screen and (max-width: 479px) {
#container { margin: 0;}
}
/*-----------------------------------*/


/*	header
============================================================*/
header h1 {
	margin:0 auto;
	text-align:center;
}

/*header .hd_left {
	float: left;
}
header .hd_left h1, h2 {
	display: inline-block;
	vertical-align: middle;
}
header .hd_left img { width: 100%; height: auto;}
header .hd_left h1 {
	margin: 0 10px 0 0;
	width: 168px;
}
header .hd_left h2 { width: 104px;}
*/
header .hd_right {
	float: right;
}
header nav #gloNav {
	display: table;
	table-layout: fixed;
}
header nav #gloNav li {
	display: table-cell;
	vertical-align: middle;
	min-width: 120px;
	padding: 11px 0;
}
header nav #gloNav li a {
	display: block;
	width: 100%;
	border-left: 1px dotted rgba(0,0,0,.2);
}
header nav #gloNav li:last-child a { border-right: 1px dotted rgba(0,0,0,.2);}
header nav #gloNav li a span {
	display: block;
	text-align: center;
	color: #e83928;
}
header nav #gloNav li a span:first-child {
	font-weight: bold;
	font-size: 124%;
}
header nav #gloNav li a span:last-child { font-size: 85%;}
header nav #gloNav li a:hover {	background: rgba(0,0,0,.05);}

/*-----------------------------------*/
@media screen and (max-width: 879px) {
header h1 img { max-width: 100%;}

header .hd_left {
	float: none;
	text-align: center;
}
header .hd_left img { vertical-align: middle;}
/*header .hd_left h1 { width: 40px;}
*/header .hd_right {
	float: none;
	width: auto;
	margin: 15px 0 0;
}
header nav #gloNav { width: 100%;}
header nav #gloNav:before, header nav #gloNav:after { display: none;}
header nav #gloNav li { padding: 0;}
}
@media screen and (max-width: 479px) {
header {
	padding: 15px 0;
}
header h1 img { max-width: 100%;}
/*header .hd_left h1 { width: 137px;}*/
header .hd_left h2 { width: 105px;}
header nav #gloNav li:first-child a { border-left: none;}
header nav #gloNav li:last-child a { border-right: none;}
header nav #gloNav li a span:last-child { font-size: 77%;}
}
@media screen and (max-width: 379px) {
header h1 { width: 100%;}

header nav #gloNav li {	border-right: 1px dotted rgba(0,0,0,.2);}
header nav #gloNav li:last-child {	border-right: 0;}
header nav #gloNav li a {
	border: 0;
	height: 100%;
}
header nav #gloNav li a span { line-height: 1.25em; font-weight: bold;}
header nav #gloNav li a span:first-child { display: none;}
header nav #gloNav li a span:last-child { font-size: 100%;}
}
/*-----------------------------------*/


/*	contents
============================================================*/

#contents {
	padding: 40px 50px 0;
	text-align: left;
}

#contents .contBox { margin: 30px 0 0;}
#contents .contBox:first-child { margin: 0;}

#contents h3.bar {
	color: #fff;
	position: relative;
	background: url(img/bar.png) no-repeat right 50% #f0831e;
	background-color: #f0831e;
	background-size: contain;
	border-radius: 5px;
	padding: 12px 15px 12px 45px;
	line-height: 1em;
}
#contents h3.bar:before {
	content: "";
	display: block;
	width: 17px;
	height: 24px;
	background: url(../img/shopcom_icon01.png);
	background-size: cover;
	position: absolute;
	top: 6px;
	left: 15px;
}
#contents h3.bar span:first-child {
	font-size: 124%;
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
	border-right: 1px solid #fff;
}
#contents h3.bar span:last-child { font-size: 108%;}

#contents h3.syun {
	font-size: 130%;
	font-weight: bold;
	color: #ea6194;
}

#contents h4 {
	font-size: 120%;
	font-weight: bold;
	color: #f0831e;
	margin: 20px 0 0 0;
}

#contents h5 {
/*	margin: 0 0 10px;
*/	font-size: 100%;
	color: #1F3D80;
	font-weight: bold;
}


#contents p { margin: 20px 0 0;}
#contents p:first-child { margin: 0;}

/*-----------------------------------*/
@media screen and (max-width: 879px) {
}
@media screen and (max-width: 749px) {
#contents {	padding: 30px 30px 0;}
}
@media screen and (max-width: 479px) {
#contents {	padding: 20px 20px 0;}

#contents .contBox { margin: 40px 0 0;}
#contents .contBox:first-child { margin: 0;}
/*#contents h3.bar { margin: 40px 0 0;}*/
#contents h4 { margin: 20px 0 0 0;}
}
/*-----------------------------------*/



/* cont_news */


/* cont_menu */
#cont_menu .itemList_3clm {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 30px 0 0;
}
#cont_menu .itemList_3clm li {
	display: table-cell;
	vertical-align: top;
	width: 210px;
	padding: 0 35px 0 0;
}
#cont_menu .itemList_3clm li:last-child { padding: 0;}

#cont_menu .itemList_2clm_Wrap {
	background: #FAFAF7;
	margin: 30px 0 0;
	padding: 30px;
	border-radius: 5px;
}
#cont_menu .itemList_2clm { margin: 20px 0 0;}
#cont_menu .itemList_2clm li {
	float: left;
	width: 305px;
	margin: 0 30px 0 0;
}
/*Lt ie9*/.ie9 #cont_menu .itemList_2clm li { width: 290px;}
#cont_menu .itemList_2clm li:last-child { margin: 0;}

#cont_menu .itemList_2clm li .img, .txt {
	display: inline-block;
	vertical-align: top;
}
#cont_menu .itemList_2clm li .img {
	margin: 0 7px 0 0;
	width: 145px;
}
#cont_menu .itemList_2clm li .txt {
	width: 145px;
}
/*Lt ie9*/.ie9 #cont_menu .itemList_2clm li .txt { width: 157px;}

#cont_menu .itemList_2clm_Wrap h4 { margin: 0;}
#cont_menu .itemList_2clm_Wrap h5 { margin: 0;}
#cont_menu .itemList_2clm_Wrap p { margin: 5px 0 0;}
/*-----------------------------------*/
@media screen and (max-width: 879px) {
#cont_menu .itemList_3clm li {
	width: 180px;
	padding: 0 20px 0 0;
}

#cont_menu .itemList_2clm li {
	display: table;
	width: 47%;
	margin: 0 20px 0 0;	
}
#cont_menu .itemList_2clm li .img, .txt {
	display: table-cell;
	vertical-align: top;
}
#cont_menu .itemList_2clm li .img {
	width: 45%;
	margin: 0;
	padding: 0 10px 0 0;
}
#cont_menu .itemList_2clm li .txt { width: 45%;}
}
@media screen and (max-width: 749px) {
#cont_menu .itemList_3clm li {
	width: 110px;
	padding: 0 15px 0 0;
}

#cont_menu .itemList_2clm li { width: 46%;}
#cont_menu .itemList_2clm li .img, .img { padding: 0;}
#cont_menu .itemList_2clm li .img, .txt {
	display: block;
	width: auto;
}
#cont_menu .itemList_2clm li .txt {
	margin: 15px 0 0;
	width: auto;
}
}
@media screen and (max-width: 479px) {
#cont_menu .itemList_3clm { margin: 20px 0 0;}
#cont_menu .itemList_3clm li {
	display: block;
	width: auto;
	margin: 25px 0 0;
	padding: 0;
}
#cont_menu .itemList_3clm li:first-child { margin: 0;}
#cont_menu .itemList_3clm li h5 { margin: 15px 0 0;}
#cont_menu .itemList_3clm li p { margin: 10px 0 0;}
}
@media screen and (max-width: 419px) {
#cont_menu .itemList_2clm_Wrap { padding: 20px;}
#cont_menu .itemList_2clm li { margin: 0 15px 0 0;}
}
@media screen and (max-width: 359px) {
#cont_menu .itemList_2clm_Wrap h4 { text-align: center;}
#cont_menu .itemList_2clm:before, #cont_menu .itemList_2clm:after { display: none;}
#cont_menu .itemList_2clm li {
	display: block;
	width: auto;
	margin: 0;
	float: none;
}
#cont_menu .itemList_2clm li:last-child { margin: 25px 0 0;}
}
/*-----------------------------------*/


/* cont_column */
#cont_column {}
#cont_column h4 { margin: 0;}
#cont_column .cf { margin: 30px 0 0;}
#cont_column .txt { 
	float: left;
	width: 440px;
}
#cont_column .img { 
	float: right;
	width: 180px;
	text-align: center;
}
#cont_column .img img { width: 150px;} 
#cont_column .imgL img { width: 150px;} 

/*-----------------------------------*/
@media screen and (max-width: 779px) {
#cont_column .txt { width: 63%;}
#cont_column .img { width: 37%;}
}
@media screen and (max-width: 479px) {
#cont_column .txt { 
	float: none;
	width: auto;
}
#cont_column .img { 
	float: none;
	width: auto;
	margin: 20px 0 0;
}
#cont_column .img img {
	width: 100%;
	height: auto;
} 
}
/*-----------------------------------*/


/* cont_access */
#cont_access {}
#cont_access .left {
	float: left;
/*	margin: 30px 0 0;
*/}
/*#cont_access .left .img { margin: 30px 0 0;}
*/#cont_access .right {
	float: right;
/*	margin: 30px 0 0;
*/}
#cont_access .right .defBtn_blank { margin: 15px 0 0;}
/*-----------------------------------*/
@media screen and (max-width: 779px) {
#cont_access .left { width: 47%;}
#cont_access .right { width: 47%;}
#cont_access .img img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 479px) {
#cont_access .left { 
	float: none;
	width: auto;
}
#cont_access .right {
	float: none;
	width: auto;
}
}
/*-----------------------------------*/





/* logo */
#logo {
	margin-bottom:10em;
	width:auto;
	height:300px;}
#logo .left {
	float: left;
	width: 350px;
	margin: 30px 0 0;
}
#logo .left .img { margin: 0 0 0;}
#logo .right .img { margin: 0 0 0;}
#logo .right {
	float: right;
	width:150px;
	margin: 30px 0 0;
}
#logo .right .defBtn_blank { margin: 15px 0 0;}
/*-----------------------------------*/
@media screen and (max-width: 779px) {
#logo .left { width: 47%;}
#logo .right { width: 47%;}
#logo .img img {
	width: 100%;
	height: auto;
}
}
@media screen and (max-width: 479px) {
#logo .left { 
	float: none;
	width: auto;
}
#logo .right {
	float: none;
	width: auto;
}
}
/*-----------------------------------*/



/*	footer
============================================================*/


#snsList_ft { margin: 40px 0 20px;}
#snsList_ft li {
	display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
}
/*
#snsList_ft li.fb { width: 100px;}
#snsList_ft li.twt { width: 80px;}
#snsList_ft li.gplus { width: 65px;}
*/
#snsList_ft li:last-child {
	margin: 0;
}

footer {
	background: #fff;
	border-top: 1px solid #ddd;
	margin: 40px 50px 0;
	padding: 30px 0;
}
footer .left {
	float: left;
}
footer .left .img {
	float: left;
	margin: 0 10px 0 0;
	width: 40px;
}
footer .left .img img {
	width: 100%;
	height: auto;
}
footer .left .txt {
	float: left;
	text-align: left;
}
footer .left .txt p:first-child { font-size: 93%; margin: 6px 0 0;}
footer .left .txt p:last-child { font-size: 77%;}

footer .right {
	float: right;
}
/*-----------------------------------*/
@media screen and (max-width: 779px) {
footer {
	margin: 40px 20px 0;
	padding: 30px 0;
}
footer .left {
	float: none;
	display: block;
	margin: 15px 0 0;
}
footer .left .img {
	float: none;
	margin: 0 auto;
}
footer .left .txt {
	float: none;
	text-align: center;
}
footer .left .txt p:first-child { margin: 8px 0 0;}
footer .right {
	float: none;
	display: block;
}
}
@media screen and (max-width: 479px) {
#snsList_ft li { margin: 0 2px 0 0;}
}
/*-----------------------------------*/


/*170321追記------------------------*/
#contents h2.umi {
	color: #667d04;
	line-height: 1.4em;
	font-size: 130%;
	font-weight: bold;
	padding: 10px 0;
}


/*171030追記------------------------*/
#cont_access .sake {
	border:solid 1px #CCCCCC;}

#cont_access h3 {
	color: #F90;
	font-size: 120%;
	font-weight: bold;
	margin: 10px 0 ;
}	
#cont_access h4 {
	color: #333399;
	font-size: 105%;
	font-weight: bold;
	margin: 10px 0 ;

}

.pc { display: block !important; }
.sp { display: none !important; }
 

@media screen and (max-width: 479px) {
#cont_access .shopsp { margin-left: 20px;}


.pc { display: none !important; }
.sp { display: block !important; }


}