@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #666;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	/*font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";*//*文字サイズ・行間・フォント設定*/
	background: url(../images/bg.png);	/*背景画像の読み込み*/
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1.5em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
.fontS{font-size:0.8em;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666;	/*リンクテキストの色*/
}
a:hover {
	color: #ef8100;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
#main a img:hover,#sub a img:hover {
	opacity: 0.8 ;
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

/*h1ロゴの設定
---------------------------------------------------------------------------*/
h1 {
	font-size: 10px;		/*文字サイズ*/
	font-weight: normal;	/*太字を標準にする設定*/
	text-align: right;		/*テキストを右側に*/
	line-height: 30px;		/*行間*/
	width: 990px;
	margin: 0 auto 0;
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	width: 950px;	/*ボックス幅*/
	margin: 0 auto 0;
	padding: 20px;	/*ボックス内の余白*/
	background-color: #FFF;	/*背景色*/
	border-radius: 20px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 0px 10px #CCC;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 0px 10px #CCC;			/*同上*/
}

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
header {
	width: 100%;	/*ヘッダーブロックの幅*/
	position: relative;
	margin-bottom: 30px;
}
/*ロゴ画像*/
header #logo img {
	position: absolute;
	z-index: 3;
	left: 6%;		/*ヘッダーブロックに対して左から6pxの位置に配置*/
	top: 17%;		/*ヘッダーブロックに対して上から6pxの位置に配置*/
	width: 21%;		/*画像幅*/
	height: auto;	/*画像の高さ。上の幅に合わせて高さは自動になる。*/
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	position: relative;
	height: 300px;
	width: 950px;
	margin-bottom: 20px;
	border-radius: 10px;	/*角丸のサイズ*/
}
#mainimg img {
	border-radius: 10px;	/*角丸のサイズ*/
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-index:1;
	position: absolute;
	left:0px;
	top:0px;
}
.indent-1{
	text-indent:-1em;
	padding-;left:1em;
	}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: 700px;	/*メインコンテンツ幅*/
	float: right;	/*右側に回り込み*/
	padding-bottom: 50px;
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	background-color: #ef8100;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/arrow1.png), -webkit-gradient(linear, left top, left bottom, from(#f6bb75), to(#ef8100));	/*丸いマーク画像の読み込みとグラデーション*/
	background-image: url(../images/arrow1.png), -webkit-linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);	/*同上*/
	background-image: url(../images/arrow1.png), linear-gradient(#f6bb75, #ef8d1a 49%, #ef8100 50%);			/*同上*/
	background-repeat: no-repeat;		/*背景の丸いマーク画像をリピートしない設定*/
	background-position: left center;	/*背景の丸いマーク画像の位置*/
	font-size: 110%;
	padding: 3px 10px 0px 40px;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius:50px;	/*角丸のサイズ*/
	color: #FFF;			/*文字色*/
	line-height: 38px;		/*行間*/
	-webkit-box-shadow: 1px 2px 5px #ccc;	/*影の設定。それぞれ右へ、下へ、ぼかし幅の設定*/
	box-shadow: 1px 2px 5px #ccc;			/*同上*/
	border: 1px solid #ef8100;	/*枠線の幅、線種、色*/
	margin-bottom:15px;
}
/*mainコンテンツのh3タグの設定*/
#main h3 {
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e5e5e5));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e5e5e5);	/*同上*/
	background-image: linear-gradient(#FFF, #e5e5e5);			/*同上*/
	font-size: 110%;	/*左から、上、右、下、左側への余白*/
	clear: both;
	border-radius: 50px;	/*角丸のサイズ*/
	line-height: 40px;		/*行間*/
	-webkit-box-shadow: 0px 2px 5px #e0e0e0;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #e0e0e0;			/*同上*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	margin-bottom: 10px;
	padding: 0 10px 0 19px;
	margin-top: 20px;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	padding-top: 0.5em;
	padding-right: 20px;
	padding-bottom: 0.5em;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

/*gallery.html内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	max-height: 370px;	/*ボックスの高さ*/
	width: 280px;	/*ボックスの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 1px 6px #999;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 1px 6px #999;			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 20px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 14px 15px;
	overflow: hidden;
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.4;
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	font-size: 100%;
	color: #ef8100;	/*文字色*/
	border-bottom: 2px dotted #ef8100;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 220px;	/*サブコンテンツ幅*/
	padding-bottom: 50px;
}
/*subコンテンツのh2タグの設定*/
#sub h2 {
	background-color: #8c8c8c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#8c8c8c));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#cbcbcb, #949494 49%, #8c8c8c 50%);	/*同上*/
	background-image: linear-gradient(#cbcbcb, #949494 49%, #8c8c8c 50%);			/*同上*/
	border-radius: 10px 10px 0px 0px;	/*角丸のサイズ。左上、右上、右下、左下への設定。*/
	color: #FFF;	/*文字色*/
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding: 10px 0px;	/*上下、左右への余白*/
}

