@charset "UTF-8";

/*
Theme Name: custom-itot2015resp
Description: itot2015カスタマイズ版親テーマ
Author: cocolomachi
Author URI: http://cocolomachi.co.jp/
Tags:
*/

/*__________________________________________________________________________________________________*/



@media print {
  .column[style] {
    position: relative !important;
    display: block !important;
    left: 0 !important;
    top: auto !important;
    float: left;
  }
  .slideshow li {
    width: 100% !important;
    height: auto !important;
  }
  #itot_container[style] {
    height: auto !important;
  }
  #itot_container .side_block {
    display: none !important
  }
  #itot_container .article_wrapper {
    width: 100% !important
  }
  #itot_container .article_wrapper img {
    width: 50% !important
  }
}

/* スクロールバーの有無によるズレ対策 */
html {
  overflow-y: scroll;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

/* 背景
----------------------------------------------------*/
body {

  /*background: url(img/bg.jpg) repeat left top;*/
  display: block;
  color: #000;
  font-size: 1em;
		line-height: 1.8;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
}

/* 共通
----------------------------------------------------*/
/*.catch, .menu li a,*/
h1, h2, h3, h4, h5, h6, .townname, .category_discription,
.pr_box strong, .footerpr strong, .breadcrumbs, #left #pickup div a.bold, .subcatch, .shopData strong {
  font-family: "Hiragino Maru Gothic ProN","adobe-garamond-pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif; /*letter-spacing: 0.5pt;
  padding-left: 0.5pt;*/
  font-weight: normal !important;
}
/*IEのときのletter-spacingによるバグ回避
.lt-ie9 h1, .lt-ie9 h2, .lt-ie9 h3, .lt-ie9 h4, .lt-ie9 h5, .lt-ie9 h6, .lt-ie9 .shopData strong {
  letter-spacing: normal;
}
*/

button, a.btn, input[type="submit"], input[type="reset"], input[type="button"] {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
}
h1 {
  font-size: 2.5em;
}
h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.25em;
}
h4 {
  font-size: 1.063em;
}
h5 {
  font-size: 0.875em;
}
h6 {
  font-size: 0.75em;
}
figure {
  margin: 0;
}
figure p {
  display: none;
}
figcaption {
  display: block;
  margin-top: 7px;
  font-size: 0.75em;
  text-align: center;
}
.link_box h2, .pr_box h2, .pr_insert h2, .footer_pr h2 {
  font-size: 1.25em;
}
.home .col_3 h2 {
  font-size: 1em;
}
strong {
  color: inherit !important;
}
h1 a {
  text-decoration: none;
  color: #000;
}

