@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: #ffffff;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a.link-normal {
  color: #a26f16;
  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: #fffbf5;
}

.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;
}
@media (min-width: 768px) {
  .content {
    width: 998px;
    margin: 0 auto;
    /*
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    */
    padding: 0 0 150px;
  }
}
.content.sub {
   background: #fff;
}

/* header ////////////////////////////////////////*/
.header {
  background: url(../img/header/bg_header.gif) repeat-x 0 0 #373737;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .header {
    height: 76px;
    margin: 0 auto;
  }
}
.header .caption {
  display: none;
}
@media (min-width: 768px) {
  .header .caption {
    display: block;
    color: #fff;
    font-size: 10px;
    line-height: 3;
  }
}

.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;
}
@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: 6px;
    left: auto;
    right: 0;
    width: inherit;
  }
}

.list-gnavi {
  border-bottom: 1px solid #ddc891;
  background-color: #c09a58;
  font-size: 0.875rem;
}
.list-gnavi a {
  display: block;
  position: relative;
  padding: 11px 16px;
  color: #ffffff;
}
.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;
    
  }
  .list-gnavi a {
    padding: 0;
    color: #fff;
    text-align: center;
    width: 120px;
    height: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-color: #f5ab00;
  }
  .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% #565141;
  -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;
  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);
  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: -54px;
    left: 40px;
    width: 920px;
    background-color: #a99269;
    text-align: center;
  }
}

@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: 9px 10px;
    color: #fff;
    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 {
	padding: 10px;
	border-bottom: solid 1px #e7e7e7;
	background: url(../img/top/bg-catch_sp.png) no-repeat right bottom;
}
.catch-block .wrapper {
	}
@media (min-width: 768px) {
  .catch-block {
    width: 920px;
    margin: 0 auto;
    padding: 20px 39px;
	background: url(../img/top/bg-catch.png) no-repeat right center;
  }
}
@media (min-width: 768px) {
  .catch-block .wrapper {
    overflow: hidden;
    *zoom: 1;
  }
}
@media (min-width: 768px) {
  .catch-block .left {
    float: left;
    width: 434px;
    height: 118px;
  }
}
.catch-block .catch {
  height: 50px;
  margin: 0 0 13px 0;
  background: url(../img/top/catch_sp.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
}
@media (min-width: 768px) {
  .catch-block .catch {
    height: 100%;
    margin: 0;
    background: url(../img/top/catch_pc.png) no-repeat 10px 20px;
    -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;
		  border-top: 2px solid #1b9292;
}
@media (min-width: 768px) {
  .catch-block .right {
    float: right;
    width: 466px;
    padding: 20px 20px 20px 0;
    -webkit-background-size: initial initial;
            background-size: initial;
			border-top: none;
			
  }
}
.catch-block .text {
  color: #222;
  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 {
  padding: 15px 10px;
}
@media (min-width: 768px) {
  .top-wrapper {
    overflow: hidden;
    *zoom: 1;
    padding: 26px 40px;
  }
}
@media (min-width: 768px) {
  .top-wrapper .left {
    float: left;
    width: 590px;
  }
}
.top-wrapper .block {
  margin: 0 0 20px;
}
.top-wrapper .title-link {
	border-bottom: 1px solid #000;
	border-left: 3px solid #000;
	display: block;
	height: 36px;
	line-height: 36px;
	position: relative;
	margin: 0 0 14px;
	padding-left: 10px;
  /*border-bottom: 1px solid #8b8b8b;*/
  color: #222;
  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%;
  padding: 1px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.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: #222;
  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%;
  padding: 1px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.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: #eee;
}
@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/top/bg-catch.png) no-repeat right center #e1fcfc;
  color: #017070;
  font-size: 1.375rem;
  font-weight: bold;
}
@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 {
  position: relative;
  margin: 0 0 12px;
  padding: 1px 0 0 13px;
  color: #292929;
  font-size: 0.875rem;
  font-weight: bold;
}
.title-section:before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 6px;
  height: 18px;
  background-color: #1b9292;
  content: "";
}

@media (min-width: 768px) {
  .data-block a.tel {
    color: #292929;
    text-decoration: none;
    cursor: text;
  }
}

