@charset "UTF-8";
/*
* Theme Name: kariyushi_sanshinkan_theme
* Description: かりゆし三線館のテーマ
*Version:1.0
**/
/*
/*
フォント
*/
/*---------------------------------------------------*/
.shippori_r {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.shippori_b {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* 共通 */
/*---------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  background-color: #FFFAF0;
  font-family: "Noto Sans JP", sans-serif;
  height: 100%;
}

body,
input,
select,
textarea {
  font-weight: 400;
  line-height: 1.8;
  font-size: 4.28vw;
  color: #333333;
}
@media screen and (min-width: 768px) {
  body,
  input,
  select,
  textarea {
    font-size: 16px;
  }
}

.block {
  padding: 50px 20px 70px 20px;
}
@media screen and (min-width: 768px) {
  .block {
    padding: 50px 20px 80px 20px;
  }
}

.sub-main {
  padding: 30px 20px;
}
@media screen and (min-width: 768px) {
  .sub-main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 100px 20px 50px 30px;
  }
}

h2 {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media screen and (min-width: 769px) {
  h2 {
    font-size: 26px;
  }
}

/* サブメインビジュアル */
/*---------------------------------------------------*/
/* パンくず */
/*---------------------------------------------------*/
.breadcrumb-01 {
  color: #222222;
  margin: 20px 0 10px 0;
  font-size: 12px;
}
.breadcrumb-01 a {
  color: #222222;
}
.breadcrumb-01 ul {
  display: flex;
}
.breadcrumb-01 ul li + li::before {
  content: "▶";
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumb-01 {
    display: none;
  }
}

/* 文字色 */
/*---------------------------------------------------*/
.fnt-clr-blue {
  color: #03AAE8;
}

.fnt-clr-white {
  color: #ffffff;
}

.fnt-clr-red {
  color: #eb0505;
}

/* ボタン */
/*---------------------------------------------------*/
.btn {
  display: inline-block;
  width: 100%;
  margin: 20px auto 0;
  padding: 14px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #F86306;
  border: 2px solid #F86306;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn {
    width: 310px;
    margin: 30px auto 0;
    display: block;
  }
}

/* ホバー */
.btn:hover {
  color: #F86306;
  background-color: #ffffff;
}

/* 押したとき */
.btn:active {
  opacity: 0.8;
}

.button a {
  background: #ee9803;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 270px;
  padding: 10px 25px;
  font-family: "Noto Sans Japanese";
  color: #333;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.button a:hover {
  background: #ee6503;
  color: #FFF;
}

.button a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #333;
  border-right: 3px solid #333;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.button a:hover:after {
  border-color: #FFF;
}

/* ボタンのスタイル */
.button02 a {
  position: relative;
  display: block;
  width: 250px;
  padding: 15px 0;
  background-color: #ee9803;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  transition: 0.5s;
}

.button02 a:hover {
  background-color: #ee6503;
  color: #fff;
}

