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

/*@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'),
       url('../fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
       url('../fonts/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../fonts/NotoSansCJKjp-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP'),
       url('../fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
       url('../fonts/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../fonts/NotoSansCJKjp-Bold.ttf') format('truetype');
}*/

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html{
	font-size:62.5%;/*16px×62.5％＝10px*/
	overflow: auto;
}
body{
	font-size: 1.6rem;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #776F76;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	
}
a{
	color: #776F76;
	transition: color 0.2s;
}
img{
	max-width: 100%;
	height: auto;
}
a:hover{
	color: #D69090;
}
a img{
	display: block;
	border: solid 1px transparent;
	box-sizing: border-box;
	transition: all 0.3s linear; 
}
a:hover img{
	position: relative;
	border: solid 1px #D69090;
	box-sizing: border-box;
}
.pc-img{
	display: block;	
}
.sp-img{
	display: none;
}
.br-sp{
	display: none;
}

/*-------------------------------------------------
 * utility
 ------------------------------------------------*/

.inner{
	max-width: 960px;
	margin: 0 auto;
}
.inner2{
	max-width: 1400px;
	margin: 0 auto;
}
.wrapper{
	padding-top: 64px;
}
.text-center{
	text-align: center;
}
.section-title{
	padding-bottom: 16px;
	color: #D69090;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	border-bottom: solid 1px #D69090;
}
.bg{
	padding: 64px 0;
}
.bg-pink{
	width: 100%;
	background-color: #F7E9E9;
}
.bg-blue{
	width: 100%;
	background-color: #E9F0F9;
}
.page-title{
	font-size: 3rem;
}
.section-title_sub_bg{
	padding: 8px 0 ;
	margin: 64px 0 56px;
	color: #fff;
	font-size: 2.4rem;
	background-color: #D69090;
}
.section-title_2{
	margin: 64px 0 56px;
}

.section_leading{
	padding-top: 32px;
	line-height: 1.4;
}
.wrapper-bottom{
	padding-bottom: 64px;
}

/*------背景装飾------*/
.section-area{
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}
.section-area::before{
	position: absolute;
	top: 26px;
	right: -28px;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/utility/flower_r.png");
	background-position: right top;
	background-repeat: no-repeat;
	z-index: -1;
}
.section-area::after{
	position: absolute;
	bottom: 26px;
	left: -28px;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/utility/flower_l.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	z-index: -1;
}
/*------/背景装飾------*/


/*-------------------------------------------------
 * popup
 ------------------------------------------------*/
.popup{
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color:rgba(0,0,0,0.6);
}
.popup_block{
	position: relative;
	width: 100%;
}
.popup_area{
	padding: 30px 30px 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 500px;
	height: 262px;
	background-color: #fff;
	transform: translate3d(-50%,50%,0);
	border-radius: 8px;
}
.popup_text{
	padding-bottom: 10px;
	font-size: 2rem;
}
.popup_link{
	width: 100%;
	padding: 30px 0;
	margin-bottom: 40px;
	background-color: #9B83BA
}
.popup_link a{
color: #fff;
font-size: 2.3rem;
font-weight: 700;
	letter-spacing: 0.2em;
}
.popup_link::before{
	position: relative;
	right: 16px;
	color: #fff;
	content:"\f07a";
	font-family: FontAwesome;
	font-size: 2.5rem;	
}
.popup_link::after{
	position: relative;
	left: 10px;
	color: #fff;
	content:"\f0a9";
	font-family: FontAwesome;
	font-size: 2.4rem;	
}
.modal-close-btn{
	margin-bottom: 0;
	padding: 20px 0;
	cursor: pointer;
	background-color: #D69090;
}


.modal-close-btn::before{
content: none;
}

/*-------------------------------------------------
 * btn
 ------------------------------------------------*/
.btn{
	display: block;
	padding: 14px 0;
	margin: 0 auto;
	width: 300px;
	font-size: 1.7rem;
	background-color: #D69090;
	color: #fff;
}
.btn-blue{
	background-color: #7389C0;
}
.btn-green{
	background-color: #7FB89B;
}
.btn-berry{
	background-color: #D3739D;
}
.btn >a{
	color: #fff;
}
.btn::after{
	position: relative;
	left: 16px;
	color: #fff;
	content:"\f0a9";
	font-family: FontAwesome;
	font-size: 1.8rem;
}
.btn:hover{
	background-color: #9B83BA;
	transition: 0.3s;
}
.btn-trigger{
	display: none;
}
.btn-trigger:focus{
  outline:none;
}
.btn-trigger_text{
	display: none;
}
/*-------------------------------------------------
 * header
 ------------------------------------------------*/
.header{
	position: fixed;
	padding-bottom: 15px;
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 10;
	border-bottom: solid 1px #F7E9E9;
}
.header-logo_area{
	position: relative;
	padding: 24px 0;
}
.logo{
	width: 25%;
	margin: 0 auto;
}
.logo a:hover img{
	border: solid 1px #fff;
	}
