@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

html {
	font-size: 62.5%;
}

body, table, input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
}

a,
a:link {
	color: #666;
	text-decoration: none;
}

a:visited {
	color: #666;
}

a:hover {
	opacity: 0.7;
	color: #666;
}

a:active {
	color: #666;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 965px;
	color: #666;
	font-size: 1.8rem;
	line-height: 2;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #fff;
}

body p {
	font-size: 1.2rem;
	line-height: 1.75;
}

#container {
	text-align: left;
	overflow: hidden;
}


a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	
	body p {
		font-size: 1.3rem;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	
	.pc {
		display: none !important;
	}
	
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	
	#container {
		padding-bottom: 80px;
	}
	
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	background: #E4E4E4;
	border-bottom: 6px solid #193D33;
	font-family: "HGP明朝E", "MS Serif", "New York", "serif"
}

#gHeader p {
	font-family: "HGP明朝E", "MS Serif", "New York", "serif"
}

#gHeader .innerHeader {
    padding: 10px 8px 13px 0;
    margin: 0 auto;
    width: 944px;
	box-sizing: border-box;
}

#gHeader .lBox {
	margin-top: 5px;
	width: 470px;
    float: left;
}

#gHeader h1 {
    margin: 0 8px 15px;
    font-size: 1.8rem;
    color: #264D38;
    line-height: 1;
    font-weight: normal;
}

#gHeader .logoBox {
    display: table;
}

#gHeader .logo {
    display: table-cell;
}

#gHeader .logo a:hover {
	opacity: 1;
}

#gHeader .logo img {
    width: 64px;
}

#gHeader .logoBox p {
    padding: 7px 0 0 25px;
    display: table-cell;
    font-size: 2.4rem;
    color: #264D38;
    font-weight: bold;
    line-height: 1.09;
    vertical-align: middle;
}

#gHeader .logoBox p span {
    margin-bottom: 2px;
    display: block;
    font-size: 2.1rem;
}

#gHeader .rBox {
    float: right;
    width: 464px;
}

#gHeader .rBox .listLink {
    margin-bottom: 20px;
}

#gHeader .rBox .listLink li {
    margin-right: 8px;
    float: left;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
}

#gHeader .rBox .listLink li:last-child {
    margin-right: 0;
}

#gHeader .rBox .listLink li a {
    padding: 5px 6px;
    display: block;
    color: #FFF;
    background-color: #0dac67;
}

#gHeader .rBox .listLink li a:hover {
    opacity: 0.7;
}

