/*
Theme Name: SP012
Author: eNet - 2017.10.2
Author URI: https://www.enetsolutions.co.jp/
Description: テンプレート番号【SP012】
Version: 1.0
License URI: https://www.enetsolutions.co.jp/
*/

@charset "UTF-8";
 @import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');


/* =============================================

	reset.css
	(reset webbrowser default syle)

============================================= */

body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,table,th,td,
form,address,pre,
strong,em,fieldset{
	margin : 0 ;
	padding : 0 ;
	border : 0 ;
	font-size : 100% ;
	font-weight : normal ;
	font-style : normal ;
	text-decoration : none ;
	line-height: 1.4;
}
ul,li{
	margin : 0px ;
	padding : 0px ;
	list-style-type : none ;
	line-height : 100% ;
}

a{
	text-decoration : underline ;
}

a img{
	border : none ;
}

img{
	vertical-align : top ;
}

hr{
	display : none ;
	clear : both ;
}



/*-----------------------------
base
----------------------------- */

/*-- clear fix elements start --*/

.clearfix:after {
content: " " ;
display : block ;
clear : both;
height : 0 ;
visibility : hidden ;
}
.clearfix {
min-height : 1px ;
}
* html .clearfix {
height: 1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}

/*-- clear fix elements end --*/

html {
	overflow-y : scroll ;
	scroll-behavior: smooth;
}
body {
	width : 100% ;
	margin : 0 ;
	font-size : .9375em;
	line-height : 1.6em ;
	font-family: "Sawarabi Gothic","Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	letter-spacing: .02em;
	color : #fff ;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3f4c6b+0,3f4c6b+100;Blue+Grey+Flat */
	background: rgb(63,76,107); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(63,76,107,1) 0%, rgba(63,76,107,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(63,76,107,1) 0%,rgba(63,76,107,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f4c6b', endColorstr='#3f4c6b',GradientType=0 ); /* IE6-9 */;
}
a {
	color : #fff ;
	outline : none;
	text-decoration: none;
}
a:visited {
	color : #fff ;
}
a:hover {
	color : #c3a456 ;
	text-decoration : none ;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
a.clear:hover{
	opacity: .7;
	filter : alpha(opacity=70);
	-ms-filter : "alpha( opacity=70 )";
}
img {
	max-width: 100%;
	height: auto;
}
/* ドラッグした文字を装飾 */
::selection {
	background: #c3a456;
	color: #fff;
}
::-moz-selection {
	background: #c3a456;
	color: #fff;
}


/*==================================================

	START header
 
==================================================*/

#header{
	background-color: #e0d9c8;
	height: 100px;
}
#header h1{
	line-height: 100px;
}
#header h1 a{
	color: #555;
}
#header h1 a:hover{
	color: #b68f4b;
}

/*==================================================

	START navi
 
==================================================*/
#nav{
	text-align: center;
}
#nav li a{
	color: #fff;
	line-height: 1.4;
	display: block;
	padding: 1.5em 0;
	border-bottom: 1px solid #c3bbab;
}
#nav li a:hover,
#nav li.current a{
	background: #b68f4b;
	color: #fff;
	-webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}

/*----- バナー貼り付け -----*/
#bunner{
	text-align: center;
	padding: 1.5em 0 0;
}
#bunner a img{
	padding: 0 0 1em;
}
#bunner a:hover img{
	opacity: 0.7;
}

/*----- バナー貼り付けここまで -----*/

/*==================================================

	START footer
 
==================================================*/

#footer{
	color: #fff;
	padding: 40px 0;
}
#footer #footer-block{
	display: table;
	width: 100%;
	margin: 0 0 30px;
}
#footer #footer-block li{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
#footer #footer-block li.footer-navi ul li{
	display: inline-block;
	width: auto;
	line-height: 1.6;
	margin-right: 3%;
}
#footer #footer-block li.footer-navi ul li a{
	color: #fff;
}
#footer #footer-block li.footer-navi ul li a:before{
	font-family: 'FontAwesome';
	content: "\f105";
	padding: 0 .5em 0 0;
	font-weight: normal;
	font-style: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#footer #footer-block li.footer-navi ul li a:hover{
	color : #c3a456 ;
	text-decoration : none ;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
#footer #footer-block li.add{
	line-height: 1.6;
}
#copyright{
	font-size: .8em;
}


/*==================================================

	START top
 
==================================================*/

