@charset "UTF-8";

/* Micro clearfix */

.cf { zoom: 1; }
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }

/* 必要要素の初期設定 */

body {
 width: 100%;
 margin: 0 0 1em;
 padding: 0;
 color:#222;
/* background-color: #f0f0f0;*/
 font-family: sans-serif;
 font-size: 100%;
	background-image:url("../images/back.jpg");
	
}

a {
 text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
 margin: 0 0 0.5em;
 line-height: 1.1;
 font-family: "Hiragino Mincho Pro", "Hiragino Mincho ProN", serif;
 letter-spacing:-1px;
	padding:3%;
}


p {width:90%;
 margin: 0 auto 1em;
	padding:3%;
 color: #444;
 font-family: 'Asap', sans-serif;
 font-size: 1.2em;
 line-height: 1.8;
 text-align: justify;
}

ul {
 margin: 0 0 2em;
 padding: 0;
 list-style-position: inside;
}



/* ベースレイアウト */

#wrapper {
 background-color: #fff;
	/*background-color: #dadada;*/
	margin:0 auto;
	width:90%;
}
header {
	/*background-image:url("../images/Christmas-tree-02.png");*/
 margin: 0;
 padding: 2% 2% 0% 2%;
 background-color: #cc0000;
 color: #c0c0c0;
 overflow: hidden;
}

header h1#title {font-family: "Osaka-mono", "MS Gothic", "monospace";
	font-weight: bolder;
	     color:#fcc333;
         font-size: 2.8rem!important;
	　　　text-align: left;
　　　　　 text-shadow:#fcc333 5px 5px 2px;
	      text-shadow:#000000 5px 5px 5px;
          line-height: 1.5;}

#common.h1{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 2rem;
	 color: #cc0000;
	font-weight: 900;
	color:#red;	
}
h1.lineheight{
		margin-left:9px;
	
	}
.ximage{
	display: flex;
justify-content: center;
  height: auto;
    
}
#aimage{
	display: flex;
justify-content: center;
  height: auto;
    
}

#ximage{
	display: flex;
justify-content: center;

  height: auto;
      
}

p.paragraph{
	width:95%;
	margin:0 auto;
	line-height: 1.8;
}

nav {
 background-color: #cc0000;
}
/*img{
	 width: 100%;
 margin: 2em auto!important;
}*/
#common-contents img{
 width: 75%;
	 margin: 1em auto!important;
}
#common-contents img.camp{
 width: 75%;
	 display:flex;
	 margin: 1em auto!important;
}
#common-contents img.camp2{
 width: 100%;
	 display:flex;
	 margin: 1em auto!important;
}
#common-contents h1{
 text-shadow: #000 1px 3px 5px;
}
article.main {
 width: 100%;
}
section {
 margin: 0 0 0em;
}
.end{max-width:700px;}

#fimage{
	display: flex;
justify-content: center;
  height: auto;
  
}


footer {background-color: #ffcc33;
 width: 100%;
height:4em;
	margin-bottom: -1px;
	padding-top: 2%;
 text-align: center;
}

/* 各要素のデザイン、レイアウト */

header h1 {
 font-family: 'Lora', serif;
 font-weight: 900;
 font-style: italic;
 font-size: 3.5em;
 color: #fff;
 text-align: left;
 margin: 0.3em 0 0.1em 0%;
	text-shadow: #fcc333 3px 5px 3px;
}

.upper{
	 font-size: 0.7em;
	text-align: center;
 text-transform: lowercase;
	text-indent: -1em;
 color:#F60307;
	}

p.tagline {
 font-size: 0.9em;
 text-align: left;
 text-transform: uppercase;
 color:#f0f0f0;
}
nav ul {
 list-style: none;
 margin: 0;
 padding: 0;
 background-color: #111;
}
nav ul li {
 display: block;
 width: 100%;
 margin: 0 ;
 text-align: center;
 font-size: 1.2em;
 line-height: 2.5em;
 color:#fff;
 border-bottom: 1px solid #0f1a33;
}
div.gmap  {
  margin: 0 0 2em;
}
div.gmap iframe {
  width: 100%;
  max-width: 100%;
}
article {
 margin: 0 auto 0em;
 border-bottom: 1px solid #f0f0f0;
}
article.main h2 {
 font-size: 1.6em;
 margin-top: 1.3em;
}
article.main blockquote {
 margin: 1em;
 padding: 1em;
 color: #555;
 background-color: #fafafa;
 border: 1px solid #f0f0f0;
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
}
article.main blockquote p {
 margin: 0;
 font-size: 1em;
 font-style: italic;
}

