
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Noto Sans JP';
}

.wrapper {
 	overflow: hidden;
 	/*background-color: #223537;*/
 	background-image: url(https://www.muzzle.co.jp/wp-content/uploads/2021/07/amu_dbd_back.jpg);
	background-repeat: repeat;
	background-position: top;
	background-size: contain;
}

.banner{padding:5% 0;}

img {
	width: 100%;
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	width: 23%;
	position: relative;
	padding-bottom: 10px;
	background-color: #fff;
	margin-bottom:2%;
}
 img.here{
    width: 50px;
		height: auto;
    position: absolute;
    top: -35px;
    left: 0;
}

.wrap {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.fv {
	vertical-align: bottom;
}

.content {
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	align-items: center;
	justify-content:center;
	text-align: center;
}

.abouttext {
	width: 35%;
	background-color: #23333B;
	padding:5%;
	border-radius: 3%;
	margin: 3em auto;
	border: 5px solid #ffffff;
	color:#fff;
}

.abouttext a{
	color:#ffffff;
}
.abouttext a:hover{
	opacity: 0.5;
}

.aboutday {
	width: 50%;
}
.aboutday .map{
	margin-top:5em;
}
.food_link{margin-top:2em;}
.food_link a{
	color:#000;
	text-decoration: none;
}

.food_link_bt{
	background-color: #a30017;
	border-radius: 5px;
	width:100%;
	display: inline;
	padding:2%;
	font-size:1.5em;
	color:#fff;
}
ul.img-flex {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

}

ul.img-flex::before{
  content:"";
  display: block;
  width:23%;
  order:1;
}
ul.img-flex::after{
  content:"";
  display: block;
  width:23%;
}

.abouttext p {
	margin-top:3%;
	text-align: left;
	line-height: 1.8;
}
.place img {
	width: 90%;
	margin-bottom: 10px;
}

h1 {


font-family: heisei-maru-gothic-std, sans-serif;

font-weight: 800;

font-style: normal;
}

.abouttext h1{font-size:24px;}

.panel{
	margin:5em auto; 
	padding:2%
}

.tokuten{
	margin:5em auto 0; 
	background-color: #fff;
	padding:2%
}
.tokuten p.guide_txt{
	font-size:1.25em;
	font-weight: bold;
}
.tokuten_block{
	width:49%;
	display: inline-block;
	margin:0 auto;
}
.tokuten_block span{
	background-color: #000000;
	color:#ffffff;
}

#item {
	margin-top: 5%;
  /*background-color:#fff;*/
}

p.footer {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 5%;
	color:#fff;
}

p.name {
	background-color:#414D5C;
   color: #fff;
   border-radius: 3px;
	font-size: 13px;
	min-height:2.5rem;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	justify-content: center; /* 横方向中央揃え */
}
p.name.old {
	background-color: #66cccc;
    color: #fff;
    border-radius: 3px;
	font-size: 13px;
}

/*20210807add okukita*/
ul.img-flex li p.limit{
  background-color:#FF0000;
  text-align: center;
  color:#fff !important;
  border:1px solid #fff;
  font-size:0.75em;
  padding:1%;
}


img.bsp {
	display: none;
}

br.pc {
	display: block;
}
br.sp {
	display: none;
}
.bl {
    font-size: 13px;
    background: red;
    color: #fff;
    width: 100px;
    padding: 2px;
    position: absolute;
    top: -30px;
    right: 0;
}

.appsmp {
	display: none;
}
    .apppc {
    	display: block;
    	background: #03030303;
    	padding:35px 0;
    }

@media screen and (max-width:1300px) {
	/*.abouttext,.aboutday {
		padding:20px 2%;
	}*/
	.abouttext h1 {
    font-size: 22px;
	}
}
@media screen and (max-width:980px) {
	#item {
		padding:0 5%;
	}
	.content {
		display: block;
	}
	.abouttext {
		width: 90%;
		padding:5% 0;
		border:2px solid #ffffff;
	}
	.aboutday {
		width: 100%;
		margin-top: 5%;
	}
	.abouttext p {
		width: 90%;
		margin: 2% auto;
		font-size: 14px;
	}
	.appsmp {
	display: block;
}
    .apppc {
    	display: none;
    }
	.tokuten{
		margin-top:2em;
	}
	.tokuten p.guide_txt{
		font-size:1em;
		font-weight: bold;
	}
	.tokuten_block{
		width:90%;
		display: block;
	}
	.panel{
		margin:2em auto;
	}
}


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


	li {
	list-style: none;
	width: 49%;
   }
   p.name , p.last{
	font-size: 11px;
}

