@charset "UTF-8";

/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
	
	
	
	
	#fv {
	  width: 100%;
	  margin: 0;
	}
	.splide__slide img {
	  height: auto;
	  width: 100%;
	}
	.splide__pagination {
	  bottom: -2.4em;
	}
	.splide__pagination__page.is-active {
	  background: #bca488;
	  transform: scale(1.25);
	}
	.splide__pagination__page {
	  background: #ddd1c3;
	  height: 10px;
	  width: 10px;
	  margin: 10px;
	}
	/*
	#greeting {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	.greeting_wrapper {
		    margin: 50px auto 0;
	}
	
	
	.greeting_subheading {
		
	}
	
	.greeting_symbol {
		
	}
	

	
*/
	#greeting {
	  width: 80%;
	  margin: 50px auto 0;
	}
	.greeting_wrapper {
	  width: 100%;
	  margin: 25px auto 0;
	}
	.greeting_subheading {
	  font-size: 1.0rem;
	  letter-spacing: 0.1em;
	  line-height: 1.6em;
	  font-weight: normal;
	  /*    margin-top: 50px;*/
	}
	.greeting_symbol {
	  margin-top: 25px;
	}
	.greeting_symbol img {
	  width: 30%;
	}
	.greeting_txt {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  text-align: left;
	  margin: 25px 5% 0;
	}
	.greeting_logo {
	  margin-top: 25px;
	  text-align: end;
	}
	.greeting_logo img {
	  width: 75%;
	}
	.greeting_signature {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  margin-top: 12.5px;
	  text-align: end;
	}
	#company {
	  width: 80%;
	  margin: 75px auto 0;
	}
	.company_wrapper {
	  width: 100%;
	  margin: 0 auto;
	}
	.company_inner {
	  width: 100%;
	  text-align: center;
	  border-collapse: separate;
	  border-spacing: 20px 50px;
	  /* border-top: solid 1px #778ca3;*/
	}
	.company_inner tr {
	  /*		padding: 50px;*/
	}
	.company_inner th {
	  text-align: start;
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	  font-weight: normal;
	  /* border-bottom: solid 1px #bca488; */
	  padding: 0 0 12.5px;
	  width: 100%;
	  display: block;
	}
	.company_inner td {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  border-bottom: solid 1px #bca488;
	  text-align: left;
	  padding: 0 0 12.5px 0;
	  display: block;
	  width: 100%;
	}
	#policy {
	  width: 80%;
	  margin: 75px auto 0;
	}
	.policy_wrapper {
	  width: calc(100% - 20px);
	  background: #fff7f3;
	  margin-top: 25px;
	  padding: 10px;
	}
	.policy_inner {
	  width: calc(100% - 4px);
	  background: #fff7f3;
	  border: 2px solid #fff;
	  margin: 0 auto;
	}
	.policy_bg {
	  background-image: url(../images/about/policy_bg.png);
	  background-repeat: no-repeat;
	  background-position: bottom;
	  background-size: contain;
	}
	.policy_txt_wrapper {
	  width: 84%;
	  margin: 25px auto;
	  list-style: none;
	}
	.policy_txt {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  text-align: left;
	  margin-top: 25px;
	  padding-left: 1em;
	  text-indent: -1em;
	}
	.policy_txt:first-of-type {
	  margin-top: 0;
	}
	.policy_txt span {
	  width: 5.5%;
	  display: inline-block;
	  /*    margin-right: 2%;*/
	  vertical-align: baseline;
	}
	.policy_txt span img {
	  width: 100%;
	}
	#info {
	  width: 80%;
	  margin: 75px auto 0;
	}
	.info_wrapper {
	  margin: 25px auto 0;
	}
	.info_inner {
	  display: flex;
	  align-items: start;
	  justify-content: center;
	  flex-direction: column;
	  margin-bottom: 50px;
	}
	.info_inner:last-of-type {
	  margin-bottom: 0;
	}
	.info_name_wrapper {
	  width: 100%;
	}
	/*
	
	.info_name {
	font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	}
*/
	.info_name {
	  font-size: 1.0rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  position: relative;
	  text-align: start;
	  font-weight: normal;
	}
	.info_name:before {
	  content: '';
	  display: inline-block;
	  width: 12px;
	  height: 12px;
	  background-image: url(../images/icon_square01.png);
	  background-size: contain;
	  /*    vertical-align: middle;*/
	  background-repeat: no-repeat;
	  /*
    position: absolute;
    top: 26px;
    left: -40px;
*/
	  margin-right: 1%;
	}
	.info_detail_wrapper {
	  width: 100%;
	}
	.info_txt_wrapper {
	  list-style: none;
	  margin-bottom: 25px;
	}
	.info_txt_wrapper:first-of-type {
	  margin-top: 25px;
	}
	.info_txt {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  text-align: left;
	  margin-top: 25px;
	}
	.info_txt a {
	  color: #3b3838;
	}
	.info_txt:first-of-type {
	  margin-top: 0;
	}
	.info_bnr {
	  margin: 25px auto 0;
	  width: 90%;
	  /*	  text-align: center;*/
	}
	.info_bnr a img {
	  display: block;
	}
	.info_bnr a img {
	  width: 100%;
	}
	/*
	
	.shop_name {
			font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	
}	
*/
	/*
	.info_map {
		
	}
	
		.info_map iframe {
		width: 100%;
	}
	
	
	
*/
	.info_map {
	  position: relative;
	  /* width: calc(100% + 8%); */
	  height: 0;
	  padding-bottom: 56.25%;
	  overflow: hidden;
	  /* padding-top: 75%; */
	  /* margin: 0 -4% 40px; */
	  /*		  background: #bca488;*/
	}
	.info_map iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  filter: grayscale(1);
	  opacity: 0.9;
	  transition: all 0.3s;
	}
	.contact_map iframe:hover {
	  filter: none;
	  opacity: 1;
	}
	#blog {
	  width: 80%;
	  margin: 75px auto 0;
	}
	.blog_wrapper {
	  width: 100%;
	  margin: 25px 0 0;
	}
	.blog_inner {
	  display: flex;
	  /*		flex-wrap: wrap;*/
	  flex-direction: column;
	  list-style: none;
	}
	.blog_item {
	  /*		flex: 1;*/
	  /*		width: calc(calc(100% - 8%) / 3);*/
	  width: 100%;
	  margin: 50px 0 0;
	}
	/*
	.blog_item:nth-of-type(3n) {
	  margin-right: 0;
	}
*/
	.blog_img {
	  width: 100%;
	}
	.blog_img img {
	  width: 100%;
				height: auto;
	}
	/*
	
	.blog_category {
		    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
		  color: #3b3838;

	}
	
*/
	.blog_title {
	  width: 100%;
	  font-size: 1.0rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	  text-align: left;
	  margin-top: 20px;
	  /*
				  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	}
	.blog_txt {
	  margin-top: 20px;
	}
	.blog_txt p {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #3b3838;
	  text-align: left;
	  /*
		  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	
*/
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	}
	.blog_date_category_wrapper {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin-top: 20px;
	}
	.blog_date {
	  width: 100%;
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #3b3838;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  /*			padding: 10px 0;*/
	}
	.blog_category {
	  background: #fdf7f3;
	  border-radius: 20px;
	  /* display: flex; */
	  padding: 10px 5%;
	  color: #bca488;
	}
	.blog_category a {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	}
	.blog_btn_more {
	  width: 40%;
	  margin: 50px auto 0;
	  border-radius: 20px;
	  background: #bca488;
	}
	.blog_btn_more p a {
	  font-family: 'OmegaSansRegular', sans-serif;
	  font-size: 1.0rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #fff;
	  padding: 10px 0;
	  display: block;
	}
	/*
		width: 30%;
    margin: 25px auto;
    border-radius: 20px;
    background: #bca488;
    font-family: 'OmegaSansRegular', sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
     line-height: 1.0em; 
    color: #fff;
    padding: 5px 0;
    display: block;
    -webkit-appearance: none;
    border: none;
*/
	.service_txt {
	  font-size: 1.0vw;
	  letter-spacing: 0.1em;
	  line-height: 1.8em;
	  text-align: left;
	  margin-top: 50px;
	}
	#instagram {
	  width: 80%;
	  margin: 100px auto 0;
	}
	#brand {
	  width: 80%;
	  margin: 100px auto 0;
	}
	.brand_wrapper {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 80%;
	  margin: 50px auto 0;
	}
	.brand_img_wrapper {
	  margin-right: 5%;
	  width: 20%;
	}
	.brand_img_wrapper img {
	  width: 100%;
	}
	.brand_txt_wrapper {
	  width: 75%;
	}
	.brand_name {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	  font-weight: normal;
	  text-align: left;
	}
	.brand_txt {
	  font-size: 1.2vw;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  text-align: left;
	  margin-top: 25px;
	}
	.brand_list_wrapper {
	  width: 80%;
	  margin: 50px auto 0;
	}
	.brand_list {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.8em;
	  text-align: left;
	  word-break: break-all;
	}
	#online {
	  width: 80%;
	  margin: 100px auto 0;
	}
	.online_wrapper {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 80%;
	  margin: 50px auto 0;
	}
	.online_img_wrapper {
	  margin-right: 10%;
	  width: 30%;
	}
	.online_img_wrapper img {
	  width: 100%;
	}
	.online_txt_wrapper {
	  width: 60%;
	}
	.online_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.8em;
	  text-align: left;
	}
	.online_link_wrapper {
	  width: 70%;
	  margin: 50px auto 0;
	}
	.online_link_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	}
	.online_link_img {
	  margin-top: 20px;
	}
	.online_link_img img {
	  width: 100%;
	}
	#after {
	  width: 80%;
	  margin: 100px auto 0;
	}
	.after_wrapper {
	  width: 100%;
	  background: #fff7f3;
	  margin-top: 50px;
	  padding: 20px;
	}
	.after_inner {
	  width: calc(100% - 8px);
	  background: #fff7f3;
	  border: 4px solid #fff;
	  margin: 0 auto;
	}
	.after_img {
	  width: 10%;
	  margin: 50px auto 0;
	}
	.after_img img {
	  width: 100%;
	}
	.after_txt_wrapper {
	  width: 70%;
	  margin: 75px auto 50px;
	}
	.after_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.6em;
	  text-align: left;
	  margin-top: 40px;
	}
	.after_txt:first-of-type {
	  margin-top: 0;
	}
	#renovation {
	  width: 80%;
	  margin: 100px auto 0;
	}
	.renovation_wrapper {
	  width: 100%;
	}
	.renovation_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	}
	.renovation_link_wrapper {
	  width: 50%;
	  margin: 75px auto 0;
	}
	.renovation_link_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	}
	.renovation_link_img {
	  margin-top: 20px;
	}
	.renovation_link_img img {
	  width: 100%;
	}	
	
	
	
	
	
	
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
	
	
	#fv {
	  width: 100%;
	  margin: 0;
	}
	.splide__slide img {
	  height: auto;
	  width: 100%;
	}
	.splide__pagination {
	  bottom: -2.4em;
	}
	.splide__pagination__page.is-active {
	  background: #bca488;
	  transform: scale(1.25);
	}
	.splide__pagination__page {
	  background: #ddd1c3;
	  height: 10px;
	  width: 10px;
	  margin: 10px;
	}
	/*
	#greeting {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	.greeting_wrapper {
		    margin: 50px auto 0;
	}
	
	
	.greeting_subheading {
		
	}
	
	.greeting_symbol {
		
	}
	

	
*/
	#greeting {
	  width: 80%;
	  margin: 50px auto 0;
	}
	.greeting_wrapper {
	  width: 100%;
	  margin: 25px auto 0;
	}
	.greeting_subheading {
	  font-size: 1.0rem;
	  letter-spacing: 0.1em;
	  line-height: 1.6em;
	  font-weight: normal;
	  /*    margin-top: 50px;*/
	}
	.greeting_symbol {
	  margin-top: 25px;
	}
	.greeting_symbol img {
	  width: 30%;
	}
	.greeting_txt {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  text-align: left;
	  margin: 25px 5% 0;
	}
	.greeting_logo {
	  margin-top: 25px;
	  text-align: end;
	}
	.greeting_logo img {
	  width: 75%;
	}
	.greeting_signature {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  margin-top: 12.5px;
	  text-align: end;
	}
	#company {
	  width: 80%;
	  margin: 75px auto 0;
	}
	.company_wrapper {
	  width: 100%;
	  margin: 0 auto;
	}
	.company_inner {
	  width: 100%;
	  text-align: center;
	  border-collapse: separate;
	  border-spacing: 20px 50px;
	  /* border-top: solid 1px #778ca3;*/
	}
	.company_inner tr {
	  /*		padding: 50px;*/
	}
	.company_inner th {
	  text-align: start;
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	  font-weight: normal;
	  /* border-bottom: solid 1px #bca488; */
	  padding: 0 0 12.5px;
	  width: 100%;
	  display: block;
	}
	.company_inner td {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  border-bottom: solid 1px #bca488;
	  text-align: left;
	  padding: 0 0 12.5px 0;
	  display: block;
	  width: 100%;
	}
	#policy {
	  width: 80%;
	  margin: 75px auto 0;
	}
	.policy_wrapper {
	  width: calc(100% - 20px);
	  background: #fff7f3;
	  margin-top: 25px;
	  padding: 10px;
	}
	.policy_inner {
	  width: calc(100% - 4px);
	  background: #fff7f3;
	  border: 2px solid #fff;
	  margin: 0 auto;
	}
	.policy_bg {
	  background-image: url(../images/about/policy_bg.png);
	  background-repeat: no-repeat;
	  background-position: bottom;
	  background-size: contain;
	}
	.policy_txt_wrapper {
	  width: 84%;
	  margin: 25px auto;
	  list-style: none;
	}
	.policy_txt {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  text-align: left;
	  margin-top: 25px;
	  padding-left: 1em;
	  text-indent: -1em;
	}
	.policy_txt:first-of-type {
	  margin-top: 0;
	}
	.policy_txt span {
	  width: 5.5%;
	  display: inline-block;
	  /*    margin-right: 2%;*/
	  vertical-align: baseline;
	}
	.policy_txt span img {
	  width: 100%;
	}
	#info {
	  width: 80%;
	  margin: 75px auto 0;
	}
	.info_wrapper {
	  margin: 25px auto 0;
	}
	.info_inner {
	  display: flex;
	  align-items: start;
	  justify-content: center;
	  flex-direction: column;
	  margin-bottom: 50px;
	}
	.info_inner:last-of-type {
	  margin-bottom: 0;
	}
	.info_name_wrapper {
	  width: 100%;
	}
	/*
	
	.info_name {
	font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	}
*/
	.info_name {
	  font-size: 1.0rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  position: relative;
	  text-align: start;
	  font-weight: normal;
	}
	.info_name:before {
	  content: '';
	  display: inline-block;
	  width: 12px;
	  height: 12px;
	  background-image: url(../images/icon_square01.png);
	  background-size: contain;
	  /*    vertical-align: middle;*/
	  background-repeat: no-repeat;
	  /*
    position: absolute;
    top: 26px;
    left: -40px;
*/
	  margin-right: 1%;
	}
	.info_detail_wrapper {
	  width: 100%;
	}
	.info_txt_wrapper {
	  list-style: none;
	  margin-bottom: 25px;
	}
	.info_txt_wrapper:first-of-type {
	  margin-top: 25px;
	}
	.info_txt {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  text-align: left;
	  margin-top: 25px;
	}
	.info_txt a {
	  color: #3b3838;
	}
	.info_txt:first-of-type {
	  margin-top: 0;
	}
	.info_bnr {
	  margin: 25px auto 0;
	  width: 90%;
	  /*	  text-align: center;*/
	}
	.info_bnr a img {
	  display: block;
	}
	.info_bnr a img {
	  width: 100%;
	}
	/*
	
	.shop_name {
			font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	
}	
*/
	/*
	.info_map {
		
	}
	
		.info_map iframe {
		width: 100%;
	}
	
	
	
*/
	.info_map {
	  position: relative;
	  /* width: calc(100% + 8%); */
	  height: 0;
	  padding-bottom: 56.25%;
	  overflow: hidden;
	  /* padding-top: 75%; */
	  /* margin: 0 -4% 40px; */
	  /*		  background: #bca488;*/
	}
	.info_map iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  filter: grayscale(1);
	  opacity: 0.9;
	  transition: all 0.3s;
	}
	.contact_map iframe:hover {
	  filter: none;
	  opacity: 1;
	}
	#blog {
	  width: 80%;
	  margin: 75px auto 0;
	}
	.blog_wrapper {
	  width: 100%;
	  margin: 25px 0 0;
	}
	.blog_inner {
	  display: flex;
	  /*		flex-wrap: wrap;*/
	  flex-direction: column;
	  list-style: none;
	}
	.blog_item {
	  /*		flex: 1;*/
	  /*		width: calc(calc(100% - 8%) / 3);*/
	  width: 100%;
	  margin: 50px 0 0;
	}
	/*
	.blog_item:nth-of-type(3n) {
	  margin-right: 0;
	}
*/
	.blog_img {
	  width: 100%;
	}
	.blog_img img {
	  width: 100%;
				height: auto;
	}
	/*
	
	.blog_category {
		    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
		  color: #3b3838;

	}
	
*/
	.blog_title {
	  width: 100%;
	  font-size: 1.0rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	  text-align: left;
	  margin-top: 20px;
	  /*
				  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
*/
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 2;
	}
	.blog_txt {
	  margin-top: 20px;
	}
	.blog_txt p {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #3b3838;
	  text-align: left;
	  /*
		  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
	
*/
	  overflow: hidden;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	}
	.blog_date_category_wrapper {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin-top: 20px;
	}
	.blog_date {
	  width: 100%;
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #3b3838;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  /*			padding: 10px 0;*/
	}
	.blog_category {
	  background: #fdf7f3;
	  border-radius: 20px;
	  /* display: flex; */
	  padding: 10px 5%;
	  color: #bca488;
	}
	.blog_category a {
	  font-size: 0.8rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	}
	.blog_btn_more {
	  width: 40%;
	  margin: 50px auto 0;
	  border-radius: 20px;
	  background: #bca488;
	}
	.blog_btn_more p a {
	  font-family: 'OmegaSansRegular', sans-serif;
	  font-size: 1.0rem;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #fff;
	  padding: 10px 0;
	  display: block;
	}
	/*
		width: 30%;
    margin: 25px auto;
    border-radius: 20px;
    background: #bca488;
    font-family: 'OmegaSansRegular', sans-serif;
    font-size: 1.0rem;
    letter-spacing: 0.1em;
     line-height: 1.0em; 
    color: #fff;
    padding: 5px 0;
    display: block;
    -webkit-appearance: none;
    border: none;
*/
	.service_txt {
	  font-size: 1.0vw;
	  letter-spacing: 0.1em;
	  line-height: 1.8em;
	  text-align: left;
	  margin-top: 50px;
	}
	#instagram {
	  width: 80%;
	  margin: 100px auto 0;
	}
	#brand {
	  width: 80%;
	  margin: 100px auto 0;
	}
	.brand_wrapper {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 80%;
	  margin: 50px auto 0;
	}
	.brand_img_wrapper {
	  margin-right: 5%;
	  width: 20%;
	}
	.brand_img_wrapper img {
	  width: 100%;
	}
	.brand_txt_wrapper {
	  width: 75%;
	}
	.brand_name {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	  font-weight: normal;
	  text-align: left;
	}
	.brand_txt {
	  font-size: 1.2vw;
	  letter-spacing: 0.1em;
	  line-height: 1.4em;
	  text-align: left;
	  margin-top: 25px;
	}
	.brand_list_wrapper {
	  width: 80%;
	  margin: 50px auto 0;
	}
	.brand_list {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.8em;
	  text-align: left;
	  word-break: break-all;
	}
	#online {
	  width: 80%;
	  margin: 100px auto 0;
	}
	.online_wrapper {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	  width: 80%;
	  margin: 50px auto 0;
	}
	.online_img_wrapper {
	  margin-right: 10%;
	  width: 30%;
	}
	.online_img_wrapper img {
	  width: 100%;
	}
	.online_txt_wrapper {
	  width: 60%;
	}
	.online_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.8em;
	  text-align: left;
	}
	.online_link_wrapper {
	  width: 70%;
	  margin: 50px auto 0;
	}
	.online_link_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	}
	.online_link_img {
	  margin-top: 20px;
	}
	.online_link_img img {
	  width: 100%;
	}
	#after {
	  width: 80%;
	  margin: 100px auto 0;
	}
	.after_wrapper {
	  width: 100%;
	  background: #fff7f3;
	  margin-top: 50px;
	  padding: 20px;
	}
	.after_inner {
	  width: calc(100% - 8px);
	  background: #fff7f3;
	  border: 4px solid #fff;
	  margin: 0 auto;
	}
	.after_img {
	  width: 10%;
	  margin: 50px auto 0;
	}
	.after_img img {
	  width: 100%;
	}
	.after_txt_wrapper {
	  width: 70%;
	  margin: 75px auto 50px;
	}
	.after_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.6em;
	  text-align: left;
	  margin-top: 40px;
	}
	.after_txt:first-of-type {
	  margin-top: 0;
	}
	#renovation {
	  width: 80%;
	  margin: 100px auto 0;
	}
	.renovation_wrapper {
	  width: 100%;
	}
	.renovation_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	}
	.renovation_link_wrapper {
	  width: 50%;
	  margin: 75px auto 0;
	}
	.renovation_link_txt {
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	}
	.renovation_link_img {
	  margin-top: 20px;
	}
	.renovation_link_img img {
	  width: 100%;
	}	
	
	
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  
	
	
	
  #fv {
    width: 100%;
    margin: 0;
  }
	
	  .splide__slide img {
    height: auto;
    width: 100%;
  }
	
	.splide__pagination {
    bottom: -2.4em;
}
	
