@charset "utf-8";
/*
Theme Name:Re-3
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright { display: block; margin: 0 0 10px auto; }/* 配置位置 左 */
.alignleft { display: block; margin: 0 auto 10px 0; }/* 配置位置 右 */
.aligncenter { display: block; margin: 0 auto 10px; }/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } *//* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*//* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited { text-decoration: none; color: #000; }
a:hover  { text-decoration: none; color: #000; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #000; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* FONT FAMILY */
/* -------------------------------------------------- */

.suw{
	font-family: "Suwannaphum", serif;
	font-feature-settings : "palt";
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.center{
	text-align: center;
}
.rightTxt{
	text-align: right;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}

html.translated-ltr {
    font-size: 60% !important;
}

body {
	background: #fff;
	color: #000;
	font-size: 1.6rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings : "palt";
	line-height: normal;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

#container {
    position: relative;
    overflow: hidden;
}

main img{
    width: 100%;
    height: auto;
}

/*アニメーション設定*/
.blur {
 opacity: 0;
 -webkit-filter: blur(8px);
 filter: blur(8px);
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.blur.on {
 opacity: 1;
 -webkit-filter: blur(0);
 filter: blur(0);
}
.fadeInLeft {
 -webkit-transform: translateX(-100vw);
 transform: translateX(-100vw);
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.fadeInLeft.on {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.fadeInRight {
 -webkit-transform: translateX(100vw);
 transform: translateX(100vw);
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}
.fadeInRight.on {
 -webkit-transform: translateX(0);
 transform: translateX(0);
}
.fadeInUp {
 opacity: 0;
 -webkit-transform: translateY(40px);
 transform: translateY(40px);
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.fadeInUp.on {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
.fadeInDown {
 opacity: 0;
 -webkit-transform: translateY(-40px);
 transform: translateY(-40px);
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.fadeInDown.on {
 opacity: 1;
 -webkit-transform: translateY(0);
 transform: translateY(0);
}
.fadeIn {
 opacity: 0;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
}
.fadeIn.on {
 opacity: 1;
}
.fadeInZoom {
 opacity: 0;
 -webkit-transition: all .5s ease-out;
 transition: all .5s ease-out;
    transform: scale(0);
}
.fadeInZoom.on {
 opacity: 1;
    transform: scale(1);
}
.delay250 {
 transition-delay: 250ms;
}
.delay500 {
 transition-delay: 500ms;
}



/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) {
        /* 768px以上用（PC用）の記述 */
    
    #container {
        min-width: 1200px;
        position: relative;
        overflow: hidden;
    }
    .contentWrap1{
        width: 1100px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    .contentWrap3{
        width: 1100px;
        margin: 0 auto;
        box-sizing: border-box;
    }
    #header {
        width: 100%;
		height: 140px;
        box-sizing: border-box;
        z-index: 10;
        transition: 0.3s;
		position: fixed;
    }
    #header.smaller {
		background: rgba(255,255,255,1);
		height: 80px;
		box-shadow: 0 10px 30px rgba(0,0,0,0.14);
    }
    .headerW{
        box-sizing: border-box;
        position: relative;
		width: 100%;
		min-width: 1100px;
		margin: 0 auto;
		
    }
	.headerLogo{
		width: 290px;
		display: inline-block;
		padding-top: 38px;
		margin-left: 100px;
	}
    #header.smaller .headerLogo{
		width: 200px;
		padding-top: 16px;
    }

	.headerTxtW{
		text-align: right;
		margin-right: 80px;
		padding-top: 13px;
	}
	.hResBtn{
		display: inline-block;
		color: #fff !important;
		background: #f8b62d;
		line-height: 3rem;
		border-radius: 15px;
		padding: 0 20px;
		border: 1px solid #f8b62d;
		margin-right: 15px;
		letter-spacing: 0.1em;
	}
	.hResBtn:hover{
		border: 1px solid #f8b62d;
		background: #fff;
		color: #f8b62d !important;
	}
	.hTel{
		display: inline-block;
		color: #f8b62d !important;
		font-size: 2rem;
		line-height: 3rem;
		font-weight: 500;
		letter-spacing: 0.05em;
	}
    
    #menu{
        box-sizing: border-box;
        display: inline-block;
        float: right;
    }

/*メニュー用*/

    .overlay {
    }

    .headerMenuBtn{
        vertical-align: top;
        letter-spacing: normal;
        width: 26px;
        text-align: center;
        position: absolute;
        right: 20px;
        top: 3px;
        height: 31px;
        box-sizing: border-box;
        z-index: 1000;
    }
    .headerMenus{
		width: 520px;
		display: flex;
		justify-content: space-between;
		padding-top: 44px;
		margin-right: 100px;
    }
    #header.smaller .headerMenus{
		padding-top: 17px;
    }
    .headerMenu {
        display: inline-block;
        box-sizing: border-box;
		text-align: center;
    }
    .headerMenu a {
        display: block;
        box-sizing: border-box;
        position: relative;
        font-size: 1.6rem;
        font-weight: bold;
        letter-spacing: 0.1em;
        overflow: hidden;
        padding-bottom: 16px;
    }
    .headerMenu a:before {
        content: "";
        background: #006934;
        width: 100%;
        height: 3px;
        position: absolute;
        display: block;
        left: -100%;
        bottom: 0px;
        transition: 0.3s;
    }
	.headerMenu a:hover:before{
		left: 0;
	}
	.menuTxtS{
		font-size: 1rem;
		display: block;
		color: #006934;
		padding-top: 5px;
	}
    .headerBtnW{
        display: block;
		width: 370px;
		margin: 0 auto 14px;
    }
	.menuBtn{
		display: block;
		border: 1px solid #fff;
		text-align: center;
		width: 100%;
		line-height: 4rem;
		color: #fff !important;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.menuTimeW{
		text-align: center;
	}
	.menuTime{
		font-size: 1.2rem;
		color: #fff;
	}
    
/*ハンバーガメニュー*/
/*ベース*/
	.headMenu:after{
		content: "MENU";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		font-size: 1rem;
		text-align: center;
		color: #f8b62d;
	}
	.headMenu.current:after{
		content: "CLOSE";
		color: #fff;
	}
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        width: 28px;
        height: 48px;
        position: relative;
        float: left;
        margin: 0px 0 0 24px;
        z-index: 104;
    }
    .menu-trigger {
        float: right;
        margin: 0;
    }
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0px;
        width: 28px;
        height: 4px;
        background-color: #f8b62d;
    }
    .menu-trigger.current span{
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 11px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 20px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 15px;
    }

    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
        top: 0px;
    }
    .menu-trigger.current span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards;
    }
    .menu-trigger.current span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
        bottom: 4px;
    }

