@charset "UTF-8";

.mt-20{
	margin-top: 20px;
}
div.section p.commonLinkMb {
	margin: 30px auto 70px;
}
@media screen and (max-width: 1019px) {
	div.section p.commonLinkMb {
		margin-bottom: 20px auto 40px;
	}
}
div.section ul.informationTabList {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0 0;
}
@media screen and (max-width: 1019px){
  div.section ul.informationTabList {
		margin: 40px 0 0;
		justify-content: flex-start;
  }
}
.informationTabList_wrap.top {
	margin: 0 0 50px;
}
@media screen and (max-width: 1019px){
	div.section ul.informationTabList.top {
		margin: 0 0 40px;
	}
}
div.section ul.informationTabList li {
	display: block;
	flex: auto;
	padding: 0;
}
@media screen and (max-width: 1019px){
  div.section ul.informationTabList li {
		width: 50%;
  }
  div.section ul.informationTabList li.spWidth100 {
		width: 100%;
  }
}
div.section ul.informationTabList li::before {
	padding: 0;
	border: none;
	top: 0;
}
div.section ul.informationTabList li a {
	color: #65686C;
	text-decoration: none;
}
div.section ul.informationTabList li span {
	cursor: pointer;
	padding: 10px;
	box-sizing: border-box;
	border-right: 1px solid #f2f2f5;
	position: relative;
	display: block;
	background: #fff;
}
@media screen and (max-width: 1019px){
  div.section ul.informationTabList li span {
		border-right: none;
		border-bottom: 1px solid #f2f2f5;
  }
}
div.section ul.informationTabList li:last-child span {
	border-right: none;
}
@media screen and (max-width: 1019px){
  div.section ul.informationTabList li:nth-child(even) span {
    	border-right: 1px solid #f2f2f5;
  }
}
div.section ul.informationTabList li span:hover {
	color: #2b3034;
}

/* div.section ul.informationTabList li span.on {
	background: #2badbd;
	color: #FFF;
	text-decoration: none;
	cursor: inherit;
} */
/* div.section ul.informationTabList li span.on::after {
	content: "";
	background: #2badbd;
	width: 8px;
	height: 8px;
	left: 0;
	top: -3px;
	right: 0;
	transform: rotate(45deg);
	margin: 0 auto;
	position: absolute;
} */

.information-home [data-current-page="information-home"],
.philosophy [data-current-page="philosophy"],
.history [data-current-page="history"],
.hotel_info [data-current-page="hotel_info"],
.press [data-current-page="press"],
.privacy_index [data-current-page="privacy_index"],
.kanren [data-current-page="kanren"],
.customer_harassment [data-current-page="customer_harassment"]{
	a{
		pointer-events: none;
	}
	span {
		background: #2badbd !important;
		color: #FFF;
		text-decoration: none;
		cursor: inherit !important;
		&::after{
			content: "";
			background: #2badbd;
			width: 8px;
			height: 8px;
			left: 0;
			top: -3px;
			right: 0;
			transform: rotate(45deg);
			margin: 0 auto;
			position: absolute;
		}
	}
}
.informationTabList_wrap.top{
	.informationTabList li span::after {
		top: auto;
		bottom: -3px;
	}
}
@media screen and (max-width: 1019px){
	div.section ul.informationTabList li span.on::after {
		display: none;
	}
}
div.section ul.informationTabList.top li span.on::after {
	top: auto;
	bottom: -3px;
}

/* ::::::::::::::::::::::::::::::::: 会社概要｜企業理念 ::::::::::::::::::::::::::::::::: */

div.section.philosophy .detailBlock .detailBlockTxt {
	text-align: center;
}
div.section.philosophy .detailBlock h3 {
	position: relative;
	margin-top: 120px;
}
@media screen and (max-width: 1019px){
	div.section.philosophy .detailBlock h3 {
		margin-top: 80px;
	}
}
div.section.philosophy .detailBlock h3::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -60px;
	margin: auto;
	width: 60px;
	height: 1px;
	background: #e1e1e1;
}
@media screen and (max-width: 1019px){
	div.section.philosophy .detailBlock h3::before {
		top: -40px;
	}
}


/* ::::::::::::::::::::::::::::::::: 会社概要｜沿革 ::::::::::::::::::::::::::::::::: */

