@charset "utf-8";
@import "default.css";
@import "base.css";
@import "meanmenu.css";
@import "accordion.css";
@import "nav.css";

/*===============================================
●画面の横幅が640px以上
===============================================*/
@media screen and (min-width : 640px ){
#pc------------------------------------------- {
}
main .slide_all {
	min-width: 960px;
	height: 585px;
	width: 100%;
	position: absolute;
	top: 0;
}
main .slide {
	position: relative;
}

main .slide a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
main .slide a img:hover {
	opacity: 0.8;
}
main .slide01 {
	background-image: url(../images/index/main_photo01_2019.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 730px;
}
main .slide img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 292px;
	padding-right: 490px;
}
main .slide02 {
	background-image: url(../images/index/main_photo02_2019.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 730px;
}
main .slide03 {
	background-image: url(../images/index/main_photo03_2019.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 730px;
}
main .slide04 {
	background-image: url(../images/index/main_photo04_2019.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 730px;
}
main .slide05 {
	background-image: url(../images/index/main_photo05_2019.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 730px;
}
#item {
	margin-top: 375px;
	background-image: url(../images/index/main_photo_back.png);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 190px;
	position: relative;
	text-align: left;
	z-index: 999;
}
#item h1 {
	text-align: center;
	margin-bottom: 50px;
}
#item nav {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#item nav ul {
	display: flex;
	display: -webkit-flex; /* Safari */ 　
    display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
}
#marutake {
	margin-top: 110px;
}
#marutake h1 {
	margin-bottom: 10px;
}
#marutake figure  {
	width: 100%;
	margin-bottom: 22px;
	background-image: url(../images/index/marutake_mainphoto.png);
	height: 350px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
#marutake ul {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#marutake ul+p {
	width: 848px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 10px;
}
#marutake .btn+p {
	margin-bottom: 90px;
	margin-top: 110px;
}
#news {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#news #oshirase {
	width: 470px;
}
#news #oshirase h1 {
	text-align: center;
	background-image: url(../images/index/news_top.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
#news #oshirase article {
	margin-right: auto;
	margin-left: auto;
	line-height: 160%;
	padding-left: 30px;
	padding-right: 30px;
	background-image: url(../images/index/news_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
	margin-bottom: 30px;
}
#oshirase article dl dd {
	border-bottom: 1px solid rgba(160,160,160,1.00);
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#oshirase article dl dd:last-child {
	border-bottom-style: none;
}
#news #facebook {
	width: 470px;
}
#news #facebook h1 {
	text-align: center;
	margin-bottom: 10px;
}
#store {
	margin-top: 110px;
}
#store #map {
	width: 100%;
	height: 400px;
	margin-top: 10px;
	margin-bottom: 40px;
}
#store .box {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	display: flex;
	display: -webkit-flex; /* Safari */
    display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
    -ms-flex-pack: justify;
}
#store .box div {
	width: 420px;
}
#store .box div h2 {
	border-bottom: 1px solid rgba(0,0,0,1.00);
	margin-bottom: 8px;
	padding-bottom: 15px;
}
#store .box div ul {
	line-height: 140%;
}
.banners ul {
	width: 640px;
	margin-top: 50px;
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-right: auto;
	margin-left: auto;
}









}



/*===============================================
●画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
/*===============================================
●sp
===============================================*/
#sp640------------------------------------------- {
}
main .slide_all {
	height: 400px;
	width: 100%;
	position: absolute;
	top: 20px;
}
main .slide {
	position: relative;
	height: 400px;
	top: 0;
}
main .slide a {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
}
main .slide a img {
	width: 640px;
	height: 400px;
}
main .slide a img:hover {
	opacity: 0.8;
}
#item {
	margin-top: 280px;
	position: relative;
	text-align: left;
	padding-top: 8%;
	background-size: 100%;
}
#item h1 {
	text-align: center;
	margin-bottom: 5%;
	margin-left: 15%;
	margin-right: 15%;
}
#item nav ul li img {
	width: 100%;
}
#marutake {
	margin-top: 20%;
	margin-bottom: 10%;
}
#marutake h1 {
	margin-bottom: 2%;
}
#marutake h1 img {
	width: 45%;
}
#marutake ul+p {
	margin-left: 3%;
	margin-right: 2%;
	text-align: left;
	line-height: 160%;
	margin-top: 2%;
	margin-bottom: 5%;
}
#marutake .btn {
	margin-bottom: 10%;
}
#news {
	margin-left: 3%;
	margin-right: 3%;
}
#oshirase h1 {
	background-image: url(../images/index/news_top.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 2%;
	padding-bottom: 3%;
}
#oshirase h1 img {
	width: 30%;
}
#oshirase article {
	text-align: left;
	line-height: 160%;
	margin-bottom: 5%;
}
#oshirase article dl {
	background-image: url(../images/index/news_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 1%;
	padding-top: 1%;
}

#oshirase article dl dd {
	border-bottom: 1px solid rgba(160,160,160,1.00);
	margin-bottom: 3%;
	padding-bottom: 3%;
}
#oshirase article dl dd:last-child {
	border-bottom-style: none;
}
#news .banner {
	margin-bottom: 10%;
	margin-top: 10%;
}

#store {
	margin-top: 10%;
	margin-bottom: 10%;
}
#store h1 img {
	width: 30%;
}
#store #map {
	width: 100%;
	height: 200px;
	margin-bottom: 5%;
}
#store .box {
	display: flex;
	display: -webkit-flex; /* Safari */
	display: -ms-flexbox;
	justify-content: space-between;
	-webkit-justify-content: space-between; /* Safari */
	-ms-flex-pack: justify;
	margin-left: 3%;
	margin-right: 3%;
	text-align: left;
}
#store .box figure {
	width: 25%;
}
#store .box div {
	width: 73%;
}
#store .box div h2 {
	margin-bottom: 2%;
	border-bottom: 1px solid rgba(0,0,0,1.00);
	padding-bottom: 2%;
}
#store .box div h2 img {
	width: 50%;
}
#store .box div ul {
	line-height: 160%;
}
}




/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp
===============================================*/
#sp400------------------------------------------- {
}
#store .box div ul {
	line-height: 160%;
	font-size: 12px;
}
#item {
margin-top: 220px;
}
}
