@charset "utf-8";
/*
Theme Name:DECOLIFE
Author:
*/

/* 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: #333333; }
a:hover  { text-decoration: none; color: #333333; 	transition: 0.3s ease-in-out;
}
a:active { text-decoration: none; color: #333333; }
a:hover img{
	transition: 0.3s ease-in-out;
}

/* FONT FAMILY */
/* -------------------------------------------------- */
.obvia{
    font-family: obvia-condensed, sans-serif;
}
.bold{
	font-weight: bold;
}

/* JURA FONT WEIGHT */
/* -------------------------------------------------- */

.w300{font-weight: 300 !important;} /*Light*/
.w400{font-weight: 400 !important;} /*Regular*/
.w500{font-weight: 500 !important;} /*Medium*/
.w600{font-weight: 600 !important;} /*Semi-Bold*/
.w700{font-weight: 700 !important;} /*Bold*/

/* ROBOTO FONT WEIGHT */
/* -------------------------------------------------- */

.w100{font-weight: 100 !important;} /*Thin*/
.w100i{font-weight: 100 !important; font-style: italic !important;} /*Thin Italic*/
.w300{font-weight: 300 !important;} /*Light*/
.w300i{font-weight: 300 !important; font-style: italic !important;} /*Light Italic*/
.w400{font-weight: 400 !important;} /*Regular*/
.w400i{font-weight: 400 !important; font-style: italic !important;} /*Regular Italic*/
.w500{font-weight: 500 !important;} /*Medium*/
.w500i{font-weight: 500 !important; font-style: italic !important;} /*Medium Italic*/
.w700{font-weight: 700 !important;} /*Bold*/
.w700i{font-weight: 700 !important; font-style: italic !important;} /*Bold Italic*/
.w900{font-weight: 900 !important;} /*Black*/
.w900i{font-weight: 900 !important; font-style: italic !important;} /*Black Italic*/

/* NOTO SANS FONT WEIGHT */
/* -------------------------------------------------- */

.w200{font-weight: 200 !important;} /*Thin*/
.w300{font-weight: 300 !important;} /*Light*/
.w400{font-weight: 400 !important;} /*Regular*/
.w500{font-weight: 500 !important;} /*Medium*/
.w700{font-weight: 700 !important;} /*Bold*/
.w900{font-weight: 900 !important;} /*Black*/

/* LETTER SPACING */

.l90{letter-spacing: 0.09em;}
.l100{letter-spacing: 0.1em;}
.l190{letter-spacing: 0.19em;}
.l350{letter-spacing: 0.35em;}

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

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.center{
	text-align: center;
}
.rightTxt{
	text-align: right;
}
/* MARGIN */
/* -------------------------------------------------- */

.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb25{margin-bottom: 25px !important;}
.mb30{margin-bottom: 30px !important;}
.mb40{margin-bottom: 40px !important;}
.mb45{margin-bottom: 45px !important;}
.mb50{margin-bottom: 50px !important;}
.mb55{margin-bottom: 55px !important;}
.mb65{margin-bottom: 65px !important;}
.mb70{margin-bottom: 70px !important;}
.mb75{margin-bottom: 75px !important;}
.mb100{margin-bottom: 100px !important;}

.mb1rem{margin-bottom: 1.0rem !important}
.mb3rem{margin-bottom: 3.0rem !important}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;/* 10px */
}
body {
	background: #373838;
	color: #E4F6F6;
	font-size: 1.4rem;
    font-family: kozuka-mincho-pro, serif;
    font-feature-settings : "palt";
	line-height: normal;
	width: 100%;
	-webkit-text-size-adjust: 100%;
}

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

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



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

/* CONTENT TITLE */



/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) {
        /* 768px以上用（PC用）の記述 */
    
    #container {
        min-width: 1180px;
    }
    .contentWidth{
        width: 1100px;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        z-index: 10;
        top: 0;
    }
    #inHeader{
        width: 100%;
        box-sizing: border-box;
        position: relative;
        z-index: 10;
        top: 0;
    }
	

    .headerW{
        width: 1100px;
        margin: 0 auto;
        color: #fff;
        position: relative;
        letter-spacing: -0.4em;
    }
    .headerLogo{
        width: 347px;
        display: inline-block;
        vertical-align: top;
		float: left;
        margin-top: 57px;
    }
    .headerLogo img{
        width: 100%;
        height: auto;
    }
    

/*メニュー用*/
    

    .menuWrap{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(255,255,255,0.8);
        padding: 160px 0 0;
        text-align: center;
        transition: 0.5s;
        z-index: 100;
        letter-spacing: normal;
        display: none;
    }
    .menuWrap.current{
        display: block;
    }
    .menuLists{
        text-align: left;
        flex-wrap: wrap;
        width: 890px;
        margin: 0 auto;
    }
    .menuList{
        display: block;
        margin-bottom: 24px;
    }
    .menuLink{
        color: #000 !important;
        font-size: 2.4rem;
        position: relative;
        vertical-align: middle;
		box-sizing: border-box;
		transition: 0.3s;
    }
	.menuLink:hover{
		opacity: 0.5;
	}
    