.table-data {
  width: 100%;
  border-top: 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: #f8f8f8;
  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: url(../img/top/bg-catch.png) repeat 0 0 #ffff;
  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: #9f9f9f;
    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: 886px;
    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: #404040;
  font-size: 14px;
}
.list-tab-switch a.active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(48%, #ffffff), color-stop(52%, #e1f4f4), to(#e1f4f4));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff 48%, #e1f4f4 52%, #e1f4f4);
  background-image: linear-gradient(to bottom, #ffffff, #ffffff 48%, #e1f4f4 52%, #e1f4f4);
}
.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 {
    display: block;
    float: left;
    width: 290px;
    margin: 0 5px 0 0;
    border: 1px solid #39a0a0;
  }
  .list-tab-switch.last {
    margin: 0;
  }
  .list-tab-switch a {
    padding: 8px 30px 8px 0;
    border: none;
    background: #39a0a0 url(../img/townguide/arrow_tabswitch-on.png) no-repeat 260px 50%;
    color: #fff;
    font-size: 0.8125rem;
    
  }
  .list-tab-switch a.active, .list-tab-switch a:hover {
    background: #fff url(../img/townguide/arrow_tabswitch.png) no-repeat 260px 50%;
    color: #1b8c8c;
    -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;
  }
  .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 17px;
}
.shop-intro .catch {
  margin: 12px 10px 10px;
  color: #1b9292;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.shop-intro .text {
  margin: 10px;
  color: #292929;
  font-size: 0.875rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
.shop-intro .item-block {
  margin: 10px 0;
  padding: 4px 10px;
  border: 4px double #dec88f;
  background: #fff9ed;
}
.shop-intro .title-item {
  color: #ae8845;
  font-size: 1rem;
  font-family: Bookman Old Style,Times New Roman, Verdana, serif;
}
.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;
    color: #1b9292;
    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;
    padding: 17px;
    border: 4px double #dec88f;
  }
}

.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 17px;
}
.area-intro .catch {
  margin: 12px 10px 10px;
  color: #1b9292;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}
.area-intro .text {
  margin: 10px;
  color: #292929;
  font-size: 0.875rem;
}
@media (min-width: 768px) {
	.pc-none { /* 150608 追加 */
		display: none;
	}
	.area-ttl-top { /* 150608 追加 */
		margin-top: 55px;
	}
  .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;
    color: #1b9292;
    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 2px #e7e7e7;
}
.townguide .catch-subpage .catch {
  width: 258px;
  height: 47px;
  margin: 18px auto 0;
  padding: 0 0 18px;
  background: url(../img/townguide/catch_sp.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
}
@media (min-width: 768px) {
  .townguide .catch-subpage .catch {
    width: 462px;
    height: 80px;
    margin: 21px auto 0;
    padding: 0 0 21px;
    background: url(../img/townguide/catch_pc.png) no-repeat 0 0;
  }
}

@media (min-width: 768px) {
  .townguide-block {
    color: #292929;
    width: 920px;
    margin: -100px auto 0;
    padding-top: 100px
  }
}
.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 {
  color: #017070;
  border-left: 3px solid #017070;
  margin: 0 0 10px;
  padding-left: 15px;
  text-align: center;
  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%;
  }
}
@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;
  }
}
@media (min-width: 768px) {
  .townguide-block .left-row {
    float: left;
    width: 226px;
    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 2px #e7e7e7;
}
.shop .catch-subpage .catch {
  width: 300px;
  height: 60px;
  margin: 18px auto 0;
  padding: 0 0 13px;
  background: url(../img/shop/catch_sp.png) no-repeat center 0;
  -webkit-background-size: contain;
  background-size: contain;
}
@media (min-width: 768px) {
  .shop .catch-subpage .catch {
    width: 462px;
    height: 80px;
    margin: 21px auto 0;
    padding: 0 0 21px;
    background: url(../img/shop/catch_pc.png) no-repeat 0 0;
  }
}

.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: #222;
  display: block;
  position: relative;
}
          
.shop-nav li a:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: solid 2px #39a0a0;
  border-right: solid 2px #39a0a0;
  -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 {
		border-left: solid 3px #373737;
		border-bottom: solid 1px #373737;
		height: 36px;
		line-height: 36px;
  font-weight: bolder;
  padding: 0 10px;
}
          
.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 #d7ba6f;
  border-right: solid 3px #d7ba6f;
  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;
  background: #ffffff;
  color: #4ebebe;
  border: solid 1px #4ebebe;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
}
          
.shop-list h3 a {
  font-weight: bold;
  color: #017070;
  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 #39a0a0;
  width: 301px;
  float: left;
  margin-left: 4px;
}
          
.shop-nav li:first-child {
  margin-left: 0;
}
          
.shop-nav li a {
  background: #39a0a0;
  font-size: 13px;
  height: 26px;
  padding: 10px 0 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  
}
          
.shop-nav li a:hover {
  background: #fff;
  color: #1b8c8c;
  -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:after,
.shop-nav li a:hover:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border:5px solid transparent;
  border-left-color:#fff;
  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:#39a0a0;
}
          
.shop-nav li + li {
  border-top: solid 1px #39a0a0;
}
          
.shop-list {
  padding: 0 40px;
}
          
.shop-list .area {
  padding-bottom: 15px;
  margin-bottom: 10px;
}
          
.shop-list h2 {
  font-size: 16px;
  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: 0 10px;
}
          
.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: #eee;
  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: url(../img/shop/bg_arrow.png) no-repeat 10px center;
  background-color: #d7ba6f;
  width: 150px;
  padding: 3px 10px;
  font-size: 12px;
  display: block;
  text-align: center;
}
          
.shop-list .list-more a:hover {
  background-color: #c09a58;
}
          
.shop-list .backtop {
  font-size: 12px;
}

