﻿@charset "utf-8";

#slid01s,
#slid01s img { width:100%; }

.main_smn img{
    width:100%;
}

.top_bnr img,
.top_bnr2 img,
.top_bnr3 img {
    width:100%;
}

.t_top_bnr img,
.t_top_bnr2 img,
.t_top_bnr3 img {
    max-width: 100%;
    width:auto;
    margin:0 auto;
}

.top_bnr div,
.top_bnr2 div,
.top_bnr3 div,
.t_top_bnr div,
.t_top_bnr2 div,
.t_top_bnr3 div {
    width:100%;
    margin:0 auto;
}
.top_bnr div img,
.top_bnr2 div img,
.top_bnr3 div img {
    width:90%;
    margin:0 5%;
    padding:1em 0;
}
.top_bnr{
    background: url(../img/top/slid_01_bk.jpg) no-repeat center top;
    background-size: cover;
}
.top_bnr2{
    background: url(../img/top/slid_02_bk.jpg) no-repeat center top;
    background-size: cover;
}
.top_bnr3{
    background: url(../img/top/slid_03_bk.jpg) no-repeat center top;
    background-size: cover;
}

#slider-nav li{
    width:97.575757%;
    margin:0 1.212% 1em;
}
#slider-nav li{
    cursor: pointer;
}
#slider-nav li img{
    width:100%;
}

#slider-nav99 li{
    width:97.575757%;
    margin:0 1.212% 1em;
}
#slider-nav99 li{
    cursor: pointer;
}
#slider-nav99 li img{
    width:100%;
}

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09 {
	width:90%;
	margin:0 auto;
	text-align:left;
	padding:2em 0;
}

#top04{
    padding:1.5em 0 2em 0;
}
#top07{
    padding:0 0 2em 0;
}

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

.top01_01{
    position: relative;
    width:100%;
    z-index: 0;
}
.top01_01::before{
    content:'';
    position: absolute;
    top:5%;
    width:100%;
    height:100%;
    border:#259CD8 6px solid;
    background:#FFFFFF;
    z-index: -1;/*親より下にする場合マイナスを使う*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.top01_01text{/*780 1100*/
    width:90%;
    margin:0 5%;
    float: none;
}
.top01_01smn{/*245 1100*/
    width:60%;
    margin:1em 20% 0;
    float: none;
}
.top01_01 dl dt{
    display: inline-block;
    background:#259CD8;
    color:#FFFFFF;
    padding:0 0.6em;
}
.top01_01btn{/*474 1100*/
    width:80%;
    margin:1em auto 0;
}

.top01_01smn_img{
	background:#EEEEEE;
    position:relative;
    padding-bottom: 73.469387755%; /*100/横*縦*/
    overflow: hidden;
}

.top01_01smn_img img{
    position: absolute;
	top: 0;
    left: 0;
}

.top_case01{
    position: relative;
    background:url(../img/top/back_top_case.png) repeat-x;
    background-size:auto 100%;
}
#slider02,
#slider03{
    margin-top:-1em;
}
#slider02 ul li{
    display: inline-block;
    margin:0.2em;
}

#slider02 ul li a{
    display: inline-block;
    padding:0.2em 0.4em;
    color:#FF9673;
    text-decoration: none;
    background:#FFFFFF;
    text-align: center;
}
#slider02 ul li a:hover{
    background:#EEEEEE;
}
.top_bnr02{
    width:90%;
    margin:0 5%;
}
.top02_01smn{
    background:#FFFFFF;
}
.top_bnr02 div img{
    width:100%;
}
.top02_01smn img{
    background:#FFFFFF;
    width:100%;
}

.top02_01btn a{
    color:#FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width:85%;
    margin:0 7.5%;
    padding:0.2em 0;
    display: block;
    background:#F5A33B;
    border-bottom:#CF7D3A 4px solid;
    
}
.top02_01btn a:hover{
    background:#F49928;
    
}

.top03_01{
    width:90%;
    margin:0 5%;
    margin-top:-3em;
}
.top03_02 ul li{
    width:46%;
    margin:0.5em 2% 0;
    float: left;
}
.top03_02smn{
    width:100%;
    margin:0;
}
.top03_02text{
    color:#FFFFFF;
    text-shadow:1px 1px 3px rgba(0,0,0,.60);
    padding:0.5em 0 0 0;
}

