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


body {
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/*PCの場合にはメニューを表示させない*/
@media (min-width: 767px) {
   .sp-only {
      display:none;
    }
}
.header {
    display: none;
}
#mainimg {
	height: auto;
	/*margin-bottom: 20px;*/
	position: relative;
    /*background-color: #e3f5fa;*/
    /*height: 700px;*/
}
#mainimg .tit {
	position: static;
	margin: auto;
	z-index: 2;
	text-align: center;
	/*margin-top: 140px;*/
}


/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  /*position: relative;*/
  z-index: 100;/* 重なり順を一番上に */
  cursor: pointer;
    
    position: fixed;
  top: 0;
  right: 0;
  /*background: #3584bb;*/
  background: #4f93e0;
}

/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}
  
/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}

/* メニューのデザイン*/
.drawer-content {
  width: 100%;/* ここの割合を小さくすると閉じる部分の領域が広がる */
  /*height: 100%;*/
    height: 294px;
  position: fixed;
  top: 0;
  left: 100%;/* メニューを画面外へ */
  z-index: 99;/* 重なり順を一番上に */
  background: #4f93e0;
  transition: .5s;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面内へ */
    /*right: 0;*/
}


.drawer-list {
  padding: 70px 30px 0;
}
.drawer-item {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.drawer-item a {
  display: block;
  width: 100%;
  font-size: 1.2em;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
}
/*ここまで*/


@media screen and (max-width: 768px) {
    
  #mainimg {
    background-image: url(" ../img/mainvisual_sp.jpg");
    background-size: cover;
    background-position: center 60%;
    height: 550px;
      /*width: 100%;*/
    /*margin-top: 56px;*/
  }
    #mainimg .tit img {
        display: none;
    }
}


#doc_sec{
        background-image: url("../img/back_doctor.jpg");
    background-size:cover;
      }

#doctor {
        /*height: 50vh;*/
    background-size:cover;
    background-repeat: no-repeat;
    /*width: 1200px;*/
	width: 100%;
    margin-left: auto;
    margin-right: auto;
      }

#dep {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
      }

#residentarea {
   /* position: relative;
    z-index: 1;*/
    
    /*height: 426px;*/
    background: #f9fafb url("../img/back_resident.jpg") no-repeat center top;
}
.resident_main {
      }
.resident_in {
/*width: 1080px;*/width: auto;
    margin: 0 auto;
}

.txt_wrapper {
	width: 669px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

.txt_wrapper h3 {
	margin-bottom: 35px;
	color: #075969;
	font-size: 29px;
}
.txt_wrapper p {
    text-align: left;
}
.txt_wrapper ul {
	width: 366px;
	margin: 0 auto;
    list-style-type: none;
}
.txt_wrapper li {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
}
.txt_wrapper li a {
    text-decoration: none;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	color: #fff;
	font-size: 16px;
  font-weight: bold;
	background: #60b3b0;
	position: relative;
}

.figure-caption {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
        color:#6c757d;
}

@media screen and (max-width: 768px) {
    /*PCでだけ改行する*/
    .pc-only {
    display: none;
  }
    #intro {
      width: 100%;
    }
    #doctor {
     width:  100%;
    }
    #deparea, #residentarea {
    width: 100%;
    }
    .resident {
    width: 100%;
      }
     #residentarea {
	background: #f9fafb url("../img/back_resident_sp.jpg") no-repeat center top;
  background-size: contain;
}
.resident_in {
	width: 100%;
}
 .txt_wrapper {
	width: 100%;
	float: none;
	text-align: center;
	padding: 180px 0 40px;
}
/* .txt_wrapper .tit {
	font-size: 3em;
	color: #0284cc;
  text-shadow: 0px 0px 10px #fff;
}*/
 .txt_wrapper h3 {
	margin-bottom: 30px;
	color: #4D7EA6;
	font-size: 1.1em;
	letter-spacing: 2px;
  text-shadow: 0px 0px 10px #fff;
}
 .txt_wrapper ul {
	margin: 0 auto;
     padding: 0 0 ;
     width: 100%;
}
 .txt_wrapper li {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
}
 .txt_wrapper li:last-child {
	margin-bottom: 0;
}
 .txt_wrapper li a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 1.2em;
  font-weight: bold;
	position: relative;
}
/* .txt_wrapper li a::after {
		position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 1px #fff solid;
    border-left: 1px #fff solid;
}*/
    .sentence {
    width: 100%;
    padding: 10px 0px;
}
.sentence h3 {
    font-size: 1.3rem;
}
.sentence p {
    font-size: 1rem!important;
}

    .bannerarea {
      width: 100%!important;
      margin-left: auto;
      margin-right: auto;
    }
    .topbanner, .topbannermovie {
    height: auto!important;
    }
    .topbanner img,.topbannermovie img {
        width: 98%!important;
    }

}