#main-img-one{
	position: relative;
}
#main-img-one img{
	position: relative;
	margin-bottom: 50px;
}
#main-img-one #catch-copy {
	position: absolute;
	bottom: 10%;
	right: 3%;
	font-size: 2.25em;
	line-height: 1.4;
	text-align: right;
	color: #fff;
	text-shadow: 1px 1px 7px black;
}

/*----- スライダー ここから -----*/
.flickity-viewport {
    height: 450px !important;
}
#main-img-block{
	position: relative;
}
#main-img{
    margin-bottom:50px;
    position: relative;
}
#main-img .gallery-cell {
    width: 100%;
    height: auto;
    overflow: hidden;
}
#catch-copy {
	position: absolute;
	bottom: 5%;
	right: 3%;
	font-size: 2.25em;
	line-height: 1.4;
	text-align: right;
	color: #fff;
	text-shadow: 1px 1px 7px black, 1px 1px 7px black;
}
#main-img .flickity-page-dots .dot{
    background: #fff;
    opacity: 1;
    margin: 0 7px;
}
#main-img .flickity-page-dots .dot.is-selected{
    background: #c3a456;
}
/*----- スライダー ここまで -----*/




/*==================================================

	その他共通
 
==================================================*/

/*----- ページトップ -----*/
#pagetop{
	text-align: right;
	padding: 20px 0;
}
#pagetop a{
	text-decoration: none;
	background: #c3a456;
	color: #fff;
	padding: .5em;
}
#pagetop a:hover{
	color: #c3a456;
	background: #fff;
	box-shadow: 0px 0px 0px 1px #c3a456 inset;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
#pagetop a span{
	padding-left: .5em;
}
/*----- ページトップここまで -----*/

.wrap{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	display: table;
}
.wrap .contents{
	padding: 0 25px 50px;
}

#left-column,
#right-column{
	display: table-cell;
	vertical-align: top;
}
#left-column{
	width: 25%;
}
#right-column{
	width: 75%;
}

h1{
	font-size: 2.25em;
	padding: 0 0 1em;
}
h2{
	font-size: 1.9em;
	font-weight: 400;
	padding: .25em .5em;
	margin: 0 0 .75em;
	box-sizing: border-box;
	border-left: 10px solid #c3a456;
	border-bottom: 1px solid #c3a456;
}
h2.img_title{
	border: 0;
	line-height: 55px;
	padding: 0.25em 0.75em 0;
}
h2.img_title.red{
	background: url(./img/bg_red.png) no-repeat center top / cover #fff ;
}
h2.img_title.blue{
	background: url(./img/bg_blue.png) no-repeat center top / cover #fff ;
}
h2.img_title.orange{
	background: url(./img/bg_orange.png) no-repeat center top / cover #fff ;
}
h2.img_title.green{
	background: url(./img/bg_green.png) no-repeat center top / cover #fff ;
}
h2.img_title.purple{
	background: url(./img/bg_purple.png) no-repeat center top / cover #fff ;
}
h3{
	font-size: 1.75em;
	font-weight: 400;
}
h4{
	font-size: 1.5em;
	font-weight: 400;
}
h5{
	font-size: 1.25em;
}
h6{
	font-size: 1.1em;
	line-height: 1.5;
	margin-bottom: .5em;
}
#title-block h1{
	background: #c3a456;
	color: #fff;
	text-align: center;
	padding: 60px 0;
	margin-bottom: 20px;
}


