@charset "utf-8";
/*-----------------------------------
CSS information
 file name  :module.css
 author     :T&N netservice
-----------------------------------*/


/* PC・タブレット 769px以上 */
@media screen and (min-width: 769px) {
.sp {
	display: none!important;
}
#header_wrap {
	background: #ffa830;
}
#header_wrap header {
	width: 1040px;
	margin: 0 auto;
	padding: 15px 0 12px;
}
#header_wrap header h1 {
	width: 300px;
	display: table-cell;
}
#header_wrap header nav {
	width: 740px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 60px;
}
#header_wrap header nav ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	width: 100%;
}
#header_wrap header nav ul li a {
	color: #fff;
	font-size: 2.0rem;
	font-family: Sniglet;
}
#header_wrap header nav ul li a:hover {
	opacity: 0.7;
}
#top_main {
	width: 1040px;
	margin: 0 auto;
	padding: 20px 0 160px;
	background: url(/images/parts/img_bee.svg) no-repeat center bottom;
	background-size: 116px 146px;
}
#top_main .top_main_txt {
	margin: 40px 0 0;
	text-align: center;
	line-height: 1.8;
}
#top_main .top_main_txt span.pc_br {
	display: block;
}
#top_main img {
	width: 100%;
}

#contents article{
	width: 1040px;
	margin: 0 auto 60px;
}
#contents article h1 {
	font-size: 2.4rem;
	border-bottom: 1px solid #6d594a;
	font-family: Sniglet;
}
#contents article#news section ul {
	margin: 0;
}
#contents article#news section ul li {
	padding: 10px 0;
	border-bottom: 1px solid #6d594a;
}
#contents article#news section ul li div {
	display: table-cell;
	padding: 5px;
}
#contents article#news section ul li div.news_day {
	border-right: 1px solid #6d594a;
	font-size: 1.8rem;
	padding-right: 15px;
}
#contents article#news section ul li div.news_ttl {
	padding-left: 15px;
}
#contents article#lineup ul {
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contents article#lineup ul li {
	width: 49%;
	margin-bottom: 40px;
}
#contents article#lineup ul li img {
	width: 100%;
}
#contents article#lineup ul li .item_l {
	display: table-cell;
	width: 250px;
	text-align: center;
}
#contents article#lineup ul li .item_r {
	display: table-cell;
	padding-left: 10px;
	vertical-align: top;
}
#contents article#lineup ul li .item_l .lineup_name span {
	display: block;
}
#contents article#lineup ul li .item_l .lineup_price {
	font-size: 1.8rem;
}
#contents article#lineup ul li .item_l .lineup_price span {
	font-size: 1.4rem;
}
footer {
	background: #6d594a;
}
footer .footer_t {
	width: 1040px;
	margin: 0 auto;
	position: relative;
	padding-top: 130px;
}
footer .footer_t .footer_logo_img {
	position: absolute;
	top: -53px;
	left: 50%;
}
footer .footer_t .footer_logo_img img {
	width: 252px;
	margin-left: -63px;
}
footer .footer_t .footer_logo {
	text-align: center;
}
footer .footer_t .footer_logo img {
	width: 376px;
}
footer .footer_t ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 600px;
	margin: 15px auto 20px;
}
footer .footer_t ul li a {
	color: #ffa830;
	font-size: 1.8rem;
	font-family: Sniglet;
}
footer .footer_t ul li a:hover {
	opacity: 0.7;
}
footer .footer_b {
	width: 1040px;
	margin: 0 auto;
	padding: 0 0 20px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}
}





































































































/* スマホ */
@media screen and (max-width: 768px) {
.pc {
	display: none!important;
}
img {
	width: 100%;
}
/**** ナビ ****/
.navi_btn {
	position: fixed;
	top: 20px;
	right: 15px;
	width: 35px;
	height: 25px;
	z-index: 5000;
	cursor: pointer;
}
.navi_btn span {
	display: block;
	width: 35px;
	height: 4px;
	background: #333;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	position: absolute;
}
.navi_btn span:nth-child(1) {
	top: 0;
}
.navi_btn span:nth-child(2) {
	top: 10px;
}
.navi_btn span:nth-child(3) {
	top: 20px;
}
.navi_btn.clicked span {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	background: #fff;
}
.navi_btn.clicked span:nth-child(1),
.navi_btn.clicked span:nth-child(3) {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 8px;
	left: 0;
}
.navi_btn.clicked span:nth-child(2) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top: 8px;
	left: 0;
}
.navi_btn.clicked span {
}
.navi_btn.clicked span:first-child,
.navi_btn.clicked span:last-child {
	
}
.navi_btn.clicked span {
}
#nav_sp {
	background-color: rgba(255,168,51,0.92);
	width: 70vw;
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	z-index:4900;
	right: -70vw;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#nav_sp.clicked {
	right: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#nav_sp #nav-menu {
	padding: 50px 40px;
}
#nav_sp #nav-menu li a {
	font-size: 2.4rem;
	display: block;
	visibility: visible!important;
	color: #fff;
	padding: 15px;
	font-family: Sniglet;
}
/**** ナビ ****/



