@charset "utf-8";

/* ===============================================
# メイン画像
=============================================== */
/*横須賀*/
#information .yokosuka .cmn_main_img {
  background-image: url("/information/campus/yokosuka/img/bg_main.jpg");
}
@media screen and (max-width :768px){
  /*社会福祉学科*/
  #information .yokosuka .cmn_main_img {
  background-image: url("/information/campus/yokosuka/img/bg_main_sp.jpg");
  }
}


/* ===============================================
# 横須賀キャンパス
=============================================== */
.yokosuka .cmn_area_catch {
  padding-bottom: 40px;
}
.yokosuka .main {
  padding-bottom: 0;
}
@media screen and (max-width :768px){
  .yokosuka .cmn_area_catch {
    padding-bottom: 0;
  }
}

/* ===============================================
# 施設写真
=============================================== */
/*スワイパー-----------------*/
.area_fphoto .swiper_fphoto {
  margin-bottom: 40px;
}
/*ボタン-----------------*/
.area_fphoto .btn_fphoto {
  text-align: center;
  padding: 20px 0 0 0;
}
.area_fphoto .btn_fphoto li {
  display: inline-block;
  width: 320px;
}
.area_fphoto .btn_fphoto .cmn_btn {
  margin: 0;
}
.area_fphoto .btn_fphoto .cmn_btn.facility span::after{
    content: '';
    position: absolute;
    right: -30px;
    top: 1px;
    width: 6px;
    height: 20px;
    background: url(/common/img/ico_arrow_btm.svg) no-repeat center center;
    background-size: contain;
}
@media screen and (max-width :1000px){
  .area_fphoto .btn_fphoto {
    overflow: hidden;
  }
  .area_fphoto .btn_fphoto li {
    width: 48%;
    float: left;
    margin: 0 1%;
  }
}
@media screen and (max-width :768px){
  .area_fphoto .swiper_fphoto {
    margin-top: 15px;
    margin-bottom: 20px
  }
  .area_fphoto .btn_fphoto {
    padding:15px 0 0 0;
  }
  .area_fphoto .btn_fphoto .cmn_btn.facility span::after{
    right: -15px;
    top: 2px;
    width: 4px;
    height: 13px;
    background: url(/common/img/ico_arrow_btm.svg) no-repeat center center;
    background-size: contain;
  }  
}


/* ===============================================
# メインコンテンツ
=============================================== */
.box_maincont {
  background: #f9f8f2;
  padding: 0 0 100px 0;
  margin: 50px 0 0 0;
}
.box_maincont .box_ttl {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.6;
}
.box_maincont .box_ttl .en {
  font-size: 45px;
  font-size: 4.5rem;  
  display: block;  
}
@media screen and (max-width :768px){
  .box_maincont {
    margin: 38px 0 0 0;
  }  
  .box_maincont .box_ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .box_maincont .box_ttl .en {
    font-size: 29px;
    font-size: 2.9rem;  
  }
}

/* ===============================================
# コンセプト
=============================================== */
.area_concept {
  padding: 20px 0 0 0;
}
.box_maincont .area_concept .box_ttl {
  margin: -55px 0 0 0;
}
.area_concept .box_concept {
  flex-wrap: wrap;
  margin: 40px 0 30px 0;
}
.area_concept .box_concept dl {
  width: 25%;
  border-left: 1px solid #cccccc;
}
.area_concept .box_concept dl:first-child {
  border-left: none;
}
.area_concept .box_concept dl dt {
  text-align: center;
  color: #df6b70;
  position: relative;
}
.area_concept .box_concept dl dt .number {
  position: absolute;
  right: 0;
  left: 0;
  bottom:-30px;
  margin: auto;
  background: #f9f8f2;
  font-size: 26px;
  font-size: 2.6rem;
  width:70px;
  height: 70px;
  display: inline-block;
  border-radius: 70px;
  line-height:70px;
  text-align:center;
}
.area_concept .box_concept dl dt .number:before {
  content: '';
  position: absolute;
  bottom: 20px;
  left:7px;  
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #df6b70;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area_concept .box_concept dl dt .number:after {
  content: '';
  position: absolute;
  bottom: 20px;
  right:7px;  
  display: inline-block;
  width: 18px;
  height: 1px;
  background-color: #df6b70;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.area_concept .box_concept dl dd {
  padding: 20px 22px 20px 22px;
  position: relative;
  z-index: 2;
 }
.area_concept .box_concept dl dd .ttl {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.area_concept .box_concept dl dd .text {
  line-height: 1.6;
}
@media screen and (max-width :1400px){
  .box_scroll {
    width: 100%;
    padding-bottom: 10px;
    overflow-x: auto;
    margin-bottom: 30px;
  }
  .box_scroll  > *{
    width: 1200px;
    margin-bottom: 5px;
  }
  .box_scroll::-webkit-scrollbar{
    height:5px;
  }
  .box_scroll::-webkit-scrollbar{
    background: #cccccc;
    border-radius: 4px;
  }
  .box_scroll::-webkit-scrollbar-thumb{
    background: #f56e74;
    border-radius: 4px;
  }
}
@media screen and (max-width :768px){
  .area_concept .box_concept {
    margin: 20px 0 30px 0;
  }  
  .box_maincont .area_concept .box_ttl {
      margin: -42px 0 0 0;
  }  
  .area_concept .box_concept dl dt .number {
    right: 0;
    left: 0;
    bottom:-30px;
    font-size: 20px;
    font-size: 2rem;
    width: 53px;
    height: 53px;
    border-radius: 53px;
   line-height: 53px;
  }  
  .area_concept .box_concept dl dt .number:before {
    bottom: 18px;
    width: 12px;
  }
  .area_concept .box_concept dl dt .number:after {
    bottom: 18px;
    width: 12px;
  }  
  .area_concept .box_concept dl dd .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin: 0 0 10px 0;
  }
}

