@charset "utf-8";

/*---------------------------------------------------------
	reset
 ---------------------------------------------------------*/
@media (max-width:480px) {
	.submv__titlebox h1 {
		text-shadow: none;
		margin-left: 0;
		overflow: initial;
		height: auto;
	}
}

/*---------------------------------------------------------
	
 ---------------------------------------------------------*/
body * {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
body {
	min-width: auto!important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Hiragino Sans';
    font-weight: 600;
	letter-spacing: 1px;
}
@media (max-width: 480px) and (max-width: 414px) {
	body {
		font-size: 12px;
	}
}
#contents_outer {
	background: #fff!important;
}
#contents {
    width: 100%!important;
    min-height: 300px;
    margin: 0 auto;
	padding-top: 0;
}
a:focus, a:hover, a:link {
    transition: all .3s cubic-bezier(.455,.03,.515,.955);
}
a, a:focus, a:hover, a:link {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
}
.icon-search:before {
    content: "\e901";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-double-right:before {
	content: "\f101";
}


/*---------------------------------------------------------
	
 ---------------------------------------------------------*/

.lowerpage .section_wrap {
    padding: 180px 0 120px;
}
@media (max-width: 768px) {
	.lowerpage .section_wrap {
		padding: 100px 0;
	}
}
.section_wrap {
    clear: both;
    padding: 60px 0;
}

.scInrS {
    max-width: 980px;
	margin: auto;
}
.fadeIn {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all .8s cubic-bezier(.25,.46,.45,.94);
    transition: all .8s cubic-bezier(.25,.46,.45,.94);
}
.fadeIn.on {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width:1024px) {
  .scInr, .scInrS, .scInrW {
    float: none;
    margin: 0 3%;
    width: auto
  }
  .fltL, .fltR {
    float: none
  }
  .fltImgL, .fltImgR {
    float: none;
    margin: 0;
    text-align: center
  }
  .fltImgL img, .fltImgR img {
    max-width: 100%;
    margin-bottom: 5px
  }
}

/*---------------------------------------------------------
	タイトル
 ---------------------------------------------------------*/
.newlinstings__title {
    margin-bottom: 100px;
}
.head02 {
    font-family: 'Libre Baskerville',serif;
    color: #BDBDBD;
    font-weight: 600;
    font-size: 16px;
}
.head02::before {
	content: attr(data-text);
    display: block;
    color: #fff;
    font-size: 46px;
    line-height: 1.3;
    font-weight: 400;
    font-family: 'Hiragino Sans';
    width: 100%;
    padding-bottom: 5px;
}

@media (max-width:768px) {
  .head02 {
    font-size: 14px;
  }
}
@media (max-width:768px) {
  .head02::before {
    font-size: 38px
  }
}

@media (max-width:480px) {
  .head02::before {
    font-size: 28px
  }
}

html[lang=zh-hans] .head02::before {
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700
}

html[lang=zh-hant] .head02::before {
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Arial, STHeiti, 'Microsoft JhengHei', sans-serif;
  font-weight: 700
}

.bscBtn02, .favbtn .wpfp-link, .head01-c, .head01-c-c, .head02, .head03 {
    text-align: center;
}


@media (min-width: 1025px) {
	#contents {
		padding: 0;
	}
}
@media (max-width: 1024px) {
	#submv {
		margin-top: 60px;
	}
}
#submv .submv-inr {
    background-attachment: fixed;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    max-width: 100%;
    width: 100%;
    height: 385px;
    position: relative;
}
@media (max-width:1370px) {
  #submv .submv-inr {
    background-size: cover
  }
}

@media (max-width:768px) {
  #submv .submv-inr {
    background-repeat: no-repeat;
    background-attachment: initial;
    background-position: center center;
    height: 240px;
    background-size: cover
  }
}

.submv04 #submv .submv-inr {
    background-image: url(https://mrl-tokyo.com/assets/cmn_img/submv04.jpg);
}

