/* CSS Document */

body{
	background: #fff;
}

#header {
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
	flex-direction: column;
	height: inherit;
	background: #fff;
}

#header .h1-box {
	padding: 10px 0;
}

#header h1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

#header ul li a{
	padding: 5px;
	display: flex;
    height: 48px;
    border-radius: 2px;
    text-align: center;
	margin: 5px 0 0 2px;
    justify-content: center;
    align-items: center;
}

.h1-box a {
	width: inherit; 
	max-width: inherit; 
	justify-content: flex-start;
}



.h1-box img {
    width: 220px;
    max-width: 220px;
}

.header-above {
    align-items: center;
}

#menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: space-between;
    margin: 0;
    height: 100%;
    width: 100%;
}


#menu-content {
    width: 100%;
}

#menu-inner{
	width: 100%;
}

#menu-content > li {
    padding: 0;
    width: calc(100% / 6);
	background: #e70000;
}

#menu-inner ul li a {
	margin: 0;
    width: 100%;
    color: #fff;
    font-size: 17px;
	border-left: 2px solid #fff;
}

#menu-inner ul li:first-child a {
	border-left: #e70000;
}

/*

#menu-content > li:first-child {
	border-left: none;
}
*/


#menu-content > li:last-child {
    padding-right: 0px;
}

#menu-content {
	border-bottom: 2px solid #fff;
	padding-right: 0;
}

.header-above-text{
    text-align: end;
}

.header-above-text span{
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0;
}

.menu-inquiry{
	font-weight: 600;
}

.menu-tel span,
.menu-inquiry span {
	font-size: 20px;
}

.drop span{
	position: relative;
	padding-right: 10px;
}

.drop span::before{
	position: absolute;
	content: '';
	display: block;
	top:50%;
	right: 0;
	width:6px;
	aspect-ratio:1/1;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg) translateY(-50%);
}

.header-above-right a{
	box-shadow: 1px 1px 3px #555;
}

.header-above li{
    margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
}

.phone-icon{
	font-size: 24px!important;
}


#menu-content li a:not(.drop):before {
	border-bottom: none;
}

#menu-content li a:hover {
    background: #ff8200;
}

#menu-content > li > ul.second-content > li > a {
	font-size: 14px;
}


footer{
    max-width: 1300px;
    margin: auto;
	padding: 0 20px;
}

.footer-above-bk {
	padding: 30px 0;
}

.ft-above {
    padding: 15px 0 0;
}



/*  main-area */

.main-area {
    margin: 20px auto 40px;
	padding: 0 20px;
}

.main-area-title h2 {
	position: relative;
    height: 64px;
    margin-left: 30px;
    padding: 10px 10px 10px 20px;
    color: #fff;
    background: linear-gradient(to right, #fc6100 40%, #f7931e, #f7931e);
    font-size: 30px;
    line-height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-area-title h2:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 32px 30px 32px 0;
  border-style: solid;
  border-color: transparent #fc6100 transparent transparent;
}

.main-area-title h2:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}

.main-area-title h2 span{
	display: block;
	width: 100%;
	position: relative;
}

.main-area-title h2 span::before{
	position: absolute;
	content: '';
	display: block;
	width:70px;
	aspect-ratio: 10/7;
	background: url("../img/img-trans.png");
	background-size: cover;
	right:0;
	bottom: -5px;
}


.main-area-box{
    margin: 20px auto;
    width: 100%;
	padding:30px;
}


.main-area-box-content{
	display:flex;
	flex-direction: row;
	width:100%;
}

.main-area-box-content{
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	background: #fff;
	padding: 20px;
}

.main-area-box h3 span{
    font-size: 28px;
    letter-spacing: 1px;
	line-height: 56px;
	padding-left: 0;
	position: relative;
	color:#e70000;
	font-weight: 600;
}

.main-area h3 span::before{
	background: inherit;
	font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f130";
    padding-right: 10px;
    color: #e70000;
	font-size: 28px;
}


.main-area-img img{
	width: 400px;
	margin-right: 20px;
}




.main-area-box-content-text p{
	font-size: 18px;
}

.main-area-box-content-text p span{
	font-size: 24px;
	font-weight: 500;
}

.blue-text{
	color:blue;
}


.red-text{
	color:#e70000;
}



.cp_right {
    background:#ff8200;
}


.sp-text{
	font-size: 24px;
	display: inline;
	background: linear-gradient(transparent 60%, #fff000 70%);
    padding-left: 5px;
	font-weight: 600;
}

 .footer_logo img {
	aspect-ratio: 32 / 5;
}


@media(max-width:1200px){
    .footer_logo img {
        width: 180px;
	}

}

@media(max-width:1150px){
	
	#menu-inner ul li a {
    	font-size: 15px;
	}
	
	.drop span {
		padding-right: 5px;
	}
	
	.drop span::before {
    	width: 5px;
	}
	
	#song-PE .main-area-box h3 {
		font-weight: 800;
	}
}



@media(min-width:1001px){
	.sp-header-info{
		display: none!important;
	}
}

