@charset "UTF-8";
/* CSS Document */
@media only screen and (max-width : 768px) {
  /*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/
  /*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
  /*body全体の初期スタイル調整*/
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
  h2 {
    margin: 0.5em 0em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    color: #000;
    margin: 0.5em 0.3em 0em;
    padding: 0em 0.3em 0 0.3em;
    font-size: 1em;
    font-weight: bold;
  }
  h4 {
    color: #000;
    margin: 0.5em 0.3em;
    padding: 0.2em 0.3em;
    font-size: 1.3em;
    font-weight: bold;
  }
  /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
  /*全体エリア（全体背景を設定するにはここ）*/
  .main {
    background-color: #fdf9f5;
  }
  /*記事(ボディ)エリア*/
  .article {
    background-color: #fff;
    border-left: none;
    border-right: none;
    font-size: 1.6em; /*=16px*/
  }
  /*記事(ボディ)エリアの行間*/
  .article p {
    line-height: 1.6;
  }
  /*カラム全体の幅を変更する*/
  .article, .top_image_in {
    width: 100%;
    margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
  }
  /*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
  /*上部固定ヘッダー全体*/
  .header {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 5000;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    overflow: auto;
  }
  /*ヘッダー内部をカラム幅にする*/
  .header_inr {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  /*ヘッダーのロゴ*/
  .header_logo {
    width: 45%;
    float: left;
    margin: 1em 0 1em 0.5em;
  }
  /*ヘッダーの年中無休ボタン*/
  .header_01 {
    display: none;
  }
  /*ヘッダーの２４時間営業ボタン*/
  .header_02 {
    display: none;
  }
  /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
  .fix_menu_smartphone {
    display: block;
    width: 100%;
    margin-top: 4em;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10000;
    box-shadow: 0px 0px 3px #594a42;
  }
  .fix_menu_smartphone img {
    width: 100%;
  }
  .menu_left {
    background-color: #9D2A32;
    float: left;
    width: 50%;
    padding: 0em 0;
  }
  .menu_right {
    background-color: #EE7732;
    float: left;
    width: 50%;
    padding: 0em 0;
  }
  /*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
  .top_image {
    background-image: none;
  }
  .top_image_in img {
    width: 100%;
  }
  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .seciton_01 {
    padding: 5em 0.5em 0.5em;
    margin-bottom: 2em;
  }
  .section_02 {
    background-color: #FFFEF0;
    padding: 0.5em 0.5em;
  }
  .section_03 {
    background-color: #fff8f2;
  }
  .section_04 {
    background: url("../images/casion_bg.jpg") no-repeat;
    width: 100%;
    margin: 2em 0;
    padding: 2em 0.5em;
    background-size: cover;
  }
  .section_05 {
    background: url("../images/any_place_bg.png");
    width: 100%;
    margin-bottom: 1em;
    padding: 1em 0.5em 2em;
    background-size: cover;
  }
  .section_06 {
    background-color: #FFFEF0;
    margin-top: 5em;
    padding: 0.5em 0.5em;
  }
  /* ------------------------------
   スライダー
------------------------------ */
  .loopSliderWrap {
    top: 0;
    left: 0;
    height: 300px;
    overflow: hidden;
    position: absolute;
  }
  .loopSlider {
    margin: 0 auto;
    width: 100%;
    height: 150px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
  .loopSlider ul {
    margin: 0;
    padding: 0;
    height: 150px;
    float: left;
    overflow: hidden;
  }
  .loopSlider ul li {
    margin: 0;
    padding: 0;
    width: 300px;
    height: 150px;
    float: left;
    display: inline;
    overflow: hidden;
  }
  .loopSlider ul li img {
    width: 100%;
  }
  /*--------------------------------------------------
対応エリア
-----------------------------------------------------*/
  .area_inr {
    margin: 1em 2em;
  }
  /*--------------------------------------------------
	選ばれる４つの理由
-----------------------------------------------------*/
  .midashi {
    padding: 0 0 1em;
  }
  .midashi_inr_img_01 {
    float: left;
    width: 49%;
    margin-bottom: 1em;
  }
  .midashi_inr_img_02 {
    float: right;
    width: 49%;
    margin-bottom: 1em;
  }
  /*--------------------------------------------------
	蜂の巣駆除実例
-----------------------------------------------------*/
  .case {
    border: 5px solid #522200;
    margin: 1.5em 0em;
    padding-bottom: 0.6em;
  }
  .case_title {
    background-color: #522200;
    padding-left: 0.5em;
    font-family: "ヒラギノ角ゴ ProN";
    color: #fff;
  }
  .case_midashi01 {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
  }
  .case_midashi02 {
    font-weight: bold;
    font-size: 1.5em;
    padding-left: 0.8em;
  }
  .case_name {
    font-size: 0.8em;
    padding-left: 0.5em;
  }
  .case_point {
    color: #522200;
    font-size: 1.2em;
  }
  .case_inr img {
    float: right;
    padding: 0 0.5em 0.5em 0.5em;
  }
  .case_inr_result {
    width: 60%;
    padding-left: 1em;
  }
  /*--------------------------------------------------
	チェックボックス
	--------------------------------------------------*/
  .checkbox_inr {
    margin: 0;
    font-size: 1.3em;
    font-weight: bold;
    padding: 1em 2em 0.5em;
    background: #FFFCF7;
  }
  .checkbox_inr_text {
    background: url("../images/bee-icon.png") no-repeat;
    padding-left: 1.4em;
    border-bottom: 1px dotted #000;
    margin-bottom: 1em;
  }
  /*--------------------------------------------------
	注意書き
	--------------------------------------------------*/
  .casion_inr {
    margin: 1em 0;
    font-size: 2em;
    font-weight: bold;
    padding: 0 2em 0.5em;
    text-align: center;
  }
  .casion_inr_text {
    display: inline-block;
    background: url("../images/check01.png") no-repeat;
    padding-left: 1.5em;
    margin-bottom: 0.5em;
    text-shadow: 2px 4px 3px #fff;
  }
  .causion_img {
    text-align: center;
    position: relative;
    top: 80px;
  }
  /*------ご注意下さいの背景------*/
  .causion_text {
    position: relative;
    padding: 1em 2em;
    text-align: center;
  }
  .causion_text:before, .causion_text:after {
    position: absolute;
    content: '';
  }
  .causion_text:after {
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
  }
  .causion_text:before {
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
  }
  /*------ご注意下さいの背景ここまで------*/
  .causion_text_img {
    padding: 0 !important;
    position: relative;
    left: -110px;
    top: 0px;
  }
  .causion_text_first {
    text-decoration: underline;
    font-size: 1.5em;
    font-weight: bold;
  }
  .arw01 {
    text-align: center;
    position: relative;
    top: -50px;
  }
  .arw02 {
    text-align: center;
    position: relative;
    top: -35px;
  }
  /*--------------------------------------------------
	サービス内容
	--------------------------------------------------*/
  .service_inr_howto {
    text-align: center;
  }
  .service_01 {
    font-size: 1.2em;
  }
  .service_02 {
    font-size: 1.2em;
  }
  .service_inr_loop {
    margin-top: 3em;
  }
  .service_inr_howto_p {
    margin: 0 0.5em 2em 0.5em;
    position: relative;
    background-color: #f7f6f3;
    padding: 10px;
    color: #333;
    margin-top: 20px;
  }
  .service_inr_howto_p::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #f7f6f3;
    top: -24px;
    left: 50%;
  }
  .service_inr_howto_p::before {
    content: "";
    position: absolute;
    border: 12px solid transparent;
    border-bottom: 12px solid #f7f6f3;
    top: -24px;
    left: 50%;
  }
  .service_inr_p_poosition {
    position: relative;
    top: 0em;
  }
  .service_inr_howto_p p {
    margin: 0;
    padding: 0;
  }
  .service_inr_place {}
  .service_inr_place_img {
    display: flex;
  }
  .service_inr_place_img {
    justify-content: space-around;
    padding-bottom: 1em;
  }
  /*--------------------------------------------------
	どんな場所に
	--------------------------------------------------*/
  .any_place_title {
    position: relative;
    top: 15px;
  }
  .any_place_img {
    margin: 0 auto;
    text-align: center;
  }
  .any_place_text {
    margin: 0.5em 1em;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: -1px;
    font-style: "ヒラギノ角ゴ Std";
    text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, 0 -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
  }
  .any_place_text p {
    line-height: 1.7em;
  }
  .any_place_textbig {
    font-size: 1.6em;
    color: #FC8807;
    font-style: "ヒラギノ角ゴ Std";
  }
  .any_place_3point img {
    padding-bottom: 1em;
  }
  /*--------------------------------------------------
	駆除の流れ
	--------------------------------------------------*/
  .flow_contents {
    border: 1px solid #fc8807;
    margin: 0.5em 1em 0;
  }
  .flow_title {
    padding-left: 0.5em;
    font-family: "ヒラギノ角ゴ ProN";
    color: #fff;
    background-color: #fc8807;
    text-align: center;
  }
  .flow_midashi01 {
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
  }
  .flow_midashi02 {
    font-weight: bold;
    font-size: 1.7em;
    padding-left: 0.8em;
  }
  .flow_img {
    padding: 1em 5em;
    font-size: 1.2em;
  }
  .flow_img img {
    width: 100%;
  }
  .arw03 {
    text-align: center;
  }
  .flow_hosyo {
    background: url("../images/flow_hosyo_bg.jpg") repeat;
    margin-top: 1em;
  }
  /*--------------------------------------------------
	料金について
	--------------------------------------------------*/
  .price_inr_howto {
    display: flex;
    text-align: center;
  }
  .price_inr_howto_img {
    justify-content: space-around;
  }
  .price_01 {
    font-size: 0.8em;
  }
  .price_02 {
    font-size: 0.8em;
  }
  .price_01, .price_02 {
    font-weight: bold;
  }
  .price_inr_howto_img p {
    padding-top: 5px;
    font-size: 1.5em;
    color: #e50000;
    font-weight: bold;
  }
  .price_03 {
    font-weight: bold;
    text-align: center;
    font-size: 0.8em;
  }
  .price_other {
    background-color: #fff;
    padding: 2em;
    margin: 1em 0.3em;
  }
  .other_point {
    color: #fc8807;
    font-weight: bold;
    font-size: 1.5em;
    padding-bottom: 1em;
  }
  /*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
  .box_qa_inr {
    margin: 5em 0;
  }
  .box_qa {
    background-color: #efefef;
    padding: 1em;
  }
  .box_qa_q {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
    border-bottom: 1px solid #ccc;
    font-size: 1.4em;
    font-weight: bold;
    color: #fc8807;
  }
  .box_qa_a {
    background-color: #fff;
    padding: 1em 1em 1em 1em;
  }
  .box_qa_q p, .box_qa_a p {
    text-indent: 0em;
  }
  .box_qa_p {
    text-align: center;
    font-size: 1.3em;
    padding: 1em 0 0.2em;
  }
  /*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/
  .area_cta {
    background-color: #6cac30;
    padding: 1em 0.5em;
  }
  .area_cta_inr {
    background-color: #fff;
    padding: 1.5em 0.5em;
    margin: 6em 0.2em 1em;
    overflow: auto;
  }
  .area_cta_inr_tel {
    padding-bottom: 1.5em;
  }
  .area_cta_inr_mail {}
  .area_cta_inr_p {
    text-align: center;
    margin-top: 0.5em;
  }
  .area_cta_inr_p {
    font-size: 0.8em;
  }
  .cta_fukidashi {
    position: relative;
    top: 112px;
    left: 10px;
    margin-top: -6em;
  }
  /*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
  .footer {
    background-color: #fc8807;
    padding: 2em 0em;
    text-align: center;
    font-size: 1.2em;
    color: #fff;
    margin-bottom: 3em;
  }
  .footer a {
    color: #fff;
  }
}
/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.contents {
  padding: 1em 1em 1em;
}