@charset "utf-8";
body, tooltip, popover {
}
 _:lang(x)::-ms-backdrop, .selector { /* IE11でのみ有効 */
}
.gothic {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: normal;
}
.mincho {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color: #1c1c1c;
}
html {
	background: #ffffff;
}
body {
	letter-spacing: -.01em!important;
	line-height: 1.7!important;
	z-index: -9999!important;
	color: #1c1c1c!important;
	background-color: #ffffff!important;
	font-size: .96rem!important;
}
img {
	max-width: 100%!important;
	height: auto;
	-webkit-backface-visibility: hidden;
	image-rendering: -webkit-optimize-contrast;
	flex-shrink: 0;
}
div {
	position: relative;
}
table {
	color: #333333;
	text-align: left;
}
table ol {
	margin-bottom: 0;
}
a {
	color: #1c1c1c;
}
a:hover {
	color: #555555;
	opacity: 0.7;
	transition: all 0.3s ease;
	text-decoration: none;
}
b, strong, .bold {
	font-weight: bold;
}

.rounded-lg {
    border-radius: 0.8rem!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.7;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.75rem;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
h5 {
	font-size: 1.1rem;
}
h6 {
	font-size: 1.0rem;
}

/* ########### 991px以下 ＞lg ########### */
@media (max-width: 991px) {
}

/* ########### 767px以下 ＞md ########### */
@media (max-width: 767px) {
}

/* ########### 575px以下 ＞sm ########### */
@media (max-width: 575px) {
h1 {
	font-size: 1.75rem;
}
h2 {
	font-size: 1.5rem;
}
h3, h4 {
	font-size: 1.25rem;
}
}
.small{
	font-size: 80%;
}
.xsmall{
	font-size: 70%;
}
.xsmall{
	font-size: 60%;
}
.large{
	font-size: 120%;
}
.xlarge{
	font-size: 140%;
}
.xxlarge{
	font-size: 160%;
}

/*ヘッダー設定*/
#HeaderWrapper {
	z-index: 100;
}
.sticky-top {
    position: -webkit-sticky!important;
    position: sticky!important;
    top: 0;
    z-index: 1020!important;
	background-color: rgba(250,250,250,0.85)!important;
}
#header .title{
	padding-top: .7rem;
	padding-bottom: .7rem;
}
#Navber{
	letter-spacing: 1px;
	white-space: nowrap;
}
#Navber .button{
	text-align: center;
}
#Navber a.nav-link{
	color: #1c1c1c;
}
ul.navbar-nav,
ul.navbar-nav li{
	height: 100%;
}
.navbar-light .navbar-toggler{
	color: #1c1c1c;
}
.navbar-toggler .navbar-toggler-icon{
	display: none;
}
.navbar-toggler{
	width: 42px;
	height: 40px;
	padding: inherit;
}
.navbar-toggler::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c9";
}
.navbar-toggler[aria-expanded="true"]::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00d";
}
#header .navbar .menuSub {
	position: absolute!important;
	display: none;
	top: 65px!important;
	background-color: rgba(255,255,255,0.85)!important;
	border:none!important;
	border-radius: 0!important;
}
/*.openが付与された時、表示の設定*/
#header .navbar .menuSub.open {
	display: block;
}
#header .navbar .dropdown-item {
    display: block!important;
    width: 100%!important;
    padding: .25rem 1.5rem!important;
    clear: both!important;
    font-weight: 400!important;
    color: #212529!important;
    text-align: inherit!important;
    white-space: nowrap!important;
    background-color: transparent!important;
    border: 0!important;
}
#header .navbar .dropdown-item:focus, #header .navbar .dropdown-item:hover {
    color: #16181b!important;
    text-decoration: none!important;
    background-color: #e9ecef!important;
}

.titleLine {
  display: flex;
  align-items: center;/* 縦位置の調整 */
}

.titleLine::before,
.titleLine::after {
  content: '';
  flex-grow: 0.3;/* 余白を分け与える */
  height: 1px;
  background: #555555;
}
.titleLine::before {
  margin-right: 30px;
}
.titleLine::after {
  margin-left: 30px;
}

