@charset "UTF-8";
/* CSS Document */

@media (max-width: 1200px){

}


/* Tablet */
@media (max-width: 959px){
	.pc{
		display: none !important;
	}
	.site-header h1{
		margin-left: 10px;
	}
	.slide_wrap{
		height: 80vh;
	}
	.top_slider .slider li{
		height: calc(80vh - 130px);
	}
	
	.top_slider .slider li.top01{
		background:url("../img/slide01.jpg") no-repeat;
		background-size: cover;
		background-position: left 30% center;
	}
	.top_slider .slider li.top02{
		background:url("../img/slide04.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	.top_slider .slider li.top03{
		background:url("../img/slide03.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	
	.button_01{
		width: 240px;
	}
	/* フッター======================================== */
	footer{
		padding: 30px 10px 0;
	}
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_in nav{
		margin: 30px auto;
	}
	.footer_in nav ul{
		width: 100%;
		height: 2rem;
		flex-direction:row;
	}
	.footer_in nav ul li{
		margin: 1rem;
	}
	footer small p{
		padding: 15px;
		text-align: center;
	}
	
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	} 
	.card001 figure img{
		max-width: 450px;
		display: block;
		margin: auto;
	}
	
	.card002{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.bg_chara01{
		background-position: bottom center;
	}

	.subtitle{
		height: 280px;
	}
	.breadcrumb-box{
		font-size: 80%;
		left: 50px;
		bottom: 10px
	}
	.contents_mail{
		padding: 10px;
	}
	.tel_button{
		width: 95%;
	}
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% !important;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
	}
	#mailform table th{
		padding: 1em 1em 0.5em;
	}
	#mailform table td{
		padding: 0.5em 1em 1em;
	}
	.map iframe{
		width: 100%;
		aspect-ratio: 16 / 6;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}

/* sp */
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	.slide_wrap{
		height: 50vh;
		min-height: 400px;
	}
	.top_slider{
		left: 10px;
		width: calc(100% - 20px);
	}
	.top_slider .slider li{
		height: calc(50vh - 110px);
		min-height: 290px;
	}
	.txt_lv02{
		font-size: 2.5em;
	}
	.txt_bold01{
		font-size: 1.3em;
	}
	.news{
		flex-direction: column;
		justify-content: center;
		align-content: center;
	}
	.news h3{
		border-right:none;
		padding: 10px;
	}
	.news_in{
		width: 100%;
		padding: 10px;
	}
	.icon_flex{
		flex-wrap: wrap;
	}
	.icon_flex li{
		width: calc(100% / 3 - 20px);
	}
	
	.button_wrap{
		flex-direction: column;
		align-items: center;
	}
	.button_01{
		width: 300px;
		margin-bottom: 15px;
	}
	
	/* フッター======================================== */
	.footer_in nav{
		display: none;
	}
	
	
	.flex_contents{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	
	/* メールフォーム======================================== */
	.contact_top ul{
		flex-direction: column;
	}
	.contact_top ul li{
		margin: 10px;
	}
	.contact_top ul li :last-child{
		margin: 10px;
	}
	.mailform{
		padding: 10px;
	}
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% !important;
	}
	.tel_button{
		width: 100%;
		max-width: 600px;
	}
	.tel_button a{
		width: 100%;
	}


}
@media (max-width: 450px){
	#mailform table th{
		padding: 1em 0 0.5em;
	}
	#mailform table td{
		padding: 0.5em 0 1em;
	}
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding: 1em 1em 0.5em;
	}
	.simple01 table td{
		padding:0.5em 1em 1em;
	}
	.map iframe{
		width: 100%;
		aspect-ratio: 16 / 9;
	}

}