@charset "UTF-8";

/* CSS Document */
/*------------------------------
全体
------------------------------*/
html {
    scroll-behavior: smooth;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
    margin: 0;
}

ul {
  list-style: none;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  background: #f3ecec;
  font-family: "Roboto", sans-serif;
}

header {
  background-color: #FFF;
}

h2,
h3,
#jump-menu,
.more-single,
.more-set,
#about {
  /*font-family: "Meiryo", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";*/
  font-feature-settings: "palt";
}

.container {
  width: 963px;
  margin: 0 auto;
}

#main-contents {
  width: 1200px;
  margin: 0 auto;
  display: block;
  background: #fff;
}

#main-contents a img:hover {
  opacity: 0.8;
  transition: 0.3s linear;
  transform: translate3d(0, 3px, 0);
}

/*------------------------------
共通テキスト
------------------------------*/
/* 中央揃えのテキスト */
.point-txt {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  margin: 40px 0;
}

.highlight-red {
  color: #B91117;
}

/* 中央揃えのタイトル */
.point-title {
  font-size: 22px;
  text-align: center;
  color: #B91117;
  font-weight: bold;
}

.line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #B91117;
  margin: 10px auto 0;
}

/*------------------------------
リボン
------------------------------*/
.ribbon {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 54px;
  text-align: center;
  padding: 10px 0 14px;
  font-size: 23px;
  color: #FFF;
  box-sizing: border-box;
  margin: 0;
}

.ribbon:before,
.ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: -0.2%;
  border-width: 27px 0 27px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: -0.2%;
  border-width: 27px 20px 27px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ri-red {
  background: #B91117;
}

.ri-blue {
  background: #0855a5;
}

.ri-top {
  margin-top: 60px;
}

.ri-bottom {
  margin-bottom: 40px;
}

/*------------------------------
タブ関係
------------------------------*/
/*tab-a_タブ切り替え全体のスタイル*/
.tabs-a,
.tabs-b,
.tabs-c {
  background-color: #fff;
  width: 100%;
  margin: 4% 0 0;
  overflow: hidden;
}

/*tab-a_タブのスタイル*/
.tab_item-a,
.tab_item-b,
.tab_item-c {
  width: 49%;
  margin: 0;
  display: inline-block;
  padding: 10px 0 6px;
  color: #777777;
  background: #e8dede;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  border-bottom: none;
  letter-spacing: 0.1em;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}

/* PC用のホバー
.tab_item-a:hover,.tab_item-b:hover,.tab_item-c:hover {opacity: 0.75;}
*/
/*tab-a_ラジオボタンを全て消す*/
input[name=tab_item-a],
input[name=tab_item-b],
input[name=tab_item-c] {
  display: none;
}

/*tab-a_タブ切り替えの中身のスタイル*/
.tab_content-a,
.tab_content-b,
.tab_content-c,
.tab_content-d {
  display: none;
  clear: both;
  overflow: hidden;
  width: 100%;
  height: auto;
  border-top: 8px solid #40210f;
}

/*tab-a_選択されているタブのコンテンツのみを表示*/
#tab-a-1:checked~#tab-a-1_content,
#tab-a-2:checked~#tab-a-2_content,
#design:checked~#design_content {
  display: block;
  padding: 3% 0 0;
}

#tab-b-1:checked~#tab-b-1_content,
#tab-b-2:checked~#tab-b-2_content,
#design:checked~#design_content,
#tab-c-1:checked~#tab-c-1_content,
#tab-c-2:checked~#tab-c-2_content,
#design:checked~#design_content {
  display: block;
  padding: 3% 0;
}

/*tab-a_選択されているタブのスタイルを変える*/
.tabs-a input:checked+.tab_item-a,
.tabs-b input:checked+.tab_item-b,
.tabs-c input:checked+.tab_item-c {
  background-color: #40210f;
  color: #fff;
  font-weight: bold;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体";
}

