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

body{
 /*フォントファミリゴシック*/
font-family: "Quicksand","游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
line-height: 1.5;
opacity: 1;
background: url("../img/silk.jpeg") fixed no-repeat;
background-size: 150% 150%;
background-position: left;
}

section {
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

div {
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

.shadow {
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}


/* clearfix */
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

section.main-content {
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.wrapper {
	width: 700px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	
}

.wrapper img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}

.wrapper video {
	display: block;
	width: 100%;
}

.content-img {
	width: 100%;
	height: auto;
}

/* main */

.relative {
	position: relative;
}

.c-button1 {
    bottom: 33%;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90%;
}

.wrapper .c-button2 {
    bottom: 27%;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 90%;
}

.c-button3 {
    bottom: 2%;
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
	width: 90%;
}

/* footer */

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	box-sizing: border-box;
}

ul.f-ul {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
    background: #ebebeb none repeat scroll 0 0;
    justify-content: center;
	padding: 30px 0 30px;
}

.f-ul li {
    width: auto;
    padding: 10px;
    font-size: 15px;
    list-style: none;
}

p.cr {
    font-size: 14px;
    text-align: center;
    padding: 20px 5px;
}

.map {
    margin: 0 auto;
    border: 0;
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 7%;
    width: 90%;
    height: auto;
    min-height: 26%;	
}


/* animation */

.gif1 {
    position: absolute;
    width: 35%;
    right: 3%;
    bottom: 4%;
}

.gif2 {
    position: absolute;
    width: 100%;
    right: 0;
    bottom: 0.1%;
    left: 0;
}

.gif3 {
    position: absolute;
    width: 45%;
    left: 3%;
    top: 4%;
}

.gif4 {
    position: absolute;
    width: 45%;
    right: 3%;
    bottom: 4%;
}
/* 点滅 */
.blink {
	-webkit-animation:blink 0.3s ease-in-out infinite alternate;
    -moz-animation:blink 0.3s ease-in-out infinite alternate;
    animation:blink 0.3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.3;}
    100% {opacity:1;}
}


.flowing {
	animation: flowing 1s infinite ease-out;
}

@keyframes flowing {
 0% {
transform:translateY(7px);
}
 50% {
transform:translateY(-7px);
}
 100% {
transform:translateY(7px);
}
}




@media screen and (max-width: 979px) {
	
.wrapper {
	width: 100%;
}

.img {
	max-width: 100%;
}

.wrapper img{
	max-width: 100%;
	height: auto;
}

/* footer */
	
.f-link {
    box-sizing: border-box;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    width: 100%;
	background: #fff;
}	

.f-link a {
	width: calc(100% / 3);
	display: block;
	float: left;
	text-align: center;
}

.f-link a {
    display: block;
    float: none;
    margin-bottom: 5px;
    text-align: center;
    text-decoration: none !important;
    width: 100%;
}

.pconly {
	display: none;
}


}



