@charset "utf-8"

body {
	height: auto !important;
	position: relative;
	width: 100%;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}

/* ---------------------------------------------------------------- MV ---- */

#mainvisual {
	position: relative;
	width: 100vw;
	height:calc(var(--vh, 1vh) * 100);
}

.mainvisual-in{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("/wp-content/uploads/2022/02/10165eee6e82c970cd2a4291564c5ced.jpeg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.mainvisual-in2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("/wp-content/uploads/2022/02/1b2e1b78e0e76dd6cc40db0383d26435.jpeg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

#mainvisual{
	opacity:0;
}
#mainvisual.on {
	animation: one .8s ease 0s 1 normal both;
	-webkit-animation: one .8s ease 0s 1 normal both;
}
@keyframes one {
	0% {opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes one {
	0% {opacity:0;}
	100%{opacity:1;}
}

#mainvisual h1.catch{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%); /* Safari用 */
	transform: translate(-50%,-50%);
}

#mainvisual .catch{
	opacity:0;
}
#mainvisual .catch.on{
	animation: two 2s ease .8s 1 normal both;
	-webkit-animation: two 2s ease .8s 1 normal both;
}
@keyframes two {
	0% {opacity:0;}
	100%{opacity:1;}
}
@-webkit-keyframes two {
	0% {opacity:0;}
	100%{opacity:1;}
}

@media(max-width:1024px){
	
	#mainvisual h1.catch{
		top: 15%;
		-webkit-transform: translate(-50%,0);
    	transform: translate(-50%,0);	
	}
}

@media screen and (max-width: 896px){
	#mainvisual h1.catch{
		top: 20%;
		width: 90%;	
	}
	#mainvisual h1.catch img{
		width: 100%;
		height: auto;
	}
}

/* ---------------------------------------------------------------- COMMON ---- */

#content{
	width: 100%;
}

section{
	margin-top: 120px;
}

@media screen and (max-width: 896px){
	section{
		margin-top: 60px;
	}
}

/* ---------------------------------------------------------------- sec01 ---- */


#sec01{
	width: 100%;
}

#sec01 .inner{
	width: 1240px;
}

@media(max-width:1240px){
	#sec01 .inner{
		width: 90%;
	}
}


#sec01 .bg{
	background: #F1F1F1;
	width: 100%;
	height: 740px;
	height: auto;
}

#sec01 .inner{
	position: relative;
	top: -60px;
}

#sec01 .image{
	width: 80%;
	float: left;
}

#sec01 .text{
	width: 35%;
	position: absolute;
	right: 0;
	bottom: -100px;
	background: #FFF;
	padding: 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	box-shadow: 0px 0px 9.5px 0.5px rgba(6, 0, 1, 0.2);
	text-align: left;
}

#sec01 h2{
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 0.2em;
	margin-bottom: 140px;
}

@media(max-width:1024px){

	#sec01 .inner{
		width: 100%;	
	}

	#sec01 .image{
		float: none;
		width: 94%;
		margin-left:auto;
		margin-right:auto;
	}

	#sec01 .image img{
		width: 100%;
		height: auto;
	}

	#sec01 .text{
		position: static;
		width: 90%;
		margin-left:auto;
		margin-right:auto;
		margin-top: -100px;
		text-align: center;
	}
}

@media screen and (max-width: 896px){

	#sec01 h2{
		margin-bottom: 100px;
	}

	#sec01 .text{
		width: 90%;
		margin-top: -30px;
		padding: 30px;
	}
}

/* ---------------------------------------------------------------- sec02 ---- */


#sec02 h2{
	color: #8C6620;
}

#sec02 li{
	position: relative;
}

#sec02 li .no{
	position: absolute;
	left: 0;
	top: -15px;
}

#sec02 li div{
	width: 100%;
	height: 100%;
	background: #F1F1F1;
	padding: 60px 30px 30px 30px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sec02 h3{
	color: #8C6620;
}
/*
#sec02 li p{
	font-size: 14px;
	font-size: 1.4rem;
}
*/
.fadein2{
	opacity:0;
}
.fadein2.on {
	animation:fadein2 1s ease .2s 1 normal both;
	-webkit-animation:fadein2 1s ease .2s 1 normal both;
}
@keyframes fadein2 {
	0% {opacity:0; transform:translateY(100px);}
	100%{opacity:1;transform:translateY(0);}
}
@-webkit-keyframes fadein2 {
	0% {opacity:0;transform:translateY(100px);}
	100%{opacity:1;transform:translateY(0px);}
}

