/* 初期化 */
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
summary hr,
i {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style-type: none;
}

a {
  text-decoration: none;
}

/* body */
body {
  background-color: #ffffff;
}

body {
  background-image: url('../img/bg01.png');
  background-repeat: repeat-y;
  background-size: 650px;
  background-position: top;
  background-attachment: fixed;
}

@media screen and (min-width: 480px) {
  body {
    background-size: 100%;
    background-position: top;
  }
}

/* jump to top */
.jump-to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 50px;
  z-index: 5;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

@media screen and (min-width: 480px) {
  .jump-to-top {
    width: 60px;
  }
}

/* 汎用 */
.br-text {
  display: inline-block;
}

/* header */
/* bento-menu */
.bento-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 65px;
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  cursor: pointer;
  padding-top: 5px;
  z-index: 5;
}

@media screen and (min-width: 480px) {
  .bento-menu {
    top: 10px;
  }
}
.bento-menu__box {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #000000;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.bento-menu__text {
  font-family: arial black, sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}

.bento-menu.active .bento-menu__box:nth-child(2),
.bento-menu.active .bento-menu__box:nth-child(4),
.bento-menu.active .bento-menu__box:nth-child(6),
.bento-menu.active .bento-menu__box:nth-child(8) {
  opacity: 0;
}

/* nav */
.nav {
  position: fixed;
  top: 0;
  right: -200px;
  z-index: 2;
  width: 200px;
  height: 100%;
  background-color: rgba(239, 255, 239, 0.8);
  transition: all, 0.5s;
}

@media screen and (min-width: 480px) {
  .nav {
    right: -300px;
    width: 300px;
    height: 100%;
  }
}

.nav.active {
  right: 0;
}

.nav-list {
  text-align: center;
  padding-top: 150px;
}

.nav__btn {
  font-size: 20px;
  padding: 20px 0px;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothi, sans-serif;
}

.nav__link {
  color: #000000;
  padding-bottom: 5px;
}

.nav__link:hover {
  border-bottom: solid 3px #000000;
}

/* main-visual */
.main-visual {
  display: block;
  margin: 0 auto;
  padding-top: 50px;
  width: 300px;
  text-align: center;
}

@media screen and (min-width: 480px) {
  .main-visual {
    width: 500px;
  }
}

/* title */
.sub-title {
  display: block;
  width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .sub-title {
    width: 400px;
  }
}

.title {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-top: 15px;
}

@media screen and (min-width: 480px) {
  .title {
    width: 600px;
    margin-top: 20px;
  }
}

/* お問い合わせボタン */
.contact-contain {
  text-align: center;
  margin-top: 60px;
}

.contact-btn {
  display: block;
  width: 280px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 30px;
  background-color: #4ad44a;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8',
    'Hiragino Kaku Gothic StdN', sans-serif;
  font-size: 20px;
  color: #ffffff;
  padding: 16px 0px;
  letter-spacing: 4px;
  border-radius: 5px;
  transition: filter 0.3s ease;
}

.contact-btn:hover {
  filter: brightness(1.1);
}

@media screen and (min-width: 480px) {
  .contact-btn {
    width: 360px;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
    font-size: 25px;
    letter-spacing: 10px;
    padding: 16px;
    border-radius: 10px;
  }
}

span.campaign-text {
  display: block;
  font-size: 16px;
  letter-spacing: initial;
}
span.campaign-offer {
  color: #ffff59;
}

