@charset "UTF-8";

.fweight300{font-weight:300;}

.wk_title, .wk_title_wh{
    position: relative;
    z-index: 1;
	margin: 0 auto;
	padding: 60px 0 0;
	max-width: 300px;
	background-image: url("../images/pages/bg_mark.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 40px;
}
.wk_title_wh{
	background-image: url("../images/pages/bg_mark_wh.png");
}
h1.title, h2.title, h1.title_wh, h2.title_wh{
	margin: 0 auto 80px;
	padding: 0 0 15px;
	text-align: center;
	font-size: 20px;
	width: 100%;
	font-family: 'Noto Serif JP';
	font-weight: 400;
    background-image: url("../images/common/line_gn.png");
    background-position: bottom;
    background-repeat: repeat-x;
    background-size: 300px;
}
h1.title_wh, h2.title_wh{
	color: #FFFFFF;
    background-image: url("../images/common/line_wh.png");
}
h2.dcircle{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #0B3F1F;
}
h2.dcircle::before{
    content: '◎';
}



/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}


table{
	width:100%;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
th,td{
	vertical-align:top;
	margin:0;
	padding:0;
	font-weight: normal;
}
th{
	white-space: nowrap;
}
td{
}
@media screen and (max-width: 767px) {/*スマホ対応*/
}


/*flexbox*/
.flexcontainer{/*親*/
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	text-align: left;
}
.flexitem{/*子*/
	position: relative;
	z-index: 0;
	margin: 0 0px 0px;
	padding: 0 0px 0px;
}
.flexitemInner{/*子inner*/
	position: relative;
	margin: 10px 15px;
	padding: 0 0 5px;
}
.flexitem img{
	width: 100%;
}
.flexitem1of2{flex-basis: calc(50%);}
.flexitem1of3{flex-basis: calc(33.333%);}
.flexitem1of4{flex-basis: calc(25%);}
.flexitem1of5{flex-basis: calc(20%);}
.flexitem1of6{flex-basis: calc(16.666%);}

@media screen and (max-width: 767px) {/*スマホ対応*/
	.flexitem1of2{flex-basis: calc(100%);}
	.flexitem1of3{flex-basis: calc(100%);}
	.flexitem1of4{flex-basis: calc(50%);}
	.flexitem1of5{flex-basis: calc(50%);}
	.flexitem1of6{flex-basis: calc(50%);}
}


.bgIndexMain {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	box-shadow:0px 30px 10px -20px rgba(0,0,0,0.1) inset;
}
.indexMain
, .bgEEE
, .bgFFF
, .bgF2F
, .bglgy
, .bgGy
, .bgEmbedsocial
, .bgIndexShop
, .bgIndexAbout
, .bgIndexSocial
, .bgIndexMenu
, .bgIndexEC
, .bgIndexRecruit
, .bgShopNM, .bgShopPhoto, .bgNewsTitle
{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
}
.bgF2F{background-color: #F2F2F2;}
.bgEEE{background-color: #EEEEEE;}
.bgFFF{background-color: #FFFFFF;}
.bglgy{
    background-image: url("../images/common/bg_lgy.png");
    background-size: 300px;
    background-repeat: repeat;
    background-position: 0 0;
}
.bgGy{
    background-image: url("../images/common/bg_gy.png");
    background-size: 300px;
    background-repeat: repeat;
    background-position: 0 0;
}
.bgEmbedsocial{
    z-index: 999;
    background-image: url("../images/pages/bg_embedsocial.jpg");
}
.bgIndexShop{
    z-index: 999;
    background-image: url("../images/pages/bg_indexShop.jpg");
}
.bgIndexAbout{
    z-index: 999;
    background-image: url("../images/pages/bg_indexAbout.jpg?2021071001");
}
.bgIndexSocial{
    z-index: 999;
    background-image: url("../images/pages/bg_indexSocial.jpg");
    background-size: 480px;
    background-repeat: repeat;
}
.bgIndexEC{
    z-index: 999;
    background-image: url("../images/pages/bg_indexEC.jpg");
}
.bgIndexMenu{
    z-index: 999;
    background-image: url("../images/pages/bg_indexMenu.jpg");
}
.bgIndexRecruit{
    z-index: 999;
    background-image: url("../images/pages/bg_recruitPartner.jpg");
}
.bgShopNM, .bgNewsTitle{
    z-index: 999;
}
.bgIndexShop::after
, .bgEmbedsocial::after
, .bgIndexAbout::after
, .bgIndexSocial::after
, .bgIndexEC::after
, .bgIndexMenu::after
, .bgIndexRecruit::after
, #indexShopMobile.bgIndexShop::after
, .bgShopNM::after/*ショップ名：ショップ詳細ページタイトル*/
, .bgNewsTitle::after/*おしらせタイトル*/
{
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}
.bgIndexSocial::after
{
    background-color: rgba(0,0,0,0.6);
}
a:hover .bgIndexAbout::after
, a:hover .bgIndexSocial::after
, .bgEmbedsocial::after
, a:hover .bgIndexEC::after
, a:hover .bgIndexMenu::after
, a:hover .bgIndexRecruit::after
, a:hover #indexShopMobile.bgIndexShop::after{
    background-color: rgba(0,0,0,0.3);
}


.linkBT{/*中央*/
	margin: 0 auto;
	padding: 0;
	max-width: 300px;
}
.BT1of1{
	position: relative;
	max-width: 300px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}

.txtAbout{
    position: relative;
    margin: 0;
    padding: 30px;
    background-image: url("../images/common/bg_lyl.png");
    background-repeat: repeat;
}

.txtArea{
    display: inline-block;
    position: relative;
    margin: 80px auto 0;
    padding: 120px 0 0;
    text-align: left;
    background-image: url("../images/common/mark.png");
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: top center;
}
.txtAreaNoMark{/*マークなし*/
    display: inline-block;
    position: relative;
    width: auto;
    margin: 0px auto 0;
    padding: 0px 0 0;
    text-align: left;
}



/*---------------------------------------------------------------------------------------------------------- Filter _____*/
.bgFilter{
	position: relative;
	width: 100%;
	margin: 0 0 20px;
	padding: 0;
	border: 1px solid #EEEEEE;
}
.bgFilterIn{
	position: relative;
	max-width: 1326px;
	margin: 0 auto;
	padding: 20px 20px 20px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.bgFilterIn{
	padding: 20px 20px 0px;
}
}

/*フィルター menuStyle.css override*/
.filtersort{
	margin: 0px 0;
	padding: 0;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.filtersort{
	margin: 0px 0 0;
}
}

.filter-label{
	/*color: #fff;*/
	font-size: 12px;
	margin: 0px;
	padding: 0 0 5px 20px !important;
}
.icoFilterlabel{
	margin: 0 0 10px;
	padding: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 15px;
}
.icoFilterlabel_filter{
	background-image: url(../images/common/ico_filter.png);
}
.icoFilterlabel_sort{
	background-image: url(../images/common/ico_sort.png);
}


.btn-group .btn:last-child, .btn-group .btn:first-child {
    border-radius: 0;
}
.btn-group .btn:last-child {
	margin-right: 0px;
}
.btn {
    display: inline-block;
    padding: .75em .8em;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #34495e;
    color: #34495e;
    font-size: 1rem;
    background-color: rgba(52,73,94,0);
    transition: .2s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
	/*upd-fujimoto*/
    border: 0px;
	margin-right: 10px;
    padding: 5px;
	font-size: 13px;
	text-align: left;
	/*color: #AAAAAA;*/
	min-height: 35px;
	white-space: nowrap;
}
.btn--primary {
	padding-top: 12px;
	/*min-width: 60px;*/
}
.btn--primary.active, .btn--primary:active {
    background-color: transparent;
}
.btn--primary.active:hover, .btn--primary:active:hover {
    background-color: transparent;
	background:none;
}
.btn--primary:focus.active {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,.0), 0 0 0 0px rgba(52,152,219,.0);
}
.btn.active, .btn:active {
    box-shadow: inset 0 0 0 0 rgba(0,0,0,0);
	font-weight: bold;
    background-color: transparent;
}
.btn--primary:focus {
    box-shadow: 0 0 0 0 rgba(52,152,219,0);
}
.btn--primary:hover {
    background-color: transparent;
	background-image: url(../images/common/bg_header_cmn.png);
	background-repeat: repeat;
}

.filters-group input[type=radio]{
	height: 0;
}

@media screen and (max-width: 767px) {/*スマホ対応*/
.filters-group {
    margin: 0 0 30px;
}
}



/*---------------------------------------------------------------------------------------------------------- Attention _____*/
.bgAttention{
    background-color: #EEEEEE;
    margin: 0;
    padding: 30px 20px;
}
.bgAttention p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 24px;
}

/*---------------------------------------------------------------------------------------------------------- information _____*/
/*information*/
.e_container{/*親*/
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flexStart{
	justify-content: flex-start;
}

.itemNews{/*\子*/
	position: relative;
	z-index: 0;
    width: calc(25% - 20px);
    margin: 0 10px 20px;
    padding: 0;
	border: 0px;
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-size: 16px;
	line-height: 180%;
}
.itemNews{/*\子*/
	/*border: 1px solid #AAAAAA;*/
}
.itemNews img{
	display: block;
	width: 100%;
}
.itemNews a img{
}
.itemNews a:hover img{
	opacity: 0.5;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.itemNews{/*\子*/
	width: 100%;
}
}

.itemInner{
	position: relative;
	margin: 0;
	padding: 10px;
}

.infoDate{
	margin: 5px 0 0;
	padding: 0;
	font-size: 11px;
	color: #555555;
}


.iCategoryIN{
	display: inline-block;
	margin: 0;
	padding: 0px 10px;
	width: 100px;
	background-color: #555555;
	color: #FFFFFF;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	text-align: center;
}

.infoUpDate, .infoCategoryIcon{
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 5px;
	font-size: 11px;
	color: #666666;
	line-height: 100%;
	white-space: nowrap;
}
.infoUpDate{
	margin-right: 20px;
	padding: 3px 0px;
	color: #666666;
}
.infoCategoryIcon{
	color: #FFFFFF;
	background-color: #666666;
}

.nList {
	position: relative;
    width: calc(25% - 20px);
    box-sizing: border-box;
    background-color: #F8F8F8;
    margin: 0 10px 20px 10px;
    height: 270px;
    overflow: hidden;
}
a.nDetail{}
a.nDetail:hover img{opacity: 0.5;}
a.nDetail:hover .newsTitle{text-decoration: none;}
.nImg{
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
}
.nTag{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	margin: 0;
	padding: 0 3px;
	background-color: rgba(102,102,102,0.8);
	color: #FFFFFF;
	font-size: 10px;
	width: 94px;/*100px*/
	text-align: center;
}
.nTag.cart{
    padding: 0px 8px 0 30px;
	width: auto;
	background-image: url(../images/common/ico_cart_wh.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 8px;

}
.nDetailWrap{padding: 10px;}
.nDetailWrap .newsTitle {
    display: inline-block;
    height: 58px;
    overflow-y: hidden;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 16px;
}
@media screen and (max-width: 1023px) {
.nList {
    height: 240px;
}
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.nList {
    width: calc(100% ) !important;
    margin: 0 0px 20px 0px;
    height: auto;
}
.nDetailWrap .newsTitle {
    height: auto;
    overflow-y:auto;
}
}

#movieTV{
	position: relative;
	display: block;
	margin: 30px auto 0;
	width: 100%;
}
.movie-wrap {
    margin: 0px 0 0;
    padding: 0;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}







/*---------------------------------------------------------------------------------------------------------- index.html _____*/
.loaderLogo {
	margin: 0px auto;
	width: 50px;
	position: relative;
	animation: loadlogo 1.5s infinite linear;
}
.loaderLogo img{
	width: 100%;
}
@keyframes loadlogo {
  0% {
  	opacity: 1;
  }
  50% {
  	opacity: 0.1;
  }
  100% {
  	opacity: 1;
  }
}


#btScroll{
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	right:0;
	margin:auto;
	width:50px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
#btScroll{
	bottom:50px;
}
}


