/* CSS Document */
/*ボタン*/
div.sidebtn{
  margin-bottom: 1rem;
  width: calc(100% - 1rem);
  margin-left: 1rem;
}
body[wc-view-type="sp"] div.sidebtn{
  margin: 0 auto 1rem auto;
  width: calc(100% - 2rem);
}
body[wc-view-type="sp"] div.sidebtn:first-child{
  padding-top: 1rem;
}
div.sidebtn.m_none{
  margin-bottom: 0;
}
div.sidebtn a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--headerBtnSize) + 1rem ) 0 1.5rem;
  text-decoration: none;
  background-color: var(--defaultcolor);
  color: #fff;
  font-weight: 700;
  height: calc(var(--headerBtnSize) * 2);
  width: 100%;
  box-sizing: border-box;
}
div.sidebtn a::after{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(var(--headerBtnSize) - 6px);
  height: calc(var(--headerBtnSize) - 6px);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  -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.sideinner{
  padding-bottom: 2rem;
}
/*ボタン*/
div.btn{
  display: table;
}
div.btn a{
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--headerBtnSize) + 1rem ) 0 1.5rem;
  text-decoration: none;
  background-color: var(--defaultcolor);
  color: #fff;
  font-weight: 700;
  height: var(--headerBtnSize);
}
div.btn a::after{
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: calc(var(--headerBtnSize) - 6px);
  height: calc(var(--headerBtnSize) - 6px);
  right: 0;
  top: 3px;
  background-color: #fff;
  -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;
}
/*隠しタイトル*/
span.opacity{
  width: 0;
  height: 0;
  opacity: 0;
  display: block;
}
/*コンテンツ*/
section.access_p_top_box{
  padding-top: var(--headerHeight);
  padding-bottom: 3rem;
}
body[wc-view-type="sp"] section.access_p_top_box{
  padding: var(--headerHeight) 1rem 3rem 1rem !important;
  width: 100vw;
  box-sizing: border-box;
}
section.access_p_top_box div.title{
  display: table;
  margin: 0 auto 1rem auto;
}
section.access_p_top_box div.title > h1,
section.access_p_top_box div.title > h3{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--defaultcolor);
  box-sizing: border-box;
  text-align: center;
}
section.access_p_top_box div.title > span{
  font-size: 1rem;
  color: var(--defaultcolor);
  display: table;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin: 0 auto;
  font-family: 'Oswald';
}
section.access_p_top_box div.title > span::before,
section.access_p_top_box div.title > span::after{
  content: "";
  height: 2px;
  width: 1.5rem;
  background-color: var(--defaultcolor);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}
