@charset "utf-8";

/*
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
*/

/*
==========================================================*/

/* 次のページは～
==========================================================*/
.next-pagetitle {
  display: block;
  float: none;
  clear: both;
  margin: 30px auto;
  padding: 0;
  text-align: center;
}

.next-pagetitle p {
  display: table;
  text-align: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
  height: 24px;
  font-size: 12px;
  line-height: 24px !important;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}

.next-pagetitle p span {
  display: table-cell;
  padding: 3px 15px 3px 8px;
  vertical-align: middle;
  background: #840309;
  color: #fff;
  position: relative;
  border-radius: 3px 0 0 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  z-index: 60;
  white-space: nowrap;
}

.next-pagetitle p span::after {
  display: block;
  content: "";
  position: absolute;
  border: solid 19px transparent;
  border-left: solid 20px #840309;
  right: 0;
  top: 50%;
  z-index: 60;
  margin: -19px -38px 0 0;
}

.next-pagetitle p strong {
  display: table-cell;
  padding: 7px 30px;
  vertical-align: middle;
  font-weight: bold !important;
  background: #fff;
  border-radius: 0 3px 3px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 24px;
  z-index: 50;
}

.next-pagetitle p strong a {
  font-weight: bold !important;
}

@media only screen and (max-width: 640px) {
  .next-pagetitle p {
    width: 90%;
  }
  .next-pagetitle p span {
    padding: 3px 5px;
  }
  .next-pagetitle p strong {
    padding: 7px 15px;
  }
}

#pagenation {
  float: none;
  clear: both;
  margin: 0 0 30px;
}

.pagenation-inner {
  display: block;
  width: 100%;
  text-align: center;
}

.pagenation-inner ul {
  display: table;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1;
}

.pager-link li {
  display: table-cell;
  padding: 5px;
}

.pager-link li a {
  display: inline-block;
  padding: 10px 12px;
  border-radius: 4px;
  font-weight: bold;
  background: #C5BB9D;
  text-decoration: none;

  -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.3);

  box-shadow: 2px 2px 0 rgba(0,0,0,0.3);
}

@media only screen and (max-width: 640px) {
  .pagenation-inner ul {
    display: block;
  }
  .pager-link li {
    display: inline-block;
    padding: 3px;
  }
  .pager-link li a {
  }
}

.p12 .pager-link .p12 a,
.p11 .pager-link .p11 a,
.p10 .pager-link .p10 a,
.p09 .pager-link .p09 a,
.p08 .pager-link .p08 a,
.p07 .pager-link .p07 a,
.p06 .pager-link .p06 a,
.p05 .pager-link .p05 a,
.p04 .pager-link .p04 a,
.p03 .pager-link .p03 a,
.p02 .pager-link .p02 a,
.p01 .pager-link .p01 a,
.pager-link li a:hover {
  color: #fff;
  background: #840309;
}

.pager-link li a:hover{
  transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -webkit-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
}

/*
========================================*/
#arealink-block{
  margin: 0 auto 30px;
  padding: 15px;
  position: relative;
  border: 1px solid #d1c6ab;
  background: #f5f5f5;
  -webkit-box-shadow: 2px 3px 4px rgba( 0,0,0,0.2 );
  box-shadow: 2px 3px 4px rgba( 0,0,0,0.2 );
}
.sns-block + hr + #arealink-block{
  margin-top: 30px;
}

@media print{
  #arealink-block{
    display: none;
  }
}

#arealink-block h4{
  font-size: 1.5rem;
  line-height: 1;
  padding-left: 42px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #840309;
  position: relative
}
#arealink-block h4::after{
  display: block;
  content:"";
  position: absolute;
  overflow: hidden;
  width: 36px;
  height: 28px;
  left: 0;
  top: 0;
  background: url(../../images/s_logo.png) no-repeat -38px -9px;

}

#arealink-block h4 small{
  display: block;
  margin-bottom: 5px;
}

.arealink-list{}
.arealink-list dt{
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;

  float: none;
  clear: both;
  position: absolute;
}
.arealink-list dd{
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 7em;
  width: 100%;
  border-bottom: solid 1px #efefef;
}
.arealink-list ul{
  margin: -4px 0 -2px;
  padding: 0;
}
.arealink-list ul::after{
  display: block;
  content: "";
  height: 0;
  clear: both;
}

.arealink-list ul li{
  margin: 0;
  padding: 2px 5px;
  position: relative;
  display: inline-block;
  float: left;

  width: 20%;
}

@media print{
  .arealink-list dt{
    position: relative;
  }
  .arealink-list dd{
    padding-left: 0;
  }
}

@media only screen and (max-width: 640px) {
  .arealink-list dt{
    position: relative;
    padding-bottom: 5px;
    border-bottom: solid 1px #d1c6ab;
    font-weight: bold;
  }
  .arealink-list dd{
    padding:5px 0 5px;
  }
  .arealink-list ul{
    margin: 0;
  }
  .arealink-list ul li{
    margin: 2px;
    width: 48%;
  }

}