/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.minser-icon {
  position: relative;
  text-align: center;
}
.minser-icon::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  background-image: url("assets/images/top/icon_minsaer.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.minser-icon-w {
  position: relative;
  padding-top: 40px;
  /* アイコン分の余白 */
  text-align: center;
}
.minser-icon-w::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto 8px;
  background-image: url("assets/images/top/icon_minsaer_w.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* cta */
/*---------------------------------------------------*/
.cta {
  background-color: #807361;
}
.cta .cta__inner {
  padding: 30px 20px;
}
@media screen and (min-width: 769px) {
  .cta .cta__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.cta .cta__inner h2 {
  background-color: #ffffff;
  color: #807361;
  font-size: 20px;
  padding: 10px 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .cta .cta__inner h2 {
    font-size: 22px;
    text-align: center;
    width: 50%;
    margin: 0 auto 30px auto;
  }
}
.cta .cta__inner p {
  color: #ffffff;
  font-size: 14px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .cta .cta__inner p {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .cta .cta__inner .cta__wrap {
    display: flex;
    gap: 20px;
  }
}
.cta .cta__inner .cta__wrap .left {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cta .cta__inner .cta__wrap .left {
    width: 49%;
  }
}
.cta .cta__inner .cta__wrap .left .img {
  width: 15%;
  margin: 0 auto 10px auto;
}
@media screen and (min-width: 768px) {
  .cta .cta__inner .cta__wrap .left .img {
    width: 10%;
  }
}
.cta .cta__inner .cta__wrap .left h3 {
  background-color: #807361;
  border-radius: 50px;
  color: #ffffff;
  font-size: 4.4vw;
  font-weight: bold;
  padding: 6px 20px;
}
@media screen and (min-width: 768px) {
  .cta .cta__inner .cta__wrap .left h3 {
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
}
.cta .cta__inner .cta__wrap .left .tel {
  color: #222222;
  font-size: 9vw;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cta .cta__inner .cta__wrap .left .tel {
    font-size: 30px;
  }
}
@media screen and (min-width: 840px) {
  .cta .cta__inner .cta__wrap .left .tel {
    font-size: 40px;
  }
}
.cta .cta__inner .cta__wrap .right {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 40px 20px 20px 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cta .cta__inner .cta__wrap .right {
    padding: 20px 20px 20px 20px;
    width: 49%;
  }
}
.cta .cta__inner .cta__wrap .right .img {
  width: 15%;
  margin: 0 auto 10px auto;
}
@media screen and (min-width: 768px) {
  .cta .cta__inner .cta__wrap .right .img {
    width: 10%;
  }
}
.cta .cta__inner .cta__wrap .right h3 {
  background-color: #03AAE8;
  border-radius: 50px;
  color: #ffffff;
  font-size: 4.4vw;
  font-weight: bold;
  padding: 6px 20px;
}

/* フレックスボックス */
/*---------------------------------------------------*/
@media screen and (min-width: 768px) {
  .flex-box {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
}
.flex-box .left {
  width: 100%;
  padding-bottom: 20px;
}
.flex-box .right {
  width: 100%;
}
.flex-box .right .img img {
  width: 100%;
  height: auto;
}

.reverse {
  flex-direction: row-reverse;
}

/* ページネーション */
/*---------------------------------------------------*/
.pagination {
  text-align: center;
  margin-top: 30px;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 5px;
  background-color: #f4f4f4;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 14px;
}

.pagination a:hover {
  background-color: #0073aa;
  color: #fff;
}

.pagination .current {
  background-color: #0073aa;
  color: #fff;
  pointer-events: none;
}

/* ヘッダー */
/*---------------------------------------------------*/
header {
  display: none;
}
@media screen and (min-width: 1131px) {
  header {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
  }
  header .logo {
    margin-right: 20px;
    width: 180px;
  }
  header .h-info {
    display: flex;
  }
  header .h-info .h-tel {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.1;
    margin-right: 20px;
  }
  header .h-info .h-tel::before {
    content: url(../assets/images/common/icon_tel.svg);
    position: relative;
    display: inline-block;
    width: 16px;
    height: 20px;
    top: 1px;
    left: 0;
    margin-right: 5px;
  }
  header .h-info .h-info__txt01 {
    font-size: 14px;
    text-align: center;
    font-weight: bold;
  }
  header .h-info .h-info__txt02 {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
  }
  header .h-info .button a {
    color: #ffffff;
  }
  header .h-info .button a::after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 49%;
    right: 15px;
  }
}

nav {
  display: none;
  background: #222729;
  width: 100%;
}
@media screen and (min-width: 1131px) {
  nav {
    display: block;
  }
}
nav ul {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1131px) {
  nav li {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 170px;
    position: relative;
  }
}
nav li::after {
  content: "";
  display: block;
  width: 2px;
  height: 20px;
  background-color: #ffffff;
  position: absolute;
  right: -1px;
  top: calc((100% - 20px) / 2);
}
nav li:last-child::after {
  content: none;
}
nav li a {
  color: #ffffff;
  display: block;
  padding: 25px 32px;
  transition: 0.5s;
}
nav li a:hover {
  background-color: #1167a5;
  transition: 0.5s;
}

li:last-child {
  margin-right: 0;
}

.h-contact {
  background-color: #FC8E0F;
  border-radius: 6px;
}
.h-contact a {
  color: #ffffff;
  padding: 12px 35px;
  transition: 0.5s;
}
.h-contact :hover {
  background-color: #ecab60;
  border-radius: 6px;
  transition: 0.5s;
}

/*-------------　サブメインビジュアル　---------------*/
#about .sub-mv {
  background-image: url(assets/images/about/about_sub_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#rental .sub-mv {
  background-image: url(assets/images/rental/rental_sub_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#blog .sub-mv {
  background-image: url(assets/images/blog/blog_sub_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

#contact .sub-mv {
  background-image: url(assets/images/contact/contact_sub_mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-mv .sub-mv__inner {
  padding: 10% 0;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .sub-mv .sub-mv__inner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1131px) {
  .sub-mv .sub-mv__inner {
    margin-top: 0;
  }
}
.sub-mv .sub-mv__inner h1 {
  color: #ffffff;
  font-size: 5vw;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sub-mv .sub-mv__inner h1 {
    font-size: 30px;
    padding: 50px 0;
  }
}

/*==== モーダルウインドウ風メニュー ======*/
/*ハンバーガーボタン*/
#header02 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #222729;
  z-index: 10000;
}
@media screen and (min-width: 1131px) {
  #header02 {
    display: none;
  }
}

#header02 .header-inner {
  display: flex;
  justify-content: space-between;
  position: absolute;
  z-index: 11;
  width: 100%;
}

#header02 .header-inner .left {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
  width: 70%;
  height: 64px;
}
#header02 .header-inner .left .ser-vner {
  display: flex;
  align-items: center;
}
#header02 .header-inner .left .ser-vner li {
  border-left: 1px solid #dbd9d9;
  padding: 6px 10px 0 10px;
}
#header02 .header-inner .left .ser-vner li.noridoki img {
  padding-bottom: 6px;
}

#header02 .header-inner .right {
  background-color: #B9A11C;
  display: block;
  width: 63px;
  height: 64px;
  z-index: 11;
}