/*共通：単品用のボタン*/
.more-single {
  border-top: 3px solid #0855a5;
  border-right: 3px solid #0855a5;
  border-left: 3px solid #0855a5;
  border-bottom: 8px solid #0855a5;
  color: #0855a5;
  font-size: 18px;
  text-align: center;
  margin: 3% auto 0;
  width: 55%;
  font-weight: bold;
}

.more-single a {
  display: block;
  padding: 15px 0 11px;
}

.more-single a:hover {
  background: #0855a5;
  color: #fff;
  transition-property: all;
  transition: 0.3s linear;
}

/*共通：セット品用のボタン*/
.more-set {
  border-top: 3px solid #c72720;
  border-right: 3px solid #c72720;
  border-left: 3px solid #c72720;
  border-bottom: 8px solid #c72720;
  color: #c72720;
  font-size: 18px;
  text-align: center;
  margin: 3% auto 0;
  width: 55%;
  font-weight: bold;
}

.more-set a {
  padding: 15px 0 11px;
  display: block;
}

.more-set a:hover {
  background: #c72720;
  color: #fff;
  transition-property: all;
  transition: 0.3s linear;
}

.genre-h3 {
  padding: 0 0 5px;
  border-bottom: 3px solid #40210f;
  font-size: 20px;
  color: #40210f;
  margin: 25px 0 15px;
}

.genre-h3 img {
  width: 55px;
  height: auto;
  margin: 0 5px -8px 0;
  vertical-align: baseline;
}

/*セット品はこちらボタン*/
.look-set {
  background: #5D5656;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 4% 0;
  margin: 5% 0 10%;
}

.look-set a {
  color: #fff;
  font-size: 14px;
}

.look-set:hover {
  background: #40210f;
  transition: 0.3s linear;
}

/*------------------------------
ランキング　共通部分
------------------------------*/
/*ランキング*/
/*カテゴリ＿親ブロック*/
.wrap-rank {
  /*margin: 5% 0 80px;*/
  margin: 5% 0 0;
  overflow: hidden;
}

/*カテゴリ＿下位＿水平スクロールのリスト*/
/*カテゴリ＿下位＿親ブロック*/
.wrap-cat_sub {
  width: 100%;
  height: auto;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
}

