body.page-template-page-lp {
	background:#fff;
}
.cont{
	width: 90%;
	margin: auto;
	max-width: 1000px;
	padding: 4rem 0;
}
ul:not(header .cont)  {
	list-style: none;
	padding: 0;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	color: inherit;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
h1{
	margin: 0;
}
h1, h2, h3 {
	text-align: center;
}
section h1 {
	text-align: center;
	font-size: clamp(2.5rem, 4.5vw, 4.8rem);
	position: relative;
    background: #fff;
    padding: 10px 2rem;
    color: #ce0e00;
    font-weight: 800;
	white-space: nowrap;
}
section h1 strong{
	font-size: 110%;
    padding: 10px;
    font-weight: 900;
}
section h1 span{
    display: block;
    font-size: 50%;
    position: absolute;
    bottom: 80%;
    background: #ce0e00;
    color: #fff;
    padding: 6px 25px;
    border-radius: 50px;
    left: -4%;
	letter-spacing: 3px;
    font-size: clamp(1.5rem, 1.3vw, 2rem);
}

.header_inner {
	justify-content: space-between;
	padding: 5px 0;
	max-width: 100vw;
	align-items: center;
}
h1 .logo {
	display: flex;
	align-items: center;
	font-size: 10px;
	font-weight: 450;
	white-space: nowrap;
}
.logo img {
	max-width: 120px;
	padding: 10px;
}
nav ul {
	gap: 2rem;
	font-family: "Montserrat", sans-serif;
	font-weight: 450;
}
header.fixed_header {
	position: fixed;
	width: 100%;
	background: #f9f9f9;
	z-index: 100;
	height: 80px;
	animation: DownAnime 0.5s forwards;
}
header.fixed_header .header_inner {
	align-items: center;
}
header.fixed_header .header_inner .logo img {
	max-height: 50px;
}
header.fixed_header .header_inner nav ul {
	margin: 0;
}


	.title{
	position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 40vh;
  background-image: linear-gradient(0deg, #ffffff 1px, rgba(0, 0, 0, 0) 0), linear-gradient(90deg, #ffffff 1px, #ffe472 0);
    background-size: 20px 20px;
    background-position: center;
	display: flex;
    align-items: center;
	overflow: hidden;
}
	.title .left{
	background-image:url('../img/lp/title_bg.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    width: 40vw;
    height: 40vh;
    display: block;
    background-color: #fff;
    clip-path: circle(38vw at 0 0);
	}

	.title .right{
	width: fit-content;
    padding: 0;
	}
.trouble ul li {
	position: relative;
	margin: 0rem 2rem 1.4rem;
	background: #fff;
	border-radius: 4rem;
	padding: 1.5rem;
	text-align: center;
	font-weight: bold;
	font-size: 1.2rem;
	border: 2px solid #666666;
	box-shadow: 2px 3px 1px #666666;
}
.trouble ul li:before {
	content: "";
	position: absolute;
	left: -38px;
	width: 13px;
	height: 12px;
	bottom: 0;
	background: #666666;
	border-radius: 50%;
}
.trouble ul li:after {
	content: "";
	position: absolute;
	left: -24px;
	width: 20px;
	height: 18px;
	bottom: 3px;
	background: #666666;
	border-radius: 50%;
}
.trouble ul li:nth-child(2) {
	left: 5rem;
}
.trouble .flex:nth-child(2) ul li:before {
	left: auto;
	right: -38px;
}
.trouble .flex:nth-child(2) ul li:after {
	left: auto;
	right: -24px;
}
.trouble .flex:nth-child(2) ul li:nth-child(2) {
	left: auto;
	right: 5rem;
}
.trouble .flex .image {
	width: 40%;
	max-width: 600px;
}
.large {
	font-size: 1.5rem;
	text-align: center;
	font-weight: bold;
	margin: 3rem auto;
}
.grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	margin: 4rem auto;
}
.grid li {
	background: #fff;
	box-shadow: 0 0 15px #ddd;
	border-radius: 15px;
	overflow: hidden;
}
.grid li h2 {
	text-align: center;
	margin: 0;
	padding: 1rem;
	background: #444444;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.2;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.grid li img {
	display: block;
	width: 90%;
	margin: 1rem auto;
	max-height: 180px;
	object-fit: contain;
}
.grid li p {
	padding: 0 1rem 2rem;
}
.box {
	background: #fff;
	box-shadow: 0 0 10px #d0d0d0;
	border-radius: 20px;
	padding: 1rem 2rem;
	gap: 10%;
}
.title2{
	background: url('../img/lp/title2_bg.jpg') no-repeat;
	background-size: cover;
	background-position: right center;
	height: 30vh;
	filter: opacity(0.7);
	margin-top:4rem;
}
.title2 .cont{
	max-width: 1200px;
    display: flex;
    align-items: center;
    gap: 4rem;
	color: #fff;
    font-weight: bold;
}
.title2 h2{
	font-size: 2.5rem;
	white-space: nowrap;
	margin:2rem 0;
	position:static;
}
.cont2 h3 {
	text-align: center;
	font-size: 150%;
	background: #333;
	color: #fff;
	padding: 1rem;
}
.page-template-page-lp .pc-type {
	text-align: center;
	margin: 4rem auto;
}
.page-template-page-lp .pc-type ul {
	gap: 10%;
}
.page-template-page-lp .pc-type ul span {
	display: block;
	margin: 1rem 0;
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	border-radius: 20px;
}
.page-template-page-lp .pc-type .box {
	margin: 2rem;
	gap: 2rem;
}
.page-template-page-lp .pc-type .box .price {
	font-size: 200%;
}
.price {
	display: block;
	color: #ce0e00;
	font-weight: bold;
	font-size: 120%;
}
.price strong {
	font-family: "Oxanium", serif;
	font-size: 150%;
	font-weight: 600;
	padding: 5px;
}
.menu {
	margin: 6rem 0 2rem;
}
.menu .menulist {
	width: 100%;
	max-width: 800px;
	margin: 2rem auto;
}
.menu dl {
	margin: 0 1rem;
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 600;
	box-sizing: border-box;
	border-top: 2px dotted;
}
.menu dl:nth-child(even) {
}
.menu dl {
	font-size: 120%;
}
.menu dd {
	text-align: end;
	margin:0;
}
.menu dd span:not(.price) {
	text-align: left;
	display: block;
	font-size: 70%;
	font-weight: normal;
}
.menu ul {
	margin: 2rem 1rem;
}
.menu ul li {
	display: flex;
	align-items: center;
	width: 100%;
	gap: 1rem;
}
.menu ul li span {
	display: block;
	width: 20%;
	font-size: 150%;
	font-weight: bold;
	white-space: nowrap;
}
.menu ul li p {
	width: 80%;
}
.menu .box {
	margin: 3rem 0;
	font-size: 120%;
	gap: 1rem;
	font-weight: 600;
}
.menu .box img {
	max-width: 180px;
}
.page-template-page-lp .contact{
	margin:3rem 0;
	gap:1rem;
}
.page-template-page-lp .btn{
	width: 100%;
    margin: 1rem auto;
    background: #2196F3;
    color: #fff;
    text-align: center;
    padding: 20px 0px;
    font-weight: bold;
	max-width:500px;
}
.page-template-page-lp .btn::after{
display:none;
}
.page-template-page-lp .btn a{
	display:block;
}
.btn.tel{
	background:#009688;
}
.page-template-page-lp .btn:hover{
	opacity: 0.8;
}
.page-template-page-lp #contact{
	padding-top:4rem;
}
table{
	max-width: fit-content;
	margin:3rem auto;
}
th,td{
	padding:1rem;
}
input[type="text"], input[type="email"], textarea {
    padding: 10px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
}
form .btn{
	max-width: 240px;
	background:#6e6e6e;
	margin:auto;
	display: block;
	border:none;
}
/* footer {
	background: #ddd;
	padding: 2rem;
}
footer .flex {
	gap: 3rem;
}
footer .logo .flex {
	gap: 1rem;
}
footer .logo img {
	width: 120px;
}
footer .logo p {
	font-size: 150%;
	font-weight: 500;
	line-height: 1.2;
}
footer .logo p small {
	font-size: 0.8rem;
}
footer .info a {
	font-size: 1.6rem;
	color: #ce0e00;
	font-weight: 600;
	text-decoration: underline;
} */
footer {
	background: #333;
	color: #fff;
	margin-top: 10rem;
}
.footer_inner {
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1200px;
}
.footer_inner p {
	font-size: 0.8rem;
}
.footer_inner .flex {
	gap: 2rem;
}
.footer_inner .logo {
	flex-direction: column;
	gap: 12px
}
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	font-size:1.0rem;
	font-weight: 500;
	letter-spacing: 1.2px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #777;
    text-align: center;
    background: linear-gradient(145deg, #ededed, #ffffff);
    -webkit-box-shadow: 5px 5px 5px #ededed, -3px -3px 3px #ffffff;
    box-shadow: 3px 3px 3px #ededed, -3px -3px 3px #ffffff;
    transition: all 0.1s;
}

#page-top a:hover{
    box-shadow: 1px 1px 1px #ededed, -1px -1px 1px #ffffff;
}
#page-top.UpMove{
	animation: TOPUp 0.5s forwards;
}
@keyframes TOPUp{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: TOPDown 0.5s forwards;
}
@keyframes TOPDown{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media(max-width:899px){
	header {
		position: fixed;
		width: 100%;
		z-index: 500;
		top: 0;
	}
	header.fixed_header {
		height: 60px;
	}
	.header_inner {
		margin: 0;
		width: 100%;
		padding: 0;
	}
	header .header_inner .logo img, header.fixed_header .header_inner .logo img {
		max-height: 40px;
	}
	header .openbtn {
		position: absolute;
		cursor: pointer;
		width: 40px;
		height: 40px;
		border-radius: 5px;
		z-index: 700;
		top: 1.2rem;
		right: 1rem;
	}
	header .openbtn span {
		display: inline-block;
		position: absolute;
		left: 0;
		height: 2px;
		border-radius: 5px;
		transition: all 0.4s;
		background: #242424;
		width: 100%;
	}
	header .openbtn span:nth-child(2) {
		top: 20%;
	}
	header .openbtn span:nth-child(3) {
		top: 40%;
	}
	header .openbtn.active span:nth-child(1) {
		transform: rotate(25deg);
		top: 6px;
	}
	header .openbtn.active span:nth-child(2) {
		display: none;
	}
	header .openbtn.active span:nth-child(3) {
		transform: rotate(-25deg);
		top: 6px;
	}
	header #g-nav {
		display: none;
	}
	header #g-nav.panelactive {
		display: block;
		width: 100%;
		padding-top: 3rem;
		background: #f9f9f9;
		height: 100vh;
	}
	header.panelactive .header_inner {
		height: 100vh;
		justify-content: flex-start;
	}
	header.fixed_header .header_inner {
		align-items: flex-start;
		padding: 0;
	}
	section .cont{
		padding: 2rem 0;
	}
	.title{
		height: 30vh;
	}
	.title .left{
		position: absolute;
		height: 30vh;
		width: 60vw;
        clip-path: circle(60vw at 0 0);
	}
	.title .right{
		margin-left: auto;
		margin-right: 1rem;
	}
	section h1{
		font-size: clamp(1.5rem, 4.5vw, 3.5rem);
	}
	section h1 span{
		font-size: clamp(1rem, 0.8vw, 1rem);
	}
	.flex{
		flex-direction: column;
	}
	.trouble .flex:nth-child(1){
		flex-direction: column-reverse;
	}
	.trouble .flex .image{
		width: 100%;
		max-width: 360px;
	}
	.trouble ul li{
		font-size: 1rem;
		padding: 1rem;
		margin:1rem 0;
	}
	.trouble .flex:nth-child(2) ul li:nth-child(2){
		right:15%;
	}
	.large{
		font-size: 1.2rem;
		text-align: left;
	}
	.grid{
		grid-template-columns: repeat(1, 1fr);
	}
	.title2 h2{
		font-size: 2rem;
		margin: 0;
	}
	.title2 .cont{
		flex-direction: column;
		gap:5px;
		font-size: 0.85rem;
	}
	.cont2 h3{
		font-size: 125%;
	}
	.page-template-page-lp .pc-type .box{
		margin:2rem auto;
		gap:10px;
	}
	.page-template-page-lp .pc-type .box .price{
		font-size: 170%;
	}
	.menu dl{
		flex-direction: column;
	}
	.price strong{
		font-size: 120%;
	}
	.menu ul li{
		flex-direction: column;
		align-items: baseline;
        gap: 5px;
		margin-bottom: 1.5rem;
	}
	.menu ul li p{
		width: 100%;
		margin:0;
	}
	th,td{
		display: block;
		text-align: left;
		padding: 0.5rem;
	}
	.footer_inner {
		align-items: center;
	}
	.footer_inner .flex {
		gap: 10px;
	}
	.footer_inner nav {
		font-size: 0.8rem;
	}
	#page-top a{
		width: 65px;
		height: 65px;
	}

}

/*fadeup*/
.fadeUpTrigger {
	opacity: 0;
}
.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}