/*ハンバーガメニュー*/
/*ベース*/
    
    .headerMenu{
    }
    .headerMenu.current{
        position: fixed;
    }

    .menu-trigger {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
        width: 48px;
        height: 48px;
        position: absolute;
        margin: 60px auto 0;
        z-index: 104;
        left: 50%;
        transform: translateX(500px);
    }
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: absolute;
        width: 44px;
        height: 2px;
        background-color: #000;
        border-radius: 29px;
    }
    #inHeader .menu-trigger span {
        background-color: #E4F6F6;
    }

    .menu-trigger.current span{
        background-color: #000 !important;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 10px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 25px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 6px;
    }

    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        -webkit-transform: translateY(20px) translateX(0px) rotate(-220deg);
		transform: translateY(20px) translateX(0px) rotate(
		-220deg);
		top: 4px;
		width: 50px;
    }
    .menu-trigger.current span:nth-of-type(2) {
        left: 0%;
        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) translateX(0px) rotate(220deg);
        transform: translateY(-20px) translateX(0px) rotate(220deg);
        bottom: 1px;
		width: 50px;
    }
    .menuBtnTxt{
        position: absolute;
        bottom: 16px;
        left: 50%;
        transform: translateX(-50%);
        color: #000;
        font-size: 1.4rem;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 2;
    }
    .overlayW{
        width: 95%;
        margin: 0 auto;
    }

    #goTop{
        width:79px;
        height: 80px;
        position: fixed;
        right: 0;
        bottom: 0px;
        z-index: 100;
    }
    .goTopBtn{
        display: block;
        width:80px;
        height: 80px;
        background: #8FCB1E;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }

    /*Footer*/

    footer{
        background: #373838;
        color: #fff;
        box-sizing: border-box;
        text-align: center;
    }
    #footer{
        width: 1100px;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 85px 20px 58px;
    }
    .footerInfo{
        position: relative;
        text-align: left;
        display: inline-block;
        float: left;
    }
    .footerTtl{
        font-size: 3rem;
        font-weight: 300;
        margin-bottom: 15px;
        color: #E4F6F6;
    }
    .footerTable{
        font-size: 1.2rem;
        color: #E4F6F6;
    }
    .footerTable th{
        width: 150px;
        padding-bottom: 25px;
    }
    #gMap{
        width: 362px;
        height: 270px;
        float: right;
    }
    #gMap iframe{
        width:  300px;
        height: 270px;
    }
    #copyright{
        width: 1100px;
        margin: 0 auto;
        text-align: right;
        box-sizing: border-box;
        font-size: 1.2rem;
        color: #E4F6F6;
        letter-spacing: 0.12em;
        padding: 22px 20px 40px;
        border-top: 1px solid #E4F6F6;
    }

/*commonタイトル*/
    
/*commonタイトル*/
    .commonTtl01 {
        font-size: 8rem;
        line-height: 8rem;
        color: #E4F6F6;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
        display: inline-block;
        opacity: 0.3;
        font-weight: 300;
        letter-spacing: 0.08em;
    }
    .commonTtl02{
        font-size: 3rem;
        line-height: 5.4rem;
        letter-spacing: 0.03em;
        font-weight: 300;
        color: #8FCB1E;
        border: 1px solid #8FCB1E;
        width: 246px;
        margin: 0 auto 110px;
        text-align: center;
    }
	
/*commonテキスト*/
    .commonTxt01{
        font-size: 2.5rem;
        margin-bottom: 50px;
    }
	.commonTxt02{
		font-size: 1.5rem;
		line-height: 3rem;
        margin-bottom: 45px;
	}
    .commonTxt03{
        font-size: 1.6rem;
        line-height: 2.8rem;
    }
/*commonボタン*/
	
	.commonBtnW{
		text-align: center;
	}
	.commonBtn01{
		display: inline-block;
        background: #8FCB1E;
		color: #fff !important;
		position: relative;
		font-size: 2rem;
        line-height: 5.7rem;
        box-sizing: border-box;
        text-align: center;
        width: 334px;
        box-shadow: 0px 3px 6px #000000;
        border-radius: 5px;
        border: none;
    }
	.commonBtn01:hover{
		opacity: 0.5;
	}


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

    #container {
        width: 100%;
        overflow: hidden;
    }
    .contentWidth{
        width: 90%;
        margin: 0 auto;
    }
    #header{
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        z-index: 10;
        top: 0;
    }

    .headerW{
        width: 90%;
        margin: 0 auto;
        color: #fff;
    }
    .headerLogo{
        width: 200px;
        display: inline-block;
        vertical-align: top;
        margin-top: 25px;
    }
    .headerLogo img{
        width: 100%;
        height: auto;
    }

