@charset "UTF-8";

/* Scss Document */
/***
svg {
  display: inline-block;
  overflow: visible;
  font-size:64px;
}
.foreground {
  fill: #fff;
}
.background {
  stroke: #000;
  stroke-width: 10;
  stroke-linejoin: round;
}
**/
/*追加*/
.hack_step_midashi {
  color: #fff !important;
}

#junbi {
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0 0 75px 0;
}

.k-tra {
  width: 100%;
  display: block;
  background-image: url(../images/k-tra.jpg);
  background-position: 50%;
  height: 15vw;
  background-size: cover;
  margin: 35px 0;
}

.hack_p {
  text-align: center;
}

.hack_p span {
  color: rgb(231, 12, 15);
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

/*追加*/
#under_bar {
  background-color: #ec6c1f;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  z-index: 900;
}

.bg_w_bar {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  width: 97%;
  /*max-width: 920px;*/
  max-width: 1389px;
  margin: 0 auto;
}

.bg_w_bar2 {
  padding: 10px;
  background-color: #fff;
  border-radius: 15px;
  width: 97%;
  max-width: 920px;
  margin: 0 auto;
}

.bar_flex {
  display: flex;
  justify-content: space-between;
  width: 97%;
  max-width: 1280px;
  margin: 0 auto;
}

.bar_left {
  width: 50%;
}

#flex_between {
  display: flex;
  justify-content: space-between;
  width: 47%;
}



.bar_right01 {
  width: 53%;
  /* background-color: #73a82d;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;*/
  transition: 0.3s ease-in-out;
}

.bar_right02 {
  width: 45%;
  /* background-color: #73a82d;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;*/
  transition: 0.3s ease-in-out;
}

.bar_right01:hover {
  opacity: 0.7;
}

.bar_right02:hover {
  opacity: 0.7;
}

.bar_right01 a {
  display: table;
  height: 100%;
  width: 100%;
}

.bar_right01 span {
  display: table-cell;
  vertical-align: middle;
}

.bar_right01 img {
  width: 97%;
  height: auto;
}

.bar_right02 a {
  display: table;
  height: 100%;
  width: 100%;
}

.bar_right02 span {
  display: table-cell;
  vertical-align: middle;
}

.bar_right02 img {
  width: 97%;
  height: auto;
}

/*****/
#cy_header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

#h_right {
  width: 58%;
  max-width: 780px;
}

#h_p {
  color: #ec6c1f;
  border: 1px solid #ec6c1f;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
}

#h_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#h_tel_cont {
  width: 41%;

}

#h_Line_cont a :hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

#h_tel img {
  /* width: 100%;
  height: auto;*/
  width: 100%;
  height: auto;


}

#bis_time {
  /*background-color: #f5d892;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;*/
  background-color: #f5d892;
  padding: 3px;
  text-align: center;
  font-size: 16px;
  display: block;
  width: 100%;
  margin-top: 6px;

}

#h_sp_flex {
  display: flex;
  justify-content: space-between;
  width: 56%;
}

/*#h_mail_cont {
  width: 48%;
}*/
#h_Line_cont {
  width: 52%;
  transition: 0.3s ease-in-out;
}

#h_Line_cont img {
  display: block;
  width: 100%;
  height: auto;
}


#h_contact_cont {
  width: 45%;
}

#h_contact_cont a :hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

#h_contact_cont img {
  display: block;
  width: 100%;
  height: auto;
}

.flex_SP_footer {
  display: none;
}

#h_mail_cont a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 0;
  background-color: #73a82d;
  border-radius: 10px;
  border: 1px solid #73a82d;
  transition: 0.3s ease-in-out;
}

#h_mail_cont a:hover {
  opacity: 0.7;
}

#h_mail_cont img {
  width: 40px;
  height: auto;
}

#h_mail_cont p {
  padding-left: 10px;
}

#m_p {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}

#m_p span {
  font-size: 21px;
}

/********/
#cy_nav {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

#cy_nav ul {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  display: flex;
  border-left: 1px solid #d2d2d2;
}

#cy_nav li {
  width: 12.5%;
  text-align: center;
  border-right: 1px solid #d2d2d2;
  position: relative;
}

#cy_nav li img {
  width: wuto;
  height: 50px;
  position: relative;
  z-index: 100;
  top: 0;
  transition: 0.3s ease-in-out;
}

#cy_nav li:after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 40%;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  height: 20px;
  opacity: 0;
  z-index: 1;
  filter: blur(3px);
  transition: 0.3s ease-in-out;
}

#cy_nav li a {
  color: #000;
  text-decoration: none;
  padding: 20px 0;
  display: block;
  position: relative;
  z-index: 500;
}

#cy_nav li p {
  padding-top: 5px;
  font-weight: bold;
}

#cy_nav li:hover img {
  top: -10px;
}

#cy_nav li:hover:after {
  opacity: 1;
}

/*********/
.max_img1500 {
  text-align: center;
}

.max_img1500 img {
  width: 100%;
  max-width: 1500px;
  height: auto;
}

.center_text {
  text-align: center;
  font-size: 16px;
  line-height: 2em;
  font-weight: bold;
  text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}

#woman {
  position: absolute;
  right: 0;
  top: 280px;
  z-index: 100;
  width: 100%;
  text-align: right;
  padding-right: 60px;
}