/*メニュー（※サブコンテンツ内）
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub #submenu {
	margin-bottom: 15px;	/*ブロックの下にスペースを空ける設定*/
}
/*メニュー１個ごとの設定*/
#sub #submenu ul li a {
	text-decoration: none;
	text-align: center;	/*文字をセンタリング*/
	display: block;
	border-bottom: 2px dotted #8c8c8c;	/*下線の幅、線種、色*/
	padding: 15px 0px;	/*上下、左右への余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
#sub #submenu ul li a:hover {
	background-color: #fce6cc;	/*マウスオン時の背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	margin: 5px 20px 0px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	width: 660px;
	margin: 0px auto;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}
/*テーブル内の左側*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #ececed;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	background-color: #FFC;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*文字色*/
	font-size: 14px;	/*文字サイズ*/
	background-color: #ef8100;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*ボックス幅*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
	padding:5px 10px;
}
/*マウスオン時*/
#pagetop a:hover {
	background-color: #333;	/*背景色*/
	color: #FFF;			/*文字色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
	padding: 3px;
	font-weight: bold;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #ef8100;
}
.color2 {
	border: 1px dashed #F00;
	margin-bottom: 15px !important;
	text-align: left;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
#menubar {
	display: none;
}
.floatR {
	float: right;
}
.floatL {
	float: left;
	width: 60%;
}
.howtouseOl {
	padding-left: 50px;
}
.footerUL {
	margin-right: auto;
	margin-left: auto;

}
.footerUL li {
	float: left;
	background-color: #9C9;
	margin: 10px;
}
#top footer small {

}
.footerUL li a {
	display: block;
	padding-right: 10px;
	padding-left: 10px;
}
.clearB {
	clear: both;
}
.textalignCenter {
	text-align: center;
}
.textalignLeft {
	text-align: left;
}
.paddingTop10 {
	margin-top: 10px;
}

/*CSS3 デザインボタン
---------------------------------------------------------------------------*/

