@charset "utf-8";
/* ===================================================================
 file name  :index.css
 style info :トップページ
=================================================================== */
/* =============================
	overwrite
=============================== */
/* =================================== */
/*
	#mv
----------------------------------------------------*/
#mv{
	position: relative;
}
#mv .loader,
#mv .loader:after {
	border-radius: 50%;
	width: 50px;
	height: 50px;
}
#mv .loader {
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index:100;
	text-indent: -9999em;
	border-top: 5px solid #eee;
	border-right: 5px solid #eee;
	border-bottom: 5px solid #eee;
	border-left: 5px solid #ccc;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loading 1.1s infinite linear;
	animation: loading 1.1s infinite linear;
}
#mv.initialized .loader{
	display: none;
}
@-webkit-keyframes loading{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes loading{
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
#mv ul li picture{
	display: block;
}
#mv #slider{
	opacity: 0;
	transition: all ease 0.6s;
}
#mv.initialized #slider{
	opacity: 1;
}
@media screen and (max-width: 767px){
	#slider{
		margin: 0;
	}
}
/*
	#secAbout
----------------------------------------------------*/
#secAbout{
	padding: 80px 10px;
	position: relative;
	text-align: center;
}
#secAbout .lead{
	width: 100%;
	position: absolute;
	top: 7%;
	z-index: 10;
}
#secAbout .lead h2{
	margin: 0 0 20px;
	font-size: 3.2rem;
}
#secAbout .lead h2 .en{
	display: block;
	margin: 10px 0 0;
	font-size: 2rem;
}
#secAbout .lead h2::after{
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	margin: 18px auto;
	background: #77b7ba;
}
#secAbout .lead p{
	font-size: 2.4rem;
}
#secAbout .fig{
	max-width: 1320px;
	margin: 0 auto;
}
#secAbout .fig picture{
	display: block;
	margin: 0 -25%;
}
#secAbout .txt-block{
	width: 100%;
	position: absolute;
	bottom: 7%;
	z-index: 10;
}
#secAbout .txt-block .txt{
	margin: 0 0 50px;
	line-height: 2.125;
}
@media screen and (max-width: 767px){
	#secAbout{
		padding: 40px 20px;
	}
	#secAbout .lead{
		width: 100%;
		position: static;
	}
	#secAbout .lead h2{
		margin: 0 0 20px;
		font-size: 2.2rem;
	}
	#secAbout .lead h2 .en{
		margin: 5px 0 0;
		font-size: 1.2rem;
	}
	#secAbout .lead h2::after{
		width: 24px;
		margin: 9px auto;
	}
	#secAbout .lead p{
		margin: 0 0 30px;
		font-size: 1.5rem;
	}
	#secAbout .fig{
		max-width: 1320px;
		margin: 0 auto;
	}
	#secAbout .fig picture{
		margin: 0;
	}
	#secAbout .txt-block{
		position: static;
		margin: 20px 0 0;
	}
	
	#secAbout .txt-block .txt{
		margin: 0 0 25px;
		line-height: 2.125;
	}
}
/*
	#secSeminar
----------------------------------------------------*/
#secSeminar .f-block{
	display: flex;
	align-items: center;
}
#secSeminar .f-block figure{
	width: 62.5%;
	overflow: hidden;
}
#secSeminar .f-block .inblock{
	width: 37.5%;
	min-width: 564px;
	padding: 0 15px;
	text-align: center;
}
#secSeminar .f-block .inblock h2{
	margin: 0 0 6%;
}
#secSeminar .f-block .inblock h2 span{
	display: block;
	margin: 14px 0 0;
}
#secSeminar .f-block .inblock .catch{
	margin: 0 0 4.7%;
	font-size: 3rem;
	line-height: 1.3;
}
#secSeminar .f-block .inblock .txt-block{
	max-width: 530px;
	margin: 0 auto 8.6%;
	padding: 34px 15px;
	border: solid 5px #f1f1f1;
	background: #fff;
	position: relative;
}
#secSeminar .f-block .inblock .txt-block p{
	line-height: 1.875;
}
#secSeminar .f-block .inblock .txt-block .fukidashi{
	position: absolute;
	top: -24px;
	left: -22px;
}
@media screen and (max-width: 1500px){
	#secSeminar .f-block .inblock{
		min-width: 0;
	}
	#secSeminar .f-block .inblock .catch{
		font-size: 1.8vw;
	}
	#secSeminar .f-block .inblock .txt-block p{
		font-size: 1vw;
	}
}
@media screen and (max-width: 1300px){
	#secSeminar .f-block figure{
		height: 541px;
		position: relative;
	}
	#secSeminar .f-block figure img{
		max-width: none;
		width: auto;
		height: 541px;
		position: absolute;
		right: 0;
	}
}
@media screen and (max-width: 1000px){
	#secSeminar .f-block figure{
		width: 50%;
	}
	#secSeminar .f-block figure img{
		right: -40%;
	}
	#secSeminar .f-block .inblock{
		width: 50%;
	}
	#secSeminar .f-block .inblock .catch{
		font-size: 2.1rem;
	}
	#secSeminar .f-block .inblock .txt-block p{
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 767px){
	#secSeminar .f-block{
		display: block;
	}
	#secSeminar .f-block figure{
		width: 100%;
		height: auto;
	}
	#secSeminar .f-block figure img{
		width: 100%;
		height: auto;
		position: static;
	}
	#secSeminar .f-block .inblock{
		width: 100%;
		padding: 40px 20px;
	}
	#secSeminar .f-block .inblock h2{
		width: 238px;
		margin: 0 auto 6%;
	}
	#secSeminar .f-block .inblock h2 span{
		margin: 10px 0 0;
		font-size: 1.2rem;
	}
	#secSeminar .f-block .inblock .catch{
		margin: 0 -0.5em 8%;
		font-size: 1.7rem;
		letter-spacing: -0.05em;
	}
	#secSeminar .f-block .inblock .txt-block{
		margin: 0 auto 8.6%;
		padding: 15px 10px;
		border: solid 3px #f1f1f1;
	}
	#secSeminar .f-block .inblock .txt-block .fukidashi{
		width: 66px;
	}
}
/*
	#secEvent
----------------------------------------------------*/
#secEvent{
	padding: 90px 10px 50px;
	background-image: url(../images/index/bg_dot01.png), url(../images/index/bg_dot02.png);
	background-repeat: no-repeat;
	background-position: 4.1% 14%, 95% 85%;
}
#secEvent h2{
	margin: 0 0 60px;
	text-align: center;
}
#secEvent h2 .ja{
	display: block;
	margin: 0 0 20px;
	font-size: 2.4rem;
	line-height: 1;
}
#secEvent h2 .ja::before,
#secEvent h2 .ja::after{
	content: "";
	display: inline-block;
	width: 36px;
	height: 32px;
	vertical-align: middle;
}
#secEvent h2 .ja::before{
	margin: 0 13px 0 0;
	background:url(../images/index/bg_fukidashi_left.png) 50% 50% / 100% auto;
}
#secEvent h2 .ja::after{
	margin: 0 0 0 13px;
	background:url(../images/index/bg_fukidashi_right.png) 50% 50% / 100% auto;
}
#secEvent .event-block{
	max-width: 920px;
	margin: 0 auto 60px;
	padding: 24px;
	display: flex;
	background: #fff;
	justify-content:space-between;
	border: solid 1px #e3e3e3;
}
#secEvent .event-block .thumd{
	width: 45.8715596330%;
}
#secEvent .event-block .txt-block{
	width: 49.3119266055%;
	position: relative;
}
#secEvent .event-block .txt-block h3{
	margin: 0 0 15px;
	/*font-size: 2.6rem;*/
	font-size: 2.2rem;
}
#secEvent .event-block .txt-block h3 .osaka{
	display: inline-block;
	width: 5em;
	margin: 0 10px 0 0;
	padding: 2px 10px;
	background: #B3D1E9;
	border-radius: 10px;
	text-align:center;
	font-size: 1.8rem;
	color: #fff;
}
#secEvent .event-block .txt-block h3 .aichi{
	display: inline-block;
	width: 5em;
	margin: 0 10px 0 0;
	padding: 2px 10px;
	background: #B6D3B7;
	border-radius: 10px;
	text-align:center;
	font-size: 1.8rem;
	color: #fff;
}
#secEvent .event-block .txt-block p{
	font-size: 1.8rem;
}
#secEvent .event-block .txt-block .fig{
	width: 41%;
	position: absolute;
	top: 92px;
	right: 0;
}
@media screen and (max-width: 767px){
	#secEvent{
		padding: 40px 20px;
		background: none;
	}
	#secEvent h2{
		margin: 0 0 30px;
	}
	#secEvent h2 img{
		width: 201px;
	}
	#secEvent h2 .ja{
		display: block;
		margin: 0 0 20px;
		font-size: 1.4rem;
		line-height: 1;
	}
	#secEvent h2 .ja::before,
	#secEvent h2 .ja::after{
		width: 21px;
		height: 19px;
	}
	#secEvent h2 .ja::before{
		margin: 0 10px 0 0;
	}
	#secEvent h2 .ja::after{
		margin: 0 0 0 10px;
	}
	
	#secEvent .event-block{
		margin: 0 auto 30px;
		padding: 14px;
		display: block;
	}
	#secEvent .event-block .thumd{
		width: 100%;
		margin: 0 0 12px;
	}
	#secEvent .event-block .txt-block{
		width: 100%;
	}
	#secEvent .event-block .txt-block h3{
		margin: 0 0 15px;
		font-size: 1.5rem;
	}
	#secEvent .event-block .txt-block p{
		font-size: 1.4rem;
	}
	
	#secEvent .event-block .txt-block .fig{
		width: 71px;
		position: absolute;
		top: auto;
		right: 0;
		bottom: 15px;
	}
	
}
/*
	#secColumn
----------------------------------------------------*/
#secColumn{
	padding: 100px 10px 95px;
}
#secColumn h2{
	margin: 0 0 60px;
	text-align: center;
}
#secColumn h2 .ja{
	display: block;
	margin: 18px 0 0;
	font-size: 1.7rem;
}
#secColumn .column-list{
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#secColumn .column-list li{
	width: 31.8%;
}
#secColumn .column-list li a{
	display: block;
}
#secColumn .column-list li a .category{
	margin: 8px 0 4px;
	font-size: 1.4rem;
	color: #333;
	font-weight: 300;
}
#secColumn .column-list li a h3{
	font-size: 1.6rem;
}
#secColumn .column-list li a .date{
	margin: 10px 0 0;
	font-size: 1.4rem;
	text-align: right;
	font-weight: 300;
}
@media screen and (max-width: 767px){
	#secColumn{
		padding: 40px 20px;
	}
	#secColumn h2{
		margin: 0 0 30px;
	}
	#secColumn h2 img{
		width: 117px;
	}
	#secColumn h2 .ja{
		margin: 10px 0 0;
		font-size: 1.2rem;
	}
	#secColumn .column-list{
		display: block;
	}
	#secColumn .column-list li{
		width: 100%;
	}
	#secColumn .column-list li + li{
		margin: 15px 0 0;
	}
	#secColumn .column-list li a{
		display: block;
	}
	#secColumn .column-list li a .category{
		margin: 4px 0;
		font-size: 1.2rem;
	}
	#secColumn .column-list li a h3{
		font-size: 1.4rem;
	}
	#secColumn .column-list li a .date{
		margin: 10px 0 0;
		font-size: 1.2rem;
	}
}
/*
	#secMember
----------------------------------------------------*/
#secMember{
	padding: 100px 10px 95px;
	background: url(../images/index/bg_line.png);
}
#secMember h2{
	margin: 0 0 60px;
	text-align: center;
}
#secMember h2 img + img{
	margin: 0 0 0 19px;
}
#secMember h2 .ja{
	display: block;
	margin: 18px 0 0;
	font-size: 1.7rem;
}
#secMember .member-list{
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#secMember .member-list li{
	width: 48.48%;
	padding: 9px;
	display: flex;
	border: solid 1px #e3e3e3;
	border-radius: 10px;
	background: #fff;
	position: relative;
}
#secMember .member-list li::before,
#secMember .member-list li::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 10;
}
#secMember .member-list li::before{
	width: 17.1875%;
	padding: 10.625% 0 0;
	background: url(../images/index/img_ribon01.png) no-repeat 50% top / 100% auto;
	top: 0;
	left: 0;
}
#secMember .member-list li::after{
	width: 28.125%;
	padding: 21.25% 0 0;
	background: url(../images/index/img_ribon02.png) no-repeat 50% bottom / 100% auto;
	right: 0;
	bottom: 0;
	margin: 0 -2.5% -2.6% 0;
}
#secMember .member-list li:nth-child(n + 3){
	margin: 3% 0 0;
}
#secMember .member-list li .fig{
	width: 46.875%;
}
#secMember .member-list li .txt-block{
	width: 53.125%;
	padding: 3.75% 5% 0 6.25%;
	position: relative;
}
#secMember .member-list li .txt-block::before,
#secMember .member-list li .txt-block::after{
	content: "";
	display: block;
	width: 13.8888888888%;
	padding: 13.8888888888% 0 0;
	position: absolute;
}
#secMember .member-list li .txt-block::before{
	top: 0;
	right: 0;
	background: url(../images/index/img_motif01.png) no-repeat 50% 50% / 100% auto;
}
#secMember .member-list li .txt-block::after{
	background: url(../images/index/img_motif02.png) no-repeat 50% 50% / 100% auto;
	left: 9px;
	bottom: 0;
}
#secMember .member-list li .txt-block dl dt{
	display: flex;
	align-items: center;
	margin: 0 0 5.7% -4%;
	line-height: 1.3;
}
#secMember .member-list li .txt-block dl dt img{
	width: 24.28%;
	height: auto;
}
#secMember .member-list li .txt-block dl dt span{
	margin: 0 0 0 5.3%;
	font-size: 1.9rem;
	white-space: nowrap;
}
#secMember .member-list li .txt-block dl dd{
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: -0.05em;
}
#secMember .member-list li .txt-block dl dd span{
	display: block;
	font-size: 1.3rem;
	line-height: 1.4;
}
@media screen and (max-width: 1340px){
	#secMember .member-list li .txt-block dl dt span{
		font-size: 1.41vw;
	}
	#secMember .member-list li .txt-block dl dd{
		font-size: 1.11vw;
	}
	#secMember .member-list li .txt-block dl dd span{
		font-size: 0.97vw;
	}
}
@media screen and (max-width: 767px){
	#secMember{
		padding: 40px 20px;
		background: url(../images/index/bg_line.png) 50% 50% / 3px 3px;
	}
	#secMember h2{
		margin: 0 0 30px;
	}
	#secMember h2 img{
		width: 282px;
	}
	#secMember h2 img + img{
		width: 124px;
		display: block;
		margin: 7px auto 0;
	}
	#secMember h2 .ja{
		margin: 10px 0 0;
		font-size: 1.2rem;
	}
	#secMember .member-list{
		margin: 0 auto;
		display: block;
	}
	#secMember .member-list li{
		width: 100%;
		margin: 0 0 10px;
		padding: 4px;
		border-radius: 5px;
		display: block;
	}
	#secMember .member-list li::before,
	#secMember .member-list li::after{
		content: "";
		display: block;
		position: absolute;
		z-index: 10;
	}
	#secMember .member-list li::before{
		width: 17.1875%;
		padding: 10.625% 0 0;
		background: url(../images/index/img_ribon01.png) no-repeat 50% top / 100% auto;
		top: 0;
		left: 0;
	}
	
	#secMember .member-list li:nth-child(n + 2){
		margin: 3% 0 0;
	}
	#secMember .member-list li .fig{
		width: 100%;
	}
	#secMember .member-list li .txt-block{
		width: 100%;
		padding: 20px 20px 8%;
	}
	#secMember .member-list li .txt-block::before,
	#secMember .member-list li .txt-block::after{
		content: "";
		display: block;
		width: 13.8888888888%;
		padding: 13.8888888888% 0 0;
		position: absolute;
	}
	#secMember .member-list li .txt-block::before{
		top: 4px;
		right: 0;
	}
	#secMember .member-list li .txt-block::after{
		left: 0;
		bottom: 0;
	}
	#secMember .member-list li .txt-block dl dt{
		margin: 0 0 10px;
	}
	#secMember .member-list li .txt-block dl dt img{
		width: 50px;
		height: auto;
	}
	#secMember .member-list li .txt-block dl dt span{
		margin: 0 0 0 8px;
		font-size: 1.6rem;
	}
	#secMember .member-list li .txt-block dl dd{
		font-size: 1.4rem;
		line-height: 1.5;
		letter-spacing: 0;
	}
	#secMember .member-list li .txt-block dl dd span{
		font-size: 1.1rem;
	}
	
}
/*
	#information
----------------------------------------------------*/
#information{
	padding: 100px 10px;
}
#information .block{
	max-width: 1320px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
