/* 共通項目 */ 

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

body {
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	line-height: 1.7;
	font-family:"游ゴシック", Verdana,  "メイリオ", Meiryo, "Rounded Mplus 1c", YuGothic,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",sans-serif;
	background-color: #FFF;
	color: #351010;
	}
#wrap {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
}
img {
	border:0;
}

a {
	color: #5F0000;
	text-decoration: underline;
}
a:hover {
    color: #F75858;
    text-decoration: underline;
}



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

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

.skip {
	display: none;
}

.media1 {
	display: none;
}

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

.indent {
	margin: 5px 15px 15px 15px;
}
/*==========================================
 ～480
===========================================*/
@media only screen and (max-width: 480px){
	
.indent {
	margin: 5px 5px 5px 5px;
}
}

.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: #F06;
	font-weight: bold;
}


.attention{
	color: #FA3535;
}


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


.blue{
	color: #26408B;
}


.green{
	color: #1F863D;
}
.text-s{
	font-size: 85%;
}


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

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

.text-ll{
	font-size: 140%;
}
.photo {
	margin: 5px;
	padding: 0;
	border:#DDDDDD 1px solid;
}

.photo-left {
	margin: 5px 5px 5px 0;
	padding: 0;
	border:#DDDDDD 1px solid;
}
.photo-right {
	margin: 5px 0 5px 5px;
	padding: 0;
	border:#DDDDDD 1px solid;
}

/* アニメーション */ 
.animate{
	
}
.animate-box{
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1s;
 -ms-animation-duration:1s;
 animation-duration:1s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
	
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


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

.disp4{
	display:none;
}

/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
    /*表示非表示*/
.disp1{
	display:none;
}
.disp2{
	display:block;
}

.disp4{
	display:none;
}
}

/*==========================================
 ～480
===========================================*/
@media only screen and (max-width: 480px){
    
.floatRight {
	float: none;
    display: block;
    margin:auto;
    text-align: center;
}

.floatLeft {
	float: none;
    display: block;
    margin:auto;
}
img.floatRight::after, img.floatLeft::after{
        content: "\A";
    white-space: pre;}
    
img.floatLeft.photo-left {
	margin: 5px 5px 10px 5px;
	padding: 0;
	border:#DDDDDD 1px solid;
    margin:auto !important;
    text-align: center;
}
img.floatRight.photo-right {
	margin: 5px 5px 10px 5px;
	padding: 0;
	border:#DDDDDD 1px solid;
    width:80%;
    margin:auto !important;
    text-align: center;
}
}

/*==========================================
 ～640
===========================================*/
@media only screen and (max-width: 640px){
    

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

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

}

/*表示非表示*/
@media only screen and (max-width: 639px){
.disp1{
	display:none;
}
.disp2{
	display:block;
}

.disp4{
	display:block;
}
    
        
}



/* サイトの全体像 */ 
#wrapper1{
	width: 100%;
	margin:0px;
	padding:0px;
	text-align: center;
}
.wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
	background-color:#FFF;
}
.wrapper-header{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
    background-color:#8FD3F5; 
    height:100px;
	margin-bottom:7px;
}


/* ヘッダ */
#header{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 1000px;
    background-color:#8FD3F5; 
    height:100px;
}
 #header h2 {
	margin:20px 10px 10px 10px;
	padding: 0;
	float:left;	color: #541D09;
    text-align: left;
     line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: normal;
    font-size: 160%;
}
#header h2 a {	color: #541D09;
    text-decoration: none;
}
#header h2 a img {
    padding:3px 10px 0 0;
    margin:0;
    vertical-align: middle;
    width: 320px;
}
#header_text{
	margin:53px 0 8px 15px;
	padding:0;
	vertical-align:middle;
	text-align:left;
	font-size: 100%;
	float:left;	color: #541D09;
    letter-spacing: 0em;
}
#header_text2{
	font-size: 90%;
    letter-spacing: 0em;
	text-align:right;   
}

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

#header .access .button{
    margin: 10px 0 10px 0;
}
#header .access .button a{
    background: #B3CCF5;
    padding: 5px 30px;
    text-align: center;
}
#header .access .button a:hover{
    background: #5E93FE;	color: #541D09;
}

#header .access a{
    text-decoration: none;
    
}
#header_image{
	margin:0px;
}
.top-messsage{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 1000px;
	}
.top-messsage .cont{
	margin:30px 0 0 0;
	z-index: 98;
	font-size: 40px;
	color:#333;
	width: 1000px;
	text-align: center;
	position: absolute;
	letter-spacing: 0.3em;
	opacity: 0.5;
}
#contents{
	margin:0px;
	padding:0 0 0 0;
}



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

    
    .wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
	background-color:#FFF;
}
 
.wrapper-header{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
    background-color:#8FD3F5; 
    height:150px;
}

/* ヘッダ */
#header{
	width:100%; 
	margin:0 0 10px 0;
	padding:10px 0 10px 0;
	height:auto;
    font-size: 90%;
}
#header h2 {
	margin:0;
	padding: 0;
	float:none;
	text-align:center;
}
#header h2 a {
    font-size: 100%;
}
#header h2 a img {
    padding:3px 0 3px 0;
}
#header_text{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	text-align:center;
	font-size: 95%;
	float:none;
}
    #header_text2{
	text-align:center;   
}


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

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


.top-messsage{
	margin:0px 0px;
	margin-top:0px;
	width: 100%;
	}
