/* 共通項目 */ 

*{
	font-size: 100%;
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	padding: 0;
	background-color: #FFF;
	font-size: 100%;
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, sans-serif;
}
 #wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
}



img {
	border:0;
}

a {
	color: #B27407;
	text-decoration: none;
}
a:hover {
	color: #00CAFF;
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,p,ul,li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}
strong{
}

.backnext{
	font-size: 100%;
	margin:0;
	padding-top:5px;
}

.skip {
	display: none;
}

.media1 {
	display: none;
}

.totop {
	font-size: 90%;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
}

.indent {
	margin: 10px;
}

.alignLeft {
	text-align: left;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}
.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}

em{
	color: #FF3333;
	font-weight: bold;
}


.attention{
	color: #CC3300;
}


.attention-l{
	font-size: 120%;
	font-weight: bold;
	color: #CC3300;
	letter-spacing: 0.1em;
}


.blue{
    color: #5073DD;
}


.brown{
	color: #663333;
}

.photo {
	margin: 5px;
	padding: 0;
}

.photo-left {
	margin: 5px 5px 5px 0;
	padding: 0;
}
.photo-right {
	margin: 5px 0 5px 5px;
	padding: 0;
}

/* サイトの全体像 */ 
#wrapper1{
	margin:0px;
	padding:0px;
	text-align: center;
	position:absolute;
	width: 100%;
}
#wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:0 auto 0 auto;
	width: 100%;
	text-align: center;
	background-color: #FFF;
}


/* ヘッダ */
#header{
	width: 1000px;
	margin:0;
	padding:10px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	}
 #header h2 {
	margin:0;
	padding: 0;
	float:left;
}

#header h1 img {
	margin:0;
	padding: 0 0 0 0;
}

#header_text{
	color:#777;
	margin:0;
	padding:10px 0 0 20px;
	vertical-align:middle;
	text-align:left;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
	font-size: 90%;
	float:left;
	letter-spacing: 0.1em;
}

#header .access{
	margin:0;
	padding:5px 20px;
	color:#000;
	text-align:right;
	line-height: 120%;
	float:right;
}
#header_image{
	margin:0px;
}

#header_image_top{
	margin:0 0 0 0;
	padding:0;
}


#contents{
	margin:0px;
	padding:0 0 0 0;
}

/* フッタ */ 


#footer{
	color: #666666;
	margin: 15px 0 0 0;
	padding: 20px 0 30px 0;
	background-color: #FFF;
	font-size: 85%;
	text-align: center;
	box-shadow: #AAA 0px 0px 4px;
}


#footer_menu{
margin: 5px 10px;
width:700px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

#footer_menu .floatLeft{
margin: 5px 5px;
padding:10px;
border:solid 1px #AAA;
background:#FFF;
}

#footer_menu .floatRight{
margin: 5px 5px;
padding:10px;
border:solid 1px #AAA;
background:#FFF;
}


#footer_copyright{
	margin: 5px 10px;
}






/* 上部横ナビゲーション
---------------------------------------------*/
nav{
	margin:0 0 10px 0;
	padding:0px;
	text-align: center;
	width: 100%;
	color:#482101;
	background-color:#FFEEDE;
	border-top:1px solid #482101;
	border-bottom:1px solid #482101;
}
#toggle{
  display: none;
}

#menu {
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	text-align: center;
	width:1000px;
	height:45px;
	padding:0;
	list-style-type: none;
	background-color:#FFEEDE;
	z-index:999;
}



#menu ul {
	margin: 0;
}


#menu li {
	width:140px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#FFEEDE;
}

#menu li.top{
	width:0px;
	border-left: #FFF solid 1px;
}
#menu li.top #btn{
	display: none;
}

#menu li.last{
	border-right:#482101 solid 1px;
}



#menu li a {
	width: auto;
	color: #482101;
	letter-spacing: 0.1em;
	font-size: 14px;
	padding: 12px 0 12px 0;
	text-decoration: none;
	display: block;
	border-left: 1px solid #482101;
	-webkit-transition-duration: 0.3s;
}

#menu li a.br {
	line-height:1.2;
	padding: 9px 0 9px 0;
}
#menu li a:hover {
	color: #482101;
	background-color: #FFF;
}

#menu li a.hover {
	color: #482101;
	background-color: #FFF;
}

#menu li ul.submenu{
	position:absolute;
	width:auto;
	z-index:14;
	color:#482101;
}
#menu li.last ul.submenu{
}
#menu li ul.submenu li{
	display:none;
	height: 0;
}
#menu li:hover ul.submenu li{
	overflow:visible;
	display: block;
	opacity:0.95;
	height: auto;
	list-style-type: none;
	float: none;
	margin: 0;
	line-height: 1.2;
}

#menu li ul.submenu li a{
	letter-spacing: 0em;
	width: 100%;
	padding: 10px 5px;
	text-decoration: none;
	background-image: none;
	text-align: left;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #482101;
	font-size: 85%;
	color:#482101;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#menu li ul.submenu li a:hover{
	background-image: none;
	background-color: #FFEEDE;
	color:#482101;
}


/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
	
#toggle{
	display: block;
	position: relative;
	z-index: 99;
	width: 100%;
	background-color: #482101;
	margin-bottom: 0;
	box-shadow: #888 0px 1px 4px;
}
#toggle a{
  display: block;
  position: relative;
  padding: 10px 0 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size:140%;
  font-family: Arial, Helvetica, sans-serif;
}
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 4px;
  background-color: #482101;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
  #menu{
	  position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 99%;
    background: #FFEEDE;
	border-bottom: 0px;
	z-index:100;
	overflow:scroll;
  } 
  
#menu ul {
	margin: 0;
	padding:0px;
}


#menu li {
	list-style-type: none;
	float: none;
	margin: 0;
	border-right-width: 0px;
	border-left-width: 0px;
	height: auto;
	width: 100%;
	font-size:100%;
	background-image: none;
	border-bottom: 1px solid #482101;
	position:static;
	text-align:left;
}

#menu li.top{
	border-left: 0px;
	text-align:right !important;
	color: #482101;
	width: 100%;
}
#menu li.top #btn{
	display: block;
}

#menu li.top a{
	padding-right:15px;
}
#menu li.top a:hover{
	padding-right:15px;
}

#menu li.last{
	border-right: 0px;
	width: 100%;
	border-bottom: 1px solid #482101;
}
	#menu li.s-top{
	border-top: 1px solid #482101;
}
	#menu li.s-last{
	border-bottom: 0px;
}

#menu li a{
	margin: 0;
	width:auto;
	padding:11px 0 11px 10px !important;
	display:block;
	font-size: 100%;
	color: #482101;
	text-decoration: none;
	text-shadow: none;
	background-color: #FFEEDE;
	background-image: none;
	border-right-width: 0px;
	border-left-width: 0px;
}
#menu li a br{
	display:none;
}
#menu li a:hover {
	margin: 0;
	padding: 11px 0 11px 15px !important;
	background-image: none;
	color: #482101;
	text-shadow: none;
	background-color: #fff;
}
#menu li a.hover {
	margin: 0;
	padding: 11px 0 11px 15px !important;
	background-image: none;
	color: #482101;
	text-shadow: none;
	background-color: #fff;
}

