@charset "utf-8";


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

/*全体の設定
---------------------------------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	color : #000000;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/	
	line-height : 2;		/*行間*/	/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
/*トップページの背景画像*/
body#top{
	background: #fff url(../images/bgimg.png) no-repeat center bottom;	/*古いブラウザ用*/
	background: #fff url(../images/bgimg.png) no-repeat center bottom/120%;	/*背景色、背景画像の読み込み、リピートしない、中央下部に配置、ウィンドウに対する表示サイズ幅。サイズは古いブラウザには未対応。*/
}
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;
}
input,textarea,select{
	font-size: 14px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

input,textarea,select{
	font-size: 14px;
}

/*他のページの背景画像*/
body#page{
	background: #fff url(../images/bgimg2.png) no-repeat center bottom;	/*古いブラウザ用*/
	background: #fff url(../images/bgimg2.png) no-repeat center bottom/100%;	/*背景色、背景画像の読み込み、リピートしない、中央下部に配置、ウィンドウに対する表示サイズ幅。サイズは古いブラウザには未対応。*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}

input,textarea,select{
	font-size: 14px;
}
table{
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}
a img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

input,textarea,select{
	font-size: 14px;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a{
	color :#000000;	/*リンクテキストの色*/
}
a:hover{
	color: #000000;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*ヘッダー（サイトロゴとメニューが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header{
	width: 100%;
	background-image : url(../images/title_banne.png);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;	/*背景色*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);			/*同上*/
	margin-bottom: 50px;	/*ヘッダーの下に空けるスペース*/
}
header.topheader{
	width: 100%;
	background-image : url(../images/title_banne.png);
	background-repeat : no-repeat;
	background-attachment : scroll;
	background-position : 0% 0%;background-size : auto auto;background-origin : padding-box;background-clip : border-box;	/*背景色*/
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);	/*影の設定。右・下・ぼかし幅・色(rgba)の設定。rgba値は左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);			/*同上*/
	margin-bottom: 0px;	/*ヘッダーの下に空けるスペース*/
}
header .inner{
	width: 980px;	/*幅。下にある「.contents」の幅に合わせる。*/
	margin: 0 auto;
	padding: 20px 0px;	/*上下、左右へのボックス内の余白*/
	text-align: center;	/*中身をセンタリング*/
	overflow: hidden;
}/*ヘッダーブロック*/
header .topheader .inner{
	width: 980px;	/*幅。下にある「.contents」の幅に合わせる。*/
	margin: 0 auto;
	padding: 20px 0px;	/*上下、左右へのボックス内の余白*/
	text-align: center;	/*中身をセンタリング*/
	
}/*ヘッダーブロック*/


/*inner
---------------------------------------------------------------------------*/
.inner{
	width: 980px;	/*幅*/
	margin: 0 auto;
}
/*wrapper
---------------------------------------------------------------------------*/
.wrapper{
    width: 100%;	/*幅*/
    height:auto;
    text-align: left;
    position: relative;
    overflow: hidden;
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar{
	text-align: center;
  	text-transform: uppercase;
  	font-weight: 500;
}
/*メニュー１個あたりの設定*/
#menubar li{
	display: inline-block;
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定。通常がいいならこの行削除。*/
	border-right: 1px solid #b8b7b7;
	border-left: 1px solid #b8b7b7;
}
#menubar li+ li{
	 border-left: 0;
  	border-right: 1px solid #b8b7b7;
}
#menubar a{
	display: block;
	color: #000;	/*文字色*/
	text-decoration: none;
	border-bottom: 3px solid transparent;	/*下線の幅、線種、色。transparentは透明。*/
	padding: 0px 20px;	/*上下、左右へとる余白*/
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
}
/*マウスオン時*/
#menubar a:hover{
	border-bottom: 3px solid #3498db;	/*下線の幅、線種、色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s{
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr{
	display: none;
}

