@charset "UTF-8";
/* CSS Document */

article {
	width: 100%;
	/* background: url(../images/common/ob_line_gr.png) repeat;
	background-size: 14px 14px; */
background: #f7f7f8;
}

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/

@media print, screen and (min-width: 769px){

	article {
		padding-bottom: 100px;
	}
	
	article section {
		width: 838px;
		margin: 0 auto;
		background: #FFF;
		padding: 30px;
		padding-bottom: 70px;
	}
	
	article section .map{
		width: 100%;
		height: 368px;
		margin-bottom: 24px;
	}
	
	article section .map iframe{
		width: 100%;
		height: 100%;
	}
	
	article section h3{
		font-size: 32px;
		font-weight: 700;
		text-align: center;
		color: #e1458d;
		line-height: 1.2;
		margin-bottom: 35px;
	}
	
	article section h4{
		font-size: 24px;
		height: 38px;
		line-height: 1.5;
		margin-bottom: 30px;
		color: #25A9A4;
	}
	
	article section h4.car{
        padding-left: 40px;
        background: url(../images/access/access_icon01.png) no-repeat left;
        background-size: 35px;
	}
	
	article section h4.transport{
        padding-left: 76px;
        background: url(../images/access/access_icon02.png) no-repeat left;
        background-size: 67px 36px;
	}
	
	article section .access_map{
		width: 592px;
		margin: 0 auto;
		line-height: 0;
		margin-bottom: 40px;
	}
	article section .access_map.supplement{
		margin-bottom: 60px;
	}
	article section p.cap{
		width: 592px;
		margin: 0 auto;
		font-size: 14px;
		text-align: right;
		
	}

}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media print, screen and (max-width: 768px){

	article {
		padding-bottom: 50px;
	}
	
	article section {
		width: 95%;
		margin: 0 auto;
		background: #FFF;
		padding: 25px 1.8% 40px;
	}
	
	article section .map{
		width: 100%;
		height: 45.7vw;
		margin-bottom: 24px;
	}
	
	article section .map iframe{
		width: 100%;
		height: 100%;
	}
	
	article section h3{
		font-size: 26px;
		font-size: 2.6rem;
		font-weight: 700;
		text-align: center;
		color: #e1458d;
		line-height: 1.2;
		margin-bottom: 35px;
	}
	
	article section h4{
		font-size: 20px;
		font-size: 2rem;
		min-height: 38px;
		line-height: 1.2;
		margin-bottom: 25px;
		color: #25A9A4;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		align-items: center;
	}
	
	article section h4.car{
        padding-left: 42px;
        background: url(../images/access/access_icon01.png) no-repeat left top;
        background-size: 36px;
	}
	
	article section h4.transport{
        padding-left: 76px;
        background: url(../images/access/access_icon02.png) no-repeat left top;
        background-size: 66px 35px;
	}
	
	article section .access_map{
		width: 100%;
		margin: 0 auto;
		line-height: 0;
		margin-bottom: 40px;
	}
	article section .access_map.supplement{
		margin-bottom: 60px;
	}
	article section p.cap{
		width: 100%;
		margin: 0 auto;
		font-size: 14px;
		font-size: 1.4rem;
		text-indent: -1em;
		padding-left: 1em;
		
	}
	

}

@media print, screen and (max-width: 480px){

}
