@charset "UTF-8";
/* ===========================================
 * コンフォール西浦和田島 common
 * ======================================== */
/* ---------------------------------------------
*   section / layout
--------------------------------------------- */
/* cft_container */
.cft_container {
	width: 100%;
	overflow: hidden;
	padding-bottom: 60px;
}
.cft_container .cft_container_hiddenlayer {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: 10000;
}
.cft_container .cft_container_hero {
	background-color: #fff;
}
.cft_container .cft_container_footer {
	margin-top: 80px;
}
.cft_container.cft_container--top .cft_container_openinglayer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background-color: #fff;
	z-index: 10000;
}
.cft_container.cft_container--top .cft_container_openinglayer .openinglayer_obj {
	width: 20%;
	overflow: visible;
}
.cft_container.cft_container--top .cft_container_openinglayer .openinglayer_group {
	opacity: 0;
}
.cft_container.cft_container--top .cft_container_openinglayer .openinglayer_item.openinglayer_item--pink {
	fill: #ea545d;
	stroke: #ea545d;
}
.cft_container.cft_container--top .cft_container_openinglayer .openinglayer_item.openinglayer_item--green {
	fill: #007745;
	stroke: #007745;
}
.cft_container.cft_container--top .cft_container_main {
	position: relative;
}
.cft_container.cft_container--top .cft_container_bg {
	position: absolute;
}
.cft_container.cft_container--top .cft_container_bg.cft_container_bg--road {
	top: 63px;
	right: 30px;
	z-index: -2;
}
.cft_container.cft_container--top .cft_container_bg.cft_container_bg--leaf {
	top: 20px;
	left: 7px;
	z-index: -1;
}
.cft_container.cft_container--top .cft_container_inner {
	width: 1000px;
	margin: 0 auto;
}
.cft_container.cft_container--top .cft_container_footer {
	margin-top: 25px;
}

/* ---------------------------------------------
*   module
--------------------------------------------- */
/* hero */
.cft_container .hero .hero_header {
	padding: 10px 0;
	background-color: #087377;
}
.cft_container .hero .hero_headertext {
	display: block;
	width: 1000px;
	margin: 0 auto;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}