/* ソーシャルボタン */
.social-btn {
  display: block;
  width: 160px;
  height: 30px;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (min-width: 480px) {
  .social-btn {
    width: 300px;
    height: 40px;
    margin-top: 0;
  }
}

.social-btn__img {
  float: left;
  width: 30px;
}

@media screen and (min-width: 480px) {
  .social-btn__img {
    width: 40px;
  }
}

.social-btn__text {
  width: 120px;
  text-align: center;
  line-height: 16px;
  margin-top: 15px;
  margin-left: 35px;
  padding: 5px 0px;
  border: solid 2px #000000;
  border-radius: 20px;
  font-size: 3vw;
  font-family: 'ヒラギノ角ゴ Std W8', 'Hiragino Kaku Gothic Std', 'ヒラギノ角ゴ StdN W8',
    'Hiragino Kaku Gothic StdN', sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (min-width: 480px) {
  .social-btn__text {
    width: 240px;
    text-align: center;
    line-height: 25px;
    margin-left: 52px;
    padding: 5px 0px;
    border: solid 3px #000000;
    border-radius: 20px;
    font-size: 14px;
  }
}

.social__link {
  color: #000000;
}

.twitter:hover {
  color: #00acee;
  border: solid 3px #00acee;
}

.facebook:hover {
  color: #3b5998;
  border: solid 3px #3b5998;
}

/* greetings ごあいさつ */
.greetings__title {
  display: block;
  width: 240px;
  margin: 0 auto;
  margin-top: 50px;
}

.greetings__box {
  text-align: center;
  margin-top: 40px;
}

.box-left {
  margin-right: 30px;
}

.box-right {
  margin-left: 30px;
}

@media screen and (min-width: 750px) {
  .box-left {
    margin-right: 120px;
  }

  .box-right {
    margin-left: 120px;
  }
}

.greetings__text {
  display: inline-block;
  position: relative;
  margin: 0 10px;
  padding: 30px 20px;
  max-width: 300px;
  border-radius: 12px;
  border: 5px solid rgba(188, 221, 255, 0.9);
  background: rgba(255, 255, 255, 1);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.2));
  font-size: 3.5vw;
  text-align: left;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  line-height: 30px;
}

@media screen and (min-width: 480px) {
  .greetings__text {
    display: inline-block;
    position: relative;
    margin: 0 40px;
    padding: 30px 40px;
    max-width: 1000px;
    font-size: 16px;
    text-align: left;
    line-height: 40px;
  }
}

.greetings__strong {
  background-color: #ffff77;
  font-weight: bold;
}

/* benefit 利益*/
.benefit {
  text-align: center;
  background-color: rgba(240, 188, 188, 0.7);
  margin-top: 80px;
  padding: 0 20px 40px;
}

.benefit__title {
  display: block;
  margin: 0 auto;
  padding: 30px 20px 20px;
  width: 240px;
}

.benefit__list {
  display: block;
  padding: 30px 0;
  box-sizing: border-box;
}

.benefit__list li {
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin-bottom: 20px;
}
.benefit__text {
  font-size: 16px;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  text-align: left;
  padding: 10px;
}

.benefit__topic {
  font-size: 20px;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  color: #dd3355;
}

@media screen and (min-width: 480px) {
  .benefit__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    padding: 0 15px;
  }
  .benefit__list li {
    grid-column: unset;
  }
}

@media screen and (min-width: 900px) {
  .benefit__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    margin-bottom: 0;
  }
}

/* recommend おすすめ */
.recommend {
  padding-bottom: 30px;
}

@media screen and (min-width: 480px) {
  .recommend {
    margin: 0 20px;
    padding-bottom: 0;
  }
}

.recommend__title {
  display: block;
  width: 300px;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (min-width: 480px) {
  .recommend__title {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
  }
}

.recommend__box {
  max-width: 90%;
  border: 6px solid #c3ffbc;
  background: rgba(255, 255, 255, 1);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  margin: 30px auto;
  border-radius: 12px;
}

@media screen and (min-width: 480px) {
  .recommend__box {
    max-width: 900px;
    border: 6px solid #c3ffbc;
    background: rgba(255, 255, 255, 1);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    margin: 30px auto;
    border-radius: 12px;
  }
}

.recommend__list {
  margin: 5% 5% 5% 10%;
}

@media screen and (min-width: 900px) {
  .recommend__list {
    margin: 5% 10% 5% 20%;
  }
}

.recommend__text {
  list-style: circle;
  font-size: 4vw;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  line-height: 20px;
  padding-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 480px) {
  .recommend__text {
    list-style: circle;
    font-size: 16px;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
    line-height: 30px;
    padding-top: 0px;
  }
}

/* voice お客様の声 */
.voice__title {
  display: block;
  width: 240px;
  margin: 60px auto 0;
  padding-bottom: 20px;
}

.voice__list {
  display: block;
}

.voice__list li:first-child {
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px 10px 20px;
}

.voice__list li:nth-child(2) {
  background-color: #fff;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 10px;
}

.voice__text {
  padding: 10px;
}

.voice__topic {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 30px;
  color: #dd3355;
}

@media screen and (min-width: 480px) {
  .voice__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
  }
  .voice__list li:first-child {
    grid-column: unset;
    margin: 0;
  }

  .voice__list li:nth-child(2) {
    grid-column: unset;
    margin: 0;
  }
}

