@charset "UTF-8";
/* --------------------
  dhws-visual
-------------------- */
#dhws .visual{
	background-image: url(../images/dhws/dhws_top.png);
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	position:relative;
}
#dhws .visual-info{
	width: 82%;
	height: 350px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.visual-info .img {
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.4));
}
#dhws .visual-info h2 img:hover{
	opacity: 0.7;
}
#dhws .visual-info p.sub-title{
	width: 100%;
	letter-spacing: 5px;
	font-size: 46px;
	color: #FFFFFF;
	padding-top: 20px;
}
#dhws .visual-info p.contents-detail{
	width: 100%;
	color: #FFFFFF;
	margin: auto;
	line-height: 40px;
	font-size: 20px;
	letter-spacing: 3px;
}
/* --------------------
  dhws-contents
-------------------- */
#dhws .contents-inner{
	max-width: 800px;
	margin: 60px auto;
}
#dhws .contents-inner p.contents-detail{
	margin: 0 10px;
}
#dhws .contents h3{
	margin-bottom: 20px;
}
#dhws .future-image{
	width: 100%;
	background: url(../images/dhws/future_image.png) no-repeat;
	background-size: contain;
	background-position: center;
	height: 800px;
	margin: 30px auto;
}
#dhws p.message{
	width: 100%;
	position: absolute;
	top: 360px;
	color: rgba(237,109,0,1);
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
/* --------------------
  dhws-button
-------------------- */
#dhws .info-left-side p.btn-wrap {
	padding-left: 0;
}
#dhws .btn-midium{
	color: #ED6D00;
	border: 2px solid #ED6D00;
}
#dhws .btn-midium:hover{
	color: #fff;
}
#dhws .btn-midium:hover::after{
	background: #ED6D00;
}
#dhws .btn-reverse {
	color: #fff;
	border: 2px solid #fff;
}
#dhws .btn-reverse:hover{
	color: #ED6D00;
}
#dhws .btn-reverse:hover::after{
	background: #fff;
}

/* --------------------
  dhws-info
-------------------- */
#indoorView{
	margin-bottom: -6px;
}
#indoorView{
	position: relative;
	width: 100%;
	height: 415px;
	display: block;
	background-image: url(../images/dhws/indoorView.png);
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}
#indoorView p{
	color: #202020;
	font-weight: bold;
	font-size: 42px;
	visibility: hidden;
}
#indoorView p span{
	font-size: 24px;
}
#dhws .access-contents-inner{
	width: 100%;
	border-bottom: 1px solid #ED6D00;
}
#dhws .info{
	width: 100%;
	position: relative;
}
#dhws .access{
	background: url(../images/dhws/1access_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 33.3%;
	padding-bottom: 15px;
}
#dhws .access ul li{
	margin-bottom: 5px;
}
#dhws .access p.title,
#dhws .event p.title,
#dhws .blog p.title{
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}
#dhws .access p.sub-title,
#dhws .event p.sub-title,
#dhws .blog p.sub-title{
	padding-top: 10px;
	line-height: 1;
	color: #FFFFFF;
}
#dhws .info-left-side p,
#dhws div.info-left-side ul{
	padding-left: 100px;
	font-size: 1.5rem;
	letter-spacing: 2px;
}
#dhws .event{
	background: url(../images/dhws/2event_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 33.3%;
	padding-bottom: 5px;
}
#dhws .blog{
	background: url(../images/dhws/3blog_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 33.3%;
	padding-bottom: 5px;
}
/* --------------------
  dhws-contents-dhws-sns
-------------------- */
#dhws .info-right-side{
	width: 50%;
	float: left;
}
#dhws .logo-sns-images{
	position: relative;
	width: 100%;
}
#dhws .logo-sns-images .logo-sns-images-inner{
	width: 434px;
	margin: auto;
	padding-top: 55px;
}
#dhws-logo{
	float: left;
}
#dhws-sns-logos{
	float: left;
	width: 47%;
	margin-top: 5px;
	margin-left: 30px;
}
#dhws .dhws-sns-logos-inner{
	width: 200px;
	margin: 0 auto;
}
#dhws-sns-logos a{
	padding: 0 15px;
}
#dhws-sns-logos p{
	width: 100%;
	text-align: center;
	color: #ED6D00;
	padding-bottom: 3px;
	font-size: 13px;
}
#dhws-logo:hover,
#dhws-sns-logos img:hover{
	opacity: 0.7;
}
#dhws .info{
	width: 100%;
	color: #FFFFFF;
}
#dhws .info-left-side{
	width: 50%;
	float: left;
}
#dhws .access ul{
	font-size: 18px;
	letter-spacing: 2px;
}
#dhws .access ul li.title{
	font-size: 32px;
}
#dhws-map-canvas{
	width: 100%;
	height: 500px;
}

