@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500;600;700;800&display=swap');

/*=========================================
		parts
=========================================*/
article { overflow-x: hidden; }
section { padding: 6rem 0; }

/* プルダウン */
/* .arrow_u:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #333;
	border-right: solid 2px #333;
	position: absolute;
	top: 50%;
	transform: rotate(45deg);
} */

/* ボタン */
.btn:hover {
	box-shadow: none;
	opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: “alpha( opacity=50 )”;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: 0.1s linear;
}
.btn-cart i {
	margin-right: 10px;
	line-height: 1;
}
.btn-cart a {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1;
	padding: 2rem 1rem;
	font-weight: bold !important;
}

/* pager */
.pager_wrap { margin: 8rem auto 0; }
.pager_wrap li {
    padding: 0 0.5rem;
}
.pager_wrap li a {
    background: #f2f2f2;
}
.pager_wrap li.visited a {
    background: #FF5126;
    color: #fff;
}


/* トップへボタン */
footer #to_top {
	width: 6rem;
	height: 6rem;
}
footer #to_top a {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 6rem;
	padding: 0;
}

/* ページタイトル */
#pagettl_wrap {
	/* background: url(../img/common/ttlbg-furusato.jpg) no-repeat center center; */
    background-size: cover;
	padding-top: 2%;
    padding-bottom: 10%;
    height: 0;
    position: relative;
}
#pagettl_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-color: rgba(0,0,0,.15); */
}
/* #pagettl_wrap h2 {
    position: absolute;
    color: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
	padding: 0.5em 0;
    border-top: solid 3px #000;
    border-bottom: solid 3px #000;
} */
#pagettl_wrap h2 {
	position: relative;
	padding: 1.5rem;
	text-align: center;
  }
  
#pagettl_wrap h2:before {
	position: absolute;
	bottom: -10px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	content: '';
	border-radius: 3px;
	background: #000;
}

#pagettl_wrap span {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    display: block;
	margin-top: 0.5rem;
}

/* セクションタイトル */
.section-ttl span {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	display: block;
	margin-top: 1rem;
}

/* パンくず */
#pan { margin-top: 1rem; }
#pan li a {
	display: inline-block;
    float: left;
    width: auto;
}
#pan li.visited { font-weight: bold; }
#pan li.visited:after {
	font-family: "Font Awesome 5 Pro";
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 18px;
    font-size: 1.8rem;
    font-size: calc(1.6rem + ((1vw - 0px) * 0.1042));
    font-weight: 100;
    margin: 0 8px;
	float: left;
	line-height: 1.2;
}

/* スライダ―関連 */
.slick-dots li { margin: 0 10px !important; }
.slick-prev::before,
.slick-next::before {
	font-size: 24px;
	font-size: 2.4rem;
	font-size: calc(1.8rem + ((1vw - 0px) * 0.3125));
}
.slick-prev, .slick-next {
	z-index: 999;
	font-size: inherit !important;
}
.slick-dotted.slick-slider { margin: 0 auto 6rem !important; }
.slick-prev:before {
	font-family: "Font Awesome 5 Pro" !important;
    content: "\f104" !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 40px !important;
    font-size: 4rem !important;
	font-size: calc(3.4rem + ((1vw - 0px) * 0.3125));
	color: #141414 !important;
	position: absolute;
    z-index: 1;
	top:50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}
