/*
Theme Name: suizan


/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 *
 * -----------------------------------------------------------------------------
 */

@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,500i,600i');

html {
 margin-top: 0px !important;
}

html, body, div, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #222;
	font-size: 16px;
}

em {
	font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	color: #000;
	font-size: 16px;
	font-style: italic;	
}

body {
    line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
   /* border-collapse:collapse;*/
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}



/*li {
	list-style: none;	
}*/

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

/*end reset*/

/* ----------------------------------------------------
    text
---------------------------------------------------- */

.serif {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.firasans {
	font-family: 'Fira Sans', sans-serif;
	font-style: italic;
}

.tc {text-align: center !important;}
.tr {text-align: right !important;}
.tl {text-align: left !important;}

.bold {font-weight:bold; !important;}
 
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font13{font-size:13px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font17{font-size:17px !important;}
.font18{font-size:18px !important;}
.font19{font-size:19px !important;}
.font20{font-size:20px !important;}
.font21{font-size:21px !important;}
.font22{font-size:22px !important;}
.font23{font-size:23px !important;}
.font24{font-size:24px !important;}
.font25{font-size:25px !important;}
.font26{font-size:26px !important;}
.font27{font-size:27px !important;}
.font28{font-size:28px !important;}
.font29{font-size:29px !important;}
.font30{font-size:30px !important;}
.font32{font-size:32px !important;}
.font34{font-size:34px !important;}
.font36{font-size:36px !important;}
.font40{font-size:40px !important;}
 
/* ----------------------------------------------------
    float
---------------------------------------------------- */
.fr {float: right !important;}
.fl {float: left !important;}
 
.clear {clear: both;}
 
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
 

/* ----------------------------------------------------
    margin
---------------------------------------------------- */
 
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
 
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr6_5 { margin-right: 6.5% !important; }
 
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb76 { margin-bottom: 76px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
 
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
 
/* ----------------------------------------------------
    padding
---------------------------------------------------- */
 
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt80 { padding-top: 80px !important; }
 
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
 
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
 
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }






/* ----------------------------------------------------
    common
---------------------------------------------------- */


.content_wrap {
	max-width: 1000px;
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding-top: 20px;
}

.main {
	float: right;
	max-width: 736px;
	width: 75%;
}

.side {
	float: left;
	max-width: 214px;
	width: 23%;
}

.sp-horizontal .sp-next-arrow {
	display: none;
}

.sp-horizontal .sp-previous-arrow {
	display: none;
}

.blog_pages {
	text-align: center;
}

.blog_pages .page-numbers {
    border: solid 1px #373737;
    padding: 6px 10px 7px;
    font-size: 16px;
    margin-right: 1px;
    color: #373737;
	box-sizing: border-box;
}

.blog_pages .prev {
	padding: 6px 8px 7px;
}

.blog_pages .next {
	padding: 6px 8px 7px;
}

.blog_pages .current {
    border: solid 1px #373737;
    padding: 6px 10px 7px;
    font-size: 16px;
    margin-right: 1px;
    color: #fff;
	background: #373737;
	box-sizing: border-box;
}

.cat-links {
	display: none;
}

.byline {
	display: none;
}

.comments-link {
	display: none;
}

.edit-link {
	display: none;
}

.post-navigation {
	display: none;
}

.comments-area {
	display: none;
}

.single .entry-title {
	font-size: 24px;
    font-weight: normal;
	padding-top: 10px;
	margin-bottom: 10px;
}

.single .entry-meta {
	text-align: right;
    margin-bottom: 10px;
}

time.entry-date {
	background: #373737;
    color: #fff;
    font-size: 14px;
    padding: 3px 10px;
}

.single .entry-content {
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: solid 1px #ccc;
}

.back_btn a {
	display: block;
	width: 200px;
	border: solid 2px #373737;
	background: #373737;
	color: #fff;
	box-sizing: border-box;
	padding: 4px;
	text-align: center;
	margin: 0 auto 60px;
	transition: .5s;
}

.back_btn a:hover {
	color: #373737;
	background: #fff;
	transition: .5s;
}

.page .entry-title {
	display: none;
}

.page .content_wrap {
	margin-bottom: 60px;
}


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


.header_in {
	max-width: 1000px;
	width: 94%;
	margin: auto;
}

.header_top {
	overflow: hidden;
	min-height: 149px;
	position: relative;
	margin-bottom: 30px;
}

.header_logo {
	width: 121px;
	height: 149px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
}



.header_left {
	float: left;
	margin-top: 50px;
}

.sns_btn a {
	margin-right: 20px;
}

.sns_btn a i {
	transition: .5s;
}

.sns_btn a:hover i {
	opacity: 0.6;
	transition: .5s;
}

.sns_btn a:nth-of-type(1) i {
	font-size: 42px;
	color: #333;
}

.sns_btn a:nth-of-type(2) i {
	font-size: 36px;
	color: #333;
}

.sns_btn a:nth-of-type(3) i {
	font-size: 40px;
	color: #333;
}

.header_right{
	float: right;
	margin-top: 50px;
}

.header_text {
	font-size: 14px;
	margin-bottom: 10px;
}

.header_tel {
	margin-bottom: 10px;
}

.header_contact a {
	display: block;
	background: #d30f1c;
	color: #fff;
	font-size: 18px;
	box-sizing: border-box;
	padding: 5px 10px 3px;
	width: 177px;
	text-align: center;
	letter-spacing: 0.5px;
	transition: .5s;
}

.header_contact a img {
	float: right;
	padding-top: 4px;
}

.header_contact a:hover {
	transition: .5s;
	background: #cba157;
}

nav {
	margin-bottom: 20px;
}

nav ul {
	overflow: hidden;
}

nav li {
	float: left;
	width: 14.25%;
	
}

nav li a {
	display: block;
	box-sizing: border-box;
	border-right: solid 1px #777;
	text-align: center;
	transition: .5s;
}

nav li a:hover {
	color: #d30f1c;
}

nav li:nth-of-type(1) {
	border-left: solid 1px #777;
}






.sp-slide {
	opacity: 0.2;
}

.sp-selected {
	opacity: 1;
}




/* ----------------------------------------------------
    side
---------------------------------------------------- */

.side p {
	margin-bottom: 10px;
}

.side p:last-of-type {
	margin-bottom: 40px;
}

.side p a {
	transition: .5s;
}

.side p a:hover {
	opacity: 0.7;
	transition: .5s;
}








/* ----------------------------------------------------
    top
---------------------------------------------------- */


.t_title {
	margin-bottom: 40px;
}

.t_title dl {
	display: table;
	width: 100%;
}

.t_title dt {
	display: table-cell;
	width: 120px;
	font-size: 26px;
	color: #333;
}

.page .t_title dt {
	width: 200px;
}

.t_title dt img {
	padding-right: 8px;
	padding-bottom: 4px;
}

.t_title dd {
	display: table-cell;
	border-bottom: solid 1px #bbb;
	padding-top: 10px;
	position: relative;
    bottom: 10px;
}

.t_title dd a {
	float: right;
	position: relative;
	top: 10px;
	color: #777;
	padding-left: 10px;
	
}

.t_title dd a img {
	position: relative;
	bottom: 5px;
	padding-left: 5px;
}

.t_title dd a:hover {
	opacity: 0.7;
}

.category-works .t_title dt {
	width: 140px;
}


.t_news_wrap {
	overflow: hidden;
	margin-bottom: 30px;
}

.t_news_box {
	max-width: 170px;
	width: 23.09%;
	margin-right: 3%;
	margin-bottom: 40px;
	float: left;
}

.t_news_box:nth-of-type(4n) {
	max-width: 147px;
	width: 19.97%;
	margin-right: 0;
}

.t_news_box h3 {
	margin-bottom: 15px;
	border: solid 1px #ccc;
	display: block;
	overflow: hidden;
	max-width: 147px;
	max-height: 147px;
}

.t_news_box h3 img {
	width: 147px;
	height: 147px;
	object-fit: cover;
}

.t_news_box h3 .object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}

.t_news_box h4 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 6px;
	line-height: 1em;
}