/*contents
---------------------------------------------------------------------------*/
.contents{
	clear: both;
	width: auto;	/*幅。上の「header .inner」の幅に合わせる*/
	margin: 0px 0px;
}
/*コンテンツのh1タグの設定*/
.contents h1{
	clear: both;
	font-family:"MS P明朝", MS PMincho, sans-serif;
	margin-bottom: 15px;
	font-size : 220%;
	color: #000;		/*文字色*/
	position: relative;
}
.contents h1 span{
     	font-size:70%;
	color: #aaa;
	padding:  .75em 1em .30em 1.5em;
}
/*コンテンツのh2タグの設定*/
.contents h2{
	clear: both;
	    margin: 0 0 30px 0;
	font-size : 150%;
	color: #000;		/*文字色*/
	position: relative;
	padding:  .75em 1em .30em 1.5em;
	background-color: #ffffff;
	border: 1px solid #eee;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.contents h2 span{
     	font-size:70%;
	color: #aaa;
	padding:  .75em 1em .30em 1.5em;
}
/*コンテンツのh2タグの１文字目への設定*/
.contents h2::after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
/*コンテンツのh3タグの設定*/
.contents h3{
	clear: both;
	margin-bottom: 15px;
	font-size: 110%;
	padding-bottom: .3em;
	border-bottom: 1px solid #ccc;
}
/*コンテンツのh3タグの１文字目への設定*/
.contents h3::first-letter{
	margin-right: .1em;
	font-size: 1.5em;
}
/*コンテンツの段落タグ設定*/
.contents p{
	padding: 10px 15px 15px;	/*上、左右、下への余白*/
}
.contents p + p{
	padding-top: 0px;
}
.contents h2 + p,
.contents h3 + p{
	padding-top: 0px;
	margin-top: -5px;
}

.box{
    margin: 10px 15px 15px;
}


/*main
---------------------------------------------------------------------------*/
.main{
	float: left;	/*左に回りこみ*/
	width: 660px;	/*メインコンテンツ幅*/
}

/*sub
---------------------------------------------------------------------------*/
.sub{
	float: right;	/*右に回りこみ*/
	width: 300px;	/*サブコンテンツ幅*/
}


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

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1{
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #f7f7f7;	/*背景色*/
	border: solid 1px #e4e4e4;	/*線の線種、幅、色*/
}
/*box1内のメニューの設定*/
.sub .box1 ul.submenu{
	margin-bottom: 0px;
}

/*サブコンテンツ内のbunner
---------------------------------------------------------------------------*/
/*bunner内のメニューの設定*/
.bunner li{
    width:300px;
    height:73px;
    vertical-align:bottom; /* IE6で画像下の隙間削除 */
    margin:0 0 10px 0;
    text-align:center;
    overflow:hidden;
}
.bunner li a{
	border: none;
	text-decoration: none;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.bunner li a:hover   {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* ______ 新着情報 ______ */
.news{
	width : 90%;
	margin-top:20px;
	padding: 50px;
	background:#ffffff;
}
.news ul{
		list-style: none;
		border-bottom: 1px dashed #ccc;
}

.news_dt{
	display: inline-block;
    	width: 150px;
    	font-size: 16px;
    	margin: 0 30 0 5px;
   	 padding: 6px 0 0px 0px;
    	text-align: left;    
}

.news_tx{
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 0 0 0px 0px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}


/*フォトギャラリー*/
#item .itemlist{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    background-color : #f6f4f0;
    width:960px;
    padding-top:6px;
    padding-left:10px;
    padding-bottom:5px;
}

#item .itemlist::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#item .itemlist .item{
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	float: left;
	text-align: center;
}

#item .itemlist .item img{
	margin: 0;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}

#item .itemlist .item .itemdata{
	width: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}

#item .itemlist .item .itemdata h4{
    margin: 0;
    padding-top: 5px;
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 0;
    line-height: 1.4;
}

#item .itemlist .item .itemdata h5{
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 1.4;
	font-weight: normal;
	color: #000000;
	text-align: center;
}

