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

body{
	width: 100%;
	font-size: 15px;
	font-family: "Avenir" , "Open Sans" , "Helvetica Neue" , "Helvetica" , "Arial" , "Verdana" , "Roboto" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , "Meiryo" , "ＭＳ Ｐゴシック" , "MS PGothic" , "sans-serif";
	line-height: 29px;
	letter-spacing: 1px;
	color: #555;
	margin:0px;          /* ページ全体のmargin */
    padding:0px;         /* ページ全体のpadding */
    text-align:left;
	-webkit-text-size-adjust: 100%;
}

* { box-sizing: border-box; }

a {
	display: inline-block;
	transition: .3s;
	-webkit-transform: scale(1);
	transform: scale(1);
}

a:link {/*未訪問のリンク*/
    color:#3cb371;
    text-decoration:none;
}

a:visited {/*訪問後のリンク*/
    color:#3cb371;
    text-decoration:none;
}

a:hover {/*マウスをのせたとき*/
    color:#ff7f50;
    text-decoration:none;
}

a:active {/*クリック中*/
    color:#ff7f50;
    text-decoration:none;
}

img {
    border-style:none;
	max-width:100%;
	height:auto;
}

ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li{
	display: inline; 
	list-style-type: none;
}

article,aside,canvas,details,figcaption,figure,main,
footer,header,hgroup,menu,nav,section,summary{
	display:block;
}

h1{
	font-size:18px;
	line-height: 28px;
	letter-spacing: 3px;
	text-align:center;
}

h2{
	font-size:15px;
	line-height: 25px;
	letter-spacing: 3px;
	text-align:left;
	font-weight: 100;
	margin: 0;
}

h3{
 	background: url(../img/h3img.png) no-repeat left center;
	background-size: 30px;
	-webkit-background-size: 30px;
    -moz-background-size: 30px;
    -o-background-size: 30px;
 	background-size: 30px;
	padding-left: 40px;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 10px auto 12px;
}

p{
	padding: 0px;
	margin: 0px;
}

hr{
	border-top: 1px dashed #3cb371;
	border-bottom: 1px dashed #fff;
} 

.bold {
	font-weight: 600; 
	padding: 0px;
	margin: 0px;
	display: inline;
}

.clear { clear:both; }

.br-sp { display:none; }


/*Media Queries*/
 
.js #menu {display:none;}
.js .slicknav_menu {display:block;}

/*ヘッダー*/

#header{
	margin: 0 auto 10px;
	width:100%;
	height: auto;
	text-align: center;
}

#logoarea{
	margin: 0 auto;
	padding: 15px 60px 5px;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	font-size:14px;
	letter-spacing: 3px;
}

#menuarea{
	margin: 0 auto;
	padding: 0px;
	background-color: #FFFFFF;
}

#menu a:link {/*未訪問のリンク*/
    color:#555;
    text-decoration:none;
}

#menu a:visited {/*訪問後のリンク*/
    color:#555;
    text-decoration:none;
}

#menu a:hover {/*マウスをのせたとき*/
    color:#ffa07a;
    text-decoration:none;
}

#menu a:active {/*クリック中*/
    color:#ffa07a;
    text-decoration:none;
}

/*ナビゲーションメニュー*/
 
#menu {
display:none;
}

#menu ul{
	list-style-type: none; 
	padding-left: 0;
}

#menu li{
	font-size:15px;
	letter-spacing: 3px;
	list-style: none;
	padding: 0px 25px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
}
 
#menu li+ li {
  border-left: 0;
  border-right: 1px solid #555;
}

#menu a{
	display: block;
}

/*トップスライド*/

.top-slider img{
	max-width: 100%;
	height: auto;
	transition: 0.6s ;
}

.top-slider img:hover {
	opacity: 0.6;
}

.top-slider{
	margin-right:auto;
	margin-left:auto;
	width:100%;
	height: auto;
	max-width: 1500px;
	background-color: #FFFFFF;
}

.slick-arrow{z-index:10;}


/*トップメイン*/

#main{
	max-width:1200px;
	width:95%;
	height:auto;
	margin:0px auto;
	overflow : hidden;
}

.linkarea {
	width:100%;
	margin:5px auto 0px auto;
	font-size: 13px;
	line-height: 20px;
}

@media only screen and (max-width: 380px) {
  .linkarea { font-size:11px }
}

.linklist {
	width:95%;
	margin:0 auto;
}

.linklist li {
	float:left;
	width:48%;
	margin:1%;
	list-style:none;
	text-align: center;
	letter-spacing: 2px;
}

.linklist li img{
	width: 100%;
}

.linklist a:link , .linklist a:visited , .linklist a:hover , .linklist a:active{
    color:#777;
    text-decoration:none;
}

.linklist a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  transition: .3s;
}

/*ナイス薬局について*/

.heading {
	padding: 0.5em;
	margin-top: 20px;
	background: #EAF8D9;
	border-left: solid 5px #3cb371;
	border-right: solid 5px #3cb371;
	text-align: center;
}

.about_inner{
	width: 95%;
	height: 100%;
	overflow : hidden;
	margin: 0px auto 10px;
}

.about_inner img{
	border-radius: 15px;
	margin: 5px auto;
}

.leftside_A, .rightside_A{
	width: 100%;
	text-align:left;
	padding: 10px;
}

.leftside_B{
	width: 100%;
	text-align:left;
	padding: 0px 10px;
	text-align: center;
	line-height: 22px;
	margin-top: 10px;
}

.rightside_B{
	width: 100%;
	text-align:left;
	padding: 10px;
}

.notes{
	border: solid 1px #3cb371;
	padding: 15px;
	margin: 15px 0px 30px;
	font-size: 15px;
	line-height: 24px;
}

table.profile {
	width: 95%;
	margin: 40px auto;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}

table.profile th {
	width: 20%;
	padding: 15px 0px 15px 0px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

table.profile td {
	width: 80%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

/*店舗案内*/

table.info {
	width: 100%;
	margin: 20px auto 0px;
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.5;
	border-top: 1px solid #ccc;
}

table.info th {
	width: 20%;
	padding: 15px 0px 15px 0px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

table.info td {
	width: 80%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.ggmap {
	position: relative;
	padding-bottom: 50%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*お問い合わせ*/

#formWrap {
	width: 95%;
	margin:0 auto;
	padding-top:10px;
}

table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	font-size: 14px;
	font-weight: 100;
	margin: 20px auto 0px;
}

table.formTable th{
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	display: block;
}

table.formTable td{
	width:100%;
	padding: 0px 0px 15px;
	border-bottom: 1px solid #ccc;
	vertical-align: middle;
	display: block;
}

#formWrap p{
	margin-bottom: 35px;
}

.button{
	text-align: center;
	margin: 20px 0px 0px;
}

.formbox70{
	width: 70%;
}

.formbox100{
	width: 100%;
}

/*サンクスページ*/

.thanks{
	margin: 50px auto 0px;
	text-align: left;
}

/*フッター*/

footer{
	font-size:13px;
	margin-top: 20px;
	padding: 20px ;
	text-align:center;
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	letter-spacing: 2px;
	color:#555;
}


/*トップに戻る*/

#page-top {
    position: fixed;
    bottom: 50px;
    right: 50px;
    font-size: 20px;
}

#page-top a {
	background-color: #fa8072;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
	filter: alpha(opacity=80);
    -moz-opacity:0.80;
    opacity:0.80;
}

#page-top a:hover {
    text-decoration: none;
    background: #ffa07a;
	transition: 0.6s ;
}