@charset "utf-8";


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

/*Google Fontsの読み込み。.main h2と左メニューの英語表記（.submenu li span）に使っています。
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Anton');

/*全体の設定
---------------------------------------------------------------------------*/
body {
	
	padding: 0px;
	color: #000;	/*全体の文字色*/
	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;
	margin: 0 auto;
	background-color: #FFF;
	
}
h1,h2,h3,h4,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%;}

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

/*container（フッター以外のブロックを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}



/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
header {
	
	padding-bottom: 0px;
    background: #000080 url(../images/bg_menu.jpg);	/*背景色、背景画像の読み込み。*/
    
}
header .inner {
	height: 30px;	/*ヘッダーの高さ*/
	position: relative;
}
/*ロゴ画像*/
#logo img {
	width: 600px;	/*画像幅*/
	padding: 12px;
}


/*contents（main,subを囲むブロック）
---------------------------------------------------------------------------*/
.contents {
	padding-top: 40px;	/*コンテンツ上に空ける余白*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	max-width: 2000px;	/*最大幅を2000pxまでに設定*/
	height: 100%;
	position: relative;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#mainimg img {
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}


/*メインコンテンツ
---------------------------------------------------------------------------*/
.main {
	width: 1200px;	/*幅*/
	overflow: hidden;
	padding-bottom: 50px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
    color: #FFF;
    padding-top: 1em;
}
.c1 .main {
	float: none;
	width: auto;
}

/*mainコンテンツの段落タグ設定*/
.main h1 {
	
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	line-height: 24px;
    color: #000;
}
/*mainコンテンツのh2タグの設定*/
.main h2 {
    color: #fff;   
	clear: both;
	padding-top: 30px;
	padding-bottom: 40px;
	line-height: 1.2;
	font-size: 28px;		/*文字サイズ*/
}
/*mainコンテンツのh3タグの設定*/
.main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 3px 12px;
	border: 1px dashed #000;	/*枠線の幅、線種、色*/
	border-radius: 4px;			/*角丸のサイズ*/
	background: #fff;			/*背景色*/
}


.main h5 {
    color: #000;
    padding-top:50px;
	clear: both;
	margin-bottom: 20px;
	padding-left: 20px;
	line-height: 1.2;
	border-bottom: 3px solid #000;	/*下線の幅、線種、色*/
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 22px;		/*文字サイズ*/
	text-align: left;
}
.main h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 22px;
	margin-top: 30px;
	padding-bottom: 5px;
	color: #C00;
}

.main h6 a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 22px;
	margin-top: 30px;
	padding-bottom: 5px;
	color: #C00;
}

/*mainコンテンツの段落タグ設定*/
.main p {
	padding: 0px 15px 20px;	/*上、左右、下への余白*/
}
.main h2 + p,
.main h3 + p {
	margin-top: -5px;
}



/*メインコンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.main .list {
	float: left;	/*左に回り込み*/
	width: 46%;		/*幅*/
	overflow: auto;
	margin-left: 2.5%;	/*ボックス同士の左右間の余白*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	background: #000;		/*背景色*/
	color: #fff;	/*文字色*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 3px;		/*角丸のサイズ。この行削除すれば通常の長方形になる。*/
	height: 430px;			/*(CMS専用)*/
	height: 230px;			/*高さ（下の「.main .list a」の高さと揃える）*/
	line-height: 1.4;
	position: relative;
}
.main .list a {
	display: block;
	overflow: auto;
	text-decoration: none;
	color: #fff;	/*文字色（ボックスにリンク指定がされた場合に適用される）*/
	height: 430px;	/*(CMS専用)*/
	height: 230px;	/*高さ（上の「.main .list」の高さと揃える）*/
}
.main .list a:hover {
	background: #fff;	/*マウスオン時の背景色*/
	color: #000;		/*マウスオン時の文字色*/
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
.main .list a::before {
	content: "→";	/*この文字を出す。他の文字に変えても可だが機種依存文字は化けるので使わない。*/
	position: absolute;
	right: 20px;	/*ボックスの右から20pxの場所に配置*/
	top: 20px;		/*ボックスの上から20pxの場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.5);	/*rgb指定での背景色。「0,0,0」は黒の事で「0.5」が透明度50%の事。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
}
.main .list a:hover::before {
	background: #000;	/*マウスオン時の「→」マークの背景色*/
}
/*ボックス内の画像設定*/
.main .list .img {
	width: 100%;
	height: 140px;
	padding-bottom: 10px;	/*画像下に空ける余白*/
	object-fit:cover
}
/*ボックス内のh4（見出し）タグ設定*/
.main .list h4 {
	padding-bottom: 5px;
	font-size: 16px;	/*文字サイズ*/
	padding-top: 10px;
}
/*ボックス内のp（段落）タグ設定*/
.main .list p {
	font-size: 12px;	/*文字サイズを少し小さく*/
		padding-left: 20px;

}





/*メインコンテンツ内のボックス（icon）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.icon {
	float: left;	/*左に回り込み*/
	width: 31%;		/*幅*/
	overflow: auto;
	margin-left: 2%;	/*ボックス同士の左右間の余白*/
	line-height: 1.4;
	position: relative;
	background-color: #FFF;
	margin-bottom: 20px;
	padding-bottom: 10px;
}


