* {
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

img {
    height: auto;
    max-width: 100%;
}

body {
    color: #333333;
    font-family: "Yu Mincho", "YuMincho", serif;
    line-height: 1.6;
}

li {
    list-style-type: none;
}

a {
    color: #111111;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.br_pc {
    display: block;
}

.br_sp {
    display: none;
}

.inner {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

.header {
    left: 0;
    position: relative;
    top: 0;
    z-index: 2;
}

.fv {
    width: 100%;
}

.slider-items {
    max-width: 100%;
}

.slider-items img {
    display: block;
    height: auto;
}

.header {
    position: relative;
    width: 100%;
}

.header .sns-link {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
}
.header .sns-link .items {
    margin-right: 3px;
}

.header .sns-link .items a:hover {
    opacity: 0.8;
}

#g-nav {
    background: #f8f5f0;
    height: 100vh;/*ナビの高さ*/
    left: -120%;

/*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;

/*ナビのスタート位置と形状*/
    top: 0;

/*動き*/
    transition: all 0.6s;
    width: 50%;
    z-index: 999;
}



/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    left: 0;
}

#g-nav .logo {
    position: absolute;
    right: 30px;
    top: 30px;
}



/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    height: 100%;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;

/*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    width: 100%;
    z-index: 999;
}

/*ナビゲーション*/
#g-nav .list {
    /* left: 25%;
    position: absolute;
    top: 55%;
    transform: translate(-50%,-50%); */
    margin: 7% 5% 5% 5% ;
    width: 40%;
    z-index: 999;
}

/*リストのレイアウト設定*/

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

#g-nav .list .list_items {
    width: 100%;
}

#g-nav .list .list_items  .items {
    border-bottom: 1px solid #ccc ;
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

#g-nav .list .list_items  .items .sub_items {
    font-size: 14px;
    margin-top: 10px;
    padding-left: 10px;
}

#g-nav .list .list_items  .items a{
    display: block;
    width: 100%;
}

#g-nav .list .list_items  .items .sub_items a{
    width: 100%;
    display: block;
}

#g-nav .list .list_items  .items a:hover {
    opacity: 0.8;
}

#g-nav .list .list_items  .items::after {
    content: ">";
    font-weight: bold;
    height: 10px;
    position: absolute;
    right: 10px;
    width: 10px;
    top: 10px;
}

#g-nav .sub_list {
    font-size: 12px !important;
}

#g-nav-list .menu_work {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#g-nav-list .menu_work .items {
    margin-right: 20px;
}

#g-nav-list .menu_work .title {
    font-size: 14px;
}


#g-nav-list .sns-link {
    display: flex;
    margin-top: 20px;
}

#g-nav-list .sns-link a {
    margin-right: 5px;
}

#g-nav-list .sns-link a:hover {
    opacity: 0.8;
}

#g-nav-list .link-btn {
    display: flex;
    margin-top: 20px;
    width: 100%;
}

#g-nav-list .link-btn a {
    border: #333 2px solid;
    color: #111111;
    display: block;
    font-weight: bold;
    margin-right: 10px;
    padding: 10px;
    width: 180px;
}

#g-nav-list .link-btn a:hover {
    background-color: #111111;
    border: #333 2px solid;
    color: #fff;
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    left: 10px;
    line-height: 3rem;
    padding-left: 54px;
    position: fixed;
    top: 20px;
    z-index: 9999;/*ボタンを最前面に*/
}

/*×に変化*/  
.openbtn1 span {
    background-color: #fff;
    border-radius: 2px;
    display: inline-block;
    height: 1px;
    left: 14px;
    position: absolute;
    transition: all 0.4s;
    width: 30px;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 25px;
}

.openbtn1 span:nth-of-type(3) {
    top: 35px;
}

.openbtn1.menu_b {
    color: #111111;
}

.openbtn1 span.menu_b {
    background-color: #111111;
    color: #111111;
}

.openbtn1.menu_white {
    color: #fff;
}

.openbtn1 span.menu_white {
    background-color: #fff;
    color: #fff;
}


.openbtn1.active {
    color: #111111;
}

.openbtn1.active span {
    background-color: #111111;
    color: #111111;
}

