/* CSS Document */

.contentsHead {
	margin: 60px 0;
}

.mhList.flex.col3 {
	/*margin-bottom: 100px;*/
	align-items: stretch;
}
.mhList li {
	background: #F7F7F7;
	margin: 0 2.5% 50px 0;
	width: 23%;
}
.mhList li:nth-child(4n) {
	margin-right: 0;
}
.mhList li a {
	display: block;
	transition: 0.3s;
}
.mhList li a:hover {
	opacity: 0.7;
}

.mhList li .img img {
	object-fit: cover;
	font-family: 'object-fit: cover;';
	height: auto;
	width: 100%;
}
.mhList li .txt {
	background: #F7F7F7;
	padding: 25px 20px;
}
.mhList li .txt .ttl {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.mhList li .txt .more {
	display: block;
	margin-top: 20px;
	text-align: right;
}

@media screen and (max-width: 767px) {
	.mhList {
		margin-bottom: 60px;
	}
	.mhList li {
		width: 100%;
	}
}

/*detail*/
.section {
	margin-bottom: 100px;
}
.section:nth-of-type(3){
	margin-bottom: 0;
}
.mhTtl {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 30px;
}
.mhTtl span {
	border: 1px solid #707070;
	display: inline-block;
	font-size: 2rem;
	margin-left: 20px;
	margin-bottom: 5px;
	vertical-align: middle;
	padding: 0px 15px 2px;
}
.mhAbout {
	align-items: flex-start;
}
.mhAbout .txt {
	width: 320px;
}
.mhAbout .txt table {
	margin-top: 0;
}
.mhAbout .img {
	width: 862px;
}
.mhAbout .img img{
	width: 100%;
}

@media screen and (max-width: 767px) {
	.section {
		margin-bottom: 0;
	}
	.mhTtl {
		font-size: 2rem;
	}
	.mhTtl span {
		font-size: 1.4rem;
		margin: 5px 0 0;
	}
	.mhAbout .txt {
		width: 100%;
	}
	.mhAbout .img {
		width: 100%;
	}
}

.map iframe {
	border: none;
	height: 710px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	.map iframe {
		height: 300px;
	}
	.footMessage {
		margin-top: 50px;
	}
}

.infoNav {
	margin: 30px 0 0;
	display: flex;
	justify-content: space-between;
}
.infoNav li {
	margin: 0;
}
.flex.theta{
    justify-content: space-between;
}
.thetaBox{
   	margin-bottom: 100px;
}
.thetaBox h3{
	font-size: 20px;
	margin-bottom: 8px
}


@media screen and (max-width: 767px) {
	.infoNav {
		margin: 10px 0 0;
	}
	
	.thetaBox{
    	margin-bottom: 50px;
	}
}

/*
 * THETAツアー
 * */
.ricoh-theta-tour-image{
	margin: 2rem auto;
	width: 100% !important;
	height: 70vh !important;
}
iframe.ricoh-theta-iframe{
	width: 100% !important;
	height: 70vh !important;
}