@media screen and (max-width: 1366px) {
	.headerW{
		width: 1100px;
		margin: 0 auto;
	}
	.headerLogo{
		margin-left: 0px;
	}
    .headerMenus{
		margin-right: 0px;
    }
	}

/*スクロール時設定*/
    

    .goTopBtn{
        position: fixed;
        right: 20px;
        bottom: 100px;
        z-index: 100;
        width:63px;
        height: 63px;
        display: block;
    }
    .goTopBtn img{
        width: 100%;
        height: auto;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

    /*Footer*/
    footer{
		background: #fff;
        position: relative;
    }
    .footerW{
        width: 1200px;
        margin: 0 auto;
        padding: 80px 0 15px;
        position: relative;
		display: flex;
		justify-content: space-between;
    }
	.footerL{
		display: inline-block;
        vertical-align: top;
	}
    .footerLogo {
        display: inline-block;
        width: 290px;
		margin-bottom: 40px;
    }
    .footerLogo img{
        width: 100%;
        height: auto;
    }
	.footerName{
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}
	.footerAdd{
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		line-height: 2.45rem;
	}
    .footerR{
        display: flex;
		padding-top: 25px;
	}
	.footerMenuW{
		display: flex;
		justify-content: space-between;
		width: 705px;
	}
	.footerMenu{
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		letter-spacing: 0.1em;
	}
	.footerMenu a{
		overflow: hidden;
		position: relative;
		display: inline-block;
	}
	.footerMenu a:before{
		content: "";
		background: #614c3f;
		width: 100%;
		height: 1px;
		left: -100%;
		bottom: 0;
		position: absolute;
		display: block;
		transition: 0.3s;
	}
	.footerMenu a:hover:before{
		left: 0%;
	}
	
    
    .copyW{
        position: relative;
        text-align: center;
    }

    .copyright{
		width: 1200px;
		margin: 0 auto;
		text-align: right;
		color: #006934;
        font-size: 1.2rem;
        padding: 0px 0 80px;
    }

/*commonタイトル*/
	
    .commonTtl01{
		font-size: 5rem;
		line-height: 5rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
    }
    .commonTtl01S{
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.05em;
    }
	.commonTtl02No{
		font-size: 2rem;
		letter-spacing: 0.05em;
		color: #006934;
		font-weight: bold;
	}
	.commonTtl02{
		font-size: 3.6rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-bottom: 30px;
	}
    .commonTtl03{
		font-size: 5rem;
		line-height: 5rem;
		font-weight: bold;
		letter-spacing: 0.05em;
    }
    .commonTtl03S{
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.05em;
    }
	.commonTtl04{
		font-size: 4rem;
		font-weight: bold;
		line-height: 6rem;
		letter-spacing: 0.05em;
		color: #006934;
		margin-bottom: 25px;
	}
	.commonTtl05{
		font-size: 2.4rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}
	.commonTtl06{
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 4rem;
	}

/*commonテキスト*/
    
	.commonCopy01{
		font-weight: bold;
		font-size: 3rem;
		line-height: 6rem;
		letter-spacing: 0.05em;
	}
    .commonTxt01{
		line-height: 4rem;
		font-size: 1.8rem;
		letter-spacing: 0.05em;
    }
    .commonTxt02{
		font-size: 1.6rem;
		line-height: 3.2rem;
		letter-spacing: 0.05em;
    }
    .commonTxt03{
		font-size: 2rem;
		line-height: 4rem;
		letter-spacing: 0.05em;
		font-weight: 500;
    }
    .commonTxt04{
		font-size: 1.6rem;
		line-height: 3.4rem;
		letter-spacing: 0.05em;
		font-weight: 500;
    }

/*commonボタン*/
    .commonBtn01W{
    }
    .commonBtn01 {
        display: inline-block;
        width: 232px;
        line-height: 4rem;
        font-size: 2rem;
        font-weight: bold;
        color: #fff !important;
        border-radius: 2rem;
        background: #006934;
        box-sizing: border-box;
        border: 1px solid #006934;
        text-align: center;
        letter-spacing: 0.05em;
    }
    .commonBtn01:hover{
        background: #fff;
        color: #006934 !important;
    }
    .commonBtn02{
    }
    .commonBtn02:hover{
        background: #fff;
        color: #000 !important;
    }
    

}
@media screen and (max-width: 767px) {
        /* 767px以下用（スマートフォン用）の記述 */

    #container {
        width: 100%;
        overflow: hidden;
        font-size: 1.4rem;
    }
	#container:before{
		content: "";
		background: url("img/sp/asset_01.png") no-repeat;
		width: 85px;
		height: 430px;
		display: block;
		position: absolute;
		left: 0;
		top: 360px;
		background-size: contain;
	}
    .contentWrap1{
        width: 90%;
        margin: 0 auto;
    }
    .contentWrap2{
        width: 90%;
        margin: 0 auto;
    }
    .contentWrap3{
        width: 90%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        position: fixed;
        z-index: 9999;
        top: 0;
		background: #fff;
    }
    #header.smaller {
		box-shadow: 0 10px 30px rgba(0,0,0,0.14);
    }
    .headerW{
        width: 90%;
        margin: 0 auto;
        text-align: left;
    }

    #menu{
    }
    .headerLogo {
        width: 190px;
        display: inline-block;
        vertical-align: top;
        padding-top: 8px;
    }
    .headerLogo img{
        width: 100%;
        height: auto;
    }