a .newsTitle{text-decoration: underline;}
a:hover .newsTitle{text-decoration: none;}
.newsTitle{/*おしらせタイトル*/
	margin: 0px 0 0;
	padding: 0;
	font-size: 16px;
}
.newsTitle a{
	text-decoration: underline;
}
.newsDescription{/*おしらせ説明*/
	margin: 5px 0 0;
	padding: 0;
	font-size: 12px;
	line-height: 180%;
}
.newsDate{/*更新日付*/
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #545454;
}
.newsPrice{/*価格*/
    text-align: right;
	margin: 0;
	padding: 0;
	font-size: 16px;
}


#indexShop{}
@media screen and (max-width: 767px) {/*スマホ対応*/
#indexShop{display: none;}
}
#indexShop table{
    position: relative;
    z-index: 999;
    margin: 0 auto;
    padding: 0;
    max-width: 1280px;
}
#indexShop th, #indexShop td{
    vertical-align: top;
    margin: 0;
    padding: 0 0 20px;
    border-collapse: collapse;
    color: #FFFFFF;
}
#indexShop th{
    padding: 0 80px 0 0;
}
#indexShop th div{
    margin: 0;
    padding: 0 0 0 30px;
	font-family: 'Noto Serif JP';
	font-weight: 400;
    background-image: url("../images/pages/bg_mark_wh.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 0 center;
}
#indexShop td{
}
#indexShop table a{
    display: inline-block;
    margin: 0 2em 10px 0;
    padding: 0;
    color: #FFFFFF;
    text-decoration: underline;
}

