<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: CONTACT | DISIGNOFFICE HIGASHIKANTO 
Description: CONTACT | DISIGNOFFICE HIGASHIKANTO
Version: 2023.05
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: #000;
  -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 {
  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;
}




/* 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;
}20230605*/

#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;
  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;
}

#contents .sitemenu .menu .inner li {
  margin-top: 55px;
}

#contents .sitemenu .menu .inner li:first-child {
  margin-top: 100px;
}

#contents .sitemenu .menu .inner a:hover {
  color: #c4a27d;
}

#contents .sitemenu .menu .inner .myonlystyle_sub,
#contents .sitemenu .menu .inner .premium_sub {
  height: 0;
  opacity: 0;
  border-left: 1px solid #fff;
  margin-top: 0;
  padding-left: 15px;
  overflow: hidden;
  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 .sitemenu .menu .inner li.myonlystyle_li:hover .myonlystyle_sub,
#contents .sitemenu .menu .inner li.premium_li:hover .premium_sub {
  height: 130px;
  opacity: 1;
  margin-top: 20px;
}

#contents .sitemenu .menu .inner li.myonlystyle_li:hover .myonlystyle_sub {
  height: 100px;
}

#contents .sitemenu .menu .inner .myonlystyle_sub a,
#contents .sitemenu .menu .inner .premium_sub a {
  display: inline-block;
  margin-top: 17px;
  font-size: 14px;
}

#contents .sitemenu .menu .inner .myonlystyle_sub a:first-child,
#contents .sitemenu .menu .inner .premium_sub a:first-child {
  margin-top: 0;
}

/* Footer *******************************/
#contents .footer_menu {
  height: 260px;
  padding-top: 7px;
  background: #000;
}

#contents .footer_menu a {
  float: left;
  display: block;
  width: 35%;
  height: 260px;
  line-height: 260px;
  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.premium:hover {
  background-image: url("../images/bg_footer_bt_premium.jpg");
}

#contents .footer_menu a.modelhouse:hover {
  background-image: url("../images/bg_footer_bt_modelhouse.jpg");
}

#contents .bt_pagetop {
  display: block;
  position: relative;
  width: 80px;
  height: 80px;
  margin: 60px auto 60px auto;
  text-indent: -9999px;
  overflow: hidden;
}

#contents .bt_pagetop:after {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 20px;
  top: 30px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
}

#contents .bt_pagetop.show:hover {
  opacity: 1;
}

/* Visual *******************************/
#contents {}

#contents .main &gt; .inner {
  background: #fff;
  padding: 100px 0 120px 0;
}


#contents .main h2 {
  padding: 10px 0;
  margin-bottom: 70px;
}

#contents .main h2 img {
  display: block;
  width: 200px;
  margin: 0 auto;
}

#contents .formbox {
  /* padding-top: 1px; */
}

#contents .formbox h3 {
  position: relative;
  border-top: 1px solid #dadada;
}

#contents .reservation {
  border-bottom: 1px solid #dadada;
}

#contents .formbox h3 a {
  display: block;
  background: #fff;
}

#contents .formbox h3 span {
  display: block;
  position: relative;
  z-index: 100;
  line-height: 78px;
  font-size: 28px;
  letter-spacing: 0.15em;
  width: 920px;
  margin: 0 auto;
  color: #000;
  outline: none;
}

#contents .formbox.design h3 a span {
  letter-spacing: 0.1em;
}

#contents .formbox h3 a span::after {
  display: block;
  position: absolute;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  height: 20px;
  width: 20px;
  right: 20px;
  top: 26px;
  transform: rotate(135deg);
}

#contents .formbox h3 a.open span::after {
  top: 35px;
  transform: rotate(-45deg);
}

#contents .formbox .box {
  /* display: none; */
  background: #f5f5f5;
  border-top: 1px solid #dadada;
}

