@charset "utf-8";
@import url("/jutaku/common/css/rn03/fonts2.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@600&display=swap');
/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. モジュール

******************************************************************************* */

/* ==

　01. モジュール
　02. 展示場のご紹介

=============================================================================== */
/* body {
	min-width: 1300px;
	margin: 0 auto;
} */
#container {
	margin-top: 0;
	padding-bottom: 0;
}
.fnFade {
	transition: opacity 0.2s cubic-bezier(0,.5,.5,1) !important;
}
.fnFade:hover {
	opacity: .6;
}

/* ボタン
------------------------------------------------------------------------------- */
.idxBtn01 {
	display: block;
	position: relative;
	max-width: 310px;
	line-height: 50px;
	margin: 30px auto 40px;
	padding: 0 0 2px;
	border-radius: 4px;
	color: #fff;
	font-size: 134%;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	background-color: #000;
}
.idxBtn01-v1 {
	margin-top: 30px;
}
.idxBtn01-vD {
	border: 1px solid #797979;
}
.idxBtn01::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 8px;
	height: 8px;
	margin: -5px 0 0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
}
.idxBtn01[target=_blank]::after {
	content: '';
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	width: 11px;
	height: 8px;
	margin: 0 0 0 10px;
	background: url(/common/images/rn04/svg/blank_ico02.svg) left top no-repeat;
	background-size: contain;
	vertical-align: 0.1em;
	border: none;
	transform:rotate(0deg);
}

/* アニメーション
------------------------------------------------------------------------------- */
.fnSlideIn {
	opacity: 0;
	transform: translateY(100px);
	transition: all 1s cubic-bezier(0,.7,.7,1);
}
.fnSlideIn.inView {
	opacity: 1;
	transform: translateY(0px);
}
.fnFadeIn {
	opacity: 0;
	transition: all 1s cubic-bezier(0,.7,.7,1);
}
.fnFadeIn.inView {
	opacity: 1;
}

/* スライダ―
------------------------------------------------------------------------------- */
/* .idxVisual01 {
	position: relative;
	width: 100%;
	height: 100%;
}
.idxVisual01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.idxVisual01_in {
	transition: opacity .5s;
	opacity: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.idxVisual01_in img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.idxVisual01-show .idxVisual01_in {
	opacity: 1;
} */
.idxVisual01 {
	position: relative;
}
.idxVisual01_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.idxVisual01_in {
	transition: opacity .5s;
	opacity: 0;
	overflow: hidden;
}
.idxVisual01_in.swiper-initialized {
	opacity: 1;
}
.idxVisual01_item {
	position: relative;
	width: 70%;
	transition: opacity .3s;
	opacity: .5;
}
.idxVisual01_item.swiper-slide-active {
	opacity: 1;
}
.idxVisual01_item img {
	width: 100%;
}
.idxVisual01 .idxVisual01_page {
	position: absolute;
	bottom: -28px;
	line-height: 8px;
}
.idxVisual01 .idxVisual01_page .swiper-pagination-bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 8px 0 0;
	border-radius: 100%;
	background: #b3b3b3;
	opacity: 1;
}
.idxVisual01 .idxVisual01_page .swiper-pagination-bullet:last-child {
	margin-right: 0;
}
.idxVisual01 .idxVisual01_page .swiper-pagination-bullet-active {
	background: #505050;
}

/* フローティングバナー
------------------------------------------------------------------------------- */
.idxCPFloating {
	position: fixed;
	top: calc(50% - 100px);
	left: 0;
	z-index: 10;
}
.idxCPFloating_tab {
	writing-mode: vertical-rl;
	position: fixed;
	top: auto;
	left: -10px;
	transition: all .3s cubic-bezier(0,.5,.5,1);
	display: none;
	cursor: pointer;
}
.idxCPFloating_tab:hover span {
	opacity: 0.7;
}
.isLoaded .idxCPFloating_tab {
	display: block;
}
.isOpen .idxCPFloating_tab {
	left: -50px;
	transition-delay: 0s;
}
/* .inView.isOpen .idxCPFloating_tab {
	transition-delay: .5s;
} */
.idxCPFloating_in {
	position: fixed;
	width: 260px;
	left: -300px;
	border-radius: 5px;
	border: 1px solid #C7C7C7;
	transition: all .5s cubic-bezier(0,.5,.5,1);
	transition-delay: 0s;
	z-index: 1;
}
.isOpen .idxCPFloating_in {
	transition: all .5s cubic-bezier(0,.5,.5,1);
	left: 40px;
}
.idxCPFloating_back {
	position: absolute;
	top: -15px;
	left: -15px;
	width: 33px;
	height: 33px;
	background-color: #000;
	border-radius: 50%;
	border: 1px solid #C7C7C7;
	cursor: pointer;
}
.idxCPFloating_back:hover {
	opacity: 0.7;
}
.idxCPFloating_back::before,
.idxCPFloating_back::after {
	content: "";
	width: 56%;
	height: 1px;
	background-color: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0) rotateZ(-45deg);
}
.idxCPFloating_back::after {
	transform: translate3d(-50%, -50%, 0) rotateZ(45deg);
}
.idxCPFloating_tit,
.idxCPFloating_tab {
	background-color: #FA0045;
	padding: 3px 5px 7px 15px;
	border-radius: 5px 5px 0 0;
}
.idxCPFloating_tab {
	border-radius: 0 5px 5px 0;
}
.idxCPFloating_tit h2,
.idxCPFloating_tab h2 {
	position: relative;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	font-family: 'Noto Serif JP', serif;;
}
.idxCPFloating_tit h2::before,
.idxCPFloating_tab h2::before {
	content: "";
	width: 25px;
	height: 21px;
	display: inline-block;
	background: url(../images/rn04/icon01.svg) no-repeat 0 0;
    background-size: 25px 21px;
    margin-right: 5px;
    transform: translateY(5px);
}
.idxCPFloating_tab h2::before {
	margin: 0 0 10px;
}
.idxCPFloating_list {
	padding-bottom: 20px;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 0 0 5px 5px;
    overflow: hidden;
}
.idxCPFloating_list ul {
	font-size: 117%;
	padding: 10px;
}
.idxCPFloating_list ul li {
	margin-bottom: 10px;
}
.idxCPFloating_list ul li a {
	display: block;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 5px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-align: center;
	letter-spacing: -0.03em;
	line-height: 1.5;
	transition: opacity .1s linear;
}
.idxCPFloating_list ul li a:hover {
	opacity: 0.8;
}
.idxCPFloating_list .idxCPFloating_btn {
	position: relative;
	width: 170px;
	display: block;
	margin: 0 auto;
	padding: 10px;
	border-radius: 30px;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
}
.idxCPFloating_list .idxCPFloating_btn::after {
	content: "";
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid;
	border-color: #fff #fff transparent transparent;
	transform: rotate(45deg);
}
.idxCPFloating_list .idxCPFloating_btn:hover {
	text-decoration: underline;
}