#menu li ul.submenu{
	position: static;
	width:100%;
	display:block;
	float: none;
}
#menu li.last ul.submenu{
	}
#menu li ul.submenu li{
	display:block;
	position: static;
	opacity:1;
	height: auto;
	list-style-type: none;
	float: none;
	margin: 0;
	line-height: 1.2;
	border-left: 0px;
	border-right: 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	width:100%;
}

#menu li:hover ul.submenu li{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#menu li ul.submenu li a{
	width: auto;
	overflow: auto;
	display: block;
	position: static;
	padding:8px 0 8px 25px !important;
	text-decoration: none;
	background-image: none;
	text-align: left;
	background-color:#FFE2C5;
	color: #482101;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size:100%;
	text-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#menu li ul.submenu li a:hover{
	padding:8px 0 8px 30px !important;
	background-image: none;
	text-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color: #fff;
}
}






/* ぱんくずリスト
---------------------------------------------*/


.plist {
	top:100px;
	font-size: 85%;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0.1em;
}
ul.plist {
	margin: 0 0 0 0;
	padding:0;
	border: 0px;
}

*html ul.plist {
	margin: 5px 0 0 20px;
	padding:0;
	border: 0px;
}
*:first-child+html ul.plist {
	margin: 5px 0 0 20px;
	padding:0;
	border: 0px;
}
.plist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}
.date {
	font-size: 90%;
	line-height: 150%;
	color: #666666;
	margin-right: 10px;
	margin-left: 20px;
	font-weight: normal;
}



/* メイン */ 


#main_contents{
	margin:0 0 10px 0;
	width:1000px;
	padding:0 0 0 0;
}

/* 右コンテンツ */ 

#right_contents{
	margin: 0 0 10px 10px;
	width:280px;
	padding:0 0 0 0;
	float:right;
}

#right_contents h3 {
	margin: 0;
	color: #FFF;
	padding: 2px;
	background-color: #FF7A45;
	font-weight: bold;
}

#right_contents .r_content{
	margin:15px 0;
	padding:0 0 10px 0;
	border: #FF9945 solid 3px;
	border-radius:10px;
	background-color: #fff;
	font-size:90%;
}
#right_contents .r_content h3 {
	margin: 5px 0;
	color: #FF8845;
	padding: 2px;
	background: none;
	font-weight: bold;
	font-size:125%;
}
#right_contents .r_content h4 {
	color: #960;
	font-weight: bold;
	font-size:120%;
	background-color: #EEE;
	padding: 2px;
	margin: 5px 0;
}
#right_contents .r_content h4 a{
	color: #960;
}
#right_contents .r_content .comment {
	margin: 5px;
}

#right_contents .r_content ul{
	margin:7px 0;
}
#right_contents .r_content ul li{
	margin:10px;
	text-align:left;
	background:url(../img/dot.gif) no-repeat left;
	padding:0 0 0 25px;
	list-style-type:none;
	font-size:120%;
}

#right_contents .r_content form{
	border: 0px;
	text-align:center;
	margin:0;
	padding:0;
	font-size:85%;
}
#right_contents .r_content .today{
	margin:5px;
}

#right_contents .map{
	margin:7px 0;
	border: #CCCCCC solid 1px;
	padding:10px 0;
	background-color: #fff;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
}
#right_contents .map p{
	padding:5px 5px;
	font-size:85%;
	line-height:1.2;
}
#right_contents .map p.tel{
	padding:2px 5px;
	font-size:115%;
	line-height:1.2;
	font-weight:bold;
}


#right_contents .banner{
	margin:7px 0;
	padding:10px 0 10px 0;
	border: #CCCCCC solid 1px;
	background-color: #fff;
	font-size:90%;
}

#right_contents .r_content .list{
	margin: 10px;
	padding:0;
}
#right_contents .r_content .list .date{
	font-size: 100%;
	padding:0;
	text-align:right;
	font-weight:normal;
	background-color:none;
}
		


#right_contents .r_content .list table{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top:  0px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


#right_contents .r_content .list tr{
	width: 100%;
	border-bottom: #CCC solid 1px;
	padding: 5px 0 5px 0;
	margin: 0 0 0 0;
}

#right_contents .r_content .list th{
	padding: 0 0em;
	margin:0 0 0 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0em;
	white-space: nowrap;
	width: 3em;
	border-right: 0px;
	border-bottom: 0px;
	font-size:90%;
}
#right_contents .r_content .list td .title{
	font-weight: normal;
	}

#right_contents .r_content .list th.date{
	text-align: center;
	background-color:none;
	width: 3em;
	vertical-align:top;
}



#right_contents .r_content .list th.date .date{
	text-align: left;
	margin: 2px 2px 2px 0;
	padding: 2px;
	-moz-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #eee;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family:Arial, Helvetica, sans-serif;
	width:3em !important;
}

#right_contents .r_content .list th.date .date .year{
	color: #444;
	font-size: 90%;	
	text-shadow: none;
	padding:0  0;
	letter-spacing:0em;
	text-align: center;
}
#right_contents .r_content .list th.date .date .day{
	color: #444;
	font-size: 100%;	
	text-shadow: none;
	padding:0 0;
	font-weight: normal;
	line-height:100%;
	text-align: center;
}

#right_contents .r_content .list td.title{
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width:90%;
	font-size:120%;
	width:auto;
}
.twitter-timeline{
}
/* 左コンテンツ */ 

#left-contents {
	text-align: left;
	margin:0 0;
	padding: 0;
	width:700px;
	float:left;
}

.content {
	text-align: left;
	margin:0 10px 10px 0;
	padding: 0;
	width:100%;
}
	
/* hide from Mac IE \*/
 * html .content {
	text-align: left;
	margin:0 10px 10px 0;
}
    /* */ 



.content .box {
	margin: 5px 10px;
	padding: 15px;
	border: #996600 solid 1px;
	background-color: #EEEEEE;
}



.content .date {
	text-align: right;
	margin: 5px 0 5px 0;
}

.content .waku1 .date {
	font-size: 90%;
	padding:0 5px;
}
.content h1 {
	font-size: 140%;
	color: #996600;
	line-height: 1.5;
	margin-bottom: 10px;
	border-bottom:1px solid #996600;
	letter-spacing: 0.2em;
	text-shadow: #888 1px 1px 2px;
}
.content h2 {
	color: #fff;
	padding: 0;
	background-color: #63BF9F;
	border-radius: 5px;
	margin: 30px 0 10px 0;
	padding: 0 15px 0 15px;
	font-size: 130%;
	text-shadow: #555 1px 1px 2px;
	letter-spacing: 0.3em;
	-moz-box-shadow: #AAA 1px 1px 4px 1px;
	-webkit-box-shadow: #AAA 1px 1px 4px 1px;
	box-shadow: #AAA 1px 1px 4px 1px;
	text-align: left;
}

.content h3 {
	font-size: 130%;
	color: #630;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0 10px 0;
}


.content h4 {
	font-size: 120%;
	color: #630;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 2px 15px;
}


.content h5 {
	font-size: 115%;
	color: #003399;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 10px;
}


.content h5 a {
	color: #996600;
}

.content h5 a:hover {
	color: #FFFFFF;
	background-color: #3366CC;
}


.content p {
	margin: 15px;
	line-height: 1.5;
}

