@charset "UTF-8";

.page-title {
	background: url("../img/map/title.jpg") center no-repeat;
	background-size: cover;
	min-height: 450px;
	text-align: left;
	position: relative;
	margin-bottom: 0;
	display: flex;
	align-items: center;
}


@media only screen and (max-width: 768px) {
	.page-title {
		min-height: 200px;
		margin-top: 50px;
		margin-bottom: 0;
	}
}


/* 
----------------------------------------*/
.inner{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0 150px;
	/*margin-bottom: 80px;*/
}

h3 {
	text-align: center;
	color: #1C0C00;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 100px;
	/*font-weight: normal;*/
}

.concept01_wrap {
	width: 1200px;
	margin: 0 auto 100px;
	position: relative;
}
.concept01_wrap > p {
	text-align: right;
	margin-bottom: 10px;
}
.concept01_wrap .slide-inner > div:not(.concept01_bg) {
	position: absolute;
}
.concept01_wrap a {
	transition: .4s;
}
.concept01_wrap a:hover {
	opacity: .7;
}

.icon_hakata {
	width: calc(410/2000 * 100%);
	top: calc(377/1300 * 100%);
	left: calc(929/2000 * 100%);
	z-index: 1;
}
.icon_st-hakata {
	width: calc(390/2000 * 100%);
	top: calc(380/1300 * 100%);
	left: calc(1282/2000 * 100%);
	z-index: 3;
}
.icon_connect {
	width: calc(332/2000 * 100%);
	top: calc(46/1300 * 100%);
	left: calc(1182/2000 * 100%);
	z-index: 2;
}

.icon_waterfront {
	width: calc(192/2000 * 100%);
	top: calc(63/1300 * 100%);
	left: calc(995/2000 * 100%);
	z-index: 2;
}

.icon_tenjin {
	width: calc(442/2000 * 100%);
	top: calc(158/1300 * 100%);
	left: calc(469/2000 * 100%);
	z-index: 1;
}
.icon_st-tenjin {
	width: calc(430/2000 * 100%);
	top: calc(391/1300 * 100%);
	left: calc(214/2000 * 100%);
	z-index: 3;
}
.icon_bigbang {
	width: calc(332/2000 * 100%);
	top: calc(49/1300 * 100%);
	left: calc(200/2000 * 100%);
	z-index: 2;
}

.icon_airport {
	width: calc(514/2000 * 100%);
	top: calc(608/1300 * 100%);
	left: calc(1396/2000 * 100%);
	z-index: 1;
}

.icon_lalaport {
	width: calc(354/2000 * 100%);
	top: calc(585/1300 * 100%);
	left: calc(860/2000 * 100%);
	z-index: 2
}

.icon_st-minami {
	width: calc(340/2000 * 100%);
	top: calc(1040/1300 * 100%);
	left: calc(115/2000 * 100%);
}
.icon_st-zassho {
	width: calc(360/2000 * 100%);
	top: calc(964/1300 * 100%);
	left: calc(1142/2000 * 100%);
}
.icon_st-sakura {
	width: calc(456/2000 * 100%);
	top: calc(1038/1300 * 100%);
	left: calc(1366/2000 * 100%);
}

.concept02_wrap {
	width: 1200px;
	margin: 0 auto 120px;
}

