@charset "UTF-8";

#pc_area{display:block}
#sm_area{display:none}



/* ========BASIC======== */




html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:1rem;
   color:#333;
   background:url(../images/bg.gif) fixed;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
}

p {
   margin:0 0 1em 0;
   padding:0;
}

br {
   letter-spacing:normal;
}

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

a {
   color:#68903C;
   text-decoration:none;
}

a:hover {
   color:#92C45B;
   border-bottom:1px solid #92C45B;
}

dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
}

li {
   margin:0 0 0 40px;
   padding:0;
}

iframe {
   width : 100% ; 
}


/* ========TEMPLATE WIREFRAME======== */

#top {
   width:700px;
   margin:20px auto;
   padding:0 20px;
   border:1px solid #CECFCE;
   background:#fff;
}

#header {
   width:700px;
   position:relative;
}

#navi {
   position:absolute;
   top:20px;
   right:0;
}

#menu {
   float:left;
   width:700px;
   margin:0 0;
   background:#333;
}

#menu2 {
   float:left;
   width:700px;
   margin:0 0;
   background:#333;
}

#contents {
   clear:both;

}


#pageTop {
   clear:both;
}

#footer {
   width:700px;
   clear:both;
   padding:10px 0;
}






/* ========HEADER CUSTOMIZE======== */
#header h1 {
   padding:20px 0;
   font-weight:bold;
   font-size:1rem;
}

#header h1 a {
   color:#333;
}

#header h1 a:hover {
   color:#92C45B;
}
#header p {
   margin:0;
   padding:0 0 5px 0;
   border-bottom:1px solid #CECFCE;
}

#navi ul {
   list-style:none;
}

#navi li {
   float:left;
   margin:0 0 0 22px;
   padding:0 0 0 20px;
   font-size:11px;
}

#navi li.sitemap {
   background:url(../images/icon_sitemap.gif) 0 50% no-repeat;
}

#navi li.contact {
   background:url(../images/icon_contact.gif) 0 50% no-repeat;
}

#navi li.feed {
   background:url(../images/icon_feed.gif) 0 50% no-repeat;
}

#navi li a {
   border-bottom:1px solid #CECFCE;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   list-style:none;
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   margin:0;
   padding:0;
}

#menu li a {
   display:block;
   padding:6px 16px;
   color:#fff;
}

#menu li a:hover {
   color:#fff;
   background-color:#68903C;
   border:none;
}

#menu .on {
   background-color:#68903C;
   color:#fff;
}



/* ========MENU CUSTOMIZE======== */
#menu2 ul {
   list-style:none;
   margin:0;
   padding:0;
}

#menu2 li {
   float:left;
   margin:0;
   padding:0;
}

#menu2 li a {
   display:block;
   padding:6px 16px;
   color:#fff;
}

#menu2 li a:hover {
   color:#fff;
   background-color:#68903C;
   border:none;
}

#menu2 .on {
   background-color:#68903C;
   color:#fff;
}

/* ========CONTENTS CUSTOMIZE======== */
#contents h2 {
   margin-bottom:10px;
   padding:10px 0;
   font-weight:bold;
   font-size:1rem;
   border-bottom:2px solid #ddd;
}

#contents h3 {
   margin-bottom:2px;
   padding:2px 0 2px 10px;
   font-weight:bold;
   font-size:1rem;
   line-height:1.2;
   border-left:5px solid #333;
}

#contents h4 {
   margin-bottom:2px;
   font-weight:bold;
   font-size:1rem;
   border-bottom:2px solid #666;
}

#contents h5 {
   margin-bottom:2px;
   padding:2px 5px;
   font-weight:bold;
   font-size:1rem;
   background:#ececec;
}

#contents h6 {
   font-weight:bold;
   font-size:1rem;
}

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

#contents dt {
   text-decoration:underline;
}

#contents dd {
   margin:0 0 1em 1em;
}

#contents table {
   width:100%;
   border-collapse: collapse;
}

#contents table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
   background:#cfcfcf;
}

#contents table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ddd;
}

/* Polaroid style photo */
#contents div.pola {
   float:left;
   clear:both;
   width:222px;
   margin-right:10px;
   padding-bottom:16px;
   background:url(../images/bg_pola.gif) no-repeat 100% 100%;
}

#contents ul.pola {
   clear:both;
   letter-spacing:-0.4em;
   list-style:none;
}

