﻿@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Francois+One|Merriweather|Cabin+Sketch|);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);/* 日本語全体 */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);


#main .list,.ta2 td.tamidashi,.f_w{font-family:'Merriweather', "Sawarabi Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}
#main .list h4,#main .boxf_r70 h4,h3 span {font-family: 'Francois One', sans-serif;letter-spacing:2px;font-style: oblique; }
#newinfo_hdr {font-family: 'Francois One', sans-serif;letter-spacing:2px;font-size: 150%; }

/*全端末共通設定 ストーングルーヴ
■基本色
白#fcd9bc　黄色#f88f24　オレンジ#f60　茶色#220000　緑4b4405　明るい緑#336644 赤ff2200　茶色明#6b2226　クリーム#ffff99
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #220000;	/*文字色*/
	background : #f60 url('../images/back_back01.gif') repeat top left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

html{	overflow-y:scroll;
	overflow-x:hidden;　/* 横スクロールなし */}
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color: #fff;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}


a:hover {
	color: #f8d347;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*コンテナー（PC用メニューを囲むブロック）
---------------------------------------------------------------------------*/
#container-top {
	padding-bottom:10px;
	position: fixed;	/*ウィンドウに対して固定表示*/
	top: 0px;			/*上から0pxの場所に配置*/
	z-index: 10;
	width: 100%;
}
/*上部のメインメニュー
---------------------------------------------------------------------------*/

#menubar{padding: 10px 0;
	max-width: 1100px;margin:0px auto;overflow:hidden;
/*	background : #f60 url('../images/back.gif') repeat-y top right;*/}
/*メニュー１個ごとの設定*/

#menubar li,
#menubar-s li {
	float: left;
	width: 25%;	/*幅*/
}
#menubar li a,
#menubar-s li a {
	text-decoration: none;
	display: block;
	margin-left: 4%;
	letter-spacing: 0.1em;	/*文字間隔を少し広めにとる設定。*/
	padding: 10px 0px 10px 40px;		/*メニュー内の上、右、下、左へとる余白*/
	border: 1px solid #220000;		/*線の幅、線種、色*/
	background: #f60 url(../images/mark1.png) no-repeat 15px center;	/*背景色とマーク画像（※古いブラウザ用）*/
	background: url(../images/mark1.png) no-repeat 15px center, -webkit-linear-gradient(#f88f24, #f60);	/*マーク画像とグラデーション*/
	background: url(../images/mark1.png) no-repeat 15px center, linear-gradient(#f88f24, #f60);			/*同上*/
	border-radius: 8px;	/*角丸のサイズ*/
	-webkit-box-shadow: 1px 2px 5px rgba(0,0,0,0.1);	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 5px rgba(0,0,0,0.1);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定。通常がいいならこの１行削除。*/
	color: #333;	/*文字色*/
}
/*最初のメニューの設定*/
#menubar li:first-child a {
	margin-left: 0;
}
/*マウスオン時の設定*/
#menubar li a:hover {
	background: #220000 url(../images/mark1.png) no-repeat 15px center;	/*背景色と背景画像*/
	border-radius: 8px;	/*角丸のサイズ*/
	-webkit-box-shadow: none;	/*メニューの影を消す設定*/
	box-shadow: none;			/*同上*/
	position: relative;
	left: 1px;
	top: 1px;
	color: #ffffff;
}
#menubar li a span.en,#menubar-s li a span.en {    display: inline;}
#menubar li a:hover span.en,#menubar-s li a:hover span.en {    display: none;}
#menubar li a span.jp,#menubar-s li a span.jp {    display: none;}
#menubar li a:hover span.jp,#menubar-s li a:hover span.jp {    display: inline;}