#gHeader .rBox .listLink li.txt {
    padding: 7px 15px 3px;
    float: right;
    font-weight: normal;
    color: #FFF;
    min-width: 226px;
    text-align: center;
    background-color: #264d38;
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
    #gHeader {
        margin-bottom: 0;
		position: relative;
        padding: 5px 16px 8px;
		border: none;
    }

    #gHeader .innerHeader {
		padding: 0;
        width: auto;
        position: relative;
    }

    #gHeader .lBox {
        float: none;
		width: auto;
    }

    #gHeader h1 {
        margin: 0 0 8px;
		width: 230px;
        font-size: 0.8rem;
    }
	
	#gHeader h1 span {
		text-align: center;
		padding: 3px 10px;
		margin-top: 6px;
		width: 128px;
		color: #fff;
		display: block;
		font-size: 1rem;
		line-height: 1;
		letter-spacing: 0.5px;
		background-color: #264D38;
		box-sizing: border-box;
	}

    #gHeader .logo {
        width: 48px;
    }

    #gHeader .logoBox p {
        padding: 9px 0 0 8px;
        font-size: 1.7rem;
    }

    #gHeader .logoBox p span {
        margin-bottom: 2px;
        font-size: 1.4rem;
    }

    #gHeader .rBox {
        margin: 0;
        position: absolute;
        top: -4px;
        right: 10px;
        float: none;
        width: auto;
    }

    #gHeader .rBox .listLink {
        margin-bottom: 0;
    }

    #gHeader .rBox .listLink li {
        margin-right: 4px;
        font-size: 0.9rem;
    }

    #gHeader .rBox .listLink li:last-child {
        margin-left: 4px;
        margin-right: 0;
    }

    #gHeader .rBox .listLink li a {
        padding: 2px 3px 3px;
    }

    #gHeader .rBox .listLink li.txt {
        padding: 5px 2px 7px;
        font-size: 1rem;
        min-width: inherit;
    }
    
    #gHeader .rBox .btnList {
        padding: 8px 17px 11px;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background-color: #d1e3d2;
    }

    #gHeader .rBox .btnList > li {
        margin-right: 3.5%;
        width: 31%;
    }

    #gHeader .rBox .btnList > li:last-child {
        margin-right: 0;
    }

    #gHeader .rBox .btnList .slideUl {
        top: auto;
        bottom: 100%;
    }

    #gHeader .rBox .btnList .slideUl li {
        margin: 0 0 7px;
    }

    #gHeader .rBox .btnList .slideUl li a {
        padding: 10px 5px 9px;
        font-size: 1rem;
        color: #3E3A39;
    }

    #gHeader .rBox .btnList .slideUl li a span {
        font-size: 0.85rem;
        display: block;
    }

    #gHeader .rBox .btnList .slideUl.tel li a {
        padding: 10px 0 9px 25px;
        font-size: 0.9rem;
        background: #fff url("../../img/common/icon_tel.png") left 5px center no-repeat;
        background-size: 11px auto;
    }

    #gHeader .rBox .btnList .slideUl.tel li a .sTxt {
        margin-left: 2px;
        font-size: 0.7rem;
		display: inline-block;
        transform: none;
    }

    #gHeader .rBox .btnList .slideUl.tel li a .num {
        margin-left: -2px;
        font-size: 1rem;
    }
    
    #gHeader .comBtn > * {
        color: #4d4d4d;
        font-weight: bold;
    }

    #gHeader .comBtn.line p {
        background-position: left 13px center;
        background-size: 33px auto;
    }

    #gHeader .comBtn.tel p {
        padding: 15px 10px 15px 40px;
        background-position: left 10px center;
        background-size: auto 37px;
    }

    #gHeader .comBtn.mail a {
        background-position: left 13px center;
        background-size: 27px auto;
    }
	
	#gHeader .menu {
		position: absolute;
		width: 48px;
		right: 16px;
		top: 15px;
	}
	
	.menuBox {
		display: none;
		padding: 8px 15px;
		position: absolute;
		width: 100%;
		left: 0;
		top: 184px;
		background-color: #fff;
		z-index: 99;
		box-sizing: border-box;
	}
	
	.menuBox ul li {
		margin-bottom: 7px;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
		border: 1px solid #ddd;
	}
	
	.menuBox ul li a {
		padding: 6px 14px;
		display: block;
		font-size: 1.3rem;
		color: #333;
	}
	
	.menuBox ul li:first-child a {
		background-color: #FFF4D4;
	}
	
	.menuBox .line {
		padding: 0;
		margin: 34px auto;
		width: 100%;
		text-align: center;
		border: 1px solid #ddd;
	}
	
	.menuBox .line img {
		width: 100%;
	}
}

@media all and (max-width: 365px) {
    #gHeader h1 {
        font-size: 0.6rem;
    }
    
    #gHeader .rBox .listLink li {
        margin-right: 2px;
        font-size: 0.6rem;
    }
    
    #gHeader .rBox .listLink li:last-child {
        margin-left: 0;
    }
    
    #gHeader .rBox .listLink li.txt {
        font-size: 0.9rem;
    }
    
    #gHeader .logo {
        width: 40px;
    }
    
    #gHeader .logoBox p {
        font-size: 1.5rem;
    }
    
    #gHeader .logoBox p span {
        font-size: 1.2rem;
    }
	
	.menuBox {
		top: 174px;
	}

}

@media all and (max-width: 380px) {
	#gHeader .comBtn > * {
		font-size: 1.0rem;
	}
	
	#gHeader .comBtn.tel p {
		padding-left: 30px;
		background-position: left 5px center;
	}
    
    #gHeader .rBox .btnList .slideUl.tel li a {
        font-size: 0.8rem;
    }
    
    #gHeader .rBox .btnList .slideUl.tel li a .sTxt {
        font-size: 0.5rem;
    }
    
    #gHeader .rBox .btnList .slideUl.tel li a .num {
        font-size: 0.8rem;
    }

}

