@charset "utf-8";
/* CSS Document */

@media only screen and (max-width :480px){
	
/*よりみち*/
#banner_yorimichi {
	display: none;
}
#yorimichi {
	display: block;
	text-align: center;
	flex-direction: column;
    justify-content: center;
	width: auto;
	margin: 10px;
	border: 3px solid #727171;
	border-radius: 6px;
	padding: 5px;
	background: url(../images/bg_search2.svg);
}
#yorimichiInn {
	display: flex;
	text-align: center;
	flex-direction: column;
    justify-content: center;
	width: auto;
	margin: 0px;
	border: 3px dotted #727171;
	border-radius: 6px;
	padding: 10px;
}
#yorimichiInn div:nth-child(1) {
	font-weight: bold;
	font-size: 125%;
	color: #231916;
}
#yorimichiInn div:nth-child(2) {
	margin-top: 0.35em;
	border-top: 1px solid #727171;
	border-bottom: 1px solid #727171;
}
#yorimichiInn div:nth-child(3) {
	margin: 10px 0px;
	padding: 10px 0px;
	border-radius: 1em;
	font-size: 87.5%;
	line-height: 135%;
	background: #E9587D;
	color: #fff;
}
#yorimichiInn div:nth-child(5) {
	font-size: 81.25%;
	line-height: 150%;
	text-align: left;
}
#yorimichiInn div:nth-child(6) {
	padding-top: 0.35em;
	line-height: 0%;
}
#yorimichiInn img {
	width: 100%;
}

/*メインロゴ*/
#mainRogo {
	display: flex;
	align-content: center;
	width: 100%;
	justify-content: center;
	top: 0%;
    left: 0%;
    margin-left: 0px;
}
#mainRogo span {
	display: flex;
	margin-top: 10%;
	align-content: center;
	justify-content: center;
}
#mainRogo img {
	width: 55%;
}
#mainPhoto img {
	margin-top: -2%;
	margin-bottom: 10%;
}

/*リード文章*/
#mainTitle {
	margin: 10px;
	font-size: 145%;
}
#textLead {
	margin: 10px;
}

#btArea {
	flex-wrap: wrap;
    flex-direction: column;
}
div.btAreaInn:nth-child(1),
div.btAreaInn:nth-child(2) {
	margin: 0;
}
#photo_captionArea {
	width: 100%;
}
/*デッキ・カフェの説明*/
#btTitleCare,
#btTitleDeck {
	width: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 95%;
}
.photo_bt {
	width: 100%;
	height: auto;
}

.photo_captionArea {
	width: auto;
	margin: 10px 15px 10px 10px;
	padding: 0px;
}
.photo_captionArea {
	display: flex;
}
.photo_pict {
	width: 45px;
}
.photo_pict img {
	width: 45px;
}
.photo_caption {
	width: auto;
}
	
/*ボタン*/
#wellcomeArea {
	margin-top: 0px;
}
#wellcomeIll1,
#wellcomeIll2 {
	display: none;
}
#btArea2 div:nth-child(1) {
	margin: 1em 0.5em 1em 1em;
}
#btArea2 div:nth-child(2) {
	margin: 1em 1em 1em 0.5em;
}
/*検索*/
#search1Area {
	padding: 20px;
	line-height: 135%;
}
#search2Area {
	padding: 20px;
}
/*検索（エリアから）*/
iframe {
	height: 500px;
}
/*検索（条件から）*/
#checkboxArea2 {
	width: 100%;
}
#bt_searchEnter {
	margin-bottom: 60px;
}
#checkboxArea0 {
	margin-bottom: 0px;
}
.checkboxArea {
	margin-top: 0.75em;
}
#checkboxArea1 {
	width: 100%;
}
.checkboxArea p {
	float: none;
}
















































}