@charset "UTF-8";

/* 2026.03 更新 */

/* --------------------　システム関連　-------------------------------------------------- */


/* -------------------------------------------------------------
　よくあるご質問一覧
------------------------------------------------------------- */

/* タイトル
------------------------------------------------------------- */

/* brand_common.css（タイトル）に記載
下記は各調整 */

#faq #page_title {
	margin: 90px 0 40px;
	background: url(/img/inq/h1_bg.jpg) 49% top no-repeat;
	background-size: auto 275px;
}



/* 補足説明
------------------------------------------------------------- */
#faq .attention {
	font-size: 12px;
	text-align: center;
	line-height: 1.7;
	margin:0 0 30px;
}



/* セレクト
------------------------------------------------------------- */

#faq #selectBl {
	margin: 0 0 40px;
}

#faq #selectBl #hSelect ul {
	margin: 0 17px;
}

#faq #selectBl #hSelect ul li:nth-child(1) {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	padding: 8px 10px;
	background: #1D2B30;
	border: 1px solid #1D2B30;
	border-radius: 10px 10px 0 0;
}

#faq #selectBl #hSelect ul li:nth-child(2) {
	border-left: 1px solid #1D2B30;
	border-right: 1px solid #1D2B30;
	border-bottom: 1px solid #1D2B30;
	border-radius: 0 0 10px 10px;
}

#faq #selectBl #hSelect ul li select::-ms-expand { display: none; }

#faq #selectBl #hSelect ul li select {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 12px 10px;
	background: url(/img/common/mk_arrow_down.svg) 96% 52% no-repeat;
	cursor: pointer;
}



/* アコーディオン
------------------------------------------------------------- */

#faq #faqList {
	margin: 0 0 30px;
}

#faq #faqList h2 {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.7;
	margin: 0 17px 30px;
}

#faq #faqList ul#accordion li.trig h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 10px 20px;
	background: #1E2B30;
}

#faq #faqList ul#accordion li.trig dl {
	margin: 0 0 60px;
	padding: 0 20px;
}

#faq #faqList ul#accordion li.trig dt {
	color: #1E2B30;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 45px 12px 55px;
	background: url(/img/common/mk_plus_blue.svg) 95% 50% no-repeat,
	url(/img/common/mk_q.svg) 15px 50%/auto 28px no-repeat;
	border-top: 1px solid #707070;
	cursor: pointer;
}
#faq #faqList ul#accordion li.trig dt.on {
	background: url(/img/common/mk_minus_blue.svg) 95% 50% no-repeat,
	url(/img/common/mk_q.svg) 15px 50%/auto 28px no-repeat;
}

#faq #faqList ul#accordion li.trig dd {
	font-size: 12px;
	padding: 15px;
	border-top: 1px solid #707070;
}

#faq #faqList ul#accordion li.trig dt:last-of-type,
#faq #faqList ul#accordion li.trig dd:last-child {
	border-bottom: 1px solid #707070;
}
#faq #faqList ul#accordion li.trig dt:last-of-type.on {
	border-bottom: none;
}


/* ---------------------　アコーディオン　終了　*/




/* お問い合わせ（FAQ）
------------------------------------------------------------- */

#faq #inqBl {
	margin: 0 17px 80px;
	padding: 20px 18px;
	background: #F1F5F7;
	border-radius: 2px;
}

#faq #inqBl h2 {
	color: #638FA2;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin: 0 0 10px;
}

#faq #inqBl ul li {
	font-size: 12px;
	font-weight: 200;
	line-height: 1.8;
	margin: 0 0 20px;
}

#faq #inqBl ul li:nth-child(2) {
	margin: 0;
}
#faq #inqBl ul li a {
	display:block;
	width: 300px;
	color: #1E2B30;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	margin: 0 auto;
	padding: 13px 10px;
	background: #fff url(/img/common/mk_arrow_blueR_175.svg) 92% 50% no-repeat;
	border: 1px solid #638FA2;
	border-radius: 20px;
	transition: 0.5s;
}

#faq #inqBl ul li a:hover {
	color: #fff;
	background: #638FA2 url(/img/common/mk_arrow_whR_175.svg) 94% 50% no-repeat;
	transition: 0.5s;
}





/* -------------------------------------------------------------
　料金一覧
------------------------------------------------------------- */

#vacancy #page_title {
	margin: 90px 0 40px;
	background: url(/img/vacancy/h1_bg.jpg) center top no-repeat;
	background-size: auto 275px;
}

/* 一覧下部注意書き（更新日時ほか） */
#vacancy #content p.update {
	font-size: 12px;
	margin: 20px 10px;
	line-height: 1;
}
#vacancy #content p.caution {
	width: 98%;
	font-size: 11px;
	font-weight: 300;
	line-height: 1.8;
	margin: 0 10px;
}



/* 一覧
------------------------------------------------------------- */

#vacancy #content iframe {
	width: 98%;
	min-height: 1000px;
	margin: 0 1% -4px;
}

#vacancy #content #vlist {
	max-width: 100%;
	overflow: auto;
}


/* ナビゲーション */
#vacancy #content #vlist ul.vlabel {
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	width: 100%;
	padding: 0 0 10px;
	background: #fff;
	list-style-type: none;
	z-index: 15;
}

#vacancy #content #vlist ul.vlabel li {
	width: 30.3333%;
	font-size: 14px;
	text-align: center;
	margin: 0 1.5% 10px;
	padding: 0;
}

#vacancy #content #vlist ul.vlabel li a {
	display: block;
	width: 100%;
	color: #638FA2;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding: 5px 0;
	border: 1px solid #638FA2;
	border-radius: 30px;
	cursor: pointer;
	transition: 0.5s;
}

#vacancy #content #vlist ul.vlabel li.on a,
#vacancy #content #vlist ul.vlabel li a.on {
	color: #fff;
	background: #638FA2;
}

#vacancy #content #vlist ul.vlabel li:hover a,
#vacancy #content #vlist ul.vlabel li:active a {
	color: #fff;
	background-color: #638FA2;
	transition: 0.5s;
}


/* 一覧表 */
#vacancy #content #vlist table {
	width: 100%;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0;
	margin: 100px 0 0;
}

#vacancy #content #vlist tr:nth-child(odd),
#vacancy #content #vlist tr:nth-child(odd) th {
	background: #F6F6F6;
}
#vacancy #content #vlist tr:nth-child(even),
#vacancy #content #vlist tr:nth-child(even) th {
	background: #FCFCFC;
}

