<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*   
Theme Name: DESIGN OFFICE KANTO
Description: DESIGN OFFICE KANTO
Version: 2024.06
Author: YH
*/

/*** clearfix ***/
.clearfix:after {
 content: ".";
 display: block;
 clear: both;
 height: 0;
 visibility: hidden;
}

/* style
-------------------------------------------------------------- */

#region_footer {
	position: relative;
	margin-top: 0;
	z-index: 1000000;
	background: #fff;
}

/* ===========================================================================================

	Common

=========================================================================================== */

#contents {
	font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
	min-width: 980px;
	overflow: hidden;
	background: #000;
	color: #fff;
	-webkit-text-size-adjust: none;
	height: auto !important;
	letter-spacing: 0.05em;
}
#contents p {
	color: inherit;
	font-size: 14px;
	line-height: 1.5em;
}
#contents a,
#contents a img {
	outline: none !important;
	text-decoration: none;
	color: #fff;
	transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	-moz-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	-ms-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
	-o-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}
#contents a:hover {
	opacity: 0.75;
}

#contents img { max-width: 100%; height: auto; }
#contents .non_pc { display: none !important; }


#contents .main {
	z-index: 100;
	margin: 0 auto;
	/* padding: 0 0 90px 0; */
	position: relative;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}


#contents .contact {
  background: #c4a27d;
  position: relative;
  z-index: 100;
	font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; 

}

#contents  .contact&gt;.inner {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#contents  .contact h2 {
  font-size: 25px;
}

#contents  .contact a {
  display: block;
  font-size: 15px;
  position: relative;
  color: #000 !important;
  width: 50%;
  box-sizing: border-box;
  padding: 90px 0 0 90px;
  height: 250px;
}
#contents .contact a + a {
	border-left: 2px solid #000;
}

#contents .contact a p {
  display: block;
  font-size: 15px !important;
  margin-top: 15px;
}

#contents .contact a::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 90px;
  top: 50%;
  transform: translate(0, -50%) scale(0.9, 1) rotate(45deg);
  transition: all ease 0.3s;
}

#contents .contact a:hover::before {
  right: 80px;
}

/* Header *******************************/
#contents .content_header {
	height: 12px;
	padding: 19px 0;
	width: 920px;
	margin: 0 auto;
	font-size: 10px;
	font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; 
	background: #000;
}
#contents .content_header a,
#contents .content_header span {
	display: inline-block;
	color: #c4a27d;
	line-height: 12px;
}
#contents .content_header a {
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #c4a27d;
}
#contents .content_header a:hover {
	opacity: 1;
	color: #80705d;
}


.gmenu {
	font-family: 'Montserrat', "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  position: absolute;
  top: 50px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
  padding: 16px 16px 16px 70px;
  opacity: 0;
}
.pc_view .gmenu {
  top: 50px !important;
  transition: background ease 0.3s, padding ease 0.3s, opacity 2s ease;
}
.pc_view .gmenu.fixed {
  position: fixed;
  top: 0 !important;
  background: rgba(0, 0, 0, 0.5);
  padding: 9px 16px 9px 70px;
}
.gmenu.active {
  opacity: 1;
}

.gmenu .bt_menu {
  display: none;
}

.pc_view .gmenu .bt_instagram {
  position: absolute;
  display: block;
  width: 30px;
  right: 444px;
  top: 26px;
  transition: top ease 0.3s;
}
.pc_view .gmenu.fixed .bt_instagram {
  top: 17px;  
}
.pc_view .case .gmenu .bt_instagram {right: 450px;}


.gmenu .bt_instagram img {}

.gmenu nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pc_view .gmenu nav {
  display: flex !important;
  opacity: 1 !important;
}

.gmenu nav ul.link {
  display: flex;
}

.gmenu nav ul.link li {}

.gmenu nav ul.link li a {
  color: #fff;
  font-size: 15px;
  padding: 15px 18px;
  display: block;
}

.gmenu nav ul.link2 {
  display: flex;
  margin-left: auto;
}

.gmenu nav ul.link2 li+li {
  margin-left: 5px;
}