/*ボックス内の画像設定*/
.icon .img {
	width: 100%;
	padding-bottom: 20px;	/*画像下に空ける余白*/
	object-fit:cover
}




/*一覧ページの各物件ボックス内のテーブル（CMS用）
---------------------------------------------------------------------------*/
.main .list table {
	font-size: 10px;	/*文字サイズ*/
	margin: 0px 15px 5px;
}
.main .list table,
.main .list table td,
.main .list table th{
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
.main .list table td,
.main .list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
.main .list table th{
	width: 18%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
}
/*白い説明用ブロック*/
.main .list table td {
	width: 31%;	/*幅*/
}


/*box1（１カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box1 {
	overflow: hidden;
	background: #fff;		/*背景色*/
	color: #222;			/*文字色*/
	margin: 0 2% 20px;		/*上、左右、下へのボックスの外に空けるスペース*/
	border: 1px solid #eeeae2;	/*枠線の幅、線種、色*/
	padding: 1%;
}
/*box1内のh4(見出し)タグ*/
.box1 h4 {
	color: #000080;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	border-bottom: 2px solid #000080;	/*下線の幅、線種、色*/
    margin-top: 15px;
	margin-bottom: 20px;	/*下に空けるスペース*/
    line-height: 1.5em;
}
/*box1内のp(段落)タグ*/
.box1 p {padding: 0 !important;line-height: 1.5;}
.box1 p a {color: #666;}

/*box1内のbtn1。本体の設定はこの下の下のブロックにあります。*/
.box1 p.btn1 {
    margin-top: 20px;	
    width: 70%;		/*ボタンの幅*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*box1内のfigure(画像)タグ*/
.box1 figure {
    width: 53%;

}

/*box2（３カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2 {
	position: relative;
	width: 24.5%;		/*ボックスの幅*/
	float: left;		/*左に回り込み*/
	text-align: center;	/*内容をセンタリング*/
	padding: 3%;		/*ボックス内の余白*/
	padding-bottom: 75px;	/*下の余白だけ上書き*/
	background: #fff;		/*背景色*/
	border: 2px solid #000080;	/*枠線の幅、線種、色*/
	margin: 0 0 20px 2%;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 1.5;	/*行間*/
	color: #222;		/*文字色*/
}
/*box2内の日付*/
.box2 span.date {
	position: absolute;
	left: -10px;	/*左から-10pxの場所に配置*/
	top: -10px;		/*上から-10pxの場所に配置*/
	background: #000080;	/*背景色*/
	color: #fff;			/*文字色*/
	font-size: 12px;		/*文字サイズ*/
	width: 50px;			/*幅*/
	line-height: 50px;		/*高さ*/
	border-radius: 50%;		/*円形にする*/
	text-align: center;		/*文字をセンタリング*/
	transform: rotate(-20deg);	/*回転の角度*/
}
/*box2内のp(段落)タグ*/
.box2 p {
    margin-top: 5px;
	padding: 0 !important;
	height: 2em;		/*高さ。*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
	font-size: 14px;	/*文字サイズ*/
	text-align: center;	/*文字を左よせ*/
}
/*段落タグにリンクが設定された場合の文字色*/
.box2 p a {
	color: #999;
}
/*box2内のh4(見出し)タグ*/
.box2 h4 {
    margin-top: 15px;
    font-size: 16px;
	color: #000080;	/*文字色*/
	height: 1.5em;	/*高さ*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
}
/*box2内のfigure(画像)タグ*/
.box2 figure {
	margin-bottom: 10px;	/*下に空けるスペース*/
}
/*box2内のbtn1。本体の設定はこの下のブロックにあります。*/
.box2 p.btn1 {
	height: auto;
	position: absolute;
	bottom: 30px;	/*box2の下から30pxの場所に配置*/
	width: 80%;	/*ボタンの幅*/
}
.box2 p.btn1 a {
	display: block;
	padding: 5px 30px;	/*上下、左右へのボタン内の余白*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}



/*box3（2カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box3 {
	position: relative;
	width: 41%;		/*ボックスの幅*/
	float: left;		/*左に回り込み*/
	text-align: center;	/*内容をセンタリング*/
	padding: 3%;		/*ボックス内の余白*/
	padding-bottom: 75px;	/*下の余白だけ上書き*/
	background: #fff;		/*背景色*/
	border: 1px solid #000080;	/*枠線の幅、線種、色*/
	margin: 0 0 20px 2%;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 1.5;	/*行間*/
	color: #222;		/*文字色*/
}

/*box2内のp(段落)タグ*/
.box3 p {
    margin-top: 5px;
	padding: 0 !important;
	height: 2em;		/*高さ。*/
	font-size: 14px;	/*文字サイズ*/
	text-align: center;	/*文字を左よせ*/
}
/*段落タグにリンクが設定された場合の文字色*/
.box3 p a {
	color: #999;
}
/*box3内のh4(見出し)タグ*/
.box3 h4 {
    margin-top: 20px;
    font-size: 16px;
	color: #000080;	/*文字色*/
	height: 3.2em;	/*高さ*/
	overflow: hidden;	/*オーバーした分は非表示に。*/
}
/*box3内のfigure(画像)タグ*/
.box3 figure {
	margin-bottom: 10px;	/*下に空けるスペース*/
}
/*box3内のbtn1。本体の設定はこの下のブロックにあります。*/
.box3 p.btn1 {
	height: auto;
	position: absolute;
	bottom: 30px;	/*box2の下から30pxの場所に配置*/
	width:87%;		/*ボタンの幅*/
    
}
.box3 p.btn1 a {
	display: block;
	padding: 5px 0;	/*上下、左右へのボタン内の余白*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


/*box1、box2のfigure写真共通設定
---------------------------------------------------------------------------*/
.box1 figure a:hover,.box2 figure a:hover,.box3 figure a:hover {
	opacity: 0.8;	/*マウスオン時に80%透明度にする*/
}

/*btn1
---------------------------------------------------------------------------*/
p.btn1 a {
	text-decoration: none;display: inline-block;
	border: 1px solid transparent;	/*枠線の幅、線種、色。transparentは透明の事。*/
	background: #000080;	/*背景色*/
	color: #fff !important;	/*文字色*/
	border-radius: 4px;		/*角丸のサイズ*/
	padding: 5px 30px;		/*上下、左右へのボタン内の余白*/
	text-align: center;		/*文字をセンタリング*/
    width: 50%;
}
/*マウスオン時*/
p.btn1 a:hover {
	border: 1px solid #000080;	/*枠線の幅、線種、色。*/
	background: #fff;			/*背景色*/
	color: #000080 !important;	/*文字色*/
}




/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	clear: both;
    overflow: hidden;
    position: relative;
    z-index: 100;
	background: #2788c5 url(../images/bg_menu.jpg) repeat;	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #2788c5 url(../images/bg_menu.jpg) repeat / 100px;	/*背景色、背景画像の読み込み。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.4は色が40%ついた状態の事。*/
    
    
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 25%;	/*メニュー幅（100÷5個=20%）*/
    
}
#menubar li a {
	display:  block;text-decoration: none;
	line-height: 1.2;	/*行間*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	height: 50px;		/*高さ。下のmargin(10+10=20)とpadding-top(10)の数字を合計して「100」になるようにする。*/
	margin: 10px 0;		/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
	padding-top: 10px;	/*メニュー内の上に空ける余白。上下のバランスをここで調整して下さい。*/
	padding-left: 100px;	/*メニュー内の左側に空ける余白。アイコンとのバランスを調整します。*/
	border-radius: 5px;	/*角丸のサイズ。マウスオン時に角が丸くなる設定です。*/
    
}

/*「logo」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/


/*「mail」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/
#menubar li.mail {
	background: url(../images/icon_mail.png) no-repeat 40px 15px / 50px;
}
/*「instagram」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-100px)を基準に読み込む。サイズは50px。*/
#menubar li.instagram {
	background: url(../images/icon_instagram.png) no-repeat 40px 15px / 50px;
}
/*「youtube」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar li.youtube {
	background: url(../images/icon_youtube.png) no-repeat 40px 15px / 50px;
}

/*「contact」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar li.contact {
	background: url(../images/contact.png) no-repeat 40px 15px / 50px;
}

/*装飾文字（英語表記）の設定*/
#menubar li a span {
	text-shadow: none;display: block;
	font-size: 12px;		/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くする設定*/
	padding-left: 3px;		/*左に少しだけ余白を作る。*/
	opacity: 0.6;			/*60%だけ色がついた状態。*/
}
/*マウスオン時メニューと、現在表示中(current)メニューの設定*/
#menubar li a:hover,#menubar li.current a {
	background: rgba(0,0,0,0.15);	/*0,0,0は黒の事で、0.15は15%だけ色がついた状態の事。*/
}


