﻿@charset "utf-8";
/***  メインビジュアル　フェード  ***/
.container01 {
    display: grid;
    width: 100%;
    height: 350px;
}

.slider01 {
    display: flex;
    flex-direction: column-reverse;

    overflow: hidden;
}

.slider-list {
    display: flex;
    flex-direction: column-reverse;
    margin: 0;
    padding: 0;
    align-items: center;
    animation: slideShow 20s infinite linear;
    list-style: none;
}

.slider-item {
    width: 100%;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 0.5rem;
}

.slider01:hover .slider-list {
    animation-play-state: paused;
}

@keyframes slideShow {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-50%);
    }

}

.slide-one{
	width:82%;
	margin:0 auto;
}


#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10,
#top11,
#top12,
#top13,
#top14,
#top15,
#top16 {
	width:94%;
	margin:0 auto;
	text-align:left;
	padding:2em 0;
}

.mainasu_01{
	margin:-5em auto 0;
}
.mainasu_02{
	margin:-3em auto 0;
}
.mainasu_03{
	margin:-5em auto 0;
}

.mainasu_04{
	margin:0 auto;
}

.mainasu_05{
	margin:-2em auto 0;
}

.mainasu_06{
	margin:-4em auto 0;
}

.mainasu_07{
	margin:-3em auto 0;
}

/*メインビジュアル*/

.top_slid00img{
	position: relative;
	height: calc(100vh +1px);
	margin:-1px 0 0 0;
	box-sizing: border-box;
	overflow: hidden;
	object-fit: cover;
}
.top_slid00img img{
	object-fit: cover;
	width: 100%;
	height:100vh;
	box-sizing: border-box;
	object-position: center bottom;
}
.top_slid00{
	position:relative;
}

.top_slid00::after{
	content: '';
	background: rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	
}

.video_block video{
	object-fit: cover;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	object-position: center bottom;
}


.top_slid00text{
	width:78%;
	color:#FFFFFF;
	position: absolute;
	bottom: 1em;
	left: 2%;
	z-index: 3;
}

.top_slid01{
	position: absolute;
	top:0;
	right:6%;
	max-width: 370px;
	margin:2em auto;
}

.top_slid00text_img{
	width:58%;
	position: absolute;
	bottom:-1em;
	right: -33%;
	z-index: -1;
}

.title_h1 h1{
	display: inline-block;
	background:#00913A;
	color:#FFFFFF;
	font-weight: bold;
	padding:0.5em 1em;
	box-sizing: border-box;
}

.top_atten{
	width:98%;
	position: absolute;
	top:6em;
	left:1%;
	margin:0 auto;
	z-index: 2;
}
.top_atten_block{
	margin:0 auto;
	background:#FFFFFF;
	border:#000000 4px solid;
	border-radius: 20px;
}

.top_atten_title{
	/*background:linear-gradient(to top,#FFFFFF 0%,#FFFFFF 15%,#4EB566 15%,#4EB566 100%);
	border-radius: 15px 15px 0 0;*/
	position: relative;
	z-index: 2;
}

