/*
theme name: Original Theme
theme uri: 
description: 
Author: 
version:2016
*/


/*------------------------------------------------------------
	RESET
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure { margin: 0; padding: 0; border: 0; outline: 0; font-size: 1em; box-sizing:border-box;}
body, table, input, textarea, select, option { font-family:'Noto Sans JP', sans-serif; font-size: 1em;  box-sizing:border-box; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

html{ overflow-y:scroll; }

img{ vertical-align:middle;}
img{vertical-align:middle;max-width:100%; height:auto;}
img {
    width: inherit\9;
    max-width: 100%\9;
    height: auto\9;
}
table{border-collapse:collapse;}

.wrap{ overflow:hidden; }

/*------------------------------------------------------------
	LINK
------------------------------------------------------------*/
a{ color:#7ac943; text-decoration:none; }
a:hover {color:#39b24a; text-decoration:none; }


/*------------------------------------------------------------
	TEXTS
------------------------------------------------------------*/
.bold{font-weight:bold;}
.right{text-align:right;}
.center{text-align:center; }
.large{ font-size:1.2em; }

/*------------------------------------------------------------
	COLORS
------------------------------------------------------------*/
.red{ color:#cc2728; }
.pink{color:#f66;}
.green{color:#9DC93A;}
.blue{color:#00A0E9;}
.brown{color:#7A6A56;}
.gold{color:#E6D3A1;}
.orange{color:#fc0;}
.purple{color:#A6B0D9;}
.gray{color:#999;}
.yellow{color:#eddc44;}
.nukku{color:#026838;}


/*------------------------------------------------------------
	MARGINS
------------------------------------------------------------*/

.mb0{ margin-bottom:0px !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb15{ margin-bottom:15px !important; }
.mb20{ margin-bottom:20px !important; }
.mb25{ margin-bottom:25px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }




/*------------------------------------------------------------
	GOOGLEMAP
------------------------------------------------------------*/
.ggmap{
position: relative;
height: 0;
padding:0 0 56.25%;
overflow: hidden;
}
.ggmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*------------------------------------------------------------
	YOUTUBE
------------------------------------------------------------*/
.youtube{
position: relative;
height: 0;
padding: 0 0 56.25%;
overflow: hidden;
}
.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




/*------------------------------------------------------------
	GOTOTOP
------------------------------------------------------------*/
.gototop a{
position:fixed;
bottom:20vw;
right:2vw;
cursor:pointer;
width:10vw;
height:10vw;
z-index:999;
background:#7ac943;
border-radius:50%;
}

.gototop a::before{
content:'';
width:3vw;
height:3vw;
border-left:2px solid #fff;
border-top:2px solid #fff;
text-align:center;
display:block;
transform:rotate(45deg);
position:absolute;
top:4vw;
left:3.2vw;
}



/*------------------------------------------------------------
	FOR PC LAYOUT CSS
------------------------------------------------------------*/
@media screen and (min-width:1024px){


/*------------------------------------------------------------
	GOOGLEMAP
------------------------------------------------------------*/
.ggmap{
position: relative;
height: 0;
padding:0 0 56.25%;
overflow: hidden;
margin-bottom: 40px;
}
.ggmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



/*------------------------------------------------------------
	GOTOTOP
------------------------------------------------------------*/
.gototop a{
position:fixed;
bottom:30px;
right:30px;
cursor:pointer;
width:60px;
height:60px;
z-index:999;
background:#7ac943;
border-radius:50%;
transition:all .2s;
}

	
.gototop a::before{
	content:'';
width:16px;
height:16px;
border-left:2px solid #fff;
border-top:2px solid #fff;
display:block;
transform:rotate(45deg);
position:absolute;
top:25px;
left:22px;
z-index:1000;
}
.gototop a:hover{
	background:#39b24a;
}

/*------------------------------------------------------------
	END PC LAYOUT CSS
------------------------------------------------------------*/
}
/*------------------------------------------------------------
	CLEAR FIX
------------------------------------------------------------*/
.fix{
clear:both;
height:0;
}

.fix {
clear:both;
}

.cf {
overflow:hidden;
}

.cf {
display: inline-block;
}

.cf:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

* html .cf {
height: 1%;
}

.cf {
display: block;
}