/**/
#submv .submv__titlebox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-30%);
    transform: translate(-50%,-30%);
    opacity: 0;
    width: 90%;
    -webkit-transition: all 1s cubic-bezier(.455,.03,.515,.955);
    transition: all 1s cubic-bezier(.455,.03,.515,.955);
}
#submv.on .submv__titlebox {
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 1;
}
/**/
#submv .submv-line {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    background-color: #BDBDBD;
    height: 180px;
    width: 1px;
    -webkit-transform: translate(-50%,50%) scaleY(0);
    transform: translate(-50%,50%) scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transition: all 1s cubic-bezier(.455,.03,.515,.955);
    transition: all 1s cubic-bezier(.455,.03,.515,.955);
}
@media (max-width:768px) {
  #submv .submv-line {
    height: 100px
  }
}


#submv.on .submv-line {
    -webkit-transform: translate(-50%,50%) scaleY(1);
    transform: translate(-50%,50%) scaleY(1);
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}


/*---------------------------------------------------------
	フリー検索
 ---------------------------------------------------------*/
.blogsearch {
    margin-bottom: 30px;
    font-size: 15px;
    display: flex;
    justify-content: flex-end;
}
#choosecategory {
    min-width: 200px;
    padding: 8px 10px;
    border: solid 1px #aaa;
}
@media (max-width:480px) {
	#choosecategory {
		padding: 10px;
		border: solid 1px #ccc;
		border-radius: 3px;
	}
}

/*---------------------------------------------------------
	フリー検索
 ---------------------------------------------------------*/
.news__search {
    margin-bottom: 30px;
}
	.news__search-title {
		font-size: 14px;
		color: #4C6C54;
		font-weight: 500;
		margin-bottom: 10px;
	}
.news__search-box {
    position: relative;
    text-align: right;
}
	.news__search-box form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-right: auto;
	}
	.news__search-box .s {
		width: 100%;
		padding: 12px 12px 12px 40px;
		border: none;
		background: #F6F6F6;
		margin-bottom: 10px;
		-webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
		transition: all .3s cubic-bezier(.455,.03,.515,.955);
	}
	.news__search-box form .s {
		margin-bottom: 0;
		border-radius: 5px;
	}
		button, input, select, textarea {
			font-family: inherit;
			font-size: 100%;
			margin: 0;
		}
		button, html input[type=button], input[type=reset], input[type=submit] {
			-webkit-appearance: button;
			cursor: pointer;
		}
		.news__search-box .searchsubmit {
			text-align: center;
			padding: 5px 10px;
		}
		.news__search-box form input[type=submit] {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			border: none;
			outline: 0;
			background: #4C6C54;
			font-size: 1.3rem;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
			color: #fff;
			display: inline-block;
			vertical-align: top;
			zoom: 1;
			letter-spacing: .2em;
			padding: 15px 20px 13px;
			line-height: 140%;
			text-decoration: none;
			position: relative;
			margin-left: 10px;
			border-radius: 5px;
		}
	.news__search-box i {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 14px;
		font-size: 20px;
		color: #BDBDBD;
	}

/*---------------------------------------------------------
	タイトル
 ---------------------------------------------------------*/
#news .newslist {
    margin-bottom: 30px;
    overflow: visible;
}
.cf:after, .cf:before {
    display: table;
    content: "";
}

#news .newslist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width:1024px) {
  #news .newslist ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  #business .business__floatbox {
    margin-bottom: 100px
  }
  #business .business__textbox {
    width: 50%
  }
}

	.clm3 li {
		float: left;
		margin-bottom: 3%;
		margin-right: 3%;
		width: 31.3%;
		box-shadow: 0 0 20px rgb(0 0 0 / 30%);
		background-color: #fff;
	}
	.clm3 li:nth-child(3n) {
		margin-right: 0;
	}