.concept03_wrap {
	width: 1200px;
	margin: 0 auto;
}
.concept03_wrap h3 {
	margin-bottom: 40px;
}
.concept03_wrap h3 + p {
	text-align: center;
	color: #1C0C00;
	letter-spacing: 0.05em;
	line-height: 2;
	margin-bottom: 60px;
}
.concept03_wrap > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-family: 'Shippori Mincho B1', serif;
}
.concept03_wrap > ul > li {
	color: #1C0C00;
	width: 585px;
	/*border: 1px solid #C1AE8A;*/
	background-color: #fff;
	padding: 20px;
	margin-top: 30px;
	display: flex;
	flex-direction: column;
}
.concept03_wrap h4 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.concept03_wrap h4 small {
	font-size: 1.4rem;
}
.concept03_wrap h4 span {
	display: inline-block;
	font-family: 'Cormorant Infant', serif;
	color: #1C0C00;
	font-size: 2.6rem;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #1C0C00;
	margin-right: 10px;
}
.concept03_wrap > ul > li > figure {
	margin: auto 0 0;
}
.concept03_wrap > ul > li p {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.concept03_wrap > ul > li p:last-of-type {
	margin-bottom: 15px;
}
.concept03_wrap > ul > li p.cap {
	font-size: 1.1rem;
}
.concept03_wrap > ul > li:nth-child(1) > p,
.concept03_wrap > ul > li:nth-child(2) > div p {
	flex: 1;
}
.concept03_wrap > ul > li:nth-child(2) > div{
	display: flex;
	align-items: center;
}
.concept03_wrap > ul > li:nth-child(3) > div {
	display: flex;
	align-items: flex-start;
}
.concept03_wrap > ul > li:nth-child(2) > div figure {
	width: 50%;
	margin-right: 15px;
}
.concept03_wrap > ul > li:nth-child(3) > div figure {
	width: calc(255/452 * 100%);
	margin-right: 15px;
}
.concept03_wrap > ul > li:nth-child(3) > div p {
	flex: 1;
}
.concept03_wrap > ul > li:nth-child(5) {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 30px;
}
.concept03_wrap > ul > li:nth-child(5) figure {
	width: calc(365/960 * 100%);
	margin-bottom: 0;
}
.concept03_wrap > ul > li:nth-child(5) > div {
	width: calc(524/960 * 100%);
	padding-left:  calc(40/960 * 100%);
}
.concept03_wrap > ul > li:nth-child(5) > div > div {
	display: flex;
	justify-content: space-between;
}
.concept03_wrap > ul > li:nth-child(5) > div > div > div {
	width: calc(252/524 * 100%);
}
.concept03_wrap > ul > li:nth-child(5) > div > div > div li {
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.8;
}
.concept03_wrap > p.cap {
	font-size: 1.1rem;
	text-align: right;
	color: #1C0C00;
	margin-top: 20px;
}
.concept03 {
	position: relative;
}
.concept03 > p {
	position: absolute;
}
.concept03 > p:nth-child(2) {
	left: 56%;
	top: 28%;
}
.concept03 > p:nth-child(3) {
	left: 77%;
	top: 49%;
}
.concept03 > p:nth-child(4) {
	left: 44%;
	top: 28%;
}
.concept03 > p:nth-child(5) {
	left: 86%;
	top: 70%;
}
.concept03 > p a {
	display: block;
	font-family: 'Cormorant Infant', serif;
	color: #1C0C00;
	font-size: 4rem;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	background-color: #ffffff;
	border: 1px solid #1C0C00;
	animation: pulse 1.6s 0s ease-out infinite;
	transition: .4s;
}
.concept03 > p a:hover {
	opacity: 0.7;
}
@keyframes pulse {
	0% {
		box-shadow:0 0 8px 4px rgba(159,90,29,0.00);
	}
	10% {
		box-shadow:0 0 8px 4px rgba(159,90,29,0.70);
	}
	100% {
		box-shadow: 0 0 8px 14px rgba(159,90,29, 0);
	}
}

figure figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 5px 2px 5px;
	color: #1C0C00;
	font-size: 1.1rem;
	font-family: 'Shippori Mincho B1', serif;
	background: rgba(255,255,255,.7);
}

.slide-wrap .swipe-icon {
	display: none;
}