div.section.history ul.historyList {
	margin: 0 0 40px;
}
@media screen and (max-width: 1019px) {
	div.section.history ul.historyList {
		margin: 0 0 30px;
	}
}
div.section.history ul.historyList li {
	margin: 0;
	display: flex;
	background: #FFF;
	text-decoration: none;
	color: #2b3034;
	padding: 0 30px;
	align-items: flex-start;
	justify-content: space-between;
	border-bottom: 1px solid #f2f2f5
}
@media screen and (max-width: 1019px) {
	div.section.history ul.historyList li {
		display: block;
		padding: 5px 15px;
	}
}
div.section.history ul.historyList li::before {
	display: none;
}
div.section.history ul.historyList li div.left {
	width: 70px;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
}
@media screen and (max-width: 1019px) {
	div.section.history ul.historyList li div.left {
		width: 100%;
		padding: 13px 0 10px;
	}
}
div.section.history ul.historyList li div.left p {
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1019px) {
	div.section.history ul.historyList li div.left p {
		display: inline-block;
		padding-right: 10px;
	}
}
div.section.history ul.historyList li div.right {
	width: 835px;
	padding: 10px 0;
}
@media screen and (max-width: 1019px) {
	div.section.history ul.historyList li div.right {
		width: 100%;
		padding: 0 0 10px;
	}
}
div.section.history ul.historyList li div.right p {
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}

/* ::::::::::::::::::::::::::::::::: 会社概要｜プレスリリース ::::::::::::::::::::::::::::::::: */

div.section.press ul.pressList {
	margin: 0 0 30px;
}
div.section.press ul.pressList li {
	margin: 0;
	padding: 0 0 1px;
}
div.section.press ul.pressList li::before {
	display: none;
}
div.section.press ul.pressList li a {
	display: flex;
	background: #FFF;
	text-decoration: none;
	color: #2b3034;
	padding: 0 30px;
	align-items: flex-start;
	justify-content: space-between;
}
@media screen and (max-width: 1019px) {
	div.section.press ul.pressList li a {
		display: block;
		padding: 5px 15px;
	}
}
div.section.press ul.pressList li div.left {
	width: 80px;
	justify-content: space-between;
	align-items: center;
	padding: 13px 0;
}
@media screen and (max-width: 1019px) {
	div.section.press ul.pressList li div.left {
		width: 100%;
		padding: 13px 0 10px;
	}
}
div.section.press ul.pressList li div.left p {
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1019px) {
	div.section.press ul.pressList li div.left p {
		display: inline-block;
		padding-right: 10px;
	}
}
div.section.press ul.pressList li div.right {
	display: flex;
	width: 825px;
	padding: 10px 0;
}
@media screen and (max-width: 1019px) {
	div.section.press ul.pressList li div.right {
		width: 100%;
		padding: 0 0 10px;
	}
}
div.section.press ul.pressList li div.right p {
	font-size: 15px;
	line-height: 25px;
	padding: 0;
	margin: 0;
}
div.section.press ul.pressList li div.right p.pdf {
 	background: url(../../img/information/mark_pdf.svg) no-repeat 100% 50%;
	background-size: 14px;
	padding-right:30px;
}
@media screen and (max-width: 1019px) {
	div.section.press ul.pressList li div.right p.pdf {
		background: url(../../img/information/mark_pdf.svg) no-repeat 100% 50%;
		background-size: 20px;
		padding-right: 40px;
	}
}

/* ::::::::::::::::::::::::::::::::: 会社概要｜取材ポリシー ::::::::::::::::::::::::::::::::: */
div.section.press_room h3 {
	text-align: left;
	margin: 0 0 20px;
}

/* ::::::::::::::::::::::::::::::::: 会社概要｜個人情報保護方針 ::::::::::::::::::::::::::::::::: */
.privacy .detailBlock + h1Wrap{
	margin-top: 30px;
}
.privacy dl{
	font-size: 14px;
}
.privacy .contactList {
	margin-bottom: 30px;
}
div.section.privacy .h1Wrap.withOutImg p.lead.left {
	text-align: left!important;
	width: 100%;
}
@media screen and (max-width: 1019px) {
	div.section.privacy .h1Wrap.withOutImg p.lead.left {
		width: 90%;
	}
}
div.section.privacy h2 {
	text-align: left;
	margin: 0 0 20px;
	font-size: 20px;
}
div.section.privacy p.privacy_mark {
	text-align: right;
	margin-top: -100px;
}
@media screen and (max-width: 1019px) {
	div.section.privacy p.privacy_mark {
		text-align: right;
		margin-top: 0;
	}
}

