@charset "utf-8";

/*1300px以下*/
@media screen and ( max-width: 1300px) {

}

/*1100px以下*/
@media screen and ( max-width: 1100px) {
	.content-in {
		width: 96%;
	}

	.c-hand-btn {
		background: #F19700;
	}
	.archive-land .mailform div {
		background: #8CC222;
	}
	/*

	スタッフ一覧画面

	==============================*/
	.p-staff__list-message {
		width: 80%;
	}
	.p-staff__list-branch {
		display: block;
		padding-right: 0rem;
		margin-bottom: 0.625rem;
	}
	.p-staff__list-branch::after {
		content: none;
	}
	.p-staff__list-name {
		display: block;
		padding-left: 0rem;
	}
	/*

	スタッフ詳細画面

	==============================*/
	.p-staff-detail__plan p {
		width: 35%;
		max-width: 140px;
	}
	.p-staff-detail__favorite p {
		width: 25%;
		max-width: 100px;
	}
	.p-staff-detail__tags,.p-column-detail__tags {
		width: 80%;
	}
	.p-staff-detail__tags a,.p-column-detail__tags a {
		min-width: 120px;
	}
	.p-staff-detail__plan-caption {
		font-size: 12px;
	}
	/*

	マイページ

	==============================*/
	.p-favorite-list__location p {
		font-size: 1.125rem;
	}
	.p-favorite-list__price {
		font-size: 1rem;
	}
	.p-favorite-list__list-bottom {
		font-size: 0.875rem;
	}
}