.content ul{
}
.content ul li{
	margin: 10px 40px;
	padding: 0;
}
.content ol{
	margin: 10px 40px;
	padding: 0px 10px;
	list-style-position: outside;
	color: #333333;
	font-size: 95%;
}

.content ol li{
	margin: 0px;
	padding-bottom: 10px;
}



.content .comment {
	margin: 15px;
	line-height: 1.5;
	font-size: 100%;
}


.content .comment img {
	padding: 5px;
}

.content .comment .board img.board {
	width:40%;
}

.content .comment ul{
	margin: 10px 30px;
	list-style-type: none;
}

.content .comment ul li{
	margin: 0px;
	padding-bottom: 5px;
}

.content .comment ol{
	margin: 10px 20px;
	padding: 0px 30px;
	list-style-position: outside;
}

.content .comment ol li{
	margin: 0px;
	padding-bottom: 5px;
}




.content table{
	width: 97%;
	padding: 0;
	margin: 10px;
	text-align: left;
	border-top: #aaa solid 1px;
	border-left: #aaa solid 1px;
	border-collapse: collapse;
}

.content table.mini{
	padding: 0;
	margin: 20px 20px;
	text-align: left;
	border-top: #aaa solid 1px;
	border-left: #aaa solid 1px;
	border-collapse: collapse;
}


.content td{
	margin: 0;
	padding: 5px;
	border-right: #aaa solid 1px;
	border-bottom: #aaa solid 1px;	
}


.content th {
	padding: 5px 1em;
	margin: 0;
	font-weight: normal;
	border-right: #aaa solid 1px;
	border-bottom: #aaa solid 1px;
	white-space: nowrap;
	background-color: #FFFDDE;
	font-size: 90%;
}
.content th.pink {
    background-color: #FFE8E8;
}
.content .list table{
	padding: 0;
	margin: 0 10px;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top: #aaa solid 1px;
	border-bottom: 0px;
	border-collapse: collapse;
}

.content .list tr{
	width: 100%;
	border-bottom: #aaa solid 1px;
}
.content .list td{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align:middle;
	border-bottom: 0px;
	font-weight: bold;
	border-right: 0px;
}
.content .list td a{
	color: #333333;
}

.content .list td a:hover {
	color: #0066FF;
}

.content .list th {
	padding: 5px 1em;
	margin:2px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.1em;
	white-space: nowrap;
	width: 6em;
	border-right: 0px;
	border-bottom: 0px;
}


/* わく
---------------------------------------------*/
.waku1{
	margin: 15px 0 15px 0;
	padding: 15px;
	border: #ccc solid 1px;
	background-color: #FFF;
	border-radius: 10px;
}
.content .waku1 h3 {
	font-size: 130%;
	color: #630;
	font-weight: bold;
	padding: 5px 0;
	margin: 10px 0 10px 0;
}
.content .waku1 h4 {
	font-size: 150%;
	color: #960;
	margin: 10px 0 10px 0;
	padding: 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	font-weight: normal;
}
	
.content .waku1 h4 a {
	color: #600;
	text-decoration: underline;
}
.content .waku1 .comment{
	margin: 10px 0;
}
.waku1 .naka{
	margin: 20px 22px;
	padding:0;
	text-align:center;
}
.waku1 .naka img.button{
	padding-bottom:15px;
}


.waku1 .naka p{
	margin: 5px 0;
}
	
.waku1 img.image{
	padding: 5px 10px 10px 5px;
}	

.waku1 img.photo{
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
}		
	
	
.waku2{
	margin: 15px 0 15px 0;
	padding:10px;
	border-radius:10px;
}

.waku2 h3{
	margin: 0;
	padding:0;
}
.waku1 .list{
	margin: 0;
	padding:0;
}


.waku1 .list table{
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top: #aaa solid 1px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


.waku1 .list tr{
	width: 100%;
	border-bottom: #aaa solid 1px;
}

.waku1 .list th{
	padding: 5px 1em;
	margin:2px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.1em;
	white-space: nowrap;
	width: 6em;
	border-right: 0px;
	border-bottom: 0px;
}
.waku2 .list td{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;
	border-right: 0px;
	width: 600px;
	}


.waku1 .list td .title{
	font-weight: bold;
	}

.waku1 .list th.date{
	text-align: center;
	width: 6em;
}
.waku1 .list td.title{
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	font-size:120%;
	width:auto;
	font-weight:normal;
	}

.waku1 .list td.photo{
	text-align: right;
	vertical-align:middle;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width:110px;
	}
.waku1 .list td.photo .topphoto{
	width:120px;
	height:70px;
	overflow:hidden;
	margin-left:5px;
 }

.waku1 .list td.photo .topphoto img{
 }



.waku1 .list th.date .date{
	text-align: left;
	margin: 2px 2px 2px 0;
	padding: 2px;
	-moz-border-radius:0;
	border-radius:0;
	-moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family:Arial, Helvetica, sans-serif;
	width:3em !important;
}

.waku1 .list th.date .date .year{
	color: #444;
	font-size: 90%;	
	text-shadow: none;
	padding:0  0;
	letter-spacing:0em;
	text-align: center;
}
.waku1 .list th.date .date .day{
	color: #444;
	font-size: 100%;	
	text-shadow: none;
	padding:0 0;
	font-weight: normal;
	line-height:100%;
	text-align: center;
}



.content .waku1 .comment h4 {
	margin-right: 0;
	margin-left: 0;
	font-size:120%;
	font-weight:bold;	
}
.content .waku1 .comment h5 {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}



/* FAQ
---------------------------------------------*/


.faq {
	margin: 10px;
	padding:10px 30px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
}



.faq h3 {
	font-size: 110%;
	color: #8A7478;
	padding: 20px 10px 10px 10px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #BC6A73;
}



.faq h3:first-letter {
	font-size: 150%;
	font-weight: bold;
}

.faq p {
	font-size: 90%;
	color: #BD6C75;
	padding: 10px 20px 25px 40px;
}

.faq p:first-letter {
	color: #BC6A73;
	font-size: 180%;
	font-weight: bold;
}




/* サイトマップ
---------------------------------------------*/

.sitemap{
	margin: 40px 20px 30px 50px;
	text-align: left;
	font-weight: bold;
}

.sitemap ul{
	list-style-type: none;
	background: url(../img/dot-sitemap1.gif) left repeat-y;
	margin: 0 0 0 30px;
}
.sitemap li{
	padding-bottom: 10px;
	line-height: 1.3;
	color: #333333;
	padding-left: 40px;
	margin-top: 5px;
	background: url(../img/dot-sitemap.gif) left top no-repeat;
	font-weight: bold;
}

* html .sitemap li{
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../img/dot-sitemap3.gif) left top no-repeat;
}

*:first-child+html .sitemap li{
	padding-bottom: 0px;
	padding-top: 5px;
	background: url(../img/dot-sitemap3.gif) left top no-repeat;
}




.sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left bottom no-repeat;
}

* html .sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

*:first-child+html .sitemap li.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

.sitemap h3{
	font-size: 100%;
	line-height: 1.3;
	color: #333333;
	font-weight: normal;
	margin-top: 5px;
}

