@charset "utf-8";

/*画面幅900px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------
@media screen and (max-width:900px){*/

@media screen and (max-width:640px){

.pc { display: none;}
.sp { display: inherit;}

body { font-size: 14px; }

.swiper-slide img { max-width: 100%; }


/*bodyの直接の子要素のh1タグ（ページ最上段にあるh1）設定
---------------------------------------------------------------------------*/
#header h1, .pp {
	display: none;
}

#header h2 em {
	font-size: 120%;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}
#page {
	width: 100%;
}
#page h1 {
  position: relative;
  padding: 2.5em 0;
  font-size: 16px;
  text-align: center;
}
#page h1:after {
	width: 50%;
	margin: auto;
	margin-top:10px;
  content: "";
  display: block;
  height: 4px;
//  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
//  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}
/*#page h1 {
     text-align: center;
}
 
#page h1 span{
     position: relative;
     display: inline-block;
     padding-bottom:0.5em;
     border-bottom: 1px solid black;
}
      
#page h1 span::before,
#page h1 span::after {
     position: absolute;
     top: 100%;
     left:50%;
     transform:translateX(-50%);
     content: '';
     border: 10px solid transparent;
}*/
 
#page h1 span::before {
     border-top: 10px solid black;
}
 
#page h1 span::after {
     margin-top: -1px;
     border-top: 10px solid white;
}



/*上部のメインメニュー
---------------------------------------------------------------------------
nav#menu ul {
	height: auto;
	padding: 0;
}*/
/*メニュー１個ごとの設定
nav#menu ul li {
	float: none;
	width: 100%;
	border: none !important;
	background-image: url(../images/btn_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#A98963), to(#511F19));	/*グラデーション
	background-image: url(../images/btn_arrow.png), -webkit-linear-gradient(#A98963, #511F19);	/*同上
	background-image: url(../images/btn_arrow.png), linear-gradient(#A98963, #511F19);			/*同上
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}
nav#menu ul li a {
	padding: 10px 0px 10px 20px;
}
/*最初のメニューの設定
nav#menu ul li:first-child {
	border-radius: 10px 10px 0 0;
}
/*最後のメニューの設定
nav#menu ul li:last-child {
	border-radius: 0 0 10px 10px;
	margin-bottom: 10px;
}
/*英語表記の設定
nav#menu ul li a span {
	display: none;	/*表示させない設定
}
*/
/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#page {
	width: 100%;
}
#contents {
	width: auto;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main p {
	padding: 0;
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/
#mainimg {
	display: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*5つのポイント*/
.box2 {
	font-size: 100%;
	line-height: 1.6rem;
	text-align: left;
	color: #333;
	width: 90%;
	margin: auto;
	margin-top: 35px;
	padding:0px;
	float: none;
}
.purple_en {
    background-image: url(../image/top/topstep.jpg);
    background-repeat: no-repeat;
    background-position: top right;
}
.box26 {
    position: relative;
    margin: auto;
	margin-bottom: 30px;
    padding: 1em;
	border: none;
//    border: dotted 1px #511F19;
    border-radius: 8px;
}
.box26 .box-title {
//    position: absolute;
    display: inline-block;
//    top: -5px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 110%;
    background: #FFF;
    color: #511F19;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 10px;
}
.box26 em{
	font-weight: 300;
	color: #C00;
}
.box26 li {
	text-indent: 1.4em;
	text-indent: -1.4em;
//	padding-left: 2em;
	padding-bottom: 10px;
	font-size: 90%;
}
.box27 {
    position: relative;
    margin: 0;
    padding: 0;
//    border: dotted 1px #511F19;
    border-radius: 8px;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -20px;
    left: -5%;
	right: -5%;
	margin: auto;
    padding: 0 9px;
    line-height: 1;
    font-size: 110%;
    background: #FFF;
    color: #511F19;
    font-weight: bold;
//	color: #C00;
}
.box27 p {
    margin: 0; 
    padding: 10px;
}
.box27 em{
//	font-weight: bold;
	color: #C00;
}
.box27 li {
	text-indent: 1.4em;
	text-indent: -1.4em;
	padding-left: 2em;
	padding-bottom: 10px;
}
#topbox0 {
	width: 100%;
//	height: 250px;
//	background-color: #F9F4E8;
	background-image: url(../image/top/topbox0.jpg);
	background-position: top right;
	background-repeat: no-repeat;
//	padding: 10px;
	margin: 20px auto;
	padding-top: 30px;
	float: none;
//	border: 1px solid #efefef;
}
#topbox0 em {
	color: #C00;
}
#topbox1 {
	width: 100%;
