@charset "utf-8";


html {
  font-size: 100%;
  width: 100%;
}

body {
  font-family: '小塚ゴシック Pro', "YuGothic", "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 20px;
  margin: 0 auto;
  color: #333;
  color: #333333;
  width: 750px;
  max-width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  display: block;
  color: #333;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
}

div img {
  vertical-align: top;
}

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


.contact1 {
  position: relative;
}

.btn1 {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 3%;
  left: 0;
  right: 0;
}

.btn1 img {
  margin-bottom: 0.5em;
  width: 100%;
}


.btn2 {
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
  margin-bottom: 1em;
}

.btn2 img {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.btn3 {
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
}

.btn3 img {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.btn4 {
  width: 100%;
  margin: 0 auto;
  margin-top: 1em;
}

.btn4 img {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

.tel_box {
  position: relative;
}

.tel_btn_div {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  top: 4%;
  left: 0;
  right: 0;
  margin-top: 0.5em;
}

.map_box {
  position: relative;
}

.map_date {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  top: 0%;
  left: 0;
  right: 0;
}


.contact_btn {
  display: flex;
  justify-content: space-between !important;
  width: 93%;
  margin: 0 auto;
  padding-top: 5px;
}


/* 地図 */

iframe {
  display: block;
  margin: 0 auto;
  width: 90%;
  padding-top: 0;
  padding-bottom: 2em;
}

/* 隙間調整 */
.box4 img, .box5 img, .box6 img, .box7 img, .box11 img, .box12 img .box13 img, .box17 img, .box18 img {
  display: block;
}

/* ボタン動き */

.move {
  animation-name: btn_move;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

@keyframes btn_move {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, -15px)
  }
}


/* フッター */


footer {
  background-color: #FDD9D8;
  margin: 0 auto;
  text-align: center;
  line-height: 3;
}

footer p {
  margin-top: 0;
  margin-bottom: 0;
  color: #736357;
  font-size: 14px;
}

/* 追従ボタン */

.fixed {
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: right;
  display: flex;
}

.btn_fix img {
  max-width: 200px;
}

.btn_fix2 img {
  max-width: 200px;
}



@media print,
screen and (min-width: 768px) {
  body .fixed {
    bottom: 15px;
    right: 15px;
  }
}



/* レスポンシブデザイン */
@media screen and (max-width: 768px) {

  .content {
    max-width: 100%;
  }

  img {
    max-width: 100%;
    height: auto;
  }


  .btn1 {
    width: 95%;
  }

  .btn2 {
    width: 95%;
  }

  .btn1 img {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .btn2 img {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .btn3 {
    margin-top: 4px;
    width: 95%;
  }

  .btn3 img {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .btn4 {
    width: 95%;
  }

  .btn4 img {
    margin-top: 4px;
    margin-bottom: 0;
  }

  .contact_btn a {
    padding-left: 2px;
    padding-right: 2px;
  }

  .tel_box a {
    width: 55%;
    margin: 0 auto;
  }

  .tel_btn_div {
    top: 0;
  }


  footer {
    max-width: 100%;
    font-size: 0.4rem;
    height: 120px;
  }


  iframe {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: 280px;
  }


  .copy p {
    font-size: 0.7rem;
  }

  .fixed {
    justify-content: center;
    align-items: center;
    width: 100vw;

  }

  .btn_fix {
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
  }

  .btn_fix2 {
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
  }

  .btn_fix img {
    width: 98%;
    max-width: 300px;
  }

  .btn_fix2 img {
    width: 98%;
    max-width: 300px;
  }
}

/* PCのみ */
@media screen and (min-width: 769px) {
  .fixed .btn_fix {
    display: inline-block;
    width: 100%;
  }
}