/* ########### 1199px(xl)以下 ########### */
@media (max-width: 1199px) {
}
/* ########### 991px(lg)以下 ########### */
@media (max-width: 991px) {

#HeaderWrapper {
  padding-top: 5px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  border-top: 3px solid #1c1c1c;/*右：薄ピンク*/
}
#HeaderWrapper::before{
  content: '';
  position: absolute;
  top: -3px;
  width: 50%;
  height: 3px;
  background: #00A296;/*左：ピンク*/
}
.navbar-collapse{
	position: absolute;
	right: -15px;
	top: 60px;
	width: 100vw;
}
ul.navbar-nav,
ul.navbar-nav li{
	background-color: rgba(200,200,200,0.85);
	height: auto;
	display: block!important;
	text-align: left;
}
ul.navbar-nav li{
	border-bottom: #1c1c1c 1px dotted;
	padding: .7rem 1rem!important;
}
#header .navbar .menuSub {
	position: relative;
	top: 0;
}
}
/* ########### 767px(md)以下 ########### */
@media (max-width: 767px) {
}
/* ########### 575px(sm)以下 ########### */
@media (max-width: 575px) {
}
/*ヘッダー設定　ここまで*/

/*フッター設定*/
#footer{
	letter-spacing: 1px;
}
#footerSitemap li{
	padding: 1rem;
	position: relative;
}
#footerSitemap li a{
	padding: 1rem 0;
}
#footerSitemap li+li::before{
	content: "●";
	font-size: 8px;
	color: #00A296;
	position: absolute;
	top: 38%;
	margin-left: -1.25rem;
}
#footerSitemenu li{
	padding: 0 1rem;
}
#footerSitemenu li a{
	padding: 1rem 0;
}
#footerSitemenu li+li{
	border-left: 1px solid #aaaaaa;
}
div.toTop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9999;
}
div.toTop a {
	display: block;
	font-size: 80%;
	cursor: pointer;
}
/*フッター設定　ここまで*/

/*全ページ共通*/
.btn{
	letter-spacing: 1px;
}
.btn-lg{
	padding: .7rem 1.5rem;
}
.list_circle_num {
    list-style: none;
    counter-reset: list_circle_num_counter;
}
.list_circle_num > li {
    position: relative;
	padding-left: 3rem;
    counter-increment: list_circle_num_counter;
}
.list_circle_num > li::before {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    width: calc(1.5em);
    height: calc(1.5em);
    background-color: #000;
    color: #fff;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    content: counter(list_circle_num_counter);
}

.title {
	letter-spacing: 1px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.PageTitle {
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 40px;
	text-align: center;
}
.PageTitle::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%) rotate(30deg);
	width: 1px;
	height: 40px;
	background-color: #555555;
}
.title img {
	margin-bottom: 5px;
}
p.date {
	font-size: 80%;
}
.img-responsive {
	width: 100%;
	max-width: 100%;
}
.uline {
	display: inline;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, rgb(249,203,143) 70%);
}

/* ########### 1199px(xl)以下 ########### */
@media (max-width: 1199px) {
}
/* ########### 991px(lg)以下 ########### */
@media (max-width: 991px) {
}
/* ########### 767px(md)以下 ########### */
@media (max-width: 767px) {
}
/* ########### 575px(sm)以下 ########### */
@media (max-width: 575px) {
}
/*全ページ共通ここまで*/

/*お知らせ*/