//	height: 300px;
	background-color: #fff;
	background-image: url(../image/top/topbox1.jpg);
	background-repeat: no-repeat;
	padding: 20px 0;
	margin: 20px auto;
	float: none;
//	border: 1px solid #efefef;
}
#topbox1 h2 ,#topbox2 h2{
	border: none;
	background-color: #7030A0;
}
#topbox2 {
	width: 100%;
//	height: 300px;
	background-color: #fff;
	background-image: url(../image/top/topbox2.jpg);
	background-repeat: no-repeat;
	padding: 20px 0;
	margin: 20px auto;
	float: none;
	border: 1px solid #efefef;
}
a {
	text-decoration-line: none;
}

/*サブコンテンツ画像をセンター表示*/
.box3_1 {
	float: none;
	width: 100%;
	margin-left: 50px;
	text-align: left;
}
/*10年後の自分を・・・非表示*/
.box1_1 { display: none;}


/*トップQAの調整*/
.answer {
	padding: 10px;
	height: auto;
}

/*BOX1　980幅　→　変動に*/
.box1 {
	width: 100%;
}

.box10 {
	width: 90%;
}

.box11 {
	width: 90%;
	float: none;
	text-indent: 0px;
}
.box13 {
	float: none;
}
.box12 {
	width:90%;
	margin-left:10px;
	float:none;
	text-indent: 0px;
}
.box7 {
	font-size: 100%;
	line-height: 1.6rem;
}
#step table td {
	width: 100%;
	display: block;
    padding: 0 0px 15px 5px;
	line-height: 1.6rem;
}
#step table td div {
    margin-top: 10px;
//	margin-left: 10px;
    margin-bottom: 25px;
    font-size: 100%;
    font-weight: nomal;
    padding: 0;
    line-height: 1.6rem;
}
#step table th {
	display: block;
	width: 25%;
	float: left;
}
#step table th img {
	width: 100%;
	right: 0;
	margin: 0;
}


/*NEXT BACKを非表示
---------------------------------------------------------------------------*/

#nxtBak {
	display: none;
}

#copyright {
	min-width: 100%;
	padding-bottom: 50px;
}


/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.ta1 td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 100px;
	padding: 2px;
}

/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#service #main article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#service #main article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*service2.htmlの製品詳細
---------------------------------------------------------------------------*/
/*写真設定*/
#service2 #main figure > img {
	width: 100%;
	height: auto;
}

/*staff.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定
#staff #main article {
	float: none;
	width: auto;
	height: auto;
	display: block;
}*/
/*ボックス内の段落タグ設定
#staff #main article p {
	font-size: 14px;
	line-height: 2;
}*/
/*ボックス内の写真設定
#staff #main article figure img {
	float: left;
	margin-right: 10px;
	width: 40%;
	height: auto;
}*/

/*その他
---------------------------------------------------------------------------*/
/*製品詳細ページで上部メニューを表示させない設定。*/
#service2 nav#menu ul {
	display: none;
}
/*お問い合わせページで上部メニューを表示させない設定。*/
#contact nav#menu ul {
	display: none;
}
/*トップページ以外では、サブコンテンツを表示させない設定。表示させていたいならこのブロックを削除する。*/
#company #sub,
#service #sub,
#service2 #sub,
#staff #sub,
#recruit #sub,
#contact #sub {
	display: none;
}


.book img {
	width: 100px;
	height: auto;
}

.book {
    width: 120px;
    float: left;
    margin-right: 0px;
//    border: thin dotted #630;
    padding: 10px;
    clear: left;
}

.new_txt {
//	font-size: 70%;
	text-align: left;
	line-height: 1.6em;
	padding-bottom: 10px;
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;
//	background-color: #FFF;
	text-indent: -1.7em;
}