/*------------------------------------------------------------
	gHeader01
------------------------------------------------------------*/

#gHeader01 {
	padding: 7px 28px 5px 16px;
	margin: 0 auto;
	max-width: 1024px;
	box-sizing: border-box;
}

#gHeader01 h1 {
	margin-top: 10px;
	width: 500px;
	float: left;
	color: #264E39;
	font-size: 1.2rem;
}

#gHeader01 .topLink {
    width: 301px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gHeader01 .topLink img {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

#gHeader01 .topLink a {
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: bold;
    background: #264E39;
    padding: 10px;
}

@media all and (max-width: 767px) {
	#gHeader01 {
		margin-bottom: -2px;
		padding: 6px 19px 0px 16px;
	}
	
	#gHeader01 h1 {
		margin: 0 0 -3px;
		width: auto;
		float: none;
		font-size: 0.8rem;
	}
	
	#gHeader01 .topLink {
		width: auto;
        margin-top: 5px;
        margin-bottom: 2px;
	}
    
    #gHeader01 .topLink img {
        width: 18px;
        height: 18px;
    }
	
	#gHeader01 .topLink a {
		padding: 2px 10px;
	}

}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	border-bottom: 5px solid #C8DBCA;
}

#gNavi ul {
	max-width: 870px;
	margin: 0 auto;
}

#gNavi li {
	width: 16%;
	float: left;
	font-size: 1.4rem;
	line-height: 1.1;
}

#gNavi li a {
	width: 100%;
	color: #333;
	display: table;
	border-left: 1px solid #B2B2B2;
}

#gNavi li a:hover {
	opacity: 0.7;
}

#gNavi li:last-child a {
	border-right: 1px solid #B2B2B2;
}

#gNavi li a > span {
    height: 30px;
	padding: 7px 7px 5px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#gNavi li a > span span {
	display: block;
}

@media all and (max-width: 767px) {
	#gNavi {
		border: none;
	}
	
	#gNavi li {
		width: 33.33%;
		font-size: 1.2rem;
		line-height: 1.08;
		border-bottom: 1px solid #B2B2B2;
	}
	
	#gNavi li a {
		border: none;
		border-right: 1px solid #B2B2B2;
	}
	
	#gNavi li a > span {
		padding: 8px 7px 5px;
		height: 39px;
		box-sizing: border-box;
		font-size: 0.9em;
	}



}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 0 14px 18px;
	line-height: 1.4;
}

#pagePath li {
	display: inline;
	color: #666;
	font-size: 0.8rem;
}

#pagePath a {
	color: #666;
}

#pagePath a:hover {
	text-decoration: underline;
}

#pagePath.pagePath02 {
	margin: 0 0 9px;
}

#pagePath.pagePath02 li {
	font-size: 1rem;
}


@media all and (max-width: 767px) {
	#pagePath {
		margin: 4px 16px 22px;
	}
	
	#pagePath li {
		margin-right: 2px;
		font-size: 1.1rem;
	}
	
	#pagePath a:hover {
		text-decoration: none;
	}
	
	#pagePath.pagePath02 li {
		font-size: 0.9rem;
	}
	
	#pagePath.pagePath02 {
		margin: 0 16px 19px;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	width: 705px;
	float: left;
}

#conts01 {
	width: 640px;
	float: right;
}

#conts01 h3 {
	margin-bottom: 11px;
	font-size: 2.4rem;
	color: #39A64A;
	font-weight: normal;
}

#conts01 p {
	margin-bottom: 26px;
	font-size: 1.4rem;
	line-height: 1.75;
}

#conts01 .topTxt {
	margin-bottom: 27px;
	font-size: 1.4rem;
}

#conts01 .ttlBox {
	margin-bottom: 14px;
	position: relative;
    padding: 26px 30px 74px;
	border: 2px solid #eee;
	background-color: #fff;
}