.top-messsage .cont{
	margin:30px 0 0 0;
	z-index: 98;
	font-size: 40px;
	color:#333;
	width: 100%;
	text-align: center;
	position: absolute;
	letter-spacing: 0.3em;
	opacity: 0.5;
}
#contents{
	margin:0px;
	padding:0 0 0 0;
}
}
/*==========================================
 スマホ 〜480
===========================================*/
@media screen and (max-width:639px) {
    
        
    .wrapper2{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
	background-color:#FFF;
}
    
.wrapper-header{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
	text-align: center;
    background-color:#8FD3F5; 
	height:auto;
} 
 
/* ヘッダ */
#header{
	width:100%; 
	margin:0px;
	padding:5px 0 10px 0;
	height:auto;
}
 #header h2 {
	margin:0;
	padding: 0;
	float:none;
}
#header h2 a {
    font-size: 90%;
}
#header h2 a img {
    padding:3px 0 3px 0;
    margin:0;
    vertical-align: middle;
    width: 280px;
}
#header_text{
	margin:0 0 0 0;
	padding:0 0 5px 0;
	vertical-align: text-top;
	text-align:center;
	font-size: 95%;
	float:none;
}
    #header_text2{
	font-size: 88%;
	text-align:center;   
}

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

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

.top-messsage .cont{
	margin:15px 0 0 0;
	z-index: 98;
	font-size: 28px;
	color:#333;
	width: 100%;
	text-align: center;
	position: absolute;
	letter-spacing: 0em;
	opacity: 0.5;
}
#contents{
	margin:0px;
	padding:0 0 0 0;
}
}



/* フッタ */ 


#footer{
    color: #3D1000;
	margin: 0;
	padding: 0;
	/*background-color: rgba(222,231,181,0.60);*/
}
#footer2{
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	margin-top: 0px;
	width: 100%;
	font-size: 100%;
	height: auto;
	background-color: #fff;
	padding: 15px 0;
    border-top:#8FD3F5 solid 15px;
}
#footer2 p{
	font-size: 100%;
}

#footer_menu{
text-align:center;
padding: 15px;
	margin:0px;
}
#footer a {
}

#footer a:hover {
}



/* 上部横ナビゲーション
---------------------------------------------*/

#globalNav{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
    width:100%;
	height:50px;
	background-color:#FFF; 
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
	z-index:998;
}
#toggle{
  display: none;
}

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


#menu ul {
	margin: 0;
}


#menu li {
	width:110px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	background-color:#FFF;
	height:50px;
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
}

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

#menu li.last{
	width: 0;
	border-right: #fff solid 0px;
}



#menu li a {
	width: auto;	color: #541D09;
	font-size: 13px;
	padding: 14px 0 15px 0;
	text-decoration: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
}

#menu li a.br {
	line-height:1.2;
	padding: 11px 0 11px 0;
}
#menu li a:hover {
	background-color: #8FD3F5;	color: #541D09;
	padding: 14px 0 15px 0;
}

#menu li a:hover.br {
	background-color: #8FD3F5;	color: #541D09;
	padding: 11px 0 11px 0;
}


#menu li a.hover {
	background-color: #F6BCB0;	color: #541D09;
}



#menu li ul.submenu{
	position:absolute;
	width:auto;
	z-index:14;
}
#menu li.last ul.submenu{
}
#menu li ul.submenu li{
	display:none;
	height: 0;
	border-left: 0px;
	border-right: 0px;
}
#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;
	border-left: 0px;
	border-right: 0px;
	-moz-box-shadow:#AAA 2px 2px 8px 0;
	-webkit-box-shadow:#AAA 2px 2px 8px 0;
	box-shadow:#AAA 2px 2px 8px 0;
}

#menu li ul.submenu li a{
	font-size: 12px;
	width: 100%;
	padding: 10px 10px;
	text-decoration: none;
	background-image: none;
	text-align: left;
	background-color: #C3E2F2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}

#menu li ul.submenu li a:hover{
	width: 100%;
	padding: 10px 10px;
	background-image: none;
	background-color: #8FD3F5;
    color: #541D09;
}


/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
	
#toggle{
	display: block;
	position: relative;
	z-index: 99;
	width: 100%;
	background-color: #F6BCB0;
	margin-bottom: 0;
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
	margin-top:5px;
}
#toggle a{
  display: block;
  position: relative;
  padding: 10px 0 10px;	color: #541D09;
  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: #F6BCB0;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
  
  #menu{
	position: fixed;
	top: 0;
	left: -240px;
	width: 240px;
	height: 99%;
    background: #FFF;
	border-bottom: 0px;
	overflow:scroll;
	-moz-box-shadow:#AAA 0px 0px 4px;
	-webkit-box-shadow:#AAA 0px 0px 4px;
	box-shadow:#AAA 0px 0px 4px;
	z-index:100;
  } 
  
#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:90%;
	background-image: none;
	border-bottom: 0px solid #666;
	position:static;
	text-align:left;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

#menu li.top{
	border-left: 0px;
	text-align:right !important;	color: #541D09;
	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: 0px;
}

#menu li a{
	margin: 0;
	width:auto;
	padding:10px 0 10px 10px !important;
	display:block;
	font-size: 100%;	color: #541D09;
	text-decoration: none;
	text-shadow: none;
	background-color:#fff;
	background-image: none;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom: 1px solid #333;
	border-left: 5px solid #F6BCB0;
}
#menu li a br{
	display:none;
}
#menu li a:hover {
	margin: 0;
	padding:10px 0 10px 15px !important;
	background-image: none;
	text-shadow: none;
	background-color:#F6BCB0;	color: #541D09;
	background-image: none;
}
 #menu li a:hover.br {
	background-color:#F6BCB0;	color: #541D09;
}

