@charset:"UTF-8";


.pc-none{
	display: inherit;
}

.sp-none{
	display: none;
}

/*---------------------------------------
 * 共通スタイル
---------------------------------------*/ 

.photo-box{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	display: table;
	table-layout: fixed;
}

.photo-box .copy{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	padding: 0 3%;
	position: relative;
	z-index: 9999;
	color: #FFFFFF;
	text-align: center;
}

.photo-box .copy .title{
	font-size: 1.143em;
}

.photo-box .copy .read{
	line-height: 1.6;
}

.photo-box span{
	display: block;
	margin: 15px auto; 
	width: 50px;
	height: 2px;
	background: #FFFFFF;
}


.black-bg{
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	opacity:0.4;
	background: #000000;
	z-index: 1;
}

.non-cursor{
	cursor: default;
}

.sp-none{
	display: none;
}


.txt{
	line-height:2;
}

.txt-s{
	font-size:12px;
}

.txt-b{
	font-weight:bold;
}

.tit-lined{
	border-bottom: 1px solid #CCCCCC;
    font-weight: 400;
    font-size: 1.286em;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.5;	
}

.mgnB10{
	margin-bottom:10px !important;
}

.mgnB20{
	margin-bottom:20px !important;
}

.mgnB30{
	margin-bottom:30px !important;
}

.mgnB40{
	margin-bottom:40px !important;
}

.mgnT40{
	margin-top:40px !important;
}

.link-txt a{
	text-decoration:underline;
	color: #000;
    font-weight: bold;
}

.link-txt a:hover{
	text-decoration:none;
}



/* ghost btn
---------------------------------------*/ 

.ghost-btn{

}

.ghost-btn a{
	display: block;
	border: 1px solid #585e6a;
	text-align: center;
	padding: 20px;
	line-height: 1;
}

.ghost-btn a:hover{
	background: #585e6a;
	color: #FFFFFF;
}


/*---------------------------------------
 * SP HEADER
---------------------------------------*/ 


.pc-header{
	display: none;
}

.sb-slidebar{
	display: block;
}

.sp-header{
	padding: 15px;
	background: #FFFFFF;
	position: fixed;
	top:0;
	left:0;
	z-index: 1000;
	width: 100%;
}

.sp-header h1{
	width: 100px;
}

.sp-menu-btn{
	width: 25px;
	position: fixed;
	top:23px;
	right:15px;
	z-index: 99999;
}


.sb-active .sp-menu-btn img{
	 transform: rotate(-90deg);
}



/* ナビゲーション
---------------------------------------*/ 

.sb-slidebar{
	background: #eaeceb !important;
}

.sb-right-inner{
	width: 100%;
	height: 100%;
	position: relative;
}

.sb-right-inner .drawer_btn{
	display: block;
	width: 25px;
	position: absolute;
	top:20px;
	right:20px;
}

.sb-right-inner .drawer_btn img {transform: rotate(-90deg);}

.sb-right-inner nav{
	padding: 5px 0 0 20px;
}


.sb-right-inner nav li{
	display: block;
	margin: 20px 0;
	font-weight: 500;
	font-size: 12px;
}

.sb-right-inner nav li > ul{
	margin-left: 25px;
}

.sb-right-inner nav li > ul li:before{
	content: "- ";
}

.hide { display:none; }
.hide_important { display:none!important; }

.contents_area.sidr-open { position:fixed !important; }









/*---------------------------------------
 * MODULE - HOTEL GROUP -
---------------------------------------*/ 

.module-hotelgroup{
	width: 100%;
	background: #f1f1f7;
	padding: 30px 0 30px;
}

.module-hotelgroup .module-hotelgroup-inner{
	width: 95%;
	margin: 0 auto;
}

.module-hotelgroup .module-hotelgroup-inner .module-hotelgroup-title{
	width: 200px;
/*	width: 286px;*/
	margin: 0 auto 26px;
}

.module-hotelgroup .module-hotelgroup-inner ul li{
	width: 260px;
	background: #FFFFFF;
	margin: 0 13px;
	text-align: center;
}

.module-hotelgroup .module-hotelgroup-inner ul li .name{
	width: 94%;
	height: auto;
	line-height: 1.7;
	padding: 18px 3%;
	table-layout: fixed;
	display: table;
	font-size: 10px;
}

