@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */
.r3Main {
	color: #3D3A3F;
}
/* ==

　01. モジュール

=============================================================================== */
/* ビジュアル
------------------------------------------------------------------------------- */
.ninoVisual01 {
	position: relative;
	opacity: 0;
	transition: opacity .8s .3s;
}
.ninoVisual01-show {
	opacity: 1;
}
.ninoVisual01_in {
	display: -webkit-box;
	display: flex;
	align-items: flex-start;
	position: relative;
	height: 680px;
	z-index: 1;
}
.ninoVisual01_tit {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1;
	width: 552px;
	z-index: 2;
}
.ninoVisual01_tit img {
	display: block;
	height: 138px;
}
.ninoVisual01_wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.ninoVisual01_item.swiper-slide div {
	height: 680px;
}
.ninoVisual01_item.swiper-slide-prev div,
.ninoVisual01_item.swiper-slide-active div,
.ninoVisual01_item.swiper-slide-duplicate-prev div,
.ninoVisual01_item.swiper-slide-duplicate-active div {
	animation: bgZoom 15s linear;
}
.swiper-slide-duplicate-prev div {
	opacity: 0;
}
.ninoVisual01_item img {
	width: 100%;
	height: 100%;
	object-fit: cover;	
}
@keyframes bgZoom {
  0% {
    transform: scale(1) translate3d(0,0,0);
  }
  100% {
    transform: scale(1.145) translate3d(0,0,0);
  }
}
/* リード
------------------------------------------------------------------------------- */
.ninoLead01 {
	padding: 45px 20px 74px;
	text-align: center;
}
.ninoLead01_txt {
	line-height: 2.111;
	font-size: 150%;
	font-weight: 700;
}
/* ピックアップ
------------------------------------------------------------------------------- */
.ninoPickup01 {
	padding: 0 20px;
}
.ninoPickup01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.ninoPickup01_tit {
	line-height: 1.452;
	margin: 0 0 59px;
	font-size: 350%;
	font-weight: 700;
	text-align: center;
}
.ninoPickup01_list {
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	font-size: 100%;
}
.ninoPickup01_item {
	width: 30.646%;
	max-width: 380px;
	margin: 50px 0 0;
	padding: 88px 20px 31px;
	border-radius: 10px;
	background-color: #F5F5F5;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 280px 280px;
	box-sizing: border-box;
}
.ninoPickup01_item-t1 {
	background-image: url(../images/ninomiya/pickup_bg01.svg);
}
.ninoPickup01_item-t2 {
	background-image: url(../images/ninomiya/pickup_bg02.svg);
}
.ninoPickup01_item-t3 {
	background-image: url(../images/ninomiya/pickup_bg03.svg);
}
.ninoPickup01_item-t4 {
	background-image: url(../images/ninomiya/pickup_bg04.svg);
}
.ninoPickup01_item-t5 {
	background-image: url(../images/ninomiya/pickup_bg05.svg);
}
.ninoPickup01_item-t6 {
	background-image: url(../images/ninomiya/pickup_bg06.svg);
}
.ninoPickup01_item-t1,
.ninoPickup01_item-t2,
.ninoPickup01_item-t3 {
	margin-top: 0;
}
.ninoPickup01_stit {
	line-height: 1.5;
	margin: 0 0 62px;
	font-size: 234%;
	font-weight: 700;
	text-align: center;
	transform: rotate(-10deg);
}
.ninoPickup01_stit span {
	font-size: 40px;
	font-weight: 900;
}
.ninoPickup01_txt {
	line-height: 1.8;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.ninoPickup01_txt-fl,
.ninoPickup01_txt-fl:last-child {
	margin: -14px 0;
}
.ninoPickup01_btns {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	max-width: 820px;
	margin: 100px auto 0;
	font-size: 134%;
	font-weight: 700;
}
.ninoPickup01_btn {
	width: 31.707%;
}
.ninoPickup01_btn a {
	display: block;
	position: relative;
	line-height: 58px;
	padding: 0 0 2px;
	border-radius: 4px;
	background-color: #333;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .ninoPickup01_btn a:hover {
	background-color: #B2B1AE;
}
.ninoPickup01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 16px;
	width: 17px;
	height: 10px;
	margin: -5px 0 0;
	background: url(../images/ninomiya/arw_bg01.svg) center center no-repeat;
	background-size: contain;
}
@media only screen and (max-width: 1200px) { 
	.ninoPickup01_item {
		width: 31.2%;
		margin: 40px 0 0;
	}
}
@media only screen and (max-width: 1150px) { 
	.ninoPickup01_item {
		width: 31.8%;
		margin: 35px 0 0;
	}
}
@media only screen and (max-width: 1100px) { 
	.ninoPickup01_item {
		width: 32.1%;
		margin: 25px 0 0;
	}
	.ninoPickup01_stit {
		margin: 0 0 50px;
		font-size: 200%;
	}
	.ninoPickup01_stit span {
		font-size: 34px;
	}
	.ninoPickup01_txt br {
		display: none;
	}
	.ninoPickup01_txt-fl,
	.ninoPickup01_txt-fl:last-child {
		margin: 0;
	}
}
/* 見出し
------------------------------------------------------------------------------- */
.ninoArea01 {
	margin: 100px 0 0;
	background: #000 url(../images/ninomiya/area_bg01.jpg) center top no-repeat;
	background-size: 100% auto;
}
.ninoHeading01 {
	padding: 55px 20px 107px;
	color: #fff;
}
.ninoHeading01_in {
	max-width: 1240px;
	margin: 0 auto;
	text-align: center;
}
.ninoHeading01_en {
	line-height: 1.45;
	margin: 0;
	font-family: "Barlow", serif;
	font-size: 367%;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.ninoHeading01_tit {
	line-height: 1.45;
	margin: -4px 0 40px;
	font-size: 200%;
	font-weight: 400;
}
.ninoHeading01_tit::before,
.ninoHeading01_tit::after {
	content: "";
	display: inline-block;
	width: 100px;
	height: 1px;
	margin: 0 12px;
	background-color: #fff;
	vertical-align: 0.35em;
}
.ninoHeading01_txt {
	line-height: 1.4;
	margin: 0;
	font-size: 150%;
	font-weight: 700;
}
/* 解説
------------------------------------------------------------------------------- */
.ninoGuide01 {
	margin: 0 0 100px;
	padding: 0 0 50px;
}
.ninoGuide01_item {
	margin: 50px 0 0;
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ninoGuide01_item:nth-child(even) {
	flex-direction: row-reverse;
}
.ninoGuide01_item:first-child {
	margin-top: 0;
}
.ninoGuide01_in {
}
.ninoGuide01_img {
	display: block;
	width: 51.388%;
}
.ninoGuide01_img img {
	width: 100%;
}
.ninoGuide01_info {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48.612%;
	padding: 20px 20px 20px 80px;
	color: #fff;
	box-sizing: border-box;
	transition: padding .1s;
}
.ninoGuide01_item:nth-child(even) .ninoGuide01_info {
	padding: 20px 80px 20px 20px;
}
.ninoGuide01_info > div {
	width: 100%;
	max-width: 442px;
	margin: 0 auto 0 0;
}
.ninoGuide01_item:nth-child(even) .ninoGuide01_info > div {
	margin: 0 0 0 auto;
}
@media only screen and (max-width: 1200px) { 
	.ninoGuide01_info {
		padding: 20px;
	}
	.ninoGuide01_item:nth-child(even) .ninoGuide01_info {
		padding: 20px;
	}
}
.ninoGuide01_head {
	margin: 0 0 17px;
	text-align: center;
}
.ninoGuide01_en {
	position: relative;
	line-height: 1;
	margin: 0 0 9px;
	padding: 0 0 10px;
	font-family: "Barlow", serif;
	font-size: 234%;
	font-weight: 400;
}
.ninoGuide01_en::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	width: 40px;
	height: 1px;
	margin: 0 auto;
	background-color: #FA0046;
}
.ninoGuide01_tit {
	position: relative;
	line-height: 1;
	margin: 0;
	font-size: 150%;
	font-weight: 400;
}
.ninoGuide01_txt {
	line-height: 1.675;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
}
.ninoGuide01_ico {
	max-width: 290px;
	margin: 18px auto 0;
}
.ninoGuide01_btn {
	margin: 18px 0 0;
	font-size: 134%;
	font-weight: 700;
}
.ninoGuide01_btn a {
	display: block;
	position: relative;
	max-width: 260px;
	line-height: 56px;
	margin: 0 auto;
	padding: 0 0 2px;
	border: 1px solid #fff;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .ninoGuide01_btn a:hover {
	background-color: #B2B1AE;
}
.ninoGuide01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 13px;
	width: 29px;
	height: 29px;
	margin: -15px 0 0;
	background: url(../images/ninomiya/blank_bg01.svg) center center no-repeat;
	background-size: contain;
}
/* お客さまの声
------------------------------------------------------------------------------- */
.ninoVoice01 {
	padding: 0 20px;
}
.ninoVoice01_in {
	max-width: 1240px;
	margin: 0 auto;
	padding: 95px 20px 109px;
	border-radius: 50px;
	background-color: #E0D2AF;
	box-sizing: border-box;
}
.ninoVoice01_head {
	margin: 0 0 30px;
	text-align: center;
}
.ninoVoice01_en {
	line-height: 1.45;
	margin: 0;
	font-family: "Barlow", serif;
	font-size: 367%;
	font-weight: 700;
	letter-spacing: 0.06em;
}
.ninoVoice01_tit {
	line-height: 1.45;
	margin: -5px 0 0;
	font-size: 200%;
	font-weight: 400;
}
.ninoVoice01_tit::before,
.ninoVoice01_tit::after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 1px;
	margin: 0 12px;
	background-color: #000;
	vertical-align: 0.35em;
}
.ninoVoice01_lead {
	line-height: 1.4;
	margin: 0;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
.ninoVoice01_list {
	max-width: 730px;
	margin: 40px auto 0;
	font-size: 100%;
}
.ninoVoice01_item {
	display: -webkit-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 20px 0 0;
	padding: 20px;
	border-radius: 70px;
	background-color: #f8f8f8;
	box-sizing: border-box;
}
.ninoVoice01_item:nth-child(even) {
	flex-direction: row-reverse;
}
.ninoVoice01_item:first-child {
	margin-top: 0;
}
.ninoVoice01_img {
	display: block;
	width: 100px;
}
.ninoVoice01_info {
	width: -webkit-calc(100% - 100px);
	width: calc(100% - 100px);
	padding: 0 30px 0 20px;
	box-sizing: border-box;
}
.ninoVoice01_item:nth-child(even) .ninoVoice01_info {
	padding: 0 20px 0 30px;
}
.ninoVoice01_txt {
	line-height: 1.6;
	margin: -2px 0 0;
	font-size: 134%;
	font-weight: 700;
}
/* お問い合わせ
------------------------------------------------------------------------------- */
.ninoContact01 {
	margin: 0 0 -4px;
}
.ninoContact01_in {
	max-width: 900px;
	margin: 46px auto 0;
}
.ninoContact01_catch {
	line-height: 1.8;
	margin: 0;
	font-size: 200%;
	font-weight: 700;
	text-align: center;
}
.ninoContact01_btn {
	margin: 36px 0 0;
	text-align: center;
}
.ninoContact01_btn a {
	display: inline-block;
	position: relative;
	line-height: 58px;
	border-radius: 4px;
	padding: 0 45px 2px 30px;
	background-color: #CC3B33;
	color: #fff;
	font-size: 134%;
	font-weight: 700;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .ninoContact01_btn a:hover {
	background-color: #B2B1AE;
}
.ninoContact01_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 17px;
	margin: -9px 0 0;
	background: url(../images/ninomiya/arw_bg02.svg) center center no-repeat;
	background-size: contain;
}
.ninoBnr01 {
	margin: 100px 0 0;
}
.ninoContact01_note {
	line-height: 1.828;
	margin: 8px 0 0 1em;
	font-size: 117%;
	font-weight: 400;
	text-indent: -1em;
}
/* TOPへ戻る
------------------------------------------------------------------------------- */
.ninoReturnTop01 {
  margin: 100px 0 0;
  padding-inline: 15px;
  text-align: center;
}
.ninoReturnTop01 * {
  box-sizing: border-box;
}
.ninoReturnTop01_in {
  max-width: 1240px;
  margin-inline: auto;
  padding: 10px 0 0;
  border-top: 1px solid #C4C4C4;
}
/* CMギャラリー
------------------------------------------------------------------------------- */
.cmnRelate01_cm .cmnRelate01_stit {
	position: static;
	line-height: 1;
	margin: 14px 0 0;
	color: #333;
	font-size: 134%;
	transform: none;
	text-align: left;
}
.cmnRelate01_other a {
	padding: 0 0 30px;
}
.cmnRelate01_other .cmnRelate01_stit {
	margin-top: -15px;
}
.cmnRelate01_cm .cmnRelate01_txt,
.cmnRelate01_other .cmnRelate01_txt {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 1;
	margin: 0;
	color: #333;
	font-size: 117%;
	font-weight: 500;
}
.cmnRelate01_cm .cmnRelate01_txt::after,
.cmnRelate01_other .cmnRelate01_txt::after {
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	margin: 0 0 0 9px;
	background: url(/tochikatsu/d-room/common/images/rn03/svg/ico_arw02.svg) center center no-repeat;
	background-size: contain;
	vertical-align: -0.35em;
}
/* スライダー
------------------------------------------------------------------------------- */
.mfp-bg,
.mfp-wrap {
	z-index: 101;
}
.mfp-wrap .swiper-container {
	padding: 0;
	opacity: 0;
	transition: opacity .4s .3s;
}
.mfp-wrap .swiper-container-initialized {
	opacity: 1;
}
.mfp-wrap .swiper-container .swiper-slide {
	position: relative;
	max-width: 800px;
	padding: 0 0 120px;
}
.mfp-wrap .swiper-container .swiper-slide span {
	display: block;
	transition: transform .4s;
}
.mfp-wrap .swiper-container .swiper-slide-prev span,
.mfp-wrap .swiper-container .swiper-slide-duplicate-prev span {
	transform: scale(.5) translate(270px, 0);
}
.mfp-wrap .swiper-container .swiper-slide-next span,
.mfp-wrap .swiper-container .swiper-slide-duplicate-next span {
	transform: scale(.5) translate(-270px, 0);
}
.mfp-wrap .swiper-container .swiper-slide-active span {
	display: block;
	transform: scale(1);
}
.d_hover .mfp-wrap .swiper-container .swiper-slide a:hover {
	background-color: #B2B1AE;
}
.mfp-wrap .swiper-container .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-color: #fff;
	opacity: .5;
}
.mfp-wrap .swiper-container .swiper-pagination-bullet-active {
	opacity: 1;
}
.mfp-wrap .swiper-container .swiper-pagination {
	height: 10px;
	line-height: 1;
	bottom: 90px;
	font-size: 10px;
}
.mfp-container {
	padding-top: 80px;
	padding-right: 0;
	padding-left: 0;
}
.mfp-close-btn-in .mfp-close {
	top: -70px;
	right: 0;
	left: 0;
	width: 100%;
	max-width: 1200px;
	line-height: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
	text-align: right;
	opacity: 1;
	cursor: pointer;
	z-index: 2;
}
.mfp-close-btn-in .mfp-close::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	margin: 0;
	background: url(../images/ninomiya/close_bg01.svg) center center no-repeat;
	background-size: contain;
}
.ninoGallery_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
	z-index: 2;
}
.ninoGallery_btn a {
	display: inline-block;
	position: relative;
	line-height: 56px;
	border: 1px solid #fff;
	border-radius: 4px;
	padding: 0 40px 2px;
	color: #fff;
	font-size: 134%;
	font-weight: 400;
	text-decoration: none;
	transition: all .3s;
}
.d_hover .ninoGallery_btn a:hover {
	background-color: #B2B1AE;
}
.ninoGallery_btn a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 17px;
	margin: -9px 0 0;
	background: url(../images/ninomiya/arw_bg02.svg) center center no-repeat;
	background-size: contain;
}
.ninoGallery_ico {
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	width: 200px;
	height: 133px;
	margin: -67px auto 0;
	background: url(../images/ninomiya/swiper_bg01.png) center center no-repeat;
	background-size: contain;
	z-index: 2;
}