@charset "utf-8";

/*-----------------------------
	　全体・共通部分
------------------------------*/
body,header,div,ul,dl,dd,p {
	padding: 0;
	margin: 0;	
}
li {
	list-style-type: none;	
}
a:link {
	color: #E754A8;
	text-decoration: none;
}
a:visited {
    color: #E754A8;
    text-decoration: none;
}
a:hover {
    color: #E754A8;
    text-decoration: underline;
}
a:active {
    color: #E754A8;
    text-decoration: none;
}


/* webフォント */
@font-face {
  src: url("../font/ipaexm.eot?") format('eot'),
       url("../font/ipaexm.woff") format('woff');
}

body {
	color: #FFF;
	background-color: #000100;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'myFont',"HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.wrapper {
	background-image:url(../images/common/content_back.jpg);	
}

img {
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

/* float　クリア設定 */
.clear:after{
	content: "";
	clear: both;
	display: block;
}

/*-----------------------------
	　　ヘッダー
------------------------------*/
header {
	background-image: url("../images/common/header_back.jpg");
	background-repeat: repeat-x;
	height: 55px;
}

.header_logo {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 13px;
	left: 310px;
	z-index: 999;
}

/*------------------------------------------
	　　グローバルナビゲーション
--------------------------------------------*/
nav {
	/* グラデーション設定 */	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fffdea+0,fff7c0+55,f3e29f+75,c5b178+100 */
	c #fffdea; /* Old browsers */
	background: -moz-linear-gradient(top,  #fffdea 0%, #fff7c0 55%, #f3e29f 75%, #c5b178 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fffdea 0%,#fff7c0 55%,#f3e29f 75%,#c5b178 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fffdea 0%,#fff7c0 55%,#f3e29f 75%,#c5b178 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdea', endColorstr='#f8eaa7',GradientType=0 ); /* IE6-9 */
}

.nav_line {
	width: 100%;
	display: block;
	height: 4px;
	background-image: url("../images/common/gold_line.jpg");
	background-repeat: repeat-x;	
}

.line_bottom {
	clear: both;	
}

/*　ナビ位置など */
nav .nav_menu {
	height: 48px;
	margin-left: 575px;
	padding-right: 20px;
}

nav .nav_menu li {
	float: left;
	width: 150px;			
}

/* お問い合わせボタン　ページ読み込み時に少し見えてしまうので非表示にしておく。 */
.contact_pc,.contact_sp {
	display: none;		
}

nav .nav_menu li a {
	display: block;
	height: 48px;
	width: 150px;
}

nav .nav_menu li a span {
	display: block;
	/* テキスト非表示処理 */
    /*高さ0*/
    height: 0;
 
    /*指定するはずの高さ分領域確保*/
    padding-top: 48px;
 
    /*領域外へ押し出したテキストを隠す*/
    overflow: hidden;
}

.navbtn_home {
	background-image: url("../images/common/nav_btn2.png");
	background-position: 0px 0px; 	
}

.navbtn_system {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -150px 0px; 
}

.navbtn_room {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -300px 0px;	
}

.navbtn_access {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -450px 0px; 			
}

.navbtn_recruit {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -600px 0px; 	
}

.navbtn_contact {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -750px 0px; 	
}

.nav_deco {
	background-image: url("../images/common/nav_deco.png");
	background-repeat: repeat-x;
	display: block;
	height: 14px;
	position: relative;
	z-index: 998;
}

/* スマホのメニューボタン押した際の表示切替用 css */
.nav_deco_none {
	display: block;
	height: 14px;
}

/* スマホ用アコーディオンメニュー設定 */
#accordion {
	display: none;
	margin: 0;
	padding: 0;
}

#accordion > .sp_button {
    cursor:pointer;
	float: right;
	position: relative;
	top: -50px;
	z-index: 1000;
	height: 50px;
}

#accordion > .sp_button_sp {
    cursor:pointer;
	float: right;
	position: relative;
	top: -50px;
	z-index: 1000;
	height: 50px;
}

