<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* -------------------------------------------------------------- 
ここからカスタマイズ
-------------------------------------------------------------- */
/* -------------------------------------------------------------- 
kickstart打ち消し
-------------------------------------------------------------- */
ul, ol {
    padding: 0;
    margin: 0;
}
h1 {
    margin: 0;
}
.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
/* -------------------------------------------------------------- 
カテゴリヘッダー
-------------------------------------------------------------- */
.header_bg {
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 50%;
    text-align: center;
    padding: 110px 0 110px;
    position: relative;
}
.header_bg .section_title, .header_bg .lead {
    color: #fff;
    text-shadow: #333 3px 3px 5px, #333 -3px 3px 5px, #333 3px -3px 5px, #333 -3px -3px 5px;
}
.category_lead {
    line-height: 2;
    font-size: 17px;
    margin: 3em 0
}

/* -------------------------------------------------------------- 
共通
-------------------------------------------------------------- */
@font-face {
    font-family: "notosans_regular";
    font-style: normal;
    font-weight: 400;
    src: url("font/noto_sans/notosans_regular.woff") format("woff");
}
@font-face {
    font-family: "notosans_medium";
    font-style: normal;
    font-weight: 500;
    src: url("font/noto_sans/notosans_medium.woff") format("woff");
}
@font-face {
    font-family: "notosans_bold";
    font-style: normal;
    font-weight: 700;
    src: url("font/noto_sans/notosans_bold.woff") format("woff");
}
@font-face {
    font-family: "notosans_black";
    font-style: normal;
    font-weight: 900;
    src: url("font/noto_sans/notosans_black.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("font/noto_serif/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-Medium";
    font-style: normal;
    font-weight: 500;
    src: url("font/noto_serif/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-SemiBold";
    font-style: normal;
    font-weight: 600;
    src: url("font/noto_serif/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-Bold";
    font-style: normal;
    font-weight: 700;
    src: url("font/noto_serif/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
    font-family: "NotoSerifCJKjp-Regular";
    font-style: normal;
    font-weight: 400;
    src: url("font/noto_serif/NotoSerifCJKjp-Regular.woff") format("woff");
}
body {
    font-family: "notosans_regular", sans-serif;
    font-size: 15px;
    color: #484848;
	word-break: break-all;
}
@media (max-width: 1024px) {
    body {
        font-size: 14px;
    }
}
.base {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px 0px;
}
.thumbs:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro'
}
.fadein{
	opacity: 0;
	transition: 0.5s;
	transform: translateY(20px);
}
h1.storytitle {
    font-size: 2.15em;
}
/* -------------------------------------------------------------- 
ヘッダー
-------------------------------------------------------------- */
.companylogo {display:flex;align-items:center;}
.companylogo img{height:36px}
@media (max-width: 1024px) {
	.companylogo{display:none}
}

	

.wrap-header {
	display: flex;
	align-items: center;
	/* position: fixed; */
	/* z-index: 1000; */
	background-color: #fff;
	width: 100%;
	height: 110px;
	z-index: 99999;
}
.inner-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1024px) {
	.wrap-header {

	height: auto;

}
    .inner-header {
        padding-left: 10px;
    }
}
.box-logo {
    width: 302px;
    font-size: 1em;
    padding: 10px 0 10px;
}


@media (max-width: 1024px) {
	.box-logo {
    width: 280px;
	padding: 20px 0 20px;
}
}

@media (max-width: 375px) {
	.box-logo {
    width: 230px;
	padding: 20px 0 20px;
}
}
.nav-style {
    display: flex;
	margin-right:50px !important;
}
@media (max-width: 767px) {
    .nav-style {
        display: none;
    }

}
.nav-style &gt; li {
    position: relative;
	padding: 0px;
}

.nav-style &gt; li &gt; a {
    display: block;
    padding: 15px 50px 15px 0;
    font-family: "notosans_regular";
    position: relative;
	font-size:16px;
	letter-spacing:2px;
}
.nav-style &gt; li &gt; a:hover {
	opacity: 0.7;
}
.menu-item-has-children &gt; a {
    position: relative;
}
.menu-item-has-children &gt; a::after {
    position: absolute;
    display: block;
    right: 18px;
    top: 15px;
    margin: auto;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
}

@media (max-width: 767px) {
    .menu-item-has-children &gt; a::after {
        top: 15px;
    }

}
.menu-item-has-children &gt; a.down::after {
    content: "\f106";
}
.menu-item-has-children &gt; a.up::after {
    content: "\f107";
}
.menu-description {
    display: block;
    padding: 0 0 0 0;
    font-size: 12px;
    color: #808080;
}
.sub-menu {
    display: none;
    position: absolute;
    background-color: #00a23e;
    min-width: 240px;
    font-size: 13px;
    z-index: 200;
}
@media (max-width: 767px) {
    .sub-menu {
        position: relative;
        padding: 0px;
		min-width: 100%;
    }
}
.sub-menu li{padding:0}
.sub-menu li a {
    color: #fff;
    padding-bottom: 13px;
    display: block;
    line-height: 1.6;
    padding: 10px 20px;
   font-family: "notosans_regular";
}
@media (max-width: 767px) {
    .sub-menu li a {
        font-size: 13px;
        padding-bottom: 13px;
    }
}
.sub-menu li a:hover {
    background-color: #048235;
}
.menu-item-has-children {
	padding: 0 10px 0 0;
}
@media (max-width: 767px) {
    .menu-item-has-children {
        width: auto;
    }

}
.menu-item-has-children.touch_on &gt; a {
		pointer-events: none;
	}
/* -------------------------------------------------------------- 
フッダー
-------------------------------------------------------------- */
.footer-style {
    /* padding: 20px 5px 0px; */
}
@media (max-width: 767px) {
	.footer-style {
    padding: 0px 0 30px;
}
}
.head-txt-foot {
    text-align: center;
    padding-bottom: 30px;
    color: #2297a8;
}
.inner-foot {
    display: flex;
    background-color: #f6f6f6;
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    /* box-shadow: 0 0 5px #ccc; */
}
.pr-img {
    width: 60%;
}
.wrap-txt-pr {
    width: 37%;
}
@media (max-width: 1024px) {
    .pr-img {
        width: 100%;
        padding-bottom: 15px;
    }
	    .pr-img img{
        width: 100%;
        height: auto;
    }
    .wrap-txt-pr {
        width: 100%;
    }
}
.tit-pr {
    font-size: 25px;
    font-family: "NotoSerifCJKjp-SemiBold";
    line-height: 1.6;
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .tit-pr {
        font-size: 21px;
        padding-bottom: 10px;
    }
}
.sub-tit-pr {
    font-size: 15px;
    padding: 10px 0 0;
    font-family: "NotoSerifCJKjp-SemiBold";
}
@media (max-width: 767px) {
    .sub-tit-pr {
        font-size: 18px;
    }
}
.txt-pr {
    font-size: 14px;
    padding-bottom: 35px;
}

.btn-pr {
    background: #2297a8;
    text-align: center;
    max-width: 100%;
    color: #fff;
    padding: 10px 0;
    display: block;
}
.btn-pr:hover {
	opacity: 0.8;
    color: #fff;
}
.wrap-copyright {
    /* background-color: #1e99a8; */
    padding: 30px 0;
    border-top: dotted 1px #333;
}
.inner-copy {
    /* color: #fff; */
    font-size: 12px;
    display: flex;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .inner-copy {
        flex-wrap: wrap;
    }
}
.copy-right {
    display: flex;
}
@media (max-width: 767px) {
    .copy-right {
        flex-wrap: wrap;
    }
}
.copy-right li a {
    /* color: #fff; */
    display: block;
    padding: 0px 15px;
    border-left: 1px solid #ccc;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .copy-right {
        order: 1;
    }
    .copy-left {
        order: 2;
        text-align: center;
        padding: 10px 0 0 15px;
    }
}
/* -------------------------------------------------------------- 
一覧ページ
-------------------------------------------------------------- */
.grid {
}
.def_post{
	/* padding-top: 110px; */
}
@media (max-width: 1024px) {
	.def_post{
	/*padding-top: 69px;*/
}
}
.def_post, .article_wrapper {
    background-color: #f4f6f9;
    overflow: hidden;
    padding-bottom: 30px;
}
.home .def_post {
    background-color: #fff;
}
.amaz {
    overflow: hidden;
}
.wrap-listbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto !important;
}
.wrap-listbox li {}
.listbox {
    width: 32%;
    box-sizing: border-box;
    padding: 8px;
    background: #fff;
    border: 1px solid #f0f0f0;
    position: relative;
    -moz-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
    -webkit-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
    box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
    -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 3, OffY = 3, Color = #ffcccccc, Positive = true)";
    filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color=#ffcccccc, Positive=true);
    margin-bottom: 25px;
}
@media (max-width: 767px) {
    .listbox {
        width: 100%;
    }
}
.tit-libox {
    line-height: 1.4;
    font-family: "NotoSerifCJKjp-Regular";
    padding: 10px 0 8px;
    font-size: 1.25em;
}
.exist_excerpt {
    font-size: 14px;
    color: #696969;
    line-height: 1.6;
}
/* -------------------------------------------------------------- 
パンクズ
-------------------------------------------------------------- */
/*.breadcrumbs {
    display: flex;
    flex-wrap: wrap;
}
ul.breadcrumbs li {
    background: url("https://sekisuihouse.co.jp/bunjou/saitama/saitama-tochigi/wp-content/themes/customize-saitama-tochigi/img/arrow.png") no-repeat right center;
}
ul.breadcrumbs li:last-child {
    background: none;
    padding: 5px 0px 5px 5px;
}*/
/* -------------------------------------------------------------- 
スライダー
-------------------------------------------------------------- */
.slick-prev {
    left: 13%;
}
.slick-next {
    right: 13%;
}
.slick-prev, .slick-next {
    z-index: 10;
}
.slick-slide {
    position: relative;
}
.slick-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 5;
}
.slick-current::before {
    content: "";
    display: none;
}
.slick-prev, .slick-next {
    width: 54px;
    height: 54px;
}
.slick-prev:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f053';
    font-weight: 900;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #054997;
    color: #054997;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
}
.slick-next:before {
    font-family: "Font Awesome 5 Pro";
    content: '\f054';
    font-weight: 900;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border: 2px solid #054997;
    color: #054997;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 2px solid #054997;
    border-radius: 50%;
    background-color: #fff;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: black;
    background-color: #054997;
}
.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dotted.slick-slider {
    margin-bottom: 35px;
}
/* -------------------------------------------------------------- 
私が書きました、非表示
-------------------------------------------------------------- */
.entryFooter {
    display: none;
}
/* -------------------------------------------------------------- 
トップページ
-------------------------------------------------------------- */
.slider-top{
	z-index: 1;
}
.main-top {
    background-position: center center;
    background-size: cover;
    text-align: center;
	height: 638px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	position: relative;
}
@media (max-width: 767px) {
    .main-top {
        height: 430px;
    }
}
.main-top img {
    max-width: 400px;
}
@media (max-width: 767px) {
    .main-top img {
    max-width: 300px;
}
}