.pc-link {
		display: block;
}
.sp-link {
		display: none;
}
}
          
 
/* sub page area ////////////////////////////////////////*/         
.areaInfo .breadcrumb {

}
.areaInfo .catch-subpage {
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 2px #e7e7e7;
}
.areaInfo .catch-subpage .catch {
  width: 200px;
  height: 40px;
  margin: 18px auto 0;
  padding: 0 0 18px;
  background: url(../img/area/catch01_sp.png) no-repeat 0 0;
  -webkit-background-size: contain;
          background-size: contain;
}
.areaInfo .catch-subpage .catch2 {
  width: 300px;
  height: 60px;
  margin: 0 auto 0;
  padding: 0 0 10px;
  background: url(../img/area/catch02_sp.png) no-repeat 0 15px;
  -webkit-background-size: contain;
  background-size: contain;
}
.areaInfo .catch-subpage ul {
  overflow: hidden;
  padding: 10px;
  padding-bottom: 0;
}
.areaInfo .catch-subpage li a {
  border: solid 1px #1f8181;
  color: #fff;
  font-weight: bolder;
  background: -moz-linear-gradient( top, #66bdbd 0, #66bdbd 50%, #39a0a0 51%, #39a0a0 100%);
  background: -o-linear-gradient( top, #66bdbd 0, #66bdbd 50%, #39a0a0 51%, #39a0a0 100%);
  background: -ms-linear-gradient( top, #66bdbd 0, #66bdbd 50%, #39a0a0 51%, #39a0a0 100%);
  background: -webkit-linear-gradient( top, #66bdbd 0, #66bdbd 50%, #39a0a0 51%, #39a0a0 100%);
  background: linear-gradient( top, #66bdbd 0, #66bdbd 50%, #39a0a0 51%, #39a0a0 100%);
  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: 402px;
    height: 80px;
    margin: 0 auto 0;
    padding: 0;
    background: url(../img/area/catch01_pc.png) no-repeat 0 25px;
}

.areaInfo .catch-subpage .catch2 {
    width: 543px;
    height: 80px;
    margin: 0 auto 0;
    padding: 0;
    background: url(../img/area/catch02_pc.png) no-repeat 0 25px;
  }
  
.areaInfo .catch-subpage ul {
  overflow: hidden;
  padding: 0;
}

.areaInfo .catch-subpage li a {
	border: solid 1px #ffffff;
  color: #fff;
  background: #39a0a0;
  width: 497px;
  height: 27px;
  padding-top: 7px;
  font-size: 13px;
  
}
.letter-space {
  letter-spacing: -.05em;
}

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

.areaInfo .catch-subpage li a:hover {
  background: #bdeded;
  color: #004646;
  -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 #39a0a0;
  border-right: solid 2px #39a0a0;
  -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 {
	border-left: solid 3px #373737;
	border-bottom: solid 1px #373737;
	height: 36px;
	line-height: 36px;
	font-weight: bolder;
	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 #d7ba6f;
  border-right: solid 3px #d7ba6f;
  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;
  background: #ffffff;
  color: #4ebebe;
  border: solid 1px #4ebebe;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
}
          
.area-list h3 a {
  font-weight: bold;
  color: #017070;
  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: #39a0a0;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
right: 30px;
}
.toggle_box dt:before {
content: '';
width: 20px;
height: 3px;
background: #39a0a0;
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 #39a0a0;
  width: 147px;
  float: left;
  margin-left: 4px;
}
          
.area-nav li:first-child {
  margin-left: 1px;
}
          
.area-nav li a {
  background: #39a0a0;
  font-size: 13px;
  height: 26px;
  padding: 10px 0 0 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.06em;
  
}
          
.area-nav li a:hover {
  background: #fff;
  color: #1b8c8c;
  -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;
}
          
.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:#fff;
  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: 5px;
  margin: auto 0;
}
.area-nav li a:hover:after {
  border-left-color:#39a0a0;
}
          
.area-nav li + li {
  border-top: solid 1px #39a0a0;
}
          
.toggle_box {
  display: none;
}

.area-table {
  display: block;
  width: 920px;
  margin: 0 auto;
}
          
.area-table tr + tr {
  border-top: solid 2px #d0c9c1;
}
          
.area-table th {
  border: solid 2px #ddd;
  background: #f8f8f8;
  width: 226px;
  font-size: 16px;
  font-weight: bolder;
  color: #535353;
  padding: 15px;
  text-align: center;
  
  letter-spacing: .075em;
}  
          
.area-table td {
  border: solid 2px #ddd;
  background: #fff;
  border-left: none;
  width: 690px;
  font-size: 12px;
  padding: 15px;
  text-align:justify;
  text-justify: inter-ideograph;
}
          
.area-list {
  padding: 0 40px;
}
          
.area-list .area {
  padding-bottom: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}
          
.area-list h2 {
  font-size: 16px;
  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: 0 10px;
}
          
.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: url(../img/shop/bg_arrow.png) no-repeat 10px center;
  background-color: #d7ba6f;
  width: 152px;
  padding: 3px 10px;
  font-size: 12px;
  display: block;
  text-align: center;
}
          
.area-list .list-more a:hover {
            background-color: #c09a58;
}

.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;
}