/*特殊設定　詳細検索ブロック（タグリンク）の表示位置調整等*/
#shopFlame .ec-searchDetailRole{
	display:none!important;
}
#shopFlame .ec-searchDetailRole .searchform .serchBt button{
	min-width: 250px;
}
#shopFlame .ec-layoutRole__left .ec-searchDetailRole{
	display:block!important;
}
#shopFlame .ec-layoutRole__left #topTagLink{
	display:none!important;
}
#shopFlame .ec-layoutRole__left #pageTitle{
	display:none!important;
}
#beforeBody #pageTitle{
	display: none;
}
#shopFlame #sideMenuTitle{
	display:none;
}
#shopFlame .ec-layoutRole__left #sideMenuTitle{
	display:block;
}
#shopFlame .ec-layoutRole__left .col-lg-9 {
	flex: 0 0 auto;
	width: 100%!important;
}
#shopFlame .ec-layoutRole__contentTop .searchform .ec-borderedDefs .ec-searchDetail__toggleArea .ec-checkbox{
	display: block!important;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform dl{
	padding: 0;
	border: none!important;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs{
	border: none!important;
	margin-bottom: .5rem!important;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs input{
	margin-bottom: .5rem;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs input[type="search"],
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs input[type="text"]{
	height: 36px!important;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs dl.sr_keyword dt,
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs dl.sr_category{
	display: none;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs dd .ec-checkbox{
	font-size: 80%;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs dd .ec-checkbox input[type="checkbox"],
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs dd .ec-checkbox input[type="radio"] {
    transform: scale(1.3);
    margin-right: .3rem;
	margin-bottom: .3rem;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs dd .ec-checkbox label,
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs dd .ec-checkbox  label {
	display: inline;
	line-height: 1.2;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .serchBt{
	text-align: right!important;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .serchBt button{
	min-width: inherit;
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .serchBt button.btn-lg{
	padding: .4rem .8rem;
	background-color: #333!important;
	border-color: #333!important;
	font-size: 90%;
	letter-spacing: 2px;
}
#shopFlame #tagLinkMenu.menuSub{
	left:0;
}

#shopFlame #header .navbar .menuSub {
	background-color: rgba(240,240,240,0.9)!important;
}
#shopFlame #header .navbar .dropdown-item:focus, #header .navbar .dropdown-item:hover {
    background-color: #ffffff!important;
}
#shopFlame #header .navbar #tagLinkMenu.menuSub h5 {
	padding-right:2rem;
}
#shopFlame #header .navbar #tagLinkMenu.menuSub .dropdown-item {
    padding: .1rem .5rem!important;
}

/*SHOP共通*/
.ec-blockBtn--action {
	background-color: #00A296;
	border-color: #00A296;
}

/* ショップページ */
#shopFlame{
	overflow: hidden!important;
}
#shopFlame .carousel-control-prev, .carousel-control-next{
	width: 7%;
}
/*#shopFlame .carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}
#shopFlame .carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}*/

#shopFlame .ec-headerNavSP {
	display: inline-block;
	margin: auto;
    border-radius: 0;
    width: auto;
    height: auto;
    font-size: 150%;
	text-align: center;
    position: relative;
    top: auto;
    left: auto;
	padding: 10px 10px 5px;
	line-height: 0;
	z-index: 100
}
.have_curtain .ec-overlayRole{
	z-index: 1000;
}
.ec-drawerRole {
	width: 90vw;
	transform: translateX(-90vw);
	font-size: 14px;
}
.ec-drawerRoleClose{
	left: auto;
	right: 3%;
	z-index: 100001;
}
.ec-drawerRole .ec-headerLinkArea .ec-headerLink__item,
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-itemNav__nav li a,
.ec-itemNav__nav li ul li a{
	font-size: 14px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-headerCategoryArea__heading,
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav li a{
	padding: 15px 20px;
}
.ec-drawerRole .ec-headerCategoryArea .ec-itemNav__nav ul.children li a{
	padding-left: 30px;
}
.ec-itemNav__nav li a {
	text-align: left;
	border-bottom: none;
}
a#dropdown1[aria-expanded="true"] i.hasChild{
	transform: rotate(-180deg);
}
a#dropdown1[aria-expanded="false"] i.hasChild{
	transform: rotate(0);
}
.ec-itemNav ul li a i.hasChild,
.ec-itemNav2 ul li a i.hasChild{
	transform: rotate(90deg);
}
.ec-itemNav ul li a.show i.hasChild,
.ec-itemNav2 ul li a.show i.hasChild{
	transform: rotate(0);
}

#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs .ec-searchDetail__toggleArea dt[aria-expanded="true"] i{
	transform: rotate(-90deg);
}
#shopFlame .ec-layoutRole__left .col-lg-9 .searchform .ec-borderedDefs .ec-searchDetail__toggleArea dt[aria-expanded="false"] i{
	transform: rotate(90deg);
}

ol.beginnerList1 {
	list-style-type: decimal-leading-zero;
	margin-left: 1.2rem;
}
ol.beginnerList1 li::marker {
	color: #00A296;
	font-size: 1.5rem;
}