#conts01 .ttlBox .photoBox {
	width: 100px;
	position: absolute;
	bottom: -2px;
	right: 30px;
}

#conts01 .ttlBox .text {
	margin-bottom: 0;
	width: 400px;
	float: left;
	color: #333;
	font-size: 1.8rem;
}

#conts01 .ttlBox .text_age{
    float: none;
    font-size: 18px;
}

#conts01 .ttlBox .text_age_p{
    font-size:14px;
}

#conts01 .ttlBox .text span {
	margin-bottom: 4px;
	display: block;
	font-size: 1.4rem;
}

#conts01 .ttlBox01 .photoBox {
	width: 96px;
	bottom: 16px;
	right: 22px;
}

#conts01 h4 {
	margin-bottom: 12px;
	padding: 1px 0;
	font-size: 1.4rem;
	line-height: 1;
	font-weight: normal;
	background-color: #D0E2D1;
}

.nikibi_box {
    width: 100%;
}
.nikibi_item {
    width: 640px;
    margin-bottom: 50px;
}
#conts01 h4.nikibi_tit {
    width: 640px;
    color: #333;
    font-size: 18px;
    background: #fff;
}
.flex_l {
    display: flex;
    justify-content: space-between;
}
.flex_l p {
    width: 476px;
}
.nikibi_img {
    width: 103px;
}
.nikibi_img img{
    width: 100%;
}