/*------文字サイズボタン------*/
.fos-btn_area{
	position: absolute;
	top: 24px;
	right: 0;
	display: flex;
}
.fos-btn_area >p{
	margin-right: 4px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.fos-btn_area >button{
	margin-left: 6px;
	-webkit-appearance:none;
	appearance:none;
	border: solid 1px #776F76;
	border-radius: 4px;
	color: #776F76;
	background-color: #fff;
}
/*------/文字サイズボタン------*/

.nav{
	display: flex;
	justify-content: space-between;
}
.nav_list{
	border-left: solid 1px #776F76;
}
.nav_list:last-of-type{
	border-right: solid 1px #776F76;
}
.nav_text{
	font-size: 1.7rem;
}
.bold{
	font-weight: 700;
}
/*------ドロップダウンメニュー------*/
.nav li{
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	text-align: center;
}
.nav li a{
	display: block;
	padding: 0px 15px;
	background: #fff;
	color: #776F76;
	font-size: 1.7rem;
}
.nav li ul{
	position: absolute;
	z-index: 10;
	top: 120%;
	left: 0;
	margin: 0;
	padding: 0;
	display: none;
}

.nav li ul li a{
	padding: 15px 15px;
	font-size: 1.5rem;
	color: #fff;
	border-bottom: solid 1px #F7E9E9;
	background-color: #D69090;
	text-align: center;
	transition: all 0.2s linear;
}
.nav li ul li a:hover{
	background-color: #9B83BA;
}
.nav li:hover ul{
	display: block;
}
/*------/ドロップダウンメニュー------*/
/*-------------------------------------------------
 * hero-area
 ------------------------------------------------*/
.wrapper_top{
	margin-top: 110px;
}

.wrapper_top .sp-img{
	display: none;
}
.hero-area{
	padding-bottom: 64px;
}
.hero-slider img{
	border: initial;
	width:  100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}
.hero-slider a img{
	display: block;
	border: none;
	transition: all 0.3s linear; 
}
.hero-slider a:hover img{
	border: none;
	opacity: 0.5;
}
.hero-slider .slick-slide:not(.slick-center) {
   -webkit-filter: brightness(0.8);
   -moz-filter: brightness(0.8);
   -o-filter: brightness(0.8);
   -ms-filter: brightness(0.8);
   filter: brightness(0.8);
  transition: 0.2s linear
}
/*-------------------------------------------------
 * NEWS
 ------------------------------------------------*/
.news-none{
	display: none;
}
.news-area{
	margin: 32px 0;
	padding: 30px;
	background-color: #F7E9E9;
}
.news-contents{
	overflow: scroll;
	height: 203px;
	padding: 0 24px;
	background-color: #fff;
	overflow-x: hidden;
}

/*------スクロールバーの装飾------*/
.news-contents::-webkit-scrollbar{
  width: 11px;
}
.news-contents::-webkit-scrollbar-track{
  background: #ccc;
  border: none;
  box-shadow: none; 
}
.news-contents::-webkit-scrollbar-thumb{
  background: #D69090;
  box-shadow: none;
}
/*------/スクロールバーの装飾------*/


.news-item{
	display: flex;
	padding: 24px 0;
	border-bottom: dotted 1px #776F76;
}
.news-item:last-of-type{
	border-bottom: none;
}
.news-day{
	padding-right: 24px;
	margin-top: 2px;
}
.news-category{
	display: inline-block;
	width: 104px;
	margin-left: 24px;
	padding:0;
	border-radius: 0.2em;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	color: #fff;
	background-color: #9B83BA;
}
.news-category_green{
	background-color: #7FB89B;
}

/*------menu-area------*/
.menu-area{
	display: flex;
	justify-content: space-between;
	margin-left: -24px;
	padding-top: 64px;
}
.menu-item{
	width: 100%;
	margin: 0 0 0 24px;
}
.menu-item_text{
	display: block;
	padding-top: 19px;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 0.2em;
}
/*------/menu-area------*/

/*-------------------------------------------------
 * product
 ------------------------------------------------*/
.product-slider{
	padding-bottom: 32px;
}
.home-product_leading{
	padding: 32px 24px 40px;
	letter-spacing: 0.1em;
	line-height: 1.4;
}
/*-------------------------------------------------
 * topics
 ------------------------------------------------*/
.topics-list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 33px 0 0;
}
.topics-item{
	width: 48.5%;
}
.topics-text{
	display: block;
	margin: 14px 0 32px;
	padding-bottom: 14px;
	font-size: 1.7rem;
	border-bottom: solid 1px #776F76;
	box-sizing: border-box;
}
.topics-text::after{
	position: relative;
	left: 6px;
	content:"\f0a9";
	font-family: FontAwesome;
	font-size: 1.8rem;
}
/*-------------------------------------------------
 * missionページ（企業理念）
 ------------------------------------------------*/
