sdgs@charset "utf-8";



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

/*全体の設定
---------------------------------------------------------------------------*/
html,body,#container {height: 100%;}
body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-siz:16px;
	line-height:1.2em;
	color: #666;	/*全体の文字色*/
	line-height: 2;		/*行間*/
	-webkit-text-size-adjust: none;
}

#menu-box	{
	background-image: url("../images/backimg.png"); /*背景にイラストを入れる*/
	background-size:100%;
	background-repeat: repeat;	
	background-color: #efeeed;	/*背景色*/	
}

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%;}


/*Webフォント外し
@font-face{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 14px;
	font-display:optional;
}
*/

/*トップページ　インフォメーション（事業持続化・プロAA）
---------------------------------------------------------------------------*/
.topinformation{
    width: 28%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: auto;		/*compactタイプの高さ*/
	margin-left: 1%;	/*ボックス間の余白*/
}
.topinformation2{
    width: 68%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: auto;		/*compactタイプの高さ*/
	margin-left: 1%;	/*ボックス間の余白*/
}

@media screen and (max-width: 640px) {
.topinformation{
    width: 98%;		/*compactタイプの幅*/
	height: auto;		/*compactタイプの高さ*/
	margin-left: 1%;	/*ボックス間の余白*/
}
.topinformation2{
    width: 98%;		/*compactタイプの幅*/
	height: auto;		/*compactタイプの高さ*/
	margin-left: 1%;	/*ボックス間の余白*/
}
}


/*sdgs
---------------------------------------------------------------------------*/

.sdgs{
display:flex;
}

.sdgs2{
display:flex;
 width: 48%;	
}

@media screen and (max-width: 640px) {
.sdgs{
display: initial;
}

.sdgs2{
    width: 98%;		/*compactタイプの幅*/
  }
}

/*トップページ　インフォメーション（アンケート）
---------------------------------------------------------------------------*/
.quest{
	background-color:  #ffffff;	/*背景色*/
	display: flex;
	width: 99%;
border:solid 1px #7679b0;

}

.topinformationquest{
    width: 70%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: auto;		/*compactタイプの高さ*/
	margin: 1%;	/*ボックス間の余白*/
}
.topinformationquest2{
    width: 30%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: auto;		/*compactタイプの高さ*/
	margin: 1%;	/*ボックス間の余白*/
	vertical-align:bottom;
}


@media screen and (max-width: 640px) {
.quest{
    display:block;
    border:solid 1px #7679b0;
}
.topinformationquest{
    width: 98%;		/*compactタイプの幅*/
	height: auto;		/*compactタイプの高さ*/
}
.topinformationquest2{
    width: 98%;		/*compactタイプの幅*/
	height: auto;		/*compactタイプの高さ*/
	margin-bottom:20px;
}

}
.buttonquest a {
    background: #d8daff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 70%;
    padding: 10px 25px;
    color: #454eff;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.buttonquest a:hover {
    background: #454eff;
    color: #FFF;
}
.buttonquest a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #454eff;
    border-right: 3px solid #454eff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.buttonquest a:hover:after {
    border-color: #FFF;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
a:hover {
	color: #6bae26;			/*マウスオン時の文字色*/
	text-decoration: none;		/*マウスオン時にリンクの下線を消す設定*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/

header {
	height: 150px;	/*高さ*/
	background: #66b3d3;	/*背景色*/
	position: relative;
	z-index: -2;
		overflow:hidden;
}
#top header {
	height: 100vh;	/*高さ*/
	min-height: 100%;
	margin-bottom: -90px;	/*メニューの高さを設定する*/
}
/*ロゴ画像（※トップページ以外）*/
header #logo {
	width: 400px;	/*画像幅*/
	padding-top: 25px;	/*画像の上に空ける余白。バランスをとって下さい。*/
}
/*トップページのロゴ画像*/
#top #logo img {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	z-index: 1000;
	left: 5%;	/*左から40%の場所に配置*/
	top: 5%;	/*上から35%の場所に配置*/
	width: 30%;	/*画像の幅*/
}


