@charset "utf-8";
/* CSS Document */

* {
    font-family: YuGothic, "Yu Gothic", sans-serif;
    margin: 0;
    font-weight: 400;
    padding: 0;
    text-decoration: none;
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
}
body {
    overflow-x: hidden;
    -webkit-print-color-adjust: exact;
}
::selection {
    background: #990000;
    color: #ffffff;
}
.zyunbicyu {
    width: 300px;
    margin: 200px auto;
    font-weight: 600;
    letter-spacing: 1px;
}
h3 {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-left: 10px;
    margin: 30px 0 10px 0;
    letter-spacing: 1px;
    border-bottom: solid 1px #000000;
    width: 1000px;
}
h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 5px;
    height: 10px;
    background-color: #640000;
}
.s-title h3 {
    border-bottom: none;
    margin-top: 0;
}
.po-fixed {
    position: fixed;
}
.nav-menu {
    z-index: 1100;
}
.nav-menu ul li {
    font-size: 13px;
    letter-spacing: 1px;
    width: 200px;
    padding: 10px 0;
    text-indent: 20px;
    border-top: solid 1px #d6d6d6;
    display: block;
    cursor: pointer;
}
.nav-menu ul li a {
    font-weight: 600;
}
.nav-menu ul li ul li {
	background-color: #eeeeee;
}
.osusumezyunbicyu {
    display: block;
    margin: 50px auto;
    width: 50%;
}

dl dd #sort_form {
    display: block;
}
dl.sorts {
    position: relative;
    padding: 20px;
}
dl.sorts dt {
    font-weight: bold;
}
dl.sorts select {
    border: 1px solid #777;
    padding: 0 40px 0 20px;
    display: block;
}

dl.sorts::before {
    /*position: absolute;
	bottom: 33px;
	left: 180px;
content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	color: #333*/
}

/*------------------------------------------
  modTxt01 / 下線*アニメーション付きテキスト
------------------------------------------*/

.modTxt01 {
    display: table;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 5px;
    padding: 0 5px;
    margin: 0 auto 15px;
    position: relative;
    width: 100%;
}
.modTxt01.mt1Line:before {
    content: "";
    bottom: 0;
    height: 1px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    background: #640000;
    position: absolute;
    -webkit-animation-name: mt1Line;
    animation-name: mt1Line;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@-webkit-keyframes mt1Line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes mt1Line {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.modTxt01.mt1Line.mt1LineGr:before {
    background: #d6d6d6;
}
ul.mainaccordion .ddn {
    margin-bottom: -10px;
}
ul.mainaccordion .nav-ti {
    background-color: #000000;
}
ul.mainaccordion .nav-ti a {
    width: 200px;
    height: 24px;
    color: #ffffff;
    vertical-align: text-bottom;
}
ul.mainaccordion .nav-ti2 {
    background-color: #000000;
    padding-bottom: 0;
}
ul.mainaccordion .ddn li a {
    width: 200px;
    height: 23px;
    display: block;
    text-decoration: none;
    font-weight: 600;
    text-indent: 20px;
    color: #ffffff;
}
ul.mainaccordion .ddn li {
    background-color: #000000;
    border-top: solid 1px #ffffff;
}
ul.mainaccordion span {
    font-weight: 600;
    display: block;
    font-family: YuGothic, "Yu Gothic", sans-serif;
    position: relative;
}
ul.mainaccordion ul {
    display: none;
}
ul.mainaccordion > li > a {
    cursor: pointer;
    display: block;
}
ul.mainaccordion .spancon {
    padding-bottom: 10px;
    height: 25px;
    width: 200px;
    color: #ffffff;
}
ul.mainaccordion .nav-ti2 .ddn .addn {
    margin-bottom: 10px;
}
ul.mainaccordion .ddn li:hover,
ul.mainaccordion .nav-ti2:hover,
ul.mainaccordion .nav-ti:hover {
    display: block;
    background-color: #640000;
}
ul.mainaccordion .ddn li:hover > a {
    color: #ffffff;
}
ul.mainaccordion .nav-ti2 p:hover > .spancon {
    color: #ffffff;
}
ul.mainaccordion .nav-ti:hover > a {
    color: #ffffff;
}
.logoimg {
    background-color: #000000;
    width: 200px;
}
.logoimg a {
    display: block;
}
.logo {
    width: 180px;
    padding: 30px 10px;
    margin: 20px 10px;
}
.contact-button {
    display: block;
    width: 200px;
    background-color: #640000;
    padding: 10px 15px;
}
.contact-button img {
    width: 20px;
    margin-right: 10px;
}
.contact-button p {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
}
.contact-button:hover {
    background-color: #aaaaaa;
    color: #ffffff;
    cursor: pointer;
}
header {
    position: relative;
    z-index: 600;
}
.wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 650px;
}
.slideshow {
    height: 595px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.slideshow .item-a,
.slideshow .item-b {
    position: absolute;
    background-size: auto 550px;
    background-repeat: no-repeat;
    background-position: center center;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    transform: scale(1.35);
    z-index: -5;
}
.wrap-b {
    display: none;
}
.headerbackblack {
    background-color: #000000;
    width: 200px;
    height: 2300px;
    position: absolute;
    top: 350px;
    z-index: -50000;
}
.left-con00 p .aligncenter.size-full {
    width: 100%;
    height: auto;
}
.bukkensyousaimi.buttonaction p a {
    color: #ffffff;
    display: block;
    padding: 5px 0;
    font-weight: 600;
}
.bukkensyousaimi.buttonaction p a:hover {
    color: #ee781f;
}
/*
#pankuzu li a, #pankuzu li span, #pankuzu span span {
	font-size: 13px
}
*/

#pankuzu li span {
    font-size: 13px;
}
span .post.post-newslist-archive span,
#pankuzu span span {
    font-size: 13px;
}
#kasou .kasou-con .floatright.navs {
    display: flex;
    clear: both;
    float: none;
    margin: 0 auto;
    width: 1000px;
    height: auto;
    justify-content: flex-end;
}
.kasou-con #pankuzu span {
    font-style: normal;
    font-size: 12px;
}
.bukken .b-text-m .b-texts {
}
.news-con00 .left-con00 .eyepost {
    padding: 10px;
}
.news-con00 .left-con00 .eyepost img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

@media screen and (min-width: 2000px) {
    .slideshow .item-a {
        background-size: 90% 90%;
    }
}
.slide_on {
    animation: slide_on 10s linear forwards;
}
@keyframes slide_on {
    0% {
        transform: scale(1.35);
    }
    100% {
        transform: scale(1);
    }
}
/*
.accordion_icon,
.accordion_icon span:nth-child(1),
.accordion_icon span:nth-child(2) {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 30px;
	height: 30px;
	float: right;
	margin-right: 5px;
}
.accordion_icon span:nth-child(1),
.accordion_icon span:nth-child(2) {
	position: absolute;
    left: 0;
    width: 10px;
	height: 2px;
	bottom: 50px;
}
.accordion_icon span:nth-of-type(1) {
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
*/

/*＋、－切り替え*/

/*
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
*/

.full {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.full img {
    width: 10px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: right;
    margin-top: -25px;
    margin-right: 15px;
    transition: 0.5s;
}
.full .opansnon {
    opacity: 0;
}
.full .opans {
    opacity: 1;
}
.sl-text {
    position: absolute;
    width: 100%;
    top: 390px;
    text-align: center;
    margin: 0 auto;
}
.sl-text h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    color: #ffffff;
    text-shadow: 1px 1px 10px #a2a2a2, -1px -1px 10px #a2a2a2;
    box-shadow: 0 1px 0 #a2a2a2;
    border-bottom: solid 1px #ffffff;
    width: 725px;
    text-align: center;
    margin: 0 auto 15px auto;
    font-size: 36px;
}
.sl-text img {
    width: 120px;
    text-align: center;
    margin: 0 auto;
}
.backred {
    position: absolute;
    background-color: #640000;
    width: 100%;
    height: 30px;
    text-align: center;
    top: 590px;
    right: 0;
    z-index: 50;
}
.backred p {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 5px auto;
    line-height: 23px;
}
article {
    width: 100%;
    padding: 0 20px;
    position: relative;
}
.topmenu {
    position: static;
    padding-top: 700px;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 685px;
}
.topmenu h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    text-align: center;
    padding-bottom: 30px;
}
.line-move {
    display: table;
    text-align: center;
    margin: 0 auto;
    position: relative;
    width: 600px;
}
.line-move.mt1Line:before {
    position: absolute;
    content: "";
    bottom: 0;
    height: 1px;
    width: 100%;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    background: #d6d6d6;
    -webkit-animation-name: mt1Line;
    animation-name: mt1Line;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.topmenu p {
    font-family: YuMincho, "Yu Mincho", serif;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 2px;
}
.topmenu img {
    width: 150px;
    float: right;
    margin: 30px 0;
}
.news-con {
    padding-top: 100px;
    width: 685px;
    margin: 0 auto;
}
.conbtitle {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 10px;
}
.conbtitle h4 {
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-top: 5px;
}
.conbtitle p {
    display: inline-block;
    font-size: 11px;
    margin: 5px 0 0 400px;
}
.conbtitle .r-icon {
    width: 25px;
    float: left;
    margin-right: 10px;
}
.conbtitle .ichiran-icon {
    width: 15px;
    margin-bottom: -3px;
}
.ichikochi:hover {
    opacity: 0.6 !important;
}
.o-category {
    font-size: 10px;
    color: #640000;
    border: solid 1px #640000;
    float: left;
    padding: 0 5px;
    margin-right: 10px;
    font-weight: 600;
}
.o-title {
    font-size: 14px;
}
.o-date {
    font-size: 11px;
    color: #a2a2a2;
}
.o-text {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: -1px;
}
.float-left {
    display: inline-block;
    vertical-align: top;
    width: 77%;
}
.o-continuation p {
    color: #ffffff;
    font-size: 11px;
}
.o-continuation {
    background-color: #a2a2a2;
    display: block;
    padding: 3px 25px;
    border-radius: 20px;
    float: right;
    width: 105px;
    z-index: 200;
}
/*.o-continuation {
    background-color: #A2A2A2;
    display: block;
    padding: 3px 25px;
    border-radius: 20px;
    float: right;
    margin: 10px -90px 0 0;
    width: 105px;
    z-index: 200;
}*/

.o-continuation:hover {
    background-color: #640000;
}
.oshirase img {
    float: right;
    width: 135px;
    z-index: 1;
    height: 95px;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.oshirase {
    border-bottom: solid 1px #d6d6d6;
    height: 115px;
    margin-top: 20px;
}
.conb2title {
    border-bottom: solid 1px #d6d6d6;
    padding-bottom: 10px;
}
.conb2title img {
    width: 25px;
    float: left;
    margin-right: 10px;
}
.osusume-con {
    margin: 50px auto 30px auto;
    text-align: center;
    width: 685px;
}
.osusume-con h4 {
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.bukken {
    margin: 30px 0 0 0;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    height: auto;
}
.bukken:hover {
    opacity: 0.9 !important;
}
.bukken img {
    display: block;
    height: 160px;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.b-text-m {
    border: solid 1px #d6d6d6;
    width: 100%;
    padding: 20px;
}
.b-money {
    text-align: left;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 600;
}
.color-orange {
    color: #ee781f;
    font-size: 20px;
    font-weight: 600;
}
.b-text {
    font-size: 12px;
    margin-bottom: 2px;
    display: block;
    width: 100%;
    text-align: left;
}
.bukken-value {
    font-size: 12px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: top;
    font-weight: 500;
}
.b-category {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    background-color: #ffffff;
    border: solid 1px #640000;
    color: #640000;
    display: block;
}
.b-comment {
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    height: 45px;
    line-height: 20px;
    overflow: hidden;
    display: block;
}
.topcat-alls {
    position: absolute;
    display: inline;
    width: 200px;
    left: 0;
    top: 0;
    text-align-last: left;
}
.kensakuall {
    margin-top: 20px;
}
.kensakuall02 {
    margin-top: 0;
    padding-top: 15px;
    width: 100%;
}
.kensaku {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    color: #d6d6d6;
    font-size: 13.5px;
    width: 80px;
}
.kensaku:focus {
    color: #000000;
    background-color: #d6d6d6;
}
#searchform input[type="text"] {
    width: 120px;
    float: left;
}
.submit_btn {
    vertical-align: top;
    width: 25px;
    height: 25px;
    border: none;
    padding: 8px 0;
    margin: 0 0 0 -5px;
    background-image: url(../img/search.svg) !important;
}
/* 左のコンテンツ */

.left-contents {
    float: left;
    width: 100%;
    margin: 0 0 100px 0;
}
/* 右のコンテンツ */

.right-contents {
    float: left;
    position: absolute;
    margin-right: 30px;
    top: 700px;
    right: 0;
    width: 275px;
}
.right-b-title {
    margin-top: 20px;
    background-color: #640000;
    padding: 10px 0 0 10px;
}
.right-b-title02 {
    margin-top: 0;
}
.right-b-title p {
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 2px;
    display: inline-block;
    vertical-align: top;
}
.right-b-title img {
    padding-right: 10px;
}
.weather {
    border: solid 1px #d6d6d6;
    margin-top: 20px;
}
.banner {
    margin-top: 20px;
}
.facebook {
    border: none;
    overflow: hidden;
}
.fade-up {
    transition: opacity 0.8s;
    -moz-transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    -o-transition: opacity 0.8s;
    transition: transform 0.8s;
    -moz-transition: transform 0.8s;
    -webkit-transition: transform 0.8s;
    -o-transition: transform 0.8s;
}
.right-contents a img:hover {
    opacity: 0.85;
}
/* ドロワーメニュー*/

#navToggle {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 46px;
    cursor: pointer;
    z-index: 1000;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}
#navToggle div {
    position: relative;
}
#navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    border-bottom: solid 3px #640000;
    border-radius: 20%;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
}
#navToggle span:nth-child(1) {
    top: 0;
}
#navToggle span:nth-child(2) {
    top: 11px;
}
#navToggle span:nth-child(3) {
    top: 22px;
}
#burger {
    width: 100%;
    z-index: 1000;
    position: fixed;
    font-size: 0;
    line-height: 0;
    top: 0;
    left: 0;
    right: 0;
}
#burger nav {
    display: none;
}
#burger ul {
    font-size: 13px;
    line-height: 1;
    margin: 0 10px 10px 0;
}
#burger ul li:last-child::after {
    content: "";
}
#burger ul li a {
    color: inherit;
}
#burger .ddn li a {
    background-color: #cccccc;
    color: #ffffff;
    border-top: solid 1px #ffffff;
}