#information .block .ttl-wrap{
	width: 32%
}
#information .block .ttl-wrap h2{
	display: inline-block;
	font-size: 3.2rem;
	font-weight: 300;
	position: relative;
}
#information .block .ttl-wrap h2::before{
	content: "";
	display: block;
	width: 42px;
	height: 34px;
	background: url(../images/index/bg_dot03.png) no-repeat 50% 50% / 100% auto;
	position: absolute;
	right: -15px;
	bottom: -10px;
	z-index: -1;
}
#information .block dl{
	width: 68%;
	min-height: 100px;
	padding: 0 0 0 5.4%;
	border-left: solid 1px #e3e3e3;
	overflow: hidden;
}
#information .block dl dt{
	padding: 12px 0 0;
	float: left;
	clear: both;
	font-weight: 300;
}
#information .block dl dd{
	margin: 0 0 0 110px;
	padding: 12px 0 0;
}
#information .block dl dt:first-child,
#information .block dl dt:first-child + dd{
	padding: 0;
}
#information .block dl dd a{
	text-decoration: underline;
}
#information .block dl dd a:hover{
	opacity: 0.6;
}
@media screen and (max-width: 1200px){
	#information .block .ttl-wrap h2{
		font-size: 2.66vw;
	}
}
@media screen and (max-width: 767px){
	#information{
		padding: 40px 20px;
	}
	#information .block{
		display: block;
	}
	#information .block .ttl-wrap{
		width: 100%;
		margin: 0 0 18px;
		padding: 0 0 15px;
		text-align: center;
		border-bottom: solid 1px #e3e3e3;
	}
	#information .block .ttl-wrap h2{
		font-size: 2rem;
	}
	#information .block .ttl-wrap h2::before{
		width: 21px;
		height: 17px;
		right: -5px;
		bottom: -5px;
	}
	#information .block dl{
		width: 100%;
		min-height: 0;
		padding: 0;
		border-left: none;
		font-size: 1.2rem;
	}
	#information .block dl dt{
		padding: 8px 0 0;
	}
	#information .block dl dd{
		margin: 0 0 0 90px;
		padding: 8px 0 0;
	}
	#information .block dl dt:first-child,
	#information .block dl dt:first-child + dd{
		padding: 0;
	}
}
/*
	#secAddress
----------------------------------------------------*/
#secAddress{
}
#secAddress .f-block{
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}
#secAddress .f-block figure{
	width: 50%;
}
#secAddress .f-block .inblock{
	width: 50%;
	padding: 0 15px;
	text-align: center;
}
#secAddress .f-block .inblock h2 .ja{
	display: block;
	margin: 5% 0 0;
}
#secAddress .f-block .inblock .catch{
	margin: 0 0 5%;
	font-size: 2.2rem;
}
#secAddress .f-block .inblock .txt-block{
	max-width: 620px;
	margin: 0 auto;
	padding: 5% 5% 3%;
	text-align: left;
	border: solid 5px #f1f1f1;
	background: #fff;
	position: relative;
}
#secAddress .f-block .inblock .txt-block::before,
#secAddress .f-block .inblock .txt-block::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
}
#secAddress .f-block .inblock .txt-block::before{
	border-width: 40px 40px 0 0;
	border-color: #e3e3e3 transparent transparent transparent;
	top: -5px;
	left: -5px;
}
#secAddress .f-block .inblock .txt-block::after{
	border-width: 0 0 40px 40px;
	border-color: transparent transparent #e3e3e3 transparent;
	right: -5px;
	bottom: -5px;
}
#secAddress .f-block .inblock .txt-block .tel{
	margin: 16px 0 0;
	font-size: 3.6rem;
	font-weight: 300;
	line-height: 1;
}
#secAddress .f-block .inblock .txt-block .tel::before{
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 9px 0 0;
	background: url(../images/index/ico_tel.png) no-repeat 50% 50% / 100% auto;
	vertical-align: -3px;
}
@media screen and (max-width: 1450px){
	#secAddress .f-block figure{
		height: 453px;
		position: relative;
		overflow: hidden;
	}
	#secAddress .f-block figure img{
		max-width: none !important;
		width: auto !important;
		height: 453px !important;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}
}
@media screen and (max-width: 767px){
	#secAddress .f-block{
		display: block;
	}
	#secAddress .f-block figure{
		width: 100%;
		height: auto;
	}
	#secAddress .f-block figure img{
		width: 100% !important;
		height: auto !important;
		position: static;
		transform: none
	}
	#secAddress .f-block .inblock{
		width: 100%;
		padding: 40px 20px;
	}
	#secAddress .f-block .inblock h2 img{
		width: 225px;
	}
	#secAddress .f-block .inblock h2 .ja{
		display: block;
		margin: 15px 0 0;
		font-size: 1.2rem;
	}
	#secAddress .f-block .inblock .catch{
		margin: 0 0 15px;
		font-size: 1.8rem;
	}
	#secAddress .f-block .inblock .txt-block{
		max-width: 100%;
		margin: 0 auto;
		padding: 5% 5% 3%;
		border: solid 3px #f1f1f1;
	}
	#secAddress .f-block .inblock .txt-block::before{
		border-width: 23px 23px 0 0;
		top: -3px;
		left: -3px;
	}
	#secAddress .f-block .inblock .txt-block::after{
		border-width: 0 0 23px 23px;
		right: -3px;
		bottom: -3px;
	}
	#secAddress .f-block .inblock .txt-block .tel{
		margin: 10px 0 0;
		font-size: 2.4rem;
	}
	#secAddress .f-block .inblock .txt-block .tel::before{
		width: 25px;
		height: 25px;
		margin: 0 4px 0 0;
	}
}
/*
	.attention
----------------------------------------------------*/
#main .attention{
	padding: 86px 10px;
	text-align: center;
	background-image: url(../images/index/bg_dot01.png), url(../images/index/bg_dot02.png);
	background-repeat: no-repeat;
	background-position: 4.1% 130%, 95% 130%;
}
#main .attention .btn-popup{
	max-width: 560px;
	margin: 0 auto;
}
#main .attention .btn-popup a{
	display: block;
	padding: 18px 0;
	font-size: 2.2rem;
	background: #e9e5e5;
}
/* js */
.mfp-bg,
.mfp-wrap{
	z-index: 9999999 !important;
}
.mfp-content{
	text-align: center !important;
}
.mfp-bg{
	opacity: 0;
	transition: all 0.6s ease !important;
}
.mfp-bg.mfp-ready{
	opacity: 0.8;
}
.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-wrap .mfp-content {
	opacity: 0;
	transition: all 1s ease !important;
}
.mfp-wrap.mfp-ready .mfp-content{
	opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content{
	opacity: 0;
}
.mfp-close-btn-in .mfp-close{
	color: #fff !important;
	font-size: 70px;
	position: fixed !important;
	top: 20px !important;
	right: 20px !important;
}
#video video{
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 767px){
	#main .attention{
		padding: 20px;
		background: none;
	}
	#main .attention .btn-popup a{
		padding: 14px 0;
		font-size: 1.4rem;
		line-height: 1.4;
		letter-spacing: -0.05em;
	}
	/* js */
	.mfp-auto-cursor .mfp-content{
		width: 100%;
		padding: 0 10px;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.mfp-close-btn-in .mfp-close{
		font-size: 40px;
		top: 0 !important;
		right: 5px !important;
	}
}
/* 20210701追記 */
.event-block .btn-contact{
	margin: 5% 0 0;
	display: flex;
	justify-content: space-between;
}
.event-block .btn-contact li{
	width: 48.1%;
}
.event-block .btn-contact li a{
	display: block;
	padding: 12px 5% 12px 0;
	text-align: center;
	font-size: 1.6rem;
	color: #fff;
	border-radius: 10px;
	background: #77b7ba url(../images/common/ico_arrow.svg) no-repeat 94.2% 50% / 10% auto;
}
.event-block .btn-contact li + li a{
	background: #db908c url(../images/common/ico_arrow02.svg) no-repeat 94.2% 50% / 10% auto;
}
@media screen and (max-width: 1000px){
	.event-block .btn-contact li a{
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 767px){
	.event-block .btn-contact{
		margin: 5% 0 0;
		display: block;
	}
	.event-block .btn-contact li{
		width: 100%;
	}
	.event-block .btn-contact li + li{
		margin: 8px 0 0;
	}
	.event-block .btn-contact li a{
		padding: 5px 5% 5px 0;
		font-size: 1.6rem;
		border-radius: 5px;
		background: #77b7ba url(../images/common/ico_arrow.svg) no-repeat 94.2% 50% / 15px 15px;
	}
	.event-block .btn-contact li + li a{
		background: #db908c url(../images/common/ico_arrow02.svg) no-repeat 94.2% 50% / 15px 15px;
	}
	
}

/* 追加 */

#secAddress {
    padding: 50px 0 80px;
}
.address_ttl {
    margin: 0 0 30px;
    text-align: center;
}