/*TEL*/
#tel {
	background-color: rgba(0,0,0,0.2);	/*背景色の設定。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
	color: #fff;	/*文字色*/
	width: 350px;	/*ボックス幅*/

	text-align: center;	/*内容をセンタリング*/
	position: absolute;
	right: 80px;	/*header #innerに対して右から0pxの場所に配置*/
	top: 4%;	/*header #innerに対して上から22pxの場所に配置*/
	border-radius: 5px;	/*角丸のサイズ*/
	font-size: 16px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くとる設定*/
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 1px 1px 4px rgba(0,0,0,0.2);			/*同上*/
	border: 1px solid #fff;						/*枠線の幅、線種、色（古いブラウザ用）*/
	border: 1px solid rgba(255,255,255,0.4);	/*同上。rgbaは色設定で255,255,255は白。0.4が透明度。*/
}

#tel:hover {
	background-color: rgba(0,0,0,0.5);	/*背景色の設定。rgbaは色設定で0,0,0は黒。0.1が透明度。*/
}

#tel a {
	color: #6bae26;
}

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


/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;position: relative;z-index: 10;
	text-align: center;	/*文字を中央に*/
	background: #fff;	/*背景色*/
	border-bottom: 3px solid #eee;	/*下線の幅、線種、色*/
}
/*メニュー１個あたりの設定*/
#menubar ul li {
	float: left;	/*左に回り込み*/
	width: calc(100% / 8) ;		/*幅。今回は５個メニューがあるので100÷5=20*/
	font-size: 20px;	/*文字サイズ*/
}
#menubar ul li a {
	text-decoration: none;display: block;
	border-bottom: 3px solid transparent;	/*下線の設定。ここではtransparentを使って透明にしています。*/
	height: 75px;		/*メニューブロックの高さ。※※※ここの「75」と、下の行の「15」を合計した「90」の数字と、下のfixmenu設定に２箇所ある「margin-top」の数字を合わせて下さい。*/
	padding-top: 15px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。※変更の際は、上の行の注意書きもしっかり読んで下さい。*/
}
/*飾り文字*/
#menubar ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar ul li a:hover, #menubar ul li.current a {
	border-bottom: 3px solid #66b3d3;	/*下線の幅、線種、色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed-menu #contents {
	margin-top: 90px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed #contents {
	margin-top: 90px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。*/
}


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

#contact {
	font-size:12px;
	width:150px;
	text-align: center;	
	border-radius: 5px;
	background:#2f7177;
	margin:auto;
}

#contact  a{
	color:#ffffff;
	text-align: center;	
	text-decoration: none;
}

#contact:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*右側に回り込み*/
	width: 930px;	/*幅*/
	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: 8px 15px;	/*上下、左右への余白*/
	background: #6bae26;	/*背景色（古いブラウザ用）*/
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);	/*影の設定。右へ、下へ、ぼかし幅。rgbaは色設定で0,0,0は黒。0.2が透明度。*/
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);			/*同上*/
	border-radius: 4px;	/*角丸のサイズ*/
}
/*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;
}

/*プライバシーポリシー用*/

#privacy h1{
	font-size: 16px;	/*文字サイズ*/
	color: #0b6c84;		/*文字色*/
}

#privacy p{
	font-size: 13px;	/*文字サイズ*/
	line-height: 1.5em	/*行間*/
}

.kakomi-maru1 {
 font-size: 13px;	/*文字サイズ*/
 margin: 2em auto;  
 padding: 1em;
 width: 94%; /*幅の調節*/
 color: #666666; /*文字色*/
 background-color: #f7f7f7; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 8px; /*角の丸み*/ 
}

/*トップ挨拶用*/

#greeting h1{
	font-size: 15px;	/*文字サイズ*/
	color: #0b6c84;		/*文字色*/
}

#greeting p{
	font-size: 15px;	/*文字サイズ*/
	line-height: 1.6em	/*行間*/
}

#greeting-img{
	width:60%;
	float:left;
	margin-top:25px;
	margin-right:10px;
	margin-bottom:10px;
}

#icon_link{
 height: 13px;
 width: auto;
}


/*経営理念用*/

#philosophy h1{
	font-size: 18px;	/*文字サイズ*/
	color: #0b6c84;		/*文字色*/
}

#philosophy p{
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.5em	/*行間*/
}



/*スタッフ紹介集合写真用*/
#greeting-img2{
	width:100%;
	margin-top:5px;
	margin-right:10px;
}



/*「制作実績」ページの一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#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;	/*文字サイズ*/
	color: #6bae26;		/*文字色*/
	margin-left: 34%;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の矢印マーク設定*/
