@property --clear{
	syntax: "<color>";
	inherits: false;
	initial-value: rgba(0,0,0,0);
}

.hrline{
	padding: 0px;
	margin-bottom: 0px;
	border: 2px;
	border-style: solid;
	border-color: #666666 var(--clear) var(--clear) var(--clear);
}

h1{
	color: black;
	font-size: 5rem;
	font-weight: bold;
	margin-top: 0;
}

.info-head{
	margin: 0 auto;
}

.info-body{
	color: #111111;
	text-align: center;
	margin: 0.5rem 3rem;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	line-clamp: 1;

	max-height: calc(1.4em * 1);
}

.info-body:hover{
		text-decoration: underline;
		text-decoration-color: #999999;
}

.info-index{
	color: #111111;
	text-align: center;
	margin: 0.5rem 3rem;
	font-weight: normal;
	margin: 0 auto;
	align-items: center;
    justify-content: center;
	font-size: 2.5rem;
	width: 60rem;
}

.info-date{
    width: 15rem;    
    margin: 0 auto;
}

.info-pay{
    width: 33rem;
    margin: 0 auto;
}

.info-place{
    width: 25rem;
    margin: 0 auto;
}

.info-map{
    max-width: 60rem;
    margin: 0 auto;
}

.info-park{
    width: 40rem;
    margin: 0 auto;
}

.info-bus{
    width: 50rem;
    margin: 0 auto;
}

.info-photo{
    width: 33rem;
    margin: 0 auto;
}

.info-section-5{
    font-size: 5rem;
    margin: 3rem auto 1rem auto;
}

.info-section-7{    /* 大見出し用 */
    font-size: 6rem;
    margin:6rem 3rem 0 3rem;
    text-align: center;
}

.info-text{
    text-align: left;
    margin-left: auto;
    margin-right: auto;   
    font-size: 2.5rem;
}

.text-box{
    font-size: 1.5rem;
    width: 50rem;
    text-align: center;
    margin: 2rem auto;
}

.text-box ul{
    padding-inline-start: 2rem;
}

.address{
    font-size: 2.5rem;
}

.text-highlighter{
    /*display: inline-block;*/
    font-size: 2.5rem;
}

.info-link::after{
    content: "＞";
}

/*.text-info-photo{
    background: linear-gradient(0deg, #ffffff 0%, #ffffff 10%, #99AAFB 10%, #99AAFB 40%, #ffffff 40%, #ffffff 100%);
    /*display: inline-block;
}*/

.bus-attention{
    text-align: left;
    margin-top: 3rem;
    font-size: 2.5rem;
}

.text-info-underline{
    /*background: linear-gradient(0deg, #ffffff 0%, #ffffff 10%, #99EEFB 10%, #99EEFB 40%, #ffffff 40%, #ffffff 100%);*/
    text-decoration: underline;
    /*display: inline-block;*/
}

.flex{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tables{
    display: flex;
    justify-content: center;
}

.table-layout-1{
    margin-right: 3rem;
}

.to-from{
    font-size: 2rem;
}

.table-layout-2{
    margin-left: 3rem;
}

.bus_schedule{
    border-collapse: collapse;
    width: 23rem;
    height: 35rem;
}

.bus_schedule thead tr{
    font-size: 1.3rem;
    height: 3rem;
    background-color: rgba(215, 215, 215, 1)
}

.bus_schedule th,td{
    border: solid 0.2rem black;
}

.bus_schedule-hour, .bus_schedule-mishima, .bus_schedule-shimotogari{
    font-size: 1.8rem;
    font-weight: 500;
    border: solid 0.2rem black;
}

.bus_schedule-mishima, .bus_schedule-shimotogari{
    padding-left: 0.4rem;
    text-align: left;
}

#bus-time{
    margin-top: 3rem;
    font-size: 2rem;
}

.info-title-pic{
    margin-top: 0rem;
    background-image: url(/images/info_small.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
}

.info-title{
    padding: 12rem 0 0 0;
    margin: 0;
    font-size: 9.375rem;
    font-style: italic;
    font-family: "Ubuntu";
    font-weight: bold;
}

.info-title-info{
    text-align: center;
    font-size: 3.125rem;
    font-weight: bold;
}

.info-date-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2rem auto;
}

.date-text{
    font-size: 3rem;
    margin-block-start: 0em;
    margin-block-end: 0rem;
    margin: 0 2rem;
}

.payment-pic{
    margin: 2rem auto 2rem auto;
    width: 50.00rem;
}

.payment-text{
    font-size: 2rem;
    margin-block-start: 0em;
    margin-block-end: 0rem;
}

.bus-map-pic{
    margin: 2rem auto 2rem auto;
    width: 50.00rem;
}

.expand-text{
    font-size: 1.25rem;
    margin-block-start: 0em;
}

.dotline{
	padding: 0px;
	margin-bottom: 0px;
	border: 2px;
	border-style: dotted;
	border-color: #666666 var(--clear) var(--clear) var(--clear);
}