#header_wrap {
	background: #ffa830;
}
#header_wrap header {
	position: relative;
}
#header_wrap header h1 {
	left: calc(50% - 110px);
    padding: 20px;
    text-align: center;
}
#header_wrap header h1 img {
	width: 221px;
}
#header_wrap header nav {
	display: none;
}
#header_wrap header nav ul {
	width: 100%;
}
#header_wrap header nav ul li a {
	color: #fff;
	font-size: 2.0rem;
	font-family: Sniglet;
}
#header_wrap header nav ul li a:hover {
	opacity: 0.7;
}
#contents {
	display: flex;
	flex-wrap: wrap;
}
#top_main_wrap {
	order: 2;
	width: 100%;
}
#news {
	order: 1;
}
#lineup {
	order: 3;
}
#top_main {
	padding: 40px 20px 160px;
	background: url(/images/parts/img_bee.svg) no-repeat center bottom;
	background-size: 116px 146px;
}
#top_main .sp {
	font-size: 2.4rem;
	text-align: center;
}
#top_main .top_main_txt {
	margin: 40px 0 0;
	text-align: center;
	line-height: 1.8;
}
#top_main .top_main_txt span.sp_br {
	display: block;
}

#contents article{
	
}
#contents article h1 {
	font-size: 3rem;
	font-family: Sniglet;
}
#contents article#news {
	background: #ffa833;
	width: 100%;
	padding-bottom: 20px;
}
#contents article#news h1 {
	border-bottom: 2px solid #fff;
	color: #fff;
	margin: 0 20px 4px;
	line-height: 1.2;
}
#contents article#news section ul {
	background: #fff;
	padding: 15px;
	margin: 0 20px;
}
#contents article#news section ul li {
}
#contents article#news section ul li div {
}
#contents article#news section ul li div.news_day {
	font-size: 1.4rem;
}
#contents article#news section ul li div.news_ttl {
	margin-bottom: 5px;
}
#contents article#lineup {
	padding-top: 100px;
	padding-bottom: 60px;
}
#contents article#lineup h1 {
	text-align: center;
	margin-bottom: 20px;
}
#contents article#lineup ul {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
}
#contents article#lineup ul li {
	width: 100%;
	margin-bottom: 40px;
}
#contents article#lineup ul li .item_l {
	text-align: center;
}
#contents article#lineup ul li .item_l .lineup_img {
	width: 80%;
	margin: 0 auto;
}
#contents article#lineup ul li .item_l .lineup_name {
	font-size: 2.4rem;
}
#contents article#lineup ul li .item_l .lineup_name span {
	display: block;
}
#contents article#lineup ul li .item_l .lineup_price {
	font-size: 2.4rem;
	margin-bottom: 10px;
}
#contents article#lineup ul li .item_l .lineup_price span {
	font-size: 1.8rem;
}
#contents article#lineup ul li .item_r {
}
footer {
	background: #6d594a;
}
footer .footer_t {
	position: relative;
	padding-top: 130px;
}
footer .footer_t .footer_logo_img {
	position: absolute;
	top: -43px;
	left: 50%;
}
footer .footer_t .footer_logo_img img {
	width: 200px;
	margin-left: -55px;
}
footer .footer_t .footer_logo {
	text-align: center;
}
footer .footer_t .footer_logo img {
	width: 300px;
}
footer .footer_t ul {
	text-align: center;
}
footer .footer_t ul li a {
	color: #ffa830;
	font-size: 1.8rem;
	font-family: Sniglet;
}
footer .footer_b {
	padding: 20px 0 20px;
	color: #fff;
	font-size: 1.2rem;
	text-align: center;
}

}

