@charset "UTF-8";
/*==================================
All
カラーバリエーション
$pinkcolor: #FF7BA8;
$orangecolor:#FF8F1E;
$greencolor:#7AC543;
$bluecolor:#3FA5F1;
$tobucolor:#4A3A88;
$tcardcolor:#004198;
$bggray:#F2F0EC;
==================================*/

/*:: レイアウト :::::::::::::::::::::::*/
.container {
	width: 96%;
	margin: 0 auto;
}
.container .section {
	padding: 0 5px;
}
.container .pagetop {
	display: none;
}
.l_wrap_col {
 *zoom: 1;
}
.l_wrap_col:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0;
}
.l_col4 {
	float: left;
	width: 47%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.l_col4:nth-child(2n) {
	margin-right: 0;
}
/*.main_area {
  background-color: #222; }*/

/*.sub_area {
  background-color: #ccc; }*/
  /*:: タイトル :::::::::::::::::::::::*/
.container h2 {
	margin: 0;
}
.container h2 p {
	line-height: 35px;
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 0 40px;
	margin: 0;
}
.container h2 p a.more:link {
	display: none;
}
.container h2.tit_search span, .container h2.tit_pickup span, .container h2.tit_info span, .container h2.tit_card span, .container h2.tit_heart span, .container h2.tit_company span, .container h2.tit_tcard span {
	display: block;
	float: left;
	width: 30px;
	height: 35px;
	position: relative;
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
.container h2.tit_search span i,  .container h2.tit_pickup span i,  .container h2.tit_info span i,  .container h2.tit_card span i,  .container h2.tit_heart span i,  .container h2.tit_company span i,  .container h2.tit_tcard span i {
	position: absolute;
	top: 20%;
	left: 17%;
}
.container h2.tit_search {
	border-bottom: 5px solid #FF7BA8;
}
.container h2.tit_search span {
	background-color: #FF7BA8;
}
.container h2.tit_pickup {
	border-bottom: 5px solid #EC563D;
}
.container h2.tit_pickup span {
	background-color: #EC563D;
}
.container h2.tit_info {
	border-bottom: 5px solid #3FA5F1;
}
.container h2.tit_info span {
	background-color: #3FA5F1;
}
.container h2.tit_card {
	border-bottom: 5px solid #FF8F1E;
}
.container h2.tit_card span {
	background-color: #FF8F1E;
}
.container h2.tit_heart {
	border-bottom: 5px solid #7AC543;
}
.container h2.tit_heart span {
	background-color: #7AC543;
}
.container h2.h_blue {
	border-bottom: 5px solid #40a4ef;
}
.container h2.h_blue span {
	background-color: #40a4ef;
}
.container h2.h_green {
	border-bottom: 5px solid #2b9c4b;
}
.container h2.h_green span {
	background-color: #2b9c4b;
}
.container h2.h_pink {
	border-bottom: 5px solid #ff7ba8;
}
.container h2.h_pink span {
	background-color: #ff7ba8;
}
.container h2.h_red {
	border-bottom: 5px solid #cc4b38;
}
.container h2.h_red span {
	background-color: #cc4b38;
}
.container h2.tit_company {
	border-bottom: 5px solid #4A3A88;
}
.container h2.tit_company span {
	background-color: #4A3A88;
}
.container h2.tit_tcard {
	border-bottom: 5px solid #004198;
}
.container h2.tit_tcard span {
	background-color: #004198;
}
.container .section > h3 {
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #4A3A88;
}
.container h3 i {
	margin-right: 10px;
}
.container .section > h4 {
	margin: 0 0 10px 0;
	font-size: 17px;
	font-weight: bold;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #4A3A88;
	color: #4A3A88;
}
/*:: 画像 :::::::::::::::::::::::*/
.sp_img_max img {
	width: 100%;
}
/*==================================
header
==================================*/
#top_header {
	margin-bottom: 10px;
}
#gnavi {
	display: none;
}
#top_header .sp_head {
	background-color: #4A3A88;
	height: 52px;
	text-align: center;
}
#top_header .sp_head .sp_menu {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
#top_header .sp_guide_btn {
	display: none;
}
.slider {
	width: 100%;
	margin-top: 10px;
}
.slider #top_main_slider .item img {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
/*==================================
maincontents
==================================*/
/*:: pickupエリア :::::::::::::::::::::::*/
.pickup_slide {
	position: relative;
}
.pickup_slide .pickup_box {
	position: relative;
}
.pickup_slide .pickup_box a:link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.pickup_slide .pickup_box a:visited {
	text-indent: -9999px;
}
.pickup_slide .pickup_box a:hover {
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.pickup_slide .pickup-arrow-left {
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -15px;
}
.pickup_slide .pickup-arrow-right {
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -15px;
}
.pickup_slide .carousel-container {
	width: 95%;
	height: 270px;
}
.pickup_slide .carousel-container img {
	width: 95%;
}
.pickup_slide .pickup_inner {
	width: 87%;
	background-color: #F2F0EC;
	padding: 5px;
	min-height: 100px;
}
.pickup_slide .pickup_inner h5 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}
.pickup_slide .pickup_inner p {
	font-size: 12px;
	line-height: 15px;
	color: #333;
	margin: 0;
}
.pickup_slide .pickup_period {
	width: 87%;
	background-color: #F2F0EC;
	font-size: 12px;
	line-height: 15px;
	color: #333;
	padding: 0 5px 5px 5px;
}
/*:: 健康をプラス :::::::::::::::::::::::*/
.sub_area .physical_area .physical_inner .plus {
	text-align: center;
}
.sub_area .physical_area .physical_inner .plus p.plus_head {
	padding: 0;
	background-color: #DFE6B4;
}
/*:: PRエリア :::::::::::::::::::::::*/
.sub_area .pr_area {
	background-image: url("../../images/striped_lens.png");
	background-repeat: repeat;
 *zoom: 1;
}
.sub_area .pr_area:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	font-size: 0;
}
.sub_area .pr_area .pr_tit {
	background-color: #AFAFAF;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.sub_area .pr_area .pr_bana {
	text-align: center;
	margin-bottom: 10px;
}
.sub_area .pr_area .pr_bana {
	margin-left: 2%;
	text-align: center;
}
.sub_area .pr_area p {
	font-size: 11px;
	line-height: 13px;
	color: #333;
	padding-left: 1em;
	text-indent: -1em;
	margin: 0;
	padding-bottom: 10px;
	clear: both;
}
.line_gray {
	border: 4px solid #afafaf;
	box-sizing: border-box;
}
/*:: ちょっと気になる体のこと :::::::::::::::::::::::*/
.sub_area .physical_area {
	margin-top: 20px;
}
.sub_area .physical_area h3 {
	background-color: #7AC543;
	width: 100%;
	text-align: center;
	margin: 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.sub_area .physical_area .physical_inner {
	border: 4px solid #7AC543;
	box-sizing: border-box;
}
.sub_area .physical_area .physical_inner h4 {
	background-color: #DFE6B4;
	font-size: 16px;
	line-height: 30px;
	color: #015A30;
	font-weight: bold;
	text-align: center;
	margin: 0 0 20px 0;
}
.sub_area .physical_area .physical_inner .physical_item {
	text-align: center;
}
.sub_area .physical_area .physical_inner .physical_item img {
	border: 1px solid #c6c6c6;
}
.sub_area .physical_area .physical_inner h5 {
	font-size: 14px;
	line-height: 18px;
	color: #015A30;
	padding: 5px 16px;
	text-align: center;
	margin: 0;
}
.sub_area .physical_area .physical_inner p {
	font-size: 12px;
	line-height: 14px;
	color: #333;
	padding: 5px 16px;
	margin: 0;
}
.sub_area .physical_area .physical_inner .physical_backnum {
	font-size: 15px;
	line-height: 13px;
	color: #333;
	padding-left: 1em;
	text-indent: -1em;
	width: 80%;
	margin: 10px auto;
	padding: 10px 5px 10px 5px;
	background-color: #F2F0EC;
}
.sub_area .physical_area .physical_inner .physical_backnum i {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 5px 3px 15px;
}
/*:: ボタン :::::::::::::::::::::::*/
.btn_backnum, .btn_aboutmystore {
	font-size: 14px;
	line-height: 18px;
	color: #333;
	padding-left: 1em;
	text-indent: -1em;
	width: 80%;
	margin: 10px auto;
	padding: 5px;
	background-color: #F2F0EC;
}
.btn_backnum a:link,  .btn_aboutmystore a:link {
	color: #333;
	text-decoration: none;
}
.btn_backnum a:visited,  .btn_aboutmystore a:visited {
	color: #333;
	text-decoration: none;
}
.btn_backnum a:hover,  .btn_aboutmystore a:hover {
	color: #333;
	text-decoration: underline;
}
.btn_backnum i,  .btn_aboutmystore i {
	vertical-align: middle;
	margin: 3px 5px 3px 15px;
}
/*==================================
footer
==================================*/
#footer .bana_area {
	padding: 20px 0 5px 0;
	background-color: #F2F0EC;
	text-align: center;
}
#footer .bana_area .container div {
	margin-bottom: 10px;
}
#footer .switch {
	height: 45px;
	line-height: 45px;
	text-align: center;
}
#footer .switch a:link {
	text-decoration: none
}
#footer .switch a:visited {
	text-decoration: none
}
#footer .switch a:hover {
	text-decoration: none
}
#footer .copy {
	height: 40px;
	background-color: #E2E2E2;
}
#footer .copy p {
	font-size: 11px;
	color: #333;
	line-height: 40px;
	margin: 0;
	text-align: center;
}
#footer .copy ul {
	display: none;
}
/*:: footerSliderエリア 170803追記 :::::::::::::::::::::::*/
.foot_slide {
	position: relative;
}
.foot_container>.swiper-wrapper>.swiper-slide {
	position: relative;
}
.foot_container>.swiper-wrapper>.swiper-slide>a:link {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*      height: 100%;*/
	text-indent: -9999px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.foot_container>.swiper-wrapper>.swiper-slide>a:visited {
	text-indent: -9999px;
}
.foot_container>.swiper-wrapper>.swiper-slide>a:hover {
	background-color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.foot_slide>.foot-arrow-left {
	position: absolute;
	left: -15px;
	top: 50%;
	margin-top: -15px;
}
.foot_slide>.foot-arrow-right {
	position: absolute;
	right: -15px;
	top: 50%;
	margin-top: -15px;
}
.foot_slide>.foot-container {
	width: 96%;
}
.foot_slide>.foot-container img {
	width: 96%;
}
/*==================================
スマホ用　サイドバー
==================================*/
.sb-slidebar {
	background-color: #4A3A88;
}
.sb-slidebar .sb-close {
	width: 80%;
	margin: 10px auto;
	background-color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
}
.sb-slidebar .sb-close a:link {
	color: #4A3A88;
	text-decoration: none;
}
.sb-slidebar .sb-close a:visited {
	color: #4A3A88;
	text-decoration: none;
}
.sb-slidebar ul {
	width: 80%;
	margin: 10px auto;
	padding: 0;
}
.sb-slidebar ul li {
	list-style: none;
	line-height: 300%;
	border-bottom: 1px dashed #fff;
	padding-left: 10px;
	font-size: 15px;
}
.sb-slidebar ul li.sb_nav_tit {
	line-height: 300%;
	color: #FF8F1E;
	font-weight: bold;
	padding-left: 0;
	font-size: 17px;
}
.sb-slidebar ul li a {
	display: block;
}
.sb-slidebar ul li a:link {
	color: #fff;
	text-decoration: none;
}
.sb-slidebar ul li a:visited {
	color: #F2F0EC;
	text-decoration: none;
}
/*▼サイドエリア　くらしstation*/
.sidearea__kurashi {
	width: 182px;
	margin: 0 auto;
	text-align: center;
}
/*==================================
体のこと/くらしStationここから
==================================*/
.ttl_green_mainArea {
	background-color: #7CC343;
	padding: 5px 0;
	text-align: center;
	border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
	margin-top: 15px;
}
.line_green {
	box-sizing: border-box;
	border: 3px solid #7CC343;
}
.kurashi_book {
	margin: 10px 0 10px 0;
	text-align: center;
}
.kurashi_text {
	font-size: 13px;
	margin-top: 10px;
	text-align: center;
}
.fz14 {
	font-size: 14px;
	line-height: 16px;
}
.kurashi_month {
	width: 80%;
	margin: 0 10% 10px !important;
	font-size: 15px;
	border-bottom: 1px solid #000;
}
.kurashi_month span {
	font-size: 35px;
	line-height: 36px;
}
p.w100_img img {
	width: 100%;
}
.kurashi_area {
	margin-bottom: 30px;
}
.btn_backnum2 a {
	font-size: 11px;
	color: #000FBE;
	padding-left: 1em;
	text-indent: -1em;
	width: 80%;
	/*margin: 10px auto;*/
	padding-top: 5px;
	padding: 5px;
}

/*:: 店舗詳細LP用:::::::::::::::::::::::*/
.shop_detail_lp {
	*zoom: 1;
	height:100%;
	max-width:710px;
	margin: 0 auto;
	padding:10px 0;
	margin-bottom: 20px;

}
.shop_detail_lp h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
    font-weight: bold;
    color: #4A3A88;
}
.shop_detail_lp h3 i {
    margin-right: 7px;
}
.shop_detail_lp:after {
	content: ".";
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
    font-size: 0; 
}
	.shop_detail_lp dl {
		width:100%;
		overflow:hidden;
		float:left;
		font-size:13px;
		border-bottom:1px solid #e4e4e4;
		margin:0;
		background-color:#f2f0ec;
	}
		.shop_detail_lp dl dt {
			width:110px;
			text-align:left;
			border-top:1px solid #e4e4e4;
			padding:10px 0 10px 10px;
			font-weight:normal;
			float:left;
		}
		.shop_detail_lp dl dd {
			border-top:1px solid #e4e4e4;
			border-left:1px solid #e4e4e4;
			margin-left:120px;
			padding:10px;
			background-color:#fff;
		}
			.shop_detail_lp dl dd  span {
				font-size:11px;
				color:#666666;
			}

/*:: 店第72期定時株主総会用:::::::::::::::::::::::*/
.border_top_72 {
	border-top: 1px solid #C8C8C8;
}
.border_top_72.mt3 {
	margin-top: 3px;
}
