﻿@charset "utf-8";
/***  メインビジュアル　フェード  ***/

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08 {
	width:94%;
	margin:0 auto;
	text-align:left;
	padding:1.5em 0;
}
.font_huti {
 	position: relative;
	font-weight: bold;
	color: #B20000;
	-webkit-text-stroke: 6px #B20000;
}

.font_huti::before {
	content: attr(data-text);
	position: absolute;
	color: #B20000;
	-webkit-text-stroke: 1px #FFF;
}

.top_slid00{
	width:98%;
	margin:0 auto;
}

.top_slid00_noslide{
	width:98%;
	max-width:1027px;
	margin:0 auto;
}



/*=========================
	メインコンテンツここから
==========================*/

.kumo_bg img{
	width:100%;
}

.back_EDF6F7_top4{
	background: linear-gradient(transparent 4em, #EDF6F7 0 4em);
}


.mainasu_01{
	margin:-4.5em auto 0;
}
.mainasu_02{
	margin:0 auto 0;
}
.mainasu_03{
	margin:-1em auto 0;
}
.mainasu_04{
	margin:-4.5em auto 0;
}


.top01_01bnr_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:-2.5em 0 0 0;
	justify-content: center;
}
.top01_01bnr_block>ul>li{/* 1600*/
	width:23%;
	margin:0.1em 1%;
}


.top01_04>ul,
.top01_04block>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}
.top01_04>ul>li{/*442 1380*/
	width:49%;
	margin:0 0.5% 1em;
	box-sizing: border-box;
}
.top01_04title{
	position: relative;
	z-index: 2;
}
.top01_04title::after{
	content: '';
	position: absolute;
	top:16%;
	left:0;
	width:100%;
	height:84%;
	background: #FBB03B;
	border-radius: 20px 20px 0 0;
	z-index: -2;
}

.top01_04title::before{
	content: '';
	border-radius: 20px 20px 0 0;
	background: url("../img/top/mizu_bg_FDD23E.png") repeat;
	width:96%;
	height:76%;
	position: absolute;
	top:20%;
	left:2%;
	z-index: -1;
	
}

.top01_04block{
	background: #FFFFFF;
	padding:1em;
	border-radius: 0 0 20px 20px;
	box-sizing: border-box;
}

.top01_04block>dl>dt{/*414 155*/
	/* width:35.5%; */
	/* width: 30%; */
	width: 100%;
}
.top01_04block>dl>dd{
	/* width:60.5%; */
	/* width: 67%;
	margin:0 0 0 2%; */
	width: 100%;
}

.top01_04fee{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
	align-items: center;
	background:#FFFF00;
}

.top01_04nebi {
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
	align-items: center;
	background:#C1272D;
}

.top01_04text{
	width:100%;
	display: flex;
	flex-wrap:wrap;
	align-items: flex-end;
	justify-content: flex-end;
}

.top01_04off{
	display:block;
	color:#C1272D;
	font-weight: bold;
	padding:0.2em 0.3em;
	box-sizing: border-box;
}

.top01_04nebi .top01_04off{
	color:#FFFFFF;
}

.top01_04btn a,
.top01_04btn_02 a,
.top01_04btn p{
	display: block;
	width:100%;
	padding:0.7em;
	box-sizing: border-box;
	border-radius: 50px;
	background:#F15A24;
	border:#F15A24 1px solid;
	color:#FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top01_04btn a:hover{
	background:#FFFFFF;
	color:#F15A24;
}
.top01_04btn_02 a{
	background:#002F7B;
	border:#002F7B 1px solid;
}

.top01_04btn_02 a:hover{
	background:#FFFFFF;
	color:#002F7B;
}


.top04_01{
	border:#F7931E 4px solid;
	border-radius: 20px;
	box-sizing: border-box;
	padding:2em;
}