#indexShopMobile{display: none;}
@media screen and (max-width: 767px) {/*スマホ対応*/
#indexShopMobile{display: block;}
}


/*---------------------------------------------------------------------------------------------------------- shop ----------------*/
.subMenu{
    float: left;
    margin: 0;
    padding: 5px 0px 0px 30px;
    font-size: 12px;
}
.shopSNSico{
    float: right;
    margin: 0;
    padding: 8px 15px 0px 0;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.subMenu, .shopSNSico{
    float: none;
    padding: 15px 0px 5px;
    text-align: center;
    font-size: 11px;
}
}
.subMenu a{
    margin: 0;
    padding: 0 10px 0 0;
    display: inline-block;
}
.subMenu a::before{
    content: "- ";
}
.shopSNSico img{
    display: inline-block;
    margin: 0;
    padding: 0 5px 0 0;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.shopSNSico img{
    padding: 0 10px;
}
}

.Data table, .shopTable table{
    position: relative;
    margin: 0;
    padding: 0;
}
.Data th, .Data td, .shopTable th, .shopTable td{
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 25px;
    border-collapse: collapse;
    border-bottom: 1px dotted #595959;
    box-sizing: border-box;
    font-weight: 300;
}
.Data th, .shopTable th{
    width: 20%;
    white-space: nowrap;
	font-family: 'Noto Serif JP';
	font-weight: 400;
    color: #0B3F1F;
    font-size: 13px;
}
.shopTable th{
    width: initial;
}
.shopTable th.pref{
    font-size: 20px;
    border-bottom: 0;
    text-align: center;
    padding: 100px 0 0px;
    padding: 50px 0 0px;
    /*background-image: url("../images/common/mark.png");
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: top 50px center;*/
}
.shopTable td[colspan].biko{
    font-size: 12px;
    color: #0B3F1F;
    border-bottom: 0;
    text-align: left;
}
.shopTable td.shop{font-family: 'Noto Serif JP',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif !important;}
.shopTable td.shop a{
    color: #0B3F1F;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.Data tr {
    width: 100%;
}
.Data th{
    padding-bottom: 0;
    border-bottom: 0px;
}
.Data th, .Data td{
    display: block;
    width: 100%;
}