.slick-next:before {
	font-family: "Font Awesome 5 Pro" !important;
    content: "\f105" !important;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 40px !important;
    font-size: 4rem !important;
	font-size: calc(3.4rem + ((1vw - 0px) * 0.3125));
	color: #141414 !important;
	position: absolute;
    z-index: 1;
	top: 50% !important;
	transform: translateY(-50%) !important;
	-webkit-transform: translateY(-50%) !important;
}
.slick-prev { left: -30px !important; }
.slick-next { right: -30px !important; }
.slick-dots {
	display: inline-block !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	-webkit-transform: translateX(-50%) !important;
	bottom: -6rem !important;
}
.slick-dots li button { padding: 0 !important; }
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	width: 5px !important;
	height: 5px !important;
	content: "" !important;
	background: rgba(0,0,0,.25);
	border-radius: 50%;
}
.slick-dots li.slick-active button:before { background: rgba(0,0,0,.75); }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { background: rgba(0,0,0,1); }
.slick-dots li button:before { color: #fff !important; }

/* producer */
.producer ul > .td:first-of-type { vertical-align: top; }
.producer ul > .td:last-of-type { padding-left: 20px; }
.producer .pro-img {
    width: 100%;
	position: relative;
    height: 0;
    padding-bottom: 62.48%;
	background: #F8F8F6;
}
.producer .pro-img img {
	width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    display: block;
    z-index: 0;
}

/* 一覧に表示するものが場合 */
.no { padding: 10rem 0; }

/*=========================================
		header
=========================================*/
header#top-head.fixed {
    top: 0;
    left: inherit;
    height: auto;
	position: fixed;
	width: 100%;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	box-shadow: 0 1px 6px 2px rgba(0,0,0,.1);
	background: rgba(255,255,255,.85);
}
header {
    background: #fff;
	width: 100%;
	position: fixed;
	z-index: 9999;
}
header #site-name { display: inline-block; }
header #site-name span { margin-right: 10px; }
header #site-name span,
header #site-name h1 {
	display: inline-block;
	float: left;
}
header #site-name span { width: 50px; }
header #site-name h1 { line-height: 5rem; }
header #site-name h1.sitename-br,
header #site-name h1.sitename-br p { line-height: 1.2; }
header #site-name h1.sitename-br p { margin-bottom: 0.8rem; }
header#top-head.fixed #site-name span {
	width: 45px;
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
header#top-head.fixed #site-name h1 {
	font-size: 2.4px;
    font-size: 24rem;
    font-size: calc(1.8rem + ((1vw - 0px) * 0.3125));
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
header#top-head.fixed #site-name h1.sitename-br {
	font-size: 2.2px;
	font-size: 22rem;
	font-size: calc(1.6rem + ((1vw - 0px) * 0.3125));
}
header#top-head.fixed #site-name h1.sitename-br p {
	font-size: 16px;
	font-size: 1.6rem;
	font-size: calc(1.2rem + ((1vw - 0px) * 0.2083));
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
header#top-head.fixed #gnav-parent {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	font-size: 16px;
    font-size: 1.6rem;
}
header #menu_wrap { margin-top: 0.7rem; }
header #head_wrap,
footer #bottom-btn-menu { line-height: 0; }
header #head_wrap p,
footer #bottom-btn-menu p { line-height: 1.7; }
header #head_wrap li { padding-left: 23px; }
header #head-menu li:first-of-type,
footer #bottom-btn-menu li:first-of-type { padding-left: 0; }
header #head-menu i,
footer #bottom-btn-menu i {
	line-height: 1.7;
    margin-right: 3px;
}
header #head-menu .btn a,
footer #bottom-btn-menu .btn a {
    min-width: 130px;
    line-height: 1;
	text-align: center;
	padding: 0.5rem 1rem;
}
header #head-menu .btn a i,
footer #bottom-btn-menu .btn a i {
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 1.4;
	margin-right: 7px;
}
header #head-menu .btn a div { margin-left: -7px; }
header #head-menu .btn a p,
footer #bottom-btn-menu .btn a p {
	font-size: 14px;
	font-size: 1.4rem;
}
header #gnav-parent .menu-second-level { background: #fff; }

/* gnav */
header #gnav-parent li { position: relative; }
header #gnav-parent a { padding-bottom: 1.5rem; }
header#top-head.fixed #gnav-parent a {
	transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
header #gnav-parent a:hover {
	opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: “alpha( opacity=100 )”;
}
header #gnav-parent > li:hover:after {
	opacity: 1;
	-webkit-transition: all .3s;
    transition: all .3s;
}
#gnav-parent > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}
header #gnav-parent .menu-second-level li { border-top: 1px solid #f2f2f2; }
header #gnav-parent li { text-align: center; }


/*=========================================
		maincontent
=========================================*/
section h2 {
	text-align: center;
	margin-bottom: 3rem;
}

/* 特集バナーエリア */
#feature_wrap #feature-slider li { margin: 0 20px; }

/* 通常バナーエリア */
#bnr_wrap {
	text-align: center;
	padding-top: 3.5rem;
}
#bnr-list { font-size: 0; }
#bnr-list li { margin-top: 2.5rem; }

