.background-container {
    background: #fff;
}
body a {
    text-decoration: none;
    color: #000;
}
body a:visited {
    color: #000;
}
ul {
    padding: 0;
    margin-left:0
}
body li {
    list-style: none;
}
@media(min-width:1024px){
    .main-container{
        width: 1024px;
        margin: 0 auto;
    }
}
.sp {
    margin-top: 50px;
}
/* top-page 共通*/
section {
    margin:  20px 0;
}
.main-title {
    background: #d963a4;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
    margin: 0;
}
.sub-title {
    display: block;
    font-size: 18px;
    padding: 8px 10px;
    background-color: #fff;
    box-shadow: 1px 1px 2px 1px #dcdcdc;
}
.sub-title::before {
    content: "";
    background-color: #d963a4;
    display: inline-block;
    width: 6px;
    height: 30px;
    margin-right: 8px;
    border-radius: 3px;
    justify-content: center;
    vertical-align: bottom;
}

/*header*/
/*global navigation*/
header .pc {
    display: none;
}
@media (min-width: 600px ) {
    header .pc{
        display: block;
    }
    header .sp {
        display: none;
    }
}
header .sp {
    width: 100%;
    position:fixed;
    top:0;
    left:0;
    z-index: 100;
    margin:0;
    background-color: #fff;
    box-shadow: 1px 1px 2px 1px #dcdcdc;
}
header {
    width:100%;
    height: fit-content;
    background: #fff;
    border: solid 1px #eee;
    box-shadow: 0px 1px 1px 0px #dcdcdc;
    position: relative;
}
header ul {
    width: 100%;
    height: 100%;
    margin: 0;
    padding:0;
    display:flex;
    align-items: center;
}
header  li {
    position: relative;
    padding: 0;
    display: inline-block;
    list-style: none;
    text-align: center;
    height: 100%;
    flex-grow: 1;
    border-bottom:  solid 1px #eee;
}
header .sp li{
    flex-basis: calc(100%/3);
    font-size: 14px;
    border: solid 1px #eee;
    border-top: none;
    border-bottom: none;
}
header .pc nav li{
    flex-grow: 1;
    font-size: 15px;
    border: solid 1px #fff;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 1px 1px 0px #dcdcdc;
    background: linear-gradient(#fff,#fff,#d2d2d2);
}
header .pc nav li:nth-of-type(1), header .pc nav li:nth-of-type(2){
    background: linear-gradient(#edecee,#fcfcfc,#b6b6b6)
}
header .pc nav {
    margin-top: 60px;
    height: 50px;
    line-height: 50px;
}
header a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 3px 8px;
}
header .pc nav a{
    box-shadow: 0px 2px 6px #b09f9f;
}
header li+li {
    border-left: solid 1px #eee;
}

.nav-btn a:hover {
    opacity: 0.6;
}
.nav-btn a:visited{
    color: #000;
}
.nav-icon-size {
    font-size: 1.5rem;
}
@media(min-width:1024px){
    header a {
        font-size: 16px;
    }
}
.balloon01 {
    padding: 2px 4px;
    line-height: 35px;
    background: #eddff6;
    top: -50px;
    right: 10px;
    left: 10px;
    position: absolute;
    border-radius: 15px;
    box-shadow: 1px 1px 1px 1px #ccc;
    /* font-weight: 500; */
}
.balloon01::before{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eddff6;
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    text-align: center;
    margin: auto;
}
.social-icon ul{
    display: flex;
}
.social-icon li{
    border:none;
    margin:3px;
}
.social-icon img{
    width: 40px;
}
.social-icon a{
    width: 100%;
    height: 100%;
}
.social-icon {
    position: absolute;
    right: 0;
    top: 110px;
}
/*main*/
/*トップバナー*/
.top-bnr {
    position: relative;
    width: 100%;
}
.top-bnr .pc {
    display: none;
}
@media(min-width: 600px) {
    .top-bnr .pc {
        display: block;
    }
    .top-bnr .sp {
        display: none;
    }
    .top-bnr img{
        width: 100%;
    }
}
.top-bnr a {
        padding: 5px 40px;
        font-size: 2em;
        font-weight: bold;
        display: block;
        background: #39be29;
        border: solid 5px #fff;
        box-shadow: 0px 1px 3px 1px #dcdcdc;
        position: absolute;
        color: #fff; 
        width: fit-content;
        bottom: 5%;
}
@media (max-width: 600px){
    .top-bnr a{
        left: 50%;
        transform:translateX(-50%);
        margin: 0 auto;
    }
}
@media (min-width:600px){
    .top-bnr a{
        right: 5%;
        font-size: 25px;
        padding: 5px 20px;
    }
}
@media (min-width: 900px){
    .top-bnr a {
        right: 7%;
        font-size: 30px;
    }
}
@media (min-width: 1200px){
    .top-bnr a {
        font-size: 35px;
    }
}
.top-bnr a:hover{
    background: #60c82f;
}
.top-bnr a:visited {
    color: #fff;
}
.top-bnr a i {
    padding-left: 6px;
}
/*筑波大学周辺アパートを探す*/
.tab-search .pc {
    display: none;
}
@media (min-width: 600px) {
    .tab-search .pc {
        display: block;
    }
    .tab-search .sp {
        display: none;
    }
}
.tab-search a{
    margin: 5px auto;
    display: block;
    font-size: 20px;
    height: 90px;
    width: 95%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ff8631;
    border-radius: 50px;
    border: solid 4px #fff;
    position: relative;
    z-index: 1;
}
.tab-search a:hover {
    background: #f56500;
}
.tab-search p{
    margin:0;
    font-size: 15px;
    font-weight: bold;
}
.tab-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.tab-search a:visited{
    color: #fff;
}
.tab-btn-big {
    font-size: 25px;
}
.tab-btn-small{
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    width: fit-content;
    padding: 0 8px;
    margin: 0 3px;
    border: solid 1.5px #fff;
    border-radius: 15px;
}
.tab1 a::before{
    content: '\f002';
    font-family: fontAwesome;
    z-index: -1;
    font-size: 60px;
    color: #f56500;
    position: absolute;
    top: 5px;
    left: 30px;
    transform: scale(-1,1);
}
.tab2 a::before{
    content: '\f0f7';
    font-family: fontAwesome;
    z-index: -1;
    font-size: 55px;
    color: #f56500;
    position: absolute;
    top: 12px;
    left: 34px;
}
.tab3 a::before{
    content: '\f0e0';
    font-family: fontAwesome;
    z-index: -1;
    font-size: 55px;
    color: #f56500;
    position: absolute;
    top: 8px;
    left: 32px;
    transform: rotate(-15deg);
}
.tab1 a:hover::before, .tab2 a:hover::before, .tab3 a:hover::before{
    color: #bd5206;
}

.tab-search img {
    margin: 0;
    width:100%;
}
.tab-search ul {
    margin: 0;
    padding: 10px;
}
.tab-search li{
    list-style: none;
}
@media(min-width: 600px) {
    .tab-search .pc ul {
        display: flex;
        margin: 0 auto;
    }
    .tab-search .pc li {
        position: relative;
        margin: 0 2px;
        flex: auto;
        box-shadow: 0px 1px 3px 1px #dcdcdc;
    }
    .tab-search .pc a {
        position: absolute;
        height: 60px;
        line-height: 60px;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
    }
    .tab-btn-big {
        font-size: 25px;
        margin-right: 2px;
    }
    .tab1 a::before {
        font-size: 40px;
        top: 0;
        left: 20px;
    }
    .tab2 a::before {
        font-size: 40px;
        top: 0;
        left: 20px;
    }
    .tab3 a::before {
        font-size: 40px;
        top: 0;
        left: 20px;
    }
}
@media(min-width:800px) {
    .tab-btn-big {
            font-size: 30px;;
    }
    .tab-search .pc a {
        height: 70px;
        line-height: 70px;
        font-size: 20px;
    }
}
@media(min-width: 1024px) {
    .tab-btn-big {
            font-size: 40px;;
    }
    .tab-search .pc a {
        font-size: 22px;
        line-height: 95px;
        height: 95px;
    }
    .tab1 a::before {
        font-size: 65px;
    }
    .tab2 a::before {
        font-size: 65px;
    }
    .tab3 a::before {
        font-size: 65px;
    }
}

/* バナー */
.bnr-sp ul {
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
}
.bnr-pc {
    display: none;
}
.bnr-pc ul {
    margin: 50px 0;
    display: flex;
    justify-content: space-around;
}
.bnr-pc img {
    width: 300px;
    height: 200px;
}
@media(min-width: 600px) {
    .bnr-pc {
        display: block;
    }
    .bnr-sp {
        display: none;
    }
}
/*-筑波大学周辺アパートを検索*/
.apart-list-pc p i {
    color: #d963a4;
    margin-right: 5px;
}
.apart-search .main-title {
    color: #000;
    background: #fff;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    border-left: solid 10px #d963a4;
    text-align: left;
    padding-left: 15px;
    margin-bottom: 5px;
    font-size: 16px;
}
@media(min-width: 600px) {
    .apart-search .main-title {
        font-size: 22px;
    }
}
.map-wrap img{
    margin: 5px auto;
    display: block;
}
.select-wrap {
    padding: 5px 20px;
    margin: 0 auto;
}
.search-result .big{
    color: #ff8631;
    font-size: 35px;
    margin-left: 10px;
    margin-right: 20px;
}
.select-wrap i {
    margin-right: 5px;
    color: #d963a4;
}
.select-wrap p{
    font-size: 20px;
    height: 50px;
    text-align: right;
    padding-right: 20px;
}
.select-wrap table {
    margin-bottom: 10px;
}
.select-wrap th{
    text-align: left;
    padding-bottom: 5px;
    font-size: 15px;
}
.select-wrap select{
    font-size: 13px;
}
.select-wrap ul{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px
}
.select-wrap li {
    line-height: 30px;
    height: 30px;
    margin: 0 10px;
    padding: 3px 0;
    line-height: 20px;
}
.select-features li:last-of-type {
    width: 100%;
}
.select-wrap input[type="checkbox"] {
    margin-right: 5px;
    vertical-align:middle;
}
.select-features li:last-of-type input[type="text"] {
    margin-left: 10px;
    vertical-align:middle;
    width: 100px;
}
.select-wrap input[type="submit"] {
    display: block;
    font-size: 25px;
    line-height: 20px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ff8631;
    border-radius: 40px;
    border-bottom: solid 3px #f56500;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    margin: 30px auto;
}
.select-wrap input[type="submit"]:hover {
    background: #f56500;
}
.apart-search .sec01 {
    display: none;
}
@media(min-width: 600px) {
    .apart-search .sec01 {
        display: block;
    }
}
@media (min-width:1024px){
    .apart-search .sec01 .flex-container{
        display: flex;
    }
    .map-wrap{
        min-width: 50%;
    }
    .select-features li:last-of-type {
        width: fit-content;
    }
    .select-features li:last-of-type input[type="text"] {
        height: 100%;
    }
}
/*-筑波大学周辺アパート一覧*/
.building-wrap:hover {
    box-shadow: 1px 1px 4px 2px #666;
} 
.building-wrap a {
    display: block;
}
.building-wrap {
    border: 1px #ccc solid;
    height: fit-content;
    width: 100%;
    margin: 20px auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 1px 3px 4px 1px #aaa;
}
@media(min-width: 800px) {
    .building-wrap {
        width: 90%;
    }
}
.building-image img{
    object-fit: contain;
    height: 150px;
}
.building-image {
    min-width: 40%;
    text-align: center;
}
@media(min-width: 600px){
    .building-image {
        flex-basis: 80%;
    }
}
.building-content {
    display: flex;
}
.building-name {
    border-bottom: solid 1px #ccc;
    position: relative;
    line-height: 35px;
}
.building-name h4 {
    display: inline-block;
    padding-left: 15px;
    font-size: 15px;
    margin: 0;
}
.feature-marks {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.feature-marks span {
    display: inline-block;
    color: #ff8631;
    font-size: 12px;
    border: solid 1px #ff8631;
    border-radius: 4px;
    padding: 0 4px;
    line-height: 25px;
}

.building-image img{
    margin: auto 0;
}
.building-detail {
    padding: 10px 20px;
    flex-grow: 1;
}
.building-detail>ul {
    font-size: 13px;
    margin: 5px 8px;
}
.building-detail ul>li {
    line-height: 20px;
}
.building-rent {
    font-size: 28px;
    font-weight: 600;
    color: #f54f00;
    padding: 5px 0;
}
@media(min-width: 800px){
    .building-rent {
        font-size: 35px;
    }
}
.rent-detail {
    font-size:14px;
}
.building-features ul {
    margin: 5px 0;
    display: flex;
    flex-wrap: wrap;
}
.building-features li{
    height: 15px;
    font-size: 10px;
    color: #666;
}

.building-style ul{
    display: flex;
}
.building-style li::after {
    content: "/";
    margin: 0 3px;
}
.building-style li:last-of-type::after {
    content: none;
}
.building-features li::after {
    content: "/";
    color: #666;
    margin: 0 5px;
}
.building-wrap .btn-wrapper {
    display: flex;
    flex-basis: 48%;
}
.building-wrap .btn-wrapper button {
    font-weight: 600;
    background: #fff;
    color: #3c3c3c;
    position: inherit;
    width: 100%;
    display: block;
    margin: 0;
    border-bottom: solid 3px #d6d6d6;
    font-size: 12px;
}
.building-wrap .btn-wrapper i {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
}
.building-wrap .btn-wrapper button:nth-of-type(1) i {
    color: #ff8631;
}
.building-wrap .btn-wrapper button:nth-of-type(2) i {
    color: #39be29;
}

.apart-showmore-btn {
    display: block;
    font-size: 18px;
    line-height: 50px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ff8631;
    border-radius: 40px;
    border-bottom: solid 3px #f56500;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    margin: 10px auto;
}
.apart-showmore-btn:visited {
    color: #fff;
}
.apart-showmore-btn:hover {
    background: #f56500;
}
.apart-showmore-btn i {
    margin-left: 10px;
}
.apart-search h3 {
    margin-bottom: 20px;
}
.apart-search h3 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
    border-bottom: solid 2px #ccc;
}
.apart-search ul {
    margin: 0;
}
.apart-list-pc {
    display: none;
}
@media(min-width: 600px) {
    .apart-list-pc {
        display: block;
    }
    .apart-list-sp {
        display: none;
    }
}
.apart-list-pc .container {
    display: flex;
    justify-content: space-around;
    background: #fff;
}
.apart-list-pc .category {
    width: 50%;
}
.apart-list-pc p {
    padding: 0 15px;
    margin-bottom: 10px;
}
.apart-search .sec02 a h4 {
    color: #0969da;
}
.apart-search .sec02 a:visited h4 {
    color: #551A8B;
}
@media (min-width: 600px) {
    .apart-showmore-btn {
        width: 85%;
        font-size: 25px;
        line-height: 50px;
    }
    .apart-search .category {
        flex-basis: 45%;
    }
    .building-wrap .btn-wrapper button {
        display: none;
    }
}
/*検索条件の変更*/
.search-condition-change a{
    color: #505050;
    border-radius: 3px;
    background: #fff;
    padding: 0px 7px;
    display: block;
    line-height: 40px;
    width: 98%;
    border: 1px solid #d5d5d5;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 8px;
    border-bottom: 3px solid #d5d5d5;
    font-weight: bold;
}
.search-condition-change a:visited {
    color: #505050;
}

/*つくいえとは*/
.link-1 ul {
    padding: 0;
    margin-top: 30px;
    margin-left: 0;
}
.link-1 li{
    padding-left: 20%;
    position: relative;
    width: 98%;
    margin: 0 auto;
}
.link-1 a {
    font-size: 13px;
    display: block;
    width: 100%;
    height: 100%;
    background: #e8e8e8;
    padding: 5px 0 5px 80px;
    font-size: 15px;
    font-weight: bold;
    color: #636060;
    border: solid 1px #fff;
    margin: 0 auto;
}
.link-1 a:visited {
    color: #636060;
}
.link-1 i:first-child{
    margin-right: 30px;
}
.link-1 i:last-child{
    top: 16px;
    position: absolute;
    right: 55px;
}

.link-1 li { 
    padding-left: 0;
    line-height: 30px;
}
@media(min-width: 600px){
    .link-1{
        display: none;
    } 
}
/* つくいえ最新ニュース */
.tsukuienews {
    display: none;
}
.tsukuienews {
    padding: 10px;
    margin: 20px 10px;
    display: block; 
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
}
@media(min-width: 800px) {
    .tsukuienews .contents{
        display: flex;
    }
}
.tsukuienews .latest-news{
    min-width: 30%;
    font-size: 10px;
}
.tsukuienews .latest-news a {
    display: block;
}
.tsukuienews .latest-news .img-wrapper{
    text-align: center;
}
.tsukuienews .latest-news img{
    width: 150px;
    height: 150px;
}
.tsukuienews .text-wrapper p{
    width: 150px;
    margin: 0 auto;

}
.tsukuienews .other-news {
    padding: 10px 20px;
}
.tsukuienews .other-news li {
    list-style: disc;
    margin-left: 10px;
}
.tsukuienews ul {
    margin: 0 ;
}
.tsukuienews h2 {
    font-size: 20px;
    border-bottom: solid 4px #dad9db;
}
.tsukuienews h2 i {
    color: #d963a4;
    margin-right: 5px;
}
.tsukuienews .contents {
    padding: 10px 0;
}
.tsukuienews li{
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
}
@media(min-width: 1024px) {
    .tsukuienews li{
        font-size: 14px;
    }
}
.tsukuienews a {
    color: #0969da;
}
.tsukuienews a:visited {
    color: #551A8B;
}
@media(min-width: 600px) {
    .tsukuienews {
        display: block;
    }
}
/* つくいえブログPC版 */
.tsukuieblog-pc {
    display: none;
}
.tsukuieblog-pc {
    padding: 10px;
    margin: 20px 10px;
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
}
.tsukuieblog-pc p {
    font-size: 13px;
    margin-bottom: 0px;
}
.tsukuieblog-pc h3 {
    margin-bottom: 10px;
    border-bottom: solid 2px #ccc;
}
.tsukuieblog-pc h2 {
    font-size: 20px;
    border-bottom: solid 4px #dad9db;
}
.tsukuieblog-pc h2 i {
    color: #d963a4;
    margin-right: 5px;
}
.tsukuieblog-pc .container {
    margin: 20px;
}
.tsukuieblog-pc .content {
    position: relative;
}
.tsukuieblog-pc ul{
    margin: 0 20px;
}
.tsukuieblog-pc ul li{
    list-style: disc;
    font-size: 12px;
}
@media(min-width: 600px) {
    .tsukuieblog-pc ul li{
        font-size: 12px;
    }
}
@media(min-width: 1024px) {
    .tsukuieblog-pc ul li{
        font-size: 14px;
    }
}
.tsukuieblog-pc img {
    width: 100%;
}
.tsukuieblog-pc li a {
    color:#2e73c7;
}
.tsukuieblog-pc li a:visited {
    color:#551A8B;
}
.blog-link {
    display: block;
    color: #020103;
    font-size: 13px;
    font-weight: 700;
    text-align: right;
}
.blog-link i{
    margin-left: 5px;
    color: #8144c4;
}
@media(min-width: 600px) {
    .tsukuieblog-pc {
        display: block;
    }
    .blog-link {
        display: block;
    }
}
/*つくいえブログ*/
.tsukuieblog {
    width: 90%;
    padding: 10px;
    margin: 10px auto;
    display: block;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
}
.tsukuieblog>h2 {
    border-bottom: solid 4px #ccc;
    font-size: 20px;
    background: #fff;
    padding-left: 30px;
}
.tsukuieblog h3::before {
    display: none;
}
.tsukuieblog h3::after {
    content: attr(data-title);
    font-size: 0.8rem;
}
.tsukuieblog h3 i {
    margin-right: 10px;
}
.tsukuieblog-menu {
  display: flex;
  padding-left: 20px;
  margin: 10px 0;
}
.tsukuieblog-menu a {
    display: table-cell;
    text-decoration: none;
    height: 30px;
    width:70px;
    vertical-align: middle;
}
.tsukuieblog-menu li {
    display: inline-block;
    width: 70px;
    color: #afaffa;
    background: #eee;
    font-size: 12px;
    text-align: center;
    margin: 0 3px;
    cursor: pointer;
    height: 30px;
    border-radius: 4px;
}
.tsukuieblog-menu li a.active {
    background: #d963a4;
    color: white;
    border-radius: 4px;
    font-size: 13px;
}
.tsukuieblog-tab {
    display: none;
    border-radius: 4px;
}
.tsukuieblog-tab ul {
    margin-left:10px;
}
.tsukuieblog-tab a {
    color: black;
    font-size: 12px;
    text-decoration: none;
}
.tsukuieblog-tab li {
    margin-bottom: 7px;
    list-style-type: none;
    border-bottom: dashed 1px #d963a4;
}
.tsukuieblog-tab.active {
    display: block;
}
.tsukuieblog-tab .children li:last-child{
    border-bottom: none;
}
@media (min-width: 600px){
    .tsukuieblog h2 {
        font-size: 17px;
        height: 40px;
        padding-left: 20px;
        padding-top: 5px;
    }
    .tsukuieblog .tsukuieblog-menu {
        padding-left: 0;
    }
    .tsukuieblog .tsukuieblog-tab li{
        display: none;
    }
    .tsukuieblog .tsukuieblog-tab li:nth-of-type(1){
        display: block;
    }
    .tsukuieblog .tsukuieblog-tab li:nth-of-type(2){
        display: block;
    }
    .tsukuieblog .tsukuieblog-tab li:nth-of-type(3){
        display: block;
    }
    .tsukuieblog .tsukuieblog-tab li:nth-of-type(4){
        display: block;
    }
}
.tsukuieblog h2 i {
    margin-right: 5px;
    color: #d963a4;
}

/* twitter */
.tsukuie-twitter , .tsukuie-instagram{
    display: none;
} 
@media(min-width: 600px) {
    .tsukuie-twitter ,.tsukuie-instagram {
        height: 500px;
        display: block;
        padding: 10px;
        margin: 20px 10px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 1px 3px 1px #dcdcdc;
    }
    .tsukuie-line {
        display: block;
        padding: 10px;
        margin: 20px 10px;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 1px 3px 1px #dcdcdc;
    }
    .tsukuie-line img{
        display: block;
        margin: 0 auto;
    }
    .tsukuie-line h2{
        border-bottom: solid 4px #ccc;
        margin-bottom: 5px;
    }
}
/* 提携先 */
.tsukuie-suponser {
    display: none;
}
.tsukuie-suponser ul {
    margin-left: 0;
}
.tsukuie-suponser li {
    margin: 10px 0;
}
.tsukuie-suponser img {
    width: 100%;
}
.tsukuie-suponser h2 {
    border-bottom: solid 4px #ccc;
}
@media(min-width: 600px) {
    .tsukuie-suponser {
        padding: 10px;
        margin: 20px 10px;
        display: block;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0px 1px 3px 1px #dcdcdc;
    }
}

/* PC版のレイアウト */
.pc-layout {
    display: none;
}
.text-decoration {
    border-bottom: solid 5px #d963a4;
}
@media(min-width: 600px) {
    .pc-layout {
        display: flex;
    }
    .sp-layout {
        display: none;
    }
}
.right-bar {
    min-width: 35%;
}
/**/
.link-2 {
    width: 90%;
    margin: 20px auto;
}
.link-2 ul {
    margin: 0;
}
.link-2 li{
    display: flex;
    padding-left: 0;
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 1px 1px 2px #dcdcdc;
    border: solid 1px #c9c9c9;
    position: relative;
}
.link-2 a {
    display: block;
    width: 100%;
    line-height: 50px;
    height: 100%;
    text-align: center;
}
.link-2 i {
    font-size: 30px;
    margin-right: 20px;
    color: #403e3e;
    position: absolute;
    top: 20%;
    left: 30%;
}
.link-2 li:last-of-type img {
    width: 32px;
    position: absolute;
    top: 20%;
    left: 30%;
}
.link-2 li:nth-of-type(1) i{
    left: 10%;
}
.link-2 li:nth-of-type(2) i{
    left: 10%;
}

.link-2 a .fa-comment {
    color: 	#fff;
    position: relative;
}
.link-2 a .fa-comment::before:before {
    content: 'line';
    color: #13bf00;
    position: absolute;
}
.link-2 a .fa-comment::after {
    content: '\f0c8';
    font-family: FontAwesome;
    color: #13bf00;
    position: absolute;
}
.link-2 a .fa-twitter{
    color: #1DA1F2;
}
.link-2 a .fa-facebook-official {
    color: #3B5998;
}





/*筑波大学近くのアパート一覧に希望がない時は*/
.companylist-content{
    text-align: center;
    width: 90%;
    margin: 0 auto 20px;
}
.companylist-content>p {
    text-align: left;
    margin: 10px 0;
    font-weight: bold;
    font-size: 15px;
}
.company-item p i {
    margin-right: 5px;
}
.company-item p {
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
}
.company-item p:first-of-type{
    font-weight: bold;
    font-size: 15px;
}
.company-item img {
    height: 40px;
    margin: 5px auto;
    display: block;
}
.list-container {
    width: 95%;
    margin: 20px auto;
    text-align: center;
}
.list-container p {
    text-align: left;
    margin-bottom: 10px;
}
.companylist-content {
    padding-bottom: 20px;
    margin: 0 auto;
}
.companylist-content ul {
    padding: 0;
    margin: 0;
    height: fit-content;
    width: 100%;
}
.company-item {
    box-sizing: border-box;
    height: fit-content;
    list-style: none;
    border: solid 1px #eee;
    background: #fff;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    position: relative;
    width: 100%;
    margin: 10px auto;
}
.company-item a {
    display: block;
    padding: 5px;
}

/*footer*/
.sec01-ft {
    color: #fff;
    position: relative;
    z-index: 2;
}
.sec01-ft :after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background-color: rgba(2,1,3,.1);
    z-index: -1;
}
footer .sec01-deco{
    background-image: url(./img/footer-img.jpg);
    height: 700px;
}
.sec01-ft .sec01-deco {
    width: calc(100% - 6%);
    margin: 0 auto 1rem;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    position: relative;
    padding: 2rem 0;
    z-index: 0;
}
footer .container {
    max-width: 960px;
    width: auto;
    margin: 0 auto;
}