a {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a img{
  -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}

a.button, a:visited.button {
  color: #444;
}
a.button.red, a:visited.button.red {
  color: #fff;
}
a:hover {
  color: #B34A32;
}

/* ユーティリティ
----------------------------------------------------*/
.alignright {
  float: right;
  margin: 0 0 20px 30px;
}
.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}
.aligncenter {
  margin: 0 auto;
}
.imgMiddle {
  vertical-align: middle;
  margin: 0 3px;
}
.imgTitle {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.floatR {
  float: right;
}
.floatL {
  float: left;
}
.clear {
  clear: both;
}
.center {
  text-align: center;
}
.banner {
  font-size: 0;
  line-height: 0;
  margin: 0;
}
.banner li {
  margin-bottom: 10px;
}
.attention {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 85%;
  color: #666;
  margin-bottom: 0.5em !important;
}
p {
  margin-bottom: 1.5em;
}
blockquote {
  border-top: 1px solid #808080;
  border-bottom: 1px solid #808080;
  padding: 20px 0;
  margin: 0 0 30px 35px;
}
blockquote p.lastChild {
  margin-bottom: 0;
}
code {
  font-weight: normal;
}
hr.line {
  clear: both;
  display: block;
  border: 0;
  border-bottom: 1px solid #808080;
  height: 0;
  margin: 15px 0;
}

/* kickstart上書き
----------------------------------------------------*/
.grid {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
img.align-left, .img-wrap.align-left {
  float: left;
  margin: 0 10px 10px 0;
}
img.align-right, .img-wrap.align-right {
  float: right;
  margin: 0 0 10px 10px;
}
.menu {
  border: none;
  background: #fff;
}
@media all and (max-width:767px) {
  .menu {
    border: 1px solid #ccc;
    background: #f0f0f0;
  }
}
.slideshow {
  overflow: visible;
}
.view img.full-width {
  margin: 0;
}

/* masonry初期設定
----------------------------------------------------*/

/*カラム最小幅*/
.grid-sizer {
  width: 6.6666666666667%;
}

/*ガターサイズ*/
.gutter-sizer {
  width: 1.66666666666666%;
}

/* ブロック幅調整
----------------------------------------------------*/
.wrap-content {
/*  float: right;
  width: 100%;
  margin-left: -280px;*/
}
.menu_block {
/*  float: left;
  width: 280px;*/
  padding: 0;
  z-index: 8000;
  margin-bottom: 2em
}
.menu li a {
  text-shadow: none;
  color: #000;
}

.main_block {
  /*padding-left: 280px;*/
}
#itot_container {
  /*margin-left: 1.66666666%;*/
}

/* itot
----------------------------------------------------*/
.fNone {
  float: none;
  clear: both;
}
.route {
  font-size: 0.688em;
}
.page_index .entry_header, .category_index .entry_header {
  padding: 5%;
}
.page_entry, .single_entry {
  padding: 8%;
}

/*スペコン調整*/
.caption {
  display: block;
  margin-top: 7px;
  font-size: 0.75em;
}
.photobox {
  max-width: 100%;
  width: auto !important;  /* IE8用 */
  height: auto;
}
.interview-body img {
  max-width: 100%;
  width: auto !important;
  height: auto;
}
#page-list-box-inner {
  padding: 10px;
}
.thumb-block, .point p {
  max-width: 48.5%;
  display: inline-block;
}
.tate.thumb-block {
  max-width: 48.5%;
  width: auto;
  display: inline-block;
}
#report-body div.point ul {
  float: right;
  width: 48.5%;
  margin: 0 !important;
}
#report-body .b_lead h3 {
  display: none;
}
.excerpt-txt {
  line-height: 1.8;
  font-size: 0.875em;
  border-top: 1px dotted #000;
  padding-top: 20px;
  margin-top: 20px;
}

.sitetitle a {
  text-decoration: none;
  display: block;
}
h1.townname, div.townname {
  margin: 0;
  font-size: 2.5em;
  line-height: 140%;
}
.title_eng {
  float: left;
  line-height: 86px;
  font-size: 0.75em;
  font-family: "Crimson Text";
}
.title_catch {
  float: right;
  line-height: 86px;
  font-size: 0.75em;
  font-family: Garamond, "Times New Roman", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
@media all and (max-width:960px) {
  .sitetitle, .title_eng, .title_catch {
    float: none;
    text-align: center;
  }
  .sitetitle {
    margin: 0 0 15px;
    line-height: normal
  }
  .title_eng {
    margin: 0 0 10px;
    line-height: normal
  }
  .title_catch {
    margin: 0 0 20px;
    line-height: normal
  }
}

/*メニュー部*/
@media all and (min-width:768px) {
  ul.headermenu {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    display: block;
  }
  .menu ul {
    min-width: 300px;
    max-width: 150%;
  }
  .menu li {
    /*width: 16.6%;*/
  }
  .menu li.last {
    border-bottom: 0;
  }
  .menu li a {
    padding: 7px 20px 7px 20px;
    line-height: 1.25;
    vertical-align: top;
    color: #000;
    text-shadow: none;
    text-align: center;
    display: block;
    font-size: 1em;
  }
  .menu a span {
    display: block;
    font-size: 0.75em;
				/*margin:0 10px;*/
  }
  .footermenu a span {
    display: inline-block;
    font-size: 0.75em;
    margin-left: 0.5em;
  }
}
@media all and (max-width:767px) {
  .menu a span {
    display: inline-block;
    font-size: 0.75em;
    margin: 0 10px;
  }
}
@media all and (min-width:768px) and (max-width:960px) {
  .menu li a {
    padding: 7px 10px 7px 10px;
    line-height: 1.3;
    vertical-align: top;
    color: #000;
    text-shadow: none;
    text-align: center;
    font-family: "Hiragino Maru Gothic ProN","adobe-garamond-pro","Crimson Text", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    display: block;
    font-size: 0.875em;
  }
}
.menu li.current-menu-item>a, .menu li.current-menu-item>a:hover, .menu li.current-menu-item.hover>a {
  background: #5A504A;
  color: #FFF;
  text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.2);
  cursor: default;
  display: block;
		/* border-right: 1px dotted #c8c8c8; */
}
.menu li.has-menu ul {
  -moz-box-shadow: 0px 0px 4px rgba(204, 204, 204, 0.65);
  -webkit-box-shadow: 0px 0px 4px rgba(204, 204, 204, 0.65);
  box-shadow: 0px 0px 4px rgba(204, 204, 204, 0.65);
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(Color=#ffcccccc, Strength=4)";
  filter: progid:DXImageTransform.Microsoft.Glow(Color=#ffcccccc, Strength=4);
}
.menu li.has-menu ul li a {
  padding-right: 20px;
  padding-left: 15px;
  font-size: 0.875em;
  line-height: 1.6;
  text-align: left;
  border-right: 0;
}
.menu.vertical ul {
  top: 0;
  left: 90%;
  z-index: 2000;
}
.nav_sub li.first {
  border-top: 1px solid #D2CCC6;
}
.menu li.has-menu .nav_sub li a {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu li a:hover, .menu li.hover>a {
  background: #E7E8E1;
  text-shadow: none;
}
.menu_block .pr_box .view {
  display: none
}

/********** ホーム **********/

/*メインコンテンツ*/
#itot_container .slide_box.col_12 {
  padding: 5px;
}
.main_block a:hover img {
  opacity: 0.8;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#mapcontainer {
  display: none;
}
#pickup ul {
  list-style: none;
}
#pickup li {
  padding: 0;
}
.storytitle {
  line-height: 1.3;
}