/* ===============================================
# MAP
=============================================== */
/*mapimg*/
.area_map .img_guidemap area {
  border:none;
  outline:none;
}
.area_map .img_guidemap {
  max-width: 1200px;
  margin: 0 auto; 
}
.area_map .img_guidemap.for_sp {
  margin: 0 auto 20px auto; 
}

/*ナンバー-----------------*/
.area_map .number p ,
.area_map .number p:after ,
.area_map .number p:before ,
.area_map .number p span {
  content:"";
  width:30px;
  height:30px;
  background-color:#2e2e2e;
  position:absolute;
  top:0px;
}
.area_map .number ,
.area_map .number p ,
.area_map .number p:after ,
.area_map .number p:before {
  -webkit-transform: rotate(22.5deg);
  -moz-transform: rotate(22.5deg);
  transform: rotate(22.5deg);  
}
.area_map .number p span {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);  
  text-align: center;
  z-index: 999;
  line-height: 30px;
  color: #fff;
}
.area_map .number {
  position:relative;
  width:30px;
  height:30px;
  background-color:#2e2e2e;
}
@media screen and (max-width :768px) {
  .area_map .number p ,
  .area_map .number p:after ,
  .area_map .number p:before ,
  .area_map .number p span {
    width:20px;
    height:20px;
  }
  .area_map .number p span {
    line-height: 20px;
  }
  .area_map .number {
    width:20px;
    height:20px;
  }
}

/*ナンバータイトル-----------------*/
.area_map .number_ttl {
  display: table;
  width: 100%;
  border-top: 1px solid #c1c1c1;  
  border-bottom: 1px solid #c1c1c1;
  margin: 0 0 20px 0;
}
.area_map .number_ttl dt {
  padding: 12px 0;
  display: table-cell;
  vertical-align: middle;
  width: 50px;
}
.area_map .number_ttl dd {
  padding: 8px 0;  
  display: table-cell;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (max-width :768px) {
  .area_map .number_ttl {
    margin: 20px 0;
  }  
  .area_map .number_ttl dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .area_map .number_ttl dt {
    width: 35px;
    padding: 7px 0;
  }  
}

/*ボックス-----------------*/
.area_map .box_map {
  flex-wrap: wrap;
}
.area_map .box_map dl {
  width: 31.2%;
  margin:0 0 40px 3.2%;
}
.area_map .box_map dl:nth-child(3n+1) {
  margin-left: 0;
}
.area_map .box_mapdl dd {
  padding: 0 22px 20px 22px;
 }
.area_map .box_map dl dd .ttl {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin:17px 0 0 0;
  line-height: 1.4;
}
.area_map .box_map dl dd .subttl {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 5px 0 0 0;
  padding: 0 0 0 5px;
  border-left-width: 10px;
  border-left-style: solid;
}
.area_map .box_map .nursing dd .subttl {
  border-left-color:#ef93bb;
}
.area_map .box_map .nutrition dd .subttl {
  border-left-color:#ec6d65;
}
.area_map .box_map .welfare dd .subttl {
  border-left-color:#63c0ab;
}
.area_map .box_map .rehabili_pt dd .subttl {
  border-left-color:#88abda;
}
.area_map .box_map .rehabili_ot dd .subttl {
  border-left-color:#a59aca;
}
.area_map .box_map dl dd .text {
  line-height: 1.6;
  margin: 12px 0 0 0;
}
.area_map .box_map dl dt .number {
  margin:0 auto -15px auto;
}
.area_map .box_map dd .cmn_link  {
  margin:15px 0 0 0;
}
@media screen and (max-width :1200px){
  .area_map .box_map dl:nth-child(3n+1) {
    margin-left: 4%;
  }  
  .area_map .box_map dl {
    width: 48%;
    margin: 0 0 40px 4%;
  }
  .area_map .box_map dl:nth-child(2n+1) {
    margin-left: 0;
  }  
}
@media screen and (max-width :768px) {
  .area_map .box_map dl {
    margin: 0 0 10px 4%;
  }  
  .area_map .box_map dl dd .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin:10px 0 0 0;
  }
  .area_map .box_map dl dd .subttl {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 0 0;
    padding: 0 0 0 5px;
  }
  .area_map .box_map dl dd .text {
    margin:3px 0 0 0;
  }  
  .area_map .box_map dl dt .number {
    margin:0 auto -10px auto;
  }

  body.android .area_map .box_map {
    display: block;
  }
  body.android .area_map .box_map dl {
    width: 100%;
    margin: 0 0 20px;
  }
}  