/*1000px以下*/
@media screen and ( max-width: 1000px) {
	.content-in {
		width: 96%;
	}
	.container {
		margin: 1rem 0;
	}

	/*

	header

	==============================*/
	.l-header-right {
		display: none;
	}
	.menu-trigger-wrapper,.page-menu
	{
		display: block;
	}
	.sp-header-menu-wrap {
		display: none;
	}
	.sp-header-menu-list {
		display: flex;
	}
	.sp-header-menu-list .item {
		width: 30px;
		height: 30px;
		margin-right: 1rem;
	}
	.sp-header-menu-list .item a {
		width: 100%;
		height: 100%;
		display: block;
	}
	.sp-header-menu-wrap {
		display: flex;
		align-items: center;
	}
	.sp-header-menu-list .item img {
		width: 100%;
	}
	.menu-trigger {
		display: block;
		width: 26px;
		height: 30px;
		position: relative;
		cursor: pointer;
		z-index: 300;
	}
	.menu-trigger span{
		width: 100%;
		background-color: #676767;
		height: 2px;
		display: inline-block;
		position: absolute;
	}
	.menu-trigger span:first-of-type {
		top: 6px;
		left: 0;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 15px;
		left: 0;
	}
	.menu-trigger span:nth-of-type(3) {
		top: 24px;
		left: 0;
	}
	.menu-trigger-wrapper.active .menu-trigger span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
		top: 4px;
	}
	.menu-trigger-wrapper.active .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger-wrapper.active .menu-trigger span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.page-menu {
		visibility: hidden;
		opacity: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		background: rgba(255,255,255,0.95);
		overflow: auto;
		transition: all .4s;
	}
	.page-menu.openarea {
		visibility: visible;
		opacity: 1;
		transition: all .4s;
	}
	.p-page-menu-inner {
		padding: 54px 1rem 0 1rem;
	}
	.p-page-menu-inner .item a {
		text-align: center;
		font-weight: bold;
		font-size: 1.125rem;
		padding: 1rem 0;
		display: block;
		transition: opacity .4s cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	.p-page-menu-inner .item a:hover {
		opacity: 0.7;
	}
	.content-in {
		width: 96%;
	}
	.p-hbg-mypage {
		display: block;
		padding: 0 1rem 54px 1rem;
	}
	.p-hbg-mypage ul .item a {
		text-align: center;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 1rem 0;
    display: block;
    transition: opacity .4s cubic-bezier(0.39, 0.575, 0.565, 1);
	}
	.l-header-content-in h1 a {
		display: flex;
		align-items: center;
	}
	.sp-header-menu-list .mypage-link {
		cursor: pointer;
	}
	.sp-header-menu-nav {
		position: relative;
	}
	.hide-toggle-menu {
		position: absolute;
		display: none;
		top: 34px;
		left: -10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    padding: .5rem;
    width: calc(100% + 20px);
    font-size: 13px;
		z-index: 100;
		font-weight: bold;
	}
	.hide-toggle-menu a {
		width: 100%;
    display: inline-block;
		font-size: 14px;
		margin-bottom: .5rem;
	}

	/*

	住宅一覧

	==============================*/
	.p-search__title {
		margin-bottom: 2.1875rem;
	}
	.p-search__main-contents {
		display: block;
	}
	.p-search__select {
		width: 100%;
		margin-bottom: 1rem;
	}
	.p-search__select-lists {
		display: flex;
		flex-wrap: wrap;
		background-color: #efefef;
    padding: .5rem;
	}
	.p-search__select-lists li {
		border: 1px solid #888;
    background-color: #fff;
    line-height: 1;
    border-radius: 50px;
    margin: .5rem .5rem .5rem 0;
	}
	.p-search__select-lists li a {
		font-size: 14px;
		padding: .5rem 1rem;
	}
	.p-search__search-btn {
		max-width: 260px;
		margin: 1.875rem auto;
	}
	.p-search__result-wrapper {
		width: 100%;
	}
	.p-search__result-header{
		margin-bottom: 2.5rem;
	}
	.p-search__result-pagination{
		width: 30%;
	}
	.p-search__favorite-btn {
		width: 21.60493827%;
		text-align: center;
	}
	.p-search__favorite-btn a {
		display: none;
	}
	.p-search__home-info-price {
		width: 78%;
	}
	.p-search__favorite-btn.added_favorites::before,
	.p-search__favorite-btn::before {
		margin-right: 0;
	}

	/*

	土地検索画面

	==============================*/
	.p-land-search__tab {
		border-bottom: none;
	}
	.p-land-search__tab > .item {
		border-radius: 5px;
		border: 1px solid #9fa0a0;
		margin-bottom: .3rem;
	}
	.p-land-search__tab-inner .item a {
		padding: 0.5rem;
	}
	.archive-menu {
		padding: 0.5rem 0.5rem;
		flex-wrap: wrap;
	}

	.archive-menu section a {
		border-radius: 5px;
		border: 1px solid #9fa0a0;
		padding: 0.5rem 0.8rem;
		margin-bottom: 0.5rem;
	}

	.archive-menu-wrapper {
		overflow: hidden;
	}

	.viewcount {
		margin-left: 0;
	}
	/*

	検索結果画面

	==============================*/
	.p-search-result__is-pc-show .p-search-result__location span {
		font-size: 1.25rem;
	}
	.p-search-result__sort {
		padding: 1rem;
	}

	/*
	component
	==================================== */
	/*
	ページタイトル
	===========================*/
	/* .c-title div {
		padding: 0.375rem;
	} */
	.c-title div h1 {
		font-size: 1.125rem;
		padding: 0.875rem;
	}
	.c-title p {
		font-size: 0.875rem;
		padding: 0rem 1rem;
		margin-top: 1.25rem;
	}
	/*
	チェックボックス
	==================================== */
	.c-input label::before {
		width: 20px;
		height: 20px;
		margin-right: 0.5rem;
	}
	.c-input label::after {
		width: 7px;
		height: 11px;
		top: 1px;
	}
}

/*800px以上*/
@media screen and (min-width: 800px) {

/*	.main-slider .swiper-slide
	{
		width: 800px;
	}
*/
}


