@charset "UTF-8";
/* CSS Document */
@media (max-width: 1280px){
	.wrap80{
		padding: 0 8%;
	}
	.top_title.resize h1 img {
		width: 110px;
	}
}
@media (max-width: 960px){
	.pc{
		display: none !important;
	}
	.w960{
		padding: 10px;
	}
	.top_copy img{
		width: 80%;
		right: 10px;
	}
	
	.site-header.transform{
		height: 70px;
	}
	.top_title h1 img,.subpage .top_title h1 img{
		padding: 5px 10px;
		width: auto;
		height: 120px;
	}
	.top_title.resize h1 img ,.subpage .top_title.resize h1 img{
		top:5px;
		left: 0;
		width: auto;
		height: 65px;
	}

	.greeting{
		flex-direction: column;
	}
	.greeting_in{
		width: 100%;
	}

	.txt_wrap_left,.txt_wrap_right{
		width: 100%;
		max-width: 100%;
	}
	
	.subbg ,.subbg02{
		height: 350px;
	}
	.mailform{
		padding: 30px 10px;
	}
	input[type='text'] ,input[type='date'] , textarea{
		width: 100% !important;
	}
	#mailform table th,
	#mailform table td{
		display: block;
		width: 100%;
	}
	#mailform table td{
		padding-top: 0;
	}
	.pict li img{
		width: 120px;
		height: 120px;
	}
	.card002{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .logo img{
		width: 60%;
		max-width: 300px;
	}
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-bottom: 70px;
	}
	.card003 .img{
		width: 90%;
		max-width: 500px;
	}
	.card003 .txt{
		width: 100%;
	}
	.menu .txt_lv03{
		margin: 1em auto;
	}
	.wrap80{
		padding: 0 5%;
	}
	
	.reverse{
		flex-direction: column-reverse;
	}


}
@media (max-width: 750px){
	
	.tbpc{
		display: none !important;
	}
	
	.slide_wrap{
		height: 80vh;
	}
	.top_slider .slider li{
		height: calc(80vh - 150px);
		width: calc(100% - 30px);
		margin-left: 30px;
	}
	.slide_copy{
		bottom: auto;
		top: 30%;
	}
	.flexbox{
		display: block;
	}
	.wrap80{
		padding: 0;
	}
	


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

	.contact_tel a{
		font-size: 2em;
	}
	
	.footer_contact{
		flex-direction: column;
	}
	.footer_contact .border{
		border-left: none;
		border-top: dashed 1px #ccc;
	}
	/* フッター ================================================== */
	footer{
		background: url("../img/bg_img05.jpg") no-repeat;
		background-size: cover;
		background-position: center;
	}
	/* サブページ ================================================== */
	.subtitle{
		height: 400px;
	}
	
	.subbg {
		height: 270px;
		background-position: center;
	}
	.subbg02{
		height: 270px;
	}
	.subtitle .slide_move{
		height: 130px;
	}
	.subtitle .loop_anime{
		background-size: 110px;
	}

	.picup{
		width: 100%;
		align-content: stretch;
		padding: 20px;
	}
	.button_wrap_tel{
		width: 95%;
		max-width: 500px;
	}
	.bg_in_w{
		padding: 10px;
	}
	#mailform{
		padding: 20px 10px;
	}

	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom :solid 3px #e536a5;
	}
	.flex_contents{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.flex_contents .photo{
		max-width: 280px;
	}
	.flex_contents .txt{
		width: 100%;
	}

	.pict{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.pict li{
		width: calc(100% / 3);
		margin-bottom: 30px;
	}
	.pict li.in4{
		width: calc(100% / 2);
		margin-bottom: 30px;
	}

	.button_wrap_flex{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.button_wrap_center{
		margin-bottom: 30px;
	}
	
	

}
@media (max-width: 450px){
	.top_title h1 img,.subpage .top_title h1 img{
		position: absolute;
		top:5px;
		left: 0;
		padding: 5px;
	}
	.top_copy img{
		width: calc(100% - 20px);
		right: 10px;
	}

	.sp_contact{
		display: block;
	}
	.triangle table tr{
		 border-bottom: none;
	}
	.triangle table th{
		border:none;
		padding: 10px 0;
	}
	.triangle table th,.triangle table td{
		display: block;
		width: 100%;
	}
	.triangle table th:after{
		content:'';
		position:absolute;
		width: 0px;
		height: 0px;
		border-top: 10px solid #6c272d;
		border-left: 10px solid transparent;
		border-right: 10px solid transparent;
		top:calc(100% - 1px);
		left:50%;
		right: auto;
		transform: translateX(-50%);
	}
	.triangle table td{
		padding: 20px 10px 10px;
	}

	.greeting_in{
		width: 100%;
		padding: 20px 10px 10px;
	}
	.link_area ul.footer_nav{
		display: none;
	}
	#mailform table td{
		padding: 0.5em;
	}
	#mailform .radio{
		padding: 0;
	}
	.photo_flex div{
		padding: 0;
	}
	/* サブページ ================================================== */
	.subtitle{
		height: 350px;
	}
	
	.subbg{
		height: 230px;
		background-position: center;
		width: calc(100% - 30px);
		margin-left: 30px;
	}
	.subbg02{
		height: 230px;
	}
	
	
}
