footer .copySection p:nth-child(2) {
    display:none !important;
    }


.prBlock_title {
    background-color:#800000;
    color:#fff;
    font-weight:bold;
    padding:10px 0;
    }

.prBlock_summary {
    text-align:left !important;
    margin-top:25px;
    }

@media (min-width: 992px) {

.prBlock_summary {
    font-size:18px !important;
    } 

    }

.prBlock .prBlock_image {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    }

.prBlock .prBlock_image {
    width:100% !important;
    max-width:400px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    height:200px !important;
    border-radius:10% !important;
    margin-bottom:20px;
    }

.prBlock .prBlock_image img {
    width:100% !important;
    max-width:400px !important;
    height:auto !important;
    }

footer .sectionBox {
    display:none !important;
    }

footer .copySection {
    display:block !important;
    border-top:none !important;
    }


/*メインコンテンツ
-------------------------------------*/

section {
	
	padding: 3rem 0;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
	margin: 1em 0;
}

.under {
    border-bottom: 0.4rem solid #000;
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

.left {
	text-align: left;
	 padding: 12px 10px 0 10px;
}



/* グリッド
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.gourmet {
    margin-right: -18px;
    margin-left: -18px;
}

@media (max-width: 550px) {
.gourmet {
     margin-right: -22px;
    margin-left: -22px;
}

}

.container {
    margin: 0 auto;
    max-width: 1200px;
	  padding: 0 2.0rem;
    position: relative;
}

.container02 {
    margin: -1.5em auto;
    max-width: 1200px;
	  padding: 0;
    position: relative;
}

.maplist {
   padding: 3rem;
}

/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
}
/* 768px以上の表示 */
@media ( min-width : 768px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}
.col {
    margin-left: 4%;
}
	
.col:first-child { 
    margin-left: 0; 
}
.row .col.span-4 {
    flex: 0 0 32%;
    max-width: 32%;
    margin-left: 1%;
	}
  
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}

.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
	
	.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */

.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
  
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}   
}
	
/* 見出し
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.title1 { font-size: 25px; line-height: 1.25; letter-spacing: -.1rem; border-bottom: solid 5px #800000; font-family: "游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ","Meiryo",sans-serif;
	padding: 0 10px 10px; text-align: left; margin-bottom: 1rem;}

.title2 { font-size: 25px; line-height: 1.25; color: #ffffff;　letter-spacing: -.1rem; background-color: #9a834d; /*背景色*/
  padding: 0.5em;/*文字まわり（上下左右）の余白*/ text-align: center; margin-bottom: 1rem;}

/* PC表示 */
@media (min-width: 550px) {
 .title1 { font-size: 36px;
	padding: 0 20px 20px;}
}

