@charset "UTF-8";
body {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  color: #271c08;
}
/*リンク文字の設定*/
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.3em 0em;
  font-size: 1.9em;
  font-weight: bold;
  text-align: center;
}
h3 {
  font-size: 1.5em;
  position: relative;
  background: #ddc998;
  box-shadow: 0px 0px 0px 5px #ddc998;
  border: dashed 2px #fff;
  padding: 0.4em 0em;
  color: #271c08;
  margin: 0em 4em 1em;
}
h3:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #f8f2e4 #f8f2e4 #ddc998;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
h4 {
  margin: 0.4em 0em;
  font-size: 1.3em;
  font-weight: bold;
}
h5 {
  margin: 0.5em 0em 0.7em;
  padding: 0.1em;
  font-size: 1.6em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
.main {
  background-color: #fff;
}
.article {
  background-color: #fff;
  font-size: 1.5em; /*=16px*/
}
.article p {
  line-height: 1.6;
}
.article {
  width: 100%;
}
.top_image_in, .section_inr {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.article img {
  width: 100%;
}
/* -------------------------------
 上部固定ヘッダー設定
----------------------------------*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
}
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
.header_logo {
  float: left;
  width: 24%;
  margin: 1em;
}
.header_mail {
  float: right;
  width: 21%;
  margin: 0em;
  margin: 0.5em 0 0.5em;
}
.header_tel {
  float: right;
  width: 26%;
  margin: 0em;
  margin: 0.5em 0 0;
}
.header_logo img, .header_mail img, .header_tel img {
  width: 100%;
}
/*------------------------------------------------------------
スマホ改行コード
-------------------------------------------------------------*/
.sp_br {
  display: none;
}
/* -------------------------------
 ファーストビュー設定
----------------------------------*/
.top_image {
  background-image: url("../images/top_back.jpg");
  background-repeat: no-repeat;
  background-position: center;
  height: auto;
}
.top_image_in img {
  width: 100%;
}
.sp_top {
  display: none;
}
/* -------------------------------
見出しの設定
----------------------------------*/
.subtitle01 {
  padding: 3em 0em 0em;
  text-align: center;
}
.subtitle01 p {
  font-size: 1.2em;
}
.subtitle02 {
  background-color: #ed6f1f;
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 0.5em 0em;
}
.subtitle02::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 0 0 0 -15px;
  border: 15px solid transparent;
  border-top-color: #ed6f1f;
  content: '';
}
.subtitle03 {
  padding: 2em 0em 1.4em;
  text-align: center;
  background-color: #271c08;
  color: #fff;
}
.subtitle03 p {
  font-size: 1.2em;
}
/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.seciton_01 {
  padding: 1.5em 2em 0em;
}
.section_02 {
  padding: 1.5em 2em;
  background-image: url("../images/main_bg.jpg");
  background-size: cover;
}
.section_03 {
  padding: 4em 0em;
  text-align: center;
  background-size: cover;
  background-image: url("../images/bg_4.jpg");
}
.section_04 {
  background-color: #faf2e1;
}
.section_05 {
  background-image: url("../images/jirei_bg.jpg");
  background-size: cover;
  padding: 4em 0em;
  text-align: center;
}
.section_06 {
  padding: 3em 2em;
  text-align: center;
  background-color: #faf2e1;
}
.section_07 {
  padding: 4em 2em;
  background-image: url("../images/jirei_bg.jpg");
  background-size: cover;
  text-align: center;
}
.section_08 {
  padding: 4em 2em;
  background-color: #faf2e1;
  text-align: center;
}
.section_09 {
  background-color: #f3f3f3;
  padding: 4em 0em;
  text-align: center;
}
/* -------------------------------
悩みエリアの設定
----------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.nayami_area {
  background-color: #f3f3f3;
  padding: 1em 2em;
}
.checklist {
  padding: 1em;
  font-size: 1.3em;
}
.checklist li {
  line-height: 2.2em;
  list-style: none;
}
.nayami_right {
  float: right;
  width: 40%;
}
.nayami_left {
  float: left;
  width: 40%;
}
.border {
  border-bottom: 2px dotted #ccc;
  padding: 0.2em 0em;
}
.b {
  font-weight: bold;
}
/* -------------------------------
メインエリア（＋群馬とは？）の設定
----------------------------------*/
.main_area {
  padding: 2.53em;
  text-align: center;
}
.main_area img {
  width: 90%;
}
.about_text {
  margin: 2em 0em;
  font-size: 1.2em;
}
.about_text p {
  line-height: 2em;
}
.about_area {
  display: flex;
  justify-content: center;
}
.icon {
  width: 42%;
  padding: 0em 5em;
}
.text_orange {
  color: #ed6f1f;
}
.big {
  font-size: 1.4em;
}
/* -------------------------------
選ばれる3つの理由の設定
----------------------------------*/
.reason_area {
  padding: 4em 0em 2em;
}
.reason_box {
  background-image: url("../images/reason_bg.jpg");
  background-size: cover;
  padding: 1.2em;
  border-radius: 1em;
  margin-bottom: 2em;
  box-shadow: 2px 2px 4px gray;
}
.reason_box_inr {
  display: flex;
  justify-content: space-between;
  padding: 2em;
  background-color: #fff;
  border-radius: 1em 1em 0em 0em;
}
.reason_box_right {
  width: 57%;
}
.reason_box_left {
  width: 38%;
}
.reason03 {
  display: flex;
  justify-content: space-between;
  border-radius: 0em 0em 1em 1em;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 1em 2em 2em;
}
.reason03_box {
  width: 32%;
  background-color: #e3cfaf;
  border-radius: 1.4em;
  padding: 1em;
  font-size: 0.9em;
  margin: 0.3em;
}
.reason03_box_title {
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 0.2em;
}
.yellow_underline {
  background: linear-gradient(transparent 70%, #f8e887 70%);
  font-weight: bold;
}
.text_green {
  font-weight: bold;
  color: #2b9d49;
  text-decoration: underline;
}
/*--------------------------------------------------
実績部分
-----------------------------------------------------*/
.slider {
  margin: 2em 0em;
}
/*--------------------------------------------------
利用の流れ
-----------------------------------------------------*/
.use_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.use_area_box {
  width: 32%;
  text-align: left;
  background-image: url("../images/use_bg.jpg");
  background-size: cover;
  margin: 1em 0em;
  padding: 1.5em;
  background-color: #fff;
  box-shadow: 2px 2px 4px #ccc;
}
.use_title {
  font-size: 1.1em;
  position: relative;
  background: #271c08;
  box-shadow: 0px 0px 0px 5px #271c08;
  border: dashed 1px #fff;
  padding: 0.3em 0.6em;
  color: #fff;
  margin-bottom: 1em;
}
.use_title:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #e0c78e;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.use_area_box p {
  font-size: 0.9em;
}
/* -------------------------------
会社概要の設定
----------------------------------*/
table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 1em 0;
}
th, td {
  padding: 0.8em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
th {
  width: 30%;
  background-color: #f0f0f0;
  font-weight: bold;
  text-align: center;
}
td {
  width: 70%;
  background-color: #fff;
  text-align: left;
}
.map {
  width: 400px;
  height: 300px;
}
/* -------------------------------
スマホでは行が列になるテーブル
----------------------------------*/
.table_style_01 {
  text-align: left;
  vertical-align: middle;
}
/* -------------------------------
店舗パック
----------------------------------*/
.pack_text {
  font-size: 1.2em;
  line-height: 1.9em;
  font-weight: bold;
}
.pack_box {
  margin: 2em;
  background-color: #fff;
  border: 3px solid #ed6f1f;
}
.pack_box_title {
  font-size: 1.3em;
  color: #fff;
  margin: 0em 0em;
  padding: 1.5em 0em 1.1em;
  background-color: #ed6f1f;
}
.pack_title {
  font-weight: bold;
  font-size: 1.5em;
}
.pack_box_inr {
  padding: 1em;
  text-align: left;
}
.pack_box_img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
.pack_box_inr_right {
  width: 56%;
}
.pack_box_img img {
  width: 40%;
}
.pack_box_inr_box {
  background-color: #e3cfaf;
  border-radius: 1.4em;
  padding: 1em;
  font-size: 0.9em;
  margin: 1em 0em;
}
.pack_box_inr_price {
  text-align: center;
}
.pack_box_inr_price img {
  width: 80%;
}
.price_title {
  font-size: 1.2em;
  background-color: #271c08;
  color: #fff;
  padding: 0.5em 1em;
}
.price_inr {
  text-align: left;
  padding: 1em 2.5em;
}
.big02 {
  font-size: 1.2em;
}
.text_red {
  color: red;
  font-weight: bold;
}
.text_small {
  font-size: 0.8em;
}
.banner {
  margin: 0 auto;
  width: 85%;
}
.price_table th {
  width: 35%;
  text-align: left;
  font-size: 0.9em;
  background-color: #fff;
  padding: 0.5em;
}
.price_table td {
  font-size: 0.9em;
  width: 28%;
  padding: 0.5em;
  background-color: #f0f0f0;
}
/* -------------------------------
お問いわせフォーム
----------------------------------*/
.red {
  color: #d8665d;
}
input[type="text"] {
  width: 30%;
  height: 30px;
  text-align: left;
  margin-right: 0.5em;
}
input[type="text_02"] {
  width: 81%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="post"] {
  width: 20%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="email"] {
  width: 50%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
}
input[type="tel"] {
  width: 15%;
  height: 30px;
  text-align: left;
  margin: 0 0.5em;
}
.form_select {
  width: 30%;
  height: 30px;
  text-align: left;
  margin: 0 0em;
  font-size: 1em;
}
.textarea_01 {
  width: 95%;
}
/*ボタン*/
.btn-form01 {
  width: 80%;
  margin: 0 auto;
  padding: 1em 1em;
  border: 1px solid #fff;
  font-size: 1.25em;
  background: #D80003;
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  border-radius: 10px;
}
.btn-form01:hover, .btn-form01:active, .btn-form01:focus {
  border: 1px solid #274A7D;
  background: -moz-linear-gradient(top, #ff402b 0%, #ff4530 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff402b 0%, #ff4530 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff402b 0%, #ff4530 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #271c08;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}
/*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
.fix_menu_smartphone {
  display: none;
}
/*--------------------------------------------------
トップに戻るボタン
-----------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 15px;
}
.pagetop a {
  display: block;
  background-color: #ccc;
  text-align: center;
  color: #222;
  font-size: 1.6em;
  text-decoration: none;
  padding: 15px 20px;
  opacity: 0.5;
}
.pagetop a:hover {
  display: block;
  background-color: #b2d1fb;
  text-align: center;
  color: #fff;
  font-size: 1.6em;
  text-decoration: none;
  padding: 15px 20px;
  opacity: 0.5;
}