@charset "UTF-8";
/******************************
 * browser reset
 *****************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/******************************
 * base style
 *****************************/
html {
  overflow-y: scroll;
}

body {
  background: #615a57;
  color: #1c1c1c;
  font-family: 'ヒラギノ角ゴ ProN','ヒラギノ角ゴ Pro','Hiragino Kaku Gothic ProN','Meiryo UI','Osaka','ＭＳ Ｐゴシック','MS P Gothic',Arial,Helvetica,Verdana,sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style-type: none;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

a:link,
a:visited,
a:active {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.link-normal {
  color: #a57a35;
  text-decoration: underline;
}
a.link-normal:hover {
  text-decoration: none;
}

.btn,
.image-text {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}

.sp-img {
  width: 100%;
}
/******************************
 * logo
 *****************************/

 @media (min-width: 768px) {
body #official {
    width: 100%;
    margin: 0 auto;
  background:#fff;
  height:92px;
  }
#official .logo{
  background:#fff;
  padding:15px 0;
  width:1000px;
    margin: 0 auto;
  height:72px;
  }
#official .logo img{
    padding:0;
    width: 176px;
}
}
 #official {
    margin: 0 auto;
  background:#fff;
 }
  #official img{
    padding:2%;
  }
/******************************
 * contents
 *****************************/
.container {
  background: url(../img/bg2.gif) repeat 0 0 #e2e2e2;
}

.widthfix {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .widthfix {
    width: 1000px;
    margin: 0 auto;
  }
}

.wrapper {
  width: 100%;
  position: relative;
}

.content {
  width: 100%;
  background-color: #fff;
    border-right: solid 1px #d7d7d7;
    border-left: solid 1px #d7d7d7;
    padding-bottom: 60px;
}
@media (min-width: 768px) {
  .content {
    width: 998px;
    margin: 0 auto;
    /*
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    */
  }
}
/* トップページのみ content */
.top .content {
	background: url(../img/bg.gif) repeat 0 0 #272727;
	padding-bottom: 10px;
}
.top .list-fnavi a {
	color: #fff;
}
/* トップページのみ content */
.content.sub {
   background: #fff;
}

/* header ////////////////////////////////////////*/
.header {
  /*
  background: url(../img/header/bg_header.gif) repeat-x 0 0 #747474;
  */
  background: #f8f8f8;
  border-top: solid 1px #e8e8e8;
  border-bottom: solid 1px #ccc;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .header {
    height: 80px;
    margin: 0 auto;
  }
}
.header .caption {
  display: none;
  color: #323232;
}
@media (min-width: 768px) {
  .header .caption {
    display: block;
    /*color: #fff;*/
    font-size: 10px;
    line-height: 1;
    padding: 13px 0 10px;;
  }
}

.site-id {
  width: 300px;
  height: 60px;
}
@media (min-width: 768px) {
  .site-id {
    width: 430px;
    height: 30px;
  }
}