/* お問い合わせ
---------------------------------------------*/
.contact {
	text-align: left;
	margin: 10px;
}
.contact p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5;
}
.contact table{
	padding: 0px;
	font-size: 90%;
	background: #FFF;
	border-collapse: collapse;
}
.contact th{
	padding: 5px;
	font-weight: normal;
	background: #EEEEEE;
	border-bottom: 1px solid #BBBBBB;
}
.contact td{
	padding: 5px;
	line-height: 150%;
	border-bottom: 1px solid #BBBBBB;
}
.contact td label{
	font-weight:bold;
}
.contact input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}

.contact input.text{
	width: 380px;
}
.contact input.text2{
	width: 120px;
}
.contact input.text3{
	width: 60px;
}
.contact textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 400px;
	font-size: 120%;
}

/*　スタッフ紹介用
---------------------------------------------*/

.main-text-staff {
	font-weight: normal;
	color: #222222;
	line-height: 1.6;
	margin: 0px 20px 0px 20px;
	padding: 5px 10px;
}




.main-text-staff  table{
	width: 100%;
	padding: 0;
	margin: 10px 0;
	text-align: left;
	border-top: 0px;
	border-left: 0px;
	border-bottom: #aaa solid 1px;
	border-collapse: collapse;
}

.main-text-staff  td{
	margin: 0;
	padding: 5px;
	vertical-align: top;
	border-right: 0px;
	border-bottom: 0px;	
}





/*　bbs用
---------------------------------------------*/

.backnext {
	font-size: 130%;
	margin-bottom: 10px;
	font-weight:bold
}
.backnext a {
	color: #FF7A45;
	text-decoration: none;	
}

.backnext a:hover {
	color: #996600;
	text-decoration: underline;
}


/*　その他
---------------------------------------------*/
.copyright {
font-size: 85%;
color: #666666;
letter-spacing: 0.1em;
text-align: center;
padding: 10px 0 0 0;
}

input,select,textarea{
	margin: 2px 0;
	padding:2px 5px;
	border: 1px #999999 solid;
	font-size:105%;
}
.menu {
	text-align:center;
	background-color: #0068B5;
	padding: 0;
	margin: 5px;
	width: 795px;
	}
.menu ul {
	list-style-type: none;
	margin:5px;
	height: 2em;
	padding:5px;
	}
.menu ul li{
	font-weight: bold;
	font-size:12px;
	float: left;
	border-right: #0068B5 4px solid;
	padding:5px 4px;
	background: #FFFFFF;
	}
.menu a {
	color: #0066CC;
	text-decoration:none;
	}
.menu a:hover{
	text-decoration:underline;
	}
.menu a:visited{
	color: #0066CC;
	}
table.icon img{
	border: #cccccc 1px solid;
	padding:3px;
	-moz-box-shadow:#ccc 0 0 3px 1px;
	-webkit-box-shadow:#ccc 0 0 3px 1px;
	box-shadow:#ccc 0 0 3px 1px;
	background-color: #FFF;
}

table.icon {
border:0px;
width:830px;
}

.icon td {
border:0px;
padding:1px;
}

.board{
	margin: 10px;
}

.board img{
	padding:5px;
}


div.tooltip	{
	width: 250px;
	position: absolute;
	left: -9999px;
	background: #EEE;
	padding: 5px;
	border: 1px solid #AAA;
}

div.tooltip p{
	color: #FFF;
	background: #222;
	padding: 5px 10px;
}




/* カレンダー詳細 */ 

.calendar .detail {
	font-weight:bold;
	color:#CC3300;
	border-bottom:1px dashed #CC3300;
	margin-bottom:10px;
	text-align:left;
}
.calendar {
	text-align:left;
	font-size: 100%;
}
.calendar .cal_top {
	margin: 5px 0;
	padding:0;
}
.calendar .cal_top h3 {
	padding:0;
	font-weight:bold;
	text-align:center;
	color: #CC3300;
	font-size:110%;
	width:100%;
	background-color:#F4DE9E;
}
.calendar .cal_top img {
	text-decoration: none;
	border: 0px;
	padding:0 5px 0 0;
}

.calendar .cal_top a{
	font-size:90%;
}
.calendar .sun {
	color:#FF3333;
}
.calendar .holiday {
	color:#FF3333;
}
.calendar .sat {
	color: #0066CC;
}
.calendar table {
	font-size:85%;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin:0;
	background:#FFF;
}
.calendar th {
	border:1px solid #aaa;
	padding:3px 5px;
	background-color: #F4DE9E;
	text-align:center;
	font-weight:normal;
	width:14.2%;
}
.calendar td {
	border:1px solid #aaa;
	padding:3px 5px;
	width:14.2%;
	vertical-align:top;
}
#main_contents .calendar td .usual_day {
	font-weight:bold;
	color: #333333;
}
#main_contents .calendar td .sun_day {
	font-weight:bold;
	color:#FF3333;
}
#main_contents .calendar td .sat_day {
	font-weight:bold;
	color: #0066CC;
}
#main_contents .calendar td div {
	padding:0;
	margin:0;
	line-height:120%;
}
#main_contents .calendar td div img {
	padding:0 2px 0 0;
	margin:0;
}
#main_contents .calendar td div .title a {
	font-weight:normal;
	color: #333333;
	padding:0;
	margin:0;
	line-height:120%;
}
#main_contents .calendar td div .title a:hover {
	color: #0066CC;
	line-height:120%;
}
.calendar .cal_bottom {
	margin-top: 5px;
	background:#F3EFE4;
	padding:5px;
	font-size:90%;
	width:100%;
}

.calendar form {
	margin: 0 0;
	padding: 0;
	text-align:left;
	border: 0px;
}




/*　画像
---------------------------------------------*/
img.photo {
	padding:3px;
	border:#DDDDDD 1px solid;
}

img.photo-left {
	margin: 0 10px 10px 0;
	padding:3px;
	border:#DDDDDD 1px solid;
}

img.photo-right {
	padding: 0 0 10px 10px;
	padding:3px;
	border:#DDDDDD 1px solid;
}

/*　サムネイル
*/

.myPic
{
	margin:5px;
	border-radius:10px;
	border:1px solid #ccc;
}
/*　twitter
---------------------------------------------*/
#twitter_update_list li{
	list-style-type: none;
}
#twitter_update_list li a{
	color: #FF3300;
}
#msg{
	padding: 10px;
	font-weight: bold;
	float: right;	
}
	
.slide table{
border: 0px;
	border-collapse: collapse;
}
	
.slide td{
border: 0px;
}
.t-button{
top:20px;
}

table.bordernon{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
	border-collapse: collapse;
}

table.bordernon td{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}
.border-non{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}

h3.top-message{
	color: #630;
	text-shadow:#ccc 1px 1px 2px;
	font-size:150%;
	font-weight:normal;
	line-height: 180%;
}



/*文字*/

.text-s{
	font-size: 85%;
}


.text-ss{
	font-size: 75%;
}

.text-l{
	font-size: 115%;
}

.text-ll{
	font-size: 130%;
}


