@charset "utf-8";

#about h2.ttl{
  margin:0 auto 50px;
}

.mb{
	margin-bottom: 30px;
}

#mainimg{
    width: 100%;
    background: url(../images/page/page_main_gr.png) repeat-x;
    text-align: center;
    overflow: hidden;
}

.box .inner .row{
  padding-bottom: 30px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 30px;
}

#mainimg img{
	width: 100%;
	max-width: 1350px;
	height: auto;
}

.textbox{
  padding-right: 50px;
}


.open_img{
	text-align: center;
	margin: 30px 0;
}

.open_img img{
	width: 100%;
}


.office_img img{
	width: 100%;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.facility img{
	width: 100%;
}

.attraction img{
	max-width: 640px;
	width: 100%;
}

.photo_img img{
    width: 100%;
    margin-bottom:10px;
}

#about .division-ttl{
    margin-top: 50px;
}

.division-ttl img{
    width: 100%;
 }

#division{
    margin-bottom:30px;
}

.imgR{
    width: 100%;
}


.photo_img .imgS{
	width: 100%;
	text-align: center;
}
.staffintro{
  padding: 20px;
}

.staffintro .row div{
  padding: 30px;
}

.staffintro .row h5 {
    text-align: center;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    border: 1px solid #f288b6;
    padding: 5px 0;
    font-weight: normal;
    color: #f288b6;
    font-weight: bold;
}

.staffintro .row h5 span{
    font-size: 14px;
}

.staffintro .row img {
    padding: 0 50px;
    width: 100%;
}

.staffintro .row table{
  border-collapse:collapse;
  width: 100%;
}


.staffintro .row table th,.staffintro .row table td{
  border: 1px solid #000;
  padding:5px 10px; 
}

.staffintro .row table th{
  width: 20%;
  background: #fde4f0;
}


@media screen and (max-width:768px)  {
  .staffintro{
    padding: 0;
  }
}



@media screen and (max-width:480px)  {
  	.list{
       text-align: center; 
    }
    .photo_img .imgS{
    width: 80%;
    text-align: center;
	}
	.textbox {
    padding-right: 15px;
	}
	.box .inner .row {
    border-bottom: none;
	}
}

.servicetime{
    font-size:18px;
    line-height: 1.4;
}

.servicetime dt{
   font-weight: bold;
   margin-bottom: 10px;
}

.servicetime dt span{
   color:#8EC31E
}

.servicetime dd{
    margin-inline-start:0;
}