@charset "utf-8";
/* ---------------------------------------------------
 Layout-Midium
--------------------------------------------------- */
@media only screen and (min-width:480px) and (max-width:1023px){




/*--------------------------------------------------------
  header
--------------------------------------------------------*/
#header {
	margin: auto;    /* 左右中央（IE以外のブラウザ） */
	height: 100px;/* 高さ */
	z-index: 9999;
	margin: 0 auto;
	width: 100%;
	background: #fff;/* バック色 */
	position: fixed;
	z-index: 100;
}


.headerBlock {
	width: 100%;

	height: 100px;/* 高さ */
	margin:0 auto;
	padding: 0;
	position: relative;
	z-index: 100;
}

/* ヘッダーロゴ */
.headerlogo {
	position: absolute;
	top: 5px;
	left: 20px;
	width: 170px;
	height: 50px;
}
.headerBlock > .headerlogo a {
	color: var(--color-white);
}
.headerBlock > .headerlogo a:hover {
	color: var(--color-gray);
}

/* 大阪メトロ徒歩 */
#nav-openhour{
	font-size: 12px;
	margin: 0 auto;
	padding: 0px 290px 0px 25px;    /* パディング */
	right:20px;
	height: 50px;
	width: 66%;
	line-height: 1.5em;
	}


/* インスタアイコン */

#nav-insta{
	padding: 10px 200px 5px 20px;    /* パディング */
	margin: 0;
	position: absolute;/* 子要素 */
	top:5px;
	right:60px;
	width: 250px;
	}


/* 電話番号 */
#nav-tel{
	font-size: 18px;
	padding: 18px 20px 15px 20px;    /* パディング */
	margin: 0;
	position: absolute;/* 子要素 */
	right:0;
	background-color: #000;
}

#nav-tel a{
	color: #fff;
}


/* ナビ項目 */
#nav {
	height: 23px;    /* 左右中央（IE以外のブラウザ） */
	padding: 0;    /* パディング */
	margin: 0;
	position: absolute;/* 子要素 */
	top:70px;/* 上の空き */
	right:20px;/* 右の空き */
	overflow:hidden;
}


#nav ul {
	padding: 0px;
	margin: 0 0 0 123px;
	list-style-type: none; /* リストマークの削除 */
}


#nav ul li {
	height: 25px; /* リンク領域を広げる */
	margin: 0px 0 0 20px;/* 左右の空き 40px */
	padding: 0px;
	overflow: hidden;
	float: left;
}


/*--------------------------------------------------------
サブページ サービス
-------------------------------------------------------


/*トップ画像枠*/
.sub_top-sv{
	width: 100%; /*幅*/
	background-color: #fff;/*背景*/
	height: 350px;
	background: url(../images/sub_sv_top_mid.jpg) no-repeat;
	background-size: 100%;
}



.sub_repair-tx2{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 100px;
	line-height: 2em;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
}



/*共通トップ画像枠*/
.sub_top{
	width: 100%; /*幅*/
	background-color: #fff;/*背景*/
	height: 350px;
	background: url(../images/sub_sv_top_mid.jpg) no-repeat;
	background-size: 100%;
}



/*共通トップテキスト枠*/
.sub_top_tx {
	display: flex;
	justify-content:center;
	flex-wrap: nowrap;
	width: 80%;
	margin: 0 auto;

}


/* 共通日本語見出し */
.sub_top_tx1{
	width: 410px;
	color: #fff;
	font-size: 16px;
	padding-top: 170px;
}


/* 共通英文見出し */
.sub_top_tx2{
	color: #fff;
	font-size: 38px;
	padding-top: 10px;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.2em;
}

/* 共通本文 */
.sub_top_tx3{
	width: 100%;
	color: #fff;
	line-height: 2em;
	padding-top: 170px;

}
/* オンラインページ用 */
.sub_top_tx3-online{
	width: 500px;
	color: #fff;
	line-height: 2em;
	padding-top: 170px;
}


/* タイトル */
.sub_menu-title-j{
  color: #555;
}

