@charset "utf-8";



@media print,screen and (min-width: 769px) {
/* ---------------------------------------
　index
--------------------------------------- */
	#head_line{
		background-image: url(../img/index_main.jpg);
	}
#head_line > h1 {
        /* border-top: 1px solid #FFF; */
        font-size: 42px;
        line-height: 1;
        font-weight: bold;
        padding-top: 15px;
        margin-top: 15px;
    }
	.room_list{
		border-bottom: 1px solid #f2eee5;
		text-align: left;
		margin: 60px auto 0;
		padding-bottom: 60px;
		display: flex;
		justify-content:space-between;
		flex-wrap: wrap;
		max-width: 1130px;
	}
	.room_list > li{
		font-size: 13px;
		flex-basis: 30%;
		margin-top:40px;
	    position: relative;
		padding-bottom: 60px;
	}
	.room_list > li img{
		height: auto;
		width: 100%;
	}
	.room_list > li > a{
		color: #333333 !important;
		display: block;
		text-decoration: none !important;
	}
	.room_list > li > a:hover p{
			color: #b09e76 !important;
		text-decoration: none !important;
	}
	.room_list > li p{
		background: url(../../../common/img/icon_arrow_type1.png) 5px center no-repeat;
		padding-left: 25px;
		font-size: 20px;
		font-weight: bold;
		margin-top: 10px;
	}
	.room_list > li dl{
		position: relative;
		word-wrap: break-word;
		margin-top: 10px;
	}
	.room_list > li dl > dt{
		position: absolute;
		left: 0;
		width: 8em;
	}
	.room_list > li dl > dd{
		padding-left: 100px;
	}
		#inside_sec{
			max-width: 1080px;
		margin: 80px auto 0px;
	}
	
	
	#photo_sec {
		width: 100%;
		margin: 80px auto 0px;
	}
		.swiper-container {
		padding-bottom: 35px;
	}
	
	.swiper-pagination {
		height: 5px;
	}
.swiper-pagination-bullet {
    width: 40px;
    height: 5px;
    border-radius: 0;
    padding-right: 5px;
    margin-left: 5px;
    margin-right: 5px;
    background: #c9bc9c;
}
.swiper-pagination-bullet-active {
    background: #133263
}
	.swiper-slide {
    text-align: center;
    font-size: 0;
	line-height: 0;
	height: 490px;
	}
	
.swiper-wrapper .w100 {
      width: 735px;
    }
.swiper-wrapper .w44 {
      width: 327px;
    }