/*800px以下*/
@media screen and (max-width: 800px) {
/*
	.main-slider .swiper-slide
	{
		width: 100%;
	}
*/

	/*

	トップ

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

	.swiper-slide {
		width: 20%;
	}
	.index-post-list article {
		width: 49%;
	}

	/*

	スタッフ一覧画面、コラム一覧画面

	==============================*/
	.p-staff__list,.p-column__list {
		width: 49%;
	}
	/*

	スタッフ詳細画面、コラム詳細画面

	==============================*/
	.p-staff-detail,.p-column-detail {
		width: 100%;
	}
	.p-staff-detail__tags,.p-column-detail__tags {
		width: 100%;
	}
	.p-staff-detail__detail {
		width: 100%;
		min-width: 100%;
	}
	.p-staff-detail__detail table tr td {
		font-size: 0.875rem;
	}
	.p-staff-detail__detail table tr td:first-child {
		width: 12.62790698%;
	}
	.p-staff-detail__detail table tr td:last-child {
		width: calc(100% - 12.62790698%);
	}
	.p-staff-detail__message,.p-column-detail__message {
		width: 100%;
		min-width: 100%;
	}
	.p-staff-detail__message p,.p-column-detail__message p {
		font-size: 0.875rem;
	}
	.p-past-swiper .swiper-slide,
	.p-favorite-swiper .swiper-slide {
		width: 100%;
	}

}

/*760px以上*/
@media screen and ( min-width: 760px) {

}

