@charset "utf-8";
/*基本の設定(背景色・文字色)*/

@media screen and (min-width:768px) {


body{
	background-color: #bae0da;
	color: #665453;
}

p{
	font-family: 'Yu Gothic UI','メイリオ', Meiryo,'Meiryo UI',sans-serif;
}
#wrap{
	width: 1000px;
	margin: auto;
}

.border{
 display:flex;
}
.box{
 width: 20%;
 margin: 1%;

}


#pr{
	width: 280px;
	height: 280px;
	margin:-140px 0 -20px 700px;
	clear: both;
}

.setumei_r,
.setumei_l{
	width: 250px;
	margin-bottom: 10px;
	font-size: 13px;
}
#right{
	float: right;
}
#left{
	float: left;
}

#wrap{
	overflow: hidden;
}




/*Concept*/

.a_p{
	float: left;
	margin-top: 20px;
}
#a_s{
	float: right;
	padding-bottom: 90px;
}





/*goods*/

#cani{
	width: 410px;
	height: 300px;
}

#pickup{
	float: left;
	padding-left: 90px;
	margin-bottom: 80px;
	margin-top: 50px;
}
#pickup_p{
	float: right;
	width: 480px;
	padding-top: 140px;
	position: relative;
	right: 100px;
	top: -20px;
}


.img_r{
	width:230px;
	height: 230px;
}
.img_l{
	width:230px;
	height: 230px;
}

#goods{
	margin-top: 100px;
	text-align: right;
}

header{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: url(../img/icatch.jpg)
    center / cover;
    margin-bottom: 30px;
}

.logo{
  padding-top: 250px;
  text-align: center;
}
#scroll{
	position: relative;
	margin-top: -125px;
	margin-left: 315px;
	opacity: 0.8;
}

#map{
	float: right;
	margin-right:100px;
	border: #fff5ad 10px solid;
}

.access_p{
	float: left;
	margin-left: 100px;
	border: #fff5ad 10px solid;
}

.access_dl{
	float: left;
	font-size: 13px;
}

#access{
	float: left;
}
footer{
clear: both;
background-color: #e6da39;
}

#copy{
	text-align: center;
}

#access{
	margin-right: 10px;
	float: left;
}

dt{
  float: left;
}

dd{
  margin-left: 80px;
}



/*h2関連*/
h2{
	font-family: 'Aclonica', sans-serif;
	font-size: 100px;
	clear: both;
}



/*レスポンシブデザイン*/




.setumei_r{
	position: relative;
	right: -250px;
	top: -200px;
}
.img_l{
	
	position: relative;
	right: 240px;
	top: 0;
}
.setumei_l{
	position: relative;
	top: -200px;
}

.up{
	position: relative;
	top: -50px;
}
.up_2{
	position: relative;
	top: -60px;
}



.fadein {
  opacity: 0;
  transform : translate(0, 0);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 0.8;
  transform: translate(0, 0);
}
}








/*スマホ用記述*/




@media screen and (max-width:736px) {

body{
	background-color: #bae0da;
	color: #665453;
}

#copy{
	text-align: center;
}


p{
	font-family: 'Yu Gothic UI','メイリオ', Meiryo,'Meiryo UI',sans-serif;
}
#wrap{
	margin: auto;
}

.border{
 display:flex;
}
.box{
 width: 20%;
 margin: 1%;

}


.setumei_r,
.setumei_l{
	width: 140px;
	margin: 10px;
	font-size: 13px;
}
#right{
	float: right;
}
#left{
	float: left;
	margin-left: 10px;
}

#wrap{
	overflow: hidden;
}




/*Concept*/

.a_p{
	float: left;
	margin: 20px; 7px 0 7px;
}
#a_s{
	display:none;
}



/*goods*/

#cani{
	width: 230px;
	height: 170px;
}

#pickup{
	padding-left: 100px;
	margin-bottom: 80px;
	margin-top: 50px;
}
#pickup_p{
	width: 230px;
	margin:auto;
	padding-right: 90px;
}


.img_r{
	width:150px;
	height: 150px;
}
.img_l{
	width:150px;
	height: 150px;
}





#goods{
	text-align: right;
}

header{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background: url(../img/icatch.jpg)
    center / cover;
    margin-bottom: 10px;
}

.logo{
  padding-top: 150px;
  text-align: center;
}

.access_p{
	float: left;
	border: #fff5ad 10px solid;
	margin: 0 10px 5px 15px;
}

#map{
	margin: 0 0 5px 50px;
}

.access_dl{
	font-size: 12px;
}

#access{
	float: left;
}
footer{
clear: both;
background-color: #e6da39;
}

#access{
	margin-right: 10px;
	float: left;
}

#scroll{
	position: relative;
	margin-top: -125px;
	margin-left: -105px;
	opacity: 0.8;
}


/*h2関連*/
h2{
	font-family: 'Aclonica', sans-serif;
	font-size: 60px;
	clear: both;
	padding: 30px; 5px 0 5px;
}


#pr{
	width: 220px;
	height: 220px;
	margin:20px 0 -20px 210px;
	clear: both;
}








.fadein {
  opacity: 0;
  transform : translate(0, 0);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 0.8;
  transform: translate(0, 0);
}

}




