@charset "utf-8";

/*--------------------------------------------

東仙台クリーンセンター
アルミホイールの買取・タイヤの処分はおまかせください！

	[01] 基本設定
	[02] メインコンテンツ
	[03] メインコンテンツのメディアクエリ
	[04] フッター

---------------------------------------------*/


/*--------------------------------------------
  [01] 基本設定
---------------------------------------------*/

* {
  font-family: 'Noto Sans JP', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic medium", "Meiryo", sans-serif;
}

html {
  font-size: 62.5%;
  /*1rem=10px*/
}

body {
  font-size: 1.6rem;
  /*本文サイズ 1.6rem=16px*/
  line-height: 2;
  color: #1a1a1e;
}

img {
  max-width: 100%;
  height: auto;
  text-align: center;
}

a {
  transition: 0.4s;
}

a:hover {
  transition: 0.4s;
  opacity: 0.7;
}

h1, h2, h3, h4, h5, th {
  font-weight: bold;
}

h2 {
  font-size: 2.8rem;
  position: relative;
}

i {
  margin-right: 5px;
}


/*改行
-------------------------------*/

.br_480, .br_768 {
  display: none;
}

@media screen and (max-width:768px) {
  .br_768 {
    display: inline;
  }
}

@media screen and (max-width:480px) {
  .br_480 {
    display: inline;
  }
}


/*コンテンツ幅制限
-------------------------------*/

.w_limit_1200 {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.w_limit_1000 {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.w_limit_800 {
  width: 100%;
  height: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.wrap {
  overflow: hidden;
  width: 100%;
  height: auto;
}

main {
  width: 100%;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

a[href*="tel:"] {
  pointer-events: none;
}

@media screen and (max-width:1200px) {
  .w_limit_1200, .w_limit_1000, .w_limit_800 {
    padding: 0 15px;
  }
}

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

@media screen and (max-width:480px) {
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  a[href*="tel:"] {
    pointer-events: initial;
    text-decoration: underline;
  }
}


/*--------------------------------------------
  [02] メインコンテンツ
---------------------------------------------*/

section {
  padding: 100px 0;
}

h2 {
  text-align: center;
}

header, #contact, footer {
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 16px, rgba(250, 238, 172, 1) 16px, rgba(250, 238, 172, 1) 20px);
}

#MainVisual {
  position: relative;
}

#MainVisual h1 {
  text-align: center;
}

#MainVisual h1 .disp-pc img {
  width: 1165px;
  height: auto;
}

.MV-logo {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.MV-logo img {
  width: 338px;
  height: 35px;
}

section#arimasenka {
  width: 100%;
  height: auto;
  background-color: #fcde42;
  background-image: url("../images/bg-tire.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 25px;
}

#arimasenka h2 {
  margin-bottom: 50px;
}

#arimasenka ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

#arimasenka ul li {
  width: 250px;
  margin: 0 auto;
}

#arimasenka ul li div:nth-of-type(1) {
  width: 250px;
  height: 250px;
  background-image: url("../images/icon-tire.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

#arimasenka ul li div:nth-of-type(1) span {
  width: 100%;
  height: auto;
  color: #f04f17;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  text-shadow: 4px 1px 1px #ffffff, -4px 1px 1px #ffffff, 1px -4px 1px #ffffff, 1px 4px 1px #ffffff, 4px 4px 1px #ffffff, -4px 4px 1px #ffffff, 4px -4px 1px #ffffff, -4px -4px 1px #ffffff, 2px 4px 1px #ffffff, -2px 4px 1px #ffffff, 2px -4px 1px #ffffff, -2px -4px 1px #ffffff, 4px 2px 1px #ffffff, -4px 2px 1px #ffffff, 4px -2px 1px #ffffff, -4px -2px 1px #ffffff, 6px 6px 6px #666666;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  margin: auto;
}

#arimasenka ul li div:nth-of-type(2) {
  color: #28aaef;
  background: #ffffff;
  padding: 10px;
  border: solid 3px #28aaef;
  border-radius: 5px;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  position: relative;
  top: -40px;
    margin: auto;
  margin-bottom: 25px;
    max-width: 350px;
}