/* 上部横ナビゲーション3画像ボタン
---------------------------------------------*/
.globalNavimg{
	width: 100%;
	text-align:center;
	background-color:#FFF;
}
.globalNavimg table{
	padding: 0;
	margin: 5px 0;
	border: 0px;
	width: 100%;
}
.globalNavimg table td{
	padding: 0;
	margin: 0;
	border: 0px;
	width: 20%;
	vertical-align:top;
	text-align:center;
}
.globalNavimg table td .menu-photo{
	padding: 1px;
	margin: 0;
	width: 170px;
	height:150px;
	overflow:hidden;
	-moz-box-shadow:#ccc 0 0 3px 1px;
	-webkit-box-shadow:#ccc 0 0 3px 1px;
	box-shadow:#ccc 0 0 3px 1px;
}
.globalNavimg table td .menu-photo img{
	width: 99%;
}

/*FBとTWEET*/
.twitter-share-button{
	padding: 2px 0 0 10px !important;	
}

/*FB＆twitterぼたん*/
#entrybutton{
	text-align:center;
	margin: 0;
	padding: 30px 0 0 0;
}
#entrybutton table{
	margin: 0;
	padding:0;
	width:100%;
}
#entrybutton table td{
	width:50%;
	padding:0;
	margin:0;
	text-align:center;
	border:#fff solid 2px;
	
}
@media only screen and (max-width: 480px) {
#entrybutton{
	text-align:center;
	margin: 0;
	padding: 20px 0 20px 0;
}
#entrybutton table td{
	width:33.3%;
}
}
#entrybutton table td img{
	vertical-align:middle;
	padding:3px;
}
#entrybutton table td.facebook{
	background-color: #1877f2;
}
#entrybutton table td.twitter{
	background-color: #1C94E0; 
}
#entrybutton table td.X{
	background-color: #000; 
}
#entrybutton table td.line{
	background-color: #02c302; 
}

#entrybutton table td.instagram{
	background-image: linear-gradient(133deg, #c723f2, #f02222 45%, #ffa700);
}
#entrybutton table td .inner{
	background: #FFF;
	margin:2px;
	padding:2px;
	color:#444;
	font-size: 85%;
}
#tab-right {
	position:absolute;
	top:0;
	right:0;
	z-index:12;
}
/*トップFB*/



/*表示非表示*/
.disp1{
	display:block;
}
.disp2{
	display:none;
}
.disp3{
	display:block;
}

.disp4{
	display:none;
}
.disp5{
    display: none;
}



/* 右to pagetop 固定 */ 
.gotop{
    position: fixed;
	bottom: 60px;
	right: 30px;
}
.gotop a{
	display:block;
	width: 74px;
	height: 55px;
	padding:10px 0;
	text-align:center;
	background-color: #26A6EA;
	font-size: 80%;
	-moz-border-radius:50px 50px;
	border-radius:50px 50px;
	-moz-box-shadow:gray 0 0 5px 1px;
	-webkit-box-shadow:gray 0 0 3px 1px;
	box-shadow:gray 1px -1px 5px 1px;
	color: #FFF;
}

.gotop a:hover {
	background-color: #62D601;
}


.gotop img{
	border:0px;
	}


.content .comment {
	word-break: break-all;
}

img.top-banner{
    width:400px;
}

/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
	
	body{
		background-color: #FFF;
	}
	#wrapper1{
	width: 100%;
	margin:0px;
	padding:0px;
	text-align: center;
	background-image: none;
}
	
#wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
}



/* ヘッダ */
#header{
	width:100%; 
	margin:0px;
	padding:5px 0 0 0;
	height:auto;
	background-color:#FFF;
}
 #header h2 {
	margin:0;
	padding: 0;
	float:none;
}

#header h1 img {
	margin:0;
	padding: 0 0 0 0;
}

#header_text{
	margin:0 0 0 0;
	padding:0 0 0 0;
	vertical-align: text-top;
	text-align:center;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
	font-size: 90%;
	float:none;
}


#header .access{
	margin:0;
	padding:5px 5px 0 5px;
	color:#000;
	text-align:center;
	line-height: 120%;
	float:none;
}
#header_image{
	margin:0px;
}

#header_image_top{
	margin:0px;
	height:auto;
}


#contents{
	margin:0px;
	padding:0 0 0 0;
}
/* フッタ */ 


#footer{
	width:100%; 
	margin: 0 0 0 0;
	background-color:#EEE;
}

#footer_menu{
margin: 5px 10px;
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
}
#footer_menu .floatLeft{
margin: 10px 5px;
float:none;
}

#footer_menu .floatRight{
margin: 10px 5px;
float:none;
}

/* メイン */ 


#main_contents{
		margin:10px 0 10px 0;
	width: 100%;
	padding:0 0 0 0;
}

/* 右コンテンツ */ 

#right_contents{
	margin: 10px 0 10px 0;
	width:100%;
	padding:0 0 0 0;
	float:none;
}
#right_contents h3 {
	margin: 0 10px;
}
#right_contents .r_content{
	margin:7px 10px;
}

#right_contents .map{
	margin:7px 10px;
}
#right_contents .banner{
	margin:7px 10px;
}


/* 左コンテンツ */ 
.content {
	text-align: left;
	margin: 5px 5px 5px 5px;
	padding: 0;
	width:100%;
}
#left-contents {
	margin: 10px 0 10px 0;
	width:100%;
	padding:0 0 0 0;
	float:none;
}

	
/* hide from Mac IE \*/
 * html .content {
	text-align: left;
	margin: 5px 5px 5px 5px;
}
    /* */ 


/* ぱんくずリスト
---------------------------------------------*/


.plist {
	padding-top:10px;
}

/* わく
---------------------------------------------*/
.waku1{
	margin: 10px 10px 10px 10px;
}
	
.waku1 .naka{
	margin: 10px 10px;
	padding:0;
	text-align:center;
}
.waku1 .naka img.button{
	padding-bottom:10px;
}


.waku1 .naka p{
	margin: 5px 0;
}
	
.waku1 img.image{
	padding: 5px 5px 5px 5px;
}	


.content .waku1 h4 {
	font-size: 150%;
	color: #960;
	margin: 10px 0 10px 0;
	padding: 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	font-weight: normal;
}
	
.content .waku1 h4 a {
	color: #600;
	text-decoration: underline;
}	
	
	
.waku2{
	margin: 10px 10px 10px 10px;
	padding:10px;
}

.waku2 h3{
	margin: 0;
	padding:0;
}
.waku1 .list{
	margin: 0;
	padding:0;
}
		