#vacancy #content #vlist th {
	font-size: 12px;
	font-weight: 300;
	text-align:center;
	padding: 8px 0;
	vertical-align: middle;
	border-bottom: 1px solid #1D2B30;
}

#vacancy #content #vlist tr:nth-child(1) th {
	position: sticky;
	top: 90px;
	background: #fff;
}

#vacancy #content #vlist th.f-date {
	left: 0;
	min-width: 90px;
	text-align: center;
	background: #fff;
	z-index: 10;
}

#vacancy #content #vlist th.f-hotel {
	position: sticky;
	left: 0;
	min-width: 115px;
	height: 45px;
	color: #666;
	font-size:12px;
	text-align: center;
	border-top: none;
	border-bottom: none;
	padding: 0;
}

#vacancy #content #vlist th.f-hotel a {
	display: block;
	color: #1D2B30;
	text-align: center;
	line-height: 1.5;
	padding: 8px;
	transition: 0.5s;
}

#vacancy #content #vlist .f-hotel a:hover {
	color: #638FA2;
	transition: 0.5s;
}
#vacancy #content #vlist .f-hotel a:active{ 
	color: #333;
	text-decoration: none;
}


#vacancy #content #vlist th.f-date::before,
#vacancy #content #vlist th.f-hotel::before{
	content: "";
	position: absolute;
	top: -1px;
	left: -1px;
	width: 100%;
	height: 100%;
	z-index: -1;
}


#vacancy #content #vlist td {
	min-width: 90px;
	text-align: center;
	line-height: 1.2;
	padding: 3px 16px;
	vertical-align: middle;
}

#vacancy #content #vlist td.sat .charge,
#vacancy #content #vlist th.sat{
	color: #004AC1;
}

#vacancy #content #vlist td.sun .charge,
#vacancy #content #vlist th.sun {
	color: #D10000;
}

#vacancy #content #vlist .charge {
	text-align: center;
}





/* HOTEL LIST
------------------------------------------------------------- */

#vacancy #list_bl {
	padding: 60px 0 80px;
}


#vacancy #list_bl .ttl_bl h2 {
	color: #638FA2;
	font-family: "Roboto";
	font-size: 36px;
	font-weight: 100;
	line-height: 1.3;
	text-align: center;
	margin: 0 0 40px;
}


#vacancy #list_bl .tabs {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px;
}

#vacancy #list_bl .tab_label {
	position: relative;
	width: 32%;
	height: 50px;
	color: #1E2B30;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 17px;
	margin: 0 0.6% 5px;
	padding: 17px 0 13px;
	background: #F1F5F7;
	z-index: 1;
	cursor: pointer;
}
#vacancy #list_bl .tab_label.t3,
#vacancy #list_bl .tab_label.t5 {
	padding: 8px 0 4px;
}

#vacancy #list_bl .tab_label:hover {
	opacity: 0.75;
}

#vacancy #list_bl .tab_content {
	flex: 100%;
	display: none;
	overflow: hidden;
}

#vacancy #list_bl input[name="tab_switch"] {
	display: none;
}

#vacancy #list_bl .tabs input:checked + .tab_label {
	color: #fff;
	font-weight: 300;
	background: #638FA2;
}

#vacancy #list_bl #tab1:checked ~ #tab1_content,
#vacancy #list_bl #tab2:checked ~ #tab2_content,
#vacancy #list_bl #tab3:checked ~ #tab3_content,
#vacancy #list_bl #tab4:checked ~ #tab4_content,
#vacancy #list_bl #tab5:checked ~ #tab5_content {
	display: block;
}

#vacancy #list_bl .tab_content{
	position: relative;
	animation: fadeIn 1s ease;
	margin: 30px 0 0;
}



#vacancy #list_bl ul.hotelList {
	margin: 0;
}

#vacancy #list_bl ul.hotelList li ul {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 18px 0;
	border-bottom: 1px solid #707070;
}
#vacancy #list_bl ul.hotelList li ul li:nth-child(1) {
	padding: 0 20px 0 0;
}

#vacancy #list_bl ul.hotelList li ul li .hName {
	color: #1E2B30;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	margin: 0 0 2px;
}
#vacancy #list_bl ul.hotelList li ul li .hName a {
	text-decoration: none;
}

#vacancy #list_bl ul.hotelList li ul li .hName a.hLink {
	color: #1E2B30;
	font-weight: 400;
}
#vacancy #list_bl ul.hotelList li ul li .hName a.hLink:hover {
	color: #638FA2;
}

#vacancy #list_bl ul.hotelList li ul li .acs {
	color: #638FA2;
	font-size: 12px;
	line-height: 1.8;
}

#vacancy #list_bl ul.hotelList li ul li a.btRsv {
	position: relative;
	display: block;
	width: 80px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	line-height: 1;
	padding: 14px 0 15px;
	background: #1E2B30;
	border-radius: 4px;
	transition:0.5s;
}
#vacancy #list_bl ul.hotelList li ul li a.btRsv:hover {
	transition:0.5s;
	opacity: 0.8;
	text-decoration: none;
}







/* -------------------------------------------------------------
　トピックス一覧
------------------------------------------------------------- */

/* タイトル
------------------------------------------------------------- */

#topics #page_title {
	margin: 90px 0 40px;
	background: url(/img/inq/h1_bg.jpg) 49% top no-repeat;
	background-size: auto 275px;
}



/* セレクト
------------------------------------------------------------- */

#topics #selectBl {
	margin: 0 0 20px;
}

#topics #selectBl #hSelect ul {
	margin: 0 17px;
}

#topics #selectBl #hSelect ul li:nth-child(1) {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	line-height: 1;
	padding: 8px 10px;
	background: #1D2B30;
	border: 1px solid #1D2B30;
	border-radius: 10px 10px 0 0;
}

#topics #selectBl #hSelect ul li:nth-child(2) {
	border-left: 1px solid #1D2B30;
	border-right: 1px solid #1D2B30;
	border-bottom: 1px solid #1D2B30;
	border-radius: 0 0 10px 10px;
}

#topics #selectBl #hSelect ul li select {
	width: 100%;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 12px 10px;
	background: url(/img/common/mk_arrow_down.svg) 96% 52% no-repeat;
	background-size: 16px auto;
	cursor: pointer;
}



/* カテゴリ
------------------------------------------------------------- */

#topics #catgNav {
	margin:0 12px 20px;
}

#topics #catgNav ul#topicsNav {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#topics #catgNav ul#topicsNav li {
	width: 50%;
	padding: 0 1% 10px;
}

