@charset "utf-8";
/*--------------------------------------------------------------
			RINKS 貸室スマホ調整用
--------------------------------------------------------------*/
.sp{
	display: none!important;
}
.sp_nav{
	display:none;
}
@media screen and (max-width: 999px) {
.sp{
	display: block!important;
}
.pc{
	display: none!important;
}
header{
	padding:10px 15px 20px 15px;
	height: 81px;
	box-sizing: border-box;
}
header .inner .ttl_logo{
	float: left;
	position: relative;
	z-index: 99999;
}
header .inner .ttl_logo img{
	width: 179px;
	height: auto;
}
header .inner .btn_wrap{
	display: none;
}
header .pc_nav{
	display: none;
}
.fix_nav{
	position: fixed;
	right:0;
	bottom:0;
	z-index: 9999;
	width: 100%;
	overflow: hidden;
}
.fix_nav a{
	display: block;
	width: 50%;
	height: 69px;
	text-align: center;
	margin:0!important;
	padding:22px 0 0 0!important;
	background-image: none!important;	
}
.fix_nav a.fix_btn01{
	float: left;
}
.fix_nav a.fix_btn02{
	float: right;
}
.fix_nav a span{
	display: inline-block;
	text-indent: -9999px;
	vertical-align: middle;
}
.fix_nav a.fix_btn01 span{
	background-image: url(../images/guide/btn_txt01.svg);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 93px auto;
	width: 93px;
	height: 27px;
}
.fix_nav a.fix_btn02 span{
	background-image: url(../images/guide/btn_txt02.svg);
	background-position: 0 center;
	background-repeat: no-repeat;
	background-size: 116px auto;
	width: 116px;
	height: 28px;
}
.rental .footer{
	min-width: 0;
	padding-bottom: 50px;
}
.rental .footer p{
	width:100%;
}
.rental img{
	max-width: 100%;
	height: auto;
}
.rental .f-left{
	float: none;
}
/* スマホメニュー */
.sp_nav{
	width:100%;
	display:block;
	box-sizing:border-box;
}
.menu-btn{
    position: fixed;
    top: 12px;
    right: 12px;
    width: 54px;
    height: 54px;
    cursor: pointer;
	background:url(../images/guide/menu.svg);
	background-size:54px auto;
	background-repeat:no-repeat;
	background-position: center center;
	z-index:9999;
}
.menu-btn span{
	display:none;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open{
	position: fixed;/* 以下メニュー開いた時背景動かさないために必要。消せば開いた時トップへ戻らなくなる */
	z-index: -1;
	width: 100%;
	height: 100%;
}
.open .menu-btn{
	background-image:none;
	z-index:99999;
	background:url(../images/guide/close.svg) center center no-repeat;
	background-size:54px auto;	
	position:fixed;
}
.open .menu-btn span{
	display:inline-block;
}
.sp_nav{
	display:block;
}
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}	
.menu {
    position: fixed;
    display:block;
    top:0;
    left:0;
    width:100%;
	height:100%;
	-webkit-overflow-scrolling:touch;
	overflow-y:scroll;  
	background-color:#FF8F07;
    -webkit-transition:all .5s;
    transition:all .5s;
    visibility:hidden;
    opacity:0;
	padding:125px 25px 40px 25px;
	box-sizing:border-box;
	z-index:9999;
}
.menu ul.nav01 {
	height:auto;
	overflow:auto;
	font-size:0;
	box-sizing:border-box;
}
.menu ul.nav01  li{
    display:inline-block;	
	box-sizing:border-box;
	width:100%;	
}
.menu ul.nav01 li a{
    color: #FFF;
	display:block;
	padding:25px 0 25px 25px;
	border-top:1px solid #FFF;
	font-size:22px;
	line-height: 1;
	font-weight:bold;
	position:relative;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ','ＭＳ ゴシック', 'Lucida Grande', sans-serif;	
}
.menu ul.nav01 li:first-child a{
	border-top:none;	
}
/* サブメニュー */
.menu ul.nav01 li span.trigger{
    color: #FFF;
	display:block;
	padding:25px 0 25px 25px;
	border-top:1px solid #FFF;
	font-size:22px;
	font-weight:bold;
	line-height: 1;
	position:relative;
	background-image:url(../images/guide/nav_off.svg);
	background-position:right 25px center;
	background-repeat:no-repeat;
	background-size:10px auto;	
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ','ＭＳ ゴシック', 'Lucida Grande', sans-serif;	
}
.menu ul.nav01 li span.trigger.active-submenu{
	background-image:url(../images/guide/nav_on.svg);
	background-position:right 25px center;
	background-repeat:no-repeat;
	background-size:10px auto;	
}
.menu ul.nav01 li .submenu{
	padding:25px 0 40px 0;
}
.menu ul.nav01 li .submenu li a{
	padding:0 20px 20px 55px;	
	font-size:16px;	
	border-top:none;
	background:none;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ','ＭＳ ゴシック', 'Lucida Grande', sans-serif;	
}
.menu ul.nav01 li .submenu li:first-child a{
	padding:0 20px 20px 55px;	
}
.menu ul.nav01 .submenu .s_ttl{
	color:#fff;
	font-size:16px;
	font-weight: bold;
	margin:30px 0 15px 0!important;
	padding:0 0 0 55px;
	display: block;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ','ＭＳ ゴシック', 'Lucida Grande', sans-serif;	
}
.menu ul.nav01 .submenu .list02{
	padding:0 0 0 15px;
}
/*___home＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

.news_wrap{
	padding:0 20px;
}

.news_wrap .news_ttl{
	background-color: #FFF!important;
	border:none!important;
	padding:0!important;
	margin:40px 0 20px !important;
}
.news_wrap .news_ttl img{
	vertical-align: top;
}
.news_wrap .news_ttl span{
	color:#FF8F07;
	font-size:16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	margin:31px 0 0 30px;
}
.news_wrap .box{
	border:3px solid #FF8F07;
	background: #FFF8F1;
	display: block;
	width: 100%;
	padding:24px 28px 10px 28px;
	box-sizing: border-box;
}
.news_wrap .box .ttl{
	background: none!important;
	font-size:16px;
	font-weight: bold;
	padding:0;
}
.rental_nav{
	display: none;
}
/*___rental＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/
body.rental{
	-webkit-text-size-adjust: 100%;
}
.rental .wrapper{
	width: 100%;
}
/*___スライド関連＿＿*/
.p{
	width:100%;
	margin: 0 auto;
	position: relative;
}
.rental_slide_wrap{
	display: none;
}
/*___スライド関連 ここまで＿＿*/
.rental_slide_wrap p,
.rental_slide_wrap h1,
.rental .wrapper p,
.rental .wrapper h1,
.rental .wrapper h2,
.rental .wrapper h3,
.rental .wrapper h4,
.rental .wrapper td,
.rental .wrapper th,
.rental .wrapper dt,
.rental .wrapper dd{
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ','ＭＳ ゴシック', 'Lucida Grande', sans-serif;
}
.rental .wrapper p{
	font-size: 16px;
}
.rental .container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding:0;
}
.rental .main {
	width: 100%;
	float: none;
	padding: 0 20px 150px 20px;
	box-sizing: border-box;
}
.rental .btn_area{
	position: relative;
	z-index: 999;
	width: calc(100% + 40px);
	height: 779px;
	padding: 410px 15px 0 15px;
	background-image: url(../images/guide/sp_main_img.jpg);
	background-position: center center;
	background-size: cover;
	background-color:none;
	margin:0 0 0 -20px;
	text-align: center;
	box-sizing: border-box;
}
.rental .btn_area .inner{
	width: 100%;
	background: rgba(255, 255, 255, 0.58);
	box-sizing: border-box;
	padding:35px 0 45px 0;
	display: block;
	margin:0 auto;
}
.rental .btn_area h1{
	background: none;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	color: #000000;
	border-bottom: 1px solid #383838;
	margin: 0 auto;
	padding: 0 0 18px 0;
	box-sizing: border-box;
	width: calc(100% - 60px);
}
.rental .btn_area p{
	font-size: 24px!important;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #000000;
	margin: 25px 0 0 0;
	max-height: 100%;
}
.rental .btn_area p.f18{
	font-size:16px!important;
	line-height: 1.5;
}
.rental .btn_area a{
	display: none!important;
}
.rental .btn_area02{
	background: #EBEBEB;
	padding:50px 0;
	width: calc(100% + 40px);
	margin:0 0 0 -20px;	
}
.rental .yoyaku_btn{
	display:block;
    width: 350px;
    height: 74px!important;
    background: url(../images/rental/btn_01.jpg) 0 0 no-repeat;
	background-size: 100% auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    padding: 22px 0 0 0;
    margin: 0 auto 15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ ゴシック', 'Lucida Grande', sans-serif;
    text-decoration: none !important;
	text-align: center;	
}
.rental .yoyaku_btn.r2{
	padding: 7px 0 0 0;
	font-size:20px;
	line-height: 1.3;
	margin:30px auto 0;
}
.rental .yoyaku_btn img{
	display: inline-block;
	vertical-align: middle;
	margin:-2px 8px 0 0;
}
.rental .yoyaku_btn02{
	display:block;
    width: 350px;
    height: 74px!important;
    background: url(../images/rental/btn_01.jpg) 0 0 no-repeat;
	background-size: 100% auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    padding: 22px 0 0 0;
    margin: 0 auto 15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ ゴシック', 'Lucida Grande', sans-serif;
    text-decoration: none !important;
	text-align: center;	
}
.rental .yoyaku_btn02.r2{
	padding: 7px 0 0 0!important;
	font-size:20px;
	line-height: 1.3;
	margin:30px auto 0;
}
.rental .yoyaku_btn02 img{
	display: inline-block;
	vertical-align: middle;
	margin:0 8px -20px 0!important;
}
.rental .yoyaku_btn img{
	display: inline-block;
	vertical-align: middle;
	margin:-2px 8px 0 0;
}
.rental .btn_01{
	display:block;
    width: 350px;
    height: 74px!important;
    background: url(../images/rental/btn_01.jpg) 0 0 no-repeat;
	background-size: 100% auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    padding: 22px 0 0 0;
    margin: 0 auto 15px;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ ゴシック', 'Lucida Grande', sans-serif;
    text-decoration: none !important;
	text-align: center;	
}
.rental .btn02b{
	display:block;
    width: 350px;
    height: 52px;
    background: url(../images/rental/btn_04b.jpg) 0 0 no-repeat;
	background-size: 100% auto;
    font-size: 24px;
    font-weight: bold;
    color: #fff !important;
    padding: 22px 0 0 0;
    margin: 0 auto;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ ゴシック', 'Lucida Grande', sans-serif;
    text-decoration: none !important;
	text-align: center;
}
.rental .btn02b img{
	display: inline-block;
	vertical-align: middle;
	margin:-2px 8px 0 0;
}
.rental .btn_03b{
	display:block;
	width: 350px;
	height: 76px!important;;
	background: url(../images/rental/btn_04b.jpg) 0 0 no-repeat!important;
	background-size: 100% auto!important;
	font-size: 24px;
	font-weight: bold;
	color: #fff !important;
	padding: 22px 0 0 0!important;
	margin: 0 auto!important;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ ゴシック', 'Lucida Grande', sans-serif;
	text-decoration: none !important;
	text-align: center!important;
}
.rental .btn_03b img{
	display: inline-block;
	margin:-2px 8px 0 0;
	vertical-align: middle;
}
.rental.home .main h2{
	background: #FF8C00;
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 19px 20px 15px 20px;
	width: calc(100% + 40px);
	margin:50px 0 40px -20px;		
	box-sizing: border-box;
}
.second_ttl{
	background: #FF8C00;
	font-size: 24px;
	line-height:1.4;
	color: #fff;
	padding: 19px 20px 15px!important;
	margin: 80px 0 30px!important;
}
.rental .main .style_h3{
	line-height: 1.4;
	font-weight: bold;	
}
.rental.home .main .style_h3{
	font-size: 22px;
	margin: 50px 0 20px;
}
.rental .main h4{
	font-size: 20px;
	margin: 20px 0 10px;
}
.rental .main .style_h4{
	font-size: 20px!important;
	margin: 20px 0 10px!important;
	background: none!important;
	padding:0!important;
}
.new .introduction_wrap{
	background: url(../images/guide/n01_sp.jpg) 0 150px no-repeat;
	background-size:100% auto;
}
.introduction_wrap h3{
	font-size: 24px;
	line-height: 1.5;
	color: #333;
	border-left: none;
	border-bottom:none;
	background-image: none;
	display: inline-block;
	margin: 70px 0 0 0;
	padding:0 0 54.47% 0
}
.introduction_wrap p{
	text-align: left;
	width:100%;
	margin: 50px 0 25px 0;
	box-sizing: border-box;
	text-shadow:none;
	padding:0 20px;
}
.room_list{
	overflow: hidden;
	margin: 0;
	letter-spacing: -0.5em;
}
.room_list li{
	margin: 0;
	display: inline-block;
	width: 100%;
	letter-spacing: normal;
    vertical-align: top!important;
}
.room_list p{
	margin: 10px 0 20px;
}
.room_list .price{
	border-bottom: 1px dotted #333;
	padding: 12px 0 10px;
	margin: 0 0 10px;
}
.price span{
	color:#F00;
}
.room_list li.last{
	width:100%;
	overflow: hidden;
	float: none;
}
.room_list li.last p{
	clear: both;
}
.room_list li.last .txt01{
	width:100%;
	float: left;
}
.g_slider .slick-dots li button:before{
	font-size:15px!important;
}
.g_slider .slick-dots{
	bottom: -30px!important;
}
.g_slider .slick-dots li{
	width: auto;
}
.g_slider.l_slider{
	width:100%;
	float: none;
}
.guide_box{
	overflow:hidden;
}
.guide_box_left{
	width:100%;
	float: none;
}
.guide_box_right{
	width:100%;
	float: none;
}
.guide_box img{
	width: 100%;
	height: auto;
}
.table_guide{
	width: 100%;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
.table_guide02{
	width:100%!important;
}
.table_guide th{
	background: #FFE8CA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: normal;
	font-size: 16px;
	padding: 5px 10px 2px;
}
.table_guide td{
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-size: 16px;
	padding: 5px 10px 2px;
}

.table_guide.small{
	width: 100%;
	border-top: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
}
.table_guide.small th{
	background: #FFE8CA;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-weight: normal;
	font-size: 15px;
	padding: 5px 5px 2px;
	text-align: center;
	vertical-align: middle;
}
.table_guide.small td{
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	font-size: 15px;
	padding: 5px 5px 2px;
	text-align: center;	
	vertical-align: middle;	
}

.rental .sc_wrap{
	overflow-x: auto;
	overflow-y: hidden;
	width: calc(100% + 20px);
	margin:0 -20px 0 0;
	padding:2px 20px 2px 0;
	box-sizing: border-box;
	overscroll-behavior-y:none;
}
.rental .sc_wrap table{
	width: 900px;
}


.caution_wrap{
	border: 1px solid #AAAAAA;
	padding: 25px;
	margin: 40px 0 0 0;
}
.caution_wrap dt{
	font-size: 20px;
	margin: 0 0 5px;
}
.caution_wrap dd{
	font-size: 16px;
}
.caution_wrap dd span{
	color: #FF8C00;
}
.contact_area{
	overflow: hidden;
	margin: 20px -15px 0 0;
	text-align: center;
}
.contact_area dl{
	width: 288px;
	height: 238px;
	border: 1px solid #FF8C00;
	margin: 0 15px 0 15px;
	display: inline-block;
	vertical-align: top;
}
.contact_area dt{
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #FF8C00;
	text-align: center;
	padding: 20px 0 15px;
}
.contact_area dt span{
	font-size: 30px;
}
.contact_area dt span i{
	color: #FF8C00;
	font-size: 32px;
	margin: 0 5px 0 0;
}
.contact_area dd{
	padding: 15px 19px 0;
	text-align: center;
}
.contact_area dd p{
	display: inline-block;
	text-align: left;
}
.contact_area dd .tel{
	font-size: 30px;
	font-weight: bold;
	color: #FF8C00;
	margin: 5px 0 0;
}
.btn_02{
	display: inline-block;
	background: url(../images/rental/btn_03.jpg) 0 0 no-repeat;
	color: #fff!important;
	width: 250px;
	height: 44px;
	font-size: 20px;
	text-align: center;
	padding: 22px 0 0 0;
	margin: 10px auto 0;
	text-decoration: none!important;
}
.btn_02:hover{
	text-decoration: none;
	opacity: 0.8;
}
.btn_03{
	display: inline-block;
	background: url(../images/rental/btn_04.jpg) 0 0 no-repeat;
	color: #fff!important;
	width: 250px;
	height: 44px;
	font-size: 20px;
	text-align: center;
	padding: 22px 0 0 0;
	margin: 14px auto 0;
	text-decoration: none!important;
}
.btn_03:hover{
	text-decoration: none;
	opacity: 0.8;
}
#page-top{
	display: none!important;
}
.f16{
    font-size:16px!important;
}
.room_list .right_box{
	width:308px;
	text-align: center;
}
.room_list .right_box .txt{
	font-size:14px;
}
.room_list .right_box02{
	width:308px;
	text-align: center;
}
.room_list .right_box02 .txt{
	font-size:14px;
}
.h3_bt{
	margin:-16px 0 25px 110px;
}
.f20{
	font-size:20px!important;
}
.btn04{
	display:block;
	width: 280px;
	height: 41px;
	background: url(../images/rental/btn_01.jpg) 0 0 no-repeat;
	background-size:cover;
	font-size: 22px;
	text-align: center;
	line-height:1.4;
	margin:0 auto;
	color: #fff!important;
	padding: 22px 0 12px 0;
	margin: 30px auto 0!important;
	font-weight: bold!important;
	font-family:'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','Meiryo','メイリオ','ＭＳ ゴシック', 'Lucida Grande', sans-serif;
	text-decoration: none!important;
	transition: 0.2s;
}
.btn04:hover{
	opacity: 0.8;
}
.a_txt01{
	font-size:18px!important;
	margin:5px 0 0 30px;
	text-indent: -1.4em;
	padding-left: 1.4em;
}
.v_txt01{
	font-size:18px!important;
	margin:5px 0 0 30px;
}

.num_list{
	list-style:none;
	margin:0 0 10px 0;
}
.num_list li{
	font-size:16px;
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.map_wrap{
    position: relative;
    width: 100%;
    padding-top:100%;
    height: 0;
}
.map_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}