@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;
	}
}


/* 
----------------------------------------*/
.inner02{
	max-width: 1000px;
	margin: 0 auto;
	padding: 80px 0 0;
}

h3 {
	text-align: center;
	color: #1C0C00;
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 100px;
  font-weight: normal;
}
h4 {
	color: #937B4E;
	font-size: 1.6rem;
  font-weight: normal;
	margin-bottom: 60px;
}
h4 strong {
	font-size: 4.6rem;
	letter-spacing: 0.1em;
  font-weight: normal;
}

@media only screen and (max-width: 768px) {
	.inner02{
		padding: 80px 0 0;
	}
	h3 {
		font-size: 4.4vw;
		line-height: 1.7;
		margin-bottom: 10.6vw;
	}
	h4 {
		text-align: center;
		font-size: 1.4rem;
		margin-bottom: 30px;
	}
	h4 strong {
		font-size: 3rem;
	}
}

.section_wrap .inner {
	width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 80px 0 60px;
	margin: 0 auto;
}
.section_wrap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}
.section_wrap.sec01 ul,
.section_wrap.sec02 ul,
.section_wrap.sec03 ul {
	width: 664px;
}
.section_wrap.sec01 h4,
.section_wrap.sec02 h4,
.section_wrap.sec03 h4 {
	width: 294px;
}
.section_wrap.sec04 h4,
.section_wrap.sec05 h4 {
	text-align: center;
	width: 100%;
	margin-bottom: 40px;
}
.section_wrap ul li {
	width: 324px;
	margin-bottom: 20px;
}
.section_wrap ul li p {
	font-size: 16px;
	color: #937B4E;
	margin-top: 8px;
}
.section_wrap ul li p small {
	font-size: 14px;
}
@media only screen and (max-width: 768px) {
	.section_wrap .inner {
		width: 90%;
		padding: 40px 0 30px;
	}
	.section_wrap ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		width: 100%;
	}
	.section_wrap.sec01 h4,
	.section_wrap.sec02 h4,
	.section_wrap.sec03 h4 {
		width: 100%;
	}
	.section_wrap.sec04 h4,
	.section_wrap.sec05 h4 {
		margin-bottom: 30px;
	}
	.section_wrap.sec01 ul,
	.section_wrap.sec02 ul,
	.section_wrap.sec03 ul {
		width: 100%;
	}
	.section_wrap ul li {
		width: 100%;
		margin-bottom: 20px;
	}
	.section_wrap ul li p {
		font-size: 14px;
		color: #937B4E;
		margin-top: 8px;
	}
	.section_wrap ul li p small {
		font-size: 12px;
	}
}

.sec01 .inner {
	padding-top: 0;
}
.sec01 h4,
.sec03 h4 {
	order: 2;
}
.sec01 ul,
.sec03 ul {
	order: 1;
}
.sec02,
.sec04 {
	background-color: rgba(255,255,255,1);
}
@media only screen and (max-width: 768px) {
	.sec01 h4,
	.sec03 h4 {
		order: 1;
	}
	.sec01 ul,
	.sec03 ul {
		order: 2;
	}
}

.sec06 {
	background-color: rgba(255,255,255,.1);
	padding: 80px 0 120px;
}
.sec06 .inner {
	width: 1000px;
	margin: 0 auto;
}
.sec06 h4 {
	font-size: 4.6rem;
	text-align: center;
	margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
	.sec06 {
		padding: 40px 0 50px;
	}
	.sec06 .inner {
		width: 90%;
	}
	.sec06 h4 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
}