.footer-title a {
    width: 120px;
    height: 120px;
    line-height: 142px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 6px solid #bb86a4;
    border-radius: 50%;
}
.sec01-ft .ft-right {
    margin: 0 2em;
    text-shadow: 0 3px 12px rgb(2 1 3 / 56%);
}
.sec01-ft .ft-right p.ttl01-sp {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sec01-ft .ft-right p.ttl01-pc, .sec01-ft .ft-right .list-p .pc {
    display: none;
}
.sec01-ft .ft-right .list-p .sp {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 24px;
}
.footer-title img{
    max-width: 95%;
}
@media(min-width: 600px){
    .sec01-ft .ft-left {
        float: left;
        margin: 22px 68px 0 35px;
    }
    .sec01-ft .ft-right {
        margin: 0;
        float: left;
        width: calc(100% - 270px);
    }
    .sec01-ft .sec01-deco {
        padding: 3rem 1em;
    }
    .sec01-ft .ft-right p.ttl01-sp {
        display: none;
    }
    .sec01-ft .ft-right p.ttl01-pc {
        display: block;
        font-size: 21px;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .sec01-ft .ft-right .list-p .pc {
        display: block;
        font-weight: 400;
        line-height: 25px;
        margin-bottom: 24px;
    }
    .sec01-ft .ft-right .list-p .sp {
        display: none;
    }
}
@media(max-width: 600px){
    .sec01-ft a{
        margin: 0 auto;
    }
}
@media(min-width:750px){
    .sec01-ft .sec01-deco {
        padding: 5rem 1em;
    }
}
@media(min-width:1024px){
    .sec01-ft a {
        width: 166px;
        height: 166px;
    }
    .sec01-ft .ft-right p.ttl01-pc {
        display: block;
        font-size: 25px;
        margin-bottom: 30px;
    }
    .sec01-ft .ft-right .list-p .pc {
        display: block;
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 24px;
    }
    .sec01-ft .sec01-deco {
        padding: 6rem 1em;
    }
}
.sec02-ft{
    display: block;
    color: #a8a3ad;
    text-align: right;
    line-height: 35px;
    font-weight: 700;
    padding: 0 20px;
}



















/*single-chintai.php*/
.estate-title {
    background: #fff;
    margin: 30px 0;
    padding: 10px 0;
    box-shadow: 1px 1px 2px 1px #dcdcdc;
}
.estate-title .flex-container {
    position: relative;
    line-height: 30px;
}
.estate-title h1 {
    font-size: 15px;
    margin-left: 10px;
}
.estate-title h1 i{
    color: #ff8631;
    margin-right: 5px;
    font-size: 25px;
}
.estate-title .price{
    margin-left: 30px;
    font-size: 35px;
    color: #ff8631;
    margin-bottom: 0;
}
.estate-title .unit {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    color: #000;
}
.estate-subtitle {
    padding: 10px;
    line-height: 15px;
    color: #2e2e2e;
    font-size: 10px;
    background: #eee;
}
.add-favorite {
    height: fit-content;
    font-weight: 600;
    background: #fff;
    color: #3c3c3c;
    border-bottom: solid 3px #d6d6d6;
    position: absolute;
    right: 10px;
    bottom: 0px;
}
.add-favorite i {
    margin-right: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #ff8631;
}

/* 物件の詳細情報 */
.inquiry-button {
    display: block;
    font-size: 18px;
    height: fit-content;
    width: 95%;
    font-weight: 1000;
    text-align: center;
    color: #fff;
    background: #66bb29;
    border-radius: 4px;
    border-bottom: solid 3px #05ab33;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    margin: 20px auto;
    padding: 10px 0;
    line-height: 20px;
}
@media(min-width: 600px){
    .inquiry-button-big {
        padding: 20px 0;
        font-size: 25px;
    }
}
.inquiry-button:visited{
    color: #fff;
}
.inquiry-button i{
    margin-right: 10px;
}
.estate-data {
    background: #fff;
}
.estate-point ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin: 10px 0;
    justify-content: space-around;
    width: 100%;
}
.estate-point li{
    display: inline-block;
    flex-basis: 48%;
    text-align: center;
    border: solid 1px #ff8631;
    border-radius: 5px;
    color: #ff8631;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    padding: 2px 0;
}
.detail-title {
    margin: 0;
    font-size: 16px;
    background: #eddff6;
    padding: 8px 0 8px 20px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.estate-data table{
    border-collapse: collapse;
    margin-bottom: 0;
}
.estate-data table:first-of-type {
    border-bottom: solid 2px #ccc;
}
.estate-data td {
    font-size: 15px;
    margin: 0;
    padding-left: 10px;
    border-bottom: solid 1px #ccc;
    background: #fff;
}
.estate-data th{
    margin: 0;
    text-align: left;
    padding:10px 0 10px 5px ;
    width: 30%;
    background: #f6f6f6;
    font-size: 13px;
    color: #505050;
    border-bottom: solid 1px #ccc;
}
.estate-data table th:first-of-type {
    border-top: solid 1px #ccc;
}
.estate-data table td:first-of-type {
    border-top: solid 1px #ccc;
}
.map-button {
    display: inline-block;
    border: solid 1px #eee;
    border-bottom: solid 3px #d6d6d6;
    width: fit-content;
    border-radius: 4px;
    padding: 5px 8px;
    margin: 5px 10px;
}
.map-button i{
    margin-right: 3px;
    color: #dc143c;
}

/* map */
.map {
    background: #fff;
    margin:20px 0;
}
.map h2 {
    font-size: 18px;
    border-bottom:solid 1px #ccc;
    background: #fff;
    padding: 8px 0 8px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.map h2::before{
    content: "";
    background-color: #d963a4;
    display: inline-block;
    width: 6px;
    height: 25px;
    margin-right: 8px;
    border-radius: 3px;
    justify-content: center;
    vertical-align: bottom;
}
.map-cotainer{
    display: block;
    width: 90%;
    margin: 0 auto;
}
/* form */
.form {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 5px;
}
.form h2{
    font-size: 18px;
    border-bottom:solid 1px #ccc;
    background: #fff;
    padding: 8px 0 8px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.form h2::before{
    content: "";
    background-color: #d963a4;
    display: inline-block;
    width: 6px;
    height: 25px;
    margin-right: 8px;
    border-radius: 3px;
    justify-content: center;
    vertical-align: bottom;
}
.form-container {
    width: 95%;
    margin: 0 auto;
}
.form-container p {
    margin: 5px;
    font-size: 14px;
}
.form-container input {
    display: block;
    width: 100%;
    height: 40px;
    opacity: 0.7;
}
.form-container textarea{
    display:block;
    width: 100%;
    opacity: 0.6;
}
.form-container select{
    display: block;
    width: 100%;
    border-radius: 4px;
    height: 40px;
    background: rgba(234, 225, 240, 0.6);
}
.form-container option {
    background: #fff;
}
.input-required {
    background: #eae1f0;

}
.label-required {
    border-radius: 4px;
    display: inline-block;
    color: #dc143c;
    border: solid 1px #dc143c;
    padding: 0 4px;
    margin-left: 10px;
    font-size: 12px;
}
.check-button {
    display: block;
    font-size: 20px;
    height: 60px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ff8631;
    border-radius: 4px;
    border-bottom: solid 3px #f56500;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    position: relative;
    margin: 20px auto;
}
.phone a {
    display: block;
    font-size: 14px;
    height: fit-content;
    width: 95%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #66bb29;
    border-radius: 4px;
    border-bottom: solid 3px #05ab33;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    margin: 20px auto;
    padding: 3px 0;
    line-height: 20px;
}
.phone a:hover{
    color: #fff;
}
.phone a .style-small {
    font-size: 11px;
    line-height: 11px;
    font-weight: normal;
}
.phone a i {
    margin-right: 10px;
}
/*店舗情報*/
.about-store h2{
    font-size: 18px;
    border-bottom:solid 1px #ccc;
    background: #fff;
    padding: 8px 0 8px 10px;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.about-store h2::before{
    content: "";
    background-color: #d963a4;
    display: inline-block;
    width: 6px;
    height: 25px;
    margin-right: 8px;
    border-radius: 3px;
    justify-content: center;
    vertical-align: bottom;
}
.about-store {
    background: #fff;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.about-store .container {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
}
.about-store dt{
    font-weight: normal;
    margin-bottom: 5px;
}
.about-store dd {
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    margin: 0 0 10px 0;
    line-height: 20px
}
.phone-button {
    display: inline-block;
    border: solid 1px #eee;
    border-bottom: solid 3px #d6d6d6;
    width: fit-content;
    border-radius: 4px;
    padding: 5px 8px;
    margin: 5px 10px;
}
.phone-button i {
    color: #dc143c;
    margin-right: 3px;
}

/* pc */
.site-main .top .pc {
    display: none;
}
.btn-wrapper {
    display: flex;
    justify-content: space-around;
}
.btn-wrapper a{
    flex-basis: 48%;
}
.btn-wrapper button{
    flex-basis: 48%;
    display: block;
    line-height: 20px;
    height: fit-content;
    font-size: 18px;
    height: 40px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #ff8631;
    border-radius: 4px;
    border-bottom: solid 3px #f56500;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    margin: 20px 0;
}
.estate-title-pc {
    background: #fff;
    font-size: 15px;
    line-height: 50px;
    box-shadow: 1px 1px 2px 1px #dcdcdc;
}
.estate-title-pc::before{
    content: "";
    background-color: #d963a4;
    display: inline-block;
    width: 6px;
    height: 50px;
    margin-right: 8px;
    border-radius: 3px;
    justify-content: center;
    vertical-align: bottom;
}
.top-detail {
    background: #fff;
    border-collapse: collapse;
}
.top-detail td {
    border: solid 1px #777;
    text-align: center;
}
.top-detail th {
    border: solid 1px #777;
    margin: 0;
    text-align: left;
    padding: 10px 0 10px 5px;
    width: 15%;
    background: #f6f6f6;
    font-size: 13px;
    color: #505050;
}
.top-detail a {
    width: 80%;
}
.top-detail button {
    font-size: 18px;
    font-weight: 900;
    background: #ff8631;
    color: #fff;
    border-bottom: solid 3px #c16b2f;
    padding: 10px 0;
    width: 80%;
    line-height: 20px;
}
.top-detail button i {
    margin-right: 10px;
}
@media(min-width: 600px) {
    .site-main .top .sp{
        display: none;
    }
    .site-main .top .pc{
        display: block;
        margin-bottom: 50px;
    }
    .estate-point {
        display: none;
    }
    .table-wrap .flex-container {
        display: flex;
    }
    .pc-hidden {
        display: none;
    }
    .map-button {
        margin: 0 10px;
    }
}

/* .slider-pro */
/*carousel*/
.sp-selected-thumbnail {
    border: 4px solid #000;
}
@media(min-width:600px){
        /*サムネイルのポインターの色を変える*/
        .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before,
        .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
            border-color: #ffa801;
        }
        .sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after,
        .sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
        color: #ffa801;
        }
        /*縦スライド時の矢印の位置*/
        .sp-vertical .sp-previous-arrow {
        top: 0;
        }
        .sp-vertical .sp-next-arrow {
        bottom: 0;
        }
}
.sp-image-container {
    width: 300px!important;
    height: 300px!important;
}
.sp-thumbnails {
    display: flex;
    flex-wrap: wrap;
    width: 100%!important;
    height: fit-content!important;
    position: relative;
}
.sp-thumbnail{
    margin-top: 0!important;
}
.sp-mask {
    margin: 0 auto;
    width: 300px!important;
    height: 300px!important;
}
@media(min-width:600px){
    .sp-left-thumbnails, .sp-right-thumbnails {
        position: relative;
        top: 0;
    }
    .sp-mask {
        width: 450px!important;
        height: 450px!important;
    }
    .sp-image-container{
        width: 450px!important;
        height: 450px!important;
    }
    .sp-selected {
        width: 100%!important;
    }
    .slider-pro {
        display: flex;
        max-width: 100%!important;
        padding: 0!important;
    }
    .sp-slides {
        width: 100%;
        height: 100%;
    }
    .sp-slide {
        width: 100%;
        height: 100%!important;
    }
}
@media(min-width:800px){
    .sp-mask {
        width: 600px!important;
        height: 600px!important;
    }
    .sp-image-container {
        width: 600px!important;
        height: 600px!important;
    }
}
.sp-thumbnail-container {
    margin: 5px;
    height: fit-content;
}
.sp-image {
    margin-left: 0!important;
    margin-top: 0!important;
    object-fit: contain!important;
    object-position: top;
    width: 100%!important;
    height: 100%!important;
}
.sp-slides-container {
    margin-right: 10px;
}








/* archive-chintai.php*/
.pc{
    display: none;
}
@media (min-width: 600px){
    .building-wrap .btn-wrapper button {
        display: block;
    }
}
.search-condition ul {
    margin: 0;
    display: flex;
    background: #fff;
    justify-content: space-around;
}
.apart-list .search-condition li {
    background: #fff;
    text-align: center;
    border: solid 1px #d5d5d5;
    flex-basis: 49%;
    border-radius: 4px;
    text-align: center;
    border-bottom: 3px solid #d5d5d5;
}
.search-condition li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
}
.search-condition li a i{
    margin-right: 10px;
}
.search-condition li:nth-child(2){
    position: relative;
}
.search-condition li:nth-child(2) i{
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
} 
.search-condition select{
    background: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.search-condition select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.search-condition option {
    font-size: 12px;
}
.apart-list>ul{
    margin: 0;
}
@media (min-width: 600px) {
    header .sp {
        display: none;
    }

    header .pc nav {
        display: block;
    }

    main .pc {
        margin: 10px;
        display: flex;
    }
    .sp {
        display: none;
    }
    .main-container {
        margin: 0 10px;
    }
    .building-image {
        flex-basis: 25%;
    }
}
@media(min-width: 1024px ){
    .main-container {
        margin: 0 auto;
    }
}
@media(min-width: 1500px ){
    .main-container {
        margin: 0 auto;
    }
}
.archive-title {
    color: #000;
    background: #fff;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    border-left: solid 10px #d963a4;
    text-align: left;
    padding-left: 10px;
    line-height: 40px;
    margin: 10px;
}
.apart-list table th{
    background: #f1f1f1;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    width: 20%;
    border: solid 1px #aaa;
    border-right: dotted 1px #aaa;
}
.building-wrap table td {
    font-size: 12px;
    width: 10%;
    border-bottom: solid 1px #aaa;
    text-align: center;
}
.apart-list table {
    width: fit-content;
    border: solid 1px #aaa;
    border-collapse: collapse;
}
.pc .main{
    min-width: 60%;
}
.pc .side{
    min-width: 35%;
    margin-left: 10px;
}
.building-wrap table .big-font {
    font-size: 1.3em;
    color: #ff6900;
    text-align: right;
    font-weight: 600;
}
.apart-list tbody {
    width: 100%;
}
.apart-list .building-image {
    min-width: 30%;
}
.apart-list .building-detail {
    padding: 0;
    margin: 10px;
    width: fit-content;
    flex-grow: 1;
}
.apart-list .building-features td{
    padding: 0 5px;
}
.search-condition-change h3{
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    box-shadow: none;
    border-bottom: solid 2px #eee;
}

.search-condition-change a{
    line-height: 30px;
}
.search-condition-change {
    background: #fff;
    box-shadow: 0px 1px 3px 1px #dcdcdc;
    margin: 10px 0;
    padding-bottom: 10px;
}
.apart-search h3 {
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
    box-shadow: none;
    border-bottom: solid 2px #eee;
    margin-bottom: 0;
}
.select-wrap .select-faculty select{
    font-size: 13px;
    width: 100%;
}
.select-wrap th {
    font-size: 12px;
}
.select-wrap {
    background: #fff;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
}
.select-wrap form{
    padding:10px;
}
.select-wrap input[type="submit"] {
    font-size: 16px;
    margin: 20px 0;
}
.select-wrap li{
    font-size: 12px;
}
.select-wrap select{
    font-size: 11px;
}
@media (min-width:600px) {
    .rank {
        display: flex;
        justify-content: space-between;
    }
    .rank select{
        border: 1px solid #ccc;
        background: #fff;
        margin: 10px;
        width: 130px;
    }
@media (min-width: 800px){
    .rank select{
        width: 200px;
    }

}
@media(min-width: 800px) {
    .apart-list h4::before{
        content: attr(data-apart-type);
        border: solid 1px;
        font-size: 10px;
        border-radius: 3px;
        color: #d963a4;
        padding: 4px;
        margin-right: 10px;
    }
}