.splide__pagination__page.is-active {
    background: #bca488;
    transform: scale(1.75);
}
.splide__pagination__page {
    background: #ddd1c3;
    height: 10px;
    width: 10px;
	margin: 10px;
}	
	
	
	
	
/*
	#greeting {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	.greeting_wrapper {
		    margin: 50px auto 0;
	}
	
	
	.greeting_subheading {
		
	}
	
	.greeting_symbol {
		
	}
	

	
*/
	
	
	
		
#greeting {
    width: 80%;
    margin: 100px auto 0;
  }
	
  .greeting_wrapper {
    width: 50%;
    margin: 50px auto 0;
  }
  .greeting_subheading {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 2.0em;
    font-weight: normal;
    margin-top: 50px;
  }
	
.greeting_symbol {
	    margin-top: 50px;
  }	
.greeting_symbol img {
	width: 10%;
  }	
	
	.greeting_txt {
				font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
		text-align: left;
		margin-top: 50px;
	}
	
	.greeting_logo {
		margin-top: 50px;
		text-align: end;
	}
	
		.greeting_logo img {
			width: 50%;
	}
	
	.greeting_signature {
font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-top: 25px;
    text-align: end;
	}	
	
	
	
	
	
	
	
	
	
	
	
	#company {
		    width: 80%;
    margin: 100px auto 0;
	}

	.company_wrapper {
		width: 80%;
		margin: 0 auto;
	}	
	
	
	.company_inner {
		 width: 100%;
 text-align: center;
 border-collapse: separate;
 border-spacing: 25px 50px;
/* border-top: solid 1px #778ca3;*/
}

	
	.company_inner tr {
		
/*		padding: 50px;*/
	}
	
	
	
	
	
