@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: 5em;
    overflow: hidden;
  }
  /*本体*/
  .main {}
  /*カラム部分*/
  .main-in {
    padding: 1.5em 0;
  }
  /*カラム内部のサイズ*/
  .main-contents .contents {
    margin-bottom: 0em;
    padding: 0 10px;
  }
  /*段落タグ*/
  .main-contents p {
    line-height: 1.8em;
  }
  /*全体のフォントサイズ*/
  .main-contents {
    font-size: 1.5em;
  }
  /*-----------------------------------------------------------------------------------------------------
ｈタグの設定(スマホ)
-----------------------------------------------------------------------------------------------------*/
  /*H2タグ*/
  .main-contents h2 {
    margin: 0 0 0.5em;
    padding: 0.5em;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
  }
  /*H3タグ*/
  .main-contents h3 {
    margin: 0 0 0.5em;
    padding: 0.3em 0.5em;
    font-size: 1.4em;
    font-weight: bold;
  }
  /*H4タグ*/
  .main-contents h4 {
    margin: 0 0 1.5em;
    padding: 0.3em;
    border: 1px solid #8e8e8e;
    font-weight: bold;
  }
  /*H5タグ*/ bbny .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: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid #ccc;
  }
  #header-in {
    background-color: rgba(255, 255, 255, 0.2);
    position: relative;
    padding: 0em 0em 0.5em;
  }
  /*ヘッダーロゴ*/
  #header #header-title {
    float: left;
    width: 28%;
    margin-top: 5px;
    margin-left: 5px;
  }
  #header .header-logo {
    margin-bottom: 0em;
  }
  #header .header-logo img {
    width: 100%;
  }
  /*ヘッダー 電話ボタン*/
  .header_tel {
    display: none;
    width: 35%;
    float: right;
    margin: 1em 0.5em 0em;
  }
  .header_tel img {
    width: 100%;
  }
  /*ヘッダー 問い合わせボタン*/
  .header_web {
    width: 45%;
    float: right;
    margin: 0.8em 0.3em 0em;
  }
  .header_web img {
    width: 100%;
  }
  /*-----------------------------------------------------------------------------------------------------
ファーストビュー(ヘッダー画像)
-----------------------------------------------------------------------------------------------------*/
  #main-image {
    padding-top: 0em;
    height: auto;
    
  }
  /*--------------------------------------------------------------------------------------------------
※※※※※※※※※メイン部分(ボディ) ※ここに案件独自のcssを記述していく
-----------------------------------------------------------------------------------------------------*/
  .subhead {
    margin: 0 -2em;
    margin-bottom: 1.5em;
  }
  .section_contact {}
  .section_contact img {
    width: 100%;
  }
  .section_contact_in {
    background-color: transparent;
  }
  .section_01 {
    background-color: #fff;
  }
  .section_01_in {
    background-color: transparent;
  }
  .section_02 {
    background-color: #f6f6f6;
  }
  .section_02_in {
    background-color: transparent;
  }
  .section_03 {
    background-image: url(" ../images/bg_001.png"); /* 全体の背景画像 */
    background-repeat: no-repeat; /* 背景を繰り返さない */
    background-position: 50% 50%; /* 背景画像の位置は画面中央 */
    background-attachment: fixed; /* 背景画像を固定する */
    background-size: cover;
  }
  .box_contact {
    background-color: #fff;
    padding: 0.5em 1em 1em;
    margin: 0.5em 0em;
  }
  .box_contanct_inr {
    display: block;
  }
  .box_contact_inr_left {
    background-color: #f2f2f2;
    padding: 0.5em 0.8em;
    width: 96%;
    float: none;
    font-size: 70%;
    margin-right: 0px;
    margin: 0em auto 0.5em;
  }
  .box_contact_inr_left p, .box_contact_inr_right p {
    line-height: 1.5em;
  }
  .box_contact_inr_right {
    background-color: #f2f2f2;
    padding: 0.5em 0.8em;
    width: 96%;
    float: none;
    line-height: 1.4em;
    font-size: 70%;
    margin: 0 auto;
  }
  .box_inr_tel {
    background-color: #f2f2f2;
    margin: 0.5em 0;
    padding: 0.5em 0.8em;
  }
  .box_pro {
    background-color: #f9f9f9;
    padding: 1em 2em;
    margin-bottom: 1em;
  }
  .box_point {
    background-color: #f9f9f9;
    padding: 1em 2em;
    margin-bottom: 1em;
  }
  .pc_btn {
    display: none;
  }
  .sp_btn {
    display: block;
  }
  .area_tokutyo {
    display: block;
    margin: 0 0em;
  }
  .box_tokutyo {
    width: 100%;
    margin-right: 0px;
    font-size: 0.9em;
    margin-bottom: 1em;
  }
  .box_koe {
    background-color: #fff;
    padding: 1em 1em 1.5em;
    margin: 0 0em;
    margin-bottom: 1em;
    font-size: 1em;
  }
  .box_henkin {
    background-color: #fff;
    padding: 1em 1em;
    margin-bottom: 1em;
  }
  .title_koe {
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.6em;
    border-bottom: 1px solid #f2f2f2;
  }
  .title_q {
    color: #9E9E9E;
    font-size: 1em;
  }
  .area_mudanbou {
    display: block;
    margin: 0 0em;
  }
  .box_mudanbou {
    width: 90%;
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .box_secret {
    background-color: #fff;
    padding: 1em 1em 1.5em;
    margin: 1em 0em;
    margin-bottom: 1em;
  }
  .title_secret {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0.5em;
    margin: 0 -1em;
    margin-bottom: 1em;
  }
  .area_movie {
    display: block;
    margin: 0 0em 0em;
  }
  .box_movie {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 1em;
    text-align: center;
  }
  .box_name {
    text-align: right;
  }
  .box_name img {
    width: 40%;
  }
  .box_point {
    background-color: #f9f9f9;
    padding: 1em 1em;
    margin-bottom: 1em;
  }
  .box_koe {
    background-color: #fff;
    padding: 1em 2em 1.5em;
    margin: 0 -2em;
    margin-bottom: 1em;
    font-size: 0.9em;
  }
  .title_koe {
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.6em;
    border-bottom: 1px solid #f2f2f2;
  }

/*ステップフローのCSS*/

.step__boxes {
  margin-top: 10px;

}

.step-box {
  padding: 20px 0;
}
.step-box__content {
  flex-direction: column;
  gap: 15px;
  
}

.step-box__image {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.step-box__body {
  width: 100%;

}

.step-box__text {
  padding: 0.3em 0.5em;
}

/* アクセス */
.access_text {
  flex-direction: column;
  gap: 20px;
}



  /*--------------------------------------------------------
問い合わせ部分
--------------------------------------------------------*/
  .box_entry {
    background-color: #fff;
    padding: 0em 1em 1em;
    border-radius: 5px;
    margin-top: 0em;
    margin: 0 0.5em;
    margin-bottom: 0em;
    overflow: auto;
  }
  .entry_tel {
    width: 100%;
    float: none;
    margin: 0.5em 0em 0em;
  }
  .entry_mail {
    width: 100%;
    float: none;
    margin-top: 1em;
  }
  /*--------------------------------------------------------
Youtube調整タグ
--------------------------------------------------------*/
  .youtube_size {
    width: 100%;
    height: 440px;
  }
  /*--------------------------------------------------------
よくある質問
--------------------------------------------------------*/
  .box_qa {
    background-color: #efefef;
    margin: 0px;
    padding: 0.5em;
  }
  .box_qa_q {
    background-color: #fff;
    padding: 0.5em 1em;
    border-bottom: 1px solid #ccc;
    font-size: 100%;
    font-weight: bold;
    color: #CD3B3E;
  }
  .box_qa_a {
    background-color: #fff;
    padding: 0.5em 1em;
  }
  /*--------------------------------------------------------
メールフォーム部分
--------------------------------------------------------*/
  /*全体*/
  .mailform {
    background-image: url(../images/bg_mail.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin: 0em 0em 1em;
    padding: 1em 0em 1.5em;
    border-radius: 20px;
    box-shadow: 0px 0px 1px #594a42;
  }
  /*入力部分*/
  .input {
    margin: 0em 0em 0em;
    padding: 1em 1em;
    font-color: #000;
  }
  .input_style {
    width: 100%;
    height: 60px;
    font-size: 100%;
    border-radius: 8px;
    margin-bottom: 0.5em;
    text-align: center;
    color: #7b7b7b;
  }
  input[type="image"] {
    width: 100%;
    text-align: center;
    margin: 0em;
  }
  /*注意部分の文字*/
  .caution {
    margin: 0em;
    padding: 0;
    font-size: 90%;
    color: #990000;
    text-align: center;
  }
  /*--------------------------------------------------------
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%;
  }
  /*-----------------------------------------------------------------------------------------------------
フッター部分
-----------------------------------------------------------------------------------------------------*/
  #footer {
    padding: 1em 0em;
    font-size: 1em;
  }
  /* ------------------------------
   スライダー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%;
  }
  /* ------------------------------
   スライダー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;
  }
}