@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
body {
    background: #fff;
}
.home #container .header, #divheader, .cardtype__article:first-child, .cardtype__article:nth-child(2), .sidelong__article:first-child, .sidelong__article:nth-child(2),.cardtype__article {
    animation: none;
}
.header-search {
    right: -20px;
}
.header-search__modal {
	z-index: 10;
	background: rgba(255, 255, 255, 0.3); 
}
input[type="search"] {
  -webkit-appearance: searchfield;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}
.searchform div {
    position: relative;
    max-width: 400px;
    left: 0;
    right: 0;
    margin: 0 auto 35px;
}
.d-5of7 {
    float: none;
    width: 100%;
    padding-right: 0;
    margin: 0 auto;
	max-width:1000px;
}
#content {
    background: #fff;
}
.cardtype__article {
    box-shadow: none;
}
.cardtype__article:hover {
    box-shadow: none;
	transform:none!important;
	animation:none!important;
}
.cardtype h2{
    font-size: 13px;
    margin: 5px 0!important;
}
article .cat-name{
	display:none;
}
.bread {
    padding: 12px 0 !important;
    text-align: center;
    color: #fff;
    background: #333;
}
.bread_position {
	    margin: -60px 0 10px 0 !important;
}
#breadcrumb{
	background:none;
}
#breadcrumb li a, #breadcrumb li:after,#breadcrumb li:after  {
    color: white!important;
}
.smpl_tag_list{
	padding:30px;
	margin-bottom:30px;
	background:#f1f1f1;
}
.smpl_tag_list a{
	margin-right:15px;
	color:#666;
}
.smpl_tag_list a::before{
	content:"#";
	color:#4edfda;
}
.single #content, .page #content {
    margin-top:0;
}
#drawer__open, .header-search {
    top: 5px;
}
	.inner{
		max-width:1200px;
		margin:0 auto;
		box-sizing:border-box;
		padding:0;
	}
	
.article_meta {
	position: relative;
	color: #999;
	width: 100%;
	display: block;
	font-size: 11px;
	margin-top: 3px;
}
.article_meta i {
	position: absolute;
	top: 4px;
	right: 0;
	color: #fff;
	font-size: 8px;
	background: #ef2d44;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1em;
}
.cardtype__link {
	padding-bottom: 15px;
}
.article_meta_category {
	margin-right: 15px;
}
.basicloop h2 {
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: -7px;
}
.loop_author {
    white-space: nowrap;
    position: relative;
    padding-left: 35px;
    margin-top: -5px;
}
.loop_author img {
	width: 30px !important;
	height: 30px !important;
	display: inline-block;
	border-radius: 100px;
	border: 1px solid #ccc;
	margin-right: 2px;
	vertical-align: middle;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
 -webkit- transform: translateY(-50%);
	left: 0;
}
.basicloop .r_cont img {
	border: 1px solid #e5e5e5;
}
.basicloop .basicloop_title {
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: -7px;
    font-weight: bold;
    margin-top: 0;
}
@media only screen and (min-width : 800px) {
.cardtype__article {
    width: 31.3%;
    margin: 0 2% 25px 0;
}
.l_cont .cardtype__article {
    width: 46%;
    margin: 0 4% 25px 0;
}
}
@media only screen and (max-width : 800px) {
.single #content, .page #content {
    margin-top: 20px;
}
.bread_position {
    margin: -20px 0 5px 0 !important;
}
.bread {
    padding:0 !important;
}
.inner{
		padding:0 15px;
	}
.basicloop .l_cont.w73 {
	width: 59.3%;
	margin-right: -3%;
	margin-bottom:0;
}
.basicloop .r_cont.w73 {
	width: 43%;
	margin-bottom:0;
}
.basicloop .basicloop_title {
	font-size: 1em;
	line-height: 1.3;
}
.basicloop
.l_cont .article_meta {
	font-size: 9px;
}
.loop_author {
	padding-left: 30px;
	font-size: 11px;
}
.loop_author img {
	width: 25px !important;
	height: 25px !important;
	}
	#footer-menu {
    margin-bottom: -30px;

}
}

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

Nx_SPLIT(宮迫作　分割に使用)