#header02 h1 {
  padding-top: 10px;
  padding-left: 10px;
  width: 140px;
  line-height: 0;
}

#header02 p {
  padding-top: 5px;
  padding-left: 10px;
  width: 200px;
}

#header02 h1 img {
  width: 100%;
}

/*ハンバーガーメニュー*/
.menu,
.menu span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu {
  position: fixed;
  top: 24px;
  right: 14px;
  width: 30px;
  height: 16px;
  z-index: 11;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  outline: none;
}
@media screen and (max-width: 390px) {
  .menu {
    right: 12px;
  }
}

.menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  z-index: 12;
}

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

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

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

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

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

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

#nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: #B9A11C;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  padding-top: 100px;
}

#nav.active {
  right: 0;
  opacity: 1;
  transform: translateX(0);
  visibility: visible;
}

#nav ul {
  margin: 20px 0;
  padding: 20px 0;
}

#nav ul li {
  font-size: 18px;
  list-style-type: none;
}

#nav ul li a {
  border-bottom: 1px solid #ffffff;
  margin: 0 40px;
  display: block;
  padding: 20px 0 20px 0;
  transition: all 0.2s ease-in-out;
  text-align: left;
  text-decoration: none;
  color: #FFFFFF;
}

#nav ul .policy-style a {
  color: #ffffff;
  font-weight: normal;
  padding-top: 100px;
}

footer .footer__inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}
footer .footer__inner .flex-box {
  gap: 0;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .left {
    width: 40%;
  }
}
footer .footer__inner .flex-box .left .footer-logo {
  width: 100%;
  padding: 20px 0 30px 0;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .left .footer-logo {
    width: 60%;
    margin: 0;
    padding: 20px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .left .footer-logo {
    width: 40%;
  }
}
footer .footer__inner .flex-box .left .footer-logo img {
  width: 44%;
  height: auto;
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .left .footer-logo img {
    width: 100%;
  }
}
footer .footer__inner .flex-box .left ul {
  display: block;
}
footer .footer__inner .flex-box .left ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .left ul li {
    text-align: left;
    font-size: 14px;
  }
  footer .footer__inner .flex-box .left ul li .br-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .right {
    width: 60%;
  }
}
footer .footer__inner .flex-box .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
  width: 100%;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .right ul {
    margin: 0;
    width: 100%;
  }
}
footer .footer__inner .flex-box .right ul li {
  width: 26%;
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .right ul li {
    padding-bottom: 20px;
  }
}
footer .footer__inner .flex-box .right ul li a {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  footer .footer__inner .flex-box .right ul li a {
    font-size: 16px;
  }
}
footer .copy {
  background-color: #222222;
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px 0;
}