/*PC用メニューを非表示にする*/
#menubar {display: none;}


/*contents（３カラムを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding: 20px 2%;	/*上下、左右へのボックス内の余白*/
}

/*main,sub,side,contents-in
---------------------------------------------------------------------------*/
#main, #sub, #side, #contents-in {
	float: none;
	width: auto;
}



/*購入の流れ
---------------------------------------------------------------------------*/
.f_box1 {
	width: 100%;
	padding-left: 1px;
	padding-right: 1px;
	margin-bottom: 10px;
	float: none;
	background-color: #F4E8D4;
	border: 3px solid #F4E8D4;
	border-radius: 10px;
}

.f_box1 th {
	width: 90%;
//	background-color: #F4E8D4;
	font-size: 120%;
	text-align: center;
	padding: 10px;
}

.f_box1 td {
	width: 90%;
	background-color: #FFFFFF;
	padding: 10px;
	border: 3px solid #F4E8D4;
	border-radius: 10px;
}

.ari td {
	font-size:120%;
	background-color: #F4E8D4;
}


/*折り畳んで非表示にしておく*/
.hidden_box {
    margin: 0.5em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
    padding: 5px;
    font-weight: normal;
    border: solid 0px black;
    cursor :pointer;
}

/*ボタンホバー時*/
.hidden_box label:hover {
    background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    padding: 10px 0;
    height: auto;
    opacity: 1;
}



/*リフォームページ
---------------------------------------------------------------------------*/
#reform {
	width: 100%;
	font-size: 100%;
	color: #666666;
	margin-top: 10px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #F6F1EB;
	float: none;
	color: #333;
}

.reform_top {
	width: 90%;
	font-size: 100%;
	padding:15px;
	background-color: #FAE9D3;
	color: #333;
	line-height:1.5em;
	margin-bottom: 0px;
	margin: auto;
	margin-top: 20px;
//	border-radius: 5px;
}
.reform_wide {
//	width: 90%;
	font-size: 100%;
//	padding:10px;
	color: #333;
	line-height:1.5em;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 30px;
	border-top: solid 2px #C00;
}
.r_box2 {
	width: 90%;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 10px;
	float: none;
	margin:auto;
	line-height: 1.6em;
}
.r_box2 img  {
	max-width: 640px;
	width: 100%;
	padding-top:20px;
}

.r_box1 , .r_box_b {
	width: 95%;
	padding-left: 10px;
	padding-right: 1px;
	margin-bottom: 10px;
	margin: auto;
	float: none;
	background-color: #FAE9D3;
	border: 2px solid #FAE9D3;
//	background-color: #511F19;
//	border: 2px solid #511F19;
	border-radius: 10px;
	color: #fff;
}

.r_box1 th , .r_box_b th {
	display: none;
//	width: 150px;
//	background-color: #511F19;
//	text-align: center;
//	padding: 5px;
}

.r_box1 td , .r_box_b td {
	width: 95%;
	background-color: #FFFFFF;
	padding: 5px;
	border-radius: 10px;
	margin:auto;
	text-align: center;
}
.r_box1 td img , .r_box_b img {
	width: 100%;
	height: auto;
}

.r_txt {
//	width: 100%;
	text-align: left;
	color:#333;
	padding:10px 5px;
	line-height: normal;
}


/*スマホ固定ボタン
---------------------------------------------------------------------------*/
.footer_fix_btn {
  position:fixed;
  bottom:0;
  width:100%;
  padding:5px 0 5px 0;
  text-align:center;
  background:rgba(0,0,0,0.3); // 背景色
//  opacity:0.5;
  font-size:16px; // テキストの大きさ
  color:#000000; // 文字色
  border-top:2px solid #ffffff; // ボタン上部の縁取りの色
}
.footer_fix_btn a {
  display:block;
  width:80%;
  text-decoration:none;
}
.footer_fix_btn a:hover {
  opacity:0.8;
}
a.btn_fix {
	width:60%;
	margin: 10px auto;
	display: block;text-decoration: none;
	background: #d90000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#d90000, #a70000);	/*グラデーション*/
	color: #fff;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 10px;	/*角丸のサイズ*/
	letter-spacing: 0em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #a70000;	/*枠線の幅、線種、色*/
}
/*マウスオン時
a:hover.btn_fix {
	box-shadow: none;
	background: #fff;	
	color: #a70000;		
}*/