.gmenu nav ul.link2 li .bt_entry {
  background: #444444;
  border-color: #a6a6a6;
  color: #fff;
  width: 258px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #c4a27d !important;
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 50%,rgba(0,0,0,1) 100%);
  background: #000;
}
.gmenu nav ul.link2 li.double {
  
}
.gmenu nav ul.link2 li.double a {
  width: 120px;
  font-size: 12px;
  height: 22px;
  padding: 0;
  /* background: #fff; */
  /* border-color: #fff; */
}
.gmenu nav ul.link2 li.double a + a {
  margin-top: 4px;
}
.page_content .main .bt_entry::after,
.page_content .bgbox section.entry .bt_more span::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 150px;
  background: #fff;
  transform: rotate(45deg);
  animation: kirari 3s ease infinite;
  opacity: 0.5;
  top: -40px;
}
.page_content .main .bt_entry:hover {
  opacity: 1;
  background: #5c5c5c;
}

@keyframes kirari {
  0% {left: -30%; }
  30% {left: 130%}
  100% {left: 130%}
}


.gmenu nav ul.link2 li .bt_entry::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/icon_key.png) no-repeat center center;
  background-size: cover;
  display: block;
  margin: -2px 5px 0 0;
}

.gmenu nav ul.link2 li a {
  display: block;
  background: #c4a27d;
  width: 200px;
  line-height: 1.3em;
  /* border: 1px solid #fff; */
  text-align: center;
  font-size: 14px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000 !important;
}

.gmenu nav ul.link2 li a.bt_contact {
  /* width: 120px; */
}

@media screen and (max-width: 1060px) {
	.gmenu nav ul.link2 li a {
		width: 120px;
	}
	.pc_view .gmenu .bt_instagram {
	right: 553px;
	}
}

#contents .sitemenu {
	position: absolute;
	height: 0;
	width: 100%;
	z-index: 10000;
	/* top: 0; */
}
#contents .sitemenu .bt_menu {
	display: block;
	position: fixed;
	right: 10px;
	top: 126px;
	width: 80px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	outline: none;
	z-index: 1000;
}
#contents .sitemenu .bt_menu:hover {
	opacity: 1;
}
#contents .sitemenu .bt_menu span {
	display: block;
	position: absolute;
	top: 92px;
	left: 0;
	width: 69px;
}
#contents .sitemenu .bt_menu::before,
#contents .sitemenu .bt_menu::after,
#contents .sitemenu .bt_menu span::before {
	position: absolute;
	display: block;
	width: 30px;
	height: 2px;
	content: "";
	background: #c4a27d;
	left: 25px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
#contents .sitemenu .bt_menu::before { top: 30px; }
#contents .sitemenu .bt_menu::after { top: 39px; }
#contents .sitemenu .bt_menu span::before { top: -44px; }

#contents .sitemenu .bt_menu:hover::before { top: 28px; }
#contents .sitemenu .bt_menu:hover span::before { top: -42px; }

#contents .sitemenu.open .bt_menu::after {
	opacity: 0;
}
#contents .sitemenu.open .bt_menu::before {
	top: 30px;
	transform: translate(0, 10px) rotate(45deg);
}
#contents .sitemenu.open .bt_menu span::before {
	transform: translate(0, -10px) rotate(-45deg);
	top: -42px;
}
#contents .sitemenu.open .bt_menu:hover::before {
	width: 34px;
	left: 23px;
}
#contents .sitemenu.open .bt_menu:hover span::before {
	width: 34px;
	left: 23px;
}
#contents .sitemenu .menu {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
}
#contents .sitemenu .menu .bg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
}
#contents .sitemenu .menu .inner {
	position: absolute;
	right: -500px;
	top: 0;
	right: 0;
	width: 440px;
	height: 100%;
	padding: 0 50px;
	background: #000000;
	transition: right 0.6s ease;
	-webkit-transition: right 0.6s ease;
	-moz-transition: right 0.6s ease;
	-ms-transition: right 0.6s ease;
	-o-transition: right 0.6s ease;
}
#contents .sitemenu .menu .inner a {
	font-size: 26px;
	font-family: 'Cormorant Garamond', serif;
	font-weight: 600;
	display: inline-block;
	letter-spacing: 0.1em;
}
#contents .sitemenu .menu .inner li {
	margin-top: 45px;
}
#contents .sitemenu .menu .inner li:first-child {
	margin-top: 100px;
}
#contents .sitemenu .menu .inner a:hover {
	color: #c4a27d;
}
#contents .sitemenu .menu .inner li .title {
	font-size: 16px;
	margin-bottom: 5px;
}