/*小さい端末用(画面幅800px以下)メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}
/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1100px;	/*ブロックの最大幅。footerの数字と合わせる。*/
	margin: 220px auto 0px;
	background : #f60 url('../images/back.gif') repeat-y top right;
	overflow:hidden;clear: both;position:relative;padding:0;
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#headerbox{
	position: fixed;	/*ウィンドウに対して固定表示*/
	top: 100px;			/*上から0pxの場所に配置*/
	z-index: 10;
	width: 100%;
}
header {padding: 0;
	max-width: 1100px;
	margin:0px auto;overflow:hidden;
	background: #f88f24;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background : #f88f24 url('../images/title_07.gif') repeat-x bottom right;
	overflow:hidden;clear: both;
	height: 120px;	/*ヘッダーの高さ*/
	border:2px solid #220000;border-width:2px 0;
}

header #textn {line-height:1.5;color: #ffffff;
		float: left;
	margin-top: 10px;
	margin-left: 10px;
	color: #4b4405;font-weight:bold;}

header #textn span{display:inline-block;width:80px;letter-spacing:2px;}

/*ロゴ画像*/
header #logo {float:right;
	margin-top: 10px;	/*画像の上にあけるスペース*/
	margin-right: 10px;	/*画像の上にあけるスペース*/}
header #logo img {max-width : 600px;}



/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {display:block;
	clear: left;
	margin-top:0;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 70%;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	padding-top: 15px;
	margin-right:65px;
}
/*１カラム時のメインコンテンツ*/
.c1 #main {
	padding-top: 15px;
	float: none;
	width: 100%;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	color: #FFF;		/*文字色*/
	background: #a50601;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#ca0701, #a50601);	/*グラデーション*/
	background: linear-gradient(#ca0701, #a50601);			/*同上*/
	padding: 5px 15px;	/*左から上下、左右への余白*/
	border-radius: 8px;	/*角丸のサイズ*/
}

/*h3タグ*/
#main h3 {font-weight:bold;
	clear: both;
	margin:0 0 20px 0;
	color: #220000;	/*文字色*/
	padding: 0 10px;	/*上下、左右へのボックス内の余白*/
	font-size: 170%;	/*文字サイズ*/
border-bottom:6px double #220000;
}

/*h3タグ内の英字*/
h3 span{font-size: 80%;
	margin-left: 20px;
	padding: 0px 5px;}
h3 span:after,h3 span:before{ content: "…";}

/*メインコンテンツのp(段落)タグ設定*/
#main p {
	padding: 0px 15px 14px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -5px;
}
h5{background-color:#6b2226;color: #f88f24; margin:15px 0;padding:5px;font-size:110%;}/* 1ページ内に2個以上のタイトルがある時 */


/*トップページ用に変更
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	border: 3px solid #6b2226;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;	/*ボックスの下に空ける余白*/
/*	background: -webkit-linear-gradient(#FFF, #ebebeb);
	background: linear-gradient(#FFF, #ebebeb);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px 0px 1px 1px #FFF inset;
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2), 0px 0px 1px 1px #FFF inset;
*/
	position: relative;
	overflow: hidden;
	border-radius: 8px;	/*角丸のサイズ*/
	padding: 1% 3%;	/*ボックス内の余白*/
	overflow: hidden;
	font-weight:bold;
	line-height:1.6;
/*	height : 93%;*/
}


/*マウスオン時のボックス
#main .list a:hover {*/
/*	background: #fff;}	/*背景色*/

/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 24%;		/*写真の幅*/
	background: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 1%;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	margin-right: 1%;
}
/*ボックス内のh4タグ設定*/
#main .list h4,div.boxf_r70 h4{
	margin-bottom: 15px;
	color: #FFF;		/*文字色*/
	border-bottom: 1px solid #CCC;	/*下線の幅、線種、色*/
	font-size: 180%;
}

#main .list h4.f_bla{color: #000;		/*文字色*/}
h4.f_bla span{color: #d00;		/*文字色*/}



/*h4タグ直下に画像がある場合の段落タグ設定*/
#main .list h4 + figure ~ p {
	margin-left: 28%;	/*左側の写真幅とのバランスをとって設定*/
}
/*h4タグ直下に画像がある場合のtableタグ設定*/
#main .list h4 + figure ~ table {
	margin-left: 28%;	/*左側の写真幅とのバランスをとって設定*/
	width: 71%;			/*テーブル幅*/
}
/*ボックス内のcolor1指定*/
#main .list .color1 {
	color: #a50601;
}