.module-hotelgroup .module-hotelgroup-inner ul li .name span{
	display: table-cell;
	vertical-align: middle;
}

.module-hotelgroup .module-hotelgroup-inner ul li .links{
	display: table;
	width: 100%;
}

.module-hotelgroup .module-hotelgroup-inner ul li .links a{
	display: table-cell;
	width: 50%;
	text-align: center;
	padding: 7px 0;
	font-size: 0.714em;
	color: #FFFFFF;
	font-weight: 600;
}

.module-hotelgroup .module-hotelgroup-inner ul li .links a.detail-link{
	background: #8a9099;
}

.module-hotelgroup .module-hotelgroup-inner ul li .links a.ext-link{
	background: #333333;
}

.module-hotelgroup .module-hotelgroup-inner ul li .links a:hover{
	background: #666666;
}

.module-hotelgroup .module-hotelgroup-inner ul li .links a.ext-link span{
	background: url(../images/module/icon_hotelgroup-01.png) 100% 1px no-repeat;
	background-size: 10px;
	padding-right: 13px;
}



.module-hotelgroup .module-hotelgroup-inner .slick-prev{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-image: url(../images/module/arrow-left_hotelgroup-01.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}

.module-hotelgroup .module-hotelgroup-inner .slick-next{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	right:0;
	display: block;
	width: 24px;
	height: 24px;
	margin-top: -12px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	background-image: url(../images/module/arrow-right_hotelgroup-01.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 1;
}






/*---------------------------------------
 * MODULE - FOOT BANNER -
---------------------------------------*/ 

.module-footbanner{
	width: 100%;
	padding: 30px 0;
}

.module-footbanner .module-footbanner-inner{
	width: 95%;
	margin: 0 auto;
}

.module-footbanner .module-footbanner-inner .fb{
	margin: 0 auto 20px;
	width: 100%;
}

.module-footbanner .module-footbanner-inner ul li{
	float: left;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	/*width: 48%;
	margin:0 2% 0 0;*/
	width:32%;
}

.module-footbanner .module-footbanner-inner ul li:nth-child(2){
	margin:0 2%;
}
	
/*.module-footbanner .module-footbanner-inner ul li.last{
	margin: 0 0 0 2%;
}*/


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
	height: 153px !important;
}



/*---------------------------------------
 * FOOTER
---------------------------------------*/ 

footer{
	margin-top: 0px;
	padding: 30px 15px 20px;
	background: #e4e4e9;	
}

footer .sp-footer-inner{
	width: 100%;
	font-size: 0.714em;
	line-height: 1.4;
}

footer .sp-footer-inner .sp-footer-column{
	width: 32%;
	float: left;
	padding-right:1.333333%; 	
}

footer .foot-menu p,
footer .foot-menu ul li	{
	margin-bottom: 10px;	
}

footer .foot-menu ul li	{
	text-indent: -0.6em;
	margin-left: 1em;
}

.copyright{
	display: block;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	background: #FFFFFF;
	font-size: 0.714em;
	color: #8a9099;
}

.pc-footer-inner .pagetop{
	display: none;
}





/*---------------------------------------
 * PAGE TEMPLATE
---------------------------------------*/ 


/* ページヘッド
---------------------------------------*/ 



.page-head{
	width: 100%;
	height: 100px;
	margin-top: 61px;
	color: #FFFFFF;
	display: table;
	table-layout: fixed;
}

.page-head hgroup{
	display: table-cell;
	vertical-align: middle;
	padding-left: 15px;
}

.page-head hgroup h2{
	font-weight: 200;
	font-size: 30px;
}

.page-head hgroup span{
	display: block;
	width: 60px;
	height: 2px;
	background: #c7000b;
	margin: 10px 0;
}




/* パンクズリスト
---------------------------------------*/ 

.topic-path{
	background: #eaeceb;
	padding:  15px;
	font-size: 0.857em;
}




/* ページレイアウト
---------------------------------------*/ 



.page{
	width: 100%;	
}

aside{
	display: none;
}

.main-column{
	padding: 40px 0 80px;
}

.main-column .side-space{
	padding: 0 15px;
}




/* 各コンテンツ見出し
---------------------------------------*/


.page .main-column section{
	margin-bottom: 80px;
}

.page .main-column section.last{
	margin-bottom: 0;
}

.page .main-column section h3 img{
	width: 18px;
	vertical-align: bottom;
	padding-right: 5px;
}

.page .main-column section h3{
	margin-bottom: 35px;
}

.page .main-column section .catch{
	margin-bottom: 30px;
}

.page .main-column section .catch .main{
	font-size: 2.571em;
	font-weight: 200;
	margin-bottom: 20px;
	line-height: 1.3;
}

.page .main-column section .catch .sub{
	font-weight: 500;
	font-size: 1.286em;
	line-height: 1.5;
}

.page section .read{
	line-height: 2;
}

.page .content-block{
	margin-top: 40px;
	
}

.page .content-block h4{
	border-bottom: 1px solid #CCCCCC;
	font-weight: 400;
	font-size: 1.286em;
	padding-bottom: 10px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.page .content-block .read{
	font-size: 1em !important;
	font-weight: 400 !important;
}


/**/

.page .content-block.photo-r .photo{
	margin-bottom: 20px;
}





/* ミッション レコメンド
---------------------------------------*/ 

.mission-recommend{}

.mission-recommend h3{
	font-size: 1.571em;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
}

.mission-recommend h3 span{
	font-size: 0.545em;
	letter-spacing: 0em;
}

.mission-recommend .bar{
	display: block;
	width: 50px;
	height: 2px;
	background: #c7000b;
	margin-bottom: 30px;
}

.mission-recommend .box{
	width: 100%;
	height: 150px;
	margin-bottom: 15px;
}

.mission-recommend .box.last{
	margin-bottom: 0;
}

.mission-recommend .box-01{
	background-image:url(../images/mission/pic_mission-recommend-01.jpg);
}

.mission-recommend .box-02{
	background-image:url(../images/mission/pic_mission-recommend-02.jpg);
}

.mission-recommend .box-03{
	background-image:url(../images/mission/pic_mission-recommend-03.jpg);
}

.mission-recommend .box-04{
	background-image:url(../images/mission/pic_mission-recommend-04.jpg);
}

.mission-recommend ul .box a:hover + .black-bg{
	opacity: 0.7;
}









/*---------------------------------------
 * 記事ページテンプレートボックス
---------------------------------------*/ 


.post-field h4.post-midashi{
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	font-weight: 400;
	font-size: 1.286em;
	padding-bottom: 10px;
	margin: 40px 0 20px;
	line-height: 1.5;
}

.post-field .alignleft{
	width: 100%;
	float: left;
	margin: 0 0 20px ;
}

.post-field .alignright{
	width: 100%;
	float: right;
	margin: 0 0 20px;
}




/* 解説ボックス
---------------------------------------*/ 


.post-field .kaisetsu{
	border: 1px solid #CCCCCC;
	padding: 30px 20px ;
	display: block;
	margin: 40px 0 0;
}

.post-field .kaisetsu .image{
	width: 100%;
	margin: 0 auto 40px;
	padding: 0;
	display: block;
	vertical-align: middle;
	text-align:center;
}

.post-field .kaisetsu .image img{
	width: 70%;
	display: block;
	margin: auto;
}

.post-field .kaisetsu .text{
	width: 100%;
	display: block;
	vertical-align: middle;
}





/* 施設紹介ページ SNSリンクバナー
---------------------------------------*/ 

.module-sns-links{
	border-top: 1px solid #9d9d9d;
	padding-top: 30px;
	margin-bottom: 50px;
	
}

.module-sns-links ul li{
	float: left;
	width: 50%;
	line-height: 0;
}



/* Youtube
---------------------------------------*/ 
.iframe_wrap_movie{
	position: relative;
	width: 100%;
    padding-top: 56.25%;
    margin: 20px 0 0;
	border:3px solid #fff;
}

.iframe_wrap_movie iframe{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ----------------------------------- */

.module-footbanner-recruit {
	position: relative;
	display: block;
	z-index: 0;
}
.module-footbanner-recruit::before {
	position: absolute;
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .3);
	z-index: 0;
}
.module-footbanner-recruit {
	aspect-ratio: 530/145;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-footbanner-recruit-text {
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
