/*
Theme Name: Flusk
Theme URI: http://themewagon.com/demo/Flusk/
Author: ThemeWagon
Author URI: http://themewagon.com/
Description: Slick One page HTML 5 template powered by Bootstrap 3.
Version: 1.14.11
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: blur, white, one page, parallax, responsive-layout, full-width-template
Text Domain: flusk
*/

/* ///////////////////////////////////////////////////////////////////// 
//  01 - Global 
/////////////////////////////////////////////////////////////////////*/

* {outline: none !important;}

::selection {
	background-color:#222;
	color:#fff;
}

html {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

body {
	color: #fff;	
	background: #46BAAC;
}

p {
	margin: 0 0 20px 0;
	font-family: "Noto Sans JP",Verdana, Geneva, "sans-serif";
	}

img {max-width: 100%;}

a {
	text-decoration: none;
	outline: none;
	font-family: "Noto Sans JP",Verdana, Geneva, "sans-serif";
	color:#555;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:hover {
	color:#CC3300;
}


h1, h2, h3, h4, h5, h6{		
	margin: 0 0 15px 0;	
	color: #555;
	font-family: "Noto Sans JP",Verdana, Geneva, "sans-serif";
}

.btn{border-radius: 0;}
.btn-o {
    border: 1px solid #222;
    color: #222;
}
.btn-o:hover {
    background: #222;
    color: white;
}
.btn.btn-o-white {
    border: 1px solid white;
    color: white;
    background: transparent;
}
.btn.btn-o-white:hover {
    background: white;
    color: #6a6a6a;
}
.btn.btn-o-dark {
    border: 1px solid #222;
    color: #222;
    background: transparent;
}


/*////////////////////////////////////////////////////////////////////////
//  05 - お問合せフォーム
///////////////////////////////////////////////////////////////////////*/

.content-block{
	background:transparent no-repeat center center fixed;
	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	overflow:hidden;
	padding: 20px 0;
	position: relative;
}

.block-body {
	margin-top: 60px;
}

#contact {
	color: white;
	background-color: #78797C;
}
.block-heading h1{
	font-size:16px;
	font-weight:bold;
	padding-top:8px;
	color:#fff;
	}
hr.border{
	height:5px;
	background-color:#555;
	border:none;
	color:#555;
	top:30px;
	clear:both;
	}
.container2{
	display: block;
	max-width:600px;
	margin: 10px auto;
	}
ul.uleft{
	list-style: none; 
	color:#fff;
	padding-left: 0;
}
ul.uleft a{
	color:#fff;
}
ul.uleft li.lil{
	float: left;
	padding-right: 30px;
}
/*////////////////////////////////////////////////////////////////////////
//  main menu
///////////////////////////////////////////////////////////////////////*/
@media (min-width: 768px) {
.menu{
    height: 0px;
}
.gnav{
    background:transparent;
    height: 50px;
    width: 100%;
	position: fixed;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 50px;
    position: absolute;
    width: 100%;
}
.gnav__menu{
	padding-left: 0;
}
.gnav__menu__item,.gnav__menu__item_blog{
    margin: 0 auto;
}
.gnav__menu__item a{
	color: #fff;
    font-size: 1em;
    font-weight: bold;
	text-decoration: none;
    transition: .5s;
	padding:0 20px;
}
.gnav__menu__item_blog a{
	color: #606060;
    font-size: 1em;
    font-weight: bold;
	text-decoration: none;
    transition: .5s;
	padding:0 20px;
}
.gnav__menu__item a:hover,.gnav__menu__item_blog a:hover{
    color: #666;
}
.gnav__wrap ul{
	float: left;
	position: relative;
	left: 50%;
}
.gnav__menu li{
	float: left;
	position: relative;
	left: -50%;
	list-style: none;
	display: inline;
}
}
@media (max-width: 767px) {
.menu{
    height: 20px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
}
.menu__line--center.active{
    transform:scaleX(0);
}
.menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
}

.gnav{
    background: #ECC628;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 98;
}
.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    position: absolute;
    width: 100%;
}
.gnav__menu{
    position: absolute;
    left: 0;
    transform: translateX(0%);
    width: 100%;
	padding-left: 0;
}
.gnav__menu__item{
    margin: 40px 0 40px 100px;
    opacity: 0;
}
.gnav__menu__item_blog{
    margin: 40px 0 40px 100px;
    opacity: 0;
}
.gnav__menu__item a,.gnav__menu__item_blog a{
	color: #fff;
    font-size: 2em;
    font-weight: bold;
	text-decoration: none;
    transition: .5s;
}
.gnav__menu__item a:hover{
    color: #666;
}
.gnav__menu li{
	text-align: center;
	list-style: none;
	background:no-repeat center url("../images/menuline.png");
}
}



/*////////////////////////////////////////////////////////////////////////
//  10 - Footer
///////////////////////////////////////////////////////////////////////*/


#footer{
	background: #222;
	color: white;
	}

#footer a{
	color: white;
	}
.ft{
	float:right;
	}
.text-right{
	text-align:right;
	}
@media (max-width: 767px){
.ft{
	clear:both;
	}
}

/*////////////////////////////////////////////////////////////////////////
//  11 - SVG
///////////////////////////////////////////////////////////////////////*/

#per{
	animation: per1 12s infinite ease-in-out ;
	}
img#per, img#hio{
	position: absolute;
	top:50px;
}
@keyframes per1{
	0%{opacity: 1.0;}
	10%{opacity: 1.0;}
	50%{opacity: 0.0;}
	60%{opacity: 0.0;}
	100%{opacity: 1.0;}
	}

#hio{
	animation: hio1 12s infinite ease-in-out ;
	}

@keyframes hio1{
	0%{opacity: 0.0;}
	10%{opacity: 0.0;}
	50%{opacity: 1.0;}
	60%{opacity: 1.0;}
	100%{opacity: 0.0;}
	}

@media (min-width: 1201px) {
#svg{
	position: relative;
	top: -100px; 
	max-width: 600px; 
	margin: 0 auto; 
	height: 100vh;
	}
#svg_service{
	position: relative;
	top: 50px; 
	max-width: 600px; 
	margin: 0 auto; 
	}
.svg_a{
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
	}
}
@media (max-width: 1200px) {
#svg{
	position: relative;
	top: 0; 
	max-width: 300px; 
	margin: 0 auto; 
	height: 100vh;
	}
#svg_service{
	position: relative;
	top: 50px; 
	max-width: 600px; 
	margin: 0 auto; 
	}
.svg_a{
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%;
	}
}
@media (max-width: 767px) {
#svg{
	position: relative;
	top: -50px; 
	max-width: 600px; 
	margin: 0 auto; 
	height: 100vh;
	}
#svg_service{
	top: 20px; 
	}
}
@media (max-width: 400px) {
#svg{
	max-width: 100%; 
	margin: 0 auto; 
	height: 100vh;
	}
}


/*////////////////////////////////////////////////////////////////////////
//  Responsive styles
///////////////////////////////////////////////////////////////////////*/
@media (max-width: 1024px){
	.content-block{
	background:transparent no-repeat center center scroll;
	}
}
@media (max-width: 767px){
	.col-sm-6 ul{
	padding-left:0;
	}
}

.archive h1{
	font-size: 18px;
	color: #fff;
}

.sold em{
	text-decoration: line-through;
	color: #555;
}

.top_btm{
	position: absolute;
	bottom: 50px;
	left: 50px;
	display: block;
	width: 50%;
}
@media (max-width: 767px){
.top_btm{
	bottom: 10px;
	left: 10px;
	display: block;
	width: 50%;
}
}