#item .itemlist .item .itemdata p{
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: left;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer{
	clear: both;
	text-align: center;
	padding-top: 30px;
}
footer .info{
	display: block;
	font-size: 90%;
	text-align: center;
	color: #fff;		/*文字色*/
	padding-top:60px;
	line-height:1.8;
}
footer a{
	text-decoration: none !important;
	color: #fff;
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1{
	width: 96%;
	margin-left:15px;
	margin-bottom: 15px;

	
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	color: #FFF;	/*文字色*/
	background: #FFF;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#333));	/*グラデーション*/
	background: -webkit-linear-gradient(#4b4b4b, #333);	/*同上*/
	background: linear-gradient(#4b4b4b, #333);			/*同上*/
}
/*テーブル内の左側*/
.ta1 th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background: #f0f0f0;	/*背景色*/
}
/*テーブル内の右側*/
.ta1 td{
	padding: 10px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
}
 /* ページの先頭へのリンク設定 */
#pagetop a{
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 90px;
    height:104px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(../images/pagetop1.png);
    background-position: center left;
    background-repeat: no-repeat;
}

/*マウスオン時*/
#pagetop a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}


/*SERVICEページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.contents section.list{
	position: relative;
	overflow: hidden;
	background: #f6f4f0;	/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;	/*ボックス同士にとるスペース*/
}
.contents section.list a{
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding : 10px;	/*ボックス内の余白*/
}

