@charset "UTF-8";
/*
Theme Name: itottop-itot-archives
Description: itot-archives
Author: cocolomachi
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: "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: 1em 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;
  color: #000;
  -webkit-transition-property: color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
  outline: 0;
  word-break: break-all;
}
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: 1260px;
  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:768px) {
  .menu {
    border: 1px solid #ccc;
    background: #f0f0f0;
  }
}
.slideshow {
  overflow: visible;
}
.view img.full-width {
  margin: 0;
}
[class*="col_"].visible, .box_visible {
  padding: 8px;
  background: #fff;
  margin-top: 1em;
  border: 1px solid #f0f0f0;
  margin-bottom: 1em;
  position: relative;
  -moz-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
  -webkit-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
  box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 3, OffY = 3, Color = #ffcccccc, Positive = true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX = 3, OffY = 3, Color = #ffcccccc, Positive = true);
}

/* 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
}
.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;
    border-left: 1px solid #c8c8c8;
				/* border-right: 1px dotted #c8c8c8; */
    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;
    font-family: "Crimson Text", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    display: block;
    font-size: 1em;
    border-right: 1px solid #c8c8c8;
  }
  .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:768px) {
  .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: "Crimson Text", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
    display: block;
    font-size: 0.875em;
    border-right: 1px solid #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 {
  border-bottom: 2px #666 solid;
  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;
}
.entry-text-cont {
text-align: left;
	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;
background-color: #ccc;
object-fit: cover;
width: 100%;
height: 200px;
}

@media all and (max-width:768px) {
.view img {
height: 300px;
  }
}

.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 {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.balloon-top:after, .balloon-top:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.balloon-top:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 15px;
  margin-left: -15px;
}
.balloon-top:before {
  border-color: rgba(117, 117, 117, 0);
  border-bottom-color: #757575;
  border-width: 16px;
  margin-left: -16px;
}

/* 取材先 */
#collecting-data {
  padding: 20px 20px 0;
  margin-bottom: 30px;
}
#collecting-data a {
  text-decoration: underline;
}
#collecting-data a:hover {
  text-decoration: none;
}
#collecting-data .collecting-data-title img {
  display: block;
}
#collecting-data .photo {
  float: left;
  font-size: 0;
  line-height: 0;
}
#collecting-data .text {
  overflow: hidden;
  padding: 0 20px;
}
#collecting-data .name {
  font-size: 1.188em;
  margin-bottom: 15px;
}
#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.85em;
	    padding: 3px 10px 0px 10px;
}

ul.breadcrumbs li {
  font-size: inherit;
  padding: 5px 15px 5px 5px;
  line-height: 100%;
	list-style-type: none;
    margin: 0;
    display: inline;
    position: relative;	
}
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{
  display:block;
}
.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;
}
.thumbs:before {
  content: "\f105";
  font-family: 'FontAwesome';
  background-color: #BC1821;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  color: #fff;
  z-index: 999;
  text-align: center;
}
.thumbs:hover:before {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
  transition: all 0.4s;
  background-color: #E4313A;
  color: #fff;
}


/*スライダー*/
.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: 20px 20px 5px;
  background: #f3f3f3;
  margin-bottom: 10px
}

}
h1.storytitle {
  margin: 0 0 10px;
}
.shopData {
  border-top: 1px dotted #000;
  padding-top: 20px;
  margin-top: 20px;
}
.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: 10px 20px;
}
.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 {
  position: relative;
  top: 0;
  left: 0;
  vertical-align: middle;
  margin: 0 0 10px;
  padding: 10px 15px;
  line-height: 100%;
  border-radius: 5px;
  cursor: pointer;
  width: auto;
  overflow: visible;
  font-weight: normal;
  font-size: 1em;
  text-shadow: 0 1px 0 #fff;
  color: #666;
  text-decoration: none;
  vertical-align: middle;
  box-sizing: border-box;
  display: inline-block;
  zoom: 1;
  border: 1px solid #ccc;
  background: rgb(245, 245, 245);
  background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(224, 224, 224, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(224, 224, 224, 1)));
  background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
  background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#e0e0e0', GradientType=0);
  background: linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(224, 224, 224, 1) 100%);
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}
.inq-btn a.inquiry:hover {
  border: 1px solid #bbb;
  background: rgb(252, 252, 252);
  background: -moz-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(252, 252, 252, 1)), color-stop(100%, rgba(237, 237, 237, 1)));Safari4+ */
  background: -webkit-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);
  background: -o-linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ededed', GradientType=0);
  background: linear-gradient(top, rgba(252, 252, 252, 1) 0%, rgba(237, 237, 237, 1) 100%);
}
#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: 60px;
  right: 20px;
  text-align: center;
  line-height: 1.2;
  font-size: 0.75em;
  z-index: 999;
}
#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) {
  #collecting-data .photo {
    float: none;
  }
  #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;
  }
  .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: 110px;
    right: 20px;
    text-align: center;
    line-height: 1.2;
    font-size: 0.75em;
    z-index: 999;
  }
  .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;
}




