@charset "utf-8"; 

#message .img{
	display: block;
	/*width: 26em;*/
	width: 30%;
	height: auto;
}
#message .img img{
	width: 100%;
	height: auto;
}
#message .message{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#message .message .block{
	width: calc(100% - 30%);
	max-width: calc((100% - 30%) - ((100vw - 1680px) / 2));
	box-sizing: border-box;
	padding: 0 3.5em;
	margin: 0 auto 0 0;
}
#message .headline{
	margin-bottom: 0.5em;
	padding: 0;
}
#message .message .txt{
	line-height: 2.0;
	font-weight: bold;
}
#message .message .name{
	text-align: right;
	margin-top: 4.375em;
}
#message .message .name p{
	text-align: right;
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 1em;
}
#message .profile{
	position: relative;
	display: flex;
	justify-content: space-between;
}
#message .profile .ttlWrap{
	width: 30%;
	box-sizing: border-box;
	padding: 3.5em 3.5em 0 0;
}
#message .profile .ttl{
	font-size: 3.2rem;
	text-align: right;
}
#message .profile .txt{
	position: relative;
	width: calc(100% - 30%);
	max-width: calc((100% - 30%) - ((100vw - 1680px) / 2));
	box-sizing: border-box;
	color: #fff;
	background: #000;
	padding: 3.125em;
	margin: 0 auto 0 0;
}
#message .message .block .img{
	display: none;
}
@media screen and (min-width : 1680px){
	#message .profile .txt::after{
		content: '';
		position: absolute;
		top: 0;
		right: calc(((100vw - 1680px) / 2) * -1);
		background: #000;
		width: calc((100vw - 1680px) / 2);
		height: 100%;
	}
}
#message .profile img{
	position: absolute;
	bottom: 0;
	left: 3.5em;
	width: auto;
	height: 84%;
}
#info{
	max-width: 1680px;
	margin: 6.25em auto 7.5em;
}
#history{
	display: flex;
	justify-content: flex-start;
}
#history .ttlWrap{
	position: relative;
	width: 30%;
	background: url(../img/outline/bg_history_pc.jpg) 0 0 no-repeat;
	background-size: cover;
	padding: 4.375em 0 0 0;
	box-sizing: border-box;
}
#history .ttlWrap::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
}
#history .headline{
	color: #fff;
	
}
@media screen and (min-width : 1681px){
	#history .headline{
		margin-left: calc((100vw - 1680px) / 2);
	}
}
@media screen and (max-width : 1680px) and (min-width : 768px){
	#history .headline{
		margin-left: 0;
	}
}
#history .block{
	width: calc(100% - 30%);
	max-width: calc((100% - 30%) - ((100vw - 1680px) / 2));
	padding: 2.8em 3.5em;
	box-sizing: border-box;
}
#history .block dt{
	display: flex;
	justify-content: space-between;
	float: left;
	clear: left;
	width: 8em;
	color: #747475;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.7;
	padding: 1em 0;
}
#history .block dt .month{
	display: block;
	margin: 0 0 0 auto;
}
#history .block dt .pcnone{
	display: none;
}
#history .block dd{
	font-weight: bold;
	border-bottom: 1px solid #9F9F9F;
	line-height: 1.5;
	padding: 0.875em 0 0.875em 10.4375em;
}
#affiliates{
	max-width: 1680px;
	margin: 7.5em auto 8em;
}
#photo{
	display: flex;
	justify-content: space-between;
	margin-top: 2.8em;
}
#photo .main{
	width: 50%;
}
#photo .main img{
	width: 100%;
	height: auto;
}
#photo .main .swiper-button-next,
#photo .main .swiper-button-prev{
	display: none;
}
#photo .thumb{
	display: flex;
	flex-flow: column-reverse;
	justify-content: space-between;
	width: 50%;
	background: #000;
}
#access .txt{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
	padding: 3.125em;
}
#access .txt p{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
#access .txt .dial{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-left: 2em;
}
#access .txt .dial img{
	width: auto;
	height: 2.0em;
	margin-right: 0.5em;
}
#access .txt .dial a{
	color: #fff;
}
#photo .thumbWrap{
	background: #fff;
	padding-top: 1.5em;
}
#photo .thumbWrap .subSlider{
	padding: 0 1.5em;
}
#photo .thumb .swiper-button-next,
#photo .thumb .swiper-button-prev{
	top: 0;
	width: 1.5em;
	height: 100%;
	background: #000;
	margin-top: 0;
}
#photo .thumb .swiper-button-prev{
	left: 0;
}
#photo .thumb .swiper-button-next{
	right: 0;
}
#photo .thumb .swiper-slide img{
	width: 100%;
	height: auto;
}
#photo .thumb .swiper-button-next:after,
#photo .thumb .swiper-button-prev:after{
	font-size: 1.6rem;
	color: #fff;
}
#access .map{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 30em;
}
#access .map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width : 767px){

	#message .headline{
		margin-bottom: 0.8em;
	}
	#message .message{
		position: relative;
		display: block;
	}
	#message .message .block{
		display: block;
		max-width: inherit;
		width: 100%;
		padding: 0 6.4vw;
		margin: 0;
	}
	#message .message .img{
		display: none;
		position: absolute;
		bottom: 33vw;
		left: 6.4vw;
		width: calc(100% - 12.8vw);
	}
	#message .message .name{
		/*margin-top: 87vw;*/
		margin-top: 1.2em;
	}
	#message .message .name p{
		text-align: left;
	}
	#message .message .name img{
		display: block;
		width: 70%;
		margin: 0 auto 0 0;
	}
	#message .profile{
		display: block;
		padding: 15vw 0 0;
	}
	#message .profile .ttlWrap{
		width: auto;
		padding: 0 6.4vw 5vw;
	}
	#message .profile .ttl{
		text-align: left;
	}
	#message .profile img{
		top: -16vw;
		right: 6.4vw;
		bottom: auto;
		left: auto;
		width: 40%;
		height: auto;
	}
	#message .profile .txt{
		width: auto;
		min-width: inherit;
		padding: 6.4vw;
		margin: 0;
	}
	#message .message .block .img{
		position: relative;
		bottom: auto;
		left: auto;
		display: block!important;
		width: 100%;
		margin: 1.5em 0 0 0;
	}
	
	
	#photo{
		display: block;
	}
	#photo .main{
		width: auto;
	}
	#photo .main .swiper-button-prev,
	#photo .main .swiper-button-next{
		display: block;
		top: 50%;
		width: 1.5em;
		height: 8em;
		background: #000;
		margin-top: 0;
		transform: translateY(-50%);
	}
	#photo .main .swiper-button-prev{
		left: 0;
	}
	#photo .main .swiper-button-next{
		right: 0;
	}
	#photo .main .swiper-button-prev::after,
	#photo .main .swiper-button-next::after{
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 1.6rem;
		color: #fff;
		transform: translate(-50%,-50%);
	}
	#photo .thumb{
		display: none;
	}
	#access .txt{
		display: block;
		padding: 5vw;
	}
	#access .txt{
		font-size: 1.6rem;
	}
	#access .txt .dial{
		margin-left: 0;
	}
	#history{
		display: block;
	}
	#history .ttlWrap{
		width: auto;
		background: none;
		padding: 0;
	}
	#history .ttlWrap::before{
		content: none;
	}
	#history .ttlWrap::after{
		content: '';
		display: block;
		width: 100%;
		height: 48vw;
		background: url(../img/outline/bg_history_sp.jpg) 0 0 no-repeat;
		background-size: 100% auto;
	}
	#history .headline{
		color: #000;
		padding-bottom: 5.3vw;
	}
	#history .block{
		width: auto;
		max-width: inherit;
		padding: 4vw 4.5vw 0;
		margin: 0;
	}
	#history .block dl{
		border-bottom: 1px solid #9F9F9F;
	}
	#history .block dt{
		justify-content: flex-start;
		float: none;
		width: 100%;
		border-top: 1px solid #9F9F9F;
		border-left: 1px solid #9F9F9F;
		padding: 4.5vw 4.5vw 0 4.5vw;
		box-sizing: border-box;
	}
	#history .block dt .pcnone{
		display: inline;
	}
	#history .block dt .month{
		margin-left: 0.5em;
	}
	#history .block dd{
		border-left: 1px solid #9F9F9F;
		font-weight: normal;
		font-size: 1.5rem;
		border-bottom: 0;
		padding: 2vw 4.5vw 4.5vw 4.5vw;
	}
	#affiliates{
		margin: 21vw 0 0;
	}
	#access{
		padding: 21vw 0 0;
	}

}
@media (orientation: landscape) and (max-width : 767px){


}