@charset "UTF-8";
/* ===========================================
 * コンフォール津田沼 common
 * ======================================== */
/* ---------------------------------------------
*   animation
--------------------------------------------- */
.tsudanuma_container .hiddenlayer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	inset: 0;
	z-index: 10000;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* hero */
.tsudanuma_container .hero {
	background-image: url("../img/common/bg_hero.png");
	background-repeat: repeat-x;
	background-size: 1440px 732px;
	padding-top: 40px;
}
.tsudanuma_container .hero .hero_header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 1000px;
	margin-inline: auto;
}
.tsudanuma_container .hero .hero_headertext {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1;
}
.tsudanuma_container .hero .hero_wave {
	width: 100%;
	line-height: 0;
}
.tsudanuma_container .hero .hero_wave svg {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(1px);
	        transform: translateY(1px);
}
.tsudanuma_container .hero .hero_wave path {
	fill: #fff;
}
.tsudanuma_container .hero .hero_nav {
	margin-bottom: 60px;
	background-color: #effbff;
}
.tsudanuma_container .hero .hero_navlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 1000px;
	margin-inline: auto;
}
.tsudanuma_container .hero .hero_navlist > li {
	border-right: 1px solid #000;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.tsudanuma_container .hero .hero_navlist > li:first-child {
	border-left: 1px solid #000;
}
.tsudanuma_container .hero .hero_navitem {
	position: relative;
	display: block;
	padding: 12px;
	background-color: #effbff;
	color: #000;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	z-index: 1;
}
.tsudanuma_container .hero .hero_navitem::after {
	content: "";
	position: absolute;
	inset: 0 1px;
	background-color: #f1e6b2;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	transition: opacity 0.5s, -webkit-transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	transition: opacity 0.5s, transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	transition: opacity 0.5s, transform 0.3s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
	opacity: 0;
}
.tsudanuma_container .hero .hero_navitem:hover {
	text-decoration: none;
}
.tsudanuma_container .hero .hero_navitem:hover::after {
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	opacity: 1;
}
.tsudanuma_container .hero .hero_navitem.is-current {
	background-color: #f1e6b2;
}
.tsudanuma_container .hero .hero_navitem.is-inactive {
	background-color: #f8f8f8;
}
.tsudanuma_container .hero .hero_navitem.is-inactive::after {
	content: none;
}
.tsudanuma_container .hero .hero_navitem.is-inactive:hover {
	background-color: #f8f8f8;
}
.tsudanuma_container .hero .hero_navsubtext {
	display: block;
	font-size: 12px;
}
.tsudanuma_container .hero .hero_navtext {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
.tsudanuma_container .hero.hero--top .hero_mv {
	position: relative;
	width: 1000px;
	margin-top: 20px;
	margin-inline: auto;
	text-align: right;
}
.tsudanuma_container .hero.hero--top .hero_mv::after {
	content: "";
	position: absolute;
	right: 50px;
	top: -80px;
	width: 176px;
	height: 95px;
	background-image: url("../img/top/img_mv_parts.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.tsudanuma_container .hero.hero--top .hero_caption {
	margin-top: 10px;
	font-size: 10px;
}
.tsudanuma_container .hero.hero--contact {
	padding-top: 58px;
}
.tsudanuma_container .hero.hero--contact .hero_wave {
	position: relative;
}
.tsudanuma_container .hero.hero--contact .hero_wave::before {
	content: "";
	position: absolute;
	top: -78px;
	left: calc(50% - 500px + 243px);
	display: inline-block;
	width: 223px;
	height: 155px;
	background-image: url("../img/contact/img_heroparts.png");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}

/* contentsfooter */
.tsudanuma_container .contentsfooter {
	position: relative;
	background-image: url("../img/common/bg_hero.png");
	background-repeat: repeat-x;
	padding-bottom: 126px;
}
.tsudanuma_container .contentsfooter::before {
	content: "";
	position: absolute;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 1;
}
.tsudanuma_container .contentsfooter .contentsfooter_nav {
	margin-top: 60px;
	background-color: #effbff;
}
.tsudanuma_container .contentsfooter .contentsfooter_navlist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 1000px;
	margin-inline: auto;
}
.tsudanuma_container .contentsfooter .contentsfooter_navlist > li {
	border-right: 1px solid #000;
}
.tsudanuma_container .contentsfooter .contentsfooter_navlist > li:first-child {
	border-left: 1px solid #000;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem {
	position: relative;
	display: block;
	padding: 12px;
	background-color: #effbff;
	color: #000;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	z-index: 1;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem::after {
	content: "";
	position: absolute;
	inset: 0 1px;
	background-color: #f1e6b2;
	-webkit-transform: scale(0, 1);
	        transform: scale(0, 1);
	-webkit-transform-origin: right top;
	        transform-origin: right top;
	-webkit-transition: opacity 0.5s, -webkit-transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	transition: opacity 0.5s, -webkit-transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	transition: opacity 0.5s, transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	transition: opacity 0.5s, transform 0.3s cubic-bezier(0.45, 0, 0.55, 1), -webkit-transform 0.3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
	opacity: 0;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem:hover {
	text-decoration: none;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem:hover::after {
	-webkit-transform-origin: left top;
	        transform-origin: left top;
	-webkit-transform: scale(1, 1);
	        transform: scale(1, 1);
	opacity: 1;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem.is-current {
	background-color: #f1e6b2;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem.is-inactive {
	background-color: #f8f8f8;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem.is-inactive::after {
	content: none;
}
.tsudanuma_container .contentsfooter .contentsfooter_navitem.is-inactive:hover {
	background-color: #f8f8f8;
}
.tsudanuma_container .contentsfooter .contentsfooter_navsubtext {
	display: block;
	font-size: 12px;
}
.tsudanuma_container .contentsfooter .contentsfooter_navtext {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	font-weight: bold;
}
.tsudanuma_container .contentsfooter .contentsfooter_wave {
	width: 100%;
	line-height: 0;
}
.tsudanuma_container .contentsfooter .contentsfooter_wave svg {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-1px);
	        transform: translateY(-1px);
}
.tsudanuma_container .contentsfooter .contentsfooter_wave path {
	fill: #fff;
}
.tsudanuma_container .contentsfooter.contentsfooter--top::before {
	bottom: 73px;
	right: calc(50% - 500px + 50px);
	width: 270px;
	height: 152px;
	background-image: url("../img/top/img_footerparts.png");
}
.tsudanuma_container .contentsfooter.contentsfooter--contact::before {
	bottom: 45px;
	right: calc(50% - 500px + 50px);
	width: 177px;
	height: 180px;
	background-image: url("../img/contact/img_footerparts.png");
}