@media(max-width:1000px){
	
		
	#header {
    	padding: 0 10px;
	}
	
	.menu-tel span, .menu-inquiry span {
        font-size: 19px;
        letter-spacing: 1px;
	}
	
	
	/*	hamburger-menu */
	
	.toggle_btn {
		background: #e70000;
        top: 10px;
		right: 10px;
		width: 60px;
        height: 60px;
	}
	
	
	.toggle_btn span {
	    height: 2px;
        background-color: #fff;
	}
	
	.toggle_btn span:nth-child(2) {
        bottom: 25px;
    }
	
	.toggle_btn span:nth-child(1) {
        top: 25px;
    }
	
	.open .toggle_btn span {
        background-color: #fff;
    }
	
	.open .toggle_btn span:nth-child(1) {
        -webkit-transform: translate(-50%, 7px) rotate(-315deg);
        transform: translate(-50%, 4px) rotate(-45deg);
    }
	
	.open .toggle_btn span:nth-child(2) {
        -webkit-transform: translate(-50%, 0) rotate(45deg);
		transform: translate(-50%, -4px) rotate(45deg);
	}
	
	header nav .inner {
		padding: 10px;
	}
	
	header nav {
		left: inherit;
		right: -100%;
	}
	
    header .open nav {
        right: 0;
		top:80px;
        width: 300px;
        left: inherit;
		height: calc(100vh - 100px);
		max-height: 600px;
    }
	
	header nav .inner {
        padding: 10px ;
        flex-direction: column-reverse !important;
        overflow: auto;
        padding-top: 20px;
        width: 100%;
    }
	
		
    header nav .inner ul {
    	max-width: inherit;
	}
	
	#menu-content li a:hover {
		background: #e70000;
	}
	
	
		
	#menu-content .sp-header-info:hover {
		background: #fff!important;
	}
	
	.header-above-text span{
		display:none;
	}
		
	#menu-inner ul li {
		background: inherit;
	}
	
	#menu-inner ul li a {
		background: #e70000;
		border: 1px solid #e70000;
	}
	
	#menu-content ul li a{
		background: #fff;
	}
	

	#menu-content {
    	display: flex;
    	flex-direction: column;
    	width: 100%;
		max-width: 100%;
		padding-top: 0;
	}
	
	#menu-content > li {
    	width:100%;
	}
	
	#menu-content li:hover {
		background: #e70000;
	}
	
	#menu-content > li > ul.second-content > li > a {
        border-bottom: 1px solid #e70000;
        border-right: 1px solid #e70000;
        border-left: 1px solid #e70000;
    }
	
	
	.second-content li::after {
		background: #e70000;
	}
	
	
	.second-content li::before {
        width: 4px;
		height: 4px;
	}
	
	/*　hamburger-menu-tel button */
	.sp-header-info{
		display: block;
	}
	
	.sp-header-info p span{
		display: block;
		font-size: 14px;
		letter-spacing: 0;
		line-height: 24px;
		margin-bottom: 10px;
	}
	
	
	#menu .menu-tel,
	#menu .menu-tel:hover{
		border: 1px solid #ff8200;
		border-radius: 0;
		background: #ff8200;
		
	}
	
	#menu .menu-inquiry,
	#menu .menu-inquiry:hover{
		border: 1px solid #148245;
		border-radius: 0;
		background: #19a545;
	}
	
	/*　hamburger-menu-tel button ↑↑↑ */
	
	/*	hamburger-menu ↑↑↑*/

	

		
	.main-area {
		margin: 50px auto;
		padding: 0 10px;
	}
	
		
	.sp-text {
	    font-size: 24px;
		padding-left: 0;
	}


	.main-area-img img {
		width: 28vw;
		min-width: 250px;
		margin-right: 10px;
	}
	
	.main-area-box {
		margin: 20px auto;
		width: 100%;
		padding: 10px 10px;
	}
	
	.main-area-box-content-text p {
		line-height: 36px;
        padding-bottom: 10px;
	}
	
		
	.main-area-box-content-text p span {
		font-size: 22px;
	}
	
	footer {
		padding: 40px 0 0; 
	}
	
	.footer-above-bk {
		padding: 30px 10px;
	}
	
	#sitemap{
		padding:0 10px;
	}
	
	.button2 {
		margin: 20px auto 10px;
	}
	
	
}



@media(max-width:800px){
	
	.main-area-box-content {
    	flex-direction: column-reverse;
		padding:10px;
	}
	
	.main-area-img img {
        width: 100%;
	}
	

	.main-area-title h2 {
		padding-left: 10px;
		font-size: 24px;
		line-height: 48px;
	}
	
	.main-area-title h2:after {
		top: calc(50% - 5px);
    	width: 10px;
		height: 10px;
	}
	
	.main-area-box h3 span {
		font-size: 24px;
	}

	.main-area-title h2 span::before {
		bottom: -6px;
	}
	
	

}


@media(max-width:700px){
	
	.main-area-box {
		margin: 10px auto;
	}
	
	.main-area-title h2 {
		font-size: 24px;
		line-height: 32px;
	}
	
	.main-area-title h2 span::before {
        bottom: -16px;
    }
}


@media(max-width:650px){
	
	.main-area {
		margin: 20px auto;
	}
	

	.main-area-title h2:before {
		display: none;
	}
	
	.main-area-title h2 {
		margin-left: 0;
	}
	
	
	.main-area-title h2 {
		font-size: 22px;
		letter-spacing: 0;
	}
	
	.main-area-title h2 span::before {
		display: none;
	}
	
	.main-area-box h3 span  {
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0;
	}
	
	.main-area-box-content-text p {
		font-size: 16px;
		letter-spacing: 0;
	}
	
	.main-area-box-content-text p span {
        font-size: 18px;
		letter-spacing: 0;
    }
	
	.sp-text{
		font-size: 20px!important;
	}
	
	footer {
		padding: 0;
	}

}




@media(max-width:450px){
	
	.main-area p {
		letter-spacing: 0;
	}
	
	.main-area h3, .main-area h3 span {
        padding-left: 0;
    }

	#header h1 {
    	font-size: 13px;
		letter-spacing: 0;
	}
}