/*.shopTable CSS*/
.shopTable .thead {
display: none;
}
.shopTable tr {
width: 100%;
}
.shopTable th.pref{
    padding-bottom: 40px;
}

.shopTable td {
display: block;
text-align: left;
width: 100%;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 10px;
    border: 0;
}
.shopTable td:first-child {
text-align: center;
}
.shopTable td:before {
content: attr(data-label);
float: left;
margin-right: 20px;
    white-space: nowrap;
	font-family: 'Noto Serif JP';
	font-weight: 400;
    color: #0B3F1F;
    font-size: 13px;
}
.shopTable td:last-child {
    border-bottom: 1px dotted #595959;
    margin-bottom: 25px;
}

}



.shopSNS{}
.shopSNS a{
    display: inline-block;
    margin: 0;
    padding: 0 20px 0 0;
    text-decoration: underline;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;/*9/16*/
padding-bottom: 50%;/*1/2*/
padding-bottom: 33.333%;/*1/3*/
/*padding-bottom: 100%;*/
padding-top: 0px;
margin-top: 0px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.ggmap {
padding-bottom: 100%;
}
}

.shopphoto{
    margin: 0;
    padding: 0;
    background-color: #000000;
}
.shopphoto a img{opacity: 0.7;}
.shopphoto a:hover img{opacity: 1;}


