@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 1.6em;		/*行間*/
	background: #f8f5ee;	/*背景色*/
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	width: 100%;	/*画面横一杯使う為に100%指定*/
}
/*サイト幅にしたheader内のブロック*/
header .inner {
	position: relative;
	width: 1000px;	/*幅*/
	height: 130px;	/*高さ*/
	margin: 0 auto;
	overflow: hidden;
}
/*サイト幅にしたheader内のブロック（トップページ専用の追加設定）*/
#top header .inner {
	height: 450px;	/*高さ*/
	background: url(../images/mainimg_s2019.png) no-repeat right 50px;	/*背景のメインイメージ（古いブラウザ用）右側・上から50pxの場所に配置*/
	background: url(../images/mainimg2019.png) no-repeat right 50px/550px;	/*背景のメインイメージ。右側・上から50pxの場所に配置。画像幅は500px。*/
}
/*ロゴ画像*/
#logo img {
	width: 30%;	/*画像幅*/
	position: absolute;
	left: 0px;	/*header #innerに対して左から0pxの場所に配置*/
	top: 30px;	/*header #innerに対して上から30pxの場所に配置*/
}
/*ロゴ画像（トップページ専用の追加設定）*/
#top #logo img {
	width: 40%;	/*画像幅*/
	position: absolute;
	left: 0px;	/*header #innerに対して左から0pxの場所に配置*/
	top: 150px;	/*header #innerに対して上から150pxの場所に配置*/
}
/*TEL*/
#tel {
	background: none;	/*rgba(0,0,0,0.1)背景色の設定。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	color: #fff;	/*文字色*/
	width: 400px;	/*ボックス幅*/
	padding: 10px 0px;
	text-align: center;	/*内容をセンタリング*/
	position: absolute;
	right: 0px;	/*header #innerに対して右から0pxの場所に配置*/
	top: 22px;	/*header #innerに対して上から22pxの場所に配置*/
	border-radius: 4px;	/*角丸のサイズ*/
	font-size: 15px;	/*文字サイズ*/
	letter-spacing: 0em;	/*文字間隔を少し広くとる設定*/
}
#tel a {
	color: #fff;
        text-decoration: none;
}

#tel span {font-size: 90%;}


/*TELブロック内の小文字*/
#tel span {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
}
/*TEL（トップページ専用の追加設定）*/
#top #tel {
	position: absolute;
	left: 0px;	/*header #innerに対して右から0pxの場所に配置*/
	top: 250px;	/*header #innerに対して上から250pxの場所に配置*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
	width: 100%;	/*画面幅いっぱいにとる設定*/
	background: #fff;	/*背景色*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
}
/*サイト幅にしたmenu-box内のブロック*/
#menubar {
	width: 1000px;	/*幅*/
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #ccc;	/*左の線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	float: left;	/*左に回り込み*/
	width: 16.6%;		/*メニュー幅*/
	text-align: center;	/*内容をセンタリング*/
}
#menubar li:first-child {
	margin-left: 0px;	/*１つ目のメニューのmarginを0に。*/
}
#menubar a,
#menubar-s a {
	display: block;
	text-decoration: none;
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる設定。不要ならこの行削除。*/
	padding: 10px 0px 0px;	/*上、左右、下へのボックス内の余白*/
	color: #333;	/*文字色*/
	border-right: 1px solid #ccc;	/*右の線の幅、線種、色*/
}
/*飾り文字（小さな補足用テキスト）*/
#menubar span,
#menubar-s span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	margin: -5px 0px 0px;	/*ボックスの外側にあけるスペース。上、左右、下。*/
	padding-bottom: 10px;	/*下へのボックス内の余白*/
}
/*マウスオン時と、現在表示中*/
#menubar li a:hover ,
#menubar li.current a {
	background: #e4ba07;	/*背景色*/
	color: #fff;	/*文字色*/
}
#menubar a:hover span {
	color: #fff;
}
/*スマホ用メニューを表示させない*/
#menubar-s {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ（main、subを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	clear: both;
	overflow: hidden;
	padding-top: 40px;	/*上部メインメニューと左右ブロックとの余白*/
}
/*サイト幅にしたcontents内のブロック*/
#contents .inner {
	width: 1000px;	/*幅*/
	margin: 0 auto;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 740px;	/*幅*/
	padding-bottom: 30px;
	padding-right: 3px;
	overflow: hidden;
}
/*１カラム時のメインコンテンツ設定*/
.c1 #main {
	float: none;
	width: auto;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	color: #FFF;		/*文字色*/
	padding: 3px 15px;	/*上下、左右への余白*/
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	padding: 7px 15px;	/*上下、左右への余白*/
	background: #fff;	/*背景色*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);	/*同上*/
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 7px 15px 14px;	/*上、左右、下への余白*/
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*「制作実績」ページの一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#main section.list {
	margin-bottom: 15px;	/*ボックス間のスペース*/
	position: relative;
	overflow: hidden;
	padding: 2.5%;	/*ボックス内の余白*/
	background: #fff;	/*背景色*/
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.1);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.1);			/*同上*/
}
#main section.list a {
	background: #fff;	/*背景色*/
	display: block;
	text-decoration: none;
	overflow: hidden;
	margin: -2.5%;
	padding: 2.5%;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list figure img {
	float: left;		/*画像を左へ回り込み*/
	width: 30%;			/*写真の幅*/
	height: auto;		/*写真の高さ*/
	margin-right: 4%;
}
/*ボックス内のh4タグ設定*/
#main section.list h4 {
	font-size: 17px;	/*文字サイズ*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の矢印マーク設定*/
