@charset "utf-8";
@keyframes tabAnim{
	0%{opacity:0;}
	100%{opacity:1;}
}
/*------------------------------------------- 
色の指定
------------------------------------------- */
.base_white {
	color: #ffffff;
}
.base_pink {
	color: #e17390;
}
.base_red {
	color: #ff0000;
}
.base_blue {
	color: #71b7c4;
}
.base_blue2 {
	color: #2a8fcf;
}
.base_green {
	color: #3fb266;
}
.base_mintgreen {
	color: #57b4a6;
}
.base_orange {
	color: #e49758;
}
.base_yellow {
	color: #EFCB00!important;
}
.base_purple {
	color: #6e2975;
}
.base_cream {
	color: #f9ead2;
}
.base_brown {
	color: #6d463a;
}
.base_gray {
	color: #bbbbbb;
}
.base_black {
	color: #000000;
}
.base_gray {
	color: #4d4d4d;
}
.base_classic {
	color: #557132;
}
.base_retro {
	color: #ec6a46;
}
.base_cool {
	color: #434343;
}
.base_standard {
	color: #ab1f24;
}
.base_unique {
	color: #efcb00;
}
.base_origin {
	color: #38a4ad;
}
/*------------------------------------------- 
フォントの指定
------------------------------------------- */
.wf-mplus1p {
	font-family: "Mplus 1p";
}
.wf-notosansjapanese {
	font-family: "Noto Sans Japanese";
}
.c_p10 {
	font-size: 10px;
}
.c_p12 {
	font-size: 12px;
}
.c_p13 {
	font-size: 13px!important;
}
.c_p14 {
	font-size: 14px!important;
}
.c_p16 {
	font-size: 16px!important;
}
.c_p18 {
	font-size: 18px!important;
}
.c_p20 {
	font-size: 20px!important;
}
.c_p22 {
	font-size: 22px;
}
.c_p25 {
	font-size: 25px;
}
.c_p28 {
	font-size: 28px;
}
.c_p30 {
	font-size: 30px;
}
.c_p34 {
	font-size: 34px;
}
.bold {
	font-weight: 600;
}
.line_p {
	background: linear-gradient(transparent 60%, #EED6E3 0%);
}
.pt_20 {
	padding-top: 20px!important;
}
.bargain_bg {
	background-color: #BC1413!important;
}
.mg_10 {
	margin: 10px!important;
}
.mg_t30 {
	margin-top: 30px!important;
}

@media screen and (min-width: 0px) and (max-width: 750px) {
#obj_about_site {
	color: #666;
	font-size: 11px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: ivory;
	overflow: hidden;
}
.price_formal_base {
	font-size: 3.125vw
}
.read {
	font-size: 3.125vw;
	color: #4d4d4d;
}
.mg_t30 {
	margin-top: 10px!important;
}

.warp{
	width: 98%;
	margin: 0 auto;
}

/*----------------------------------------------------------------------*/
/*全カテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info,h3.content_title_info_l,h3.content_title_info_k {
	/* width: 100%; */
	display: block;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	margin: 20px auto;
	color: #fff;
}

.c_setname,.c_setname_l,.c_setname_k{
		display:block;
		border-bottom: 2px #D6D6D6 solid;
		font-weight:bold;
		padding:0px 0px 0px 5px;
	}


	.c_settable
	{
		width:96%;
		margin-top:1em;
		margin: 0 auto;
	}
	
	.c_settable td
	{
		display:block;
	}
	
	.c_seticon
	{
		width: 48%;
		float:left;
		clear:both;
		vertical-align:top;
		padding-bottom: 2em;
	}
	
	.c_seticon img
	{
		width:100%;
		height:auto;
		border: 1px #eee solid;
	}

	
	
	.c_setabout
	{
		width: 50%;
		float:right;
		vertical-align:top;
		padding-bottom:20px;
	}
.catarogue_btn_box a {
    color: #4d4d4d;
    width: 85%;
    padding: 13px;
    border: 1px #4b4b4b solid;
    font-family: "source-han-serif-japanese", sans-serif;
    font-size: 4vw;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 8% auto 15%;
    letter-spacing: 1px;
    border-bottom: 3px solid;
    text-align: center;
}	



