@charset "utf-8";
/* レイアウトのためのCSS */

body{
    background:#ecf1e9;
    font-family: 'Sawarabi Gothic', sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	word-wrap: break-word;
}


ul,
ol{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

img{
    max-width:100%;
    height: auto;
    border-radius: 10px;
}

.moji{
	font-size:30px;
	
}


/*各ページの画像のすき間調整*/
.gazou{
	display: flex;
	max-width: 80%;
	margin : 0 auto;
}


.items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  vertical-align: middle;
  text-align:center;
		border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

@media screen and (min-width:500px) {
.items{
	margin: 10px 20px 10px 20px;
}
	
.item{
  width: 23%;
  height: auto;
}
}

@media screen and (min-width:400px) {
.items{
	margin: 10px 10px 10px 10px;
}
	
.item{
  width: 23%;
  height: auto;
}
}

@media screen and (min-width:360px) {
.items{
	margin: 10px 10px 10px 10px;
}
	
.item{
  width: 23%;
  height: auto;
}
}


/* area */

.inner{
    width:100%;
}

html{
    overflow-x: hidden;/*IE11用*/
}

/*レイアウトのためのCSS*/

#main-area{
	width:100%;
}


/* header */
#header{
    background:url("../img/bg_header.png") no-repeat top center;
    background-size: contain;
}

#header h1{
    max-width:300px;
    margin:0 auto;
    padding: 40px 0 20px 0;
}

@media screen and (max-width:768px){
#header h1{
    max-width:120px;
    padding: 40px 0 0 0;
}
    
}

/*modal*/

.modaal-container{
    border-radius:10px;
}

/* nav */

#g-nav{
    animation-delay: .3s;
    position: relative;
    z-index: 4;/*hoverした際に出るパネルをsliderよりも前面に出す*/
}

#g-nav ul li a:hover{
     color:#B25938;   
}

#g-nav ul li a::after{
    content:"/";
    padding: 0 10px 0 20px;
}

#g-nav ul ul li a::after{
     content:"";
    padding: 0;
}

@media screen and (max-width:768px){
#g-nav ul li a::after{
    content:"";
    padding: 0;
}
#g-nav ul li a:hover{
    color: #fff;
}
}

/* heading */

.modaal-container h2,
#ranking h2,
#newitems h2{
    text-align: center;
    text-transform: uppercase;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color:#457703;
    margin: 100px 0 50px 0;
}

@media screen and (max-width:768px){
.modaal-container h2,
#ranking h2,
#newitems h2{
    margin:50px 0;
}
    
}

.modaal-container h2{
    margin: 0 0 30px 0;
}

.modaal-container h2 span,
#ranking h2 span,
#newitems h2 span{
    position: relative;
    padding: 0 70px;
}


@media screen and (max-width:550px){
.modaal-container h2,
#ranking h2,
#newitems h2{
    font-size: 1.2em;
}
.modaal-container h2 span,
#ranking h2 span,
#newitems h2 span{
    padding: 0 50px;
}#sub-area{	display: none;}

}

.modaal-container h2 span,
#ranking h2 span,
#newitems h2 span{
    background: url(../img/bg_header_01.png) no-repeat left, url(../img/bg_header_02.png) no-repeat right;
    background-size: 35px 35px;
    padding: 10px 60px;
    white-space: nowrap;
}

/* 動くかっぱ画像 */

.flower1{
    position: absolute;
    background:url("../img/ico_01.png") no-repeat;
    background-size:contain;
    width:200px;
    height: 200px;
    top:15%;
    left:10%;
    animation-delay: .3s;
    z-index: 2;
}

.flower2{
    position: absolute;
    background:url("../img/ico_01.png") no-repeat;
    background-size:contain;
    width:100px;
    height: 100px;
    top:25%;
    right:10%;
    animation-delay: .5s;
    z-index: 2;
}

@media screen and (max-width:1200px){
  .flower1{
    width:150px;
    height:150px;
      top:15%;
}
.flower2{
    width:70px;
    height:70px;
	    top:25%;

}  
    
}
@media screen and (max-width:1020px){
  .flower1{
    width:150px;
    height:150px;
      top:15%;
}
.flower2{
    width:70px;
    height:70px;
	top:25%;

}  
    
}

@media screen and (max-width:768px){
.flower1{
    width:150px;
    height:150px;
    top:6%;
    left: 2%;
}
.flower2{
    width:100px;
    height:100px;
    top:11%;
    right: 5%;
}
    
}

@media screen and (max-width:550px){

.flower1{
    top:5%;
}   

.flower2{
    top:10%;
    }
    
}

/* newitems */

#newitems{
    margin: 0 0 50px 0;
}

#newitems li{
    position: relative;
}

#newitems .choice-btn li{
    border-radius: 10px;    
}

span.detail-price{
    position: absolute;
    right:10px;
    bottom:10px;
    background:#fff;
    padding: 2px 10px;
    border-radius: 10px;
}

#newitems .choice-btn li .detail-cap{
     border-radius:10px;
}


/* footer */

#footer{
    padding:400px 70px 0 70px;
    background:url("../img/bg_footer.png") no-repeat center top;
    background-size: contain;
}

.footer-area{
	text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #457703;
}

