@charset "UTF-8";
/*
	Filename: introduction
	Version: 1.0.1
*/
.page_title {
  background-image: url("../img/introduction/title_bg.jpg");
}
.page_title::before {
  display: none;
}
.page_title h1 {
  font-size: 50px;
  line-height: 0.8;
}
.page_title h1 span {
  letter-spacing: 0.1em;
}
.glay_bg {
  background: #E8E8E8;
}
/*-----------------------------------------------------
  #sec_01
------------------------------------------------------*/
#sec_01 {
  width: 100%;
  padding: 165px 0 95px;
  text-align: center;
}
#sec_01 p {
  font-size: 18px;
}
/*-----------------------------------------------------
  #sec_02
------------------------------------------------------*/
#sec_02 {
  width: 100%;
  padding: 50px 0 65px;
}
#sec_02 .wrap {
  width: 1150px;
  margin: 0 auto;
	position: relative;
}
#sec_02 .wrap h2 {
	position: absolute;
	top: 90px;
	left: -80px;
  font-size: 36px;
	font-weight: 700;
}
#sec_02 .store_map {
}
#sec_02 .store_map_l {
  width: 61%;
  text-align: center;
}
#sec_02 .store_map_l img {
  max-width: 100%;
}
#sec_02 .store_map_r {
  width: 39%;
	padding-top: 100px;
}
#sec_02 .store_map_r p {
  font-size: 20px;
	line-height: 1.7;
}
#sec_02 .store_map_r table {
  width: 100%;
	margin-bottom: 20px;
	background: #fff;
}
#sec_02 .store_map_r table tr th {
  width: 100%;
	padding: 12px 30px;
	background: #32B4B4;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
	text-align: left;
}
#sec_02 .store_map_r table tr td {
  width: 33%;
	padding: 3px 30px 3px;
	font-size: 20px;
}
#sec_02 .store_map_r table tr td a {
  color: #3c3c3c;
}
#sec_02 .store_map_r table tr:nth-child(2) td {
	padding: 25px 30px 5px;
}
#sec_02 .store_map_r table tr:last-child td {
	padding: 5px 30px 25px;
}
/*-----------------------------------------------------
  #sec_03
------------------------------------------------------*/
#sec_03 {
  width: 100%;
  padding: 190px 0 0;
}
#sec_03 .wrap {
  width: 1000px;
  margin: 0 auto;
}
#sec_03 .wrap h2 {
	margin-bottom: 87px;
  font-size: 36px;
	font-weight: 700;
	text-align: center;
}
#sec_03 .serchBox {
	margin-bottom: 150px;
	padding: 27px 0 30px;
	border-top: 1px solid #3C3C3C;
	border-bottom: 1px solid #3C3C3C;
}
#sec_03 .serchBox .ser_btn {
	width: 300px;
	margin: 50px auto 0;
}
#sec_03 .serchBox button#search {
	width: 300px;
	padding: 10px;
	background: none;
	border: 1px solid #32B4B4;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}
#sec_03 .serchBox button#search:hover {
	background: #32B4B4;
	color: #fff;
}
#sec_03 .checkboxArea h3 {
	font-size: 18px;
	font-weight: 500;
}
#sec_03 .checkboxArea input[type=checkbox]  {
	display: none;
}
#sec_03 .checkboxArea .check {
	width: 150px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 5px 20px;
	position: relative;
	font-size: 18px;
}
#sec_03 .checkboxArea .check::before {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	background: #fff;
	border: 1px solid #3C3C3C;
	content: '';
	display: block;
}
#sec_03 .checkboxArea .check::after {
	width: 9px;
	height: 9px;
	content: '';
	display: block;
	opacity: 0;
	position: absolute;
	top: 15px;
	left: 3px;
	background: #32B4B4;
	z-index: +1;
}
input[type=checkbox]:checked + .check::after {
	opacity: 1 !important;
}
#sec_03 .list_area h4 {
	margin-bottom: 50px;
	padding: 8px 30px;
	background: #32B4B4;
	font-size: 22px;
	font-weight: 500;
	color: #fff;
}
#sec_03 .list_area > p {
	font-size: 18px;
	font-weight: 500;
}
#sec_03 .list_area ul.list li {
	margin-bottom: 50px;
	padding-bottom: 45px;
	border-bottom: 1px solid #3C3C3C;
}
#sec_03 .area_category {
	margin-bottom: 20px;
}
#sec_03 .area_category_l {
	width: 41%;
	align-items: center;
}
#sec_03 .area_category_l p {
	width: 49%;
	margin-bottom: 0;
	padding: 5px 10px;
	font-size: 18px;
	text-align: center;
	border: 1px solid #3C3C3C;
	line-height: 1.5;
}
#sec_03 .area_category_r {
	width: 20%;
}
#sec_03 .area_category_r a {
	display: block;
	padding: 0px 10px;
	background: #32B4B4;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