#about h2 {
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 1000px) {
  #about h2 {
    font-size: 30px;
  }
}
#about h2 .br-sp {
  display: none;
}
#about .block01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #about .block01 {
    padding: 0;
    margin-bottom: 60px;
    width: 80%;
    margin: 0 auto 150px auto;
  }
}
#about .block01 .txt {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #about .block01 .txt {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  #about .block02 .flex-box {
    margin: 60px 0;
  }
}
@media screen and (min-width: 768px) {
  #about .block02 .flex-box .left {
    width: 60%;
  }
  #about .block02 .flex-box .left h2 {
    text-align: left;
    padding-top: 0;
  }
}
#about .block02 .flex-box .right {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #about .block02 .flex-box .right {
    width: 38%;
  }
}
#about .block02 .flex-box .right .img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .block02 .flex-box .right .img {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #about .block03 .service {
    width: 100%;
    margin: 0 auto 100px auto;
  }
}
#about .block03 .service .card {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #about .block03 .service .card {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #about .block03 .service .card .left {
    width: 40%;
  }
}
#about .block03 .service .card .right {
  background-color: #EFEEEA;
}
@media screen and (min-width: 768px) {
  #about .block03 .service .card .right {
    width: 60%;
  }
}
@media screen and (min-width: 768px) {
  #about .block03 .service .card .right .txt {
    margin: auto 0;
  }
}
#about .block03 .service .card .right .txt h3 {
  color: #222222;
  font-size: 5.5vw;
  font-weight: bold;
  padding: 10px 20px 0 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about .block03 .service .card .right .txt h3 {
    font-size: 22px;
    text-align: left;
  }
}
#about .block03 .service .card .right .txt p {
  padding: 0 20px 20px 20px;
}
@media screen and (min-width: 768px) {
  #about .block03 .service .card .right .txt p {
    font-size: 16px;
    text-align: left;
    padding: 0 20px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  #about .block04 .owner {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #about .block04 .owner .left {
    width: 50%;
    padding-right: 20px;
  }
}
#about .block04 .owner .left h2 {
  text-align: left;
  padding: 0 0 20px 0;
}
#about .block04 .owner .left .txt {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #about .block04 .owner .right {
    width: 50%;
  }
}
#about .block04 .owner .right .img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #about .block04 .owner .right .img {
    width: 100%;
  }
}
#about .shopinfo {
  padding-right: 0;
  padding-left: 0;
}
#about .shopinfo h2 {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  #about .shopinfo h2 {
    font-size: 40px;
    padding-bottom: 50px;
  }
}
#about .shopinfo .top-company {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #about .shopinfo .top-company .left {
    width: 46% !important;
  }
}
@media screen and (min-width: 800px) {
  #about .shopinfo .top-company .left {
    width: 49% !important;
  }
}
@media screen and (min-width: 950px) {
  #about .shopinfo .top-company .left {
    width: 45% !important;
  }
}
@media screen and (min-width: 1000px) {
  #about .shopinfo .top-company .left {
    width: 39% !important;
  }
}
@media screen and (min-width: 768px) {
  #about .shopinfo .top-company .right {
    width: 52% !important;
  }
}
@media screen and (min-width: 800px) {
  #about .shopinfo .top-company .right {
    width: 49% !important;
  }
}
@media screen and (min-width: 1000px) {
  #about .shopinfo .top-company .right {
    width: 59% !important;
  }
}
#about .shopinfo .top-company .right.table {
  margin-bottom: 40px;
}
#about .shopinfo .top-company .right.table dl {
  display: block;
  width: 100%;
  border-bottom: 1px solid #222222;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #about .shopinfo .top-company .right.table dl {
    display: flex;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 800px) {
  #about .shopinfo .top-company .right.table dl {
    margin-bottom: 10px;
  }
}
#about .shopinfo .top-company .right.table dl dt {
  padding: 0 10px 0px 0;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #about .shopinfo .top-company .right.table dl dt {
    width: 21%;
  }
}
#about .shopinfo .top-company .right.table dl dd {
  padding: 0 0 8px 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #about .shopinfo .top-company .right.table dl dd {
    width: 79%;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 800px) {
  #about .shopinfo .top-company .right.table dl dd {
    margin-bottom: 10px;
  }
}
#about .shopinfo .top-company .right.table dl dd .br-sp {
  display: none;
}