.storycontent h2 {
  padding-bottom: 10px;
  margin-bottom: 1em
}
.catch {
  font-size: 0.75em;
  line-height: 1.6 !important;
  text-align: left;
  margin-bottom: -5px;
  display: block;
  color: #666;
}
.entry_header .catch {
  font-size: 0.875em;
  line-height: 1.3 !important;
  text-align: left;
  margin-bottom: 8px;
		/* margin-top: 40px; */
  display: block;
  font-family: "adobe-garamond-pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/*box*/
#map-container {
  padding: 20px;
}
.feedback {
  padding: 10px 20px 20px;
  line-height: 2;
  font-size: 17px;
}
.entry-text-cont {
  padding: 10px;
}

/*avatar*/
img.avatar {
  border-radius: 50%;
}

/*sns*/
.snsbox {
  margin: 20px 0;
  display: table;
}
.snsbox li {
  margin: 0 10px 0 0;
  list-style: none;
  padding: 0;
  display: table-cell;
  padding: 0 10px 0 0;
  vertical-align: top;
  line-height: 1;
}
.sns-icon {
  display: block;
  width: 21px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
}
.sns-count {
  float: right;
  position: relative;
  display: block;
  width: 30px;
  margin-left: 7px;
  padding: 1px 0;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
}
.sns-count:after, .sns-count:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.sns-count:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 4px;
  margin-top: -4px;
}
.sns-count:before {
  border-color: rgba(170, 170, 170, 0);
  border-right-color: #ccc;
  border-width: 5px;
  margin-top: -5px;
}

