@charset "utf-8";
/* CSS Document */
body{
    color: #1B1B1B;
    line-height: 1.5;
    font-size: 16px;
    font-family: "M PLUS Rounded 1c"; 
}
#wrapper{
    background-image: url("../img/back_03.jpg") repeat;
    max-width: 1336px;
}

img {
    border: 0;
    max-width:100%;/*画像サイズが横幅に合わせて可変します*/
    width /***/:auto;
    height: auto;
    vertical-align: middle;
    } 
ul,ol{
    list-style-type: none;
}
a{color: #1B1B1B;transition: 0.2s;text-decoration: none;}
a:hover{color: #D4A40B;}
a:hover img{opacity: 0.5;}

nav{
text-align: center;
}
nav ul{
margin: 0 ;
padding: 0 ;
}
nav ul li{
list-style: none;
display: inline-block;
width: 18%;
min-width: 90px;    
}
nav ul li a{
text-decoration: none;
color: #333;
}
/*nav ul li.current a{
color: #F33135;
}*/
nav ul li a:hover{
color: #E7DA66;
}

.sns{
    margin-top: 2em;
	margin-bottom: 2em;
   
}
.sns li{
	display: inline-block;
}
.sns a{
    display: block;
    padding: 10px 20px;
    background: rgba(255,255,255,0.8);
    color: rgb(212,164,11);
    border-radius: 30px;
    font-size: 30px;
    text-decoration: none;
}
.sns a:hover{
	opacity:0.7;
}

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon.eot?-2ppakl');
	src:url('fonts/icomoon.eot?#iefix-2ppakl') format('embedded-opentype'),
		url('fonts/icomoon.ttf?-2ppakl') format('truetype'),
		url('fonts/icomoon.woff?-2ppakl') format('woff'),
		url('fonts/icomoon.svg?-2ppakl#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-pinterest:before {
	content: "\e602";
}    

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
    z-index: 100;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#top .current,  
#event .nav_01,
#takuhai .nav_02{
  background: #fff;
  opacity: 0.5;
}


/* smartPhone */
@media screen and (max-width: 420px) {
    #wrapper{
        width: 100%;
        margin: 0 auto;
        padding: 3% 0 0;
        background-image: url("../img/back_03.jpg");
    }
    #contents {
        width: 94%;
        margin: 0 auto;
    }   
 .con_logo{
        width: 80%;
        margin: 3% auto;
     text-align: center;
    }
 #flame_tsuta_a{
    background-image: url("../img/border_yasai_01.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 3em 0;
    box-sizing: border-box; 
}   
#event{
    position:relative; 
}
#event_img{
    background-image: url("../img/top_event_back.jpg");
    width: 100%;
    height: 200px;
}
.con_event{
    width: 60%;
    height: 60%;
    padding: 1em;
    background-color: rgba(255,255,255,0.5);
    position:absolute;
    top:0%;
    bottom: 0%;
    right:0%;
    left:0%;
    margin: auto;
}
.con_event h2{
    font-size:1.5em;
}
.flame{
    width: 100%;
    height: 90%;
    box-sizing: border-box;
    float: right;
    text-align: left;
    overflow: hidden;
}
.circle{
    background-color: #D4A40B;
    width: 5em;
    height: 5em;
    border-radius: 5em;
    position: absolute;
    top: -3em;
    left: -3em;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 5em;
    box-shadow: 1px 1px 5px #aaa;
    transform: rotate(-15deg);
    }
#flame_tsuta_b{
    background-image: url("../img/border_yasai_02.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 3em 0;
    box-sizing: border-box; 
}   
#takuhai{
    position:relative; 
}
#takuhai_img{
    background-image: url("../img/top_takuhai_back.jpg");
    width: 100%;
    height: 200px;
}
.con_takuhai{
    width: 60%;
    height: 60%;
    padding: 1em;
    background-color: rgba(255,255,255,0.5);
    position:absolute;
    top:0%;
    bottom: 0%;
    right:0%;
    left:0%;
    margin: auto;
    object-fit: cover;
    }
    .more{
        
    }