#topics #catgNav ul#topicsNav li a {
	display: block;
	width: 100%;
	color: #1E2B30;
	font-size: 12px;
	text-align:center;
	line-height: 1;
	padding: 11px;
	border: 1px solid #638FA2;
	border-radius: 20px;
	transition: 0.5s;
}

#topics #catgNav ul#topicsNav li a:hover {
	opacity: 0.8;
	transition: 0.5s;
}



/* リスト
------------------------------------------------------------- */

#topics #topicsList h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 30px;
	padding: 4px 20px;
	background: #1E2B30;
}

/* ページナビ */
#topics #topicsList ul#psgeNav {
	display: flex;
	margin: 0 17px 20px;
	padding: 0 0 20px;
	border-bottom: 1px solid #1E2B30;
}

#topics #topicsList ul#psgeNav li {
	font-size: 11px;
}

#topics #topicsList ul#psgeNav li:nth-child(1) {
	width: 130px;
}

#topics #topicsList ul#psgeNav li:nth-child(2) {
	width: calc(100% - 130px);
	text-align: right;
}

#topics #topicsList ul#psgeNav li:nth-child(2) a {
	padding: 0 0 0 2px;
}
#topics #topicsList ul#psgeNav li:nth-child(2) a img.maBR {
	height: 8px;
}


/* 一覧 */
#topics #topicsList #scrl {
	margin: 0 17px 90px;
}

#topics #topicsList #scrl ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px;
}

#topics #topicsList #scrl ul li:nth-child(1) {
	width: 120px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	padding: 1px 0 3px;
	background: #638FA2;
	border-radius: 2px;
}

#topics #topicsList #scrl ul li:nth-child(2) {
	width: calc(100% - 120px);
	font-size: 14px;
	font-weight: 400;
	padding: 0 0 0 30px;
}
#topics #topicsList #scrl ul li:nth-child(3) {
	width: 100%;
	font-size: 12px;
	padding: 15px 0 20px;
	border-bottom: 1px solid #707070;
}

#topics #topicsList #scrl ul li:nth-child(3) a {
	color: #1E2B30;
}
#topics #topicsList #scrl ul li:nth-child(3) a:hover {
	color: #638FA2;
}





/* -------------------------------------------------------------
　トピックス記事
------------------------------------------------------------- */

/* タイトル
------------------------------------------------------------- */

#topicsAtcl {
	width: 100%;
}


#topicsAtcl #wrapper {
	max-width: 770px;
	margin: 0 auto;
}

#topicsAtcl #head {
	position: relative;
	line-height: 0;
}

#topicsAtcl #head img {
	height: 60px;
	margin: 15px 20px;
}

#topicsAtcl #head h1 {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 30px;
	padding: 14px 20px;
	background: #638FA2;
}

#topicsAtcl #head a.win_close {
	position: absolute;
	top: 30px;
	right: 24px;
}
#topicsAtcl #head a.win_close img {
	height: unset;
	margin: 0;
}



/* 記事
------------------------------------------------------------- */

#topicsAtcl #content {
	width: 100%;
	margin: 0 auto 80px;
}

/* タイトル */
#topicsAtcl #content #ttlBl {
	margin: 0 0 30px;
}

#topicsAtcl #content #ttlBl h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin: 0;
	padding: 14px 20px;
	background: #1E2B30;
}

#topicsAtcl #content #ttlBl p {
	font-size: 12px;
	font-weight: 400;
	padding: 9px 20px;
	background: #F1F5F7;
}


/* 可変レイアウト */
#topicsAtcl #content table {
	width: 100%;
}

#topicsAtcl #content > table > tbody > tr > td {
	width: 100%;
	padding: 0 35px;
}

#topicsAtcl #content table td table td {
	display: block;
	width: 100%;
}

#topicsAtcl #content table td table td table td:nth-child(2) {
	height: 15px;
}

#topicsAtcl #content table td table td table {
	margin: 0 0 20px;
}





/* フッター */
#topicsAtcl #foot {
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 19px 0;
	background: #1E2B30;
}








/* -------------------------------------------------------------
　お問い合わせフォーム（小窓）
------------------------------------------------------------- */

#inq { width: 100%; }


#inq #wrapper {
	max-width: 770px;
}

#inq #head {
	position: relative;
	line-height: 0;
}

#inq #head img {
	height: 60px;
	margin: 15px 20px;
}

#inq #head h1 {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 30px;
	padding: 14px 20px;
	background: #638FA2;
}

#inq #head a.win_close {
	position: absolute;
	top: 30px;
	right: 24px;
}

#inq #head a.win_close img {
	height: unset;
	margin: 0;
}



/* STEP（現在位置表記）
------------------------------------------------------------- */

#inq #step ul {
	display: flex;
	justify-content: center;
	width: calc(100% - 35px);
	margin: 0 auto;
	padding: 0;
}

#inq #step ul li {
	position: relative;
	display: inline-block;
	width: 29.4%;
	color: #1D2B30;
	font-size: 10px;
	font-weight: 400;
	text-align: center;
	margin: 0 20px 30px 0;
	padding: 7px 10px;
	border: 1px solid #638fa2;
	border-radius: 20px;
}

#inq #step ul li:nth-child(1):after,
#inq #step ul li:nth-child(2):after {
	position: absolute;
	top: 50%;
	right: -21px;
	display: inline-block;
	content: '';
	width: 21px;
	height: 1px;
	background-color: #638fa2;
}
#inq #step ul li:nth-child(3) {
	margin: 0 0 30px;
}


/* 内容記入 STEP1 */
#inq #step ul.step1 li:nth-child(1) {
	color: #fff;
	background: #638fa2;
}

/* 確認 STEP2 */
#inq #step ul.step2 li:nth-child(2) {
	color: #fff;
	background: #638fa2;
}

/* 完了 STEP3 */
#inq #step ul.step3 li:nth-child(3){
	color: #fff;
	background: #638fa2;
}



/* STEP 1 内容入力
------------------------------------------------------------- */

#inq #content {
	width: 100%;
	margin: 0 0 35px;
}

#inq #content #ttlBl {
	margin: 0 0 30px;
	padding: 0;
}

#inq #content #ttlBl h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin: 0 0 30px;
	padding: 14px 20px;
	background: #1E2B30;
}

#inq #content #ttlBl p {
	font-size: 12px;
	font-weight: 300;
	margin: 0 35px;
}

#inq #content #ttlBl p a {
	color: #638FA2;
	text-decoration: underline;
}
#inq #content #ttlBl p a:hover {
	color: #1E2B30;
}