/*画像hover*/
.view {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  margin-bottom: 0.5em;
}
.view .mask, .view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
}
.view a.info:hover {
  box-shadow: 0 0 5px #000;
}
.view-first a img {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.view-first .mask {
  opacity: 0;
  background-color: rgba(30, 77, 134, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.view-first a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.view-first a.info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  letter-spacing: 0.5em;
  margin-left: 0.5em;
}
.view-first:hover .mask {
  opacity: 1;
}
.view-first:hover a.info {
  opacity: 1;
  -webkit-transform: translateY(33%);
  -moz-transform: translateY(33%);
  -o-transform: translateY(33%);
  -ms-transform: translateY(33%);
  transform: translateY(33%);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.view img.align-left, .view .img-wrap.align-left {
  float: left;
  margin: 0;
}
.view img.align-right, .view .img-wrap.align-right {
  float: right;
  margin: 0;
}

/*お知らせ*/
.information_box h2 {
  font-size: 1.063em;
  border-bottom: 1px dotted #333;
  padding-bottom: 10px;
  margin-top: 0;
}
.information_box .textwidget {
  font-size: 0.875em;
  line-height: 1.6;
}

/*広告*/
.pr_box {
  background-color: #FFE0E0 !important;
}
.footer_pr {
  clear: both;
  width: 100%;
  border-top: 1px solid #E8E8E8;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
.footer_pr .view {
  display: none;
}
.footer_pr .entry-text-cont h2, .footer_pr .entry-text-cont .catch {
  display: inline-block;
  color: #000;
  font-size: 1em;
  font-family: "adobe-garamond-pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.footer_pr h2 .pr_mark {
  display: none;
}
.footer_pr .entry-text-cont:before {
  content: "PR";
  background: #B34A32;
  padding: 2px 5px;
  margin-right: 6px;
  border-radius: 3px;
  line-height: 0;
  text-decoration: none !important;
  color: #fff;
  font-size: 0.938em;
  font-family: 'Crimson Text', serif;
  letter-spacing: 1px;
}
.footer_pr .catch br {
  display: none;
}
/*
.pr_box a {
color: #fff;
}
*/
.pr_mark {
  background: #B34A32;
  padding: 0 3px 1px 5px;
  margin-right: 3px;
  border-radius: 3px;
  line-height: 0;
  text-decoration: none !important;
  color: #fff;
  font-size: 0.938em;
  font-family: 'Crimson Text', serif;
  letter-spacing: 1px;
}
.headermenu .nav_pr a:before {
  content: "PR";
  background: #B34A32;
  padding: 2px 5px;
  margin-right: 3px;
  border-radius: 3px;
  line-height: 0;
  text-decoration: none !important;
  color: #fff;
  font-size: 0.938em;
  font-family: 'Crimson Text', serif;
  letter-spacing: 1px;
}
.pr_box hr {
  margin: 15px 0;
}
.pr_box strong {
  font-size: 1.063em;
  vertical-align: middle;
  font-weight: normal;
}
.pr_insert {
  padding: 20px;
  background: #f0f0f0;
}

/*編集部コメント*/
.editorsvoice {
  clear: both;
  background: #fff;
  margin: 0.5em 0 0.5em;
  border: 1px dotted #c8c8c8;
  padding: 10px 20px;
}
.editorsvoice h4 {
  text-align: center;
}
.editorsvoice h4:before {
  content: "＼ ";
}
.editorsvoice h4:after {
  content: " ／";
}
.editorphoto {
  float: left;
  width: 30%;
  font-size: 0.75em;
  font-weight: bold;
}
.editorphoto img {
  margin: 10px 0 5px;
}
.editorcomment {
  float: right;
  width: 65%;
  font-size: 0.938em;
}

/*シングルページ*/
.post-inner {
  padding: 40px;
}

/*サイドバー*/

/*人気記事*/

/* 人気の記事 */
.popular-post {
  padding: 10px 20px 20px;
}
.popular-post h2 {
  font-size: 1.063em;
  padding: 1px 0 2px 26px;
  background: url(img/i_popular.png) no-repeat 0 50%;
}
.popular-post-list ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.popular-post-list ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
.popular-post-list .photo {
  float: left;
  padding: 0 15px 0 0;
  font-size: 0em;
  line-height: 0;
}
.popular-post-list h3 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 0.75em;
  /*line-height: 1.5;*/
  margin: 0;
}
@media print, screen and (min-width:1024px) and (max-width:1280px) {
  .popular-post-list .photo {
    float: none;
    padding: 0 0 0.5em;
    font-size: 0em;
    line-height: 0;
    text-align: center;
  }
}

/* 吹き出し */
.balloon-top:before {
  border-color: rgba(117, 117, 117, 0);
  border-bottom-color: #757575;
  border-width: 16px;
  margin-left: -16px;
}

/* 取材先 */
#collecting-data {
  margin: 60px auto;
}
#collecting-data a {
  text-decoration: underline;
}
#collecting-data a:hover {
  text-decoration: none;
}
#collecting-data .collecting-data-title img {
  display: block;
}
#collecting-data .photo {
  display: none;
}

#collecting-data .text {
  overflow: hidden;
  padding-left: 20px;
}

#collecting-data .text p {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 0;
    font-size: 1.1em;
    letter-spacing: 2px;
}

#collecting-data .text p:before {
    content: "INFORMATION";
    color: #ccc;
    letter-spacing: 3px;
    display: block;
    border-bottom: 1px solid;
    width: 40%;
    margin-bottom: 15px;
}

#collecting-data .name {
  font-size: 1.8em;
  font-weight: normal!important;
  margin: 15px 0;
}
#collecting-data .data {
  font-size: 0.938em;
  margin-bottom: 0;
}
#collecting-data .data dt {
  color: #666;
  margin-bottom: 0.3em;
}
#collecting-data .data dd {
  padding-left: 75px;
  margin-bottom: 0.3em;
}