.sub_menu-title{
  border-bottom: solid 2px #555;/* 色 */
  display:inline-block;
  padding-bottom: 5px;

  margin-top: 20px;
  margin-bottom: 30px;

	font-family: 'Cinzel', serif;
  font-weight: normal;
  font-size: 40px;
	color: #191970;/* 色 */
  letter-spacing: 0.2em;
}
.sub_menu-title-under{
	font-size: 14px;
  margin-bottom: 80px;
}



/* ブロック1 */
.sub_service{
	width: 100%;
	background: #f7f5f2;
	margin-top: 80px;
	padding: 30px;
}

.sub_service-block {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 0 auto;
}
/* アイコン */
.sub_service-item img{
	background-color :#fff;
	padding: 20px;
}

/* テキスト */
.sub_service-tx {
    width: 55%;/* 幅指定 */
    margin: 20px;
	padding-left: 40px;
}

/* service01 */
.sub_service-tx1a{
    margin-top: 20px;
	font-size: 16px;
	font-family: 'Cinzel', serif;
	color: #555;
}
/* 修理 */
.sub_service-tx1b{
    margin-top: 15px;
	font-size: 35px;
	display: inline-block;
	border-bottom: solid 2px #ddd;
	color: #191970;
}

.sub_service-tx1c{
    margin-top: 20px;
	font-size: 20px;
}

/* 本文 */
.sub_service-tx2{
    margin-top: 40px;
	font-size: 16px;
	line-height: 2em;
	color: #555;
}


/*--------------------------------------------------------
  サブ リペアページ
--------------------------------------------------------*/
/*共通スマホ非表示*/
.sub_top-repair-sp{
	display: none;
}

/*共通トップ画像枠*/
.sub_top-repair{
	width: 100%; /*幅*/
	background-color: #fff;/*背景*/
	height: 350px;
	background: url(../images/sub_repair_top_mid.jpg) no-repeat;
	background-size: 100%;
}


.sub_repair{
	background: #f7f5f2;
}


.sub_repair-tx2{
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
	line-height: 2em;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #555;
}






/*--------------------------------------------------------
  メニュー
--------------------------------------------------------*/

.sub_menu-block {
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}

/* タイトル */
.sub_menu-title-j{
  color: #555;
}

.sub_menu-title{
  border-bottom: solid 2px #ddd;/* 色 */
  display:inline-block;
  padding-bottom: 5px;

  margin-top: 20px;
  margin-bottom: 30px;

	font-family: 'Cinzel', serif;
  font-weight: normal;
  font-size: 40px;
	color: #263B61;/* 色 */
  letter-spacing: 0.2em;
}

.sub_menu-title-under{
	font-size: 14px;
  margin-bottom: 80px;
}


/*--------------------------------------------------------
  レディース
--------------------------------------------------------*/
.sub_ld{
		background: #f7f5f2;
	}

/* コンテナ 親要素 */
.sub_ld-block {
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: 0 auto;
	margin-top: 80px;
}

/* 画像 */
.sub_ld-item {
    width: 40%;/* 幅指定 */
}
.sub_ld-tx{
    width: 50%;/* 幅指定 */
}

/* ladies */
.sub_ld-tx1{
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	color: #263B61;
	padding-top: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
}

.sub_ld-tx1-sp{
	display: none;
}


/*--------------- テーブル設定 --------------------*/
.sub-menu-box{
	width: 100%;
}


.sub_table-menu{
    margin: 0 auto;  /*-- センター揃え --*/
	margin-bottom: 50px;
	width: 100%;  /*-- 横幅900px設定 --*/
  border-collapse: collapse;

}


/*----- 行のカタマリ -----*/
.sub_table-menu tr{
  border-bottom: solid 2px #f6f6f6;
}

.sub_table-menu tr:last-child{
  border-bottom: none;
}



/*----- th 左項目 イラスト-----*/
.sub_table-menu th{
	width: 30%;  /*-- 幅 --*/
	background-color: #fff;
	padding-left: 40px;
	padding-top: 20px;

}


/*----- td 右項目 -----*/
.sub_table-menu td{

  width: 60%;  /*-- 幅70% --*/
  text-align: left;  /*-- 左揃え --*/
  background-color: #fff;
  padding: 40px;
	padding-left: 50px;
  line-height: 1.5em;
  letter-spacing: 0.1em;
	font-size: 21px;
}

.sub_table-menu td span{
	font-size: 16px;
}