.idxCPFloating_list .swiper {
	position: relative;
	padding: 15px;
}
.idxCPFloating_list .swiper a:hover {
	opacity: 0.7;
}
.idxCPFloating_list .swiper .swiper-button-next:after, 
.idxCPFloating_list .swiper .swiper-button-prev:after {
	font-size: 12px;
	color: #fff;
}
.idxCPFloating_list .swiper .swiper-button-next,
.idxCPFloating_list .swiper .swiper-button-prev {
    position: absolute;
    top: calc(50% + 15px);
    right: 3px;
    width: 25px;
    height: 25px;
    background-color: #000;
    border-radius: 50%;
    border: 1px solid #C7C7C7;
    cursor: pointer;
}
.idxCPFloating_list .swiper .swiper-button-prev {
	right: auto;
	left: 3px;
}
.idxCPFloating_list .swiper .swiper-button-next:hover,
.idxCPFloating_list .swiper .swiper-button-prev:hover {
	opacity: 0.7;
}

/* 大和ハウスの強み
------------------------------------------------------------------------------- */
.idxStrengths {
	padding: 100px 40px 100px;
    color: #000;
    overflow: hidden;
}
.idxStrengths_in {
	max-width: 1240px;
    margin: 0 auto;
}
.idxStrengths_tit {
	line-height: 1.461;
    margin: 0 0 30px;
    font-family: 'Noto Serif JP', serif;
    font-size: 209%;
    font-weight: 500;
    text-align: center;
}
.idxStrengths_col {
	display: flex;
	justify-content: space-between;
    max-width: 1100px;
	margin: 0 auto;
}
.idxStrengths_col .idxStrengths_item {
	max-width: 600px;
	width: 48.387%;
}

/* 建築事例
------------------------------------------------------------------------------- */
.idxCase01 {
	padding: 48px 0 60px;
	color: #000;
	background-color: #F4F4F4;
	overflow: hidden;
}
.idxCase01_in {
	max-width: 1000px;
	margin: 0 auto 40px;
}
.idxCase01_tit {
	line-height: 1.461;
	margin: 0 0 25px;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 500;
	text-align: center;
}
.idxCase01_txt {
	line-height: 1.6875;
	margin: 0 0 20px;
	color: #727272;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.idxCase01_txt span {
	font-size: 26px;
	color: #FF0046;
	font-weight: 500;
}
.idxCase01_trend {
	display: flex;
	justify-content: center;
	align-items: center;
}
.idxCase01_trend p {
	color: #727272;
	margin-right: 10px;
	font-size: 117%;
}
.idxCase01_trend .idxCase01_tag {
	color: #000000;
	background-color: #fff;
	font-size: 117%;
	border: 1px solid #E7E7E7;
	margin-right: 10px;
	padding: 3px 10px;
	cursor: pointer;
}
.idxCase01_trend .idxCase01_tag.current {
	color: #fff;
	background-color: #999;
}
.idxCase01_trend .idxCase01_tag:hover {
	text-decoration: underline;
}

.idxCase01 .idxBtn01 {
	margin-top: 20px;
}

/* 建築事例 画像スクロール */
.idxCase01_carousel {
	position: relative;
	padding-bottom: 10px;
}
.idxCase01_carousel .idxCase01_list {
}
.idxCase01_carousel.splide-02 .idxCase01_list {
	left: 150px;
}
.idxCase01_carousel.splide-03 .idxCase01_list {
	left: 300px;
}
.splide__track--draggable {
	overflow: visible;
}
.idxCase01_carousel .idxCase01_list .idxCase01_item {
	position: relative;
	max-width: 380px;
	height: 213px;
	margin-right: 10px;
	padding: 0;
	transition: opacity .2s;
}
.idxCase01_carousel .idxCase01_list .idxCase01_item a {
	position: relative;
	display: block;
}
.idxCase01_carousel .idxCase01_list .idxCase01_item:hover {
	opacity: 0.7;
}
.idxCase01_carousel .idxCase01_list .idxCase01_item .idxCase01_layer {
	position: relative;
	background-color: rgba(0, 0, 0, .5);
	width: 100%;
	height: 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}