#menu li a.hover {
	margin: 0;
	padding:10px 0 10px 15px !important;
	background-image: none;
	text-shadow: none;
	background-color:#F6BCB0;	color: #541D09;
	background-image: none;
}

#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-right: 0px;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	width:100%;
	border-bottom: 1px solid #666;
	border-left: 5px solid #F6BCB0;
	font-size: 90%;
}

#menu li:hover ul.submenu li{
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-left: 10px solid #F6BCB0;
}

#menu li ul.submenu li a{
	width: auto;
	overflow: auto;
	display: block;
	position: static;
	padding:7px 0 7px 20px !important;
	text-decoration: none;
	background-image: none;
	text-align: left;
	background-color:#F7DBEB;	color: #541D09;
	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:7px 0 7px 30px !important;
	background-image: none;
	text-shadow: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
	background-color:#F6BCB0;	color: #541D09;
}
	#menu li ul.submenu li a.color{
	background-color: #F7DBE7;
}

#menu li ul.submenu li a:hover{
	width: 100%;
	padding: 10px 10px;
	background-image: none;
	background-color:#F6BCB0;	color: #541D09;
}
}



/* メイン */ 
#main{
	padding: 0;
	/*background-color: rgba(255,255,255,0.40);*/
}

#main_contents{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 1000px;
    background-color:#FFF; 
}
/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
#main_contents{
	margin-left:auto;
	margin-right:auto;
	margin:0px auto;
	margin-top:0px;
	width: 100%;
    background-color:#FFF; 
}
}


/* 右コンテンツ */ 
#right_contents{
	float:right;
	margin:-10px 15px 15px 0;
	width:270px;
	padding:0 0 0 0;
	vertical-align: text-top;
}
* html #right_contents{
	margin:-10px 5px 15px 0;
	width:270px;
	padding:0 0 0 0;
	vertical-align: text-top;
}


/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
	#right_contents{
	float: none;
	margin:10px 10px 10px 10px;
	width:100%;
	padding:0 0 0 0;
	vertical-align: text-top;
}
* html #right_contents{
	margin:10px 10px 10px 10px;
	width:100%;
	padding:0 0 0 0;
	vertical-align: text-top;
}
}

#right_contents h3{
	margin: 0;
	padding:5px 0;
	font-size: 130%;
	color: #666;
}
#right_contents h3.linkbutton{
    font-size: 90% !important;
}


#right_contents hr{
	margin: 10px 0;
}
#right_contents .guidebook{
	margin:10px 10px;
	padding:15px 10px;
	text-align:center;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
	box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
}
#right_contents .guidebook h4{
    font-size: 95%;
    margin: 0 0 10px 0;
    padding: 0 5px;
    font-weight: normal;	color: #541D09;
    background-color: #19A290;
    -webkit-box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
    box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
}
#right_contents .guidebook p{
	font-size: 85%;
	line-height:1.3;
}
#right_contents .line{
	margin:10px 10px;
	padding:15px 10px;
	text-align:center;
	background-color:#1ABC03;
	-webkit-box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
	box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);	color: #541D09;
}
#right_contents .line h4{
    font-size: 95%;
    margin: 0 0 10px 0;
    padding: 0 5px;
    font-weight: normal;	color: #541D09;
    background-color: #FFF;
    -webkit-box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
    box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
}
#right_contents .line p{
	font-size: 85%;
	line-height:1.3;
}
#right_contents .line img{margin:10px;}
#right_contents .banner{
	margin:10px 5px;
	text-align:center;
}
#right_contents .banner table{
	margin:0;
	padding:0;
	text-align:left;
	width:260px;
}
#right_contents .banner th{
	padding:0;
}
#right_contents .banner td{
	padding:5px;
}
#right_contents .banner td a {
	color: #777;
	text-decoration: none;
}

#right_contents .banner td a:hover {
	color: #777;
	text-decoration: underline;
}


#right_contents .googlebox table{
    margin: 5px !important;
    padding:0px !important;
    }

#right_contents .toi{
	color: #066;
	text-align:right;
	background-color: #D6EEEC;
	margin:10px 7px 20px 7px;
	padding:5px 10px 10px 10px;
	line-height: 120%;
	-moz-box-shadow:gray 0 0 5px 1px;
	-webkit-box-shadow:gray 0 0 5px 1px;
	box-shadow:gray 0 0 5px 1px;
}
#right_contents .toi h3{
	color: #066;
	text-align:left;
	line-height: 140%;
}

#right_contents .member-login{
	color: #52AB9E;
	text-align:right;
	background-color: #D6EEEC;
	margin:10px 7px 20px 7px;
	padding:3px 10px 3px 10px;
	line-height: 120%;
	-moz-box-shadow:#ccc 0 0 3px 1px;
	-webkit-box-shadow:#ccc 0 0 3px 1px;
	box-shadow:#ccc 0 0 3px 1px;
	border: double 5px #52AB9E;
	background: linear-gradient(#E9FFFF, #D6EEEC);
}
#right_contents .member-login h3{
	color: #066;
	text-align:center;
	line-height: 120%;
	font-weight:bold;
	text-shadow:#FFF 1px 1px;
}

#right_contents .member-login h3 a{
	text-decoration:none;
}