/* Footer *******************************/
#contents .footer_menu {
	height: 260px;
	padding-top: 7px;
	background: #000;
}
#contents .footer_menu &gt; a,
#contents .footer_menu &gt; div {
	float: left;
	display: block;
	width: 35%;
	height: 260px;
	line-height: 246px;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.2em;
	/* font-family: 'Cormorant Garamond', serif; */
	/* font-weight: 600; */
	background: url("../images/bg_footer_bt_dummy2.jpg") no-repeat center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	box-sizing: border-box;
	border: 7px solid #000;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#contents .footer_menu a.top {
	background-image: url("../images/bg_footer_bt_dummy1.jpg");
	width: 30%;
}
#contents .footer_menu a.top:hover {
	background-image: url("../images/bg_footer_bt_top.jpg");
}
#contents .footer_menu a.myonlystyle:hover {
	background-image: url("../images/bg_footer_bt_myonlystyle.jpg");
}
#contents .footer_menu a.request:hover {
	background-image: url("../images/bg_footer_bt_request.jpg");
}

#contents .footer_menu .modelhouse {
	padding-top: 30px;	
}
#contents .footer_menu .modelhouse .title {
	font-size: 22px;
}
#contents .footer_menu .modelhouse .bt_box {
	line-height: 1em;
	margin-top: 10px;
}
#contents .footer_menu .modelhouse .bt_box a {
    display: block;
    font-size: 16px;
    border: 1px solid #404040;
    width: 70%;
    margin: 15px auto;
	line-height: 30px;
	text-indent: 0.2em;
}
#contents .footer_menu .modelhouse .bt_box a:hover {
	background: #404040;
}
#contents .footer_menu .modelhouse .bt_box a:first-child {
	margin-top: 0;
}
#contents .footer_menu a:hover {
	opacity: 1;
}
#contents .content_footer {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
#contents .case_body .contact_designer,
#contents .content_footer .contact {
	display: block;
	padding: 20px 0;
}
#contents .case_body .contact_designer a,
#contents .content_footer .contact a {
    display: block;
    background: #c4a27d;
    padding: 25px 40px;
    width: 836px;
    margin: 0 auto;
}
#contents .case_body .contact_designer {
	margin-top: 60px;
}
#contents .case_body .contact_designer a span,
#contents .content_footer .contact a span {
	position: relative;
	display: block;
	font-size: 24px;
	color: #000;
	letter-spacing: 0.15em;
	text-align: center;
	transition: all 0.6s ease;
}
#contents .case_body .contact_designer a span::after,
#contents .content_footer .contact a span::after {
	position: relative;
	right: -15px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #000;
	border-width: 8px;
	margin-top: -8px;
	transform: scale(1,0.7);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#contents .case_body .contact_designer a:hover,
#contents .content_footer .contact a:hover {
    opacity: 1;
    background: #e4caae;
}
#contents .case_body .contact_designer:hover span,
#contents .content_footer .contact a:hover span {
    opacity: 1;
}

#contents .case_body .contact_designer:hover span::after, 
#contents .content_footer .contact a:hover span::after {
	right: -20px;
}

