﻿@import url('https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap');
/* ----------　all　---------- */
.linkStyle{
	color:#2d4914;
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	color:#2d4914;
	opacity: 0.7;
}

h2, h3, h4 {
    font-family: 'Yuji Syuku', serif!important;
}


.index_header #logo h1 a img {
    width: 100%!important;
}

/* nav */

.all_header, .drawer-menu li a {
    font-family: 'Yuji Syuku', serif!important;
}

.drawer-nav {
        background-color: rgba(255,255,255,0.9);
}

/* footer */

#fix-bnr {
    position: fixed;
    width: 30%;
    max-width: 350px;
    right: 7%;
    bottom: 10px;
    z-index: 10;
}

#fix-bnr a {
    transition: 0.5s;
}

#fix-bnr a:hover {
    opacity: 0.7;
}

.footer_form {
    display: block;
    text-align: center;
    margin-top: 10px;
    padding: 10px;
    transition: 0.5s;
    color: #ffffff;
}

#copyright {
    padding-top: 150px;
}

/* ----------　TOP　---------- */

/* main-img */

#main_img {
    margin-bottom: 0;
    height: 80vh;
    max-height: 80vh;
    background-size: cover;
    background-position: center;
}

.maincopy {
    right: 15%;
    top: 7%;
}

.maincopy img {
    width: 90%;
}

/* top */

#intro {
    height: auto!important;
    max-height: none;
}

#intro-wrap:before, #intro-wrap:after {
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
}

#intro-wrap:before {
    background-image: url(/Dup/img/intro-t.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    top: -75px;
    z-index: 3;
}

#intro-wrap:after{
    background-image: url(/Dup/img/intro-b.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    bottom: -75px;
    z-index: 3;
}

#intro_txt {
    display: flex!important;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 5%;
        writing-mode: horizontal-tb!important;
}

#intro #intro_txt h2 {
    font-size: 25px;
    color:#2d4914;
    -webkit-writing-mode: vertical-rl;
    width: 25%;
    writing-mode: vertical-rl;
}

#intro #intro_txt .intro-p p {
    line-height: 2;
}

#intro #intro_txt .btn {
    position: relative;
    width: 240px;
    height: 40px;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
}

#contents .box h3 {
    display: block;
    width: 100%!important;
    margin: 20px auto;
    padding-bottom: 10px;
    background-image: url(Dup/img/h2-under.png);
    background-repeat: no-repeat;
    background-position: bottom;
    text-align: center;
    color: #333333;
}

#contents .back_color2 {
        padding-top: 150px;
}

#contents .back_color2 .contents_box_wrap {
    margin-right: 0!important;
}

#contents .back_color2 .contents_box {
    padding-bottom: 45px;
}

#contents .box:first-of-type .contents_txt {
    line-height: 2;
}


/* top-cms */

#top_cms .cms_title .title_box {
    background-color: #2d4914;
}

#top_cms .cms_title .title_box h2 {
    color: #ffffff;
}
#top_cms .cms_title {
    position: relative;
}


/* ----------　下層ページ　---------- */

.all main {
    padding-top: 100px;
}

#page_title h2 {
        max-height: 240px;
        padding: 0;
}

.menu-bnr-box {
    width: 40%;
    max-width: 450px;
    margin: 20px auto 80px;
}

.menu-bnr-box a {
    transition: 0.5s;
}

.menu-bnr-box a:hover {
    opacity: 0.7;
}

.cate_list li a {
    background-color: #2d4914;
    color: #ffffff;
    transition: 0.5s;
    font-size: 16px;
}

.cate_list li a:hover {
    background-color: #9eafa0;
    color: #ffffff;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.maincopy {
    right: 10%;
    top: 7%;
}
    
#fix-bnr {
    width: 40%;
    right: 10%;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
#main_img {
    height: 35vh;
    max-height: 35vh;
}

.maincopy {
    right: 0;
    left: 0;
    margin: auto;
    top: 60%;
    z-index: 5;
    text-align: left;
}

.maincopy img {
    margin: 0;
    width: 80%;
}

#intro #intro_txt .btn {
    width: 100%;
}

#intro #intro_txt .btn a {
    font-size: 14px;
}

#fix-bnr {
    width: 60%;
    right: 15%;
}

#copyright {
    padding-top: 50px;
    font-size: 10px;
}

#page_title {
    height: 230px;
}

#page_title h2 {
    max-height: 200px;
    font-size: 16px;
    padding-bottom: 15px;
}

.menu-bnr-box {
    width: 80%;
}

#footer #info h3 {
    font-size: 14px;
}
    
}