.openbtn1.active span:nth-of-type(1) {
    left: 18px;
    top: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn1.active span:nth-of-type(3) {
    left: 18px;
    top: 30px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/*natural*/

.natural {
    margin-bottom: 200px;
    margin-top: 200px;
}

.natural .content {
    background-color: #f8f5f0;
    margin: 0 auto 0 0;
    padding: 120px;
    position: relative;
    width: 60%;
}

.natural .content::before {
    color: #f8f5f0;
    content: "NATURAL";
    font-size: 120px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: -130px;
    z-index: 1;
}

.natural .content::after {
    background-image: url(../img/natural.jpg);
    background-size: inherit;
    content: "";
    height: 800px;
    position: absolute;
    right: -400px;
    top: -90px;
    width: 500px;
    z-index: 10;
}

.natural .content .title {
    font-size: 52px;
}

.natural .content .sub_title {
    font-size: 38px;
    margin-top: 60px;
}

.natural .content .text {
    font-size: 16px;
    margin-top: 100px;
}

.natural .more-btn a {
    border: 1px solid #333333;
    display: block;
    margin-top: 40px;
    padding: 10px;
    position: relative;
    width: 300px ;
}

.natural .more-btn a::after {
    background-color: #333333;
    content: "";
    height: 1px;
    left: 250px;
    position: absolute;
    top: 50%;
    width: 100px;
}

.natural .more-btn a:hover {
    background-color: #fff;
    border: 1px solid #333333;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
}

.natural .more-btn a:hover::after {
    background-color: #333333;
    left: 270px;
}

.natural .img_box {
    display: none;
}

.natural .img_box img {
    display: none;
}

.natural .banner{
    margin-top: 60px;
   
}

.natural .banner:hover{
   opacity: 0.8;
   
}


/*benefit*/

.benefit {
    background-color: #fff;
    position: relative;
}

.benefit .content {
    background-color: #f8f5f0;
    padding-bottom: 120px;
    position: relative;
}

.benefit .content .flex {
    display: flex;
    margin-bottom: 20px;
    margin-left: 20%;
}

.benefit .content .flex .left {
    margin-top: -90px;
}

.benefit .content .flex .right {
    margin-top: -30px;
    padding-left: 40px;
    position: relative;
}

.benefit .content .flex .right::before {
    color: #f8f5f0;
    content: "BENEFIT";
    font-size: 120px;
    font-weight: bold;
    left: 60px;
    position: absolute;
    top: -100px;
    z-index: -1;
}


.benefit .content .flex .right .main_title {
    font-size: 42px;
    line-height: 4rem;
}

.benefit .content .flex .right .text {
    line-height: 2.4rem;
    margin-top: 60px;
}


.benefit .content2 {
    display: flex;
    margin-left: 20%;
}

.benefit .content2 .left {
    margin-right: 20px;
}

.benefit .more-btn a {
    border: 1px solid #333333;
    display: block;
    margin-top: 40px;
    padding: 10px;
    position: relative;
    width: 300px ;
}

.benefit .more-btn a::after {
    background-color: #333333;
    content: "";
    height: 1px;
    left: 260px;
    position: absolute;
    top: 50%;
    width: 80px;
}

.benefit .more-btn a:hover {
    background-color: #fff;
    border: 1px solid #333333;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
}

.benefit .more-btn a:hover::after {
    background-color: #333333;
    left: 280px;
}


.benefit .img_box {
    display: none;
}

.benefit .img_box img {
    display: none;
}


/*wood*/

.wood {
    background-color: #f8f5f0;
    padding: 120px 120px 120px 0;
}

.wood .content {
    background-color: #fff;
    background-image: url(../img/wood_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 120px;
    position: relative;
    width: 80%;
}


.wood .content::before {
    color: #fff;
    content: "WOOD";
    font-size: 120px;
    font-weight: bold;
    left: 20px;
    position: absolute;
    top: -130px;
    z-index: 1;
}

.wood .content::after {
    background-image: url(../img/wood1.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 420px;
    position: absolute;
    right: -20%;
    top: 100px;
    width: 520px;
}

.wood .content  .main_title {
    font-size: 42px;
}

.wood .content .sub_title {
    font-size: 32px;
    margin-top: 60px;
}

.wood .content .text {
    font-size: 16px;
    margin-bottom: 40px;
    margin-top: 80px;
}


.wood .content3 .text {
    margin: 40px 0;
}

.wood .more-btn a {
    border: 1px solid #333333;
    display: block;
    margin-top: 60px;
    padding: 10px;
    position: relative;
    width: 300px ;
}

.wood .more-btn a::after {
    background-color: #333333;
    content: "";
    height: 1px;
    left: 250px;
    position: absolute;
    top: 50%;
    width: 80px;
}

.wood .more-btn a:hover {
    background-color: #fff;
    border: 1px solid #333333;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
}

.wood .more-btn a:hover::after {
    background-color: #333333;
    left: 270px;
}


/*skill*/

.skill .content::before {
    color: #f8f5f0;
    content: "SKILL";
    font-size: 120px;
    font-weight: bold;
    left: 50%;
    position: absolute;
    top: -130px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
}

.skill .content {
    background-color: #f8f5f0;
    margin: 0 auto;
    margin-top: 120px;
    max-width: 1200px;
    padding: 80px;
    position: relative;
    width: 100%;
}

.skill .content .main_title {
    font-size: 42px;
}

.skill .content .text {
    font-size: 16px;
    margin-top: 60px;
    max-width: 500px;
    width: 100%;
}


.skill .content .flex {
    display: flex;
    justify-content: center;
    margin-left: -210px;
    width: 140%;
}

.skill .content .flex .left {
    margin-right: 40px;
}

.skill .content .flex .right {
    margin-top: -160px;
}

.skill .content .flex .img_box {
    margin-top: 40px;
}

.skill .more-btn a {
    border: 1px solid #333333;
    display: block;
    margin-top: 60px;
    padding: 10px;
    position: relative;
    width: 300px ;
}

.skill .more-btn a::after {
    background-color: #333333;
    content: "";
    height: 1px;
    left: 250px;
    position: absolute;
    top: 50%;
    width: 80px;
}

.skill .more-btn a:hover {
    background-color: #fff;
    border: 1px solid #333333;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
}

.skill .more-btn a:hover::after {
    background-color: #333333;
    left: 270px;
}



/*philosophy＆member*/

.philosophy {
    margin: 70px 0;
    text-align: center;
}

.philosophy .main_text {
    font-size: 28px;
    margin: 60px 0 30px 0;
}

.philosophy .sub_text {
    font-size: 16px;
}




.member {
    margin-top: 60px;
}

.member img {
    margin: 0 auto;
	transition: 0.3s;
}

a.member-link {
/*
	display: block;
	overflow:hidden !important;
*/
}

.member img:hover {
/*
	transform:scale(1.3);
*/
	transition:0.3s;
	filter: brightness(0.75);

}

.philosophy .more-btn a {
    background-color: #fff;
    border: 1px solid #333333;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    padding: 10px;
    position: relative;
    width: 300px ;
}

.philosophy .more-btn a::after {
    background-color: #333333;
    content: "";
    height: 1px;
    left: 240px;
    position: absolute;
    top: 50%;
    width: 100px;
}

.philosophy .more-btn a:hover {
    background-color: #fff;
    border: 1px solid #333333;
    transition-duration: 3s;
    transition-timing-function: ease-in-out;
}

.philosophy .more-btn a:hover::after {
    background-color: #333333;
    left: 260px;
}

/*works*/


.works {
    background-color: #f8f5f0;
    padding: 120px 0;
}

.works .content {
    background-color: #f8f5f0;
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

.works .title {
    font-size: 42px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 1024px;
    position: relative;
    width: 100%;
}

.works .title::before {
    color: #fff;
    content: "WORKS";
    font-size: 120px;
    font-weight: bold;
    position: absolute;
    right: 40px;
    top: -47px;
    z-index: 1;
}

.works .list {
    display: flex;
    justify-content: center;
}


.works .list .items {
    align-items: end;
    display: flex;
    justify-content: center;
    width: 33.3%;
}

.works .list .items.works1 {
    background-image: url(../img/works1.jpg);
    height: 500px;
}

.works .list .items.works2 {
    background-image: url(../img/works2.jpg);
    height: 500px;
}

.works .list .items.works3 {
    background-image: url(../img/works3.jpg);
    height: 500px;
}

.works .list .items .more-btn a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-weight: bold;
    margin: 0 auto;
    margin-bottom: 40px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 250px;
}

.works .more-btn a::after {
    background-color: #fff;
    content: "";
    height: 1px;
    position: absolute;
    right: -10%;
    top: 50%;
    width: 50px;
}

.works .list .items .more-btn a:hover {
    opacity: 0.8;
}



/*topics*/

.topics .title {
    font-size: 42px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 100px;
    max-width: 1024px;
    position: relative;
    width: 100%;
}

.topics .title::before {
    color: #f8f5f0;
    content: "TOPICS";
    font-size: 120px;
    font-weight: bold;
    left: 0;
    position: absolute;
    top: -47px;
    z-index: -1;
}

.topics .content {
    background-color: #f8f5f0;
    border: #7f6a59 2px solid;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 0 auto;
    max-width: 1024px;
    padding: 40px 40px 70px 40px;
    width: 100%;
	height:52em;
	overflow: auto
}

.topics .items {
    border-bottom: #111111 1px solid;
    margin-top: 30px;
    padding-bottom: 20px;
}

.topics .items a {
/*
    display: flex;
*/
}

.topics a {
	color:#0000ee;
}

.topics .day {
    color: #111111;
    font-size: 16px;
    font-weight: bold;
    margin-right: 40px;
}

.topics .text {
    color: #111111;
    display: inline-block;
    font-size: 16px;
}

.topics .topics-title {
    font-size:19px;
	line-height:2;
}

.topics .text p{
    margin:0.25em 0.5em;
}
.topics figure {
	float: left;
	margin: 0 15px 15px 0;
}
.topics figure img {
	max-width: 100%;
}
@media screen and (max-width: 768px) {
	.topics figure {
		float:none;
		margin: 0 auto 15px;
	}
	.topics figure img {
		display: block;
		margin: 0 auto;
	}
}




/*Youtube*/

.youtube .content {
    background-color: #fcfcfc;
    border: #111111 2px solid;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1024px;
    padding: 40px;
    width: 100%;
}

.youtube .content .flex {
    align-items: center;
    display: flex;
}

.youtube .content .flex .right {
    width: 50%;
}

.youtube .content .flex .left {
    width: 50%;
}

.youtube .content .flex .left .title {
    color: #111111;
    font-size: 32px;
    font-weight: bold;
}

.youtube .content .flex .left .title .small {
    color: #111111;
    font-size: 24px;
    font-weight: normal;
}

.youtube .content .flex .left .text {
    color: #111111;
    font-size: 16px;
    margin-top: 16px;
}

.youtube .link_btn a {
    background-color: #111111;
    border: solid 1px #fff;
    color: #fff;
    display: block;
    font-weight: bold;
    margin-top: 32px;
    max-width: 300px;
    padding: 16px 0;
    text-align: center;
}

.youtube .link_btn a:hover {
    background-color: #fff;
    border: solid 1px #111111;
    color: #111111;
}

/*ONLINE SHOP*/

.onlineshop .content {
    background-image: url(../img/onlineshop_bg.jpg);
    background-size: cover;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 0 auto;
    margin-top: 40px;
    max-width: 1024px;
    padding: 40px;
    width: 100%;
}


.onlineshop .content .flex {
    align-items: center;
    display: flex;
}

.onlineshop .content .flex .left {
    width: 50%;
}

.onlineshop .content .flex .right {
    width: 50%;
}

.onlineshop .content .flex .right .title {
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.onlineshop .content .flex .right .text {
    color: #fff;
    font-size: 16px;
    margin-top: 16px;
}

.onlineshop .link_btn a {
    background-color: #fff;
    color: #333333;
    display: block;
    font-weight: bold;
    margin-top: 32px;
    max-width: 300px;
    padding: 16px 0;
    text-align: center;
}

.onlineshop .link_btn a:hover {
    background-color: #333333;
    color: #fff;
}

/*フッター*/

.footer {
    background-color: #111111;
    color: #fff;
    margin-top: 120px;
    padding: 120px 0 0 0 ;
}

.footer .inner {
    margin: 0 auto;
    max-width: 1024px;
    width: 100%;
}

.footer .contact_title {
    font-size: 54px;
    margin-bottom: 32px;
    text-align: center;
}

.footer .contact_box {
    display: flex;
    justify-content: space-between;
}

.footer .contact_box .left {
    background-color: #fff;
    color: #333333;
    padding: 48px 0;
    text-align: center;
    width: 50%;
}

.footer .contact_box .left .title {
    font-size: 24px;
    margin-top: 16px;
}

.footer .contact_box .left .text {
    font-size: 16px;
    margin-top: 16px;
}

.footer .contact_box .left a {
    background-color: #a97d48;
    border: solid 1px #a97d48;
    color: #fff;
    display: block;
    margin: 8px auto;
    max-width: 290px;
    padding: 8px 0;
}

.footer .contact_box .left a:hover {
    background-color: #fff;
    border: solid 1px #a97d48;
    color: #a97d48;
}

.footer .contact_box .right {
    background-color: #fff;
    color: #333333;
    padding: 48px 0;
    text-align: center;
    width: 49%;
}

.footer .contact_box .right .title {
    font-size: 24px;
}

.footer .contact_box .right .tel {
    font-size: 44px;
    font-weight: bold;
}

.footer .contact_box .right .text {
    font-size: 16px;
}

.footer .content {
    display: flex;
    margin-bottom: 120px;
}

.footer .content .left {
    margin-right: 40px;
}

.footer .content .left .company_name {
    font-size: 24px;
    margin-top: 32px;
}

.footer .content .left .tel {
    font-size: 14px;
    margin-top: 16px;
}

.footer .left .address {
    font-size: 14px;
    margin-bottom: 24px;
    margin-top: 8px;
}

.footer .right .menu {
    display: flex;
/*
    font-size: 14px;
*/
    font-size: 13px;
    margin-top: 160px;
}

.footer .right .menu a {
    color: #fff;
}

.footer .right .menu a:hover {
    opacity: 0.8;
}

.footer .right .menu .items {
    margin-bottom: 8px;
    margin-right: 20px;
}

.footer .copy {
    background-color: #fff;
    color: #333333;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.footer .flex {
    display: flex;
    margin-top: 10px;
}

.footer .sns-link {
    display: flex;
    justify-content: left;
    margin-left: 24px;
}

.footer .sns-link .items {
    margin-right: 3px;
}

.footer .sns-link .items a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1400px) {
    #g-nav {
        width: 100%;
    }

    #g-nav .list {
        margin: 10% auto 5%;
        width: 60%;
    }

    #g-nav-list .menu_work .title {
        font-size: 11px;
    }

    #g-nav-list .menu_work .items {
        margin-right: 5px;
    }

    #g-nav-list .sns-link {
        justify-content: center;
    }

    #g-nav-list .link-btn {
        flex-direction: column;
    }

    #g-nav-list .link-btn a {
        margin: 0 auto;
        margin-top: 10px;
        width: 90%;
    }

    

    .natural .content .title {
        font-size: 32px;
    }

    .natural .content .sub_title {
        font-size: 24px;
        margin-top: 40px;
    }

    .natural .content .text {
        margin-top: 60px;
    }


    .wood {
        padding: 40px 20px;
    }

    .wood .content::after {
        display: none;
    }

    .wood .content {
        padding: 20px;
        width: 100%;
    }

    .wood .content::before {
        font-size: 80px;
        left: 50%;
        top: -90px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }

    .wood .content .main_title {
        margin: 20px 0;
    }

    .wood .content .sub_title {
        font-size: 28px;
        margin: 40px 0;
    }

    .wood .content .text {
        margin: 40px 0;
    }


}

