/*共通・body*/
body{
    min-height: 100vh;
    font-size: 1.5rem;
    padding-bottom: 230px;
    position: relative;
}

/*共通・ヘッダー*/
header{
	position:relative;
}
.header_title {
    padding: 22px 24px 68px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: content-box;
}
.header_title>*{
    flex: 0 1 auto;
}
.header_left{
    display: flex;
    justify-content: space-between;
    align-items: center;   
}
.header_left img{
    width: 20vw;
    min-width: 214px;
    max-width: 279px;
    height: auto;
}
.header_title p{
    margin-left: 30px;
    font-size: 1.3rem;
    line-height: 1.8;
}
.header_title>a>img{
    width: 20vw;
    min-width: 214px; 
    max-width: 275px;
    height: auto;
}
.gnav {
    border-bottom: solid 2px #fff;
    height: 50px;
    background-image: url(/wp-content/themes/original/images/common/bg_green.jpg);
    background-size: contain;
    background-repeat: repeat;
    position: absolute;
    width: 100%;
    margin-top: 100px;
    top: 0;
}
.gnav_in{
    margin: 0 auto;
    max-width: 821px;
}
.gnav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.gnav li{
    display: flex;
    justify-content: center;
    position: relative;
	 font-size: 1.7rem;
}
.gnav li:not(:last-child)::after{
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    background-color: #fff;
    position: absolute;
    right: -1px;
    top: 25%;
}
.gnav a{
    padding: 0 15px;
    display: block;
    line-height: 50px;
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.015em;
}

/*パンくず*/
.pankuzu {
    display: flex;
    margin-bottom: 50px;
    padding: 10px 15px;
    font-size: 1.3rem;
}
.pankuzu li{
    padding: 0 3px;
}
.pankuzu li a{
    color: #000;
}


/*ヘッダー固定時*/
.fixed.gnav {
    position: fixed;
    top: 0;
    left: 0;
	 width:100%;
    z-index: 111;
	 margin-top:0;
}


/*共通・文字や見出しなど*/
p{
    font-size: 1.5rem;
    color: #333;
    line-height: 2.3;
}
a:hover{
    opacity:0.8;
}
h2 {
    text-align: center;
    font-size: 3.6rem;
    line-height: 1.7;
    letter-spacing: .07em;
}
h1.page-title {
    line-height: 80px;
    padding: 16px 20px;
    background-color: #e6f3cb;
    color: #709918;
    font-size: 2.1rem;
    letter-spacing: 0.3rem;
    line-height: 1.5;
    text-align: center;
    font-weight: normal;
    font-family: "M PLUS Rounded 1c";
}
h3 {
    margin-bottom: 7px;
    color: #709918;
    font-size: 2.2rem;
    line-height: 2;
}
.sp_only{
    display: none;
}
.tb_only{
    display: none;
}
/*リンクバナー*/
.link_banner{
    width: 440px;
    height: auto;
}