a.black:link{color:#333;}

/* テーブル
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table.locations{
	 width: 100%;
    border-collapse: separate; }
table.locations th,
td {
  padding: 12px 10px !important;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

	tr.timeLine td .txtSmall {
    display: inline-block;
    margin: 0 0.5em 0 1em;
    color: #9a834d;
}
  tr.timeLine td .txtLarge {
    font-size: 160%;
    letter-spacing: 1px;
}

tr.telLine td {
    font-weight: bold;
    font-size: 30px;
}

 tr.telLine td .txtSmall {
    display: inline-block;
    margin: 0 0.5em 0 1em;
    color: #9a834d;
    font-size: 14px;
    vertical-align: middle;
}

 tr.telLine td .telNum {
    padding-left: 40px;
    background: url(http://conect-inc.main.jp/wp-content/uploads/tel.png) left center no-repeat;
}

.businesshours {
    font-weight: bold;
	margin-bottom: 0.5rem;}

.table{
  border-collapse: collapse;
  margin: 0 auto;
}
.table-img,
.table-txt{
  vertical-align: top;
  width: 50%;
	padding: 0;
	
}
.table-img > img{
  width: 100%;
}

.table01 {
      border: 0;
    }

.td_01 {
    width: 50%;
	  padding: 0!important;
	  border: none;
}

.td_02 {
    text-align: center;
}
.td_03 {
    width: 50%;
	  border: none;
	  line-height: 1.2em;
}

.togo{
    padding-left: 14px;
    line-height: 14px;
    background: url(http://conect-inc.main.jp/wp-content/uploads/togo.png) no-repeat;
	font-size: 14px;
}

/* PC表示 */
@media (min-width: 550px) {
 tr.telLine td {
    font-weight: bold;
    font-size: 40px;
}

}

/* テーブル詳細ページ
–––––––––––––––––––––––––––––––––––––––––––––––––– */
table.tbl-r02 {
 text-align: left;
	margin-bottom: 10px;
	
}
.tbl-r02 th {
  background: #f6f6f6;
  border: solid 1px #ccc;
  color: #555;
  padding: 10px;
	font-weight: bolder; 
}
.tbl-r02 td {
border: solid 1px #ccc;
  padding: 10px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  
  .tbl-r02 th,
  .tbl-r02 td {
border-bottom: none;
    display: block;
    width: 100%;
  }
}
/* 詳しく見るボタン */
.btn-flat-border {
  display: inline-block;
  margin:1.2em;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #800000;
  border: solid 2px #800000;
  border-radius: 3px;
  transition: .2s;
}

.btn-flat-border:hover {
	text-decoration: none;
  background: #800000;
  color: white;
}

.btn-flat-border:focus{
	text-decoration: none;
	color: #800000;
}

.btn-flat-border2 {
  display: inline-block;
  padding: 0.3em 0.6em;
  text-decoration: none;
  color: #800000;
  border: solid 2px #800000;
  border-radius: 3px;
  transition: .2s;
}

.btn-flat-border2:hover {
  background: #800000;
  color: white;
	text-decoration: none;
}


/* マップ */
.box1{
    padding: 0;
    margin: 0;
	 position: relative;
}
.box1 p {
    margin: 0; 
    padding: 0;
	  position: absolute;
    top: 99%;
    left: 20%;
    color: #542D24;
	  line-height: 0em;
	  font-size:1rem;
}
/* 650px以上の表示 */
@media ( min-width : 650px ) {
.box1 p {
	  font-size:2rem;
}
}

.box2{
    padding: 0.5em 0;
    margin: 0;
	   background-image: url(http://conect-inc.main.jp/wp-content/uploads/background2.png);
   background-repeat: repeat-y;
	background-size:100%;
}
.box2inside{
    padding:0 1rem;
}
.box2 p {
    margin: 0; 
    padding: 0;
}

/* 650px以上の表示 */
@media ( min-width : 650px ) {
.box2 {
    padding: 0.5em 1em;
}
}


box3{
    padding: 0;
    margin: 0;
}
.box3 p {
    margin: 0; 
    padding: 0;
}

.box4 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #800000;
	  background: rgba(237,234,208,0.45);
}
.box4 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #800000;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box4 p {
    margin: 0; 
    padding: 6px;
	  text-align: left;
	  font-size: small;
	  line-height: 1.2em;
}


/* Mapレスポンシブ */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
margin: 0 20px 20px 20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/* 改行 */
@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* ポップアップ */
.popup {
margin-bottom:5px;
line-height: 1.2em;
}

#map {
  width: 100%;
}
#map svg {
  width: 100%;
  height: auto;
}

#map svg path {
  transition: fill 0.3s linear;
}
#map svg :hover path {
  fill: #270b00;
	stroke-width: 1px;
}

#map svg :hover .text {
  fill: #C19252;
}

#map svg :hover .namebox {
 filter: none;
}

@-webkit-keyframes waterWave {
  to {
    stroke-dashoffset: 1000;
  }
}
@keyframes waterWave {
  to {
    stroke-dashoffset: 1000;
  }
}

@keyframes colorChange {
    0%{fill:#800000}
    100%{fill: #d50000}
}