/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed-menu .contents:first-of-type {
	margin-top: 100px;	/*メニューブロックの高さを指定する。背景画像も高さ100pxなので通常はこのままで。*/
}
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
}
body.is-fixed .contents:first-of-type {
	margin-top: 100px;
}





/*メニューブロック全体の設定*/
.menubar2 {
	overflow: hidden;
}
.menubar2 ul li {
	float: none;		
	margin-left: 5px;	/*メニュー間の隙間*/
	margin-bottom: 8px;
	padding-top: 5px;
	
}

.menubar2 ul li a {
	text-decoration: none;
	display: block;
    font-size: 16px;
	width: 260px;	/*メニュー幅*/
	line-height: 37px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 8px;
	color: #FFF;
	padding: 5px;
	background-color: #E41D1D;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
}

/*マウスオン時の設定*/
.menubar2 ul li a:hover {
	color: #FFF;			/*文字色*/
	background-color: #000080;
}



/*メニューブロック全体の設定*/
.menubar4 {
	
	overflow: hidden;
    	margin-bottom: 40px;
}

.menubar4 ul li {
	float: center;
	margin-left: 10px;
}

.menubar4 ul li a {
	text-decoration: none;
	display: block;
	width: 270px;	/*メニュー幅*/
	line-height: 30px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
	color: #FFF;
	padding: 5px;
	margin-top: 20px;
	background-color: #000080;
	margin-bottom: 30px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

/*マウスオン時の設定*/
.menubar4 ul li a:hover {
	color: #000080;			/*文字色*/
	background-color: #fff;
    border: 1px solid #000080;
}




/*背景色（bg2）
---------------------------------------------------------------------------*/
.bg2 {
	background: #000080 url(../images/bg2.jpg);	/*背景色、背景画像の読み込み。※古いブラウザ用。*/
	background: #000080 url(../images/bg2.jpg) center / 100px;	/*背景色、背景画像の読み込み。*/
	color: #fff;	/*文字色*/
}
.bg2 a {color: #fff;}
.bg2 h2 {color: #fff !important;}



/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop a {
	clear: both;
	color: #FFF;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	background: #000;	/*背景色*/
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #999;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	background: #0d0d0d;	/*背景色*/
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
    width:100%;               /* 横の幅を100% */
	bottom: 0px;              /* 絶対位置指定(左0px,下0px) */

	
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none !important;
	color: #fff;
	font-size: 14px;
}


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

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

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

/*ブロック全体の設定*/
#new {
 
	margin-bottom: 4em;
	
}
/*ブロック全体の設定*/
#new dl{
    color: #000;
	padding-left: 5px;
	margin-bottom: 0px;
	height: 140px;	/*高さ*/
	overflow: auto;	/*高さの設定を超えるとスクロールが自動で出る設定。全部表示させていたいならこの行と上の行を削除。*/
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
	text-align: left;
}

/*テーブル
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 20px;
	border-top: 2px solid #000;
}
.list .ta1 {
	margin-bottom: 0;
}
.ta1 td, .ta1 th {
	border-bottom: 2px solid #000;
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
	border-right: none;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: right;
	border-right: 1px dashed #000;	/*右側の線の幅、線種、色*/
}
/*ta1の右側ボックス*/
.ta1 td {
}