.waku1 .list table{
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top: #aaa solid 1px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


.waku1 .list tr{
	width: 100%;
	border-bottom: #aaa solid 1px;
}

.waku1 .list th{
	padding: 5px 1em;
	margin:2px 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0.1em;
	white-space: nowrap;
	width: 5em;
	border-right: 0px;
	border-bottom: 0px;
}
.waku2 .list td{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;
	border-right: 0px;
	width: auto;
	}


.waku1 .list td .title{
	font-weight: bold;
	}

.waku1 .list th.date{
	text-align: center;
	width: 6em;
}
.waku1 .list td.title{
	font-weight: normal;
}
.waku1 .list td.icon{
	margin: 2px 0;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width: 70px;
	font-weight: normal;
}

.waku1 .list td.photo{
	text-align: right;
	vertical-align:middle;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width:110px;
	}
.waku1 .list td.photo .topphoto{
	width:120px;
	height:70px;
	overflow:hidden;
	margin-left:5px;
 }

.waku1 .list td.photo .topphoto img{
 }

.content .waku1 .comment h4 {
	margin-right: 0;
	margin-left: 0;
	font-size:120%;
	font-weight:bold;	
}
.content .waku1 .comment h5 {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}

h3.top-message{
	padding-top:0;
}

/* 上部横ナビゲーション3画像ボタン
---------------------------------------------*/

.globalNavimg table td .menu-photo{
	padding: 1px;
	margin: 0;
	width: 120px;
	height:120px;
	overflow:hidden;
}



/*右バッジ*/
.badgelist{
	display:none;
}

/*表示非表示*/
.disp1{
	display:none;
}
.disp2{
	display:block;
}

/*写真*/

.floatRight {
	float: none;
	text-align:center;
}

.floatLeft {
	float: none;
	text-align:center;
}	

.waku1 img{
	width:90%;
	height:auto;
}
/* 右to pagetop 固定 */ 
.gotop{
    position: fixed;
	bottom: 20px;
	right: 20px;
}
.gotop a{
	display:block;
	width: 65px;
	height: 45px;
	padding:10px 0;
	text-align:center;
	font-size: 75%;
	-moz-border-radius:40px 40px;
	border-radius:40px 40px;
	-moz-box-shadow:gray 0 0 5px 1px;
	-webkit-box-shadow:gray 0 0 3px 1px;
	box-shadow:gray 1px -1px 5px 1px;
	color: #FFF;
}




}


/*==========================================
 スマホ 〜480
===========================================*/
@media screen and (max-width:639px) {
	body{
	font-size: 95%;
	}
#wrapper1{
	width: 100%;
	margin:0px;
	padding:0px;
	text-align: center;
	background-image: none;
}
#wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
}


/* ヘッダ */
#header{
	width:100%; 
	margin:0px;
	padding:5px 0 0 0;
	height:auto;
	background-color:#FFF;
}
 #header h2 {
	margin:0;
	padding: 0;
	float:none;
}

#header h2 img {
	margin:0;
	padding: 0 0 0 0;
}

#header_text{
	margin:0 0 0 0;
	padding:0 0 0 0;
	vertical-align: text-top;
	text-align:center;
	text-shadow: #fff 1px 1px 1px, #777 0px 0px 3px;
	font-size: 90%;
	float:none;
}

#header .access{
	display:none;
}
#header_image{
	margin:0px;
}

#header_image_top{
	margin:0px;
	height:auto;
}


#contents{
	margin:0px;
	padding:0 0 0 0;
}

/* フッタ */ 


#footer{
	width:100%; 
}







/* メイン */ 


#main_contents{
	margin:10px 0 10px 0;
	width: 100%;
	padding:0 0 0 0;
}

/* 右コンテンツ */ 

#right_contents{
	margin: 10px 0 10px 0;
	width:100%;
	padding:0 0 0 0;
	float:none;
}
#right_contents h3 {
	margin: 0 10px;
}
#right_contents .r_content{
	margin:7px 10px;
}

#right_contents .map{
	margin:7px 10px;
}
#right_contents .banner{
	margin:7px 10px;
}


/* 左コンテンツ */ 

.content {
	text-align: left;
	margin: 5px 0 5px 0;
	padding: 0;
	width:100%;
	float:none;
}
	
/* hide from Mac IE \*/
 * html .content {
	text-align: left;
	margin: 5px 0 5px 0;
}
    /* */ 


/* ぱんくずリスト
---------------------------------------------*/


.plist {
	padding-top:10px;
}




.content h1 {
	font-size: 140%;
	color: #996600;
	line-height: 1.5;
	margin-bottom: 10px;
	border-bottom:1px solid #996600;
	letter-spacing: 0.2em;
	text-shadow: #888 1px 1px 2px;
}
.content h2 {
	color: #fff;
	border-radius:0;
	margin: 20px 0 10px 0;
	padding: 0 5px 0 5px;
	font-size:120%;
	text-shadow: #555 1px 1px 2px;
	letter-spacing: 0em;
	-moz-box-shadow:#AAA 1px 1px 4px 1px;
	-webkit-box-shadow:#AAA 1px 1px 4px 1px;
	box-shadow:#AAA 1px 1px 4px 1px;
	text-align:left;
}

.content h3 {
	font-size: 120%;
	color: #630;
	font-weight: bold;
	padding: 5px 5px;
	margin: 10px 10px 10px 10px;
}


.content h4 {
	font-size: 100%;
	color: #630;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 2px 5px;
}


.content h5 {
	font-size: 100%;
	color: #003399;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px 10px;
}


.content p {
	margin: 10px 0px;
	line-height: 1.5;
}

.content ul{
}
.content ul li{
	margin: 5px 5px 5px 20px;
	padding: 0;
}

.content ol{
	margin: 10px 10px;
	padding: 0px 5px;
	list-style-position: outside;
	color: #333333;
	font-size: 95%;
}

.content ol li{
	margin: 0px;
	padding-bottom: 10px;
}



.content .comment {
	margin: 10px 5px;
	line-height: 1.5;
	font-size: 100%;
}





/* わく
---------------------------------------------*/
.waku1{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
}
	
.waku1 .naka{
	margin: 5px 5px;
	padding:0;
	text-align:center;
}
.waku1 .naka img.button{
	padding-bottom:10px;
}


.waku1 .naka p{
	margin: 5px 0;
}
	
.waku1 img.image{
	padding: 5px 5px 5px 5px;
}	


.content .waku1 h4 {
	font-size: 150%;
	color: #960;
	margin: 10px 0 10px 0;
	padding: 2px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #630;
	font-weight: normal;
}
	
.content .waku1 h4 a {
	color: #600;
	text-decoration: underline;
}	
	
	
.waku2{
	margin: 10px 10px 10px 10px;
	padding:10px;
}

.waku2 h3{
	margin: 0;
	padding:0;
}
.waku1 .list{
	margin: 0;
	padding:0;
}


.waku1 .list table{
	padding: 0;
	margin: 0;
	text-align: left;
	border-right: 0px;
	border-left: 0px;
	border-top: #aaa solid 1px;
	border-bottom: 0px;
	width: 100%;
	border-collapse: collapse;
}


.waku1 .list tr{
	width: 100%;
	border-bottom: #aaa solid 1px;
}

.waku1 .list th{
	padding: 0 0em;
	margin:0 0 0 0;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 0em;
	white-space: nowrap;
	width: 6em;
	border-right: 0px;
	border-bottom: 0px;
	font-size:90%;
}
.waku2 .list td{
	margin: 2px 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	border-bottom: 0px;
	border-right: 0px;
	width: auto;
	}


.waku1 .list td .title{
	font-weight: bold;
	}

.waku1 .list th.date{
	text-align: center;
	width: 6em;
}
.waku1 .list td.title{
	font-weight: normal;
	}

.waku1 .list td.icon{
	margin: 2px 0;
	padding: 5px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width: 15% !important;
	}
	.waku1 .list td.icon img{
	width: 45px !important;
	}
.waku1 .list td.photo{
	text-align: right;
	vertical-align:middle;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	width:110px;
	}
.waku1 .list td.photo .topphoto{
	width:120px;
	height:70px;
	overflow:hidden;
	margin-left:5px;
 }