/* 茶枠-------------------------------------------------------------------------- */
#main .list2 {
	border: 3px solid #6b2226;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;	/*ボックスの下に空ける余白*/
	position: relative;
	overflow: hidden;
	border-radius: 8px;	/*角丸のサイズ*/
	padding: 0 3% 1% 3%;	/*ボックス内の余白*/
	overflow: hidden;
	color: #220000;	/*文字色*/font-weight:bold;
	line-height:1.6;
}

div.box_dot{width: 30px;
	padding: 1%;
	background : url('../images/dot.png') repeat-y top center;}

/* 横並び2つのボックス7:3
【参考】https://beginners-high.com/css-flexbox-height/
<div class="boxall"><div class="box70">ああ</div><div class="box30">ああ</div></div> */

div.boxall{
	clear:both;
	width: 100%;
	padding:7px 0;
	margin:0px auto;
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/

}
div.box70 {
	margin: 1%;
	width: 60%;
	vertical-align: top;
}

/*トップインフォ--------------------------------------------*/
div.box75 {
  background: #FF631C url('../images/top1.jpg') center center / cover no-repeat;
	margin-right: 1%;
	width: 75%;
}

/*トップインフォの右のベージュ枠*/
div.list_w {
	margin: 0 0 15px 0;	/*ボックスの下に空ける余白*/
	width : 33%;text-align:center;
	padding-top:5px;
}

/*トップドットの右*/
div.boxf_r70 {float: right;
	vertical-align: top;	border: 3px solid #6b2226;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	border-radius: 8px;	/*角丸のサイズ*/
	padding: 1% 3%;	/*ボックス内の余白*/
	overflow: hidden;
	font-weight:bold;
	line-height:1.6;
	height : 93%;
}

div.box30 {
	text-align:left;
	margin: 1%;
	width: 27%;
	vertical-align: top;
}

/*トップドットの左*/
div.boxf_l30 {float: left;
	margin: 3px 5px 0 0;
	width: 60%;
	vertical-align: top;
}
div.box50 {
	width: 49%;
	vertical-align: top;
}
/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main .list table {
	background: #FFF;	/*背景色*/
	width: 100%;		/*テーブル幅*/
	margin-bottom: 5px;
}
#main .list table,
#main .list table td,
#main .list table th{
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
}
#main .list table td,
#main .list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#main .list table th{
	width: 18%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #e6e2db;	/*背景色*/
}
/*白い説明用ブロック*/
#main .list table td {
	width: 30%;	/*幅*/
}

/*配送などのカラフルな表
---------------------------------------------------------------------------*/
#main .list3 table {
	font-size: 12px;	/*文字サイズ*/
	background: #FFF;	/*背景色*/
	max-width: 100%;
	margin: 10px 0 5px 0;
}
#main .list3 table,
#main .list3 table td,
#main .list3 table th{
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
}
#main .list3 table th{background-color:#f88f24;color: #ffffff;}
#main .list3 table td.cream{background-color:#ffff99;text-align:center;}
#main .list3 table td{text-align:right;	background: #FFF;}

#main .list3 table td,
#main .list3 table th{
	padding: 1%;	/*テーブル内の余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 19%;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	padding-left: 15px;
	padding-top: 20px;
}
/*１カラム時のサブコンテンツ。非表示にする設定。*/
.c1 #sub {
	display: none;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	padding: 10px;		/*ボックス内の余白*/
	background: #a50601;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#ca0701, #a50601);	/*グラデーション*/
	background: linear-gradient(#ca0701, #a50601);			/*同上*/
	color: #FFF;			/*文字色*/
	border-radius: 8px 8px 0px 0px;	/*左上、右上、右下、左下への角丸の指定*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*共通メニューの設定*/
ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/

}
/*メニュー１個ごとの設定*/
ul.submenu li {
	margin-top: 5px;	/*メニュー同士の間にあけるスペース*/
}
ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px 2px 30px;	/*メニュー内の余白。上、右、下、左への設定。*/
	color: #220000;	/*文字色*/
	background: #f60 url(../images/mark2.png) no-repeat 8px 43%;	/*背景色、背景画像（矢印）の読み込み*/
	border:2px solid #fcd9bc;border-left:0 ;
	border-radius: 0 14px 14px 0;
	margin:0 15px 0 -2px;

}
/*マウスオン時*/
ul.submenu li a:hover {
	background: #f60 url(../images/mark3.png) no-repeat 8px 43%;	/*背景色、背景画像（矢印）の読み込み*/
	color: #fcd9bc;
}