#accordion > .sp_button_hover {
    cursor:pointer;
	float: right;
	position: relative;
	top: -50px;
	z-index: 1000;
	height: 50px;
	display: none;	
}

#accordion div {
	position:absolute;
	top: 98px;
	z-index: 997;
	left: 0;
	width: 100%;
    display:none;
}
	
/* スマホ用ナビボタン部分　*/
.nav_deco_sp {
	width: 100%;
	display: block;
	height: 14px;
	background-image: url("../images/common/nav_deco.png");
	background-repeat: repeat-x;
	position: relative;
}
	
nav div .nav_menu_sp {
	padding-top: 40px;
	/*　グラデ　*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#383121+0,15130c+100&0.9+1,0.9+100 */
	background: -moz-linear-gradient(top,  rgba(56,49,33,0.9) 0%, rgba(56,49,33,0.9) 1%, rgba(21,19,12,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(56,49,33,0.9) 0%,rgba(56,49,33,0.9) 1%,rgba(21,19,12,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(56,49,33,0.9) 0%,rgba(56,49,33,0.9) 1%,rgba(21,19,12,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6383121', endColorstr='#e615130c',GradientType=0 ); /* IE6-9 */
}

nav div .nav_menu_sp > li {
	font-size: 1.1em;
	font-weight: bold; 
	letter-spacing: 0.1em;
	text-align: center;
	width: 42%;
	float: left;
	margin-top: 4%;
    line-height: 105%;
	/* グラデ */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e7e7e7+20,d3d3d3+95,8a8989+100 */
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(231,231,231,1) 20%, rgba(211,211,211,1) 95%, rgba(138,137,137,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 20%,rgba(211,211,211,1) 95%,rgba(138,137,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(231,231,231,1) 20%,rgba(211,211,211,1) 95%,rgba(138,137,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8a8989',GradientType=0 ); /* IE6-9 */
/* IE8-9 */  
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#8a8989', GradientType=0)";

}

nav div .nav_menu_sp li a {
	width: 100%;
	height: 100%;
	display: block;
	color: #000000;
	text-decoration: none;
	padding-top: 12px;
	padding-bottom: 10px;
}

nav div .nav_menu_sp li span {
	color: #8a6e3e;
	letter-spacing: 0.05em;
	font-size: 0.75em;
}

.nav_menu_sp_line1 {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #3b3521;	
}

.nav_menu_sp_line2 {
	display: block;
	height: 6px;
	width: 100%;
	background-image: url(../images/common/nav_sp_line.png);
	background-repeat: repeat-x;
}

.dummy_line {
	display: none;
	height: 35px;
}

.sp_navbtn_contac,.sp_navbtn_recruit {
	margin-bottom: 50px;	
}

.two_rows_btn_left {
	margin-left: 6%;
	margin-right: 4%;	
}

.two_rows_btn_right {
	margin-right: 6%;	
}

/* PCタブレット用ホバー設定　*/
nav .navbtn_home a:hover {
	background-image: url("../images/common/nav_btn2.png");
	background-position: 0px -48px; 
}

nav .navbtn_system a:hover {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -150px -48px; 
}

.navbtn_room a:hover {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -300px -48px;	
}

.navbtn_access a:hover {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -450px -48px; 			
}

.navbtn_recruit a:hover {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -600px -48px; 	
}

.navbtn_contact a:hover {
	background-image: url("../images/common/nav_btn2.png");
	background-position: -750px -48px; 	
}

/* スマホ用ホバー設定 */
.nav_menu_sp li:hover  {
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/*-----------------------------
	　　フッター
------------------------------*/
footer {
	color: #FFF;
	background-image: url(../images/common/footer_back.jpg);
	background-repeat: repeat-x;
	height: 115px;
}

.footer_out {
	max-width: 1200px;	
	margin: 0 auto;
	padding: 0px 10px;
}

footer .footer_logo {
	padding-top: 41px;
	float: left;
	padding-left: 5%;
	width: 25%;
}

footer address {
	width: 55%;
	float: left;
	padding: 4.8% 10% 0px 5%;
	font-size: 0.95em;
	font-style: normal;
}

footer .copyright {
	padding: 22px 20px 5px 20px;
    font-size: 0.85em;
	text-align: right;
	clear: both;
}

/*------------------------------------------
	　　トップページコンテンツ
-------------------------------------------*/
.slide_white {
	max-width: 1200px;
	max-height: 741px;
	z-index: 994;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
}

.slide_text {
	max-width: 1200px;
	max-height: 741px;
	z-index: 993;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* IE8対策用 */
	clear: both;
}

.slide_out {
	position: relative;
	/* 背景影 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+10,000000+100&0+10,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */	
}

.slide {
	margin: -14px auto 0px;		/* ナビのデコレーション分上にマイナス */
	max-width: 1200px;
	position: relative;
}

/* スライド画像読み込み時のローダーを非表示 */
.camera_loader {
	display: none;
}

#slide01 ul li {
	overflow: hidden;
	list-style-type: none;
}

/* トップインフォ */
.info_out1 {
	/* シャドウ */
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.80);	
}

.info_line_top {
	display: block;
	height: 4px;
	background-image: url("../images/common/gold_line.jpg");
	background-repeat: repeat-x;			
}

.info_line_bottom {
	clear: both;
	display: block;
	height: 1px;
	background-color: #faecc0;
}


.info {
	/* グラデーション */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#232019+0,454033+50,322e25+100 */
	background: #232019; /* Old browsers */
	background: -moz-linear-gradient(top,  #232019 0%, #454033 50%, #322e25 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #232019 0%,#454033 50%,#322e25 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #232019 0%,#454033 50%,#322e25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232019', endColorstr='#322e25',GradientType=0 ); /* IE6-9 */
}

.info_out2 {
	padding: 11px 20px 11px 10%;
	max-width: 1200px;
	margin: 0 auto;
}

.info_img {
	float: left;
	padding: 0px;
	margin: 0px;	
}

.info .bar_line {
	display: block;
	float: left;
	margin-top: 4px;
	margin-left: 19px;
	width: 1px;
	height: 21px;
	background-color: #FFF;
}

.info .info_text {
	position: relative;
	display: block;
	overflow: auto;
	color: #FFF;
	float: left;
	margin-top: 2px;
	margin-left: 19px;
}

/* 新着情報部分にリンクを入れた場合の表示方法 */
.info .info_text a:link {
	color: #fff;	
}

.info .info_text a:visited {
	color: #bfb291;
}

/*IE8用 文字を少し下げる*/
.info .info_text {
  padding-top: 0.4%\9;;
}

/*IE9用 文字を少し下げる*/
:root .info .info_text {
  padding-top: 0.4%\0/;
}

/* IE11と10用 文字を少し下げる*/
@media all and (-ms-high-contrast:none){
 .info .info_text { marign-top: 0.3%; } /* IE11と10 */
}

/* 休業のお知らせ */
#pop-up-news {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    max-width: 900px;
    width: 70%;
    z-index: 1100;
    background: url("../images/index/news-back-black.png");
    color: #ffffff;
}

#pop-up-news div {
    display: none;
    position: relative;
    padding: 40px;
    background: url("../images/index/back-rose.png") bottom 30px right 30px no-repeat;
}

#pop-up-news div span {
    display: block;
    font-size: 1.2em;
    text-align: right;
}

#news-close {
    cursor: pointer;
    max-width: 36px;
    position: absolute;
    right: -16px;
    top: -16px;
}

/*----------------------------------------------------------
	　　各ページ共通（トップ除く）コンテンツ
-----------------------------------------------------------*/
.contents_out {
	/* 背景影 */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+10,000000+100&0+10,0.8+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */	
}

.page_wrapper {
	padding: 0px 4% 5%;
	margin: 0 auto;
	max-width: 1200px;
}

.page_title {
	color: #FFF;
	text-align: center;
	font-size: 2.2em;	
	margin:  0px auto 0px;
	padding: 50px 0 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

body .page_title_en {
	display: block;
	height: 42px;
}

body .page_title_jp {
	font-size: 0.5em;
	letter-spacing: 0em;
	display: block;
	margin: 0px auto 0;
	font-weight: 400;
	padding: 0px;
}

/*------------------------------------------
	　	システムページコンテンツ
-------------------------------------------*/
.system_out {
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#75000000,EndColorStr=#75000000); /* IE8用 */
	width:100%;
	height:100%;
	border-left:3px solid #b7aa7d;
	border-right:3px solid #b7aa7d;
	margin-bottom: 4%;
}

/*IE8用 文字行間を調節 */
.system_out {
  line-height: 1.5em\9;
}


/*IE9用 文字行間を調節 */
:root .system_out {
  line-height: 1.5em\0/;
}

/* グラデライン */
.system_out:before,.system_out:after {
	content:"";
	display:block;
	height:3px;
	width:100%;
	/*グラデ*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9a8f69+0,f3edbe+100 */
	background: rgb(154,143,105); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(154,143,105,1) 0%, rgba(243,237,190,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(154,143,105,1) 0%,rgba(243,237,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(154,143,105,1) 0%,rgba(243,237,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a8f69', endColorstr='#f3edbe',GradientType=0 ); /* IE6-9 */
}

.system_out_inside {
	position: relative;
	width:auto;
	height:100%;
	border-left:1px solid #b7aa7d;
	border-right:1px solid #b7aa7d;
	margin: 4px;
}

/* グラデライン */
.system_out_inside:before,.system_out_inside:after {
	content:"";
	display:block;
	height:1px;
	width:100%;
	/*グラデ*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9a8f69+0,f3edbe+100 */
	background: rgb(154,143,105); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(154,143,105,1) 0%, rgba(243,237,190,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(154,143,105,1) 0%,rgba(243,237,190,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(154,143,105,1) 0%,rgba(243,237,190,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a8f69', endColorstr='#f3edbe',GradientType=0 ); /* IE6-9 */	
}

.system_deco1 {
	position: absolute;
	top: 4px;
	left: 4px;	
}

.system_deco2 {
	position: absolute;
	top: 4px;
	right: 4px;
}

.system_deco3 {
	position: absolute;
	bottom: 4px;
	right: 4px;
}

.system_deco4 {
	position: absolute;
	bottom: 4px;
	left: 4px;
}

.system_contens {
	color: #FFF;
	padding: 70px;
}

.system_contens p {
	float: left;
}

.system_contens_left {
	width: 37%;
	margin-left: 6%;
}

.system_contens_right {
	padding-left: 4%;
	width: 51%;
}

.system_font_big {
	font-size: 1.4em;	
}

/*------------------------------------------
	　	RECRUIT
-------------------------------------------*/
#recruit_top {
	max-width: 750px;
	max-height: 300px;
	margin: 0 auto;
	text-align: center;
	z-index: 993;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* IE8対策用 */
	clear: both;
	background-color: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#75000000,EndColorStr=#75000000); /* IE8用 */
}
.recruit_top_title {
	color: #FD61A6;
	font-size: 2.5em;
	padding: 40px 0;
}

.recruit_page_title {
	color: #FD61A6;
	text-align: center;
	font-size: 2.2em;	
	margin:  0px auto 0px;
	padding: 50px 0 20px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.recruit_contens {
	color: #FFF;
	padding: 70px;
}
.recruit_contens p {
	margin-bottom: .7em;
}
.font_cap {
	margin-top: .5em;
	font-size: 1.2em;
	color: #FD61A6;
}
.font_01 {
	font-size: 1.3em;
	color: #FEB1D3;
}
.font_02 {
	margin-top: .5em;
	color: #FEB1D3;
}

.frame01 {
	padding: 20px;
	margin-bottom: 1em;
	overflow: hidden;
	_zoom: 1;
}
.pad01 {
	padding-top: 3em;
}

.faq-q {
	background:url(../images/recruit/q.png) no-repeat left;
	background-size: 35px;
	padding: 10px 10px 10px 50px;
	font-size: 20px;
	font-weight: bold;
	color: #FEB1D3;
}
.faq-a {
	background:url(../images/recruit/a.png) no-repeat left 10px;
	background-size: 35px;
	padding: 10px 10px 0px 50px;
	font-size: 17px;
	line-height: 1.5;
	min-height: 45px;
}

.Tbox_tb {
 width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.Tbox_tb th {
	width: 7em;
	padding: 1em;
	line-height: 1.6em;
	vertical-align: top;
	text-align: left;
	font-weight:bold;
	color:#faebc0;
	border: #faebc0 solid;
	border-width: 0 0 1px 0;
}
.Tbox_tb td {
	padding: 1em;
	line-height: 1.6em;
	text-align: left;
	border: #faebc0 solid;
	border-width: 0 0 1px 0;
}

.c2box li {
 width: 48%;
 margin-bottom: 2em;
 float: left;
 text-align: left;
	background-color:#000;
}
.c2box li:nth-child(2n) {
 float: right;
}

.c3box li {
 width: 31.3% ;
	margin-right: 3%;
 margin-bottom: 2em;
 float: left;
 text-align: left;
}
.c3box li:nth-child(3n) {
	margin-right: 0;
}
.c3box:after {
  display: table;
  clear: both;
  content: '';
}


/* 応募ボタン */
#float_banner {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 50;
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#75000000,EndColorStr=#75000000); /* IE8用 */
}
#float_banner ul {
	width: 550px;
	margin: 0px auto;
}
#float_banner li {
	float: left;
	text-align: center;
	font-size: 12px;
}
#float_banner li img {
	padding: 10px 5px;
}




/*------------------------------------------
	　　ルームページコンテンツ
-------------------------------------------*/

article .room_title {
	text-align: left;
	margin:  0px;
	color: #FFF;
	padding: 3px 0px 3px 0px;
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#75000000,EndColorStr=#75000000); /* IE8用 */
}

/* 追記　160630 ここから */
.room_title_small {
	font-size: 60%;
}
/* 追記　160630 ここまで*/

/* lineのspanにインデントが入るためindent用span */
.room_title_indent {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	text-indent: 1.5em;
}

/* IE11と10用 文字を真ん中に調整 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .room_title_indent  { padding-top: 9px; } /* IE11&10 */
}

.room_title_line {
	display: block;
	height: 1px;
	width: 100%;
	background-color: #c2ba91;	
}

/* 写真ギャラリー　*/
.room_photo_out {
	padding-top: 2%;
	padding-bottom: 2%;	
}

.room_photo_out li {
	float: left;
	width: 32%;
}

.three_rows_room_photo {
	padding-right: 2%;	
}

/* 追記　VR360度埋め込み */

.iframe-photosphere-main {
    margin-bottom: 31px;
}

/*------------------------------------------
	　　アクセスページコンテンツ
-------------------------------------------*/
.shop_map_out {
	padding-bottom: 2%;
	width: 100%;
}

.shop_map_out p {
	float: left;
}

.shop_map_out p img {
	width: 100%;	
}

.access_map {
	width: 55%;
}

.shop_map_out .acess_shop_img {
	width: 43%;
	padding-left: 2%;
}

.google_link {
	margin-top: 5px;
	display: block;
	text-align: center;	
}

.google_link a:link {
	color: #fff;	
}

.google_link a:visited {
	color: #958c6c;	
}

.access_adress_out {
	margin-bottom: 4%;
	background-color: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#75000000,EndColorStr=#75000000); /* IE8用 */
	padding: 10px;
	border: solid 1px #958c6c;
}

/*IE8用 文字行間を調節 */
.access_adress_out {
  line-height: 1.5em\9;
}

/*IE9用 文字行間を調節 */
:root .access_adress_out {
  line-height: 1.5em\0/;
}

.access_adress_out li {
	color: #FFF;
	float: left;	
}

.access__info1 {
	margin-top: 1.1%;
	margin-left: 7%;	
}

.access__info2 {
	margin-top: 1.1%;
	margin-left: 7%;
	padding-right: 7%;	
}

.access_adress_out .access_flower {
	float: right;	
}

/*------------------------------------------------------------------------------
	　お問い合わせページコンテンツ（他部分システムページと共通タグ使用）
-------------------------------------------------------------------------------*/
.contact_contents {
	margin-left: 20%;		
}
	
/*-----------------------------
  レスポンシブ @media screen
------------------------------*/
@media screen and (max-width:1820px) {
	/* ロゴ位置調節 */
	.header_logo {
		left: 235px;
	}
	
	/*　ナビ位置調節　*/
	nav .nav_menu {
		margin-left: 500px;
	}
}

@media screen and (max-width:1630px) {
	/* ロゴ位置調節 */
	.header_logo {
		left: 175px;
	}
	
	/*　ナビ位置調節　*/
	nav .nav_menu {
		margin-left: 440px;
	}
}

@media screen and (max-width:1530px) {
	/* ロゴ位置調節 */
	.header_logo {
		left: 135px;
	}
	
	/*　ナビ位置調節　*/
	nav .nav_menu {
		margin-left: 400px;
	}
}

@media screen and (max-width:1430px) {
	/* ロゴ位置調節 */
	.header_logo {
		left: 75px;
	}
	
	/*　ナビ位置調節　*/
	nav .nav_menu {
		margin-left: 340px;
	}
}

@media screen and (max-width:1350px) {
	/* ロゴ位置調節 */
	.header_logo {
		left: 35px;
	}
	
	/*　ナビ位置調節　*/
	nav .nav_menu {
		margin-left: 290px;
	}
}

@media screen and (max-width:1150px) {
	/* お問い合わせページ　文字調整 */
	.contact_contents {
		margin-left: 15%;		
	}
}

@media screen and (max-width:1080px) {
	/* システムページ　文字調整 */
	.system_contens_left {
		width: 43%;
		margin-left: 0%;
	}
}

@media screen and (max-width:986px) {
/* アクセスページ　住所文字部分 */

	.access__info1 {
		margin-top: 2.5%;
		line-height: 1.8em;	
	}

	.access__info2 {
		margin-top: auto;
		line-height: 1.8em;	
	}

	.access_bold {
		font-weight: bold;	
	}
	
	.access_spacing1 {
		letter-spacing: 2em;	
	}
	.access_spacing2 {
		letter-spacing: 1em;	
	}
	/* お問い合わせページ　文字調整 */
	.contact_contents {
		margin-left: 10%;		
	}
}

@media screen and (max-width:880px) {
	footer address .address1 {
		display: block;	
	}
	
	footer address .address_tel {
		display: block;	
	}
	
	/* システムページ　文字調整 */
	.system_contens {
		padding: 40px;
		text-align: center;
	}

	.system_contens_left {
		width: 100%;
		margin-left: 0%;
	}

	.system_contens_right {
		padding-left: 0%;
		width: 100%;
		margin-left: 4%;
		padding-top: 1.2em;
	}
	
	.system_font_big {
		font-size: 1.2em;
	}

/* お問い合わせページ　文字調整 */
	.contact_contents {
		width: 100%;
		margin-left: 0%;		
	}
}

@media screen and (max-width:780px) {
	/* ロゴ位置調節 */
	.header_logo {
		top: 8px;
		left: 15px;
	}
	
	/*　ナビ位置調節　*/
	
	nav .nav_menu {
		display: none;
	}
	
	nav {
		height: 43px;	
	}
	
	#accordion,.dummy_line {
		display: block;
	}
	
	
	/*------------------------------------------
	　	RECRUIT
-------------------------------------------*/
#recruit_top {
	max-width: 500px;
	max-height: 150px;
	margin: 0 auto;
	text-align: center;
	z-index: 993;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	/* IE8対策用 */
	clear: both;
	background-color: rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#75000000,EndColorStr=#75000000); /* IE8用 */
}
.recruit_top_title {
	color: #FD61A6;
	font-size: 1.6em;
	padding: 10px 0;
}
#recruit_top p {
	font-size: .7em;
	line-height: 1.4;
}

.recruit_page_title {
	color: #FD61A6;
	text-align: center;
	font-size: 1.5em;	
	margin:  0px auto 0px;
	padding: 20px 0 10px;
	font-weight: 400;
	letter-spacing: 0em;
}
.recruit_contens > .system_font_big {
	font-size: 1.2em;
	}
	
.recruit_contens {
	color: #FFF;
	font-size: 0.75em;
	padding: 25px;
}
.recruit_contens p {
	margin-bottom: .7em;
}
.font_cap {
	margin-top: .5em;
	font-size: 1.5em;
	color: #FD61A6;
}

.frame01 {
	padding: 0px;
	margin-bottom: 1em;
	overflow: hidden;
	_zoom: 1;
}
.pad01 {
	padding-top: 3em;
}

.faq-q {
	background:url(../images/recruit/q.png) no-repeat left;
	background-size: 20px;
	padding: 0px 0px 0px 25px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6;
}
.faq-a {
	background:url(../images/recruit/a.png) no-repeat left 10px;
	background-size: 20px;
	padding: 10px 10px 0px 25px;
	font-size: 1em;
	line-height: 1.5;
	min-height: 45px;
}

.Tbox_tb {
 width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.Tbox_tb th {
	width: 4em;
	padding: .5em;
	line-height: 1.6em;
	vertical-align: top;
	text-align: left;
	font-weight:bold;
	color:#faebc0;
	border: #faebc0 solid;
	border-width: 0 0 1px 0;
}
.Tbox_tb td {
	padding: .5em;
	line-height: 1.6em;
	text-align: left;
	border: #faebc0 solid;
	border-width: 0 0 1px 0;
}

.c2box li {
 width: 48%;
 margin-bottom: 2em;
 float: left;
 text-align: left;
	background-color:#000;
}
.c2box li:nth-child(2n) {
 float: right;
}

.c3box li {
 width: 100%;
	margin-right: 3%;
 margin-bottom: 2em;
 float: none;
 text-align: left;
}
.c3box li:nth-child(3n) {
	margin-right: 0;
}
.c3box:after {
  display: table;
  clear: both;
  content: '';
}


/* 応募ボタン */
#float_banner {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	text-align: center;
	z-index: 50;
	background-color: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#75000000,EndColorStr=#75000000); /* IE8用 */
}
#float_banner ul {
	width: 100%;
	margin: 0px auto;
}
#float_banner li {
	width: 49.5%;
	float: left;
	text-align: center;
	font-size: 12px;
}
#float_banner li img {
	padding: 2px;
	max-width: 100%;
}


}

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

    /* TOP休業のお知らせ */
    #pop-up-news {
    position: fixed;
    top: 35%;
    left: 50%;
    font-size: 80%;
    width: 90%;
}

    #pop-up-news div {
        background: url("../images/index/back-rose.png") bottom 20px right 20px no-repeat;
        background-size: 180px auto;
    }
}