.sec07 {
	padding: 80px 0;
}
.sec07 .inner {
	width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec07 h4 {
	font-size: 4.6rem;
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.sec07 .inner > div {
	width: 460px;
}
.sec07 h5 {
	font-size: 2.4rem;
	color: #937B4E;
	border-bottom: 1px solid #937B4E;
	padding-bottom: 8px;
	margin-bottom: 18px;
}
.sec07 dl + h5 {
	margin-top: 50px;
}
.sec07 h5 small {
	font-size: 1.4rem;
}
.sec07 dl {
	font-size: 1.3rem;
	font-family: 'Shippori Mincho B1', serif;
	color: #1C0C00;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.sec07 dl + dl {
	margin-top: 7px;
}
.sec07 dt {
	letter-spacing: 0.1em;
}
.sec07 dt.ls-01 {
	letter-spacing: -0.1em;
}
.sec07 dt a {
	transition: .4s;
}
.sec07 dt a:hover {
	opacity: .7;
}
.sec07 dd {
	width: 150px;
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
	.sec07 {
		padding: 40px 0;
	}
	.sec07 .inner {
		width: 90%;
	}
	.sec07 h4 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.sec07 .inner > div {
		width: 100%;
	}
	.sec07 .inner > div + div {
		margin-top: 30px;
	}
	.sec07 h5 {
		font-size: 2rem;
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.sec07 dl + h5 {
		margin-top: 30px;
	}
	.sec07 h5 small {
		font-size: 1.2rem;
	}
	.sec07 dl {
		font-size: 1.1rem;
		align-items: flex-end;
	}
	.sec07 dl + dl {
		margin-top: 7px;
	}
	.sec07 dt {
		letter-spacing: 0;
	}
	.sec07 dt.ls-01 {
		letter-spacing: -0.1em;
	}
	.sec07 dd {
		width: 120px;
		letter-spacing: 0;
	}
}

.sec08 {
	background-color: rgba(255,255,255,.1);
	padding: 80px 0 100px;
}
.sec08 .inner {
	width: 1000px;
	margin: 0 auto;
}
.sec08 h4 {
	font-size: 4.6rem;
	text-align: center;
	margin-bottom: 40px;
}
.sec08_inner {
	margin-bottom: 80px;
}
.sec08_inner > div {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.sec08_inner > div > div {
	background-color: #ffffff;
	color: #1C0C00;
	padding: 25px 20px;
}
.sec08_inner > div > div h6 {
	font-size: 1.6rem;
	color: #937B4E;
	border-left: 1px solid #937B4E;
	width: 100%;
	padding-left: 14px;
	margin-bottom: 20px;
}
.sec08_inner > div figure {
	position: relative;
	margin-bottom: 20px;
}
.sec08_inner > div figure figcaption {
	position: absolute;
	right: 3px;
	bottom: 0;
	color: #ffffff;
	font-size: 1.1rem;
	letter-spacing: 0.1em;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.sec08_inner .cap {
	font-size: 1rem;
	color: #c1ae8a;
	margin: 3px 0 14px;
}
.sec08_inner .station {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align: center;
}
.sec08_inner .station small {
	font-size: 1.4rem;
}
.sec08_inner > div .station small {
	padding-right: 0.5em;
}
.sec08_inner .time {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	line-height: 1;
	text-align: center;
}
.sec08_inner .time .num {
	font-size: 5.2rem;
	color: #937B4E;
	padding: 0 0.1em;
}
.sec08_inner .time small {
	font-size: 1.4rem;
	padding-left: 0.5em;
}
.sec08_inner .time + p {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1;
}
.sec08_inner .time + p span {
	font-size: 3rem;
	color: #937B4E;
	padding: 0 0.1em;
}
.sec08_inner > div > div:nth-child(1) {
	width: 660px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec08_inner > div > div:nth-child(1) > div {
	width: 340px;
}
.sec08_inner > div > div:nth-child(1) > p {
	width: 255px;
	font-size: 1.4rem;
	letter-spacing: 0.09em;
	line-height: 2;
}
.sec08_inner > div > div:nth-child(2) {
	width: 328px;
}
.sec08_inner ul {
	display: flex;
	justify-content: space-between;
}
.sec08_inner ul li {
	width: 464px;
	color: #1C0C00;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #ffffff;
}
.sec08_inner ul li + li {
	width: 524px;
}
.sec08_inner ul li figure {
	width: 239px;
}
.sec08_inner ul li div {
	width: 255px;
}
.sec08_inner ul li.bus_wrap {
	padding: 20px;
	flex-wrap: wrap;
}
.sec08_inner ul li.bus_wrap > p,
.sec08_inner ul li.bus_wrap > div {
	width: 100%;
}
.sec08_inner ul li.bus_wrap > div {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.sec08_inner ul li.bus_wrap > div div {
	text-align: center;
}
.sec08_inner ul li.bus_wrap > div div p {
	font-size: 1.5rem;
	letter-spacing: 0;
	line-height: 1;
}
.sec08_inner ul li.bus_wrap > div div p span {
	font-size: 3rem;
	color: #937B4E;
	padding: 0 0.1em;
}
.sec08_inner ul li.bus_wrap > div div p span small {
	font-size: 0.7em;
	padding: 0 0 0 0.2em;
}
.sec08_inner ul li.bus_wrap > div div p + p {
	margin-top: 5px;
}
@media only screen and (max-width: 768px) {
	.sec08 {
		padding: 40px 0 60px;
	}
	.sec08 .inner {
		width: 90%;
	}
	.sec08 h4 {
		font-size: 3rem;
		margin-bottom: 20px;
	}
	.sec08_inner {
		margin-bottom: 40px;
	}
	.sec08_inner > div {
		display: block;
		margin-bottom: 20px;
	}
	.sec08_inner > div > div {
		padding: 20px;
	}
	.sec08_inner > div > div h6 {
		font-size: 1.6rem;
	}
	.sec08_inner .cap {
		margin: 3px 0 10px;
	}
	.sec08_inner .station {
		font-size: 1.6rem;
	}
	.sec08_inner .station small {
		font-size: 1.3rem;
	}
	.sec08_inner > div .station small {
		padding-right: 0.5em;
	}
	.sec08_inner .time {
		font-size: 1.6rem;
	}
	.sec08_inner .time .num {
		font-size: 4.2rem;
	}
	.sec08_inner .time small {
		font-size: 1.3rem;
	}
	.sec08_inner > div > div:nth-child(1) {
		width: 100%;
		display: block;
		margin-bottom: 20px;
	}
	.sec08_inner > div > div:nth-child(1) > div {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec08_inner > div > div:nth-child(1) > p {
		width: 100%;
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.sec08_inner > div > div:nth-child(2) {
		width: 100%;
	}
	.sec08_inner ul {
		display: block;
	}
	.sec08_inner ul li {
		width: 100%;
		display: block;
		padding: 20px;
	}
	.sec08_inner ul li + li {
		width: 100%;
		margin-top: 20px;
	}
	.sec08_inner ul li figure {
		width: 100%;
		margin-bottom: 10px;
	}
	.sec08_inner ul li div {
		width: 100%;
	}
	.sec08_inner ul li.bus_wrap {
		padding: 20px 15px;
	}
	.sec08_inner ul li.bus_wrap > div {
		gap: 10px;
		margin-top: 10px;
	}
	.sec08_inner ul li.bus_wrap > div div p {
		font-size: 1.3rem;
	}
	.sec08_inner ul li.bus_wrap > div div p span {
		font-size: 2.4rem;
	}
	.sec08_inner ul li.bus_wrap > div div p small {
		font-size: 1rem;
	}
	.sec08_inner ul li.bus_wrap > div div p + p {
		margin-top: 5px;
	}
}

.inview + .inview {
	animation-delay: 0.3s;
}
.inview + .inview + .inview {
	animation-delay: 0.6s;
}

.inview-slide + .inview-slide,
.inview-slide02 + .inview-slide02 {
	animation-delay: 0.1s;
}
.inview-slide + .inview-slide + .inview-slide,
.inview-slide02 + .inview-slide02 + .inview-slide02 {
	animation-delay: 0.3s;
}
.inview-slide + .inview-slide + .inview-slide + .inview-slide,
.inview-slide02 + .inview-slide02 + .inview-slide02 + .inview-slide02 {
	animation-delay: 0.5s;
}

.shop_inner {
	width: 1004px;
	margin: 0 auto;
}
.shop_list {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.shop_list:nth-child(even) {
	background: #fff;
	position: relative;
}
.shop_list:nth-child(even)::after {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	width: 50vw;
	height: 100%;
	background: #fff;
	z-index: 0;
}
.shop_list:nth-child(1) {
	padding-top: 0;
}
.shop_list figure {
	width: 452px;
	position: relative;
	z-index: 10;
}
.shop_list:nth-child(even) figure {
	order: 2;
}
.shop_list figure figcaption {
	position: absolute;
	width: 90px;
	left: -15px;
	bottom: -15px;
}
.shop_list div {
	width: 494px;
	color: #796135;
	padding-right: 40px;
	display: flex;
	flex-direction: column;
	z-index: 10;
}
.shop_list:nth-child(even) div {
	order: 1;
	padding: 0 0 0 40px;
}
.shop_list .shop_name {
	font-size: 2.3rem;
	letter-spacing: 0.2em;
	line-height: 1.2;
	display: flex;
	align-items: center;
}
.shop_list .shop_name strong {
	font-size: 5.2rem;
	margin-right: 0.2em;
}
.shop_list .shop_name small {
	display: block;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.shop_list .shop_name + p {
	font-size: 1.4rem;
	line-height: 1.6;
}
.shop_list ul {
	font-size: 1.2rem;
	border-top: 1px solid #c7bcae;
	padding-top: 10px;
	margin: auto 0 0;
}
.shop_list ul a {
	text-decoration: underline;
}
.shop_list ul a:hover {
	text-decoration: none;
}

.shop_map {
	background-color: #f1ebdd;
	padding: 80px 0 120px;
}
.shop_map h4 {
	font-size: 4.6rem;
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.shop_map figure {
	width: 1004px;
	margin: 0 auto;
	position: relative;
}
.shop_map figcaption {
	width: 360px;
	position: absolute;
	left: -80px;
	bottom: -30px;
}

@media only screen and (max-width: 768px) {
	.shop_inner {
		width: 94%;
	}
	.shop_list {
		display: block;
		padding: 30px 0;
	}
	.shop_list:nth-child(1) {
		padding-top: 0;
	}
	.shop_list figure {
		width: 90%;
		margin: 0 auto 25px;
	}
	.shop_list:nth-child(even) figure {
		order: 2;
	}
	.shop_list figure figcaption {
		position: absolute;
		width: 70px;
		left: -15px;
		bottom: -15px;
	}
	.shop_list div {
		width: 90%;
		margin: 0 auto;
		padding-right: 0;
	}
	.shop_list:nth-child(even) div {
		order: 1;
		padding: 0;
	}
	.shop_list .shop_name {
		font-size: 2.2rem;
		letter-spacing: 0.2em;
		line-height: 1.2;
		display: flex;
		align-items: center;
	}
	.shop_list .shop_name strong {
		font-size: 4.2rem;
		margin-right: 0.2em;
	}
	.shop_list .shop_name small {
		display: block;
		font-size: 1.2rem;
		letter-spacing: 0.1em;
	}
	.shop_list .shop_name + p {
		font-size: 1.3rem;
		line-height: 1.6;
	}
	.shop_list ul {
		font-size: 1.2rem;
		border-top: 1px solid #503E29;
		padding-top: 10px;
		margin: 15px 0 0;
	}
	.shop_list ul a {
		text-decoration: underline;
	}
	.shop_list ul a:hover {
		text-decoration: none;
	}

	.shop_map {
		padding: 30px 0 40px;
	}
	.shop_map h4 {
		font-size: 3rem;
    margin-bottom: 20px;
	}
	.shop_map figure {
		width: 90%;
	}
	.shop_map figcaption {
		width: 33%;
		left: -4%;
		bottom: -4%;
	}
}


.scrolldown1{
  position:absolute;
  left:50%;
  bottom:10px;
  height:50px;
}
.scrolldown1 span{
  position: absolute;
  left:-15px;
  top: -15px;
  color: #1C0C00;
  font-size: 1.2rem;
  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;
    }
}

.bnr_interview {
	max-width: 498px;
	width: 90%;
	margin: 0 auto 0;
}
.bnr_interview a {
	transition: .4s;
}
.bnr_interview a:hover {
	opacity: .7;
}
@media only screen and (max-width: 768px) {
	.bnr_interview {
		margin: 0 auto 0;
	}
}