.shopList table{/*はたらくにも使用*/
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.shopList th, .shopList td{
    position: relative;
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 20px 10px;
    border-bottom: 1px dotted #CCCCCC;
    font-weight: 300;
}
.shopList th.nm{
    width: 30%;
    white-space: nowrap;
}
.shopList th.nm a{
    text-decoration: underline;
}
.shopList td.add{
    width: 50%;
}
.shopList td.tel{
    width: 20%;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.shopList th.nm, .shopList td.add, .shopList td.tel{
    display: block;
    width: 100%;
    padding: 10px;
}
.shopList th.nm, .shopList td.add{
    border-bottom: 0;
    padding-bottom: 0;
}
.shopList th.nm{
    padding-top: 15px;
}
}

.payCard{}
.payCard img{
	position: relative;
	z-index: 0;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 50px;
}



/*---------------------------------------------------------------------------------------------------------- menu ----------------*/

.itemLimited{/*\子*/
    background-color: #EEEEEE;
}
.itemClassic{/*\子*/
    margin-bottom: 80px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.itemNews.itemClassic{/*\子*/
    /*width: calc(50% - 20px);*/
}
}

.item1of1{/*\子*/
    width: calc(100% - 20px);
}
.item1of2{/*\子*/
    width: calc(50% - 20px);
}
.item1of3{/*\子*/
    width: calc(33.333% - 20px);
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.item1of2, .item1of3{/*\子*/
	width: 100%;
}
}



.menuBa{
	position: relative;
    margin: 0;
    padding: 20px 20px 100px;
}
.menuBa a:hover img{opacity: 0.5;}
@media screen and (max-width: 767px) {/*スマホ対応*/
.menuBa{
    padding: 20px 0 100px;
}
}



.category{}
.categoryIco{
    display: inline-block;
    margin: 0 0 5px;
    padding: 0px 8px;
    border: 1px solid #0B3F1F;
    background-color: #FFFFFF;
    text-align: center;
    font-size: 10px;
    color: #0B3F1F;
}
a span.categoryIco{
    background-color: #0B3F1F;
    color: #FFFFFF;
    text-decoration: none;
}
.categoryIco.btcart{
    padding: 0px 8px 0 30px;
    background-image: url("../images/common/ico_cart_wh.png");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 8px;
}

.title.menu{
	margin: 20px auto 0px;
	padding: 0 0 15px 15px;
	text-align: left;
    color: #0B3F1F;
}

.salesPeriod, .salesPeriod2{
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: right;
}
.salesPeriod2{
    padding-top: 5px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.salesPeriod2{
    padding-top: 0;
    text-align: center;
}
}

.pageMainimg img{
    position: relative;
    z-index: 0;
    display: block;
    margin: 30px 0 40px;
    padding: 0;
    width: 100%;
}
h2.subMenuNM{
    margin: 0 0 30px 0;
    padding: 0 0 20px 30px;
    border-bottom: 1px solid #666666;
    font-size: 20px;
}
h2.subMenuNM2{
    margin: 0 0 15px 0;
    padding: 0 0 0px 30px;
    border-bottom: 0px;
    font-size: 20px;
}
h2.subMenuNM::before, h2.subMenuNM2::before{
    content: '● ';
}
p.pComm{
    margin: 0 0 15px 0;
    padding: 0 0 0px 30px;
}
p.priceMenu{
    margin: 0 0 30px 0;
    padding: 0 0 0px 30px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
h2.subMenuNM2{
    padding: 0 0 0px 0px;
}
}
p.priceMenu2{
    margin: 0 0 40px 0;
    padding: 0 0 0px 30px;
    line-height: 180%;
}
.txtBiko, .txtHowto{
    margin: 30px 0;
    padding: 0;
}
.txtBiko ul, .txtHowto ul{
    margin: 0;
    padding: 0;
}
.txtBiko ul li, .txtHowto ul li{
    margin: 0 0 0px 0;
    padding: 0 30px 0px 30px;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}
.txtBiko ol li{
    margin: 0 0 0px 20px;
    padding: 0 30px 0px 0px;
	list-style-type: decimal;
    line-height: 32px;
}
.txtHowto li{
    padding: 0 0px 30px 0px;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}
.txtHowto li{
    color: #0B3F1F;
}
.txtHowto li div.liCom{
    padding-left: 1.5em;
    color: #000000;
}
.txtBiko ul li::before, .txtHowto ul li::before{
    content: '● ';
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.txtBiko ul li, .txtHowto li{
    padding: 0 0px 0px 0px;
}
}

.menuSubmenu{
    padding-left: 20px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.menuSubmenu{
    padding-left: 0px;
}
}

.ecTag{
	position: absolute;
	z-index: 1;
	top: 20px;
	left: 20px;
	display: inline-block;
	margin: 0;
    padding: 0px 8px 0 30px;
	background-color: rgba(102,102,102,0.8);
	color: #FFFFFF;
	font-size: 10px;
	/*width: 94px;*/
	text-align: center;
    background-image: url(../images/common/ico_cart_wh.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center left 8px;
}


/*---------------------------------------------------------------------------------------------------------- about _____*/
#floresta{}
#floresta table{
    margin: 80px auto 0;
    padding: 0;
    max-width: 800px;
}
#floresta td{
    width: 40%;
    margin: 0;
    padding: 0 0 0 60px;
    border-collapse: collapse;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: top left;
    text-align: left;
    color: #2C5928;
    font-weight: 300;
}
#floresta td.aboutSpace, #floresta td.aboutImg{
    width: auto;
    padding: 0;
    background-image: none;
}
#floresta td.aboutD1{
    background-image: url("../images/pages/ico_aboutD1.png");
}
#floresta td.aboutD2{
    background-image: url("../images/pages/ico_aboutD2.png");
}
#floresta td.aboutD3{
    background-image: url("../images/pages/ico_aboutD3.png");
}

