@charset "utf-8";
　

/* ---------- TEXT  ---------------------------------------- */
.top-blocks p .top_text_aisatu {
    text-align: center;
    line-height: 2.3em;
    /* font-family: serif; */
    margin: 30px 0;
}
.kodawarinoniku {
    /* margin:0 auto; */
    position: relative;
    padding: 30px;
    background: #000;
    color: #fff;
    line-height: 2em;
    /* font-family: serif; */
    font-size: 18px;
    text-align: center;
    top: 120px;
    left: 40%;
    right: 40%;
    /* width: 40%; */
    width: 10%;
    /* left: calc( 100% - 150px / 2); */
    /* right: calc( 100% - 150px / 2); */
    -webkit-transition: 1.8s;
    -moz-transition: 1.8s;
    -o-transition: 1.8s;
    -ms-transition: 1.8s;
    transition: 1.8s;
}
.kodawarinoniku a {
    color: #fff;
}
.kodawarinoniku a:hover {
    color: #f00;
}
.kodawarinoniku:hover {
    background-color: #fff;
    color: #f00;
    transform: 0.3;
    text-decoration: none;
    -webkit-transition: 1.8s;
    -moz-transition: 1.8s;
    -o-transition: 1.8s;
    -ms-transition: 1.8s;
    transition: 1.8s;
    opacity: 0.5;
}
/* background */

.parallax-bg {
    background-image: url(../images/top/top_mame.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
    width: 100%;
  }

  .parallax-veji-bg {
    background-image: url(../images/top/yasai_katamari.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 400px;
  }

.kodawarinoniku {
    text-align: center;
    position: relative;
    padding: 30px;
    background: #00000059;
    background: rgba(33, 29, 29, 0.51);
    color: #fff;
    line-height: 2em;
    /* font-family: serif; */
    font-size: 18px;
    top: 70px;
    left: 42%;
    right: 42%;
}
  

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


  .kodawarinoniku {
    text-align: center;
    position: relative;
    /* padding: 30px; */
    background: #00000059;
    background: rgba(33, 29, 29, 0.51);
    color: #fff;
    line-height: 2em;
    /* font-family: serif; */
    font-size: 14px;
    /* top: 70px; */
    left: 0;
    /* right: 31%; */
    width: 100%;
    padding: 20px 0;
    /* margin: 0 auto; */
    -webkit-transition: 1.8s;
    -moz-transition: 1.8s;
    -o-transition: 1.8s;
    -ms-transition: 1.8s;
    transition: 1.8s;
}
.parallax-bg {
    background-attachment: scroll;
    background-image: url(../images/top/top_mame.jpg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    height: 276px;
  }

  .parallax-veji-bg {
    background-image: url(../images/top/yasai_katamari_sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    background-attachment: scroll;
  }


.parallax-bg a{
  cursor:pointer;
  }

  

｝

.tab-wrap {
	background: White;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 191, 255,.1);
}

.tab-switch:checked + .tab-label {
	color: DeepSkyBlue;
}

.tab-label::after {
	background: DeepSkyBlue;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

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



   
   .gallery_col{
	   width: 100%;
	   /* padding: 3%; */
	   display: flex;
	   display: flex;
	   flex-wrap: wrap;
	   /* width: 100%; */
	   max-width: 1200px;
	   justify-content: center;
	   /* align-items: center; */
	   /* margin-bottom: 100px; */
	   /* padding: 1em 0.1em; */
	   /* border-radius: 5px; */
	   flex: 1 0 300px;
	   /* margin: 0.4em 0.5em; */
	}

   .gallery_col > div{
    flex: 1 0 200px;
    margin: 0.4em 0.5em;
    padding: 1em 0.5em;
/*     border:1px solid #ddd; */
   }


.boxFlexible img{/* max-width:200px; */width:100%;}


