@charset "UTF-8";
#SNSbox{
    width: 100%;
    border: solid 1px #fbf200;
    padding: 30px;
    margin: 50px auto;
	box-sizing: border-box;
}
#SNSbox p{
    font-size: 1rem;
    margin-bottom: 20px;
	text-align: center;
}
#SNSbox img{
    width: 100%;
	height: auto;
}
#SNSbox ul{
    display: flex;
	flex-wrap: wrap;
    gap: 20px;
    padding: 0;
	justify-content: center;
}

/* basic */
html, body, div, img, ul, li, table, tr, td, th, small, address, p, span, a, h1, h2, h3, h4, h5, h6  {
	margin: 0;
	padding: 0;
}

a, a:hover {
	color: #737171;
	text-decoration: underline;
}

table {
	border: 0;
	border-spacing: 0;
}

ul, ol {
	list-style: none;
}

a {
	outline : none;
}
p {
	line-height:1.7em;
}

img{
	border: none;
	display: block;
}

input {
	outline : none;
}

html,body { height:100%;font-size: 100%; }

body {
	background : #ffffff;
	color:#737171;
	font-size: 14px;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 100%;
	-webkit-text-size-adjust : none;
}

/* header */
#header {
	background: url(../img/shared/bg_header_750.png) no-repeat left top;
	background-size: 100% 100%;
	position: fixed;
	top: 0;
	padding-top: 17.33%;
	width: 100%;
	z-index: 50;
}

#header a#logoMarche {
	display: block;
	height: 90%;
	left: 0;
	position: absolute;
	top: 0px;
	width: 60%;
}

#header a#btnSlideNav {
	right: 8px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
}

/* slidenav*/
#boxSlideNav {
	background: url(../img/shared/bg_yellow.gif) repeat left top;
	background-size: 25px 25px;
	font-size: 0;
	height: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
	top: 0;
	position: fixed;
	width: 100%;
	z-index: 100;
	margin-top: 14.66%;
}

#boxSlideNav div {
	background: url(../img/shared/bg_dot_1.png) repeat-x left top;
	background-size: 320px 3px;
}

#boxSlideNav ul {
	margin: 0 15px;
}

#boxSlideNav li {
	background: url(../img/shared/bg_dot_2.png) repeat-x left top;
	background-size: 290px 3px;
	padding-top: 3px;
}

#boxSlideNav li a {
	display: block;
}

/* content */
#content {
	margin-top: 14.66%;
	width: 100%;
}

/* gnavi */
#gnavi {
	margin-bottom: 20px;
}

#gnavi .boxBtns {
	margin: 0 auto;
	overflow: hidden;
	/*width: 291px;*/
	width: 90.625%;
	zoom: 1;
}

#gnavi .boxBtns:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

#gnavi .boxBtns div {
	width: 100%;
}

#gnavi .boxBtns li {
	float: left;
	/*margin: 0 3px 3px 0;*/
	margin-bottom: 1.2%;
	margin-right: 1.2%;
	width: 49.4%;
}

#gnavi .boxBtns li a img {
	display: block;
	height: auto;
	width: 100%;
}

#gnavi .boxBtns li:nth-child(2) {
	margin-right: 0;
}

#gnavi .boxBtns li:nth-child(3) {
	margin-bottom: 0;
}

#gnavi .boxBtns li:nth-child(4) {
	margin-right: 0;
	margin-bottom: 0;
}

/* footer */
#footer {
	background: url(../img/shared/bg_footer.gif) repeat left top;
	background-size: 100px 100px;
	height: 93px;
	width: 100%;
}

#footer .boxSns {
	clear: both;
	padding-top: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 144px;
	zoom: 1;
}

#footer .boxSns:after {
	content: ".";
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
}

#footer .boxSns div {
	width: 156px;
}

#footer .boxSns li {
	float: left;
	margin-right: 11px;
}

#footer div.copy {
	margin: 13px auto 0;
	width: 230px;
}

.boxFbCommon {
	margin: 0 auto 22px;
	width: 90.625%;
}

.boxFbCommon a {
	display: block;
}

.boxFbCommon a > img {
	display: block;
	height: auto;
	width: 100%;
}

.mb36 {	margin-bottom: 36px !important;}
.mb26 {	margin-bottom: 26px !important;}
.ft80 {font-size: 80%; !important}