@charset "UTF-8";
/******************************************共通部分ここから*************************************！！！！！！！！*/

table, td, th {
	border: 1px solid #060a4d;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
td, th {
	width: 25%;
	padding: 15px;
}
.even {
	background: #fbf8f0;
}
.odd {
	background: #fefcf9;
}

.gui_wrap{
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f0f2f3;
    width: 100vw;
}

.guidance {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.guidance h3,.directions h3,.introduction h3 {
	font-size: 25px;
	text-align: center;
	color: #0495e0;
	font-weight: bold;
	margin-bottom: 35px;
}
.guidance div:not(:last-child) {
	margin-bottom: 35px;
}
.guidance p {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 5px;
}
.guidance p span {
	font-weight: normal;
	font-size: 16px;
}
.guidance .gui_point table:first-of-type, .guidance .gui_point table:first-of-type td, .guidance .gui_basic table:first-of-type, .guidance .gui_basic table:first-of-type td {
	border-bottom: none;
}
.guidance .gui_point table tr:first-of-type td:not(:first-child), .gui_point table tr:last-of-type td, .gui_basic table tr:first-of-type td:not(:first-child), .gui_basic table tr:last-of-type td {
	font-size: 16px;
	padding: 10px;
	background: #fff;
}
.guidance .gui_point table tr:first-of-type td:not(:first-child), .gui_basic table tr:first-of-type td:not(:first-child) {
	background: #0495e0;
	color: #fff;
	padding: 6px;
}
.guidance .gui_point table tr:first-of-type td:first-child, .gui_basic table tr:first-of-type td:first-child, .gui_taiki table, .gui_kotuban table, .gui_acc table {
	font-size: 18px;
	vertical-align: middle;
	background: #fff;
}
.gui_time {
	padding: 0 20px;
    max-width: 540px;
	width: 100%;
	margin: 50px auto 0;
}
.gui_time p:first-of-type {
	font-size: 19px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 28px 0 12px;
}
.gui_time p:first-of-type span:first-child {
	position: relative;
	padding-left: 45px;
	font-size: 30px;
	color: #0495e0;
}
.gui_time p:first-of-type span:first-child::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/ico_time.png) no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
}
.gui_time p:first-of-type span:last-child {
	font-size: 16px;
	border: 1px solid;
	padding: 5px 15px;
}
.gui_access {
	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
    max-width: 540px;
}
.gui_access div:first-of-type {
	width: 50%;
}
.gui_access div:last-of-type {
	width: 47%;
}
.gui_access .tpc {
	font-size: 20.8px;
	color: #0495e0;
	line-height: 1.5;
}
.gui_access p:nth-child(3) {
	font-size: 19px;
	line-height: 1.3;
}
.gui_access div p span {
	position: relative;
	padding-left: 45px;
	font-size: 30px;
	color: #0495e0;
}
.gui_access div p span::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: url("../images/ico_access.png") no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	    top: 3px;
}

.gui_access div .map_txt{
	font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0.06em;
	margin: 12px 0;
}




