
/*** common ***/

h1{
	padding-bottom: 1rem;
	border-bottom: 1px solid #ccc;
	font-display: 5rem;
}

h2{
	padding-left: 4rem;
	background: url(/img/icon_2013/page_h2_bg.png) no-repeat;
	border-bottom: 5px solid #7DAD19;
}

h3{
	color: #ff4500;
	text-indent: -0.65em;
	padding-left: 1.4em;
	margin-top: 5rem;
}

h4{
	color: #7DAD19;
	font-size: 24px;
}

.mt2rem{
	margin-top: 2rem;
}

.mt3rem{
	margin-top: 3rem;
}

.mr2rem{
	margin-right: 2rem;
}

.mb5rem{
	margin-bottom: 5rem;
}

.fwbold{
	font-weight: bold;
}

.taright{
	text-align: right;
}

.tacenter{
	text-align: center;
}

.cred{
	color: #f00;
}

.tdecounder{
	text-decoration: underline;
}

.hover_green:hover{
	background: #b5dc63!important;
}

.hover_red:hover{
	background: #a70601!important;
}
/* 20181210 hata add */
.hover_gray:hover{
	background: #777777!important;
}
/* 20181210 hata add over */
.time{
	display: inline-block;
	background: #FFEACC;
	font-size: 2rem;
	font-weight: bold;
	padding: 3px;
}

.place{
	color: #444;
	font-size: 1.8rem;
}

.risshian_box{
	margin-bottom: 5rem;
}

.risshian_btn{
	margin-top: 5rem;
}

/*nav ul li.list-group-item:hover{
	background: #69b900;
}*/

.apply_btn_wrapper{
	margin-bottom: 2rem;
}

@media (max-width: 767px){
	.apply_btn_wrapper{
		margin-bottom: 0;
	}
}

.apply_btn{
	background: #d43f3a;
	font-weight: bold;
}
/* 20181210 hata add */
.btn-gray,
.apply_btn.gray{
	background: #777777;
	font-weight: normal;
}
.btn-gray.fnt-white{
	color: #fff;
}
/* 20181210 hata add over */

.apply_btn a{
	color: white;
}

@media (max-width: 767px){
	img{
		width: 100%;
	}
}

.nav_breadcrumbs_{
	border-bottom: 5px solid #7dad19;
}


/*** header ***/

.bigger_notice{
	font-size: 2.5rem;
	color: #ea0202;
	font-weight: bold;
}

.risshian_date{
	font-size: 2rem;
	font-weight: bold;
}

@media (max-width: 767px){
	.con_h_lead.index img{
		width: 100%;
	}
}


/*** sidebar ***/

.navbar-header{
	background: linear-gradient(to right,#8fc51e,#7dad19);
	text-align: center;
	background-size: 4px;
}


nav ul li.nohover:hover{
	background: white;
}

@media (max-width: 767px){
	#gnavi > li{
		background: #fff8d7;
	}
}

.risshian_menu{
	margin-bottom: 2rem;
}

@media (max-width: 767px){
	.risshian_menu{
		margin-bottom: 0;
	}
}

@media (max-width: 767px){
	.risshian_menu li.list-group-item{
		background: #fff8d7;
	}
}

.telno{
	display: inline-block;
	pointer-events: none;
	color: #333;
}

@media (max-width: 767px){
	.telno{
		pointer-events: auto;
		color: #337ab7;
	}
}


/*** main ***/

.facilities{
	overflow: hidden;
}

.facilities li{
	float: left;
	margin: 0 1rem 1rem 0;
}

@media (max-width: 767px){
	.facilities li{
		width: 100%;
	}
}


.exp{
	border: 1px solid #ccc;
	padding: 1rem;
}


.btnbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (max-width: 767px){
	.btnbox{
		display: block;
	}
}

.btnbox .btn_{
	width: 45%;
}

@media (max-width: 767px){
	.btnbox .btn_{
		width: 100%;
	}
}

