@charset "utf-8";

/*
Theme Name: SejimaPharmerchy 4
Theme URI: https://sejimapharmacy.co.jp
Version: 4.0
*/

#loading {
	position:fixed;
	z-index:1;
	margin:-38px 0 0 -149px;
/* 	position: absolute; */
	top:50%;
	left:50%;
	width:298px;
	height:76px;
	text-align:left;
}

html {
	width: 100%;
	height: 100%;
	margin:0!important;
	padding:0!important;
}

body {
	color:#000;
	font-size:14px;
	font-family:"FOT-セザンヌ Pro M","游ゴシック",YuGothic,'Hiragino Sans',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
	line-height:1;
	background-color:#fff;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

body#home {
	width: 100%;
	height: 100%;
/* 	min-width:1000px; */
/* 	overflow:hidden; */
/* 	height:auto; */
	margin:0!important;
	padding:0!important;
}

.block { display: inline-block !important; }
.wide { display: inline-block !important; }
.narrow { display: none !important; }

#wrapper {
	min-width:1100px;
/* 	opacity:0; */
	margin:0!important;
	padding:0!important;
}

body:not(#home) #wrapper {
	opacity: 0;
}

p {
	font-size:14px;
	margin-bottom:1em;
	line-height:2;
}

img { max-width: none; }

/* rollhover
------------------*/
a {
	color:#000;
	text-decoration:none;
	transition:.2s linear;
}

a:hover {
	color:#ccc!important;
	text-decoration:none;
}

a img {
	transition:opacity .2s ease-out;
}

a:hover img {
	opacity:.5;
}

::-moz-selection {
	background:#9d9d9d;
	color:#fff;
	text-shadow:none;
}

::selection {
	background:#9d9d9d;
	color:#fff;
	text-shadow:none;
}

a:link {
	-webkit-tap-highlight-color:rgba(204,204,204,0.4);
}

::-moz-selection {
	background:#dedede;
	color:#333;
}

::selection {
	background:#dedede;
	color:#333;
}

.clearfix {
	display:block;
}

.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.clearfix:after {
	display:block;
	clear:both;
	height:0;
}

/* .wrapLink
------------------*/
.wrapLink {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.wrapLink &:hover {
	background:#fff;
	opacity:.8;
	transition:all .2s ease-in-out 0;
}

.centered {
	position:relative;
	overflow:hidden;
}

.centered ul {
	position:relative;
	left:50%;
	float:left;
}

.centered ul li {
	position:relative;
	left:-50%;
	float:left;
}

/* contents
---------------------------------------------------------------------------*/
.container {
	width:960px;
	margin:0 auto;
	text-align:left;

}

/* .l-grid3
------------------------------------*/
.l-grid3 {
	width:100%;
}

.l-grid3 article {
	width:33.3%;
	float:left;
	position:relative;
	padding-bottom:30px;
}

.l-grid3 .thumb {
	margin-bottom:20px;
	width:100%;
}

.l-grid3 .thumb img {
	width:100%;
	height:auto;
}

.l-grid3 .no {
	width:20%;
	margin:-10% auto 0;
	display:block;
}

.l-grid3 .no img {
	width:100%;
	height:auto;
}

.l-grid3 strong {
	color:#D44186;
	text-align:center;
	display:block;
	margin:10px 0 20px;
	letter-spacing:1px;
}

.l-grid3 p {
	text-align:center;
	line-height:1.8;
}

/* txt
------------------------------------*/
.rT {
	font-size:14px;
	line-height:1.8;
}

.txtS {
	font-size:12px;
	line-height:1.6;
}

.center {
	line-height:2;
	text-align:center;
}

.enTxt {
	font-family:'Roboto',sans-serif;
	font-size:12px;
	letter-spacing:1px;
}

.pageTit {
	text-align:center;
	margin-bottom:35px;
}

.contTit {
	margin:0 auto 35px;
	text-align:center;
}

.bottomBorder {
	margin:0 auto 35px;
	text-align:center;
}

.bottomBorder img {
	padding:0 2px 8px;
	border-bottom:1px solid #D44186;
}

.txtSet p {
	margin-bottom:.8em;
	line-height:2;
}

.txtSet p:last-child {
	margin-bottom:0;
}

.titS {
	color:#D44186;
	font-weight:700;
	display:block;
	margin-bottom:25px;
	font-size:16px;
	letter-spacing:2px;
}

/* .cover-img{
------------------------------------*/
.cover-img {
	position:relative;
	width:100%;
}

.cover-img .cover,#kakarituke .illust .cover {
	width:100%;
	height:100%;
	background:#fff;
	position:absolute;
	top:0;
	left:0;
}

/* .contImg{
------------------------------------*/
.contImg {
	display:block;
	margin-bottom:60px;
}

/* .beigeBox{
------------------------------------*/
.beigeBox {
	background:#FAFCF6;
	width:680px;
	padding:70px 50px;
	margin:0 auto;
}

.l-img2 {
	width:96%;
	margin:0 auto;
}

.l-img2 figure {
	display:inline;
	width:50%;
	float:left;
}

.l-img2 figure img {
	width:100%;
	height:auto;
}

.l-img2 figure:nth-child(2) {
	position:relative;
	left:1px;
}

/* navigation
---------------------------------------------------------------------------*/
.headSliderContainer {
	position:relative;
}

.headSliderContainer .headSlider {
	width:100%;
}

.headSliderContainer .headSlider img {
	width:100%;
	height:auto;
	opacity: 0;
}

.headSliderContainer .headSlider img:first-child{
  opacity: 1.0;
}

.headSliderContainer .headSlider img:first-child {
	display:block!important;
}

