/*

Template 2098 Health

http://www.tooplate.com/view/2098-health

*/

  @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600');

  body {
    font-family:Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    overflow-x: hidden;
    
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    
  }


  h5 {
    font-size: 1.2em;
    line-height: 1.5em;
  }

  h1 {
    color: #252525;
    font-size: 2.5em;
    
  }


  h2 {
    color: #272727;
    font-size: 2em;
  }
  

  h3 {
    font-size: 1.4em;
    color: #af164c;
    
  }

  h4 {
    color: #af164c;
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 0;
  }

  h6 {
    letter-spacing: 0;
    font-weight: normal;
  }
  


  p {
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
     font-family:Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.c16{font-size:16px}
.c18{font-size:18px}
.c20{font-size: 20px;line-height:160%;}
.c24{font-size: 1.6em;line-height:160%;}
.red{color: #af164c;}

.ttl{
  background:url(../images/icon.gif) no-repeat;
  padding:0px 0px 0px 35px;
  line-height:32px;
}
.ttl3{
  background:url(../images/icon.gif) no-repeat;
  padding:0px 0px 0px 35px;
  line-height:32px;
  font-size:24px;
  font-weight:bold;
}

  @media screen and (max-width: 576px) {  
.ttl3{
  font-size:20px;

}
}



.ttl2{
  background:url(../images/ttl_pat_g.gif) repeat-x;
  border-radius:10px;
  width:100%;
  padding:0px auto;
  margin:0px;
  line-height:32px;
  text-align:center;

  vertical-align:middle;
  display:table-cell;
  display: inline-table;
  font-size:80%;
}

.ttl2 h2{
	color:#fff;
}







.logo{
	 width:100%;
	 max-width:222px;
}






  @media screen and (min-width: 799px) {  
.box{
    margin:0;
    padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

.box2{
		border:1px solid #e5e0da;
	padding:50px 80px;
}
.left{text-align:left}
.right{text-align:right}


}

.box2 img{text-align:center;
margin-top:20px;
}


.red{color: #af164c;}
.brown{color: #9d8361;}
  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  html{
    -webkit-font-smoothing: antialiased;
  }

  a {
    color: #af164c;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
  }

  a:hover, a:active, a:focus {
    color: #af164c;
    outline: none;
  }

  ::-webkit-scrollbar{
    width: 8px;
    height: 8px;
  }

  ::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
  }

  .section-title {
    padding-bottom: 20px;
  }

  .section-title h2 {
    margin-top: 0;
  }

  .section-btn {
    background: #af164c;
    border: 0;
    border-radius: 3px;
    color: #ffffff;
    font-size: inherit;
    font-weight: 500;
    padding: 14px 20px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .section-btn:hover {
    transform: translateY(-5px);
  }

  .text-align-right {
    text-align: right;
  }

  .text-align-center {
    text-align: center;
  }

  .border-top {
    border-top: 1px solid #f2f2f2;
    padding-top: 2.5em;
  }

  .btn-gray {
    background: #393939;
  }

  .btn-blue {
    background: #4267b2;
  }

  .news-thumb {
    background: #ffffff;
    border-radius: 10px;
  }
  .news-thumb img {
    border-radius: 10px 10px 0 0;
  }

  .news-info {
    padding: 0px 30px 30px 30px;
    text-align: left;
  }
  .news-info span {
    display: block;
    letter-spacing: 0.5px;
  }
  .news-info h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .author {
    border-top: 1px solid #f0f0f0;
    padding-top: 1.5em;
    margin-top: 2em;
  }

@media screen and (max-width: 799px) {
  .author {
    border-top: 1px solid #f0f0f0;
    padding-top:10px;
    margin-top: 10px;
  }
}
  
  .author span{
    font-size:16px;
  }
  
  
  .author img,
  .author .author-info {
    display: inline-block;
    vertical-align: top;
  }
  .author-info h5 {
    margin-bottom: 0;
  }
  .author img {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }


  #about, #team, #news, #access, #topics, #aisatsu, #about-school, #daihyo, #about-bg, #voice, #box, #info,
  #news-detail, #treasure {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  
    #about2 {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  @media screen and (max-width: 799px) {
     #about, #team, #news, #access, #topics, #aisatsu, #about-school, #daihyo, #about-bg, #voice, #box, #about2,
  #news-detail, #treasure {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #info{margin-top:-100px;}
}

  
  
  
   #gallery{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #news, #service {
    text-align: center;
  }

  #google-map {
    line-height: 0;
    margin: 0;
    padding: 0;
  }

/*ページタイトル
----------------------------------------*/

.page_ttl {
  height: 220px;
  text-align: center;
  background: url(../images/bg_h1.jpg) center center;
  background-size: cover;

  margin-top:-20px;
}
.page_ttl h1 {
  font-size: 3.4rem;
  font-weight: 500;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  color: #101010;
}
.page_ttl h1 .en_ct {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 798px) {
  .page_ttl {
	height: 130px;
	margin-top:-40px;
  }
  .page_ttl h1 {
	padding: 0 5%;
	font-size: 2.2rem;
	font-weight: bold;
  }
  .page_ttl h1 .en_ct {
	font-size: 11px;
  }
}


body[data-path1="about"] .page_ttl {
  background: url(../images/bg_h1.jpg) center center;
  background-size: cover;
}



  /*---------------------------------------
       PRE LOADER              
  -----------------------------------------*/

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
  }

  .spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
  }

  .spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
  }

  @-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
  }

  @keyframes spinner {
    to {transform: rotate(360deg);}
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  header {
    background: #fbe3e3;
    border-bottom: 1px solid #f2f2f2;
    display: flex;
    height: 90px;
    border-top:5px solid #af164c;
  }

  header .col-md-8 {
    padding-right: 0;
  }

  header p,
  header span {
    font-size: 15px;
    line-height: 16px;
  }

  header a,
  header span {
    color: #333;
  }

  header span {
    font-weight: 500;
    display: inline-block;
    padding: 8px 11px;
    margin-top:10px;
  }

  header span.date-icon {
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    padding-right: 15px;
    padding-left: 15px;
  }


  header span i {
    color: #af164c;
    margin-right: 5px;
  }



  /*---------------------------------------
      MENU              
  -----------------------------------------*/

  .navbar-default {
    background: #af164c;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 5px;
    position: relative;
  }

  .navbar-default .navbar-brand img {
    width:200px;
    margin-top:-15px;
  }

  .navbar-default .navbar-brand .fa {
    color: #af164c;
  }

  .navbar-default .navbar-nav li.appointment-btn {
    margin: 3px 0 0 20px;
  }

  .navbar-default .navbar-nav li.appointment-btn a {
    background: #cfb476;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  
  .navbar-default .navbar-nav li.appointment-btn a:hover {
    background: #cfb476;
    color: #ffffff !important;
  }
  
  
  /* Global Menu */
 /* Clearing floats */
.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/* Mini reset, no margins, paddings or bullets */
.menu,
.submenu {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

/* Main level */
@media screen and (min-width:992px)  {
.menu {         
  width: 100%;
  /* http://www.red-team-design.com/horizontal-centering-using-css-fit-content-value */
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;   
}
}

@media screen and (max-width:991px)  {
.menu {         
  width: 100%;
  /* http://www.red-team-design.com/horizontal-centering-using-css-fit-content-value */
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;   
}
}

.menu > li {
  background: #af164c;
  float: left;
  position: relative;
  transform: skewX(25deg);
  border-right: 1px solid #9d8c93;
}

.menu a {
  display: block;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 14px;
}  


.menu li:hover {
  background: #cfb476;
}       

.menu > li > a {
  transform: skewX(-25deg);
  padding: 1em 2em;
}
@media screen and (max-width:1200px) {
.menu > li > a {
  transform: skewX(-25deg);
  padding: 1em 1em;
}
}

/* Dropdown */
.submenu {
  position: absolute;
  width: 200px;
  left: 50%; margin-left: -100px;
  transform: skewX(-25deg);
  transform-origin: left top;
}

.submenu li {
  background-color: #af164c;
  position: relative;
  overflow: hidden;   
}                       

.submenu > li > a {
  padding: 1em 1em;  
}

.submenu > li::after {
  content: '';
  position: absolute;
  top: -125%;
  height: 100%;
  width: 100%;          
  box-shadow: 0 0 50px rgba(0, 0, 0, .9);           
}       

/* Odd stuff */
.submenu > li:nth-child(odd){
  transform: skewX(-25deg) translateX(0);
}

.submenu > li:nth-child(odd) > a {
  transform: skewX(25deg);
}

.submenu > li:nth-child(odd)::after {
  right: -50%;
  transform: skewX(-25deg) rotate(3deg);
}               

/* Even stuff */
.submenu > li:nth-child(even){
  transform: skewX(25deg) translateX(0);
}

.submenu > li:nth-child(even) > a {
  transform: skewX(-25deg);
}

.submenu > li:nth-child(even)::after {
  left: -50%;
  transform: skewX(25deg) rotate(3deg);
}

/* Show dropdown */
.submenu,
.submenu li {
  opacity: 0;
  visibility: hidden;           
}

.submenu li {
  transition: .2s ease transform;
}

.menu > li:hover .submenu,
.menu > li:hover .submenu li {
  opacity: 1;
  visibility: visible;
}       

.menu > li:hover .submenu li:nth-child(even){
  transform: skewX(25deg) translateX(15px);         
}

.menu > li:hover .submenu li:nth-child(odd){
  transform: skewX(-25deg) translateX(-15px);           
}  
  

@media screen and (min-width:1024px) {

   .navbar-default .navbar-nav li {
   	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  vertical-align: middle;
  -webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
border-right: 1px solid #9d8c93;


  }

     .navbar-default .navbar-nav li a {
     	display:block;
     	 color: #ffffff;
transform: skewX(-150deg);
padding:0 10px;
     }
     
     .navbar-default .navbar-nav li span {
     	font-size:10px;
     }
  

  .navbar-default .navbar-nav > li a:hover {
    color: #cfb476 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }

}
@media screen and (min-width:800px) and ( max-width:1200px) {

   .navbar-default .navbar-nav li {
   	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  vertical-align: middle;
  -webkit-transform: skewX(150deg);
-moz-transform: skewX(150deg);
transform: skewX(150deg);
border-right: 1px solid #9d8c93;
padding:0px 5px;
  }
     .navbar-default .navbar-nav li a {
     	display:block;
     	 color: #ffffff;
transform: skewX(-150deg);
padding:0 10px;
     }
     
     .navbar-default .navbar-nav li span {
     	font-size:10px;
     }
  

  .navbar-default .navbar-nav > li a:hover {
    color: #cfb476 !important;
  }

  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #555555;
    background-color: transparent;
  }

  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #393939;
    background-color: transparent;
  }

  .navbar-default .navbar-toggle {
    border: none;
    padding-top: 10px;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background: #393939;
    border-color: transparent;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus { 
    background-color: transparent;
  }

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

.navbar-default {
  	width:100%;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,.075);
    border: none;
    margin-bottom: 0;
    padding: 10px;
    color:#000;
    position: fixed;
    top:0px;
  }
.navbar-collapse li a{color:#000}
  .navbar-default .navbar-nav li a {
  	width:100%;
    color: #000;
    border-top:1px solid #ccc;
    font-size: 14px;
    font-weight: 500;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }
  
  .navbar-default .navbar-nav li a:hover{
  background: #af164c;
    color: #ffffff !important;
}
 .slider{
	margin-top:55px;
 }


 }

  

.team-btn{
  width:100%;
  text-align:center;
  margin:0px;
}
.team-btn a {
    width:100%;
    background: #d1a74a;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-table;
  }
.team-btn a:hover{
  background: #af164c;
    color: #ffffff !important;
}
  
  

 

  /*---------------------------------------
      HOME              
  -----------------------------------------*/

  #home h1 {
    color: #ffffff;
    margin-top: 0;
  text-shadow: 2px 2px 2px rgba(0,0,0,1);
  }

  #home h3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    line-height: inherit;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
  }

  .slider .container {
    max-width: 906px;
    width:100%;
  }



  .owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
  }

  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
  }

  .slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    height: 100%;
    color: #fff;
    cursor: e-resize;
  }