#inq #content .sttl {
	color: #638FA2;
	font-size: 18px;
	margin: 0 35px 10px;
	padding: 0 0 2px;
	border-bottom: 1px solid #638FA2;
}

#inq #content #inqItem ul {
	margin: 0 35px;
}

#inq #content #inqItem ul li {
	margin: 0 0 20px;
}
#inq #content #inqItem ul li.msg {
	margin: 0 0 30px;
}

#inq #content #inqItem ul li h3 {
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 5px;
}

#inq #content #inqItem input[type="text"],
#inq #content #inqItem select,
#inq #content #inqItem textarea {
	width: 100%;
	font-size: 12px;
	font-weight: 300;
	padding: 10px;
	background: #F1F5F7;
	border-radius: 2px;
}

#inq #content #inqItem select {
	background: #F1F5F7 url(/img/common/mk_arrow_down.svg) 92% 50% no-repeat;
}

#inq #content #inqItem textarea {
	height: 130px;
}



#inq #content #inqItem ul.btSubBl {
	margin: 0 0 30px;
	padding: 0 35px;
}
#inq #content #inqItem ul.btSubBl li.btSub {
	display: flex;
	justify-content: center;
}

#inq #content #inqItem ul.btSubBl li.btSub button {
	display: block;
	width: 280px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin: 0 10px;
	padding: 11px 0 12px;
	background: #1E2B30 url(/img/common/mk_arrow_whR_175.svg) 92% 50% no-repeat;
	border-radius: 20px;
	cursor: pointer;
	transition: 0.5s;
}

#inq #content #inqItem ul.btSubBl li.btSub button:hover {
	background: #638fa2 url(/img/common/mk_arrow_whR_175.svg) 94% 50% no-repeat;
	transition: 0.5s;
}


#inq #content #caution {
	margin: 50px 35px 80px;
	padding: 20px 0 0;
	border-top: 1px solid #070707;
}

#inq #content #caution ul li {
	font-size: 11px;
}

#inq #content #caution ul li:before {
	content: '※';
}



/* STEP 2 内容確認
------------------------------------------------------------- */

#inq #content #inqItem ul:nth-of-type(1) li p {
	padding: 10px;
	background: #F1F5F7;
	border-radius: 2px;
}

#inq #content #inqItem ul.btSubBl li.btSub form {
	width: 50%;
}
#inq #content #inqItem ul.btSubBl li.btSub form:nth-of-type(1) {
	padding: 0 4.7% 0 0;
}
#inq #content #inqItem ul.btSubBl li.btSub form:nth-of-type(2) {
	padding: 0 0 0 4.7%;
}

#inq #content #inqItem ul.btSubBl li.btSub button.btBack {
	width: 100%;
	margin: 0;
	background: #707070 url(/img/common/mk_arrow_whL_175.svg) 16% 49% no-repeat;
}
#inq #content #inqItem ul.btSubBl li.btSub button.btBack:hover {
	background: #638fa2 url(/img/common/mk_arrow_whL_175.svg) 14% 49% no-repeat;
}

#inq #content #inqItem ul.btSubBl li.btSub button.btSubEnd {
	width: 100%;
	margin: 0;
	background: #1E2B30 url(/img/common/mk_arrow_whR_175.svg) 84% 49% no-repeat;
}
#inq #content #inqItem ul.btSubBl li.btSub button.btSubEnd:hover {
	background: #638fa2 url(/img/common/mk_arrow_whR_175.svg) 86% 49% no-repeat;
}



/* STEP 3 受付完了
------------------------------------------------------------- */

#inq #content #inqItem #inqEnd {
	text-align: center;
	margin: 0 10px 40px;
	padding: 20px 15px;
	background: #F1F5F7;
	border-radius: 6px;
}

#inq #content #inqItem #inqEnd h3 {
	color: #638FA2;
	font-size: 20px;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	margin: 0 0 20px;
}

#inq #content #inqItem #inqEnd p {
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	margin: 1em 0;
	padding: 15px;
	background: #fff;
	border: 1px solid #638FA2;
	border-radius: 6px;
}

#inq #content #inqItem ul.btSubBl li.btSub button.btEnd {
	background: #1E2B30 url(/img/common/bt_window_wh_close.svg) 84% 51% no-repeat;
	background-size: 15px auto;
	transition: 0.5s;
}
#inq #content #inqItem ul.btSubBl li.btSub button.btEnd:hover {
	opacity: 0.8;
	transition: 0.5s;
}


/* フッター */
#inq #foot {
	width: 100%;
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 19px 0;
	background: #1E2B30;
}





/* -------------------------------------------------------------
　リクルート記事
------------------------------------------------------------- */

/* タイトル
------------------------------------------------------------- */

#recruitAtcl {
	width: 100%;
}


#recruitAtcl #wrapper {
	max-width: 770px;
	padding: 0;
	margin: 0 auto;
}

#recruitAtcl #head {
	position: relative;
	line-height: 0;
}

#recruitAtcl #head img {
	height: 60px;
	margin: 15px 20px;
}

#recruitAtcl #head h1 {
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: 1;
	margin: 0 0 30px;
	padding: 14px 20px;
	background: #638FA2;
}

#recruitAtcl #head a.win_close {
	position: absolute;
	top: 30px;
	right: 24px;
}

#recruitAtcl #head a.win_close img {
	height: unset;
	margin: 0;
}


/* 記事
------------------------------------------------------------- */

#recruitAtcl #content {
	width: 100%;
	margin: 0 auto 80px;
}

/* タイトル */
#recruitAtcl #content #ttlBl {
	margin: 0 0 30px;
}

#recruitAtcl #content #ttlBl h2 {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin: 0;
	padding: 14px 20px;
	background: #1E2B30;
}

#recruitAtcl #content #ttlBl p {
	font-size: 12px;
	font-weight: 400;
	padding: 9px 20px;
	background: #F1F5F7;
}


/* 可変レイアウト */
#recruitAtcl #content table {
	width: 100%;
}

#recruitAtcl #content > table > tbody > tr > td {
	width: 100%;
	padding: 0 35px;
}

#recruitAtcl #content table td table td {
	display: block;
	width: 100%;
}

#recruitAtcl #content table td table td table td:nth-child(2) {
	height: 15px;
}

#recruitAtcl #content table td table td table {
	margin: 0 0 20px;
}


/* 募集要項 */
#recruitAtcl #content table.require {
	width: calc(100% - 60px);
	margin: 30px 35px;
}