#rental .block01 {
  padding: 0;
}
@media screen and (min-width: 768px) {
  #rental .block01 h2 {
    padding: 0 0 40px;
    width: 80%;
    margin: 0 auto;
  }
}
#rental .block01 .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #rental .block01 .txt {
    padding: 0;
    width: 80%;
    margin: 0 auto;
  }
}
#rental .block {
  padding-bottom: 0;
}
#rental .block .txt {
  text-align: center;
}
#rental .block .bg {
  padding-bottom: 50px;
}
#rental .block.features h2 {
  text-align: center;
}
@media screen and (min-width: 700px) {
  #rental .block.features .flex-box {
    display: flex;
    gap: 2%;
  }
}
@media screen and (min-width: 768px) {
  #rental .block.features .flex-box {
    gap: 5%;
  }
}
@media screen and (min-width: 700px) {
  #rental .block.features .flex-box.features_list .card {
    width: 33%;
  }
}
@media screen and (min-width: 768px) {
  #rental .block.features .flex-box.features_list .card {
    width: 30%;
  }
}
#rental .block.features .flex-box.features_list .card h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
#rental .block.features .flex-box.features_list .card .img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 700px) {
  #rental .block.features .flex-box.features_list .card .img {
    width: 80%;
  }
}
#rental .block.features .flex-box.features_list .card .txt {
  padding: 20px 0 30px 0;
}
@media screen and (min-width: 700px) {
  #rental .block.features .flex-box.features_list .card .txt {
    font-size: 14px;
  }
}
#rental .block02 {
  margin: 80px 0 80px 0;
}
@media screen and (min-width: 768px) {
  #rental .block02 .flex-box {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #rental .block02 .flex-box .left {
    width: 48%;
    margin-right: 2%;
  }
}
#rental .block02 .flex-box .left h2 {
  text-align: left;
}
#rental .block02 .flex-box .left .txt {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #rental .block02 .flex-box .right {
    width: 48%;
  }
}
#rental .flow {
  margin: 50px 0 0 0;
}
#rental .flow h2 {
  text-align: center;
}
#rental .flow .txt {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #rental .flow .txt {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  #rental .flow {
    max-width: 90%;
    width: 100%;
    margin: 50px auto 30px auto;
  }
}
#rental .flow .list {
  border: #222222 1px solid;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #rental .flow .list {
    display: flex;
  }
}
#rental .flow .list .left {
  background-color: #222222;
  border-radius: 20px 20px 0 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  #rental .flow .list .left {
    border-radius: 20px 0 0 20px;
    font-size: 22px;
    margin: auto 0;
    padding: 9% 10px;
    width: 30%;
  }
}
#rental .flow .list .left h3 {
  border-radius: 20px 20px 0 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  #rental .flow .list .left h3 {
    border-radius: 20px 0 0 20px;
    font-size: 18px;
  }
}
#rental .flow .list .left h3 span {
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  #rental .flow .list .left h3 span {
    font-size: 16px;
  }
}
#rental .flow .list .right {
  padding: 20px;
}
#rental .flow .list .right .fnt-clr-red {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #rental .flow .list .right {
    width: 70%;
    margin: auto 0;
  }
}
#rental .block {
  margin-bottom: 50px;
}
#rental .block.bg {
  background-image: url(assets/images/rental/rental_img04.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#rental .block.bg .osusume {
  padding-bottom: 50px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #rental .block.bg .osusume {
    width: 500px;
  }
}
#rental .block.bg .osusume h2 {
  color: #ffffff;
  text-align: center;
}
#rental .block.bg .osusume ul {
  border: 8px solid #ffffff;
  padding: 20px;
}
#rental .block.bg .osusume ul li {
  color: #ffffff;
  padding-bottom: 10px;
}
#rental .page-shopinfo h2 {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  #rental .page-shopinfo h2 {
    font-size: 40px;
  }
}
#rental .page-shopinfo .page-company {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #rental .page-shopinfo .page-company .left {
    width: 46% !important;
  }
}
@media screen and (min-width: 800px) {
  #rental .page-shopinfo .page-company .left {
    width: 49% !important;
  }
}
@media screen and (min-width: 950px) {
  #rental .page-shopinfo .page-company .left {
    width: 45% !important;
  }
}
@media screen and (min-width: 1000px) {
  #rental .page-shopinfo .page-company .left {
    width: 39% !important;
  }
}
@media screen and (min-width: 768px) {
  #rental .page-shopinfo .page-company .right {
    width: 52% !important;
  }
}
@media screen and (min-width: 800px) {
  #rental .page-shopinfo .page-company .right {
    width: 49% !important;
  }
}
@media screen and (min-width: 1000px) {
  #rental .page-shopinfo .page-company .right {
    width: 59% !important;
  }
}
#rental .page-shopinfo .page-company .right.table {
  margin-bottom: 40px;
}
#rental .page-shopinfo .page-company .right.table dl {
  display: block;
  width: 100%;
  border-bottom: 1px solid #222222;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #rental .page-shopinfo .page-company .right.table dl {
    display: flex;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 800px) {
  #rental .page-shopinfo .page-company .right.table dl {
    margin-bottom: 10px;
  }
}
#rental .page-shopinfo .page-company .right.table dl dt {
  padding: 0 10px 0px 0;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  #rental .page-shopinfo .page-company .right.table dl dt {
    width: 21%;
  }
}
#rental .page-shopinfo .page-company .right.table dl dd {
  padding: 0 0 8px 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  #rental .page-shopinfo .page-company .right.table dl dd {
    width: 79%;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 800px) {
  #rental .page-shopinfo .page-company .right.table dl dd {
    margin-bottom: 10px;
  }
}
#rental .page-shopinfo .page-company .right.table dl dd .br-sp {
  display: none;
}