section.access_p_top_box div.title > span::before{
  left: 0;
}
section.access_p_top_box div.title > span::after{
  right: 0;
}
section.access_p_top_box p{
  line-height: 1.8rem;
}
body[wc-view-type="tb-l"] section.access_p_top_box p,
body[wc-view-type="pc"] section.access_p_top_box p{
  text-align: center;
  margin-bottom: 1.5rem;
}
div.how_box > article{
}
div.how_to{
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
}
body[wc-view-type="tb-l"] div.how_to,
body[wc-view-type="pc"] div.how_to{
  padding: 2rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] div.how_to figure{
  padding-top: 1rem;
}
div.how_to figure{
}
div.how_to figure img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
div.t_table_wrap{
  width: 100%;
}
body[wc-view-type="tb-l"] div.t_table_wrap,
body[wc-view-type="pc"] div.t_table_wrap{
  display: flex;
  flex-wrap: wrap;
}
div.acs_btn_area{
  padding-top: calc(var(--headerHeight) / 2);
}
p.access_text,
div.acs_btn_area > p{
  margin-bottom: 1rem;
  text-align: center;
}
div.t_table_wrap > div.t_table{
}
body[wc-view-type="sp"] div.t_table_wrap > div.t_table,
body[wc-view-type="tb"] div.t_table_wrap > div.t_table{
  width: 85%;
  margin: 0 auto 2rem auto;
}
body[wc-view-type="sp"] div.t_table_wrap > div.t_table:last-child,
body[wc-view-type="tb"] div.t_table_wrap > div.t_table:last-child{
  margin-bottom: 0;
}
body[wc-view-type="tb-l"] div.t_table_wrap > div.t_table,
body[wc-view-type="pc"] div.t_table_wrap > div.t_table{
  width: calc((100% / 2) - 1rem);
  margin: 0 0.5rem 3rem 0.5rem;
}
body[wc-view-type="tb-l"] div.t_table_wrap > div.t_table:nth-of-type(3),
body[wc-view-type="pc"] div.t_table_wrap > div.t_table:nth-of-type(3),
body[wc-view-type="tb-l"] div.t_table_wrap > div.t_table:last-child,
body[wc-view-type="pc"] div.t_table_wrap > div.t_table:last-child{
  margin-bottom: 0;
}
div.t_table_wrap > div.t_table > h3{
  font-weight: 700;
  color: var(--defaultcolor);
  font-size: 1.15rem;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  z-index: 1;
  border-bottom: 2px solid var(--defaultcolor);
  padding-bottom: 0.5rem;
}
div.t_table_wrap > div.t_table > h3::before{
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 2px solid var(--defaultcolor);
  border-right: 2px solid var(--defaultcolor);
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%) rotate(45deg);
  background-color: var(--bodyBg);
  z-index: 2;
}
div.t_table_wrap div.btn{
  margin: 0 auto;
}
/*div.acs_btn_area{
  padding-top: calc(var(--headerHeight) / 2);
}
div.acs_btn_area > h3{
  text-align: center;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--defaultcolor);
  font-size: 1.2rem;
}
p.access_text,
div.acs_btn_area > p{
  margin-bottom: 1rem;
  text-align: center;
}
body[wc-view-type="tb-l"] div.time_flex > div,
body[wc-view-type="pc"] div.time_flex{
  display: flex;
}
body[wc-view-type="tb-l"] div.time_flex > div,
body[wc-view-type="pc"] div.time_flex > div{
  width: calc((100% / 3) - 1rem);
  margin: 0 0.5rem 0 0.5rem;
}
body[wc-view-type="sp"] div.time_flex > div,
body[wc-view-type="tb"] div.time_flex > div{
  margin: 0 auto 1rem auto;
  width: 50%;
}
body[wc-view-type="sp"] div.time_flex > div:last-child,
body[wc-view-type="tb"] div.time_flex > div:last-child{
  margin-bottom: 0;
}*/
/*行き方*/
div.access_middle_box{
}
div.access_middle_box:first-child{
  padding-top: 2rem;
}
article.aacess_m_text{
  padding-left: 4.5rem;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 3rem;
}
article.aacess_m_text:last-child{
  padding-bottom: 2.75rem;
}
body[wc-view-type="sp"] article.aacess_m_text{
  padding-right: 1rem;
  padding-left: 4rem;
  overflow: hidden;
}
article.aacess_m_text::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: #3399ff;
  z-index: -1;
  left: calc(1.75rem - 2px);
}
body[wc-view-type="sp"] article.aacess_m_text::before{
  left:calc(1.25rem - 2px);
}
article.aacess_m_text h1{
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--defaultcolor);
  position: relative;
  z-index: 1;
  line-height: 3.5rem;
}
article.aacess_m_text h1::before{
  content: "";
  width: 3.5rem;
  height: 3.5rem;
  background-color: #3399ff;
  border-radius: 100%;
  top: 0;
  left: -4.5rem;
  z-index: 2;
  position: absolute;
}
article.aacess_m_text h1::after{
  position: absolute;
  z-index: 3;
  content: "";
  left: -4.5rem;
  top: 0;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  -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;
}
body[wc-view-type="pc"] article.aacess_m_text div.a_flex{
  width: 100%;
  display: flex;
}
div.a_flex.in_flex{
  padding: 1rem;
  box-sizing: border-box;
}
body[wc-view-type="pc"] article.aacess_m_text div.a_flex figure,
body[wc-view-type="pc"] article.aacess_m_text div.a_flex p{
  width: 50%;
}
article.aacess_m_text div.a_flex figure img{
  width: 100%;
  object-fit: contain;
  object-position: top;
  height: 100%;
}
article.aacess_m_text div.a_flex p{
  box-sizing: border-box;
  line-height: 1.8rem;
}
body[wc-view-type="sp"] article.aacess_m_text div.a_flex p,
body[wc-view-type="tb"] article.aacess_m_text div.a_flex p{
  padding: 0.5rem;
}
body[wc-view-type="pc"] article.aacess_m_text div.a_flex p{
  padding-left: 2rem;
}
article.aacess_m_text div.entrance_box div.a_flex{
  padding: 2.25rem 0.75rem 0.75rem;
  box-sizing: border-box;
}
div.entrance_box.bt_m{
  margin-bottom: 3rem;
}
div.entrance_box h3{
  background-color: var(--defaultcolor);
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  white-space: nowrap;
  display: table;
  padding: 0.75rem;
  margin-right: auto;
  border-radius: 0.5rem 0.5rem 0.5rem 0;
}
div.entrance_box h3::before,
div.entrance_box h3::after{
  position: absolute;
  display: block;
  left: 2px;
  content: "";
}
div.entrance_box h3::before{
  bottom: -0.5rem;
  z-index: 1;
  width: 0.5rem;
  height: 0.6rem;
  background-color: var(--defaultcolor);
}
div.entrance_box h3::after{
  bottom: -1rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  border-radius: 0.5rem 0 0 0;
  background-color: var(--wcBg);
}
div.entrance_box div.a_flex{
  background-color: #fff;
  border-left: solid 2px var(--defaultcolor);
  padding: 2.25rem 0.75rem 0.75rem;
  margin-top: -1.5rem;
  border-radius: 0 0 0.5rem;
  box-shadow: 0 0 .6rem -.3rem rgba(0,0,0,.4);
}
div.entrance_box div.a_flex figure{
  position: relative;
  z-index: 3;
}
[swipemenu][swipemenu-view="tab"] .swipemenuinner [swipemenu-target]{
  color: #fff;
}
[swipemenu-wrap] > [swipemenu-item]{
  min-height: inherit !important;
}
/*マップ*/
div.access_bottom_box{
}
div.access_bottom_box > div.map{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] div.access_bottom_box > div.map{
  height: 120vw;
}
body[wc-view-type="tb"] div.access_bottom_box > div.map{
  height: 400px;
}
body[wc-view-type="pc"] div.access_bottom_box > div.map{
  height: 500px;
}
div.access_bottom_box > div.map iframe{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
/*仮access*/
div.access_point{
  position: relative;
  z-index: 1;
}
body[wc-view-type="sp"] div.access_point{
  height: 120vw;
  margin-bottom: 2rem;
}
body[wc-view-type="tb"] div.access_point{
  height: 400px;
  margin-bottom: 2rem;
}
body[wc-view-type="tb-l"] div.access_point{
  height: 450px;
}
body[wc-view-type="pc"] div.access_point{
  height: 500px;
  width: 764px;
  margin-bottom: 2rem;
}
div.access_point iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
body[wc-view-type="sp"] div.access_point iframe{
  width: calc(100% - 2rem);
  left: 1rem;
  right: 1rem;
}
body[wc-view-type="tb"] div.access_point iframe{
  left: var(--columnLeftDif,0);
  width: calc(100% - 2rem);
}
body[wc-view-type="pc"] div.access_point iframe{
  width: 764px;
  left: var(--columnLeftDif,0);
}