aside.side ul li {
 font-size: 1.1em;
 line-height: 1.5;
 color: #555;
}



/* Media Queries */


@media only screen and (min-width: 320px) {

	img{ max-width: 100%;
  height: auto;
	margin:0 auto;!important
	 padding-top: 4%;}	
	
 header h1, p.tagline {
  text-align: left;
	 padding:1%;
	 margin:3%;
	
 }
	
	 header h1{
  text-align: left;
	 padding:1%;
	 margin-left:1.5%;
	font-size: 1em;
 }
	
	header h1#title {
	font-weight: bolder;
	     color:#fcc333;
         font-size: 1.5rem!important;
	　　　text-align: left;
　　　　　 text-shadow:#fcc333 5px 5px 2px;
	      text-shadow:#000000 5px 5px 5px;
          line-height: 1.5;}
	
     #common-header{font-weight: bolder;
		font-size: 1em;
        font-kerning: auto;}
	

 nav ul {
  width: 408px;
  padding: 1px 0;
  border-top: 1px solid #222;
  background-color: #000;
 }
 nav ul li {
  float:left;
  width: 100px;
  margin: 0;
  text-align: center;
  font-size: 1em;
  line-height: 2.5em;
  border-left: 1px solid #333;
  border-right: 1px solid #222;
  border-bottom: none;
 }
 article.main blockquote p {
  margin: 0;
  font-size: 0.9em;
 }
h1.lineheight{
		line-height: 1.7;
	
	}
	p.paragraph{
    font-size: 0.9em;
	width:90%;
	margin:0 auto;
	padding:0 1% 1%;
}
 #sidebar1 {
  width: 47%;
  padding-right: 3%;
  float: left;
 }
 #sidebar2 {
  width: 47%;
  padding-left: 3%;
  float: right;
 }
}

@media only screen and (min-width: 570px) {
	 h1#title{
     text-align: left;
	 padding:0.5%;
	 margin-left:1%;
	font-size: 2em;
		 font-weight: bold;
    /*colour:#F8F7FO;*/
    font-style: normal;
	text-decoration-color: black;
	/*color: antiquewhite;*/	
	color:antiquewhite;
		 
 }
		
	
header h1#title {
	font-weight: bolder;
	     color:#fcc333;
         font-size: 2.8rem!important;
	　　　text-align: left;
　　　　　 text-shadow:#fcc333 5px 5px 2px;
	      text-shadow:#000000 5px 5px 5px;
          line-height: 1.5;}
		p.paragraph{
		 font-size: 1.1em;
	width:90%;
	margin:0 auto;
}
}

@media only screen and (min-width: 961px) {
	img{  max-width: 100%;
  height: auto;
	    padding-top: 4%;}
 p {
  line-height: 1.4;
 }
 #wrapper {
  width: 958px;
  margin: 0 auto;
 /* padding: 0 0 20px 0;*/
	  padding: 0 0 0 0;
  border: 1px solid #f0f0f0;
  border-top: none;
 }
 header {
  padding: 10px 30px;
 }
 nav {
  padding: 0 30px;
 }
 #common-contents {
  width: auto;
  margin: 2em 0 1em;
  padding: 0 30px;
 }
 article {
  border-bottom: none;
 }

/*	header h1#title {
	font-weight: bolder;
	     color:#fcc333;
         font-size: 2.8rem!important;
	　　　text-align: left;
　　　　　 text-shadow:#fcc333 5px 5px 2px;
	      text-shadow:#000000 5px 5px 5px;
          line-height: 1.5;}
		p.paragraph{
		 font-size: 1.1em;
	width:90%;
	margin:0 auto;
}*/
 article.main {
  float: left;
  width: 600px;
  padding: 0 30px 0 0;
  margin-right: 29px;
  border-right: 1px solid #f0f0f0;
 }
	
	
header h1#title {
	font-weight: bolder;
	     color:#fcc333;
         font-size: 3rem!important;
	　　　text-align: left;
　　　　　 text-shadow:#fcc333 5px 5px 2px;
	      text-shadow:#000000 5px 5px 5px;
          line-height: 1.3;}
 aside.side {
  float: left;
  width: 238px;
  margin: 0;
  padding: 0.5em 0 0 0;
 }
 #sidebar1, #sidebar2 {
  width: 100%;
  padding:0;
  float: none;
 }

	
 aside.side ul li {
  font-size: 1em;
 }
}

@media print {
body
	{
	_zoom: 0.80;
}
}
