/* CSS Document */
.map_d_wrap{
	background-color: #000;
  box-sizing: border-box;
	padding:calc(var(--headerHeight) + 2.5rem) 0 var(--headerHeight) 0;
}
body[wc-view-type="tb-l"] .map_d_wrap{
	padding: calc(var(--headerHeight) + 2.5rem) 10vw var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .map_d_wrap{
	padding: calc(var(--headerHeight) + 2.5rem) calc((100vw - 850px) / 2) var(--headerHeight) calc((100vw - 850px) / 2)
}
.map_d_wrap *{
	color: #fff;
}
.map_d_wrap > h2{
	margin: 0 auto 1.5rem auto;
  font-weight: 700;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  padding: 0 1rem 0.75rem;
  box-sizing: border-box;
}
body[wc-view-type="sp"] .map_d_wrap > h2{
	width: 86vw;
}
body[wc-view-type="tb"] .map_d_wrap > h2{
	width: 90vw;
}
.map_d_wrap > h2 .border{
	position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
}
.map_d_wrap > h2 .border span{
	
}
.map_d_wrap > h2 .border span::before,
.map_d_wrap > h2 .border span::after{
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 5%;
  transform: translateY(-50%);
  z-index: 1;
  display: table;
}
.map_d_wrap > h2 .border span::before{
  left: 0;
}
.map_d_wrap > h2 .border span::after{
  right: 0;
}
.map_d_wrap .map_detail{
	margin: 2rem auto 0 auto;
	box-sizing: border-box;
}
body[wc-view-type="sp"] .map_d_wrap .map_detail{
	width: 86vw;
}
body[wc-view-type="tb"] .map_d_wrap .map_detail{
	width: 90vw;
}
.map_d_wrap .map_detail > dl{
	border-top: 1px solid rgba(255,255,255,0.75);
	border-right: 1px solid rgba(255,255,255,0.75);
	border-left: 1px solid rgba(255,255,255,0.75);
	display: flex;
}

body[wc-view-type="sp"] .map_d_wrap .map_detail > dl{
	flex-direction: column;
}
.map_d_wrap .map_detail > dl:nth-of-type(1){
	border-radius: 1rem 1rem 0 0;
}
.map_d_wrap .map_detail > dl:last-of-type{
	border-bottom: 1px solid rgba(255,255,255,0.75);
	border-radius: 0 0 1rem 1rem;
}
.map_d_wrap .map_detail > dl > dt,
.map_d_wrap .map_detail > dl > dd{
	padding: 0.75rem;
  box-sizing: border-box;
}
.map_d_wrap .map_detail > dl > dt{
	background-color: #262729;
	font-weight: 700;
}
body:not([wc-view-type="sp"]) .map_d_wrap .map_detail > dl > dt{
	width: 170px;
}
body[wc-view-type="sp"] .map_d_wrap .map_detail > dl:nth-of-type(1) > dt{
	border-radius: 1rem 1rem 0 0;
}
body:not([wc-view-type="sp"]) .map_d_wrap .map_detail > dl:nth-of-type(1) > dt{
	border-radius: 1rem 0 0 0;
}
body:not([wc-view-type="sp"]) .map_d_wrap .map_detail > dl:last-of-type > dt{
	border-radius: 0 0 0 1rem;
}
.map_d_wrap .map_detail > dl > dd{
}
body:not([wc-view-type="sp"]) .map_d_wrap .map_detail > dl > dd{
	width: calc(100% - 170px);
}
.pict_area .pict_slider{
	gap:2px;
	margin-bottom: 2px;
}
.pict_area .pict_slider .pict_item{
}
body[wc-view-type="sp"] .pict_area .pict_slider .pict_item{
	width: 86vw;
	height: 60vw;
}
body[wc-view-type="tb"] .pict_area .pict_slider .pict_item{
	width: 80vw;
	height: 56vw;
}
body[wc-view-type="pc"] .pict_area .pict_slider .pict_item,
body[wc-view-type="tb-l"] .pict_area .pict_slider .pict_item{
	width: 550px;
	height: 388px;
}
.cs_wrap[pager="y"] .cs_pagerwrap.cs-pager-thumbnail{
	margin-top: 2px !important;
}
/*

.map_d_wrap .comboslider-slide .comboslider{
	gap:3px;
}
.map_d_wrap .cs_inner{
}
body[wc-view-type="sp"] .map_d_wrap .cs_inner{
	height: 195px !important;
}
body[wc-view-type="pc"] .map_d_wrap .cs_inner{
	height: 388px !important;
}
.map_d_wrap .cs_item{
}
body[wc-view-type="sp"] .map_d_wrap .pict_slider .cs_item{
	width: 275px !important;
	height: 195px !important;
	--itemratio: 275 / 195 !important;
}
body[wc-view-type="pc"] .map_d_wrap .pict_slider .cs_item{
	width: 550px !important;
	height: 388px !important;
	--itemratio: 550 / 388 !important;
}

.map_d_wrap .cs_wrap:not([class*="comboslider-page"]) .csviewcount{
	bottom: 0 !important;
}
.map_d_wrap .cscontrol{
	bottom: 0 !important;
}

.map_d_wrap .csviewcount::before{
	background-color: rgba(255,255,255,0.75) !important;
}
.map_d_wrap .csviewcount:not([count-type="digital"]) span{
	color: #000 !important;
}

.comboslider-slide .comboslider .cs_item img:not(.wcexclusion), .comboslider-slide .comboslider .cs_item video:not(.wcexclusion){
	width: 100% !important;
	height: 100% !important;
}
.map_d_wrap .cs_wrap[pager-pos="top"] .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner,
.map_d_wrap .cs_wrap[pager-pos="bottom"] .cs_pagerwrap.cs-pager-thumbnail .cs_pagerinner{
	margin-top: 3px;
}*/
.map_d_wrap .cs_wrap{
	padding-bottom: 2.75rem;
}
.map_d_wrap .cs_wrap:not([class*="comboslider-page"]) .csviewcount{
	bottom: 0 !important;
}
.map_d_wrap .cscontrol{
	bottom: 0 !important;
}
/*お問い合わせフォーム*/
.mapcontact{
	background-color: #262729;
	box-sizing: border-box;
}
body[wc-view-type="sp"] .mapcontact{
	padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] .mapcontact{
	padding: var(--headerHeight) 5vw;
}
body[wc-view-type="tb-l"] .mapcontact{
	padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] .mapcontact{
	padding: var(--headerHeight) calc((100% - 850px) / 2);
}
.mapcontact .contents_title{
	opacity: 1;
	filter: blur(0);
}
.mapcontact .contents_title::before{
	content: "Contact";
}
.mapcontact form{
  margin-top: calc(var(--headerHeight) / 2);
}
.mapcontact form dl{
  display: flex;
}
body[wc-view-type="sp"] .mapcontact form dl{
  flex-direction: column;
}
.mapcontact form dl:not(:first-of-type){
  margin-top: 1.5rem;
}
.mapcontact form dl dt{
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  padding-bottom: 0.5rem;
	color: #fff;
}
body:not([wc-view-type="sp"]) .mapcontact form dl dt{
  width: 165px;
}
.mapcontact form dl dt::before{
  font-size: 0.85rem;
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem 0.35rem;
  line-height: 0.9em;
  border-radius: 1rem;
}
.mapcontact form dl dt.required::before{
  content: "必須";
  color: #fff;
  background-color: #ff6905;
}
.mapcontact form dl dt.any::before{
  content: "任意";
  color: #262729;
  background-color: #fff;
}
.mapcontact form dl dd{
  box-sizing:border-box;
}
body:not([wc-view-type="sp"]) .mapcontact form dl dd{
  width: calc(100% - 165px);
  padding-left: 1rem;
}
.wc-selectbox select{
  font-size: 0.98rem !important;
}
.wc-textarea .wcinputdec,
input.wc-input,
.wc-selectbox{
  background-color: #fff !important;
  font-size: 0.98rem;
  border-radius: 0.75rem !important;
}
input.wc-input.system_type:focus{
  background-color: #fff !important;
}
[wc-form][captcha-state] [wc-captcha]{
  border: none !important;
  width: fit-content;
  margin: 1rem auto;
}
[wc-form][captcha-state] [wc-captcha] .captchadeco::before {
  border: solid 2px #fff !important;
  background-color: transparent !important;
}
.btnswrap{  
  width: fit-content;
  margin: 0 auto;
  gap: 1rem;
  display: flex;
}
.clerar{
  background-color: #fff !important;
  color: #262729 !important;
}
.btn_orange{
  background-color: #ff6905 !important;
}
.wc-button[wc-icon].iconafter::after{
  top: 2.5px !important;
}
.wc-button[wc-icon].iconafter.contactclear::after{
  background-color: #262729 !important;
}
.wc-button[wc-icon].iconafter::after{
  z-index: 2 !important;
}
[wc-form][captcha-state] [wc-captcha] .captchabtn{
	color: #fff !important;
}
/*スライダー指定変更*/
.comboslider-slide .comboslider .cs_item img:not(.wcexclusion){
	width: 100% !important;
}