.slider .asano h4 {
    vertical-align:bottom;
    display: table-cell;
    height:780px;
    width:100%;
color: #ffffff;
    font-size: 16px;
    font-family:Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  
h4.asano2 {
margin-top:300px;
color: #ffffff;
    font-size: 16px;
    font-family:Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }



@media only screen and (min-width: 1200px) {
  .slider .item {
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
  }
    .slider .owl-dots {
      position: absolute;
      bottom: 30px;
      width: 100%;
      justify-content: center;
  }

}
@media only screen and (max-width: 1199px) {
  .slider .item {
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 580px;
  }
    .slider .owl-dots {
      position: absolute;
      bottom: 30px;
      width: 100%;
      justify-content: center;
  }

}
@media only screen and (max-width: 992px) {
  .slider .item {
    
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
  }
    .slider .owl-dots {
      position: absolute;
      bottom: 30px;
      width: 100%;
      justify-content: center;
  }

}

@media only screen and (max-width: 575px) {
  .slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-size:contain;
    width: 100%;
    height:280px;
  }
    .slider .owl-dots {
      position: absolute;
      bottom: 30px;
      width: 100%;
      justify-content: center;
  }

}



.slider .item-1 {
    background-image: url(../images/slider1.jpg);
    
  }

.slider .item-2 {
    background-image: url(../images/slider2.jpg);
  }