/* 画面サイズ480pxから1024pxまではこのファイルのスタイルが適用される。 */
/*@media screen and (min-width:768px) and (max-width:1024px) {
	.topbannerimg,.topbannermovie img {
        width: 48%!important;
    }

}*/

.department {
    /*width: 1090px;
    margin: 0 auto;*/
    position: relative;
    z-index: 1;
    /*padding: 60px 0 140px;
    display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.department::after {
  content: " ";
  position: absolute;
  right: -7px;
  bottom: 80px;
  width: 95%;
  height: 73%;
  background-color: #06636a;
  z-index: -1;
}

.action {
  animation: fadein 3s ease-out forwards;
}

@keyframes fadein {
  0% {
     opacity: 0
  }
  100% {
     opacity: 1
  }
}

/* ぼかしから出現 */
.blur{
  animation-name:blurAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes blurAnime{
  from {
  filter: blur(10px);
  transform: scale(1.02);
  }

  to {
  filter: blur(0);
  transform: scale(1);
  }
}

 
.fadeUp{
animation-name:fadeUpAnime;
animation-duration:5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 左へ */
.flipLeft{
animation-name:flipLeftAnime;
animation-duration:1s;
animation-fill-mode:forwards;
perspective-origin:left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
  opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/*==================================================
ふわっ
===================================*/
.box{
opacity: 0;
}

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.iframe {
  border-radius: 16px;
}


.pagetop {
  /*display: none;*/
     display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
/*width: 40px;
    position: fixed;
    bottom: 25px;
	  right: 6px;
	  z-index: 2000;
    display: block;*/
    /*filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2)); */
} 
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

@import url('https://fonts.googleapis.com/css?family=Varela+Round');

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}

#sidebarMenu {
    height: 100%;
    position: fixed;
    /*left: 0;*/
    right: 0;
    width: 250px;
    height: 197px;
    margin-top: 60px;
    transform: translateX(250px);
    transition: transform 250ms ease-in-out;
    background: linear-gradient(180deg, #69aedb 0%, #4a8eba 100%);
}
.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 20px;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebarMenuInner li span{
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.50);
}
.sidebarMenuInner li a{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}
.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    caret-color: transparent;
    position: absolute;
    z-index: 99;
    height: 100%;
    /*width: 100%;*/
    top: 22px;
    /*left: 15px;*/
    right: 19px;
    height: 22px;
    width: 22px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #fff;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px
        }
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}



/*カード*/

.intro { 
    /*height: 500px;*/
    width:1280px;
    margin-left: auto;
    margin-right: auto;
}
/*.intro2 { width:1000px;}*/
.intro3 { 
    width:100%;
}

.sentence {
    width:90%;
    padding: 10px 0px;
    margin-left: auto;
    margin-right: auto;
}
.sentence h3 {
    font-family: 'Zen Old Mincho', serif;
    line-height: inherit;
    border-bottom: none;
}
.sentence p {
    text-align: left;
    font-size: 1.1rem;
    line-height: 1.8;
}

h5.card-title { 
    font-weight: bold;
    line-height: 29px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 23px;
    font-family: 'Zen Old Mincho', serif;
    text-align: left;
}

h5.card-title span { 
    font-size: 20px;
}

h5.shinzo-title{
    color: #073569;
    background-color: #e4f0f3;
}

.card .shinzo{
    background: #7cb4c6;
}

.card a {
    text-decoration: none;
    color:inherit;  
    transition:box-shadow 0.3s;
}

.card:hover {
     /* 青　box-shadow:0 0 20px rgb(0, 110, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.3);*/
    /*box-shadow:0 0 20px rgb(183, 135, 6, 0.5), 0 2px 5px rgba(0, 0, 0, 0.3);*/
    transition: 0.3s; 
        opacity: 0.7;
}

.interview a {
    text-decoration: none;
    color:inherit;  
    transition:box-shadow 0.3s;
}
.interview a :hover{
    box-shadow:0 0 20px rgb(183, 135, 6, 0.5), 0 2px 5px rgba(0, 0, 0, 0.3);
}

.cardlink a {
    text-decoration: none;
    color:inherit;  
    transition-duration: .5s;
}
.cardlink a :hover{
	opacity:0.5;
    transform: translateY(-5px);
}

.card-body {
	padding-bottom: 6px;
}

 .interview {
     color: #fff;
     background: #69aedb;
	/*background: #D3B769;*/
    /* color: #b78706;*/
     text-shadow: 1px 1px 2px #191919;
     
    /*border: 3px solid #69aedb;*/
   /* padding: 5px 15px;*/
}