#contents ul.pola li {
   display:inline-block;
   /display:inline;
   /zoom:1;
   vertical-align:top;
   width:222px;
   margin:0 10px 0 0;
   padding:0 0 16px 0;
   background:url(../images/bg_pola.gif) no-repeat 100% 100%;
   letter-spacing:1px;
}

#contents .pola img {
   padding:10px;
   border-top:1px solid #E7E7E7;
   border-left:1px solid #E7E7E7;
   border-right:1px solid #E7E7E7;
   vertical-align:bottom;
}

#contents .pola p {
   margin:0;
   padding:0 10px 10px 10px;
   line-height:1.2;
   border-left:1px solid #E7E7E7;
   border-right:1px solid #E7E7E7;
   border-bottom:1px solid #E7E7E7;
}


/* ========SLIDESHOW（今日の一枚）======== */
.slideshow {
   position:relative;
   max-width:500px;
   margin:0 auto;
   overflow:hidden;
   background:#000;
}

.slideshow-slides {
   position:relative;
   width:100%;
   aspect-ratio:4 / 3;
}

.slideshow-slide {
   position:absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   object-fit:contain;
   background:#000;
   opacity:0;
   transition:opacity 0.6s ease-in-out;
   pointer-events:none;
}

.slideshow-slide.active {
   opacity:1;
   pointer-events:auto;
}

.slideshow-prev,
.slideshow-next {
   position:absolute;
   top:50%;
   transform:translateY(-50%);
   width:32px;
   height:32px;
   border:none;
   border-radius:50%;
   background:rgba(0,0,0,0.4);
   color:#fff;
   font-size:20px;
   line-height:1;
   cursor:pointer;
}

.slideshow-prev:hover,
.slideshow-next:hover {
   background:rgba(0,0,0,0.7);
}

.slideshow-prev {
   left:10px;
}

.slideshow-next {
   right:10px;
}

.slideshow-dots {
   position:absolute;
   bottom:10px;
   left:0;
   right:0;
   display:flex;
   justify-content:center;
   gap:8px;
}

.slideshow-dot {
   width:10px;
   height:10px;
   padding:0;
   border:1px solid #fff;
   border-radius:50%;
   background:rgba(255,255,255,0.3);
   cursor:pointer;
}

.slideshow-dot.active {
   background:#fff;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   padding:10px 0;
   text-align:right;
}

#pageTop a {
   padding:0 0 0 12px;
   background:url(../images/bg_pagetop.gif) 0 60% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   text-align:center;
   font-size:11px;
   font-style:normal;
   padding:20px 0;
   border-top:1px solid #CECFCE;
}

/* ========menu CUSTOMIZE======== */
.menu-mg {
 margin: 2em auto;  
 padding: 1em;
 width: 80%; /*幅の調節*/
 color: #666666; /*文字色*/
 background-color: #f7f7f7; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 8px; /*角の丸み*/ 
}

.blueline {
background:linear-gradient(transparent 70%, #9EC4DD 0%);
}



/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #0057ff;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.resizeimage img { width: 100%; }
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}


/*その他
---------------------------------------------------------------------------*/









  /*480pxˆÈ‰º‚Å“K—p‚·‚é“à—e*/
@media screen and (max-width: 480px) {
#pc_area{display:none}
#sm_area{display:block}


#top {
   width:auto;
   margin:20px auto;
   padding:0 20px;
   border:1px solid #CECFCE;
   background:#fff;
}

#header {
   width:auto;
   position:relative;
}






/*その他
---------------------------------------------------------------------------*/
.look {background: #e5e5e5;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #0057ff;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.resizeimage img { width: 100%; }
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.big1 {font-size: 24px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}


/*その他
---------------------------------------------------------------------------*/


li {
   margin:0 0 0 40px;
   padding:0;
}



#menu {
   float:left;
   width:100%;
   margin:0 0;
   background:#333;
}

#menu li a {
   display:block;
   padding:4px 10px;
   color:#fff;
}


#menu2 {
   float:left;
   width:100%;
   margin:0 0;
   background:#333;
}

#menu2 li a {
   display:block;
   padding:4px 10px;
   color:#fff;
}



#footer {
   width:auto;
   clear:both;
   padding:10px 0;
}




.menu-mg {
 margin: 2em auto;  
 padding: 1em;
 width: 88%; /*幅の調節*/
 color: #666666; /*文字色*/
 background-color: #f7f7f7; /*背景色*/
 border: 2px solid #ccc; /*線の太さ・色*/
 border-radius: 8px; /*角の丸み*/ 
}









}




/*その他
---------------------------------------------------------------------------*/

