/*	全体
----------------------------------------------------*/
html { font-size: 62.5%; }
body {
	color: #030303;
	font-family: "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 1.0rem;
	background: #fff;
}
.align_c{
	text-align: center;
}
/*	リンク
----------------------------------------------------*/
a {
	color: #00a484;
}
a:visited {
	color: #00a484;
}
a:hover {
	color: #ff9000;
}

/*	共通パーツ
----------------------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.txt{
	line-height: 1.4rem;
}
.section{
	clear: both;
	margin: 0 2.5%;
}
.h_01{
	color: #00a484;
	text-align: center;
	font-size: 1.9rem;
	letter-spacing: 0.13em;
	padding: 1.2rem 0;
	margin: 12px auto 22px;
	border-top: 1px solid;
	border-bottom: 1px solid;
}
.h_02{
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 2em;
	letter-spacing: 0.13em;
	margin-bottom: 13px;
	background: url(../images/line_h_02.png) no-repeat center bottom;
	-webkit-background-size: 100% 1px;
	background-size: 100% 1px;
}
.h_03{
	color: #846313;
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: 0.13em;
	margin-bottom: 12px;
}
.h_04{
	font-size: 1.5rem;
	line-height: 1.9em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 12px;
}
.h_05{
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 20px;
}
.h_06{
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.h_07{
	display: inline-block;
	color: #846313;
	font-size: 1.4rem;
	margin-bottom: 5px;
	padding: 1% 1.5%;
	border: 1px solid #846313;
}
.h_08{
	color: #00a384;
	font-size: 1.4rem;
	margin: 10px auto;
	padding: 4px 2.5%;
	border-top: 1px solid #00a384;
	border-bottom: 1px solid #00a384;
}
.h_09{
	font-size: 1.7rem;
	line-height: 1.4em;
	text-align: center;
	letter-spacing: .13em;
	font-weight: bold;
	margin: 30px auto;
}
.h_10{
	color: #846313;
	font-size: 1.4rem;
	line-height: 1.4em;
	letter-spacing: .13em;
	font-weight: bold;
	margin: 10px auto 8px;
}
.h_11{
	color: #00a384;
	font-size: 1.6rem;
	line-height: 1.4em;
	letter-spacing: .13em;
	font-weight: bold;
	margin: 0 auto 10px;
}
.txt01{
	font-size: 1.4rem;
	line-height: 1.5em;
	letter-spacing: 0.13em;
	margin-bottom: 15px;
}
.c_ocher{
	color: #846313;
}
.c_green{
	color: #00a384;
}
.ul01{
	margin-bottom: 20px;
}
.ul01 li{
	font-size: 1.4rem;
	line-height: 1.4em;
	margin-bottom: 10px;
	text-indent: -1em;
	padding-left: 1em;
}
.ul01 li:before{
	content: "・";
}
.btn_01 {
	clear: both;
	margin: 0 4%;
}
.btn_01 a{
	display: block;
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 0.13em;
	text-align: center;
	text-decoration: none;
	line-height: 1.3em;
	padding: 20px 0;
	background: #ff9600;
}


/*	テーブル
----------------------------------------------------*/
.table_01{
	width: 100%;
	border:none;
	margin-bottom: 20px;
}
.table_01 th{
	width: 22%;
	color: #00a384;
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 10px 1%;
	border-bottom: 1px solid #a6a6a6;
}
.table_01 td{
	font-size: 1.4rem;
	line-height: 1.5em;
	padding: 10px 1%;
	border-bottom: 1px solid #a6a6a6;
}
.table_01 td a{
	text-decoration: none;
}
.table_01 tr:last-child th,
.table_01 tr:last-child td{
	border-bottom: none;
}