.join {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.join .block01 {
  border: #03AAE8 4px solid;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .join .block01 {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .join .block01 h2 {
    font-size: 24px;
    text-align: center;
  }
}
.join .block01 .txt {
  font-size: 4.1vw;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .join .block01 .txt {
    font-size: 16px;
    text-align: center;
  }
}
.join .flow {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .join .flow {
    max-width: 80%;
    width: 100%;
    margin: 50px auto 30px auto;
  }
}
.join .flow .list {
  border: #03AAE8 1px solid;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .join .flow .list {
    display: flex;
  }
}
.join .flow .list .left {
  background-color: #03AAE8;
  border-radius: 20px 20px 0 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .join .flow .list .left {
    border-radius: 20px 0 0 20px;
    font-size: 22px;
    margin: auto 0;
    padding: 9% 10px;
    width: 30%;
  }
}
.join .flow .list .left h3 {
  border-radius: 20px 20px 0 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .join .flow .list .left h3 {
    border-radius: 20px 0 0 20px;
    font-size: 18px;
  }
}
.join .flow .list .left h3 span {
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  .join .flow .list .left h3 span {
    font-size: 16px;
  }
}
.join .flow .list .right {
  padding: 20px;
}
.join .flow .list .right .fnt-clr-red {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 10px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .join .flow .list .right {
    width: 70%;
    margin: auto 0;
  }
}

.order {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.order .block01 {
  border: #03AAE8 4px solid;
  border-radius: 20px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .order .block01 {
    width: 720px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .order .block01 h2 {
    font-size: 24px;
    text-align: center;
  }
}
.order .block01 .txt {
  font-size: 4.1vw;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .order .block01 .txt {
    font-size: 16px;
    text-align: center;
  }
}
.order .block02 {
  margin: 50px 0;
}
.order .block02 h2 {
  text-align: center;
}
.order .block02 .flow {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .order .block02 .flow {
    max-width: 80%;
    width: 100%;
    margin: 50px auto 30px auto;
  }
}
.order .block02 .flow .list {
  border: #03AAE8 1px solid;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .order .block02 .flow .list {
    display: flex;
  }
}
.order .block02 .flow .list .left {
  background-color: #03AAE8;
  border-radius: 20px 20px 0 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .order .block02 .flow .list .left {
    border-radius: 20px 0 0 20px;
    font-size: 22px;
    margin: auto 0;
    padding: 11% 10px;
    width: 30%;
  }
}
.order .block02 .flow .list .left h3 {
  border-radius: 20px 20px 0 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .order .block02 .flow .list .left h3 {
    border-radius: 20px 0 0 20px;
    font-size: 26px;
  }
}
.order .block02 .flow .list .left h3 span {
  font-size: 3vw;
}
@media screen and (min-width: 768px) {
  .order .block02 .flow .list .left h3 span {
    font-size: 16px;
  }
}
.order .block02 .flow .list .right {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .order .block02 .flow .list .right {
    width: 70%;
    margin: auto 0;
  }
}
.order .block02 .flow .list .right .button02 {
  margin-top: 20px;
}
.order .block02 .flow .list .right .button02 a {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .order .block02 .flow .list .right .button02 a {
    margin: 0;
  }
}

#contact .Form {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  #contact .Form {
    margin-top: 40px;
  }
}
#contact .Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  #contact .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
#contact .Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
#contact .Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #contact .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
#contact .Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  #contact .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
#contact .Form-Item-Label-Required {
  border-radius: 6px;
  margin-left: 8px;
  padding: 4px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #db0b0b;
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  #contact .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
#contact .Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  color: #222222;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #contact .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
#contact .Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  #contact .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
#contact .Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #f58701;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #contact .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
#contact .fnt-style {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .contents-inner {
    display: flex;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .contents-inner main {
    width: 70%;
  }
}
.contents-inner aside {
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .contents-inner aside {
    width: 30%;
    padding-top: 100px;
  }
}
.contents-inner aside .item {
  margin-bottom: 50px;
}
.contents-inner aside .item h2 {
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  .contents-inner aside .item h2 {
    font-size: 20px;
  }
}
.contents-inner aside .item .side-h {
  border-bottom: 3px solid #B9A11C;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.contents-inner aside .item .cate-list li {
  padding: 10px 0;
}
.contents-inner aside .item .cate-list li a {
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .contents-inner aside .item .cate-list li a {
    display: block;
  }
}

