/*スマホ最適化*/
@media only screen and (max-width: 767.9px) {

	/*============================
#eyecatch
============================*/
	div#eyecatch {
		width: 100%;
		margin: 0 auto;
	}

	/*============================
#area_search
============================*/
	section#area_search {
		width: var(--content-width);
		margin: 0 auto;
		margin-top: 50px;
	}

	section#area_search div.inner ul {
		display: grid;
		row-gap: 10px;
		column-gap: 10px;
		grid-template-columns: repeat(3, 1fr);
		margin-top: 26px;
	}

	section#area_search div.inner ul li {
		background-image: url(../img/index/area-back01.png);
		background-repeat: no-repeat;
		background-size: 100%;
		border-radius: 10px;
	}

	section#area_search div.inner ul li.preparation {
		background-image: none;
		background-color: #DDD;
	}

	section#area_search div.inner ul li {
		border-radius: 10px;
		border-radius: 10px;
		background: linear-gradient(#ab3a9d 0%, #e7407b 74.2%, #ff833d 90.09%, #fe963e 100%);
	}

	section#area_search div.inner ul li.preparation {
		background-color: #DDD;
	}

	section#area_search div.inner ul li h4 a {
		font-family: "A-OTF-ShinGoPro-Light";
		font-size: 21px;
		color: #fff;
		display: block;
		padding: 21% 0;
		text-align: center;
	}

	/*============================
#city_search
============================*/
	section#city_search {
		width: var(--content-width);
		margin: 0 auto;
		margin-top: 60px;
	}

	section#city_search div.inner>ul {
		margin-top: 26px;
	}

	section#city_search div.inner>ul>li {
		margin-bottom: 8px;
	}

	section#city_search div.inner>ul>li dl {
		display: flex;
	}

	section#city_search div.inner>ul>li dl dt {
		width: 82px;
		display: inline-block;
		vertical-align: middle;
		background-color: #DB2888;
		border-radius: 9px 0 0 9px;
	}

	section#city_search div.inner>ul>li dl dt h4 {
		text-align: center;
		height: 100%;
	}

	section#city_search div.inner>ul>li dl dt h4 a {
		font-family: "A-OTF-ShinGoPro-Light";
		font-size: 14px;
		line-height: 1.7;
		text-align: center;
		color: #fff;
		height: 100%;
		display: table;
		width: 100%;
	}

	section#city_search div.inner>ul>li dl dt h4 a span {
		display: table-cell;
		vertical-align: middle;
	}

	section#city_search div.inner>ul>li dl dd {
		width: 265px;
		display: inline-block;
		vertical-align: middle;
		background-color: #F3F3F3;
		border-radius: 0 9px 9px 0;
	}

	section#city_search div.inner>ul>li dl dd ul {
		font-size: 0;
		padding-left: 6px;
		padding-top: 5.5px;
	}

	section#city_search div.inner>ul>li dl dd ul li {
		display: inline-block;
		vertical-align: middle;
		margin-right: 3px;
		margin-bottom: 5px;
		min-width: 60px;
		height: 24px;
	}

	section#city_search div.inner>ul>li dl dd ul li h5 {
		text-align: center;
		height: 100%;
	}

	section#city_search div.inner>ul>li dl dd ul li h5 a {
		font-family: "A-OTF-ShinGoPro-Light";
		font-size: 12px;
		font-weight: 400;
		color: #000;
		display: table;
		border: 1px solid #999999;
		border-radius: 8px;
		height: 24px;
		background-color: #fff;
		height: 100%;
		min-width: 60px;
		padding: 0 10px;
	}

	section#city_search div.inner>ul>li dl dd ul li h5 a span {
		vertical-align: middle;
		display: table-cell;
	}

	section#city_search div.inner>ul>li dl dd ul li.long {
		width: 101px;
	}

	section#city_search div.inner>ul>li dl dd ul li.preparation h5 a {
		background-color: #F3F3F3;
		color: #CCCCCC;
		pointer-events: none;
	}

	section#pick_up {
		width: var(--content-width);
		margin: 0 auto;
		margin-top: 68px;
	}

	section#pick_up ul {
		margin-top: 20px;
	}

	section#pick_up li {
		margin-bottom: 10px !important
	}

	section#pick_up div.inner ul li {
		margin-bottom: 40px;
	}

	.swiper-pagination-bullet-active {
		background-color: #ffffff !important;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		position: relative;
		left: 0;
		margin-top: -28px;
		width: 100%;
	}

	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		display: inline-block;
		border-radius: 100%;
		background: #000;
		opacity: .2
	}

	.swiper-slide div.wrap {
		display: flex;
		justify-content: center;
		height: 99.42vw;
		position: relative;
	}

	.swiper-slide div.wrap a.eyecatch_wrap_link {
		display: flex;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.swiper-slide div.wrap img {
		object-fit: contain;
	}

	.swiper-slide div.wrap .eyecatch_link_style {
		position: absolute;
		bottom: 10%;
		width: 30vw;
		height: 6vw;
		box-sizing: border-box;
		font-size: 2.5vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.swiper-slide-active div.wrap a {
		animation: slideFromRightBtn 0.5s ease 0s 1 normal;
	}

	.swiper-slide div.wrap a:hover {
		opacity: 1;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: -21px;
		left: 0;
		width: 100%;
	}
}