.menu-ld-pr{
	font-size: 32px;
	line-height: 1.5em;
	font-family: 'Oswald', sans-serif;


}

.sub-menu-tx{
	padding-bottom: 50px;
	font-size: 12px;

}


/*--------------------------------------------------------
  サブページ オンライン
--------------------------------------------------------*/
/*共通スマホ非表示*/
.sub_top_online-sp{
	display: none;
}

/*共通トップ画像枠*/
.sub_top_online{
	width: 100%; /*幅*/
	background-color: #fff;/*背景*/
	height: 350px;
	background: url(../images/sub_online_top_mid.jpg) no-repeat;
	background-size: 100%;
}






/*--  step  --*/
.sub_step-box{
	background: #f7f5f2;
	margin-top: 80px;
}

.sub_online-block {
	margin: 0 auto;
	text-align: center;
	margin-top: 100px;
}


.sub_step-block{
	margin-top: 80px;
	text-align: center;
}

.sub_step{
  border-bottom: solid 2px #ddd;/* 色 */
  display:inline-block;
  padding-bottom: 5px;


  margin-top: 20px;
  margin-bottom: 30px;

	font-family: 'Cinzel', serif;
  font-weight: normal;
  font-size: 40px;
	color: #263B61;/* 色 */
  letter-spacing: 0.2em;

}

/*--  step図  --*/
.sub_step-gr-sp{
	display: none;
}


.sub_step-gr{
	display: block;
	max-width: 700px;
	margin: 0 auto;
	padding-top: 50px;
}


/*--  step 各ブロック  --*/
.sub_step01{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding-top: 50px;
}


.sub_step-tx{
	width: 50%;
	padding: 20px;
}
.sub_step-tx1{
	margin-bottom: 30px;
}
.sub_step-tx1a{
	font-family: 'Cinzel', serif;
	color: #263B61;
	font-size: 18px;
	display: inline-block;
	border-bottom: solid 2px #ddd;

}
.sub_step-tx1b{
	font-size: 60px;


}
.sub_step-tx1c{
	font-size: 24px;
	padding-top: 20px;
}
.sub_step-tx2{
	line-height: 2em;
	color: #555;
	margin-bottom: 50px;
}
.sub_step-tx2-s{
	font-size: 14px;
}
.sub_step-vect{
	width: 100px;
	margin: 0 auto;
}

.sub_step-tx2-2{
	font-size: 15px;
	border-top: solid 1px gray;
	padding: 20px 0 0 0 ;
}

/* 送付先 */
.sub_step-tx2-adress{
	border: solid 1px #555;
	padding: 30px;
}
.sub_step-tx2-cp{
	font-size: 14px;
	padding-top: 30px;
	}





/* step01 メール問い合わせ */
.sub_step-mail{
	width: 100%;
	background: #fff;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	color: #263B61;

    display: inline-block;
    transition: all .4s ease-in-out;
}
.sub_step-mail:hover {
    box-shadow: 1px 1px 12px rgba(0,0,0,.3);
}


/* step01 電話問い合わせ */
.sub_step-phone{
	width: 100%;
	background: #fff;
	padding: 30px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
	color: #263B61;


    display: inline-block;
    transition: all .4s ease-in-out;

}
.sub_step-phone:hover {
    box-shadow: 1px 1px 12px rgba(0,0,0,.3);
}

/* step03 依頼シート */
.sub_step-sheet{
	width: 100%;
	background: #fff;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
	color: #263B61;


    display: inline-block;
    transition: all .4s ease-in-out;

}
.sub_step-sheet:hover {
    box-shadow: 1px 1px 12px rgba(0,0,0,.3);
}




/* アイコン */
.sub_step-item {
    width: 40%;/* 幅指定 */
    margin: 20px;


}




/*--------------------------------------------------------
 サブ FAQ　ページ
--------------------------------------------------------*/


/* トップ画像 */
.sub_top_faq-sp{
	display: none;
}

.sub_top_faq{
	width: 100%; /*幅*/
	background-color: #fff;/*背景*/
	height: 350px;
	background: url(../images/sub_faq_top-mid.jpg) no-repeat;
	background-size: 100%;
}



/*----- アコーディオン -----*/


