@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%;
}
    /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*記事(ボディ)エリア*/
.article {
  border-left: none;
  border-right: none;
  font-size: 1.5em; /*=15px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
    overflow: hidden;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 100%;
  margin: 0 auto; 
}
    
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }
    
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position:static;
   position: -webkit-static;
  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 {
  flex: 0 0 28%; 
    padding: 0.5em 0;       
}
/*ヘッダーの問い合わせボタン*/
.header_btn {
  flex: 0 0 20%;               /* 幅23%固定 */
  text-align: center;
  text-decoration: none;
  background-color: #a30d58;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  padding: 0.8em 1em;  
  margin-right: 2em;
}
    /*--------------------------------------------------
ハンバーガーメニュー
-----------------------------------------------------*/
    /*　ハンバーガーボタン　*/
    .hamburger {
      display: block;
      position: fixed;
      z-index: 5003;
      top: 1.5%;
      right: 2%;
      width: 40px;
      height: 40px;
      cursor: pointer;
      text-align: center;

  }

  .hamburger span {
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      left: 6px;
      background: #b066a6;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;
  }

  .hamburger span:nth-child(1) {
      top: 3px;
  }

  .hamburger span:nth-child(2) {
      top: 13px;
  }

  .hamburger span:nth-child(3) {
      top: 23px;
  }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
      top: 16px;
      left: 6px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
      top: 16px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }

  nav.globalMenuSp {
      display: block;
      position: fixed;
      z-index: 5002;
      top: 0;
      left: 0;
      color: #b066a6;
      background: #fff;
      text-align: center;
      transform: translateY(-100%);
      transition: all 0.6s;
      width: 100%;
  }

  nav.globalMenuSp ul {
      display: block;
      background: #fff;
      margin: 0 auto;
      padding: 0;
      width: 100%;
  }

  nav.globalMenuSp ul li {
      display: block;
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px solid #b066a6;
  }

  nav.globalMenuSp ul li:last-child {
      padding-bottom: 0;
      border-bottom: none;
  }

  nav.globalMenuSp ul li:hover {
      background: #f1ecdd;
  }
  nav.globalMenuSp ul li:hover a {
    opacity: 1;

  }

  nav.globalMenuSp ul li a {
      display: block;
      color: #b066a6;
      font-size: 1.3em;
      padding: 1em 0;
      text-decoration: none;
      font-weight: 600;
  }
  nav.globalMenuSp ul li:before {
      display: none;
  }

  /* このクラスを、jQueryで付与・削除する */
  nav.globalMenuSp.active {
      transform: translateY(0%);
  }

  .h-text {
      width: 50px;
      font-size: 10px;
      color: #333;
      text-align: center;
      display: inline-block;
      font-weight: bold;

  }


 


 /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
  font-size: 1.6em;
  margin: 0 0 1em;
  line-height: 1.3;
  letter-spacing: 0.5px;
}

h3 {
padding-bottom: 10px;
	font-size: 32px;
  font-weight: 100;;
	background-image: repeating-linear-gradient(90deg, #b4a983 0, #b4a983 2px, rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);
	background-size: 4px 4px;
	background-repeat: repeat-x;
	background-position: center bottom;
  margin: 0 0 0.7em;
}



h4 {
	position: relative;
	padding-left: 90px;
	font-size: 20px;
    color: #b066a6;
line-height: 1.4;
	border-bottom: 2px solid #b066a6;
  padding-bottom: 8px;
  margin: 0 0 1em;
}

h4 span {
	position: relative;
	z-index: 2;
}

h4::before {
	content: attr(data-en);
	position: absolute;
	bottom: -7px;
	left: 0;
	color: rgba(191,161,202,0.4);
	font-size: 50px;
	text-transform: uppercase;
	z-index: 1;
}

.tit_logo {
  width: 65%;
  margin: 0 auto 1em;
}

h5 {
  font-size: 1.2em;
  border-left: 3px solid #bfa1ca;
  font-weight: 600;
 padding-left: 8px;
  margin: 0 0 1em;
  line-height: 1.3;
}

/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}

/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.section_cta {
  background-image: url("../images/bg_cta.jpg");
  background-size: cover;
  padding: 2em 0 ;
}

.tit_cam {
  width: 95%;
  margin: 0 auto 1.5em;
}
.btn_cta_cam {
  width: 90%;
  margin: 1em auto 0;
}



.tit_cta02 {
  width: 98%;
  margin: 0 auto 1.5em;
}

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/
.sec_tit_sec01 {
  padding: 2em 0em ;
}
.tit_sec01 {
  width: 48%;
  margin: 0 auto;
}


.section_01 {
  background-image: url("../images/bg_sec01_sp.jpg");
  background-size: cover;
  background-position: bottom center;
    padding: 2em 0em ;
}
.txt_sec01 {
  text-align: center;
}

.section_02 {
  background-image: url("../images/bg_sec02.jpg");
  background-size: cover;
  background-position: bottom center;
  padding: 3em 0em  5em;
}
.section_03 {
  background-color: #fff;
  padding: 0 0 3em;

}

.section_04 {
  background-image: url("../images/bg_sec04.jpg");
  background-size: cover;
    padding: 3em 0em 3em;
}

.section_05 {
  background-image: url("../images/bg_sec05.jpg");
    padding: 3em 0em 2em;
}
.section_06 {
  background-image: url("../images/bg_sec06.jpg");
    padding: 3em 0em 4em;
}

