/*
Theme Name: SP007
Author: eNet - 2017.10.2
Author URI: https://www.enetsolutions.co.jp/
Description: テンプレート番号【SP007】
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 ;
}
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 ;
}
body {
	width : 100% ;
	margin : 0 ;
	background : #fff ;
	font-size : .9375em;
	line-height : 1.6em ;
	font-family: 'Noto Sans Japanese',"Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	letter-spacing: .03em;
	color : #333 ;
	position: relative;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
a {
	color : #11a0dc ;
	outline : none;
	text-decoration : underline ;
}
a:visited {
	color : #11a0dc ;
}
a:hover {
	color : #4ac9ff ;
	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: #11a0dc;
	color: #fff;
}
::-moz-selection {
	background: #11a0dc;
	color: #fff;
}
.pc-none{
    display: none !important;
}
.sp-none{
    display: block;
}

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

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

#header{
	background: url(./img/bg.png) no-repeat center top / 100% 3px;
	margin: 0 0 30px;
}
#header ul#head-block{
	display: table;
	width: 100%;
	padding: 3px 0 0;
}
#header ul#head-block li{
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
#header ul#head-block li.office-name a{
	font-size: 2em;
	color: #333;
	text-decoration: none;
}
#header ul#head-block li.phone-number dl{
	background: #f9f5f4;
	width: 45%;
	float: right;
	text-align: center;
	padding: 3% 0;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
#header ul#head-block li.phone-number dl dt,
#header ul#head-block li.phone-number dl dd{
	display: block;
}
#header ul#head-block li.phone-number dl dd{
	font-size: 1.5em;
	line-height: 1.5;
}
#header ul#head-block li.phone-number dl dd span{
	font-size: .6em;
	display: block;
	padding-top: 0,5em;
}
#header nav{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
#header nav ul{
	display: table;
	width: 100%;
	padding: 1% 0;
}
#header nav ul li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #ddd;
}
#header nav ul li a{
	display: block;
	padding: .75em 1.75em;
	color: #333;
	text-decoration: none;
}
#header nav ul li:last-child{
	border: 0;
}
#header nav ul li a:hover,
#header nav ul li.current a{
	color: #11a0dc;
}



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

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

#footer{
	background: #f5f5f5 url(./img/bg.png) no-repeat center top / 100% 10px;
	padding: 10px 0 30px;
}
#footer #footer-block{
	display: table;
	width: 100%;
	padding: 30px 0;
	margin: 0 0 30px;
	border-bottom: 1px dotted #333;
}
#footer #footer-block li{
	display: table-cell;
	width: 50%;
	vertical-align: middle;
}
#footer #footer-block li.office-name{
	font-size: 1.75em;
}
#footer #footer-block li.add{
	text-align: right;
	line-height: 1.6;
	font-size: .9em;
}
#footer .footer-navi{
	width: 80%;
	margin-bottom: 30px;
}
#footer .footer-navi li{
	display: inline-block;
	margin-right: 1em;
	line-height: 1.6;
}
#footer .footer-navi li a{
	color: #333;
	text-decoration: none;
}
#footer .footer-navi li a:hover{
	color : #4ac9ff ;
	text-decoration : none ;
	-webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
}
#footer .footer-navi li a:before{
    	display: inline-block;
      	font-family: 'FontAwesome';
      	content: "\f105";
      	font-size: 1em;
      	padding-right: 0.3em;
      	font-style: normal;
      	font-weight: normal;
      	line-height: 1;
	}
#copyright{
	font-size: .8em;
}

/* バナー部分css */
#bunner{
	margin: 0 0 30px;
}
#bunner ul li{
	display: inline-block;
	margin-right: 2%;
}
#bunner ul li a{
	display: block;
}
#bunner ul li a:hover img{
	opacity: 0.7;
}


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

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

#main-img-one{
	position: relative;
}
#main-img-one img{
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 50px;
}
#main-img-one p{
	position: absolute;
	bottom: 10%;
	left: 3%;
	font-size: 2.25em;
	line-height: 1.5;
	text-shadow: 1px 1px 7px white;
}

/*----- スライダー ここから -----*/
.flickity-viewport {
    height: 460px !important;
}
#main-img-block{
	position: relative;
}
#main-img{
    margin-bottom:50px;
    position: relative;
}
#main-img .gallery-cell {
    width: 100%;
    height: auto;
    overflow: hidden;
}
p#catch-copy{
	position: absolute;
	bottom: 10%;
	left: 3%;
	font-size: 2.25em;
	line-height: 1.5;
    text-shadow: 1px 1px 7px white;
}
#main-img .flickity-page-dots .dot{
    background: #f5f5f5;
    opacity: 1;
    margin: 0 7px;
}
#main-img .flickity-page-dots .dot.is-selected{
    background: #11a0dc;
}
/*----- スライダー ここまで -----*/


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

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

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