/*	ヘッダー
----------------------------------------------------*/
header{
	width: 100%;
	padding: 3px 2%;
	border-bottom: 2px solid #00a384;
	display: -webkit-box; /* Android 2~4 */
	display: -webkit-flex; /*Safari*/
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.haeder_shop,
.header_logo,
.header_map,
.header_menu{
	-webkit-box-flex: 1; /* Android 2~4 */
	-webkit-flex-grow: 1; /*Safari*/
	flex-grow: 1;
}
.global_nav ul{
	padding-left: 36%;
	background: url(../images/fig_littlemanpiss_01.png) no-repeat 4% 112px;
	-webkit-background-size: 30%;
	background-size: 30%;
}
.global_nav li{
	border-top: 1px solid #00a384;
}
.global_nav li:first-child{
	border-top: none;
}
.global_nav li > a{
	display: block;
	color: #00a384;
	font-size: 1.3rem;
	padding: 1em 2% 1em 0;
	text-decoration: none;
}
.global_nav li > a:before{
	content: "■";
	padding-right: 2px;

}
.global_nav_contact{
	border-top: 1px solid #00a384;
}
.close_global_nav{
	color: #fff;
	font-size: 1.4rem;
	text-align: right;
	padding: 8px 2%;
	background: #00a384;
}
.close_global_nav:before{
	content: "×";
	font-size: 2.5rem;
	display: inline-block;
	padding: 0 4px;
	line-height: 1rem;
	vertical-align: middle;

}
.close_global_nav span{
	vertical-align: middle;
}

/*  サブナビゲーション
----------------------------------------------------*/
.sub_nav > ul{
	display: -webkit-box; /* Android 2~4 */
	display: -webkit-flex; /*Safari*/
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 3% 24px;
}
.sub_nav > ul > li{
	width: 48%;
	text-align: center;
	margin: 5px 1%;
	-webkit-box-flex: 1; /* Android 2~4 */
	-webkit-flex-grow: 1; /*Safari*/
	flex-grow: 1;
}
.sub_nav > ul > li > a{
	display: block;
	color: #00a484;
	font-size: 1.4rem;
	text-decoration: none;
	text-align: center;
	border: 1px solid;
	padding: 10px 0;
}
.sub_nav.sub_nav_pic > ul > li{
	width: 46%;
	margin: 5px 2%;
}
.sub_nav.sub_nav_pic > ul > li > a{
	border:none;
	padding: 0;
}


/*  フッター
----------------------------------------------------*/
footer{
	position: relative;
	margin-top: 42px;
}
.footer_link{
	text-align: center;
	margin-bottom: 8px;
}
.footer_link li{
	min-width: 40%;
	display: inline-block;
	border-right: 1px solid #00a484;
}
.footer_link li:first-child{
	border-left: 1px solid #00a484;
}
.footer_link a{
	display: inline-block;
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5%;
}
footer .wrapper{
	position: relative;
	color: #fff;
	padding: 12px 2%;
	background: #00a484;
}
.footer_time{
	margin-bottom: 20px;
}
.footer_time li{
	font-size: 1.1rem;
	line-height: 1.6rem;
	letter-spacing: .13em;
}
.footer_time .fa-circle{
	font-size: 1.0rem;
	padding-right: 4px;
}
.footer_time strong{
	font-weight: bold;
}
.footer_address{
	font-size: 1.1rem;
	line-height: 1.6rem;
	letter-spacing: .05em;
}
.footer_address a{
	color: #fff;
	text-decoration: none;
}
.footer_access{
	position: absolute;
	right: 2%;
	bottom: 20px;
	width: 37px;
	height: 27px;
}
footer .copyright{
	color: #fff;
	font-size: 0.8rem;
	text-align: center;
	border-top: 1px solid #a5a5a5;
	padding: 1rem 1%;
	background: #00a484;
}
/* トップへ戻るボタン */
.to_top {
	position: fixed;
	bottom: 20px;
	right: 1%;
	width: 36px;
	height: 36px;
	filter: alpha(opacity=90); /* IE5.5-7 */
	-ms-filter: alpha(opacity=90); /* IE8 */
	opacity: 0.9;
}


/*	フォーム
----------------------------------------------------*/
.form_must{
	display: inline-block;
	font-size: 1.1rem;
	border:2px solid;
	padding: 2px 5px;
	margin: 0 0.5em;
}
.contact_box > p{
	margin: 18px 2.5%;
}
.contact_email2{
	margin-top: 10px;
}
.input_area{
	width: 94%;
	font-size: 1.4rem;
	line-height: 1.2em;
	padding: 5px 2px;
	margin-left: 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #707070;
}
.form_btn{
	margin-top: 20px;
}
.form_btn > input[type="submit"]{
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	padding: 1.8em 0;
	border: none;
	background: #00a384;

}
.contact_section .error {
	color: red;
	font-size: 12px;
	margin: 5px 2.5%;
}
.contact_section .error em{
	line-height: 1.5em;
}
.form_btns > form {
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px 2%;
}
.form_btns input[type="submit"],
.form_btns > form:first-child input[type="submit"]{
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	font-weight: bold;
	padding: 10px 0;
	border: none;
	background: #00a384;

}
.form_btns > form:first-child input[type="submit"]{
	background: #737373;
}
.thanks_return{
	text-align: center;
	font-size: 14px;
	margin: 40px auto;
}


/*	トップページ
----------------------------------------------------*/
.home_slider{
	padding-bottom: 10px;
	width: 100%;
}
.home_bnr li{
	text-align: center;
	margin-bottom: 10px;
}
.home_news h2{
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .03em;
	padding: 1.2rem 1rem;
	background: #00a384;
}
.home_news ul{
	border: 1px solid #949494;
	border-top: none;
	padding: 10px 2% 0;
}
.home_news li {
	margin-bottom: 10px;
}
.home_news li > a{
	display: block;
	text-decoration: none;
}
.home_news li .date{
	color: #000;
	font-size: 1.3rem;
	line-height: 1.2em;
}
.home_news li .txt{
	color: #00a484;
	font-size: 1.3rem;
	line-height: 1.2em;
}
.counseling {
	width: 95%;
	margin: 0 auto;
}
.counseling img{
	padding: 10px 0;
}
.insta_box{
	margin-top: 10px;
	margin-bottom: 10px;
}
.insta_box h2{
	text-align: center;
	margin-bottom: 10px;
}

/*	コジマ薬局について
----------------------------------------------------*/
.about_kusuri .pic_01{
	margin-bottom: 25px;
}

.about_philosophy_center{
	text-align: center;
	margin-bottom: 25px;
}
/*	愛と希望の小便小僧
----------------------------------------------------*/
.symbol_boy .pic_01{
	max-width: 163px;
	text-align: center;
	margin: 0 auto 35px;
}
.symbol_boy .pic_02{
	max-width: 100%;
	text-align: center;
	margin: 50px auto 28px;
}
.symbol_bigining .pic_01{
	max-width: 156px;
	text-align: center;
	margin: 46px auto 28px;

}
/*	皮フのお悩み無料相談
----------------------------------------------------*/
.sign{
	text-align: right;
	margin-bottom: 30px;
}
.sign img{
	max-width: 65%;
}
.consl_content_dl{
	margin: 0 8% 30px;
}
.consl_content_dl dt{
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	font-weight: bold;
	line-height: 1em;
	text-shadow: 0 0 1em rgba(0, 0, 0, 0.2);
	padding: 5px 0;
	border: 1px solid;
}
.consl_content_dl dd{
	font-size: 1.4rem;
	line-height: 1.4em;
	letter-spacing: .13em;
	border: 1px solid;
	padding: 10px 5%;
	margin-bottom: 10px;
}
.consl_content_dl dt:nth-child(1){
	background: #ff9000;
	border-color: #ff9000;
}
.consl_content_dl dd:nth-child(2){
	border-color: #ff9000;
}
.consl_content_dl dt:nth-child(3){
	background: #00a484;
	border-color: #00a484;
}
.consl_content_dl dd:nth-child(4){
	border-color: #00a484;
}
.consl_contents_list {
	display: -webkit-box; /* Android 2~4 */
	display: -webkit-flex; /*Safari*/
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 20px auto;
}
.consl_contents_list > ul{
	margin: 0 1%;
	-webkit-box-flex: 1; /* Android 2~4 */
	-webkit-flex-grow: 1; /*Safari*/
	flex-grow: 1;
}
.consl_contents_list > ul:first-child{
	border-right: 1px solid #00a484;;
}
.consl_contents_list li{
	font-size: 1.4rem;
	line-height: 1.2em;
	margin-bottom: 5px;
	padding-left: 1em;
}
.consl_contents_list li:before{
	content: "・";
	display: inline-block;
	text-indent: -1em;
}
.consl_policy .pic_01{
	margin-bottom: 20px;
}
.consl_policy .c_green{
	padding-top: 5px;
}
.consl_step_dl dt{
	color: #fff;
	font-size: 1.8rem;
	text-align: center;
	letter-spacing: 0.13em;
	background: #00a484;
	padding: 14px 0;
}
.consl_step_dl dd{
	font-size: 1.4rem;
	line-height: 1.6em;
	letter-spacing: .13em;
	padding: 0 0.5%;
	margin: 4px auto 20px;
}


/*	薬局生まれのスキンケア
----------------------------------------------------*/
.skincare_intro{
	clear: both;
}
.skincare_intro .txt01{
	margin: 0 2.5% 15px 2.5%;
}
.skincare_intro .pic_01{
	margin: 0 2.5%;
}
.skincare_intro .h_02{
	margin: 0 2.5% 13px 2.5%;
}
.skincare_intro .sub_nav_txt{
	text-align: center;
	font-size: 1.4rem;
}
.skincare_brand_section > div{
	clear: both;
	padding-bottom: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #00a484;
}
.skincare_brand_section > #frau{
	border-bottom: none;
}
.skincare_brand_section > div > figure{
	width: 95%;
	margin: 0 2.5%;
}
.skincare_bnr {
	width: 95%;
	margin: 10px auto;
}

