
* {
	margin : 0;
	padding : 0;

}
img {
	max-width: 100%;
	height: auto;
	border: none;
    vertical-align:bottom;

}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url("../img/body_bg2.jpg");
　-webkit-text-size-adjust: 100%;
  /*background-size:cover;*/
  font-size: 1em;
  line-height: 1.85714286em;
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  font-weight: 400;
}
h1,h2,h3,h4,ul,li,a{
  margin: 0;
  padding: 0;
  text-decoration: none;
}
h2{
	font-size: 1em;
	color: #fff;
	background-color: #000;
	padding: 5px;
	margin: 10px 0;
}
#wap {
	width: 96%;
	margin: 0 auto;

}
#wap #header {
    display: table;
    margin: 0 auto;
	width: 100%;
}
#wap #header h1 {
    display: table-cell;
    width: 55%;
    text-align: center;
    padding: 0 0 0 5%;
}
#wap #header h1 img {
  width: 100%;
}
/*
@media screen and (min-width:768px) {
#wap #header {
	position: relative;
  height: 250px;
 }
}
@media screen and (min-width:1240) {
#wap #header {
	position: relative;
  height: 350px;
 }
}*/
/**/
#wap #header p.accbox {
	display: table-cell;
    text-align: center;
}
#wap #header .accbox img {
    width: 65%;
}

#mainimg {
  margin: 0 auto;

}
#mainimg img {
  width: 100%;

}
/*--comic--*/
.comic {
  display:flex;
  flex-wrap:wrap;
  font-family:'Comic Sans', cursive;
  padding:1vmin;
}

.panel {
  background-color:#fff;
  border:solid 2px #000;
  box-shadow:0 6px 6px -6px #000;
  display:inline-block;
  flex:1 1;
  height:160px;
  margin:1vmin;
  overflow:hidden;
  position:relative;
}

.text1 {
  background-color:#ff9000;
  border:solid 2px #000;
  margin:0;
  padding:3px 10px;
	color: #ffff;
	font-size: 0.75em;
	font-weight: bold;
}
.text2 {
  background-color:#34bbf4;
  border:solid 2px #000;
  margin:0;
  padding:3px 10px;
	color: #ffff;
	font-size: 0.75em;
	font-weight: bold;
}
.text3 {
  background-color:#e0c801;
  border:solid 2px #000;
  margin:0;
  padding:3px 10px;
	color: #ffff;
	font-size: 0.75em;
	font-weight: bold;
}
p.bakcol_1 {
	background-color: #FFFFFF;
	padding: 10px;
}

.top-left {
  left:-6px;
  position:absolute;
  top:-2px;
  transform:skew(-9deg);
}

.bottom-right {
  bottom:-2px;
  position:absolute;
  right:-6px;
  transform:skew(-9deg);
}

.speech {
  background-color:#fff;
  border:solid 2px #000;
  border-radius:12px;
  display:inline-block;
  margin:.5em;
  padding:.5em 1em;
  position:relative;
}

.speech:before {
  border:solid 12px transparent;
  border-left:solid 12px #000;
  border-top:solid 12px #000;
  bottom:-24px;
  content:"";
  height:0;
  left:24px;
  position:absolute;
  transform:skew(-15deg);
  width:0;
}

.speech:after {
  border:solid 10px transparent;
  border-left:solid 10px #fff;
  border-top:solid 10px #fff;
  bottom:-19px;
  content:"";
  height:0;
  left:27px;
  position:absolute;
  transform:skew(-7deg);
  width:0;
}

.panel:nth-child(1) {
  flex-basis: 70px;
}
.panel:nth-child(2) {
  flex-basis: 70px;
}
.panel:nth-child(3) {
  flex-basis: 300px;
}
.panel:nth-child(4) {
  flex-basis: 300px;
}
.panel:nth-child(5) {
  flex-basis: 300px;
}
.panel:nth-child(6) {
  flex-basis: 300px;
}
.panel:nth-child(7) {
  flex-basis: 300px;
}
.panel:nth-child(8) {
  flex-basis: 300px;
}
.panel:nth-child(9) {
  flex-basis: 300px;
}

/* background colours */

.panel:nth-child(4n+1) {
	background-image: url("../img/con_img2.jpg");
	background-size: cover;
	/*background-size:100% auto;*/
	background-repeat: no-repeat;
	background-position: center;
}

.panel:nth-child(4n+2) {
	background-image: url("../img/con_img3.jpg");
	background-size: cover;
	/*background-size:100% auto;*/
	background-repeat: no-repeat;
	background-position: center;
}

.panel:nth-child(4n+3) {
	background-image: url("../img/con_img1.jpg");
	background-size: cover;
	/*background-size:100% auto;*/
	background-repeat: no-repeat;
	background-position: center;
}

.panel:nth-child(4n+4) {
  background-image:radial-gradient(circle, lightcoral, tomato);
}

/*end*/

/*add*/

dl.addbox{
	list-style: none;
	background-color: #ffff;
	padding: 10px;
	margin: 10px;
}
dl.addbox dt{
	color: #c40c0c;
	font-weight: bold;

}
dl.addbox dd{
	margin: 10px 0;

}

dl.addbox dd.gmap{
	padding: 5px;

}
dl.addbox dd.gmap a{
	text-decoration: underline;

}
/*mordal*/
h3{
	background-color: #e56bff;
	padding: 10px 0 10px 10px;
	color: #FFFFFF;
	
	
}
.c_box{
	display: table;
	padding: 10px;
	
	
}
.c_box dl{
	display: inline-table;
	width: 49%;
	margin: 10px 1px;
	
}
.c_box dl dt{
    background-color: #e1e1e1;
    color: #000000;
    padding: 20px;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.3em;

}
.c_box dl dd.c_img{

}

.c_box dl dd.c_text{

}
/*food list*/
.foodlist{
	display: table;

}
.foodlist p{
  display: table-cell;
  text-align: center;
}
dl.foodbox{
	padding: 10px;
}
dl.foodbox dt{
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px dashed;
}
dl.foodbox dd{
	padding: 10px;
}
/*sns box*/
ul.snsbox{
	display: table;
	margin: 35px auto;
	width: 90%;
    background-color: #bbbbbb;
	padding: 15px;
}
ul.snsbox li{
	display: table-cell;
	text-align: center;
	
}
ul.snsbox li a{ 
	color: #050505;
	
}