.con_takuhai h2{
    font-size:1.5em;
}
#flame_tsuta_c{
    background-image: url("../img/border_yasai_03.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 3em 0;
    box-sizing: border-box; 
}   
#access{
    width: 100%;
    background-color: rgba(173,222,11,0.5); 
    padding: 1em;
    margin-bottom: 1em;
    box-sizing: border-box;
} 
    #access h2{
    font-size: 2em;
    font-family: Georgia, "Times New Roman", Times, serif;
        color:#D4A40B;
    }
    #access h3{
        font-size:1.2em;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    } 
    #access li:nth-child(odd){
        background-color:rgba(173,222,11,0.5); 
        width: 100%;
        height: auto;
    }
    .map{
    width: 100%;
        background-color: #fff;
        margin-top: 1.5em;
    } 
    footer{
    width: 100%;
    background-color: rgb(212,164,11);
    margin-top:3em auto 0;
    padding: 1em;
    color:#fff;
    box-sizing: border-box; 
    
}
footer h2{
    font-size: 1.2em;    
    }
footer li:nth-child(odd){
        font-weight: bold;
    }
#footer_right li:nth-child(even){
    text-indent: 16px;   
    }    
}


/*タブレット*/
@media (min-width: 421px) and (max-width: 768px){
    #wrapper{
        width: 100%;
        margin: 0 auto;
        padding: 3% 0 0;
        background-image: url("../img/back_03.jpg");
    }
    #contents {
        width: 94%;
        margin: 0 auto;
    }   
 .con_logo{
        width: 55%;
        margin: 2% auto;
     text-align: center;
    }
.con_logo p{
        font-size: 1.1em;
    }
    #flame_tsuta_a{
    background-image: url("../img/border_yasai_01.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 5em;
    box-sizing: border-box; 
}   
#event{
    position:relative; 
}
#event_img{
    background-image: url("../img/top_event_back.jpg");
    max-width:100%;
    height: 400px;
}
.con_event{
    width: 50%;
    height: 60%;
    padding: 1em;
    background-color: rgba(255,255,255,0.5);
    position:absolute;
    top:10%;
    bottom: 5%;
    right:5%;
    left:40%;
    /*margin: auto;*/
    object-fit: cover;
}
.con_event h2{
    font-size:2.5em;
}
    .con_event h2 p{
    font-size:2.5em;
}
.flame{
    width: 100%;
    height: 90%;
    padding: 1em 1.5em;
    box-sizing: border-box;
    float: right;
    text-align: left;
    overflow: hidden;
}
.circle{
    background-color: #D4A40B;
    width: 5em;
    height: 5em;
    border-radius: 5em;
    position: absolute;
    top:-3em;
    left:-3em;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 5em;
     box-shadow: 1px 1px 5px #aaa;
    transform: rotate(-15deg);
    }
#flame_tsuta_b{
    background-image: url("../img/border_yasai_02.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 5em;
    box-sizing: border-box; 
}   
#takuhai{
    position:relative; 
}
#takuhai_img{
    background-image: url("../img/top_takuhai_back.jpg");
    max-width: 100%;
    height: 400px;
}
.con_takuhai{
    width: 60%;
    height: 50%;
    padding: 1em;
    background-color: rgba(255,255,255,0.5);
    position:absolute;
    top:10%;
    bottom: 5%;
    right:45%;
    left:5%;
    /*margin: auto;*/
    object-fit: cover;
}
.con_takuhai h2{
    font-size:2.5em;
}
    .con_takuhai h2 p{
    font-size:2.5em;
}
    #flame_tsuta_c{
    background-image: url("../img/border_yasai_03.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 5em 0;
    box-sizing: border-box; 
}   
#access{
    background-color: rgba(173,222,11,0.5); 
    overflow: hidden;
    padding: 2em 5em;
}  
 .access_car{
    width: 100%; 
    } 
.access_train{
    width: 100%;
        }        
.map{
    width: 42%;
    float: right;
    margin:2em 0 2em 2em;
        } 
.map img{
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    }
#access h2{
    font-size: 2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#D4A40B;
    box-sizing: border-box;
    }
    #inner{
    width: 48%;
    float: left;
}
 #inner li:nth-child(odd){
        color: #603813;
    }
       
#access h3{
        font-size:1.2em;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    } 
#access li:nth-child(odd){
        background-color:rgba(173,222,11,0.5); 
        width: 100%;
        height: auto;
    }
    footer{
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(212,164,11);
    margin-top: 6em;
    padding: 2em 5em;
    color:#fff;
    overflow: auto;
}
#footer_left{
    width: 45%;
    line-height: 1.3em;
    float: left;
}
 .sns{
    margin-top: 10px;
        }
       
