@charset "utf-8";
/* CSS Document */



/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*slick.cssの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*lightbox用jsファイルの読み込み
---------------------------------------------------------------------------*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.css);


/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 16px;	/*文字サイズ*/
	}
body {
	margin: 0;
	padding: 0;
	color: #000011;	/*全体の文字色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Candara", "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic";	/*フォント種類*/
	line-height: 2;		/*行間*/
	background: #fff;	/*全体の背景色（古いブラウザ用）*/
	-webkit-text-size-adjust: none;
	}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}


/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}


/*section全般の設定*/
section + section {
	padding-top: 30px;	/*sectionの間に空けるスペース*/
}


/*opa1（透明から着色状態に）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}



/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #000011;		/*リンクテキストの色*/
	font-weight: bold;
	transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.4秒。*/
}
a:hover {
	color: #C0C0C0;			/*マウスオン時の文字色*/
	font-weight: bold;
	background: #000000;	
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}


/*コンテナー（footer以外を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1300px;	/*サイトの最大幅*/
	margin: 0 auto;
	height: 100%;
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	padding: 0 3%;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/

header {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	align-items: center;			/*垂直揃えの指定。上下中央に配置されるように。*/
	flex: 0 0 auto;
	height: 135px;	/*ヘッダーの高さ*/
	padding: 20px;					/*ヘッダー内の余白*/
}

/*ロゴ画像*/
header #logo {
	line-height: 0;
	margin: 0;
	width: 325px;		/*ロゴ画像の幅*/
}


/*言語ブロック*/
header address {
	font-style: normal;	/*addressがデフォルトで斜体になってしまうのを標準にする*/
	margin-right: 0px;	/*右側に空けるスペース。ハンバーガーメニューに重ならないようにする為です。*/
	font-size: 0.8em;	/*文字サイズ*/
}




/*メニュー設定（全端末サイズ共通の設定）
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	background: linear-gradient(#333333, #000000);	/*背景グラデーション*/
	box-shadow: 1px 2px 7px rgba(0,0,0,0.2);		/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒のことで0.2は色が20%ついた状態のこと。*/
	border-radius: 10px;	/*角丸のサイズ*/
	text-align: center;		/*テキストをセンタリング*/
	padding: 0 2%;			/*上下、左右へのメニューブロック内の余白。*/
	margin-bottom: 1%;	/*メニューブロックの下(外側)に空けるスペース*/
}

/*メニュー１個あたりの設定*/
#menubar li {
background: linear-gradient(#333333, #000000);	/*背景グラデーション*/
	float: left;		/*左に回り込み*/
	width: 25%;			/*メニュー幅。5個なので100÷5=20。6個にしたいなら16.6%にする。*/
	line-height: 1.6;	/*行間*/
	positiion: relative;
}
/*子階層以降共通*/
#menubar li li {
    height: 0;
    overflow: hidden;
	font-size: 90%;
	text-align: center;		/*テキストをセンタリング*/
	width: 100%;			/*メニュー幅。5個なので100÷5=20。6個にしたいなら16.6%にする。*/
    line-height: 1.6;	/*行間*/
	transition: .3s;
	positiion: relative;
}

#menubar li a {
	display:  block;text-decoration: none;
	border-right: 1px solid #333;	/*右側の線の幅・線種・色。0,0,0は黒の事で、0.1は色が10%ついた状態の事。*/
	padding: 20px 0;	/*上下、左右へのメニュー内の余白*/
	color: #C0C0C0;		/*文字色*/
}
/*子階層以降共通*/
#menubar li li a {
   display:  block;text-decoration: none;
	border-top: 1px solid rgba(0,0,0,0.01);
	padding: 12px 0;	/*上下、左右へのメニュー内の余白*/
	color: #C0C0C0;		/*文字色*/
}

/*１つ目のメニューへの追加設定*/
#menubar li:first-child a {
	border-left: 1px solid #333;	/*左側の線の幅・線種・色。0,0,0は黒の事で、0.1は色が10%ついた状態の事。*/
}

/*マウスオン時と、現在表示中メニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: linear-gradient(#333333, #000000);	/*背景グラデーション*/
	filter: brightness(1.5);	/*少しだけ明るくする*/
}
/*子階層以降共通*/
#menubar li:hover > ul > li {
    height: 45px;
    overflow: visible;
	filter: brightness(1.5);	/*少しだけ明るくする*/
}
#menubar li li a:hover, #menubar li li.current a {
	filter: brightness(1.5);	/*少しだけ明るくする*/
	}