.fadein3{
	opacity:0;
}
.fadein3.on {
	animation:fadein3 1s ease .3s 1 normal both;
	-webkit-animation:fadein3 1s ease .3s 1 normal both;
}
@keyframes fadein3 {
	0% {opacity:0; transform:translateY(100px);}
	100%{opacity:1;transform:translateY(0);}
}
@-webkit-keyframes fadein3 {
	0% {opacity:0;transform:translateY(100px);}
	100%{opacity:1;transform:translateY(0px);}
}

@media screen and (max-width: 896px){
	
	#sec02 li{
		margin-bottom: 30px;
	}

	#sec02 li div{
		padding: 50px 15px 15px 15px;
	}

	#sec02 li .no{
		left: 50%;
		margin-left: -25px;
	}
}

/* ---------------------------------------------------------------- sec03 ---- */

#sec03,#sec04{
	width: 100%;
	position: relative;
}

#sec03 h2{
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 0.2em;
	margin-bottom: 140px;
}

.slider{
	width: 100%;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}

.slider li{
	width: 100%;
	position: relative;
	padding-bottom: 20px;
}

.slider .image{
	float: left;
	width: 100%;
	max-width: 1006px;
}

.slider .image img{
	width: 100%;
	height: auto;
}

.slider .text{
	float: right;
	width: 40%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	transform: translateY(-50%);
	right: 10%;
	z-index: 1;
	background: #FFF;
	padding: 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	box-shadow: 0px 0px 9.5px 0.5px rgba(6, 0, 1, 0.2);
	text-align: left;
}

.slider h3{
	color: #8C6620;
}

.slider .no{
	font-size: 12px;
	font-size: 1.2rem;
}

.slider .dot-class{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.slider .dot-class li{
	display: inline-block;
	width: 100px;
	height: 10px;
	margin-right: 10px;
	background: #E5E5E5;
	padding-bottom: 0;
}

.slider .dot-class li:hover{
	cursor: pointer;
}

.slider .dot-class li button{
	text-indent: -9999px;
}

.slider .dot-class li.slick-active{
	background: #666;
}


@media(max-width:1024px){
	
	#sec03 h2{
		margin-bottom: 60px;	
	}

	.slider .image{
		float: none;
		width: 100%;
		max-width: 100%;
	}
	.slider .text{
		float: none;
		width: 40%;
		right: 2%;
	}
}

@media screen and (max-width: 896px){
	.slider .text{
		position: static;
		width: 90%;
		height: 100%;
		margin-left:auto;
		margin-right:auto;
		margin-top: -30px;
		text-align: center;
		-webkit-transform: translateY(0); /* Safari用 */
		transform: translateY(0);
		padding: 30px;
	}

	.slider .dot-class{
		text-align: center;
	}
}

/* ---------------------------------------------------------------- sec04 ---- */


#sec04 .slider .image{
	float: right;
	text-align: right;
}

#sec04 .slider .text{
	left: 10%;
}

#sec04 .slider .dot-class{
	text-align: right;
}

#sec04 .label{
	width: 170px;
	margin-left: auto;
	margin-right: auto;
	color: #FFF;
	background: #8C6620;
}

#sec04 .btn{
	margin-top: 60px;
}

#sec04 .btn a{
	padding: 40px;
	
}

@media(max-width:1024px){

	#sec04 .slider .image{
		float: none;
		width: 100%;
		max-width: 100%;
	}
	#sec04 .slider .text{
		float: none;
		width: 40%;
		left: 2%;
	}
}

@media screen and (max-width: 896px){
	#sec04 .slider .text{
		position: static;
		width: 90%;
		margin-left:auto;
		margin-right:auto;
		margin-top: -30px;
		text-align: center;
		-webkit-transform: translateY(0); /* Safari用 */
		transform: translateY(0);
		padding: 30px;
	}

	#sec04 .slider .dot-class{
		text-align: center;
	}

	#sec04 .btn{
		margin-top: 30px;
	}

	#sec04 .btn a{
		padding: 20px;
	}
}

/* ---------------------------------------------------------------- sec05 ---- */

#sec05{
	padding: 120px 0;
	background: #F1F1F1;
}

#sec05 h2{
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 0.2em;
	margin-bottom: 60px;
}

#sec05 ul{
	margin-top: 100px;
}

#sec05 ul li{
	width: 100%;
	background: #FFF;
	margin-bottom: 80px;
}

#sec05 ul li:last-child{
	margin-bottom: 0;
}

