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

/* ---------------------------------------------------------
body
----------------------------------------------------------*/
body {
	min-width: 1025px;
	width: 100%;
	font-family: 'ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro','游ゴシック体','Yu Gothic','メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size: 13px;
	line-height: 1.5;
	color: #fff;
	background: #000;
}

img {
	vertical-align: top;
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

a {
	color: #fff;
	text-decoration: none;
	outline: none;
}
a:hover {
	outline: none;
	text-decoration: underline;
}
img:focus {
  outline: none;
}

section h2,
section h3,
section h4,
article p,
section p,
section dt,
section dd {
	letter-spacing: 0.05em;
}

.sp {
	display: none!important;
}

.gray {
	color: #ccc;
}

sup {
	font-size: 10px;
	vertical-align: super;
}
.small {
	font-size: 12px;
}

.btn-anime a {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.btn-anime a .bg {
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #92131d;
}



/* ---------------------------------------------------------
.subttl-l1
----------------------------------------------------------*/
.st-l1 {
	position: relative;

	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	box-sizing: border-box;
}
.st-l1:before {
	display: block;
	position: relative;
	top: -20px;
	margin: 0 auto;
}



/* ---------------------------------------------------------
#main-visual
----------------------------------------------------------*/
#main-visual {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
}
#main-visual .inner {
	position: fixed;
	/*top: 119px;*/
	top: 110px; /* 修正ground 190327 */
	left: 0;
	width: 100%;
	height: 500px;
	text-align: center;
}
#main-visual h1 {
	width: 100%;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-align: center;
}
#main-visual .main-visual-anime {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
  transition: all 400ms;
}

article {
	position: relative;
	background-color: #000;
	z-index: 2;
}

/* ---------------------------------------------------------
#recommend
----------------------------------------------------------*/
#recommend {
	position: relative;
	padding-bottom: 160px;
	margin: 0 90px;
}

@media only screen and (max-width: 1160px) {
	#recommend {
		position: relative;
		width: 980px;
		padding-bottom: 160px;
		margin: 0 auto;
		box-sizing: border-box;
	}
}
#recommend:before {
	content: '';
	position: absolute;
	bottom: 160px;
	display: block;
	width: 100%;
	height: 1px;
	border-bottom: 1px dotted #969696;
}
#recommend h3 {
	text-align: center;
	line-height: 1;
	background-color: #222;
	border-top: 4px solid #fff;
	padding: 25px 0 20px;
	margin-bottom: 40px;
}
#recommend h3 img {
	width: 239px;
	height: auto;
}
#recommend .wrapper {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	width: 980px;
	padding-bottom: 20px;
	margin: 0 auto;
}
#recommend .block a {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	width: 490px;
}
#recommend .block:nth-child(even) {
	padding-left: 20px;
}
#recommend .block .pic {
	position: relative;
	width: 222px;
	margin-right: 20px;
}
#recommend .block .pic img {
	width: 100%;
	height: auto;
}
#recommend .block .pic:after {
	content: '';
	display: block;
	width: 222px;
	height: 132px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/recommend/pic_on.png) no-repeat;
	background-size: 222px 132px;
	opacity: 0;
	z-index: 2;
}
#recommend .block a:hover .pic:after {
	opacity: .5;
}
#recommend .block .txt {
	width: 246px;
}
#recommend .block .txt h4 {
	font-size: 14px;
	margin-bottom: 10px;
}
#recommend .block .txt p {
	font-weight: bold;
	color: #ccc;
}


/* ---------------------------------------------------------
common
----------------------------------------------------------*/
span.bold { font-weight: bold;}

.bnr-centering-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.bnr-centering-box li {
  list-style: none;
  margin: 40px 20px;
}

/* ---------------------------------------------------------
#pagetop
----------------------------------------------------------*/
#pagetop {
	position: relative;
	background: #000;
	border-top: 8px solid #fff;
	padding: 50px 41px 0 0;
}
#pagetop a {
	display: block;
	width: 69px;
	margin: 0 0 0 auto;
}
#pagetop a:hover {
	opacity: .5;
}

.relation-clinic .wrapper {
  line-height: 2;
  color: #666;
}

.relation-clinic .wrapper > a {
  display: inline-block;
  padding: 0 0.5em;
}

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

.clearfix { min-height: 1px; }

.tab-content-display .category-btn-wrapper {
  display: none;
}
.category-btn-wrapper {
	width: 300px;
	margin: 0 auto 60px;
}