.idxCase01_carousel .idxCase01_list .idxCase01_item .idxCase01_layer::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -5px 0 0;
    border-width: 1px 1px 0 0;
    border-style: solid;
	border-color: #fff;
    transform: rotate(45deg);
	z-index: 10;
}
.idxCase01_carousel .idxCase01_list .idxCase01_item .idxCase01_layer p {
	color: #fff;
	margin: 0 30px 0 20px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.idxCase01_carousel .idxCase01_list .idxCase01_item.current  .idxCase01_layer {
	opacity: 1 !important;
}
.idxCase01_carousel .idxCase01_list .idxCase01_item:hover .idxCase01_layer {
	opacity: 1;
}


.idxCase01_icon {
	width: 140px;
	position: absolute;
	top: calc(50% - 70px);
	left: calc(50% - 70px);
	padding: 20px 0;
	pointer-events: none;
	background-color: rgba(0, 0, 0, .5);
	border-radius: 5px;
	text-align: center;
}
.idxCase01_icon.inView span {
	display: block;
	margin-bottom: 20px;
	animation-name: flick;
	animation-duration: 4s;
	animation-timing-function: linear;
}
.idxCase01_icon p {
	font-size: 13px;
	font-weight: 600;
	font-family: "Barlow", sans-serif;
	color: #fff;
	line-height: 1;
	letter-spacing: 0.2em;
}
@keyframes flick {
	0%{
		transform: translateX(0px);
	}
	10%{
		transform: translateX(10px);
	}
	20%{
		transform: translateX(0px);
	}
	30%{
		transform: translateX(10px);
	}
	40%{
		transform: translateX(0px);
	}
	50%{
		transform: translateX(10px);
	}
	60%{
		transform: translateX(0px);
	}
	70%{
		transform: translateX(10px);
	}
	80%{
		transform: translateX(0px);
	}
	90%{
		transform: translateX(10px);
	}
	100%{
		transform: translateX(0px);
	}
}

/*  選べる買い方
------------------------------------------------------------------------------- */
.idxIndexlife01 {
	padding: 103px 20px 90px;
	color: #000;
}
.idxIndexlife01_tit {
	line-height: 1.461;
	margin: 0 0 30px;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 500;
	text-align: center;
}
.idxIndexlife01_txt {
	line-height: 2.1875;
	margin: 0 0 42px;
	color: #727272;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

.idxIndexlife02_list {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin: -60px auto 0;
	font-size: 100%;
}
.idxIndexlife02_list-2c {
	justify-content: center;
}
.idxIndexlife02_item {
	width: 32.26%;
	max-width: 400px;
	margin: 60px 0 0;
	background-color: #f4f4f5;
	transition: all .3s cubic-bezier(0, 0.7, 0.7, 1);
}
.idxIndexlife02_list-2c .idxIndexlife02_item {
	margin: 60px 1.613% 0 0;
}
.idxIndexlife02_list-2c .idxIndexlife02_item:last-child {
	margin-right: 0;
}
.idxIndexlife02_wrap {
	height: 100%;
	color: #000;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	position: relative;
}
.idxIndexlife02_img {
	display: block;
}
.idxIndexlife02_info {
	position: relative;
	display: flex;
	align-items: center;
	padding: 12px 30px 14px;
    background-color: #F4F4F4;
}
.idxIndexlife02_info::before,
.idxIndexlife02_info::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #000;
	display: block;
	position: absolute;
	top: calc(50% - 15px);
	right: 40px;
}
.idxIndexlife02_info::after {
	transform: rotateZ(90deg);
}
.idxIndexlife02_tit {
	font-size: 150%;
	line-height: 1.55;
	font-weight: 600;
	color: #000;
}
.idxIndexlife02_detail {
	max-width: 1240px;

	margin: 20px auto 0;
}

.idxIndexlife02_detail_target {
	display: none;
	opacity: 0;
}
.target01 .idxIndexlife02_detail_target-01 {
	display: block;
	opacity: 1;
	animation: fadeIn .3s cubic-bezier(0, 0.7, 0.7, 1);
}
.target02 .idxIndexlife02_detail_target-02 {
	display: block;
	opacity: 1;
	animation: fadeIn .3s cubic-bezier(0, 0.7, 0.7, 1);
}
.target03 .idxIndexlife02_detail_target-03 {
	display: block;
	opacity: 1;
	animation: fadeIn .3s cubic-bezier(0, 0.7, 0.7, 1);
}
@keyframes fadeIn {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		display: block;
		opacity: 1;
	}
}
.target01 .idxIndexlife02_item-01 {
	transform: translateY(20px);
}
.target02 .idxIndexlife02_item-02 {
	transform: translateY(20px);
}
.target03 .idxIndexlife02_item-03 {
	transform: translateY(20px);
}
.target01 .idxIndexlife02_item-01 .idxIndexlife02_info::before {
	display: none;
}
.target02 .idxIndexlife02_item-02 .idxIndexlife02_info::before {
	display: none;
}
.target03 .idxIndexlife02_item-03 .idxIndexlife02_info::before {
	display: none;
}
.idxIndexlife02_item_detail {
	display: none;
}

.idxIndexlife02_detail_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px;
	border: 5px solid #F4F4F4;
}
.idxIndexlife02_detail_item .idxIndexlife02_detail_info .idxBtn01 {
	max-width: 190px;
	width: 27.7777%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 190 / 44;
	line-height: 1;
	font-size: clamp(0.75rem, 0.341rem + 0.69vw, 0.875rem);
}