#sec05 ul li .image{
	width: 50%;
	float: left;
	overflow: hidden;
}

#sec05 ul li .image img{
	width: 120%;
	object-fit: contain;
	object-position: left;
	/* object-fit: cover; */
}

#sec05 ul li:nth-child(even) .image{
	float: right;
}

#sec05 ul li .text{
	width: 50%;
	float: right;
	text-align: left;
	padding: 60px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sec05 ul li:nth-child(even) .text{
	float: left;
}

@media screen and (max-width: 896px){
	#sec05{
		padding: 60px 0;
	}
	#sec05 ul{
		margin-top: 60px;
	}

	#sec05 ul li{
		margin-bottom: 30px;
	}

	#sec05 ul li .image{
		float: none;
		width: 100%;
	}

	#sec05 ul li .text{
		float: none;
		width: 100%;
		padding: 30px;
	}
}

/* ---------------------------------------------------------------- sec06 ---- */

#contact h2{
	font-size: 42px;
	font-size: 4.2rem;
	letter-spacing: 0.2em;
	margin-bottom: 100px;
}

form{
	width: 100%;
	text-align: left;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

form .name{
	width: 250px;
	float: left;
}

form .name span{
	display: inline-block;
}

form .name span.fontsize080{
	margin-left: 20px;
}

form .input{
	width: calc(100% - 260px);
	float: left;
	display: block;
	background: #F1F1F1;
	padding: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

form .radio_wrap{
	float: left;
	cursor: pointer;
}

form .radio{
	display: block;
	background: #F1F1F1;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0 10px;
}
form .radio label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding: 10px 0;
}
/*
form .radio label::before,
form .radio label::after {
	position: absolute;
	content: '';
	top: 50%;
	border-radius: 100%;
	-webkit-transition: all .2s;
	transition: all .2s;
}
form .radio label::before {
	left: 0;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #f3f3f3;
	border: 1px solid #ccc;
}
form .radio label:hover::before {
	background: #fff;
}
form .radio label::after {
	opacity: 0;
	left: 4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	background: #B09A58;
	-webkit-transform: scale(2);
	transform: scale(2);
}

input[type="radio"]:checked + label::before {
	background: #fff;
	border: 1px solid #B09A58;
}
input[type="radio"]:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
*/
input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    vertical-align: -0.8rem;
    transition:all .15s ease-out 0s;
    cursor: pointer;
    display: inline-block;
    margin: .4rem;
    outline: none;
	border-radius: 10%;
	background-color: #f3f3f3;
	border: 1px solid #ccc;
    border-radius: 50%;
}
input[type=radio]:hover {
	background-color: #fff;
}
input[type=radio]:checked {
	border: 1px solid #B09A58;
}
input[type=radio]:checked:before {
	transform: scale(1);
	background: #B09A58;
	border: 1px solid #B09A58;
}
input[type=radio]:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 3px;
    transform: scale(0);
    transition: all ease-out 250ms;
}

#contact .btn{
	display: block;
	color: #fff;
	background: rgba(164,33,28,1);
	text-align: center;
	padding: 20px 30px;
  	position: relative;
  	width: 480px;
  	margin-left: auto;
  	margin-right: auto;
  	margin-top: 60px;
}

#contact .btn:hover{
	background: #000;
	color: #FFF;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

@media screen and (max-width: 896px){

	#contact h2{
		margin-bottom: 60px;	
	}

	form .name{
		float: none;
		width: 100%;
		margin-bottom: 10px;
		display: block;
	}

	form .input{
		float: none;
		width: 100%;
	}

	#contact .btn{
		padding: 15px;
		width: 100%;
		margin-top: 30px;
	}
}

/* ---------------------------------------------------------------- sec07 ---- */

#sec07{
	background: url("/wp-content/uploads/2022/02/414d967dec959a1cc99572ec4171a8a7.jpeg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	height: 500px;
}
#sec072{
	background: url("/wp-content/uploads/2022/02/a8a94f0f72d6fc0204b746f21567d7a2.jpeg") no-repeat 50% 50%;
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	height: 500px;
}


@media screen and (max-width: 896px){
	#sec07{
		height: 250px;
	}
}

/* ---------------------------------------------------------------- tel ---- */

}
.tel-contact {
	margin: 0 0 40px;
}
.tel-contact a {
	color: #fff;
    background: rgba(164,33,28,1);
    display: block;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 0;
}
.tel-contact a i {
	padding: 0 10px 0 0;
}
.tel-contact a:first-child {
    margin-bottom: 20px;
}