.slider .item-3 {
    background-image: url(../images/slider3.jpg);
  }
  
.slider .item-4 {
    background-image: url(../images/slider4.jpg);
  }
  
.slider .item-5 {
    background-image: url(../images/slider5.jpg);
  }

.slider .item-6 {
    background-image: url(../images/slider6.jpg);
  }
.slider .item-7 {
    background-image: url(../images/slider7.jpg);
  }
.slider .item-8 {
    background-image: url(../images/slider8.jpg);
  }
.slider .item-9 {
    background-image: url(../images/slider9.jpg);
  }
.slider .item-10 {
    background-image: url(../images/slider10.jpg);
  }
.slider .item-11 {
    background-image: url(../images/slider.jpg) ;
    background-position:center;
  }


.asano{
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #333;
	font-size: 20px;
	font-weight: 400;
}
.asano span{
	font-size:14px;
}

.profile{color: #af164c;}


@media screen and (min-width: 992px) {  
#aisatsu{
  background: url(../images/aisatsu.jpg) no-repeat;
-moz-background-size:cover;
background-size:cover;
}
}

@media screen and (max-width: 991px) {  
#aisatsu{
  background:#f8f8f8;

}
}

#about-school{
	background:#fff6f6;
}
#about-school h4{
	margin-top:10px;
}

  table.aisatsu {width:100%;
  border:none;
  }


.aisatsu th, .aisatsu td, .aisatsu tr{
padding-top:5px;
border:none;
}


 @media screen and (min-width: 680px) {  
.aisatsu th {

  max-width:130px;
  padding-right:10px;
}
}
@media screen and (max-width: 480px) {  
.aisatsu th, .aisatsu td{
	text-align:center;
}
.profile{text-align:center;}

}





    /*---------------------------------------
      TOPICS              
  -----------------------------------------*/

