@charset "UTF-8";

/* ----------------------------------------------- CSS Information
 Style Info:     アクセス
 Notes:          
--------------------------------------------------------------- */
.container{
width:100%;
padding-top:5em;
}

.main-title{
width:51.04%;
margin: 5% auto;
}
.main-title img{
width:100%;
}

.sec01 .content{
width:51.04%;
margin: 0 auto;
}

.acbox{
width:100%;
margin: 0 0 15%;
position: relative;
}
.acbox img{
width:100%;
}

.acbox-bus .acbox-bus-btn {
	display: block;
	width: 36.8%;
	margin: 0 auto;
}

.acbox-bus a {
	text-decoration: underline;
}

.ac-txt01{
position: absolute;
font-size: 1vw;
text-align: left;
line-height: 200%;
left: 0;
top:50%;
font-weight: bold;
}

.btn-map a{
font-size:1.2vw;
line-height: 200%;
background-color: #e60000;
padding: 0 5%;
border-radius: 1.2vw;
color: #ffffff;
font-weight: normal;
}

.ac-txt02{
font-size:1.1vw;
line-height: 170%;
margin: 5% auto 2%;
text-align: center;
}

.ac05box{
width:100%;
display: flex;
flex-wrap: wrap;
}

.ac05{
width:50%;
border-right: 1px solid #000000;
text-align: center;
padding: 5% 0;
}

.ac05#right{
border-right: none;
}

.ac-title{
font-size: 1.2vw;
font-weight: bold;
margin-bottom: 5%;
}

.ac05-txt{
width:67%;
margin: 0 auto 5%;
text-align: left;
font-size: 1vw;
}

.btn-ac a{
width:60%;
margin: 0 auto;
display: block;
color: #ffffff;
background-color: #e60000;
text-align: center;
text-decoration: none;
border-radius: 1.2vw;
    font-size: 1.2vw;
    line-height: 200%;
}


/********　オンラインストアボタン　*************************************/
.f-bana{
width:61.224%;
margin: 10% auto;
}
.f-bana img{
width:100%;
}

.f-bana a:hover{
opacity: 0.6;
}

/********　バス利用　*************************************/
.acbox-title {
	text-align: center;
	color: #3871AD;
	font-family: "Ryumin Medium KL", "Ryumin Regular KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.35vw;
	margin-bottom: 6%;
}
.acbox-title img {
	width: 4.85vw;
	display: block;
	margin: 0 auto;
}

.acbox-map {
	position: relative;
	margin-bottom: 5%;
}
.acbox-map-title {
	background: #3871AD;
	color: #fff;
	font-size: 1.38vw;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0 0.75em;
	position: absolute;
	top: 0;
	left: 2.55%;
	transform: translateY(-50%);
}
.acbox-map-img {
	border: 1px solid #231815;
}
.acbox-map-img img {
	display: block;
}

.acbox-timetable-title {
	color: #3871AD;
	font-size: 2.65vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 2%;
}
.acbox-timetable-box {
	margin-bottom: 6%;
}
.acbox-timetable-header {
	background: #3871AD;
	color: #fff;
	text-align: center;
	position: relative;
	padding: 2% 4%;
	margin-bottom: 2%;
	overflow: hidden;
}
.acbox-timetable-start {
	font-size: 2.27vw;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.5em;
	padding-bottom: 2%;
	margin-bottom: 2%;
	border-bottom: 3px solid #fff;
}
.acbox-timetable-start img {
	width: 1.15em;
}
.acbox-timetable-route {
	font-size: 1.38vw;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.1;
}
.acbox-timetable-time {
	width: 14%;
	padding-top: 14%;
	height: 0;
	background: #fff;
	border-radius: 50%;
	color: #3871AD;
	position: absolute;
	right: 2%;
	top: 0;
	bottom: 0;
	margin: auto;
}
.acbox-timetable-time > div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.2vw;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.02em;
}
.acbox-timetable-time > div > span > span {
	font-size: 1.61vw;
}
.acbox-timetable-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.acbox-timetable-item {
	flex: 0 1 47%;
	display: flex;
	flex-direction: column;
}
.acbox-timetable-place {
	background: #3871AD;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.2em;
	font-size: 1.82vw;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.2;
	padding: 0.3em 0;
	border-radius: 0.5em 0.5em 0 0;
}
.acbox-timetable-place > span {
	width: 1.1em;
	height: 1.1em;
	border-radius: 50%;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.acbox-timetable-place > span > img {
	width: 64%;
}
.acbox-timetable-name {
	text-align: center;
	font-size: 1.83vw;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	padding: 0.3em 0;
	color: #3871AD;
}
.acbox-timetable-detail {
	padding: 4% 0;
	border-top: 1px solid #3871AD;
	border-bottom: 1px solid #3871AD;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.acbox-timetable-detail-txt {
	text-align: center;
	font-size: 1.35vw;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-bottom: 0.75em;
}
.acbox-timetable-detail ul {
	font-size: 1.85vw;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.45;
	margin: auto;
	text-align: right;
}
.acbox-timetable-detail ul.col2 {
	column-count: 2;
	column-gap: 2.68em;
}
.acbox-timetable-note {
	font-size: 1vw;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	margin-top: 0.5em;
	color: #3871AD;
}

.acbox-timetable-box-red .acbox-timetable-header {
	background: #E60001;
}
.acbox-timetable-box-red .acbox-timetable-time {
	color: #E60001;
	top: auto;
	bottom: -4%;
}
.acbox-timetable-box-red .acbox-timetable-name {
	color: #E60001;
}
.acbox-timetable-box-red .acbox-timetable-detail {
	border-color: #E60001;
}
.acbox-timetable-box-red .acbox-timetable-note {
	color: #E60001;
}

.acbox-timetable-link {
	margin-top: 7%;
}
.acbox-timetable-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 0.36em;
	padding: 0.6em 0;
	width: 37%;
	margin: 0 auto;
	border-radius: 0.85vw;
	background: #3871AD;
	color: #fff;
	font-size: 1.75vw;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.2;
}
.acbox-timetable-btn .pdf_icon {
	width: 1.9em;
}
.acbox-timetable-btn .arrow {
	width: 1.55em;
}
.acbox-timetable-btn .eng {
	font-size: 0.86vw;
	font-weight: 400;
	display: block;
}