#right_contents .member-in{
	color: #903;
	text-align:right;
	background-color: #F3E4E9;
	margin:10px 7px 20px 7px;
	padding:3px 10px 3px 10px;
	line-height: 120%;
	-moz-box-shadow:#ccc 0 0 3px 1px;
	-webkit-box-shadow:#ccc 0 0 3px 1px;
	box-shadow:#ccc 0 0 3px 1px;
	border: 5px double #D22666;
	background: linear-gradient(#F3E4E9, #FFFFFF);
}
#right_contents .member-in h3{
	text-align:center;
	line-height: 120%;
	font-weight:bold;
	text-shadow:#FFF 1px 1px;
}

#right_contents .member-in h3 a{
	color: #903;
	text-decoration:none;
}
#right_contents .member-in h3 a:hover {
	color: #F39;
	text-decoration:none;
}


#right_contents .facebook{	color: #541D09;
	text-align:center;
	background-color: #3B579D;
	margin:10px 7px 20px 7px;
	padding:8px 10px 5px 10px;
	line-height: 120%;
	-moz-box-shadow:#ccc 0 0 3px 1px;
	-webkit-box-shadow:#ccc 0 0 3px 1px;
	box-shadow:#ccc 0 0 3px 1px;
}
#right_contents .twitter{
	margin:10px 10px;
	padding:15px 10px;
	background-color:#FFFFFF;
	-moz-box-shadow:gray 0px 1px 3px;
	-webkit-box-shadow:gray 0px 1px 3px;
	box-shadow:gray 0px 1px 3px;
}

#right_contents img.banner{
	margin:0 10px 10px 10px;
	-moz-box-shadow:gray 0px 1px 3px;
	-webkit-box-shadow:gray 0px 1px 3px;
	box-shadow:gray 0px 1px 3px;
}

#right_contents .side-waku{
	margin:10px 10px;
	padding:10px 5px;
	background-color:#FFF;
	border: solid 1px #BBB;
}
#right_contents .side-waku .map img{
    width:230px;
}


/* 左コンテンツ */ 


#left_contents-top {
	float: none;
	margin:10px 10px 15px 10px;
	width:100%;
	padding:0;
	text-align: left;
}

#left_contents {
	float: none;
	margin:10px 10px 15px 10px;
	width:100%;
	padding:0;
	text-align: left;
}

* html #left_contents-top {
	margin:10px 10px 15px 10px;
	width:100%;
	padding:0;
	text-align: left;
}
* html #left_contents {
	margin:10px 10px 15px 10px;
	width:100%;
	padding:0;
	text-align: left;
}
#right_contents .side-waku{
    padding:10px 20px 10px 20px;
}
#right_contents .side-waku .map img{
    width:350px;
}
#right_contents h3.linkbutton{
    font-size: 115% !important;
}


/*==========================================
 ～640
===========================================*/
@media screen and (max-width:640px) {
#right_contents h3.linkbutton{
    font-size: 90% !important;
}
#right_contents .side-waku .map img{
    width:260px;
}

}

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


.plist {
	font-size: 75%;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0.1em;
	padding: 5px 0 0 0;
	float: left;
}
.plist ul{
	margin: 0;
	padding:0;
	border: 0px;
}

*html .plist ul{
	padding:0;
	border: 0px;
}
*:first-child+html .plist ul{
	padding:0;
	border: 0px;
}
.plist li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 0;
}

/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
	.plist {
	font-size: 75%;
	color: #666666;
	font-weight: normal;
	letter-spacing: 0em;
	padding: 5px 0 0 0;
	float: left;
}

}

/* content
---------------------------------------------*/

.content{
}
	.waku{
	margin: 15px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	text-align:left;
	border: solid 1px #BBB;
}


.content h2{
	margin: 15px 0 0 0;
	padding: 10px 15px;
	font-size: 160%;
    color: #541D09;
    background-color: #A4D9F4;
    -webkit-box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
    box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
    line-height: 1.2;
	letter-spacing: 0.1em;
}
.content h3{
	margin: 5px 0px 20px 0px;
	padding: 5px 5px 0 5px;
	font-size: 210%;
    color: #853838;
	text-shadow: #999 1px 1px 1px;
	letter-spacing: 0.1em;
    line-height: 1.2;
    border-bottom: solid 2px #853838;
    font-weight: normal;
}


.content h4{
	margin: 15px 0 0 0;
	padding: 5px 15px;
	font-size: 150%;
	font-weight:normal;
    color: #471300;
    background-color: #AEDFF1;
    -webkit-box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
    box-shadow: 0px 1px 4px hsla(0,0%,0%,0.31);
    line-height: 1.2;
	letter-spacing: 0.1em;
    border-radius: 10px;
}
.content h4 a{	color: #541D09;
	text-decoration: none;
}
.content h4 a:hover {	color: #541D09;
    text-decoration: underline;
}
.content h5{
	font-size: 105%;
	padding: 5px 0 0 0;
	font-weight:bold;
	color:#003F98;
}


.content .date{
	font-size: 100%;
	padding:5px 10px;
	text-align:right;
}
.content p{
	margin:5px 0;
}
.content .topcomment p{
	font-size: 110%;
}
.content .comment{
	font-size: 100%;
	margin:10px;
}
.content .comment .indent{
	line-height: 2.0
}

.content .comment h2{
	margin: 15px 0px 15px 0px;
	padding: 5px 0 0 0;
	font-size: 175%;
	color: #1A6AD0;
	text-shadow: #999 1px 1px 1px;
	letter-spacing: 0.1em;
    line-height: 1.2;
    border-bottom: solid 2px #1A6AD0;
    font-weight: normal;
	background-image: none;
}