#main section.list a::before {
	content: "→";	/*「→」の文字を表示させる。機種依存文字は使わないように。*/
	background: #e6e6e6;	/*背景色*/
	color: #ccc;			/*文字色*/
	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;	/*角丸のサイズ。ひとまず大きくしておけばいい。この行を削除すれば四角になる。*/
}
/*マウスオン時*/
#main section.list a:hover::before {
	background: #6bae26;	/*背景色*/
	color: #fff;			/*文字色*/
}

/*一覧ページの各物件ボックス内のテーブル（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: right;	/*左に回り込み*/
	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 {
	border-left: 3px solid #6bae26;	/*左側のアクセント用ラインの幅、線種、色*/
	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 ;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内の取り扱い会社用
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.handling {
	
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/

}
/*メニュー１個ごとの設定*/
#sub ul.handling li {

	background: #fff;	/*背景色*/

}
#sub ul.handling li a {
	text-decoration: none;
	display: block;
	text-align:center
}


/*サブコンテンツ内の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;
}

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



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

/*フッターメニュー
---------------------------------------------------------------------------*/
/*メニューボックス全体*/
#footermenu {
	width: 1200px;	/*幅*/
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 48%;		/*幅。今回は５列作ったのでここの幅18%と下のpaddingの2%でトータル20%になるよう設定。列に応じて調整して下さい。*/
	padding-left: 2%;
}


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

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

	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}


/*トップページ内「事業継続力強化計画」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#keizokuryoku_info dl{
	padding-left: 15px;
	margin-bottom: 15px;
}
/*日付設定*/
#keizokuryoku_info dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/

	margin-left: 15px;
	width: 8em;
}
/*記事設定*/
#keizokuryoku_info dd {
	margin-left: 15px;
	margin-right: 15px;
	padding-left: 10em;
}





/*テーブル1
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
}
.list .ta1 {
	margin-bottom: 0;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 5px;	/*ボックス内の余白*/
	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: 100px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
}
/*ta1の右側ボックス*/
.ta1 td {
	line-height: 150%;
	background: #fff;	/*背景色*/
}
/*画像*/
.ta1 img {
	vertical-align: bottom;
}




/*テーブル2
---------------------------------------------------------------------------*/
/*ta2設定*/
.ta2 {
	width: 26%;
	margin-left:1.5%;
	margin-right:2%;
	margin-bottom: 15px;
	float: left;
}
.list .ta2 {
	margin-bottom: 0;
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 5px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #a8a8a8;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.3);	/*背景色。rgbaは色設定で0,0,0は黒。0.3が透明度。*/
	color: #fff;	/*文字色*/
}
/*ta2の左側ボックス*/
.ta2 th {
	width: 100px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
}
/*ta2の右側ボックス*/
.ta2 td {
	vertical-align:top;
	line-height: 150%;
	background: #fff;	/*背景色*/
}
.leftclear{clear: left;}

@media screen and (max-width: 640px) {
.ta2 {
	width: 50%;
	margin-left:4%;
	margin-bottom: 15px;
	float: initial;
}
.ta2 th {
	width:100px;
	line-height: 100%;
	text-align: center;	/*センタリング*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
}
.ta2 td {
	width:42%;
	vertical-align:top;
	background: #fff;	/*背景色*/
}
}