#recruitAtcl #content table.require th {
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 5px;
}

#recruitAtcl #content table.require td {
	display: block;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	padding: 0 0 20px;
}

#recruitAtcl #content table.require td.ttl {
	color: #638FA2;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 3px;
	border-bottom: 1px solid #638FA2;
}



#recruitAtcl #foot {
	width: 100%;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
	padding: 19px 0;
	background: #1E2B30;
}









/* --------------------　エラー関係　-------------------- */

/* ---------------------　404　*/


#error #topImg {
	background:url(/img/other/h1_bg.jpg) 50% top no-repeat;
	background-size:auto 150px;
}

#error #content {
	width:100%;
	max-width:1000px;
}

#error #content h2 {
	background:#000;
	color:#fff;
	padding:15px 1em;
	font-size:15px;
	font-weight:700;
	margin:0 0 1em;
}

#error #content #lineBl {
	border:3px solid #d3d4d5;
	margin:0 auto 1em;
	padding:4% 4% 6%;
	width:86%;
}

#error #content #lineBl h3 {
	font-size:24px;
	font-weight:700;
	line-height:150%;
	text-align:center;
}

#error #content #lineBl h4 {
	font-size:18px;
	font-weight:500;
	line-height:130%;
	text-align:center;
	padding:0 0 0.7em;
	margin:0 0 0.7em;
	border-bottom:1px solid #d3d4d5
}

#error #content #lineBl p {
	text-align:center;
	margin:0 0 1.5em;
}

#error #content #lineBl a {
	background:#515457;
	font-size:14px;
	font-weight:700;
	padding:7px;
	display:block;
	margin:0 auto 1em;
	text-align:center;
	color:#fff;
	width:240px;
}

#error #content #lineBl a:hover {
	background:#000;
	text-decoration:none;
}

#error #content #lineBl a span { font-size:8px; }

#error #content #lineBl a.rdit {
	background:#eeeeee;
	font-weight:400;
	color:#000;
	width:240px;
	border:2px solid #d3d4d5;
}

#error #content #lineBl a.rdit:hover {
	background:#d3d4d5;
}


#todayResv p.caution {
	font-size:10px;
}

#calender {
	width:100%;
	padding:0;
}



#calender ul li.ttl { text-align:center; }

#calender ul li.ttl h2 {
	font-size:24px;
	font-weight:700;
	text-align:center;
	margin:7px 0 5px;
}



#calender ul li.hid {
	width:100%;
	text-align:center;
	padding:5px 0 10px;
}

#calender ul li.hid select {
	width:100%;
	text-align:center;
	font-size:16px;
	outline:none;
	border:1px solid #d3d4d5;
	-webkit-transition:all .3s;
	transition:all .3s;
	padding:7px 15px;
	background:#d8e3e8 url(/img/common/mk_arrow_dBlue.png) 94% 50% no-repeat;
}



/* -------　 月日ナビ（カレンダー）　*/


#calender table#control {
	width:100%;
	margin:5px 0;
}

#calender table#control td {
	text-align:center;
	padding:0;
	font-size:14px;
	font-weight:500;
}

#calender table#control td a {
	display:block;
	text-align:center;
}


#calender table#control td:nth-child(1),
#calender table#control td:nth-child(5) {
	width:15.5%;
}

#calender table#control td:nth-child(2),
#calender table#control td:nth-child(4) {
	width:13.5%;
	color:#FFF;
}

#calender table#control td:nth-child(1) a:hover,
#calender table#control td:nth-child(5) a:hover {
	color:#638fa2;
	text-decoration:none;
}

#calender table#control td:nth-child(2) a {
	color:#eae2af;
	background:#638fa2;
}

#calender table#control td:nth-child(4) a {
	color:#FFF;
	background:#638fa2;
}

#calender table#control td:nth-child(2) a:hover,
#calender table#control td:nth-child(4) a:hover {
	background:#515457;
	color:#FFF;
	text-decoration:none;
}

#calender table#control td:nth-child(3) {
	width:42%;
	font-size:16px;
	font-weight:700;
}

#calender table#control td:nth-child(3) .ym {
	font-size:23px;
}



/* -------　 カレンダー　*/

#calender table#calResv {
	width:100%;
	height:310px;
	margin:0;
	border-collapse: collapse;
}

#calender table#calResv td {
	width:14.2%;
	text-align: center;
	font-size:20px;
	color:#7d7f81;
	background:#d8e3e8;
	border-right:5px solid #FFF;
	border-bottom:5px solid #FFF;
	padding:0;
	line-height:1;
}

#calender table#calResv td .charge {
	font-size: 10px;
	text-align: center;
	margin:5px auto 0;
}

#calender table#calResv td .charge:hover {
	text-decoration: none;
}

/*#calender table#calResv tr.day5 { height:50px; }
#calender table#calResv tr.day6 { height:40px; }*/

#calender table#calResv tr.day5 { height:52px; }
#calender table#calResv tr.day6 { height:42px; }

#calender table#calResv tr#week { height:30px; }

#calender table#calResv td:nth-child(7) { border-right:none; }

#calender table#calResv tr#week td {
	color:#638fa2;
	font-size:18px;
	background:inherit;
	padding:5px 0 0;
}

#calender table#calResv td button {
	display:block;
	padding:0;
	cursor:pointer;
	margin:0 auto;
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:1;
}


/*#calender table#calResv tr.day5 td button { height:50px; }
#calender table#calResv tr.day6 td button { height:40px; }*/

#calender table#calResv tr.day5 td button { height:52px; }
#calender table#calResv tr.day6 td button { height:42px; }

#calender table#calResv td button.today { color:#d2b400; }
#calender table#calResv td button.sun { color:#638fa2; }

#calender table#calResv td button:hover,
#calender table#calResv td button.today:hover,
#calender table#calResv td button.sun:hover {
	background:#638fa2;
	color:#fff;
}




/*media Queries 宿泊予約colorbox用
------------------------------------------------------------------------------------------------- 500px */
@media screen and (min-width:500px), print {
	

#calender {
	width:500px;
	padding:0;
}

#calender table#control {
	margin:3px 0;
}	
	
#calender ul li {
	font-size:14px;
	margin:0 0 10px;
}

#calender ul li.ttl { text-align:center; }

#calender ul li.ttl h2 {
	font-size:26px;
	font-weight:700;
	text-align:center;
	margin:7px 0 5px;
}

#calender ul li.hid {
	width:100%;
	text-align:center;
	padding:12px 0 10px;
	font-size:16px;
}