.content .comment h3{
	margin: 15px 0px 15px 0px;
	padding: 5px 5px 0 5px;
	font-size: 165%;
	color: #1D95EA;
	text-shadow: #999 1px 1px 1px;
	letter-spacing: 0.1em;
    line-height: 1.2;
    border-bottom: solid 2px #1D95EA;
    font-weight: normal;
	background-image: none;
}


.content .comment h4{
	margin: 15px 0 0 0;
	padding: 5px 15px;
	font-size: 140%;
	font-weight:normal;
	background-image: none;
}
.box-green h4{
    background-color: #87BD43;
}
.box-orange h4{
    background-color: #F1AA3F;
}
.box-pink h4{
    background-color: #F6BCB0;
}
.box-blue h4{
    background-color: #20A1D2;
}

.content .comment h5{
	font-size: 120%;
	padding: 5px 0 0 0;
	font-weight:bold;
    text-decoration: underline;
}

.content .comment p{
	margin: 10px 15px;
}

.content .comment hr{
	margin: 10px 0;
}

.content .comment ul {
	margin:10px 10px 10px 40px;
    padding-left:-10px;
}

.content .comment ul li ul{
	margin:5px 10px 5px 10px;
    padding-left:-20px;
}

/*==========================================
 ～480
===========================================*/
@media only screen and (max-width: 640px){
    
	.waku{
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #FFF;
	text-align:left;
	border: solid 1px #BBB;
}


.content h2{
	margin: 15px 0 0 0;
	padding: 10px 15px;
	font-size: 140%;
	letter-spacing: 0em;
}
.content h3{
	margin: 5px 0px 15px 0px;
	padding: 5px 5px 0 5px;
	font-size: 180%;
	letter-spacing: 0em;
}


.content h4{
	margin: 15px 0 0 0;
	padding: 5px 15px;
	font-size: 120%;
	letter-spacing: 0em;
    border-radius: 10px;
}
.content h5{
	font-size: 100%;
	padding: 5px 0 0 0;
}


.content .date{
	font-size: 90%;
	padding:5px 10px;
	text-align:right;
}
.content .topcomment p{
	font-size: 100%;
}
.content .comment{
	font-size: 100%;
	margin:10px;
}
.content .comment .indent{
	line-height: 2.0
}

.content .comment h2{
	margin: 15px 0px 15px 0px;
	padding: 5px 0 0 0;
	font-size: 140%;
	letter-spacing: 0em;
}

.content .comment h3{
	margin: 15px 0px 15px 0px;
	padding: 5px 5px 0 5px;
	font-size: 140%;
	letter-spacing: 0em;
}


.content .comment h4{
	margin: 15px 0 0 0;
	padding: 5px 15px;
	font-size: 120%;
}
.content .comment ul {
	margin:10px 10px 10px 10px;
    padding-left:-10px;
}

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



.box-green ul li{
    color: #87BD43;
}
.box-orange ul li{
    color: #F1AA3F;
}
.box-pink ul li{
    color: #F6BCB0;
}
.box-blue ul li{
    color: #20A1D2;
}

.content table{
	border-top: #AAA solid 1px;
	border-left: #AAA solid 1px;
	border-right: #AAA solid 1px;
	margin: 10px 0;
	padding: 0;
width:100%;
}
.content table caption{
	text-align:left;
	font-weight: bold;
	margin: 0;
}
.content table tr{
	border-bottom: #AAA solid 1px;
	padding: 5px 5px 5px 10px;
}
.content table th{
	margin: 0;
	padding: 5px 5px 5px 0;
	font-weight: normal;
	white-space: nowrap;
	font-size:13px;
	width:5em;
    vertical-align: top;
}
.content table td{
	margin: 0;
	padding: 5px 10px;
	border-left: #F6BCB0 solid 6px;
}
.content table td .title{
    font-size:120%;
    font-weight: normal;
}
/*ご利用案内*/

.content table.info td{
    width: 33%;
    text-align: center;
}

/*==========================================
 ～480
===========================================*/

@media only screen and (max-width: 480px){
    .content table td .title{
    font-size:100%;
    font-weight: normal;
}
    
}

/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
	.content table{
	width:97%;
	margin: 10px 0;
	}
.content table th{
	display:block;
	width:auto;
	border-right: none;
	margin: 0;
	padding: 5px 0 0 0;
	border-left: #F6BCB0 solid 6px;
}
.content table th.date{
    text-align: left;
	padding: 5px 0 0 5px;
}
.content table td{
	display:block;
	width:auto;
	padding: 5px 5px;
    text-align: left;
}
.comment ul li{
	margin-left: 20px;
}
    
    /*ご利用案内*/

.content table.info td{
    width: 97%;
    text-align: center;
}
}


.content ol{
	margin: 5px 10px 5px 25px;
}