@media screen and (max-width: 768px) {


    #g-nav .list {
        margin: 20% auto 5%;
        width: 90%;
    }

    
    .natural .content {
        padding: 40px;
        width: 100%;
    }

    .natural .content::after {
        display: none;
    }


    .natural .img_box {
        display: block;
        margin-top: 20px;
    }

    .natural .img_box img {
        display: block;
        margin: 0 auto 0 0;
    }

    .benefit .content .flex {
        flex-direction: column-reverse;
        margin: 0;
    }

    .benefit .content .flex .left {
        display: none;
    }

    .benefit .content2 {
        display: none;
    }

    .benefit .img_box {
        display: block;
        margin-top: 20px;
    }

    .benefit .img_box img {
        display: block;
        margin: 0 auto 0 0;
    }

    .benefit .content .flex .right .text {
        line-height: 1.6rem;
        margin-top: 40px;
    }



    .skill .content::before {
        font-size: 80px;
        left: 50%;
        top: -86px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 1;
    }

    .skill .content {
        padding: 40px;
        width: 100%;
    }

    .skill .content .main_title {
        font-size: 32px;
    }

    .skill .content .text {
        margin-top: 40px;
        max-width: inherit;
    }

    .skill .content .flex {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }

    .skill .content .flex .left {
        margin-right: 0;
    }

    .skill .content .flex .right {
        margin-top: 0;
    }

    .skill .content .flex .img_box {
        margin-top: 20px;
        text-align: center;
    }

    .philosophy .main_text {
        font-size: 20px;
        margin: 40px auto;
        width: 90%;
    }

    .philosophy .sub_text {
        margin: 0 auto;
        width: 90%;
    }



    .philosophy .more-btn::after {
        width: 50px;
    }

    .member {
        margin: 0 auto;
        margin-top: 40px;
        width: 90%;
    }

    .works {
        padding: 60px 0;
    }

    .works .title {
        font-size: 24px;
        text-align: center;
        z-index: 2;
    }

    .works .title::before {
        font-size: 80px;
        left: 50%;
        right: inherit;
        top: -40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1;
    }


    .works .list {
        flex-direction: column;
    }

    .works .list .items {
        margin: 0 auto;
        max-width: 340px;
        width: 100%;
    }



    .topics .content {
        margin: 0 auto;
        width: 90%;
    }

    .topics .items a {
        flex-direction: column;
    }

    .topics .title {
        font-size: 24px;
        margin-top: 60px;
        text-align: center;
    }

    .topics .title::before {
        font-size: 80px;
        left: 50%;
        margin-top: 0;
        top: -10px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .youtube .content {
        margin: 0 auto;
        margin-top: 40px;
        width: 90%;
    }

    .youtube .content .flex {
        flex-direction: column;
    }


    .youtube .content .flex .left {
        width: 100%;
    }

    .youtube .content .flex .right {
        text-align: center;
        width: 100%;
    }


    .onlineshop .content {
        margin: 0 auto;
        margin-top: 40px;
        width: 90%;
    }

    .onlineshop .content .flex {
        flex-direction: column;
    }


    .onlineshop .content .flex .left {
        text-align: center;
        width: 100%;
    }

    .onlineshop .content .flex .right {
        width: 100%;
    }

    .onlineshop .link_btn a {
        max-width: 800px;
        width: 100%;
    }

    .footer {
        margin-top: 60px;
        padding: 60px 0 0 0;
    }


    .footer .contact_box {
        flex-direction: column;
        justify-content: center;
    }

    .footer .contact_box .left {
        margin: 0 auto;
        width: 90%;
    }

    .footer .contact_box .right {
        margin: 0 auto;
        margin-top: 20px;
        width: 90%;
    }

    .footer .content {
        flex-direction: column;
        margin: 0 auto;
        width: 90%;
    }

    .footer .content .left {
        margin: 0;
    }

    .footer .right .menu {
        margin-top: 40px;
    }

    .footer .flex {
        margin-bottom: 40px;
    }


    .footer .right .menu {
        flex-wrap: wrap;
    }

    .footer .right .menu .list {
        width: 50%;
    }


    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .fv {
        position: relative;
    }

    .fv .sns-link {
        bottom: 10px;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: 10px;
        z-index: 10;
    }
    .fv .sns-link .items {
        margin-right: 3px;
    }

    .natural {
        margin: 100px 0;
    }

    .natural .content {
        padding: 20px;
    }

    .natural .more-btn a {
        max-width: 400px;
        width: 100%;
    }

    .natural .more-btn a::after {
        left: inherit;
        right: -20px;
        width: 50px;
    }

    .natural .content::before {
        font-size: 60px;
        left: 20px;
        top: -65px;
    }

    .natural .img_box img {
        display: block;
        margin: 0 auto;
    }

    .benefit .content {
        padding: 0 20px;
        padding-bottom: 60px;
    }

    .benefit .content .flex .right::before {
        font-size: 60px;
        left: 0;
        top: -95px;
    }

    .benefit .content .flex .right {
        margin-top: 30px;
        padding: 0;
    }

    .benefit .content .flex .right .main_title {
        font-size: 32px;
        line-height: 3rem;
    }

    .benefit .more-btn a {
        max-width: 400px;
        width: 100%;
    }

    .benefit .more-btn a::after {
        left: inherit;
        right: -20px;
        width: 50px;
    }

    .benefit .img_box img {
        display: block;
        margin: 0 auto;
    }

    .wood .content .main_title {
        font-size: 32px;
    }

    .wood .content .sub_title {
        font-size: 24px;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .wood .content .text {
        margin-top: 40px;
    }

    .wood .more-btn a {
        margin-top: 40px;
        max-width: 400px;
        width: 100%;
    }

    .wood .more-btn a::after {
        left: inherit;
        right: -20px;
        width: 50px;
    }

    .skill .content {
        padding: 20px;
    }

    .skill .more-btn a {
        margin-top: 40px;
        max-width: 400px;
        width: 100%;
    }

    .skill .more-btn a::after {
        left: inherit;
        right: -20px;
        width: 50px;
    }

    .philosophy .more-btn a {
        margin-top: 40px;
        max-width: 400px;
        width: 100%;
    }

    .philosophy .more-btn a::after {
        left: inherit;
        right: -10px;
        width: 40px;
    }

    .member img {
        margin: 0 auto;
    }

    .topics .title::before {
        margin-top: 0;
    }

    .topics .content {
        padding: 20px 6px 40px 6px;
    }

    .youtube .content {
        padding: 20px;
    }

    .youtube .content .flex .left .title {
        text-align: center;
    }

    .youtube .link_btn a {
        max-width: 600px;
        width: 100%;
    }

    .onlineshop .content {
        padding: 20px;
    }

    .onlineshop .content .flex .right .title {
        text-align: center;
    }

    .onlineshop .content .flex .right img {
        margin: 0 auto;
    }

    .onlineshop .content .flex .right .text {
        margin: 0;
    }

    .footer .contact_title {
        font-size: 32px;
    }

    .footer .contact_box .left {
        padding: 30px 0;
    }

    .footer .contact_box .right {
        padding: 30px 0;
    }
}

#pagetop{
    position:fixed;
    right:20px;
    bottom:20px;
    cursor:pointer;
    z-index: 10;
}