/*ボックス内の段落タグ設定*/
.contents section.list p{
	padding: 5px;
	margin-left: 5px;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
.contents section.list figure img{
	float: left;	/*画像を左へ回り込み*/		/*写真の幅*/
	padding: 5px;			/*余白*/
	border : 1px solid #cccccc;	/*枠線の幅、線種、色*/
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
	margin-top : 10px;
  	margin-left : 10px;
 	margin-right : 10px;
 	margin-bottom : 10px;
}
/*ボックス内のh4タグ設定*/
.contents section.list h4{
	font-size : 18px;
	margin-bottom: 10px;
	margin-left:10px;	/*左側の写真幅とのバランスをとって設定*/
	margin-top : 10px;
}
.contents section.list.mark{
    width: 128px;
    height: 52px;
    padding: 16px 15px 0 0;
    float: left;
    text-align: right;
}

.contents section.list .mark img{
    padding: 0 0 5px 5px;
}
/*各ボックスの設定*/
.contents section.list_w{
	position: relative;
	overflow: hidden;
	background: #fff;	/*背景色*/
	margin-bottom: 15px;	/*ボックス同士にとるスペース*/
}
.contents section.list_w a{
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding : 10px;	/*ボックス内の余白*/
}

/*ボックス内の段落タグ設定*/
.contents section.list_w p{
	padding: 5px;
	margin-left: 5px;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
.contents section.list_w figure img{
	float: left;	/*画像を左へ回り込み*/		/*写真の幅*/
	padding: 5px;			/*余白*/
	border : 1px solid #cccccc;	/*枠線の幅、線種、色*/
	background : none 0% 0% / auto auto repeat scroll padding-box border-box #ffffff;
	margin-top : 10px;
  	margin-left : 10px;
 	margin-right : 10px;
 	margin-bottom : 10px;
}
/*ボックス内のh4タグ設定*/
.contents section.list_w h4{
	font-size : 18px;
	margin-bottom: 10px;
	margin-left:10px;	/*左側の写真幅とのバランスをとって設定*/
	margin-top : 10px;
}
.contents section.list_w.mark{
    width: 128px;
    height: 52px;
    padding: 16px 15px 0 0;
    float: left;
    text-align: right;
}

.contents section.list_w .mark img{
    padding: 0 0 5px 5px;
}
/*ガイドマップ
---------------------------------------------------------------------------*/
.contents section .areamap{
	margin : 60px 0px 30px;
	background-color : rgba(103, 89, 0, 0.1);
	padding: 38px 65px;
}



.contents section .areamap_inner{
	position: relative;
	z-index: 1;
	padding: 0 0 0 427px;
}



.contents section .areamap_title{
	font-size : 20px;
	font-weight: normal;
	color: #675900;
	line-height : 1.2;
	margin: 0 0 3px;
}
.contents section .areamap_text{
	font-size: 16px;
	line-height : 1.2em;
}
.contents section .areamap_link{
	margin: 11px 0 0;
	text-align: center;
}
.contents section .areamap_link > a{
	display: block;
}
.contents section .areamap_link > a img{
	vertical-align: middle;
	margin: 0 0 0 5px;
}
.contents section .areamap_image{
	position: absolute;
	z-index: 1;
	left: -49px;
	top: -79px;
}
.contents section .areamap_image > img {
}


.look{
	background: #dcdcdc;
}
.mb15,
.mb1em{
	margin-bottom: 15px;
}
.clear{
	clear: both;
}
ul.disc{
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1{
	color: #FF0000;
}
.pr{
	font-size: 10px;
}
.btn{
	font-size: 13px;
}
.wl{
	width: 96%;
}
.ws{
	width: 50%;
}
.c{
	text-align: center;
}
.r{
	text-align: right;
}

.newicon{
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

.box{
	background: #eee;
	border: 1px solid #ccc;
	margin: 0px 15px 15px;
	padding: 10px !important;
	word-break: break-all;
}
.box2{
	margin: 0px 15px 15px;
	padding: 10px !important;
	word-break: break-all;
}

.fb-page{
	text-align: center;
        position: relative;
        overflow: hidden;
}

.map_wrapper{
  max-width: 640px;
  min-width: 280px;
  margin: 20px auto;
  padding: 4px;
  border: 1px solid #CCC;  
}
 
.googlemap{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.googlemap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.look{
	background: #000;
	border-radius: 4px;
	color: #fff;
	padding: 5px;
}
.mb15,
.mb1em{
	margin-bottom: 15px;
}
.clear{
	clear: both;
}
ul.disc{
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1{
	color: #ba0917;
}
.pr{
	font-size: 10px;
}
.btn{
	font-size: 13px;
}
.wl{
	width: 96%;
}
.ws{
	width: 50%;
}
.c{
	text-align: center;
}
.r{
	text-align: right;
}
.newicon{
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
.bg1{
	background: #ffffff;
	overflow: hidden;
}
.bg2{
	background: #ebe7e0;
	overflow: hidden;
}
.imagebox{
	border : 0px none; /* 枠線 */
	float: left;                /* 左に配置 */
	 margin : 7px;                /* 周囲の余白 */
}
.photobox{
	border : 0px none; /* 枠線 */
	float: left;                /* 左に配置 */
	 margin : 7px;                /* 周囲の余白 */
}

p.image, p.caption{
	text-align: center; /* 中央寄せ */
	margin: 5px;        /* 余白・間隔 */
}
p.caption{
 	font-size: 80%;     /* 文字サイズ */
 	color: darkblue;    /* 文字色 */
}

p.exp{
	clear: left;       /* 回り込みを解除 */
}
#pbox{
    width: 90%;
    min-width: 640px;
    margin: 0 auto;
    background-color: #ffffff;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -o-box;
    display: -ms-box;
    box-pack: justify;
    -moz-box-pack: justify;
    -webkit-box-pack: justify;
    -o-box-pack: justify;
    -ms-box-pack: justify; 
}
.elements{
    width: 223px;
    height: 307px;
    background-color: #52d3ff;
    display: block;
}

/* 写真ボックス 左寄せ配置用 */
.img-left{
    margin : 0px 5px 0px 0px;
    padding : 5px;
    border : medium none;
    float: left;
}

/* 写真ボックス 右寄せ配置用 */
.img-right{
    margin: 0px 0px 0px 5px !important;
    padding: 5px;
    border: none;
    float: right;
}

/* 複数写真ボックス 左端用 */
.img-parts-left{
    margin: 0px;
    padding: 5px;
    border: none;
    float: left;
    clear: both;
}

/* 複数写真ボックス 2列目用 */
.img-parts2{
    margin: 0px;
    padding: 5px 5px 5px 0px;
    border: none;
    float: left;
}

/* 複数写真ボックス 左端・2行目用 */
.img-parts-left-2{
    margin: 0px;
    padding: 0px 5px 5px 5px;
    border: none;
    float: left;
    clear: both;
}

/* 複数写真ボックス 2行目用 */
.img-parts-2{
    margin: 0px;
    padding: 0px 5px 5px 0px;
    border: none;
    float: left;
}

/* 写真 */
.img{
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* AttachFileBlock */

.mol_attachfileblock{
	margin:20px 0% 0px 0%;
	padding:10px;
	border : 1px solid #81796b;
	background:#fff;
	text-align:left;
}
	

.mol_attachfileblock h3 {
	
}

.mol_attachfileblock a{
	margin:5px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	font-weight:bold;
}

.mol_attachfileblock p{
	margin:5px 0px 0px 0px;
	padding:0px 10px 0px 28px;
	font-size:85%;
}

.mol_attachfileblock ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

.mol_attachfileblock li{
	margin:0px 10px 0px 10px;
	padding:5px 0px 5px 15px;
	border-bottom:1px dotted #A3DC9B;
}

.mol_attachfileblock .data{
	font-size:85%;
	color:#555555;
}

.mol_attachfileblock .icon{
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	position:relative;
	top:5px;
}

p.mol_attachfileblock_title{
	margin:0px 0px 3px 0px;
	padding:3px 0px 3px 5px;
	background-color : #ccc;
	border:0px;
	text-align:left;
	clear:both;
	font-size:100%;
}

.mol_attachfileblock_adobe{
	margin:10px 10px 0px 10px;
	padding:5px 5px 5px 5px;
	border-bottom:1px dotted #A3DC9B;
	font-size:85%;
}
.mol_attachfileblock_adobe dt{
	margin:0px 0px 0px 0px;
	padding:4px 0px 0px 4px;
	display:block;
	float:left;
	width:160px;
}
.mol_attachfileblock_adobe dd{
	margin:0px 5px 0px 175px;
	padding:4px 0px 5px 0px;
	display:block;
}

/*--------------------------------------------------------
  PRデザイン設定
--------------------------------------------------------*/

.pr_list{
	list-style: none;
	text-align:center;
}

.pr_list > li{
	display: inline-block;
	vertical-align: bottom;
	margin : 0px 10px 10px 0px;
}

.pr_list > li > a {}

.pr_list > li > a > img {}


/*ここからタブレット用（480px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:480px) and (max-width:800px){

/*全体の設定
---------------------------------------------------------------------------*/
*ヘッダー（サイトロゴとメニューが入ったブロック）
---------------------------------------------------------------------------*/
header{
	width:auto;

}

header .inner{
	width: auto;
	background: #fff url(../images/title_banne2.png) no-repeat center;
	background-position : top left; 
	margin: 0px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
.contents{
	width: auto;
	margin: 2%;
}

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

/*inner
---------------------------------------------------------------------------*/
.inner{
	width: auto;
	margin: 0 10px;
}

/*メニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
nav#menubar-s{
	display: block;
	text-align: center;	/*文字をセンタリング*/
}
#menubar-s a{
	display: block;
	font-size: 14px;
	color: #000;	/*文字色*/
	background: #fff;	/*背景色*/
	margin-top: 0px;	/*メニュー同士に空ける余白*/
	text-decoration: none;
	padding: 10px 0px;	/*上下、左右へとる余白*/
}
#menubar-s a:hover{
	color: #3498db;	/*文字色*/
	border-bottom: 1px solid #3498db;
}
/*PC用メニューを非表示にする*/
#menubar{
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr{
    display: block;
	position: absolute;
	top: 18px;		/*上から18pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	width: 30px;	/*幅*/
	height: 25px;
	margin: 0 auto;
        cursor: pointer;

}
/*３本のバー（1本あたり）*/
#menubar_hdr .bar{
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #3498db;
    position: absolute;
    left: 0;
    transition: .15s ease-in-out;
}
#bar01{
    top: 0;
}
#bar02{
    top: 10px;
}
#bar03{
    top: 20px;
}
.active #bar01{
    top: 10px;
    transform: rotate(45deg);
}
.active #bar02{
    width: 0;
}
.active #bar03{
    top: 10px;
    transform: rotate(-45deg);
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
	width: auto;
	margin-right: 10px;
}

