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


#header {
margin-bottom: 20px;
}


/* menu */
#subnav ul {
display: table;
margin: 0 auto 30px auto;
background: #fff;
border: 1px solid #000;
}
#subnav ul li {
display:table-cell;
border-right: 1px solid #000;
}
#subnav ul li:nth-last-of-type(1) {
border-right:none;
}
#subnav ul li a {
display: block;
width: 100%;
padding: 4px 0;
text-align: center;
}
.menu_list article table {
width: 100%;
margin-bottom: 20px;

}
.menu_list article table:nth-last-of-type(1) {
margin-bottom: 0;
}
.menu_list article table caption {
text-align: center;
margin-bottom: 5px;
}
.menu_list article table tr td {
line-height: 0.9em;
font-size: 0.8em;
padding-bottom: 10px;
}
.menu_list article table tr td span {
font-size: 0.9em;
color: #A9A9A9;
display: block;
}
.menu_list article table tr td:nth-of-type(2) {
width: 50px;
text-align: right;
}
.menu_list article table tr td h2 {
margin-bottom: 10px;
border-left: 3px solid #560809;
padding-left: 5px;
}
.menu_list article table tr td ul li {
font-size: 0.9em;
width: 48%;
margin-bottom: 10px;
}
.menu_list article table tr td ul li:nth-child(odd) {
float: left;
}
.menu_list article table tr td ul li:nth-child(even) {
float: right;
}
p.caution {
width: 80%;
font-size: 0.6em;
padding: 10px;
margin: 30px auto 0 auto;
border: 1px solid #525252;
}
#course li {
font-size: 0.7em;
}


/* takeout */
#takeout a{
color: #fff;
font-size: 0.7rem;
padding: 10px ;
text-align: center;
}
#takeout a:first-child{
background: #dc4a3d;
}
#takeout a:last-child{
background: #445656;
}
#takeout table{
margin: 0 auto;
margin-bottom: 30px;
}
#takeout tr{
font-size: 0.7rem;
border: solid 1px #333;
}
#takeout tr:first-child{
background: #666;
color: #fff;
}
#takeout th,#takeout td{
width: 50%;
text-align: center;
padding: 10px 20px;
}
#takeout th{
border-right: solid 1px #333;
}


/*tablet_l pc*/
@media screen and (min-width: 769px){
#subnav ul {
width: 767px;
}
nav#subnav ~ img {
width: 767px;
margin: 0 auto;
display: block;
}
.menu_list article table caption {
font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
color: #FF0004;
}
}
/*tablet_s smartphone*/
@media screen and (max-width: 768px){
#subnav ul {
width: 80%;
}
}

/* news blog */
#news ul li:nth-last-of-type(1) {
padding-bottom: 0;
}
#news ul li a {
font-size: 0.8em;
}
#news ul li a time {
font-size: 0.95em;
}
#news ul li a time span {
line-height: 0.8em;
font-size: 0.6em;
background: #FF0004;
padding: 0 2px;
margin-left: 5px;
color: #FFFFFF;
}
.pager {
text-align: center;
padding-top: 20px;
font-size: 0.8em;
}
.pager span {
margin: 0 5px;
}
.pager span a{
padding: 1px 4px;
background: #DEDEDE;
}
a.current_page_number {
background: #560809 !important;
color: #fff;
}
#news_detail time {
display: block;
text-align: right;
color: #8A8A8A;
font-size: 0.7em;
}
#news_detail div {
padding-top: 30px;
}
#news_detail div > p {
font-size: 0.7em;
}
@media screen and (max-width: 480px){
#news, #news_detail {
min-height: calc(100vh - 258px);
}
#news ul li {
padding-bottom: 10px;
}
#news ul li a time {
display: block;
line-height: 0.8em;
}
}

/* access */
#access address {
font-size: 0.8em;
text-align: center;
padding-bottom: 10px;
}
#access div {
padding-bottom: 30px;
}
#access div img {
margin-top: 10px;
}
#access article > a {
display: block;
width: 60%;
margin: 0 auto;
padding: 2px 4px;
font-size: 0.8em;
text-align: center;
border-radius: 3px; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
color: #fff;
}
#access article > a:nth-of-type(1) {
background: #dc4a3d;
}
#access article > a:nth-of-type(2) {
background: #445656;
}
#access article > p {
padding: 10px 0;
text-align: center;
}
#access article > p span {
font-size: 0.9em;
color: #A9A9A9;
display: block;
}







/*tablet_l pc*/
@media screen and (min-width: 769px){

/* takeout */
#takeout a{
display: inline-block;
width: 40%;
}
#takeout a:first-child{
margin-right: 30px;
}
#takeout div{
padding: 30px 0 50px;
text-align: center;
}
	
/* access */
#access div img {
width:50%;
float: left;
}
#access div p {
clear: both;
text-align: right;
}
}
/*tablet_s smartphone*/
@media screen and (max-width: 768px){
/* takeout */
#takeout a{
display: block;
width: 80%;
margin: 0 auto;
}
#takeout a:first-child{
margin-bottom: 15px;
}
#takeout div{
padding: 10px 0 30px;
}
	
#access div p {
text-align: center;
}
}

/* about */
#about article div h2 {
font-size: 0.8em;
line-height: 0.8em;
margin-bottom: 10px;
border-left: 3px solid #560809;
padding-left: 5px;
}
#about article div p {
margin-bottom: 20px;
font-size: 0.7em;
}
#about article div p img {
float: left;
}
#about article div p span {
font-size: 0.9em;
color: #A9A9A9;
display: block;
}
/*tablet_l pc*/
@media screen and (min-width: 769px){
#about article div p img {
width: 240px;
padding: 0 10px 10px 0;
}
}
/*tablet_s smartphone*/
@media screen and (max-width: 768px){
#about article div p img {
width: 40%;
padding: 0 5px 5px 0;
}
}