@charset "utf-8";

/** guide_index **/
.guide_index_contents .wrapper{padding:80px 0 50px;}
.guide_index_head { border-top:1px solid #7d7d7d;border-bottom:1px solid #7d7d7d;margin-bottom:10px;}
.guide_index_head > a { display:block;position:relative;padding:50px 95px 45px 30px; }
.guide_index_head > a::after{content:"";display:block;position:absolute;right:29px;top:77px;width:16px;height:24px;background:url(../img/guide_right_arrow_01.png) 50% 50% no-repeat;}
.guide_index_head p {font-size:18px;color:#878787; }
.guide_index_head h2 { font-size:30px;font-weight:bold; }
.guide_index_head ul { display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap; }
.guide_index_head li { width:60px;height:60px; }
.guide_index_head span.category { position:absolute;top:0;left:0;display:block;text-align:center;font-size:18px;line-height:22px;padding:4px 0;color:#fff;font-weight:bold;background-color:#b41c64;width:60px;height:22px; }

.guide_index_area{ margin-bottom:30px; }
.guide_index_area .box { margin-bottom:10px; }
.guide_index_area .box a { display:block;padding:15px 25px;background-color:#fbfaf4;position:relative;display:-webkit-flex;display:flex; }
.guide_index_area .box a::after{ content:"";display:block;top:50%;margin-top:-9.5px;right:23px;width:13px;height:19px;position:absolute;background:url(../img/guide_right_arrow_02.png) 50% 50% no-repeat; }
.guide_index_area .image { }
.guide_index_area .image span { width:100%;height:100%;display:block;background:none 50% 50% no-repeat #fff;background-image:url(../../images/noimage270.jpg);-webkit-background-size:contain;background-size:contain; }
.guide_index_area .text { padding-top:22px;flex:1;}
.guide_index_area .text h3 { color: #655623;font-weight:bold;font-size:20px;}
.guide_index_area .text p { font-size:15px;color:#878787; }

.guide_detail_base .text_side table.disp_disp{display: table;}
.guide_detail_base .text_side table td span.lunch{display: inline-block;padding-left: 25px;background: url(../../avachika/img/icon_day.svg) no-repeat;background-size: 18px;margin-right: 20px;}
.guide_detail_base .text_side table td span.dinner{display: inline-block;padding-left: 25px; background: url(../../avachika/img/icon_night.svg) no-repeat;background-size: 18px;}

@media screen and ( max-width:1280px) {
	.guide_index_contents .wrapper{padding:60px 20px 50px;}
}
@media screen and ( min-width:1081px) {
	.guide_index_head ul {position:absolute;right:95px;bottom:45px;height:60px; }
	.guide_index_area{ display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;justify-content: space-between; }
	.guide_index_area .box { width:49.5%;}
	.guide_index_head li { margin-left:10px;}
}
@media screen and ( max-width:1080px) {
	.guide_index_area{display:block;}
	.guide_index_area .box{width:100%;}
	.guide_index_head ul{margin-top:10px;}
	.guide_index_head li{padding-bottom:10px;margin-right:10px;}
}

@media screen and (min-width:768px) {
	.guide_index_head{position:relative;}
	.guide_index_head::after,
	.guide_index_head::before{position:absolute;content:"";left:0;display:block;width:0;height:1px;background-color:#b41c64;
	-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
	.guide_index_head::after{top:-1px;}
	.guide_index_head::before{bottom:-1px;}
	.guide_index_head:hover::after{width:100%;}
	.guide_index_head:hover::before{width:100%;}

	.guide_index_head a h2{-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	.guide_index_head a::after,
	.guide_index_head a ul{-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	.guide_index_head a:hover h2{color:#b41c64;}
	.guide_index_head a:hover::after{right:24px;}
	.guide_index_head a:hover ul{right:85px;}

	.guide_index_area .image {width:190px;height:105px;margin-right:15px; }
	.guide_index_area .box a{-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	.guide_index_area .box a::after{-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	.guide_index_area .box a:hover{background-color:#f8f6ef;}
	.guide_index_area .box a:hover::after{right:18px;}
}

@media screen and (max-width:767px) {
	.guide_index_contents .wrapper{padding:40px 15px 30px;}
	.guide_index_head li{width:45px;height:45px;}
	.guide_index_head > a{padding:35px 40px 20px 20px;}
	.guide_index_head p{font-size:14px;}
	.guide_index_head h2{font-size:22px;}
	.guide_index_head > a::after{right: 18px;top: 50%;width: 12px;height: 20px;margin-top: -10px;}
	.guide_index_head span.category{font-size: 15px;line-height: 22px;width: 55px;height: 20px;}
	.guide_index_area .box a{padding: 15px 30px 15px 15px;}
	.guide_index_area .box a::after{right:18px;width:11px;height:16px;margin-top:-8px;}
	.guide_index_area .image{width: 120px;margin-right: 10px;}
	.guide_index_area .text{padding:15px 0;}
	.guide_index_area .text h3{font-size:16px;}
	.guide_index_area .text p{font-size:14px;}
}

/** guide_floor **/
.guide_floor_contents .wrapper{padding:50px 0 60px;}
.guide_floor_cont{margin-bottom:60px;}
.guide_floor_cont .floor_head{position:relative;margin-bottom:25px;}
.guide_floor_cont .floor_head p{font-size:20px;line-height:24px;color:#878787;margin-bottom:15px;padding:4px 0 4px 80px;}
.guide_floor_cont .floor_head h2{font-size:32px;font-weight:bold;}
.guide_floor_cont .floor_head .category{position:absolute;top:0;left:0;font-size:20px;line-height:24px;padding:4px 0;width:70px;height:24px;background-color:#b41c64;color:#fff;text-align:center;font-weight:bold;}
.guide_floor_cont .map_box{background-color:#f6f5f1;}
.guide_floor_cont .map{text-align:center;position:relative;}
.guide_floor_cont .map > a{display:block;position: absolute;/** opacity:0.2;background-color:red; **/}

.guide_floor_cont p.note{margin-top: 15px;}

/*6F*/
.guide_floor_cont .map > a#shop06f-01{width: 19%;height: 18.7%;top: 15.8%;left: 17%;}
.guide_floor_cont .map > a#shop06f-02{width: 28%;height: 19%;top: 15.5%;left: 36.3%;}
.guide_floor_cont .map > a#shop06f-03{width: 13.7%;height: 36%;top: 40%;left:7%;z-index:1;}
.guide_floor_cont .map > a#shop06f-04{width: 14.8%;height: 26.5%;top: 40.8%;left: 30%;}
.guide_floor_cont .map > a#shop06f-04-02{width: 37.8%;height: 17%;top: 73.5%;left: 7%;}
.guide_floor_cont .map > a#shop06f-05{width: 29.5%;height: 50%;top: 40.8%;left: 46%;}
.guide_floor_cont .map > a#shop06f-05-02{width: 9.5%;height: 10%;top: 30.8%;left: 66%;}

/*5F*/
.guide_floor_cont .map > a#shop05f-01{width: 51.7%;height: 19%;top: 12.5%;left: 18%;}
.guide_floor_cont .map > a#shop05f-01-02{width: 40.7%;height: 32%;top: 31.5%;left: 29%;}
.guide_floor_cont .map > a#shop05f-01-03{width: 54%;height: 16.7%;top: 69%;left: 6.7%;}
.guide_floor_cont .map > a#shop05f-01-04{width: 20%;height: 6.8%;top: 85.7%;left: 6.7%;}

/*4F*/
.guide_floor_cont .map > a#shop04f-01{width: 43.5%;height: 16.5%;top: 13%;left: 18%;}
.guide_floor_cont .map > a#shop04f-01-02{width: 23%;height: 37%;top: 33%;left: 33.5%;}
.guide_floor_cont .map > a#shop04f-01-03{width: 7%;height: 38.5%;top: 32%;left: 58.5%;}
.guide_floor_cont .map > a#shop04f-01-04{width: 5.7%;height: 9.2%;top: 32%;left: 65.5%;}
.guide_floor_cont .map > a#shop04f-01-05{width: 36.5%;height: 13%;top: 74.3%;left: 28.2%;}

.guide_floor_cont .map > a#shop04f-02{width: 12.5%;height: 41.5%;top: 46%;left: 7.5%;}
.guide_floor_cont .map > a#shop04f-02-02{width: 4.5%;height: 7%;top: 39%;left: 15.5%;}
.guide_floor_cont .map > a#shop04f-02-03{width: 7%;height: 11%;top: 76.5%;left: 20%;}

/*3F*/
.guide_floor_cont .map > a#shop03f-01{width: 13.5%;height: 18%;top: 14.5%;left: 18%;}
.guide_floor_cont .map > a#shop03f-02{width: 9.3%;height: 18.5%;top: 14.8%;left: 32%;z-index: 1;}
.guide_floor_cont .map > a#shop03f-03{width: 45.5%;height: 19%;top: 70.7%;left: 7.5%;z-index:1;}
.guide_floor_cont .map > a#shop03f-04{width: 11.8%;height: 26%;top: 43.8%;left: 7.5%;}
.guide_floor_cont .map > a#shop03f-05{width: 35%;height: 47.3%;top: 28.3%;left: 40.2%;}
.guide_floor_cont .map > a#shop03f-05-02{width: 18.3%;height: 13.8%;top: 14.5%;left: 41.7%;}
.guide_floor_cont .map > a#shop03f-05-03{width: 16.5%;height: 14.5%;top: 75.6%;left: 53.5%;}

/*2F*/
.guide_floor_cont .map > a#shop02f-01{width: 31%;height: 70.5%;top: 16.5%;left: 22%;}
.guide_floor_cont .map > a#shop02f-01-02{width: 15.8%;height: 43.5%;top: 43.5%;left: 6.2%;}
.guide_floor_cont .map > a#shop02f-01-03{width: 8%;height: 53.5%;top: 33.5%;left: 53%;}

/*1F*/
.guide_floor_cont .map > a#shop01f-01{width: 20.5%;height: 13.5%;top: 26%;left: 24%;}
.guide_floor_cont .map > a#shop01f-02{width: 8.5%;height: 6%;top: 60%;left: 5.5%;}
.guide_floor_cont .map > a#shop01f-02-02{width: 2.5%;height: 13%;top: 47%;left: 11.5%;}
.guide_floor_cont .map > a#shop01f-03{width: 12.2%;height: 12%;top: 74.5%;left: 7.7%;}
.guide_floor_cont .map > a#shop01f-04{width: 3.5%;height: 8.4%;top: 74.2%;left: 20%;}
.guide_floor_cont .map > a#shop01f-05{width: 26.7%;height: 12%;top: 74.5%;left: 24.2%;}
.guide_floor_cont .map > a#shop01f-06{width: 7%;height: 9%;top: 75.5%;left: 52.7%;}
.guide_floor_cont .map > a#shop01f-07{width: 3.3%;height: 4.3%;top: 68%;left: 55.3%;}
.guide_floor_cont .map > a#shop01f-08{width: 10.1%;height: 13.2%;top: 43%;left: 39.5%;}
.guide_floor_cont .map > a#shop01f-09{width: 10.1%;height: 13%;top: 56.5%;left: 39.5%;}
.guide_floor_cont .map > a#shop01f-10{width: 7%;height: 26.5%;top: 43%;left: 30%;}

/*B1F*/
.guide_floor_cont .map > a#shop0b1f-01{width: 10%;height: 3%;top: 18.5%;left: 25%;}
.guide_floor_cont .map > a#shop0b1f-02{width: 10%;height: 17%;top: 47%;left: 5.5%;}
.guide_floor_cont .map > a#shop0b1f-03{width: 4%;height: 13%;top: 51%;left: 13.5%;z-index:1;}
.guide_floor_cont .map > a#shop0b1f-03-02{width: 9.4%;height: 9.5%;top: 70.5%;left: 10.2%;}
.guide_floor_cont .map > a#shop0b1f-04{width: 3%;height: 21%;top: 45%;left: 21.3%;}
.guide_floor_cont .map > a#shop0b1f-05{width: 10.5%;height: 21%;top: 45%;left: 26%;}
.guide_floor_cont .map > a#shop0b1f-06{width: 4.7%;height: 7.5%;top: 45%;left: 38%;}
.guide_floor_cont .map > a#shop0b1f-07{width: 4.7%;height: 13.3%;top: 52.7%;left: 38%;}
.guide_floor_cont .map > a#shop0b1f-08{width: 4.5%;height: 20.3%;top: 45.7%;left: 43%;}
.guide_floor_cont .map > a#shop0b1f-09{width: 17.9%;height: 11%;top: 30%;left: 24.3%;}
.guide_floor_cont .map > a#shop0b1f-10{width: 10%;height: 7%;top: 18.7%;left: 42.8%;}
.guide_floor_cont .map > a#shop0b1f-11{width: 8.5%;height: 8.9%;top: 18.8%;left: 53.2%;}
.guide_floor_cont .map > a#shop0b1f-12{width: 5%;height: 19%;top: 40%;left: 71.3%;}
.guide_floor_cont .map > a#shop0b1f-13{width: 5%;height:20%;top: 59.3%;left: 71.3%;}
.guide_floor_cont .map > a#shop0b1f-14{width: 7%;height: 23.7%;top: 32%;left: 62%;}
.guide_floor_cont .map > a#shop0b1f-14-02{width: 6.7%;height: 11%;top: 32%;left: 55%;}
.guide_floor_cont .map > a#shop0b1f-15{width: 3%;height: 11%;top: 56%;left: 66%;}
.guide_floor_cont .map > a#shop0b1f-16{width: 6.7%;height: 12%;top: 43.4%;left: 55%;pointer-events: none;}
.guide_floor_cont .map > a#shop0b1f-17{width: 6.8%;height: 11%;top: 56%;left: 55%;}
.guide_floor_cont .map > a#shop0b1f-18{width: 17.4%;height: 9.5%;top: 70.5%;left: 49.7%;}
.guide_floor_cont .map > a#shop0b1f-19{width: 4.5%;height: 9.5%;top: 70.5%;left: 43%;}
.guide_floor_cont .map > a#shop0b1f-20{width: 8.5%;height: 10.5%;top: 75%;left: 34%;}
.guide_floor_cont .map > a#shop0b1f-21{width: 6.7%;height: 10.5%;top: 75%;left: 27.2%;}
.guide_floor_cont .map > a#shop0b1f-22{width: 7%;height: 10.5%;top: 75%;left: 20%;}


@media screen and ( max-width:1280px) {
	.guide_floor_contents .wrapper{padding:50px 20px 60px;}
}

@media screen and ( max-width:1080px) {
	.guide_floor_contents .wrapper{padding:40px 20px 50px;}
	.guide_floor_cont{margin-bottom:40px;}
	.guide_floor_cont .map_box{margin-right:-20px;margin-left:-20px;padding:0 20px;}
}
@media screen and (max-width:767px){
	.guide_floor_contents .wrapper{padding:40px 15px 50px;}
	.guide_floor_cont .floor_head{margin-bottom:20px;}
	.guide_floor_cont .floor_head p{font-size: 12px;line-height: 16px;padding-left:50px;margin-bottom:5px;}
	.guide_floor_cont .floor_head h2{font-size:26px;}
	.guide_floor_cont .floor_head .category{font-size: 12px;line-height: 24px;padding: 0;width: 40px;}
	.guide_floor_cont .map_box{margin-right:-15px;margin-left:-15px;padding:0 15px 30px;}
	.guide_floor_cont .map_box .come_btn{display: block;text-decoration: none;margin-bottom: 20px;padding: 8px;font-size: 15px;text-align: center;background: #655623;color: #ffffff;}
	.guide_floor_cont p.note{font-size: 13px;}

	/*6F*/
	.guide_floor_cont .map > a#shop06f-01{width: 24.3%;height: 17.7%;top: 17.8%;left: 19%;}
	.guide_floor_cont .map > a#shop06f-02{width: 36%;height: 17%;top: 18.5%;left: 43.3%;}
	.guide_floor_cont .map > a#shop06f-03{width: 17%;height: 33%;top: 40%;left: 6.7%;z-index:1;}
	.guide_floor_cont .map > a#shop06f-04{width: 18.8%;height: 24.5%;top: 40.8%;left: 36%;}
	.guide_floor_cont .map > a#shop06f-04-02{width: 47.8%;height: 16%;top: 70.5%;left: 7%;}
	.guide_floor_cont .map > a#shop06f-05{width: 37.5%;height: 45%;top: 40.8%;left: 56%;}
	.guide_floor_cont .map > a#shop06f-05-02{width: 12.5%;height: 10%;top: 30.8%;left: 81%;}

	/*5F*/
	.guide_floor_cont .map > a#shop05f-01{width: 64.7%;height: 17%;top: 17.3%;left: 22%;}
	.guide_floor_cont .map > a#shop05f-01-02{width: 50.7%;height: 28%;top: 34.5%;left: 36%;}
	.guide_floor_cont .map > a#shop05f-01-03{width: 68%;height: 15%;top: 67%;left: 7.7%;}
	.guide_floor_cont .map > a#shop05f-01-04{width: 26%;height: 6%;top: 82%;left: 7.7%;}

	/*4F*/
	.guide_floor_cont .map > a#shop04f-01{width: 56.7%;height: 16%;top: 18%;left: 22.5%;}
	.guide_floor_cont .map > a#shop04f-01-02{width: 30%;height: 35%;top: 36%;left: 42.5%;}
	.guide_floor_cont .map > a#shop04f-01-03{width: 9%;height: 35%;top: 36%;left: 75.5%;}
	.guide_floor_cont .map > a#shop04f-01-04{width: 7.7%;height: 8.5%;top: 36%;left: 84.5%;}
	.guide_floor_cont .map > a#shop04f-01-05{width: 47.5%;height: 13%;top: 74.3%;left: 35.7%;}

	.guide_floor_cont .map > a#shop04f-02{width: 15.7%;height: 38.5%;top: 48.5%;left: 9.5%;}
	.guide_floor_cont .map > a#shop04f-02-02{width: 6%;height: 6.5%;top: 42%;left: 19.5%;}
	.guide_floor_cont .map > a#shop04f-02-03{width: 9%;height: 10.5%;top: 76.5%;left: 25.2%;}

	/*3F*/
	.guide_floor_cont .map > a#shop03f-01{width: 18.2%;height: 18%;top: 16.5%;left: 20%;}
	.guide_floor_cont .map > a#shop03f-02{width: 12.3%;height: 18.5%;top: 16.8%;left: 38.8%;z-index: 1;}
	.guide_floor_cont .map > a#shop03f-03{width: 61%;height: 18%;top: 70%;left: 5.5%;z-index:1;}
	.guide_floor_cont .map > a#shop03f-04{width: 16%;height: 24%;top: 44.5%;left: 5.5%;}
	.guide_floor_cont .map > a#shop03f-05{width: 46.7%;height: 45.3%;top: 29.3%;left: 49.4%;}
	.guide_floor_cont .map > a#shop03f-05-02{width: 24.3%;height: 12.7%;top: 16.5%;left: 51.5%;}
	.guide_floor_cont .map > a#shop03f-05-03{width: 22%;height: 13.5%;top: 74.6%;left: 67.4%;}

	/*2F*/
	.guide_floor_cont .map > a#shop02f-01{width: 43.8%;height: 67%;top: 19%;left: 22%;}
	.guide_floor_cont .map > a#shop02f-01-02{width: 16.8%;height: 42.5%;top: 43.5%;left: 5.2%;}
	.guide_floor_cont .map > a#shop02f-01-03{width: 8%;height: 52.5%;top: 33.5%;left: 65.9%;}

	/*1F*/
	.guide_floor_cont .map > a#shop01f-01{width: 26.2%;height: 12.5%;top: 26%;left: 28%;}
	.guide_floor_cont .map > a#shop01f-02{width: 8%;height: 5.5%;top: 57%;left: 4.5%;}
	.guide_floor_cont .map > a#shop01f-02-02{width: 2.5%;height: 16.5%;top: 46%;left: 12.5%;}
	.guide_floor_cont .map > a#shop01f-03{width: 15.2%;height: 11%;top: 69.5%;left: 7.5%;}
	.guide_floor_cont .map > a#shop01f-04{width: 4.5%;height: 7.6%;top: 69.5%;left: 23%;}
	.guide_floor_cont .map > a#shop01f-05{width: 34%;height: 11%;top: 69.5%;left: 28.2%;}
	.guide_floor_cont .map > a#shop01f-06{width: 8.5%;height: 9%;top: 70.5%;left: 64.7%;}
	.guide_floor_cont .map > a#shop01f-07{width: 4.3%;height: 4.3%;top: 64%;left: 67.6%;}
	.guide_floor_cont .map > a#shop01f-08{width: 13.1%;height: 11.6%;top: 42%;left: 47.7%;}
	.guide_floor_cont .map > a#shop01f-09{width: 13.1%;height: 11.5%;top: 54%;left: 47.5%;}
	.guide_floor_cont .map > a#shop01f-10{width: 9%;height: 23.7%;top: 41.7%;left: 35.6%;}

	/*1BF*/
	.guide_floor_cont .map > a#shop0b1f-01{width: 13.2%;height: 3%;top: 23.5%;left: 29.2%;}
	.guide_floor_cont .map > a#shop0b1f-02{width: 12.2%;height: 15%;top: 50%;left: 4.5%;}
	.guide_floor_cont .map > a#shop0b1f-03{width: 5%;height: 12%;top: 53%;left: 15.1%;z-index:1;}
	.guide_floor_cont .map > a#shop0b1f-03-02{width: 12.4%;height: 9.5%;top: 71%;left: 10.5%;}
	.guide_floor_cont .map > a#shop0b1f-04{width: 4%;height: 19%;top: 48%;left: 25%;}
	.guide_floor_cont .map > a#shop0b1f-05{width: 13.5%;height: 19%;top: 48%;left: 31%;}
	.guide_floor_cont .map > a#shop0b1f-06{width: 6%;height: 6.5%;top: 48%;left: 46.5%;}
	.guide_floor_cont .map > a#shop0b1f-07{width: 6.5%;height: 12.3%;top: 54.7%;left: 46%;}
	.guide_floor_cont .map > a#shop0b1f-08{width: 5.5%;height: 19.3%;top: 48%;left: 53%;}
	.guide_floor_cont .map > a#shop0b1f-09{width: 22.9%;height: 10.5%;top: 34%;left: 29.1%;}
	.guide_floor_cont .map > a#shop0b1f-10{width: 13%;height: 7%;top: 23.7%;left: 52.8%;}
	.guide_floor_cont .map > a#shop0b1f-11{width: 11%;height: 8%;top: 23.8%;left: 66%;}
	.guide_floor_cont .map > a#shop0b1f-12{width: 6.5%;height: 17.5%;top: 43%;left: 89.5%;}
	.guide_floor_cont .map > a#shop0b1f-13{width: 6.5%;height: 18%;top: 61%;left: 89.5%;}
	.guide_floor_cont .map > a#shop0b1f-14{width: 9.2%;height: 21.7%;top: 36%;left: 77.5%;}
	.guide_floor_cont .map > a#shop0b1f-14-02{width: 8.5%;height: 10%;top: 36%;left: 68.5%;}
	.guide_floor_cont .map > a#shop0b1f-15{width: 4.2%;height: 9.8%;top: 58%;left: 82.5%;}
	.guide_floor_cont .map > a#shop0b1f-16{width: 8.5%;height: 11%;top: 46.4%;left: 68.5%;}
	.guide_floor_cont .map > a#shop0b1f-17{width: 8.8%;height: 10%;top: 58%;left: 68.5%;}
	.guide_floor_cont .map > a#shop0b1f-18{width: 22.4%;height: 8.7%;top: 71.2%;left: 61.5%;}
	.guide_floor_cont .map > a#shop0b1f-19{width: 5.8%;height: 8.5%;top: 71.5%;left: 53%;}
	.guide_floor_cont .map > a#shop0b1f-20{width: 10.8%;height: 9.9%;top: 75%;left: 41.5%;}
	.guide_floor_cont .map > a#shop0b1f-21{width: 8.7%;height: 10%;top: 75%;left: 32.5%;}
	.guide_floor_cont .map > a#shop0b1f-22{width: 8.5%;height: 10%;%;top: 75%;left: 23.5%;}


}


/** guide_floor_list **/
.guide_floor_list{margin-bottom:40px;}
.guide_floor_list .area{border-top:1px solid #716930;position:relative;}
.guide_floor_list .area::after{position:absolute;top:0;left:50%;margin-left:-1%;content:"";display:block;height:1px;width:2%;background-color:#716930;}
.guide_floor_list .box{border-bottom:1px solid #716930;}
.guide_floor_list .box.disp_013{display: none;}
.guide_floor_list .box a{padding:25px 40px 25px 10px;display:-webkit-flex;display:flex;justify-content: space-between;position:relative;}
.guide_floor_list .box a::after{position:absolute;top:50%;margin-left:-5px;content:"";display:block;right:10px;width:10px;height:15px;background:url(../../images/guide_floor_right_arrow.png) 50% 50% no-repeat;}
.guide_floor_list .box .image{margin-right:15px;}
.guide_floor_list .box .image span{width:100%;height:100%;display:block;background:none 50% 50% no-repeat;background-image: url(../../images/noimage270.jpg);-webkit-background-size:contain;background-size:contain;}
.guide_floor_list .box .text{flex:1;padding-top:15px;}
.guide_floor_list .box .text h3{font-size:20px;font-weight:bold;margin-bottom:10px;}
.guide_floor_list .box .text h3 span{color:#716930;margin-right:5px;}
.guide_floor_list .box .text p.category{font-size:15px;line-height:20px;padding:2px 10px;width:130px;height:20px;text-align:center;color:#fff;-webkit-border-radius: 3px; border-radius: 3px;}

@media screen and ( max-width:1280px) {
	 
}
@media screen and (min-width:768px){
	.guide_floor_list .area{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
	.guide_floor_list .box{width:50%;}
	.guide_floor_list .box a{-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	.guide_floor_list .box a::after{-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	.guide_floor_list .box a:hover{background-color:#f8f6ef;}
	.guide_floor_list .box a:hover::after{right:5px;}
	.guide_floor_list .box .image{width:195px;height:110px;}
}
@media screen and (max-width:767px){
	.guide_floor_list{margin-bottom:30px;}
	.guide_floor_list .area{}
	.guide_floor_list .box{width:100%;}
	.guide_floor_list .box a{padding:20px 25px 20px 10px;}
	.guide_floor_list .box a::after{width: 8px;height: 13px;margin:-6.5px 0 0 0;}
	.guide_floor_list .box .image{width:130px;}
	.guide_floor_list .box .text h3{font-size:18px;}
	.guide_floor_list .box .text p.category{font-size:12px;width:120px;}

}

/** guide_floor_navi **/
.guide_floor_navigation{}
.guide_floor_navigation .navi{}
.guide_floor_navigation h2{width:110px;padding:16px 0;line-height:18px;color:#716930;font-weight:bold;text-align:center;}
.guide_floor_navigation ul{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
.guide_floor_navigation li{width:110px;margin-right:10px;}
.guide_floor_navigation a{display:block;background-color:#fff;color:#716930;line-height:18px;border:1px solid #e0d9c3;height:18px;padding:15px 0;font-weight:bold;text-align:center;}
.guide_floor_navigation li.on a{color:#fff !important;background-color:#716930;}

@media screen and ( min-width:1081px) {
	.guide_floor_navigation .navi{justify-content: center;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
	.guide_floor_navigation ul{margin-left:15px;}
}

@media screen and ( max-width:1080px) {
	.guide_floor_navigation h2{font-size:18px;text-align:left;}
	.guide_floor_navigation .navi{}
	.guide_floor_navigation ul{}
	.guide_floor_navigation li{width:24%;margin-right:1%;margin-bottom:10px;}
}
@media only screen and (min-width: 768px){
	.guide_floor_navigation li a{-webkit-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
	.guide_floor_navigation li a:hover{color:#fff !important;background-color:#716930;}
	.guide_floor_list .box.category_num_03 .text p.category{font-size: 90%;}
}

/** guide_detail **/
.guide_detail_contents .wrapper{padding:40px 0;}

@media screen and ( max-width:1280px) {
	.guide_detail_contents .wrapper{padding:40px 20px;}
}

@media screen and ( max-width:1080px) {

}
@media only screen and (max-width: 767px){
	.guide_detail_contents .wrapper{padding:40px 15px;}
}


/** guide_detail_base **/
.guide_detail_base{margin-bottom:30px;}
.guide_detail_base .image_side{margin-right:40px;}
.guide_detail_base .image_side > div{position:relative;}
.guide_detail_base .image_side > div:before{ padding-top: 69.44%;content:"";display: block; }
.guide_detail_base .image_side > div span{ display:block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background:none 50% 50% no-repeat;-webkit-background-size:contain;background-size:contain; }
.guide_detail_base .image_side .over{border: 1px solid #ccc;}
.guide_detail_base .image_side .under{margin-top:15px;}

.guide_detail_base .text_side{flex:1;}
.guide_detail_base .text_side .sub_title{font-size: 18px;margin-bottom: 12px;}
.guide_detail_base .text_side .sub_title .icon{background: #b41c64;color: #fff;font-size: 14px;padding: 4px 16.95px;width:32px;text-align:center;display:inline-block;}
.guide_detail_base .text_side h2{font-size: 26px;font-weight: bold;margin-bottom: 20px;}
.guide_detail_base .text_side .explain{margin:0 0 20px;}
.guide_detail_base .text_side table{width:100%;}
.guide_detail_base .text_side table th,.guide_detail_base .text_side table td{font-size:15px;padding: 5px 10px;border-bottom:5px solid #fff;}
.guide_detail_base .text_side table th{font-weight:bold;text-align:center;width: 140px;line-height:1.3;background: #eeeeee;}
.guide_detail_base .text_side table td{}
.guide_detail_base .text_side table td.url_adress{word-break: break-all;}

@media screen and ( max-width:1280px) {
	.guide_detail_contents .wrapper{padding:40px 20px;}
}

@media screen and ( max-width:1080px) {
	.guide_detail_base .image_side{margin-right:20px;}
}

@media only screen and (min-width: 768px){
	.guide_detail_base{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
	.guide_detail_base .image_side{width:360px;}
	.guide_detail_base .text_side{flex:1;}
}

@media only screen and (max-width: 767px){
	.guide_detail_contents .wrapper{padding:40px 15px;}
	.guide_detail_base .image_side{margin: 0 0 40px;text-align:center;}
	.guide_detail_base .text_side table th,
	.guide_detail_base .text_side table td{font-size:14px;}
	.guide_detail_base .text_side table th{width:100px;}
	.guide_detail_base .text_side .sub_title{font-size: 14px;}
	.guide_detail_base .text_side .sub_title .icon{width: 24px;}
	
}

/** guide_detail_news **/
.guide_detail_news{padding:0 0 20px;}
.guide_detail_news h3{color:#655623; background:#f6f5f1;padding: 20px;font-size: 20px;margin-bottom: 20px;font-weight: bold;}
.guide_detail_news h3 .small{margin:0 0 0 10px;font-size:14px;font-weight:normal;}
.guide_detail_news .box{border-bottom:1px dotted #cdcdcd;padding-bottom:20px;margin-bottom:20px;}
.guide_detail_news .box:last-of-type{border-bottom:none;}
.guide_detail_news .box h4{font-weight:bold;}
.guide_detail_news time{display:block;margin-bottom:10px;}
.guide_detail_news .empty,.guide_detail_news .loading{padding:0 20px 40px;}

@media screen and ( max-width:1080px) {
	.guide_detail_news .box{}
	.guide_detail_news .image {width: 240px;margin-right: 30px;}
	.guide_detail_news h4{font-size:22px;}
	.guide_detail_news time{font-size:15px}
}
@media only screen and (min-width: 768px){
	.guide_detail_news .box{display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;}
	.guide_detail_news .text{flex:1;}
	.guide_detail_news .image{width:370px;margin-right:40px;}
}

@media only screen and (max-width: 767px){
	.guide_detail_news .image{width:100%;text-align:center;margin-bottom:20px;}
	.guide_detail_news h3{font-size: 18px;padding:10px;}
	.guide_detail_news h3 .small{font-size:13px;}
	.guide_detail_news h4{font-size:18px;}
	.guide_detail_news time{font-size:14px;}

	.map_box > div.sp{padding: 0 10px;}
	.icon_list{-webkit-box-sizing: border-box;box-sizing: border-box;background: #fff;padding: 10px;}
	.icon_list ul{display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 10px;max-width: 600px;margin: 0 auto;}
	.icon_list ul li{min-height: 26px;padding-left: 30px;color: #655623;font-size: clamp(0.5625rem, 3vw, 1.125rem);font-weight: bold;}
	.icon_list ul li span{display: block;font-size: clamp(0.5rem, 2vw, 0.6875rem);margin-left: -5px;}
	.icon_list ul li.fa_01{background: url(../img/icon_fa01.png) no-repeat;background-size: 26px;padding-top: 0;}
	.icon_list ul li.fa_02{background: url(../img/icon_fa02.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_03{background: url(../img/icon_fa03.png) no-repeat;background-size: 26px;letter-spacing: -1px;}
	.icon_list ul li.fa_04{background: url(../img/icon_fa04.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_05{background: url(../img/icon_fa05.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_06{background: url(../img/icon_fa06.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_07{background: url(../img/icon_fa07.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_08{background: url(../img/icon_fa08.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_09{background: url(../img/icon_fa09.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_10{background: url(../img/icon_fa10.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_11{background: url(../img/icon_fa11.png) no-repeat;background-size: 26px;}
	.icon_list ul li.fa_12{background: url(../img/icon_fa12.png) no-repeat;background-size: 26px;}
}

@media only screen and (max-width: 400px){
	.icon_list ul li{padding-top: 5px;font-size: 0.625rem;}
	.icon_list ul li span{width: 170%;margin-left: -3px;font-size: 0.625rem;transform: scale(0.6);transform-origin:0 0;}
}

/** guid_category **/
.guide_category .wrapper{padding:0 0 80px;}
.guide_category .sub_side{padding:40px 0;background-color:#fff;margin-bottom:60px;}
.guide_category .title{display:none;}
.guide_category .main_side .links li:nth-child(2){display:none;}

@media screen and ( min-width:1281px) {
	.guide_category .wrapper{padding:0 0 80px;}
}

@media screen and ( max-width:1280px) {
	.guide_category .wrapper{padding:0 20px 60px;}
}

@media only screen and (max-width: 767px){
	.guide_category .wrapper{padding:0 15px 50px;}
	
}