#contents .content_footer &gt; .inner {
	width: 920px;
	margin: 0 auto;
	padding: 100px 0 0 0;
}
#contents .content_footer h3 {
	position: relative;
	margin: 0 auto 30px auto;
	width: 137px;
	padding: 20px 0;
}
#contents .content_footer h3::after {
	display: block;
	position: absolute;
	left: 57px;
	bottom: 0;
	width: 20px;
	height: 1px;
	background: #fff;
	content: "";
}
#contents .content_footer .lead {
	text-align: center;
	font-size: 18px;
}
#contents .content_footer .box {
	padding: 60px 0;
	border-top: 1px solid rgba(196, 162, 125, 0.35);
}
#contents .content_footer .box.request {
	/* border-bottom: 1px solid rgba(196, 162, 125, 0.35); */
	margin-bottom: 70px;
}
#contents .content_footer .box img {
	float: left;
}	
#contents .content_footer .box.reservation {
	margin-top: 0px;
	border: none;
}
#contents .content_footer .box.reservation img {
	width: 123px;
	margin: 0px 0 0 70px;
}
#contents .content_footer .box.request img {
	width: 252px;
	margin: 8px 0 0 0px;
}
#contents .content_footer .box h4 {
	margin: 0 0 0 280px;
	font-size: 32px;
	letter-spacing: 0.2em;
	line-height: 1em;
	font-weight: normal;
}
#contents .content_footer .box .text {
	margin-left: 280px;
	font-size: 18px;
	margin-top: 20px;
}
#contents .content_footer .box a {
	position: relative;
	display: block;
	margin-left: 280px;
	border: 1px solid #fff;
	font-size: 18px;
	text-align: center;
	padding: 20px 0;
	margin-top: 25px;
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
}
#contents .content_footer .box a::after {
	position: relative;
	right: 15px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px;
	transform: scale(1,0.7);
	transition: all 0.6s ease;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;	
}
#contents .content_footer .box a:hover {
	opacity: 1;
	background: #fff;
	color: #000;
}
#contents .content_footer .box a:hover::after {
	right: 10px;
	border-left-color: #000;
}
#contents .content_footer .box.request a {
	margin-top: 25px;
}

#contents .content_footer .box.contact a {
	margin: 0;
	text-align: left;
	padding: 20px 30px;
}
#contents .bt_pagetop {
	display: block;
	position: relative;
	width: auto;
	height: 80px;
	padding: 60px 0;
	text-indent: -9999px;
	overflow: hidden;
}
#contents .bt_pagetop:after {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	left: 50%;
	top: 54%;
	content: "";
	border-top: 1px solid #c5a27d;
	border-right: 1px solid #c5a27d;
	transform: translate(-50%, -50%) rotate(-45deg);
}
#contents .bt_pagetop.show:hover {
	opacity: 1;
}

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {


footer {
	position: relative;
	margin-top: 0;
	z-index: 1000000;
	background: #fff;
}
/* style
-------------------------------------------------------------- */
#contents {
	min-width: 320px;
}
#contents p {
	color: inherit;
	font-size: 12px;
	line-height: 1.8em;
}
#contents a:hover {
	opacity: 1;
}
#contents .non_pc { display: block !important; }
#contents .non_sp { display: none !important; }
	
	
/* ===========================================================================================

	Common

=========================================================================================== */


#contents .main {
	z-index: 100;
	margin: 0 auto;
	padding: 0;
	position: relative;
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
}


/* Header *******************************/
#contents .content_header {
	height: auto;
	padding: 10px;
	width: auto;
	margin: 0;
	font-size: 9px;
	font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
	background: #000;
	z-index: 10;
}
#contents .content_header a,
#contents .content_header span {
	display: inline-block;
	color: #c4a27d;
	line-height: 12px;
}
#contents .content_header a {
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #c4a27d;
}
#contents .content_header a:hover {
	opacity: 1;
	color: #80705d;
}