.top04_01>ul>li{
    width:100%;
    padding:1.5em 0 0 0;
    float: none;
    border-bottom:#EEEEEE 1px solid;
}

.top04_01>ul>li:first-child{
    padding:0.5em 0;
}
.top04_01>ul>li:nth-child(6){/*スマホ時は６番目のボーダーを消す。PC時は４５６番目の要素。*/
    border-bottom:none;
}

.top04_02 dl dt,
.top04_02 dl dd{
    display: inline-block;
    vertical-align: middle;
}
.top04_02 dl dt{
    width: 50%;
    float: left;
}
.top04_02 dl dd{
    width: 50%;
    float: right;
}
.top04_02midashi{
    display: inline-block;
    background:#E66200;
    color:#FFFFFF;
    padding:0.2em 0.6em;
}

.top04_03 ul li{
    width:48%;
    margin:0.2em 2% 0 0;
    float: left;
}
.top04_03 ul li dl dt,
.top04_03 ul li dl dd{
    display: inline-block;
    vertical-align: middle;
}
.top04_03 ul li dl dt{
    font-size: 85%;
    background:#FFEEE1;
    padding:0.2em 0.4em;
}
.top04_03 ul li dl dd img{
    width: auto;
}

.top04_01btn a{
    color:#FFFFFF;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    width:85%;
    margin:0 7.5%;
    padding:0.6em 0 0.5em;
    display: block;
    background:#E66200;
    border-bottom:#C65400 4px solid;
    
}
.top04_01btn a:hover{
    background:#FF6D02;
    
}

.top_voice01{
    position: relative;
    background:url(../img/top/top_voice_bk.png) repeat-x;
    background-size:auto 100%;
}


.top05_01more a{
    font-size: 110%;
    font-weight: bold;
    display: block;
    width:70%;
    margin:0 auto;
    padding:1em 0;
    text-align: center;
    background:#F4767F;
    border-bottom:#ED3F4B 4px solid;
    color:#FFFFFF;
    text-decoration: none;
}

/*2020/01/20追加*/
.top05_03l200120{/*245 530*/
    width:46.226415%;
    margin:0;
    float: left;
}
.top05_03r200120{/*245 530*/
    width:46.226415%;
    margin:0;
    float:right;
}
.top05_03l200120 img,
.top05_03r200120 img{
	width: 100%;
	height: auto;
}

.top06_01>ul>li{
    width:100%;
    margin:0%;
    float: none;
    padding:1.5em 0 0 0;
    border-bottom:1px dotted #D6D6D6;
}
.top06_01>ul>li>dl>dt{/*150 530*/
    width:28.301886%;
    margin:0 0.9%;
    float: left;
}
.top06_01>ul>li>dl>dt img{
    width:100%;
}
.top06_01>ul>li>dl>dd{/*360  530*/
    width:67.9245%;
    margin:0 0.9%;
    float: left;
}
.top06_01day,
.top06_01cate,
.top06_01cate>ul>li{
    display: inline-block;
    vertical-align: middle;
}

.top06_01cate>ul>li a{
    padding:0.2em 0.3em;
    margin:0.2em 0.1em;
    text-decoration: none;
    display: inline-block;
    background:#C59259;
    color:#FFFFFF;
}
.top06_01cate>ul>li a:hover{
    background:#B37B3E;
}
.top06_01more a{
    font-size: 110%;
    font-weight: bold;
    display: block;
    width:70%;
    margin:0 auto;
    padding:1em 0;
    text-align: center;
    background:#C59259;
    border-bottom:#B25900 4px solid;
    color:#FFFFFF;
    text-decoration: none;
}

.top07_01 dt,
.top07_01 dd{
    display: block;
    vertical-align: middle;
    padding:0 0 1em 0;
}
    
.back_about{
    background: url(../img/top/top_28_bk.png) no-repeat bottom;
    background-size: 100% auto;
}

.top07_02 ul li{
    width:90%;
    margin:0.5em 5%;
    float: left;
}
.top07_03l{/*245 530*/
    width:46.226415%;
    margin:0;
    float: left;
}
.top07_03r{/*245 530*/
    width:46.226415%;
    margin:0;
    float:right;
}
.top07_03l img,
.top07_03r img{
	width: 100%;
	height: auto;
}

.top07_04 ul {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width: 100%;
}
.top07_04 ul li {
	width: 30%;
	padding-bottom: 0.5em;
}

.top07_04 ul li img {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}