/*共通・フッター*/
footer{
    width: 100%;
    margin-top: 100px;
    background-image: url(/wp-content/themes/original/images/common/bg_green.jpg);
    background-size: contain;
    background-repeat: repeat;
    color: #fff;
    position: absolute;
    bottom: 0;
}
footer a{
    display: block;
    text-decoration: none;
    color: #fff;
}
.footer_in{
    min-height: 127px;
    margin: 0 auto;
    max-width: 990px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footerlogo{
    margin-top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.0rem;
}
.footerlogo a{
    flex: auto;
}
address>*{
    margin-top: 5px;
}
address ul{
 	 width: 330px;
    display: flex;
    justify-content: space-between;
}
footer ul{
    list-style: none;
}
.footernav li:not(:first-child){
    margin-top: 7px;
}
.copyright{
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #6d8e11;
}

/*LINEバナー*/
.line{
    text-align: center;
}
.line img {
    margin: 70px 0 0px;
    padding-bottom: 2px;
    border: solid 3px #97c622;
    box-sizing: content-box;
}

/*スライド*/
.mm-slideout {
    z-index: 11111111;
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front, html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    z-index: 111;
}
html.mm-front .mm-menu.mm-offcanvas {
    z-index: 1111;
}
.mm-listview i,
.mm-listview span{
    line-height: 2;
}
.mm-panels>.mm-panel {
    background-color: #e6f3cb;
}
@media(min-width:750px){
	.mm-slideout {
 		z-index: 0;
	}
}

/*中間サイズ（ヘッダー・mainの余白を調整）*/
@media(min-width:750px) and (max-width:1069px){
    .tb_only{
        display: block;
    }
    .gnav {
        position: relative;
        margin-top: 0px;
        top: 0;
    }
    .header_title{
        padding-bottom: 0;
    }
    .header_title p{
        display: none;
    }
        .header_p_sp {
        font-size: 1.2rem;
        padding: 3px 12px;
    }
    
    .footer_in{
        margin-right: 40px;
        margin-left: 40px;
    }
}

/*以下スマホ設定*/
@media(max-width:749px){
/*共通*/
    body{
        font-size: 12px;
        padding-bottom: 0;
    }
	h3 {
        line-height: 1.8;
	}
	p {
        line-height: 2.2; 
	}
    .sp_only{
        display: block;
    }
	.pc_only{
        display: none;
    }
    .link_banner{
        margin-bottom: 20px;
        width: 300px;
}
/*固定メニュー（スマホのみ）*/
    .menu_sp{
        margin: 0 auto;
        width: 100%;
        height: 60px;
        display: flex;
        position: fixed;
        bottom: 0;
        z-index: 100000;
    	  background-image: url(/wp-content/themes/original/images/common/bg_green.jpg);
    	  background-size: contain;
    	  background-repeat: repeat;
    }
    .menu_sp_left{
        padding: 10px;
        flex: auto;
        display: flex;
    }
    .menu_sp img{
        flex: 0 0 60px;
    }
    .menu_sp_left a{
        flex: 1 1 auto;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        background-image:url(/wp-content/themes/original/images/common/bg_darkgreen.jpg);
        text-decoration: none;
        color: #fff;
    }
    .menu_sp_left a:first-child{
        margin-right: 10px;
    }
    
/*ヘッダー（スマホ）*/
    .header_title{
        padding: 5px 14px 0;
        height: 55px;
    }
    .header_left{
	    width: 49%;
    }
    .header_left img{
        width: 150px;
        min-width: 0;
        height: auto;
	}
	.header_asahilogo,
	.header_mafflogo{
        width: 160px;
	}
	.header_asahilogo{
	    width: 46%;
	}
    .header_left p{
        display: none;
    }
    .header_title a>img{
        width: 100%;
        min-width: auto;
        height: auto;
    }
    .gnav{
        display: none;
    }
    .header_p_sp{
        padding: 4px 15px 9px;
        min-height: 67px;
        letter-spacing: 0.05em;
        line-height: 1.7;
        font-size: 1.3rem;
    }
	header.fixed{
		position:relative;
		top: 0px !important;
	}
	header.fixed .header_p_sp {
    	display: block;
	}
	header.fixed .header_title {
		display: block;
	}		
/*フッター（スマホ）*/
	footer {
        margin-top: 30px;
        padding-top: 5px;
        position: relative;
	}
    .footer_in{
        margin: 0;
    }
    .footerlogo{
        margin-top: 5px;
        flex-direction: column;
        align-items: center;
        width: 100vw;
    }
    address{
			text-align:center;
    }
    address ul{
        width: 100%;
        margin: 10px 0;
        flex-direction: column;
    }
    address ul li{
			text-align:center;
    }
    .footernav{
        display: none;
    }
    .copyright{
        margin: 10px 0 63px;
        padding: 5px 0;
        height: auto;
        text-align: center;
    }
/*LINEスマホバナー */
	.line img {
    	margin: 70px 0 0px;
    	border: solid 2px #000;
	    max-width: calc(100% - 40px);
	}
}