/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side {display: none;}
.sh {display:block;}
.pc {display:none;}

ol {
//	padding-left: 25px;
//	list-style-type: circle;

}
ol li {
//	list-style-type: decimal;
	color: #FFF;
	width: 100%;
	height: auto;
//	font-weight:600;
//	text-indent: 12px;
}
#topbox0 h2 {
	border-bottom: 18px solid #DBDBDB;
	font-size: 18px;
	line-height: 1.6rem;
	margin-bottom: 0;
}
.spo_title {
	width: 100%;
	padding: 0px 0 0 25px;
//	background-color: #ACC801;
//	background: -moz-linear-gradient(top, #4bbac3, #3dd2ae);
//  background: -webkit-linear-gradient(top, #4bbac3, #3dd2ae);
//  background: linear-gradient(to bottom, #4bbac3, #3dd2ae);/*aogurade*/
//	background-color: #4bbac3;
	color: #511F19;
	font-size: 100%;
	font-weight: 600;
//	margin-left: -25px;
	float: none;

}
.spo_text {
	color: #333;
	text-align: left;
//	line-height: nomal;
	width: 95%;
	margin-left: 5%;
	float: none;
}
.txt_right {
	text-align: center;
	color:#666;
	font-size: small;
}
.box14 {
	width:100%;
	font-size: 100%;
}
#company {
	font-size: 100%;
}
#company table {
	width: auto;
}
#company table th {
	width: auto;
	display: block;
//	background-color: #efefef;
	padding: 20px 0 0 0px;
	text-align: center;
	border-bottom: solid 1px #efefef;
	float: none;
}
#company table td {
	width: 100%;
	text-align: center;
	display: block;
	padding: 20px 0px 20px 0px ;
	border-bottom: solid 0px #efefef;
}
#company table .tleft { 
	text-align:left;
	margin-top:20px;
}

#company table td .float-l{
	width: 100%;
	float: none;
}
#company table td .float-r{
	width: 30%;
	float: none;
	text-align:right;
	margin: auto;
}



/*全体の設定
---------------------------------------------------------------------------*/
body {
//	font-size: 100%;	/*文字サイズ*/
//	line-height: 1.4em;	/*行間*/
}



/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 120%;
	padding-left: 10px;
	padding-right: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;
}

/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	padding: 15px;	/*ボックス内の余白*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 140%;	/*文字サイズ*/
}

/*list2ボックス（トップページの「現在の求人」で使っている２列のブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	width: 96%;
}
.list2 .img {
	float: right;
	padding: 10px;
}
.list2 .outline {
	padding: 5px;	/*上下、左右へのボックス内の余白*/
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 140%;	/*文字サイズ*/
}

/*submenu（sub,sideのメニュー）
---------------------------------------------------------------------------*/
/*メニュー１個ごとの設定*/
#sub .submenu li a,
#side .submenu li a {
	padding: 10px;	/*ボックス内の余白*/
}

/*アイコン（正社員、アルバイト、パート、未経験可、など）
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	font-size: 9px;		/*文字サイズ*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」〜のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 9px;		/*文字サイズ*/
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	line-height: 14px;	/*高さ*/
	right: 15px;		/*右から15pxの場所に配置*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
}

/*求人一覧ページの「詳細を見る・応募する」ボタン
---------------------------------------------------------------------------*/
a.btn {
	font-size: 140%;		/*文字サイズ*/
	letter-spacing: normal;	/*文字間隔を標準に戻す*/
}

/*テーブル(ta1)
---------------------------------------------------------------------------*/
/*余白の上書き*/
.ta1 caption,.ta1 th,.ta1 td {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
}
/*labelタグを1列にする（CMS用）*/
.ta1.cms td label {
	float: none;
	width: 100%;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 160%;letter-spacing: normal;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}


.box4 {
	font-size: 100%;
	line-height: 1.6em;
}

.c_box1 th {
    width: 80px;
	padding: 2px;
}



}