#calender ul li.hid select {
	width:100%;
	text-align:center;
	font-size:16px;
	outline:none;
	border:1px solid #d3d4d5;
	-webkit-transition:all .3s;
	transition:all .3s;
	padding:7px 20px;
	background:#d8e3e8 url(/img/common/mk_arrow_dBlue.png) 94% 50% no-repeat;
}



#calender select:focus {
	box-shadow:0 0 5px #d8e3e8;
	border:1px solid #b1c7d0;
}




/* -------　 月日ナビ（カレンダー）　*/

#calender table#control td {
	text-align:center;
	padding:5px;
	font-size:16px;
	font-weight:500;
}
	

#calender table#control td:nth-child(3) { font-size:18px; }

#calender table#control td:nth-child(3) .ym { font-size:26px; }






/* -------　 カレンダー　*/

/*#calender table#calResv tr.day5 { height:50px; }
#calender table#calResv tr.day6 { height:40px; }*/

#calender table#calResv tr.day5 { height:52px; }
#calender table#calResv tr.day6 { height:42px; }

#calender table#calResv tr#week { height:30px; }

/*#calender table#calResv tr.day5 td button { height:50px; }
#calender table#calResv tr.day6 td button { height:40px; }*/

 #calender table#calResv tr.day5 td button { height:52px; }
#calender table#calResv tr.day6 td button { height:42px; }


	
/* ---------------------　空室状況一覧　*/
	
	
/*　全ホテル空室状況一覧　*/


/*#vacancy #content #vlist ul.vlabel{
	margin:0;
	padding:0;
	text-align: right;
	list-style-type: none;
	position: -webkit-sticky;
  position: sticky;
  left:15px;
  
}

#vacancy #content #vlist ul.vlabel li{
	width: 80px;
	padding:5px 0;
	margin: 0 0 0 5px;
	font-size: 12px;
}

#vacancy #content #vlist td {
  min-width: 70px;
  font-size: 16px;
  line-height: 1.2;
  padding: 3px 6px;
}
*/	

	
}/* media Queries 500 */














/* media Queries 採用情報　別窓用 /////////////////////////////////////
--------------------------------------------------- */
@media screen and (min-width:650px), print {

/* -------------------------------------------------------------
　650px共通
------------------------------------------------------------- */

#recruitAtcl .useSP,
#topicsAtcl .useSP,
#inq .useSP {
	display: none;
}

#recruitAtcl .usePC,
#topicsAtcl .usePC,
#inq .usePC {
	display: inline;
}

/* -------------------------------------------------------------
　リクルート記事
------------------------------------------------------------- */

/* タイトル
------------------------------------------------------------- */

#recruitAtcl #head h2 {
	font-size: 16px;
	margin: 0 0 40px;
	padding: 17px 20px;
}



/* 記事
------------------------------------------------------------- */

#recruitAtcl #content {
	width: 610px;
	margin: 0 auto 80px;
}

#recruitAtcl #content #ttlBl {
	margin: 0 0 40px;
}

#recruitAtcl #content #ttlBl h2 {
	font-size:18px;
	padding: 13px 20px;
}


/* 可変レイアウト */
#recruitAtcl #content table {
	display: table;
	margin: 0 0 40px;
}

#recruitAtcl #content table td {
	font-size: 14px;
}

#recruitAtcl #content > table > tbody > tr > td {
	padding: 0 15px;
}

#recruitAtcl #content table td table td {
	display: table-cell;
}

#recruitAtcl #content table td table td table td {
	width: 280px;
}
#recruitAtcl #content table td table td table td:nth-child(2) {
	width: 20px;
}


/* 募集要項 */
#recruitAtcl #content table.require {
	width: calc(100% - 30px);
	margin: 0 15px;
}

#recruitAtcl #content table.require tr {
	display: flex;
	width: 100%;
	margin: 0 0 20px;
}

#recruitAtcl #content table.require th {
	width: 9.5em;
	font-size: 14px;
	vertical-align: top;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #707070;
}

#recruitAtcl #content table.require td {
	width: calc(100% - 9.5em);
	padding: 0 20px;
}

#recruitAtcl #content table td.ttl {
	width: 100%;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
#recruitAtcl #content table.require tr:has(td.ttl) {
	margin: 0 0 15px;
}





/* -------------------------------------------------------------
　トピックス記事
------------------------------------------------------------- */

/* タイトル
------------------------------------------------------------- */

#topicsAtcl #head h2 {
	font-size: 16px;
	margin: 0 0 40px;
	padding: 17px 20px;
}



/* 記事
------------------------------------------------------------- */

#topicsAtcl #content {
	width: 610px;
	margin: 0 auto 80px;
}

#topicsAtcl #content #ttlBl {
	margin: 0 0 40px;
}

#topicsAtcl #content #ttlBl h2 {
	font-size: 18px;
	padding: 13px 20px;
}


/* 可変レイアウト */
#topicsAtcl #content table {
	display: table;
}

#topicsAtcl #content table td {
	font-size: 14px;
}

#topicsAtcl #content > table > tbody > tr > td {
	padding: 0 15px;
}

#topicsAtcl #content table td table td {
	display: table-cell;
}

#topicsAtcl #content table td table td table td {
	width: 280px;
}
#topicsAtcl #content table td table td table td:nth-child(2) {
	width: 20px;
}




#topicsAtcl #content table td.ttl {
	width: 100%;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
#topicsAtcl #content table tr:has(td.ttl) {
	margin: 0 0 15px;
}







/* -------------------------------------------------------------
　お問い合わせフォーム（小窓）
------------------------------------------------------------- */

#inq #head h2 {
	font-size: 16px;
	margin: 0 0 40px;
	padding: 12px 20px;
}



/* STEP（現在位置表記）
------------------------------------------------------------- */

#inq #step ul {
	width: 460px;
	margin: 0 auto 40px;
}

#inq #step ul li {
	width: 160px;
	font-size: 12px;
	margin: 0 20px 0 0;
	padding: 5px 10px 6px;
}
#inq #step ul li:last-child {
	margin: 0;
}



/* STEP 1 内容入力
------------------------------------------------------------- */

#inq #content {
	width: 610px;
	margin: 0 auto 35px;
}

#inq #content #ttlBl {
	margin: 0 0 40px;
}

#inq #content #ttlBl h2 {
	font-size: 18px;
	padding: 12px 20px 13px;
}

#inq #content #ttlBl p {
	font-size: 14px;
	margin: 0 15px;
}