.btncss3 {
	background: -moz-linear-gradient(top,#FFF 0%,#E6E6E6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
	border: 2px solid #DDD;
	color: #111;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	padding:10px 20px;
	text-decoration: none;
margin:15px auto;
white-space:nowrap;
overflow:hidden;
}
.ulList {
	list-style-type: circle;
	list-style-position: inside;
}
.dlPaddingL {
	padding-left: 20px;
}
.dotbox {
	border: 1px dotted #CCC;
}
footer p {
	line-height: 2em;
}
.paddingLeft {
	margin-left: 15px;
	padding-left: 10px;
}
.padding0 {
	padding: 0px;
	line-height: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 0.8em;
}
.denwaannai {
	font-size: 0.7em;
	line-height: 1.4em;
		margin:0 auto;
		width:90%;
}
.floatLnosize {
	float: left;
	padding:0 20px 0 0;
}
.textalignR {
	text-align: right;
}
.voice dt {
	background-color: #69F;
	margin-left: 10px;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.voice dd {
	margin-left: 20px;
	margin-top: 10px;
}
.boxp {
	background-color: #FFFFF2;
	padding: 15px;
	color: #222;
	font-weight: normal;
	text-align: left;
	/* [disabled]text-indent: -12px; */
	margin-top: 5px;
	margin-bottom: 20px;
}
.ireko dt {
	margin: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #EF8100;
	background-color: #FFF;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EF8100;
}
.voicenumber li {
	float: left;
	display: block;
	margin-right: 10px;
}
.voicenumber li a {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 5px;
	background-color: #F3F3F3;
	border: 1px solid #0C6;
}
.marginbottom {
	margin-bottom: 15px;
}
.box02 {
	background-color: #FFC;
	padding: 15px;
}

.texta{
	width: 90% !important;
	height: 4em !important;
	line-height: 1.2em;
	font-size:1.2em;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	}
	.texta2{
	width: 90% !important;
	height: 10em !important;
	line-height: 1.2em;
	font-size:1.2em;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	}
.inputemail{
	width:90% !important;
	}
	.plus1500{
		padding:5px 15px;
		font-size:1.2em;
		}
		.plus1500 span{color:red;
		font-weight:700;			
			}
.midasi {
    background-color: #E8E8E8;
    padding: 5px;
    font-weight: bold;
	color:#333;
	letter-spacing:0.1em;
}
.pop{
	position: relative;
	padding: 5px 20px;
	font: bold 22px/1.6 Arial, Helvetica, sans-serif;
	color: #555;
	background: #fff;
	text-shadow: 1px 1px 0 #fff,
2px 2px 0 #999;
	border-top: #888 solid 3px;
	border-bottom: #888 solid 3px;
	background-image: -webkit-gradient(linear, left top, right bottom,
from( rgba(255, 255, 255, 0.0)),
color-stop(0.4, rgba(255, 255, 255, 0.0)),
color-stop(0.4, rgba(0, 0, 0, 0.1)),
color-stop(0.6, rgba(0, 0, 0, 0.1)),
color-stop(0.6, rgba(255, 255, 255, 0.0)),
to( rgba(255, 255, 255, 0.0))
);
	background-image: -webkit-linear-gradient(top -45deg,
transparent 40%,
rgba(0, 0, 0, 0.1) 40%,
rgba(0, 0, 0, 0.1) 60%,
transparent 60%
);
	background-image: -moz-linear-gradient(top -45deg,
transparent 40%,
rgba(0, 0, 0, 0.1) 40%,
rgba(0, 0, 0, 0.1) 60%,
transparent 60%
);
	background-image: -o-linear-gradient(top -45deg,
transparent 40%,
rgba(0, 0, 0, 0.1) 40%,
rgba(0, 0, 0, 0.1) 60%,
transparent 60%
);
	background-image: linear-gradient(to bottom -45deg,
transparent 40%,
rgba(0, 0, 0, 0.1) 40%,
rgba(0, 0, 0, 0.1) 60%,
transparent 60%
);
	background-size: 4px 4px;
	margin-bottom:1em !important;
}
.pop:before{
content:" ";
position:absolute;
top:100%;
left:24px;
width:0;
height:0;
border-width:12px;
border-style:solid;
border-color:transparent;
border-top-color:#888;
}
.pop:after{
content:" ";
position:absolute;
top:100%;
left:28px;
width:0;
height:0;
border-width:8px;
border-style:solid;
border-color:transparent;
border-top-color:#f0f0f0;
z-index:1;
}
.mfp_colored {
    background-color: #fff;
}
.mfp_not_checked{
	width:90%;
font-size:1.2em;
border: solid 1px #999;
}
form#mailformpro label.mfp_checked {
    padding: 3px;
    border: solid 1px #999;
    background-color: #E8EEF9;
	width:90%;
	font-size:1.2em;
	color:#222;
}
.marginT{margin-top:20px;}
.telwidth{width:90% !important;}
.width90{width:90% !important;}
.height_h{height:7em !important;}
.inline{
	float:left;
	padding:0 15px 15px 0;
}
.btnblock{display:block;
	white-space:nowrap;
	}
.tokushodl{
	margin: 0 auto;
	text-align: left;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.tokushodl dt,.tokushodl dd{
	width:50%;
	box-sizing: border-box;
	border:1px solid #ccc;
	padding:5px;
}
.tokushodl dt{
	background-color:#eaeaea;
	text-align:center;
}