/** common **/
html {
  font-size: 10px;
}
body{
  font-family: meiryo,sans-serif;
  line-height: 1.86;
}

h1{
  margin: 0;
}

body h1,
body h2,
body h3,
body h4,
p,li,dd{
  line-height: 1.86;
}

a {
  color: #00f;
  text-decoration: underline;
}
a:hover {
  color: #f00;
  text-decoration: none;
}
.navbar-fixed-top .navbar-collapse {
  max-height: 80%;
}

body article {
  height: auto;
  padding-top: 50px;
/*
  margin-top: -50px;
  padding-top: 50px;
*/
}   

body .content{
  margin-top: 50px;
  margin-bottom: 50px;
}
body h2 {
  text-align: center;
  border-bottom: 1px dotted #000;
  margin-bottom: 20px;
  line-height: 1.35;
  margin-top: 0;
}
/*
body h2 {
  font-size: 500%;
}
*/

body article a.to_top {
  margin:1.5em 1em;
}

body article dl dd {
  margin-bottom: 1em;
}
/**---- main ----**/
body #top_main {
  background-image: url(./images/mv.jpg);
  background-size: cover;
  height: 0;
  padding-bottom: 52.56%;
/*  padding-top: 2em;*/
  position: relative;
}

body #top_main .top_main_sitetitle{
  font-size: 400%;
  line-height: 1.25;
  text-align: center;
}
body #top_main .top_main_content{
  background-color: rgba(255,255,255,0.65);
  position: absolute;
  bottom: 0;
  padding: 1.5em;
}

/**---- XS size ----**/
@media all and (max-width:480px) {
  body #top_main {
/*    background-image:none;*/
/*    margin-top: -50px;*/
/*    padding-top: 50px;*/
    
  }
  body #top_main .top_main_sitetitle{
    display: none;
  }
  body #top_main .top_main_content{
/*    position: relative;*/
    height: 100%;
  }
}


/**---- rss ----**/
body article#rss .rss_entry_box {
  margin-bottom: 2em;
  position: relative;
}
body article#rss .rss_entry_box .entry_header  {
  width: 100%;
/*  background-color: rgba(255,255,255,0.8);*/
}
body article#rss .rss_entry_box h3 {
  height: 4em;
  line-height: 2em;
  font-size: 90%;
  margin: 0;
  overflow: hidden;
}

/**---- menuinfo ----**/
body article#menuinfo div.menu_box {
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: dashed 1px #000;
}
body article#menuinfo div p.menu_description{
  min-height: 5.6em;
}
body article#menuinfo .pdf_menu {
  border-bottom: 1px dashed #000;
  padding-bottom: 2em;
}

/**---- faq ----**/
body article#faq div.qa_box {
  border: 1px solid #aaa;
  border-radius: 20px;
  margin-bottom: 1em;
}
body article#faq h3 {
  font-size: 125%;
  padding: 0.5em 0;
  margin-top: 0.5em;
}

/**---- contact ----**/
body article#contact .entry_body a.contact_link {
  font-size: 200%;
  margin-bottom: 1em;
}

footer div {
  background-color: #fff;
}
footer div a {
  color: #f00;
}
/**---- PC size ----**/
@media all and (min-width:768px) {
body #top_main .top_main_sitetitle{
  font-size: 800%;
  }
}