/*スマホ用メニューを表示させない*/
#menubar_s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}



/*コンテンツ（メインメニューとmainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	min-height: 0%;		/*IE対策*/
	flex: 1 0 auto;
	clear: both;overflow: hidden;
	padding-bottom: 40px;	/*下の余白。footerとの間のスペースになります。*/
	}
	

/*mainブロック設定
---------------------------------------------------------------------------*/
/*mainブロックの設定*/
main {
	display: block;			/*IE対策*/
	margin: 50px 3% 100px;	/*上、左右、下へのブロックの外側にとるスペース*/
}

/*mainブロック内のh2タグ*/
main h2 {
	border-bottom: 4px solid #444;	/*下線の幅、線種、色。ベースカラーです。下のspanのborder-bottomと数字を合わせておく。*/
font-size: 1.1em;
}

/*mainブロック内のh2タグに下線を引くための指定。*/
main h2 span.uline {
	display: inline-block;
	border-bottom: 4px solid #C0C0C0;	/*下線の幅、線種、色。アクセントカラーです。上のmain h2と数字を合わせておく。*/
	position: relative;
	bottom: -4px;		/*下からの配置場所指定。上にある２つのborder-bottomと重ねる為の指定なので、数字を合わせてから冒頭にマイナスをつけて下さい。*/
	padding: 0 20px;	/*上下、左右への余白。テキストの両脇に少し余裕をもって線を引くためです。*/
}

/*mainブロック内のh3タグ*/
main h3 {
	border-bottom: 4px solid #444;	/*下線の幅、線種、色*/
	padding: 20px 20px 0px;			/*上、左右、下への余白*/
}


/*mainブロックのpタグ*/
main p {
	margin: 0 20px 30px;	/*上、左右、下へ空けるスペース*/
}


/*SNS設定
---------------------------------------------------------------------------*/

/* ボタン全体 */
.flowbtn5{
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Candara", "游ゴシック体", "ＭＳ Ｐゴシック", "MS PGothic";/* 好きなフォントに変えてね */	
border-radius:15px;		
position:relative;
display:inline-block;
width:60px;
height:60px;
font-size:40px;
color:#fff!important;
transition:.5s;
text-decoration:none;
}
/* アイコンをど真ん中に*/
.flowbtn5 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* Twitter */
.fl_tw1{
background:#1DA1F2;
}
/* Facebook */
.fl_fb1{
background:#1877F2;
}

