@charset "UTF-8";
/* ================================
	共通
================================ */
/* overlay
---------------------- */
html,body{
  _height: 100%;
  min-width: 1000px;
  
  /*ヨコスクロールバーを出さない*/
  overflow-x: hidden;
  overflow-y: visible;
}
.btn a {
    text-align: center;
    border: 2px solid #78c170;
    margin: 0 20px 0 0;
    padding: 20px;
	background: #fff;
	display: block;
	font-weight: bold;
	width: 350px;
	font-size: 1.4em;
	color: #78c170;
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
     -o-transition: all 0.5s ease;
	float: left;
}
.btn a:hover {
	background: #78c170;
	color: #fff;
}


/***********************************************
マウスオーバー
***********************************************/
a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	position: relative;
	top: 0;
}
a:hover {
	filter: alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
	top: -3px;
}


.mb05 {
	margin-bottom: 5px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt50 {
	margin-top: 50px;
}
.mb40 {
	margin-bottom: 40px !important;
}
.pl40{
padding-left: 40px;
}
.flexbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  text-align: center;
  
  -webkit-flex-wrap: wrap;          /* Safari etc. */
  -ms-flex-wrap    : wrap;          /* IE10        */
  flex-wrap        : wrap;
}
.flexbox div {
	margin: 14px;
}

/* ================================
	ヘッダ
	.globalHeader
================================ */
/*	globalHeader
---------------------- */
.globalHeader .inner{
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	text-align: center;
	position: relative;
}

.float-L {
	float: left;
}

.float-R {
	float: right;
}
.flexcontainer {
	display: flex;
}
.flexitem {
	width: 20%;
	text-align: center;
}

.align-r {
	text-align: right;
}

.align-l {
	text-align: left;
}

.align-c {
	text-align: center;
}




/*スクロールを促す矢印*/
#scroll {
  position: absolute;
  top: 90%;
  left: 50%;

}

a.scroll {
  padding-top: 90px;
  color: #fff;
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 1.2em;
  letter-spacing: 2px;
}
a.scroll span {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  animation: sdb 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}


/*スライド*/
.bg-slider {
	width: 100vw;
	width: 100%;
	height: 900px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: auto;
}


/*
奈良トップ
*/
#top .bg-slider__title{
	position: absolute;
	top: 450px;
	right: 50px;
}
#top .furusato_coupon {
	position: absolute;
	top: 50px;
	left: 50px;
}
#top .area_link {
	width: 100%;
	height: 400px;
	  display: flex;
  justify-content: center;
  align-items: center;
}
#top .area_link.north {
	background: url("../images/top/north_link_bg.jpg") no-repeat;
}
#top .area_link.central {
	background: url("../images/top/central_link_bg.jpg") no-repeat;
	text-align: right;
}
#top .area_link.south {
	background: url("../images/top/south_link_bg.jpg") no-repeat;
}
/*
3area共通
*/
.notes_txt {
	margin: 20px 0;
	font-size: 0.8em;
}
.spot {
	height: 1650px;
}
.map .btn01 {
	margin-top: 167px;
}
.map .btn02 {
	margin-top: 30px;
}

/*
奈良北部
*/
#north {
	
}
#north .bg-slider__title {
	position: absolute;
	top: 30px;
	right: 22px;
}
#north .furusato_coupon {
	position: absolute;
	top: 150px;
	right: 0px;
}
#north .copy {
	position: absolute;
	top: 450px;
	text-align: center;
    width: 100%;
}

#north .header {
	background: url("../images/north/header-bg.jpg") no-repeat top center;
	height: 600px;
}
#north .map {
	background: url("../images/north/map.png") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 269px;
	width: 300px;
	text-align: center;
}
#north .spot01 {
	position: absolute;
	top: 30px;
	left: 0px;
}
#north .spot02 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#north .spot03 {
	position: absolute;
	top: 430px;
	left: 0px;
}
#north .spot04 {
	position: absolute;
	top: 332px;
	left: 630px;
}
#north .spot05 {
	position: absolute;
	top: 930px;
	left: 0px;
}
#north .spot06 {
	position: absolute;
	top: 1270px;
	left: 0px;
}
#north .spot07 {
	position: absolute;
	top: 930px;
	left: 345px;
}
#north .spot08 {
	position: absolute;
	top: 1014px;
	left: 690px;
}

/*
奈良中部
*/
#central {
	
}
#central .bg-slider__title {
	position: absolute;
	top: 30px;
	right: 22px;
}
#central .furusato_coupon {
	position: absolute;
	top: 150px;
	right: 0px;
}
#central .copy {
	position: absolute;
	top: 30px;
	left: 0;
}

#central .header {
	background: url("../images/central/header-bg.jpg") no-repeat top center;
	height: 600px;
}
#central .map {
	background: url("../images/central/map.png") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 269px;
	width: 300px;
	text-align: center;
}
#central .spot01 {
	position: absolute;
	top: 400px;
	left: 0px;
}
#central .spot02 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#central .spot03 {
	position: absolute;
	top: 430px;
	left: 0px;
}
#central .spot04 {
	position: absolute;
	top: 330px;
	left: 690px;
}
#central .spot05 {
	position: absolute;
	top: 840px;
	left: 0px;
}
#central .spot06 {
	position: absolute;
	top: 1245px;
	left: 0px;
}
#central .spot07 {
	position: absolute;
	top: 840px;
	left: 345px;
}
#central .spot08 {
	position: absolute;
	top: 1180px;
	left: 345px;
}
#central .spot09 {
	position: absolute;
	top: 1022px;
	left: 690px;
}

/*
奈良南部
*/
#south {
	
}
#south .bg-slider__title {
	position: absolute;
	top: 30px;
	right: 22px;
}
#south .furusato_coupon {
	position: absolute;
	top: 150px;
	right: 0px;
}
#south .copy {
	position: absolute;
	top: 450px;
	text-align: center;
    width: 100%;
}

#south .header {
	background: url("../images/south/header-bg.jpg") no-repeat top center;
	height: 600px;
}
#south .map {
	background: url("../images/south/map.png") no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 269px;
	width: 300px;
	text-align: center;
}
#south .spot01 {
	position: absolute;
	top: 30px;
	left: 0px;
}
#south .spot02 {
	position: absolute;
	top: 0px;
	left: 0px;
}
#south .spot03 {
	position: absolute;
	top: 430px;
	left: 0px;
}
#south .spot04 {
	position: absolute;
	top: 430px;
	left: 345px;
}
#south .spot05 {
	position: absolute;
	top: 305px;
	left: 610px;
}
#south .spot06 {
	position: absolute;
	top: 880px;
	left: 0px;
}
#south .spot07 {
	position: absolute;
	top: 880px;
	left: 345px;
}
#south .spot08 {
	position: absolute;
	top: 1295px;
	left: 0px;
}
#south .spot09 {
	position: absolute;
	top: 1217px;
	left: 345px;
}
#south .spot10 {
	position: absolute;
	top: 1010px;
	left: 690px;
}


.attention {
	text-align: center;
	padding: 20px;
	color: #ff0000;
	background: #FFFFFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-family:"Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height: 1.7;
}