/*フォトギャラリー*/
#item .itemlist{
    width: 100%;
}
#item .itemlist .item{
    float: none;
    max-width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
#item .itemlist .item{
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding-top: 6px;
    padding-right: 0;
    padding-bottom: 6px;
    padding-left: 0;
    float: left;
    text-align: center;
}

img{
	border: none;
	max-width: 100%;
	height: auto;
}

/*SERVICEページの各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
.contents section.list p{
	margin-left: 0;
}
/*ボックス内の写真設定*/
.contents section.list figure img{
	float: none;
	width: 95%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
.contents section.list h4{
	margin-left: 15;
}

/*ボックス内の段落タグ設定*/
.contents section.list_w p{
	margin-left: 0;
}
/*ボックス内の写真設定*/
.contents section.list_w figure img{
	float: none;
	width: 95%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
.contents section.list_w h4{
	margin-left: 15;
}

/*コンテンツのh2タグの設定*/
.contents h2{
	clear: both;
	margin-bottom: 15px;
	font-size : 120%;
	color: #000;		/*文字色*/
	position: relative;
	padding:  .75em 1em .30em 1.5em;
	background-color: #ffffff;
	border: 1px solid #eee;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.contents h2 span{
     	font-size:60%;
	color: #aaa;
	padding:  .75em 1em .30em 1.5em;
}
/*コンテンツのh2タグの１文字目への設定*/
.contents h2::after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
/*コンテンツのh3タグの設定*/
.contents h3{
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	padding-bottom: .3em;
	border-bottom: 1px solid #ccc;
}
/*コンテンツのh3タグの１文字目への設定*/
.contents h3::first-letter{
	margin-right: .1em;
	font-size: 1.5em;
}

/*その他
---------------------------------------------------------------------------*/
.contents section .areamap{
	padding: 25px;
	margin: 45px 0 20;
}
.contents section .areamap_inner{
	padding: 0;
}
.contents section .areamap_title{
	font-size: 20px;
}
.contents section .areamap_text{
	font-size: 15px;
	line-height : 1.2em;
}
.contents section .areamap_link{
	max-width: 500px;
}
.contents section .areamap_link > a {
}
.contents section .map_link > a img {
}
.contents section .areamap_image{
	position: static;
	text-align: center;
	margin: 25px 0 0;
}
.contents section .areamap_image > img {
}
.fb-page{
    text-align: center;
    width:95% !important;
   margin-top: 0;
    margin-right: 0px;
    margin-bottom: 10px;
  }

.pt150{
	padding-top: 30px !important;
}
.imagebox{
    float:left;
    text-align:center;
    width:300px;
    margin-left:auto;
    margin-right:auto;
}
/*トップページで使っている大きな文字*/
h1.type1{
	font-size: 50px;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer{
	clear: both;
	padding-top:30px;
	background: #fff url(../images/bgimg2.png) no-repeat center bottom;
}
footer .info{
	display: block;
	font-size: 90%;
	text-align: center;
	color: #fff;		/*文字色*/
	padding-top:60px;
	line-height:1.8;
}
footer a{
	text-decoration: none !important;
	color: #fff;
}


/*GALLERYのサムネイル設定
---------------------------------------------------------------------------*/
/*画像*/
.list figure {
	opacity: 1;	/*マウスオンができない端末向けに透明度を通常に戻す設定*/
}

}



/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*全体の設定
---------------------------------------------------------------------------*/
/*トップページの背景画像*/
body#top{
	background: ##ebe7e0;
}

/*ヘッダー（サイトロゴとメニューが入ったブロック）
---------------------------------------------------------------------------*/
header{
	margin-bottom: 20px;
}
header .inner{
	
	width: auto;
	background: #fff url(../images/title_banne3.png) no-repeat center;
	background-position : top left; 
	padding: 20px 0px 10px;	/*上・左右・下へのボックス内の余白*/
	text-align: left;	/*中身を左よせ*/
}
header #logo img{
	width: 78%;	/*ブロック幅*/
	margin-top:0px;
	margin-left:5px;
	}