.mission{
	padding: 64px 0;
}
.mission >.pc-img{
	display: inline-block;
}
.section-block_area{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.section-img{
	width: 44.16%;
}
.section-leading{
	width: 49%;
	line-height: 1.7;
}

.ceo{
	text-align: right;
	padding-top: 36px;
}
.ceo >img{
	padding-top: 18px;
}
/*-------------------------------------------------
 * company-overviewページ（会社概要）
 ------------------------------------------------*/
.company-info_area{
	margin: 64px 0 0;
	width: 100%;
	border-top: solid 1px #ccc;
	box-sizing: border-box;

}
.company-info_list{
	display: flex;
	border-bottom: solid 1px #ccc;
	box-sizing: border-box;
}

.company-info_list dt{
	width: 200px;
	padding: 24px 0;
	color: #D69090;
	background-color: #F7E9E9;
}
.company-info_list dd{
	padding: 24px 0 24px 30px;
}

.access{
	margin-left: 30px;
	padding: 2px 20px 2px 11px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #D69090;
	border-radius: 0.2em;
}
.access::after{
	position: relative;
	left: 6px;
	top: -1px;
	color: #fff;
		content:"\f063";
	font-family: FontAwesome;
	font-size: 1.3rem;
	
}
.googlemaps{
	padding: 32px 0;
}

.route{
	display: flex;
	padding-bottom: 16px;
}
.station{
	padding: 2px 0 3px;
	margin-right: 20px;
	width: 148px;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.05em;
	background-color: #D69090;
	border-radius: 0.2em;
}
.route_text{
	line-height: 1.2;
}

.busstop{
	display: inline-block;
	margin: 0 3px;
	padding: 0 6px;
	font-size: 1.4rem;
	border: 1px solid #776F76;
	border-radius: 2px;
}
.busstop:last-of-type{
	margin-right: 10px;
}
/*-------------------------------------------------
 * historyページ（沿革）
 ------------------------------------------------*/
.history_wrapper{
	padding: 64px 0 40px;
	
}
.history_area >li{
	margin: 0;
	position: relative;
}
.history_list{
	display: flex;
}
.year{
	width: 200px;
	margin: 24px 0 0 24px;
 	color: #D69090;
}
.history_text{
	width: auto;
	border-left: solid 2px #F7E9E9;
	padding: 24px 0 0 30px;
}
.history_text::before {
  content: '\2022';
  font-size: 4rem;
  position: absolute;
  left: 215px;
	top: 10px;
  color: #D69090;
}
.history_area:last-of-type .history_text{
	padding-bottom: 30px;
}

/*-------------------------------------------------
 * actionページ（取り組み）
 ------------------------------------------------*/
.action-list{
	padding: 30px 0 20px;
}
.action-list:last-of-type{
	padding: 0;
}
.action-list dt{
	margin-bottom: 10px;
 color: #D69090;
	border-bottom: solid 1px #D69090;
}
.action-list dd::before{
	content: "・";
	margin-right: 6px;
	font-size: 1.6rem;
}
/*-------------------------------------------------
 * markerページ（topic / 出会いに感謝して/しおり）
 ------------------------------------------------*/
.marker_img{
	padding-bottom: 40px;
}

/*-------------------------------------------------
 * NEWS一覧ページ（お知らせ）
 ------------------------------------------------*/
.news-all{
	overflow: initial;
	height: auto;
}
.tab-group{
	display: flex;
	padding: 64px 0 0;
}
.tab{
	flex-grow: 1;
	padding:5px;
	font-size: 2.3rem;
	color: #D69090;
	border-top: solid 1px #D69090;
	border-bottom: solid 1px #D69090;
	border-left: solid 1px #D69090;
	cursor:pointer;
}
.tab:last-of-type{
	border-right: solid 1px #D69090;
}
.panel{
	display:none;
}
.tab.is-active{
	background:#D69090;
	color:#fff;
	transition: all 0.2s ease-out;
}
.panel.is-show{
	display:block;
}
.news-text{
	width: 72%;
	line-height: 1.4;
}

.news-text_title{
	display: block;
	margin-bottom: 10px;
}
.news-text_link a{
	display: block;
	padding-right: 6px;
	text-align: right;
}
.news-text_link a::after{
	position: relative;
	right: -6px;
	content:"\f101";
	font-family: FontAwesome;
	font-size: 1.8rem;
}
.news-btn_area{
	display: flex;
	justify-content: space-around;
}

/*-------------------------------------------------
 * infomation
 ------------------------------------------------*/
.infomation_area{
	padding-bottom: 64px;
}
.infomation_day{
	text-align: right;
}

.infomation_caution_area{
	width: 80%;
	padding: 30px;
	margin: 32px auto;
	border: solid 1px #776F76;
	border-radius: 1em;
	font-size: 1.7rem;
	line-height: 1.5;
}
.infomation_caution_area >div{
	display: table;
	margin: 0 auto;
	
}
.infomation_caution_list{
	display: flex;
	padding-bottom: 16px;
}
.infomation_caution_item{
	display: flex;
}
.infomation_caution_item >dt{
	font-weight: 800;
}
.infomation_caution_item >dt::after{
	content: "…";
	margin: 0 2px;
}
.infomation_caution_item >dd{
margin-right: 30px;
}

.caution{
	padding-top: 30px;
	font-size: 1.5rem;
	line-height: 1.3;
}
.caution-btn{
	margin-bottom: 40px;
}

/*-------------------------------------------------
 * newspaperページ（ほっとメール）
 ------------------------------------------------*/
.newspaper-img_area{
	display: flex;
	justify-content: space-between;
	margin-right: -30px;
}
.newspaper-img_area a{
	margin-right: 30px;
}
.newspaper-img_area a img{
	display: block;
	margin: 0;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.newspaper-img_area a :hover{
	border: solid 1px #ccc;
	opacity: 0.5;
}

.newspaper-bn_area{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-right: -30px;
}
.newspaper-bn_item{
	width: 22.5%;
	padding-bottom: 32px;
	padding-right: 24px;
}

.newspaper-bn_item a img{
	display: block;
	border: solid 1px #ccc;
	box-sizing: border-box;
}
.newspaper-bn_item img:hover{
	opacity: 0.5;
}
.newspaper_issue{
	font-size: 1.5rem;
	margin-top: 6px;
}



/*------------折り畳み------------*/


.accbox label {
	display: block;
	padding: 12px 0;
	margin: 64px 0 54px;
	color: #fff;
	font-size: 2.4rem;
	background-color: #D69090;
	text-align: center;
	cursor :pointer;
	transition: all 0.5s;
}

.accbox label:hover {
  background-color: #9B83BA;
}
.bn_click{
	position: relative;
	top: -4px;
	padding: 0 16px 1px;
	margin: 0 16px;
	font-size: 1.6rem;
	border: solid 1px #fff;
	border-radius: 2em;
}
.bn_click::after{
	position: relative;
	top: -1px;
 	content: '\f078';
	font-family: 'FontAwesome';
	padding-left: 6px;
}

.accbox input {
    display: none;
}

.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

.cssacc:checked + .accshow {
    height: auto;
    background-color: #fff;
    opacity: 1;
}

/*-------------------------------------------------
 * recruitページ（採用情報）
 ------------------------------------------------*/
.recruit_text{
	text-align: left;
	line-height: 1.4;
}
.recruit_contact{
	margin: 0;
}
.recruit_contact_area{
	display: flex;
}
.recruit_contact_list{
	margin: 32px 32px 40px 0;
	padding: 32px;
	width: 100%;
	border: solid 1px #776F76;
	border-radius: 0.2em;
}
.recruit_contact_list:last-of-type{
	margin-right: 0;
}
.recruit_contact_item dt{
	padding-bottom: 16px;
	font-size: 1.8rem;
	font-weight: 700;
}
.company-info_list .allowance dt{
background-color: #fff;
}
.tel{
	display: block;
	font-size: 5.6rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	line-height: 0.8;
}
.tel-sp_re{
	display: none;
}
.recruit_contact_about{
	display: flex;
	padding: 0 0 6px 16px;
}
.recruit_contact_about:last-of-type{
	padding-bottom: 0;
}
.recruit_contact_about dt{
	margin-right: 10px;
}
.indeed_img{
	width: 63%;
	margin: 13px auto 0;
}
.indeed_img a:hover img{
	border: solid 1px #fff;
	opacity: 0.5;
}

/*募集していない時*/
.not-hiring{
	position: relative;
}
.not-hiring::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color:rgba(0,0,0,0.6);
}
.not-hiring::after{
	position: absolute;
	content: '現在募集しておりません';
	color: #fff;
	width: 100%;
	height: 100%;
	top: 45%;
	left: 40%;
	font-size: 2.4rem;
}
/*-------------------------------------------------
 * privacyページ（個人情報保護方針）
 ------------------------------------------------*/
.privacy_area{
	padding-top: 64px;
}
.privacy_title{
	padding-bottom: 16px;
	font-size: 1.8rem;
	font-weight: 700;
}
.privacy_leading{
	padding-bottom: 42px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}
.privacy_leading_list >li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
.privacy_leading_list >li::before{
  display: marker;
  content: "" counter(cnt) "）";
}
.privacy_leading >ul{
padding-left: 30px;
	list-style: disc;
	list-style-position: outside;
}
.privacy_leading >dl{
	padding-left: 30px;
}
.privacy_info{
	width: 43%;
	margin: 0 0 0 auto;
	padding: 0 0 46px 0;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
/*contact*/
.privacy_contact_wrapper{
	padding-bottom: 104px;
}
.freedial{
	margin-right: 12px;
	font-size: 2.5rem;
	font-weight: 700;
}

.tel_c{
	position: relative;
	margin-top: 3px;
	font-size: 3.6rem;
	padding-left: 55px;
}
.tel_c::before{
	position: absolute;
	top: 0;
	right:0;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("../images/utility/freedial.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	z-index: -1;
}

.contact_area{
	display: flex;
	margin-top: 32px;
	padding: 24px 0;
	border-top: solid 1px #F7E9E9;
}
.contact_area:last-of-type{
	margin-top: 0;
	border-bottom: solid 1px #F7E9E9;
}
.contact_area div{
	line-height: 0;
}
.contact_area p{
	line-height: 1.2;
}
.contact-area2{
	border-top: none;
}
.contact_text{
	margin: 0 0 0 auto;
	font-size: 1.4rem;
}
.form-btn{
	display: block;
	padding: 2px 20px;
	color: #D69090;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,216,214,1) 100%);
	border-radius: 0.2em;
	border: solid 1px #f5d4d4;
}

.form-btn::after{
	position: relative;
	top: 1px;
 	content: '\f08e';
	color: #D69090;
	font-family: 'FontAwesome';
	padding-left: 6px;
}
.mail-text{
	margin: 10px;
	font-size: 1.3rem;
}
.mail{
	margin-right: 16px;
}
.mail::before{
	position: relative;
	right: 3px;
 	content: '\f0e0';
	color: #D69090;
	font-family: 'FontAwesome';
	padding-left: 6px;
	
	
}
/*-------------------------------------------------
 * contactページ
 ------------------------------------------------*/
.mm-banner img{
	display: block;
	margin: 0 auto;
	border: initial;
}
.mm-banner >a img:hover{
	border: initial;
	opacity: 0.8;
}
.form-area{
	max-width: 93%;
	margin: 32px auto 104px;
	padding: 30px;
	box-shadow: 0 0 4px #ccc;
	border-radius: 0.2em;
}
.form-list{
	display: flex;
	padding: 16px 0;
	border-bottom: solid 1px #F7E9E9;
}
.form-list:last-of-type{
border-bottom: none;	
}
.form-list dt{
	margin-right: 10px;
	text-align: right;
	width: 32%;
	line-height: 1.6;
}
input.field{
	width: 400px;
	margin: 2px 0 0 ;
	padding: 2px;
	box-sizing: border-box;
}

.form-caution{
	display: inline-block;
	padding: 0 4px 1px;
	margin-left: 6px;
	font-size: 1.2rem;
	color: #ffff;
	background-color: #d7003a;
	border-radius: 0.2em;
	line-height: 1.4;
}
.radio{
	line-height: 1.8;
	margin: 0 16px;
}

.contact-btn{
	background-color: transparent;
	cursor: pointer;
	outline: none;
	appearance: none;
	width: 300px;
	border: solid 1px #ccc;
	color: #ccc;
}
.submit{
  color: #D69090;
	border: solid 1px #D69090;
}
.contact-btn:hover{
	color: #fff;
}
.clear:hover{
	background-color: #ccc;
}
.submit:hover{
	border: solid 1px #D69090;
	background-color: #D69090;
}
.form-btn_area{
	display: flex;
	padding-top: 46px;
}

.textarea{
	width: 400px;
	box-sizing: border-box;
}
/*フィールド入力例*/
input::placeholder {
  color: #ccc;
}
/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}
/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}
/*-------------------------------------------------
 * サイトマップページ
 ------------------------------------------------*/
.sitemap-list{
	width: 45%;
	padding: 64px 0 0;
}
.sitemap-list >dl{
	padding-bottom: 16px;
}
.sitemap_title{
	margin-bottom: 20px;
	padding-bottom: 4px;
	color: #D69090;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #f0d8d6;
}

.sitemap_title::before{
	position: relative;
	right: 3px;
 	content: '\f101';
	color: #D69090;
	font-family: 'FontAwesome';
	padding-left: 6px;	
}
.sitemap_item{
	padding-left: 24px;
	margin-bottom: 12px;
}
.sitemap_item::before{
	position: relative;
	right: 3px;
 	content: '\f105';
	color: #776F76;
	font-family: 'FontAwesome';
	padding-left: 6px;	
}
.sitemap-topics{
	display: inline-block;
	margin-bottom: 10px;
}
.sitemap_shop img{
	border: solid 1px #f0d8d6;
	z-index: 10;
}
/*-------------------------------------------------
 * aboutusページ（りぶを知る）
 ------------------------------------------------*/
.aboutus-area{
	padding-bottom: 0;
}

/*-------------------------------------------------
 * productページ（りぶメールの商品）
 ------------------------------------------------*/

.bule{
	color: #7389C0;
	border-color: #7389C0;
}
.green{
	color: #7FB89B;
	border-color: #7FB89B;
}
.berry{
	color: #D3739D;
	border-color: #D3739D;
}

.product-category{
	display: flex;
	justify-content: space-around;
}

.product-category li a{
	display: block;
	padding: 32px 16px;
	margin-right: 32px;
	width: 100%;
	border-radius: 0.5em;
	box-sizing: border-box;
	transition: 0.3s;
}

.product-category li a::after{
	position: relative;
	right: 3px;
 	content: '\f078';
	font-family: 'FontAwesome';
	padding-left: 6px;	
}

.product-category li:first-of-type a{
	color: #8DAFDC;
	border: solid 1px #8DAFDC;
}

.product-category li:nth-of-type(2) a{
	color: #7FB89B;
	border: solid 1px #7FB89B;
}
.product-category li:last-of-type a{
	color: #D3739D;
	border: solid 1px #D3739D;
}

.product-category li:first-of-type a:hover{
	color: #fff;
	background-color: #8DAFDC;
}
.product-category li:nth-of-type(2) a:hover{
	color: #fff;
	background-color: #7FB89B;
}
.product-category li:last-of-type a:hover{
	color: #fff;
	background-color: #D3739D;
}

.product-leading{
	padding: 32px 0;
	line-height: 1.6;
}
/*------アイテム------*/
.item-area{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding-bottom: 64px;
	box-sizing: border-box;
}

.item-area li{
	width: 86.5%;
	padding: 16px;
	border: solid 1px #ccc;
	background-color: #fff
}
.item-area li:nth-child(n+5){
border-top: none;

}

.item_title{
	display: block;
	margin: 16px 0 10px;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.item-leading{
 text-align: left;
	font-size: 1.5rem;
	line-height: 1.6;
}
.item_title_small{
	font-size: 1.55rem;
	letter-spacing: 0;
}
/*------/アイテム------*/
.product-os_banner img{
	border: solid 1px #f0d8d6;
}

/*-------------------------------------------------
 * qualityページ（商品のこだわり）
 ------------------------------------------------*/
.quality-list{
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.quality-list >li{
	width: 31.25%;
}
.quality-list >li:last-of-type{
	padding-bottom: 0;
}

.tea-item dd{
display: inline-grid;
	margin-right: 25px;
}
.tea-item dd:last-of-type{
	margin-right: 0;
}
.quality-title{
	margin: 16px 0;
	font-size: 2.1rem;
	color: #D69090;
	letter-spacing: 0.03em;
	font-weight: 800;
}
.quality-title_sub{
	margin: 0 0 16px;
}
.quality-leading{
	line-height: 1.5;
}
.quality-title_sub2{
	margin: 20px 0 16px;
	color: #D69090;
	border-bottom: solid 1px #D69090;
}
.quality-block{
	padding: 40px 0;
}

/*-------------------------------------------------
 * footer
 ------------------------------------------------*/
/*------ページトップ------*/
.btn-top{
		display: block;
		position: fixed;
		right: 20px;
		bottom: 220px;
		border-radius: 50%;
		width: 60px;
		height: 60px;
		background-color: #D69090;
	}
.btn-top>.fa{
		position: relative;
		top: 6px;
		right: -20px;
		color: #fff;
		width: 100%;
		height: 100%;
		font-size: 2rem;
		line-height: 44px;
		transition: all 0.2s;
	}
.btn-top:hover>.fa{
		top: -2%;
	}
.btn-top_text{
	display: none;
}
/*------/ページトップ------*/
footer{
	padding: 40px 0;
	background-color: #D69090;
	color: #fff;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
}
.footer-nav_list{
	width: 100%;
	margin: 22px 0;
	border-left: solid 1px #fff;
}
.footer-nav_list:last-of-type{
	border-right: solid 1px #fff;
}
.footer-nav_list a{
	color: #fff;
	font-size: 1.5rem;
}
.coryright{
	padding-top: 40px;
	text-align: right;
	font-size: 1.5rem;
}

/*-------------------------------------------------
 * transaction（特定商取引法に基づく表示）
 ------------------------------------------------*/
.transaction-item{
	line-height: 1.4;
}
.transaction-item dt{
	background-color: #fff;
	padding: 0;
}
.transaction-item dd{
	padding: 0;
	float: left;
	margin: -21px 0 0 165px;
}

.transaction-item2 dd{
	padding: 0;
	float: left;
	margin: -21px 0 0 85px;
}

.transaction-title{
	margin: 40px 0 0;
}

.transaction-text{
	margin: 16px 0 0;
	padding: 0;
}
.returnaddress dt{
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
.returnaddress dd{

	font-size: 1.7rem;
}
.returnaddress span{
	display: block;
	margin-top: 10px;
	font-size: 1.5rem;
}
.privacy_link::after{
	position: relative;
	left: 3px;
	color: #776F76;
	content:"\f0a9";
	font-family: FontAwesome;
	font-size: 1.6rem;	
}
.transaction-nav{
	padding: 0 10px;
}

/*----------以下よりレスポンシブ------------------------------------------------------------*/

@media screen and (max-width:641px){
body{
	font-size: 1.5rem;
}
.pc-img{
	display: none;	
}
.sp-img{
	display: block;
}
.br-sp{
	display: block;
}

/*-------------------------------------------------
 * utility
 ------------------------------------------------*/

.inner{
		max-width: 100%;
		padding: 0 20px;
	}
.wrapper{
	padding-top: 30px;
}
.section-title{
	padding-bottom: 10px;
	font-size: 2.3rem;
}
.bg{
	padding: 46px 0;
}
.page-title{
	font-size: 2.3rem;
}
.section-title_sub{
	font-size: 2rem;
}
.section-title_sub_bg{
	padding: 6px 0 ;
	margin: 30px 0;
	color: #fff;
	font-size: 1.9rem;
}
.section_leading{
	padding-top: 30px;
}
.wrapper-bottom{
	padding-bottom: 16px;
}

/*------背景装飾------*/
.section-area{
	max-width: 100%;
}
.section-area::before{
display: none;
}
.section-area::after{
display: none;
}
/*------/背景装飾------*/
	
/*-------------------------------------------------
 * popup
 ------------------------------------------------*/
.popup_area{
	width: 76%;
	height: 248px;
	padding: 20px 20px 16px;
}
.popup_text{
	padding-bottom: 8px;
	font-size: 1.5rem;
}
.popup_link a{
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}
.popup_link::before{
	right: 10px;
	font-size: 2.3rem;	
}
.popup_link::after{
	top: 2px;
	left: 6px;
	font-size: 2.2rem;	
}
/*-------------------------------------------------
 * btn
 ------------------------------------------------*/
.btn{
	padding: 15px 0;
	width: 100%;
}

/*------ハンバーガーメニュー------*/
.hamburger-area{
	position: absolute;
	top: 0;
	right: 0;
	padding: 24px;
	margin: 6px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,216,214,1) 100%);
	border-radius: 0.2em;
	border: solid 1px #f5d4d4;
}

.btn-trigger{
	display: block;
	-webkit-appearance:none;
	appearance:none;
	position: fixed;
	top: 14px;
	right: 16px;
	z-index: 110;
	width: 40px;
	height: 22px;
	border: none;
	background-color: transparent;
	}
.btn-trigger span{
	position: absolute;
	display: block;
	width: 28px;
	height: 2px;
	background-color: #D69090;
	transition: all 0.5s;
}

.btn-trigger span:first-of-type{
	top: 0;
}
.btn-trigger span:nth-of-type(2){
	top: 10px;
}
.btn-trigger span:last-of-type{
	bottom: 0;
}
.btn-trigger.active span:first-of-type{
	transform: rotate(45deg);
	top: 10px;
}
.btn-trigger.active span:nth-of-type(2){
	opacity: 0;
}
.btn-trigger.active span:last-of-type{
	transform: rotate(-45deg);
	bottom: 10px;
}
.btn-trigger_text{
	display: block;
	width: 50px;
	position: absolute;
	top: 34px;
	right: -7px;
	color: #D69090;
	font-size: 0.9rem;
	font-weight: bold;
	letter-spacing: -0.05em;
}
/*-----/ハンバーガーメニュー------*/
/*-------------------------------------------------
 * header
 ------------------------------------------------*/
.header{
	position: fixed;
	padding-bottom: 0;
	max-width: 100%;
	z-index: 10;
}
.header-logo_area{
	position: static;
	padding: 18px 0;
}
.logo{
	width: 51%;
	margin: 0 auto;
}

/*------文字サイズボタン------*/
.fos-btn_area{
display: none;
}
/*------/文字サイズボタン------*/


/*-------------------------------------------------
 * navigation
 ------------------------------------------------*/
.nav{
	display: none;
	position: fixed;
	z-index: 9999;
	top: initial;
	right: 0;
	padding: 20px 40px;
	width: 42%;
	height: 110%;
	background-color: #D69090;
	background-image: url("../images/utility/flower_r_sp.png");
	background-repeat: no-repeat;
	background-position: right -30% bottom 38%;
}
.nav_list{
	border-left: none;
}
.nav_list:last-of-type{
	border-right: none;
}
.nav_list span{
		display: block;
		padding: 0 0 24px 20px;
		color: #fff;
		font-weight: 700;
		letter-spacing: 0.1em;
}

/*------ドロップダウンメニュー------*/
.nav li{
	text-align: left;
	width: 115%;
	margin: -1px;
}
.nav li a{
	display: block;
	padding: 0 0 18px 20px;
	background-color: transparent;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: -0.01em;
}
	
.nav .nav_list::before{
	position: relative;
	top: 20px;
	color: #fff;
	content:"\f0a9";
	font-family: FontAwesome;
	font-size: 1.8rem;
	}
.nav li ul{
	position: inherit;
	display: block;
}

.nav li ul li a{
	padding: 0 0 24px 30px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #fff;
	border-bottom: none;
	background-color: transparent;
	text-align: left;
	transition: all 0.2s linear;
}
.nav li ul li a:hover{
	background-color: transparent;
}
.nav li:hover ul{
	display: block;
}
/*------/ドロップダウンメニュー------*/
/*-------------------------------------------------
 * hero-area
 ------------------------------------------------*/
.wrapper_top{
	margin-top: 60px;
}
.wrapper_top .pc-img{
	display: none;
}
.wrapper_top .sp-img{
	display: block;

}
.hero-slider img{
	width: 56%;
	margin: 0 auto;
}

/*-------------------------------------------------
 * NEWS
 ------------------------------------------------*/
.news-area{
	margin: 30px 0;
}
.news-contents{
	overflow: hidden;
	height: 296px;
	padding: 0 15px;
}
.news-item{
	display: block;
}
.news-day{
	padding-right: 0;
	padding-bottom: 10px;
	font-weight: 700;
}
.news-category{
	display: inline-block;
	width: 80px;
	margin: 0 10px;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 1.3;
}
/*------menu-area------*/
.menu-area{
	padding-top: 46px;
}
.menu-item_text{
	padding-top: 4px;
	font-size: 1.7rem;
}
/*------/menu-area------*/

/*-------------------------------------------------
 * product
 ------------------------------------------------*/
.product-slider{
	padding-bottom: 32px;
}
	.home-product_item img{
		width: 96%;
		margin: 0 auto;
	}
.home-product_leading{
	padding: 30px 0;
	line-height: 1.6;
	text-align: left;
}
.home-product_leading br{
		display: none;
	}
	
/*-------------------------------------------------
 * topics
 ------------------------------------------------*/
.topics-list{
	display: block;
	padding: 30px 0 6px;
}
.topics-item{
	width: 100%;
	margin: 0 0 10px 0;
}
.topics-item:last-of-type{
		margin-bottom: 0;
	}
.topics-text{
	display: none;
}

/*-------------------------------------------------
 * missionページ
 ------------------------------------------------*/
.mission{
	padding: 30px 0;
}
.section-block_area{
	display: block;
	padding-bottom: 30px;
}
.section-img{
	width: 100%;
}
.section-leading{
	width: 100%;
	line-height: 1.6;
	margin: 30px 0 0;
}

.ceo{
	padding-top: 30px;
}
.ceo >img{
	padding-top: 10px;
}
/*-------------------------------------------------
 * company-overviewページ（会社概要）
 ------------------------------------------------*/
.company-info_area{
	margin: 30px 0 0;
	border-top: none;
}
.company-info_list{
	display: block;
	border-bottom: none;
}

.company-info_list dt{
	width: 100%;
	padding: 6px 0;
}
.company-info_list dd{
	padding: 10px 0 18px;
	line-height: 1.3;
}

.access{
	display: block;
	width: 131px;
	margin: 20px auto 0;
	padding: 4px 0 4px;
}
.access::after{
	top: 0px;
}
.googlemaps{
	padding: 30px 0;
}

.route{
	display: block;
	padding-bottom: 16px;
}
.route:last-of-type{
	padding-bottom: 0;
}
.station{
	padding: 3px 0 4px;
	margin: 0 0 6px;
	width: 148px;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 0.05em;
	background-color: #D69090;
	border-radius: 0.2em;
}
.route_text{
	line-height: 1.6;
}

.busstop{
	display: inline-block;
	height: 17px;
	margin: 0 3px;
	padding: 0 4px;
	font-size: 1.4rem;
	line-height: 1.3;
	
}
.busstop:first-of-type{
	margin-left: 10px;
}
.busstop:last-of-type{
	margin-right: 10px;
}
	
	
/*-------------------------------------------------
 * historyページ（沿革）
 ------------------------------------------------*/
.history_wrapper{
	padding: 30px 0;
	
}
.year{
	width: 146px;
	margin: 16px 0 0 0;
	font-size: 1.4rem;
}
.history_text{
	width: 56%;
	padding: 16px 0 0 16px;
	font-size: 1.4rem;
	line-height: 1.1;
}
.history_text::before {
  font-size: 3.5rem;
  left: 138px;
	top: 0px;
}
.history_area:last-of-type .history_text{
	padding-bottom: 0px;
}
	
/*-------------------------------------------------
 * actionページ（取り組み）
 ------------------------------------------------*/
.action-list{
	padding: 30px 0 20px;
}
.action-list dt{
	margin-bottom: 6px;
}
.action-list dd::before{
	font-size: 1.5rem;
}
	
/*-------------------------------------------------
 * markerページ（topic / 出会いに感謝して/しおり）
 ------------------------------------------------*/
.marker_img{
	padding-bottom: 30px;
}
	
/*-------------------------------------------------
 * NEWS一覧ページ（お知らせ）
 ------------------------------------------------*/
.news-all{
	overflow: initial;
	height: auto;
}
.tab-group{
	padding: 30px 0 0;
}
.tab{
	padding:3px;
	font-size: 2rem;
}
.panel_area{
	padding-bottom: 0px;
}
.news-text_title{
	margin-bottom: 10px;
}
.news-text{
	width: 100%;
	line-height: 1.4;
}
.news-text_link a{
	padding-top: 10px;
}
.news-btn_area{
display: block;
}
/*-------------------------------------------------
 * infomation
 ------------------------------------------------*/
.section-title_small{
		font-size: 1.7rem;
	}
.infomation_area{
	padding-bottom: 30px;
}
.infomation_day{
	font-size: 1.4rem;
}

.infomation_caution_area{
	width: 90%;
	padding: 16px;
	margin: 30px auto;
	border-radius: 1em;
	font-size: 1.6rem;
	line-height: 1.5;
}
.infomation_caution_area >div{
	display: block;
	margin: 0 auto;
	
}
.infomation_caution_list{
	display: block;
	padding-bottom: 16px;
}
.infomation_caution_item >dt{
	font-weight: 800;
}
.infomation_caution_item >dt::after{
	content: "…";
	margin: 0 2px;
}
.infomation_caution_item >dd{
margin-right: 30px;
}

.caution{
	padding-top: 20px;
	font-size: 1.5rem;
	text-align: left;
	line-height: 1.3;
}
.caution-btn{
	margin-bottom: 40px;
}


/*-------------------------------------------------
 * newspaperページ（ほっとメール）
 ------------------------------------------------*/
.newspaper-img_area{
	display: block;
	margin-right: 0px;
}
.newspaper-img_area a{
	margin-right: 30px;
}

.newspaper-bn_area{
	margin-right: -20px;
}
.newspaper-bn_item{
	width: 27.5%;
	padding-bottom: 20px;
	padding-right: 20px;
	margin: 0 auto;
}
	.newspaper_issue{
		font-size: 1.4rem;
		margin-top: 3px;
	}


/*------------折り畳み------------*/


.accbox label {
	display: block;
	padding: 6px 0;
	margin: 30px 0;
	color: #fff;
	font-size: 1.9rem;
	cursor :pointer;
}

.accbox label:hover {
  background-color: #9B83BA;
}
.bn_click{
display: none;
}
.accbox label::after{
	position: relative;
	top: -2px;
 	content: '\f078';
	font-family: 'FontAwesome';
	padding-left: 6px;
}

/*-------------------------------------------------
 * recruitページ（採用情報）
 ------------------------------------------------*/
.recruit_text{
	text-align: center;
	line-height: 1.4;
}
.recruit_contact{
	margin: 0;
}
.recruit_contact_area{
	display: block;
}
.recruit_contact_list{
	margin: 24px auto 16px;
	padding: 16px;
	width: 91%;
}
.recruit_contact_list:last-of-type{
	margin: 0 auto 30px;
}
.recruit_contact_item dt{
	padding-bottom: 12px;
	font-size: 1.5rem;
}
.tel{
	font-size: 4.4rem;
	line-height: 0.8;
}
	
	
.tel-sp_re{
	display: block;
	padding: 12px 0;
	margin: 16px auto 16px;
	width: 40%;
	color: #D69090;
	text-align: center;
	font-size: 1.7rem;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,216,214,1) 100%);
	border-radius: 0.2em;
	border: solid 1px #f5d4d4;
	}

.tel-sp_re::before{
	position: relative;
	top: 2px;
	left: -9px;
	color: #D69090;
	content:"\f095";
	font-family: FontAwesome;
	font-size: 1.9rem;
	}
	

.tel-sp{
padding: 21px 0;
}
	

.indeed_img{
	width: 68%;
	margin: 0 auto;
}
.allowance{
	margin-bottom: 6px;
}

.allowance:last-of-type{
	margin-bottom: 0;
}
.left{
		text-align:left; 
	}

/*募集していない時*/
.not-hiring{
	display: none;
}
/*-------------------------------------------------
 * privacyページ（個人情報保護方針）
 ------------------------------------------------*/
.privacy_area{
	padding-top: 30px;
}
.privacy_title{
	padding-bottom: 10px;
	font-size: 1.6rem;
}
.privacy_leading{
	padding-bottom: 24px;
	font-size: 1.4rem;
}
.privacy_info{
	width: 100%;
	padding: 22px 0 30px 0;
}
/*contact*/
	.privacy_contact_wrapper{
	padding-bottom: 46px;
}
	.privacy_contact{
		margin-top: 0;
	}	
	

.freedial{
	text-align: center;
	margin-right: 12px;
	font-size: 2.5rem;
	font-weight: 700;
}

.tel_c{
	text-align: center;
	margin-top: 10px;
	font-size: 4rem;
	padding-left: 58px;
}
.tel_c::before{
	position: absolute;
	top: 0;
	left: 0;
}

.contact_area{
	display: block;
	margin-top: 32px;
	padding: 16px 0;
}
.contact_area div{
	line-height: 0;
}
.contact_area p{
	line-height: 1.2;
}
	.contact-area2{
		margin-top: 16px;
	}
.contact_text{
	margin: 0 0 0 auto;
	font-size: 1.4rem;
}
.contact-caution{
	font-size: 1.4rem;
	letter-spacing: -0.05em;
	line-height: 1.5;
}
.form-btn{
	padding: 2px 20px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(240,216,214,1) 100%);
	border-radius: 0.2em;
	border: solid 1px #f5d4d4;
}
.form-btn a{
	color: #D69090;
	line-height: 1.9;
}