/*テーブル3---------------------------------------------------------------------------*/
/*ta3設定*/
.ta3 {
	width: 40%;
	margin-left:1.5%;
	margin-right:2%;
	margin-bottom: 15px;
	float: left;
}
.list .ta3 {
	margin-bottom: 0;
}
.ta3, .ta3 td, .ta3 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 5px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta3 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #a8a8a8;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.3);	/*背景色。rgbaは色設定で0,0,0は黒。0.3が透明度。*/
	color: #fff;	/*文字色*/
}
/*ta3の左側ボックス*/
.ta3 th {
	width:100px;	/*幅*/
	text-align: center;	/*センタリング*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
}
/*ta3の右側ボックス*/
.ta3 td {
	vertical-align:top;
	line-height: 150%;
	background: #fff;	/*背景色*/
}
@media screen and (max-width: 640px) {
.ta3 {
	width: 80%;
	margin-left:4%;
	margin-bottom: 15px;
	float: initial;
}
.ta3 th {
	width:auto;
	line-height: 100%;
	text-align: center;	/*センタリング*/
	background: #f3f3f3;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。rgbaは色設定で0,0,0は黒。0.05が透明度。*/
}
.ta3 td {
	width:42%;
	vertical-align:top;
	background: #fff;	/*背景色*/
}
}

/*テーブル4---------------------------------------------------------------------------*/
/*ta4設定*/
.ta4{
  border-collapse: collapse;
  width: 97%;
  	margin-left:1.5%;
	margin-right:2%;
	margin-bottom: 15px;
	float: left;
}
.ta4 th,
.ta4 td{
  padding: 10px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.ta4 th {
  background: #f3f3f3;
  
}
@media screen and (max-width: 640px) {
.ta4 .head{
    display:none;
  }
.ta4 {
    width: 97%;
  }
.ta4 td,
.ta4 th{
    display: block;
    width: 100%;
    border-bottom:none;
  }
.ta4 td{
    padding: 0px 12px 0 0;
    display: block;
    width: 100%;
    line-height: 2.5;
    text-align:left;
  }
.ta4 td:before{
    content: attr(data-label);
    font-weight: bold;
    padding: 0px 10px;
    display: inline;
    background-color: #f3f3f3;
    margin-right: 10px;
    float: left;
  }
.ta4 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}

/*コンパクトタイプのボックス用１　追加設定*/
#main section.list.compact-a {
	width: 55.5%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: 600px;		/*compactタイプの高さ*/
	margin-left: 3.5%;	/*ボックス間の余白*/
}

#main section.list.compact-b {
	width: 87.5%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: 600px;		/*compactタイプの高さ*/
	margin-left: 3.5%;	/*ボックス間の余白*/
}


#main section.list.compact {
	width: 23.5%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: 600px;		/*compactタイプの高さ*/
	margin-left: 3.5%;	/*ボックス間の余白*/
}
#main section.list.compact a {
	height: 100%;
}

#main section.list.compact b {
	height: 100%;
}

.c1 #main section.list.compact {
	width: 15.5%;
}
/*コンパクトタイプのh1タグ追加設定*/
#main section.list.compact h1 {
	margin-left: 0;
	font-size: 14px;
}
/*コンパクトタイプの段落タグ追加設定*/
#main section.list.compact p {
	margin-left: 0;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 5px;
}
/*コンパクトタイプの写真追加設定*/
#main section.list.compact figure img {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

/*コンパクトタイプのボックス用２　追加設定*/
#main section.list.compact2 {
	width: 40%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/
	height: 330px;		/*compactタイプの高さ*/
	margin-left: 3.5%;	/*ボックス間の余白*/
}
#main section.list.compact2 a {
	height: 100%;
}
.c1 #main section.list.compact2 {
	width: 100%;
}
/*コンパクトタイプのh1タグ追加設定*/
#main section.list.compact2 h1 {
	margin-left: 0;
	font-size: 14px;
}
/*コンパクトタイプの段落タグ追加設定*/
#main section.list.compact2 p {
	margin-left: 0;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 5px;
}
/*コンパクトタイプの写真追加設定*/
#main section.list.compact2 figure img {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}

/*コンパクトタイプのボックス用3　追加設定*/
#main section.list.compact3 {
	width: 40%;		/*compactタイプの幅*/
	float: left;		/*ボックスを左に回り込み*/

	margin-left: 3.5%;	/*ボックス間の余白*/
}
#main section.list.compact3 a {
	height: 100%;
}
.c1 #main section.list.compact3 {
	width: 15.5%;
}

#mail_form {
	width: 95%;
	margin:10px auto;
	padding: 10px 0;
}

#mail_form h1 {
	margin-left: 0;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 5px;
}


/*よく頂く質問・リンク共通設定
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq,
.link {
	padding: 0px 15px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt,
.link dt {
	color: #6bae26;	/*文字色*/
	font-weight: bold;	/*太字*/
}
.faq dt a,
.link dt a {
	color: #6bae26;
}
/*回答の設定*/
.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: 14px;
	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;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #6bae26;}
.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;}


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

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

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

}


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){
	
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: fixed;z-index: 100;
	top: 0px;
	width: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
}
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
	display: block;text-decoration: none;
	padding: 10px 15px;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
}
/*飾り文字*/
#menubar-s ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 8px;		/*上から8pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	border-radius: 50%;	/*円形にする*/
	border: 1px solid #fff;
	position:fixed;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #66b3d3 url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #66b3d3 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu #contents {
	margin-top: 0px;
}


