@charset "UTF-8";
/* CSS Document */
/*
各ページごとに使うCSSは、対応するhtmlと同じ名前を付けたcssを
このように個別に用意します
*/


section {
  position: relative;
  width: 83%;
  margin: 0 auto;
}

.box_main {
  width: 100%;
  margin: 0 auto 0px auto;
  color: #333;
  padding-top: 120px;
}

.sec_cm {
  width: 100%;
  padding-bottom: 100px;
  padding-top: 97px;
}
.wrap_cm {
  max-width: 1100px;
  width: 83%;
  margin: 0 auto;
  text-align: left;
}
.box_cm {
  margin-bottom: 140px;
}

.ttl_cm {
    margin-bottom: 44px;
    font-size: 1.5em;
    letter-spacing: 3px;
    font-weight: normal;
}

.img_buken {
  margin-bottom: 40px;
}
.img_slide {
  margin-bottom: 58px;
}

.ttl_pano {
  font-size: 1.1em;
  border-left: 7px solid #2d3259;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.view360_wrap{
	width: 100%;
	height: 56vw;
	max-height: 524px;
	position: relative;
	margin-bottom: 30px;
}
.view360{
	width: 100%;
	height: 100%;
}
.view_name {
    position: absolute;
	top: 0;
    right: 0;
    padding: 5px 10px;
    background: rgba(0,0,0,0.5);
    line-height: 120%;
    color: #fff;
	z-index: 2;
}





.thumb_wrap {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
margin-bottom: 50px;
position: relative;
}
.thumb_arrows {
width: 12%;
position: relative;
}
.thumb {
width: 85%;
margin: 0 auto;
}
.thumb li{
height: 172px;
}
.thumb img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.thumb .slick-slide {
padding: 5px;
}
.slider {
    margin-bottom: 30px;
    height: 57vw;
    max-height: 600px;
}
.slick-slide,
.slick-list,
.slick-track{
	height: 100%;
}
.slider img {
width: auto;
max-width: 100%;
height: auto;
max-height: 100%;
margin: 0 auto;
}

.slider_wrap{
    position: relative;
}
#slide_arrows {
  display: flex;
justify-content: center;
align-items: center;
position: absolute;
}
#slide_arrows button {
    text-indent: -9999px;
    width: 50px;
    height: 50px;
    margin: 0 10px;
	cursor: pointer;
  border-radius: 50%;
display: flex !important;
align-items: center;
justify-content: center;
}
.slick-prev,.slick-next {
    text-indent: -9999px;
}
.slick-prev {
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border: 2px solid #999;
    border-top: 0;
    border-right: 0;
    background: none;
    left: -46px;
    top: 80px;
    position: absolute;
    z-index: 2;
}
.slick-next {
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border: 2px solid #999;
    border-bottom: 0;
    border-left: 0;
    background: none;
    right: -46px;
    top: 80px;
    position: absolute;
    z-index: 2;
}
#slide_arrows button::after {
  content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    border: 2px solid #999;
}
#slide_arrows button.slick-next::after {
left: 0;
    border-bottom: 0;
    border-left: 0;
    margin-right: 10px;
}
#slide_arrows button.slick-prev::after {
right: 0;
    border-top: 0;
    border-right: 0;
    margin-left: 10px;
}

@media (max-width:900px){
  .slider img {
  width: 100%;
  height: auto;
  }
  .slider a {
  display: flex;
  align-items: center;
  justify-content: center;
  }
}

@media (max-width:990px){

}

@media (max-width:1000px){
  .yaji_befoaft::after {
  font-size: 0.8em;
  }
  .thumb_arrows {
  display: none;
position: absolute;
  }
  .thumb {
  width: 100%;

  }
}