#arimasenka ul li div:nth-of-type(2)::before, #arimasenka ul li div:nth-of-type(2)::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#arimasenka ul li div:nth-of-type(2)::before {
  border: solid 15px transparent;
  border-bottom: solid 15px #28aaef;
}

#arimasenka ul li div:nth-of-type(2)::after {
  border: solid 18px transparent;
  border-bottom: solid 18px #ffffff;
  margin-bottom: -7px;
}

#genkinni {
  padding-bottom: 0;
  border-bottom: solid 2px #ff5319;
  position: relative;
}

#genkinni::before, #genkinni::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#genkinni::before {
  border: solid 41px transparent;
  border-top: solid 41px #ff5319;
}

#genkinni::after {
  border: solid 45px transparent;
  border-top: solid 45px #ffffff;
  margin-top: -7px;
}

#genkinni h2 {
  margin-bottom: 50px;
  background: #ff5e29;
  color: #ffffff;
  padding: 10px;
}

#genkinni h2 span {
  color: #fcde42;
}

.mottainai-Box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mottainai-txt {
  width: 60%;
  padding: 45px 15px;
  border: solid 3px #ff5319;
  max-width: 640px;
  border-radius: 15px;
  margin-bottom: 30px;
  margin-right: 2%;
  text-align: center;
}

.mottainai-txt h3 {
  display: inline;
  font-size: 4.0rem;
  line-height: 1.4;
  background: linear-gradient(transparent 70%, #fcf774 30%);
  color: #ff5319;
  text-align: center;
}

.mottainai-txt p {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-top: 35px;
}

.mottainai-img {
  width: 38%;
  margin-bottom: -1px;
}

.mottainai-img img {
  max-width: 521px;
}

#contact {
  text-align: center;
}

.contact-comment {
  display: inline-block;
  color: #10b09e;
  text-shadow: 4px 1px 1px #ffffff, -4px 1px 1px #ffffff, 1px -4px 1px #ffffff, 1px 4px 1px #ffffff, 4px 4px 1px #ffffff, -4px 4px 1px #ffffff, 4px -4px 1px #ffffff, -4px -4px 1px #ffffff, 2px 4px 1px #ffffff, -2px 4px 1px #ffffff, 2px -4px 1px #ffffff, -2px -4px 1px #ffffff, 4px 2px 1px #ffffff, -4px 2px 1px #ffffff, 4px -2px 1px #ffffff, -4px -2px 1px #ffffff, 6px 6px 6px #666666;
  position: relative;
  font-size: 3.2rem;
  font-weight: 600;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
}

.contact-comment::before, .contact-comment::after {
  content: '';
  background-image: url("../images/contact-bar.svg");
  width: 46px;
  height: 72px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.contact-comment::before {
  left: -25px;
  right: auto;
}

.contact-comment::after {
  transform: scale(-1, 1);
  left: auto;
  right: -25px;
}

.tel-Btn {
  text-align: center;
  padding: 35px 0;
}

.tel-Btn img {
  max-width: 650px;
}

#step h2 {
  padding-top: 85px;
  color: #ff5319;
  position: relative;
}

#step h2::before {
  content: '';
  background-image: url("../images/icon-wheel.svg");
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
}

#step ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
}

#step ul li {
  padding: 75px 25px 25px;
  border: solid 1px #28aaef;
  width: 31%;
  margin-right: 4%;
  max-width: 345px;
  text-align: center;
  position: relative;
  margin-top: 50px;
  box-shadow: 15px 15px #e6e6e6;
}

#step ul li::after {
  content: '';
  width: 24px;
  height: 28px;
  background-image: url("../images/arrow.svg");
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18%;
}

#step ul li:nth-of-type(3) {
  margin-right: 0;
}

#step ul li:nth-of-type(3)::after {
  content: none;
}

#step ul li::before {
  content: '';
  font-size: 32px;
  line-height: 60px;
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  margin: auto;
  background: url("../images/icon-frag.svg");
  width: 60px;
  height: 70px;
  font-weight: 700;
  color: #008cd6;
}