@media screen and (max-width: 767px) {/*スマホ対応*/
#floresta td{
    display: block;
    width: 100%;
    padding: 0px 0 40px 60px;
}
#floresta td.aboutSpace{
    display: none;
}
#floresta td.aboutImg{
    padding: 0 0 40px 0;
}
}


#material table, #history table, #company table, #overview table{
    position: relative;
    margin: 80px auto 0;
    padding: 0;
    max-width: 800px;
    border-collapse: collapse;
}
#company table{
    margin: 0px auto 0;
}
#material th, #material td, #history th, #history td, #company th, #company td, #overview th, #overview td{
    position: relative;
    text-align: left;
    vertical-align: top;
    margin: 0;
    padding: 20px 10px;
    border-bottom: 1px dotted #CCCCCC;
    font-weight: 300;
}
#material th, #history th, #company th, #overview th{
    font-size: 13px;
    color: #2C5928;
    font-family: 'Noto Serif JP',"ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    white-space: nowrap;
}
#company th{
    width: 30%;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
#material th, #material td, #history th, #history td, #company th, #company td, #overview th, #overview td{
    display: block;
    width: 100%;
    padding: 10px;
}
#material th, #history th, #company th, #overview th{
    padding-bottom: 0;
    border-bottom: 0px;
}
}