/* 紹介者 */
#writer-data {
  margin-top: 40px;
  background-color: #F3F3F3;
  padding: 20px;
  border-radius: 5px;
}
#writer-data .writer-data-title img {
  display: block;
}
#writer-data div.photo {
  float: left;
  width: 190px;
  text-align: center;
  padding: 20px 0;
}
#writer-data .text {
  padding: 0 20px;
  overflow: hidden;
}
#writer-data .name {
  font-size: 1.375em;
  margin-bottom: 15px;
  letter-spacing: 0.2em;
  font-weight: normal;
}
#writer-data .name span {
  font-family: "adobe-garamond-pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 0.75em;
  margin-left: 20px;
}
#writer-data .text p {
  font-size: 0.938em;
  line-height: 1.5;
  margin-bottom: 0.8em;
}
#writer-data .text a {
  text-decoration: underline;
}
#writer-data .text a:hover {
  text-decoration: none;
}

/*フッタ*/
.footer_block {
  clear: both;
  background: #f3f3f3;
  margin: 0;
}
.footermenu {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 20px;
}
.footermenu li a:before {
  content: "\f18e";
  font-family: 'FontAwesome';
  padding-right: 5px;
}
.footermenu li.nav_pr a:before {
  content: "PR";
  background: #B34A32;
  padding: 2px 5px;
  margin-right: 3px;
  border-radius: 3px;
  line-height: 0;
  text-decoration: none !important;
  color: #fff;
  font-size: 0.938em;
  font-family: 'Crimson Text', serif;
  letter-spacing: 1px;
  margin-left: 0;
}
.footermenu ul.sub-menu li a:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  padding-right: 5px;
  margin-left: 0;
}
.footermenu li {
  margin: 0;
  vertical-align: top;
  padding: 0 20px;
  display: block;
  display: table-cell;
}
.footermenu li.nav_home {
  border-left: 0;
}
.footermenu li a {
  min-width: 4.5em;
  display: block;
}
.footermenu li.nav_lifeinfo a {
  min-width: 8em;
  display: block;
}
.footermenu li a {
  margin: 5px 0;
}
.footermenu ul.sub-menu {
  margin: 0 0 0 8px;
}
.footermenu ul.sub-menu li {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
}
.footermenu ul.sub-menu li a {
  display: block;
  font-size: 0.75em;
  line-height: 1.6;
  min-width: 5em;
}
.foot_contact {
  margin: 0;
}
.foot_contact li {
  display: inline;
  list-style: none;
  height: 24px;
  line-height: 24px;
}
.foot_contact li.first:before {
  content: "";
  margin: 5px;
}
.foot_contact li:before {
  content: "｜";
  margin: 5px;
}
.pr_photo {
  padding-right: 20px;
}
.pr_photo span{
  font-size:0.85em;
}

/*スタッフブログ用*/
.cat-staff #single_body .storycontent .photobox-wrap {
  padding: 0;
  margin-bottom: 20px;
}
.cat-staff .def_post #single_body .storycontent .photobox-wrap {
  max-width: 100% !important;
  height: auto !important;
}
.cat-staff .def_post .storycontent .even, .cat-staff .def_post .storycontent .odd {
  float: none;
  display: block !important;
  text-align: center;
}

/*social btn*/
.entryBody .social_table {
  display: block;
  margin: 0 0 0 auto;
}
.entryBody .social_table td {
  padding: 0 2px;
  text-align: right;
  vertical-align: top !important;
  line-height: 0;
}
.entryBody .social_table td.gplus {
  vertical-align: top;
}
.entryBody .social_table-block-upr {
  text-align: right;
  float: none;
  clear: both;
  position: relative;
  margin: -4px 0 0;
  padding: 0 0 5px;
}
.sb_btn {
  padding: 1em 0;
}
.entryBody .social_table-block-upr:after {
  content: "";
  display: block;
  float: none;
  clear: both;
  height: 0;
}

