
@media screen and (max-width: 640px){
  .spNone {display:none}
} 
@media screen and (min-width: 641px){
  .pcNone {display:none}
}
/*================================================*
 MESSAGE
**================================================*/
body {
  font-size: 16px;
  line-height: 0px;
  background: url('../img/bg.jpg');

}
/* Google Fonts */
  .notoserif { font-family: 'Noto Serif', serif; font-weight: 400; }
  .lobster { font-family: 'Lobster', cursive; padding-top: 6px; }
  .creteround { font-family: 'Crete Round', serif; padding-top: 5px; }
  .greatvibes { font-family: 'Great Vibes', cursive; padding-top: 10px; }


.msg_container {
  display:block; 
  width: 100%;
  overflow:hidden;
  position:relative;
  font-size: 75%;
/*  background: url('../img/bg.jpg');*/
  margin:0;
  padding:0;
}

.msg_wrapx1000{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow:hidden;
}

.msg_wrapx1000a{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
/*  overflow:hidden;*/
}


.msg_container img{
  width:100%;
  height:auto;
}

.msg_container p.lead{
  color: #85452e;
  font-size: 150%;
  line-height: 1.8em;
  text-align:center;
  font-weight:bold;
  letter-spacing: 1px;
  margin: 0 auto 2em auto;
}
.msg_container p.attention{
  color: #222;
  font-size: 100%;
  line-height: 1.1em;
  text-align:left;
  font-weight:normal;
  letter-spacing: 0px;
}
.msg_container p.midashi1{
  color: #85452e;
  font-size: 240%;
  line-height: 1.4em;
  text-align:center;
  font-weight:bold;
  letter-spacing: 0px;
  margin: 0em auto;
  padding:0;
}
.msg_container p.midashi2{
  color: #85452e;
   font-size: 220%;
  line-height: 1.4em;
  text-align:left;
  font-weight:normal;
  letter-spacing: 0px;
  width:80%;
  margin:0 auto;
}
.msg_container p.midashi3{
  color: #000;
  font-size: 160%;
  line-height: 1.4em;
  text-align:center;
  font-weight:bold;
  letter-spacing: 0px;
  margin:0 auto;
}



.sec_main {
  position: relative;
  margin:0;
  padding:0;
}
.sec_main img:nth-child(2){
  position: absolute;
  top:0;
  left:0;
}
.sec_main a{
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}

.sec_main_layer{
  display:visible;
  position:absolute;
  top:0;
  bottom: 0;
  z-index: 1;
  background-color: rgba(255,255,255,0.4);
}
.sec_main_info{
  display:block;
  padding: 1em;
  box-sizing: border-box;
  text-align:center;
  background-color: #85452e;
  font-size: 130%;
  letter-spacing: 0.4em;
  color: white;
  margin:0;
}

.sec_1column ul{
   display:flex;
   flex-wrap:wrap;
   width:100%;
   margin:0;
   padding:0;
   list-style:none;
}
.sec_1column ul lt{
   width:100%;
   margin:0;
   padding:0;
   padding-bottom : 1em;
}
.sec_1column ul li{
   width:100%;
/*   border: 1px solid black;*/
   margin: 0px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
}

.sec_2column ul{
   display:flex;
   flex-wrap:wrap;
   width:100%;
   margin:0;
   padding:0;
   list-style:none;
}
.sec_2column ul lt{
   width:100%;
   margin:0;
   padding:0;
   padding-bottom : 1em;
}
.sec_2column ul li{
   width:50%;
/*   border: 1px solid black;*/
   margin: 0px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
}
.sec_2column ul li:nth-child(odd){
   padding-right:1em;
}
.sec_2column ul li:nth-child(even){
   padding-left:1em;
}


.sec_3column ul{
   display:flex;
   flex-wrap:wrap;
   width:100%;
   margin:0;
   padding:0;
   list-style:none;
}
.sec_3column ul lt{
   width:100%;
   margin:0;
   padding:0;
   padding-bottom : 1em;
}
.sec_3column ul li{
   width:18%;
/*   border: 1px solid black;*/
   margin: 0px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
}
.sec_3column ul li:nth-child(2){
   width:64%;
}

