@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%;
}
.bar{
	padding: 10px 0 5px;
}
.gentei-pc{
	display: none;
}
.gentei-sp{
	text-indent: 0;
	white-space: normal;
	height: auto;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.gentei-sp.count{
	margin-top: 5px;
}
.com1{
	margin-right: 5px;
	margin-top: 10px;
	line-height: 1;
	background: #fff;
	color: #e9476c;
	font-size: 24px;
	display: inline-block;
	font-weight: bold;
	padding: 7px;
	box-sizing: border-box;
	vertical-align: top;
}
.com2{
	font-size: 62px;
	display: inline-block;
}
.com3{
	font-size: 38px;
	display: inline-block;
	font-weight: bold;
}
/* ==
	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: 10px;
	position: relative;
	width: 100%;
	top: 0!important;
	left: 0 !important;
	right: 0!important;
	bottom: 0!important;
}
/* ==
	serach
=============================================================================== */
.search {
	width: 100%;
	padding: 0;
	margin-top: 40px;
}
.search-btn{
	margin-top: 0;
}
.search-btn li{
	width: 100%;
	max-width: 100%;
	padding: 0 10px;
	font-size: 10px;
	margin: 15px 0 0 0;
}
.area-btn {
	padding: 15px 0;
	font-size: 210%;
	max-width: 460px;
}
.pp-offichal{
	margin: 15px 10px 30px;
}
/* ==
	point
=============================================================================== */
.point {
	margin-top: 40px;
	padding: 0 0;
}
.point-tit {
	margin-top: 40px;
}
.point > ul{
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0 0;
	line-height: 1.3;
}
.point > ul li{
	margin: 10px;
	line-height: 1.3;
}
/* ==
	step
=============================================================================== */
.step {
	margin-top: 40px;
}
.tit-step {
	width: 70%;
}
.step-img {
	margin-top: 30px;
}

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


}