@charset "UTF-8";
/*
* mixin
*/
/*
* 基本
*/
li {
  list-style-type: none !important; }

.container {
  max-width: 100%;
  padding: 0; }

.contents {
  padding-top: 0;
  color: #171717; }

h3 {
  margin: 0;
  padding: 0; }

.cont_wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto; }

.mincyo {
  font-family: 'Hiragino Mincho ProN', serif; }

.cl_lgray {
  color: #858484; }

.cont_ent_img {
  overflow: hidden;
  width: 350px;
  /*background: #333333;*/
}
.cont_ent_img img {
	display: block;
	transition-duration: 0.4s;	/*変化に掛かる時間*/
}
.cont_ent_img img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.4s;	/*変化に掛かる時間*/
  /*opacity: 0.6;*/
}
.max_image350 {
  width: 350px;
  max-width: 100%;
}
@media screen and ( max-width:640px) {
.cont_ent_img {
  width: 280px;
  margin: 0 auto;
}
.max_image350 {
  width: 280px;
  max-width: 100%;
}
}

figure {
  margin: 0;
  padding: 0; }

/*
* hover/active時のボックスシャドウ
*/
img.cont_shadow:active {
  box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.2); }

@media screen and (min-width: 641px) {
  img.cont_shadow:hover {
    box-shadow: 0px 1px 3px 3px rgba(0, 0, 0, 0.2); } }