@media all and (max-width: 767px) {
	#conts {
		margin-bottom: 26px;
		width: auto;
		float: none;
	}
	
	#conts01 {
		margin-bottom: 61px;
		width: auto;
		float: none;
	}
	
	#conts01 h3 {
		font-size: 1.3rem;
	}
	
	#conts01 p {
		font-size: 1.2rem;
	}
	
	#conts01 .topTxt {
		margin-bottom: 9px;
		font-size: 1.2rem;
		line-height: 1.41;
		letter-spacing: -0.3px;
	}
	
	#conts01 .ttlBox {
		margin-bottom: 16px;
		padding: 7px 30px 40px 15px;
		border-width: 1px;
	}
	
	#conts01 .ttlBox .text {
		margin: 0;
		/*width: auto;*/
		font-size: 1.3rem;
	}
	
	#conts01 .ttlBox .text span {
		margin-bottom: 2px;
		font-size: 1.1rem;
	}
	
	#conts01 .ttlBox .photoBox {
		width: 50px;
		bottom: -1px;
		right: 21px;
	}
	
	#conts01 h4 {
		padding: 2px 0;
		font-size: 1.2rem;
	}
	
	#conts01 .ttlBox01 .photoBox {
		width: 48px;
		bottom: 8px;
		right: 15px;
	}
    
    .nikibi_item {
        width: 100%;
        margin-bottom: 0;
    }
    #conts01 h4.nikibi_tit {
        width: 100∞;
        color: #333;
        font-size: 18px;
        background: #fff;
    }
    .flex_l {
        display: flex;
        justify-content: space-between;
    }
    .flex_l p {
        width: 80%;
    }
    .nikibi_img {
        width: 20%;
    }

}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 240px;
	float: right;
	color: #333;
	box-sizing: border-box;
}
#sideBar01 {
	width: 290px;
	float: left;
}
#sideBar .banner {
	margin-bottom: 15px;
	box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
}
#sideBar .banner_new {
    display: block;
    margin-bottom: 15px;
    box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
    background: #95D4E9;
    padding: 8px 15px 2px;
    width: auto;
    height: 40px;
    border: solid 1px;
    border-color: #b2b2b2;
}
#sideBar #new_red{
    color: #FF0000;
    font-size: 14px;
}
#sideBar #new_title_nikibi{
    color: #333333;
    font-size: 14px;
    display:inline-block;
}
#sideBar .listUl {
	margin-bottom: 15px;
}
#sideBar .listUl > li {
	margin-bottom: 13px;
	border: 2px solid #B2B2B2;
	box-shadow: 2px 3px 10px rgba(0,0,0,0.5);
}
#sideBar .listUl > li:last-child {
	margin-bottom: 0;
}
#sideBar .listUl > li .ttl {
	margin: 0;
	padding: 15px 15px 8px;
	font-size: 1.4rem;
	position: relative;
	cursor: pointer;
}
#sideBar .listUl > li .ttl span {
	margin-top: 3px;
	display: block;
	font-size: 1.2rem;
}
#sideBar .listUl > li .ttl01 {
	padding: 14px 15px 12px;
	display: block;
} 
#sideBar .listUl > li .ttl01 span {
	margin-top: 0;
}	
#sideBar .listUl > li .ttl::before,
#sideBar .listUl > li .ttl::after {
	width: 12px;
	height: 2px;
	position: absolute;
	right: 15px;
	top: 50%;
	background-color: #333;
	content: '';
}
#sideBar .listUl > li .ttl::after {
	transform: rotate(90deg);
	transition: transform 0.3s;
}
#sideBar .listUl > li .ttl.on::after {
	transform: rotate(0);
}
#sideBar .listUl > li .textInner {
	padding: 20px 0;
	display: none;
}
#sideBar .listUl > li .textInner .img {
	margin: 0 auto 10px;
	width: 114px;
}
#sideBar .listUl > li .textInner .img img {
	width: 100%;
}
#sideBar .listUl > li .textInner p {
	margin: 0 15px 22px;
	font-size: 1.2rem;
	line-height: 1.75;
}
#sideBar .listUl > li .textInner p span {
	color: #008045;
}
#sideBar .listUl > li .textInner .innerUl li a {
	padding: 5px 15px;
	display: block;
	font-size: 1.2rem;
	color: #333;
	border-top: 1px solid #ddd;
}
#sideBar .listUl > li .textInner .innerUl {
	border-bottom: 1px solid #ddd;
}
#sideBar .listUl > li .ttl01::before,
#sideBar .listUl > li .ttl01::after {
	display: none;
}
#sideBar .newsBox {
	padding-left: 15px;
	margin-bottom: 16px;
	border: 1px solid #B2B2B2;
	box-sizing: border-box;
}
#sideBar .newsBox .scroll-pane {
	height: 240px;
}
#sideBar .newsBox .ttl {
	margin: 15px 0 9px;
	font-size: 1.4rem;
}
#sideBar .newsBox dl {
	font-size: 1.2rem;
	line-height: 1.75;
}
#sideBar .newsBox dd {
	padding-left: 2em;
	text-indent: -2em;
}
#sideBar .newsBox dd a:hover {
	opacity: 0.7;
}
#sideBar .gray {
        background: #e6e6e6;
	border: 1px solid #d6d6d6
}
#sideBar .snsBox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sideBar .snsBox figure {
	width: 32%;
	height: 130px;
	margin: 0;
	border: 1px solid #B2B2B2;
	box-sizing: border-box;
}
#sideBar .snsBox figure a {
	display: block;
	padding: 4px;
}
#sideBar .snsbox-ameblo,
#sideBar .snsbox-youtube {
    padding: 0;
    border: 1px solid #B2B2B2;
	box-sizing: border-box;
    margin-top: 15px;
}
#sideBar .snsbox-ameblo figure,
#sideBar .snsbox-youtube figure {
    width: 100%;
	margin: 0;
	padding: 0;
}
#sideBar .snsBox figure a:hover,
#sideBar .snsbox-ameblo:hover,
#sideBar .snsbox-youtube:hover {
    opacity: 0.7;
}
.jspDrag {
	background: #A1A1A1;
}
.jspVerticalBar {
	width: 25px;
}
.jspTrack {
	background-color: #ccc;
}