/*=========================================
		footer
=========================================*/
footer section {
	text-align: center;
	padding: 10rem 0 2rem;
    background: #f2f2f2 !important;
}
footer .mark_wrap {
	max-width: 100px;
	display: inline-block;
	margin: 0 auto 1rem;
}
footer #info { margin-top: 0.5rem; }
footer #info .tel-link { margin-right: 20px; }
footer #footer-menu_wrap {
	margin-top: 5rem;
	border-top: 1px solid #ccc;
    padding-top: 5rem;
}
footer #footer-menu_wrap ul li a {
	width: auto;
    display: inline-block;
}
footer section .fm-list_wrap li {
	font-size: 14px;
	font-size: 1.4rem;
}
footer #bottom-btn-menu li { vertical-align: middle; }
footer #copyright { margin-top: 2rem; }


@media screen and (min-width: 1000px) {
	/*=========================================
			parts
	=========================================*/
	/* 画像の拡大表示 */
	.img-modal a:hover:after {
		font-family: "Font Awesome 5 Pro";
		content: "\f00e";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		font-size: 54px;
		 font-size: 5.4rem;
		 font-size: calc(5.4rem + ((1vw - 0px) * 0.3125));
		color: rgba(0,0,0,.7);
		position: absolute;
		z-index: 999;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		width: 80px;
		height: 8rem;
		text-align: center;
		line-height: 8rem;
	}

	/*#pagettl_wrap { background-attachment: fixed; }*/

	/*=========================================
			header
	=========================================*/
	header { padding: 2rem 4rem 0 4rem; }
	header #gnav-parent a {
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		padding-bottom: 3rem;
	}
	header #gnav-parent a p {
		border-left: 1px solid #ccc;
		line-height: 1;
	}

	/* gnav */
	header#top-head.fixed {
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		padding: 1rem 4rem 0 4rem;
	}
	header .overlay { margin-top: 4rem; }
	header#top-head.fixed .overlay {
		margin-top: 2rem;
		transition: all 0.1s ease;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
	}
	header#top-head.fixed .overlay #gnav-parent > li > a { padding-bottom: 2rem; }
	header #gnav-parent {
		position: relative;
		width: 90%;
		margin: 0 auto;
		display: table;
		table-layout: fixed;
	}
	header #gnav-parent > li { display: table-cell; }
	header #gnav-parent .menu-second-level {
		visibility: hidden;
		opacity: 0;
		z-index: 1;
	}
	header #gnav-parent li.menu-single { position: relative; }
	header #gnav-parent li.menu-single .menu-second-level {
		position: absolute;
		top: 4.8rem;
		width: 100%;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
		z-index: 9999;
		box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	}
	header #gnav-parent li.menu-single:hover .menu-second-level {
		visibility: visible;
		opacity: 1;
		top: 4.8rem;
	}
	header#top-head.fixed #gnav-parent li.menu-single:hover .menu-second-level {
		top: 3.6rem;
		box-shadow: 0 0 2px 2px rgba(0,0,0,.1);
	}
	header #gnav-parent li.menu-single .menu-second-level li a {
		padding: 1rem;
		font-size: 17px;
		font-size: 1.7rem;
	}
	header#top-head.fixed #gnav-parent li.menu-single .menu-second-level li a {
		font-size: 16px;
		font-size: 1.6rem;
	}
	header #gnav-parent .menu-second-level li {
		position: relative;
		z-index: 999;
	}
	header #gnav-parent .menu-second-level li a:after {
		background: rgba(0,0,0,.07);
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0;
	}
	header #gnav-parent .menu-second-level li a:hover:after {
		-webkit-transition: all 0.1s linear;
		-moz-transition: all 0.1s linear;
		-o-transition: all 0.1s linear;
		-ms-transition: all 0.1s linear;
		transition: 0.1s linear;
		cursor: pointer;
		opacity: 1;
	}
	header #gnav-parent > li:after { bottom: 0; }
	header #gnav-parent > li:after {
		content: "";
		display: block;
		width: 100%;
		position: absolute;
		z-index: 9999;
		height: 4px;
		opacity: 0;
	}

	/*=========================================
			maincontent
	=========================================*/
	/* バナーリスト */
	#bnr-list > .col {
		width: calc(20% - 20px);
		margin-left: 25px;
	}
	#bnr-list > .col:nth-child(-n+5) { float: none; }
	#bnr-list > .col:nth-child(5n+1) { margin-left: 0; }

	/*=========================================
			footer
	=========================================*/
	footer .fm-txt_wrap { margin: 6rem auto 2rem; }
}

