@charset "utf-8";
/* CSS Document */


#toppage{
  width: 100%;
  max-width: 2000px;
}

#toppage .toppage{
  height: 810px;
  /* background: url('../images/top_main_bk.jpg') top center; */
  background-size: cover;
  position: relative;
}

#toppage .toppage h1{
  font-size: 30px;
  text-align: center;
  letter-spacing: 5px;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#toppage .toppage p a{
  width:1080px;
  height: 50px;
  background-color: #fff;
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

#toppage .toppage p a:hover{
  opacity: 1;
}

#toppage .toppage .title{
  display: inline-block;
  background-color: #faed85;
  width: 200px;
  height: 50px;
  text-align:center;
  line-height:45px;
  font-size: 18px;
  font-family: 'Hannari', serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing:border-box;
  vertical-align:bottom;
}

#toppage .toppage .day{
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  font-size:13px;
  color: #999;
  padding: 0 30px;
  display:inline-block;
  width:205px;
  height:50px;
  line-height:50px;
  box-sizing:border-box;
  vertical-align:bottom;
}

#toppage .toppage .txt{
  font-size: 14px;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  letter-spacing: 2px;
  display:inline-block;
  width:674px;
  height:50px;
  vertical-align:bottom;
  box-sizing:border-box;
  line-height:50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px;
}


/* news */