/* 自由設計 */
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_img {
	max-width: 480px;
	width: 41.0256%;

}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info {
	background-color: #fff;
	max-width: 660px;
	width: 56.41026%;
	padding: 0;
}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info .idxIndexlife02_detail_tit {
	margin-bottom: 1.5%;
	letter-spacing: .13em;
}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info .idxIndexlife02_detail_tit-01 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.625rem, 0.1847rem + 2.3881vw, 2.125rem);
}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info .idxIndexlife02_detail_tit span {
	position: relative;
}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info .idxIndexlife02_detail_tit span::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info p {
	text-align: center;
	margin-bottom: 2.5%;
	font-size: clamp(0.75rem, 0.0299rem + 1.194vw, 1rem);
}

.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info .idxIndexlife02_detail_tit-02 {
	letter-spacing: 0em;
	line-height: 1;
	margin-bottom: 2.5%;
	font-size: clamp(1.625rem, 0.397rem + 2.07vw, 2rem);
}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info .idxIndexlife02_detail_tit-02 img {
	max-width: 406px;
	width: 64.4444%
}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info .idxIndexlife02_detail_tit-02 span {
	display: block;
	font-size: clamp(0.938rem, -0.291rem + 2.07vw, 1.313rem);
	font-weight: bold;
	margin-top: 1%;
}
.idxIndexlife02_detail_item-01 .idxIndexlife02_detail_info .idxIndexlife02_detail_tit-02 span::after {
	display: none;
}



.idxIndexlife02_list02 {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	max-width: 1238px;
}
.idxIndexlife02_list02 li {
	max-width: 386px;
	width: 31.179%;
	border-radius: 10px;
	border: 1px solid #DDDDDD;
}
.idxIndexlife02_list02 li a {
	padding: 20px;
	display: block;
	text-decoration: none;
}
.idxIndexlife02_list02 li .idxIndexlife02_tit {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.idxIndexlife02_list02 li .idxIndexlife02_tit span {
	display: block;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.idxIndexlife02_list02 li .idxIndexlife02_img {
	overflow: hidden;
	border-radius: 5px;
}
.idxIndexlife02_list02 .idxIndexlife02_detail_tit {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 20px auto;
}
.idxIndexlife02_list02 .idxIndexlife02_detail_tit-01 {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: .13em;
}
.idxIndexlife02_list02 .idxIndexlife02_detail_tit-01 span {
	position: relative;
}
.idxIndexlife02_list02 .idxIndexlife02_detail_tit-01 span::after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}
.idxIndexlife02_list02 .idxIndexlife02_detail_tit-02 span {
	display: block;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	text-align: center;
}
.idxIndexlife02_list02 p {
	font-size: 16px;
}
.idxIndexlife02_list02 .idxBtn01 {
	max-width: 190px;
	font-size: 14px;
	margin: 20px auto;
	line-height: 40px;
}


/* おすすめの暮らし方提案
------------------------------------------------------------------------------- */
.idxLife01 {
	padding: 70px 40px 70px;
	color: #000;
	overflow: hidden;
	background-color: #F4F4F4;
}
.idxLife01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.idxLife01_tit {
	line-height: 1.461;
	margin: 0 0 35px;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 500;
	text-align: center;
}
.idxLife01_txt {
	line-height: 1.6875;
	margin: 0;
	color: #727272;
	font-size: 150%;
	font-weight: 500;
	text-align: center;
}
.idxLife02 {
	position: relative;
	margin: 54px 0 0;
}
.idxLife02_in {
	transition: opacity .5s;
	opacity: 0;
	overflow: visible;
}
.idxLife02_in.swiper-initialized {
	opacity: 1;
}
.idxLife02_list {
	padding: 0;
	font-size: 100%;
	align-items: center;
}
.idxLife02_item {
	width: 32.26%;
	max-width: 400px;
}
.idxLife02_item:last-child {
	border-right: 40px solid transparent;
}
.idxLife02_wrap {
	display: block;
	background-color: #fff;
	color: #000;
	text-decoration: none;
}
.idxLife02_img {
	display: block;
}
.idxLife02_info {
	padding: 30px;
	background-color: #FFFFFF;
}
.idxLife02_tit {
	line-height: 1.5;
	margin: 0 0 18px;
	font-size: 150%;
	font-weight: 700;
}
.idxLife02_txt {
	line-height: 1.6875;
	margin: 0;
	font-size: 134%;
	font-weight: 400;
	word-break: break-word;
}
.idxLife02_link {
	margin: 12px auto 0;
	color: #727272;
	font-size: 117%;
	font-weight: 500;
	text-align: right;
}
.idxLife02_link::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 8px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
	vertical-align: 0;
}