.wrap-cat_sub ul {
  width: 100%;
  height: auto;
  /*margin: 0;*/
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wrap-cat_sub ul li {
  width: 18%;
  border-left: 1px solid #fff;
  margin: 0 15px 0 0;
}

.wrap-cat_sub ul li:last-child {
  border-right: 1px solid #fff;
}

/*順位*/
/*.wrap-cat_sub ul li h4 {
  color: #40210f;
  text-align: center;
  font-size: 20px;
  margin: 35px 0 0;
}

.wrap-cat_sub ul li h4 img {
  width: 30px;
  margin: 0 2px 0 0;
  height: auto;
}*/

.wrap-cat_sub ul li img {
  width: 100%;
  height: auto;
}

.wrap-cat_sub ul li .name {
  margin: 0;
}
.wrap-cat_sub ul li a span{
  font-size: 14px;
  line-height: 1.4em;
  letter-spacing: -0.05em;
}
.wrap-cat_sub ul li a span,.wrap-cat_sub ul li a:hover{
  overflow: visible;
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;*/
}
.wrap-cat_sub ul li .price {
  color: #c72720;
  font-size: 18px;
  margin: 0;
  font-weight: bold;
}

.wrap-cat_sub ul li .icon {
  width: 100%;
  height: auto;
  padding: 0;
}

.wrap-cat_sub ul li div .icon1 {
  width: 29%;
  height: auto;
  padding: 1% 2%;
  background: #c72720;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  margin: 0;
}
.wrap-cat_sub ul li div .icon2 {
  width: 52%;
  height: auto;
  padding: 1% 2%;
  background: #0855a5;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 13px;
  margin: 0;
}
.product-2rows-rank .slick-slide:before {
	width: 50px;
	height: 43px;
	/*width: 3.2vw;*/
	/*height: 3.2vw;*/
	/* line-height: 48px; */
 	display: block;
	margin: 15% auto 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	/*margin-bottom: 2.3255813953vw;*/
}
.product-2rows-rank .slick-slide:nth-child(1):before {
		content: url(https://myroom.itembox.design/item/sp/toppicture/rank_01.svg);
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(2):before {
		content: url(https://myroom.itembox.design/item/sp/toppicture/rank_02.svg);
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(3):before {
		content: url(https://myroom.itembox.design/item/sp/toppicture/rank_03.svg);
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(4):before {
        content: "4位";
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(5):before {
        content: "5位";
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(6):before {
        content: "6位";
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(7):before {
        content: "7位";
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(8):before {
        content: "8位";
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(9):before {
        content: "9位";
        background-size: contain;
    }
.product-2rows-rank .slick-slide:nth-child(10):before {
        content: "10位";
        background-size: contain;
    }

/*------------------------------
左サイドバー
------------------------------*/
.d-flex{
  display: none;
}

/*------------------------------
top画像
------------------------------*/
.top {
  background-color: #de1220;
  text-align: center;
}

.top #top-img {
  width: 1500px;
  height: auto;
  display: block;
  margin: auto;
}

/*------------------------------
ジャンプメニュー
------------------------------*/
.jump-menu-wrap {
  background: #d3231d;
  width: 100%;
}

.jump-menu-wrap #jump-menu {
  background: #d3231d;
  width: 1200px;
  padding: 0;
  margin: 0 auto 30px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.jump-menu-wrap #jump-menu li {
  width: 31%;
  height: 96px;
  font-weight: bold;
  text-align: center;
  transition: 0.2s all ease 0s;
  color: #FFF;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jump-menu-wrap #jump-menu li::after {
  content: "▼";
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #FFF;
}

.jump-menu-wrap #jump-menu li:not(:last-child)::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  border-right: 1px solid #FFF;
}

.jump-menu-wrap #jump-menu li a {

  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  display: block;
  font-size: 22px;
}

.jump-menu-wrap #jump-menu li a img {
  vertical-align: middle;
  width: 37px;
  height: auto;
  margin: -4px 10px 0 0;
}

.jump-menu-wrap #jump-menu li:hover {
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
}

.fixed2 {
  background: #d3231d;
  width: 100%;
  height: 96px;
  position: fixed;
  top: 49px;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/*------------------------------
絞込検索に移動するバナー画像
------------------------------*/
#main-contents .intro .filter-search {
  text-align: center;
}

#main-contents .intro .filter-search img {
  width: 460px;
  height: auto;
  margin-bottom: 30px;
}

/*------------------------------
見積もりのバナー画像
------------------------------*/
#main-contents .intro .estimate-banner {
  text-align: center;
}

#main-contents .intro .estimate-banner img {
  margin: 0 auto;
}

#banner-img {
  width: auto;
  height: 90px;
  margin: 0 17px 0 0px;
  display: inline-block;
}

/*------------------------------
  初めての幹事を任されてお困りではありませんか？
------------------------------*/
.first-time-organizer {
  width: 1200px;
  /*margin: 0 calc(50% - 600px);*/
  margin: 5% 0 0 0;
  height: 2128px;
  background-color: #B91117;
  /* 中央揃えのタイトル */
}

.first-time-organizer .point-title {
  font-size: 22px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding-top: 80px;
}

.first-time-organizer .line {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #FFF;
  margin: 10px auto 0;
}

.first-time-organizer .first-time-organizer-img {
  text-align: center;
}

.first-time-organizer .first-time-organizer-img img {
  margin: 30px auto 40px;
}

.first-time-organizer .point-txt {
  color: #FFF;
}

.first-time-organizer .ribbon {
  position: relative;
  width: 962px;
  margin: 0 10%;
  /* 要素を中央に配置 */
  background-color: #860005;
}

.first-time-organizer .ribbon:before {
  border-color: transparent transparent transparent #B91117;
}

.first-time-organizer .ribbon:after {
  border-color: transparent #B91117 transparent transparent;
}

.first-time-organizer .three-reasons {
  margin: 90px auto 0;
}

.first-time-organizer .three-reasons .three-reasons-title-box {
  background-color: #FFF;
  width: 963px;
  height: auto;
  padding-bottom: 40px;
  margin: 0 auto 40px;
  border-radius: 10px;
  position: relative;
  display: flex;
}

.first-time-organizer .three-reasons .three-reasons-title-box .reason-tag {
  background-color: #000;
  width: 210px;
  height: 40px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
  border-radius: 60px;
  position: absolute;
  top: -20px;
  left: 15%;
  transform: translateX(-50%);
}

.first-time-organizer .three-reasons .three-reasons-title-box .reasons-container {
  padding: 60px 0 0 40px;
}

.first-time-organizer .three-reasons .three-reasons-title-box .reasons-container .reasons-title {
  font-size: 22px;
  font-weight: bold;
  color: #B91117;
}

.first-time-organizer .three-reasons .three-reasons-title-box .reasons-container .reasons-txt {
  width: 543px;
  margin-top: 30px;
  font-weight: bold;
  line-height: 28px;
}

.first-time-organizer .three-reasons .three-reasons-title-box .reasons-img {
  margin: 50px 0 0 20px;
}

/*------------------------------------------------------
PC クイック検索・キーワード検索の設定
------------------------------------------------------*/
#wrap-search {
  padding-top: 5%;
}
.kensaku {
  color: #40210f;
  margin: 45px 0 0;
  font-size: 20px;
}

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

  /*親ブロック*/
  .syspc_search_box {
    font-size: 62.5%;
    /*1em=10pxに合わせる*/
    font-size: 10px;
    font-family: "Noto Sans JP";
    width: 100%;
    overflow: hidden;
    font-weight: 400;
    margin: 10px 0 0;
  }

  /*クイック検索ボックス＿親ブロック*/
  .syspc_quk_box {
    width: 576px;
    height: 77.5px;
    font-size: 1.3em;
    font-weight: 500;
    float: left;
    border-bottom: 5px solid #bfb6b6;
    background: #d3231d;
    border-radius: 3px;
    margin: 0 10px 20px 0;
	padding: 2% 0 0 0;  
  }

  /*クイック検索＿見出し「クイック」*/
  .syspc_quick_ttl {
    display: inline-block;
    width: 576px;
    height: 2.4em;
    line-height: 2.5em;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
    color: #fff;
  }

  /*クイック検索＿form_親ブロック*/
  .syspc_quk_form_box {
    width: 576px;
    overflow: hidden;
  }

  /*クイック検索＿セレクトボックス2個_親ブロック*/
  .syspc_quk_input_wrap {
    width: 473px;
    height: 100%;
    box-sizing: border-box;
    float: left;
  }

  /*クイック検索＿予算＿親*/
  .syspc_quk_input_wrap_yosan {
    width: 281px;
    height: 100%;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 400;
    float: left;
    position: relative;
  }

  /*クイック検索＿点数＿親*/
  .syspc_quk_input_wrap_ten {
    width: 192px;
    height: 100%;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 400;
    float: left;
    position: relative;
  }

  /*クイック検索＿セレクトボックスのサイズ_予算*/
  .syspc_search_select_yosan {
    display: inline-block;
    width: 231px;
    padding: 6px;
  }

  /*クイック検索＿セレクトボックスのサイズ_点数*/
  .syspc_search_select_ten {
    display: inline-block;
    width: 143px;
    padding: 6px;
  }

  /*クイック検索＿セレクトボックス*/
  select {
    -webkit-appearance: none;
    outline: none;
    text-indent: 0.01px;
    text-overflow: "";
    background: none transparent;
    vertical-align: middle;
    font-size: 1em;
    font-weight: 200;
    line-height: normal;
    font-family: "Noto Sans JP";
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: #FFFFFF;
    border-color: #d3d3d4;
    border-width: 2px;
    border-radius: 3px;
  }

  select option {
    -webkit-appearance: none;
    background-color: #fff;
    color: #222;
  }

  select::-ms-expand {
    -webkit-appearance: none;
    display: none;
  }

  select:-moz-focusring {
    -webkit-appearance: none;
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
  }

  .syspc_fromtext {
    display: inline-block;
    width: 44px;
    text-align: center;
    color: #fff;
  }

  .syspc_quk_input_wrap div:before {
    z-index: 1;
    position: absolute;
    right: 10px;
    top: -3px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 43px;
    color: #b01b1e;
    pointer-events: none;
  }

  /*システムヘッダー＿検索ボタン_親ブロック*/
  .syspc_search_btn {
    width: 103px;
    height: 4em;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 400;
    float: left;
    text-align: center;
  }

  .syspc_search_btn input[type=submit] {
    -webkit-appearance: none;
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.05em;
    font-weight: 500;
    border: none;
    background: #40210f;
    border-radius: 3px;
    color: #fff;
    outline: none;
    width: 75px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    box-shadow: 0px 3px 0 rgba(0, 0, 0, 0.7);
  }

  .syspc_search_btn input[type=submit]:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
  }

  /*システムヘッダー＿検索するボタン*/
  /*キーワード検索ボックス＿親ブロック*/
  .syspc_key_box {
    width: 360px;
    height: 77.5px;
    font-size: 1.3em;
    font-weight: 500;
    float: left;
    border-bottom: 5px solid #bfb6b6;
    background: #d3231d;
    border-radius: 3px;
    padding: 2% 0 0 0;
  }

  /*キーワード検索＿見出し「キーワード」*/
  .syspc_key_ttl {
    display: inline-block;
    width: 360px;
    height: 2.4em;
    line-height: 2.5em;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 1em;
    font-weight: 400;
    float: left;
    color: #fff;
  }

  /*キーワード検索＿フォームのブロック*/
  .syspc_key_form_box {
    width: 360px;
    overflow: hidden;
  }

  /*キーワード検索＿入力欄_親ブロック*/
  .syspc_key_input_wrap {
    width: 257px;
    height: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    float: left;
  }

  /*キーワード検索＿デザイン*/
  .syspc_key_form_box input[type=text] {
    -webkit-appearance: none;
    width: 238px;
    border: 1px solid #c0c0c0;
    padding: 1.3% 2%;
    font-size: 1em;
    font-weight: 200;
    line-height: normal;
    font-family: "Noto Sans JP";
    border-color: #d3d3d4;
    border-width: 2px;
    border-radius: 3px;
    height: 2.7em;
    overflow: hidden;
  }

  .syspc_key_form_box input[type=text]:focus {
    outline: 0;
    height: 2em;
  }

  .syspc_key_form_box input[type=submit] {
    cursor: pointer;
    font-family: FontAwesome;
    font-size: 1.05em;
    font-weight: 500;
    border: none;
    background: #40210f;
    border-radius: 3px;
    color: #fff;
    outline: none;
    width: 75px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
  }
}

