@charset "utf-8";
	/* 480px以上は写さない */
@media (min-width: 480px) {
	.sp-only {
		display: none!important;
	}
}
	/* 960px以上は写さない */
@media (min-width: 960px) {
	.tb-only {
		display: none!important;
	}
}

	/* 1280px以下に適用されるCSS（スクエアモニター用） */
@media screen and (max-width: 1280px) {
	.header-right .tel {
		font-size: 20px;
	}
	.header-right .top {
		width: 15%;
	}
	.header-right .btm {
		width: 85%;
	}
	.menu > li a {
		font-size: 15px;
	}
	.footer-wrap {
		max-width: 1100px;
	}
	.footer-wrap .left {
		width: 60%;
	}
	.footer-wrap .right {
		width: 40%;
	}
	
	
	
	}


	/* 960px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 960px) {
	.header-left {
		width: 12%;
	}
	.header-right {
		width: 87%;
	}
	.header-right .top {
		width: 18%;
	}
	.header-right .btm {
		width: 82%;
	}
	.header-right .tel {
		font-size: 15px;
	}
	.index-ttl {
		font-size: 30px;
	}
	#mv {
		padding-bottom: 100px;
	}
	#greeting {
		margin-top: 120px;
	}
	#index-fire .w-50 .ttl {
		font-size: 23px;
	}
	.ex-item {
		width: 31%;
	}
	#area .item .ttl {
		font-size: 20px;
	}
	.contact-btn .btn {
		font-size: 23px;
	}
	.footer-wrap {
		width: 85%;
		flex-direction: column;
		padding: 60px 0 20px;
	}
	.footer-wrap .left, .footer-wrap .right {
		width: 100%;
		margin-bottom: 20px;
	}
	
	/*  ここから下層ページ　　 */
	#mainvsual {
		padding-bottom: 100px;
	}
	#mainvsual .bg {
		height: 45vh;
	}
	.section {
		padding-top: 100px;
	}
	.sec-ttl {
		font-size: 32px;
	}
	.info .ttl {
		width: 180px;
	}
	.info ul {
		width: calc(100% - 180px);
	}
	.bg-blue .ttl {
		font-size: 22px;
	}
	.contact-item span {
		margin-left: 15px;
	}
	
	
	}




	/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
	.pc-only {
		display: none!important;
	}
	#header {
		transform: none;
		left: 0;
	}
	#header .header-left {
		width: 50%;
	}
	.header-right {
		display: none!important;
	}
	.sp-nav {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		position: fixed;
	}
	.nav_wrapper {
		position: fixed;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		bottom: 0;
	}
	.nav_wrapper div:first-child {
		border-left: 1px solid #F3F3F3;
	}
	.nav_wrapper div {
		width: 25%;
		display: flex;
		background: #075F85;
		align-items: center;
		justify-content: center;
		border-right: 1px solid #F3F3F3;
		border-top: 1px solid #F3F3F3;
	}
	.nav_wrapper a {
		padding: 10px;
	}
	#page_top {
		display: none!important;
	}
	.flex {
		flex-direction: column;
	}
	.flex-2, .flex-3 {
		width: 100%;
		margin-bottom: 30px;
	}
	.wrap {
		width: 90%;
	}
	#mv {
		padding-top: 70px;
	}
	#mv .bg {
		height: 70vh;
	}
	#mv .cp {
		right: 10px;
		width: 95%;
	}
	#mv .cp div {
		font-size: 20px;
		padding: 20px 5px;
	}
	.index-ttl {
		font-size: 22px;
		margin-bottom: 30px;
	}
	#index-fire {
		margin-top: 100px;
	}
	.w-50 {
		width: 100%;
	}
	#index-fire .w-50 .ttl {
		font-size: 19px;
		margin: 15px auto;
	}
	#index-fire .reason {
		padding: 40px 0;
	}
	#index-electric {
		margin-top: 100px;
	}
	.ex-item {
		width: 48%;
	}
	#area {
		margin-top: 100px;
	}
	#area .item .ttl {
		font-size: 18px;
	}
	.contact-btn .btn {
		font-size: 15px;
	}
	.contact-btn .btn::after {
		bottom: 8px;
	    right: 7px;
	}
	.footer-wrap {
		padding: 60px 0 0;
	}
	.footer-wrap .c-name {
		font-size: 30px;
		margin-bottom: 15px;
	}
	.copyright {
		padding: 20px 0 85px;
	}
	
	
	/*  ここから下層ページ　　 */
	#mainvsual .bg {
		height: 35vh;
	}
	.page-ttl {
		font-size: 30px;
	}
	.sec-ttl {
		font-size: 28px;
		margin-bottom: 45px;
	}
	.info .ttl {
		width: 100%;
		border-right: none;
		padding: 10px 0;
	}
	.info ul {
		width: 100%;
		padding: 20px 0 20px 10px;
	}
	.flex-ttl {
		font-size: 20px;
		border-left: 3px solid #075F85;
	}
	.bg-blue {
		padding: 30px 0;
		margin: 60px auto;
	}
	.bg-blue .ttl {
		font-size: 17px;
		padding-bottom: 5px;
		border-bottom: 1px solid #68A8C4;
	}
	h3.ttl {
		padding: 15px 0 15px 5px;
		font-size: 18px;
	}
	.box .ttl {
		font-size: 18px;
	}
	.section {
		padding-top: 70px;
	}
	.fee {
		width: 95%;
	}
	.flex-box .flex-3 {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 35px;
	}
	.flex-box .ttl {
		font-size: 17px;
		padding: 8px 0;
	}
	.equipment {
		font-size: 17px;
	}
	.flow-item {
		flex-direction: column;
	}
	.flow-item .img, .flow-item .txtbox {
		width: 100%;
	}
	.flow-item .ttl {
		margin-top: 10px;
	}
	.contactform {
		margin: 20px auto;
	}
	.contact-table tr {
		display: flex;
		flex-wrap: wrap;
	}
	.contact-item, .contact-body {
		width: 100%;
		padding: 10px;
	}
	.contact-submit {
		width: 200px;
		font-size: 18px;
	}
	
	
	
	
}