@media all and (max-width: 767px) {
	#sideBar {
		width: auto;
		float: none;
	}
	#sideBar01 {
		width: auto;
		float: none;
		padding: 15px;
		background-color: #fff;
		margin: 0 -15px;
	}
	#sideBar .banner  {
		box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	}
	#sideBar .banner a {
		display: block;
	}
    #sideBar .banner a img {
        width: 100%;
    }
    #sideBar .banner_new{
        padding: 5px 13px 0px;
        height: 30px;
    }
    #sideBar #new_red{
        font-size: 1.3rem;
    }
    #sideBar #new_title_nikibi{
        font-size: 1.3rem;
    }
	#sideBar .listUl > li {
		box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	}
	#sideBar .listUl > li .ttl {
		padding: 5px 13px 3px;
		font-size: 1.3rem;
	}
	#sideBar .listUl > li .ttl::before, #sideBar .listUl > li .ttl::after {
		right: 9px;
	}
	#sideBar .listUl > li .ttl span {
		margin-top: 0;
		font-size: 1.1rem;
		line-height: 1;
	}
	#sideBar .listUl > li .ttl01 {
		padding: 7px 13px 13px;
	}
	#sideBar .newsBox {
		margin-bottom: 19px;
		padding-left: 7px;
	}
	#sideBar .newsBox .scroll-pane {
		height: 200px;
	}
	#sideBar .newsBox .ttl {
		margin: 8px 0 13px;
	}
    #sideBar .sp-snsbox_flexbox{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 5%;
    }
	#sideBar .snsBox figure {
		height: auto;
		margin: 0 0 2% 0;
		padding: 0;
	}
    #sideBar .snsbox-ameblo,
	#sideBar .snsbox-youtube {
        margin: 2% auto;
        width: 100%;
    }
	#sideBar .snsbox-ameblo figure ,
	#sideBar .snsbox-youtube figure {
		padding: 10px 0;
    }
	#sideBar .comNav {
		display: block;
	}
	#sideBar01 .comList > li > ul {
		display: none;
	}
	#sideBar .listUl > li .textInner .img {
		width: 212px;
	}
	#sideBar .listUl > li .textInner .innerUl li a {
		font-size: 1.3rem;
	}
}

@media all and (max-width: 383px) {
	#gHeader01 {
		padding: 6px 3px 0px;
	}
	#gHeader01 h1 {
		font-size: 0.7rem;
	}
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin: 0 auto;
	max-width: 960px;
	padding: 17px 0 13px;
	border: 2px solid #ddd;
	border-left: none;
	border-right: none;
	box-sizing: border-box;
}

#gFooter .copyRight {
	margin: 0 auto;
	max-width: 798px;
	font-size: 1rem;
	line-height: 1.5;
}


#gFooter .linkUl {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 8px 10px 12px;
	text-align: center;
	background-color: #D1E3D3;
	box-sizing: border-box;
	z-index: 99;
}

#gFooter .linkUl > li {
	width: 109px;
	margin: 0 4px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	box-sizing: border-box;
}

#gFooter .linkUl > li > a {
	padding: 7px 10px 1px 54px;
	display: block;
	background-color: #fff;
	box-shadow: 0 4px 0 #B4B4B5;
	border-radius: 5px;
}

#gFooter .linkUl > li > a span {
	font-size: 1.45rem;
	line-height: 1.06;
	font-weight: bold;
	display: inline-block;
}

#gFooter .linkUl .line > a {
	background: url(../../img/common/sp_icon01.png) no-repeat left 13px center #fff;
	background-size: 34px auto;
}

#gFooter .linkUl .tel > a {
	padding: 12px 8px 9px 41px;
	background: url(../../img/common/sp_icon02.png) no-repeat left 11px center #fff;
	background-size: auto 36px;
}

#gFooter .linkUl .web > a {
	padding: 7px 16px 1px 46px;
	background: url(../../img/common/sp_icon03.png) no-repeat left 10px center #fff;
	background-size: 30px auto;
}

#gFooter .linkUl .subBox {
	padding: 10px 0 6px;
	position: fixed;
	width: 100%;
	display: none;
	left: 0;
	bottom: 64px;
	text-align: left;
	box-sizing: border-box;
	background-color: #D1E3D3;
}

#gFooter .linkUl .subBox .innerUl {
	margin: 0 auto;
	max-width: 354px;
}

#gFooter .linkUl .subBox li {
	margin-bottom: 8px;
}

#gFooter .linkUl .subBox li:last-child {
	margin-bottom: 0;
}

