@charset "UTF-8";
html {
  font-size: 62.5%;
  height: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #411E15;
  line-height: 1.6;
  height: 100%;
  background: url(../img/bg_img01.png) repeat center top;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

img {
  max-width: 100%;
}

a {
  color: #411E15;
}

a:hover {
  color: #A16026;
}

.bread {
  font-size: 13px;
  font-size: 1.3rem;
}

.container {
  max-width: 980px;
  padding: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.pagetop {
  text-align: right;
  margin: 0;
}

a.more {
  background: url("../img/ico_more.png") right center no-repeat;
  padding-right: 1.2em;
  color: #411E15;
  font-size: 13px;
  font-size: 1.3rem;
}

h2 {
  margin: 1.5em auto;
  background: url("../img/bg_ttl01.png") left bottom no-repeat;
  padding-bottom: 0.4em;
}

header,
#header {
  background: url(../img/bg_img02.png) repeat center top;
  color: #fff;
}
header .container,
#header .container {
  padding: 1.2em 0;
}
header .container h1,
#header .container h1 {
  padding: 0.67em 0 0.5em;
  margin: 0;
}
header .col-md-4,
#header .col-md-4 {
  text-align: right;
  line-height: 2.1;
}
header .col-md-4 p,
#header .col-md-4 p {
  margin: 0;
}
header nav,
#header nav {
  background-color: #fff;
  border-top: 1px solid #411E15;
  border-bottom: 1px solid #411E15;
}
header nav .container,
#header nav .container {
  padding: 0;
}
header nav ul,
#header nav ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
header nav ul li,
#header nav ul li {
  float: left;
  display: block;
  height: 45px;
}
header nav ul li a,
#header nav ul li a {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
header nav ul li.top,
#header nav ul li.top {
  width: 10.3%;
  background: #fff url("../img/nav01_off.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.news,
#header nav ul li.news {
  width: 14.6%;
  background: #fff url("../img/nav02_off.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.concept,
#header nav ul li.concept {
  width: 21.2%;
  background: #fff url("../img/nav03_off.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.menu,
#header nav ul li.menu {
  width: 14.6%;
  background: #fff url("../img/nav04_off.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.blog,
#header nav ul li.blog {
  width: 13.0%;
  background: #fff url("../img/nav05_off.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.access,
#header nav ul li.access {
  width: 14.6%;
  background: #fff url("../img/nav06_off.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.contact,
#header nav ul li.contact {
  width: 11.7%;
  background: #fff url("../img/nav07_off.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.top.current,
header nav ul li.top:hover,
#header nav ul li.top.current,
#header nav ul li.top:hover {
  background: #fff url("../img/nav01_on.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.news.current,
header nav ul li.news:hover,
#header nav ul li.news.current,
#header nav ul li.news:hover {
  background: #fff url("../img/nav02_on.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.concept.current,
header nav ul li.concept:hover,
#header nav ul li.concept.current,
#header nav ul li.concept:hover {
  background: #fff url("../img/nav03_on.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.menu.current,
header nav ul li.menu:hover,
#header nav ul li.menu.current,
#header nav ul li.menu:hover {
  background: #fff url("../img/nav04_on.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.blog.current,
header nav ul li.blog:hover,
#header nav ul li.blog.current,
#header nav ul li.blog:hover {
  background: #fff url("../img/nav05_on.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.access.current,
header nav ul li.access:hover,
#header nav ul li.access.current,
#header nav ul li.access:hover {
  background: #fff url("../img/nav06_on.png") left bottom no-repeat;
  background-size: 100% auto;
}
header nav ul li.contact.current,
header nav ul li.contact:hover,
#header nav ul li.contact.current,
#header nav ul li.contact:hover {
  background: #fff url("../img/nav07_on.png") left bottom no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 730px) {
  header nav ul {
    width: 100%;
    border-top: solid 1px #bbb;
  }
  header nav ul li {
    height: auto;
    background-image: none;
  }
  header nav ul li a {
    display: block;
    background: #eee;
    border-bottom: solid 1px #bbb;
    padding: 0.5em;
    text-decoration: none;
    color: #666;
    text-indent: 0;
  }
  header nav ul li.top, header nav ul li.news, header nav ul li.concept, header nav ul li.menu, header nav ul li.blog, header nav ul li.access, header nav ul li.contact {
    width: 50%;
  }
  header nav ul li:nth-child(odd) a {
    border-right: solid 1px #bbb;
  }
}
#slider {
  border-bottom: 1px solid #411E15;
  background-color: #F5F3F1;
}
#slider ul.bxslider,
#slider ul.bxslider li {
  margin: 0;
  padding: 0;
}