/*____*/
#left div.social_table-block-upr .sb_btn .tweet_button iframe {
  width: 90px !important;
}
#left div.social_table-block-upr .sb_btn .social_table td {
  padding-right: 5px !important;
}
.footerpr span.pr_caption {
  display: inline-block;
  font-size: 0.75em;
  line-height: 1.7;
  margin: 10px 0 0;
}
@media print, screen and (min-width:767px) {
  .menu li.has-menu .nav_sub {
    left: 320px;
    display: none;
    width: 320px;
    padding-left: 0;
    box-shadow: 0 0 5px #999;
  }
  .menu li.has-menu .nav_sub:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    box-shadow: inset 3px 0 14px -4px rgba(0, 0, 0, 0.05);
  }
}
.site-discription {
  font-size: 0.75em;
  padding: 15px 20px;
  margin: 0;
}

/*ぱんくず*/
ul.breadcrumbs {
  font-size: 0.75em;
}
ul.breadcrumbs li {
  font-size: inherit;
  padding: 5px 15px 5px 5px;
  background: url(img/icon-arrow-right.png) no-repeat right center;
  line-height: 140%;
}
ul.breadcrumbs li.last {
  background: none;
}
ul.breadcrumbs li a {
  background: none;
  font-size: inherit;
  padding: 0;
}
ul.breadcrumbs li br {
  display: none;
}

/*カテゴリー一覧*/
.category_discription img.align-right {
  margin: 0 0 10px 20px;
  max-width: 50%;
}
.more_info a, .map_popup a {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: 4px 5px;
  margin-left: 5px;
  font-size: 0.563em;
  line-height: 0.9;
  border-radius: 10px;
  vertical-align: middle;
}
.more_info a:hover, .map_popup a:hover {
  transition: all 0s;
  background: #E4313A;
  color: #fff;
  border: 0;
}
.category .shopData {
  line-height: 1.8;
  font-size: 0.875em;
}
.thumbs {
  position: relative;
  display: block;
}



/*スライダー*/
.bx-wrapper {
  margin: 0 0 20px;
}
.bx-wrapper .bx-viewport {
  box-shadow: 0 0 0 #ccc;
  left: 0;
  background: #fff;
  border: solid #fff 0;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
  z-index: 50;
}

/*固定ページ*/
.lead {
  margin: 0 0 50px;
}

/*シングルページ*/
.topicpath a {
  color: #000
}
.topicpath {
  padding: 10px;
  margin-top: 50px;
  font-size: 1.4em;
}

h1.storytitle {
  margin: 0 0 10px;

}
.shopData {
  border-top: 1px dotted #000;
  padding-top: 20px;
  margin-top: 20px;
  display: none;
}
.shopData strong {
  padding: 1px 0 2px 26px;
  background: url(img/i_info.png) no-repeat 0 50%;
  font-size: 1.063em;
}
div#map_data div {
  width: 100% !important;
  background-color: #fff;
}
div#map_data iframe {
  width: 99.99% !important;
}
#map_data h4 {
  padding: 1px 0 2px 26px;
  background: url(img/i_map.png) no-repeat 0 50%;
}
.storycontent img {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.feedback h4 {
  padding: 1px 0 2px 26px;
  background: url(img/i_contact.png) no-repeat 0 5px;
}
.amaz {
  padding: 60px 0;
    margin: 50px 0;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.amaz h4 {
  padding: 1px 0 2px 22px;
  background: url(img/i_relation.png) no-repeat 0 50%;
}
.amaz ul {
  padding: 0;
  margin: 0;
}
.amaz ul li {
  display: block;
  margin: 0.5em 0.83333333333333%;
  width: 31.666666666667%;
  float: left;
}
.amaz ul li.last {
  display: block;
  margin: 0.5em 0.83333333333333%;
  width: 31.666666666667%;
  float: left;
}

/* inq-wrap */
.inq-wrap, #it_contact_form {
  font-size: 0.875em;
}
.inq div {
  text-align: center;
  margin-top: 1em;
}
.inq div input {
  border: 0;
  padding: 0;
}
.inq-btn a.inquiry {
  padding: 30px 55px;
    width: 280px;
    font-size: 1.5em;
    border-radius: 17px;
    background: #FB9A5E;
    clear: both;
    margin: 80px auto;
   display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    text-shadow: none;
    box-shadow: none;
    -webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}
.inq-btn a.inquiry:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#it_contact_form {
  padding-top: 1em;
}
.small_caption {
  font-size: 0.75em;
}

/* copyright */
.copyright {
  clear: both;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.75em;
}
.copyright img {
  vertical-align: middle;
}