.form-btn::after{
	position: relative;
	top: 1px;
 	content: '\f08e';
	color: #D69090;
	font-family: 'FontAwesome';
	padding-left: 6px;
}
.mail-text{
	margin: 16px 0 0;
}
.mail{
	margin-right: 16px;
}
.mail::before{
	position: relative;
	right: 3px;
 	content: '\f0e0';
	color: #D69090;
	font-family: 'FontAwesome';
	padding-left: 6px;
	
	
}
/*-------------------------------------------------
 * contactページ
 ------------------------------------------------*/
.form-area{
	max-width: 100%;
	margin: 30px auto 76px;
	padding: 14px 30px 30px;
}
.form-list{
	display: block;
	padding: 16px 0;
}
.form-list:last-of-type{
border-bottom: none;	
}
.form-list dt{
	margin-right: 10px;
	text-align: left;
	width: 100%;
	line-height: 1.6;
}
input.field{
	width: 100%;
	margin: 0 ;
	padding: 8px 0;
}

.radio{
	line-height: 3;
}
	.radio:first-of-type{
		padding-top: 10px;
	}
	.clear{
		margin-right: 40px;
	}
	
.form-btn_area{
 padding-top: 30px;
}
.textarea{
	width: 100%;
}

/*-------------------------------------------------
 * サイトマップページ
 ------------------------------------------------*/
