@charset "utf-8";

/* ****************************************************************************

	response.css

******************************************************************************* */

/* ==
	smartphone
=============================================================================== */
@media screen and (min-width: 0) and (max-width: 940px) {

/* -------- header -------- */
header {
	background-color:#FFFFFF;
	padding:10px 0;
}
header div p a {
	display:inline-block;
}
.logo-pp {
	max-width: 80%;
}
.header-logo {
	float:none;
	margin-left:0;
	text-align:center;
}
.header-social {
	float:none;
	text-align:center;
}
.social {
	margin-top: 5px;
}
.social li {
	float:none;
	display:inline-block;
	margin-right:10px;
}

/* -------- contents -------- */
#container {
	min-width: inherit;
}
img {
	max-width: 100%;
}

/* -------- シェアボタン -------- */
.share-section {
	margin-top: 0 !important;
}
.share-section ul {
	margin: 0 auto;
	width: 200px;
}
.share-section li {
	float:none;
	display: block;
	margin: 0; padding: 0;
	overflow: hidden;
}
.share-section li:nth-of-type(3) {
	display: block;
}

/* -------- footer -------- */
#foot-line {
	margin:0 auto;
	padding:20px 0;
	width:100%;
	text-align:center;
	font-size: 11px;
	color: #999;
}
.footer-section {
	margin: 0 10px;
	font-size: 10px;
}


/* ==
	this page only
=============================================================================== */
.pc {
	display: none;
}
.spn {
	display: block !important;
}
.item-1,
.item-2,
.item-3 {
	margin: 0 auto;
	padding: 0;
	width: 95%;
	float: none;
}
h1,
 h2 {
	width: 90%;
	margin: 0 auto;
}

/* ==
	logo-cmp
=============================================================================== */
.logo-cmp > h1 {
	margin: 10px 0;
	padding: 0;
}
.logo-cmp {
	-webkit-background-size: 150%;
	background-size: 150%;
}

/* ==
	about
=============================================================================== */
.about-tit-01,
.about-tit-02 {
	margin-top: 20px;
}
.about > .price > .item-2 {
	margin-top: 20px;
}
.about > ul {
	margin-top: 30px;
}
.about > ul > li {
	font-size: 12px;
}

/* ==
	btn-map
=============================================================================== */
.btn-map {
	margin-top: 15px;
	position: relative;
	width: 100%;
	top: 0!important;
	left: 0 !important;
	right: 0!important;
	bottom: 0!important;
}
.area-map > p > a.area-kanto {
	margin-top: 20px;
}

/* ==
	point
=============================================================================== */
.point {
	margin-top: 40px;
	padding: 40px 0;
}
.point-tit {
	margin-top: 30px;
}

/* ==
	step
=============================================================================== */
.step {
	margin-top: 40px;
}
.tit-step {
	width: 70%;
}
.step-img {
	margin-top: 30px;
}

/* ==
	area
=============================================================================== */
.area {
	margin-top: 20px;
}
.item-2 .area-btn {
	padding: 25px 0;
	font-size: 175%;
	max-width: 460px;
}

/* ==
	next
=============================================================================== */
.next {
	margin: 40px auto;
}


}