@media screen and (max-width: 768px) {

	#pagetop{
	    right:10px;
	    bottom:10px;
	}

	#pagetop img {
		width:100%;
		max-width:80px;
		height:auto;
	}

}



.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s ease-out;
  z-index: 999;
}
 
.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
 
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
 
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  width: 98%;
}
 
.modal-close {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0,0,0,60%);
  padding: 4px 15px;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
}
 
.modal-content {
  background: #fff;
  border: 2px solid #000;
  text-align: left;
  padding: 30px;
  font-weight: bold;
}
.modal-content .topics {
	font-size:1.3em;
	text-align: center;
	margin-bottom:0.4em;
}
.modal-content .title {
	font-size:1.5em;
}
.modal-content .date {
	font-size:1.3em;
	margin:0.25em 0;
}
.modal-content .date .big{
	font-size:1.15em;
}
.modal-content .place {
	font-size:16px;
	line-height:1.4;
	margin-bottom:0.2em;
}
.modal-content .place a{
	color:#00f;
}

.red {
	color:#f00;
}

.btn,
a.btn,
button.btn {
  display: block;
  width:100%;
  max-width:300px;
  font-size:1.2em;
  font-weight: 500;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  margin:0.5em auto 0 !important;
	text-align: center;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
  margin:8px 0 5px;
  padding:0.3em 0.6em;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}


@media screen and (max-width: 768px) {

	.modal-content {
	  background: #fff;
	  border: 2px solid #000;
	  text-align: left;
	  padding: 15px;
	  font-weight: bold;
	}

	.modal-content .topics {
		font-size:14px;
		margin-bottom:0.2em;
	}

	.modal-content .date {
		font-size:17px;
		margin-bottom:0.75em;
		margin-left:0.5em;
	}
	.modal-content .place {
		font-size:14px;
	}
}

.flink {
	color:#0000ff;
}