#contents .formbox .box &gt; .inner {
  width: 920px;
  padding: 1px 0 33px 0;
  margin: 0 auto;
}

#contents .formbox .box &gt; .inner &gt; img,
#contents .formbox .box .sample {
  display: block;
  float: left;
  width: 240px;
}

#contents .formbox.request .box .sample {
	width: 140px;
	margin: 15px 0 10px 15px;
}

#contents .formbox.reservation .sample {
  width: 165px;
  margin: 0px 0 0 10px;
}

#contents .formbox .bt_preview {
  position: relative;
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  width: 215px;
  border: 1px solid #000;
  transition: all 0.6s ease;
  color: #000;
  background: transparent;
  margin: 10px 0 0 270px;
}

#contents .formbox .bt_preview:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}

#contents .formbox.reservation .bt_preview {
  margin-left: 200px;
  margin-top: 10px;
}

#contents .formbox .bt_preview::after {
  position: absolute;
  right: 10px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #000;
  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 .formbox .bt_preview:hover::after {
  right: 5px;
  border-left-color: #fff;
}


#contents .formbox .box &gt; .inner &gt; img {
  width: 235px;
  margin-top: -1px;
}

#contents .formbox .lead {
  font-size: 20px;
  margin: 15px 0 11px 200px;
}

#contents .formbox.request .lead {
  	margin: 59px 0 11px 170px;
}

#contents .formbox .text {
  font-size: 18px;
  line-height: 1.7em;
  margin: 74px 0 40px 170px;
}

#contents .formbox.design .lead,
#contents .formbox.design .text {
  margin-left: 270px;
}

#contents .formbox .preview {
  clear: both;
  background: #fff;
  margin: 18px 0 0 0;
  padding: 10px 20px 5px 20px;
}

#contents .formbox .preview .lead {
  font-size: 20px;
  margin: 6px 0 15px 200px;
}

#contents .formbox .preview .text {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0 0 0 200px;
}


#contents .formbox .formparts {
  clear: both;
  margin-top: 25px;
}

#contents .formbox.request .formparts {
  margin-top: 30px;
}

#contents .formbox.reservation .formparts {
  margin-top: 10px;
}

#contents .formbox.design .formparts .text,
#contents .formbox.reservation .formparts .text {
  margin: 15px 0 5px 0;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
}

#contents .formbox.reservation .formparts .text span {
  font-weight: normal;
}

#contents .formbox .formparts label {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 16px 30px;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#contents .formbox .formparts label:hover {
  opacity: 0.75;
}

#contents .formbox .formparts label.checked {
  background: #661610;
}

#contents .formbox .formparts label input {
  float: left;
  display: block;
  margin-top: 6px;
}

#contents .formbox .formparts textarea {
  width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px;
  line-height: 1.5em;
  font-size: 14px;
  min-height: 200px;
}

#contents .paersonaldata {
  width: 920px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

#contents table {
  font-size: 13px;
  width: 100%;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
}

#contents table tbody {}

#contents table tr {}

#contents table tr th {
  background: #000;
  color: #fff;
  font-weight: normal;
  text-align: left;
  font-size: 14px;
  padding: 18px 20px;
  width: 160px;
  border-top: 1px solid #fff;
  vertical-align: top;
}

#contents table tr th .note {
  display: block;
  font-size: 12px;
}

#contents table tr th .required {
  display: inline-block;
  background: red;
  font-size: 11px;
  padding: 0px 2px;
  margin-left: 10px;
}

#contents table tr td {
  border-top: 1px solid #fff;
  background: #f5f5f5;
  padding: 10px 20px;
}

#contents .reservation table tr td {
  background: #fff;
  border-top: 1px solid #f5f5f5;
}

#contents .design table tr td select,
#contents .reservation table tr td select,
#contents .reservation table tr td input {
  height: 32px;
  display: block;
  margin: 1px 0 0 0;
  padding: 0;
  width: 220px;
  background: #fff;
  border: 1px solid #000;
}

