@charset "UTF-8";

/*menu_title*/
.base_title{
	position: relative;
	margin: 0 auto;
    text-align: center;
	margin-top: 100px;
}
.base_line{
	width: auto;
	height: 40px;
	background: #c7b299;
}
.base_box{
	width: auto;
	height: 100px;
	background: #ffffff;
}
.base_text{
  position: absolute;
  top: 6px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.base_text{
	font-size: 40px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.base_text_min{
  position: absolute;
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.base_text_min{
	font-size: 15px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

/*insutagram__title*/
.insutagram_title{
	position: relative;
	margin: 0 auto;
    text-align: center;
	margin-top: 100px;
}

/*about_us_title*/
.about_us_title{
	position: relative;
	margin: 0 auto;
    text-align: center;
	margin-top: 100px;
}

.about_us_line{
	width: auto;
	height: 40px;
	background: #b0c9d9;
}

/*inquiry_title*/
.inquiry_title{
	position: relative;
	margin: 0 auto;
    text-align: center;
	margin-top: 10%;
}
.inquiry_line{
	width: auto;
	height: 2px;
	background: #99cccc;
}
.inquiry_text{
  position: absolute;
  top: 20px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.inquiry_text{
	font-size: 25px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
}
.inquiry_text_min{
  position: absolute;
  right: 0;
  bottom: 70px;
  left: 0;
  margin: auto;
}
.inquiry_text_min{
	font-size: 13px;
	color: #333;
	font-family: "M PLUS Rounded 1c", sans-serif;
}