@charset "UTF-8";

html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
html {
	font-size: 62.5%;
}
body{
	/*min-width: 1200px;*/
	font: normal 1.6em/1.6 'メイリオ', Meiryo, '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a img{
	border: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transform: translateZ(0);
}
a:hover img{
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	-ms-opacity: 0.7;
	-o-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.pc{
	display: block;
}
.sp{
	display: none;
}

.centering{
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}
.centering.head_wap{max-width:1500px;}
@media screen and (min-width: 741px) {
	.centering{
		padding: 0 20px;
	}
}


header{
	position: relative;
	z-index: 1;
	padding: 20px 0;
	background: #fff;
}
header .centering{
	position: relative;
	text-align: left;
}
header h1{
	display: inline-block;
	margin: 0 50px 0 0;
	vertical-align: middle;
}
header h1 + img{
	vertical-align: middle;
}
#headlink{
	display: inline-block;
	position: absolute;
	right: 0; top: -10px;
	width: auto;
}
@media screen and (min-width: 741px) and (max-width: 1220px) {
	header h1{
		margin-right: 20px;
		max-width: 25%;
	}
	header h1 + img{
		max-width: 35%;
	}
	#headlink img{
		width: 54px;
	}
}

#nav{
	position: relative;
	padding: 20px 0;
	-webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);
}
#nav .btn-menu{
	display: none;
}
#nav ul{
	display: table;
	margin: 0 auto;
	width: 100%;
	border-collapse: collapse;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#nav li{
	display: table-cell;
	width: 222px;
	border-left: 1px dashed #806640;
	border-right: 1px dashed #806640;
	line-height: 1;
	text-align: center;
}
#nav li a{
	display: block;
}
/*#nav li a > img{
	display: block;
	margin: 0 auto;
}*/
#nav li span{
	display: block;
	position: relative;
	margin-top: -2px;
}
#nav li span img.pc{
	display: inline;
}
#nav li.current span img{
	background: #ffef65;
}

#bread{
	padding: 10px 20px 5px;
	background: url(../img/bread_bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
#bread ol{
	list-style: none;
	margin: 0 auto;
	padding: 0;
	color: #5c3730;
	font-size: 1.4rem;
	line-height: 0;
	text-align: left;
}
#bread li{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
#bread li:before{
	content: ">";
	display: inline-block;
	margin: 0 20px;
	vertical-align: baseline;
}
#bread li:first-child:before{
	content: none;
}
#bread a,
#bread span{
	display: inline-block;
	color: #5c3730;
	text-decoration: none;
	vertical-align: middle;
}
#bread a:hover{
	text-decoration: underline;
}
#bread img{
	vertical-align: baseline;
}
#bread br{display: none;}

main{
	display: block;
	padding: 50px 0 100px;
	background: repeat left top transparent;
}
main h2{
	position: relative;
	margin: 0 auto 60px;
	padding: 0 0 17px;
	max-width: 1200px;
	background: repeat-x left bottom transparent;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
main h3{
	margin: 0 0 40px;
	padding: 0;
	font-size: 3.6rem;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO", sans-serif;
	line-height: 1;
	text-align: left;
}
main h3 + h3{
	margin-top: -30px;
}
main h4{
	margin: 50px 0 30px;
	padding: 0;
	font-size: 2.4rem;
	line-height: 1.2;
	text-align: left;
}
main h4 span{
	display: inline-block;
	margin-right: 3%;
	max-width: 15%;
	vertical-align: middle;
}
main h4 img{
	vertical-align: middle;
}
main h5{
	margin: 40px 0 10px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1;
	text-align: left;
}


#contents{
	float: left;
	width: 68%;
	max-width: 900px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.8;
}
#contents p,
#contents blockquote{
	text-align: left;
}

#contents p.date{
	text-align: right;
}

.date{
	text-align: right;
}

#contents p + p{
	float: none;
	clear: both;
	margin-top: 1.5em;
}
#contents blockquote{
	float: none;
	clear: both;
	margin: 2em 0;
	/*font-size: 1.8rem;*/
}
#contents cite{
	display: block;
	/*margin-top: 5px;*/
	/*font-size: 0.8em;*/
	font-style: normal;
}
#contents p img.flt-l,
#contents p img.flt-r{
	display: block;
	max-width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#contents p img.flt-l{
	float: left;
	margin: 0 20px 20px 0;
}
#contents p img.flt-r{
	float: right;
	margin: 0 0 20px 20px;
}
#contents .table-wrap{}
#contents table{
	margin: 60px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #edeceb;
	width: 100%;
	background: #fff;
}
#contents table.mt0{margin-top: 0;}
#contents th,
#contents td{
	padding: 15px 20px;
	border: 1px solid #edeceb;
	font-weight: normal;
	font-size: inherit;
	line-height: 1.4;
	text-align: left;
	vertical-align: top;
}
col.color1{
	width: 22%;
	background-color: #ede2f0;
}
col.color2{
	width: 22%;
	background-color: #f9f5fa;
}
#contents small{
	display: block;
	margin: 10px 0 30px;
	padding: 18px 25px;
	border: 1px solid #646464;
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: left;
}