.btnbox .btn_ a{
	color: white;
	font-weight: bold;
	font-size: 2rem;
	padding: 2rem 0;
}

#sotsugyo ul li{
	text-indent: -1em;
	padding-left: 1em;
}

.staff_img{
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 767px){
	.staff_img{
		display: flex;
		flex-wrap: wrap;
		width: 100%;
	}
}

.staff_img div{
	display: inline-block;
	margin-right: 1%;
}

@media (max-width: 767px){
	.staff_img div{
		width: 49%;
	}
}

.target td>ul>li{
  text-indent: -3.6rem;
  padding-left: 3.6rem;
}

.target td>ul>li>ul>li{
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}

.room_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.room_img>div{
	width: 32%;
}





.modal {
  padding: 80px 0;
}

/* モーダルを開くボタン */
.modal__images {
  display: flex;
  flex-wrap: wrap;
}

.modal__images .modal__image {
  position: relative;
  width: calc((100% - (32px * 2)) / 3);
  transition: opacity .6s;
}

.modal__images .modal__image:hover {
  opacity: .6;
}

.modal__images .modal__trigger {
  cursor: pointer;
}

.modal__images .modal__image:nth-child(3n - 1),
.modal__images .modal__image:nth-child(3n) {
  margin-left: 32px;
}

.modal__images .modal__image:nth-child(n + 4) {
  margin-top: 32px;
}

.modal__images .modal__image:before {
  display: block;
  padding-top: calc((2 / 3) * 100%);
  padding-top: 100%;
  content: '';
}

.modal__images .modal__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  z-index: 20;
  width: 100%;
  height: 100%;
}

.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}

.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  width: min(calc(100% - 40px), 1000px);
  max-height: calc(100% - 40px);
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}

.modal__close:hover {
  opacity: .6;
}

.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}

.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__content .modal__image img {
  width: 100%;
}







/*** footer ***/

.column_.inquiry_ {
    background: #FFF4D5 url(../img/icon_2013/column_inquiry_bg.png) no-repeat 10px 10px;
    border: 5px solid #E6E6E6;
    padding: 10px 10px 30px 30px;
    color: #333;
}

.column_.inquiry_ h3{
	color: #333;
	margin-top: 2rem;
	border: none;
	padding-left: 0;
}

.column_.inquiry_.noattention {
    background-image: none;
    padding: 10px 40px 30px 50px;
	margin-bottom: 5rem;
}

@media (max-width: 767px){
	.column_.inquiry_.noattention{
		padding: 10px 10px 30px 25px;
	}
}


.column_.inquiry_ .column_inquiry {}
.column_.inquiry_ .column_inquiry .icon_tel_ {
    background: transparent url(/img/icon_2013/icon_tel.png) no-repeat 0 0;
    margin: 0 10px 0 10px;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 5px 40px;
    overflow: hidden;
    zoom: 1;
}
.column_.inquiry_ .column_inquiry .icon_tel_ .tel {
    float: left;
    padding-right: 10px;
    font-size: 20px;
    font-weight: bold;
}
.column_.inquiry_ .column_inquiry .icon_tel_ .tel_time {
    float: left;
    margin: 6px 0 0 10px;
    color: #666;
}
.column_.inquiry_ .column_inquiry .icon_mail_ {
    background: transparent url(/img/icon_2013/icon_mail.png) no-repeat 0 0;
    margin: 0 10px 0 10px;
    border-bottom: 1px dotted #ccc;
    padding: 3px 0 5px 40px;
    word-break: break-all;
    word-wrap: break-word;
}
.column_.inquiry_ .column_inquiry .icon_mail_ .mail {
    font-size: 16px;
    font-weight: bold;
}
.column_.inquiry_ .column_inquiry .icon_mail_ .mail a {
    color: #333;
	text-decoration: underline;
}
.column_.inquiry_ .column_inquiry .icon_mail_ .mail a:hover {
    text-decoration: none;
}

#main-footer-bg #main-footer .bnr-list.family li{
	margin-right: 12px;
}