.swiper-button-next, .swiper-button-prev {
    background-color: #133263;
    width: 49px;
    height: 49px;
}
.swiper-button-prev {
    left: 0;
    background: url(../../../common/img/icon_arrow_type5.png) center center #133263 no-repeat;
    background-size: 11px 21px;
}
 .swiper-button-next {
    right: 0;
    background: url(../../../common/img/icon_arrow_type4.png) center center #133263 no-repeat;
    background-size: 11px 21px;
}
	
	#inside_sec > h2{
		margin: 0 auto;
		max-width: 1080px;
	}
	#inside_sec > iframe{
		margin-top: 25px;
		width: 100%;
		max-width: 1080px;
		height: 600px;
	}
	
	
	#amenities_sec{
		margin-top: 80px;
	}
	#amenities_sec > h2{
		margin: 0 auto;
		max-width: 1080px;
	}
	#amenities_sec > .tab{
		display: table;
		table-layout: fixed;
		margin: 40px auto 0;
		width: 100%;
		max-width: 1080px;
	}
	#amenities_sec > .tab > li{
		font-size: 18px;
		display: table-cell;
	}
	#amenities_sec > .tab > li > a{
		background-image: url(../../../common/img/icon_arrow_type2.png);
		background-position: center bottom 15px;
		background-repeat: no-repeat;
		background-color: rgba(244,242,235,0.20);
		color: rgba(0,0,0,1.00) !important;
		display: block;
  text-align: center;
		text-decoration: none !important;
		padding: 20px 20px 40px;
	}
	#amenities_sec > .tab > li > a:hover{
		opacity: .6;
		text-decoration: none !important;
	}
	#amenities_sec > .tab > li.active > a{
		background-color: rgba(244,242,235,1.00);
	}
	
	#amenities_sec .tab_box{
		background-color: rgba(244,242,235,1.00);
		text-align: left;
		padding: 0 90px 20px;
		margin-left: -90px;
		margin-right: -90px;
	}
	
	#amenities_sec .tab_box > li.hide{
		display: none;
	}
	
	#amenities_sec .image_list{
		border-bottom: 1px solid rgba(201,188,156,0.40);
		font-size: 0;
		padding-bottom: 40px;
		margin: 0 auto;
		max-width: 1080px;
	}
	#amenities_sec .image_list > li{
		font-size: 13px;
		display: inline-block;
		vertical-align: top;
		margin:40px 1% 0;
		width: 23%;
	}
	#amenities_sec .image_list > li a{
		background: url(../../../common/img/icon_arrow_type1.png) 5px 5px no-repeat;
		padding-left: 25px;
	}
	#amenities_sec .image_list > li img{
		height: auto;
		width: 100%;
	}
	
	#amenities_sec .icon_list{
		font-size: 0;
		margin: 20px auto 0;
		padding-bottom: 40px;
		max-width: 1080px;
	}
	#amenities_sec .icon_list > li{
		box-sizing: border-box;
		display: inline-block;
		vertical-align: middle;
		text-indent: -50px;
		padding-left: 50px;
		font-size: 14px;
		margin-top: 15px;
		line-height: 1;
		width: 25%;
	}
	#amenities_sec .icon_list > li:before{
		content: " ";
		display: inline-block;
		background-image: url(../img/icon.png);
		background-size: 303px auto;
		background-repeat: no-repeat;
		vertical-align: middle;
		height: 30px;
		width: 30px;
		margin-right: 20px;
	}
	
	
	.tv:before{background-position: left top;}
	.fridge:before{background-position: -40px top;}
	.shower:before{background-position: -160px top;}
	.towel:before{background-position: -80px -39px;}
	.brush:before{background-position: -120px top;}
	.cotton:before{background-position: -160px -39px;}
	.wear:before{background-position: -120px -39px;}
	.slipper:before{background-position: -40px -39px;}
	.refre:before{background-position: -200px top;}
	.hanger:before{background-position: -80px top;}
	.wifi:before{background-position: left -39px;}
	.cap:before{background-position: -200px bottom;}
	.razor:before{background-position: -280px top;}
	.comb:before{background-position: -240px top;}
	.humi:before{background-position: -240px -39px;}
	
	
	#rental_sec{
		border-bottom: 1px solid #f2eee5;
		padding-bottom: 75px;
		margin: 60px auto 0;
		max-width: 1080px;
	}
	#rental_sec .rental_item{
		display: flex;
		flex-wrap:nowrap;
		justify-content: space-between;
		margin-top: 40px;
	}
	#rental_sec .rental_item > li{
		font-size: 14px;
		flex-basis: 15.7%;
	}
	#rental_sec .rental_item > li img{
		height: auto;
		width: 100%;
	}
	#rental_sec .rental_item_sub{
		font-size: 0;
		text-align: left;
		margin-top: 40px;
	}
	#rental_sec .rental_item_sub > li{
		display: inline-block;
		vertical-align: top;
		font-size: 13px;
	}
	#rental_sec .rental_item_sub > li:after{
		content: "・";
	}
	#rental_sec .rental_item_sub > li:last-child:after{
		content: "";
	}
	
	
	
	#info_sec{
		margin: 80px auto 0;
		max-width: 1080px;
		text-align: left;
	}
	#info_sec > dl{
		margin-top: 20px;
	}
	#info_sec > dl > dt{
		clear: left;
		float: left;
		width: 10em;
		padding-top: 15px;
	}
	#info_sec > dl > dd{
		margin: 0 0 0 10em;
		padding-top: 15px;
	}
	
	
	