.top_atten_title::after{
	content: '';
	background:linear-gradient(to top,#FFFFFF 0%,#FFFFFF 25%,#4EB566 25%,#4EB566 100%);
	border-radius: 15px 15px 0 0;
	position: absolute;
	top:0.5em;
	width:100%;
	height:100%;
	z-index: -1;
}

.top_atten_title img{
	margin-top:-0.5em;
}

.top_atten_text{
	padding:0.2em 1em 0.5em;
	box-sizing: border-box;
	/*overflow-x: auto;*/
}
.top_atten_text a {
	text-decoration: none;
}


/*====================
	コンテンツ
=====================*/

.top01_01{
	max-width: 370px;
	margin:2em auto;
	padding:0 0 1em 0;
	background:#FFFFFF;
	border:#000000 4px solid;
	border-radius: 20px;
	
}

.top01_01title{
	position: relative;
	z-index: 2;
}
.top01_01title::after{
	content: '';
	background:linear-gradient(to top,#FFFFFF 0%,#FFFFFF 25%,#4EB566 25%,#4EB566 100%);
	border-radius: 15px 15px 0 0;
	position: absolute;
	top:0.5em;
	width:100%;
	height:100%;
	z-index: -1;
}

.top01_01title img{
	margin-top:-0.5em;
}


.top01_01text{
	padding:1em;
	box-sizing: border-box;
	/*overflow-x: auto;*/
	height:350px;
}

.top01_01text ul li{
	padding:0.5em 0;
	border-bottom:#B3B3B3 1px dashed;
	
}

.cv_block{
	width:94%;
	margin:-0.5em auto 0;
	background:#F7B52C;
	border-radius:20px;
	padding:1em;
	box-sizing: border-box;
}

.cv_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:0;
}

.cv_block>ul>li{
	width:100%;
	margin:0 0 0.5em;
}

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

.cv_block02>ul>li{
	width:100%;
	max-width: 545px;
	margin:0 0 1em;
}

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


.top01_01btn a{
	display: block;
	color:#FFFFFF;
	letter-spacing: 2px;
	text-decoration: none;
	position: relative;
	border:#FF7B22 1px solid;
	background:#FF7B22;
	margin:1em auto;
	width:80%;
	font-size: 100%;
	max-width: 385px;
	border-radius:50px;
	padding:1em 1.5em;
	text-align: center;
	box-sizing: border-box;
	box-shadow: 0 5px rgba(0,0,0,0.5);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;

}
.top01_01btn a:hover{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 0 2px rgba(0,0,0,0.5);
}

.top_genre>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.top_genre>ul>li{
	width:100%;
	margin:0 0 1em;
}

.top_genre>ul>li>a{
	display: block;
	text-decoration: none;
	background:#FFFFFF;
	border:#FFFFFF 2px solid;
	padding:0.5em;
	box-sizing: border-box;
	border-radius: 20px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}


.top_genre>ul>li a{
	position: relative;
	padding:0.3em 2em 0.3em 0.5em;
}


.top_genre>ul>li a::after{
	content: '';
	background: url("../img/top/top_kai_arrow.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	width:20px;
	height:20px;
	transform: translate(-50%,-50%);

}


.top_genre>ul>li>a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.top_genre>ul>li>a:hover{
	border:#00913A 2px solid;
	
}

.top_genre>ul>li>a>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.top_genre>ul>li>a>dl>dt{
	width:35.5%;
}
.top_genre>ul>li>a>dl>dd{
	width:64.5%;
	padding:0 0.5em;
	box-sizing: border-box;
}

.top_case_fee{
	display: inline-block;
	background:#000000;
	color:#FFFFFF;
	font-weight: bold;
	padding:0.3em 1.5em;
}


.top_case01_01{
	width:96%;
	margin:0 auto;
	height:100%;
}

.top_case01_01 a,
.top_case01_01>span{
	display: block;
	height:100%;
	border:#000000 4px solid;
	border-radius: 20px;
	box-sizing: border-box;
	background:#FFFFFF;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top_case01_01 a:hover{
	border:#00913A 4px solid;
}

.top_case_text{
	padding:1em;
	box-sizing: border-box;
}

.top_case_cate>ul>li,
.top_case_cate>ul>li span,
.top_case_cate>ul>li a{
	display: inline-block;
	margin:0.1em;
	text-decoration: none;
}

.top_case_cate>ul>li span,
.top_case_cate>ul>li a{
	border-radius: 50px;
	background:#E4F4F0;
	border:#E4F4F0 1px solid;
	color:#009139;
	font-weight: bold;
	padding:0.5em 1em;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top_case_cate>ul>li a:hover{
	background:#009139;
	color:#E4F4F0;
	
}


.top_voic01_01_smn{
	width:40%;
	margin:-3em auto 0;
}
.slider_voice .slick-slide{
	padding:3em 0;
	
}

.top_voic01_01{
	width:96%;
	margin:0 auto;
	position: relative;
	height:100%;
}

.top_voic01_01 a{
	position: relative;
	display: block;
	text-decoration: none;
	background:#FFFFFF;
	height:100%;
	border:#000000 4px solid;
	padding:0.5em;
	box-sizing: border-box;
	border-radius: 20px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top_voic01_01 a:hover{
	background:#D6D6D6;
	
}

.top_voic01_01 a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

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

.top_news02_01>ul>li{
	width:100%;
	margin:0 0 1em;
	padding:1em 0;
	border-bottom:#CCCCCC 1px solid;
}

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

.top_tie01_01>ul>li{
	width:100%;
	margin:0 0 1em;
	padding:1em 0;
	border-bottom:#CCCCCC 1px solid;
}

.top_tie01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.top_tie01_01>ul>li>dl>dt{
	width:35%;
}
.top_tie01_01>ul>li>dl>dd{
	width:65%;
	padding:0 1em;
	box-sizing: border-box;
}


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


.top03_01>ul>li{
	border-radius: 20px;
	width:96%;
	margin:0 2% 1em;
	background:#FFFFFF;
	box-sizing: border-box;
	border:#000000 4px solid;
	position: relative;
}

.top03_01text{
	padding:0 2em;
	box-sizing: border-box;
}

.top03_01_noboder>ul>li{
	width:96%;
	margin:0 2% 1em;
	position: relative;
}

.top04_01{
	background:#FFFFFF;
	border-radius: 20px;
	padding:1.5em;
	box-sizing: border-box;
}

.top08_01{
	background:#FFFFFF;
	border-radius: 20px;
	padding:1.5em;
	box-sizing: border-box;
}

.top03_01no {
	position: absolute;
	top:-1em;
	left:1em;
	
}
.top03_01no span{
	border-radius: 50px;
	display: inline-block;
	padding:0.5em 1em;
	background:#000000;
	color:#FFFFFF;
}

.top10_01{
	border-radius: 20px;
	background:#f7b52c;
	padding:1em;
	box-sizing: border-box;
}

.top10_01title{
	background:#FFFFFF;
	color:#006837;
	padding:1em;
	box-sizing: border-box;
}

.top14_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.top14_01>ul>li:nth-child(1){
	width:100%;
}

.top14_01>ul>li:nth-child(2){
	width:100%;
	padding:1em 0 0 0;
	box-sizing: border-box;
}



.icon_map,
.icon_tel,
.icon_toki,
.icon_time,
.icon_day{
	position: relative;
	padding:0 0 0 3.5em;
	box-sizing: border-box;
}

.icon_map::before{
	content: '';
	background: url("../img/top/top_about_01.svg") no-repeat;
	background-size: contain;
	width:25px;
	height:25px;
	position: absolute;
	top: 0;
	left: 0;
}
.icon_tel::before{
	content: '';
	background: url("../img/top/top_about_02.svg") no-repeat;
	background-size: contain;
	width:24px;
	height:24px;
	position: absolute;
	top: 0;
	left: 0;
}
.icon_toki::before{
	content: '';
	background: url("../img/top/top_about_03.svg") no-repeat;
	background-size: contain;
	width:18px;
	height:21px;
	position: absolute;
	top: 3px;
	left: 2px;
}
.icon_time::before{
	content: '';
	background: url("../img/top/top_about_04.svg") no-repeat;
	background-size: contain;
	width:24px;
	height:24px;
	position: absolute;
	top: 3px;
	left: -2px;
}
.icon_day::before{
	content: '';
	background: url("../img/top/top_about_05.svg") no-repeat;
	background-size: contain;
	width:23px;
	height:23px;
	position: absolute;
	top: 3px;
	left: -2px;
}

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

.top14_02>ul>li{
	width:48%;
	margin:0 1% 1em;
}


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

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


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
/***  メインビジュアル　フェード  ***/
	
.slide-one{
	width:100%;
	margin:0;
	max-width: 376px;
}
	

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10,
#top11,
#top12,
#top13,
#top14,
#top15,
#top16  { width:96%; }

.top_atten{
	width:98%;
	position:relative;
	top:auto;
	left:auto;
	margin:0 auto;
}
	
.top_atten_title::after{
	top:1em;
}
	
.top_atten_title img{
	margin-top:-1em;
}
	
.top_slid00text{
	width: 40%;
	position: absolute;
	top: 75%;
	left: 25%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index: 3;
}
	
.mainasu_02{
	margin:1em auto 0;
}
.mainasu_03{
	margin:0 auto;
}
	
.mainasu_04{
	margin:-5em auto 0;
}
	
.mainasu_05{
	margin:-2em auto 0;
}
	
.mainasu_06{
	margin:-6em auto 0;
}
	
.mainasu_07{
	margin:-4em auto 0;
}

.top01_01btn a{
	font-size: 120%;
	letter-spacing: 1px;
}
	
/**** メインコンテンツ　****/
.top_cv_text{
	position: relative;
	z-index: 5;
}
	
.top_cv_img{
	max-width: 320px;
	position: absolute;
	bottom: 0;
	right:1em;
}
.cv_block_img{
	max-width: 167px;
	position: absolute;
	bottom: 0;
	left:1em;
}
	
	
.cv_block{
	padding:2em;
}

.cv_block>ul{
	display: flex;
	flex-wrap:wrap;
	width:calc(100% - 170px);
	margin:0 0 0 170px;
}
	
.cv_block02>ul>li{
	width:48%;
	margin:0 1% 1em;
}
	
.top_news02_01>ul>li{
	width:46%;
	margin:0 2% 1em;
}
	
.news01_01 .top_news02_01>ul>li{
	width:100%;
	margin:0 0 1em;
}
	
	
.top_tie01_01>ul>li{
	width:46%;
	margin:0 2% 1em;
}

.top03_01>ul>li,
.top03_01_noboder>ul>li{
	width:48%;
	margin:0 1% 1em;
}
	
.top10_01{
	padding:2em;
}
	
.top14_01>ul>li:nth-child(1){
	width:35%;
}

.top14_01>ul>li:nth-child(2){
	width:65%;
	padding:0 0 0 2em;
	box-sizing: border-box;
}
	
.top14_02>ul>li{
	width:23%;
	margin:0 1% 1em;
}


.top_genre>ul>li{
	width:48%;
	margin:0 0.5% 1em;
}
	
	
/*========================
	マップ
========================*/

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

@media (min-width : 1024px) {
	
.top_slid00text{
	width: 35%;
	top: 50%;
	left: 35%;
}
	
.top03_01>ul>li,
.top03_01_noboder>ul>li{
	width:31.333333%;
	margin:0 0.5% 1em;
}
	
	
}

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

@media (min-width : 1200px) {

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09,
#top10,
#top11,
#top12,
#top13,
#top14,
#top15,
#top16   { max-width:1200px; padding:40px 0; }

.cv_block>ul>li{
	width:31.33333%;
	margin:0 1%;
}
	
.top_genre>ul>li{
	width:31.3333%;
	margin:0 0.5% 1em;
}
	
}


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

@media (min-width : 1400px) {
	
.top_slid00text{
	width: 35%;
	top: 50%;
	left: 35%;
}
	
/*メインコンテンツ*/
	
	
	
.top_genre>ul>li{
	width:24%;
	margin:0 0.5% 1em;
}
	
}