#content {
  margin: 1em auto 0.5em;
  min-height: 60%;
}

.fb {
  margin-bottom: 1em;
}

footer nav {
  padding-top: 5em;
}
footer nav ul {
  list-style-type: none;
  padding: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
footer nav ul li {
  display: inline;
  white-space: nowrap;
  margin: 0 1em 0 0;
  padding-right: 1em;
  border-right: 1px solid #411E15;
}
footer nav ul li:nth-child(8) {
  border: 0;
}

footer .inner {
  background: url(../img/bg_img02.png) repeat center top;
  text-align: center;
  color: #fff;
}
footer .inner .container {
  padding: 1.5em 0;
}
footer .inner .container .f_map {
  background: url(../img/bg_footer01.png) center top no-repeat;
  padding: 3em 1em;
}
footer .inner .container .f_map iframe {
  max-width: 100%;
}
footer .inner .container .info {
  padding: 4em 0 1em;
}
footer .inner .container .col-md-4 {
  padding: 3em 0;
}

/* トップページ */
#top h2 {
  background-image: none;
  padding-bottom: 0;
}

.top_news {
  background: url("../img/bg_main.jpg") 0 0 repeat;
  margin: 1em 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/home/js/PIE.htc);
  padding: 3em 1em 1em;
}
.top_news .inner {
  background-color: #fff;
  padding: 1em;
  position: relative;
}
.top_news .inner .clip-l {
  position: absolute;
  left: 0;
  top: -30px;
}
.top_news .inner .clip-r {
  position: absolute;
  right: 0;
  top: -30px;
}
.top_news .inner .row01 {
  background-color: #fff;
  margin-left: -14px;
  margin-right: -14px;
  padding: 0.5em 0;
}
.top_news .inner .row01 .col-md-3 {
  text-align: center;
}
.top_news .inner .row02 {
  border-bottom: 1px solid #411E15;
  margin: 0;
}
.top_news .inner .row02 p {
  margin: 0;
}
.top_news .inner dl {
  margin: 0.7em 0 0;
}
.top_news .inner dl dt, .top_news .inner dl dd {
  line-height: 1.8;
}
.top_news .inner dl dt {
  font-weight: normal;
}
.top_news .inner dl dd {
  margin-left: 6.7em;
}
.top_news h2 {
  margin: 0 0 0.3em;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 992px) {
  .top_news .inner dl {
    margin: 0.7em 0 1em;
  }
  .top_news .inner dl dd {
    margin-left: 2em;
  }
}
.top_menu {
  margin: 2.5em 0 4em;
}
.top_menu .row {
  margin-bottom: 2em;
}
.top_menu .menu_img {
  background: url(../img/bg_main03.png) center top no-repeat;
  background-size: auto 100%;
  padding: 5.6% 5% 3%;
  margin-top: 1.5em;
  text-align: center;
}
.top_menu .menu_img h3 {
  font-size: 17px;
  font-size: 1.7rem;
  margin: 10px auto;
}