.t_news_box h4 span {
	padding-left: 7px;
}

.t_news_box p {
	font-size: 12px;
	display: block;
	padding-right: 13.5%;
	box-sizing: border-box;
	border-right: solid 1px #ccc;
}

.t_news_box:nth-of-type(4n) p {
	padding-right: 0;
	border-right: none;
}

.t_news_box a:hover {
	opacity: 0.7;
}




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

footer {
	background: #373737;
	padding: 0 0 50px;
	margin-top: 50px;
}

.footer_in {
	max-width: 1000px;
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding-top: 60px;
	
} 

.footer_left {
	float: left;
	width: 15%;
	max-width: 150px;
	padding-left: 4%;
	box-sizing: border-box;
}

.footer_right {
	float: right;
	box-sizing: border-box;
	max-width: 736px;
	width: 73.6%;
}

.f_nav ul {
	overflow: hidden;
	margin-bottom: 50px;
	width: 100%;
}

.f_nav li {
	float: left;
	width: 25%;
	list-style: none;
	line-height: 1em;
}

.f_nav li a {
	color: #fff;
	font-size: 14px;
}

.f_nav li a:hover {
	color: #777;
}

.f_arrow {
	padding-right: 7px;
	position: relative;
	bottom: 1px;
}

.f_sns {
	float: left;

}

