@charset "UTF-8";
header{ 
	width: 1050px;
	height: 30px;
	margin: 0 auto;
	padding: 2em 0 0;
	box-sizing: border-box;
}
@media screen and (max-width: 999px){
	header{ 
	width: 92%;
	padding: 1.5em 0 1em;
	}	
}

.logo{
	width: 60px;
}
.logo img{
	width: 100%;
}
/*=======================================================
visual
=======================================================*/

/*front-page.php
-----------------------------------*/
#main-visual{ 
	width: 1050px;
	height: 650px;
	margin: 2em auto 0;
	position: relative;
}
@media screen and (max-width: 896px){
#main-visual{
	width: 100%;
	height: 580px;
	}
}

#main-visual .main-icon-block{ 
	position: absolute;
	top: 0;
	right: -12%;
	bottom: 0;
	width: 80%;
}
@media screen and (max-width: 767px){
	#main-visual .main-icon-block{ 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	}
}

#main-visual .main-catc-block{ 
	position: absolute;
	left: 0;
	bottom: 0;
}
@media screen and (max-width: 767px){
	#main-visual .main-catc-block{ 
	width: 100%;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	}
}

#main-visual .fullname{
	font-size: 7rem;
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 896px){
	#main-visual .fullname{
	font-size: 5rem;
	margin-bottom: 0.3em;
	}
}
@media screen and (max-width: 767px){
	#main-visual .fullname{
	font-size: 3.7rem;
	text-align: center;
	}
}

.main-cp{ 
	font-size: 2rem;
}
@media screen and (max-width: 767px){
.main-cp{ 
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: center;
	margin: 0;
	}
}

#main-visual .main-icon-block img{
	max-width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 767px){
	#main-visual .main-icon-block img{ 
	max-width: 100%;
	display: block;
	margin: 0 auto;
	height: 75%;
	}
}

/*=======================================================
global-nav：pages
=======================================================*/

#g-nav{ 
	font-size: 1.5rem;
	position: fixed;
	z-index: 999;
	top: -120%;
	left: 0;
	width: 100%;
	height: 100vh;
	background: #ccbb75;
	transition:  all 0.6s;
}

#g-nav.panelactive{
	top: 0;
}

#g-nav ul {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#g-nav li{ 
	list-style: none;
	text-align: center;
}

#g-nav li a{
	color: #111;
	text-decoration: none;
	padding: 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.openbtn{
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 58px;
	height: 58px;
	background: #ccbb75;
	border-radius: 0 0 0 15px;
}

.openbtn span{
	display:inline-block;
	position: absolute;
	left: 18px;
	height: 2px;
	background: #fff;
	width: 45%;
	transition: all .4s ease;
}

.openbtn span:nth-of-type(1){
	top: 19px;
}
.openbtn span:nth-of-type(2){
	top: 27px;
}
.openbtn span:nth-of-type(3){
	top: 35px;
}

.openbtn.active span:nth-of-type(1){
	top: 27px;
	left: 10px;
	transform: translateX(6px) rotate(-45deg);
	width: 50%;
}

.openbtn.active span:nth-of-type(2){
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 28px;
	left: 22px;
	transform: translateX(-6px) rotate(45deg);
	width: 50%;
}

@media screen and (max-width: 896px){
#g-nav{ 
	font-size: 1.8rem;
	}	

.openbtn{ 
	width: 50px;
	height: 50px;
	background: #ccbb75;
	border-radius: 0 0 0 8px;
	}

.openbtn span{
	display:inline-block;
	position: absolute;
	left: 12px;
	height: 2px;
	background: #fff;
	width: 45%;
	transition: all .4s ease;
}

.openbtn span:nth-of-type(1){
	top: 18px;
}

.openbtn span:nth-of-type(2){
	top: 26px;
}

.openbtn span:nth-of-type(3){
	top: 34px;
}

.openbtn.active span:nth-of-type(1){
	top: 25px;
	left: 4px;
	transform: translateX(6px) rotate(-45deg);
	width: 50%;
}

.openbtn.active span:nth-of-type(2){
opacity: 0;
}

.openbtn.active span:nth-of-type(3){
	top: 25px;
	left: 16px;
	transform: translateX(-6px) rotate(45deg);
	width: 50%;
	}
}


/* 検索窓：pc
-------------------------------*/
#search-wrap{
	position: relative;
	top: -13px;
}

@media screen and (max-width: 896px){
#search-wrap{ 
	display: none;
	}
}

#search-txt{ 
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	padding: 16px 10px;
	border: none;
	background: #fff url("http://exampleno4.pear-two.com/wp-content/uploads/2022/02/search.png") no-repeat 17px center;
	background-size: 20px 20px;
	cursor: pointer;
	outline: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}

#search-txt:focus{
	width: 250px;
	padding: 16px 0 16px 60px;
	border-bottom: 1px solid #b29c7b;
}

#post-search-wrap{ 
	display: none;
	}

@media screen and (max-width: 599px){
#post-search-wrap{ 
	display: inline-block;
	position: absolute;
	right: 55px;
	}
}

@media screen and (max-width:896px){
#post-search-wrap{
	display: inline-block;
	position: absolute;
	right: 70px;
	}
	
#post-search-txt{ 
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	padding: 16px 10px;
	border: none;
	background: #fff url("http://exampleno4.pear-two.com/wp-content/uploads/2022/02/search.png") no-repeat 17px center;
	background-size: 20px 20px;
	cursor: pointer;
	outline: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}

#post-search-txt:focus{
	width: 250px;
	padding: 16px 0 16px 60px;
	border-bottom: 1px solid #b29c7b;
	}
}