.idxLife02_item-list {
	display: flex;
	justify-content: center;
}
.idxLife02_item-list a {
	width: 250px;
	height: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
.idxLife02_item-list a::after {
    content: "";
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 0 0 8px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    vertical-align: 0;
}
.idxLife02_item-list a span {
	margin-left: 30px;
	display: block;
	background-color: #fff;
}

/* 住宅商品・構法
------------------------------------------------------------------------------- */
.idxShohin01 {
	padding: 82px 40px 100px;
	color: #000;
	overflow: hidden;
}
.idxShohin01_in {
	max-width: 1240px;
	margin: 0 auto;
}
.idxShohin01_tit {
	line-height: 1.461;
	margin: 0 0 38px;
	font-family: 'Noto Serif JP', serif;
	font-size: 209%;
	font-weight: 500;
	text-align: center;
}
.idxShohin01_txt {
	line-height: 1.6875;
	margin: 0 0 28px;
	color: #727272;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.idxShohin01 .idxBtn01 {
	margin-bottom: 50px;
}
.idxShohin02 {
	position: relative;
	margin: 54px 0 0;
}
.idxShohin02_in {
	transition: opacity .5s;
	opacity: 0;
	overflow: visible;
}
.idxShohin02_in.swiper-initialized {
	opacity: 1;
}
.idxShohin02_list {
	padding: 0;
	font-size: 100%;
}
.idxShohin02_item {
	width: 32.26%;
	max-width: 400px;
}
.idxShohin02_item:last-child {
	border-right: 40px solid transparent;
}
.idxShohin02_wrap {
	display: block;
	background-color: #F4F4F4;
	color: #000;
	text-decoration: none;
}
.idxShohin02_img {
	display: block;
}
.idxShohin02_info {
	padding: 10px 30px 30px;
}
.idxShohin02_data {
	line-height: 1.5;
	margin: 0;
	font-size: 150%;
	font-weight: 700;
}
.idxShohin02_logo {
    display: flex;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
    min-height: 100px;
    align-items: center;
    justify-content: center;
    mix-blend-mode: multiply;
}
.idxShohin02_txt {
	line-height: 1.6875;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}
.idxShohin02_link {
	margin: 12px auto 0;
	color: #727272;
	font-size: 117%;
	font-weight: 500;
	text-align: right;
}
.idxShohin02_link::after {
	content: "";
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 0 0 8px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	transform:rotate(45deg);
}

.idxShohin_sort {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 580px;
	margin: 0 auto 20px;
}
.idxShohin_label {
	font-size: 14px;
	font-weight: bold;
	color: #727272;
}
.idxShohin_tag {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 514px;
}
.idxShohin_tag p {
	border: 1px solid #333;
	padding: 8px 10px;
    border-radius: 30px;
    width: 138px;
	text-align: center;
	background-color: #fff;
	font-size: 117%;
	cursor: pointer;
}
.idxShohin_tag p:hover {
	text-decoration: underline;
	opacity: 0.6;
}
.idxShohin_tag p.current {
	background-color: #999;
	color: #fff;
}
.swiper-hide {
	display: none;
}

/* 大和ハウスの家づくり
------------------------------------------------------------------------------- */
.idxAbout {
	padding: 40px 0 100px;
    color: #000;
    overflow: hidden;
}
.idxAbout_in {
	max-width: 1800px;
    margin: 0 auto;
}
.idxAbout_tit {
	line-height: 1.461;
    margin: 0 0 38px;
    font-family: 'Noto Serif JP', serif;
    font-size: 209%;
    font-weight: 500;
    text-align: center;
}
.idxAbout_txt {
	line-height: 1.6875;
	margin: 0;
	color: #727272;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}
.idxAbout_movie {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin: 50px auto 0;
}
.idxAbout_movie_in {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.idxAbout_movie_in video {
  width: 100%;
  height: auto;
}
/* .idxAbout_movie iframe {
    width: 100%;
	height: auto;
    aspect-ratio: 16 / 9;
    border: 0;
} */
.idxAbout_movie .idxBtn01 {
	width: 310px;
	padding-right: 20px;
	max-width: none;
	position: absolute;
	top: 65%;
	left: calc(50% - 155px);
	background-color: rgba(0, 0, 0, 0.5);
	border: 1px solid #fff
}

.idxAbout .idxBtn01.devSmp {
	display: none;
}
.mfp-bg, .mfp-wrap {
	z-index: 111 !important;
}
.mfp-wrap .mfp-iframe-holder .mfp-content {
    max-width: 1440px;
    width: 99%;
	height: auto;
}
.idxAbout .idxBtn01::before {
	content: "";
	display: block;
	width: 24px;
    height: 24px;
    border: 1px solid #fff;
    border-radius: 12px;
    margin: 0;
    position: absolute;
    top: calc(50% - 13px);
    right: 18px;
}
.idxAbout .idxBtn01::after {
	content: "";
	width: 0;
	height: 0;
	border-style: none;
    border-left: 8px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    margin: 0;
    top: calc(50% - 5px);
	right: 26px;
	transform: rotate(0deg);
}



/* News & Topics
------------------------------------------------------------------------------- */
.cmnNews01 {
	overflow: hidden;
	padding: 72px 40px 100px;
}
.cmnNews01 .swiper {
	overflow: visible;
}
.cmnNews01_tit {
	margin-bottom: 38px;
}
.cmnNews01_txt {
	font-size: 150%;
}
.cmnNews01-topmain {
	padding-top: 100px;
}
.cmnNews01-topmain .cmnNews02 {
	margin-top: 0;
}

/* 家づくりナビ
------------------------------------------------------------------------------- */
.cmnNav02 {
	padding: 72px 40px 100px;
    color: #000;
    overflow: hidden;
}
.cmnNav02_in {
	max-width: 1240px;
    margin: 0 auto;
}
.cmnNav02_tit {
	margin-bottom: 38px;
}
.cmnNav02_txt {
	font-size: 150%;
}
.cmnNav03_menu {
	position: relative;
    margin: 54px 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cmnNav03_menu .cmnNav03_item {
	width: 32.26%;
	max-width: 400px;
	margin-bottom: 20px;
	text-decoration: none;
	color: #000;
	background-color: #F4F4F4;
}
.cmnNav03_menu .cmnNav03_img {
	display: block;
}
.cmnNav03_menu .cmnNav03_info {
	padding: 30px;
}
.cmnNav03_menu .cmnNav03_tit {
	line-height: 1.6875;
	margin: 0 0 10px;
	font-size: 150%;
	font-weight: 700;
	text-align: center;
}
.cmnNav03_menu .cmnNav03_txt {
	line-height: 1.6875;
	margin: 0;
	font-size: 134%;
	font-weight: 500;
}

/* 展示場のご紹介
------------------------------------------------------------------------------- */
.idxTenji {
	padding: 62px 40px;
    color: #000;
    overflow: hidden;
	background-color: #f4f4f4;
}
.idxTenji_in {
	max-width: 1240px;
    margin: 0 auto;
}
.idxTenji_tit {
	line-height: 1.461;
    margin: 0 0 38px;
    font-family: 'Noto Serif JP', serif;
    font-size: 209%;
    font-weight: 500;
    text-align: center;
}
.idxTenji_txt {
	line-height: 1.6875;
	margin: 0;
	color: #727272;
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

/* スライダ―
------------------------------------------------------------------------------- */
.fnSlider_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin: -40px 0 0 -40px;
	background: url(/common/images/rn04/svg/loading_ico01.svg) center center no-repeat;
	background-size: contain;
}
.fnSlider_bar {
	transition: opacity .5s;
	opacity: 0;
}
.fnSlider_bar-show {
	opacity: 1;
}
.fnSlider_bar.swiper-scrollbar {
	position: static;
	width: auto;
	height: 8px;
	margin: 60px 0 0 0;
	border-radius: 0;
	background: #E5E4E0;
}
.fnSlider_bar .swiper-scrollbar-drag {
	border-radius: 30px;
	background: #6e6e6e;
}
.fnSlider_bar.swiper-scrollbar {
	width: 500px !important;
	margin: 60px auto 0 !important;
	height: 10px !important;
}
.fnSlider_bar .swiper-scrollbar-drag {
	border-radius: 0 !important;
	height: 10px !important;
}

/* 緊急
------------------------------------------------------------------------------- */
.idNote01 {
	color: #f00;
	line-height: 2;
	text-align: center;
	font-weight: 500;
	font-size: 117%;
	padding: 80px 20px 0;
}

/* 追従ナビ
------------------------------------------------------------------------------- */
.cmnSide01.cmnSide01-v1 {
	width: 170px;
}
.cmnSide01_t8 a::before {
	background-image: url(/jutaku/common/images/rn03/side_ico08.png);
	background-size: 16px;
}


/* ==

　02. 展示場のご紹介

=============================================================================== */
/* エリア情報
------------------------------------------------------------------------------- */
.area01 {
	padding: 60px 10px 30px;
	background-color: #f4f4f4;
}
.area01_navs1 {
	max-width:1000px;
	margin:0 auto;
	padding:0 75px;
	color: #333;
	font-size: 16px; /* oldIE */
	font-size: 1.0rem;
	text-align: center;
	letter-spacing: -0.5em;
}
.area01_nav1 {
	width:10.7857%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
}
#hokkaidoTab{ width:11.5%; }
#chubu2Tab{ width:13%; }
.area01_nav1 a,
.area01_nav1 > span {
	display: block;
	position: relative;
	padding: 20px 2% 24px;
	color: #000;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}
.area01_nav1 a:after,
.area01_nav1 > span:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 13px;
	left: 50%;
	width: 13px;
	height: 9px;
	margin: 0 0 0 -6.5px;
	background: url(/jutaku/tenji/images/rn03/map/ico_arrow01.png) left top no-repeat;
}
.d_hover .area01_nav1 a:hover:after,
.d_hover .area01_nav1 > span:hover:after,
.area01_nav1-current a:after,
.area01_nav1-current > span:after,
.area01_nav1.fnTab_current a:after,
.area01_nav1.fnTab_current > span:after {
	background-image: url(/jutaku/tenji/images/rn03/map/ico_arrow02.png);
}
.d_hover .area01_nav1 a:hover,
.d_hover .area01_nav1 > span:hover {
	color: #fa0046;
}
.area01_nav1-current a,
.area01_nav1-current > span,
.area01_nav1.fnTab_current a,
.area01_nav1.fnTab_current > span {
	background-color: #fff;
	color: #fa0046;
	cursor: default;
}
.fnTab_target {
	display: none !important;
}
.fnTab_target.fnTab_current {
	display: block !important;
}

@media only screen and (max-width: 1150px) {
	.area01_navs1 { padding:0 20px; }
}

/* 地図
------------------------------------------------------------------------------- */
.tMap {
	position: relative;
	max-width:1150px;
	margin: 0 auto;
}
.tMap_img {
	display: block;
	}
.tMap_item {
	position: absolute;
}
/* 北海道 */
.tMap_item-pref1 {
	top: 237px;
	left: 528px;
}
/* 青森 */
.tMap_item-pref2 {
	top: 40px;
	left: 577px;
}
/* 岩手 */
.tMap_item-pref3 {
	top: 172px;
	left: 664px;
}
/* 宮城 */
.tMap_item-pref4 {
	top: 350px;
	left: 627px;
}
/* 秋田 */
.tMap_item-pref5 {
	top: 145px;
	left: 452px;
}
/* 山形 */
.tMap_item-pref6 {
	top: 296px;
	left: 428px;
}
/* 福島 */
.tMap_item-pref7 {
	top: 439px;
	left: 476px;
}
/* 茨城 */
.tMap_item-pref8 {
	top: 156px;
	left: 710px;
}
/* 栃木 */
.tMap_item-pref9 {
	top: 37px;
	left: 592px;
}
/* 群馬 */
.tMap_item-pref10 {
	top: 57px;
	left: 384px;
}
/* 埼玉 */
.tMap_item-pref11 {
	top: 191px;
	left: 453px;
}
/* 千葉 */
.tMap_item-pref12 {
	top: 378px;
	left: 728px;
}
/* 東京 */
.tMap_item-pref13 {
	top: 296px;
	left: 505px;
}
/* 神奈川 */
.tMap_item-pref14 {
	top: 405px;
	left: 470px;
}
/* 新潟 */
.tMap_item-pref15 {
	top: 86px;
	left: 732px;
}
/* 富山 */
.tMap_item-pref16 {
	top: 214px;
	left: 498px;
}
/* 石川 */
.tMap_item-pref17 {
	top: 115px;
	left: 371px;
}
/* 福井 */
.tMap_item-pref18 {
	top: 383px;
	left: 244px;
}
/* 山梨 */
.tMap_item-pref19 {
	top: 316px;
	left: 295px;
}
/* 長野 */
.tMap_item-pref20 {
	top: 320px;
	left: 642px;
}
/* 岐阜 */
.tMap_item-pref21 {
	top: 91px;
	left: 495px;
}
/* 静岡 */
.tMap_item-pref22 {
	top: 296px;
	left: 743px;
}
/* 愛知 */
.tMap_item-pref23 {
	top: 270px;
	left: 517px;
}
/* 三重 */
.tMap_item-pref24 {
	top: 370px;
	left: 355px;
}
/* 滋賀 */
.tMap_item-pref25 {
	top: 135px;
	left: 686px;
}
/* 京都 */
.tMap_item-pref26 {
	top: 74px;
	left: 514px;
}
/* 大阪 */
.tMap_item-pref27 {
	top: 254px;
	left: 509px;
}
/* 兵庫 */
.tMap_item-pref28 {
	top: 152px;
	left: 359px;
}
/* 奈良 */
.tMap_item-pref29 {
	top: 350px;
	left: 622px;
}
/* 和歌山 */
.tMap_item-pref30 {
	top: 419px;
	left: 434px;
}
/* 鳥取 */
.tMap_item-pref31 {
	top: 55px;
	left: 789px;
}
/* 島根 */
.tMap_item-pref32 {
	top: 130px;
	left: 408px;
}
/* 岡山 */
.tMap_item-pref33 {
	top: 213px;
	left: 771px;
}
/* 広島 */
.tMap_item-pref34 {
	top: 285px;
	left: 520px;
}
/* 山口 */
.tMap_item-pref35 {
	top: 368px;
	left: 190px;
}
/* 徳島 */
.tMap_item-pref36 {
	top: 215px;
	left: 765px;
}
/* 香川 */
.tMap_item-pref37 {
	top: 82px;
	left: 594px;
}
/* 愛媛 */
.tMap_item-pref38 {
	top: 231px;
	left: 296px;
}
/* 高知 */
.tMap_item-pref39 {
	top: 328px;
	left: 488px;
}
/* 福岡 */
.tMap_item-pref40 {
	top: 54px;
	left: 676px;
}
/* 佐賀 */
.tMap_item-pref41 {
	top: 65px;
	left: 492px;
}
/* 長崎 */
.tMap_item-pref42 {
	top: 182px;
	left: 442px;
}
/* 熊本 */
.tMap_item-pref43 {
	top: 223px;
	left: 631px;
}
/* 大分 */
.tMap_item-pref44 {
	top: 107px;
	left: 813px;
}
/* 宮崎 */
.tMap_item-pref45 {
	top: 307px;
	left: 787px;
}
/* 鹿児島 */
.tMap_item-pref46 {
	top: 392px;
	left: 560px;
}
/* 沖縄 */
.tMap_item-pref47 {
	top: 328px;
	left: 154px;
}
.tMap_item p {
	line-height: 1;
	margin: 0 0 10px;
	color: #000;
	font-size: 18px; /* oldIE */
	font-size: 1.2rem;
	text-align: center;
}
.tMap_item li {
	margin: 10px 0 0;
}
.tMap_item li:first-child {
	margin-top: 0;
}
.tMap_item a,
.tMap_item span {
	display: block;
	position: relative;
	line-height: 1.5;
	padding: 7px 56px 10px 33px;
	border: 2px solid #fa0046;
	border-radius: 4px;
	background-color: #fff;
	color: #fa0046;
	font-size: 16px; /* oldIE */
	font-size: 1.0rem;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.d_hover .tMap_item a:hover {
	opacity: 0.6;
}
.tMap_item a:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}
.tMap_item .tMap_disable {
	border-color: #999;
	color: #999;
}
.tMap_item .tMap_disable:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 14px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}


@media only screen and (max-width: 1150px) {
.area01{ padding:80px 10px; }

	/* 北海道 */
	.tMap_item-pref1 {
		top: 43.0909%;
		left: 45.9130%;
	}
	/* 青森 */
	.tMap_item-pref2 {
		top: 7.2727%;
		left: 50.1739%;
	}
	/* 岩手 */
	.tMap_item-pref3 {
		top: 31.2727%;
		left: 57.7391%;
	}
	/* 宮城 */
	.tMap_item-pref4 {
		top: 63.6363%;
		left: 54.5217%;
	}
	/* 秋田 */
	.tMap_item-pref5 {
		top: 26.3636%;
		left: 39.3043%;
	}
	/* 山形 */
	.tMap_item-pref6 {
		top: 53.8181%;
		left: 37.2173%;
	}
	/* 福島 */
	.tMap_item-pref7 {
		top: 79.8181%;
		left: 41.3913%;
	}
	/* 茨城 */
	.tMap_item-pref8 {
		top: 28.3636%;
		left: 61.7391%;
	}
	/* 栃木 */
	.tMap_item-pref9 {
		top: 6.7272%;
		left: 51.4782%;
	}
	/* 群馬 */
	.tMap_item-pref10 {
		top: 10.3636%;
		left: 33.3913%;
	}
	/* 埼玉 */
	.tMap_item-pref11 {
		top: 34.7272%;
		left: 39.3913%;
	}
	/* 千葉 */
	.tMap_item-pref12 {
		top: 68.7272%;
		left: 63.3043%;
	}
	/* 東京 */
	.tMap_item-pref13 {
		top: 53.8181%;
		left: 43.9130%;
	}
	/* 神奈川 */
	.tMap_item-pref14 {
		top: 73.6363%;
		left: 40.8695%;
	}
	/* 新潟 */
	.tMap_item-pref15 {
		top: 15.6363%;
		left: 63.6521%;
	}
	/* 富山 */
	.tMap_item-pref16 {
		top: 38.9090%;
		left: 43.3043%;
	}
	/* 石川 */
	.tMap_item-pref17 {
		top: 20.9090%;
		left: 32.2608%;
	}
	/* 福井 */
	.tMap_item-pref18 {
		top: 69.6363%;
		left: 21.2173%;
	}
	/* 山梨 */
	.tMap_item-pref19 {
		top: 57.4545%;
		left: 25.6521%;
	}
	/* 長野 */
	.tMap_item-pref20 {
		top: 58.1818%;
		left: 55.8260%;
	}
	/* 岐阜 */
	.tMap_item-pref21 {
		top: 16.5454%;
		left: 43.0434%;
	}
	/* 静岡 */
	.tMap_item-pref22 {
		top: 53.8181%;
		left: 64.6086%;
	}
	/* 愛知 */
	.tMap_item-pref23 {
		top: 49.0909%;
		left: 44.9565%;
	}
	/* 三重 */
	.tMap_item-pref24 {
		top: 67.2727%;
		left: 30.8695%;
	}
	/* 滋賀 */
	.tMap_item-pref25 {
		top: 24.5454%;
		left: 59.6521%;
	}
	/* 京都 */
	.tMap_item-pref26 {
		top: 13.4545%;
		left: 44.6956%;
	}
	/* 大阪 */
	.tMap_item-pref27 {
		top: 46.1818%;
		left: 44.2608%;
	}
	/* 兵庫 */
	.tMap_item-pref28 {
		top: 27.6363%;
		left: 31.2173%;
	}
	/* 奈良 */
	.tMap_item-pref29 {
		top: 63.6363%;
		left: 54.0869%;
	}
	/* 和歌山 */
	.tMap_item-pref30 {
		top: 76.1818%;
		left: 37.7391%;
	}
	/* 鳥取 */
	.tMap_item-pref31 {
		top: 10%;
		left: 68.6086%;
	}
	/* 島根 */
	.tMap_item-pref32 {
		top: 23.6363%;
		left: 35.4782%;
	}
	/* 岡山 */
	.tMap_item-pref33 {
		top: 38.7272%;
		left: 67.0434%;
	}
	/* 広島 */
	.tMap_item-pref34 {
		top: 51.8181%;
		left: 45.2173%;
	}
	/* 山口 */
	.tMap_item-pref35 {
		top: 66.9090%;
		left: 16.5217%;
	}
	/* 徳島 */
	.tMap_item-pref36 {
		top: 39.0909%;
		left: 66.5217%;
	}
	/* 香川 */
	.tMap_item-pref37 {
		top: 14.9090%;
		left: 51.6521%;
	}
	/* 愛媛 */
	.tMap_item-pref38 {
		top: 42%;
		left: 25.7391%;
	}
	/* 高知 */
	.tMap_item-pref39 {
		top: 59.6363%;
		left: 42.4347%;
	}
	/* 福岡 */
	.tMap_item-pref40 {
		top: 9.8181%;
		left: 58.7826%;
	}
	/* 佐賀 */
	.tMap_item-pref41 {
		top: 11.8181%;
		left: 42.7826%;
	}
	/* 長崎 */
	.tMap_item-pref42 {
		top: 33.0909%;
		left: 38.4347%;
	}
	/* 熊本 */
	.tMap_item-pref43 {
		top: 40.5454%;
		left: 54.8695%;
	}
	/* 大分 */
	.tMap_item-pref44 {
		top: 19.4545%;
		left: 70.6956%;
	}
	/* 宮崎 */
	.tMap_item-pref45 {
		top: 55.8181%;
		left: 68.4347%;
	}
	/* 鹿児島 */
	.tMap_item-pref46 {
		top: 71.2727%;
		left: 48.6956%;
	}
	/* 沖縄 */
	.tMap_item-pref47 {
		top: 59.6363%;
		left: 13.3913%;
	}
	.tMap_item a:after {
		margin-top: -5px;
	}
	.tMap_item p {
		font-size: 16px; /* oldIE */
		font-size: 1.0rem;
	}
	.tMap_item a,
	.tMap_item span {
		padding: 4.5px 40px 6px 17px;
		font-size: 14px; /* oldIE */
		font-size: 0.9rem;
	}
}