#woman img {
  width: 30%;
  height: auto;
}

/*********/
.reason_midashi {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.15em;
}

.reason_midashi span {
  display: inline-block;
}

.reason_midashi img {
  width: 116px;
  height: auto;
  position: relative;
  top: -13px;
}

.reason_list {
  display: flex;
  justify-content: space-between;
}

.reason_list li {
  width: 25%;
  text-align: center;
}

.reason_list li:nth-child(2n) {
  margin-top: 100px;
}

.reason_list .r_midashi {
  color: #73a82d;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-top: 22px;
  letter-spacing: normal;
}

.reason_list .r_text {
  text-align: center;
  margin-top: 20px;
}

.reason_list img {
  width: 100%;
  height: auto;
  max-width: 340px;
}

.reason_list p {
  max-width: 340px;
  margin: 0 auto;
}

#top_bg {
  background: url(../images/top_bg.png) 50% 0/100% 100% no-repeat;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.sapporo_t {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: normal;
  padding-bottom: 10px;
}

#bg_t1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: normal;
}

#bg_tel {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

/********/
.menu_list {
  display: flex;
  justify-content: space-between;
}

.menu_list li {
  width: 32%;
  border-radius: 15px;
  padding: 60px 20px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.menu_list li:nth-child(1) {
  background-color: #7ecef4;
}

.menu_list li:nth-child(2) {
  background-color: #f8c516;
}

.menu_list li:nth-child(3) {
  background-color: #b3d465;
}

.menu_list li:nth-child(2) .menu_img {
  padding: 30px 0;
}

.menu_list li:nth-child(1) .menu_img {
  padding: 30px 0;
}

.menu_list .menu_img {
  text-align: center;
}

.menu_list p {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.menu_list .t_min {
  padding-top: 30px;
  min-height: 150px;
}

.more a {
  display: block;
  padding: 10px;
  background-color: #e60012;
  color: #fff;
  border: 1px solid #e60012;
  max-width: 280px;
  margin: 0 auto;
  text-decoration: none;
  text-align: center;
}

.more a:hover {
  color: #e60012;
  background-color: transparent;
}

/********/
.padding100 {
  padding: 100px 0;
}

.bg_g {
  background-color: #fefcfc;
}

.one_stop {
  text-align: center;
}

.one_stop span {
  display: inline-block;
  vertical-align: middle;
}

.one_stop span:nth-child(1) {
  padding-top: 12px;
}

.stop_cont {
  border: 7px solid #73a82d;
  padding: 100px 0;
  background: url(../images/top33.png) left 0/6px 6px repeat;
  border-radius: 10px;
}

.stop_flex {
  display: flex;
  justify-content: space-between;
}

.stop_left {
  width: 43%;
}

.max385 {
  text-align: center;
}

.max385 img {
  width: 100%;
  height: auto;
  max-width: 385px;
}

.w370_auto {
  max-width: 370px;
  margin: 0 auto;
}

.step {
  background-color: #ec6c1f;
  color: #fff;
  padding: 20px;
  text-align: center;
  position: relative;
  border-radius: 7px;
}

.step_p {
  font-size: 22px;
  text-align: left;
  color: #ec6c1f;
  position: absolute;
  top: -28px;
  left: 15px;
}

.step_midashi {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
}

.stop_right {
  width: 43%;
}

.stop_right .step {
  padding: 35px 20px;
}

.shape_minus {
  margin-top: -80px;
  text-align: center;
}

.stop_3_img {
  text-align: center;
}

.stop_3_img img {
  max-width: 700px;
  height: auto;
  width: 100%;
}

.w610_auto {
  max-width: 610px;
  margin: 0 auto;
  width: 100%;
}

.stop_3_t {
  font-size: 20px;
  font-weight: bold;
}

/****************/
.pef_img {
  text-align: center;
}

.pef_midashi {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.15em;
  color: #473428;
}

.pef_midashi span {
  color: #ec6c1f;
}

.center_text2 {
  text-align: center;
}

.per_list {
  display: flex;
  flex-wrap: wrap;
}

.per_list li {
  width: 23%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.26);
  margin: 40px 1%;
  position: relative;
  top: 0;
  transition: 0.3s ease-in-out;
}

.per_list li:hover {
  top: 3px;
  box-shadow: 0 0 0 #fff;
}

.per_list li:hover .padding10 {
  border-color: #f8b516;
}

.per_list .padding10 {
  border-width: 10px 10px 0;
  border-color: #fff;
  border-style: solid;
  transition: 0.3s ease-in-out;
}

.per_list a {
  color: #000;
  text-decoration: none;
}

.n_area {
  background-color: #73a82d;
  color: #fff;
  text-align: center;
  padding: 5px;
  width: 100%;
  max-width: 200px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  margin: -20px auto 0;
  position: relative;
  z-index: 100;
}

.n_time {
  color: #73a82d;
}

.n_title {
  min-height: 100px;
}

.price {
  background-color: #f8b516;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.p_left {
  font-size: 20px;
}

.p_right {
  font-size: 24px;
}

.p_right.p_style {
  color: #c10407;
}

.p_style {
  color: #f8b516;
  text-shadow: #fff 3px 0px, #fff -3px 0px, #fff 0px -3px, #fff 0px 3px, #fff 3px 3px, #fff -3px 3px, #fff 3px -3px,
    #fff -3px -3px, #fff 1px 3px, #fff -1px 3px, #fff 1px -3px, #fff -1px -3px, #fff 3px 1px, #fff -3px 1px,
    #fff 3px -1px, #fff -3px -1px;
}

/***********/
.af_bg_g {
  position: relative;
}

.af_bg_g:after {
  content: "";
  background-color: #fefcfc;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 10;
}

.news_cont {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.38);
  padding-bottom: 40px;
  background-color: #fff;
}