/* pagetop */
/*#pTopBtn {
  background: #9C9C9C;
  border-radius: 50%;
  color: #fff;
  width: 64px;
  height: 64px;
  position: fixed;
  padding: 20px;
  bottom: 90px;
  right: 20px;
  text-align: center;
  line-height: 1.2;
  font-size: 0.75em;
  z-index: 9999;
}
#pTopBtn:hover {
  background: #666;
}*/
.pages {
  padding-top: 1em;
  line-height: 0.9;
  font-size: 0.75em;
}
.page-num a, .page-current a, .page-prev a, .page-next a {
  display: inline-block;
  color: #999;
  text-decoration: none;
  padding: 7px 9px;
  margin-right: 6px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  background: #eee;
  transition: all 0.3s linear;
}
.page-num a:hover, .page-current a:hover, .page-prev a:hover, .page-next a:hover {
  background: #E4E2D8;
  color: #333;
}
.page-num a:active, .page-current a:active, .page-prev a:active, .page-next a:active {
  box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 0.55);
}
.page-prev a, .page-next a {
  padding: 7px 6px;
}
.page-current {
  display: inline-block;
  padding: 7px 9px;
  margin-right: 6px;
  border-radius: 3px;
  color: #fff;
  background: #333;
}

/* media query 調整 */
@media print, screen and (min-width:1024px) {
  .pr_insert .view {
    width: 62%;
    float: left;
  }
  .pr_insert .entry-text-cont {
    width: 36%;
    float: right;
  }
}
@media print, screen and (max-width:1023px) {
  #writer-data .writer-data-title {
    text-align: center;
  }
  #writer-data div.photo {
    float: none;
    width: auto;
  }
  #writer-data .name {
    text-align: center;
  }
  .footermenu {
    display: block;
    margin-left: 0;
  }
  .footermenu li {
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
    border: 0;
  }
  .footermenu li.nav_lifeinfo {
    display: block;
  }
  .footermenu ul.sub-menu li {
    display: none;
  }
  .footermenu li.nav_lifeinfo ul.sub-menu li {
    display: inline-block;
  }
}
@media all and (min-width:767px) and (max-width:1024px) {
  .home .special_contents h2 {
    font-size: 1em
  }
  .home .special_contents .pr_box h2 {
    font-size: 1em
  }
  .home .special_contents h2 img {
    max-width: 80px
  }
}
@media all and (max-width:767px) {
  h1.section_title {
    font-size: 2em;
  }

  #collecting-data .text {
    padding-left: 0;
  }

  #collecting-data {
    position: inherit;
    display: block;
    top: auto;
  }

  .storycontent {
    margin-top: 0;
  }

  .home .special_contents {
    padding: 0px 0 20px;
  }
  .home .sec_pickup {
    padding: 1em 0;
  }
  .home .bg_lifeinfo {
    padding: 2em 0;
  }
  .home .lead, .category .lead, .page_index .lead {
    font-size: 0.875em;
    margin-bottom: 1em
  }
  .townname br {
    display: none
  }
  .main_block {
    padding-left: 0
  }
  #itot_container {
    margin-left: 0;
  }
  .link_box h2, .pr_box h2, .pr_insert h2, .footer_pr h2 {
    font-size: 1.063em;
  }
  .menu_block, .main_block, .footer_block {
    float: none;
    width: auto;
    clear: both;
    display: block;
    position: relative;
  }
  .menu_block, .main_block {

    /*  margin-left: 0.83333333333333%;
    margin-right: 0.83333333333333%;
    margin-top: 0.5em;
    margin-bottom: 1em;
    */
  }
  .menu ul {
    min-width: inherit;
    max-width: none;
  }
  .pr_photo {
    padding-right: 0px
  }
  .footermenu {
    display: block;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 0
  }
  .footermenu li {
    max-width: 100%;
    display: block;
    vertical-align: top;
    border-left: 0px;
    border-bottom: 1px dotted #C1B39D;
  }
  .footermenu li.last {
    border-bottom: 0;
  }
  .footermenu ul.sub-menu li {
    display: block
  }
  .footermenu li.nav_lifeinfo ul.sub-menu li {
    display: block
  }
  .footermenu li a {
    margin: 10px 0;
  }
  /*#pTopBtn {
    background: #9C9C9C;
    border-radius: 50%;
    color: #ffffff;
    width: 44px;
    height: 44px;
    position: fixed;
    padding: 10px;
    bottom: 20px;
    right: 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 0.75em;
    z-index: 9999;
  }*/
  .category #map_area {
    margin: 1em 1em
  }
}
@media only screen and (min-width:480px) and (max-width:767px) {
  .editorphoto {
    float: left;
    width: 13%;
    font-size: 0.75em;
    font-weight: bold;
  }
  .editorcomment {
    float: right;
    width: 83%;
    font-size: 0.938em;
  }
}
@media only screen and (max-width:480px) {
  h1 {
    font-size: 1.750em;
  }
  .category_discription img.align-right {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .page_entry, .single_entry {
    padding: 20px;
  }
  .thumb-block, .tate.thumb-block {
    width: 100%;
    max-width: 100%;
  }
  .toggleslide li, .slideshow li {
    display: block !important;
    width: 100% !important;
    margin: 0 0 10px;
  }
  .toggleslide li.last, .slideshow li.last {
    margin-bottom: 0;
  }
  .toggleslide li img, .slideshow li img {
    vertical-align: bottom;
  }
  .toggleslide:after, .slideshow:after {
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
}

/*__________________________________________________________________________________________________*/

/*__from single_map.php__*/
#map_area td{padding:0;}
#map-container #map {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none;
  max-width: auto;
}
#map-container #map label {
  width: auto;
  display: inline;
}
#map-container #map img {
  max-width: none;
}
#map-container .infowindow-map {
  max-width: 280px;
  line-height: 1.3em;
  text-align: left;
  display: block;
  font-size: 10px;
  overflow: hidden;
}
#map-container .infowindow-map img {
  float: left;
  margin: 0 8px 0 0;
  border: none;
}
#map-container .map-info-list dt {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  padding: 4px;
}
#map-container .map-info-list dd {
  font-size: 12px;
}
.category_index #map {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  max-width: none;
  max-width: unset;
}
.category_index #map label {
  width: auto;
  display: inline;
}
.category_index #map img {
  max-width: none;  /*  max-height: none; */
}
.category_index .infowindow-map {
  max-width: 280px;
  line-height: 1.3em;
  text-align: left;
  display: block;
  font-size: 10px;
  overflow: hidden;
}
.category_index .infowindow-map img {
  float: left;
  margin: 0 8px 0 0;
  border: none;
}