.button {
	border:1px solid #D44186;
	border-radius:4px;
	padding:8px 18px 6px;
	color:#D44186;
	letter-spacing:1px;
	font-weight:700;
	display:inline-block;
	margin:15px 0 20px;
}

/* header
---------------------------------------------------------------------------*/
body #wrapper > header {
	background:url(img/share/bg_arch_home.png) no-repeat center top;
	z-index:1000;
	width:100%;
	transition:all .3s;
}

body.inside header {
	position:relative;
	top:-50px;
	padding:45px 0 30px;
	margin-bottom:40px;
}

/*
body#news > #wrapper > header{
  margin-bottom: 0;
  padding-bottom: 0;
}
*/
@media screen and (min-width:1150px) {
	body.inside header {
		top:-100px;
		margin-bottom:40px;
	}
}

#home header {
	position:fixed;
	bottom:0;
	left:0;
	right:0;
/* 	min-width:1000px; */
	padding:60px 0 0;
	width: 100%!important;

}

.header-inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

header .logo {
	width: 470px;
	margin: 0 auto 30px;
	text-align: center;
	transform: translateX(15px);
}

header .logo img {
	width:100%;
	height:auto;
}

.nav {
	padding-bottom:23px;
/* 	border-bottom:1px solid #eee; */
}

#home .nav {
	padding-bottom:34px;
}

.nav > ul {
	width:100%;
	text-align: center;
}

.nav > ul > li {
	display: inline-block;
	position: relative;
	margin: 0 8px;
}

.nav > ul > li:last-of-type {
	margin-left: 32px;
}

.nav > ul > li:last-of-type:before {
	display: block;
	content: '';
	position: absolute;
	top: -4px;
	left: -22px;
	background-color: #DDDDDD;
	width: 1px;
	height: 24px;
}

.nav > ul > li img {
	width:auto;
	height:15px;
}

.nav > ul > li a img {
	display:block;
	z-index:5001;
	position:relative;
}

.nav .tel {
	color:#D44186;
	font-weight:500;
	font-family:'Roboto',sans-serif;
	font-size:20px;
	letter-spacing:1px;
	padding-left:18px;
	border-left:1px solid #eee;
	transform: translateY(-3px);
}

.nav .tel a {
	color:#D44186;  
}

.sitecopy {
	font-size:12px;
	color:#999;
	letter-spacing:1px;
	position:absolute;
	top:30px;
	left:26px;
}

.sns {
	position: absolute;
	top: 22px;
	right: 24px;
}

.sns .fblink {
	font-size:12px;
	letter-spacing:1px;
}

.sns .fblink a {
	padding:12px 20px 10px;
	border:1px solid #ddd;
	font-family:'Roboto',sans-serif;
	color:#999;
	border-radius:2px;
}

.sns .fblink a:after {
	content:'\002192';
	padding-left:4px;
}


/* mainContents
---------------------------------------------------------------------------*/
.mainContents {
	clear:both;
	margin:-40px 0 0;
	padding-bottom:20px;
}

@media screen and (min-width:1150px) {
	body.inside:not(#recruit) .mainContents {
		margin-top:-90px;
		transition:all .3s;
	}
}

.mainContents > .sec {
	margin-bottom:120px;
}


/* topics
---------------------------------------------------------------------------*/
.topics {
	border:1px solid #eee;
	border-radius:4px;
	padding:25px 40px;
	width:880px;
	margin:0 auto;
	position:relative;
	clear: both;
}

.topics dl {
	width:100%;
}

.topics dl dt,.topics dl dd {
	padding:10px 0 6px;
}

.topics dl dt {
	width:100px;
	float:left;
	position:relative;
	left:3px;
	font-family:'Roboto',sans-serif;
	letter-spacing:1px;
}

.topics dl dd {
	padding-left:100px;
}

.topics dl dd em {
	margin-right:20px;
	position: relative;
	top: -2px;

}

.topics dl dd em a {
	text-decoration:underline;
	border:1px solid #bbb;
	border-radius:3px;
	padding:3px 0 3px;
	width:210px;
	display:inline-block;
	text-align:center;
	font-size:12px;
	text-decoration:none;
}

.topics dl dd span {
	width:520px;
	display:inline-block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-text-overflow:ellipsis;
	line-height: 1.2;
}

.btnHumberger {
	position:absolute;
	top:-40px;
	right:0;
	letter-spacing:1px;
}

.btnHumberger .humberger {
	margin:0 0 0 11px;
	width:40px;
	height:40px;
	padding:2px;
	position:absolute;
	top:0;
	left:-40px;
}

.btnHumberger .humberger span {
	display:block;
	position:absolute;
	left:0;
	width:16px;
	height:2px;
	background-color:#000;
}

.btnHumberger .hum { top:8px; }
.btnHumberger .ber { top:13px; }
.btnHumberger .ger { top:18px; }

.btnHumberger .btnAll {
	display:inline-block;
/* 	padding-top:2px; */
}


/* footer
---------------------------------------------------------------------------*/
footer {
	margin:110px auto 0px;
	padding-bottom: 90px;
}

footer > small {
	font-size:16px;
	font-family:'EB Garamond',serif;
	letter-spacing:1px;
	color:#444;
	text-align:center;
	display:block;
}

.btn-pagetop {
	position:fixed;
	bottom:30px;
	right:30px;
}

.btn-pagetop img {
	width:51px;
	height:46px;
}

.backstretch {
	width: 100%!important;
	height: 100%!important;
}

.bannerToshinorikata{
	width: 928px;
	height: auto;
	margin: 40px auto!important;
	background: none!important;
	border: none!important;
	display: block;
	padding: 0;
	margin: 0;
}