#main section.list a::before {
	content: "→";	/*「→」の文字を表示させる。機種依存文字は使わないように。*/
	background: #e6e6e6;	/*背景色*/
	color: #999;			/*文字色*/
	font-size: 20px;		/*文字サイズ*/
	line-height: 1;
	width: 65px;			/*幅。下の15pxと合計した数字がline-height(80px)になるようにする。*/
	padding-left: 15px;		/*左側へのボックス内余白。上の65pxと合計した数字がline-height(80px)になるようにする。*/
	line-height: 80px;		/*行間。上の２行の合計値と合うように。*/
	position: absolute;
	right: -40px;	/*ボックスの右から-40pxの場所に配置*/
	top: 32%;		/*ボックスの上から32%の場所に配置*/
	border-radius: 100px;	/*角丸のサイズ。ひとまず大きくしておけばいい。この行を削除すれば四角になる。*/
        opacity: 0.6;
}
/*コンパクトタイプのボックス用　追加設定*/
#main section.list.compact {
	width: 23.5%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: 260px;		/*compactタイプの高さ*/
	margin-left: 3.5%;	/*ボックス間の余白*/
}
#main section.list.compact a {
	height: 100%;
}
.c1 #main section.list.compact {
	width: 15.5%;
}
/*コンパクトタイプのh4タグ追加設定*/
#main section.list.compact h4 {
	margin-left: 0;
	font-size: 13px;
}
/*コンパクトタイプの段落タグ追加設定*/
#main section.list.compact p {
	margin-left: 0;
	font-size: 11px;
	line-height: 1.4;
	margin-bottom: 5px;
}
/*コンパクトタイプの写真追加設定*/
#main section.list.compact figure img {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
/*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
#main section.list table {
	font-size: 12px;	/*文字サイズ*/
	background: #FFF;	/*背景色*/
	width: 65%;
	margin-bottom: 5px;
}
#main section.list table,
#main section.list table td,
#main section.list table th{
	border: 1px solid #bcbcbc;	/*枠線の幅、線種、色*/
}
#main section.list table td,
#main section.list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#main section.list table th{
	width: 18%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #dfe0c8;	/*背景色*/
}
/*白い説明用ブロック*/
#main section.list table td {
	width: 31%;	/*幅*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	width: 220px;	/*幅*/
	padding-left: 3px;
}
/*１カラム時のsubコンテンツ*/
.c1 #sub {
	display: none;
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	margin-bottom: 10px;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	padding-left: 10px;
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #e4e4e4;	/*下の線の線種、幅、色*/
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	box-shadow: 0px 0px 1px 1px #fff inset;
	border-radius: 4px;	/*角丸のサイズ*/
}
/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*サブコンテンツ内のbox2 topics