/* ########### 767px(md)以上 ########### */
@media (min-width: 768px) {
    .ec-drawerRole.is_active {
        display: block;
    }
	.ec-drawerRole {
		width: 50vw;
		transform: translateX(-50vw);
	}
	.ec-itemNav__nav {
        display: block;
    }
	.ec-itemNav__nav li{
		float: none;
    }
    .ec-itemNav__nav li ul {
        display: none;
        z-index: 100;
        position: relative;
    }
	.ec-itemNav__nav li a {
        text-align: left;
        border-bottom: none;
    }
	.ec-itemNav__nav li ul li {
        overflow: inherit;
        height: auto;
    }
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 100%;
    }
}

/* ########### 991px(lg)以上 ########### */
@media (min-width: 991px) {
    .ec-drawerRole.is_active {
        display: none;
    }
    .ec-layoutRole .ec-layoutRole__mainWithColumn {
        width: 75%;
    }
}

.ec-checkbox{
	padding-left: 7px;
}
.ec-halfInput input[type=text]{
	width: 45%!important;
}

/*商品一覧ページ*/
.ec-topicpath {
	color: #00A296 !important;
}
.ec-shelfRole .ec-shelfRole__tags {
    margin: 0!important;
    padding: .8rem 0!important;
}
.ec-productRole .hsd_flex_area_sc .swiper-slide{
	min-width: 100px;
}
@media screen and (max-width: 480px) {
    .apg_category_image {
        min-height: 300px!important;
        max-height: 300px!important;
        margin-top: 0!important;
    }
}
@media only screen and (min-width: 768px) {
    .ec-shelfGrid .ec-shelfGrid__item {
        width: 33%!important;
    }
}
/*商品詳細ページ*/
.ec-shelfRole .ec-shelfRole__tag,
.ec-productRole .ec-productRole__tag{
	margin-bottom: .3rem;
	border-width: 1px!important;
}
.ec-productRole .ec-productRole__code{
	padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.ec-point__point{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	color: #1c1c1c;
}
.ec-productRole__actions .ec-select label,
.ec-productRole__actions .option_Label label{
	font-weight: normal!important;
}
.ec-productRole__actions .ec-select a,
.ec-productRole__actions .option_Label a{
	white-space: nowrap;
	color: #00A296 !important
}
.ec-productRole__actions .ec-select a::before,
.ec-productRole__actions .option_Label a::before{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f05a";
	margin-right: .2rem;
}
.ec-productRole__description table.table{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	background-color: #e9ecef;
}
.ec-productRole__description table.table th{
	background-color: #ececec;
}
.ec-productRole__description img{
	width: inherit;
}

@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__actions .ec-select select {
        min-width: inherit;
        max-width: inherit;
		background-color: #fff;
    }
}
@media only screen and (min-width: 768px) {
    .ec-productRole .ec-productRole__btn {
        margin-bottom: .5rem;
        min-width: 100%;
    }
}
.ec-productRole p {
    -webkit-margin-before: inherit;
    -webkit-margin-after: inherit;
}
#product_review_area{
	display: none!important;
}

/*ショッピングカート*/
.ec-progress .ec-progress__item:after {
    left: 60%;
}
.ec-progress .ec-progress__number {
	left: inherit;
}
/*ショッピングカート*/


/*お問い合わせ*/
input[type="checkbox"],
input[type="radio"] {
  accent-color: #00A296;
  transform: scale(1.8);
	margin-right: .5rem;
}
.wpcf7-list-item{
	display: block!important;
	padding: .5rem;
	border-top: #ccc 1px dotted;
	margin: 0!important;
}
.wpcf7-list-item:first-child{
	border-top: none;
}
.wpcf7-spinner{
	display: block!important;
}


/*サイトマップページ*/
#sitemap li, #sitemap ul.sub-menu {
	padding-left: 1.5rem;
	list-style: none;
}
#sitemap li li {
	padding-left: 0;
}
#sitemap li::before {
	padding-left: 0;
	content: "● ";
}
#sitemap li li::before {
	padding-left: 0;
	content: "├ ";
}
#sitemap li li:last-child::before {
	padding-left: 0;
	content: "└ ";
}
#sitemap #menu-topsitemap1 #menu-item-278 {
	margin-left: -1.5rem;
}