.waku1 .list td.photo .topphoto img{
 }



.content .waku1 .comment h4 {
	margin-right: 0;
	margin-left: 0;
	font-size:120%;
	font-weight:bold;	
}
.content .waku1 .comment h5 {
	margin-right: 0;
	margin-left: 0;
	padding-right: 0;
	padding-left: 0;
}


h3.top-message{
	color: #630;
	text-shadow:#ccc 1px 1px 2px;
	padding-top:0;
	font-size:125%;
	font-weight:normal;
}


.content table{
	width:97%;
	margin: 5px;
}

.content table th{
	width:auto;
	font-size:90%;
	display:block;
}
.content table td{
	display:block;
}
.content table.nochange{
	width:97%;
	margin: 5px;
}

.content table.nochange th{
	width:auto;
	display: table-cell;
	white-space: normal;
	font-size: 80%;
	padding:0 0 0 0;
}
.content table.nochange td{
	display: table-cell;
	font-size: 90%;
}
/* お問い合わせ
---------------------------------------------*/
.contact {
	text-align: left;
	margin: 5px;
}
.contact p {
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5;
}
.contact table {
	width:97%;
	margin: 5px;
	border-collapse: collapse;
}
.contact td label{
	font-weight:bold;
}
.contact input{
	border: 1px solid #BBBBBB;
	padding: 5px;
	margin-bottom: 2px;
	font-size: 100%;
}

.contact input.text{
	width: 235px;
}
.contact input.text2{
	width: 120px;
}
.contact input.text3{
	width: 60px;
}
.contact textarea{
	border: 1px solid #BBBBBB;
	padding: 5px;
	width: 235px;
	font-size: 100%;
}



/*右バッジ*/
.badgelist{
	display:none;
}

/*表示非表示*/
.disp1{
	display:none;
}
.disp2{
	display:block;
}
.disp3{
    display: none;
}
.disp4{
	display:block;
}

/*写真*/

.floatRight {
	float: none;
	text-align:center;
}

.floatLeft {
	float: none;
	text-align:center;
}	

.waku1 img{
	float: none!important;
	width:90%;
	height:auto;
}

.waku1 pre{
	word-wrap: break-word!important;
}

/* 本日のメニュー
---------------------------------------------*/

.menuLeft{
	float: none;
	width:95%;
	margin:5px 2px 5px 2px;
	padding:5px;
}

.menuLeft h4{
	margin: 10px 10px 0 10px;
}
.menuRight{
	float: none;
	width:95%;
	margin:5px 2px 5px 2px;
	padding:5px;
}
.menuRight h4{
	margin: 10px 10px 0 10px;
}

/* 上部横ナビゲーション3画像ボタン
---------------------------------------------*/

.globalNavimg table td .menu-photo{
	padding: 1px;
	margin: 0;
	width: 60px;
	height:60px;
	overflow:hidden;
}


    img.top-banner{
    width:80%;
}

	
}


@media only screen and (max-width: 480px) {
	
.plist {
	padding-top:0;
}


.disp5{
    display: block;
}

 
  
h3.top-message{
	color: #630;
	text-shadow:#ccc 1px 1px 2px;
	padding-top:0;
	font-size:105%;
	font-weight:normal;
}


.waku1 .list th.date{
	text-align:center;
	margin: 0 0;
	padding: 0 0 0 0;
	width: 6em;
	}
.waku1 .list th.date .date{
	text-align:center;
	margin: 2px 2px;
	padding: 2px;
	width: 4em;
	}
	
	.waku1 .list th.date .date .day{
	color: #666;
	font-size: 100%;
	text-shadow:none;
	padding:0 0 2px 0;
	font-weight: bold;
	line-height:100%;
	text-align: center;
}
.waku1 .list td.title{
	font-size:100%;
	width:auto;
	font-weight:normal;
	}
.waku1 .list td.icon{
	margin: 0 0;
	padding: 2px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 0px;
	border-right: 0px;
	width:auto;
	}
img.logo{
	width:250px;
}

/*all*/
	    #wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	    }
		
/* 右to pagetop 固定 */ 
.gotop{
    position: fixed;
	bottom: 60px!important;
	right: 5px;
}
.gotop a{
	display:block;
	width: 55px;
	height: 45px;
	padding:5px 0;
	text-align:center;
	font-size: 70%;
	-moz-border-radius:40px 40px;
	border-radius:40px 40px;
	-moz-box-shadow:gray 0 0 3px 1px;
	-webkit-box-shadow:gray 0 0 3px 1px;
	box-shadow:gray 0 0 3px 1px;
	color: #FFF;
}

    img.top-banner{
    width:70%;
}
    
}


.content .waku1 .comment {
	word-break: break-all;
}

/* #staff
--------------------------- */
p.staffonly{
	text-align:right;
}
p.staffonly a{
	padding:3px;
	text-decoration:none;
	color:#BBB;
}







@media print {
	    #wrap {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: visible;
	    }

	}


.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul,
.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../img/prev.png);
    background-color: hsla(0,0%,100%,0.70);
}
.slider_next {
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../img/next.png);
    background-color: hsla(0,0%,100%,0.70);
}

.pagination {
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
	opacity: 0.5;
}

.pagination a {
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
	overflow: hidden;
	background: #666;
}
.pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 100!important;
	opacity: 0.5!important;
}


/* =======================================
	ClearFixElements
======================================= */
.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
}



/* シェアボタン */
.share {
	margin-top: 40px;
	clear: both;
}
.share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.share li a {
	display: block;
	text-align: center;
	padding: 10px 5px;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}
.share li a:hover {
	opacity: 0.8;
}
.share ul:after {
	content: "";
	display: block;
	clear: both;
}
.share li {
	float: left;
	width: 33.3%;
}
.share-tw {
	background-color: #55acee;
	height:40px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/TwitterLogo_white.png);
}
.share-fb {
	background-color: #3b5998;
	height:40px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/FB-fLogo.png);
}
.share-gp {
	background-color: #dd4b39;
}
.share-hb {
	background-color: #2c6ebd;
}
.share-ln {
	background-color: #00B901;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/LINE_Icon.png);
}

 @media (max-width: 599px) {
.share span {
	display: inline-block;
	text-indent: -9999px;
}
.share li a {
	padding: 8px 10px;
}
i.fa-Line {
	
}
}



/*
サムネイルクリックで画像切り替え
*/

