@charset "UTF-8";

body {
	overflow-x: visible !important;
}
.idPad {
    margin-top: -7.5em;
    padding-top: 1.5em;
}
@media only screen and (max-width: 750px) {
    .idPad {
        margin-top: -20vw;
        padding-top: 20vw;
    }
}

.mm_panes li {
	padding: 1.5em 0;
	line-height: 1.6em;
	border-bottom: solid 1px #eee;
}
.mm_panes li:first-of-type {
	border-top: solid 1px #eee;
}
.mm_list_date {
	display: block;
	float: left;
	width: 8em;
	font-size: 0.9em;
}
.mm_list_preview {
	display: block;
	float: left;
	padding-left: 1em;
	border-left: solid 1px #ddd;
	width: calc(100% - 12em);
}
.mm_list_link {
	display: block;
	float: right;
}
.mm_list_link a {
	display: block;
	width: 2em;
	height: 2em;
	background: url('../common/img/icon_arrow.png') no-repeat center / 50%;
	opacity: 0.5;
}


.button {
	margin-top: 3em;
	text-align: center;
}
.button p {
	display: inline-block;
}
.button p a {
	position: relative;
	display: block;
	display: inline-block;
	padding: 1.2em 1.6em 1.1em 1.7em;
	padding: 1.2em 1.6em 1.1em 3em;
	font-size: 0.8em;
	font-size: 1em;
	line-height: 1em;
	line-height: 1.4em;
	color: #fff !important;
	background: #3A7F23;
	background: linear-gradient(292deg,rgba(58, 127, 35, 1) 0%, rgba(156, 215, 73, 1) 100%);
	border-radius: 200px;
	overflow: hidden;
	text-decoration: none;
	transition: all 360ms ease-in-out;
}
.button p a:hover {
	background: #3A7F23;
	background: linear-gradient(292deg,rgba(58, 127, 35, 1) 0%, rgba(156, 215, 73, 1) 100%);
	transition: all 260ms ease-in-out;
	opacity: 0.7;
}
.button p a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	content: '';
	width: 18px;
	height: 18px;
	background: url('../common/img/icon_arrow_white.png') no-repeat center / 100%;
}
.button {
	margin-top: 3.2em;
}
.buttons .button {
	float: left;
	margin-right: 2em;
}
.button.experience a {
	background: #adbbcc;
}
.button.external_link a {
	padding-left: 40px;
	padding-left: 3em;
}
.button.external_link a::before {
	left: 20px;
	background: url('../common/img/icon_external_link_white.png') no-repeat center / 100%;
}

.hide {
	display: none;
}
.cont1:not(:last-of-type) .sec {
    margin-bottom: 3.5em !important;
}
.cont1:last-of-type .sec {
    border-bottom: none !important;
}
.lity {
	background: #fff !important;
	background: rgba(255, 255, 255, 0.9) !important;
}
.lity-iframe-container {
	padding-top: 0 !important;
	height: 100% !important;
}
.mm_embed {
	height: 100%;
		-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3) !important;
	box-shadow: none !important;
	background: #fff !important;
	border-radius: 10px !important;
	overflow-y: auto;
}
.mm_embed img {
	width: inherit;
	max-width: inherit;
}
.lity-iframe-container iframe {
	height: 100%;
		-webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3) !important;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3) !important;
	box-shadow: none !important;
	background: #fff !important;
	border-radius: 10px !important;
	overflow: hidden;
}
.lity-container {
	height: 90% !important;
}
.lity-content {
	height: 100% !important;
	background: #fff;
}
.lity-content:after {
	border-radius: 10px;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.3) !important;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
	max-width: 640px !important;
}
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    width: 50px !important;
    height: 50px !important;
    right: 20px !important;
    top: 20px !important;
    padding: 5px !important;
    color: #000 !important;
    font-size: 2.5em !important;
	text-shadow: none !important;
}
.mm_title_sub {
	display: block;
	margin-top: 0.5em;
	font-size: 0.45em;
	color: #888;
}
#mm_embed a {
	cursor: default !important;
}

#paging {
	font-size: 1.05rem !important;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
}
.page-numbers {
	display: inline-block;
	margin: 0 2px;
	padding: 5px;
}
.page-numbers.current {
	border-bottom: solid 2px #111;
}

#mm_single_embed iframe {
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
}


@media only screen and (max-width:750px){
	
    .idPad {
        margin-top: -20vw;
        padding-top: 20vw;
    }
	.lity {
		background: #eee !important;
		background: rgba(194, 194, 194, 0.9) !important;
	}
	.lity-content {
		background: none !important;
	}
	.lity-content:after {
		border-radius: 10px;
		box-shadow: none !important;
	}
	.lity-iframe-container {
	}
	.lity-iframe-container iframe {
		transform: scale(0.9);
		box-shadow: 0px 0px 12px rgba(0,0,0,0.2) !important;
	}
	#mm_single_embed iframe {
		max-width: 100% !important;
	}
	.mm_list_date {
		float: none;
		margin-bottom: 0.5em;
		width: 100%;
	}
	.mm_list_preview {
		clear: both;
		float: left;
		padding-left: 0;
		border-left: none;
		width: calc(100% - 3em);
	}
	#mm_single_embed iframe {
		height: 74vh !important;
	}
	
}