@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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: 'Noto Sans JP', sans-serif;
    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%;
    height: auto;
}
img {
    image-rendering: -webkit-optimize-contrast;
}
a,
a:link {
	color: #1c1612;
	text-decoration: none;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
a:visited {
	color: #1c1612;
}
a:hover {
	color: #1c1612;
}
a:active {
	color: #1c1612;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1200px;
	color: #1c1612;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
    overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
#main {
    min-height: calc(100vh - 341px);
}
@media screen and (min-width: 897px) {
	.sp {
		display: none !important;
	}
    .cover,
    .menuClose,
    .menuBox {
        display: none !important; 
    }
}
@media all and (max-width: 897px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
    body.fixed {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 103px;
	}
    #main {
        min-height: calc(100vh - 500px);
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
}
#gHeader.mt0 {
	top: 0 !important;
}
#gHeader .headerNote {
	padding: 5px 15px;
	color: #fff;
	line-height: 1.2;
	font-size: 1.2rem;
	background-color: #388bdb;
 text-align: center;
}
#gHeader .headerNote a {
	display: block;
	color: #fff;
}
#gHeader .headerNote a:hover {
	text-decoration: underline;
}
#gHeader .headerInner {
	border-top: 3px solid #e95b00;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #ddd9d1;
}
#gHeader .logo {
	margin-left: 16px;
	width: 287px;
	flex-shrink: 0;
}
#gHeader .headerRight {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
#gHeader .infoBtn {
	display: flex;
}
#gHeader .infoBtn .btn {
	display: flex;
	width: 88px;
	height: 88px;
	position: relative;
	z-index: 2;
    display: flex;
    align-items: center;
	box-sizing: border-box;
	border-left: 1px solid #ddd9d1;
	border-bottom: 1px solid #ddd9d1;
}
#gHeader .infoBtn .btn:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	opacity: 0.1;
	background-image: linear-gradient(to bottom, rgba(55, 172, 172, 0), #37acac);
	content: "";
}
#gHeader .infoBtn .history.btn:after {
	background-image: linear-gradient(to bottom, rgba(56, 140, 216, 0), #378bd7);
}
#gHeader .infoBtn .btn > div {
    width: 100%;
    text-align: center;
}
#gHeader .infoBtn .btn .img {
	width: 16px;
    margin: 0 auto;
}
#gHeader .infoBtn .btn .txt {
	margin: 3px 0 -3px;
	font-size: 1.2rem;
	display: block;
	text-align: center;
	transform: scale(0.92);
	-webkit-transform: scale(0.92);
	-moz-transform: scale(0.92);
	-ms-transform: scale(0.92);
	-o-transform: scale(0.92);
}
#gHeader .infoBtn .btn .num {
	font-size: 1.4rem;
	font-weight: bold;
	color: #37acac;
}
#gHeader .infoBtn .btn .num span {
	margin-left: 5px;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: normal;
	transform: scale(0.92);
	-webkit-transform: scale(0.92);
	-moz-transform: scale(0.92);
	-ms-transform: scale(0.92);
	-o-transform: scale(0.92);
}
#gHeader .infoBtn .btn.history .num {
	color: #388bdb;
}
#gNavi {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
#gNavi .naviTop {
	margin: 0 16px 12px 0;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