.company_inner th {
		  font-size: 1.2vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
			color: #bca488;
font-weight: normal;
 border-bottom: solid 1px #bca488;
	padding: 0 0 25px;
	width: 30%;
	}
	
	
	
.company_inner td {
		  font-size: 1.2vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
 border-bottom: solid 1px #bca488;
	text-align: left;
		padding: 0 0 25px 2%;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	#policy {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	.policy_wrapper {
		width: calc(100% - 40px);
		background: #fff7f3;
		margin-top: 50px;
		padding: 20px;
	}
	
	.policy_inner {
		width: calc(100% - 8px);
				background: #fff7f3;
		border: 4px solid #fff;
		margin: 0 auto;
		padding: 50px 0;
		
		

		
	}
	
	
	.policy_bg {
				    background-image: url(../images/about/policy_bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
		display: flex;
		justify-content: center;
	}
	
	
	.policy_txt_wrapper {
		list-style: none;
		margin: 100px auto;
		width: 50%;
	}
	
	.policy_txt {
font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    margin-bottom: 75px;
		
		
		display: flex;
		justify-content: start;
		align-items: center;
		
	}
	
		.policy_txt:last-of-type {
    margin-bottom: 0;
	}
	
		.policy_txt span {
			width: 5%;
    display: inline-block;
    margin-right: 5%;
			vertical-align: baseline;
	}
	
			.policy_txt span img {
				width: 100%;
	}
	
	
	
	
	
	
	
	#info {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	.info_wrapper {
		width: 80%;
		    margin: 50px auto 0;
	}
	
	.info_inner {
		display: flex;
    align-items: start;
    justify-content: center;
		margin-bottom: 100px;
	}
	
		.info_inner:last-of-type {
		margin-bottom: 0;
	}
	
		
	.info_name_wrapper {
		width: 50%;
	}