.gui_access div .google_btn {
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(232,229,229,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(15%, rgba(255,255,255,1)), color-stop(100%, rgba(232,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(232,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(232,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(232,229,229,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(232,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e5e5', GradientType=0 );
	white-space: 100%;
	margin: 0;
}


.gui_access div .google_btn a{
display: block;
    color: #1e226a;
    text-align: center;
    position: relative;
	border: 1px solid #1e226a;
	padding: 7px 20px;
}


.gui_access div .google_btn a:hover{
	opacity: 0.8;
}

.gui_access div .gui_access a:hover {
	opacity: 0.8;
}



.goo_map{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 55px;
}

.goo_map iframe{
	width: 100%;
	    height: 350px;
}







.directions h3,.introduction h3{
		
}



.directions{
	background-color: #f0f2f3;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 20px;
}

.directions .dire_inner{
	display: flex;
    flex-wrap: wrap;
	max-width: 800px;
    width: 100%;
    justify-content: space-between;
	margin: 0 auto;
	
}

.directions .dire_inner div{
	width: 49%;
	padding: 20px;
    border: 3px solid #abddf7;
	line-height: 1.6;
	background-color: #fff;
}

.directions .dire_inner div:not(:last-child){
	    margin-bottom: 25px;
}

.directions .dire_inner div p:first-child{
	margin-bottom: 7px;
}


.directions .dire_inner-b{
	max-width: 800px;
    width: 100%;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto 0;
}

.directions .dire_inner-b div{
	width: 49%;
	line-height: 1.5;
}

.directions .dire_inner-b div p:first-child{
	color: #0495e0;
	    font-weight: bold;
}

.directions .dire_inner-b div p:last-child span{
	font-weight: bold;
}



.introduction{
	max-width: 800px;
    margin: 0 auto;
}

.introduction .intro_tit{
	font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
	padding-left: 20px;
}

.introduction .intro_inner{
		    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
	padding: 0 20px;
}

.introduction .intro_inner div{
	width: 49%;
    padding: 20px;
    border: 3px solid #abddf7;
    line-height: 1.6;
}

.introduction .intro_inner div:not(:last-child){
		margin-bottom: 25px;
}

.introduction .intro_inner div p:first-child{
		    max-width: 100px;
}

.introduction .intro_inner div p:nth-child(2){
	color: #0495e0;
    font-weight: bold;
    font-size: 17px;
	    margin-bottom: 7px;
}

.introduction .intro_inner div p:nth-child(3){
		
}

.introduction .intro_inner div p:last-child{
		
}











footer{
		text-align: center;
	font-size: 14px;
	       margin: 0 0 50px;
}


/* ▼▼ 画面サイズ / TB ▼▼ */
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 600px) {



footer{
	font-size: 12px;
}

.in-in {
    padding-top: 35px!important;
}

	
	.introduction .intro_tit{
		padding: 0 20px;
	}

.introduction .intro_inner div p:nth-child(2){
	font-size: 15px;
}

.introduction .intro_inner div{
	padding-top: 15px;
}


.introduction .intro_tit{
	font-size: 14px;
}

.guidance h3, .directions h3, .introduction h3{
	font-size: 19px;
}




.guidance p,.guidance p span{
			font-size: 14px;
	}
	
	.guidance .gui_point table tr:first-of-type td:first-child, .gui_basic table tr:first-of-type td:first-child, .gui_taiki table, .gui_kotuban table, .gui_acc table{
			font-size: 13px;
	}
	
	.guidance .gui_point table tr:first-of-type td:not(:first-child), .gui_point table tr:last-of-type td, .gui_basic table tr:first-of-type td:not(:first-child), .gui_basic table tr:last-of-type td{
			font-size: 10px;
	}
	
	.gui_access{
			margin: 25px 0;
	}
	
.gui_access div {
	width: 44.7%;
}
	
	
	.gui_access div .map_txt{
			font-size: 14px;
	}
	
	.gui_access p:nth-child(3){
			font-size: 12px;
	}
	
	
	.gui_time p:first-of-type{
			font-size: 15px;
	}
	
	.gui_time p:first-of-type span:first-child,.gui_access div p span{
			font-size: 15px;
		padding-left: 25px;

	}
	
	.gui_time p:first-of-type span:last-child{
			font-size: 13px;
		padding: 5px 8px;
	}
	
	
	.gui_time p:first-of-type span:first-child::before,.gui_access div p span::before{
			width: 16px;
		height: 16px;
	}
	
	
	
	.goo_map iframe {
    height: 215px;
		    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
	
	
	.directions .dire_inner div{
			width: 100%;
		font-size: 15px;
	}
	
	.directions .dire_inner div:not(:last-child) {
    margin-bottom: 0;
    border-bottom: 0;
}
	

	.directions .dire_inner-b div{
			width: 100%;
			    font-size: 13px;
	}
	
	.directions .dire_inner-b div:first-of-type{
		margin-bottom: 25px;
	}
	
	
	.introduction .intro_inner div{
			width: 100%;
	}
	
	.introduction .intro_inner div p:first-child {
    max-width: 80px;
}

	.introduction .intro_inner div p:last-child {
    font-size: 14px;
}

	.guidance h3,.directions h3,.introduction h3{
			
	}
	

	
	footer{
			margin-bottom: 100px;
	}
	
}

/* ▼▼ 画面サイズ / SP ▼▼ */
@media screen and (max-width: 420px) {
}

/* ▼▼ 画面サイズ / SP(SE/5など個別調整必要なときのみ) ▼▼ */
@media screen and (max-width: 320px) {
	
	
	.guidance .gui_point table tr:first-of-type td:first-child, .gui_basic table tr:first-of-type td:first-child {
    width: 20%;
    padding: 0 2px;
}
	
	
	.guidance .gui_point table tr:first-of-type td:not(:first-child), .gui_basic table tr:first-of-type td:not(:first-child){
			padding: 6px 1px;
	}
	
	.gui_time p:first-of-type span:last-child {
    font-size: 10px;
    padding: 5px 5px;
}
	.gui_time p:first-of-type {
    font-size: 13px;
}
	
}
