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

/*グーグルマップ レスポンシブ対応*/
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*=========================================== 
スマホ向けのレイアウトの指定：～768px 
===========================================*/
@media only screen and (min-width: 0px) {

body{
	overflow-x: hidden;
}

#container{
	width:100%;
	margin:0 auto;
	overflow: hidden;
}

#wrapper{
	width:100%;
	margin:0 auto;
}

/*メインビジュアル*/
.mv{
	background: url(../images/access_mv.jpg) no-repeat top center;
	background-size: cover;
}


/*コンテンツ*/
.access{
	width: 90%;
	margin: 80px auto;
}

.access .head{
	font-size: 20px;
	text-align: center;
	font-family: serif;
}

.access .text{
	margin: 20px auto 0;
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	font-family: serif;
}

.access .text a{
	color: rgb(107,154,155);
}

.access_box{
	width: 100%;
	margin: 40px auto 0;
}

.access .ggmap{
	padding-bottom: 95%;
}

.access .btn{
	width: 224px;
	height: 50px;
	margin: 32px auto 60px;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 0.12em;
	font-family: serif;
	background: rgb(139,199,207);
	border-radius: 25px;
}

.access .btn a{
	box-sizing: border-box;
	height: 50px;
	color: rgb(255,255,255);
	display: block;
}

.access .info {
	border: solid rgb(200,200,200);
	border-width: 1px 0;
}

.access .info dl.add{
	padding: 32px 0;
}

.access .info dl.tel,
.access .info dl.open{
	padding: 20px 0;
	border: dashed rgb(230,230,230);
	border-width: 1px 0 0 0;
}

.access .info dl dt{
	min-width: 80px;
	margin: 0 20px 0 10px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
	letter-spacing: 0.22em;
	color: rgb(107,154,155);
	float: left;
}

.access .info dl dd{
	padding: 0 0 0 110px;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
}

.access .info dl dd a{
	color: rgb(50,50,50);
}

.access .info dl.open .color{
	color: rgb(100,100,100);
}

.access .info .tab{
	display: none;
}

.access .direction{
	padding: 20px;
	border-bottom: 1px solid rgb(200,200,200);
}

.access .direction dl{
	text-align: center;
}

.access .direction dl dt{
	margin: 0 auto 20px;
	padding: 5px 0 5px 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: rgb(80,80,80);
	border-left: 5px solid rgb(139,199,207);
}

.access .direction dl dd{
	font-size: 16px;
	text-align: left;
	line-height: 1.7;
}

.access .direction dl dd.car{
	margin: 16px auto 32px;
	padding: 20px 32px;
	font-size: 16px;
	text-align: center;
	line-height: 1.7;
	background: rgba(139,199,207,0.2);
	display: inline-block;
}

.access .direction dl dd .color{
	font-size: 14px;
	color: rgb(130,130,130);
}
}


/*=========================================== 
PC向けのレイアウトの指定：768px〜
===========================================*/
@media only screen and (min-width: 769px) {

#container{
	width:100vw;
}


/*コンテンツ*/
.access{
	width: auto;
	max-width: 940px;
	padding: 10px;
}

.left-side{
	width: 49%;
	max-width: 460px;
	float: left;
}

.access .btn{
	margin: 32px auto 0;
}

.access .btn a:hover{
	color: rgb(139,199,207);
	background: rgb(255,255,255);
	border: 1px solid rgb(139,199,207);
	border-radius: 25px;
}

.access .right-side{
	width: 49%;
	max-width: 460px;
	float: right;
}
}


/*=========================================== 
PC向けのレイアウトの指定：960px〜
===========================================*/
@media only screen and (min-width: 961px) {

.access .info dl.tel{
	width: 50%;
	max-width: 230px;
	float: left;
}

.access .info dl.open{
	box-sizing: border-box;
	width: 50%;
	max-width: 230px;
	border-width: 1px 0 0 1px;
	float: right;
}

.access .info dl dt{
	min-width: auto;
}

.access .info dl dd{
	padding: 0;
	float: left;
}

.access .info .tab{
	display: block;
}
}