/*------------------------------
マイルームだけのお得な3つの特典を進呈中！
------------------------------*/
.special-offers .tokuten-wrap {
  display: flex;
  justify-content: space-between;
}

.special-offers .tokuten-wrap .tokuten-box {
  width: 314px;
}

.special-offers .tokuten-wrap .tokuten-box p {
  margin: 0;
  line-height: 28px;
}

/*------------------------------
よくある質問
------------------------------*/
.faq .question {
  /* ベース */
}

.faq .question .toggle {
  display: none;
}

.faq .question .Label {
  /* タイトル */
  padding: 1em;
  padding-left: 55px;
  /* 左側のスペース確保 */
  display: block;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  background: #FCE5E5;
  position: relative;
}

.faq .question .Label::before {
  /* タイトル横のプラスマーク */
  content: "+";
  font-size: 40px;
  color: #B91117;
  font-weight: 100;
  /* プラスマークの太さ */
  position: absolute;
  top: 45%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s;
}

.faq .question .Label::after {
  /* 左側のQマーク */
  content: "Q";
  width: 33px;
  height: 33px;
  background: #ffffff;
  color: #B91117;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 10px;
  /* 左側の位置調整 */
  transform: translateY(-50%);
  font-weight: bold;
}

.faq .question .Label,
.faq .question .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}