@media only screen and (max-width: 768px) {
	.inner{
		padding: 80px 0;
	}
	h3 {
		font-size: 4.4vw;
		line-height: 1.7;
		margin-bottom: 10.6vw;
	}
	.concept01_wrap {
		width: 94%;
		margin: 0 auto 60px;
	}
	.concept02_wrap {
		width: 94%;
		margin: 0 auto 100px;
	}
	.concept03_wrap {
		width: 94%;
	}
	.concept03_wrap h3 + p {
		text-align: left;
		margin-bottom: 30px;
	}
	.concept03_wrap > ul > li {
		width: 100%;
		padding: 10px 15px;
	}
	.concept03_wrap > ul > li > figure {
		/*margin-bottom: 10px;*/
	}
	.concept03_wrap > ul > li p:last-of-type {
		margin-bottom: 10px;
	}
	.concept03_wrap h4 {
		font-size: 1.6rem;
		margin-bottom: 10px;
		line-height: 1;
	}
	.concept03_wrap h4 small {
		font-size: 1.3rem;
	}
	.concept03_wrap h4 span {
		font-size: 2.2rem;
		width: 28px;
		height: 28px;
		line-height: 26px;
	}
	.concept03_wrap > ul > li:nth-child(1) h4 small,
	.concept03_wrap > ul > li:nth-child(2) h4 small {
		padding-left: 30px;
	}
	.concept03_wrap > ul > li p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.concept03_wrap > ul > li p.cap {
		font-size: 1.1rem;
	}
	.concept03_wrap > ul > li:nth-child(5) {
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding: 10px 15px;
	}
	.concept03_wrap > ul > li:nth-child(3) > div figure {
		width: 100%;
		margin: 0;
	}
	.concept03_wrap > ul > li:nth-child(5) figure {
		width: 100%;
		order: 1;
		margin-bottom: 10px;
	}
	.concept03_wrap > ul > li:nth-child(5) > div {
		order: 2;
		width: 100%;
		padding-left: 0;
	}
	.concept03_wrap > ul > li:nth-child(5) > div > div {
		display: block;
	}
	.concept03_wrap > ul > li:nth-child(5) > div > div > div {
		width: 100%;
	}
	.concept03_wrap > ul > li:nth-child(5) > div > div > div h4 {
		margin-bottom: 5px;
	}
	.concept03_wrap > ul > li:nth-child(5) > div > div > div + div {
		margin-top: 15px;
		width: 100%;
	}
	.concept03_wrap > ul > li:nth-child(5) > div > div > div ul {
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.concept03_wrap > ul > li:nth-child(5) > div > div > div li {
		font-size: 1.3rem;
		line-height: 1.6;
		margin-right: 15px;
	}
	.concept03 > p a {
		font-size: 5vw;
		width: 8vw;
		height: 8vw;
		line-height: 8vw;
	}
	.concept03_wrap > p.cap {
		text-align: left;
	}
  .slide-wrap {
		position: relative;	
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
		width: 100%;
  }
  .slide-wrap .slide-inner {
    width: 180vw;
  }
	.slide-wrap .swipe-icon {
		display: block;
		position: absolute;
		top: 40%;
		left: 50%;
		z-index: 301;
		width: 110px;
		animation: horizontal 2.5s ease-in-out infinite alternate;
  }
}
@keyframes horizontal {
  0% , 100%{
    left: 40%;
  }
  50%{
    left: 50%;
  }
}


.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #1C0C00;
  font-size: 1.2rem;
	font-weight: 600;
  letter-spacing: 0.05em;
	padding: 0;
}
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #1C0C00;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
    .scrolldown1{
      bottom: -30px;
    }
}



#lean_overlay {
  position: fixed;
  z-index: 3000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background: #000;
  display: none;
}
.modal_box {
  display: none;
  top: 50% !important;
  transform: translateY(-50%);
	max-width: 840px;
	width: 90%;
	font-family: YuMincho, "游明朝",'Noto Serif JP', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.modal_inner {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 50px;
}
.modal_inner .modal_img {
	width: 292px;
}
.modal_inner .modal_img figure {
	position: relative;
}
.modal_inner .modal_img figcaption {
	font-size: 1rem;
	color: #000;
	position: absolute;
	text-shadow: 0 0 5px rgba(255,255,255,.7);
}
.modal_inner .modal_img figure + figure {
	margin-top: 10px;
}
.modal_inner .modal_img figure + p {
	font-size: 1.1rem;
	color: #1C0C00;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
	line-height: 1.4;
}
.modal_inner > div {
	width: 414px;
}
.modal_inner h4 {
	color: #000000;
	font-size: 1.6rem;
	line-height: 1.5;
	padding-left: 10px;
	border-left: 2px solid #000000;
	margin-bottom: 15px;
}
.modal_inner p {
	font-size: 1.4rem;
	line-height: 1.8;
	color: #1C0C00;
}
.modal_inner dl {
	color: #1C0C00;
	border-top: 1px solid #AA977F;
	padding-top: 15px;
	margin-top: 15px;
}
.modal_inner dt {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.modal_inner dd + dt {
	margin-top: 10px;
}
.modal_inner dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.modal_inner dd li {
	font-size: 1.2rem;
	width: 48%;
}
.modal_close{ 
  position: absolute;
  top: -28px;
  right: 0;
  display: block; 
  z-index: 2;
  cursor: pointer;
	width: 27px;
	height: 27px;
}

@media only screen and (max-width: 768px) {
    
    .modal_inner {
        flex-wrap: wrap;
        padding: 5.3vw;
        max-height: 130vw;
        overflow: scroll;
    }
    .modal_inner .modal_img {
        width: 100%;
    }
    .modal_inner .modal_img figure {
        margin-bottom: 4.5vw
    }
    
    .modal01 .modal_inner .modal_img {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .modal01 .modal_inner .modal_img figure {
        width: 48%
    }
    .modal_inner > div {
        width: 100%;
    }
    .modal_inner h4 {
        font-size: 3.7vw;
        margin-bottom: 10px;
    }
    .modal_inner p {
        font-size: 3.5vw;
        line-height: 1.6;
    }
    .modal_inner dl {
        padding-top: 12px;
        margin-top: 12px;
    }
    .modal_inner dt {
        font-size: 3vw
    }
    .modal_inner dd li {
        font-size: 2.8vw;
    }
}