.sec_5column ul{
   display:flex;
   flex-wrap:wrap;
   width:100%;
   margin:0;
   padding:0;
   list-style:none;
}
.sec_5column ul lt{
   width:100%;
   margin:0;
   padding:0;
   padding-bottom : 1em;
}
.sec_5column ul li{
   width:20%;
/*   border: 1px solid black;*/
   margin: 0px;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
}

.sec_info {
   position:relative;
   background: url('../img/info_mainL.jpg') no-repeat;
   background-position: bottom center;
   border-radius: 0.5em;
}

.mycamp{
   width:100%;
   padding:10px;
   border: 1px solid #85452e;
   box-sizing:border-box;
   overflow:hidden;
   background-color:white;
/*   background:url('../img/bg_border40a.png') repeat;*/
}


.mysiryou ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  width:100%;
  padding: 2em 0;
  color: #00a0e9;
  font-size: 220%;
  line-height: 1.4em;
  text-align:left;
  letter-spacing:1px;
  background-color: rgba(255,255,255,0.4);
  border-radius: 8px;
}
.mysiryou span:nth-child(1){
  display:block;
  font-weight:normal;
}
.mysiryou span:nth-child(2){
  display:block;
  font-weight:bold;
}
.mysiryou a{
  text-decoration:none;
}
.henkin_wrap {
  width:100%;
}
.henkin {
  display:block;
  position: relative;
  width:80%;
  margin:0.2em auto 0 auto;
}

.henkin ul{
  margin:0;
  padding:0;
}
.henkin ul lt {
  position:absolute;
  top:0;
  left:0;
}
.henkin ul li{
  margin: -1em auto 0;
  width:100%;
  padding-top:2em;
}

.henkin ul lt p{
  margin: 0 auto;
  width: 60%;
  background-color: #85452e;
  border-radius: 1em;
  color: white;
  font-size: 190%;
  text-align:center;
  line-height: 2em;
  z-index:2;
}
.henkin ul li p{
  background-color: white;
  border: 2px solid #85452e;
  border-radius: 0.2em;
  font-size: 110%;
  line-height: 1.3em;
  color:black;
  text-align:left;
  box-sizing:border-box;
  padding: 2em 1em 1em 1em;
  z-index:1;
}

.col_orange{
    background: #ff6500;
    color: white;
    padding:3px;
}

.x108{
   display:inline-block;
   width:10.8%;
}
.x166 {
   display:inline-block;
   width:16.6%;
}
.x180{
   display:inline-block;
   width:18%;
}
.x328{
   display:inline-block;
   width:32.8%;
   padding-bottom:1em;
}
.x336{
   display:inline-block;
   width:33.6%;
}
.x640{
   display:inline-block;
   width:64%;
}
.x668 {
   display:inline-block;
   width:66.8%;
}
.x784 {
   display:inline-block;
   width:78.4%;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



#header{
  background-color:black;
  width:100%;
  margin:0;
  padding:0;
  line-height:0;
  display:block;
  bottom:0;
}
#header p{
  color: rgba(254,253,249,0.7);
  padding: 0.5em;
  text-align:center;
  width:100%;
  font-size: 0.7em;
  line-height:1em;
  margin:0;

  font-weight: bold;
  text-shadow: 1px 1px 1px #111;
  background-color:#231816;
}

#footer{
  background-color:black;
  width:100%;
  margin:0;
  padding:0;
  line-height:0;
  display:block;
  margin-top: 4em;
  bottom:0;
}
#footer p{
  color:white;
  padding: 1em;
  text-align:center;
  width:90%;
  font-size: 120%;
  line-height:1em;
  margin:0;
}

/*
#footer:after{
  content:".";
  background-color:black;
  height:0;
  line-height:0;
}
*/
.spacer_normal{
  margin-top: 6em;
}


/* ================================== */