/*よく頂く質問・リンク共通設定
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq,
.link {
	padding: 0px 15px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt,
.link dt {
	color: #000080;	/*文字色*/
	font-weight: bold;	/*太字*/
}
.faq dt a,
.link dt a {
	color: #000080;
}
/*回答の設定*/
.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;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	-ms-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
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;
	left: 0px;
	top: 0px;
	-webkit-transform: rotate(-45deg) translate(-35px);
	-ms-transform: rotate(-45deg) translate(-35px);
	transform: rotate(-45deg) translate(-35px);
}
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;
}

/*フォーム用ボタン
---------------------------------------------------------------------------*/
input[type="submit"],
input[type="button"],
input[type="reset"] {
	border: 1px solid #000;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	padding: 5px 20px;		/*上下、左右へのボックス内の余白*/
	background: #fff;	/*背景色*/
	color: #000;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
}
/*マウスオン時*/
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	background: #000;	/*背景色*/
	color: #fff;		/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #333;color: #fff;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #000080;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr,figure.fr {float: right;margin: 10px;}
img.fl,figure.fl {float: left;margin: 10px;}
.fr {float: right;}
.fl {float: left;}
.w30p {width: 50%;}
.w65p {width: 45%;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}
.sh {display: none;}


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

/*container（フッター以外のブロックを囲む一番外側のブロック）
---------------------------------------------------------------------------*/
#container {
	width: auto;
	margin: 10px 3%;
}