/*メニュー用*/

    .headerMenu{
        vertical-align: top;
        letter-spacing: normal;
        padding-top: 5px;
        text-align: center;
        position: absolute;
        right: 20px;
        top: 20px;
        box-sizing: border-box;
    }
    .menuWrap{
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(255,255,255,0.9);
        padding: 40px 0 0;
        text-align: center;
        display: none;
        transition: 0.5s;
        z-index: 100;
        letter-spacing: normal;
		overflow-x: scroll;
        top: 0;
    }
    .menuWrap.current{
        display: block;
    }
    .menuLists{
        text-align: center;
        width: 100%;
        margin: 0 auto;
		padding: 80px 30px 0;
		box-sizing: border-box;
    }
    .menuList{
        display: block;
        margin-bottom: 20px;
        font-size: 2.4rem;
    }
    .menuLink{
        position: relative;
		box-sizing: border-box;
    }

/*ハンバーガメニュー*/
/*ベース*/
    .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        vertical-align: middle;
        height: 47px;
        width: 40px;
        z-index: 104;
        margin: 0;
    }
    .menu-trigger.current{
        position: fixed;
    }
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        -webkit-transition: -webkit-transform all 0.4s;
        box-sizing: border-box;
        position: absolute;
        left: 6px;
        width: 28px;
        height: 2px;
        background-color: #fff;
    }
    .menu-trigger.current span{
        background-color: #000;
    }

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

    /*動き*/
    .menu-trigger.current span:nth-of-type(1) {
        -webkit-transform: translateY(20px) rotate(-220deg);
        transform: translateY(20px) rotate(-220deg);
        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(220deg);
        transform: translateY(-20px) rotate(220deg);
        bottom: 1px;
    }

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.8);
        z-index: 2;
    }
    .overlayW{
        width: 95%;
        margin: 0 auto;
    }

    #goTop{
        width: 40px;
        height: 40px;
        position: fixed;
        right: 0;
        bottom: 0px;
        z-index: 100;
    }
    .goTopBtn{
        display: block;
        width:40px;
        height: 40px;
        background: #8FCB1E;
    }
    .goTopBtn:hover{
        opacity: 0.8;
    }
    .goTopBtn img{
        width: 100%;
        height: auto;
    }

    /*Footer*/

    footer{
        background: #373838;
        color: #fff;
        box-sizing: border-box;
        text-align: center;
    }
    #footer{
        width: 90%;
        margin: 0 auto;
        box-sizing: border-box;
        padding: 73px 0px 46px;
    }
    .footerInfo{
        position: relative;
        text-align: left;
        display: block;
    }
    .footerTtl{
        font-size: 2.4rem;
        font-weight: 300;
        margin-bottom: 48px;
        color: #E4F6F6;
        text-align: center;
    }
    .footerTable{
        width: 100%;
        font-size: 1rem;
        color: #E4F6F6;
    }
    .footerTable th{
        width: 100%;
        display: block;
    }
    .footerTable td{
        width: 100%;
        display: block;
        padding-bottom: 30px;
    }
    #gMap{
        width: 100%;
/*         height: 234px; */
    }
    #gMap iframe{
        width: 100%;
        height: 234px;
    }
    #copyright{
        width: 90%;
        margin: 0 auto;
        text-align: right;
        box-sizing: border-box;
        font-size: 1rem;
        color: #E4F6F6;
        letter-spacing: 0.12em;
        padding: 22px 0px 25px;
        border-top: 1px solid #E4F6F6;
    }


/*commonタイトル*/
    .commonTtl01 {
        font-size: 5rem;
        line-height: 5rem;
        color: #E4F6F6;
        text-align: center;
        margin-bottom: 16px;
        position: relative;
        display: block;
        opacity: 0.3;
        font-weight: 300;
        letter-spacing: 5px;
    }
    .commonTtl02{
        font-size: 2rem;
        line-height: 4.5rem;
        letter-spacing: 2px;
        font-weight: 300;
        color: #8FCB1E;
        border: 1px solid #8FCB1E;
        width: 204px;
        margin: 0 auto 45px;
        text-align: center;
    }
	
/*commonテキスト*/
    
    .commonTxt01{
        font-size: 1.7rem;
        margin-bottom: 28px;
        text-align: center;
    }
	.commonTxt02{
		font-size: 1rem;
		line-height: 2.1rem;
        width: 270px;
        margin: 0 auto 18px;
        text-align: left;
	}
    
/*commonボタン*/
	
	.commonBtnW{
		text-align: center;
	}
	.commonBtn01{
		display: inline-block;
        background: #8FCB1E;
		color: #fff !important;
		position: relative;
		font-size: 1.2rem;
        line-height: 3.6rem;
        box-sizing: border-box;
        text-align: center;
        width: 100%;
        box-shadow: 0px 3px 6px #000000;
        border-radius: 5px !important;
        border: none;
    }

}

/*ハンバーガーメニュー動き*/

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