/* -------------------------------------------------------------- 
kickstart打ち消し
-------------------------------------------------------------- */
ul, ol {
    padding: 0;
    margin: 0;
}
h1 {
    margin: 0;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
button.pswp__button--arrow--right{
    left:auto;
}
/* -------------------------------------------------------------- 
カテゴリヘッダー
-------------------------------------------------------------- */
.header_bg {
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
    text-align: center;
    padding: 110px 0 110px;
    position: relative;
}
.header_bg .section_title, .header_bg .lead {
    color: #fff;
    text-shadow: #333 3px 3px 5px, #333 -3px 3px 5px, #333 3px -3px 5px, #333 -3px -3px 5px;
}
.category_lead {
    line-height: 2;
    font-size: 17px;
    margin: 3em 0
}
.bg_pickup {
    background-image: url('img/bg_pickup.jpg');
}
.bg_column {
    background-image: url('img/bg_column.jpg');
}
.bg_interview {
    background-image: url('img/bg_interview.jpg');
}
.bg_report {
    background-image: url('img/bg_report.jpg');
}
.bg_culture {
    background-image: url('img/bg_culture.jpg');
}
.bg_gourmet {
    background-image: url('img/bg_gurmet.jpg');
}
.bg_education {
    background-image: url('img/bg_education.jpg');
}
.bg_park {
    background-image: url('img/bg_park.jpg');
}
.bg_sports {
    background-image: url('img/bg_sports.jpg');
}
.bg_shopping {
    background-image: url('img/bg_shop.jpg');
}
.bg_public {
    background-image: url('img/bg_public.jpg');
}
.bg_life {
    background-image: url('img/bg_life.jpg');
}
.bg_lifestyle {
    background-image: url('img/bg_life.jpg');
}
.bg_development {
    background-image: url('img/bg_development.jpg');
}
/* -------------------------------------------------------------- 
共通
-------------------------------------------------------------- */
@font-face {
    font-family: "notosans_regular";
    font-style: normal;
    font-weight: 400;
    src: url("font/noto_sans/notosans_regular.woff") format("woff");
}
@font-face {
    font-family: "notosans_medium";
    font-style: normal;
    font-weight: 500;
    src: url("font/noto_sans/notosans_medium.woff") format("woff");
}
@font-face {
    font-family: "notosans_bold";
    font-style: normal;
    font-weight: 700;
    src: url("font/noto_sans/notosans_bold.woff") format("woff");
}
@font-face {
    font-family: "notosans_black";
    font-style: normal;
    font-weight: 900;
    src: url("font/noto_sans/notosans_black.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("font/noto_serif/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-Medium";
    font-style: normal;
    font-weight: 500;
    src: url("font/noto_serif/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-SemiBold";
    font-style: normal;
    font-weight: 600;
    src: url("font/noto_serif/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("font/noto_serif/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("font/noto_serif/NotoSerifCJKjp-Regular.woff") format("woff");
}
body {
    font-family: "notosans_regular", sans-serif;
    font-size: 15px;
    color: #484848;
}
@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}
.base {
    max-width: 1260px;
    margin: 20px auto 0px;
    padding:0 15px 0;
}
.thumbs:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro'
}
.fadein{
	opacity: 0;
	transition: 0.5s;
	transform: translateY(20px);
}
h1.storytitle {
    font-size: 2.15em;
}
/* -------------------------------------------------------------- 
ヘッダー
-------------------------------------------------------------- */
.wrap-header {
	position: fixed;
    z-index: 1000;
    background-color: #fff;
    width: 100%;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .inner-header {
        padding-left: 10px;
    }
}
.box-logo {
    width: 302px;
    font-size: 1em;
	padding: 10px 0 10px;
}
@media (max-width: 767px) {
	.box-logo {
    width: 280px;
	padding: 20px 0 20px;
}
}
.nav-style {
    display: flex;
}
@media (max-width: 1024px) {
    .nav-style {
        display: none;
    }
}
.nav-style > li {
    position: relative;
	padding: 0px;
}

.nav-style > li > a {
    display: block;
    padding: 15px 40px 15px 0;
    font-family: "NotoSerifCJKjp-Medium";
    position: relative;
    color: #583822;
}
.nav-style > li > a:hover {
	opacity: 0.7;
}
.menu-item-has-children > a {
    position: relative;
}
.menu-item-has-children > a::after {
    position: absolute;
    display: block;
    right: 18px;
    top: 15px;
    margin: auto;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
}
@media (max-width: 767px) {
    .menu-item-has-children > a::after {
        top: 15px;
    }
}
.menu-item-has-children > a.down::after {
    content: "\f106";
}
.menu-item-has-children > a.up::after {
    content: "\f107";
}
.menu-description {
    display: block;
    padding: 0 0 0 0;
    font-size: 12px;
    color: #808080;
}
.sub-menu {
    display: none;
    position: absolute;
    background-color: #583822;
    min-width: 100%;
    z-index: 10;
}
@media (max-width: 767px) {
    .sub-menu {
        position: relative;
        padding: 0px;
    }
}
.sub-menu li {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.sub-menu li a {
    color: #fff;
    padding-bottom: 13px;
    display: block;
    line-height: 1.6;
    padding: 7px 14px;
    font-family: "NotoSerifCJKjp-Medium";
}
@media (max-width: 767px) {
    .sub-menu li a {
        font-size: 16px;
        padding-bottom: 13px;
    }
}
.sub-menu li a:hover {
    background-color: #4B4B4B;
}
.menu-item-has-children {
	padding: 0 10px 0 0;
}
@media (max-width: 767px) {
    .menu-item-has-children {
        width: auto;
    }
}
/* -------------------------------------------------------------- 
フッダー
-------------------------------------------------------------- */
.footer-style {
    padding: 0px 0 50px;
}
@media (max-width: 767px) {
	.footer-style {
    padding: 0px 0 30px;
}
}
.head-txt-foot {
    text-align: center;
    color: #583822;
}
.inner-foot {
    display: flex;
    background-color: #f6f6f6;
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    box-shadow: 0 0 5px #ccc;
}
.pr-img {
    width: 60%;
}
.wrap-txt-pr {
    width: 37%;
}
@media (max-width: 1024px) {
    .pr-img {
        width: 100%;
        padding-bottom: 15px;
    }
	    .pr-img img{
        width: 100%;
        height: auto;
    }
    .wrap-txt-pr {
        width: 100%;
    }
}
.tit-pr {
    font-size: 25px;
    font-family: "NotoSerifCJKjp-SemiBold";
    line-height: 1.6;
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .tit-pr {
        font-size: 21px;
        padding-bottom: 10px;
    }
}
.sub-tit-pr {
    font-size: 15px;
    padding: 10px 0 0;
    font-family: "NotoSerifCJKjp-SemiBold";
}
@media (max-width: 767px) {
    .sub-tit-pr {
        font-size: 18px;
    }
}
.txt-pr {
    font-size: 14px;
    padding-bottom: 35px;
}

.txt-pr div {
    margin: 20px 0 0 0;

}


a.baselink{
    margin: 0px 5px;
  color: #00f;
   border-bottom: 1px solid;
   padding-bottom: 1px;
}
a.baselink:visited {
  color: #00f;
}
a.baselink:hover {
  color: #f03;
}

.btn-pr {
    background: #583822;
    text-align: center;
    max-width: 100%;
    color: #fff;
    padding: 10px 0;
    display: block;
}
.btn-pr:hover {
	opacity: 0.8;
    color: #fff;
}
.wrap-copyright {
    background-color: #583822;
    padding: 30px 0 50px 0;
}
.inner-copy {
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .inner-copy {
        flex-wrap: wrap;
    }
}
.copy-right {
    display: flex;
    margin: 0 60px 0 0;
}
@media (max-width: 767px) {
    .copy-right {
        flex-wrap: wrap;
    }
}
.copy-right li a {
    color: #fff;
    display: block;
    padding: 0px 15px;
    border-left: 1px solid #ccc;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .copy-right {
        order: 1;
    }
    .copy-left {
        order: 2;
        text-align: center;
        padding: 10px 0 0 15px;
    }
}
/* -------------------------------------------------------------- 
一覧ページ
-------------------------------------------------------------- */
.grid {
}
.def_post{
	padding-top: 57px;
}
@media (max-width: 767px) {
	.def_post{
	padding-top: 69px;
}
}
.def_post, .article_wrapper {
    background-color: #f4f6f9;
    overflow: hidden;
    padding-bottom: 10px;
}
.home .def_post {
    background-color: #fff;
}
.amaz {
    overflow: hidden;
}
.wrap-listbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.wrap-listbox li {}

.listbox {
    width: 32%;
    box-sizing: border-box;
    padding: 8px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    -moz-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
    -webkit-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
    box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 3, OffY = 3, Color = #ffcccccc, Positive = true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color=#ffcccccc, Positive=true);
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .listbox {
        width: 100%;
    }
}


.tit-libox {
    line-height: 1.4;
    font-family: "NotoSerifCJKjp-Regular";
    padding: 0px 0 4px;
    font-size: 1.25em;
}
.exist_excerpt {
    font-size: 14px;
    color: #696969;
    line-height: 1.6;
margin-bottom: 0;
}


.grid img {
    max-width: 100%;
    max-height: 100%;
}
/* -------------------------------------------------------------- 
パンクズ
-------------------------------------------------------------- */
.breadcrumbs {
   
}
ul.breadcrumbs li {
    background: url("img/arrow.png") no-repeat right center;
}
ul.breadcrumbs li:last-child {
    background: none;
    padding: 5px 0px 5px 5px;
}
/* -------------------------------------------------------------- 
スライダー
-------------------------------------------------------------- */
.slick-prev {
    left: 13%;
}
.slick-next {
    right: 13%;
}
.slick-prev, .slick-next {
    z-index: 10;
}
.slick-slide {
    position: relative;
}
.slick-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 5;
}
.slick-current::before {
    content: "";
    display: none;
}
.slick-prev, .slick-next {
    width: 54px;
    height: 54px;
}
.slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f053';
    font-weight: 900;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #054997;
    color: #054997;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
}
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f054';
    font-weight: 900;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #054997;
    color: #054997;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #054997;
    border-radius: 50%;
    background-color: #fff;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background-color: #054997;
}
.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 35px;
}
/* -------------------------------------------------------------- 
私が書きました、非表示
-------------------------------------------------------------- */
.entryFooter {
    display: none;
}
/* -------------------------------------------------------------- 
トップページ
-------------------------------------------------------------- */
.slider-top{
	z-index: 1;
}
.main-top {
    background-position: center center;
    background-size: cover;
    text-align: center;
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: relative;
    width: 100%;
    height: 40vw;
    object-fit: cover;
}