/*---------------------------------------------------------------------------------------------------------- 経営理念 ----------------*/
.mission{
    margin: 20px 0 0;
    padding: 0;
    text-align: center;
    color:#0B3F1F;
    font-size: 26px;
    font-family: 'Delius Unicase', cursive;
    line-height: 200%;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.mission{
    font-size: 16px;
}
}

#theme ol, .dpoint ul{
    margin: 0 0px 0 20px;
    padding: 0;
}
#theme li, .dpoint li{
    margin: 0 0 30px;
    padding: 0 0 0 0px;
    list-style-type: decimal !important;
    line-height: 180%;
}
.dpoint li{
    list-style-type: disc !important;
}

/*---------------------------------------------------------------------------------------------------------- お客様の声 ----------------*/

.BT1of1.voice{
    font-size: 13px;
}

.oneArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1024px;
  margin: 0px auto 50px;
  padding: 0 0px 0 10px;
}
.oneArea .onebox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}
.oneArea .onebox:nth-child(even) {
  flex-direction: row-reverse;
}
.oneArea .onebox .imgArea {
  width: 16%;
  position: relative;
}
.oneArea .onebox .imgArea img {
  width: 100%;
  max-width: 130px;
  position: absolute;
  top: 0px;
}
.oneArea .onebox:nth-child(odd) .imgArea img {
  left: 0;
  padding-right: 30px;
}
.oneArea .onebox:nth-child(even) .imgArea img {
  right: 0;
  padding-left: 30px;
}
.oneArea .onebox .fukiArea {
  /*width: 63%;*/
  width: 84%;
}
.oneArea .onebox .fukidasi {
  width: 100%;
  position: relative;
  padding: 25px;
  background-color: #FFFFFF;
  font-size: 16px;
  color: #231815;
  border-radius: 12px;
  box-sizing: border-box;
}
.oneArea .onebox .fukidasi::before {
  content: '';
  position: absolute;
  display: block;
  top: 22px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 30px 15px 0;
  border-color: transparent #FFFFFF transparent transparent;
}
.oneArea .onebox:nth-child(odd) .fukidasi::before {
  left: -20px;
}
.oneArea .onebox:nth-child(even) .fukidasi {
  /*background-color: #fde5e5;*/
}
.oneArea .onebox:nth-child(even) .fukidasi::before {
  right: -20px;
  /*border-color: transparent #fde5e5 transparent transparent;*/
  border-color: transparent #FFFFFF transparent transparent;
  transform: rotate(180deg);
}
@media screen and (max-width: 1023px) {
  .oneArea .onebox .imgArea img {
    /*max-width: 70%;*/
  }
  .oneArea .onebox .fukidasi {
    padding: 15px;
    font-size: 14px;
    line-height: 28px;
  }
  .oneArea .onebox .fukidasi::before {
    top: 8px;
  }
}
@media screen and (max-width: 420px) {
  .oneArea {
    margin: 30px auto;
    margin: 0px auto;
  }
  .oneArea .onebox:nth-child(even) {
    /*margin-top: 15px;*/
  }
  .oneArea .onebox .imgArea {
    /*width: 20%;*/
  }
  .oneArea .onebox .fukidasi {
    padding: 10px 15px;
    font-size: 13px;
    line-height: 20px;
  }
}









/*---------------------------------------------------------------------------------------------------------- プライバシーポリシー ----------------*/
#policy{
	margin:0px;
	padding: 0;
	text-align:left;
}
#policy ol{
	margin:80px 0px 0px 25px;
	padding:0px;
}
#policy ol li{
	margin:0px 0px 50px;
	padding:0px;
	list-style-type: decimal !important;
    line-height: 180%;
}
#policy ol li ol{
	margin-top:25px;
	margin-left:43px;
}
#policy ol li ol li{
    text-indent: -43px;
	margin:0px 0px 25px;
	padding:0px;
    list-style-type: none !important;
    counter-increment: cnt;
}
#policy ol li ol li::before{
    content: "(" counter(cnt)")　";
}



/*------------------------------------------------------------------------------ footer ----------------*/
.footer{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1326px;
	font-size:12px;
	color:#FFFFFF;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
}
.footer p{
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 180%;
}
.footer p.companuNM{
	margin: 0 0 20px;
}
.footer p.companuAdd{
	margin: 0 0 50px;
}

