@charset "UTF-8";



#wrapper{}

#ttl{
	/*background: url(/common/img/ttl.png) no-repeat 0 0;*/
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	color:#24c9ff;
}


#ttl h1{
	margin-top:60px;
}

#ttl p{
	margin:30px 0 50px ;
	line-height:160%;
}

h2 span{
	font-size:120px;
}


#info{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	color:#24c9ff;
	margin:220px 0 0;
}



/*==============================================================
ページトップへ戻る
==============================================================*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: table-cell;
    background-color: #000;
    text-align: center;
	vertical-align:middle;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 50%;/* 50%でもOK */
	-moz-border-radius: 50%;
	border-radius: 50%;
	opacity:0.6;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	zoom:1;
}

.pagetop a:hover {
	opacity:0.9;
	filter: alpha(opacity=90);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=90)";  /* ie 8 */
	-moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.9;              /* Safari 1.x */
	zoom:1;
}


/*==============================================================
ヘッダー
==============================================================*/

/*グローバルナビ*/

.btn_nav {
     border: none;
     font-family: inherit;
     font-size: inherit;
     color: #24c9ff;
     background: none;
     cursor: pointer;
     padding: 25px 80px;
     display: inline-block;
     margin: 15px 30px;
     text-align: center;
     letter-spacing: 1px;
     font-weight: 700;
     outline: none;
     position: relative;
}

/* Button 1b */
.btn-1b .back {
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background: #24c9ff;
}
.btn-1b .text {
  z-index: 2;
  width: 100%;
  top: 18px;
  position: absolute;
  left: 0px;
  color: #24c9ff;
}
.btn-1b:hover .text {
  color: #fff;
}


.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
	text-align:center;
	box-shadow: 0px 0px 2px 0px #ccc;
    -webkit-box-shadow: 0px 0px 2px 0px #ccc;
    -moz-box-shadow: 0px 0px 2px 0px #ccc;
}

.nav{
	background:#FFFFFF;
	width:100%;
	float:right;
}

.nav ul{
	display:table;
	margin:0 auto;
	padding:0;
}

.nav ul li{
	display:table-cell;
	width:25%;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.nav ul li a{
	color:#24c9ff;
}


.nav.fixed {
	background-color:rgba(255,255,255,0.95);
}



/*Facebook Like*/
#fb{
	color:#FFF;
}

/*Twitter*/
#tw{
	margin:0 0 100px;
}

/*Information*/
#info ul{
	margin:30px 0 100px;
}
#info h3{
	margin-top: 60px;
	display: block;
	font-size: 14px;
}
/*ギャラリー*/
#portfolio{
	margin:70px 0;
	background:#FFFFFF;
	padding:50px 0 0;
	margin-bottom:100px;
}

#portfolio h3{
	font-size:36px;
	margin-bottom:50px;
	color:#24c9ff;
}


#mygallery a{
	overflow: hidden;
}


#mygallery a img {
    -moz-transition: -moz-transform 0.7s linear;
    -webkit-transition: -webkit-transform 0.7s linear;
    -o-transition: -o-transform 0.7s linear;
    -ms-transition: -ms-transform 0.7s linear;
    transition: transform 0.7s linear;
}
#mygallery a img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

/*sns_area*/
#sns_area{
	margin:50px auto 50px;
	text-align:center;
	width:100%;
	display:block;
}
#sns_area ul{
	display:table;
	width:100%;
}
#sns_area li{
display: table-cell;
table-layout:fixed;
width:30%;
}
.btn{
	display:block;
    width: 100%;
    padding:20px 0;
    text-decoration: none;
    color: #fff !important;
    text-align: center;
	vertical-align:middle;
}

.btn:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;
}

.twitter{
    background: #55acee;
}

.fb{
    background: #3b5998;
}

.line{
    background: #09B701;

}





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

html body {
	  background: url(/common/img/bg.png) no-repeat center top fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}

.nav{
	background:#FFFFFF;
	width:100%;
	float:right;

}

.nav ul{
	display:table;
	margin:0 auto;
	padding:10px 0;
}

.nav ul li{
	display:table-cell;
	padding:0;
	width:20%;
	height:60px;
	text-align:center;
	vertical-align:middle;
	font-weight:bold;
}

.btn_nav {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #24c9ff;
    background: none;
    cursor: pointer;
    padding: 25px 5%;
    display: inline-block;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    outline: none;
    position: relative;
}

.nav .gnav ul{
	width:100%;
}

.nav .gnav ul li a{
	padding:0;
	display:block;
/*	background:#59bbca;*/
	margin:0 1px 0 0;
}

.btn-1b .text {
    z-index: 2;
    width: 100%;
/*    top: 18px;
    position: absolute;*/
    left: 0px;
    color: #59bbca;
}


/*.nav .gnav ul{
	width:100%;
}

.nav .gnav ul li{
	display:table-cell;
	width:20%;
	background:#59bbca;
}

.nav .gnav ul li a{
	padding:10px;
	display:block;
	color: #fff;
	background:#59bbca;
	margin:0 1px 0 0;
}

.nav .gnav ul li:last-child a{
	margin:0;
}
*/

/*Twitter*/
#tw{
	margin:20px 5% 100px;
}

}



/*ボタン*/

.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
	margin-top: 30px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.button {
  position: relative;
  z-index: 2;
  background-color: #59bbca;
  border: 2px solid #59bbca;
  color: #fff;
  line-height: 50px;
}
.button:hover {
  background-color: #fff;
  border-color: #59b1eb;
  color: #59b1eb;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #fff;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #59b1eb;
}