@media only screen and (max-width: 992px) {
  .top_menu .menu_img p.right {
    text-align: center;
  }
}
.top_link .inner {
  background: url(../img/bg_main04.png) center top no-repeat;
  background-size: 100% auto;
  padding: 4% 3.5% 4%;
}
.top_link .inner .link01 p.right,
.top_link .inner .link02 p.right {
  margin-right: 0.5em;
}
.top_link .inner .link01 h2,
.top_link .inner .link02 h2 {
  margin-top: 1.5em;
  margin-bottom: 0.2em;
}
.top_link .inner .link03 p {
  margin: 1em auto;
}
.top_link .inner .link03 p a {
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .top_link {
    margin-bottom: 1em;
  }
  .top_link .inner {
    background-image: none;
    background-color: #fff;
    padding: 3%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/home/js/PIE.htc);
    border: 1px solid #A28D72;
  }
  .top_link .inner .link01,
  .top_link .inner .link02 {
    width: 45%;
  }
}
.top_blog .blog {
  background: url("../img/bg_main.jpg") 0 0 repeat;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/home/js/PIE.htc);
  padding: 3em 1em 1em;
  position: relative;
}
.top_blog .blog .inner {
  padding: 1em;
  background-color: #fff;
}
.top_blog .blog .inner .clip-l {
  position: absolute;
  left: 13px;
  top: 15px;
}
.top_blog .blog .inner .clip-r {
  position: absolute;
  right: 13px;
  top: 15px;
}
.top_blog .blog .inner h2 {
  margin: 0;
  border-bottom: 1px solid #411E15;
}
.top_blog .blog .inner ul {
  margin: 1em 0 0.5em;
  list-style-type: none;
  padding: 0;
}
.top_blog .blog .inner ul li {
  line-height: 2.5;
}
.top_blog .blog .inner p {
  margin: 0;
}

/* 店舗情報 */
#access #content .row {
  background-color: #fff;
  padding: 2em 1.5em;
  margin-bottom: 6em;
}
#access #content .row h3 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
#access #content .row table {
  width: 100%;
}
#access #content .row table th, #access #content .row table td {
  padding: 1em;
}
#access #content .row table th {
  width: 25%;
  text-align: center;
  font-weight: normal;
}
#access #content .map {
  background: url("../img/bg_access01.png") center 0 no-repeat;
  text-align: center;
  padding: 5.5em 0;
}
#access #content .map iframe {
  max-width: 100%;
}

@media only screen and (max-width: 765px) {
  #access #content .row table th, #access #content .row table td {
    display: block;
    width: 100%;
    padding: 0.5em;
  }
  #access #content .row table th {
    background-color: #A28D72;
    color: #fff;
  }
  #access #content .map {
    background: url("../img/bg_main.jpg") 0 0 repeat;
    padding: 1em;
  }
}
#concept #content .concept_txt {
  margin: 3em auto 8em;
  width: 70%;
}
#concept #content p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 765px) {
  #concept .concept_txt {
    width: 90%;
  }
}
#menu #content .row {
  margin-bottom: 1.5em;
}
#menu #content .row .center {
  background: url("../img/bg_menu02.png") center 0 no-repeat;
  padding: 1.3em 1em;
  margin: 3em auto;
}
#menu #content .row .menu_txt {
  background: url("../img/bg_menu01.png") center 0 no-repeat;
  padding: 4em 2em 7.5em;
}
#menu #content .row .menu_txt .inner {
  width: 60%;
  margin: 2em auto;
}
#menu #content .row .menu_txt .inner h2 {
  background-image: none;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  text-align: center;
}
#menu #content .row .menu_txt .inner .txt {
  line-height: 1.4;
}
#menu #content .row .menu_txt .inner .txt .size {
  text-align: center;
}

#contact #content table {
  width: 100%;
}
#contact #content ul {
  padding: 0 1em;
}
#contact #content ul li {
  background: url("../img/list_contact02.png") 0 0.3em no-repeat;
  padding-left: 1.5em;
  list-style-type: none;
  list-style-position: inside;
  margin-bottom: 1em;
}

#allergy .allergy {
  background: url("../img/bg_main.jpg") 0 0 repeat;
  margin: 1em 0;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/home/js/PIE.htc);
  padding: 3em 1em 1em;
}
#allergy .allergy .inner {
  background-color: #fff;
  padding: 2em 1em;
  position: relative;
}
#allergy .allergy .inner .clip-l {
  position: absolute;
  left: 0;
  top: -30px;
}
#allergy .allergy .inner .clip-r {
  position: absolute;
  right: 0;
  top: -30px;
}

