/* CSS Document */
/*ページタイトル*/
.pagetitle .contents_title::before{
  content: "Access";
}
/*アクセストップ文章*/
.access_top{
  box-sizing: border-box;
}
body[wc-view-code="sp"] .access_top,
body[wc-view-type="tb"] .access_top{
  padding: var(--headerHeight) 7vw 2rem;
}
body[wc-view-type="tb-l"] .access_top{
  padding: var(--headerHeight) 6vw 2rem;
}
body[wc-view-code="pc"] .access_top{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) 3rem;
}
.access_top > p{
  line-height: 1.8rem;
}
body[wc-view-type="tb-l"] .access_top > p,
body[wc-view-code="pc"] .access_top > p{
  text-align: center;
}
.access_top > p:not(:first-of-type){
  margin-top: 1rem;
}
/*アクセススワイプメニュー中身*/
.access_inner{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .access_inner,
body[wc-view-code="sp"] .access_inner{
  padding: 2rem 7vw var(--headerHeight);
}
body[wc-view-type="tb-l"] .access_inner{
  padding: 2rem 6vw var(--headerHeight);
}
body[wc-view-code="pc"] .access_inner{
  padding: 2rem calc((100vw - 850px) / 2) var(--headerHeight);
}
.a_wrap{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.a_wrap .a_box{
}
.a_wrap .a_box > p{
  font-weight: 700;
  border: solid 1px var(--accentColor);
  text-align: center;
  font-size: 1.15rem;
  padding: 0.5rem 1rem;
  width: 150px;
  border-radius: 0.75rem;
  box-sizing: border-box;
}
body:not([wc-view-code="sp"]) .a_wrap .a_box > p{
  width: 220px;
}
.a_wrap .a_box .method{
  display: flex;
  position: relative;
  z-index: 1;
  padding: 1.25rem 0;
}
.a_wrap .a_box .method.double{
  padding-top: 0;
}
.a_wrap .a_box .method::after{
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--accentColor);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: 0;
  bottom: 0;
}
.a_wrap .a_box .method .m_icon{
  width: 75px;
  display: table;
  position: relative;
  z-index: 1;
}

body:not([wc-view-code="sp"]) .a_wrap .a_box .method .m_icon{
  width: 110px;
}
.a_wrap .a_box .method .m_icon::before{
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
  -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;
  display: block;
  margin-top: auto;
  background-color: var(--defColor);
  margin: 0 auto;
}
.a_wrap .a_box .method .m_icon.car::before{
  -webkit-mask-image: url("/img/svg/car.svg");
  mask-image: url("/img/svg/car.svg");
}
.a_wrap .a_box .method .m_icon.train::before{
  -webkit-mask-image: url("/img/svg/train.svg");
  mask-image: url("/img/svg/train.svg");
}
.a_wrap .a_box .method .m_icon.bus::before{
  -webkit-mask-image: url("/img/svg/bus.svg");
  mask-image: url("/img/svg/bus.svg");
}
.a_wrap .a_box .method .m_icon.walk::before{
  -webkit-mask-image: url("/img/svg/walk.svg");
  mask-image: url("/img/svg/walk.svg");
}
.a_wrap .a_box .method .m_time{
  width: 75px;
  text-align: center;
}
body:not([wc-view-code="sp"]) .a_wrap .a_box .method .m_time{
  width: 110px;
}
.a_wrap .a_box .method .m_time .a_mini{
  font-size: 0.8rem;
}
.a_wrap .goal{
  padding: 1rem;
  box-sizing: border-box;
  border: solid 1px var(--accentColor);
  border-radius: 1rem;
}
.a_wrap .goal .g_logo{
  width: 180px;
  margin: 0 auto;
}
.a_wrap .goal .g_img img{
  aspect-ratio: 1.414/1;
  border-radius: 1rem;
  margin-top: 0.75rem;
}
body[wc-view-type="pc"] .a_wrap .goal .g_img img{
  aspect-ratio:2/1;
}
/*アクセス情報*/
.access_information{
  box-sizing: border-box;
  background-color: #eaf5cf;
}
body[wc-view-code="sp"] .access_information,
body[wc-view-type="tb"] .access_information{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb-l"] .access_information{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-type="pc"] .access_information{
  padding: var(--headerHeight) calc((100vw - 850px) / 2);
}
.access_information .access_info_inner{
  background-color: #fff;
  border-radius: 1rem;
  box-sizing: border-box;
  display: flex;
  padding: 1rem;
}
body[wc-view-code="sp"] .access_information .access_info_inner{
  flex-direction: column;
}
body[wc-view-code="pc"] .access_information .access_info_inner{
  padding: 1.5rem;
}
.access_information .access_info_inner .ac_text{
}
body:not([wc-view-code="sp"]) .access_information .access_info_inner .ac_text{
  width: 50%;
}
.access_information .access_info_inner .ac_text .contents_title::before{
  content: "Access Information";
}
.access_information .access_info_inner .ac_text > dl{
  display: flex;
  margin-top: 0.5rem;
}
.access_information .access_info_inner .ac_text > dl dt{
  width: 32px;
  flex: none;
  margin-right: 0.5rem;
}
.access_information .access_info_inner .ac_text > dl dt .a_info_icon{
  width: 28px;
  height: 28px;
  background-color: var(--accentColor);
  display: table;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.access_information .access_info_inner .ac_text > dl dt .a_info_icon::before{
  content: "";
  width: 28px;
  height: 28px;
  background-color: #fff;
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.access_information .access_info_inner .ac_text > .tel dt .a_info_icon{
}
.access_information .access_info_inner .ac_text > .business_time dt .a_info_icon{
}
.access_information .access_info_inner .ac_text > .business_time dd{
}
.access_information .access_info_inner .ac_text > .business_time dd > p{
  font-weight: 700;
}
.access_information .access_info_inner .ac_text > .add dd address{
}
.access_information .access_info_inner .ac_text > .add dd address .add_num{
  display: table;
}
.access_information .access_info_inner .ac_text > .tel dd a{
  display: table;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.1rem;
  color: var(--defColor);
}
body:not([wc-view-code="sp"]) .access_information .access_info_inner .ac_text > .tel dd a{
  pointer-events: none;
}
.access_information .access_info_inner .acc_map{
  position: relative;
  z-index: 1;
}
body[wc-view-code="sp"] .access_information .access_info_inner .acc_map{
  height: 250px;
  margin-top: 1rem;
}
body:not([wc-view-code="sp"]) .access_information .access_info_inner .acc_map{
  width: 50%;
}
body[wc-view-type="tb"] .access_information .access_info_inner .acc_map{
  height: 230px;
}
body[wc-view-type="tb-l"] .access_information .access_info_inner .acc_map{
  height: 250px;
}
body[wc-view-code="pc"] .access_information .access_info_inner .acc_map{
  height: 280px;
}

.access_information .access_info_inner .acc_map iframe{
  position: absolute;
  inset:0;
  z-index: 2;
  border-radius: 1rem;
  height: 100% !important;
}
/*切り替えボタン*/
.btnlist{
  display: flex;
  gap:0 0.5rem;
  padding-bottom: 1.25rem;
  width: max-content;
  margin: 0 auto;
}
body[wc-view-type="tb"] .btnlist,
body[wc-view-type="tb-l"] .btnlist{
  padding-bottom: 1.5rem;
}
body[wc-view-type="pc"] .btnlist{
  padding-bottom: 1.7rem;
}
.btnlist > div{
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  position: relative;
  z-index: 1;
}
.btnlist > div::after{
  font-weight: 700;
  color: #fff !important;
}
/*チェンジメニュー切り替えに必要なcss*/
.access_inner .wcchangebtns .wcactive[wc-change],
.access_inner .btnlist .wcactive[wc-change] {
  background-color: var(--accentColor);
  color: #fff;
  font-weight: 600;
}
.access_inner .wcchangebtns [wc-change]:not(.wcactive),
.access_inner .btnlist [wc-change]:not(.wcactive) {
  background-color: #bbb !important;
}
.access_inner [wc-change-wrap] [wc-change-item] {
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.6s ease;
}
.access_inner [wc-change-wrap] .wcactive[wc-change-item] {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.access_inner [wc-change-wrap] [wc-change-item]:not(.wcactive) {
  position: absolute;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
}
/*切り替え下側*/
[wc-change-item]{
  box-sizing: border-box;
}
body[wc-view-type="sp"] [wc-change-item]{
  padding: 1rem 7vw;
}
body[wc-view-type="tb"] [wc-change-item]{
  padding: 0 15vw;
}