/*
* Theme Name: linotheme
* Description:
* Theme URI: Lino 2023
* Version: 1.0
* Theme Author: ゴーリエム
* Author URI:
* Tags: basic
* Textdomain:
* Languages Folder: /languages
*/
/* Default---------------------------------------------- */
@charset "utf-8";


html {
	overflow-x: hidden;
	padding: 0;
	margin: 0;
	scroll-behavior: smooth;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
}
.header{
	height: 10vh;
}
.menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 100%;
	background: #FF0210;
	z-index: 10;
	-webkit-box-shadow: 0 5px 7px -6px black;
	-moz-box-shadow: 0 5px 7px -6px black;
	box-shadow: 0 5px 7px -6px black;
}
p{
	font-size: 15px;
	line-height: 1.5;
}
img {
	width: 100%;
}
.inner {
	max-width: 990px;
	margin: auto;
}
.menu .left{
	display: flex;
	align-items: center;
	padding: 0 2vw;
}
.menu .left img{
	width: 15vw;
}
.menu .left p{
	color: #ffffff;
	font-size: 0.9vw;
	padding-left: 10px;
}
.menu .right{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	height: 100%;
}
.menu-tell{
	display: flex;
	flex-direction: column;
	align-items: center;
	color: black;
	height: 100%;
	padding: 0 1vw;
	justify-content: center;
}
.menu-tell p:nth-child(1){
	font-size: 2vw;
	color: #ffffff;
	font-weight: bold;
	display: flex;
	align-items: center;
	line-height: 0.5;
}
.menu-tell p:nth-child(1) img{
	width: 1.8vw;
	margin-right: 0.5vw;
	margin-top: 0.5vw;
}
.menu-tell p:nth-child(2){
	font-size: 0.8vw;
	color: #ffffff;
}
.menu-contact{
	color: white;
	height: 100%;
	display: flex;
	align-items: center;
	font-size: 1.8vw;
	padding-left: 2.2vw;
}
.menu-contact:nth-child(1){
	background: #00A012;
}
.menu-contact:nth-child(2){
	background: #FF0210;
}
.menu-contact i{
	padding-left: 1.2vw;
	padding-right: 1vw;
}
.menu-km{
	height: 100%;
	display: flex;
	align-items: center;
	padding: 0 1vw;
}
.menu-km img{
	width: 12vw;
}