.n_more a {
  margin: 0 0 0 auto;
}

.news a {
  display: table;
  width: 100%;
  color: #000;
  text-decoration: none;
  padding: 20px 0;
  border-bottom: 1px solid #b5b5b5;
  position: relative;
}

.news a:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 2px solid #73a82d;
  width: 0;
  transition: 0.3s ease-in-out;
}

.news a:hover:after {
  width: 100%;
}

.news .n_cell1 {
  display: table-cell;
  width: 150px;
  color: #73a82d;
}

.news .n_cell2 {
  display: table-cell;
}

/*********/
#area_bg {
  background: url(../images/top43.jpg) 50% 0 / cover no-repeat;
}

.area_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.a_left {
  width: 45%;
}

.area_s {
  border: 3px dashed #5c5c5c;
  border-radius: 20px;
  padding: 80px 60px;
  width: calc(100% + 250px);
}

.area_s p {
  color: #ec6c1f;
  font-weight: bold;
  font-size: 22px;
}

.area_s span {
  display: inline-block;
  vertical-align: middle;
}

.area_s span:after {
  content: "/";
  display: inline-block;
  padding: 0 15px;
}

.a_other {
  padding: 20px 60px;
}

#hokkaido {
  width: 55%;
}

#hokkaido img {
  width: 100%;
  height: auto;
}

/*************/
#top_bg2 {
  background: url(../images/top45.jpg) 50% 0 / cover no-repeat;
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.recicle {
  font-size: 24px;
  letter-spacing: 0.15em;
}

.more.re_more a {
  background-color: #fff;
  color: #000;
  border-color: #fff;
}

.more.re_more a:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

/**************/
#cy_footer {
  text-align: center;
  position: relative;
  z-index: 999;
}

#f_bg {
  background: url(../images/top48.jpg) 50% 0 / cover no-repeat;
  padding: 200px 0;
  height: 669px;
  color: #fff;
}

.f_tel {
  margin-top: 40px;
}

.f_time {
  margin-top: 10px;
  font-size: 20px;
  font-weight: bold;
}

.f_address {
  font-size: 22px;
  margin-top: 20px;
  font-weight: bold;
}

#copy {
  text-align: center;
  padding: 20px;
  background-color: #fff;
}

/*********************************************

	不用品・粗大ゴミ回収

*********************************************/
#title_in {
  text-align: center;
  padding: 120px 0 220px;
  font-weight: bold;
  font-size: 34px;
  line-height: normal;
}

#title_in:after {
  content: "";
  background: url(../images/huyo1.png) 50% 0/100% 100% no-repeat;
  width: 27px;
  height: 9px;
  display: block;
  margin: 15px auto 0;
}

/**********/
.col_flex {
  display: flex;
}

.col_left {
  width: 50%;
  background-color: #fefcfc;
  padding: 100px 0;
  position: relative;
  z-index: 100;
}

.col_midashi {
  font-weight: bold;
  font-size: 28px;
}

.markar {
  background: linear-gradient(transparent 80%, #fed500 80%);
}

.col_right {
  width: 50%;
  margin-top: 80px;
}

#col_bg {
  background: url(../images/huyo2.jpg) 50% 50% / cover no-repeat;
  width: calc(100% + 20%);
  height: calc(100% + 80px);
  float: right;
  z-index: 10;
}

/*********/
.mt-220 {
  margin-top: 220px;
}

.center_bb_midashi {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
}

.center_bb_midashi:after {
  content: "";
  border-bottom: 2px solid #f8b516;
  width: 30px;
  margin: 15px auto 0;
  display: block;
}

/*********/
.bg_shape {
  background: url(../images/huyo3.png) left 0/12px 12px repeat;
  padding: 120px 0;
}

.case {
  text-align: center;
}

.case .case_icon {
  display: inline-block;
  position: relative;
  top: -30px;
  margin-right: 40px;
}

.case h2 {
  color: #ec6c1f;
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
}

.col_flex2 {
  display: flex;
  justify-content: space-between;
}

.col_left48 {
  width: 48%;
}

.col_right48 {
  width: 48%;
}

/*********/
.col_flex3 {
  display: flex;
  justify-content: space-between;
}

.col_left40 {
  width: 40%;
}

.col_right55 {
  width: 56%;
}

/************/
.trouble_list li {
  display: table;
  width: 100%;
  padding: 60px 100px 60px 0;
  border-bottom: 1px dashed #c2ca2e;
}

.trouble_list .tr_cell1 {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
}

.trouble_list .tr_cell2 {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
}

/****/
.mt200 {
  margin-top: 200px;
}