.content .list ul{
	margin: 5px 10px 5px 25px;
}
.content .list ul li {
	list-style-type: none;
	margin: 3px 0 3px 0;
	padding: 8px 0 8px 20px;
	border-bottom: #AAA solid 1px;
	font-size: 150%;
	background-image: url(../img/dot1.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.content .act{
	font-size: 70%;
	background-color: #F0E1E6;
	padding: 0 5px;
	color: #666;
}


.content .other_b{
	margin: 5px 0;
}


.content .news .act{
	font-size: 100%;
}







/* フォーム
---------------------------------------------*/

form input{
	margin: 0px 2px 10px 2px;
	padding: 8px;
	font-size: 100%;
	border: 1px solid #CCCCCC;
}

form input.button{
	border: 0px;
	padding: 8px 10px;
	margin-bottom: 2px;
	font-size: 100%;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
	box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
}


form select{
	border: 1px solid #CCCCCC;
	padding: 8px;
	margin-bottom: 2px;
	font-size: 100%;
}
form input.text{
	width: 97%;
}
form input.text1{
	width: 210px;
}
form input.text2{
	width: 9em;
}
form input.text3{
	width: 60px;
}

form input.text4{
	width: 97%;
}

form textarea{
	border: 1px solid #CCCCCC;
	padding: 5px;
	font-size: 100%;
	width: 97%;
}

form input:focus {background-color: #FFEEEE !important;
}
form textarea:focus {background-color: #FFEEEE !important;
}



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

.sitemap{
	margin: 30px 20px 30px 80px;
	text-align: left;
	font-size:130%;
}



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

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

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

.sitemap dl{
	list-style-type: none;
	background: url(../img/dot-sitemap1.gif) left repeat-y;
	margin: 0 0 0 30px;
	padding-top: 10px;
}
.sitemap dt{
	list-style-type: none;
	padding-bottom: 10px;
	line-height: 1.3;
	padding-left: 50px;
	margin-top: 5px;
	background: url(../img/dot-sitemap.gif) left top no-repeat;
	font-size:90%;
}

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

*:first-child+html .sitemap dt{
	list-style-type: none;
	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 dt.sitemap2{
	background: url(../img/dot-sitemap2.gif) left bottom no-repeat;
}
* html .sitemap dt.sitemap2{
	background: url(../img/dot-sitemap2.gif) left top no-repeat;
}

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





img.photo {
	padding:5px;
}

img.photo-left {
	margin: 0 10px 10px 0;
}

img.photo-right {
	padding: 0 0 10px 10px;
}
img.border {
	padding: 0;
box-shadow: 0 2px 6px #999;	
margin:5px;
}

.board{
	margin: 10px 0;
    text-align: center;
}

.board img{
	padding:3px;
}
.board img.photo{
	width:45%;
	padding:3px;
    margin:3px;
}

/*==========================================
 ～480
===========================================*/
@media only screen and (max-width: 480px){
	

.board{
	margin: 7px 0;
    text-align: center;
}

.board img{
	padding:3px;
}
.board img.photo{
	width:75%;
	padding:3px;
    margin:3px;
}
	}

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

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

#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;
}
	
.slide td{
border: 0px;
}
.t-button{
top:20px;
}

table.bordernon{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
width:100%;
}

table.bordernon td{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}
table.bordernon th{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
}
table.bordernon td.date{
	width:5em;
}
table.bordernon td.title2{
	font-size:120%;
}
table.bordernon td.icon{
	text-align:right;
	width:100px;
}



/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
	table.bordernon td.date{
	width:auto;
}
table.bordernon td.icon{
	text-align:right;
	width:auto;
}
}


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


table.board-photo{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
margin: 5px 10px 20px 10px;
width:640px;
}

table.board-photo th{
	border-top: 0px;
	border-bottom: 0px;
	border-right: 0px;
	border-left: 0px;
	padding:3px;
	vertical-align:top;
	text-align:center;
	white-space: normal;
}
table.board-photo th img{
	margin:5px;
padding: 5px;
background-color:#FFF;
-moz-box-shadow:gray 1px 1px 2px 2px;
-webkit-box-shadow:gray 1px 1px 2px 2px;
box-shadow:gray 1px 1px 2px 2px;
}

table.board-photo td{
border-top: 0px;
border-bottom: 0px;
border-right: 0px;
border-left: 0px;
padding:10px;
vertical-align:top;
}

table.board-photo th h3{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #300;
	margin: 0 0 5px 0;
	padding: 2px 15px;
	font-size: 140%;
	font-weight:bold;
	color: #300;
}

table.board-photo td h3{
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 140%;
	text-align: left;
}

table.board-photo td .comment{
	text-align: left;
	margin: 10px 0;
}

.waku-line{
border-top: #DDDDDD 1px solid;
border-bottom: #DDDDDD 1px solid;
border-right: #DDDDDD 1px solid;
border-left: #DDDDDD 1px solid;
padding:5px 20px;
margin:5px 15px 5px 5px;
}



/* お知らせ
---------------------------------------------*/

.content .news{
	margin: 5px 0 15px 0;
	padding: 5px 15px 15px 15px;
	text-align: left;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #C88CC5;
}
.content .news h3{
	border-bottom:1px #CCC dotted;
}

.content .news h3 a{
	color: #333;
	text-decoration: underline;
}
.content .news h3 a:hover {
	color: #C44773;
	text-decoration: underline;
}

#member .content .news{
	margin: 5px 10px 15px 10px;
	padding: 5px 15px 15px 15px;
	text-align: left;
	-moz-border-radius:10px;
	border-radius:10px;
	border: 2px #C44773 solid;
}

.icon{
	text-align:right;
}

/* よくある質問
---------------------------------------------*/