#topics{
  max-width:800px;
  margin:30px auto;
  width:100%;
}

    /*---------------------------------------
      FACEBOOK              
  -----------------------------------------*/
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

    /*---------------------------------------
      ACCESS              
  -----------------------------------------*/

#access{
  background: #f7f6f2;
}

#access .tel {
    font-size: 2.5em;
    color: #af164c;
  }
.mail {
    font-size: 1.6em;
    color: #af164c;
  }

@media screen and (max-width: 480px) {  
#access .tel {
    font-size: 2em;
    color: #af164c;
  }
}


  /*---------------------------------------
      ABOUT              
  -----------------------------------------*/
@media screen and (min-width: 922px) {  
#about-bg{
  background: url(../images/about.jpg) no-repeat;
-moz-background-size:cover;
background-size:cover;
}
}

#treasure{
  background: url(../images/treasure.jpg) no-repeat;
-moz-background-size:cover;
background-size:cover;
}
@media screen and (min-width: 922px) {  
  .guide{
    width:900px;
  }
  #about-bg h5{
  font-size: 1em;
  line-height:35px;
}
}

@media screen and (max-width: 480px) {  
#about-bg h5{
  font-size: 14px;
  line-height:24px;
  text-align:left;
}
}

/* イメージが左 */
.imgArea { width:50%; float:left;height: 410px;  }
.txtArea, .txtArea1_1{ width:50%; float:right;height: 410px; }
.txtArea3, .txtArea3_1 { width:50%; float:right;height: 410px; }
.txtArea5 { width:50%; float:right;height: 410px; margin-top:-40px;}


.Leading1 { background:url(../images/about_img02.jpg) top right / cover no-repeat; }
.Leading2 { background:url(../images/about_img03.jpg) top left / cover no-repeat; }
.Leading3 { background:url(../images/about_img04.jpg) top right / cover no-repeat; }
.Leading4 { background:url(../images/about_img05.jpg) top left / cover no-repeat; }
.Leading5 { background:url(../images/about_img06.jpg) top right / cover no-repeat; }
.Leading6 { background:url(../images/about_img07.jpg) top left / cover no-repeat; }

.takara1 { background:url(../images/takara_img01.jpg) top right / cover no-repeat; }
.takara2 { background:url(../images/takara_img02.jpg) center left / cover no-repeat; }
.takara3 { background:url(../images/takara_img03.jpg) top right / cover no-repeat; }
.takara4 { background:url(../images/takara_img04.jpg) center left / cover no-repeat; }
.takara5 { background:url(../images/about_img07.jpg) top right / cover no-repeat; }

.area-bg { 
background:url(../images/area_bg01.jpg) no-repeat; 
background-position: top center
}


.inner { padding:80px 15%; }
.inner2 { padding:10%; }

/* イメージが右 */
.imgArea2 { width:50%; float:right;height: 410px;  }
.txtArea2, .txtArea4, .txtArea6 { width:50%; float:left;height: 410px; }

@media screen and (max-width: 990px) {  
.imgArea,
.imgArea2, .imgArea3, .imgArea4, .imgArea5, .imgArea6 { float:none; width:100%; height:500px; }

.txtArea, .txtArea1_1,
.txtArea2, .txtArea3, .txtArea4, .txtArea6 { float:none; width:100%; background:#fefefe;height:250px; }
.txtArea3_1 { float:none; width:100%; background:#fefefe;height:350px; }
.txtArea5 { float:none; width:100%; background:#fefefe;height:350px; }

.inner { padding:30px 15%; }
.inner2 { padding:10px 5%; }
}


@media only screen and (max-width: 480px) {
.txtArea{ height:370px; }
.txtArea1_1{ height:300px; }
.txtArea2{ height:200px; }
.txtArea3{ height:280px; }
.txtArea3_1{ height:180px; }
.txtArea4{ height:230px; }
.txtArea5{ height:530px; }

.imgArea, .imgArea2 { height:300px; }
.inner { padding:10px; }
}

  .profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }

  #about h6 {
    color: #858585;
    margin: 0;
  }
  
  @media screen and (min-width: 900px) {  
.greeting{
  width:800px;
}
}

/* 見出し */

.box4{
    padding: 8px 0px;
    margin-bottom: 15px;
    color: #af164c;
    border-top: solid 1px #af164c;
    border-bottom: solid 1px #af164c;
}
.box4 p {
    margin: 0; 
    padding: 0;
    font-size:24px;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight:bold;
}
@media screen and (max-width: 480px) {  
.box4 p {
  font-size:18px;
  text-align:center;
}
}
  
      /*---------------------------------------
      CLASS              
  -----------------------------------------*/
.c_ttl{
 font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
 font-weight:bold;
    margin-left:15px;
    font-size:22px;
     color: #af164c;
     border-left:5px solid #af164c;
     padding-left:10px;
  }
  
  table{width:100%;
  }

  
  table, th, td {
  border-collapse: collapse;
  border: 1px solid #fff;
  line-height: 1.5;
}

table.type1 th {
  width: 30%;
  padding: 15px;
  font-weight: bold;
  background: #d97e9b;
  color: #ffffff;
}
table.type1 td {
  width: 70%;
  padding: 15px;
  vertical-align: top;
  background:#f2f2f2;
}

table.type2 th {
  width: 45%;
  padding: 0px 0px 0px 40px;
  font-weight: bold;
  background: #d97e9b;
  color: #ffffff;
}
table.type2 td {
  width: 55%;
  padding: 15px;
  vertical-align: top;
  background:#f2f2f2;
}

table.type3 th {
  width: 45%;
  padding: 0px 0px 0px 40px;
  font-weight: bold;
  background: #7db7d8;
  color: #ffffff;
}
table.type3 td {
  width: 55%;
  padding: 15px;
  vertical-align: top;
  background:#f2f2f2;
}

@media screen and (max-width: 799px) {  
table.type1 td,
table.type1 th,
table.type2 td,
table.type2 th,
table.type3 td,
table.type3 th {
  width:100%;
}

}

@media screen and (min-width: 601px) {
.class_img{
  width:100%;
  max-width:350px;
  border:1px solid #b49f80;
}
}

@media screen and (max-width: 600px) {  
.class_img{
  width:100%;
  border:1px solid #b49f80;
}
}


  
    /*---------------------------------------
      VOICE              
  -----------------------------------------*/


.border-right{
	border-right:1px solid #999;
}

@media screen and (min-width: 992px) {
  #voice{
  background:url(../images/voice_bg.jpg);
}
	.voice{width:960px;margin:0px auto;}
	.voice_box{width:800px;margin:0px auto;}
	.voice_box p{
	font-size:16px;
	}
}


