@charset "utf-8";
/*
Theme Name: 安達土地家屋調査士事務所
Description: 安達土地家屋調査士事務所テーマファイル
Version: 1.0
Author: MM
Tags: 
Author URI
*/



/*===============
base
=================*/
* { 
	box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
form,input,p,th,td {
margin:0;
padding:0;
}  
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
    width: 100%;
    height: auto;	
}



html {
	overflow-y: scroll;
	font-size: 62.5%;
}
body{
	font-size:1.6rem; /* =16px */
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	color: #333333;
	margin: 0; padding: 0;
	position: relative;
}
@media screen and (max-width: 768px) {
	body {
		font-size:1.4rem;/* 14px*/
		line-height: 1.6;
		background-image:none;
	}
}
@media screen and (max-width: 640px) {
	html,
	body { overflow-x: hidden; max-width: 100%; }
	}

a:link,
a:visited,
a:active{

}

a:hover{

}
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}


ul,ol{
list-style: none;
}

/*clearfix*/
.clearfix:after,
.recruit_p:after
{  
visibility:hidden;/*見えなくする*/ 
height:0;/*見えなくする*/
display: block;/*block要素にする*/
font-size: 0;  
content: " ";  
clear: both;  

}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


.mb0 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }

.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }

.al_left { text-align: left; }
.al_right { text-align: right; }
.al_center { text-align: center; }

.t_red { color: #ff0000; }

.no_border_btm { border-bottom: none !important; } 


.pc {}
.sp { display: none !important; }
.tablet { display: none !important; }


@media screen and (max-width: 1024px) {
	.pc { display: none !important; }
	.tablet { display: block !important; }
}


@media screen and (max-width: 640px) {
	.tablet { display: none !important; }
	.sp { display: block !important; }
	.scroll_x {
	  overflow-y: hidden;
	  overflow-x: scroll;
	-webkit-overflow-scrolling: touch;	
	}
	.scroll_x::-webkit-scrollbar {
	  height: 10px;
	}	
}


/*ページネーション*/
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:11px;
	line-height:13px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #666 ;
}

div.pagination a:hover{
	color:#fff ;
	background: #fdcd1a;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #fdcd1a;
	color:#fff ;
}



/*---------------------------------------------------------------------------
　header
---------------------------------------------------------------------------*/


/*==============================
.hnav
================================*/
header .inner .header_right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: auto;
}

.hnav {
	width: 260px;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}

.hnav li.contact {
	width: 150px;
}
.hnav li.dlone {
	width: 110px;
}
.hnav li a {
	transition: 0.5s;
}
.hnav li a:hover {
	opacity: 0.6;
}




.htel {
	margin: 0 0 5px 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.htel .num { 
	padding: 0 0 0 20px;
	position: relative;
	color: #932E44;
	font-size: 3rem;
}
.htel .num::before {
	content: "";
	width: 11px; height: 15px;
	background-image: url("images/htel.png");
	background-size: contain;
	display: block;
	margin-bottom: 5px;
	display: inline-block;
	position: absolute; left: 0; top: 50%; transform: translateY(-50%);
}

.htel .time {
	font-size: 1.4rem;
	padding: 5px 0 0;
	margin-left: 10px;
	margin-right: 10px;
}
.htel .line {
	display: none;
}


@media screen and (max-width: 1024px) {
	header .inner .header_right {
	  display: block;
	  width: 100%;
	}	
	
	.hnav { display: none; }
	.htel {
		margin: 0 0 5px 0;
		justify-content: center;
		align-items: center;
	}	
	.htel .time {
	  font-size: 1rem;
	  padding: 0;
	  margin-left: 10px;
	  margin-right: 0px;
	}	
	.htel .num {
	  font-size: 2rem;
	}	
	.htel .line {
		display: block;
		border-bottom: none;
		width: 32px;
		margin-right: 10px;
	}	
}





/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 0 0;
    line-height: 1;
    z-index: 999;
	background-color: #fff;
}
#top-head a,
#top-head {
    color: #000;
    text-decoration: none;
}

#top-head .inner {
  position: relative;
}

#top-head .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0px auto;
  padding: 0 0;
  box-sizing: border-box;
}


@media screen and (max-width: 1024px) {
	#top-head .inner {
	  flex-wrap: wrap;
		background-color: #fff;
	}	
}

