/* CSS Document */
.page_title h1::before{
  content: "Access" !important;
}
/*コンテンツ*/
.access_top{
  padding: var(--headerHeight) 0;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .access_top{
}
.access_top > p{
  line-height: 1.8rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .access_top > p{
  padding: 0 7vw;
}
body:not([wc-view-type="sp"]) .access_top > p{
  text-align: center;
}
/*アクセスタブ中身*/
.access_swipe_in_block{
  box-sizing: border-box;
  margin-top: 1.5rem;
}
body[wc-view-type="sp"] .access_swipe_in_block{
}
.a_wrap{
  display: flex;
  flex-direction: column;
}
.a_wrap .a_box{
  position: relative;
  z-index: 1;
  width: 200px;
  margin: 0 auto;
}
.a_wrap .a_box::after{
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background-color: #DD935F;
}
.a_wrap .a_box > p{
  width: 100%;
  border-radius: 1rem;
  height: 40px;
  background-color: #fbf3ea;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
}
.a_wrap .a_box > .method{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.a_wrap .a_box > .method .a_icon{
  width: 23px;
  height: 23px;
  background-color: #474442;
  margin-right: auto;
  margin-left: auto;
  -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;
}
.a_wrap .a_box > .method.car .a_icon{
  mask-image: url("/img/access/icon/car.webp?202410311752");
}
body.safari .a_wrap .a_box > .method.car .a_icon{
  mask-image: url("/img/access/icon/car.png?202410311752");
}
.a_wrap .a_box > .method.train .a_icon{
  mask-image: url("/img/access/icon/train.webp?202410311752");
}
body.safari .a_wrap .a_box > .method.train .a_icon{
  mask-image: url("/img/access/icon/train.png?202410311752");
}
.a_wrap .a_box > .method.walk .a_icon{
  mask-image: url("/img/access/icon/walk.webp?202410311752");
}
body.safari .a_wrap .a_box > .method.walk .a_icon{
  mask-image: url("/img/access/icon/walk.png?202410311752");
}
.a_wrap .a_box > .method.bus .a_icon{
  mask-image: url("/img/access/icon/bus.webp?202410311752");
}
body.safari .a_wrap .a_box > .method.bus .a_icon{
  mask-image: url("/img/access/icon/bus.png?202410311752");
}
.a_wrap .a_box > .method > p{
  font-size: 1rem;
  width: 99px;
  padding: 1.5rem 0 1rem 1rem;
  box-sizing: border-box;
  font-weight: 500;
  color: #DD935F;
}
.a_wrap .a_box > .method > p > span{
  display: block;
  color: #474442;
  font-size: 0.95rem;
}
.goal{
  padding: 1rem;
  box-sizing: border-box;
  background-color: #fbf3ea;
  border-radius: 1rem;
}
body[wc-view-type="tb"] .goal,
body[wc-view-type="tb-l"] .goal{
  margin: 0 auto;
}
body[wc-view-type="tb"] .goal{
  width: 55vw;
}
body[wc-view-type="tb-l"] .goal{
  width: 550px;
}
.goal .mitinoeki{
  text-align: center;
  font-size: 1.15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: #fff;
  padding: 1rem;
  box-sizing: border-box;
  border-radius: 1rem 1rem 0 0;
}
.goal .mitinoeki::before{
  content: "";
  width: 25px;
  height: 25px;
  background-color: #474442;
  flex: none;
  margin-right: 0.5rem;
  color: #fff;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-mask-image: url("/img/svg/footer_logomark.svg") !important;
  mask-image: url("/img/svg/footer_logomark.svg") !important;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain
}
.goal figure{
  background-color: #fff;
}
.goal figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}
/*アクセス情報*/
.access_info{
  box-sizing: border-box;
  background-color: #fbf3ea;
}
body[wc-view-type="sp"] .access_info{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .access_info,
body[wc-view-type="tb-l"] .access_info{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .access_info{
  padding: var(--headerHeight) calc((100vw - 850px) / 2);
}
.access_info .contents_title::before{
  content: "Access Information";
}
.access_info_block{
  display: flex;
  box-sizing: border-box;
  border-radius: 1rem;
  background-color: #fff;
}
body:not([wc-view-type="pc"]) .access_info_block{
  padding: 1rem;
}
body[wc-view-type="sp"] .access_info_block{
  flex-direction: column;
}
body[wc-view-type="pc"] .access_info_block{
  padding: 2rem;
}
.access_info_block .a_i_text{
  box-sizing: border-box;
}
body:not([wc-view-type="sp"]) .access_info_block .a_i_text{
  width: 50%;
}
body[wc-view-type="pc"] .access_info_block .a_i_text{
}
.access_info_block .a_i_text > dl{
  margin-bottom: 1rem;
  display: flex;
}
.access_info_block .a_i_text > dl dt{
  width: 25px;
}
.access_info_block .a_i_text > dl dt .icon{
  width: 25px;
  height: 25px;
  background-color: #474442;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  display: table;
}
.access_info_block .a_i_text > dl dt .icon::before{
  content: "";
  -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;
  background-color: #fbf3ea;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 45%;
  left: 45%;
  transform: translate(-50%,-50%);
  -webkit-mask-image: var(--wciconsrc);
  mask-image: var(--wciconsrc);
}
address span{
  display: table;
}
.tel a{
  display: table;
  font-family: "ZenMaruGothic";
  color: #474442;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none;
}
body:not([wc-view-type="sp"]) .tel a{
  pointer-events: none;
}
.access_info_block .a_i_text > dl dd{
  width: calc(100% - 25px);
  padding-left: 0.75rem;
  box-sizing: border-box;
}
.access_info_block .map{
  position: relative;
  z-index: 1;
  aspect-ratio:1.414/1;
}
body:not([wc-view-type="sp"]) .access_info_block .map{
  width: 50%;
}
.access_info_block .map iframe{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 100%;
}
/*切り替えボタン*/
.btnlist{
  display: flex;
  gap:0 0.5rem;
  padding-bottom: 0.7rem;
  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::before{
  content: "";
  width: 1rem;
  height: 1rem;
  transform: translateX(-50%) rotate(45deg);
  bottom: -0.5rem;
  position: absolute;
  left: 50%;
  z-index: -1;
}
.btnlist > div::after{
  font-weight: 500;
}
/*チェンジメニュー切り替えに必要なcss*/
.access_swipe_in_block .wcchangebtns .wcactive[wc-change],
.access_swipe_in_block .btnlist .wcactive[wc-change] {
  background-color: #DD935F;
  color: #fff;
  font-weight: 600;
}
.access_swipe_in_block .wcchangebtns [wc-change]:not(.wcactive),
.access_swipe_in_block .btnlist [wc-change]:not(.wcactive) {
  background-color: #fbf3ea !important;
}
.access_swipe_in_block [wc-change-wrap] [wc-change-item] {
  top: 0;
  left: 0;
  width: 100%;
  transition: opacity 0.6s ease;
}
.access_swipe_in_block [wc-change-wrap] .wcactive[wc-change-item] {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.access_swipe_in_block [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;
}
body[wc-view-type="pc"] [wc-change-item]{
  padding: 0 calc((100vw - 550px) / 2);
}
