@charset "utf-8";
/* CSS Document */
/* =Reset default browser CSS.
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */

body{
	color: #555;
	font-size: 13px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 0.1em;
}


.inner {
	width: 100%;
	margin: 0;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 


 
/* header */
#top-head {
	top: -100px;
	position: absolute;
	line-height: 1;
	z-index: 999;
	margin-top: 100px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 100%;
	background-color: #FFF;
}
#top-head a,
#top-head {
	color: #666;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px !important;
	height: 1.5em !important;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	margin-bottom: 15px;
}

#global-nav ul li a:hover {
	color: #999 !important;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0C9;
}


 
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	height: 55px;
	background: #fff;
	background: rgba(255,255,255,1);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
	box-shadow:0px 10px:#888;
	-webkit-box-shadow:0px 10px:#888;
	-moz-box-shadow:0px 10px:#888;
	-o-box-shadow:0px 10px:#888;
	-ms-box-shadow:0px 10px:#888;

}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}

#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #5a57e8;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


/*************
/*footer
*************/

footer{
	background-image: url(../img/bg_orb.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #DBDBDB;
}
footer address{
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	padding-top: 10px;
	float: left;
	width: 40%;
	padding-left: 5%;
	padding-right: 5%;
}
footer address dt{
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 20px;
	font-weight: bold;
}

/* googlemap */
.google-maps {
	position: relative;
	padding-bottom: 25%;
// これが縦横比
height: 0;
	overflow: hidden;
	margin-bottom: 7px;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


#copyright{
	font-size: small;
	color: #FFF;
	padding-left: 25px;
	padding-bottom: 2px;
}
/*************
/*floatclear
*************/
.cf:before, .cf:after {content:' '; display:table;}
.cf:after {clear:both;}
.cf {*zoom: 1;} /* For IE 6/7*/


@media only screen and (max-width:1150px){
/* googlemap */
.google-maps {
position: relative;
padding-bottom: 30%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
}

@media only screen and (min-width:960px){
#top-head .logo {
	float: left;
	padding-left: 35px;
}
}

@media only screen and (max-width:959px){
/**************************
/* wrapper
**************************/
#top-head .logo {
	float: left;
	padding-left: 5px;
}
}
@media only screen and (max-width:920px){
/* googlemap */
.google-maps {
position: relative;
padding-bottom: 35%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


}
@media screen and (max-width: 825px) {
/* googlemap */
.google-maps {
position: relative;
padding-bottom: 40%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
}
@media screen and (max-width: 780px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: #5a57e8;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
    }
#global-nav ul li a:hover {
	color: #CCC !important;
	background-color: #0C9;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }


}
@media only screen and (max-width:680px){
/* googlemap */
.google-maps {
position: relative;
padding-bottom: 50%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
}


@media only screen and (max-width:620px){
footer address{
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	padding-top: 10px;
	width: 100%;
	padding-left: 15%;
	padding-right: 15%;
	padding-bottom: 30px;
}
/* googlemap */
.google-maps {
	position: relative;
	padding-bottom: 50%;
// これが縦横比
height: 0;
	overflow: hidden;
	width: 100%;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

}
@media only screen and (max-width:400px){


/*************
/*footer
*************/
#copyright{
	font-size: 9px;
	color: #FFF;
	padding-left: 15px;
}

}

.orb-title-pro {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90px;
	line-height: 30px;
	color: rgba(190,190,190,0.5);
	height: auto;
	background-color: #FFF;
	padding-top: 0px;
	text-align: center;
	width: auto;
	margin-top: 120px;
	text-decoration: none;
	margin-left: auto;
	padding-bottom: 10px;
	margin-bottom: 30px;
	text-align: center;
	z-index: -2;
	font-style: normal;
	font-weight: normal;
	margin-right: auto;
	letter-spacing: 5px;
}



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

/**************************
/* profileタイトル
**************************/

.orb-title-pro {
	padding-top: 0px;
	text-align: center;
	margin-top: 120px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	z-index: -2;
	width: 90%;
	padding-right: 4%;
	padding-left: 4%;
	font-size: 450%;
	display: block;
	letter-spacing: 3px;

}

}


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

/**************************
/* profileタイトル
**************************/

.orb-title-pro {
	padding-top: 0px;
	text-align: center;
	margin-top: 120px;
	padding-bottom: 10px;
	margin-bottom: 50px;
	z-index: -2;
	width: 90%;
	padding-right: 4%;
	padding-left: 4%;
	font-size: 280%;
	display: block;
	letter-spacing: 3px;

}

}