.v_btn01 a {
    width: 225px;
    height: 110px;
    background: url("../images/voice_btn02.png") no-repeat;
    display: block;
    text-indent: -9999px;
    position: relative;
}

.v_btn01 a:focus,
.v_btn01 a:hover {
     width: 225px;
    height: 110px;
    background: url("../images/voice_btn02a.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.v_btn02 a {
    width: 225px;
    height: 110px;
    background: url("../images/voice_btn01.png") no-repeat;
    display: block;
    text-indent: -9999px;
    position: relative;
}

.v_btn02 a:focus,
.v_btn02 a:hover {
     width: 225px;
    height: 110px;
    background: url("../images/voice_btn01a.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.v_btn03 a {
    width: 225px;
    height: 110px;
    background: url("../images/voice_btn03.png") no-repeat;
    display: block;
    text-indent: -9999px;
    position: relative;
}

.v_btn03 a:focus,
.v_btn03 a:hover {
     width: 225px;
    height: 110px;
    background: url("../images/voice_btn03a.png") no-repeat;
    display: block;
    text-indent: -9999px;
}

.v_btn04 a {
    width: 225px;
    height: 110px;
    background: url("../images/voice_btn04.png") no-repeat;
    display: block;
    text-indent: -9999px;
    position: relative;
}

.v_btn04 a:focus,
.v_btn04 a:hover {
     width: 225px;
    height: 110px;
    background: url("../images/voice_btn04a.png") no-repeat;
    display: block;
    text-indent: -9999px;
}




@media screen and (max-width: 799px) {  
.voice h4{font-size:14px;}
.voice h3{font-size:16px;}


}

.voice_btn {
    background: #ee9402;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto;
    transition: all ease-in-out 0.4s;
    width:100%;

  }

button#v_btn {
    background: #ee9402;
    color: #fff;
    font-weight: 600;
    padding:10px ;
    
  }

button#v_btn:hover {
    background: #af164c;
    color: #ffffff;
  }




.v_txt p:first-child:first-letter {
  float: left; 
  color: #b1104b;
  font-size: 40px;
  line-height: 38px;
  padding: 5px 8px 0px 0px;
  font-family: Georgia, serif;
}


  @media print, screen and (min-width: 576px) {
.v_sp { display: none; }
.v_pc { display: inline; }

}
@media screen and (max-width: 575px) {
.v_sp { display: inline; }
.v_pc { display: none; }

}



  /*---------------------------------------
      GALLERY              
  -----------------------------------------*/
#gallery .image {
  width: 230px;
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */
  margin-bottom:10px

}

@media screen and (max-width: 480px) {
  #gallery .image {
  float:left;
  margin:10px;
  width:95%;
}
.sp_border{
  border-bottom: 1px solid #e4e4e4;
padding: 10px;
}
}

.gallery_box{
  width:100%;
  max-width:800px;
}

.gallery_list{
  width:100%;
  max-width:958px;
}



#gallery .day{
  font-size:14px;
  line-height:16px;
  margin-top:5px;
}

#gallery h4{
  font-size:15px;
  line-height:20px;

}

  /*---------------------------------------
      SCHOL              
  -----------------------------------------*/
.school{
	font-size:16px;
	line-height:30px;
}
.kaisha {
width: 100%;
}
 
.kaisha th,
.kaisha td {
border: 1px solid #b49f80;
padding: 10px;
}
 
 
.kaisha th {
background-color: #f7f6f2; 
color:#b49f80;

}
.kaisha td {
background-color: #fff; 
}
 
