@charset "UTF-8";
/*
Theme Name:   THE SONIC Child
Theme URI:    https://the-sonic.jp
Description:  THE SONICカスタマイズ用子テーマ
Author:       SONIC Team
Author URI:   https://the-sonic.jp
Template:     thesonic
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

/*
* ここから下に記述
*/

html {
  margin-top: 0 !important;
}

body {
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

p {
  margin-bottom: 0;
}

a:hover {
  text-decoration: none;
}

.header {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.header img {
  display: block;
  width: 100vw;
}



.img {
  display: block;
  width: 100%;
}

#content {
  margin: 0;
}

#content-in {
  display: block;
  padding: 0;
}

#main {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #main {
    width: 750px;
    margin: 0 auto;
  }

  .header img {
    width: 100%;
  }
}

.main-in {
  margin-bottom: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .main-in {
    padding: 0 0 21vw 0;
  }
}

/* 全体のボタンcss */
.tel-btn {
  position: relative;
  display: flex;
  align-items: center;
  background-image: linear-gradient(0deg, rgba(184, 0, 0, 1) 5%, rgba(255, 165, 0, 1) 90%, rgba(255, 255, 255, 1));
  border: 2px solid #fa6f00;
  border-radius: 100vh;
  overflow: hidden;
  padding: 0 5px;
  gap: 3%;
  transition: 300ms;
  cursor: pointer;
}

.tel-btn::before {
  position: absolute;
  content: '';
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 2.5s ease-in-out infinite;
}

/* ボタン内の円 */
.tel-btn .circle {
  line-height: 1;
  display: block;
  background: #fff;
  border-radius: 30px;
  padding: 4.7%;
  color: #2E9530;
  font-weight: bold;
  box-shadow: inset 1px 1px 2px 2px #ccc;
}

/* 電話番号 */
.tel-btn .tel-number {
  text-align: right;
}

.tel-btn .tel-number span {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 5.4vw;
  color: #FFFF00;
  -webkit-text-stroke: 1px #b80000;
}

/* 電話番号エリア */
.tel-area {
  position: relative;
}

.tel-area .tel-btn {
  position: absolute;
  width: 636px;
  height: 170px;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
	.tel-area .tel-btn {
		width: 84.8%;
  		height: 42.2%;
	}
}

.tel-area .circle {
  font-size: 41px;
  border-radius: 100%;
  padding: 4.7%;
  box-sizing: border-box;
}

.tel-area .tel-number {
  line-height: 1;
  font-size: 25px;
  font-weight: 900;
  text-align: center;
  -webkit-text-stroke: 0.5px #b80000;
  color: #fff;
}

.tel-area .tel-number span {
  font-size: 75px;
}

@media screen and (max-width: 767px) {
  .tel-btn .circle {
    font-size: 2vw;
  }

  .tel-area .circle {
    font-size: 5.2vw;
  }

  .tel-area .tel-number {
    font-size: 3.3vw;
  }

  .tel-area .tel-number span {
    font-size: 10vw;
  }
}

@-webkit-keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

/* フローティングメニュー */
.floating-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  padding: 7.5vw 4vw 3vw;
  box-sizing: border-box;
}

.floating-menu .time-container {
  position: absolute;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 55vw;
  text-align: center;
  border-radius: 50px;
  padding: 5px 0;
  background: #0092b6;
  box-shadow: 0px 7px 5px -5px #777777;
}

.floating-menu .time-container p {
  color: #fff;
  font-size: 4vw;
  font-weight: 900;
  line-height: normal;
}

.floating-menu .time-container .time {
  color: #faff00;
}

.floating-menu .float-inner {
  display: flex;
  align-items: center;
}

.floating-menu .float-text {
  width: 50%;
}

.floating-menu .button {
  width: 60%;
}

.floating-menu .base {
  font-size: 2.3vw;
  font-weight: 900;
  line-height: normal;
}

.floating-menu .strong {
  display: flex;
  align-items: center;
  gap: 3%;
  font-size: 3.3vw;
  font-weight: 900;
  line-height: normal;
  color: #fa1e00;
}

.floating-menu .strong span {
  background: #fa1e00;
  padding: 0.5vw 1vw;
  color: #fff;
  font-size: 2.2vw;
  line-height: normal;
  border-radius: 5px;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
	.footer-inner {
		font-size: 41px;
	}
}

.footer {
  width: 100%;
  background-color: #005a81;
  color: #fff;
  text-align: center;
}

.footer-inner {
  padding: 6vw 0;
  font-size: 20px;
  line-height: 1.3;
  font-weight: normal;
}

.footer-inner h2 {
  margin: 0 0 4.6vw;
  font-size: clamp(24px, 6.5vw + 5px, 54px);
  font-weight: normal;
}

.company-info {
  margin-bottom: 4.6vw;
}