.main-ms1,
.main-ms1 li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-ms1 {
  margin-bottom: 6px;
}
.main-ms1 li {
  width: 100%;
	height:auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-ms1 li img {
  width: 90%;
  padding:3px;
	border:1px solid #CCC;
}
.main-ms1 li img.tate {
  width: 50%;
}

@media screen and (max-width:960px){
	.main-ms1 li {
  width: 80%;
	height:auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-ms1 li img.tate {
  width: 60%;
}
}


@media screen and (max-width:480px)  {
	.main-ms1 li {
  width: 100%;
	height:auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.main-ms1 li img.tate {
  width: 70%;
}
}

.main-ms1 li.item2,
.main-ms1 li.item3,
.main-ms1 li.item4,
.main-ms1 li.item5,
.main-ms1 li.item6,
.main-ms1 li.item7,
.main-ms1 li.item8{
  display: none;
}
.main-ms1 li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
.thumb-ms1,
.thumb-ms1 li {
  margin:0;
  padding: 0;
  list-style: none;
}
.thumb-ms1 li {
  display: inline-block;
  width: 20%;
	height:auto;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
	margin-bottom: 4px;
}
.thumb-ms1 li img {
  width: 95%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.thumb-ms1 li:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}





.content .gallery{
text-align:center;
}

.content .gallery ul li{
float:left;
width: 18%;
margin: 5px 1%;
padding:0;
}
.content .gallery ul li p{
text-align:center;
margin:0;
padding:0;
width: 100%;
font-size:90%;
line-height: 1.2;
}


.content .gallery ul li img{
	margin: 0;
	padding:3px;
	border:#DDDDDD 1px solid;
	width: 100%;
	height: 150px;
	object-fit: cover; 
}

.content #right_contents .gallery{
text-align:center;
	margin: 15px 0 15px 0;
	padding: 10px;
	border: #ccc solid 1px;
	background-color: #FFF;
	border-radius: 10px;
}

.content #right_contents .gallery ul li{
float:left;
width: 29%;
margin: 5px 5px 0 5px;
padding:0;
}
.content #right_contents .gallery ul li img{
	margin: 0;
	padding:3px;
	border:#DDDDDD 1px solid;
	width: 100%;
	height: 70px;
	object-fit: cover; 
}

/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {

.content .gallery{
margin: 10px 10px 10px 10px;
padding: 10px 5px 10px 5px;
}
.content .gallery ul li{
float:left;
width: 29%;
margin: 5px 2% 0 2%;
padding:0;
}

.content .gallery ul li img{
	margin: 0;
	padding:3px;
	border:#DDDDDD 1px solid;
	width: 100%;
	height: 150px;
	object-fit: cover; 
}

.content #right_contents .gallery ul li img{
	margin: 0;
	padding:3px;
	border:#DDDDDD 1px solid;
	width: 100%;
	height: 150px;
	object-fit: cover; 
}
}

@media screen and (max-width:480px)  {

.content .gallery ul li{
float:left;
width: 28%;
margin: 5px;
padding:0;
}

.content .gallery ul li img{
	margin: 5px;
	padding:3px;
	border:#DDDDDD 1px solid;
	width: 100%;
	height: 100px;
	object-fit: cover; 
}
.content #right_contents .gallery ul li img{
	margin: 5px;
	padding:3px;
	border:#DDDDDD 1px solid;
	width: 100%;
	height: 100px;
	object-fit: cover; 
}
}




table.illust td{
	width:25%;
}
table.illust td img{
	width:100%;
}

table.illust td a:hover{
	text-decoration: none;
}


@media screen and (max-width:639px) {
	table.illust td{
	width:auto;
		padding-bottom: 20px;
		border-bottom: 2px dotted #492a17;
}
table.illust td img{
	width:75%;
}
}

.content .detail {
	padding:5px;
}
.content .detail ul {
	margin: 0;
}
.content .detail ul li {
	float:left;
	padding:5px 0;
	margin: 0 1%;
	width: 23%;
	list-style: none;
	text-align: center;
	border-radius: 30px;
	background-color:#35CAFF;
	font-size: 110%;
	line-height: 1.2em;
}
.content .detail li a {color: #630;
	font-weight: bold;
}

@media screen and (max-width:480px)  {
	.content .detail ul li{
	font-size: 100%;
	}
}



/* SNSボタン */
.container {
  position: relative;
	text-align: center;
}

.sns_btn {
  display: inline-block;
  color: #fff;
  height: 50px;
  width: 50px;
  // text-align: center;
  // clear:both;
  // white-space:nowrap;
  font-size: 1.5em;
  border-radius:1.5em;
  box-shadow: 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.35);
  margin:0.2em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}

.sns_btn2 {
  display: inline-block;
  color: #fff;
  height: 40px;
  width: 40px;
  // text-align: center;
  // clear:both;
  // white-space:nowrap;
  font-size: 1.5em;
  border-radius:1.5em;
  box-shadow: 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.35);
  margin:0.2em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}


.sns_btn i img{
	width:30px;
	height:30px;
}

.btn_facebook {
  background: #1379F3;}

.btn_twitter {
  background: #000;}

.btn_line {
    background-color: #04C505;}
.btn_insta {
    background-color: #FFF;}
.btn_insta i img{
	padding:10px;
}
.btn_line i img{
	padding:10px;
}
.btn_facebook i img{
	padding:7px 10px 13px 10px;
}
.btn_twitter i img{
	padding:15px;
	width:20px;
	height:20px;
}


.sns_btn2 i img{
	width:30px;
	height:30px;
}
.sns_btn2.btn_insta i img{
	padding:5px;
}
.sns_btn2.btn_line i img{
	padding:5px;
}
.sns_btn2.btn_facebook i img{
	padding:3px 5px;
}
.sns_btn2.btn_twitter i img{
	padding:10px 0 ;
	width:20px;
	height:20px;
}

/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
.sns_btn {
  margin:0.3em;
}
}
/*==========================================
 〜480
===========================================*/
@media only screen and (max-width: 640px){
.sns_btn {
  display: inline-block;
  color: #fff;
  height: 40px;
  width: 40px;
  // text-align: center;
  // clear:both;
  // white-space:nowrap;
  font-size: 1.5em;
  border-radius:1em;
  box-shadow: 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.35);
  margin:0.2em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}

.sns_btn2 {
  display: inline-block;
  color: #fff;
  height: 30px;
  width: 30px;
  // text-align: center;
  // clear:both;
  // white-space:nowrap;
  font-size: 1.5em;
  border-radius:1.5em;
  box-shadow: 0 0.1em 0.2em 0 rgba(0, 0, 0, 0.35);
  margin:0.2em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
}


.sns_btn i img{
	width:20px;
	height:20px;
}

.btn_twitter i img{
	padding:10px;
	width:20px;
	height:20px;
}

.sns_btn2 i img{
	width:20px;
	height:20px;
}
.sns_btn2.btn_insta i img{
	padding:5px;
}
.sns_btn2.btn_line i img{
	padding:5px;
}
.sns_btn2.btn_facebook i img{
	padding:3px 5px;
}
.sns_btn2.btn_twitter i img{
	padding:5px;
	width:15px;
	height:15px;
}


}





.snsline{
	width:100%;
}
.content .snsline h4{
	margin: 10px 0 10px 0;
	padding: 5px 5px;
	font-size: 150%;
	font-weight:normal;
    color: #00139D;
    line-height: 1.2;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #00139D;
}
.snsline .floatLeft{
	width:50%;
	height:auto;
}
.snsline .floatRight{
	width:50%;
	height:auto;
}

/*==========================================
 〜807
===========================================*/
@media screen and (max-width:947px) {
	.snsline .floatLeft{
	width:100%;
}
.snsline .floatRight{
	width:100%;
}
.content .snsline h4{
	margin: 10px 0 10px 0;
	padding: 5px 5px;
	}
}


/*==========================================
 〜480
===========================================*/
@media only screen and (max-width: 640px){
	.snsline .floatLeft{
	width:100%;
}
.snsline .floatRight{
	width:100%;
}
.content .snsline h4{
	margin: 10px 0 10px 0;
	padding: 5px 5px;
	}
}
