@charset "UTF-8";


/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
  Media Queries による切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/


/* PC向けのスタイル： 481px～ */
@media only screen and (min-width: 481px) {

#shinryou {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.time_table {
	width: 100%;
	padding: 0px;
	height: auto;
	border-collapse: collapse;
	margin: 0px;
}
.time_table thead th {
	background-color: #eee;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.time_table tbody th {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.5;
	/*border: 1px solid #383838;*/
	font-size: 16px;
}
.time_table tbody td {
	width: 11.8%;
	text-align: center;
	font-size: 130%;
	border: 1px solid #dbdbdd;
	border-right: #FFF;
}
.time_table thead .col {
	border-right-width: 1px;
	border-right-style: solid;
	/*border-right-color: #383838;*/
}

.time_ex {
	font-size: 16px;
	line-height: 1.8;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #666;
}
#acc_txt1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 1.5em;
}
#acc_txt2 {
	font-size: 85%;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#map {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
#map iframe {
	margin: 0px;
	padding: 0px;
	height: 450px;
	width: 100%;
}
#caution {
	padding: 30px;
	background-color: #F0F0F0;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 0px;
	display: flex;
	justify-content: space-between;
}
#caution dl {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 48%;
}
#caution .ca1 dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#caution .ca1 dd {
	margin: 0px;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#caution .ca2 dt {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 48%;
	font-size: 85%;
	text-align: center;
}
#caution .ca2 dd {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 48%;
	font-size: 85%;
	text-align: center;
}
.list1 {
	height: auto;
	width: 80%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin: 0 auto;
}
.list1 th,
.list1 td {
	padding: 15px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}
.list1 th {
	background-color: #f3f3f3;
	width: 30%;
	font-size: 16px;
	text-align: center;
}
.list1 td {
	font-size: 16px;
	padding-left: 20px;
}
#lord {
	padding: 0px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	margin: 0px;
}
#lord dl {
	padding: 0px;
	height: auto;
	width: 30%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#lord dl dt {
	margin: 0px;
	padding: 0px;
}
#lord dl dd {
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 90%;
	line-height: 1.7em;
}

}


/* スマホ向けのスタイル： ～480px */
@media only screen and (max-width: 480px) {

#shinryou {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
}

.time_table {
	width: 100%;
	padding: 0px;
	height: auto;
	border-collapse: collapse;
	margin: 0px;
}
.time_table thead th {
	background-color: #eee;
	margin: 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	line-height: 1em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	font-size: 90%;
}
.time_table tbody th {
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	line-height: 1.5;
	font-size: 4.2vw;
}
.time_table tbody td {
	width: 11.8%;
	text-align: center;
	border: 1px solid #dbdbdd;
	border-right: #FFF;
}
.time_table thead .col {
	border-right-width: 1px;
	border-right-style: solid;
	/*border-right-color: #383838;*/
}
.time_ex {
	font-size: 4.2vw;
	line-height: 1.5;
	padding: 0px;
	margin-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #666;
	height: auto;
	width: 95%;
}
#acc_txt1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-size: 90%;
	line-height: 1.5em;
	height: auto;
	width: 95%;
}
#acc_txt2 {
	font-size: 85%;
	margin: 0px;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#map {
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#map iframe {
	margin: 0px;
	padding: 0px;
	height: 370px;
	width: 100%;
}
#caution {
	background-color: #F0F0F0;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 60px;
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
#caution dl {
	margin: 0px;
	padding: 0px;
}
#caution .ca1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#caution .ca1 dt {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#caution .ca1 dd {
	margin: 0px;
	font-size: 90%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#caution .ca2 {
	display: flex;
    justify-content: space-between;
}
#caution .ca2 dt {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	height: auto;
	width: 48%;
	line-height: 1.5em;
}
#caution .ca2 dd {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	height: auto;
	width: 48%;
	line-height: 1.5em;
}
.list1 {
	height: auto;
	width: 90%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #dddddd;
	border-left-color: #dddddd;
	padding: 0px;
	margin: 0 auto;
}
.list1 th,
.list1 td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #dddddd;
	border-bottom-color: #dddddd;
}
.list1 th {
	background-color: #f3f3f3;
	width: 30%;
	font-size: 90%;
	line-height: 1.5em;
}
.list1 td {
	font-size: 85%;
	padding-left: 20px;
}
#lord {
	padding: 0px;
	margin: 0px;
}
#lord dl {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#lord dl dt {
	margin: 0px;
	padding: 0px;
}
#lord dl dt img {
	width: 100%;
}
#lord dl dd {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 90%;
	line-height: 1.5em;
	height: auto;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

}