/*ショップメニューの設定*/
#sub .globalnavi
 {width : 100%;
  padding: 0 0 25px 0;
}  
div.globalnavi ul{width : 150px;
	text-align:center;
margin:0px auto;}
.globalnavi li {
  height: 48px; 
  padding: 0;  
}  
  
.globalnavi a {  
  text-indent: -9999px; /* テキストを隠す */  
  text-decoration: none;  
  display: block;  
  width: auto;  
  height: 48px; /* リンク領域を広げる */  
  background-repeat: no-repeat;}  

.globalnavi li:first-child{margin-bottom:10px;}/* 一番めのリスト */  
.me1 a { background-image:  url(../images/menu/menu_top.gif);} /* 表示画像の位置を指定 */  
.me2 a { background-image:  url(../images/menu/menu_sofa.gif); }  
.me3 a { background-image: url(../images/menu/menu_chest.gif); }  
.me4 a { background-image:  url(../images/menu/menu_table.gif); }  
.me5 a { background-image:  url(../images/menu/menu_fire.gif); }  
.me6 a { background-image:  url(../images/menu/menu_fabric.gif); }  
.me7 a { background-image:  url(../images/menu/menu_goods.gif); }  
  

.me1 a:hover { background-image:  url(../images/menu/b01.gif); } /* 入れ替え画像の位置を指定 */  
.me2 a:hover { background-image:  url(../images/menu/b04.gif); }  
.me3 a:hover { background-image: url(../images/menu/b05.gif); }  
.me4 a:hover{ background-image:  url(../images/menu/b06.gif); }  
.me5 a:hover{ background-image: url(../images/menu/b07.gif); }  
.me6 a:hover{ background-image:  url(../images/menu/b09.gif); }  
.me7 a:hover{ background-image: url(../images/menu/b08.gif); }  



/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f88f24 url();	/*背景色と背景画像の読み込み*/
	color: #FFF;	/*文字色*/
	border-radius: 8px;	/*角丸のサイズ*/
	border:2px solid #fcd9bc;
}
/* サブメニューのボックス */
#sub .box1ml0 {
	padding: 0;			/*ボックス内の余白*/
	margin: 0;	/*ボックスの下に空けるスペース*/
	background: #f88f24 url();	/*背景色と背景画像の読み込み*/
	color: #FFF;	/*文字色*/
	border-right:2px solid #fcd9bc;
	border-left:2px solid #fcd9bc;
}
#sub .box1top {
	border:2px solid #fcd9bc;
	border-radius:8px 8px 0 0 ;	/*角丸のサイズ*/
	padding: 15px 15px 0 0;			/*ボックス内の余白*/
	margin-bottom: 0;	/*ボックスの下に空けるスペース*/
	background: #f88f24 url();	/*背景色と背景画像の読み込み*/
	border-bottom:0;
}
#sub .box1bottom {
	border:2px solid #fcd9bc;
	border-radius:0 0 8px 8px;	/*角丸のサイズ*/
	padding: 0 15px 15px 0;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f88f24 url();	/*背景色と背景画像の読み込み*/
	border-top:0;
}

/* サブメニューの文章など */
#sub .box1ml0 p{text-align:center;padding:15px 0;}