@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}




@media screen and (min-width: 991px) {  
.ayumi_ttl{
font-size:16px;
margin-right:10px;
}
table .ayumi {width:100%;
border-style: hidden;
}
.ayumi th{
border-style: hidden;
text-align:right;
padding-right:10px;
width:100px;
}

.ayumi td{
border-style: hidden;
text-align:left;
}
}

@media screen and (max-width: 990px) {  
.ayumi,
.ayumi tr,
.ayumi th,
.ayumi td {

	text-align:center;
	border-style: hidden;
}
.ayumi_ttl{
font-size:16px;
font-weight:normal;
display:block;
}

}






.list01 {
  background:#e9decc;
padding: 10px;

}
.list02 {
  background:#f7f6f2;
padding: 10px;

}





.map{width:100%;
height:320px;
}

@media screen and (max-width: 767px) {
.map{
  height:200px;
}
}

@media screen and (min-width: 992px) {
#daihyo{
  background: url(../images/daihyo.jpg) no-repeat;
background-color:#fff9f9;
}
}


  /*---------------------------------------
      CONTACT              
  -----------------------------------------*/
 #contact{
  position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
 } 
  
.contact{
width:100%;
max-width:750px;
font-size:16px;
line-height:24px;
}
@media only screen and (min-width: 640px) {
.step1{
  background:url(../images/step1.gif) no-repeat;
  padding:0px 0px 0px 80px;
line-height:65px;
  color:#b4064b;
  font-family: "Sawarabi Gothic";
  background-size:65px auto;
}
.step2{
  background:url(../images/step2.gif) no-repeat;
  padding:0px 0px 0px 80px;
  line-height:65px;
  color:#b4064b;
  font-family: "Sawarabi Gothic";
  background-size:65px auto;
}
.step3{
  background:url(../images/step3.gif) no-repeat;
  padding:0px 0px 0px 80px;
  line-height:65px;
  color:#b4064b;
  font-family: "Sawarabi Gothic";
  background-size:65px auto;
}
}



@media only screen and (max-width: 639px) {
.step1{
  background:url(../images/step1.gif) no-repeat;
  padding:0px 0px 0px 50px;
  color:#b4064b;
  font-family: "Sawarabi Gothic";
  background-size:40px auto;
  height:45px;
}
.step2{
  background:url(../images/step2.gif) no-repeat;
  padding:0px 0px 0px 50px;
  color:#b4064b;
  font-family: "Sawarabi Gothic";
  background-size:40px auto;
  height:45px;
}
.step3{
  background:url(../images/step3.gif) no-repeat;
  padding:0px 0px 0px 50px;
  color:#b4064b;
  font-family: "Sawarabi Gothic";
  background-size:40px auto;
  height:45px;
}

.step_ttl{
  font-size:18px;
  font-family: "Sawarabi Gothic";
}

}






.contact .tel {
    font-size: 2em;
    color: #af164c;
  }