.sub-faq-ac-container {
  position: relative;
  width: 100%;
  border: 1px solid #fff;/* 囲い罫 */
  border-top: none;
  outline: 0;
  cursor: pointer;
}


/* 各ブロック */
.sub-ac-block{
  padding-bottom: 30px;
}




/* ベース */
.sub-faq-ac-container .sub-faq-ac-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 0.625em 4em 0.625em 2em;
  font-weight: normal;
  color: #000;/* 文字色 */
  background: #f7f5f2;/* ベースカラー */
  cursor: pointer;
	line-height: 1.8em;
}


.sub-faq-ac-container .sub-faq-ac-title:hover,
.sub-faq-ac-container .sub-faq-ac-title:active,
.sub-faq-ac-container .content-entry.open .sub-faq-ac-title {
  background-color: #666;
  color: white;
}

.sub-faq-ac-container .sub-faq-ac-title:hover i:before,
.sub-faq-ac-container .sub-faq-ac-title:hover i:active,
.sub-faq-ac-container .content-entry.open i {
  color: white;
}

.sub-faq-ac-title{
  position: relative;
}


/* 矢印 */
.sub-faq-ac-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #222;
  border-right: solid 2px #222;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sub-faq-ac-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

/* 下層 */
.sub-ac-content {
  display: none;
  padding: 20px;
  text-align: justify;
  line-height: 1.8em;
}

/* CSS for CodePen */
.sub-faq-ac-container {
  width: 80%;/* 幅 */
  margin: 1.875em auto;/* 上の空き+左右センター */
	margin-top: 80px;
}








/*--------------------------------------------------------
 サブ aboutページ
--------------------------------------------------------*/

  /*共通スマホ非表示*/
  .sub_top_about-sp{
    display: none;
  }

  /*共通トップ画像枠*/
  .sub_top_about{
  	width: 100%; /*幅*/
	background-color: #fff;/*背景*/
	height: 350px;
	background: url(../images/sub_service_top.jpg) no-repeat;
	background-size: 100%;
}


/*----- 全体の空き -----*/
.sub-about-block{
	margin: 0 auto;
	background-color: #f7f5f2;
	margin-top: 50px;
	padding-top: 50px;
 	margin-bottom: 80px;
	padding-bottom: 50px;
}


/*----- テーブル設定 -----*/

.sub-about-table{
	margin: 0 auto;  /*-- センター揃え --*/
 	width: 80%;  /*-- 横幅900px設定 --*/
  border-collapse: collapse;

}


/*----- 行のカタマリ -----*/
.sub-about-table tr{
  border-bottom: solid 1px #ddd;

}

.sub-about-table tr:last-child{
  border-bottom: none;
}



/*----- th 左項目 -----*/
.sub-about-table th{
	font-size: 14px;
	color: #263B61;
  width: 20%;  /*-- 幅70% --*/
  text-align: left;  /*-- 左揃え --*/
  background-color: #f7f5f2;
  padding: 30px 30px;
  line-height: 2em;
  letter-spacing: 0.1em;


}


/*----- td 右項目 -----*/
.sub-about-table td{
  font-size: 14px;
  width: 70%;  /*-- 幅70% --*/
  text-align: left;  /*-- 左揃え --*/
  background-color: #f7f5f2;
  padding: 30px 30px;
  line-height: 2em;
  letter-spacing: 0.1em;
}




/*--------------------------------------------------------
 サブ contactページ
--------------------------------------------------------*/
/*共通スマホ非表示*/
.sub_top_Form-sp{
  display: none;
}

/*共通トップ画像枠*/
.sub_top_Form{
	width: 100%; /*幅*/
	background-color: #fff;/*背景*/
	height: 350px;
	background: url(../images/sub_service_top.jpg) no-repeat;
	background-size: 100%;
}



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

.sub-Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
	width: 80%;
}


.sub-Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}



.sub-Form-Item:nth-child {
  border-bottom: 1px solid #ddd;
}


/*----- 左 項目 -----*/
.sub-Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 14px;
}


.sub-Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}



/*----- 左 必須マーク -----*/

.sub-Form-Item-Label-Required {

  border-radius: 6px;
  margin-right: 6px;
  padding-top: 6px;
  padding-bottom: 6px;

  width: 48px;
  display: inline-block;
  text-align: center;
  background: #263B61;
  color: #fff;
  font-size: 10px;
}