@media (max-width:1024px) {
  .clm3 li {
    float: left;
    margin-right: 0;
    width: 48.5%
  }
  .clm3 li.even, .clm3 li:nth-child(2n) {
    float: right
  }
}


	#header, a:focus, a:hover, a:link {
		-webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
	}
		#news .newslist__imgboxinr {
			width: 100%;
			height: 210px;
			background: #f5f5f5;
			overflow: hidden;
			justify-content: center;
			display: flex;
		}
			#news .newslist__imgbox {
				background-size: cover;
				background-repeat: no-repeat;
				background-position: center center;
				width: 307px;
				height: 210px;
				display: flex;
				justify-content: center;
				align-items: center;
				-webkit-transition: all .3s cubic-bezier(.455,.03,.515,.955);
				transition: all .3s cubic-bezier(.455,.03,.515,.955);
				position: relative;
			}
		@media (max-width:480px) {
			#news .newslist__imgboxinr {
				height: 118px;
			}
				#news .newslist__imgbox {
					height: 118px;
				}
		}
				#news .newslist li a:hover .newslist__imgbox {
					-webkit-transform: scale(1.1);
					transform: scale(1.1);
				}
				#news .news__search-box .s, #news .newslist__imgbox img, .ourspecialty__list-img img {
					max-width: 100%;
				}
				#news .newslist__imgbox::after {
					content: "";
					height: 100%;
					width: 100%;
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					-webkit-transition: all .8s cubic-bezier(.165,.84,.44,1);
					transition: all .8s cubic-bezier(.165,.84,.44,1);
				}
		#news .newslist li dl {
			padding: 15px 14px;
		}
		#news .newslist dt {
			line-height: 1.8;
			margin-bottom: 5px;
			font-size: 13px;
			height: 45px;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
		}
		@media (max-width: 768px) {
			#news .newslist dt {
				font-size: 11px;
				height: 60px;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 3;
				overflow: hidden;
			}
		}
			#news .newslist .time {
				color: #BDBDBD;
				display: block;
				margin-bottom: 8px;
				letter-spacing: -1px;
			}
			span.cat {
				border-radius: 30px;
				font-size: 12px;
				padding: 3px 10px;
				margin-right: 5px;
				margin-bottom: 5px;
			}
			span.cat01, span.cat02 {
				border: 1px solid #4C6C54;
			}
			span.cat01 {
				color: #4C6C54;
			}
			span.cat02 {
				color: #fff;
				background: #4C6C54;
			}
		

 /*---------------------------------------------------------
	ページャー
 ---------------------------------------------------------*/
.pager {
    text-align: center;
}
	.login__box a, .modalBox .closeArea .close, .pager a, span.cat {
		display: inline-block;
	}
	.pager a {
		font-family: 'Noto Sans JP',sans-serif;
		color: #4C6C54;
		border: 1px solid #4C6C54;
		padding: 12px 0;
		width: 44px;
		border-radius: 25px;
		background-color: transparent;
		font-weight: 600;
		vertical-align: middle;
		margin: 0 5px;
	}
		@media (max-width: 480px) {
			.pager a {
				padding: 6px 0;
				width: 30px;
			}
		}

		.pager a.current, .pager a:hover {
			background-color: #4C6C54;
			color: #fff;
		}
			.pager a.arrow {
				position: relative;
				width: 44px;
				height: 44px;
			}
			[class*=" icon-"], [class^=icon-] {
				font-family: icomoon!important;
				speak: never;
				font-style: normal;
				font-weight: 400;
				-webkit-font-feature-settings: normal;
				font-feature-settings: normal;
				font-variant: normal;
				text-transform: none;
				line-height: 1;
				-webkit-font-smoothing: antialiased;
				-moz-osx-font-smoothing: grayscale;
			}
				.pager a.arrow i {
					font-size: 20px;
					position: absolute;
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
				}
 /*---------------------------------------------------------
	ページャー
 ---------------------------------------------------------*/
.category__wrap {
    margin-top: 30px;
}
	.category__contTtl {
		margin-bottom: 10px;
		font-size: 22px;
		font-weight: bold;
		color: #4C6C54;
		border: none;
		padding: 0;
	}
	@media (max-width:480px) {
		.category__contTtl {
			font-size: 16px;
		}
	}

	.tagCont {
		display: flex;
		flex-wrap: wrap;
	}
		.tagCont__item {
			margin: 0 5px 5px 0;
		}
			.tagCont__item a {
				padding: 3px 8px 5px;
				color: #4C6C54;
				font-size: 12px;
				border: 1px solid #ddd;
				text-decoration: none;
				display: inline-block;
			}
			.tagCont__item a:hover {
				background-color: #4C6C54;
				color: #fff;
			}
#contents .h1_section {
	display: none;
}