.faq .question .content {
  /* 本文 */
  height: 0;
  margin-bottom: 20px;
  padding: 0 20px;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  background-color: #FBFAFA;
}

.faq .question .toggle:checked+.Label+.content {
  /* 開閉時 */
  height: auto;
  padding: 30px;
  transition: all 0.3s;
}

.faq .question .toggle:checked+.Label::before {
  content: "−";
}

/*------------------------------
下部のバナー画像
------------------------------*/
.quote-banner2{
  margin: 7% 0;
}

.quote-banner2 .container{
  display: flex;
  justify-content: space-between;
}

#banner-img3,
#banner-img4 {
  width: auto;
  height: 74px;
}

/*------------------------------
お見積もりフォーム
------------------------------*/
#m-form {
  margin-top: 5%;
}
.balloon1 {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 15px 0;
        width: 100%;
        max-width: 100%;
        color: #fff;
        font-size: 34px;
        background: #009b69;
        text-align: center;
        font-weight: 600;
        margin-top: 6.5%;
	}
    .balloon1:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -15px;
        border: 15px solid rgba(0, 0, 0, 0);
        border-top: 15px solid #009b69;
    }
    .balloon1 p {
        margin: 0;
        padding: 0;
    }	
    #estimate {
        background-color: #009b69;
        padding: 20px 40px 28px;
        width: 960px;
        margin: 20px auto;
        border-radius: 10px;
    }	