.sitemap-list{
	width: 100%;
	padding: 46px 0 0;
}
.sitemap-list >dl{
	margin-bottom: 30px;
	padding-bottom: 0px;
	border-bottom: solid 1px #f0d8d6;
}
.sitemap_title{
	margin-bottom: 6px;
	padding-bottom: 0;
	font-size: 1.7rem;
	border: none;
}

.sitemap_item{
	padding: 16px 0;
	margin: 0;
	border-top: solid 1px #f0d8d6;
}
.sitemap-topics_block{
	padding-bottom: 0;
}
.sitemap-topics{
	margin-bottom: 7px;
	font-weight: 700;
	padding-top: 10px;
}
/*-------------------------------------------------
 * aboutusページ（りぶを知る）
 ------------------------------------------------*/
.aboutus-area{
	padding-bottom: 0;
}

/*-------------------------------------------------
 * productページ（りぶメールの商品）
 ------------------------------------------------*/

.product-category li a{
	padding: 10px 11px;
	margin: 0 auto;
	width: 91%;
	line-height: 1.5;
}


.product-leading{
	padding: 30px 0;
	line-height: 1.5;
}
/*------アイテム------*/
.item-area{
	grid-template-columns: repeat(1, 1fr);
	padding-bottom: 46px;
}

.item-area li{
	width: 91%;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-bottom: none;
}
.item-area li:nth-child(n+5){
	border-top: solid 1px #ccc;
}
.item-area li:last-of-type{
	border-bottom: solid 1px #ccc;
}