#side{
	float: right;
	padding: 15px 20px;
	width: 24%;
	max-width: 318px;
	background: #fff;
	text-align: left;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#side ul{
	list-style: none;
	margin: 10px 0 0;
	line-height: 0;
}
#side ul li{
	border-top: 1px solid rgba(102, 102, 102, 0.2);
	font-size: 1.4rem;
	line-height: 1.2;
}
#side ul li a{
	display: block;
	padding: 17px 10px 17px 20px;
	background: url(../img/archive_arrow.png) no-repeat 7px center;
	color: #444;
	text-decoration: none;
}
#side ul li a:hover{
	text-decoration: underline;
}


#relation{
	position: relative;
	z-index: 1;
	padding: 70px 0 160px;
	background: url(../img/relation_bg.jpg) no-repeat center top;
	-webkit-background-size: cover;
	background-size: cover;
}
#relation h2{
	margin-bottom: 25px;
}
#relation:after{
	content: "";
	display: block;
	position: absolute;
	left: 0; bottom: 0;
	width: 100%;
	height: 40px;
	background: url(../img/relation_bg_end.png) repeat-x left bottom;
}
#relation .list a:hover dl:before{
	border-top-color: #a48079;
	border-right-color: #a48079;
}
#relation .list a:hover dl:after{
	border-bottom-color: #a48079;
	border-left-color: #a48079;
}
@media screen and (min-width: 741px) and (max-width: 1220px) {
	#relation{
		padding-left: 10px;
		padding-right: 10px;
	}
}

.page-top{
	float: none;
	clear: both;
	position: relative;
	z-index: 10;
}
.page-top a{
	/*display: inline-block;*/
	display: none;
	position: fixed;
	right: 20px; bottom: 40px;
	width: 88px;
}
@media screen and (min-width: 741px) and (max-width: 1220px) {
	.page-top a{
		right: 10px;
	}
}


footer{
	float: none;
	clear: both;
	padding: 25px 0 20px;
	text-align: center;
}
footer .logo{
	display: block;
	margin: 0 auto 15px;
}
footer small{
	display: block;
	font-weight: bold;
	font-size: 1.2rem;
}
#footlink{
	display: inline-block;
	left: 0;
	width: auto;
}
@media screen and (min-width: 741px) and (max-width: 1220px) {
	#footlink img{
		width: 54px;
	}
}


.list{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin: 0 auto;
	max-width: 1200px;
	overflow: hidden;
}
.list > *{
	display: block;
	/*float: left;*/
	margin: 15px;
	width: 270px;
	color: #333;
	text-decoration: none;
}
@media screen and (min-width: 1241px) {
	.list > *:nth-child(4n+5):last-child{
		margin-left: 0;
		margin-right: 900px;
	}
	.list > *:nth-child(4n+6):last-child{
		margin-left: 15px;
		margin-right: 615px;
	}
	.list > *:nth-child(4n+7):last-child{
		margin-left: 15px;
		margin-right: 315px;
	}
}
/*@media screen and (min-width: 937px) and (max-width: 1240px) {*/
@media screen and (min-width: 1024px) and (max-width: 1240px) {
	.list > *:nth-child(3n+4):last-child{
		margin-left: 0;
		margin-right: 600px;
	}
	.list > *:nth-child(3n+5):last-child{
		margin-left: 15px;
		margin-right: 315px;
	}
}
/*@media screen and (min-width: 741px) and (max-width: 936px) {*/
@media screen and (min-width: 741px) and (max-width: 1023px) {
	.list a:nth-child(2n+1):last-child{
		margin-left: 0;
		margin-right: 300px;
	}
}
.list > *:empty{
	margin: 0;
	height: 0;
	overflow: hidden;
}
.list dl{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	text-align: center;
	-webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.list a dl:before,
.list a dl:after{
	content: '';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.list a dl:before{
	left: -4px; top: -4px;
}
.list a dl:after{
	right: -4px; bottom: -4px;
}
.list a:hover dl:before,
.list a:hover dl:after{
	width: 100%;
	height: 100%;
}
.list a:hover dl:before{
	border-right-color: transparent;
	border-top-color: transparent;
	-webkit-transition: width .2s, height .2s .2s;
	-o-transition: width .2s, height .2s .2s;
	transition: width .2s, height .2s .2s;
}
.list a:hover dl:after{
	border-left-color: transparent;
	border-bottom-color: transparent;
	-webkit-transition: border-color 0s .4s, width .2s .4s, height .2s .6s;
	-o-transition: border-color 0s .4s, width .2s .4s, height .2s .6s;
	transition: border-color 0s .4s, width .2s .4s, height .2s .6s;
}
body#hearthosp main .list a:hover dl:before,
#hospital .list a:hover dl:before{
	border-top-color: #ec6584;
	border-right-color: #ec6584;
}
body#hearthosp main .list a:hover dl:after,
#hospital .list a:hover dl:after{
	border-bottom-color: #ec6584;
	border-left-color: #ec6584;
}
body#closeup-h main .list a:hover dl:before,
#closeup .list a:hover dl:before{
	border-top-color: #347e6a;
	border-right-color: #347e6a;
}
body#closeup-h main .list a:hover dl:after,
#closeup .list a:hover dl:after{
	border-bottom-color: #347e6a;
	border-left-color: #347e6a;
}
body#wind_sound main .list a:hover dl:before,
#wind_sound.top_w .list a:hover dl:before{
	border-top-color: #f68a71;
	border-right-color: #f68a71;
}
body#wind_sound main .list a:hover dl:after,
#wind_sound.top_w .list a:hover dl:after{
	border-bottom-color: #f68a71;
	border-left-color: #f68a71;
}
body#case main .list a:hover dl:before,
#case.top_c .list a:hover dl:before{
	border-top-color: #000;
	border-right-color: #000;
}
body#case main .list a:hover dl:after,
#case.top_c .list a:hover dl:after{
	border-bottom-color: #000;
	border-left-color: #000;
}