/*メニュー全体の設定*/
#sub ul.submenu2 {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #e4e4e4;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu2 li {
	background: #fff;	/*背景色*/
	border-bottom: solid 15px #FAD6C5;	/*下の線の線種、幅、色*/
}
#sub ul.submenu2 li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}
/*サブコンテンツ内のbox2 topics
---------------------------------------------------------------------------*/
#sub .box2 {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #FAD6C5;	/*背景色（古いブラウザ用）*/
	background: rgba(250,214,197,0.9);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
	border: solid 1px #ccc;	/*線の線種、幅、色*/
	-webkit-box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	box-shadow: 0px 0px 1px 1px #fff inset;
	border-radius: 4px;	/*角丸のサイズ*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop a {
	clear: both;
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 0px 30px;	/*上下、左右へのボックス内余白*/
	background: #333;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	border-radius: 4px 4px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下。*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	color: #fff;			/*文字色*/
	font-size: 85%;			/*文字サイズ*/
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューボックス全体*/
#footermenu {
	margin: 0 auto;
	padding: 20px;
}
/*１行分の設定*/
#footermenu li {
	padding-right: 20px;
        float: left;
}

#office{
  clear: both;
  margin: 20px;
}

#office span{
  font-weight: bold;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #333;	/*背景色*/
}
#copyright a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
	height: 140px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.list .ta1 {
	margin-bottom: 0;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #a8a8a8;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.3);	/*背景色。rgbaは色設定で0,0,0は黒。0.3が透明度。*/
	color: #fff;	/*文字色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: left;	/*左寄せ*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
}
/*ta1の右側ボックス*/
.ta1 td {
	background: #fff;	/*背景色*/
}
/*画像*/
.ta1 img {
	vertical-align: bottom;
}

/*よく頂く質問・リンク共通設定
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq,
.link {
	padding: 0px 15px;	/*上下、左右への余白*/
}
/*回答の設定*/
.faq dd,
.link dd {
	padding-bottom: 15px;
}

/*一覧ページのボックス右下のオプションマーク
（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;
}

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

/*画面右上キャンペーンパーツ
---------------------------------------------------------------------------*/
#campaign {
	width: 130px;	/*画像幅*/
	position: absolute;
	right: 0px;	/*画面全体に対して右から0pxの場所に配置*/
	top: 0px;	/*画面全体に対して上から0pxの場所に配置*/
}
#campaign:hover {
	width: 140px;	/*マウスオン時の画像幅*/
}

/*その他
---------------------------------------------------------------------------*/
.look {color:#fff;background: #666;padding:5px;border-radius: 4px;display:inline-block;margin-bottom:5px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb35 {margin-bottom: 35px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh{display:none;}



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

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/
header .inner {
	width: auto;
	background: none;
}
/*サイト幅にしたheader内のブロック（トップページ用の追加指定）*/
#top header .inner {
	height: 250px;
	-webkit-background-size: contain;	/*この１行は古い端末向けの最低限の設定*/
	background: url(../images/mainimg2019.png) no-repeat 96% 70%/45%;
}
/*ロゴ画像*/
header #logo img {
	position: absolute;
	left: 4%;
	top: 40px;
}
/*ロゴ画像（トップページ専用の追加設定）*/
#top #logo img {
	position: absolute;
	left: 4%;
	top: 70px;
}
/*TEL*/
#tel {
	font-size: 14px;
	width: 250px;
	position: absolute;
	left: 38%;
	top: 28px;
}
/*TEL（トップページ専用の追加設定）*/
#top #tel {
	position: absolute;
	left: 4%;
	top: 140px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar {
	width: auto;
	border: none;
}
/*メニュー１個あたりの設定*/
#menubar li {
	width: 50%;
	margin: 0px;
}
#menubar a,
#menubar-s a {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*コンテンツ（main、subを囲むボックス）
---------------------------------------------------------------------------*/
#contents {
	padding-top: 0px;
}
/*サイト幅にしたcontents内のブロック*/
#contents .inner {
	width: auto;
	margin: 20px;
}

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

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}

}/*@media800の閉じタグ*/


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