=====================================
*/
/* Nx_SPLIT_COMMON */
.split2, .split3, .split4, .split5, .split6, .l_cont, .r_cont {
	display: inline-block;
	vertical-align: top;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0;
	letter-spacing: -.4em;
	opacity: 1!important;
	filter: alpha(opacity=100)!important; /* IE8 and lower */
	zoom: 1; /* Triggers "hasLayout" in IE 7 and lower */
	position:relative;
}
.split2 > li, .split3 > li, .split4 > li, .split5 > li, .split6 > li {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	letter-spacing: normal;
}
.split2 > li {
	margin: 0 0.8% 2%;
}
.split3 > li {
	margin: 0 1% 2%;
}
.split4 > li, .split5 > li, .split6 > li {
	margin: 0 0.5% 10px;
}
.l_cont, .r_cont {
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin: 0 1%;
}
.l_cont p, .r_cont p, .l_cont span, .r_cont span, .l_cont h1, .r_cont h1, .l_cont h2, .r_cont h2, .l_cont h3, .r_cont h3, .l_cont h4, .r_cont h4, .l_cont ul, .r_cont ul, .l_cont dl, .r_cont dl, .l_cont small, .r_cont small, .l_cont blockquote, .r_cont blockquote, .l_cont cite, .r_cont cite, .l_cont tr, .r_cont tr {
	letter-spacing: normal;
}
.split2 > li:nth-child(2n+1), .split3 > li:nth-child(3n+1), .split4 > li:nth-child(4n+1), .split5 > li:nth-child(5n+1), .split6 > li:nth-child(6n+1), .l_cont {
	margin-left: 0;
}
.split2 > li:nth-child(2n), .split3 > li:nth-child(3n), .split4 > li:nth-child(4n), .split5 > li:nth-child(5n), .split6 > li:nth-child(6n), .r_cont {
	margin-right: 0;
}
.split2 > li {
	width: 49.2%;
}
.l_cont, .r_cont {
	width: 48.5%;
	box-sizing: border-box;
}
.l_cont.w28 {
	width: 18%;
}
.r_cont.w28 {
	width: 77%;
	padding-left: 5px;
}
.l_cont.w82 {
	width: 77%;
}
.r_cont.w82 {
	width: 19%;
}
.l_cont.w73 {
	width: 70.7%;
}
.r_cont.w73 {
	width: 27%;
}
.l_cont.w37 {
	width: 26.9%;
}
.r_cont.w37 {
	width: 70%;
}
.l_cont.w46 {
	width: 37%;
}
.r_cont.w46 {
	width: 59.3%;
}
.l_cont.w64 {
	width: 59.3%;
}
.r_cont.w64 {
	width: 37%;
}
.split3 > li {
	width: 32%;
}
.split4 > li {
	width: 24.25%;
}
.split5 > li {
	width: 19.2%;
}
.split6 > li {
	width: 15.8%;
}
/* split 画像 */
.split2 img, .split3 img, .split4 img, .split5 img, .split6 img {
	display: block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.split2 li > a, .split3 li > a, .split4 li > a, .split5 li > a, .split6 li > a {
	display: block;
	width: 100%;
	box-sizing: border-box;
	color: #333;
}
/* 分割のオプション */
.edge > li {
	border: 2px solid #e5e5e5;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.p15 > li {
	display: block;
	padding: 15px;
}
.p30 > li {
	display: block;
	padding: 30px;
}
.ap15 > li > a {
	display: block;
	padding: 15px;
	width: 100%;
	height: 100%;
}
.ap30 > li > a {
	display: block;
	padding: 30px;
	width: 100%;
	height: 100%;
}
.edge.ap15 > li:hover, .edge.ap30 > li:hover {
	border: 2px solid #ccc;
}
.edge > li > a > p:first-child {
	margin-top: 0;
}
.middle {
	vertical-align: middle!important;
}
.bottom {
	vertical-align: bottom!important;
}
.center li {
	text-align: center;
}
.entry-content {
    box-sizing: border-box;
    max-width: 880px;
}
/*recomend*/
#recome{
	box-sizing:border-box;
	padding:0 15px;
}
#recome a{
	color:#333;
}
#recome .basicloop_title {
    font-size: 14px;
    padding-right: 10px;
}
#recome li{
	margin:0 0 20px !important
}
/*padding*/
.pl30 {
	padding-left: 30px!important;
}
.pl50 {
	padding-left: 50px!important;
}
/*triangle*/
.triangle > li {
	position: relative;
}
.triangle > li::before, .triangle > li::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.triangle > li::before {
	border-style: solid;
	border-width: 0 30px 30px 0;
	border-color: transparent #55B1D0 transparent transparent;
	z-index: 3;
}
.triangle > li::after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	top: 0;
	right: 14px;
	color: #fff;
	font-size: 12px;
	z-index: 4;
	font-weight: bold;
}
.triangle > li:hover::after {
	right: 18px;
	font-size: 16px;
}
.triangle > li:hover::before {
	border-width: 0 40px 40px 0;
}
@media only screen and (max-width : 1000px) {
.split5 > li {
	width: 31.33%;
	margin: 0 1% 10px!important;
}
}
@media only screen and (max-width : 800px) {
.l_cont.w46 img, .l_cont.w46 img, .l_cont.w64 img, .l_cont.w64 img, .l_cont.w37 img, .l_cont.w28 img, .l_cont.w73 img, .l_cont.w82 img, .r_cont.w37 img, .r_cont.w28 img, .r_cont.w73 img, .r_cont.w82 img {
	width: 100%;
	margin: 0 auto;
	display: block;
	height: auto;
}
.split6 > li {
	width: 31.33%;
	margin: 0 1% 10px!important;
}
.l_cont.w46.rps, .r_cont.w46.rps, .l_cont.w64.rps, .r_cont.w64.rps, .l_cont.w82.rps, .r_cont.w82.rps, .l_cont.w73.rps, .r_cont.w73.rps, .l_cont.w37.rps, .r_cont.w37.rps {
	width: 100%;
	margin: 10px 0;
}
#l_side .l_cont.w28.rps, #l_side .r_cont.w28.rps {
	width: 100%;
	margin: 10px 0;
}
/*オプション*/
.ap30 > li > a {
	padding: 20px;
}
.ap15 > li a {
	padding: 10px;
}
.split3 > li, .split4 > li, .split6 > li, .split5 > li {
	width: 49%;
	margin: 2px 0.5% 5px !important;
}
.l_cont, .r_cont {
	width: 100%;
	margin: 0;
}
.spw100 > li {
	width: 100%!important;
	margin: 0 0 10px!important;
}
}
/*clear*/
.title_mt_clear h1, .title_mt_clear h2, .title_mt_clear h3, .title_mt_clear h4 {
	margin-top: 10px!important;
}
.title_mb_clear h1, .title_mb_clear h2, .title_mb_clear h3, .title_mb_clear h4 {
	margin-bottom: 10px!important;
}
.img_mclear img {
	margin-bottom: 0;
}
/*
=====================================
//SPLIT
=====================================
*/