#gNavi .naviTop a:hover {
    opacity: 0.7;
}
#gNavi .naviTop li:not(.btn) {
	margin-right: 15px;
}
#gNavi .naviTop li:not(.btn) a {
	font-size: 1.2rem;
	color: #e95b00;
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd9d1;
}
#gNavi .naviTop .btn a {
	display: flex;
    font-weight: bold;
	align-items: center;
	justify-content: center;
	width: 92px;
	height: 32px;
	font-size: 1.1rem;
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	box-sizing: border-box;
	border: 1px solid #ddd9d1;
}
#gNavi .naviTop .btn .img {
	margin-right: 7px;
	width: 16px;
	font-size: 0;
}
#gNavi .naviBtm {
	display: flex;
	justify-content: flex-end;
}
#gNavi .naviBtm a {
	border-left: 1px solid #ddd9d1;
	padding: 0 15px 10px 16px;
	display: flex;
	height: 32px;
	position: relative;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.4rem;
	border-bottom: 1px solid #c3b28f;
	box-sizing: border-box;
}
#gNavi .naviBtm li:first-child a {
    border-left: none;
}
#gNavi .naviBtm .img {
	margin-right: 5px;
	margin-bottom: -2px;
	display: inline-block;
	width: 16px;
}
#gNavi .naviBtm a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	background-image: linear-gradient(to bottom, rgba(170, 133, 96, 0), #aa8560);
	opacity: 0.1;
	content: "";
}
#gNavi .naviBtm .on a {
	color: #e95b00;
	border-bottom-color: #e95b00;
}
#gNavi .naviBtm .on a:before {
	background-image: linear-gradient(to bottom, rgba(233, 91, 0, 0), #e95b00);
}
@media all and (min-width: 897px) {
	#gHeader .infoBtn .btn:hover {
		opacity: 0.7;
	}
	#gNavi .naviBtm a:hover {
		color: #e95b00;
		border-bottom-color: #e95b00;
	}
	#gNavi .naviBtm a:hover:before {
		background-image: linear-gradient(to bottom, rgba(233, 91, 0, 0), #e95b00);
	}
}
@media all and (max-width: 897px) {
	#gHeader .headerNote {
	}
	#gHeader .headerInner {
		flex-direction: column;
	}
	#gHeader .topTxt {
		line-height: 1;
		font-size: 0.9rem;
		padding: 5px;
		width: 100%;
		text-align: center;
		background-color: #faf6ed;
	}
	#gHeader .headerLeft {
		padding: 9px 0 6px;
		position: relative;
		width: 100%;
		display: flex;
		justify-content: space-between;
		z-index: 1;
		border-bottom: 1px solid #ddd9d1;
	}
	#gHeader .headerLeft:after {
		position: absolute;
		z-index: -1;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 24px;
		opacity: 0.1;
		background-image: linear-gradient(to bottom, rgba(170, 133, 96, 0), #aa8560);
		content: "";
	}
	#gHeader .headerLeft .btnBox {
		display: flex;
		justify-content: flex-end;
	}
	#gHeader .headerLeft .btnBox .menu {
		border-left: 1px solid #ddd9d1;
	}
	#gHeader .headerLeft .btnBox a {
		width: 63px;
		display: block;
		text-align: center;
	}
    #gHeader .login span {
        display: block;
        font-size: 0.9rem;
        font-weight: bold;
        margin-top: 2px;
    }
    #gHeader .menu span {
        display: block;
        font-size: 0.9rem;
        font-weight: bold;
        margin-top: 1px;
    }
	#gHeader .logo {
		margin-top: 4px;
		margin-left: 16px;
		width: 179px;
		flex-shrink: 0;
	}
	#gHeader .headerRight {
		width: 100%;
	}
	#gHeader .infoBtn {
		display: flex;
		width: 100%;
	}
	#gHeader .infoBtn .btn {
		padding: 0 15px;
		display: flex;
		width: 100%;
		height: 28px;
		border-left: 1px solid #ddd9d1;
		border-bottom: 1px solid #ddd9d1;
		position: relative;
		box-sizing: border-box;
	}
	#gHeader .infoBtn .btn:after {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 28px;
		opacity: 0.1;
		background-image: linear-gradient(to bottom, rgba(55, 172, 172, 0) 70%, #37acac);
		content: "";
	}
    #gHeader .infoBtn .btn > div {
        display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
    }
	#gHeader .infoBtn .history.btn:after {
		background-image: linear-gradient(to bottom, rgba(56, 140, 216, 0) 70%, #378bd7);
	}
	#gHeader .infoBtn .btn .img {
		margin: 0 5px 0 0;
		width: 16px;
	}
	#gHeader .infoBtn .btn .txt {
		margin: 0;
		font-size: 0.9rem;
		transform: scale(1);
	}
	#gHeader .infoBtn .btn .num {
		font-size: 1.2rem;
		position: absolute;
		right: 15px;
	}
	#gHeader .infoBtn .btn .num span {
		margin-left: 3px;
	}
	#gNavi {
		display: none;
	}
    .menuBox {
        position: fixed;
        top: 0;
        right: -100%;
        overflow-y: auto;
        height: calc(100% - 3px);
        width: 100%;
        z-index: 1000;
        transition: all 0.3s;
    }
    .menuBox.on {
        right: 0;
    }
    .menuSub {
        position: absolute;
        top: 0;
        right: 0;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        background-color: white;
        z-index: 1001;
        border-top: 3px solid #e95b00;
    }
    .menuBox .list {
        padding: 17px 0 16px;
        display: flex;
        justify-content: center;
    }
    .menuBox .list li {
        margin: 0 4px;
    }
    .menuBox .list a {
        font-weight: bold;
        display: inline-block;
        border-radius: 32px;
        border: solid 1px #ddd9d1;
        padding: 7px 10px 5px;
    }
    .menuBox .list img {
        margin-right: 4px;
    }
    .menuBox .sub01 {
        padding: 15px 15px 16px;
        background-color: #e95b00;
    }
    .menuBox .sub01 .ttl {
        margin-bottom: 4px;
        font-weight: bold;
        color: white;
        font-size: 1.4rem;
    }
    .menuBox .sub01 .ttl img {
        margin-right: 6px;
        vertical-align: -2px;
    }
    .menuBox .comSideInput .box {
        margin-bottom: 8px;
        border: 1px solid #fff;
        border-radius: 5px;
    }
    .menuBox .comSideInput input[type="text"] {
        height: 38px;
        border-radius: 0;
    }
    .menuBox .comSideInput input[type="submit"] {
        height: 38px;
        font-size: 1.4rem;
    }
    .menuBox .comBtn02 {
        width: auto;
    }
    .menuBox .naviUl a {
        padding: 13px 30px 12px 15px;
        font-weight: bold;
        display: block;
        font-size: 1.4rem;
        background: url("../../img/common/icon16.png") no-repeat right 15px center #fff;
        background-size: 6px auto;
        border-bottom: 1px solid #ddd9d1;
    }
    .menuDl {
        padding: 15px;
        display: flex;
        position: relative;
        justify-content: space-between;
        border-bottom: 1px solid #ddd9d1;
    }
    .menuDl:after {
        width: 100%;  
        height: 100%;
        opacity: 0.1;
        background: linear-gradient(to bottom, rgba(55, 172, 172, 0) 40%, #37acac);
        position: absolute;  
        top: 0;
        left: 0;  
        content: ""; 
    }
    .menuDl02:after {
        background: linear-gradient(to bottom, rgba(56, 140, 216, 0) 40%, #378bd7);
    }
    .menuDl dt img {
        margin-right: 5px;
    }
    .menuDl dd {
        font-size: 1.2rem;
        color: #37acac;
    }
    .menuDl dd span {
        font-size: 1.6rem;
        font-weight: bold;
        margin-right: 4px;
        line-height: 1;
    }
    .menuDl02 dd span {
        color: #388BDB;
    }
    .menuBox .naviUl02 {
        margin-bottom: 40px;
        display: flex;
        border-bottom: 1px solid #ddd9d1;
        justify-content: space-between;
    }
    .menuBox .naviUl02 li {
        width: 50%;
        box-sizing: border-box;
        border-right: 1px solid #ddd9d1;
    }
    .menuBox .naviUl02 li:nth-child(2n) {
        border-right: none;
    }
    .menuBox .naviUl02 li a {
        padding: 12px 15px;
        display: block;
        font-size: 1.4rem;
        color: #e95b00;
        background-color: white;
    }
    .menuBox .naviUl02 li span {
        display: block;
        background: url("../../img/common/icon16.png") no-repeat right 4px center;
        background-size: 6px auto;
    }
    .menuClose {
        position: absolute;
        top: 15px;
		left: 19px;
        width: 48px;
        height: 48px;
        z-index: 1001;
    }
    .menuClose a {
        padding: 27px 5px 5px;
        display: block;
        font-size: 0.9rem;
        font-weight: bold;
        text-align: center;
        border-radius: 5px;
        border: solid 1px #ddd9d1;
        background: url("../../img/common/close01.png") no-repeat center top 11px #fff;
        background-size: 9px auto;
    }
    .cover {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        height: 100%;
        background-color: rgba(28,22,18,0.5);
    }
    .cover.on {
        display: block;
    }
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	margin-top: 62px;
	padding-bottom: 37px;
}
#gFooter .topBanner {
	display: flex;
	justify-content: center;
	padding: 0 0 48px;
/*	border-top: 1px solid #ddd9d1;*/
}
#gFooter .topBanner li {
	margin: 0 20px;
	width: 480px;
}
#gFooter .topBanner li a {
    display: block;
}
#gFooter .bgBox {
	padding: 16px 0;
	margin-bottom: 38px;
	text-align: center;
	background-color: #faf6ed;
}
#gFooter .bgBox .btn {
	margin: 0 auto 8px;
	width: 480px;
}
#gFooter .bgBox p {
	font-size: 1.2rem;
	line-height: 1;
	text-align: center;
	color: #89817b;
}
#gFooter .fNavi.blue {
	padding-bottom: 23px;
	display: flex;
	flex-wrap: wrap;
}
#gFooter .fNavi.blue li {
	margin-right: 50px;
	width: 200px;
}
#gFooter .fNavi.blue li:nth-child(4n) {
	margin-right: 0;
}
#gFooter .fNavi.blue li a {
	padding-left: 10px;
    font-weight: bold;
	font-size: 1.4rem;
	text-decoration: underline;
	color: #388bdb;
	line-height: 2.29;
	position: relative;
}
#gFooter .fNavi.blue li a:before {
	position: absolute;
	left: 0;
	top: calc(50% - 3px);
	width: 5px;
	height: 5px;
	border-top: 1px solid #388bdb;
	border-right: 1px solid #388bdb;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	content: "";
}
#gFooter .fNavi.black {
	padding: 30px 0 27px;
    margin-bottom: 0;
	border-top: 1px solid #ddd9d1;
	display: flex;
}
#gFooter .fNavi.black li:not(:last-child) {
	margin-right: 16px;
}
#gFooter .fNavi.black a {
	font-size: 1.2rem;
	text-decoration: underline;
	color: #1c1612;
}
#gFooter .footerInner {
	margin: 0 auto;
	max-width: 1000px;
}
#gFooter .btmBox {
    padding-top: 30px;
	border-top: 1px solid #ddd9d1;
	margin-bottom: 41px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gFooter .logo {
	width: 300px;
}
#gFooter .btmBox p {
	font-size: 1rem;
	color: #b4aaa4;
	line-height: 1.5;
	width: 500px;

}
#gFooter address {
	font-size: 1.2rem;
	text-align: center;
	font-style: normal;
	color: #b4aaa4;
	transform: scale(0.92);
	letter-spacing: -0.1px;
}
#gFooter .fBox {
    padding-top: 45px;
    background-color: #4d3a2e;
}
#gFooter.style02 .fBox {
	background-color: #fff;
}
#gFooter .contactInner {
    padding: 0 0 45px;
    max-width: inherit;
}
#gFooter .fBox .ttl {
    margin-bottom: 13px;
    font-size: 2rem;
    color: white;
    text-align: center;
    font-weight: bold;
}
#gFooter .fBox .txt {
    margin-bottom: 16px;
    text-align: center;
    font-size: 1.4rem;
    color: white;
    font-weight: bold;
    line-height: 1.71;
}
#gFooter .contactUl {
    max-width: 1000px;
    margin: 0 auto -21px;
    display: flex;
    flex-wrap: wrap;
}
#gFooter .contactUl li {
    margin: 0 20px 13px 0;
    width: 184px;
}
#gFooter .contactUl li:nth-child(5n) {
    margin-right: 0;
}
#gFooter .contactUl li a {
    padding: 8px 0 8px 40px;
    display: block;
    color: white;
    font-weight: bold;
    background: url("../../img/common/tel.png") no-repeat left top 10px;
    background-size: 32px auto;
    border-bottom: 2px solid #31241b;
}
#gFooter .contactUl li .txtSpan {
    margin: 1px 0 0;
    display: block;
    font-size: 1.4rem;
}
#gFooter .pageTop {
	position: fixed;
	right: 0;
	bottom: 68px;
	z-index: 10;
	display: none;
}
#gFooter .pageTop a::before {
	display: none;
}
.pageTop02 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 800;
}
.pageTop02 a:hover img {
    opacity: 0.7;
}
.pageTop99 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 800;
}
.pageTop99 a:hover img {
    opacity: 0.7;
}
@media all and (max-width: 897px) {
    .pageTop02 {
        bottom: 10px;
        right: 0;
    }
	.pageTop99 {
        bottom: 45px;
        right: 0;
    }
	#gFooter {
		padding-bottom: 84px;
		margin-top: 30px;
	}
	#gFooter .footerBanner {
		margin: 28px auto;
		max-width: 343px;
	}
	#gFooter .topBanner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 32px 16px;