ul.img-flex {
	margin-top: 40px;
}
li {
	padding-bottom: 40px;
}
}

@media screen and (max-width:480px) {
		.abouttext h1 {
		font-size: 18px;
	}
	.abouttext p {
		font-size: 12px;
	}



}
@media screen and (max-width:550px) {
	img.bsp {
	display: block;
}
   img.bpc {
   	display: none;
   }
   .banner {
   	padding: 0 5%;
   }
   br.pc {
	display: none;
}
br.sp {
	display: block;
}
}

@media screen and (max-width:321px) {
	   p.name {
	font-size: 10px;
}
}

.blue {
	background-color: #66cccc;
}

/*nanacojapan追記*/

.hansoku {margin-top:2em;}
.hansoku h2 {background-color:#414D5C;color:#fff;width:40%;min-width:200px;font-size:2em;padding:1%; margin:0 auto;border-radius: 5px;}
.hansoku h3 {text-align: left;width:75%;margin:2em auto;font-weight:bold;}
p.last{text-align: left;}

@media screen and (max-width:980px) {
  .hansoku h3{width:75%;}
}

@media screen and (max-width:769px) {
  
  .hansoku h2{font-size:1em;}
  .hansoku h3{width:80%;font-size:1em;}
}

@media screen and (max-width:550px) {
  .hansoku h3{width:90%;font-size:0.8em;}
}


/*20201023_nanaco-japan_追加*/
#item_info{
  background-color: #ED81A1;
  max-width: 1200px;
  margin: 0 auto;
}

/*20201117_nanaco-japan_追加*/
.place{
  width:90%;
  margin:0 auto;
}
.obi{
  max-width:583px;
  max-height:80px;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto;
}

.obi dt{
  background-color:#414D5C;
  color:#fff;
  width:50%;
  height:100%;
  border-radius: 10px 0 0 10px;
  padding:2em 0;
  /*line-height: 3rem;*/
}
.obi dd{
  background-color:#F5F5F5;
  color:#000;
  font-size:0.8em;
  width:50%;
  min-height:80px;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.obi dd b{
  font-weight: bold;
  font-size:1.25rem;
}

#item .wrap .img-flex li{
 position: relative;
}
#item .wrap .img-flex li span{
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background-color: #ff0000;
  font-size: 0.75em;
  padding: 0 0.5em;
}

#caution{
	margin-top:5em;
	background-color:rgb(255,255,255,0.8);
	padding:2% 5% 5%;
}

footer{
  background-color:#414D5C;
  color: #fff;
  height:40px;
}
footer .copyright{text-align:center;}

/*top*/
#top{
  display: block;
  position: fixed;
  right: 3%;
  bottom: 10%;
}
#top i{font-size:2rem;color:#ffffff;}
#top img{
  width:75%;
}

@media screen and (max-width:980px) {
  h2{font-size:1.5em;text-align: center;}
	#top i{color:#a30017}
  #top{right:3%;}
  #top img{width:50%;}
}

@media screen and (max-width:680px) {
	#top {right:3%;}
  #top img{width:50%;}
}
@media screen and (max-width:550px) {
   #top{right:3%;}
  #top img{width:50%;}
}