.gmenu {top: 82px;width: 100%;box-sizing: border-box;padding: 0;position: fixed;transition: opacity ease 2s;z-index: 10001;}
.gmenu .bt_menu {
position: absolute;
right: 22px;
top: 12px;
z-index: 100;
text-indent: -9999px;
overflow: hidden;
display: block;
margin: 0 0 0 auto;
padding: 10px 0;
}
.gmenu .bt_menu span {
width: 36px;
height: 22px;
display: block;
text-indent: -9999px;
overflow: hidden;
position: relative;
}
.gmenu .bt_menu::before,
.gmenu .bt_menu::after,
.gmenu .bt_menu span::before {
content: "";
display: block;
position: absolute;
left: 50%;
top: 10px;
width: 36px;
background: #c4a27d;
height: 1px;
margin-left: -18px;
transition: all ease 0.3s;
}
.gmenu .bt_menu::before {
top: 10px;
}
.gmenu .bt_menu::after {
top: 30px;
}
.gmenu.open .bt_menu::before {
top: 20px;
transform: rotate(-150deg);
}
.gmenu.open .bt_menu::after {
top: 20px;
transform: rotate(150deg);
}
.gmenu.open .bt_menu span::before {
opacity: 0;
}
.gmenu.open .bt_menu::before,
.gmenu.open .bt_menu::after,
.gmenu.open .bt_menu span::before {
background: #c4a27d;
}

.gmenu .bt_instagram {
position: absolute;
display: block;
width: 28px;
right: 86px;
top: 19px;
}

.gmenu .bt_instagram img {}

.gmenu nav {display: block;background: #000;width: 276px;margin-left: auto;height: 1000px;box-sizing: border-box;padding-top: 90px;display: none;position: relative;margin-right: 0;}
.gmenu nav::before {
display: block;
content: "";
background: rgba(0, 0, 0, 0.7);
width: 1000px;
height: 100%;
position: absolute;
right: 100%;
top: 0;
}

.gmenu nav ul.link {
display: block;
padding: 0 10px;
}

.gmenu nav ul.link li + li {
margin-top: 20px;
}

.gmenu nav ul.link li a {color: #c4a27d !important;font-size: 15px;padding: 15px 18px;display: block;}

.gmenu nav ul.link2 {
display: block;
width: 220px;
margin: 40px auto 0 auto;
}

.gmenu nav ul.link2 li+li {
margin: 3px 0 0 0;
}

.gmenu nav ul.link2 li .bt_entry {background: #444444;border-color: #c4a27d;background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(51,51,51,1) 50%,rgba(0,0,0,1) 100%);color: #c4a27d;width: auto;display: flex;justify-content: center;align-items: center;background: #000;}

.gmenu nav ul.link2 li .bt_entry::before {
content: "";
width: 16px;
height: 16px;
background: url(../images/icon_key.png) no-repeat center center;
background-size: cover;
display: block;
margin: -2px 5px 0 0;
}

.gmenu nav ul.link2 li a {
display: block;
background: #c4a27d;
width: auto;
/* line-height: 44px; */
border: 1px solid #c4a27d;
text-align: center;
font-size: 14px;
align-items: center;
display: flex;
}
.gmenu nav ul.link2 li a.bt_contact {
width: auto;
}
.gmenu nav ul.link2 li.double {
display: flex;
justify-content: space-between;
}
.gmenu nav ul.link2 li.double a {
width: 49.4%;
height: 48px;
}
.gmenu nav ul.link2 li.double a + a {
margin-top: 0;
}


#contents .bt_pagetop {
	display: block;
	position: relative;
	height: 80px;
	padding: 30px 0;
}
#contents .bt_pagetop:after {top: 56%;}
#contents .bt_pagetop.show:hover {
	opacity: 1;
}

#contents .contact {
  background: #c4a27d;
  position: relative;
  z-index: 100;
	font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif; 

}

#contents  .contact&gt;.inner {
  width: auto;
  margin: 0 auto;
  display: block;
  justify-content: space-between;
}
#contents  .contact h2 {
  font-size: 19px;
}

#contents  .contact a {
  display: block;
  font-size: 15px;
  position: relative;
  color: #000 !important;
  width: 100%;
  box-sizing: border-box;
  padding: 27px 0 0 25px;
  height: 110px;
}
#contents .contact a + a {
	border-left: none;
	border-top: 1px solid #000;
}

#contents .contact a p {
  display: block;
  font-size: 13px !important;
  margin-top: 7px;
}

#contents .contact a::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  right: 27px;
  top: 50%;
  transform: translate(0, -50%) scale(0.9, 1) rotate(45deg);
  transition: all ease 0.3s;
}

#contents .contact a:hover::before {
  right: 27px;
}


}</pre></body></html>