    /*
    Theme Name: assist-wp2
    Description:アシスト行政書士事務所/永田裕史土地家屋調査士事務所
    Theme URI: http://assist-office.net/
    Author: 株式会社エルテ
    Author URI: http://erte-works.com/
    Version: バージョン
    License: 株式会社エルテ
    License URI: http://erte-works.com/
    */


/* IMPORT RESET */
@import url("css/reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("css/responsive.gs.12col.css");

/* TOPCSS */
@import url("css/top.css");

/* content.css */
@import url("css/content.css");

/* maximage */
@import url("css/jquery.maximage.css");

/* slick */
@import url("css/slick.css");

/* slick-theme */
@import url("css/slick-theme.css");

/* animate.css */
@import url("css/animate.css");

/* Font Awesome */
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");

/*	EXAMPLE STYLES */
body {
	font-family: 'BIZ UDGothic', sans-serif;
	color: #333;
	font-size: 15px;
	line-height:1.8;
	background:#fff;
	overflow-x: hidden;
}

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

main{
min-height:1500px;
}

.bg_kasou{
    background-image:url(common_img/bg_01.png);
    background-size:100%;
    background-position:center 0;
    background-repeat:no-repeat;
}

/* header */
#top-head {
    top: -200px;
    position: absolute;
    width: 100%;
    margin: 200px auto 0;
    padding: 0px 0 0px;
    line-height: 1;
    z-index: 999;
}

#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
    text-align: center;
}
#top-head .inner {
    position: relative;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 0.9;
    background-image:url(common_img/logo.png);
    background-size:330px;
    background-position:center center;
    background-repeat:no-repeat;
    background-color:rgba(0,165,159,0.9);
}
#top-head.fixed .logo {
}
#top-head.fixed #global-nav ul li a {
}

.floater{
width:100px;
right:2%;
top:175px;
position: absolute;
z-index:100;
}

.floater img{
width:100%;
margin:0 0 10px;
}

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

.floater{
top:60px;
width:50px;
}
}

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

#top-head.fixed {
    background-size:70%;
}

.floater{
top:10px;
}
}

/* ヘッダー内　ボタンエリア */

#nav-info {
    position: absolute;
    right: 0px;
    top: 65px;
    width: 180px;
    background:rgba(0,0,0,0.9);
    z-index: 101;
}

#nav-info li{
    float:none;
    padding:0 5px;
    text-align:center;
}
 
/* Toggle Button */
#nav-toggle {
    position: absolute;
    left: 22px;
    width: 36px;
    height: 36px;
    background-color:rgba(0,165,159,1.0);
    border-radius: 5px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 72%;
    background: #fff;
    left: 5px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 8px;
}
#nav-toggle span:nth-child(2) {
    top: 16px;
}
#nav-toggle span:nth-child(3) {
    top: 24px;
}


    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
    }
    #mobile-head {
        width: 100%;
        z-index: 999;
        height:65px;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {

    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -507px;
        width:40%;
        text-align: center;
        padding: 0px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        width:100%;
        left: 0;
        bottom: 0px;
    }
    #global-nav ul li {
        float: left;
        position: static;
        width:49.7%;
        margin-bottom:2px;
        margin-right:0.3%;
    }

    #global-nav ul li span{
display:block;
text-align:center;
color:#ccc;
}

    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        text-align:center;
        text-shadow:1px 1px 3px #000;
        padding: 15px 0;
        background-color:rgba(0,165,159,0.9);
    }

    #top-head #global-nav ul li a:hover{background-color:rgba(0,165,159,1.0);}
    #nav-toggle {
        display: block;
        top:15px;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 16px;
        -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: 16px;
        -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(572px);
        -webkit-transform: translateY(572px);
        transform: translateY(572px);
    }


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

#nav-info {
    position: absolute;
    right: 0px;
    top: 65px;
    width: 80px;
    z-index: 101;
}

#nav-info li{
    float:none;
    display:block;
    padding:5px 0;
    text-align:center;
}

#nav-info li:last-child{
    width:30px;
    margin:auto;
}
    #global-nav {
        width:60%;
    }
    #global-nav ul {
        font-size:80%;
    }
}


/* ----------   main  --------------------- */

main {
	padding:0px 0 80px;
	min-height:600px;
}
.pc_none{display:none;}
.sp_none{display:block;}

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


main {
	padding:0px 15px 50px;
	min-height:300px;
}

main p{
	padding:0px 20px 0px;
	line-height:1.8;
}

}

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

.pc_none{display:block;}
.sp_none{display:none;}

}

/* ----------   section  --------------------- */
section {

}

aside {
	margin:0px 0 10px;
}

#side_bar{
}

/* ----------   footer  --------------------- */

footer {
	padding:0px 0px 0px;
	background:#00807b;
}

#f_contact{
padding:35px 0px 35px;
background:url(common_img/bg_f.png) repeat 0 0;
}

#f_contact dl{
text-align:center;
}


#f_contact dl dt{
text-align:center;
}

#f_contact dl dd{
text-align:center;
}

#f_contact ul{
width:400px;
margin:20px auto 20px;
display:block;
}

#f_contact ul li{
width:200px;
float:left;
text-align:center;
}
#f_contact ul li a{
display:block;
text-align:center;
background:#008ca5;
padding:5px 10px;
}

#f_contact ul li:last-child a{
background:#0078a5;
}

#f_contact p{
text-align:center;
font-weight:bold;
}

footer nav{
width:100%;
margin:20px auto 20px;
font-size:100%;
}

footer nav ul{
width:100%;
display:table;
}

footer nav ul li{
display:table-cell;
color:#fff;
text-align:center;
font-weight:bold;
}