#contents .reservation table tr td input {
  padding: 0 7px;
  background: url("../images/icon_calendar.png") no-repeat 97% center #fff;
  background-size: 18px auto;
  -webkit-background-size: 18px auto;
  -moz-background-size: 18px auto;
  -ms-background-size: 18px auto;
  -o-background-size: 18px auto;
}

#contents .reservation table tr td input::-webkit-input-placeholder {
  color: #000;
}

#contents table input[type="text"],
#contents table input[type="email"]{
  padding: 7px;
  box-sizing: border-box;
}

#ui-datepicker-div {
  z-index: 1000 !important;
  border-radius: 0;
  margin-top: 5px;
}

#ui-datepicker-div .ui-datepicker-header {
  background: #fff;
  border-radius: 0;
  border: none;
}

#ui-datepicker-div .ui-state-default {
  background: #eee;
}

#ui-datepicker-div .ui-state-highlight,
#ui-datepicker-div .ui-widget-content .ui-state-highlight,
#ui-datepicker-div .ui-widget-header .ui-state-highlight {
  background: #fcefa1 !important;
}

#ui-datepicker-div .ui-state-active,
#ui-datepicker-div .ui-widget-content .ui-state-active,
#ui-datepicker-div .ui-widget-header .ui-state-active {
  background: #aaaaaa !important;
}

#contents .paersonaldata table .hyphen {
  display: inline-block;
  margin: 0 4px;
  font-weight: bold;
  font-size: 16px;
  color: #999;
}

#contents .paersonaldata table .name input {
  width: 220px;
}

#contents .paersonaldata table .name input#name1 {
  margin-right: 20px;
}

#contents .paersonaldata table .email th {
  padding: 10px 20px;
}

#contents .paersonaldata table .email input {
  width: 100%;
}

#contents .paersonaldata table .tel td .note {
  font-size: 12px;
  font-weight: bold;
  color: red;
  line-height: 2em;
}

#contents .paersonaldata table .tel input {
  width: 100%;
  max-width: 220px;
}

#contents .paersonaldata table .address {}

#contents .paersonaldata table .address .zipmark {
  font-size: 16px;
  color: #999;
}

#contents .paersonaldata table .address button {
  display: inline-block;/*20230531*/
  /*float: right;20230531*/
  font-size: 14px;
  color: #fff;
  background: #666666;
  border: none;
  width: 220px;
  line-height: 32px;
  padding: 0;
  margin-right: 190px;
  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 .paersonaldata table .address button:hover {
  opacity: 0.75;
}

#contents .paersonaldata table .address input {
  margin-top: 10px;
  width: 100%;

}

#contents .paersonaldata table .address input#postalcode1 {
  display: inline-block;/*20230531*/	
  margin: 0 15px 0 5px;
  width: 100px;
}

#contents .paersonaldata table .address input#postalcode2 {
  margin: 0;
  width: 100px;
}

#contents .paersonaldata table .address input#address1 {
  width: 100px;
}

#contents .paersonaldata table .address td .note {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #666666;
  border: none;
  width: 220px;
  line-height: 32px;
  padding: 0;
  margin-left: 20px;
  text-align: center;
}

#contents .paersonaldata table .member .box {
  width: 300px;
  float: left;
  padding: 5px 0;
}

#contents .paersonaldata table .member .box label {
  display: block;
  line-height: 2em;
  font-size: 16px;
}

#contents .paersonaldata table .member .box input {
  display: inline-block;
  margin-right: 10px;
}

#contents .privacypolicy {
  margin-top: 40px;
  border: 1px solid #dadada;
  padding: 30px 100px;
}

#contents .privacypolicy .title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}

#contents .privacypolicy .text {
  font-size: 14px;
  line-height: 2em;
}