/*----- 右 入力フォーマット -----*/

.sub-Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 14px;
}




.sub-Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}



/*----- 送信するボタン -----*/

.sub-Form-Btn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: #263B61;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: 1px solid #263B61;
	text-align: center;
}



/*--------------------------------------------------------
  画像アップロード

--------------------------------------------------------*/
input[type="file"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

#form1{
	margin: 0 auto;
	font-size: 12px;
	letter-spacing: 0.05em;
}

label {
  padding: 10px 60px;
  margin: 10px 0 30px 0;
  background: #aaa;
  color: #fff;
  display: inline-block;
  cursor: pointer;

}

.fileclear {
  display: none;
  margin: 10px 0 0;
  text-decoration: underline;
  font-weight: bold;
  cursor: pointer;
}



/*--------------------------------------------------------
共通　PRIVACY POLICY ページ
--------------------------------------------------------*/

.sub_privacy{
	background: #000;
}

.sub_privacy-top{
	width: 100%;
	margin: 0 auto;
}

/* 日本語見出し */
.sub_privacy-subtitle{
	width: 410px;
	color: #fff;
	font-size: 16px;
	padding-top: 130px;
	padding-left: 50px;
}

/* 英文見出し */
.sub_privacy-title{
	color: #fff;
	font-size: 35px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.2em;
	width: 500px;
}






.pv-top{
	width: 80%;

	line-height: 2em;
	margin: 0 auto;
	padding-top:100px;
	padding-bottom: 50px;
	text-align: justify;
	margin-bottom: 50px;
	color: #555;
}


.pv-title{
	color: #555;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 30px;
  text-align: center;
}

.pv-title-sub{
	width: 80%;

	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 16px;
	color: #555;
	font-weight: bold;
	padding: 0.5em 1em;/*上下 左右の余白*/
  color: #494949;/*文字色*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #ddd;/*左線*/
	}


.message-pv{
	color: #555;

}

.message-pv p{
	width: 80%;

	line-height: 2em;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 70px;
	text-align: justify;
	color: #555;

}

/*--------------------------------------------------------
  サブページ リクルート
--------------------------------------------------------*/

.sub_recruit{
	background: #000;
}

.sub_recruit-top{
  width: 100%;
	margin: 0 auto;
}

/* 日本語見出し */
.sub_recruit-subtitle{
	width: 410px;
	color: #fff;
	font-size: 16px;
	padding-top: 130px;
	padding-left: 50px;
}

/* 英文見出し */
.sub_recruit-title{
	color: #fff;
	font-size: 35px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: 'Cinzel', serif;
	letter-spacing: 0.2em;
}

/* 本文 */
.sub_recruit-area{
	width: 70%;
	margin: 80px auto;
	line-height: 3em;

}




/*--------------------------------------------------------
  共通 contact
--------------------------------------------------------*/
.contact-sub{
  width: 50%;
	font-family: 'Cinzel', serif;
  font-size: 18px;
  letter-spacing: 0.1em;

  margin: 0 auto;
  margin-top: 150px;

  padding-top: 20px;
	padding-bottom: 20px;

  text-align: center;
	color: #263B61;/* 色 */
	background-color: #fff;

  border: 2px solid #333;
  border-radius: 0;
  -webkit-box-shadow: 4px 4px 0 #333;
  box-shadow: 4px 4px 0 #333;
}

.contact-sub:hover {
  -webkit-box-shadow: -4px -4px 0 #333;
  box-shadow: -4px -4px 0 #333;
}

/* 修理依頼 ボタン */
.contact-sub-request{
  width: 70%;
  font-size: 21px;
  letter-spacing: 0.1em;

  margin: 0 auto;
  margin-top: 50px;
	margin-bottom: 30px;

  padding-top: 30px;
	padding-bottom: 30px;

  text-align: center;
	color: #fff;/* 色 */
	background-color: #263B61;

}



/*--------------------------------------------------------
  ABOUT + RECRUIT
--------------------------------------------------------*/

/*--- 全体 --*/
.article_about{
	padding-top: 50px;
	padding-bottom: 20px;
	height: 350px;/*高さ*/
}