/*		border-top: 1px solid #ddd9d1;*/
		background-color: #4d3a2e;
	}
    #gFooter .topBanner {
        display: block;
    }
	#gFooter .topBanner li {
		margin: 8px 0 15px;
        width: auto;
		text-align: center;
		color: #fff;
		font-size: 1.6rem;
        border-radius: 5px;
	}
    #gFooter .topBanner img {
        width: 100%;
    }
	#gFooter .topBanner li.ttl {
		margin-top: 0;
	}
	#gFooter .bgBox {
		padding: 25px 16px 20px;
		margin-bottom: 22px;
	}
	#gFooter .bgBox .btn {
		margin: 0 auto 15px;
        width: auto;
	}
    #gFooter .bgBox .btn img {
        width: 100%;
    }
	#gFooter .bgBox .btn + p {
		font-size: 1.2rem;
		line-height: 1;
		text-align: left;
		color: inherit;
        color: #bfafa4;
	}
	#gFooter .comBtBox {
		padding: 0;
		margin: 0 0 15px;
	}
	#gFooter .comBtBox .img {
		top: -34px;
		right: 0;
		width: 88px;
	}
	#gFooter .comBtBox p {
        margin-bottom: 21px;
		text-align: left;
        font-size: 1.3rem;
		line-height: 1.77;
        color: #4d3a2e;
        letter-spacing: 0;
	}
	#gFooter .comBtBox .title {
		color: #4d3a2e;
        margin-bottom: 4px;
		font-size: 1.6rem;
		line-height: 2;
        letter-spacing: 1.92px;
	}
	#gFooter .fNavi.blue {
		padding: 0 15px 30px;
        display: block;
	}
	#gFooter .fNavi.blue li {
		margin-right: 0;
        width: auto;
	}
    #sideBar.pc .comCampaign.sp {
        display: block !important;
    }