.site-id .btn {
  background: url(../img/header/id_sp.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  z-index:11;
  position:relative;
}
@media (min-width: 768px) {
  .site-id .btn {
    background: url(../img/header/id_pc.png) no-repeat 0 4px;
  }
}

.gnavi {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media (min-width: 768px) {
  .gnavi {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: inherit;
  }
}

.list-gnavi {
  border-bottom: 1px solid #989a98;
  background-color: #dedccc;
  font-size: 0.875rem;
}
.list-gnavi a {
  display: block;
  position: relative;
  padding: 11px 16px;
  color: #2e3d2e;
}
.list-gnavi a:after {
  position: absolute;
  top: 11px;
  right: 16px;
  width: 17px;
  height: 21px;
  background: url(../img/header/arrow_gnavi.png) no-repeat 50% 50%;
  -webkit-background-size: 10px 14px;
          background-size: 10px 14px;
  content: "";
}
@media (min-width: 768px) {
  .list-gnavi {
    border: none;
    float: left;
    width: 120px;
    height: 30px;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 10px;
    font-family: Bookman Old Style,Times New Roman, Verdana, serif;
	margin-left: 2px;
  }
  .list-gnavi a {
    padding: 0;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #5a6b99;
  }
  .gnav01 a { background: url(../img/header/bg_gnavi-top.png) no-repeat 0 0; }
  .gnav02 a { background: url(../img/header/bg_gnavi-townguide.png) no-repeat 0 0; }
  .gnav03 a { background: url(../img/header/bg_gnavi-shop.png) no-repeat 0 0; }
  .gnav04 a { background: url(../img/header/bg_gnavi-area.png) no-repeat 0 0; }
  .list-gnavi a:hover, .list-gnavi a.current {
    background-position: 0 -30px;
  }
  .list-gnavi a:after {
    background: none;
  }
}

.gnavi-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: url(../img/header/bg_btn_gnavi.gif) no-repeat 50% 50% #000;
  -webkit-background-size: 26px 26px;
          background-size: 26px 26px;
}
@media (min-width: 768px) {
  .gnavi-btn {
    display: none;
  }
}

/* footer ////////////////////////////////////////*/
.footer {
  padding: 0 0 10px;
  /*
  background: url(../img/footer/bg_footer.gif) repeat-x 0 0 #003f8b;
  */
  background: #000;
  border-top: solid 1px #2b2b2b;
  color: #fff;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .footer {
      padding: 0;
    height: 5em;
  }
}
@media (min-width: 768px) {
  .footer .backtop-block {
    display: none;
  }
}
.footer .backtop {
  display: block;
  padding: 11px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(48%, #ffffff), color-stop(52%, #f3f3f3), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 48%, #f3f3f3 52%, #f3f3f3);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff 48%, #f3f3f3 52%, #f3f3f3);
  */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #fff), color-stop(52%, #eee), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #fff 48%, #eee 52%, #eee);
  background-image: linear-gradient(to bottom, #fff, #fff 48%, #eee 52%, #eee);
  color: #222;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .wrapper {
  }
}
.footer .logo-block {
  margin: 15px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .logo-block {
    float: left;
    margin: 0 0 0 40px;
  }
}
.footer .logo {
  width: 178px;
}
@media (min-width: 768px) {
  .footer .logo {
    width: 250px;
  }
}
.footer .copyright {
  padding:15px 0 5px 0;
  font-size: 0.625rem;
  text-align: center;
  clear:both;
}
@media (min-width: 768px) {
  .footer .copyright {
      padding: 0;
      height: 5em;
      line-height: 5em;
  }
}

.fnavi {
  display: none;
}
@media (min-width: 768px) {
  .fnavi {
    display: block;
    position: absolute;
    top: -55px;
    left: 0;
    width: 940px;
    text-align: center;
    padding: 10px 0;
    margin-left: 30px;
  }
}

@media (min-width: 768px) {
  .list-fnavi {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 0 1px 0 0;
    background: url(../img/footer/bg_separater.gif) no-repeat 100% 50%;
  }
  .list-fnavi.last {
    padding: 0;
    background: none;
  }
  .list-fnavi a {
    display: block;
    padding: 0 10px;
    color: #896f41;
    font-size: 0.6875rem;
  }
}

/* top page ////////////////////////////////////////*/
.key-block {
  width: 100%;
}
.key-block .pc-img {
  display: none;
}
@media (min-width: 768px) {
  .key-block .sp-img {
    display: none;
  }
  .key-block .pc-img {
    display: block;
  }
}

.catch-block {
	background: url(../img/bg.gif) repeat 0 0 #272727;
/*
  background: #747474;
  background-image: url(../img/top/catch_block.png), -webkit-gradient(linear, left top, left bottom, from(#948b7a), to(#aba598));
  background-image: url(../img/top/catch_block.png), -webkit-linear-gradient(top, #948b7a #aba598);
  background-image: url(../img/top/catch_block.png), -moz-linear-gradient(top, #948b7a #aba598);
  background-image: url(../img/top/catch_block.png), -o-linear-gradient(top, #948b7a #aba598);
  background-image: url(../img/top/catch_block.png), -ms-linear-gradient(top, #948b7a #aba598);
  background-image: url(../img/top/catch_block.png), linear-gradient(to bottom, #948b7a, #aba598);
  background-position: bottom left;
  background-repeat: no-repeat;
  
  background:url(../img/top/bg-catch.png);
  */
  padding: 20px;
  text-align:center;
}
.catch-block .wrapper {
  }
@media (min-width: 768px) {
  .catch-block {
    width: 920px;
    margin: 0 auto;
    padding: 20px 39px;
  }
}
@media (min-width: 768px) {
  .catch-block .wrapper {
    overflow: hidden;
    *zoom: 1;
  }
}
@media (min-width: 768px) {
  .catch-block .left {
    float: left;
    width: 420px;
    height: 118px;
  }
}
.catch-block .catch {
  margin: 0;
  background: url(../img/top/catch_sp.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .catch-block .catch {
    height: 100%;
    margin: 0;
    background: url(../img/top/catch_pc.png) no-repeat center;
    -webkit-background-size: initial initial;
            background-size: initial;
  }
}
.catch-block .right {
  padding: 13px 0 0 0;
  -webkit-background-size: 95px 4px;
          background-size: 95px 4px;
}
@media (min-width: 768px) {
  .catch-block .right {
    float: right;
    width: 480px;
    padding: 20px 10px 20px 10px;
    -webkit-background-size: 100%;
      border-top: none;

  }
}
.catch-block .text {
  color: #fff;
  font-size: 0.875rem;
  text-align:justify;
  text-justify: inter-ideograph;
}
@media (min-width: 768px) {
  .catch-block .text {
    font-size: 0.8125rem;
    line-height: 1.615;
    text-align:justify;
    text-justify: inter-ideograph;
  }
}

.top-wrapper {
	background: url(../img/bg.gif) repeat 0 0 #272727;
  padding: 15px 10px;
  border-top: solid 1px #000;
}
@media (min-width: 768px) {
  .top-wrapper {
    overflow: hidden;
    *zoom: 1;
    padding: 50px 40px 60px;
  }
}
@media (min-width: 768px) {
  .top-wrapper .left {
    float: left;
    width: 590px;
  }
}
.top-wrapper .block {
  margin: 0 0 20px;
}
.top-wrapper .title-link {
  display: block;
  height: 36px;
  line-height: 36px;
  position: relative;
  margin: 0 0 14px;
  border-bottom: 1px solid #8b7043;
  color: #8b7043;
  font-size: 0.875rem;
  font-family: Bookman Old Style,Times New Roman, Verdana, serif;

}
.top-wrapper .title-link:after {
  display: block;
  position: absolute;
  top: 0;
    bottom: 0;
    margin: auto 0;
  right: 10px;
  width: 4px;
  height: 7px;
  background: url(../img/top/arrow_title.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
  content: "";
}
@media (min-width: 768px) {
  .top-wrapper .title-link {
    margin: 0 0 20px;
    font-size: 1rem;
  }
  .top-wrapper .title-link:after {
    width: 8px;
    height: 14px;
    -webkit-background-size: initial initial;
            background-size: initial;
  }
}
@media (min-width: 768px) {
  .top-wrapper .contents-navi {
    width: 600px;
  }
}
.top-wrapper .list-contents {
  width: 48%;
}
.top-wrapper .list-contents:nth-child(odd) {
  float: left;
}
.top-wrapper .list-contents:nth-child(even) {
  float: right;
}
.top-wrapper .list-contents a {
  display: block;
}
@media (min-width: 768px) {
  .top-wrapper .list-contents {
    float: left;
    width: 190px;
    margin: 0 10px 7px 0;
  }
  .top-wrapper .list-contents:nth-child(even) {
    float: left;
  }
}
.top-wrapper .list-contents .thumbnail {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #977946;
}
.top-wrapper .list-contents .thumbnail img {
  width: 100%;
  border-radius: 3px;
}
.top-wrapper .list-contents .arrow {
  display: block;
  height: 30px;
  padding: 0 0 0 17px;
  background: url(../img/top/bg_arrow.png) no-repeat 0 2px;
  -webkit-background-size: 12px 9px;
          background-size: 12px 9px;
  overflow: hidden;
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .top-wrapper .list-contents .arrow {
    height: 36px;
    margin: 3px 0 0;
    padding: 0 0 0 22px;
    -webkit-background-size: initial initial;
            background-size: initial;
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .top-wrapper .right {
    float: right;
    width: 280px;
    margin: 0;
  }
}
.top-wrapper .banner-list {
  margin: 0 0 10px;
}
.top-wrapper .banner-list a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: 1px solid #977945;
}
.top-wrapper .banner-list a img {
  width: 100%;
}
.top-wrapper .official-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0 10px;
  border: 1px solid #b8b8b8;
  background-color: #fff;
}
.top-wrapper .official-link img {
  width: 100%;
}

/* sub page common ////////////////////////////////////////*/
.breadcrumb {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
    padding: 5px 0 15px 19px;
  }
}
.breadcrumb .list-bc {
  float: left;
  margin: 0 3px 0 0;
  font-size: 0.625rem;
  line-height: 2;
}

.detail-block {
  padding: 10px 10px 40px;
}
.detail-block .backtop-block {
  margin: 10px 0 20px;
  text-align: right;
}
.detail-block .backtop {
  font-size: 10px;
}
@media (min-width: 768px) {
  .detail-block {
    width: 920px;
    margin: 0 auto;
    padding: 0;
  }
  .detail-block .backtop {
    font-size: 12px;
  }
}

.detail-header {
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .detail-header {
    margin: 0 0 20px;
  }
}
.detail-header .link-wrapper {
  padding: 4px 10px;
  background-color: #e2e2e2;
}
@media (min-width: 768px) {
  .detail-header .link-wrapper {
    overflow: hidden;
    *zoom: 1;
    margin: 0 0 13px;
    padding: 9px 18px;
  }
}
.detail-header .name {
  margin: 0 0 3px;
  padding: 5px 12px 4px;
  background: url(../img/bg.gif) repeat 0 0 #272727;
  color: #fff;
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .detail-header .name {
    margin: 0 0 2px;
    padding: 8px 20px;
    font-size: 2.25rem;
  }
}
.detail-header .tel {
  font-size: 0.8125rem;
  font-weight: bold;
}
.detail-header .tel .small {
  vertical-align: middle;
  color: #292929;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .detail-header .tel {
    float: left;
    font-size: 1rem;
  }
  .detail-header .tel a {
    color: #292929;
    text-decoration: none;
    cursor: text;
  }
}
.detail-header .right {
  display: none;
}
@media (min-width: 768px) {
  .detail-header .right {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 1.71;
  }
}
.detail-header .right .icon img {
  vertical-align: middle;
}
.detail-header .detail-key {
  display: none;
}
@media (min-width: 768px) {
  .detail-header .detail-key {
    display: block;
  }
}