#news .entry, #blog .entry {
  background-color: #fff;
  padding: 1em;
  -moz-box-shadow: 1px 1px 3px #999;
  -webkit-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  position: relative;
  margin-bottom: 4em;
}
#news .entry .clip, #blog .entry .clip {
  position: absolute;
  right: 0;
  top: -30px;
}
#news .entry .ttl, #blog .entry .ttl {
  background: url("../img/bg_ttl02.png") left bottom repeat-x;
  margin: 0 0 1em;
}
#news .entry .ttl .col-md-10,
#news .entry .ttl .col-md-2, #blog .entry .ttl .col-md-10,
#blog .entry .ttl .col-md-2 {
  padding: 0;
}
#news .entry h3, #blog .entry h3 {
  font-size: 17px;
  font-size: 1.7rem;
  background: url("../img/list_main01.png") 0 0 no-repeat;
  padding-left: 1.5em;
  margin: 0.5em 0 0.2em;
}
#news .entry .col-md-2 p.right, #blog .entry .col-md-2 p.right {
  margin: 0.5em 0 0.2em;
  color: #A16026;
}
#news .entry p.right, #blog .entry p.right {
  font-size: 13px;
  font-size: 1.3rem;
}
#news .entry .inner, #blog .entry .inner {
  margin-bottom: 2em;
}
#news .comment_body, #blog .comment_body {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1.5em;
}
#news .comment_body .inner, #blog .comment_body .inner {
  border: 1px solid #A16026;
  padding: 1em;
}
#news .comment_body .inner h5, #blog .comment_body .inner h5 {
  margin: 0.5em 0;
  background: url("../img/list_main01.png") 0 0 no-repeat;
  padding-left: 1.5em;
}
#news #trackback input.trackback_link, #blog #trackback input.trackback_link {
  width: 100%;
  background-color: #FFF2E7;
}
#news .sub_ttl, #blog .sub_ttl {
  background-image: none;
  text-align: center;
  font-size: 17px;
  font-size: 1.7rem;
}
#news .post table, #blog .post table {
  width: 100%;
}
#news .side ul, #blog .side ul {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}
#news .side ul li ul, #blog .side ul li ul {
  margin-left: 0.5em;
}
#news .side ul li ul li, #blog .side ul li ul li {
  background: url("../img/list_main02.png") 0 6px no-repeat;
  padding-left: 1em;
  margin-bottom: 0.3em;
}
#news .side ul li.bnr, #blog .side ul li.bnr {
  margin-bottom: 1em;
}
#news .side h4, #blog .side h4 {
  background: url("../img/list_main01.png") 0 0 no-repeat;
  padding-left: 1.5em;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1.3em 0 0.3em;
}
#news .side #calendar, #blog .side #calendar {
  margin-bottom: 1em;
}
#news .side #calendar .caption, #blog .side #calendar .caption {
  text-align: center;
  margin-bottom: 0.5em;
}
#news .side #calendar table, #blog .side #calendar table {
  width: 100%;
  background-color: #F8F5F1;
}
#news .side #calendar table th, #news .side #calendar table td, #blog .side #calendar table th, #blog .side #calendar table td {
  text-align: center;
  padding: 0.3em;
  border-top: 1px solid #A28D72;
  border-bottom: 1px solid #A28D72;
}
#news .side #calendar table th, #blog .side #calendar table th {
  background-color: #411E15;
  color: #fff;
  font-weight: normal;
}
#news .side #calendar table td a, #blog .side #calendar table td a {
  text-decoration: underline;
}

table#inquiry_form,
#comment_form table {
  margin-bottom: 1em;
}
table#inquiry_form th,
#comment_form table th {
  width: 30%;
  font-weight: normal;
  background: #523E18 url("../img/list_contact01.png") 1em 1em no-repeat;
  padding: 1em 1em 1em 3em;
  color: #fff;
  vertical-align: top;
  border: 1px #fff solid;
}
table#inquiry_form td,
#comment_form table td {
  padding: 1em;
  background-color: #fff;
  border: 1px #523E18 solid;
}
table#inquiry_form td input[type="text"],
table#inquiry_form td input[type="email"],
table#inquiry_form td textarea,
#comment_form table td input[type="text"],
#comment_form table td input[type="email"],
#comment_form table td textarea {
  width: 100%;
  border: 1px #523E18 solid;
  background-color: #FFF2E7;
}
table#inquiry_form td textarea,
#comment_form table td textarea {
  height: 5em;
}

input[type="submit"] {
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #523E18;
  border: 0;
  padding: 0.3em 1em;
}
