﻿@charset "utf-8";
body {
  font-family: "Yu Mincho", YuMincho, serif;
}

header {
  border-top: 10px solid #006A6A;
}
header h1 {
  margin: 30px 0 20px 0; 
  text-align: center; 
}
header nav ul { 
  width: 940px; 
  padding-left: 0; 
  margin: 0 auto 30px auto; 
  list-style-type: none; 
}
header nav ul li { 
  width: 155px; 
  margin-right: 2px; 
  float: left; 
  text-align: center; 
}
header nav ul li:last-child {
  margin-right: 0; 
}
.clearfix:after { 
  content:"";
  display: block;
  clear: both;
}
header nav ul li a {
  text-decoration: none; 
  background-color: #6600ff; 
  color: #fff; 
  padding: 10px 0; 
  display: block; 
}
header nav ul li a:hover, 
header nav ul li a:active, 
header nav ul li.current a { 
  background-color: #000;
}
/* ======================= */
footer {
  background-color: #006A6A;
  color: #fff;
  padding: 30px 0;
  text-align: center; 
}
footer ul {
  padding: 0;
  margin-bottom: 30px;
}
footer ul {
  margin-bottom: 30px;
  padding: 0;
}
footer ul li {
  display: inline; 
  margin: 0 10px;
}
footer ul li a {
  color: #fff;
}
footer ul li a:link,
footer ul li a:visited {
  text-decoration: none; 
}
footer ul li a:hover,
footer ul li a:active {
  text-decoration: underline; 
}
/* =======================  */
main {
  width: 940px;
  margin: 0 auto; 
}

#topic_path {
  padding-left: 0;
}
#topic_path li {
  display: inline;
  font-size: 80%;
}
#topic_path li:after {
  padding: 0 10px;
  content: "\003E"; 
}
#topic_path li:last-child:after { 
  content: none;
}
main a:link,
main a:visited {
  color: #330066;
}

main h1 {
  border-left: 10px solid #330066; 
  border-bottom: 1px solid #330066;
  padding: 5px 10px; 
  margin-bottom: 30px; 
  font-size: 1.8em;
}

main h2 {
  font-size: 1.3em;
  text-align: center;
  position: relative; 
  margin-bottom: 20px;
}
main h2:before,
main h2:after {
  position: absolute; 
  content: ""; 
  border-top: 1px dotted #330066;
  width: 300px;
  top: 50%;
}
main h2:before {
  left: 0;
}
main h2:after {
  right: 0;
}

.page_top {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 10px;
}
.page_top a {
  padding-top: 4px;
  border-top: 4px solid #330066;
}
.page_top a:before {
  content: "↑";
}
.page_top a:link,
.page_top a:visited {
  color: #330066;
  text-decoration: none;
}

.lead {
  line-height: 1.8em;
  margin-bottom: 3em;
  font-size: 110%;
}
/* ====================== HOME(index.html) */
#main_visual {
  margin-bottom: 30px;
}
#main_content {
  width: 600px;
  float: left;
}
#banner {
  width: 300px;
  float: right;
}
#home h2 {
  text-align: left;
  border-left: 10px solid #330066;
  border-bottom: 1px solid #330066;
  padding: 5px 10px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3em;
}
#home main h2:before,
#home main h2:after {
  border-top: none; 
}
/* お知らせ、店舗情報 */
#news dl, #info dl {
  margin-left: 20px;
  margin-bottom: 30px;
}
#news dt, #news dd,
#info dt, #info dd {
  line-height: 1.5; 
}
#news dt, #info dt {
  width: 8em;
  float: left;
}
#news dd, #info dd {
  margin-left: 9em;
}
/* --------------- */
#news2 dl, #info2 dl {
  margin-left: 20px;
  margin-bottom: 30px;
}
#news2 dt, #news2 dd,
#info2 dt, #info2 dd {
  line-height: 1.5; 
}
#news2 dt, #info2 dt {
  width: 25em;
  float: left;
}
#news2 dd, #info2 dd {
  margin-left: 5em;
}
/* --------------- */
#banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#banner ul li {
  margin-bottom: 20px;
}
/* ====================== ABOUT(about.html) */
.box {
  width: 300px;
  margin-right: 20px;
  float: left;
}
.box:last-child { 
  margin-right: 0;
}
.box h3 {
  text-align: center;
}
.box img {
  width: 300px;
  height: auto;
  display: block;
  border: 5px solid #fff;
  box-sizing: border-box; 
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.22); 
}
p.photo {
  margin-bottom: 30px;
}
#inside p {
  font-size: 0.9em;
  line-height: 1.8;
}