/*********************************************

	生前整理・遺品整理

*********************************************/
.bg_gray {
  background-color: #fefcfc;
  padding: 100px 0;
}

.re_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.re_list li {
  width: 48%;
  border: 2px dashed #c2ca2e;
  padding: 80px 20px;
  border-radius: 20px;
  margin: 30px 0;
}

.max_w {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.re_img {
  text-align: center;
}

.re_img img {
  height: 171px;
  width: auto;
}

.re_midashi {
  color: #ec6c1f;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding: 20px 0;
}

.step_midashi {
  position: relative;
  color: #ec6c1f;
}

.step_mini {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}

.step_mini:after {
  content: "";
  transform: rotate(35deg);
  border-left: 2px solid #ec6c1f;
  width: 40px;
  height: 40px;
  position: absolute;
  right: -45px;
  top: 15px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-weight: 100;
}

.step_p2 {
  padding: 15px 0 0 85px;
  font-size: 20px;
}

/******/
.re_list2 {
  display: flex;
  justify-content: space-between;
}

.re_left {
  width: 30%;
}

.re_right {
  width: 65%;
}

/*********************************************

	不用品の買取

*********************************************/
.pu_list {
  display: flex;
  flex-wrap: wrap;
}

.pu_list li {
  padding: 40px;
  width: 33.33%;
}

.pu_list .pu_midashi {
  color: #73a82d;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding-top: 10px;
  min-height: 70px;
}

/*********************************************

	ご利用の流れ

*********************************************/
#title_in.flow_mb {
  padding-bottom: 80px;
}

.flow_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.flow_left {
  width: 38%;
  background-color: #ec6c1f;
  text-align: center;
  padding: 10px;
}

.flow_left .border_w {
  border: 1px solid #fff;
  padding: 80px 20px;
  color: #fff;
}

.af_shape {
  position: relative;
}

.af_shape:after {
  content: "";
  background: url(../images/flow1.jpg) 50% 0/100% 100% no-repeat;
  width: 50px;
  height: 80px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
}

.f_step {
  font-size: 28px;
  line-height: normal;
}

.f_step span {
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}

.f_midashi {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}

.flow_right {
  width: 55%;
}

.flow_right p {
  width: 100%;
  max-width: 680px;
}

/*********************************************

	料金

*********************************************/
.cost_num {
  color: #73a82d;
  font-size: 26px;
  padding-left: 40px;
  letter-spacing: normal;
}

.cost_bg_midashi {
  background-color: #73a82d;
  color: #fff;
  padding: 20px 15px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin-top: -13px;
}

.cost {
  color: #f15539;
  font-size: 20px;
  text-align: center;
}

.cost span {
  font-size: 28px;
}

.cost_bt {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px dashed #aaa;
}

.midashi20 {
  font-size: 20px;
}

.cost_flex {
  display: flex;
  justify-content: space-between;
}

.cost_left {
  width: 50%;
  position: relative;
  padding-bottom: 60px;
}

.cost_right {
  width: 50%;
  position: relative;
  padding-bottom: 60px;
}

.cost_list li {
  padding: 20px 0;
  position: relative;
  text-align: center;
}

.cost_list li:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px dashed #aaa;
}

.cost_list li.w200:after {
  width: 200%;
}

.cost_posi {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.sagaku {
  background-color: #ec6c1f;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 24px;
}

/******/
.cost_table {
  width: 100%;
}

.cost_table th {
  width: 50%;
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px dashed #aaa;
}

.cost_table td {
  width: 50%;
  padding: 20px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #f15539;
  border-bottom: 1px dashed #aaa;
}

.cost_table td span {
  font-size: 22px;
}

.cost_border {
  border: 2px dashed #c2ca2e;
  border-radius: 10px;
  padding: 40px 20px;
}

.cost_border p {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  color: #f43f00;
}

/*********************************************

	よくあるご質問

*********************************************/
.faq_num {
  background: url(../images/faq1.jpg) 50% 0/100% 100% no-repeat;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #fff;
  padding-left: 5px;
}

.faq_pl {
  padding-left: 120px;
  padding-top: 40px;
}

.faq_q {
  color: #73a82d;
  font-weight: bold;
  font-size: 18px;
  border-bottom: 2px dashed #c2ca2e;
  padding-bottom: 10px;
}

.faq_a {
  padding-top: 10px;
}

.color_g {
  color: #73a82d;
}

.color_r {
  color: #c10407;
}

/*********************************************

	会社概要

*********************************************/
.company li {
  display: table;
  width: 100%;
  padding: 40px 0;
}

.company .c_cell1 {
  display: table-cell;
  width: 120px;
  border-right: 2px solid #ec6c1f;
  vertical-align: top;
}

.company .c_cell2 {
  display: table-cell;
  vertical-align: top;
  padding-left: 40px;
}

#map {
  width: 100%;
  height: 500px;
}

.access_map iframe {
  width: 100%;
  height: 500px;
}

.map_a {
  position: relative;
  z-index: 100;
}

.map_a a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin: -30px auto 0;
  padding: 15px;
  text-align: center;
  color: #fff;
  background-color: #ec6c1f;
  font-size: 16px;
  border: 1px solid #ec6c1f;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.map_a a:hover {
  background-color: #fff;
  color: #ec6c1f;
}