.news .tabs { display:block; width:100%;margin-bottom: 30px;}
.news .tabs:after {
    content:" ";
    display:block;
    clear:both;
}
.news .tabs li{float:left; width:24.25%;margin-right:1%;position:relative;}
.news .tabs li a{
  display: block;
  width:100%;
  padding-top: 11px;
  padding-bottom: 19px;
  font-size: 12px;
  letter-spacing: 3px;
  text-align: center;
  font-weight: 400;
  font-family: 'Hannari', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.news .tabs li:nth-of-type(1) a{border-top:3px solid #faed85;}
.news .tabs li:nth-of-type(2) a{border-top:3px solid #fcb89c;}
.news .tabs li:nth-of-type(3) a{border-top:3px solid #acdcec;}
.news .tabs li:nth-last-child(1){margin-right:0;}
.news .tabs li:nth-last-child(1) a{border-top:3px solid #dfefb7;}

.news .tabs li:nth-of-type(1):hover,.news .tabs li:nth-of-type(1).active{background-color:#faed85;position:relative;display:block;-webkit-transition:initial;transition:initial;}
.news .tabs li:nth-of-type(2):hover,.news .tabs li:nth-of-type(2).active{background-color:#fcb89c;position:relative;display:block;-webkit-transition:initial;transition:initial;}
.news .tabs li:nth-of-type(3):hover,.news .tabs li:nth-of-type(3).active{background-color:#acdcec;position:relative;display:block;-webkit-transition:initial;transition:initial;}
.news .tabs li:nth-of-type(4):hover,.news .tabs li:nth-of-type(4).active{background-color:#dfefb7;position:relative;display:block;-webkit-transition:initial;transition:initial;}
.news .tabs li:nth-of-type(1):hover a,.news .tabs li:nth-of-type(1).active a{border-top:3px solid #faed85;opacity:1;-webkit-transition:initial;transition:initial;}
.news .tabs li:nth-of-type(2):hover a,.news .tabs li:nth-of-type(2).active a{border-top:3px solid #fcb89c;opacity:1;-webkit-transition:initial;transition:initial;}
.news .tabs li:nth-of-type(3):hover a,.news .tabs li:nth-of-type(3).active a{border-top:3px solid #acdcec;opacity:1;-webkit-transition:initial;transition:initial;}
.news .tabs li:nth-of-type(4):hover a,.news .tabs li:nth-of-type(4).active a{border-top:3px solid #dfefb7;opacity:1;-webkit-transition:initial;transition:initial;}
.news .tabs li:hover a,.news .tabs li.active a{border-top:3px solid #faed85;opacity:1;-webkit-transition:initial;transition:initial;}
.news .tabs li.active a h2{line-height:;}
.news .tabs li:nth-of-type(1):hover:after,.news .tabs li:nth-of-type(1).active:after{
	content: "";
	position: absolute;
  z-index: 1;
	bottom: -70%;
  margin-top: -5px;
	left: 50%;
 	margin-left: -18px;
	border: 18px solid transparent;
	border-top: 18px solid #faed85;
  -webkit-transition:initial;
  transition:initial;
}

.news .tabs li:nth-of-type(2):hover:after,.news .tabs li:nth-of-type(2).active:after{
  content: "";
	position: absolute;
  z-index: 1;
	bottom: -70%;
  margin-top: -5px;
	left: 50%;
 	margin-left: -18px;
	border: 18px solid transparent;
  -webkit-transition:initial;
  transition:initial;
  border-top: 18px solid #fcb89c;
}
.news .tabs li:nth-of-type(3):hover:after,.news .tabs li:nth-of-type(3).active:after{
  content: "";
	position: absolute;
  z-index: 1;
	bottom: -70%;
  margin-top: -5px;
	left: 50%;
 	margin-left: -18px;
	border: 18px solid transparent;
  -webkit-transition:initial;
  transition:initial;
  border-top: 18px solid #acdcec;
}
.news .tabs li:nth-of-type(4):hover:after,.news .tabs li:nth-of-type(4).active:after{
  content: "";
	position: absolute;
  z-index: 1;
	bottom: -70%;
  margin-top: -5px;
	left: 50%;
 	margin-left: -18px;
	border: 18px solid transparent;
  -webkit-transition:initial;
  transition:initial;
  border-top: 18px solid #dfefb7;
}


.news .newsList li a{
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #dddddd;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
}

.news .newsList li:nth-last-of-type(1) a{
  border-bottom: none;
}

.news .newsList li .day{
  font-size: 13px;
  color: #999;
  margin-right: 25px;
}

.news .newsList li .tug{
  width: 150px;
  height: 25px;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 25px;
  margin-right: 15px;
}

.news span.career{ background-color: #dfefb7; }
.news span.all{ background-color: #ffe951; }
.news span.notice{ background-color: #fcb89c; }
.news span.mandw{ background-color: #acdcec; }

.news .newsList li .txt{
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 25px;
  font-weight:bold;
  width: 745px;
  word-wrap: break-word;
}
/*
.news .link{padding-bottom:100px;border-bottom: 1px solid #ddd;overflow:hidden;}

.news .link li{
  width: 347px;
  float:left;
  margin-right: 19px;
  border:1px solid #ddd;
  box-sizing: border-box;
  border-radius:4px;
  position: relative;
}
*/

.news .link{padding-bottom:70px;border-bottom: 1px solid #ddd;overflow:hidden;text-align:center;font-size:0;}

.news .link li{
  display: inline-block;
  width: 500px;
  float:none;
  border:1px solid #ddd;
  box-sizing: border-box;
  border-radius:4px;
  position: relative;
}
.news .link li .img,
.news .link li .img img{
  width: 100%;
}
.news .link li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #faed85;
  border-left: 20px solid transparent;
}
.news .link li:nth-last-of-type(1){
  margin-right: 0;

}

.news .link:after {
    content:" ";
    display:block;
    clear:both;
}

.news .link li .txt{
  text-align: center;
  font-size:19.5px;
  font-family: 'Hannari', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 3px;
  padding: 17px 0 23px;
}

.btn{text-align: center;margin-top:70px;margin-bottom:70px;}
.btn a{
  width: 350px;
  display: inline-block;
  text-decoration: none;
  margin: 0 auto;
  padding:20px 0;
  background: #efefef;
  color: #000;
  border-bottom: solid 3px #dddddd;
  border-radius: 3px;
  font-size: 15px;
  text-align: center;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
}

.btn a span{
  position: relative;
}

.btn a:hover {/*ボタンを押したとき*/
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);/*下に動く*/
  border-bottom: solid 3px #fff;
	opacity: 1;
}

.btn a span:before{
  display: block;
  content: "";
  background: url('../cmn/cmn_img/arrow.png') no-repeat;
  width: 6px;
  height: 10px;
  margin-top:-5px;
  background-size: contain;
  position: absolute;
  top:50%;
  right:-20px;
}


/* business */
.business h2{font-size:28px;font-family: 'Hannari', serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-align:center;margin: 80px auto 50px;letter-spacing:4px;font-weight: 500;}
.business ul{width: 100%;}
.business ul:after {
    content:" ";
    display:block;
    clear:both;
}
.business li:hover{background-color: #fdf4e3;opacity:1;}
.business li:hover a{opacity:1;display:block;background-color: #fdf4e3;}
.business li:hover span{background-color: #fdf4e3;}
.business li span{padding:20px 0;display: block;background-color:#f3f3f3;}
.business li span .img{text-align: center;}
.business li span .img img{width: 100%;}
.business li{width: calc(100%/3);float: left;}
.business li a{padding: 30px;display: block;box-sizing: border-box;background-color:#f3f3f3;border-right: 1px solid #ddd;}
.business li:nth-last-child(1) a{border-right: none;}
.business li a h3{text-align:center;font-family: 'Hannari', serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 24px;letter-spacing: 2px;padding:30px 0;font-weight: 500;}
.business li a .txt{font-size: 13.5px;/* font-family: 'Noto Sans Japanese', sans-serif; */font-family: 'Hannari', serif;line-height: 1.8;letter-spacing:1.5px;}



/* facility */
.facility h2{font-weight: 500;font-size:29px;font-family: 'Hannari', serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-align:center;margin: 80px auto 50px;letter-spacing:4px;}

.facility .tabs { display:block; width:100%;margin-bottom: 60px;border-bottom:1px solid #ddd;}
.facility .tabs:after {
    content:" ";
    display:block;
    clear:both;
}
.facility .tabs li{float:left; width:32.6%;margin-right:1%;position:relative;}
.facility .tabs li a{
  display: block;
  width:100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  letter-spacing: 3px;
  text-align: center;
  font-family: 'Hannari', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #efefef;
}

.facility .tabs li:nth-last-child(1){margin-right:0;}


.facility .tabs li:hover a,.facility .tabs li.active a{;opacity:1;background-color: #faed85;}
.facility .tabs li:hover:after,
.facility .tabs li.active:after{
	content: "";
	position: absolute;
  z-index: 1;
	bottom: -70%;
  margin-top: -5px;
	left: 50%;
 	margin-left: -18px;
	border: 18px solid transparent;
	border-top: 18px solid #faed85;
}

.facility .tab_content ul:after {
    content:" ";
    display:block;
    clear:both;
}
.facility .tab_content ul li:nth-of-type(odd){
  float:left;
  margin-bottom: 10px;
  margin-left: 25px;
}

.facility .tab_content ul li:nth-of-type(even){
  float:right;
  margin-bottom: 10px;
  margin-right: 25px;
}

.facility .tab_content .img{

  width: 230px;
  /*
  height:100%;
  */
  float: left;
  overflow:hidden;
}
.facility .tab_content .img img{

  width: 230px;
  /*
  height: 100%;
*/
  vertical-align: bottom;
  display: none;
}

.facility .tab_content:nth-of-type(1) li:nth-of-type(1) .img{
  background: url('../facility/img/img_ojunkai2.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(1) li:nth-of-type(2) .img{
  background: url('../facility/img/img_miyanosaka.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(1) li:nth-of-type(3) .img{
  background: url('../facility/img/img_yoshida.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(2) li:nth-of-type(1) .img{
  background: url('../facility/img/img_gotenyama.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(2) li:nth-of-type(2) .img{
  background: url('../images/img_ookanmuri.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(2) li:nth-of-type(3) .img{
  background: url('../images/img_meguri.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(2) li:nth-of-type(4) .img{
  background: url('../images/img_nagisa.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(2) li:nth-of-type(5) .img{
  background: url('../images/img_ojunkai.jpg') top center;
  background-size: cover;
}

.facility .tab_content:nth-of-type(3) li:nth-of-type(1) .img{
  background: url('../facility/img/img_shimizuen.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(3) li:nth-of-type(2) .img{
  background: url('../images/img_isoshima.jpg') top center;
  background-size: cover;
}
.facility .tab_content:nth-of-type(3) li:nth-of-type(3) .img{
  background: url('../images/img_dummy.jpg') top center;
  background-size: cover;
}

.facility .tab_content li{
  width: 500px;
  /*! height: 210px; */
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.facility .tab_content li:after {
    content:" ";
    display:block;
    clear:both;
}



.facility .tab_content li span{
  width: calc(500px - 232px);
  float: right;
  /*! height: 208px; */
  box-sizing: border-box;
  padding: 25px;
  position: relative;
}

.facility .tab_content li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #faed85;
  border-left: 20px solid transparent;
}


.facility .tab_content li span h3{
  font-size: 19px;
  font-family: 'Hannari', serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 2px;
  margin-bottom: 15px;
  line-height: 1.4;
}
.facility #tab5 li:nth-last-of-type(1) span h3 div{
  font-size: 14px;
}
.facility .tab_content li span .txt{
  font-size: 12px;
  /* font-family: 'Noto Sans Japanese', sans-serif; */
  font-family: 'Hannari', serif;
  letter-spacing: 2px;
  line-height: 1.4;
}


.facility .all{margin-top: 60px;}