/*	プライバシー
----------------------------------------------------*/




/*	店舗案内
----------------------------------------------------*/
.access_pic{
	margin-bottom: 15px;
}
.access_info .txt01{
	padding-left: 1em;
	letter-spacing: 0;
}
.gmap{
	width: 100%;
	height: 250px;
	border: 4px solid #d9d9d9;
	margin: 0;
}


/*
----------------------------------------------------*/


/*	カウンセリングの予約について
----------------------------------------------------*/
.counseling .txt01{
	padding-left:1em;
	text-indent:-1em;
}

/*
----------------------------------------------------*/



/** 180404追加_s **/
.skincare_intro .skincare_box{
	width: 100%;
	color: #fff;
	background: #00b3d4;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 2.5%;
}
.skincare_intro .skincare_box .inner{
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
}
.skincare_intro .skincare_box .inner h6{
	width: 94%;
	text-align: center;
	margin: 0 auto;
}
.skincare_intro .skincare_box .inner .text01{
	width: 100%;
	font-size: 1.5rem;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.8em;
	margin: 15px auto 0 auto;
	padding: 0;
}
.skincare_intro .skincare_box .inner .sample{
	position: relative;
	width: 100%;
	color: #00b3d4;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	background: #fff;
	border-radius: 3px;
	margin: 15px auto 0 auto;
	padding: 10px 0;
}
.skincare_intro .skincare_box .inner .sample::after{
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	border-top: 15px solid #fff;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
}
.skincare_intro .skincare_box .inner .title{
	width: 86%;
	text-align: center;
	margin: 25px auto 0 auto;
}
.skincare_intro .skincare_box .inner .dl01{
	margin-top: 20px;
	text-align: center;
}
.skincare_intro .skincare_box .inner .dl01 dt{
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 600;
	border: 1px solid #fff;
	padding: 8px 0;
}
.skincare_intro .skincare_box .inner .dl01 dd{
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 2em;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 15px;
}
.skincare_intro .skincare_box .inner .dl01 dd .span01{
	color: #fff215;
	font-size: 2.4rem;
	font-weight: 500;
}
.skincare_intro .skincare_box .inner .dl01 dd .span02{
	font-size: 13px;
}
.skincare_intro .skincare_box .inner .dl01 dd .chartbutton{
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	color: #2c2c21;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	background: #fff215;
	border-radius: 3px;
	margin: 10px auto 0 auto;
	padding: 10px 20px;
}
.skincare_intro .skincare_box .inner .dl01 dd .chartbutton::after{
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 9px;
	height: 10px;
	background-image: url(../../skincare/images/skincare_arrow01.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}
.skincare_intro .skincare_box .inner .skincarearrow{
	width: 30px;
	height: 30px;
	text-align: center;
	margin: 15px auto 0 auto;
}
.skincare_intro .skincare_box .inner .dl02{
	margin-top: 15px;
}
.skincare_intro .skincare_box .inner .dl02 dt{
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 600;
	text-align: center;
	border: 1px solid #fff;
	padding: 8px 0;
}
.skincare_intro .skincare_box .inner .dl02 dd{
	box-sizing: border-box;
	font-size: 15px;
	line-height: 2.5em;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	padding: 10px 15px;
}
.skincare_intro .skincare_box .inner .dl02 dd .dlbox{
	overflow: hidden;
	zoom: 1;
}
.skincare_intro .skincare_box .inner .dl02 dd .left{
	line-height: 2em;
	text-align: center;
}
.skincare_intro .skincare_box .inner .dl02 dd .left .span01{
	color: #fff215;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.skincare_intro .skincare_box .inner .dl02 dd .left .span02{
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.skincare_intro .skincare_box .inner .dl02 dd .right{
	margin-top: 10px;
}
.skincare_intro .skincare_box .inner .dl02 dd .skincarebutton{
	text-align: center;
	margin-top: 15px;
}
.skincare_intro .skincare_box .inner .text02{
	width: 100%;
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1em;
	margin: 10px auto 0 auto;
	padding: 0;
}
/** 180404追加_e **/