/*flexbox*/
.footerMenu{/*親*/
	margin: 0 0 50px;
	padding: 0;
}
.fMenuGroup{
	margin: 0;
	padding: 0;
	border-right: 0px;
}
.fmItem{/*子*/
	position: relative;
	z-index: 0;
	margin: 0 20px 10px;
	padding: 0 0px 0px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.footerMenu{/*親*/
}
.fMenuGroup{
	border-right: 1px solid #888888;
}
.fmItem{/*子*/
	display: block;
	width: 50%;
	margin: 0;
	padding: 0px;
	border: 1px solid #888888;
	border-bottom: 0;
}
.fmItem.fmHome{/*ホーム*/
	width: 100%;
	text-align: center;
}
.fmItem a{/*子*/
	display: block;
	padding: 10px;
}
.fmItemL{
	border-right: 0;
}
.fmItemB{
	border-bottom: 1px solid #888888;;
}
}

.fmSNS{/*子：SNS*/
	position: relative;
	z-index: 0;
	margin: 0 10px 20px;
	padding: 0 0px 0px;
	font-size: 18px;
	letter-spacing: normal;
}
.footSNSico{
	display: inline-block;
	width: 25px !important;
}

/*ロゴ*/
.footLogo{
	margin: 20px auto 50px;
	padding: 0;
	max-width: 180px;
}


/*------------------------------------------------------------------------------ フォーム ----------------*/
.bgMail{
	margin: 0;
	padding: 20px 10px 10px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
}

.cboxLeft{
	float: left;
	margin-bottom: 10px;
}
.front_radio{
	margin: 0 30px 0 0;
	padding: 0 0 0px;
	line-height: 180%;
}
.front_checkbox{
	margin: 0 30px 0 0;
	padding: 0 0 0px;
	line-height: 180%;
}
.linedot{
	border-bottom:1px solid #69821B;
}
.dataitem_half{
	float: left;
	margin: 30px 0 0;
	padding: 0px 0 0;
	text-align: left;
	letter-spacing: 1px !important;
	width: 40%;
	vertical-align: top;
	font-size: 16px;
}
.datadata_half{
	float: left;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
	letter-spacing: 1px !important;
	width: 60%;
	vertical-align: top;
	font-size: 16px;
}
.datamail{
	margin: 0 auto;
	padding: 0;
	width: 98%;
}
.line_gy {
    clear: both;
    border-bottom: 1px dotted #666666;
}


.bt_one{
	margin:120px auto 50px;
	padding:0px;
	text-align:center;
	letter-spacing:1px !important;
	max-width: 300px;
	vertical-align:top;
}
.bt_half{
	display: inline-block;
	margin:60px 20px 50px;
	padding:0px;
	text-align:center;
	letter-spacing:1px !important;
	width:300px;
	vertical-align:top;
}
input[type=text], textarea, select{
	border:0; 
	padding:10px 1%; 
	color:#000; 
	border:solid 1px #ccc; 
	margin:0; 
	font-size:16px;
}
input[type=text], textarea{
	width:98%;
}
input:focus, textarea:focus, select:focus {
    border:solid 1px #0B19E7;
}
textarea{
	height:300px;
}
select{
	height: 44px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.dataitem_half{
	float:none;
	margin: 20px 0 0;
	width: 100%;
}
.datadata_half{
	float:none;
	margin: 0px 0 0;
	padding: 10px 0 0;
	width: 100%;
}
.bt_half{
	/*margin:20px auto 10px;*/
	margin:30px auto 20px;
	max-width: 200px;
}
}


.cp_ipselect {
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

	border:0; 
	padding:10px 1%; 
	color:#000; 
	margin:0; 
	font-size:16px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.6em;
	right: 2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 4px solid #666666;
	border-right: 4px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 18px;
	padding: 8px 38px 8px 1%;
	/*color: #666666;*/
}



@media screen and (max-width: 1023px) {/*タブレット対応*/
.pc{
	display:none;
}
.tablet{
	display:block;
}
}