table {
  border-collapse: collapse;
  margin: 0 auto 30px;
  border: 1px solid #813737;
}
table th, table td {
  padding: 7px 15px;
}
table th, table td {
  border-right: 1px solid #813737;
  border-bottom: 1px solid #813737;
}
table th {
  background-color: #E1CFBA;
}
/* =====
table tr:nth-child(odd) { 
  background-color: #E1CFBA;
}
*/
/* ====================== CONTACT(contact.html) */
#contact form {
  width: 820px;
  margin: 0 auto;
}
#contact dl dt, #contact dl dd {
  line-height: 2em;
  margin-left: 0;
}
#contact dl dt {
  width: 380px;
  float: left;
  text-align: right;
  padding: 10px;
}
#contact dl dd {
  width: 400px;
  float: right;
  padding: 10px;
}
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
  padding: 5px;
  width: 300px;
}
#contact textarea {
  height: 5em;
}
#contact .button {
  text-align: center;
}
#contact input[type="submit"] {
  background-color: #511717;
  color: #fff;
  padding: 10px 30px;
  font-family: "Yu Gothic",YuGothic, sans-rerif;
  border: 1px solid #511717;
  cursor: pointer; 
}
/* ====================== ACCESS(access.html) */
#access h2 {
  letter-spacing: 2em;
}
/* ====================== MENU(menu.html) */
#menu .image {
  width: 400px;
  margin-bottom: 20px;
  float: left;
}
#menu table {
  width: 540px;
  float: right;
}
/* ====================== COUPON(coupon.html) */
.coupon {
  border: 3px dashed #630;
  padding: 30px;
  width: 60%;
  margin: 0 auto 30px auto;
  background: #fff;
  font-family: "Yu Gothic", YuGothic, sans-serif;
}
.coupon h3 {
  font-size: 200%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}
.coupon em {
  font-style: normal;
}
.sv {
  background: #E0D9B5;
  padding: 5px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 150%;
}
.sv em {
  padding-left: 10px;
  font-size: 150%;
  font-weight: bold;
  color: #c33;
}
.code {
  background: #c33;
  color: #fff;
  text-align: center;
  padding: 4px;
  margin: 0;
}
.code p {
  border: 1px dashed #fff;
  line-height: 1;
  margin: 0;
  padding: 20px;
}
.code span {
  display: block;
  font-size: 80%;
  padding-bottom: 10px;
}
.code em {
  font-size: 150%;
  ;
}

@media screen and (max-width: 767px){
  img {
    max-width: 100%;
    height: auto;
  }
  header, main, #main_content, #banner, header nav ul {
    width: 100%;
  }
  header nav ul li {
    margin-right: 0;
    width: 50%; 
    box-sizing: border-box; 
    border:1px solid #fff;
  }
  main {
    padding: 0 15px;  
    box-sizing: border-box; 
  }
  #banner {
    float: none;
    text-align: center;
  }
  footer ul {
    display: none; 
  }

  /* === ABOUT === */
  main h2:before,
  main h2:after {
    content: none;
  }
  .box {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .box img {
    margin: 0 auto;
  }
  p.photo {
    margin-top: 30px;
  }
  /* === MENU === */
  #menu .image {
    width: 100%;
    margin-bottom: 20px;
    float: none;
    text-align: center;
  }
  #menu table {
    width: 100%;
    float: none;
  }
  /* === CONTACT === */
  #contact form {
    width: 100%;
  }
  #contact dl dt {
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    float: none;
    background-color: #E1CFBA;
    padding: 5px;
  }
  #contact dl dd {
    width: 100%;
    box-sizing: border-box;
    float: none;
    margin-bottom: 20px;
  }
  #contact input[type="text"],
  #contact input[type="email"],
  #contact textarea {
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
  }
  /* === ACCESS === */
  #access iframe {
    width: 100%;
  }
}