/**************************
/* 以下profileページcss
**************************/

/**************************
/* wrapper
**************************/
@media screen and (min-width: 950px) {

#wrapper{
	margin-top: 100px;
	max-width: 950px;
	margin-right: auto;
	margin-left: auto;
}
}

@media screen and (max-width: 949px) {
#wrapper{
	margin-top: 100px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

}



#prfl{
	width: 100%;
	border-collapse: collapse;
	letter-spacing: 1px;
	margin-bottom: 50px;
	box-shadow: 3px 3px 8px #ddd;
	-webkit-box-shadow: 3px 3px 8px #ddd;
	-moz-box-shadow: 3px 3x 8px #ddd;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    
}
#prfl_4 {
	width: 100%;
	border-collapse: collapse;
	letter-spacing: 1px;
	margin-bottom: 50px;
	box-shadow: 3px 3px 8px #ddd;
	-webkit-box-shadow: 3px 3px 8px #ddd;
	-moz-box-shadow: 3px 3x 8px #ddd;
	border: 1px solid #CCC;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}


#prfl caption {
	text-align: left;
	font-weight: bolder;
	font-size: large;
	padding-left: 30px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #62b2d3;
}
#prfl_4 caption {
	text-align: left;
	font-weight: bolder;
	font-size: large;
	padding-left: 30px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #62b2d3;
}


#prfl .ttl{
	width: 20%;
	color: #333;
	background-color: #EFEFEF;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0%;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: center;
}
#prfl_4 .ttl_4 {
	width: 50%;
	color: #333;
	background-color: #EFEFEF;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	text-align: left;
}
#prfl tr td .orb_product {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1e75f8;
	display: inline-block;
}



#prfl td{
	width: 80%;
	background: #FFF;
	padding: 10px 25px;
	vertical-align: top;
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}
#prfl_4 td {
	width: 50%;
	background: #FFF;
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
	vertical-align: top;
}


#prfl tbody{
	border-bottom:#CCC solid 1px;
}

.bg_w{
	background-color: #FFF !important;
}

@media screen and (max-width: 770px) {
#wrapper{
	margin-top: 100px;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}


#prfl .ttl{
	width: 13%;
	color: #333;
	background-color: #EFEFEF;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-left: 0px;
	text-align: center;
}
#prfl_4 .ttl_4 {
	width: 50%;
	color: #333;
	background-color: #EFEFEF;
	font-size: 14px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	padding-left: 15px;
	text-align: left;
}

#prfl tr td .orb_product {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1e75f8;
	display: inline-block;
}
#prfl td{
	width: 87%;
	background: #FFF;
	padding: 10px 25px;
	vertical-align: top;
	font-size: 14px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}

}

@media screen and (max-width: 650px) {
#prfl .ttl{
	width: 100%;
	color: #333;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 25px;
	display: block;
	text-align: left;
	background-color: #e1f1ff;
}
#prfl_4 .ttl_4 {
	width: 100%;
	color: #333;
	font-size: 12px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	padding-left: 25px;
	display: block;
	text-align: left;
	background-color: #e1f1ff;
}
#prfl tr td .orb_product {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #1e75f8;
	display: inline-block;
}
#prfl td{
	width: 100%;
	background: #FFF;
	padding: 10px 25px;
	vertical-align: top;
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}

#prfl_4 td {
	width: 100%;
	background: #FFF;
	vertical-align: top;
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
}
}