.float-right{
	float: right;
}
img.float-right{
	margin: 0 0 1em 1em;
}
.float-left{
	float: left;
}
img.float-left{
	margin: 0 1em 1em 0;
}
.pb20{
	padding-bottom: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 30px;
}
p{
	padding-bottom: 1em;
	line-height: 1.6;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-bold{
	font-weight: bold;
}
.txt-small {
    font-size: 0.9em;
}
.txt-XXL{
	font-size: 2rem
}
.txt-XL{
	font-size: 1.5rem
}
.txt-L{
	font-size: 1.3rem
}
.txt-M{
	font-size: 1.1rem
}
.txt-XXS{
	font-size: .7rem
}
.txt-XS{
	font-size: .8rem
}
.txt-S{
	font-size: .9rem
}

.contents a{
	text-decoration: underline;
}
.contents a:hover{
	text-decoration: none;
}

.inner_box{
	padding-left: 2em;
}

/*----- リスト -----*/
.num{
	margin-left: 2em;
}
.num li{
	list-style: decimal;
	line-height: 1.6;
	padding-bottom: 1em;
}
.disc{
	margin-left: 1.5em;
}
.disc li{
	list-style: disc;
	line-height: 1.6;
	padding-bottom: 1.5em;
}
/*----- リストここまで -----*/


/*----- テーブル -----*/
.baseTb{
	width: 100%;
	border-top: 1px solid #d7d4ca;
	border-left: 1px solid #d7d4ca;
	border-spacing: 0;
}
.baseTb tr th,
.baseTb tr td{
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #d7d4ca;
	border-right: 1px solid #d7d4ca;
	word-break: break-all;
}
.baseTb tr th{
	background: #f7f7ee;
	color: #3f4c6b;
}
.baseTb tr td iframe{
	padding: 1em 0 0;
	max-width: 100%;
}

.offTb tr th,
.offTb tr td,
.user2Tb tr td{
	padding-bottom: 0.5em;
}
.offTb tr th{
	text-align: left;
	padding-right: 1em;
	vertical-align: text-top;
}
.bizTb tr td,
.bizTb2 tr td{
	vertical-align: text-top;
	padding-bottom: 0.5em;
}
.bizTb tr td:nth-child(2n){
	padding-right: 1.5em;
}
.bizTb tr td:last-child{
	padding-right: 0;
}
.bizTb tr td a,
.bizTb2 tr td a{
	word-break: break-all;
}

.user01Tb_1{
	margin-bottom: 2em;
}
.user01Tb_2{
	margin-bottom: 1em;
}
.user01Tb_1 tr td,
.user01Tb_2 tr td{
	padding-bottom: 0.5em;
}

.user2Tb tr td,
.user01Tb_2 tr th,
.user01Tb_2 tr td{
	vertical-align: text-top;
}
.inqTb tr td:nth-child(2){
	padding-right: 1em;
}

/*----- テーブルここまで -----*/

/*----- マイナンバーコンテンツ -----*/
.mynumberBox{
	border: 1px solid #555;
	padding: 1em;
}

/*----- マイナンバーコンテンツここまで -----*/

/*----- カレンダー -----*/
#calendar-wrap {
	background-color: #fff;
	display: inline-block;
	
}

/*----- ブログ -----*/
.post-type-archive-blogs h2 span,
.blogs-template-default h2 span{
	display: block;
	padding-bottom: .25rem;
}
.editor strong{
	font-weight: bold;
}
.editor em{
	font-style: italic;
}
.editor ul,
.editor ol{
	margin: 0 0 1rem 1rem;
}
.editor ul li{
	list-style: disc;
	line-height: 1.5;
}
.editor ol li{
	list-style: decimal;
	line-height: 1.5;
}
.editor table {
	margin-bottom: 1rem;
	border-collapse: collapse;
}
.editor table tr th,
.editor table tr td {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	color: #222;
}
.editor table tr th {
	background: #eee;
}
.editor img{
	display: block;
	max-width: 700px;
}
.editor img.aligncenter{
	margin: 0 auto;
	padding-bottom: 1rem;
}
.editor img.alignleft{
	float: left;
	margin-right: 1rem;
}
.editor img.alignright{
	float: right;
	margin-left: 1rem;
}
.editor img.alignleft:after,
.editor img.alignright:after{
	content: " " ;
	display : block ;
	clear : both;
	height : 0 ;
	visibility : hidden ;
}

/*----- ブログここまで -----*/


/*==================================================

	レスポンシブ
 
==================================================*/