/*--------------------------------------------------
利用シーン
-----------------------------------------------------*/
.img_sec02 {
  float: none;
  width: 90%;
    padding: 0 ;
}
.txt_sec02 {
    float: none;
  width: 95%;
  padding: 0;
  margin: 0 auto;
  font-size: 1.1em;
}

ul.ul_nayami {
  margin: 0;
  padding: 0 0 2em;
  position: relative;

}

ul.ul_nayami li {
  line-height: 1.4;
  padding: 0.5em 0 0.5em 2.2em;
  list-style-type: none!important;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative; /* アイコンの位置調整用 */
}

ul.ul_nayami li img.icon {
  width: 24px; /* アイコンのサイズを調整 */
  height: 24px;
  position: absolute;
  left: 0.3em; /* 左端からの距離 */
  vertical-align: middle;

}

ul.ul_nayami li:last-of-type {
  border-bottom: none;
}

/*--------------------------------------------------
サンプル動画
-----------------------------------------------------*/
.tit_movie {
    width: 95%;
    margin: 0 auto 1em;    
   
}

.ctn_movie {
  margin-top: 2em;
}

.box_movie1,.box_movie {
    width: 95%;
    margin: 0 0 1em;
}


.iframe-wrap {
    position: relative;
    width: 95%;
    padding-top: 56.25%;
    overflow: auto;
    margin: 1.5em auto 0;
}




/*--------------------------------------------------
特徴
-----------------------------------------------------*/

.txt_future01 {
  float: none;
  width: 95%;
    padding: 1em 0 ;
    margin: 0 auto;

}
.img_future01 {
  float: none;
  width: 95%;
  padding: 0;
 margin: 0 auto 1em;

}

.txt_future02 {
  float: none;
  width: 95%;
    padding: 1em 0 ;
    margin: 0 auto;
}
.img_future02 {
  float: none;
  width: 95%;
  padding: 0;
 margin: 0 auto 1em;
}

.txt_future03 {
  float: none;
  width: 95%;
    padding: 1em 0 ;
    margin: 0 auto;

}
.img_future03 {
  float: none;
  width: 95%;
  padding: 0;
 margin: 0 auto ;
}


/*--------------------------------------------------
匠プラン
-----------------------------------------------------*/
.tit_takumi {
  width: 95%;
  margin: 4em auto 1em;

}
.img_price_wrap {
  width: 100%;                  /* 画面いっぱい */
  overflow-x: auto;             /* 横スクロール有効化 */
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; /* スマホで慣性スクロール */
  text-align: center;           /* なくても可。中央寄せなら */
}

/* 横幅を固定する画像 */
.img_price {
  width: 1100px;   /* 画像を大きく指定 */
  max-width: none; /* コンテナ幅で縮まないようにする */
  padding: 0.5em;
  margin: 0 auto 1em;
  display: block;
}
.tit_flow {
    width: 95%;
    margin: 2em auto 0;    
   
}

.flow_takumiplan {
  width: 95%;
  margin: 2em auto 0;
}

/*--------------------------------------------------
修プラン
-----------------------------------------------------*/
.tit_osamu {
  width: 95%;
  margin: 0 auto 1em;

}
.box_osusume {
  padding: 1.5em 1em ;
  width: 95%;
  margin: 1em auto 2em;
}
.tit_osusume {
  width: 95%;
  margin: 0.5em auto 0;
}
.img_osusume {
  float: none;
  width: 100%;
}
.txt_osusume {
  float: none;
  width: 100%;
  padding-top: 0.5em;
}
.flow_osamuplan {
  width:95% ;
  margin: 2em auto 0;
}


/*--------------------------------------------------
メッセージ
-----------------------------------------------------*/
.txt_message {
  float: none;
  width: 98%;
  padding: 1em;
  margin: 0 auto;
}
.img_message {
  float: none;
  width: 95%;
  margin: 0 auto 1em;
}

.img_ceo {
  width: 70%;
  margin: 0 auto;
}

.logo_message {
  width: 80%;
  margin: 0 auto .5em;
}



/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.qa {
  width: 30%;
  margin: 2em auto 1em;
}
.accordion {
    max-width: 95%;
    padding:  0;
    text-align: left;
    margin: 0 auto;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden {
    display: none;
}

/* Question部分 */
.accordion-open {
    display: block;
    padding: 1em 3em 1em 1em;
    cursor: pointer;
    margin: 7px 0;
    position: relative;
    background-color: #ebe1ee;
    font-weight: bold;
    font-size: 1.1em;
    text-align: left;
    border-radius: 10px;
    /* 変更部分 */
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #a30d58;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
    transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    opacity: 0;
    transition: 0.5s;
    /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
    height: auto;
    opacity: 1;
    padding: 10px 1.5em;

}

/*--------------------------------------------------
お問い合わせフォーム
-----------------------------------------------------*/


.wrap_form {
  margin: 0 auto;
  padding: 1em 1em 1em;
  border-radius: 10px;
}    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/


#sp_btn {
        display: block!important;
        width: 100%;
        background:rgba(0,0,0,0.5);
        text-align: center;
        padding: 1em ;
        transition: .3s;
    }
        
 #sp_btn img {
        width: 100%;
    }
    
.fixed {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 100000;
        
    }



/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  padding: 2em 2em 10em;
  font-size: 1.2em;
}
}