/*メニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
nav#menubar-s{
	display: block;
	text-align: center;	/*文字をセンタリング*/
}
#menubar-s a{
	display: block;
	color: #000;	/*文字色*/
	background: #fff;	/*背景色*/
	margin-top: 0px;	/*メニュー同士に空ける余白*/
	text-decoration: none;
	padding: 10px 0px;	/*上下、左右へとる余白*/
}
#menubar-s a:hover{
	color: #3498db;	/*文字色*/
	border-bottom: 1px solid #3498db;
}
/*PC用メニューを非表示にする*/
#menubar{
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr{
    display: block;
	position: absolute;
	top: 18px;		/*上から18pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	width: 30px;	/*幅*/
	height: 25px;
	margin: 0 auto;
        cursor: pointer;

}
/*３本のバー（1本あたり）*/
#menubar_hdr .bar{
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #3498db;
    position: absolute;
    left: 0;
    transition: .15s ease-in-out;
}
#bar01{
    top: 0;
}
#bar02{
    top: 10px;
}
#bar03{
    top: 20px;
}
.active #bar01{
    top: 10px;
    transform: rotate(45deg);
}
.active #bar02{
    width: 0;
}
.active #bar03{
    top: 10px;
    transform: rotate(-45deg);
}

/*inner
---------------------------------------------------------------------------*/
.inner{
	width: auto;
	margin: 0 10px;
}

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

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