/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header {
	width: auto;
	
	
}


/*ロゴ画像*/
#logo {
	width: 80%;	/*幅を画面幅の80%にする設定*/
}

    
/*contents
---------------------------------------------------------------------------*/
.contents {
	width: auto;
	padding: 0px 10px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main, #sub {
	float: none;
	width: auto;
    width: 95%;
    padding-top: 20px;
}
	

    
/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.submenu {
	margin-bottom: 0px;
}


/*mainコンテンツの段落タグ設定*/
.main h1 {
	font-size: 16px;

}

.main h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25
	px;
	margin-top: 30px;
	padding-bottom: 5px;
	color: #C00;
}

.main h6 a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 25px;
	margin-top: 30px;
	padding-bottom: 5px;
	color: #C00;
}





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

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}
    
    
    /*box1内のfigure(画像)タグ*/
.box1 figure {
    width: 50%;

}
.w30p {width: 50%;}
.w65p {width: 45%;}  
    

}


/*==============
調整
==============*/

#comment1, #comment2, #comment3, #comment4, #comment5 {
  padding-top: 70px;
  margin-top:-70px;
}


/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
    
    
    
 /*box1（１カラムボックス）
---------------------------------------------------------------------------*/

/*ボックス１個あたりの設定*/
.box1 {
	width: auto;		/*ボックスの幅*/
	float: none;		/*左に回り込み*/
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 1.3;	/*行間*/
}  
/*box1内のh4(見出し)タグ*/
.box1 h4 {
    font-size: 16px;
    margin-top: 10px;

}   
    
    /*box2内のbtn1*/
.box1 p.btn1 {
	position: static;
	width: 80%;		/*ボタンの幅*/
}
    
    
/*ボックス１個あたりの設定*/
.box2 {
	width: 40%;		/*ボックスの幅*/
    padding-bottom: 20px;
}
    /*box2内のh4(見出し)タグ*/
.box2 h4 {
    font-size: 16px;

}
/*box2内のp(段落)タグ*/
.box2 p {

	font-size: 13px;	/*文字サイズ*/

}

/*box2内のbtn1*/
.box2 p.btn1 {
	position: static;
	width: 100%;		/*ボタンの幅*/
}
    
 .box2 p.btn1 a {
	display: block;
	padding: 7px 20px;	/*上下、左右へのボタン内の余白*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

   
    /*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 50%;	/*メニュー幅（100÷5個=20%）*/
   
}
    
#menubar li a {
	display:  block;
	line-height: 1;	/*行間*/
	color: #fff;		/*文字色*/
	font-size: 18px;	/*文字サイズ*/
	height: 40px;		/*高さ。下のmargin(10+10=20)とpadding-top(10)の数字を合計して「100」になるようにする。*/
	margin: 7px 0;		/*上下、左右に空けるメニューの外のスペース。この部分はマウスオン時に反応しない(色がかわらない)部分になります。*/
	padding-top: 10px;	/*メニュー内の上に空ける余白。上下のバランスをここで調整して下さい。*/
	padding-left: 60px;	/*メニュー内の左側に空ける余白。アイコンとのバランスを調整します。*/
	
   
    
}