#contents .privacypolicy a {
  position: relative;
  display: inline-block;
  color: #000;
  font-size: 14px;
  line-height: 2em;
  margin-top: 20px;
  padding-left: 12px
}

#contents .privacypolicy a::after {
  position: absolute;
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #000;
  border-width: 5px;
  margin-top: -4px;
  transform: scale(1.3, 0.9);
  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 .submit_box {
  margin: 25px 0 0 0;
}

#contents .submit_box label {
  display: block;
  width: 200px;
  margin: 0 auto 25px auto;
  text-align: center;
  font-size: 16px;
}

#contents .submit_box label input {
  display: inline-block;
  margin-right: 10px;
}

#contents .submit_box .bt {
  position: relative;
  height: 57px;
  margin: 0 auto 0 auto;
  width: 300px;
}

#contents .submit_box .bt::after {
  position: absolute;
  right: 15px;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #000;
  border-width: 5px;
  margin-top: -4px;
  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 .submit_box .bt:hover::after {
  right: 10px;
  border-left-color: #fff;
}

#contents #form_submit {
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  text-align: center;
  line-height: 55px;
  padding: 0;
  width: 300px;
  border: 1px 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;
  background: #fff;
}

#contents #form_submit:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}


/**************************************************************/
/**************************************************************/
/** 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: 14px;
    line-height: 1.8em;
  }

  #contents a:hover {
    opacity: 1;
  }

  #contents .non_pc {
    display: block !important;
  }

  #contents .non_sp {
    display: none !important;
  }




  /* 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;
  }

  #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;
  }

  #contents .sitemenu {
    position: absolute;
    height: 0;
    width: 100%;
    z-index: 10000;
    /* top: 0; */
  }

  #contents .sitemenu .bt_menu {
    display: block;
    position: fixed;
    right: -10px;
    top: 72px;
    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 {
    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;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    padding: 0;
    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: 15px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    display: inline-block;
    margin: 0 20px;
  }

  #contents .sitemenu .menu .inner li {
    position: relative;
    margin-top: 25px;
  }

  #contents .sitemenu .menu .inner li:first-child {
    margin-top: 70px;
  }

  #contents .sitemenu .menu .inner a:hover {
    color: #c4a27d;
  }

  #contents .sitemenu .menu .inner li .bt_sub {
    position: absolute;
    top: -4px;
    right: -10px;
    /* background:red; */
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents .sitemenu .menu .inner li .bt_sub::after {
    display: block;
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    top: 6px;
    left: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
  }

  #contents .sitemenu .menu .inner li.hover .bt_sub::after {
    transform: rotate(-45deg);
    top: 10px;
  }

  #contents .sitemenu .menu .inner .myonlystyle_sub,
  #contents .sitemenu .menu .inner .premium_sub {
    height: 0;
    opacity: 0;
    border-left: none;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    background: #1a1a1a;
    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 .sitemenu .menu .inner li.myonlystyle_li:hover .myonlystyle_sub,
  #contents .sitemenu .menu .inner li.premium_li:hover .premium_sub {
    height: 0;
    opacity: 0;
    margin-top: 0;
  }

  #contents .sitemenu .menu .inner li.myonlystyle_li.hover .myonlystyle_sub,
  #contents .sitemenu .menu .inner li.premium_li.hover .premium_sub {
    height: 130px;
    opacity: 1;
    margin-top: 20px;
    padding: 20px 0;
  }

  #contents .sitemenu .menu .inner li.myonlystyle_li.hover .myonlystyle_sub {
    height: 100px;
  }

  #contents .sitemenu .menu .inner .myonlystyle_sub a,
  #contents .sitemenu .menu .inner .premium_sub a {
    display: inline-block;
    margin-top: 17px;
    font-size: 12px;
  }

  #contents .sitemenu .menu .inner .myonlystyle_sub a:first-child,
  #contents .sitemenu .menu .inner .premium_sub a:first-child {
    margin-top: 0;
  }

  /* Footer *******************************/
  #contents .footer_menu {
    height: auto;
    padding-top: 7px;
    background: #000;
  }

  #contents .footer_menu a {
    float: none;
    display: block;
    width: auto;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 18px;
    /* 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: 3px solid #000;
  }

  #contents .footer_menu a.top {
    width: auto;
  }

  #contents .footer_menu a.top {
    background-image: url("../images/bg_footer_bt_top.jpg");
  }

  #contents .footer_menu a.myonlystyle {
    background-image: url("../images/bg_footer_bt_myonlystyle.jpg");
  }

  #contents .footer_menu a.premium {
    background-image: url("../images/bg_footer_bt_premium.jpg");
  }

  #contents .footer_menu a.modelhouse {
    background-image: url("../images/bg_footer_bt_modelhouse.jpg");
  }

  #contents .bt_pagetop {
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    margin: 40px auto 30px auto;
    text-indent: -9999px;
    overflow: hidden;
  }

  #contents .bt_pagetop:after {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 30px;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(-45deg);
  }

  #contents .bt_pagetop.show:hover {
    opacity: 1;
  }

  /* Visual *******************************/

  #contents .main &gt; .inner {
    background: #fff;
    padding: 50px 0 50px 0;
  }


  #contents .main h2 {
    padding: 10px 0;
    margin-bottom: 45px;
  }

  #contents .main h2 img {
    display: block;
    width: 120px;
    margin: 0 auto;
  }


  #contents .formbox h3 span {
    font-size: 18px;
    letter-spacing: 0.1em;
    width: auto;
    padding: 14px 20px;
    line-height: 1.5;
  }

  #contents .formbox .box {
    background: #f5f5f5;
  }

  #contents .formbox .box &gt; .inner {
    width: auto;
    padding: 15px 20px 10px 20px;
    margin: 0 auto;
  }

  #contents .formbox .box &gt; .inner &gt; img,
  #contents .formbox .box .sample {
    display: block;
    float: none;
    margin: 10px auto;
    width: 240px;
  }

  #contents .formbox.request .box .sample {
    width: 130px;
    margin: 0px auto;
  }

  #contents .formbox.reservation .sample {
    width: 140px;
    margin: 0px auto 0 auto;
  }

  #contents .formbox .bt_preview {
    margin: 20px 0 20px 0 !important;
    width: auto;
    line-height: 48px;
  }

  #contents .formbox .bt_preview:hover {
    background: transparent;
    color: #000;
  }

  #contents .formbox .bt_preview:hover::after {
    border-left-color: #000;
    right: 10px;
  }


  #contents .formbox .box &gt; .inner &gt; img {
    margin: 15px 0 0 0;
    width: 100%;
  }

  #contents .formbox .lead {
    font-size: 13px;
    margin: 15px 0;
    font-weight: bold;
  }
  #contents .formbox.design .lead,
  #contents .formbox.design .text {
    margin-left: 0;
  }