.f_sns .sns_btn a i {
	color: #fff;
}

.copyright {
	color: #fff;
	font-size: 13px;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
}

.pagetop_wrap {
	max-width: 1000px;
	width: 94%;
	margin: auto;
	position: relative;
}

.pagetop {
	position: absolute;
	right: 0;
	top: -70px;
}

.pagetop a　img {
	transition: .5s;
}

.pagetop a:hover img {
	filter:brightness(70%);
	transition: .5s;
}




/* ----------------------------------------------------
    spメニュー
---------------------------------------------------- */

.spmenu_wrap {
	padding: 5px 10px 18px 7px;
	background: #333;
	overflow: hidden;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
}

.menu-trigger {
	float: left;
	padding-left: 3px;
	overflow: visible;
	position: relative;
    bottom: 2px;
}



.menu-trigger a,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger a {
  position: relative;
  width: 28px;
  height: 16px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;

}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

.menu-trigger p {
	font-size: 0.6em;
	font-weight: normal;
	position: relative;
	top: 18px;
	right: 1px;
	color: #fff;

}



.sp_menu {
	position: fixed;
	top: 79px;
	z-index: 9000;
	width: 100%;
}

.dropdown {
	overflow-y: scroll;
    overflow-x: hidden;
	height: 76vh;
}

.dropdown li {
	width: 100%;
}

.dropdown li a {
	display: block;
	width: 100%;
	padding: 10px 15px;
	box-sizing: border-box;
	font-size: 15px;
	border-bottom: dotted 1px #666;
	background: rgba(30,30,30,0.9);
	color: #fff;
}

.dropdown .f_arrow {
	bottom: 7px;
	float: right;
}

.dropdown .sns_btn_sp {
	
}

.dropdown .sns_btn_sp a {
	
}

.sns_btn_sp a i {
	color: #fff;
	font-size: 24px;
	padding-right: 7px;
	position: relative;
	top: 2px;
}

.sns_btn_sp:nth-of-type(2) a i {
	padding-right: 10px;
}


/* ----------------------------------------------------
    メディアクエリ
---------------------------------------------------- */




.min401 {display:block!important;}
.max400 {display:none!important;}
.min768 {display:block!important;}
.max767 {display:none!important;}