#inq #content .sttl {
	font-size: 20px;
	margin: 0 0 25px;
	padding: 0 0 5px;
}

#inq #content #inqItem ul {
	margin: 0 0 60px;
}

#inq #content #inqItem ul li {
	display: flex;
}

#inq #content #inqItem ul li h3 {
	width: 170px;
	font-size: 14px;
	margin: 0 30px 0 0;
	padding: 0 14px 0 0;
	border-right: 1px solid #707070;
}

#inq #content #inqItem input[type="text"],
#inq #content #inqItem select,
#inq #content #inqItem textarea {
	width: 410px;
	font-size: 14px;
}

#inq #content #inqItem select,
#inq #content #inqItem textarea {
	padding: 10px 20px;
}

#inq #content #inqItem textarea {
	height: 240px;
}


#inq #content #caution {
	margin: 50px 0 60px;
}
#inq #content #caution ul li {
	font-size: 12px;
}



/* STEP 2 内容確認
------------------------------------------------------------- */

#inq #content #inqItem ul:nth-of-type(1) li p {
	width: 410px;
}



/* STEP 3 受付完了
------------------------------------------------------------- */

#inq #content #inqItem #inqEnd {
	font-size: 14px;
	padding: 30px 20px;
}

#inq #content #inqItem #inqEnd h3 {
	font-size: 24px;
}

#inq #content #inqItem #inqEnd p {
	margin: 1.5em 0;
}








}/* media Queries 650px */









/*media Queries PC
------------------------------------------------------------------------------------------------- 810px */
@media screen and (min-width:810px), print {

/* --------------------　システム関連　-------------------------------------------------- */


/* -------------------------------------------------------------
　よくあるご質問一覧
------------------------------------------------------------- */

/* タイトル
------------------------------------------------------------- */

#faq #page_title {
	margin: 120px 0;
	background: url(/img/inq/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}



/* 補足説明
------------------------------------------------------------- */
#faq .attention {
	font-size: 16px;
	line-height: 1.8;
	margin:0 20px 60px;
}



/* セレクト
------------------------------------------------------------- */
#faq #wrap {
	max-width: 1010px;
	margin: 0 auto 40px;
	padding: 0 5px;
}


#faq #selectBl {
	margin: 0 0 60px;
}

#faq #selectBl #hSelect ul {
	display: flex;
	width: 100%;
	margin: 0;
}

#faq #selectBl #hSelect ul li:nth-child(1) {
	width: 160px;
	font-size: 16px;
	padding: 21px 10px;
	border-radius: 8px 0 0 8px;
}

#faq #selectBl #hSelect ul li:nth-child(2) {
	width: calc(100% - 160px);
	border-top: 1px solid #1D2B30;
	border-left: none;
	border-radius: 0 8px 8px 0;
}

#faq #selectBl #hSelect ul li select {
	text-align: left;
	padding: 19px 50px;
}



/* アコーディオン
------------------------------------------------------------- */

#faq #faqList {
	margin: 0 0 60px;
}

#faq #faqList h2 {
	font-size: 22px;
	margin: 0 0 40px;
}

#faq #faqList ul#accordion li.trig h3 {
	font-size: 22px;
	line-height: 1;
	margin: 0 0 25px;
	padding: 13px 30px 15px;
}

#faq #faqList ul#accordion li.trig dl {
	margin: 0 0 60px;
	padding: 0;
}

#faq #faqList ul#accordion li.trig dt {
	font-size: 18px;
	padding: 16px 45px 18px 75px;
	background: url(/img/common/mk_plus_blue.svg) 95% 50%/auto 21px no-repeat,
	url(/img/common/mk_q.svg) 25px 50%/auto 34px no-repeat;
}
#faq #faqList ul#accordion li.trig dt.on {
	background: url(/img/common/mk_minus_blue.svg) 95% 50%/23px auto no-repeat,
	url(/img/common/mk_q.svg) 25px 50%/auto 34px no-repeat;
}

#faq #faqList ul#accordion li.trig dd {
	font-size: 14px;
	padding: 20px 20px 20px 75px;
}


/* ---------------------　アコーディオン　終了　*/




/* お問い合わせ（FAQ）
------------------------------------------------------------- */

#faq #inqBl {
	margin: 0 0 180px;
	padding: 36px 5%;
}

#faq #inqBl h2 {
	font-size: 25px;
	margin: 0 0 10px;
}

#faq #inqBl ul {
	display: flex;
	align-items: center;
}

#faq #inqBl ul li {
	font-size: 14px;
	margin: 0;
}

#faq #inqBl ul li:nth-child(2) {
	padding: 0 0 0 2.8%;
}
#faq #inqBl ul li a {
	margin: 0;
}





/* -------------------------------------------------------------
　料金一覧
------------------------------------------------------------- */

#vacancy #page_title {
	margin: 120px 0;
	background-size:cover;
}

#vacancy #content {
	width: 100%;
	max-width:1000px;
	padding: 0 1%;
	margin: 0 auto;
}

/* 一覧下部注意書き（更新日時ほか） */
#vacancy #content p.update {
	margin: 30px 0 0;
}
#vacancy #content p.caution{
	font-size: 12px;
	line-height: 2;
	margin: 0 1%;
}



/*　全ホテル空室状況一覧　*/

#vacancy #content iframe {
	width: 100%;
	max-width: 1000px;
	margin: 0;
}

#vacancy #content #vlist ul.vlabel li{
	width: 14%;
}

#vacancy #content #vlist table {
*	margin: 58px 0 0;
}

#vacancy #content #vlist tr:nth-child(1) th {
*	top: 58px;
}
#vacancy #content #vlist th {
	padding: 10px 0 20px;
}

#vacancy #content #vlist td {
	min-width: 115px;
	line-height: 1.2;
	padding: 3px 25px;
}

#vacancy #content #vlist th.f-date {
	min-width: 140px;
	left: 0;
}
	
#vacancy #content #vlist th.f-hotel {
	min-width: 160px;
	height: 60px;
	font-size: 14px;
}



/* HOTEL LIST
------------------------------------------------------------- */


#vacancy #list_bl {
	padding: 120px 0 100px;
}

#vacancy #list_bl .ttl_bl h2 {
	font-size: 72px;
	line-height: 1.3;
	margin: 0 0 60px;
}



#vacancy #list_bl .tabs {
	max-width: 1000px;
	margin: 0 auto;
}

#vacancy #list_bl .tab_label {
	flex: 1;
	width: 32%;
	font-weight: 300;
	margin: 0 0.6%;
}