.item_title{
	display: block;
	margin: 10px 0 10px;
	font-size: 1.7rem;
}
.item-leading{
	font-size: 1.4rem;
	line-height: 1.4;
}
.item_title_small{
	font-size: 1.7rem;
	letter-spacing: 0.05em;
}
/*------/アイテム------*/
	
.product-link{
		padding: 0;
	}
.green{
letter-spacing: 0.1em;
}
/*-------------------------------------------------
 * qualityページ（商品のこだわり）
 ------------------------------------------------*/
.quality-list{
	display: block;
	padding-bottom: 30px;
}
.quality-list >li{
	width: 100%;
	padding-bottom: 30px;
}
	.quality-list >li:last-of-type{
		
	}

.tea-item dd{
	margin-right: 16px;
	width: 20%;
}
.tea-item dd:last-of-type{
	margin-right: 0;
}
.quality-title{
	margin: 10px 0 8px;
	font-size: 2rem;
}
.quality-title-center{
	text-align: center;
}
	
.quality-title_sub{
	margin: 0 0 8px;
}
.quality-leading{
	line-height: 1.5;
}
.quality-title_sub2{
	margin: 16px 0 10px;
}
.quality-block{
	padding: 0;
}
	.quality-leading2{
		margin-top: 10px;
	}