/*
	
	.info_name {
	font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	}
*/
	
	
	.info_name {
    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    position: relative;
    text-align: center;
    font-weight: normal;
	}
	
		.info_name:before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/icon_square01.png);
    background-size: contain;
/*    vertical-align: middle;*/
    background-repeat: no-repeat;
/*
    position: absolute;
    top: 26px;
    left: -40px;
*/
	  margin-right: 1%;
	}
	
	
	
	
	
	
	.info_detail_wrapper {
		width: 50%;
	}

	
	
	.info_txt_wrapper {
		list-style: none;
		margin-bottom: 25px;
	}
	
	.info_txt {
				font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
		text-align: left;
		margin-top: 25px;
	}
	
		.info_txt a {
					color: #3b3838;

	}
	
		.info_txt:first-of-type {
		margin-top: 0;
	}
	

	
	.info_bnr {
		margin-top: 25px;
    text-align: start;
	}

			.info_bnr a img {
display: block;	}
	
		.info_bnr a img {
		width: 50%;
	}
	
	
/*
	
	.shop_name {
			font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	
}	
*/
	.info_map {
		
	}
	
		.info_map iframe {
		width: 100%;
	}
	
	
	
	
	
		#blog {
		    width: 80%;
    margin: 100px auto 0;
	}
	.blog_wrapper {
	  width: 100%;
	  margin: 50px 0 0;
	}
	.blog_inner {
	  display: flex;
	  list-style: none;
	}
	.blog_item {
	  flex: 1;
	  margin-right: 4%;
	}
	.blog_item:nth-of-type(3n) {
	  margin-right: 0;
	}
	.blog_img {
	  width: 100%;
	}
	.blog_img img {
	  width: 100%;
		height: auto;
	}
	/*
	
	.blog_category {
		    font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
		  color: #3b3838;

	}
	
*/
	.blog_title {
	  width: 100%;
	  font-size: 1.4vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	  text-align: left;
	  margin-top: 25px;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.blog_txt {
	  margin-top: 25px;
	}
	.blog_txt p {
	  font-size: 1.0vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #3b3838;
	  text-align: left;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
	}
	.blog_date_category_wrapper {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	  margin-top: 25px;
	}
	.blog_date {
	  width: 100%;
	  font-size: 1.0vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #3b3838;
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	.blog_category {
	  background: #fdf7f3;
	  border-radius: 40px;
	  /* display: flex; */
	  padding: 1vw 4%;

	  font-size: 1.2vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #bca488;
	}
	.blog_btn_more {
	  width: 12%;
	  margin: 50px auto 0;
	  border-radius: 40px;
	  background: #bca488;
			  transition: all 0.3s;

	}
	
		.blog_btn_more:hover {
    opacity: 0.7;
	}
	
	
	
	.blog_btn_more p a {
	  font-family: 'OmegaSansRegular', sans-serif;
	  font-size: 1.2vw;
	  letter-spacing: 0.1em;
	  line-height: 1.0em;
	  color: #fff;
	  padding: 1vw 0;
	  display: block;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
  .service_txt {
    font-size: 1.0vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
    margin-top: 50px;
  }
	
	
	#instagram {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	
	
	
		#brand {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	.brand_wrapper {
		display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: 50px auto 0;
	}
	
	.brand_img_wrapper {
		margin-right: 5%;
    width: 20%;
	}
	
		.brand_img_wrapper img {
    width: 100%;
	}
	
	.brand_txt_wrapper {
	width: 75%;	
	}
	
	.brand_name {
font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
    color: #bca488;
    font-weight: normal;
    text-align: left;
	}
	
	.brand_txt {
font-size: 1.2vw;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: left;
    margin-top: 25px;
	}
	
		.brand_list_wrapper {
    width: 80%;
    margin: 50px auto 0;
	}
	
	.brand_list {
font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
    text-align: left;
		word-break: break-all;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
		#online {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	
	
	
	.online_wrapper {
		display: flex;
    align-items: center;
    justify-content: center;
		width: 80%;
    margin: 50px auto 0;
	}
	
	.online_img_wrapper {
			margin-right: 10%;
    width: 30%;
	}
	
		.online_img_wrapper img {
		width: 100%;
	}
	
	.online_txt_wrapper {
	width: 60%;	
	}
	
	.online_txt {
				font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.8em;
		text-align: left;
	}
	
	
		.online_link_wrapper {
		width: 70%;
    margin: 50px auto 0;
	}
	
	
	.online_link_txt {
		font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	}
	
	.online_link_img {
		margin-top: 20px;
		
	}
	
		.online_link_img img {
		width: 100%;
	}
	
	
	
	
	
	
	
			#after {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	
	
	.after_wrapper {
		width: 100%;
		background: #fff7f3;
		margin-top: 50px;
		padding: 20px;
	}
	
	.after_inner {
		width: calc(100% - 8px);
				background: #fff7f3;
		border: 4px solid #fff;
		margin: 0 auto;
	}
	
			.after_img {
			width: 10%;
				margin: 50px auto 0;
	}
	
		.after_img img {
			width: 100%;
	}
	

		.after_txt_wrapper {
width: 70%;
    margin: 75px auto 50px;
	}
	
	.after_txt {
				font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.6em;
		text-align: left;
		margin-top: 40px;
	}
		.after_txt:first-of-type {
		margin-top: 0;
	}
	
	
	
	
	
	
	
	
	
			#renovation {
		    width: 80%;
    margin: 100px auto 0;
	}
	
	
	.renovation_wrapper {
		width: 100%;
	}
	
	.renovation_txt {
						font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	}
	
	.renovation_link_wrapper {
		width: 50%;
    margin: 75px auto 0;
	}
	
	.renovation_link_txt {
				font-size: 1.4vw;
    letter-spacing: 0.1em;
    line-height: 1.0em;
	}
	
	.renovation_link_img {
		margin-top: 20px;
	}
	
		.renovation_link_img img {
			width: 100%;
	}
	
	
	
	
	
	
	
}