label span .c14{
	font-size:14px;
	font-family:normal;
}






  /*---------------------------------------
      TEAM MEMBERS              
  -----------------------------------------*/

  .team-thumb {
    text-align:center;
  }

  .team-info {
    padding: 0px 5px 10px 5px;
  }
  .team-info p {
    font-size:15px;
    line-height:19px;
    color:#333;
  }
  
  @media only screen and (max-width: 992px) {
      .team-info p {
    font-size:16px;
    line-height:20px;
    color:#333;
  }
  }




  .staff-info {
    padding: 0px 0px 20px 20px;
    margin:0px;
  }
  
    .staff-info h3 {
    font-size: 1.4em;
    color: #af164c;
    margin:0px;
  }
    .staff-info p{
    font-size:12px;
    line-height:14px;
    margin-top:5px;
  }

  .staff-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }



  .staff-contact-info {
    border-top: 1px solid #e9e9e9;
    padding-top: 1.2em;
    margin-top: 1.5em;
  }

  .staff-contact-info .fa {
    margin-right: 5px;
    display: inline-block;
  }

  .staff-contact-info p {
    margin-bottom: 2px;
  }

  .staff-contact-info a {
    color: #757575;
  }

  .staff-thumb .social-icon li {
    font-weight: 500;
  }

  .staff-thumb .social-icon li a {
    background: #ffffff;
    border-radius: 100%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 2px 0 2px;
  }

  .staff-thumb .social-icon {
    opacity: 0;
    transform: translateY(100%);
    transition: 0.5s 0.2s;
    text-align: center;
    position: relative;
    top: 0;
  }

  .staff-thumb:hover .social-icon {
    opacity: 1;
    transition-delay: 0.3s;
    transform: translateY(0px);
    top: -22em;
  }



  /*---------------------------------------
     SERVICE              
  -----------------------------------------*/

  #service {
    background: #af164c;
  }

  #service h2,
  #service h4 {
    color: #ffffff;
  }

  #service p {
    color: #d9d9d9;
  }

  #service .service-thumb {
    padding: 0 22px;
  }

  #service .fa {
    font-size: 50px;
    margin-bottom: 10px;
    background: #ffffff;
    color: #af164c;
    width: 120px;
    height: 120px;
    line-height: 120px;
    border-radius: 100%;
  }


  /*---------------------------------------
      NEWS             
  -----------------------------------------*/

  #news, #news-detail {
    background: #f9f9f9;
  }

  #news-detail blockquote {
    margin: 30px 0;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  .news-image {
    margin-bottom: 30px;
    position: relative;
  }

  .news-image img {
    width: 100%;
  }

  .news-detail-thumb ul {
    margin: 32px 12px 22px 0px;
  }

  .news-detail-thumb ul li {
    list-style: circle;
    font-weight: normal;
    padding: 6px 12px 6px 0px;
  }

  .news-sidebar {
    margin-top: 16px;
  }

  .news-social-share {
    text-align: center;
    padding-top: 22px;
  }

  .news-social-share .btn {
    border-radius: 100px;
    border: none;
    font-size: 10px;
    font-weight: 600;
    margin: 2px 6px;
    padding: 8px 14px;
  }

  .news-social-share .btn-primary {
    background: #3b5998;
  }

  .news-social-share .btn-success {
    background: #1da1f2;
  }

  .news-social-share .btn-danger {
    background: #dd4b39;
  }

  .news-social-share a .fa {
    padding-right: 4px;
  }

  .recent-post {
    padding-top: 2px;
    padding-bottom: 18px;
  }

  .recent-post .media img {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    margin-right: 5px;
  }

  .recent-post .media-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: inherit;
    margin-top: 5px;
  }

  .news-categories {
    margin-top: 8px;
  }

  .news-categories li a {
    color: #2b2b2b;
  }

  .news-ads {
    background: #ffffff;
    border-right: 4px solid #2b2b2b;
    padding: 42px;
    text-align: center;
    margin: 26px 0 26px 0;
  }

  .news-ads.sidebar-ads {
    border-left: 4px solid #2b2b2b;
    border-right: 0px;
  }

  .news-ads h4 {
    font-size: 18px;
  }

  .news-tags h4 {
    padding-bottom: 6px;
  }

  .news-categories li,
  .news-tags li {
    list-style: none;
    display: inline-block;
    margin: 4px;
  }

  .news-tags li a {
    background: #393939;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    float: left;
    min-width: 30px;
    padding: 6px 12px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
  }

  .news-tags li a:hover {
    background: #4267b2;
  }



  /*---------------------------------------
      Button             
  -----------------------------------------*/

.btn-control {
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin: 30px auto;
    transition: all ease-in-out 0.4s;

  }

button#btn {
    border:1px solid #af164c;
    color: #af164c;
    font-weight: 600;
    padding:10px 20px 10px 20px;
    
  }

button#btn:hover {
    background: #af164c;
    color: #ffffff;
  }



.btn-control2 {
    background: #ee9402;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    margin: 0px auto;
    transition: all ease-in-out 0.4s;

  }

button#btn2 {
    background: #ee9402;
    color: #fff;
    font-weight: 600;
    padding:15px 30px ;
    
  }

button#btn2:hover {
    background: #af164c;
    color: #ffffff;
  }

button#btn3 {
    background: #af164c;
    color: #fff;
    font-weight: 600;
    padding:15px 0px ;
    width:280px;
  }

button#btn3:hover {
    background: #ee9402;
    color: #ffffff;
  }


.btn-control4 {
    background: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0px auto;
    transition: all ease-in-out 0.4s;
  }


button#btn4 {
    border:1px solid #af164c;
    color: #af164c;
    font-weight: 600;
    padding:10px 20px 10px 20px;
    
  }

button#btn4:hover {
    background: #af164c;
    color: #ffffff;
  }
  
.btn-control5 {
    background: #ccc;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto;
    transition: all ease-in-out 0.4s;

  }

button#btn5 {
    background: #ccc;
    color: #fff;
    font-weight: 600;
    padding:15px 30px ;
    
  }

button#btn5:hover {
    background: #af164c;
    color: #ffffff;
  }




.s_btn {
    background: #af164c;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    margin: 10px auto;
    transition: all ease-in-out 0.4s;

  }

button#s_btn {
    border:1px solid #af164c;
    color: #fff;
    font-weight: 600;
    width:100%;
    padding:5px 0px;
    max-width:142px;
    
  }

button#s_btn:hover {
    background: #fff;
    color: #af164c;
  }






  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  footer {
    padding: 30px 0px 30px 70px;
  }
  
  
  
  
  