body#hearttalk main .list a:hover dl:before,
#talk .list a:hover dl:before{
	border-top-color: #4aa1c9;
	border-right-color: #4aa1c9;
}
body#hearttalk main .list a:hover dl:after,
#talk .list a:hover dl:after{
	border-bottom-color: #4aa1c9;
	border-left-color: #4aa1c9;
}
body#kokoro main .list a:hover dl:before,
#journey .list a:hover dl:before{
	border-top-color: #ea535e;
	border-right-color: #ea535e;
}
body#kokoro main .list a:hover dl:after,
#journey .list a:hover dl:after{
	border-bottom-color: #ea535e;
	border-left-color: #ea535e;
}
.list dl dt{
	position: relative;
	/*height: 180px;*/
	border-bottom: 1px solid #ddd;
}
/*.list dl dt:after{
	content: "";
	display: block;
	position: absolute;
	left: 0; bottom: 0;
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #ddd;
}*/
.list a dt img{
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.list a:hover dt img{
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: none;
	-ms-filter: none;
}
.list dl dd{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	height: 120px;
}


.list .new dd:before{
	content: "";
	display: block;
	position: relative;
	top: -10px;
	margin-top: -17px;
	width: 45px;
	height: 17px;
	background: url(../img/icon_new.png) no-repeat center center;
}


div.frame{
	float: none;
	clear: both;
	margin: 20px 0 50px;
	padding: 6%;
	border: 16px solid transparent;
	-webkit-border-image: none 16 repeat;
	-moz-border-image: none 16 repeat;
	-o-border-image: none 16 repeat;
	border-image: none 16 fill repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}
div.frame figure{
	float: none;
	clear: both;
	overflow: hidden;
	margin: 0 0 50px;
}
div.frame figure:last-child{
	margin-bottom: 0;
}
div.frame figcaption{
	/*font-size: 1.4rem;*/
	margin-bottom: 10px;
	word-wrap: break-word;
}
div.frame .ph-l img,
div.frame .ph-r img{
	max-width: 50%;
	height: auto;
}
div.frame .ph-l figcaption,
div.frame .ph-r figcaption{
	margin: 0;
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.frame .ph-l img,
div.frame .ph-r figcaption{
	float: left;
}
div.frame .ph-r img,
div.frame .ph-l figcaption{
	float: right;
}
div.frame .ph-l figcaption{padding-left: 20px;}
div.frame .ph-r figcaption{padding-right: 20px;}


#author{
	float: none;
	clear: both;
	margin: 60px 0 0;
	padding: 5%;
	background: no-repeat 20px 15px #fff;
	text-align: left;
}
#author.face{
	position: relative;
	padding: 30px 20px 30px 160px;
	min-height: 86px;
	background-position: 20px 15px;
}
#author.face:before{
	content: "";
	display: inline-block;
	position: absolute;
	left: 20px; top: 15px;
	overflow: hidden;
	width: 116px;
	height: 116px;
	border: 5px solid transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#author strong{
	display: block;
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
}