@charset "utf-8";

/* Common
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#content {
	position: relative;
	padding-bottom: 210px;
	background: url(/assets/img/top/bg_content_01.jpg) no-repeat center bottom;
}
#content .box-wrap {
	padding: 20px 0 40px !important;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#content {
	position: relative;
	padding-bottom: 110px;
	background: url(/assets/img/top/bg_content_01.jpg) no-repeat center bottom;
	-webkit-background-size: auto 150px;
	background-size: auto 150px;
}
#content .box-wrap {
	padding: 20px 10px !important;
}
} /* @media */


/* メインビジュアル
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#main-visual {
	position: relative;
	width: 100%;
	height: 500px;
	overflow: auto;
}
#main-visual iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#main-visual {
	position: relative;
	width: 100%;
	height: auto;
	padding: 47.15% 0 0 0;
	overflow: hidden;
}
#main-visual iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}
} /* @media */


/* コンテンツメニュー1
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#contents-menu1 {
	position: relative;
	top: -30px;
	width: 980px;
	margin: 0 auto -30px auto;
}
#contents-menu1 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#contents-menu1 .box a {
	display: block;
	width: 180px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#contents-menu1 .box figure {
	display: block;
	overflow: hidden;
}
#contents-menu1 .box figure img {
	display: block;
	width: 160px;
	height: 107px;
	-webkit-transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#contents-menu1 .box a:hover figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#contents-menu1 .box h2 {
	padding-top: 10px;
	font-weight: 700;
	line-height: 1.4;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#contents-menu1 {
	position: relative;
	padding: 20px 10px 0 10px;
}
#contents-menu1 .box a {
	display: block;
	width: 100%;
	height: 70px;
	margin-bottom: 10px;
	background-color: #FFF;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#contents-menu1 .box a:last-child {
	margin-bottom: 0;
}
#contents-menu1 .box img {
	float: left;
	margin-right: 10px;
	width: 105px;
	height: 70px;
}
#contents-menu1 .box h2 {
	padding-top: 15px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
}
#contents-menu1 .box a:first-child h2 {
	padding-top: 25px;
}
} /* @media */


/* お知らせ
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#news {
	float: left;
}
#news header {
	position: relative;
	height: 55px;
	border-top: 1px solid #DAD3B8;
	border-bottom: 1px solid #DAD3B8;
}
#news header h2 {
	color: #316745;
	font-size: 18px;
	font-weight: 700;
	line-height: 55px;
}
#news header p {
	position: absolute;
	top: 16px;
	right: 0;
}
#news header p a {
	display: block;
	padding-left: 15px;
	background: url(/assets/img/common/ico_list_01.png) no-repeat 0 5px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
#news iframe {
	display: block;
	width: 980px;
	height: 185px;
	margin-top: 20px;
	border: none;
	border-bottom: 1px solid #DAD3B8;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#news {
	width: 100%;
}
#news header {
	position: relative;
	height: 45px;
	border-top: 1px solid #DAD3B8;
	border-bottom: 1px solid #DAD3B8;
}
#news header h2 {
	color: #316745;
	font-size: 16px;
	font-weight: 700;
	line-height: 45px;
}
#news header p {
	position: absolute;
	top: 13px;
	right: 0;
}
#news header p a {
	display: block;
	padding-left: 15px;
	background: url(/assets/img/common/ico_list_01.png) no-repeat 0 3px;
	-webkit-background-size: 11px 11px;
	background-size: 11px 11px;
}
#news .iframe-wrap {
	width: 100%;
	height: 210px;
	margin-top: 10px;
	border-bottom: 1px solid #DAD3B8;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
#news iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
} /* @media */


/* Twitterウィジェット
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
.twitter {
	float: right;
	width: 300px;
	height: 260px;
	background-color: #FFF;
	border: 1px solid #DAD3B8;
	overflow: hidden;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
.twitter {
	height: 260px;
	margin: 20px 10px 0 10px;
	background-color: #FFF;
	border: 1px solid #E4DFCB;
	overflow: hidden;
}
} /* @media */


