@charset "utf-8";
/*===============================
EC事業
 ================================*/
:root {
--gothic-family: 'Arial', 'Noto Sans Japanese', sans-serif;
--mincho-family: ten-mincho, serif;
}

.wrapper .container{
max-width:100% !important;
}
.cat-ec{
font-family: ten-mincho, serif;
}
.cat-ec .title{
text-align: center;
margin-top:100px;
background: none;
position: relative;
padding: 45px 0;
}
.cat-ec .title h1{
font-size:2.2rem;
font-weight: 100;
color:#111;
position:relative;
z-index: 3;
}
.cat-ec .title .bg_txt {
color: #eee;
font-size: 630%;
font-weight: 100;
position: absolute;
top: -27px;
right: 670px;
z-index: 2;
}

@media screen and (max-width : 1270px) {
	.title .bg_txt{
		right: auto;
		left: 0;
		word-break: break-all;
	}
}
@media screen and (max-width : 768px) {
	.title h1 {
		font-size: 160%;
		font-weight: 100;
	}
	.title .bg_txt{
		top: 0;
		font-size: 300%;
	}
}
.section.top{
background-size: cover;
padding: 40px 0 70px;
}
.section.top .exp{
color:#555;
font-size: 110%;
font-weight: 300;
line-height: 2.0;
letter-spacing: 1px;
text-align: center;
}
.section.top .t2{
font-size:190%;
margin-bottom:70px;
}
.section.top .txt{
position: relative;
text-align: center;
margin: 0 0 50px;
}
.section .bg_txt{
font-size: 680%;
font-weight: 500;
color: rgba(0,0,0,.08);
position: absolute;
top: -60px;
right: 140px;
}
/*----------------
brandry_area
-----------------*/
.siteimage_area{
max-width:100%;
margin:90px auto 0;
padding:70px 0 100px;
border-top: solid 1px #ddd;  
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#fff));
background-image: linear-gradient(top, #f7f7f7, #fff);
}

.siteimage_area .inner{
max-width:1100px;
margin:0 auto;  
}
.siteimage_area .logo_area{
text-align: center;
}
.siteimage_area .logo_area .logo{
text-align: center;
display:block;
max-width:240px;
margin:30px auto;
}
.siteimage_area .logo_area .ct{
font-size:24px;
color:#888;
letter-spacing: 0.35em;
text-align: center;
margin-top:60px;
}
.siteimage_area .flx{
display: flex;
justify-content:space-between;
align-items: center;
margin:45px auto;
background-color: #fff;
}
.siteimage_area .flx .thamb_area{
width:55%;    
}
.siteimage_area .tx_area{
width:41%;
font-size:18px;
color:#999;
line-height: 2;
padding:0 50px;
}
.btn-1 a {
color: #fff;
font-family: var(--gothic-family);
font-size: 20px;
line-height: 1;
text-align: center;
display: block;
width: 320px;
margin: 0 auto;
padding: 20px 0;
position: relative;
text-decoration: none;
background: #000;
}
/*----------------
#karadacare-shop_area
-----------------*/
#karadacare-shop_area .siteimage_area{
max-width:100%;
margin:0 auto;
padding:20px 0 0;
border:none;
background:none;
}
#karadacare-shop_area .tx_area{
font-size:22px;
max-width:100%;
width:100%;
margin:60px auto 60px;
}

#item_list_area{
margin:0px auto 140px;
padding:100px 0 100px;
background-color: #f5f5f5;
}

.item_list{
font-family: ten-mincho, serif;
display: flex;
flex-wrap:wrap;
justify-content:space-between;
max-width:1100px;
margin:0 auto;
}
.item{
line-height:1.5;
width:32%;
padding:5px 5px 20px 5px;
background-color: #fff;
box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.15);
box-sizing:border-box;
position:relative; 
}
.item_list dl{
}
.item_list dt{
font-size:1.2rem;
color:#111;
font-weight:normal;
text-align: center;
padding:3%;
margin-bottom:20px;
background-color: #f5f5f5;
}
.item_list .item_thamb{
margin:0 auto;
text-align: center;
background: url("/img/ec/item-bgc.png") repeat-x center 0;
}
.item_list .item_thamb img{
max-width:100%;
}
.item_list dd{
color:#888;
font-size:0.8rem;
padding: 1.4% 5%;
/*border-bottom: solid 1px #ccc;*/
background-color: rgba(255,255,255,0.7);
}

.item_list dt span,
.item_list dd span{
    color:#333;
}
.item_list dt span:after,
.item_list dd span:after{
    content:'：';
    padding-right:5px;
}
.item_list dt i,
.item_list dd i{
    font-size:90%;
}