/* ---------------------------------------
　detail
--------------------------------------- */
	
	#room_detail_heading{
		position: relative;
		margin: 0 auto;
		display: flex;
		flex-wrap:nowrap;
		align-items:center;
		height: 780px;
		max-width: 1500px;
	}
	#room_detail_heading .image{
		align-self: stretch;
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		width: 68%;
	}
	
	#room_detail_heading.dxt .image{background-image: url(../img/dxt.jpg);}
	#room_detail_heading.trp .image{background-image: url(../img/trp.jpg);}
	#room_detail_heading.stt .image{background-image: url(../img/stt.jpg);}
	#room_detail_heading.std .image{background-image: url(../img/std.jpg);}
	#room_detail_heading.dxd .image{background-image: url(../img/dxd.jpg);}
	#room_detail_heading.univ .image{background-image: url(../img/univ.jpg);}
	#room_detail_heading.stf .image{background-image: url(../img/stf.jpg);}
	
	
	#room_detail_heading .image > p{
		color: #FFF;
		font-size: 13px;
		position: absolute;
		left: 30px;
		top: 30px;
		z-index: 2;
	}
	#room_detail_heading .image > p > span{
		display: block;
	}
	#room_detail_heading .image > p .web_font1{
		border-top: 1px solid #FFF;
		font-weight: bold;
		padding-top: 10px;
		margin-top: 10px;
		font-size: 20px;
	}
	
	
	#room_detail_heading .heading{
	/*	background-color: #FFF;*/
		align-items:center;
		align-self: stretch;
		box-sizing: border-box;
		display: flex;
		padding: 0 40px 0 40px;
		text-align: left;
		width: 32%;
	}
	#room_detail_heading h1{
		color: #133263;
		font-weight: normal;
		line-height: 1;
		font-size: 40px;
	}
	#room_detail_heading .catch{
		font-size: 18px;
		font-weight: bold;
		margin-top: 20px;
		letter-spacing: .24em;
	}
	#room_detail_heading .catch + p{
		line-height: 2;
		margin-top: 20px;
		font-size: 13px;
	}
	
	
	
	#room_detail_sec{
		background-color: #fbfaf7;
		margin: 20px -90px 0;
		padding: 80px 0;
	}
	
	
	#room_detail_sec .room_detail{
		margin: 0 auto;
		max-width: 1080px;
	}
	#room_detail_sec .room_detail_inner{
		display: flex;
		justify-content:space-around;
		margin: 0 90px;
	}
	#room_detail_sec .room_detail_inner > .floor{
		flex-basis: 37%;
  order: 2;
	}
	#room_detail_sec .room_detail_inner > .floor img{
		height: auto;
		width: 100%;
	}
	#room_detail_sec .room_detail_inner > .detail{
		text-align: left;
		margin-right: 7%;
  flex-grow: 1;
		flex-basis: 600px;
  order: 1;
	}
	#room_detail_sec .room_detail_inner > .detail h2{
		font-size: 18px;
	}
	#room_detail_sec .room_detail_inner > .detail ol{
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		margin-top: 20px;
		padding: 10px 10px;
		display: flex;
		flex-wrap: wrap;
	}
	#room_detail_sec .room_detail_inner > .detail ol > li{
		list-style-type: decimal;
		list-style-position: inside;
		flex-basis: 33.3%;
		margin: 10px 0;
	}
	#room_detail_sec .room_detail_inner > .detail dl{
		position: relative;
		word-wrap: break-word;
		margin: 10px 10px 0;
	}
	#room_detail_sec .room_detail_inner > .detail dl > dt{
		position: absolute;
		left: 0;
		width: 8em;
		padding-top: 15px;
	}
	#room_detail_sec .room_detail_inner > .detail dl > dd{
		padding-left: 8em;
		padding-top: 15px;
	}
	
	
	
	#detail_room_list_sec{
		border-top: 1px solid #f2eee5;
		padding-top: 60px;
		margin: 60px auto 0;
		max-width: 1080px;
	}
	#detail_room_list_sec .room_list{
		border-bottom: none;
		padding-bottom: 0;
		margin-top: 0;
	}
	
	
	.room_detail #amenities_sec .tab_box{
		margin-top: 30px;
	}
	