.content .q_a{
	margin: 10px 10px 15px 10px;
	padding: 5px 10px 15px 10px;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C96;
}
.content .q_a h3{
	margin: 5px 0;
	padding: 5px 15px;
	-moz-border-radius:10px;
	border-radius:10px;
	background-color: #EFEFEF;
}
.content .q_a .comment h4{
	margin: 10px 0 5px 0;
	padding:15px 0 10px 60px;
	font-size: 120%;
	color: #9C6;
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.content .q_a .comment h5{
	margin: 5px 0 10px 30px;
	padding:5px 0 10px 60px;
	font-size: 105%;
	color: #333;
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight:normal;
}

/* カレンダー詳細 */ 

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

.content .comment .calendar .cal_top a{
	font-size:90%;
}
.content .comment .calendar .sun {
	color:#FF3333;
}
.content .comment .calendar .holiday {
	color:#FF3333;
}
.content .comment .calendar .sat {
	color: #0066CC;
}
.content .comment .calendar table {
	font-size:85%;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	margin:0;
	background:#FFF;
}
.content .comment .calendar th {
	border:1px solid #CCCCCC;
	padding:3px 5px;
	background-color: #AEDFF1;
	text-align:center;
	font-weight:normal;
	width:14.2%;
}
.content .comment .calendar td {
	border:1px solid #CCCCCC;
	padding:3px 5px;
	width:14.2%;
	vertical-align:top;
}
.content .comment .calendar td img {
	color: #FFF}

#main_contents .content .comment .calendar td .usual_day {
	font-weight:bold;
	color: #333333;
}
#main_contents .content .comment .calendar td .sun_day {
	font-weight:bold;
	color:#FF3333;
}
#main_contents .content .comment .calendar td .sat_day {
	font-weight:bold;
	color: #0066CC;
}
#main_contents .content .comment .calendar td div {
	padding:0;
	margin:0;
	line-height:120%;
}
#main_contents .content .comment .calendar td div img {
	padding:0 2px 0 0;
	margin:0;
}
#main_contents .content .comment .calendar td div .title a {
	font-weight:normal;
	color: #333333;
	padding:0;
	margin:0;
	line-height:120%;
}
#main_contents .content .comment .calendar td div .title a:hover {
	color: #0066CC;
	line-height:120%;
}
.content .comment .calendar .cal_bottom {
	margin-top: 5px;
	background:#AEDFF1;
	padding:5px;
	font-size:90%;
	width:100%;
}

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

/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
.content table.nochange{
	width:98%;
	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%;
}
}

/*進む　戻る*/



.css-arrow{
  display: inline-block;
  position: relative;
  margin: 0 0 0 8px;
  padding: 0;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-left-color: #000;
}
.css-arrow:before, .css-arrow:after{
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
}
.css-arrow:before{
  left: -30px;
  margin-top: -10px;
  border: 10px solid transparent;
  border-right-color: #000;
}
.css-arrow:after{
  left: -20px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left-color: #eee;
}



.backnext {
	text-align:center;
	margin: 10px;
	padding: 0;
}
.backnext a {
	text-decoration: none;
	background-color: #FEF7DE;
	padding: 5px 10px;
	margin: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #D4D4D4;
	-webkit-box-shadow: 1px 1px 2px #D4D4D4;
	box-shadow: 1px 1px 2px #D4D4D4;
	color: #777;
}

.backnext a:hover {
	color: #C36;
	background-color: hsla(0,0%,100%,0.80);
	-moz-box-shadow: 0 0 2px hsla(0,0%,0%,0.33);
	-webkit-box-shadow: 0 0 2px hsla(0,0%,0%,0.33);
	box-shadow: 0 0 2px hsla(0,0%,0%,0.33);
}
.backnext2{
	text-align:right;
	font-size: 120%;
	margin: -20px 30px;
	padding: 0;
}
.backnext2 a {
	text-decoration: none;
	background-color: rgba(227,240,132,0.76);
	padding: 0 10px;
	margin: 0 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px hsla(0,0%,0%,0.33);
	-webkit-box-shadow: 1px 1px 2px hsla(0,0%,0%,0.33);
	box-shadow: 1px 1px 2px hsla(0,0%,0%,0.33);
}

.backnext2 a:hover {
	color: #F36;
	background-color: hsla(0,0%,100%,0.80);
	-moz-box-shadow: 0 0 2px hsla(0,0%,0%,0.33);
	-webkit-box-shadow: 0 0 2px hsla(0,0%,0%,0.33);
	box-shadow: 0 0 2px hsla(0,0%,0%,0.33);
}

/*ボタン*/
.box {
	margin:10px;
	font-size:120%;
	width:100%;
	text-align:center;
	height:auto;
	background-color: #FEF7DE;
	padding: 1em 10px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 2px #D4D4D4;
	-webkit-box-shadow: 1px 1px 2px #D4D4D4;
	box-shadow: 1px 1px 2px #D4D4D4;
}
.box a {
	text-decoration: none;
}

.box a:hover {
	color: #C36;
}



/*トップフォトギャラリー*/

.topphoto {
	margin: 0;
	padding: 0;
	width:100%;
}
.topphoto li {
	margin:0;
	padding: 0;
	width:33%;
	float:left;
}
.topphoto li div{
	margin: 5px;
	padding:0;
}
.topphoto li p{
	text-align: center;
	margin:0;
	padding: 0;
}
.topphoto li img {
	margin: 0;
	padding: 0;
	border:solid 1px #DDD;
	width:100%;
	height:200px;
	object-fit: cover;
}

/*==========================================
 ～480
===========================================*/
@media only screen and (max-width: 480px){
	
.topphoto li img {
	height:100px;
}
}



/*FB＆twitterぼたん*/
#entrybutton {
	display:inline;
	float: right;
}
#entrybutton ul {
	margin-right:25px;
	margin-top:3px;
	}
#entrybutton li {
	list-style:none;
	display:block;
	float: right;
	padding: 0 2px;
}



/*右タブ*/
#tab-right {	position:absolute;
	top:350px;
	right:0;
	z-index:12;

}