.footer-area a:hover{
     color:#B25938;   
}

.footer-area ul,
.footer-area dl{
    width:15%;
    line-height: 2;
}

.footer-area dt{
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.footer-area img{
    margin:5px;
}


small{
    text-align: center;
    text-transform: uppercase;
    display: block;
    padding: 50px 0;
}

@media screen and (max-width:1090px) {
    #footer{
     padding: 250px 30px 0 30px;   
    }
    
.footer-area ul{
    width:30%;
}

.footer-area dl{
    border-top: 1px solid #333;
    width:100%;
    padding: 50px 0 0 0;
    margin:50px 0 0 0;
    text-align: center;
    line-height: 2.5;
    }   
}

@media screen and (max-width:810px) {
    #footer{
     padding: 200px 30px 0 30px;   
    }
.footer-area ul{
    width:47%;
    margin: 0 0 50px 0;
}
.footer-area dl{
    border:none;
    width:47%;
    padding: 0;
    margin: 0 0 50px 0;
    text-align: left;
    line-height: 2;
    }
}

@media screen and (max-width:545px) {
    #footer{
     padding: 120px 0px 0 0px;   
    }
}

/* vision */

#vision{
    display: flex;
    justify-content:space-between;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 30px 0;
}

@media screen and (max-width:1400px) {
    #vision{
        margin:0 0 -40px 0;
    }
    
}

@media screen and (max-width:500px) {
    #vision{
        margin:0 0 -40px 0;
    }
    
}


#vision .img{
    width:50%;
    min-height: 590px;
    background:url("../img/komekoubou.jpg") no-repeat center;
    background-size: cover;
}



#vision .content{
   width:40%; 
    text-align: right;
	margin:0 20px 0px -40px;
}

#vision .content2{
   width:40%; 
    text-align: left;
	margin:0 0 0px 50px;
}

@media screen and (max-width:1400px) {
#vision .content{
	width:100%; 
    text-align: left;
	margin:0 0 40px 0px;
} 

#vision .content2{
   width:100%; 
    text-align: left;
	margin:0 0 0px 0px;
}
}

@media screen and (max-width:1400px) {
  #vision .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

  #vision .img2{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#vision .vision-lead::after{
    left:0;
}
}	

#vision h2{
	font-size:100px;
    color:#000;
    margin:0 0 30px 0;
}

@media screen and (max-width:1200px) {
#vision h2{
	font-size:60px;
    color:#000;
	    margin:-10px 0 0px 0;
}
}



@media screen and (max-width:1000px) {
#vision h2{
	font-size:60px;
    color:#000;
	    margin:-10px 0 0px 0;
}
}

@media screen and (max-width:600px) {
#vision h2{
	font-size:50px;
    color:#000;
	    margin:-10px 0 0px 0;
}
}


#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .vision-lead{
    position: relative;
    color:#eb6100;
    font-size:30px;
    font-weight: bold;
}

#vision .vision-lead2{
    position: relative;
    color:#0F0;
    font-size:30px;
    font-weight: bold;
}

@media screen and (max-width:500px) {
#vision .vision-lead{
    position: relative;
    color:#eb6100;
    font-size:20px;
    font-weight: bold;
}

#vision .vision-lead2{
    position: relative;
    color:#0F0;
    font-size:20px;
    font-weight: bold;
}
}

#vision .vision-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#eb6100;
    width:12em;
    height: 3px;
}

#vision .vision-lead2::after{
     content:'';
    position: absolute;
    bottom:-30px;
    left:0;
    background:#0f0;
    width:12em;
    height: 3px;
}

.baiten{
	font-size:40px;
}

@media screen and (max-width:1200px) {
.baiten{
	font-size:30px;
}
}



@media screen and (max-width:500px) {
.baiten{
	font-size:30px;
}
}

.corona{
	color:red;
}


/*
 * 見どころ画像一覧表
 */

.box {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text {
	text-align: left;
}

h3 {
  font-size: 21px;
  margin: 0;
}

.pict {
  width: 30%;
  margin-left: 3%;
}

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

.box:nth-child(even) {
  flex-direction: row-reverse;
}
.box:nth-child(even) .text {
  text-align: right;
}
.box:nth-child(even) .pict {
  margin-left: 0;
  margin-right: 3%;
}

@media (max-width:1500px) {
  .box {
    flex-direction: column;
  }
  .box:nth-child(even) {
    flex-direction: column;
  }
  .text {
    text-align: center;
  }
  .box:nth-child(even) .text {
    text-align: center;
  }
  .pict {
    width:100%;
    margin-left: 0;
    text-align: center;
  }
  .box:nth-child(even) .pict {
    margin-left: 0;
    margin-right: 0%;
  }
  .pict img {
    width:50%;
    height:auto;
  }
}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 600px;
  text-align;center;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 600px;
  margin: 10px;
}


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

table tr{
  border-bottom: solid 2px white;
}

table tr:last-child{
  border-bottom: none;
}

table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #457703;
  color: white;
  text-align: center;
  padding: 10px 0;
}

table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #457703;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table td{
  text-align: left;
  width: 70%;
  text-align: left;
  background-color: #eee;
  padding: 10px 0;
}