.card-body a.interview:hover {
    background-color: #fff;
    /*color: #69aedb;*/
    color: #b78706;
}

/*.card-body a.junkan {
	background: #07d3d0;
    border: 3px solid #07d3d0;
    padding: 10px;
}
.card-body a.shinzo {
	background: #14b4e9;
    border: 3px solid #14b4e9;
}
.card-body a.kekkan {
	background: #627aff;
    border: 3px solid #627aff;
}

.card-body a.junkan:hover {
    background-color: #fff;
    color: #07d3d0;
}

.card-body a.shinzo:hover {
    background-color: #fff;
    color: #14b4e9;
}

.card-body a.kekkan:hover {
    background-color: #fff;
    color: #627aff;
}*/





.wrapper {
  position:relative;
  display:inline-block;
}
.label {
  position:absolute;
  color:white;
  /*background:#24A0CF;*/
  padding:5px 15px;    
}
.label-left-top{
  left:-9px;
  top:-21px;
}

.label-junkan {
  position:absolute;
  color:white;
 /*background:#06636a;*/
    /*background-image: linear-gradient(315deg, #43cea2 0%, #185a9d 75%);*/
    background-image: linear-gradient(315deg, #15a5b0 0%,  #06636a 75%);
    /*background-color: #06636a;*/
  padding:5px 15px;    
}

.label-shinzo {
  position:absolute;
  color:white;
  /*background:#073569;*/
     background-image: linear-gradient(315deg, #3078c9 0%,  #073569 75%);
  padding:5px 15px;    
}

.label-kekkan {
  position:absolute;
  color:white;
  /*background:#430769;*/
    background-image: linear-gradient(315deg, #9045bf 0%,  #430769 75%);
  padding:5px 15px;    
}


.card-text{
    padding-top: 42px;
    margin-bottom: 10px;
    text-align: left;
}

.card .card-body a.arrow::after {
    position: absolute;
    top: 50%;
    right: 13px;
    margin-top: -4px;
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-top: 2px #fff solid;
    border-left: 2px #fff solid;
}

@media screen and (max-width: 768px) {
    .card-text{
    /*padding-top: 42px;
    margin-bottom: 10px;*/
     font-size: 0.9rem;
}
}

.block-title .en {
    color: rgba(51,179,160,.1);
}


.heading01,.heading02,.heading03 {
	position: relative;
	padding-top: 50px;
	padding-bottom: 40px;
	font-size: 32px;
	text-align: center;
}
.heading03 {
    font-size: 28px;
    padding-bottom: 1px;
}

.heading01 span,.heading02 span,.heading03 span {
	position: relative;
	z-index: 2;
}

.heading01::before,.heading02::before,.heading03::before {
	content: attr(data-en);
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	/*color: rgba(183, 135, 6,0.2);*/
    color: rgba(255, 255, 255,0.5);
	font-size: 22px;
    font-weight: 700;
	/*font-style: italic;*/
}

.heading02 {
    color:#073569;
}
.heading02::before {
    /*color: rgba(150, 193, 242,1);*/
    color: rgba(150, 196, 255,1);
}
.heading03 {
    color:#075969;
}
/*.heading03::before {
    color: rgba(156, 232,220,1);
}*/

@media screen and (max-width: 768px) {
    .heading01, .heading02 {
	/*padding-top: 24px;
	padding-bottom: 20px;*/
	font-size: 28px;
}
    .heading03 {
	/*padding-top: 24px;
	padding-bottom: 20px;*/
	font-size: 25px;
}
    .heading01::before,.heading02::before {
	top: 90px;
    font-size: 18px;
}
    .heading03::before {
	top: 120px;
    font-size: 18px;
}
}

.department{
    /*padding-top: 20px;*/
    padding-bottom: 100px;
}

.banner {
    padding-top: 50px;
    padding-bottom: 76px;
}

.btnimg {/*親div*/
  position: relative;/*相対配置*/
    /*background-color: black;*/
  /*display: inline-block;*/
  }
.btnimg a img {
  width: 100%;
    /*display: block;*/
  /*opacity: 0.8;*/
    position:relative;
  }

.btnimg a img:hover{
	opacity: 1;
}
/*.btnimg {
    width: 178px;
    height: 32px;
    text-align: center;
    border-radius: 3px;
    /*background-color: transparent;
        border: 1px solid #fff;
    color: #ff00f;
    padding: 3px;
    position: absolute;
    bottom: 83px;
    /*top: 40px;
    right: 113px;
     
}*/
.btnimg p {
  position: absolute;/*絶対配置*/
      top: 40%!important;
  left: 50%!important;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  font-size: 30px;/*サイズ2倍*/
    font-weight: bold;
    text-shadow: 1px 1px 7px #000;
  }
.btnimg p.depshinzo {
  position: absolute;/*絶対配置*/
      top: 58%!important;
  left: 50%!important;
/*  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
  margin:0;
  color: white;/*文字は白に*/
  font-size: 16px;/*サイズ2倍*/
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    width: 178px;
    height: 32px;
    text-align: center;
    border-radius: 3px;
    background: #3078c9;
    border: 3px solid #3078c9;
    color: #fff;
    padding: 3px;
    box-shadow: 1px 1px 4px #191919;
}

.btnimg p.depjunkan {
  position: absolute;/*絶対配置*/
      top: 58%!important;
  left: 50%!important;
/*  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
  margin:0;
  color: white;/*文字は白に*/
  font-size: 16px;/*サイズ2倍*/
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    width: 178px;
    height: 32px;
    text-align: center;
    border-radius: 3px;
    background: #15a5b0;
    border: 3px solid #15a5b0;
    color: #fff;
    padding: 3px;
    box-shadow: 1px 1px 4px #191919;
}

.btnimg p.depkekkan {
  position: absolute;/*絶対配置*/
      top: 58%!important;
  left: 50%!important;
/*  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
  margin:0;
  color: white;/*文字は白に*/
  font-size: 16px;/*サイズ2倍*/
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
    width: 178px;
    height: 32px;
    text-align: center;
    border-radius: 3px;
    background: #9045bf;
    border: 3px solid #9045bf;
    color: #fff;
    padding: 3px;
    box-shadow: 1px 1px 4px #191919;
}

.bannerarea {
/*background-color: #f8fef8;*/
    /*height: 160px;*/
    /*width: 1000px;*/
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.card-body a.shinzo {
	background: #14b4e9;
    border: 3px solid #14b4e9;
}
.card-body a.kekkan {
	background: #627aff;
    border: 3px solid #627aff;
}

.card-body a.junkan:hover {
    background-color: #fff;
    color: #07d3d0;
}

.card-body a.shinzo:hover {
    background-color: #fff;
    color: #14b4e9;
}

.card-body a.kekkan:hover {
    background-color: #fff;
    color: #627aff;
}

.hover1:hover {
    color: #fff;
	opacity: 0.6;
    transition: all 0.3s ease 0s;
}
a .hovera2{overflow:hidden; }
.hover2:hover {
  transform:scale(1.1);
	/*transition:0.3s;*/
    transition: all 0.3s ease 0s;
}

.hover3 a {background:#203aad; }
.hover3 a img :hover {
	transform:scale(1.1);
	/*transition:0.3s;*/
    transition: all 0.3s ease 0s;
}



.radius {
  border-radius: 6px;
  transition-duration: .5s;
}
.radius:hover {
  border-radius: 50%;
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}



@media screen and (max-width: 768px) {}


.topbanner {
    width: 100%;
    height: 120px;
    /*padding: 0;*/
      margin:0 auto;
    }
.topbanner img {
    width: 480px;
    padding: 0;
    margin: auto;
    }

.topbanner a img:hover,.topbannermovie img:hover {
    opacity: 0.5;
    transition: all 0.3s ease 0s;
    }

.topbannermovie { 
        width: 100%;
    /*height: 120px;*/
    /*padding: 0;*/
      margin:0 auto;
}
.topbannermovie img {
    width: 430px;
    padding: 12px 0 0 0;
    margin: auto;
    }


.footerarea {
    background-color: #e9edf1;
/*background-image: linear-gradient(150deg, rgba(206, 230, 249, 1) 10%, rgba(201, 241, 243, 1) 49%, rgba(226, 235, 255, 1) 90%);*/
}

.footer {
    padding-top: 10px;
    /*padding-bottom:  20px;*/
    width:1000px;
}

.footer p a {
    color:inherit;
    text-decoration: none;
}

.contact {
    /*padding: 0px 10px 10px 10px;*/
    margin: 0 auto;
    /*width: 420px;*/
}
.contact2 {
    /*padding: 0px 10px 10px 10px;*/
    margin: 0 auto;
   /* width: 420px;*/
}
.contact2 img {
        width: 80%;
    }


@media screen and (max-width: 768px) {
    .footer {
    padding-top: 20px;
    padding-bottom:  30px;
    width:100%;
}
    .contact, .contact2 {
    padding: 10px 10px 10px 10px;
    margin: 0 auto;
    width: 90%;
}
    .contact2 img {
        width: 300px;
    }
}

.bi-youtube{
	color:#cc0000;
}