.privacy .spView{
	display: none;
}
div.section.privacy div.detailBlock{
	padding-bottom: 30px;
}
div.section.privacy table th{
	width: 170px;
}
@media screen and (max-width: 1019px){
	div.section.privacy table th{
		width: 100%;
	}
	div.section.privacy table td{
		border: none;
	}
}
.privacy table p{
	margin-bottom: 0;
}
.privacy ol{
	list-style-type: none;
	counter-reset: count 0;
}
.privacy .one-byte li{
	text-indent: -2.55em;
	padding-left: 2.55em;
}
.privacy .one-byte li:before{
  content: "【" counter(count) "】";
	counter-increment: count 1;
	/* padding-right: .5em; */
}
.privacy .two-byte > li:nth-child(1)::before {
	content:"１．";
}
.privacy .two-byte > li:nth-child(2)::before {
	content:"２．";
}
.privacy .two-byte > li:nth-child(3)::before {
	content:"３．";
}
.privacy .two-byte > li:nth-child(4)::before {
	content:"４．";
}
.privacy .two-byte > li:nth-child(5)::before {
	content:"５．";
}
.privacy .two-byte > li:nth-child(6)::before {
	content:"６．";
}
.privacy .two-byte.indent li{
text-indent: -2.3em;
padding-left: 2em;
}
.privacy .two-byte.indent p{
	text-indent: 0;
	margin-top: 5px;
}

@media screen and (max-width: 767px){
	.privacy .spView{
		display: block;
	}
}
/* @media screen and (max-width: 567px){
	.privacy div.h1Wrap.withOutImg h1{
		width: calc( 100% - 85px);
    margin-left: 15px;
		text-align: left;
	}
} */

.privacy_meijibun .contactList.privacy-info-first dt, .privacy_meijibun .contactList.privacy-info-first dd{
	display: inline;
}

.contactList .fs-lg{
	font-size: 120%;
}
.contactListItem dd{
	position: relative;
}
.contactListItem .privacy_mark{
	position: absolute;
	/* left: 435px; */
	right: 0;
	bottom: 0;
}
@media (max-width: 570px) {
	.contactListItem .privacy_mark{
		width: 18vw;
		display: block;
	}
	.contactListItem .kurashinotomo .privacy_mark{
		bottom: -35px;
	}
	.contactListItem .gracehotel .privacy_mark{
		bottom: -23px;
	}
}
@media (max-width: 465px) {
	.contactListItem .kurashinotomo .privacy_mark{
		bottom: 0;
	}
}

/* ::::::::::::::::::::::::::::::::: 会社概要｜プライバシーポリシー ::::::::::::::::::::::::::::::::: */
div.section ul.infomationList01 {
	margin: 20px 0;
}
div.section ul.infomationList01 li {
	margin-left: 36px;
	text-indent: -36px;
	padding: 0;
}
div.section ul.infomationList01 li::before {
	position: static;
	content: none;
	border: none;
}
div.section ul.infomationList01 li:nth-child(1)::before {
	content: '【1】';
}
div.section ul.infomationList01 li:nth-child(2)::before {
	content: '【2】';
}
div.section ul.infomationList01 li:nth-child(3)::before {
	content: '【3】';
}
div.section ul.infomationList01 li:nth-child(4)::before {
	content: '【4】';
}
div.section ul.infomationList01 li:nth-child(5)::before {
	content: '【5】';
}
div.section ul.infomationList01 li:nth-child(6)::before {
	content: '【6】';
}
div.section ul.infomationList01 li:nth-child(7)::before {
	content: '【7】';
}
div.section ul.infomationList01 li:nth-child(8)::before {
	content: '【8】';
}



div.section table tr td a.noneLinkStyle {
	color: #2b3034;
	text-decoration: none;
}

/* 190917追記　ボックスリンク */
div.section ul.kindListWidthAll li.boxlink a {
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	text-decoration: none;
	color: #2b3034;
}
@media screen and (max-width: 1019px) {
	div.section ul.kindListWidthAll li.boxlink a {
		display: block;
	}
}

/* ::::::::::::::::::::::::::::::::: カスタマーハラスメントに対する行動指針 ::::::::::::::::::::::::::::::::: */
.customer_harassment{
	a{
		word-break: break-all;
	}
}
div.section.customer_harassment h2 {
	text-align: left;
	margin: 0 0 20px;
	font-size: 20px;
}
.customer_harassment ol {
	list-style-position: inside;
	counter-reset: count 0;
	li{
		font-size: 14px;
	}
}
.olLevel1{
	& > li{
		p{
			padding-left: 1em;
		}
	}
}
.olLevel2{
	list-style-type: none;
	& > li{
		&::before{
			content: "（" counter(count) "）";
			counter-increment: count 1;
		}
	}
}
.olLevel3{
	list-style-type: none;
	& > li{
		padding-left: 1.5em;
	}
}

.banner{
	display: block;
	max-width: 200px;
	img{
		width: 100%;
		height: auto;
	}
}