/*路線別コラム*/
.wrap-area-column {
    position: relative;
}

.area-column {
    padding: 70px 0px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}
.tit-ac {
    font-size: 36px;
    color: #333333;
    display: block;
    line-height: 1em;
    font-family: "notosans_medium";
    position: relative;
    /* display: inline-block; */
    margin-bottom: 2em;
}
@media (max-width: 767px) {
	.tit-ac {
    font-size: 24px;
	}
}

.tit-ac:before {
  content: '';
  position: absolute;
  bottom: -30px;
  display: inline-block;
  width: 130px;
  height: 4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}







/*特集レポート*/

.wrap-report {
    padding: 70px 0px 20px;
    /* text-align: center; */
    position: relative;
}



.list-report  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto !important;
    padding: 0 20px;
}
.list-report:after {
    content: "";
    display: block;
    width: 30%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
}

.list-report  li {
    width: 30%;
    margin-bottom: 50px;
    box-shadow: 10px 10px 0px 0px rgba(0,0,0,0.1);
}
@media (max-width: 767px) {
    .list-report  li {
        width: 100%;
        margin-bottom: 40px;
    }
}

.txtbox-report{padding: 20px;}

.txtbox-report .block-tit{font-size:18px;padding-bottom: 0;}






/*****シングルページ*******/

.entry_header .catch{
	 font-family: "notosans_medium";
}

h1, h2, h3, h4, h5, h6, .townname, .category_discription, .pr_box strong, .footerpr strong, .breadcrumbs, #left #pickup div a.bold, .subcatch, .shopData strong {
    font-family: "notosans_medium";
    font-weight: normal !important;
}

.popular-post-list h3 {
    font-family: "notosans_regular";
    font-weight: normal;
    font-size: 0.75em;
    line-height: 1.5;
    margin: 0;
	}

.popular-post-list .photo {
    padding: 0 0 0;
}


/*****footerぱんくず*******/

.content_footer {
  background: #fff;
  border-top: 1px solid #eee;
}

.content_footer .breadcrumb {
  max-width: 1160px;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 12px;
  width: calc(100% - 60px);
}
	</pre></body></html>