#blog .sub-mv p {
  color: #ffffff !important;
  font-size: 5.7vw;
  font-weight: bold;
  padding-top: 20px !important;
  padding-bottom: 20px;
  text-align: center !important;
}
@media screen and (min-width: 768px) {
  #blog .sub-mv p {
    font-size: 28px;
    padding-bottom: 40px;
  }
}
#blog .blog .date-area {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
}
#blog .blog .date-area .date {
  font-size: 14px;
  margin-right: 10px;
}
#blog .blog .date-area .cate {
  background-color: #222222;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
}
#blog .blog h1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #blog .blog h1 {
    font-size: 26px;
  }
}
#blog .blog .post-thumbnail {
  margin-bottom: 50px;
}
#blog .blog .post-content p {
  font-size: 14px;
  padding: 0 0 50px 0;
}
@media screen and (min-width: 768px) {
  #blog .blog .post-content p {
    font-size: 16px;
  }
}
#blog .blog .post-content .wp-block-image {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  #blog .blog ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
  }
}
#blog .blog ul li {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #blog .blog ul li {
    width: 32%;
  }
}
#blog .blog ul li img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 280px;
}
@media screen and (min-width: 768px) {
  #blog .blog ul li img {
    width: 250px;
    height: 200px;
  }
}
#blog .blog ul li .date-area {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0;
}
#blog .blog ul li .date-area .date {
  font-size: 14px;
  margin-right: 10px;
}
#blog .blog ul li .date-area .cate {
  background-color: #222222;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
}
#blog .blog ul li h2 {
  font-size: 18px;
  font-weight: bold;
}

.mv .mv__inner img {
  width: 100%;
  height: auto;
  padding-top: 64px;
}
@media screen and (min-width: 960px) {
  .mv .mv__inner img {
    padding-top: 0;
    /* スライドのサイズ調整 */
  }
  .mv .mv__inner img .splide {
    padding: 0;
  }
  .mv .mv__inner img .splide__slide img {
    height: auto;
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .block .block__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
}
.block .block__inner .greeting {
  margin: 0px 0 30px 0;
}
@media screen and (min-width: 769px) {
  .block .block__inner .greeting {
    margin: 0 0 100px 0;
  }
}
.block .block__inner .greeting h2 {
  font-size: 24px;
  text-align: center;
  line-height: 1.45;
}
@media screen and (min-width: 1000px) {
  .block .block__inner .greeting h2 {
    font-size: 36px;
  }
}
.block .block__inner .greeting h2 .br-sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .block .block__inner .greeting h2 .br-sp {
    display: none;
  }
  .block .block__inner .greeting h2 .br-sp.br-pc {
    display: block;
  }
}
.block .block__inner .greeting .txt {
  font-size: 14px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .block .block__inner .greeting .txt {
    width: 60%;
    margin: 0 auto;
    line-height: 1.8;
  }
}
@media screen and (min-width: 768px) {
  .block .block__inner .left {
    width: 56%;
  }
}
@media screen and (min-width: 768px) {
  .block .block__inner .left .txt {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .block .block__inner .right {
    width: 42%;
  }
}
.block .block__inner .right .img01 {
  margin-bottom: 20px;
}

.top-recommendation {
  background-color: #b9a11c;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1000px) {
  .top-recommendation h2 {
    font-size: 40px;
  }
}
.top-recommendation .flex-box .card {
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-recommendation .flex-box .card {
    width: 49%;
    margin-top: 30px;
  }
}
.top-recommendation .flex-box .card h3 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-recommendation .flex-box .card h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 769px) {
  .top-recommendation .flex-box .card h3 {
    font-size: 2.7vw;
  }
}
@media screen and (min-width: 960px) {
  .top-recommendation .flex-box .card h3 {
    font-size: 26px;
  }
}
.top-recommendation .flex-box .card .price {
  color: #f80707;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 20px;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .top-recommendation .flex-box .card .price {
    font-size: 30px;
  }
}
.top-recommendation .flex-box .card .price span {
  font-size: 14px;
}
.top-recommendation .flex-box .card .img {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top-recommendation .flex-box .card .img {
    width: 80%;
    margin: 0 auto;
  }
}
.top-recommendation .flex-box .card.color02 h3 {
  color: #1a7adb;
}
.top-recommendation .flex-box .card.color02 .btn a.btn_01 {
  background-color: #1a7adb !important;
  border: #1a7adb !important;
  border-radius: 40px;
  font-size: 14px;
}
.top-recommendation .flex-box .card.color03 h3 {
  color: #6ebe1d;
}
.top-recommendation .flex-box .card.color03 .btn a.btn_01 {
  background-color: #6ebe1d !important;
  border: #6ebe1d !important;
  border-radius: 40px;
  font-size: 14px;
}