h1{
	color: #11a0dc;
	font-size: 1.75em;
	padding: 0 0 1em;
}
h2{
	color: #11a0dc;
	font-size: 1.25em;
	padding: 0 0 1em;
}
h3{
    font-size: 1.4em;
    font-weight: bold;

    margin-bottom: .5em;
}
h4{
    font-size: 1.3em;
    line-height: 1.5;
    margin-bottom: .5em;
}
h5{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: .5em;
}
h6{
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: .5em;
}
.separation{
	padding-top: 40px;
	border-top: 1px dotted #333;
}
#title-block h1{
	text-align: center;
	padding: 60px 0;
}
.wrap{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.wrap .contents{
	width: 890px;
	margin: 0 auto 40px;
}
.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: 1.25em;
}
.pb30{
	padding-bottom: 1.875em;
}
p{
	padding-bottom: 1em;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.txt-bold{
	font-weight: bold;
}
.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
}

/*----- リスト -----*/
.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 #ddd;
	border-left: 1px solid #ddd;
}
.baseTb tr th,
.baseTb tr td{
	padding: 1em;
	box-sizing: border-box;
	text-align: left;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.baseTb tr th{
	background: #f9f5f4;
}
.baseTb tr td iframe{
	padding: 1em 0 0;
}
/*----- テーブルここまで -----*/


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

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


/*----- ブログ -----*/
.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;
}
.editor table tr th {
	background: #eee;
}
.editor img{
	display: block;
}
.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 ul#head-block{
		padding: 0;
		position: relative;
		z-index: 9999;
		width: 80%;
	}
	#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.3em;
	}
	#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: 55px;
		background: #11a0dc;
	}
	html .mean-container .mean-nav ul {
	    position: absolute;
	    background: #439fdc;
	    width: 100%;
	}
	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;
		color: #fff;
		text-decoration: none;
		padding: 1em;
	}
	html .mean-container a.meanmenu-reveal{
		background: #11a0dc;
		width: 29px;
		height: 29px;
		text-align: center;
		line-height: 27px;
		font-size: 2em !important;
		font-weight: normal;
		font-family: inherit;
	}
	html .mean-container a.meanmenu-reveal span{
		margin-top: 5px;
	}
	
	/*----- footer -----*/
	#footer{
		padding: 0;
	}
	#footer #footer-block{
    	margin: 0 0 3em;
    	padding: 3em 0;
    	display: block;
	}
	#footer #footer-block li{
		display: block;
		width: 100%;
	}
	#footer #footer-block li.office-name{
		font-size: 1.25em;
	}
	#footer #footer-block li.add{
		text-align: left;
		padding: 1em 0 0;
	}
	/* バナー貼り付け部分 */
	#bunner ul li{
		display: block;
		text-align: center;
		margin: 0 0 .5em 0;
	}
	/* バナー貼り付け部分 */
	
	#footer .footer-navi{
		width: 100%;
		margin-bottom: 20px;
	}
	#copyright{
		text-align: center;
	}
	
	/*----- メイン画像 -----*/
	.flickity-viewport {
	    height: 48vw !important;
	}
	p#catch-copy{
		padding-bottom: 0;
		font-size: 1.25em;
		bottom: 20%;
	}
	
	#main-img-one p {
		font-size: 1.25em;
		bottom: 20%;
	}
	/*----- 共通 -----*/
	h1{
		font-size: 1.4em;
		line-height: 1.4;
	}
	#title-block h1{
		padding: 20px 0 40px;
	}
	h2{
		font-size: 1.3em;
	}
	h3{
    	font-size: 1.25em;
	}
	h4{
    	font-size: 1.2em;
	}
	.separation{
		padding-top: 30px;
	}
	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{
		width: 100%;
		margin: 0 auto;
		padding: 0 3%;
		box-sizing: border-box;
	}
	.wrap .contents{
		width: 100%;
		margin: 0 0 30px;
	}
	.baseTb tr th,
	.baseTb tr td{
		width: 100%;
		display: block;
	}
	body .pc-none{
        display: block !important;
    }
    body .sp-none{
        display: none !important;
    }
    #pagetop{
        padding: 1em 3%;
        font-size: .9em;
    }
    /*----- Google Map -----*/
	.baseTb tr td iframe{
		max-width: 100%;
	}
	/*----- 税務カレンダー -----*/
	.wrap .contents.scroll-block{
		height: auto;
    	overflow: scroll;
    	-webkit-overflow-scrolling: touch;
		max-width: 100%;
	}
	/*----- 事務所案内 -----*/
	.baseTb tr td iframe{
		max-width: 100%;
	}
	
	/*----- ブログ -----*/
	.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;
	}
	
}