/*
    #gFooter .fNavi.blue li a {
        padding: 0 10px 0 0;
        display: inline-block;
        color: #4d3a2e;
        line-height: 2.2;
    }
    #gFooter .fNavi.blue li a::before {
        left: auto;
        right: 0;
        border-color: #e95b00;
    }
*/
	#gFooter .fNavi.black {
		padding: 20px 0 27px;
		margin: -10px 15px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gFooter .fNavi.black li {
		margin-top: 10px;
		width: 50%;
	}
	#gFooter .fNavi.black li:not(:last-child) {
		margin-right: 0;
	}
	#gFooter .fNavi.black a {
		font-size: 1.2rem;
		text-decoration: underline;
		color: #1c1612;
	}
	#gFooter .footerInner {
		margin: 0 auto;
		max-width: 1000px;
	}
	#gFooter .btmBox {
		margin: 0 15px 20px;
		display: block;
	}
	#gFooter .logo {
		width: 300px;
		max-width: 100%;
		margin-bottom: 6px;
	}
	#gFooter .btmBox p {
		font-size: 1rem;
		width: auto;
		line-height: 1.5;
	}
	#gFooter address {
        margin: 0 15px;
        font-size: 1rem;
        transform: none;
		text-align: left;
	}
    #gFooter .fBox {
        padding-top: 0;
    }
    #gFooter .fBox .txt {
        margin-bottom: 5px;
    }
    #gFooter .contactUl {
        margin-bottom: 0;
        padding: 0 15px;
        justify-content: space-between;
    }
    #gFooter .contactInner {
        padding: 35px 0 0;
        margin-bottom: -10px;
    }
    #gFooter .contactUl li {
        width: 49%;
        margin: 0 0 10px !important;
    }
    #gFooter .contactUl li a {
        font-size: 1.4rem;
        padding-top: 9px;
        padding-bottom: 9px;
        background-position: left top 12px;
    }
    #gFooter .fBox .topBanner {
        padding: 15px 16px 9px;
    }
    #gFooter .spBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 15px 20px;
        display: none;
    }
    #gFooter .spBox .textImg {
        width: 50px;
    }
    #gFooter .spBox .textBox {
        flex: 1;
        padding-left: 7px;
    }
    #gFooter .spBox .textBox p {
        font-size: 1rem;
        color: #b4aaa4;
    }
    #sideBar .spBnner {
        margin: 0 16px 40px;
    }
    #sideBar .spBnner img {
        width: 100%;
    }
    
}
#gFooter .topBanner {
	background-color: #4d3a2e;
}
/*
#gFooter .topBanner:first-child {
    padding-top: 0;
}
*/
#gFooter.style02 .topBanner {
	background-color: #fff;
}
@media all and (min-width: 897px) {
	#gFooter .bgBox .btn a:hover,
	#gFooter .topBanner li a:hover {
		opacity: 0.7;
	}
	#gFooter .fNavi li a:hover {
		text-decoration: none;
	}
}

@media all and (min-width: 897px) and (max-width: 1150px) {
    #gNavi .naviBtm a {
        font-size: 1.2rem;
    }
}

@media all and (max-width: 374px) {
    #gFooter .contactUl li a {
        font-size: 1.1rem;
    }
    #gFooter .contactUl li .txtSpan {
        margin: 0;
        font-size: 1.2rem;
    }
    .menuClose {
        left: 10px;
    }
    .menuBox .list a {
        font-size: 1rem;
    }
    .menuBox .naviUl02 li a {
        font-size: 1.2rem;
        padding-right: 10px;
    }
    .menuBox .naviUl02 li span {
        background-position: right center;
    }
}