.top04_01title{
	position: relative;
	padding:0 0 1em 0;
}
.top04_01title::after{
	content: '';
	background:none;
	background-size: contain;
	width:100px;
	height:116px;
	position: absolute;
	top: 20%;
	left:2em;
	transform: translate(-50%,-50%);
}
.top04_01cate>ul>li,
.top04_02cate>ul>li {
	padding:0 0.1em 0.1em;
}
.top04_01cate>ul>li a,
.top04_02cate>ul>li a,
.top03_02cate>ul>li a,
.top03_02cate>ul>li span{
	display: inline-block;
	background:#FFE3B6;
	border:#FFE3B6 1px solid;
	padding:0.4em 1.2em;
	line-height: 1.4;
	text-decoration: none;
	border-radius: 50px;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top04_02cate>ul>li a{
	background:#F15A24;
	border:#F15A24 1px solid;
	color:#FFFFFF;
}
.top03_02cate>ul>li{
	display: inline-block;
	margin:0.1em;
}
.top03_02cate>ul>li a,
.top03_02cate>ul>li span{
	line-height: 1.2;
	background:#E6E6E6;
	border:#E6E6E6 1px solid;
	color:#666666;
}

.top03_02cate>ul>li a:hover{
	background:#666666;
	border:#666666 1px solid;
	color:#E6E6E6;
	
}

.top04_01cate>ul>li a:hover{
	background:#FFFFFF;
	color:#FBB03B;
}
.top04_02cate>ul>li a:hover{
	background:#FFFFFF;
	color:#F15A24;
}

.top04_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.top04_01>ul>li:nth-child(1){
	width:100%;
}
.top04_01>ul>li:nth-child(2){
	width:0;
	display: none;
}

.top04_01more a{
	color:#F15A24;
	text-decoration: none;
	position: relative;
	padding:0 0 0 2em;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top04_01more a:hover{
	color:#000000;
}
.top04_01more a::before{
	content: '';
	background:url("../img/common/icon_more_F15A24.svg")no-repeat;
	background-size: contain;
	width:10px;
	height:6px;
	position: absolute;
	top: 50%;
	left:1em;
	transform: translate(-50%,-50%);
}

.top04_02>ul,
.top04_02>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.top04_02>ul>li{
	width:100%;
	padding:0 0 1em 0;
	box-sizing: border-box;
}


.top04_02>ul>li>dl>dt{
	width:23%;
	margin:0 2% 0 0;
}
.top04_02>ul>li>dl>dd{
	width:75%;
}



.top02_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.top02_01>ul>li{
	width:90%;
	margin:2em 5% 0;
	border:#BDD5F2 6px solid;
	box-sizing: border-box;
	background:#FFFFFF;
	border-radius: 25px;
}

.top02_01num{/*99 385*/
	width:80%;
	margin:-1em auto 1em;
}
.top02_01text{
	width:96%;
	margin:0 auto;
}

.top02_01icon{
	width:40%;
	margin:2em auto;
}


.top01_05btn a{
	max-width: 520px;
	width:90%;
	margin:0 auto;
	display: block;
	background:#F94C00;
	color:#FFFFFF;
	border:#F94C00 1px solid;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	position: relative;
	padding:1em 2em 1em 1em;
	box-sizing: border-box;
	border-radius: 50px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top01_05btn a::after{
	content: '';
	background: url("../img/common/icon_more_FFFFFF.svg") no-repeat;
	width:17px;
	height:8px;
	position: absolute;
	top: 50%;
	right: 2em;
	transform: translate(-50%,-50%);
}
.top01_05btn a:hover{
	border:#F94C00 1px solid;
	color:#F94C00;
	background:#FFFFFF;
}
.top01_05btn a:hover::after{
	content: '';
	background: url("../img/common/icon_more_F94C00.svg") no-repeat;
}


.top01_05plan{
	max-width: 780px;
	margin:0 auto;
}

.top03_01_add {
	z-index: 10;
	margin: 0;
}
.top03_01block{
	position: relative;
	width: 100%;
	margin:0;
}
.top03_01block_title{
	position: absolute;
	top: -28%;
	left: 0;
	z-index: 10;
}
.top03_01flex>ul{
	display: flex;
	flex-wrap: nowrap;
	align-items:center;
	width: 100%;
}
.top03_01flex>ul>li:nth-child(1){
	width:38%;
	max-width: 290px;
	margin:0 2% 0 0;
	flex-grow: 2;
}
.top03_01flex>ul>li:nth-child(2){
	width:60%;
	flex-grow: 3;
}
.top03_01>ul{
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素100％*/
}

.top03_01>ul>li{/*318 1380*/
	width:48%;
	margin:0 1% 1.5em;
	box-sizing: border-box;
	position: relative;
}
.top03_01>ul>li a{
	display: block;
	padding:0;
	background: #FFFFFF;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	border-radius: 20px;
	overflow: hidden;
}
.top03_tyousei {
	padding-top: 0;
}

.top03_02text,
.top03_02fee{
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top03_01>ul>li a:hover {
	background:#FDD23E;
}
.top03_01>ul>li a:hover .top03_02text{
	background:#FDD23E;
}
.top03_01>ul>li a:hover .top03_02fee{
	background:#FBB03B;
}

.top03_01tag>ul{
	padding:0.5em 0;
	line-height: 1.4;
}
.top03_01tag>ul>li{
	display: inline-block;
	padding:0 1em 0 0;
	color:#F15A24;
}

.top03_01tag>ul>li::before{
	content: '#';
	color:#F15A24;
}

.top03_01tag>ul>li a{
	color:#F15A24;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top03_01tag>ul>li a:hover{
	color:#000000;
}

.top03_02text{
	background:#FFFFFF;
	padding:0.5em;
	box-sizing: border-box;
}

.top03_02fee{
	background:#FDD23E;
	padding:0.5em 1em 1em 1em;
	box-sizing: border-box;
}

.top03_03>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}
.top03_03>ul>li{
	width:100%;
	margin:0 0 1em 0;
}

.top03_03>ul>li>a{
	font-weight: bold;
	cursor: pointer;
	display: block;
	width:100%;
	max-width: 380px;
	margin:0 auto;
	padding:1em 3.5em;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	color:#FFFFFF;
	background:#F15A24;
	border-radius: 50px;
	border:#F15A24 2px solid;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top03_03>ul>li>a:hover{
	border:#FFFFFF 2px solid;
	
}

.top03_03 .inner{
	background:#F2F2F2;
	border-radius: 20px;
	padding:1em;
	margin:1em 0;
	box-sizing: border-box;
}

.top03_03 .inner>li {
	display: inline-block;
	margin:0.1em;
}
.top03_03 .inner>li a{
	display: inline-block;
	background:#FFFFFF;
	border:#E6E6E6 1px solid;
	text-decoration: none;
	border-radius: 50px;
	padding:0.2em 1em;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top03_03 .inner>li a:hover{
	border:#F15A24 1px solid;
	color:#F15A24;
	
}

.top03_03_koji,
.top03_03_map{
	padding:0 1.5em 0 2.5em;
	position: relative;
}
.top03_03_koji::before,
.top03_03_map::before{
	content: '';
	background: url("../img/common/icon_top_koji.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:21px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-50%,-50%);
	
}
.top03_03_map::before{
	content: '';
	background: url("../img/common/icon_top_map.svg") no-repeat;
	background-size: contain;
	
}
.top03_03_koji::after,
.top03_03_map::after{
	content: '';
	background: url("../img/common/icon_arrow_FFC871.svg") no-repeat;
	background-size: contain;
	width:8px;
	height:14px;
	position: absolute;
	top: 70%;
	right: -1em;
	transform: translate(-50%,-50%);
	
}
.top03_03_koji::after,
.top03_03_map::after{
	content: '';
	background: url("../img/common/icon_arrow_FFC871.svg") no-repeat;
	background-size: contain;
	width:8px;
	height:14px;
	position: absolute;
	top: 70%;
	right: -1em;
	transform: translate(-50%,-50%);
	
}


.menu.active .top03_03_koji:after,
.menu.active .top03_03_map:after {
	position: absolute;
	content: '';
	background: url("../img/common/icon_arrow_FFC871.svg") no-repeat;
	background-size: contain;
	width:8px;
	height:14px;
	top: 9%;
	right: -0.7em;
	transform: translate(-50%,-50%);
	transform: rotate( -180deg );
}

.top05_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
}

.top05_01>ul>li{
	width:100%;
	margin:0 0 1em;
}

.top06_01{
	width:96%;
	margin:0 auto;
}
.top06_01>ul>li{
	padding:0 0 0.5em 0;
}

.top06_01address,
.top06_01tel,
.top06_01time,
.top06_01day{
	position: relative;
	padding:0 0 0 2.5em;
}

.top06_01address::before,
.top06_01tel::before,
.top06_01time::before,
.top06_01day::before{
	position: absolute;
	content: '';
	background: url("../img/top/icon_top_map.svg") no-repeat;
	background-size: contain;
	width:16px;
	height:22px;
	top: 50%;
	left: 1em;
	transform: translate(-50%,-50%);
}
.top06_01tel::before{
	background: url("../img/top/icon_top_tel.svg") no-repeat;
	background-size: contain;
	width:18px;
	height:19px;
}
.top06_01time::before{
	background: url("../img/top/icon_top_time.svg") no-repeat;
	background-size: contain;
	width:20px;
	height:20px;
}
.top06_01day::before{
	background: url("../img/top/icon_top_cale.svg") no-repeat;
	background-size: contain;
	width:18px;
	height:18px;
}
.top06_01area{
	display: inline-block;
	background:#002F7B;
	color:#FFFFFF;
	font-weight: bold;
	padding:0.2em 1.5em;
	border-radius: 50px;
}

.top06_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: center;
	
}
.top06_02>ul>li{
	width:90%;
	margin:0 5%;
}

.top06_03>ul>li{
	padding-bottom: 4em;
	border-bottom:1px solid #E6E6E6;
	margin-bottom: 4em;
}
/*
.top06_03>ul>li:last-child {
	padding-bottom:0;
	border-bottom:none;
	margin-bottom: 2em;
}
*/
.top06_03>ul>li>ul>li{
	padding: 0 0 1em;
}
.top07_01{
	width:96%;
	margin:0 auto;
}



	
.top07_01{
	width:96%;
	margin:0 auto;
}

/* ショールーム案内 */
.top_showroom_img{
	display: flex;
	gap: 1em;
}
.top_showroom_info{
	padding: 1em 0;
}
.top_showroom_info ul>li{
	margin-bottom: 0.5em;
}
.top_showroom_tel{
	border: 3px solid #002F7B;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 0.75em 1em;
	margin: 0 auto 0.5em;
	width: 86%;
}

/*========================
	マップ
========================*/

.map_block {
	position:relative;
	padding-bottom: 56.9%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.map_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.youtube_block{
	position:relative;
	padding-bottom: 56.9%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
	
}
.youtube_block iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
/***  メインビジュアル　フェード  ***/
#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08  { width:96%; }

.mainasu_01{
	margin:-10em auto 0;
}
.mainasu_02{
	margin:-7em auto 0;
}
.mainasu_03{
	margin:-1em auto 0;
}
.mainasu_04{
	margin:-8em auto 0;
}

/*============================
	メインコンテンツ
=============================*/

.back_DFF2F7_top4{
	background: linear-gradient(transparent 9em, #DFF2F7 0 9em);
}
.top01_01bnr_block>ul{
	margin:-5em 0 0 0;
}
	
.top01_01bnr_block>ul>li{/* 1600*/
	width:calc(92% / 8);
	margin:0.1em 0.5%;
}

	
.top01_04>ul>li{/*442 1380*/
	width:48%;
	margin:0 1% 1em 1%;
	box-sizing: border-box;
}
.top01_04block>dl>dt{/*414 155*/
	/* width:35.5%; */
	width: 30%;
}
.top01_04block>dl>dd{
	/* width:60.5%; */
	width: 67%;
	margin:0 0 0 2%;
}
	
.top02_01>ul>li{
	width:31.66666%;
	margin:0 0.8% 4em;
}
.top02_01num{/*99 385*/
	width:52%;
	margin:-1.2em auto 1em;
}
.top03_01_add {
	margin: -3em 0 0 0 ;
}

.top03_01>ul>li{/*318 1380*/
	width:23.1%;
	margin:0 0.95% 2.5em;
}
.top03_01text{
	width: 60%;
}
	
.top03_01new{
	top:-1.5em;
}	
.top03_01tenji{
	top:0.7em;
	left:0.7em;
}
	
.top03_02fee{
	padding:1em 0.5em;
}


.top03_03>ul>li{
	width:32%;
	margin:0 1%;
}
.top03_01block_title{
	top: -20%;
	left: 20%;
}
	
.top04_01title{
	padding:0 0 0 5em;
}
.top04_01title::after{
	content: '';
	background:url("../img/top/top_04.svg") no-repeat;
	background-size: contain;
	width:100px;
	height:116px;
	position: absolute;
	top: 20%;
	left:2em;
	transform: translate(-50%,-50%);
}
	
.top04_01>ul>li:nth-child(1){
	width:70%;
}
.top04_01>ul>li:nth-child(2){
	width:30%;
	display: block;
}

.top04_02>ul>li{
	width:50%;
	padding:0 2%;
}
.top04_02>ul>li{
	border-right:#F15A24 1px solid;
}
.top04_02>ul>li:last-child{
	border-right:none;
}
	
	
.top05_01>ul>li{
	width:27.5%;
	margin:0 1% 1em;
}	
.top06_01{
	width:83.3333%;
}
.top06_02>ul>li{
	width:40%;
	margin:0 1%;
}
.top06_03>ul>li>ul{
	display: flex;
	flex-wrap: wrap;
}
.top06_03>ul>li>ul>li{
	box-sizing: border-box;
	width:46.5%;
	padding: 0 1.75% 0;
}

/* ショールーム案内 */
.top_showroom>ul{
	display: flex;
	gap: 0 2em;
}
.top_showroom>ul>li:nth-child(1){
	width: calc(65% - 2em);
}
.top_showroom>ul>li:nth-child(2){
	width: 35%;
}
.top_showroom_info{
	padding-top: 0;
}
.top_showroom_tel{
	margin: 0 auto 0.5em 0;
}

/*========================
	マップ
========================*/

.map_block {
	position:relative;
	padding-bottom: 39.9%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
	
}

@media (min-width : 1200px) {
	
#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08   { width:1200px; padding:40px 0; }

	
/*============================
	メインコンテンツ
=============================*/

.top01_04>ul>li{
	width: calc(95% / 3);
    margin: 0 0.75% 1em;
}
/* .top01_04>ul>li:nth-child(1),
.top01_04>ul>li:nth-child(3){
	width:28%;
	margin:0 0.5% 1em 21.5% ;
}
.top01_04>ul>li:nth-child(2),
.top01_04>ul>li:nth-child(4){
	width:28%;
	margin:0 0.5% 1em 21.5% ;
}
.top01_04>ul>li:nth-child(5),
.top01_04>ul>li:nth-child(7){
	width:28%;
	margin:0 21.5% 1em 0.5% ;
}
.top01_04>ul>li:nth-child(6),
.top01_04>ul>li:nth-child(8){
	width:28%;
	margin:0 21.5% 1em 0.5% ;
} */
.top03_tyousei {
	padding-top: 2em;
}

}


/*=================================================================================*/
/** 1600px以上 padding: ;PCサイズ画面 **/

@media (min-width : 1300px) {
	
.mainasu_01{
	margin:-16em auto 0;
}
.back_DFF2F7_top4{
	background: linear-gradient(transparent 15em, #DFF2F7 0 15em);
}
.back_EDF6F7_top4{
	background: linear-gradient(transparent 10em, #EDF6F7 0 10em);
}	
/**** メインコンテンツ　****/
	
	
/*============================
	メインコンテンツ
=============================*/

	
}

@media (min-width : 1400px) {

.top01_04>ul>li:nth-child(1),
.top01_04>ul>li:nth-child(2),
.top01_04>ul>li:nth-child(3),
.top01_04>ul>li:nth-child(4){
	width:24%;
	margin:0 0.5% 1em ;
}
.top01_04>ul>li:nth-child(5),
.top01_04>ul>li:nth-child(6),
.top01_04>ul>li:nth-child(7),
.top01_04>ul>li:nth-child(8){
	width:24%;
	margin:0 0.5% 1em ;
}
}


@media (min-width : 1750px) {
	
.mainasu_02{
	margin:-21em auto 0;
}
.mainasu_03{
	margin:-8em auto 0;
}

.top01_04>ul>li:nth-child(1),
.top01_04>ul>li:nth-child(2),
.top01_04>ul>li:nth-child(3),
.top01_04>ul>li:nth-child(4){
	width:20.4375%;
	margin:0 0.5% 1em ;
}
.top01_04>ul>li:nth-child(5),
.top01_04>ul>li:nth-child(6),
.top01_04>ul>li:nth-child(7),
.top01_04>ul>li:nth-child(8){
	width:20.4375%;
	margin:0 0.5% 1em ;
}
.top03_01flex>ul>li:nth-child(1){
	width:28%;
}
.top03_01flex>ul>li:nth-child(2){
	width:70%;
}
	
}