@media (max-width: 767px) {
    .main-top {
        height: 430px;
    }
}
.main-top img {
    max-width: 332px;
}
@media (max-width: 767px) {
    .main-top img {
    max-width: 300px;
}
}
.main-topbg00{
background-image: url("img/top/main-00.jpg");
}
.main-topbg01{
background-image: url("img/top/main-01.jpg");
}
.main-topbg02{
background-image: url("img/top/main-02.jpg");
}
.main-topbg03{
background-image: url("img/top/main-03.jpg");
}
.main-topbg04{
background-image: url("img/top/main-04.jpg");
}
.main-topbg05{
background-image: url("img/top/main-05.jpg");
}
.main-topbg06{
background-image: url("img/top/main-06.jpg");
}
.wrap-area-column {
    position: relative;
}
.wrap-area-column::before {
    position: absolute;
    top: -326px;
    right: -251px;
    content: "";
    width: 610px;
    height: 540px;
    display: block;
    background-image: url("img/top/bgimg-01.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: 0;
}
@media (max-width: 767px) {
	.wrap-area-column::before {
    top: -438px;
    right: -430px;
}
}
.wrap-area-column::after {
    position: absolute;
    bottom: -226px;
    left: -51px;
    content: "";
    width: 355px;
    height: 355px;
    display: block;
    background-image: url("img/top/bgimg-02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	z-index: 0;
}
@media (max-width: 767px) {
	.wrap-area-column::after {
   bottom: -143px;
    left: -277px;
}
}
.area-column {
    padding: 70px 20px;
    text-align: center;
    max-width: 380px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.tit-ac {
    font-size: 28px;
    color: #658a94;
    display: block;
    line-height: 1em;
	font-family: 'Questrial', sans-serif;
}
.sub-tit-ac {
    font-size: 17px;
    display: block;
    padding: 4px 0 10px;
}
.sub-txt-ac {
    font-size: 14px;
    display: block;
    padding: 0 0 20px;
}
@media (max-width: 767px) {
	.sub-txt-ac {
    font-size: 12px;
    padding: 0 0 20px;
}
}
.txt-ac {
    display: block;
    font-size: 14px;
    font-family: "NotoSerifCJKjp-Medium";
    padding: 0 0 40px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
.btn-ac {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "notosans_bold";
    padding: 5px 0px;
    width: 195px;
    margin: 0 auto;
    background : linear-gradient(0deg, rgba(166, 126, 39, 1) 0%, rgba(172, 138, 31, 1) 100%);
    letter-spacing: 0.1em;
}
.btn-ac:hover {
    color: #fff;
    opacity: 0.8!important;
}
.list-pick {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.list-pick li {
    width: 32%;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .list-pick li {
        width: 100%;
        margin-bottom: 30px;
    }
}
.txtbox-pick {
    background-color: rgba(255, 255, 255, 0.90);
    text-align: center;
    padding: 0 0 25px 0;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 5px #ccc;
}
@media (max-width: 767px) {
	.txtbox-pick {
    padding: 15px 0;
}
}
.txt-pick01 {
    font-size: 14px;
    display: block;
    padding: 0 0 0px 0;
}

.txt-pick01 img{
  background-color: #ccc;
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.txt-pick02 {
    font-size: 18px;
    display: block;
    padding: 0 0 5px 0;
}
.btn-pick02 {
    color: #fff;
    background: linear-gradient(0deg, rgba(166, 126, 39, 1) 0%, rgba(172, 138, 31, 1) 100%);
    text-align: center;
    padding: 5px 0;
    width: 140px;
    display: block;
    margin: 0 auto;
}
.link-box:hover .btn-pick02{
    color: #fff;
    opacity: 0.8;
}


.wrap-pick {
    padding: 50px 0px 0px;
	text-align: center;
	position: relative;
}
.wrap-pick::before {
    position: absolute;
    top: -186px;
    right: -251px;
    content: "";
    width: 596px;
    height: 553px;
    display: block;
    /*background-image: url(img/top/bgimg-03.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 0;
}
@media (max-width: 767px) {
	.wrap-pick::before {
    top: -429px;
    right: -488px;
}
}

@media (max-width: 767px) {
	.wrap-pick::after {
       bottom: -325px;
    left: -680px;
}
}
@media (max-width: 767px) {
    .wrap-pick {
        padding: 30px 20px 10px;
    }
}




.list-life {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.list-life li {
    width: 18.5%;
	transition: 0.3s;
}
.list-life li:hover {
	cursor: pointer;
	opacity: 0.6!important;
}
@media (max-width: 767px) {
    .list-life li {
        width: 48%;
        margin-bottom: 10px;
    }
}
.wrap-life {
    background-color: #d2ebef;
    padding: 80px 0;
	text-align: center;
}
@media (max-width: 767px) {
    .wrap-life {
        padding: 30px 20px 20px;
    }
}
.btn-all{
	background-color: #583822;
	text-align: center;
	color: #fff;
	padding: 5px 0px;
	max-width: 330px;
	margin: 30px auto 120px;
	display: block;
}
@media (max-width: 767px) {
	.btn-all{
	margin: 30px auto 60px;
	display: block;
}
}
.btn-all:hover{
	color: #fff;
	opacity: 0.8;
}
.wrap-report{
	text-align: center;
	background-color: #f6f6fe;
	padding: 50px 0;
	margin: 0 0 25px 0;
}
@media (max-width: 767px) {
	.wrap-report{
	padding: 25px 0;
	margin: 0 0 10px 0;
}
}
.report2.wrap-report {
background: #f8f6ea;
}
.list-report {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
}
.list-report li {
    width: 48%;
	position: relative;
}
@media (max-width: 767px) {
    .list-report li {
        width: 100%;
        margin-bottom: 30px;
    }
}
.tit-report{
	font-size: 26px;
	font-family: "NotoSerifCJKjp-Medium";
	padding: 0 0 30px 0;
}
@media (max-width: 767px) {
	.tit-report{
	font-size: 19px;
	font-family: "NotoSerifCJKjp-Medium";
	padding: 0 0 30px 0;
}
}
.txtbox-report {
    width: 80%;
    margin: -50px auto 0;
    background-color: rgba(255, 255, 255, 0.90);
    text-align: center;
    padding: 15px 0;
    z-index: 2;
    position: relative;
    box-shadow: 0 0 5px #ccc;
}
.txt-report {
    font-size: 14px;
    display: block;
    padding: 0 20px 20px;
}
.btn-report {
    color: #fff;
    background: #8888bf;
    text-align: center;
    padding: 5px 0;
    width: 140px;
    display: block;
    margin: 0 auto;
}
.report2 .btn-report {
background: #a38637;
}
.link-box:hover .btn-report{
    color: #fff;
    opacity: 0.8;
}
.wrap-phtxt{
	position: relative;
}
.on-ph-txt{
    width: 100%;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
	margin: auto;
	color: #fff;
	text-shadow:  0 0 10px #000;
	font-size: 34px;
	z-index: 3;
	line-height: 1.2;
}
@media (max-width: 767px) {
	.on-ph-txt{
	font-size: 28px;
}
}
.on-ph-txt span{
	font-size: 0.8em;
}

#map_area{
padding-top:20px;
height:450px;
}

.dlTable {
    width: 100%; /* テーブルの横幅 */
    border-top: 1px solid #ddd; /* テーブルの上の線 */
    border-left: 1px solid #ddd; /* テーブルの左の線 */
    display: flex; /* 子要素のdtとddを横並びにする */
    flex-wrap: wrap; /* 1つのdtとddで1行になるよう改行させる */
		margin: 0 0 50px 0;
}
.dlTable dt,
.dlTable dd {
		font-size: 0.75em;
    border-bottom: 1px solid #ddd; /* 各セルの下の線。テーブルの下の線も補える。 */
    border-right: 1px solid #ddd; /* 各セルの右の線。テーブルの右の線も補える。 */
    box-sizing: border-box; /* widthの計算を楽にするため */
    padding: 3px 3px; /* 各セルに余白を取る */
}
.dlTable dt {
    width: 200px; /* dt（見出し項目）の横幅を200pxに指定 */
}
.dlTable dd {
    width: calc(100% - 200px); /* テーブル幅からdtを引いた分の横幅を指定。 */
}

.dlTable dd a {
	text-decoration: none;
	color: #1558d6;
	border-bottom: 1px solid #1558d6;
}
.dlTable dd a:hover {
	text-decoration: none;
	color: #639bb7;
	border-bottom: 1px solid #639bb7;
}



/* FOR smartphone landscape
***************************************************************************/
@media screen and (max-width:750px) {

    .dlTable {
        width: 100%; /* 横幅をpxではなく、幅いっぱいに指定。 */
        border-left: none; /* テーブルの左の線を消す */
        display: block; /* 横並びにさせないようブロック要素にする */
    }
    .dlTable dt,
    .dlTable dd {
				font-size: 0.75em;
        border-right: none; /* セルの右の線を消す */
        width: 100%; /* 横幅を幅いっぱいに指定 */
        padding: 5px 5px; /* 各セルに余白を取る */
    }
    .dlTable dt {
        border-bottom: none; /* 下の線を消す（ddの下の線が残る） */
        padding-bottom: 0; /*ddとの距離を近づけるため、0にする*/
    }

}




/*シングルページの画像表示*/
div.att_img {
		width:100%;
    }

div.att_cont {
	width:100%;
	display: block; 
    }

div.att_cont div{
			margin: 10px 0;
    }

div.att_post p {
			margin: 0px;
    }


/*シングルページのwiki表示*/
div#wikidiv{
	background: #eee;
}
div#wiki{
	padding:20px
}
div#wiki p {
	color: #555;
	margin: 0;
}
div#wiki span {
	font-size: 0.8em;
}

div.city{
	padding: 5px 15px;
	background: #fff;
	border: 1px solid #ccc;
    position: relative;
	margin: 0 10px 1px 10px;
}
div.city h4{
	font-size: 1em;
    margin: 2px 0 2px 5px;
}
div.city span{
	font-size: 0.85em;
		margin: 0 5px;
}
nav.navigation{
	display: block; 
	width:100%;
	text-align: center;
	margin: 0 0 10px;

}
.nav-links span.current  {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
	    display: inline-block;
    cursor: not-allowed;
    padding: 5px 15px;
}
.nav-links  a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 20%);
}