#vacancy #list_bl .tab_label.t3,
#vacancy #list_bl .tab_label.t5 {
	padding: 17px 0 13px;
}
#vacancy #list_bl .tab_label.t5 {
	margin: 0;
}
#vacancy #list_bl .tab_content {
	margin: 15px 0 0;
}


#vacancy #list_bl ul.hotelList {
	display: flex;
	max-width: 1000px;
	margin: 0 auto 80px;
}
#vacancy #list_bl ul.hotelList > li {
	width: 50%;
}
#vacancy #list_bl ul.hotelList > li:nth-child(1) {
	padding: 0 2.5% 0 0;
}
#vacancy #list_bl ul.hotelList > li:nth-child(2) {
	padding: 0 0 0 2.5%;
}

#vacancy #list_bl ul.hotelList li ul {
	padding: 30px 0 20px
}

#vacancy #list_bl ul.hotelList li ul li .hName {
	font-size: 18px;
}
#vacancy #list_bl ul.hotelList li ul li .acs {
	font-size: 14px;
}

#vacancy #list_bl ul.hotelList li ul li a.btRsv {
	width: 100px;
	font-size: 16px;
	padding: 17px 0;
}






/* -------------------------------------------------------------
　トピックス一覧
------------------------------------------------------------- */

/* タイトル
------------------------------------------------------------- */

#topics #page_title {
	margin: 120px 0;
	background: url(/img/inq/h1_bg.jpg) center top no-repeat;
	background-size: cover;
}



/* セレクト
------------------------------------------------------------- */

#topics #wrap {
	max-width: 1010px;
	margin: 0 auto 40px;
	padding: 0 5px;
}


#topics #selectBl {
	margin: 0 0 60px;
}

#topics #selectBl #hSelect ul {
	display: flex;
	width: 100%;
	margin: 0;
}

#topics #selectBl #hSelect ul li:nth-child(1) {
	width: 160px;
	font-size: 16px;
	padding: 21px 10px;
	border-radius: 8px 0 0 8px;
}

#topics #selectBl #hSelect ul li:nth-child(2) {
	width: calc(100% - 160px);
	border-top: 1px solid #1D2B30;
	border-left: none;
	border-radius: 0 8px 8px 0;
}

#topics #selectBl #hSelect ul li select {
	text-align: left;
	padding: 19px 50px;
}



/* カテゴリ
------------------------------------------------------------- */

#topics #catgNav {
	margin:0 0 60px;
}

#topics #catgNav ul#topicsNav {
	flex-wrap: nowrap;
}

#topics #catgNav ul#topicsNav li {
	width: 17%;
	padding: 0 1%;
}
#topics #catgNav ul#topicsNav li:nth-child(1) {
	width: 16%;
	padding: 0 1% 0 0;
}
#topics #catgNav ul#topicsNav li:nth-child(6) {
	width: 16%;
	padding: 0 0 0 1%;
}

#topics #catgNav ul#topicsNav li a {
	padding: 13px;
}



/* リスト
------------------------------------------------------------- */

#topics #topicsList h3 {
	font-size: 22px;
	margin: 0 0 25px;
	padding: 5px 30px 6px;
}

/* ページナビ */
#topics #topicsList ul#psgeNav {
	margin: 0 0 20px;
}

#topics #topicsList ul#psgeNav li {
	font-size: 14px;
}

#topics #topicsList ul#psgeNav li:nth-child(1) {
	width: 200px;
}

#topics #topicsList ul#psgeNav li:nth-child(2) {
	width: calc(100% - 200px);
	text-align:right;
}

#topics #topicsList ul#psgeNav li:nth-child(2) a {
	padding: 0 0 0 5px;
}


/* 一覧 */
#topics #topicsList #scrl {
	margin:0 17px 180px;
}

#topics #topicsList #scrl ul {
	flex-wrap: nowrap;
	align-items: flex-start;
	border-bottom: 1px solid #707070;
	margin: 0;
	padding: 20px 0;
}

#topics #topicsList #scrl ul li:nth-child(2) {
	width: 230px;

}
#topics #topicsList #scrl ul li:nth-child(3) {
	width: calc(100% - 350px);
	font-size: 14px;
	padding: 0;
	border-bottom: none;
}




/* ---------------------　記事一覧　*/

#topics #topicsList #scrl ul li {
	display: inline-block;
	font-size: 14px;
	padding: 1px 5px;
}

#topics #topicsList #scrl ul li:nth-child(2) {
	width: 17em;
}







/* --------------------　エラー関係　-------------------- */

/* ---------------------　404　*/


#error #topImg {
	background:url(/img/other/h1_bg.jpg) center top no-repeat;
	background-size:cover;
}

#error #content {
	width:98%;
	margin:0 auto 3em;
}

#error #content h2 {
	font-size:20px;
	margin:0 0 2em;
}

#error #content #lineBl {
	border:4px solid #d3d4d5;
	margin:0 auto 1em;
	padding:4% 4% 6%;
	width:92%;
	text-align:center;
}

#error #content #lineBl h3 { font-size:48px; }

#error #content #lineBl h4 {
	font-size:24px;
	line-height:130%;
	padding:0 0 1em;
	margin:0 0 1em;
}

#error #content #lineBl p { margin:0 0 3em; }

#error #content #lineBl a {
	padding:5px;
	display: inline-block;
	margin:0 0.7em 1em;
	width:200px;
}

#error #content #lineBl a.rdit {
	width:650px;
	padding:8px;
}


/* ---------------------　ページ内リンク調整　*/

@-webkit-keyframes modify{
	0% { padding-top: 100px; margin-top: -100px; }
	100% { padding-top: 0; margin-top: 0; }
}
@keyframes modify{
	0% { padding-top: 100px; margin-top: -100px; }
	100% { padding-top: 0; margin-top: 0; }
}

#gallery #infoGuide dt#panorama:target {
	-webkit-animation: modify 0.1s;
	animation: modify 0.1s;
}


}/* media Queries PC 810 */








/*media Queries PC
------------------------------------------------------------------------------------------------- 920px */
@media screen and (min-width:920px), print {

	
/* ---------------------　空室状況一覧　*/
	
#vacancy #content #vlist ul.vlabel li {
	width: 132px
	padding:5px 0;
	margin: 0 0 0 20px;
	font-size: 16px;
}

#vacancy #content #vlist ul.vlabel li a {
	padding: 8px 0; 
}

#content article ul.link_item li h3 {
	font-size: 26px;
}



}/* media Queries PC 920 */