/*フッターメニュー
---------------------------------------------------------------------------*/
/*事業所所在地*/
#office p {
	white-space: pre;
        padding-top: 15px;
        line-height: 1.5em;
}

/*ページヘッダー　　2017.6.20削除
---------------------------------------------------------------------------*/
/*#headline h1{white-space: pre;}*/

/*追加
---------------------------------------------------------------------------*/
/*.scdList li{
  white-space: pre;
}
*/

}/*@media650の閉じタグ*/

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

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/
header .inner {
	height: 80px;
}
/*サイト幅にしたheader内のブロック（トップページ用の追加指定）*/
#top header .inner {
	height: 300px;
	-webkit-background-size: contain;	/*この１行は古い端末向けの最低限の設定*/
	background: url(../images/mainimg_s2019.png) no-repeat center bottom/auto 75%;
}
/*ロゴ画像*/
header #logo img {
	width: 60%;
	position: static;
	padding: 12px 0 0 20px;
}
/*ロゴ画像（トップページ専用の追加設定）*/
#top #logo img {
	width: 80%;
	position: static;
	padding: 6px;
}
/*TEL*/
#tel {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s li {
	width: 100%;
	margin: 0px;
}
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

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

/*「制作実績」ページの一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section .list p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main section .list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
#main section .list h4 {
	margin-left: 0;
}
/*コンパクトタイプのボックス追加設定*/
#main section .list.compact {
	width: 100% !important;
	float: none;
	height: auto;
	margin-left: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10%;
}
/*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
#main section.list table {
	width: 100%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;
}

/*事業所在地*/
#office {
	display: block;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: #e9611d url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #e9611d url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*画面右上キャンペーンパーツ
---------------------------------------------------------------------------*/
#campaign {
	display: none;
}
/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh{display:block;}
.pc{display:none;}


}/*@media480の閉じタグ*/



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

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック（トップページ用の追加指定）*/
#top header .inner {
	height: 250px;
	-webkit-background-size: contain;	/*この１行は古い端末向けの最低限の設定*/
	background: url(../images/mainimg_s2019.png) no-repeat center bottom/auto 70%;
}
/*ロゴ画像（トップページ専用の追加設定）*/
#top #logo img {
	width: 70%;
	padding: 15px;
}

}/*@media350の閉じタグ*/

/*=====================================================================
　これより下、追加CSS
=======================================================================*/

/*グローバルナビ固定
---------------------------------------------------------------------------*/

.fixed{
  position: fixed;
  top: 0px;
  z-index: 9999;
}

/*その他テキスト装飾・間隔調整
---------------------------------------------------------------------------*/
.mgt20{margin-top: 20px;}
.mgt40{margin-top: 40px;}
.mgt60{margin-top: 60px;}

.mgb20:{margin-bottom: 20px;}
.mgb30:{margin-bottom: 30px;}

.mgL20{margin-left: 20px;}

.pdL20:{padding-left: 20px;}

.w70{width: 70px;}
.w200{width: 200px;}
.w400{width: 400px;}

.red{color: red;}
.big2 {font-size: 30px;color: #cc0000;}
.big3{font-size: 120%;}
.b{font-weight: bold;}

.brsg4 dt{
  float: left;
  clear: both;
}

.brsg4 dd{
  margin-left: 4em;
}

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}


/*見出し（ページヘッダー）
---------------------------------------------------------------------------*/

#headLine1{
  color: #000;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.4rem;
  border-top: 4px double #000;
  border-bottom: 4px double #000;
  padding-left: 10px;
  margin-bottom: 30px;
}

#headline{
  padding: 15px;
  margin-bottom: 20px;
}

#headline h1{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6em;
  color: #000;
  text-shadow: 1px 1px 1px #666;
  margin-bottom: 10px;
}

#headline h2{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
  color: #000;
  background: none !important;
  box-shadow: none !important;
  padding: 0px;
  margin: 0px;
}

.hd3{
  display: inline-block;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  padding: 5px 13px !important;
  background: #cc0000;
  color: #fff;
  margin-bottom: 15px;
}