@media screen and (max-width: 999px) {
	/*=========================================
			parts
	=========================================*/
	section:first-of-type { padding-top: 3rem; }

	/* 画像の拡大表示 */
	.img-modal a:after {
		font-family: "Font Awesome 5 Pro";
		content: "\f00e";
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		font-size: 26px;
		font-size: 2.6rem;
		font-size: calc(2.6rem + ((1vw - 0px) * 0.3125));
		color: #fff;
		position: absolute;
		z-index: 999;
		bottom: 0;
		right: 0;
		text-align: center;
		background: rgba(0,0,0,.8);
		padding: 1rem;
		line-height: 1;
	}

	/*=========================================
			header
	=========================================*/
	header { padding: 2rem; }
	header#top-head.fixed {
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
		padding: 1rem 2rem;
	}
	header #site-name {
		width: calc(100% - 40px);
		margin-right: 10px;
	}
	header #site-name h1 { width: calc(100% - 60px); }
	header #gnav-parent > li:after { top: 5.7rem; }

	/* gnav */
	.sm-switch {
		position: fixed;
		top: 3.5rem;
		right: 2rem;
		display: inline-block;
		height: 2rem;
		z-index: 99991;
	}
	header#top-head.fixed .sm-switch {
		top: 2.4rem;
		-webkit-transition: all 0.1s ease;
		-moz-transition: all 0.1s ease;
		-o-transition: all 0.1s ease;
	}
	.sm-switch a {
		display: inline-block;
		text-decoration: none;
		width: 29px;
		height: 2rem;
	}
	.sm-switch span {
		width: 29px;
		height: 3px;
		background: #141414;
	}
	.btn-open span {
		float: left;
		margin-top: 6px;
	}
	.btn-open span:first-of-type { margin-top: 0; }
	.btn-close {
		position: relative;
		top: -1rem;
	}
	.btn-close span {
		position: absolute;
		top: 1.8rem;
		right: 0;
	}
	.btn-close span:first-of-type {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.btn-close span:nth-of-type(2) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.btn-close span:last-of-type { display: none; }
	.overlay {
		position: fixed;
		top: 0;
		z-index: 9999;
		display: none;
		overflow: auto;
		margin: 0;
		padding: 6rem 0;
		width: 100%;
		height: 100%;
		background: #f2f2f2;
	}
	.sm-menu #gnav-parent li {
		text-align: center;
	}
	.sm-menu #gnav-parent li a { padding: 1.2rem 0; }
	.child_wrap { box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2) inset; }
	.sm-menu #gnav-parent .gnav-child li { padding: 0; }
	.sm-menu #gnav-parent .gnav-child a {
		text-align: center;
		padding: 1.8rem 0;
		border-top: 1px solid #fff;
		display: block;
	}
	.sm-menu #gnav-parent .gnav-child li:first-of-type a { border-top: none; }
	.child_wrap .gnav-child a.single-arrow::before {
		width: 10px;
		height: 10px;
		left: inherit;
		right: 20px;
		border-width: 2px;
	}
	header .btn-cart a, header .btn-cart i {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.7;
	}
	header .btn-cart a { padding: 1.2rem; }

	/*=========================================
			maincontent
	=========================================*/
	/* 特集バナーエリア */
	#feature_wrap #feature-slide_wrap { width: calc(100% - 10rem); }
	#feature_wrap #feature-slider li { margin: 0 10px; }

	/* 通常バナーエリア */
	#bnr_wrap { padding-top: 5rem; }
	#bnr-list li { margin-top: 1rem; }

	/*=========================================
			footer
	=========================================*/
	footer .mark_wrap { max-width: 50px; }
	footer #copyright { margin-top: 3rem; }
}

@media screen and (max-width: 999px) and (min-width: 481px) {
	/*=========================================
			parts
	=========================================*/
	#pagettl_wrap {
		padding-bottom: 14rem;
		/*background: url(../img/common/ttlbg-furusato.jpg) no-repeat bottom 37% center;*/
		background: url(../img/common/ttlbg-furusato.jpg) no-repeat center 37% center;
	    background-size: cover;
	}

	/*=========================================
			header
	=========================================*/
	header .sp-gmenu .table-responsive-block {
		width: calc(100% - 20px);
		margin: 3rem auto 0;
		border-spacing: 10px 0;
	}

	/*=========================================
			footer
	=========================================*/
	footer section .fm-list_wrap > ul > li:first-of-type {
		width: 40%;
		margin-left: 0;
	}
	footer .fm-txt_wrap { margin: 6rem auto 3rem; }
}