/*リンクテキスト*/
#sub .box1 a,
#sub .box1ml0 a {
	color: #FFF;	/*文字色*/
}
/*box1内のh2見出し設定*/
#sub .box1 h2,
#sub .box1ml0 h2{
	border-radius: 0px;
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu,
#sub .box1ml0 ul.submenu
 {	margin-bottom: 0px;}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	width: 1100px;	/*ブロックの最大幅。containerの数字と合わせる。*/
	margin: 0px auto 20px;
	clear: both;
	text-align: center;
	padding: 15px 0px;
	background: #f88f24;	/*背景色*/
	border-radius:0 0 8px 8px;		/*角丸のサイズ*/
	color: #fff;	/*文字色*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #fff;	/*文字色*/
}
footer a:hover {
	color: #fff;	/*文字色*/
}
/*コピーライト*/
small{;display:block;background-color:#ff2200;color: #ffffff;width : 100%;margin-top:10px;font-size: 80%}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#newinfo {
	margin: 15px 4px;}

/*新着
---------------------------------------------------------------------------*/

iframe{border:3px solid #6b2226;border-radius: 5px;
}

/*■●■トップの細かいテーブル■●■
---------------------------------------------------------------------------*/

div .ore2{background : #f88f24;margin:0px auto;color: #220000;}
div .hana{background : #f88f24 url('../images/top6.jpg') repeat top left;color: #220000;}
div .hana h4{
	color: #220000 !important;
	border-bottom: 1px solid #200 !important;	/*下線の幅、線種、色*/}

div .irowaku {color: #ffffff;font-size: 95%;line-height:1.6;margin:0px auto;width :90%;}
div .irowaku a{text-decoration:none;}
div .irowaku span{color: #ffcc00;}
div .irowaku div {padding:2px;overflow:hidden;}

/* 角 */
div .aka1{background-color:#cb0465;border:2px solid #fcd9bc;text-align:center;margin:0px auto;}

/* 角丸紺と赤 */
div .kon2{background : #121376 url('../images/school_01.png') no-repeat bottom left;text-align:center;border:2px solid #fcd9bc;border-radius: 10px;width :auto;}
div .kon2 div.tou{display: inline-block;margin:0px auto;text-align:center;border-width:0px;padding:10px;}

div .aka2{background : #ff2800 url('../images/index4_04.gif') repeat top left;
	border:2px solid #fcd9bc;border-radius: 10px;color: #200;font-weight:bold;margin-bottom:10px;}

/* 角丸茶と中の3色 */
div .cha2{background-color:#6b2226;border:2px solid #ffcc00;border-radius: 10px;width :auto;clear: both;}
div .cha2 div{display: inline-block;float:left;margin-left:15px;border:2px solid #ffcc00;text-align:center;}
div .cha2 div.tou1{text-align:left;border-width:0px;margin-left:20px;}
div .kon1{background-color:#121376;}
div .mos1{background-color:#9b9a19;}
div .pin1{background-color:#cb0465;}
div .gara{width : 100px;height : 110px;background : #fff url('../images/top2.jpg') no-repeat;}

/* 赤1紺2赤2　の部分 */
div.boxfree1 {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 25%;
	margin-right:1%;
	vertical-align: top;
}
div.boxfree2 {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width: 70%;
	vertical-align: top;
	float:right;
}
/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分*/
table.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #333;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*グラデーション*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
table.ta1 {width: 100%;}
table.ta1 th{background-color:#ffcc00;color: #336644;
	border: 8px solid #f60;	/*テーブルの枠線の幅、線種、色*/white-space: nowrap;/* 改行しない */}
table.ta1 td{vertical-align:middle;}


/*テーブル2
---------------------------------------------------------------------------*/
table.ta2 {color: #220000;}

/*テーブル１行目に入った見出し部分*/
table.ta2 td.tamidashi{letter-spacing:1px;
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/font-weight:bold;
}
/*テーブル内の左側*/
table.ta2 th{text-align:left;vertical-align : top;
	padding: 2px 2px 2px 10px;
}
table.ta2 td{
	padding: 2px;
white-space: nowrap;/* 改行しない */}

/*テーブル3
---------------------------------------------------------------------------*/
table.ta3 {width: 100%;}
table.ta3 th{background-color:#ffcc00;color: #336644;
	border: 8px solid #f60;	/*テーブルの枠線の幅、線種、色*/white-space: nowrap;/* 改行しない */}
table.ta3 td{vertical-align:middle;}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 260px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background: #e5e5e5;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#FFF, #e5e5e5);	/*グラデーション*/
	background: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 105%;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする設定*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background: -webkit-linear-gradient(#e5e5e5, #FFF);	/*グラデーション*/
	background: linear-gradient(#e5e5e5, #FFF);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/

/* パソコン・スマホ共通のCSS */
#PageTopBtn {z-index: 450;
position: fixed; /*ボタンの配置場所を固定*/
bottom: 80px; /*下からのボタンの配置場所を指定*/
right: -10px; /*右からのボタンの配置場所を指定はjsで　TopBtn.stop().animate({‘right’ : ’10px’}, 200);の10pxで右からのボタンの表示位置を設定します。*/
}
#PageTopBtn a {
display: block; /*配置の調整*/
text-decoration: none; /*文字の下線を消す*/
color: #f60; /*文字の色*/
background: #6b2226; /*ボタンの背景色*/
text-align: center; /*文字を中央に配置*/
border-radius: 8%; /*ボタンの角を少し丸くする*/
outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
text-decoration: none; 
background: #ff2200; /*マウスオーバー時の背景色*/
color: #fcd9bc; /*文字の色*/
}
#PageTopBtn {
font-size: 20px; /*文字のサイズ*/
}
#PageTopBtn a {
width: 70px; /*ボタンの幅*/
height: 20px; /*ボタンの高さ*/
padding:5px 0 20px; /*文字の配置場所の調整*/
}


/*「おすすめ」表示
---------------------------------------------------------------------------*/
.osusume {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.osusume {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*「ご契約済」表示
---------------------------------------------------------------------------*/
.sumi {
	font-size: 10px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #069;	/*背景色*/
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,20px);
	-ms-transform: rotate(-45deg) translate(37px,20px);
	transform: rotate(-45deg) translate(37px,20px);
}
h2 span.sumi {
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*重要リボン
---------------------------------------------------------------------------*/
/* 商品に見立てた枠 */
.triangle {position: relative;
    background: #fff;overflow:hidden;
    border-radius: 5px;
	padding:10px;font-size: 105%;
	width: 100%;
	margin: 10px 0;
	padding:10px 10px 10px 55px;
  box-sizing: border-box;
}

/* ラベル部分 左上に表示 */
.triangle::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #d00; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.triangle::after {
    content: "重要!";
    display: block;font-size:110%;
    top: 6px;
    transform: rotate(-45deg);
    color: #fff; /* 文字色はここで変更 */font-weight:bold;
    left: 2px;
    position: absolute;
    z-index: 101;
}

/*CMS用　オプションマーク（管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
.option1 {
	font-size: 10px;
	color: #FFF;
	background: #F00;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
h2 span.option1 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}
.option2 {
	font-size: 10px;
	color: #FFF;
	background: #069;
	text-align: center;
	display: block;
	width: 120px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	-webkit-transform: rotate(-45deg) translate(37px,10px);
	-ms-transform: rotate(-45deg) translate(37px,10px);
	transform: rotate(-45deg) translate(37px,10px);
}
h2 span.option2 {
	width: auto;
	padding: 0px 5px;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	display: inline-block;
}

/*FAQ・LINK共通設定
---------------------------------------------------------------------------*/
.faq, 
.link {
	padding: 0px 15px;
}
/*質問（又はサイト名）の設定*/
.faq dt,
.link dt {
	color: #fd2e25;	/*文字色*/
	font-weight: bold;	/*太字*/
	padding-top: 15px;
}
.faq dt a,
.link dt a {
	color: #fd2e25;	/*文字色*/
}
/*回答（又は説明部分）の設定*/
.faq dd,
.link dd {
	border-bottom: 1px solid #999;	/*下線の幅、線種、色*/
	overflow: hidden;
	padding-bottom: 15px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*Googleアイコンを使ったメニュー　@import url('https://fonts.googleapis.com/icon?family=Material+Icons');←このようにGoogleアイコンをインポートする */
/*---------------------------------------------------------------------------*/
#menu7 ul {	margin-bottom: 15px;}
/*メニュー１個ごとの設定*/
#menu7 ul li {	border-bottom: solid 1px #ccc;	/*下の線の線種、幅、色*/
	display: block;
	padding: 3px 10px;	/*上下、左右へのメニュー内の余白*/
}
#menu7 ul li:before{content: "bubble_chart"; font-family: 'Material Icons';font-size:170%;
	vertical-align: middle;margin:0 8px 0 0;}

/* Material iconsを利用する */
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;  /* 推奨サイズ */
	display: inline-block;
	width: 1em;
	height: 1em;
	line-height: 1;
	text-transform: none;
  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;
  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;
  /* IEサポート */
  font-feature-settings: 'liga';}


/*その他
---------------------------------------------------------------------------*/
.look {background: #333;padding:5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mt15 {margin-top: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}

.mr-spa{margin-right:40px;}/* 右側の調整-- */
.f_r{color: #d00;font-weight:bold;}
.f_y{color: #ffcc00;font-weight:bold;}
.f_g{color: #333311;font-weight:bold;padding-right:15px;}/* オーダーのステップ */
.f_w{color: #fff;font-weight:bold;padding:0 7px;}/* 白太文字 */
.f_b{color: #111177;font-weight:bold;}
.f_wb{font-weight:bold;}

.pr {font-size: 10px;}
.w100 {width: 100%;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}

.link_w{color: #ffffff !important;text-align: center;border: solid 2px #FFF; border-width:2px 0;}
.link_w a{color: #ffffff !important;}
hr.w_kei{background-image: none;height: 0;border: solid 1px #FFF;}


.l {text-align: left;}
img.fr {float: right;margin:10px;width: 30%;}
img.fl {float: left;margin:10px;width: 30%;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh{display:none;}
hr{background-image: url(../images/v5_lin041.gif);height: 10px;border:0;}


/*画面幅1200px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

/*コンテナーとフッター
---------------------------------------------------------------------------*/
footer {
	width: auto;
	margin: 0 3% 0;
}
}

/*画面幅950px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:950px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
#headerbox{position:relative;
	top: 0;			/*上から0pxの場所に配置*/
	width: 100%;}

header {position:relative;width : 100%;
	height: auto;	/*ヘッダーの高さ*/overflow:hidden;
}
/*ロゴ画像*/
header #logo {width :100%;float:none;}
header #logo img {
	width: 92%;	/*画像の幅*/
	margin-left: 15px;	/*画像の左にあけるスペース*/
	margin-bottom: 0;	/*画像の左にあけるスペース*/
	padding-bottom: 15px;
float: left;
border-bottom:1px solid #000;
}
header #textn {clear: both;display:block;font-size: 85%;width :100%;
	padding-bottom: 10px;margin-bottom:15px;
	margin-top: 5px;margin-left: 5px;}
header #textn span{width:auto;letter-spacing:0px;}
header #textn span::after{content: ":"}
header #textn span::before{content: "◆"}
header #textn br{display:none;}
header #textn br.iki600{display:block;}
.iki600{display:block;}


/*新着
---------------------------------------------------------------------------*/

section#new h2.open{
	background: url(../images/0btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#e01313), to(#b10f0f));
	background: url(../images/0btn_minus.png) no-repeat right center, -webkit-linear-gradient(#e01313, #b10f0f);
	background: url(../images/0btn_minus.png) no-repeat right center, linear-gradient(#e01313, #b10f0f);
}
section#new h2.close{
	background: url(../images/0btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#e01313), to(#b10f0f));
	background: url(../images/0btn_plus.png) no-repeat right center, -webkit-linear-gradient(#e01313, #b10f0f);
	background: url(../images/0btn_plus.png) no-repeat right center, linear-gradient(#e01313, #b10f0f);
}


/*■●■トップの細かいテーブル■●■
---------------------------------------------------------------------------*/

div .irowaku div {margin-bottom:10px;}
div .cha2 div.tou1{display:block;float:none;}

/* 赤1紺2赤2　の部分 */
div.boxfree1,
div.boxfree2 {display:block;	width: 100%;}


/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#menubar-s {
	display: block;	/*小さい端末用(画面幅800px以下)メニューを非表示から表示に切り替える*/
	margin-top: 10px;
}
/*メニュー１個あたりの設定*/
#menubar-s li {font-size: 90%;letter-spacing:0;
	width: 50%;		/*幅*/
	margin-bottom: 5px;
}

#menubar-s li a{
background-image:url();	/*背景色とマーク画像（※古いブラウザ用）*/
padding: 5px 0px 5px 15px;}

#menubar-s li:nth-child(odd) a {
	margin-left: 0;
}

#menubar-s li a:hover {
	background: #220000;	/*背景色と背景画像*/
	color: #ffffff;}

/*大きな端末用(画面幅801px以上)メニューを非表示にする*/
#container-top,#menubar {
	display: none;
}

#container {
	width: auto;
	margin: 10px 0;
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 10px;
	margin-top:0;
}

div.boxall,
div.box70,
div.boxf_r70,
div.box30,
div.box50
{clear:both;display:block;margin:10px auto 0 auto;padding:0;width: 100%;text-align:center;}
div.box30 img{text-align:center;margin:0 auto;display:block;}

div.box75{clear:both;width: 93%;;margin:0 auto;text-align:left;}

div.boxf_r70{margin-bottom:15px;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	z-index: 20;
	position: absolute;
	top: 10px;	/*上から44pxの場所に配置*/
	right: 10px;	/*右から40pxの場所に配置*/
	width: 25px;	/*幅*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
background-color:#220000;border-radius: 5px;
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #fff;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}
#main {	padding-left: 10px;}

#sub {	padding: 0 10px;}

/*inputボタンの設定
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 200px;	/*ボタン幅*/
	padding: 4px;	/*ボタン内の余白*/
	margin-bottom: 10px;
	border-radius: 15px;	/*角丸のサイズ*/
}
/*送料の表をiPhoneでスクロールさせるための追加
---------------------------------------------------------------------------*/

.list4 {
  overflow-x: auto;
}
.list4::-webkit-scrollbar {
  height: 5px;
}
.list4::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.list4::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}


/*その他
---------------------------------------------------------------------------*/
/*h3タグ内の英字*/
#main h3 {margin-bottom: 10px;
	padding: 1px 0;	/*上下、左右へのボックス内の余白*/
}

h3{font-size: 130%;text-align:center;}
h3 span{display:block;font-size: 65%;text-align:center;
	margin-left: 0;
	padding: 0p;}

body.s-n #sub {display: none;}

div.box_dot,
.pconly{display:none !important;}
.sh{display:block;}

.ch_fb{padding:15px;border-radius: 5px;background-color:#fff;}


}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){

/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定
#menubar-s li {
	width: 100%;	
}
#menubar-s li a {
	margin: 0;
}*/


/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	right: 5px;
}

/*ロゴ画像*/
header #logo img {
	width: 83%;	/*画像の幅*/
	margin-right: 30px;	/*画像の左にあけるスペース*/
	margin-left: 5px;	/*画像の左にあけるスペース*/
}


/*一覧ページ用ボックス
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main .list p {
	margin-left: 0 !important;
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: none;
	margin-right: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 10px;
}
/*ボックス内のtable*/
#main .list table {
	margin-left: 0 !important;
	width: 100% !important;
}




/*■●■トップの細かいテーブル■●■
---------------------------------------------------------------------------*/
div .irowaku {width :100%;}

/*テーブル１
---------------------------------------------------------------------------*/

.ta1{	width: 100%;margin:0;}
.ta2{	width: 100%;}
/*テーブル内の左側の見出し部分*/
.ta1 th{display:block;width: 97%;}
.ta2 th{display:block;width: 100%;
	padding: 2px;}


.ta2 th{border-bottom:1px dotted #222;border-top:1px solid #222;}
.ta1 th img {width: 100%;}
/*テーブル内の右側*/
.ta1 td,.ta2 td{display:block;
	padding: 2px;}
.ta1 td{padding-left:15px}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}

.mr-spa{margin-right:0;}/* 右側の調整-- */

}
