@charset "UTF-8";
/* CSS Document */


.clearfix {
  min-height: 1px
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1px;
}
a{
  text-decoration: none;
}
img{
  width: 100%;
  height: 100%;
}
body{
  font-size: 14px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media all and (min-width: 0px){
  .container {
    width: 94%;
    margin: 0 3%;
  }
}

@media all and (min-width: 600px){
  .container {
    width: 995px;
    margin: 0 auto;
  }
}

body {
	background-color: white;
	color: black;
	font-size: 15px;
	line-height: 2;
}

a {
	color: white;
	text-decoration: none;
}
a:visited{
	color: rgb(177,155,81);
}

/* header */
header {
	background-color: rgb(163,31,56);
	color: white;
}


/* menu */
 
#wrap {
	overflow: hidden;
	margin-top: 35px;	
}

.menuimg {
	display: flex;
}

.menuimg>div{
    width:calc(100% / 3);/* 3等分 */
    text-align:center;
    padding:30px;/* 必要に応じて */
}

.menuimg>div>img{
    max-width:100%;
    height:auto;
} 
.menu {
	overflow: hidden;
	margin-top: 35px;	
}

table {
    display: inline-block;
    float: left;
	margin-right: 90px;
    width: cale(100% / 2);
    text-align: center;
    padding: 3px;
}

th {
	font-family: "MS Serif", "New York", "serif";
	font-size: 150%;
	font-weight: 700;
}

/* 注意書き　*/

p {
	text-align: center;
}

@media (max-width: 600px) {
.menuimg>div {
	margin-right: 5px;
    width:calc(100% / 1);
    padding:0px;
	}
table {
	margin-right: 5px;
	}
th {
	font-family: "MS Serif", "New York", "serif";
	font-size: 100%;
	font-weight: 700;
}
	p {
		font-size: 16px;
	}
	}
		
 /* footer */

@media all and (min-width: 0px){
  .footer {
    background: rgb(163,31,56);
    color: rgb(177,155,81);
    padding: 10px 0 0px;
  }

    .footer-logo {
      width: 15%;
      margin: 0 15%;
    }

@media all and (min-width: 600px) {

  .footer-logo {
	float: left;
	margin-top: auto;
	margin-bottom: 10px;
	}  
	
	.footer-nav {
	　float: right;
	}
	.footer-nav li {
	float: left;
	margin: 0 10px;
	font-size: 20px;
	list-style: none;
	color: white;
	text-decoration: none;
}

   .copyright {
	margin-top: 30px;
    position: center;
      }

	}
	
@media (max-width: 600px) {
  .footer-logo {
	width: 100px;
	margin-top: auto;
	margin-left: 125px;
	margin-bottom: 10px;
	}  
	
	.footer-nav {
	　float: right;
	}
	.footer-nav li {
	float: left;
	margin: 0 5px;
	font-size: 15px;
	list-style: none;
	color: white;
	text-decoration: none;
    }
	
	.copyright {
		margin-top: 0px;
		margin-left: 100px;
	}
	}
	
	