@charset "utf-8";
@import url(cmn.css);
@import url(base.css);

.page::before {
  background-image: url("../images/locations-images/page-bg.jpg");
}

/* ==========================================================================
	CONTENTS
	========================================================================== */

.base-box {
  overflow: hidden;
  margin-bottom: 60px;
}
.base-box__img {
  float: left;
  width: 30%;
}
.base-box__tit {
	font-size: 1.6rem;
}
.base-box__txt {
  float: right;
  width: 65%;
}
.address {
  display: flex;
  margin-bottom: 20px;
}
.address__tit {
  width: 200px;
}
.address__txt {
  flex: 1;
}
.address__txt p {
	margin-bottom: 5px!important;
}
.address__txt p:last-child {
	margin-bottom: 0;
}

/* ==========================================================================
	PC 1025px -
	========================================================================== */

@media screen and (min-width: 1025px){


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

}


/* ==========================================================================
	TABLET - 1024px
	========================================================================== */

@media screen and (max-width:1024px){

.address__tit {
  width: 120px;
}

}

/* ==========================================================================
	SP - 640px
	========================================================================== */

@media screen and (max-width: 640px) {

.base-box {
  margin-bottom: 40px;
}
.base-box__img {
	display: block;
  float: none;
  width: 100%;
	margin-bottom: 30px;
}
.base-box__txt {
  float: none;
  width: 100%;
}
.address {
  margin-bottom: 20px;
}
.address__tit {
  width: 80px;
	font-size: 90%;
}
}

