@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.c-postThumb__cat {
    background-image: none!important;
}
.p-postSlider.-ps-style-normal .p-postList__title {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
:root {
--color_main: #e78a3d !important;
--color_htag: #e78a3d !important;
--color_list_check: #e78a3d !important;
--color_list_num: #e78a3d !important;
}
.c-postThumb__cat {background-color: #e78a3d !important;}
.l-content { background-color: #ffffff !important;}
#body_wrap { background: #faf4ef !important;}

.tag-cloud-link {background: #f9e9dc !important;}

/* お問い合わせフォーム 横幅 */
div.wpcf7 input[name="your-name"],
div.wpcf7 input[name="your-email"],
div.wpcf7 input[name="your-subject"],
div.wpcf7 textarea[name="your-message"] {
        width: 100%;
}

.c-widget__title {
  position: relative;
}
.c-widget__title .nav {
  position: absolute;
  right: 0;
  top : 10px;
  text-decoration: underline;
  color: inherit;
  font-size: 14px;
  padding: 0 15px 0 0;
}
.c-widget__title .nav::after {
  content: "";
  position: absolute;
  right: 3px;
  top : 7px;
  width: 7px;
	height: 7px;
	border-top: 2px solid #111;
	border-right: 2px solid #111;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.c-widget__title.-side a {
  color: #333;
}
#before_footer_widget #custom_html-4 {
  display: none;
}
#before_footer_widget #categories-4 {
  margin: 6em auto 3em;
}

.textwidget  a {
  color: #282828;
  display: block;
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px dashed rgba(28, 28, 28, .07);
  text-transform: capitalize;
  font-size: 14px;
}

.c-pageTitle__subTitle {
  font-style: normal !important;
}

.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
  display: block;
}

.l-articleBottom__section.-top {
  margin-top: 4rem;
}

.-top .-type-card .p-postList__item {
  width: 25%;
}
@media (max-width: 768px) {
  .-top .-type-card .p-postList__item {
    width: 50%;
  }

}
.l-container-footer {
  padding-bottom: 3rem;
}
.footer-static {
  margin-bottom: 2rem;
}

.btn-more {
  text-align: center;
}

.btn-more a {
  display: inline-block;
  background: #e78a3d;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  padding: 0 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,.05),0 4px 4px -4px rgba(0,0,0,.1);
  transition: .3s all;
}

.btn-more a:hover {
  opacity: .8;
}

.c-taxList__link{background-color:var(--color_main);color:#fff}
.c-taxList {
    color: var(--color_main);
}

#before_footer_widget #categories-4 {
  margin-bottom: 3rem;
}

#before_footer_widget #custom_html-4 {
  display: none;
}

.ads_box {
  text-align: center;
  padding: 40px 0 0;
}

.bnr-box {
  display: flex;
  gap : 30px;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 768px) {
  .bnr-box {
    flex-direction: column;
  }
}
.bnr-box a::before {
  content: "PR";
  background: rgb(231, 138, 61);
  color: #fff;
  font-size: 12px;
  position: absolute;
  left: -10px;
  top : -10px;
  display: block;
  padding: 1px 3px;
}
.bnr-box a {
  width: 50%;
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .bnr-box a {
    width: 100%;
  }
}
.bnr-box a img {
  width: 100%;
}
@media (max-width: 768px) {
  .bnr-box a img {
    width: 90%;
  }
}

.l-widget .bnr-box {
  flex-direction: column;
}

.l-widget .bnr-box a {
  width: 100%;
}

.l-widget .bnr-box a::before {
  font-size: 10px;
}

.page-inu-zukan #fix_tocbtn,
.page-post #fix_tocbtn {
  display: none;
}

.side_ads {
  text-align: center;
}

@media (max-width: 768px) {
  .side_ads.pc-ads {
    display: none;   
  }
}

.top-column {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .top-column {
  margin-bottom: 20px;
  }
}

.ads_box {
  text-align: center;
}

.sp-keyword {
  display: none;
}
@media (max-width: 768px) {
  .sp-keyword {
    display: block;
    padding: 40px 0 0;
    margin-bottom: 40px;
  }
}
.sp-keyword a {
  color: #333;
}
.sp-keyword-nav {
  text-decoration: underline;
  position: relative;
  padding: 0 30px 0 0;
}
.sp-keyword-nav::after {
  content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: ;
	position: absolute;
	right: 10px;
	top : 50%;
	transform: translateY(-50%) rotate(45deg);
}
.sp-keyword-head {
  position: relative;
}
.sp-keyword-nav {
  position: absolute;
  right: 0;
  top : 0;
}
.sp-keyword-tag {
  background: #f4f4f4;
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  gap : 10px 5px;
  flex-wrap: wrap;
}
.sp-keyword-tagitem a {
  background: #fff;
  border: 1px solid #ccc;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 15px;
}
.sp-keyword .c-secTitle {
  font-size: 18px;
  margin-bottom: 1em;
}

.p-postList__excerpt--top {
  display: block !important;
}
@media (max-width: 768px) {
  .p-postList__excerpt--top {
    display: none !important;
  }
}

#sitemap_list {
	background: #fff;
	margin: 0;
	padding: 0;
}

#sitemap_list li.home-item {
	margin-left: 0px;
}

#sitemap_list li {
	background: url(../images/business/line_dotted_brown.png) repeat-x 0 1.8em;
	font-size: medium;
	text-indent: 0;
	padding: 0 0 12px 0px;
	margin: 12px 0;
	list-style-type: none;
}

#sitemap_list li a {
	color: #666;
	background: url(../images/business/ico_lv1.png) no-repeat left center;
	text-decoration: none;
	display: inline-block;
	padding-left: 25px;
	line-height: 32px;
	}

#sitemap_list li li {
	font-size: small;
	background: none;
	margin: 7px 0 0 0;
	padding: 1px 0 0 27px;
}


#sitemap_list li li a {
	background: url(../images/business/ico_lv2.png) no-repeat left center;
	padding-left: 15px;
	line-height: normal;
}

#sitemap_list li li li {
	padding-left: 15px;
}

#sitemap_list li li li a {
	background: url(../images/business/ico_lower_lv.png) no-repeat left center;
}

#sitemap_list ul {
	padding: 0;
	margin: 0;
}

#sitemap_list .posts_in_category {
	position: absolute;
	padding-left: 10px;
	padding-top: 3px;
}

#sitemap_list li li .posts_in_category {
	padding-top: 0;
}

#sitemap_list li .posts_in_category a {
	background: #fff url(../images/business/ico_post_list.png) no-repeat center;
	text-indent: -9999px;
	display: block;
	width: 1.2em;
	height: 1.2em;
	border: solid 1px #ccc;
	padding: 0;
}