
@charset "utf-8";
/* CSS Document */
#access .sectionIn .bw-arrow {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: linear-gradient(45deg, #FF9800 0%, #FF5722 100%);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 24px;
    text-align: center;
    max-width: none;
    -webkit-transition: 0.3s linear 0s;
    -o-transition: 0.3s linear 0s;
    transition: 0.3s linear 0s;
}

#access .sectionIn .bw-arrow > *:first-child {
    width: calc(100% - 10px * 3);
        font-size: 160%;
}

#access .sectionIn .bw-arrow::after {
    content: '';
    display: inline-block;
    padding: 0;
    width: 12px;
    height: 12px;
    border-top: solid 2px #FFFFFF;
    border-right: solid 2px #FFFFFF;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
    -ms-transform: rotate(45deg) translateX(-5px) translateY(5px);
    transform: rotate(45deg) translateX(-5px) translateY(5px);
    margin-left: 15px;
}

#access .sectionIn .point {
    text-align: center;
    border: 1px solid #ff0000;
    padding: 15px;
    background: #fff9f9;
}
#access .sectionIn .point span {
    color:#f5a000;
   font-size:
}

.bw-arrow:hover {
    opacity: 0.5;
}

#access .sectionIn a.bw-arrow:link, #access .sectionIn a.bw-arrow:active, #access .sectionIn a.bw-arrow:hover, #access .sectionIn a.bw-arrow:visited {
    color: #FFFFFF;
    text-decoration: none;
}

#access .sectionIn button.bw-arrow {
    width: 100%;
    border: none;
    cursor: pointer;
}

#access .sectionIn .address {
    font-size: 150%;
    text-align: center;
    border: 2px solid #f6ab00;
    padding: 2%;
    margin-bottom: 15px;
}

#access .sectionIn .roadmap {
    margin: 5% 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#access .sectionIn .roadmap::after {
  display: block;
  content:"";
  width: 300px;
}
#access .sectionIn .roadmap dl {
    display: inline-block;
    width: 300px;
    margin: 8px;
}   
#access .sectionIn .roadmap dt {
    text-align: center;
    padding: 2% 0;
}

.ictouch{
  margin: 15px 0;
}
.titletemporary{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-feature-settings: "palt";
	margin: 0.5em auto;
	padding: 0.3em 1em 0.1em;
	color: #ffffff;
	background-color: #CA0404;
	font-size: 20px;
	font-weight: bold;
	/*background: url(/mop/okazaki/access/images/parking_icon.png) 295px 8px no-repeat #CA0404;*/
}
.titletemporary02{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-feature-settings: "palt";
	margin: 0.5em auto;
	padding: 0.3em 1em 0.1em;
	color: #ffffff;
	background-color: #CA0404;
	font-size: 20px;
	font-weight: bold;
	/*background: url(/mop/okazaki/access/images/parking_icon.png) 480px 8px no-repeat #CA0404;*/
}

.titleparking ,.annotations{
	font-size: 1.5em;
	font-feature-settings: "palt";
	margin-top: 20px;
}
.tokuteibi{
	margin: 0.5em 0.5em 0;
    padding: 0.2em 1em 0.2em;
    color: #ffffff;
    background-color: #CA0404;
    font-size: 20px;
    font-weight: bold;
    border-radius: 150px;
    width: 140px;
    text-align: left;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-feature-settings: "palt";
}
ul.times{
	width: 100%;
}
li.timesparking{
	display: inline-block;
	width: 45%;
	margin: 5px 5px 0;
}
dl.access {
  display: flex;
  flex-wrap: wrap;
}
dl.access dt {
　font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  width: 13%;
}
dl.access dd {
  font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-feature-settings: "palt";
  width: 87%;
}
.ticketing{
	border: #000000 solid 2px;
	padding: 10px;
    margin: 10px 0;
}
/* Google Mapを囲う要素 */
#parking .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
.times .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
#parking .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.times .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#parkingfee{
	text-align: center;
}
@media screen and (max-width: 640px){
.titletemporary {
    margin: 0.5em auto;
    padding: 0.4em 1em 0.2em;
    color: #ffffff;
    background-color: #CA0404;
    font-size: 1em;
    font-weight: bold;
    /*background: url(/mop/okazaki/access/images/parking_icon_sp.png) 60% 3px no-repeat #CA0404;*/
}
.titletemporary02 {
    margin: 0.5em auto;
    padding: 0.4em 1em 0.2em;
    color: #ffffff;
    background-color: #CA0404;
    font-size: 1em;
    font-weight: bold;
    /*background: url(/mop/okazaki/access/images/parking_icon_sp.png) 95% 3px no-repeat #CA0404;*/
}

li.timesparking {
    display: inline-block;
    width: 48%;
    margin: 10px 0 0 0;
    font-size: 1em !important;
}
.tokuteibi {
    margin: 0.5em 0.5em 0;
    padding: 0.3em 1em 0.3em;
    color: #ffffff;
    background-color: #CA0404;
    font-size: 1em;
    font-weight: bold;
    border-radius: 80px;
    width: 95px;
    text-align: left;
}
dl.access dt {
    width: 25%;
}
dl.access dd {
    width: 75%;
}
}



