@charset "utf-8";


/*=============================================
	
	タブ
	
==============================================*/
@media print, screen and (max-width: 768px) {


	.tab {
		overflow:hidden;
		border-bottom: 6px solid #739d8b;
	}
	.tab li {
		width: 50%;
		background:#FFF;
		padding:1.0em 0;
		float:left;
		text-align: center;
		font-size: 1.2em;
		color: #739d8b;
	}
	.tab li.select {
		background: #739d8b;
		color: #FFF;
	}
	.content li {
		padding: 0;
	}
	.hide {
		display:none;
	}

 
}

@media print, screen and (min-width: 769px) {
	.tab {
		overflow:hidden;
		border-bottom: 6px solid #739d8b;
		text-align: center;
		background: #F2F5F8;
	}
	.tab li {
		display: inline-table;
		width: 20%;
		background:#FFF;
		padding:1.0em 0;
		text-align: center;
		font-size: 1.2em;
		color: #739d8b;
	}
	.tab li.select {
		background: #739d8b;
		color: #FFF;
	}
	.content li {
		padding:20px;
	}
	.hide {
		display:none;
	}

}


/*=============================================
	
	コンテンツレイアウト
	
==============================================*/
@media print, screen and (max-width: 768px) {

	.top_content {
		margin: 0 0 2.4em;
	} 
	.top_content > dt {
		line-height: 2.0em;
		margin: 0 auto 1.6em;
	}
	.top_content > dt div.taxi_intro {
		border: 3px double #FFF;
		color: #FFF;
		padding: 1.2em 1.6em;
		margin: 0 0 2.4em;
	}	
	.top_content > dd {
		height: 50vh;
	}
	.top_content > dd iframe{
		height: 100%;
	}	
	.top_content > dd p.link {
		color: #739d8b;
		text-align: right;
		padding: 1.0em 1.6em 1.0em 0;
	}	
	.top_content > dd p.link a {
		text-decoration: underline;
		color: #739d8b;
	}	

	.transport {
		
	}
	.transport h3 {
		position: relative;
		text-align: center;
		margin: 0 0 4.0em;
	}
	.transport h3 img {
		width: 15%;
		padding: 0.8em 0;
	}
	.transport h3:before{
		content: "";
		width: 20%;
		height: 1px;
		background: #b7a26d;
        -webkit-transform:
            rotate(-45deg);
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -22%;
	}
	.transport h3:after{
		content: "";
		width: 20%;
		height: 1px;
		background: #b7a26d;
        -webkit-transform:
            rotate(-45deg);
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: 2%;
	}
	.transport h4 {
		margin: 0 0 1.2em;
	}
	
	.transport > .container > dl.body {
		margin: 0 0 2.0em;
	}
	.transport > .container > dl.body dt {
		padding: 0.8em 1.0em;
		background: #F5F4F3;
		font-size: 110%;
		margin: 0 0 0.8em;
	}
	.transport > .container > dl.body dd {
		padding: 0 1.0em;
		line-height: 2.0em;
	}
	.transport > .container > .arrow_below:after {
		right: 5%;
		border-color: #FFF;
	}
	.transport > .container > div.kinrin_flow {
		
	}
	.transport > .container > div.kinrin_flow dl {
		margin: 0 0 1.6em;
	}
	.transport > .container > div.kinrin_flow dl dt {
		float: left;
		width: 30%;
	}
	.transport > .container > div.kinrin_flow dl dd {
		float: right;
		width: 65%;
	}

	.transport > .container > div.kinrin_flow dl dd p.step {
		font-size: 90%;
		color: #FFF;
		padding: 0.2em 1.2em;
		text-align: center;
		display: inline;
	}
	
	.transport > .container > div.kinrin_flow dl dd p.annai {
		line-height: 2.0em;
	}

	/** バス乗り場案内 **/
	.transport > .container .busstop_guide {
		border-top: 3px double #333;
		border-bottom: 3px double #333;
		padding: 2em 5%;
		background-color: #fcfcfc;
	}
	.transport > .container .busstop_guide .title_mid {
		color: #739d8b;
	}
	.transport > .container .busstop_guide .lead {
		font-size: 1.1em;
		margin-bottom: 1.5em;
		line-height: 1.6;
	}
	.transport > .container .busstop_guide .lead span {
		font-size: 0.8em;
	}	
	.transport > .container .busstop_guide .anchor_link {
		margin-bottom: 2em;
	}	
	.transport > .container .busstop_guide .anchor_link div {
		margin-bottom: 1em;
	}	
	.transport > .container .busstop_guide .anchor_link div a {
		display: table;
		text-align: center;
		margin: 0 auto 1em;
		color: #739d8b;
		text-decoration: underline;
		position: relative;
		padding-right: 1.5em;
	}	
	.transport > .container .busstop_guide .anchor_link div a::after {
		content: "";
		position: absolute;
		right: 0;
		top: calc(50% - 5px);
		transform: rotate(135deg);
		border-right: 1px solid #739d8b;
		border-top: 1px solid #739d8b;
		width: 5px;
		height: 5px;
	}	
	.transport > .container .busstop_guide .title_bus {
		margin-bottom: 2em;
		background-color: #739d8b;
		padding: 0.5em 1em;
		color: #FFF;
		font-size: 1.1em;
	}	
	.transport > .container .busstop_guide .maproute {
		width: 100%;
		margin-bottom: 2em;
	}	
	.transport > .container .busstop_guide .maproute.tate {
		width: 80%;
		margin: 0 auto 2em;
	}	
	.transport > .container .busstop_guide .stoproute {
		margin-bottom: 2em;
	}
	.transport > .container .busstop_guide .stoproute > div {
		margin-bottom: 1.5em;
		position: relative;
	}
	.transport > .container .busstop_guide .stoproute > div .number {
		position: absolute;
		left: 0;
		top: 0;
        padding: 0.7em;
        background-color: #739d8b;
        color: #FFF;
        text-align: center;
        font-size: 1.2em;
        line-height: 1;
	}
	.transport > .container .busstop_guide .stoproute > div img {
		margin-bottom: 0.7em;
	}
	.transport > .container .busstop_guide .stoproute > div .route_body {
		font-size: 0.9em;
		line-height: 1.6;
	}
	
	.entrance {
		width: 80%;
		margin: 0 auto 2.4em;
		border: 3px double #333;
	}
	.entrance > .container {
		padding: 1.0em 2.0em 0;
	}
	.entrance > .container dl dt {
		margin: 0 0 1.6em;
	}
	.entrance > .container dl dd {
		width: 100%;
		margin: 0 auto;
	}
	.entrance > .container dl dt h5 {
		font-size: 1.8em;
		margin: 0 0 1.0em;
	}
	.entrance > .container dl dt p {
		font-size: 1.0em;
		line-height: 2.2em;
	}
	
}