/*
* h2タイトル
*/
.cont_ttl {
  padding: 0.5em 0;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 640px) {
    .cont_ttl {
      justify-content: center; } }
  .cont_ttl span {
    margin-left: 0.51em;
    color: #858484; }
  .cont_ttl h2 {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    color: #333333;
    margin-top: 0; }
    @media screen and (min-width: 641px) {
      .cont_ttl h2 {
        font-size: 1.5rem; }
        .cont_ttl h2:before {
          content: "●"; } }

/*
* header
*/
@media screen and (min-width: 641px) {
  .cont_header > div {
    padding: 10px 10px; } }

@media screen and (max-width: 640px) {
  .cont_header > div {
    padding: 5px 5px; } }

.cont_header > div .cont_header_ttl {
  position: relative; }
  @media screen and (min-width: 641px) {
    .cont_header > div .cont_header_ttl {
      padding: 10px 0; } }
  @media screen and (max-width: 640px) {
    .cont_header > div .cont_header_ttl {
      padding: 10px 0;
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .cont_header > div .cont_header_ttl h1 {
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 641px) {
      .cont_header > div .cont_header_ttl h1 {
        text-align: center; }
        .cont_header > div .cont_header_ttl h1 img {
          width: 200px; } }
    @media screen and (max-width: 640px) {
      .cont_header > div .cont_header_ttl h1 {
        width: 53%;
        max-width: 180px; }
        .cont_header > div .cont_header_ttl h1 img {
          width: 100%; } }
  @media screen and (max-width: 640px) {
    .cont_header > div .cont_header_ttl .cont_header_ot {
      line-height: 1; } }
  @media screen and (min-width: 641px) {
    .cont_header > div .cont_header_ttl .cont_header_ot .cont_dpla_logo {
      position: absolute;
      top: 0;
      left: 0; }
      .cont_header > div .cont_header_ttl .cont_header_ot .cont_dpla_logo img {
        width: 110px; } }
  @media screen and (max-width: 640px) {
    .cont_header > div .cont_header_ttl .cont_header_ot .cont_dpla_logo img {
      width: 90px; } }
  .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav {
    display: flex;
    justify-content: right;
    font-size: 0.8rem; }
    @media screen and (min-width: 641px) {
      .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav {
        position: absolute;
        top: 0;
        right: 0;
        align-items: center; } }
    @media screen and (max-width: 640px) {
      .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav {
        float: right; } }
    .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav a {
      color: #747474;
      padding-right: 15px; }
      @media screen and (max-width: 960px) {
        .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav a.display_middle {
          display: none; } }
      .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav a.twitter-share-button {
        padding-right: 5px;
        width: 25px;
        height: 25px; }
        .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav a.twitter-share-button svg {
          width: 100%; }
      .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav a.facebook-share-button {
        width: 25px;
        height: 25px; }
        .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav a.facebook-share-button svg {
          width: 100%; }
      .cont_header > div .cont_header_ttl .cont_header_ot .cont_header_nav a:last-child {
        padding-right: 0; }

.cont_header .cont_header_bar {
  background: #efeeef;
  padding: 1em 0;
  font-family: 'Hiragino Mincho ProN', serif;
  text-align: center; }
  @media screen and (min-width: 641px) {
    .cont_header .cont_header_bar {
      font-size: 0.9rem; } }
  @media screen and (max-width: 640px) {
    .cont_header .cont_header_bar {
      padding: 0.5em;
      font-size: 3.5vw;
      text-align: center; } }
  @media screen and (min-width: 641px) {
    .cont_header .cont_header_bar .cont_wrap div span.cont_read:before, .cont_header .cont_header_bar .cont_wrap div span.cont_read:after {
      content: "～ "; } }
  .cont_header .cont_header_bar .cont_wrap div span.c_pink {
    color: #ff0171; }
  .cont_header .cont_header_bar .cont_wrap div span.cont_sm {
    font-size: 1rem;
    /*font-weight: bold;*/ }

/*
* 最新の記事
*/
@media screen and (min-width: 641px) {
  .cont_recentent {
    padding: 50px 0; } }

@media screen and (max-width: 640px) {
  .cont_recentent {
    padding: 30px 0; } }

.cont_recentent > .cont_wrap {
  max-width: 1300px; }
  @media screen and (min-width: 641px) {
    .cont_recentent > .cont_wrap .cont_sec_wrap {
      display: flex;
      justify-content: space-between; } }
  @media screen and (max-width: 1300px) {
    .cont_recentent > .cont_wrap .cont_sec_wrap {
      padding: 0 10px; } }
  .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents {
    position: relative; }
    @media screen and (max-width: 640px) {
      .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents {
        margin: 0 -10px; } }
    @media screen and (min-width: 641px) {
      .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents {
        width: 68%; } }
    .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents .cont_entry_slide .cont_newent {
      border: 1px solid #e7e7e7; }
    @media screen and (max-width: 640px) {
      .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents .cont_entry_slide .cont_sub {
        padding: 0 10px; } }
    .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents .cont_entry_slide .cont_sub a.cont_ent_ttl {
      font-family: 'Hiragino Mincho ProN', serif;
      color: #212121;
      font-size: 1.2rem;
      font-weight: bold; }
    .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents .cont_entry_slide .cont_sub span.cont_date {
      font-size: 0.76rem;
      margin-top: 5px;
      display: block; }
    .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents .cont_entry_slide span.cont_new {
      position: absolute;
      top: 0;
      left: 10px;
      border-radius: 50%;
      color: #131313;
      background: yellow;
      text-align: center;
      font-family: 'Roboto Condensed', sans-serif;
      letter-spacing: 0.1em;
      display: flex;
      align-items: center;
      font-weight: bold;
      justify-content: center;
      transform: translateY(-40%); }
      @media screen and (min-width: 641px) {
        .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents .cont_entry_slide span.cont_new {
          width: 70px;
          height: 70px;
          font-size: 1rem; } }
      @media screen and (max-width: 640px) {
        .cont_recentent > .cont_wrap .cont_sec_wrap .cont_newents .cont_entry_slide span.cont_new {
          width: 60px;
          height: 60px; } }
  @media screen and (min-width: 641px) {
    .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics {
      width: 29%; } }
  @media screen and (max-width: 640px) {
    .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics {
      margin-top: 30px; } }
  .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics h2 {
    font-family: 'Roboto Condensed', sans-serif;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    text-align: center;
    padding: 0.3em 0;
    font-size: 125%;
    letter-spacing: 0.1em;
    color: #444444;
    margin-top: 0; }
  .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list {
    margin: 0;
    padding: 0; }
    .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li {
      margin-top: 20px; }
      .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li.cont_l_al .cont_texts {
        /*リスト幅いっぱい表示*/
        margin-top: 10px; }
      .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li.cont_l_side > div {
        /*リスト幅横並び*/
        display: flex;
        justify-content: space-between; }
        .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li.cont_l_side > div figure {
          width: 42%; }
        .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li.cont_l_side > div .cont_texts {
          width: 55%; }
      .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li > div .cont_texts .cont_label {
        display: inline-block;
        background: #aaaaaa;
        color: #FFF;
        font-size: 0.76rem;
        padding: 0 0.5em;
        margin-right: 5px; }
        .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li > div .cont_texts .cont_label.cont_mark {
          background: yellow;
          color: #131313; }
      .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li > div .cont_texts a {
        display: inline-block;
        color: #333333;
        font-weight: bold;
        padding: 0.2em 0; }
      .cont_recentent > .cont_wrap .cont_sec_wrap .cont_topics ul.cont_topics_list > li > div .cont_texts p {
        color: #858484;
        font-size: 0.8rem;
        margin-top: 0; }

.cont_recentent .cont_news {
  margin-top: 30px; }
  @media screen and (max-width: 640px) {
    .cont_recentent .cont_news {
      font-size: 0.8rem; } }
  .cont_recentent .cont_news .cont_wrap > div {
    background: #f6f6f6;
    border: 1px solid #d2d2d2;
    padding: 15px;
    border-radius: 5px; }
    .cont_recentent .cont_news .cont_wrap > div dl {
      margin: 0;
      padding: 0; }
      @media screen and (min-width: 641px) {
        .cont_recentent .cont_news .cont_wrap > div dl dt {
          float: left;
          color: #747474; } }
      @media screen and (min-width: 641px) {
        .cont_recentent .cont_news .cont_wrap > div dl dd {
          margin-left: 7em; } }
      @media screen and (max-width: 640px) {
        .cont_recentent .cont_news .cont_wrap > div dl dd {
          margin: 0; } }
      .cont_recentent .cont_news .cont_wrap > div dl dd a {
        color: #333333;
        font-weight: bold; }

/*
* Swiper
*/
.swiper-container {
  padding-top: 30px !important;
  margin-top: -30px !important; }

.swiper-pagination {
  position: relative !important;
  margin-top: 10px !important; }

/*
* タグ
*/
.cont_tags {
  margin-top: 0; }
  .cont_tags ul {
    margin: 0 0 0 -5px;
    padding: 0; }
    .cont_tags ul li {
      float: left; }
      .cont_tags ul li > div {
        margin-top: 5px;
        margin-left: 5px;
        background: #A6A6A6;
        color: #FFFFFF;
        padding: 1px 10px;
        font-size: 85.7%;
        min-width: 2em;
        text-align: center;
        border-top-left-radius: 5px; }
        @media screen and (min-width: 641px) {
          .cont_tags ul li > div:hover {
            text-decoration: underline;
            cursor: pointer; } }
        .cont_tags ul li > div.cont_tag_meijin {
          background: #B051E0; }
        .cont_tags ul li > div.cont_tag_densetsu {
          background: #83DD52; }
        .cont_tags ul li > div.cont_tag_matsuri {
          background: #F86F3A; }
        .cont_tags ul li > div.cont_tag_cyosensya {
          background: #2D86FD; }
        .cont_tags ul li > div.cont_tag_anaba {
          background: #FD5FA4; }

/*サーチメニュー*/
.cont_searchmenu {
  border-top: 1px solid #d3d3d3; }

.cont_searchmenu .cont_searchlists {
  background: #efeeef;
  padding: 1.7em 0; }

.cont_searchmenu .cont_selectmenu {
  float: left;
  margin-top: 5px; }

.cont_searchmenu .cont_selectmenu ul {
  margin: 0;
  padding: 0; }

.cont_searchmenu .cont_selectmenu ul li {
  float: left;
  margin: 0 0 0 -5px;
  padding: 0; }

.cont_searchmenu .cont_selectmenu ul li > div {
  margin: 5px; }

.cont_searchmenu .cont_selectmenu ul li select {
  /*width:100%;*/
  padding: 2px 20px 2px 0;
  color: #5E5C5C; }

.cont_searchmenu .cont_viewstyles {
  float: right; }

.cont_searchmenu .cont_viewstyles ul {
  margin: 0;
  padding: 0; }

.cont_searchmenu .cont_viewstyles ul li {
  float: left; }

.cont_searchmenu .cont_viewstyles ul li > div {
  margin: 0 5px;
  text-align: center; }

.cont_searchmenu .cont_viewstyles a {
  width: 45px;
  height: 43px;
  display: block; }

.cont_searchmenu .cont_viewstyles a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

.cont_searchmenu .cont_viewstyles a.cont_btn_thumb {
  background: url(/resources/img/trip/michinohosomichi/top/icon_thumb_off.png) no-repeat; }

.cont_searchmenu .cont_viewstyles a.cont_btn_thumb.selected, .cont_searchmenu .cont_viewstyles a.cont_btn_thumb:hover {
  background: url(/resources/img/trip/michinohosomichi/top/icon_thumb_on.png) no-repeat; }

.cont_searchmenu .cont_viewstyles a.cont_btn_list {
  background: url(/resources/img/trip/michinohosomichi/top/icon_list_off.png) no-repeat; }

.cont_searchmenu .cont_viewstyles a.cont_btn_list.selected, .cont_searchmenu .cont_viewstyles a.cont_btn_list:hover {
  background: url(/resources/img/trip/michinohosomichi/top/icon_list_on.png) no-repeat; }

.cont_searchmenu .cont_viewstyles a.cont_btn_map {
  background: url(/resources/img/trip/michinohosomichi/top/icon_map_off.png) no-repeat; }

.cont_searchmenu .cont_viewstyles a.cont_btn_map.selected, .cont_searchmenu .cont_viewstyles a.cont_btn_map:hover {
  background: url(/resources/img/trip/michinohosomichi/top/icon_map_on.png) no-repeat; }

.cont_searchmenu #reset_btn {
  background: #949494;
  color: #FFFFFF;
  border: none;
  padding: 3px 7px;
  /*border-radius:5px;*/ }

/*エントリーリスト*/
.cont_ent_wrapper {
  padding-top: 50px; }

.cont_ent_wrapper > div {
  position: relative; }

.cont_ent_wrapper .cont_entries {
  width: 100%;
  float: left; }

/*リスト切り換え*/
.cont_ent_wrapper.list_view .cont_map_wrap {
  /*display:none;*/
  height: 0;
  overflow: hidden; }

.cont_ent_wrapper.map_view .cont_list_wrap {
  /*display:none;*/
  height: 0;
  overflow: hidden; }

.cont_ent_wrapper.map_view .cont_map_wrap {
  position: static; }

div.cont_ent_list {
  margin-top: 0; }

/*サイドバー*/
div.cont_ent_sidebar {
  float: right;
  width: 25%;
  /*margin-top:50px;*/ }

div.cont_ent_sidebar .cont_inner {
  background: #fafafa;
  border-radius: 5px;
  border: 1px solid #d7d2d2;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 15px 13px; }

div.cont_ent_sidebar .cont_side_box:first-child {
  margin-bottom: 30px; }

div.cont_ent_sidebar .cont_side_box ul {
  padding-left: 0; }

div.cont_ent_sidebar .cont_side_box ul > li {
  margin-bottom: 0.5em; }

div.cont_ent_sidebar .cont_side_box ul > li span {
  display: block;
  font-size: 85.7%;
  color: #989898;
  padding-left: 13px; }

#cont_ent_area:after {
  content: "";
  display: block;
  clear: both; }

#cont_ent_area .cont_btn_onoff.btn_selected .cont_ent_texts h3 {
  /*ボタンオーバー＆タップ*/
  text-decoration: underline; }

.cont_ent_list .cont_ent_texts h3, .cont_ent_list .cont_ent_texts p {
  margin-top: 5px;
  font-family: 'Hiragino Mincho ProN', serif; }

.cont_ent_list .cont_ent_texts p.cont_update {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 85.7%;
  color: #5A5A5A; }

.cont_ent_list .cont_ent_texts h3 {
  font-size: 128.5%;
  font-family: 'Hiragino Mincho ProN', serif; }

.cont_ent_list a {
  color: #212121; }

.cont_ent_list .cont_ent_texts h3 .cont_sttl {
  font-size: 80%; }

.cont_ent_list .cont_more {
  text-align: center;
  background: #EBEBEB;
  border: 1px solid #C9C9C9;
  cursor: pointer; }

/*マップ*/
#map_canvas {
  height: 650px;
  /*margin-top:30px;*/ }

.cont_mapinfo img { height: auto !important;}

/*サムネイル表示*/
.cont_ent_list .cont_viewtype_thumb {
  padding: 0;
  margin: 0 0 0 -25px; }

.cont_ent_list .cont_viewtype_thumb > li {
  width: 33.3%;
  float: left;
  margin-bottom: 100px; }

.cont_ent_list .cont_viewtype_thumb > li > div {
  margin-left: 25px; }

.cont_ent_list .cont_viewtype_thumb .cont_sttl {
  display: block; }

.cont_ent_list .cont_viewtype_thumb > li:nth-child(3n+1) {
  clear: left; }

/*リスト表示*/
.cont_ent_list .cont_viewtype_list {
  padding-left: 0; }

.cont_ent_list .cont_viewtype_list > li {
  width: 100%;
  float: none;
  display: block;
  overflow: hidden;
  margin-bottom: 50px; }

.cont_ent_list .cont_viewtype_list > li .cont_ent_img {
  width: 17%;
  float: left; }

.cont_ent_list .cont_viewtype_list > li .cont_ent_texts {
  margin-left: 19%; }

/*.cont_ent_list .cont_viewtype_list >li .cont_ent_texts p , .cont_ent_list .cont_viewtype_list >li .cont_ent_texts h3{
	display:inline-block;
}*/
.cont_ent_list .cont_viewtype_list > li .cont_ent_texts p.cont_update {
  float: left;
  margin-top: 7px; }

.cont_ent_list .cont_ent_texts h3 {
  margin-bottom: 5px; }

.cont_ent_list .cont_ent_texts h3 span:first-child {
  margin-right: 0.5em; }

.cont_ent_list .cont_viewtype_list > li .cont_tags, .cont_ent_list .cont_viewtype_list > li .cont_update, .cont_ent_list .cont_viewtype_list > li .cont_ent_texts h3, .cont_ent_list .cont_viewtype_list > li .cont_ent_texts p {
  margin-top: 0; }

.cont_ent_list .cont_viewtype_list > li .cont_ent_texts p.cont_update {
  margin-right: 1em; }

.noentry {
  text-align: center; }

.noentry.hide {
  display: none; }

/*
* bottoms
*/
.cont_bottoms {
  margin-top: 70px;
  background: url(/resources//img/trip/michinohosomichi/top/bg_about.png);
  padding: 0; }
  .cont_bottoms .cont_ttl {
    border-bottom: 1px solid #AFAFAF; }
    @media screen and (min-width: 641px) {
      .cont_bottoms .cont_ttl {
        padding-top: 50px; } }
    @media screen and (max-width: 640px) {
      .cont_bottoms .cont_ttl {
        padding-top: 30px; } }
  .cont_bottoms ul {
    margin: 30px 0 0 0;
    padding: 0; }
    @media screen and (min-width: 641px) {
      .cont_bottoms ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; } }
    .cont_bottoms ul li {
      background: #FFF;
      margin-bottom: 30px; }
      @media screen and (min-width: 641px) {
        .cont_bottoms ul li {
          width: 31%; } }
      .cont_bottoms ul li:nth-child(3n+2):last-child {
        margin-right: 34.5%; }
      .cont_bottoms ul li h3 {
        display: inline-block;
        padding: 5px 1.5em;
        background: #B7B7B7;
        color: #FFFFFF;
        font-weight: normal;
        line-height: 1.3; }
      .cont_bottoms ul li p {
        padding: 6%;
        margin-top: 0; }
        .cont_bottoms ul li p img {
          float: left;
          margin: 0 10px 10px 0;
          width: 76px;
          height: 76px; }

@media screen and (max-width: 1100px) {
  .cont_wrap > div {
    padding: 0 10px; } }

@media screen and (max-width: 640px) {
  .outline {
    background-size: 180% auto; }
  .cont_tags {
    font-size: 85.7%;
    /*margin-top:5px;*/ }
  /*セレクト*/
  .cont_searchmenu .cont_selectmenu ul li {
    width: 100%; }
  .cont_searchmenu .cont_selectmenu ul li select {
    width: 100%;
    font-size: 16px; }
  .cont_searchmenu .cont_searchlists {
    padding: 0.3em 0; }
  .cont_searchmenu #reset_btn {
    width: 100%; }
  /*切り換えボタン*/
  .cont_searchmenu .cont_viewstyles {
    float: none;
    padding: 5px 0;
    clear: both; }
  .cont_searchmenu .cont_viewstyles ul li {
    display: inline-block;
    float: none; }
  /*エントリーリスト*/
  .cont_ent_wrapper {
    padding-top: 0;
    overflow: hidden; }
  .cont_ent_wrapper .cont_entries {
    width: auto;
    float: none; }
  .cont_tags ul:after {
    display: block;
    content: "";
    clear: both; }
  div.cont_ent_sidebar .cont_side_box ul {
    font-size: 85.7%; }
  .cont_viewtype_thumb .cont_ent_img {
    text-align: center; }
  .cont_ent_list .cont_ent_texts h3 {
    font-size: 114.2%; }
  .cont_ent_list .cont_viewtype_thumb > li, .cont_ent_list .cont_viewtype_list > li {
    width: auto;
    float: none;
    margin-bottom: 0;
    padding: 20px 0;
    border-bottom: 1px dashed #D3D3D3; }
  .cont_ent_list .cont_viewtype_thumb > li:last-child, .cont_ent_list .cont_viewtype_list > li:last-child {
    border-bottom: none; }
  /*リスト表示*/
  .cont_ent_list .cont_viewtype_list > li .cont_tags {
    clear: left; }
  .cont_ent_list .cont_viewtype_list > li .cont_ent_texts p.cont_update {
    margin-top: 0; }
  .cont_ent_list .cont_viewtype_list > li .cont_ent_texts h3 span {
    display: block; }
  .cont_ent_list .cont_viewtype_list > li .cont_ent_texts {
    margin-left: 20%; }
  .cont_ent_wrapper.map_view .cont_map_wrap {
    margin-top: 20px; }
  #map_canvas {
    height: 350px; }
  /*サイドバー*/
  div.cont_ent_sidebar {
    width: auto;
    float: none;
    margin: 30px -15px 0; }
  /*bottoms*/
  .cont_bottoms {
    margin-top: 0;
    font-size: 85.7%; }
  .cont_bottoms li {
    width: 100%;
    margin-bottom: 15px; }
  /*.cont_bottoms .cont_about h2, .cont_bottoms .cont_writer h2 {
	padding-top:2em;
}*/
  .cont_bottoms ul p {
    padding: 5%; }
  .footer_simple2 {
    margin-top: 0; } }