.ct1{
	width: 90%;
	margin: auto;
}
.title{
	text-align: center;
	padding-top: 45px;
	padding-bottom: 20px;
}
.title img{
	width: 65%;
	margin: 0 auto;
	padding-top: 10px;
}
.ct1 div.ct1-1 p{
	position: relative;
	border: 1px solid #FF0210;
	padding: 20px;
	margin-bottom: 20px;
}
.ct1 div.ct1-1 p span{
	position: absolute;
	top: -12px;
	left: -1px;
	width: 40px;
	height: 25px;
	color: white;
	background: red;
	display: flex;
	font-size: 12px;
	align-items: center;
	justify-content: center;
}
.ct1 div.ct1-1 p span:before {
	content: "";
	position: absolute;
	right: -13px;
	bottom: 0;
	width: 0;
	height: 0;
	border-left: 14px solid red;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
}
.ct1 .ct1-1b p{
	border-color: #00A012 !important;
}
.ct1 .ct1-1b p span{
	background: #00A012 !important;
}
.ct1 .ct1-1b p span:before{
	border-left: 14px solid #00A012 !important;
}
.ct2{
	width: 90%;
	margin: auto;
}
.ct2-1{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.ct2-1 .ct2-list{
	width: 49%;
	padding-bottom: 20px;
}
.ct2-1 .ct2-list .text{
	padding-top: 5px;
}
.ct2-1 .ct2-list .text p.name{
	font-size: 19px;
	padding-bottom: 5px;
}
.ct2-1 .ct2-list .text p.adress{
	padding-bottom: 5px;
}
.ct2-1 .ct2-list .text a.tell{
	font-size: 23px;
	color: #FF0210;
	font-weight: bold;
}
.ct2-1 .ct2-list .text a.tell img{
	width: 20px;
}

.ct2a{
	width: 90%;
	margin: auto;
}
.ct2a-list{
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
}
.ct2a-list img{
	width: 49%;
}
.ct2a iframe{
	margin-bottom: 50px;
}
.ct2a-list .text{
	width: 49%;
	padding-left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ct2a-list .text p.name{
	font-size: 19px;
}
.ct2a-list .text p.name span{
	font-size: 15px;
}
.ct2a-list .text p.adress{
	font-size: 22px;
}
.ct2a-list .text p.adress span{
	font-size: 16px;
}
.ct-tell{
	background: #FF0210;
	padding: 40px 0;
}
.ct-tell2{
	background: #E5EEEF;
	text-align: center;
	padding: 45px 0;
}
.ct-tell2 p.ct-tell-title{
	font-size: 20px;
	padding-bottom: 15px;
}
.ct-tell2 a{
	font-size: 50px;
	color: #FF0210;
	font-weight: bold;
}
.ct-tell2 p.time{
	font-size: 18px;
	color: #FF0210;
	font-weight: bold;
	padding: 10px 0 25px 0;
}
.ct-tell2 p.ct-tell-btn{
	font-size: 16px;
	border: 1px solid;
	padding: 5px 30px;
	display: inline-block;
}
.ct-tell2 a.tell img {
	width: 40px;
	margin-right: 5px;
}
.ct-tell .ct-tell-1{
	padding: 0 20px;
}
.ct-tell .ct-tell-1 a{
	color: white;
	border: 5px solid #ffffff;
	display: flex;
	position: relative;
	border-radius: 20px;
}
.ct-tell .ct-tell-1 a p{
	display: inline;
	padding: 40px 30px;
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	width: 100%;
	line-height: 1;
}
.ct-tell .ct-tell-1 a p span{
	font-size: 15px;
}
.ct-tell .ct-tell-1 a i{
	position: absolute;
	right: 15px;
	top: 35%;
	font-size: 60px;
}
.ct-tell .ct-tell-2{
	background: #E5EEEF;
	text-align: center;
	padding: 45px 0;
}
.ct-tell .ct-tell-2 p:nth-child(1){
	font-size: 20px;
	padding-bottom: 10px;
}
.ct-tell .ct-tell-2 p:nth-child(2){
	font-size: 10px;
	text-align: right;
	padding-right: 100px;
}
.ct-tell .ct-tell-2 p:nth-child(2) span{
	padding-left: 35px;
}
.ct-tell .ct-tell-2 p:nth-child(4){
	font-size: 18px;
	padding-bottom: 15px;
}
.ct-tell .ct-tell-2 p:nth-child(5){
	font-size: 16px;
	border: 1px solid #000000;
	display: inline-block;
	padding: 5px 20px;
}
.ct-tell .ct-tell-2 a{
	font-size: 50px;
	font-weight: bold;
	color: #FF0210;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 10px;
}
.ct-tell .ct-tell-2 a img{
	width: 40px;
	margin-right: 5px;
	margin-top: 5px;
}
.ct3{
	padding-top: 60px;
	text-align: center;
	width: 90%;
	margin: auto;
}
.ct3 p{
	font-size: 17px;
	padding-bottom: 30px;
}
.ct4{
	width: 90%;
	margin: auto;
}
.ct4 .ct4-2a{
	border: 1px solid #FF0210;
	padding: 10px;
}
img.ct4-1 {
	padding-top: 10px;
	padding-bottom: 40px;
}
.ct4-2a .ct4-1{
	padding-bottom: 0;
}
.ct4-2{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 30px;
}
.ct4-2 img{
	width: 48%;
}
.ct5{
	width: 90%;
	margin: auto;
}
img.ct5-1 {
	padding-top: 10px;
	padding-bottom: 20px;
}
.ct5-2{
	padding-bottom: 85px;
}
.ct5-3{
	padding: 50px 0;
}
.ct5-4{
	padding: 15px 0;
}
.footer{
	background: #FF0210;
	text-align: center;
}
.footer .ft-content{
	padding-top: 50px;
	padding-bottom: 300px;
}
.footer .ft-content img{
	width: 286px;
}
.footer .ft-content h3{
	font-size: 23px;
	color: #ffffff;
	padding-top: 10px;
}
.footer .ft-content p{
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
}
.footer .ft-bottom{
	width: 150px;
}






/*contact*/
table{
	width: 100%;
}
.contact_form{
	padding-top: 150px;
	/*color: #004B9E;*/
	text-align: center;
}
.contact_note1{
	text-align: left;
	font-size: 40px;
	margin-top: 50px;
}
.contact_note2{
	text-align: left;
	margin: 30px 0;
	font-size: 20px;
}
.contact_note2 span{
	font-size: 16px;
	margin-top: 20px;
	display: block;
}
span.required{
	float: right;
	background-color: #ED000D;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	margin-top: -5px;
}
/*.contact_form .form_cont p:nth-child(1){
  font-size: 18px;
}*/
.contact_form .form_cont p:nth-child(1){
	font-size: 18px;
	padding-bottom: 1.5rem;
	margin-bottom: 3rem;
}
.contact_check .form_cont p:nth-child(1){
	border-bottom: 1px solid #d5d5d5!important;
}
label#confirm_email-error{
	color: #ED000D;
}
/*.form_cont{
  padding-bottom: 90px;
}*/
.contact_form tr{
	display: flex;
	flex-direction: column;
	padding-bottom: 2rem;
}
.contact_form th{
	width: 100%;
	margin: 15px 0 15px 10px;
	font-size: 18px;
	font-weight: unset;
}
.contact_check th{
	font-weight: bold;
}
.contact_check td{
	font-weight: unset;
	margin-left: 10px;
}
.contact_form td{
	width: 100%;
	color: #000000;
}
.contact_form td p{
	color: #000000;
	padding-top: 15px;
	padding-bottom: 5px;
}
.contact_form td input, .form_type1 td textarea{
	padding: 1.5rem 0.75rem;
	border-radius: 0;
	border: 1px solid #ced4da;
	font-size: 16px;
	width: 100%;
}
.contact_form td.tel span{
	color: #000000;
	padding: 0 10px;
}
.form_check td input{
	transform: scale(1.5);
	width: 20px;
}
.form_check td label{
	padding-right: 50px;
}
.rules{
	text-align: left;
}
.rules p{
	color: #000000;
	padding-bottom: 20px;
}
.rules input{
	transform: scale(1.5);
	margin-right: 15px;
}
.rules span{
	color: #000000;
}
.btn{
	padding-top: 50px;
	padding-bottom: 150px;
}
.btn input{
	width: 100%;
	border-radius: 0;
	border: 1px solid #ced4da;
	background: #cdcdcd;
	padding: 30px 0;
	font-size: 20px;
	color: #ffffff;
}
div.caution{
	padding: 5px 0;
	color: red;
}
.form_send{
	padding-bottom: 5rem;
}
@media screen and (max-width:990px){

}
@media screen and (min-width:737px){
	.sp_737{
		display: none;
	}
	.main{
		display: flex;
		flex-wrap: nowrap;
		align-items: flex-start;
		justify-content: center;
		position: relative;
	}
	.main .banner-left{
		height: 91vh;
		width: 32%;
		object-fit: cover;
		object-position: 100% 0%;
	}
	.main .banner-right{
		height: 91vh;
		width: 32%;
		object-fit: cover;
		object-position: 0% 0%;
	}
	.menu-pc{
		position: absolute;
		top: 22vh;
		right: 27vh;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.menu-pc a{
		font-size: 1.5vw;
		padding-bottom: 1.5vw;
		color: #000000;
	}
	.menu-pc a:hover{
		font-weight: bold;
		color: red;
	}
	.content{
		width: 36%;
		height: 91vh;
		overflow-x: auto;
		scroll-behavior: smooth;
	}
	.content::-webkit-scrollbar {
		display: none;
	}
	.content {
		-ms-overflow-style: none;  /* IE and Edge */
		scrollbar-width: none;  /* Firefox */
	}

}

@media screen and (min-width:1500px) and (max-width:1700px){
	.ct4 .ct4-2a p,.ct1 div.ct1-1 p,.ct5 .ct5-2 p {
		font-size: 1.1vw !important;
	}
}
@media screen and (min-width:1900px){
	.content{
		width: 27%;
		height: 91vh;
		overflow-x: auto;
	}
	.main .banner-left{
		width: 36.5%;
	}
	.main .banner-right{
		width: 36.5%;
	}
}
@media screen and (max-width:1200px){
	.banner-left{
		display: none;
	}
	.banner-right{
		display: none;
	}
    .menu-pc{
        display: none;
    }
	.content {
		width: 100%;
	}
}
@media screen and (max-width:737px){
	.inner{
		max-width: 95%;
	}
	.pc_737{
		display: none !important;
	}

	body p{
		font-size: 3.1vw;
		line-height: 1.8;
	}
	.header {
		height: 15vw;
		position: fixed;
		z-index: 10;
		width: 100%;
	}
    .content{
		padding-top: 15vw;
	}
	.ct1 div.ct1-1 p {
		padding: 5vw 2vw 2vw 2vw;
		margin-bottom: 0;
	}
	.menu .left img {
		width: 45vw;
	}
	.menu .left p {
		font-size: 3vw;
		padding-top: 2.5vw;
	}
	.menu-km img {
		width: 15vw;
	}
	.title {
		padding-top: 10vw;
		padding-bottom: 5vw;
	}
	.title img{
		padding-top: 0;
	}
	.ct1 div.ct1-1b p{
		margin-bottom: 0;
	}
	.ct2-1 .ct2-list {
		padding-bottom: 0;
	}
	.ct2-1 .ct2-list .text p.name {
		font-size: 4vw;
		line-height: 1.2;
	}
	.ct2-1 .ct2-list .text a.tell {
		font-size: 4.5vw;
	}
	.ct2-1 .ct2-list .text a.tell img {
		width: 4.5vw;
		margin-right: 1vw;
	}
	.ct2a-list .text p.name {
		font-size: 4vw;
		line-height: 1.2;
	}
	.ct2a-list .text p.name span {
		font-size: 3vw;
	}
	.ct2a-list .text p.adress {
		font-size: 4vw;
		line-height: 1.2;
	}
	.ct2a-list .text p.adress span {
		font-size: 3vw;
	}
	.ct2a iframe {
		margin-bottom: 50px;
	}
	.ct-tell {
		padding-bottom: 10px;
	}

	.ct-tell .ct-tell-1:nth-child(1) {
		padding-bottom: 5vw;
	}
	.ct-tell .ct-tell-1 {
		padding: 0;
		width: 90%;
		margin: auto;
	}
	.ct-tell .ct-tell-1 a {
		border: 1.5vw solid #ffffff;
	}
	.ct-tell .ct-tell-1 a p {
		padding: 5vw 2vw;
		font-size: 8vw;
		line-height: 1.3;
	}
	.ct-tell .ct-tell-1 a p span {
		font-size: 3.5vw;
	}
	.ct-tell .ct-tell-1 a i {
		position: absolute;
		right: 2vw;
		top: 35%;
		font-size: 10vw;
	}
	.ct-tell2 p.ct-tell-title {
		font-size: 4vw;
		padding-bottom: 5vw;
	}
	.ct-tell2 a {
		font-size: 9vw;
	}
	.ct-tell2 a.tell img {
		width: 7vw;
	}
	.ct-tell2 p.time {
		font-size: 4vw;
		padding: 2vw 0 5vw 0;
	}
	.ct-tell2 p.ct-tell-btn {
		font-size: 3.5vw;
		padding: 1vw 8vw;
	}
	.ct3 {
		padding-top: 15vw;
	}
	.ct3 p {
		font-size: 3.3vw;
		padding-bottom: 5vw;
	}
	.ct4 .ct4-2a{
		padding: 2vw;
	}
	.ct4-2{
		padding-top: 5vw;
	}
	img.ct4-1 {
		padding-top: 0;
		padding-bottom: 5vw;
	}
	.ct5-3 {
		padding: 10vw 0;
	}
	.ct5-4 {
		padding: 3vw 0;
	}
	.ct5-2 {
		padding-bottom: 10vw;
	}
	.header-contact{
		display: flex;
		justify-content: space-around;
		flex-wrap: nowrap;
		align-items: center;
        position: fixed;
        bottom: 0;
        width: 100%;
		z-index: 10;
		background: #FF0210;
	}
	.header-contact a{
		font-size: 5vw;
		color: #ffffff;
		width: 50%;
		text-align: center;
		padding: 2vw;
	}

	.header-contact a:nth-child(1){
		background: #FF0210;
	}
	.menu-tell p:nth-child(1) {
		font-size: 5vw;
	}
	.menu-tell p:nth-child(1) img {
		width: 4vw;
		margin-right: 0.5vw;
		margin-top: 0;
	}
	.menu-tell p:nth-child(2) {
		font-size: 2.5vw;
		color: #ffffff;
	}
	.header-contact i{
		float: right;
		margin-left: -5vw;
		margin-right: 4vw;
		font-size: 7vw;
		line-height: 0.8;
	}
	.footer{
		padding-bottom: 10vw;
	}
	.footer .ft-content {
		padding-top: 5vw;
		padding-bottom: 50vw;
	}
	.footer .ft-content img {
		width: 55vw;
		margin: auto;
	}
	.footer .ft-bottom {
		width: 30%;
	}
	.footer .ft-content h3 {
		font-size: 4.5vw;
	}
	.footer .ft-content p {
		font-size: 3.2vw;
	}



	.contact {
		width: auto;
		margin: auto;
		overflow: hidden;
		margin-top: 15vw;
		margin-bottom: 20vw;
	}
	.contact a {
		padding: 5vw 10vw;
		font-size: 5vw;
	}

	.contact_form{
		padding: 0 7vw;
		padding-top: 30vw;
	}
	.contact_note1{
		font-size: 6vw!important;
	}
	.contact_note2{
		font-size: 3.7vw!important;
	}
	#form table tr{
		display: flex;
		flex-direction: column;
	}
	.contact_note {
		font-size: 4.5vw;
	}
	/*.contact_form .form_cont p:nth-child(1) {
      font-size: 4vw;
    }*/
	.contact_form .form_cont p:nth-child(1) {
		font-size: 4vw;
	}
	.contact_form th {
		font-size: 4vw;
	}
	.contact_form td {
		font-size: 3.5vw;
	}
	.contact_form table td input {
		padding: 1rem 0.75rem!important;
	}
	.form_check td label input{
		width: 5vw;
	}
	.form_type1 td textarea{
		width: 100%;
	}
	.rules p {
		padding-bottom: 5vw;
		font-size: 3.5vw !important;
	}
	.rules span {
		color: #000000;
		font-size: 4vw;
	}
	div.caution{
		font-size: 3.5vw;
		padding: 1vw 0;
	}
	.btn input {
		padding: 5vw 0!important;
	}
	.contact_form .form_cont p.contact_send{
		font-size: 5vw;
		padding-top: 2vw;
	}
}

.animate__animated.animate__delay-0_5s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.5);
	animation-delay: calc(var(--animate-delay) * 0.5)
}
.animate__animated.animate__delay-0_8s {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 0.8);
	animation-delay: calc(var(--animate-delay) * 0.8)
}
.animate__animated.animate__delay-1_1s {
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.1);
	animation-delay: calc(var(--animate-delay) * 1.1)
}
.animate__animated.animate__delay-1_8s {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
	-webkit-animation-delay: calc(var(--animate-delay) * 1.8);
	animation-delay: calc(var(--animate-delay) * 1.8)
}
.animate__animated.animate__delay-2_3s {
	-webkit-animation-delay: 2.3s;
	animation-delay: 2.3s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.3);
	animation-delay: calc(var(--animate-delay) * 2.3)
}
.animate__animated.animate__delay-2_6s {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.6);
	animation-delay: calc(var(--animate-delay) * 2.6)
}
.animate__animated.animate__delay-2_9s {
	-webkit-animation-delay: 2.9s;
	animation-delay: 2.9s;
	-webkit-animation-delay: calc(var(--animate-delay) * 2.9);
	animation-delay: calc(var(--animate-delay) * 2.9)
}