/*リスト
---------------------------------------------------------------------------*/
/*ページヘッダー内のリスト*/
#headline ul{
  margin-bottom: 0px;
}
.listMark1{
  margin-left:1.5em;
  font-size: 1.15em;
  line-height: 1.4em;
}

.listMark1{
  margin-bottom: 20px;
  list-style-type: none;
  text-indent: -1.2em;
}

.listMark1 li:before{
  font-family: FontAwesome;
  content:"\f14a";
  margin-right: 5px;
}

.listMark1 li{margin-bottom: 7px;}


/*定期講座　概要表の中の日程*/
.scdList li{
  border-bottom: 1px dashed #999;
  line-height: 1.5em;
}

.scdList li:last-child{
  border: none;
}

/*数字付の順序ありリスト*/

.decimal{
  list-style: decimal;
  margin-left: 30px;
  margin-bottom: 20px;
}


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

.wsn{white-space: nowrap;}
.vt{vertical-align: top;}


/*ta2設定（ぶらさげレイアウト）*/

.ta2 th{
  white-space: nowrap;
  padding-right: 15px;
  vertical-align: top;
  text-align: left;
}


/*650pxでレイアウト変更するテーブル*/

.deform{
  box-sizing: border-box;
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.deform th,
.deform td{
  box-sizing: border-box;
  border: 1px solid #666;
  vertical-align: top;
  padding: 15px 10px;
}

.deform th{
  text-align: left;
  background: #e6e6e6;
  color: #000;
  width: 15em;
}


@media screen and (max-width:650px){

.deform{
  border-top: 1px solid #666;
}

.deform th{
  display: block;
  border-top: none;
  width: 100%;
}

.deform td{
  display: block;
  border-top: none;
}


}/*@media650ここまで*/



/*日程表（スマホ時配列変更）*/

#taTime{
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

#taTime th,#taTime td{
  white-space: pre;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: top;
  padding: 7px;
}

#taTime th{
  text-align: left;
  background: #e6e6e6;
  color: #000;
}

#taTime td.vm{vertical-align: middle;}


/*1日集中セミナー等の書式*/
#taTime th span,#choice dt span{
  display: inline-block;
  font-size: 80%;
  font-weight: normal;
  padding: 1px 5px;
  line-height: 1.3em;
}

.allDay{
  border: 1px solid #999;
  background: #fff;
}
.min90{
  border: 1px solid #ff9999;
  background: #fff;
  color: #ff9999;
}

/*日程表内のセミナータイトル*/
#taTime h2{
  display: inline-block;
  background: none !important;
  box-shadow: none !important;
  margin: 0px;
  padding: 0px;
  font-size: 115%;
  color: #000;
}

#taTime h3{
  display: inline-block;
  background: none !important;
  box-shadow: none !important;
  border: none;
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  line-height: 1.3em;
  color: #000;
}

#taTime h4{
  display: inline-block;
  background: none !important;
  margin: 0px;
  padding: 0px;
  font-size: 115%;
  color: #cc0000;
}


/*エリアの書式*/
.tokyo{
  display: inline-block;
  padding: 1px 5px;
  line-height: 1.3em;
  margin-right: 10px;
  background: #99cccc;
  color: #000;
}

.osaka{
  display: inline-block;
  padding: 1px 5px;
  line-height: 1.3em;
  margin-right: 10px;
  background: #ff99ff;
  color: #000;
}

.nagoya{
  display: inline-block;
  padding: 1px 5px;
  line-height: 1.3em;
  margin-right: 10px;
  background: #99ff66;
  color: #000;
}


/*MAPの書式*/
.map{
  display: inline-block;
  padding: 1px 5px;
  font-size: 85%;
  line-height: 1.3em;
  background: #888;
  color: #fff;
}

