@media screen and (max-width: 767px) {

/* フォント
================================================*/
body {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.03em;
}

p {
  line-height: 1.8em;
}
h1 {
  width: 250px;
}
h2 {
  margin: 60px 0;
  font-size: 28px;
}
h2 span {
  margin-top: 15px;
  font-size: 16px;
}
h2:after {
  top: 37px;
  left: calc(50% - 75px);
  width: 150px;
  height: 2px;
}
h3 {
  font-size: 16px;
}
.wrapper {
  width: calc(100% - 20px);
  margin: 0 10px;
  padding: 0 0 40px;
}
.logo_header a {
  width: 60%;
  max-width: 200px;
  margin: 10px 20px 0 20px;
  float: left;
}
.contact_header {
  width: 60px;
  height: 60px;
  margin-right: 60px;
}
.contact_header a {
  padding-top: 30px;
  font-size: 12px;
  letter-spacing: 0;
}
.tel_header a {
  display: none;
}
.tel_header_sp {
  display: block;
  float: right;
  width: 60px;
  height: 60px;
  background: #f2f2ff;
  border-bottom: 1px solid #000;
}
.tel_header_sp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.tel_header_sp img {
  width: 35px;
  height: 35px;
  margin: auto;      /* 中央寄せするならflexを使ってもOK */
  display: block;
}
.fv {
  position: relative;
  width: 100%;
  height: calc(100vh - 90px);
}

.hero01 {
  position: absolute;
  top: 100px;
  letter-spacing: 0.1em;
  line-height: 2.5em;
  font-weight: 600;
  color: var(--main_color);
  text-align: center;
}
.mask-bg,
.mask-bg02 {
  font-size: 28px;
  padding: 20px 20px;
}
.mask-bg02 {
  padding: 10px 10px;
  font-size: 21px;
  color: #000;
  transition: color 0ms 7s;
}
.hero02 {
  width: 100%;
  position: absolute;
  top: 350px;
  left: 50%;
  letter-spacing: 0.05em;
  font-size: 21px;
  font-weight: 600;
}

/* ——— Scroll 本体 ——— */
.scroll {
position: absolute;
left: 50%;
bottom: 50px;
transform: translateX(-50%);
}
.scroll-dots {
  margin-top: 15px;
}
.scroll-dots span {
  display: block;
  width: 5px;
  height: 5px;
}

.sell-slide ul {
  width: max-content;
  margin: 0 0 25px;
  display: flex;
}
.sell-slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 121, 192, 0.8);
  width: 25px;
  height: 80px;
}
.sell-slide-arrow.prev img,
.sell-slide-arrow.next img {
  width: 12px;
  margin: 0 6px;
}
.sell-slide li {
  width: 50vw;
  padding: 15px;
  font-size: 13px;
}
.sell-slide li h3 {
  margin: 10px 0;
  font-size: 14px;
}
.sell-slide li dt {
  width: 100%;
  margin-bottom: 3px;
  padding: 2px 5px 2px 0.5em;
  font-size: 13px;
  text-align-last: left;
}
.sell-slide li dd {
  width: 100%;
  margin: 5px 0 8px 0.5em;
  font-size: 13px;
}
.sell-slide li .peice_sell {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.sell-slide li .price_sell dt {
  width: 100%;
  float: none;
  margin: 0 0 8px;
  padding: 5px 0.5em;
  font-size: 14px;
  line-height: 1em;
}
.sell-slide li .price_sell dd {
  width: 100%;
  font-size: 21px;
  letter-spacing: 0;
}
.sell-slide li .price_sell dd span {
  margin-left: 3px;
  font-size: 13px;
}


.type_list ul {
  width: 95%;
  margin: 0 auto 40px;
}
.type_list li a {
  display: block;
  padding: 0.8em 1em;
  font-size: 13px;
}

.ttl_reason {
  width: 95%;
  margin: 80px auto 50px;
}
.reason ul {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(1 , 1fr);
  gap: 20p;
  margin: 0 auto 20px;
}
.reason li {
  padding: 0 0 25px;
  font-size: 15px;
}
.reason li .number {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 4em;
  font-size: 21px;
}
.reason li .number:before {
  position: absolute;
  top: 2px;
  left: 15px;
  content: "Reason";
  font-size: 16px;
  color: #fff;
}
.reason li h3 {
  margin: 25px 0 15px;
  padding: 0 25px;
  font-size: 18px;
}
.reason li p {
  padding: 0 25px;
}

.rental_copy {
  width: 90%;
  margin: 0 auto 50px;
}
.rental_copy h3 {
  margin-bottom: 25px;
  font-size: 21px;
}
.rental_copy p {
  font-size: 16px;
}

.rental-slide ul {
  width: max-content;
  margin: 0 0 25px;
  display: flex;
}
.rental-slide-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 121, 192, 0.8);
  width: 25px;
  height: 80px;
}
.rental-slide-arrow.prev img,
.rental-slide-arrow.next img {
  width: 12px;
  margin: 0 6px;
}
.rental-slide li {
  width: 50vw;
  padding: 15px;
}
.rental-slide li h3 {
  margin: 10px 0;
  font-size: 16px;
}
.rental-slide li dt {
  width: 100%;
  margin-bottom: 3px;
  padding: 2px 5px 2px 0.5em;
  font-size: 13px;
  text-align-last: left;
}
.rental-slide li dd {
  width: 100%;
  margin: 0 0 8px 0.5em;
  font-size: 14px;
}
.rental-slide li .price_rental h4 {
  font-size: 13px;
}
.rental-slide li .price_rental dt {
  width: 65px;
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #000;

}
.rental-slide li .price_rental dd {
  width: calc(100% - 65px);
  margin: 0;
  padding: 5px 0;
  border-bottom: 1px solid #000;
}
.rental-slide li .price_rental dd:nth-of-type(2n+1) {
  border-right: none;
}
.rental-slide li .price_rental dt:last-of-type,
.rental-slide li .price_rental dd:last-of-type {
  border-bottom: none;
}
.service_banner {
  width: 70%;
  max-width: 400px;
  margin: 0 auto;
}
.service_banner ul {
  display: block;
  justify-content: space-between;
}
.service_banner li {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
}