/* 2019/08/26 追加 */
.bookbts a {
 display: block;
 border-radius: 4px;
 box-sizing: border-box;
 background-color: #c19943;
 padding: 10px;
 margin: 20px auto 0px;
  font-weight: bold;
 font-size: 14px;
 color: #FFF !important;
 width: 100%;
text-align: center;
position: absolute;
	bottom: 0;
}

.bookbts a:hover {
 text-decoration: none !important;
}
/* 2019/08/26 追加 */
}

@media screen and (max-width:768px) {
	
/* ---------------------------------------
　index
--------------------------------------- */
	#head_line{
		background-image: url(../img/index_main.jpg);
	}
#head_line > h1 {
        /* border-top: 1px solid #FFF; */
        font-size: 30px;
        line-height: 1.2;
        font-weight: bold;
        padding-top: 15px;
        margin-top: 15px;
    }  
	.room_list{
		border-bottom: 1px solid #f2eee5;
		text-align: left;
		margin: 0 25px 0;
		padding-bottom: 40px;
	}
	.room_list > li{
		margin-top:30px; 
	}
	.room_list > li img{
		height: auto;
		width: 100%;
	}
	.room_list > li > a{
		color: #333333;
		display: block;
		text-decoration: none !important;
	}
	.room_list > li > a:hover{
		text-decoration: none;
	}
	.room_list > li p{
		background: url(../../../common/img/icon_arrow_type1.png) 5px center no-repeat;
		padding-left: 25px;
		font-size: 20px;
		font-weight: bold;
		margin-top: 10px;
	}
	.room_list > li dl{
		position: relative;
		word-wrap: break-word;
		margin-top: 10px;
	}
	.room_list > li dl > dt{
		padding-top: 10px;
		position: absolute;
		left: 0;
		width: 8em;
	}
	.room_list > li dl > dd{
		padding-left: 8em;
		padding-top: 10px;
	}
	
	#photo_sec {
		min-width: 100%;
		margin: 80px auto 0px;
		overflow: hidden;
	}
	.swiper-container {
		width: 90%;
		padding-bottom: 35px;
		 overflow: visible;
    z-index: 1;
	}
	
	.swiper-pagination {
		height: 5px;
	}
.swiper-pagination-bullet {
    width: 36px;
    height: 5px;
    border-radius: 0;
    background: #c9bc9c;
}
.swiper-pagination-bullet-active {
    background: #133263
}
/*------------------------------*/
    .swiper-container {
     width:100%;
	  padding-bottom: 35px;
	}
	.swiper-slide {
    text-align: center;
    font-size: 0;
	line-height: 0;
	width: 90%;
	}
	.swiper-slide img {
		width: 100%;
	}