/*760px以下*/
@media screen and ( max-width: 760px) {
	/*
	トップページ
	==============================*/
	.p-top-swiper .swiper-slide-inner.pc {
		display: none;
	}
	.p-top-swiper .swiper-slide-inner.sp {
		display: block;
	}
	.index-post-list article {
		max-width: auto;
		width: 80%;
		min-width: 80%;
	}
	.index-post-list {
		flex-wrap: nowrap;
	}
	.p-top-swiper .swiper-button-next,
	.p-top-swiper .swiper-button-prev {
		display: none;
	}
	/* .index-post-list {
		display: -webkit-box;
		display:-ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-ms-flex-pack: justify;

		-webkit-align-content:space-between;
		-ms-align-content:space-between;
		align-content:space-between;

		-webkit-justify-content: space-between;
		justify-content: space-between;
		-ms-flex-pack: space-between;

		-webkit-align-items: stretch;
		-ms-align-items: stretch;
		align-items: stretch;
	} */
	/*
	土地検索画面
	==================================== */
	.p-land-search__title {
		margin-bottom: 2.1875rem;
	}
	.p-land-search__inner-title {
		margin-top: 1rem;
	}
	.p-land-search__sub-text {
		font-size: 0.875rem;
		margin: 2rem 0 1rem 0;
	}
	.p-land-search__tab-inner {
		flex-wrap: wrap;
	}
	.p-land-search__tab-inner li {
		margin-bottom: 0.3125rem;
	}
	.p-land-search__checkbox-wrap {
		display: block;
		border: none;
		margin-bottom: 0;
	}
	.p-land-search__area-name {
		display: none;
	}
	.p-land-search__checkbox {
		width: 100%;
		padding: 1rem 0rem;
	}
	.p-land-search__checkbox .item {
		width: 50%;
	}
	.p-land-search__btn {
		width: 100%;
		max-width: 260px;
	}
	.p-tab-content {
		border: transparent;
	}
	/*
	検索結果画面
	==============================*/
	.p-search-result__result-number {
		padding-left: 0rem;
	}
	.p-search-result__change-btns div:not(:last-child) {
		margin-right: 1rem;
	}
	.p-search-result__tab {
		width: 70.45454545%;
	}
	.p-search-result__pagination {
		width: calc(100% - 70.45454545%);
	}
	.p-search-result__tab ul li {
		width: 45.27272727%;
	}
	.p-search-result__list {
		width: 100%;
		border-radius: 5px;
		box-shadow: 0 0 10px rgba(0,0,0,0.4);
		margin-bottom: 1.875rem;
	}
	.p-search-result__is-pc-show {
		display: none;
	}
	.p-search-result__is-sp-show {
		display: block;
		width: 100%;
	}
	.p-search-result__is-sp-show .p-search-result__top-wrap {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0.5rem 0rem 0.5rem 1rem;
	}
	.p-search-result__title-checkbox {
		height: auto;
		vertical-align: middle;
	}
	.p-search-result__title-checkbox::before {
		content: "";
		display: inline-block;
		width: 15px;
		height: 15px;
		margin-right: 10px;
		border: #595757 solid 1px;
		vertical-align: middle;
		transform: translateY(-2px);
	}
	.p-search-result__is-sp-show .p-search-result__favorite-btn {
		width: 8.343941248%;
		height: auto;
	}
	.p-search-result__is-sp-show .p-search-result__favorite-btn button {
		display: block;
		border: none;
		background-color: #fff;
	}
	.p-search-result__is-sp-show .p-search-result__favorite-btn button img {
		width: 60%;
		height: auto;
	}
	.p-search-result__is-sp-show .p-search-result__middle-wrap {
		display: flex;
		justify-content: space-between;
		padding: 1.875rem 1rem 1.5rem;
		border-top: 1px solid #DEDEDE;
		border-bottom: 1px solid #DEDEDE;
	}
	.p-search-result__is-sp-show .p-search-result__img {
		position: relative;
		width: 49.32680539%;
	}
	.p-search-result__is-sp-show .p-search-result__img::before {
		content: "";
		display: block;
		padding-top: 56.79012346%;
	}
	.p-search-result__is-sp-show .p-search-result__img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
	}
	.p-search-result__is-sp-show .p-search-result__info {
		width: 43.08445532%;
	}
	.p-search-result__is-sp-show .p-search-result__price {
		font-size: 1.25rem;
		color: #e60012;
	}
	.p-search-result__is-sp-show .p-search-result__bottom-wrap {
		padding: 0.5rem 1rem;
	}
	/*
	ポップアップ
	==================================== */
	.p-popup_plan {
		height: auto;
		width: 80vw;
	}
	.p-popup_plan img {
		height: auto;
		width: 100%;
	}
	/*
	住宅一覧ページ
	==================================== */
	.p-search__favorite-btn {
		width: 5.60493827%;
	}

	.p-search__home-info-wrapper {
		display: block;
	}
	.p-search__home-info-btns {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.p-search__home-info-price {
		width: 100%;
		margin-bottom: 1rem;
	}
	.p-search__home-info-btns .p-search__drawing-btn {
		width: 49%;
		margin-bottom: 0rem;
	}
	.p-search__home-info-btns .p-search__contact-btn {
		width: 49%;
	}
	.p-search__select-title {
		position: relative;
	}
	.p-search__favorite-btn span {
		display: none;
	}
	/*
	マイページ
	==================================== */
	.p-mypage {
		padding: 0;
	}
	.p-mypage__register-wrap {
		width: 100%;
	}
	.p-mypage__sidebar {
		display: none
	}
	/* お気に入り */
	.p-favorite {
		display: block;
	}
	.p-favorite-list {
		width: 100%;
		margin-bottom: 2rem;
	}
	.p-favorite-list__location p {
		font-size: 1rem;
	}
	.p-favorite-list__price {
		font-size: 1rem;
	}
	.p-favorite-list__list-bottom {
		font-size: .875rem;
	}
	.p-favorite.plan article {
		width: 100%;
	}
	.p-sp-fixed-btn {
		display: block;
		position: fixed;
		bottom: 0;
		background-color: rgba(0, 0, 0, 0.7);
		padding: 1rem;
		width: 100%;
		display: flex;
		justify-content: center;
		z-index: 150;
		box-sizing: border-box;
	}
	.p-sp-fixed-btn .contact-btn {
		border-radius: 3px;
    background-color: #8ABB2B;
    color: #fff;
    display: block;
		padding: 0.5rem 1rem;
		font-size: 13px;
		margin-right: 4%;
		width: 48%;
		text-align: center;
		box-sizing: border-box;
		font-weight: bold;
		max-width: 250px;
	}
	.p-sp-fixed-btn .contact-btn span {
		display: block;
		text-align: center;
	}
	.p-sp-fixed-btn .tel-btn {
		border-radius: 3px;
    background-color: #e60012;
    color: #fff;
    display: block;
		width: 48%;
		padding: 0.5rem 1rem;
		font-size: 13px;
		text-align: center;
		box-sizing: border-box;
		font-weight: bold;
		max-width: 250px;
	}
	.p-sp-fixed-btn .tel-btn span {
		display: block;
		text-align: center;
	}

	/*
	component
	==================================== */
	/*
	パンくずリスト
	===========================*/
	.c-breadlist ol li {
		font-size: 0.75rem;
	}
	/*
	タブ
	===========================*/
	.c-tab--icon .c-tab__inner a {
		padding: 0.5rem;
	}
}