/*----------------------------------------------------------------------*/
/*全カテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*レディースカテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info_l {
	background-color: #d18784;
}

.c_setname_l{
		color:#ed7979;
	}

/*----------------------------------------------------------------------*/
/*レディースカテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*キッズカテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info_k {
	background-color: #F3994F;
}

.c_setname_k{
		color:#F3994F;
	}

/*----------------------------------------------------------------------*/
/*キッズカテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*タブメニュー
/*----------------------------------------------------------------------*/

/*▼タブメニュー共通内容ここから*/
.price_box_base,.price_box_base_3,.price_box_base_k {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.price_box_base label:last-child,.price_box_base_3 label:last-child,.price_box_base_k label:last-child {
	margin-right: 0;
}


.tab-content input[type="radio"] {
	display: none;
}
.tab-content label:hover, .tab-content input[type="radio"]:checked + label {
	background-color: #ACAEA9;
	border: 0px solid #ACAEA9!important;
	color: #323232!important;
	font-weight: bold;
	cursor: pointer;
}
.tab-content .tab-box {
	width: 100%;
	height: auto;
	padding: 0 0 30px 0;
	margin: 0 auto 10px auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
.tab-content > .tab-box > div {
	display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab4:checked ~ .tab-box > #tabView4 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab5:checked ~ .tab-box > #tabView5 {
	display: block;
	width: 100%;
	padding: 20px 0;
}



/*▲タブメニュー共通内容ここまで*/


/*▼3列タブメニューここから*/
.price_box_base_3 label {
	width: 31%;
	padding: 8px .3%;
	margin: 8px .5%;
	color: #323232!important;
	font-size: 3.125vw;
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}


/*▲3列タブメニューここまで*/


/*▼2列タブメニューここから*/

.price_box_base label {
	width: 48%;
	padding: 8px .3%;
	margin: 8px .5%;
	color: #323232!important;
	font-size: 3.125vw;
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}

/*▲2列タブメニューここまで*/


/*▼kidsタブメニューここから*/
.price_box_base_k label {
	width: 31%;
	padding: 8px .5%;
	margin: 8px .5%;
	color: #323232!important;
	font-size: 3.125vw;
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}


/*▲kidsタブメニューここまで*/

/*▼モーニングタブメニューここから*/
.attention_text{
    font-size: 17px;
    margin: 0px auto 35px;
    display: block;
    text-align: left;
}
.set_box_base{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.set_box_base label.set_firsr_label {
    width: 47%;
    padding: 15px 0;
    margin: 15px 1%;
    color: #323232;
    font-size: 4vw;
    font-weight: bold;
    background-color: #EDEFF0;
    text-align: center;
    text-decoration: none!important;
    border-radius: 25px;
    border: 1px solid #ACAEA9!important;
    display: inline-block;
    box-sizing: border-box; 
}
.set_box_base label.set_firsr_label:hover{
    background-color: #ACAEA9;
	color: #323232!important;
	font-weight: bold;
	cursor: pointer;
}
.tab-content_morningType label:hover {
    background-color: unset;
    color: unset!important;
    font-weight: unset;
    cursor: pointer;
    border-top: 1px solid #989898!important;
    border-bottom: 1px solid #989898!important;
    border-left: 1px solid #989898!important;
}

.tab_area_morningType {
	display: block;
	font-size: 0;
	margin: 0 auto 2em;
	position: relative;
}
.tab_area_morningType {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 3em;
}
.tab_area_morningType label {
	flex: 1;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
	padding: 15px 0;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	background: #edeff0;
	color: #4D4D4D;
	display: inline-grid;
}
.tab_area_morningType label:nth-child(1) {
	border-left: 0;
}
.set_tab_panel{
width: 100%;
display: none;
}
#set_tab1:checked ~ .tab_area_morningType .set_tab1_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab1:checked ~ .panel_area #set_tab_panel1 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}
#set_tab2:checked ~ .tab_area_morningType .set_tab2_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab2:checked ~ .panel_area #set_tab_panel2 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}
#set_tab3:checked ~ .tab_area_morningType .set_tab3_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab3:checked ~ .panel_area #set_tab_panel3 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}
  
/*▼男着物タブメニューなし　ここから*/
  .price_box_base_mens{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
/*▲男着物タブメニューなし　ここまで*/

/*---------------------------------------*/
/*タブメニューここまで
/*--------------------------------------*/


/*---------------------------------------*/
/*タブメニューここまで
/*--------------------------------------*/
}


@media screen and (min-width:751px) and (max-width: 1024px) {

.breadcrumb{
	margin-top: 10px;
}
	
/*----------------------------------------------------------------------*/
/*全カテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info,h3.content_title_info_l,h3.content_title_info_k {
	width: 100%;
	display: block;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	margin: 20px auto;
	color: #fff;
}

.c_setname,.c_setname_l,.c_setname_k{
		display:block;
		border-bottom: 2px #D6D6D6 solid;
		font-weight:bold;
		padding:0px 0px 0px 5px;
	}



	table.c_settable{
		margin: 0 auto;
		display: block;
	}

	.c_seticon
	{
		width:100px;
		vertical-align:top;
		padding-bottom: 6em;
	}

		.c_seticon img
	{

		border: 1px #eee solid;
	}
	
	
		.c_setabout
	{
		width:30%;
		/* padding: 0px 0px 10px 0px; */
		vertical-align:top;
		/* padding-bottom:20px; */
		padding: 0 0.5em 0 0.8em;
	}
.catarogue_btn_box a {
    color: #4d4d4d;
    width: 35%;
    padding: 15px;
    border: 1px #4b4b4b solid;
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 50px auto 120px auto;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 3px solid;
    text-align: center;
}		



/*----------------------------------------------------------------------*/
/*全カテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*レディースカテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info_l {
	background-color: #d18784;
}

.c_setname_l{
		color:#ed7979;
	}

/*----------------------------------------------------------------------*/
/*レディースカテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*キッズカテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info_k {
	background-color: #F3994F;
}

.c_setname_k{
		color:#F3994F;
	}

/*----------------------------------------------------------------------*/
/*キッズカテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*タブメニュー
/*----------------------------------------------------------------------*/

/*▼タブメニュー共通内容ここから*/
.price_box_base,.price_box_base_3,.price_box_base_k {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.price_box_base label:last-child,.price_box_base_3 label:last-child,.price_box_base_k label:last-child {
	margin-right: 0;
}


.tab-content input[type="radio"] {
	display: none;
}
.tab-content label:hover, .tab-content input[type="radio"]:checked + label {
	background-color: #ACAEA9;
	border: 0px solid #ACAEA9!important;
	color: #323232!important;
	font-weight: bold;
	cursor: pointer;
}
.tab-content .tab-box {
	width: 100%;
	height: auto;
	padding: 0 0 30px 0;
	margin: 0 auto 10px auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
.tab-content > .tab-box > div {
	display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab4:checked ~ .tab-box > #tabView4 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab5:checked ~ .tab-box > #tabView5 {
	display: block;
	width: 100%;
	padding: 20px 0;
}



/*▲タブメニュー共通内容ここまで*/


/*▼3列タブメニューここから*/
.price_box_base_3 label {
	width: 32%;
	padding: .5em 0;
	margin: 1em .2em;
	color: #323232;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}


/*▲3列タブメニューここまで*/


/*▼2列タブメニューここから*/

.price_box_base label {
	width: 48.5%;
	padding: .5em 0;
	margin: 1em .2em;
	color: #323232;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}

/*▲2列タブメニューここまで*/


/*▼kidsタブメニューここから*/
.price_box_base_k label {
	width: 32%;
	padding: .5em 0;
	margin: 1em .2em;
	color: #323232;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}


/*▲kidsタブメニューここまで*/
/*▼モーニングタブメニューここから*/
.attention_text{
    font-size: 17px;
    margin: 0px auto 35px;
    display: block;
    text-align: center;
}
.set_box_base{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.set_box_base label.set_firsr_label {
     width: 48%; 
     padding: 15px 0; 
     margin: 15px 5px; 
     color: #323232; 
     font-size: 16px; 
     font-weight: bold; 
     background-color: #EDEFF0; 
     text-align: center; 
     text-decoration: none!important; 
     border-radius: 25px; 
     border: 1px solid #ACAEA9!important; 
     display: inline-block; 
     box-sizing: border-box; 
}
.set_box_base label.set_firsr_label:hover{
    background-color: #ACAEA9;
	color: #323232!important;
	font-weight: bold;
	cursor: pointer;
}
.tab-content_morningType label:hover {
    background-color: unset;
    color: unset!important;
    font-weight: unset;
    cursor: pointer;
    border-top: 1px solid #989898!important;
    border-bottom: 1px solid #989898!important;
    border-left: 1px solid #989898!important;
}

.tab_area_morningType {
	display: block;
	font-size: 0;
	margin: 0 auto 2em;
	position: relative;
}
.tab_area_morningType {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 3em;
}
.tab_area_morningType label {
	flex: 1;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
	padding: 15px 0;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	background: #edeff0;
	color: #4D4D4D;
	display: inline-grid;
}
.tab_area_morningType label:nth-child(1) {
	border-left: 0;
}
.set_tab_panel{
width: 100%;
display: none;
}
#set_tab1:checked ~ .tab_area_morningType .set_tab1_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab1:checked ~ .panel_area #set_tab_panel1 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}
#set_tab2:checked ~ .tab_area_morningType .set_tab2_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab2:checked ~ .panel_area #set_tab_panel2 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}
#set_tab3:checked ~ .tab_area_morningType .set_tab3_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab3:checked ~ .panel_area #set_tab_panel3 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}
  
/*▼男着物タブメニューなし　ここから*/
  .price_box_base_mens{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
/*▲男着物タブメニューなし　ここまで*/


/*---------------------------------------*/
/*タブメニューここまで
/*--------------------------------------*/

}

@media screen and (min-width:1025px), print, tv {
/*----------------------------------------------------------------------*/
/*全カテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info,h3.content_title_info_l,h3.content_title_info_k {
	width: 100%;
	display: block;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	margin: 20px auto;
	color: #fff;
}

.c_setname,.c_setname_l,.c_setname_k{
		display:block;
		border-bottom: 2px #D6D6D6 solid;
		font-weight:bold;
		padding:0px 0px 0px 5px;
	}
.catarogue_btn_box a {
    color: #4d4d4d;
    width: 35%;
    padding: 15px;
    border: 1px #4b4b4b solid;
    font-family: "source-han-serif-japanese", sans-serif;
    font-style: normal;
    font-weight: 500;
    display: block;
    margin: 50px auto 120px auto;
    font-size: 18px;
    letter-spacing: 1px;
    border-bottom: 3px solid;
    text-align: center;
}

img{ 
	display: block;
	margin: 0;
	}

.c_seticon img{
		border: 1px #eee solid;
	}
		
.cate_title {
	display: block;
	margin: 0 auto;
	text-align: center;
}

table.c_settable{
		margin: 0 auto;
		display: block;
	}

.c_seticon{
		width:100px;
		vertical-align:top;
		padding-bottom: 35px;
	}
	
.c_setabout{
		width:34%;
		/* padding: 0px 0px 10px 0px; */
		vertical-align:top;
		/* padding-bottom:20px; */
		padding: 0 15px 0 8px;
	}
		



/*----------------------------------------------------------------------*/
/*全カテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*レディースカテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info_l {
	background-color: #d18784;
}

.c_setname_l{
		color:#ed7979;
	}

/*----------------------------------------------------------------------*/
/*レディースカテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*キッズカテゴリー共通
/*----------------------------------------------------------------------*/
h3.content_title_info_k {
	background-color: #F3994F;
}

.c_setname_k{
		color:#F3994F;
	}

/*----------------------------------------------------------------------*/
/*キッズカテゴリー共通ここまで
/*----------------------------------------------------------------------*/

/*----------------------------------------------------------------------*/
/*タブメニュー
/*----------------------------------------------------------------------*/

/*▼タブメニュー共通内容ここから*/
.price_box_base,.price_box_base_3,.price_box_base_k {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.price_box_base label:last-child,.price_box_base_3 label:last-child,.price_box_base_k label:last-child {
	margin-right: 0;
}


.tab-content input[type="radio"] {
	display: none;
}
.tab-content label:hover, .tab-content input[type="radio"]:checked + label {
	background-color: #ACAEA9;
	border: 0px solid #ACAEA9!important;
	color: #323232!important;
	font-weight: bold;
	cursor: pointer;
}
.tab-content .tab-box {
	width: 100%;
	height: auto;
	padding: 0 0 30px 0;
	margin: 0 auto 10px auto;
	box-sizing: border-box;
	background-color: #ffffff;
}
.tab-content > .tab-box > div {
	display: none;
}
#tab1:checked ~ .tab-box > #tabView1 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab2:checked ~ .tab-box > #tabView2 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab3:checked ~ .tab-box > #tabView3 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab4:checked ~ .tab-box > #tabView4 {
	display: block;
	width: 100%;
	padding: 20px 0;
}
#tab5:checked ~ .tab-box > #tabView5 {
	display: block;
	width: 100%;
	padding: 20px 0;
}



/*▲タブメニュー共通内容ここまで*/


/*▼3列タブメニューここから*/
.price_box_base_3 label {
	width: 32%;
	padding: 10px 0;
	margin: 15px 5px;
	color: #323232;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}


/*▲3列タブメニューここまで*/


/*▼2列タブメニューここから*/

.price_box_base label {
	width: 49%;
	padding: 15px 0;
	margin: 15px 5px;
	color: #323232;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}

/*▲2列タブメニューここまで*/


/*▼kidsタブメニューここから*/
.price_box_base_k label {

	width: 18.8%;
	padding: 5px 0;
	margin: 15px 5px;
	color: #323232;
	font-size: 16px;
	/* font-weight: bold; */
	background-color: #EDEFF0;
	text-align: center;
	text-decoration: none!important;
	border-radius: 25px;
	border: 1px solid #ACAEA9!important;
	display: inline-block;
	box-sizing: border-box;
}


/*▲kidsタブメニューここまで*/

/*▼モーニングタブメニューここから*/
.attention_text{
    font-size: 17px;
    margin: 0px auto 35px;
    display: block;
    text-align: center;
}
.set_box_base{
width: 100%;
max-width: 1280px;
margin: 0 auto;
}
.set_box_base label.set_firsr_label {
     width: 48%; 
     padding: 15px 0; 
     margin: 15px 5px; 
     color: #323232; 
     font-size: 16px; 
     font-weight: bold; 
     background-color: #EDEFF0; 
     text-align: center; 
     text-decoration: none!important; 
     border-radius: 25px; 
     border: 1px solid #ACAEA9!important; 
     display: inline-block; 
     box-sizing: border-box; 
}
.set_box_base label.set_firsr_label:hover{
    background-color: #ACAEA9;
	color: #323232!important;
	font-weight: bold;
	cursor: pointer;
}
.tab-content_morningType label:hover {
    background-color: unset;
    color: unset!important;
    font-weight: unset;
    cursor: pointer;
    border-top: 1px solid #989898!important;
    border-bottom: 1px solid #989898!important;
    border-left: 1px solid #989898!important;
}

.tab_area_morningType {
	display: block;
	font-size: 0;
	margin: 0 auto 2em;
	position: relative;
}
.tab_area_morningType {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 3em;
}
.tab_area_morningType label {
	flex: 1;
	border-top: 1px solid #989898;
	border-bottom: 1px solid #989898;
	border-left: 1px solid #989898;
	padding: 15px 0;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
	background: #edeff0;
	color: #4D4D4D;
	display: inline-grid;
}
.tab_area_morningType label:nth-child(1) {
	border-left: 0;
}
.set_tab_panel{
width: 100%;
display: none;
}
#set_tab1:checked ~ .tab_area_morningType .set_tab1_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab1:checked ~ .panel_area #set_tab_panel1 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}
#set_tab2:checked ~ .tab_area_morningType .set_tab2_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab2:checked ~ .panel_area #set_tab_panel2 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}
#set_tab3:checked ~ .tab_area_morningType .set_tab3_label {
	background: #fff;
	color: #4D4D4D;
	border-bottom: none;
}
#set_tab3:checked ~ .panel_area #set_tab_panel3 {
	display: block;
    animation:tabAnim ease 0.8s forwards;
	-ms-animation:tabAnim ease 0.8s forwards;
}

/*▼男着物タブメニューなし　ここから*/
  .price_box_base_mens{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
  }
/*▲男着物タブメニューなし　ここまで*/

/*---------------------------------------*/
/*タブメニューここまで
/*--------------------------------------*/





}