/*-------------------------------------------------
 * footer
 ------------------------------------------------*/
/*------ページトップ------*/
.btn-top{
	display: block;
	position: static;
	border-radius: 0%;
	width: 100%;
	height: 40px;
	color: #fff;
	text-align: center;
	background-color: #894F4F;
	}
.btn-top_text{
	display: block;
	padding-top: 10px;
}
.btn-top_text::after{
	position: relative;
	left: 6px;
	content:"\f0aa";
	font-family: FontAwesome;
	font-size: 1.8rem;
	}
.btn-top>.fa{
	display: none;
	}
/*------/ページトップ------*/
footer{
	padding: 0 0 46px;
	background-color: #D69090;
	color: #fff;
}
.footer-nav{
	display: block;
	padding: 0;
}
.footer-nav_list{
	width: 100%;
	margin: 40px 0;
	border-left: none;
}
.footer-nav_list:last-of-type{
	border-right: none;
}
.coryright{
	padding-top: 6px;
	text-align: center;
	font-size: 1.3rem;
}

/*-------------------------------------------------
 * transaction（特定商取引法に基づく表示）
 ------------------------------------------------*/
.transaction-item{
	line-height: 0;
}
.transaction-item dt{
	background-color: #fff;
	padding: 0;
}
.transaction-item dd{
	float: initial;
	margin: 0;
}

.transaction-item2 dd{
	float: initial;
	margin: 0;

}

.transaction-title{
	margin: 40px 0 0;
}

.transaction-text{
	margin: 16px 0 0;
	padding: 0;
}
.returnaddress dt{
	font-weight: 700;
	margin-bottom: 10px;
	letter-spacing: 0.05em;
}
.returnaddress dd{

	font-size: 1.7rem;
}
.returnaddress span{
	display: block;
	margin-top: 10px;
	font-size: 1.5rem;
}
.transaction-nav{
	padding: 0 10px;
}
	
	
	
	
	
	
	
	
}






