#contents .formbox.request .lead {
	margin: 5px 0 0 0;
}

  #contents .formbox .text {
    font-size: 11px;
    line-height: 1.8em;
    margin: 10px 0;
  }

  #contents .formbox .preview {
    clear: both;
    background: #fff;
    margin: 30px 0 0 0;
    padding: 20px;
  }

  #contents .formbox .preview .lead {
    font-size: 13px;
    margin: 15px 0;
  }

  #contents .formbox .preview .text {
    font-size: 12px;
    line-height: 1.8em;
    margin: 0;
  }


  #contents .formbox .formparts {
    clear: none;
    margin: 25px 0 15px 0;
  }

  #contents .formbox.reservation .formparts {
    margin-top: 30px;
  }

  #contents .formbox.reservation .formparts .text {
    margin: 20px 0 20px 0;
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
  }

  #contents .formbox .formparts label {
    display: block;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 15px 19px;
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-size: 15px;
    cursor: pointer;
    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 .formbox .formparts label:hover {
    opacity: 1;
  }

  #contents .formbox .formparts label input {
    float: left;
    display: block;
    margin-top: 3px;
  }

  #contents .formbox .formparts textarea {
    width: 100%;
    box-sizing: border-box;
    margin-top: 30px;
    padding: 10px;
    line-height: 1.5em;
    min-height: 150px;
  }

  #contents .paersonaldata {
    width: auto;
    margin: 0 20px;
    padding: 50px 0 0 0;
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  }

  #contents table {
    font-size: 12px;
    width: 100%;
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    display: block;
  }

  #contents table tbody {
    display: block;
  }

  #contents table tr {
    display: block;
  }

  #contents table tr th {
    background: #000;
    color: #fff;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    padding: 18px 20px;
    width: auto;
    border-top: 1px solid #fff;
    vertical-align: top;
    display: block;
  }

  #contents table tr th .note {
    display: inline;
    font-size: 11px;
  }

  #contents table tr th .required {
    display: inline-block;
    background: red;
    font-size: 11px;
    padding: 0px 2px;
    margin-left: 10px;
  }

  #contents table tr td {
    position: relative;
    display: block;
    border-top: 1px solid #fff;
    background: #f5f5f5;
    padding: 15px 20px;
    width: auto;
  }

  #contents .reservation table tr td {
    background: #fff;
    border-top: 1px solid #f5f5f5;
    display: block;
  }

  #contents .design table tr td select,
  #contents .reservation table tr td select {
    height: 32px;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #contents .reservation table tr td input {
    width: 100%;
  }

  #contents table input[type="text"] {
    font-size: 16px;
    padding: 12px 7px;
    box-sizing: border-box;
  }

  #contents .paersonaldata table .name input {
    width: 45%;
  }

  #contents .paersonaldata table .name input#name1 {
    margin-right: 5%;
  }

  #contents .paersonaldata table .email th {
    padding: 10px 20px;
  }

  #contents .paersonaldata table .email input {
    width: 100%;
  }

  #contents .paersonaldata table .tel input {
    /*width: 80px;20230531*/
	max-width:100%;  
	width: 100%;  
  }

  #contents .paersonaldata table .tel td .note {
    font-size: 10px;
    font-weight: bold;
    color: red;
    line-height: 2em;
    margin: 10px 0 0 0;
  }


  #contents .paersonaldata table .address .zipmark {
    font-size: 16px;
    color: #999;
  }

  #contents .paersonaldata table .address button {
    display: block;
    float: none;
    position: absolute;
    font-size: 11px;
    color: #fff;
    background: #666666;
    border: none;
    width: 110px;
    line-height: 1.5em;
    padding: 6px;
    margin-right: 0;
    border-radius: 3px;
    top: 15px;
    right: 20px;
  }

  #contents .paersonaldata table .address button:hover {
    opacity: 0.75;
  }

  #contents .paersonaldata table .address input {
    margin-top: 10px;
    width: 100%;

  }

  #contents .paersonaldata table .address input#postalcode1 {
    margin: 0 0 0 5px;
	width: calc(100% - 145px); 
  }

  #contents .paersonaldata table .address input#address1 {
	width: auto;  
  }

  #contents .paersonaldata table .address td .note {
    display: block;
    float: none;
    position: absolute;
    font-size: 10px;
    color: #fff;
    background: #666666;
    border: none;
    width: 86px;
    line-height: 1.5em;
    padding: 6px;
    margin-right: 0;
    border-radius: 3px;
    top: 15px;
    right: 10px;
  }

  #contents .paersonaldata table .member td {
    padding: 0;
  }

  #contents .paersonaldata table .member .box {
    width: auto;
    float: none;
    padding: 0;
  }

  #contents .paersonaldata table .member .box label {
    display: block;
    line-height: 2em;
    font-size: 13px;
    padding: 13px 20px;
    border-top: 1px solid #d5d5d5;
  }

  #contents .paersonaldata table .member .box:first-child label:first-child {
    border: none;
  }

  #contents .paersonaldata table .member .box input {
    display: inline-block;
    margin-right: 10px;
  }

  #contents .privacypolicy {
    margin-top: 40px;
    border: 1px solid #dadada;
    padding: 25px 20px;
  }

  #contents .privacypolicy .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
  }

  #contents .privacypolicy .text {
    font-size: 12px;
    line-height: 1.8em;
  }

  #contents .privacypolicy a {
    position: relative;
    display: inline-block;
    color: #000;
    font-size: 12px;
    line-height: 2em;
    margin-top: 15px;
    padding-left: 12px;
  }

  #contents .privacypolicy a::after {
    position: absolute;	  
    left: 0;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #000;
    border-width: 5px;
    margin-top: -4px;
    transform: scale(1.3, 0.9);
    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 .submit_box {
    margin: 45px 0 0 0;
  }

  #contents .submit_box label {
    display: block;
    width: 200px;
    margin: 0 auto 40px auto;
    text-align: center;
    font-size: 13px;
  }

  #contents .submit_box label input {
    display: inline-block;
    margin-right: 10px;
  }

  #contents .submit_box .bt {
    position: relative;
    height: 57px;
    margin: 0 auto 0 auto;
    width: auto;
  }

  #contents .submit_box .bt::after {
    position: absolute;
    right: 15px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #000;
    border-width: 5px;
    margin-top: -4px;
    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 .submit_box .bt:hover::after {
    right: 10px;
    border-left-color: #fff;
  }

  #contents #form_submit {
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    text-align: center;
    line-height: 55px;
    padding: 0;
    width: 100%;
    border: 1px 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;
    background: #fff;
  }

  #contents #form_submit:hover {
    opacity: 1;
    background: #000;
    color: #fff;
  }

}