.acbox-timetable-notice {
	margin-top: 2%;
	font-size: 1.0vw;
	line-height: 1.35;
}
.acbox-timetable-notice a {
	text-decoration: underline;
}


/* ===============================================================================================================================
== スマホ 
================================================================================================================================= */
@media only screen and (max-width:699px) {
.main-title {
    width: 90%;
    margin: 5% auto;
}

.container .content {
    width: 90%;
}

.ac-txt01 {
    position: relative;
    font-size: 14px;
    text-align: left;
    line-height: 200%;
    left: unset;
    top: unset;
    font-weight: bold;
}

.btn-map a {
    font-size: 16px;
    line-height: 200%;
    background-color: #e60000;
    padding: 0 5%;
    border-radius: 16px;
    color: #ffffff;
    font-weight: normal;
}

.ac-txt02 {
    font-size: 16px;
    line-height: 170%;
    margin: 5% auto 2%;
    text-align: left;
}

.ac05 {
    width: 100%;
    border-bottom: 1px solid #000000;
    border-right: none;
    }
    
.ac-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5%;
}    

.ac05-txt {
    width: 96%;
    margin: 0 auto 5%;
    text-align: left;
    font-size: 14px;
}

.btn-ac a {
    width: 60%;
    border-radius: 16px;
    font-size: 16px;
    line-height: 200%;
}

.acbox-bus .acbox-bus-btn {
	width: 60%;
}

/********　バス利用　*************************************/
.acbox-title {
	font-size: 16px;
}
.acbox-title img {
	width: 64px;
}
.acbox-map-title {
	font-size: 16px;
	line-height: 1.5;
}

.acbox-timetable-title {
	font-size: 24px;
}
.acbox-timetable-start {
	font-size: 20px;
	border-width: 1px;
}
.acbox-timetable-route {
	font-size: 16px;
}
.acbox-timetable-time {
	width: 60px;
	height: 60px;
	top: auto;
	bottom: -20px !important;
	right: 5px;
}
.acbox-timetable-time > div {
	font-size: 10px;
	padding-bottom: 15px;
}
.acbox-timetable-time > div > span > span {
	font-size: 14px;
}
.acbox-timetable-body {
	row-gap: 30px;
}
.acbox-timetable-item {
	flex: 0 1 100%;
}
.acbox-timetable-place {
	font-size: 16px;
}
.acbox-timetable-name {
	font-size: 16px;
}
.acbox-timetable-detail-txt {
	font-size: 16px;
}
.acbox-timetable-detail ul {
	font-size: 18px;
}
.acbox-timetable-note {
	font-size: 14px;
}

.acbox-timetable-btn {
	width: 60%;
	font-size: 18px;
	border-radius: 8px;
}
.acbox-timetable-btn .eng {
	font-size: 12px;
}

.acbox-timetable-notice {
	font-size: 16px;
	margin-top: 20px;
}




}