.needs {
  width: 90%;
  margin: 40px auto;
}
.needs img {
  width: 100%;
  margin: 0 auto;
}
.needs span {
  font-size: 18px;
}
.episode {
  width: 100%;
  margin: 0;
  padding: 25px 0;
}
.episode ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.episode li {
  width: 80%;
  margin: 0 10% 50px;
}
.episode li h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.episode li h3 span {
  display: block;
  margin: 0 0 5px;
  padding: 0 5px;
  font-size: 13px;
}
.textbox_info {
  width: 90%;
  float: none;
  margin: 0 5% 40px;
}

.box_gmap {
  width: 90%;
  height: 300px;
  float: left;
  margin: 0 5% 0;
}
.box_gmap iframe {
  width: 100%;
  height: 300px;
}

.box_contact {
  width: 90%;
  display: block;
  margin: 0 5%;
}
.box_contact li {
  width: 100%;
  margin: 0 auto 30px;
  padding: 10px 15px;
}
.box_contact li h3 {
  margin-bottom: 5px;
  font-size: 18px;
}
.box_contact li .box_tel {
  height: 75px;
  padding: 15px;
}
.box_contact li .box_mail {
  height: 100px;
  padding: 15px;
}
.box_contact li .box_tel p a {
  position: relative;
  margin-left: 30px;
  font-size: 28px;
  line-height: 1em;
  letter-spacing: 0.05em;
}
.box_contact li .box_tel p a::before{
  position: absolute;
  top: 0.25em;
  left: -35px;
  width: 30px;
  height: 18px;
  content: "";
  background: url(../images/icon_free.svg);
}
.box_contact li .box_tel p span {
  display: block;
  margin-left: -35px;
  font-size: 16px;
}
.box_contact li .box_mail p a {
  padding: 0 0 5px;
  font-size: 14px;
  line-height: 1em;
}
.box_contact li .box_mail .btn_mail a {
  display: block;
  width: 100%;
  margin: 10px auto;
  padding: 0.5em 5px;
  letter-spacing: 0;
}
.box_sns {
  width: 90%;
  margin: 30px auto 0;
}
.box_sns h3 {
  font-size: 18px;
}
.box_sns ul {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.box_sns li {
  width: 30px;
  margin: 0 20px;
}

footer .footer_info {
  width: 100%;
  float: none;
  padding: 40px 10% 50px;
}
footer .footer_info .logo_footer {
  width: 60%;
  max-width: 250px;
  margin: 0 0 40px;
}
footer .footer_info p {
  margin: 0 0 5px 10px;
  font-size: 14px;
}
footer .footer_info dt::after {
  content: "：";
  margin-left: 5px;
}
footer .footer_info dd {
  width: calc(100% - 4em);
}
footer .page_list {
  width: 90%;
  margin: 0px 10% 0;
  float: left;
}
footer .page_list li {
  width: 100%;
  float: left;
  font-size: 13px;
  line-height: 2.3em;
}
footer .page_list li:before {
  content: "> ";
  margin-left: 10px;
}
footer .page_list .sns {
  width: 30px;
  margin: 20px 20px 20px 0;
  float: left;
}
footer .page_list .sns img {
  width: 25px;
}
footer .wrapper_copy {
  width: 100%;
  padding: 10px 0;
}
footer .wrapper_copy .copy {
  padding-left: 10%;
  font-size: 12px;
}
.pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
}
.pagetop a {
  display: block;
  width: 30px;
  height: 80px;
  padding: 0 2px;
  font-size: 14px;
}

