@charset "UTF-8";

@media screen and (min-width: 896px)
{
.wrapper{

    margin-bottom: 100px;
}

.title{
    width: 1500px;
    margin: 0 auto;
}

 
  
h2{padding-top:200px;
    text-align: center;
    font-size: 30px;
    font-family: "M PLUS 1p";
    font-weight: 400;
    color:#33517B;}
    
    .h1{
	margin-right: 30px;
        margin-left: 30px;
    padding-left: 20px;
    padding-top: 25px;
    padding-bottom: 7px;
        display: inline-block;
    width: auto;
        height: ;
        float: left;
}

	

header{
    position: fixed;
    top:0;
   
    width: 100%;
    float: left;
    display: inline-block;
    z-index: 100;
    padding:0;
    background-color: #fff;
height: auto;
    
}

    header ul {
        font-family: "M PLUS 1p";
   letter-spacing: 2px;
        width:100%;
    }

header ul li{
    list-style: none;
    
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0;
    font-size: 21px;
 
    width:200px;/*親メニューの幅*/
    height: 70px;/*親メニューの高さ*/
    line-height: 50px;
    background: #fff;/*親メニューの背景色*/
    color: #fff;/*親メニューの文字色*/
    text-align: center;
   float: left;
   border-left: 1px solid #33517B;
  border-right: 1px solid  #33517B
}
    
  header ul li+ li {
  border-left: 0;
  border-right: 1px solid #33517B;
}

    header ul li:after{
    content: "";
    border-right: 1px solid $border01;
    position: absolute;
  
    top: 5px;
    height: 30px;
}
header li:last-child a:after{
   
}
    

header ul li a {
    text-align: center;
    color: #33517B;
    display: block;
    text-decoration: none;
    margin-top:10px;
    margin-bottom:10px;
}

header ul li ul {
 
    top: 131px;/*親メニューの高さと同じにする*/
    width: 198px;
    z-index: 150px;
  
 
    padding: 0px;
    
}
    
 
header ul li ul li {
     border: none;
  visibility: hidden;
  overflow: hidden;
  width: 198px;/*サブメニューの幅*/
  height: 0px;
  border: 1px solid #FFBCB0;/*サブメニューの背景色*/
	  margin:0px;
  padding: 0px;
    z-index: 0;
    float: left;
    z-index: 150;
}
header ul li ul li:hover, header ul li ul li a:hover {
  background:#33517B;/*ホバー時のサブメニューの背景色*/
    z-index: 100;
    
    }

    header ul li ul li a{
        margin-top: 10px;
    }
    
    
    header ul li ul li a:hover{
        padding: 0 auto;
        color: #fff;
        text-align: center
    }
    
       #links01 li{
        height: 0;
        opacity: 0;
        border: 1px ridge #33517B;
        visibility: hidden;
        padding: 0;
    }
    #menu_bar01:checked ~ .menu {
        height: auto;
      
    }
    
  
    
  

#menu_bar01:checked ~ #links01 li{
 height: auto;
    opacity: 1;
     visibility: visible;
     position:relative;
    padding : 0px;
    margin: 0px;
    
    z-index: 150;
    order: 1px ridge #33517B;
}
    
            .sankaku{
      top:0px;
    display: table;
                float: right;
                margin-right: 19px;
                margin-top: -41px;
        height: 13px;
        width: auto;
    transform: rotateZ(180deg);
    transition: transform  0.3s linear;
           
    }
       


  
.open .sankaku {
  transform: rotateZ(0deg);
  transition: transform 0.45s linear;
}
    
    
header * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


    
    
body{
	margin:0;
}



.card {
 background: #FFB998;
  
}



.hover01{
    
    


}
.column {
	margin:0 auto;
    margin-top: 20px;
    width:1400px;
        padding: 0 auto;
      display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
    background: ;
 }



    .column
    {
   margin:0 auto;
    margin-top: 20px;
    width: 1400px;
        padding: 0;
  flex-wrap: wrap;
display:flex;
        display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    
  }
    

.column div {
	
	margin-top: 100px;
    margin-left: 0px;
	
}
    
input {
    display: none;
}
    
    
    
    

.column:last-child {
	padding-bottom: 60px;
}
.column::after {
	content: '';
	clear: both;
	
}
.column div {
	position: relative;
margin: 20px;
	width: 300px;
	margin-top: 100px;
    
    }

.column div span {
  font-family: "M PLUS 1p";
	position: absolute;
    display: inline-block;
	bottom: -20px;
	left: 0;
	z-index: -1;
	float: left;
	width: 300px;
	margin: 0 auto;
	padding: 0;
	color: #444;
	font-size: 20px;
	text-decoration: none;
	text-align: center;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
}
    

    
figure {

	width: 300px;
	height: auto;
    
	padding: 0;
	  margin: auto;
	overflow: hidden;
    
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}



/* Zoom In #1 */
figure {
  position: relative;
    
}
figure::before {
   
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
figure:hover::before {
  -webkit-animation: shine .90s;
  animation: shine .90s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
    }
    
}