a.map:link{text-decoration: none;}
a.map:hover{background: #000;}


/*残数表示の書式*/
.zanNo{
  display: inline-block;
  padding: 1px 10px;
  line-height: 1.3em;
  border: 1px solid #cc0000;
  background: #cc0000;
  color: #fff;
}

.zan1{
  display: inline-block;
  padding: 1px 10px;
  line-height: 1.3em;
  border: 1px solid #ff6600;
  background: #ff9933;
  color: #000;
}

.zan2{
  display: inline-block;
  padding: 1px 10px;
  line-height: 1.3em;
  border: 1px solid #ffcc66;
  background: #ffff88;
  color: #000;
}


/*日程表内の申し込みボタン*/
.btnKojin{
  display: block;
  padding: 5px 0px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 105%;
  background: #000;
  color: #fff;
}

.btnHojin{
  display: block;
  padding: 5px 0px;
  margin-top: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 105%;
  background: #666;
  color: #fff;
}

a.btnKojin:hover{background: #cc0000;}
a.btnHojin:hover{background: #cc0000;}


/*スマホの日程表*/
@media screen and (max-width:800px){
#taTime th,#taTime td{
  display: block;
  white-space: normal;
}

#taTime th{
  border-top: 2px solid #666;
  border-bottom: 1px solid #666;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

#taTime td{
  margin-top: -1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
}/*@media800のtaTime 終了*/


/*囲み枠
---------------------------------------------------------------------------*/
.bd_1{
  border: 1px solid #666;
  padding: 15px;
  background: #fff;
}


/*回り込み（画像など）スマホで解除
---------------------------------------------------------------------------*/
.r_img{
  display: block;
  float: right;
  margin: 10px;
}

@media screen and (max-width:600px){

.r_img{
  float: none;
}
}


/*ボタン
---------------------------------------------------------------------------*/
/*ボタン配置用のエリア*/
.entry_btn{
  text-align: center;
  margin: 30px 0px;
}

.submit_button{
  display: inline-block;
  font-size: 20px;
  font-weight : bold;
  text-decoration: none;
  line-height: 1.4em;
  padding: 10px 30px;
  border-radius : 7px;
  -moz-border-radius : 7px;
  -webkit-border-radius : 7px;
}

/*グレーのスリムなボタン*/
.btn{
  background : #999;
  color : #fff;
  text-decoration: none;
  padding: 3px 8px;
}

.btn:hover{
  background : #000;
  color : #fff;
}

/*赤のやや大きめのボタン*/

.btn2{
  background : #cc0000;
  color : #fff;
  text-decoration: none;
  padding: 4px 12px;
  font-weight: bold;
}

.btn2:hover{
  background : #999;
  color : #fff;
}

/*黒のやや大きめのボタン*/

.btn3{
  background : #000;
  color : #fff;
  text-decoration: none;
  padding: 4px 12px;
  font-weight: bold;
}

.btn3:hover{
  background : #999;
  color : #fff;
}

/*濃灰のやや大きめのボタン*/

.btn5{
  background : #666;
  color : #fff;
  text-decoration: none;
  padding: 4px 12px;
  font-weight: bold;
}

.btn5:hover{
  background : #000;
  color : #fff;
}

/*送信ボタン*/
.btn4{
  display: inline-block;
  font-weight : bold;
  text-decoration: none;
  line-height: 1.4em;
  padding: 15px 30px;
  border: 1px solid #000;
  background : #000;
  color : #fff;
}

.btn4:hover{
  background : #666;
  border: 1px solid #0066ff;
}


/*フォーム用の指定
---------------------------------------------------------------------------*/
/*講座を選択する一覧*/

#choice dl{margin-bottom: 30px;}

#choice dt{
  border-top: #999 solid 2px;
  background: #e6e6e6;
  line-height: 1.6em;
  margin-bottom: 10px;
}

#choice dd{
  margin-left: 2em;
  margin-bottom: 15px;
  margin-left: 0px;
  color: #000;
}

/* ラジオボタンがチェックされた時のスタイル */
#choice input[type="radio"]:checked + label{
  color: #cc0000; 
}

/* lableのスタイル */
.label{
  color: #000;
  font-weight: bold;
  font-size: 120%;
  padding: 10px 3px;
  display: inline-block;
  width: 90%;
  height: 96%;
  cursor: pointer; 
}

/* ラベルをマウスオーバーした時のスタイル */
.label:hover {
  color: #cc0000;
  background: #ffd1ff;
}