/* コンテンツメニュー2
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#contents-menu2 {
	position: relative;
	background-color: #EBE7D8;
}
#contents-menu2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: -40px;
}
#contents-menu2 ul li {
	margin-bottom: 40px;
}
#contents-menu2 ul li a {
	display: block;
	width: 300px;
}
#contents-menu2 ul li figure {
	background-color: #F5F3EB;
	overflow: hidden;
}
#contents-menu2 ul li figure img {
	display: block;
	width: 300px;
	height: 200px;
	-webkit-transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#contents-menu2 ul li a:hover figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#contents-menu2 ul li h2 {
	padding: 10px 0;
	background-color: #316745;
	color: #EBE7D8;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
}
#contents-menu2 ul li a:hover h2 {
	color: #6EA924;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#contents-menu2 {
	position: relative;
	background-color: #EBE7D8;
}
#contents-menu2 ul li {
	margin-bottom: 10px;
}
#contents-menu2 ul li:last-child {
	margin-bottom: 0;
}
#contents-menu2 ul li a {
	display: block;
	width: 100%;
}
#contents-menu2 ul li h2 {
	padding: 10px 0;
	background-color: #316745;
	color: #EBE7D8;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}
} /* @media */


/* おとりよせ
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#shopping {
	position: relative;
	background-color: #FFF;
}
#shopping .left {
	float: left;
	width: 640px;
}
#shopping .right {
	float: right;
	width: 300px;
}
#shopping h2 {
	height: 100px;
	margin-bottom: 30px;
	padding: 12px 0 0 150px;
	background: url(/assets/img/top/bg_shopping_01.png) no-repeat 0 0;
	-webkit-background-size: 128px 100px;
	background-size: 128px 100px;
	color: #316745;
	font-family: '游明朝','Yu Mincho',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,sans-serif;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
}
#shopping h3 {
	height: 40px;
	margin-bottom: 10px;
	border-top: 1px solid #DAD3B8;
	color: #316745;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
}
#shopping .popular {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#shopping .popular li {
	width: 33.33%;
	padding-right: 10px;
}
#shopping .popular li a {
	display: block;
}
#shopping .popular li figure {
	float: left;
	width: 80px;
	margin-right: 10px;
	overflow: hidden;
}
#shopping .popular li figure img {
	display: block;
	width: 80px;
	height: 80px;
	-webkit-transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#shopping .popular li a:hover figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#shopping .popular li p {
	overflow: hidden;
}
#shopping .button li {
	margin-bottom: 10px;
}
#shopping .button li:last-child {
	margin-bottom: 0;
}
#shopping .button li a {
	display: block;
	position: relative;
	width: 300px;
	height: 80px;
	background-color: #6EA924;
	border: 3px solid #6EA924;
	border-radius: 4px;
	color: #F5F3EB;
	font-size: 16px;
	font-weight: 700;
	line-height: 74px;
	-webkit-transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
	transition: background-color 0.3s ease-in-out 0s, color 0.3s ease-in-out 0s;
}
#shopping .button li a:hover {
	background-color: #F5F3EB;
	color: #6EA924;
}
#shopping .button li a span {
	display: block;
	position: relative;
	padding: 0 10px;
}
#shopping .button li a span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #F5F3EB;
	border-right: 2px solid #F5F3EB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#shopping .button li a:hover span::after {
	border-top: 2px solid #6EA924;
	border-right: 2px solid #6EA924;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#shopping {
	position: relative;
	background-color: #FFF;
}
#shopping h2 {
	min-height: 55px;
	margin-bottom: 10px;
	padding: 4px 0 0 0;
	background: url(/assets/img/top/bg_shopping_01.png) no-repeat right 0;
	-webkit-background-size: 70px 55px;
	background-size: 70px 55px;
	color: #316745;
	font-family: '游明朝','Yu Mincho',YuMincho,'ヒラギノ明朝 ProN W3','Hiragino Mincho ProN','ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','メイリオ',Meiryo,sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
#shopping h3 {
	height: 40px;
	margin-bottom: 10px;
	border-top: 1px solid #DAD3B8;
	color: #316745;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
}
#shopping .popular {
	margin-bottom: 10px;
}
#shopping .popular li {
	min-height: 60px;
	margin-bottom: 10px;
}
#shopping .popular li a {
	display: block;
	width: 100%;
	min-height: 60px;
}
#shopping .popular li figure {
	float: left;
	width: 60px;
	margin-right: 10px;
}
#shopping .popular li figure img {
	display: block;
	width: 60px;
	height: 60px;
}
#shopping .popular li p {
	overflow: hidden;
}
#shopping .button li {
	margin-bottom: 10px;
}
#shopping .button li:last-child {
	margin-bottom: 0;
}
#shopping .button li a {
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #6EA924;
	border-radius: 4px;
	color: #F5F3EB;
	font-size: 14px;
	font-weight: 700;
	line-height: 60px;
}
#shopping .button li a span {
	display: block;
	position: relative;
	padding: 0 10px;
}
#shopping .button li a span::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: 2px solid #F5F3EB;
	border-right: 2px solid #F5F3EB;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
} /* @media */