/*480px以下*/
@media screen and ( max-width: 480px) {

/*
header
==================================== */
	.header-content h1 img {
		width: 45%;
		height: auto;
	}
	.header-content h1 span {
		font-size: 0.9rem;
		letter-spacing: 0;
		margin-left: 0.5rem;
		padding-left: 0.5rem;
	}
	.index-header-content ul,
	.index-header-content footer,
	.land-single-full-mail {
		width: 90%;
	}
	.land-single-full-mail a {
		font-size: 0.875rem;
	}
	.sp-header-menu-list .item {
		width: 25px;
		height: 25px;
		margin-right: 15px;
	}
/*
footer
==================================== */
	.p-fotter__shichiro-logo a,
	.p-fotter__anniversary-logo a {
		display: block;
    width: 100%;
    max-width: 200px;
	}
	.index-footer-link a {
		width: 60%;
	}

	.index-header-content h2 {
		font-size: 2.2rem;
	}

	.index-header {
		text-align: left;
	}

	.index-header h3 {
		display: none;
	}
	.index-header h2 {
		margin-bottom: 0;
	}
	.footer-content-wrapper
	{
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footer-content-wrapper section:last-child footer div
	{
		flex: 33%;
		width: 33%\9;
		max-width: 33%;
	}

	.footer-content-wrapper section:first-child,.footer-content-wrapper section:last-child,.footer-content-wrapper section:last-child footer div:last-child
	{
		flex: 100%;
		width: 100%\9;
		max-width: 100%;
	}

	.footer-content-wrapper section:last-child footer div:last-child
	{
		margin-top: 0.5rem;
	}

	.footer-content-wrapper section:first-child
	{
		margin-bottom: 1rem;
	}

	.index-header
	{
		overflow: hidden;
		margin-bottom: 1rem;
		padding-top: 1rem;
	}

	.index-header h1
	{
		float: left;
		margin-bottom: 0rem;
	}

	.index-header h3 a
	{
		margin-top: 0.5rem;
	}


	.archive-land table tr td strong
	{
		padding: 0.5rem 0.8rem;
	}

	.archive-land table tr td p
	{
		margin: 0.5rem 0;
	}

	.post-list-2 section
	{
		flex: 100%;
		width: 100%\9;
		max-width: 100%;
	}
		/*

	土地詳細ページ

	==============================*/
	.land-single {
		display: block;
	}
	.land-single-img section:first-child
	{
		margin-bottom: 1rem;
	}

	.land-single-right,.land-single-place
	{
		float: none;
	}

	.land-single-place
	{
		margin: 0 auto;
	}

	.land-single-right
	{
		margin: 0 auto 1rem;
	}


	.content-in-cover
	{
		background: url("./img/back-cover-sp.png") center bottom repeat;
		background-size: 400px 1200px;
		/*background-size: contain;*/
	}
	.land-single-right-tel {
		text-align: center;
	}
	.land-single-table tr td {
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-right: 1px solid #9fa0a0;
	}
	.land-single-table tr td.land-single-table-f {
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-right: 1px solid #9fa0a0;
	}
	/*

	土地一覧画面

	==============================*/
	.googlemap {
		height: 500px;
	}
	.p-search-result__select {
		font-size: 16px;
		padding: 0.3rem;
		width: 180px;
	}
	.archive-land .mailform div {
		background: #8CC222;
	}
	.c-hand-btn {
		background: #F19700;
	}

	/*

	スタッフ一覧画面

	==============================*/
	.p-staff__list-message {
		font-size: 0.8125rem;
	}
	.p-staff__list-info {
		font-size: 0.8125rem;
	}
	/*

	スタッフ詳細画面、コラム詳細画面

	==============================*/
	.p-staff-detail__staff-list-btn,.p-column-detail__column-list-btn {
		width: 100%;
	}
	/*

	住宅一覧ページ

	==================================== */
	.p-search {
		margin: 1rem auto;
	}
	.p-search__select-title .plus {
		position: absolute;
		display: inline-block;
		top: 50%;
		transform: translateX(-50%);
		right: 0;
		width: 12px;
	}
	.p-search__select-title .plus::before {
		position: absolute;
		content: ' ';
		height: 1px;
		width: 11px;
		background-color: #fff;
	}
	.p-search__select-title .plus::after {
		content: none;
	}
	.close .plus::after {
		position: absolute;
		top: -5px;
		left: 5px;
		content: ' ';
		height: 11px;
		width: 1px;
		background-color: #fff;
	}
	.p-search__result-selectbox {
		width: auto;
	}
	.p-search__result-header label {
		width: auto;
	}
	.p-search__result-selectbox select {
		width: 180px;
		font-size: 16px;
		padding: .5rem;
	}
	.p-search__result-selectbox::after {
		position: absolute;
		right: 0.8rem;
	}
	.p-search__select-lists {
		display: flex;
	}
	.p-search__select-lists li {
		margin: .5rem .5rem 0 0;
	}
	.p-search__select-lists li a {
		padding: .5rem;
		font-size: 13px;
	}
	.p-search__home-info-icon {
		width: 50px;
	}
	.p-search__home-info-number {
		font-size: 12px;
	}
	.p-search__home-info-icon img {
		width: 100%;
		height: auto;
	}
	.p-search__home-info-text {
		width: calc(100% - 3.87654321% - 7.60493827%);
		font-size: 0.875rem;
	}
	.p-search__favorite-btn {
		width: 7.60493827%;
	}
	.p-search__home-info-price {
		flex-wrap: wrap;
		text-align: center;
	}
	.p-search__room-count {
		font-size: 1.75rem;
		padding-right: 0rem;
		margin-bottom: 1rem;
		width: 100%;
	}
	.p-search__box-partition {
		display: none;
	}
	.p-search__price {
		width: 100%;
	}
	.p-search__month-price {
		width: 100%;
	}
	.p-search__price {
		padding: 0rem;
		width: 48%;
	}
	.p-search__price .p-search__price-title {
		font-size: 0.75rem;
		padding: 0rem 0rem 0.4375rem;
		margin-bottom: 1rem;
	}
	.p-search__price .p-search__price-number {
		justify-content: center;
		text-align: left;
	}
	.p-search__price .p-search__price-number p {
		font-size: 2rem;
	}
	.p-search__price .p-search__price-unit {
		font-size: 1rem;
		line-height: 1;
		margin: 0;
    padding-left: .3rem;
	}
	.p-search__month-price {
		padding: 0rem;
		width: 48%;
	}
	.p-search__month-price .p-search__price-title {
		font-size: 0.75rem;
		padding: 0rem 0rem 0.4375rem;
		margin-bottom: 1rem;
	}
	.p-search__month-price .p-search__price-number {
		align-items: center;
		text-align: left;
	}
	.p-search__month-price .p-search__price-number p {
		font-size: 2rem;
	}
	.p-search__month-price .p-search__price-unit {
		font-size: 1rem;
		line-height: 1;
		padding-left: .3rem;
	}
	.p-search__month-price .p-search__price-unit span {
		font-size: 0.5625rem;
		margin-bottom: 0.1875rem;
	}
	.p-search__home-info {
		margin-bottom: 3rem;
	}
	.p-search__home-info-btns .p-search__drawing-btn {
		font-size: 0.875rem;
	}
	.p-search__home-info-btns .p-search__contact-btn a {
		font-size: 0.875rem;
	}
	.p-search__home-info-swiper {
		margin: .5rem 0;
	}
	.p-search__home-info-swiper ul li {
		width: 100%;
	}
	.p-search__home-info-swiper ul li img {
		height: auto;
		width: 100%;
	}
	.p-search__slide {
		position: relative;
	}
	.p-search__slide::before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
	}
	.p-search__slide figure {
		position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.p-search__home-info-swiper .p-search__slide figure img {
		height: 100%;
    width: auto;
	}

	/*
	検索結果画面
	==================================== */
	.p-search-result__result-number-container {
		display: block;
		margin: 1rem 0rem;
	}
	.p-search-result__result-number {
		font-size: 1.5rem;
		padding-left: 0rem;
		margin: 1.25rem 0rem 1rem;
		line-height: 1;
	}
	.p-search-result__change-btns div a {
		display: block;
	}
	.p-search-result__change-btns div a::before {
		display: inline-block;
		margin-right: 0.5rem;
		vertical-align: middle;
	}
	.p-search-result__change-btns div:not(:last-child) {
		margin-right: 1.35rem;
	}
	.p-search-result__tab {
		width: 70.45454545%;
	}
	.p-search-result__pagination {
		width: calc(100% - 70.45454545%);
	}
	.p-search-result__tab ul li {
		width: 45.27272727%;
	}
	.p-search-result__is-sp-show .p-search-result__top-wrap {
		padding: 0.5rem;
	}
	.p-search-result__is-sp-show .p-search-result__middle-wrap {
		padding: 0.5rem;
	}
	.p-search-result__is-sp-show .p-search-result__location {
		font-size: 0.875rem;
	}
	.p-search-result__is-sp-show .p-search-result__space {
		font-size: 0.875rem;
	}
	.p-search-result__is-sp-show .p-search-result__bottom-wrap {
		padding: 0.5rem;
	}
	.p-search-result__is-sp-show .p-search-result__bottom-wrap p {
		font-size: 0.875rem;
	}
	.p-search-result__is-sp-show .p-search-result__favorite-btn button img {
		width: 80%;
		height: auto;
	}
	/*
	お問い合わせ
	===========================*/
	.p-contact__postal-code,
	.p-contact__prefecture,
	.p-contact__city,
	.p-contact__address {
		display: block;
	}
	.p-postalcode-link {
		margin-left: 0;
	}
	#wpmem_reg .row-wrapper.flex.postcode .div_text + a {
		margin-left: 0;
	}
	#wpmem_reg .row-wrapper.flex .div_text {
		width: 100%;
	}
	.p-contact__privacy {
		font-size: 12px;
	}
	/*
	新規会員登録
	===========================*/
	#wpmem_reg .row-wrapper.flex {
		display: block;
	}
	.p-mypage__table th,
	.p-mypage__table td {
		width: 100%;
		padding: .5rem;
		box-sizing: border-box;
		display: block;
		text-align: left;
	}
	.p-mypage__table td {
		padding: 1rem .5rem;
	}
	input[type="date"] {
		height: 45px;
	}

	/*
	component
	==================================== */
	/*
	タブ
	===========================*/
	.c-tab--icon .c-tab__inner a {
		padding: 0.5rem;
		font-size: 1rem;
	}
	.c-tab--icon .item:first-child a::before {
		width: 20px;
		height: 20px;
		margin-right: 0.5rem;
	}
	.c-tab--icon .item:last-child a::before {
		width: 20px;
		height: 20px;
		margin-right: 0.5rem;
	}
	.c-tab--icon .c-tab__inner span {
		padding: .5rem;
		font-size: 12px;
	}
	/*
	ページタイトル
	===========================*/
	.c-title div h1 {
		font-size: 1rem;
		border-left: 7px solid #E9000C;
		padding: 0.4rem;
	}
}

/*481px以上*/
/*スマホ横*/
@media screen and ( min-width: 481px) {

	.footer-content-wrapper section:last-child footer div:last-child
	{
		position: relative;
	}

	.footer-content-wrapper section:last-child footer div:last-child p
	{
		position: absolute;
		bottom: 0;
		right: 0;
	}

}


/*940px以上*/
@media screen and ( min-width: 940px) {
	html,body
	{
		width: 100%;
	}




}