/*--- 2カラム --*/
.container-about{
	height: 300px;/*高さ*/

}

/*画像 ABOUT*/
.about-block{
	display:  inline-block;
	width: 50%;/*幅*/
	height: auto;

	padding: 0px;
	color: #fff;

	background: url(../images/about-image1.jpg) no-repeat;/*画像*/
	background-size: 100%;
}


/*画像 RECRUIT*/
.recruit-block{
	display:  inline-block;
	width: 50%; /*幅*/
	height: auto;

	background-color: #999;/*背景*/
	padding: 0px;
	color: #fff;

	background: url(../images/recruit-image2.jpg) no-repeat;/*画像*/
	background-size: 100%;
}


/*画像のせテキスト*/
.about_tx1{
	font-family: 'Cinzel', serif;
	font-size: 35px;
	color: #fff;
	letter-spacing: 0.3em;
	text-align: center;
	padding-top: 50px;/*上の空き*/
}

.about_tx2{
	text-align: center;
	padding-top: 20px;
	width: 70%;
	margin: 0 auto;
	line-height: 2em;
	margin-bottom: 20px;
}




/* more */
.more-about{
	font-family: 'Cinzel', serif;
    font-size: 16px;

    width: 60%;
	margin: 0 auto;
	margin-top: 30px;


    letter-spacing: 0.1em;

    padding-top: 20px;
    padding-bottom: 20px;


}




/*--------------------------------------------------------
  フッター
--------------------------------------------------------*/

	/*-- ナビ カラム --*/
	.col_6 {
		display: flex;
		padding: 10px;
		margin: 50px auto;
		background-color: #263B61;/*背景色*/
		justify-content: center; /* センター揃え */
		font-family: 'Cinzel', serif;
		font-size: 16px;
	}


	/*--- フッター メニュー全体 ---*/
	.col_6 ul {
		display: flex;
		align-items: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	/*--- フッター メニュー個別 ---*/
	.col_6 ul li {
		margin-left: 20px;
		margin-right: 20px;

	}
	.col_6 ul li a {
		color: var(--color-white);/* 文字色 白 */
		font-weight: bold;/* フォント太さ */

	}
	.col_6 ul li a:hover {
		color: var(--color-gray);
	}



	/*--- フッター ロゴ ---*/


	/*--- 2カラム --*/
	.container-footer{
		display:flex;/*フレックスボックス*/
		margin: 0 auto;/*センター揃え*/
		width: 90%;/*幅*/
	}

	.footer-logo{
		width: 200px;
		padding-top: 10px;
		padding-bottom: 20px;
	}


	/*画像 ABOUT*/
	.footer2{
		display:  inline-block;
	}


	.footer-open{
		padding-left: 30px;
		padding-top: 10px;
		line-height: 2em;
		font-size: 15px;
		margin: 0 auto;
	}

	.footer-tel{
		font-size: 30px;
		padding-top: 10px;
		padding-left: 30px;

	}
	.footer-tel a:link { color:#000; }
	.footer-tel a:visited{ color:#000; }
	.footer-tel a:hover{ color:#555; }
	.footer-tel a:active{ color:#000; }



	/*--- フッター 個人情報保護方針 ---*/
	.footer-pv{
		padding-top: 20px;
		padding-bottom: 40px;
		text-align: center;
		font-size: 12px;
		color: #000;
	}
	footer > .footer-pv a {
		color: var(--color-BLACK);
	}
	footer > .footer-pv a:hover {
		color: var(--color-gray);
	}


	/*--- フッター コピーライト ---*/
	.footer-cp{
		font-size: 12px;
		padding-bottom: 30px;
		color: #000;
		text-align: center;
	}



　　PC共通
***********************************/
.pcLayer,
img.pcImg {
	display: block !important;
}
.spLayer,
img.spImg {
	display: none !important;
}

.c-both {
	clear: both;
}



/***********************************
共通memo

	font-family: 'Cinzel', serif;

	font-family: 'Oswald', sans-serif;

	font-family: 'Roboto', sans-serif;

font-family: 'Noto Sans JP', sans-serif;

midnightblue
#263B61


#ddd

tan
#d2b48c

#CCA470


茶
#D1A469


*****************/


}