/* コンテンツメニュー3
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#contents-menu3 {
	position: relative;
	background-color: #EBE7D8;
}
#contents-menu3 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: -40px;
}
#contents-menu3 .box a {
	display: block;
	width: 300px;
	min-height: 140px;
	margin-bottom: 40px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#contents-menu3 .box figure {
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#contents-menu3 .box figure::after {
        content: '';
	position: absolute;
	top: 0;
	left: 0;
        width: 120px;
	height: 120px;
	background: url(/assets/img/top/frm_contents3_01.png) no-repeat 0 0;
	-webkit-background-size: 120px 120px;
	background-size: 120px 120px;
}
#contents-menu3 .box figure img {
	display: block;
	width: 120px;
	height: 120px;
	-webkit-transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	transition: transform 0.4s ease-in-out 0s, opacity 0.4s ease-in-out 0s;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#contents-menu3 .box a:hover figure img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
#contents-menu3 .box h2 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
	overflow: hidden;
}
#contents-menu3 .box p {
	color: #000;
	-webkit-transition: color 0.3s ease-in-out 0s;
	transition: color 0.3s ease-in-out 0s;
	overflow: hidden;
}
#contents-menu3 .box a:hover p {
	color: #666;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#contents-menu3 {
	position: relative;
	background-color: #EBE7D8;
}
#contents-menu3 .box a {
	display: block;
	width: 100%;
	min-height: 100px;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFF;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
	box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#contents-menu3 .box a:last-child {
	margin-bottom: 0;
}
#contents-menu3 .box figure {
	position: relative;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#contents-menu3 .box figure::after {
        content: '';
	position: absolute;
	top: 0;
	left: 0;
        width: 80px;
	height: 80px;
	background: url(/assets/img/top/frm_contents3_01.png) no-repeat 0 0;
	-webkit-background-size: 80px 80px;
	background-size: 80px 80px;
}
#contents-menu3 .box figure img {
	display: block;
	width: 80px;
	height: 80px;
}
#contents-menu3 .box h2 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	overflow: hidden;
}
#contents-menu3 .box p {
	color: #000;
	overflow: hidden;
}
} /* @media */


/* コンテンツメニュー3
-------------------------------------- */
@media all and (min-width: 668px) { /* [PC] */
#banner {
	position: relative;
}
#banner ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: -20px;
}
#banner ul li {
	width: 300px;
	margin-bottom: 20px;
}
} /* @media */

@media all and (max-width: 667px) { /* [SP] */
#banner ul li {
	width: 100%;
	margin-bottom: 10px;
}
#banner ul li:last-child {
	margin-bottom: 0;
}
} /* @media */
@media all and (min-width: 668px) and (max-width: 1024px) {
    #main-visual{
        height: 462px;
    }

}
