@import url("ais-sns.css");

/* TITLE COLOR-------------------------------------------------------------------------*/

.heading-1 {
    color: #ff8300;
	}


/*コンテンツの角を丸く-----------------------------------------------------------------------------------*/
	
.ais-round
{
	border-radius: 20px 20px 20px 20px;
}


.ais-index-icon
{
  border-radius: 50%;
  /*filter: drop-shadow(5px 5px 5px
   rgba(0,0,0,0.3));*/

}




/*TITLE icon-----------------------------------------------------------------------------------*/
	
.ais-icon:before
{
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 60px;/*画像の幅*/
  height: 60px;/*画像の高さ*/
  background-image: url("../img/ais-elephantDoctor-circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  
}

 
/*marker--------------*/
mark{
 background: linear-gradient(transparent 0%, #fff799 0%);
 font-weight: bold; 
border-radius:3px;
}


/*LINK marker--------------*/
mark a{
 background: linear-gradient(transparent 0%, #ffe799 0%);
 font-weight: bold; 
border-radius:3px;
}

/*LINK marker--------------*/
.ais-list li {
	list-style-type: disc;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}

.ais-list li ul li{
	list-style-type: square;/* リストの左側に黒丸 */
	margin-left: 24px;/* リストの左側に余白 */
	text-align: left;
}


/*LINK marker--------------*/


ul.ais-list-kome li{
    margin-left: 24px; /* 1文字分、左に寄せる */
}



/*figure & figcption--------------*/
figure{
	text-align:center;
	}
	
figcaption{
	text-align:right; 
	color:grey;
	font:10px arial;
	}


figure.leftArray {
float: left;
padding-right: 0px;
}


/*link button--------------------------------------*/

.ais-btn {
  position: relative;
  display: inline-block;
  padding: 0.0em 0.5em;
  text-decoration: none;
  background: rgb(247,137,7);/*背景色*/
  /*border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 3px;/*角の丸み*/
  margin:2px;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  
}

.ais-btn:active {
  border-bottom: solid 2px rgb(247,137,7);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



.ais-btn-white {
    position: relative;
    display: inline-block;
    padding: 0.0em 0.5em;
    text-decoration: none;
    max-width:250px;
    background: #ffffff;/*背景色*/
    /*border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
    border-radius: 3px;/*角の丸み*/
    margin:2px;
    box-shadow: inset 0 10px 0 rgba(255,255,255,0.1), 0 3px 3px rgba(0, 0, 0, 0.3);
    font-weight: normal;
    
  }
  
  .ais-btn-white:active {
    border-bottom: solid 2px #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  }



.ais-btn-forImage {
  position: relative;
  display: inline-block;
  padding: 0.0em 0.0em;
  text-decoration: none;
  background: #ffbc40;/*背景色*/
  /*border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 10px;/*角の丸み*/
  margin:0px;
  max-width: 90%;
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.1), 0 1px 1px rgba(0, 0, 0, 0.15);
  font-weight: normal;
  
}

.ais-btn-forImage:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.30);
}


/* ここから下がボタンのCSS　*/
.nouse_ais-btn {
    display: inline-block;
    /*max-width: 180px;*/
    text-align: left;
    border: 2px solid #fcc101;
    font-size: 16px;
    color: #fcc101;
    text-decoration: none;
    font-weight: bold;
    padding: 2px 16px;
    border-radius: 4px;
    transition: .4s;
  }
  
  .nouse_ais-btn:hover {
    background-color: #fcc101;
    border-color: #fcc101;
    color: #FFF;
  }


  
/*table--------------------------------------*/

.ais-table td{
    padding: 8px;
    border: 1.5px rgb(202, 202, 202) solid;

}
.ais-table th{
    font-weight: bold;
    padding: 25px 10px 10px; /* top LR botom */
    border: 0px gray solid;
}



.nobr {
    white-space: nowrap;
    }



/*吹き出し*/

.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}


/*disable*/
a.ais-disable
{
  pointer-events: none;

}





/*ビルボード*/






.billboard {
    background-image: url("../img/ais-billboard.jpg");
}

.billboard [class^=heading] {
    position: relative;
}

.billboard [class^=heading] ._icon {
    width: 125px;
    display: block;
    position: absolute;
    top: calc(50% - 62.5px);
    left: calc(50% - 62.5px);
}


/* vvvv   23_0224 add 181 for movie sumnail   vvvv   */

.movieWrapper {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  background-color: orange;
  width: 100%;
  height: auto;
  padding: 0px;
}

.movieItem {
  margin: 0 auto;
  flex-basis: 200px;
  background: orange;
  text-align: center;
  padding: px 0px;
  border: 0px solid black;
  width: 100%;
}

.movieItem p{
  color: white;
  font-weight: 800;
  background: orange;
}

/* ^^^^   23_0224 add 181 for movie sumnail   ^^^^*/



	

/*#ff8300*/

@media screen and (max-width: 639px) {
    .billboard [class^=heading] ._icon {
        width: 78px;
        top: calc(50% - 39px);
        left: calc(50% - 39px);
    }
}
.billboard [class^=heading] ._icon path {
    fill: #fff;
}

#map {
    height: 267px;
    width: 100%;
}

.box-overview {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(252, 134, 32, 0.5);
    border-radius: 25px;
    padding: 25px;
    text-align: center;
    margin-top: 100px;
}

@media screen and (max-width: 639px) {
    .box-overview {
        margin-top: 50px;
    }
}
.box-overview-heading {
    font-size: 28px;
    font-weight: 900;
    color: #FC862A;
}

@media screen and (max-width: 639px) {
    .box-overview-heading {
        font-size: 22px;
        line-height: 1.6em;
    }
}
.box-overview-text {
    margin-top: 5px;
}

@media screen and (max-width: 639px) {
    .box-overview-text {
        margin-top: 10px;
    }
}
.box-overview-tel {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    line-height: 1;
}

@media screen and (max-width: 639px) {
    .box-overview-tel {
        display: block;
    }
}
.box-overview-tel-item {
    font-size: 26px;
    font-weight: 900;
}

@media screen and (max-width: 639px) {
    .box-overview-tel-item {
        font-size: 18px;
    }
}
.box-overview-tel-item:not(:first-child) {
    margin-left: 40px;
}

@media screen and (max-width: 639px) {
    .box-overview-tel-item:not(:first-child) {
        margin-left: 0;
        margin-top: 10px;
    }
}
.box-overview-tel-item-number {
    font-size: 34px;
}

@media screen and (max-width: 639px) {
    .box-overview-tel-item-number {
        font-size: 24px;
    }
}


.movies{
text-align:center;
padding:0px !important;
min-width: 100px;

}