/*********************************************

	お知らせ

*********************************************/
.n_time_in {
  color: #73a82d;
}

.n_title_in {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid #aaa;
  padding-bottom: 15px;
}

/****/
.per_img_in {
  text-align: center;
}

.per_img_in img {
  width: 100%;
  height: auto;
  max-width: 740px;
}

.m5 {
  margin: 40px auto 0;
}



/* PC用
------------------------------------------------------------*/
@media only screen and (max-width: 1400px) {
  #logo img {
    width: 300px;
    height: auto;
  }

  #h_right {
    width: 70%;
    max-width: 800px;
    padding-left: 20px;
  }

  #h_p {
    padding: 5px;
    font-size: 14px;
  }

  #h_flex {
    margin-top: 10px;
  }

  #h_tel_cont {
    /*width: 50%;*/
    width: 41%;
  }

  #bis_time {
    /*padding: 5px;
    font-size: 14px;
    margin-top: 10px;*/

  }

  #h_mail_cont a {
    padding: 17px 0;
  }

  #h_mail_cont img {
    width: 30px;
  }

  #h_mail_cont p {
    padding-left: 10px;
    font-size: 12px;
  }

  #m_p span {
    font-size: 18px;
  }

  /*********/
  .r_br {
    display: none;
  }

  .reason_list .r_midashi {
    font-size: 18px;
  }

  /****************/
  .per_list li {
    width: 31%;
  }

  /*追加*/
  .k-tra {
    height: 20vw;
  }

  .bg_w_bar {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    width: 89%;
    /* max-width: 920px; */
    max-width: 1012px;
    margin: 0 auto;
  }

  .bg_w_bar2 {
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    width: 89%;
    max-width: 520px;
  }
}