.mail_agree{
	margin: 30px auto;
	width: 100%;
	font-size: .9em;
	line-height: 1.5em;
	text-align: center;
	}

#contents .formbox.request .box .sample {
    max-width: 180px;
    width: 100%;
    height: auto;
    margin: 0;
	box-shadow: 2px 2px 10px 0px rgba(000,000,000,0.45);
}
@media screen and (max-width: 767px){
#contents .formbox.request .box .sample {
	margin: 15px;
	padding: 0;
}	
}
#contents .formbox .box &gt; .inner {
    display: flex;
    width: 920px;
    padding: 30px 0;
    margin: 0 auto;
	justify-content: center;
    flex-direction: row;
    align-content: center;
    align-items: center;
}
@media screen and (max-width: 767px){
#contents .formbox .box &gt; .inner {
    width: calc(100% - 40px);
    padding: 20px;
	flex-wrap: wrap;
}	
}
#contents .formbox .text {
    font-size: 18px;
    line-height: 1.7em;
    margin: 0 0 0 36px;
}
@media screen and (max-width: 767px){
#contents .formbox .text {
	width:100%;
    font-size: 12px;
    line-height: 1.8em;
    margin: 10px 0 0;
}	
}
.txt_note{
	display: inline-block;
	margin: 0.5em 0 0;
	font-size: 12px;
}
input[type="text"]:valid{
    background-color: #e8f0fe;
	border: 1px solid rgb(118, 118, 118);
}
input#address3[type="text"]:valid,
input#address3:placeholder-shown{
    background-color: #FFF !important;
}
input#address3:not(:placeholder-shown){
    background-color: #e8f0fe !important;
	border: 1px solid rgb(118, 118, 118) !important;
}
#hd_wrap {
    border-bottom: solid 46px #000;
}
/*input[type=text]{
    box-shadow: 0px 0px 100px 100px #ffffff inset;
}*/
#error p{
	color:#c00;
	font-weight: bold;
}</pre></body></html>