@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  color: #000;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}
a:hover, a:active {
  color: #f60;
}
/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
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.5em 0.3em;
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  color: #000;
  margin: 0.5em 0.3em;
  padding: 0.2em 0.3em;
  font-size: 1.3em;
  font-weight: bold;
  border-left: 8px solid #FC8807;
}
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fdf9f5;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.article, .top_image_in {
  width: 700px;
  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: 700px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 50%;
  float: left;
  margin: 0em;
}
/*ヘッダーの問い合わせボタン*/
.header_01 {
  width: auto;
  float: right;
  margin: 2em 0.5em 0.8em;
}
/*ヘッダーの電話ボタン*/
.header_02 {
  width: auto;
  float: right;
  margin: 2em 0.5em 0.8em;
}
/*フリーダイヤルアイコン*/
.header_freedial {
  display: none;
}
/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}
/*--------------------------------------------------
下部固定ヘッダー（PCは非表示）
-----------------------------------------------------*/
.fix_menu_smartphone {
  display: none;
}
/*--------------------------------------------------
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: auto;
  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: 300px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.loopSlider ul {
  margin: 0;
  padding: 0;
  height: 300px;
  float: left;
  overflow: hidden;
}
.loopSlider ul li {
  margin: 0;
  padding: 0;
  width: 300px;
  height: 300px;
  float: left;
  display: inline;
  overflow: hidden;
}
.loopSlider ul li img {
  width: 100%;
}
/*--------------------------------------------------
対応エリア
-----------------------------------------------------*/
.area_inr {
  margin: 1em 2em;
}
.area_place {
  border: 0.5px solid #008903;
  padding: 1em;
}
.area_place p {
  border-bottom: 0.5px dotted #b3b3b3;
}
/*--------------------------------------------------
	選ばれる４つの理由
-----------------------------------------------------*/
.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;
}
.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.7em;
  padding-left: 0.8em;
}
.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: -150px;
  top: 15px;
}
.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 {
  display: flex;
  text-align: center;
}
.service01_inr_howto_img {
  justify-content: space-around;
}
.service_01 {
  font-size: 1.2em;
}
.service_02 {
  font-size: 1.2em;
}
.service_inr_howto_p {
  margin: 0.4em 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_p_poosition {
  position: relative;
  top: -5em;
}
.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 {
  text-align: center;
  padding: 1em 2em;
}
.flow_img img {
  width: 50%;
}
.flow_img p {
  padding: 1em 0;
  text-align: center;
}
.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: 1.5em;
}
.price_02 {
  font-size: 1.5em;
}
.price_01, .price_02 {
  font-weight: bold;
}
.price_inr_howto_img p {
  padding-top: 5px;
  font-size: 1.2em;
  color: #e50000;
  font-weight: bold;
}
.price_03 {
  font-weight: bold;
  text-align: center;
  font-size: 1.5em;
}
.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;
}
/*--------------------------------------------------
会社概要
-----------------------------------------------------*/
.company_title {
  margin-top: 5em;
}
table {
  margin: 2em auto;
}
th {
  background-color: #ff9218;
  color: #fff;
  padding: 1em;
}
td {
  padding-left: 1em;
}
.map {
  text-align: center;
  margin: 0 auto 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;
}
.cta_fukidashi {
  position: relative;
  top: 112px;
  left: 10px;
  margin-top: -6em;
}
.cta_credit {
  margin-top: 1.5em;
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #fc8807;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.2em;
  color: #fff;
}
.footer a {
  color: #fff;
}
/*--------------------------------------------------
プライバシーポリシー
-----------------------------------------------------*/
.contents {
  padding: 0 1em;
}