@media screen and (max-width: 1360px) {
	#sec_02 .wrap h2 {
		left: 20px;
	}
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	768px~1198 vw1198
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1198px) {
	.page_title h1 {
		font-size: 4.174vw;
	}
	/*-----------------------------------------------------
		#sec_01
	------------------------------------------------------*/
	#sec_01 {
		padding: 13.773vw 0 7.93vw;
	}
	#sec_01 p {
		font-size: 1.503vw;
	}
	/*-----------------------------------------------------
		#sec_02
	------------------------------------------------------*/
	#sec_02 {
		padding: 4.174vw 0 5.426vw;
	}
	#sec_02 .wrap {
		width: 100%;
	}
	#sec_02 .wrap h2 {
		position: absolute;
		top: 7.513vw;
		left: 6.678vw;
		font-size: 3.005vw;
	}
	#sec_02 .store_map_l {
		width: 61%;
	}
	#sec_02 .store_map_r {
		width: 39%;
		padding-top: 8.347vw;
	}
	#sec_02 .store_map_r p {
		font-size: 1.669vw;
	}
	#sec_02 .store_map_r table {
		margin-bottom: 1.669vw;
	}
	#sec_02 .store_map_r table tr th {
		padding: 1.002vw 2vw;
		font-size: 1.836vw;
	}
	#sec_02 .store_map_r table tr td {
		width: 33%;
		padding: 0.25vw 2vw 0.25vw;
		font-size: 1.669vw;
	}
	#sec_02 .store_map_r table tr:nth-child(2) td {
		padding: 2.087vw 2vw 0.417vw;
	}
	#sec_02 .store_map_r table tr:last-child td {
		padding: 0.417vw 2vw 2.087vw;
	}
	/*-----------------------------------------------------
		#sec_03
	------------------------------------------------------*/
	#sec_03 {
		padding: 15.86vw 0 0;
	}
	#sec_03 .wrap {
		width: 100%;
	}
	#sec_03 .wrap h2 {
		margin-bottom: 7.262vw;
		font-size: 3.005vw;
	}
	#sec_03 .serchBox {
		margin-bottom: 12.521vw;
		padding: 2.254vw 0 2.504vw;
	}
	#sec_03 .serchBox .ser_btn {
		width: 25.042vw;
		margin: 4.174vw auto 0;
	}
	#sec_03 .serchBox button#search {
		width: 25.042vw;
		padding: 0.835vw;
		font-size: 1.503vw;
	}
	#sec_03 .checkboxArea h3 {
		font-size: 1.503vw;
	}
	#sec_03 .checkboxArea .check {
		width: 12.521vw;
		padding: 0.417vw 1.669vw;
		font-size: 1.503vw;
	}
	#sec_03 .checkboxArea .check::before {
		width: 1.085vw;
		height: 1.085vw;
		margin-top: -0.668vw;
	}
	#sec_03 .checkboxArea .check::after {
		width: 0.751vw;
		height: 0.751vw;
		top: 1.252vw;
		left: 0.25vw;
	}
	#sec_03 .list_area h4 {
		margin-bottom: 4.174vw;
		padding: 0.668vw 2.504vw;
		font-size: 1.836vw;
	}
	#sec_03 .list_area > p {
		font-size: 1.503vw;
	}
	#sec_03 .list_area ul.list li {
		margin-bottom: 4.174vw;
		padding-bottom: 3.756vw;
	}
	#sec_03 .area_category {
		margin-bottom: 1.669vw;
	}
	#sec_03 .area_category_l {
		width: 41%;
	}
	#sec_03 .area_category_l p {
		width: 49%;
		padding: 0.417vw 0.835vw;
		font-size: 1.503vw;
	}
	#sec_03 .area_category_r {
		width: 20%;
	}
	#sec_03 .area_category_r a {
		padding: 0px 0.835vw;
		font-size: 1.503vw;
	}
}