@media screen and (max-width:720px) {
	.page_title {
		padding-top: 40px;
	}
	
	footer address {
		text-align: center;
		padding: 0px;
		margin: 10px 0px 0px 0px;
		width: 100%;
	}
	
	/* トップページ　info */
	.info_out2 {
		padding: 10px;
		margin: 0px;
	}
	
	.info_img {
		width: 100%;
		text-align: center;	
	}
	
	.info .bar_line {
		display: none;	
	}
	
	.info .info_text {
		width: 100%;
		text-align: center;	
		margin: 10px 0px 0px 0px;
	}
}

@media screen and (max-width:600px) {
	footer .footer_logo {
		padding: 0;
		margin: 20px 0px 0px 0px;
		width: 100%;
	}

	footer .copyright {
		padding: 22px 0px 5px 0px;
	}
    
    /* TOP休業のお知らせ */

    #pop-up-news {
        font-size: 55%;
    }

    #pop-up-news div {
        padding: 20px;
    }

    #news-close {
        cursor: pointer;
        max-width: 28px;
        position: absolute;
        right: -12px;
        top: -12px;
    }
}

@media screen and (max-width:580px) {
	/*　ヘッダー部分　*/
	header {
		height: 35px;
	}
	
	/* ロゴ位置大きさ調節 */
	.header_logo {
		top: 9px;
		left: 5px;
		/* ie8用 css */
		top: 8px\9;
		left: 5px\9;
	}	
	
	.header_logo img {
		width: 70%; 
		/* ie8用 css */
		width: auto\9;
		top: 8px\9;
		left: 15px\9;
	}
	
	.recruit_br {
		display: block;	
	}
	
	/* アコーディオンメニュー部分 */
	#accordion div {
		top: 78px;
	}
	
	nav div .nav_menu_sp > li {
		width: 44%;
	}

	.two_rows_btn_left {
		margin-left: 4%;	
	}

	.two_rows_btn_right {
		margin-right: 4%;	
	}
	
	nav div .nav_menu_sp li span {
		color: #8a6e3e;
		letter-spacing: 0.05em;
		font-size: 0.65em;
	}	
	/*　フッター部分 */
	footer .footer_logo img {
		width: 25%;
	}
	
	footer address {
		font-size: 0.79em;
	}

	footer .copyright {
   		font-size: 0.65em;
	}
	
	/* スマホ用ボタン調整 */
	.sp_button img {
		width: 80%;
		/* ie8用 css */
		width: auto\9;	
	}
	
	.sp_button_sp img {
		width: 80%;
		/* ie8用 css */
		width: auto\9;	
	}
	
	.sp_button_hover img {
		width: 80%;
		/* ie8用 css */
		width: auto\9;			
	}
	
	/* システムページ　文字調整 */
	.system_contens {
		font-size: 0.75em;
		padding: 30px;
	}
	
	.system_contens > .system_font_big {
	font-size: 1.2em;
	}
	
	/* システム・お問い合わせページ　デコレーション部分調整 */
	.system_out img {
		width: 60%;	
	}

	.system_deco2 {
		right: -24px;
	}

	.system_deco3 {
		right: -24px;
	}
	
	/* roomページ　photo部分 */
	/* lineのspanにインデントが入るためindent用span */

	.room_title_indent {
		text-indent: 0em;
		text-align: center;
	}	

	.room_photo_out {
		padding-top: 4%;
		padding-bottom: 4%;	
	}

	.room_photo_out li {
		float: none;
		width: 100%;
	}

	.three_rows_room_photo {
		padding-right: 0%;	
	}	
	.one_rows_room_photo {
		padding-bottom: 4%;
	}
	
	/* アクセスページ　地図写真部分 */
	.shop_map_out {
		padding-bottom: 4%;
	}
	
	.access_map {
		width: 100%;		
	}
	
	.shop_map_out .acess_shop_img {
		width: 100%;
		padding-left: 0%;
		margin-top: 4%;	
	}	
	.access__info1 {
		margin-top: 6%;	
	}
}


@media screen and (max-width:330px) {
    /* TOP休業のお知らせ */
    #pop-up-news {
        width: 91%;
        font-size: 45%;
    }
}