/*「twitter」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の一番上(0)を基準に読み込む。サイズは50px。*/
#menubar li.mail {
	background: url(../images/icon_mail.png) no-repeat 10px 15px / 40px;
}
/*「instagram」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-100px)を基準に読み込む。サイズは50px。*/
#menubar li.instagram {
	background: url(../images/icon_instagram.png) no-repeat 10px 15px / 40px;
}
/*「youtube」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar li.youtube {
	background: url(../images/icon_youtube.png) no-repeat 10px 15px / 40px;
}

/*「contact」メニューの設定
アイコンの読み込み。左から15pxの場所に配置。背景画像の上から100px(-200px)を基準に読み込む。サイズは50px。*/
#menubar li.contact {
	background: url(../images/contact.png) no-repeat 10px 15px / 40px;
}

  /*装飾文字（英語表記）の設定*/
#menubar li a span {
	
	font-size: 11px;		/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔を少し広くする設定*/

}  
    

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

/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
#logo {
	padding-top: 0px;
}


header {
	width: auto;
	
	
}
.w30p, .w65p {width: auto;} 
    

/*mainコンテンツの段落タグ設定*/
.main h1 {
	font-size: 15px;

}
/*メインコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグの設定*/
.main h2 {
	font-size: 25px;
}


.main h5 {
    padding-top:20px;	
	font-size: 18px;		/*文字サイズ*/
	text-align: left;
}
.main h6 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 25
	px;
	margin-top: 30px;
	padding-bottom: 5px;
	color: #C00;
}

.main h6 a{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 21px;
	font-weight: bold;
	padding-left: 10px;
	margin-bottom: 25px;
	line-height: 25px;
	margin-top: 30px;
	padding-bottom: 5px;
	color: #C00;
}

/*メインコンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.main .list {
	float: none;
	width: auto;
	margin-left: 0;
	height: auto;
}
.main .list a {
	height: auto;
}




/*メインコンテンツ内のボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
 .icon {
	 width: 80%;		/*幅*/
	float: none;
	margin-left: 0;
	height: auto;
	margin-bottom: 10px;
}
.icon a {
	height: auto;
}



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

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

/*box1
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box1 {
	width: auto;		/*ボックスの幅*/
	float: none;		/*左に回り込み*/
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 1.3;	/*行間*/
}  
/*box1内のh4(見出し)タグ*/
.box1 h4 {
    margin-top: 20px;
	height: auto;	/*高さ*/
}
    
/*box2（1カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box2 {
	width: auto;		/*ボックスの幅*/
	float: none;		/*左に回り込み*/
	padding: 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 1.3;	/*行間*/
}
/*box2内のp(段落)タグ*/
.box2 p {
	height: auto;	/*高さ。*/
    margin-bottom: 20px;
	font-size: 100%;		/*文字サイズ*/
}
/*box2内のh4(見出し)タグ*/
.box2 h4 {
    margin-top: 20px;
    margin-bottom: 10px;
	height: auto;	/*高さ*/
}
/*box2内のbtn1*/
.box2 p.btn1 {
	position: static;
 
	width: 95%;		/*ボタンの幅*/
}
    
 .box2 p.btn1 a {
	display: block;
	padding: 7px 0px;	/*上下、左右へのボタン内の余白*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

   
/*box3（1カラムボックス）
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.box3 {
	width: auto;		/*ボックスの幅*/
	float: none;		/*左に回り込み*/
	padding: 3% 3% 0 3%;		/*余白の上書き*/
	margin: 0 0 20px 0;		/*上、右、下、左へのボックスの外に空けるスペース*/
	line-height: 1.3;	/*行間*/
}
/*box3内のp(段落)タグ*/
.box3 p {
	height: auto;	/*高さ。*/
	font-size: 100%;		/*文字サイズ*/
	margin-bottom: 20px;
}
/*box3内のh4(見出し)タグ*/
.box3 h4 {
    margin-top: 20px;
    margin-bottom: 10px;
	height: auto;	/*高さ*/
}
/*box3内のbtn1*/
.box3 p.btn1 {
	position: static;
	width: 100%;		/*ボタンの幅*/
}  
    
.box3 p.btn1 a {
	display: block;
	padding: 7px 0px;	/*上下、左右へのボタン内の余白*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
} 
    
    
/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 95%;}
.sh{display:block;}
.pc{display:none;}

img.fr,figure.fr,img.fl,figure.fl {float: none;margin: 0;width: 100%;}
.fr, .fl {float: none;}
.w30p, .w65p {width: auto;}
.big1 {font-size: 18px;letter-spacing: normal;}

}

}