@media print, screen and (min-width: 769px) {
	.top_content {
		width: 960px;
		margin: 0 auto 2.4em;
	} 
	.top_content > dt {
		float: left;
		width: 40%;
		line-height: 2.0em;
		margin: 0 auto 1.6em;
	}
	.top_content > dt div.taxi_intro {
		border: 3px double #FFF;
		color: #FFF;
		padding: 1.2em 1.6em;
		margin: 0 0 2.4em;
	}	
	.top_content > dd {
		float: right;
		width: 55%;
		height: 50vh;
	}
	.top_content > dd iframe{
		height: 100%;
	}	
	.top_content > dd p.link {
		color: #739d8b;
		text-align: right;
		padding: 1.0em 1.6em 1.0em 0;
	}	
	.top_content > dd p.link a {
		text-decoration: underline;
		color: #739d8b;
	}	

	.transport {
		
	}
	.transport .btn_big01 {
		width: 50%;
		margin: 0 auto;
	}
	.transport h3 {
		position: relative;
		text-align: center;
		margin: 0 0 4.0em;
	}
	.transport h3 img {
		width: 5%;
		padding: 0.8em 0;
		margin: 0 0 20px;
	}
	.transport h3:before{
		content: "";
		width: 10%;
		height: 1px;
		background: #b7a26d;
        -webkit-transform:
            rotate(-45deg);
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -10%;
	}
	.transport h3:after{
		content: "";
		width: 10%;
		height: 1px;
		background: #b7a26d;
        -webkit-transform:
            rotate(-45deg);
		position: absolute;
		left: 50%;
		bottom: 0;
		margin-left: 0%;
	}
	.transport h4 {
		margin: 0 0 30px;
	}
	
	.transport > .container > dl.body {
		width: 800px;
		margin: 0 auto 2.0em;
	}
	.transport > .container > dl.body dt {
		padding: 0.8em 1.0em;
		background: #F5F4F3;
		font-size: 110%;
		margin: 0 0 0.8em;
	}
	.transport > .container > dl.body dd {
		padding: 0 1.0em;
		line-height: 2.0em;
	}
	.transport > .container > dl.body dd.map_car{
		width: 60%;
		margin: 0 auto 40px;
	}
	.transport > .container > .arrow_below:after {
		right: 5%;
		border-color: #FFF;
	}
	.transport > .container > div.kinrin_flow {
		width: 800px;
		margin: 0 auto;
	}
	.transport > .container > div.kinrin_flow dl {
		float: left;
		width: 46%;
		padding: 0 2%;
		margin: 0 0 1.6em;
	}
	.transport > .container > div.kinrin_flow dl dt {
		float: left;
		width: 30%;
	}
	.transport > .container > div.kinrin_flow dl dd {
		float: right;
		width: 65%;
	}

	.transport > .container > div.kinrin_flow dl dd p.step {
		font-size: 90%;
		color: #FFF;
		padding: 0.2em 1.2em;
		text-align: center;
		display: inline;
	}
	
	.transport > .container > div.kinrin_flow dl dd p.annai {
		line-height: 2.0em;
	}


	/** バス乗り場案内 **/
	.transport > .container .busstop_guide {
		border-top: 3px double #333;
		border-bottom: 3px double #333;
		padding: 40px 3%;
		background-color: #fcfcfc;
		width: calc(800px - 6%);
		margin: 0 auto;
	}
	.transport > .container .busstop_guide .title_mid {
		color: #739d8b;
		text-align: center;
		font-size: 25px;
	}
	.transport > .container .busstop_guide .lead {
		font-size: 13px;
		margin-bottom: 30px;
		line-height: 1.6;
		text-align: center;
	}
	.transport > .container .busstop_guide .lead span {
		font-size: 0.8em;
	}	
	.transport > .container .busstop_guide .anchor_link {
		margin-bottom: 40px;
		display: flex;
		justify-content: center;
	}	
	.transport > .container .busstop_guide .anchor_link div {
		margin: 0 20px;
	}	
	.transport > .container .busstop_guide .anchor_link div a {
		display: table;
		text-align: center;
		margin: 0 auto 0;
		color: #739d8b;
		text-decoration: underline;
		position: relative;
		padding-right: 1em;
	}	
	.transport > .container .busstop_guide .anchor_link div a::after {
		content: "";
		position: absolute;
		right: 0;
		top: calc(50% - 5px);
		transform: rotate(135deg);
		border-right: 1px solid #739d8b;
		border-top: 1px solid #739d8b;
		width: 5px;
		height: 5px;
	}	
	.transport > .container .busstop_guide .title_bus {
		margin-bottom: 20px;
		background-color: #739d8b;
		padding: 10px 15px;
		color: #FFF;
		font-size: 16px;
	}	
	.transport > .container .busstop_guide .maproute {
		width: 100%;
		margin-bottom: 50px;
	}	
	.transport > .container .busstop_guide .maproute.tate {
		width: 35%;
		margin: 0 auto 50px;
	}	
	.transport > .container .busstop_guide .stoproute {
		margin-bottom: 50px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		align-items: stretch;
	}
	.transport > .container .busstop_guide .stoproute > div {
		width: 31%;
		margin-bottom: 30px;
		position: relative;
	}
	.transport > .container .busstop_guide .stoproute > div .number {
		position: absolute;
		left: 0;
		top: 0;
        padding: 6px 10px;
        background-color: #739d8b;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        line-height: 1;
	}
	.transport > .container .busstop_guide .stoproute > div img {
		margin-bottom: 10px;
	}
	.transport > .container .busstop_guide .stoproute > div .route_body {
		font-size: 11px;
		line-height: 1.6;
	}



	.entrance > .container {
		width: 720px;
		border: 3px double #333;
		padding: 3.0em;
	}
	.entrance > .container dl dt {
		float: left;
		width: 50%;
	}
	.entrance > .container dl dd {
		float: right;
		width: 40%;
	}
	.entrance > .container dl dt h5 {
		font-size: 20px;
		margin: 0 0 24px;
	}
	.entrance > .container dl dt p {
		font-size: 12px;
		line-height: 2.2em;
	}
}

/*=============================================
	
	下部バナー
	
==============================================*/
@media print, screen and (max-width: 768px) {
	#access_bottom {
	}
	#access_bottom ul {
		width: 80%;
		margin: 0 auto;
	}
	#access_bottom ul li {
		margin: 0 0 1.6em;
	}

}

@media print, screen and (min-width: 769px) {
	#access_bottom {
		background: #f2f5f8;
	}
	#access_bottom ul {
		width: 720px;
		margin: 0 auto;
		text-align: center;
	}
	#access_bottom ul li {
		display: inline-block;
		float: left;
		width: 45%;
		margin: 0 2%;
	}

}