/* Instagramオレンジグラデ背景色 */
.insta_btn5:before{
content: '';
position:absolute;
top:10px;
left:-1px;
width:48px;
height:52px;
background:-webkit-radial-gradient(#FFDD83 15%, rgba(255, 105, 34, 0.65) 50%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#FFDD83 5%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
/* Instagram紫グラデ背景色 */
.insta_btn5 {
background:-webkit-linear-gradient(135deg, #4C64D3 0%, #CF2E92 70%) no-repeat;
background:linear-gradient(135deg, #4C64D3 0%, #CF2E92 70%) no-repeat;		
}
/* Instagramアイコン調整 */
.insta_btn5 .fa-instagram{
font-size:50px;	
}
/* アイコンボタン下テキスト調整 */
.flowbtn5 div{
font-size:10.5px;
color:#666;	
position:relative;
top:60px;
}
/* アイコンボタンにマウスホバーした時の指定*/
.flowbtn5:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
text-decoration:none;
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* アイコンボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}
/* アイコンボタン同士の余白調整 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}

ul.snsbtniti{
padding:0 !important;
list-style-type:none!important;
}
/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	font-size: 85%;			/*文字サイズ*/
	background: linear-gradient(#333333, #000000);	/*背景グラデーション*/
	color: #C0C0C0;			/*文字色*/
	text-align: center;		/*文字をセンタリング*/
}
footer a {text-decoration: none;color: #C0C0C0;}
footer a:hover {color: #C0C0C0;}
footer .pr {display: block;font-size: 80%;}

/*記事設定*/
#new dd {
	padding-left: 9em;	/*左に空けるスペース。日付の幅の分をここで確保。*/
	border-bottom: 1px solid #C0C0C0;	/*下線の幅、線種、色*/
}



/*Portfolio（listブロック）
---------------------------------------------------------------------------*/
/*listボックスを囲むボックス*/
.list-container {
	display: flex;					/*flexボックスを使う指定*/
	flex-wrap: wrap;				/*折り返す指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
}


/*listボックス。１個あたりのボックスの指定です。*/
.list {
	display: flex;					/*flexボックスを使う指定*/
	flex-direction: column;			/*子要素を縦並びにする*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	margin-bottom: 30px;			/*ボックス同士の上下間の余白*/
	background: #fff;				/*背景色。*/
	padding: 20px;					/*ボックス内の余白*/
	border-radius: 10px;			/*角を丸くする指定*/
	overflow: hidden;
}


/*listボックス内のh4タグ*/
.list h4 {
	margin: 10px 0;			/*上下、左右へのh4の外側に空けるスペース*/
	font-size: 1em;		/*文字サイズを100%に*/
}


/*listボックス内のpタグ*/
.list p {
	margin: 0;
}

/*IE対策*/
.list div {
	min-height: 0%;
}


/*アイコン
---------------------------------------------------------------------------*/
/*アイコンの共通設定*/
.icon {
	display: inline-block;
	padding: 0 10px;	/*上下、左右へのアイコン内の余白*/
	background: #999;	/*背景色。iconクラスだけ適用した場合に出る色です。*/
	color: #C0C0C0;		/*文字色*/
	font-size: 0.7em;	/*文字サイズを70%に。*/
	border-radius: 3px;	/*角を丸くする指定*/
	margin-right: 3px;	/*アイコンが並んだ際に間にとるスペース*/
}

/*NEWアイコン*/
.newicon {
	background: #e82600;	/*背景色*/
}

/*option1アイコン*/
.option1 {
	background: #e80068;	/*背景色*/
}

/*option2アイコン*/
.option2 {
	background: #009def;	/*背景色*/
}



/*大きな画像のボックスの中の画像*/
#item-image img {
	width: 100%;
}

/*サムネイル画像*/
.thumbnail {
	width: 80px;	/*画像の幅*/
	border: 1px solid #333;	/*枠線の幅、線種、色*/
	margin-bottom: 5px;
}

.thumbnail:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}

/*btnの設定
---------------------------------------------------------------------------*/
/*ボタンを囲むブロック*/
.btn {
	text-align: center;	/*内容をセンタリング*/
}

/*ボタン*/
.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	color: #C0C0C0;			/*文字色*/
	border-radius: 3px;		/*角丸のサイズ。ほんの少しだけ角が丸くなります。*/
	padding: 10px 20px;		/*上下、左右へのボタン内の余白*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅の順。0,0,0は黒の事で0.2は色が20%出た状態。*/
	background: linear-gradient(#333333, #000000);/*背景グラデーション*/
	font-size: 1rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*ボタンのマウスオン時*/
.btn a:hover,
.btn input:hover {
	filter: brightness(1.2);	/*少しだけ明るくする*/
	cursor: pointer;
}

/*listブロック内でのボタン*/
.list .btn a, .list .btn input {
	margin-top: 10px;	/*上にスペースを空ける*/
	display: block;		/*横幅いっぱいに広げる*/
}



/*Portfolioサブページのサムネイル
---------------------------------------------------------------------------*/
/*写真全体を囲むブロック*/
.photo-block {
	overflow: hidden;
	margin: 0 40px 20px;	/*上、左右、下へのボックスの外側に空けるスペース*/
	background: #222;		/*背景色*/
}


/*画像*/
.gallery figure {
	width: 25%;			/*画像幅*/
	float: left;		/*左に回り込み*/
	transition: 0.4s;	/*マウスオン時の移り変わるまでの時間設定。0.4秒。*/
}

.gallery a figure {
	opacity: 0.6;		/*画像の透明度60%*/
}
/*マウスオン時の画像*/
.gallery a:hover figure {
	opacity: 1;		/*画像の色を100%出す*/
}



/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 10px 10px;			/*上下、左右へのボックス内の余白。基本的に数行下の「.ta1 th, .ta1 td」のpaddingと揃えておけばOKです。*/
	background: #eee;		/*背景色*/
	color: #000011;				/*文字色*/
	
}

/*ta1テーブルブロック設定*/
.ta1 {
	border-top: 1px solid #eee;	/*テーブルの一番上の線。幅、線種、色*/
	table-layout: fixed;
	width: 90%;
	margin: 0 auto 30px;		/*最後の「30px」がテーブルの下に空けるスペースです*/
}


/*tr（１行分）タグ設定*/
.ta1 tr {
	border-bottom: 1px solid #eee;	/*テーブルの下線。幅、線種、色*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 15px 15px;		/*上下、左右へのボックス内の余白*。基本的に数行上の「.ta1 caption」のpaddingと揃えておけばOKです。*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}


/*th（左側）のみの設定*/
.ta1 th {
	width: 25%;			/*幅*/
	text-align: left;	/*左よせにする*/
	background: #e2e2e2;/*背景グラデーション*/
	font-size: 0.9rem;
}


/*詳細ページ
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #C0C0C0;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.3);	/*背景色。0,0,0は黒の事で0.3は色が30%出た状態。*/
	width: 2em;			/*幅*/
	line-height: 2em;	/*高さ*/
}

/*マウスオン時*/
.pagetop a:hover {
	background: rgba(0,0,0,0.8);	/*背景色。0,0,0は黒の事で0.8は色が80%出た状態。*/
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #d70101 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #e2e2e2;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}




/*---------------------------------------------------------------------------
ここから下は画面幅750px以下の追加指定
---------------------------------------------------------------------------*/
@media screen and (max-width:750px) {

/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	flex-direction: column;	/*ロゴと電話番号を縦並びにする*/
}

/*言語ブロック*/
header address {
	margin-right: 0px;
}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}

/*---------------------------------------------------------------------------
ここから下は画面幅900px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:900px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 16px;	/*基準となるフォントサイズの上書き*/
}


/*fixmenu。大きな端末で、メインメニューが画面上部についた時のスタイル。
---------------------------------------------------------------------------*/
.fixmenu{
	position: fixed;z-index: 100;
	left:0px;top:0px;
	width: 100%;
}

/*header（ロゴなどが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*電話番号ブロック*/
header address {
	margin-right: 0px;
}



/*menubar
---------------------------------------------------------------------------*/
/*ハンバーガーメニューを非表示にする*/
#menubar_hdr {display: none;}

/*メニューのボックス全体の設定（※変更不要）*/
#menubar {height: auto;overflow: visible;}
#menubar.db {position: static;overflow: visible;height: auto;padding: 0;}

/*ドロップダウンに影響させない為。*/
#menubar > ul {
	display: flex;					/*flexボックスを使う指定*/
	justify-content: space-between;	/*並びかたの種類の指定*/
	max-width: 1300px;				/*最大幅。これ以上広がらないように。前半の小さな端末用の「#container」と数字を揃える。*/
	margin: 0 auto;
}


/*メニュー１個あたりの設定*/
#menubar li {
	text-align: center;	/*テキストをセンタリング*/
	flex: 1;			/*個々のメニューを均等にし、幅いっぱいまで使う設定*/
	position: relative;	/*ddmenu ulの幅となる基準を作っておく*/
	box-sizing: border-box;
}


/*ドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウンメニューブロック全体*/
#menubar ul ul {
	position: absolute;z-index: 100;
	width: 100%;
}

/*メニュー１個ごとに入れる線*/
#menubar .ddmenu_parent ul li a {
	border: 1px solid #e2e2e2;	/*枠線の幅、線種、色*/
	border-top: none;		/*上の線だけ消す*/
	
}

/*最初のドロップダウンにのみ上の線を入れる*/
#menubar .ddmenu_parent ul li:first-of-type a {
	border-top: 1px solid #e2e2e2;
}

	
	
/*フッターメニュー設定
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
#footermenu {
	font-size: 0.8rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
	padding: 20px 50px;	/*上下、左右へのボックス内の余白*/
}

	

/*サービスページ（listブロック）
---------------------------------------------------------------------------*/
/*listボックスを囲むボックス*/
.list-container {
	flex-direction: row;	/*子要素を横並びにする*/
}

/*listボックス。１個あたりのボックスの指定です。*/
.list {
	width: 33%;	/*ボックスの幅*/
}

/*詳細ページ
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	width: 80%;
}


/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}
