@charset "utf-8";
/* CSS Document */

body{position: relative; overflow-x: hidden;min-height: 100vh;}
html body{
	margin: 0;
    padding: 0;
	font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height:1.4em;
    color: #545045!important;
	font-weight: 400;
	font-size: 16px;
}

.cf:before,.cf:after{content:"";display:block;overflow:hidden;}
.cf:after{clear:both;}
.cf{zoom:1;}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100%;
  overflow: hidden;
}

#wrapper:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(img/bg-main.jpg);
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}
#main{height: 100vh;
  min-height: 400px;
    position: relative;}
.opening {  
    text-align: center;
    position: absolute;top: 20%;
    left: 0; right: 0;
	z-index: 1;
}

.opening .yumesakilogo{width:400px; min-width:30%;margin: auto; 
	}
.opening .yumesakilogo img{max-width: 90%; height: auto;}

.linkAREA{text-align: center; margin: 80px 10% 0;}
.linkAREA .name{font-size: 180%; font-weight: 500; margin: 2px 0 5px;}
.linkAREA span{display: block;}
.linkAREA span.sub{
    font-size: 85%;
    color: rgba(255,255,255,0.8);
}
.linkAREA a{
    display: inline-block;
    margin: 0 20px;
    padding: 10px 60px 2px;
    text-decoration: none;
    border-radius: 20px;
    border: solid 3px #fff;
    color: #fff;
    -webkit-box-shadow: 2px 2px 2px rgba(166,166,166,1.00);
    box-shadow: 2px 2px 2px rgba(166,166,166,1.00);
}
.linkAREA a.btn-shimizu{background: #6AB82C;}
.linkAREA a.btn-nagaizumi{background: #E94609;}

@media (max-width:640px){
    .opening {min-height: 50%; top:15%;}
    .opening .yumesakilogo{width:80%;}
    .opening{margin: 0 8%;}
    .linkAREA a{display: block; margin-bottom: 20px;}
    .linkAREA{margin:0;}
    .linkAREA a{
    display: block;
    margin: 10px 0;
    padding: 10px 30px 5px;
}
}

.btn-shimizu:hover {
    cursor: pointer;
    text-decoration: none;
    background:#6AB82C;
    transform: translate3d(0, 4px, 0);
    transition: .0s;
    border-bottom: none;
    border: solid 3px #fff;
}
.btn-nagaizumi:hover {
    cursor: pointer;
    text-decoration: none;
    background:#E94609;
    transform: translate3d(0, 4px, 0);
    transition: .0s;
    border-bottom: none;
    border: solid 3px #fff;
}
.linkAREA a i{font-size: 150%;}