.single_summary_sell {
  width: calc(100% - 20px);
  margin: 25px 10px 10px;
  overflow: hidden;
}
.single_summary_sell h2 {
  margin: 15px 0 25px;
  padding: 0 10px;
  font-size: 18px;
}
.gallery {
  width: calc(100% - 20px);
  margin: 0 10px;
}
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px 5px;
  font-size: 1em;
}
.thumbnails {
  display: flex;
  gap: 2%;
  margin-top: 20px;
}
.thumbnails img {
  width: 18%;
  aspect-ratio: 4 / 3;
}
.thumbnails img.active {
  border: 1px solid var(--main_color);
}
.single_summary_sell .textbox_single_sell {
  width: 100%;
  float: none;
  margin: 0;
}

.textbox_single_sell .box_intro {
  width: 100%;
  float: left;
  height: 270px;
  margin: 15px 0 20px;
}
.box_intro .box_price {
  width: 100%;
  float: none;
  margin: 15px 0 5px;
  padding: 5px 15px 8px;
}
.textbox_single_sell .box_intro p {
  font-size: 16px;
}
.box_intro .box_price p {
  margin-right: 10px;
  margin-bottom: 16px;
  text-align: left;
  float: left;
}
.box_intro .box_price .price {
  font-size: 32px;
}
.box_intro .box_price .price span {
  margin-left: 5px;
  font-size: 16px;
}
/* レンタル用料金 */
.box_intro .box_price dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin:  0 auto 10px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
.box_intro .box_price dt {
  width: 6em;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.box_intro .box_price dd {
  width: calc(50% - 6em);
  border-bottom: 1px solid #000;
}
.box_intro .box_single_contact {
  width: 100%;
  float: left;
  margin: 0px auto;
}
.box_intro .box_single_contact p {
  position: relative;
  display: block;
  margin-left: 20px;
  font-size: 24px;
  text-align: center;
  color: #000;
  background: none;
}
.box_intro .box_single_contact p:before {
  position: absolute;
  top: 0.45em;
  left: 50%;
  transform: translateX(-4.5em);
  content: "";
  width: 18px;
  height: 18px;
}
.box_intro .box_single_contact .btn_single_mail a {
  position: relative;
  display: block;
  width: 60%;
  margin: 0 auto 10px;
  padding: 5px 0;
  font-size: 16px;
}
.box_intro .box_single_contact .btn_single_line a {
  position: relative;
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 16px;
}
.textbox_single_sell .single_basic {
  width: 100%;
  float: none;
  margin: 15px 0 30px;
}
.textbox_single_sell .single_basic dl {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #bbb;
}
.textbox_single_sell .single_basic dt {
  width: 6em;
  padding: 0.2em 0.4em;
  font-size: 14px;
}
.textbox_single_sell .single_basic dd {
  width: calc(100% - 6em);
  padding: 0.2em 0.5em;
  font-size: 14px;
}
.textbox_single_sell .single_basic .col2 {
  width: calc(100% - 6em);
  padding: 0.2em 0.5em;
}
.textbox_single_sell h3 {
  padding: 0 5px 5px 5px;
  font-size: 15px;
  line-height: 2em;
}
.textbox_single_sell .comment {
  margin: 10px 0 30px 0;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1.8em;
}
.vehicle_info {
  width: calc(100% - 20px);
  margin: 10px 10px;
}
.vehicle_info h3 {
  padding: 0 0 0;
  font-size: 16px;
}
.vehicle_info dt {
  width: 12em;
  padding: 0.2em 0.5em;
  letter-spacing: 0;
}
.vehicle_info dd {
  width: calc(100% - 12em);
  padding: 0.2em 0.5em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.vehicle_info .vehicle_item {
  justify-content: space-between;
}
.vehicle_info .vehicle_item li {
  width: 10em;
  margin: 5px 0em;
  padding: 0.2em;
  font-size: 14px;
}

.box_single_info {
  width: calc(100% - 40px);
  margin: 50px 20px;
  padding: 25px 15px;
}
.box_single_info h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
.box_single_info p {
  font-size: 16px;
}
.box_single_info .note {
  margin: 15px 0 0;
  font-size: 14px;
}

.transaction dt {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  padding: 0.5em 0.5em 0;
  border-bottom: none;
}
.transaction dd {
  width: 100%;
  padding: 0 0.5em 0.5em;
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.box_contact_wrapper {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.box_contact_tel {
  width: 100%;
  margin: 0 0;
}
.box_contact_tel h2,
.box_contact_form h2 {
  padding: 0.2em;
  margin-bottom: 20px;
  font-size: 18px;
}
.box_contact_tel .tel a {
  margin: 0 0 50px 25px;
  text-align: center;
  font-size: 28px;
}
.box_contact_tel .tel a::before{
  position: absolute;
  display: inline-block;
  top: 0.1em;
  left: 50%;
  transform: translateX(-5em);
  width: 23px;
  height: 23px;
  content: "";
  background: url(../images/icon_tel.svg);
}
.box_contact_tel .tel a span {
  font-size: 16px;
  letter-spacing: 0.01em;
}
.box_contact_tel .box_contact_sns {
  margin: 20px auto;
}
.box_contact_tel .box_contact_sns h3 {
  font-size: 18px;
}
.box_contact_tel .box_contact_sns ul {
  display: flex;
  justify-content: center;
  margin: 15px 0;
}
.box_contact_tel .box_contact_sns li {
  width: 35px;
  margin: 0 20px;
}

.box_contact_form {
  width: 100%;
  margin: 0 0;
}
.form-wrapper {
  width: 100%;
  display: flex;
  margin: 30px auto;
}
.form-group.inquiry {
  margin-bottom: 40px;
}
.inquiry-list {
  list-style: none;
  margin: 0 0 2em 1em;
}
.inquiry-list li {
  margin-bottom: 0.5em;
}
/* チェックボックスの見た目をリセットしてカスタム化 */
.inquiry-list input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
}
.form-group {
  display: block;
  margin-bottom: 30px;
}
.form-group label {
  width: 100%;
  display: block;
  margin: 0 0 10px 0.5em;
}
.required {
  display: inline-block;
  color: #fff;
  margin-top: -3px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6em;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  line-height: 1em;
}
.form-confirm {
  margin: 20px 0;
  font-size: 14px;
}
.form-confirm input {
  float: left;
  margin: 5px 5px 0 0;
}
.form-submit button {
  position: relative;
  width: 200px;
  padding: 10px 20px;
  font-size: 18px;
}

/* ボタン関連 */
.btn_more a {
  position: relative;
  width: 90%;
  max-width: 200px;
  display: block;
  margin: 10px auto 0;
  padding: 0.2em 1em;
  font-size: 13px;
}
.btn_more a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 6px;
  height: 8px;
}
.btn_more_rental a {
  position: relative;
  width: 90%;
  max-width: 200px;
  display: block;
  margin: 10px auto 0;
  padding: 0.2em 1em;
  font-size: 13px;
}
.btn_more_rental a::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 6px;
  height: 8px;
}
.btn_normal a,
.btn_rental a {
  position: relative;
  width: 80%;
  max-width: 300px;
  display: block;
  margin: 20px auto 40px;
  padding: 1em 1em;
  font-size: 15px;
}
/* アニメーション */
.fadeUp,
.fadeRight,
.fadeLeft {
  opacity: 0;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.fadeUp {
  transform: translateY(20px);
}
.fadeRight {
  transform: translateX(20px);
}
.fadeLeft {
  transform: translateX(-20px);
}
/* ——————————————————————————
is-visible が付くとフェードイン＋移動
—————————————————————————— */
.fadeUp.is-visible,
.fadeRight.is-visible,
.fadeLeft.is-visible {
  opacity: 1;
  transform: translate(0, 0);
}

}