@media screen and ( max-width:1024px ){
/*　画面サイズが1024px以下は、このスタイルを読み込む　*/
	#dhws .visual{
		background-image: url(../images/dhws/dhws_top.png);
		height: 330px;
	}
	#dhws .visual-info{
		height: 150px;
	}
	#dhws .visual-info h2 img{
		width: 300px;
	}
	#dhws .visual-info p.sub-title{
		font-size: 22px;
		letter-spacing: 8px;
	}
	#dhws .contents-inner {
		max-width: 630px;
    padding: 0 10px;
		margin: 30px auto;
	}
	#dhws .contents-inner p.contents-detail {
		margin: 0;
	}
	#dhws p.message {
	top: 320px;
	font-size: 18px;
	}
	#dhws .future-image{
		height: 660px;
		margin: 0 auto;
	}
	#indoorView{
		height: 300px;
		background-image: url(../images/dhws/indoorView_sp.png);
		background-size: cover;
		background-position: center center;
	}
	#indoorView p{
		color: #202020;
		font-weight: bold;
		visibility: visible;
	}
	#dhws .info-left-side p,
	#dhws div.info-left-side ul{
		padding-left: 10px;
	}
	#dhws .info-left-side{
		width: 100%;
		float: none;
	}
	#dhws .access-contents-inner{
		border-bottom: none;
	}
	#dhws .info-right-side{
		width: 100%;
		float: none;
	}
	#dhws-map-canvas{
		width: 100%;
		height: 300px;
	}
	#dhws .logo-sns-images{
		padding: 40px 0;
		background: none;
	}
	#dhws-logo{
		width: 250px;
		height: 69px;
		top: 40px;
	}
	#dhws .logo-sns-images .logo-sns-images-inner{
		width: 529px;
		padding-top: 0;
	}
	#dhws .dhws-sns-logos-inner{
		width: 215px;
	}
	#dhws-sns-logos a{
		padding: 0 20px;
	}
}

@media screen and (max-width:768px){
/*　画面サイズが768px以下の場合、このスタイルを読み込む　*/
	#dhws .visual-info h2 img{
		width: 200px;
	}
	#dhws h3{
		line-height: 20px;
		padding-bottom: 5px;
	}
	#dhws .visual{
		background-image: url(../images/dhws/dhws_top.png);
		height: 330px;
	}
	#dhws .visual-info{
		height: 100px;
	}
	#dhws .visual-info p.sub-title {
		font-size: 15px;
		letter-spacing: 2px;
	}
	#dhws .future-image {
		height: 300px;
	}
	#dhws p.message {
		font-size: 12px;
    top: 130px;
    padding: 0 40px;
	}
	#indoorView p{
		font-size: 22px;
		color: #202020;
		font-weight: bold;
		visibility: visible;
	}
	#indoorView p span{
		font-size: 13px;
	}
	#dhws .btn-midium {
		font-size: 1.4rem;
	}
	#dhws .info-left-side{
		width: 100%;
		float: none;
	}
	#dhws .info-right-side{
		width: 100%;
		float: none;
	}
	#dhws .access-contents-inner{
		border-bottom: none;
	}
	#dhws-map-canvas{
		width: 100%;
		height: 300px;
	}
	#dhws-logo{
		float: none;
	}
	#dhws-sns-logos{
		margin-left: 0;
	}
	#dhws .logo-sns-images .logo-sns-images-inner{
		width: 300px;
	}
	#dhws .logo-sns-images{
		background: none;
		text-align: center;
	}
	#dhws-sns-logos{
		float: none;
		width: 100%;
	}
	#dhws-sns-logos p{
		padding: 20px 0;
	}
	#dhws-logo{
		margin: 20px auto;
	}
}
@media screen and (max-width:320px){
	#dhws .future-image {
		background-size: cover;
	}
	#dhws p.message {
		font-size: 11px;
	}
}