@media (max-width: 480px){
	
	/*----- header -----*/
	#header{
		width: 100%;
		height: 60px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
	}
	#header h1{
		line-height: 60px;
		font-size: 1.3em;
		width: 80%;
		padding: 0 0 0 .25em;
		position: relative;
		z-index: 9999;
	}
	#header ul#head-block{
		padding: 0;
		position: relative;
		z-index: 9999;
		width: 60%;
	}
	#header ul#head-block li.office-name{
		display: inline-block;
		width: 100%;
		line-height: 60px;
	}
	#header ul#head-block li.office-name a{
		font-size: 1.5em;
	}
	#header ul#head-block li.phone-number{
		display: none;
	}
	
	/* 	meanmenu */
	html .mean-container .mean-bar{
		float: none;
		top: 3px;
		min-height: 60px;
	}
	html .mean-container .mean-nav{
		margin-top: 57px;
		background: #b68f4b;
	}
	html .mean-container .mean-nav ul li{
		border-bottom: 1px dotted #fff;
	}
	html .mean-container .mean-nav ul li.mean-last{
		border: 0;
	}
	html .mean-container .mean-nav ul li a{
		display: block;
		text-decoration: none;
		padding: 1em;
	}
	html .mean-container a.meanmenu-reveal{
		background: #b68f4b;
		width: 29px;
		height: 29px;
		line-height: 30px;
	}
	html .mean-container a.meanmenu-reveal span{
		margin-top: 5px;
		background: #fff;
	}
	html .mean-container a.meanmenu-reveal{
		color: #fff;
	}
	
	/*----- footer -----*/
	#footer{
		padding: 20px 3% 0;
	}
	#footer .wrap{
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    flex-direction: column;	    
	}
	#footer #footer-block li{
		display: table;
		width: 100%;
	}
	#footer #footer-block .footer-navi{
		margin-bottom: 0;
	}
	#footer #footer-block li.add{
		text-align: left;
		padding: 1em 0 0;
	}
	#footer .footer-navi{
		width: 100%;
		margin-bottom: 20px;
	}
	#copyright{
		text-align: center;
	}
	
	/*----- 共通 -----*/
	.wrap{
		display: -webkit-flex;
	    display: -moz-flex;
	    display: -ms-flex;
	    display: -o-flex;
	    display: flex;
	    flex-direction: column-reverse;	    
		width: 100%;
		margin: 0 auto;
		padding: 0;
		box-sizing: border-box;
	}
	#left-column,
	#right-column{
		width: 100%;
		display: block;
	}
	/*----- #left-column -----*/
	#bunner{
		padding: 1.5em 0;
	}
	#bunner a{
		display: block;
	}
	#bunner a:hover img{
		opacity: 1;
	}
	
	
	/*----- #right-column -----*/

	/* メイン画像ここから */
	.flickity-viewport {
	    height: 60vw !important;
	}
	#catch-copy{
		font-size: 1.2em;
	}
	
	/* メイン画像ここまで */

	h1{
		font-size: 1.75em;
	}
	#title-block h1{
		padding: 30px 0;
	}
	h2{
		font-size: 1.5em;
	}
	h3{
		font-size: 1.3em;
	}
	h4{
		font-size: 1.25em;
	}
	h5{
		font-size: 1.1em;
	}
	h6{
		font-size: 1em;
	}
	br.sp{
		display: none;
	}
	.float-right,
	.float-left{
		float: none;
	}
	img.float-right,
	img.float-left{
		margin: 0 auto 1em;
		display: block;
	}
	
	#main-column{
		padding-top: 10px;
	}
	.wrap .contents{
		width: 100%;
		box-sizing: border-box;
		margin: 0 0 30px;
		padding: 0 3% 20px;
	}
	.baseTb tr th,
	.baseTb tr td{
		width: 100%;
		display: block;
	}
	
	/* 税務カレンダー */
	.wrap .contents.scroll-block{
		height: auto;
    	overflow: scroll;
    	-webkit-overflow-scrolling: touch;
		
	}
	/* 事務所案内 */
	.baseTb tr td iframe{
		max-width: 100%;
	}
	.bizTb tr td{
		-webkit-text-size-adjust: 100%;
	}
	.bizTb tr td,
	.bizTb2.linkTb tr td{
		display: block;
	}
	.bizTb tr td:nth-child(odd),
	.bizTb2.linkTb tr td:first-child{
		display: none;
	}
	.bizTb tr td.sp_block{
		display: block;
	}
	.bizTb tr td:nth-child(even):before,
	.bizTb2.linkTb tr td:nth-child(2):before{
		content: "◇";
	}
	
	.offTb2 tr th,
	.offTb2 tr td{
		display: block;
	}
	.offTb2 tr td{
		padding-bottom: 1em;
	}
	
	/*----- ブログ -----*/
	.editor a{
		word-break: break-all;
	}
	.editor img.alignleft,
	.editor img.alignright{
		float: none;
		height: auto;
		display: block;
		margin: 0 auto;
		padding-bottom: 1em;
	}
	.editor img.aligncenter{
		height: auto;
	}
	.editor img {
		max-width: 100%;
	}
	
}





