@charset "utf-8";
/* CSS Document */
main{
  width: 100%;
  padding-top: 1px;
    margin: 0 auto;
}
#breadCrumb {
    padding: 1% 2%;
}
.fadein {
  opacity : 0;
  transform: translateY(0px);
  transition: all 1s;
}
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 985px;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: fixed;
    overflow:hidden;
    z-index: -1;
    min-width: 985px;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards ;
    z-index: -1;
    margin-top: -4vw;
}

@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 14vw auto;
}
main h2 img {
    height: 30px;
}
h2.main-title img {
    height: 95px;
}
main article {
    background-color: #fff;
    margin-top: 38vw;
    padding-top: 2%;
}
footer {
    background-color: #fff;
}
#top-about p {
    line-height: 160%;
    font-size: 15px;
}
/*--------------
reservation
---------------*/
#reservation {
    width: 400px;
    margin: 40px auto 0;
    padding-bottom: 40px;
}
#reservation > a {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 11px 10px 10px;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
    color: #fff;
    border-radius: 5px;
    background: #d91b40;
    box-shadow: 0 3px 0 #8a1129;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
#reservation > a:hover {
    top: 3px;
    box-shadow: none;
}
#reservation > a:after {
    position: absolute;
    right: 5%;
    bottom: 25%;
    width: 25px;
    height: 25px;
    content: "";
    background: url(../images/link_blank.png) no-repeat right bottom;
    background-size: contain;
}
/*下部固定オンラインカウンセリング*/
.bottom_webcounseling {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    background-color: #fff;
}
.bottom_webcounseling a {
    display: block;
    width: 480px;
}

/*-------------------
sp
-------------------*/
@media screen and (max-width:640px){
.main {
    position: relative;
    width: 100%;
    animation: fadeIn 2s ease 0s 1 normal;
    z-index: -1;
    min-width: 0;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.main-img {
    position: relative;
    overflow:hidden;
    z-index: -1;
    min-width: 0;
}
.main-img img {
    animation: rotate 1s ease-out 0s 1 reverse forwards ;
    z-index: -1;
    margin-top: 0;
}

@keyframes rotate {
    100% {transform: rotate(3deg);}
}
.main-title {
    margin: 28vw auto;
}
main h2 img {
    height: 5vw;
}
h2.main-title img {
    width: auto;
    height: 14vw;
}
p.main-info {
    font-size: 12px;
    margin: 5% auto;
}
main article {
    margin-top: 0;
    width: 95%;
    margin: 0 auto;
}
#top-about p {
    font-size: 12px;
    margin: 10px auto 20px;
}
/*--------------
reservation
---------------*/
  #reservation {
    width: 100%;
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
  #reservation > a:after{
     right: 5%;
       bottom: 28%;
       width: 7%;
       height: 7vw;
  }
  /*下部固定オンラインカウンセリング*/
  .bottom_webcounseling a {
    width: 100%;
}
}