/*ページ内リンク*/
ul.innerLink {
  display: flex;
  flex-wrap: wrap;
	justify-content: center;
	margin: 0; padding: 0;
}
ul.innerLink.col3 li {
  text-align: center;
	margin: .5rem;
}
ul.innerLink.col3 li:after,
ul.innerLink.col3 li:before {
  display: none;
}
ul.innerLink li a {
  text-decoration: none; 
  display: flex;
  flex-direction: column;
  position: relative;
  border: 2px solid #26c5cf;
  padding: 0.8rem 0.5rem 1rem 0.5rem;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #26c5cf;
  font-weight: bold;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all 0.4s;
  
}
ul.innerLink li a:hover {
  background: #26c5cf;
  color: #fff;
}
ul.innerLink li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #26c5cf;
  border-right: 2px solid #26c5cf;
  transform: rotate(135deg);
  position: absolute;
  right:  calc(50% - 5px);
  top: auto;
  bottom: 15px;
}
ul.innerLink li a:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.4s;
}
ul.innerLink li span {
	margin-bottom: 1rem;
}
ul.innerLink.col3 li {
    width: 100%;
    margin: 0 1rem .5rem 1rem;
}
@media print, screen and (min-width: 960px) {
	ul.innerLink.col3 li {
    width: 30%;
		margin: 0 1rem 1rem 1rem; 
	}
}

ul.imgFlexCol3 {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin:0;
  padding:0;
}
ul.imgFlexCol3 li {
  width: 50%;
  padding: .5rem;
}
ul.imgFlexCol3 li img {
  width: 100%;
}
@media print, screen and (min-width: 960px) {
	ul.imgFlexCol3 li {
		width: 33.33%;
		padding: .5rem;
	}
}

/*カフェテリア紹介*/
.cafeteria .mainImage {
	overflow: hidden;
}
.cafeteria .mainImage .img {
		width: 100%;
		margin-left: auto;
}
.cafeteria .mainImage .img img {
	width: 100%;
}
/*.cafeteria .mainImage span {
  position: relative;
  z-index: 2;
  display: block;
  background: rgba(38, 197, 207, 0.1);
  padding: 0 1rem;
}
.cafeteria .mainImage p {
  position: relative;
  padding: 0;
  /*margin: 2rem 0;
  font-weight: bold;
  line-height: 2em;
  z-index:2;
}
.cafeteria .mainImage p:after,
.cafeteria .mainImage p:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
.cafeteria .mainImage p:after {
  background: rgba(38, 197, 207, 0.3);
  transform: rotate(7deg);
}
.cafeteria .mainImage p:before {
  background: rgba(38, 197, 207, 0.3);
  transform: rotate(12deg);
}*/
ul.imgFlexCol3 {
	justify-content: center;
}
@media print, screen and (min-width: 960px) {
	.cafeteria .mainImage .img {
		width: 80%;
		margin-inline: auto;
	}
	.cafeteria .mainImage .img img {
		width: 100%;
	}
	.cafeteria .mainImage {
		position: relative;
		margin: 20px 20px 20px 20px;
	}
/*	.cafeteria .mainImage span {
		position: relative;
		z-index: 2;
		display: block;
		background: #fff;
		padding: 1em;
		width: 500px;
	}
/*	.cafeteria .mainImage p {
		position: absolute;
		top: 20%;
		left: 0px;
		padding: 0;
		margin: 0;
		font-weight: bold;
		line-height: 2em;
		z-index:2;
	} 
	.cafeteria .mainImage p:after,
	.cafeteria .mainImage p:before {
		content: "";
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		position: absolute;
		z-index: 1;
	}
	.cafeteria .mainImage p:after {
		background: rgba(38, 197, 207, 0.3);
		transform: rotate(8deg);

	}
	.cafeteria .mainImage p:before {
		background: rgba(38, 197, 207, 0.3);
		transform: rotate(13deg);
	} */
	.cafeteria .teikei .leftText {
		display: flex;
		flex-direction: none;
		flex-direction: column;
		justify-content: space-between;
	}
	.cafeteria .teikei .linkWtext {
		margin-bottom: 1em;
	}
}
/*小江戸・川越案内*/
.kawagoeguide {
	display: flex;
	flex-wrap: wrap;
}
.kawagoeguide > div {
	width: 100%;
	position: relative;
	padding-bottom: 1rem;
}
.kawagoeguide > div img {
	width: 100%;
}
.kawagoeguide > div > div h3 {
	background: #26c5cf;
	color: #fff;
	margin: 0;
	padding: .3rem;
}
@media print, screen and (min-width: 960px) {
	.kawagoeguide > div {
		width: 50%;
		position: relative;
		padding-bottom: 0;
	}
	.kawagoeguide > div:nth-child(odd) > div {
		border-right: dashed 1px #d6d8d8;
	}
	.kawagoeguide > div > div h3 {
		background: #26c5cf;
		color: #fff;
		margin: 0;
		padding: .5rem 1.5rem;
		/*max-width: 300px;*/
	}
	.kawagoeguide > div > div p {
		background: #fff;
		margin: 0;
		padding: .5rem 1.5rem;
		/*max-width: 300px;*/
		font-size: 1rem;
	}
	/*.kawagoeguide > div > div.leftBottom {
		bottom: 1rem;
		left: 1rem;
	}
	.kawagoeguide > div > div.leftTop {
		top: 1rem;
		left: 1rem;
	}
	.kawagoeguide > div > div.rightTop {
		top: 1rem;
		right: 1rem;
	}
	.kawagoeguide > div > div.rightBottom {
		bottom: 1rem;
		right: 1rem;
	}*/
/*	.kawagoeguide > div > div.leftBottom h3, .kawagoeguide > div > div.leftTop h3 {
		text-align: left;
	}*/
	.page .h1Area img {
		position: absolute;
		top: 70%;
		left: 50%;
		min-width: 100%;
		height: auto;
		min-height: 100%;
		-webkit-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
}