/* 経理ドリブンRSSフィード掲載 */
.feeds-block .feed {
	padding: 0 0 1em;
}
.feeds-block .feed:last-child {
	padding: 0;
}
.feeds-block .feed-date {
	line-height: 1.6;
}
.feeds-block .feed-title {
	font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: .5em;	
}
.feeds-block .feed-description {
	display: inline;
	line-height: 1.6;
}
@media (min-width: 481px) {
	.feeds-block {
		padding: 0 25px 50px;
	}
	.feeds-block .feed-title {
	    font-size: 1.5em;
	}
}
@media (max-width: 480px) {
	.feeds-block {
		padding: 0 3%;
	    margin: 0 0 30px;
	}
	.feeds-block .feed-title {
		font-size: 1.25em;
	}
}

/* バナー貼付 */
#footer-mjsBanner-wrap {
	padding: 2em 0;
	background-color: #f0f0f0;
	min-height: 4em;
	position: relative;
}
#footer-mjsBanner-wrap #mjsBannerList {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
#footer-mjsBanner-wrap #mjsBannerList .banner {
	width: 23%;
	text-align: center;
	padding: 1%;
}
#footer-mjsBanner-wrap #mjsBannerList .banner a {
	display: block;
}
@media (max-width: 480px) {
	#footer-mjsBanner-wrap #mjsBannerList .banner {
		width: 80%;
		text-align: center;
		padding: 1%;
	}
}
/*----- お問い合わせフォームテーブル -----*/
.grecaptcha-badge { visibility: hidden; }
.wpcf7-spinner { display: none !important; }

#contactTb{
	margin-bottom: 2em;
}
#contactTb.baseTb tr th{
	width: 35%;
}
#contactTb.baseTb tr td{
	background: #fff;
	color: #333;
}
#contactTb.baseTb tr th .require{
	color: red;
}
#contactTb.baseTb tr p:has(.require){
	padding-bottom: 0;
}
#contactTb.baseTb tr .require{
	color: red;
}
#contactTb.baseTb tr th .submessage{
	font-size: 0.8em;
}
#contactTb.baseTb tr input[type="tel"],
#contactTb.baseTb tr input[type="text"],
#contactTb.baseTb tr input[type="email"],
#contactTb.baseTb tr textarea{
	border: 1px solid #aaa;
	padding: 0.3em 0.5em;
	font-size: 100%;
	width:90%;
	outline: none;
	color: #333;
}
#confirm-button{
	text-align: center;
}
#confirm-button input[type="button"],
#confirm-button input[type="submit"]{
	margin: 0 5px;
	font-size: 1.2em;
}
#confirm-button input[type="submit"],
#confirm-button input[type="reset"],
#confirm-button  input[type="button"]{
	border-radius: 3px;
	background: #555;
	color: #fff;
	padding: 1em 2.5em;
	border: 0;
	transition: 0.3s;
}
#confirm-button input[type="submit"]:hover{
	background: #d72500;
	cursor: pointer;
}
#confirm-button input.backBtn{
	background: #ccc;
	color: #333;
}
#confirm-button input.backBtn:hover{
	background: #aaa;
}

@media (max-width: 480px) {
	#contactTb.baseTb tr th{
    	width: 100%;
	}
	#contactTb.baseTb tr input[type="tel"], 
	#contactTb.baseTb tr input[type="text"], 
	#contactTb.baseTb tr input[type="email"], 
	#contactTb.baseTb tr textarea{
		width: 90%;
	}
}
/*----- お問い合わせフォームテーブルここまで -----*/

.form_mail .wpcf7-not-valid-tip{
	display: none !important;
}
.form_phone .wpcf7-not-valid-tip{
	display: none !important;
}
.wpcf7-not-valid-tip{
	background-color: rgb(220 50 50 / 0.15);
    padding: 0.2rem 0.6rem 0.1rem;
	width: 80%;
	margin-top: 0.6rem;
	@media (max-width: 480px) {
		width: 90%;
	}
}
.form_mail,.form_phone{
	@media (max-width: 480px) {
		td {
			padding-bottom: 0 !important;
		}
	}
}
#error_phone_mailadd .wpcf7-not-valid-tip{ 
	margin-top: 0;
}
.form_valid_tip td{
	padding: 0 !important;
}
.form_valid_tip span{
	color: #dc3232;
	font-size: 1em;
	font-weight: normal;
	display: block;
	background-color: rgb(220 50 50 / 0.15);
	padding: 0.2rem 0.6rem 0.1rem;
	width: 86%;
	@media (max-width: 480px) {
		width: 90%;
	}
}
.wpcf7-not-valid-tip + .wpcf7-not-valid-tip{
	display: none;
}
#error_phone_mailadd .wpcf7-not-valid-tip + .wpcf7-not-valid-tip{
	display: block;
}