.top_bnr_01l{/*530 245*/
    width:46.226415%;
    margin:0 3.508% 0 0;
    float: left;
}
.top_bnr_01r{/*530 245*/
    width:46.226415%;
    margin:0 0 0 3.508%;
    float: left;
}

.top10_01 li:nth-of-type(1) {
 	width: 48%;
	margin: 0 2% 0 0;
}
.top10_01 li:nth-of-type(2) {
 	width: 48%;
	margin: 0 0 0 2%;
}

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

.tel_conv>ul>li{/*910 245*/
	width:46%;
	margin:0 2% 0.5em;
}

/*コロナ対策*/
.top11_01 {
/*	border: #C00A1C solid 5px;*/
/*	color: #C00A1C;*/
	border-radius: 10px;
	box-sizing: border-box;
	padding: 1.2em 6%;
	background: #fff;
	margin-bottom: 20px;
}

.top11_01 h4 {
	color: #C00A1C;
	border-bottom:2px solid #C00A1C;
	line-height: 1.5em;
	padding-bottom: .5em;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
.top11_01 h4 span.h4_r {
	font-size: 1.4em;
}

.top11_02 ul {
	text-align: left;
	width: 295px;
	margin: 0 auto;
/*	width: 93%;*/
/*	margin-left: 7%;*/
}
.top11_02 ul a {
/*	color: #C00A1C;*/
	color: #0036D7;
/*	font-size: .8em;*/
}

.top11_02 li {
	padding-bottom: 0.5em;
	position: relative;
/*	width: 95%;*/
/*	padding-left: 5%;*/
/*	text-indent: 1em;*/
	padding-left: 1em;
/*	font-size: .8em;*/
}
.top11_02 li:last-child {
	padding-bottom: 0;
}

.top11_02 li:before {
	position: absolute;
	content: '■';
	color:#C00A1C;
	top:0; left:0;
}

/*20201102 追加*/
.top_koda_bnr>ul{
	
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.top_koda_bnr>ul>li{/*340 720*/
	width:80%;
	margin:0 10% 1em;
}

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

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


/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
/***  メインビジュアル　フェード  ***/

#top01,
#top02, 
#top03, 
#top04,
#top05,
#top06,
#top07,
#top08,
#top09 { width:100%; }

.top_bnr div img,
.top_bnr2 div img,
.top_bnr3 div img{
    width:90%;
    margin:0 5%;
    padding:1em 0;
}

.top_sub_slid ul li,
.top_sub_slid ul li:last-child{
    width:100%;
    margin:0;
    float: left;
    
}
/*** ＝＝＝＝＝＝＝＝＝＝＝＝＝＝
メインコンテンツ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝***/

.top01_01{
    position: relative;
    width:100%;
    z-index: 0;
}
.top01_01::before{
    content:'';
    position: absolute;
    top:5%;
    width:100%;
    height:80%;
    border:#259CD8 6px solid;
    background:#FFFFFF;
    z-index: -1;/*親より下にする場合マイナスを使う*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.top01_01text{/*780 1100*/
    width:60.90909090%;
    margin:0 6%;
    float: left;
}
.top01_01smn{/*245 1100*/
    width:22.272727%;
    margin:8% 4% 0 0;
    float: right;
}
.top01_01 dl dt{
    display: inline-block;
    background:#259CD8;
    color:#FFFFFF;
    padding:0 0.6em;
}
.top01_01btn{/*474 1100*/
    width:43.090909%;
    margin:1em auto 0;
}

.top01_01smn_img{
	background:#EEEEEE;
    position:relative;
    padding-bottom: 73.469387755%; /*100/横*縦*/
    overflow: hidden;
}

.top01_01smn_img img{
    position: absolute;
	top: 0;
    left: 0;
}


#slider02,
#slider03{
    margin-top:-3em;
}

.top03_01{
    width:100%;
    margin:0;
    margin-top:-3em;
}
    
.top03_02 ul li{
    width:21.4912%;
    margin:1em 1.7543% 0 ;
    float: left;
}
    
.top03_02smn{
    width:100%;
    margin:0;
}
.top03_02text{
    padding:0.5em 0;
}

.top04_01>ul>li{
    width:28.82456%;
    padding:2em 1.7543% 0;
    float: left;
    border-bottom:#EEEEEE 1px solid;
}
.top04_01>ul>li:first-child{
    padding:2em 1.7543% 0;
}

.top04_01>ul>li:nth-child(4),
.top04_01>ul>li:nth-child(5),
.top04_01>ul>li:nth-child(6){/*４,５,６個目の要素のボーダーを消す。要素が増えたら番号を変える。*/
    border-bottom:none;
}

.top06_01>ul>li{
    width:46.4912%;
    margin:0 1.7543%;
    float: left;
    padding:1.5em 0 0 0;
}

.top07_01 dt,
.top07_01 dd{
    display: inline-block;
    vertical-align: middle;
    padding:1em;
}

    
.top07_02 ul li{
    width:46.4912%;
    margin:1em 1.7543%;
    float: left;
}
    
    
.back_about{
    background: url(../img/top/top_28_bk.png) no-repeat top;
    background-size: cover;
}

.top10_01 li:nth-of-type(1),
.top10_01 li:nth-of-type(2) {
 	width: 42.9824%;
	margin: 0 3.5088%;
}

.tel_conv>ul>li{/*910 245*/
	width:27%;
	margin:0 2%;
}
/*===============
　　マップ
===============*/

.map_block {
    position:relative;
    padding-bottom: 35.164835%; /* 100/横*縦*/
    height: 0;
    overflow: hidden;
}
	
	
/*===============
　　トップ
===============*/
	
/*コロナ対策*/
.top11_01 {
/*	border: #C00A1C solid 5px;*/
/*	color: #C00A1C;*/
	border-radius: 10px;
	box-sizing: border-box;
	padding: 1.5em 8%;
	background: #fff;
}

.top11_01 h4 {
	color: #C00A1C;
	border-bottom:2px solid #C00A1C;
	line-height: 1.5em;
	padding-bottom: .2em;
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
}
.top11_01 h4 span.h4_r {
	font-size: 1.3em;
}

.top11_02 ul {
	text-align: left;
	width: 445px;
	margin: 0 auto;
/*	margin-left: 7%;*/
}
.top11_02 ul a {
/*	color: #C00A1C;*/
	color: #0036D7;
/*	font-size: .8em;*/
}

.top11_02 li {
	padding-bottom: 0.5em;
	position: relative;
/*	width: 95%;*/
/*	padding-left: 5%;*/
/*	text-indent: 1em;*/
	padding-left: 1em;
	font-size: 1em;
}
.top11_02 li:last-child {
	padding-bottom: 0;
}

.top11_02 li:before {
	position: absolute;
	content: '■';
	color:#C00A1C;
	top:0; left:0;
}
	
/*20201102 追加*/
.top_koda_bnr>ul>li{/*340 720*/
	width:47.2222%;
	margin:0 1.3% 1em;
}
	

}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1140px) {

#top01,
#top02,
#top03,
#top04,
#top05,
#top06,
#top07,
#top08,
#top09  { width:1140px; padding:30px 0; }
    

.top_bnr div,
.top_bnr2 div,
.top_bnr3 div{
    width:1140px;
    margin:0 auto;
}
.top_bnr div img,
.top_bnr2 div img,
.top_bnr3 div img{
    width:100%;
    margin:0;
    padding:0;
}

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

	
/*===============
　　トップ
===============*/

/*コロナ対策*/
.top11_01 {
/*	border: #C00A1C solid 5px;*/
/*	color: #C00A1C;*/
	border-radius: 10px;
	box-sizing: border-box;
	padding: 1.5em 8%;
	background: #fff;
}

.top11_01 h4 {
	color: #C00A1C;
	border-bottom:2px solid #C00A1C;
	line-height: 1.5em;
	padding-bottom: .2em;
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}
.top11_01 h4 span.h4_r {
	font-size: 1.4em;
}

.top11_02 ul {
	text-align: left;
	width: 445px;
	margin: 0 auto;
/*	margin-left: 7%;*/
}
.top11_02 ul a {
/*	color: #C00A1C;*/
	color: #0036D7;
/*	font-size: .8em;*/
}

.top11_02 li {
	padding-bottom: 0.5em;
	position: relative;
/*	width: 95%;*/
/*	padding-left: 5%;*/
/*	text-indent: 1em;*/
	padding-left: 1em;
	font-size: 1em;
}
.top11_02 li:last-child {
	padding-bottom: 0;
}
.top11_02 li:before {
	position: absolute;
	content: '■';
	color:#C00A1C;
	top:0; left:0;
}


}