@media screen and (min-width: 481px) {
	/*=========================================
			footer
	=========================================*/
	footer #bottom-btn-menu { float: right; }
	footer .fm-txt_wrap .td {
		text-align: center;
		border-right: 1px solid;
	}
	footer .fm-txt_wrap .td:first-of-type { border-left: 1px solid; }
	footer .fm-txt_wrap .td a {
		padding: 0 20px;
		line-height: 1;
	}
	footer #bottom-btn-menu li { padding: 0 5px; }
}

@media screen and (max-width: 480px) {
	/*=========================================
			parts
	=========================================*/
	#pagettl_wrap {
		padding-bottom: 14rem;
		/*background: url(../img/common/ttlbg-furusato.jpg) no-repeat bottom 12% center;*/
		background: url(../img/common/ttlbg-furusato.jpg) no-repeat center 12% center;
	    background-size: cover;
	}

	/* ページトップへボタン */
	footer #to_top {
		width: 5rem;
		height: 5rem;
	}
	footer #to_top a { line-height: 5rem; }

	/* ページタイトル */
	#pagettl_wrap h2 {
		width: 100%;
		text-align: center;
		letter-spacing: 0.3rem;
	}

	/* ページャー */
	.pager_wrap { margin: 4rem auto 0;}

	/* ステップ */
	.cd-multi-steps.count li {
		counter-increment: steps;
		font-size: 14px;
		font-size: 1.4rem;
	}
	.cd-multi-steps.count li > *::before { content: counter(steps) " - "; }
	.cd-multi-steps li::after { margin: 0 5px; }

	/*=========================================
			header
	=========================================*/
	header #site-name h1 {
		line-height: 1.2;
		margin-top: 1.2rem;
		font-size: 26px;
		font-size: 26rem;
		font-size: calc(2rem + ((1vw - 0px) * 0.3125));
	}
	header #site-name h1.sitename-br { margin-top: 0; }
	header .navmenu { margin-top: 3rem; }
	header .navmenu li {
		width: calc(100% - 4rem);
		display: block !important;
		margin: 1.5rem auto 0;
	}
	header .navmenu li a { padding: 1rem; }
	header .navmenu li a p {
		font-size: 14px;
		font-size: 1.4rem;
	}
	header .sp-gmenu .table-responsive-block { width: 100%; }

	/*=========================================
			footer
	=========================================*/
	footer section { padding-top: 6rem; }
	footer section .fm-list_wrap > ul > li { width: 100%; }
	footer #footer-menu_wrap h5 {
		text-align: left;
		padding: 1rem 0;
		border-bottom: 1px solid #DFE4DE;
	}
	footer #footer-menu_wrap .slide-child_sp {
		padding-bottom: 2rem;
		border-bottom: 1px solid #DFE4DE;
	}
	footer section .fm-txt_wrap li { padding-top: 1.5rem !important; }
	footer #bottom-menu li {
		width: auto;
		margin: 0;
	}
	footer #bottom-btn-menu {
		margin-top: 3rem;
		width: 100%;
	}
	footer #bottom-btn-menu li {
		width: calc(50% - 10px);
		margin: 1.5rem 0.5rem 0;
		float: left;
	}
	footer #bottom-btn-menu li:last-of-type { width: calc(100% - 10px); }
	footer #bottom-btn-menu ul li a {
		width: 100%;
		padding: 1rem !important;
	}
}

@media screen and (max-width: 320px) {
	/*=========================================
			header
	=========================================*/
	header { padding: 1rem; }
}

/*=========================================
		cssハック
=========================================*/
/* IE10,11用 */
/*
@media all and (-ms-high-contrast: none) {
	header #site-name h1.sitename-br,
	header #site-name h1.sitename-br p { line-height: 1.4; }
    #pagettl_wrap {
		background: url(../img/common/ttlbg-furusato.jpg) no-repeat bottom 48% center;
		background-attachment: none;
	}
	.btn_wrap a { line-height: 1.5; }
}*/