.swiper-button-next, .swiper-button-prev {
    background-color: #133263;
    width: 32px;
    height: 32px;
}
.swiper-button-prev {
    left: 0;
    background: url(../../../common/img/icon_arrow_type5.png) center center #133263 no-repeat;
    background-size: 8px 18px;
}
 .swiper-button-next {
    right: 0;
    background: url(../../../common/img/icon_arrow_type4.png) center center #133263 no-repeat;
    background-size: 8px 18px;
}
	
	#inside_sec {
		margin: 80px 15px 0px;
	}
	
	#inside_sec > iframe{
		margin-top: 40px;
		width: 100%;
		height: 300px;
	}
	
	#amenities_sec{
		margin-top: 50px;
	}
	#amenities_sec > h2{
		margin: 0 15px;
	}
	#amenities_sec > .tab{
		display:flex;
  
		margin: 40px 0 0;
	}
	#amenities_sec > .tab > li{
		display:flex;
  flex-grow: 1;
  flex-basis: 50%;
	}
	#amenities_sec > .tab > li > a{
		background-image: url(../../../common/img/icon_arrow_type2.png);
		background-position: center bottom 15px;
		background-repeat: no-repeat;
		background-color: rgba(244,242,235,0.20);
		box-sizing: border-box;
		color: #000000;
  display: block;
  text-align: center;
  flex-basis: 100%;
		padding: 20px 20px 40px;
	}
	#amenities_sec > .tab > li > a:hover{
		text-decoration: none;
	}
	#amenities_sec > .tab > li.active > a{
		background-color: rgba(244,242,235,1.00);
	}
	
	#amenities_sec .tab_box{
		background-color: rgba(244,242,235,1.00);
		text-align: left;
	}
	
	#amenities_sec .tab_box > li.hide{
		display: none;
	}
	
	#amenities_sec .image_list{
		border-bottom: 1px solid rgba(201,188,156,0.40);
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		padding: 0 0 40px;
		margin: 0 15px;
	}
	#amenities_sec .image_list > li{
		font-size: 12px;
		flex-basis: 48%;
		margin-top: 20px;
	}
	#amenities_sec .image_list > li a{
		background: url(../../../common/img/icon_arrow_type1.png) 5px 5px no-repeat;
		padding-left: 25px;
	}
	#amenities_sec .image_list > li img{
		height: auto;
		width: 100%;
	}
	
	#amenities_sec .icon_list{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin: 30px 15px 0;
		padding-bottom: 40px;
	}
	#amenities_sec .icon_list > li{
		box-sizing: border-box;
		flex-basis: 48%;
		text-indent: -50px;
		padding-left: 50px;
		font-size: 12px;
		margin-top: 10px;
		line-height: 1;
	}
	#amenities_sec .icon_list > li:before{
		content: " ";
		display: inline-block;
		background-image: url(../img/icon.png);
		background-size: 303px auto;
		background-repeat: no-repeat;
		vertical-align: middle;
		height: 30px;
		width: 30px;
		margin-right: 20px;
	}
	
	
	.tv:before{background-position: left top;}
	.fridge:before{background-position: -40px top;}
	.shower:before{background-position: -160px top;}
	.towel:before{background-position: -80px -39px;}
	.brush:before{background-position: -120px top;}
	.cotton:before{background-position: -160px -39px;}
	.wear:before{background-position: -120px -39px;}
	.slipper:before{background-position: -40px -39px;}
	.refre:before{background-position: -200px top;}
	.hanger:before{background-position: -80px top;}
	.wifi:before{background-position: left -39px;}
	.cap:before{background-position: -200px bottom;}
	.razor:before{background-position: -280px top;}
	.comb:before{background-position: -240px top;}
	.humi:before{background-position: -240px -39px;}
	
	
	
	#rental_sec{
		border-bottom: 1px solid #f2eee5;
		padding-bottom: 50px;
		margin: 40px 15px 0;
	}
	#rental_sec .rental_item{
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-top: 10px;
	}
	#rental_sec .rental_item > li{
		font-size: 14px;
		flex-basis: 48%;
		margin-top: 25px;
	}
	#rental_sec .rental_item > li img{
		height: auto;
		width: 100%;
	}
	#rental_sec .rental_item_sub{
		font-size: 0;
		text-align: left;
		margin-top: 20px;
	}
	#rental_sec .rental_item_sub > li{
		display: inline-block;
		vertical-align: top;
		font-size: 13px;
	}
	#rental_sec .rental_item_sub > li:after{
		content: "・";
	}
	#rental_sec .rental_item_sub > li:last-child:after{
		content: "";
	}
	
	
	
	#info_sec{
		margin: 45px 15px 0;
		text-align: left;
	}
	#info_sec > dl{
		margin-top: 20px;
	}
	#info_sec > dl > dt{
		clear: left;
		float: left;
		width: 10em;
		padding-top: 20px;
	}
	#info_sec > dl > dd{
		margin: 0 0 0 10em;
		padding-top: 20px;
	}
	
	
	
	