.bb_dash li{
  border-bottom: 1px dashed #999;
}

/*==================
　フォーム部品
===================*/

/*必須表示*/
.need{
  display: inline-block;
  font-size: 82%;
  color: #fff;
  background: #cc0000;
  padding: 0px 5px;
  margin-left:7px;
}

/*テキスト入力*/
.fd,
.fd_e,
.add{
  border : 1px solid #666;
  height : 28px;
  font-size:16px;
  padding: 0px 5px;
}

/*英数字*/
.fd_e{
  ime-mode : disabled;
}

/*郵便番号*/
.add{
  width: 70px;
  ime-mode : disabled;
}

/*入力時*/
input.fd:focus,
input.fd_e:focus,
input.add:focus {
  border : 1px solid #66ccff;
  background : #ffeeff;
}

/*テキストエリアのサイズ指定*/
.txtArea{
  width: 90%;
  height: 100px;
  overflow: auto;
  padding: 5px;
}

/*フォームのスマホ対応*/
@media screen and (max-width:800px){

#choice dd{white-space: pre;}/*選択講座名称をスマホの時に自動改行*/

.fd ,
.fd_e{width:95%;}

}/*フォーム@media800終了*/


/*フォームの注意書き*/
.attention{
  border: 3px double #cc0000;
  background: #ffeaea;
  padding: 10px 10px 0px 15px;
  margin-top: 15px;
  color: #000;
  font-size: 13px;
  line-height: 1.3em;
}

.attention span{color: #ff0000;}
.attention h5,.attention li{font-size: 14px;}
.attention h5{margin-bottom: 5px;}
.attention li{margin-bottom: 5px;}

/*動画へのリンク
---------------------------------------------------------------------------*/
/*トップページ動画を入れた枠*/
#movie div{
  width: 33.3%;
  float: left;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 20px;
}

#movie img{width: 93%;}

/*スマホ時のサイズ*/
@media screen and (max-width:650px){

#movie div{width: 50%;}

}/*@media650終了*/


@media screen and (max-width:480px){

#movie div{width: 100%;}

}/*@media480終了*/


/*動画を入れた枠（１つの時）*/

.movie1{
  position: relative;
  width: 100%;
}

.movie1 iflame{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*ギャラリーの設定
---------------------------------------------------------------------------*/
/*行間詰め*/

#gallery figure{
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;

   width: 31%;
   height: 350px;
   background: #fff;
   border: 1px solid #ccc;
   float: left;
   padding: 10px;
   margin: 7px;
   overflow: hidden;
   text-align: center;
}

#gallery a{
   height: 230px;
   overflow: hidden;
   display: block;
   text-align: center;
}
}

#gallery img{
   max-width: 98%;
   max-height: 230px;
   overflow: hidden;
   border: 1px solid #e6e6e6;
   margin: 0 auto;
}

#gallery figcaption{
   line-height: 1.3em;
   text-align: left;
   margin-top: 7px;
}

@media screen and (max-width:800px){

#gallery figure{width: 47%;}

}/*@media800終了*/

@media screen and (max-width:650px){

#gallery figure{width: 99%;}
#gallery a{max-height: 250px;}
#gallery img{max-height: 250px;}


}/*@media650終了*/


/*=====================================================================
　BestPresen用の追加CSS
=======================================================================*/

/*コラム用メニュー
---------------------------------------------------------------------------*/
/*行間詰め*/
.clmNavi li{
line-height: 1.5em;
}

/*コラム用インタビュー
---------------------------------------------------------------------------*/
/*ぶらさげ*/

.intv dt{
clear: both;
float: left;
line-height: 1.6em;
font-weight: bold;
letter-spacing: 0.7em;
}

.intv dd{
margin-left: 5em;
line-height: 1.6em;
}

.intv p{
padding: 0px !important;
margin-bottom: 15px;
}

.caution{
border: 3px double #cc0000;
background: #fefefe;
padding: 15px;
}

.caution p{
margin: 0px;
padding-bottom: 5px !important;
line-height: 1.5em;
}

.brsg1{
margin: 1em;
text-indent: -1em;
}