@media screen and (min-width: 900px) {
  .voice__list {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    column-gap: 20px;
  }
  .voice__list li:first-child {
    grid-column: 2 / 3;
  }

  .voice__list li:nth-child(2) {
    grid-column: 3 / 4;
  }
}

/* plan 料金プラン */
img {
  max-width: 100%;
}

.plans {
  background-color: rgba(188, 221, 255, 0.6);
  padding: 0 10px 20px;
}

.plans ul li {
  background: #fff;
  padding: 5px 0 15px;
  box-shadow: 4px 4px 8px rgb(0 0 0 / 20%);
}

.plans__title {
  display: block;
  width: 240px;
  margin: 0 auto;
  padding: 40px 0 20px;
}

.plans__caption {
  text-align: center;
  margin-bottom: 14px;
}

.plans th {
  text-align: center;
}

.plans tr:first-child th {
  background: #7ccbf0;
  font-weight: bold;
}

.plans tr:last-child th {
  background: #ee5875;
  letter-spacing: 5px;
  font-weight: 600;
}

.plans td.separator {
  text-align: center;
}

@media screen and (min-width: 480px) {
  .plans__title {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
  }
}

.plans table {
  margin: 0 auto;
}

.plans th {
  font-size: 13px;
  padding: 2px 14px;
  background: #000;
  color: #fff;
  font-weight: normal;
}

.plans td {
  font-size: 15px !important;
  padding: 2px 8px;
}

.col-sp-2,
.col-md-4 {
  font-size: 0;
}

.col-sp-2 li,
.col-md-4 li {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1rem;
  margin: 2%;
}

@media screen and (min-width: 480px) {
  .col-sp-2 li {
    width: 48%;
    margin: 1%;
  }
  .plans th {
    font-size: 11px;
  }

  .plans td {
    font-size: 15px !important;
    padding: 2px 5px 2px 8px !important;
  }
}

@media screen and (min-width: 900px) {
  .col-md-4 li {
    width: 23%;
    margin: 1%;
  }
}

/* plans-contain */
.plans-contain {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  background-color: rgba(188, 221, 255, 0.6);
  padding: 20px 20px 60px;
}

.plans-contain-inner {
  border: 8px solid #7ccbf0;
  border-top: none;
  box-sizing: border-box;
  max-width: 500px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 12px;
}

.plans-contain-inner.-spot {
  border: 8px solid #7ccbf0;
}

.plans-contain-inner.-advisor {
  border: 8px solid #ee5875;
}