/* ---------------------------------------
　detail
--------------------------------------- */
	
	#room_detail_heading{
		position: relative;
	}
	#room_detail_heading .image{
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		height: 250px;
	}
	
	#room_detail_heading.dxt .image{background-image: url(../img/dxt.jpg);}
	#room_detail_heading.trp .image{background-image: url(../img/trp.jpg);}
	#room_detail_heading.stt .image{background-image: url(../img/stt.jpg);}
	#room_detail_heading.std .image{background-image: url(../img/std.jpg);}
	#room_detail_heading.dxd .image{background-image: url(../img/dxd.jpg);}
	#room_detail_heading.univ .image{background-image: url(../img/univ.jpg);}
	#room_detail_heading.stf .image{background-image: url(../img/stf.jpg);} 
	
	#room_detail_heading .image > p{
		color: #FFF;
		font-size: 10px;
		position: absolute;
		left: 15px;
		top: 15px;
		z-index: 2;
	}
	#room_detail_heading .image > p > span{
		display: block;
	}
	#room_detail_heading .image > p .web_font1{
		border-top: 1px solid #FFF;
		font-weight: bold;
		padding-top: 5px;
		margin-top: 5px;
		font-size: 14px;
	}
	
	
	#room_detail_heading .heading{
	/*	background-color: #FFF;*/
		box-sizing: border-box;
		padding: 0 30px 0px;
		margin-top: 40px;
	}
	#room_detail_heading h1{
		color: #133263;
		font-weight: normal;
		line-height: 1;
		font-size: 26px;
	}
	#room_detail_heading .catch{
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		letter-spacing: .2em;
	}
	#room_detail_heading .catch + p{
		line-height: 1.8;
		margin-top: 10px;
		text-align: left;
	}
	
	
	
	#room_detail_sec{
		background-color: #fbfaf7;
		margin: 20px 0 0;
		padding: 80px 0;
	}
	
	
	#room_detail_sec{
		padding: 40px 15px;
	}
	#room_detail_sec .room_detail_inner{
	}
	#room_detail_sec .room_detail_inner > .floor{
		margin: 0 auto 0;
		width: 73%;
	}
	#room_detail_sec .room_detail_inner > .floor img{
		height: auto;
		width: 100%;
	}
	#room_detail_sec .room_detail_inner > .detail{
		text-align: left;
	}
	#room_detail_sec .room_detail_inner > .detail h2{
		font-size: 14px;
		margin-top: 65px;
	}
	#room_detail_sec .room_detail_inner > .detail ol{
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		margin-top: 20px;
		padding: 10px 10px;
	}
	#room_detail_sec .room_detail_inner > .detail ol > li{
		list-style-type: decimal;
		list-style-position: inside;
		display: inline-block;
		vertical-align: top;
		margin-top: 10px;
		margin-right: 45px;
	}
	#room_detail_sec .room_detail_inner > .detail dl{
		position: relative;
		word-wrap: break-word;
		margin: 10px 10px 0;
	}
	#room_detail_sec .room_detail_inner > .detail dl > dt{
		position: absolute;
		left: 0;
		width: 8em;
		padding-top: 15px;
	}
	#room_detail_sec .room_detail_inner > .detail dl > dd{
		padding-left: 8em;
		padding-top: 15px;
	}
	
	
	
	#detail_room_list_sec{
		border-top: 1px solid #f2eee5;
		padding-top: 60px;
		margin-top: 60px;
	}
	#detail_room_list_sec .room_list{
		border-bottom: none;
		padding-bottom: 0;
		margin-top: 0;
	}
	
	
	.room_detail #amenities_sec .tab_box{
		margin-top: 30px;
	}
	/* 2019/08/26 追加 */
.bookbts a {
 display: block;
 border-radius: 4px;
 box-sizing: border-box;
 background-color: #c19943;
 padding: 10px;
 margin: 20px auto 0px;
 font-weight: bold;
 font-size: 14px;
 color: #FFF !important;
 width: 100%;
text-align: center;
}

.bookbts a:hover {
 text-decoration: none !important;
}
/* 2019/08/26 追加 */
}


.-asterisk span {
 position: relative;
 padding-right: 1em;
 text-indent: 0;
}

.-asterisk span:after {
 position: absolute;
 /*top: 0;*/
 right:0;
 content: " ＊";
 font-size: .75em;
}

.note-asterisk {
 position: relative;
 width: 94%;
 max-width: 1080px;
 margin: 20px auto 0;
 padding-left: 1.25em;
 padding-bottom: 1em;
 font-size: small;
}

.note-asterisk:before {
 position: absolute;
 top: 0;
 left:0;
 content: " ＊";
 font-size: 1em;
}