@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */

/*------------------------index.html------------------------*/


.enter-cont{
    text-align: center;
    background: url("../images/bg_index.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding-bottom: 200px;
}
.enter-cont .img{
    padding: 90px 0 0;
}
.enter-cont .enter-banner{
    margin: 50px 0 60px;
}
.enter-cont .txt01{
    font-size: 12px;
    line-height: 2;
    color: #000;
}

.enterlink{
    margin-top: 40px;
    text-align: center;
}
.enterlink span{
    margin: 0 20px 0 20px;
}

.rule-box{
    margin-top: 40px;
    text-align: center;
}
.rule-box .rule{
    display: inline-block;
    font-size: 12px;
    text-align: left;
    line-height: 2;
    color: #000;
}
.rule-box .rule span{
    display: block;
    margin-top: 20px;
}

.quick-contact {
	display: none;

}

/*------------------------index.php------------------------*/

.top .event .img img{
    width: 100%;
}

.event_sp {
	display: none;
}


.top .news{
    margin-top: 20px;
}
.topics_box .accordion_box {
	margin-bottom: 20px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 0 0 4px rgba(0, 0, 0, .2);
	margin-top: 10px;
	height: 400px;
}

.topics_box article {
    text-align: left;
}

.topics_box article h3 {
    font-size: 14px;
    line-height: 35px;
    overflow: hidden;

    height: 35px;
    padding: 5px 25px 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e9e9e9;
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
}

.topics_box article h3 time {
    font-size: 10px;
    line-height: 20px;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    font-size: 12px;
    font-weight: normal;
    padding: 0 8px;
    text-align: center;
    vertical-align: text-bottom;
    color: #fff;
    border-radius: 2px;
    background: #849f2c;
}

.topics_box article h3 time:not(:target) {
    line-height: 20px\9;
}

:root .topics_box article h3 time {
    line-height: 20px\9;
}

.topics_box article h3+div {
    padding: 15px;
    color: #000;
}

/* 新着情報 開閉 */
.topics_box .accordion_box article h3 {
    position: relative;
    cursor: pointer;
}

.topics_box .accordion_box article h3:after {
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 10px;
    display: inline-block;
    content: '>';
    color: #000;
}

.topics_box .accordion_box article h3.open:after {
    content: '';
}

.topics_box .accordion_box article h3+div {
    font-size: 14px;
    line-height: 2;
    border-bottom: 1px solid #e9e9e9;
}

.top .face{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .face .posbox .img{
    position: relative;
}

.face-slider .slick-slide{
    padding:0 2px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .face .posbox .des{
    padding: 10px 0;
    text-align: center;
}

.top .face .posbox .name{
    font-size: 14px;
    font-weight: bold;
}




.pick-up-box .swiper-container{
    width: 263px;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-up-box .swiper-container img{
    border: 1px solid #C1185B;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-up-box .swiper-container .des{
    background: #FAFAFA;
    border: 1px solid #ffbfd0;
}

.pick-up-box .swiper-container .name{
	font-size: 12px;
	color: #D72A3E;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.pick-up-box .swiper-container .size{
	text-align: center;
	font-size: 12px;
	color: #D72A3E;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}












.sp-pick-up-box .swiper-container{
    padding: 10px 0;
}

.sp-pick-up-box{
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-slide{
    padding:0 3px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-prev{
    width: 40px;
    height: 40px;
    background: url("../images/arrowL.png") no-repeat 0 0;
    left: 5px;
    z-index: 99;
}
.slider-top .slick-next{
    width: 40px;
    height: 40px;
    background: url("../images/arrowR.png") no-repeat 0 0;
    right: 5px;
    z-index: 99;
}

.slick-prev:before,
.slick-next:before{
    display: none;
}



/*------------------------schedule.php------------------------*/
.com-container{
    padding: 20px 20px 20px;
    background: rgba(255,255,255,0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*------------------------system.php------------------------*/
.system-box {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
}
.system-cont+.system-cont{
    margin-top: 30px;
}

.title01{
    font-size: 24px;
    color: #FFF;
    border-radius: 20px;
    text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.54);
    line-height: 40px;
    text-align: center;
    margin-bottom: 15px;
    background: #C2185B;
}
.system-cont table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 0;
}

.system-cont table dl{
    padding: 5px 0;
    display: table;
    width: 100%;
    color: #D72A3E;
    border-bottom: 1px solid #D72A3E;
}
.system-cont table dt{
    display: table-cell;
    font-size: 28px;
    font-style: italic;
}
.system-cont table dd{
    text-align: right;
    font-size: 40px;
    font-style: italic;
}
.system-cont table dd span{
    font-size: 25px;
}
.system-cont .box{
    margin-top: 15px;
    border: 1px solid #FE6D6D;
    color: #A27E71;
    padding: 20px 0;
    text-align: center;
    font-size: 18px;
}
.system-cont .box span{
    font-size: 20px;
    color: #D72A3E;
    font-weight: bold;
    margin: 0 10px;
}
.system-cont .boxtit{
    font-size: 26px;
    color: #9f7c54;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.system-cont .txt1{
    font-size: 20px;
    color: #9f7c54;
    font-weight: bold;
    margin: 0 10px;
}


/*スタッフ詳細ページの画像切り替え
---------------------------------------------------------------------------*/

/*各ボックスの設定*/
.list03 {
	height: auto;	/*ボックスの高さ*/
	width: 25%;	/*ボックスの幅*/
	border-radius: 8px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #EE7BB0;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #EE7BB0;			/*同上*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #FFF);	/*グラデーション*/
	background: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 1.5%;	/*ボックス内の余白*/
	float: left;
	border: 1px solid #CCC;
	position: relative;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 20px;
	margin-left: 2.9%;
}
/*ボックス内の段落タグ設定*/
.list03 p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
}
/*ボックス内のh4タグ設定*/
.list03 h4 {
	color: #8f5524;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8f5524;
}
/*ボックス内の写真*/
.list03 .staff_list img {
	margin-bottom: 10px;
	width: 100%;
}
/*ふきだしアイコンの位置*/
.list03 img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	border-radius: 2px;
	vertical-align: text-top;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.newicon01 {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	border-radius: 2px;
	vertical-align: text-top;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}



/*------------------------staff01.php------------------------*/
.staff01-img{
    width: 500px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-img .img{
    float: left;
    width: 410px;
    padding-right: 10px;
}
.staff01-img .img img{
    width: 100%;
	border-radius: 8px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px #EE7BB0;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #EE7BB0;			/*同上*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #FFF);	/*グラデーション*/
	background: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 4%;	/*ボックス内の余白*/

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist{
    float: right;
    width: 80px;
}
.imglist ul{
}
.imglist li+li{
    margin-top: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid #C2185B;
    cursor: pointer;
}

.staff01-des{
    float: left;
    width: 430px;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .ht03{
    background: #C2185B;
    color: #fff;
    font-size: 18px;
    text-align: left;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 23px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-des .name{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}
.staff01-des .size{
    font-size: 14px;
    color: #6c5a4d;
    padding-bottom: 15px;
    padding-left: 20px;
}
.comment-box{
    font-size: 16px;
    line-height: 2;
    padding: 10px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.des-schedule .box{
    margin: 10px 10px 0;
}
.des-schedule table{
    width: 100%;
    border: 1px solid #c1b07b;
}
.staff01-box .box01{
    margin-top: 30px;
}
.movie{
    float: left;
    width: 460px;
}
.movie-box{
    position: relative;
    margin: 10px 10px 0;
    border: 1px solid #c1b07b;
    padding: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.movie-box .img a{
    position: relative;
    display: block;
}
.movie-box .img a:before{
    background: url("../images/play.png") 0 0 no-repeat;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 65px;
    height: 65px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    content: '';
    z-index: 2;
    position: absolute;
}

.des-schedule{
    float: right;
    width: 460px;
}

.des-schedule table th{
    color: #c1b07b;
    background: #413c3c;
    width: 25%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #c1b07b;
}
.des-schedule td{
    font-size: 14px;
    width: 25%;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #c1b07b;
}








/*------------------------room------------------------*/

/*Roomページ
---------------------------------------------------------------------------*/
.list01 {
	width: 42%;		/*compactタイプの幅*/
	height: auto;	/*compactタイプの高さ*/
	float: left;	/*ボックスを左に回り込み*/
	margin-left: 5%;	/*ボックス間の余白*/
	border: 2px solid #D72A3E;
	margin-top: 2%;
	margin-bottom: 2%;
	text-align: center;
	color: #FFF;
	background-color: #C2185B;
	background-image: url(../images/menu_sp_bg.gif);
	background-repeat: repeat;
}

.list01 img {
	float: left;	/*画像を左へ回り込み（※横長タイプ用）*/
	width: auto;		/*写真の幅（※横長タイプ用）*/
    margin-bottom: 2%;

}

.list01 h4 {
	margin-bottom: 5px;
	font-size: 12px;
	color: #FFF;
}

.list01 p {
	margin-bottom: 10px;
}

.room_img {

}


/*------------------------access.php------------------------*/
.access-in{
    background: #fff;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.access-cont{
    border-radius: 3px;
    padding: 20px;
    background: #fff;
}
.access-cont .txt01{
    color: #000;
    font-size: 15px;
    line-height: 2;
}
.access-cont .acimg{
	width:300px;
	height:auto;
	text-align: center;
}

.map{
	padding: 1px;
	margin-top: 2%;
	margin-right: 5%;
	margin-bottom: 2%;
	margin-left: 5%;
	border: 1px dotted #D72A3E;
}
.access-in h4{
	text-align: center;
	font-size: 16px;
}


/*------------------------hotel.php------------------------*/

.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 10px 0;
}

.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #666;
}
.hotel-box table th{
    font-weight: bold;
    border: 1px solid #666;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #ab9355;
    background: #000;
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #666;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    color: #fff;
    background: #000;
}

/*------------------------recruit------------------------*/

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 90%;
	margin: 0 auto 20px;
	color: #000;
	font-size: 14px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #D72A3E;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #222;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: bold;
	background: #C2185B;	/*背景色*/
	font-size: 16px;
	color: #FFF;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}


.recruit-in{
}
.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #FE6D6D;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    background: #C2185B;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #FE6D6D;
    border-right: 1px solid #FE6D6D;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #000;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #C2185B;
    line-height: 2;
}
.recruit-box dd a{
    color: #000;
}


/*------------------------link.php------------------------*/

.link-box table{
    width: 100%;
    border: 1px solid #2c5800;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #2c5800;
}
.link-box table td{
    border: 1px solid #2c5800;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




@media screen and (max-width: 767px) {
    .enter-cont{
        padding-bottom: 100px;
    }
    .enter-cont .img{
        padding: 35px 0 0;
        text-align: center;
    }
    .enter-cont .enter-banner{
        margin: 30px 0 30px;
    }
    .enter-cont .img img{
        width: 90%;
    }
    .enter-cont .txt01{
        font-size: 12px;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .enterlink{
        margin-top: 25px;
        text-align: center;
    }
    .enterlink img{
        height: 40px;
    }
    .enterlink span{
        margin: 0 10px;
    }
    .rule-box{
        margin-top: 25px;
        text-align: center;
    }
    .rule{
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .top .event_sp .img01{
        margin-top: 10px;
    }
	.top .event_sp .img img{
    width: 100%;
}
	.event {
	display: none;
}

    .top .event_sp{
	display: block;
    }

	
    .top .news{
        margin-top: 10px;
    }
    .topics_box {
        margin-bottom: 20px;
    }

    .topics_box .accordion_box {
        margin-bottom: 15px;
        margin-top: 10px;
	    height: 250px;

    }
    .topics_box article h3 {
        font-size: 12px;
        line-height: 30px;
        overflow: hidden;
        height: 30px;
        padding: 5px 25px 5px 10px;
    }

    .topics_box article h3+div {
        padding: 10px;
    }
    .topics_box .accordion_box article h3:after {
        font-size: 14px;
    }

    .topics_box .accordion_box article h3+div {
        font-size: 12px;
    }

    .system-cont+.system-cont{
        margin-top: 15px;
    }
    .title01{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .system-cont table{
        display: block;
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }
    .system-cont table tr{
        display: block;
    }
    .system-cont table tbody{
        display: block;
    }
    .system-cont table td{
        display: block;
    }
    .system-cont table dt{
        font-size: 25px;
        padding-left: 15px;
    }
    .system-cont table dd{
        font-size: 32px;
        padding-right: 15px;
    }
    .system-cont table dd span{
        font-size: 20px;
    }
    .system-cont .box{
        margin-top: 10px;
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 16px;
    }
    .system-cont .box span{
        font-size: 20px;
    }
    .system-cont .boxtit{
        font-size: 22px;
        margin-bottom: 5px;
    }




/*------------------------staff.php------------------------*/





    .com-container{
        margin: 0;
        padding: 10px 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }






    .slider-for .slick-slide img{
        margin: 10px auto;
        max-height: 400px;
	-webkit-box-shadow: 0px 2px 5px #EE7BB0;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #EE7BB0;			/*同上*/
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #FFF);	/*グラデーション*/
	background: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 4%;	/*ボックス内の余白*/

    }
    .slider-nav .slick-slide{
        border: 1px solid #C2185B;
		padding: 0 0px !important;
        margin: 5px;
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        box-sizing: border-box!important;
    }
    .slick-next::before{
        content: '';
    }
    .slick-prev::before, .slick-next::before {
        display: none;
    }
    .staff01-des{
        float: none;
        width: 100%;
        padding: 10px 10px;
    }

    .movie{
        float: none;
        width: 100%;
    }
    .des-schedule{
        margin-top: 15px;
        float: none;
        width: 100%;
    }
    .movie-box .img a:before{
        width: 50px;
        height: 50px;
    }



    .room-box .room-in2 ul{
        margin: -10px 0 0 -10px;
    }
    .room-box .room-in2 li{
        float: center;
        width: 98%;
        padding-top: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .access-cont .acimg{
	width:80%;
	height:auto;
	text-align: center;
}
    .recruit-in{
        margin: 10px 10px 0;
    }
    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }

    .hotel-box .caption{
        font-size: 14px;
    }
    .hotel-box table th{
        padding: 3px 0 3px 5px;
        font-size: 12px;
    }
    .hotel-box table td{
        padding: 3px 0 3px 5px;
        font-size: 12px;
    }
    .link-in{
        margin: 10px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .link-box table td{
        padding: 30px 10px;
    }
	
	
	/*各ボックスの設定*/
.list03 {
	float: left;
	width: 39%;
	height: auto;
	margin: 10px;
	margin-bottom: 20px;
	padding: 2%;	/*ボックス内の余白*/
}


/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 90%;
	margin: 0 auto 20px;
	color: #000;
	font-size: 12px;
}

.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	font-size: 14px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
	font-size: 14px;

}



	
}



/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {
	
	/*Roomページ
---------------------------------------------------------------------------*/
.list01 {
	width: 89%;		/*compactタイプの幅*/
}


}