/*メニュー用*/

    .headerMenuBtn{
        vertical-align: top;
        letter-spacing: normal;
        width: 26px;
        text-align: center;
        position: absolute;
        right: 20px;
        top: 0px;
        height: 31px;
        box-sizing: border-box;
        z-index: 1000;
    }
    .menuSlide{
        position: fixed;
        top: 0px;
        width: 100%;
        height: 100vh;
        background: #006934;
        left: 100%;
        transition: 0.5s;
        z-index: 999;
        letter-spacing: normal;
        overflow-x: scroll;
        padding-top: 100px;
        text-align: center;
    }
    .menuSlide.current{
        left: 0;
    }
	.menuLogo{
		width: 92px;
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.menuLogo img{
		width: 100%;
		height: auto;
	}
    .headerMenus{
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
    }
    .headerMenu {
        display: block;
        box-sizing: border-box;
		width: 100%;
		text-align: center;
		margin-bottom: 0px;
    }
    .headerMenu a{
        display: block;
        box-sizing: border-box;
        color: #fff !important;
        position: relative;
        font-size: 1.8rem;
		line-height: 2.4rem;
        font-weight: 400;
		letter-spacing: 0.06em;
		padding: 10px 0 5px;
    }
    .headerMenu:nth-child(odd) a{
		background: rgba(255,255,255,0.1);
    }
	.menuTxtS{
		font-size: 1rem;
		font-weight: 300;
		display: block;
		margin-top: 3px;
	}
    .headerBtnW{
        display: block;
		width: 80%;
		margin: 0 auto 14px;
    }
	.menuBtn{
		display: block;
		border: 1px solid #fff;
		text-align: center;
		width: 100%;
		line-height: 3rem;
		color: #fff !important;
		letter-spacing: 0.1em;
		margin-bottom: 10px;
	}
	.menuTimeW{
		text-align: center;
	}
	.menuTime{
		font-size: 1.2rem;
		color: #fff;
	}

/*ハンバーガメニュー*/
/*ベース*/
	.headMenu:after{
		content: "MENU";
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: -3px;
		font-size: 1rem;
		text-align: center;
		color: #006934;
	}
	.headMenu.current:after{
		content: "CLOSE";
		color: #fff;
	}
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        width: 28px;
        height: 48px;
        position: relative;
        float: left;
        margin: 0px 0 0 24px;
        z-index: 104;
    }
    .menu-trigger {
        float: right;
        margin: 0;
    }
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        left: 0px;
        width: 28px;
        height: 4px;
        background-color: #006934;
    }
    .menu-trigger.current span{
        background-color: #fff;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 11px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 20px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 15px;
    }

    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-45deg);
        transform: translateY(20px) rotate(-45deg);
        top: 4px;
    }
    .menu-trigger.current span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-menu-bar02 .8s forwards;
        animation: active-menu-bar02 .8s forwards;
    }
    .menu-trigger.current span:nth-of-type(3) {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(45deg);
        bottom: 0;
    }


    .goTopBtn {
        display: block;
        width: 48px;
        height: 48px;
        position: fixed;
        bottom: 0px;
        right: 0px;
        z-index: 100;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    .goTopBtn img{
        width: 100%;
        height: auto;
    }
    #gMap{
        width: 100%;
        height: 580px;
    }
    #gMap iframe{
        width: 100%;
        height: 580px;
    }

    /*Footer*/
    footer{
		background: #fff;
        position: relative;
    }
    .footerW{
        width: 80%;
        margin: 0 auto;
        padding: 40px 0;
        text-align: center;
    }
	.footerL{
		display: inline-block;
		margin-bottom: 40px;
	}
    .footerLogo {
        display: block;
        width: 290px;
        margin: 0 auto 30px;
		position: relative;
		transform: translateX(-5px);
    }
    .footerLogo img{
        width: 100%;
        height: auto;
    }
	.footerName{
		margin-bottom: 20px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.footerAdd{
	}
    .footerR{
        display: block;
        text-align: center;
        position: relative;
		font-weight: bold;
    }
	.footerMenu{
		line-height: 3rem;
	}
    .copyright{
		margin: 0 auto;
		text-align: center;
		color: #006934;
        font-size: 1.2rem;
        padding: 0px 0 60px;
    }
	
/*commonタイトル*/
	
    .commonTtl01{
		font-size: 3rem;
		line-height: 3rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-bottom: 5px;
    }
    .commonTtl01S{
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.05em;
    }
	.commonTtl02No{
		font-size: 1.4rem;
		letter-spacing: 0.05em;
		color: #006934;
		font-weight: bold;
	}
	.commonTtl02{
		font-size: 2.8rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
    .commonTtl03{
		font-size: 2rem;
		font-weight: bold;
    }
    .commonTtl03S{
		font-size: 1.4rem;
		font-weight: bold;
		letter-spacing: 0.05em;
    }
	.commonTtl04{
		font-size: 2.4rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		color: #006934;
		margin-bottom: 15px;
	}
	.commonTtl05{
		font-size: 2rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		margin-bottom: 15px;
	}
	.commonTtl06{
		font-size: 1.6rem;
		font-weight: bold;
		letter-spacing: 0.05em;
		line-height: 3rem;
	}
    
/*commonテキスト*/
    
	.commonCopy01{
		font-weight: bold;
		font-size: 2rem;
		line-height: 3.6rem;
		letter-spacing: 0.05em;
	}
    .commonTxt01{
		line-height: 2.2rem;
		font-size: 1.4rem;
		letter-spacing: 0.05em;
    }
    .commonTxt02{
		font-size: 1.4rem;
		line-height: 2.8rem;
		letter-spacing: 0.05em;
    }
    .commonTxt03{
		font-size: 1.6rem;
		line-height: 3rem;
		letter-spacing: 0.05em;
		font-weight: 500;
    }
    .commonTxt04{
		font-size: 1.4rem;
		line-height: 2.8rem;
		letter-spacing: 0.05em;
		font-weight: 500;
    }

/*commonボタン*/
    .commonBtn01W{
		text-align: center;
    }
    .commonBtn01 {
        display: inline-block;
        width: 232px;
        line-height: 4rem;
        font-size: 2rem;
        font-weight: bold;
        color: #fff !important;
        border-radius: 2rem;
        background: #006934;
        box-sizing: border-box;
        border: 1px solid #006934;
        text-align: center;
        letter-spacing: 0.05em;
    }
    .commonBtn01:hover{
        background: #fff;
        color: #006934 !important;
    }
    .commonBtn02{
    }
    .commonBtn02:hover{
        background: #fff;
        color: #000 !important;
    }

    
    
/*中面共通*/

}

