﻿/*-------------------------------------------------
個別
---------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');
.cms_title p{font-family: 'Handlee', cursive;}

.more a{
    font-family: 'Handlee', cursive;
    z-index: 1;
    border-radius: 50px;
    max-width: 200px;
}
#wrap{
    opacity: 0;
}
#fakeloader{
	z-index: 9999;
	animation: fadeout 3s ease forwards;
        background-color: #603813;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 100%!important;
max-width: 250px;
	animation-name: loader;
	animation-duration: 3s;
	animation-timing-function: ease;
}
@keyframes fadeout{
	50% {opacity: 1;}
	98%,100% {opacity: 0;}
}
@keyframes loader{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}
.button{
    color: #fff;
    background-color: #354018;
    border-radius: 50px;
}
.button:hover{transform: translateY(-5px);}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #8c6239;
}
.fa-envelope:before{content: none;}
body,h1,h2,h3,h4{font-weight: 600;}
header,.fat-nav ul{
    background-image: url(Dup/img/bg_img.jpg);
    background-size: cover;
}
#main_menu ul li a{color: #fff;}
#main_menu ul li a::before{background-color: #fff;}
.main_box{
    background-color: #FFF8DC;
    background-image: url(Dup/img/body_img.png);
}
#contents1,#contents2,#contents3{
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.top_cms_box{position: relative;}
#contents1::before,#contents2::before,#contents3::before,.top_cms_box::before{
content: "";
    position: absolute;
    bottom: 0px;
    right: 10px;
    background-image: url(Dup/img/dec1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    max-width: 200px;
    height: 130px;
    opacity: 0.8;
}
#contents2::before{
    background-image: url(Dup/img/dec2.png);
    bottom: -5%;
    right: 45%;
    width: 20%;
}
#contents3::before{
    background-image: url(Dup/img/dec3.png);
    bottom: -50px;
    
}
#contents1 h2{
    padding-top: 100px;
    background-image: url(Dup/img/welcome.png);
    background-repeat: no-repeat;
    background-size: 200px;
    text-align: center;
    background-position: center top;
}
.cms_title::before{content: none;}
.top_cms_box::before{
    bottom: -50px;
    left: 10px;
    max-width: 150px;
    background-image: url(Dup/img/dec4.png);
}
.top_cms_box:nth-of-type(3)::before,.top_cms_box:nth-of-type(5)::before{
        background-image: url(Dup/img/dec5.png);
    left: inherit;
    right: 0;
}
.top_cms_box:nth-of-type(4)::before{background-image: url(Dup/img/dec6.png);}
.top_cms_box:nth-of-type(5)::before{background-image: url(Dup/img/dec1.png);}
#top_cms .cms_title {
    text-align: center;
    padding-top: 50px;
    text-align: center;
    padding-left: 0;
    position: relative;
    background-image: url(Dup/img/item1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 80px;
}
.cms_3-f .link_box > a{
    background-repeat: no-repeat;
    background-position: center top 20px;
    background-size: 100px;
padding-top: 130px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #f3ebd3;
    
}
.cms_3-f .link_box > a:hover{transform: translateY(-10px);}
.link_box ul li {
    width: 12%!important;
}
/*-------------------------------------------------
下層
---------------------------------------------------*/
#cms_5-a .box_wrap{display: block;}
.mail_contact_link a{
background-color: #603813;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
margin-top: 30px;
}
.mail_contact_link a:hover{
transform: translateY(-5px);
}
article.width_1280-max{position: relative;}
article.width_1280-max:before, article.width_1280-max:after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(Dup/img/dec1.png);
    background-repeat: no-repeat;
    max-width: 200px;
    width: 20%;
    height: 300px;
    right: 0px;
    top: -100px;
    background-size: contain;
}
article.width_1280-max:after {
    bottom: -250px;
    left: -10px;
    background-image: url(Dup/img/dec3.png);
    top: inherit;
}
#page10 ul li{
    position: relative;
    z-index: 1;
}
/*-------------------------------------------------
tab
-----------------------------------------------------*/
@media screen and (max-width: 768px){
#main_img{height: 67vw!important;}
#logo{text-align: center;}
.main_box {
    padding-top: 115px;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after{
    background-color: rgb(255 255 255)!important;
}
.hamburger.active .hamburger__icon {
    background-color: transparent!important;
}
.fat-nav li a{
    color: #fff;
    border-color: #fff;
}
#contents1{
    padding-bottom: 100px;
    padding-top: 70px;
}
.hamburger {
    top: 40px;
}



}



/*-------------------------------------------------
sp
-----------------------------------------------------*/
@media screen and (max-width: 667px){
    #fakeloader .fl{max-width: 150px;}
.hamburger {
    top: 25px;
}

.main_box {
    padding-top: 88px;
}
#contents1, #contents2, #contents3 {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
#contents1 {
    padding-bottom: 70px;
    padding-top: 50px;
}
#contents1 h2{
    padding-top: 70px;
    background-size: 150px;
}
#contents1::before, #contents2::before, #contents3::before{height: 70px;}
#contents2::before{content: none;}
#top_cms .cms_title{
        padding-top: 30px;
        background-size: 50px;
}
.top_cms_box::before{height: 70px;}
footer .logo{text-align: center;}
footer .logo img{max-width: 120px;}

}


/*-------------------------------------------------
IE
-----------------------------------------------------*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none){
#main_menu ul li a::before{top: 40%!important;}
.mail_contact_link a{padding: 15px 10px 5px;}

}


/*-------------------------------------------------
Firefox
-----------------------------------------------------*/
@-moz-document url-prefix(){

}