@charset "utf-8";
/* 共通設定 */
body {
	min-width: 1280px;
	width:100%;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 150%;
	font-weight: 500;
}
section {
	overflow: hidden;	
}
.color-red {
	color: #db524a;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}
.color-g {
	color: #387555;
	font-weight: bold;
}
.fuwafuwa01 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: fuwafuwa01;
}
@keyframes fuwafuwa01 {
    0% {
        transform: translate(0, 0px);
    }
    100% {
        transform: translate(0, -15px);
    }
}
.fuwafuwa02 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    animation-name: fuwafuwa02;
}
@keyframes fuwafuwa02 {
    0% {
        transform: translate(0px, 0);
    }
    100% {
        transform: translate(15px, 0);
    }
}
.shake {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 4.5s;
    animation-name: shake;
}
@keyframes shake {
    0%   { transform: rotate(20deg); }
    50%  { transform: rotate(-20deg); }
    100% { transform: rotate(20deg); }
}
/* loading */
#loading_bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ffffff;
	z-index: 50000;
}
#loading {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 230px;
	height: 230px;
	z-index: 11;
	text-align: center;
	animation: switchtext 0.8s infinite alternate;
}
#loading img {
	margin: 0 auto;
	width: 230px;
	height: 230px;
}
/* PageTop */
.pagetop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.pagetop a {
    display: block;
    background: url(../img/pagetop.png) no-repeat;
	background-size: cover;
    width: 52px;
	height: 52px;
	opacity: 0.9;
	transition: all 0.5s ease;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.pagetop a:hover {
    background: url(../img/pagetop-hover.png) no-repeat;
	transition: all 0.5s ease;
}

/* スクロール固定ナビ */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
	width: 100%;
	height: 80px;
	clear: both;
	background: url(../img/nav-bg.png);
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.nav .wrap {
	position: relative;
	width: 1100px;
	height: 80px;
	margin: 0 auto;
}
.nav .nav-logo {
	position: absolute;
	width: 270px;
	height: 80px;
	left: 0;
	top: 0;
}
.nav .nav-logo a {
	display: block;
	text-indent: -9999px;
	background: url(../img/nav-logo.png) no-repeat;
	width: 270px;
	height: 80px;	
}
.nav .nav-logo a:hover {
	background: url(../img/nav-logo.gif);	
}
.nav .nav-logo a img {
	vertical-align: bottom;	
}
.nav-nav {
	position: absolute;
	left: 270px;
	top: 20px;	
	height: 50px;
	width: 708px;
}
.nav-nav ul {
	margin: 0;
	padding: 0;	
}
.nav-nav ul li {
	float: left;
	list-style-type: none;
	width: 118px;	
}
.nav-nav ul li:hover {
	background: url(../img/header-nav-bg.png) no-repeat center top;
}
.nav-nav ul li a {
	display: block;
	width: 100%;
	height: 50px;
	transition: all 0.5s ease;
}
.nav-nav ul li a:hover {
	transition: all 0.5s ease;
	transform: translateY(-8px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.nav .wrap .nav-tel {
	position: absolute;
	width: 122px;
	height: 30px;
	box-sizing: border-box;
    border: 1px dashed #a0a0a0;
	top: 25px;
	right: 0;
}
.nav .wrap .nav-btn_insta {
    background: url(../img/btn_insta.png) no-repeat;
    position: absolute;
    width: 61px;
    height: 61px;
    top: 12px;
    right: -76px;
    transition: all 0.5s ease;
    opacity: 0.8;
}
.nav .wrap .nav-btn_insta:hover {
	transition: all 0.5s ease;
	opacity: 0.6;
}
.nav .wrap .nav-form {
	position: absolute;
	width: 122px;
	height: 30px;
	box-sizing: border-box;
    border: 1px dashed #a0a0a0;
	bottom: 5px;
	right: 0;
}
.nav .wrap .nav-form a {
	display: block;
	width: 100%;
	height: 28px;
	transition: all 0.5s ease;
}
.nav .wrap .nav-form a img {
	vertical-align: bottom;	
}
.nav .wrap .nav-form a:hover {
	background: #cdc8ae;
	transition: all 0.5s ease;	
}
/* fancybox */
.fancybox-infobar span {
	color: #fff;	
}
.fancybox-navigation button {
	display: none;	
}
.fancybox-caption {
	text-align: center;	
}
/* #header */
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;	
	z-index: 10;
	background: url(../img/header-bg.png) repeat-x center top;
	filter: drop-shadow(0 8px 8px rgba(0,0,0,0.3));
}
.header-wrap {
	width: 1100px;
	height: 110px;	
	margin: 0 auto;
	position: relative;
}
.header-bg-leaft01 {
	background: url(../img/header-bg-leaf01.png) no-repeat;
	position: absolute;
	width: 218px;
	height: 220px;
	top: -60px;
	left: -140px;	
}
.header-bg-leaft02 {
	background: url(../img/header-bg-leaf02.png) no-repeat;
	position: absolute;
	width: 200px;
	height: 248px;
	top: -100px;
	right: -80px;	
}
.header-btn_insta {
	background: url(../img/btn_insta.png) no-repeat;
	position: absolute;
	width: 61px;
	height: 61px;
    top: 28px;
    right: -82px;
	transition: all 0.5s ease;
    opacity: 0.9;
}
.header-btn_insta:hover {
	transition: all 0.5s ease;
	opacity: 0.6;
}
.header-logo-waku {
	position: absolute;
	width: 270px;
	height: 170px;
	left: 0;
	top: 0;	
	z-index: 3;
	background: url(../img/header-logo-waku.png) no-repeat center top;
	pointer-events: none;	
}
.header-logo {
	position: absolute;
	width: 270px;
	height: 170px;
	left: 0;
	top: 0;	
	z-index: 2;
}
.header-logo h1 {
	margin: 0;
}
.header-logo h1 a {
	display: block;	
	width: 270px;
	height: 170px;
	text-indent: -9999px;
	background: url(../img/header-logo.png) no-repeat center top;
}
.header-logo h1 a:hover {
	background: url(../img/header-logo.gif) no-repeat center top;	
}
.header-nav {
	position: absolute;
	right: 26px;
	top: 32px;	
	height: 50px;
	width: 809px;
}
.header-nav ul {
	margin: 0;
	padding: 0;	
}
.header-nav ul li {
	float: left;
	list-style-type: none;	
    border-right: 1px dashed #a0a0a0;
	transition: all 0.5s ease;
}
.header-nav ul li:hover {
	background: url(../img/header-nav-bg.png) no-repeat center top;
	transition: all 0.5s ease;
}
.header-nav ul li:last-child {
    border-right: none;	
}
.header-nav ul li a	{
	display: block;
	width: 132px;
	height: 50px;
	transition: all 0.5s ease;
}
.header-nav ul li a:hover {
	transition: all 0.5s ease;
	transform: translateY(-8px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
/* #header-info */
#header-info {
	width: 1100px;
	height: 200px;	
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.header-english {
	position: absolute;
	width: 170px;
	height: 76px;
	top: -8px;
	right: 180px;
}
.header-tel {
	position: absolute;
	width: 170px;
	height: 76px;
	top: -8px;
	right: 0;
}
.header-form {
	position: absolute;
	width: 170px;
	height: 76px;
	top: -8px;
	right: 0;
	z-index: 2;
}
.header-english a,
.header-form a	{
	display: block;
	width: 170px;
	height: 70px;
	transition: all 0.5s ease;
}
.header-english a:hover,
.header-form a:hover {
	transition: all 0.5s ease;
	transform: translateY(8px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.blog a{
	color: #333;
}
.blog li{
	list-style-type:none;
	margin-left:20px;
}
/* footer */
footer {
	background: url(../img/footer-bg.jpg) no-repeat center top;	
}
footer p {
	color: #fff;	
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 14px;
}
.footer-wrap {
	margin: 0 auto;
	width: 1100px;
	height: 400px;
	position: relative;	
}
.footer01 a,
.footer03 a {
	transition: all 0.5s ease;
	display: block;	
}
.footer01 a:hover,
.footer03 a:hover {
	transition: all 0.5s ease;
	transform: translateY(3px);	
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
.footer01 {
	position: absolute;
	width: 300px;
	height: 250px;
	top: 30px;
	left: 0;	
}
.footer01 img {
	display: block;
	margin-bottom: 15px;	
}
.footer02 {
	position: absolute;
	width: 500px;
	height: 250px;
	top: 30px;
	left: 320px;	
}
.footer02 ul {
	width: 100%;	
}
.footer02 ul li {
	float: left;
	width: 250px;
	height: 30px;
	list-style-type: none;	
	background: url(../img/footer-li.png) no-repeat center left;
	box-sizing: border-box;
	padding-left: 20px;
}
.footer02 ul li a {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0.2em;
	transition: all 0.5s ease;
}
.footer02 ul li a:hover {
	color: #f1f2c2;
	transition: all 0.5s ease;
}
.footer03 {
	padding-top:20px;
	position: absolute;
	width: 260px;	
	height: 250px;
	right: 0;
	top: 30px;
}
.footer03 a {
	position: relative;
	display: block;
	font-weight: 400;	
	width: 260px;	
	height: 70px;
	text-decoration: none;
	margin-bottom: 20px;
}
.footer03 a:hover {
	background: #ca7f4b;
}
.footer03 a:hover span {
	color: #fff;	
}
.footer04 {
	position: absolute;
	width: 1100px;
	height: 130px;
	bottom: 0;
	left: 0;	
}
.footer04 p {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	text-align: center;	
	letter-spacing: 0.2em;
	font-weight: 400;
	font-size: 0.8rem;
}
.footer04 p img {
	vertical-align: middle;
	margin-right: 5px;
}


/*indexのみfooter*/
#index_cover .footer02 {
	position: absolute;
	width: 340px;
	height: 250px;
	top: 30px;
	left: 320px;	
}

#index_cover .footer02 ul {
	width: 340px;
	box-sizing:border-box;
}

#index_cover .footer02 ul li {
	float: left;
	width: 150px;
	height: 30px;
	list-style-type: none;	
	background: url(../img/footer-li.png) no-repeat center left;
	box-sizing: border-box;
	padding-left: 20px;
}

#index_cover .footer05 a{
	display:block;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:14px;}

#index_cover .footer05 a:hover{
	opacity:.8;}

#index_cover .footer05 {
	position: absolute;
	width: 180px;
	height: 250px;
	top: 30px;
	left: 620px;
	padding-top:20px;	
}