#top-head h2 {
	color: #42210B;
	font-size: 0.875em;
	font-weight: normal;
	line-height: 1.375;
	margin: 10px 50px 5px 10px;
	text-align: center;
}
#top-head .logo {
    color: #000;
	text-decoration: none;
    font-size: 30px;
	display: inline-block;
	margin: 10px 0 5px 10px;	
}
#global-nav ul {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
#global-nav ul li {
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	white-space: nowrap;
	position: relative;
	margin: 0 15px 0 0;
}
#global-nav ul li a {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .3s;
	color: #333333 !important;
	text-decoration: none;
	padding: 6px 0;
	line-height: 1;
	position: relative;
	font-size: 15px;
	font-weight: bold;
}
#global-nav ul li a::after {
	content: "";
	background-color: #fff;
	width: 100%; height: 1px;
	position: absolute; left: 0; bottom: 0;
	transition: 0.5s;
}
#global-nav ul li a:hover::after {
	content: "";
	background-color: #932E44;
	width: 100%; height: 1px;
	position: absolute; left: 0; bottom: 0;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 100px;
    background: #fff;
    background: rgba(255,255,255,1.0);
	box-shadow: 0 0 5px #ccc;
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
}
 
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 15px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 101;
  padding: 5px 5px 0;
  background: #932E44;
  border-radius: 2px;
}


#nav-toggle div {
    position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 50vh;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}


	
	
#nav-toggle span:nth-child(3) {
  top: 16px;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}

@media screen and (max-width: 1024px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
		height: 90px;
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
		height: 90px;
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 45px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
		color: #333;
		font-size: 22px;
		margin: 0px 50px 5px 10px;
		display: block;
		text-align: center;
		box-sizing: border-box;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: 80px; left: 1024px;
        background: rgba(144,47,68,0.98);
        width: 100%; height: 100vh;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
		display: table;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
		float: none;
		position: static;
		display: inline-block;
		width: 90%;
		max-width: none;
		height: auto;
		text-align: center;
		box-sizing: border-box;
		border-left: none;
		border-bottom: dotted 1px #fff;
		margin: 0 auto;
    }

	
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff !important;
        padding: 18px 0;
    }
    #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: translateX(-1024px);
        -webkit-transform: translateX(-1024px);
        transform: translateX(-1024px);
    }
}

@media screen and (max-width: 640px) {
	#top-head h2 {
	   font-size: 10px;
		letter-spacing: -0.5px;
	}	
}



/*---------------------------------------------------------------------------

　side_btn

---------------------------------------------------------------------------*/
.side_btn {
	position: fixed;
	right: 0;
	top: 200px;
	
	z-index: 9000;
}
.side_btn img {
	width: 68px; height: auto;
	transition: 0.5s;
}
.side_btn img:hover {
	opacity: 0.6;
}
.flow01 .side_btn,
.flow02 .side_btn,
.flow03 .side_btn {
  display: none !important
}

@media screen and (max-width: 640px) {
	.side_btn {
		display: none;
	}	
}

/*---------------------------------------------------------------------------

　footer

---------------------------------------------------------------------------*/
footer {
	background: #410908;
	color: #fff;
}

/*===============
.contact_area
=================*/
footer .contact_area {
	width: 100%;
	background:url("images/bg_f_contact.jpg") no-repeat;
	background-size: cover;
	padding: 140px 0;
	text-align: center;
}
footer .contact_area .inner {
	background-color: rgba(255,255,255,0.75);
	width: 100%; max-width: 1000px;
	padding: 40px 70px;
	margin: 0 auto;
}



footer .contact_area p.title_box {
	color: #410908;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1;
	padding: 30px 0 10px;
	position: relative;
	width: 100%;
}
footer .contact_area p.title_box .eng {
	font-size: 2em;
	font-weight: 300;
	display: block;
}
footer .contact_area p.title_box::after {
	content: "";
	background-color: #410908;
	width: 100%; height: 1px;
	position: absolute; 
	left: 50%; bottom: 0; transform: translateX(-50%);
}

footer .contact_area ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
}
footer .contact_area li {
	color: #000;
	width: 50%;
	padding: 20px 20px;
	position: relative;
}
footer .contact_area li .head_box {
	font-size: 1em;
	text-align: left;
	padding-left: 20px;
	position: relative;
}
footer .contact_area li .head_box::before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-top: 5px solid #932E44;
	border-right: 5px solid #932E44;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: rotate(45deg) translateY(-50%);
	position: absolute; left: 0; top: 50%;

}
footer .contact_area li .tel_box {
	font-weight: 700;
	font-size: 2.0em;
	position: relative;
	padding-left: 45px;
	display: inline-block;	
}
footer .contact_area .btn_box {
	margin: 25px auto 0;
}
footer .contact_area .btn_box a {
	color: #932E44;
	font-size: 16px;
	font-weight: 700;	
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	width: 270px;
	transition: 0.3s;
	text-decoration: none;
	border: solid 1px #932E44;
}
footer .contact_area .btn_box a::after {
	content: '';
	width: 0px;
	height: 0px;
	border-top: 5px solid #932E44;
	border-right: 5px solid #932E44;
	border-left: 5px solid transparent;
	border-bottom: 5px solid transparent;
	transform: rotate(45deg);

}
footer .contact_area .btn_box a:hover {
  text-decoration: none;
  background-color: rgba(255,255,255,0.7);
}

