/* CSS Document */
/*ページタイトル*/
section.page_title h2.contents_title_center::before{
  content: "Access"
}
/*コンテンツ*/
div.access_box_wrap{
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.access_box_wrap{
  padding: var(--headerHeight) 0;
}
body[wc-view-type="tb"] div.access_box_wrap,
body[wc-view-type="tb-l"] div.access_box_wrap{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] div.access_box_wrap{
  padding: var(--headerHeight) calc((100vw - 800px) / 2);
}
div.access_box_wrap > p{
  line-height: 1.8rem;
  color: #333;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.access_box_wrap > p{
  padding: 0 7vw;
}
body:not([wc-view-type="sp"]) div.access_box_wrap > p{
  text-align: center;
  margin-bottom: 2.5rem;
}
/*アクセススワイプメニュー*/
div.access_contents{
  padding:0.5rem 0.5rem 0 0.5rem;
  box-sizing: border-box;
}
div.access_contents div.a_flex{
  display: flex;
}
div.access_contents div.a_flex div.a_flex_box{
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}
div.access_contents div.a_flex div.a_flex_box > div{
  position: relative;
  z-index: 1;
  padding-bottom: 1rem;
}
div.access_contents div.a_flex div.a_flex_box > div.p_bottom_1475{
  padding-bottom: 1.475rem;
}
div.access_contents div.a_flex div.a_flex_box > div.p_bottom_57{
  padding-bottom: 5.7rem;
}
div.access_contents div.a_flex div.a_flex_box > div.timei {
  padding-bottom: 2rem;
}
div.access_contents div.a_flex div.a_flex_box > div::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: #333;
}
div.access_contents div.a_flex.orange div.a_flex_box > div::after{
  background-color: #f7931e;
}
div.access_contents div.a_flex.lightgreen div.a_flex_box > div::after{
  background-color: #8cc63e;
}
div.access_contents div.a_flex div.a_flex_box > div > p.a_f_text{
  border: solid 1px #333;
  box-sizing: border-box;
  background-color: #fff;
  width: calc(100% - 1rem);
  padding: 0.5rem 0;
  white-space: nowrap;
  text-align: center;
  margin: 0 auto;
}
div.access_contents div.a_flex.orange div.a_flex_box > div > p.a_f_text{
  border: solid 1px #f7931e;
}
div.access_contents div.a_flex.lightgreen div.a_flex_box > div > p.a_f_text{
  border: solid 1px #8cc63e;
}
div.access_contents div.a_flex.orange div.a_flex_box > div.timei > p.a_f_text{
  color: #f7931e;
}
div.access_contents div.a_flex.lightgreen div.a_flex_box > div.timei > p.a_f_text{
  color: #8cc63e;
}
div.access_contents div.a_flex div.a_flex_box > div > p.af_time,
div.access_contents div.a_flex div.a_flex_box > div > p.af_time02,
div.access_contents div.a_flex div.a_flex_box > div > div.time_2box{
  margin-top: 1rem;
  padding: 0.5rem 0;
  background-color: #fff;
  text-align: center;
  line-height: 1em;
  font-size: 0.95rem;
}
div.access_contents div.a_flex div.a_flex_box > div > p.af_time02.m_top_1475{
  margin-top: 1.475rem;
}
div.access_contents div.a_flex div.a_flex_box > div > div.time_2box.m_top_57{
  margin-top: 5.7rem;
}
div.access_contents div.a_flex div.a_flex_box > div > div.time_2box p.af_time02{
}
div.access_contents div.a_flex div.a_flex_box > div > div.time_2box p.af_time02:nth-of-type(1){
  margin-bottom: 0.15rem;
}
div.access_contents div.a_flex div.a_flex_box > div > div.time_2box p.af_time02 span.af_category{
  font-size: 0.85rem;
}
div.access_contents div.a_flex div.a_flex_box > div > p.af_time02 span.af_category{
  display: table;
  font-size: 0.95rem;
  text-align: center;
  margin: 0 auto;
}
div.access_contents div.a_flex div.a_flex_box > div > p.af_time span.yaku,
div.access_contents div.a_flex div.a_flex_box > div > p.af_time02 span.yaku{
  font-size: 0.85rem;
}
div.access_contents article.arrival{
  padding: 1rem;
  box-sizing: border-box;
  border: solid 1px #333;
}
div.access_contents article.arrival.orange{
  border: solid 1px #f7931e;
}
div.access_contents article.arrival.lightgreen{
  border: solid 1px #8cc63e;
}
div.access_contents article.arrival > h2{
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 1rem;
}
div.access_contents article.arrival figure{
}
div.access_contents article.arrival figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.access_contents article.arrival figure picture img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*天気について*/
dl.tenkou_block{
  border: solid 1px #bca68e;
  box-sizing: border-box;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1px;
}
dl.tenkou_block dt{
  text-align: center;
  margin-bottom: 1rem;
  color: #333;
  font-size: 1.25rem;
  border-bottom: 1px solid #bca68e;
  padding-bottom: 1rem;
}
dl.tenkou_block dd{
}
dl.tenkou_block dd > p{
  line-height: 1.8rem;
  color: #333;
  padding: 0 1rem;
  box-sizing: border-box;
}
dl.tenkou_block dd div.link_box{
  margin-top: 1rem;
}
dl.tenkou_block dd div.link_box > p{
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 1.15rem;
}
body:not([wc-view-type="sp"]) dl.tenkou_block dd div.link_box div.btn_box{
  align-items: center;
  justify-content: center;
}
body[wc-view-type="tb-l"] dl.tenkou_block dd div.link_box div.btn_box div.btn{
  width: 240px;
}
/*バスの運行について*/
div.bus_info{
  border: solid 1px #bca68e;
  box-sizing: border-box;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1px;
}
body[wc-view-type="tb-l"] div.bus_info,
body[wc-view-type="pc"] div.bus_info{
  display: flex;
  flex-wrap: wrap;
}
div.bus_info > p.b_title{
  text-align: center;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb-l"] div.bus_info > p.b_title,
body[wc-view-type="pc"] div.bus_info > p.b_title{
  width: 100%;
}
div.bus_info > p.b_title span{
  display: table;
  margin: 0 auto;
}
div.bus_info div.bus_block{
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.bus_info div.bus_block:nth-of-type(1),
body[wc-view-type="tb"] div.bus_info div.bus_block:nth-of-type(1){
  border-bottom: 1px solid #bca68e;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
body[wc-view-type="tb-l"] div.bus_info div.bus_block,
body[wc-view-type="pc"] div.bus_info div.bus_block{
  width: 50%;
}
body[wc-view-type="tb-l"] div.bus_info div.bus_block:nth-of-type(1),
body[wc-view-type="pc"] div.bus_info div.bus_block:nth-of-type(1){
  border-right: 1px solid #bca68e;
  padding: 1rem 1rem 1rem 0;
}
body[wc-view-type="tb-l"] div.bus_info div.bus_block:nth-of-type(2),
body[wc-view-type="pc"] div.bus_info div.bus_block:nth-of-type(2){
  padding: 1rem 0 1rem 1rem;
}
div.bus_info div.bus_block p.bb_title{
  display: table;
  margin-right: auto;
  background-color: #bca68e;
  color: #fff;
  padding: 0.5rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1em;
  text-align: center;
}
div.bus_info div.bus_block div.bus_top_wrap{
  display: flex;
}
body[wc-view-type="tb"] div.bus_info div.bus_block div.bus_top_wrap,
body[wc-view-type="sp"] div.bus_info div.bus_block div.bus_top_wrap{
  flex-direction: column;
}
div.bb_flex_wrap div.bus_top_box{
  display: flex;
  margin-top: 1rem;
}
div.bb_flex_wrap div.bus_top_box div.left,
div.bb_flex_wrap div.bus_top_box div.right{
  width: 110px;
  height: 110px;
  border: solid 1px #bca68e;
  border-radius: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:1.3rem 0.7rem 0.7rem 0.7rem;
}
body:not([wc-view-type="sp"]) div.bb_flex_wrap div.bus_top_box div.right{
  width: 120px;
  height: 120px;
}
div.bb_flex_wrap div.bus_top_box div.left p.b_top_name,
div.bb_flex_wrap div.bus_top_box div.right p.b_top_name{
  height: 2rem;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2em;
  display: flex;
  align-items: center;
}
body:not([wc-view-type="sp"]) div.bb_flex_wrap div.bus_top_box div.right p.b_top_name{
  font-size: 0.85rem;
}
div.bb_flex_wrap div.bus_top_box div.left span,
div.bb_flex_wrap div.bus_top_box div.right span{
  width: 40px;
  height: 40px;
  background-color: #bca68e;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.bb_flex_wrap div.bus_top_box div.left span{
  -webkit-mask-image: url("/img/svg/jr02.svg");
  mask-image: url("/img/svg/jr02.svg");
}
div.bb_flex_wrap div.bus_top_box div.right span{
  -webkit-mask-image: url("/img/svg/mitinoeki02.svg");
  mask-image: url("/img/svg/mitinoeki02.svg");
}
div.bb_flex_wrap div.bus_top_box div.center{
  width: calc(100% - 220px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body:not([wc-view-type="sp"]) div.bb_flex_wrap div.bus_top_box div.center{
  width: calc(100% - 240px);
}
div.bb_flex_wrap div.bus_top_box div.center > span.arrow{
  width: calc(100% - 1rem);
  margin: 0 auto;
  height: 0.75rem;
  position: relative;
  z-index: 1;
}
div.bb_flex_wrap div.bus_top_box div.center > span.arrow::before,
div.bb_flex_wrap div.bus_top_box div.center > span.arrow::after{
  content: "";
  position: absolute;
}
div.bb_flex_wrap div.bus_top_box div.center > span.arrow::before{
  width: 100%;
  height: 1px;
  background-color: #bca68e;
  top: 50%;
  transform: translateY(-50%);
}
div.bb_flex_wrap div.bus_top_box div.center > span.arrow::after{
  width: 0.75rem;
  height: 0.75rem;
  border-right: 1px solid #bca68e;
  border-top: 1px solid #bca68e;
  top: calc(50% + 0.15px);
  transform: translateY(-50%);
}
div.bb_flex_wrap div.bus_top_box div.center > span.arrow.a01::after{
  right: 1px;
  transform: translateY(-50%) rotate(45deg);
}
div.bb_flex_wrap div.bus_top_box div.center > span.arrow.a02::after{
  left: 1px;
  transform: translateY(-50%) rotate(-135deg);
}
div.bb_flex_wrap div.bus_top_box div.center > span.arrow.a01{
  margin-bottom: 0.55rem;
}
div.bb_flex_wrap div.bus_top_box div.center > span.arrow.a02{
  margin-top: 0.55rem;
}
div.bb_flex_wrap div.bus_top_box div.center > span.text{
  text-align: center;
  color: #333;
}
div.bus_info div.bus_block div.bus_botom{
  margin-top: 1rem;
}
div.bus_info div.bus_block div.bus_botom p.unkou_text{
  display: table;
  margin: 0 auto;
  font-size: 1.25rem;
  color: #333;
  text-align: center;
  margin-bottom: 1rem;
}
div.bus_info div.bus_block div.bus_botom p.unkou_text span{
  display: block;
  font-size: 1rem;
}
div.bus_info div.bus_block div.bus_botom dl.bus_money{
  display: flex;
  border: solid 1px #bca68e;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.bus_info div.bus_block div.bus_botom dl.bus_money{
}
div.bus_info div.bus_block div.bus_botom dl.bus_money dt{
  box-sizing: border-box;
  padding: 1rem;
  width: 70px;
  border-right: 1px solid #bca68e;
}
div.bus_info div.bus_block div.bus_botom dl.bus_money dd{
  padding: 1rem;
  box-sizing: border-box;
  width: calc(100% - 70px);
}
div.bus_info div.bus_block div.bus_botom dl.bus_money dd{
  width: calc(100% - 70px);
}
div.bus_info div.bus_block div.bus_botom dl.bus_money dd ul{
  list-style-position: outside;
  padding-left: 1rem;
  box-sizing: border-box;
}
div.bus_info div.bus_block div.bus_botom dl.bus_money dd ul li{
  border-bottom: 0.5rem;
}
div.bus_info div.bus_block div.bus_botom dl.bus_money dd ul li:last-of-type{
  margin-bottom: 0;
}
div.bus_info div.bus_block div.bus_botom p.bottom_text{
  padding: 1rem 1rem 0 1rem;
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) div.bus_info div.bus_block div.bus_botom p.bottom_text{
  text-align: center;
}
div.bus_info div.bus_block div.bus_botom dl.b_bontact{
  margin: 0.5rem 0 1rem 0;
}
div.bus_info div.bus_block div.bus_botom dl.b_bontact dt{
  text-align: center;
}
div.bus_info div.bus_block div.bus_botom dl.b_bontact dd{
}
div.bus_info div.bus_block div.bus_botom dl.b_bontact dd a{
  display: table;
  margin: 0 auto;
  padding-left: 2.5rem;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  color: #333;
  text-decoration: none;
}
body:not([wc-view-type="sp"]) div.bus_info div.bus_block div.bus_botom dl.b_bontact dd a{
  pointer-events: none;
}
div.bus_info div.bus_block div.bus_botom dl.b_bontact dd a::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-color:#333;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
div.bus_info div.bus_block div.bus_botom div.btn{
  margin: 0 auto;
}
/*アクセス情報*/
section.access_information{
  box-sizing: border-box;
  background-color: #efefef;
}
body[wc-view-type="sp"] section.access_information{
  padding: var(--headerHeight) 7vw calc(26vw + 1rem) 7vw;
}
body[wc-view-type="tb"] section.access_information{
  padding: var(--headerHeight) 10vw 26vw 10vw;
}
body[wc-view-type="tb-l"] section.access_information{
  padding: var(--headerHeight) 10vw 12vw 10vw;
}
body[wc-view-type="pc"] section.access_information{
   padding: var(--headerHeight) calc((100vw - 800px) / 2) 12vw calc((100vw - 800px) / 2);
}
section.access_information > h2.contents_title_center{
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  margin-bottom: 1.5rem;
}
body[wc-view-type="sp"] section.access_information > h2.contents_title_center{
  margin-bottom: 1rem;
}
section.access_information > h2.contents_title_center.wcvisible{
  opacity: 1;
  filter: blur(0);
}
section.access_information > h2.contents_title_center::before{
  content: "Information";
}
section.access_information div.a_i_block{
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  box-sizing: border-box;
  padding: 1.5rem;
}
body[wc-view-type="sp"] section.access_information div.a_i_block{
}
body[wc-view-type="pc"] section.access_information div.a_i_block,
body[wc-view-type="tb-l"] section.access_information div.a_i_block,
body[wc-view-type="tb"] section.access_information div.a_i_block{
  display: flex;
}
section.access_information div.a_i_block div.a_i_text{
}
body[wc-view-type="tb-l"] section.access_information div.a_i_block div.a_i_text{
  width: 40%;
}
body[wc-view-type="pc"] section.access_information div.a_i_block div.a_i_text,
body[wc-view-type="tb"] section.access_information div.a_i_block div.a_i_text{
  width: 50%;
}
section.access_information div.a_i_block div.a_i_text div.add{
  margin-bottom: 0.5rem;
}
section.access_information div.a_i_block div.a_i_text div.add span.add_num{
  display: flex;
  position: relative;
  z-index: 1;
  color: #333;
}
section.access_information div.a_i_block div.a_i_text div.add span.add_num span{
  flex:none;
}
section.access_information div.a_i_block div.a_i_text div.add adress{
}
section.access_information div.a_i_block div.a_i_text div.tel,
section.access_information div.a_i_block div.a_i_text div.time{
  margin-bottom: 0.5rem;
}
section.access_information div.a_i_block div.a_i_text div.tel a{
  display: flex;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 1.15rem;
  text-decoration: none;
}
body:not([wc-view-type="sp"]) section.access_information div.a_i_block div.a_i_text div.tel a{
  pointer-events: none;
}
section.access_information div.a_i_block div.a_i_text div.tel a::before{
  content: "";
  width: 1.7rem;
  height: 1.7rem;
  background-color:#333;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}
section.access_information div.a_i_block div.a_i_text div.time span{
  display: block;
  width: 100%;
  padding-left: 1.5rem;
}
section.access_information div.a_i_block div.a_i_text dl.time{
  margin-bottom: 0.5rem;
}
section.access_information div.a_i_block div.a_i_text dl.time dt{
  border: solid 1px #bbb;
  padding: 0.25rem 0.75rem;
  display: table;
}
section.access_information div.a_i_block div.a_i_text dl.time dd{
  padding: 0.5rem 0.5rem 0 0.5rem;
  box-sizing: border-box;
}
section.access_information div.a_i_block div.a_i_text dl.time dd > p{
  display: flex;
}
section.access_information div.a_i_block div.a_i_text dl.time dd > p span{
  flex:none;
  padding-right: 0.5rem;
}
div.map{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] div.map{
  height: 50vw;
}
body[wc-view-type="tb-l"] div.map{
  width: 60%;
}
body[wc-view-type="tb"] div.map,
body[wc-view-type="pc"] div.map{
  width: 50%;
}
body[wc-view-type="pc"] div.map{
  height: 397px;
}
div.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}