/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*サイト幅にしたheader内のブロック*/
header .inner {
	width: auto;
	background: none;
}

/*ロゴ画像*/
header #logo img {
	width:250px;
	left: 4%;
	top: 20px;
}
/*ロゴ画像（トップページ専用の追加設定）*/
#top #logo img {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	z-index: 1000;
	left: 5%;
	top: 5%;
	width: 40%;
}

/*TEL*/
#tel {
	font-size: 14px;
	width: 250px;
	position: absolute;
	right: 20px;
	top: 85px;
}
/*TEL（トップページ専用の追加設定）*/
#top #tel {
	position: absolute;
	right: 20px;
	top: 80px;
}

/*ヘッダーメニューが固定されなくなるので、再設定。
---------------------------------------------------------------------------*/
.link {
	margin-top: -30px;
	padding-top: 30px;
}


/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#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;
}

*プライバシーポリシー用*/

#privacy h1{
	font-size: 14px;	/*文字サイズ*/
	color: #0b6c84;		/*文字色*/
}

#privacy p{
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5em	/*行間*/
}

#greeting-img{
	width:40%;
	float:left;
	margin-right:20px;
	margin-bottom:10px
}

/*スタッフ紹介集合写真用*/
#greeting-img2{
	width:auto;
	margin-top:5px;
	margin-right:10px;
}

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


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

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

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

/*コンパクトタイプのボックス追加設定*/
#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%;
}
#main section.list.compact-a {
	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%;
}
/*コンパクトタイプのボックス追加設定*/
#main section.list.compact2 {
	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%;
}

#greeting-img{
	width: 100% !important;
	text-align:center
	float: none;
}


}



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

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
#main {
		width: 100%;
overflow:hidden;
}

/*サイト幅にしたheader内のブロック*/
header .inner {
	height: 80px;
}

/*ロゴ画像*/
header #logo img {
	width: 280px;
	position: static;
	top:1px;	/*上から35%の場所に配置*/
}
/*ロゴ画像（トップページ専用の追加設定）*/
#top #logo img {
  display: block;!important
  position: fixed;!important	/*スクロールしても固定表示させる設定。*/
  z-index: 1000;
  top: 40%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 70%;
}


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

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 8px;		/*上から8pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	border-radius: 50%;	/*円形にする*/
	border: 1px solid #fff;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #66b3d3 url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #66b3d3 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*「制作実績」ページの一覧用ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#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;
}

/*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
#main section.list table {
	width: 100%;
}


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

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


/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh{display:block;}
.pc{display:none;}

}


}



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

/*ヘッダー（サイトロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
#main {
overflow:hidden;
}


/*ロゴ画像（トップページ専用の追加設定）*/
#top #logo img {
	width: 60%;
	top: 100px;
	padding: 20px;

	
}

}

/*WP投稿表示用
---------------------------------------------------------------------------*/
.media_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCで2列固定 */
  gap: 24px;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  box-sizing: border-box;
}

.media_card {
  min-height: 360px; /* 最低でもこの高さは確保 */
  height: auto; /* 高さ自動調整 */
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  transition: box-shadow 0.2s ease;
  box-sizing: border-box;
}


.media_card_image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.media_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media_card_content {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.date {
  font-size: 0.75rem;
  color: #555;
  margin-bottom: 6px;
}

.media_card_title {
  font-size: 1rem;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-bottom: 8px;
}

.media_card_text {
  font-size: 14px;
  line-height: 1.5;
  color: #555;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

@media (max-width: 768px) {
  .media_cards {
    grid-template-columns: 1fr; /* スマホで1列 */
  }
}





/*WP投稿表示用ここまで
---------------------------------------------------------------------------*/

/* ▼ スマホ対応レスポンシブCSS 追加 ▼ */
@media screen and (max-width: 768px) {
  body {
    padding: 0;
    margin: 0;
  }

  .container,
  .wrapper,
  .main,
  .side {
    width: 100% !important;
    float: none !important;
    display: block !important;
  }

  .side {
    margin-top: 20px;
  }

  /* グローバルナビを縦並びに変更 */
  nav ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 0;
  }

  nav li {
    display: block;
    width: 100%;
  }

  /* 固定幅が原因のはみ出し防止 */
  img,
  iframe {
    max-width: 100%;
    height: auto;
  }
}

/* ▼ ビューポート設定（HTMLに追加が必要） ▼ */