#footer_right{
    width:45%;
    height: auto;
    line-height: 1.3em;
    float: right;
}
}







/* pc */
@media screen and (min-width: 769px) {
    #wrapper{
        width: 100%;
        margin: 0 auto;
        padding: 3% 0 0;
        background-image: url("../img/back_03.jpg");
    }
    #contents {
        width: 94%;
        margin: 0 auto;
    }   
 .con_logo{
        width: 35%;
        margin: 2% auto;
     text-align: center;
    }
.con_logo p{
        font-size: 1.2em;
    }
    #flame_tsuta_a{
    background-image: url("../img/border_yasai_01.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 5em;
    box-sizing: border-box; 
}   
#event{
    position:relative; 
}
#event_img{
    background-image: url("../img/top_event_back.jpg");
    max-width:100%;
    height: 400px;
}
.con_event{
    width: 50%;
    height: 60%;
    padding: 1em;
    background-color: rgba(255,255,255,0.5);
    position:absolute;
    top:10%;
    bottom: 5%;
    right:5%;
    left:40%;
    /*margin: auto;*/
    object-fit: cover;
}
.con_event h2{
    font-size:2.5em;
}
    .con_event h2 p{
    font-size:2.5em;
}
.flame{
    width: 100%;
    height: 90%;
    padding: 1em 1.5em;
    box-sizing: border-box;
    float: right;
    text-align: left;
    overflow: hidden;
}
.circle{
    background-color: #D4A40B;
    width: 5em;
    height: 5em;
    border-radius: 5em;
    position: absolute;
    top:-3em;
    left:-3em;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    line-height: 5em;
     box-shadow: 1px 1px 5px #aaa;
    transform: rotate(-15deg);
    }
#flame_tsuta_b{
    background-image: url("../img/border_yasai_02.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 5em;
    box-sizing: border-box; 
}   
#takuhai{
    position:relative; 
}
#takuhai_img{
    background-image: url("../img/top_takuhai_back.jpg");
    max-width: 100%;
    height: 400px;
}
.con_takuhai{
    width: 60%;
    height: 50%;
    padding: 1em;
    background-color: rgba(255,255,255,0.5);
    position:absolute;
    top:10%;
    bottom: 5%;
    right:45%;
    left:5%;
    /*margin: auto;*/
    object-fit: cover;
}
.con_takuhai h2{
    font-size:2.5em;
}
    .con_takuhai h2 p{
    font-size:2.5em;
}
    #flame_tsuta_c{
    background-image: url("../img/border_yasai_03.png");
    background-repeat: repeat-x;
    background-position: center; 
    width: 100%;
    height: 4em;
    margin: 2% 0;
    padding: 3em 0;
    box-sizing: border-box; 
}   
#access{
    background-color: rgba(173,222,11,0.5); 
    overflow: hidden;
    padding: 2em 5em;
}  
 .access_car{
    width: 100%; 
    } 
.access_train{
    width: 100%;
        }        
.map{
    width: 42%;
    float: right;
    margin:2em 0 2em 2em;
        } 
.map img{
    width: 100%;
    background-color: rgba(255,255,255,0.5);
    }
#access h2{
    font-size: 2em;
    font-family: Georgia, "Times New Roman", Times, serif;
    color:#D4A40B;
    box-sizing: border-box;
    }
    #inner{
    width: 48%;
    float: left;
}
 #inner li:nth-child(odd){
        color: #603813;
    }
       
#access h3{
        font-size:1.2em;
        margin-top: 0.7em;
        margin-bottom: 0.7em;
    } 
#access li:nth-child(odd){
        background-color:rgba(173,222,11,0.5); 
        width: 100%;
        height: auto;
    }
    footer{
    box-sizing: border-box;
    width: 100%;
    background-color: rgb(212,164,11);
    margin-top: 6em;
    padding: 2em 5em;
    color:#fff;
    overflow: auto;
}
#footer_left{
    width: 45%;
    line-height: 1.3em;
    float: left;
}
 .sns{
    margin-top: 10px;
        }
       
#footer_right{
    width:45%;
    height: auto;
    line-height: 1.3em;
    float: right;
}

    
}