/*---------------------------------------------------------------------------------------------------------------------------------------------------------------
	~767px vw767
----------------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.page_title h1 {
		font-size: 17px;
		line-height: 1.4;
	}
	.page_title h1 span {
		font-size: 25px;
		font-weight: 700;
		letter-spacing: 0.1em;
	}
	/*-----------------------------------------------------
		#sec_01
	------------------------------------------------------*/
	#sec_01 {
		width: 100%;
		padding: 100px 0 30px;
		text-align: left;
	}
	#sec_01 p {
		font-size: 16px;
	}
	/*-----------------------------------------------------
		#sec_02
	------------------------------------------------------*/
	#sec_02 {
		width: 100%;
		padding: 50px 0;
	}
	#sec_02 .wrap {
		width: 100%;
	}
	#sec_02 .wrap h2 {
		position: relative;
		top: 0;
		left: 0;
		margin-bottom: 10px;
		font-size: 20px;
	}
	#sec_02 .store_map_l {
		display: none;
	}
	#sec_02 .store_map_r {
		width: 100%;
		padding-top: 0;
	}
	#sec_02 .store_map_r p {
		font-size: 14px;
	}
	#sec_02 .store_map_r table {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec_02 .store_map_r table tr th {
		width: 100%;
		padding: 10px 20px;
		font-size: 16px;
	}
	#sec_02 .store_map_r table tr td {
		padding: 5px 20px;
		font-size: 16px;
	}
	#sec_02 .store_map_r table tr:nth-child(2) td {
		padding: 20px 20px 5px;
	}
	#sec_02 .store_map_r table tr:last-child td {
		padding: 5px 20px 20px;
	}
	/*-----------------------------------------------------
		#sec_03
	------------------------------------------------------*/
	#sec_03 {
		width: 100%;
		padding: 50px 0 0;
	}
	#sec_03 .wrap {
		width: 100%;
	}
	#sec_03 .wrap h2 {
		margin-bottom: 20px;
		font-size: 20px;
		text-align: left;
	}
	#sec_03 .serchBox {
		margin-bottom: 20px;
		padding: 20px 0 20px;
	}
	#sec_03 .serchBox .ser_btn {
		width: 60%;
		margin: 60px auto 0;
	}
	#sec_03 .serchBox button#search {
		width: 100%;
		padding: 10px;
		font-size: 16px;
	}
	#sec_03 .checkboxArea h3 {
		font-size: 16px;
	}
	#sec_03 .checkboxArea .check {
		width: 47%;
		padding: 5px 20px;
		font-size: 16px;
	}
	#sec_03 .checkboxArea .check::before {
		width: 12px;
		height: 12px;
		margin-top: -8px;
	}
	#sec_03 .checkboxArea .check::after {
		width: 10px;
		height: 10px;
		top: 12px;
		left: 2px;
	}
	#sec_03 .list_area h4 {
		margin-bottom: 30px;
		padding: 5px 10px;
		font-size: 18px;
	}
	#sec_03 .list_area > p {
		font-size: 14px;
	}
	#sec_03 .list_area ul.list li {
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	#sec_03 .area_category {
		margin-bottom: 10px;
	}
	#sec_03 .area_category_l {
		width: 100%;
	}
	#sec_03 .area_category_l p {
		padding: 10px 20px;
		font-size: 14px;
	}
	#sec_03 .area_category_r {
		width: 60%;
		margin: 20px auto;
	}
	#sec_03 .area_category_r a {
		padding: 10px;
		font-size: 14px;
	}
}