@media screen and ( max-width:991px ){
	.t_news_box {
		width: 23%;
    	margin: 0 1% 40px;
		max-width: 154px;
	}
	
	.t_news_box p {
		padding-right: 0;
    	border-right: none;
	}
	
	.t_news_box:nth-of-type(4n) {
		max-width: 154px;
		width: 23%;
    	margin: 0 1% 40px;
	}
}


@media screen and ( max-width:767px ){
	.min768 {display:none!important;}
	.max767 {display:block!important;}
	
	.page .content_wrap {
		padding-top: 100px;
	}
	
	.archive .content_wrap {
		padding-top: 100px;
	}
	
	.category .content_wrap {
		padding-top: 100px;
	}
	
	.single .content_wrap {
		padding-top: 100px;
	}
	
	.error404 .content_wrap {
		padding-top: 100px;
	}
	
	
	.main {
		float: none;
		width: 100%;
		max-width: 768px;
		margin-bottom: 30px;
	}
	
	.side {
		float: none;
		width: 100%;
		max-width: 768px;
		overflow: hidden;
		margin-bottom: 30px;
	}
	
	.side p {
		float: left;
		display: block;
		width: 29%;
		margin: 0 2% 20px;
	}
	
	header#masthead {
		position: fixed;
		top: 0;
		z-index: 9999;
		width: 100%;
		background: #fff;
		height: 79px;
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
	}
	
	article.page .entry-header {
		display: none;
	}
	
	.error404 .page-header {
		display: none;
	}
	
	#wide {
		margin-top: 79px;
	}
	
	.header_logo {
		width: 64px;
    	height: auto;
	}
	
	.header_top {
		min-height: 99px;
		margin-bottom: 0;
	}
	
	.header_left {
		margin-top: 15px;
	}
	
	.header_right {
		margin-top: 15px;
	}
	
	.t_news_wrap {
		max-width: 673px;
    	margin: auto;
	}
	
	.content_wrap {
		padding-top: 0;
	}
	
	footer {
		margin-top: 0;
	}

}

@media screen and ( max-width:680px ){
	.side p {
		width: 30%;
		margin: 0 1.5% 20px;
	}
}

@media screen and ( max-width:567px ){
	.t_news_box {
		width: 30%;
    	margin: 0 1.5% 30px;
	}
	
	.t_news_box:nth-of-type(4n) {
		width: 30%;
    	margin: 0 1.5% 30px;
	}
	
	.footer_left {
		float: none;
		width: 80px;
		margin: 0 auto 40px;
	}
	
	.footer_right {
		width: 100%;
    	float: none;
	}
	
	.pagetop img {
		width: 60px;
	}
	
	.pagetop {
		top: -35px;
	}
	
	.f_nav {
		margin-bottom: 30px;
	}
	
	.f_nav ul {
		margin-bottom: 0;
	}
	
	.f_nav li {
		float: none;
		width: 100%;
		
	}
	
	.f_nav ul:nth-of-type(1) li:nth-of-type(1) a {
		border-top: dotted 1px #555;
	}
	
	.f_nav li a {
		display: block;
		width: 100%;
		border-bottom: dotted 1px #555;
		padding: 8px 5px 7px 10px;
		box-sizing: border-box;
	}
	
	.f_arrow {
		float: right;
	}
	
	.f_sns {
		float: none;
		width: 161px;
		margin: 0 auto 30px;
	}
	
	.copyright {
		text-align: center;
		font-size: 11px;
	}
}


@media screen and ( max-width:400px ){
	.min401 {display:none!important;}
	.max400 {display:block!important;}
	
	.t_news_box {
		width: 46%;
    	margin: 0 2% 30px;
	}
	
	.t_news_box:nth-of-type(4n) {
		width: 46%;
    	margin: 0 2% 30px;
	}
	
	.t_news_wrap {
		max-width: 328px;
	}
	
	.side p {
		width: 46%;
		margin: 0 2% 15px;
	}
}