.top-works h2 {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .top-works h2 {
    font-size: 40px;
    padding-bottom: 50px;
  }
}
.top-works .flex-box {
  gap: 8%;
}
@media screen and (min-width: 768px) {
  .top-works .flex-box {
    gap: 2%;
  }
}
@media screen and (min-width: 1000px) {
  .top-works .flex-box {
    gap: 8%;
  }
}
.top-works .flex-box .card {
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .top-works .flex-box .card {
    width: 32%;
  }
}
@media screen and (min-width: 1000px) {
  .top-works .flex-box .card {
    width: 28%;
  }
}
.top-works .flex-box .card h3 {
  font-size: 5vw;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-works .flex-box .card h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .top-works .flex-box .card h3 {
    font-size: 22px;
  }
}
.top-works .flex-box .card .img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top-works .flex-box .card .img {
    width: 100%;
  }
}
.top-works .flex-box .card .txt {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .top-works .flex-box .card .txt {
    padding-top: 20px;
  }
}

.block01 {
  padding: 0 20px;
}
.block01.top-faq .txt {
  padding-bottom: 30px;
}
@media screen and (min-width: 1000px) {
  .block01.top-faq h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 769px) {
  .block01.top-faq .circle {
    width: 80%;
    margin: 0 auto 100px auto;
  }
}
@media screen and (min-width: 1000px) {
  .block01.top-faq .circle {
    width: 1000px;
    margin: 0 auto 100px auto;
  }
}
.block01.top-faq .circle .card {
  border: 1px solid #222729;
  background-color: #ffffff;
  margin-bottom: 30px;
}
.block01.top-faq .circle .card h3 {
  background-color: #222729;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .block01.top-faq .circle .card h3 {
    font-size: 22px;
    text-align: left;
    padding: 20px;
  }
}
.block01.top-faq .circle .card p {
  padding: 20px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .block01.top-faq .circle .card p {
    padding: 30px;
  }
}

.top-blog {
  background-image: url(assets/images/top/top_img08.jpg);
  background-repeat: no-repeat;
}
.top-blog h2 {
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .top-blog h2 {
    font-size: 40px;
  }
}
.top-blog .blog-card {
  background-color: #ffffff;
  padding: 20px 20px 20px 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .top-blog .blog-card {
    width: 32%;
  }
}
.top-blog .blog-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 200px;
}
.top-blog .blog-card .flex-box {
  display: flex;
  margin: 10px 0;
  align-items: center;
}
.top-blog .blog-card .flex-box .date {
  font-size: 14px;
}
.top-blog .blog-card .flex-box .cate {
  background-color: #222222;
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  margin-left: 10px;
}
.top-blog .blog-card h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .top-blog .blog-card h3 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .top-blog .blog-card h3 {
    font-size: 18px;
  }
}

.shopinfo h2 {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 1000px) {
  .shopinfo h2 {
    font-size: 40px;
  }
}
.shopinfo .top-company {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .shopinfo .top-company .left {
    width: 46% !important;
  }
}
@media screen and (min-width: 800px) {
  .shopinfo .top-company .left {
    width: 49% !important;
  }
}
@media screen and (min-width: 950px) {
  .shopinfo .top-company .left {
    width: 45% !important;
  }
}
@media screen and (min-width: 1000px) {
  .shopinfo .top-company .left {
    width: 39% !important;
  }
}
@media screen and (min-width: 768px) {
  .shopinfo .top-company .right {
    width: 52% !important;
  }
}
@media screen and (min-width: 800px) {
  .shopinfo .top-company .right {
    width: 49% !important;
  }
}
@media screen and (min-width: 1000px) {
  .shopinfo .top-company .right {
    width: 59% !important;
  }
}
.shopinfo .top-company .right.table {
  margin-bottom: 40px;
}
.shopinfo .top-company .right.table dl {
  display: block;
  width: 100%;
  border-bottom: 1px solid #222222;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .shopinfo .top-company .right.table dl {
    display: flex;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 800px) {
  .shopinfo .top-company .right.table dl {
    margin-bottom: 10px;
  }
}
.shopinfo .top-company .right.table dl dt {
  padding: 0 10px 0px 0;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .shopinfo .top-company .right.table dl dt {
    width: 21%;
  }
}
.shopinfo .top-company .right.table dl dd {
  padding: 0 0 8px 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .shopinfo .top-company .right.table dl dd {
    width: 79%;
    margin-bottom: 3px;
  }
}
@media screen and (min-width: 800px) {
  .shopinfo .top-company .right.table dl dd {
    margin-bottom: 10px;
  }
}
.shopinfo .top-company .right.table dl dd .br-sp {
  display: none;
}/*# sourceMappingURL=style.css.map */