/* 右to pagetop 固定 */ 
.gotop{
    position: fixed;
	bottom: 20px;
	right: 50px;
	
}
.gotop a{
	display: block;
	width: 74px;
	height: 55px;
	padding: 10px 0;
	text-align: center;
	background-color: #F6BCB0;
	font-size: 80%;
	-moz-border-radius: 50px 50px;
	border-radius: 50px 50px;
	-moz-box-shadow: gray 0 0 3px;
	-webkit-box-shadow: gray 0 0 3px;
	box-shadow: gray 1px -1px 3px;	color: #541D09;
	text-decoration: none;
	margin-bottom: 50px;
	}

.gotop a:hover {
	background-color: #F38C97;
    color: #541D09;
}

/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
	.gotop{
    position: fixed;
	bottom: 10px;
	right: 15px;
	
}
.gotop a{
	display: block;
	width: 60px;
	height: 50px;
	padding: 5px 0;
	font-size: 75%;
	-moz-border-radius: 50px 50px;
	border-radius: 50px 50px;
	-moz-box-shadow: gray 0 0 3px;
	-webkit-box-shadow: gray 0 0 3px;
	box-shadow: gray 1px -1px 3px;
	text-decoration: none;
	margin-bottom: 50px;
	}

}

.gotop img{
	border:0px;
	}

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


/*アンドロイド用*/
p {background-image:url(../images/space.gif);}

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

	}

/*ボタン*/
.linkbutton a{	color: #541D09;
	text-decoration: none;
    border: 0px;
    padding: 5px;
    margin:10px 0;
    font-size: 90%;
    background-color: #6EC604;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
    box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
    width:100%;
}
.linkbutton a:hover{
    background-color: #5595E0;
}

/*トップページボタン*/
.top-button {
	margin: 0;
	padding:0;
    text-align: center;
    width:100%;
}
.top-button ul{
	margin: 0;
	padding:0;
	border: 0;
}

.top-button li {
	float: left;
	list-style-type: none;
	padding:0;
    margin:5px;
    width:230px;
    text-align: center;
}


/*==========================================
 ～807
===========================================*/
@media screen and (max-width:947px) {
.top-button li {
	float: left;
	list-style-type: none;
	padding:0;
    width:46%;
    margin:3px;
    text-align: center;
	font-size: 100%;
}
    
}
/*==========================================
 ～480
===========================================*/
@media only screen and (max-width: 480px){
.top-button li {
	float: left;
	list-style-type: none;
	padding:0;
    width:94%;
    margin:3px;
    text-align: center;
	font-size: 100%;
}
    
}


.top-button li a{	color: #541D09;
	text-decoration: none;
}
.top-button li a:hover{
	text-decoration:underline;
}

.top-button li.linkbutton-pink{
    padding: 23px 5px;
    background-color: #F6BCB0;
    -webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
    box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
}

.top-button li.linkbutton-blue{
    padding: 23px 5px;
    background-color: #20A1D2;
    -webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
    box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
}

.top-button li.linkbutton-green{
    padding: 23px 5px;
    background-color: #87BD43;
    -webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
    box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
}
.top-button li.linkbutton-blue2{
    padding: 23px 5px;
    background-color: #2A459A;
    -webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
    box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
}
.top-button li.linkbutton-orange{
    padding: 23px 5px;
    background-color: #F1AA3F;
    -webkit-box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
    box-shadow: 1px 1px 3px hsla(0,0%,0%,0.31);
}


table tr td.back-pink{
    background-color: #F6BCB0;
	margin:5px}
table tr td.back-blue{
    background-color: #78D4F7;
	margin:5px}
table tr td.back-green{
    background-color: #B7E87A;
	margin:5px}
table tr td.back-blue2{
    background-color: #A5B3E1;
	margin:5px}
table tr td.back-orange{
    background-color: #F8D49D;
	margin:5px}

.back-pink a{	color: #541D09;
	text-decoration: none
}
.back-blue a{	color: #541D09;
	text-decoration: none
}
.back-green a{	color: #541D09;
	text-decoration: none
}
.back-blue2 a{	color: #541D09;
	text-decoration: none
}
.back-orange a{	color: #541D09;
	text-decoration: none
}


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

.sns_btn {
  display: inline-block;
  color: #fff;
  height: 2em;
  width: 2em;
  // text-align: center;
  // clear:both;
  // white-space:nowrap;
  font-size: 1.5em;
  border-radius: 0.3125em;
  box-shadow: 0 0.1875em 0.3125em 0 rgba(0, 0, 0, 0.35);
  margin:0.3em;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  overflow: hidden;
	opacity: 0.8;
  i {
    position: absolute;
    // top: 50%;
    // transform: translateY(-50%);
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    overflow: auto;
  }
}

.btn_facebook {
  background: #3b5998;
  &:hover {
    color: #3b5998;
    background: #fff;
  }
}

.btn_twitter {
  background: #55acee;
  &:hover {
    color: #55acee;
    background: #fff;
  }
}

.btn_line {
    background-color: #00B901;
  &:hover {
    color: #00C402;
    background: #fff;
  }
}

.btn_line i img{
	padding:7px;
}
.btn_facebook i img{
	padding:7px 10px 7px 7px;
}
.btn_twitter i img{
	padding:7px;
}

/* ######################################################################################

　facebook埋め込み：レスポンシブ対応

###################################################################################### */
.fb-page {
    display:block !important;
    width:100%;
    max-width:500px;
    margin-left:auto;
    margin-right:auto;
    height:600px;
}


/* 
スライドショー
*/


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

.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: 90;
	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: 150;
	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;
}

