@charset "UTF-8";
/*-----------------------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
-----------------------------------------------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
  /*--------------------------------------------------------
共通設定(スマホ)
-------------------------------------------------------*/
  html {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  html, body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*画像サイズの調整*/
  img {
    height: auto;
    max-width: 100%;
  }
  a {
    color: #39f;
    -webkit-tap-highlight-color: #fc6;
  }
  /*-----------------------------------------------------------------------------------------------------
各エリアの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/
  /*ページ全体*/
  #container {
    position: relative;
    padding-top: 4.0em;
    overflow: hidden;
  }
  /*本体*/
  #main {
    background-color: #fff;
  }
  /*カラム部分*/
  #main-in {
    background-color: #FFF;
    padding-top: 0em;
    box-shadow: 0px 0px 1px #594a42;
  }
  /*カラム内部のサイズ*/
  #main-contents .contents {
    margin-bottom: 0em;
    padding: 0 10px;
  }
  /*段落タグ*/
  #main-contents p {
    line-height: 1.8em;
  }
  /*全体のフォントサイズ*/
  #main-contents {
    font-size: 1.4em;
  }
  /*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/
  /*H2タグ*/
  #main-contents h2 {
    font-family: 'Sawarabi Mincho', sans-serif;
    margin: 0 0 1em;
    padding: 0.5em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
  }
  /*H3タグ*/
  #main-contents h3 {
    margin: 0 0 0.5em;
    padding: 0.5em;
    border-bottom: 1px dotted #000000;
    font-weight: bold;
    text-align: center;
    color: #000000;
    font-size: 1.2em;
  }
  /*H4タグ*/
  #main-contents h4 {
    margin: 0 0 1.5em;
    padding: 0.3em;
    border: 1px solid #8e8e8e;
    font-weight: bold;
  }
  /*H5タグ*/
  #main-contents h5 {
    margin: 0 0 1.5em;
    padding: 0 0.8em 0.5em;
    border-bottom: 2px solid #414141;
    font-weight: bold;
  }
  /*-----------------------------------------------------------------------------------------------------
上部固定ヘッダー部分(スマホ)　※ロゴ・電話番号・お問い合わせボタン
-----------------------------------------------------------------------------------------------------*/
  /*ヘッダの回り込み解除*/
  #header #header-title, #header-in #header-text {
    float: none;
    width: 100%;
  }
  #header {
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #ccc;
  }
  #header-in {
    background-color: #000000;
    position: relative;
    padding: 0.5em 0.3em;
  }
  /*ヘッダーロゴ*/
  #header #header-title {
    float: left;
    width: 34%;
    margin-top: 0px;
    margin-left: 0px;
  }
  #header .header-logo img {
    width: 100%;
  }
  .header_mail img {
    width: 100%;
  }
  /*ヘッダー 電話ボタン*/
  .header_tel {
    width: 40%;
    float: right;
    margin: 0em 0.3em 0em 0em;
  }
  .header_tel img {
    width: 100%;
  }
  /*ヘッダー 見積依頼ボタン*/
  .header_quotation {
    width: 9%;
    float: right;
    margin: 0em 0.3em 0em 0em;
  }
  .header_quotation img {
    width: 100%;
  }
  /*ヘッダー 問い合わせボタン*/
  .header_mail {
    width: 9%;
    float: right;
    margin: 0em 0em 0em 0em;
  }
  .header_mail img {
    width: 100%;
  }
  /*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
  #main-image {
    padding-top: 0em;
    height: auto;
    margin-bottom: 0em;
  }
  .top_pc {
    display: none;
  }
  .top_sp {
    display: block;
  }
  /*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
  /*--------------------------------------------------------------
コンテンツ（問い合わせ）
--------------------------------------------------------------*/
  .section_cta {
    background-color: #000000;
  }
  .box_cta {
    padding: 1em 0.5em;
  }
  .box_cta_inr {
    background-color: #FFFFFF;
    padding: 1em;
  }
  .title_cta {
    text-align: center;
  }
  .title_cta img {
    width: 100%;
  }
  .title_cta, .btn_tell, .btn_mail {
    margin-bottom: 0.5em;
  }
  .btn_tell p {
    font-size: 1em;
  }
  /*--------------------------------------------------------------
コンテンツ（実績）
--------------------------------------------------------------*/
  .section_jisseki {
    background-color: #FFFFFF;
  }
  .box_jisseki {
    padding: 1.5em 0em;
    margin: 0 0em;
  }
  .sub_jisseki, .img_jisseki, .img_media_pc, .img_tv_pc {
    width: 100%;
  }
  .img_media_pc, .img_tv_pc {
    display: none;
  }
  .img_media_01_sp, .img_media_02_sp, .img_tv_01_sp, .img_media_02_sp {
    display: block;
  }
  .img_jisseki {
    margin-bottom: 0.5em;
  }
  /*--------------------------------------------------------------
コンテンツ（おすすめ）
--------------------------------------------------------------*/
  .section_osusume {
    background-image: url("../images/img_bg_01.png");
    background-repeat: repeat; /* 背景を繰り返す */
  }
  .box_osusume {
    padding-bottom: 1.5em;
  }
  .subhead {
    background-image: url("../images/img_bg_sub.png");
    background-repeat: repeat; /* 背景を繰り返す */
    margin: 0 -1em 1.5em -1em;
    margin-bottom: 1.5em;
  }
  .box_osusume_details_01, .box_osusume_details_02 {
    display: block;
    text-align: center;
  }
  .title_osusume {
    margin-bottom: 0.5em;
  }
  .img_osusume {
    width: 70%;
    margin-bottom: 1.5em;
  }
  .box_osusume_details_01 {
    margin-bottom: 0em;
  }
  .etc {
    margin-right: 1em;
    margin-bottom: 1em;
  }
  .text_osusume {
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
  }
  /*--------------------------------------------------------------
コンテンツ（解体ショー説明）
--------------------------------------------------------------*/
  .section_online {
    background-image: url("../images/img_bg_03.png");
    background-repeat: repeat; /* 背景を繰り返す */
  }
  .box_online {
    padding-bottom: 1.5em;
  }
  .img_show {
    margin-bottom: 1em;
  }
  .box_text_online {
    margin-bottom: 1em;
  }
  .box_gokan {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .img_maguronotakumi {
    width: 30%;
  }
  .img_gokan {
    width: 55%;
  }
  /*--------------------------------------------------------------
コンテンツ（プロ集団）
--------------------------------------------------------------*/
  .section_professional {
    background-image: url("../images/img_bg_03.png");
    background-repeat: repeat; /* 背景を繰り返す */
  }
  .box_professional {
    padding-bottom: 1.5em;
  }
  .box_professional_inr_01 {
    margin-bottom: 1em;
  }
  .box_jadt_01 {
    display: block;
    margin-bottom: 1.5em;
  }
  .box_jadt_inr_01, .box_jadt_inr_02, .box_jadt_inr_03, .box_jadt_inr_04 {
    display: block;
    width: 100%;
    text-align: center;
  }
  .box_jadt_inr_01 img, .box_jadt_inr_04 img {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .box_jadt_inr_02 img, .box_jadt_inr_03 img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .box_jadt_inr_01 p, .box_jadt_inr_02 p, .box_jadt_inr_03 p, .box_jadt_inr_04 p {
    display: block;
    width: 100%;
    margin-top: -2.5em;
    margin-bottom: 1.5em;
  font-size: 0.8em;
  }
  .text_jadt_01 {
    background-color: #e31613;
    color: #FFFFFF;
    margin: 0.5em 0 1.5em 0;
    padding: 1em 1em;
    text-align: center;
  }
  .box_jadt_02 {
    display: block;
    background-color: #366cb4;
    color: #FFF;
    padding: 1em 1em;
  }
  .text_jadt_02 {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .button_jadt {
    width: 100%;
    text-align: center;
  }
  .button_jadt img {
    width: 100%;
    background-color: #FFF;
    padding: 0.5em 0.5em 0.3em 0.5em;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }
  /*--------------------------------------------------------------
コンテンツ（プラン）
--------------------------------------------------------------*/
  .section_plan {
    background-image: url("../images/img_bg_03.png");
    background-repeat: repeat; /* 背景を繰り返す */
  }
  .box_plan {
    padding-bottom: 1.5em;
  }
  .box_plan_details {
    width: 100%;
    display: block;
    margin: 1em 0 0 0;
  }
  .box_plan_01, .box_plan_02 {
    background-image: url("../images/img_plan_bg.png");
    background-repeat: repeat;
    padding: 1em;
    position: relative;
    margin: 0 0em;
  }
  .box_plan_01 {
    margin-bottom: 1.5em;
  }
  .img_no1, .img_no2 {
    position: absolute;
    top: -35px;
    left: -20px;
    width: 30%;
  }
  .img_plan_01 {
    margin-top: 0.6em;
  }
  .img_plan_02 {
    margin-top: 0em;
  }
  .box_plan_details_inr {
    background-color: #FFFFFF;
    padding: 0.5em 1.5em 1em 1.5em;
  }
  .text_plan {
    font-size: 0.9em;
    line-height: 1.6 !important;
  }
  .text_plan_caution {
    line-height: 1.5 !important;
    margin-bottom: 1em;
  }
  /*--------------------------------------------------------------
コンテンツ（安さの秘密）
--------------------------------------------------------------*/
  .section_secret {
    background-image: url("../images/img_bg_02.png");
    background-repeat: repeat;
  }
  .box_secret {
    padding: 6em 0 1.5em 0em;
    position: relative;
  }
  .title_yasusa {
    position: absolute;
    width: 90%;
    top: 1em;
    left: -1em;
  }
  .box_text_yasusa {
    margin-bottom: 1em;
  }
  .sub_yasusa {
    margin-bottom: 1em;
  }
  .img_margincut {
    margin-bottom: 1em;
  }
  .box_pic_gyokou {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box_pic_gyokou img {
    width: 33.3%;
  }
  /*--------------------------------------------------------------
コンテンツ（価格）
--------------------------------------------------------------*/
  .section_price {
    background-image: url("../images/img_bg_02.png");
    background-repeat: repeat;
  }
  .box_price {
    padding-bottom: 1.5em;
  }
  .text_price {
    margin-bottom: 0.5em;
  }
  .box_pricelist {
    width: 100%;
    margin: 0 0em;
    text-align: center;
    display: block;
    margin-bottom: 1.5em;
  }
  .box_pricelist img {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 0em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  }
  .box_kinds {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 1em 1.5em 1.5em 1.5em;
    margin-bottom: 1.5em;
  }
  .box_kinds img {
    width: 100%;
  }
  .img_maguro_syurui {
    margin-top: 0.3em;
  }
  .box_price_caution {
    position: relative;
    margin-bottom: 8em;
  }
  .text_price_caution {
    float: left;
    width: 73%;
  }
  .btn_more {
    float: right;
    width: 26%;
    margin-right: 0em;
  }
  .btn_more img {
    width: 100%;
    margin-top: -3.5em;
  }
  .btn_more {
    animation: fluffy1 3s ease infinite;
  }
  @keyframes fluffy1 {
    0% {
      transform: translateY(0)
    }
    5% {
      transform: translateY(0)
    }
    10% {
      transform: translateY(0)
    }
    20% {
      transform: translateY(-15px)
    }
    25% {
      transform: translateY(0)
    }
    30% {
      transform: translateY(-15px)
    }
    50% {
      transform: translateY(0)
    }
    100% {
      transform: translateY(0)
    }
  }
  /*横棒をつける*/
  .text_include {
    font-size: 1.2em;
    font-weight: bold;
    display: flex;
    align-items: center; /* 縦位置の調整 */
    justify-content: center; /* 横位置の調整 */
  }
  .text_include::before, .text_include::after {
    content: '';
    flex-grow: 0.1; /* 少数にする 。大きい数字ほど線が長くなる。*/
    height: 3px;
    background: #000000;
  }
  /* 見出しの文字と横棒の間隔を開ける */
  .text_include::before {
    margin-right: 20px;
  }
  .text_include::after {
    margin-left: 20px;
  }
  /*横棒をつけるここまで*/
  .box_include_pic1 {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 1em;
  }
  .box_include_pic1 img {
    width: 100%;
  }
  .img_set_02 {
    margin-bottom: 0.5em;
  }
  .box_notice {
    background-image: repeating-linear-gradient(60deg, #000000, #000000 12.96px, transparent 18px, transparent 25.2px, #000000 28px), repeating-linear-gradient(150deg, #000000, #000000 12.96px, transparent 18px, transparent 25.2px, #000000 28px), repeating-linear-gradient(240deg, #000000, #000000 12.96px, transparent 18px, transparent 25.2px, #000000 28px), repeating-linear-gradient(330deg, #000000, #000000 12.96px, transparent 18px, transparent 25.2px, #000000 28px);
    background-size: 3px 100%, 100% 3px, 3px 100%, 100% 3px;
    background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-repeat: no-repeat;
    padding: 1em;
  }
  /*--------------------------------------------------------------
コンテンツ（ステップ）
--------------------------------------------------------------*/
  .section_step {
    background-image: url("../images/img_bg_02.png");
    background-repeat: repeat;
  }
  .box_step {
    padding-bottom: 1.5em;
  }
  .img_sub_step {
    width: 100%;
    margin-bottom: 1.5em;
  }
  .box_step_details_01, .box_step_details_02, .box_step_details_03, .box_step_details_04, .box_step_details_05, .box_step_details_06, .box_step_details_07, .box_step_details_08, .box_step_details_09, .box_step_details_10, .box_step_details_11 {
    width: 100%;
    display: block;
    margin-bottom: 1em;
  }
  .img_step_number {
    display: block;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 0.3em;
  }
  .img_step {
    display: block;
    width: 900%;
    margin: 0 auto;
  }
  .box_text_step {
    display: block;
    width: 100%;
    padding: 0 1em;
    text-align: center;
  }
  .box_step_inr1 {
    margin-bottom: 1.5em;
    width: 100%;
  }
  /*--------------------------------------------------------------
コンテンツ（出張）
--------------------------------------------------------------*/
  .section_syuttyou {
    background-image: url("../images/img_bg_00.png");
    background-repeat: repeat;
  }
  .box_syuttyou {
    padding: 1.5em 0em;
  }
  .box_syuttyou_imgs {
    width: 100%;
    position: relative;
    margin-bottom: 3.5em;
  }
  .btn_dl_pdf {
    position: absolute;
    bottom: -2em;
    left: 0%;
    width: 90%;
  }
  .box_kansentaisaku {
    background-color: rgba(255, 221, 0, 0.3);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 0.5em 1.5em;
  }
  /*--------------------------------------------------------
チェックリスト部分
--------------------------------------------------------*/
  #main-contents ul.checklist_01 li {
    margin-bottom: 1em;
    padding-top: 2px;
    padding-left: 35px;
    background: url("../images/img_check-_03.png") left top no-repeat;
    font-size: 95%;
    background-size: 23px;
    margin-left: 0.5em;
    list-style-type: none;
  }
  /*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/
  .youtube_size {
    width: 100%;
    height: 440px;
  }
  /*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/
  /*全体*/
  .mailform {
    background-color: #FFFDEC;
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0em 0em 0em;
    margin-bottom: 1.5em;
    padding: 1em 0.5em 1em;
    border-radius: 0px;
    box-shadow: 0px 0px 1px #594a42;
    border: 3px double #ccc;
  }
  /*入力部分*/
  .input {
    border-radius: 0px;
    margin: 0em 0em 0em;
    padding: 0em 0em;
    font-color: #000;
    overflow: auto;
  }
  .input_name {
    font-size: 90%;
  }
  .input_inr {
    padding: 0.5em;
    overflow: auto;
  }
  .input_inr_left {
    width: 100%;
    float: none;
    overflow: auto;
  }
  .input_inr_right {
    width: 100%;
    float: none;
    overflow: auto;
    margin-bottom: 1em;
  }
  .input_style {
    width: 40%;
    height: 40px;
    font-size: 0.8em;
    border-radius: 0px;
    margin-bottom: 0.5em;
    margin-right: 15px;
    padding-left: 10px;
    text-align: left;
    color: #7b7b7b;
    float: left;
    border: 2px solid #ccc;
  }
  .input_style_02 {
    width: 95%;
    height: 40px;
    font-size: 0.8em;
    border-radius: 0px;
    margin-bottom: 0.5em;
    padding-left: 10px;
    text-align: left;
    color: #7b7b7b;
    border: 2px solid #ccc;
  }
  input[type="submit"] {
    width: 99%;
    text-align: center;
    margin: 0.3em 0em 0em;
    background: #b6e026;
    background: -moz-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: -webkit-linear-gradient(top, #b6e026 0%, #abdc28 100%);
    background: linear-gradient(to bottom, #b6e026 0%, #abdc28 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b6e026', endColorstr='#abdc28', GradientType=0);
    padding: 0.6em 1em;
    color: #fff;
    font-size: 1.4em;
    border: none;
    font-weight: bold;
  }
  /*--------------------------------------------------------
Tableをブロック表示に 
--------------------------------------------------------*/
  #main-contents .table-style01, #main-contents .table-style01 tr, #main-contents .table-style01 th, #main-contents .table-style01 td {
    display: block;
  }
  #main-contents .table-style01 th, #main-contents .table-style01 td {
    float: left;
    width: 100% !important;
    box-sizing: border-box;
    -moz-box-sizing: padding-box;
  }
  #main-contents .table-style01 {
    zoom: 1;
  }
  #main-contents .table-style01:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  /*--------------------------------------------------------
スマホ用Youtube調整タグ
--------------------------------------------------------*/
  #main-contents .v-wrap {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 30px;
  }
  #main-contents .v-wrap iframe, #main-contents .v-wrap object, #main-contents .v-wrap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* ------------------------------
   スライダー1
------------------------------ */
  .loopSliderWrap {
    top: 0;
    left: 0;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 110px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .loopSlider ul {
    height: 150px;
    float: left;
    overflow: hidden;
  }
  .loopSlider ul li {
    width: 200px;
    height: 150px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  .loopSlider ul li img {
    width: 100%;
  }
  .loopslider * { /*--1週目と2週目の間が切れる対処設定（CSSブラウザリセット）--*/
    margin: 0;
    padding: 0;
  }
  /* ------------------------------
   スライダー2
------------------------------ */
  .loopSliderWrap_02 {
    top: 0;
    left: 0;
    height: 150px;
    overflow: hidden;
    position: absolute;
  }
  .loopSlider_02 {
    margin: 0 auto;
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .loopSlider_02 ul {
    height: 150px;
    float: left;
    overflow: hidden;
  }
  .loopSlider_02 ul li {
    width: 100px;
    height: 150px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  .loopSlider_02 ul li img {
    width: 100%;
  }
  .fix_menu_smartphone {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #594a42;
  }
  .fix_menu_smartphone img {
    width: 100%;
  }
  .tel_left {
    background-color: #747474;
    float: left;
    width: 50%;
    padding: 0em 0;
    border-right: 0px solid #ccc;
  }
  .tel_right {
    background-color: #04ba00;
    float: left;
    width: 50%;
    padding: 0em 0;
  }
  /*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
  #footer {
    padding: 1em 0em;
    font-size: 1em;
  }
}