#gFooter .linkUl .subBox li span {
	margin-right: 5px;
	padding: 12px 0;
	width: 109px;
	font-size: 1.45rem;
	color : #4E4D4D;
	line-height: 1.06;
	font-weight: bold;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	background-color: #fff;
	box-shadow: 0 4px 0 #B4B4B5;
	border-radius: 5px;
	box-sizing: border-box;
}

#gFooter .linkUl .subBox li a {
	width: calc(100% - 114px);
} 

#gFooter .linkUl li.tel .subBox {
	text-align: right;
}

#gFooter .linkUl li.tel .subBox .innerUl {
	padding-right: 121px;
	box-sizing: border-box;
}


#gFooter .linkUl li.tel .subBox li span {
	margin: 0 0 0 10px;
}

#gFooter .linkUl li.tel .subBox li a {
	width: auto;
}

#gFooter .linkUl .subBox li a {
	display: inline-block;
	color : #1C3C34;
	font-size: 1.4rem;
	vertical-align: middle;
	letter-spacing: -0.5px;
}

#gFooter .pageTop {
	position: fixed;
	width: 38px;
	right: 15px;
	bottom: 66px;
	z-index: 98;
}

#gFooter .pageTop a:hover {
	opacity: 0.7;
}

#gFooter01 .fLink {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 80;
}

#gFooter01 .fLink a {
	padding: 10px;
	color: #fff;
	display: block;
    background: #264E39;
	text-align: center;
	font-size: 1.3rem;
}

#gFooter01 .fLink a span {
	display: inline-block;
	padding: 3px 0 3px 25px;
	background: url(../../img/common/icon01.png) no-repeat left center;
	background-size: 16px auto;
}


@media all and (max-width: 767px) {
	
	#gFooter .pageTop img {
		width: 100%;
	}
	
	#gFooter .pageTop {
		width: 56px;
		bottom: 100px;
	}
	
	#gFooter {
		padding: 8px 10px;
	}
	
	#gFooter .copyRight {
		line-height: 1.35;
	}
 
}

@media all and (max-width: 383px) {
	#gFooter .linkUl .line > a {
		padding: 7px 8px 1px 47px;
		background-size: 28px auto;
	}
	
	#gFooter .linkUl > li > a span {
		font-size: 1.2rem;
	}
	
	#gFooter .linkUl .tel > a {
		padding: 8px 18px 0 42px;
		background-size: auto 25px;
	}
	
	#gFooter .linkUl .web > a {
		padding: 7px 10px 1px 48px;
		background-size: 26px auto;
	}
	
	#gFooter .linkUl > li {
		width: 88px;
	}
	
	#gFooter .linkUl .subBox li span {
		width: 88px;
	}
	
	#gFooter .linkUl .subBox .innerUl {
		max-width: 287px;
	}
	
	#gFooter .linkUl .subBox li a {
		font-size: 1.2rem;
	}
	
	#gFooter .linkUl li.tel .subBox .innerUl {
		padding-right: 99px;
	}
	
	#gFooter .linkUl .subBox {
		bottom: 56px;
	}
}

@media all and (max-width: 383px) {
	#gFooter01 .fLink a {
		font-size: 1.1rem;
	}
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background: #fff;
}

.logo {
  font-size: 24px;
}

/* ここから下がハンバーガーメニューに関するCSS */

/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 58px;
  width: 58px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #c1d1c1;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
  width: 20px;
  background: #fff;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
  width: 15px;
  background: #006932;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  background: #fff;
  width: 25px;
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
  width: 25px;
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #444444;
  transition: .5s;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}

.accessbtn01 {
    align-items: center;
    margin: 0 20%;
}
.accessbtn01 li {
    width: 80%;
    text-align: center;
    background: #CFE1D0;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
}
.accessbtn01 li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 15px;
    border-radius: 0 0 10px 10px;
    background-color: #B3B3B4;
    content: "";
    z-index: -1;
}
.accessbtn01 li a {
    display: block;
    color: #000;
    line-height: 1.4;
    padding: 10px 0;
}
.accessbtn01 li a:hover {
    opacity: 0.7;
}
.accessbtn01 li a span {
    display: block;
    font-size: 12px;
}
