@charset "utf-8";

/* CSS Document */

@media only screen and (max-width: 1279px){
    iframe{
        max-width: 100%;
    }
}

@media only screen and (max-width: 1023px){
    iframe{
        width: 100%;
    }
}
.area-name{
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.area-list ul{
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}
.area-list ul li{
    float: left;
    list-style: none;
}
.area-list ul span,
.area-list ul a{
    display: inline-block;
    padding: 0;
    color: #202226;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
}

@media only screen and (min-width: 1025px){
    .area-list ul a:hover{
        text-decoration: underline;
    }
}
.area-list ul li:after{
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    content: "/";
    color: rgba(0, 0, 0, 0.3);
}
.area-list ul li:last-child:after{
    display: none;
}
.area-list ul li:first-child span,
.area-list ul li:first-child a{
    padding-left: 0;
}
/*------------------------

検索結果

------------------------*/

.result-list{
    margin-top: 20px;
}
.result-list li{
    text-indent: -0.5em;
}
.result-list li:before{
    margin-right: 0.5em;
    content: "\f0da";
}
/*------------------------

詳細画面

------------------------*/

.detail-page .infomation{
    padding: 20px;
    background: rgba(255, 255, 255, 0.7);
}
.detail-page .infomation .img{
    text-align: center;
}
.detail-page .infomation .name{
    margin: 10px 0;
    font-size: 20px;
    font-weight: bold;
}
.detail-page .infomation p.text{
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #e5e5e5;
    font-size: 14px;
}
.detail-page .spot-add{
    margin-bottom: 0;
    color: #828282;
}
.production{
    border-bottom: 1px solid #2f4754;
}
.production th,
.production td{
    padding: 10px;
    vertical-align: top;
}
.production th{
    color: #fff;
    border-bottom: 1px solid #2f4754;
    background-color: #4d6a79;
    font-size: 13px;
    font-weight: 400;
}
.production td{
    background-color: rgba(255, 255, 255, 0.5);
}
/*------------------------

大阪ロケ地マップ

------------------------*/

.row-wrap{
	padding: 20px 0;
}

.row-wrap .col-6{
	padding: 20px;
	margin-bottom: 25px;
	background-color: #fff;
	min-height: 0%;
  border: 1px solid #fff;
		text-decoration: none;


}
.row-wrap .col-6 img{
	width: 100%;
    max-width: 476px;
}
/* .row-wrap .col-6 p{
	margin: 20px 0;
} */
/*
.img-left{
  float: left;
  width: 80%;
}
.btn-right{
  float: left;
  width: 20%;
  padding-left: 10px;
}
*/
/* .btn-area{
	text-align: center;
} */

.btn{
  width: 100%;
  height: 90px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 5px;
  padding-top: 23px;
  border: 2px solid #000;
}
/*
.row-wrap .col-6:hover{
  border: 1px solid #000;
}
*/

.row-wrap .col-6:hover .btn{
  opacity: .6;
}
/* .row-wrap .col-6:hover .btn{
  color: #000;
  background-color: #fff;

} */

.center-title{
  margin-bottom: 20px;
  text-align:center;
  display: block;
	width: 100%;
	max-width: 538px;
	margin: 0 auto;
  border: 1px solid #fff;
}

.center-title:hover{
  border: 1px solid #000;
}

.col-text{
	color: #000;
	text-decoration: none;
	margin-bottom: 0;
	width: 100%;
    max-width: 476px;
    margin: 16px auto 80px;
}
a .col-text:hover{
	color: #000;
	text-decoration: none;
}
.row-wrap .col-6{
	position: relative;
}
.btn-box{
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
    text-align: center;
}
.col-text span{
  display: inline-block;
  margin-right: 12px;
}
@media only screen and (max-width: 1279px){
  .btn{
    height: 74px;
    padding-top: 14px;
  }
}
@media only screen and (max-width: 1023px){
  .img-left{
    width: 72%;
  }
  .btn-right{
    width: 28%;
  }
  .btn{
    height: 100px;
    padding-top: 35px;
  }
}
@media only screen and (max-width: 767px){
  .img-left{
    width: 100%;
  }
  .btn-right{
    display: none;
  }
  .row-wrap .col-6{
/*    padding: 0;*/
  }
a .col-text{
 width: 100%;
}
	.col-text{
    margin: 16px auto;
}

.btn-box{
	position: static;
}

/*
  .row-wrap {
    padding: 16px 16px 0 16px;
    background: #fff;
}
*/
}