.title-section {
  border-bottom: solid 1px #9f8141;
  color: #9f8141;
  margin-bottom:15px;
  line-height: 36px;
  font-weight: bold;
}
/*
.title-section:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 18px;
  background-color: #767676;
  content: "";
}
*/
@media (min-width: 768px) {
  .data-block a.tel {
    color: #292929;
    text-decoration: none;
    cursor: text;
  }
}

.table-data {
  width: 100%;
  border: 1px solid #ccc;
  /*border-left: 1px solid #ccc;*/
  color: #292929;
  font-size: 0.75rem;
}
.table-data th {
  min-width: 65px;
  width: auto;
  padding: 9px 4px 9px 8px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #e2e2e2;
  vertical-align: middle;
  font-weight: bold;
}
.table-data td {
  width: auto;
  padding: 9px 4px 9px 8px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #f8f8f8;
  vertical-align: top;
  word-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media (min-width: 768px) {
  .table-data th {
    width: 135px;
    padding: 10px 10px 10px 15px;
  }
  .table-data td {
    padding: 10px 10px 10px 15px;
  }
}

.btn-map {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 6px;
  padding: 3px 14px 2px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eea100), to(#b35100));
  background-image: -webkit-linear-gradient(top, #eea100, #b35100);
  background-image: linear-gradient(to bottom, #eea100, #b35100);
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .btn-map {
    display: none;
  }
}

.map-block {
  display: none;
}
@media (min-width: 768px) {
  .map-block {
    display: block;
    margin: 20px 0 10px;
  }
  .map-block iframe {
    border: 1px solid #ccc !important;
  }
}

.catch-subpage {
  position: relative;
}
.catch-subpage .title-page {
  display: none;
}
@media (min-width: 768px) {
  .catch-subpage .title-page {
    display: block;
    position: absolute;
    top: -1.5em;
    right: 20px;
    color: #111;
    font-size: 1rem;
    font-family: Bookman Old Style,Times New Roman, Verdana, serif;
  }
}
.catch-subpage .key-image {
  width: 100%;
}

.townguide nav {
    padding-top: 15px;
}
.tab-switch {
  display: table;
  table-layout: fixed;
  width: 94%;
    margin: 0 auto 15px;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;

}
@media (min-width: 768px) {
  .townguide nav {
    padding-top: 26px;
  }
  .tab-switch {
    overflow: hidden;
    *zoom: 1;
    display: block;
    width: 960px;
    margin: 0 auto 52px;
    border: none;
  }
}

.list-tab-switch {
  display: table-cell;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
.list-tab-switch a {
  display: block;
  padding: 11px 0 10px;
  border-left: 1px solid #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(48%, #ffffff), color-stop(52%, #f3f3f3), to(#f3f3f3));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 48%, #f3f3f3 52%, #f3f3f3);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff 48%, #f3f3f3 52%, #f3f3f3);
  text-align: center;
  color: #535353;
  font-size: 14px;
}
.list-tab-switch a.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9989c), color-stop(48%, #c9989c), color-stop(52%, #a94149), to(#a94149));
  background-image: -webkit-linear-gradient(top, #c9989c, #c9989c 48%, #a94149 52%, #a94149);
  background-image: linear-gradient(to bottom, #c9989c, #c9989c 48%, #a94149 52%, #a94149);
  color: #fff;
}
.list-tab-switch a .sp-only {
  display: block;
}
.list-tab-switch a .pc-only {
  display: none;
}
.list-tab-switch:first-child a {
  border-left: none;
}
@media (min-width: 768px) {
  .list-tab-switch:first-child {
		margin-left: 7px;
  }
  .list-tab-switch {
    display: block;
    float: left;
    width: 310px;
    margin: 0 5px 0 0;
    border: 1px solid #aaa;
  }
  .list-tab-switch.last {
    margin: 0;
  }
  .list-tab-switch a {
    padding: 8px 10px 8px 10px;
    border: none;
    background: #f8f8f8;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
    color: #324432;
    font-size: 0.8125rem;
	position: relative;
  }
  .list-tab-switch a.active, .list-tab-switch a:hover {
    background: #a21d31;
    color: #fff;
  }
  .list-tab-switch a .sp-only {
    display: none;
  }
  .list-tab-switch a .pc-only {
    display: block;
  }
}

/* sub page shop detail ////////////////////////////////////////*/
.shop-intro .right {
  padding: 0;
}
.shop-intro .catch {
  color: #000;
  border-left: solid 1px #9f8141;
  margin: 10px 0 10px;
  padding-left: 10px;
  font-size: 0.875rem;
  font-weight: bold;
}
.shop-intro .text {
  margin: 10px 0;
  color: #292929;
  font-size: 0.875rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.shop-intro .item-block {
  margin: 10px 0;
  padding: 0 10px 5px;;
  border: solid 1px #dee5de;
  text-align: center;
}
.shop-intro .title-item {
 color: #948251;
 padding-bottom: .25em;
  font-size: 1rem;
  font-family: Bookman Old Style,Times New Roman, Verdana, serif;
  letter-spacing: 1px;
}
.shop-intro .list-item {
  float: left;

}
.shop-intro li {
  color: #292929;
  font-size: 0.75rem;
}
.shop-intro .list-item:after {
  content: "/";
}
.shop-intro .list-item:nth-last-child(1):after {
  content: "";
}
@media (min-width: 768px) {
  .shop-intro {
    overflow: hidden;
    *zoom: 1;
  }
  .shop-intro .right {
    float: right;
    width: 398px;
    padding: 0;
  }
  .shop-intro .left {
    float: left;
    width: 500px;
  }
  .shop-intro .catch {
    position: relative;
    top: -4px;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
  }
  .shop-intro .text {
    margin: 6px 0 20px 0;
    font-size: 0.8125rem;
  }
  .shop-intro .item-block {
    margin: 20px 0 0;
    text-align: left;
    padding: 10px 20px 15px;
  }
}

.slider-shop {
  border: 1px solid #ccc;
}
.slider-shop .bx-wrapper {
  position: relative;
}
.slider-shop .bx-viewport img {
  width: 100%;
}
.slider-shop .bx-controls {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  padding: 0;
}
.slider-shop .bx-controls-direction {
  position: relative;
  height: 52px;
  margin: 0 0 -26px 0;
}
.slider-shop .bx-prev {
  position: absolute;
  left: 10px;
  top: 0;
  display: block;
  width: 25px;
  height: 52px;
  background: url(../img/detail_page/icon_controls.png) no-repeat 0 0;
  -webkit-background-size: 50px 104px;
          background-size: 50px 104px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
.slider-shop .bx-prev:hover {
  background-position: 0 -52px;
}
.slider-shop .bx-next {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 25px;
  height: 52px;
  background: url(../img/detail_page/icon_controls.png) no-repeat -25px 0;
  -webkit-background-size: 50px 104px;
   background-size: 50px 104px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
.slider-shop .bx-next:hover {
  background-position: -25px -52px;
}
.slider-shop .bx-pager {
  display: none;
}
@media (min-width: 768px) {
  .slider-shop .bx-controls {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0 14px;
    text-align: center;
  }
  .slider-shop .bx-controls-direction {
    top: -118px;
  }
    .area-intro .slider-shop .bx-controls {
      display: none;
    }
  .slider-shop .bx-pager {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    position: relative;
    bottom: -20px;
    left: 0;
  }
    .slider-shop .bx-prev {
  background: url(../img/detail_page/icon_controls-pc.png) no-repeat 0 0;
}
.slider-shop .bx-next {
  background: url(../img/detail_page/icon_controls-pc.png) no-repeat -25px 0;
}
  .slider-shop .bx-pager-item {
    float: left;
    width: 22px;
  }
  .slider-shop .bx-pager-link {
    display: block;
    width: 11px;
    height: 11px;
    padding: 0;
    margin: 0 auto;
    background: url(../img/detail_page/icon_pager.png) no-repeat 0 0;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
  }
  .slider-shop .bx-pager-link:hover {
    background-position: 0 -11px;
  }
  .slider-shop .bx-pager-link.active {
    background-position: 0 -11px;
  }
}

/* sub page area detail ////////////////////////////////////////*/
.area-intro .left {
  padding: 0;
}
.area-intro .catch {
  margin: 12px 0 10px;
  color: #334533;
  border-left: solid 1px #334533;
  padding-left: 10px;
  font-size: 0.875rem;
  font-weight: bold;
}
.area-intro .text {
  margin: 10px 0;
  color: #292929;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
  .pc-none { /* 150608 追加 */
    display: none;
  }
  .area-ttl-top { /* 150608 追加 */
    margin-top: 20px;
  }
  .area-intro {
    overflow: hidden;
    *zoom: 1;
  }
  .area-intro .left {
    float: left;
    width: 500px;
    padding: 0;
  }
  .area-intro .right {
    float: right;
    width: 400px;
  }
  .area-intro .catch {
    position: relative;
    top: -4px;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
  }
  .area-intro .text {
    margin: 6px 0 20px 0;
    font-size: 0.8125rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/* sub page townguide ////////////////////////////////////////*/
.townguide .breadcrumb {

}
.townguide .catch-subpage {
  border-bottom: solid 1px #e7e7e7;
}
.townguide .catch-subpage .catch {
  width: 94%;
  height: 47px;
  line-height: 47px;
  margin: 10px 3%;
  background: url(../img/townguide/catch_sp.png) no-repeat center;
  -webkit-background-size: contain;
          background-size: contain;
}
@media (min-width: 768px) {
  .townguide .catch-subpage .catch {
    width: 462px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    padding: 0;
    background: url(../img/townguide/catch_pc.png) no-repeat center;
  }
}

@media (min-width: 768px) {
  .townguide-wrap {

  }
  .townguide-block {
    color: #292929;
    width: 920px;
    margin: -580px auto 0;
    padding-top: 580px;
    
  }
}
.townguide-block .wrapper {
  width: auto;
  margin: 15px 10px 0;
  padding: 0 0 90px;
}
@media (min-width: 768px) {
  .townguide-block .wrapper {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
.townguide-block .slider-block {
  padding: 0 23px;
}
@media (min-width: 768px) {
  .townguide-block .slider-block {
    display: none;
  }
}
@media (min-width: 768px) {
  .townguide-block .left {
    float: left;
    width: 450px;
  }
}
.townguide-block .right {
  display: none;
}
@media (min-width: 768px) {
  .townguide-block .right {
    display: block;
    float: right;
    width: 450px;
  }
}
.townguide-block .title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  color: #000;
  border-left: solid 1px #856e3f;
  margin: 0 0 15px;
  padding-left: 10px;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .townguide-block .title {
    margin: 0 0 10px;
    text-align: left;
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
.townguide-block .text {
  font-size: 0.875rem;
  text-align:justify;
  text-justify: inter-ideograph;
}
@media (min-width: 768px) {
  .townguide-block .text {
    margin: 0 0 10px;
    font-size: 0.75rem;
    line-height: 1.67;
    text-align:justify;
    text-justify: inter-ideograph;
  }
}
.townguide-block .image-name {
  display: none;
}
@media (min-width: 768px) {
  .townguide-block .image-name {
    display: block;
    width: 100%;
  }
  .townguide-block .image-name02 {
  	clear: both;
  }
}
@media (min-width: 768px) {
  .townguide-block .list-image {
    width: 100%;
    margin: 0 0 3px;
    font-size: 0.625rem;
    list-style-type: decimal-leading-zero;
    list-style-position: inside;
  }
  .townguide-block .list-image02 {
    width: 100%;
    margin: 0 0 3px;
    font-size: 0.625rem;
    list-style-position: inside;
  }
}
@media (min-width: 768px) {
  .townguide-block .left-row {
    float: left;
    width: 226px;
    clear: left;
  }
  .townguide-block .left-row02 {
    float: left;
    width: 250px;
    clear: left;
  }
}
.townguide-block .backtop-block {
  display: none;
}
@media (min-width: 768px) {
  .townguide-block .backtop-block {
    display: block;
    margin: 10px 0 20px;
    text-align: right;
    font-size: 0.75rem;
  }
}

.slider-townguide {
  border: 3px solid #fff;
  background: url(../img/townguide/loader.gif) no-repeat 50% 50%;
}
.slider-townguide .bx-wrapper {
  position: relative;
}
.slider-townguide .bx-viewport img {
  width: 100%;
}
.slider-townguide .bx-controls {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  padding: 0;
}
.slider-townguide .bx-controls-direction {
  position: relative;
  height: 52px;
  margin: 0 0 -26px 0;
}
.slider-townguide .bx-prev {
  position: absolute;
  left: 10px;
  top: 0;
  display: block;
  width: 25px;
  height: 52px;
  background: url(../img/detail_page/icon_controls.png) no-repeat 0 0;
  -webkit-background-size: 50px 104px;
          background-size: 50px 104px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
.slider-townguide .bx-prev:hover {
  background-position: 0 -52px;
}
.slider-townguide .bx-next {
  position: absolute;
  right: 10px;
  top: 0;
  display: block;
  width: 25px;
  height: 52px;
  background: url(../img/detail_page/icon_controls.png) no-repeat -25px 0;
  -webkit-background-size: 50px 104px;
          background-size: 50px 104px;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
.slider-townguide .bx-next:hover {
  background-position: -25px -52px;
}
.slider-townguide .bx-pager {
  display: none;
}
.slider-townguide .bx-caption {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 6px 10px;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 0.9375rem;
}
.slider-townguide .bx-loading {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #f7f4eb url(../img/townguide/loader.gif) no-repeat 50% 50%;
}

/* sub page shop ////////////////////////////////////////*/
.shop .breadcrumb {
}
.shop .catch-subpage {
    border-bottom: solid 1px #e7e7e7;
}
.shop .catch-subpage .catch {
  width: 94%;
  height: 47px;
  line-height: 47px;
  margin: 10px 3%;
  padding: 10px 0;
  background: url(../img/shop/catch_sp.png) no-repeat center;
  -webkit-background-size: 90%;
          background-size: 90%;
}
@media (min-width: 768px) {
  .shop .catch-subpage .catch {
    width: 462px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    padding: 0;
    background: url(../img/shop/catch_pc.png) no-repeat center;
  }
}

.shop-nav {
  background: #fff;
  padding: 20px 10px;
}

.shop-nav ul {
  width: 100%;
}

.shop-nav li {
  border: solid 1px #aaa;
}

.shop-nav li a {
  background: -moz-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -o-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -ms-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -webkit-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  height: 34px;
  padding: 10px 30px 0;
  color: #535353;
  display: block;
  position: relative;
}

.shop-nav li a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #535353;
  border-right: solid 2px #535353;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: 30px;
}

.shop-nav li + li {
  border-top: none;
}

.shop-list {
  padding: 0 10px 40px;
}

.shop-list .area {
  background: #fff;
}

.shop-list h2 {
  color: #fff;
  background: url(../img/bg.gif) repeat 0 0 #272727;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-weight: bold;
}

.shop-list .item {
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
}

.shop-list .sp-list-link:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #ccc;
  border-right: solid 3px #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.shop-list .sp-list-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
}

.shop-list .left {
  float: left;
  width: 30%;
  padding-top: 5px;
}

.shop-list .right {
  float: left;
  width: 55%;
  margin-left: 5px;
}

  .shop-list p {
  padding-top: 5px;
  font-size: 0.625rem;
  font-weight: bold;
}

.shop-list .tag {
  font-size: 8px;
  border: solid 1px #ccc;
  color: #000;
  display: inline-block;
  padding: 2px 2px 0;
  line-height: 1;
  margin: 0;
}

.shop-list h3 a {
  font-weight: bold;
  color: #323232;
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 0;
  line-height: 1.3;
  padding-bottom: 2px;
}

.shop-list .pc-tel,
.shop-list .pc-url,
.shop-list .pc-tel2,
.shop-list .pc-url2 {
  display: none;
}

.shop-list .item + .item {
  border-top: solid 3px #ddd;
}

.shop-list .backtop-block {
  margin: 10px 0 20px;
  text-align: right;
}

.shop-list .backtop {
  font-size: 10px;
}

.shop-list .list-more a {
  display: none;
}

.pc-link {
    display: none;
}

@media (min-width: 768px) {
.shop-nav {
  background: #fff;
  padding: 40px;
}

.shop-nav ul {
   overflow: hidden;
}

.shop-nav li {
  border: solid 1px #aaa;
  width: 301px;
  float: left;
  margin-left: 4px;
}

.shop-nav li:first-child {
  margin-left: 0;
}

.shop-nav li a {
  background: #fff;
  font-size: 13px;
  height: 26px;
  padding: 10px 0 0 0;
  text-align: center;
  color: #324432;
  font-weight: bold;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;

}

.shop-nav li a:hover {
  background: #a21d31;
  color: #fff;
}

.shop-nav li a:after,
.shop-nav li a:hover:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border:5px solid transparent;
  border-left-color:#856e3f;
  border-right-width:0;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto 0;
}
.shop-nav li a:hover:after {
  border-left-color:#fff;
}

.shop-nav li + li {
  border-top: solid 1px #aaa;
}

.shop-list {
  padding: 0 40px;
}

.shop-list .area {
	background: #f8f8f8;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.shop-list h2 {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 20px;
}

.shop-list .item {
  padding: 20px 0;
}

.shop-list .sp-list-link:after {
  display: none;
}

.shop-list .sp-list-link {
  display: none;
}

.shop-list .left {
  width: 260px;
  padding-left: 10px;
}

.shop-list .right {
  width: 590px;
  margin-left: 30px;
}

.shop-list p {
  font-size: 12px;
  margin-bottom: 10px;
}

.shop-list .tag {
  font-size: 10px;
  padding: 4px 5px 2px;
}

.shop-list h3 a {
  font-size: 16px;
  padding: 5px 0;
}

.shop-list .right ul {
  margin-bottom: 3px;
  overflow: hidden;
}

.shop-list .pc-tel,
.shop-list .pc-url {
  background: #e2e2e2;
  display: block;
  padding: 5px 10px;
  float: left;
  word-wrap: break-word;
}
.shop-list .pc-tel2,
.shop-list .pc-url2 {
  background: #d0c9c1;
  display: block;
  padding: 5px 10px;
  word-wrap: break-word;
}

.shop-list .pc-tel {
  width: 150px;
  margin-right: 3px;
  text-align: center;
  font-weight: bolder;
  font-size: 14px;
}
.shop-list .pc-tel2 {
  width: 100%;
  margin-bottom: 3px;
  text-align: left;
  font-weight: bolder;
  font-size: 14px;
}

.shop-list .pc-tel span,
.shop-list .pc-tel2 span {
  font-size: 85%;
  font-weight: normal;
}

.shop-list .pc-url {
  width: 390px;
  font-size: 13px;
}
.shop-list .pc-url2 {
  width: 100%;
  font-size: 13px;
}

.shop-list .pc-tel .link-normal,
.shop-list .pc-tel2 .link-normal {
  color: #383838;
  text-decoration: none;
}

.shop-list .item + .item {
  border-top: solid 1px #f7f4eb;
}

.shop-list .list-more a {
  background: #960013;
  width: 150px;
  padding: 3px 10px;
  font-size: 12px;
  display: block;
  text-align: center;
}

.shop-list .list-more a:hover {
  background-color: #b96c72;
}

.shop-list .backtop {
  font-size: 12px;
}

.pc-link {
    display: block;
}
.sp-link {
    display: none;
}
}


/* sub page area ////////////////////////////////////////*/
.areaInfo .breadcrumb {

}
.areaInfo .catch-subpage {
  border-bottom: solid 1px #e7e7e7;
}
.areaInfo .catch-subpage .catch {
  width: 94%;
  height: 53px;
  line-height: 53px;
  margin: 15px 3%;
  padding: 10px 0;
  background: url(../img/area/catch01_sp.png) no-repeat center;
  -webkit-background-size: 100%;
          background-size: 100%;
}
.areaInfo .catch-subpage .catch2 {
  width: 94%;
  height: 47px;
  line-height: 47px;
  margin: 15px 3%;
  padding: 10px 0;
  background: url(../img/area/catch02_sp.png) no-repeat center;
  -webkit-background-size: 90%;
          background-size: 90%;
}
.areaInfo .catch-subpage ul {
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0;
}
.areaInfo .catch-subpage li a {
  border: solid 1px #747474;
  color: #fff;
  font-weight: bolder;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c9989c), color-stop(48%, #c9989c), color-stop(52%, #a94149), to(#a94149));
  background-image: -webkit-linear-gradient(top, #c9989c, #c9989c 48%, #a94149 52%, #a94149);
  background-image: linear-gradient(to bottom, #c9989c, #c9989c 48%, #a94149 52%, #a94149);
  color: #fff;
  display: block;
  width: 49%;
  height: 34px;
  text-align: center;
  padding-top: 10px;
  float: left;
}

.areaInfo .catch-subpage li:first-child a {
  border-right: none;
  width: 50%;
}

.areaInfo .catch-subpage li a span {
  display: none;
}
@media (min-width: 768px) {
.areaInfo .catch-subpage .catch {
    width: 462px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    padding: 0;
    background: url(../img/area/catch01_pc.png) no-repeat center;
}

.areaInfo .catch-subpage .catch2 {
    width: 495px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
    padding: 0;
    background: url(../img/area/catch02_pc.png) no-repeat 0 30px;
  }

.areaInfo .catch-subpage ul {
  overflow: hidden;
  padding: 0;
}

.areaInfo .catch-subpage li a {
  border: solid 1px #ffffff;
  color: #fff;
  background: #a94149;
  width: 497px;
  height: 35px;
  line-height:35px;
  font-size: 13px;
  padding-top:0;

}
.letter-space {
  letter-spacing: -.05em;
}

.areaInfo .catch-subpage li:first-child a {
  width: 498px;
}

.areaInfo .catch-subpage li a:hover {
  background: #c9989c;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
}

.areaInfo .catch-subpage li a span {
  display: inline;
}
}

.area-nav {
  background: #fff;
  padding: 20px 10px;
}

.area-nav ul {
  width: 100%;
}

.area-nav li {
  border: solid 1px #aaa;
}

.area-nav li a {
  background: -moz-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -o-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -ms-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -webkit-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  height: 34px;
  padding: 10px 30px 0;
  color: #222;
  display: block;
  position: relative;
}

.area-nav li a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #747474;
  border-right: solid 2px #747474;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
   -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 15px;
  right: 30px;
}

.area-nav li + li {
  border-top: none;
}

.area-list {
  padding: 0 10px 40px;
}

.area-list .area {
  background: #fff;
}

.area-list h2 {
  color: #fff;
  background: url(../img/bg.gif) repeat 0 0 #272727;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  height: 36px;
  line-height: 36px;
  font-weight: bold;
  padding: 0 10px;
}

.area-list .item {
  overflow: hidden;
  padding: 15px 10px;
  position: relative;
}

.area-list .sp-list-link:after {
  content: '';
   display: inline-block;
  width: 20px;
  height: 20px;
  border-top: solid 3px #747474;
  border-right: solid 3px #747474;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.area-list .sp-list-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
}

.area-list .left {
  float: left;
  width: 30%;
  padding-top: 5px;
}

.area-list .right {
  float: left;
  width: 55%;
  margin-left: 5px;
}

.area-list p {
  padding-top: 5px;
  font-size: 0.625rem;
  font-weight: bold;
}

.area-list .tag {
  font-size: 8px;
  border: solid 1px #ccc;
  color: #000;
  display: inline-block;
  padding: 2px 2px 0;
  line-height: 1;
  margin: 0;
}

.area-list h3 a {
  font-weight: bold;
  color: #323232;
  display: block;
  border-bottom: solid 1px #ccc;
  padding: 0;
  line-height: 1.3;
  padding-bottom: 2px;
}

.area-list .item + .item {
  border-top: solid 3px #ddd;
}

.areaInfo .backtop-block {
  margin: 10px 10px 20px;
  text-align: right;
}
.areaInfo .area-list .backtop-block {
  margin: 10px 0 0;
}
.areaInfo .backtop {
  font-size: 10px;
}

.areaInfo .list-more a {
  display: none;
}

/* アコーディオン */
.toggle_box {
  padding: 10px;
  padding-bottom: 0;
}

.toggle_box dt {
  background: -moz-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -o-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -ms-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: -webkit-linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  background: linear-gradient( top, #fff 0, #fff 50%, #f8f8f8 51%, #f8f8f8 100%);
  border: solid 1px #aaa;
  border-top: none;
  padding:10px 30px;
  position: relative;
  font-weight: bolder;
  color: #535353;
}
.toggle_box dt:first-child {
  border-top: solid 1px #aaa;
}
.toggle_box dt:hover {
    cursor:pointer;
}
.toggle_box dt:after{
content: '';
width: 20px;
height: 3px;
background: #747474;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
right: 30px;
}
.toggle_box dt:before {
content: '';
width: 20px;
height: 3px;
background: #747474;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
right: 30px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}

.toggle_box dt.active:before {
  display: none;
}

.toggle_box dd {
  border-top: none;
  border: solid 1px #aaa;
  border-top: none;
  color:#222;
  /* display:none; jsが動かない環境への配慮として jsの方で見え方を制御する→hide*/
  font-size: 14px;
  padding:20px;
  position: relative;
}

.area-table {
  display: none;
}

.area-block {
}

@media (min-width: 768px) {
.area-block {
  padding-top: 40px;
}
.area-nav {
  padding: 40px;
}

.area-nav ul {
  overflow: hidden;
}

.area-nav li {
  border: solid 1px #aaa;
  width: 147px;
  float: left;
  margin-left: 4px;
}

.area-nav li:first-child {
  margin-left: 2px;
}

.area-nav li a {
  background: #fff;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  box-shadow: 0 0 5px rgba(0, 0, 0, .1) inset;
  font-size: 13px;
  height: 26px;
  padding: 10px 0 0 0;
  text-align: center;
  color: #324432;
  font-weight: bold;
  letter-spacing: -0.06em;

}

.area-nav li a:hover {
  background: #a21d31;
  color: #fff;
}

.area-nav li a:after,
.area-nav li a:hover:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border:5px solid transparent;
  border-left-color:#856e3f;
  border-right-width:0;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  -webkit-transform: none;
  transform: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
.area-nav li a:hover:after {
  border-left-color:#fff;
}

.area-nav li + li {
  border-top: solid 1px #aaa;
}

.toggle_box {
  display: none;
}

.area-table {
  display: block;
  width: 920px;
  margin: 0 auto;
}

.area-table tr + tr {
}

.area-table th {
  background: url(../img/bg.gif) repeat 0 0 #272727;
  width: 226px;
  font-size: 16px;
  font-weight: bolder;
  color: #856e3f;
  padding: 15px;
  text-align: center;
  border: solid 1px #ccc;
  letter-spacing: .075em;
}

.area-table td {
  background: #f8f8f8;
  border: solid 1px #ccc;
  width: 690px;
  font-size: 12px;
  padding: 15px;
  text-align:justify;
  text-justify: inter-ideograph;
}
/*
.area-table .area-table-first th,
.area-table .area-table-first td {
  background: #eff2fa;
}
.area-table .area-table-2nd th,
.area-table .area-table-2nd td {
  background: #e8eaf2;
}
*/

.area-list {
  padding: 0 40px;
}

.area-list .area {
	background: #f8f8f8;
  padding-bottom: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}

.area-list h2 {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 20px;
}

.area-list .item {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
}

.area-list .sp-list-link:after {
  display: none;
}

.area-list .sp-list-link {
  display: none;
}

.area-list .left {
  width: 160px;
  padding-left: 10px;
}

.area-list .right {
  width: 260px;
}

.area-list p {
  font-size: 12px;
  margin-bottom: 10px;
}
.ltrsp_1 {
  letter-spacing: -0.1em;
  }

.area-list .tag {
  font-size: 10px;
  padding: 4px 5px 2px;
}

.area-list h3 a {
  font-size: 16px;
  padding: 5px 0;
}

.area-list .right ul {
  margin-bottom: 3px;
  overflow: hidden;
}

.area-list .item + .item {
  border-top: solid 1px #f7f4eb;
}

.area-list .list-more a {
  background: #960013;
  width: 152px;
  padding: 3px 10px;
  font-size: 12px;
  display: block;
  text-align: center;
}

.area-list .list-more a:hover {
            background-color: #b96c72;
}

.areaInfo .backtop-block {
  margin: 10px 40px 50px;
}
.areaInfo .backtop {
  font-size: 12px;
}

.areaInfo .area-list .backtop-block {
  margin: 10px 0 20px;
}
}

.notes {
  font-size: 12px;
}