/*フォトギャラリー*/
/* フォトギャラリー詳細 デザイン定義 */

	#item .itemlist{
		width:100%;
		float: none;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	#item .itemlist .item{
		float: none;
		max-width: 100%;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	
	#item .itemlist .item .itemdata{
		max-width: 100%;
	}

/*新着情報
---------------------------------------------------------------------------*/
.news {
	width:100%;
	margin: 0;
	padding: 20px 0px;
	line-height: 1.3;
}

.news_dt {
	margin: 0;
	padding: 8px 0 0px 0;	
	font-size: 13px;
	line-height: 1.5;
}

.news_tl {
	font-size: 14px;	
	margin: 0;
	padding: 5px 0 6px 0;
}

.news_tx {
	display: block;
	padding: 0px 0 3px 0;
	font-size: 14px;
	line-height: 1.5;
}

/*SERVICEページの各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
.contents section.list p{
	margin-left: 0;
}
/*ボックス内の写真設定*/
.contents section.list figure img{
	float: none;
	width: 95%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
.contents section.list h4{
	margin-left: 5;
}
/*ボックス内の段落タグ設定*/
.contents section.list_w p{
	margin-left: 0;
}
/*ボックス内の写真設定*/
.contents section.list_w figure img{
	float: none;
	width: 95%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*ボックス内のh4タグ設定*/
.contents section.list_w h4{
	margin-left: 5;
}

/*コンテンツのh2タグの設定*/
.contents h2{
	clear: both;
	margin-bottom: 15px;
	font-size : 110%;
	color: #000;		/*文字色*/
	position: relative;
	padding:  .75em 1em .30em 1.5em;
	background-color: #ffffff;
	border: 1px solid #eee;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
}
.contents h2 span{
     	font-size:55%;
	color: #aaa;
	padding:  .75em 1em .30em 1.5em;
}
/*コンテンツのh2タグの１文字目への設定*/
.contents h2::after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
/*コンテンツのh3タグの設定*/
.contents h3{
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	padding-bottom: .3em;
	border-bottom: 1px solid #ccc;
}
/*コンテンツのh3タグの１文字目への設定*/
.contents h3::first-letter{
	margin-right: .1em;
	font-size: 1.2em;
}


/*その他
---------------------------------------------------------------------------*/
.contents section .areamap{
	padding: 10px;
	margin: 45px 0 20;
}
.contents section .areamap_inner{
	padding: 0;
}
.contents section .areamap_title{
	font-size: 20px;
}
.contents section .areamap_text{
	font-size: 15px;
	line-height : 1.2em;
}
.contents section .areamap_link{
	max-width: 500px;
}
.contents section .areamap_link > a {
}
.contents section .map_link > a img {
}
.contents section .areamap_image{
	position: static;
	text-align: center;
	margin: 25px 0 0;
}
.contents section .areamap_image > img {
}
.imagebox{
    float:none;
    text-align:center;
    width:300px;
    margin-left:auto;
    margin-right:auto;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer{
	clear: both;
	padding-top: 0px;
	color: #ffffff;
	background: #3498db;
	font-size: 90%;
	text-align: center;
}

footer a{
	text-decoration: none !important;
	color: #ffffff;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*日付設定*/
#new dt{
	float: none;
	width: auto;
}
/*記事設定*/
#new dd{
	padding-left: 0;
}

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

/*フォトギャラリー*/
#item .itemlist{
		width:100%;
		float: none;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	#item .itemlist .item{
		float: none;
		max-width: 100%;
		display: inline-block;
		text-align: center;
		vertical-align: top;
	}
	
	#item .itemlist .item .itemdata{
		max-width: 100%;
	}

}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#pagetop a{
	 /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 55px;
    height:100px;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
    background-image : url(../images/top.png);
    background-position: center left;
    background-repeat: no-repeat;
}


.fb-page{
    text-align: center;
    width:95% !important;
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 10px;    
  }



.ws{
	width: 96%;
}
.pt150{
	padding-top: 30px !important;
}
/*トップページで使っている大きな文字*/
h1.type1{
	font-size: 30px;
}

}