/* ‐‐‐‐‐‐‐‐‐‐ ここから850px以下の指定 ‐‐‐‐‐‐‐‐‐‐ */

@media screen and (max-width: 850px) {
    #burger .burgers {
        display: none;
    }
    #burger li p {
        color: #ffffff;
        font-weight: 600;
    }
    .burgpm {
        padding: 0 50px 0 0;
        vertical-align: top;
    }
    #burger {
        width: 100%;
        z-index: 1000;
        font-size: 0;
        line-height: 0;
    }
    #burger nav {
        background-color: #000000;
        display: block;
        width: 100%;
        top: -800px;
        font-size: 0;
        line-height: 0;
        position: absolute;
        right: 0;
        left: 0;
        padding: 0;
        text-align: left;
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        z-index: 500;
    }
    #burger ul {
        margin: 0;
        display: block;
    }
    #burger ul li {
        color: #ffffff;
        display: block;
        margin: 0;
        background-color: #000000;
        border-bottom: solid 1px #ffffff;
        line-height: 3;
    }
    #burger ul li ul li a:hover {
        color: #640000;
        background-color: #640000;
    }
    #burger ul li a {
        display: block;
        color: #ffffff;
        padding: 0 10px;
        font-weight: 600;
    }
    #burger ul li p {
        padding: 0 10px;
    }
    #burger ul li::after {
        content: "";
    }
    #burger ul li:last-child {
        border-bottom: none;
    }
    #navToggle {
        display: block;
    }
    .openNav #navToggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .openNav #navToggle span:nth-child(2),
    .openNav #navToggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .openNav #burger nav {
        -moz-transform: translateY(351px);
        -webkit-transform: translateY(351px);
        transform: translateY(351px);
    }
    .back-c-b {
        background-color: #ffffff;
        padding: 10px;
    }
}
/* ‐‐‐‐‐‐‐‐‐‐ ここまで850px以下の指定 ‐‐‐‐‐‐‐‐‐‐ */

#burger ul li a:active,
#burger li p:active {
    background-color: #000000;
    color: #ffffff;
}
/* ドロワーメニューここまで */

/* トップへ戻るボタン */

#pageTop {
    z-index: 999999999;
}
#pageTop a {
    display: block;
}
#pageTop a:hover {
    text-decoration: none;
}
/* トップへ戻るボタンここまで */

footer {
    width: 100%;
    background-color: #3d3d3d;
    clear: both;
    text-align: center;
    z-index: 100;
    margin: 0 auto;
    position: relative;
    top: 200px;
}
footer img {
    margin: 60px auto 40px auto;
    width: 125px;
}
footer ul {
    padding-bottom: 20px;
}
footer li {
    display: inline-block;
    border-right: solid 1px #ffffff;
    line-height: 10px;
}
footer ul li a {
    color: #ffffff;
    font-size: 13px;
    padding: 0 30px;
}
footer li:last-child {
    border: none;
}
footer small {
    font-family: YuMincho, "Yu Mincho", serif;
    display: block;
    color: #ffffff;
    font-size: 11px;
    padding-bottom: 40px;
    font-style: italic;
}
footer .sankaku {
    position: absolute;
    cursor: pointer;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-bottom: solid 30px #9e9e9e;
    border-right: solid 30px #9e9e9e;
    border-left: 30px solid #3d3d3d;
    border-top: 30px solid #3d3d3d;
}
footer .sankaku img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    margin: 0 -20px 0 -40px;
}
footer p {
    color: #ffffff;
    line-height: 0;
    font-size: 11px;
    margin-top: 15px;
	overflow-wrap: normal;
}
footer ul li a:hover {
    color: #d6d6d6;
}

@media screen and (max-width: 1500px) {
    .left-contents {
        clear: both;
        margin-left: -50px;
    }
}

@media screen and (max-width: 1250px) {
    .left-contents {
        clear: both;
        margin: 0 0 30px 5%;
    }
    .right-contents {
        clear: both;
        position: static;
        margin: 0 auto 120px 25%;
        width: 275px;
    }
    .bordero {
        height: 3200px;
    }
    .s-sright {
        margin: -735px 0 0 350px;
        width: 275px;
    }
    .sl-text {
        width: 80%;
        margin-left: 20%;
    }
    .sl-text h2 {
        font-size: 30px;
    }
    .oshirase {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .sl-text {
        top: 250px;
        margin-left: 50px;
    }
    .left-contents {
        margin-left: 0;
    }
    .topmenu {
        width: 550px;
    }
    .news-con {
        width: 550px;
    }
    .o-continuation {
        float: none;
    }
    .oshirase img {
        margin-left: 30px;
    }
    .float-left {
        width: 70%;
    }
    .o-text {
        font-size: 11px;
    }
    .osusume-con {
        width: 550px;
    }
    .s-sright {
        margin-left: 320px;
    }
    .bordero {
        height: 3500px;
    }
    .sl-text {
        margin-left: 17%;
    }
}

@media screen and (max-width: 850px) {
    .po-fixed,
    .bordero {
        display: none;
    }
    .topmenu h2 {
        font-size: 18px;
    }
    .sl-text {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .sl-text h2 {
        font-size: 18px;
        padding-bottom: 5px;
    }
    .left-contents {
        margin-left: 2.5%;
        width: 95%;
        overflow: hidden;
    }
    .topmenu {
        padding-top: 600px;
        width: 100%;
    }
    .news-con {
        width: 100%;
    }
    .conbtitle p {
        margin-left: 30%;
    }
    .s-sright {
        margin: 0;
    }
    .oshirase img {
        display: none;
    }
    .float-left {
        width: 100%;
    }
    .oshirase {
        height: auto;
        padding-bottom: 20px;
    }
    .wrap-a {
        display: none;
    }
    .wrap-b {
        display: block;
    }
    .backred {
        top: 480px;
    }
    .slideshow {
        height: 500px;
    }
    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.first label,
    .wpcf7-form-control.wpcf7-radio .wpcf7-list-item.last label {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
    .fontsize13 .colorblackshikaku .wpcf7-form-control-wrap.renraku {
        display: block;
    }
}

@media screen and (max-width: 640px) {
    .osusume-con {
        width: 100%;
    }
    .bukken {
        width: 48%;
        margin-left: 0;
    }
    .bukken:nth-child(2n + 1) {
        margin-left: 0;
    }
    .bukken img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        font-family: "object-fit: cover";
    }
    .b-text-m {
        width: 100%;
    }
    .topcat-alls {
        width: 100%;
        text-align: left;
    }
    .b-text-m {
        padding: 10px;
        display: block;
    }
    .b-comment {
        font-size: 12px;
        display: block;
    }
    .right-contents {
        margin: 0 auto;
        display: block;
        float: none;
    }
    .sl-text {
        width: 80%;
        left: 10%;
    }
    .sl-text h2 {
        width: 90%;
    }
    .conbtitle p {
        margin-left: 10%;
    }
    .topmenu img {
        margin-top: 0;
    }
    .news-con {
        margin-top: 80px;
    }
}

@media screen and (max-width: 500px) {
    .backred {
        height: 70px;
        padding: 15px 20px;
    }
    .topmenu p {
        font-size: 12px;
        letter-spacing: 1px;
    }
    .topmenu img {
        margin-top: 10px;
    }
    .conbtitle {
        padding-top: 50px;
    }
    .conbtitle p {
        margin: 10px 0 0 20px;
    }
    .news-con {
        margin-top: 0;
    }
}
/* --------------------------------------------------- 下層ページ --------------------------------------------------- */

/* 下層全体 */

#kasou {
    margin-left: 200px;
    max-width: 90%;
    padding: 0 0 50px 0;
    position: static;
    overflow: hidden;
}
.k-topcon {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 200px;
    text-align: center;
    background-color: transparent;
    background-image: url(../img/kasou-top.jpg) !important;
    object-fit: cover;
    font-family: "object-fit: cover";
    z-index: -3;
}
.k-topcon span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 1px #ffffff;
    width: 50%;
    height: 2px;
}

@media screen and (min-width: 2000px) {
    #kasou {
        max-width: 96%;
    }
    .k-topcon span {
        width: 30% !important;
    }
}

@media screen and (max-width: 1300px) {
    #kasou {
        max-width: 85%;
    }
    .k-topcon span {
        width: 70% !important;
    }
}
/* ニュース&トピックスページ */

.kasou-con {
    width: 100%;
}
.k-back-blc {
    position: absolute;
    background-color: #000000;
    mix-blend-mode: multiply;
    opacity: 0.4;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1000px;
    height: 150px;
    z-index: -1;
}
.k-topcon h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 24px;
    padding-top: 60px;
    color: #ffffff;
    width: 84%;
    margin: 0 auto;
    letter-spacing: 1px;
    font-weight: 300;
}
.k-topcon span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-bottom: solid 1px #ffffff;
    width: 55%;
    height: 2px;
}
.k-topcon img {
    margin: 20px auto 0 auto;
    width: 100px;
}
/* パンくず*/