.arealink-list ul li a{
  display: block;
  padding: 2px 2px 2px 24px;
  position: relative;
  border-radius: 4px;
}

.arealink-list ul li a:hover{
  background-color: #EFEDDC;
}

.arealink-list ul li a::before,
.arealink-list ul li a::after{
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 5px;
  width: 14px;
  height: 14px;
}
.arealink-list ul li a::before{
  background: #840309;
  border-radius: 100%;
}
.arealink-list ul li a::after{
  height: 0;
  width: 0;
  border: solid 3px #fff;
  border-color: #fff #fff transparent transparent;
  top: 10px;
  left: 7px;

  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

/*
==========================================================*/

.bg01 {
  background: url(../../images/head_bg2.jpg);
  border-bottom: 1px solid #D1C6AB;
}

.border_bottom {
  border-bottom: 2px solid #D1C6AB;
}

.lead--block {
  position: relative;
  max-width: 870px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.p01 .lead--block {
  padding-top: 60px;
}
.page-title .text,
.lead--block .text {
  margin: 0 auto;
  padding: 20px 10% 30px;
  text-align: left;
}

@media only screen and (max-width: 640px) {
  .page-title .text,
  .lead--block .text {
    padding: 20px 15px 30px;

  }
}

.lead--block .text p {
  font-size: 13px;
}

.page-title {
  text-align: center;
  margin: 0 auto;
  padding: 30px 5px 20px;
}

.page-title h2 + .text{}

.lead--block h1,
.page-title h2{
  font-size: 2.8rem;
  line-height: 1.35;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  text-align: center;

  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.lead--block h1{
  font-size: 4.2rem;
}
.lead--block h1 small,
.page-title h2 small{
  display: block;
  font-size: 1.6rem;
}

@media screen and (max-width:768px) {
  .lead--block h1{
    font-size: 3.2rem;
  }
}

@media screen and (max-width:480px) {
  .page-title h2{
    font-size: 2.4rem;
  }
}

.article--block{
  padding: 20px 10px 30px;
  margin: 0 0 30px;
}

@media screen and (max-width:480px) {
  .article--block{
    padding-left: 0;
  }
}

@media print{
  .article--block{
    padding: 10px 5px 15px;
    margin: 0 0 10px;
  }
}

.article--block h3{
  border-bottom:3px double #b6b8bf;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-bottom: 15px;

  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: 500;
  text-shadow: 2px 2px 2px rgba(0,0,0,0.2);

  font-size: 2rem;
  line-height: 1.15;
}
.article--block h3 small a.iframe{
  font-size: 1.2rem;
}
#map-block.article--block h3{
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width:768px) {
  .article--block {
    margin: 0;
  }
  .article--block h3{
    font-size: 1.8rem;
    padding-left: 0;
  }
  .article--block h3 small{
    display: block;
    margin: 5px 0 0 -.5em;
  }
  #map-block.article--block h3{
    margin-bottom: 15px;
  }
}

.article-body{
  position: relative;
  /*display: inline-block;*/
  display: table;
  width: 100%;
}

.article-body.row{
  display: table;
}

.article--block .article-body:not(:last-child){
  padding-bottom: 30px;
}

.article-body::before,
.article-body::after{
  display: block;
  content: "";
  height: 0;
  clear: both;
  zoom: 1;
}

.photo-box{
  display: inline-block;
  margin: 0 auto;
}
.photo-box img{
  border: 5px solid #fff;
  -webkit-box-shadow: 3px 3px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 3px 3px 2px 0 rgba(0,0,0,0.2);
  padding: 0;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
}

/*__右クリック禁止の画像用__*/
.no-link {
  margin-bottom: 15px;
}

@media screen and (min-width:880px) {
  .photo-box img{
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}

@media print{
  .article-body{
    padding-top: 5px;
  }
  .photo-box img{
    overflow: inherit !important;
  }
}

.col .photo-box+.text-box{
  padding-left: 10px;
  padding-right: 10px;
}
.col .text-box:not(:last-child){
  padding-bottom: 30px;
}

.caption{
  font-size: 1.2rem;
  letter-spacing: .15em;
  color: #454545;
  display: block;
  padding: 2px;
}

.photo-box .caption{
  margin: -10px 0 15px;
  display: block;
}

.has-plus{
  position: relative;
  z-index: 5 ;
  display: inline-block;
  background: #fff none repeat scroll 0 0;
  margin-bottom: 15px;
}

.has-plus::after {
  background: url("../../images/plus.png") no-repeat scroll right bottom;
  background-size: cover;
  content: "";
  display: block;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0 5px 5px;
  -webkit-transition: all .2s;
  transition: all .2s;
  opacity: .9;
}
.has-plus:hover::after{
  width: 0;
  opacity: 0;
}

.photo-box,
.photo-box p,
.text-box{
  text-align: left;
}

.text-box p:not(:last-child){
  margin-bottom: 1.25em;
}

.article--block .row{}
.article--block .row .col{
  padding: 0 5px 20px;
  position: relative;
  text-align: center;
}

.has-arrow .left::after{
  display: block;
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  top: 30%;
  right: 0;
  margin: -10px -8px 0 0;
  border: solid 5px #B7B1BB;
  border-color: #B7B1BB #B7B1BB transparent transparent ;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

@media screen and (max-width:768px) {
  .article--block .row .left{
    /*padding-bottom: 0;*/
  }
  .article--block .has-arrow.row .left{
    padding-bottom: 70px;
  }

  .has-arrow .left::after{
    top: auto;
    right: 50%;
    bottom: 20px;
    left: 50%;
    margin: 0 0 0 -10px;
    border-width:15px;
    border-color: #B7B1BB #840309 #840309 #B7B1BB ;
  }
  .text-box{
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (min-width:769px) {

  .article--block .row .col{
    width: 50%;
  }
  .article--block .row .left{
    padding:0 10px 30px 0;
  }
  .article--block .row .right{
    padding:0 0 30px 10px;
  }

  .article--block .has-arrow .left{
    padding:0 15px 30px 0;
  }
  .article--block .has-arrow .right{
    padding:0 0 30px 15px;
  }

}

/**/
.column--block{
  margin: 0 10px;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  border: solid 1px #c5bb9d;
  /*overflow: auto;*/
}
.column--block:not(:last-child){
  margin-bottom: 30px;
}
.column--block h3{
  margin:-5px -20px 20px;
  padding: 0 20px 10px;
  border-bottom: double 3px #c5bb9d;
  text-shadow: none;
}
.column--block [class*="pull-"]{
  overflow: auto;
}
.column--block [class*="pull-"] + div{
  overflow: hidden;
  padding-bottom: 20px;
}
.column--block [class*="pull-"] + div.column-inbox{
  padding-bottom: 8px;
}

.column--block p:not(:last-child){
  margin-bottom: 1.25em;
}

.column--block h4{
  font-size: 1.6rem;
  margin: 0 0 10px;
  padding: 10px 0 5px;
  border-bottom: solid 1px #eee;

  float: none;
  clear: both;
}

.column--block .row .col{
  text-align: left;
}

.column--block .subtitle,
.column--block h3.subtitle{
  margin: 0 0 10px;
  padding: 10px 0 5px;
  border-bottom: solid 1px #c5bb9d;
  font-size: 1.6rem;
}


@media screen and (max-width:480px) {
  .column--block{
    margin-right: 0;
    margin-left: 0;
  }
}

.column-inbox{
  display: inline-block;
  padding: 8px;
  margin-bottom: 1.25em;
  border: solid 1px #c5bb9d;
  max-width: 400px;
  text-align: center;
  overflow: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

@media print{
  hr{
    display: none;
  }
  hr,
  .column--block{
    overflow: auto !important;
  }
  .column--block [class*="pull-"]{
    overflow: inherit!important;
  }
  .column--block [class*="pull-"] + div{
    overflow: auto !important;
  }
}

/*@media screen and (min-width:769px) {}*/

.w400{
  max-width:420px;
}
.w200{
  max-width:220px;
}

.column-inbox p{
  text-align: left;
  line-height: 1.25 !important;
  padding-top: 5px;
  margin-top: -5px;
}
.column-inbox a.iframe{
  margin-top: 5px;
}
@media only screen and (max-width: 640px) {
  .column-inbox p{
    padding-top: 0;
    margin-top: 0;
  }

}

.column-inbox .caption{
  margin: -10px 0 5px;
  display: block;
}

.column-inbox .has-plus{
  margin-bottom: 0;
}
.column-inbox .has-plus::after{
  right: 0;
  bottom: 8px;
  margin: 0;
}

.column--block .pull-left::before,
.column--block .pull-right::before{
  display: block;
  content: "";
  height: 0;
  clear: both;
  float: none;
}


@media screen and (max-width:768px) {
  .column-inbox{
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}

@media print, screen and (min-width:769px) {
  .column--block .pull-right{
    margin-left: 1.25em;
  }
  .column--block .pull-left{
    margin-right: 1.25em;
  }
}

@media print{
  .column--block{}
  .column-inbox{
    max-width: 52%;
  }
}

.citytext h2 {
  font-size: 15px;
  font-weight: bold;
}

.column_text h3 {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 5px 10px 3px;
}

.main-content .citytext h2 {
  font-size: 18px;
  margin-bottom: 1em;
  text-align: center;
}

.citytext.textcenter {
  text-align: center;
}

a.ref{
  text-decoration: underline;
  color: rgb(0, 0, 255);
}


/**/

#cocolomachi {
	margin: 20px 0px 70px;
	font-size: 1em;
	line-height: 1.5em !important;

}