@media only screen and (max-width: 1260px) {

  /********/
  #cy_nav li img {
    height: 40px;
  }

  #cy_nav li a {
    padding: 20px 0;
  }

  #cy_nav li p {
    font-size: 12px;
  }

  /*********/
  .r_br {
    display: none;
  }

  .reason_midashi {
    font-size: 22px;
  }

  .reason_midashi img {
    width: 80px;
    top: -10px;
  }

  .reason_list {
    flex-wrap: wrap;
  }

  .reason_list li {
    width: 48%;
    text-align: center;
    margin: 20px 0;
  }

  .reason_list li:nth-child(2n) {
    margin: 20px 0;
  }

  .reason_list .r_midashi {
    font-size: 18px;
  }

  #top_bg {
    padding: 20px;
  }

  .sapporo_t {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: normal;
    padding-bottom: 10px;
  }

  /********/
  .menu_list li:nth-child(1) .menu_img {
    padding: 20px 0;
  }

  .menu_list li:nth-child(1) .menu_img img {
    height: 30px;
  }

  .menu_list li:nth-child(2) .menu_img {
    padding: 20px 0;
  }

  .menu_list li:nth-child(2) .menu_img img {
    height: 30px;
  }

  .menu_list .menu_img img {
    height: 70px;
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  #cy_header {
    padding: 20px 0;
    display: block;
  }

  #logo {
    text-align: center;
  }

  #logo img {
    width: 220px;
    height: auto;
  }

  #h_right {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  /*********/
  #cy_nav {
    display: none;
  }

  /*********/
  .max_img1500 img {
    max-width: 70%;
  }

  .center_text {
    font-size: 14px;
    line-height: 2em;
  }

  #woman {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding-right: 0;
  }

  #woman img {
    width: 40%;
    height: auto;
  }

  /********/
  .padding100 {
    padding: 40px 0;
  }

  .one_stop {
    text-align: center;
  }

  .one_stop span {
    display: inline-block;
    vertical-align: middle;
  }

  .one_stop span:nth-child(1) {
    padding-top: 12px;
  }

  .one_stop img {
    height: 50px;
    width: auto;
  }

  .stop_cont {
    border: 4px solid #73a82d;
    padding: 40px 0;
  }

  /****************/
  .pef_img img {
    width: 50px;
    height: auto;
  }

  .pef_midashi {
    font-size: 22px;
  }

  .center_text2 {
    text-align: center;
  }

  .per_list {
    justify-content: flex-start;
  }

  .per_list li {
    width: 31.33%;
    margin: 20px 1%;
  }

  .per_list .padding10 {
    border-width: 5px 5px 0;
  }

  .n_area {
    padding: 5px;
    max-width: 200px;
    font-size: 14px;
    margin: -20px auto 0;
  }

  .n_title {
    min-height: 100px;
  }

  .price {
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p_left {
    font-size: 16px;
  }

  .p_right {
    font-size: 16px;
  }

  /*********/
  .area_s {
    padding: 20px 20px;
    width: calc(100% + 100px);
  }

  .area_s p {
    font-size: 16px;
  }

  .a_other {
    padding: 20px;
  }

  /**************/
  #f_bg {
    padding: 60px 0 100px;
    height: auto;
    background-position: 50% bottom;
  }

  #f_logo1 img {
    width: 240px;
    height: auto;
  }

  .f_tel {
    margin-top: 20px;
  }

  .f_tel img {
    width: 100%;
    height: auto;
    max-width: 340px;
  }

  .f_time {
    margin-top: 10px;
    font-size: 14px;
  }

  .f_address {
    font-size: 14px;
    margin-top: 20px;
  }

  #copy {
    text-align: center;
    padding: 20px;
  }

  /**************/
  #under_bar {
    padding: 10px 0;
  }

  .bg_w_bar {
    padding: 10px;
    border-radius: 15px;
  }

  /*********************************************

	不用品・粗大ゴミ回収

*********************************************/
  #title_in {
    padding: 60px 0 40px;
    font-size: 26px;
  }

  /**********/
  .col_flex {
    display: flex;
  }

  .col_left {
    padding: 60px 0;
  }

  .col_midashi {
    font-size: 20px;
  }

  .col_right {
    margin-top: 60px;
  }

  #col_bg {
    height: calc(100% + 80px);
  }

  /*********/
  .mt-220 {
    margin-top: 220px;
  }

  .center_bb_midashi {
    font-size: 24px;
  }

  /*********/
  .col_flex2 {
    display: flex;
    justify-content: space-between;
  }

  .col_left48 {
    width: 48%;
  }

  .col_right48 {
    width: 48%;
  }

  /************/
  .trouble_list .tr_cell2 {
    font-size: 16px;
  }

  /*********************************************

	不用品の買取

*********************************************/
  .pu_list {
    display: flex;
    flex-wrap: wrap;
  }

  .pu_list li {
    padding: 40px 20px;
    width: 50%;
  }

  .pu_list .pu_midashi {
    font-size: 18px;
    padding-top: 10px;
    min-height: 50px;
  }

  /*********************************************

	ご利用の流れ

*********************************************/
  #title_in.flow_mb {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 740px) {
  #under_bar {
    padding: 10px 50px 10px 0;
  }

  .bg_w_bar {
    padding: 10px 10px 10px 10px;
  }

  .bar_right {
    padding-top: 2px;
  }

  /******/
  #cy_header {
    padding: 20px 0;
    display: block;
  }

  #logo {
    text-align: left;
  }

  #logo img {
    width: 140px;
    height: auto;
  }

  #h_right {
    margin-top: 10px;
  }

  #h_p {
    padding: 5px;
    font-size: 12px;
  }

  #h_flex {
    margin-top: 10px;
    display: block;
  }

  #h_tel_cont {
    width: 100%;
    text-align: center;
  }

  #h_tel_cont img {
    width: 240px;
    height: auto;
  }

  #bis_time {
    padding: 5px;
    font-size: 12px;
    margin-top: 10px;
    /*border-radius: 10px;*/
  }

  #h_mail_cont {
    width: 100%;
    margin-top: 5px;
  }

  #h_mail_cont img {
    width: 25px;
  }

  #h_mail_cont a {
    padding: 5px 0;
  }

  #h_mail_cont p {
    padding-left: 5px;
  }

  /*********/
  .max_img1500 img {
    max-width: 100%;
  }

  .center_text {
    font-size: 12px;
    line-height: 1.8em;
    margin-top: 20px;
  }

  #woman {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 100;
    width: 100%;
    padding-right: 0;
  }

  #woman img {
    width: 40%;
    height: auto;
  }

  /*********/
  .reason_midashi {
    font-size: 14px;
    letter-spacing: 0.1em;
  }

  .reason_midashi img {
    width: 30px;
    top: -3px;
  }

  .reason_list li {
    width: 48%;
    text-align: center;
    margin: 10px 0;
  }

  .reason_list li:nth-child(2n) {
    margin: 10px 0;
  }

  .reason_list .r_midashi {
    font-size: 14px;
    margin-top: 20px;
    letter-spacing: normal;
  }

  .reason_list .r_text {
    text-align: left;
  }

  #top_bg {
    background: none;
    background-color: #73a82d;
  }

  .sapporo_t {
    font-size: 16px;
    padding-bottom: 10px;
  }

  #bg_t1 {
    display: block;
    font-size: 14px;
  }

  #bg_tel {
    display: block;
    padding-left: 0;
    margin-top: 10px;
  }

  #bg_tel img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  /********/
  .menu_list {
    display: block;
  }

  .menu_list li {
    width: 100%;
    border-radius: 15px;
    padding: 20px 20px;
    margin: 10px 0;
  }

  .menu_list li:nth-child(1) .menu_img {
    padding: 10px 0;
  }

  .menu_list li:nth-child(1) .menu_img img {
    height: 30px;
  }

  .menu_list li:nth-child(2) .menu_img {
    padding: 10px 0;
  }

  .menu_list li:nth-child(2) .menu_img img {
    height: 30px;
  }

  .menu_list .menu_img img {
    height: 60px;
    width: auto;
  }

  .menu_list .t_min {
    padding: 20px 0;
    min-height: 0;
  }

  .more a {
    display: block;
    padding: 10px;
    background-color: #e60012;
    color: #fff;
    border: 1px solid #e60012;
    max-width: 280px;
    margin: 0 auto;
    text-decoration: none;
    text-align: center;
  }

  /********/
  .one_stop {
    text-align: center;
  }

  .one_stop span {
    display: inline-block;
    vertical-align: middle;
  }

  .one_stop span:nth-child(1) {
    padding-top: 12px;
  }

  .one_stop img {
    height: 30px;
    width: auto;
  }

  .stop_cont {
    border: 4px solid #73a82d;
    padding: 40px 0;
    background: url(../images/top33.png) left 0/6px 6px repeat;
    border-radius: 10px;
  }

  .stop_flex {
    display: block;
    max-width: 400px;
    margin: 0 auto;
  }

  .stop_left {
    width: 100%;
  }

  .step {
    padding: 10px;
  }

  .step_p {
    font-size: 16px;
    top: -20px;
  }

  .step_midashi {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5em;
  }

  .stop_right {
    width: 100%;
  }

  .stop_right .step {
    padding: 10px;
  }

  .shape_minus {
    margin-top: 20px;
  }

  .shape_minus img {
    width: 50px;
    height: auto;
  }

  .stop_3_img img {
    max-width: 400px;
  }

  .w610_auto {
    max-width: 610px;
    margin: 0 auto;
    width: 94%;
  }

  .stop_3_t {
    font-size: 16px;
  }

  .stop_3_t2 img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  /****************/
  .pef_img img {
    width: 50px;
    height: auto;
  }

  .pef_midashi {
    font-size: 18px;
  }

  .per_list li {
    width: 48%;
    margin: 20px 1%;
  }

  .per_list .padding10 {
    border-width: 5px 5px 0;
  }

  .n_area {
    padding: 5px;
    max-width: 200px;
    font-size: 12px;
    margin: 10px auto 0;
  }

  .n_title {
    min-height: 80px;
  }

  .price {
    padding: 5px 10px;
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .p_left {
    font-size: 12px;
  }

  .p_right {
    font-size: 14px;
  }

  /***********/
  .news_cont {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.38);
    padding-bottom: 40px;
    background-color: #fff;
  }

  .news {
    padding-top: 10px;
  }

  .news a {
    padding: 10px 0;
  }

  .news .n_cell1 {
    display: table-cell;
    width: 100px;
    font-size: 10px;
  }

  /***********/
  .area_flex {
    display: block;
    text-align: center;
  }

  .a_left {
    width: 100%;
  }

  .area_s {
    padding: 10px;
    width: calc(100%);
  }

  .area_s p {
    font-size: 14px;
  }

  .area_s span:after {
    content: "/";
    padding: 0 5px;
  }

  .a_other {
    padding: 20px 60px;
  }

  #hokkaido {
    width: 100%;
    margin-top: 20px;
  }

  #hokkaido img {
    width: 100%;
    height: auto;
  }

  /*************/
  #top_bg2 {
    padding: 40px 0;
  }

  .recicle {
    font-size: 18px;
  }

  .more.re_more a {
    background-color: #fff;
    color: #000;
    border-color: #fff;
  }

  /**************/
  #f_bg {
    padding: 40px 0 80px;
  }

  #f_logo1 img {
    width: 200px;
    height: auto;
  }

  .f_tel img {
    max-width: 260px;
  }

  #copy {
    padding: 10px;
  }

  /*********************************************

	不用品・粗大ゴミ回収

*********************************************/
  #title_in {
    padding: 40px 0 40px;
    font-size: 18px;
  }

  #title_in:after {
    width: 20px;
    height: 4px;
    margin: 10px auto 0;
  }

  /**********/
  .col_flex {
    display: block;
  }

  .col_left {
    width: 100%;
    padding: 10px;
  }

  .col_midashi {
    font-size: 16px;
  }

  .col_right {
    width: 100%;
    margin-top: 20px;
  }

  #col_bg {
    width: calc(100%);
    height: 300px;
    float: none;
  }

  /*********/
  .mt-220 {
    margin-top: 60px;
  }

  .center_bb_midashi {
    font-size: 16px;
  }

  .center_bb_midashi:after {
    border-bottom: 2px solid #f8b516;
    width: 20px;
    margin: 10px auto 0;
  }

  .minita-l {
    text-align: left;
  }

  /*********/
  .bg_shape {
    background: url(../images/huyo3.png) left 0/7px 7px repeat;
    padding: 60px 0;
  }

  .case {
    text-align: center;
  }

  .case .case_icon {
    display: block;
    top: 0;
    margin-right: 0;
  }

  .case .case_icon img {
    width: 70px;
    height: auto;
  }

  .case h2 {
    display: block;
    font-size: 16px;
    padding-top: 15px;
  }

  .col_flex2 {
    display: block;
  }

  .col_left48 {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }

  .col_right48 {
    width: 100%;
    max-width: 360px;
    margin: 20px auto 0;
  }

  /*********/
  .col_flex3 {
    display: block;
  }

  .col_left40 {
    width: 100%;
    margin-top: 20px;
  }

  .col_right55 {
    width: 100%;
  }

  /************/
  .trouble_list li {
    display: block;
    padding: 40px 0;
  }

  .trouble_list .tr_cell1 {
    display: block;
    width: 100%;
    text-align: center;
  }

  .trouble_list .tr_cell1 img {
    width: 80px;
    height: auto;
  }

  .trouble_list .tr_cell2 {
    display: block;
    font-size: 14px;
    margin-top: 20px;
  }

  /****/
  .mt200 {
    margin-top: 80px;
  }

  /*********************************************

	生前整理・遺品整理

*********************************************/
  .bg_gray {
    padding: 40px 0;
  }

  .re_list {
    display: block;
  }

  .re_list li {
    width: 100%;
    border: 2px dashed #c2ca2e;
    padding: 20px 20px;
    margin: 20px 0;
  }

  .re_img img {
    height: 60px;
  }

  .re_midashi {
    font-size: 14px;
    padding: 15px 0;
  }

  /***/
  .step_midashi {
    position: relative;
    color: #ec6c1f;
  }

  .step_mini {
    font-size: 14px;
  }

  .step_mini:after {
    width: 40px;
    height: 35px;
    right: -40px;
    top: 15px;
  }

  .step_p2 {
    padding: 15px 0 0 70px;
    font-size: 14px;
  }

  /******/
  .re_list2 {
    display: block;
  }

  .re_left {
    width: 100%;
  }

  .re_right {
    width: 100%;
    margin-top: 20px;
  }

  /*********************************************

	不用品の買取

*********************************************/
  .pu_list {
    display: block;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  .pu_list li {
    padding: 20px 0;
    width: 100%;
  }

  .pu_list .pu_midashi {
    font-size: 16px;
    padding-top: 10px;
    min-height: 0;
    padding-bottom: 10px;
  }

  /*********************************************

	ご利用の流れ

*********************************************/
  #title_in.flow_mb {
    padding-bottom: 40px;
  }

  .flow_box {
    display: block;
    margin-top: 20px;
  }

  .flow_left {
    width: 100%;
    padding: 5px;
  }

  .flow_left .border_w {
    padding: 20px;
  }

  .af_shape:after {
    display: none;
  }

  .f_step {
    font-size: 24px;
  }

  .f_step span {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .f_midashi {
    margin-top: 20px;
    font-size: 14px;
  }

  .flow_right {
    width: 100%;
    margin-top: 20px;
    position: relative;
  }

  .flow_right p {
    width: 100%;
    max-width: 100%;
  }

  .flow_right:after {
    content: "";
    background: url(../images/flow1.jpg) 50% 0/100% 100% no-repeat;
    width: 30px;
    height: 50px;
    display: block;
    margin: 20px auto 0;
  }

  .flow_right:last-child:after {
    display: none;
  }

  /*********************************************

	料金

*********************************************/
  .cost_num {
    font-size: 20px;
    padding-left: 0;
    text-align: center;
  }

  .cost_bg_midashi {
    padding: 10px;
    font-size: 14px;
    margin-top: -10px;
  }

  .cost {
    font-size: 12px;
  }

  .cost span {
    font-size: 24px;
  }

  .cost_flex {
    display: block;
  }

  .cost_left {
    width: 100%;
    padding-bottom: 40px;
  }

  .cost_right {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
  }

  .cost_list li {
    padding: 20px 0;
    position: relative;
    text-align: center;
  }

  .cost_list li.w200:after {
    width: 100%;
  }

  .cost_posi {
    position: static;
  }

  .sagaku {
    padding: 10px;
    font-size: 16px;
  }

  /******/
  .cost_table {
    width: 100%;
  }

  .cost_table th {
    font-size: 14px;
  }

  .cost_table td {
    font-size: 14px;
  }

  .cost_table td span {
    font-size: 18px;
  }

  .cost_border {
    padding: 10px;
  }

  .cost_border p {
    font-size: 14px;
  }

  .midashi20 {
    font-size: 14px;
  }

  /*********************************************

	よくあるご質問

*********************************************/
  .faq_num {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .faq_pl {
    padding-left: 70px;
    padding-top: 20px;
  }

  .faq_q {
    font-size: 14px;
    padding-bottom: 10px;
  }

  /*********************************************

	会社概要

*********************************************/
  .company li {
    padding: 20px 0;
  }

  .company .c_cell1 {
    width: 80px;
    border-right: 1px solid #ec6c1f;
  }

  .company .c_cell2 {
    padding-left: 20px;
  }

  #map {
    height: 300px;
  }

  .access_map iframe {
    height: 300px;
  }

  .map_a a {
    margin: -20px auto 0;
    padding: 10px;
    font-size: 14px;
  }

  #h_tel_cont img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #h_p {
    padding: 5px;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }

  #h_sp_flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }

  #h_tel_cont img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #bis_time {
    background-color: #f5d892;
    padding: 3px;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 90%;

    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 10px;
  }
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width: 480px) {
  .one_stop span:nth-child(1) {
    padding-top: 12px;
  }

  .one_stop img {
    height: 25px;
    width: auto;
  }

  #h_tel_cont img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  #h_p {
    padding: 5px;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
  }

  #h_sp_flex {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }

  #h_tel_cont img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #bis_time {
    background-color: #f5d892;
    padding: 3px;
    text-align: center;
    font-size: 16px;
    display: block;
    width: 90%;

    margin: 0 auto;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .bg_w_bar {
    display: none;
  }

  .bg_w_bar2 {
    display: none;
  }

  #topcontrol {
    display: none;
  }

  #under_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 0;
    z-index: 900;
  }

  .flex_SP_footer {
    display: flex;
    justify-content: space-between;
  }

  .flex_SP_footer img {
    width: 100%;
    height: auto;
  }

  .sp_tell {
    width: 54%;
  }

  .sp_line {
    width: 25%;
  }

  .sp_contact {
    width: 25%;
  }
}