/*__________________________________________________________________________________________________*/
#print-btn-link a {
  display: inline-block;
  background: #353535;
  padding: 1px 20px;
  margin: 0 5px 0 0;
  color: #fff;
  border: solid 1px #fff;
  box-shadow: 2px 2px 0 #666;
}

/*__________________________________________________________________________________________________*/

/*__sitemap__*/
#sitemap ul {
  margin: 0 0 25px;
}
#sitemap ul li {
  list-style: none;
  padding: 8px 0;
  margin-bottom: 10px;
  border-bottom: solid 1px #eee;
  display: block;
  position: relative;
}
#sitemap ul li.category-header .category-link {
  text-decoration: underline;
  padding-left: 1.25em;
  position: relative;
}
#sitemap ul li.category-header .category-link:after, #sitemap ul li.category-header .category-linkbefore {
  display: block;
  content: "";
  position: absolute;
}
#sitemap ul li.category-header .category-link:after {
  top: 8px;
  left: 4px;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  border-width: 5px 0 5px 10px;
  border-left-color: #B34A32;
}
#sitemap ul ul {
  margin: 0 0 25px;
  padding-left: 1.5em;
}
#sitemap ul ul li {
  padding: 0 0 0 1.5em;
  margin: 0;
  border: none;
}
#sitemap ul ul li a {
  text-decoration: underline;
}
#sitemap ul ul li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 0;
  height: 0;
  border: solid 3px transparent;
  border-left: solid 6px #B34A32;
  margin-top: -3px;
}
#sitemap ul ul li.no-link:after {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #ccc;
  top: 0;
  left: 8px;
  margin-top: .70em;
}
#sitemap ul a {
  font-size: 1.2em;
  font-weight: bold;
}
#sitemap ul ul a {
  font-size: 0.95em;
  font-weight: normal;
}
#sitemap .pagenav .subheader {
  font-size: 1.2em;
  font-weight: bold;
  border-top: solid 1px #eee;
  padding-top: 25px;
  padding-left: 1.25em;
  display: block;
  position: relative;
}
#sitemap .pagenav .subheader:after {
  display: block;
  content: "";
  position: absolute;
  top: 35px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #ccc;
}