footer .contact_area .icon_mail::before {
	content: "";
	display: inline-block;
	width: 40px; height: 32px;
	background-image: url("images/icon_mail.png");
	background-size: cover;
	position: absolute;
	left: 0; top: 50%; transform: translateY(-50%);
}
footer .contact_area li .tel_box::before {
	content: "";
	display: inline-block;
	width: 40px; height: 32px;
	background-image: url("images/icon_tel.png");
	background-size: cover;
	position: absolute;
	left: 0; top: 50%; transform: translateY(-50%);
}




footer .contact_area li.tel::after {
	content: "";
	width: 1px; height: 80%;
	background-color: #939393;
	position: absolute;
	right: 0; top: 50%; transform: translateY(-50%);
}

footer .contact_area .mail_img {
	position: absolute;
	right: -20px; top: -25px;
	width: 36%;
}

@media screen and (max-width: 640px) {
	footer .contact_area {
		padding: 40px 0;
	}	
	footer .contact_area .inner {
		padding: 30px 30px;
	}
	
	footer .contact_area li {
		width: 100%;
		padding: 20px 20px;
	}	
	footer .contact_area li.tel::before {
		content: "";
		position: absolute;
		width: 80%; height: 1px;
		background-color: #939393;
		left: 50%; bottom: 0; transform: translateX(-50%);
	}	
	footer .contact_area li.tel::after {
		display: none;
	}
}


/*===============
.bnr_area
=================*/
footer .bnr_area {
	width: 100%;
	background-color: #fff;
	padding: 70px 0;
}
footer .bnr_area ul {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;	
	flex-wrap: wrap;
}
footer .bnr_area li {
	width: 40%; max-width: 220px;
	margin: 0 10px;
	text-align: center;
}

footer .bnr_area ul.security { margin-bottom: 15px; }
footer .bnr_area ul.security li {
	width: auto; max-width: inherit;
	display: flex;
	justify-content: center;
	align-items: center;		
}
footer .bnr_area ul.security a {
	text-decoration: none;
	text-align: left;
	color: #000;
}
footer .bnr_area ul.security a span.security_action {
	color: #0033CC;
}
footer .bnr_area ul.security li img {
	width: 100px; max-width: auto;
}

@media screen and (max-width: 640px) {
	footer .bnr_area li {
		width: 90%;
		margin: 0 auto 10px;
	}
	footer .bnr_area li img {
		max-width: 300px;
	}
	footer .bnr_area ul.security li img {
		width: 60px; max-width: auto;
	}	
}


/*==============================
footer .inner
================================*/

footer > .inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 3em 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer .inner .name_add {
	width: auto;
	white-space: nowrap;
}
footer .inner .name_add a {
	color: #fff;
}
footer .inner .fnav {
	display: flex;
	justify-content: flex-end;
	flex-wrap:wrap;
	align-items:center;
	width: auto;
}
footer .inner .fnav li {
	display: inline-block;
	font-size: 15px;
	position: relative;
	padding-left: 7px;
	margin: 0 0 0 10px;
}
footer .inner .fnav li::before {
	content: "";
	background-color: #fff;
	width: 3px; height: 2px;
	position: absolute;
	left: 0; top: 50%;
}
footer .inner .fnav li.line {
	padding: 0;
	width: 56px;
}
footer .inner .fnav li.line::before {
	display: none;
}
footer .inner .fnav a {
	color: #fff !important;
	text-decoration: none;
}






@media screen and (max-width: 640px) {
	footer .inner { 
		width: 100%; margin: 0 auto 30px;
		display: block;
	}
	footer .inner .name_add {
		width: 90%;
		border-bottom: solid 1px #fff;
		margin: 0 auto 10px;
		padding: 10px 0;
	}
	footer .inner .fnav {
		width: 90%;
		margin: 0 auto;
		justify-content: flex-start;
		flex-wrap: wrap;
	}	
	footer .inner .fnav li {
		border-bottom: dotted 1px #fff;
		padding: 5px 0 5px 20px;
		margin: 0 0 0 0;
		width: 100%;
	}		
	footer .inner .fnav li.line {
		border-bottom: none;
		width: 32px;
	}	
}





.copyright {
	color: #fff;
	font-size: 80%;
	padding: 1em;
	text-align: center;
	width: 100%;
}



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

}
.fnav_sp {
    width: 100%;
    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 9998;
	display: none;
}
.fnav_sp ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.fnav_sp li {
    width: 50%;
    margin: 0;
	background-color: #932E44;
	text-align: center;
}

.fnav_sp li.estimate {
    width: 100%;
    margin: 0;
	background-color: #1938bc;
	text-align: center;
}
.fnav_sp li img {
	max-width: 300px;
}
@media screen and (max-width: 640px) {
	.fnav_sp {
		display: block;
	}
	body.flow01 .fnav_sp,
	body.flow02 .fnav_sp,
	body.flow03 .fnav_sp {
		display: none;
	}	
}