#step ul li:nth-of-type(1)::before {
  content: '1';
}

#step ul li:nth-of-type(2)::before {
  content: '2';
}

#step ul li:nth-of-type(3)::before {
  content: '3';
}

#step ul li h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

#step ul li p {
  color: #ff5319;
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 10px;
}

#step ul li:nth-of-type(1) div:nth-of-type(1) img {
  width: 130px;
}

#step ul li:nth-of-type(2) div:nth-of-type(1) img {
  width: 95px;
}

#step ul li:nth-of-type(3) div:nth-of-type(1) img {
  width: 100px;
}


/*--------------------------------
  [03] メインコンテンツのメディアクエリ
----------------------------------*/

@media screen and (max-width:1200px) {
  header .w_limit_1200 {
    padding: 0;
  }
  #arimasenka ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #arimasenka ul li {
    width: 45%;
  }
  #arimasenka ul li:nth-of-type(1), #arimasenka ul li:nth-of-type(3) {
    margin-right: 5%;
  }
  #arimasenka ul li div:nth-of-type(1) {
    width: 100%;
    max-height: 200px;
  }
  #step ul li::after {
    content: none;
  }
}

@media screen and (max-width:1080px) {
  #step ul {
    display: block;
  }
  #step ul li, #step ul li:nth-of-type(3) {
    width: 95%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
  }
  #step ul li:nth-of-type(3) {
    margin-bottom: 0;
  }
}

@media screen and (max-width:900px) {
  section#arimasenka {
    background-size: 200% auto;
    background-position: top 0% left 0%;
  }
  .mottainai-Box {
    flex-direction: column;
    text-align: center;
  }
  .mottainai-txt {
    width: 100%;
    order: 2;
  }
  .mottainai-img {
    order: 1;
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width:768px) {
  h2 {
    line-height: 1.5;
  }
  .MV-logo {
    width: 40%;
    bottom: 0px;
  }
  #arimasenka ul li div:nth-of-type(2) {
    top: -20px;
  }
  .contact-comment {
    width: 100%;
  }
  .contact-comment::before {
    left: -15px;
  }
  .contact-comment::after {
    right: -15px;
  }
}

@media screen and (max-width:480px) {
  h2 {
    font-size: 2.4rem;
  }
  section {
    padding: 50px 0 50px;
  }
  #arimasenka h2 {
    margin-bottom: 1px;
  }
  .MV-logo {
    width: 50%;
  }
  #arimasenka ul li div br {
    display: none;
  }
  #arimasenka ul li:nth-of-type(3), #arimasenka ul li:nth-of-type(4) {
    margin-top: 0px;
  }
  #arimasenka ul li div:nth-of-type(1) span {
    font-size: 6.00vw;
    text-shadow: 2px 1px 1px #ffffff, -2px 1px 1px #ffffff, 1px -2px 1px #ffffff, 1px 2px 1px #ffffff, 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 2px 6px #666666;
  }
  #arimasenka ul li div:nth-of-type(2) {
    font-size: 5.00vw;
  }
  section#genkinni {
    padding-bottom: 50px;
  }
  #genkinni h2 {
    margin-bottom: 25px;
  }
  .mottainai-txt p br {
    display: none;
  }
  .contact-comment {
    font-size: 2.4rem;
    padding: 0;
  }
  .contact-comment::before, .contact-comment::after {
    width: calc(46px/1.2);
    height: calc(72px/1.2);
  }
  .tel-Btn {
    filter: drop-shadow(0px 8px 10px rgba(105,61,46,0.3));
}
  section#step {
    padding-top: 100px;
  }
}

@media screen and (max-width:345px) {
  .mottainai-txt h3 {
    font-size: 3.6rem;
  }
}


/*--------------------------------------------
  [04] フッター
---------------------------------------------*/

footer .w_limit_1200 {
  padding: 75px 15px 80px;
  text-align: center;
}

footer h2 {
  background: #28aaef;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 50px;
}

.footer-logo {
  text-align: center;
  margin-bottom: 35px;
}

.footer-logo img {
  width: 338px;
  height: 35px;
}

small {
  display: block;
  text-align: center;
}

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

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