@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  position: relative;
  /*バルーンのfixedをfooter手前でabusoluteするために必要*/
}

@media (max-width: 560px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  vertical-align: bottom;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .wrapper {
    margin: 0 16px;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb {
  background-color: #eee;
  font-size: 12px;
}

@media (max-width: 960px) {
  .breadcrumb {
    font-size: 10px;
  }
}

@media (max-width: 1240px) {
  .main-aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 0;
}

@media (max-width: 960px) {
  .header {
    padding: 0;
    height: 62px;
  }
}

.header__logo {
  width: 349px;
}

@media (max-width: 960px) {
  .header__logo {
    width: 200px;
    padding: 4px 0;
  }
}

.header__info__tripfeefree {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #a2d729;
  text-align: center;
  padding: 16px;
  line-height: 1.5;
  border-radius: 50%;
  margin-right: 16px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 960px) {
  .header__info__tripfeefree {
    display: none;
  }
}

.header__info__tripfeefree span {
  color: red;
  background-color: #FFFF00;
  font-weight: bold;
}

.header__info__tripfeefree a {
  color: #fff;
  text-decoration: underline;
}

.white-car {
  width: 147px;
  height: 73px;
  margin-right: 16px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media (max-width: 960px) {
  .white-car {
    display: none;
  }
}

.header__info__tel-container {
  border: #27a7e0 1px solid;
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: center;
}

@media (max-width: 960px) {
  .header__info__tel-container {
    display: none;
  }
}

.header__info__tel-container th {
  background-color: #27a7e0;
  color: #fff;
}

.header__info__tel-container .header__info__tel-container__tel i {
  padding-right: 8px;
}

.header__info__tel-container .header__info__tel-container__tel a {
  color: #fa824c;
  font-family: 'Arial Black',sans-serif;
  font-size: 30px;
  padding: 0 16px;
}

.header__info__tel-container .header__info__tel-container__time {
  font-size: 12px;
}

nav {
  background-color: #27a7e0;
}

.nav__menu-pc li {
  width: 200px;
  border-left: 1px solid #fff;
  text-align: center;
}

.nav__menu-pc li:last-of-type {
  border-right: 1px solid #fff;
}

.nav__menu-pc li:hover {
  background-color: #0483b9;
}

.nav__menu-pc li a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 0 auto;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

@media (max-width: 960px) {
  .nav__menu-pc {
    display: none;
  }
}

.nav__menu-tbsp {
  display: none;
}

.nav__menu-tbsp li {
  text-align: center;
  width: 100%;
  border-left: none;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.nav__menu-tbsp li a {
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 0 auto;
  width: 100%;
  height: 62px;
  line-height: 62px;
}

@media (max-width: 960px) {
  .nav__menu-tbsp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background-color: #27a7e0;
    text-align: center;
  }
}

.nav__menu-tbsp .nav__menu-tbsp__header {
  background-color: #fff;
  text-align: left;
  padding-left: 16px;
}

/*SP・TB表示の下部メニュー ここから*/
.top-back-btn {
  display: none;
}

@media (max-width: 960px) {
  .top-back-btn {
    display: block;
    position: fixed;
    bottom: 60px;
    right: -100px;
    z-index: 100;
  }
}

.top-back-btn i {
  font-size: 48px;
  color: rgba(39, 167, 224, 0.6);
}

.bottom-menu {
  display: none;
}

@media (max-width: 960px) {
  .bottom-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 56px;
    text-align: center;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
  .bottom-menu .bottom-menu__tel-container {
    width: 75%;
    padding: 4px;
    background-color: #0483b9;
  }
  .bottom-menu .bottom-menu__tel-container a {
    color: #fff;
  }
  .bottom-menu .bottom-menu__mail-container {
    width: 25%;
    padding: 4px;
    background-color: #febf23;
  }
  .bottom-menu .bottom-menu__mail-container img {
    height: 30px;
    padding-top: 4px;
  }
  .bottom-menu .bottom-menu__mail-container a {
    color: #fff;
  }
  .bottom-menu .bottom-menu__txt {
    font-size: 11px;
  }
  .bottom-menu .bottom-menu__tel {
    font-size: 22px;
    font-family: 'Arial Black',sans-serif;
  }
  .bottom-menu .bottom-menu__tel span {
    font-size: 20px;
  }
}

/*SP・TBのみ表示の下部メニュー ここまで*/
/*ハンバーガーボタン*/
.Hmenu {
  display: none;
}

@media (max-width: 960px) {
  .Hmenu {
    background-color: rgba(39, 167, 224, 0.8);
    display: block;
    width: 64px;
    height: 62px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 34px;
  height: 28px;
  margin: 16px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
          transform: translateY(12px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
          transform: translateY(-12px) rotate(45deg);
}

/*ハンバーガーボタンクリックでonクラスが付いたメニューを表示させる*/
.on#Hnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*ハンバーガーボタンここまで*/
/*PCのみ表示のお問い合わせバルーン ここから*/
.contact-balloon {
  position: fixed;
  bottom: 24px;
  right: -200px;
  z-index: 100;
  -webkit-animation: balloon_anime 3s linear infinite;
          animation: balloon_anime 3s linear infinite;
}

.contact-balloon a:hover {
  opacity: 1;
}

@media (max-width: 960px) {
  .contact-balloon {
    display: none;
  }
}

@-webkit-keyframes balloon_anime {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-10px);
            transform: translateX(0) translateY(-10px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

@keyframes balloon_anime {
  0% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
  50% {
    -webkit-transform: translateX(0) translateY(-10px);
            transform: translateX(0) translateY(-10px);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
            transform: translateX(0) translateY(0);
  }
}

/*PCのみ表示のお問い合わせバルーン ここまで*/
aside {
  width: 300px;
  margin-top: 56px;
}

@media (max-width: 1240px) {
  aside {
    width: 100%;
  }
}

@media (max-width: 960px) {
  aside {
    display: none;
  }
}

@media (max-width: 1240px) {
  .aside__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 560px) {
  .aside__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.aside__menu {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 24px;
  padding: 24px 0;
}

.aside__menu:hover .aside__menu__inner {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.aside__menu__pc {
  background-image: url(../img/side_pc_bg.png);
}

.aside__menu__pc .aside__menu__ttl {
  color: #27A7E0;
}

.aside__menu__pc .aside__menu__more {
  background-color: #27A7E0;
}

.aside__menu__web {
  background-image: url(../img/side_hp_bg.png);
}

.aside__menu__web .aside__menu__ttl {
  color: #27cee0;
}

.aside__menu__web .aside__menu__more {
  background-color: #27cee0;
}

.aside__menu__price {
  background-image: url(../img/side_price_bg.png);
}

.aside__menu__price .aside__menu__ttl {
  color: #a2d729;
}

.aside__menu__price .aside__menu__more {
  background-color: #a2d729;
}

.aside__menu__inner {
  width: 80%;
  margin: 0 auto;
  padding: 16px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.aside__menu__ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}

.aside__menu__more {
  width: 70%;
  margin: 0 auto;
  padding: 4px;
  color: #fff;
  font-weight: bold;
}

.aside__menubtns img {
  border: #ddd 1px solid;
}

@media (max-width: 960px) {
  .aside__menubtns {
    display: none;
  }
}

.aside__btn {
  margin-bottom: 16px;
}

.aside__table {
  border: #27a7e0 2px solid;
  width: 100%;
  margin-bottom: 24px;
}

.aside__table th {
  background-color: #27a7e0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 560px) {
  .aside__blog {
    display: none;
  }
}

.aside__blog__info {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #27a7e0;
}

/*tb、spのみアクセスページはサイドバーの店舗情報非表示*/
@media (max-width: 960px) {
  .body-access .aside__shopinfo {
    display: none;
  }
}

.aside__shopinfo img {
  display: block;
  width: 250px;
  margin: 24px auto 0;
}

.aside__shopinfo__name {
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
}

.aside__shopinfo__add {
  padding-left: 16px;
}

.aside__shopinfo__more {
  text-align: right;
  padding-right: 16px;
  text-decoration: underline;
  padding-bottom: 8px;
}

.aside__shopinfo__map {
  display: block;
  width: 250px;
  height: 250px;
  margin: 0 auto 24px;
}

main {
  max-width: 900px;
  margin: 56px auto 0;
  display: block;
  /* IE対策に追加 */
}

@media (max-width: 960px) {
  main {
    margin: 24px auto 0;
  }
}

main section {
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  main section {
    margin-bottom: 40px;
  }
}

.main-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.main-title {
  font-size: 36px;
  font-weight: bold;
  color: #27a7e0;
  text-indent: 0.8rem;
  margin-bottom: 32px;
  border-left: 8px solid #27a7e0;
  border-bottom: 2px solid #27a7e0;
}

@media (max-width: 960px) {
  .main-title {
    font-size: 24px;
  }
}

.main-txt {
  margin-bottom: 32px;
}

.main-txt a {
  color: #333333;
  text-decoration: underline;
}

.main-txt span {
  color: #fa824c;
  font-weight: bold;
}

.main-link {
  margin-bottom: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .main-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.main-link li {
  font-size: 18px;
  list-style-type: none;
  text-decoration: underline;
  margin-right: 1.5rem;
}

@media (max-width: 960px) {
  .main-link li {
    font-size: 16px;
    margin-right: 0;
  }
}

.main__section__tlt {
  background-color: #27a7e0;
  background-image: url(../img/h3_bg.png);
  background-position: left -1px top -1px;
  background-repeat: no-repeat;
  font-size: 24px;
  color: #fff;
  height: 56px;
  line-height: 56px;
  padding-left: 56px;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .main__section__tlt {
    background-image: url(../img/h3_bg_tb.png);
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
  }
}

.h4_ttl {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 16px;
}

.h4_ttl::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 20px;
  background-color: #27a7e0;
  margin-right: 8px;
  vertical-align: middle;
}

footer {
  background-color: #27a7e0;
  padding: 40px 0;
}

@media (max-width: 960px) {
  footer {
    margin-bottom: 56px;
  }
}

.footer-menu {
  margin-bottom: 24px;
}

@media (max-width: 560px) {
  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-menu li {
  width: 200px;
  list-style-type: none;
  text-align: center;
}

@media (max-width: 560px) {
  .footer-menu li {
    width: 100%;
    text-align: left;
    padding-left: 16px;
  }
}

.footer-menu li a {
  color: #fff;
}

.footer__imgs {
  text-align: right;
  margin-bottom: 24px;
}

@media (max-width: 560px) {
  .footer__imgs {
    text-align: center;
  }
}

.footer__imgs__sapo {
  width: 64px;
}

@media (max-width: 560px) {
  .footer__imgs__sapo {
    width: 48px;
  }
}

@media (max-width: 560px) {
  .footer__imgs__logo {
    width: 200px;
  }
}

.copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
}

/*トップページスライダー ここから*/
.swiper-container img {
  max-width: 100%;
}

.swiper-slide a:hover {
  opacity: 1;
}

@media (max-width: 560px) {
  .slide_pc {
    display: none;
  }
}

.slide_sp {
  display: none;
}

@media (max-width: 560px) {
  .slide_sp {
    display: block;
  }
}

/*トップページスライダー ここまで*/
/*トップページ main ここから*/
.top__info-corona {
  margin-bottom: 56px;
  padding: 2rem;
  border: #27a7e0 1px solid;
}

@media (max-width: 560px) {
  .top__info-corona {
    margin-bottom: 24px;
  }
}

.top_info-tac {
  text-align: center;
}

.top__info-coronaTtl {
  font-size: 1.5rem;
  margin-bottom: 32px;
  text-align: center;
  color: #27a7e0;
}

@media (max-width: 560px) {
  .top__info-coronaTtl {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

.top__info-coronaTxt span {
  font-size: 1.25rem;
  font-weight: bold;
  color: red;
}

.top__movie-container {
  width: 100%;
  text-align: center;
  margin-bottom: 56px;
}

@media (max-width: 560px) {
  .top__movie-container {
    margin-bottom: 24px;
    text-align: left;
  }
}

.top__movie-container video {
  width: 100%;
}

.top__movie-container__h2 {
  font-size: 36px;
  color: #27a7e0;
}

@media (max-width: 560px) {
  .top__movie-container__h2 {
    font-size: 20px;
  }
}

.top__movie-container__h2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #fff), color-stop(0%, #FFFF00));
  background: linear-gradient(#fff 60%, #FFFF00 0%);
}

.top__movie-container__txt {
  font-size: 24px;
  margin-bottom: 24px;
}

@media (max-width: 560px) {
  .top__movie-container__txt {
    font-size: 16px;
  }
}

.top__question-container {
  width: 100%;
  border: 4px solid #27a7e0;
}

.top__question-container__title {
  background-color: #27a7e0;
  background-image: url(../img/ojisan.png), url(../img/obasan.png);
  background-position: left 16px bottom,right 16px bottom;
  background-repeat: no-repeat;
  height: 80px;
  line-height: 80px;
}

@media (max-width: 560px) {
  .top__question-container__title {
    background-image: url(../img/ojisan_sp.png), url(../img/obasan_sp.png);
    background-position: left 4px bottom,right 4px bottom;
    height: 64px;
    line-height: 64px;
  }
}

.top__question-container__title p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media (max-width: 960px) {
  .top__question-container__title p {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .top__question-container__title p {
    font-size: 18px;
  }
}

.top__question-container__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 40px 80px 0;
}

@media (max-width: 960px) {
  .top__question-container__items {
    margin: 24px 8px 0;
  }
}

.top__question-container__item {
  width: 280px;
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .top__question-container__item__img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
}

.top__question-container__item__title {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0;
  text-align: center;
  border-bottom: 2px dotted #27a7e0;
}

@media (max-width: 960px) {
  .top__question-container__item__title {
    font-size: 16px;
  }
}

.img-arrow {
  display: block;
  margin: 0 auto;
}

@media (max-width: 960px) {
  .img-arrow {
    width: 50px;
  }
}

.top__tel-container {
  background-color: #FDF9C5;
  border-radius: 50px;
  margin-bottom: 56px;
}

@media (max-width: 960px) {
  .top__tel-container {
    border-radius: 30px;
    margin-bottom: 24px;
  }
}

.top__tel-container__txt {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  padding: 44px;
}

@media (max-width: 960px) {
  .top__tel-container__txt {
    font-size: 16px;
    padding: 24px;
    text-align: left;
  }
  .top__tel-container__txt br {
    display: none;
  }
}

.top__tel-container__txt span {
  font-size: 48px;
  color: red;
}

@media (max-width: 960px) {
  .top__tel-container__txt span {
    font-size: 20px;
  }
}

.top__tel-container__tel {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .top__tel-container__tel {
    font-size: 24px;
  }
}

.top__tel-container__tel a {
  color: red;
}

.top__tel-container__flex-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}

@media (max-width: 960px) {
  .top__tel-container__flex-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
  }
}

.top__tel-container__flex-item1 {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 24px 0 0;
}

@media (max-width: 960px) {
  .top__tel-container__flex-item1 {
    font-size: 14px;
    margin: 16px auto;
  }
}

.top__tel-container__flex-item1 a {
  text-decoration: underline;
}

.top__tel-container__flex-item2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #a2d729;
  padding: 24px;
  border-radius: 50%;
}

@media (max-width: 960px) {
  .top__tel-container__flex-item2 {
    font-size: 14px;
    margin: 0 auto;
  }
}

.top__infoitems {
  margin-bottom: 80px;
}

@media (max-width: 960px) {
  .top__infoitems {
    margin-bottom: 40px;
  }
}

.top__info {
  font-size: 18px;
  margin-bottom: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*画像の伸びを防ぐため*/
}

.top__info a {
  color: #333333;
  text-decoration: underline;
}

@media (max-width: 960px) {
  .top__info {
    font-size: 14px;
    margin-bottom: 24px;
  }
}

@media (max-width: 560px) {
  .top__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top__info br {
    display: none;
  }
}

.top__info strong {
  font-size: 28px;
}

@media (max-width: 960px) {
  .top__info strong {
    font-size: 18px;
  }
}

.top__info strong span {
  color: red;
}

@media (max-width: 960px) {
  .top__info__img {
    margin-bottom: 16px;
  }
}

.top__info__txt {
  margin-left: 16px;
}

/*トップページmain ここまで*/
/*サポート・修理ページmain ここから*/
.support__main-img {
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .support__main-img {
    margin-bottom: 16px;
  }
}

.support__main-img img {
  max-width: 100%;
}

@media (max-width: 560px) {
  .support__main-img__pc {
    display: none;
  }
}

.support__main-img__sp {
  display: none;
}

@media (max-width: 560px) {
  .support__main-img__sp {
    display: block;
  }
}

.support__reason__tlt {
  background-color: #27A7E0;
}

.support__reason__items {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 24px;
}

@media (max-width: 560px) {
  .support__reason__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.support__reason__item {
  width: 360px;
  background-color: #eee;
  color: #5c5c5c;
  padding: 24px;
  border-radius: 30px;
  margin-bottom: 24px;
  text-align: center;
}

@media (max-width: 960px) {
  .support__reason__item {
    width: 280px;
    text-align: left;
  }
}

.support__reason__item__tlt {
  font-size: 18px;
  font-weight: bold;
  color: #fa824c;
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .support__reason__item__tlt {
    font-size: 16px;
  }
}

.support__reason__item__txt span {
  font-size: 14px;
}

@media (max-width: 960px) {
  .support__reason__item__txt span {
    font-size: 12px;
  }
}

@media (max-width: 960px) {
  .support__reason__item__txt br {
    display: none;
  }
}

.support__reason__imgs {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 560px) {
  .support__reason__imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.support__reason__imgs figcaption {
  text-align: center;
}

@media (max-width: 560px) {
  .support__reason__imgs__space {
    display: none;
  }
}

.support__suchtime {
  border: 1px solid #ddd;
}

.support__suchtime__items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.support__suchtime__item {
  max-width: 50%;
  padding: 24px;
}

@media (max-width: 560px) {
  .support__suchtime__item {
    max-width: 100%;
  }
}

.support__suchtime__item__Q {
  margin-bottom: 16px;
  height: 48px;
  background-image: url(../img/support_q.png);
  background-size: 48px;
  background-position: left top;
  background-repeat: no-repeat;
}

.support__suchtime__item__Q p {
  font-size: 18px;
  padding-top: 16px;
  padding-left: 56px;
}

@media (max-width: 960px) {
  .support__suchtime__item__Q p {
    font-size: 16px;
  }
}

.support__suchtime__item__A {
  margin-bottom: 16px;
  background-image: url(../img/support_a.png);
  background-size: 48px;
  background-position: left top;
  background-repeat: no-repeat;
}

.support__suchtime__item__A p {
  font-size: 16px;
  padding-left: 56px;
}

@media (max-width: 960px) {
  .support__suchtime__item__A p {
    font-size: 16px;
  }
}

.support__suchtime__price-btn {
  font-size: 18px;
  text-align: center;
  margin: 24px auto 48px;
  width: 320px;
}

@media (max-width: 960px) {
  .support__suchtime__price-btn {
    font-size: 16px;
    width: 280px;
    margin: 24px auto 40px;
  }
}

.support__suchtime__price-btn a {
  display: block;
  height: 64px;
  line-height: 64px;
  padding: 0 32px;
  background-color: #a2d729;
  border: 2px solid #a2d729;
  color: #fff;
  font-weight: bold;
}

.support__suchtime__price-btn a:hover {
  background-color: #fff;
  color: #a2d729;
}

@media (max-width: 960px) {
  .support__suchtime__price-btn a {
    height: 48px;
    line-height: 48px;
  }
}

.support__select__item {
  margin-bottom: 24px;
}

.support__select__item__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 560px) {
  .support__select__item__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.support__select__item__ttl::before {
  background-color: #27A7E0;
}

.support__select__item__img {
  margin-right: 24px;
}

@media (max-width: 560px) {
  .support__select__item__img {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.support__tel-container {
  background-color: #FDF9C5;
  border-radius: 50px;
  margin-bottom: 56px;
}

@media (max-width: 960px) {
  .support__tel-container {
    border-radius: 30px;
    margin-bottom: 24px;
  }
}

.support__tel-container__txt {
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  padding: 44px;
}

@media (max-width: 960px) {
  .support__tel-container__txt {
    font-size: 16px;
    padding: 24px;
    text-align: left;
  }
  .support__tel-container__txt br {
    display: none;
  }
}

.support__tel-container__txt span {
  font-size: 48px;
  color: red;
}

@media (max-width: 960px) {
  .support__tel-container__txt span {
    font-size: 20px;
  }
}

.support__tel-container__tel {
  text-align: center;
  font-size: 56px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .support__tel-container__tel {
    font-size: 24px;
  }
}

.support__tel-container__tel a {
  color: red;
}

.support__tel-container__flex-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 40px;
}

@media (max-width: 960px) {
  .support__tel-container__flex-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 24px;
  }
}

.support__tel-container__flex-item1 {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 24px 0 0;
}

@media (max-width: 960px) {
  .support__tel-container__flex-item1 {
    font-size: 14px;
    margin: 16px auto;
  }
}

.support__tel-container__flex-item1 a {
  text-decoration: underline;
}

.support__tel-container__flex-item2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #a2d729;
  padding: 24px;
  border-radius: 50%;
}

@media (max-width: 960px) {
  .support__tel-container__flex-item2 {
    font-size: 14px;
    margin: 0 auto;
  }
}

/*サポート・修理ページmain ここまで*/
/*ホームページ作成ページmain ここから*/
.web__main-title {
  border-color: #27cee0;
  color: #27cee0;
}

.web__main-link {
  margin-bottom: 56px;
}

@media (max-width: 960px) {
  .web__main-link {
    margin-bottom: 32px;
  }
}

.web__main-link a {
  color: #27cee0;
}

.web__service__tlt {
  background-color: #27cee0;
}

.web__service__items {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 960px) {
  .web__service__items {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media (max-width: 560px) {
  .web__service__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.web__service__item {
  width: 384px;
  color: #5c5c5c;
  background-color: #eee;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 24px;
  background-position: right 24px bottom 24px;
  background-repeat: no-repeat;
}

@media (max-width: 960px) {
  .web__service__item {
    width: 300px;
    background-position: right 8px bottom 8px;
  }
}

.web__service__item__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .web__service__item__ttl {
    font-size: 16px;
  }
}

.web__service__item__txt {
  width: 240px;
}

@media (max-width: 960px) {
  .web__service__item__txt {
    width: 100%;
  }
}

.web__service__space {
  display: block;
  max-width: 100%;
  text-align: center;
}

@media (max-width: 560px) {
  .web__service__space {
    display: none;
  }
}

.web__service__design {
  background-image: url(../img/design.png);
}

.web__service__responsive {
  background-image: url(../img/sp.png);
}

.web__service__cms {
  background-image: url(../img/cms.png);
}

.web__service__seo {
  background-image: url(../img/seo.png);
}

.web__service__domain {
  background-image: url(../img/upload.png);
}

.web__flow__parts {
  width: 100%;
  border: 1px solid #ddd;
}

.web__flow__parts th {
  background-color: #ddd;
  font-size: 20px;
  color: #5c5c5c;
  height: 3rem;
  line-height: 3rem;
}

@media (max-width: 960px) {
  .web__flow__parts th {
    font-size: 16px;
    height: 2rem;
    line-height: 2rem;
  }
}

.web__flow__parts td {
  padding: 8px 32px;
  line-height: 2rem;
}

@media (max-width: 960px) {
  .web__flow__parts td {
    line-height: 1.5rem;
  }
}

.web__flow__arrow {
  display: block;
  margin: 24px auto;
}

@media (max-width: 960px) {
  .web__flow__arrow {
    width: 24px;
    margin: 8px auto;
  }
}

.web__price__parts {
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 24px;
}

.web__price__parts th {
  background-color: #ddd;
  font-size: 20px;
  color: #5c5c5c;
  height: 3rem;
  line-height: 3rem;
  text-align: left;
  text-indent: 1rem;
}

.web__price__parts td {
  padding: 32px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 960px) {
  .web__price__parts td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    /*画像の伸び防止*/
  }
}

.web__price__parts__img {
  max-width: 100%;
}

@media (max-width: 960px) {
  .web__price__parts__img {
    margin-bottom: 16px;
  }
}

.web__price__parts__txt {
  border: 1px solid #ddd;
  padding: 32px;
}

.web__price__parts__txt ul {
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}

.web__price__parts__txt ul li {
  line-height: 2rem;
  text-indent: 1rem;
}

@media (max-width: 960px) {
  .web__price__parts__txt ul li {
    line-height: 1.5rem;
  }
}

.web__price__parts__txt p {
  font-size: 20px;
  font-weight: bold;
  padding-top: 8px;
}

@media (max-width: 960px) {
  .web__price__parts__txt p {
    font-size: 16px;
  }
}

.web__works__item {
  background-color: #eee;
  color: #5c5c5c;
  border-radius: 10px;
  padding: 32px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.web__works__item:not(:last-of-type) {
  margin-bottom: 32px;
}

@media (max-width: 960px) {
  .web__works__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 16px;
  }
}

.web__works__item__info {
  width: 60%;
}

@media (max-width: 960px) {
  .web__works__item__info {
    width: 100%;
  }
}

.web__works__item__info__tlt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}

.web__works__item__info__url {
  font-size: 14px;
  margin-bottom: 16px;
}

.web__works__item__info__url a {
  color: #5c5c5c;
  text-decoration: underline;
}

.web__works__item__info__txt {
  padding-right: 40px;
}

@media (max-width: 960px) {
  .web__works__item__info__txt {
    padding-right: 0;
    margin-bottom: 16px;
  }
}

.web__works__item__img {
  width: 40%;
  font-size: 14px;
  color: #fff;
}

@media (max-width: 960px) {
  .web__works__item__img {
    width: 100%;
    margin-bottom: 24px;
  }
}

.web__works__item__img p {
  display: inline-block;
  padding: 4px 1rem;
  text-align: center;
  margin: 0 16px 16px 0;
  background-color: #5c5c5c;
}

.web__works__item__img img {
  max-width: 100%;
}

/*ホームページ作成ページmain ここまで*/
/*料金ページmain ここから*/
.price__main-title {
  border-color: #a2d729;
  color: #a2d729;
}

.price__main-link a {
  color: #27a7e0;
}

.price__table {
  border: 1px solid #ddd;
  border-collapse: collapse;
}

@media (max-width: 560px) {
  .price__table {
    border: none;
  }
}

@media (max-width: 560px) {
  .price__table tr {
    border: 1px solid #ddd;
    margin-bottom: 32px;
  }
}

.price__table tr th {
  background-color: #eee;
}

@media (max-width: 560px) {
  .price__table tr th {
    width: 100%;
    display: none;
  }
}

.price__table tr td {
  padding: 1rem;
  border: 1px solid #ddd;
}

.price__table tr td span {
  font-weight: bold;
}

@media (max-width: 560px) {
  .price__table tr td {
    width: 100%;
    display: block;
    position: relative;
    border: none;
  }
}

.price__table tr td:first-of-type {
  font-weight: bold;
}

@media (max-width: 560px) {
  .price__table tr td:first-of-type {
    text-align: right;
    font-size: 16px;
    background-color: #eee;
  }
}

.price__table tr td:nth-of-type(2) {
  font-size: 18px;
  font-weight: bold;
  color: red;
  text-align: right;
}

@media (max-width: 560px) {
  .price__table tr td:nth-of-type(2) {
    font-size: 16px;
  }
}

@media (max-width: 560px) {
  .price__table tr td:nth-of-type(3) {
    padding-bottom: 32px;
  }
}

@media (max-width: 560px) {
  .price__table tr td::before {
    content: attr(data-label);
    position: absolute;
    left: 1rem;
    color: #333333;
  }
}

.price__tlt {
  background-color: #a2d729;
}

.price__subtlt::before {
  background-color: #a2d729;
}

.price__table__index {
  width: 25%;
  padding: 1rem 0;
}

@media (max-width: 560px) {
  .price__table__index {
    width: 100%;
    display: block;
  }
}

.price__table__money {
  width: 20%;
  padding: 1rem 0;
}

@media (max-width: 560px) {
  .price__table__money {
    width: 100%;
    display: block;
  }
}

.price__works__sub {
  margin-bottom: 56px;
}

@media (max-width: 560px) {
  .price__works__sub {
    margin-bottom: 32px;
  }
}

.price__table__subindex {
  text-align: center;
  background-color: rgba(238, 238, 238, 0.5);
}

.price__trip__subtxt {
  font-size: 14px;
}

@media (max-width: 960px) {
  .price__trip__subtxt {
    font-size: 12px;
  }
}

.price input {
  display: none;
}

.price__open-txt {
  text-decoration: underline;
  -webkit-text-decoration-color: #5c5c5c;
          text-decoration-color: #5c5c5c;
  margin-bottom: 16px;
}

.price__table-show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
}

.cssacc:checked + .price__table-show {
  height: auto;
  opacity: 1;
}

/*料金ページmain ここまで*/
/*アクセスページmain ここから*/
.access__shop-info {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 560px) {
  .access__shop-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.access__shop-info__imgs {
  margin-right: 24px;
}

@media (max-width: 560px) {
  .access__shop-info__imgs {
    margin-right: 0;
  }
}

.access__shop-info__imgs img {
  display: block;
  margin-bottom: 24px;
  min-width: 100%;
}

.access__shop-info__table {
  border-collapse: collapse;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .access__shop-info__table {
    margin-bottom: 24px;
  }
}

.access__shop-info__table tr {
  border-top: 1px solid #ddd;
}

.access__shop-info__table tr:last-of-type {
  border-bottom: 1px solid #ddd;
}

.access__shop-info__table th {
  padding: 1.5rem 1rem;
  font-weight: normal;
}

.access__shop-info__table td {
  padding: 1.5rem 1rem;
}

.access__shop-info__table td a {
  color: #333333;
}

.access__shop-info__txt {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 960px) {
  .access__shop-info__txt {
    font-size: 16px;
    text-align: left;
    margin-bottom: 24px;
  }
}

.access__shop-info__txt a {
  text-decoration: underline;
}

.access__shop-info__map {
  max-width: 100%;
  margin-bottom: 36px;
}

/*アクセスページmain ここまで*/
/*お問い合わせページmain ここから*/
.contact__privacy-link {
  text-align: center;
  text-decoration: underline;
}

.contact__privacy-link a {
  color: #333333;
}

.contact__tel-container {
  background-color: #FDF9C5;
  border-radius: 50px;
  margin-bottom: 56px;
  padding: 32px;
}

@media (max-width: 960px) {
  .contact__tel-container {
    border-radius: 30px;
    margin-bottom: 24px;
    padding: 24px;
  }
}

.contact__tel-container__txt {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  padding-bottom: 16px;
}

@media (max-width: 960px) {
  .contact__tel-container__txt {
    font-size: 16px;
    padding-bottom: 8px;
  }
  .contact__tel-container__txt br {
    display: none;
  }
}

.contact__tel-container__txt span {
  font-size: 48px;
  color: red;
}

@media (max-width: 960px) {
  .contact__tel-container__txt span {
    font-size: 20px;
  }
}

.contact__tel-container__tel {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

@media (max-width: 960px) {
  .contact__tel-container__tel {
    font-size: 24px;
  }
}

.contact__tel-container__tel a {
  color: red;
}

.contact__tel-container__flex-items {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .contact__tel-container__flex-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__tel-container__flex-item1 {
  font-size: 18px;
  font-weight: bold;
  margin: 24px 24px 0 0;
}

@media (max-width: 960px) {
  .contact__tel-container__flex-item1 {
    font-size: 14px;
    margin: 16px auto;
  }
}

.contact__tel-container__flex-item1 a {
  text-decoration: underline;
}

.contact__form .main-txt {
  text-align: center;
}

@media (max-width: 560px) {
  .contact__form .main-txt {
    text-align: left;
  }
}

.contact__form form {
  width: 100%;
  padding: 0 40px;
}

@media (max-width: 560px) {
  .contact__form form {
    padding: 0;
  }
}

.contact__form form dl {
  padding: 16px;
  border-top: 1px solid #ddd;
}

.contact__form form dl:last-of-type {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 560px) {
  .contact__form form dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__form form dl dt {
  width: 30%;
  text-align: right;
  padding-right: 2rem;
}

@media (max-width: 560px) {
  .contact__form form dl dt {
    width: 100%;
    text-align: left;
  }
  .contact__form form dl dt br {
    display: none;
  }
}

.contact__form form dl dt span {
  font-weight: bold;
  color: #fa824c;
}

.contact__form form dl dd {
  width: 70%;
}

@media (max-width: 560px) {
  .contact__form form dl dd {
    width: 100%;
  }
}

.contact__form form dl dd input {
  height: 1.5rem;
}

.contact__form form dl dd .name, .contact__form form dl dd .kana, .contact__form form dl dd .email_1, .contact__form form dl dd .email_2 {
  width: 70%;
}

@media (max-width: 560px) {
  .contact__form form dl dd .name, .contact__form form dl dd .kana, .contact__form form dl dd .email_1, .contact__form form dl dd .email_2 {
    width: 80%;
  }
}

.contact__form form dl dd .address {
  width: 100%;
}

.contact__form form dl dd .tel_1, .contact__form form dl dd .tel_2 {
  width: 50%;
}

@media (max-width: 560px) {
  .contact__form form dl dd .tel_1, .contact__form form dl dd .tel_2 {
    width: 70%;
  }
}

.contact__form form dl dd .message {
  width: 100%;
}

.contact__form__btns {
  padding-top: 24px;
  text-align: center;
}

.contact__form__btn {
  font-weight: bold;
  border: none;
  width: 140px;
  padding: 0.5rem;
  font-size: 18px;
  color: #fff;
}

@media (max-width: 560px) {
  .contact__form__btn {
    font-size: 16px;
  }
}

.submit-btn {
  background-color: #27a7e0;
  margin-right: 24px;
}

@media (max-width: 560px) {
  .submit-btn {
    margin-right: 8px;
  }
}

.reset-btn {
  background-color: #ddd;
}

/*送信確認画面レイアウト*/
.formTable {
  border-collapse: collapse;
  width: 100%;
  margin: 40px;
}

@media (max-width: 560px) {
  .formTable {
    margin: 16px;
  }
}

.formTable tr {
  border-top: 1px solid #ddd;
}

.formTable tr:last-of-type {
  border-bottom: 1px solid #ddd;
}

.formTable th {
  width: 30%;
  font-weight: normal;
  text-align: right;
  padding: 1rem;
}

.formTable td {
  width: 70%;
  padding: 1rem;
}

.contact__form__btn a {
  color: #fff;
}

/*お問い合わせページmain ここまで*/
/*# sourceMappingURL=style.css.map */