.cft_container .hero .hero_mvitem {
	position: relative;
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
.cft_container .hero .hero_mvlogo {
	position: absolute;
	top: 60px;
	right: 10px;
}
.cft_container .hero .hero_mvcaption {
	position: absolute;
	bottom: 8px;
	right: 10px;
	padding: 2px 4px;
	background-color: #fff;
	font-size: 12px;
}
.cft_container .hero .hero_nav {
	background-color: #087377;
}
.cft_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: 0 auto;
}
.cft_container .hero .hero_navlist > li {
	border-left: 1px solid #fff;
}
.cft_container .hero .hero_navlist > li:last-child {
	border-right: 1px solid #fff;
}
.cft_container .hero .hero_navitem {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	padding: 7px;
	background-color: #087377;
	border: 1px solid #087377;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.cft_container .hero .hero_navitem::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
}
.cft_container .hero .hero_navitem .hero_navtext {
	position: relative;
	color: #fff;
	font-family: "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 15px;
	line-height: 1.3;
	text-align: center;
}
.cft_container .hero .hero_navitem .hero_navtext > span {
	display: block;
	font-size: 12px;
}
.cft_container .hero .hero_navitem:hover {
	text-decoration: none;
}
.cft_container .hero .hero_navitem:hover::before {
	width: 100%;
	opacity: 1;
}
.cft_container .hero .hero_navitem:hover .hero_navtext {
	color: #087377;
}
.cft_container .hero .hero_navitem.is-current {
	border: 1px solid #e13c4b;
	background-color: #e13c4b;
}
.cft_container .hero .hero_navitem.is-current:hover .hero_navtext {
	color: #e13c4b;
}
.cft_container .hero .hero_navitem.is-inactive {
	border: 1px solid #6c797a;
	background-color: #6c797a;
}
.cft_container .hero .hero_navitem.is-inactive::before {
	content: none;
}
.cft_container .hero .hero_navitem.is-inactive:hover .hero_navtext {
	color: #fff;
	font-weight: normal;
}
.cft_container .hero.hero--top .hero_nav {
	margin-top: 20px;
}
.cft_container .hero.hero--location .hero_mv {
	width: 100%;
	height: 720px;
	background-image: url("../img/location/bg_mv.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.cft_container .hero.hero--brand .hero_mv {
	width: 100%;
	height: 720px;
	background-image: url("../img/brand/bg_mv.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
}
.cft_container .hero.hero--simple .hero_subheader {
	padding: 23px;
	background-color: #e6f8f8;
}
.cft_container .hero.hero--simple .hero_subheadertext {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0 25px;
	width: 1000px;
	margin: 0 auto;
	color: #892f1b;
	font-size: 20px;
	font-weight: bold;
}
.cft_container .hero.hero--simple .hero_subheadertext > strong {
	font-size: 36px;
}

/* slider */
.cft_container .slider {
	position: relative;
	width: 100%;
}
.cft_container .slider .slider_list {
	height: 720px;
}
.cft_container .slider .slider_list > li {
	width: 100%;
	height: 100%;
}
.cft_container .slider .slider_list > li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.cft_container .slider .slider_item {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1000px;
	height: 720px;
	margin: 0 auto;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	z-index: 2;
}
.cft_container .slider .slider_logo {
	position: absolute;
	top: 60px;
	right: 0;
}
.cft_container .slider .slider_caption {
	position: absolute;
	bottom: 22px;
	right: 0;
	padding: 2px 4px;
	background-color: #fff;
	font-size: 12px;
}
.cft_container .slider .slider_prev {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 40px;
	height: 40px;
	background-image: url("../img/common/icon_prev.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.cft_container .slider .slider_next {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 40px;
	height: 40px;
	background-image: url("../img/common/icon_next.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.cft_container .slider .slider_parts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 11px;
	margin-top: 20px;
}
.cft_container .slider .slider_pagination {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: auto;
}
.cft_container .slider .slider_pagination > span {
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: 1px solid #1d7d39;
	opacity: 1;
}
.cft_container .slider .slider_pagination > span.swiper-pagination-bullet-active {
	background-color: #e13c4b;
	border: 1px solid #e13c4b;
}
.cft_container .slider .slider_stopbtn {
	width: 20px;
	height: 20px;
	padding: 0;
	background-color: transparent;
	background-image: url("../img/common/icon_stop_mv.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border: none;
	cursor: pointer;
}
.cft_container .slider .slider_stopbtn.is-stop {
	background-image: url("../img/common/icon_play_mv.png");
}
.cft_container .slider .slider_btntext {
	width: 0;
	height: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	display: inline-block;
}

/* bannerblock */
.cft_container .bannerblock {
	margin-top: 120px;
	text-align: center;
}
.cft_container .bannerblock .bannerblock-link {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.cft_container .bannerblock .bannerblock-link::before {
	position: absolute;
	content: "";
	top: 0;
	left: -120%;
	width: 100%;
	height: 100%;
	-webkit-transform: skewX(-60deg);
	        transform: skewX(-60deg);
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 150, 181, 0)), to(rgba(8, 115, 119, 0.1)));
	background: linear-gradient(to right, rgba(0, 150, 181, 0) 0%, rgba(8, 115, 119, 0.1) 100%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.cft_container .bannerblock .bannerblock-link:hover {
	-webkit-box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 2px 6px 1px rgba(0, 0, 0, 0.16);
}
.cft_container .bannerblock .bannerblock-link:hover::before {
	left: 100%;
}

/* imageslider */
.cft_container .imageslider {
	width: 100%;
	overflow: hidden;
}
.cft_container .imageslider .imageslider_parts {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
}
.cft_container .imageslider .imageslider_stopbtn {
	display: inline-block;
	width: 22px;
	height: 22px;
	padding: 0;
	background-color: transparent;
	background-image: url("../img/top/icon_stop_circle.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	border: none;
	cursor: pointer;
}
.cft_container .imageslider .imageslider_stopbtn.is-stop {
	background-image: url("../img/top/icon_play_circle.png");
}
.cft_container .imageslider .imageslider_btntext {
	width: 0;
	height: 0;
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	display: inline-block;
}
.cft_container .imageslider .imageslider_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.cft_container .imageslider .imageslider_list > li {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

/* pagefooternav */
.cft_container .pagefooternav {
	width: 1000px;
	margin: 100px auto 0;
}
.cft_container .pagefooternav .pagefooternav_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 0 16px;
}
.cft_container .pagefooternav .pagefooternav_item {
	display: inline-block;
	color: #087377;
	font-family: "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 16px;
}
.cft_container .pagefooternav .pagefooternav_item:hover {
	font-weight: bold;
	text-decoration: none;
}
.cft_container .pagefooternav .pagefooternav_item.is-current {
	color: #e13c4b;
	font-weight: bold;
}
.cft_container .pagefooternav .pagefooternav_item.is-inactive {
	color: #000;
}
.cft_container .pagefooternav .pagefooternav_item.is-inactive:hover {
	font-weight: normal;
}

/* ---------------------------------------------
*   botton
--------------------------------------------- */
/* btn_transition */
.cft_container .btn_transition {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 17px 10px;
	background-color: #892f1b;
	border: 2px solid #892f1b;
	border-radius: 8px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
.cft_container .btn_transition::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0;
	-webkit-transform: translateY(-50%) scale(0.1);
	        transform: translateY(-50%) scale(0.1);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: -1;
}
.cft_container .btn_transition:hover {
	text-decoration: none;
	color: #892f1b;
}
.cft_container .btn_transition:hover::after {
	opacity: 1;
	-webkit-transform: translateY(-50%) scale(1.1);
	        transform: translateY(-50%) scale(1.1);
}