#estimate ul {
        display: flex;
        justify-content: space-between;
    }	
#estimate li {
        background-color: #fff;
        width: 30%;
        text-align: center;
        padding: 15px 10px 20px;
        position: relative;
        box-sizing: border-box;
    }	
    .estimate-next:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -30px;
        border: 30px solid rgba(0, 0, 0, 0);
        border-left: 30px solid #fff;
    }	
    #estimate li h4 {
        color: #009b69;
        line-height: 1.2em;
        margin: 10px 0;
    }	
    #estimate li img {
        height: 110px;
        width: auto;
    }		
#estimate li p {
        margin: 0 auto;
        max-width: 90%;
        height: auto;
        letter-spacing: 0.1em;
        color: #212121;
        font-weight: 300;
        word-wrap: break-word;
        overflow-wrap: break-word;
        text-align: left;
    }	
#more-estimate {
        width: 360px;
        height: auto;
        border-bottom: 8px solid #ab5d29;
        color: #fff;
        background-color: #ff7f00;
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        border-radius: 5px;
        padding: 10px 0;
        margin: 25px auto 0;
    }	
.d-none-pc {
        display: none;
    }
#estimate a:hover {
    text-decoration-color: #FFF;
}
.wrap-cat_sub ul li a span{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: none;
}

/*================================
フッター
================================*/
footer {
  margin: 0 auto;
  width: 1200px;
}

footer #Copywrite {
  text-align: center;
  font-size: 1vw;
  background-color: #222;
  padding: 2% 0 1%;
  color: #fff;
  margin: 0;
}

.fs-l-footer {
  margin-top: 0px;
}

/*================================
コピーライト
================================*/
#Copywrite {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  background-color: #E50112;
  padding: 10px 0;
  color: #fff;
  margin-top: -8px;
}

/*# sourceMappingURL=style.css.map */

/*================================
未使用
================================*/
/*お問い合わせ*/
#mail {
  width: 366px;
  height: auto;
  margin: 0 auto 15px;
  display: block;
}

#contact {
  text-align: center;
  margin: 0;
  padding: 20px 0;
  border-top: 1px solid #000;
  font-size: 16px;
}

#contact h3 {
  margin: 0 0 8px;
}

#contact p {
  margin: 0;
}

#about {
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #000;
  padding: 15px 0;
  font-weight: bold;
}