.breadcrumb {
    margin: 0 0 10px 0;
    padding: 5px 0 5px 0;
    border-bottom: solid 1px #d6d6d6;
    width: 100%;
}
.breadcrumb li {
    display: inline;
    list-style: none;
    font-weight: bold;
}
.breadcrumb li:after {
    content: ">";
    font-size: 11px;
    padding: 0 3px;
    color: #555;
}
.breadcrumb li:last-child:after {
    content: "";
}
.breadcrumb li a span {
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    color: #000000;
}
.breadcrumb li a span:hover {
    color: #d6d6d6;
}
.breadcrumb li:first-child a:before {
    /*家アイコン*/
    font-family: FontAwesome;
    content: "\f015";
    margin-left: 9%;
    font-weight: normal;
    font-size: 18px;
    color: #640000;
}
/* パンくずここまで */

.notoptitle {
    border-bottom: solid 1px #640000;
    padding-bottom: 10px;
    margin: 30px 0 10px 0;
    width: 1000px;
}
.notoptitle img {
    width: 25px;
    float: left;
    margin-right: 10px;
}
.notoptitle h4 {
    font-weight: 900;
    font-size: 18px;
}
.n-o-category {
    font-size: 10px;
    color: #640000;
    border: solid 1px #640000;
    float: left;
    padding: 0 5px;
    margin-right: 10px;
    font-weight: 600;
}
.n-o-title {
    font-size: 14px;
    font-weight: 600;
}
.n-o-date {
    font-size: 11px;
    color: #a2a2a2;
}
.n-o-text {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -1px;
    display: inline-block;
    vertical-align: top;
}
.n-float-left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}
.n-float-right {
    width: 29%;
    display: inline-block;
    vertical-align: top;
}
.n-o-continuation p {
    color: #ffffff;
    font-size: 11px;
}
.n-o-continuation {
    background-color: #a2a2a2;
    padding: 3px 25px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    /*margin: 70px -380px 0 0;*/
    width: 105px;
    z-index: 200;
}
.n-o-continuation:hover {
    background-color: #7e2828;
}
.n-oshirase img {
    float: right;
    width: 135px;
    z-index: 1;
    height: 95px;
    object-fit: cover;
}
.n-oshirase {
    border-bottom: solid 1px #d6d6d6;
    height: 115px;
    width: 1000px;
    margin: 20px 0 0 0;
}
.pageokuri {
    margin: 50px 0 150px 0;
    display: inline-block;
}
.pageokuri a {
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 0.5px;
    border-right: solid 1px #d6d6d6;
    padding: 0 5px;
    cursor: pointer;
}
.pageokuri a:hover {
    color: #640000;
}
.pageokuri a:hover > span {
    color: #640000;
}
.pageokuri a:last-child {
    border-right: none;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ニュース&トピックス詳細ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.news-con00 {
    width: 1000px;
    margin: 0 auto;
    font-style: normal;
}
.nn-o-category {
    font-size: 10px;
    color: #640000;
    border: solid 1px #640000;
    float: left;
    padding: 0 5px;
    margin-right: 10px;
    font-weight: 600;
}
.nn-o-date {
    font-size: 11px;
    color: #a2a2a2;
    margin: 0 0 0 80px;
}
.left-con00 {
    display: inline-block;
    vertical-align: top;
    padding: 20px 20px 0 0px;
    width: 55%;
}
.left-con00 p {
    text-align-last: left;
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
}
.right-con00 {
    display: inline-block;
    vertical-align: top;
    margin: 20px 0 0 0px;
    width: 38%;
}
.right-con00 img {
    width: 100%;
    height: auto;
    display: inline;
}
.pageokuri00 {
    width: 1000px;
    margin: 45px auto 200px auto;
}
.pageokuri00 a {
    font-size: 13px;
    font-weight: 700;
    vertical-align: text-bottom;
}
.pageokuri00 .ichimo {
    padding: 2px 40px;
    border: solid 1px #000000;
    border-radius: 15px;
    float: left;
    display: block;
}
.pageokuri00 .mae {
    float: left;
    margin: 0 350px 0 0;
}
.pageokuri00 .ushiro {
    vertical-align: bottom;
    display: block;
    text-align: right;
}
.pageokuri00 .mae:hover,
.pageokuri00 .ushiro:hover {
    color: #a2a2a2;
}
.pageokuri00 .ichimo:hover {
    background-color: #640000;
    border-color: #ffffff;
}
.pageokuri00 .ichimo:hover > a {
    color: #ffffff;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊土地一覧ページ・物件一覧ページ共通カテゴリー＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.cat-new,
.cat-syoudan,
.cat-zumi,
.cat-tochi,
.cat-renov {
    display: inline-block;
    font-size: 11px !important;
    padding: 2px 15px;
}
.cat-new {
    background-color: #e72418;
    color: #ffffff;
    vertical-align: top;
}
.cat-syoudan {
    background-color: #3c5a96;
    color: #ffffff;
    vertical-align: top;
}
.cat-zumi {
    background-color: #a2a2a2;
    color: #ffffff;
    vertical-align: top;
}
.cat-tochi {
    border: solid 1px #640000;
    color: #640000;
    vertical-align: top;
}
.cat-renov {
    border: solid 1px #640000;
    color: #640000;
    vertical-align: top;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊土地一覧ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.articlecon {
    max-width: 1000px;
    margin: 0 auto;
}

/* セレクトボックスの矢印非表示 */

::-ms-expand {
    display: none;
}
.tochi-kensaku {
    background-color: #ffffff;
    border: solid 1px #565656;
    margin: 30px auto;
}
.con-sm {
    padding: 20px;
    text-align: center;
}
.backglo {
    background-color: #640000;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
}
.backbmi {
    background-color: #565656;
    padding: 8px 15px;
    width: 48%;
    display: inline-block;
}
.backbmi:first-child {
    margin-right: 20px;
}
.backbmi p {
    color: #ffffff;
    display: inline;
    vertical-align: text-bottom;
}
.backbmi select {
    padding: 0 20px;
    margin-left: 20px;
    height: 23px;
    width: 120px;
    vertical-align: text-bottom;
}
.backbmi span {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
}
.backbmi span:after {
    position: absolute;
    content: "";
    right: 5px;
    bottom: 0;
    height: 23px;
    width: 20px;
    background-size: 20px auto;
    background-image: url(../img/select.svg) !important;
    pointer-events: none;
}
.backbmi p {
    margin-left: 20px;
}
.search-button {
    margin: 10px auto 0 auto;
    padding: 5px 0;
    background-color: #ee781f;
    color: #ffffff;
    width: 100%;
    border: solid 1px #ffffff;
    font-weight: 600;
}
.sarspan {
    position: relative;
    display: block;
}
.sarspan:before {
    position: absolute;
    content: "";
    left: 40%;
    top: 15px;
    height: 20px;
    width: 20px;
    background-size: 20px auto;
    background-image: url(../img/search-w.svg) !important;
}
.search-bb:hover > .sarspan:before {
    background-image: url(../img/search-o.svg) !important;
}
.search-bb:hover > .search-button {
    color: #ee781f;
    background-color: #ffffff;
    border: solid 1px #ee781f;
    font-weight: 800;
}
.bukken-ichi {
    border: solid 1px #565656;
    padding: 15px;
    margin-bottom: 20px;
    overflow: hidden;
}
.bukken-ichi img {
    float: left;
    margin-right: 15px;
    width: 45%;
    height: auto;
}
.floatribicon {
    float: right;
    width: 510px;
}
.floatribicon table {
    border-collapse: collapse;
}
.floatribicon table th,
.floatribicon table td {
    border: solid 1px #aaaaaa;
}
.floatribicon .back-g-table {
    background-color: #640000;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    padding: 5px 30px;
}
.floatribicon .back-w-table {
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    width: 77%;
    padding-right: 10px;
}
.cat-comment {
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
}
.kakakudiv {
    font-weight: 500px;
    margin-bottom: 10px;
    border-bottom: solid 1px #565656;
    padding-bottom: 5px;
}
.kakakudiv p {
    display: inline-block;
    color: #ee781f;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 0 10px 0 350px;
}
.kakakudiv {
    font-size: 13px;
    font-weight: 600;
}
.kakakudiv span {
    border-right: solid 6px #640000;
    width: 6px;
    margin-right: 10px;
}
.bukkensyousaimi {
    background-color: #ee781f;
    border: solid 1px #ffffff;
    padding: 0;
    position: relative;
}
.bukkensyousaimi p {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.bukkensyousaimi .syospan {
    position: absolute;
    bottom: 10px;
    left: 30%;
    background-image: url(../img/syiusaiwomiru.svg) !important;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
}
.bukkensyousaimi:hover {
    background-color: #ffffff;
    border: solid 1px #ee781f;
}
.bukkensyousaimi:hover > p {
    color: #ee781f;
    font-weight: 700;
}
.bukkensyousaimi:hover > .syospan {
    background-image: url(../img/syiusaiwomiru-o.svg) !important;
}
.pageokuri-01 {
    display: inline-block;
    margin: 10px 20px 0 0;
}
.pageokuri-01 p {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
}
.pageokuri-01 .text-big-ora {
    margin: 0 5px;
    font-size: 32px;
    color: #ee781f;
    font-weight: 800;
}
.span-page {
    font-weight: 800;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊物件一覧ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.backbmi02 {
    background-color: #565656;
    padding: 10px;
    width: 48%;
    display: inline-block;
    vertical-align: top;
}
.backbmi02:first-child {
    margin-right: 30px;
}
.backbmi02:nth-child(3) {
    margin-right: 30px;
}
.backbmi02 p {
    color: #ffffff;
    display: inline;
}
.backbmi02 select {
    padding: 0 10px;
    margin-left: 20px;
    height: 23px;
    vertical-align: text-bottom;
    width: 120px;
}
.backbmi02 span {
    position: relative;
    display: inline-block;
    vertical-align: text-bottom;
}
.backbmi02 span:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    height: 23px;
    width: 20px;
    background-size: 20px auto;
    background-image: url(../img/select.svg) !important;
    pointer-events: none;
}
.backbmi02 p {
    margin-left: 20px;
}
.page_item {
    border-bottom: solid 1px #3d3d3d;
    font-size: 14px;
    vertical-align: top;
    overflow: hidden;
}
.page_item a {
    display: block;
    padding: 20px;
    margin: 0;
}
.page_item a:hover {
    background-color: #f8f5f5;
}
.sarspan02 {
    position: relative;
    display: block;
}
.sarspan02:before {
    position: absolute;
    content: "";
    left: 40%;
    top: 115px;
    height: 20px;
    width: 20px;
    background-size: 20px auto;
    background-image: url(../img/search-w.svg) !important;
}
.search-bb:hover > .sarspan02:before {
    background-image: url(../img/search-o.svg) !important;
}
.search-bb:hover > .search-button {
    color: #ee781f;
    background-color: #ffffff;
    border: solid 1px #ee781f;
    font-weight: 800;
}
.backbmi02 .margin25 {
    margin-left: 25px;
    margin-right: 10px;
}
.backbmi02-5 {
    margin-top: 15px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊プリンスランドとはページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.tohaimg01 {
    position: relative;
    margin-top: -10px;
    width: 100%;
    height: 800px;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.toha-youkoso {
    position: absolute;
    top: 300px;
    right: 0;
    left: 200px;
    width: 1000px;
    height: 800px;
    margin: -10px auto 0 auto;
}
.toha-youkoso h5 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 25px;
    width: 800px;
    /*border-bottom: solid 1px #640000;*/
    text-align: center;
    padding: 40px 0 20px 0;
    margin: 0 auto 30px auto;
}
.toha-youkoso p,
.toha-cyouwa p {
    font-family: YuMincho, "Yu Mincho", serif;
    text-align: center;
    line-height: 30px;
    letter-spacing: 3px;
    font-weight: 500;
    font-size: 14px;
}
.toha-cyouwa {
    width: 1000px;
    margin: 0 auto;
}
.toha-cyouwa_pc01,
.toha-cyouwa_pc02 {
    display: inline-block;
}
.toha-cyouwa img {
    margin: 20px;
    width: 450px;
    height: 400px;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.tohacon-right {
    display: inline-block;
    margin-left: 5px;
    width: 460px;
    vertical-align: top;
}
.toha-cyouwa h5 {
    letter-spacing: 2px;
    text-align: left;
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 25px;
    /*border-bottom: solid 1px #640000;*/
    padding: 150px 0 20px 0;
    margin: 0 auto 30px auto;
}
.toha-cyouwa p {
    text-align: left;
}
.toha-bloconall {
    background-image: url(../img/tohabackimg02.jpg) !important;
    background-repeat: repeat-x;
    width: 100%;
    margin: 0 auto -50px auto;
}
.tohaimg02 {
    position: relative;
    margin-bottom: -60px;
    width: 100%;
    height: 1450px;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.toha-bloconall-m {
    margin: 0 auto;
    left: 200px;
    right: 0;
    padding: 0;
    /*position: absolute;
	top: 3000px;
    width: 1000px;
    height: 900px;*/
	width: 100%;
    height: auto;
	background-image: url(https://www.princeland.co.jp/asamayumoto/wp-content/themes/asamayumoto/img/tohabackimg02.jpg);
    background-size: cover;
}
.toha-bloconall-m-inner {
	width: 1050px;
	padding: 50px;
	margin: 0 auto;
}
.toha-bloconall-m h6 {
    font-weight: 600;
    font-size: 15px;
}
.toha-bloconall-m p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 500;
	text-align: left;
}
.toha-blocon01,
.toha-blocon02,
.toha-blocon03,
.toha-blocon04,
.toha-blocon05,
.toha-blocon06,
.toha-blocon07,
.toha-blocon08 {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.toha-blocon01,
.toha-blocon04,
.toha-blocon07 {
    margin-left: 0;
}
.toha-backwhite {
    width: 300px;
    height: 160px;
    background-color: #ffffff;
    padding: 20px;
    margin-top: -10px;
}
.toha-cyouwa_sp {
    display: none;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊会社概要ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.companyall {
    width: 1000px;
    margin: 0 auto;
}
.companyall .notoptitle,
.companyall h3 {
    margin-bottom: 20px;
}
.companyall td {
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    border: 1px solid #a2a2a2;
}
.companyall .contname {
    background-color: #d6d6d6;
    width: 250px;
}
.companyall table {
    width: 1000px;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
}
.marginbottom100 {
    margin-bottom: 100px;
}
.companyall table a {
    background-color: #000000;
    color: #ffffff;
    border-radius: 20px;
    font-size: 10px;
    padding: 3px 10px;
    margin-left: 15px;
}
.companyall table a:hover {
    opacity: 0.7;
}
.companyall table a img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
    vertical-align: middle;
}
.companyall table .tdurl {
    color: #000000;
    font-size: 14px;
    background-color: transparent;
    font-weight: 600;
    width: 100%;
    padding: 0;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊アクセスページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.accessall {
    width: 1000px;
    margin: 0 auto;
}
.accessall h3 {
    width: 450px;
}
.access-chizu {
    margin: 30px auto;
}
.access-chizu iframe {
    height: 700px;
    width: 100%;
}
.access-chizugaiyou-left {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-right: 50px;
}
.access-chizugaiyou-left-matop {
    margin-top: 100px;
}
.access-chizugaiyou-left-matop50 {
	margin-top: 50px;
}
.access-chizugaiyou img {
    display: inline-block;
    width: 90%;
    margin-top: 30px;
}
.access-chizugaiyou-left p {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.access-tel {
    text-align: center;
    margin: 60px auto;
}
.access-tel img {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: text-bottom;
}
.access-tel-contact {
    background-color: #640000;
    width: 470px;
    color: #ffffff;
    padding: 7px 0;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto;
}
.access-tel .access-tel-tel {
    font-size: 42px;
    letter-spacing: 1px;
    font-weight: 900;
    display: inline-block;
    margin-top: 10px;
}
.access-tel-zikan {
    font-weight: 700;
    font-size: 14px;
}
.access-zimukyoku {
    margin-bottom: 50px;
}
.access-zimukyoku img {
    display: inline-block;
}
.access-zimukyoku-text {
    display: inline-block;
    width: 470px;
    vertical-align: bottom;
    margin: 0 0 80px 30px;
}
.access-zimukyoku-text p {
    font-weight: 500;
}
.access-zimukyoku-text .access-zimukyoku-text-title {
    font-family: YuMincho, "Yu Mincho", serif;
    font-weight: 700;
    font-size: 26px;
    /*border-bottom: solid 1px #640000;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.access-zimukyoku-text-syousai {
    font-size: 13px;
    letter-spacing: 1px;
    margin-top: 20px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊よくある質問ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.qandaall {
    width: 1000px;
    margin: 0 auto 150px auto;
}
.qanda-text {
    font-size: 14px;
    margin: 20px auto;
    font-weight: 500;
}
.qandacontents {
    margin: 10px auto 30px auto;
}
.qandacontents p {
    font-size: 14px;
    letter-spacing: 0.5px;
}
.qandacontents span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
    margin-right: 10px;
}
.qandacontents-q {
    font-weight: 600;
    margin-bottom: 10px;
}
.qandacontents-q span {
    background-color: #640000;
    padding: 8px 13px;
}
.qandacontents-a {
    border: solid 1px #d6d6d6;
    padding: 10px 10px 35px 10px;
}
.qandacontents-a p {
    line-height: 25px;
    display: inline-block;
    vertical-align: top;
    width: 93%;
    font-weight: 500;
}
.qandacontents-a span {
    background-color: #565656;
    padding: 7px 13px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊プライバシーポリシーページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.privacypolicyall {
    width: 1000px;
    margin: 0 auto 100px auto;
}
.privacypolicyall ul {
    margin-left: 20px;
}
.privacypolicyall li {
    list-style-type: disc;
    font-size: 14px;
    font-weight: 500;
}
.privacypolicyall p {
    font-size: 14px;
    font-weight: 500;
}
.privacypolicy-text {
    margin: 20px auto;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊利用規約ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.serviceall {
    width: 1000px;
    margin: 0 auto 100px auto;
}
.serviceall li {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
}
.serviceall li:before {
    content: "-";
    margin-right: 10px;
}
.serviceall p {
    font-size: 14px;
    font-weight: 500;
}
.service-text {
    margin: 20px auto;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊リンク集ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.linkall {
    width: 1000px;
    margin: 0 auto;
}
.linkall h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: solid 1px #640000;
    font-weight: 500;
}
.link-title {
    width: 700px;
    margin: 50px auto;
    text-align: center;
}
.link-title h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.link-title p {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 3px;
    font-weight: 500;
}
.link-block {
    display: block;
    margin: 0 auto 50px auto;
}
.link-block img {
    display: inline-block;
}
.link-block-text {
    display: inline-block;
    width: 470px;
    vertical-align: top;
    margin-top: 30px;
}
.link-block h2 {
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.link-block p {
    font-size: 14px;
}
.link-block .linkfontsiza13 {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 10px auto;
}
.linkimgleft {
    margin-right: 30px;
}
.linkimgright {
    margin-left: 30px;
}
.link-block .linkimgleft_sp {
    display: none;
}
.linkpagebutton {
    background-color: #ee781f;
    border: solid 1px #ffffff;
    padding: 5px 0;
    position: relative;
    margin-top: 20px;
    display: block;
}
.linkpagebutton p {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.linkpagebutton .syospan {
    position: absolute;
    bottom: 10px;
    left: 30%;
    background-image: url(../img/syiusaiwomiru.svg) !important;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
}
.linkpagebutton:hover {
    background-color: #ffffff;
    border: solid 1px #ee781f;
}
.linkpagebutton:hover > p {
    color: #ee781f;
    font-weight: 700;
}
.linkpagebutton:hover > .syospan {
    background-image: url(../img/syiusaiwomiru-o.svg) !important;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊管理の特徴ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.distinctiveall {
    width: 1000px;
    margin: 0 auto 100px auto;
}
.distinctiveall h4 {
    margin-top: 50px;
}
.distinctiveall p {
    font-size: 13px;
}
.distinctiveall ul li {
    font-size: 13px;
}
.distinctiveall h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: solid 1px #640000;
    font-weight: 500;
}
.distinctive-tp {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 20px 0 40px 0;
}
.distinctivetable01 {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.distinctivetable01,
td,
th {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
.distinctivetable01 td,
.distinctivetable01 th {
    padding: 15px 10px;
    height: 25px;
    line-height: 20px;
    font-size: 14px;
    width: 200px;
}
.distinctivetable01 th {
    background: #f0e6cc;
}
.distinctivetable01 .distinctivetable01td01 {
    padding: 5px 10px;
}
.distinctivetable01 .distinctivetable01tdtate {
    width: 60px;
    padding: 10px 20px;
}
.distinctivetable01 .distinctivetable01td02 {
    width: 350px;
}
.comment01 {
    font-size: 12px;
    margin-bottom: 50px;
}
.s-title-05 {
    margin: 15px 0 5px 0;
}
.divcontent01 {
    display: inline-block;
    margin-bottom: 50px;
}
.divcontent01-5 {
    margin-right: 40px;
}
.left-con01 {
    display: inline-block;
    width: 230px;
    vertical-align: top;
}
.divcontent01 p {
    font-size: 13px;
    letter-spacing: -0.5px;
    line-height: 20px;
}
.divcontent01 img {
    display: inline-block;
    margin-left: 10px;
}
.backgreen01 {
    background-color: #640000;
    color: #ffffff;
}
.backgreen01 span {
    color: #ffffff;
}
.distinctive-list li {
    list-style-type: decimal;
    margin-left: 20px;
}
.distinctivetable02 {
    width: 100%;
    text-align: center;
    margin: 5px 0;
    displat: inline-block;
}
.distinctivetable02,
.distinctivetable02 td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
.distinctivetable02 td {
    padding: 5px 10px;
    height: 25px;
    line-height: 20px;
    font-size: 14px;
    width: 200px;
    letter-spacing: -0.5px;
}
.distinctivetable02 td.backgreen01,
.distinctivetable03 td.backgreen01 {
    text-align: left;
}
.distinctivetable02 td.backgreen01 span,
.distinctivetable03 td.backgreen01 span {
    float: right;
}
.distinctivetable03 {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}
.distinctivetable03,
.distinctivetable03 td {
    border: 1px solid #cccccc;
    border-collapse: collapse;
}
.distinctivetable03 td {
    padding: 5px 10px;
    height: 25px;
    line-height: 20px;
    font-size: 14px;
    width: 200px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊管理事務所案内ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.informationall h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: solid 1px #640000;
    font-weight: 500;
}
.informationall {
    width: 1000px;
    margin: 0 auto;
}
.informationall p {
    font-size: 13px;
}
.informationall .notoptitle {
    margin-bottom: 30px;
}
.informationall .access-zimukyoku-text {
    margin: 0 0 60px 50px;
}
.informationpagebutton {
    background-color: #640000;
    border: solid 1px #ffffff;
    padding: 5px 0;
    position: relative;
    margin-top: 20px;
    display: block;
}
.informationpagebutton p {
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.informationpagebutton .syospan {
    position: absolute;
    bottom: 10px;
    left: 25%;
    background-image: url(../img/green-sankaku02.svg) !important;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
}
.informationpagebutton:hover {
    background-color: #ffffff;
    border: solid 1px #640000;
}
.informationpagebutton:hover > p {
    color: #640000;
    font-weight: 700;
}
.informationpagebutton:hover > .syospan {
    background-image: url(../img/green-sankaku.svg) !important;
}
p.displayinline-block500,
.divcontent03 {
    display: inline-block;
    width: 500px;
    vertical-align: top;
}
.divcontent02 {
    width: 470px;
    border: solid 1px #cccccc;
    padding: 10px;
    margin-left: 25px;
    display: inline-block;
}
.divcontent02 p {
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    margin-top: 30px;
}
.divcontent02-05 {
    width: 200px;
    background-color: #000000;
    padding: 10px;
    display: inline-block;
    text-align: center;
    margin-left: 20px;
    vertical-align: top;
}
.divcontent02-05:hover {
    background-color: #aaaaaa;
}
.divcontent02 .divcontent02-05 p {
    color: #ffffff;
    display: inline-block;
    width: auto;
    margin-top: 0;
}
.pdfwhite {
    width: 30px;
    height: 35px;
    display: block;
    margin: 0 auto;
    padding-bottom: 5px;
}
.wbmaru {
    width: 15px;
    height: 15px;
    display: inline-block;
}
.wbmaru02 {
    width: 15px;
    height: 15px;
    display: none;
}
.divcontent02-05:hover > .wbmaru02 {
    display: inline-block;
}
.divcontent02-05:hover > .wbmaru {
    display: none;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ゴミ出しについてページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.garbageall {
    width: 1000px;
    margin: 0 auto 100px auto;
}
.garbageall h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: solid 1px #640000;
    font-weight: 500;
}
.garbageall p {
    font-size: 13px;
}
.garbageall p span,
.garbageall td span {
    font-weight: 800;
}
.garbageall h3 span {
    color: #640000;
    font-size: 13px;
    font-weight: 600;
}
.garbageall table th,
.garbageall table td {
    font-size: 13px;
    line-height: 18px;
    border: solid 1px #aaaaaa;
    padding: 15px 10px;
}
.garbageall .garbage-table-bgtw {
    background-color: #640000;
    color: #ffffff;
    width: 30%;
}
.garbageall .garbage-table-bwtb {
    padding: 5px 10px;
}
.garbageall .garbage-table-bgtb {
    background-color: #d6d6d6;
}
.garbageall table {
    border-collapse: collapse;
}
.garbage-table04 {
    display: inline-block;
    width: 100%;
}
.garbage-table04 td {
    width: 250px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊申請書類ダウンロードページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.downloadall {
    width: 1000px;
    margin: 0 auto 300px auto;
}
.downloadall p {
    font-size: 14px;
}
.divcontent11 .divcontent02-05 {
    margin-left: 10px;
}
.divcontent11 .divcontent02-05 p {
    color: #ffffff;
    display: inline-block;
    width: auto;
    font-size: 14px;
    margin-top: 0;
    font-weight: 700;
}
.divcontent11 .wbmaru {
    vertical-align: text-top;
    margin-bottom: -15px;
}
.divcontent11 .wbmaru02 {
    vertical-align: text-top;
    margin-bottom: -15px;
}
.downloadall table {
    border-collapse: collapse;
    width: 100%;
}
.downloadall table td {
    font-size: 13px;
    padding: 15px;
}
.downloadall .font-weight700 {
    font-size: 13px;
    font-weight: 700;
}
.width250 {
    width: 250px;
}
.download-conti {
    font-weight: 700;
    background-color: #d6d6d6;
}
.adobedownload {
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
}
.adobedownload:hover {
    opacity: 0.7;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊採用情報ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.adoptall {
    width: 1000px;
    margin: 0 auto;
}
.adoptall p {
    font-size: 14px;
}
.adoptall td {
    padding: 15px;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #a2a2a2;
}
.adoptall .contname {
    background-color: #d6d6d6;
    width: 250px;
    font-weight: 600;
	vertical-align: top;
}
.adoptall h3 {
    display: inline-block;
}
.adoptall table {
    width: 1000px;
    border-collapse: collapse;
    border: 1px solid #a2a2a2;
}
span.bosyuuteishi {
    color: #e72418;
    display: inline-block;
    font-weight: 700;
}
.adoptall h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: solid 1px #640000;
    font-weight: 500;
}
.divcontent21 {
    display: inline-block;
    float: right;
    width: 75%;
}
.kibouzikan {
    color: #000000;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊注文建築・諸工事ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.orderall {
    width: 1000px;
    margin: 0 auto 100px auto;
}
.orderall p {
    font-size: 14px;
}
.orderall h2,.toha-t1-full h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: solid 1px #640000;
    font-weight: 500;
}
.kouzimae,
.kouzigo {
    display: inline-block;
}
.kouzimae {
    margin-right: 20px;
}
.button11 {
    background-color: #ee781f;
    display: block;
    color: #ffffff;
    border: solid 1px #ffffff;
    font-weight: 600;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: 1px;
    margin: 80px auto;
}
.buttonaction:before,
.buttonaction:after {
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
}
.buttonaction,
.buttonaction:before,
.buttonaction:after {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.button11:hover {
    background-color: #ffffff;
    color: #ee781f;
    border: solid 1px #ee781f;
}
.order-menseki {
    border: solid 1px #cccccc;
    padding: 4px 0;
    font-size: 14px;
    font-weight: 600;
    width: 500px;
    margin: 30px 0;
}
.order-menseki span {
    background-color: #640000;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 50px;
    margin-right: 20px;
}
.orderminimg {
    display: inline-block;
    width: 472px;
    height: 422px;
    border: solid 1px #cccccc;
    margin: 30px 10px 0 0;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊資料請求ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.documentall {
    width: 1000px;
    margin: 0 auto 50px auto;
}
.documentall table {
    border-collapse: collapse;
    width: 100%;
}
.documentall table th {
    background-color: #cccccc;
    border: solid 1px #aaaaaa;
    padding: 15px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
}
.documentall td:first-child {
    white-space: nowrap;
}
.documentall td {
    font-size: 14px;
    text-align: center;
    border: solid 1px #aaaaaa;
    padding: 10px;
}
.documentall td img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: auto;
}
.documentall td span {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 1px;
    width: 80%;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊サイトマップページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.sitemapall {
    width: 1000px;
    margin: 20px auto 150px auto;
}
.sitemap-con {
    border-bottom: solid 1px #000000;
    font-size: 14px;
    padding: 20px 0;
    margin: 5px auto;
    vertical-align: top;
    overflow: hidden;
}
.sitemap-con a {
    display: block;
}
.sitemap-con span {
    width: 800px;
    margin-left: 20px;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    float: right;
}
.sitemap-con span a {
    display: block;
}
.sitemap-con a:hover,
.sitemap-con span a:hover {
    color: #640000;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊周辺アクセスマップページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.mapall {
    width: 1000px;
    margin: 0 auto;
}
.mapall h2 {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 26px;
    letter-spacing: 2px;
    border-bottom: solid 1px #640000;
    font-weight: 500;
}
.mapall p {
    font-size: 13px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊公共機関へのご案内・周辺アクセスマップページ（public.html,map.html）＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.publicall,
.mapall {
    width: 1000px;
    margin: 0 auto 100px auto;
}
.publicall p,
.mapall p {
    font-size: 14px;
}
.publicall th,
.mapall th {
    font-size: 13px;
    padding: 5px 10px;
    text-align: left;
    font-weight: 500;
}
.publicall a,
.mapall a {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 600;
}
.tableconmaps02 td {
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 600;
}
.publicall a,
.mapall a {
    display: block;
}
.tableconmaps01 {
    width: 1000px;
    border-collapse: collapse;
    margin: 20px auto 50px auto;
}
.tableconmaps01 td a {
    font-weight: 600;
    width: 250px;
}
.tableconmaps01 td a:hover {
    background-color: #640000;
    color: #ffffff;
}
.tableconmaps02 {
    width: 1000px;
    border-collapse: collapse;
}
.tableconmaps02 th {
    background-color: #640000;
    color: #ffffff;
}
.tableconmaps02 .mapcon001 {
    width: 500px;
}
.tableconmaps02 .mapcon002 {
    width: 350px;
}
.tableconmaps02 .mapcon003 {
    width: 150px;
}
.tableconmaps02 .mapcon003:not(th),
.tableconmaps02 .mapconb005:not(th) {
    text-align: center;
}
.publicall .mapcon003 a,
.mapall .mapconb005 a {
    display: block;
    width: 110px;
    padding: 4px 10px;
    margin: 0 auto;
    background-color: #565656;
    color: #ffffff;
    font-weight: 500;
    font-size: 11px;
    border-radius: 20px;
}
.publicall .mapcon003 a:hover,
.mapall .mapconb005 a:hover {
    background-color: #aaaaaa;
}
.publicall iframe {
    width: 1000px;
    height: 600px;
}
.publicall .mapcon003 a img,
.mapall .mapconb005 a img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.mapconb001 {
    width: 10px;
    text-align: center;
}
.mapconb002 {
    width: 340px;
}
.mapconb003 {
    width: 150px;
}
.mapconb004 {
    width: 350px;
}
.mapconb005 {
    width: 150px;
}
#mapcon-01 iframe {
    width: 1000px;
    height: 600px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊お問い合わせページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.contactall {
    width: 1000px;
    margin: 0 auto 50px auto;
}
.divcontent50 {
    margin-left: 110px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊物件印刷用ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

.printall {
    width: 1000px;
    margin: 0 auto;
}
.printall p {
    font-size: 14px;
}
.printall h3 {
    border-bottom: none;
    margin-top: 10px !important;
}
.divcontent101 {
    border-bottom: solid 2px #aaaaaa;
    overflow: hidden;
    margin-top: 20px;
}
.print-logo {
    width: 85px;
    height: 56px;
    vertical-align: middle;
}
.print-telicon {
    width: 50px;
    height: 40px;
    vertical-align: text-bottom;
}
.printall .print-number,
.printall .print-title {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.printall .print-telnumber {
    display: inline-block;
    font-size: 32px;
    font-weight: 900;
}
.printall .print-time {
    margin-top: -10px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-align: right;
}
.divcontent101-5 {
    display: inline-block;
    float: right;
    margin-top: -10px;
}
.divcontent102-5a {
    display: inline-block;
    width: 500px;
    vertical-align: top;
}
.divcontent102-5a img {
    width: 500px;
    height: 310px;
    object-fit: cover;
    font-family: "object-fit: cover";
}
.print-point {
    margin-top: 10px;
}
.bordergray {
    border: solid 1px #aaaaaa;
}
.bordergray02 {
    border: solid 1px #aaaaaa;
    padding: 5px 10px;
    height: 135px;
    font-size: 13px;
    font-weight: 600;
}
.divcontent102-5b {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px;
    margin-left: 10px;
}
.divcontent102-5b img {
    display: block;
    width: 210px;
    height: 170px;
    object-fit: cover;
    font-family: "object-fit: cover";
    margin-top: 10px;
}
.divcontent102-5c {
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.divcontent102-5c table {
    border-collapse: collapse;
    width: 260px;
    margin-left: 10px;
}
.divcontent102-5c th,
.divcontent102-5c td {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    padding: 3px 15px 3px 10px;
    vertical-align: top;
}
.divcontent102-5c th {
    background-color: #640000 !important;
    color: #ffffff;
    width: 80px;
}
.divcontent102-5c tr td span {
    color: #ee781f;
    font-weight: 800;
}
.divcontent103 {
    background-color: #565656 !important;
    padding: 10px 20px;
    margin-top: 10px;
}
.divcontent103 p {
    color: #ffffff;
    display: inline-block;
    letter-spacing: 2px;
    font-size: 12px;
    margin-left: 10px;
}
.print-logo02 {
    width: 100px;
    height: auto;
    display: inline-block;
    vertical-align: bottom;
}
.print-mincyo01,
.print-mincyo02 {
    font-family: YuMincho, "Yu Mincho", serif;
    color: #ffffff;
}
.print-mincyo01 {
    font-size: 12px;
    display: block;
}
.divcontent103-5 {
    width: 300px;
    margin-left: 30px;
    display: inline-block;
    text-align: center;
}
.print-con-button {
    display: block;
    background-color: #ee781f !important;
    margin-top: 10px;
    vertical-align: top;
    padding: 5px 60px;
    height: 30px;
}
.print-con-button:hover {
    opacity: 0.9;
}
.print-con-button p {
    vertical-align: top;
    font-weight: 600;
}
.printall .print-small {
    font-family: YuMincho, "Yu Mincho", serif;
    display: inline-block;
    font-style: oblique;
    letter-spacing: 1px;
}
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊物件詳細ページ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
#txt tr td {
    text-align: left;
}
.singlemaps {
    width: 100%;
    height: 600px;
}
#wrap_single {
    padding: 20px 0 50px 0;
}
#slider {
    width: 100%;
    margin: 0 auto 10px;
}
#thumbnail_slider {
    width: 810px;
    margin: 0 auto 10px;
}
.slide-item img {
    max-width: 100%;
    max-height: 100%;
    height: 540px;
    width: 810px;
    object-fit: cover;
    font-family: "object-fit: cover;";
    margin: 0 auto;
}
.thumbnail-item img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    margin: 0 auto;
}
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    top: 610px !important;
}
.slick-prev:before,
.slick-next:before {
    content: "";
    font-family: "slick";
}
#arrows {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-prev {
    margin-left: 200px;
    left: 10% !important;
}
.slick-next {
    margin-right: 0;
    right: 10% !important;
}
.slick-prev:hover {
    border-radius: 0;
    opacity: 0;
}
.slick-next:hover {
    border-radius: 0;
    opacity: 0 !important;
}
.slick-arrow {
    z-index: 10;
}
#wrap_single .slick-slide:not(.slick-center):not(.thumbnail-item),
#wrap_single .slick-slide:not(.thumbnail-item):not(.slick-center) {
    -webkit-filter: brightness(25%);
    -moz-filter: brightness(25%);
    -o-filter: brightness(25%);
    -ms-filter: brightness(25%);
    filter: brightness(25%);
    transition: 0.4s linear;
}
.landpropsingleall p,
.landpropsingleall a {
    font-size: 14px;
}
.catsingleall {
    text-align: right;
    margin-top: -25px;
}
.singlehalfcon {
    display: inline-block;
    width: 485px;
    overflow: hidden;
    vertical-align: bottom;
}
.singlehalfcon h3 {
    border: none;
    display: inline-block;
    width: 300px;
}
.landpropsingleall .singlehalfcon .singlemoney {
    display: inline-block;
    border-bottom: solid 1px #000000;
    width: 100%;
    text-align: right;
}
.singlehalfcon p span {
    color: #ee781f;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
.landpropsingleall .singlecontactbutton {
    display: inline-block;
    width: 485px;
    padding: 10px 120px;
    font-size: 20px;
    background-color: #ee781f;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    border: solid 1px #ffffff;
}
.landpropsingleall .singlecontactbutton02 {
    width: 100%;
    margin-top: 30px;
}
.landpropsingleall .singlecontactbutton:hover {
    color: #ee781f;
    background-color: #ffffff;
    border: solid 1px #ee781f;
}
.landpropsingleall table {
    width: 100%;
    border-collapse: collapse;
}
table.tableconsingle th {
    background-color: #640000;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 600;
    width: 200px;
    vertical-align: top;
}
table.tableconsingle td {
    text-align: right;
    font-size: 14px;
    padding: 5px 20px;
    font-weight: 600;
    vertical-align: top;
}
.divcontent31 {
    width: 48%;
    padding: 10px;
    display: inline-block;
    border: solid 1px #aaaaaa;
    margin-bottom: 10px;
}
.divcontent31:nth-child(2n) {
    margin-left: 20px;
}
.divcontent31 p {
    font-size: 14px;
    letter-spacing: 2px;
    text-align: left;
    display: inline-block;
    margin-top: 10px;
}
.landpropsingleall .divcontent31 a {
    background-color: #640000;
    border: solid 1px #ffffff;
    float: right;
    color: #ffffff;
    letter-spacing: 1px;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    display: block;
}
.divcontent31 a img {
    width: 15px;
    height: 15px;
    margin-left: 20px;
    vertical-align: text-top;
}
.singleimg01 {
    display: inline-block;
}
.singleimg02 {
    display: none;
}
.divcontent31 a:hover {
    background-color: #ffffff;
    color: #640000;
    border: solid 1px #640000;
}
.divcontent31 a:hover > .singleimg02 {
    display: inline-block;
    margin-left: 15px;
}
.divcontent31 a:hover > .singleimg01 {
    display: none;
}
.madorizu {
    width: 100%;
    height: auto;
}
/* =============================================== 共通css =============================================== */

.textalignleft {
    text-align: left;
}
.textalignright {
    text-align: right;
}
.tabledisplayinline-block {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}
.tabledisplayinline-block-05 {
    margin-right: 15px;
}
.marginleft25 {
    margin-left: 25px;
}
.marginbottom50 {
    margin-bottom: 50px;
}
.marginbottom65 {
    margin-bottom: 65px;
}
.fontsize13 {
    font-size: 13px;
}
.margintop30 {
    margin-top: 30px;
}
.marginbottom30 {
    margin-bottom: 30px;
}
.marginbottom10 {
    margin-bottom: 10px;
}
.padding25 {
    padding: 25px;
}
.vertitop {
    vertical-align: top;
}
.bikou-comment {
    height: 125px;
}
.colororange:hover {
    color: #ee781f;
}
.n-topall-title {
    width: 700px;
    margin: 50px auto;
    text-align: center;
}
.n-topall-title h2 {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.n-topall-title p {
    font-family: YuMincho, "Yu Mincho", serif;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 3px;
    font-weight: 500;
}
.fontsize13 .red {
    color: #e72418;
    font-weight: 700;
}
.fontsize13 .divcontent21 .renraku .first label,
.fontsize13 .divcontent21 .renraku .last label,
.fontsize13 .divcontent21 .syokusyu .first label,
.fontsize13 .divcontent21 .syokusyu .last label,
.wpcf7-list-item label {
    color: #3d3d3d;
    border: solid 1px #aaaaaa;
    padding: 15px;
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 20px;
    cursor: pointer;
    transition: 0.5s;
}
.wpcf7-list-item {
    margin: 0 0 0 10px;
}
.wpcf7-list-item input {
    margin: 0 10px 0 0;
}
label:hover {
    background-color: #f1f1f1;
}
.fontsize13 .divcontent21 .times {
    color: #3d3d3d;
    letter-spacing: 2px;
    margin-left: 0px;
}
.fontsize13 .colorblack {
    color: #3d3d3d;
}
.documentall input[type="submit"],
.adoptall input[type="submit"],
.contactall input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    background-color: #2aa464;
    padding: 10px;
    border-radius: 0 !important;
    letter-spacing: 3px;
    margin-bottom: 100px;
    border: solid 1px #ffffff;
}
.documentall input[type="submit"]:hover,
.adoptall input[type="submit"]:hover,
.contactall input[type="submit"]:hover {
    background-color: #ffffff;
    border: solid 1px #2aa464;
    color: #2aa464;
}
input[type="submit"] {
    border-radius: 0;
}
.fontsize13 .divcontent21 .colorblackshikaku {
    color: #000000;
    padding: 0;
    display: inline-block;
    letter-spacing: 2px;
    margin-right: 20px;
    width: 100%;
}
.fontsize13 .divcontent21-5 .colorblackshikaku {
    width: 220px;
}
.fontsize13 .colorblack {
    color: #000000;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
#acMenu #searchform #searchsubmit {
    border: none;
    background-color: #a1a4a2;
    background-image: url(../img/sarch.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    width: 42px;
    height: 45px;
    text-indent: -99999px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
}
#acMenu #searchform #searchsubmit:hover {
    background-color: #f49b07;
}
.zipspace {
    float: right;
    width: 75%;
    margin: -20px 0 -20px 0;
}
td .wpcf7-list-item.first label {
    cursor: pointer;
    border: none;
}
#mapcon-01 .maps #map {
    width: 100%;
    height: 500px;
}
.wpcf7-list-item.first label input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}
.floatright .pageokuri .page-prev.buttonaction,
.floatright .pageokuri .page-next.buttonaction {
    vertical-align: middle;
}
.floatright .pageokuri .inactive {
    border: 1px solid #ccc;
    padding: 0 10px;
}
.floatright .pageokuri .current {
    background-color: #640000;
    color: #fff;
    padding: 4px 10px;
    vertical-align: top;
}
.documentall input[type="submit"],
.adoptall input[type="submit"],
.contactall input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    color: #ffffff;
    background-color: #640000;
    padding: 10px;
    border-radius: 0 !important;
    letter-spacing: 3px;
    margin-bottom: 100px;
    border: solid 1px #ffffff;
    -webkit-appearance: none;
}
.documentall input[type="submit"]:hover,
.adoptall input[type="submit"]:hover,
.contactall input[type="submit"]:hover {
    background-color: #ffffff;
    border: solid 1px #640000;
    color: #640000;
}
input[type="submit"] {
    border-radius: 0;
}
.contact-conall {
    margin-top: 30px;
}
.contact-con-mn {
    border-top: solid 1px #aaaaaa;
    padding: 10px;
}
.contact-con-mn p {
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    display: inline-block;
    width: 100%;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
    width: 75%;
    float: right;
    height: 45px;
    padding: 10px;
    border: 1px solid #aaa;
}
.your-zipcode #zip {
    float: left;
}
.your-zipcode #zip,
#pref,
#city,
.text-598 input[type="text"] {
    padding: 10px;
    margin: 5px 0;
}
#pref,
#city,
.text-598 input[type="text"] {
    width: 100%;
}
.kasou-con .contact-con-mn-t {
    color: #000000;
    display: inline-block;
    padding-top: 10px;
}
.contact-con-mn02 p {
    width: 25%;
}
.contact-con-mn02 textarea {
    width: 75%;
    height: 300px;
}
.contact-con-mn select {
    width: 200px;
    padding: 15px;
    margin-left: 20px;
    border: solid 1px #aaaaaa;
}
.setsumei01 {
    font-size: 14px;
    border-top: solid 1px #aaaaaa;
    padding: 10px 0 50px 0;
}
.setsumei01 a {
    font-size: 14px;
    font-weight: 600;
    color: #640000;
}
.setsumei01 a:hover {
    color: #aaaaaa;
}
.floatright {
    float: right;
}
.btnOpenLine {
    cursor: pointer;
    height: 10px;
    top: 0;
    margin: 0;
    position: relative;
}
.btnOpenLine span:first-child {
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    display: block;
    position: absolute;
    right: 20px;
    top: -20px;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.btnOpenLine.up span:first-child {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.btnOpenLine span:last-child {
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: -20px;
    right: 20px;
    margin: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btnOpenLine.up:last-child span {
    display: none
}
.btnOpenLine:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.margintop0 {
	margin-top: 0;
}
.toha-t1-full {
    width: 100%;
    margin-bottom: 50px;
    height: auto;
	background-size: cover;
}
.toha-t1-full h2 {
	border: none;
}
.toha-t1-backimg {
	width: 100%;
	height: 550px;
	object-fit: cover;
}
.toha-t1-inner {
    margin: -550px auto 60px auto;
    width: 1000px;
}
.toha-t1-inner2 {
    margin: 50px auto 20px auto;
    width: 1000px;
}

.toha-t1-inner .notoptitle {
    display: inline-block;
}
.toha-t1-con-left,.toha-t1-con-right {
    display: inline-block;
	vertical-align: top;
}
.toha-t1-con-left {
	margin-right: 3%;
}
.toha-t1-con-div01 {
	width: 40%;
}
.toha-t1-con-div02 {
	background-color: rgba(255,255,255,0.7);
	padding: 20px;
	width: 56.5%;
}

.toha-t1-con-div01 img {
    width: 100%;
    height: auto;
}
.toha-t1-con-div02 h3 {
    width: 100%;
}
.toha-t1-con-div03 {
	margin: 20px auto 50px auto;
}
.toha-t1-con-div03 img {
	width: 30%;
	height: auto;
	display: inline-block;
	margin: 0 1.5%;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 20px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn img {
  width: 100%;
  height: 100%;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}
#js-show-popup {
	width: 513px;
	margin: 20px auto 50px auto;
	display: block;
	border: none;
	background: none;
}
#js-show-popup img {
	width: 480px;
	display: inline-block;
	border: solid 1px #dcdcdc;
	vertical-align: top;
}
#js-show-popup img.popupmap-icon {
	width: 33px;
	height: 30px;
}
.toha-menu {
	width: 1000px;
	margin: 30px auto;
}
.toha-menu ul {
	background-color: #640000;
	width: 100%;
	height: auto;
	padding: 10px;
	text-align: center;
	border-radius: 7px;
	
}
.toha-menu ul li {
	display:inline-block;
}
.toha-menu ul li a {
	display:inline-block;
}
.toha-menu ul li a:hover {
	opacity: 0.7;
}
.toha-menu ul li p {
	display:inline-block;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
}
.toha-menu ul li > p {
	padding: 10px;
}

.display-pc {display: block;}
.display-pc2 {display: inline-block;}
.display-sp {display: none;}
/* =============================================== ここからレスポンシブ =============================================== */

@media screen and (max-width: 1600px) {
    .slick-prev {
        margin-left: 200px;
        left: 10% !important;
    }
    .slick-next {
        margin-right: 0;
        right: 5% !important;
    }
}

@media screen and (max-width: 1300px) {
    h3 {
        width: 100%;
    }
    .kasoconall {
        overflow: hidden;
        width: 85%;
        margin-left: 50px;
    }
    div.singlekasocon {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .notoptitle {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .n-topall-title {
        width: 70%;
    }
    .link-block .linkimgleft_sp {
        display: inline-block;
    }
    .link-block .linkimgright {
        display: none;
    }
    .link-block .linkimgleft {
        margin-right: 0;
    }
    .link-block {
        text-align: center;
    }
    .qandaall {
        width: 90%;
    }
    .toha-youkoso {
        width: 80%;
        text-align: center;
    }
    .toha-youkoso h5 {
        width: 50%;
    }
    .toha-cyouwa h5 {
        padding-top: 80px;
    }
    .toha-cyouwa {
        text-align: center;
        width: 100%;
        margin-bottom: 80px;
    }
    .toha-bloconall-m {
        /* top: 4320px; */
    }
    .toha-bloconall-m-inner {
        width: 725px;
    }
    .tohaimg02 {
        height: 1700px;
    }
    .toha-blocon01,
    .toha-blocon02,
    .toha-blocon03,
    .toha-blocon04,
    .toha-blocon05,
    .toha-blocon06 {
        margin: 10px 0 30px 0;
    }
    .toha-blocon01,
    .toha-blocon03,
    .toha-blocon05 {
        margin-right: 20px;
    }
    .toha-bloconall-m h6,
    .toha-bloconall-m p {
        text-align: left;
    }
    .accessall {
        width: 90%;
    }
    .access-chizu {
        margin: 30px 0;
    }
    .access-chizu iframe {
        width: 100%;
        height: 600px;
        margin: 0 auto;
    }
    .access-chizugaiyou-left {
        width: 100%;
        margin-right: 10px;
    }
    .accessall h3 {
        width: 100%;
    }
    .access-chizugaiyou {
        margin: 0 auto;
        width: 100%;
    }
    .access-chizugaiyou-left-matop,.access-chizugaiyou-left-matop50 {
        margin-top: 30px;
    }
    .access-chizugaiyou img {
        margin: 30px auto 0 auto;
        display: block;
        text-align: center;
    }
    .access-zimukyoku img {
        width: 40%;
    }
    .access-zimukyoku-text {
        width: 55%;
        vertical-align: top;
    }
    .adoptall {
        width: 90%;
    }
    .adoptall table {
        width: 100%;
    }
    .adoptall {
        width: 90%;
        margin: 0 2%;
    }
    .fontsize13 .divcontent21 .colorblackshikaku {
        width: 47.5%;
        vertical-align: top;
    }
    .contact-con-mn select {
        width: 50%;
        margin-top: 10px;
    }
    .fontsize13 .divcontent21 .colorblackshikaku:nth-child(2n) {
        margin-right: 0;
    }
    .companyall {
        width: 90%;
        margin: 0 2%;
    }
    .companyall table {
        width: 100%;
    }
    .companyall .contname {
        width: 200px;
    }
    .distinctiveall {
        width: 90%;
        margin: 0 2%;
    }
    .divcontent01 {
        width: 100%;
        display: block;
    }
    .left-con01 {
        width: 70%;
    }
    .divcontent01 img {
        width: 25%;
    }
    .tabledisplayinline-block {
        width: 48%;
    }
    .documentall {
        width: 90%;
        margin: 0 2%;
    }
    .downloadall {
        width: 90%;
        margin: 0 2%;
    }
    .garbageall {
        width: 90%;
        margin: 0 2%;
    }
    .informationall {
        width: 90%;
        margin: 0 2%;
    }
    .infoimg01 {
        width: 100%;
    }
    .access-zimukyoku-text {
        width: 50%;
    }
    p.displayinline-block500,
    .divcontent03 {
        width: 45%;
    }
    .infoimg02 {
        width: 50%;
    }
    .divcontent02 {
        width: 250px;
        text-align: center;
    }
    .divcontent02 p {
        margin-top: 0;
    }
    .divcontent02-05 {
        margin: 0 auto;
    }
    .informationpagebutton .syospan {
        left: 15%;
    }
    .articlecon {
        width: 90%;
        margin: 0 2%;
    }
    .backbmi:first-child {
        margin-bottom: 10px;
    }
    .backbmi {
        width: 100%;
    }
    .floatribicon {
        width: 50%;
    }
    .bukken-ichi img {
        width: 45%;
    }
    .bukkensyousaimi .syospan {
        left: 20%;
    }
    .kakakudiv p {
        padding-left: 60%;
    }
    .floatribicon table {
        margin-bottom: 20px;
        width: 100%;
    }
    .floatribicon .back-g-table {
        padding: 10px 15px;
    }
    .sarspan:before {
        left: 35%;
    }
    .landpropsingleall {
        width: 95%;
        margin: 0 5%;
    }
    .landpropsingleall .singlecontactbutton {
        padding: 10px 0;
        width: 45%;
    }
    .landpropsingleall .singlecontactbutton02 {
        width: 100%;
    }
    .backbmi02 {
        padding: 5px;
    }
    .backbmi02 select {
        width: 120px;
        margin-left: 5px;
    }
    .backbmi02 p {
        margin-left: 5px;
        font-size: 14px;
    }
    .backbmi02 .margin25 {
        margin-left: 5px;
    }
    .con-sm {
        padding: 10px;
    }
    .sarspan02:before {
        left: 35%;
        top: 120px;
    }
    .backbmi02:first-child,
    .backbmi02:nth-child(3) {
        margin-right: 10px;
    }
    .mapall {
        width: 90%;
        margin: 0 2%;
    }
    .tableconmaps01 {
        width: 100%;
    }
    .tableconmaps01 td a {
        width: 100%;
        max-width: 300px;
    }
    .tableconmaps02 {
        width: 100%;
    }
    #mapcon-01 iframe {
        width: 100%;
        height: 500px;
    }
    .mapconb005 {
        width: 100px;
    }
    .publicall .mapcon003 a img,
    .mapall .mapconb005 a img {
        display: block;
        margin: 0 auto 3px auto;
    }
    .publicall iframe {
        width: 100%;
        height: 600px;
    }
    .news-con00 {
        width: 90%;
        margin: 0 2%;
    }
    .singlehalfcon {
        width: 48%;
    }
    table.tableconsingle th {
        width: 40%;
    }
    .kukakuzu {
        width: 100%;
        height: auto;
    }
    #thumbnail_slider {
        width: 80%;
    }
    #slider {
        width: 100%;
    }
    .slide-item img {
        width: 100%;
    }
    .n-oshirase {
        width: 100%;
    }
    .n-o-continuation {
        margin: 10px -30% 0 0;
    }
    .orderall {
        width: 90% !important;
        margin: 0 2% 100px 2%;
    }
    .orderall .orderimg100 {
        width: 100%;
    }
    .orderminimg {
        width: 48%;
        height: auto;
    }
    .orderminimg img {
        width: 100%;
    }
    .kouzimae,
    .kouzigo {
        width: 48%;
    }
    .kouzimae img,
    .kouzigo img {
        width: 100%;
    }
    .sitemapall {
        width: 90%;
        margin: 0 auto;
    }
    .news-con00 .right-con00 img {
        width: 45%;
    }
    .left-con00 {
        width: 50%;
    }
    .left-con00 p {
        width: 100%;
    }
    .pageokuri00 {
        width: 90%;
    }
    .pageokuri00 .mae {
        margin-right: 30%;
    }
    .pageokuri00 {
        margin-top: 100px;
    }
    .sitemap-con span {
        width: 75%;
    }
    .toha-cyouwa_sp {
        display: inline-block;
    }
    .toha-cyouwa_pc02 {
        display: none;
    }
    .tohacon-right {
        width: 500px;
    }
    .divcontent50 {
        margin-left: 12%;
    }
    .divcontent50 select {
        margin: 0;
    }
	.toha-t1-inner,.toha-t1-inner2 {
		width: 90%;
	}
	.toha-menu {
		width: 90%;
	}
}

@media screen and (max-width: 1250px) {
    .osusumezyunbicyu {
        display: none;
    }
	.toha-t1-con-left {
		margin-right: 2%;
	}
	.toha-t1-con-div03 img {
		margin: 0 1%;
	}
}

@media screen and (max-width: 1000px) {
    .accessall {
        margin: 0 2%;
    }
    .access-zimukyoku-text {
        width: 50%;
    }
    .companyall .contname {
        width: 150px;
    }
    .companyall table a {
        width: 105px;
        margin-left: 0;
        display: block;
    }
    .companyall {
        width: 85%;
    }
    .informationpagebutton .syospan {
        left: 10%;
    }
    .kakakudiv p {
        padding-left: 50%;
    }
    .backbmi02 p {
        display: block;
    }
    .backbmi02 select {
        width: 90%;
        margin-left: 0;
    }
    .sarspan02:before {
        top: 263px;
    }
    .publicall .mapcon003 a,
    .mapall .mapconb005 a {
        width: 60px;
    }
    .n-o-continuation {
        margin: 10px 0 0 0;
    }
    footer {
        top: 50px;
    }
}

@media screen and (max-width: 850px) {
    #kasou h2 {
        font-size: 22px;
    }
    .color-orange {
        font-size: 18px;
        letter-spacing: 0;
    }
    .po-fixed {
        display: none;
    }
    #kasou {
        margin: 0 auto;
        border-left: none;
        width: 100%;
        max-width: 100%;
    }
    .kasoconall {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
    }
    #kasou .notoptitle h4 {
        font-size: 16px;
    }
    h3 {
        width: 100%;
    }
    .qandacontents-a p {
        width: 100%;
        margin-top: 10px;
    }
    .toha-youkoso {
        left: 0;
    }
    .toha-youkoso h5 {
        width: 100%;
        padding-top: 10px;
    }
    .toha-youkoso p,
    .toha-cyouwa p {
        font-size: 13px;
        line-height: 25px;
    }
    .tohacon-right {
        margin-left: 0;
        width: 80%;
    }
    .toha-blocon01,
    .toha-blocon03,
    .toha-blocon05,
    .toha-blocon07 {
        margin-right: 5px;
    }
    .toha-blocon08 {
        margin-left: 0;
    }
    .access-chizu iframe {
        height: 600px;
    }
    .accessall {
        margin: 0 auto;
    }
    .access-zimukyoku img {
        width: 100%;
    }
    .access-zimukyoku-text {
        width: 100%;
        margin: 20px auto 50px auto;
    }
    .companyall {
        width: 90%;
        margin: 0 auto;
    }
    .companyall td {
        word-break: break-all;
    }
    .distinctiveall {
        margin: 0 auto;
    }
    .downloadall {
        margin: 0 auto;
    }
    .divcontent11 .divcontent02-05 p {
        font-size: 12px;
    }
    .divcontent11 .divcontent02-05 {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .downloadall table td {
        padding: 10px;
        width: 33%;
    }
    .garbageall {
        margin: 0 auto;
    }
    .informationall {
        margin: 0 auto;
    }
    .informationall .access-zimukyoku-text {
        margin: 20px 0 50px 0;
        text-align: center;
    }
    .articlecon {
        margin: 0 auto;
    }
    .bukken-ichi img {
        width: 100%;
    }
    .floatribicon {
        width: 100%;
    }
    .bukken-ichi img {
        margin-bottom: 10px;
    }
    .pageokuri {
        margin-top: 10px;
    }
    .floatright {
        text-align: right;
    }
    .sarspan02:before {
        left: 20%;
    }
    #mapcon-01 iframe {
        height: 500px;
    }
    .publicall iframe {
        height: 500px;
    }
    .slick-prev {
        margin-left: 0;
    }
    .news-con00 {
        margin: 0 auto;
    }
    .orderall {
        margin: 0 auto 100px auto;
    }
    .left-con00 {
        margin-left: 0;
        margin-bottom: 20px;
        width: 100%;
    }
    .right-con00 {
        text-align: center;
        width: 100%;
    }
    .news-con00 .right-con00 img {
        width: 100%;
    }
    .sitemap-con span {
        width: 70%;
    }
	.toha-bloconall-m-inner {
        width: 360px;
    }
}

@media screen and (max-width: 650px) {
    .tohaimg02 {
        height: 3400px;
    }
    .access-chizu iframe {
        height: 300px;
    }
    p.displayinline-block500,
    .divcontent03 {
        width: 100%;
    }
    .infoimg02 {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .divcontent02 {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .sarspan:before {
        left: 20%;
    }
    .backbmi {
        padding: 10px 5px;
    }
    .backbmi select {
        width: 90%;
        margin-left: 0;
    }
    .backbmi p {
        margin-left: 10px;
        display: block;
    }
    .tableconmaps02 td {
        padding: 5px;
    }
    .landpropsingleall .singlecontactbutton {
        width: 100%;
        margin-top: 10px;
    }
    .singlehalfcon {
        width: 100%;
    }
    .divcontent31:nth-child(2n) {
        margin-left: 0;
    }
    .divcontent31 {
        width: 100%;
    }
    .landpropsingleall .divcontent31 a {
        letter-spacing: 0;
    }
    .divcontent31 a img {
        margin-right: 5px;
    }
    .divcontent31 p {
        font-weight: 600;
        letter-spacing: 0;
        font-size: 12px;
    }
    .singlemaps {
        height: 300px;
    }
    .catsingleall {
        margin-top: 10px;
    }
    .slide-item img {
        width: 450px;
        height: 300px;
        max-width: 100%;
        max-height: 100%;
    }
    .slick-prev,
    .slick-next {
        top: 525px !important;
    }
    #wrap_single {
        padding-bottom: 20px;
    }
    .thumbnail-item img {
        height: 60px;
        width: 100px;
    }
    .n-oshirase {
        height: 350px;
    }
    .n-oshirase img {
        width: 100%;
        height: 200px;
    }
    .n-float-left {
        width: 100%;
        margin-bottom: 20px;
    }
    .toha-cyouwa img {
        width: 90%;
		height: auto;
    }
    .toha-blocon01,
    .toha-blocon03,
    .toha-blocon05,
    .toha-blocon07 {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    #kasou h5 {
        font-size: 16px;
    }
    footer ul li {
        display: block;
        border-right: none;
        margin-bottom: 15px;
    }
    .toha-youkoso p,
    .toha-cyouwa p {
        font-size: 12px;
        letter-spacing: 2px;
    }
    .toha-bloconall-m h6,
    .toha-bloconall-m p {
        font-size: 12px;
    }
    .cat-new,
    .cat-syoudan,
    .cat-zumi,
    .cat-tochi,
    .cat-renov {
        display: inline-block;
        font-size: 10px !important;
        padding: 2px 5px;
    }
    .link-title {
        width: 100%;
    }
    .link-block img,
    .link-block-text {
        width: 100%;
    }
    .linkpagebutton .syospan {
        left: 20%;
    }
    .qandacontents-q span {
        width: 45px;
        display: block;
    }
    .access-tel-contact {
        width: 100%;
    }
    .access-tel .access-tel-tel {
        font-size: 32px;
    }
    .access-zimukyoku-text .access-zimukyoku-text-title {
        font-size: 18px;
    }
    .access-chizugaiyou img {
        width: 100%;
    }
    .adoptall .contname {
        width: 130px;
    }
    .n-topall-title {
        width: 100%;
    }
    .n-topall-title h2 {
        font-size: 18px;
    }
    .contact-con-mn p input[type="text"] {
        width: 100%;
    }
    .contact-con-mn02 textarea {
        width: 100%;
    }
    .divcontent21 {
        width: 100%;
    }
    .fontsize13 .divcontent21 .colorblackshikaku {
        width: 100%;
    }
    .fontsize13 .divcontent21 .colorblackshikaku:nth-child(2n) {
        margin-top: 10px;
    }
    .contact-con-mn select {
        margin-left: 10px;
    }
    .companyall .contname {
        width: 100px;
    }
    .fontsize13 .divcontent21 .colorblackshikaku:last-child {
        margin-top: 10px;
    }
    .contact-con-mn02 p {
        width: 100%;
    }
    .left-con01 {
        width: 100%;
    }
    .divcontent01 img {
        width: 100%;
        margin: 10px auto 0 auto;
    }
    .tabledisplayinline-block {
        width: 100%;
    }
    .distinctivetable01 .distinctivetable01tdtate {
        padding: 10px;
    }
    .bukkensyousaimi .syospan {
        left: 15%;
    }
    .tableconmaps01 td a {
        height: 70px;
        text-align: center;
    }
    .tableconmaps01 td a:hover {
        max-height: 70px;
    }
    .landpropsingleall .divcontent31 a {
        width: 100%;
    }
    .orderminimg {
        width: 100%;
        margin-bottom: 30px auto 0 auto;
    }
    .kouzimae,
    .kouzigo {
        width: 100%;
    }
    .kouzigo {
        margin-top: 20px;
    }
    .pageokuri00 .ichimo {
        padding: 5px 20px;
    }
    .order-menseki {
        width: 100%;
        overflow: hidden;
        font-size: 12px;
    }
    .order-menseki span {
        font-size: 12px;
        padding: 6px 10px;
        margin-right: 10px;
    }
    .pageokuri00 .mae {
        display: inline-block;
        float: none;
        vertical-align: middle;
        margin-right: 7%;
    }
    .pageokuri00 .ichimo {
        display: inline-block;
        float: none;
    }
    .pageokuri00 .ushiro {
        display: inline-block;
        float: none;
        vertical-align: middle;
        margin-left: 7%;
    }
    .slick-prev img,
    .slick-next img {
        width: 20px;
    }
    .slick-prev {
        left: 5% !important;
    }
    .slick-next {
        right: 0% !important;
    }
    .thumbnail-item img {
        height: 40px;
    }
    .divcontent50 {
        margin-left: 0;
    }
    .contact-con-mn select {
        margin-left: 0;
        width: 100%;
    }
    .osusumezyunbicyu {
        width: 90%;
    }
	.toha-bloconall-m-inner {
        width: 90%;
		padding: 50px 20px;
    }
	.toha-bloconall-m-inner > div img,	.toha-bloconall-m-inner .toha-backwhite {
        width: 100%;
		height: auto;
    } 
	.toha-cyouwa h5 {
    padding: 10px 0;
		margin: 0 auto 20px auto
}
	.toha-menu {
		width: 90%;
	}
	.toha-menu ul {
		background: none;
	}
	.toha-menu ul li {
		background-color: #640000;
		line-height: 10px;
		padding: 10px 15px;
    	margin: 5px;
		border-radius: 7px;
	}
	.toha-menu ul li a p {
		line-height: 20px;
	}
	.toha-menu ul li > p {
		display: none;
		font-size: 12px;
	}
.display-pc {display: none !important;}
.display-pc2 {display: none !important;}
.display-sp {display: block;}
.toha-t1-con-div01 {width: 80%;
	margin: auto;
	display: block;}
.toha-t1-con-div02 {width: 100%;}
	#js-show-popup {
		width: 213px;
	}
	#js-show-popup img {
		width: 180px;
	}
	.popup-inner {
		width: 90%;
		padding: 10px;
	}
}



#mapcon-01 .maps #map {
    width: 100%;
    height: 500px;
}
#infoWindow {
    width: 300px;
    height: auto;
}
#infoWindow .title {
    display: block;
    height: auto;
    background-image: url(../img/r-icon.svg) !important;
    background-repeat: no-repeat;
    background-position: left 22%;
    background-size: 20px 15px;
    font-weight: bold;
    padding: 10px 0 10px 0;
}
#infoWindow .title span {
    color: #660000;
    padding: 0 5px 10px 25px;
    font-weight: bold;
    display: block;
    font-size: 15px;
}
#infoWindow .title p {
    display: block;
    font-weight: bold;
}
#infoWindow table {
    width: 100%;
    height: auto;
}
#infoWindow table tr th,
#infoWindow table tr td {
    padding: 10px;
}
#infoWindow table tr th {
    background-color: #f3f3f3;
    font-weight: bold;
    white-space: nowrap;
}
#infoWindow .mapconb005 {
    margin: 15px auto 15px auto;
}



.inanc {
	display:flex;
}
.inanc li{
	margin:0 5px;
}
.inanc li a{
	display:block;
	padding:5px 8px;
	background-color:#5D0E07;
	color:#fff;
	border-radius:5px;
	font-size:14px;
}

@media screen and (max-width: 767px) {
.inanc {
	display:flex;
	flex-direction:column;
}
.inanc li{
	margin:5px;
}
}

.wpcf7-list-item.last{
	margin:1em 0 0 1em;
}