.plans-contain__title {
  font-size: 20px;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.plans-contain__title.-spot {
  background: #7ccbf0;
}

.plans-contain__title.-advisor {
  background: #ee5875;
}

.plans-contain__list {
  padding: 20px 40px;
}

.plans-contain__list li {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.plans-contain__list.-spot li {
  border-bottom: 1px dotted #7ccbf0;
}

.plans-contain__list.-advisor li {
  border-bottom: 1px dotted #ee5875;
}

.plans-contain__item {
  font-size: 4vw;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  padding: 10px 0;
}

@media screen and (min-width: 480px) {
  .plans-contain__item {
    font-size: 17px;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
    padding: 10px 30px;
    padding-left: 0px;
  }
}

.plans-contain__supplement {
  text-align: left;
  font-size: 14px;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  margin: 0 0 20px;
  padding: 0 40px;
  font-weight: bold;
}

.plans-contain__supplement.-spot {
  color: #0102f0;
}

.plans-contain__supplement.-advisor {
  color: #f00186;
}

@media (min-width: 751px) {
  .plans-contain__supplement {
    text-align: center;
  }
}

/* services */
.services__title {
  display: block;
  width: 240px;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .services__title {
    display: block;
    margin: 0 auto;
    margin-top: 100px;
  }
}

.services__box {
  max-width: 90%;
  border: 6px solid #4ad44a;
  background: rgba(255, 255, 255, 1);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  margin: 30px auto;
  border-radius: 12px;
}

@media screen and (min-width: 480px) {
  .services__box {
    max-width: 900px;
    border: 6px solid #4ad44a;
    background: rgba(255, 255, 255, 1);
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
    margin: 30px auto;
    border-radius: 12px;
  }
}

.services-contain {  
  padding: 20px 20px 60px;
}

.services-contain-inner {
  border: 8px solid #4ad44a;
  border-top: none;
  box-sizing: border-box;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
}

.services-contain-inner {
  border: 8px solid #4ad44a;
}

.services-contain__title {
  font-size: 20px;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  text-align: center;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.services-contain__title {
  background: #4ad44a;
}

.services-contain__list {
  padding: 20px 40px;
}

.services-contain__list li {
  padding: 5px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.services-contain__list li {
  border-bottom: 1px dotted #4ad44a;
}

.services-contain__item {
  font-size: 4vw;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  padding: 10px 0;
}

@media screen and (min-width: 480px) {
  .services-contain__item {
    font-size: 17px;
    font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
    padding: 10px 30px;
    padding-left: 0px;
  }
}

.services-contain__supplement {
  color: #4ad44a;
  font-size: 14px;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  margin: 0 0 20px;
  padding: 0 40px;
  font-weight: bold;
  text-align: center;
}


/* footer */
/* profile */
.footer {
  margin-top: 120px;
  background-color: #333333;
}

.profile__box {
  width: 100%;
  padding: 40px 0px;
  margin: 0 auto;
}

@media screen and (min-width: 480px) {
  .profile__box {
    width: 700px;
    padding: 60px 0px;
    margin: 0 auto;
  }
}

.profile__topic {
  font-size: 1.4rem;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-left: 30px;
}

@media screen and (min-width: 480px) {
  .profile__topic {
    font-size: 1.4rem;
    text-align: left;
    padding: 0;
  }
}

.profile__frame {
  padding: 0px 30px;
}

@media screen and (min-width: 480px) {
  .profile__frame {
    padding: 0;
  }
}

.profile__border {
  border-bottom: solid 2px #ffffff;
  padding-bottom: 10px;
}

.profile__name {
  font-size: 1.2rem;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  color: #ffffff;
  margin: 40px 0px 10px 0px;
}

@media screen and (min-width: 480px) {
  .profile__name {
    font-size: 1.2rem;
    text-align: left;
    margin: 30px 0px 10px 0px;
  }
}

.profile__text {
  font-size: 1rem;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  color: #ffffff;
  line-height: 25px;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (min-width: 480px) {
  .profile__text {
    font-size: 1rem;
    line-height: 25px;
  }
}

.profile__link a {
  color: #00acee;
  text-decoration: underline;
}

.copyright {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  color: #ffffff;
  text-align: center;
  padding-top: 50px;
}

/* contact */
.contact__title {
  display: block;
  width: 200px;
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .contact__title {
    width: 400px;
  }
}

.contact__subtitle {
  display: block;
  width: 150px;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (min-width: 480px) {
  .contact__subtitle {
    width: 300px;
  }
}

.topic-title {
  text-align: center;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  font-size: 14px;
  margin-top: 20px;
}

@media screen and (min-width: 480px) {
  .topic-title {
    font-size: 18px;
    margin-top: 50px;
  }
}

.contact {
  text-align: center;
}

.contact_text {
  text-align: center;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .contact_text {
    font-size: 14px;
    margin-top: 25px;
  }
}

.contact_table {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: left;
  border-collapse: collapse;
}

@media screen and (min-width: 480px) {
  .contact_table {
    width: 700px;
    margin: 0 auto;
    margin-top: 50px;
  }
}

.contact_table-row {
  display: block;
  padding-top: 5px;
}

@media screen and (min-width: 480px) {
  .contact_table-row {
    display: table-row;
    padding-top: 30px;
  }
}

.contact_table-header {
  display: block;
  position: relative;
  width: 100%;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  padding: 3px;
  background-color: #e0ffff;
  border: solid 1px #eeeeee;
}

@media screen and (min-width: 480px) {
  .contact_table-header {
    display: table-cell;
    width: 200px;
    font-size: 15px;
    padding: 10px;
    vertical-align: top;
    border: solid 2px #eeeeee;
  }
}

.required {
  position: absolute;
  right: 20px;
  top: 4px;
  padding: 2px 4px;
  background-color: #198cff;
  border-radius: 4px;
  color: #ffffff;
  font-size: 10px;
}

@media screen and (min-width: 480px) {
  .required {
    right: 15px;
    top: 8px;
    padding: 3px;
    background-color: #198cff;
    border-radius: 4px;
    font-size: 11px;
  }
}

.contact_table-data {
  display: block;
  width: 100%;
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  font-size: 12px;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  padding: 3px;
}

@media screen and (min-width: 480px) {
  .contact_table-data {
    display: table-cell;
    width: 500px;
    font-size: 16px;
    padding: 0px;
    border: solid 2px #eeeeee;
  }
}

.input {
  display: block;
  width: 240px;
  padding: 3px;
  border: none;
  background-color: #ffffff;
  font-size: 12px;
}

@media screen and (min-width: 480px) {
  .input {
    display: block;
    width: 280px;
    height: 25px;
    padding: 5px;
    border: none;
    background-color: #eeeeee;
    margin-left: 10px;
    font-size: 14px;
  }
}

.radio__btn {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

@media screen and (min-width: 480px) {
  .radio__btn {
    margin-left: 10px;
    margin-right: 5px;
  }
}

.content {
  width: 98%;
  height: 150px;
  border: 2px solid #eeeeee;
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (min-width: 480px) {
  .content {
    width: 90%;
    height: 200px;
    margin-top: 15px;
    margin-left: 10px;
    padding: 5px;
    background-color: #eeeeee;
    border: none;
    font-size: 14px;
  }
}

.radio__label {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, sans-serif;
  font-size: 12px;
  color: #333333;
}

@media screen and (min-width: 480px) {
  .radio__label {
    font-size: 14px;
  }
}

.button {
  margin: 20px 10px;
  background-color: #198cff;
  padding: 10px 30px;
  font-size: 12px;
  color: #ffffff;
  border-radius: 10px;
  border-style: none;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.3s ease;
}

@media screen and (min-width: 480px) {
  .button {
    font-size: 14px;
  }
}

.button:hover {
  background-color: #ff0000;
}
a[href*='tel:'] {
  pointer-events: initial;
  color: #00acee;
}

/* タブレット以上電話発信不可 */
@media (min-width: 751px) {
  a[href*='tel:'] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .break-text {
    display: block;
  }
}

/* ボタンのレスポンシブ対応 */
@media screen and (min-width: 480px) {
  .contact-btn {
      width: 360px;
      height: auto;
      margin-bottom: 20px;
      font-size: 25px;
      letter-spacing: 10px;
      padding: 16px;
      border-radius: 10px;
  }
}

/* 画像のふわふわアニメーション */
.button-container {
  position: relative;
  text-align: center;
  margin-top: 5rem;
}

.floating-image {
  position: absolute;
  top: -100px; /* ボタンからの距離 */
  left: 50%;
  transform: translateX(-50%);
  animation: float 2s ease-in-out infinite;
  width: 200px; /* 必要に応じて調整 */
  padding-bottom: 5rem;
}

/* ふわふわアニメーション */
@keyframes float {
  0%, 100% {
      transform: translateX(-50%) translateY(0);
  }
  50% {
      transform: translateX(-50%) translateY(-10px);
  }
}