@charset "UTF-8";
@media only screen and (max-width : 768px) {
  body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }
  /*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
  h2 {
    margin: 0.3em 0em 0em;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
  }
  h3 {
    font-size: 1.2em;
    position: relative;
    background: #ddc998;
    box-shadow: 0px 0px 0px 5px #ddc998;
    border: dashed 2px #fff;
    padding: 0.4em 0em;
    color: #271c08;
    margin: 0em 0.5em 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: 1em;
    font-weight: bold;
  }
  h5 {
    margin: 0.8em 0em 0.7em;
    padding: 0.1em;
    font-size: 1.4em;
    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 {
    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;
    padding: 0.3em 0em;
    margin: 0 auto;
    overflow: hidden;
  }
  .header_logo {
    float: left;
    width: 30%;
    margin: 1em;
  }
  .header_mail {
    float: right;
    width: 32%;
    margin: 0.5em 0.1em 0em 0em;
  }
  .header_tel {
    float: right;
    width: 32%;
    margin: 0.8em 0em 0em;
  }
  .header_logo img, .header_mail img, .header_tel img {
    width: 100%;
  }
  /*------------------------------------------------------------
スマホ改行コード
-------------------------------------------------------------*/
  .sp_br {
    display: block;
  }
  /* -------------------------------
 ファーストビュー設定
----------------------------------*/
  .top_image {
    display: none;
  }
  .top_image_in img {
    width: 100%;
  }
  .sp_top {
    display: block;
  }
  .sp_top img {
    width: 100%;
  }
  /* -------------------------------
見出しの設定
----------------------------------*/
  .subtitle01 {
    padding: 2em 0em 0em;
    text-align: center;
  }
  .subtitle01 p {
    font-size: 1.1em;
  }
  .subtitle02 {
    background-color: #ed6f1f;
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    padding: 0.7em 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 1em;
    text-align: center;
    background-color: #271c08;
    color: #fff;
  }
  .subtitle03 p {
    font-size: 0.9em;
  }
  /*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
  .seciton_01 {
    padding: 1em 0.5em 0em;
  }
  .section_02 {
    padding: 1em 0em;
    background-image: url("../images/main_bg.jpg");
    background-size: cover;
  }
  .section_03 {
    padding: 2em 0.5em;
    text-align: center;
    background-size: cover;
    background-image: url("../images/bg_4.jpg");
  }
  .section_04 {
    background-color: #faf2e1;
  }
  .section_05 {
    padding: 2em 0.5em;
    background-image: url("../images/jirei_bg.jpg");
    background-size: cover;
    text-align: center;
  }
  .section_06 {
    padding: 2em 0.5em;
    background-color: #faf2e1;
    text-align: center;
  }
  .section_07 {
    padding: 2em 0.5em;
    background-image: url("../images/jirei_bg.jpg");
    background-size: cover;
    text-align: center;
  }
  .section_08 {
    padding: 2em 0.5em;
    background-color: #faf2e1;
    text-align: center;
  }
  .section_09 {
    background-color: #f3f3f3;
    padding: 2em 0.5em;
    text-align: center;
  }
  /* -------------------------------
悩みエリアの設定
----------------------------------*/
  .clearfix::after {
    content: "";
    display: block;
    clear: both;
  }
  .nayami_area {
    background-color: #f3f3f3;
    padding: 0.6em 0em;
  }
  .checklist {
    padding: 1em 0.5em 0em;
    font-size: 1.1em;
  }
  .checklist li {
    line-height: 1.9em;
    list-style: none;
  }
  .nayami_right {
    float: none;
    width: 100%;
  }
  .nayami_left {
    float: none;
    width: 100%;
  }
  .border {
    border-bottom: 2px dotted #ccc;
    padding: 0.2em 0em;
  }
  .b {
    font-weight: bold;
  }
  /* -------------------------------
メインエリア（＋群馬とは？）の設定
----------------------------------*/
  .main_area {
    padding: 2em 0em;
    text-align: center;
  }
  .main_area img {
    width: 100%;
  }
  .about_text {
    margin: 1em 0em;
    font-size: 1em;
  }
  .about_text p {
    line-height: 1.7em;
  }
  .about_area {
    display: flex;
    justify-content: center;
  }
  .icon {
    width: 100%;
    padding: 0em 0.3em;
  }
  .text_orange {
    color: #ed6f1f;
  }
  .big {
    font-size: 1.2em;
  }
  /* -------------------------------
選ばれる3つの理由の設定
----------------------------------*/
  .reason_area {
    padding: 2em 0em;
  }
  .reason_box {
    background-image: url("../images/reason_bg.jpg");
    background-size: cover;
    padding: 0.5em;
    border-radius: 1em;
    margin-bottom: 1.5em;
    box-shadow: 2px 2px 4px gray;
  }
  .reason_box_inr {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1em;
    background-color: #fff;
    border-radius: 1em 1em 0em 0em;
  }
  .reason_box_right {
    width: 100%;
  }
  .reason_box_left {
    width: 100%;
  }
  .reason03 {
    display: flex;
    justify-content: center;
    border-radius: 0em 0em 1em 1em;
    background-color: #fff;
    padding: 1em 0em;
  }
  .reason03_box {
    width: 47%;
    background-color: #e3cfaf;
    border-radius: 1.4em;
    padding: 1em;
    font-size: 0.85em;
    margin: 0.2em;
  }
  .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;
  }
  .reason_box_right ul {
    padding-left: 1em;
  }
  .reason_box_right ul li {
    padding-bottom: 0.2em;
  }
  /*--------------------------------------------------
実績部分
-----------------------------------------------------*/
  .slider {
    margin: 1.5em 0em;
  }
  /*--------------------------------------------------
利用の流れ
-----------------------------------------------------*/
  .use_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .use_area_box {
    width: 100%;
    text-align: left;
    background-image: url("../images/use_bg.jpg");
    background-size: cover;
    margin: 1em 0em 0em;
    padding: 1em;
    background-color: #fff;
    box-shadow: 2px 2px 4px #ccc;
  }
  .use_title {
    font-size: 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.5em;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  th {
    background-color: #f0f0f0;
    font-weight: bold;
    text-align: left;
  }
  td {
    background-color: #fff;
    text-align: left;
  }
  /* -------------------------------
スマホでは行が列になるテーブル
----------------------------------*/
  .table_style_01 {
    text-align: left;
    vertical-align: middle;
  }
  .table_style_01 tr, .table_style_01 th, .table_style_01 td {
    display: block;
  }
  .table_style_01 th, .table_style_01 td {
    width: 100%;
  }
  /* -------------------------------
店舗パック
----------------------------------*/
  .pack_text {
    font-size: 1em;
    line-height: 1.7em;
    font-weight: bold;
  }
  .pack_box {
    margin: 2em 0em 1em;
    background-color: #fff;
    border: 3px solid #ed6f1f;
  }
  .pack_box_title {
    font-size: 1em;
    color: #fff;
    margin: 0em 0em;
    padding: 1em 0em;
    background-color: #ed6f1f;
  }
  .pack_title {
    font-weight: bold;
    font-size: 1.5em;
  }
  .pack_box_inr {
    padding: 1em 0.5em;
    text-align: left;
  }
  .pack_box_img {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1em;
    width: 100%;
  }
  .pack_box_inr_right {
    width: 100%;
  }
  .pack_box_img img {
    width: 100%;
  }
  .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: 100%;
  }
  .price_title {
    font-size: 1em;
    background-color: #271c08;
    color: #fff;
    padding: 0.5em 1em;
  }
  .price_inr {
    text-align: left;
    padding: 1em 0.5em;
  }
  .big02 {
    font-size: 1em;
  }
  .text_red {
    color: red;
    font-weight: bold;
  }
  .text_small {
    font-size: 0.7em;
  }
  .banner {
    margin: 0 auto;
    width: 100%;
  }
  .price_table th {
    width: 35%;
    text-align: left;
    font-size: 0.9em;
    background-color: #fff;
    padding: 0.4em;
  }
  .price_table td {
    font-size: 0.9em;
    width: 28%;
    padding: 0.4em;
    background-color: #f0f0f0;
  }
  /* -------------------------------
お問いわせフォーム
----------------------------------*/
  .red_text {
    color: #fff;
    font-size: 0.7em;
    background-color: red;
    padding: 0.3em;
    margin-left: 0.5em;
  }
  input[type="text"] {
    width: 30%;
    height: 30px;
    text-align: left;
    margin: 0 0em;
  }
  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: 100%;
    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 5em;
    text-align: center;
    font-size: 1.1em;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
  .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%;
  }
  .menu_left {
    background-color: #ed6f1f;
    float: left;
    width: 50%;
    padding: 0em 0;
  }
  .menu_right {
    background-color: #269d3e;
    float: left;
    width: 50%;
    padding: 0em 0;
  }
  /*--------------------------------------------------
トップに戻るボタン
-----------------------------------------------------*/
  .pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    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;
  }
}