@charset 'utf-8';

/*##### Base #####*/


/*##### Content #####*/
.home #section0 {
  /*background-image: none !important;*/
}

.home #section0 .container {
  display: none;
}

.home #section0 .bgMovie01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  vertical-align: middle;
}


.index_fixbox02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .index_fixbox02 {
    /*margin-top: 20vw;*/
  }
}

.index_fixbox02 .linkBaseTelno {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.5em;
  padding: 0 1.0em;
  border-radius: 2.5em;
  background-color: #fff;
  color: #27a8e2;
  /*
  color: #fff;
  text-shadow: 1px 1px 3px #0f85fe, 1px 1px 5px #0f85fe;
  */
}

.index_fixbox02 .linkBaseTelno .txt01 {
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .index_fixbox02 .linkBaseTelno .txt01 {
    font-size: 1.0rem;
  }
}

.index_fixbox02 .linkBaseTelno .txt02 {
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .index_fixbox02 .linkBaseTelno .txt02 {
    font-size: 1.4rem;
  }
}

.index_fixbox02 .linkIndexBtnLine {
  width: 2.5em;/*37px;*/
  margin-left: 10px;
  padding: 2px;
  border-radius: 8px;
  background-color: #fff;
}


.boxSideSnsMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 1.0em;
}

.boxSideSnsMenu a {
  width: 45px;
  margin: 0 0.3em;
}
@media all and (max-width: 1024px){
  .boxSideSnsMenu a {
    /*width: 12vw;*/
    margin: 0 0.5em !important;
    padding: 1.0em 0 1.5em 0 !important;
  }
}

.boxSideSnsMenu a img {
  max-width: 100%;
}


/*##### Module #####*/

/*##### Link Telno #####*/
.linkBaseTelno {
  pointer-events: none;
  cursor: auto;
}
@media all and (max-width: 750px){
  .linkBaseTelno {
    pointer-events: auto;
  }
}