footer nav ul li a{
display:block;
color:#fff;
text-decoration:none !important;
}

footer nav ul li a:hover{
color:rgba(255,255,255,0.6) !important;
}

#site_copy{
margin:0px 0 0 0;
padding:30px 0 30px;
color:#fff;
background:#00a59f;
}

#site_copy .com_box dt{
text-align:center;
padding:15px;
}

#site_copy .com_box dd{
text-align:center;
padding:15px;
}

.f_link{text-align:center;}

.f_link img{margin:5px;}

#site_copy p{
text-align:center;
padding:20px 0 0px;
}

.sp_f_nav{
display:none;
}

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

footer nav ul{
width:100%;
display:block;
}

footer nav ul li{
display:block;
color:#fff;
text-align:center;
font-weight:bold;
}



footer nav ul li a{
display:block;
color:#fff;
padding:15px;
border-bottom:dotted 1px #bfffdf;
text-decoration:none !important;
}

}

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

#f_contact ul{
width:120px;
display:block;
}

#f_contact ul li{
width:50px;
float:left;
margin:5px;
text-align:center;
}

#f_contact ul li a{
padding:3% 0 3% 8%;
}

#f_contact dl dd{
padding:0 15px !important;
}

#f_contact dl dd br{
display:none;
}

}

/* ----------   メインイメージ系  --------------------- */

#main_img {
	margin:0px auto 0px;
	padding:0px 0 0px 0;
	width:100%;
	height: 100%;
	position:reletive;
}


#main_img .logo{
	position:absolute;
	top:38%;
	left:0;
	right:0;
	width:680px;
	height:380px;
	margin:auto;
	font-weight:bold;
	z-index:500;
	animation: 2s infinite linear;
	text-align:center;
	padding:0 0px 0;
	font-size:280%;
	color:#fff;
	text-shadow:1px 1px 3px #000;
}

#main_img .logo span{
	display:block;
	font-weight:bold;
	text-align:center;
	font-size:60%;
}

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


#main_img .logo{
	width:280px!important;
	top:40%;
	background-size:320px 245px!important;
	font-size:130%;
	line-height:2.0;
}


#main_img .logo span{
	font-size:80%;
}

}



.btn01 {margin:20px auto;
max-width:280px;
}


.btn01 a{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	font-size:100%;
	display:block;
	padding:13px 0px;
	background-color:rgba(0,140,165,.9);
	background-image: url(common_img/ic_arrow.png);
	background-repeat:no-repeat;
	background-position:95% center;
	text-align:center;
}

.btn01 a:hover{
	background:#00391c;
	background-image: url(common_img/ic_arrow.png);
	background-repeat:no-repeat;
	background-position:95% center;
	text-align:center;
}





/* ----------   フッターナビ  --------------------- */



/* ----------   共通コンテンツ背景  --------------------- */



/* ロールオーバーで不透明度変更
-------------------------------------------------- */
.hover_img a:hover img,
a.hover_img:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}


.link_box{
-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

.bl-hover{
	opacity:0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
	z-index:1;
	-webkit-transition: opacity linear 0.4s; -moz-transition: opacity linear 0.4s; transition: opacity linear 0.4s;
}

/* タイトルのスタイル
-------------------------------------------------- */

/* タイトル
-------------------------------------------------- */
.tt_style01{
padding:0px 0px 20px;
margin:50px 0 40px;
text-align:center;
font-size: 200%;
color:#12298c;
background:url(common_img/tt_bg_01.png) no-repeat center bottom;
font-weight:600;
line-height:1.6;
}

.tt_style01 span{
font-size:70%;
color:#0099e3;
display:block;
text-align:center;
padding:0px 0px 0px 0px ;
}


.tt_style02{
font-size: 130%;
color: #fff;
text-align: left;
padding: 9px 0px 7px 40px;
font-weight: bold;
margin: 40px 0px 30px;
background: #0051cb url(common_img/h3_bg04.png) no-repeat 10px center;
border-bottom: solid 6px #003d99;
}

.tt_style02 span{
font-size:80%;
color:#009d37;
display:inline-block;
margin:0px 20px 0px 0;
}

.tt_style03{
margin:15px 0px 0px;
padding:3px 0px 3px 20px ;
font-size:120%;
color:#fff;
font-weight:bold;
background:#00a2ff;
line-height:35px;
}

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

.tt_style01{
font-size:150%;
margin:30px 0 20px;
}

.tt_style02{
font-size:120%;
}

.tt_style03{
font-size:110%;
}
}


/* googlemap */

/* 
====================================================================================================
◆画像のレフト・ライト
---------------------------------------------------------------------------------------------------- */

.fig_01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_03{
float:right;
width:25%;
margin:0px 0px 0px 25px;
}

.fig_04{
float:left;
width:25%;
margin:0px 25px 20px 0px;
}

.fig_05{
float:left;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_06{
float:right;
width:48%;
margin:0px 0px 0px 0px;
}

.fig_n01{
float:right;
width:36%;
margin:0px 0px 0px 25px;
}

.fig_n02{
float:left;
width:36%;
margin:0px 25px 0px 0px;
}

.fig_n03{
float:right;
width:20%;
margin:0px 0px 0px 25px;
}

.fig_n04{
float:left;
width:20%;
margin:0px 25px 0px 0px;
}

.figure img{width:100%;}

figucaption{text-align:center;}


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

.fig_02{
float:none;
width:80%;
margin:0px auto 20px;
}

}


/* page_top
----------------------------- */
#pagetop{
  width: 50px;
  position: fixed;
  right: 50px;
  bottom:50px;
  z-index: 20;
}
#pagetop a:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70)";
}

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

#pagetop{
  right: 5px;
  bottom:5px;
}

}