/*--------------------------
グラデアコ－ディオン
---------------------------*/
.text_wrapper {
margin-bottom: 45px;
}
.text {
height: 110px;
overflow: hidden;  
}
.opened .text {
height: auto;
overflow: auto;
}
.show_more {
color:#EA5504;
position: absolute;
bottom: 60px;
left: 0px;
width: 100%;
height: 30px;
padding-top: 90px;
text-align: center;
line-height: 30px;
background: linear-gradient(180deg, rgb(255, 255, 255, 0) 0%, rgb(255, 255, 255, 1) 98%);
cursor: pointer;
transition: bottom 0.2s;
z-index: 4;
}
.opened .show_more{
background: none;
bottom: 60px;
} 

@media screen and (max-width : 870px) {
	.item_list dl{
		width:96%;
		margin:0 auto 30px;
	}
	.item_list dt{
		font-size:1.0rem;
	}
	.item_list .item_thamb{
		max-width:160px;
		margin:0 auto;
		text-align: center;
		background:none;
	}
}


.sns_area{
	display: flex;
	justify-content: space-around;
	margin: 40px auto;
	max-width: 200px;
}


@media screen and (max-width : 870px) {
.section .bg_txt{
		font-size: 580%;
	}
}
.section.top h3{
	text-align: center;
	font-size: 150%;
	font-weight: 600;
}
.section.top .img{
	width: 87.5%;
	margin: 0 auto;
}

.section.top .btn_area .link_btn{
	margin-left: 12%;
}


/*-----------------------------------
SP追加記述2022
---------------------------------------*/
@media screen and (max-width : 768px) {
	.section.top{
	padding: 0;
	}
	.section.top .exp{
	font-size: 90%;
	font-weight:normal;
	line-height: 1.6;
	letter-spacing: 0px;
	}
	.section.top .txt{
	margin: 30px 0 10px;
	}
	.cat-ec .title {
	margin-top: 0px;
	padding: 45px 0;
	}
	.cat-ec .title .bg_txt {
	color: #eee;
	font-size: 320%;
	top: 10px;
	right: 0;
	}
	#item_list_area {
	width: 110%;
	margin: 40px auto 70px;
	margin-left: -5% !important;
	padding: 10px 3% 40px;
	}
	.section.top .t2{
	font-size: 130%;
	margin-bottom: 40px;
	}
	.section.top .img{
	width: 100%;
	}
	.item {
	width: auto;
	margin-bottom:30px;
	padding: 5px 0px 20px 0px;
	}
	.item_list {
	display: block;
	margin: 0 auto;
	}
	.item_list dl {
	width: 98%;
	}
	.section.top .btn_area{
		margin-top: 10px;
	}
	.section.top .btn_area p,.section.top .btn_area .link_btn{
		display: block;
	}
	.section.top .btn_area p{
		width: 70%;
		margin: 0 auto;
	}
	.section.top .btn_area .link_btn{
		margin-left: 0;
		margin-top: 10px;
	}

	/*--------------
	2022.11.28
	---------------*/
	.siteimage_area{
	margin:45px auto;
	padding:35px 0 0;
	}
	.siteimage_area .logo_area .logo{
	max-width:160px;
	margin:30px auto;
	}
	.siteimage_area .logo_area .ct{
	font-size:17px;
	letter-spacing: 0.15em;
	margin-top:30px;
	}
	.siteimage_area .flx{
	display: block;
	margin:22px auto;
	}
	.siteimage_area .flx .thamb_area{
	text-align: center;
	width:100%;
	margin:0 10%;
	background-color: #fff;
	}
	.siteimage_area .flx .thamb_area img{
	display:block;
	margin-left:-15%;   
	}
	.siteimage_area .tx_area{
	width:auto;
	font-size:16px;
	line-height: 2;
	margin-top:30px;
	padding:0;
	}
	.btn-1 a {
		font-size: 20px;
		width: 320px;
		margin: 0 auto;
		padding: 20px 0;
	}

	#karadacare-shop_area .siteimage_area{
	max-width:100%;
	margin:0 auto;
	padding:20px 0 0;
	border:none;
	}
	#karadacare-shop_area .siteimage_area .logo_area .logo {
	max-width: 210px;
	margin: 30px auto;
	}
	#karadacare-shop_area .tx_area{
	font-size:16px;
	line-height: 1.6;
	max-width:100%;
	margin:0 auto 60px;
	}

} /*--------------------------------//mediaquery*/