/*ポピュラーポスト関連*/

ul.wpp-cardview{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wpp-item-data{
	font-family: "adobe-garamond-pro", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HiraMinProN-W6", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}


.wpp-cardview {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.wpp-cardview li {
	list-style: none;
	margin: 0 0 1.2em 0;
	padding: 0 0 1em 0;
	border-bottom: #ddd 1px solid;
}
.in-preview-mode .wpp-cardview li {
	margin: 0 0 1.2em 0;
	padding: 0 0 1em 0;
}
.wpp-cardview li:last-of-type, .wpp-cardview li:only-child {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
.wpp-cardview .wpp-thumbnail-container {
	position: relative;
	margin-bottom: .8em;
}
.wpp-cardview li .wpp-thumbnail {
	overflow: hidden;
	display: block;
	float: none;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	line-height: 1;
	background: #f0f0f0;
	border: none;
}
.wpp-cardview li a {
	text-decoration: none;
}
.wpp-cardview li a:hover {
	text-decoration: underline;
}
.wpp-cardview li .taxonomies, .wpp-cardview li .wpp-post-title {
	display: block;
}
.wpp-cardview li .taxonomies {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em;
	color: #aaa;
	font-size: 0.7em;
	line-height: 1;
	background: rgba(0, 0, 0, 0.5);
}
.wpp-cardview li .taxonomies a {
	color: #fff;
}
.wpp-cardview li .wpp-post-title {
	margin: 0 0 0.5em;
	font-size: 1.2em;
	line-height: 1.2;
}
.wpp-cardview li .wpp-excerpt {
	margin: 0;
	font-size: 0.8em;
}

@media (max-width: 1024px) {
	.wpp-cardview li{
		width: 49%;
		box-sizing: border-box;
		padding: 8px;
		background: #fff;
		border: 1px solid #f0f0f0;
		position: relative;
		-moz-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
		-webkit-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
		box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
		-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 3, OffY = 3, Color = #ffcccccc, Positive = true)";
		filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color=#ffcccccc, Positive=true);
		margin-bottom: 25px;
	}
	
	.wpp-cardview li:last-of-type, .wpp-cardview li:only-child {
		padding: 8px;
		margin-bottom: 25px;
	}
	
}
div.pswp{
    z-index:10000;
}