@media only screen and (min-width: 1200px) {
    #foot_bg {
     background:url(../images/foot_bg.gif) no-repeat;background-position:center;
  }
} 


  footer h4 {
    padding-bottom: 5px;
  }

  footer a,
    footer span {
    color: #757575;
  }

  footer a:hover {
    color: #af164c;
  }

  .contact-info {
    padding-top: 10px;
  }

  .contact-info .fa {
    background: #393939;
    border-radius: 100%;
    color: #ffffff;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 2px;
  }

  .latest-stories {
    margin-bottom: 20px;
  }

  .stories-image,
  .stories-info {
    display: inline-block;
    vertical-align: top;
  }

  .stories-image img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
  }

  .stories-info {
    margin-left: 15px;
  }

  .stories-info h5 {
    margin-bottom: 2px;
  }

  .stories-info span {
    color: #858585;
    font-size: 12px;
  }

  .opening-hours p {
    line-height: 18px;
  }

  .opening-hours span {
    font-weight: 500;
    display: inline-block;
    padding-left: 10px;
  }

  .copyright-text p,
  .footer-link a {
    color: #ffffff;
    font-size: 12px;
    line-height:18px;
    font-weight: 400;
    padding-bottom:20px;
  }

  .footer-link a {
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
    margin-top: 4px;
  }

  .angle-up-btn {
    position: relative;
    bottom: 55px;
    display: block;
  }

  .angle-up-btn a {
    background: #111;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: transform 0.1s ease-in;
    transform: translateX(0);
  }

  .angle-up-btn a:hover {
    background: #4267b2;
    color: #ffffff;
    transform: translateY(-5px);
  }


/* TopLink
-------------------- */
#TopLink {
position: fixed;
bottom: 60px;
right:30px;

}

@media screen and (max-width: 640px) {
#TopLink {
position: fixed;
bottom: 60px;
right: 10px;
left: auto;
margin-left: 0;
}
#TopLink img {
width:80%;
}

}



  /*---------------------------------------
     SOCIAL ICON              
  -----------------------------------------*/

  .social-icon {
    position: relative;
    padding: 0;
    margin: 0;
  }

  .social-icon li {
    display: inline-block;
    list-style: none;
  }

  .social-icon li a {
    border-radius: 100px;
    color: #464646;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
  }

  .social-icon li a:hover {
    background: #4267b2;
    color: #ffffff;
  }



  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {

    h2 {
      font-size: 2.5em;
    }
    h3 {
      font-size: 1.5em;
    }

    header {
      height: inherit;
    }
    header span.date-icon {
      border: 0;
      padding-right: 0;
      padding-left: 0;
    }
    header span.email-icon {
      padding-top: 0;
    }

    .navbar-default .navbar-nav li a {
      padding-right: 15px;
      padding-left: 15px;
    }
  }

  @media only screen and (max-width: 992px) {
  h2 {
    color: #272727;
    font-size: 1.8em;
  }

    .slider .item {
      background-position: center;
    }

    header {
      padding-bottom: 10px;
    }
    header .text-align-right {
      text-align: left;
    }
    header span {
      padding-top: 0;
      padding-left: 0;
      padding-bottom: 0;
    }
  }

  @media only screen and (max-width: 799px) {

  	
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
      border-color: transparent;
    }
    .navbar-default .navbar-nav li.appointment-btn {
      margin-left: 15px;
    }
    .navbar-default .navbar-nav li a {
      display: inline-block;
      padding-top: 8px;
      padding-bottom: 8px;
    }

    .news-sidebar {
      margin-top: 2em;
    }

    #appointment-form {
      padding-top: 4em;
      padding-bottom: 4em;
    }

    footer {
      padding-top: 60px;
      padding-bottom: 0;
    }
    .footer-thumb {
      padding-bottom: 10px;
    }

    .border-top {
      text-align: center;
    }



h3 {
  font-size: 1.3em;
}
    .res_img{width:100%}
  }

  @media only screen and (max-width: 480px) {
  	

  	
  	
  	 #home h1 {
    color: #ffffff;
    font-size:20px;
    padding-bottom: 10px;
    margin-top: 0;
    
  }
  h1 {
    color: #252525;
    font-size: 2em;
  }
    h2 {
      font-size: 1.5em;
    }
    h4 {
      font-size: 1.2em;
    }

    #home h3 {
      font-size: 11px;
      letter-spacing: 1px;
    }

.sp_img{
  width:10%;
}

  }
  
  @media print, screen and (min-width: 481px) {
.sp { display: none; }
.pc { display: inline; }

}
@media screen and (max-width: 480px) {
.sp { display: inline; }
.pc { display: none; }

}

@media screen and (min-width: 800px) {
.pad { display: none; }
.desc { display: inline; }
.insta{width:490px;height:245px;}
}
@media screen and (max-width: 799px) {
.pad { display: inline; }
.desc { display: none; }
}




@media screen and (max-width: 480px) {
.images_res { width:75%;
  margin:0px auto;
 }
.insta{height:200px;width:100%;}
}


.mt-1{margin-top:10px}
.mt-2{margin-top:20px}
.mt-3{margin-top:30px}
.mt-4{margin-top:40px}
.mt-5{margin-top:50px}

.mb-1{margin-bottom:10px}
.mb-2{margin-bottom:20px}
.mb-3{margin-bottom:30px}
.mb-4{margin-bottom:40px}
.mb-5{margin-bottom:50px}


.mid{
	display: flex;
  align-items: center;
}

@media screen and (min-width: 799px) {
.mid2{
	display: flex;
  align-items: center;
}
}
.con_center{
	  display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

@media screen and (max-width: 799px) {
tr,
td,
th {display:block;text-align:left}
tr,
td,
th{width:auto;}
td{margin-bottom:10px}
}